Socket
Socket
Sign inDemoInstall

googleapis

Package Overview
Dependencies
Maintainers
2
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

googleapis - npm Package Compare versions

Comparing version 120.0.0 to 121.0.0

build/src/apis/blockchainnodeengine/index.d.ts

2

build/src/apis/analyticsdata/v1beta.js

@@ -27,3 +27,3 @@ "use strict";

*
* Accesses report data in Google Analytics.
* Accesses report data in Google Analytics. Warning: Creating multiple Customer Applications, Accounts, or Projects to simulate or act as a single Customer Application, Account, or Project (respectively) or to circumvent Service-specific usage limits or quotas is a direct violation of Google Cloud Platform Terms of Service as well as Google APIs Terms of Service. These actions can result in immediate termination of your GCP project(s) without any warning.
*

@@ -30,0 +30,0 @@ * @example

@@ -42,3 +42,2 @@ "use strict";

this.apps = new Resource$Apps(this.context);
this.projects = new Resource$Projects(this.context);
}

@@ -1310,201 +1309,2 @@ }

appengine_v1.Resource$Apps$Services$Versions$Instances = Resource$Apps$Services$Versions$Instances;
class Resource$Projects {
constructor(context) {
this.context = context;
this.locations = new Resource$Projects$Locations(this.context);
}
}
appengine_v1.Resource$Projects = Resource$Projects;
class Resource$Projects$Locations {
constructor(context) {
this.context = context;
this.applications = new Resource$Projects$Locations$Applications(this.context);
}
}
appengine_v1.Resource$Projects$Locations = Resource$Projects$Locations;
class Resource$Projects$Locations$Applications {
constructor(context) {
this.context = context;
this.services = new Resource$Projects$Locations$Applications$Services(this.context);
}
create(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://appengine.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl +
'/v1/projects/{projectsId}/locations/{locationsId}/applications').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
}, options),
params,
requiredParams: ['projectsId', 'locationsId'],
pathParams: ['locationsId', 'projectsId'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
get(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://appengine.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl +
'/v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
}, options),
params,
requiredParams: ['projectsId', 'locationsId', 'applicationsId'],
pathParams: ['applicationsId', 'locationsId', 'projectsId'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
repair(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://appengine.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl +
'/v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}:repair').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
}, options),
params,
requiredParams: ['projectsId', 'locationsId', 'applicationsId'],
pathParams: ['applicationsId', 'locationsId', 'projectsId'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
}
appengine_v1.Resource$Projects$Locations$Applications = Resource$Projects$Locations$Applications;
class Resource$Projects$Locations$Applications$Services {
constructor(context) {
this.context = context;
}
get(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params =
{};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://appengine.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl +
'/v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
}, options),
params,
requiredParams: [
'projectsId',
'locationsId',
'applicationsId',
'servicesId',
],
pathParams: [
'applicationsId',
'locationsId',
'projectsId',
'servicesId',
],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
list(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params =
{};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://appengine.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl +
'/v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
}, options),
params,
requiredParams: ['projectsId', 'locationsId', 'applicationsId'],
pathParams: ['applicationsId', 'locationsId', 'projectsId'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
}
appengine_v1.Resource$Projects$Locations$Applications$Services = Resource$Projects$Locations$Applications$Services;
})(appengine_v1 = exports.appengine_v1 || (exports.appengine_v1 = {}));

@@ -41,2 +41,3 @@ "use strict";

};
this.organizations = new Resource$Organizations(this.context);
this.projects = new Resource$Projects(this.context);

@@ -46,2 +47,148 @@ }

