@rlvt/workflows-openapi-client 1.0.0 → 1.0.1
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 +22 -22
- package/build/definitions.d.ts +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ export default class {
|
|
|
37
37
|
readonly?: "__readonly";
|
|
38
38
|
};
|
|
39
39
|
metadata?: {
|
|
40
|
-
[x: string]:
|
|
40
|
+
[x: string]: {};
|
|
41
41
|
};
|
|
42
42
|
icon: string;
|
|
43
43
|
slug: string;
|
|
@@ -55,7 +55,7 @@ export default class {
|
|
|
55
55
|
edges: {
|
|
56
56
|
node: string;
|
|
57
57
|
config: {
|
|
58
|
-
[x: string]:
|
|
58
|
+
[x: string]: {};
|
|
59
59
|
};
|
|
60
60
|
}[];
|
|
61
61
|
} | {
|
|
@@ -63,7 +63,7 @@ export default class {
|
|
|
63
63
|
metadata: {};
|
|
64
64
|
dependencies: string[];
|
|
65
65
|
config: {
|
|
66
|
-
[x: string]:
|
|
66
|
+
[x: string]: {};
|
|
67
67
|
};
|
|
68
68
|
};
|
|
69
69
|
};
|
|
@@ -124,7 +124,7 @@ export default class {
|
|
|
124
124
|
};
|
|
125
125
|
readonly versions: {
|
|
126
126
|
metadata?: {
|
|
127
|
-
[x: string]:
|
|
127
|
+
[x: string]: {};
|
|
128
128
|
};
|
|
129
129
|
readonly state: (import("./definitions").WorkflowVersionState.DRAFT & {
|
|
130
130
|
readonly?: "__readonly";
|
|
@@ -146,7 +146,7 @@ export default class {
|
|
|
146
146
|
edges: {
|
|
147
147
|
node: string;
|
|
148
148
|
config: {
|
|
149
|
-
[x: string]:
|
|
149
|
+
[x: string]: {};
|
|
150
150
|
};
|
|
151
151
|
}[];
|
|
152
152
|
} | {
|
|
@@ -154,7 +154,7 @@ export default class {
|
|
|
154
154
|
metadata: {};
|
|
155
155
|
dependencies: string[];
|
|
156
156
|
config: {
|
|
157
|
-
[x: string]:
|
|
157
|
+
[x: string]: {};
|
|
158
158
|
};
|
|
159
159
|
};
|
|
160
160
|
};
|
|
@@ -216,7 +216,7 @@ export default class {
|
|
|
216
216
|
};
|
|
217
217
|
readonly versions: {
|
|
218
218
|
metadata?: {
|
|
219
|
-
[x: string]:
|
|
219
|
+
[x: string]: {};
|
|
220
220
|
};
|
|
221
221
|
readonly state: (import("./definitions").WorkflowVersionState.DRAFT & {
|
|
222
222
|
readonly?: "__readonly";
|
|
@@ -238,7 +238,7 @@ export default class {
|
|
|
238
238
|
edges: {
|
|
239
239
|
node: string;
|
|
240
240
|
config: {
|
|
241
|
-
[x: string]:
|
|
241
|
+
[x: string]: {};
|
|
242
242
|
};
|
|
243
243
|
}[];
|
|
244
244
|
} | {
|
|
@@ -246,7 +246,7 @@ export default class {
|
|
|
246
246
|
metadata: {};
|
|
247
247
|
dependencies: string[];
|
|
248
248
|
config: {
|
|
249
|
-
[x: string]:
|
|
249
|
+
[x: string]: {};
|
|
250
250
|
};
|
|
251
251
|
};
|
|
252
252
|
};
|
|
@@ -306,7 +306,7 @@ export default class {
|
|
|
306
306
|
};
|
|
307
307
|
readonly versions: {
|
|
308
308
|
metadata?: {
|
|
309
|
-
[x: string]:
|
|
309
|
+
[x: string]: {};
|
|
310
310
|
};
|
|
311
311
|
readonly state: (import("./definitions").WorkflowVersionState.DRAFT & {
|
|
312
312
|
readonly?: "__readonly";
|
|
@@ -328,7 +328,7 @@ export default class {
|
|
|
328
328
|
edges: {
|
|
329
329
|
node: string;
|
|
330
330
|
config: {
|
|
331
|
-
[x: string]:
|
|
331
|
+
[x: string]: {};
|
|
332
332
|
};
|
|
333
333
|
}[];
|
|
334
334
|
} | {
|
|
@@ -336,7 +336,7 @@ export default class {
|
|
|
336
336
|
metadata: {};
|
|
337
337
|
dependencies: string[];
|
|
338
338
|
config: {
|
|
339
|
-
[x: string]:
|
|
339
|
+
[x: string]: {};
|
|
340
340
|
};
|
|
341
341
|
};
|
|
342
342
|
};
|
|
@@ -368,7 +368,7 @@ export default class {
|
|
|
368
368
|
resourceGroupIds?: string[];
|
|
369
369
|
} & {
|
|
370
370
|
metadata?: {
|
|
371
|
-
[x: string]:
|
|
371
|
+
[x: string]: {};
|
|
372
372
|
};
|
|
373
373
|
definition?: {
|
|
374
374
|
entrypoints: {
|
|
@@ -383,7 +383,7 @@ export default class {
|
|
|
383
383
|
edges: {
|
|
384
384
|
node: string;
|
|
385
385
|
config: {
|
|
386
|
-
[x: string]:
|
|
386
|
+
[x: string]: {};
|
|
387
387
|
};
|
|
388
388
|
}[];
|
|
389
389
|
} | {
|
|
@@ -391,7 +391,7 @@ export default class {
|
|
|
391
391
|
metadata: {};
|
|
392
392
|
dependencies: string[];
|
|
393
393
|
config: {
|
|
394
|
-
[x: string]:
|
|
394
|
+
[x: string]: {};
|
|
395
395
|
};
|
|
396
396
|
};
|
|
397
397
|
};
|
|
@@ -430,7 +430,7 @@ export default class {
|
|
|
430
430
|
};
|
|
431
431
|
readonly versions: {
|
|
432
432
|
metadata?: {
|
|
433
|
-
[x: string]:
|
|
433
|
+
[x: string]: {};
|
|
434
434
|
};
|
|
435
435
|
readonly state: (import("./definitions").WorkflowVersionState.DRAFT & {
|
|
436
436
|
readonly?: "__readonly";
|
|
@@ -452,7 +452,7 @@ export default class {
|
|
|
452
452
|
edges: {
|
|
453
453
|
node: string;
|
|
454
454
|
config: {
|
|
455
|
-
[x: string]:
|
|
455
|
+
[x: string]: {};
|
|
456
456
|
};
|
|
457
457
|
}[];
|
|
458
458
|
} | {
|
|
@@ -460,7 +460,7 @@ export default class {
|
|
|
460
460
|
metadata: {};
|
|
461
461
|
dependencies: string[];
|
|
462
462
|
config: {
|
|
463
|
-
[x: string]:
|
|
463
|
+
[x: string]: {};
|
|
464
464
|
};
|
|
465
465
|
};
|
|
466
466
|
};
|
|
@@ -531,7 +531,7 @@ export default class {
|
|
|
531
531
|
};
|
|
532
532
|
readonly versions: {
|
|
533
533
|
metadata?: {
|
|
534
|
-
[x: string]:
|
|
534
|
+
[x: string]: {};
|
|
535
535
|
};
|
|
536
536
|
readonly state: (import("./definitions").WorkflowVersionState.DRAFT & {
|
|
537
537
|
readonly?: "__readonly";
|
|
@@ -553,7 +553,7 @@ export default class {
|
|
|
553
553
|
edges: {
|
|
554
554
|
node: string;
|
|
555
555
|
config: {
|
|
556
|
-
[x: string]:
|
|
556
|
+
[x: string]: {};
|
|
557
557
|
};
|
|
558
558
|
}[];
|
|
559
559
|
} | {
|
|
@@ -561,7 +561,7 @@ export default class {
|
|
|
561
561
|
metadata: {};
|
|
562
562
|
dependencies: string[];
|
|
563
563
|
config: {
|
|
564
|
-
[x: string]:
|
|
564
|
+
[x: string]: {};
|
|
565
565
|
};
|
|
566
566
|
};
|
|
567
567
|
};
|
|
@@ -604,6 +604,6 @@ export default class {
|
|
|
604
604
|
'~ru~': string;
|
|
605
605
|
mode?: "click" | "display";
|
|
606
606
|
'no-cache'?: string;
|
|
607
|
-
}, options?: AxiosRequestConfig<any>) => Promise<import("axios").AxiosResponse<
|
|
607
|
+
}, options?: AxiosRequestConfig<any>) => Promise<import("axios").AxiosResponse<{}, any>>;
|
|
608
608
|
};
|
|
609
609
|
}
|
package/build/definitions.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export declare type _node_string_type_email_or_raw__ = {
|
|
|
22
22
|
type: "email" | "raw";
|
|
23
23
|
};
|
|
24
24
|
export declare type __ = {};
|
|
25
|
-
export declare type AnyValue =
|
|
25
|
+
export declare type AnyValue = unknown | null;
|
|
26
26
|
export declare type __x_string__any__ = {
|
|
27
27
|
[key: string]: AnyValue;
|
|
28
28
|
};
|
package/package.json
CHANGED