@erp-galoper/types 1.0.613 → 1.0.614

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 -5
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -25470,8 +25470,10 @@ export interface components {
25470
25470
  /** Email */
25471
25471
  email: string | null;
25472
25472
  type: components["schemas"]["TypeOfCustomer"];
25473
- /** Phone */
25474
- phone?: string | null;
25473
+ /** Phone1 */
25474
+ phone1?: string | null;
25475
+ /** Phone2 */
25476
+ phone2?: string | null;
25475
25477
  group: components["schemas"]["CustomerGroupInfoSchema"];
25476
25478
  /**
25477
25479
  * Attachments
@@ -27218,8 +27220,10 @@ export interface components {
27218
27220
  lastName?: string | null;
27219
27221
  /** Company */
27220
27222
  company?: string | null;
27221
- /** Phone */
27222
- phone?: string | null;
27223
+ /** Phone1 */
27224
+ phone1?: string | null;
27225
+ /** Phone2 */
27226
+ phone2?: string | null;
27223
27227
  };
27224
27228
  /** InvoiceSchema */
27225
27229
  InvoiceSchema: {
@@ -27555,7 +27559,7 @@ export interface components {
27555
27559
  /**
27556
27560
  * Id
27557
27561
  * Format: uuid
27558
- * @example 2c008312-d367-40e7-bb25-80c9b6f474e1
27562
+ * @example e7b5d37a-6771-4fb9-9ae6-92af898b0e01
27559
27563
  */
27560
27564
  id: string;
27561
27565
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.613",
3
+ "version": "1.0.614",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],