@epilot/pricing-client 3.8.0 → 3.9.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
@@ -337,6 +337,10 @@ declare namespace Components {
337
337
  */
338
338
  _product?: {
339
339
  [name: string]: any;
340
+ /**
341
+ * The description for the product
342
+ */
343
+ description?: string;
340
344
  /**
341
345
  * The product code
342
346
  */
@@ -868,6 +872,10 @@ declare namespace Components {
868
872
  */
869
873
  _product?: {
870
874
  [name: string]: any;
875
+ /**
876
+ * The description for the product
877
+ */
878
+ description?: string;
871
879
  /**
872
880
  * The product code
873
881
  */
@@ -1917,6 +1925,10 @@ declare namespace Components {
1917
1925
  */
1918
1926
  _product?: {
1919
1927
  [name: string]: any;
1928
+ /**
1929
+ * The description for the product
1930
+ */
1931
+ description?: string;
1920
1932
  /**
1921
1933
  * The product code
1922
1934
  */
@@ -2270,6 +2282,10 @@ declare namespace Components {
2270
2282
  */
2271
2283
  export interface Product {
2272
2284
  [name: string]: any;
2285
+ /**
2286
+ * The description for the product
2287
+ */
2288
+ description?: string;
2273
2289
  /**
2274
2290
  * The product code
2275
2291
  */
package/dist/openapi.json CHANGED
@@ -933,6 +933,10 @@
933
933
  "$ref": "#/components/examples/product"
934
934
  },
935
935
  "properties": {
936
+ "description": {
937
+ "type": "string",
938
+ "description": "The description for the product"
939
+ },
936
940
  "code": {
937
941
  "type": "string",
938
942
  "description": "The product code"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.8.0",
3
+ "version": "3.9.0",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",