@rlvt/contents-openapi-client 1.0.230 → 1.0.233
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 +2 -2
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -889,7 +889,7 @@ export default class {
|
|
|
889
889
|
[x: string]: unknown;
|
|
890
890
|
} | undefined;
|
|
891
891
|
} & {
|
|
892
|
-
template
|
|
892
|
+
template?: {
|
|
893
893
|
components: {
|
|
894
894
|
[x: string]: {
|
|
895
895
|
type: string;
|
|
@@ -1129,7 +1129,7 @@ export default class {
|
|
|
1129
1129
|
};
|
|
1130
1130
|
};
|
|
1131
1131
|
};
|
|
1132
|
-
});
|
|
1132
|
+
}) | undefined;
|
|
1133
1133
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
1134
1134
|
status: "success";
|
|
1135
1135
|
program: string;
|
package/package.json
CHANGED