@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.
Files changed (2) hide show
  1. package/openapi.ts +11 -1
  2. 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 98d68813-e840-422d-a433-e3264d221404
26987
+ * @example 4a3570fc-95a6-4c8a-943c-38996fd8bcfa
26978
26988
  */
26979
26989
  id: string;
26980
26990
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.573",
3
+ "version": "1.0.575",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],