@digital8/lighting-illusions-ts-sdk 0.0.1111 → 0.0.1113
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-generator/FILES +0 -38
- package/README.md +2 -31
- package/dist/apis/SupplierApi.d.ts +1 -33
- package/dist/apis/SupplierApi.js +0 -122
- package/dist/apis/index.d.ts +0 -1
- package/dist/apis/index.js +0 -1
- package/dist/models/ExternalApiLogResource.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.js +3 -1
- package/dist/models/ProductChildResource.d.ts +6 -0
- package/dist/models/ProductChildResource.js +4 -0
- package/dist/models/StoreProductCategoryRequest.d.ts +2 -2
- package/dist/models/StoreProductCategoryRequest.js +2 -6
- package/dist/models/StoreProductChildRequest.d.ts +2 -2
- package/dist/models/StoreProductChildRequest.js +2 -6
- package/dist/models/StoreProductChildRequestSitesInner.d.ts +2 -2
- package/dist/models/StoreProductChildRequestSitesInner.js +2 -6
- package/dist/models/SupplierResource.d.ts +0 -6
- package/dist/models/SupplierResource.js +0 -4
- package/dist/models/UpdateProductChildRequest.d.ts +2 -2
- package/dist/models/UpdateProductChildRequest.js +2 -6
- package/dist/models/index.d.ts +0 -18
- package/dist/models/index.js +0 -18
- package/docs/ProductChildResource.md +2 -0
- package/docs/SupplierApi.md +0 -138
- package/docs/SupplierResource.md +0 -2
- package/package.json +1 -1
- package/src/apis/SupplierApi.ts +0 -112
- package/src/apis/index.ts +0 -1
- package/src/models/ExternalApiLogResource.ts +3 -2
- package/src/models/ProductChildResource.ts +9 -0
- package/src/models/StoreProductCategoryRequest.ts +4 -6
- package/src/models/StoreProductChildRequest.ts +4 -6
- package/src/models/StoreProductChildRequestSitesInner.ts +4 -6
- package/src/models/SupplierResource.ts +0 -9
- package/src/models/UpdateProductChildRequest.ts +4 -6
- package/src/models/index.ts +0 -18
- package/dist/apis/StoreApi.d.ts +0 -158
- package/dist/apis/StoreApi.js +0 -621
- package/dist/models/AddressResource.d.ts +0 -74
- package/dist/models/AddressResource.js +0 -79
- package/dist/models/AddressResourceArrayResponse.d.ts +0 -33
- package/dist/models/AddressResourceArrayResponse.js +0 -50
- package/dist/models/AttachStoresSupplierRequest.d.ts +0 -32
- package/dist/models/AttachStoresSupplierRequest.js +0 -51
- package/dist/models/AttachSuppliersStoreRequest.d.ts +0 -32
- package/dist/models/AttachSuppliersStoreRequest.js +0 -51
- package/dist/models/DetachStoresSupplierRequest.d.ts +0 -32
- package/dist/models/DetachStoresSupplierRequest.js +0 -51
- package/dist/models/DetachSuppliersStoreRequest.d.ts +0 -32
- package/dist/models/DetachSuppliersStoreRequest.js +0 -51
- package/dist/models/GetAllStoreRequest.d.ts +0 -93
- package/dist/models/GetAllStoreRequest.js +0 -81
- package/dist/models/StoreListResource.d.ts +0 -93
- package/dist/models/StoreListResource.js +0 -82
- package/dist/models/StoreListResourceArrayResponse.d.ts +0 -33
- package/dist/models/StoreListResourceArrayResponse.js +0 -50
- package/dist/models/StoreResource.d.ts +0 -112
- package/dist/models/StoreResource.js +0 -97
- package/dist/models/StoreResourceArrayResponse.d.ts +0 -33
- package/dist/models/StoreResourceArrayResponse.js +0 -50
- package/dist/models/StoreSpecialDateResource.d.ts +0 -56
- package/dist/models/StoreSpecialDateResource.js +0 -65
- package/dist/models/StoreSpecialDateResourceArrayResponse.d.ts +0 -33
- package/dist/models/StoreSpecialDateResourceArrayResponse.js +0 -50
- package/dist/models/StoreStoreRequest.d.ts +0 -177
- package/dist/models/StoreStoreRequest.js +0 -124
- package/dist/models/StoreStoreRequestSpecialDatesInner.d.ts +0 -50
- package/dist/models/StoreStoreRequestSpecialDatesInner.js +0 -57
- package/dist/models/StoreStoreSpecialDateRequest.d.ts +0 -50
- package/dist/models/StoreStoreSpecialDateRequest.js +0 -57
- package/dist/models/UpdateStoreRequest.d.ts +0 -177
- package/dist/models/UpdateStoreRequest.js +0 -124
- package/dist/models/UpdateStoreRequestSpecialDatesInner.d.ts +0 -56
- package/dist/models/UpdateStoreRequestSpecialDatesInner.js +0 -57
- package/docs/AddressResource.md +0 -48
- package/docs/AddressResourceArrayResponse.md +0 -34
- package/docs/AttachStoresSupplierRequest.md +0 -34
- package/docs/AttachSuppliersStoreRequest.md +0 -34
- package/docs/DetachStoresSupplierRequest.md +0 -34
- package/docs/DetachSuppliersStoreRequest.md +0 -34
- package/docs/GetAllStoreRequest.md +0 -48
- package/docs/StoreApi.md +0 -617
- package/docs/StoreListResource.md +0 -54
- package/docs/StoreListResourceArrayResponse.md +0 -34
- package/docs/StoreResource.md +0 -60
- package/docs/StoreResourceArrayResponse.md +0 -34
- package/docs/StoreSpecialDateResource.md +0 -42
- package/docs/StoreSpecialDateResourceArrayResponse.md +0 -34
- package/docs/StoreStoreRequest.md +0 -82
- package/docs/StoreStoreRequestSpecialDatesInner.md +0 -40
- package/docs/StoreStoreSpecialDateRequest.md +0 -40
- package/docs/UpdateStoreRequest.md +0 -82
- package/docs/UpdateStoreRequestSpecialDatesInner.md +0 -42
- package/src/apis/StoreApi.ts +0 -513
- package/src/models/AddressResource.ts +0 -129
- package/src/models/AddressResourceArrayResponse.ts +0 -73
- package/src/models/AttachStoresSupplierRequest.ts +0 -66
- package/src/models/AttachSuppliersStoreRequest.ts +0 -66
- package/src/models/DetachStoresSupplierRequest.ts +0 -66
- package/src/models/DetachSuppliersStoreRequest.ts +0 -66
- package/src/models/GetAllStoreRequest.ts +0 -144
- package/src/models/StoreListResource.ts +0 -159
- package/src/models/StoreListResourceArrayResponse.ts +0 -73
- package/src/models/StoreResource.ts +0 -194
- package/src/models/StoreResourceArrayResponse.ts +0 -73
- package/src/models/StoreSpecialDateResource.ts +0 -101
- package/src/models/StoreSpecialDateResourceArrayResponse.ts +0 -73
- package/src/models/StoreStoreRequest.ts +0 -278
- package/src/models/StoreStoreRequestSpecialDatesInner.ts +0 -90
- package/src/models/StoreStoreSpecialDateRequest.ts +0 -90
- package/src/models/UpdateStoreRequest.ts +0 -278
- package/src/models/UpdateStoreRequestSpecialDatesInner.ts +0 -97
package/docs/StoreResource.md
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# StoreResource
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`id` | number
|
|
10
|
-
`site` | [SiteLiteResource](SiteLiteResource.md)
|
|
11
|
-
`name` | string
|
|
12
|
-
`phone` | string
|
|
13
|
-
`longitude` | number
|
|
14
|
-
`latitude` | number
|
|
15
|
-
`tagLine` | string
|
|
16
|
-
`email` | string
|
|
17
|
-
`openingHours` | string
|
|
18
|
-
`createdAt` | string
|
|
19
|
-
`updatedAt` | string
|
|
20
|
-
`suppliers` | object
|
|
21
|
-
`address` | [AddressResource](AddressResource.md)
|
|
22
|
-
`specialDates` | object
|
|
23
|
-
|
|
24
|
-
## Example
|
|
25
|
-
|
|
26
|
-
```typescript
|
|
27
|
-
import type { StoreResource } from '@digital8/lighting-illusions-ts-sdk'
|
|
28
|
-
|
|
29
|
-
// TODO: Update the object below with actual values
|
|
30
|
-
const example = {
|
|
31
|
-
"id": null,
|
|
32
|
-
"site": null,
|
|
33
|
-
"name": null,
|
|
34
|
-
"phone": null,
|
|
35
|
-
"longitude": null,
|
|
36
|
-
"latitude": null,
|
|
37
|
-
"tagLine": null,
|
|
38
|
-
"email": null,
|
|
39
|
-
"openingHours": null,
|
|
40
|
-
"createdAt": null,
|
|
41
|
-
"updatedAt": null,
|
|
42
|
-
"suppliers": null,
|
|
43
|
-
"address": null,
|
|
44
|
-
"specialDates": null,
|
|
45
|
-
} satisfies StoreResource
|
|
46
|
-
|
|
47
|
-
console.log(example)
|
|
48
|
-
|
|
49
|
-
// Convert the instance to a JSON string
|
|
50
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
51
|
-
console.log(exampleJSON)
|
|
52
|
-
|
|
53
|
-
// Parse the JSON string back to an object
|
|
54
|
-
const exampleParsed = JSON.parse(exampleJSON) as StoreResource
|
|
55
|
-
console.log(exampleParsed)
|
|
56
|
-
```
|
|
57
|
-
|
|
58
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
59
|
-
|
|
60
|
-
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# StoreResourceArrayResponse
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`data` | [Array<StoreResource>](StoreResource.md)
|
|
10
|
-
|
|
11
|
-
## Example
|
|
12
|
-
|
|
13
|
-
```typescript
|
|
14
|
-
import type { StoreResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
-
|
|
16
|
-
// TODO: Update the object below with actual values
|
|
17
|
-
const example = {
|
|
18
|
-
"data": null,
|
|
19
|
-
} satisfies StoreResourceArrayResponse
|
|
20
|
-
|
|
21
|
-
console.log(example)
|
|
22
|
-
|
|
23
|
-
// Convert the instance to a JSON string
|
|
24
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
25
|
-
console.log(exampleJSON)
|
|
26
|
-
|
|
27
|
-
// Parse the JSON string back to an object
|
|
28
|
-
const exampleParsed = JSON.parse(exampleJSON) as StoreResourceArrayResponse
|
|
29
|
-
console.log(exampleParsed)
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
33
|
-
|
|
34
|
-
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# StoreSpecialDateResource
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`id` | number
|
|
10
|
-
`name` | string
|
|
11
|
-
`hours` | string
|
|
12
|
-
`displayStart` | string
|
|
13
|
-
`displayEnd` | string
|
|
14
|
-
|
|
15
|
-
## Example
|
|
16
|
-
|
|
17
|
-
```typescript
|
|
18
|
-
import type { StoreSpecialDateResource } from '@digital8/lighting-illusions-ts-sdk'
|
|
19
|
-
|
|
20
|
-
// TODO: Update the object below with actual values
|
|
21
|
-
const example = {
|
|
22
|
-
"id": null,
|
|
23
|
-
"name": null,
|
|
24
|
-
"hours": null,
|
|
25
|
-
"displayStart": null,
|
|
26
|
-
"displayEnd": null,
|
|
27
|
-
} satisfies StoreSpecialDateResource
|
|
28
|
-
|
|
29
|
-
console.log(example)
|
|
30
|
-
|
|
31
|
-
// Convert the instance to a JSON string
|
|
32
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
33
|
-
console.log(exampleJSON)
|
|
34
|
-
|
|
35
|
-
// Parse the JSON string back to an object
|
|
36
|
-
const exampleParsed = JSON.parse(exampleJSON) as StoreSpecialDateResource
|
|
37
|
-
console.log(exampleParsed)
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
41
|
-
|
|
42
|
-
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# StoreSpecialDateResourceArrayResponse
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`data` | [Array<StoreSpecialDateResource>](StoreSpecialDateResource.md)
|
|
10
|
-
|
|
11
|
-
## Example
|
|
12
|
-
|
|
13
|
-
```typescript
|
|
14
|
-
import type { StoreSpecialDateResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
|
|
15
|
-
|
|
16
|
-
// TODO: Update the object below with actual values
|
|
17
|
-
const example = {
|
|
18
|
-
"data": null,
|
|
19
|
-
} satisfies StoreSpecialDateResourceArrayResponse
|
|
20
|
-
|
|
21
|
-
console.log(example)
|
|
22
|
-
|
|
23
|
-
// Convert the instance to a JSON string
|
|
24
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
25
|
-
console.log(exampleJSON)
|
|
26
|
-
|
|
27
|
-
// Parse the JSON string back to an object
|
|
28
|
-
const exampleParsed = JSON.parse(exampleJSON) as StoreSpecialDateResourceArrayResponse
|
|
29
|
-
console.log(exampleParsed)
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
33
|
-
|
|
34
|
-
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# StoreStoreRequest
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`siteId` | number
|
|
10
|
-
`name` | string
|
|
11
|
-
`phone` | string
|
|
12
|
-
`longitude` | number
|
|
13
|
-
`latitude` | number
|
|
14
|
-
`tagLine` | string
|
|
15
|
-
`email` | string
|
|
16
|
-
`openingHours` | Array<string>
|
|
17
|
-
`openingHours0` | string
|
|
18
|
-
`openingHours1` | string
|
|
19
|
-
`openingHours2` | string
|
|
20
|
-
`openingHours3` | string
|
|
21
|
-
`openingHours4` | string
|
|
22
|
-
`openingHours5` | string
|
|
23
|
-
`openingHours6` | string
|
|
24
|
-
`supplierIds` | Array<number>
|
|
25
|
-
`specialDates` | [Array<StoreStoreRequestSpecialDatesInner>](StoreStoreRequestSpecialDatesInner.md)
|
|
26
|
-
`address` | Array<string>
|
|
27
|
-
`addressCompany` | string
|
|
28
|
-
`addressLine1` | string
|
|
29
|
-
`addressLine2` | string
|
|
30
|
-
`addressPostcode` | string
|
|
31
|
-
`addressSuburb` | string
|
|
32
|
-
`addressCountry` | string
|
|
33
|
-
`addressState` | string
|
|
34
|
-
|
|
35
|
-
## Example
|
|
36
|
-
|
|
37
|
-
```typescript
|
|
38
|
-
import type { StoreStoreRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
39
|
-
|
|
40
|
-
// TODO: Update the object below with actual values
|
|
41
|
-
const example = {
|
|
42
|
-
"siteId": null,
|
|
43
|
-
"name": null,
|
|
44
|
-
"phone": null,
|
|
45
|
-
"longitude": null,
|
|
46
|
-
"latitude": null,
|
|
47
|
-
"tagLine": null,
|
|
48
|
-
"email": null,
|
|
49
|
-
"openingHours": null,
|
|
50
|
-
"openingHours0": null,
|
|
51
|
-
"openingHours1": null,
|
|
52
|
-
"openingHours2": null,
|
|
53
|
-
"openingHours3": null,
|
|
54
|
-
"openingHours4": null,
|
|
55
|
-
"openingHours5": null,
|
|
56
|
-
"openingHours6": null,
|
|
57
|
-
"supplierIds": null,
|
|
58
|
-
"specialDates": null,
|
|
59
|
-
"address": null,
|
|
60
|
-
"addressCompany": null,
|
|
61
|
-
"addressLine1": null,
|
|
62
|
-
"addressLine2": null,
|
|
63
|
-
"addressPostcode": null,
|
|
64
|
-
"addressSuburb": null,
|
|
65
|
-
"addressCountry": null,
|
|
66
|
-
"addressState": null,
|
|
67
|
-
} satisfies StoreStoreRequest
|
|
68
|
-
|
|
69
|
-
console.log(example)
|
|
70
|
-
|
|
71
|
-
// Convert the instance to a JSON string
|
|
72
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
73
|
-
console.log(exampleJSON)
|
|
74
|
-
|
|
75
|
-
// Parse the JSON string back to an object
|
|
76
|
-
const exampleParsed = JSON.parse(exampleJSON) as StoreStoreRequest
|
|
77
|
-
console.log(exampleParsed)
|
|
78
|
-
```
|
|
79
|
-
|
|
80
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
81
|
-
|
|
82
|
-
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# StoreStoreRequestSpecialDatesInner
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`name` | string
|
|
10
|
-
`hours` | string
|
|
11
|
-
`displayStart` | Date
|
|
12
|
-
`displayEnd` | Date
|
|
13
|
-
|
|
14
|
-
## Example
|
|
15
|
-
|
|
16
|
-
```typescript
|
|
17
|
-
import type { StoreStoreRequestSpecialDatesInner } from '@digital8/lighting-illusions-ts-sdk'
|
|
18
|
-
|
|
19
|
-
// TODO: Update the object below with actual values
|
|
20
|
-
const example = {
|
|
21
|
-
"name": null,
|
|
22
|
-
"hours": null,
|
|
23
|
-
"displayStart": null,
|
|
24
|
-
"displayEnd": null,
|
|
25
|
-
} satisfies StoreStoreRequestSpecialDatesInner
|
|
26
|
-
|
|
27
|
-
console.log(example)
|
|
28
|
-
|
|
29
|
-
// Convert the instance to a JSON string
|
|
30
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
31
|
-
console.log(exampleJSON)
|
|
32
|
-
|
|
33
|
-
// Parse the JSON string back to an object
|
|
34
|
-
const exampleParsed = JSON.parse(exampleJSON) as StoreStoreRequestSpecialDatesInner
|
|
35
|
-
console.log(exampleParsed)
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
39
|
-
|
|
40
|
-
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# StoreStoreSpecialDateRequest
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`name` | string
|
|
10
|
-
`hours` | string
|
|
11
|
-
`displayStart` | Date
|
|
12
|
-
`displayEnd` | Date
|
|
13
|
-
|
|
14
|
-
## Example
|
|
15
|
-
|
|
16
|
-
```typescript
|
|
17
|
-
import type { StoreStoreSpecialDateRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
18
|
-
|
|
19
|
-
// TODO: Update the object below with actual values
|
|
20
|
-
const example = {
|
|
21
|
-
"name": null,
|
|
22
|
-
"hours": null,
|
|
23
|
-
"displayStart": null,
|
|
24
|
-
"displayEnd": null,
|
|
25
|
-
} satisfies StoreStoreSpecialDateRequest
|
|
26
|
-
|
|
27
|
-
console.log(example)
|
|
28
|
-
|
|
29
|
-
// Convert the instance to a JSON string
|
|
30
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
31
|
-
console.log(exampleJSON)
|
|
32
|
-
|
|
33
|
-
// Parse the JSON string back to an object
|
|
34
|
-
const exampleParsed = JSON.parse(exampleJSON) as StoreStoreSpecialDateRequest
|
|
35
|
-
console.log(exampleParsed)
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
39
|
-
|
|
40
|
-
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# UpdateStoreRequest
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`siteId` | number
|
|
10
|
-
`name` | string
|
|
11
|
-
`phone` | string
|
|
12
|
-
`longitude` | number
|
|
13
|
-
`latitude` | number
|
|
14
|
-
`tagLine` | string
|
|
15
|
-
`email` | string
|
|
16
|
-
`openingHours` | Array<string>
|
|
17
|
-
`openingHours0` | string
|
|
18
|
-
`openingHours1` | string
|
|
19
|
-
`openingHours2` | string
|
|
20
|
-
`openingHours3` | string
|
|
21
|
-
`openingHours4` | string
|
|
22
|
-
`openingHours5` | string
|
|
23
|
-
`openingHours6` | string
|
|
24
|
-
`supplierIds` | Array<number>
|
|
25
|
-
`specialDates` | [Array<UpdateStoreRequestSpecialDatesInner>](UpdateStoreRequestSpecialDatesInner.md)
|
|
26
|
-
`address` | Array<string>
|
|
27
|
-
`addressCompany` | string
|
|
28
|
-
`addressLine1` | string
|
|
29
|
-
`addressLine2` | string
|
|
30
|
-
`addressPostcode` | string
|
|
31
|
-
`addressSuburb` | string
|
|
32
|
-
`addressCountry` | string
|
|
33
|
-
`addressState` | string
|
|
34
|
-
|
|
35
|
-
## Example
|
|
36
|
-
|
|
37
|
-
```typescript
|
|
38
|
-
import type { UpdateStoreRequest } from '@digital8/lighting-illusions-ts-sdk'
|
|
39
|
-
|
|
40
|
-
// TODO: Update the object below with actual values
|
|
41
|
-
const example = {
|
|
42
|
-
"siteId": null,
|
|
43
|
-
"name": null,
|
|
44
|
-
"phone": null,
|
|
45
|
-
"longitude": null,
|
|
46
|
-
"latitude": null,
|
|
47
|
-
"tagLine": null,
|
|
48
|
-
"email": null,
|
|
49
|
-
"openingHours": null,
|
|
50
|
-
"openingHours0": null,
|
|
51
|
-
"openingHours1": null,
|
|
52
|
-
"openingHours2": null,
|
|
53
|
-
"openingHours3": null,
|
|
54
|
-
"openingHours4": null,
|
|
55
|
-
"openingHours5": null,
|
|
56
|
-
"openingHours6": null,
|
|
57
|
-
"supplierIds": null,
|
|
58
|
-
"specialDates": null,
|
|
59
|
-
"address": null,
|
|
60
|
-
"addressCompany": null,
|
|
61
|
-
"addressLine1": null,
|
|
62
|
-
"addressLine2": null,
|
|
63
|
-
"addressPostcode": null,
|
|
64
|
-
"addressSuburb": null,
|
|
65
|
-
"addressCountry": null,
|
|
66
|
-
"addressState": null,
|
|
67
|
-
} satisfies UpdateStoreRequest
|
|
68
|
-
|
|
69
|
-
console.log(example)
|
|
70
|
-
|
|
71
|
-
// Convert the instance to a JSON string
|
|
72
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
73
|
-
console.log(exampleJSON)
|
|
74
|
-
|
|
75
|
-
// Parse the JSON string back to an object
|
|
76
|
-
const exampleParsed = JSON.parse(exampleJSON) as UpdateStoreRequest
|
|
77
|
-
console.log(exampleParsed)
|
|
78
|
-
```
|
|
79
|
-
|
|
80
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
81
|
-
|
|
82
|
-
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# UpdateStoreRequestSpecialDatesInner
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Properties
|
|
6
|
-
|
|
7
|
-
Name | Type
|
|
8
|
-
------------ | -------------
|
|
9
|
-
`id` | number
|
|
10
|
-
`name` | string
|
|
11
|
-
`hours` | string
|
|
12
|
-
`displayStart` | Date
|
|
13
|
-
`displayEnd` | Date
|
|
14
|
-
|
|
15
|
-
## Example
|
|
16
|
-
|
|
17
|
-
```typescript
|
|
18
|
-
import type { UpdateStoreRequestSpecialDatesInner } from '@digital8/lighting-illusions-ts-sdk'
|
|
19
|
-
|
|
20
|
-
// TODO: Update the object below with actual values
|
|
21
|
-
const example = {
|
|
22
|
-
"id": null,
|
|
23
|
-
"name": null,
|
|
24
|
-
"hours": null,
|
|
25
|
-
"displayStart": null,
|
|
26
|
-
"displayEnd": null,
|
|
27
|
-
} satisfies UpdateStoreRequestSpecialDatesInner
|
|
28
|
-
|
|
29
|
-
console.log(example)
|
|
30
|
-
|
|
31
|
-
// Convert the instance to a JSON string
|
|
32
|
-
const exampleJSON: string = JSON.stringify(example)
|
|
33
|
-
console.log(exampleJSON)
|
|
34
|
-
|
|
35
|
-
// Parse the JSON string back to an object
|
|
36
|
-
const exampleParsed = JSON.parse(exampleJSON) as UpdateStoreRequestSpecialDatesInner
|
|
37
|
-
console.log(exampleParsed)
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
41
|
-
|
|
42
|
-
|