yellowgrid-api-ts 3.2.109-dev.0 → 3.2.111-dev.0

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/api.ts CHANGED
@@ -260,7 +260,7 @@ export interface AccountPageDetailsDTO {
260
260
  */
261
261
  'companyName'?: string;
262
262
  'billingAddress'?: AddressModel;
263
- 'defaultShippingAddress'?: AddressModel;
263
+ 'shippingAddress'?: AddressModel;
264
264
  /**
265
265
  * Addresses
266
266
  */
package/dist/api.d.ts CHANGED
@@ -250,7 +250,7 @@ export interface AccountPageDetailsDTO {
250
250
  */
251
251
  'companyName'?: string;
252
252
  'billingAddress'?: AddressModel;
253
- 'defaultShippingAddress'?: AddressModel;
253
+ 'shippingAddress'?: AddressModel;
254
254
  /**
255
255
  * Addresses
256
256
  */
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
  **xeroId** | **string** | Xero ID | [optional] [default to undefined]
10
10
  **companyName** | **string** | Company | [optional] [default to undefined]
11
11
  **billingAddress** | [**AddressModel**](AddressModel.md) | | [optional] [default to undefined]
12
- **defaultShippingAddress** | [**AddressModel**](AddressModel.md) | | [optional] [default to undefined]
12
+ **shippingAddress** | [**AddressModel**](AddressModel.md) | | [optional] [default to undefined]
13
13
  **previousShippingAddreses** | [**Array<AddressModel>**](AddressModel.md) | Addresses | [optional] [default to undefined]
14
14
  **portalAccess** | **boolean** | Portal Access | [optional] [default to undefined]
15
15
  **cname** | **string** | CNAME | [optional] [default to undefined]
@@ -24,7 +24,7 @@ const instance: AccountPageDetailsDTO = {
24
24
  xeroId,
25
25
  companyName,
26
26
  billingAddress,
27
- defaultShippingAddress,
27
+ shippingAddress,
28
28
  previousShippingAddreses,
29
29
  portalAccess,
30
30
  cname,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.109-dev.0",
3
+ "version": "3.2.111-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {