repzo 1.0.195 → 1.0.196

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.
@@ -452,7 +452,7 @@ export declare namespace Service {
452
452
  };
453
453
  paymentTerm?: StringId;
454
454
  speciality?: StringId[];
455
- company_namespace: string[];
455
+ company_namespace?: string[];
456
456
  channel?: StringId;
457
457
  isChain?: boolean;
458
458
  chain?: StringId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.195",
3
+ "version": "1.0.196",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -610,7 +610,7 @@ export namespace Service {
610
610
  customFields?: { [key: string]: string | number | boolean | StringId };
611
611
  paymentTerm?: StringId;
612
612
  speciality?: StringId[];
613
- company_namespace: string[];
613
+ company_namespace?: string[];
614
614
  channel?: StringId;
615
615
  isChain?: boolean;
616
616
  chain?: StringId;