@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 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
@@ -1134,7 +1134,7 @@ paths:
1134
1134
  type: array
1135
1135
  required:
1136
1136
  - coverageProducts
1137
- type: type
1137
+ type: array
1138
1138
  description: Success
1139
1139
  default:
1140
1140
  content:
package/package.json CHANGED
@@ -31,5 +31,5 @@
31
31
  ]
32
32
  }
33
33
  },
34
- "version": "2.2.75"
34
+ "version": "2.2.77"
35
35
  }