@digital8/lighting-illusions-ts-sdk 0.0.1127 → 0.0.1129

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 (97) hide show
  1. package/.openapi-generator/FILES +0 -40
  2. package/README.md +2 -33
  3. package/dist/apis/SupplierApi.d.ts +1 -33
  4. package/dist/apis/SupplierApi.js +0 -122
  5. package/dist/apis/index.d.ts +0 -1
  6. package/dist/apis/index.js +0 -1
  7. package/dist/models/SupplierResource.d.ts +0 -6
  8. package/dist/models/SupplierResource.js +0 -4
  9. package/dist/models/index.d.ts +0 -19
  10. package/dist/models/index.js +0 -19
  11. package/docs/SupplierApi.md +0 -138
  12. package/docs/SupplierResource.md +0 -2
  13. package/package.json +1 -1
  14. package/src/apis/SupplierApi.ts +0 -112
  15. package/src/apis/index.ts +0 -1
  16. package/src/models/SupplierResource.ts +0 -9
  17. package/src/models/index.ts +0 -19
  18. package/dist/apis/StoreApi.d.ts +0 -175
  19. package/dist/apis/StoreApi.js +0 -686
  20. package/dist/models/AddressResource.d.ts +0 -74
  21. package/dist/models/AddressResource.js +0 -79
  22. package/dist/models/AddressResourceArrayResponse.d.ts +0 -33
  23. package/dist/models/AddressResourceArrayResponse.js +0 -50
  24. package/dist/models/AttachStoresSupplierRequest.d.ts +0 -32
  25. package/dist/models/AttachStoresSupplierRequest.js +0 -51
  26. package/dist/models/AttachSuppliersStoreRequest.d.ts +0 -32
  27. package/dist/models/AttachSuppliersStoreRequest.js +0 -51
  28. package/dist/models/DetachStoresSupplierRequest.d.ts +0 -32
  29. package/dist/models/DetachStoresSupplierRequest.js +0 -51
  30. package/dist/models/DetachSuppliersStoreRequest.d.ts +0 -32
  31. package/dist/models/DetachSuppliersStoreRequest.js +0 -51
  32. package/dist/models/GetAllStoreRequest.d.ts +0 -93
  33. package/dist/models/GetAllStoreRequest.js +0 -81
  34. package/dist/models/StoreListResource.d.ts +0 -93
  35. package/dist/models/StoreListResource.js +0 -84
  36. package/dist/models/StoreListResourceArrayResponse.d.ts +0 -33
  37. package/dist/models/StoreListResourceArrayResponse.js +0 -50
  38. package/dist/models/StoreResource.d.ts +0 -114
  39. package/dist/models/StoreResource.js +0 -101
  40. package/dist/models/StoreResourceArrayResponse.d.ts +0 -33
  41. package/dist/models/StoreResourceArrayResponse.js +0 -50
  42. package/dist/models/StoreSpecialDateResource.d.ts +0 -56
  43. package/dist/models/StoreSpecialDateResource.js +0 -65
  44. package/dist/models/StoreSpecialDateResourceArrayResponse.d.ts +0 -33
  45. package/dist/models/StoreSpecialDateResourceArrayResponse.js +0 -50
  46. package/dist/models/StoreStoreRequest.d.ts +0 -94
  47. package/dist/models/StoreStoreRequest.js +0 -85
  48. package/dist/models/StoreStoreRequestAddress.d.ts +0 -68
  49. package/dist/models/StoreStoreRequestAddress.js +0 -73
  50. package/dist/models/StoreStoreRequestSpecialDatesInner.d.ts +0 -50
  51. package/dist/models/StoreStoreRequestSpecialDatesInner.js +0 -57
  52. package/dist/models/StoreStoreSpecialDateRequest.d.ts +0 -50
  53. package/dist/models/StoreStoreSpecialDateRequest.js +0 -57
  54. package/dist/models/UpdateStoreRequest.d.ts +0 -94
  55. package/dist/models/UpdateStoreRequest.js +0 -85
  56. package/dist/models/UpdateStoreRequestSpecialDatesInner.d.ts +0 -56
  57. package/dist/models/UpdateStoreRequestSpecialDatesInner.js +0 -57
  58. package/docs/AddressResource.md +0 -48
  59. package/docs/AddressResourceArrayResponse.md +0 -34
  60. package/docs/AttachStoresSupplierRequest.md +0 -34
  61. package/docs/AttachSuppliersStoreRequest.md +0 -34
  62. package/docs/DetachStoresSupplierRequest.md +0 -34
  63. package/docs/DetachSuppliersStoreRequest.md +0 -34
  64. package/docs/GetAllStoreRequest.md +0 -48
  65. package/docs/StoreApi.md +0 -689
  66. package/docs/StoreListResource.md +0 -54
  67. package/docs/StoreListResourceArrayResponse.md +0 -34
  68. package/docs/StoreResource.md +0 -60
  69. package/docs/StoreResourceArrayResponse.md +0 -34
  70. package/docs/StoreSpecialDateResource.md +0 -42
  71. package/docs/StoreSpecialDateResourceArrayResponse.md +0 -34
  72. package/docs/StoreStoreRequest.md +0 -54
  73. package/docs/StoreStoreRequestAddress.md +0 -46
  74. package/docs/StoreStoreRequestSpecialDatesInner.md +0 -40
  75. package/docs/StoreStoreSpecialDateRequest.md +0 -40
  76. package/docs/UpdateStoreRequest.md +0 -54
  77. package/docs/UpdateStoreRequestSpecialDatesInner.md +0 -42
  78. package/src/apis/StoreApi.ts +0 -575
  79. package/src/models/AddressResource.ts +0 -129
  80. package/src/models/AddressResourceArrayResponse.ts +0 -73
  81. package/src/models/AttachStoresSupplierRequest.ts +0 -66
  82. package/src/models/AttachSuppliersStoreRequest.ts +0 -66
  83. package/src/models/DetachStoresSupplierRequest.ts +0 -66
  84. package/src/models/DetachSuppliersStoreRequest.ts +0 -66
  85. package/src/models/GetAllStoreRequest.ts +0 -144
  86. package/src/models/StoreListResource.ts +0 -160
  87. package/src/models/StoreListResourceArrayResponse.ts +0 -73
  88. package/src/models/StoreResource.ts +0 -209
  89. package/src/models/StoreResourceArrayResponse.ts +0 -73
  90. package/src/models/StoreSpecialDateResource.ts +0 -101
  91. package/src/models/StoreSpecialDateResourceArrayResponse.ts +0 -73
  92. package/src/models/StoreStoreRequest.ts +0 -167
  93. package/src/models/StoreStoreRequestAddress.ts +0 -119
  94. package/src/models/StoreStoreRequestSpecialDatesInner.ts +0 -90
  95. package/src/models/StoreStoreSpecialDateRequest.ts +0 -90
  96. package/src/models/UpdateStoreRequest.ts +0 -167
  97. package/src/models/UpdateStoreRequestSpecialDatesInner.ts +0 -97
