@redotech/redo-api-schema 2.2.44 → 2.2.45
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/lib/openapi.d.ts +2 -2
- package/lib/openapi.yaml +1 -1
- package/package.json +1 -1
package/lib/openapi.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ export interface paths {
|
|
|
18
18
|
get: operations["Return get"];
|
|
19
19
|
parameters: {
|
|
20
20
|
path: {
|
|
21
|
-
|
|
21
|
+
returnId: components["parameters"]["return-id.param"];
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
24
|
};
|
|
@@ -725,7 +725,7 @@ export interface operations {
|
|
|
725
725
|
"Return get": {
|
|
726
726
|
parameters: {
|
|
727
727
|
path: {
|
|
728
|
-
|
|
728
|
+
returnId: components["parameters"]["return-id.param"];
|
|
729
729
|
};
|
|
730
730
|
};
|
|
731
731
|
responses: {
|
package/lib/openapi.yaml
CHANGED
package/package.json
CHANGED