@rlvt/workflows-openapi-client 0.0.0-f5588f0 → 0.0.0-fec33db
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 +5 -5
- package/build/definitions.d.ts +2 -2
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -164,7 +164,7 @@ export default class {
|
|
|
164
164
|
outputsForEntrypoint: {
|
|
165
165
|
[x: string]: string[];
|
|
166
166
|
};
|
|
167
|
-
|
|
167
|
+
entrypointsForNode: {
|
|
168
168
|
[x: string]: string[];
|
|
169
169
|
};
|
|
170
170
|
datasForEntrypoint: {
|
|
@@ -256,7 +256,7 @@ export default class {
|
|
|
256
256
|
outputsForEntrypoint: {
|
|
257
257
|
[x: string]: string[];
|
|
258
258
|
};
|
|
259
|
-
|
|
259
|
+
entrypointsForNode: {
|
|
260
260
|
[x: string]: string[];
|
|
261
261
|
};
|
|
262
262
|
datasForEntrypoint: {
|
|
@@ -346,7 +346,7 @@ export default class {
|
|
|
346
346
|
outputsForEntrypoint: {
|
|
347
347
|
[x: string]: string[];
|
|
348
348
|
};
|
|
349
|
-
|
|
349
|
+
entrypointsForNode: {
|
|
350
350
|
[x: string]: string[];
|
|
351
351
|
};
|
|
352
352
|
datasForEntrypoint: {
|
|
@@ -470,7 +470,7 @@ export default class {
|
|
|
470
470
|
outputsForEntrypoint: {
|
|
471
471
|
[x: string]: string[];
|
|
472
472
|
};
|
|
473
|
-
|
|
473
|
+
entrypointsForNode: {
|
|
474
474
|
[x: string]: string[];
|
|
475
475
|
};
|
|
476
476
|
datasForEntrypoint: {
|
|
@@ -571,7 +571,7 @@ export default class {
|
|
|
571
571
|
outputsForEntrypoint: {
|
|
572
572
|
[x: string]: string[];
|
|
573
573
|
};
|
|
574
|
-
|
|
574
|
+
entrypointsForNode: {
|
|
575
575
|
[x: string]: string[];
|
|
576
576
|
};
|
|
577
577
|
datasForEntrypoint: {
|
package/build/definitions.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ export declare type SerializedWorkflowVersions = {
|
|
|
77
77
|
outputsForEntrypoint: {
|
|
78
78
|
[key: string]: string[];
|
|
79
79
|
};
|
|
80
|
-
|
|
80
|
+
entrypointsForNode: {
|
|
81
81
|
[key: string]: string[];
|
|
82
82
|
};
|
|
83
83
|
datasForEntrypoint: {
|
|
@@ -138,7 +138,7 @@ export declare type Partial_SerializedWorkflowVersions_ = {
|
|
|
138
138
|
outputsForEntrypoint: {
|
|
139
139
|
[key: string]: string[];
|
|
140
140
|
};
|
|
141
|
-
|
|
141
|
+
entrypointsForNode: {
|
|
142
142
|
[key: string]: string[];
|
|
143
143
|
};
|
|
144
144
|
datasForEntrypoint: {
|
package/package.json
CHANGED