@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,57 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * My API
6
- * API documentation for my Laravel app
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.instanceOfStoreStoreSpecialDateRequest = instanceOfStoreStoreSpecialDateRequest;
17
- exports.StoreStoreSpecialDateRequestFromJSON = StoreStoreSpecialDateRequestFromJSON;
18
- exports.StoreStoreSpecialDateRequestFromJSONTyped = StoreStoreSpecialDateRequestFromJSONTyped;
19
- exports.StoreStoreSpecialDateRequestToJSON = StoreStoreSpecialDateRequestToJSON;
20
- exports.StoreStoreSpecialDateRequestToJSONTyped = StoreStoreSpecialDateRequestToJSONTyped;
21
- /**
22
- * Check if a given object implements the StoreStoreSpecialDateRequest interface.
23
- */
24
- function instanceOfStoreStoreSpecialDateRequest(value) {
25
- if (!('name' in value) || value['name'] === undefined)
26
- return false;
27
- return true;
28
- }
29
- function StoreStoreSpecialDateRequestFromJSON(json) {
30
- return StoreStoreSpecialDateRequestFromJSONTyped(json, false);
31
- }
32
- function StoreStoreSpecialDateRequestFromJSONTyped(json, ignoreDiscriminator) {
33
- if (json == null) {
34
- return json;
35
- }
36
- return {
37
- 'name': json['name'],
38
- 'hours': json['hours'] == null ? undefined : json['hours'],
39
- 'displayStart': json['display_start'] == null ? undefined : (new Date(json['display_start'])),
40
- 'displayEnd': json['display_end'] == null ? undefined : (new Date(json['display_end'])),
41
- };
42
- }
43
- function StoreStoreSpecialDateRequestToJSON(json) {
44
- return StoreStoreSpecialDateRequestToJSONTyped(json, false);
45
- }
46
- function StoreStoreSpecialDateRequestToJSONTyped(value, ignoreDiscriminator) {
47
- if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
48
- if (value == null) {
49
- return value;
50
- }
51
- return {
52
- 'name': value['name'],
53
- 'hours': value['hours'],
54
- 'display_start': value['displayStart'] == null ? value['displayStart'] : value['displayStart'].toISOString(),
55
- 'display_end': value['displayEnd'] == null ? value['displayEnd'] : value['displayEnd'].toISOString(),
56
- };
57
- }
@@ -1,94 +0,0 @@
1
- /**
2
- * My API
3
- * API documentation for my Laravel app
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { UpdateStoreRequestSpecialDatesInner } from './UpdateStoreRequestSpecialDatesInner';
13
- import type { StoreStoreRequestAddress } from './StoreStoreRequestAddress';
14
- /**
15
- *
16
- * @export
17
- * @interface UpdateStoreRequest
18
- */
19
- export interface UpdateStoreRequest {
20
- /**
21
- *
22
- * @type {number}
23
- * @memberof UpdateStoreRequest
24
- */
25
- siteId: number;
26
- /**
27
- *
28
- * @type {string}
29
- * @memberof UpdateStoreRequest
30
- */
31
- name: string;
32
- /**
33
- *
34
- * @type {string}
35
- * @memberof UpdateStoreRequest
36
- */
37
- phone: string;
38
- /**
39
- *
40
- * @type {number}
41
- * @memberof UpdateStoreRequest
42
- */
43
- longitude: number;
44
- /**
45
- *
46
- * @type {number}
47
- * @memberof UpdateStoreRequest
48
- */
49
- latitude: number;
50
- /**
51
- *
52
- * @type {string}
53
- * @memberof UpdateStoreRequest
54
- */
55
- tagLine?: string;
56
- /**
57
- *
58
- * @type {string}
59
- * @memberof UpdateStoreRequest
60
- */
61
- email: string;
62
- /**
63
- *
64
- * @type {Array<string>}
65
- * @memberof UpdateStoreRequest
66
- */
67
- openingHours?: Array<string>;
68
- /**
69
- *
70
- * @type {Array<number>}
71
- * @memberof UpdateStoreRequest
72
- */
73
- supplierIds?: Array<number>;
74
- /**
75
- *
76
- * @type {Array<UpdateStoreRequestSpecialDatesInner>}
77
- * @memberof UpdateStoreRequest
78
- */
79
- specialDates?: Array<UpdateStoreRequestSpecialDatesInner>;
80
- /**
81
- *
82
- * @type {StoreStoreRequestAddress}
83
- * @memberof UpdateStoreRequest
84
- */
85
- address: StoreStoreRequestAddress;
86
- }
87
- /**
88
- * Check if a given object implements the UpdateStoreRequest interface.
89
- */
90
- export declare function instanceOfUpdateStoreRequest(value: object): value is UpdateStoreRequest;
91
- export declare function UpdateStoreRequestFromJSON(json: any): UpdateStoreRequest;
92
- export declare function UpdateStoreRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateStoreRequest;
93
- export declare function UpdateStoreRequestToJSON(json: any): UpdateStoreRequest;
94
- export declare function UpdateStoreRequestToJSONTyped(value?: UpdateStoreRequest | null, ignoreDiscriminator?: boolean): any;
@@ -1,85 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * My API
6
- * API documentation for my Laravel app
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.instanceOfUpdateStoreRequest = instanceOfUpdateStoreRequest;
17
- exports.UpdateStoreRequestFromJSON = UpdateStoreRequestFromJSON;
18
- exports.UpdateStoreRequestFromJSONTyped = UpdateStoreRequestFromJSONTyped;
19
- exports.UpdateStoreRequestToJSON = UpdateStoreRequestToJSON;
20
- exports.UpdateStoreRequestToJSONTyped = UpdateStoreRequestToJSONTyped;
21
- var UpdateStoreRequestSpecialDatesInner_1 = require("./UpdateStoreRequestSpecialDatesInner");
22
- var StoreStoreRequestAddress_1 = require("./StoreStoreRequestAddress");
23
- /**
24
- * Check if a given object implements the UpdateStoreRequest interface.
25
- */
26
- function instanceOfUpdateStoreRequest(value) {
27
- if (!('siteId' in value) || value['siteId'] === undefined)
28
- return false;
29
- if (!('name' in value) || value['name'] === undefined)
30
- return false;
31
- if (!('phone' in value) || value['phone'] === undefined)
32
- return false;
33
- if (!('longitude' in value) || value['longitude'] === undefined)
34
- return false;
35
- if (!('latitude' in value) || value['latitude'] === undefined)
36
- return false;
37
- if (!('email' in value) || value['email'] === undefined)
38
- return false;
39
- if (!('address' in value) || value['address'] === undefined)
40
- return false;
41
- return true;
42
- }
43
- function UpdateStoreRequestFromJSON(json) {
44
- return UpdateStoreRequestFromJSONTyped(json, false);
45
- }
46
- function UpdateStoreRequestFromJSONTyped(json, ignoreDiscriminator) {
47
- if (json == null) {
48
- return json;
49
- }
50
- return {
51
- 'siteId': json['site_id'],
52
- 'name': json['name'],
53
- 'phone': json['phone'],
54
- 'longitude': json['longitude'],
55
- 'latitude': json['latitude'],
56
- 'tagLine': json['tag_line'] == null ? undefined : json['tag_line'],
57
- 'email': json['email'],
58
- 'openingHours': json['opening_hours'] == null ? undefined : json['opening_hours'],
59
- 'supplierIds': json['supplier_ids'] == null ? undefined : json['supplier_ids'],
60
- 'specialDates': json['special_dates'] == null ? undefined : (json['special_dates'].map(UpdateStoreRequestSpecialDatesInner_1.UpdateStoreRequestSpecialDatesInnerFromJSON)),
61
- 'address': (0, StoreStoreRequestAddress_1.StoreStoreRequestAddressFromJSON)(json['address']),
62
- };
63
- }
64
- function UpdateStoreRequestToJSON(json) {
65
- return UpdateStoreRequestToJSONTyped(json, false);
66
- }
67
- function UpdateStoreRequestToJSONTyped(value, ignoreDiscriminator) {
68
- if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
69
- if (value == null) {
70
- return value;
71
- }
72
- return {
73
- 'site_id': value['siteId'],
74
- 'name': value['name'],
75
- 'phone': value['phone'],
76
- 'longitude': value['longitude'],
77
- 'latitude': value['latitude'],
78
- 'tag_line': value['tagLine'],
79
- 'email': value['email'],
80
- 'opening_hours': value['openingHours'],
81
- 'supplier_ids': value['supplierIds'],
82
- 'special_dates': value['specialDates'] == null ? undefined : (value['specialDates'].map(UpdateStoreRequestSpecialDatesInner_1.UpdateStoreRequestSpecialDatesInnerToJSON)),
83
- 'address': (0, StoreStoreRequestAddress_1.StoreStoreRequestAddressToJSON)(value['address']),
84
- };
85
- }
@@ -1,56 +0,0 @@
1
- /**
2
- * My API
3
- * API documentation for my Laravel app
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface UpdateStoreRequestSpecialDatesInner
16
- */
17
- export interface UpdateStoreRequestSpecialDatesInner {
18
- /**
19
- *
20
- * @type {number}
21
- * @memberof UpdateStoreRequestSpecialDatesInner
22
- */
23
- id?: number;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof UpdateStoreRequestSpecialDatesInner
28
- */
29
- name?: string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof UpdateStoreRequestSpecialDatesInner
34
- */
35
- hours?: string;
36
- /**
37
- *
38
- * @type {Date}
39
- * @memberof UpdateStoreRequestSpecialDatesInner
40
- */
41
- displayStart?: Date;
42
- /**
43
- *
44
- * @type {Date}
45
- * @memberof UpdateStoreRequestSpecialDatesInner
46
- */
47
- displayEnd?: Date;
48
- }
49
- /**
50
- * Check if a given object implements the UpdateStoreRequestSpecialDatesInner interface.
51
- */
52
- export declare function instanceOfUpdateStoreRequestSpecialDatesInner(value: object): value is UpdateStoreRequestSpecialDatesInner;
53
- export declare function UpdateStoreRequestSpecialDatesInnerFromJSON(json: any): UpdateStoreRequestSpecialDatesInner;
54
- export declare function UpdateStoreRequestSpecialDatesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateStoreRequestSpecialDatesInner;
55
- export declare function UpdateStoreRequestSpecialDatesInnerToJSON(json: any): UpdateStoreRequestSpecialDatesInner;
56
- export declare function UpdateStoreRequestSpecialDatesInnerToJSONTyped(value?: UpdateStoreRequestSpecialDatesInner | null, ignoreDiscriminator?: boolean): any;
@@ -1,57 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * My API
6
- * API documentation for my Laravel app
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.instanceOfUpdateStoreRequestSpecialDatesInner = instanceOfUpdateStoreRequestSpecialDatesInner;
17
- exports.UpdateStoreRequestSpecialDatesInnerFromJSON = UpdateStoreRequestSpecialDatesInnerFromJSON;
18
- exports.UpdateStoreRequestSpecialDatesInnerFromJSONTyped = UpdateStoreRequestSpecialDatesInnerFromJSONTyped;
19
- exports.UpdateStoreRequestSpecialDatesInnerToJSON = UpdateStoreRequestSpecialDatesInnerToJSON;
20
- exports.UpdateStoreRequestSpecialDatesInnerToJSONTyped = UpdateStoreRequestSpecialDatesInnerToJSONTyped;
21
- /**
22
- * Check if a given object implements the UpdateStoreRequestSpecialDatesInner interface.
23
- */
24
- function instanceOfUpdateStoreRequestSpecialDatesInner(value) {
25
- return true;
26
- }
27
- function UpdateStoreRequestSpecialDatesInnerFromJSON(json) {
28
- return UpdateStoreRequestSpecialDatesInnerFromJSONTyped(json, false);
29
- }
30
- function UpdateStoreRequestSpecialDatesInnerFromJSONTyped(json, ignoreDiscriminator) {
31
- if (json == null) {
32
- return json;
33
- }
34
- return {
35
- 'id': json['id'] == null ? undefined : json['id'],
36
- 'name': json['name'] == null ? undefined : json['name'],
37
- 'hours': json['hours'] == null ? undefined : json['hours'],
38
- 'displayStart': json['display_start'] == null ? undefined : (new Date(json['display_start'])),
39
- 'displayEnd': json['display_end'] == null ? undefined : (new Date(json['display_end'])),
40
- };
41
- }
42
- function UpdateStoreRequestSpecialDatesInnerToJSON(json) {
43
- return UpdateStoreRequestSpecialDatesInnerToJSONTyped(json, false);
44
- }
45
- function UpdateStoreRequestSpecialDatesInnerToJSONTyped(value, ignoreDiscriminator) {
46
- if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
47
- if (value == null) {
48
- return value;
49
- }
50
- return {
51
- 'id': value['id'],
52
- 'name': value['name'],
53
- 'hours': value['hours'],
54
- 'display_start': value['displayStart'] == null ? value['displayStart'] : value['displayStart'].toISOString(),
55
- 'display_end': value['displayEnd'] == null ? value['displayEnd'] : value['displayEnd'].toISOString(),
56
- };
57
- }
@@ -1,48 +0,0 @@
1
-
2
- # AddressResource
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `id` | number
10
- `company` | string
11
- `line1` | string
12
- `line2` | string
13
- `postcode` | string
14
- `suburb` | string
15
- `country` | string
16
- `state` | string
17
-
18
- ## Example
19
-
20
- ```typescript
21
- import type { AddressResource } from '@digital8/lighting-illusions-ts-sdk'
22
-
23
- // TODO: Update the object below with actual values
24
- const example = {
25
- "id": null,
26
- "company": null,
27
- "line1": null,
28
- "line2": null,
29
- "postcode": null,
30
- "suburb": null,
31
- "country": null,
32
- "state": null,
33
- } satisfies AddressResource
34
-
35
- console.log(example)
36
-
37
- // Convert the instance to a JSON string
38
- const exampleJSON: string = JSON.stringify(example)
39
- console.log(exampleJSON)
40
-
41
- // Parse the JSON string back to an object
42
- const exampleParsed = JSON.parse(exampleJSON) as AddressResource
43
- console.log(exampleParsed)
44
- ```
45
-
46
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
47
-
48
-
@@ -1,34 +0,0 @@
1
-
2
- # AddressResourceArrayResponse
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `data` | [Array&lt;AddressResource&gt;](AddressResource.md)
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import type { AddressResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
15
-
16
- // TODO: Update the object below with actual values
17
- const example = {
18
- "data": null,
19
- } satisfies AddressResourceArrayResponse
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 AddressResourceArrayResponse
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,34 +0,0 @@
1
-
2
- # AttachStoresSupplierRequest
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `storeIds` | Array&lt;number&gt;
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import type { AttachStoresSupplierRequest } from '@digital8/lighting-illusions-ts-sdk'
15
-
16
- // TODO: Update the object below with actual values
17
- const example = {
18
- "storeIds": null,
19
- } satisfies AttachStoresSupplierRequest
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 AttachStoresSupplierRequest
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,34 +0,0 @@
1
-
2
- # AttachSuppliersStoreRequest
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `supplierIds` | Array&lt;number&gt;
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import type { AttachSuppliersStoreRequest } from '@digital8/lighting-illusions-ts-sdk'
15
-
16
- // TODO: Update the object below with actual values
17
- const example = {
18
- "supplierIds": null,
19
- } satisfies AttachSuppliersStoreRequest
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 AttachSuppliersStoreRequest
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,34 +0,0 @@
1
-
2
- # DetachStoresSupplierRequest
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `storeIds` | Array&lt;number&gt;
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import type { DetachStoresSupplierRequest } from '@digital8/lighting-illusions-ts-sdk'
15
-
16
- // TODO: Update the object below with actual values
17
- const example = {
18
- "storeIds": null,
19
- } satisfies DetachStoresSupplierRequest
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 DetachStoresSupplierRequest
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,34 +0,0 @@
1
-
2
- # DetachSuppliersStoreRequest
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `supplierIds` | Array&lt;number&gt;
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import type { DetachSuppliersStoreRequest } from '@digital8/lighting-illusions-ts-sdk'
15
-
16
- // TODO: Update the object below with actual values
17
- const example = {
18
- "supplierIds": null,
19
- } satisfies DetachSuppliersStoreRequest
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 DetachSuppliersStoreRequest
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,48 +0,0 @@
1
-
2
- # GetAllStoreRequest
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `search` | string
10
- `sortBy` | string
11
- `sortDirection` | string
12
- `relatedId` | number
13
- `relatedType` | string
14
- `includesRelations` | boolean
15
- `siteId` | Array&lt;string&gt;
16
- `suppliersId` | Array&lt;string&gt;
17
-
18
- ## Example
19
-
20
- ```typescript
21
- import type { GetAllStoreRequest } from '@digital8/lighting-illusions-ts-sdk'
22
-
23
- // TODO: Update the object below with actual values
24
- const example = {
25
- "search": null,
26
- "sortBy": null,
27
- "sortDirection": null,
28
- "relatedId": null,
29
- "relatedType": null,
30
- "includesRelations": null,
31
- "siteId": null,
32
- "suppliersId": null,
33
- } satisfies GetAllStoreRequest
34
-
35
- console.log(example)
36
-
37
- // Convert the instance to a JSON string
38
- const exampleJSON: string = JSON.stringify(example)
39
- console.log(exampleJSON)
40
-
41
- // Parse the JSON string back to an object
42
- const exampleParsed = JSON.parse(exampleJSON) as GetAllStoreRequest
43
- console.log(exampleParsed)
44
- ```
45
-
46
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
47
-
48
-