@erp-galoper/types 1.0.573 → 1.0.575
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/openapi.ts +11 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -24918,6 +24918,11 @@ export interface components {
|
|
|
24918
24918
|
* @description visible when customer type is company
|
|
24919
24919
|
*/
|
|
24920
24920
|
companyRegistrationNumber: string | null;
|
|
24921
|
+
/**
|
|
24922
|
+
* Financialnumber
|
|
24923
|
+
* @description visible when customer type is company
|
|
24924
|
+
*/
|
|
24925
|
+
financialNumber: string | null;
|
|
24921
24926
|
};
|
|
24922
24927
|
/** CustomerGroupInfoSchema */
|
|
24923
24928
|
CustomerGroupInfoSchema: {
|
|
@@ -25743,6 +25748,11 @@ export interface components {
|
|
|
25743
25748
|
* @description visible when customer type is company
|
|
25744
25749
|
*/
|
|
25745
25750
|
companyRegistrationNumber: string | null;
|
|
25751
|
+
/**
|
|
25752
|
+
* Financialnumber
|
|
25753
|
+
* @description visible when customer type is company
|
|
25754
|
+
*/
|
|
25755
|
+
financialNumber?: string | null;
|
|
25746
25756
|
};
|
|
25747
25757
|
/**
|
|
25748
25758
|
* TypeOfCustomerValue
|
|
@@ -26974,7 +26984,7 @@ export interface components {
|
|
|
26974
26984
|
/**
|
|
26975
26985
|
* Id
|
|
26976
26986
|
* Format: uuid
|
|
26977
|
-
* @example
|
|
26987
|
+
* @example 4a3570fc-95a6-4c8a-943c-38996fd8bcfa
|
|
26978
26988
|
*/
|
|
26979
26989
|
id: string;
|
|
26980
26990
|
/**
|