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 95.0.0 to 96.0.0

build/src/apis/baremetalsolution/v2.d.ts

93

build/src/apis/accessapproval/v1.js

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

}
getServiceAccount(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://accessapproval.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) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return googleapis_common_1.createAPIRequest(parameters);
}
}
updateAccessApprovalSettings(paramsOrCallback, optionsOrCallback, callback) {

@@ -347,2 +378,33 @@ let params = (paramsOrCallback ||

}
getServiceAccount(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://accessapproval.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) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return googleapis_common_1.createAPIRequest(parameters);
}
}
updateAccessApprovalSettings(paramsOrCallback, optionsOrCallback, callback) {

@@ -579,2 +641,33 @@ let params = (paramsOrCallback ||

}
getServiceAccount(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://accessapproval.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) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return googleapis_common_1.createAPIRequest(parameters);
}
}
updateAccessApprovalSettings(paramsOrCallback, optionsOrCallback, callback) {

@@ -581,0 +674,0 @@ let params = (paramsOrCallback ||

2

build/src/apis/admob/v1.d.ts

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

/**
* Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`.
* Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
*/

@@ -154,0 +154,0 @@ export interface Schema$Date {

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

/**
* Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`.
* Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
*/

@@ -154,0 +154,0 @@ export interface Schema$Date {

/*! THIS FILE IS AUTO-GENERATED */
import { AuthPlus } from 'googleapis-common';
import { baremetalsolution_v1 } from './v1';
import { baremetalsolution_v2 } from './v2';
export declare const VERSIONS: {
v1: typeof baremetalsolution_v1.Baremetalsolution;
v2: typeof baremetalsolution_v2.Baremetalsolution;
};
export declare function baremetalsolution(version: 'v1'): baremetalsolution_v1.Baremetalsolution;
export declare function baremetalsolution(options: baremetalsolution_v1.Options): baremetalsolution_v1.Baremetalsolution;
export declare function baremetalsolution(version: 'v2'): baremetalsolution_v2.Baremetalsolution;
export declare function baremetalsolution(options: baremetalsolution_v2.Options): baremetalsolution_v2.Baremetalsolution;
declare const auth: AuthPlus;
export { auth };
export { baremetalsolution_v1 };
export { baremetalsolution_v2 };
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, GaxiosPromise, MethodOptions, BodyResponseCallback, } from 'googleapis-common';

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.baremetalsolution_v1 = exports.auth = exports.baremetalsolution = exports.VERSIONS = void 0;
exports.baremetalsolution_v2 = exports.baremetalsolution_v1 = exports.auth = exports.baremetalsolution = exports.VERSIONS = void 0;
/*! THIS FILE IS AUTO-GENERATED */

@@ -21,4 +21,7 @@ const googleapis_common_1 = require("googleapis-common");

Object.defineProperty(exports, "baremetalsolution_v1", { enumerable: true, get: function () { return v1_1.baremetalsolution_v1; } });
const v2_1 = require("./v2");
Object.defineProperty(exports, "baremetalsolution_v2", { enumerable: true, get: function () { return v2_1.baremetalsolution_v2; } });
exports.VERSIONS = {
v1: v1_1.baremetalsolution_v1.Baremetalsolution,
v2: v2_1.baremetalsolution_v2.Baremetalsolution,
};

@@ -25,0 +28,0 @@ function baremetalsolution(versionOrOptions) {

@@ -229,2 +229,5 @@ /// <reference types="node" />

}
/**
* Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
*/
export interface Schema$GoogleTypeDate {

@@ -231,0 +234,0 @@ /**

@@ -251,2 +251,5 @@ /// <reference types="node" />

}
/**
* Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
*/
export interface Schema$GoogleTypeDate {

@@ -292,3 +295,3 @@ /**

/**
* Creates a new budget. See Quotas and limits for more information on the limits of the number of budgets you can create.
* Creates a new budget. See [Quotas and limits](https://cloud.google.com/billing/quotas) for more information on the limits of the number of budgets you can create.
* @example

@@ -295,0 +298,0 @@ * ```js

@@ -323,2 +323,6 @@ /// <reference types="node" />

/**
* Output only. The added source key establishes at which level an entity was explicitly added for management. This is useful for certain type of policies that are only applied if they are explicitly added for management. For example: apps and networks. An entity can only be deleted from management in an Organizational Unit that it was explicitly added to. If this is not present it means that the policy is managed without the need to explicitly add an entity, for example: standard user or device policies.
*/
addedSourceKey?: Schema$GoogleChromePolicyV1PolicyTargetKey;
/**
* Output only. The source resource from which this policy value is obtained. May be the same as `targetKey` if the policy is directly modified on the target, otherwise it would be another resource from which the policy gets its value (if applicable). If not present, the source is the default value for the customer.

@@ -394,3 +398,3 @@ */

/**
* Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day, with a zero year (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., a credit card expiration date) Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
* Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
*/

@@ -397,0 +401,0 @@ export interface Schema$GoogleTypeDate {

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

this.assets = new Resource$Assets(this.context);
this.effectiveIamPolicies = new Resource$Effectiveiampolicies(this.context);
this.feeds = new Resource$Feeds(this.context);

@@ -87,2 +88,39 @@ this.operations = new Resource$Operations(this.context);

cloudasset_v1.Resource$Assets = Resource$Assets;
class Resource$Effectiveiampolicies {
constructor(context) {
this.context = context;
}
batchGet(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://cloudasset.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+scope}/effectiveIamPolicies:batchGet').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
}, options),
params,
requiredParams: ['scope'],
pathParams: ['scope'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return googleapis_common_1.createAPIRequest(parameters);
}
}
}
cloudasset_v1.Resource$Effectiveiampolicies = Resource$Effectiveiampolicies;
class Resource$Feeds {

@@ -89,0 +127,0 @@ constructor(context) {

@@ -5,5 +5,9 @@ /*! THIS FILE IS AUTO-GENERATED */

import { cloudfunctions_v1beta2 } from './v1beta2';
import { cloudfunctions_v2alpha } from './v2alpha';
import { cloudfunctions_v2beta } from './v2beta';
export declare const VERSIONS: {
v1: typeof cloudfunctions_v1.Cloudfunctions;
v1beta2: typeof cloudfunctions_v1beta2.Cloudfunctions;
v2alpha: typeof cloudfunctions_v2alpha.Cloudfunctions;
v2beta: typeof cloudfunctions_v2beta.Cloudfunctions;
};

@@ -14,2 +18,6 @@ export declare function cloudfunctions(version: 'v1'): cloudfunctions_v1.Cloudfunctions;

export declare function cloudfunctions(options: cloudfunctions_v1beta2.Options): cloudfunctions_v1beta2.Cloudfunctions;
export declare function cloudfunctions(version: 'v2alpha'): cloudfunctions_v2alpha.Cloudfunctions;
export declare function cloudfunctions(options: cloudfunctions_v2alpha.Options): cloudfunctions_v2alpha.Cloudfunctions;
export declare function cloudfunctions(version: 'v2beta'): cloudfunctions_v2beta.Cloudfunctions;
export declare function cloudfunctions(options: cloudfunctions_v2beta.Options): cloudfunctions_v2beta.Cloudfunctions;
declare const auth: AuthPlus;

@@ -19,2 +27,4 @@ export { auth };

export { cloudfunctions_v1beta2 };
export { cloudfunctions_v2alpha };
export { cloudfunctions_v2beta };
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, GaxiosPromise, MethodOptions, BodyResponseCallback, } from 'googleapis-common';

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.cloudfunctions_v1beta2 = exports.cloudfunctions_v1 = exports.auth = exports.cloudfunctions = exports.VERSIONS = void 0;
exports.cloudfunctions_v2beta = exports.cloudfunctions_v2alpha = exports.cloudfunctions_v1beta2 = exports.cloudfunctions_v1 = exports.auth = exports.cloudfunctions = exports.VERSIONS = void 0;
/*! THIS FILE IS AUTO-GENERATED */

@@ -23,5 +23,11 @@ const googleapis_common_1 = require("googleapis-common");

Object.defineProperty(exports, "cloudfunctions_v1beta2", { enumerable: true, get: function () { return v1beta2_1.cloudfunctions_v1beta2; } });
const v2alpha_1 = require("./v2alpha");
Object.defineProperty(exports, "cloudfunctions_v2alpha", { enumerable: true, get: function () { return v2alpha_1.cloudfunctions_v2alpha; } });
const v2beta_1 = require("./v2beta");
Object.defineProperty(exports, "cloudfunctions_v2beta", { enumerable: true, get: function () { return v2beta_1.cloudfunctions_v2beta; } });
exports.VERSIONS = {
v1: v1_1.cloudfunctions_v1.Cloudfunctions,
v1beta2: v1beta2_1.cloudfunctions_v1beta2.Cloudfunctions,
v2alpha: v2alpha_1.cloudfunctions_v2alpha.Cloudfunctions,
v2beta: v2beta_1.cloudfunctions_v2beta.Cloudfunctions,
};

@@ -28,0 +34,0 @@ function cloudfunctions(versionOrOptions) {

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

*
* Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenCensus.
* Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenTelemetry.
*

@@ -301,3 +301,3 @@ * @example

/**
* Returns of a list of traces that match the specified filter conditions.
* Returns a list of traces that match the specified filter conditions.
* @example

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

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

*
* Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenCensus.
* Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenTelemetry.
*

@@ -31,0 +31,0 @@ * @example

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

*
* Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenCensus.
* Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenTelemetry.
*

@@ -89,7 +89,7 @@ * @example

/**
* A set of attributes, each in the format `[KEY]:[VALUE]`.
* A set of attributes as key-value pairs.
*/
export interface Schema$Attributes {
/**
* The set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the Boolean values `true` and `false`. For example: "/instance_id": { "string_value": { "value": "my-instance" \} \} "/http/request_bytes": { "int_value": 300 \} "abc.com/myattribute": { "bool_value": false \}
* A set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the boolean values `true` or `false`. For example: "/instance_id": { "string_value": { "value": "my-instance" \} \} "/http/request_bytes": { "int_value": 300 \} "abc.com/myattribute": { "bool_value": false \}
*/

@@ -105,3 +105,3 @@ attributeMap?: {

/**
* The allowed types for [VALUE] in a `[KEY]:[VALUE]` attribute.
* The allowed types for `[VALUE]` in a `[KEY]:[VALUE]` attribute.
*/

@@ -127,3 +127,3 @@ export interface Schema$AttributeValue {

/**
* Required. A list of new spans. The span names must not match existing spans, or the results are undefined.
* Required. A list of new spans. The span names must not match existing spans, otherwise the results are undefined.
*/

@@ -142,11 +142,11 @@ spans?: Schema$Span[];

/**
* A set of attributes on the link. You have have up to 32 attributes per link.
* A set of attributes on the link. Up to 32 attributes can be specified per link.
*/
attributes?: Schema$Attributes;
/**
* The [SPAN_ID] for a span within a trace.
* The `[SPAN_ID]` for a span within a trace.
*/
spanId?: string | null;
/**
* The [TRACE_ID] for a trace within a project.
* The `[TRACE_ID]` for a trace within a project.
*/

@@ -177,7 +177,7 @@ traceId?: string | null;

/**
* The number of compressed bytes sent or received. If missing assumed to be the same size as uncompressed.
* The number of compressed bytes sent or received. If missing, the compressed size is assumed to be the same size as the uncompressed size.
*/
compressedSizeBytes?: string | null;
/**
* An identifier for the MessageEvent's message that can be used to match SENT and RECEIVED MessageEvents. It is recommended to be unique within a Span.
* An identifier for the MessageEvent's message that can be used to match `SENT` and `RECEIVED` MessageEvents.
*/

@@ -208,3 +208,3 @@ id?: string | null;

/**
* A span represents a single operation within a trace. Spans can be nested to form a trace tree. Often, a trace contains a root span that describes the end-to-end latency, and one or more subspans for its sub-operations. A trace can also contain multiple root spans, or none at all. Spans do not need to be contiguous—there may be gaps or overlaps between spans in a trace.
* A span represents a single operation within a trace. Spans can be nested to form a trace tree. Often, a trace contains a root span that describes the end-to-end latency, and one or more subspans for its sub-operations. A trace can also contain multiple root spans, or none at all. Spans do not need to be contiguous—there might be gaps or overlaps between spans in a trace.
*/

@@ -221,3 +221,3 @@ export interface Schema$Span {

/**
* Required. A description of the span's operation (up to 128 bytes). Trace displays the description in the Google Cloud Platform Console. For example, the display name can be a qualified method name or a file name and a line number where the operation is called. A best practice is to use the same display name within an application and at the same call point. This makes it easier to correlate spans in different traces.
* Required. A description of the span's operation (up to 128 bytes). Cloud Trace displays the description in the Cloud Console. For example, the display name can be a qualified method name or a file name and a line number where the operation is called. A best practice is to use the same display name within an application and at the same call point. This makes it easier to correlate spans in different traces.
*/

@@ -234,7 +234,7 @@ displayName?: Schema$TruncatableString;

/**
* Required. The resource name of the span in the following format: projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/SPAN_ID is a unique identifier for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. [SPAN_ID] is a unique identifier for a span within a trace; it is a 16-character hexadecimal encoding of an 8-byte array. It should not be zero.
* Required. The resource name of the span in the following format: * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]` `[TRACE_ID]` is a unique identifier for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. It should not be zero. `[SPAN_ID]` is a unique identifier for a span within a trace; it is a 16-character hexadecimal encoding of an 8-byte array. It should not be zero. .
*/
name?: string | null;
/**
* The [SPAN_ID] of this span's parent span. If this is a root span, then this field must be empty.
* The `[SPAN_ID]` of this span's parent span. If this is a root span, then this field must be empty.
*/

@@ -247,3 +247,3 @@ parentSpanId?: string | null;

/**
* Required. The [SPAN_ID] portion of the span's resource name.
* Required. The `[SPAN_ID]` portion of the span's resource name.
*/

@@ -407,3 +407,3 @@ spanId?: string | null;

/**
* Sends new spans to new or existing traces. You cannot update existing spans.
* Batch writes new spans to new or existing traces. You cannot update existing spans.
* @example

@@ -516,3 +516,3 @@ * ```js

* const res = await cloudtrace.projects.traces.spans.createSpan({
* // Required. The resource name of the span in the following format: projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/SPAN_ID is a unique identifier for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. [SPAN_ID] is a unique identifier for a span within a trace; it is a 16-character hexadecimal encoding of an 8-byte array. It should not be zero.
* // Required. The resource name of the span in the following format: * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]` `[TRACE_ID]` is a unique identifier for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. It should not be zero. `[SPAN_ID]` is a unique identifier for a span within a trace; it is a 16-character hexadecimal encoding of an 8-byte array. It should not be zero. .
* name: 'projects/my-project/traces/my-trace/spans/my-span',

@@ -583,3 +583,3 @@ *

/**
* Required. The resource name of the span in the following format: projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/SPAN_ID is a unique identifier for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. [SPAN_ID] is a unique identifier for a span within a trace; it is a 16-character hexadecimal encoding of an 8-byte array. It should not be zero.
* Required. The resource name of the span in the following format: * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]` `[TRACE_ID]` is a unique identifier for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. It should not be zero. `[SPAN_ID]` is a unique identifier for a span within a trace; it is a 16-character hexadecimal encoding of an 8-byte array. It should not be zero. .
*/

@@ -586,0 +586,0 @@ name?: string;

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

*
* Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenCensus.
* Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenTelemetry.
*

@@ -31,0 +31,0 @@ * @example

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

*
* Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenCensus.
* Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenTelemetry.
*

@@ -85,3 +85,3 @@ * @example

/**
* If there might be more results than appear in this response, then `nextPageToken` is included. To get the next set of results, call the same method again using the value of `nextPageToken` as `pageToken`.
* A paginated response where more pages might be available has `next_page_token` set. To get the next set of results, call the same method again using the value of `next_page_token` as `page_token`.
*/

@@ -108,3 +108,3 @@ nextPageToken?: string | null;

/**
* Required. The canonical sink resource name, unique within the project. Must be of the form: project/[PROJECT_NUMBER]/traceSinks/[SINK_ID]. E.g.: `"projects/12345/traceSinks/my-project-trace-sink"`. Sink identifiers are limited to 256 characters and can include only the following characters: upper and lower-case alphanumeric characters, underscores, hyphens, and periods.
* Required. The canonical sink resource name, unique within the project. Must be of the form: projects/[PROJECT_NUMBER]/traceSinks/[SINK_ID]. E.g.: `"projects/12345/traceSinks/my-project-trace-sink"`. Sink identifiers are limited to 256 characters and can include only the following characters: upper and lower-case alphanumeric characters, underscores, hyphens, and periods.
*/

@@ -117,3 +117,3 @@ name?: string | null;

/**
* Output only. A service account name for exporting the data. This field is set by sinks.create and sinks.update. The service account will need to be granted write access to the destination specified in the output configuration, see [Granting access for a resource](/iam/docs/granting-roles-to-service-accounts#granting_access_to_a_service_account_for_a_resource). To create tables and write data this account will need the dataEditor role. Read more about roles in the [BigQuery documentation](https://cloud.google.com/bigquery/docs/access-control). E.g.: "service-00000001@00000002.iam.gserviceaccount.com"
* Output only. A service account name for exporting the data. This field is set by sinks.create and sinks.update. The service account will need to be granted write access to the destination specified in the output configuration, see [Granting access for a resource](/iam/docs/granting-roles-to-service-accounts#granting_access_to_a_service_account_for_a_resource). To create tables and to write data, this account needs the `dataEditor` role. Read more about roles in the [BigQuery documentation](https://cloud.google.com/bigquery/docs/access-control). E.g.: "service-00000001@00000002.iam.gserviceaccount.com"
*/

@@ -349,5 +349,5 @@ writerIdentity?: string | null;

* const res = await cloudtrace.projects.traceSinks.list({
* // Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of `nextPageToken` in the response indicates that more results might be available.
* // Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of `next_page_token` in the response indicates that more results might be available.
* pageSize: 'placeholder-value',
* // Optional. If present, then retrieve the next batch of results from the preceding call to this method. `pageToken` must be the value of `nextPageToken` from the previous response. The values of other method parameters should be identical to those in the previous call.
* // Optional. If present, then retrieve the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of other method parameters should be identical to those in the previous call.
* pageToken: 'placeholder-value',

@@ -416,3 +416,3 @@ * // Required. The parent resource whose sinks are to be listed (currently only project parent resources are supported): "projects/[PROJECT_ID]"

* name: 'projects/my-project/traceSinks/my-traceSink',
* // Required. Field mask that specifies the fields in `trace_sink` that are to be updated. A sink field is overwritten if, and only if, it is in the update mask. `name` and `writer_identity` fields cannot be updated. An empty updateMask is considered an error. For a detailed `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask Example: `updateMask=output_config`.
* // Required. Field mask that specifies the fields in `trace_sink` that are to be updated. A sink field is overwritten if, and only if, it is in the update mask. `name` and `writer_identity` fields cannot be updated. An empty `update_mask` is considered an error. For a detailed `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask Example: `updateMask=output_config`.
* updateMask: 'placeholder-value',

@@ -483,7 +483,7 @@ *

/**
* Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of `nextPageToken` in the response indicates that more results might be available.
* Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of `next_page_token` in the response indicates that more results might be available.
*/
pageSize?: number;
/**
* Optional. If present, then retrieve the next batch of results from the preceding call to this method. `pageToken` must be the value of `nextPageToken` from the previous response. The values of other method parameters should be identical to those in the previous call.
* Optional. If present, then retrieve the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of other method parameters should be identical to those in the previous call.
*/

@@ -502,3 +502,3 @@ pageToken?: string;

/**
* Required. Field mask that specifies the fields in `trace_sink` that are to be updated. A sink field is overwritten if, and only if, it is in the update mask. `name` and `writer_identity` fields cannot be updated. An empty updateMask is considered an error. For a detailed `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask Example: `updateMask=output_config`.
* Required. Field mask that specifies the fields in `trace_sink` that are to be updated. A sink field is overwritten if, and only if, it is in the update mask. `name` and `writer_identity` fields cannot be updated. An empty `update_mask` is considered an error. For a detailed `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask Example: `updateMask=output_config`.
*/

@@ -505,0 +505,0 @@ updateMask?: string;

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

*
* Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenCensus.
* Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenTelemetry.
*

@@ -31,0 +31,0 @@ * @example

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

import { dns_v1beta2 } from './v1beta2';
import { dns_v2 } from './v2';
import { dns_v2beta1 } from './v2beta1';

@@ -10,2 +11,3 @@ export declare const VERSIONS: {

v1beta2: typeof dns_v1beta2.Dns;
v2: typeof dns_v2.Dns;
v2beta1: typeof dns_v2beta1.Dns;

@@ -17,2 +19,4 @@ };

export declare function dns(options: dns_v1beta2.Options): dns_v1beta2.Dns;
export declare function dns(version: 'v2'): dns_v2.Dns;
export declare function dns(options: dns_v2.Options): dns_v2.Dns;
export declare function dns(version: 'v2beta1'): dns_v2beta1.Dns;

@@ -24,3 +28,4 @@ export declare function dns(options: dns_v2beta1.Options): dns_v2beta1.Dns;

export { dns_v1beta2 };
export { dns_v2 };
export { dns_v2beta1 };
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, GaxiosPromise, MethodOptions, BodyResponseCallback, } from 'googleapis-common';

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.dns_v2beta1 = exports.dns_v1beta2 = exports.dns_v1 = exports.auth = exports.dns = exports.VERSIONS = void 0;
exports.dns_v2beta1 = exports.dns_v2 = exports.dns_v1beta2 = exports.dns_v1 = exports.auth = exports.dns = exports.VERSIONS = void 0;
/*! THIS FILE IS AUTO-GENERATED */

@@ -23,2 +23,4 @@ const googleapis_common_1 = require("googleapis-common");

Object.defineProperty(exports, "dns_v1beta2", { enumerable: true, get: function () { return v1beta2_1.dns_v1beta2; } });
const v2_1 = require("./v2");
Object.defineProperty(exports, "dns_v2", { enumerable: true, get: function () { return v2_1.dns_v2; } });
const v2beta1_1 = require("./v2beta1");

@@ -29,2 +31,3 @@ Object.defineProperty(exports, "dns_v2beta1", { enumerable: true, get: function () { return v2beta1_1.dns_v2beta1; } });

v1beta2: v1beta2_1.dns_v1beta2.Dns,
v2: v2_1.dns_v2.Dns,
v2beta1: v2beta1_1.dns_v2beta1.Dns,

@@ -31,0 +34,0 @@ };

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

/**
* Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day, with a zero year (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., a credit card expiration date) Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
* Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
*/

@@ -192,0 +192,0 @@ export interface Schema$GoogleTypeDate {

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

import { gkehub_v1beta1 } from './v1beta1';
import { gkehub_v2alpha } from './v2alpha';
export declare const VERSIONS: {

@@ -15,2 +16,3 @@ v1: typeof gkehub_v1.Gkehub;

v1beta1: typeof gkehub_v1beta1.Gkehub;
v2alpha: typeof gkehub_v2alpha.Gkehub;
};

@@ -27,2 +29,4 @@ export declare function gkehub(version: 'v1'): gkehub_v1.Gkehub;

export declare function gkehub(options: gkehub_v1beta1.Options): gkehub_v1beta1.Gkehub;
export declare function gkehub(version: 'v2alpha'): gkehub_v2alpha.Gkehub;
export declare function gkehub(options: gkehub_v2alpha.Options): gkehub_v2alpha.Gkehub;
declare const auth: AuthPlus;

@@ -35,2 +39,3 @@ export { auth };

export { gkehub_v1beta1 };
export { gkehub_v2alpha };
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, GaxiosPromise, MethodOptions, BodyResponseCallback, } from 'googleapis-common';

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.gkehub_v1beta1 = exports.gkehub_v1beta = exports.gkehub_v1alpha2 = exports.gkehub_v1alpha = exports.gkehub_v1 = exports.auth = exports.gkehub = exports.VERSIONS = void 0;
exports.gkehub_v2alpha = exports.gkehub_v1beta1 = exports.gkehub_v1beta = exports.gkehub_v1alpha2 = exports.gkehub_v1alpha = exports.gkehub_v1 = exports.auth = exports.gkehub = exports.VERSIONS = void 0;
/*! THIS FILE IS AUTO-GENERATED */

@@ -29,2 +29,4 @@ const googleapis_common_1 = require("googleapis-common");

Object.defineProperty(exports, "gkehub_v1beta1", { enumerable: true, get: function () { return v1beta1_1.gkehub_v1beta1; } });
const v2alpha_1 = require("./v2alpha");
Object.defineProperty(exports, "gkehub_v2alpha", { enumerable: true, get: function () { return v2alpha_1.gkehub_v2alpha; } });
exports.VERSIONS = {

@@ -36,2 +38,3 @@ v1: v1_1.gkehub_v1.Gkehub,

v1beta1: v1beta1_1.gkehub_v1beta1.Gkehub,
v2alpha: v2alpha_1.gkehub_v2alpha.Gkehub,
};

@@ -38,0 +41,0 @@ function gkehub(versionOrOptions) {

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

import { datapipelines } from './datapipelines';
import { dataplex } from './dataplex';
import { dataproc } from './dataproc';

@@ -151,2 +152,3 @@ import { datastore } from './datastore';

import { mybusinessaccountmanagement } from './mybusinessaccountmanagement';
import { mybusinessbusinesscalls } from './mybusinessbusinesscalls';
import { mybusinessbusinessinformation } from './mybusinessbusinessinformation';

@@ -173,2 +175,3 @@ import { mybusinesslodging } from './mybusinesslodging';

import { playcustomapp } from './playcustomapp';
import { playintegrity } from './playintegrity';
import { plus } from './plus';

@@ -330,2 +333,3 @@ import { policyanalyzer } from './policyanalyzer';

datapipelines: typeof datapipelines;
dataplex: typeof dataplex;
dataproc: typeof dataproc;

@@ -400,2 +404,3 @@ datastore: typeof datastore;

mybusinessaccountmanagement: typeof mybusinessaccountmanagement;
mybusinessbusinesscalls: typeof mybusinessbusinesscalls;
mybusinessbusinessinformation: typeof mybusinessbusinessinformation;

@@ -422,2 +427,3 @@ mybusinesslodging: typeof mybusinesslodging;

playcustomapp: typeof playcustomapp;
playintegrity: typeof playintegrity;
plus: typeof plus;

@@ -424,0 +430,0 @@ policyanalyzer: typeof policyanalyzer;

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

const datapipelines_1 = require("./datapipelines");
const dataplex_1 = require("./dataplex");
const dataproc_1 = require("./dataproc");

@@ -166,2 +167,3 @@ const datastore_1 = require("./datastore");

const mybusinessaccountmanagement_1 = require("./mybusinessaccountmanagement");
const mybusinessbusinesscalls_1 = require("./mybusinessbusinesscalls");
const mybusinessbusinessinformation_1 = require("./mybusinessbusinessinformation");

@@ -188,2 +190,3 @@ const mybusinesslodging_1 = require("./mybusinesslodging");

const playcustomapp_1 = require("./playcustomapp");
const playintegrity_1 = require("./playintegrity");
const plus_1 = require("./plus");

@@ -339,2 +342,3 @@ const policyanalyzer_1 = require("./policyanalyzer");

datapipelines: datapipelines_1.VERSIONS,
dataplex: dataplex_1.VERSIONS,
dataproc: dataproc_1.VERSIONS,

@@ -409,2 +413,3 @@ datastore: datastore_1.VERSIONS,

mybusinessaccountmanagement: mybusinessaccountmanagement_1.VERSIONS,
mybusinessbusinesscalls: mybusinessbusinesscalls_1.VERSIONS,
mybusinessbusinessinformation: mybusinessbusinessinformation_1.VERSIONS,

@@ -431,2 +436,3 @@ mybusinesslodging: mybusinesslodging_1.VERSIONS,

playcustomapp: playcustomapp_1.VERSIONS,
playintegrity: playintegrity_1.VERSIONS,
plus: plus_1.VERSIONS,

@@ -584,2 +590,3 @@ policyanalyzer: policyanalyzer_1.VERSIONS,

this.datapipelines = datapipelines_1.datapipelines;
this.dataplex = dataplex_1.dataplex;
this.dataproc = dataproc_1.dataproc;

@@ -654,2 +661,3 @@ this.datastore = datastore_1.datastore;

this.mybusinessaccountmanagement = mybusinessaccountmanagement_1.mybusinessaccountmanagement;
this.mybusinessbusinesscalls = mybusinessbusinesscalls_1.mybusinessbusinesscalls;
this.mybusinessbusinessinformation = mybusinessbusinessinformation_1.mybusinessbusinessinformation;

@@ -676,2 +684,3 @@ this.mybusinesslodging = mybusinesslodging_1.mybusinesslodging;

this.playcustomapp = playcustomapp_1.playcustomapp;
this.playintegrity = playintegrity_1.playintegrity;
this.plus = plus_1.plus;

@@ -678,0 +687,0 @@ this.policyanalyzer = policyanalyzer_1.policyanalyzer;

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

this.context = context;
this.backups = new Resource$Projects$Locations$Global$Domains$Backups(this.context);
this.sqlIntegrations =

@@ -485,2 +486,34 @@ new Resource$Projects$Locations$Global$Domains$Sqlintegrations(this.context);

}
restore(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://managedidentities.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+name}:restore').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
}, options),
params,
requiredParams: ['name'],
pathParams: ['name'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return googleapis_common_1.createAPIRequest(parameters);
}
}
setIamPolicy(paramsOrCallback, optionsOrCallback, callback) {

@@ -616,2 +649,264 @@ let params = (paramsOrCallback ||

managedidentities_v1.Resource$Projects$Locations$Global$Domains = Resource$Projects$Locations$Global$Domains;
class Resource$Projects$Locations$Global$Domains$Backups {
constructor(context) {
this.context = 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://managedidentities.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+parent}/backups').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
}, options),
params,
requiredParams: ['parent'],
pathParams: ['parent'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return 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://managedidentities.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) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return 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://managedidentities.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) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return googleapis_common_1.createAPIRequest(parameters);
}
}
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://managedidentities.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+resource}:getIamPolicy').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return 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://managedidentities.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+parent}/backups').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
}, options),
params,
requiredParams: ['parent'],
pathParams: ['parent'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return googleapis_common_1.createAPIRequest(parameters);
}
}
patch(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://managedidentities.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
method: 'PATCH',
}, options),
params,
requiredParams: ['name'],
pathParams: ['name'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return 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://managedidentities.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+resource}:setIamPolicy').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return 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://managedidentities.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+resource}:testIamPermissions').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return googleapis_common_1.createAPIRequest(parameters);
}
}
}
managedidentities_v1.Resource$Projects$Locations$Global$Domains$Backups = Resource$Projects$Locations$Global$Domains$Backups;
class Resource$Projects$Locations$Global$Domains$Sqlintegrations {

@@ -618,0 +913,0 @@ constructor(context) {

@@ -448,2 +448,34 @@ "use strict";

}
removeIamPolicy(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://metastore.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1alpha/{+resource}:removeIamPolicy').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return googleapis_common_1.createAPIRequest(parameters);
}
}
restore(paramsOrCallback, optionsOrCallback, callback) {

@@ -450,0 +482,0 @@ let params = (paramsOrCallback ||

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

this.backups = new Resource$Projects$Locations$Services$Backups(this.context);
this.databases = new Resource$Projects$Locations$Services$Databases(this.context);
this.metadataImports =

@@ -804,2 +805,207 @@ new Resource$Projects$Locations$Services$Metadataimports(this.context);

metastore_v1beta.Resource$Projects$Locations$Services$Backups = Resource$Projects$Locations$Services$Backups;
class Resource$Projects$Locations$Services$Databases {
constructor(context) {
this.context = context;
this.tables = new Resource$Projects$Locations$Services$Databases$Tables(this.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://metastore.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1beta/{+resource}:getIamPolicy').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return 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://metastore.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1beta/{+resource}:setIamPolicy').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return 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://metastore.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1beta/{+resource}:testIamPermissions').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return googleapis_common_1.createAPIRequest(parameters);
}
}
}
metastore_v1beta.Resource$Projects$Locations$Services$Databases = Resource$Projects$Locations$Services$Databases;
class Resource$Projects$Locations$Services$Databases$Tables {
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://metastore.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1beta/{+resource}:getIamPolicy').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return 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://metastore.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1beta/{+resource}:setIamPolicy').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return 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://metastore.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1beta/{+resource}:testIamPermissions').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return googleapis_common_1.createAPIRequest(parameters);
}
}
}
metastore_v1beta.Resource$Projects$Locations$Services$Databases$Tables = Resource$Projects$Locations$Services$Databases$Tables;
class Resource$Projects$Locations$Services$Metadataimports {

@@ -806,0 +1012,0 @@ constructor(context) {

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

/**
* Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See http://cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
* Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
*/

@@ -246,0 +246,0 @@ regionCode?: string | null;

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

new Resource$Projects$Locations$Certificatetemplates(this.context);
this.managedPkis = new Resource$Projects$Locations$Managedpkis(this.context);
this.operations = new Resource$Projects$Locations$Operations(this.context);

@@ -1370,40 +1369,2 @@ }

privateca_v1.Resource$Projects$Locations$Certificatetemplates = Resource$Projects$Locations$Certificatetemplates;
class Resource$Projects$Locations$Managedpkis {
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://privateca.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+resource}:getIamPolicy').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return googleapis_common_1.createAPIRequest(parameters);
}
}
}
privateca_v1.Resource$Projects$Locations$Managedpkis = Resource$Projects$Locations$Managedpkis;
class Resource$Projects$Locations$Operations {

@@ -1410,0 +1371,0 @@ constructor(context) {

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

this.locations = new Resource$Projects$Locations(this.context);
this.operations = new Resource$Projects$Operations(this.context);
}

@@ -986,2 +987,70 @@ }

retail_v2.Resource$Projects$Locations$Operations = Resource$Projects$Locations$Operations;
class Resource$Projects$Operations {
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://retail.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v2/{+name}').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
}, options),
params,
requiredParams: ['name'],
pathParams: ['name'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return 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://retail.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v2/{+name}/operations').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
}, options),
params,
requiredParams: ['name'],
pathParams: ['name'],
context: this.context,
};
if (callback) {
googleapis_common_1.createAPIRequest(parameters, callback);
}
else {
return googleapis_common_1.createAPIRequest(parameters);
}
}
}
retail_v2.Resource$Projects$Operations = Resource$Projects$Operations;
})(retail_v2 = exports.retail_v2 || (exports.retail_v2 = {}));

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

