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.
- package/lib/types/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/types/index.ts +1 -1
package/lib/types/index.d.ts
CHANGED
package/package.json
CHANGED
package/src/types/index.ts
CHANGED
|
@@ -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
|
|
613
|
+
company_namespace?: string[];
|
|
614
614
|
channel?: StringId;
|
|
615
615
|
isChain?: boolean;
|
|
616
616
|
chain?: StringId;
|