@rlvt/workflows-openapi-client 1.0.131 → 1.0.132

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
@@ -190,6 +190,7 @@ export default class {
190
190
  readonly urls?: {
191
191
  click: string;
192
192
  display: string;
193
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
193
194
  }[];
194
195
  readonly status: (WorkflowStatus.DRAFT & {
195
196
  readonly?: "__readonly";
@@ -295,6 +296,7 @@ export default class {
295
296
  readonly urls?: {
296
297
  click: string;
297
298
  display: string;
299
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
298
300
  }[];
299
301
  readonly status: (WorkflowStatus.DRAFT & {
300
302
  readonly?: "__readonly";
@@ -399,6 +401,7 @@ export default class {
399
401
  readonly urls?: {
400
402
  click: string;
401
403
  display: string;
404
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
402
405
  }[];
403
406
  readonly status: (WorkflowStatus.DRAFT & {
404
407
  readonly?: "__readonly";
@@ -540,6 +543,7 @@ export default class {
540
543
  readonly urls?: {
541
544
  click: string;
542
545
  display: string;
546
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
543
547
  }[];
544
548
  readonly status: (WorkflowStatus.DRAFT & {
545
549
  readonly?: "__readonly";
@@ -654,6 +658,7 @@ export default class {
654
658
  readonly urls?: {
655
659
  click: string;
656
660
  display: string;
661
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
657
662
  }[];
658
663
  readonly status: (WorkflowStatus.DRAFT & {
659
664
  readonly?: "__readonly";
@@ -757,6 +762,7 @@ export default class {
757
762
  readonly urls?: {
758
763
  click: string;
759
764
  display: string;
765
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
760
766
  }[];
761
767
  readonly status: (WorkflowStatus.DRAFT & {
762
768
  readonly?: "__readonly";
@@ -110,6 +110,7 @@ export declare type SerializedWorkflow = {
110
110
  name: string;
111
111
  description?: string;
112
112
  readonly urls?: ({
113
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
113
114
  display: string;
114
115
  click: string;
115
116
  }[]) & readonlyP;
@@ -131,6 +132,7 @@ export declare type Partial_SerializedWorkflow = {
131
132
  name?: string;
132
133
  description?: string;
133
134
  readonly urls?: ({
135
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
134
136
  display: string;
135
137
  click: string;
136
138
  }[]) & readonlyP;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.131+b7c279d",
3
+ "version": "1.0.132+aa500c7",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",