@digital8/lighting-illusions-ts-sdk 0.0.600 → 0.0.602

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 (33) hide show
  1. package/.openapi-generator/FILES +0 -12
  2. package/README.md +2 -8
  3. package/dist/models/ExternalApiLogResource.d.ts +1 -1
  4. package/dist/models/ExternalApiLogResource.js +1 -3
  5. package/dist/models/index.d.ts +0 -6
  6. package/dist/models/index.js +0 -6
  7. package/package.json +1 -1
  8. package/src/models/ExternalApiLogResource.ts +2 -3
  9. package/src/models/index.ts +0 -6
  10. package/dist/models/PaginatedWishlistListResourceResponse.d.ts +0 -40
  11. package/dist/models/PaginatedWishlistListResourceResponse.js +0 -57
  12. package/dist/models/PaginatedWishlistResourceResponse.d.ts +0 -40
  13. package/dist/models/PaginatedWishlistResourceResponse.js +0 -57
  14. package/dist/models/WishlistListResource.d.ts +0 -57
  15. package/dist/models/WishlistListResource.js +0 -66
  16. package/dist/models/WishlistListResourceArrayResponse.d.ts +0 -33
  17. package/dist/models/WishlistListResourceArrayResponse.js +0 -50
  18. package/dist/models/WishlistResource.d.ts +0 -63
  19. package/dist/models/WishlistResource.js +0 -68
  20. package/dist/models/WishlistResourceArrayResponse.d.ts +0 -33
  21. package/dist/models/WishlistResourceArrayResponse.js +0 -50
  22. package/docs/PaginatedWishlistListResourceResponse.md +0 -36
  23. package/docs/PaginatedWishlistResourceResponse.md +0 -36
  24. package/docs/WishlistListResource.md +0 -42
  25. package/docs/WishlistListResourceArrayResponse.md +0 -34
  26. package/docs/WishlistResource.md +0 -44
  27. package/docs/WishlistResourceArrayResponse.md +0 -34
  28. package/src/models/PaginatedWishlistListResourceResponse.ts +0 -90
  29. package/src/models/PaginatedWishlistResourceResponse.ts +0 -90
  30. package/src/models/WishlistListResource.ts +0 -109
  31. package/src/models/WishlistListResourceArrayResponse.ts +0 -73
  32. package/src/models/WishlistResource.ts +0 -117
  33. package/src/models/WishlistResourceArrayResponse.ts +0 -73
