Socket
Socket
Sign inDemoInstall

@google-cloud/discoveryengine

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/discoveryengine - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

6

build/src/index.d.ts
import * as v1beta from './v1beta';
declare const DocumentServiceClient: typeof v1beta.DocumentServiceClient;
declare type DocumentServiceClient = v1beta.DocumentServiceClient;
type DocumentServiceClient = v1beta.DocumentServiceClient;
declare const RecommendationServiceClient: typeof v1beta.RecommendationServiceClient;
declare type RecommendationServiceClient = v1beta.RecommendationServiceClient;
type RecommendationServiceClient = v1beta.RecommendationServiceClient;
declare const UserEventServiceClient: typeof v1beta.UserEventServiceClient;
declare type UserEventServiceClient = v1beta.UserEventServiceClient;
type UserEventServiceClient = v1beta.UserEventServiceClient;
export { v1beta, DocumentServiceClient, RecommendationServiceClient, UserEventServiceClient, };

@@ -9,0 +9,0 @@ declare const _default: {

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

@@ -94,2 +94,4 @@ // Licensed under the Apache License, Version 2.0 (the "License");

opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts);
// Request numeric enum values if REST transport is used.
opts.numericEnums = true;
// If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case.

@@ -96,0 +98,0 @@ if (servicePath !== staticMembers.servicePath && !('scopes' in opts)) {

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

@@ -93,2 +93,4 @@ // Licensed under the Apache License, Version 2.0 (the "License");

opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts);
// Request numeric enum values if REST transport is used.
opts.numericEnums = true;
// If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case.

@@ -95,0 +97,0 @@ if (servicePath !== staticMembers.servicePath && !('scopes' in opts)) {

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

@@ -92,2 +92,4 @@ // Licensed under the Apache License, Version 2.0 (the "License");

opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts);
// Request numeric enum values if REST transport is used.
opts.numericEnums = true;
// If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case.

@@ -94,0 +96,0 @@ if (servicePath !== staticMembers.servicePath && !('scopes' in opts)) {

# Changelog
## [0.3.0](https://github.com/googleapis/google-cloud-node/compare/discoveryengine-v0.2.0...discoveryengine-v0.3.0) (2023-01-28)
### Features
* Added SuggestConversationSummary RPC ([#3852](https://github.com/googleapis/google-cloud-node/issues/3852)) ([d83d70a](https://github.com/googleapis/google-cloud-node/commit/d83d70a25f78812a44c4476b2149fbdef0a2baa1))
## [0.2.0](https://github.com/googleapis/google-cloud-node/compare/discoveryengine-v0.1.1...discoveryengine-v0.2.0) (2022-11-10)

@@ -4,0 +11,0 @@

{
"name": "@google-cloud/discoveryengine",
"version": "0.2.0",
"version": "0.3.0",
"description": "Discovery Engine API client for Node.js",

@@ -51,3 +51,3 @@ "repository": {

"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/node": "^18.0.0",
"@types/sinon": "^10.0.0",

@@ -63,7 +63,7 @@ "c8": "^7.3.5",

"pack-n-play": "^1.0.0-2",
"sinon": "^14.0.0",
"sinon": "^15.0.0",
"ts-loader": "^9.0.0",
"typescript": "^4.6.4",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0"
"webpack-cli": "^5.0.0"
},

@@ -70,0 +70,0 @@ "engines": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc