@maxim_mazurok/gapi.client.eventarc-v1 0.0.20230310 → 0.0.20230321
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +6 -1
- package/package.json +1 -1
- package/tests.ts +3 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://eventarc.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230321
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -425,6 +425,11 @@ declare namespace gapi.client {
|
|
|
425
425
|
* before proceeding.
|
|
426
426
|
*/
|
|
427
427
|
etag?: string;
|
|
428
|
+
/**
|
|
429
|
+
* Optional. EventDataContentType specifies the type of payload in MIME format that is expected from the CloudEvent data field. This will be set to `application/json` if the value is
|
|
430
|
+
* not defined.
|
|
431
|
+
*/
|
|
432
|
+
eventDataContentType?: string;
|
|
428
433
|
/** Required. Unordered list. The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination. */
|
|
429
434
|
eventFilters?: EventFilter[];
|
|
430
435
|
/** Optional. User labels attached to the triggers that can be used to group resources. */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230321
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -304,6 +304,7 @@ gapi.load('client', async () => {
|
|
|
304
304
|
workflow: "Test string",
|
|
305
305
|
},
|
|
306
306
|
etag: "Test string",
|
|
307
|
+
eventDataContentType: "Test string",
|
|
307
308
|
eventFilters: [
|
|
308
309
|
{
|
|
309
310
|
attribute: "Test string",
|
|
@@ -381,6 +382,7 @@ gapi.load('client', async () => {
|
|
|
381
382
|
workflow: "Test string",
|
|
382
383
|
},
|
|
383
384
|
etag: "Test string",
|
|
385
|
+
eventDataContentType: "Test string",
|
|
384
386
|
eventFilters: [
|
|
385
387
|
{
|
|
386
388
|
attribute: "Test string",
|