@vertexvis/api-client-node 0.21.3 → 0.22.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Vertex Platform API
3
- * The Vertex distributed cloud rendering platform includes a set of APIs and SDKs, which together allow easily integrating 3D product data into your business application. See our [Developer Guides](https://developer.vertexvis.com/docs/guides/render-your-first-scene) to get started. Notes about the Postman collection and API Reference code samples, - They include all required and optional body parameters for completeness. Remove any optional parameters as desired. - They use auto-generated IDs and other values that may share the same value for ease of documentation only. In actual requests and responses, the IDs should uniquely identify their corresponding resource.
3
+ * The Vertex distributed cloud rendering platform includes a set of APIs and SDKs, which together allow easily integrating 3D product data into your business application. See our [Developer Guides](https://developer.vertexvis.com/docs/guides/render-your-first-scene) to get started. Notes about the Postman collection and API Reference code samples: - They include all required and optional body parameters for completeness. Remove any optional parameters as desired. - They use auto-generated IDs and other values that may share the same value for ease of documentation only. In actual requests and responses, the IDs should uniquely identify their corresponding resource.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  * Contact: support@vertexvis.com
@@ -468,7 +468,7 @@ export interface BatchOperation {
468
468
  export declare const BatchOperationOpEnum: {
469
469
  readonly Add: "add";
470
470
  };
471
- export declare type BatchOperationOpEnum = typeof BatchOperationOpEnum[keyof typeof BatchOperationOpEnum];
471
+ export declare type BatchOperationOpEnum = (typeof BatchOperationOpEnum)[keyof typeof BatchOperationOpEnum];
472
472
  /**
473
473
  * Target of batch operation.
474
474
  * @export
@@ -491,7 +491,7 @@ export interface BatchOperationRef {
491
491
  export declare const BatchOperationRefTypeEnum: {
492
492
  readonly Scene: "scene";
493
493
  };
494
- export declare type BatchOperationRefTypeEnum = typeof BatchOperationRefTypeEnum[keyof typeof BatchOperationRefTypeEnum];
494
+ export declare type BatchOperationRefTypeEnum = (typeof BatchOperationRefTypeEnum)[keyof typeof BatchOperationRefTypeEnum];
495
495
  /**
496
496
  * 3D bounding-box
497
497
  * @export
@@ -535,110 +535,144 @@ export declare const CameraFitTypeEnum: {
535
535
  readonly FitVisibleSceneItems: "fit-visible-scene-items";
536
536
  readonly Reset: "reset";
537
537
  };
538
- export declare type CameraFitTypeEnum = typeof CameraFitTypeEnum[keyof typeof CameraFitTypeEnum];
538
+ export declare type CameraFitTypeEnum = (typeof CameraFitTypeEnum)[keyof typeof CameraFitTypeEnum];
539
539
  /**
540
540
  *
541
541
  * @export
542
- * @interface ChangeMaterialOperation
542
+ * @interface ChangeMaterialOp
543
543
  */
544
- export interface ChangeMaterialOperation {
544
+ export interface ChangeMaterialOp {
545
545
  /**
546
546
  * Resource object type.
547
547
  * @type {string}
548
- * @memberof ChangeMaterialOperation
548
+ * @memberof ChangeMaterialOp
549
549
  */
550
- type: ChangeMaterialOperationTypeEnum;
550
+ type: ChangeMaterialOpTypeEnum;
551
551
  /**
552
552
  *
553
553
  * @type {ColorMaterial}
554
- * @memberof ChangeMaterialOperation
554
+ * @memberof ChangeMaterialOp
555
555
  */
556
556
  material: ColorMaterial;
557
557
  }
558
- export declare const ChangeMaterialOperationTypeEnum: {
558
+ export declare const ChangeMaterialOpTypeEnum: {
559
559
  readonly ChangeMaterial: "change-material";
560
560
  };
561
- export declare type ChangeMaterialOperationTypeEnum = typeof ChangeMaterialOperationTypeEnum[keyof typeof ChangeMaterialOperationTypeEnum];
561
+ export declare type ChangeMaterialOpTypeEnum = (typeof ChangeMaterialOpTypeEnum)[keyof typeof ChangeMaterialOpTypeEnum];
562
562
  /**
563
563
  *
564
564
  * @export
565
- * @interface ChangeTransformOperation
565
+ * @interface ChangeTransformOp
566
566
  */
567
- export interface ChangeTransformOperation {
567
+ export interface ChangeTransformOp {
568
568
  /**
569
569
  * Resource object type.
570
570
  * @type {string}
571
- * @memberof ChangeTransformOperation
571
+ * @memberof ChangeTransformOp
572
572
  */
573
- type: ChangeTransformOperationTypeEnum;
573
+ type: ChangeTransformOpTypeEnum;
574
574
  /**
575
575
  *
576
576
  * @type {Matrix4}
577
- * @memberof ChangeTransformOperation
577
+ * @memberof ChangeTransformOp
578
578
  */
579
579
  transform: Matrix4;
580
580
  }
581
- export declare const ChangeTransformOperationTypeEnum: {
581
+ export declare const ChangeTransformOpTypeEnum: {
582
582
  readonly ChangeTransform: "change-transform";
583
583
  };
584
- export declare type ChangeTransformOperationTypeEnum = typeof ChangeTransformOperationTypeEnum[keyof typeof ChangeTransformOperationTypeEnum];
584
+ export declare type ChangeTransformOpTypeEnum = (typeof ChangeTransformOpTypeEnum)[keyof typeof ChangeTransformOpTypeEnum];
585
585
  /**
586
586
  *
587
587
  * @export
588
- * @interface ChangeVisibilityOperation
588
+ * @interface ChangeVisibilityOp
589
589
  */
590
- export interface ChangeVisibilityOperation {
590
+ export interface ChangeVisibilityOp {
591
591
  /**
592
592
  * Resource object type.
593
593
  * @type {string}
594
- * @memberof ChangeVisibilityOperation
594
+ * @memberof ChangeVisibilityOp
595
595
  */
596
- type: ChangeVisibilityOperationTypeEnum;
596
+ type: ChangeVisibilityOpTypeEnum;
597
597
  /**
598
598
  * Item visibility.
599
599
  * @type {boolean}
600
- * @memberof ChangeVisibilityOperation
600
+ * @memberof ChangeVisibilityOp
601
601
  */
602
602
  visible: boolean;
603
603
  }
604
- export declare const ChangeVisibilityOperationTypeEnum: {
604
+ export declare const ChangeVisibilityOpTypeEnum: {
605
605
  readonly ChangeVisibility: "change-visibility";
606
606
  };
607
- export declare type ChangeVisibilityOperationTypeEnum = typeof ChangeVisibilityOperationTypeEnum[keyof typeof ChangeVisibilityOperationTypeEnum];
607
+ export declare type ChangeVisibilityOpTypeEnum = (typeof ChangeVisibilityOpTypeEnum)[keyof typeof ChangeVisibilityOpTypeEnum];
608
608
  /**
609
609
  *
610
610
  * @export
611
- * @interface ClearMaterialOperation
611
+ * @interface ClearMaterialOp
612
612
  */
613
- export interface ClearMaterialOperation {
613
+ export interface ClearMaterialOp {
614
614
  /**
615
615
  * Resource object type.
616
616
  * @type {string}
617
- * @memberof ClearMaterialOperation
617
+ * @memberof ClearMaterialOp
618
618
  */
619
- type: ClearMaterialOperationTypeEnum;
619
+ type: ClearMaterialOpTypeEnum;
620
620
  }
621
- export declare const ClearMaterialOperationTypeEnum: {
621
+ export declare const ClearMaterialOpTypeEnum: {
622
622
  readonly ClearMaterial: "clear-material";
623
623
  };
624
- export declare type ClearMaterialOperationTypeEnum = typeof ClearMaterialOperationTypeEnum[keyof typeof ClearMaterialOperationTypeEnum];
624
+ export declare type ClearMaterialOpTypeEnum = (typeof ClearMaterialOpTypeEnum)[keyof typeof ClearMaterialOpTypeEnum];
625
625
  /**
626
626
  *
627
627
  * @export
628
- * @interface ClearTransformOperation
628
+ * @interface ClearRenOp
629
629
  */
630
- export interface ClearTransformOperation {
630
+ export interface ClearRenOp {
631
631
  /**
632
632
  * Resource object type.
633
633
  * @type {string}
634
- * @memberof ClearTransformOperation
634
+ * @memberof ClearRenOp
635
635
  */
636
- type: ClearTransformOperationTypeEnum;
636
+ type: ClearRenOpTypeEnum;
637
637
  }
638
- export declare const ClearTransformOperationTypeEnum: {
638
+ export declare const ClearRenOpTypeEnum: {
639
+ readonly ClearRendition: "clear-rendition";
640
+ };
641
+ export declare type ClearRenOpTypeEnum = (typeof ClearRenOpTypeEnum)[keyof typeof ClearRenOpTypeEnum];
642
+ /**
643
+ *
644
+ * @export
645
+ * @interface ClearRepOp
646
+ */
647
+ export interface ClearRepOp {
648
+ /**
649
+ * Resource object type.
650
+ * @type {string}
651
+ * @memberof ClearRepOp
652
+ */
653
+ type: ClearRepOpTypeEnum;
654
+ }
655
+ export declare const ClearRepOpTypeEnum: {
656
+ readonly ClearRepresentation: "clear-representation";
657
+ };
658
+ export declare type ClearRepOpTypeEnum = (typeof ClearRepOpTypeEnum)[keyof typeof ClearRepOpTypeEnum];
659
+ /**
660
+ *
661
+ * @export
662
+ * @interface ClearTransformOp
663
+ */
664
+ export interface ClearTransformOp {
665
+ /**
666
+ * Resource object type.
667
+ * @type {string}
668
+ * @memberof ClearTransformOp
669
+ */
670
+ type: ClearTransformOpTypeEnum;
671
+ }
672
+ export declare const ClearTransformOpTypeEnum: {
639
673
  readonly ClearTransform: "clear-transform";
640
674
  };
641
- export declare type ClearTransformOperationTypeEnum = typeof ClearTransformOperationTypeEnum[keyof typeof ClearTransformOperationTypeEnum];
675
+ export declare type ClearTransformOpTypeEnum = (typeof ClearTransformOpTypeEnum)[keyof typeof ClearTransformOpTypeEnum];
642
676
  /**
643
677
  * RGB color.
644
678
  * @export
@@ -1050,6 +1084,69 @@ export interface CreateHitRequestDataAttributes {
1050
1084
  */
1051
1085
  viewport: Dimensions;
1052
1086
  }
1087
+ /**
1088
+ *
1089
+ * @export
1090
+ * @interface CreatePartRenditionRequest
1091
+ */
1092
+ export interface CreatePartRenditionRequest {
1093
+ /**
1094
+ *
1095
+ * @type {CreatePartRenditionRequestData}
1096
+ * @memberof CreatePartRenditionRequest
1097
+ */
1098
+ data: CreatePartRenditionRequestData;
1099
+ }
1100
+ /**
1101
+ * Create a new part rendition. This endpoint includes multiple successful response codes: [`201`, `202`]. When not given a relationship, this endpoint will create a part rendition with an empty geometry and return a `201` status code. When given a relationship to translate, this endpoint will return a `202` status code with the location of a `queued-translation`. The status of the translation can be queried via `getQueuedTranslation`. After the translation is complete, the returned value will include a `part-rendition` that references the translated geometry.
1102
+ * @export
1103
+ * @interface CreatePartRenditionRequestData
1104
+ */
1105
+ export interface CreatePartRenditionRequestData {
1106
+ /**
1107
+ * Resource object type.
1108
+ * @type {string}
1109
+ * @memberof CreatePartRenditionRequestData
1110
+ */
1111
+ type: string;
1112
+ /**
1113
+ *
1114
+ * @type {CreatePartRenditionRequestDataAttributes}
1115
+ * @memberof CreatePartRenditionRequestData
1116
+ */
1117
+ attributes: CreatePartRenditionRequestDataAttributes;
1118
+ /**
1119
+ *
1120
+ * @type {CreateGeometrySetRequestDataRelationships}
1121
+ * @memberof CreatePartRenditionRequestData
1122
+ */
1123
+ relationships?: CreateGeometrySetRequestDataRelationships;
1124
+ }
1125
+ /**
1126
+ *
1127
+ * @export
1128
+ * @interface CreatePartRenditionRequestDataAttributes
1129
+ */
1130
+ export interface CreatePartRenditionRequestDataAttributes {
1131
+ /**
1132
+ *
1133
+ * @type {string}
1134
+ * @memberof CreatePartRenditionRequestDataAttributes
1135
+ */
1136
+ name?: string;
1137
+ /**
1138
+ * ID provided for correlation. For example, an existing ID from a PLM system.
1139
+ * @type {string}
1140
+ * @memberof CreatePartRenditionRequestDataAttributes
1141
+ */
1142
+ suppliedId?: string;
1143
+ /**
1144
+ * Whether or not to replace the default rendition for the part revision with the newly created rendition.
1145
+ * @type {boolean}
1146
+ * @memberof CreatePartRenditionRequestDataAttributes
1147
+ */
1148
+ makeDefault?: boolean;
1149
+ }
1053
1150
  /**
1054
1151
  *
1055
1152
  * @export
@@ -1435,11 +1532,11 @@ export interface CreateSceneItemRequestDataRelationships {
1435
1532
  */
1436
1533
  parent?: SceneItemRelationship;
1437
1534
  /**
1438
- * Relationship to a `geometry-set`, `part-revision`, or `scene`.
1439
- * @type {GeometrySetRelationship | PartRevisionRelationship | SceneRelationship}
1535
+ * Relationship to a `geometry-set`, `part-revision`, `part-rendition`, or `scene`.
1536
+ * @type {GeometrySetRelationship | PartRevisionRelationship | SceneRelationship | PartRenditionRelationship}
1440
1537
  * @memberof CreateSceneItemRequestDataRelationships
1441
1538
  */
1442
- source?: GeometrySetRelationship | PartRevisionRelationship | SceneRelationship;
1539
+ source?: GeometrySetRelationship | PartRevisionRelationship | SceneRelationship | PartRenditionRelationship;
1443
1540
  /**
1444
1541
  *
1445
1542
  * @type {SceneItemRelationship}
@@ -1933,7 +2030,7 @@ export interface DeselectOperation {
1933
2030
  export declare const DeselectOperationTypeEnum: {
1934
2031
  readonly Deselect: "deselect";
1935
2032
  };
1936
- export declare type DeselectOperationTypeEnum = typeof DeselectOperationTypeEnum[keyof typeof DeselectOperationTypeEnum];
2033
+ export declare type DeselectOperationTypeEnum = (typeof DeselectOperationTypeEnum)[keyof typeof DeselectOperationTypeEnum];
1937
2034
  /**
1938
2035
  * An item\'s height and width.
1939
2036
  * @export
@@ -2074,7 +2171,7 @@ export interface ExportRelationshipData {
2074
2171
  export declare const ExportRelationshipDataTypeEnum: {
2075
2172
  readonly Scene: "scene";
2076
2173
  };
2077
- export declare type ExportRelationshipDataTypeEnum = typeof ExportRelationshipDataTypeEnum[keyof typeof ExportRelationshipDataTypeEnum];
2174
+ export declare type ExportRelationshipDataTypeEnum = (typeof ExportRelationshipDataTypeEnum)[keyof typeof ExportRelationshipDataTypeEnum];
2078
2175
  /**
2079
2176
  * Relationship to an `export`.
2080
2177
  * @export
@@ -2110,7 +2207,7 @@ export interface ExportStateRelationshipData {
2110
2207
  export declare const ExportStateRelationshipDataTypeEnum: {
2111
2208
  readonly SceneViewState: "scene-view-state";
2112
2209
  };
2113
- export declare type ExportStateRelationshipDataTypeEnum = typeof ExportStateRelationshipDataTypeEnum[keyof typeof ExportStateRelationshipDataTypeEnum];
2210
+ export declare type ExportStateRelationshipDataTypeEnum = (typeof ExportStateRelationshipDataTypeEnum)[keyof typeof ExportStateRelationshipDataTypeEnum];
2114
2211
  /**
2115
2212
  *
2116
2213
  * @export
@@ -2318,7 +2415,7 @@ export interface FileRelationshipData {
2318
2415
  export declare const FileRelationshipDataTypeEnum: {
2319
2416
  readonly File: "file";
2320
2417
  };
2321
- export declare type FileRelationshipDataTypeEnum = typeof FileRelationshipDataTypeEnum[keyof typeof FileRelationshipDataTypeEnum];
2418
+ export declare type FileRelationshipDataTypeEnum = (typeof FileRelationshipDataTypeEnum)[keyof typeof FileRelationshipDataTypeEnum];
2322
2419
  /**
2323
2420
  *
2324
2421
  * @export
@@ -2429,7 +2526,7 @@ export interface GeometrySetRelationshipData {
2429
2526
  export declare const GeometrySetRelationshipDataTypeEnum: {
2430
2527
  readonly GeometrySet: "geometry-set";
2431
2528
  };
2432
- export declare type GeometrySetRelationshipDataTypeEnum = typeof GeometrySetRelationshipDataTypeEnum[keyof typeof GeometrySetRelationshipDataTypeEnum];
2529
+ export declare type GeometrySetRelationshipDataTypeEnum = (typeof GeometrySetRelationshipDataTypeEnum)[keyof typeof GeometrySetRelationshipDataTypeEnum];
2433
2530
  /**
2434
2531
  *
2435
2532
  * @export
@@ -3026,7 +3123,7 @@ export interface PartDataRelationshipsPartRevisions {
3026
3123
  export declare const PartDataRelationshipsPartRevisionsTypeEnum: {
3027
3124
  readonly PartRevision: "part-revision";
3028
3125
  };
3029
- export declare type PartDataRelationshipsPartRevisionsTypeEnum = typeof PartDataRelationshipsPartRevisionsTypeEnum[keyof typeof PartDataRelationshipsPartRevisionsTypeEnum];
3126
+ export declare type PartDataRelationshipsPartRevisionsTypeEnum = (typeof PartDataRelationshipsPartRevisionsTypeEnum)[keyof typeof PartDataRelationshipsPartRevisionsTypeEnum];
3030
3127
  /**
3031
3128
  *
3032
3129
  * @export
@@ -3070,7 +3167,168 @@ export interface PartRelationshipData {
3070
3167
  export declare const PartRelationshipDataTypeEnum: {
3071
3168
  readonly Part: "part";
3072
3169
  };
3073
- export declare type PartRelationshipDataTypeEnum = typeof PartRelationshipDataTypeEnum[keyof typeof PartRelationshipDataTypeEnum];
3170
+ export declare type PartRelationshipDataTypeEnum = (typeof PartRelationshipDataTypeEnum)[keyof typeof PartRelationshipDataTypeEnum];
3171
+ /**
3172
+ *
3173
+ * @export
3174
+ * @interface PartRendition
3175
+ */
3176
+ export interface PartRendition {
3177
+ /**
3178
+ *
3179
+ * @type {PartRenditionData}
3180
+ * @memberof PartRendition
3181
+ */
3182
+ data: PartRenditionData;
3183
+ /**
3184
+ *
3185
+ * @type {{ [key: string]: Link; }}
3186
+ * @memberof PartRendition
3187
+ */
3188
+ links?: {
3189
+ [key: string]: Link;
3190
+ };
3191
+ }
3192
+ /**
3193
+ *
3194
+ * @export
3195
+ * @interface PartRenditionData
3196
+ */
3197
+ export interface PartRenditionData {
3198
+ /**
3199
+ *
3200
+ * @type {string}
3201
+ * @memberof PartRenditionData
3202
+ */
3203
+ type: string;
3204
+ /**
3205
+ * ID of the resource.
3206
+ * @type {string}
3207
+ * @memberof PartRenditionData
3208
+ */
3209
+ id: string;
3210
+ /**
3211
+ *
3212
+ * @type {PartRenditionDataAttributes}
3213
+ * @memberof PartRenditionData
3214
+ */
3215
+ attributes: PartRenditionDataAttributes;
3216
+ /**
3217
+ *
3218
+ * @type {PartRenditionDataRelationships}
3219
+ * @memberof PartRenditionData
3220
+ */
3221
+ relationships: PartRenditionDataRelationships;
3222
+ /**
3223
+ *
3224
+ * @type {{ [key: string]: Link; }}
3225
+ * @memberof PartRenditionData
3226
+ */
3227
+ links?: {
3228
+ [key: string]: Link;
3229
+ };
3230
+ }
3231
+ /**
3232
+ *
3233
+ * @export
3234
+ * @interface PartRenditionDataAttributes
3235
+ */
3236
+ export interface PartRenditionDataAttributes {
3237
+ /**
3238
+ *
3239
+ * @type {string}
3240
+ * @memberof PartRenditionDataAttributes
3241
+ */
3242
+ created?: string;
3243
+ /**
3244
+ *
3245
+ * @type {string}
3246
+ * @memberof PartRenditionDataAttributes
3247
+ */
3248
+ suppliedId?: string;
3249
+ /**
3250
+ *
3251
+ * @type {string}
3252
+ * @memberof PartRenditionDataAttributes
3253
+ */
3254
+ name?: string;
3255
+ }
3256
+ /**
3257
+ *
3258
+ * @export
3259
+ * @interface PartRenditionDataRelationships
3260
+ */
3261
+ export interface PartRenditionDataRelationships {
3262
+ /**
3263
+ *
3264
+ * @type {GeometrySetRelationshipData}
3265
+ * @memberof PartRenditionDataRelationships
3266
+ */
3267
+ geometrySet?: GeometrySetRelationshipData;
3268
+ /**
3269
+ *
3270
+ * @type {PartRevisionRelationship}
3271
+ * @memberof PartRenditionDataRelationships
3272
+ */
3273
+ partRevision?: PartRevisionRelationship;
3274
+ }
3275
+ /**
3276
+ *
3277
+ * @export
3278
+ * @interface PartRenditionList
3279
+ */
3280
+ export interface PartRenditionList {
3281
+ /**
3282
+ *
3283
+ * @type {Array<PartRenditionData>}
3284
+ * @memberof PartRenditionList
3285
+ */
3286
+ data: Array<PartRenditionData>;
3287
+ /**
3288
+ *
3289
+ * @type {{ [key: string]: Link; }}
3290
+ * @memberof PartRenditionList
3291
+ */
3292
+ links: {
3293
+ [key: string]: Link;
3294
+ };
3295
+ }
3296
+ /**
3297
+ * Relationship to a `part-rendition`.
3298
+ * @export
3299
+ * @interface PartRenditionRelationship
3300
+ */
3301
+ export interface PartRenditionRelationship {
3302
+ /**
3303
+ *
3304
+ * @type {PartRenditionRelationshipData}
3305
+ * @memberof PartRenditionRelationship
3306
+ */
3307
+ data: PartRenditionRelationshipData;
3308
+ }
3309
+ /**
3310
+ *
3311
+ * @export
3312
+ * @interface PartRenditionRelationshipData
3313
+ */
3314
+ export interface PartRenditionRelationshipData {
3315
+ /**
3316
+ * Resource object type.
3317
+ * @type {string}
3318
+ * @memberof PartRenditionRelationshipData
3319
+ */
3320
+ type: PartRenditionRelationshipDataTypeEnum;
3321
+ /**
3322
+ * ID of the resource.
3323
+ * @type {string}
3324
+ * @memberof PartRenditionRelationshipData
3325
+ */
3326
+ id: string;
3327
+ }
3328
+ export declare const PartRenditionRelationshipDataTypeEnum: {
3329
+ readonly PartRendition: "part-rendition";
3330
+ };
3331
+ export declare type PartRenditionRelationshipDataTypeEnum = (typeof PartRenditionRelationshipDataTypeEnum)[keyof typeof PartRenditionRelationshipDataTypeEnum];
3074
3332
  /**
3075
3333
  *
3076
3334
  * @export
@@ -3182,6 +3440,12 @@ export interface PartRevisionDataRelationships {
3182
3440
  * @memberof PartRevisionDataRelationships
3183
3441
  */
3184
3442
  part?: PartRelationshipData;
3443
+ /**
3444
+ *
3445
+ * @type {PartRenditionRelationship}
3446
+ * @memberof PartRevisionDataRelationships
3447
+ */
3448
+ defaultPartRendition?: PartRenditionRelationship;
3185
3449
  }
3186
3450
  /**
3187
3451
  * A reference to an existing PartRevision. Specify one and only one of referenceId or suppliedReferenceId to refer to a revision.
@@ -3331,7 +3595,7 @@ export interface Point {
3331
3595
  export declare const QueryAll: {
3332
3596
  readonly All: "all";
3333
3597
  };
3334
- export declare type QueryAll = typeof QueryAll[keyof typeof QueryAll];
3598
+ export declare type QueryAll = (typeof QueryAll)[keyof typeof QueryAll];
3335
3599
  /**
3336
3600
  *
3337
3601
  * @export
@@ -3367,7 +3631,7 @@ export interface QueryByCollectionData {
3367
3631
  export declare const QueryByCollectionDataTypeEnum: {
3368
3632
  readonly QueryByCollection: "query-by-collection";
3369
3633
  };
3370
- export declare type QueryByCollectionDataTypeEnum = typeof QueryByCollectionDataTypeEnum[keyof typeof QueryByCollectionDataTypeEnum];
3634
+ export declare type QueryByCollectionDataTypeEnum = (typeof QueryByCollectionDataTypeEnum)[keyof typeof QueryByCollectionDataTypeEnum];
3371
3635
  /**
3372
3636
  *
3373
3637
  * @export
@@ -3391,7 +3655,7 @@ export declare const QueryByCollectionDataAttributesTypeEnum: {
3391
3655
  readonly And: "and";
3392
3656
  readonly Or: "or";
3393
3657
  };
3394
- export declare type QueryByCollectionDataAttributesTypeEnum = typeof QueryByCollectionDataAttributesTypeEnum[keyof typeof QueryByCollectionDataAttributesTypeEnum];
3658
+ export declare type QueryByCollectionDataAttributesTypeEnum = (typeof QueryByCollectionDataAttributesTypeEnum)[keyof typeof QueryByCollectionDataAttributesTypeEnum];
3395
3659
  /**
3396
3660
  *
3397
3661
  * @export
@@ -3427,7 +3691,7 @@ export interface QueryByIdData {
3427
3691
  export declare const QueryByIdDataTypeEnum: {
3428
3692
  readonly QueryById: "query-by-id";
3429
3693
  };
3430
- export declare type QueryByIdDataTypeEnum = typeof QueryByIdDataTypeEnum[keyof typeof QueryByIdDataTypeEnum];
3694
+ export declare type QueryByIdDataTypeEnum = (typeof QueryByIdDataTypeEnum)[keyof typeof QueryByIdDataTypeEnum];
3431
3695
  /**
3432
3696
  *
3433
3697
  * @export
@@ -3451,7 +3715,7 @@ export declare const QueryByIdDataAttributesTypeEnum: {
3451
3715
  readonly Id: "id";
3452
3716
  readonly SuppliedId: "suppliedId";
3453
3717
  };
3454
- export declare type QueryByIdDataAttributesTypeEnum = typeof QueryByIdDataAttributesTypeEnum[keyof typeof QueryByIdDataAttributesTypeEnum];
3718
+ export declare type QueryByIdDataAttributesTypeEnum = (typeof QueryByIdDataAttributesTypeEnum)[keyof typeof QueryByIdDataAttributesTypeEnum];
3455
3719
  /**
3456
3720
  *
3457
3721
  * @export
@@ -3566,10 +3830,10 @@ export interface QueuedTranslationJob {
3566
3830
  data: QueuedTranslationJobData;
3567
3831
  /**
3568
3832
  *
3569
- * @type {Array<GeometrySetData | PartRevisionData>}
3833
+ * @type {Array<GeometrySetData | PartRevisionData | PartRenditionData>}
3570
3834
  * @memberof QueuedTranslationJob
3571
3835
  */
3572
- included?: Array<GeometrySetData | PartRevisionData>;
3836
+ included?: Array<GeometrySetData | PartRevisionData | PartRenditionData>;
3573
3837
  /**
3574
3838
  *
3575
3839
  * @type {{ [key: string]: Link; }}
@@ -3667,6 +3931,12 @@ export interface QueuedTranslationJobDataRelationships {
3667
3931
  * @memberof QueuedTranslationJobDataRelationships
3668
3932
  */
3669
3933
  partRevision?: PartRevisionRelationship;
3934
+ /**
3935
+ *
3936
+ * @type {PartRenditionRelationship}
3937
+ * @memberof QueuedTranslationJobDataRelationships
3938
+ */
3939
+ partRendition?: PartRenditionRelationship;
3670
3940
  }
3671
3941
  /**
3672
3942
  *
@@ -4105,16 +4375,22 @@ export interface SceneItemDataAttributes {
4105
4375
  export interface SceneItemDataRelationships {
4106
4376
  /**
4107
4377
  *
4108
- * @type {GeometrySetRelationship | PartRevisionRelationship | SceneRelationship}
4378
+ * @type {GeometrySetRelationship | PartRevisionRelationship | SceneRelationship | PartRenditionRelationship}
4109
4379
  * @memberof SceneItemDataRelationships
4110
4380
  */
4111
- source?: GeometrySetRelationship | PartRevisionRelationship | SceneRelationship;
4381
+ source?: GeometrySetRelationship | PartRevisionRelationship | SceneRelationship | PartRenditionRelationship;
4112
4382
  /**
4113
4383
  *
4114
4384
  * @type {SceneItemRelationship}
4115
4385
  * @memberof SceneItemDataRelationships
4116
4386
  */
4117
4387
  parent?: SceneItemRelationship;
4388
+ /**
4389
+ *
4390
+ * @type {PartRenditionRelationship}
4391
+ * @memberof SceneItemDataRelationships
4392
+ */
4393
+ partRendition?: PartRenditionRelationship;
4118
4394
  }
4119
4395
  /**
4120
4396
  *
@@ -4321,7 +4597,7 @@ export interface SceneItemRelationshipData {
4321
4597
  export declare const SceneItemRelationshipDataTypeEnum: {
4322
4598
  readonly SceneItem: "scene-item";
4323
4599
  };
4324
- export declare type SceneItemRelationshipDataTypeEnum = typeof SceneItemRelationshipDataTypeEnum[keyof typeof SceneItemRelationshipDataTypeEnum];
4600
+ export declare type SceneItemRelationshipDataTypeEnum = (typeof SceneItemRelationshipDataTypeEnum)[keyof typeof SceneItemRelationshipDataTypeEnum];
4325
4601
  /**
4326
4602
  *
4327
4603
  * @export
@@ -4357,10 +4633,10 @@ export interface SceneOperation {
4357
4633
  query: QueryById | QueryByCollection | QueryAll;
4358
4634
  /**
4359
4635
  * List of operations to perform on `scene-items` matching the query.
4360
- * @type {Array<ChangeVisibilityOperation | ChangeMaterialOperation | ClearMaterialOperation | ChangeTransformOperation | ClearTransformOperation | SelectOperation | DeselectOperation>}
4636
+ * @type {Array<ChangeVisibilityOp | ChangeMaterialOp | ClearMaterialOp | ChangeTransformOp | ClearTransformOp | SelectOp | DeselectOperation | ClearRenOp | ViewDefaultRenOp | ViewRenByIdOp | ViewRenBySuppliedIdOp | ViewRepByIdOp | ViewRepByPredefinedIdOp | ClearRepOp>}
4361
4637
  * @memberof SceneOperation
4362
4638
  */
4363
- operations: Array<ChangeVisibilityOperation | ChangeMaterialOperation | ClearMaterialOperation | ChangeTransformOperation | ClearTransformOperation | SelectOperation | DeselectOperation>;
4639
+ operations: Array<ChangeVisibilityOp | ChangeMaterialOp | ClearMaterialOp | ChangeTransformOp | ClearTransformOp | SelectOp | DeselectOperation | ClearRenOp | ViewDefaultRenOp | ViewRenByIdOp | ViewRenBySuppliedIdOp | ViewRepByIdOp | ViewRepByPredefinedIdOp | ClearRepOp>;
4364
4640
  }
4365
4641
  /**
4366
4642
  * Relationship to a `scene`.
@@ -4397,7 +4673,7 @@ export interface SceneRelationshipData {
4397
4673
  export declare const SceneRelationshipDataTypeEnum: {
4398
4674
  readonly Scene: "scene";
4399
4675
  };
4400
- export declare type SceneRelationshipDataTypeEnum = typeof SceneRelationshipDataTypeEnum[keyof typeof SceneRelationshipDataTypeEnum];
4676
+ export declare type SceneRelationshipDataTypeEnum = (typeof SceneRelationshipDataTypeEnum)[keyof typeof SceneRelationshipDataTypeEnum];
4401
4677
  /**
4402
4678
  *
4403
4679
  * @export
@@ -4583,7 +4859,7 @@ export interface SceneViewRelationshipData {
4583
4859
  export declare const SceneViewRelationshipDataTypeEnum: {
4584
4860
  readonly SceneView: "scene-view";
4585
4861
  };
4586
- export declare type SceneViewRelationshipDataTypeEnum = typeof SceneViewRelationshipDataTypeEnum[keyof typeof SceneViewRelationshipDataTypeEnum];
4862
+ export declare type SceneViewRelationshipDataTypeEnum = (typeof SceneViewRelationshipDataTypeEnum)[keyof typeof SceneViewRelationshipDataTypeEnum];
4587
4863
  /**
4588
4864
  *
4589
4865
  * @export
@@ -4743,7 +5019,7 @@ export interface SceneViewStateRelationshipData {
4743
5019
  export declare const SceneViewStateRelationshipDataTypeEnum: {
4744
5020
  readonly SceneViewState: "scene-view-state";
4745
5021
  };
4746
- export declare type SceneViewStateRelationshipDataTypeEnum = typeof SceneViewStateRelationshipDataTypeEnum[keyof typeof SceneViewStateRelationshipDataTypeEnum];
5022
+ export declare type SceneViewStateRelationshipDataTypeEnum = (typeof SceneViewStateRelationshipDataTypeEnum)[keyof typeof SceneViewStateRelationshipDataTypeEnum];
4747
5023
  /**
4748
5024
  *
4749
5025
  * @export
@@ -4766,20 +5042,20 @@ export interface SectionPlane {
4766
5042
  /**
4767
5043
  *
4768
5044
  * @export
4769
- * @interface SelectOperation
5045
+ * @interface SelectOp
4770
5046
  */
4771
- export interface SelectOperation {
5047
+ export interface SelectOp {
4772
5048
  /**
4773
5049
  * Resource object type.
4774
5050
  * @type {string}
4775
- * @memberof SelectOperation
5051
+ * @memberof SelectOp
4776
5052
  */
4777
- type: SelectOperationTypeEnum;
5053
+ type: SelectOpTypeEnum;
4778
5054
  }
4779
- export declare const SelectOperationTypeEnum: {
5055
+ export declare const SelectOpTypeEnum: {
4780
5056
  readonly Select: "select";
4781
5057
  };
4782
- export declare type SelectOperationTypeEnum = typeof SelectOperationTypeEnum[keyof typeof SelectOperationTypeEnum];
5058
+ export declare type SelectOpTypeEnum = (typeof SelectOpTypeEnum)[keyof typeof SelectOpTypeEnum];
4783
5059
  /**
4784
5060
  *
4785
5061
  * @export
@@ -5043,7 +5319,7 @@ export declare const UpdateAccountRequestDataAttributesStatusEnum: {
5043
5319
  readonly Active: "active";
5044
5320
  readonly Disabled: "disabled";
5045
5321
  };
5046
- export declare type UpdateAccountRequestDataAttributesStatusEnum = typeof UpdateAccountRequestDataAttributesStatusEnum[keyof typeof UpdateAccountRequestDataAttributesStatusEnum];
5322
+ export declare type UpdateAccountRequestDataAttributesStatusEnum = (typeof UpdateAccountRequestDataAttributesStatusEnum)[keyof typeof UpdateAccountRequestDataAttributesStatusEnum];
5047
5323
  /**
5048
5324
  *
5049
5325
  * @export
@@ -5441,7 +5717,7 @@ export declare const UpdateSceneRequestDataAttributesStateEnum: {
5441
5717
  readonly Draft: "draft";
5442
5718
  readonly Commit: "commit";
5443
5719
  };
5444
- export declare type UpdateSceneRequestDataAttributesStateEnum = typeof UpdateSceneRequestDataAttributesStateEnum[keyof typeof UpdateSceneRequestDataAttributesStateEnum];
5720
+ export declare type UpdateSceneRequestDataAttributesStateEnum = (typeof UpdateSceneRequestDataAttributesStateEnum)[keyof typeof UpdateSceneRequestDataAttributesStateEnum];
5445
5721
  /**
5446
5722
  *
5447
5723
  * @export
@@ -5592,7 +5868,7 @@ export declare const UpdateWebhookSubscriptionRequestDataAttributesStatusEnum: {
5592
5868
  readonly Active: "active";
5593
5869
  readonly Paused: "paused";
5594
5870
  };
5595
- export declare type UpdateWebhookSubscriptionRequestDataAttributesStatusEnum = typeof UpdateWebhookSubscriptionRequestDataAttributesStatusEnum[keyof typeof UpdateWebhookSubscriptionRequestDataAttributesStatusEnum];
5871
+ export declare type UpdateWebhookSubscriptionRequestDataAttributesStatusEnum = (typeof UpdateWebhookSubscriptionRequestDataAttributesStatusEnum)[keyof typeof UpdateWebhookSubscriptionRequestDataAttributesStatusEnum];
5596
5872
  /**
5597
5873
  * 3D vector.
5598
5874
  * @export
@@ -5649,6 +5925,120 @@ export interface Vector4 {
5649
5925
  */
5650
5926
  w: number;
5651
5927
  }
5928
+ /**
5929
+ *
5930
+ * @export
5931
+ * @interface ViewDefaultRenOp
5932
+ */
5933
+ export interface ViewDefaultRenOp {
5934
+ /**
5935
+ * Resource object type.
5936
+ * @type {string}
5937
+ * @memberof ViewDefaultRenOp
5938
+ */
5939
+ type: ViewDefaultRenOpTypeEnum;
5940
+ }
5941
+ export declare const ViewDefaultRenOpTypeEnum: {
5942
+ readonly ViewDefaultRendition: "view-default-rendition";
5943
+ };
5944
+ export declare type ViewDefaultRenOpTypeEnum = (typeof ViewDefaultRenOpTypeEnum)[keyof typeof ViewDefaultRenOpTypeEnum];
5945
+ /**
5946
+ *
5947
+ * @export
5948
+ * @interface ViewRenByIdOp
5949
+ */
5950
+ export interface ViewRenByIdOp {
5951
+ /**
5952
+ * Resource object type.
5953
+ * @type {string}
5954
+ * @memberof ViewRenByIdOp
5955
+ */
5956
+ type: ViewRenByIdOpTypeEnum;
5957
+ /**
5958
+ * ID of the resource.
5959
+ * @type {string}
5960
+ * @memberof ViewRenByIdOp
5961
+ */
5962
+ renditionId: string;
5963
+ }
5964
+ export declare const ViewRenByIdOpTypeEnum: {
5965
+ readonly ViewRenditionById: "view-rendition-by-id";
5966
+ };
5967
+ export declare type ViewRenByIdOpTypeEnum = (typeof ViewRenByIdOpTypeEnum)[keyof typeof ViewRenByIdOpTypeEnum];
5968
+ /**
5969
+ *
5970
+ * @export
5971
+ * @interface ViewRenBySuppliedIdOp
5972
+ */
5973
+ export interface ViewRenBySuppliedIdOp {
5974
+ /**
5975
+ * Resource object type.
5976
+ * @type {string}
5977
+ * @memberof ViewRenBySuppliedIdOp
5978
+ */
5979
+ type: ViewRenBySuppliedIdOpTypeEnum;
5980
+ /**
5981
+ *
5982
+ * @type {string}
5983
+ * @memberof ViewRenBySuppliedIdOp
5984
+ */
5985
+ renditionSuppliedId: string;
5986
+ }
5987
+ export declare const ViewRenBySuppliedIdOpTypeEnum: {
5988
+ readonly ViewRenditionBySuppliedId: "view-rendition-by-supplied-id";
5989
+ };
5990
+ export declare type ViewRenBySuppliedIdOpTypeEnum = (typeof ViewRenBySuppliedIdOpTypeEnum)[keyof typeof ViewRenBySuppliedIdOpTypeEnum];
5991
+ /**
5992
+ *
5993
+ * @export
5994
+ * @interface ViewRepByIdOp
5995
+ */
5996
+ export interface ViewRepByIdOp {
5997
+ /**
5998
+ * Resource object type.
5999
+ * @type {string}
6000
+ * @memberof ViewRepByIdOp
6001
+ */
6002
+ type: ViewRepByIdOpTypeEnum;
6003
+ /**
6004
+ * ID of the resource.
6005
+ * @type {string}
6006
+ * @memberof ViewRepByIdOp
6007
+ */
6008
+ id: string;
6009
+ }
6010
+ export declare const ViewRepByIdOpTypeEnum: {
6011
+ readonly ViewRepresentationById: "view-representation-by-id";
6012
+ };
6013
+ export declare type ViewRepByIdOpTypeEnum = (typeof ViewRepByIdOpTypeEnum)[keyof typeof ViewRepByIdOpTypeEnum];
6014
+ /**
6015
+ *
6016
+ * @export
6017
+ * @interface ViewRepByPredefinedIdOp
6018
+ */
6019
+ export interface ViewRepByPredefinedIdOp {
6020
+ /**
6021
+ * Resource object type.
6022
+ * @type {string}
6023
+ * @memberof ViewRepByPredefinedIdOp
6024
+ */
6025
+ type: ViewRepByPredefinedIdOpTypeEnum;
6026
+ /**
6027
+ * A predefined representation identifier, such as `entire-part`.
6028
+ * @type {string}
6029
+ * @memberof ViewRepByPredefinedIdOp
6030
+ */
6031
+ id: ViewRepByPredefinedIdOpIdEnum;
6032
+ }
6033
+ export declare const ViewRepByPredefinedIdOpTypeEnum: {
6034
+ readonly ViewRepresentationByPredefinedId: "view-representation-by-predefined-id";
6035
+ };
6036
+ export declare type ViewRepByPredefinedIdOpTypeEnum = (typeof ViewRepByPredefinedIdOpTypeEnum)[keyof typeof ViewRepByPredefinedIdOpTypeEnum];
6037
+ export declare const ViewRepByPredefinedIdOpIdEnum: {
6038
+ readonly Empty: "empty";
6039
+ readonly EntirePart: "entire-part";
6040
+ };
6041
+ export declare type ViewRepByPredefinedIdOpIdEnum = (typeof ViewRepByPredefinedIdOpIdEnum)[keyof typeof ViewRepByPredefinedIdOpIdEnum];
5652
6042
  /**
5653
6043
  *
5654
6044
  * @export
@@ -5788,7 +6178,7 @@ export interface WebhookEventDataRelationshipsOwnerData {
5788
6178
  export declare const WebhookEventDataRelationshipsOwnerDataTypeEnum: {
5789
6179
  readonly Account: "account";
5790
6180
  };
5791
- export declare type WebhookEventDataRelationshipsOwnerDataTypeEnum = typeof WebhookEventDataRelationshipsOwnerDataTypeEnum[keyof typeof WebhookEventDataRelationshipsOwnerDataTypeEnum];
6181
+ export declare type WebhookEventDataRelationshipsOwnerDataTypeEnum = (typeof WebhookEventDataRelationshipsOwnerDataTypeEnum)[keyof typeof WebhookEventDataRelationshipsOwnerDataTypeEnum];
5792
6182
  /**
5793
6183
  * Relationship to a `resource`.
5794
6184
  * @export
@@ -5922,7 +6312,7 @@ export declare const WebhookSubscriptionDataAttributesStatusEnum: {
5922
6312
  readonly Active: "active";
5923
6313
  readonly Paused: "paused";
5924
6314
  };
5925
- export declare type WebhookSubscriptionDataAttributesStatusEnum = typeof WebhookSubscriptionDataAttributesStatusEnum[keyof typeof WebhookSubscriptionDataAttributesStatusEnum];
6315
+ export declare type WebhookSubscriptionDataAttributesStatusEnum = (typeof WebhookSubscriptionDataAttributesStatusEnum)[keyof typeof WebhookSubscriptionDataAttributesStatusEnum];
5926
6316
  /**
5927
6317
  *
5928
6318
  * @export
@@ -7592,6 +7982,194 @@ export declare class Oauth2Api extends BaseAPI {
7592
7982
  */
7593
7983
  revokeToken(requestParameters: Oauth2ApiRevokeTokenRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
7594
7984
  }
7985
+ /**
7986
+ * PartRenditionsApi - axios parameter creator
7987
+ * @export
7988
+ */
7989
+ export declare const PartRenditionsApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
7990
+ /**
7991
+ *
7992
+ * @param {string} id The &#x60;part-revision&#x60; ID.
7993
+ * @param {CreatePartRenditionRequest} createPartRenditionRequest
7994
+ * @param {*} [options] Override http request option.
7995
+ * @throws {RequiredError}
7996
+ */
7997
+ createPartRendition: (id: string, createPartRenditionRequest: CreatePartRenditionRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7998
+ /**
7999
+ * Get a `part-rendition` by ID.
8000
+ * @param {string} id The &#x60;part-rendition&#x60; ID.
8001
+ * @param {*} [options] Override http request option.
8002
+ * @throws {RequiredError}
8003
+ */
8004
+ getPartRendition: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8005
+ /**
8006
+ * Get `part-renditions` with an optional filter.
8007
+ * @param {string} [pageCursor] The cursor for the next page of items.
8008
+ * @param {number} [pageSize] The number of items to return.
8009
+ * @param {string} [filterSuppliedId] Comma-separated list of supplied IDs to filter on.
8010
+ * @param {string} [filterRevisionId] A revision ID to filter on.
8011
+ * @param {*} [options] Override http request option.
8012
+ * @throws {RequiredError}
8013
+ */
8014
+ getPartRenditions: (pageCursor?: string | undefined, pageSize?: number | undefined, filterSuppliedId?: string | undefined, filterRevisionId?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8015
+ };
8016
+ /**
8017
+ * PartRenditionsApi - functional programming interface
8018
+ * @export
8019
+ */
8020
+ export declare const PartRenditionsApiFp: (configuration?: Configuration | undefined) => {
8021
+ /**
8022
+ *
8023
+ * @param {string} id The &#x60;part-revision&#x60; ID.
8024
+ * @param {CreatePartRenditionRequest} createPartRenditionRequest
8025
+ * @param {*} [options] Override http request option.
8026
+ * @throws {RequiredError}
8027
+ */
8028
+ createPartRendition(id: string, createPartRenditionRequest: CreatePartRenditionRequest, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PartRendition>>;
8029
+ /**
8030
+ * Get a `part-rendition` by ID.
8031
+ * @param {string} id The &#x60;part-rendition&#x60; ID.
8032
+ * @param {*} [options] Override http request option.
8033
+ * @throws {RequiredError}
8034
+ */
8035
+ getPartRendition(id: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PartRendition>>;
8036
+ /**
8037
+ * Get `part-renditions` with an optional filter.
8038
+ * @param {string} [pageCursor] The cursor for the next page of items.
8039
+ * @param {number} [pageSize] The number of items to return.
8040
+ * @param {string} [filterSuppliedId] Comma-separated list of supplied IDs to filter on.
8041
+ * @param {string} [filterRevisionId] A revision ID to filter on.
8042
+ * @param {*} [options] Override http request option.
8043
+ * @throws {RequiredError}
8044
+ */
8045
+ getPartRenditions(pageCursor?: string | undefined, pageSize?: number | undefined, filterSuppliedId?: string | undefined, filterRevisionId?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PartRenditionList>>;
8046
+ };
8047
+ /**
8048
+ * PartRenditionsApi - factory interface
8049
+ * @export
8050
+ */
8051
+ export declare const PartRenditionsApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
8052
+ /**
8053
+ *
8054
+ * @param {string} id The &#x60;part-revision&#x60; ID.
8055
+ * @param {CreatePartRenditionRequest} createPartRenditionRequest
8056
+ * @param {*} [options] Override http request option.
8057
+ * @throws {RequiredError}
8058
+ */
8059
+ createPartRendition(id: string, createPartRenditionRequest: CreatePartRenditionRequest, options?: any): AxiosPromise<PartRendition>;
8060
+ /**
8061
+ * Get a `part-rendition` by ID.
8062
+ * @param {string} id The &#x60;part-rendition&#x60; ID.
8063
+ * @param {*} [options] Override http request option.
8064
+ * @throws {RequiredError}
8065
+ */
8066
+ getPartRendition(id: string, options?: any): AxiosPromise<PartRendition>;
8067
+ /**
8068
+ * Get `part-renditions` with an optional filter.
8069
+ * @param {string} [pageCursor] The cursor for the next page of items.
8070
+ * @param {number} [pageSize] The number of items to return.
8071
+ * @param {string} [filterSuppliedId] Comma-separated list of supplied IDs to filter on.
8072
+ * @param {string} [filterRevisionId] A revision ID to filter on.
8073
+ * @param {*} [options] Override http request option.
8074
+ * @throws {RequiredError}
8075
+ */
8076
+ getPartRenditions(pageCursor?: string | undefined, pageSize?: number | undefined, filterSuppliedId?: string | undefined, filterRevisionId?: string | undefined, options?: any): AxiosPromise<PartRenditionList>;
8077
+ };
8078
+ /**
8079
+ * Request parameters for createPartRendition operation in PartRenditionsApi.
8080
+ * @export
8081
+ * @interface PartRenditionsApiCreatePartRenditionRequest
8082
+ */
8083
+ export interface PartRenditionsApiCreatePartRenditionRequest {
8084
+ /**
8085
+ * The &#x60;part-revision&#x60; ID.
8086
+ * @type {string}
8087
+ * @memberof PartRenditionsApiCreatePartRendition
8088
+ */
8089
+ readonly id: string;
8090
+ /**
8091
+ *
8092
+ * @type {CreatePartRenditionRequest}
8093
+ * @memberof PartRenditionsApiCreatePartRendition
8094
+ */
8095
+ readonly createPartRenditionRequest: CreatePartRenditionRequest;
8096
+ }
8097
+ /**
8098
+ * Request parameters for getPartRendition operation in PartRenditionsApi.
8099
+ * @export
8100
+ * @interface PartRenditionsApiGetPartRenditionRequest
8101
+ */
8102
+ export interface PartRenditionsApiGetPartRenditionRequest {
8103
+ /**
8104
+ * The &#x60;part-rendition&#x60; ID.
8105
+ * @type {string}
8106
+ * @memberof PartRenditionsApiGetPartRendition
8107
+ */
8108
+ readonly id: string;
8109
+ }
8110
+ /**
8111
+ * Request parameters for getPartRenditions operation in PartRenditionsApi.
8112
+ * @export
8113
+ * @interface PartRenditionsApiGetPartRenditionsRequest
8114
+ */
8115
+ export interface PartRenditionsApiGetPartRenditionsRequest {
8116
+ /**
8117
+ * The cursor for the next page of items.
8118
+ * @type {string}
8119
+ * @memberof PartRenditionsApiGetPartRenditions
8120
+ */
8121
+ readonly pageCursor?: string;
8122
+ /**
8123
+ * The number of items to return.
8124
+ * @type {number}
8125
+ * @memberof PartRenditionsApiGetPartRenditions
8126
+ */
8127
+ readonly pageSize?: number;
8128
+ /**
8129
+ * Comma-separated list of supplied IDs to filter on.
8130
+ * @type {string}
8131
+ * @memberof PartRenditionsApiGetPartRenditions
8132
+ */
8133
+ readonly filterSuppliedId?: string;
8134
+ /**
8135
+ * A revision ID to filter on.
8136
+ * @type {string}
8137
+ * @memberof PartRenditionsApiGetPartRenditions
8138
+ */
8139
+ readonly filterRevisionId?: string;
8140
+ }
8141
+ /**
8142
+ * PartRenditionsApi - object-oriented interface
8143
+ * @export
8144
+ * @class PartRenditionsApi
8145
+ * @extends {BaseAPI}
8146
+ */
8147
+ export declare class PartRenditionsApi extends BaseAPI {
8148
+ /**
8149
+ *
8150
+ * @param {PartRenditionsApiCreatePartRenditionRequest} requestParameters Request parameters.
8151
+ * @param {*} [options] Override http request option.
8152
+ * @throws {RequiredError}
8153
+ * @memberof PartRenditionsApi
8154
+ */
8155
+ createPartRendition(requestParameters: PartRenditionsApiCreatePartRenditionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PartRendition, any>>;
8156
+ /**
8157
+ * Get a `part-rendition` by ID.
8158
+ * @param {PartRenditionsApiGetPartRenditionRequest} requestParameters Request parameters.
8159
+ * @param {*} [options] Override http request option.
8160
+ * @throws {RequiredError}
8161
+ * @memberof PartRenditionsApi
8162
+ */
8163
+ getPartRendition(requestParameters: PartRenditionsApiGetPartRenditionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PartRendition, any>>;
8164
+ /**
8165
+ * Get `part-renditions` with an optional filter.
8166
+ * @param {PartRenditionsApiGetPartRenditionsRequest} requestParameters Request parameters.
8167
+ * @param {*} [options] Override http request option.
8168
+ * @throws {RequiredError}
8169
+ * @memberof PartRenditionsApi
8170
+ */
8171
+ getPartRenditions(requestParameters?: PartRenditionsApiGetPartRenditionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PartRenditionList, any>>;
8172
+ }
7595
8173
  /**
7596
8174
  * PartRevisionsApi - axios parameter creator
7597
8175
  * @export