@@ -1,73 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * My API
5
- * API documentation for my Laravel app
6
- *
7
- * The version of the OpenAPI document: 1.0.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime';
16
- import type { WishlistListResource } from './WishlistListResource';
17
- import {
18
- WishlistListResourceFromJSON,
19
- WishlistListResourceFromJSONTyped,
20
- WishlistListResourceToJSON,
21
- WishlistListResourceToJSONTyped,
22
- } from './WishlistListResource';
23
-
24
- /**
25
- *
26
- * @export
27
- * @interface WishlistListResourceArrayResponse
28
- */
29
- export interface WishlistListResourceArrayResponse {
30
- /**
31
- *
32
- * @type {Array<WishlistListResource>}
33
- * @memberof WishlistListResourceArrayResponse
34
- */
35
- data?: Array<WishlistListResource>;
36
- }
37
-
38
- /**
39
- * Check if a given object implements the WishlistListResourceArrayResponse interface.
40
- */
41
- export function instanceOfWishlistListResourceArrayResponse(value: object): value is WishlistListResourceArrayResponse {
42
- return true;
43
- }
44
-
45
- export function WishlistListResourceArrayResponseFromJSON(json: any): WishlistListResourceArrayResponse {
46
- return WishlistListResourceArrayResponseFromJSONTyped(json, false);
47
- }
48
-
49
- export function WishlistListResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): WishlistListResourceArrayResponse {
50
- if (json == null) {
51
- return json;
52
- }
53
- return {
54
-
55
- 'data': json['data'] == null ? undefined : ((json['data'] as Array<any>).map(WishlistListResourceFromJSON)),
56
- };
57
- }
58
-
59
- export function WishlistListResourceArrayResponseToJSON(json: any): WishlistListResourceArrayResponse {
60
- return WishlistListResourceArrayResponseToJSONTyped(json, false);
61
- }
62
-
63
- export function WishlistListResourceArrayResponseToJSONTyped(value?: WishlistListResourceArrayResponse | null, ignoreDiscriminator: boolean = false): any {
64
- if (value == null) {
65
- return value;
66
- }
67
-
68
- return {
69
-
70
- 'data': value['data'] == null ? undefined : ((value['data'] as Array<any>).map(WishlistListResourceToJSON)),
71
- };
72
- }
73
-
@@ -1,117 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * My API
5
- * API documentation for my Laravel app
6
- *
7
- * The version of the OpenAPI document: 1.0.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime';
16
- import type { ProductChildLiteResource } from './ProductChildLiteResource';
17
- import {
18
- ProductChildLiteResourceFromJSON,
19
- ProductChildLiteResourceFromJSONTyped,
20
- ProductChildLiteResourceToJSON,
21
- ProductChildLiteResourceToJSONTyped,
22
- } from './ProductChildLiteResource';
23
-
24
- /**
25
- *
26
- * @export
27
- * @interface WishlistResource
28
- */
29
- export interface WishlistResource {
30
- /**
31
- *
32
- * @type {number}
33
- * @memberof WishlistResource
34
- */
35
- id: number;
36
- /**
37
- *
38
- * @type {number}
39
- * @memberof WishlistResource
40
- */
41
- customerId: number;
42
- /**
43
- *
44
- * @type {number}
45
- * @memberof WishlistResource
46
- */
47
- productChildId: number;
48
- /**
49
- *
50
- * @type {ProductChildLiteResource}
51
- * @memberof WishlistResource
52
- */
53
- productChild: ProductChildLiteResource | null;
54
- /**
55
- *
56
- * @type {string}
57
- * @memberof WishlistResource
58
- */
59
- createdAt?: string | null;
60
- /**
61
- *
62
- * @type {string}
63
- * @memberof WishlistResource
64
- */
65
- updatedAt?: string | null;
66
- }
67
-
68
- /**
69
- * Check if a given object implements the WishlistResource interface.
70
- */
71
- export function instanceOfWishlistResource(value: object): value is WishlistResource {
72
- if (!('id' in value) || value['id'] === undefined) return false;
73
- if (!('customerId' in value) || value['customerId'] === undefined) return false;
74
- if (!('productChildId' in value) || value['productChildId'] === undefined) return false;
75
- if (!('productChild' in value) || value['productChild'] === undefined) return false;
76
- return true;
77
- }
78
-
79
- export function WishlistResourceFromJSON(json: any): WishlistResource {
80
- return WishlistResourceFromJSONTyped(json, false);
81
- }
82
-
83
- export function WishlistResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): WishlistResource {
84
- if (json == null) {
85
- return json;
86
- }
87
- return {
88
-
89
- 'id': json['id'],
90
- 'customerId': json['customer_id'],
91
- 'productChildId': json['product_child_id'],
92
- 'productChild': ProductChildLiteResourceFromJSON(json['product_child']),
93
- 'createdAt': json['created_at'] == null ? undefined : json['created_at'],
94
- 'updatedAt': json['updated_at'] == null ? undefined : json['updated_at'],
95
- };
96
- }
97
-
98
- export function WishlistResourceToJSON(json: any): WishlistResource {
99
- return WishlistResourceToJSONTyped(json, false);
100
- }
101
-
102
- export function WishlistResourceToJSONTyped(value?: WishlistResource | null, ignoreDiscriminator: boolean = false): any {
103
- if (value == null) {
104
- return value;
105
- }
106
-
107
- return {
108
-
109
- 'id': value['id'],
110
- 'customer_id': value['customerId'],
111
- 'product_child_id': value['productChildId'],
112
- 'product_child': ProductChildLiteResourceToJSON(value['productChild']),
113
- 'created_at': value['createdAt'],
114
- 'updated_at': value['updatedAt'],
115
- };
116
- }
117
-
@@ -1,73 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * My API
5
- * API documentation for my Laravel app
6
- *
7
- * The version of the OpenAPI document: 1.0.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime';
16
- import type { WishlistResource } from './WishlistResource';
17
- import {
18
- WishlistResourceFromJSON,
19
- WishlistResourceFromJSONTyped,
20
- WishlistResourceToJSON,
21
- WishlistResourceToJSONTyped,
22
- } from './WishlistResource';
23
-
24
- /**
25
- *
26
- * @export
27
- * @interface WishlistResourceArrayResponse
28
- */
29
- export interface WishlistResourceArrayResponse {
30
- /**
31
- *
32
- * @type {Array<WishlistResource>}
33
- * @memberof WishlistResourceArrayResponse
34
- */
35
- data?: Array<WishlistResource>;
36
- }
37
-
38
- /**
39
- * Check if a given object implements the WishlistResourceArrayResponse interface.
40
- */
41
- export function instanceOfWishlistResourceArrayResponse(value: object): value is WishlistResourceArrayResponse {
42
- return true;
43
- }
44
-
45
- export function WishlistResourceArrayResponseFromJSON(json: any): WishlistResourceArrayResponse {
46
- return WishlistResourceArrayResponseFromJSONTyped(json, false);
47
- }
48
-
49
- export function WishlistResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): WishlistResourceArrayResponse {
50
- if (json == null) {
51
- return json;
52
- }
53
- return {
54
-
55
- 'data': json['data'] == null ? undefined : ((json['data'] as Array<any>).map(WishlistResourceFromJSON)),
56
- };
57
- }
58
-
59
- export function WishlistResourceArrayResponseToJSON(json: any): WishlistResourceArrayResponse {
60
- return WishlistResourceArrayResponseToJSONTyped(json, false);
61
- }
62
-
63
- export function WishlistResourceArrayResponseToJSONTyped(value?: WishlistResourceArrayResponse | null, ignoreDiscriminator: boolean = false): any {
64
- if (value == null) {
65
- return value;
66
- }
67
-
68
- return {
69
-
70
- 'data': value['data'] == null ? undefined : ((value['data'] as Array<any>).map(WishlistResourceToJSON)),
71
- };
72
- }
73
-