@segment/action-destinations 3.93.2-alpha.4 → 3.93.2-alpha.9

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.
Files changed (70) hide show
  1. package/dist/destinations/actions-pardot/generated-types.d.ts +5 -0
  2. package/dist/destinations/actions-pardot/generated-types.js +3 -0
  3. package/dist/destinations/actions-pardot/generated-types.js.map +1 -0
  4. package/dist/destinations/actions-pardot/index.d.ts +4 -0
  5. package/dist/destinations/actions-pardot/index.js +62 -0
  6. package/dist/destinations/actions-pardot/index.js.map +1 -0
  7. package/dist/destinations/actions-pardot/pa-operations.d.ts +17 -0
  8. package/dist/destinations/actions-pardot/pa-operations.js +51 -0
  9. package/dist/destinations/actions-pardot/pa-operations.js.map +1 -0
  10. package/dist/destinations/actions-pardot/pa-properties.d.ts +2 -0
  11. package/dist/destinations/actions-pardot/pa-properties.js +13 -0
  12. package/dist/destinations/actions-pardot/pa-properties.js.map +1 -0
  13. package/dist/destinations/actions-pardot/pa-type.d.ts +15 -0
  14. package/dist/destinations/actions-pardot/pa-type.js +3 -0
  15. package/dist/destinations/actions-pardot/pa-type.js.map +1 -0
  16. package/dist/destinations/actions-pardot/prospects/generated-types.d.ts +19 -0
  17. package/dist/destinations/actions-pardot/prospects/generated-types.js +3 -0
  18. package/dist/destinations/actions-pardot/prospects/generated-types.js.map +1 -0
  19. package/dist/destinations/actions-pardot/prospects/index.d.ts +5 -0
  20. package/dist/destinations/actions-pardot/prospects/index.js +204 -0
  21. package/dist/destinations/actions-pardot/prospects/index.js.map +1 -0
  22. package/dist/destinations/cordial/addProductToCart/index.js +1 -1
  23. package/dist/destinations/cordial/addProductToCart/index.js.map +1 -1
  24. package/dist/destinations/cordial/index.js +1 -1
  25. package/dist/destinations/cordial/index.js.map +1 -1
  26. package/dist/destinations/cordial/removeProductFromCart/index.js.map +1 -1
  27. package/dist/destinations/cordial/upsertOrder/index.js +8 -8
  28. package/dist/destinations/cordial/upsertOrder/index.js.map +1 -1
  29. package/dist/destinations/customerio/trackEvent/index.js.map +1 -1
  30. package/dist/destinations/engage-messaging-sendgrid/sendEmail/generated-types.d.ts +5 -0
  31. package/dist/destinations/engage-messaging-sendgrid/sendEmail/index.js +36 -0
  32. package/dist/destinations/engage-messaging-sendgrid/sendEmail/index.js.map +1 -1
  33. package/dist/destinations/engage-messaging-twilio/sendSms/index.js.map +1 -1
  34. package/dist/destinations/google-analytics-4/ga4-functions.js +4 -4
  35. package/dist/destinations/google-analytics-4/ga4-functions.js.map +1 -1
  36. package/dist/destinations/google-enhanced-conversions/postConversion/index.js +3 -2
  37. package/dist/destinations/google-enhanced-conversions/postConversion/index.js.map +1 -1
  38. package/dist/destinations/index.js +3 -0
  39. package/dist/destinations/index.js.map +1 -1
  40. package/dist/destinations/intercom/generated-types.d.ts +2 -0
  41. package/dist/destinations/intercom/generated-types.js +3 -0
  42. package/dist/destinations/intercom/generated-types.js.map +1 -0
  43. package/dist/destinations/intercom/groupIdentifyContact/generated-types.d.ts +14 -0
  44. package/dist/destinations/intercom/groupIdentifyContact/generated-types.js +3 -0
  45. package/dist/destinations/intercom/groupIdentifyContact/generated-types.js.map +1 -0
  46. package/dist/destinations/intercom/groupIdentifyContact/index.d.ts +5 -0
  47. package/dist/destinations/intercom/groupIdentifyContact/index.js +122 -0
  48. package/dist/destinations/intercom/groupIdentifyContact/index.js.map +1 -0
  49. package/dist/destinations/intercom/identifyContact/generated-types.d.ts +15 -0
  50. package/dist/destinations/intercom/identifyContact/generated-types.js +3 -0
  51. package/dist/destinations/intercom/identifyContact/generated-types.js.map +1 -0
  52. package/dist/destinations/intercom/identifyContact/index.d.ts +5 -0
  53. package/dist/destinations/intercom/identifyContact/index.js +153 -0
  54. package/dist/destinations/intercom/identifyContact/index.js.map +1 -0
  55. package/dist/destinations/intercom/index.d.ts +4 -0
  56. package/dist/destinations/intercom/index.js +37 -0
  57. package/dist/destinations/intercom/index.js.map +1 -0
  58. package/dist/destinations/salesforce-marketing-cloud/contact/generated-types.d.ts +2 -0
  59. package/dist/destinations/salesforce-marketing-cloud/contact/generated-types.js +3 -0
  60. package/dist/destinations/salesforce-marketing-cloud/contact/generated-types.js.map +1 -0
  61. package/dist/destinations/salesforce-marketing-cloud/contact/index.d.ts +5 -0
  62. package/dist/destinations/salesforce-marketing-cloud/contact/index.js +11 -0
  63. package/dist/destinations/salesforce-marketing-cloud/contact/index.js.map +1 -0
  64. package/dist/destinations/salesforce-marketing-cloud/generated-types.d.ts +2 -0
  65. package/dist/destinations/salesforce-marketing-cloud/generated-types.js +3 -0
  66. package/dist/destinations/salesforce-marketing-cloud/generated-types.js.map +1 -0
  67. package/dist/destinations/salesforce-marketing-cloud/index.d.ts +4 -0
  68. package/dist/destinations/salesforce-marketing-cloud/index.js +27 -0
  69. package/dist/destinations/salesforce-marketing-cloud/index.js.map +1 -0
  70. package/package.json +4 -4
