You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@google-cloud/automl

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/automl - npm Package Compare versions

Comparing version

to
3.1.3

4

build/src/index.d.ts
import * as v1 from './v1';
import * as v1beta1 from './v1beta1';
declare const AutoMlClient: typeof v1.AutoMlClient;
declare type AutoMlClient = v1.AutoMlClient;
type AutoMlClient = v1.AutoMlClient;
declare const PredictionServiceClient: typeof v1.PredictionServiceClient;
declare type PredictionServiceClient = v1.PredictionServiceClient;
type PredictionServiceClient = v1.PredictionServiceClient;
export { v1, v1beta1, AutoMlClient, PredictionServiceClient };

@@ -8,0 +8,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");

@@ -191,3 +191,3 @@ import type * as gax from 'google-gax';

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing [PredictResponse]{@link google.cloud.automl.v1.PredictResponse}.
* The first element of the array is an object representing {@link google.cloud.automl.v1.PredictResponse | PredictResponse}.
* Please see the

@@ -194,0 +194,0 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)

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

@@ -95,2 +95,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.

@@ -97,0 +99,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");

@@ -164,3 +164,3 @@ import type * as gax from 'google-gax';

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing [PredictResponse]{@link google.cloud.automl.v1beta1.PredictResponse}.
* The first element of the array is an object representing {@link google.cloud.automl.v1beta1.PredictResponse | PredictResponse}.
* Please see the

@@ -167,0 +167,0 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)

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

@@ -95,2 +95,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.

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

@@ -7,2 +7,10 @@ # Changelog

## [3.1.3](https://github.com/googleapis/nodejs-automl/compare/v3.1.2...v3.1.3) (2023-04-02)
### Bug Fixes
* **deps:** Use google-gax v3.5.2 ([#701](https://github.com/googleapis/nodejs-automl/issues/701)) ([ed4b83e](https://github.com/googleapis/nodejs-automl/commit/ed4b83ecec7a6fce1c82a2aba42aaf07f95da153))
* Regenerated protos JS and TS definitions ([#705](https://github.com/googleapis/nodejs-automl/issues/705)) ([8eb6181](https://github.com/googleapis/nodejs-automl/commit/8eb6181996fdc36b21d48e9589e0a4ab35cf6874))
## [3.1.2](https://github.com/googleapis/nodejs-automl/compare/v3.1.1...v3.1.2) (2022-09-22)

@@ -9,0 +17,0 @@

{
"name": "@google-cloud/automl",
"description": "Cloud AutoML API client for Node.js",
"version": "3.1.2",
"version": "3.1.3",
"license": "Apache-2.0",

@@ -46,7 +46,7 @@ "author": "Google LLC",

"dependencies": {
"google-gax": "^3.3.0"
"google-gax": "^3.5.2"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/node": "^18.0.0",
"@types/sinon": "^10.0.0",

@@ -56,3 +56,3 @@ "c8": "^7.1.0",

"gts": "^3.0.0",
"jsdoc": "^3.6.3",
"jsdoc": "^4.0.0",
"jsdoc-fresh": "^2.0.0",

@@ -64,8 +64,8 @@ "jsdoc-region-tag": "^2.0.0",

"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.0.0",
"webpack-cli": "^4.0.0"
"webpack-cli": "^5.0.0"
}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 too big to display

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 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 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