@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/cjs/api.js
CHANGED
|
@@ -34,250 +34,109 @@ const axios_1 = __importDefault(require("axios"));
|
|
|
34
34
|
const common_1 = require("./common");
|
|
35
35
|
// @ts-ignore
|
|
36
36
|
const base_1 = require("./base");
|
|
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
|
-
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
ChangeVisibilityOperationTypeEnum["ChangeVisibility"] = "change-visibility";
|
|
85
|
-
})(ChangeVisibilityOperationTypeEnum = exports.ChangeVisibilityOperationTypeEnum || (exports.ChangeVisibilityOperationTypeEnum = {}));
|
|
86
|
-
/**
|
|
87
|
-
* @export
|
|
88
|
-
* @enum {string}
|
|
89
|
-
*/
|
|
90
|
-
var ClearMaterialOperationTypeEnum;
|
|
91
|
-
(function (ClearMaterialOperationTypeEnum) {
|
|
92
|
-
ClearMaterialOperationTypeEnum["ClearMaterial"] = "clear-material";
|
|
93
|
-
})(ClearMaterialOperationTypeEnum = exports.ClearMaterialOperationTypeEnum || (exports.ClearMaterialOperationTypeEnum = {}));
|
|
94
|
-
/**
|
|
95
|
-
* @export
|
|
96
|
-
* @enum {string}
|
|
97
|
-
*/
|
|
98
|
-
var ClearTransformOperationTypeEnum;
|
|
99
|
-
(function (ClearTransformOperationTypeEnum) {
|
|
100
|
-
ClearTransformOperationTypeEnum["ClearTransform"] = "clear-transform";
|
|
101
|
-
})(ClearTransformOperationTypeEnum = exports.ClearTransformOperationTypeEnum || (exports.ClearTransformOperationTypeEnum = {}));
|
|
102
|
-
/**
|
|
103
|
-
* @export
|
|
104
|
-
* @enum {string}
|
|
105
|
-
*/
|
|
106
|
-
var DeselectOperationTypeEnum;
|
|
107
|
-
(function (DeselectOperationTypeEnum) {
|
|
108
|
-
DeselectOperationTypeEnum["Deselect"] = "deselect";
|
|
109
|
-
})(DeselectOperationTypeEnum = exports.DeselectOperationTypeEnum || (exports.DeselectOperationTypeEnum = {}));
|
|
110
|
-
/**
|
|
111
|
-
* @export
|
|
112
|
-
* @enum {string}
|
|
113
|
-
*/
|
|
114
|
-
var FileRelationshipDataTypeEnum;
|
|
115
|
-
(function (FileRelationshipDataTypeEnum) {
|
|
116
|
-
FileRelationshipDataTypeEnum["File"] = "file";
|
|
117
|
-
})(FileRelationshipDataTypeEnum = exports.FileRelationshipDataTypeEnum || (exports.FileRelationshipDataTypeEnum = {}));
|
|
118
|
-
/**
|
|
119
|
-
* @export
|
|
120
|
-
* @enum {string}
|
|
121
|
-
*/
|
|
122
|
-
var GeometrySetRelationshipDataTypeEnum;
|
|
123
|
-
(function (GeometrySetRelationshipDataTypeEnum) {
|
|
124
|
-
GeometrySetRelationshipDataTypeEnum["GeometrySet"] = "geometry-set";
|
|
125
|
-
})(GeometrySetRelationshipDataTypeEnum = exports.GeometrySetRelationshipDataTypeEnum || (exports.GeometrySetRelationshipDataTypeEnum = {}));
|
|
126
|
-
/**
|
|
127
|
-
* @export
|
|
128
|
-
* @enum {string}
|
|
129
|
-
*/
|
|
130
|
-
var MetadataValueTypeEnum;
|
|
131
|
-
(function (MetadataValueTypeEnum) {
|
|
132
|
-
MetadataValueTypeEnum["String"] = "string";
|
|
133
|
-
MetadataValueTypeEnum["Long"] = "long";
|
|
134
|
-
MetadataValueTypeEnum["Float"] = "float";
|
|
135
|
-
MetadataValueTypeEnum["Date"] = "date";
|
|
136
|
-
MetadataValueTypeEnum["Null"] = "null";
|
|
137
|
-
})(MetadataValueTypeEnum = exports.MetadataValueTypeEnum || (exports.MetadataValueTypeEnum = {}));
|
|
138
|
-
/**
|
|
139
|
-
* @export
|
|
140
|
-
* @enum {string}
|
|
141
|
-
*/
|
|
142
|
-
var PartDataRelationshipsPartRevisionsTypeEnum;
|
|
143
|
-
(function (PartDataRelationshipsPartRevisionsTypeEnum) {
|
|
144
|
-
PartDataRelationshipsPartRevisionsTypeEnum["PartRevision"] = "part-revision";
|
|
145
|
-
})(PartDataRelationshipsPartRevisionsTypeEnum = exports.PartDataRelationshipsPartRevisionsTypeEnum || (exports.PartDataRelationshipsPartRevisionsTypeEnum = {}));
|
|
146
|
-
/**
|
|
147
|
-
* @export
|
|
148
|
-
* @enum {string}
|
|
149
|
-
*/
|
|
150
|
-
var PartRelationshipDataTypeEnum;
|
|
151
|
-
(function (PartRelationshipDataTypeEnum) {
|
|
152
|
-
PartRelationshipDataTypeEnum["Part"] = "part";
|
|
153
|
-
})(PartRelationshipDataTypeEnum = exports.PartRelationshipDataTypeEnum || (exports.PartRelationshipDataTypeEnum = {}));
|
|
37
|
+
exports.BatchOperationOpEnum = {
|
|
38
|
+
Add: 'add',
|
|
39
|
+
};
|
|
40
|
+
exports.BatchOperationRefTypeEnum = {
|
|
41
|
+
Scene: 'scene',
|
|
42
|
+
};
|
|
43
|
+
exports.CameraFitTypeEnum = {
|
|
44
|
+
FitVisibleSceneItems: 'fit-visible-scene-items',
|
|
45
|
+
Reset: 'reset',
|
|
46
|
+
};
|
|
47
|
+
exports.ChangeMaterialOperationTypeEnum = {
|
|
48
|
+
ChangeMaterial: 'change-material',
|
|
49
|
+
};
|
|
50
|
+
exports.ChangeTransformOperationTypeEnum = {
|
|
51
|
+
ChangeTransform: 'change-transform',
|
|
52
|
+
};
|
|
53
|
+
exports.ChangeVisibilityOperationTypeEnum = {
|
|
54
|
+
ChangeVisibility: 'change-visibility',
|
|
55
|
+
};
|
|
56
|
+
exports.ClearMaterialOperationTypeEnum = {
|
|
57
|
+
ClearMaterial: 'clear-material',
|
|
58
|
+
};
|
|
59
|
+
exports.ClearTransformOperationTypeEnum = {
|
|
60
|
+
ClearTransform: 'clear-transform',
|
|
61
|
+
};
|
|
62
|
+
exports.DeselectOperationTypeEnum = {
|
|
63
|
+
Deselect: 'deselect',
|
|
64
|
+
};
|
|
65
|
+
exports.FileRelationshipDataTypeEnum = {
|
|
66
|
+
File: 'file',
|
|
67
|
+
};
|
|
68
|
+
exports.GeometrySetRelationshipDataTypeEnum = {
|
|
69
|
+
GeometrySet: 'geometry-set',
|
|
70
|
+
};
|
|
71
|
+
exports.MetadataValueTypeEnum = {
|
|
72
|
+
String: 'string',
|
|
73
|
+
Long: 'long',
|
|
74
|
+
Float: 'float',
|
|
75
|
+
Date: 'date',
|
|
76
|
+
Null: 'null',
|
|
77
|
+
};
|
|
78
|
+
exports.PartDataRelationshipsPartRevisionsTypeEnum = {
|
|
79
|
+
PartRevision: 'part-revision',
|
|
80
|
+
};
|
|
81
|
+
exports.PartRelationshipDataTypeEnum = {
|
|
82
|
+
Part: 'part',
|
|
83
|
+
};
|
|
154
84
|
/**
|
|
155
85
|
* Resource object type.
|
|
156
86
|
* @export
|
|
157
87
|
* @enum {string}
|
|
158
88
|
*/
|
|
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
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
(function (SceneRelationshipDataTypeEnum) {
|
|
211
|
-
SceneRelationshipDataTypeEnum["Scene"] = "scene";
|
|
212
|
-
})(SceneRelationshipDataTypeEnum = exports.SceneRelationshipDataTypeEnum || (exports.SceneRelationshipDataTypeEnum = {}));
|
|
213
|
-
/**
|
|
214
|
-
* @export
|
|
215
|
-
* @enum {string}
|
|
216
|
-
*/
|
|
217
|
-
var SceneViewRelationshipDataTypeEnum;
|
|
218
|
-
(function (SceneViewRelationshipDataTypeEnum) {
|
|
219
|
-
SceneViewRelationshipDataTypeEnum["SceneView"] = "scene-view";
|
|
220
|
-
})(SceneViewRelationshipDataTypeEnum = exports.SceneViewRelationshipDataTypeEnum || (exports.SceneViewRelationshipDataTypeEnum = {}));
|
|
221
|
-
/**
|
|
222
|
-
* @export
|
|
223
|
-
* @enum {string}
|
|
224
|
-
*/
|
|
225
|
-
var SceneViewStateRelationshipDataTypeEnum;
|
|
226
|
-
(function (SceneViewStateRelationshipDataTypeEnum) {
|
|
227
|
-
SceneViewStateRelationshipDataTypeEnum["SceneViewState"] = "scene-view-state";
|
|
228
|
-
})(SceneViewStateRelationshipDataTypeEnum = exports.SceneViewStateRelationshipDataTypeEnum || (exports.SceneViewStateRelationshipDataTypeEnum = {}));
|
|
229
|
-
/**
|
|
230
|
-
* @export
|
|
231
|
-
* @enum {string}
|
|
232
|
-
*/
|
|
233
|
-
var SelectOperationTypeEnum;
|
|
234
|
-
(function (SelectOperationTypeEnum) {
|
|
235
|
-
SelectOperationTypeEnum["Select"] = "select";
|
|
236
|
-
})(SelectOperationTypeEnum = exports.SelectOperationTypeEnum || (exports.SelectOperationTypeEnum = {}));
|
|
237
|
-
/**
|
|
238
|
-
* @export
|
|
239
|
-
* @enum {string}
|
|
240
|
-
*/
|
|
241
|
-
var UpdateAccountRequestDataAttributesStatusEnum;
|
|
242
|
-
(function (UpdateAccountRequestDataAttributesStatusEnum) {
|
|
243
|
-
UpdateAccountRequestDataAttributesStatusEnum["Active"] = "active";
|
|
244
|
-
UpdateAccountRequestDataAttributesStatusEnum["Disabled"] = "disabled";
|
|
245
|
-
})(UpdateAccountRequestDataAttributesStatusEnum = exports.UpdateAccountRequestDataAttributesStatusEnum || (exports.UpdateAccountRequestDataAttributesStatusEnum = {}));
|
|
246
|
-
/**
|
|
247
|
-
* @export
|
|
248
|
-
* @enum {string}
|
|
249
|
-
*/
|
|
250
|
-
var UpdateSceneRequestDataAttributesStateEnum;
|
|
251
|
-
(function (UpdateSceneRequestDataAttributesStateEnum) {
|
|
252
|
-
UpdateSceneRequestDataAttributesStateEnum["Draft"] = "draft";
|
|
253
|
-
UpdateSceneRequestDataAttributesStateEnum["Commit"] = "commit";
|
|
254
|
-
})(UpdateSceneRequestDataAttributesStateEnum = exports.UpdateSceneRequestDataAttributesStateEnum || (exports.UpdateSceneRequestDataAttributesStateEnum = {}));
|
|
255
|
-
/**
|
|
256
|
-
* @export
|
|
257
|
-
* @enum {string}
|
|
258
|
-
*/
|
|
259
|
-
var UpdateWebhookSubscriptionRequestDataAttributesStatusEnum;
|
|
260
|
-
(function (UpdateWebhookSubscriptionRequestDataAttributesStatusEnum) {
|
|
261
|
-
UpdateWebhookSubscriptionRequestDataAttributesStatusEnum["Active"] = "active";
|
|
262
|
-
UpdateWebhookSubscriptionRequestDataAttributesStatusEnum["Paused"] = "paused";
|
|
263
|
-
})(UpdateWebhookSubscriptionRequestDataAttributesStatusEnum = exports.UpdateWebhookSubscriptionRequestDataAttributesStatusEnum || (exports.UpdateWebhookSubscriptionRequestDataAttributesStatusEnum = {}));
|
|
264
|
-
/**
|
|
265
|
-
* @export
|
|
266
|
-
* @enum {string}
|
|
267
|
-
*/
|
|
268
|
-
var WebhookEventDataRelationshipsOwnerDataTypeEnum;
|
|
269
|
-
(function (WebhookEventDataRelationshipsOwnerDataTypeEnum) {
|
|
270
|
-
WebhookEventDataRelationshipsOwnerDataTypeEnum["Account"] = "account";
|
|
271
|
-
})(WebhookEventDataRelationshipsOwnerDataTypeEnum = exports.WebhookEventDataRelationshipsOwnerDataTypeEnum || (exports.WebhookEventDataRelationshipsOwnerDataTypeEnum = {}));
|
|
272
|
-
/**
|
|
273
|
-
* @export
|
|
274
|
-
* @enum {string}
|
|
275
|
-
*/
|
|
276
|
-
var WebhookSubscriptionDataAttributesStatusEnum;
|
|
277
|
-
(function (WebhookSubscriptionDataAttributesStatusEnum) {
|
|
278
|
-
WebhookSubscriptionDataAttributesStatusEnum["Active"] = "active";
|
|
279
|
-
WebhookSubscriptionDataAttributesStatusEnum["Paused"] = "paused";
|
|
280
|
-
})(WebhookSubscriptionDataAttributesStatusEnum = exports.WebhookSubscriptionDataAttributesStatusEnum || (exports.WebhookSubscriptionDataAttributesStatusEnum = {}));
|
|
89
|
+
exports.QueryAll = {
|
|
90
|
+
All: 'all',
|
|
91
|
+
};
|
|
92
|
+
exports.QueryByCollectionDataTypeEnum = {
|
|
93
|
+
QueryByCollection: 'query-by-collection',
|
|
94
|
+
};
|
|
95
|
+
exports.QueryByCollectionDataAttributesTypeEnum = {
|
|
96
|
+
And: 'and',
|
|
97
|
+
Or: 'or',
|
|
98
|
+
};
|
|
99
|
+
exports.QueryByIdDataTypeEnum = {
|
|
100
|
+
QueryById: 'query-by-id',
|
|
101
|
+
};
|
|
102
|
+
exports.QueryByIdDataAttributesTypeEnum = {
|
|
103
|
+
Id: 'id',
|
|
104
|
+
SuppliedId: 'suppliedId',
|
|
105
|
+
};
|
|
106
|
+
exports.SceneItemRelationshipDataTypeEnum = {
|
|
107
|
+
SceneItem: 'scene-item',
|
|
108
|
+
};
|
|
109
|
+
exports.SceneRelationshipDataTypeEnum = {
|
|
110
|
+
Scene: 'scene',
|
|
111
|
+
};
|
|
112
|
+
exports.SceneViewRelationshipDataTypeEnum = {
|
|
113
|
+
SceneView: 'scene-view',
|
|
114
|
+
};
|
|
115
|
+
exports.SceneViewStateRelationshipDataTypeEnum = {
|
|
116
|
+
SceneViewState: 'scene-view-state',
|
|
117
|
+
};
|
|
118
|
+
exports.SelectOperationTypeEnum = {
|
|
119
|
+
Select: 'select',
|
|
120
|
+
};
|
|
121
|
+
exports.UpdateAccountRequestDataAttributesStatusEnum = {
|
|
122
|
+
Active: 'active',
|
|
123
|
+
Disabled: 'disabled',
|
|
124
|
+
};
|
|
125
|
+
exports.UpdateSceneRequestDataAttributesStateEnum = {
|
|
126
|
+
Draft: 'draft',
|
|
127
|
+
Commit: 'commit',
|
|
128
|
+
};
|
|
129
|
+
exports.UpdateWebhookSubscriptionRequestDataAttributesStatusEnum = {
|
|
130
|
+
Active: 'active',
|
|
131
|
+
Paused: 'paused',
|
|
132
|
+
};
|
|
133
|
+
exports.WebhookEventDataRelationshipsOwnerDataTypeEnum = {
|
|
134
|
+
Account: 'account',
|
|
135
|
+
};
|
|
136
|
+
exports.WebhookSubscriptionDataAttributesStatusEnum = {
|
|
137
|
+
Active: 'active',
|
|
138
|
+
Paused: 'paused',
|
|
139
|
+
};
|
|
281
140
|
/**
|
|
282
141
|
* AccountsApi - axios parameter creator
|
|
283
142
|
* @export
|
|
@@ -307,7 +166,7 @@ const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
307
166
|
// oauth required
|
|
308
167
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2Internal', ['accounts.*', 'accounts.write'], configuration);
|
|
309
168
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
310
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
169
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
311
170
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
312
171
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
313
172
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createAccountRequest, localVarRequestOptions, configuration);
|
|
@@ -342,7 +201,7 @@ const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
342
201
|
// oauth required
|
|
343
202
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2Internal', ['accounts.*', 'accounts.write'], configuration);
|
|
344
203
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
345
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
204
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
346
205
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
347
206
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
348
207
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(adminCreateApplicationRequest, localVarRequestOptions, configuration);
|
|
@@ -373,7 +232,7 @@ const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
373
232
|
// authentication OAuth2Internal required
|
|
374
233
|
// oauth required
|
|
375
234
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2Internal', ['accounts.*', 'accounts.write'], configuration);
|
|
376
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
235
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
377
236
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
378
237
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
379
238
|
return {
|
|
@@ -403,7 +262,7 @@ const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
403
262
|
// authentication OAuth2Internal required
|
|
404
263
|
// oauth required
|
|
405
264
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2Internal', ['accounts.*', 'accounts.read'], configuration);
|
|
406
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
265
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
407
266
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
408
267
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
409
268
|
return {
|
|
@@ -437,7 +296,7 @@ const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
437
296
|
// oauth required
|
|
438
297
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2Internal', ['accounts.*', 'accounts.write'], configuration);
|
|
439
298
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
440
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
299
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
441
300
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
442
301
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
443
302
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(updateAccountRequest, localVarRequestOptions, configuration);
|
|
@@ -686,7 +545,7 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
686
545
|
// oauth required
|
|
687
546
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
688
547
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
689
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
548
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
690
549
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
691
550
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
692
551
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createApplicationRequest, localVarRequestOptions, configuration);
|
|
@@ -717,7 +576,7 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
717
576
|
// authentication OAuth2 required
|
|
718
577
|
// oauth required
|
|
719
578
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
720
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
579
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
721
580
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
722
581
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
723
582
|
return {
|
|
@@ -747,7 +606,7 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
747
606
|
// authentication OAuth2 required
|
|
748
607
|
// oauth required
|
|
749
608
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
750
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
609
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
751
610
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
752
611
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
753
612
|
return {
|
|
@@ -782,7 +641,7 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
782
641
|
if (pageSize !== undefined) {
|
|
783
642
|
localVarQueryParameter['page[size]'] = pageSize;
|
|
784
643
|
}
|
|
785
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
644
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
786
645
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
787
646
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
788
647
|
return {
|
|
@@ -816,7 +675,7 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
816
675
|
// oauth required
|
|
817
676
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
818
677
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
819
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
678
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
820
679
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
821
680
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
822
681
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(updateApplicationRequest, localVarRequestOptions, configuration);
|
|
@@ -1065,7 +924,7 @@ const BatchesApiAxiosParamCreator = function (configuration) {
|
|
|
1065
924
|
// oauth required
|
|
1066
925
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1067
926
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
1068
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
927
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1069
928
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1070
929
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1071
930
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createBatchRequest, localVarRequestOptions, configuration);
|
|
@@ -1096,7 +955,7 @@ const BatchesApiAxiosParamCreator = function (configuration) {
|
|
|
1096
955
|
// authentication OAuth2 required
|
|
1097
956
|
// oauth required
|
|
1098
957
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1099
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
958
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1100
959
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1101
960
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1102
961
|
return {
|
|
@@ -1126,7 +985,7 @@ const BatchesApiAxiosParamCreator = function (configuration) {
|
|
|
1126
985
|
// authentication OAuth2 required
|
|
1127
986
|
// oauth required
|
|
1128
987
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1129
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
988
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1130
989
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1131
990
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1132
991
|
return {
|
|
@@ -1300,7 +1159,7 @@ const FilesApiAxiosParamCreator = function (configuration) {
|
|
|
1300
1159
|
// oauth required
|
|
1301
1160
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1302
1161
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
1303
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
1162
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1304
1163
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1305
1164
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1306
1165
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createFileRequest, localVarRequestOptions, configuration);
|
|
@@ -1331,7 +1190,7 @@ const FilesApiAxiosParamCreator = function (configuration) {
|
|
|
1331
1190
|
// authentication OAuth2 required
|
|
1332
1191
|
// oauth required
|
|
1333
1192
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1334
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
1193
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1335
1194
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1336
1195
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1337
1196
|
return {
|
|
@@ -1361,7 +1220,7 @@ const FilesApiAxiosParamCreator = function (configuration) {
|
|
|
1361
1220
|
// authentication OAuth2 required
|
|
1362
1221
|
// oauth required
|
|
1363
1222
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1364
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
1223
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1365
1224
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1366
1225
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1367
1226
|
return {
|
|
@@ -1400,7 +1259,7 @@ const FilesApiAxiosParamCreator = function (configuration) {
|
|
|
1400
1259
|
if (filterSuppliedId !== undefined) {
|
|
1401
1260
|
localVarQueryParameter['filter[suppliedId]'] = filterSuppliedId;
|
|
1402
1261
|
}
|
|
1403
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
1262
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1404
1263
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1405
1264
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1406
1265
|
return {
|
|
@@ -1434,7 +1293,7 @@ const FilesApiAxiosParamCreator = function (configuration) {
|
|
|
1434
1293
|
// oauth required
|
|
1435
1294
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1436
1295
|
localVarHeaderParameter['Content-Type'] = 'application/octet-stream';
|
|
1437
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
1296
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1438
1297
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1439
1298
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1440
1299
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
@@ -1685,7 +1544,7 @@ const GeometrySetsApiAxiosParamCreator = function (configuration) {
|
|
|
1685
1544
|
// oauth required
|
|
1686
1545
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1687
1546
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
1688
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
1547
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1689
1548
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1690
1549
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1691
1550
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createGeometrySetRequest, localVarRequestOptions, configuration);
|
|
@@ -1716,7 +1575,7 @@ const GeometrySetsApiAxiosParamCreator = function (configuration) {
|
|
|
1716
1575
|
// authentication OAuth2 required
|
|
1717
1576
|
// oauth required
|
|
1718
1577
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1719
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
1578
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1720
1579
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1721
1580
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1722
1581
|
return {
|
|
@@ -1751,7 +1610,7 @@ const GeometrySetsApiAxiosParamCreator = function (configuration) {
|
|
|
1751
1610
|
if (pageSize !== undefined) {
|
|
1752
1611
|
localVarQueryParameter['page[size]'] = pageSize;
|
|
1753
1612
|
}
|
|
1754
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
1613
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1755
1614
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1756
1615
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1757
1616
|
return {
|
|
@@ -1938,7 +1797,7 @@ const HitsApiAxiosParamCreator = function (configuration) {
|
|
|
1938
1797
|
localVarQueryParameter['fields[part-revision]'] = fieldsPartRevision;
|
|
1939
1798
|
}
|
|
1940
1799
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
1941
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
1800
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1942
1801
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1943
1802
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1944
1803
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createHitRequest, localVarRequestOptions, configuration);
|
|
@@ -1981,7 +1840,7 @@ const HitsApiAxiosParamCreator = function (configuration) {
|
|
|
1981
1840
|
localVarQueryParameter['fields[part-revision]'] = fieldsPartRevision;
|
|
1982
1841
|
}
|
|
1983
1842
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
1984
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
1843
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1985
1844
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1986
1845
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1987
1846
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createHitRequest, localVarRequestOptions, configuration);
|
|
@@ -2137,7 +1996,7 @@ const Oauth2ApiAxiosParamCreator = function (configuration) {
|
|
|
2137
1996
|
localVarQueryParameter['challenge'] = challenge;
|
|
2138
1997
|
}
|
|
2139
1998
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
2140
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
1999
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2141
2000
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2142
2001
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2143
2002
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(adminConsentAcceptRequest, localVarRequestOptions, configuration);
|
|
@@ -2175,7 +2034,7 @@ const Oauth2ApiAxiosParamCreator = function (configuration) {
|
|
|
2175
2034
|
localVarQueryParameter['login_challenge'] = loginChallenge;
|
|
2176
2035
|
}
|
|
2177
2036
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
2178
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
2037
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2179
2038
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2180
2039
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2181
2040
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(adminLoginAcceptRequest, localVarRequestOptions, configuration);
|
|
@@ -2228,7 +2087,7 @@ const Oauth2ApiAxiosParamCreator = function (configuration) {
|
|
|
2228
2087
|
}
|
|
2229
2088
|
localVarHeaderParameter['Content-Type'] =
|
|
2230
2089
|
'application/x-www-form-urlencoded';
|
|
2231
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
2090
|
+
(0, common_1.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 = localVarFormParams.toString();
|
|
@@ -2260,7 +2119,7 @@ const Oauth2ApiAxiosParamCreator = function (configuration) {
|
|
|
2260
2119
|
// http basic authentication required
|
|
2261
2120
|
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
2262
2121
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
2263
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
2122
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2264
2123
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2265
2124
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2266
2125
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(revokeOAuth2TokenRequest, localVarRequestOptions, configuration);
|
|
@@ -2481,7 +2340,7 @@ const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2481
2340
|
// authentication OAuth2 required
|
|
2482
2341
|
// oauth required
|
|
2483
2342
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
2484
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
2343
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2485
2344
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2486
2345
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2487
2346
|
return {
|
|
@@ -2515,7 +2374,7 @@ const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2515
2374
|
if (fieldsPartRevision !== undefined) {
|
|
2516
2375
|
localVarQueryParameter['fields[part-revision]'] = fieldsPartRevision;
|
|
2517
2376
|
}
|
|
2518
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
2377
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2519
2378
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2520
2379
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2521
2380
|
return {
|
|
@@ -2557,7 +2416,7 @@ const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2557
2416
|
if (filterSuppliedId !== undefined) {
|
|
2558
2417
|
localVarQueryParameter['filter[suppliedId]'] = filterSuppliedId;
|
|
2559
2418
|
}
|
|
2560
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
2419
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2561
2420
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2562
2421
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2563
2422
|
return {
|
|
@@ -2587,7 +2446,7 @@ const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2587
2446
|
// authentication OAuth2 required
|
|
2588
2447
|
// oauth required
|
|
2589
2448
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
2590
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
2449
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2591
2450
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2592
2451
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2593
2452
|
return {
|
|
@@ -2603,10 +2462,17 @@ const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2603
2462
|
* @param {Vector3} [cameraPosition] The `camera` position vector.
|
|
2604
2463
|
* @param {Vector3} [cameraUp] The `camera` up vector.
|
|
2605
2464
|
* @param {Vector3} [cameraLookAt] The `camera` lookAt vector.
|
|
2465
|
+
* @param {Vector3} [cameraPerspectivePosition] The perspective camera position.
|
|
2466
|
+
* @param {Vector3} [cameraPerspectiveLookAt] The perspective camera look at position.
|
|
2467
|
+
* @param {Vector3} [cameraPerspectiveUp] The perspective camera up vector.
|
|
2468
|
+
* @param {Vector3} [cameraOrthographicViewVector] The orthographic camera view vector.
|
|
2469
|
+
* @param {Vector3} [cameraOrthographicLookAt] The orthographic camera look at position.
|
|
2470
|
+
* @param {Vector3} [cameraOrthographicUp] The orthographic camera up vector.
|
|
2471
|
+
* @param {number} [cameraOrthographicFovHeight] The orthographic field-of-view height.
|
|
2606
2472
|
* @param {*} [options] Override http request option.
|
|
2607
2473
|
* @throws {RequiredError}
|
|
2608
2474
|
*/
|
|
2609
|
-
renderPartRevision: (id, height, width, cameraPosition, cameraUp, cameraLookAt, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2475
|
+
renderPartRevision: (id, height, width, cameraPosition, cameraUp, cameraLookAt, cameraPerspectivePosition, cameraPerspectiveLookAt, cameraPerspectiveUp, cameraOrthographicViewVector, cameraOrthographicLookAt, cameraOrthographicUp, cameraOrthographicFovHeight, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2610
2476
|
// verify required parameter 'id' is not null or undefined
|
|
2611
2477
|
(0, common_1.assertParamExists)('renderPartRevision', 'id', id);
|
|
2612
2478
|
const localVarPath = `/part-revisions/{id}/image`.replace(`{${'id'}}`, encodeURIComponent(String(id)));
|
|
@@ -2637,7 +2503,34 @@ const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2637
2503
|
if (cameraLookAt !== undefined) {
|
|
2638
2504
|
localVarQueryParameter['camera[lookAt]'] = cameraLookAt;
|
|
2639
2505
|
}
|
|
2640
|
-
|
|
2506
|
+
if (cameraPerspectivePosition !== undefined) {
|
|
2507
|
+
localVarQueryParameter['camera[perspective][position]'] =
|
|
2508
|
+
cameraPerspectivePosition;
|
|
2509
|
+
}
|
|
2510
|
+
if (cameraPerspectiveLookAt !== undefined) {
|
|
2511
|
+
localVarQueryParameter['camera[perspective][lookAt]'] =
|
|
2512
|
+
cameraPerspectiveLookAt;
|
|
2513
|
+
}
|
|
2514
|
+
if (cameraPerspectiveUp !== undefined) {
|
|
2515
|
+
localVarQueryParameter['camera[perspective][up]'] = cameraPerspectiveUp;
|
|
2516
|
+
}
|
|
2517
|
+
if (cameraOrthographicViewVector !== undefined) {
|
|
2518
|
+
localVarQueryParameter['camera[orthographic][viewVector]'] =
|
|
2519
|
+
cameraOrthographicViewVector;
|
|
2520
|
+
}
|
|
2521
|
+
if (cameraOrthographicLookAt !== undefined) {
|
|
2522
|
+
localVarQueryParameter['camera[orthographic][lookAt]'] =
|
|
2523
|
+
cameraOrthographicLookAt;
|
|
2524
|
+
}
|
|
2525
|
+
if (cameraOrthographicUp !== undefined) {
|
|
2526
|
+
localVarQueryParameter['camera[orthographic][up]'] =
|
|
2527
|
+
cameraOrthographicUp;
|
|
2528
|
+
}
|
|
2529
|
+
if (cameraOrthographicFovHeight !== undefined) {
|
|
2530
|
+
localVarQueryParameter['camera[orthographic][fovHeight]'] =
|
|
2531
|
+
cameraOrthographicFovHeight;
|
|
2532
|
+
}
|
|
2533
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2641
2534
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2642
2535
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2643
2536
|
return {
|
|
@@ -2671,7 +2564,7 @@ const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2671
2564
|
// oauth required
|
|
2672
2565
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
2673
2566
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
2674
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
2567
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2675
2568
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2676
2569
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2677
2570
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(updatePartRevisionRequest, localVarRequestOptions, configuration);
|
|
@@ -2750,12 +2643,19 @@ const PartRevisionsApiFp = function (configuration) {
|
|
|
2750
2643
|
* @param {Vector3} [cameraPosition] The `camera` position vector.
|
|
2751
2644
|
* @param {Vector3} [cameraUp] The `camera` up vector.
|
|
2752
2645
|
* @param {Vector3} [cameraLookAt] The `camera` lookAt vector.
|
|
2646
|
+
* @param {Vector3} [cameraPerspectivePosition] The perspective camera position.
|
|
2647
|
+
* @param {Vector3} [cameraPerspectiveLookAt] The perspective camera look at position.
|
|
2648
|
+
* @param {Vector3} [cameraPerspectiveUp] The perspective camera up vector.
|
|
2649
|
+
* @param {Vector3} [cameraOrthographicViewVector] The orthographic camera view vector.
|
|
2650
|
+
* @param {Vector3} [cameraOrthographicLookAt] The orthographic camera look at position.
|
|
2651
|
+
* @param {Vector3} [cameraOrthographicUp] The orthographic camera up vector.
|
|
2652
|
+
* @param {number} [cameraOrthographicFovHeight] The orthographic field-of-view height.
|
|
2753
2653
|
* @param {*} [options] Override http request option.
|
|
2754
2654
|
* @throws {RequiredError}
|
|
2755
2655
|
*/
|
|
2756
|
-
renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, options) {
|
|
2656
|
+
renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, cameraPerspectivePosition, cameraPerspectiveLookAt, cameraPerspectiveUp, cameraOrthographicViewVector, cameraOrthographicLookAt, cameraOrthographicUp, cameraOrthographicFovHeight, options) {
|
|
2757
2657
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2758
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, options);
|
|
2658
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, cameraPerspectivePosition, cameraPerspectiveLookAt, cameraPerspectiveUp, cameraOrthographicViewVector, cameraOrthographicLookAt, cameraOrthographicUp, cameraOrthographicFovHeight, options);
|
|
2759
2659
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2760
2660
|
});
|
|
2761
2661
|
},
|
|
@@ -2838,12 +2738,19 @@ const PartRevisionsApiFactory = function (configuration, basePath, axios) {
|
|
|
2838
2738
|
* @param {Vector3} [cameraPosition] The `camera` position vector.
|
|
2839
2739
|
* @param {Vector3} [cameraUp] The `camera` up vector.
|
|
2840
2740
|
* @param {Vector3} [cameraLookAt] The `camera` lookAt vector.
|
|
2741
|
+
* @param {Vector3} [cameraPerspectivePosition] The perspective camera position.
|
|
2742
|
+
* @param {Vector3} [cameraPerspectiveLookAt] The perspective camera look at position.
|
|
2743
|
+
* @param {Vector3} [cameraPerspectiveUp] The perspective camera up vector.
|
|
2744
|
+
* @param {Vector3} [cameraOrthographicViewVector] The orthographic camera view vector.
|
|
2745
|
+
* @param {Vector3} [cameraOrthographicLookAt] The orthographic camera look at position.
|
|
2746
|
+
* @param {Vector3} [cameraOrthographicUp] The orthographic camera up vector.
|
|
2747
|
+
* @param {number} [cameraOrthographicFovHeight] The orthographic field-of-view height.
|
|
2841
2748
|
* @param {*} [options] Override http request option.
|
|
2842
2749
|
* @throws {RequiredError}
|
|
2843
2750
|
*/
|
|
2844
|
-
renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, options) {
|
|
2751
|
+
renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, cameraPerspectivePosition, cameraPerspectiveLookAt, cameraPerspectiveUp, cameraOrthographicViewVector, cameraOrthographicLookAt, cameraOrthographicUp, cameraOrthographicFovHeight, options) {
|
|
2845
2752
|
return localVarFp
|
|
2846
|
-
.renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, options)
|
|
2753
|
+
.renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, cameraPerspectivePosition, cameraPerspectiveLookAt, cameraPerspectiveUp, cameraOrthographicViewVector, cameraOrthographicLookAt, cameraOrthographicUp, cameraOrthographicFovHeight, options)
|
|
2847
2754
|
.then((request) => request(axios, basePath));
|
|
2848
2755
|
},
|
|
2849
2756
|
/**
|
|
@@ -2925,7 +2832,7 @@ class PartRevisionsApi extends base_1.BaseAPI {
|
|
|
2925
2832
|
*/
|
|
2926
2833
|
renderPartRevision(requestParameters, options) {
|
|
2927
2834
|
return (0, exports.PartRevisionsApiFp)(this.configuration)
|
|
2928
|
-
.renderPartRevision(requestParameters.id, requestParameters.height, requestParameters.width, requestParameters.cameraPosition, requestParameters.cameraUp, requestParameters.cameraLookAt, options)
|
|
2835
|
+
.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)
|
|
2929
2836
|
.then((request) => request(this.axios, this.basePath));
|
|
2930
2837
|
}
|
|
2931
2838
|
/**
|
|
@@ -2971,7 +2878,7 @@ const PartsApiAxiosParamCreator = function (configuration) {
|
|
|
2971
2878
|
// oauth required
|
|
2972
2879
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
2973
2880
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
2974
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
2881
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2975
2882
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2976
2883
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2977
2884
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createPartRequest, localVarRequestOptions, configuration);
|
|
@@ -3002,7 +2909,7 @@ const PartsApiAxiosParamCreator = function (configuration) {
|
|
|
3002
2909
|
// authentication OAuth2 required
|
|
3003
2910
|
// oauth required
|
|
3004
2911
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3005
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
2912
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3006
2913
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3007
2914
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3008
2915
|
return {
|
|
@@ -3036,7 +2943,7 @@ const PartsApiAxiosParamCreator = function (configuration) {
|
|
|
3036
2943
|
if (include !== undefined) {
|
|
3037
2944
|
localVarQueryParameter['include'] = include;
|
|
3038
2945
|
}
|
|
3039
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
2946
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3040
2947
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3041
2948
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3042
2949
|
return {
|
|
@@ -3075,7 +2982,7 @@ const PartsApiAxiosParamCreator = function (configuration) {
|
|
|
3075
2982
|
if (filterSuppliedId !== undefined) {
|
|
3076
2983
|
localVarQueryParameter['filter[suppliedId]'] = filterSuppliedId;
|
|
3077
2984
|
}
|
|
3078
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
2985
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3079
2986
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3080
2987
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3081
2988
|
return {
|
|
@@ -3105,7 +3012,7 @@ const PartsApiAxiosParamCreator = function (configuration) {
|
|
|
3105
3012
|
// authentication OAuth2 required
|
|
3106
3013
|
// oauth required
|
|
3107
3014
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3108
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
3015
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3109
3016
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3110
3017
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3111
3018
|
return {
|
|
@@ -3358,7 +3265,7 @@ const SceneAlterationsApiAxiosParamCreator = function (configuration) {
|
|
|
3358
3265
|
// oauth required
|
|
3359
3266
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3360
3267
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
3361
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
3268
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3362
3269
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3363
3270
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3364
3271
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createSceneAlterationRequest, localVarRequestOptions, configuration);
|
|
@@ -3389,7 +3296,7 @@ const SceneAlterationsApiAxiosParamCreator = function (configuration) {
|
|
|
3389
3296
|
// authentication OAuth2 required
|
|
3390
3297
|
// oauth required
|
|
3391
3298
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3392
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
3299
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3393
3300
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3394
3301
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3395
3302
|
return {
|
|
@@ -3419,7 +3326,7 @@ const SceneAlterationsApiAxiosParamCreator = function (configuration) {
|
|
|
3419
3326
|
// authentication OAuth2 required
|
|
3420
3327
|
// oauth required
|
|
3421
3328
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3422
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
3329
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3423
3330
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3424
3331
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3425
3332
|
return {
|
|
@@ -3449,7 +3356,7 @@ const SceneAlterationsApiAxiosParamCreator = function (configuration) {
|
|
|
3449
3356
|
// authentication OAuth2 required
|
|
3450
3357
|
// oauth required
|
|
3451
3358
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3452
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
3359
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3453
3360
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3454
3361
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3455
3362
|
return {
|
|
@@ -3663,7 +3570,7 @@ const SceneItemOverridesApiAxiosParamCreator = function (configuration) {
|
|
|
3663
3570
|
// oauth required
|
|
3664
3571
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3665
3572
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
3666
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
3573
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3667
3574
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3668
3575
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3669
3576
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createSceneItemOverrideRequest, localVarRequestOptions, configuration);
|
|
@@ -3694,7 +3601,7 @@ const SceneItemOverridesApiAxiosParamCreator = function (configuration) {
|
|
|
3694
3601
|
// authentication OAuth2 required
|
|
3695
3602
|
// oauth required
|
|
3696
3603
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3697
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
3604
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3698
3605
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3699
3606
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3700
3607
|
return {
|
|
@@ -3724,7 +3631,7 @@ const SceneItemOverridesApiAxiosParamCreator = function (configuration) {
|
|
|
3724
3631
|
// authentication OAuth2 required
|
|
3725
3632
|
// oauth required
|
|
3726
3633
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3727
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
3634
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3728
3635
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3729
3636
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3730
3637
|
return {
|
|
@@ -3758,7 +3665,7 @@ const SceneItemOverridesApiAxiosParamCreator = function (configuration) {
|
|
|
3758
3665
|
// oauth required
|
|
3759
3666
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3760
3667
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
3761
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
3668
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3762
3669
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3763
3670
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3764
3671
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(updateSceneItemOverrideRequest, localVarRequestOptions, configuration);
|
|
@@ -3975,7 +3882,7 @@ const SceneItemsApiAxiosParamCreator = function (configuration) {
|
|
|
3975
3882
|
// oauth required
|
|
3976
3883
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
3977
3884
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
3978
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
3885
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3979
3886
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3980
3887
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3981
3888
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createSceneItemRequest, localVarRequestOptions, configuration);
|
|
@@ -4006,7 +3913,7 @@ const SceneItemsApiAxiosParamCreator = function (configuration) {
|
|
|
4006
3913
|
// authentication OAuth2 required
|
|
4007
3914
|
// oauth required
|
|
4008
3915
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4009
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
3916
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4010
3917
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4011
3918
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4012
3919
|
return {
|
|
@@ -4036,7 +3943,7 @@ const SceneItemsApiAxiosParamCreator = function (configuration) {
|
|
|
4036
3943
|
// authentication OAuth2 required
|
|
4037
3944
|
// oauth required
|
|
4038
3945
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4039
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
3946
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4040
3947
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4041
3948
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4042
3949
|
return {
|
|
@@ -4066,7 +3973,7 @@ const SceneItemsApiAxiosParamCreator = function (configuration) {
|
|
|
4066
3973
|
// authentication OAuth2 required
|
|
4067
3974
|
// oauth required
|
|
4068
3975
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4069
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
3976
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4070
3977
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4071
3978
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4072
3979
|
return {
|
|
@@ -4100,7 +4007,7 @@ const SceneItemsApiAxiosParamCreator = function (configuration) {
|
|
|
4100
4007
|
if (fieldsSceneItem !== undefined) {
|
|
4101
4008
|
localVarQueryParameter['fields[scene-item]'] = fieldsSceneItem;
|
|
4102
4009
|
}
|
|
4103
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
4010
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4104
4011
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4105
4012
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4106
4013
|
return {
|
|
@@ -4150,7 +4057,7 @@ const SceneItemsApiAxiosParamCreator = function (configuration) {
|
|
|
4150
4057
|
if (filterParent !== undefined) {
|
|
4151
4058
|
localVarQueryParameter['filter[parent]'] = filterParent;
|
|
4152
4059
|
}
|
|
4153
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
4060
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4154
4061
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4155
4062
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4156
4063
|
return {
|
|
@@ -4184,7 +4091,7 @@ const SceneItemsApiAxiosParamCreator = function (configuration) {
|
|
|
4184
4091
|
// oauth required
|
|
4185
4092
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4186
4093
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
4187
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
4094
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4188
4095
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4189
4096
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4190
4097
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(updateSceneItemRequest, localVarRequestOptions, configuration);
|
|
@@ -4518,7 +4425,7 @@ const SceneViewStatesApiAxiosParamCreator = function (configuration) {
|
|
|
4518
4425
|
// oauth required
|
|
4519
4426
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4520
4427
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
4521
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
4428
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4522
4429
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4523
4430
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4524
4431
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createSceneViewStateRequest, localVarRequestOptions, configuration);
|
|
@@ -4549,7 +4456,7 @@ const SceneViewStatesApiAxiosParamCreator = function (configuration) {
|
|
|
4549
4456
|
// authentication OAuth2 required
|
|
4550
4457
|
// oauth required
|
|
4551
4458
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4552
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
4459
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4553
4460
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4554
4461
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4555
4462
|
return {
|
|
@@ -4584,7 +4491,7 @@ const SceneViewStatesApiAxiosParamCreator = function (configuration) {
|
|
|
4584
4491
|
localVarQueryParameter['fields[scene-view-state]'] =
|
|
4585
4492
|
fieldsSceneViewState;
|
|
4586
4493
|
}
|
|
4587
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
4494
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4588
4495
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4589
4496
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4590
4497
|
return {
|
|
@@ -4598,10 +4505,11 @@ const SceneViewStatesApiAxiosParamCreator = function (configuration) {
|
|
|
4598
4505
|
* @param {string} [pageCursor] The cursor for the next page of items.
|
|
4599
4506
|
* @param {number} [pageSize] The number of items to return.
|
|
4600
4507
|
* @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.
|
|
4508
|
+
* @param {string} [filterId] Comma-separated list of IDs to filter on.
|
|
4601
4509
|
* @param {*} [options] Override http request option.
|
|
4602
4510
|
* @throws {RequiredError}
|
|
4603
4511
|
*/
|
|
4604
|
-
getSceneViewStates: (id, pageCursor, pageSize, fieldsSceneViewState, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
4512
|
+
getSceneViewStates: (id, pageCursor, pageSize, fieldsSceneViewState, filterId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
4605
4513
|
// verify required parameter 'id' is not null or undefined
|
|
4606
4514
|
(0, common_1.assertParamExists)('getSceneViewStates', 'id', id);
|
|
4607
4515
|
const localVarPath = `/scenes/{id}/scene-view-states`.replace(`{${'id'}}`, encodeURIComponent(String(id)));
|
|
@@ -4627,7 +4535,10 @@ const SceneViewStatesApiAxiosParamCreator = function (configuration) {
|
|
|
4627
4535
|
localVarQueryParameter['fields[scene-view-state]'] =
|
|
4628
4536
|
fieldsSceneViewState;
|
|
4629
4537
|
}
|
|
4630
|
-
|
|
4538
|
+
if (filterId !== undefined) {
|
|
4539
|
+
localVarQueryParameter['filter[id]'] = filterId;
|
|
4540
|
+
}
|
|
4541
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4631
4542
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4632
4543
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4633
4544
|
return {
|
|
@@ -4661,7 +4572,7 @@ const SceneViewStatesApiAxiosParamCreator = function (configuration) {
|
|
|
4661
4572
|
// oauth required
|
|
4662
4573
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4663
4574
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
4664
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
4575
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4665
4576
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4666
4577
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4667
4578
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(updateSceneViewStateRequest, localVarRequestOptions, configuration);
|
|
@@ -4724,12 +4635,13 @@ const SceneViewStatesApiFp = function (configuration) {
|
|
|
4724
4635
|
* @param {string} [pageCursor] The cursor for the next page of items.
|
|
4725
4636
|
* @param {number} [pageSize] The number of items to return.
|
|
4726
4637
|
* @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.
|
|
4638
|
+
* @param {string} [filterId] Comma-separated list of IDs to filter on.
|
|
4727
4639
|
* @param {*} [options] Override http request option.
|
|
4728
4640
|
* @throws {RequiredError}
|
|
4729
4641
|
*/
|
|
4730
|
-
getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, options) {
|
|
4642
|
+
getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, filterId, options) {
|
|
4731
4643
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4732
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, options);
|
|
4644
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, filterId, options);
|
|
4733
4645
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
4734
4646
|
});
|
|
4735
4647
|
},
|
|
@@ -4797,12 +4709,13 @@ const SceneViewStatesApiFactory = function (configuration, basePath, axios) {
|
|
|
4797
4709
|
* @param {string} [pageCursor] The cursor for the next page of items.
|
|
4798
4710
|
* @param {number} [pageSize] The number of items to return.
|
|
4799
4711
|
* @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.
|
|
4712
|
+
* @param {string} [filterId] Comma-separated list of IDs to filter on.
|
|
4800
4713
|
* @param {*} [options] Override http request option.
|
|
4801
4714
|
* @throws {RequiredError}
|
|
4802
4715
|
*/
|
|
4803
|
-
getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, options) {
|
|
4716
|
+
getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, filterId, options) {
|
|
4804
4717
|
return localVarFp
|
|
4805
|
-
.getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, options)
|
|
4718
|
+
.getSceneViewStates(id, pageCursor, pageSize, fieldsSceneViewState, filterId, options)
|
|
4806
4719
|
.then((request) => request(axios, basePath));
|
|
4807
4720
|
},
|
|
4808
4721
|
/**
|
|
@@ -4872,7 +4785,7 @@ class SceneViewStatesApi extends base_1.BaseAPI {
|
|
|
4872
4785
|
*/
|
|
4873
4786
|
getSceneViewStates(requestParameters, options) {
|
|
4874
4787
|
return (0, exports.SceneViewStatesApiFp)(this.configuration)
|
|
4875
|
-
.getSceneViewStates(requestParameters.id, requestParameters.pageCursor, requestParameters.pageSize, requestParameters.fieldsSceneViewState, options)
|
|
4788
|
+
.getSceneViewStates(requestParameters.id, requestParameters.pageCursor, requestParameters.pageSize, requestParameters.fieldsSceneViewState, requestParameters.filterId, options)
|
|
4876
4789
|
.then((request) => request(this.axios, this.basePath));
|
|
4877
4790
|
}
|
|
4878
4791
|
/**
|
|
@@ -4921,7 +4834,7 @@ const SceneViewsApiAxiosParamCreator = function (configuration) {
|
|
|
4921
4834
|
// oauth required
|
|
4922
4835
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4923
4836
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
4924
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
4837
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4925
4838
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4926
4839
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4927
4840
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createSceneViewRequest, localVarRequestOptions, configuration);
|
|
@@ -4952,7 +4865,7 @@ const SceneViewsApiAxiosParamCreator = function (configuration) {
|
|
|
4952
4865
|
// authentication OAuth2 required
|
|
4953
4866
|
// oauth required
|
|
4954
4867
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4955
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
4868
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4956
4869
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4957
4870
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4958
4871
|
return {
|
|
@@ -4982,7 +4895,7 @@ const SceneViewsApiAxiosParamCreator = function (configuration) {
|
|
|
4982
4895
|
// authentication OAuth2 required
|
|
4983
4896
|
// oauth required
|
|
4984
4897
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
4985
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
4898
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4986
4899
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4987
4900
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4988
4901
|
return {
|
|
@@ -5020,7 +4933,7 @@ const SceneViewsApiAxiosParamCreator = function (configuration) {
|
|
|
5020
4933
|
if (pageSize !== undefined) {
|
|
5021
4934
|
localVarQueryParameter['page[size]'] = pageSize;
|
|
5022
4935
|
}
|
|
5023
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
4936
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5024
4937
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5025
4938
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5026
4939
|
return {
|
|
@@ -5063,7 +4976,7 @@ const SceneViewsApiAxiosParamCreator = function (configuration) {
|
|
|
5063
4976
|
if (include !== undefined) {
|
|
5064
4977
|
localVarQueryParameter['include'] = include;
|
|
5065
4978
|
}
|
|
5066
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
4979
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5067
4980
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5068
4981
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5069
4982
|
return {
|
|
@@ -5101,7 +5014,7 @@ const SceneViewsApiAxiosParamCreator = function (configuration) {
|
|
|
5101
5014
|
if (width !== undefined) {
|
|
5102
5015
|
localVarQueryParameter['width'] = width;
|
|
5103
5016
|
}
|
|
5104
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
5017
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5105
5018
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5106
5019
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5107
5020
|
return {
|
|
@@ -5135,7 +5048,7 @@ const SceneViewsApiAxiosParamCreator = function (configuration) {
|
|
|
5135
5048
|
// oauth required
|
|
5136
5049
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
5137
5050
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
5138
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
5051
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5139
5052
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5140
5053
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5141
5054
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(updateSceneViewRequest, localVarRequestOptions, configuration);
|
|
@@ -5468,7 +5381,7 @@ const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5468
5381
|
// oauth required
|
|
5469
5382
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
5470
5383
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
5471
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
5384
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5472
5385
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5473
5386
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5474
5387
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createSceneRequest, localVarRequestOptions, configuration);
|
|
@@ -5499,7 +5412,7 @@ const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5499
5412
|
// authentication OAuth2 required
|
|
5500
5413
|
// oauth required
|
|
5501
5414
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
5502
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
5415
|
+
(0, common_1.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 {
|
|
@@ -5529,7 +5442,7 @@ const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5529
5442
|
// authentication OAuth2 required
|
|
5530
5443
|
// oauth required
|
|
5531
5444
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
5532
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
5445
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5533
5446
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5534
5447
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5535
5448
|
return {
|
|
@@ -5563,7 +5476,7 @@ const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5563
5476
|
if (fieldsScene !== undefined) {
|
|
5564
5477
|
localVarQueryParameter['fields[scene]'] = fieldsScene;
|
|
5565
5478
|
}
|
|
5566
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
5479
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5567
5480
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5568
5481
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5569
5482
|
return {
|
|
@@ -5575,11 +5488,12 @@ const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5575
5488
|
* Get `scenes`.
|
|
5576
5489
|
* @param {string} [pageCursor] The cursor for the next page of items.
|
|
5577
5490
|
* @param {number} [pageSize] The number of items to return.
|
|
5491
|
+
* @param {string} [filterName] Comma-separated list of names to filter on.
|
|
5578
5492
|
* @param {string} [filterSuppliedId] Comma-separated list of supplied IDs to filter on.
|
|
5579
5493
|
* @param {*} [options] Override http request option.
|
|
5580
5494
|
* @throws {RequiredError}
|
|
5581
5495
|
*/
|
|
5582
|
-
getScenes: (pageCursor, pageSize, filterSuppliedId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
5496
|
+
getScenes: (pageCursor, pageSize, filterName, filterSuppliedId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
5583
5497
|
const localVarPath = `/scenes`;
|
|
5584
5498
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5585
5499
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -5599,10 +5513,13 @@ const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5599
5513
|
if (pageSize !== undefined) {
|
|
5600
5514
|
localVarQueryParameter['page[size]'] = pageSize;
|
|
5601
5515
|
}
|
|
5516
|
+
if (filterName !== undefined) {
|
|
5517
|
+
localVarQueryParameter['filter[name]'] = filterName;
|
|
5518
|
+
}
|
|
5602
5519
|
if (filterSuppliedId !== undefined) {
|
|
5603
5520
|
localVarQueryParameter['filter[suppliedId]'] = filterSuppliedId;
|
|
5604
5521
|
}
|
|
5605
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
5522
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5606
5523
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5607
5524
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5608
5525
|
return {
|
|
@@ -5640,7 +5557,7 @@ const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5640
5557
|
if (width !== undefined) {
|
|
5641
5558
|
localVarQueryParameter['width'] = width;
|
|
5642
5559
|
}
|
|
5643
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
5560
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5644
5561
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5645
5562
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5646
5563
|
return {
|
|
@@ -5674,7 +5591,7 @@ const ScenesApiAxiosParamCreator = function (configuration) {
|
|
|
5674
5591
|
// oauth required
|
|
5675
5592
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
5676
5593
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
5677
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
5594
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5678
5595
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5679
5596
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5680
5597
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(updateSceneRequest, localVarRequestOptions, configuration);
|
|
@@ -5746,13 +5663,14 @@ const ScenesApiFp = function (configuration) {
|
|
|
5746
5663
|
* Get `scenes`.
|
|
5747
5664
|
* @param {string} [pageCursor] The cursor for the next page of items.
|
|
5748
5665
|
* @param {number} [pageSize] The number of items to return.
|
|
5666
|
+
* @param {string} [filterName] Comma-separated list of names to filter on.
|
|
5749
5667
|
* @param {string} [filterSuppliedId] Comma-separated list of supplied IDs to filter on.
|
|
5750
5668
|
* @param {*} [options] Override http request option.
|
|
5751
5669
|
* @throws {RequiredError}
|
|
5752
5670
|
*/
|
|
5753
|
-
getScenes(pageCursor, pageSize, filterSuppliedId, options) {
|
|
5671
|
+
getScenes(pageCursor, pageSize, filterName, filterSuppliedId, options) {
|
|
5754
5672
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5755
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getScenes(pageCursor, pageSize, filterSuppliedId, options);
|
|
5673
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getScenes(pageCursor, pageSize, filterName, filterSuppliedId, options);
|
|
5756
5674
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
5757
5675
|
});
|
|
5758
5676
|
},
|
|
@@ -5842,13 +5760,14 @@ const ScenesApiFactory = function (configuration, basePath, axios) {
|
|
|
5842
5760
|
* Get `scenes`.
|
|
5843
5761
|
* @param {string} [pageCursor] The cursor for the next page of items.
|
|
5844
5762
|
* @param {number} [pageSize] The number of items to return.
|
|
5763
|
+
* @param {string} [filterName] Comma-separated list of names to filter on.
|
|
5845
5764
|
* @param {string} [filterSuppliedId] Comma-separated list of supplied IDs to filter on.
|
|
5846
5765
|
* @param {*} [options] Override http request option.
|
|
5847
5766
|
* @throws {RequiredError}
|
|
5848
5767
|
*/
|
|
5849
|
-
getScenes(pageCursor, pageSize, filterSuppliedId, options) {
|
|
5768
|
+
getScenes(pageCursor, pageSize, filterName, filterSuppliedId, options) {
|
|
5850
5769
|
return localVarFp
|
|
5851
|
-
.getScenes(pageCursor, pageSize, filterSuppliedId, options)
|
|
5770
|
+
.getScenes(pageCursor, pageSize, filterName, filterSuppliedId, options)
|
|
5852
5771
|
.then((request) => request(axios, basePath));
|
|
5853
5772
|
},
|
|
5854
5773
|
/**
|
|
@@ -5943,7 +5862,7 @@ class ScenesApi extends base_1.BaseAPI {
|
|
|
5943
5862
|
*/
|
|
5944
5863
|
getScenes(requestParameters = {}, options) {
|
|
5945
5864
|
return (0, exports.ScenesApiFp)(this.configuration)
|
|
5946
|
-
.getScenes(requestParameters.pageCursor, requestParameters.pageSize, requestParameters.filterSuppliedId, options)
|
|
5865
|
+
.getScenes(requestParameters.pageCursor, requestParameters.pageSize, requestParameters.filterName, requestParameters.filterSuppliedId, options)
|
|
5947
5866
|
.then((request) => request(this.axios, this.basePath));
|
|
5948
5867
|
}
|
|
5949
5868
|
/**
|
|
@@ -6004,7 +5923,7 @@ const StreamKeysApiAxiosParamCreator = function (configuration) {
|
|
|
6004
5923
|
// oauth required
|
|
6005
5924
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6006
5925
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
6007
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
5926
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6008
5927
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6009
5928
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6010
5929
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createStreamKeyRequest, localVarRequestOptions, configuration);
|
|
@@ -6035,7 +5954,7 @@ const StreamKeysApiAxiosParamCreator = function (configuration) {
|
|
|
6035
5954
|
// authentication OAuth2 required
|
|
6036
5955
|
// oauth required
|
|
6037
5956
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6038
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
5957
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6039
5958
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6040
5959
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6041
5960
|
return {
|
|
@@ -6074,7 +5993,7 @@ const StreamKeysApiAxiosParamCreator = function (configuration) {
|
|
|
6074
5993
|
if (filterKey !== undefined) {
|
|
6075
5994
|
localVarQueryParameter['filter[key]'] = filterKey;
|
|
6076
5995
|
}
|
|
6077
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
5996
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6078
5997
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6079
5998
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6080
5999
|
return {
|
|
@@ -6254,7 +6173,7 @@ const TranslationInspectionsApiAxiosParamCreator = function (configuration) {
|
|
|
6254
6173
|
// oauth required
|
|
6255
6174
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6256
6175
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
6257
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
6176
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6258
6177
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6259
6178
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6260
6179
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createTranslationInspectionRequest, localVarRequestOptions, configuration);
|
|
@@ -6285,7 +6204,7 @@ const TranslationInspectionsApiAxiosParamCreator = function (configuration) {
|
|
|
6285
6204
|
// authentication OAuth2 required
|
|
6286
6205
|
// oauth required
|
|
6287
6206
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6288
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
6207
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6289
6208
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6290
6209
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6291
6210
|
return {
|
|
@@ -6315,7 +6234,7 @@ const TranslationInspectionsApiAxiosParamCreator = function (configuration) {
|
|
|
6315
6234
|
// authentication OAuth2 required
|
|
6316
6235
|
// oauth required
|
|
6317
6236
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6318
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
6237
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6319
6238
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6320
6239
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6321
6240
|
return {
|
|
@@ -6354,7 +6273,7 @@ const TranslationInspectionsApiAxiosParamCreator = function (configuration) {
|
|
|
6354
6273
|
if (filterStatus !== undefined) {
|
|
6355
6274
|
localVarQueryParameter['filter[status]'] = filterStatus;
|
|
6356
6275
|
}
|
|
6357
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
6276
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6358
6277
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6359
6278
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6360
6279
|
return {
|
|
@@ -6567,7 +6486,7 @@ const WebhookSubscriptionsApiAxiosParamCreator = function (configuration) {
|
|
|
6567
6486
|
// oauth required
|
|
6568
6487
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6569
6488
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
6570
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
6489
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6571
6490
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6572
6491
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6573
6492
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createWebhookSubscriptionRequest, localVarRequestOptions, configuration);
|
|
@@ -6598,7 +6517,7 @@ const WebhookSubscriptionsApiAxiosParamCreator = function (configuration) {
|
|
|
6598
6517
|
// authentication OAuth2 required
|
|
6599
6518
|
// oauth required
|
|
6600
6519
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6601
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
6520
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6602
6521
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6603
6522
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6604
6523
|
return {
|
|
@@ -6628,7 +6547,7 @@ const WebhookSubscriptionsApiAxiosParamCreator = function (configuration) {
|
|
|
6628
6547
|
// authentication OAuth2 required
|
|
6629
6548
|
// oauth required
|
|
6630
6549
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6631
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
6550
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6632
6551
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6633
6552
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6634
6553
|
return {
|
|
@@ -6663,7 +6582,7 @@ const WebhookSubscriptionsApiAxiosParamCreator = function (configuration) {
|
|
|
6663
6582
|
if (pageSize !== undefined) {
|
|
6664
6583
|
localVarQueryParameter['page[size]'] = pageSize;
|
|
6665
6584
|
}
|
|
6666
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
6585
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6667
6586
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6668
6587
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6669
6588
|
return {
|
|
@@ -6697,7 +6616,7 @@ const WebhookSubscriptionsApiAxiosParamCreator = function (configuration) {
|
|
|
6697
6616
|
// oauth required
|
|
6698
6617
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
6699
6618
|
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
6700
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
6619
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6701
6620
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6702
6621
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6703
6622
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(updateWebhookSubscriptionRequest, localVarRequestOptions, configuration);
|