@vertexvis/api-client-node 0.22.0 → 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/esm/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
@@ -539,106 +539,140 @@ export declare type CameraFitTypeEnum = (typeof CameraFitTypeEnum)[keyof typeof
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
@@ -3238,6 +3272,27 @@ export interface PartRenditionDataRelationships {
3238
3272
  */
3239
3273
  partRevision?: PartRevisionRelationship;
3240
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
+ }
3241
3296
  /**
3242
3297
  * Relationship to a `part-rendition`.
3243
3298
  * @export
@@ -4578,10 +4633,10 @@ export interface SceneOperation {
4578
4633
  query: QueryById | QueryByCollection | QueryAll;
4579
4634
  /**
4580
4635
  * List of operations to perform on `scene-items` matching the query.
4581
- * @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>}
4582
4637
  * @memberof SceneOperation
4583
4638
  */
4584
- 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>;
4585
4640
  }
4586
4641
  /**
4587
4642
  * Relationship to a `scene`.
@@ -4987,20 +5042,20 @@ export interface SectionPlane {
4987
5042
  /**
4988
5043
  *
4989
5044
  * @export
4990
- * @interface SelectOperation
5045
+ * @interface SelectOp
4991
5046
  */
4992
- export interface SelectOperation {
5047
+ export interface SelectOp {
4993
5048
  /**
4994
5049
  * Resource object type.
4995
5050
  * @type {string}
4996
- * @memberof SelectOperation
5051
+ * @memberof SelectOp
4997
5052
  */
4998
- type: SelectOperationTypeEnum;
5053
+ type: SelectOpTypeEnum;
4999
5054
  }
5000
- export declare const SelectOperationTypeEnum: {
5055
+ export declare const SelectOpTypeEnum: {
5001
5056
  readonly Select: "select";
5002
5057
  };
5003
- export declare type SelectOperationTypeEnum = (typeof SelectOperationTypeEnum)[keyof typeof SelectOperationTypeEnum];
5058
+ export declare type SelectOpTypeEnum = (typeof SelectOpTypeEnum)[keyof typeof SelectOpTypeEnum];
5004
5059
  /**
5005
5060
  *
5006
5061
  * @export
@@ -5870,6 +5925,120 @@ export interface Vector4 {
5870
5925
  */
5871
5926
  w: number;
5872
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];
5873
6042
  /**
5874
6043
  *
5875
6044
  * @export
@@ -6825,83 +6994,6 @@ export declare class BatchesApi extends BaseAPI {
6825
6994
  */
6826
6995
  getQueuedBatch(requestParameters: BatchesApiGetQueuedBatchRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<QueuedJob, any>>;
6827
6996
  }
6828
- /**
6829
- * DefaultApi - axios parameter creator
6830
- * @export
6831
- */
6832
- export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
6833
- /**
6834
- *
6835
- * @param {string} id The &#x60;part-revision&#x60; ID.
6836
- * @param {CreatePartRenditionRequest} createPartRenditionRequest
6837
- * @param {*} [options] Override http request option.
6838
- * @throws {RequiredError}
6839
- */
6840
- createPartRendition: (id: string, createPartRenditionRequest: CreatePartRenditionRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6841
- };
6842
- /**
6843
- * DefaultApi - functional programming interface
6844
- * @export
6845
- */
6846
- export declare const DefaultApiFp: (configuration?: Configuration | undefined) => {
6847
- /**
6848
- *
6849
- * @param {string} id The &#x60;part-revision&#x60; ID.
6850
- * @param {CreatePartRenditionRequest} createPartRenditionRequest
6851
- * @param {*} [options] Override http request option.
6852
- * @throws {RequiredError}
6853
- */
6854
- createPartRendition(id: string, createPartRenditionRequest: CreatePartRenditionRequest, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PartRendition>>;
6855
- };
6856
- /**
6857
- * DefaultApi - factory interface
6858
- * @export
6859
- */
6860
- export declare const DefaultApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
6861
- /**
6862
- *
6863
- * @param {string} id The &#x60;part-revision&#x60; ID.
6864
- * @param {CreatePartRenditionRequest} createPartRenditionRequest
6865
- * @param {*} [options] Override http request option.
6866
- * @throws {RequiredError}
6867
- */
6868
- createPartRendition(id: string, createPartRenditionRequest: CreatePartRenditionRequest, options?: any): AxiosPromise<PartRendition>;
6869
- };
6870
- /**
6871
- * Request parameters for createPartRendition operation in DefaultApi.
6872
- * @export
6873
- * @interface DefaultApiCreatePartRenditionRequest
6874
- */
6875
- export interface DefaultApiCreatePartRenditionRequest {
6876
- /**
6877
- * The &#x60;part-revision&#x60; ID.
6878
- * @type {string}
6879
- * @memberof DefaultApiCreatePartRendition
6880
- */
6881
- readonly id: string;
6882
- /**
6883
- *
6884
- * @type {CreatePartRenditionRequest}
6885
- * @memberof DefaultApiCreatePartRendition
6886
- */
6887
- readonly createPartRenditionRequest: CreatePartRenditionRequest;
6888
- }
6889
- /**
6890
- * DefaultApi - object-oriented interface
6891
- * @export
6892
- * @class DefaultApi
6893
- * @extends {BaseAPI}
6894
- */
6895
- export declare class DefaultApi extends BaseAPI {
6896
- /**
6897
- *
6898
- * @param {DefaultApiCreatePartRenditionRequest} requestParameters Request parameters.
6899
- * @param {*} [options] Override http request option.
6900
- * @throws {RequiredError}
6901
- * @memberof DefaultApi
6902
- */
6903
- createPartRendition(requestParameters: DefaultApiCreatePartRenditionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PartRendition, any>>;
6904
- }
6905
6997
  /**
6906
6998
  * ExportsApi - axios parameter creator
6907
6999
  * @export
@@ -7890,6 +7982,194 @@ export declare class Oauth2Api extends BaseAPI {
7890
7982
  */
7891
7983
  revokeToken(requestParameters: Oauth2ApiRevokeTokenRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
7892
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
+ }
7893
8173
  /**
7894
8174
  * PartRevisionsApi - axios parameter creator
7895
8175
  * @export