beyondcorp_v1.Beyondcorp = Beyondcorp;
class Resource$Organizations {
constructor(context) {
this.context = context;
this.locations = new Resource$Organizations$Locations(this.context);
}
}
beyondcorp_v1.Resource$Organizations = Resource$Organizations;
class Resource$Organizations$Locations {
constructor(context) {
this.context = context;
this.operations = new Resource$Organizations$Locations$Operations(this.context);
}
}
beyondcorp_v1.Resource$Organizations$Locations = Resource$Organizations$Locations;
class Resource$Organizations$Locations$Operations {
constructor(context) {
this.context = context;
}
cancel(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params =
{};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://beyondcorp.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+name}:cancel').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
}, options),
params,
requiredParams: ['name'],
pathParams: ['name'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
delete(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params =
{};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://beyondcorp.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
method: 'DELETE',
}, options),
params,
requiredParams: ['name'],
pathParams: ['name'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
get(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://beyondcorp.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
}, options),
params,
requiredParams: ['name'],
pathParams: ['name'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
list(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://beyondcorp.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+name}/operations').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
}, options),
params,
requiredParams: ['name'],
pathParams: ['name'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
}
beyondcorp_v1.Resource$Organizations$Locations$Operations = Resource$Organizations$Locations$Operations;
class Resource$Projects {

@@ -48,0 +195,0 @@ constructor(context) {

@@ -164,3 +164,3 @@ /// <reference types="node" />

/**
* Optional. A set of folder and organization names of the form `folders/{folderId\}` or `organizations/{organizationId\}`, specifying that usage from only this set of folders and organizations should be included in the budget. If omitted, the report includes all usage for all organizations, regardless of which organization the usage occurred on.
* Optional. A set of folder and organization names of the form `folders/{folderId\}` or `organizations/{organizationId\}`, specifying that usage from only this set of folders and organizations should be included in the budget. If omitted, the budget includes all usage that the billing account pays for. If the folder or organization contains projects that are paid for by a different Cloud Billing account, the budget *doesn't* apply to those projects.
*/

@@ -167,0 +167,0 @@ resourceAncestors?: string[] | null;

@@ -194,3 +194,3 @@ /// <reference types="node" />

/**
* Optional. A set of folder and organization names of the form `folders/{folderId\}` or `organizations/{organizationId\}`, specifying that usage from only this set of folders and organizations should be included in the budget. If omitted, the report includes all usage for all organizations, regardless of which organization the usage occurred on.
* Optional. A set of folder and organization names of the form `folders/{folderId\}` or `organizations/{organizationId\}`, specifying that usage from only this set of folders and organizations should be included in the budget. If omitted, the budget includes all usage that the billing account pays for. If the folder or organization contains projects that are paid for by a different Cloud Billing account, the budget *doesn't* apply to those projects.
*/

@@ -197,0 +197,0 @@ resourceAncestors?: string[] | null;

"use strict";
// Copyright 2023 Google LLC
// Copyright 2020 Google LLC
// Licensed under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ // you may not use this file except in compliance with the License.

"use strict";
// Copyright 2023 Google LLC
// Copyright 2020 Google LLC
// Licensed under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ // you may not use this file except in compliance with the License.

@@ -734,3 +734,3 @@ /// <reference types="node" />

/**
* The precincts that match this voter's address. Will only be returned for project IDs which have been whitelisted as "partner projects".
* The precincts that match this voter's address. Will only be returned for project IDs which have been allowlisted as "partner projects".
*/

@@ -839,3 +839,6 @@ precincts?: Schema$Precinct[];

* // Do the magic
* const res = await civicinfo.elections.electionQuery({});
* const res = await civicinfo.elections.electionQuery({
* // Whether to include data that has not been allowlisted yet
* productionDataOnly: 'placeholder-value',
* });
* console.log(res.data);

@@ -901,2 +904,4 @@ *

* officialOnly: 'placeholder-value',
* // Whether to include data that has not been vetted yet. Should only be made available to internal IPs or trusted partners. This is a non-discoverable parameter in the One Platform API config.
* productionDataOnly: 'placeholder-value',
* // If set to true, the query will return the success code and include any partial information when it is unable to determine a matching address or unable to determine the election for electionId=0 queries.

@@ -944,2 +949,6 @@ * returnAllAvailableData: 'placeholder-value',

export interface Params$Resource$Elections$Electionquery extends StandardParameters {
/**
* Whether to include data that has not been allowlisted yet
*/
productionDataOnly?: boolean;
}

@@ -960,2 +969,6 @@ export interface Params$Resource$Elections$Voterinfoquery extends StandardParameters {

/**
* Whether to include data that has not been vetted yet. Should only be made available to internal IPs or trusted partners. This is a non-discoverable parameter in the One Platform API config.
*/
productionDataOnly?: boolean;
/**
* If set to true, the query will return the success code and include any partial information when it is unable to determine a matching address or unable to determine the election for electionId=0 queries.

@@ -962,0 +975,0 @@ */

/*! THIS FILE IS AUTO-GENERATED */
import { AuthPlus } from 'googleapis-common';
import { cloudsupport_v2 } from './v2';
import { cloudsupport_v2beta } from './v2beta';
export declare const VERSIONS: {
v2: typeof cloudsupport_v2.Cloudsupport;
v2beta: typeof cloudsupport_v2beta.Cloudsupport;
};
export declare function cloudsupport(version: 'v2'): cloudsupport_v2.Cloudsupport;
export declare function cloudsupport(options: cloudsupport_v2.Options): cloudsupport_v2.Cloudsupport;
export declare function cloudsupport(version: 'v2beta'): cloudsupport_v2beta.Cloudsupport;

@@ -11,3 +15,4 @@ export declare function cloudsupport(options: cloudsupport_v2beta.Options): cloudsupport_v2beta.Cloudsupport;

export { auth };
export { cloudsupport_v2 };
export { cloudsupport_v2beta };
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, GaxiosPromise, MethodOptions, BodyResponseCallback, } from 'googleapis-common';

@@ -15,8 +15,11 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthPlus = exports.cloudsupport_v2beta = exports.auth = exports.cloudsupport = exports.VERSIONS = void 0;
exports.AuthPlus = exports.cloudsupport_v2beta = exports.cloudsupport_v2 = exports.auth = exports.cloudsupport = exports.VERSIONS = void 0;
/*! THIS FILE IS AUTO-GENERATED */
const googleapis_common_1 = require("googleapis-common");
const v2_1 = require("./v2");
Object.defineProperty(exports, "cloudsupport_v2", { enumerable: true, get: function () { return v2_1.cloudsupport_v2; } });
const v2beta_1 = require("./v2beta");
Object.defineProperty(exports, "cloudsupport_v2beta", { enumerable: true, get: function () { return v2beta_1.cloudsupport_v2beta; } });
exports.VERSIONS = {
v2: v2_1.cloudsupport_v2.Cloudsupport,
v2beta: v2beta_1.cloudsupport_v2beta.Cloudsupport,

@@ -23,0 +26,0 @@ };

@@ -210,3 +210,3 @@ /// <reference types="node" />

/**
* The type of the report. The type of the report will dictate what dimesions, filters, and metrics can be used. **Warning:** The `AUDIENCE_COMPOSITION` report type will be deprecated in Display & Video 360 on **June 8, 2023**. Once deprecated, you will no longer be able to create new or retrieve existing Query and Report resources of this type.
* The type of the report. The type of the report will dictate what dimesions, filters, and metrics can be used.
*/

@@ -213,0 +213,0 @@ type?: string | null;

@@ -367,2 +367,27 @@ /// <reference types="node" />

/**
* Metadata for the long-running operation from the RestoreDatabase request.
*/
export interface Schema$GoogleFirestoreAdminV1RestoreDatabaseMetadata {
/**
* The name of the backup restoring from.
*/
backup?: string | null;
/**
* The name of the database being restored to.
*/
database?: string | null;
/**
* The time the restore finished, unset for ongoing restores.
*/
endTime?: string | null;
/**
* The operation state of the restore.
*/
operationState?: string | null;
/**
* The time the restore was started.
*/
startTime?: string | null;
}
/**
* Metadata related to the update database operation.

@@ -369,0 +394,0 @@ */

@@ -44,2 +44,3 @@ /*! THIS FILE IS AUTO-GENERATED */

import { binaryauthorization } from './binaryauthorization';
import { blockchainnodeengine } from './blockchainnodeengine';
import { blogger } from './blogger';

@@ -323,2 +324,3 @@ import { books } from './books';

binaryauthorization: typeof binaryauthorization;
blockchainnodeengine: typeof blockchainnodeengine;
blogger: typeof blogger;

@@ -325,0 +327,0 @@ books: typeof books;

@@ -59,2 +59,3 @@ "use strict";

const binaryauthorization_1 = require("./binaryauthorization");
const blockchainnodeengine_1 = require("./blockchainnodeengine");
const blogger_1 = require("./blogger");

@@ -332,2 +333,3 @@ const books_1 = require("./books");

binaryauthorization: binaryauthorization_1.VERSIONS,
blockchainnodeengine: blockchainnodeengine_1.VERSIONS,
blogger: blogger_1.VERSIONS,

@@ -607,2 +609,3 @@ books: books_1.VERSIONS,

this.binaryauthorization = binaryauthorization_1.binaryauthorization;
this.blockchainnodeengine = blockchainnodeengine_1.blockchainnodeengine;
this.blogger = blogger_1.blogger;

@@ -609,0 +612,0 @@ this.books = books_1.books;

@@ -27,3 +27,3 @@ "use strict";

*
* The Org Policy API allows users to configure governance rules on their GCP resources across the Cloud Resource Hierarchy.
* The Organization Policy API allows users to configure governance rules on their Google Cloud resources across the resource hierarchy.
*

@@ -30,0 +30,0 @@ * @example

@@ -52,2 +52,33 @@ "use strict";

}
listAccessibleCustomers(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://searchads360.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v0/customers:listAccessibleCustomers').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
}, options),
params,
requiredParams: [],
pathParams: [],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
}