*
* Deploy and manage user provided container images that scale automatically based on incoming requests. The Cloud Run Admin API follows the Knative Serving API specification.
* Deploy and manage user provided container images that scale automatically based on incoming requests. The Cloud Run Admin API v1 follows the Knative Serving API specification, while v2 is aligned with Google Cloud AIP-based API standards, as described in https://google.aip.dev/.
*

@@ -31,0 +31,0 @@ * @example

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

*
* Deploy and manage user provided container images that scale automatically based on incoming requests. The Cloud Run Admin API follows the Knative Serving API specification.
* Deploy and manage user provided container images that scale automatically based on incoming requests. The Cloud Run Admin API v1 follows the Knative Serving API specification, while v2 is aligned with Google Cloud AIP-based API standards, as described in https://google.aip.dev/.
*

@@ -31,0 +31,0 @@ * @example

@@ -638,2 +638,170 @@ /// <reference types="node" />

}
/**
* A common proto for logging HTTP requests. Only contains semantics defined by the HTTP specification. Product-specific logging information MUST be defined in a separate message.
*/
export interface Schema$V2HttpRequest {
/**
* The number of HTTP response bytes inserted into cache. Set only when a cache fill was attempted.
*/
cacheFillBytes?: string | null;
/**
* Whether or not an entity was served from cache (with or without validation).
*/
cacheHit?: boolean | null;
/**
* Whether or not a cache lookup was attempted.
*/
cacheLookup?: boolean | null;
/**
* Whether or not the response was validated with the origin server before being served from cache. This field is only meaningful if `cache_hit` is True.
*/
cacheValidatedWithOriginServer?: boolean | null;
/**
* The request processing latency on the server, from the time the request was received until the response was sent.
*/
latency?: string | null;
/**
* Protocol used for the request. Examples: "HTTP/1.1", "HTTP/2", "websocket"
*/
protocol?: string | null;
/**
* The referer URL of the request, as defined in [HTTP/1.1 Header Field Definitions](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
*/
referer?: string | null;
/**
* The IP address (IPv4 or IPv6) of the client that issued the HTTP request. Examples: `"192.168.1.1"`, `"FE80::0202:B3FF:FE1E:8329"`.
*/
remoteIp?: string | null;
/**
* The request method. Examples: `"GET"`, `"HEAD"`, `"PUT"`, `"POST"`.
*/
requestMethod?: string | null;
/**
* The size of the HTTP request message in bytes, including the request headers and the request body.
*/
requestSize?: string | null;
/**
* The scheme (http, https), the host name, the path, and the query portion of the URL that was requested. Example: `"http://example.com/some/info?color=red"`.
*/
requestUrl?: string | null;
/**
* The size of the HTTP response message sent back to the client, in bytes, including the response headers and the response body.
*/
responseSize?: string | null;
/**
* The IP address (IPv4 or IPv6) of the origin server that the request was sent to.
*/
serverIp?: string | null;
/**
* The response code indicating the status of the response. Examples: 200, 404.
*/
status?: number | null;
/**
* The user agent sent by the client. Example: `"Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Q312461; .NET CLR 1.0.3705)"`.
*/
userAgent?: string | null;
}
/**
* An individual log entry.
*/
export interface Schema$V2LogEntry {
/**
* Optional. Information about the HTTP request associated with this log entry, if applicable.
*/
httpRequest?: Schema$V2HttpRequest;
/**
* A unique ID for the log entry used for deduplication. If omitted, the implementation will generate one based on operation_id.
*/
insertId?: string | null;
/**
* A set of user-defined (key, value) data that provides additional information about the log entry.
*/
labels?: {
[key: string]: string;
} | null;
/**
* A set of user-defined (key, value) data that provides additional information about the moniotored resource that the log entry belongs to.
*/
monitoredResourceLabels?: {
[key: string]: string;
} | null;
/**
* Required. The log to which this log entry belongs. Examples: `"syslog"`, `"book_log"`.
*/
name?: string | null;
/**
* Optional. Information about an operation associated with the log entry, if applicable.
*/
operation?: Schema$V2LogEntryOperation;
/**
* The log entry payload, represented as a protocol buffer that is expressed as a JSON object. The only accepted type currently is AuditLog.
*/
protoPayload?: {
[key: string]: any;
} | null;
/**
* The severity of the log entry. The default value is `LogSeverity.DEFAULT`.
*/
severity?: string | null;
/**
* Optional. Source code location information associated with the log entry, if any.
*/
sourceLocation?: Schema$V2LogEntrySourceLocation;
/**
* The log entry payload, represented as a structure that is expressed as a JSON object.
*/
structPayload?: {
[key: string]: any;
} | null;
/**
* The log entry payload, represented as a Unicode string (UTF-8).
*/
textPayload?: string | null;
/**
* The time the event described by the log entry occurred. If omitted, defaults to operation start time.
*/
timestamp?: string | null;
/**
* Optional. Resource name of the trace associated with the log entry, if any. If this field contains a relative resource name, you can assume the name is relative to `//tracing.googleapis.com`. Example: `projects/my-projectid/traces/06796866738c859f2f19b7cfb3214824`
*/
trace?: string | null;
}
/**
* Additional information about a potentially long-running operation with which a log entry is associated.
*/
export interface Schema$V2LogEntryOperation {
/**
* Optional. Set this to True if this is the first log entry in the operation.
*/
first?: boolean | null;
/**
* Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.
*/
id?: string | null;
/**
* Optional. Set this to True if this is the last log entry in the operation.
*/
last?: boolean | null;
/**
* Optional. An arbitrary producer identifier. The combination of `id` and `producer` must be globally unique. Examples for `producer`: `"MyDivision.MyBigCompany.com"`, `"github.com/MyProject/MyApplication"`.
*/
producer?: string | null;
}
/**
* Additional information about the source code location that produced the log entry.
*/
export interface Schema$V2LogEntrySourceLocation {
/**
* Optional. Source file name. Depending on the runtime environment, this might be a simple name or a fully-qualified name.
*/
file?: string | null;
/**
* Optional. Human-readable name of the function or method being invoked, with optional context such as the class or package name. This information may be used in contexts such as the logs viewer, where a file and line number are less meaningful. The format can vary by language. For example: `qual.if.ied.Class.method` (Java), `dir/package.func` (Go), `function` (Python).
*/
function?: string | null;
/**
* Optional. Line within the source file. 1-based; 0 indicates no line number available.
*/
line?: string | null;
}
export class Resource$Services {

@@ -640,0 +808,0 @@ context: APIRequestContext;

@@ -35,6 +35,3 @@ "use strict";

function isSimpleType(type) {
if (type.indexOf('{') > -1) {
return false;
}
return true;
return !type.includes('{');
}

@@ -41,0 +38,0 @@ exports.isSimpleType = isSimpleType;

import { Schema, SchemaMethod, SchemaMethods, SchemaResources } from 'googleapis-common';
/**
* Given a top level Schema, collect every method on all resource objects.
* Generate a sample, format it, and and attach to the `method.fragment` field.
* Generate a sample, format it, and attach to the `method.fragment` field.
* @param schema Top level schema for the API.

@@ -6,0 +6,0 @@ */

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

* Given a top level Schema, collect every method on all resource objects.
* Generate a sample, format it, and and attach to the `method.fragment` field.
* Generate a sample, format it, and attach to the `method.fragment` field.
* @param schema Top level schema for the API.

@@ -38,0 +38,0 @@ */

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

export { baremetalsolution_v1 } from './apis/baremetalsolution/v1';
export { baremetalsolution_v2 } from './apis/baremetalsolution/v2';
export { bigquery_v2 } from './apis/bigquery/v2';

@@ -95,2 +96,4 @@ export { bigqueryconnection_v1beta1 } from './apis/bigqueryconnection/v1beta1';

export { cloudfunctions_v1beta2 } from './apis/cloudfunctions/v1beta2';
export { cloudfunctions_v2alpha } from './apis/cloudfunctions/v2alpha';
export { cloudfunctions_v2beta } from './apis/cloudfunctions/v2beta';
export { cloudidentity_v1 } from './apis/cloudidentity/v1';

@@ -142,2 +145,3 @@ export { cloudidentity_v1beta1 } from './apis/cloudidentity/v1beta1';

export { datapipelines_v1 } from './apis/datapipelines/v1';
export { dataplex_v1 } from './apis/dataplex/v1';
export { dataproc_v1 } from './apis/dataproc/v1';

@@ -169,2 +173,3 @@ export { dataproc_v1beta2 } from './apis/dataproc/v1beta2';

export { dns_v1beta2 } from './apis/dns/v1beta2';
export { dns_v2 } from './apis/dns/v2';
export { dns_v2beta1 } from './apis/dns/v2beta1';

@@ -220,2 +225,3 @@ export { docs_v1 } from './apis/docs/v1';

export { gkehub_v1beta1 } from './apis/gkehub/v1beta1';
export { gkehub_v2alpha } from './apis/gkehub/v2alpha';
export { gmail_v1 } from './apis/gmail/v1';

@@ -263,2 +269,3 @@ export { gmailpostmastertools_v1 } from './apis/gmailpostmastertools/v1';

export { mybusinessaccountmanagement_v1 } from './apis/mybusinessaccountmanagement/v1';
export { mybusinessbusinesscalls_v1 } from './apis/mybusinessbusinesscalls/v1';
export { mybusinessbusinessinformation_v1 } from './apis/mybusinessbusinessinformation/v1';

@@ -294,2 +301,3 @@ export { mybusinesslodging_v1 } from './apis/mybusinesslodging/v1';

export { playcustomapp_v1 } from './apis/playcustomapp/v1';
export { playintegrity_v1 } from './apis/playintegrity/v1';
export { plus_v1 } from './apis/plus/v1';

@@ -296,0 +304,0 @@ export { policyanalyzer_v1 } from './apis/policyanalyzer/v1';

{
"name": "googleapis",
"version": "95.0.0",
"version": "96.0.0",
"repository": "googleapis/google-api-nodejs-client",

@@ -5,0 +5,0 @@ "license": "Apache-2.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

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