@@ -0,0 +1,5 @@
1
+ export interface Settings {
2
+ businessUnitID: string;
3
+ accountID: string;
4
+ isSandbox: boolean;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=generated-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generated-types.js","sourceRoot":"","sources":["../../../src/destinations/actions-pardot/generated-types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import type { DestinationDefinition } from '@segment/actions-core';
2
+ import type { Settings } from './generated-types';
3
+ declare const destination: DestinationDefinition<Settings>;
4
+ export default destination;
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const prospects_1 = __importDefault(require("./prospects"));
7
+ const destination = {
8
+ name: 'Pardot Actions',
9
+ slug: 'actions-pardot',
10
+ mode: 'cloud',
11
+ authentication: {
12
+ scheme: 'oauth2',
13
+ fields: {
14
+ businessUnitID: {
15
+ label: 'Pardot Business Unit ID',
16
+ description: 'The Pardot Business Unit ID associated with your Pardot Account. ' +
17
+ 'To find your Business Unit ID in Salesforce, go to **Setup** and search for `Pardot`. Your Pardot Business Unit ID is an 18-character string that starts with `0Uv`. If you cannot access the Pardot Account Setup information, ask your Salesforce Administrator to find the Pardot Business Unit ID for you.',
18
+ type: 'string',
19
+ required: true
20
+ },
21
+ accountID: {
22
+ label: 'Account ID',
23
+ description: 'You can find your Account ID (`piAId`) under **Marketing > Campaigns** in your [Pardot account](https://pi.pardot.com/campaign). After selecting your desired website campaign, press **View Tracking Code**. ',
24
+ type: 'string',
25
+ required: true
26
+ },
27
+ isSandbox: {
28
+ label: 'Sandbox Instance',
29
+ description: 'Enable to authenticate into a sandbox instance. You can log in to a sandbox by appending the sandbox name to your Salesforce username. For example, if a username for a production org is user@acme.com and the sandbox is named `test`, the username to log in to the sandbox is user@acme.com.test. If you are already authenticated, please disconnect and reconnect with your sandbox username.',
30
+ type: 'boolean',
31
+ default: false,
32
+ required: true
33
+ }
34
+ },
35
+ refreshAccessToken: async (request, { auth, settings }) => {
36
+ const baseUrl = settings.isSandbox ? 'https://test.salesforce.com' : 'https://login.salesforce.com';
37
+ const res = await request(`${baseUrl}/services/oauth2/token`, {
38
+ method: 'POST',
39
+ body: new URLSearchParams({
40
+ refresh_token: auth.refreshToken,
41
+ client_id: auth.clientId,
42
+ client_secret: auth.clientSecret,
43
+ grant_type: 'refresh_token'
44
+ })
45
+ });
46
+ return { accessToken: res.data.access_token };
47
+ }
48
+ },
49
+ extendRequest({ settings, auth }) {
50
+ return {
51
+ headers: {
52
+ Authorization: `Bearer ${auth?.accessToken}`,
53
+ 'Pardot-Business-Unit-Id': settings.businessUnitID
54
+ }
55
+ };
56
+ },
57
+ actions: {
58
+ prospects: prospects_1.default
59
+ }
60
+ };
61
+ exports.default = destination;
62
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/destinations/actions-pardot/index.ts"],"names":[],"mappings":";;;;;AAEA,4DAAmC;AAMnC,MAAM,WAAW,GAAoC;IACnD,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,OAAO;IAEb,cAAc,EAAE;QACd,MAAM,EAAE,QAAQ;QAChB,MAAM,EAAE;YACN,cAAc,EAAE;gBACd,KAAK,EAAE,yBAAyB;gBAChC,WAAW,EACT,mEAAmE;oBACnE,iTAAiT;gBACnT,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;aACf;YACD,SAAS,EAAE;gBACT,KAAK,EAAE,YAAY;gBACnB,WAAW,EACT,gNAAgN;gBAClN,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;aACf;YACD,SAAS,EAAE;gBACT,KAAK,EAAE,kBAAkB;gBACzB,WAAW,EACT,qYAAqY;gBACvY,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,QAAQ,EAAE,IAAI;aACf;SACF;QACD,kBAAkB,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE;YAExD,MAAM,OAAO,GAAG,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,6BAA6B,CAAC,CAAC,CAAC,8BAA8B,CAAA;YACnG,MAAM,GAAG,GAAG,MAAM,OAAO,CAAuB,GAAG,OAAO,wBAAwB,EAAE;gBAClF,MAAM,EAAE,MAAM;gBACd,IAAI,EAAE,IAAI,eAAe,CAAC;oBACxB,aAAa,EAAE,IAAI,CAAC,YAAY;oBAChC,SAAS,EAAE,IAAI,CAAC,QAAQ;oBACxB,aAAa,EAAE,IAAI,CAAC,YAAY;oBAChC,UAAU,EAAE,eAAe;iBAC5B,CAAC;aACH,CAAC,CAAA;YACF,OAAO,EAAE,WAAW,EAAE,GAAG,CAAC,IAAI,CAAC,YAAY,EAAE,CAAA;QAC/C,CAAC;KACF;IACD,aAAa,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE;QAC9B,OAAO;YACL,OAAO,EAAE;gBACP,aAAa,EAAE,UAAU,IAAI,EAAE,WAAW,EAAE;gBAC5C,yBAAyB,EAAE,QAAQ,CAAC,cAAc;aACnD;SACF,CAAA;IACH,CAAC;IAED,OAAO,EAAE;QACP,SAAS,EAAT,mBAAS;KACV;CACF,CAAA;AAED,kBAAe,WAAW,CAAA"}
@@ -0,0 +1,17 @@
1
+ import { RequestClient } from '@segment/actions-core';
2
+ import type { Payload as ProspectsPayload } from './prospects/generated-types';
3
+ export declare const API_VERSION = "v5";
4
+ interface ProspectUpsertResponseData {
5
+ id: string;
6
+ email: string;
7
+ }
8
+ export default class Pardot {
9
+ businessUnitID: string;
10
+ baseUrl: string;
11
+ request: RequestClient;
12
+ constructor(businessUnitID: string, baseUrl: string, request: RequestClient);
13
+ upsertRecord: (payload: ProspectsPayload) => Promise<import("@segment/actions-core").ModifiedResponse<ProspectUpsertResponseData>>;
14
+ private ProspectsShape;
15
+ private buildProspectJSON;
16
+ }
17
+ export {};
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.API_VERSION = void 0;
4
+ exports.API_VERSION = 'v5';
5
+ class Pardot {
6
+ constructor(businessUnitID, baseUrl, request) {
7
+ this.upsertRecord = async (payload) => {
8
+ const prospect = this.buildProspectJSON(payload);
9
+ return this.request(`${this.baseUrl}/api/${exports.API_VERSION}/objects/prospects/do/upsertLatestByEmail`, {
10
+ method: 'post',
11
+ headers: {
12
+ 'Content-Type': 'application/json'
13
+ },
14
+ json: {
15
+ matchEmail: payload.email,
16
+ prospect: prospect,
17
+ secondaryDeletedSearch: payload.secondaryDeletedSearch
18
+ }
19
+ });
20
+ };
21
+ this.ProspectsShape = (payload) => {
22
+ return {
23
+ email: payload.email,
24
+ firstName: payload.firstName,
25
+ lastName: payload.lastName,
26
+ salutation: payload.salutation,
27
+ phone: payload.phone,
28
+ company: payload.company,
29
+ jobTitle: payload.jobTitle,
30
+ industry: payload.industry,
31
+ city: payload.city,
32
+ state: payload.state,
33
+ zip: payload.zip,
34
+ country: payload.country,
35
+ website: payload.website
36
+ };
37
+ };
38
+ this.buildProspectJSON = (payload) => {
39
+ let baseShape = this.ProspectsShape(payload);
40
+ if (payload.customFields) {
41
+ baseShape = { ...baseShape, ...payload.customFields };
42
+ }
43
+ return baseShape;
44
+ };
45
+ this.businessUnitID = businessUnitID;
46
+ this.baseUrl = baseUrl;
47
+ this.request = request;
48
+ }
49
+ }
50
+ exports.default = Pardot;
51
+ //# sourceMappingURL=pa-operations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pa-operations.js","sourceRoot":"","sources":["../../../src/destinations/actions-pardot/pa-operations.ts"],"names":[],"mappings":";;;AAIa,QAAA,WAAW,GAAG,IAAI,CAAA;AAO/B,MAAqB,MAAM;IAKzB,YAAY,cAAsB,EAAE,OAAe,EAAE,OAAsB;QAM3E,iBAAY,GAAG,KAAK,EAAE,OAAyB,EAAE,EAAE;YACjD,MAAM,QAAQ,GAAG,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAA;YAEhD,OAAO,IAAI,CAAC,OAAO,CACjB,GAAG,IAAI,CAAC,OAAO,QAAQ,mBAAW,2CAA2C,EAC7E;gBACE,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE;oBACJ,UAAU,EAAE,OAAO,CAAC,KAAK;oBACzB,QAAQ,EAAE,QAAQ;oBAClB,sBAAsB,EAAE,OAAO,CAAC,sBAAsB;iBACvD;aACF,CACF,CAAA;QACH,CAAC,CAAA;QAEO,mBAAc,GAAG,CAAC,OAAyB,EAAiB,EAAE;YACpE,OAAO;gBACL,KAAK,EAAE,OAAO,CAAC,KAAK;gBACpB,SAAS,EAAE,OAAO,CAAC,SAAS;gBAC5B,QAAQ,EAAE,OAAO,CAAC,QAAQ;gBAC1B,UAAU,EAAE,OAAO,CAAC,UAAU;gBAC9B,KAAK,EAAE,OAAO,CAAC,KAAK;gBACpB,OAAO,EAAE,OAAO,CAAC,OAAO;gBACxB,QAAQ,EAAE,OAAO,CAAC,QAAQ;gBAC1B,QAAQ,EAAE,OAAO,CAAC,QAAQ;gBAC1B,IAAI,EAAE,OAAO,CAAC,IAAI;gBAClB,KAAK,EAAE,OAAO,CAAC,KAAK;gBACpB,GAAG,EAAE,OAAO,CAAC,GAAG;gBAChB,OAAO,EAAE,OAAO,CAAC,OAAO;gBACxB,OAAO,EAAE,OAAO,CAAC,OAAO;aACzB,CAAA;QACH,CAAC,CAAA;QAEO,sBAAiB,GAAG,CAAC,OAAyB,EAAE,EAAE;YACxD,IAAI,SAAS,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA;YAE5C,IAAI,OAAO,CAAC,YAAY,EAAE;gBACxB,SAAS,GAAG,EAAE,GAAG,SAAS,EAAE,GAAG,OAAO,CAAC,YAAY,EAAE,CAAA;aACtD;YAED,OAAO,SAAS,CAAA;QAClB,CAAC,CAAA;QAlDC,IAAI,CAAC,cAAc,GAAG,cAAc,CAAA;QACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAA;QACtB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAA;IACxB,CAAC;CAgDF;AAzDD,yBAyDC"}
@@ -0,0 +1,2 @@
1
+ import { InputField } from '@segment/actions-core/src/destination-kit/types';
2
+ export declare const customFields: InputField;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customFields = void 0;
4
+ exports.customFields = {
5
+ label: 'Other Fields',
6
+ description: `
7
+ Additional prospect fields to send to Pardot.
8
+ Only editable fields are accepted. Please see [Pardot docs](https://developer.salesforce.com/docs/marketing/pardot/guide/prospect-v5.html#fields) for more details. On the left-hand side, input the Pardot field name. On the right-hand side, map the Segment field that contains the value.`,
9
+ type: 'object',
10
+ required: false,
11
+ defaultObjectUI: 'keyvalue'
12
+ };
13
+ //# sourceMappingURL=pa-properties.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pa-properties.js","sourceRoot":"","sources":["../../../src/destinations/actions-pardot/pa-properties.ts"],"names":[],"mappings":";;;AAEa,QAAA,YAAY,GAAe;IACtC,KAAK,EAAE,cAAc;IACrB,WAAW,EAAE;;iSAEkR;IAC/R,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,KAAK;IACf,eAAe,EAAE,UAAU;CAC5B,CAAA"}
@@ -0,0 +1,15 @@
1
+ export declare type ProspectsType = {
2
+ email: string;
3
+ firstName?: string;
4
+ lastName?: string;
5
+ salutation?: string;
6
+ phone?: string;
7
+ company?: string;
8
+ jobTitle?: string;
9
+ industry?: string;
10
+ city?: string;
11
+ state?: string;
12
+ zip?: string;
13
+ country?: string;
14
+ website?: string;
15
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=pa-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pa-type.js","sourceRoot":"","sources":["../../../src/destinations/actions-pardot/pa-type.ts"],"names":[],"mappings":""}
@@ -0,0 +1,19 @@
1
+ export interface Payload {
2
+ email: string;
3
+ firstName?: string;
4
+ lastName?: string;
5
+ salutation?: string;
6
+ phone?: string;
7
+ company?: string;
8
+ jobTitle?: string;
9
+ industry?: string;
10
+ city?: string;
11
+ state?: string;
12
+ zip?: string;
13
+ country?: string;
14
+ website?: string;
15
+ secondaryDeletedSearch: boolean;
16
+ customFields?: {
17
+ [k: string]: unknown;
18
+ };
19
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=generated-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generated-types.js","sourceRoot":"","sources":["../../../../src/destinations/actions-pardot/prospects/generated-types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import { ActionDefinition } from '@segment/actions-core';
2
+ import type { Settings } from '../generated-types';
3
+ import type { Payload } from './generated-types';
4
+ declare const action: ActionDefinition<Settings, Payload>;
5
+ export default action;
@@ -0,0 +1,204 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const actions_core_1 = require("@segment/actions-core");
7
+ const pa_operations_1 = __importDefault(require("../pa-operations"));
8
+ const pa_properties_1 = require("../pa-properties");
9
+ const action = {
10
+ title: 'Prospect',
11
+ description: 'Represents an opportunity, which is a sale or pending deal.',
12
+ fields: {
13
+ email: {
14
+ label: 'Email Address',
15
+ description: `The prospect's email address.
16
+ Used to upsert prospect. If multiple prospects have the given email, the prospect with the latest activity is updated. If there's no prospect with the given email, a prospect is created. Please note that Pardot treats email address as case sensitive and will create multiple prospects for casing differences.`,
17
+ type: 'string',
18
+ required: true,
19
+ default: {
20
+ '@if': {
21
+ exists: { '@path': '$.traits.email' },
22
+ then: { '@path': '$.traits.email' },
23
+ else: { '@path': '$.properties.email' }
24
+ }
25
+ }
26
+ },
27
+ firstName: {
28
+ label: 'First Name',
29
+ description: "The prospect's first name.",
30
+ type: 'string',
31
+ required: false,
32
+ default: {
33
+ '@if': {
34
+ exists: { '@path': '$.traits.first_name' },
35
+ then: { '@path': '$.traits.first_name' },
36
+ else: { '@path': '$.properties.first_name' }
37
+ }
38
+ }
39
+ },
40
+ lastName: {
41
+ label: 'Last Name',
42
+ description: "The prospect's last name.",
43
+ type: 'string',
44
+ required: false,
45
+ default: {
46
+ '@if': {
47
+ exists: { '@path': '$.traits.last_name' },
48
+ then: { '@path': '$.traits.last_name' },
49
+ else: { '@path': '$.properties.last_name' }
50
+ }
51
+ }
52
+ },
53
+ salutation: {
54
+ label: 'Salutation',
55
+ description: "The prospect's formal prefix.",
56
+ type: 'string',
57
+ required: false
58
+ },
59
+ phone: {
60
+ label: 'Phone Number',
61
+ description: "The prospect's phone number.",
62
+ type: 'string',
63
+ required: false,
64
+ default: {
65
+ '@if': {
66
+ exists: { '@path': '$.traits.phone' },
67
+ then: { '@path': '$.traits.phone' },
68
+ else: { '@path': '$.properties.phone' }
69
+ }
70
+ }
71
+ },
72
+ company: {
73
+ label: 'Company',
74
+ description: "The prospect's company.",
75
+ type: 'string',
76
+ required: false,
77
+ default: {
78
+ '@if': {
79
+ exists: { '@path': '$.traits.company' },
80
+ then: { '@path': '$.traits.company' },
81
+ else: { '@path': '$.properties.company' }
82
+ }
83
+ }
84
+ },
85
+ jobTitle: {
86
+ label: 'Job Title',
87
+ description: "The prospect's job title.",
88
+ type: 'string',
89
+ required: false,
90
+ default: {
91
+ '@if': {
92
+ exists: { '@path': '$.traits.title' },
93
+ then: { '@path': '$.traits.title' },
94
+ else: { '@path': '$.properties.title' }
95
+ }
96
+ }
97
+ },
98
+ industry: {
99
+ label: 'Industry',
100
+ description: "The prospect's industry.",
101
+ type: 'string',
102
+ required: false
103
+ },
104
+ city: {
105
+ label: 'City',
106
+ description: "The prospect's city.",
107
+ type: 'string',
108
+ required: false,
109
+ default: {
110
+ '@if': {
111
+ exists: { '@path': '$.traits.address.city' },
112
+ then: { '@path': '$.traits.address.city' },
113
+ else: { '@path': '$.properties.address.city' }
114
+ }
115
+ }
116
+ },
117
+ state: {
118
+ label: 'State',
119
+ description: "The prospect's US state.",
120
+ type: 'string',
121
+ required: false,
122
+ default: {
123
+ '@if': {
124
+ exists: { '@path': '$.traits.address.state' },
125
+ then: { '@path': '$.traits.address.state' },
126
+ else: { '@path': '$.properties.address.state' }
127
+ }
128
+ }
129
+ },
130
+ zip: {
131
+ label: 'Zip Code',
132
+ description: "The prospect's postal code.",
133
+ type: 'string',
134
+ required: false,
135
+ default: {
136
+ '@if': {
137
+ exists: { '@path': '$.traits.address.postal_code' },
138
+ then: { '@path': '$.traits.address.postal_code' },
139
+ else: { '@path': '$.properties.address.postal_code' }
140
+ }
141
+ }
142
+ },
143
+ country: {
144
+ label: 'Country',
145
+ description: "The prospect's country.",
146
+ type: 'string',
147
+ required: false,
148
+ default: {
149
+ '@if': {
150
+ exists: { '@path': '$.traits.address.country' },
151
+ then: { '@path': '$.traits.address.country' },
152
+ else: { '@path': '$.properties.address.country' }
153
+ }
154
+ }
155
+ },
156
+ website: {
157
+ label: 'Website',
158
+ description: "The prospect's website URL.",
159
+ type: 'string',
160
+ required: false,
161
+ default: {
162
+ '@if': {
163
+ exists: { '@path': '$.traits.website' },
164
+ then: { '@path': '$.traits.website' },
165
+ else: { '@path': '$.properties.website' }
166
+ }
167
+ }
168
+ },
169
+ secondaryDeletedSearch: {
170
+ label: 'Search Deleted Prospects',
171
+ description: `If true, the request’s search includes deleted records. This property only affects [AMPSEA accounts](https://help.salesforce.com/s/articleView?id=sf.pardot_admin_ampsea_parent.htm&type=5).
172
+ If all records with a matching email address are deleted, the one with the latest activity is undeleted and updated. Otherwise, a new prospect is created.`,
173
+ type: 'boolean',
174
+ required: true,
175
+ default: true
176
+ },
177
+ customFields: pa_properties_1.customFields
178
+ },
179
+ perform: async (request, { settings, payload }) => {
180
+ const baseUrl = settings.isSandbox ? 'https://pi.demo.pardot.com' : 'https://pi.pardot.com';
181
+ const pa = new pa_operations_1.default(settings.businessUnitID, baseUrl, request);
182
+ try {
183
+ return await pa.upsertRecord(payload);
184
+ }
185
+ catch (err) {
186
+ const error = err;
187
+ const statusCode = error.response.status;
188
+ if (error.response.headers.get('content-type')?.includes('application/json')) {
189
+ const data = error.response.data;
190
+ throw new actions_core_1.IntegrationError(`Pardot responded witha error code ${data.code}: ${data.message}. This means Pardot has received the call, but consider the payload to be invalid. To identify the exact error, please refer to ` +
191
+ `https://developer.salesforce.com/docs/marketing/pardot/guide/error-codes.html?q=error#numerical-list-of-error-codes and search for the error code you received`, 'PARDOT_ERROR', 400);
192
+ }
193
+ else if (error.response.headers.get('content-type')?.includes('text/xml')) {
194
+ if (statusCode === 403 || statusCode === 400) {
195
+ throw new actions_core_1.IntegrationError(`The Business Unit ID or access_token is invalid. This error is also returned when you use the wrong instance (Sandbox or Prod). ` +
196
+ `If you toggled the Sandbox instance, please disconnect and reconnect with your corresponding username.`, 'PARDOT_ERROR', 403);
197
+ }
198
+ }
199
+ throw err;
200
+ }
201
+ }
202
+ };
203
+ exports.default = action;
204
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/actions-pardot/prospects/index.ts"],"names":[],"mappings":"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"}
@@ -105,7 +105,7 @@ const action = {
105
105
  coupon: { '@path': '$.properties.coupon' }
106
106
  },
107
107
  defaultObjectUI: 'keyvalue:only'
108
- },
108
+ }
109
109
  },
