@erp-galoper/types 1.0.612 → 1.0.613

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 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26380,8 +26380,10 @@ export interface components {
26380
26380
  email: string | null;
26381
26381
  /** Company */
26382
26382
  company: string;
26383
- /** Phone */
26384
- phone?: string | null;
26383
+ /** Phone1 */
26384
+ phone1?: string | null;
26385
+ /** Phone2 */
26386
+ phone2?: string | null;
26385
26387
  /**
26386
26388
  * Attachments
26387
26389
  * @default []
@@ -27553,7 +27555,7 @@ export interface components {
27553
27555
  /**
27554
27556
  * Id
27555
27557
  * Format: uuid
27556
- * @example 6d31e352-1c8b-46ee-9c2a-5dc0d650d3c5
27558
+ * @example 2c008312-d367-40e7-bb25-80c9b6f474e1
27557
27559
  */
27558
27560
  id: string;
27559
27561
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.612",
3
+ "version": "1.0.613",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],