@redotech/redo-api-schema 2.2.88 → 2.2.90
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 +7 -1
- package/lib/openapi.yaml +1 -1
- package/package.json +1 -1
package/lib/openapi.d.ts
CHANGED
|
@@ -1139,7 +1139,13 @@ export interface operations {
|
|
|
1139
1139
|
/** @description Success */
|
|
1140
1140
|
200: {
|
|
1141
1141
|
content: {
|
|
1142
|
-
"application/json":
|
|
1142
|
+
"application/json": {
|
|
1143
|
+
/**
|
|
1144
|
+
* Coverage Products
|
|
1145
|
+
* @description Coverage products.
|
|
1146
|
+
*/
|
|
1147
|
+
coverageProducts: components["schemas"]["coverage-product.schema"][];
|
|
1148
|
+
};
|
|
1143
1149
|
};
|
|
1144
1150
|
};
|
|
1145
1151
|
/** @description Error */
|
package/lib/openapi.yaml
CHANGED
package/package.json
CHANGED