@rlvt/workflows-openapi-client 1.0.27 → 1.0.31

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
@@ -160,6 +160,9 @@ export default class {
160
160
  };
161
161
  readonly analyze: {
162
162
  readonly?: "__readonly";
163
+ branches: string[];
164
+ individualizedBranches: string[];
165
+ defaultBranches: string[];
163
166
  outputsForEntrypoint: {
164
167
  [x: string]: string[];
165
168
  };
@@ -256,6 +259,9 @@ export default class {
256
259
  };
257
260
  readonly analyze: {
258
261
  readonly?: "__readonly";
262
+ branches: string[];
263
+ individualizedBranches: string[];
264
+ defaultBranches: string[];
259
265
  outputsForEntrypoint: {
260
266
  [x: string]: string[];
261
267
  };
@@ -351,6 +357,9 @@ export default class {
351
357
  };
352
358
  readonly analyze: {
353
359
  readonly?: "__readonly";
360
+ branches: string[];
361
+ individualizedBranches: string[];
362
+ defaultBranches: string[];
354
363
  outputsForEntrypoint: {
355
364
  [x: string]: string[];
356
365
  };
@@ -483,6 +492,9 @@ export default class {
483
492
  };
484
493
  readonly analyze: {
485
494
  readonly?: "__readonly";
495
+ branches: string[];
496
+ individualizedBranches: string[];
497
+ defaultBranches: string[];
486
498
  outputsForEntrypoint: {
487
499
  [x: string]: string[];
488
500
  };
@@ -588,6 +600,9 @@ export default class {
588
600
  };
589
601
  readonly analyze: {
590
602
  readonly?: "__readonly";
603
+ branches: string[];
604
+ individualizedBranches: string[];
605
+ defaultBranches: string[];
591
606
  outputsForEntrypoint: {
592
607
  [x: string]: string[];
593
608
  };
@@ -66,13 +66,18 @@ export declare enum WorkflowVersionState {
66
66
  LIVE = "live",
67
67
  INACTIVE = "inactive"
68
68
  }
69
+ export declare type Pick_WorkflowAnalyze_branches_or_individualizedBranches_or_defaultBranches_ = {
70
+ branches: string[];
71
+ individualizedBranches: string[];
72
+ defaultBranches: string[];
73
+ };
69
74
  export declare type SerializedWorkflowVersion = {
70
75
  metadata?: {
71
76
  [key: string]: AnyValue;
72
77
  };
73
78
  readonly state: (WorkflowVersionState) & readonlyP;
74
79
  definition: Workflow;
75
- readonly analyze: ({
80
+ readonly analyze: (Pick_WorkflowAnalyze_branches_or_individualizedBranches_or_defaultBranches_ & {
76
81
  outputsForEntrypoint: {
77
82
  [key: string]: string[];
78
83
  };
@@ -133,7 +138,7 @@ export declare type Partial_SerializedWorkflowVersion_ = {
133
138
  };
134
139
  readonly state?: (WorkflowVersionState) & readonlyP;
135
140
  definition?: Workflow;
136
- readonly analyze?: ({
141
+ readonly analyze?: (Pick_WorkflowAnalyze_branches_or_individualizedBranches_or_defaultBranches_ & {
137
142
  outputsForEntrypoint: {
138
143
  [key: string]: string[];
139
144
  };
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBOEVwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUFzQkQsSUFBWSxjQUtYO0FBTEQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQUt6QiJ9
19
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBOEVwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUEyQkQsSUFBWSxjQUtYO0FBTEQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQUt6QiJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.27+5f8acef",
3
+ "version": "1.0.31+8218d05",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",