yellowgrid-api-ts 3.2.256-dev.0 → 3.2.257-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/api.d.ts CHANGED
@@ -1299,9 +1299,6 @@ export declare const AuditLogEntityTypeEnum: {
1299
1299
  readonly Pops3cxBackup: "pops_3cx_backup";
1300
1300
  readonly Pops3cxBilling: "pops_3cx_billing";
1301
1301
  readonly PopsDeadLicences: "pops_dead_licences";
1302
- readonly Pops3cxEngineering: "pops_3cx_engineering";
1303
- readonly Pops3cxEngineerTaskDefinitions: "pops_3cx_engineer_task_definitions";
1304
- readonly Pops3cxEngineerTasks: "pops_3cx_engineer_tasks";
1305
1302
  readonly Pops3cxExts: "pops_3cx_exts";
1306
1303
  readonly PopsHostingPricing: "pops_hosting_pricing";
1307
1304
  readonly Pops3cxKeys: "pops_3cx_keys";
@@ -3073,23 +3070,6 @@ export interface EmailRequestModel {
3073
3070
  */
3074
3071
  'email': string;
3075
3072
  }
3076
- /**
3077
- * Engineered Wizard Request
3078
- */
3079
- export interface EngineeredWizardRequestModel {
3080
- /**
3081
- * Customer Name
3082
- */
3083
- 'customer': string;
3084
- /**
3085
- * Engineer ID
3086
- */
3087
- 'engineerId': number;
3088
- /**
3089
- * Licence Key
3090
- */
3091
- 'licenceKey': string;
3092
- }
3093
3073
  /**
3094
3074
  * Service Event DTO
3095
3075
  */
@@ -5420,6 +5400,12 @@ export interface PasswordSenderEntity {
5420
5400
  */
5421
5401
  'description': string;
5422
5402
  }
5403
+ export interface PatchApproveRmaRequest {
5404
+ /**
5405
+ * Send email to customer
5406
+ */
5407
+ 'sendEmail'?: boolean;
5408
+ }
5423
5409
  export interface PatchUpdateAccountCnameRequest {
5424
5410
  /**
5425
5411
  * CNAME
@@ -7333,7 +7319,7 @@ export interface SearchSchoolModel {
7333
7319
  /**
7334
7320
  * MIS
7335
7321
  */
7336
- 'mis': string;
7322
+ 'mis'?: string | null;
7337
7323
  /**
7338
7324
  * Address
7339
7325
  */
@@ -9507,72 +9493,6 @@ export interface TcxDeadLicenceEntity {
9507
9493
  */
9508
9494
  'date': string;
9509
9495
  }
9510
- /**
9511
- * 3CX Engineer Task
9512
- */
9513
- export interface TcxEngineerTaskDTO {
9514
- /**
9515
- * Task ID
9516
- */
9517
- 'taskId': number;
9518
- /**
9519
- * Title
9520
- */
9521
- 'title': string;
9522
- /**
9523
- * Description
9524
- */
9525
- 'description': string;
9526
- /**
9527
- * Completion Status
9528
- */
9529
- 'complete': boolean;
9530
- /**
9531
- * Note
9532
- */
9533
- 'note': string;
9534
- }
9535
- /**
9536
- * 3CX Engineering
9537
- */
9538
- export interface TcxEngineeringDTO {
9539
- /**
9540
- * Engineering ID
9541
- */
9542
- 'id': number;
9543
- /**
9544
- * Wizard ID
9545
- */
9546
- 'wizardId': number;
9547
- /**
9548
- * Engineer ID
9549
- */
9550
- 'engineerId': number;
9551
- /**
9552
- * Engineer Name
9553
- */
9554
- 'engineerName': string;
9555
- /**
9556
- * Ticket URL
9557
- */
9558
- 'ticketUrl': string;
9559
- /**
9560
- * Date Time
9561
- */
9562
- 'goLiveDate'?: string | null;
9563
- /**
9564
- * Spec
9565
- */
9566
- 'spec'?: string | null;
9567
- /**
9568
- * Note
9569
- */
9570
- 'note'?: string | null;
9571
- /**
9572
- * Tasks
9573
- */
9574
- 'tasks': Array<TcxEngineerTaskDTO>;
9575
- }
9576
9496
  /**
9577
9497
  * 3CX Wizard Extension
9578
9498
  */
@@ -10564,19 +10484,6 @@ export interface TcxSipTrunksEntity {
10564
10484
  */
10565
10485
  'ipAddress'?: string | null;
10566
10486
  }
10567
- /**
10568
- * 3CX Wizard Summary
10569
- */
10570
- export interface TcxSummaryDTO {
10571
- /**
10572
- * Wizard ID
10573
- */
10574
- 'id': number;
10575
- /**
10576
- * Licence Key
10577
- */
10578
- 'licenceKey': string;
10579
- }
10580
10487
  /**
10581
10488
  * 3CX Template
10582
10489
  */
@@ -10654,7 +10561,6 @@ export interface TcxWizardModel {
10654
10561
  'sbcs'?: Array<TcxSbcModel> | null;
10655
10562
  'sipTrunk'?: TcxSipTrunksEntity | null;
10656
10563
  'installationStatus'?: TcxWizardModelInstallationStatusEnum | null;
10657
- 'engineering'?: TcxEngineeringDTO | null;
10658
10564
  'setup'?: TcxSetupEntity | null;
10659
10565
  /**
10660
10566
  * End User Wizard View
@@ -15434,13 +15340,6 @@ export declare const Class3CXInstallationWizardApiAxiosParamCreator: (configurat
15434
15340
  * @throws {RequiredError}
15435
15341
  */
15436
15342
  patchAddSbcs: (tcxSbcModel?: Array<TcxSbcModel>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
15437
- /**
15438
- * Allocate Wizard Engineer
15439
- * @param {number} engineerId Engineer ID
15440
- * @param {*} [options] Override http request option.
15441
- * @throws {RequiredError}
15442
- */
15443
- patchAllocateEngineer: (engineerId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
15444
15343
  /**
15445
15344
  * Update 3CX Installation Wizard
15446
15345
  * @summary Update 3CX Installation Wizard
@@ -15449,43 +15348,6 @@ export declare const Class3CXInstallationWizardApiAxiosParamCreator: (configurat
15449
15348
  * @throws {RequiredError}
15450
15349
  */
15451
15350
  patchGetWizard: (tcxWizardModel?: TcxWizardModel, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
15452
- /**
15453
- * Update Wizard Engineer Task Complete Status
15454
- * @param {number} taskId Task ID
15455
- * @param {PatchMarkEngineerTaskAsCompleteCompleteEnum} complete Complete Status
15456
- * @param {*} [options] Override http request option.
15457
- * @throws {RequiredError}
15458
- */
15459
- patchMarkEngineerTaskAsComplete: (taskId: number, complete: PatchMarkEngineerTaskAsCompleteCompleteEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
15460
- /**
15461
- * Update Wizard Engineer Task Note
15462
- * @param {number} taskId Task ID
15463
- * @param {string} note note
15464
- * @param {*} [options] Override http request option.
15465
- * @throws {RequiredError}
15466
- */
15467
- patchUpdateEngineerTaskNote: (taskId: number, note: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
15468
- /**
15469
- * Update Wizard Go Live Date
15470
- * @param {string} goLiveDate Go Live Date
15471
- * @param {*} [options] Override http request option.
15472
- * @throws {RequiredError}
15473
- */
15474
- patchUpdateGoLiveDate: (goLiveDate: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
15475
- /**
15476
- * Update Wizard Engineer Note
15477
- * @param {string} note Note
15478
- * @param {*} [options] Override http request option.
15479
- * @throws {RequiredError}
15480
- */
15481
- patchUpdateNote: (note: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
15482
- /**
15483
- * Update Wizard Engineer Spec
15484
- * @param {string} spec Spec
15485
- * @param {*} [options] Override http request option.
15486
- * @throws {RequiredError}
15487
- */
15488
- patchUpdateSpec: (spec: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
15489
15351
  /**
15490
15352
  * Add Extensions To 3CX Installation Wizard
15491
15353
  * @summary Add Extensions To 3CX Installation Wizard
@@ -15766,13 +15628,6 @@ export declare const Class3CXInstallationWizardApiFp: (configuration?: Configura
15766
15628
  * @throws {RequiredError}
15767
15629
  */
15768
15630
  patchAddSbcs(tcxSbcModel?: Array<TcxSbcModel>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TcxSbcModel>>>;
15769
- /**
15770
- * Allocate Wizard Engineer
15771
- * @param {number} engineerId Engineer ID
15772
- * @param {*} [options] Override http request option.
15773
- * @throws {RequiredError}
15774
- */
15775
- patchAllocateEngineer(engineerId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
15776
15631
  /**
15777
15632
  * Update 3CX Installation Wizard
15778
15633
  * @summary Update 3CX Installation Wizard
@@ -15781,43 +15636,6 @@ export declare const Class3CXInstallationWizardApiFp: (configuration?: Configura
15781
15636
  * @throws {RequiredError}
15782
15637
  */
15783
15638
  patchGetWizard(tcxWizardModel?: TcxWizardModel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TcxWizardModel>>;
15784
- /**
15785
- * Update Wizard Engineer Task Complete Status
15786
- * @param {number} taskId Task ID
15787
- * @param {PatchMarkEngineerTaskAsCompleteCompleteEnum} complete Complete Status
15788
- * @param {*} [options] Override http request option.
15789
- * @throws {RequiredError}
15790
- */
15791
- patchMarkEngineerTaskAsComplete(taskId: number, complete: PatchMarkEngineerTaskAsCompleteCompleteEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
15792
- /**
15793
- * Update Wizard Engineer Task Note
15794
- * @param {number} taskId Task ID
15795
- * @param {string} note note
15796
- * @param {*} [options] Override http request option.
15797
- * @throws {RequiredError}
15798
- */
15799
- patchUpdateEngineerTaskNote(taskId: number, note: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
15800
- /**
15801
- * Update Wizard Go Live Date
15802
- * @param {string} goLiveDate Go Live Date
15803
- * @param {*} [options] Override http request option.
15804
- * @throws {RequiredError}
15805
- */
15806
- patchUpdateGoLiveDate(goLiveDate: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
15807
- /**
15808
- * Update Wizard Engineer Note
15809
- * @param {string} note Note
15810
- * @param {*} [options] Override http request option.
15811
- * @throws {RequiredError}
15812
- */
15813
- patchUpdateNote(note: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
15814
- /**
15815
- * Update Wizard Engineer Spec
15816
- * @param {string} spec Spec
15817
- * @param {*} [options] Override http request option.
15818
- * @throws {RequiredError}
15819
- */
15820
- patchUpdateSpec(spec: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
15821
15639
  /**
15822
15640
  * Add Extensions To 3CX Installation Wizard
15823
15641
  * @summary Add Extensions To 3CX Installation Wizard
@@ -16098,13 +15916,6 @@ export declare const Class3CXInstallationWizardApiFactory: (configuration?: Conf
16098
15916
  * @throws {RequiredError}
16099
15917
  */
16100
15918
  patchAddSbcs(tcxSbcModel?: Array<TcxSbcModel>, options?: RawAxiosRequestConfig): AxiosPromise<Array<TcxSbcModel>>;
16101
- /**
16102
- * Allocate Wizard Engineer
16103
- * @param {number} engineerId Engineer ID
16104
- * @param {*} [options] Override http request option.
16105
- * @throws {RequiredError}
16106
- */
16107
- patchAllocateEngineer(engineerId: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
16108
15919
  /**
16109
15920
  * Update 3CX Installation Wizard
16110
15921
  * @summary Update 3CX Installation Wizard
@@ -16113,43 +15924,6 @@ export declare const Class3CXInstallationWizardApiFactory: (configuration?: Conf
16113
15924
  * @throws {RequiredError}
16114
15925
  */
16115
15926
  patchGetWizard(tcxWizardModel?: TcxWizardModel, options?: RawAxiosRequestConfig): AxiosPromise<TcxWizardModel>;
16116
- /**
16117
- * Update Wizard Engineer Task Complete Status
16118
- * @param {number} taskId Task ID
16119
- * @param {PatchMarkEngineerTaskAsCompleteCompleteEnum} complete Complete Status
16120
- * @param {*} [options] Override http request option.
16121
- * @throws {RequiredError}
16122
- */
16123
- patchMarkEngineerTaskAsComplete(taskId: number, complete: PatchMarkEngineerTaskAsCompleteCompleteEnum, options?: RawAxiosRequestConfig): AxiosPromise<void>;
16124
- /**
16125
- * Update Wizard Engineer Task Note
16126
- * @param {number} taskId Task ID
16127
- * @param {string} note note
16128
- * @param {*} [options] Override http request option.
16129
- * @throws {RequiredError}
16130
- */
16131
- patchUpdateEngineerTaskNote(taskId: number, note: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
16132
- /**
16133
- * Update Wizard Go Live Date
16134
- * @param {string} goLiveDate Go Live Date
16135
- * @param {*} [options] Override http request option.
16136
- * @throws {RequiredError}
16137
- */
16138
- patchUpdateGoLiveDate(goLiveDate: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
16139
- /**
16140
- * Update Wizard Engineer Note
16141
- * @param {string} note Note
16142
- * @param {*} [options] Override http request option.
16143
- * @throws {RequiredError}
16144
- */
16145
- patchUpdateNote(note: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
16146
- /**
16147
- * Update Wizard Engineer Spec
16148
- * @param {string} spec Spec
16149
- * @param {*} [options] Override http request option.
16150
- * @throws {RequiredError}
16151
- */
16152
- patchUpdateSpec(spec: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
16153
15927
  /**
16154
15928
  * Add Extensions To 3CX Installation Wizard
16155
15929
  * @summary Add Extensions To 3CX Installation Wizard
@@ -16430,13 +16204,6 @@ export declare class Class3CXInstallationWizardApi extends BaseAPI {
16430
16204
  * @throws {RequiredError}
16431
16205
  */
16432
16206
  patchAddSbcs(tcxSbcModel?: Array<TcxSbcModel>, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TcxSbcModel[], any, {}>>;
16433
- /**
16434
- * Allocate Wizard Engineer
16435
- * @param {number} engineerId Engineer ID
16436
- * @param {*} [options] Override http request option.
16437
- * @throws {RequiredError}
16438
- */
16439
- patchAllocateEngineer(engineerId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
16440
16207
  /**
16441
16208
  * Update 3CX Installation Wizard
16442
16209
  * @summary Update 3CX Installation Wizard
@@ -16445,43 +16212,6 @@ export declare class Class3CXInstallationWizardApi extends BaseAPI {
16445
16212
  * @throws {RequiredError}
16446
16213
  */
16447
16214
  patchGetWizard(tcxWizardModel?: TcxWizardModel, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TcxWizardModel, any, {}>>;
16448
- /**
16449
- * Update Wizard Engineer Task Complete Status
16450
- * @param {number} taskId Task ID
16451
- * @param {PatchMarkEngineerTaskAsCompleteCompleteEnum} complete Complete Status
16452
- * @param {*} [options] Override http request option.
16453
- * @throws {RequiredError}
16454
- */
16455
- patchMarkEngineerTaskAsComplete(taskId: number, complete: PatchMarkEngineerTaskAsCompleteCompleteEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
16456
- /**
16457
- * Update Wizard Engineer Task Note
16458
- * @param {number} taskId Task ID
16459
- * @param {string} note note
16460
- * @param {*} [options] Override http request option.
16461
- * @throws {RequiredError}
16462
- */
16463
- patchUpdateEngineerTaskNote(taskId: number, note: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
16464
- /**
16465
- * Update Wizard Go Live Date
16466
- * @param {string} goLiveDate Go Live Date
16467
- * @param {*} [options] Override http request option.
16468
- * @throws {RequiredError}
16469
- */
16470
- patchUpdateGoLiveDate(goLiveDate: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
16471
- /**
16472
- * Update Wizard Engineer Note
16473
- * @param {string} note Note
16474
- * @param {*} [options] Override http request option.
16475
- * @throws {RequiredError}
16476
- */
16477
- patchUpdateNote(note: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
16478
- /**
16479
- * Update Wizard Engineer Spec
16480
- * @param {string} spec Spec
16481
- * @param {*} [options] Override http request option.
16482
- * @throws {RequiredError}
16483
- */
16484
- patchUpdateSpec(spec: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
16485
16215
  /**
16486
16216
  * Add Extensions To 3CX Installation Wizard
16487
16217
  * @summary Add Extensions To 3CX Installation Wizard
@@ -16593,11 +16323,6 @@ export declare class Class3CXInstallationWizardApi extends BaseAPI {
16593
16323
  */
16594
16324
  postUploadBackup(backup: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TcxBackupModel, any, {}>>;
16595
16325
  }
16596
- export declare const PatchMarkEngineerTaskAsCompleteCompleteEnum: {
16597
- readonly True: "true";
16598
- readonly False: "false";
16599
- };
16600
- export type PatchMarkEngineerTaskAsCompleteCompleteEnum = typeof PatchMarkEngineerTaskAsCompleteCompleteEnum[keyof typeof PatchMarkEngineerTaskAsCompleteCompleteEnum];
16601
16326
  /**
16602
16327
  * Class3CXInstallationsApi - axios parameter creator
16603
16328
  */
@@ -18876,7 +18601,6 @@ export declare const PostAccessTokenScopeEnum: {
18876
18601
  export type PostAccessTokenScopeEnum = typeof PostAccessTokenScopeEnum[keyof typeof PostAccessTokenScopeEnum];
18877
18602
  export declare const PostAccessTokenTokenExchangeTypeEnum: {
18878
18603
  readonly TcxWizard: "tcx_wizard";
18879
- readonly TcxWizardAdmin: "tcx_wizard_admin";
18880
18604
  readonly Portal: "portal";
18881
18605
  };
18882
18606
  export type PostAccessTokenTokenExchangeTypeEnum = typeof PostAccessTokenTokenExchangeTypeEnum[keyof typeof PostAccessTokenTokenExchangeTypeEnum];
@@ -19080,14 +18804,6 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
19080
18804
  * @throws {RequiredError}
19081
18805
  */
19082
18806
  postCreateShipment: (id: number, batchId: number, shipmentRequestDTO?: ShipmentRequestDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19083
- /**
19084
- * Create Engineered Wizard
19085
- * @param {number} id Order ID
19086
- * @param {EngineeredWizardRequestModel} [engineeredWizardRequestModel] Engineered Wizard Request
19087
- * @param {*} [options] Override http request option.
19088
- * @throws {RequiredError}
19089
- */
19090
- postCreateWizardFromOrder: (id: number, engineeredWizardRequestModel?: EngineeredWizardRequestModel, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19091
18807
  /**
19092
18808
  * Create An Order (Beta)
19093
18809
  * @summary Create An Order (Beta)
@@ -19390,14 +19106,6 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
19390
19106
  * @throws {RequiredError}
19391
19107
  */
19392
19108
  postCreateShipment(id: number, batchId: number, shipmentRequestDTO?: ShipmentRequestDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShipmentDTO>>;
19393
- /**
19394
- * Create Engineered Wizard
19395
- * @param {number} id Order ID
19396
- * @param {EngineeredWizardRequestModel} [engineeredWizardRequestModel] Engineered Wizard Request
19397
- * @param {*} [options] Override http request option.
19398
- * @throws {RequiredError}
19399
- */
19400
- postCreateWizardFromOrder(id: number, engineeredWizardRequestModel?: EngineeredWizardRequestModel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TcxSummaryDTO>>;
19401
19109
  /**
19402
19110
  * Create An Order (Beta)
19403
19111
  * @summary Create An Order (Beta)
@@ -19700,14 +19408,6 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
19700
19408
  * @throws {RequiredError}
19701
19409
  */
19702
19410
  postCreateShipment(id: number, batchId: number, shipmentRequestDTO?: ShipmentRequestDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShipmentDTO>;
19703
- /**
19704
- * Create Engineered Wizard
19705
- * @param {number} id Order ID
19706
- * @param {EngineeredWizardRequestModel} [engineeredWizardRequestModel] Engineered Wizard Request
19707
- * @param {*} [options] Override http request option.
19708
- * @throws {RequiredError}
19709
- */
19710
- postCreateWizardFromOrder(id: number, engineeredWizardRequestModel?: EngineeredWizardRequestModel, options?: RawAxiosRequestConfig): AxiosPromise<TcxSummaryDTO>;
19711
19411
  /**
19712
19412
  * Create An Order (Beta)
19713
19413
  * @summary Create An Order (Beta)
@@ -20010,14 +19710,6 @@ export declare class OrdersApi extends BaseAPI {
20010
19710
  * @throws {RequiredError}
20011
19711
  */
20012
19712
  postCreateShipment(id: number, batchId: number, shipmentRequestDTO?: ShipmentRequestDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShipmentDTO, any, {}>>;
20013
- /**
20014
- * Create Engineered Wizard
20015
- * @param {number} id Order ID
20016
- * @param {EngineeredWizardRequestModel} [engineeredWizardRequestModel] Engineered Wizard Request
20017
- * @param {*} [options] Override http request option.
20018
- * @throws {RequiredError}
20019
- */
20020
- postCreateWizardFromOrder(id: number, engineeredWizardRequestModel?: EngineeredWizardRequestModel, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TcxSummaryDTO, any, {}>>;
20021
19713
  /**
20022
19714
  * Create An Order (Beta)
20023
19715
  * @summary Create An Order (Beta)
@@ -21459,10 +21151,11 @@ export declare const RMAApiAxiosParamCreator: (configuration?: Configuration) =>
21459
21151
  /**
21460
21152
  * Approve an RMA
21461
21153
  * @param {number} id
21154
+ * @param {PatchApproveRmaRequest} [patchApproveRmaRequest]
21462
21155
  * @param {*} [options] Override http request option.
21463
21156
  * @throws {RequiredError}
21464
21157
  */
21465
- patchApproveRma: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
21158
+ patchApproveRma: (id: number, patchApproveRmaRequest?: PatchApproveRmaRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
21466
21159
  /**
21467
21160
  * Mark RMA item as binned
21468
21161
  * @param {number} id
@@ -21700,10 +21393,11 @@ export declare const RMAApiFp: (configuration?: Configuration) => {
21700
21393
  /**
21701
21394
  * Approve an RMA
21702
21395
  * @param {number} id
21396
+ * @param {PatchApproveRmaRequest} [patchApproveRmaRequest]
21703
21397
  * @param {*} [options] Override http request option.
21704
21398
  * @throws {RequiredError}
21705
21399
  */
21706
- patchApproveRma(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
21400
+ patchApproveRma(id: number, patchApproveRmaRequest?: PatchApproveRmaRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
21707
21401
  /**
21708
21402
  * Mark RMA item as binned
21709
21403
  * @param {number} id
@@ -21941,10 +21635,11 @@ export declare const RMAApiFactory: (configuration?: Configuration, basePath?: s
21941
21635
  /**
21942
21636
  * Approve an RMA
21943
21637
  * @param {number} id
21638
+ * @param {PatchApproveRmaRequest} [patchApproveRmaRequest]
21944
21639
  * @param {*} [options] Override http request option.
21945
21640
  * @throws {RequiredError}
21946
21641
  */
21947
- patchApproveRma(id: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
21642
+ patchApproveRma(id: number, patchApproveRmaRequest?: PatchApproveRmaRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
21948
21643
  /**
21949
21644
  * Mark RMA item as binned
21950
21645
  * @param {number} id
@@ -22182,10 +21877,11 @@ export declare class RMAApi extends BaseAPI {
22182
21877
  /**
22183
21878
  * Approve an RMA
22184
21879
  * @param {number} id
21880
+ * @param {PatchApproveRmaRequest} [patchApproveRmaRequest]
22185
21881
  * @param {*} [options] Override http request option.
22186
21882
  * @throws {RequiredError}
22187
21883
  */
22188
- patchApproveRma(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
21884
+ patchApproveRma(id: number, patchApproveRmaRequest?: PatchApproveRmaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
22189
21885
  /**
22190
21886
  * Mark RMA item as binned
22191
21887
  * @param {number} id