@erp-galoper/types 1.0.1832 → 1.0.1833
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 +7 -4
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -33388,6 +33388,7 @@ export interface components {
|
|
|
33388
33388
|
/** Phone2 */
|
|
33389
33389
|
phone2?: string | null;
|
|
33390
33390
|
group: components["schemas"]["CustomerGroupInfoSchema"];
|
|
33391
|
+
city?: components["schemas"]["CommonCity"] | null;
|
|
33391
33392
|
region: components["schemas"]["RegionCommonSchema"] | null;
|
|
33392
33393
|
/**
|
|
33393
33394
|
* Attachments
|
|
@@ -33514,6 +33515,7 @@ export interface components {
|
|
|
33514
33515
|
/** Postalcode */
|
|
33515
33516
|
postalCode?: string | null;
|
|
33516
33517
|
city: components["schemas"]["CommonCity"] | null;
|
|
33518
|
+
region: components["schemas"]["RegionCommonSchema"] | null;
|
|
33517
33519
|
/** Address */
|
|
33518
33520
|
address?: string | null;
|
|
33519
33521
|
/** Website */
|
|
@@ -33552,7 +33554,6 @@ export interface components {
|
|
|
33552
33554
|
* @default []
|
|
33553
33555
|
*/
|
|
33554
33556
|
priceList: components["schemas"]["CommonPriceListSchema"][];
|
|
33555
|
-
region: components["schemas"]["RegionCommonSchema"] | null;
|
|
33556
33557
|
/** Email */
|
|
33557
33558
|
email?: string | null;
|
|
33558
33559
|
/**
|
|
@@ -33770,6 +33771,7 @@ export interface components {
|
|
|
33770
33771
|
/** Postalcode */
|
|
33771
33772
|
postalCode?: string | null;
|
|
33772
33773
|
city: components["schemas"]["CommonCity"] | null;
|
|
33774
|
+
region: components["schemas"]["RegionCommonSchema"] | null;
|
|
33773
33775
|
/** Address */
|
|
33774
33776
|
address?: string | null;
|
|
33775
33777
|
/** Website */
|
|
@@ -33808,7 +33810,6 @@ export interface components {
|
|
|
33808
33810
|
* @default []
|
|
33809
33811
|
*/
|
|
33810
33812
|
priceList: components["schemas"]["CommonPriceListSchema"][];
|
|
33811
|
-
region: components["schemas"]["RegionCommonSchema"] | null;
|
|
33812
33813
|
/** Email */
|
|
33813
33814
|
email?: string | null;
|
|
33814
33815
|
accountClassification?: components["schemas"]["AccountClassificationSchema"] | null;
|
|
@@ -34196,6 +34197,7 @@ export interface components {
|
|
|
34196
34197
|
/** Postalcode */
|
|
34197
34198
|
postalCode?: string | null;
|
|
34198
34199
|
city: components["schemas"]["CommonCity"] | null;
|
|
34200
|
+
region?: components["schemas"]["RegionCommonSchema"] | null;
|
|
34199
34201
|
/** Address */
|
|
34200
34202
|
address?: string | null;
|
|
34201
34203
|
/** Website */
|
|
@@ -34246,7 +34248,6 @@ export interface components {
|
|
|
34246
34248
|
* @default []
|
|
34247
34249
|
*/
|
|
34248
34250
|
priceList: components["schemas"]["CommonPriceListSchema"][];
|
|
34249
|
-
region?: components["schemas"]["RegionCommonSchema"] | null;
|
|
34250
34251
|
/** Email */
|
|
34251
34252
|
email?: string | null;
|
|
34252
34253
|
accountClassification?: components["schemas"]["AccountClassificationSchema"] | null;
|
|
@@ -34526,6 +34527,7 @@ export interface components {
|
|
|
34526
34527
|
/** Postalcode */
|
|
34527
34528
|
postalCode?: string | null;
|
|
34528
34529
|
city: components["schemas"]["CommonCity"] | null;
|
|
34530
|
+
region: components["schemas"]["RegionCommonSchema"] | null;
|
|
34529
34531
|
/** Address */
|
|
34530
34532
|
address?: string | null;
|
|
34531
34533
|
/** Website */
|
|
@@ -34554,7 +34556,6 @@ export interface components {
|
|
|
34554
34556
|
email?: string | null;
|
|
34555
34557
|
/** Note */
|
|
34556
34558
|
note?: string | null;
|
|
34557
|
-
region: components["schemas"]["RegionCommonSchema"] | null;
|
|
34558
34559
|
accountClassification?: components["schemas"]["AccountClassificationSchema"] | null;
|
|
34559
34560
|
/**
|
|
34560
34561
|
* Classificationtypes
|
|
@@ -35647,6 +35648,7 @@ export interface components {
|
|
|
35647
35648
|
/** Postalcode */
|
|
35648
35649
|
postalCode?: string | null;
|
|
35649
35650
|
city: components["schemas"]["CommonCity"] | null;
|
|
35651
|
+
region?: components["schemas"]["RegionCommonSchema"] | null;
|
|
35650
35652
|
/** Address */
|
|
35651
35653
|
address?: string | null;
|
|
35652
35654
|
/** Website */
|
|
@@ -39921,6 +39923,7 @@ export interface components {
|
|
|
39921
39923
|
/** Postalcode */
|
|
39922
39924
|
postalCode?: string | null;
|
|
39923
39925
|
city: components["schemas"]["CommonCity"] | null;
|
|
39926
|
+
region?: components["schemas"]["RegionCommonSchema"] | null;
|
|
39924
39927
|
/** Address */
|
|
39925
39928
|
address?: string | null;
|
|
39926
39929
|
/** Website */
|