@rlvt/workflows-openapi-client 1.0.486 → 1.0.488
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 +40 -40
- package/build/definitions.d.ts +12 -12
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -109,10 +109,10 @@ export default class {
|
|
|
109
109
|
readonly?: "__readonly" | undefined;
|
|
110
110
|
};
|
|
111
111
|
name: string;
|
|
112
|
-
readonly updatedAt:
|
|
112
|
+
readonly updatedAt: string & {
|
|
113
113
|
readonly?: "__readonly" | undefined;
|
|
114
114
|
};
|
|
115
|
-
readonly createdAt:
|
|
115
|
+
readonly createdAt: string & {
|
|
116
116
|
readonly?: "__readonly" | undefined;
|
|
117
117
|
};
|
|
118
118
|
resourceGroupIds: string[];
|
|
@@ -124,10 +124,10 @@ export default class {
|
|
|
124
124
|
readonly?: "__readonly" | undefined;
|
|
125
125
|
};
|
|
126
126
|
readonly versions: {
|
|
127
|
-
readonly updatedAt:
|
|
127
|
+
readonly updatedAt: string & {
|
|
128
128
|
readonly?: "__readonly" | undefined;
|
|
129
129
|
};
|
|
130
|
-
readonly createdAt:
|
|
130
|
+
readonly createdAt: string & {
|
|
131
131
|
readonly?: "__readonly" | undefined;
|
|
132
132
|
};
|
|
133
133
|
readonly id: string & {
|
|
@@ -224,7 +224,7 @@ export default class {
|
|
|
224
224
|
[x: string]: string;
|
|
225
225
|
};
|
|
226
226
|
}[] | undefined;
|
|
227
|
-
readonly archivedAt:
|
|
227
|
+
readonly archivedAt: string & {
|
|
228
228
|
readonly?: "__readonly" | undefined;
|
|
229
229
|
};
|
|
230
230
|
}[];
|
|
@@ -248,10 +248,10 @@ export default class {
|
|
|
248
248
|
readonly?: "__readonly" | undefined;
|
|
249
249
|
};
|
|
250
250
|
name: string;
|
|
251
|
-
readonly updatedAt:
|
|
251
|
+
readonly updatedAt: string & {
|
|
252
252
|
readonly?: "__readonly" | undefined;
|
|
253
253
|
};
|
|
254
|
-
readonly createdAt:
|
|
254
|
+
readonly createdAt: string & {
|
|
255
255
|
readonly?: "__readonly" | undefined;
|
|
256
256
|
};
|
|
257
257
|
resourceGroupIds: string[];
|
|
@@ -263,10 +263,10 @@ export default class {
|
|
|
263
263
|
readonly?: "__readonly" | undefined;
|
|
264
264
|
};
|
|
265
265
|
readonly versions: {
|
|
266
|
-
readonly updatedAt:
|
|
266
|
+
readonly updatedAt: string & {
|
|
267
267
|
readonly?: "__readonly" | undefined;
|
|
268
268
|
};
|
|
269
|
-
readonly createdAt:
|
|
269
|
+
readonly createdAt: string & {
|
|
270
270
|
readonly?: "__readonly" | undefined;
|
|
271
271
|
};
|
|
272
272
|
readonly id: string & {
|
|
@@ -363,7 +363,7 @@ export default class {
|
|
|
363
363
|
[x: string]: string;
|
|
364
364
|
};
|
|
365
365
|
}[] | undefined;
|
|
366
|
-
readonly archivedAt:
|
|
366
|
+
readonly archivedAt: string & {
|
|
367
367
|
readonly?: "__readonly" | undefined;
|
|
368
368
|
};
|
|
369
369
|
};
|
|
@@ -385,10 +385,10 @@ export default class {
|
|
|
385
385
|
readonly?: "__readonly" | undefined;
|
|
386
386
|
};
|
|
387
387
|
name: string;
|
|
388
|
-
readonly updatedAt:
|
|
388
|
+
readonly updatedAt: string & {
|
|
389
389
|
readonly?: "__readonly" | undefined;
|
|
390
390
|
};
|
|
391
|
-
readonly createdAt:
|
|
391
|
+
readonly createdAt: string & {
|
|
392
392
|
readonly?: "__readonly" | undefined;
|
|
393
393
|
};
|
|
394
394
|
resourceGroupIds: string[];
|
|
@@ -400,10 +400,10 @@ export default class {
|
|
|
400
400
|
readonly?: "__readonly" | undefined;
|
|
401
401
|
};
|
|
402
402
|
readonly versions: {
|
|
403
|
-
readonly updatedAt:
|
|
403
|
+
readonly updatedAt: string & {
|
|
404
404
|
readonly?: "__readonly" | undefined;
|
|
405
405
|
};
|
|
406
|
-
readonly createdAt:
|
|
406
|
+
readonly createdAt: string & {
|
|
407
407
|
readonly?: "__readonly" | undefined;
|
|
408
408
|
};
|
|
409
409
|
readonly id: string & {
|
|
@@ -500,7 +500,7 @@ export default class {
|
|
|
500
500
|
[x: string]: string;
|
|
501
501
|
};
|
|
502
502
|
}[] | undefined;
|
|
503
|
-
readonly archivedAt:
|
|
503
|
+
readonly archivedAt: string & {
|
|
504
504
|
readonly?: "__readonly" | undefined;
|
|
505
505
|
};
|
|
506
506
|
};
|
|
@@ -518,10 +518,10 @@ export default class {
|
|
|
518
518
|
readonly?: "__readonly" | undefined;
|
|
519
519
|
}) | undefined;
|
|
520
520
|
name?: string | undefined;
|
|
521
|
-
readonly updatedAt?: (
|
|
521
|
+
readonly updatedAt?: (string & {
|
|
522
522
|
readonly?: "__readonly" | undefined;
|
|
523
523
|
}) | undefined;
|
|
524
|
-
readonly createdAt?: (
|
|
524
|
+
readonly createdAt?: (string & {
|
|
525
525
|
readonly?: "__readonly" | undefined;
|
|
526
526
|
}) | undefined;
|
|
527
527
|
resourceGroupIds?: string[] | undefined;
|
|
@@ -589,14 +589,14 @@ export default class {
|
|
|
589
589
|
[x: string]: string;
|
|
590
590
|
};
|
|
591
591
|
}[] | undefined;
|
|
592
|
-
readonly archivedAt?: (
|
|
592
|
+
readonly archivedAt?: (string & {
|
|
593
593
|
readonly?: "__readonly" | undefined;
|
|
594
594
|
}) | undefined;
|
|
595
595
|
} & {
|
|
596
|
-
readonly updatedAt?: (
|
|
596
|
+
readonly updatedAt?: (string & {
|
|
597
597
|
readonly?: "__readonly" | undefined;
|
|
598
598
|
}) | undefined;
|
|
599
|
-
readonly createdAt?: (
|
|
599
|
+
readonly createdAt?: (string & {
|
|
600
600
|
readonly?: "__readonly" | undefined;
|
|
601
601
|
}) | undefined;
|
|
602
602
|
definition?: {
|
|
@@ -729,10 +729,10 @@ export default class {
|
|
|
729
729
|
readonly?: "__readonly" | undefined;
|
|
730
730
|
};
|
|
731
731
|
name: string;
|
|
732
|
-
readonly updatedAt:
|
|
732
|
+
readonly updatedAt: string & {
|
|
733
733
|
readonly?: "__readonly" | undefined;
|
|
734
734
|
};
|
|
735
|
-
readonly createdAt:
|
|
735
|
+
readonly createdAt: string & {
|
|
736
736
|
readonly?: "__readonly" | undefined;
|
|
737
737
|
};
|
|
738
738
|
resourceGroupIds: string[];
|
|
@@ -744,10 +744,10 @@ export default class {
|
|
|
744
744
|
readonly?: "__readonly" | undefined;
|
|
745
745
|
};
|
|
746
746
|
readonly versions: {
|
|
747
|
-
readonly updatedAt:
|
|
747
|
+
readonly updatedAt: string & {
|
|
748
748
|
readonly?: "__readonly" | undefined;
|
|
749
749
|
};
|
|
750
|
-
readonly createdAt:
|
|
750
|
+
readonly createdAt: string & {
|
|
751
751
|
readonly?: "__readonly" | undefined;
|
|
752
752
|
};
|
|
753
753
|
readonly id: string & {
|
|
@@ -844,7 +844,7 @@ export default class {
|
|
|
844
844
|
[x: string]: string;
|
|
845
845
|
};
|
|
846
846
|
}[] | undefined;
|
|
847
|
-
readonly archivedAt:
|
|
847
|
+
readonly archivedAt: string & {
|
|
848
848
|
readonly?: "__readonly" | undefined;
|
|
849
849
|
};
|
|
850
850
|
};
|
|
@@ -874,10 +874,10 @@ export default class {
|
|
|
874
874
|
readonly?: "__readonly" | undefined;
|
|
875
875
|
};
|
|
876
876
|
name: string;
|
|
877
|
-
readonly updatedAt:
|
|
877
|
+
readonly updatedAt: string & {
|
|
878
878
|
readonly?: "__readonly" | undefined;
|
|
879
879
|
};
|
|
880
|
-
readonly createdAt:
|
|
880
|
+
readonly createdAt: string & {
|
|
881
881
|
readonly?: "__readonly" | undefined;
|
|
882
882
|
};
|
|
883
883
|
resourceGroupIds: string[];
|
|
@@ -889,10 +889,10 @@ export default class {
|
|
|
889
889
|
readonly?: "__readonly" | undefined;
|
|
890
890
|
};
|
|
891
891
|
readonly versions: {
|
|
892
|
-
readonly updatedAt:
|
|
892
|
+
readonly updatedAt: string & {
|
|
893
893
|
readonly?: "__readonly" | undefined;
|
|
894
894
|
};
|
|
895
|
-
readonly createdAt:
|
|
895
|
+
readonly createdAt: string & {
|
|
896
896
|
readonly?: "__readonly" | undefined;
|
|
897
897
|
};
|
|
898
898
|
readonly id: string & {
|
|
@@ -989,7 +989,7 @@ export default class {
|
|
|
989
989
|
[x: string]: string;
|
|
990
990
|
};
|
|
991
991
|
}[] | undefined;
|
|
992
|
-
readonly archivedAt:
|
|
992
|
+
readonly archivedAt: string & {
|
|
993
993
|
readonly?: "__readonly" | undefined;
|
|
994
994
|
};
|
|
995
995
|
};
|
|
@@ -1008,10 +1008,10 @@ export default class {
|
|
|
1008
1008
|
readonly?: "__readonly" | undefined;
|
|
1009
1009
|
};
|
|
1010
1010
|
name: string;
|
|
1011
|
-
readonly updatedAt:
|
|
1011
|
+
readonly updatedAt: string & {
|
|
1012
1012
|
readonly?: "__readonly" | undefined;
|
|
1013
1013
|
};
|
|
1014
|
-
readonly createdAt:
|
|
1014
|
+
readonly createdAt: string & {
|
|
1015
1015
|
readonly?: "__readonly" | undefined;
|
|
1016
1016
|
};
|
|
1017
1017
|
resourceGroupIds: string[];
|
|
@@ -1023,10 +1023,10 @@ export default class {
|
|
|
1023
1023
|
readonly?: "__readonly" | undefined;
|
|
1024
1024
|
};
|
|
1025
1025
|
readonly versions: {
|
|
1026
|
-
readonly updatedAt:
|
|
1026
|
+
readonly updatedAt: string & {
|
|
1027
1027
|
readonly?: "__readonly" | undefined;
|
|
1028
1028
|
};
|
|
1029
|
-
readonly createdAt:
|
|
1029
|
+
readonly createdAt: string & {
|
|
1030
1030
|
readonly?: "__readonly" | undefined;
|
|
1031
1031
|
};
|
|
1032
1032
|
readonly id: string & {
|
|
@@ -1123,7 +1123,7 @@ export default class {
|
|
|
1123
1123
|
[x: string]: string;
|
|
1124
1124
|
};
|
|
1125
1125
|
}[] | undefined;
|
|
1126
|
-
readonly archivedAt:
|
|
1126
|
+
readonly archivedAt: string & {
|
|
1127
1127
|
readonly?: "__readonly" | undefined;
|
|
1128
1128
|
};
|
|
1129
1129
|
};
|
|
@@ -1148,10 +1148,10 @@ export default class {
|
|
|
1148
1148
|
readonly?: "__readonly" | undefined;
|
|
1149
1149
|
};
|
|
1150
1150
|
name: string;
|
|
1151
|
-
readonly updatedAt:
|
|
1151
|
+
readonly updatedAt: string & {
|
|
1152
1152
|
readonly?: "__readonly" | undefined;
|
|
1153
1153
|
};
|
|
1154
|
-
readonly createdAt:
|
|
1154
|
+
readonly createdAt: string & {
|
|
1155
1155
|
readonly?: "__readonly" | undefined;
|
|
1156
1156
|
};
|
|
1157
1157
|
resourceGroupIds: string[];
|
|
@@ -1163,10 +1163,10 @@ export default class {
|
|
|
1163
1163
|
readonly?: "__readonly" | undefined;
|
|
1164
1164
|
};
|
|
1165
1165
|
readonly versions: {
|
|
1166
|
-
readonly updatedAt:
|
|
1166
|
+
readonly updatedAt: string & {
|
|
1167
1167
|
readonly?: "__readonly" | undefined;
|
|
1168
1168
|
};
|
|
1169
|
-
readonly createdAt:
|
|
1169
|
+
readonly createdAt: string & {
|
|
1170
1170
|
readonly?: "__readonly" | undefined;
|
|
1171
1171
|
};
|
|
1172
1172
|
readonly id: string & {
|
|
@@ -1263,7 +1263,7 @@ export default class {
|
|
|
1263
1263
|
[x: string]: string;
|
|
1264
1264
|
};
|
|
1265
1265
|
}[] | undefined;
|
|
1266
|
-
readonly archivedAt:
|
|
1266
|
+
readonly archivedAt: string & {
|
|
1267
1267
|
readonly?: "__readonly" | undefined;
|
|
1268
1268
|
};
|
|
1269
1269
|
};
|
package/build/definitions.d.ts
CHANGED
|
@@ -151,8 +151,8 @@ export declare type WorkflowAnalyze_Without_OutputsForEntrypoint_DatasForEntrypo
|
|
|
151
151
|
};
|
|
152
152
|
export declare type SerializedWorkflowVersion = {
|
|
153
153
|
readonly id: (string) & readonlyP;
|
|
154
|
-
readonly createdAt: (
|
|
155
|
-
readonly updatedAt: (
|
|
154
|
+
readonly createdAt: (string) & readonlyP;
|
|
155
|
+
readonly updatedAt: (string) & readonlyP;
|
|
156
156
|
metadata?: {
|
|
157
157
|
[key: string]: AnyValue;
|
|
158
158
|
};
|
|
@@ -181,8 +181,8 @@ export declare type SerializedWorkflow = {
|
|
|
181
181
|
readonly companyId: (string) & readonlyP;
|
|
182
182
|
resourceGroupIds: string[];
|
|
183
183
|
readonly versions: (WorkflowVersion[]) & readonlyP;
|
|
184
|
-
readonly createdAt: (
|
|
185
|
-
readonly updatedAt: (
|
|
184
|
+
readonly createdAt: (string) & readonlyP;
|
|
185
|
+
readonly updatedAt: (string) & readonlyP;
|
|
186
186
|
name: string;
|
|
187
187
|
description?: string;
|
|
188
188
|
variableProfileId?: string;
|
|
@@ -204,7 +204,7 @@ export declare type SerializedWorkflow = {
|
|
|
204
204
|
click: string;
|
|
205
205
|
}[]) & readonlyP;
|
|
206
206
|
readonly status: (WorkflowStatus) & readonlyP;
|
|
207
|
-
readonly archivedAt: (
|
|
207
|
+
readonly archivedAt: (string | null) & readonlyP;
|
|
208
208
|
};
|
|
209
209
|
export declare type PartialResponse_SerializedWorkflow = {
|
|
210
210
|
paginationCount: number;
|
|
@@ -265,8 +265,8 @@ export declare type LegacyWorkflowVersion = {
|
|
|
265
265
|
[key: string]: string[];
|
|
266
266
|
};
|
|
267
267
|
}) & readonlyP;
|
|
268
|
-
readonly updatedAt: (
|
|
269
|
-
readonly createdAt: (
|
|
268
|
+
readonly updatedAt: (string) & readonlyP;
|
|
269
|
+
readonly createdAt: (string) & readonlyP;
|
|
270
270
|
};
|
|
271
271
|
export declare type LegacyWorkflowDocument_Partial = {
|
|
272
272
|
versions?: LegacyWorkflowVersion[];
|
|
@@ -294,9 +294,9 @@ export declare type LegacyWorkflowDocument_Partial = {
|
|
|
294
294
|
click: string;
|
|
295
295
|
}[]) & readonlyP;
|
|
296
296
|
readonly status?: (WorkflowStatus) & readonlyP;
|
|
297
|
-
readonly archivedAt?: (
|
|
298
|
-
readonly updatedAt?: (
|
|
299
|
-
readonly createdAt?: (
|
|
297
|
+
readonly archivedAt?: (string) & readonlyP;
|
|
298
|
+
readonly updatedAt?: (string) & readonlyP;
|
|
299
|
+
readonly createdAt?: (string) & readonlyP;
|
|
300
300
|
};
|
|
301
301
|
export declare type LegacyWorkflowVersion_Partial = {
|
|
302
302
|
definition?: LegacyWorkflow;
|
|
@@ -313,8 +313,8 @@ export declare type LegacyWorkflowVersion_Partial = {
|
|
|
313
313
|
[key: string]: string[];
|
|
314
314
|
};
|
|
315
315
|
}) & readonlyP;
|
|
316
|
-
readonly updatedAt?: (
|
|
317
|
-
readonly createdAt?: (
|
|
316
|
+
readonly updatedAt?: (string) & readonlyP;
|
|
317
|
+
readonly createdAt?: (string) & readonlyP;
|
|
318
318
|
};
|
|
319
319
|
export declare type Error = {
|
|
320
320
|
path: string;
|
package/package.json
CHANGED