@digital8/lighting-illusions-ts-sdk 0.0.416 → 0.0.417

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @digital8/lighting-illusions-ts-sdk@0.0.416
1
+ # @digital8/lighting-illusions-ts-sdk@0.0.417
2
2
 
3
3
  A TypeScript SDK client for the localhost API.
4
4
 
@@ -281,7 +281,7 @@ and is automatically generated by the
281
281
  [OpenAPI Generator](https://openapi-generator.tech) project:
282
282
 
283
283
  - API version: `1.0.0`
284
- - Package version: `0.0.416`
284
+ - Package version: `0.0.417`
285
285
  - Generator version: `7.17.0`
286
286
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
287
287
 
@@ -82,9 +82,9 @@ export interface GetAllProductChildRequest {
82
82
  export declare const GetAllProductChildRequestSortByEnum: {
83
83
  readonly Id: "id";
84
84
  readonly Name: "name";
85
- readonly ParentName: "parent.name";
86
- readonly SiteDetailsName: "siteDetails.name";
87
- readonly SiteDetailsSlug: "siteDetails.slug";
85
+ readonly ParentName: "parent-name";
86
+ readonly SiteDetailsName: "siteDetails-name";
87
+ readonly SiteDetailsSlug: "siteDetails-slug";
88
88
  readonly Sku: "sku";
89
89
  readonly Model: "model";
90
90
  readonly NetsuiteId: "netsuite_id";
@@ -25,9 +25,9 @@ exports.GetAllProductChildRequestToJSONTyped = GetAllProductChildRequestToJSONTy
25
25
  exports.GetAllProductChildRequestSortByEnum = {
26
26
  Id: 'id',
27
27
  Name: 'name',
28
- ParentName: 'parent.name',
29
- SiteDetailsName: 'siteDetails.name',
30
- SiteDetailsSlug: 'siteDetails.slug',
28
+ ParentName: 'parent-name',
29
+ SiteDetailsName: 'siteDetails-name',
30
+ SiteDetailsSlug: 'siteDetails-slug',
31
31
  Sku: 'sku',
32
32
  Model: 'model',
33
33
  NetsuiteId: 'netsuite_id',
@@ -63,9 +63,9 @@ function GetAllProductChildRequestFromJSONTyped(json, ignoreDiscriminator) {
63
63
  'sortDirection': json['sortDirection'] == null ? undefined : json['sortDirection'],
64
64
  'relatedId': json['related_id'] == null ? undefined : json['related_id'],
65
65
  'relatedType': json['related_type'] == null ? undefined : json['related_type'],
66
- 'parentProductTypeId': json['parent.product_type_id'] == null ? undefined : json['parent.product_type_id'],
67
- 'parentSupplierId': json['parent.supplier_id'] == null ? undefined : json['parent.supplier_id'],
68
- 'siteDetailsSiteId': json['siteDetails.site_id'] == null ? undefined : json['siteDetails.site_id'],
66
+ 'parentProductTypeId': json['parent-product_type_id'] == null ? undefined : json['parent-product_type_id'],
67
+ 'parentSupplierId': json['parent-supplier_id'] == null ? undefined : json['parent-supplier_id'],
68
+ 'siteDetailsSiteId': json['siteDetails-site_id'] == null ? undefined : json['siteDetails-site_id'],
69
69
  'isDisabled': json['is_disabled'] == null ? undefined : json['is_disabled'],
70
70
  'hasNetsuiteId': json['has_netsuite_id'] == null ? undefined : json['has_netsuite_id'],
71
71
  };
@@ -84,9 +84,9 @@ function GetAllProductChildRequestToJSONTyped(value, ignoreDiscriminator) {
84
84
  'sortDirection': value['sortDirection'],
85
85
  'related_id': value['relatedId'],
86
86
  'related_type': value['relatedType'],
87
- 'parent.product_type_id': value['parentProductTypeId'],
88
- 'parent.supplier_id': value['parentSupplierId'],
89
- 'siteDetails.site_id': value['siteDetailsSiteId'],
87
+ 'parent-product_type_id': value['parentProductTypeId'],
88
+ 'parent-supplier_id': value['parentSupplierId'],
89
+ 'siteDetails-site_id': value['siteDetailsSiteId'],
90
90
  'is_disabled': value['isDisabled'],
91
91
  'has_netsuite_id': value['hasNetsuiteId'],
92
92
  };
@@ -52,7 +52,7 @@ export interface GetAllProductRequest {
52
52
  export declare const GetAllProductRequestSortByEnum: {
53
53
  readonly Id: "id";
54
54
  readonly Name: "name";
55
- readonly SupplierName: "supplier.name";
55
+ readonly SupplierName: "supplier-name";
56
56
  readonly CreatedAt: "created_at";
57
57
  readonly UpdatedAt: "updated_at";
58
58
  };
@@ -25,7 +25,7 @@ exports.GetAllProductRequestToJSONTyped = GetAllProductRequestToJSONTyped;
25
25
  exports.GetAllProductRequestSortByEnum = {
26
26
  Id: 'id',
27
27
  Name: 'name',
28
- SupplierName: 'supplier.name',
28
+ SupplierName: 'supplier-name',
29
29
  CreatedAt: 'created_at',
30
30
  UpdatedAt: 'updated_at'
31
31
  };
@@ -82,9 +82,9 @@ export interface IndexProductChildRequest {
82
82
  export declare const IndexProductChildRequestSortByEnum: {
83
83
  readonly Id: "id";
84
84
  readonly Name: "name";
85
- readonly ParentName: "parent.name";
86
- readonly SiteDetailsName: "siteDetails.name";
87
- readonly SiteDetailsSlug: "siteDetails.slug";
85
+ readonly ParentName: "parent-name";
86
+ readonly SiteDetailsName: "siteDetails-name";
87
+ readonly SiteDetailsSlug: "siteDetails-slug";
88
88
  readonly Sku: "sku";
89
89
  readonly Model: "model";
90
90
  readonly NetsuiteId: "netsuite_id";
@@ -25,9 +25,9 @@ exports.IndexProductChildRequestToJSONTyped = IndexProductChildRequestToJSONType
25
25
  exports.IndexProductChildRequestSortByEnum = {
26
26
  Id: 'id',
27
27
  Name: 'name',
28
- ParentName: 'parent.name',
29
- SiteDetailsName: 'siteDetails.name',
30
- SiteDetailsSlug: 'siteDetails.slug',
28
+ ParentName: 'parent-name',
29
+ SiteDetailsName: 'siteDetails-name',
30
+ SiteDetailsSlug: 'siteDetails-slug',
31
31
  Sku: 'sku',
32
32
  Model: 'model',
33
33
  NetsuiteId: 'netsuite_id',
@@ -63,9 +63,9 @@ function IndexProductChildRequestFromJSONTyped(json, ignoreDiscriminator) {
63
63
  'sortDirection': json['sortDirection'] == null ? undefined : json['sortDirection'],
64
64
  'perPage': json['per_page'] == null ? undefined : json['per_page'],
65
65
  'page': json['page'] == null ? undefined : json['page'],
66
- 'parentProductTypeId': json['parent.product_type_id'] == null ? undefined : json['parent.product_type_id'],
67
- 'parentSupplierId': json['parent.supplier_id'] == null ? undefined : json['parent.supplier_id'],
68
- 'siteDetailsSiteId': json['siteDetails.site_id'] == null ? undefined : json['siteDetails.site_id'],
66
+ 'parentProductTypeId': json['parent-product_type_id'] == null ? undefined : json['parent-product_type_id'],
67
+ 'parentSupplierId': json['parent-supplier_id'] == null ? undefined : json['parent-supplier_id'],
68
+ 'siteDetailsSiteId': json['siteDetails-site_id'] == null ? undefined : json['siteDetails-site_id'],
69
69
  'isDisabled': json['is_disabled'] == null ? undefined : json['is_disabled'],
70
70
  'hasNetsuiteId': json['has_netsuite_id'] == null ? undefined : json['has_netsuite_id'],
71
71
  };
@@ -84,9 +84,9 @@ function IndexProductChildRequestToJSONTyped(value, ignoreDiscriminator) {
84
84
  'sortDirection': value['sortDirection'],
85
85
  'per_page': value['perPage'],
86
86
  'page': value['page'],
87
- 'parent.product_type_id': value['parentProductTypeId'],
88
- 'parent.supplier_id': value['parentSupplierId'],
89
- 'siteDetails.site_id': value['siteDetailsSiteId'],
87
+ 'parent-product_type_id': value['parentProductTypeId'],
88
+ 'parent-supplier_id': value['parentSupplierId'],
89
+ 'siteDetails-site_id': value['siteDetailsSiteId'],
90
90
  'is_disabled': value['isDisabled'],
91
91
  'has_netsuite_id': value['hasNetsuiteId'],
92
92
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital8/lighting-illusions-ts-sdk",
3
- "version": "0.0.416",
3
+ "version": "0.0.417",
4
4
  "description": "OpenAPI client for @digital8/lighting-illusions-ts-sdk",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -88,9 +88,9 @@ export interface GetAllProductChildRequest {
88
88
  export const GetAllProductChildRequestSortByEnum = {
89
89
  Id: 'id',
90
90
  Name: 'name',
91
- ParentName: 'parent.name',
92
- SiteDetailsName: 'siteDetails.name',
93
- SiteDetailsSlug: 'siteDetails.slug',
91
+ ParentName: 'parent-name',
92
+ SiteDetailsName: 'siteDetails-name',
93
+ SiteDetailsSlug: 'siteDetails-slug',
94
94
  Sku: 'sku',
95
95
  Model: 'model',
96
96
  NetsuiteId: 'netsuite_id',
@@ -134,9 +134,9 @@ export function GetAllProductChildRequestFromJSONTyped(json: any, ignoreDiscrimi
134
134
  'sortDirection': json['sortDirection'] == null ? undefined : json['sortDirection'],
135
135
  'relatedId': json['related_id'] == null ? undefined : json['related_id'],
136
136
  'relatedType': json['related_type'] == null ? undefined : json['related_type'],
137
- 'parentProductTypeId': json['parent.product_type_id'] == null ? undefined : json['parent.product_type_id'],
138
- 'parentSupplierId': json['parent.supplier_id'] == null ? undefined : json['parent.supplier_id'],
139
- 'siteDetailsSiteId': json['siteDetails.site_id'] == null ? undefined : json['siteDetails.site_id'],
137
+ 'parentProductTypeId': json['parent-product_type_id'] == null ? undefined : json['parent-product_type_id'],
138
+ 'parentSupplierId': json['parent-supplier_id'] == null ? undefined : json['parent-supplier_id'],
139
+ 'siteDetailsSiteId': json['siteDetails-site_id'] == null ? undefined : json['siteDetails-site_id'],
140
140
  'isDisabled': json['is_disabled'] == null ? undefined : json['is_disabled'],
141
141
  'hasNetsuiteId': json['has_netsuite_id'] == null ? undefined : json['has_netsuite_id'],
142
142
  };
@@ -158,9 +158,9 @@ export function GetAllProductChildRequestToJSONTyped(value?: GetAllProductChildR
158
158
  'sortDirection': value['sortDirection'],
159
159
  'related_id': value['relatedId'],
160
160
  'related_type': value['relatedType'],
161
- 'parent.product_type_id': value['parentProductTypeId'],
162
- 'parent.supplier_id': value['parentSupplierId'],
163
- 'siteDetails.site_id': value['siteDetailsSiteId'],
161
+ 'parent-product_type_id': value['parentProductTypeId'],
162
+ 'parent-supplier_id': value['parentSupplierId'],
163
+ 'siteDetails-site_id': value['siteDetailsSiteId'],
164
164
  'is_disabled': value['isDisabled'],
165
165
  'has_netsuite_id': value['hasNetsuiteId'],
166
166
  };
@@ -58,7 +58,7 @@ export interface GetAllProductRequest {
58
58
  export const GetAllProductRequestSortByEnum = {
59
59
  Id: 'id',
60
60
  Name: 'name',
61
- SupplierName: 'supplier.name',
61
+ SupplierName: 'supplier-name',
62
62
  CreatedAt: 'created_at',
63
63
  UpdatedAt: 'updated_at'
64
64
  } as const;
@@ -88,9 +88,9 @@ export interface IndexProductChildRequest {
88
88
  export const IndexProductChildRequestSortByEnum = {
89
89
  Id: 'id',
90
90
  Name: 'name',
91
- ParentName: 'parent.name',
92
- SiteDetailsName: 'siteDetails.name',
93
- SiteDetailsSlug: 'siteDetails.slug',
91
+ ParentName: 'parent-name',
92
+ SiteDetailsName: 'siteDetails-name',
93
+ SiteDetailsSlug: 'siteDetails-slug',
94
94
  Sku: 'sku',
95
95
  Model: 'model',
96
96
  NetsuiteId: 'netsuite_id',
@@ -134,9 +134,9 @@ export function IndexProductChildRequestFromJSONTyped(json: any, ignoreDiscrimin
134
134
  'sortDirection': json['sortDirection'] == null ? undefined : json['sortDirection'],
135
135
  'perPage': json['per_page'] == null ? undefined : json['per_page'],
136
136
  'page': json['page'] == null ? undefined : json['page'],
137
- 'parentProductTypeId': json['parent.product_type_id'] == null ? undefined : json['parent.product_type_id'],
138
- 'parentSupplierId': json['parent.supplier_id'] == null ? undefined : json['parent.supplier_id'],
139
- 'siteDetailsSiteId': json['siteDetails.site_id'] == null ? undefined : json['siteDetails.site_id'],
137
+ 'parentProductTypeId': json['parent-product_type_id'] == null ? undefined : json['parent-product_type_id'],
138
+ 'parentSupplierId': json['parent-supplier_id'] == null ? undefined : json['parent-supplier_id'],
139
+ 'siteDetailsSiteId': json['siteDetails-site_id'] == null ? undefined : json['siteDetails-site_id'],
140
140
  'isDisabled': json['is_disabled'] == null ? undefined : json['is_disabled'],
141
141
  'hasNetsuiteId': json['has_netsuite_id'] == null ? undefined : json['has_netsuite_id'],
142
142
  };
@@ -158,9 +158,9 @@ export function IndexProductChildRequestToJSONTyped(value?: IndexProductChildReq
158
158
  'sortDirection': value['sortDirection'],
159
159
  'per_page': value['perPage'],
160
160
  'page': value['page'],
161
- 'parent.product_type_id': value['parentProductTypeId'],
162
- 'parent.supplier_id': value['parentSupplierId'],
163
- 'siteDetails.site_id': value['siteDetailsSiteId'],
161
+ 'parent-product_type_id': value['parentProductTypeId'],
162
+ 'parent-supplier_id': value['parentSupplierId'],
163
+ 'siteDetails-site_id': value['siteDetailsSiteId'],
164
164
  'is_disabled': value['isDisabled'],
165
165
  'has_netsuite_id': value['hasNetsuiteId'],
166
166
  };