@rlvt/workflows-openapi-client 1.0.129 → 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
@@ -33,6 +33,7 @@ export default class {
33
33
  code?: number;
34
34
  message: string;
35
35
  data: {
36
+ description?: string;
36
37
  readonly id: string & {
37
38
  readonly?: "__readonly";
38
39
  };
@@ -41,13 +42,13 @@ export default class {
41
42
  };
42
43
  name: string;
43
44
  icon: string;
44
- slug: string;
45
+ slug?: string;
45
46
  categories: string[];
46
47
  feature?: string;
47
48
  template: {
48
49
  entrypoints: {
49
50
  node: string;
50
- type: "email" | "raw";
51
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
51
52
  }[];
52
53
  nodes: {
53
54
  [x: string]: {
@@ -143,7 +144,7 @@ export default class {
143
144
  definition: {
144
145
  entrypoints: {
145
146
  node: string;
146
- type: "email" | "raw";
147
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
147
148
  }[];
148
149
  nodes: {
149
150
  [x: string]: {
@@ -189,6 +190,7 @@ export default class {
189
190
  readonly urls?: {
190
191
  click: string;
191
192
  display: string;
193
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
192
194
  }[];
193
195
  readonly status: (WorkflowStatus.DRAFT & {
194
196
  readonly?: "__readonly";
@@ -248,7 +250,7 @@ export default class {
248
250
  definition: {
249
251
  entrypoints: {
250
252
  node: string;
251
- type: "email" | "raw";
253
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
252
254
  }[];
253
255
  nodes: {
254
256
  [x: string]: {
@@ -294,6 +296,7 @@ export default class {
294
296
  readonly urls?: {
295
297
  click: string;
296
298
  display: string;
299
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
297
300
  }[];
298
301
  readonly status: (WorkflowStatus.DRAFT & {
299
302
  readonly?: "__readonly";
@@ -352,7 +355,7 @@ export default class {
352
355
  definition: {
353
356
  entrypoints: {
354
357
  node: string;
355
- type: "email" | "raw";
358
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
356
359
  }[];
357
360
  nodes: {
358
361
  [x: string]: {
@@ -398,6 +401,7 @@ export default class {
398
401
  readonly urls?: {
399
402
  click: string;
400
403
  display: string;
404
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
401
405
  }[];
402
406
  readonly status: (WorkflowStatus.DRAFT & {
403
407
  readonly?: "__readonly";
@@ -423,7 +427,7 @@ export default class {
423
427
  definition?: {
424
428
  entrypoints: {
425
429
  node: string;
426
- type: "email" | "raw";
430
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
427
431
  }[];
428
432
  nodes: {
429
433
  [x: string]: {
@@ -493,7 +497,7 @@ export default class {
493
497
  definition: {
494
498
  entrypoints: {
495
499
  node: string;
496
- type: "email" | "raw";
500
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
497
501
  }[];
498
502
  nodes: {
499
503
  [x: string]: {
@@ -539,6 +543,7 @@ export default class {
539
543
  readonly urls?: {
540
544
  click: string;
541
545
  display: string;
546
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
542
547
  }[];
543
548
  readonly status: (WorkflowStatus.DRAFT & {
544
549
  readonly?: "__readonly";
@@ -607,7 +612,7 @@ export default class {
607
612
  definition: {
608
613
  entrypoints: {
609
614
  node: string;
610
- type: "email" | "raw";
615
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
611
616
  }[];
612
617
  nodes: {
613
618
  [x: string]: {
@@ -653,6 +658,7 @@ export default class {
653
658
  readonly urls?: {
654
659
  click: string;
655
660
  display: string;
661
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
656
662
  }[];
657
663
  readonly status: (WorkflowStatus.DRAFT & {
658
664
  readonly?: "__readonly";
@@ -710,7 +716,7 @@ export default class {
710
716
  definition: {
711
717
  entrypoints: {
712
718
  node: string;
713
- type: "email" | "raw";
719
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
714
720
  }[];
715
721
  nodes: {
716
722
  [x: string]: {
@@ -756,6 +762,7 @@ export default class {
756
762
  readonly urls?: {
757
763
  click: string;
758
764
  display: string;
765
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
759
766
  }[];
760
767
  readonly status: (WorkflowStatus.DRAFT & {
761
768
  readonly?: "__readonly";
@@ -21,7 +21,7 @@ export declare type AnyValue = unknown | null;
21
21
  export declare type Workflow = {
22
22
  entrypoints: {
23
23
  node: string;
24
- type: "email" | "raw";
24
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
25
25
  }[];
26
26
  nodes: {
27
27
  [key: string]: {
@@ -53,7 +53,8 @@ export declare type SerializedWorkflowTemplate = {
53
53
  readonly companyId?: (string) & readonlyP;
54
54
  name: string;
55
55
  icon: string;
56
- slug: string;
56
+ slug?: string;
57
+ description?: string;
57
58
  categories: string[];
58
59
  feature?: string;
59
60
  template: Workflow;
@@ -109,6 +110,7 @@ export declare type SerializedWorkflow = {
109
110
  name: string;
110
111
  description?: string;
111
112
  readonly urls?: ({
113
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
112
114
  display: string;
113
115
  click: string;
114
116
  }[]) & readonlyP;
@@ -130,6 +132,7 @@ export declare type Partial_SerializedWorkflow = {
130
132
  name?: string;
131
133
  description?: string;
132
134
  readonly urls?: ({
135
+ type: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image";
133
136
  display: string;
134
137
  click: string;
135
138
  }[]) & readonlyP;
@@ -16,4 +16,4 @@ var WorkflowStatus;
16
16
  WorkflowStatus["PUBLISHED"] = "published";
17
17
  WorkflowStatus["ERROR"] = "error";
18
18
  })(WorkflowStatus = exports.WorkflowStatus || (exports.WorkflowStatus = {}));
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBK0VwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUE2QkQsSUFBWSxjQUtYO0FBTEQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQUt6QiJ9
19
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBZ0ZwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUE2QkQsSUFBWSxjQUtYO0FBTEQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQUt6QiJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.129+1e38224",
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",