@rlvt/workflows-openapi-client 1.0.715 → 1.0.717

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
@@ -80,25 +80,25 @@ export default class {
80
80
  entrypoints: {
81
81
  [x: string]: {
82
82
  type: "email";
83
- format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
83
+ format: "header-image" | "banner-top-image" | "banner-bottom-image" | "hero-image" | "content-image" | "terms-image" | "email-content";
84
84
  } | {
85
85
  type: "mobile";
86
- format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
86
+ format: "push-image" | "in-app-image" | "inbox-image";
87
87
  } | {
88
88
  type: "web";
89
- format: "website-image" | "website-html-partial" | "website-html-page";
89
+ format: "embed-image" | "embed-html" | "page-html";
90
90
  } | {
91
91
  type: "landing";
92
- format: "landing-image" | "landing-html-partial" | "landing-html-page";
92
+ format: "embed-image" | "embed-html" | "page-html";
93
93
  } | {
94
94
  type: "rcs";
95
- format: "rcs-card-image" | "rcs-carousel-image";
95
+ format: "card-image" | "carousel-image";
96
96
  } | {
97
97
  type: "whatsapp";
98
- format: "whatsapp-header-image";
98
+ format: "header-image";
99
99
  } | {
100
100
  type: "raw";
101
- format: "raw";
101
+ format: "json";
102
102
  };
103
103
  };
104
104
  edges: {
@@ -235,25 +235,25 @@ export default class {
235
235
  entrypoints: {
236
236
  [x: string]: {
237
237
  type: "email";
238
- format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
238
+ format: "header-image" | "banner-top-image" | "banner-bottom-image" | "hero-image" | "content-image" | "terms-image" | "email-content";
239
239
  } | {
240
240
  type: "mobile";
241
- format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
241
+ format: "push-image" | "in-app-image" | "inbox-image";
242
242
  } | {
243
243
  type: "web";
244
- format: "website-image" | "website-html-partial" | "website-html-page";
244
+ format: "embed-image" | "embed-html" | "page-html";
245
245
  } | {
246
246
  type: "landing";
247
- format: "landing-image" | "landing-html-partial" | "landing-html-page";
247
+ format: "embed-image" | "embed-html" | "page-html";
248
248
  } | {
249
249
  type: "rcs";
250
- format: "rcs-card-image" | "rcs-carousel-image";
250
+ format: "card-image" | "carousel-image";
251
251
  } | {
252
252
  type: "whatsapp";
253
- format: "whatsapp-header-image";
253
+ format: "header-image";
254
254
  } | {
255
255
  type: "raw";
256
- format: "raw";
256
+ format: "json";
257
257
  };
258
258
  };
259
259
  edges: {
@@ -437,25 +437,25 @@ export default class {
437
437
  entrypoints: {
438
438
  [x: string]: {
439
439
  type: "email";
440
- format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
440
+ format: "header-image" | "banner-top-image" | "banner-bottom-image" | "hero-image" | "content-image" | "terms-image" | "email-content";
441
441
  } | {
442
442
  type: "mobile";
443
- format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
443
+ format: "push-image" | "in-app-image" | "inbox-image";
444
444
  } | {
445
445
  type: "web";
446
- format: "website-image" | "website-html-partial" | "website-html-page";
446
+ format: "embed-image" | "embed-html" | "page-html";
447
447
  } | {
448
448
  type: "landing";
449
- format: "landing-image" | "landing-html-partial" | "landing-html-page";
449
+ format: "embed-image" | "embed-html" | "page-html";
450
450
  } | {
451
451
  type: "rcs";
452
- format: "rcs-card-image" | "rcs-carousel-image";
452
+ format: "card-image" | "carousel-image";
453
453
  } | {
454
454
  type: "whatsapp";
455
- format: "whatsapp-header-image";
455
+ format: "header-image";
456
456
  } | {
457
457
  type: "raw";
458
- format: "raw";
458
+ format: "json";
459
459
  };
460
460
  };
461
461
  edges: {
@@ -637,25 +637,25 @@ export default class {
637
637
  entrypoints: {
638
638
  [x: string]: {
639
639
  type: "email";
640
- format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
640
+ format: "header-image" | "banner-top-image" | "banner-bottom-image" | "hero-image" | "content-image" | "terms-image" | "email-content";
641
641
  } | {
642
642
  type: "mobile";
643
- format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
643
+ format: "push-image" | "in-app-image" | "inbox-image";
644
644
  } | {
645
645
  type: "web";
646
- format: "website-image" | "website-html-partial" | "website-html-page";
646
+ format: "embed-image" | "embed-html" | "page-html";
647
647
  } | {
648
648
  type: "landing";
649
- format: "landing-image" | "landing-html-partial" | "landing-html-page";
649
+ format: "embed-image" | "embed-html" | "page-html";
650
650
  } | {
651
651
  type: "rcs";
652
- format: "rcs-card-image" | "rcs-carousel-image";
652
+ format: "card-image" | "carousel-image";
653
653
  } | {
654
654
  type: "whatsapp";
655
- format: "whatsapp-header-image";
655
+ format: "header-image";
656
656
  } | {
657
657
  type: "raw";
658
- format: "raw";
658
+ format: "json";
659
659
  };
660
660
  };
661
661
  edges: {
@@ -783,25 +783,25 @@ export default class {
783
783
  entrypoints: {
784
784
  [x: string]: {
785
785
  type: "email";
786
- format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
786
+ format: "header-image" | "banner-top-image" | "banner-bottom-image" | "hero-image" | "content-image" | "terms-image" | "email-content";
787
787
  } | {
788
788
  type: "mobile";
789
- format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
789
+ format: "push-image" | "in-app-image" | "inbox-image";
790
790
  } | {
791
791
  type: "web";
792
- format: "website-image" | "website-html-partial" | "website-html-page";
792
+ format: "embed-image" | "embed-html" | "page-html";
793
793
  } | {
794
794
  type: "landing";
795
- format: "landing-image" | "landing-html-partial" | "landing-html-page";
795
+ format: "embed-image" | "embed-html" | "page-html";
796
796
  } | {
797
797
  type: "rcs";
798
- format: "rcs-card-image" | "rcs-carousel-image";
798
+ format: "card-image" | "carousel-image";
799
799
  } | {
800
800
  type: "whatsapp";
801
- format: "whatsapp-header-image";
801
+ format: "header-image";
802
802
  } | {
803
803
  type: "raw";
804
- format: "raw";
804
+ format: "json";
805
805
  };
806
806
  };
807
807
  edges: {
@@ -916,25 +916,25 @@ export default class {
916
916
  entrypoints: {
917
917
  [x: string]: {
918
918
  type: "email";
919
- format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
919
+ format: "header-image" | "banner-top-image" | "banner-bottom-image" | "hero-image" | "content-image" | "terms-image" | "email-content";
920
920
  } | {
921
921
  type: "mobile";
922
- format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
922
+ format: "push-image" | "in-app-image" | "inbox-image";
923
923
  } | {
924
924
  type: "web";
925
- format: "website-image" | "website-html-partial" | "website-html-page";
925
+ format: "embed-image" | "embed-html" | "page-html";
926
926
  } | {
927
927
  type: "landing";
928
- format: "landing-image" | "landing-html-partial" | "landing-html-page";
928
+ format: "embed-image" | "embed-html" | "page-html";
929
929
  } | {
930
930
  type: "rcs";
931
- format: "rcs-card-image" | "rcs-carousel-image";
931
+ format: "card-image" | "carousel-image";
932
932
  } | {
933
933
  type: "whatsapp";
934
- format: "whatsapp-header-image";
934
+ format: "header-image";
935
935
  } | {
936
936
  type: "raw";
937
- format: "raw";
937
+ format: "json";
938
938
  };
939
939
  };
940
940
  edges: {
@@ -1126,25 +1126,25 @@ export default class {
1126
1126
  entrypoints: {
1127
1127
  [x: string]: {
1128
1128
  type: "email";
1129
- format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
1129
+ format: "header-image" | "banner-top-image" | "banner-bottom-image" | "hero-image" | "content-image" | "terms-image" | "email-content";
1130
1130
  } | {
1131
1131
  type: "mobile";
1132
- format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
1132
+ format: "push-image" | "in-app-image" | "inbox-image";
1133
1133
  } | {
1134
1134
  type: "web";
1135
- format: "website-image" | "website-html-partial" | "website-html-page";
1135
+ format: "embed-image" | "embed-html" | "page-html";
1136
1136
  } | {
1137
1137
  type: "landing";
1138
- format: "landing-image" | "landing-html-partial" | "landing-html-page";
1138
+ format: "embed-image" | "embed-html" | "page-html";
1139
1139
  } | {
1140
1140
  type: "rcs";
1141
- format: "rcs-card-image" | "rcs-carousel-image";
1141
+ format: "card-image" | "carousel-image";
1142
1142
  } | {
1143
1143
  type: "whatsapp";
1144
- format: "whatsapp-header-image";
1144
+ format: "header-image";
1145
1145
  } | {
1146
1146
  type: "raw";
1147
- format: "raw";
1147
+ format: "json";
1148
1148
  };
1149
1149
  };
1150
1150
  edges: {
@@ -1323,25 +1323,25 @@ export default class {
1323
1323
  entrypoints: {
1324
1324
  [x: string]: {
1325
1325
  type: "email";
1326
- format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
1326
+ format: "header-image" | "banner-top-image" | "banner-bottom-image" | "hero-image" | "content-image" | "terms-image" | "email-content";
1327
1327
  } | {
1328
1328
  type: "mobile";
1329
- format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
1329
+ format: "push-image" | "in-app-image" | "inbox-image";
1330
1330
  } | {
1331
1331
  type: "web";
1332
- format: "website-image" | "website-html-partial" | "website-html-page";
1332
+ format: "embed-image" | "embed-html" | "page-html";
1333
1333
  } | {
1334
1334
  type: "landing";
1335
- format: "landing-image" | "landing-html-partial" | "landing-html-page";
1335
+ format: "embed-image" | "embed-html" | "page-html";
1336
1336
  } | {
1337
1337
  type: "rcs";
1338
- format: "rcs-card-image" | "rcs-carousel-image";
1338
+ format: "card-image" | "carousel-image";
1339
1339
  } | {
1340
1340
  type: "whatsapp";
1341
- format: "whatsapp-header-image";
1341
+ format: "header-image";
1342
1342
  } | {
1343
1343
  type: "raw";
1344
- format: "raw";
1344
+ format: "json";
1345
1345
  };
1346
1346
  };
1347
1347
  edges: {
@@ -1539,25 +1539,25 @@ export default class {
1539
1539
  entrypoints: {
1540
1540
  [x: string]: {
1541
1541
  type: "email";
1542
- format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
1542
+ format: "header-image" | "banner-top-image" | "banner-bottom-image" | "hero-image" | "content-image" | "terms-image" | "email-content";
1543
1543
  } | {
1544
1544
  type: "mobile";
1545
- format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
1545
+ format: "push-image" | "in-app-image" | "inbox-image";
1546
1546
  } | {
1547
1547
  type: "web";
1548
- format: "website-image" | "website-html-partial" | "website-html-page";
1548
+ format: "embed-image" | "embed-html" | "page-html";
1549
1549
  } | {
1550
1550
  type: "landing";
1551
- format: "landing-image" | "landing-html-partial" | "landing-html-page";
1551
+ format: "embed-image" | "embed-html" | "page-html";
1552
1552
  } | {
1553
1553
  type: "rcs";
1554
- format: "rcs-card-image" | "rcs-carousel-image";
1554
+ format: "card-image" | "carousel-image";
1555
1555
  } | {
1556
1556
  type: "whatsapp";
1557
- format: "whatsapp-header-image";
1557
+ format: "header-image";
1558
1558
  } | {
1559
1559
  type: "raw";
1560
- format: "raw";
1560
+ format: "json";
1561
1561
  };
1562
1562
  };
1563
1563
  edges: {
@@ -44,25 +44,25 @@ export declare type Workflow = {
44
44
  entrypoints: {
45
45
  [key: string]: {
46
46
  type: "email";
47
- format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
47
+ format: "header-image" | "banner-top-image" | "banner-bottom-image" | "hero-image" | "content-image" | "terms-image" | "email-content";
48
48
  } | {
49
49
  type: "mobile";
50
- format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
50
+ format: "push-image" | "in-app-image" | "inbox-image";
51
51
  } | {
52
52
  type: "web";
53
- format: "website-image" | "website-html-partial" | "website-html-page";
53
+ format: "embed-image" | "embed-html" | "page-html";
54
54
  } | {
55
55
  type: "landing";
56
- format: "landing-image" | "landing-html-partial" | "landing-html-page";
56
+ format: "embed-image" | "embed-html" | "page-html";
57
57
  } | {
58
58
  type: "rcs";
59
- format: "rcs-card-image" | "rcs-carousel-image";
59
+ format: "card-image" | "carousel-image";
60
60
  } | {
61
61
  type: "whatsapp";
62
- format: "whatsapp-header-image";
62
+ format: "header-image";
63
63
  } | {
64
64
  type: "raw";
65
- format: "raw";
65
+ format: "json";
66
66
  };
67
67
  };
68
68
  edges: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.715+d1a0d80",
3
+ "version": "1.0.717+69eef65",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",