@rlvt/workflows-openapi-client 1.0.713 → 1.0.715

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/build/api.d.ts CHANGED
@@ -90,6 +90,12 @@ export default class {
90
90
  } | {
91
91
  type: "landing";
92
92
  format: "landing-image" | "landing-html-partial" | "landing-html-page";
93
+ } | {
94
+ type: "rcs";
95
+ format: "rcs-card-image" | "rcs-carousel-image";
96
+ } | {
97
+ type: "whatsapp";
98
+ format: "whatsapp-header-image";
93
99
  } | {
94
100
  type: "raw";
95
101
  format: "raw";
@@ -136,7 +142,7 @@ export default class {
136
142
  select?: string[] | undefined;
137
143
  page?: number | undefined;
138
144
  perPage?: number | undefined;
139
- entrypointTypes?: ("email" | "mobile" | "web" | "landing" | "raw")[] | undefined;
145
+ entrypointTypes?: ("email" | "mobile" | "web" | "landing" | "rcs" | "whatsapp" | "raw")[] | undefined;
140
146
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
141
147
  paginationCount: number;
142
148
  paginationPage: number;
@@ -192,7 +198,7 @@ export default class {
192
198
  };
193
199
  } | {
194
200
  id: string;
195
- type: "email" | "mobile" | "landing" | "raw";
201
+ type: "email" | "mobile" | "landing" | "rcs" | "whatsapp" | "raw";
196
202
  display: string;
197
203
  click: string;
198
204
  parameters: {
@@ -239,6 +245,12 @@ export default class {
239
245
  } | {
240
246
  type: "landing";
241
247
  format: "landing-image" | "landing-html-partial" | "landing-html-page";
248
+ } | {
249
+ type: "rcs";
250
+ format: "rcs-card-image" | "rcs-carousel-image";
251
+ } | {
252
+ type: "whatsapp";
253
+ format: "whatsapp-header-image";
242
254
  } | {
243
255
  type: "raw";
244
256
  format: "raw";
@@ -303,6 +315,7 @@ export default class {
303
315
  entrypointsPerPathId: {
304
316
  [x: string]: string[];
305
317
  };
318
+ entrypointFormats: string[];
306
319
  categoryIdByBranch: {
307
320
  [x: string]: string;
308
321
  };
@@ -387,7 +400,7 @@ export default class {
387
400
  };
388
401
  } | {
389
402
  id: string;
390
- type: "email" | "mobile" | "landing" | "raw";
403
+ type: "email" | "mobile" | "landing" | "rcs" | "whatsapp" | "raw";
391
404
  display: string;
392
405
  click: string;
393
406
  parameters: {
@@ -434,6 +447,12 @@ export default class {
434
447
  } | {
435
448
  type: "landing";
436
449
  format: "landing-image" | "landing-html-partial" | "landing-html-page";
450
+ } | {
451
+ type: "rcs";
452
+ format: "rcs-card-image" | "rcs-carousel-image";
453
+ } | {
454
+ type: "whatsapp";
455
+ format: "whatsapp-header-image";
437
456
  } | {
438
457
  type: "raw";
439
458
  format: "raw";
@@ -498,6 +517,7 @@ export default class {
498
517
  entrypointsPerPathId: {
499
518
  [x: string]: string[];
500
519
  };
520
+ entrypointFormats: string[];
501
521
  categoryIdByBranch: {
502
522
  [x: string]: string;
503
523
  };
@@ -580,7 +600,7 @@ export default class {
580
600
  };
581
601
  } | {
582
602
  id: string;
583
- type: "email" | "mobile" | "landing" | "raw";
603
+ type: "email" | "mobile" | "landing" | "rcs" | "whatsapp" | "raw";
584
604
  display: string;
585
605
  click: string;
586
606
  parameters: {
@@ -627,6 +647,12 @@ export default class {
627
647
  } | {
628
648
  type: "landing";
629
649
  format: "landing-image" | "landing-html-partial" | "landing-html-page";
650
+ } | {
651
+ type: "rcs";
652
+ format: "rcs-card-image" | "rcs-carousel-image";
653
+ } | {
654
+ type: "whatsapp";
655
+ format: "whatsapp-header-image";
630
656
  } | {
631
657
  type: "raw";
632
658
  format: "raw";
@@ -691,6 +717,7 @@ export default class {
691
717
  entrypointsPerPathId: {
692
718
  [x: string]: string[];
693
719
  };
720
+ entrypointFormats: string[];
694
721
  categoryIdByBranch: {
695
722
  [x: string]: string;
696
723
  };
@@ -766,6 +793,12 @@ export default class {
766
793
  } | {
767
794
  type: "landing";
768
795
  format: "landing-image" | "landing-html-partial" | "landing-html-page";
796
+ } | {
797
+ type: "rcs";
798
+ format: "rcs-card-image" | "rcs-carousel-image";
799
+ } | {
800
+ type: "whatsapp";
801
+ format: "whatsapp-header-image";
769
802
  } | {
770
803
  type: "raw";
771
804
  format: "raw";
@@ -846,7 +879,7 @@ export default class {
846
879
  };
847
880
  } | {
848
881
  id: string;
849
- type: "email" | "mobile" | "landing" | "raw";
882
+ type: "email" | "mobile" | "landing" | "rcs" | "whatsapp" | "raw";
850
883
  display: string;
851
884
  click: string;
852
885
  parameters: {
@@ -893,6 +926,12 @@ export default class {
893
926
  } | {
894
927
  type: "landing";
895
928
  format: "landing-image" | "landing-html-partial" | "landing-html-page";
929
+ } | {
930
+ type: "rcs";
931
+ format: "rcs-card-image" | "rcs-carousel-image";
932
+ } | {
933
+ type: "whatsapp";
934
+ format: "whatsapp-header-image";
896
935
  } | {
897
936
  type: "raw";
898
937
  format: "raw";
@@ -957,6 +996,7 @@ export default class {
957
996
  entrypointsPerPathId: {
958
997
  [x: string]: string[];
959
998
  };
999
+ entrypointFormats: string[];
960
1000
  categoryIdByBranch: {
961
1001
  [x: string]: string;
962
1002
  };
@@ -1049,7 +1089,7 @@ export default class {
1049
1089
  };
1050
1090
  } | {
1051
1091
  id: string;
1052
- type: "email" | "mobile" | "landing" | "raw";
1092
+ type: "email" | "mobile" | "landing" | "rcs" | "whatsapp" | "raw";
1053
1093
  display: string;
1054
1094
  click: string;
1055
1095
  parameters: {
@@ -1096,6 +1136,12 @@ export default class {
1096
1136
  } | {
1097
1137
  type: "landing";
1098
1138
  format: "landing-image" | "landing-html-partial" | "landing-html-page";
1139
+ } | {
1140
+ type: "rcs";
1141
+ format: "rcs-card-image" | "rcs-carousel-image";
1142
+ } | {
1143
+ type: "whatsapp";
1144
+ format: "whatsapp-header-image";
1099
1145
  } | {
1100
1146
  type: "raw";
1101
1147
  format: "raw";
@@ -1160,6 +1206,7 @@ export default class {
1160
1206
  entrypointsPerPathId: {
1161
1207
  [x: string]: string[];
1162
1208
  };
1209
+ entrypointFormats: string[];
1163
1210
  categoryIdByBranch: {
1164
1211
  [x: string]: string;
1165
1212
  };
@@ -1239,7 +1286,7 @@ export default class {
1239
1286
  };
1240
1287
  } | {
1241
1288
  id: string;
1242
- type: "email" | "mobile" | "landing" | "raw";
1289
+ type: "email" | "mobile" | "landing" | "rcs" | "whatsapp" | "raw";
1243
1290
  display: string;
1244
1291
  click: string;
1245
1292
  parameters: {
@@ -1286,6 +1333,12 @@ export default class {
1286
1333
  } | {
1287
1334
  type: "landing";
1288
1335
  format: "landing-image" | "landing-html-partial" | "landing-html-page";
1336
+ } | {
1337
+ type: "rcs";
1338
+ format: "rcs-card-image" | "rcs-carousel-image";
1339
+ } | {
1340
+ type: "whatsapp";
1341
+ format: "whatsapp-header-image";
1289
1342
  } | {
1290
1343
  type: "raw";
1291
1344
  format: "raw";
@@ -1350,6 +1403,7 @@ export default class {
1350
1403
  entrypointsPerPathId: {
1351
1404
  [x: string]: string[];
1352
1405
  };
1406
+ entrypointFormats: string[];
1353
1407
  categoryIdByBranch: {
1354
1408
  [x: string]: string;
1355
1409
  };
@@ -1448,7 +1502,7 @@ export default class {
1448
1502
  };
1449
1503
  } | {
1450
1504
  id: string;
1451
- type: "email" | "mobile" | "landing" | "raw";
1505
+ type: "email" | "mobile" | "landing" | "rcs" | "whatsapp" | "raw";
1452
1506
  display: string;
1453
1507
  click: string;
1454
1508
  parameters: {
@@ -1495,6 +1549,12 @@ export default class {
1495
1549
  } | {
1496
1550
  type: "landing";
1497
1551
  format: "landing-image" | "landing-html-partial" | "landing-html-page";
1552
+ } | {
1553
+ type: "rcs";
1554
+ format: "rcs-card-image" | "rcs-carousel-image";
1555
+ } | {
1556
+ type: "whatsapp";
1557
+ format: "whatsapp-header-image";
1498
1558
  } | {
1499
1559
  type: "raw";
1500
1560
  format: "raw";
@@ -1559,6 +1619,7 @@ export default class {
1559
1619
  entrypointsPerPathId: {
1560
1620
  [x: string]: string[];
1561
1621
  };
1622
+ entrypointFormats: string[];
1562
1623
  categoryIdByBranch: {
1563
1624
  [x: string]: string;
1564
1625
  };
@@ -1752,7 +1813,7 @@ export default class {
1752
1813
  } & {
1753
1814
  data: {
1754
1815
  integrationOptions: ({
1755
- type: "email" | "mobile" | "landing" | "raw";
1816
+ type: "email" | "mobile" | "landing" | "rcs" | "whatsapp" | "raw";
1756
1817
  parameters: {
1757
1818
  [x: string]: string;
1758
1819
  };
@@ -1788,7 +1849,7 @@ export default class {
1788
1849
  id: string;
1789
1850
  }, data: {
1790
1851
  integrationOptions?: ({
1791
- type: "email" | "mobile" | "landing" | "raw";
1852
+ type: "email" | "mobile" | "landing" | "rcs" | "whatsapp" | "raw";
1792
1853
  parameters: {
1793
1854
  [key: string]: string;
1794
1855
  };
@@ -1818,7 +1879,7 @@ export default class {
1818
1879
  } & {
1819
1880
  data: {
1820
1881
  integrationOptions: ({
1821
- type: "email" | "mobile" | "landing" | "raw";
1882
+ type: "email" | "mobile" | "landing" | "rcs" | "whatsapp" | "raw";
1822
1883
  parameters: {
1823
1884
  [x: string]: string;
1824
1885
  };
@@ -54,6 +54,12 @@ export declare type Workflow = {
54
54
  } | {
55
55
  type: "landing";
56
56
  format: "landing-image" | "landing-html-partial" | "landing-html-page";
57
+ } | {
58
+ type: "rcs";
59
+ format: "rcs-card-image" | "rcs-carousel-image";
60
+ } | {
61
+ type: "whatsapp";
62
+ format: "whatsapp-header-image";
57
63
  } | {
58
64
  type: "raw";
59
65
  format: "raw";
@@ -229,7 +235,7 @@ export declare type InternalResponse = {
229
235
  [key: string]: string[];
230
236
  };
231
237
  };
232
- export declare type InternalResponse_integrationOptions_Array_Union_type_Union_email_mobile_landing_raw_parameters_Record_entrypointId_Union_undefined_string_type_web_filters_Union_undefined_type_Union_and_or_conditions_Array_operator_Union_empty_nempty_eq_ne_contains_notcontains_field_string_values_Array_string_enabled_Union_undefined_false_true_entrypointId_Union_undefined_string_code_Union_undefined_string_selector_Union_undefined_string_emplacement_Union_undefined_replace_before_after_includeContext_Union_undefined_false_true_includeDatalayerPath_Union_undefined_Array_string_waitForEvents_Union_undefined_Array_string = {
238
+ export declare type InternalResponse_integrationOptions_Array_Union_type_Union_email_mobile_landing_rcs_whatsapp_raw_parameters_Record_entrypointId_Union_undefined_string_type_web_filters_Union_undefined_type_Union_and_or_conditions_Array_operator_Union_empty_nempty_eq_ne_contains_notcontains_field_string_values_Array_string_enabled_Union_undefined_false_true_entrypointId_Union_undefined_string_code_Union_undefined_string_selector_Union_undefined_string_emplacement_Union_undefined_replace_before_after_includeContext_Union_undefined_false_true_includeDatalayerPath_Union_undefined_Array_string_waitForEvents_Union_undefined_Array_string = {
233
239
  program: string;
234
240
  version: string;
235
241
  datetime: string;
@@ -238,7 +244,7 @@ export declare type InternalResponse_integrationOptions_Array_Union_type_Union_e
238
244
  message: string;
239
245
  data: {
240
246
  integrationOptions: ({
241
- type: "email" | "mobile" | "landing" | "raw";
247
+ type: "email" | "mobile" | "landing" | "rcs" | "whatsapp" | "raw";
242
248
  parameters: {
243
249
  [key: string]: string;
244
250
  };
@@ -264,7 +270,7 @@ export declare type InternalResponse_integrationOptions_Array_Union_type_Union_e
264
270
  })[];
265
271
  };
266
272
  };
267
- export declare type InternalResponse_integrationOptions_Array_Union_type_Union_email_mobile_landing_raw_parameters_Record_entrypointId_Union_undefined_string_type_web_filters_Union_undefined_type_Union_and_or_conditions_Array_operator_Union_empty_nempty_eq_ne_contains_notcontains_field_string_values_Array_string_enabled_Union_undefined_false_true_entrypointId_Union_undefined_string_code_Union_undefined_string_selector_Union_undefined_string_emplacement_Union_undefined_replace_before_after_includeContext_Union_undefined_false_true_includeDatalayerPath_Union_undefined_Array_string_waitForEvents_Union_undefined_Array_string_variableProfileId_Union_undefined_string = {
273
+ export declare type InternalResponse_integrationOptions_Array_Union_type_Union_email_mobile_landing_rcs_whatsapp_raw_parameters_Record_entrypointId_Union_undefined_string_type_web_filters_Union_undefined_type_Union_and_or_conditions_Array_operator_Union_empty_nempty_eq_ne_contains_notcontains_field_string_values_Array_string_enabled_Union_undefined_false_true_entrypointId_Union_undefined_string_code_Union_undefined_string_selector_Union_undefined_string_emplacement_Union_undefined_replace_before_after_includeContext_Union_undefined_false_true_includeDatalayerPath_Union_undefined_Array_string_waitForEvents_Union_undefined_Array_string_variableProfileId_Union_undefined_string = {
268
274
  program: string;
269
275
  version: string;
270
276
  datetime: string;
@@ -273,7 +279,7 @@ export declare type InternalResponse_integrationOptions_Array_Union_type_Union_e
273
279
  message: string;
274
280
  data: {
275
281
  integrationOptions: ({
276
- type: "email" | "mobile" | "landing" | "raw";
282
+ type: "email" | "mobile" | "landing" | "rcs" | "whatsapp" | "raw";
277
283
  parameters: {
278
284
  [key: string]: string;
279
285
  };
@@ -460,6 +466,7 @@ export declare type WorkflowAnalyze_Without_OutputsForEntrypoint_DatasForEntrypo
460
466
  [key: string]: string[];
461
467
  };
462
468
  entrypointTypes: string[];
469
+ entrypointFormats: string[];
463
470
  categoryIdByBranch: {
464
471
  [key: string]: string;
465
472
  };
@@ -524,7 +531,7 @@ export declare type SerializedWorkflow = WorkflowDocument_Without_ToJSON_Company
524
531
  id: string;
525
532
  url: string;
526
533
  } | {
527
- type: "email" | "mobile" | "landing" | "raw";
534
+ type: "email" | "mobile" | "landing" | "rcs" | "whatsapp" | "raw";
528
535
  parameters: {
529
536
  [key: string]: string;
530
537
  };
@@ -23,4 +23,4 @@ var WorkflowVersionState;
23
23
  WorkflowVersionState["LIVE"] = "live";
24
24
  WorkflowVersionState["INACTIVE"] = "inactive";
25
25
  })(WorkflowVersionState = exports.WorkflowVersionState || (exports.WorkflowVersionState = {}));
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBb0twQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsNkVBQXFELENBQUE7SUFDckQsNkVBQXFELENBQUE7SUFDckQsdUVBQStDLENBQUE7QUFDbkQsQ0FBQyxFQUpXLG9CQUFvQixHQUFwQiw0QkFBb0IsS0FBcEIsNEJBQW9CLFFBSS9CO0FBa1BELElBQVksY0FNWDtBQU5ELFdBQVksY0FBYztJQUN0QixpQ0FBZSxDQUFBO0lBQ2YsMkNBQXlCLENBQUE7SUFDekIseUNBQXVCLENBQUE7SUFDdkIsaUNBQWUsQ0FBQTtJQUNmLHVDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFOVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQU16QjtBQWdCRCxJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0IifQ==
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBMEtwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsNkVBQXFELENBQUE7SUFDckQsNkVBQXFELENBQUE7SUFDckQsdUVBQStDLENBQUE7QUFDbkQsQ0FBQyxFQUpXLG9CQUFvQixHQUFwQiw0QkFBb0IsS0FBcEIsNEJBQW9CLFFBSS9CO0FBa1BELElBQVksY0FNWDtBQU5ELFdBQVksY0FBYztJQUN0QixpQ0FBZSxDQUFBO0lBQ2YsMkNBQXlCLENBQUE7SUFDekIseUNBQXVCLENBQUE7SUFDdkIsaUNBQWUsQ0FBQTtJQUNmLHVDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFOVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQU16QjtBQWdCRCxJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0IifQ==
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.713+ae9f72f",
3
+ "version": "1.0.715+d1a0d80",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",