@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 CHANGED
@@ -18,7 +18,7 @@ export interface paths {
18
18
  get: operations["Return get"];
19
19
  parameters: {
20
20
  path: {
21
- storeId: components["parameters"]["store-id.param"];
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
- storeId: components["parameters"]["store-id.param"];
728
+ returnId: components["parameters"]["return-id.param"];
729
729
  };
730
730
  };
731
731
  responses: {
package/lib/openapi.yaml CHANGED
@@ -794,7 +794,7 @@ paths:
794
794
  tags:
795
795
  - Returns
796
796
  parameters:
797
- - $ref: '#/components/parameters/store-id.param'
797
+ - $ref: '#/components/parameters/return-id.param'
798
798
  summary: Return
799
799
  /returns/{returnId}/comments:
800
800
  description: Return comment.
package/package.json CHANGED
@@ -31,5 +31,5 @@
31
31
  ]
32
32
  }
33
33
  },
34
- "version": "2.2.44"
34
+ "version": "2.2.45"
35
35
  }