110
110
  perform: (request, { settings, payload }) => {
111
111
  const client = new cordial_client_1.default(settings, request);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/cordial/addProductToCart/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/cordial/addProductToCart/index.ts"],"names":[],"mappings":"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"}
@@ -39,7 +39,7 @@ const destination = {
39
39
  },
40
40
  extendRequest({ settings }) {
41
41
  return {
42
- headers: { 'x-api-key': `${settings.apiKey}`, 'Accept': 'application/json' }
42
+ headers: { 'x-api-key': `${settings.apiKey}`, Accept: 'application/json' }
43
43
  };
44
44
  },
45
45
  actions: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/destinations/cordial/index.ts"],"names":[],"mappings":";;;;;AAGA,oFAA2D;AAC3D,oEAA2C;AAC3C,0EAAiD;AACjD,oFAA2D;AAC3D,0EAAiD;AACjD,oFAA2D;AAC3D,gEAAuC;AAEvC,MAAM,WAAW,GAAoC;IACnD,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,kDAAkD;IAC/D,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,OAAO;IAEb,cAAc,EAAE;QACd,MAAM,EAAE,QAAQ;QAChB,MAAM,EAAE;YACN,MAAM,EAAE;gBACN,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,sBAAsB;gBACnC,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;aACf;YACD,QAAQ,EAAE;gBACR,KAAK,EAAE,UAAU;gBACjB,WAAW,EACT,mMAAmM;gBACrM,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;gBACd,MAAM,EAAE,KAAK;gBACb,OAAO,EAAE,kDAAkD;aAC5D;SACF;QACD,kBAAkB,EAAE,CAAC,OAAO,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE;YAC5C,OAAO,OAAO,CAAC,QAAQ,CAAC,QAAQ,GAAG,gBAAgB,EAAE,EAAE,OAAO,EAAE,EAAE,cAAc,EAAE,kBAAkB,EAAE,EAAC,CAAC,CAAC;QAC3G,CAAC;KACF;IAED,aAAa,CAAC,EAAE,QAAQ,EAAE;QACxB,OAAO;YACL,OAAO,EAAE,EAAE,WAAW,EAAE,GAAG,QAAQ,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,kBAAkB,EAAC;SAC5E,CAAA;IACH,CAAC;IAED,OAAO,EAAE;QACP,qBAAqB,EAArB,+BAAqB;QACrB,aAAa,EAAb,uBAAa;QACb,gBAAgB,EAAhB,0BAAgB;QAChB,qBAAqB,EAArB,+BAAqB;QACrB,gBAAgB,EAAhB,0BAAgB;QAChB,qBAAqB,EAArB,+BAAqB;QACrB,WAAW,EAAX,qBAAW;KACZ;CACF,CAAA;AAED,kBAAe,WAAW,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/destinations/cordial/index.ts"],"names":[],"mappings":";;;;;AAGA,oFAA2D;AAC3D,oEAA2C;AAC3C,0EAAiD;AACjD,oFAA2D;AAC3D,0EAAiD;AACjD,oFAA2D;AAC3D,gEAAuC;AAEvC,MAAM,WAAW,GAAoC;IACnD,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,kDAAkD;IAC/D,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,OAAO;IAEb,cAAc,EAAE;QACd,MAAM,EAAE,QAAQ;QAChB,MAAM,EAAE;YACN,MAAM,EAAE;gBACN,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,sBAAsB;gBACnC,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;aACf;YACD,QAAQ,EAAE;gBACR,KAAK,EAAE,UAAU;gBACjB,WAAW,EACT,mMAAmM;gBACrM,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;gBACd,MAAM,EAAE,KAAK;gBACb,OAAO,EAAE,kDAAkD;aAC5D;SACF;QACD,kBAAkB,EAAE,CAAC,OAAO,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE;YAC5C,OAAO,OAAO,CAAC,QAAQ,CAAC,QAAQ,GAAG,gBAAgB,EAAE,EAAE,OAAO,EAAE,EAAE,cAAc,EAAE,kBAAkB,EAAE,EAAE,CAAC,CAAA;QAC3G,CAAC;KACF;IAED,aAAa,CAAC,EAAE,QAAQ,EAAE;QACxB,OAAO;YACL,OAAO,EAAE,EAAE,WAAW,EAAE,GAAG,QAAQ,CAAC,MAAM,EAAE,EAAE,MAAM,EAAE,kBAAkB,EAAE;SAC3E,CAAA;IACH,CAAC;IAED,OAAO,EAAE;QACP,qBAAqB,EAArB,+BAAqB;QACrB,aAAa,EAAb,uBAAa;QACb,gBAAgB,EAAhB,0BAAgB;QAChB,qBAAqB,EAArB,+BAAqB;QACrB,gBAAgB,EAAhB,0BAAgB;QAChB,qBAAqB,EAArB,+BAAqB;QACrB,WAAW,EAAX,qBAAW;KACZ;CACF,CAAA;AAED,kBAAe,WAAW,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/cordial/removeProductFromCart/index.ts"],"names":[],"mappings":";;;;;AAGA,uEAA8C;AAE9C,MAAM,MAAM,GAAwC;IAClD,KAAK,EAAE,0BAA0B;IACjC,WAAW,EAAE,2CAA2C;IACxD,mBAAmB,EAAE,8CAA8C;IACnE,MAAM,EAAE;QACN,cAAc,EAAE;YACd,KAAK,EAAE,iBAAiB;YACxB,WAAW,EACT,oTAAoT;YACtT,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;YACd,eAAe,EAAE,eAAe;SACjC;QACD,SAAS,EAAE;YACT,KAAK,EAAE,YAAY;YACnB,WAAW,EAAE,kCAAkC;YAC/C,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,yBAAyB;aACnC;SACF;QACD,GAAG,EAAE;YACH,KAAK,EAAE,UAAU;YACjB,WAAW,EAAE,uBAAuB;YACpC,IAAI,EAAE,SAAS;YACf,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,uBAAuB;aACjC;SACF;KACF;IACD,OAAO,EAAE,CAAC,OAAO,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE;QAC1C,MAAM,MAAM,GAAG,IAAI,wBAAa,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAA;QACnD,OAAO,MAAM,CAAC,qBAAqB,CAAC,OAAO,CAAC,CAAA;IAC9C,CAAC;CACF,CAAA;AAED,kBAAe,MAAM,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/cordial/removeProductFromCart/index.ts"],"names":[],"mappings":";;;;;AAGA,uEAA6C;AAE7C,MAAM,MAAM,GAAwC;IAClD,KAAK,EAAE,0BAA0B;IACjC,WAAW,EAAE,2CAA2C;IACxD,mBAAmB,EAAE,8CAA8C;IACnE,MAAM,EAAE;QACN,cAAc,EAAE;YACd,KAAK,EAAE,iBAAiB;YACxB,WAAW,EACT,oTAAoT;YACtT,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;YACd,eAAe,EAAE,eAAe;SACjC;QACD,SAAS,EAAE;YACT,KAAK,EAAE,YAAY;YACnB,WAAW,EAAE,kCAAkC;YAC/C,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,yBAAyB;aACnC;SACF;QACD,GAAG,EAAE;YACH,KAAK,EAAE,UAAU;YACjB,WAAW,EAAE,uBAAuB;YACpC,IAAI,EAAE,SAAS;YACf,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,uBAAuB;aACjC;SACF;KACF;IACD,OAAO,EAAE,CAAC,OAAO,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE;QAC1C,MAAM,MAAM,GAAG,IAAI,wBAAa,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAA;QACnD,OAAO,MAAM,CAAC,qBAAqB,CAAC,OAAO,CAAC,CAAA;IAC9C,CAAC;CACF,CAAA;AAED,kBAAe,MAAM,CAAA"}
@@ -101,32 +101,32 @@ const action = {
101
101
  manufacturerName: {
102
102
  label: 'Manufacturer name',
103
103
  description: 'Manufacturer name of the purchased item.',
104
- type: 'string',
104
+ type: 'string'
105
105
  },
106
106
  itemPrice: {
107
107
  label: 'Price',
108
108
  description: 'Price of the purchased item.',
109
- type: 'number',
109
+ type: 'number'
110
110
  },
111
111
  qty: {
112
112
  label: 'Quantity',
113
113
  description: 'Quantity of the purchased item.',
114
- type: 'integer',
114
+ type: 'integer'
115
115
  },
116
116
  url: {
117
117
  label: 'URL',
118
118
  description: 'URL of the purchased item.',
119
- type: 'string',
119
+ type: 'string'
120
120
  },
121
121
  imageUrl: {
122
122
  label: 'Image URL',
123
123
  description: 'Image URL of the purchased item.',
124
- type: 'string',
124
+ type: 'string'
125
125
  },
126
126
  properties: {
127
127
  label: 'Properties',
128
128
  description: 'Additional properties of the purchased item.',
129
- type: 'object',
129
+ type: 'object'
130
130
  }
131
131
  },
132
132
  default: {
@@ -163,12 +163,12 @@ const action = {
163
163
  properties: {
164
164
  variant: { '@path': '$.variant' },
165
165
  coupon: { '@path': '$.coupon' }
166
- },
166
+ }
167
167
  }
168
168
  ]
