@digital8/lighting-illusions-ts-sdk 0.0.641 → 0.0.642
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 +0 -38
- package/README.md +2 -26
- package/dist/apis/index.d.ts +0 -1
- package/dist/apis/index.js +0 -1
- package/dist/models/ExternalApiLogResource.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.js +1 -3
- package/dist/models/StoreProductCategoryRequest.d.ts +2 -2
- package/dist/models/index.d.ts +0 -18
- package/dist/models/index.js +0 -18
- package/docs/StoreProductCategoryRequest.md +1 -1
- package/package.json +1 -1
- package/src/apis/index.ts +0 -1
- package/src/models/ExternalApiLogResource.ts +2 -3
- package/src/models/StoreProductCategoryRequest.ts +2 -2
- package/src/models/index.ts +0 -18
- package/dist/apis/DefinitionApi.d.ts +0 -85
- package/dist/apis/DefinitionApi.js +0 -355
- package/dist/models/AssetFrontendResource.d.ts +0 -74
- package/dist/models/AssetFrontendResource.js +0 -79
- package/dist/models/AssetFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/AssetFrontendResourceArrayResponse.js +0 -50
- package/dist/models/DefinitionListResource.d.ts +0 -38
- package/dist/models/DefinitionListResource.js +0 -55
- package/dist/models/DefinitionListResourceArrayResponse.d.ts +0 -33
- package/dist/models/DefinitionListResourceArrayResponse.js +0 -50
- package/dist/models/DefinitionResource.d.ts +0 -44
- package/dist/models/DefinitionResource.js +0 -59
- package/dist/models/DefinitionResourceArrayResponse.d.ts +0 -33
- package/dist/models/DefinitionResourceArrayResponse.js +0 -50
- package/dist/models/DocumentFrontendResource.d.ts +0 -44
- package/dist/models/DocumentFrontendResource.js +0 -57
- package/dist/models/DocumentFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/DocumentFrontendResourceArrayResponse.js +0 -50
- package/dist/models/GetAllDefinitionRequest.d.ts +0 -80
- package/dist/models/GetAllDefinitionRequest.js +0 -76
- package/dist/models/IndexDefinitionRequest.d.ts +0 -92
- package/dist/models/IndexDefinitionRequest.js +0 -80
- package/dist/models/OverlayTemplateAssetFrontendResource.d.ts +0 -62
- package/dist/models/OverlayTemplateAssetFrontendResource.js +0 -71
- package/dist/models/OverlayTemplateAssetFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/OverlayTemplateAssetFrontendResourceArrayResponse.js +0 -50
- package/dist/models/PaginatedDefinitionListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedDefinitionListResourceResponse.js +0 -57
- package/dist/models/PaginatedDefinitionResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedDefinitionResourceResponse.js +0 -57
- package/dist/models/ProductCompareResource.d.ts +0 -141
- package/dist/models/ProductCompareResource.js +0 -124
- package/dist/models/ProductCompareResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductCompareResourceArrayResponse.js +0 -50
- package/dist/models/StoreDefinitionRequest.d.ts +0 -38
- package/dist/models/StoreDefinitionRequest.js +0 -55
- package/dist/models/UpdateDefinitionRequest.d.ts +0 -38
- package/dist/models/UpdateDefinitionRequest.js +0 -55
- package/docs/AssetFrontendResource.md +0 -48
- package/docs/AssetFrontendResourceArrayResponse.md +0 -34
- package/docs/DefinitionApi.md +0 -407
- package/docs/DefinitionListResource.md +0 -36
- package/docs/DefinitionListResourceArrayResponse.md +0 -34
- package/docs/DefinitionResource.md +0 -38
- package/docs/DefinitionResourceArrayResponse.md +0 -34
- package/docs/DocumentFrontendResource.md +0 -38
- package/docs/DocumentFrontendResourceArrayResponse.md +0 -34
- package/docs/GetAllDefinitionRequest.md +0 -44
- package/docs/IndexDefinitionRequest.md +0 -48
- package/docs/OverlayTemplateAssetFrontendResource.md +0 -44
- package/docs/OverlayTemplateAssetFrontendResourceArrayResponse.md +0 -34
- package/docs/PaginatedDefinitionListResourceResponse.md +0 -36
- package/docs/PaginatedDefinitionResourceResponse.md +0 -36
- package/docs/ProductCompareResource.md +0 -70
- package/docs/ProductCompareResourceArrayResponse.md +0 -34
- package/docs/StoreDefinitionRequest.md +0 -36
- package/docs/UpdateDefinitionRequest.md +0 -36
- package/src/apis/DefinitionApi.ts +0 -286
- package/src/models/AssetFrontendResource.ts +0 -129
- package/src/models/AssetFrontendResourceArrayResponse.ts +0 -73
- package/src/models/DefinitionListResource.ts +0 -75
- package/src/models/DefinitionListResourceArrayResponse.ts +0 -73
- package/src/models/DefinitionResource.ts +0 -84
- package/src/models/DefinitionResourceArrayResponse.ts +0 -73
- package/src/models/DocumentFrontendResource.ts +0 -83
- package/src/models/DocumentFrontendResourceArrayResponse.ts +0 -73
- package/src/models/GetAllDefinitionRequest.ts +0 -127
- package/src/models/IndexDefinitionRequest.ts +0 -143
- package/src/models/OverlayTemplateAssetFrontendResource.ts +0 -111
- package/src/models/OverlayTemplateAssetFrontendResourceArrayResponse.ts +0 -73
- package/src/models/PaginatedDefinitionListResourceResponse.ts +0 -90
- package/src/models/PaginatedDefinitionResourceResponse.ts +0 -90
- package/src/models/ProductCompareResource.ts +0 -236
- package/src/models/ProductCompareResourceArrayResponse.ts +0 -73
- package/src/models/StoreDefinitionRequest.ts +0 -75
- package/src/models/UpdateDefinitionRequest.ts +0 -75
|
@@ -1,33 +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 { AssetFrontendResource } from './AssetFrontendResource';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface AssetFrontendResourceArrayResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface AssetFrontendResourceArrayResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<AssetFrontendResource>}
|
|
22
|
-
* @memberof AssetFrontendResourceArrayResponse
|
|
23
|
-
*/
|
|
24
|
-
data?: Array<AssetFrontendResource>;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the AssetFrontendResourceArrayResponse interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfAssetFrontendResourceArrayResponse(value: object): value is AssetFrontendResourceArrayResponse;
|
|
30
|
-
export declare function AssetFrontendResourceArrayResponseFromJSON(json: any): AssetFrontendResourceArrayResponse;
|
|
31
|
-
export declare function AssetFrontendResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AssetFrontendResourceArrayResponse;
|
|
32
|
-
export declare function AssetFrontendResourceArrayResponseToJSON(json: any): AssetFrontendResourceArrayResponse;
|
|
33
|
-
export declare function AssetFrontendResourceArrayResponseToJSONTyped(value?: AssetFrontendResourceArrayResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,50 +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.instanceOfAssetFrontendResourceArrayResponse = instanceOfAssetFrontendResourceArrayResponse;
|
|
17
|
-
exports.AssetFrontendResourceArrayResponseFromJSON = AssetFrontendResourceArrayResponseFromJSON;
|
|
18
|
-
exports.AssetFrontendResourceArrayResponseFromJSONTyped = AssetFrontendResourceArrayResponseFromJSONTyped;
|
|
19
|
-
exports.AssetFrontendResourceArrayResponseToJSON = AssetFrontendResourceArrayResponseToJSON;
|
|
20
|
-
exports.AssetFrontendResourceArrayResponseToJSONTyped = AssetFrontendResourceArrayResponseToJSONTyped;
|
|
21
|
-
var AssetFrontendResource_1 = require("./AssetFrontendResource");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the AssetFrontendResourceArrayResponse interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfAssetFrontendResourceArrayResponse(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
function AssetFrontendResourceArrayResponseFromJSON(json) {
|
|
29
|
-
return AssetFrontendResourceArrayResponseFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
function AssetFrontendResourceArrayResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'data': json['data'] == null ? undefined : (json['data'].map(AssetFrontendResource_1.AssetFrontendResourceFromJSON)),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function AssetFrontendResourceArrayResponseToJSON(json) {
|
|
40
|
-
return AssetFrontendResourceArrayResponseToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function AssetFrontendResourceArrayResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
44
|
-
if (value == null) {
|
|
45
|
-
return value;
|
|
46
|
-
}
|
|
47
|
-
return {
|
|
48
|
-
'data': value['data'] == null ? undefined : (value['data'].map(AssetFrontendResource_1.AssetFrontendResourceToJSON)),
|
|
49
|
-
};
|
|
50
|
-
}
|
|
@@ -1,38 +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 DefinitionListResource
|
|
16
|
-
*/
|
|
17
|
-
export interface DefinitionListResource {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof DefinitionListResource
|
|
22
|
-
*/
|
|
23
|
-
id: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof DefinitionListResource
|
|
28
|
-
*/
|
|
29
|
-
name: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the DefinitionListResource interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfDefinitionListResource(value: object): value is DefinitionListResource;
|
|
35
|
-
export declare function DefinitionListResourceFromJSON(json: any): DefinitionListResource;
|
|
36
|
-
export declare function DefinitionListResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): DefinitionListResource;
|
|
37
|
-
export declare function DefinitionListResourceToJSON(json: any): DefinitionListResource;
|
|
38
|
-
export declare function DefinitionListResourceToJSONTyped(value?: DefinitionListResource | 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.instanceOfDefinitionListResource = instanceOfDefinitionListResource;
|
|
17
|
-
exports.DefinitionListResourceFromJSON = DefinitionListResourceFromJSON;
|
|
18
|
-
exports.DefinitionListResourceFromJSONTyped = DefinitionListResourceFromJSONTyped;
|
|
19
|
-
exports.DefinitionListResourceToJSON = DefinitionListResourceToJSON;
|
|
20
|
-
exports.DefinitionListResourceToJSONTyped = DefinitionListResourceToJSONTyped;
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the DefinitionListResource interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfDefinitionListResource(value) {
|
|
25
|
-
if (!('id' in value) || value['id'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
if (!('name' in value) || value['name'] === undefined)
|
|
28
|
-
return false;
|
|
29
|
-
return true;
|
|
30
|
-
}
|
|
31
|
-
function DefinitionListResourceFromJSON(json) {
|
|
32
|
-
return DefinitionListResourceFromJSONTyped(json, false);
|
|
33
|
-
}
|
|
34
|
-
function DefinitionListResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
-
if (json == null) {
|
|
36
|
-
return json;
|
|
37
|
-
}
|
|
38
|
-
return {
|
|
39
|
-
'id': json['id'],
|
|
40
|
-
'name': json['name'],
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
function DefinitionListResourceToJSON(json) {
|
|
44
|
-
return DefinitionListResourceToJSONTyped(json, false);
|
|
45
|
-
}
|
|
46
|
-
function DefinitionListResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
47
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
48
|
-
if (value == null) {
|
|
49
|
-
return value;
|
|
50
|
-
}
|
|
51
|
-
return {
|
|
52
|
-
'id': value['id'],
|
|
53
|
-
'name': value['name'],
|
|
54
|
-
};
|
|
55
|
-
}
|
|
@@ -1,33 +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 { DefinitionListResource } from './DefinitionListResource';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface DefinitionListResourceArrayResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface DefinitionListResourceArrayResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<DefinitionListResource>}
|
|
22
|
-
* @memberof DefinitionListResourceArrayResponse
|
|
23
|
-
*/
|
|
24
|
-
data?: Array<DefinitionListResource>;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the DefinitionListResourceArrayResponse interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfDefinitionListResourceArrayResponse(value: object): value is DefinitionListResourceArrayResponse;
|
|
30
|
-
export declare function DefinitionListResourceArrayResponseFromJSON(json: any): DefinitionListResourceArrayResponse;
|
|
31
|
-
export declare function DefinitionListResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): DefinitionListResourceArrayResponse;
|
|
32
|
-
export declare function DefinitionListResourceArrayResponseToJSON(json: any): DefinitionListResourceArrayResponse;
|
|
33
|
-
export declare function DefinitionListResourceArrayResponseToJSONTyped(value?: DefinitionListResourceArrayResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,50 +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.instanceOfDefinitionListResourceArrayResponse = instanceOfDefinitionListResourceArrayResponse;
|
|
17
|
-
exports.DefinitionListResourceArrayResponseFromJSON = DefinitionListResourceArrayResponseFromJSON;
|
|
18
|
-
exports.DefinitionListResourceArrayResponseFromJSONTyped = DefinitionListResourceArrayResponseFromJSONTyped;
|
|
19
|
-
exports.DefinitionListResourceArrayResponseToJSON = DefinitionListResourceArrayResponseToJSON;
|
|
20
|
-
exports.DefinitionListResourceArrayResponseToJSONTyped = DefinitionListResourceArrayResponseToJSONTyped;
|
|
21
|
-
var DefinitionListResource_1 = require("./DefinitionListResource");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the DefinitionListResourceArrayResponse interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfDefinitionListResourceArrayResponse(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
function DefinitionListResourceArrayResponseFromJSON(json) {
|
|
29
|
-
return DefinitionListResourceArrayResponseFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
function DefinitionListResourceArrayResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'data': json['data'] == null ? undefined : (json['data'].map(DefinitionListResource_1.DefinitionListResourceFromJSON)),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function DefinitionListResourceArrayResponseToJSON(json) {
|
|
40
|
-
return DefinitionListResourceArrayResponseToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function DefinitionListResourceArrayResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
44
|
-
if (value == null) {
|
|
45
|
-
return value;
|
|
46
|
-
}
|
|
47
|
-
return {
|
|
48
|
-
'data': value['data'] == null ? undefined : (value['data'].map(DefinitionListResource_1.DefinitionListResourceToJSON)),
|
|
49
|
-
};
|
|
50
|
-
}
|
|
@@ -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 DefinitionResource
|
|
16
|
-
*/
|
|
17
|
-
export interface DefinitionResource {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof DefinitionResource
|
|
22
|
-
*/
|
|
23
|
-
id: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof DefinitionResource
|
|
28
|
-
*/
|
|
29
|
-
name: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof DefinitionResource
|
|
34
|
-
*/
|
|
35
|
-
content: string;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Check if a given object implements the DefinitionResource interface.
|
|
39
|
-
*/
|
|
40
|
-
export declare function instanceOfDefinitionResource(value: object): value is DefinitionResource;
|
|
41
|
-
export declare function DefinitionResourceFromJSON(json: any): DefinitionResource;
|
|
42
|
-
export declare function DefinitionResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): DefinitionResource;
|
|
43
|
-
export declare function DefinitionResourceToJSON(json: any): DefinitionResource;
|
|
44
|
-
export declare function DefinitionResourceToJSONTyped(value?: DefinitionResource | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,59 +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.instanceOfDefinitionResource = instanceOfDefinitionResource;
|
|
17
|
-
exports.DefinitionResourceFromJSON = DefinitionResourceFromJSON;
|
|
18
|
-
exports.DefinitionResourceFromJSONTyped = DefinitionResourceFromJSONTyped;
|
|
19
|
-
exports.DefinitionResourceToJSON = DefinitionResourceToJSON;
|
|
20
|
-
exports.DefinitionResourceToJSONTyped = DefinitionResourceToJSONTyped;
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the DefinitionResource interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfDefinitionResource(value) {
|
|
25
|
-
if (!('id' in value) || value['id'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
if (!('name' in value) || value['name'] === undefined)
|
|
28
|
-
return false;
|
|
29
|
-
if (!('content' in value) || value['content'] === undefined)
|
|
30
|
-
return false;
|
|
31
|
-
return true;
|
|
32
|
-
}
|
|
33
|
-
function DefinitionResourceFromJSON(json) {
|
|
34
|
-
return DefinitionResourceFromJSONTyped(json, false);
|
|
35
|
-
}
|
|
36
|
-
function DefinitionResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
-
if (json == null) {
|
|
38
|
-
return json;
|
|
39
|
-
}
|
|
40
|
-
return {
|
|
41
|
-
'id': json['id'],
|
|
42
|
-
'name': json['name'],
|
|
43
|
-
'content': json['content'],
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
function DefinitionResourceToJSON(json) {
|
|
47
|
-
return DefinitionResourceToJSONTyped(json, false);
|
|
48
|
-
}
|
|
49
|
-
function DefinitionResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
50
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
51
|
-
if (value == null) {
|
|
52
|
-
return value;
|
|
53
|
-
}
|
|
54
|
-
return {
|
|
55
|
-
'id': value['id'],
|
|
56
|
-
'name': value['name'],
|
|
57
|
-
'content': value['content'],
|
|
58
|
-
};
|
|
59
|
-
}
|
|
@@ -1,33 +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 { DefinitionResource } from './DefinitionResource';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface DefinitionResourceArrayResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface DefinitionResourceArrayResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<DefinitionResource>}
|
|
22
|
-
* @memberof DefinitionResourceArrayResponse
|
|
23
|
-
*/
|
|
24
|
-
data?: Array<DefinitionResource>;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the DefinitionResourceArrayResponse interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfDefinitionResourceArrayResponse(value: object): value is DefinitionResourceArrayResponse;
|
|
30
|
-
export declare function DefinitionResourceArrayResponseFromJSON(json: any): DefinitionResourceArrayResponse;
|
|
31
|
-
export declare function DefinitionResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): DefinitionResourceArrayResponse;
|
|
32
|
-
export declare function DefinitionResourceArrayResponseToJSON(json: any): DefinitionResourceArrayResponse;
|
|
33
|
-
export declare function DefinitionResourceArrayResponseToJSONTyped(value?: DefinitionResourceArrayResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,50 +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.instanceOfDefinitionResourceArrayResponse = instanceOfDefinitionResourceArrayResponse;
|
|
17
|
-
exports.DefinitionResourceArrayResponseFromJSON = DefinitionResourceArrayResponseFromJSON;
|
|
18
|
-
exports.DefinitionResourceArrayResponseFromJSONTyped = DefinitionResourceArrayResponseFromJSONTyped;
|
|
19
|
-
exports.DefinitionResourceArrayResponseToJSON = DefinitionResourceArrayResponseToJSON;
|
|
20
|
-
exports.DefinitionResourceArrayResponseToJSONTyped = DefinitionResourceArrayResponseToJSONTyped;
|
|
21
|
-
var DefinitionResource_1 = require("./DefinitionResource");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the DefinitionResourceArrayResponse interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfDefinitionResourceArrayResponse(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
function DefinitionResourceArrayResponseFromJSON(json) {
|
|
29
|
-
return DefinitionResourceArrayResponseFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
function DefinitionResourceArrayResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'data': json['data'] == null ? undefined : (json['data'].map(DefinitionResource_1.DefinitionResourceFromJSON)),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function DefinitionResourceArrayResponseToJSON(json) {
|
|
40
|
-
return DefinitionResourceArrayResponseToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function DefinitionResourceArrayResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
44
|
-
if (value == null) {
|
|
45
|
-
return value;
|
|
46
|
-
}
|
|
47
|
-
return {
|
|
48
|
-
'data': value['data'] == null ? undefined : (value['data'].map(DefinitionResource_1.DefinitionResourceToJSON)),
|
|
49
|
-
};
|
|
50
|
-
}
|
|
@@ -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 DocumentFrontendResource
|
|
16
|
-
*/
|
|
17
|
-
export interface DocumentFrontendResource {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof DocumentFrontendResource
|
|
22
|
-
*/
|
|
23
|
-
id?: number | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof DocumentFrontendResource
|
|
28
|
-
*/
|
|
29
|
-
name: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof DocumentFrontendResource
|
|
34
|
-
*/
|
|
35
|
-
fileUrl: string;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Check if a given object implements the DocumentFrontendResource interface.
|
|
39
|
-
*/
|
|
40
|
-
export declare function instanceOfDocumentFrontendResource(value: object): value is DocumentFrontendResource;
|
|
41
|
-
export declare function DocumentFrontendResourceFromJSON(json: any): DocumentFrontendResource;
|
|
42
|
-
export declare function DocumentFrontendResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentFrontendResource;
|
|
43
|
-
export declare function DocumentFrontendResourceToJSON(json: any): DocumentFrontendResource;
|
|
44
|
-
export declare function DocumentFrontendResourceToJSONTyped(value?: DocumentFrontendResource | 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.instanceOfDocumentFrontendResource = instanceOfDocumentFrontendResource;
|
|
17
|
-
exports.DocumentFrontendResourceFromJSON = DocumentFrontendResourceFromJSON;
|
|
18
|
-
exports.DocumentFrontendResourceFromJSONTyped = DocumentFrontendResourceFromJSONTyped;
|
|
19
|
-
exports.DocumentFrontendResourceToJSON = DocumentFrontendResourceToJSON;
|
|
20
|
-
exports.DocumentFrontendResourceToJSONTyped = DocumentFrontendResourceToJSONTyped;
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the DocumentFrontendResource interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfDocumentFrontendResource(value) {
|
|
25
|
-
if (!('name' in value) || value['name'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
if (!('fileUrl' in value) || value['fileUrl'] === undefined)
|
|
28
|
-
return false;
|
|
29
|
-
return true;
|
|
30
|
-
}
|
|
31
|
-
function DocumentFrontendResourceFromJSON(json) {
|
|
32
|
-
return DocumentFrontendResourceFromJSONTyped(json, false);
|
|
33
|
-
}
|
|
34
|
-
function DocumentFrontendResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
-
if (json == null) {
|
|
36
|
-
return json;
|
|
37
|
-
}
|
|
38
|
-
return {
|
|
39
|
-
'id': json['id'] == null ? undefined : json['id'],
|
|
40
|
-
'name': json['name'],
|
|
41
|
-
'fileUrl': json['fileUrl'],
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
function DocumentFrontendResourceToJSON(json) {
|
|
45
|
-
return DocumentFrontendResourceToJSONTyped(json, false);
|
|
46
|
-
}
|
|
47
|
-
function DocumentFrontendResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
48
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
49
|
-
if (value == null) {
|
|
50
|
-
return value;
|
|
51
|
-
}
|
|
52
|
-
return {
|
|
53
|
-
'id': value['id'],
|
|
54
|
-
'name': value['name'],
|
|
55
|
-
'fileUrl': value['fileUrl'],
|
|
56
|
-
};
|
|
57
|
-
}
|
|
@@ -1,33 +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 { DocumentFrontendResource } from './DocumentFrontendResource';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface DocumentFrontendResourceArrayResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface DocumentFrontendResourceArrayResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<DocumentFrontendResource>}
|
|
22
|
-
* @memberof DocumentFrontendResourceArrayResponse
|
|
23
|
-
*/
|
|
24
|
-
data?: Array<DocumentFrontendResource>;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the DocumentFrontendResourceArrayResponse interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfDocumentFrontendResourceArrayResponse(value: object): value is DocumentFrontendResourceArrayResponse;
|
|
30
|
-
export declare function DocumentFrontendResourceArrayResponseFromJSON(json: any): DocumentFrontendResourceArrayResponse;
|
|
31
|
-
export declare function DocumentFrontendResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentFrontendResourceArrayResponse;
|
|
32
|
-
export declare function DocumentFrontendResourceArrayResponseToJSON(json: any): DocumentFrontendResourceArrayResponse;
|
|
33
|
-
export declare function DocumentFrontendResourceArrayResponseToJSONTyped(value?: DocumentFrontendResourceArrayResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,50 +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.instanceOfDocumentFrontendResourceArrayResponse = instanceOfDocumentFrontendResourceArrayResponse;
|
|
17
|
-
exports.DocumentFrontendResourceArrayResponseFromJSON = DocumentFrontendResourceArrayResponseFromJSON;
|
|
18
|
-
exports.DocumentFrontendResourceArrayResponseFromJSONTyped = DocumentFrontendResourceArrayResponseFromJSONTyped;
|
|
19
|
-
exports.DocumentFrontendResourceArrayResponseToJSON = DocumentFrontendResourceArrayResponseToJSON;
|
|
20
|
-
exports.DocumentFrontendResourceArrayResponseToJSONTyped = DocumentFrontendResourceArrayResponseToJSONTyped;
|
|
21
|
-
var DocumentFrontendResource_1 = require("./DocumentFrontendResource");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the DocumentFrontendResourceArrayResponse interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfDocumentFrontendResourceArrayResponse(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
function DocumentFrontendResourceArrayResponseFromJSON(json) {
|
|
29
|
-
return DocumentFrontendResourceArrayResponseFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
function DocumentFrontendResourceArrayResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'data': json['data'] == null ? undefined : (json['data'].map(DocumentFrontendResource_1.DocumentFrontendResourceFromJSON)),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function DocumentFrontendResourceArrayResponseToJSON(json) {
|
|
40
|
-
return DocumentFrontendResourceArrayResponseToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function DocumentFrontendResourceArrayResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
44
|
-
if (value == null) {
|
|
45
|
-
return value;
|
|
46
|
-
}
|
|
47
|
-
return {
|
|
48
|
-
'data': value['data'] == null ? undefined : (value['data'].map(DocumentFrontendResource_1.DocumentFrontendResourceToJSON)),
|
|
49
|
-
};
|
|
50
|
-
}
|