@vertexvis/api-client-node 0.15.6 → 0.17.1
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 +647 -248
- package/dist/cjs/api.js +393 -248
- package/dist/cjs/client/helpers/exports.d.ts +15 -0
- package/dist/cjs/client/helpers/exports.js +39 -0
- package/dist/cjs/client/helpers/index.d.ts +1 -0
- package/dist/cjs/client/helpers/index.js +1 -0
- package/dist/cjs/client/version.d.ts +1 -1
- package/dist/cjs/client/version.js +1 -1
- package/dist/cjs/client/vertex-client.d.ts +2 -1
- package/dist/cjs/client/vertex-client.js +1 -0
- package/dist/esm/api.d.ts +647 -248
- package/dist/esm/api.js +386 -245
- package/dist/esm/client/helpers/exports.d.ts +15 -0
- package/dist/esm/client/helpers/exports.js +35 -0
- package/dist/esm/client/helpers/index.d.ts +1 -0
- package/dist/esm/client/helpers/index.js +1 -0
- package/dist/esm/client/version.d.ts +1 -1
- package/dist/esm/client/version.js +1 -1
- package/dist/esm/client/vertex-client.d.ts +2 -1
- package/dist/esm/client/vertex-client.js +2 -1
- package/package.json +1 -1
package/dist/cjs/api.js
CHANGED
|
@@ -25,259 +25,121 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
25
25
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26
26
|
};
|
|
27
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
-
exports.
|
|
29
|
-
exports.
|
|
30
|
-
exports.WebhookSubscriptionsApi = void 0;
|
|
28
|
+
exports.FilesApi = exports.FilesApiFactory = exports.FilesApiFp = exports.FilesApiAxiosParamCreator = exports.ExportsApi = exports.ExportsApiFactory = exports.ExportsApiFp = exports.ExportsApiAxiosParamCreator = exports.BatchesApi = exports.BatchesApiFactory = exports.BatchesApiFp = exports.BatchesApiAxiosParamCreator = exports.ApplicationsApi = exports.ApplicationsApiFactory = exports.ApplicationsApiFp = exports.ApplicationsApiAxiosParamCreator = exports.AccountsApi = exports.AccountsApiFactory = exports.AccountsApiFp = exports.AccountsApiAxiosParamCreator = exports.WebhookSubscriptionDataAttributesStatusEnum = exports.WebhookEventDataRelationshipsOwnerDataTypeEnum = exports.UpdateWebhookSubscriptionRequestDataAttributesStatusEnum = exports.UpdateSceneRequestDataAttributesStateEnum = exports.UpdateAccountRequestDataAttributesStatusEnum = exports.SelectOperationTypeEnum = exports.SceneViewStateRelationshipDataTypeEnum = exports.SceneViewRelationshipDataTypeEnum = exports.SceneRelationshipDataTypeEnum = exports.SceneItemRelationshipDataTypeEnum = exports.QueryByIdDataAttributesTypeEnum = exports.QueryByIdDataTypeEnum = exports.QueryByCollectionDataAttributesTypeEnum = exports.QueryByCollectionDataTypeEnum = exports.QueryAll = exports.PartRelationshipDataTypeEnum = exports.PartDataRelationshipsPartRevisionsTypeEnum = exports.MetadataValueTypeEnum = exports.GeometrySetRelationshipDataTypeEnum = exports.FileRelationshipDataTypeEnum = exports.ExportRelationshipDataTypeEnum = exports.DeselectOperationTypeEnum = exports.ClearTransformOperationTypeEnum = exports.ClearMaterialOperationTypeEnum = exports.ChangeVisibilityOperationTypeEnum = exports.ChangeTransformOperationTypeEnum = exports.ChangeMaterialOperationTypeEnum = exports.CameraFitTypeEnum = exports.BatchOperationRefTypeEnum = exports.BatchOperationOpEnum = void 0;
|
|
29
|
+
exports.TranslationInspectionsApiFp = exports.TranslationInspectionsApiAxiosParamCreator = exports.StreamKeysApi = exports.StreamKeysApiFactory = exports.StreamKeysApiFp = exports.StreamKeysApiAxiosParamCreator = exports.ScenesApi = exports.ScenesApiFactory = exports.ScenesApiFp = exports.ScenesApiAxiosParamCreator = exports.SceneViewsApi = exports.SceneViewsApiFactory = exports.SceneViewsApiFp = exports.SceneViewsApiAxiosParamCreator = exports.SceneViewStatesApi = exports.SceneViewStatesApiFactory = exports.SceneViewStatesApiFp = exports.SceneViewStatesApiAxiosParamCreator = exports.SceneItemsApi = exports.SceneItemsApiFactory = exports.SceneItemsApiFp = exports.SceneItemsApiAxiosParamCreator = exports.SceneItemOverridesApi = exports.SceneItemOverridesApiFactory = exports.SceneItemOverridesApiFp = exports.SceneItemOverridesApiAxiosParamCreator = exports.SceneAlterationsApi = exports.SceneAlterationsApiFactory = exports.SceneAlterationsApiFp = exports.SceneAlterationsApiAxiosParamCreator = exports.PartsApi = exports.PartsApiFactory = exports.PartsApiFp = exports.PartsApiAxiosParamCreator = exports.PartRevisionsApi = exports.PartRevisionsApiFactory = exports.PartRevisionsApiFp = exports.PartRevisionsApiAxiosParamCreator = exports.Oauth2Api = exports.Oauth2ApiFactory = exports.Oauth2ApiFp = exports.Oauth2ApiAxiosParamCreator = exports.HitsApi = exports.HitsApiFactory = exports.HitsApiFp = exports.HitsApiAxiosParamCreator = exports.GeometrySetsApi = exports.GeometrySetsApiFactory = exports.GeometrySetsApiFp = exports.GeometrySetsApiAxiosParamCreator = void 0;
|
|
30
|
+
exports.WebhookSubscriptionsApi = exports.WebhookSubscriptionsApiFactory = exports.WebhookSubscriptionsApiFp = exports.WebhookSubscriptionsApiAxiosParamCreator = exports.TranslationInspectionsApi = exports.TranslationInspectionsApiFactory = void 0;
|
|
31
31
|
const axios_1 = __importDefault(require("axios"));
|
|
32
32
|
// Some imports not used depending on template conditions
|
|
33
33
|
// @ts-ignore
|
|
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
|
-
|
|
85
|
-
|
|
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.ExportRelationshipDataTypeEnum = {
|
|
66
|
+
Scene: 'scene',
|
|
67
|
+
};
|
|
68
|
+
exports.FileRelationshipDataTypeEnum = {
|
|
69
|
+
File: 'file',
|
|
70
|
+
};
|
|
71
|
+
exports.GeometrySetRelationshipDataTypeEnum = {
|
|
72
|
+
GeometrySet: 'geometry-set',
|
|
73
|
+
};
|
|
74
|
+
exports.MetadataValueTypeEnum = {
|
|
75
|
+
String: 'string',
|
|
76
|
+
Long: 'long',
|
|
77
|
+
Float: 'float',
|
|
78
|
+
Date: 'date',
|
|
79
|
+
Null: 'null',
|
|
80
|
+
};
|
|
81
|
+
exports.PartDataRelationshipsPartRevisionsTypeEnum = {
|
|
82
|
+
PartRevision: 'part-revision',
|
|
83
|
+
};
|
|
84
|
+
exports.PartRelationshipDataTypeEnum = {
|
|
85
|
+
Part: 'part',
|
|
86
|
+
};
|
|
154
87
|
/**
|
|
155
88
|
* Resource object type.
|
|
156
89
|
* @export
|
|
157
90
|
* @enum {string}
|
|
158
91
|
*/
|
|
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 = {}));
|
|
92
|
+
exports.QueryAll = {
|
|
93
|
+
All: 'all',
|
|
94
|
+
};
|
|
95
|
+
exports.QueryByCollectionDataTypeEnum = {
|
|
96
|
+
QueryByCollection: 'query-by-collection',
|
|
97
|
+
};
|
|
98
|
+
exports.QueryByCollectionDataAttributesTypeEnum = {
|
|
99
|
+
And: 'and',
|
|
100
|
+
Or: 'or',
|
|
101
|
+
};
|
|
102
|
+
exports.QueryByIdDataTypeEnum = {
|
|
103
|
+
QueryById: 'query-by-id',
|
|
104
|
+
};
|
|
105
|
+
exports.QueryByIdDataAttributesTypeEnum = {
|
|
106
|
+
Id: 'id',
|
|
107
|
+
SuppliedId: 'suppliedId',
|
|
108
|
+
};
|
|
109
|
+
exports.SceneItemRelationshipDataTypeEnum = {
|
|
110
|
+
SceneItem: 'scene-item',
|
|
111
|
+
};
|
|
112
|
+
exports.SceneRelationshipDataTypeEnum = {
|
|
113
|
+
Scene: 'scene',
|
|
114
|
+
};
|
|
115
|
+
exports.SceneViewRelationshipDataTypeEnum = {
|
|
116
|
+
SceneView: 'scene-view',
|
|
117
|
+
};
|
|
118
|
+
exports.SceneViewStateRelationshipDataTypeEnum = {
|
|
119
|
+
SceneViewState: 'scene-view-state',
|
|
120
|
+
};
|
|
121
|
+
exports.SelectOperationTypeEnum = {
|
|
122
|
+
Select: 'select',
|
|
123
|
+
};
|
|
124
|
+
exports.UpdateAccountRequestDataAttributesStatusEnum = {
|
|
125
|
+
Active: 'active',
|
|
126
|
+
Disabled: 'disabled',
|
|
127
|
+
};
|
|
128
|
+
exports.UpdateSceneRequestDataAttributesStateEnum = {
|
|
129
|
+
Draft: 'draft',
|
|
130
|
+
Commit: 'commit',
|
|
131
|
+
};
|
|
132
|
+
exports.UpdateWebhookSubscriptionRequestDataAttributesStatusEnum = {
|
|
133
|
+
Active: 'active',
|
|
134
|
+
Paused: 'paused',
|
|
135
|
+
};
|
|
136
|
+
exports.WebhookEventDataRelationshipsOwnerDataTypeEnum = {
|
|
137
|
+
Account: 'account',
|
|
138
|
+
};
|
|
139
|
+
exports.WebhookSubscriptionDataAttributesStatusEnum = {
|
|
140
|
+
Active: 'active',
|
|
141
|
+
Paused: 'paused',
|
|
142
|
+
};
|
|
281
143
|
/**
|
|
282
144
|
* AccountsApi - axios parameter creator
|
|
283
145
|
* @export
|
|
@@ -1271,6 +1133,241 @@ class BatchesApi extends base_1.BaseAPI {
|
|
|
1271
1133
|
}
|
|
1272
1134
|
}
|
|
1273
1135
|
exports.BatchesApi = BatchesApi;
|
|
1136
|
+
/**
|
|
1137
|
+
* ExportsApi - axios parameter creator
|
|
1138
|
+
* @export
|
|
1139
|
+
*/
|
|
1140
|
+
const ExportsApiAxiosParamCreator = function (configuration) {
|
|
1141
|
+
return {
|
|
1142
|
+
/**
|
|
1143
|
+
* Create an `export`. This API is asynchronous, returning the location of a `queued-export`. Check the status via the getQueuedExport API.
|
|
1144
|
+
* @param {CreateExportRequest} createExportRequest
|
|
1145
|
+
* @param {*} [options] Override http request option.
|
|
1146
|
+
* @throws {RequiredError}
|
|
1147
|
+
*/
|
|
1148
|
+
createExport: (createExportRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1149
|
+
// verify required parameter 'createExportRequest' is not null or undefined
|
|
1150
|
+
(0, common_1.assertParamExists)('createExport', 'createExportRequest', createExportRequest);
|
|
1151
|
+
const localVarPath = `/exports`;
|
|
1152
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1153
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1154
|
+
let baseOptions;
|
|
1155
|
+
if (configuration) {
|
|
1156
|
+
baseOptions = configuration.baseOptions;
|
|
1157
|
+
}
|
|
1158
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1159
|
+
const localVarHeaderParameter = {};
|
|
1160
|
+
const localVarQueryParameter = {};
|
|
1161
|
+
// authentication OAuth2 required
|
|
1162
|
+
// oauth required
|
|
1163
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1164
|
+
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
1165
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1166
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1167
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1168
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createExportRequest, localVarRequestOptions, configuration);
|
|
1169
|
+
return {
|
|
1170
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1171
|
+
options: localVarRequestOptions,
|
|
1172
|
+
};
|
|
1173
|
+
}),
|
|
1174
|
+
/**
|
|
1175
|
+
* Get an `export` by ID.
|
|
1176
|
+
* @param {string} id The `export` ID.
|
|
1177
|
+
* @param {*} [options] Override http request option.
|
|
1178
|
+
* @throws {RequiredError}
|
|
1179
|
+
*/
|
|
1180
|
+
getExport: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1181
|
+
// verify required parameter 'id' is not null or undefined
|
|
1182
|
+
(0, common_1.assertParamExists)('getExport', 'id', id);
|
|
1183
|
+
const localVarPath = `/exports/{id}`.replace(`{${'id'}}`, encodeURIComponent(String(id)));
|
|
1184
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1185
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1186
|
+
let baseOptions;
|
|
1187
|
+
if (configuration) {
|
|
1188
|
+
baseOptions = configuration.baseOptions;
|
|
1189
|
+
}
|
|
1190
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1191
|
+
const localVarHeaderParameter = {};
|
|
1192
|
+
const localVarQueryParameter = {};
|
|
1193
|
+
// authentication OAuth2 required
|
|
1194
|
+
// oauth required
|
|
1195
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1196
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1197
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1198
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1199
|
+
return {
|
|
1200
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1201
|
+
options: localVarRequestOptions,
|
|
1202
|
+
};
|
|
1203
|
+
}),
|
|
1204
|
+
/**
|
|
1205
|
+
* Get a `queued-export`. The response is either the status if `running` or `error` or, upon completion, redirects to the created `export`.
|
|
1206
|
+
* @param {string} id The `queued-export` ID.
|
|
1207
|
+
* @param {*} [options] Override http request option.
|
|
1208
|
+
* @throws {RequiredError}
|
|
1209
|
+
*/
|
|
1210
|
+
getQueuedExport: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1211
|
+
// verify required parameter 'id' is not null or undefined
|
|
1212
|
+
(0, common_1.assertParamExists)('getQueuedExport', 'id', id);
|
|
1213
|
+
const localVarPath = `/queued-exports/{id}`.replace(`{${'id'}}`, encodeURIComponent(String(id)));
|
|
1214
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1215
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1216
|
+
let baseOptions;
|
|
1217
|
+
if (configuration) {
|
|
1218
|
+
baseOptions = configuration.baseOptions;
|
|
1219
|
+
}
|
|
1220
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1221
|
+
const localVarHeaderParameter = {};
|
|
1222
|
+
const localVarQueryParameter = {};
|
|
1223
|
+
// authentication OAuth2 required
|
|
1224
|
+
// oauth required
|
|
1225
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'OAuth2', [], configuration);
|
|
1226
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1227
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1228
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1229
|
+
return {
|
|
1230
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1231
|
+
options: localVarRequestOptions,
|
|
1232
|
+
};
|
|
1233
|
+
}),
|
|
1234
|
+
};
|
|
1235
|
+
};
|
|
1236
|
+
exports.ExportsApiAxiosParamCreator = ExportsApiAxiosParamCreator;
|
|
1237
|
+
/**
|
|
1238
|
+
* ExportsApi - functional programming interface
|
|
1239
|
+
* @export
|
|
1240
|
+
*/
|
|
1241
|
+
const ExportsApiFp = function (configuration) {
|
|
1242
|
+
const localVarAxiosParamCreator = (0, exports.ExportsApiAxiosParamCreator)(configuration);
|
|
1243
|
+
return {
|
|
1244
|
+
/**
|
|
1245
|
+
* Create an `export`. This API is asynchronous, returning the location of a `queued-export`. Check the status via the getQueuedExport API.
|
|
1246
|
+
* @param {CreateExportRequest} createExportRequest
|
|
1247
|
+
* @param {*} [options] Override http request option.
|
|
1248
|
+
* @throws {RequiredError}
|
|
1249
|
+
*/
|
|
1250
|
+
createExport(createExportRequest, options) {
|
|
1251
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1252
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.createExport(createExportRequest, options);
|
|
1253
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1254
|
+
});
|
|
1255
|
+
},
|
|
1256
|
+
/**
|
|
1257
|
+
* Get an `export` by ID.
|
|
1258
|
+
* @param {string} id The `export` ID.
|
|
1259
|
+
* @param {*} [options] Override http request option.
|
|
1260
|
+
* @throws {RequiredError}
|
|
1261
|
+
*/
|
|
1262
|
+
getExport(id, options) {
|
|
1263
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1264
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getExport(id, options);
|
|
1265
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1266
|
+
});
|
|
1267
|
+
},
|
|
1268
|
+
/**
|
|
1269
|
+
* Get a `queued-export`. The response is either the status if `running` or `error` or, upon completion, redirects to the created `export`.
|
|
1270
|
+
* @param {string} id The `queued-export` ID.
|
|
1271
|
+
* @param {*} [options] Override http request option.
|
|
1272
|
+
* @throws {RequiredError}
|
|
1273
|
+
*/
|
|
1274
|
+
getQueuedExport(id, options) {
|
|
1275
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1276
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getQueuedExport(id, options);
|
|
1277
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1278
|
+
});
|
|
1279
|
+
},
|
|
1280
|
+
};
|
|
1281
|
+
};
|
|
1282
|
+
exports.ExportsApiFp = ExportsApiFp;
|
|
1283
|
+
/**
|
|
1284
|
+
* ExportsApi - factory interface
|
|
1285
|
+
* @export
|
|
1286
|
+
*/
|
|
1287
|
+
const ExportsApiFactory = function (configuration, basePath, axios) {
|
|
1288
|
+
const localVarFp = (0, exports.ExportsApiFp)(configuration);
|
|
1289
|
+
return {
|
|
1290
|
+
/**
|
|
1291
|
+
* Create an `export`. This API is asynchronous, returning the location of a `queued-export`. Check the status via the getQueuedExport API.
|
|
1292
|
+
* @param {CreateExportRequest} createExportRequest
|
|
1293
|
+
* @param {*} [options] Override http request option.
|
|
1294
|
+
* @throws {RequiredError}
|
|
1295
|
+
*/
|
|
1296
|
+
createExport(createExportRequest, options) {
|
|
1297
|
+
return localVarFp
|
|
1298
|
+
.createExport(createExportRequest, options)
|
|
1299
|
+
.then((request) => request(axios, basePath));
|
|
1300
|
+
},
|
|
1301
|
+
/**
|
|
1302
|
+
* Get an `export` by ID.
|
|
1303
|
+
* @param {string} id The `export` ID.
|
|
1304
|
+
* @param {*} [options] Override http request option.
|
|
1305
|
+
* @throws {RequiredError}
|
|
1306
|
+
*/
|
|
1307
|
+
getExport(id, options) {
|
|
1308
|
+
return localVarFp
|
|
1309
|
+
.getExport(id, options)
|
|
1310
|
+
.then((request) => request(axios, basePath));
|
|
1311
|
+
},
|
|
1312
|
+
/**
|
|
1313
|
+
* Get a `queued-export`. The response is either the status if `running` or `error` or, upon completion, redirects to the created `export`.
|
|
1314
|
+
* @param {string} id The `queued-export` ID.
|
|
1315
|
+
* @param {*} [options] Override http request option.
|
|
1316
|
+
* @throws {RequiredError}
|
|
1317
|
+
*/
|
|
1318
|
+
getQueuedExport(id, options) {
|
|
1319
|
+
return localVarFp
|
|
1320
|
+
.getQueuedExport(id, options)
|
|
1321
|
+
.then((request) => request(axios, basePath));
|
|
1322
|
+
},
|
|
1323
|
+
};
|
|
1324
|
+
};
|
|
1325
|
+
exports.ExportsApiFactory = ExportsApiFactory;
|
|
1326
|
+
/**
|
|
1327
|
+
* ExportsApi - object-oriented interface
|
|
1328
|
+
* @export
|
|
1329
|
+
* @class ExportsApi
|
|
1330
|
+
* @extends {BaseAPI}
|
|
1331
|
+
*/
|
|
1332
|
+
class ExportsApi extends base_1.BaseAPI {
|
|
1333
|
+
/**
|
|
1334
|
+
* Create an `export`. This API is asynchronous, returning the location of a `queued-export`. Check the status via the getQueuedExport API.
|
|
1335
|
+
* @param {ExportsApiCreateExportRequest} requestParameters Request parameters.
|
|
1336
|
+
* @param {*} [options] Override http request option.
|
|
1337
|
+
* @throws {RequiredError}
|
|
1338
|
+
* @memberof ExportsApi
|
|
1339
|
+
*/
|
|
1340
|
+
createExport(requestParameters, options) {
|
|
1341
|
+
return (0, exports.ExportsApiFp)(this.configuration)
|
|
1342
|
+
.createExport(requestParameters.createExportRequest, options)
|
|
1343
|
+
.then((request) => request(this.axios, this.basePath));
|
|
1344
|
+
}
|
|
1345
|
+
/**
|
|
1346
|
+
* Get an `export` by ID.
|
|
1347
|
+
* @param {ExportsApiGetExportRequest} requestParameters Request parameters.
|
|
1348
|
+
* @param {*} [options] Override http request option.
|
|
1349
|
+
* @throws {RequiredError}
|
|
1350
|
+
* @memberof ExportsApi
|
|
1351
|
+
*/
|
|
1352
|
+
getExport(requestParameters, options) {
|
|
1353
|
+
return (0, exports.ExportsApiFp)(this.configuration)
|
|
1354
|
+
.getExport(requestParameters.id, options)
|
|
1355
|
+
.then((request) => request(this.axios, this.basePath));
|
|
1356
|
+
}
|
|
1357
|
+
/**
|
|
1358
|
+
* Get a `queued-export`. The response is either the status if `running` or `error` or, upon completion, redirects to the created `export`.
|
|
1359
|
+
* @param {ExportsApiGetQueuedExportRequest} requestParameters Request parameters.
|
|
1360
|
+
* @param {*} [options] Override http request option.
|
|
1361
|
+
* @throws {RequiredError}
|
|
1362
|
+
* @memberof ExportsApi
|
|
1363
|
+
*/
|
|
1364
|
+
getQueuedExport(requestParameters, options) {
|
|
1365
|
+
return (0, exports.ExportsApiFp)(this.configuration)
|
|
1366
|
+
.getQueuedExport(requestParameters.id, options)
|
|
1367
|
+
.then((request) => request(this.axios, this.basePath));
|
|
1368
|
+
}
|
|
1369
|
+
}
|
|
1370
|
+
exports.ExportsApi = ExportsApi;
|
|
1274
1371
|
/**
|
|
1275
1372
|
* FilesApi - axios parameter creator
|
|
1276
1373
|
* @export
|
|
@@ -2603,10 +2700,17 @@ const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2603
2700
|
* @param {Vector3} [cameraPosition] The `camera` position vector.
|
|
2604
2701
|
* @param {Vector3} [cameraUp] The `camera` up vector.
|
|
2605
2702
|
* @param {Vector3} [cameraLookAt] The `camera` lookAt vector.
|
|
2703
|
+
* @param {Vector3} [cameraPerspectivePosition] The perspective camera position.
|
|
2704
|
+
* @param {Vector3} [cameraPerspectiveLookAt] The perspective camera look at position.
|
|
2705
|
+
* @param {Vector3} [cameraPerspectiveUp] The perspective camera up vector.
|
|
2706
|
+
* @param {Vector3} [cameraOrthographicViewVector] The orthographic camera view vector.
|
|
2707
|
+
* @param {Vector3} [cameraOrthographicLookAt] The orthographic camera look at position.
|
|
2708
|
+
* @param {Vector3} [cameraOrthographicUp] The orthographic camera up vector.
|
|
2709
|
+
* @param {number} [cameraOrthographicFovHeight] The orthographic field-of-view height.
|
|
2606
2710
|
* @param {*} [options] Override http request option.
|
|
2607
2711
|
* @throws {RequiredError}
|
|
2608
2712
|
*/
|
|
2609
|
-
renderPartRevision: (id, height, width, cameraPosition, cameraUp, cameraLookAt, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2713
|
+
renderPartRevision: (id, height, width, cameraPosition, cameraUp, cameraLookAt, cameraPerspectivePosition, cameraPerspectiveLookAt, cameraPerspectiveUp, cameraOrthographicViewVector, cameraOrthographicLookAt, cameraOrthographicUp, cameraOrthographicFovHeight, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2610
2714
|
// verify required parameter 'id' is not null or undefined
|
|
2611
2715
|
(0, common_1.assertParamExists)('renderPartRevision', 'id', id);
|
|
2612
2716
|
const localVarPath = `/part-revisions/{id}/image`.replace(`{${'id'}}`, encodeURIComponent(String(id)));
|
|
@@ -2637,6 +2741,33 @@ const PartRevisionsApiAxiosParamCreator = function (configuration) {
|
|
|
2637
2741
|
if (cameraLookAt !== undefined) {
|
|
2638
2742
|
localVarQueryParameter['camera[lookAt]'] = cameraLookAt;
|
|
2639
2743
|
}
|
|
2744
|
+
if (cameraPerspectivePosition !== undefined) {
|
|
2745
|
+
localVarQueryParameter['camera[perspective][position]'] =
|
|
2746
|
+
cameraPerspectivePosition;
|
|
2747
|
+
}
|
|
2748
|
+
if (cameraPerspectiveLookAt !== undefined) {
|
|
2749
|
+
localVarQueryParameter['camera[perspective][lookAt]'] =
|
|
2750
|
+
cameraPerspectiveLookAt;
|
|
2751
|
+
}
|
|
2752
|
+
if (cameraPerspectiveUp !== undefined) {
|
|
2753
|
+
localVarQueryParameter['camera[perspective][up]'] = cameraPerspectiveUp;
|
|
2754
|
+
}
|
|
2755
|
+
if (cameraOrthographicViewVector !== undefined) {
|
|
2756
|
+
localVarQueryParameter['camera[orthographic][viewVector]'] =
|
|
2757
|
+
cameraOrthographicViewVector;
|
|
2758
|
+
}
|
|
2759
|
+
if (cameraOrthographicLookAt !== undefined) {
|
|
2760
|
+
localVarQueryParameter['camera[orthographic][lookAt]'] =
|
|
2761
|
+
cameraOrthographicLookAt;
|
|
2762
|
+
}
|
|
2763
|
+
if (cameraOrthographicUp !== undefined) {
|
|
2764
|
+
localVarQueryParameter['camera[orthographic][up]'] =
|
|
2765
|
+
cameraOrthographicUp;
|
|
2766
|
+
}
|
|
2767
|
+
if (cameraOrthographicFovHeight !== undefined) {
|
|
2768
|
+
localVarQueryParameter['camera[orthographic][fovHeight]'] =
|
|
2769
|
+
cameraOrthographicFovHeight;
|
|
2770
|
+
}
|
|
2640
2771
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2641
2772
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2642
2773
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2750,12 +2881,19 @@ const PartRevisionsApiFp = function (configuration) {
|
|
|
2750
2881
|
* @param {Vector3} [cameraPosition] The `camera` position vector.
|
|
2751
2882
|
* @param {Vector3} [cameraUp] The `camera` up vector.
|
|
2752
2883
|
* @param {Vector3} [cameraLookAt] The `camera` lookAt vector.
|
|
2884
|
+
* @param {Vector3} [cameraPerspectivePosition] The perspective camera position.
|
|
2885
|
+
* @param {Vector3} [cameraPerspectiveLookAt] The perspective camera look at position.
|
|
2886
|
+
* @param {Vector3} [cameraPerspectiveUp] The perspective camera up vector.
|
|
2887
|
+
* @param {Vector3} [cameraOrthographicViewVector] The orthographic camera view vector.
|
|
2888
|
+
* @param {Vector3} [cameraOrthographicLookAt] The orthographic camera look at position.
|
|
2889
|
+
* @param {Vector3} [cameraOrthographicUp] The orthographic camera up vector.
|
|
2890
|
+
* @param {number} [cameraOrthographicFovHeight] The orthographic field-of-view height.
|
|
2753
2891
|
* @param {*} [options] Override http request option.
|
|
2754
2892
|
* @throws {RequiredError}
|
|
2755
2893
|
*/
|
|
2756
|
-
renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, options) {
|
|
2894
|
+
renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, cameraPerspectivePosition, cameraPerspectiveLookAt, cameraPerspectiveUp, cameraOrthographicViewVector, cameraOrthographicLookAt, cameraOrthographicUp, cameraOrthographicFovHeight, options) {
|
|
2757
2895
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2758
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, options);
|
|
2896
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, cameraPerspectivePosition, cameraPerspectiveLookAt, cameraPerspectiveUp, cameraOrthographicViewVector, cameraOrthographicLookAt, cameraOrthographicUp, cameraOrthographicFovHeight, options);
|
|
2759
2897
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2760
2898
|
});
|
|
2761
2899
|
},
|
|
@@ -2838,12 +2976,19 @@ const PartRevisionsApiFactory = function (configuration, basePath, axios) {
|
|
|
2838
2976
|
* @param {Vector3} [cameraPosition] The `camera` position vector.
|
|
2839
2977
|
* @param {Vector3} [cameraUp] The `camera` up vector.
|
|
2840
2978
|
* @param {Vector3} [cameraLookAt] The `camera` lookAt vector.
|
|
2979
|
+
* @param {Vector3} [cameraPerspectivePosition] The perspective camera position.
|
|
2980
|
+
* @param {Vector3} [cameraPerspectiveLookAt] The perspective camera look at position.
|
|
2981
|
+
* @param {Vector3} [cameraPerspectiveUp] The perspective camera up vector.
|
|
2982
|
+
* @param {Vector3} [cameraOrthographicViewVector] The orthographic camera view vector.
|
|
2983
|
+
* @param {Vector3} [cameraOrthographicLookAt] The orthographic camera look at position.
|
|
2984
|
+
* @param {Vector3} [cameraOrthographicUp] The orthographic camera up vector.
|
|
2985
|
+
* @param {number} [cameraOrthographicFovHeight] The orthographic field-of-view height.
|
|
2841
2986
|
* @param {*} [options] Override http request option.
|
|
2842
2987
|
* @throws {RequiredError}
|
|
2843
2988
|
*/
|
|
2844
|
-
renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, options) {
|
|
2989
|
+
renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, cameraPerspectivePosition, cameraPerspectiveLookAt, cameraPerspectiveUp, cameraOrthographicViewVector, cameraOrthographicLookAt, cameraOrthographicUp, cameraOrthographicFovHeight, options) {
|
|
2845
2990
|
return localVarFp
|
|
2846
|
-
.renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, options)
|
|
2991
|
+
.renderPartRevision(id, height, width, cameraPosition, cameraUp, cameraLookAt, cameraPerspectivePosition, cameraPerspectiveLookAt, cameraPerspectiveUp, cameraOrthographicViewVector, cameraOrthographicLookAt, cameraOrthographicUp, cameraOrthographicFovHeight, options)
|
|
2847
2992
|
.then((request) => request(axios, basePath));
|
|
2848
2993
|
},
|
|
2849
2994
|
/**
|
|
@@ -2925,7 +3070,7 @@ class PartRevisionsApi extends base_1.BaseAPI {
|
|
|
2925
3070
|
*/
|
|
2926
3071
|
renderPartRevision(requestParameters, options) {
|
|
2927
3072
|
return (0, exports.PartRevisionsApiFp)(this.configuration)
|
|
2928
|
-
.renderPartRevision(requestParameters.id, requestParameters.height, requestParameters.width, requestParameters.cameraPosition, requestParameters.cameraUp, requestParameters.cameraLookAt, options)
|
|
3073
|
+
.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
3074
|
.then((request) => request(this.axios, this.basePath));
|
|
2930
3075
|
}
|
|
2931
3076
|
/**
|