@epilot/pricing-client 3.24.1 → 3.25.0

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 CHANGED
@@ -3402,8 +3402,10 @@ declare namespace Paths {
3402
3402
  namespace $SearchCatalog {
3403
3403
  export interface HeaderParameters {
3404
3404
  "X-Ivy-Org-ID": Parameters.XIvyOrgID;
3405
+ Authorization?: Parameters.Authorization;
3405
3406
  }
3406
3407
  namespace Parameters {
3408
+ export type Authorization = string;
3407
3409
  export type XIvyOrgID = string;
3408
3410
  }
3409
3411
  export type RequestBody = /**
package/dist/openapi.json CHANGED
@@ -572,6 +572,14 @@
572
572
  "type": "string"
573
573
  },
574
574
  "required": true
575
+ },
576
+ {
577
+ "in": "header",
578
+ "name": "Authorization",
579
+ "description": "The token identifying the client making the request",
580
+ "schema": {
581
+ "type": "string"
582
+ }
575
583
  }
576
584
  ],
577
585
  "requestBody": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.24.1",
3
+ "version": "3.25.0",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",