@@ -54,0 +85,0 @@ searchads360_v0.Resource$Customers = Resource$Customers;

@@ -56,4 +56,2 @@ "use strict";

this.namespaces = new Resource$Projects$Locations$Namespaces(this.context);
this.registrationPolicies =
new Resource$Projects$Locations$Registrationpolicies(this.context);
}

@@ -1051,104 +1049,2 @@ get(paramsOrCallback, optionsOrCallback, callback) {

servicedirectory_v1beta1.Resource$Projects$Locations$Namespaces$Workloads = Resource$Projects$Locations$Namespaces$Workloads;
class Resource$Projects$Locations$Registrationpolicies {
constructor(context) {
this.context = context;
}
getIamPolicy(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params =
{};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://servicedirectory.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1beta1/{+resource}:getIamPolicy').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
setIamPolicy(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params =
{};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://servicedirectory.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1beta1/{+resource}:setIamPolicy').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
testIamPermissions(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params =
{};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://servicedirectory.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1beta1/{+resource}:testIamPermissions').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
}
servicedirectory_v1beta1.Resource$Projects$Locations$Registrationpolicies = Resource$Projects$Locations$Registrationpolicies;
})(servicedirectory_v1beta1 = exports.servicedirectory_v1beta1 || (exports.servicedirectory_v1beta1 = {}));

@@ -295,2 +295,8 @@ /// <reference types="node" />

updateTime?: string | null;
/**
* Optional. User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 40KiB. Keys cannot be empty strings and cannot start with “GOOGLE” or “WORKFLOWS".
*/
userEnvVars?: {
[key: string]: string;
} | null;
}

@@ -717,3 +723,4 @@ export class Resource$Projects {

* // "stateError": {},
* // "updateTime": "my_updateTime"
* // "updateTime": "my_updateTime",
* // "userEnvVars": {}
* // }

@@ -860,3 +867,4 @@ * },

* // "stateError": {},
* // "updateTime": "my_updateTime"
* // "updateTime": "my_updateTime",
* // "userEnvVars": {}
* // }

@@ -997,3 +1005,4 @@ * }

