@rlvt/workflows-openapi-client 1.0.557 → 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,13 +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
- parameters: unknown;
127
+ parameters: {
128
+ [x: string]: string;
129
+ };
128
130
  } | {
129
- display: string;
130
131
  click: string;
132
+ display: string;
131
133
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
132
134
  parameters: {
133
135
  [x: string]: string;
@@ -270,13 +272,15 @@ export default class {
270
272
  resourceGroupIds: string[];
271
273
  description?: string | undefined;
272
274
  readonly urls?: ({
273
- display?: string | undefined;
274
- click?: unknown;
275
+ click: string;
276
+ display: string;
275
277
  type: "landing-page";
276
- parameters: unknown;
278
+ parameters: {
279
+ [x: string]: string;
280
+ };
277
281
  } | {
278
- display: string;
279
282
  click: string;
283
+ display: string;
280
284
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
281
285
  parameters: {
282
286
  [x: string]: string;
@@ -417,13 +421,15 @@ export default class {
417
421
  resourceGroupIds: string[];
418
422
  description?: string | undefined;
419
423
  readonly urls?: ({
420
- display?: string | undefined;
421
- click?: unknown;
424
+ click: string;
425
+ display: string;
422
426
  type: "landing-page";
423
- parameters: unknown;
427
+ parameters: {
428
+ [x: string]: string;
429
+ };
424
430
  } | {
425
- display: string;
426
431
  click: string;
432
+ display: string;
427
433
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
428
434
  parameters: {
429
435
  [x: string]: string;
@@ -619,13 +625,15 @@ export default class {
619
625
  resourceGroupIds: string[];
620
626
  description?: string | undefined;
621
627
  readonly urls?: ({
622
- display?: string | undefined;
623
- click?: unknown;
628
+ click: string;
629
+ display: string;
624
630
  type: "landing-page";
625
- parameters: unknown;
631
+ parameters: {
632
+ [x: string]: string;
633
+ };
626
634
  } | {
627
- display: string;
628
635
  click: string;
636
+ display: string;
629
637
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
630
638
  parameters: {
631
639
  [x: string]: string;
@@ -774,13 +782,15 @@ export default class {
774
782
  resourceGroupIds: string[];
775
783
  description?: string | undefined;
776
784
  readonly urls?: ({
777
- display?: string | undefined;
778
- click?: unknown;
785
+ click: string;
786
+ display: string;
779
787
  type: "landing-page";
780
- parameters: unknown;
788
+ parameters: {
789
+ [x: string]: string;
790
+ };
781
791
  } | {
782
- display: string;
783
792
  click: string;
793
+ display: string;
784
794
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
785
795
  parameters: {
786
796
  [x: string]: string;
@@ -918,13 +928,15 @@ export default class {
918
928
  resourceGroupIds: string[];
919
929
  description?: string | undefined;
920
930
  readonly urls?: ({
921
- display?: string | undefined;
922
- click?: unknown;
931
+ click: string;
932
+ display: string;
923
933
  type: "landing-page";
924
- parameters: unknown;
934
+ parameters: {
935
+ [x: string]: string;
936
+ };
925
937
  } | {
926
- display: string;
927
938
  click: string;
939
+ display: string;
928
940
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
929
941
  parameters: {
930
942
  [x: string]: string;
@@ -1072,13 +1084,15 @@ export default class {
1072
1084
  resourceGroupIds: string[];
1073
1085
  description?: string | undefined;
1074
1086
  readonly urls?: ({
1075
- display?: string | undefined;
1076
- click?: unknown;
1087
+ click: string;
1088
+ display: string;
1077
1089
  type: "landing-page";
1078
- parameters: unknown;
1090
+ parameters: {
1091
+ [x: string]: string;
1092
+ };
1079
1093
  } | {
1080
- display: string;
1081
1094
  click: string;
1095
+ display: string;
1082
1096
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
1083
1097
  parameters: {
1084
1098
  [x: string]: string;
@@ -1214,7 +1228,7 @@ export default class {
1214
1228
  id: string;
1215
1229
  indexOrId: string | number;
1216
1230
  'rlvt-u'?: string | string[] | undefined;
1217
- mode?: "debug" | "display" | "click" | "ui-debug" | undefined;
1231
+ mode?: "debug" | "click" | "display" | "ui-debug" | undefined;
1218
1232
  'no-cache'?: boolean | undefined;
1219
1233
  'dry-run'?: boolean | undefined;
1220
1234
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<unknown, any>>;
@@ -157,9 +157,11 @@ export declare enum WorkflowStatus {
157
157
  export declare type SerializedWorkflow = {
158
158
  readonly urls?: (({
159
159
  type: "landing-page";
160
- parameters: {};
161
- display?: string;
162
- click?: unknown;
160
+ click: string;
161
+ parameters: {
162
+ [key: string]: string;
163
+ };
164
+ display: string;
163
165
  } | {
164
166
  type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html";
165
167
  parameters: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.557+ccb7f88",
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",