@@ -1,54 +0,0 @@
1
-
2
- # StoreListResource
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` | Array<string>
18
- `createdAt` | Date
19
- `updatedAt` | Date
20
-
21
- ## Example
22
-
23
- ```typescript
24
- import type { StoreListResource } from '@digital8/lighting-illusions-ts-sdk'
25
-
26
- // TODO: Update the object below with actual values
27
- const example = {
28
- "id": null,
29
- "site": null,
30
- "name": null,
31
- "phone": null,
32
- "longitude": null,
33
- "latitude": null,
34
- "tagLine": null,
35
- "email": null,
36
- "openingHours": null,
37
- "createdAt": null,
38
- "updatedAt": null,
39
- } satisfies StoreListResource
40
-
41
- console.log(example)
42
-
43
- // Convert the instance to a JSON string
44
- const exampleJSON: string = JSON.stringify(example)
45
- console.log(exampleJSON)
46
-
47
- // Parse the JSON string back to an object
48
- const exampleParsed = JSON.parse(exampleJSON) as StoreListResource
49
- console.log(exampleParsed)
50
- ```
51
-
52
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
53
-
54
-
@@ -1,34 +0,0 @@
1
-
2
- # StoreListResourceArrayResponse
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `data` | [Array<StoreListResource>](StoreListResource.md)
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import type { StoreListResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
15
-
16
- // TODO: Update the object below with actual values
17
- const example = {
18
- "data": null,
19
- } satisfies StoreListResourceArrayResponse
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 StoreListResourceArrayResponse
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,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` | Array<string>
18
- `createdAt` | Date
19
- `updatedAt` | Date
20
- `suppliers` | [Array<SupplierLiteResource>](SupplierLiteResource.md)
21
- `address` | [AddressResource](AddressResource.md)
22
- `specialDates` | [Array<StoreSpecialDateResource>](StoreSpecialDateResource.md)
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` | Date
13
- `displayEnd` | Date
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,54 +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
- `supplierIds` | Array<number>
18
- `specialDates` | [Array<StoreStoreRequestSpecialDatesInner>](StoreStoreRequestSpecialDatesInner.md)
19
- `address` | [StoreStoreRequestAddress](StoreStoreRequestAddress.md)
20
-
21
- ## Example
22
-
23
- ```typescript
24
- import type { StoreStoreRequest } from '@digital8/lighting-illusions-ts-sdk'
25
-
26
- // TODO: Update the object below with actual values
27
- const example = {
28
- "siteId": null,
29
- "name": null,
30
- "phone": null,
31
- "longitude": null,
32
- "latitude": null,
33
- "tagLine": null,
34
- "email": null,
35
- "openingHours": null,
36
- "supplierIds": null,
37
- "specialDates": null,
38
- "address": null,
39
- } satisfies StoreStoreRequest
40
-
41
- console.log(example)
42
-
43
- // Convert the instance to a JSON string
44
- const exampleJSON: string = JSON.stringify(example)
45
- console.log(exampleJSON)
46
-
47
- // Parse the JSON string back to an object
48
- const exampleParsed = JSON.parse(exampleJSON) as StoreStoreRequest
49
- console.log(exampleParsed)
50
- ```
51
-
52
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
53
-
54
-
@@ -1,46 +0,0 @@
1
-
2
- # StoreStoreRequestAddress
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `company` | string
10
- `line1` | string
11
- `line2` | string
12
- `postcode` | string
13
- `suburb` | string
14
- `country` | string
15
- `state` | string
16
-
17
- ## Example
18
-
19
- ```typescript
20
- import type { StoreStoreRequestAddress } from '@digital8/lighting-illusions-ts-sdk'
21
-
22
- // TODO: Update the object below with actual values
23
- const example = {
24
- "company": null,
25
- "line1": null,
26
- "line2": null,
27
- "postcode": null,
28
- "suburb": null,
29
- "country": null,
30
- "state": null,
31
- } satisfies StoreStoreRequestAddress
32
-
33
- console.log(example)
34
-
35
- // Convert the instance to a JSON string
36
- const exampleJSON: string = JSON.stringify(example)
37
- console.log(exampleJSON)
38
-
39
- // Parse the JSON string back to an object
40
- const exampleParsed = JSON.parse(exampleJSON) as StoreStoreRequestAddress
41
- console.log(exampleParsed)
42
- ```
43
-
44
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
45
-
46
-
@@ -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,54 +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
- `supplierIds` | Array<number>
18
- `specialDates` | [Array<UpdateStoreRequestSpecialDatesInner>](UpdateStoreRequestSpecialDatesInner.md)
19
- `address` | [StoreStoreRequestAddress](StoreStoreRequestAddress.md)
20
-
21
- ## Example
22
-
23
- ```typescript
24
- import type { UpdateStoreRequest } from '@digital8/lighting-illusions-ts-sdk'
25
-
26
- // TODO: Update the object below with actual values
27
- const example = {
28
- "siteId": null,
29
- "name": null,
30
- "phone": null,
31
- "longitude": null,
32
- "latitude": null,
33
- "tagLine": null,
34
- "email": null,
35
- "openingHours": null,
36
- "supplierIds": null,
37
- "specialDates": null,
38
- "address": null,
39
- } satisfies UpdateStoreRequest
40
-
41
- console.log(example)
42
-
43
- // Convert the instance to a JSON string
44
- const exampleJSON: string = JSON.stringify(example)
45
- console.log(exampleJSON)
46
-
47
- // Parse the JSON string back to an object
48
- const exampleParsed = JSON.parse(exampleJSON) as UpdateStoreRequest
49
- console.log(exampleParsed)
50
- ```
51
-
52
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
53
-
54
-
@@ -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
-