@rlvt/workflows-openapi-client 1.0.613 → 1.0.614

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
@@ -69,7 +69,7 @@ export default class {
69
69
  format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
70
70
  } | {
71
71
  type: "mobile";
72
- format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
72
+ format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
73
73
  } | {
74
74
  type: "web";
75
75
  format: "website-image" | "website-html-partial" | "website-html-page";
@@ -229,7 +229,7 @@ export default class {
229
229
  format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
230
230
  } | {
231
231
  type: "mobile";
232
- format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
232
+ format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
233
233
  } | {
234
234
  type: "web";
235
235
  format: "website-image" | "website-html-partial" | "website-html-page";
@@ -411,7 +411,7 @@ export default class {
411
411
  format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
412
412
  } | {
413
413
  type: "mobile";
414
- format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
414
+ format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
415
415
  } | {
416
416
  type: "web";
417
417
  format: "website-image" | "website-html-partial" | "website-html-page";
@@ -591,7 +591,7 @@ export default class {
591
591
  format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
592
592
  } | {
593
593
  type: "mobile";
594
- format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
594
+ format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
595
595
  } | {
596
596
  type: "web";
597
597
  format: "website-image" | "website-html-partial" | "website-html-page";
@@ -699,7 +699,7 @@ export default class {
699
699
  format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
700
700
  } | {
701
701
  type: "mobile";
702
- format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
702
+ format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
703
703
  } | {
704
704
  type: "web";
705
705
  format: "website-image" | "website-html-partial" | "website-html-page";
@@ -834,7 +834,7 @@ export default class {
834
834
  format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
835
835
  } | {
836
836
  type: "mobile";
837
- format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
837
+ format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
838
838
  } | {
839
839
  type: "web";
840
840
  format: "website-image" | "website-html-partial" | "website-html-page";
@@ -1022,7 +1022,7 @@ export default class {
1022
1022
  format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
1023
1023
  } | {
1024
1024
  type: "mobile";
1025
- format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
1025
+ format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
1026
1026
  } | {
1027
1027
  type: "web";
1028
1028
  format: "website-image" | "website-html-partial" | "website-html-page";
@@ -1199,7 +1199,7 @@ export default class {
1199
1199
  format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
1200
1200
  } | {
1201
1201
  type: "mobile";
1202
- format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
1202
+ format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
1203
1203
  } | {
1204
1204
  type: "web";
1205
1205
  format: "website-image" | "website-html-partial" | "website-html-page";
@@ -1387,7 +1387,7 @@ export default class {
1387
1387
  format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
1388
1388
  } | {
1389
1389
  type: "mobile";
1390
- format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
1390
+ format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
1391
1391
  } | {
1392
1392
  type: "web";
1393
1393
  format: "website-image" | "website-html-partial" | "website-html-page";
@@ -47,7 +47,7 @@ export declare type Workflow = {
47
47
  format: "email-header" | "email-banner-top" | "email-banner-bottom" | "email-hero" | "email-content" | "email-terms";
48
48
  } | {
49
49
  type: "mobile";
50
- format: "mobile-push-image" | "mobile-push-text" | "mobile-push-bottom";
50
+ format: "mobile-push-image" | "mobile-app-image" | "mobile-inbox-image";
51
51
  } | {
52
52
  type: "web";
53
53
  format: "website-image" | "website-html-partial" | "website-html-page";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.613+6b3f8a9",
3
+ "version": "1.0.614+8232987",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",