@erp-galoper/types 1.0.505 → 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.
Files changed (2) hide show
  1. package/openapi.ts +9 -9
  2. 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
- /** Registrationnumber */
25790
- registrationNumber: string | null;
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
- /** Registrationnumber */
25881
- registrationNumber?: string;
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
- /** Registrationnumber */
25967
- registrationNumber: string | null;
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
- /** Registrationnumber */
26061
- registrationNumber?: string;
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 0fe99e21-1dbf-4fc2-925b-6ae5775c9707
26951
+ * @example d4aa7103-192c-4f52-bc6b-36e87ed6e800
26952
26952
  */
26953
26953
  id: string;
26954
26954
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.505",
3
+ "version": "1.0.507",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],