@managespace/sdk 0.0.93 → 0.0.94
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/dist/extensibility/functions/project/billing.d.ts +1 -0
- package/dist/extensibility/functions/project/billing.d.ts.map +1 -1
- package/dist/generated/apis/default-api.d.ts +16 -15
- package/dist/generated/apis/default-api.d.ts.map +1 -1
- package/dist/generated/apis/default-api.js +42 -39
- package/dist/generated/models/address-response1.d.ts +82 -0
- package/dist/generated/models/address-response1.d.ts.map +1 -0
- package/dist/generated/models/address-response1.js +82 -0
- package/dist/generated/models/address-response2.d.ts +82 -0
- package/dist/generated/models/address-response2.d.ts.map +1 -0
- package/dist/generated/models/address-response2.js +82 -0
- package/dist/generated/models/asset-response1.d.ts +137 -0
- package/dist/generated/models/asset-response1.d.ts.map +1 -0
- package/dist/generated/models/asset-response1.js +109 -0
- package/dist/generated/models/configuration-setting-response1.d.ts +84 -0
- package/dist/generated/models/configuration-setting-response1.d.ts.map +1 -0
- package/dist/generated/models/configuration-setting-response1.js +82 -0
- package/dist/generated/models/create-subscription.d.ts +6 -0
- package/dist/generated/models/create-subscription.d.ts.map +1 -1
- package/dist/generated/models/create-subscription.js +2 -0
- package/dist/generated/models/custom-create-customer.d.ts +6 -6
- package/dist/generated/models/custom-create-customer.d.ts.map +1 -1
- package/dist/generated/models/custom-create-customer.js +4 -2
- package/dist/generated/models/custom-update-customer.d.ts +6 -0
- package/dist/generated/models/custom-update-customer.d.ts.map +1 -1
- package/dist/generated/models/custom-update-customer.js +2 -0
- package/dist/generated/models/customer-response.d.ts +6 -0
- package/dist/generated/models/customer-response.d.ts.map +1 -1
- package/dist/generated/models/customer-response.js +4 -0
- package/dist/generated/models/customer-response1.d.ts +103 -0
- package/dist/generated/models/customer-response1.d.ts.map +1 -0
- package/dist/generated/models/customer-response1.js +91 -0
- package/dist/generated/models/get-statements200-response.d.ts +2 -2
- package/dist/generated/models/get-statements200-response.js +2 -2
- package/dist/generated/models/index.d.ts +1 -1
- package/dist/generated/models/index.d.ts.map +1 -1
- package/dist/generated/models/index.js +1 -1
- package/dist/generated/models/map-feature-response1.d.ts +112 -0
- package/dist/generated/models/map-feature-response1.d.ts.map +1 -0
- package/dist/generated/models/map-feature-response1.js +102 -0
- package/dist/generated/models/map-feature-response2.d.ts +112 -0
- package/dist/generated/models/map-feature-response2.d.ts.map +1 -0
- package/dist/generated/models/map-feature-response2.js +102 -0
- package/dist/generated/models/map-feature-response3.d.ts +112 -0
- package/dist/generated/models/map-feature-response3.d.ts.map +1 -0
- package/dist/generated/models/map-feature-response3.js +102 -0
- package/dist/generated/models/org-response1.d.ts +217 -0
- package/dist/generated/models/org-response1.d.ts.map +1 -0
- package/dist/generated/models/org-response1.js +137 -0
- package/dist/generated/models/org-response2.d.ts +217 -0
- package/dist/generated/models/org-response2.d.ts.map +1 -0
- package/dist/generated/models/org-response2.js +137 -0
- package/dist/generated/models/site-response1.d.ts +173 -0
- package/dist/generated/models/site-response1.d.ts.map +1 -0
- package/dist/generated/models/site-response1.js +121 -0
- package/dist/generated/models/subscription-response.d.ts +2 -2
- package/dist/generated/models/subscription-response.d.ts.map +1 -1
- package/dist/generated/models/subscription-response.js +2 -4
- package/package.json +1 -1
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ManageSpace API
|
|
6
|
+
* ManageSpace API Documentation
|
|
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.MapFeatureResponse1ToJSONTyped = exports.MapFeatureResponse1ToJSON = exports.MapFeatureResponse1FromJSONTyped = exports.MapFeatureResponse1FromJSON = exports.instanceOfMapFeatureResponse1 = void 0;
|
|
17
|
+
const asset_response_1 = require("./asset-response");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the MapFeatureResponse1 interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfMapFeatureResponse1(value) {
|
|
22
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('x' in value) || value['x'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('y' in value) || value['y'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('z' in value) || value['z'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('rotation' in value) || value['rotation'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('transX' in value) || value['transX'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('transY' in value) || value['transY'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('transZ' in value) || value['transZ'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('transRotation' in value) || value['transRotation'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('length' in value) || value['length'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
if (!('width' in value) || value['width'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
if (!('height' in value) || value['height'] === undefined)
|
|
45
|
+
return false;
|
|
46
|
+
if (!('floor' in value) || value['floor'] === undefined)
|
|
47
|
+
return false;
|
|
48
|
+
return true;
|
|
49
|
+
}
|
|
50
|
+
exports.instanceOfMapFeatureResponse1 = instanceOfMapFeatureResponse1;
|
|
51
|
+
function MapFeatureResponse1FromJSON(json) {
|
|
52
|
+
return MapFeatureResponse1FromJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
exports.MapFeatureResponse1FromJSON = MapFeatureResponse1FromJSON;
|
|
55
|
+
function MapFeatureResponse1FromJSONTyped(json, ignoreDiscriminator) {
|
|
56
|
+
if (json == null) {
|
|
57
|
+
return json;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
'id': json['id'],
|
|
61
|
+
'x': json['x'],
|
|
62
|
+
'y': json['y'],
|
|
63
|
+
'z': json['z'],
|
|
64
|
+
'rotation': json['rotation'],
|
|
65
|
+
'transX': json['transX'],
|
|
66
|
+
'transY': json['transY'],
|
|
67
|
+
'transZ': json['transZ'],
|
|
68
|
+
'transRotation': json['transRotation'],
|
|
69
|
+
'length': json['length'],
|
|
70
|
+
'width': json['width'],
|
|
71
|
+
'height': json['height'],
|
|
72
|
+
'floor': json['floor'],
|
|
73
|
+
'asset': json['asset'] == null ? undefined : (0, asset_response_1.AssetResponseFromJSON)(json['asset']),
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
exports.MapFeatureResponse1FromJSONTyped = MapFeatureResponse1FromJSONTyped;
|
|
77
|
+
function MapFeatureResponse1ToJSON(json) {
|
|
78
|
+
return MapFeatureResponse1ToJSONTyped(json, false);
|
|
79
|
+
}
|
|
80
|
+
exports.MapFeatureResponse1ToJSON = MapFeatureResponse1ToJSON;
|
|
81
|
+
function MapFeatureResponse1ToJSONTyped(value, ignoreDiscriminator = false) {
|
|
82
|
+
if (value == null) {
|
|
83
|
+
return value;
|
|
84
|
+
}
|
|
85
|
+
return {
|
|
86
|
+
'id': value['id'],
|
|
87
|
+
'x': value['x'],
|
|
88
|
+
'y': value['y'],
|
|
89
|
+
'z': value['z'],
|
|
90
|
+
'rotation': value['rotation'],
|
|
91
|
+
'transX': value['transX'],
|
|
92
|
+
'transY': value['transY'],
|
|
93
|
+
'transZ': value['transZ'],
|
|
94
|
+
'transRotation': value['transRotation'],
|
|
95
|
+
'length': value['length'],
|
|
96
|
+
'width': value['width'],
|
|
97
|
+
'height': value['height'],
|
|
98
|
+
'floor': value['floor'],
|
|
99
|
+
'asset': (0, asset_response_1.AssetResponseToJSON)(value['asset']),
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
exports.MapFeatureResponse1ToJSONTyped = MapFeatureResponse1ToJSONTyped;
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ManageSpace API
|
|
3
|
+
* ManageSpace API Documentation
|
|
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 { AssetResponse } from './asset-response';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface MapFeatureResponse2
|
|
17
|
+
*/
|
|
18
|
+
export interface MapFeatureResponse2 {
|
|
19
|
+
/**
|
|
20
|
+
* Asset ID
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof MapFeatureResponse2
|
|
23
|
+
*/
|
|
24
|
+
id: string;
|
|
25
|
+
/**
|
|
26
|
+
* The X coordinate of the asset
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof MapFeatureResponse2
|
|
29
|
+
*/
|
|
30
|
+
x: number;
|
|
31
|
+
/**
|
|
32
|
+
* The Y coordinate of the asset
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof MapFeatureResponse2
|
|
35
|
+
*/
|
|
36
|
+
y: number;
|
|
37
|
+
/**
|
|
38
|
+
* The Z coordinate of the asset
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof MapFeatureResponse2
|
|
41
|
+
*/
|
|
42
|
+
z: number;
|
|
43
|
+
/**
|
|
44
|
+
* The rotation of the front of the asset
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof MapFeatureResponse2
|
|
47
|
+
*/
|
|
48
|
+
rotation: number;
|
|
49
|
+
/**
|
|
50
|
+
* The X coordinate of the asset
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof MapFeatureResponse2
|
|
53
|
+
*/
|
|
54
|
+
transX: number;
|
|
55
|
+
/**
|
|
56
|
+
* The Y coordinate of the asset
|
|
57
|
+
* @type {number}
|
|
58
|
+
* @memberof MapFeatureResponse2
|
|
59
|
+
*/
|
|
60
|
+
transY: number;
|
|
61
|
+
/**
|
|
62
|
+
* The Z coordinate of the asset
|
|
63
|
+
* @type {number}
|
|
64
|
+
* @memberof MapFeatureResponse2
|
|
65
|
+
*/
|
|
66
|
+
transZ: number;
|
|
67
|
+
/**
|
|
68
|
+
* The rotation of the front of the asset
|
|
69
|
+
* @type {number}
|
|
70
|
+
* @memberof MapFeatureResponse2
|
|
71
|
+
*/
|
|
72
|
+
transRotation: number;
|
|
73
|
+
/**
|
|
74
|
+
* The length of the asset
|
|
75
|
+
* @type {number}
|
|
76
|
+
* @memberof MapFeatureResponse2
|
|
77
|
+
*/
|
|
78
|
+
length: number;
|
|
79
|
+
/**
|
|
80
|
+
* The width coordinate of the asset
|
|
81
|
+
* @type {number}
|
|
82
|
+
* @memberof MapFeatureResponse2
|
|
83
|
+
*/
|
|
84
|
+
width: number;
|
|
85
|
+
/**
|
|
86
|
+
* The height coordinate of the asset
|
|
87
|
+
* @type {number}
|
|
88
|
+
* @memberof MapFeatureResponse2
|
|
89
|
+
*/
|
|
90
|
+
height: number;
|
|
91
|
+
/**
|
|
92
|
+
* The floor the map feature is on
|
|
93
|
+
* @type {number}
|
|
94
|
+
* @memberof MapFeatureResponse2
|
|
95
|
+
*/
|
|
96
|
+
floor: number;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @type {AssetResponse}
|
|
100
|
+
* @memberof MapFeatureResponse2
|
|
101
|
+
*/
|
|
102
|
+
asset?: AssetResponse;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Check if a given object implements the MapFeatureResponse2 interface.
|
|
106
|
+
*/
|
|
107
|
+
export declare function instanceOfMapFeatureResponse2(value: object): value is MapFeatureResponse2;
|
|
108
|
+
export declare function MapFeatureResponse2FromJSON(json: any): MapFeatureResponse2;
|
|
109
|
+
export declare function MapFeatureResponse2FromJSONTyped(json: any, ignoreDiscriminator: boolean): MapFeatureResponse2;
|
|
110
|
+
export declare function MapFeatureResponse2ToJSON(json: any): MapFeatureResponse2;
|
|
111
|
+
export declare function MapFeatureResponse2ToJSONTyped(value?: MapFeatureResponse2 | null, ignoreDiscriminator?: boolean): any;
|
|
112
|
+
//# sourceMappingURL=map-feature-response2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"map-feature-response2.d.ts","sourceRoot":"","sources":["../../../src/generated/models/map-feature-response2.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAQtD;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,CAAC,EAAE,MAAM,CAAC;IACV;;;;OAIG;IACH,CAAC,EAAE,MAAM,CAAC;IACV;;;;OAIG;IACH,CAAC,EAAE,MAAM,CAAC;IACV;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC;CACzB;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAezF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAqB7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAsB5H"}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ManageSpace API
|
|
6
|
+
* ManageSpace API Documentation
|
|
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.MapFeatureResponse2ToJSONTyped = exports.MapFeatureResponse2ToJSON = exports.MapFeatureResponse2FromJSONTyped = exports.MapFeatureResponse2FromJSON = exports.instanceOfMapFeatureResponse2 = void 0;
|
|
17
|
+
const asset_response_1 = require("./asset-response");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the MapFeatureResponse2 interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfMapFeatureResponse2(value) {
|
|
22
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('x' in value) || value['x'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('y' in value) || value['y'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('z' in value) || value['z'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('rotation' in value) || value['rotation'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('transX' in value) || value['transX'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('transY' in value) || value['transY'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('transZ' in value) || value['transZ'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('transRotation' in value) || value['transRotation'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('length' in value) || value['length'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
if (!('width' in value) || value['width'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
if (!('height' in value) || value['height'] === undefined)
|
|
45
|
+
return false;
|
|
46
|
+
if (!('floor' in value) || value['floor'] === undefined)
|
|
47
|
+
return false;
|
|
48
|
+
return true;
|
|
49
|
+
}
|
|
50
|
+
exports.instanceOfMapFeatureResponse2 = instanceOfMapFeatureResponse2;
|
|
51
|
+
function MapFeatureResponse2FromJSON(json) {
|
|
52
|
+
return MapFeatureResponse2FromJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
exports.MapFeatureResponse2FromJSON = MapFeatureResponse2FromJSON;
|
|
55
|
+
function MapFeatureResponse2FromJSONTyped(json, ignoreDiscriminator) {
|
|
56
|
+
if (json == null) {
|
|
57
|
+
return json;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
'id': json['id'],
|
|
61
|
+
'x': json['x'],
|
|
62
|
+
'y': json['y'],
|
|
63
|
+
'z': json['z'],
|
|
64
|
+
'rotation': json['rotation'],
|
|
65
|
+
'transX': json['transX'],
|
|
66
|
+
'transY': json['transY'],
|
|
67
|
+
'transZ': json['transZ'],
|
|
68
|
+
'transRotation': json['transRotation'],
|
|
69
|
+
'length': json['length'],
|
|
70
|
+
'width': json['width'],
|
|
71
|
+
'height': json['height'],
|
|
72
|
+
'floor': json['floor'],
|
|
73
|
+
'asset': json['asset'] == null ? undefined : (0, asset_response_1.AssetResponseFromJSON)(json['asset']),
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
exports.MapFeatureResponse2FromJSONTyped = MapFeatureResponse2FromJSONTyped;
|
|
77
|
+
function MapFeatureResponse2ToJSON(json) {
|
|
78
|
+
return MapFeatureResponse2ToJSONTyped(json, false);
|
|
79
|
+
}
|
|
80
|
+
exports.MapFeatureResponse2ToJSON = MapFeatureResponse2ToJSON;
|
|
81
|
+
function MapFeatureResponse2ToJSONTyped(value, ignoreDiscriminator = false) {
|
|
82
|
+
if (value == null) {
|
|
83
|
+
return value;
|
|
84
|
+
}
|
|
85
|
+
return {
|
|
86
|
+
'id': value['id'],
|
|
87
|
+
'x': value['x'],
|
|
88
|
+
'y': value['y'],
|
|
89
|
+
'z': value['z'],
|
|
90
|
+
'rotation': value['rotation'],
|
|
91
|
+
'transX': value['transX'],
|
|
92
|
+
'transY': value['transY'],
|
|
93
|
+
'transZ': value['transZ'],
|
|
94
|
+
'transRotation': value['transRotation'],
|
|
95
|
+
'length': value['length'],
|
|
96
|
+
'width': value['width'],
|
|
97
|
+
'height': value['height'],
|
|
98
|
+
'floor': value['floor'],
|
|
99
|
+
'asset': (0, asset_response_1.AssetResponseToJSON)(value['asset']),
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
exports.MapFeatureResponse2ToJSONTyped = MapFeatureResponse2ToJSONTyped;
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ManageSpace API
|
|
3
|
+
* ManageSpace API Documentation
|
|
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 { AssetResponse1 } from './asset-response1';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface MapFeatureResponse3
|
|
17
|
+
*/
|
|
18
|
+
export interface MapFeatureResponse3 {
|
|
19
|
+
/**
|
|
20
|
+
* Asset ID
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof MapFeatureResponse3
|
|
23
|
+
*/
|
|
24
|
+
id: string;
|
|
25
|
+
/**
|
|
26
|
+
* The X coordinate of the asset
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof MapFeatureResponse3
|
|
29
|
+
*/
|
|
30
|
+
x: number;
|
|
31
|
+
/**
|
|
32
|
+
* The Y coordinate of the asset
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof MapFeatureResponse3
|
|
35
|
+
*/
|
|
36
|
+
y: number;
|
|
37
|
+
/**
|
|
38
|
+
* The Z coordinate of the asset
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof MapFeatureResponse3
|
|
41
|
+
*/
|
|
42
|
+
z: number;
|
|
43
|
+
/**
|
|
44
|
+
* The rotation of the front of the asset
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof MapFeatureResponse3
|
|
47
|
+
*/
|
|
48
|
+
rotation: number;
|
|
49
|
+
/**
|
|
50
|
+
* The X coordinate of the asset
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof MapFeatureResponse3
|
|
53
|
+
*/
|
|
54
|
+
transX: number;
|
|
55
|
+
/**
|
|
56
|
+
* The Y coordinate of the asset
|
|
57
|
+
* @type {number}
|
|
58
|
+
* @memberof MapFeatureResponse3
|
|
59
|
+
*/
|
|
60
|
+
transY: number;
|
|
61
|
+
/**
|
|
62
|
+
* The Z coordinate of the asset
|
|
63
|
+
* @type {number}
|
|
64
|
+
* @memberof MapFeatureResponse3
|
|
65
|
+
*/
|
|
66
|
+
transZ: number;
|
|
67
|
+
/**
|
|
68
|
+
* The rotation of the front of the asset
|
|
69
|
+
* @type {number}
|
|
70
|
+
* @memberof MapFeatureResponse3
|
|
71
|
+
*/
|
|
72
|
+
transRotation: number;
|
|
73
|
+
/**
|
|
74
|
+
* The length of the asset
|
|
75
|
+
* @type {number}
|
|
76
|
+
* @memberof MapFeatureResponse3
|
|
77
|
+
*/
|
|
78
|
+
length: number;
|
|
79
|
+
/**
|
|
80
|
+
* The width coordinate of the asset
|
|
81
|
+
* @type {number}
|
|
82
|
+
* @memberof MapFeatureResponse3
|
|
83
|
+
*/
|
|
84
|
+
width: number;
|
|
85
|
+
/**
|
|
86
|
+
* The height coordinate of the asset
|
|
87
|
+
* @type {number}
|
|
88
|
+
* @memberof MapFeatureResponse3
|
|
89
|
+
*/
|
|
90
|
+
height: number;
|
|
91
|
+
/**
|
|
92
|
+
* The floor the map feature is on
|
|
93
|
+
* @type {number}
|
|
94
|
+
* @memberof MapFeatureResponse3
|
|
95
|
+
*/
|
|
96
|
+
floor: number;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @type {AssetResponse1}
|
|
100
|
+
* @memberof MapFeatureResponse3
|
|
101
|
+
*/
|
|
102
|
+
asset?: AssetResponse1;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Check if a given object implements the MapFeatureResponse3 interface.
|
|
106
|
+
*/
|
|
107
|
+
export declare function instanceOfMapFeatureResponse3(value: object): value is MapFeatureResponse3;
|
|
108
|
+
export declare function MapFeatureResponse3FromJSON(json: any): MapFeatureResponse3;
|
|
109
|
+
export declare function MapFeatureResponse3FromJSONTyped(json: any, ignoreDiscriminator: boolean): MapFeatureResponse3;
|
|
110
|
+
export declare function MapFeatureResponse3ToJSON(json: any): MapFeatureResponse3;
|
|
111
|
+
export declare function MapFeatureResponse3ToJSONTyped(value?: MapFeatureResponse3 | null, ignoreDiscriminator?: boolean): any;
|
|
112
|
+
//# sourceMappingURL=map-feature-response3.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"map-feature-response3.d.ts","sourceRoot":"","sources":["../../../src/generated/models/map-feature-response3.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAQxD;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,CAAC,EAAE,MAAM,CAAC;IACV;;;;OAIG;IACH,CAAC,EAAE,MAAM,CAAC;IACV;;;;OAIG;IACH,CAAC,EAAE,MAAM,CAAC;IACV;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,cAAc,CAAC;CAC1B;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAezF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAqB7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAsB5H"}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ManageSpace API
|
|
6
|
+
* ManageSpace API Documentation
|
|
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.MapFeatureResponse3ToJSONTyped = exports.MapFeatureResponse3ToJSON = exports.MapFeatureResponse3FromJSONTyped = exports.MapFeatureResponse3FromJSON = exports.instanceOfMapFeatureResponse3 = void 0;
|
|
17
|
+
const asset_response1_1 = require("./asset-response1");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the MapFeatureResponse3 interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfMapFeatureResponse3(value) {
|
|
22
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('x' in value) || value['x'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('y' in value) || value['y'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('z' in value) || value['z'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('rotation' in value) || value['rotation'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('transX' in value) || value['transX'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('transY' in value) || value['transY'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('transZ' in value) || value['transZ'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('transRotation' in value) || value['transRotation'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('length' in value) || value['length'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
if (!('width' in value) || value['width'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
if (!('height' in value) || value['height'] === undefined)
|
|
45
|
+
return false;
|
|
46
|
+
if (!('floor' in value) || value['floor'] === undefined)
|
|
47
|
+
return false;
|
|
48
|
+
return true;
|
|
49
|
+
}
|
|
50
|
+
exports.instanceOfMapFeatureResponse3 = instanceOfMapFeatureResponse3;
|
|
51
|
+
function MapFeatureResponse3FromJSON(json) {
|
|
52
|
+
return MapFeatureResponse3FromJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
exports.MapFeatureResponse3FromJSON = MapFeatureResponse3FromJSON;
|
|
55
|
+
function MapFeatureResponse3FromJSONTyped(json, ignoreDiscriminator) {
|
|
56
|
+
if (json == null) {
|
|
57
|
+
return json;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
'id': json['id'],
|
|
61
|
+
'x': json['x'],
|
|
62
|
+
'y': json['y'],
|
|
63
|
+
'z': json['z'],
|
|
64
|
+
'rotation': json['rotation'],
|
|
65
|
+
'transX': json['transX'],
|
|
66
|
+
'transY': json['transY'],
|
|
67
|
+
'transZ': json['transZ'],
|
|
68
|
+
'transRotation': json['transRotation'],
|
|
69
|
+
'length': json['length'],
|
|
70
|
+
'width': json['width'],
|
|
71
|
+
'height': json['height'],
|
|
72
|
+
'floor': json['floor'],
|
|
73
|
+
'asset': json['asset'] == null ? undefined : (0, asset_response1_1.AssetResponse1FromJSON)(json['asset']),
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
exports.MapFeatureResponse3FromJSONTyped = MapFeatureResponse3FromJSONTyped;
|
|
77
|
+
function MapFeatureResponse3ToJSON(json) {
|
|
78
|
+
return MapFeatureResponse3ToJSONTyped(json, false);
|
|
79
|
+
}
|
|
80
|
+
exports.MapFeatureResponse3ToJSON = MapFeatureResponse3ToJSON;
|
|
81
|
+
function MapFeatureResponse3ToJSONTyped(value, ignoreDiscriminator = false) {
|
|
82
|
+
if (value == null) {
|
|
83
|
+
return value;
|
|
84
|
+
}
|
|
85
|
+
return {
|
|
86
|
+
'id': value['id'],
|
|
87
|
+
'x': value['x'],
|
|
88
|
+
'y': value['y'],
|
|
89
|
+
'z': value['z'],
|
|
90
|
+
'rotation': value['rotation'],
|
|
91
|
+
'transX': value['transX'],
|
|
92
|
+
'transY': value['transY'],
|
|
93
|
+
'transZ': value['transZ'],
|
|
94
|
+
'transRotation': value['transRotation'],
|
|
95
|
+
'length': value['length'],
|
|
96
|
+
'width': value['width'],
|
|
97
|
+
'height': value['height'],
|
|
98
|
+
'floor': value['floor'],
|
|
99
|
+
'asset': (0, asset_response1_1.AssetResponse1ToJSON)(value['asset']),
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
exports.MapFeatureResponse3ToJSONTyped = MapFeatureResponse3ToJSONTyped;
|