@rlvt/workflows-openapi-client 1.0.558 → 1.0.559

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
@@ -121,15 +121,15 @@ export default class {
121
121
  resourceGroupIds: string[];
122
122
  description?: string | undefined;
123
123
  readonly urls?: ({
124
- display?: string | undefined;
125
- click?: unknown;
124
+ click: string;
125
+ display: string;
126
126
  type: "landing-page";
127
127
  parameters: {
128
128
  [x: string]: string;
129
129
  };
130
130
  } | {
131
- display: string;
132
131
  click: string;
132
+ display: string;
133
133
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
134
134
  parameters: {
135
135
  [x: string]: string;
@@ -272,15 +272,15 @@ export default class {
272
272
  resourceGroupIds: string[];
273
273
  description?: string | undefined;
274
274
  readonly urls?: ({
275
- display?: string | undefined;
276
- click?: unknown;
275
+ click: string;
276
+ display: string;
277
277
  type: "landing-page";
278
278
  parameters: {
279
279
  [x: string]: string;
280
280
  };
281
281
  } | {
282
- display: string;
283
282
  click: string;
283
+ display: string;
284
284
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
285
285
  parameters: {
286
286
  [x: string]: string;
@@ -421,15 +421,15 @@ export default class {
421
421
  resourceGroupIds: string[];
422
422
  description?: string | undefined;
423
423
  readonly urls?: ({
424
- display?: string | undefined;
425
- click?: unknown;
424
+ click: string;
425
+ display: string;
426
426
  type: "landing-page";
427
427
  parameters: {
428
428
  [x: string]: string;
429
429
  };
430
430
  } | {
431
- display: string;
432
431
  click: string;
432
+ display: string;
433
433
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
434
434
  parameters: {
435
435
  [x: string]: string;
@@ -625,15 +625,15 @@ export default class {
625
625
  resourceGroupIds: string[];
626
626
  description?: string | undefined;
627
627
  readonly urls?: ({
628
- display?: string | undefined;
629
- click?: unknown;
628
+ click: string;
629
+ display: string;
630
630
  type: "landing-page";
631
631
  parameters: {
632
632
  [x: string]: string;
633
633
  };
634
634
  } | {
635
- display: string;
636
635
  click: string;
636
+ display: string;
637
637
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
638
638
  parameters: {
639
639
  [x: string]: string;
@@ -782,15 +782,15 @@ export default class {
782
782
  resourceGroupIds: string[];
783
783
  description?: string | undefined;
784
784
  readonly urls?: ({
785
- display?: string | undefined;
786
- click?: unknown;
785
+ click: string;
786
+ display: string;
787
787
  type: "landing-page";
788
788
  parameters: {
789
789
  [x: string]: string;
790
790
  };
791
791
  } | {
792
- display: string;
793
792
  click: string;
793
+ display: string;
794
794
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
795
795
  parameters: {
796
796
  [x: string]: string;
@@ -928,15 +928,15 @@ export default class {
928
928
  resourceGroupIds: string[];
929
929
  description?: string | undefined;
930
930
  readonly urls?: ({
931
- display?: string | undefined;
932
- click?: unknown;
931
+ click: string;
932
+ display: string;
933
933
  type: "landing-page";
934
934
  parameters: {
935
935
  [x: string]: string;
936
936
  };
937
937
  } | {
938
- display: string;
939
938
  click: string;
939
+ display: string;
940
940
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
941
941
  parameters: {
942
942
  [x: string]: string;
@@ -1084,15 +1084,15 @@ export default class {
1084
1084
  resourceGroupIds: string[];
1085
1085
  description?: string | undefined;
1086
1086
  readonly urls?: ({
1087
- display?: string | undefined;
1088
- click?: unknown;
1087
+ click: string;
1088
+ display: string;
1089
1089
  type: "landing-page";
1090
1090
  parameters: {
1091
1091
  [x: string]: string;
1092
1092
  };
1093
1093
  } | {
1094
- display: string;
1095
1094
  click: string;
1095
+ display: string;
1096
1096
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
1097
1097
  parameters: {
1098
1098
  [x: string]: string;
@@ -1228,7 +1228,7 @@ export default class {
1228
1228
  id: string;
1229
1229
  indexOrId: string | number;
1230
1230
  'rlvt-u'?: string | string[] | undefined;
1231
- mode?: "debug" | "display" | "click" | "ui-debug" | undefined;
1231
+ mode?: "debug" | "click" | "display" | "ui-debug" | undefined;
1232
1232
  'no-cache'?: boolean | undefined;
1233
1233
  'dry-run'?: boolean | undefined;
1234
1234
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<unknown, any>>;
@@ -157,11 +157,11 @@ export declare enum WorkflowStatus {
157
157
  export declare type SerializedWorkflow = {
158
158
  readonly urls?: (({
159
159
  type: "landing-page";
160
+ click: string;
160
161
  parameters: {
161
162
  [key: string]: string;
162
163
  };
163
- display?: string;
164
- click?: unknown;
164
+ display: string;
165
165
  } | {
166
166
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
167
167
  parameters: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.558+e0061b1",
3
+ "version": "1.0.559+a17f056",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",