@rlvt/workflows-openapi-client 1.0.611 → 1.0.613

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
@@ -65,7 +65,20 @@ export default class {
65
65
  };
66
66
  entrypoints: {
67
67
  [x: string]: {
68
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html" | "landing-page";
68
+ type: "email";
69
+ format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
70
+ } | {
71
+ type: "mobile";
72
+ format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
73
+ } | {
74
+ type: "web";
75
+ format: "website-image" | "website-html-partial" | "website-html-page";
76
+ } | {
77
+ type: "landing";
78
+ format: "landing-image" | "landing-html-partial" | "landing-html-page";
79
+ } | {
80
+ type: "raw";
81
+ format: "raw";
69
82
  };
70
83
  };
71
84
  edges: {
@@ -108,7 +121,7 @@ export default class {
108
121
  select?: string[] | undefined;
109
122
  page?: number | undefined;
110
123
  perPage?: number | undefined;
111
- entrypointTypes?: ("email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html" | "landing-page")[] | undefined;
124
+ entrypointTypes?: ("email" | "mobile" | "web" | "landing" | "raw")[] | undefined;
112
125
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
113
126
  data: {
114
127
  readonly status: WorkflowStatus & {
@@ -126,7 +139,7 @@ export default class {
126
139
  readonly integrations: ({
127
140
  code?: string | undefined;
128
141
  id: string;
129
- type: "web-image" | "web-html";
142
+ type: "web";
130
143
  workflowId: string;
131
144
  shortId: string;
132
145
  includeContext?: boolean | undefined;
@@ -145,7 +158,7 @@ export default class {
145
158
  } | {
146
159
  url: string;
147
160
  id: string;
148
- type: "landing-page";
161
+ type: "landing";
149
162
  parameters: {
150
163
  [x: string]: string;
151
164
  };
@@ -153,7 +166,7 @@ export default class {
153
166
  id: string;
154
167
  display: string;
155
168
  click: string;
156
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
169
+ type: "email" | "mobile" | "landing" | "raw";
157
170
  parameters: {
158
171
  [x: string]: string;
159
172
  };
@@ -212,7 +225,20 @@ export default class {
212
225
  };
213
226
  entrypoints: {
214
227
  [x: string]: {
215
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html" | "landing-page";
228
+ type: "email";
229
+ format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
230
+ } | {
231
+ type: "mobile";
232
+ format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
233
+ } | {
234
+ type: "web";
235
+ format: "website-image" | "website-html-partial" | "website-html-page";
236
+ } | {
237
+ type: "landing";
238
+ format: "landing-image" | "landing-html-partial" | "landing-html-page";
239
+ } | {
240
+ type: "raw";
241
+ format: "raw";
216
242
  };
217
243
  };
218
244
  edges: {
@@ -295,7 +321,7 @@ export default class {
295
321
  readonly integrations: ({
296
322
  code?: string | undefined;
297
323
  id: string;
298
- type: "web-image" | "web-html";
324
+ type: "web";
299
325
  workflowId: string;
300
326
  shortId: string;
301
327
  includeContext?: boolean | undefined;
@@ -314,7 +340,7 @@ export default class {
314
340
  } | {
315
341
  url: string;
316
342
  id: string;
317
- type: "landing-page";
343
+ type: "landing";
318
344
  parameters: {
319
345
  [x: string]: string;
320
346
  };
@@ -322,7 +348,7 @@ export default class {
322
348
  id: string;
323
349
  display: string;
324
350
  click: string;
325
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
351
+ type: "email" | "mobile" | "landing" | "raw";
326
352
  parameters: {
327
353
  [x: string]: string;
328
354
  };
@@ -381,7 +407,20 @@ export default class {
381
407
  };
382
408
  entrypoints: {
383
409
  [x: string]: {
384
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html" | "landing-page";
410
+ type: "email";
411
+ format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
412
+ } | {
413
+ type: "mobile";
414
+ format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
415
+ } | {
416
+ type: "web";
417
+ format: "website-image" | "website-html-partial" | "website-html-page";
418
+ } | {
419
+ type: "landing";
420
+ format: "landing-image" | "landing-html-partial" | "landing-html-page";
421
+ } | {
422
+ type: "raw";
423
+ format: "raw";
385
424
  };
386
425
  };
387
426
  edges: {
@@ -462,7 +501,7 @@ export default class {
462
501
  readonly integrations: ({
463
502
  code?: string | undefined;
464
503
  id: string;
465
- type: "web-image" | "web-html";
504
+ type: "web";
466
505
  workflowId: string;
467
506
  shortId: string;
468
507
  includeContext?: boolean | undefined;
@@ -481,7 +520,7 @@ export default class {
481
520
  } | {
482
521
  url: string;
483
522
  id: string;
484
- type: "landing-page";
523
+ type: "landing";
485
524
  parameters: {
486
525
  [x: string]: string;
487
526
  };
@@ -489,7 +528,7 @@ export default class {
489
528
  id: string;
490
529
  display: string;
491
530
  click: string;
492
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
531
+ type: "email" | "mobile" | "landing" | "raw";
493
532
  parameters: {
494
533
  [x: string]: string;
495
534
  };
@@ -548,7 +587,20 @@ export default class {
548
587
  };
549
588
  entrypoints: {
550
589
  [x: string]: {
551
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html" | "landing-page";
590
+ type: "email";
591
+ format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
592
+ } | {
593
+ type: "mobile";
594
+ format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
595
+ } | {
596
+ type: "web";
597
+ format: "website-image" | "website-html-partial" | "website-html-page";
598
+ } | {
599
+ type: "landing";
600
+ format: "landing-image" | "landing-html-partial" | "landing-html-page";
601
+ } | {
602
+ type: "raw";
603
+ format: "raw";
552
604
  };
553
605
  };
554
606
  edges: {
@@ -643,7 +695,20 @@ export default class {
643
695
  };
644
696
  entrypoints: {
645
697
  [x: string]: {
646
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html" | "landing-page";
698
+ type: "email";
699
+ format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
700
+ } | {
701
+ type: "mobile";
702
+ format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
703
+ } | {
704
+ type: "web";
705
+ format: "website-image" | "website-html-partial" | "website-html-page";
706
+ } | {
707
+ type: "landing";
708
+ format: "landing-image" | "landing-html-partial" | "landing-html-page";
709
+ } | {
710
+ type: "raw";
711
+ format: "raw";
647
712
  };
648
713
  };
649
714
  edges: {
@@ -679,7 +744,7 @@ export default class {
679
744
  readonly integrations: ({
680
745
  code?: string | undefined;
681
746
  id: string;
682
- type: "web-image" | "web-html";
747
+ type: "web";
683
748
  workflowId: string;
684
749
  shortId: string;
685
750
  includeContext?: boolean | undefined;
@@ -698,7 +763,7 @@ export default class {
698
763
  } | {
699
764
  url: string;
700
765
  id: string;
701
- type: "landing-page";
766
+ type: "landing";
702
767
  parameters: {
703
768
  [x: string]: string;
704
769
  };
@@ -706,7 +771,7 @@ export default class {
706
771
  id: string;
707
772
  display: string;
708
773
  click: string;
709
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
774
+ type: "email" | "mobile" | "landing" | "raw";
710
775
  parameters: {
711
776
  [x: string]: string;
712
777
  };
@@ -765,7 +830,20 @@ export default class {
765
830
  };
766
831
  entrypoints: {
767
832
  [x: string]: {
768
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html" | "landing-page";
833
+ type: "email";
834
+ format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
835
+ } | {
836
+ type: "mobile";
837
+ format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
838
+ } | {
839
+ type: "web";
840
+ format: "website-image" | "website-html-partial" | "website-html-page";
841
+ } | {
842
+ type: "landing";
843
+ format: "landing-image" | "landing-html-partial" | "landing-html-page";
844
+ } | {
845
+ type: "raw";
846
+ format: "raw";
769
847
  };
770
848
  };
771
849
  edges: {
@@ -854,7 +932,7 @@ export default class {
854
932
  readonly integrations: ({
855
933
  code?: string | undefined;
856
934
  id: string;
857
- type: "web-image" | "web-html";
935
+ type: "web";
858
936
  workflowId: string;
859
937
  shortId: string;
860
938
  includeContext?: boolean | undefined;
@@ -873,7 +951,7 @@ export default class {
873
951
  } | {
874
952
  url: string;
875
953
  id: string;
876
- type: "landing-page";
954
+ type: "landing";
877
955
  parameters: {
878
956
  [x: string]: string;
879
957
  };
@@ -881,7 +959,7 @@ export default class {
881
959
  id: string;
882
960
  display: string;
883
961
  click: string;
884
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
962
+ type: "email" | "mobile" | "landing" | "raw";
885
963
  parameters: {
886
964
  [x: string]: string;
887
965
  };
@@ -940,7 +1018,20 @@ export default class {
940
1018
  };
941
1019
  entrypoints: {
942
1020
  [x: string]: {
943
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html" | "landing-page";
1021
+ type: "email";
1022
+ format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
1023
+ } | {
1024
+ type: "mobile";
1025
+ format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
1026
+ } | {
1027
+ type: "web";
1028
+ format: "website-image" | "website-html-partial" | "website-html-page";
1029
+ } | {
1030
+ type: "landing";
1031
+ format: "landing-image" | "landing-html-partial" | "landing-html-page";
1032
+ } | {
1033
+ type: "raw";
1034
+ format: "raw";
944
1035
  };
945
1036
  };
946
1037
  edges: {
@@ -1018,7 +1109,7 @@ export default class {
1018
1109
  readonly integrations: ({
1019
1110
  code?: string | undefined;
1020
1111
  id: string;
1021
- type: "web-image" | "web-html";
1112
+ type: "web";
1022
1113
  workflowId: string;
1023
1114
  shortId: string;
1024
1115
  includeContext?: boolean | undefined;
@@ -1037,7 +1128,7 @@ export default class {
1037
1128
  } | {
1038
1129
  url: string;
1039
1130
  id: string;
1040
- type: "landing-page";
1131
+ type: "landing";
1041
1132
  parameters: {
1042
1133
  [x: string]: string;
1043
1134
  };
@@ -1045,7 +1136,7 @@ export default class {
1045
1136
  id: string;
1046
1137
  display: string;
1047
1138
  click: string;
1048
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
1139
+ type: "email" | "mobile" | "landing" | "raw";
1049
1140
  parameters: {
1050
1141
  [x: string]: string;
1051
1142
  };
@@ -1104,7 +1195,20 @@ export default class {
1104
1195
  };
1105
1196
  entrypoints: {
1106
1197
  [x: string]: {
1107
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html" | "landing-page";
1198
+ type: "email";
1199
+ format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
1200
+ } | {
1201
+ type: "mobile";
1202
+ format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
1203
+ } | {
1204
+ type: "web";
1205
+ format: "website-image" | "website-html-partial" | "website-html-page";
1206
+ } | {
1207
+ type: "landing";
1208
+ format: "landing-image" | "landing-html-partial" | "landing-html-page";
1209
+ } | {
1210
+ type: "raw";
1211
+ format: "raw";
1108
1212
  };
1109
1213
  };
1110
1214
  edges: {
@@ -1193,7 +1297,7 @@ export default class {
1193
1297
  readonly integrations: ({
1194
1298
  code?: string | undefined;
1195
1299
  id: string;
1196
- type: "web-image" | "web-html";
1300
+ type: "web";
1197
1301
  workflowId: string;
1198
1302
  shortId: string;
1199
1303
  includeContext?: boolean | undefined;
@@ -1212,7 +1316,7 @@ export default class {
1212
1316
  } | {
1213
1317
  url: string;
1214
1318
  id: string;
1215
- type: "landing-page";
1319
+ type: "landing";
1216
1320
  parameters: {
1217
1321
  [x: string]: string;
1218
1322
  };
@@ -1220,7 +1324,7 @@ export default class {
1220
1324
  id: string;
1221
1325
  display: string;
1222
1326
  click: string;
1223
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
1327
+ type: "email" | "mobile" | "landing" | "raw";
1224
1328
  parameters: {
1225
1329
  [x: string]: string;
1226
1330
  };
@@ -1279,7 +1383,20 @@ export default class {
1279
1383
  };
1280
1384
  entrypoints: {
1281
1385
  [x: string]: {
1282
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html" | "landing-page";
1386
+ type: "email";
1387
+ format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
1388
+ } | {
1389
+ type: "mobile";
1390
+ format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
1391
+ } | {
1392
+ type: "web";
1393
+ format: "website-image" | "website-html-partial" | "website-html-page";
1394
+ } | {
1395
+ type: "landing";
1396
+ format: "landing-image" | "landing-html-partial" | "landing-html-page";
1397
+ } | {
1398
+ type: "raw";
1399
+ format: "raw";
1283
1400
  };
1284
1401
  };
1285
1402
  edges: {
@@ -1353,7 +1470,7 @@ export default class {
1353
1470
  id: string;
1354
1471
  indexOrId: string | number;
1355
1472
  'rlvt-u'?: string | string[] | undefined;
1356
- mode?: "debug" | "display" | "click" | "ui-debug" | undefined;
1473
+ mode?: "debug" | "loop" | "display" | "click" | "ui-debug" | undefined;
1357
1474
  'no-cache'?: boolean | undefined;
1358
1475
  'dry-run'?: boolean | undefined;
1359
1476
  'rlvt-redirect'?: string | undefined;
@@ -1378,14 +1495,14 @@ export default class {
1378
1495
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
1379
1496
  data: {
1380
1497
  integrationOptions: ({
1381
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "landing-page";
1498
+ type: "email" | "mobile" | "landing" | "raw";
1382
1499
  parameters: {
1383
1500
  [x: string]: string | null;
1384
1501
  };
1385
1502
  entrypointId?: string | undefined;
1386
1503
  } | {
1387
1504
  code?: string | undefined;
1388
- type: "web-image" | "web-html";
1505
+ type: "web";
1389
1506
  includeContext?: boolean | undefined;
1390
1507
  filters?: {
1391
1508
  type: "and" | "or";
@@ -1412,13 +1529,13 @@ export default class {
1412
1529
  id: string;
1413
1530
  }, data: {
1414
1531
  integrationOptions?: ({
1415
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "landing-page";
1532
+ type: "email" | "mobile" | "landing" | "raw";
1416
1533
  parameters: {
1417
1534
  [key: string]: string | null;
1418
1535
  };
1419
1536
  entrypointId?: string | undefined;
1420
1537
  } | {
1421
- type: "web-image" | "web-html";
1538
+ type: "web";
1422
1539
  filters?: {
1423
1540
  type: "and" | "or";
1424
1541
  conditions: {
@@ -1439,14 +1556,14 @@ export default class {
1439
1556
  data: {
1440
1557
  variableProfileId?: string | undefined;
1441
1558
  integrationOptions: ({
1442
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "landing-page";
1559
+ type: "email" | "mobile" | "landing" | "raw";
1443
1560
  parameters: {
1444
1561
  [x: string]: string | null;
1445
1562
  };
1446
1563
  entrypointId?: string | undefined;
1447
1564
  } | {
1448
1565
  code?: string | undefined;
1449
- type: "web-image" | "web-html";
1566
+ type: "web";
1450
1567
  includeContext?: boolean | undefined;
1451
1568
  filters?: {
1452
1569
  type: "and" | "or";
@@ -43,7 +43,20 @@ export declare type Workflow = {
43
43
  };
44
44
  entrypoints: {
45
45
  [key: string]: {
46
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html" | "landing-page";
46
+ type: "email";
47
+ format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
48
+ } | {
49
+ type: "mobile";
50
+ format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
51
+ } | {
52
+ type: "web";
53
+ format: "website-image" | "website-html-partial" | "website-html-page";
54
+ } | {
55
+ type: "landing";
56
+ format: "landing-image" | "landing-html-partial" | "landing-html-page";
57
+ } | {
58
+ type: "raw";
59
+ format: "raw";
47
60
  };
48
61
  };
49
62
  edges: {
@@ -160,7 +173,7 @@ export declare enum WorkflowStatus {
160
173
  }
161
174
  export declare type SerializedWorkflow = {
162
175
  readonly integrations: (({
163
- type: "web-image" | "web-html";
176
+ type: "web";
164
177
  id: string;
165
178
  workflowId: string;
166
179
  shortId: string;
@@ -179,14 +192,14 @@ export declare type SerializedWorkflow = {
179
192
  selector?: string;
180
193
  emplacement?: "replace" | "before" | "after";
181
194
  } | {
182
- type: "landing-page";
195
+ type: "landing";
183
196
  parameters: {
184
197
  [key: string]: string;
185
198
  };
186
199
  id: string;
187
200
  url: string;
188
201
  } | {
189
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
202
+ type: "email" | "mobile" | "landing" | "raw";
190
203
  parameters: {
191
204
  [key: string]: string;
192
205
  };
@@ -302,7 +315,7 @@ export declare type SuccessResponse = {
302
315
  [key: string]: string[];
303
316
  };
304
317
  };
305
- export declare type SuccessResponse_integrationOptions_Array_Union_type_Union_email_raw_mobile_push_image_mobile_inbox_image_mobile_app_image_landing_page_parameters_Record_entrypointId_Union_undefined_string_type_Union_web_image_web_html_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 = {
318
+ export declare type SuccessResponse_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 = {
306
319
  status: "success";
307
320
  program: string;
308
321
  version: string;
@@ -311,13 +324,13 @@ export declare type SuccessResponse_integrationOptions_Array_Union_type_Union_em
311
324
  message: string;
312
325
  data: {
313
326
  integrationOptions: ({
314
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "landing-page";
327
+ type: "email" | "mobile" | "landing" | "raw";
315
328
  parameters: {
316
329
  [key: string]: string | null;
317
330
  };
318
331
  entrypointId?: string;
319
332
  } | {
320
- type: "web-image" | "web-html";
333
+ type: "web";
321
334
  filters?: {
322
335
  type: "and" | "or";
323
336
  conditions: {
@@ -335,7 +348,7 @@ export declare type SuccessResponse_integrationOptions_Array_Union_type_Union_em
335
348
  })[];
336
349
  };
337
350
  };
338
- export declare type SuccessResponse_integrationOptions_Array_Union_type_Union_email_raw_mobile_push_image_mobile_inbox_image_mobile_app_image_landing_page_parameters_Record_entrypointId_Union_undefined_string_type_Union_web_image_web_html_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_variableProfileId_Union_undefined_string = {
351
+ export declare type SuccessResponse_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_variableProfileId_Union_undefined_string = {
339
352
  status: "success";
340
353
  program: string;
341
354
  version: string;
@@ -344,13 +357,13 @@ export declare type SuccessResponse_integrationOptions_Array_Union_type_Union_em
344
357
  message: string;
345
358
  data: {
346
359
  integrationOptions: ({
347
- type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "landing-page";
360
+ type: "email" | "mobile" | "landing" | "raw";
348
361
  parameters: {
349
362
  [key: string]: string | null;
350
363
  };
351
364
  entrypointId?: string;
352
365
  } | {
353
- type: "web-image" | "web-html";
366
+ type: "web";
354
367
  filters?: {
355
368
  type: "and" | "or";
356
369
  conditions: {
@@ -17,4 +17,4 @@ var WorkflowStatus;
17
17
  WorkflowStatus["ERROR"] = "error";
18
18
  WorkflowStatus["INACTIVE"] = "inactive";
19
19
  })(WorkflowStatus = exports.WorkflowStatus || (exports.WorkflowStatus = {}));
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBeUdwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUE2REQsSUFBWSxjQU1YO0FBTkQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0lBQ2YsdUNBQXFCLENBQUE7QUFDekIsQ0FBQyxFQU5XLGNBQWMsR0FBZCxzQkFBYyxLQUFkLHNCQUFjLFFBTXpCIn0=
20
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBc0hwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUE2REQsSUFBWSxjQU1YO0FBTkQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0lBQ2YsdUNBQXFCLENBQUE7QUFDekIsQ0FBQyxFQU5XLGNBQWMsR0FBZCxzQkFBYyxLQUFkLHNCQUFjLFFBTXpCIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.611+857a1b6",
3
+ "version": "1.0.613+6b3f8a9",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",