@erp-galoper/types 1.0.1279 → 1.0.1280

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 +19 -19
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -31386,8 +31386,8 @@ export interface components {
31386
31386
  */
31387
31387
  postal_code: string | null;
31388
31388
  /** Address */
31389
- address: string;
31390
- region: components["schemas"]["RegionCommonSchema"];
31389
+ address: string | null;
31390
+ region: components["schemas"]["RegionCommonSchema"] | null;
31391
31391
  /**
31392
31392
  * Shipmentinformation
31393
31393
  * @default []
@@ -31569,7 +31569,7 @@ export interface components {
31569
31569
  /** Fax */
31570
31570
  fax?: string | null;
31571
31571
  /** Country */
31572
- country: string;
31572
+ country: string | null;
31573
31573
  /** Postalcode */
31574
31574
  postalCode?: string | null;
31575
31575
  city: components["schemas"]["CommonCity"] | null;
@@ -31608,7 +31608,7 @@ export interface components {
31608
31608
  * @default []
31609
31609
  */
31610
31610
  priceList: components["schemas"]["CommonPriceListSchema"][];
31611
- region: components["schemas"]["RegionCommonSchema"];
31611
+ region: components["schemas"]["RegionCommonSchema"] | null;
31612
31612
  /** Email */
31613
31613
  email?: string | null;
31614
31614
  /**
@@ -31811,7 +31811,7 @@ export interface components {
31811
31811
  /** Fax */
31812
31812
  fax?: string | null;
31813
31813
  /** Country */
31814
- country: string;
31814
+ country: string | null;
31815
31815
  /** Postalcode */
31816
31816
  postalCode?: string | null;
31817
31817
  city: components["schemas"]["CommonCity"] | null;
@@ -31850,7 +31850,7 @@ export interface components {
31850
31850
  * @default []
31851
31851
  */
31852
31852
  priceList: components["schemas"]["CommonPriceListSchema"][];
31853
- region: components["schemas"]["RegionCommonSchema"];
31853
+ region: components["schemas"]["RegionCommonSchema"] | null;
31854
31854
  /** Email */
31855
31855
  email?: string | null;
31856
31856
  accountClassification?: components["schemas"]["AccountClassificationSchema"] | null;
@@ -31977,7 +31977,7 @@ export interface components {
31977
31977
  /** Address */
31978
31978
  address?: string;
31979
31979
  /** Region */
31980
- region: number;
31980
+ region?: number;
31981
31981
  /**
31982
31982
  * Banks
31983
31983
  * @default []
@@ -32060,11 +32060,11 @@ export interface components {
32060
32060
  /** Fax */
32061
32061
  fax?: string | null;
32062
32062
  /** Country */
32063
- country: string;
32063
+ country?: string;
32064
32064
  /** Postalcode */
32065
32065
  postalCode?: string | null;
32066
32066
  /** City */
32067
- city: number | null;
32067
+ city?: number | null;
32068
32068
  /** Address */
32069
32069
  address?: string | null;
32070
32070
  /** Website */
@@ -32091,7 +32091,7 @@ export interface components {
32091
32091
  * Region
32092
32092
  * @description to get regions use /api/v1/common/regions/ and filter by country equals to selected country by user
32093
32093
  */
32094
- region: number;
32094
+ region?: number;
32095
32095
  /** Email */
32096
32096
  email?: string | null;
32097
32097
  /**
@@ -32134,11 +32134,11 @@ export interface components {
32134
32134
  /** Fax */
32135
32135
  fax?: string | null;
32136
32136
  /** Country */
32137
- country: string;
32137
+ country?: string;
32138
32138
  /** Postalcode */
32139
32139
  postalCode?: string | null;
32140
32140
  /** City */
32141
- city: number | null;
32141
+ city?: number | null;
32142
32142
  /** Address */
32143
32143
  address?: string | null;
32144
32144
  /** Website */
@@ -32162,7 +32162,7 @@ export interface components {
32162
32162
  */
32163
32163
  priceList: number[];
32164
32164
  /** Region */
32165
- region: number;
32165
+ region?: number;
32166
32166
  /** Email */
32167
32167
  email?: string | null;
32168
32168
  /**
@@ -32213,7 +32213,7 @@ export interface components {
32213
32213
  /** Fax */
32214
32214
  fax?: string | null;
32215
32215
  /** Country */
32216
- country: string;
32216
+ country: string | null;
32217
32217
  /** Postalcode */
32218
32218
  postalCode?: string | null;
32219
32219
  city: components["schemas"]["CommonCity"] | null;
@@ -32424,11 +32424,11 @@ export interface components {
32424
32424
  /** Fax */
32425
32425
  fax?: string | null;
32426
32426
  /** Country */
32427
- country: string;
32427
+ country?: string;
32428
32428
  /** Postalcode */
32429
32429
  postalCode?: string | null;
32430
32430
  /** City */
32431
- city: number | null;
32431
+ city?: number | null;
32432
32432
  /** Address */
32433
32433
  address?: string | null;
32434
32434
  /** Website */
@@ -32449,7 +32449,7 @@ export interface components {
32449
32449
  /** Note */
32450
32450
  note?: string | null;
32451
32451
  /** Region */
32452
- region: number;
32452
+ region?: number;
32453
32453
  /** Accountclassification */
32454
32454
  accountClassification?: number | null;
32455
32455
  /**
@@ -32507,7 +32507,7 @@ export interface components {
32507
32507
  /** Fax */
32508
32508
  fax?: string | null;
32509
32509
  /** Country */
32510
- country: string;
32510
+ country: string | null;
32511
32511
  /** Postalcode */
32512
32512
  postalCode?: string | null;
32513
32513
  city: components["schemas"]["CommonCity"] | null;
@@ -32536,7 +32536,7 @@ export interface components {
32536
32536
  email?: string | null;
32537
32537
  /** Note */
32538
32538
  note?: string | null;
32539
- region: components["schemas"]["RegionCommonSchema"];
32539
+ region: components["schemas"]["RegionCommonSchema"] | null;
32540
32540
  accountClassification?: components["schemas"]["AccountClassificationSchema"] | null;
32541
32541
  /**
32542
32542
  * Isresident
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1279",
3
+ "version": "1.0.1280",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],