@erp-galoper/types 1.0.493 → 1.0.495
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 +15 -2
- 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 2bf20917-1574-4ab3-b649-124967ccdeaf
|
|
26930
26938
|
*/
|
|
26931
26939
|
id: string;
|
|
26932
26940
|
/**
|
|
@@ -38700,6 +38708,7 @@ export interface components {
|
|
|
38700
38708
|
*/
|
|
38701
38709
|
promotionsAndOffers: components["schemas"]["PromotionsAndOffersSharedSchema"][];
|
|
38702
38710
|
commission: components["schemas"]["CommissionLevelSharedSchema"] | null;
|
|
38711
|
+
/** @description visible when project module is active */
|
|
38703
38712
|
project: components["schemas"]["ProjectSummaryInfo"] | null;
|
|
38704
38713
|
/**
|
|
38705
38714
|
* Secondaryrate
|
|
@@ -38944,7 +38953,10 @@ export interface components {
|
|
|
38944
38953
|
* @default []
|
|
38945
38954
|
*/
|
|
38946
38955
|
promotionsAndOffers: string[];
|
|
38947
|
-
/**
|
|
38956
|
+
/**
|
|
38957
|
+
* Project
|
|
38958
|
+
* @description project id, visible when project module is active, get projects from /api/v1/projects/?branchId={branch-id}/
|
|
38959
|
+
*/
|
|
38948
38960
|
project?: number;
|
|
38949
38961
|
/**
|
|
38950
38962
|
* Date
|
|
@@ -39045,6 +39057,7 @@ export interface components {
|
|
|
39045
39057
|
*/
|
|
39046
39058
|
promotionsAndOffers: components["schemas"]["PromotionsAndOffersSharedSchema"][];
|
|
39047
39059
|
commission: components["schemas"]["CommissionLevelSharedSchema"] | null;
|
|
39060
|
+
/** @description visible when project module is active */
|
|
39048
39061
|
project: components["schemas"]["ProjectSummaryInfo"] | null;
|
|
39049
39062
|
/**
|
|
39050
39063
|
* Secondaryrate
|