@erp-galoper/types 1.0.506 → 1.0.507
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 +9 -9
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -25786,8 +25786,8 @@ export interface components {
|
|
|
25786
25786
|
group: components["schemas"]["ContactSegmentationSharedSchema"];
|
|
25787
25787
|
/** Children */
|
|
25788
25788
|
children: components["schemas"]["SupplierChildDetailSchema"][];
|
|
25789
|
-
/**
|
|
25790
|
-
|
|
25789
|
+
/** Companyregistrationnumber */
|
|
25790
|
+
companyRegistrationNumber: string | null;
|
|
25791
25791
|
};
|
|
25792
25792
|
/** SupplierListSchema */
|
|
25793
25793
|
SupplierListSchema: {
|
|
@@ -25877,8 +25877,8 @@ export interface components {
|
|
|
25877
25877
|
* @description from the list of contact segmentation choose group filtered by type = "supplier"
|
|
25878
25878
|
*/
|
|
25879
25879
|
group: string;
|
|
25880
|
-
/**
|
|
25881
|
-
|
|
25880
|
+
/** Companyregistrationnumber */
|
|
25881
|
+
companyRegistrationNumber?: string;
|
|
25882
25882
|
};
|
|
25883
25883
|
/** SupplierBankSchema */
|
|
25884
25884
|
SupplierBankSchema: {
|
|
@@ -25963,8 +25963,8 @@ export interface components {
|
|
|
25963
25963
|
group: components["schemas"]["ContactSegmentationSharedSchema"];
|
|
25964
25964
|
/** Children */
|
|
25965
25965
|
children: components["schemas"]["SupplierChildDetailSchema"][];
|
|
25966
|
-
/**
|
|
25967
|
-
|
|
25966
|
+
/** Companyregistrationnumber */
|
|
25967
|
+
companyRegistrationNumber: string | null;
|
|
25968
25968
|
};
|
|
25969
25969
|
/** ChangeSupplierBankSchema */
|
|
25970
25970
|
ChangeSupplierBankSchema: {
|
|
@@ -26057,8 +26057,8 @@ export interface components {
|
|
|
26057
26057
|
* @description from the list of contact segmentation choose group filtered by type = "supplier"
|
|
26058
26058
|
*/
|
|
26059
26059
|
group?: string;
|
|
26060
|
-
/**
|
|
26061
|
-
|
|
26060
|
+
/** Companyregistrationnumber */
|
|
26061
|
+
companyRegistrationNumber?: string;
|
|
26062
26062
|
};
|
|
26063
26063
|
/** UpdateSupplierBankSchema */
|
|
26064
26064
|
UpdateSupplierBankSchema: {
|
|
@@ -26948,7 +26948,7 @@ export interface components {
|
|
|
26948
26948
|
/**
|
|
26949
26949
|
* Id
|
|
26950
26950
|
* Format: uuid
|
|
26951
|
-
* @example
|
|
26951
|
+
* @example d4aa7103-192c-4f52-bc6b-36e87ed6e800
|
|
26952
26952
|
*/
|
|
26953
26953
|
id: string;
|
|
26954
26954
|
/**
|