@digital8/lighting-illusions-ts-sdk 0.0.533 → 0.0.535

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 (96) hide show
  1. package/.openapi-generator/FILES +4 -28
  2. package/README.md +4 -16
  3. package/dist/models/ProductCategoryResource.d.ts +14 -0
  4. package/dist/models/ProductCategoryResource.js +10 -0
  5. package/dist/models/StoreProductCategoryRequest.d.ts +15 -9
  6. package/dist/models/StoreProductCategoryRequest.js +6 -8
  7. package/dist/models/StoreProductCategoryRequestAutomationRulesInner.d.ts +2 -27
  8. package/dist/models/StoreProductCategoryRequestAutomationRulesInner.js +0 -24
  9. package/dist/models/StoreProductCategoryRequestDescriptionsInner.d.ts +44 -0
  10. package/dist/models/StoreProductCategoryRequestDescriptionsInner.js +55 -0
  11. package/dist/models/StoreProductCategoryRequestSeoInner.d.ts +44 -0
  12. package/dist/models/StoreProductCategoryRequestSeoInner.js +55 -0
  13. package/dist/models/StoreProductChildRequest.d.ts +1 -1
  14. package/dist/models/StoreProductChildRequest.js +3 -1
  15. package/dist/models/StoreProductChildRequestSitesInner.d.ts +1 -1
  16. package/dist/models/StoreProductChildRequestSitesInner.js +3 -1
  17. package/dist/models/StoreSupplierRequest.d.ts +6 -6
  18. package/dist/models/StoreSupplierRequest.js +6 -6
  19. package/dist/models/UpdateProductCategoryRequest.d.ts +16 -10
  20. package/dist/models/UpdateProductCategoryRequest.js +9 -9
  21. package/dist/models/UpdateSupplierRequest.d.ts +6 -6
  22. package/dist/models/UpdateSupplierRequest.js +6 -6
  23. package/dist/models/index.d.ts +2 -14
  24. package/dist/models/index.js +2 -14
  25. package/docs/ProductCategoryResource.md +4 -0
  26. package/docs/StoreProductCategoryRequest.md +4 -0
  27. package/docs/{StoreSupplierRequestDescriptionsInner.md → StoreProductCategoryRequestDescriptionsInner.md} +4 -4
  28. package/docs/{StoreSupplierRequestSeoInner.md → StoreProductCategoryRequestSeoInner.md} +4 -4
  29. package/docs/StoreSupplierRequest.md +2 -2
  30. package/docs/UpdateProductCategoryRequest.md +4 -0
  31. package/docs/UpdateSupplierRequest.md +2 -2
  32. package/package.json +1 -1
  33. package/src/models/ProductCategoryResource.ts +32 -0
  34. package/src/models/StoreProductCategoryRequest.ts +31 -12
  35. package/src/models/StoreProductCategoryRequestAutomationRulesInner.ts +2 -31
  36. package/src/models/StoreProductCategoryRequestDescriptionsInner.ts +82 -0
  37. package/src/models/{StoreSupplierRequestSeoInner.ts → StoreProductCategoryRequestSeoInner.ts} +13 -13
  38. package/src/models/StoreProductChildRequest.ts +3 -2
  39. package/src/models/StoreProductChildRequestSitesInner.ts +3 -2
  40. package/src/models/StoreSupplierRequest.ts +20 -20
  41. package/src/models/UpdateProductCategoryRequest.ts +34 -14
  42. package/src/models/UpdateSupplierRequest.ts +20 -20
  43. package/src/models/index.ts +2 -14
  44. package/dist/models/PaginatedProductSearchResultResourceResponse.d.ts +0 -40
  45. package/dist/models/PaginatedProductSearchResultResourceResponse.js +0 -57
  46. package/dist/models/ProductAggregationResource.d.ts +0 -50
  47. package/dist/models/ProductAggregationResource.js +0 -63
  48. package/dist/models/ProductAggregationResourceArrayResponse.d.ts +0 -33
  49. package/dist/models/ProductAggregationResourceArrayResponse.js +0 -50
  50. package/dist/models/ProductRating.d.ts +0 -26
  51. package/dist/models/ProductRating.js +0 -52
  52. package/dist/models/ProductSearchResponseResource.d.ts +0 -54
  53. package/dist/models/ProductSearchResponseResource.js +0 -67
  54. package/dist/models/ProductSearchResponseResourceArrayResponse.d.ts +0 -33
  55. package/dist/models/ProductSearchResponseResourceArrayResponse.js +0 -50
  56. package/dist/models/ProductSearchResponseResourceMeta.d.ts +0 -50
  57. package/dist/models/ProductSearchResponseResourceMeta.js +0 -63
  58. package/dist/models/ProductSearchResponseResourcePriceInfo.d.ts +0 -50
  59. package/dist/models/ProductSearchResponseResourcePriceInfo.js +0 -63
  60. package/dist/models/ProductSearchResultResource.d.ts +0 -116
  61. package/dist/models/ProductSearchResultResource.js +0 -105
  62. package/dist/models/ProductSearchResultResourceArrayResponse.d.ts +0 -33
  63. package/dist/models/ProductSearchResultResourceArrayResponse.js +0 -50
  64. package/dist/models/ProductSortBy.d.ts +0 -32
  65. package/dist/models/ProductSortBy.js +0 -58
  66. package/dist/models/ProductStatus.d.ts +0 -24
  67. package/dist/models/ProductStatus.js +0 -50
  68. package/dist/models/StoreSupplierRequestDescriptionsInner.d.ts +0 -44
  69. package/dist/models/StoreSupplierRequestDescriptionsInner.js +0 -55
  70. package/dist/models/StoreSupplierRequestSeoInner.d.ts +0 -44
  71. package/dist/models/StoreSupplierRequestSeoInner.js +0 -55
  72. package/docs/PaginatedProductSearchResultResourceResponse.md +0 -36
  73. package/docs/ProductAggregationResource.md +0 -40
  74. package/docs/ProductAggregationResourceArrayResponse.md +0 -34
  75. package/docs/ProductRating.md +0 -32
  76. package/docs/ProductSearchResponseResource.md +0 -40
  77. package/docs/ProductSearchResponseResourceArrayResponse.md +0 -34
  78. package/docs/ProductSearchResponseResourceMeta.md +0 -40
  79. package/docs/ProductSearchResponseResourcePriceInfo.md +0 -40
  80. package/docs/ProductSearchResultResource.md +0 -62
  81. package/docs/ProductSearchResultResourceArrayResponse.md +0 -34
  82. package/docs/ProductSortBy.md +0 -32
  83. package/docs/ProductStatus.md +0 -32
  84. package/src/models/PaginatedProductSearchResultResourceResponse.ts +0 -90
  85. package/src/models/ProductAggregationResource.ts +0 -93
  86. package/src/models/ProductAggregationResourceArrayResponse.ts +0 -73
  87. package/src/models/ProductRating.ts +0 -54
  88. package/src/models/ProductSearchResponseResource.ts +0 -122
  89. package/src/models/ProductSearchResponseResourceArrayResponse.ts +0 -73
  90. package/src/models/ProductSearchResponseResourceMeta.ts +0 -93
  91. package/src/models/ProductSearchResponseResourcePriceInfo.ts +0 -93
  92. package/src/models/ProductSearchResultResource.ts +0 -191
  93. package/src/models/ProductSearchResultResourceArrayResponse.ts +0 -73
  94. package/src/models/ProductSortBy.ts +0 -60
  95. package/src/models/ProductStatus.ts +0 -52
  96. package/src/models/StoreSupplierRequestDescriptionsInner.ts +0 -82
