@vertexvis/api-client-node 0.15.4 → 0.16.0
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/cjs/api.d.ts +554 -507
- package/dist/cjs/api.js +260 -341
- package/dist/cjs/base.d.ts +2 -2
- package/dist/cjs/client/helpers/files.d.ts +3 -13
- package/dist/cjs/client/helpers/files.js +8 -48
- package/dist/cjs/client/helpers/parts.d.ts +3 -5
- package/dist/cjs/client/helpers/queued-jobs.js +1 -1
- package/dist/cjs/client/helpers/scenes.d.ts +1 -1
- package/dist/cjs/client/helpers/scenes.js +2 -11
- package/dist/cjs/client/utils.js +1 -0
- package/dist/cjs/client/version.d.ts +1 -1
- package/dist/cjs/client/version.js +1 -1
- package/dist/cjs/common.d.ts +2 -2
- package/dist/esm/api.d.ts +554 -507
- package/dist/esm/api.js +260 -341
- package/dist/esm/base.d.ts +2 -2
- package/dist/esm/client/helpers/files.d.ts +3 -13
- package/dist/esm/client/helpers/files.js +8 -44
- package/dist/esm/client/helpers/parts.d.ts +3 -5
- package/dist/esm/client/helpers/queued-jobs.js +1 -1
- package/dist/esm/client/helpers/scenes.d.ts +1 -1
- package/dist/esm/client/helpers/scenes.js +2 -11
- package/dist/esm/client/utils.js +1 -0
- package/dist/esm/client/version.d.ts +1 -1
- package/dist/esm/client/version.js +1 -1
- package/dist/esm/common.d.ts +2 -2
- package/package.json +20 -20
package/dist/esm/api.js
CHANGED
|
@@ -26,250 +26,109 @@ import globalAxios from 'axios';
|
|
|
26
26
|
import { DUMMY_BASE_URL, assertParamExists, setBasicAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction, } from './common';
|
|
27
27
|
// @ts-ignore
|
|
28
28
|
import { BASE_PATH, BaseAPI } from './base';
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
ChangeVisibilityOperationTypeEnum["ChangeVisibility"] = "change-visibility";
|
|
77
|
-
})(ChangeVisibilityOperationTypeEnum || (ChangeVisibilityOperationTypeEnum = {}));
|
|
78
|
-
/**
|
|
79
|
-
* @export
|
|
80
|
-
* @enum {string}
|
|
81
|
-
*/
|
|
82
|
-
export var ClearMaterialOperationTypeEnum;
|
|
83
|
-
(function (ClearMaterialOperationTypeEnum) {
|
|
84
|
-
ClearMaterialOperationTypeEnum["ClearMaterial"] = "clear-material";
|
|
85
|
-
})(ClearMaterialOperationTypeEnum || (ClearMaterialOperationTypeEnum = {}));
|
|
86
|
-
/**
|
|
87
|
-
* @export
|
|
88
|
-
* @enum {string}
|
|
89
|
-
*/
|
|
90
|
-
export var ClearTransformOperationTypeEnum;
|
|
91
|
-
(function (ClearTransformOperationTypeEnum) {
|
|
92
|
-
ClearTransformOperationTypeEnum["ClearTransform"] = "clear-transform";
|
|
93
|
-
})(ClearTransformOperationTypeEnum || (ClearTransformOperationTypeEnum = {}));
|
|
94
|
-
/**
|
|
95
|
-
* @export
|
|
96
|
-
* @enum {string}
|
|
97
|
-
*/
|
|
98
|
-
export var DeselectOperationTypeEnum;
|
|
99
|
-
(function (DeselectOperationTypeEnum) {
|
|
100
|
-
DeselectOperationTypeEnum["Deselect"] = "deselect";
|
|
101
|
-
})(DeselectOperationTypeEnum || (DeselectOperationTypeEnum = {}));
|
|
102
|
-
/**
|
|
103
|
-
* @export
|
|
104
|
-
* @enum {string}
|
|
105
|
-
*/
|
|
106
|
-
export var FileRelationshipDataTypeEnum;
|
|
107
|
-
(function (FileRelationshipDataTypeEnum) {
|
|
108
|
-
FileRelationshipDataTypeEnum["File"] = "file";
|
|
109
|
-
})(FileRelationshipDataTypeEnum || (FileRelationshipDataTypeEnum = {}));
|
|
110
|
-
/**
|
|
111
|
-
* @export
|
|
112
|
-
* @enum {string}
|
|
113
|
-
*/
|
|
114
|
-
export var GeometrySetRelationshipDataTypeEnum;
|
|
115
|
-
(function (GeometrySetRelationshipDataTypeEnum) {
|
|
116
|
-
GeometrySetRelationshipDataTypeEnum["GeometrySet"] = "geometry-set";
|
|
117
|
-
})(GeometrySetRelationshipDataTypeEnum || (GeometrySetRelationshipDataTypeEnum = {}));
|
|
118
|
-
/**
|
|
119
|
-
* @export
|
|
120
|
-
* @enum {string}
|
|
121
|
-
*/
|
|
122
|
-
export var MetadataValueTypeEnum;
|
|
123
|
-
(function (MetadataValueTypeEnum) {
|
|
124
|
-
MetadataValueTypeEnum["String"] = "string";
|
|
125
|
-
MetadataValueTypeEnum["Long"] = "long";
|
|
126
|
-
MetadataValueTypeEnum["Float"] = "float";
|
|
127
|
-
MetadataValueTypeEnum["Date"] = "date";
|
|
128
|
-
MetadataValueTypeEnum["Null"] = "null";
|
|
129
|
-
})(MetadataValueTypeEnum || (MetadataValueTypeEnum = {}));
|
|
130
|
-
/**
|
|
131
|
-
* @export
|
|
132
|
-
* @enum {string}
|
|
133
|
-
*/
|
|
134
|
-
export var PartDataRelationshipsPartRevisionsTypeEnum;
|
|
135
|
-
(function (PartDataRelationshipsPartRevisionsTypeEnum) {
|
|
136
|
-
PartDataRelationshipsPartRevisionsTypeEnum["PartRevision"] = "part-revision";
|
|
137
|
-
})(PartDataRelationshipsPartRevisionsTypeEnum || (PartDataRelationshipsPartRevisionsTypeEnum = {}));
|
|
138
|
-
/**
|
|
139
|
-
* @export
|
|
140
|
-
* @enum {string}
|
|
141
|
-
*/
|
|
142
|
-
export var PartRelationshipDataTypeEnum;
|
|
143
|
-
(function (PartRelationshipDataTypeEnum) {
|
|
144
|
-
PartRelationshipDataTypeEnum["Part"] = "part";
|
|
145
|
-
})(PartRelationshipDataTypeEnum || (PartRelationshipDataTypeEnum = {}));
|
|
29
|
+
export const BatchOperationOpEnum = {
|
|
30
|
+
Add: 'add',
|
|
31
|
+
};
|
|
32
|
+
export const BatchOperationRefTypeEnum = {
|
|
33
|
+
Scene: 'scene',
|
|
34
|
+
};
|
|
35
|
+
export const CameraFitTypeEnum = {
|
|
36
|
+
FitVisibleSceneItems: 'fit-visible-scene-items',
|
|
37
|
+
Reset: 'reset',
|
|
38
|
+
};
|
|
39
|
+
export const ChangeMaterialOperationTypeEnum = {
|
|
40
|
+
ChangeMaterial: 'change-material',
|
|
41
|
+
};
|
|
42
|
+
export const ChangeTransformOperationTypeEnum = {
|
|
43
|
+
ChangeTransform: 'change-transform',
|
|
44
|
+
};
|
|
45
|
+
export const ChangeVisibilityOperationTypeEnum = {
|
|
46
|
+
ChangeVisibility: 'change-visibility',
|
|
47
|
+
};
|
|
48
|
+
export const ClearMaterialOperationTypeEnum = {
|
|
49
|
+
ClearMaterial: 'clear-material',
|
|
50
|
+
};
|
|
51
|
+
export const ClearTransformOperationTypeEnum = {
|
|
52
|
+
ClearTransform: 'clear-transform',
|
|
53
|
+
};
|
|
54
|
+
export const DeselectOperationTypeEnum = {
|
|
55
|
+
Deselect: 'deselect',
|
|
56
|
+
};
|
|
57
|
+
export const FileRelationshipDataTypeEnum = {
|
|
58
|
+
File: 'file',
|
|
59
|
+
};
|
|
60
|
+
export const GeometrySetRelationshipDataTypeEnum = {
|
|
61
|
+
GeometrySet: 'geometry-set',
|
|
62
|
+
};
|
|
63
|
+
export const MetadataValueTypeEnum = {
|
|
64
|
+
String: 'string',
|
|
65
|
+
Long: 'long',
|
|
66
|
+
Float: 'float',
|
|
67
|
+
Date: 'date',
|
|
68
|
+
Null: 'null',
|
|
69
|
+
};
|
|
70
|
+
export const PartDataRelationshipsPartRevisionsTypeEnum = {
|
|
71
|
+
PartRevision: 'part-revision',
|
|
72
|
+
};
|
|
73
|
+
export const PartRelationshipDataTypeEnum = {
|
|
74
|
+
Part: 'part',
|
|
75
|
+
};
|
|
146
76
|
/**
|
|
147
77
|
* Resource object type.
|
|
148
78
|
* @export
|
|
149
79
|
* @enum {string}
|
|
150
80
|
*/
|
|
151
|
-
export
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
(function (SceneRelationshipDataTypeEnum) {
|
|
203
|
-
SceneRelationshipDataTypeEnum["Scene"] = "scene";
|
|
204
|
-
})(SceneRelationshipDataTypeEnum || (SceneRelationshipDataTypeEnum = {}));
|
|
205
|
-
/**
|
|
206
|
-
* @export
|
|
207
|
-
* @enum {string}
|
|
208
|
-
*/
|
|
209
|
-
export var SceneViewRelationshipDataTypeEnum;
|
|
210
|
-
(function (SceneViewRelationshipDataTypeEnum) {
|
|
211
|
-
SceneViewRelationshipDataTypeEnum["SceneView"] = "scene-view";
|
|
212
|
-
})(SceneViewRelationshipDataTypeEnum || (SceneViewRelationshipDataTypeEnum = {}));
|
|
213
|
-
/**
|
|
214
|
-
* @export
|
|
215
|
-
* @enum {string}
|
|
216
|
-
*/
|
|
217
|
-
export var SceneViewStateRelationshipDataTypeEnum;
|
|
218
|
-
(function (SceneViewStateRelationshipDataTypeEnum) {
|
|
219
|
-
SceneViewStateRelationshipDataTypeEnum["SceneViewState"] = "scene-view-state";
|
|
220
|
-
})(SceneViewStateRelationshipDataTypeEnum || (SceneViewStateRelationshipDataTypeEnum = {}));
|
|
221
|
-
/**
|
|
222
|
-
* @export
|
|
223
|
-
* @enum {string}
|
|
224
|
-
*/
|
|
225
|
-
export var SelectOperationTypeEnum;
|
|
226
|
-
(function (SelectOperationTypeEnum) {
|
|
227
|
-
SelectOperationTypeEnum["Select"] = "select";
|
|
228
|
-
})(SelectOperationTypeEnum || (SelectOperationTypeEnum = {}));
|
|
229
|
-
/**
|
|
230
|
-
* @export
|
|
231
|
-
* @enum {string}
|
|
232
|
-
*/
|
|
233
|
-
export var UpdateAccountRequestDataAttributesStatusEnum;
|
|
234
|
-
(function (UpdateAccountRequestDataAttributesStatusEnum) {
|
|
235
|
-
UpdateAccountRequestDataAttributesStatusEnum["Active"] = "active";
|
|
236
|
-
UpdateAccountRequestDataAttributesStatusEnum["Disabled"] = "disabled";
|
|
237
|
-
})(UpdateAccountRequestDataAttributesStatusEnum || (UpdateAccountRequestDataAttributesStatusEnum = {}));
|
|
238
|
-
/**
|
|
239
|
-
* @export
|
|
240
|
-
* @enum {string}
|
|
241
|
-
*/
|
|
242
|
-
export var UpdateSceneRequestDataAttributesStateEnum;
|
|
243
|
-
(function (UpdateSceneRequestDataAttributesStateEnum) {
|
|
244
|
-
UpdateSceneRequestDataAttributesStateEnum["Draft"] = "draft";
|
|
245
|
-
UpdateSceneRequestDataAttributesStateEnum["Commit"] = "commit";
|
|
246
|
-
})(UpdateSceneRequestDataAttributesStateEnum || (UpdateSceneRequestDataAttributesStateEnum = {}));
|
|
247
|
-
/**
|
|
248
|
-
* @export
|
|
249
|
-
* @enum {string}
|
|
250
|
-
*/
|
|
251
|
-
export var UpdateWebhookSubscriptionRequestDataAttributesStatusEnum;
|
|
252
|
-
(function (UpdateWebhookSubscriptionRequestDataAttributesStatusEnum) {
|
|
253
|
-
UpdateWebhookSubscriptionRequestDataAttributesStatusEnum["Active"] = "active";
|
|
254
|
-
UpdateWebhookSubscriptionRequestDataAttributesStatusEnum["Paused"] = "paused";
|
|
255
|
-
})(UpdateWebhookSubscriptionRequestDataAttributesStatusEnum || (UpdateWebhookSubscriptionRequestDataAttributesStatusEnum = {}));
|
|
256
|
-
/**
|
|
257
|
-
* @export
|
|
258
|
-
* @enum {string}
|
|
259
|
-
*/
|
|
260
|
-
export var WebhookEventDataRelationshipsOwnerDataTypeEnum;
|
|
261
|
-
(function (WebhookEventDataRelationshipsOwnerDataTypeEnum) {
|
|
262
|
-
WebhookEventDataRelationshipsOwnerDataTypeEnum["Account"] = "account";
|
|
263
|
-
})(WebhookEventDataRelationshipsOwnerDataTypeEnum || (WebhookEventDataRelationshipsOwnerDataTypeEnum = {}));
|
|
264
|
-
/**
|
|
265
|
-
* @export
|
|
266
|
-
* @enum {string}
|
|
267
|
-
*/
|
|
268
|
-
export var WebhookSubscriptionDataAttributesStatusEnum;
|
|
269
|
-
(function (WebhookSubscriptionDataAttributesStatusEnum) {
|
|
270
|
-
WebhookSubscriptionDataAttributesStatusEnum["Active"] = "active";
|
|
271
|
-
WebhookSubscriptionDataAttributesStatusEnum["Paused"] = "paused";
|
|
272
|
-
})(WebhookSubscriptionDataAttributesStatusEnum || (WebhookSubscriptionDataAttributesStatusEnum = {}));
|
|
81
|
+
export const QueryAll = {
|
|
82
|
+
All: 'all',
|
|
83
|
+
};
|
|
84
|
+
export const QueryByCollectionDataTypeEnum = {
|
|
85
|
+
QueryByCollection: 'query-by-collection',
|
|
86
|
+
};
|
|
87
|
+
export const QueryByCollectionDataAttributesTypeEnum = {
|
|
88
|
+
And: 'and',
|
|
89
|
+
Or: 'or',
|
|
90
|
+
};
|
|
91
|
+
export const QueryByIdDataTypeEnum = {
|
|
92
|
+
QueryById: 'query-by-id',
|
|
93
|
+
};
|
|
94
|
+
export const QueryByIdDataAttributesTypeEnum = {
|
|
95
|
+
Id: 'id',
|
|
96
|
+
SuppliedId: 'suppliedId',
|
|
97
|
+
};
|
|
98
|
+
export const SceneItemRelationshipDataTypeEnum = {
|
|
99
|
+
SceneItem: 'scene-item',
|
|
100
|
+
};
|
|
101
|
+
export const SceneRelationshipDataTypeEnum = {
|
|
102
|
+
Scene: 'scene',
|
|
103
|
+
};
|
|
104
|
+
export const SceneViewRelationshipDataTypeEnum = {
|
|
105
|
+
SceneView: 'scene-view',
|
|
106
|
+
};
|
|
107
|
+
export const SceneViewStateRelationshipDataTypeEnum = {
|
|
108
|
+
SceneViewState: 'scene-view-state',
|
|
109
|
+
};
|
|
110
|
+
export const SelectOperationTypeEnum = {
|
|
111
|
+
Select: 'select',
|
|
112
|
+
};
|
|
113
|
+
export const UpdateAccountRequestDataAttributesStatusEnum = {
|
|
114
|
+
Active: 'active',
|
|
115
|
+
Disabled: 'disabled',
|
|
116
|
+
};
|
|
117
|
+
export const UpdateSceneRequestDataAttributesStateEnum = {
|
|
118
|
+
Draft: 'draft',
|
|
119
|
+
Commit: 'commit',
|
|
120
|
+
};
|
|
121
|
+
export const UpdateWebhookSubscriptionRequestDataAttributesStatusEnum = {
|
|
122
|
+
Active: 'active',
|
|
123
|
+
Paused: 'paused',
|
|
124
|
+
};
|
|
125
|
+
export const WebhookEventDataRelationshipsOwnerDataTypeEnum = {
|
|
126
|
+
Account: 'account',
|
|
127
|
+
};
|
|
128
|
+
export const WebhookSubscriptionDataAttributesStatusEnum = {
|
|
129
|
+
Active: 'active',
|
|
130
|
+
Paused: 'paused',
|
|
131
|
+
};
|
|
273
132
|
/**
|
|
274
133
|
* AccountsApi - axios parameter creator
|
|
275
134
|
* @export
|
|
@@ -299,7 +158,7 @@ export const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
299
158
|
// oauth required
|
|
300
159
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2Internal', ['accounts.*', 'accounts.write'], configuration);
|
|
301
160
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
302
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
161
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
303
162
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
304
163
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
305
164
|
localVarRequestOptions.data = serializeDataIfNeeded(createAccountRequest, localVarRequestOptions, configuration);
|
|
@@ -334,7 +193,7 @@ export const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
334
193
|
// oauth required
|
|
335
194
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2Internal', ['accounts.*', 'accounts.write'], configuration);
|
|
336
195
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
337
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
196
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
338
197
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
339
198
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
340
199
|
localVarRequestOptions.data = serializeDataIfNeeded(adminCreateApplicationRequest, localVarRequestOptions, configuration);
|
|
@@ -365,7 +224,7 @@ export const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
365
224
|
// authentication OAuth2Internal required
|
|
366
225
|
// oauth required
|
|
367
226
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2Internal', ['accounts.*', 'accounts.write'], configuration);
|
|
368
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
227
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
369
228
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
370
229
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
371
230
|
return {
|
|
@@ -395,7 +254,7 @@ export const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
395
254
|
// authentication OAuth2Internal required
|
|
396
255
|
// oauth required
|
|
397
256
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2Internal', ['accounts.*', 'accounts.read'], configuration);
|
|
398
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
257
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
399
258
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
400
259
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
401
260
|
return {
|
|
@@ -429,7 +288,7 @@ export const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
429
288
|
// oauth required
|
|
430
289
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2Internal', ['accounts.*', 'accounts.write'], configuration);
|
|
431
290
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
432
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
291
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
433
292
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
434
293
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
435
294
|
localVarRequestOptions.data = serializeDataIfNeeded(updateAccountRequest, localVarRequestOptions, configuration);
|
|
@@ -674,7 +533,7 @@ export const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
674
533
|
// oauth required
|
|
675
534
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
676
535
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
677
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
536
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
678
537
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
679
538
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
680
539
|
localVarRequestOptions.data = serializeDataIfNeeded(createApplicationRequest, localVarRequestOptions, configuration);
|
|
@@ -705,7 +564,7 @@ export const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
705
564
|
// authentication OAuth2 required
|
|
706
565
|
// oauth required
|
|
707
566
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
708
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
567
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
709
568
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
710
569
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
711
570
|
return {
|
|
@@ -735,7 +594,7 @@ export const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
735
594
|
// authentication OAuth2 required
|
|
736
595
|
// oauth required
|
|
737
596
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
738
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
597
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
739
598
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
740
599
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
741
600
|
return {
|
|
@@ -770,7 +629,7 @@ export const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
770
629
|
if (pageSize !== undefined) {
|
|
771
630
|
localVarQueryParameter['page[size]'] = pageSize;
|
|
772
631
|
}
|
|
773
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
632
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
774
633
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
775
634
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
776
635
|
return {
|
|
@@ -804,7 +663,7 @@ export const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
804
663
|
// oauth required
|
|
805
664
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
806
665
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
807
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
666
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
808
667
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
809
668
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
810
669
|
localVarRequestOptions.data = serializeDataIfNeeded(updateApplicationRequest, localVarRequestOptions, configuration);
|
|
@@ -1049,7 +908,7 @@ export const BatchesApiAxiosParamCreator = function (configuration) {
|
|
|
1049
908
|
// oauth required
|
|
1050
909
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1051
910
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
1052
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
911
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1053
912
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1054
913
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1055
914
|
localVarRequestOptions.data = serializeDataIfNeeded(createBatchRequest, localVarRequestOptions, configuration);
|
|
@@ -1080,7 +939,7 @@ export const BatchesApiAxiosParamCreator = function (configuration) {
|
|
|
1080
939
|
// authentication OAuth2 required
|
|
1081
940
|
// oauth required
|
|
1082
941
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1083
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
942
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1084
943
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1085
944
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1086
945
|
return {
|
|
@@ -1110,7 +969,7 @@ export const BatchesApiAxiosParamCreator = function (configuration) {
|
|
|
1110
969
|
// authentication OAuth2 required
|
|
1111
970
|
// oauth required
|
|
1112
971
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1113
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
972
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1114
973
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1115
974
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1116
975
|
return {
|
|
@@ -1280,7 +1139,7 @@ export const FilesApiAxiosParamCreator = function (configuration) {
|
|
|
1280
1139
|
// oauth required
|
|
1281
1140
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1282
1141
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
1283
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
1142
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1284
1143
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1285
1144
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1286
1145
|
localVarRequestOptions.data = serializeDataIfNeeded(createFileRequest, localVarRequestOptions, configuration);
|
|
@@ -1311,7 +1170,7 @@ export const FilesApiAxiosParamCreator = function (configuration) {
|
|
|
1311
1170
|
// authentication OAuth2 required
|
|
1312
1171
|
// oauth required
|
|
1313
1172
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1314
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
1173
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1315
1174
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1316
1175
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1317
1176
|
return {
|
|
@@ -1341,7 +1200,7 @@ export const FilesApiAxiosParamCreator = function (configuration) {
|
|
|
1341
1200
|
// authentication OAuth2 required
|
|
1342
1201
|
// oauth required
|
|
1343
1202
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1344
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
1203
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1345
1204
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1346
1205
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1347
1206
|
return {
|
|
@@ -1380,7 +1239,7 @@ export const FilesApiAxiosParamCreator = function (configuration) {
|
|
|
1380
1239
|
if (filterSuppliedId !== undefined) {
|
|
1381
1240
|
localVarQueryParameter['filter[suppliedId]'] = filterSuppliedId;
|
|
1382
1241
|
}
|
|
1383
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
1242
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1384
1243
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1385
1244
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1386
1245
|
return {
|
|
@@ -1414,7 +1273,7 @@ export const FilesApiAxiosParamCreator = function (configuration) {
|
|
|
1414
1273
|
// oauth required
|
|
1415
1274
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1416
1275
|
localVarHeaderParameter['Content-Type'] = 'application/octet-stream';
|
|
1417
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
1276
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1418
1277
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1419
1278
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1420
1279
|
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
|
|
@@ -1661,7 +1520,7 @@ export const GeometrySetsApiAxiosParamCreator = function (configuration) {
|
|
|
1661
1520
|
// oauth required
|
|
1662
1521
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1663
1522
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
1664
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
1523
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1665
1524
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1666
1525
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1667
1526
|
localVarRequestOptions.data = serializeDataIfNeeded(createGeometrySetRequest, localVarRequestOptions, configuration);
|
|
@@ -1692,7 +1551,7 @@ export const GeometrySetsApiAxiosParamCreator = function (configuration) {
|
|
|
1692
1551
|
// authentication OAuth2 required
|
|
1693
1552
|
// oauth required
|
|
1694
1553
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1695
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
1554
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1696
1555
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1697
1556
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1698
1557
|
return {
|
|
@@ -1727,7 +1586,7 @@ export const GeometrySetsApiAxiosParamCreator = function (configuration) {
|
|
|
1727
1586
|
if (pageSize !== undefined) {
|
|
1728
1587
|
localVarQueryParameter['page[size]'] = pageSize;
|
|
1729
1588
|
}
|
|
1730
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
1589
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1731
1590
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1732
1591
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1733
1592
|
return {
|
|
@@ -1910,7 +1769,7 @@ export const HitsApiAxiosParamCreator = function (configuration) {
|
|
|
1910
1769
|
localVarQueryParameter['fields[part-revision]'] = fieldsPartRevision;
|
|
1911
1770
|
}
|
|
1912
1771
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
1913
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
1772
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1914
1773
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1915
1774
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1916
1775
|
localVarRequestOptions.data = serializeDataIfNeeded(createHitRequest, localVarRequestOptions, configuration);
|
|
@@ -1953,7 +1812,7 @@ export const HitsApiAxiosParamCreator = function (configuration) {
|
|
|
1953
1812
|
localVarQueryParameter['fields[part-revision]'] = fieldsPartRevision;
|
|
1954
1813
|
}
|
|
1955
1814
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
1956
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
1815
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1957
1816
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1958
1817
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1959
1818
|
localVarRequestOptions.data = serializeDataIfNeeded(createHitRequest, localVarRequestOptions, configuration);
|
|
@@ -2105,7 +1964,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration) {
|
|
|
2105
1964
|
localVarQueryParameter['challenge'] = challenge;
|
|
2106
1965
|
}
|
|
2107
1966
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
2108
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
1967
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2109
1968
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2110
1969
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2111
1970
|
localVarRequestOptions.data = serializeDataIfNeeded(adminConsentAcceptRequest, localVarRequestOptions, configuration);
|
|
@@ -2143,7 +2002,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration) {
|
|
|
2143
2002
|
localVarQueryParameter['login_challenge'] = loginChallenge;
|
|
2144
2003
|
}
|
|
2145
2004
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
2146
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
2005
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2147
2006
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2148
2007
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2149
2008
|
localVarRequestOptions.data = serializeDataIfNeeded(adminLoginAcceptRequest, localVarRequestOptions, configuration);
|
|
@@ -2196,7 +2055,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration) {
|
|
|
2196
2055
|
}
|
|
2197
2056
|
localVarHeaderParameter['Content-Type'] =
|
|
2198
2057
|
'application/x-www-form-urlencoded';
|
|
2199
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
2058
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2200
2059
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2201
2060
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2202
2061
|
localVarRequestOptions.data = localVarFormParams.toString();
|
|
@@ -2228,7 +2087,7 @@ export const Oauth2ApiAxiosParamCreator = function (configuration) {
|
|
|
2228
2087
|
// http basic authentication required
|
|
2229
2088
|
setBasicAuthToObject(localVarRequestOptions, configuration);
|
|
2230
2089
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
2231
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
2090
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2232
2091
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2233
2092
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2234
2093
|
localVarRequestOptions.data = serializeDataIfNeeded(revokeOAuth2TokenRequest, localVarRequestOptions, configuration);
|
|
@@ -2445,7 +2304,7 @@ export const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2445
2304
|
// authentication OAuth2 required
|
|
2446
2305
|
// oauth required
|
|
2447
2306
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
2448
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
2307
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2449
2308
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2450
2309
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2451
2310
|
return {
|
|
@@ -2479,7 +2338,7 @@ export const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2479
2338
|
if (fieldsPartRevision !== undefined) {
|
|
2480
2339
|
localVarQueryParameter['fields[part-revision]'] = fieldsPartRevision;
|
|
2481
2340
|
}
|
|
2482
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
2341
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2483
2342
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2484
2343
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2485
2344
|
return {
|
|
@@ -2521,7 +2380,7 @@ export const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2521
2380
|
if (filterSuppliedId !== undefined) {
|
|
2522
2381
|
localVarQueryParameter['filter[suppliedId]'] = filterSuppliedId;
|
|
2523
2382
|
}
|
|
2524
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
2383
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2525
2384
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2526
2385
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2527
2386
|
return {
|
|
@@ -2551,7 +2410,7 @@ export const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2551
2410
|
// authentication OAuth2 required
|
|
2552
2411
|
// oauth required
|
|
2553
2412
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
2554
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
2413
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2555
2414
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2556
2415
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2557
2416
|
return {
|
|
@@ -2567,10 +2426,17 @@ export const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2567
2426
|
* @param {Vector3} [cameraPosition] The `camera` position vector.
|
|
2568
2427
|
* @param {Vector3} [cameraUp] The `camera` up vector.
|
|
2569
2428
|
* @param {Vector3} [cameraLookAt] The `camera` lookAt vector.
|
|
2429
|
+
* @param {Vector3} [cameraPerspectivePosition] The perspective camera position.
|
|
2430
|
+
* @param {Vector3} [cameraPerspectiveLookAt] The perspective camera look at position.
|
|
2431
|
+
* @param {Vector3} [cameraPerspectiveUp] The perspective camera up vector.
|
|
2432
|
+
* @param {Vector3} [cameraOrthographicViewVector] The orthographic camera view vector.
|
|
2433
|
+
* @param {Vector3} [cameraOrthographicLookAt] The orthographic camera look at position.
|
|
2434
|
+
* @param {Vector3} [cameraOrthographicUp] The orthographic camera up vector.
|
|
2435
|
+
* @param {number} [cameraOrthographicFovHeight] The orthographic field-of-view height.
|
|
2570
2436
|
* @param {*} [options] Override http request option.
|
|
2571
2437
|
* @throws {RequiredError}
|
|
2572
2438
|
*/
|
|
2573
|
-
renderPartRevision: (id, height, width, cameraPosition, cameraUp, cameraLookAt, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2439
|
+
renderPartRevision: (id, height, width, cameraPosition, cameraUp, cameraLookAt, cameraPerspectivePosition, cameraPerspectiveLookAt, cameraPerspectiveUp, cameraOrthographicViewVector, cameraOrthographicLookAt, cameraOrthographicUp, cameraOrthographicFovHeight, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2574
2440
|
// verify required parameter 'id' is not null or undefined
|
|
2575
2441
|
assertParamExists('renderPartRevision', 'id', id);
|
|
2576
2442
|
const localVarPath = `/part-revisions/{id}/image`.replace(`{${'id'}}`, encodeURIComponent(String(id)));
|
|
@@ -2601,7 +2467,34 @@ export const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2601
2467
|
if (cameraLookAt !== undefined) {
|
|
2602
2468
|
localVarQueryParameter['camera[lookAt]'] = cameraLookAt;
|
|
2603
2469
|
}
|
|
2604
|
-
|
|
2470
|
+
if (cameraPerspectivePosition !== undefined) {
|
|
2471
|
+
localVarQueryParameter['camera[perspective][position]'] =
|
|
2472
|
+
cameraPerspectivePosition;
|
|
2473
|
+
}
|
|
2474
|
+
if (cameraPerspectiveLookAt !== undefined) {
|
|
2475
|
+
localVarQueryParameter['camera[perspective][lookAt]'] =
|
|
2476
|
+
cameraPerspectiveLookAt;
|
|
2477
|
+
}
|
|
2478
|
+
if (cameraPerspectiveUp !== undefined) {
|
|
2479
|
+
localVarQueryParameter['camera[perspective][up]'] = cameraPerspectiveUp;
|
|
2480
|
+
}
|
|
2481
|
+
if (cameraOrthographicViewVector !== undefined) {
|
|
2482
|
+
localVarQueryParameter['camera[orthographic][viewVector]'] =
|
|
2483
|
+
cameraOrthographicViewVector;
|
|
2484
|
+
}
|
|
2485
|
+
if (cameraOrthographicLookAt !== undefined) {
|
|
2486
|
+
localVarQueryParameter['camera[orthographic][lookAt]'] =
|
|
2487
|
+
cameraOrthographicLookAt;
|
|
2488
|
+
}
|
|
2489
|
+
if (cameraOrthographicUp !== undefined) {
|
|
2490
|
+
localVarQueryParameter['camera[orthographic][up]'] =
|
|
2491
|
+
cameraOrthographicUp;
|
|
2492
|
+
}
|
|
2493
|
+
if (cameraOrthographicFovHeight !== undefined) {
|
|
2494
|
+
localVarQueryParameter['camera[orthographic][fovHeight]'] =
|
|
2495
|
+
cameraOrthographicFovHeight;
|
|
2496
|
+
}
|
|
2497
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2605
2498
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2606
2499
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2607
2500
|
return {
|
|
@@ -2635,7 +2528,7 @@ export const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2635
2528
|
// oauth required
|
|
2636
2529
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
2637
2530
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
2638
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
2531
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2639
2532
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2640
2533
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2641
2534
|
localVarRequestOptions.data = serializeDataIfNeeded(updatePartRevisionRequest, localVarRequestOptions, configuration);
|
|
@@ -2713,12 +2606,19 @@ export const PartRevisionsApiFp = function (configuration) {
|
|
|
2713
2606
|
* @param {Vector3} [cameraPosition] The `camera` position vector.
|
|
2714
2607
|
* @param {Vector3} [cameraUp] The `camera` up vector.
|
|
2715
2608
|
* @param {Vector3} [cameraLookAt] The `camera` lookAt vector.
|
|
2609
|
+
* @param {Vector3} [cameraPerspectivePosition] The perspective camera position.
|
|
2610
|
+
* @param {Vector3} [cameraPerspectiveLookAt] The perspective camera look at position.
|
|
2611
|
+
* @param {Vector3} [cameraPerspectiveUp] The perspective camera up vector.
|
|
2612
|
+
* @param {Vector3} [cameraOrthographicViewVector] The orthographic camera view vector.
|
|
2613
|
+
* @param {Vector3} [cameraOrthographicLookAt] The orthographic camera look at position.
|
|
2614
|
+
* @param {Vector3} [cameraOrthographicUp] The orthographic camera up vector.
|
|
2615
|
+
* @param {number} [cameraOrthographicFovHeight] The orthographic field-of-view height.
|
|
2716
2616
|
* @param {*} [options] Override http request option.
|
|
2717
2617
|
* @throws {RequiredError}
|
|
2718
2618
|
*/
|
|
2719
|
-
renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, options) {
|
|
2619
|
+
renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, cameraPerspectivePosition, cameraPerspectiveLookAt, cameraPerspectiveUp, cameraOrthographicViewVector, cameraOrthographicLookAt, cameraOrthographicUp, cameraOrthographicFovHeight, options) {
|
|
2720
2620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2721
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, options);
|
|
2621
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, cameraPerspectivePosition, cameraPerspectiveLookAt, cameraPerspectiveUp, cameraOrthographicViewVector, cameraOrthographicLookAt, cameraOrthographicUp, cameraOrthographicFovHeight, options);
|
|
2722
2622
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2723
2623
|
});
|
|
2724
2624
|
},
|
|
@@ -2800,12 +2700,19 @@ export const PartRevisionsApiFactory = function (configuration, basePath, axios)
|
|
|
2800
2700
|
* @param {Vector3} [cameraPosition] The `camera` position vector.
|
|
2801
2701
|
* @param {Vector3} [cameraUp] The `camera` up vector.
|
|
2802
2702
|
* @param {Vector3} [cameraLookAt] The `camera` lookAt vector.
|
|
2703
|
+
* @param {Vector3} [cameraPerspectivePosition] The perspective camera position.
|
|
2704
|
+
* @param {Vector3} [cameraPerspectiveLookAt] The perspective camera look at position.
|
|
2705
|
+
* @param {Vector3} [cameraPerspectiveUp] The perspective camera up vector.
|
|
2706
|
+
* @param {Vector3} [cameraOrthographicViewVector] The orthographic camera view vector.
|
|
2707
|
+
* @param {Vector3} [cameraOrthographicLookAt] The orthographic camera look at position.
|
|
2708
|
+
* @param {Vector3} [cameraOrthographicUp] The orthographic camera up vector.
|
|
2709
|
+
* @param {number} [cameraOrthographicFovHeight] The orthographic field-of-view height.
|
|
2803
2710
|
* @param {*} [options] Override http request option.
|
|
2804
2711
|
* @throws {RequiredError}
|
|
2805
2712
|
*/
|
|
2806
|
-
renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, options) {
|
|
2713
|
+
renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, cameraPerspectivePosition, cameraPerspectiveLookAt, cameraPerspectiveUp, cameraOrthographicViewVector, cameraOrthographicLookAt, cameraOrthographicUp, cameraOrthographicFovHeight, options) {
|
|
2807
2714
|
return localVarFp
|
|
2808
|
-
.renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, options)
|
|
2715
|
+
.renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, cameraPerspectivePosition, cameraPerspectiveLookAt, cameraPerspectiveUp, cameraOrthographicViewVector, cameraOrthographicLookAt, cameraOrthographicUp, cameraOrthographicFovHeight, options)
|
|
2809
2716
|
.then((request) => request(axios, basePath));
|
|
2810
2717
|
},
|
|
2811
2718
|
/**
|
|
@@ -2886,7 +2793,7 @@ export class PartRevisionsApi extends BaseAPI {
|
|
|
2886
2793
|
*/
|
|
2887
2794
|
renderPartRevision(requestParameters, options) {
|
|
2888
2795
|
return PartRevisionsApiFp(this.configuration)
|
|
2889
|
-
.renderPartRevision(requestParameters.id, requestParameters.height, requestParameters.width, requestParameters.cameraPosition, requestParameters.cameraUp, requestParameters.cameraLookAt, options)
|
|
2796
|
+
.renderPartRevision(requestParameters.id, requestParameters.height, requestParameters.width, requestParameters.cameraPosition, requestParameters.cameraUp, requestParameters.cameraLookAt, requestParameters.cameraPerspectivePosition, requestParameters.cameraPerspectiveLookAt, requestParameters.cameraPerspectiveUp, requestParameters.cameraOrthographicViewVector, requestParameters.cameraOrthographicLookAt, requestParameters.cameraOrthographicUp, requestParameters.cameraOrthographicFovHeight, options)
|
|
2890
2797
|
.then((request) => request(this.axios, this.basePath));
|
|
2891
2798
|
}
|
|
2892
2799
|
/**
|
|
@@ -2931,7 +2838,7 @@ export const PartsApiAxiosParamCreator = function (configuration) {
|
|
|
2931
2838
|
// oauth required
|
|
2932
2839
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
2933
2840
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
2934
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
2841
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2935
2842
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2936
2843
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2937
2844
|
localVarRequestOptions.data = serializeDataIfNeeded(createPartRequest, localVarRequestOptions, configuration);
|
|
@@ -2962,7 +2869,7 @@ export const PartsApiAxiosParamCreator = function (configuration) {
|
|
|
2962
2869
|
// authentication OAuth2 required
|
|
2963
2870
|
// oauth required
|
|
2964
2871
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
2965
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
2872
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2966
2873
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2967
2874
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2968
2875
|
return {
|
|
@@ -2996,7 +2903,7 @@ export const PartsApiAxiosParamCreator = function (configuration) {
|
|
|
2996
2903
|
if (include !== undefined) {
|
|
2997
2904
|
localVarQueryParameter['include'] = include;
|
|
2998
2905
|
}
|
|
2999
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
2906
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3000
2907
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3001
2908
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3002
2909
|
return {
|
|
@@ -3035,7 +2942,7 @@ export const PartsApiAxiosParamCreator = function (configuration) {
|
|
|
3035
2942
|
if (filterSuppliedId !== undefined) {
|
|
3036
2943
|
localVarQueryParameter['filter[suppliedId]'] = filterSuppliedId;
|
|
3037
2944
|
}
|
|
3038
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
2945
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3039
2946
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3040
2947
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3041
2948
|
return {
|
|
@@ -3065,7 +2972,7 @@ export const PartsApiAxiosParamCreator = function (configuration) {
|
|
|
3065
2972
|
// authentication OAuth2 required
|
|
3066
2973
|
// oauth required
|
|
3067
2974
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3068
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
2975
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3069
2976
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3070
2977
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3071
2978
|
return {
|
|
@@ -3314,7 +3221,7 @@ export const SceneAlterationsApiAxiosParamCreator = function (configuration) {
|
|
|
3314
3221
|
// oauth required
|
|
3315
3222
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3316
3223
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
3317
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
3224
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3318
3225
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3319
3226
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3320
3227
|
localVarRequestOptions.data = serializeDataIfNeeded(createSceneAlterationRequest, localVarRequestOptions, configuration);
|
|
@@ -3345,7 +3252,7 @@ export const SceneAlterationsApiAxiosParamCreator = function (configuration) {
|
|
|
3345
3252
|
// authentication OAuth2 required
|
|
3346
3253
|
// oauth required
|
|
3347
3254
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3348
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
3255
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3349
3256
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3350
3257
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3351
3258
|
return {
|
|
@@ -3375,7 +3282,7 @@ export const SceneAlterationsApiAxiosParamCreator = function (configuration) {
|
|
|
3375
3282
|
// authentication OAuth2 required
|
|
3376
3283
|
// oauth required
|
|
3377
3284
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3378
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
3285
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3379
3286
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3380
3287
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3381
3288
|
return {
|
|
@@ -3405,7 +3312,7 @@ export const SceneAlterationsApiAxiosParamCreator = function (configuration) {
|
|
|
3405
3312
|
// authentication OAuth2 required
|
|
3406
3313
|
// oauth required
|
|
3407
3314
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3408
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
3315
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3409
3316
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3410
3317
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3411
3318
|
return {
|
|
@@ -3615,7 +3522,7 @@ export const SceneItemOverridesApiAxiosParamCreator = function (configuration) {
|
|
|
3615
3522
|
// oauth required
|
|
3616
3523
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3617
3524
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
3618
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
3525
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3619
3526
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3620
3527
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3621
3528
|
localVarRequestOptions.data = serializeDataIfNeeded(createSceneItemOverrideRequest, localVarRequestOptions, configuration);
|
|
@@ -3646,7 +3553,7 @@ export const SceneItemOverridesApiAxiosParamCreator = function (configuration) {
|
|
|
3646
3553
|
// authentication OAuth2 required
|
|
3647
3554
|
// oauth required
|
|
3648
3555
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3649
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
3556
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3650
3557
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3651
3558
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3652
3559
|
return {
|
|
@@ -3676,7 +3583,7 @@ export const SceneItemOverridesApiAxiosParamCreator = function (configuration) {
|
|
|
3676
3583
|
// authentication OAuth2 required
|
|
3677
3584
|
// oauth required
|
|
3678
3585
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3679
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
3586
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3680
3587
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3681
3588
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3682
3589
|
return {
|
|
@@ -3710,7 +3617,7 @@ export const SceneItemOverridesApiAxiosParamCreator = function (configuration) {
|
|
|
3710
3617
|
// oauth required
|
|
3711
3618
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3712
3619
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
3713
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
3620
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3714
3621
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3715
3622
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3716
3623
|
localVarRequestOptions.data = serializeDataIfNeeded(updateSceneItemOverrideRequest, localVarRequestOptions, configuration);
|
|
@@ -3923,7 +3830,7 @@ export const SceneItemsApiAxiosParamCreator = function (configuration) {
|
|
|
3923
3830
|
// oauth required
|
|
3924
3831
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3925
3832
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
3926
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
3833
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3927
3834
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3928
3835
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3929
3836
|
localVarRequestOptions.data = serializeDataIfNeeded(createSceneItemRequest, localVarRequestOptions, configuration);
|
|
@@ -3954,7 +3861,7 @@ export const SceneItemsApiAxiosParamCreator = function (configuration) {
|
|
|
3954
3861
|
// authentication OAuth2 required
|
|
3955
3862
|
// oauth required
|
|
3956
3863
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3957
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
3864
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3958
3865
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3959
3866
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3960
3867
|
return {
|
|
@@ -3984,7 +3891,7 @@ export const SceneItemsApiAxiosParamCreator = function (configuration) {
|
|
|
3984
3891
|
// authentication OAuth2 required
|
|
3985
3892
|
// oauth required
|
|
3986
3893
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3987
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
3894
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3988
3895
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3989
3896
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3990
3897
|
return {
|
|
@@ -4014,7 +3921,7 @@ export const SceneItemsApiAxiosParamCreator = function (configuration) {
|
|
|
4014
3921
|
// authentication OAuth2 required
|
|
4015
3922
|
// oauth required
|
|
4016
3923
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4017
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
3924
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4018
3925
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4019
3926
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4020
3927
|
return {
|
|
@@ -4048,7 +3955,7 @@ export const SceneItemsApiAxiosParamCreator = function (configuration) {
|
|
|
4048
3955
|
if (fieldsSceneItem !== undefined) {
|
|
4049
3956
|
localVarQueryParameter['fields[scene-item]'] = fieldsSceneItem;
|
|
4050
3957
|
}
|
|
4051
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
3958
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4052
3959
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4053
3960
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4054
3961
|
return {
|
|
@@ -4098,7 +4005,7 @@ export const SceneItemsApiAxiosParamCreator = function (configuration) {
|
|
|
4098
4005
|
if (filterParent !== undefined) {
|
|
4099
4006
|
localVarQueryParameter['filter[parent]'] = filterParent;
|
|
4100
4007
|
}
|
|
4101
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
4008
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4102
4009
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4103
4010
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4104
4011
|
return {
|
|
@@ -4132,7 +4039,7 @@ export const SceneItemsApiAxiosParamCreator = function (configuration) {
|
|
|
4132
4039
|
// oauth required
|
|
4133
4040
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4134
4041
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
4135
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
4042
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4136
4043
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4137
4044
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4138
4045
|
localVarRequestOptions.data = serializeDataIfNeeded(updateSceneItemRequest, localVarRequestOptions, configuration);
|
|
@@ -4462,7 +4369,7 @@ export const SceneViewStatesApiAxiosParamCreator = function (configuration) {
|
|
|
4462
4369
|
// oauth required
|
|
4463
4370
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4464
4371
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
4465
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
4372
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4466
4373
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4467
4374
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4468
4375
|
localVarRequestOptions.data = serializeDataIfNeeded(createSceneViewStateRequest, localVarRequestOptions, configuration);
|
|
@@ -4493,7 +4400,7 @@ export const SceneViewStatesApiAxiosParamCreator = function (configuration) {
|
|
|
4493
4400
|
// authentication OAuth2 required
|
|
4494
4401
|
// oauth required
|
|
4495
4402
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4496
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
4403
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4497
4404
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4498
4405
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4499
4406
|
return {
|
|
@@ -4528,7 +4435,7 @@ export const SceneViewStatesApiAxiosParamCreator = function (configuration) {
|
|
|
4528
4435
|
localVarQueryParameter['fields[scene-view-state]'] =
|
|
4529
4436
|
fieldsSceneViewState;
|
|
4530
4437
|
}
|
|
4531
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
4438
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4532
4439
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4533
4440
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4534
4441
|
return {
|
|
@@ -4542,10 +4449,11 @@ export const SceneViewStatesApiAxiosParamCreator = function (configuration) {
|
|
|
4542
4449
|
* @param {string} [pageCursor] The cursor for the next page of items.
|
|
4543
4450
|
* @param {number} [pageSize] The number of items to return.
|
|
4544
4451
|
* @param {string} [fieldsSceneViewState] Comma-separated list of fields to return in response. An empty value returns no fields. `thumbnails` is only returned if explicitly requested.
|
|
4452
|
+
* @param {string} [filterId] Comma-separated list of IDs to filter on.
|
|
4545
4453
|
* @param {*} [options] Override http request option.
|
|
4546
4454
|
* @throws {RequiredError}
|
|
4547
4455
|
*/
|
|
4548
|
-
getSceneViewStates: (id, pageCursor, pageSize, fieldsSceneViewState, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
4456
|
+
getSceneViewStates: (id, pageCursor, pageSize, fieldsSceneViewState, filterId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
4549
4457
|
// verify required parameter 'id' is not null or undefined
|
|
4550
4458
|
assertParamExists('getSceneViewStates', 'id', id);
|
|
4551
4459
|
const localVarPath = `/scenes/{id}/scene-view-states`.replace(`{${'id'}}`, encodeURIComponent(String(id)));
|
|
@@ -4571,7 +4479,10 @@ export const SceneViewStatesApiAxiosParamCreator = function (configuration) {
|
|
|
4571
4479
|
localVarQueryParameter['fields[scene-view-state]'] =
|
|
4572
4480
|
fieldsSceneViewState;
|
|
4573
4481
|
}
|
|
4574
|
-
|
|
4482
|
+
if (filterId !== undefined) {
|
|
4483
|
+
localVarQueryParameter['filter[id]'] = filterId;
|
|
4484
|
+
}
|
|
4485
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4575
4486
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4576
4487
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4577
4488
|
return {
|
|
@@ -4605,7 +4516,7 @@ export const SceneViewStatesApiAxiosParamCreator = function (configuration) {
|
|
|
4605
4516
|
// oauth required
|
|
4606
4517
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4607
4518
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
4608
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
4519
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4609
4520
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4610
4521
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4611
4522
|
localVarRequestOptions.data = serializeDataIfNeeded(updateSceneViewStateRequest, localVarRequestOptions, configuration);
|
|
@@ -4667,12 +4578,13 @@ export const SceneViewStatesApiFp = function (configuration) {
|
|
|
4667
4578
|
* @param {string} [pageCursor] The cursor for the next page of items.
|
|
4668
4579
|
* @param {number} [pageSize] The number of items to return.
|
|
4669
4580
|
* @param {string} [fieldsSceneViewState] Comma-separated list of fields to return in response. An empty value returns no fields. `thumbnails` is only returned if explicitly requested.
|
|
4581
|
+
* @param {string} [filterId] Comma-separated list of IDs to filter on.
|
|
4670
4582
|
* @param {*} [options] Override http request option.
|
|
4671
4583
|
* @throws {RequiredError}
|
|
4672
4584
|
*/
|
|
4673
|
-
getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, options) {
|
|
4585
|
+
getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, filterId, options) {
|
|
4674
4586
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4675
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, options);
|
|
4587
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, filterId, options);
|
|
4676
4588
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
4677
4589
|
});
|
|
4678
4590
|
},
|
|
@@ -4739,12 +4651,13 @@ export const SceneViewStatesApiFactory = function (configuration, basePath, axio
|
|
|
4739
4651
|
* @param {string} [pageCursor] The cursor for the next page of items.
|
|
4740
4652
|
* @param {number} [pageSize] The number of items to return.
|
|
4741
4653
|
* @param {string} [fieldsSceneViewState] Comma-separated list of fields to return in response. An empty value returns no fields. `thumbnails` is only returned if explicitly requested.
|
|
4654
|
+
* @param {string} [filterId] Comma-separated list of IDs to filter on.
|
|
4742
4655
|
* @param {*} [options] Override http request option.
|
|
4743
4656
|
* @throws {RequiredError}
|
|
4744
4657
|
*/
|
|
4745
|
-
getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, options) {
|
|
4658
|
+
getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, filterId, options) {
|
|
4746
4659
|
return localVarFp
|
|
4747
|
-
.getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, options)
|
|
4660
|
+
.getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, filterId, options)
|
|
4748
4661
|
.then((request) => request(axios, basePath));
|
|
4749
4662
|
},
|
|
4750
4663
|
/**
|
|
@@ -4813,7 +4726,7 @@ export class SceneViewStatesApi extends BaseAPI {
|
|
|
4813
4726
|
*/
|
|
4814
4727
|
getSceneViewStates(requestParameters, options) {
|
|
4815
4728
|
return SceneViewStatesApiFp(this.configuration)
|
|
4816
|
-
.getSceneViewStates(requestParameters.id, requestParameters.pageCursor, requestParameters.pageSize, requestParameters.fieldsSceneViewState, options)
|
|
4729
|
+
.getSceneViewStates(requestParameters.id, requestParameters.pageCursor, requestParameters.pageSize, requestParameters.fieldsSceneViewState, requestParameters.filterId, options)
|
|
4817
4730
|
.then((request) => request(this.axios, this.basePath));
|
|
4818
4731
|
}
|
|
4819
4732
|
/**
|
|
@@ -4861,7 +4774,7 @@ export const SceneViewsApiAxiosParamCreator = function (configuration) {
|
|
|
4861
4774
|
// oauth required
|
|
4862
4775
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4863
4776
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
4864
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
4777
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4865
4778
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4866
4779
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4867
4780
|
localVarRequestOptions.data = serializeDataIfNeeded(createSceneViewRequest, localVarRequestOptions, configuration);
|
|
@@ -4892,7 +4805,7 @@ export const SceneViewsApiAxiosParamCreator = function (configuration) {
|
|
|
4892
4805
|
// authentication OAuth2 required
|
|
4893
4806
|
// oauth required
|
|
4894
4807
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4895
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
4808
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4896
4809
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4897
4810
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4898
4811
|
return {
|
|
@@ -4922,7 +4835,7 @@ export const SceneViewsApiAxiosParamCreator = function (configuration) {
|
|
|
4922
4835
|
// authentication OAuth2 required
|
|
4923
4836
|
// oauth required
|
|
4924
4837
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4925
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
4838
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4926
4839
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4927
4840
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4928
4841
|
return {
|
|
@@ -4960,7 +4873,7 @@ export const SceneViewsApiAxiosParamCreator = function (configuration) {
|
|
|
4960
4873
|
if (pageSize !== undefined) {
|
|
4961
4874
|
localVarQueryParameter['page[size]'] = pageSize;
|
|
4962
4875
|
}
|
|
4963
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
4876
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4964
4877
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4965
4878
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4966
4879
|
return {
|
|
@@ -5003,7 +4916,7 @@ export const SceneViewsApiAxiosParamCreator = function (configuration) {
|
|
|
5003
4916
|
if (include !== undefined) {
|
|
5004
4917
|
localVarQueryParameter['include'] = include;
|
|
5005
4918
|
}
|
|
5006
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
4919
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5007
4920
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5008
4921
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5009
4922
|
return {
|
|
@@ -5041,7 +4954,7 @@ export const SceneViewsApiAxiosParamCreator = function (configuration) {
|
|
|
5041
4954
|
if (width !== undefined) {
|
|
5042
4955
|
localVarQueryParameter['width'] = width;
|
|
5043
4956
|
}
|
|
5044
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
4957
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5045
4958
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5046
4959
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5047
4960
|
return {
|
|
@@ -5075,7 +4988,7 @@ export const SceneViewsApiAxiosParamCreator = function (configuration) {
|
|
|
5075
4988
|
// oauth required
|
|
5076
4989
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
5077
4990
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
5078
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
4991
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5079
4992
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5080
4993
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5081
4994
|
localVarRequestOptions.data = serializeDataIfNeeded(updateSceneViewRequest, localVarRequestOptions, configuration);
|
|
@@ -5404,7 +5317,7 @@ export const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5404
5317
|
// oauth required
|
|
5405
5318
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
5406
5319
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
5407
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
5320
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5408
5321
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5409
5322
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5410
5323
|
localVarRequestOptions.data = serializeDataIfNeeded(createSceneRequest, localVarRequestOptions, configuration);
|
|
@@ -5435,7 +5348,7 @@ export const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5435
5348
|
// authentication OAuth2 required
|
|
5436
5349
|
// oauth required
|
|
5437
5350
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
5438
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
5351
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5439
5352
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5440
5353
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5441
5354
|
return {
|
|
@@ -5465,7 +5378,7 @@ export const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5465
5378
|
// authentication OAuth2 required
|
|
5466
5379
|
// oauth required
|
|
5467
5380
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
5468
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
5381
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5469
5382
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5470
5383
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5471
5384
|
return {
|
|
@@ -5499,7 +5412,7 @@ export const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5499
5412
|
if (fieldsScene !== undefined) {
|
|
5500
5413
|
localVarQueryParameter['fields[scene]'] = fieldsScene;
|
|
5501
5414
|
}
|
|
5502
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
5415
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5503
5416
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5504
5417
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5505
5418
|
return {
|
|
@@ -5511,11 +5424,12 @@ export const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5511
5424
|
* Get `scenes`.
|
|
5512
5425
|
* @param {string} [pageCursor] The cursor for the next page of items.
|
|
5513
5426
|
* @param {number} [pageSize] The number of items to return.
|
|
5427
|
+
* @param {string} [filterName] Comma-separated list of names to filter on.
|
|
5514
5428
|
* @param {string} [filterSuppliedId] Comma-separated list of supplied IDs to filter on.
|
|
5515
5429
|
* @param {*} [options] Override http request option.
|
|
5516
5430
|
* @throws {RequiredError}
|
|
5517
5431
|
*/
|
|
5518
|
-
getScenes: (pageCursor, pageSize, filterSuppliedId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
5432
|
+
getScenes: (pageCursor, pageSize, filterName, filterSuppliedId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
5519
5433
|
const localVarPath = `/scenes`;
|
|
5520
5434
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5521
5435
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -5535,10 +5449,13 @@ export const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5535
5449
|
if (pageSize !== undefined) {
|
|
5536
5450
|
localVarQueryParameter['page[size]'] = pageSize;
|
|
5537
5451
|
}
|
|
5452
|
+
if (filterName !== undefined) {
|
|
5453
|
+
localVarQueryParameter['filter[name]'] = filterName;
|
|
5454
|
+
}
|
|
5538
5455
|
if (filterSuppliedId !== undefined) {
|
|
5539
5456
|
localVarQueryParameter['filter[suppliedId]'] = filterSuppliedId;
|
|
5540
5457
|
}
|
|
5541
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
5458
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5542
5459
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5543
5460
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5544
5461
|
return {
|
|
@@ -5576,7 +5493,7 @@ export const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5576
5493
|
if (width !== undefined) {
|
|
5577
5494
|
localVarQueryParameter['width'] = width;
|
|
5578
5495
|
}
|
|
5579
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
5496
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5580
5497
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5581
5498
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5582
5499
|
return {
|
|
@@ -5610,7 +5527,7 @@ export const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5610
5527
|
// oauth required
|
|
5611
5528
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
5612
5529
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
5613
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
5530
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5614
5531
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5615
5532
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5616
5533
|
localVarRequestOptions.data = serializeDataIfNeeded(updateSceneRequest, localVarRequestOptions, configuration);
|
|
@@ -5681,13 +5598,14 @@ export const ScenesApiFp = function (configuration) {
|
|
|
5681
5598
|
* Get `scenes`.
|
|
5682
5599
|
* @param {string} [pageCursor] The cursor for the next page of items.
|
|
5683
5600
|
* @param {number} [pageSize] The number of items to return.
|
|
5601
|
+
* @param {string} [filterName] Comma-separated list of names to filter on.
|
|
5684
5602
|
* @param {string} [filterSuppliedId] Comma-separated list of supplied IDs to filter on.
|
|
5685
5603
|
* @param {*} [options] Override http request option.
|
|
5686
5604
|
* @throws {RequiredError}
|
|
5687
5605
|
*/
|
|
5688
|
-
getScenes(pageCursor, pageSize, filterSuppliedId, options) {
|
|
5606
|
+
getScenes(pageCursor, pageSize, filterName, filterSuppliedId, options) {
|
|
5689
5607
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5690
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getScenes(pageCursor, pageSize, filterSuppliedId, options);
|
|
5608
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getScenes(pageCursor, pageSize, filterName, filterSuppliedId, options);
|
|
5691
5609
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
5692
5610
|
});
|
|
5693
5611
|
},
|
|
@@ -5776,13 +5694,14 @@ export const ScenesApiFactory = function (configuration, basePath, axios) {
|
|
|
5776
5694
|
* Get `scenes`.
|
|
5777
5695
|
* @param {string} [pageCursor] The cursor for the next page of items.
|
|
5778
5696
|
* @param {number} [pageSize] The number of items to return.
|
|
5697
|
+
* @param {string} [filterName] Comma-separated list of names to filter on.
|
|
5779
5698
|
* @param {string} [filterSuppliedId] Comma-separated list of supplied IDs to filter on.
|
|
5780
5699
|
* @param {*} [options] Override http request option.
|
|
5781
5700
|
* @throws {RequiredError}
|
|
5782
5701
|
*/
|
|
5783
|
-
getScenes(pageCursor, pageSize, filterSuppliedId, options) {
|
|
5702
|
+
getScenes(pageCursor, pageSize, filterName, filterSuppliedId, options) {
|
|
5784
5703
|
return localVarFp
|
|
5785
|
-
.getScenes(pageCursor, pageSize, filterSuppliedId, options)
|
|
5704
|
+
.getScenes(pageCursor, pageSize, filterName, filterSuppliedId, options)
|
|
5786
5705
|
.then((request) => request(axios, basePath));
|
|
5787
5706
|
},
|
|
5788
5707
|
/**
|
|
@@ -5876,7 +5795,7 @@ export class ScenesApi extends BaseAPI {
|
|
|
5876
5795
|
*/
|
|
5877
5796
|
getScenes(requestParameters = {}, options) {
|
|
5878
5797
|
return ScenesApiFp(this.configuration)
|
|
5879
|
-
.getScenes(requestParameters.pageCursor, requestParameters.pageSize, requestParameters.filterSuppliedId, options)
|
|
5798
|
+
.getScenes(requestParameters.pageCursor, requestParameters.pageSize, requestParameters.filterName, requestParameters.filterSuppliedId, options)
|
|
5880
5799
|
.then((request) => request(this.axios, this.basePath));
|
|
5881
5800
|
}
|
|
5882
5801
|
/**
|
|
@@ -5936,7 +5855,7 @@ export const StreamKeysApiAxiosParamCreator = function (configuration) {
|
|
|
5936
5855
|
// oauth required
|
|
5937
5856
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
5938
5857
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
5939
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
5858
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5940
5859
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5941
5860
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5942
5861
|
localVarRequestOptions.data = serializeDataIfNeeded(createStreamKeyRequest, localVarRequestOptions, configuration);
|
|
@@ -5967,7 +5886,7 @@ export const StreamKeysApiAxiosParamCreator = function (configuration) {
|
|
|
5967
5886
|
// authentication OAuth2 required
|
|
5968
5887
|
// oauth required
|
|
5969
5888
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
5970
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
5889
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5971
5890
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5972
5891
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5973
5892
|
return {
|
|
@@ -6006,7 +5925,7 @@ export const StreamKeysApiAxiosParamCreator = function (configuration) {
|
|
|
6006
5925
|
if (filterKey !== undefined) {
|
|
6007
5926
|
localVarQueryParameter['filter[key]'] = filterKey;
|
|
6008
5927
|
}
|
|
6009
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
5928
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6010
5929
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6011
5930
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6012
5931
|
return {
|
|
@@ -6182,7 +6101,7 @@ export const TranslationInspectionsApiAxiosParamCreator = function (configuratio
|
|
|
6182
6101
|
// oauth required
|
|
6183
6102
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6184
6103
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
6185
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
6104
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6186
6105
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6187
6106
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6188
6107
|
localVarRequestOptions.data = serializeDataIfNeeded(createTranslationInspectionRequest, localVarRequestOptions, configuration);
|
|
@@ -6213,7 +6132,7 @@ export const TranslationInspectionsApiAxiosParamCreator = function (configuratio
|
|
|
6213
6132
|
// authentication OAuth2 required
|
|
6214
6133
|
// oauth required
|
|
6215
6134
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6216
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
6135
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6217
6136
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6218
6137
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6219
6138
|
return {
|
|
@@ -6243,7 +6162,7 @@ export const TranslationInspectionsApiAxiosParamCreator = function (configuratio
|
|
|
6243
6162
|
// authentication OAuth2 required
|
|
6244
6163
|
// oauth required
|
|
6245
6164
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6246
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
6165
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6247
6166
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6248
6167
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6249
6168
|
return {
|
|
@@ -6282,7 +6201,7 @@ export const TranslationInspectionsApiAxiosParamCreator = function (configuratio
|
|
|
6282
6201
|
if (filterStatus !== undefined) {
|
|
6283
6202
|
localVarQueryParameter['filter[status]'] = filterStatus;
|
|
6284
6203
|
}
|
|
6285
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
6204
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6286
6205
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6287
6206
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6288
6207
|
return {
|
|
@@ -6491,7 +6410,7 @@ export const WebhookSubscriptionsApiAxiosParamCreator = function (configuration)
|
|
|
6491
6410
|
// oauth required
|
|
6492
6411
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6493
6412
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
6494
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
6413
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6495
6414
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6496
6415
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6497
6416
|
localVarRequestOptions.data = serializeDataIfNeeded(createWebhookSubscriptionRequest, localVarRequestOptions, configuration);
|
|
@@ -6522,7 +6441,7 @@ export const WebhookSubscriptionsApiAxiosParamCreator = function (configuration)
|
|
|
6522
6441
|
// authentication OAuth2 required
|
|
6523
6442
|
// oauth required
|
|
6524
6443
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6525
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
6444
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6526
6445
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6527
6446
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6528
6447
|
return {
|
|
@@ -6552,7 +6471,7 @@ export const WebhookSubscriptionsApiAxiosParamCreator = function (configuration)
|
|
|
6552
6471
|
// authentication OAuth2 required
|
|
6553
6472
|
// oauth required
|
|
6554
6473
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6555
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
6474
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6556
6475
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6557
6476
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6558
6477
|
return {
|
|
@@ -6587,7 +6506,7 @@ export const WebhookSubscriptionsApiAxiosParamCreator = function (configuration)
|
|
|
6587
6506
|
if (pageSize !== undefined) {
|
|
6588
6507
|
localVarQueryParameter['page[size]'] = pageSize;
|
|
6589
6508
|
}
|
|
6590
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
6509
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6591
6510
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6592
6511
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6593
6512
|
return {
|
|
@@ -6621,7 +6540,7 @@ export const WebhookSubscriptionsApiAxiosParamCreator = function (configuration)
|
|
|
6621
6540
|
// oauth required
|
|
6622
6541
|
yield setOAuthToObject(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6623
6542
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
6624
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
6543
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6625
6544
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6626
6545
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6627
6546
|
localVarRequestOptions.data = serializeDataIfNeeded(updateWebhookSubscriptionRequest, localVarRequestOptions, configuration);
|