@pushwoosh/rpc-v2-http-api-data 0.1.910 → 0.1.912
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/data.js +2 -1
- package/integrations.d.ts +1 -1
- package/package.json +1 -1
package/data.js
CHANGED
|
@@ -11295,7 +11295,8 @@ export const data = {
|
|
|
11295
11295
|
"HUBSPOT",
|
|
11296
11296
|
"SHOPIFY",
|
|
11297
11297
|
"STRIPE",
|
|
11298
|
-
"META"
|
|
11298
|
+
"META",
|
|
11299
|
+
"INBOUND_WEBHOOK"
|
|
11299
11300
|
]
|
|
11300
11301
|
},
|
|
11301
11302
|
"pushwoosh.rpc_v2.integrations.ImportSegmentPianoRequest": {
|
package/integrations.d.ts
CHANGED
|
@@ -57,7 +57,7 @@ export interface IntegrationsService {
|
|
|
57
57
|
SetMetaTagMapping: IntegrationsService_SetMetaTagMapping;
|
|
58
58
|
}
|
|
59
59
|
/** Integration contains all available integration for clients (to update props) */
|
|
60
|
-
export type Integration = 'UNKNOWN' | 'SEGMENT' | 'PIANO' | 'WEBHOOK' | 'HUBSPOT' | 'SHOPIFY' | 'STRIPE' | 'META';
|
|
60
|
+
export type Integration = 'UNKNOWN' | 'SEGMENT' | 'PIANO' | 'WEBHOOK' | 'HUBSPOT' | 'SHOPIFY' | 'STRIPE' | 'META' | 'INBOUND_WEBHOOK';
|
|
61
61
|
export type ImportSegmentPianoRequest = {
|
|
62
62
|
/** application code */
|
|
63
63
|
application?: string;
|