@onylab/common-api 2.0.9 → 2.0.10

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.
@@ -144,7 +144,7 @@ declare module "api/hubrise/model/order/HubriseOrderContract" {
144
144
  coupon_codes?: string[];
145
145
  collection_code?: string;
146
146
  total?: string;
147
- custom_fields?: Record<string, string>;
147
+ custom_fields?: Record<string, unknown>;
148
148
  items?: HubriseOrderItemContract[];
149
149
  loyalty_operations?: HubriseOrderLoyaltyOperationContract[];
150
150
  charges?: HubriseOrderChargeContract[];
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Common API",
4
4
  "main": "dist/common-api.node.min.js",
5
5
  "types": "dist/common-api.d.ts",
6
- "version": "2.0.9",
6
+ "version": "2.0.10",
7
7
  "author": "Paul M.",
8
8
  "license": "NO LICENSE",
9
9
  "engines": {