@epilot/pricing-client 3.48.4 → 3.48.6
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/dist/openapi.d.ts +2 -2
- package/dist/openapi.json +5 -1
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -4940,8 +4940,8 @@ declare namespace Components {
|
|
|
4940
4940
|
/**
|
|
4941
4941
|
* The number os results returned.
|
|
4942
4942
|
*/
|
|
4943
|
-
hits
|
|
4944
|
-
results
|
|
4943
|
+
hits: number;
|
|
4944
|
+
results: /**
|
|
4945
4945
|
* example:
|
|
4946
4946
|
* {
|
|
4947
4947
|
* "$ref": "#/components/examples/entity-item/value"
|
package/dist/openapi.json
CHANGED