@rlvt/workflows-openapi-client 1.0.579 → 1.0.581
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 +16 -16
- package/build/definitions.d.ts +2 -2
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -129,7 +129,7 @@ export default class {
|
|
|
129
129
|
id: string;
|
|
130
130
|
display?: unknown;
|
|
131
131
|
click?: unknown;
|
|
132
|
-
type: "web-html";
|
|
132
|
+
type: "web-image" | "web-html";
|
|
133
133
|
workflowId: string;
|
|
134
134
|
shortId: string;
|
|
135
135
|
includeContext?: boolean | undefined;
|
|
@@ -168,7 +168,7 @@ export default class {
|
|
|
168
168
|
id: string;
|
|
169
169
|
display: string;
|
|
170
170
|
click: string;
|
|
171
|
-
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image"
|
|
171
|
+
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
|
|
172
172
|
workflowId?: unknown;
|
|
173
173
|
shortId?: unknown;
|
|
174
174
|
includeContext?: unknown;
|
|
@@ -316,7 +316,7 @@ export default class {
|
|
|
316
316
|
id: string;
|
|
317
317
|
display?: unknown;
|
|
318
318
|
click?: unknown;
|
|
319
|
-
type: "web-html";
|
|
319
|
+
type: "web-image" | "web-html";
|
|
320
320
|
workflowId: string;
|
|
321
321
|
shortId: string;
|
|
322
322
|
includeContext?: boolean | undefined;
|
|
@@ -355,7 +355,7 @@ export default class {
|
|
|
355
355
|
id: string;
|
|
356
356
|
display: string;
|
|
357
357
|
click: string;
|
|
358
|
-
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image"
|
|
358
|
+
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
|
|
359
359
|
workflowId?: unknown;
|
|
360
360
|
shortId?: unknown;
|
|
361
361
|
includeContext?: unknown;
|
|
@@ -501,7 +501,7 @@ export default class {
|
|
|
501
501
|
id: string;
|
|
502
502
|
display?: unknown;
|
|
503
503
|
click?: unknown;
|
|
504
|
-
type: "web-html";
|
|
504
|
+
type: "web-image" | "web-html";
|
|
505
505
|
workflowId: string;
|
|
506
506
|
shortId: string;
|
|
507
507
|
includeContext?: boolean | undefined;
|
|
@@ -540,7 +540,7 @@ export default class {
|
|
|
540
540
|
id: string;
|
|
541
541
|
display: string;
|
|
542
542
|
click: string;
|
|
543
|
-
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image"
|
|
543
|
+
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
|
|
544
544
|
workflowId?: unknown;
|
|
545
545
|
shortId?: unknown;
|
|
546
546
|
includeContext?: unknown;
|
|
@@ -735,7 +735,7 @@ export default class {
|
|
|
735
735
|
id: string;
|
|
736
736
|
display?: unknown;
|
|
737
737
|
click?: unknown;
|
|
738
|
-
type: "web-html";
|
|
738
|
+
type: "web-image" | "web-html";
|
|
739
739
|
workflowId: string;
|
|
740
740
|
shortId: string;
|
|
741
741
|
includeContext?: boolean | undefined;
|
|
@@ -774,7 +774,7 @@ export default class {
|
|
|
774
774
|
id: string;
|
|
775
775
|
display: string;
|
|
776
776
|
click: string;
|
|
777
|
-
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image"
|
|
777
|
+
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
|
|
778
778
|
workflowId?: unknown;
|
|
779
779
|
shortId?: unknown;
|
|
780
780
|
includeContext?: unknown;
|
|
@@ -928,7 +928,7 @@ export default class {
|
|
|
928
928
|
id: string;
|
|
929
929
|
display?: unknown;
|
|
930
930
|
click?: unknown;
|
|
931
|
-
type: "web-html";
|
|
931
|
+
type: "web-image" | "web-html";
|
|
932
932
|
workflowId: string;
|
|
933
933
|
shortId: string;
|
|
934
934
|
includeContext?: boolean | undefined;
|
|
@@ -967,7 +967,7 @@ export default class {
|
|
|
967
967
|
id: string;
|
|
968
968
|
display: string;
|
|
969
969
|
click: string;
|
|
970
|
-
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image"
|
|
970
|
+
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
|
|
971
971
|
workflowId?: unknown;
|
|
972
972
|
shortId?: unknown;
|
|
973
973
|
includeContext?: unknown;
|
|
@@ -1110,7 +1110,7 @@ export default class {
|
|
|
1110
1110
|
id: string;
|
|
1111
1111
|
display?: unknown;
|
|
1112
1112
|
click?: unknown;
|
|
1113
|
-
type: "web-html";
|
|
1113
|
+
type: "web-image" | "web-html";
|
|
1114
1114
|
workflowId: string;
|
|
1115
1115
|
shortId: string;
|
|
1116
1116
|
includeContext?: boolean | undefined;
|
|
@@ -1149,7 +1149,7 @@ export default class {
|
|
|
1149
1149
|
id: string;
|
|
1150
1150
|
display: string;
|
|
1151
1151
|
click: string;
|
|
1152
|
-
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image"
|
|
1152
|
+
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
|
|
1153
1153
|
workflowId?: unknown;
|
|
1154
1154
|
shortId?: unknown;
|
|
1155
1155
|
includeContext?: unknown;
|
|
@@ -1302,7 +1302,7 @@ export default class {
|
|
|
1302
1302
|
id: string;
|
|
1303
1303
|
display?: unknown;
|
|
1304
1304
|
click?: unknown;
|
|
1305
|
-
type: "web-html";
|
|
1305
|
+
type: "web-image" | "web-html";
|
|
1306
1306
|
workflowId: string;
|
|
1307
1307
|
shortId: string;
|
|
1308
1308
|
includeContext?: boolean | undefined;
|
|
@@ -1341,7 +1341,7 @@ export default class {
|
|
|
1341
1341
|
id: string;
|
|
1342
1342
|
display: string;
|
|
1343
1343
|
click: string;
|
|
1344
|
-
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image"
|
|
1344
|
+
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
|
|
1345
1345
|
workflowId?: unknown;
|
|
1346
1346
|
shortId?: unknown;
|
|
1347
1347
|
includeContext?: unknown;
|
|
@@ -1509,13 +1509,13 @@ export default class {
|
|
|
1509
1509
|
id: string;
|
|
1510
1510
|
}, data: {
|
|
1511
1511
|
integrationOptions?: ({
|
|
1512
|
-
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "
|
|
1512
|
+
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "landing-page";
|
|
1513
1513
|
parameters: {
|
|
1514
1514
|
[key: string]: string | null;
|
|
1515
1515
|
};
|
|
1516
1516
|
entrypointId?: string | undefined;
|
|
1517
1517
|
} | {
|
|
1518
|
-
type: "web-html";
|
|
1518
|
+
type: "web-image" | "web-html";
|
|
1519
1519
|
filters?: {
|
|
1520
1520
|
type: "and" | "or";
|
|
1521
1521
|
conditions: {
|
package/build/definitions.d.ts
CHANGED
|
@@ -156,7 +156,7 @@ export declare enum WorkflowStatus {
|
|
|
156
156
|
}
|
|
157
157
|
export declare type SerializedWorkflow = {
|
|
158
158
|
readonly integrations: (({
|
|
159
|
-
type: "web-html";
|
|
159
|
+
type: "web-image" | "web-html";
|
|
160
160
|
id: string;
|
|
161
161
|
workflowId: string;
|
|
162
162
|
shortId: string;
|
|
@@ -195,7 +195,7 @@ export declare type SerializedWorkflow = {
|
|
|
195
195
|
display?: unknown;
|
|
196
196
|
click?: unknown;
|
|
197
197
|
} | {
|
|
198
|
-
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image"
|
|
198
|
+
type: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image";
|
|
199
199
|
parameters: {
|
|
200
200
|
[key: string]: string;
|
|
201
201
|
};
|
package/package.json
CHANGED