@erp-galoper/types 1.0.492 → 1.0.494
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 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -25772,6 +25772,8 @@ export interface components {
|
|
|
25772
25772
|
group: components["schemas"]["ContactSegmentationSharedSchema"];
|
|
25773
25773
|
/** Children */
|
|
25774
25774
|
children: components["schemas"]["SupplierChildDetailSchema"][];
|
|
25775
|
+
/** Registrationnumber */
|
|
25776
|
+
registrationNumber: string | null;
|
|
25775
25777
|
};
|
|
25776
25778
|
/** SupplierListSchema */
|
|
25777
25779
|
SupplierListSchema: {
|
|
@@ -25861,6 +25863,8 @@ export interface components {
|
|
|
25861
25863
|
* @description from the list of contact segmentation choose group filtered by type = "supplier"
|
|
25862
25864
|
*/
|
|
25863
25865
|
group: string;
|
|
25866
|
+
/** Registrationnumber */
|
|
25867
|
+
registrationNumber?: string;
|
|
25864
25868
|
};
|
|
25865
25869
|
/** SupplierBankSchema */
|
|
25866
25870
|
SupplierBankSchema: {
|
|
@@ -25945,6 +25949,8 @@ export interface components {
|
|
|
25945
25949
|
group: components["schemas"]["ContactSegmentationSharedSchema"];
|
|
25946
25950
|
/** Children */
|
|
25947
25951
|
children: components["schemas"]["SupplierChildDetailSchema"][];
|
|
25952
|
+
/** Registrationnumber */
|
|
25953
|
+
registrationNumber: string | null;
|
|
25948
25954
|
};
|
|
25949
25955
|
/** ChangeSupplierBankSchema */
|
|
25950
25956
|
ChangeSupplierBankSchema: {
|
|
@@ -26037,6 +26043,8 @@ export interface components {
|
|
|
26037
26043
|
* @description from the list of contact segmentation choose group filtered by type = "supplier"
|
|
26038
26044
|
*/
|
|
26039
26045
|
group?: string;
|
|
26046
|
+
/** Registrationnumber */
|
|
26047
|
+
registrationNumber?: string;
|
|
26040
26048
|
};
|
|
26041
26049
|
/** UpdateSupplierBankSchema */
|
|
26042
26050
|
UpdateSupplierBankSchema: {
|
|
@@ -26926,7 +26934,7 @@ export interface components {
|
|
|
26926
26934
|
/**
|
|
26927
26935
|
* Id
|
|
26928
26936
|
* Format: uuid
|
|
26929
|
-
* @example
|
|
26937
|
+
* @example 8682f7a5-bf56-44a5-9a2e-6c63f600a8fd
|
|
26930
26938
|
*/
|
|
26931
26939
|
id: string;
|
|
26932
26940
|
/**
|