@digital8/lighting-illusions-ts-sdk 0.0.1483 → 0.0.1484
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/.openapi-generator/FILES +10 -0
- package/README.md +7 -2
- package/dist/apis/RedirectApi.d.ts +33 -0
- package/dist/apis/RedirectApi.js +138 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/models/AddressFrontendResource.d.ts +1 -1
- package/dist/models/AddressFrontendResource.js +3 -1
- package/dist/models/AddressResource.d.ts +1 -1
- package/dist/models/AddressResource.js +3 -1
- package/dist/models/ExternalApiLogResource.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.js +1 -3
- package/dist/models/IndexRedirectRequest.d.ts +112 -0
- package/dist/models/IndexRedirectRequest.js +91 -0
- package/dist/models/PaginatedRedirectListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedRedirectListResourceResponse.js +57 -0
- package/dist/models/RedirectListResource.d.ts +69 -0
- package/dist/models/RedirectListResource.js +76 -0
- package/dist/models/RedirectListResourceArrayResponse.d.ts +33 -0
- package/dist/models/RedirectListResourceArrayResponse.js +50 -0
- package/dist/models/StoreListResource.d.ts +1 -1
- package/dist/models/StoreListResource.js +3 -1
- package/dist/models/StoreResource.d.ts +1 -1
- package/dist/models/StoreResource.js +1 -3
- package/dist/models/StoreSpecialDateFrontendResource.d.ts +2 -2
- package/dist/models/StoreSpecialDateFrontendResource.js +1 -3
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.js +4 -0
- package/docs/IndexRedirectRequest.md +52 -0
- package/docs/PaginatedRedirectListResourceResponse.md +36 -0
- package/docs/RedirectApi.md +74 -0
- package/docs/RedirectListResource.md +46 -0
- package/docs/RedirectListResourceArrayResponse.md +34 -0
- package/docs/StoreSpecialDateFrontendResource.md +1 -1
- package/package.json +1 -1
- package/src/apis/RedirectApi.ts +77 -0
- package/src/apis/index.ts +1 -0
- package/src/models/AddressFrontendResource.ts +3 -2
- package/src/models/AddressResource.ts +3 -2
- package/src/models/ExternalApiLogResource.ts +2 -3
- package/src/models/IndexRedirectRequest.ts +168 -0
- package/src/models/PaginatedRedirectListResourceResponse.ts +90 -0
- package/src/models/RedirectListResource.ts +128 -0
- package/src/models/RedirectListResourceArrayResponse.ts +73 -0
- package/src/models/StoreListResource.ts +3 -2
- package/src/models/StoreResource.ts +2 -3
- package/src/models/StoreSpecialDateFrontendResource.ts +3 -4
- package/src/models/index.ts +4 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -130,6 +130,7 @@ docs/IndexProductChildRequest.md
|
|
|
130
130
|
docs/IndexProductRangeRequest.md
|
|
131
131
|
docs/IndexProductRequest.md
|
|
132
132
|
docs/IndexProductTypeRequest.md
|
|
133
|
+
docs/IndexRedirectRequest.md
|
|
133
134
|
docs/IndexSiteNotificationRequest.md
|
|
134
135
|
docs/IndexSiteRequest.md
|
|
135
136
|
docs/IndexStoreRequest.md
|
|
@@ -194,6 +195,7 @@ docs/PaginatedProductSearchResultResourceResponse.md
|
|
|
194
195
|
docs/PaginatedProductTypeListResourceResponse.md
|
|
195
196
|
docs/PaginatedProductTypeLiteResourceResponse.md
|
|
196
197
|
docs/PaginatedProductTypeResourceResponse.md
|
|
198
|
+
docs/PaginatedRedirectListResourceResponse.md
|
|
197
199
|
docs/PaginatedSiteListResourceResponse.md
|
|
198
200
|
docs/PaginatedSiteLiteResourceResponse.md
|
|
199
201
|
docs/PaginatedSiteNotificationListResourceResponse.md
|
|
@@ -290,6 +292,9 @@ docs/ProductTypeLiteResource.md
|
|
|
290
292
|
docs/ProductTypeLiteResourceArrayResponse.md
|
|
291
293
|
docs/ProductTypeResource.md
|
|
292
294
|
docs/ProductTypeResourceArrayResponse.md
|
|
295
|
+
docs/RedirectApi.md
|
|
296
|
+
docs/RedirectListResource.md
|
|
297
|
+
docs/RedirectListResourceArrayResponse.md
|
|
293
298
|
docs/SEOResource.md
|
|
294
299
|
docs/SEOResourceArrayResponse.md
|
|
295
300
|
docs/ShowAssetsProductChildRequest.md
|
|
@@ -413,6 +418,7 @@ src/apis/ProductApi.ts
|
|
|
413
418
|
src/apis/ProductCategoryApi.ts
|
|
414
419
|
src/apis/ProductRangeApi.ts
|
|
415
420
|
src/apis/ProductTypeApi.ts
|
|
421
|
+
src/apis/RedirectApi.ts
|
|
416
422
|
src/apis/SiteApi.ts
|
|
417
423
|
src/apis/StoreApi.ts
|
|
418
424
|
src/apis/SupplierApi.ts
|
|
@@ -540,6 +546,7 @@ src/models/IndexProductChildRequest.ts
|
|
|
540
546
|
src/models/IndexProductRangeRequest.ts
|
|
541
547
|
src/models/IndexProductRequest.ts
|
|
542
548
|
src/models/IndexProductTypeRequest.ts
|
|
549
|
+
src/models/IndexRedirectRequest.ts
|
|
543
550
|
src/models/IndexSiteNotificationRequest.ts
|
|
544
551
|
src/models/IndexSiteRequest.ts
|
|
545
552
|
src/models/IndexStoreRequest.ts
|
|
@@ -602,6 +609,7 @@ src/models/PaginatedProductSearchResultResourceResponse.ts
|
|
|
602
609
|
src/models/PaginatedProductTypeListResourceResponse.ts
|
|
603
610
|
src/models/PaginatedProductTypeLiteResourceResponse.ts
|
|
604
611
|
src/models/PaginatedProductTypeResourceResponse.ts
|
|
612
|
+
src/models/PaginatedRedirectListResourceResponse.ts
|
|
605
613
|
src/models/PaginatedSiteListResourceResponse.ts
|
|
606
614
|
src/models/PaginatedSiteLiteResourceResponse.ts
|
|
607
615
|
src/models/PaginatedSiteNotificationListResourceResponse.ts
|
|
@@ -694,6 +702,8 @@ src/models/ProductTypeLiteResource.ts
|
|
|
694
702
|
src/models/ProductTypeLiteResourceArrayResponse.ts
|
|
695
703
|
src/models/ProductTypeResource.ts
|
|
696
704
|
src/models/ProductTypeResourceArrayResponse.ts
|
|
705
|
+
src/models/RedirectListResource.ts
|
|
706
|
+
src/models/RedirectListResourceArrayResponse.ts
|
|
697
707
|
src/models/SEOResource.ts
|
|
698
708
|
src/models/SEOResourceArrayResponse.ts
|
|
699
709
|
src/models/ShowAssetsProductChildRequest.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @digital8/lighting-illusions-ts-sdk@0.0.
|
|
1
|
+
# @digital8/lighting-illusions-ts-sdk@0.0.1484
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -171,6 +171,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
171
171
|
*ProductTypeApi* | [**storeProductType**](docs/ProductTypeApi.md#storeproducttypeoperation) | **POST** /admin-api/product-type/create | Auto-generated: storeProductType
|
|
172
172
|
*ProductTypeApi* | [**updateAttachedAttributeProductType**](docs/ProductTypeApi.md#updateattachedattributeproducttype) | **PUT** /admin-api/product-type/{productType}/update-attribute | Auto-generated: updateAttachedAttributeProductType
|
|
173
173
|
*ProductTypeApi* | [**updateProductType**](docs/ProductTypeApi.md#updateproducttypeoperation) | **PUT** /admin-api/product-type/{productType}/update | Auto-generated: updateProductType
|
|
174
|
+
*RedirectApi* | [**indexRedirect**](docs/RedirectApi.md#indexredirectoperation) | **POST** /admin-api/redirect/list | Auto-generated: indexRedirect
|
|
174
175
|
*SiteApi* | [**destroySiteNotification**](docs/SiteApi.md#destroysitenotification) | **DELETE** /admin-api/site/notification/{siteNotification}/delete | Auto-generated: destroySiteNotification
|
|
175
176
|
*SiteApi* | [**getAllSite**](docs/SiteApi.md#getallsite) | **POST** /admin-api/site/all | Auto-generated: getAllSite
|
|
176
177
|
*SiteApi* | [**indexSite**](docs/SiteApi.md#indexsiteoperation) | **POST** /admin-api/site/list | Auto-generated: indexSite
|
|
@@ -333,6 +334,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
333
334
|
- [IndexProductRangeRequest](docs/IndexProductRangeRequest.md)
|
|
334
335
|
- [IndexProductRequest](docs/IndexProductRequest.md)
|
|
335
336
|
- [IndexProductTypeRequest](docs/IndexProductTypeRequest.md)
|
|
337
|
+
- [IndexRedirectRequest](docs/IndexRedirectRequest.md)
|
|
336
338
|
- [IndexSiteNotificationRequest](docs/IndexSiteNotificationRequest.md)
|
|
337
339
|
- [IndexSiteRequest](docs/IndexSiteRequest.md)
|
|
338
340
|
- [IndexStoreRequest](docs/IndexStoreRequest.md)
|
|
@@ -395,6 +397,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
395
397
|
- [PaginatedProductTypeListResourceResponse](docs/PaginatedProductTypeListResourceResponse.md)
|
|
396
398
|
- [PaginatedProductTypeLiteResourceResponse](docs/PaginatedProductTypeLiteResourceResponse.md)
|
|
397
399
|
- [PaginatedProductTypeResourceResponse](docs/PaginatedProductTypeResourceResponse.md)
|
|
400
|
+
- [PaginatedRedirectListResourceResponse](docs/PaginatedRedirectListResourceResponse.md)
|
|
398
401
|
- [PaginatedSiteListResourceResponse](docs/PaginatedSiteListResourceResponse.md)
|
|
399
402
|
- [PaginatedSiteLiteResourceResponse](docs/PaginatedSiteLiteResourceResponse.md)
|
|
400
403
|
- [PaginatedSiteNotificationListResourceResponse](docs/PaginatedSiteNotificationListResourceResponse.md)
|
|
@@ -487,6 +490,8 @@ All URIs are relative to *http://localhost/api*
|
|
|
487
490
|
- [ProductTypeLiteResourceArrayResponse](docs/ProductTypeLiteResourceArrayResponse.md)
|
|
488
491
|
- [ProductTypeResource](docs/ProductTypeResource.md)
|
|
489
492
|
- [ProductTypeResourceArrayResponse](docs/ProductTypeResourceArrayResponse.md)
|
|
493
|
+
- [RedirectListResource](docs/RedirectListResource.md)
|
|
494
|
+
- [RedirectListResourceArrayResponse](docs/RedirectListResourceArrayResponse.md)
|
|
490
495
|
- [SEOResource](docs/SEOResource.md)
|
|
491
496
|
- [SEOResourceArrayResponse](docs/SEOResourceArrayResponse.md)
|
|
492
497
|
- [ShowAssetsProductChildRequest](docs/ShowAssetsProductChildRequest.md)
|
|
@@ -605,7 +610,7 @@ and is automatically generated by the
|
|
|
605
610
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
606
611
|
|
|
607
612
|
- API version: `1.0.0`
|
|
608
|
-
- Package version: `0.0.
|
|
613
|
+
- Package version: `0.0.1484`
|
|
609
614
|
- Generator version: `7.20.0`
|
|
610
615
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
611
616
|
|
|
@@ -0,0 +1,33 @@
|
|
|
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 * as runtime from '../runtime';
|
|
13
|
+
import type { IndexRedirectRequest, PaginatedRedirectListResourceResponse } from '../models/index';
|
|
14
|
+
export interface IndexRedirectOperationRequest {
|
|
15
|
+
indexRedirectRequest?: IndexRedirectRequest;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export declare class RedirectApi extends runtime.BaseAPI {
|
|
21
|
+
/**
|
|
22
|
+
* Creates request options for indexRedirect without sending the request
|
|
23
|
+
*/
|
|
24
|
+
indexRedirectRequestOpts(requestParameters: IndexRedirectOperationRequest): Promise<runtime.RequestOpts>;
|
|
25
|
+
/**
|
|
26
|
+
* Auto-generated: indexRedirect
|
|
27
|
+
*/
|
|
28
|
+
indexRedirectRaw(requestParameters: IndexRedirectOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedRedirectListResourceResponse>>;
|
|
29
|
+
/**
|
|
30
|
+
* Auto-generated: indexRedirect
|
|
31
|
+
*/
|
|
32
|
+
indexRedirect(requestParameters?: IndexRedirectOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedRedirectListResourceResponse>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,138 @@
|
|
|
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
|
+
var __extends = (this && this.__extends) || (function () {
|
|
16
|
+
var extendStatics = function (d, b) {
|
|
17
|
+
extendStatics = Object.setPrototypeOf ||
|
|
18
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
19
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
20
|
+
return extendStatics(d, b);
|
|
21
|
+
};
|
|
22
|
+
return function (d, b) {
|
|
23
|
+
if (typeof b !== "function" && b !== null)
|
|
24
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
25
|
+
extendStatics(d, b);
|
|
26
|
+
function __() { this.constructor = d; }
|
|
27
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
28
|
+
};
|
|
29
|
+
})();
|
|
30
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
31
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
32
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
33
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
34
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
35
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
36
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
37
|
+
});
|
|
38
|
+
};
|
|
39
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
40
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
41
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
42
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
43
|
+
function step(op) {
|
|
44
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
45
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
46
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
47
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
48
|
+
switch (op[0]) {
|
|
49
|
+
case 0: case 1: t = op; break;
|
|
50
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
51
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
52
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
53
|
+
default:
|
|
54
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
55
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
56
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
57
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
58
|
+
if (t[2]) _.ops.pop();
|
|
59
|
+
_.trys.pop(); continue;
|
|
60
|
+
}
|
|
61
|
+
op = body.call(thisArg, _);
|
|
62
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
63
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67
|
+
exports.RedirectApi = void 0;
|
|
68
|
+
var runtime = require("../runtime");
|
|
69
|
+
var index_1 = require("../models/index");
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
var RedirectApi = /** @class */ (function (_super) {
|
|
74
|
+
__extends(RedirectApi, _super);
|
|
75
|
+
function RedirectApi() {
|
|
76
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Creates request options for indexRedirect without sending the request
|
|
80
|
+
*/
|
|
81
|
+
RedirectApi.prototype.indexRedirectRequestOpts = function (requestParameters) {
|
|
82
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
83
|
+
var queryParameters, headerParameters, urlPath;
|
|
84
|
+
return __generator(this, function (_a) {
|
|
85
|
+
queryParameters = {};
|
|
86
|
+
headerParameters = {};
|
|
87
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
88
|
+
urlPath = "/admin-api/redirect/list";
|
|
89
|
+
return [2 /*return*/, {
|
|
90
|
+
path: urlPath,
|
|
91
|
+
method: 'POST',
|
|
92
|
+
headers: headerParameters,
|
|
93
|
+
query: queryParameters,
|
|
94
|
+
body: (0, index_1.IndexRedirectRequestToJSON)(requestParameters['indexRedirectRequest']),
|
|
95
|
+
}];
|
|
96
|
+
});
|
|
97
|
+
});
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* Auto-generated: indexRedirect
|
|
101
|
+
*/
|
|
102
|
+
RedirectApi.prototype.indexRedirectRaw = function (requestParameters, initOverrides) {
|
|
103
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
104
|
+
var requestOptions, response;
|
|
105
|
+
return __generator(this, function (_a) {
|
|
106
|
+
switch (_a.label) {
|
|
107
|
+
case 0: return [4 /*yield*/, this.indexRedirectRequestOpts(requestParameters)];
|
|
108
|
+
case 1:
|
|
109
|
+
requestOptions = _a.sent();
|
|
110
|
+
return [4 /*yield*/, this.request(requestOptions, initOverrides)];
|
|
111
|
+
case 2:
|
|
112
|
+
response = _a.sent();
|
|
113
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.PaginatedRedirectListResourceResponseFromJSON)(jsonValue); })];
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
});
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* Auto-generated: indexRedirect
|
|
120
|
+
*/
|
|
121
|
+
RedirectApi.prototype.indexRedirect = function () {
|
|
122
|
+
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
123
|
+
var response;
|
|
124
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
125
|
+
return __generator(this, function (_a) {
|
|
126
|
+
switch (_a.label) {
|
|
127
|
+
case 0: return [4 /*yield*/, this.indexRedirectRaw(requestParameters, initOverrides)];
|
|
128
|
+
case 1:
|
|
129
|
+
response = _a.sent();
|
|
130
|
+
return [4 /*yield*/, response.value()];
|
|
131
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
132
|
+
}
|
|
133
|
+
});
|
|
134
|
+
});
|
|
135
|
+
};
|
|
136
|
+
return RedirectApi;
|
|
137
|
+
}(runtime.BaseAPI));
|
|
138
|
+
exports.RedirectApi = RedirectApi;
|
package/dist/apis/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export * from './ProductApi';
|
|
|
11
11
|
export * from './ProductCategoryApi';
|
|
12
12
|
export * from './ProductRangeApi';
|
|
13
13
|
export * from './ProductTypeApi';
|
|
14
|
+
export * from './RedirectApi';
|
|
14
15
|
export * from './SiteApi';
|
|
15
16
|
export * from './StoreApi';
|
|
16
17
|
export * from './SupplierApi';
|
package/dist/apis/index.js
CHANGED
|
@@ -29,6 +29,7 @@ __exportStar(require("./ProductApi"), exports);
|
|
|
29
29
|
__exportStar(require("./ProductCategoryApi"), exports);
|
|
30
30
|
__exportStar(require("./ProductRangeApi"), exports);
|
|
31
31
|
__exportStar(require("./ProductTypeApi"), exports);
|
|
32
|
+
__exportStar(require("./RedirectApi"), exports);
|
|
32
33
|
__exportStar(require("./SiteApi"), exports);
|
|
33
34
|
__exportStar(require("./StoreApi"), exports);
|
|
34
35
|
__exportStar(require("./SupplierApi"), exports);
|
|
@@ -26,6 +26,8 @@ function instanceOfAddressFrontendResource(value) {
|
|
|
26
26
|
return false;
|
|
27
27
|
if (!('line1' in value) || value['line1'] === undefined)
|
|
28
28
|
return false;
|
|
29
|
+
if (!('line2' in value) || value['line2'] === undefined)
|
|
30
|
+
return false;
|
|
29
31
|
if (!('postcode' in value) || value['postcode'] === undefined)
|
|
30
32
|
return false;
|
|
31
33
|
if (!('suburb' in value) || value['suburb'] === undefined)
|
|
@@ -48,7 +50,7 @@ function AddressFrontendResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
48
50
|
return {
|
|
49
51
|
'company': json['company'],
|
|
50
52
|
'line1': json['line1'],
|
|
51
|
-
'line2': json['line2']
|
|
53
|
+
'line2': json['line2'],
|
|
52
54
|
'postcode': json['postcode'],
|
|
53
55
|
'suburb': json['suburb'],
|
|
54
56
|
'country': json['country'],
|
|
@@ -24,6 +24,8 @@ exports.AddressResourceToJSONTyped = AddressResourceToJSONTyped;
|
|
|
24
24
|
function instanceOfAddressResource(value) {
|
|
25
25
|
if (!('line1' in value) || value['line1'] === undefined)
|
|
26
26
|
return false;
|
|
27
|
+
if (!('line2' in value) || value['line2'] === undefined)
|
|
28
|
+
return false;
|
|
27
29
|
if (!('postcode' in value) || value['postcode'] === undefined)
|
|
28
30
|
return false;
|
|
29
31
|
if (!('suburb' in value) || value['suburb'] === undefined)
|
|
@@ -47,7 +49,7 @@ function AddressResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
47
49
|
'id': json['id'] == null ? undefined : json['id'],
|
|
48
50
|
'company': json['company'] == null ? undefined : json['company'],
|
|
49
51
|
'line1': json['line_1'],
|
|
50
|
-
'line2': json['line_2']
|
|
52
|
+
'line2': json['line_2'],
|
|
51
53
|
'postcode': json['postcode'],
|
|
52
54
|
'suburb': json['suburb'],
|
|
53
55
|
'country': json['country'],
|
|
@@ -37,8 +37,6 @@ function instanceOfExternalApiLogResource(value) {
|
|
|
37
37
|
return false;
|
|
38
38
|
if (!('responseCode' in value) || value['responseCode'] === undefined)
|
|
39
39
|
return false;
|
|
40
|
-
if (!('requestPayload' in value) || value['requestPayload'] === undefined)
|
|
41
|
-
return false;
|
|
42
40
|
if (!('responsePayload' in value) || value['responsePayload'] === undefined)
|
|
43
41
|
return false;
|
|
44
42
|
if (!('site' in value) || value['site'] === undefined)
|
|
@@ -60,7 +58,7 @@ function ExternalApiLogResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
60
58
|
'exteranlApiLoggableId': json['exteranlApiLoggableId'],
|
|
61
59
|
'endpoint': json['endpoint'],
|
|
62
60
|
'responseCode': json['responseCode'],
|
|
63
|
-
'requestPayload': json['requestPayload'],
|
|
61
|
+
'requestPayload': json['requestPayload'] == null ? undefined : json['requestPayload'],
|
|
64
62
|
'responsePayload': json['responsePayload'],
|
|
65
63
|
'createdAt': json['createdAt'] == null ? undefined : json['createdAt'],
|
|
66
64
|
'site': (0, SiteLiteResource_1.SiteLiteResourceFromJSON)(json['site']),
|
|
@@ -0,0 +1,112 @@
|
|
|
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 IndexRedirectRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface IndexRedirectRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof IndexRedirectRequest
|
|
22
|
+
*/
|
|
23
|
+
search?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {IndexRedirectRequestSortByEnum}
|
|
27
|
+
* @memberof IndexRedirectRequest
|
|
28
|
+
*/
|
|
29
|
+
sortBy?: IndexRedirectRequestSortByEnum;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {IndexRedirectRequestSortDirectionEnum}
|
|
33
|
+
* @memberof IndexRedirectRequest
|
|
34
|
+
*/
|
|
35
|
+
sortDirection?: IndexRedirectRequestSortDirectionEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof IndexRedirectRequest
|
|
40
|
+
*/
|
|
41
|
+
perPage?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof IndexRedirectRequest
|
|
46
|
+
*/
|
|
47
|
+
page?: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {Array<string>}
|
|
51
|
+
* @memberof IndexRedirectRequest
|
|
52
|
+
*/
|
|
53
|
+
siteId?: Array<string>;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {Array<string>}
|
|
57
|
+
* @memberof IndexRedirectRequest
|
|
58
|
+
*/
|
|
59
|
+
redirectableType?: Array<string>;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof IndexRedirectRequest
|
|
64
|
+
*/
|
|
65
|
+
relatedId?: number;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {IndexRedirectRequestRelatedTypeEnum}
|
|
69
|
+
* @memberof IndexRedirectRequest
|
|
70
|
+
*/
|
|
71
|
+
relatedType?: IndexRedirectRequestRelatedTypeEnum;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {boolean}
|
|
75
|
+
* @memberof IndexRedirectRequest
|
|
76
|
+
*/
|
|
77
|
+
includesRelations?: boolean;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* @export
|
|
81
|
+
*/
|
|
82
|
+
export declare const IndexRedirectRequestSortByEnum: {
|
|
83
|
+
readonly Id: "id";
|
|
84
|
+
};
|
|
85
|
+
export type IndexRedirectRequestSortByEnum = typeof IndexRedirectRequestSortByEnum[keyof typeof IndexRedirectRequestSortByEnum];
|
|
86
|
+
/**
|
|
87
|
+
* @export
|
|
88
|
+
*/
|
|
89
|
+
export declare const IndexRedirectRequestSortDirectionEnum: {
|
|
90
|
+
readonly Asc: "asc";
|
|
91
|
+
readonly Desc: "desc";
|
|
92
|
+
};
|
|
93
|
+
export type IndexRedirectRequestSortDirectionEnum = typeof IndexRedirectRequestSortDirectionEnum[keyof typeof IndexRedirectRequestSortDirectionEnum];
|
|
94
|
+
/**
|
|
95
|
+
* @export
|
|
96
|
+
*/
|
|
97
|
+
export declare const IndexRedirectRequestRelatedTypeEnum: {
|
|
98
|
+
readonly ProductChildSiteDetail: "productChildSiteDetail";
|
|
99
|
+
readonly ProductRangeSiteDetail: "productRangeSiteDetail";
|
|
100
|
+
readonly ProductCategory: "productCategory";
|
|
101
|
+
readonly Supplier: "supplier";
|
|
102
|
+
readonly Tag: "tag";
|
|
103
|
+
};
|
|
104
|
+
export type IndexRedirectRequestRelatedTypeEnum = typeof IndexRedirectRequestRelatedTypeEnum[keyof typeof IndexRedirectRequestRelatedTypeEnum];
|
|
105
|
+
/**
|
|
106
|
+
* Check if a given object implements the IndexRedirectRequest interface.
|
|
107
|
+
*/
|
|
108
|
+
export declare function instanceOfIndexRedirectRequest(value: object): value is IndexRedirectRequest;
|
|
109
|
+
export declare function IndexRedirectRequestFromJSON(json: any): IndexRedirectRequest;
|
|
110
|
+
export declare function IndexRedirectRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): IndexRedirectRequest;
|
|
111
|
+
export declare function IndexRedirectRequestToJSON(json: any): IndexRedirectRequest;
|
|
112
|
+
export declare function IndexRedirectRequestToJSONTyped(value?: IndexRedirectRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,91 @@
|
|
|
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.IndexRedirectRequestRelatedTypeEnum = exports.IndexRedirectRequestSortDirectionEnum = exports.IndexRedirectRequestSortByEnum = void 0;
|
|
17
|
+
exports.instanceOfIndexRedirectRequest = instanceOfIndexRedirectRequest;
|
|
18
|
+
exports.IndexRedirectRequestFromJSON = IndexRedirectRequestFromJSON;
|
|
19
|
+
exports.IndexRedirectRequestFromJSONTyped = IndexRedirectRequestFromJSONTyped;
|
|
20
|
+
exports.IndexRedirectRequestToJSON = IndexRedirectRequestToJSON;
|
|
21
|
+
exports.IndexRedirectRequestToJSONTyped = IndexRedirectRequestToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.IndexRedirectRequestSortByEnum = {
|
|
26
|
+
Id: 'id'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* @export
|
|
30
|
+
*/
|
|
31
|
+
exports.IndexRedirectRequestSortDirectionEnum = {
|
|
32
|
+
Asc: 'asc',
|
|
33
|
+
Desc: 'desc'
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* @export
|
|
37
|
+
*/
|
|
38
|
+
exports.IndexRedirectRequestRelatedTypeEnum = {
|
|
39
|
+
ProductChildSiteDetail: 'productChildSiteDetail',
|
|
40
|
+
ProductRangeSiteDetail: 'productRangeSiteDetail',
|
|
41
|
+
ProductCategory: 'productCategory',
|
|
42
|
+
Supplier: 'supplier',
|
|
43
|
+
Tag: 'tag'
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the IndexRedirectRequest interface.
|
|
47
|
+
*/
|
|
48
|
+
function instanceOfIndexRedirectRequest(value) {
|
|
49
|
+
return true;
|
|
50
|
+
}
|
|
51
|
+
function IndexRedirectRequestFromJSON(json) {
|
|
52
|
+
return IndexRedirectRequestFromJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
function IndexRedirectRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
55
|
+
if (json == null) {
|
|
56
|
+
return json;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
'search': json['search'] == null ? undefined : json['search'],
|
|
60
|
+
'sortBy': json['sortBy'] == null ? undefined : json['sortBy'],
|
|
61
|
+
'sortDirection': json['sortDirection'] == null ? undefined : json['sortDirection'],
|
|
62
|
+
'perPage': json['per_page'] == null ? undefined : json['per_page'],
|
|
63
|
+
'page': json['page'] == null ? undefined : json['page'],
|
|
64
|
+
'siteId': json['site_id'] == null ? undefined : json['site_id'],
|
|
65
|
+
'redirectableType': json['redirectable_type'] == null ? undefined : json['redirectable_type'],
|
|
66
|
+
'relatedId': json['related_id'] == null ? undefined : json['related_id'],
|
|
67
|
+
'relatedType': json['related_type'] == null ? undefined : json['related_type'],
|
|
68
|
+
'includesRelations': json['includes_relations'] == null ? undefined : json['includes_relations'],
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
function IndexRedirectRequestToJSON(json) {
|
|
72
|
+
return IndexRedirectRequestToJSONTyped(json, false);
|
|
73
|
+
}
|
|
74
|
+
function IndexRedirectRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
75
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
76
|
+
if (value == null) {
|
|
77
|
+
return value;
|
|
78
|
+
}
|
|
79
|
+
return {
|
|
80
|
+
'search': value['search'],
|
|
81
|
+
'sortBy': value['sortBy'],
|
|
82
|
+
'sortDirection': value['sortDirection'],
|
|
83
|
+
'per_page': value['perPage'],
|
|
84
|
+
'page': value['page'],
|
|
85
|
+
'site_id': value['siteId'],
|
|
86
|
+
'redirectable_type': value['redirectableType'],
|
|
87
|
+
'related_id': value['relatedId'],
|
|
88
|
+
'related_type': value['relatedType'],
|
|
89
|
+
'includes_relations': value['includesRelations'],
|
|
90
|
+
};
|
|
91
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { PagingMetadata } from './PagingMetadata';
|
|
13
|
+
import type { RedirectListResource } from './RedirectListResource';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface PaginatedRedirectListResourceResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface PaginatedRedirectListResourceResponse {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Array<RedirectListResource>}
|
|
23
|
+
* @memberof PaginatedRedirectListResourceResponse
|
|
24
|
+
*/
|
|
25
|
+
data: Array<RedirectListResource>;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {PagingMetadata}
|
|
29
|
+
* @memberof PaginatedRedirectListResourceResponse
|
|
30
|
+
*/
|
|
31
|
+
meta: PagingMetadata;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the PaginatedRedirectListResourceResponse interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfPaginatedRedirectListResourceResponse(value: object): value is PaginatedRedirectListResourceResponse;
|
|
37
|
+
export declare function PaginatedRedirectListResourceResponseFromJSON(json: any): PaginatedRedirectListResourceResponse;
|
|
38
|
+
export declare function PaginatedRedirectListResourceResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedRedirectListResourceResponse;
|
|
39
|
+
export declare function PaginatedRedirectListResourceResponseToJSON(json: any): PaginatedRedirectListResourceResponse;
|
|
40
|
+
export declare function PaginatedRedirectListResourceResponseToJSONTyped(value?: PaginatedRedirectListResourceResponse | null, ignoreDiscriminator?: boolean): any;
|