@erp-galoper/types 1.0.1918 → 1.0.1920
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.
- package/openapi.ts +5 -5
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -33669,7 +33669,7 @@ export interface components {
|
|
|
33669
33669
|
/** Name */
|
|
33670
33670
|
name: string;
|
|
33671
33671
|
/** Phone1 */
|
|
33672
|
-
phone1
|
|
33672
|
+
phone1?: string | null;
|
|
33673
33673
|
/**
|
|
33674
33674
|
* Postal Code
|
|
33675
33675
|
* @default
|
|
@@ -34321,7 +34321,7 @@ export interface components {
|
|
|
34321
34321
|
/** Name */
|
|
34322
34322
|
name: string;
|
|
34323
34323
|
/** Phone1 */
|
|
34324
|
-
phone1
|
|
34324
|
+
phone1?: string | null;
|
|
34325
34325
|
/** Postalcode */
|
|
34326
34326
|
postalCode?: string | null;
|
|
34327
34327
|
/** Address */
|
|
@@ -34404,7 +34404,7 @@ export interface components {
|
|
|
34404
34404
|
/** IndividualCustomerCreateSchema */
|
|
34405
34405
|
IndividualCustomerCreateSchema: {
|
|
34406
34406
|
/** Phone1 */
|
|
34407
|
-
phone1
|
|
34407
|
+
phone1?: string | null;
|
|
34408
34408
|
/** Phone2 */
|
|
34409
34409
|
phone2?: string | null;
|
|
34410
34410
|
/** Fax */
|
|
@@ -34483,7 +34483,7 @@ export interface components {
|
|
|
34483
34483
|
/** CompanyCustomerCreateSchema */
|
|
34484
34484
|
CompanyCustomerCreateSchema: {
|
|
34485
34485
|
/** Phone1 */
|
|
34486
|
-
phone1
|
|
34486
|
+
phone1?: string | null;
|
|
34487
34487
|
/** Phone2 */
|
|
34488
34488
|
phone2?: string | null;
|
|
34489
34489
|
/** Fax */
|
|
@@ -34824,7 +34824,7 @@ export interface components {
|
|
|
34824
34824
|
/** SupplierCreateSchema */
|
|
34825
34825
|
SupplierCreateSchema: {
|
|
34826
34826
|
/** Phone1 */
|
|
34827
|
-
phone1
|
|
34827
|
+
phone1?: string | null;
|
|
34828
34828
|
/** Phone2 */
|
|
34829
34829
|
phone2?: string | null;
|
|
34830
34830
|
/** Fax */
|