169
169
  },
170
170
  defaultObjectUI: 'keyvalue:only'
171
- },
171
+ }
172
172
  },
173
173
  perform: (request, { settings, payload }) => {
174
174
  const client = new cordial_client_1.default(settings, request);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/cordial/upsertOrder/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/cordial/upsertOrder/index.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/customerio/trackEvent/index.ts"],"names":[],"mappings":";;AAEA,oCAA8F;AAa9F,MAAM,MAAM,GAAwC;IAClD,KAAK,EAAE,aAAa;IACpB,WAAW,EAAE,iDAAiD;IAC9D,mBAAmB,EAAE,gBAAgB;IACrC,MAAM,EAAE;QACN,EAAE,EAAE;YACF,KAAK,EAAE,WAAW;YAClB,WAAW,EACT,mIAAmI;YACrI,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,UAAU;aACpB;SACF;QACD,YAAY,EAAE;YACZ,KAAK,EAAE,cAAc;YACrB,WAAW,EACT,yGAAyG;YAC3G,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,eAAe;aACzB;SACF;QACD,IAAI,EAAE;YACJ,KAAK,EAAE,YAAY;YACnB,WAAW,EAAE,wBAAwB;YACrC,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,SAAS;aACnB;SACF;QACD,QAAQ,EAAE;YACR,KAAK,EAAE,UAAU;YACjB,WAAW,EAAE,iHAAiH;YAC9H,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,aAAa;aACvB;SACF;QACD,SAAS,EAAE;YACT,KAAK,EAAE,WAAW;YAClB,WAAW,EAAE,6EAA6E;YAC1F,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,aAAa;aACvB;SACF;QACD,IAAI,EAAE;YACJ,KAAK,EAAE,kBAAkB;YACzB,WAAW,EAAE,0CAA0C;YACvD,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,cAAc;aACxB;SACF;QACD,iBAAiB,EAAE;YACjB,KAAK,EAAE,oBAAoB;YAC3B,WAAW,EAAE,yDAAyD;YACtE,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,IAAI;SACd;KACF;IAED,OAAO,EAAE,CAAC,OAAO,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE;QAC1C,IAAI,SAAS,GAAgC,OAAO,CAAC,SAAS,CAAA;QAC9D,IAAI,IAAI,GAAG,OAAO,CAAC,IAAI,CAAA;QAEvB,IAAI,OAAO,CAAC,iBAAiB,KAAK,KAAK,EAAE;YACvC,IAAI,SAAS,EAAE;gBACb,SAAS,GAAG,6BAAqB,CAAC,SAAS,CAAC,CAAA;aAC7C;YAED,IAAI,IAAI,EAAE;gBACR,IAAI,GAAG,kCAA0B,CAAC,IAAI,CAAC,CAAA;aACxC;SACF;QAED,MAAM,IAAI,GAAsB;YAC9B,IAAI,EAAE,OAAO,CAAC,IAAI;YAClB,IAAI;YACJ,SAAS;SACV,CAAA;QAED,IAAI,OAAO,CAAC,QAAQ,EAAE;YACpB,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,QAAQ,CAAA;SAC3B;QAED,IAAI,GAAW,CAAA;QAEf,IAAI,OAAO,CAAC,EAAE,EAAE;YACd,GAAG,GAAG,GAAG,wBAAgB,CAAC,QAAQ,CAAC,aAAa,CAAC,qBAAqB,OAAO,CAAC,EAAE,SAAS,CAAA;SAC1F;aAAM;YACL,GAAG,GAAG,GAAG,wBAAgB,CAAC,QAAQ,CAAC,aAAa,CAAC,gBAAgB,CAAA;YACjE,IAAI,CAAC,YAAY,GAAG,OAAO,CAAC,YAAY,CAAA;SACzC;QAED,OAAO,OAAO,CAAC,GAAG,EAAE;YAClB,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,IAAI;SACX,CAAC,CAAA;IACJ,CAAC;CACF,CAAA;AAED,kBAAe,MAAM,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/customerio/trackEvent/index.ts"],"names":[],"mappings":";;AAEA,oCAA8F;AAa9F,MAAM,MAAM,GAAwC;IAClD,KAAK,EAAE,aAAa;IACpB,WAAW,EAAE,iDAAiD;IAC9D,mBAAmB,EAAE,gBAAgB;IACrC,MAAM,EAAE;QACN,EAAE,EAAE;YACF,KAAK,EAAE,WAAW;YAClB,WAAW,EACT,mIAAmI;YACrI,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,UAAU;aACpB;SACF;QACD,YAAY,EAAE;YACZ,KAAK,EAAE,cAAc;YACrB,WAAW,EACT,yGAAyG;YAC3G,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,eAAe;aACzB;SACF;QACD,IAAI,EAAE;YACJ,KAAK,EAAE,YAAY;YACnB,WAAW,EAAE,wBAAwB;YACrC,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,SAAS;aACnB;SACF;QACD,QAAQ,EAAE;YACR,KAAK,EAAE,UAAU;YACjB,WAAW,EACT,iHAAiH;YACnH,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,aAAa;aACvB;SACF;QACD,SAAS,EAAE;YACT,KAAK,EAAE,WAAW;YAClB,WAAW,EAAE,6EAA6E;YAC1F,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,aAAa;aACvB;SACF;QACD,IAAI,EAAE;YACJ,KAAK,EAAE,kBAAkB;YACzB,WAAW,EAAE,0CAA0C;YACvD,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,cAAc;aACxB;SACF;QACD,iBAAiB,EAAE;YACjB,KAAK,EAAE,oBAAoB;YAC3B,WAAW,EAAE,yDAAyD;YACtE,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,IAAI;SACd;KACF;IAED,OAAO,EAAE,CAAC,OAAO,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE;QAC1C,IAAI,SAAS,GAAgC,OAAO,CAAC,SAAS,CAAA;QAC9D,IAAI,IAAI,GAAG,OAAO,CAAC,IAAI,CAAA;QAEvB,IAAI,OAAO,CAAC,iBAAiB,KAAK,KAAK,EAAE;YACvC,IAAI,SAAS,EAAE;gBACb,SAAS,GAAG,6BAAqB,CAAC,SAAS,CAAC,CAAA;aAC7C;YAED,IAAI,IAAI,EAAE;gBACR,IAAI,GAAG,kCAA0B,CAAC,IAAI,CAAC,CAAA;aACxC;SACF;QAED,MAAM,IAAI,GAAsB;YAC9B,IAAI,EAAE,OAAO,CAAC,IAAI;YAClB,IAAI;YACJ,SAAS;SACV,CAAA;QAED,IAAI,OAAO,CAAC,QAAQ,EAAE;YACpB,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,QAAQ,CAAA;SAC3B;QAED,IAAI,GAAW,CAAA;QAEf,IAAI,OAAO,CAAC,EAAE,EAAE;YACd,GAAG,GAAG,GAAG,wBAAgB,CAAC,QAAQ,CAAC,aAAa,CAAC,qBAAqB,OAAO,CAAC,EAAE,SAAS,CAAA;SAC1F;aAAM;YACL,GAAG,GAAG,GAAG,wBAAgB,CAAC,QAAQ,CAAC,aAAa,CAAC,gBAAgB,CAAA;YACjE,IAAI,CAAC,YAAY,GAAG,OAAO,CAAC,YAAY,CAAA;SACzC;QAED,OAAO,OAAO,CAAC,GAAG,EAAE;YAClB,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,IAAI;SACX,CAAC,CAAA;IACJ,CAAC;CACF,CAAA;AAED,kBAAe,MAAM,CAAA"}
@@ -19,7 +19,12 @@ export interface Payload {
19
19
  id?: string;
20
20
  type?: string;
21
21
  subscriptionStatus?: string;
22
+ groups?: {
23
+ id?: string;
24
+ subscriptionStatus?: string;
25
+ }[];
22
26
  }[];
27
+ groupId?: string;
23
28
  customArgs?: {
24
29
  [k: string]: unknown;
25
30
  };