@rlvt/workflows-openapi-client 1.0.39 → 1.0.43

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
@@ -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,9 +119,6 @@ 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?: {
@@ -211,6 +214,9 @@ export default class {
211
214
  readonly id: string & {
212
215
  readonly?: "__readonly";
213
216
  };
217
+ readonly companyId: string & {
218
+ readonly?: "__readonly";
219
+ };
214
220
  name: string;
215
221
  readonly updatedAt: Date & {
216
222
  readonly?: "__readonly";
@@ -218,9 +224,6 @@ export default class {
218
224
  readonly createdAt: Date & {
219
225
  readonly?: "__readonly";
220
226
  };
221
- readonly companyId: string & {
222
- readonly?: "__readonly";
223
- };
224
227
  resourceGroupIds: string[];
225
228
  readonly versions: {
226
229
  metadata?: {
@@ -315,6 +318,9 @@ export default class {
315
318
  readonly id: string & {
316
319
  readonly?: "__readonly";
317
320
  };
321
+ readonly companyId: string & {
322
+ readonly?: "__readonly";
323
+ };
318
324
  name: string;
319
325
  readonly updatedAt: Date & {
320
326
  readonly?: "__readonly";
@@ -322,9 +328,6 @@ export default class {
322
328
  readonly createdAt: Date & {
323
329
  readonly?: "__readonly";
324
330
  };
325
- readonly companyId: string & {
326
- readonly?: "__readonly";
327
- };
328
331
  resourceGroupIds: string[];
329
332
  readonly versions: {
330
333
  metadata?: {
@@ -456,6 +459,9 @@ export default class {
456
459
  readonly id: string & {
457
460
  readonly?: "__readonly";
458
461
  };
462
+ readonly companyId: string & {
463
+ readonly?: "__readonly";
464
+ };
459
465
  name: string;
460
466
  readonly updatedAt: Date & {
461
467
  readonly?: "__readonly";
@@ -463,9 +469,6 @@ export default class {
463
469
  readonly createdAt: Date & {
464
470
  readonly?: "__readonly";
465
471
  };
466
- readonly companyId: string & {
467
- readonly?: "__readonly";
468
- };
469
472
  resourceGroupIds: string[];
470
473
  readonly versions: {
471
474
  metadata?: {
@@ -570,6 +573,9 @@ export default class {
570
573
  readonly id: string & {
571
574
  readonly?: "__readonly";
572
575
  };
576
+ readonly companyId: string & {
577
+ readonly?: "__readonly";
578
+ };
573
579
  name: string;
574
580
  readonly updatedAt: Date & {
575
581
  readonly?: "__readonly";
@@ -577,9 +583,6 @@ export default class {
577
583
  readonly createdAt: Date & {
578
584
  readonly?: "__readonly";
579
585
  };
580
- readonly companyId: string & {
581
- readonly?: "__readonly";
582
- };
583
586
  resourceGroupIds: string[];
584
587
  readonly versions: {
585
588
  metadata?: {
@@ -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;
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBOEVwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUE2QkQsSUFBWSxjQUtYO0FBTEQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQUt6QiJ9
19
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBK0VwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUE2QkQsSUFBWSxjQUtYO0FBTEQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQUt6QiJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.39+1711b6d",
3
+ "version": "1.0.43+7d5247f",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",