@rightbrain/brain-api-client 0.0.1-dev.154.74201b4 → 0.0.1-dev.156.b1e4d8a
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/api.ts +6 -0
- package/dist/api.d.ts +6 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -17273,6 +17273,12 @@ export interface WebhookTriggerUpdate {
|
|
|
17273
17273
|
* @memberof WebhookTriggerUpdate
|
|
17274
17274
|
*/
|
|
17275
17275
|
'auth_config'?: { [key: string]: any; } | null;
|
|
17276
|
+
/**
|
|
17277
|
+
* Secret key for authentication (only shown on creation).
|
|
17278
|
+
* @type {string}
|
|
17279
|
+
* @memberof WebhookTriggerUpdate
|
|
17280
|
+
*/
|
|
17281
|
+
'auth_secret'?: string | null;
|
|
17276
17282
|
/**
|
|
17277
17283
|
* JSONPath mappings from webhook payload to Task inputs.
|
|
17278
17284
|
* @type {{ [key: string]: any; }}
|
package/dist/api.d.ts
CHANGED
|
@@ -17692,6 +17692,12 @@ export interface WebhookTriggerUpdate {
|
|
|
17692
17692
|
'auth_config'?: {
|
|
17693
17693
|
[key: string]: any;
|
|
17694
17694
|
} | null;
|
|
17695
|
+
/**
|
|
17696
|
+
* Secret key for authentication (only shown on creation).
|
|
17697
|
+
* @type {string}
|
|
17698
|
+
* @memberof WebhookTriggerUpdate
|
|
17699
|
+
*/
|
|
17700
|
+
'auth_secret'?: string | null;
|
|
17695
17701
|
/**
|
|
17696
17702
|
* JSONPath mappings from webhook payload to Task inputs.
|
|
17697
17703
|
* @type {{ [key: string]: any; }}
|