@rlvt/workflows-openapi-client 1.0.37 → 1.0.41
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 +48 -15
- package/build/definitions.d.ts +5 -0
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -34,6 +34,9 @@ export default class {
|
|
|
34
34
|
readonly id: string & {
|
|
35
35
|
readonly?: "__readonly";
|
|
36
36
|
};
|
|
37
|
+
readonly companyId?: string & {
|
|
38
|
+
readonly?: "__readonly";
|
|
39
|
+
};
|
|
37
40
|
name: string;
|
|
38
41
|
icon: string;
|
|
39
42
|
slug: string;
|
|
@@ -106,6 +109,9 @@ export default class {
|
|
|
106
109
|
readonly id: string & {
|
|
107
110
|
readonly?: "__readonly";
|
|
108
111
|
};
|
|
112
|
+
readonly companyId: string & {
|
|
113
|
+
readonly?: "__readonly";
|
|
114
|
+
};
|
|
109
115
|
name: string;
|
|
110
116
|
readonly updatedAt: Date & {
|
|
111
117
|
readonly?: "__readonly";
|
|
@@ -113,14 +119,17 @@ export default class {
|
|
|
113
119
|
readonly createdAt: Date & {
|
|
114
120
|
readonly?: "__readonly";
|
|
115
121
|
};
|
|
116
|
-
readonly companyId: string & {
|
|
117
|
-
readonly?: "__readonly";
|
|
118
|
-
};
|
|
119
122
|
resourceGroupIds: string[];
|
|
120
123
|
readonly versions: {
|
|
121
124
|
metadata?: {
|
|
122
125
|
[x: string]: unknown;
|
|
123
126
|
};
|
|
127
|
+
readonly updatedAt: Date & {
|
|
128
|
+
readonly?: "__readonly";
|
|
129
|
+
};
|
|
130
|
+
readonly createdAt: Date & {
|
|
131
|
+
readonly?: "__readonly";
|
|
132
|
+
};
|
|
124
133
|
readonly state: (WorkflowVersionState.DRAFT & {
|
|
125
134
|
readonly?: "__readonly";
|
|
126
135
|
}) | (WorkflowVersionState.LIVE & {
|
|
@@ -205,6 +214,9 @@ export default class {
|
|
|
205
214
|
readonly id: string & {
|
|
206
215
|
readonly?: "__readonly";
|
|
207
216
|
};
|
|
217
|
+
readonly companyId: string & {
|
|
218
|
+
readonly?: "__readonly";
|
|
219
|
+
};
|
|
208
220
|
name: string;
|
|
209
221
|
readonly updatedAt: Date & {
|
|
210
222
|
readonly?: "__readonly";
|
|
@@ -212,14 +224,17 @@ export default class {
|
|
|
212
224
|
readonly createdAt: Date & {
|
|
213
225
|
readonly?: "__readonly";
|
|
214
226
|
};
|
|
215
|
-
readonly companyId: string & {
|
|
216
|
-
readonly?: "__readonly";
|
|
217
|
-
};
|
|
218
227
|
resourceGroupIds: string[];
|
|
219
228
|
readonly versions: {
|
|
220
229
|
metadata?: {
|
|
221
230
|
[x: string]: unknown;
|
|
222
231
|
};
|
|
232
|
+
readonly updatedAt: Date & {
|
|
233
|
+
readonly?: "__readonly";
|
|
234
|
+
};
|
|
235
|
+
readonly createdAt: Date & {
|
|
236
|
+
readonly?: "__readonly";
|
|
237
|
+
};
|
|
223
238
|
readonly state: (WorkflowVersionState.DRAFT & {
|
|
224
239
|
readonly?: "__readonly";
|
|
225
240
|
}) | (WorkflowVersionState.LIVE & {
|
|
@@ -303,6 +318,9 @@ export default class {
|
|
|
303
318
|
readonly id: string & {
|
|
304
319
|
readonly?: "__readonly";
|
|
305
320
|
};
|
|
321
|
+
readonly companyId: string & {
|
|
322
|
+
readonly?: "__readonly";
|
|
323
|
+
};
|
|
306
324
|
name: string;
|
|
307
325
|
readonly updatedAt: Date & {
|
|
308
326
|
readonly?: "__readonly";
|
|
@@ -310,14 +328,17 @@ export default class {
|
|
|
310
328
|
readonly createdAt: Date & {
|
|
311
329
|
readonly?: "__readonly";
|
|
312
330
|
};
|
|
313
|
-
readonly companyId: string & {
|
|
314
|
-
readonly?: "__readonly";
|
|
315
|
-
};
|
|
316
331
|
resourceGroupIds: string[];
|
|
317
332
|
readonly versions: {
|
|
318
333
|
metadata?: {
|
|
319
334
|
[x: string]: unknown;
|
|
320
335
|
};
|
|
336
|
+
readonly updatedAt: Date & {
|
|
337
|
+
readonly?: "__readonly";
|
|
338
|
+
};
|
|
339
|
+
readonly createdAt: Date & {
|
|
340
|
+
readonly?: "__readonly";
|
|
341
|
+
};
|
|
321
342
|
readonly state: (WorkflowVersionState.DRAFT & {
|
|
322
343
|
readonly?: "__readonly";
|
|
323
344
|
}) | (WorkflowVersionState.LIVE & {
|
|
@@ -438,6 +459,9 @@ export default class {
|
|
|
438
459
|
readonly id: string & {
|
|
439
460
|
readonly?: "__readonly";
|
|
440
461
|
};
|
|
462
|
+
readonly companyId: string & {
|
|
463
|
+
readonly?: "__readonly";
|
|
464
|
+
};
|
|
441
465
|
name: string;
|
|
442
466
|
readonly updatedAt: Date & {
|
|
443
467
|
readonly?: "__readonly";
|
|
@@ -445,14 +469,17 @@ export default class {
|
|
|
445
469
|
readonly createdAt: Date & {
|
|
446
470
|
readonly?: "__readonly";
|
|
447
471
|
};
|
|
448
|
-
readonly companyId: string & {
|
|
449
|
-
readonly?: "__readonly";
|
|
450
|
-
};
|
|
451
472
|
resourceGroupIds: string[];
|
|
452
473
|
readonly versions: {
|
|
453
474
|
metadata?: {
|
|
454
475
|
[x: string]: unknown;
|
|
455
476
|
};
|
|
477
|
+
readonly updatedAt: Date & {
|
|
478
|
+
readonly?: "__readonly";
|
|
479
|
+
};
|
|
480
|
+
readonly createdAt: Date & {
|
|
481
|
+
readonly?: "__readonly";
|
|
482
|
+
};
|
|
456
483
|
readonly state: (WorkflowVersionState.DRAFT & {
|
|
457
484
|
readonly?: "__readonly";
|
|
458
485
|
}) | (WorkflowVersionState.LIVE & {
|
|
@@ -546,6 +573,9 @@ export default class {
|
|
|
546
573
|
readonly id: string & {
|
|
547
574
|
readonly?: "__readonly";
|
|
548
575
|
};
|
|
576
|
+
readonly companyId: string & {
|
|
577
|
+
readonly?: "__readonly";
|
|
578
|
+
};
|
|
549
579
|
name: string;
|
|
550
580
|
readonly updatedAt: Date & {
|
|
551
581
|
readonly?: "__readonly";
|
|
@@ -553,14 +583,17 @@ export default class {
|
|
|
553
583
|
readonly createdAt: Date & {
|
|
554
584
|
readonly?: "__readonly";
|
|
555
585
|
};
|
|
556
|
-
readonly companyId: string & {
|
|
557
|
-
readonly?: "__readonly";
|
|
558
|
-
};
|
|
559
586
|
resourceGroupIds: string[];
|
|
560
587
|
readonly versions: {
|
|
561
588
|
metadata?: {
|
|
562
589
|
[x: string]: unknown;
|
|
563
590
|
};
|
|
591
|
+
readonly updatedAt: Date & {
|
|
592
|
+
readonly?: "__readonly";
|
|
593
|
+
};
|
|
594
|
+
readonly createdAt: Date & {
|
|
595
|
+
readonly?: "__readonly";
|
|
596
|
+
};
|
|
564
597
|
readonly state: (WorkflowVersionState.DRAFT & {
|
|
565
598
|
readonly?: "__readonly";
|
|
566
599
|
}) | (WorkflowVersionState.LIVE & {
|
package/build/definitions.d.ts
CHANGED
|
@@ -50,6 +50,7 @@ export declare type Workflow = {
|
|
|
50
50
|
};
|
|
51
51
|
export declare type SerializedWorkflowTemplate = {
|
|
52
52
|
readonly id: (string) & readonlyP;
|
|
53
|
+
readonly companyId?: (string) & readonlyP;
|
|
53
54
|
name: string;
|
|
54
55
|
icon: string;
|
|
55
56
|
slug: string;
|
|
@@ -72,6 +73,8 @@ export declare type Pick_WorkflowAnalyze_branches_or_individualizedBranches_or_d
|
|
|
72
73
|
defaultBranches: string[];
|
|
73
74
|
};
|
|
74
75
|
export declare type SerializedWorkflowVersion = {
|
|
76
|
+
readonly createdAt: (Date) & readonlyP;
|
|
77
|
+
readonly updatedAt: (Date) & readonlyP;
|
|
75
78
|
metadata?: {
|
|
76
79
|
[key: string]: AnyValue;
|
|
77
80
|
};
|
|
@@ -133,6 +136,8 @@ export declare type Partial_SerializedWorkflow_ = {
|
|
|
133
136
|
readonly status?: (WorkflowStatus) & readonlyP;
|
|
134
137
|
};
|
|
135
138
|
export declare type Partial_SerializedWorkflowVersion_ = {
|
|
139
|
+
readonly createdAt?: (Date) & readonlyP;
|
|
140
|
+
readonly updatedAt?: (Date) & readonlyP;
|
|
136
141
|
metadata?: {
|
|
137
142
|
[key: string]: AnyValue;
|
|
138
143
|
};
|
package/build/definitions.js
CHANGED
|
@@ -16,4 +16,4 @@ var WorkflowStatus;
|
|
|
16
16
|
WorkflowStatus["PUBLISHED"] = "published";
|
|
17
17
|
WorkflowStatus["ERROR"] = "error";
|
|
18
18
|
})(WorkflowStatus = exports.WorkflowStatus || (exports.WorkflowStatus = {}));
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBK0VwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUE2QkQsSUFBWSxjQUtYO0FBTEQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQUt6QiJ9
|
package/package.json
CHANGED