repzo 1.0.129 → 1.0.130

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.
@@ -4309,6 +4309,9 @@ export declare namespace Service {
4309
4309
  local_name: string;
4310
4310
  sku: string;
4311
4311
  barcode: string;
4312
+ integration_meta?: {
4313
+ [key: string]: any;
4314
+ };
4312
4315
  };
4313
4316
  variant_name: string;
4314
4317
  listed_price: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.129",
3
+ "version": "1.0.130",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",
@@ -4371,6 +4371,7 @@ export namespace Service {
4371
4371
  local_name: string;
4372
4372
  sku: string;
4373
4373
  barcode: string;
4374
+ integration_meta?: { [key: string]: any };
4374
4375
  };
4375
4376
  variant_name: string;
4376
4377
  listed_price: number;