* // "stateError": {},
* // "updateTime": "my_updateTime"
* // "updateTime": "my_updateTime",
* // "userEnvVars": {}
* // }

@@ -1000,0 +1009,0 @@ * },

@@ -27,4 +27,4 @@ "use strict";

*
* Workload Manager is a service that provides tooling for enterprise workloads to automate the deployment and validation of your workloads against best practices and recommendations.
*
*
* @example

@@ -31,0 +31,0 @@ * ```js

@@ -77,2 +77,3 @@ /*! THIS FILE IS AUTO-GENERATED */

export { binaryauthorization_v1beta1 } from './apis/binaryauthorization/v1beta1';
export { blockchainnodeengine_v1 } from './apis/blockchainnodeengine/v1';
export { blogger_v2 } from './apis/blogger/v2';

@@ -127,2 +128,3 @@ export { blogger_v3 } from './apis/blogger/v3';

export { cloudshell_v1alpha1 } from './apis/cloudshell/v1alpha1';
export { cloudsupport_v2 } from './apis/cloudsupport/v2';
export { cloudsupport_v2beta } from './apis/cloudsupport/v2beta';

@@ -129,0 +131,0 @@ export { cloudtasks_v2 } from './apis/cloudtasks/v2';

{
"name": "googleapis",
"version": "120.0.0",
"version": "121.0.0",
"repository": "googleapis/google-api-nodejs-client",

@@ -79,3 +79,3 @@ "license": "Apache-2.0",

"execa": "^5.0.0",
"gaxios": "^4.0.0",
"gaxios": "^5.0.0",
"gts": "^3.1.0",

@@ -82,0 +82,0 @@ "js-green-licenses": "^4.0.0",

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

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