@@ -1,44 +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 StoreSupplierRequestDescriptionsInner
16
- */
17
- export interface StoreSupplierRequestDescriptionsInner {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof StoreSupplierRequestDescriptionsInner
22
- */
23
- headerDescription?: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof StoreSupplierRequestDescriptionsInner
28
- */
29
- footerDescription?: string;
30
- /**
31
- *
32
- * @type {number}
33
- * @memberof StoreSupplierRequestDescriptionsInner
34
- */
35
- siteId: number;
36
- }
37
- /**
38
- * Check if a given object implements the StoreSupplierRequestDescriptionsInner interface.
39
- */
40
- export declare function instanceOfStoreSupplierRequestDescriptionsInner(value: object): value is StoreSupplierRequestDescriptionsInner;
41
- export declare function StoreSupplierRequestDescriptionsInnerFromJSON(json: any): StoreSupplierRequestDescriptionsInner;
42
- export declare function StoreSupplierRequestDescriptionsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): StoreSupplierRequestDescriptionsInner;
43
- export declare function StoreSupplierRequestDescriptionsInnerToJSON(json: any): StoreSupplierRequestDescriptionsInner;
44
- export declare function StoreSupplierRequestDescriptionsInnerToJSONTyped(value?: StoreSupplierRequestDescriptionsInner | null, ignoreDiscriminator?: boolean): any;
@@ -1,55 +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.instanceOfStoreSupplierRequestDescriptionsInner = instanceOfStoreSupplierRequestDescriptionsInner;
17
- exports.StoreSupplierRequestDescriptionsInnerFromJSON = StoreSupplierRequestDescriptionsInnerFromJSON;
18
- exports.StoreSupplierRequestDescriptionsInnerFromJSONTyped = StoreSupplierRequestDescriptionsInnerFromJSONTyped;
19
- exports.StoreSupplierRequestDescriptionsInnerToJSON = StoreSupplierRequestDescriptionsInnerToJSON;
20
- exports.StoreSupplierRequestDescriptionsInnerToJSONTyped = StoreSupplierRequestDescriptionsInnerToJSONTyped;
21
- /**
22
- * Check if a given object implements the StoreSupplierRequestDescriptionsInner interface.
23
- */
24
- function instanceOfStoreSupplierRequestDescriptionsInner(value) {
25
- if (!('siteId' in value) || value['siteId'] === undefined)
26
- return false;
27
- return true;
28
- }
29
- function StoreSupplierRequestDescriptionsInnerFromJSON(json) {
30
- return StoreSupplierRequestDescriptionsInnerFromJSONTyped(json, false);
31
- }
32
- function StoreSupplierRequestDescriptionsInnerFromJSONTyped(json, ignoreDiscriminator) {
33
- if (json == null) {
34
- return json;
35
- }
36
- return {
37
- 'headerDescription': json['header_description'] == null ? undefined : json['header_description'],
38
- 'footerDescription': json['footer_description'] == null ? undefined : json['footer_description'],
39
- 'siteId': json['site_id'],
40
- };
41
- }
42
- function StoreSupplierRequestDescriptionsInnerToJSON(json) {
43
- return StoreSupplierRequestDescriptionsInnerToJSONTyped(json, false);
44
- }
45
- function StoreSupplierRequestDescriptionsInnerToJSONTyped(value, ignoreDiscriminator) {
46
- if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
47
- if (value == null) {
48
- return value;
49
- }
50
- return {
51
- 'header_description': value['headerDescription'],
52
- 'footer_description': value['footerDescription'],
53
- 'site_id': value['siteId'],
54
- };
55
- }
@@ -1,44 +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 StoreSupplierRequestSeoInner
16
- */
17
- export interface StoreSupplierRequestSeoInner {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof StoreSupplierRequestSeoInner
22
- */
23
- seoTitle?: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof StoreSupplierRequestSeoInner
28
- */
29
- seoDescription?: string;
30
- /**
31
- *
32
- * @type {number}
33
- * @memberof StoreSupplierRequestSeoInner
34
- */
35
- siteId: number;
36
- }
37
- /**
38
- * Check if a given object implements the StoreSupplierRequestSeoInner interface.
39
- */
40
- export declare function instanceOfStoreSupplierRequestSeoInner(value: object): value is StoreSupplierRequestSeoInner;
41
- export declare function StoreSupplierRequestSeoInnerFromJSON(json: any): StoreSupplierRequestSeoInner;
42
- export declare function StoreSupplierRequestSeoInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): StoreSupplierRequestSeoInner;
43
- export declare function StoreSupplierRequestSeoInnerToJSON(json: any): StoreSupplierRequestSeoInner;
44
- export declare function StoreSupplierRequestSeoInnerToJSONTyped(value?: StoreSupplierRequestSeoInner | null, ignoreDiscriminator?: boolean): any;
@@ -1,55 +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.instanceOfStoreSupplierRequestSeoInner = instanceOfStoreSupplierRequestSeoInner;
17
- exports.StoreSupplierRequestSeoInnerFromJSON = StoreSupplierRequestSeoInnerFromJSON;
18
- exports.StoreSupplierRequestSeoInnerFromJSONTyped = StoreSupplierRequestSeoInnerFromJSONTyped;
19
- exports.StoreSupplierRequestSeoInnerToJSON = StoreSupplierRequestSeoInnerToJSON;
20
- exports.StoreSupplierRequestSeoInnerToJSONTyped = StoreSupplierRequestSeoInnerToJSONTyped;
21
- /**
22
- * Check if a given object implements the StoreSupplierRequestSeoInner interface.
23
- */
24
- function instanceOfStoreSupplierRequestSeoInner(value) {
25
- if (!('siteId' in value) || value['siteId'] === undefined)
26
- return false;
27
- return true;
28
- }
29
- function StoreSupplierRequestSeoInnerFromJSON(json) {
30
- return StoreSupplierRequestSeoInnerFromJSONTyped(json, false);
31
- }
32
- function StoreSupplierRequestSeoInnerFromJSONTyped(json, ignoreDiscriminator) {
33
- if (json == null) {
34
- return json;
35
- }
36
- return {
37
- 'seoTitle': json['seo_title'] == null ? undefined : json['seo_title'],
38
- 'seoDescription': json['seo_description'] == null ? undefined : json['seo_description'],
39
- 'siteId': json['site_id'],
40
- };
41
- }
42
- function StoreSupplierRequestSeoInnerToJSON(json) {
43
- return StoreSupplierRequestSeoInnerToJSONTyped(json, false);
44
- }
45
- function StoreSupplierRequestSeoInnerToJSONTyped(value, ignoreDiscriminator) {
46
- if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
47
- if (value == null) {
48
- return value;
49
- }
50
- return {
51
- 'seo_title': value['seoTitle'],
52
- 'seo_description': value['seoDescription'],
53
- 'site_id': value['siteId'],
54
- };
55
- }
@@ -1,36 +0,0 @@
1
-
2
- # PaginatedProductSearchResultResourceResponse
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `data` | [Array<ProductSearchResultResource>](ProductSearchResultResource.md)
10
- `meta` | [PagingMetadata](PagingMetadata.md)
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import type { PaginatedProductSearchResultResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
16
-
17
- // TODO: Update the object below with actual values
18
- const example = {
19
- "data": null,
20
- "meta": null,
21
- } satisfies PaginatedProductSearchResultResourceResponse
22
-
23
- console.log(example)
24
-
25
- // Convert the instance to a JSON string
26
- const exampleJSON: string = JSON.stringify(example)
27
- console.log(exampleJSON)
28
-
29
- // Parse the JSON string back to an object
30
- const exampleParsed = JSON.parse(exampleJSON) as PaginatedProductSearchResultResourceResponse
31
- console.log(exampleParsed)
32
- ```
33
-
34
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
-
36
-
@@ -1,40 +0,0 @@
1
-
2
- # ProductAggregationResource
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `attributes` | object
10
- `priceRanges` | Array<object>
11
- `brands` | Array<object>
12
- `ratings` | Array<object>
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import type { ProductAggregationResource } from '@digital8/lighting-illusions-ts-sdk'
18
-
19
- // TODO: Update the object below with actual values
20
- const example = {
21
- "attributes": null,
22
- "priceRanges": null,
23
- "brands": null,
24
- "ratings": null,
25
- } satisfies ProductAggregationResource
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 ProductAggregationResource
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,34 +0,0 @@
1
-
2
- # ProductAggregationResourceArrayResponse
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `data` | [Array<ProductAggregationResource>](ProductAggregationResource.md)
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import type { ProductAggregationResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
15
-
16
- // TODO: Update the object below with actual values
17
- const example = {
18
- "data": null,
19
- } satisfies ProductAggregationResourceArrayResponse
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 ProductAggregationResourceArrayResponse
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,32 +0,0 @@
1
-
2
- # ProductRating
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
-
10
- ## Example
11
-
12
- ```typescript
13
- import type { ProductRating } from '@digital8/lighting-illusions-ts-sdk'
14
-
15
- // TODO: Update the object below with actual values
16
- const example = {
17
- } satisfies ProductRating
18
-
19
- console.log(example)
20
-
21
- // Convert the instance to a JSON string
22
- const exampleJSON: string = JSON.stringify(example)
23
- console.log(exampleJSON)
24
-
25
- // Parse the JSON string back to an object
26
- const exampleParsed = JSON.parse(exampleJSON) as ProductRating
27
- console.log(exampleParsed)
28
- ```
29
-
30
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
31
-
32
-
@@ -1,40 +0,0 @@
1
-
2
- # ProductSearchResponseResource
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `data` | [Array<ProductSearchResultResource>](ProductSearchResultResource.md)
10
- `meta` | [ProductSearchResponseResourceMeta](ProductSearchResponseResourceMeta.md)
11
- `aggregations` | [ProductAggregationResource](ProductAggregationResource.md)
12
- `priceInfo` | [ProductSearchResponseResourcePriceInfo](ProductSearchResponseResourcePriceInfo.md)
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import type { ProductSearchResponseResource } from '@digital8/lighting-illusions-ts-sdk'
18
-
19
- // TODO: Update the object below with actual values
20
- const example = {
21
- "data": null,
22
- "meta": null,
23
- "aggregations": null,
24
- "priceInfo": null,
25
- } satisfies ProductSearchResponseResource
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 ProductSearchResponseResource
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,34 +0,0 @@
1
-
2
- # ProductSearchResponseResourceArrayResponse
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `data` | [Array<ProductSearchResponseResource>](ProductSearchResponseResource.md)
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import type { ProductSearchResponseResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
15
-
16
- // TODO: Update the object below with actual values
17
- const example = {
18
- "data": null,
19
- } satisfies ProductSearchResponseResourceArrayResponse
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 ProductSearchResponseResourceArrayResponse
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,40 +0,0 @@
1
-
2
- # ProductSearchResponseResourceMeta
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `currentPage` | number
10
- `perPage` | number
11
- `total` | number
12
- `lastPage` | number
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import type { ProductSearchResponseResourceMeta } from '@digital8/lighting-illusions-ts-sdk'
18
-
19
- // TODO: Update the object below with actual values
20
- const example = {
21
- "currentPage": 1,
22
- "perPage": 24,
23
- "total": 1500,
24
- "lastPage": 63,
25
- } satisfies ProductSearchResponseResourceMeta
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 ProductSearchResponseResourceMeta
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
- # ProductSearchResponseResourcePriceInfo
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `minPrice` | number
10
- `maxPrice` | number
11
- `lowestPrice` | number
12
- `highestPrice` | number
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import type { ProductSearchResponseResourcePriceInfo } from '@digital8/lighting-illusions-ts-sdk'
18
-
19
- // TODO: Update the object below with actual values
20
- const example = {
21
- "minPrice": 49.99,
22
- "maxPrice": 899.99,
23
- "lowestPrice": 29.99,
24
- "highestPrice": 1299.99,
25
- } satisfies ProductSearchResponseResourcePriceInfo
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 ProductSearchResponseResourcePriceInfo
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,62 +0,0 @@
1
-
2
- # ProductSearchResultResource
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `id` | number
10
- `sku` | string
11
- `model` | string
12
- `name` | string
13
- `slug` | string
14
- `price` | number
15
- `salePrice` | number
16
- `thumbnail` | string
17
- `averageRating` | string
18
- `labelDetails` | Array<number>
19
- `categories` | Array<object>
20
- `supplierName` | string
21
- `supplierId` | number
22
- `availability` | string
23
- `wishlisted` | boolean
24
-
25
- ## Example
26
-
27
- ```typescript
28
- import type { ProductSearchResultResource } from '@digital8/lighting-illusions-ts-sdk'
29
-
30
- // TODO: Update the object below with actual values
31
- const example = {
32
- "id": null,
33
- "sku": null,
34
- "model": null,
35
- "name": null,
36
- "slug": null,
37
- "price": null,
38
- "salePrice": null,
39
- "thumbnail": null,
40
- "averageRating": null,
41
- "labelDetails": null,
42
- "categories": null,
43
- "supplierName": null,
44
- "supplierId": null,
45
- "availability": null,
46
- "wishlisted": null,
47
- } satisfies ProductSearchResultResource
48
-
49
- console.log(example)
50
-
51
- // Convert the instance to a JSON string
52
- const exampleJSON: string = JSON.stringify(example)
53
- console.log(exampleJSON)
54
-
55
- // Parse the JSON string back to an object
56
- const exampleParsed = JSON.parse(exampleJSON) as ProductSearchResultResource
57
- console.log(exampleParsed)
58
- ```
59
-
60
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
61
-
62
-
@@ -1,34 +0,0 @@
1
-
2
- # ProductSearchResultResourceArrayResponse
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `data` | [Array<ProductSearchResultResource>](ProductSearchResultResource.md)
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import type { ProductSearchResultResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
15
-
16
- // TODO: Update the object below with actual values
17
- const example = {
18
- "data": null,
19
- } satisfies ProductSearchResultResourceArrayResponse
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 ProductSearchResultResourceArrayResponse
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,32 +0,0 @@
1
-
2
- # ProductSortBy
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
-
10
- ## Example
11
-
12
- ```typescript
13
- import type { ProductSortBy } from '@digital8/lighting-illusions-ts-sdk'
14
-
15
- // TODO: Update the object below with actual values
16
- const example = {
17
- } satisfies ProductSortBy
18
-
19
- console.log(example)
20
-
21
- // Convert the instance to a JSON string
22
- const exampleJSON: string = JSON.stringify(example)
23
- console.log(exampleJSON)
24
-
25
- // Parse the JSON string back to an object
26
- const exampleParsed = JSON.parse(exampleJSON) as ProductSortBy
27
- console.log(exampleParsed)
28
- ```
29
-
30
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
31
-
32
-
@@ -1,32 +0,0 @@
1
-
2
- # ProductStatus
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
-
10
- ## Example
11
-
12
- ```typescript
13
- import type { ProductStatus } from '@digital8/lighting-illusions-ts-sdk'
14
-
15
- // TODO: Update the object below with actual values
16
- const example = {
17
- } satisfies ProductStatus
18
-
19
- console.log(example)
20
-
21
- // Convert the instance to a JSON string
22
- const exampleJSON: string = JSON.stringify(example)
23
- console.log(exampleJSON)
24
-
25
- // Parse the JSON string back to an object
26
- const exampleParsed = JSON.parse(exampleJSON) as ProductStatus
27
- console.log(exampleParsed)
28
- ```
29
-
30
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
31
-
32
-