@cycleplatform/api-client-typescript 0.3.5 → 0.3.6
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/package.json +1 -1
- package/src/generated/types.ts +4 -4
package/package.json
CHANGED
package/src/generated/types.ts
CHANGED
|
@@ -21037,7 +21037,7 @@ export interface operations {
|
|
|
21037
21037
|
};
|
|
21038
21038
|
};
|
|
21039
21039
|
responses: {
|
|
21040
|
-
/** @description Returns a
|
|
21040
|
+
/** @description Returns a job descriptor. */
|
|
21041
21041
|
202: {
|
|
21042
21042
|
headers: {
|
|
21043
21043
|
[name: string]: unknown;
|
|
@@ -21116,14 +21116,14 @@ export interface operations {
|
|
|
21116
21116
|
};
|
|
21117
21117
|
};
|
|
21118
21118
|
responses: {
|
|
21119
|
-
/** @description Returns a
|
|
21120
|
-
|
|
21119
|
+
/** @description Returns a job descriptor. */
|
|
21120
|
+
202: {
|
|
21121
21121
|
headers: {
|
|
21122
21122
|
[name: string]: unknown;
|
|
21123
21123
|
};
|
|
21124
21124
|
content: {
|
|
21125
21125
|
"application/json": {
|
|
21126
|
-
data: components["schemas"]["
|
|
21126
|
+
data: components["schemas"]["JobDescriptor"];
|
|
21127
21127
|
};
|
|
21128
21128
|
};
|
|
21129
21129
|
};
|