@redotech/redo-api-schema 2.2.75 → 2.2.77
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 +1 -7
- package/lib/openapi.yaml +1 -1
- package/package.json +1 -1
package/lib/openapi.d.ts
CHANGED
|
@@ -1046,13 +1046,7 @@ export interface operations {
|
|
|
1046
1046
|
/** @description Success */
|
|
1047
1047
|
200: {
|
|
1048
1048
|
content: {
|
|
1049
|
-
"application/json":
|
|
1050
|
-
/**
|
|
1051
|
-
* Coverage Products
|
|
1052
|
-
* @description Coverage products.
|
|
1053
|
-
*/
|
|
1054
|
-
coverageProducts: components["schemas"]["coverage-product.schema"][];
|
|
1055
|
-
};
|
|
1049
|
+
"application/json": unknown[];
|
|
1056
1050
|
};
|
|
1057
1051
|
};
|
|
1058
1052
|
/** @description Error */
|
package/lib/openapi.yaml
CHANGED
package/package.json
CHANGED