Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@google/events

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google/events - npm Package Compare versions

Comparing version
1.5.0
to
2.0.0
+11
-0
CHANGELOG.md
# Changelog
## [2.0.0](https://www.github.com/googleapis/google-cloudevents-nodejs/compare/v1.5.0...v2.0.0) (2020-10-05)
### ⚠ BREAKING CHANGES
* update cal types to use camelCase (#54)
### Bug Fixes
* update cal types to use camelCase ([#54](https://www.github.com/googleapis/google-cloudevents-nodejs/issues/54)) ([2c60859](https://www.github.com/googleapis/google-cloudevents-nodejs/commit/2c6085947d22992d4d260d21b8d717e1fd1ad2e1))
## [1.5.0](https://www.github.com/googleapis/google-cloudevents-nodejs/compare/v1.4.2...v1.5.0) (2020-10-01)

@@ -4,0 +15,0 @@

+43
-43

@@ -8,3 +8,3 @@ /**

*/
insert_id?: string;
insertId?: string;
/**

@@ -20,3 +20,3 @@ * A set of user-defined (key, value) data that provides additional information about the

*/
log_name?: string;
logName?: string;
/**

@@ -29,7 +29,7 @@ * Information about an operation associated with the log entry, if applicable.

*/
proto_payload?: AuditLog;
protoPayload?: AuditLog;
/**
* The time the log entry was received by Logging.
*/
receive_timestamp?: string;
receiveTimestamp?: string;
/**

@@ -50,3 +50,3 @@ * The monitored resource that produced this log entry. Example: a log entry that reports a

*/
span_id?: string;
spanId?: string;
/**

@@ -97,3 +97,3 @@ * The time the event described by the log entry occurred.

*/
authentication_info?: AuthenticationInfo;
authenticationInfo?: AuthenticationInfo;
/**

@@ -103,3 +103,3 @@ * Authorization information. If there are multiple resources or permissions involved, then

*/
authorization_info?: AuthorizationInfo[];
authorizationInfo?: AuthorizationInfo[];
/**

@@ -116,7 +116,7 @@ * Other service-specific data about the request, response, and other information associated

*/
method_name?: string;
methodName?: string;
/**
* The number of items returned from a List or Query API method, if applicable.
*/
num_response_items?: number;
numResponseItems?: number;
/**

@@ -135,7 +135,7 @@ * The operation request. This may not include all request parameters, such as those that

*/
request_metadata?: RequestMetadata;
requestMetadata?: RequestMetadata;
/**
* The resource location information.
*/
resource_location?: ResourceLocation;
resourceLocation?: ResourceLocation;
/**

@@ -145,7 +145,7 @@ * The resource or collection that is the target of the operation. For example

*/
resource_name?: string;
resourceName?: string;
/**
* The resource's original state before mutation.
*/
resource_original_state?: {
resourceOriginalState?: {
[key: string]: any;

@@ -168,3 +168,3 @@ };

*/
service_data?: {
serviceData?: {
[key: string]: any;

@@ -176,3 +176,3 @@ };

*/
service_name?: string;
serviceName?: string;
/**

@@ -193,3 +193,3 @@ * The status of the overall operation.

*/
authority_selector?: string;
authoritySelector?: string;
/**

@@ -200,3 +200,3 @@ * The email address of the authenticated user (or service account on behalf of third party

*/
principal_email?: string;
principalEmail?: string;
/**

@@ -206,3 +206,3 @@ * String representation of identity of requesting party. Populated for both first and third

*/
principal_subject?: string;
principalSubject?: string;
/**

@@ -214,3 +214,3 @@ * Identity delegation history of an authenticated service account that makes the request.

*/
service_account_delegation_info?: ServiceAccountDelegationInfo[];
serviceAccountDelegationInfo?: ServiceAccountDelegationInfo[];
/**

@@ -221,3 +221,3 @@ * The name of the service account key used to create or exchange credentials for

*/
service_account_key_name?: string;
serviceAccountKeyName?: string;
/**

@@ -228,3 +228,3 @@ * The third party identification (if any) of the authenticated user making the request.

*/
third_party_principal?: {
thirdPartyPrincipal?: {
[key: string]: any;

@@ -240,7 +240,7 @@ };

*/
principal_email?: string;
principalEmail?: string;
/**
* Metadata about the service that uses the service account.
*/
service_metadata?: {
serviceMetadata?: {
[key: string]: any;

@@ -251,3 +251,3 @@ };

*/
third_party_claims?: {
thirdPartyClaims?: {
[key: string]: any;

@@ -277,5 +277,5 @@ };

* used in IAM condition evaluation, the user must also look into
* AuditLog.request_metadata.request_attributes.
* AuditLog.requestMetadata.requestAttributes.
*/
resource_attributes?: Resource;
resourceAttributes?: Resource;
}

@@ -286,3 +286,3 @@ /**

* used in IAM condition evaluation, the user must also look into
* AuditLog.request_metadata.request_attributes.
* AuditLog.requestMetadata.requestAttributes.
*/

@@ -306,11 +306,11 @@ export interface Resource {

* address, if the VM is in the same organization (or project) as the accessed resource,
* `caller_ip` will be the VM's internal IPv4 address, otherwise the `caller_ip` will be
* `callerIp` will be the VM's internal IPv4 address, otherwise the `callerIp` will be
* redacted to "gce-internal-ip". See https://cloud.google.com/compute/docs/vpc/ for more
* information."
*/
caller_ip?: string;
callerIp?: string;
/**
* The network of the caller.
*/
caller_network?: string;
callerNetwork?: string;
/**

@@ -320,7 +320,7 @@ * The user agent of the caller. This information is not authenticated and should be treated

*/
caller_supplied_user_agent?: string;
callerSuppliedUserAgent?: string;
/**
* The destination of a network activity, such as accepting a TCP connection.
*/
destination_attributes?: Peer;
destinationAttributes?: Peer;
/**

@@ -330,3 +330,3 @@ * Request attributes used in IAM condition evaluation. This field contains request

*/
request_attributes?: Request;
requestAttributes?: Request;
}

@@ -343,3 +343,3 @@ /**

principal?: string;
region_code?: string;
regionCode?: string;
}

@@ -367,3 +367,3 @@ /**

export interface Auth {
access_levels?: string[];
accessLevels?: string[];
audiences?: string[];

@@ -384,12 +384,12 @@ claims?: {

* The locations of a resource after the execution of the operation. Requests to create or
* delete a location based resource must populate the 'current_locations' field and not the
* 'original_locations' field.
* delete a location based resource must populate the 'currentLocations' field and not the
* 'originalLocations' field.
*/
current_locations?: string[];
currentLocations?: string[];
/**
* The locations of a resource prior to the execution of the operation. Requests that mutate
* the resource's location must populate both the 'original_locations' as well as the
* 'current_locations' fields. For example:
* the resource's location must populate both the 'originalLocations' as well as the
* 'currentLocations' fields. For example:
*/
original_locations?: string[];
originalLocations?: string[];
}

@@ -426,3 +426,3 @@ /**

* Values for all of the labels listed in the associated monitored resource descriptor. For
* example, Compute Engine VM instances use the labels `"project_id"`, `"instance_id"`, and
* example, Compute Engine VM instances use the labels `"projectId"`, `"instanceId"`, and
* `"zone"`.

@@ -435,3 +435,3 @@ */

* Required. The monitored resource type. For example, the type of a Compute Engine VM
* instance is `gce_instance`.
* instance is `gceInstance`.
*/

@@ -438,0 +438,0 @@ type?: string;

@@ -149,11 +149,11 @@ "use strict";

"LogEntryData": o([
{ json: "insert_id", js: "insert_id", typ: u(undefined, "") },
{ json: "insertId", js: "insertId", typ: u(undefined, "") },
{ json: "labels", js: "labels", typ: u(undefined, m("any")) },
{ json: "log_name", js: "log_name", typ: u(undefined, "") },
{ json: "logName", js: "logName", typ: u(undefined, "") },
{ json: "operation", js: "operation", typ: u(undefined, r("LogEntryOperation")) },
{ json: "proto_payload", js: "proto_payload", typ: u(undefined, r("AuditLog")) },
{ json: "receive_timestamp", js: "receive_timestamp", typ: u(undefined, "") },
{ json: "protoPayload", js: "protoPayload", typ: u(undefined, r("AuditLog")) },
{ json: "receiveTimestamp", js: "receiveTimestamp", typ: u(undefined, "") },
{ json: "resource", js: "resource", typ: u(undefined, r("MonitoredResource")) },
{ json: "severity", js: "severity", typ: u(undefined, "") },
{ json: "span_id", js: "span_id", typ: u(undefined, "") },
{ json: "spanId", js: "spanId", typ: u(undefined, "") },
{ json: "timestamp", js: "timestamp", typ: u(undefined, "") },

@@ -169,29 +169,29 @@ { json: "trace", js: "trace", typ: u(undefined, "") },

"AuditLog": o([
{ json: "authentication_info", js: "authentication_info", typ: u(undefined, r("AuthenticationInfo")) },
{ json: "authorization_info", js: "authorization_info", typ: u(undefined, a(r("AuthorizationInfo"))) },
{ json: "authenticationInfo", js: "authenticationInfo", typ: u(undefined, r("AuthenticationInfo")) },
{ json: "authorizationInfo", js: "authorizationInfo", typ: u(undefined, a(r("AuthorizationInfo"))) },
{ json: "metadata", js: "metadata", typ: u(undefined, m("any")) },
{ json: "method_name", js: "method_name", typ: u(undefined, "") },
{ json: "num_response_items", js: "num_response_items", typ: u(undefined, 0) },
{ json: "methodName", js: "methodName", typ: u(undefined, "") },
{ json: "numResponseItems", js: "numResponseItems", typ: u(undefined, 0) },
{ json: "request", js: "request", typ: u(undefined, m("any")) },
{ json: "request_metadata", js: "request_metadata", typ: u(undefined, r("RequestMetadata")) },
{ json: "resource_location", js: "resource_location", typ: u(undefined, r("ResourceLocation")) },
{ json: "resource_name", js: "resource_name", typ: u(undefined, "") },
{ json: "resource_original_state", js: "resource_original_state", typ: u(undefined, m("any")) },
{ json: "requestMetadata", js: "requestMetadata", typ: u(undefined, r("RequestMetadata")) },
{ json: "resourceLocation", js: "resourceLocation", typ: u(undefined, r("ResourceLocation")) },
{ json: "resourceName", js: "resourceName", typ: u(undefined, "") },
{ json: "resourceOriginalState", js: "resourceOriginalState", typ: u(undefined, m("any")) },
{ json: "response", js: "response", typ: u(undefined, m("any")) },
{ json: "service_data", js: "service_data", typ: u(undefined, m("any")) },
{ json: "service_name", js: "service_name", typ: u(undefined, "") },
{ json: "serviceData", js: "serviceData", typ: u(undefined, m("any")) },
{ json: "serviceName", js: "serviceName", typ: u(undefined, "") },
{ json: "status", js: "status", typ: u(undefined, r("Status")) },
], "any"),
"AuthenticationInfo": o([
{ json: "authority_selector", js: "authority_selector", typ: u(undefined, "") },
{ json: "principal_email", js: "principal_email", typ: u(undefined, "") },
{ json: "principal_subject", js: "principal_subject", typ: u(undefined, "") },
{ json: "service_account_delegation_info", js: "service_account_delegation_info", typ: u(undefined, a(r("ServiceAccountDelegationInfo"))) },
{ json: "service_account_key_name", js: "service_account_key_name", typ: u(undefined, "") },
{ json: "third_party_principal", js: "third_party_principal", typ: u(undefined, m("any")) },
{ json: "authoritySelector", js: "authoritySelector", typ: u(undefined, "") },
{ json: "principalEmail", js: "principalEmail", typ: u(undefined, "") },
{ json: "principalSubject", js: "principalSubject", typ: u(undefined, "") },
{ json: "serviceAccountDelegationInfo", js: "serviceAccountDelegationInfo", typ: u(undefined, a(r("ServiceAccountDelegationInfo"))) },
{ json: "serviceAccountKeyName", js: "serviceAccountKeyName", typ: u(undefined, "") },
{ json: "thirdPartyPrincipal", js: "thirdPartyPrincipal", typ: u(undefined, m("any")) },
], "any"),
"ServiceAccountDelegationInfo": o([
{ json: "principal_email", js: "principal_email", typ: u(undefined, "") },
{ json: "service_metadata", js: "service_metadata", typ: u(undefined, m("any")) },
{ json: "third_party_claims", js: "third_party_claims", typ: u(undefined, m("any")) },
{ json: "principalEmail", js: "principalEmail", typ: u(undefined, "") },
{ json: "serviceMetadata", js: "serviceMetadata", typ: u(undefined, m("any")) },
{ json: "thirdPartyClaims", js: "thirdPartyClaims", typ: u(undefined, m("any")) },
], "any"),

@@ -202,3 +202,3 @@ "AuthorizationInfo": o([

{ json: "resource", js: "resource", typ: u(undefined, "") },
{ json: "resource_attributes", js: "resource_attributes", typ: u(undefined, r("Resource")) },
{ json: "resourceAttributes", js: "resourceAttributes", typ: u(undefined, r("Resource")) },
], "any"),

@@ -212,7 +212,7 @@ "Resource": o([

"RequestMetadata": o([
{ json: "caller_ip", js: "caller_ip", typ: u(undefined, "") },
{ json: "caller_network", js: "caller_network", typ: u(undefined, "") },
{ json: "caller_supplied_user_agent", js: "caller_supplied_user_agent", typ: u(undefined, "") },
{ json: "destination_attributes", js: "destination_attributes", typ: u(undefined, r("Peer")) },
{ json: "request_attributes", js: "request_attributes", typ: u(undefined, r("Request")) },
{ json: "callerIp", js: "callerIp", typ: u(undefined, "") },
{ json: "callerNetwork", js: "callerNetwork", typ: u(undefined, "") },
{ json: "callerSuppliedUserAgent", js: "callerSuppliedUserAgent", typ: u(undefined, "") },
{ json: "destinationAttributes", js: "destinationAttributes", typ: u(undefined, r("Peer")) },
{ json: "requestAttributes", js: "requestAttributes", typ: u(undefined, r("Request")) },
], "any"),

@@ -224,3 +224,3 @@ "Peer": o([

{ json: "principal", js: "principal", typ: u(undefined, "") },
{ json: "region_code", js: "region_code", typ: u(undefined, "") },
{ json: "regionCode", js: "regionCode", typ: u(undefined, "") },
], "any"),

@@ -242,3 +242,3 @@ "Request": o([

"Auth": o([
{ json: "access_levels", js: "access_levels", typ: u(undefined, a("")) },
{ json: "accessLevels", js: "accessLevels", typ: u(undefined, a("")) },
{ json: "audiences", js: "audiences", typ: u(undefined, a("")) },

@@ -250,4 +250,4 @@ { json: "claims", js: "claims", typ: u(undefined, m("any")) },

"ResourceLocation": o([
{ json: "current_locations", js: "current_locations", typ: u(undefined, a("")) },
{ json: "original_locations", js: "original_locations", typ: u(undefined, a("")) },
{ json: "currentLocations", js: "currentLocations", typ: u(undefined, a("")) },
{ json: "originalLocations", js: "originalLocations", typ: u(undefined, a("")) },
], "any"),

@@ -254,0 +254,0 @@ "Status": o([

@@ -17,3 +17,3 @@ // To parse this data:

*/
insert_id?: string;
insertId?: string;
/**

@@ -27,3 +27,3 @@ * A set of user-defined (key, value) data that provides additional information about the

*/
log_name?: string;
logName?: string;
/**

@@ -36,7 +36,7 @@ * Information about an operation associated with the log entry, if applicable.

*/
proto_payload?: AuditLog;
protoPayload?: AuditLog;
/**
* The time the log entry was received by Logging.
*/
receive_timestamp?: string;
receiveTimestamp?: string;
/**

@@ -57,3 +57,3 @@ * The monitored resource that produced this log entry. Example: a log entry that reports a

*/
span_id?: string;
spanId?: string;
/**

@@ -106,3 +106,3 @@ * The time the event described by the log entry occurred.

*/
authentication_info?: AuthenticationInfo;
authenticationInfo?: AuthenticationInfo;
/**

@@ -112,3 +112,3 @@ * Authorization information. If there are multiple resources or permissions involved, then

*/
authorization_info?: AuthorizationInfo[];
authorizationInfo?: AuthorizationInfo[];
/**

@@ -123,7 +123,7 @@ * Other service-specific data about the request, response, and other information associated

*/
method_name?: string;
methodName?: string;
/**
* The number of items returned from a List or Query API method, if applicable.
*/
num_response_items?: number;
numResponseItems?: number;
/**

@@ -140,7 +140,7 @@ * The operation request. This may not include all request parameters, such as those that

*/
request_metadata?: RequestMetadata;
requestMetadata?: RequestMetadata;
/**
* The resource location information.
*/
resource_location?: ResourceLocation;
resourceLocation?: ResourceLocation;
/**

@@ -150,7 +150,7 @@ * The resource or collection that is the target of the operation. For example

*/
resource_name?: string;
resourceName?: string;
/**
* The resource's original state before mutation.
*/
resource_original_state?: { [key: string]: any };
resourceOriginalState?: { [key: string]: any };
/**

@@ -169,3 +169,3 @@ * The operation response. This may not include all response elements, such as those that

*/
service_data?: { [key: string]: any };
serviceData?: { [key: string]: any };
/**

@@ -175,3 +175,3 @@ * The name of the API service performing the operation. For example,

*/
service_name?: string;
serviceName?: string;
/**

@@ -193,3 +193,3 @@ * The status of the overall operation.

*/
authority_selector?: string;
authoritySelector?: string;
/**

@@ -200,3 +200,3 @@ * The email address of the authenticated user (or service account on behalf of third party

*/
principal_email?: string;
principalEmail?: string;
/**

@@ -206,3 +206,3 @@ * String representation of identity of requesting party. Populated for both first and third

*/
principal_subject?: string;
principalSubject?: string;
/**

@@ -214,3 +214,3 @@ * Identity delegation history of an authenticated service account that makes the request.

*/
service_account_delegation_info?: ServiceAccountDelegationInfo[];
serviceAccountDelegationInfo?: ServiceAccountDelegationInfo[];
/**

@@ -221,3 +221,3 @@ * The name of the service account key used to create or exchange credentials for

*/
service_account_key_name?: string;
serviceAccountKeyName?: string;
/**

@@ -228,3 +228,3 @@ * The third party identification (if any) of the authenticated user making the request.

*/
third_party_principal?: { [key: string]: any };
thirdPartyPrincipal?: { [key: string]: any };
}

@@ -239,11 +239,11 @@

*/
principal_email?: string;
principalEmail?: string;
/**
* Metadata about the service that uses the service account.
*/
service_metadata?: { [key: string]: any };
serviceMetadata?: { [key: string]: any };
/**
* Metadata about third party identity.
*/
third_party_claims?: { [key: string]: any };
thirdPartyClaims?: { [key: string]: any };
}

@@ -272,5 +272,5 @@

* used in IAM condition evaluation, the user must also look into
* AuditLog.request_metadata.request_attributes.
* AuditLog.requestMetadata.requestAttributes.
*/
resource_attributes?: Resource;
resourceAttributes?: Resource;
}

@@ -282,3 +282,3 @@

* used in IAM condition evaluation, the user must also look into
* AuditLog.request_metadata.request_attributes.
* AuditLog.requestMetadata.requestAttributes.
*/

@@ -301,11 +301,11 @@ export interface Resource {

* address, if the VM is in the same organization (or project) as the accessed resource,
* `caller_ip` will be the VM's internal IPv4 address, otherwise the `caller_ip` will be
* `callerIp` will be the VM's internal IPv4 address, otherwise the `callerIp` will be
* redacted to "gce-internal-ip". See https://cloud.google.com/compute/docs/vpc/ for more
* information."
*/
caller_ip?: string;
callerIp?: string;
/**
* The network of the caller.
*/
caller_network?: string;
callerNetwork?: string;
/**

@@ -315,7 +315,7 @@ * The user agent of the caller. This information is not authenticated and should be treated

*/
caller_supplied_user_agent?: string;
callerSuppliedUserAgent?: string;
/**
* The destination of a network activity, such as accepting a TCP connection.
*/
destination_attributes?: Peer;
destinationAttributes?: Peer;
/**

@@ -325,3 +325,3 @@ * Request attributes used in IAM condition evaluation. This field contains request

*/
request_attributes?: Request;
requestAttributes?: Request;
}

@@ -333,7 +333,7 @@

export interface Peer {
ip?: string;
labels?: { [key: string]: any };
port?: number;
principal?: string;
region_code?: string;
ip?: string;
labels?: { [key: string]: any };
port?: number;
principal?: string;
regionCode?: string;
}

@@ -361,7 +361,7 @@

export interface Auth {
access_levels?: string[];
audiences?: string[];
claims?: { [key: string]: any };
presenter?: string;
principal?: string;
accessLevels?: string[];
audiences?: string[];
claims?: { [key: string]: any };
presenter?: string;
principal?: string;
}

@@ -377,12 +377,12 @@

* The locations of a resource after the execution of the operation. Requests to create or
* delete a location based resource must populate the 'current_locations' field and not the
* 'original_locations' field.
* delete a location based resource must populate the 'currentLocations' field and not the
* 'originalLocations' field.
*/
current_locations?: string[];
currentLocations?: string[];
/**
* The locations of a resource prior to the execution of the operation. Requests that mutate
* the resource's location must populate both the 'original_locations' as well as the
* 'current_locations' fields. For example:
* the resource's location must populate both the 'originalLocations' as well as the
* 'currentLocations' fields. For example:
*/
original_locations?: string[];
originalLocations?: string[];
}

@@ -421,3 +421,3 @@

* Values for all of the labels listed in the associated monitored resource descriptor. For
* example, Compute Engine VM instances use the labels `"project_id"`, `"instance_id"`, and
* example, Compute Engine VM instances use the labels `"projectId"`, `"instanceId"`, and
* `"zone"`.

@@ -428,3 +428,3 @@ */

* Required. The monitored resource type. For example, the type of a Compute Engine VM
* instance is `gce_instance`.
* instance is `gceInstance`.
*/

@@ -580,11 +580,11 @@ type?: string;

"LogEntryData": o([
{ json: "insert_id", js: "insert_id", typ: u(undefined, "") },
{ json: "insertId", js: "insertId", typ: u(undefined, "") },
{ json: "labels", js: "labels", typ: u(undefined, m("any")) },
{ json: "log_name", js: "log_name", typ: u(undefined, "") },
{ json: "logName", js: "logName", typ: u(undefined, "") },
{ json: "operation", js: "operation", typ: u(undefined, r("LogEntryOperation")) },
{ json: "proto_payload", js: "proto_payload", typ: u(undefined, r("AuditLog")) },
{ json: "receive_timestamp", js: "receive_timestamp", typ: u(undefined, "") },
{ json: "protoPayload", js: "protoPayload", typ: u(undefined, r("AuditLog")) },
{ json: "receiveTimestamp", js: "receiveTimestamp", typ: u(undefined, "") },
{ json: "resource", js: "resource", typ: u(undefined, r("MonitoredResource")) },
{ json: "severity", js: "severity", typ: u(undefined, "") },
{ json: "span_id", js: "span_id", typ: u(undefined, "") },
{ json: "spanId", js: "spanId", typ: u(undefined, "") },
{ json: "timestamp", js: "timestamp", typ: u(undefined, "") },

@@ -600,29 +600,29 @@ { json: "trace", js: "trace", typ: u(undefined, "") },

"AuditLog": o([
{ json: "authentication_info", js: "authentication_info", typ: u(undefined, r("AuthenticationInfo")) },
{ json: "authorization_info", js: "authorization_info", typ: u(undefined, a(r("AuthorizationInfo"))) },
{ json: "authenticationInfo", js: "authenticationInfo", typ: u(undefined, r("AuthenticationInfo")) },
{ json: "authorizationInfo", js: "authorizationInfo", typ: u(undefined, a(r("AuthorizationInfo"))) },
{ json: "metadata", js: "metadata", typ: u(undefined, m("any")) },
{ json: "method_name", js: "method_name", typ: u(undefined, "") },
{ json: "num_response_items", js: "num_response_items", typ: u(undefined, 0) },
{ json: "methodName", js: "methodName", typ: u(undefined, "") },
{ json: "numResponseItems", js: "numResponseItems", typ: u(undefined, 0) },
{ json: "request", js: "request", typ: u(undefined, m("any")) },
{ json: "request_metadata", js: "request_metadata", typ: u(undefined, r("RequestMetadata")) },
{ json: "resource_location", js: "resource_location", typ: u(undefined, r("ResourceLocation")) },
{ json: "resource_name", js: "resource_name", typ: u(undefined, "") },
{ json: "resource_original_state", js: "resource_original_state", typ: u(undefined, m("any")) },
{ json: "requestMetadata", js: "requestMetadata", typ: u(undefined, r("RequestMetadata")) },
{ json: "resourceLocation", js: "resourceLocation", typ: u(undefined, r("ResourceLocation")) },
{ json: "resourceName", js: "resourceName", typ: u(undefined, "") },
{ json: "resourceOriginalState", js: "resourceOriginalState", typ: u(undefined, m("any")) },
{ json: "response", js: "response", typ: u(undefined, m("any")) },
{ json: "service_data", js: "service_data", typ: u(undefined, m("any")) },
{ json: "service_name", js: "service_name", typ: u(undefined, "") },
{ json: "serviceData", js: "serviceData", typ: u(undefined, m("any")) },
{ json: "serviceName", js: "serviceName", typ: u(undefined, "") },
{ json: "status", js: "status", typ: u(undefined, r("Status")) },
], "any"),
"AuthenticationInfo": o([
{ json: "authority_selector", js: "authority_selector", typ: u(undefined, "") },
{ json: "principal_email", js: "principal_email", typ: u(undefined, "") },
{ json: "principal_subject", js: "principal_subject", typ: u(undefined, "") },
{ json: "service_account_delegation_info", js: "service_account_delegation_info", typ: u(undefined, a(r("ServiceAccountDelegationInfo"))) },
{ json: "service_account_key_name", js: "service_account_key_name", typ: u(undefined, "") },
{ json: "third_party_principal", js: "third_party_principal", typ: u(undefined, m("any")) },
{ json: "authoritySelector", js: "authoritySelector", typ: u(undefined, "") },
{ json: "principalEmail", js: "principalEmail", typ: u(undefined, "") },
{ json: "principalSubject", js: "principalSubject", typ: u(undefined, "") },
{ json: "serviceAccountDelegationInfo", js: "serviceAccountDelegationInfo", typ: u(undefined, a(r("ServiceAccountDelegationInfo"))) },
{ json: "serviceAccountKeyName", js: "serviceAccountKeyName", typ: u(undefined, "") },
{ json: "thirdPartyPrincipal", js: "thirdPartyPrincipal", typ: u(undefined, m("any")) },
], "any"),
"ServiceAccountDelegationInfo": o([
{ json: "principal_email", js: "principal_email", typ: u(undefined, "") },
{ json: "service_metadata", js: "service_metadata", typ: u(undefined, m("any")) },
{ json: "third_party_claims", js: "third_party_claims", typ: u(undefined, m("any")) },
{ json: "principalEmail", js: "principalEmail", typ: u(undefined, "") },
{ json: "serviceMetadata", js: "serviceMetadata", typ: u(undefined, m("any")) },
{ json: "thirdPartyClaims", js: "thirdPartyClaims", typ: u(undefined, m("any")) },
], "any"),

@@ -633,3 +633,3 @@ "AuthorizationInfo": o([

{ json: "resource", js: "resource", typ: u(undefined, "") },
{ json: "resource_attributes", js: "resource_attributes", typ: u(undefined, r("Resource")) },
{ json: "resourceAttributes", js: "resourceAttributes", typ: u(undefined, r("Resource")) },
], "any"),

@@ -643,7 +643,7 @@ "Resource": o([

"RequestMetadata": o([
{ json: "caller_ip", js: "caller_ip", typ: u(undefined, "") },
{ json: "caller_network", js: "caller_network", typ: u(undefined, "") },
{ json: "caller_supplied_user_agent", js: "caller_supplied_user_agent", typ: u(undefined, "") },
{ json: "destination_attributes", js: "destination_attributes", typ: u(undefined, r("Peer")) },
{ json: "request_attributes", js: "request_attributes", typ: u(undefined, r("Request")) },
{ json: "callerIp", js: "callerIp", typ: u(undefined, "") },
{ json: "callerNetwork", js: "callerNetwork", typ: u(undefined, "") },
{ json: "callerSuppliedUserAgent", js: "callerSuppliedUserAgent", typ: u(undefined, "") },
{ json: "destinationAttributes", js: "destinationAttributes", typ: u(undefined, r("Peer")) },
{ json: "requestAttributes", js: "requestAttributes", typ: u(undefined, r("Request")) },
], "any"),

@@ -655,3 +655,3 @@ "Peer": o([

{ json: "principal", js: "principal", typ: u(undefined, "") },
{ json: "region_code", js: "region_code", typ: u(undefined, "") },
{ json: "regionCode", js: "regionCode", typ: u(undefined, "") },
], "any"),

@@ -673,3 +673,3 @@ "Request": o([

"Auth": o([
{ json: "access_levels", js: "access_levels", typ: u(undefined, a("")) },
{ json: "accessLevels", js: "accessLevels", typ: u(undefined, a("")) },
{ json: "audiences", js: "audiences", typ: u(undefined, a("")) },

@@ -681,4 +681,4 @@ { json: "claims", js: "claims", typ: u(undefined, m("any")) },

"ResourceLocation": o([
{ json: "current_locations", js: "current_locations", typ: u(undefined, a("")) },
{ json: "original_locations", js: "original_locations", typ: u(undefined, a("")) },
{ json: "currentLocations", js: "currentLocations", typ: u(undefined, a("")) },
{ json: "originalLocations", js: "originalLocations", typ: u(undefined, a("")) },
], "any"),

@@ -685,0 +685,0 @@ "Status": o([

{
"name": "@google/events",
"version": "1.5.0",
"version": "2.0.0",
"description": "Client library for CloudEvents issued by Google.",

@@ -5,0 +5,0 @@ "main": "index.js",