@erp-galoper/types 1.0.209 → 1.0.210

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 +1 -11
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -21885,11 +21885,6 @@ export interface components {
21885
21885
  name: string;
21886
21886
  /** Code */
21887
21887
  code?: string | null;
21888
- /**
21889
- * Startdate
21890
- * Format: date
21891
- */
21892
- startDate: string;
21893
21888
  /** Phone */
21894
21889
  phone: string;
21895
21890
  /** Mobile */
@@ -21907,11 +21902,6 @@ export interface components {
21907
21902
  name?: string;
21908
21903
  /** Code */
21909
21904
  code?: string | null;
21910
- /**
21911
- * Startdate
21912
- * Format: date
21913
- */
21914
- startDate?: string;
21915
21905
  /** Phone */
21916
21906
  phone?: string;
21917
21907
  /** Mobile */
@@ -26514,7 +26504,7 @@ export interface components {
26514
26504
  /**
26515
26505
  * Id
26516
26506
  * Format: uuid
26517
- * @example e0990108-75cb-48da-889a-84508e1fd23e
26507
+ * @example 55ec3c3f-fd61-49d6-810a-58405f0b230f
26518
26508
  */
26519
26509
  id: string;
26520
26510
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.209",
3
+ "version": "1.0.210",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],