@erp-galoper/types 1.0.429 → 1.0.430

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 +5 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -24803,6 +24803,8 @@ export interface components {
24803
24803
  accountNumber: string;
24804
24804
  /** Name */
24805
24805
  name: string;
24806
+ /** Email */
24807
+ email: string | null;
24806
24808
  type: components["schemas"]["TypeOfCustomer"];
24807
24809
  /** Phone */
24808
24810
  phone?: string | null;
@@ -25684,6 +25686,8 @@ export interface components {
25684
25686
  accountNumber: string;
25685
25687
  /** Name */
25686
25688
  name: string;
25689
+ /** Email */
25690
+ email: string | null;
25687
25691
  /** Company */
25688
25692
  company: string;
25689
25693
  /** Phone */
@@ -26850,7 +26854,7 @@ export interface components {
26850
26854
  /**
26851
26855
  * Id
26852
26856
  * Format: uuid
26853
- * @example 05751f07-a6fc-4537-85e9-bfedca260717
26857
+ * @example 61567cb6-e247-4695-af7f-2bb5bdfb6bf0
26854
26858
  */
26855
26859
  id: string;
26856
26860
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.429",
3
+ "version": "1.0.430",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],