@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 CHANGED
@@ -1139,7 +1139,13 @@ export interface operations {
1139
1139
  /** @description Success */
1140
1140
  200: {
1141
1141
  content: {
1142
- "application/json": unknown[];
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
@@ -1203,7 +1203,7 @@ paths:
1203
1203
  type: array
1204
1204
  required:
1205
1205
  - coverageProducts
1206
- type: array
1206
+ type: object
1207
1207
  description: Success
1208
1208
  default:
1209
1209
  content:
package/package.json CHANGED
@@ -31,5 +31,5 @@
31
31
  ]
32
32
  }
33
33
  },
34
- "version": "2.2.88"
34
+ "version": "2.2.90"
35
35
  }