@victoria-company/agora-client 1.0.202506121230 → 1.0.202506160810

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/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { BaseRequestBuilder, RequestConfiguration, UntypedNode, RequestInformation, Parsable, AdditionalDataHolder, DateOnly, ParseNode, ApiError, SerializationWriter, MultipartBody, KeysToExcludeForNavigationMetadata, NavigationMetadata, RequestAdapter } from '@microsoft/kiota-abstractions';
1
+ import { BaseRequestBuilder, RequestConfiguration, RequestInformation, Parsable, AdditionalDataHolder, DateOnly, ParseNode, ApiError, SerializationWriter, MultipartBody, KeysToExcludeForNavigationMetadata, NavigationMetadata, RequestAdapter } from '@microsoft/kiota-abstractions';
2
2
 
3
3
  /**
4
4
  * Builds and executes requests for operations under /api/batches/nightly/to_update_asap
@@ -6,10 +6,9 @@ import { BaseRequestBuilder, RequestConfiguration, UntypedNode, RequestInformati
6
6
  interface To_update_asapRequestBuilder extends BaseRequestBuilder<To_update_asapRequestBuilder> {
7
7
  /**
8
8
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9
- * @returns {Promise<UntypedNode>}
10
9
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
11
10
  */
12
- get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
11
+ get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
13
12
  /**
14
13
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
15
14
  * @returns {RequestInformation}
@@ -4501,20 +4500,26 @@ interface DownloadIntranetPaymentSheetRequest_MergePaymentInfo extends Parsable
4501
4500
  qrUrl?: string | null;
4502
4501
  }
4503
4502
  type EmailTemplates = (typeof EmailTemplatesObject)[keyof typeof EmailTemplatesObject];
4503
+ /**
4504
+ * the dto used to send an error response to the client
4505
+ */
4504
4506
  interface ErrorResponse extends ApiError, Parsable {
4505
4507
  /**
4506
- * The errors property
4508
+ * the collection of errors for the current context
4507
4509
  */
4508
4510
  errors?: ErrorResponse_errors | null;
4509
4511
  /**
4510
- * The message property
4512
+ * the message for the error response
4511
4513
  */
4512
4514
  messageEscaped?: string | null;
4513
4515
  /**
4514
- * The statusCode property
4516
+ * the http status code sent to the client. default is 400.
4515
4517
  */
4516
4518
  statusCode?: number | null;
4517
4519
  }
4520
+ /**
4521
+ * the collection of errors for the current context
4522
+ */
4518
4523
  interface ErrorResponse_errors extends AdditionalDataHolder, Parsable {
4519
4524
  /**
4520
4525
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -6908,19 +6913,25 @@ interface SetDelegatePaymentMethodRequest extends Parsable {
6908
6913
  */
6909
6914
  delegatePaymentMethod?: DelegatePaymentMethod | null;
6910
6915
  }
6916
+ /**
6917
+ * A base type to use for creating smart enums with inner value of type Int32.
6918
+ */
6911
6919
  interface SmartEnumOfPaymentStatus extends AdditionalDataHolder, Parsable, SmartEnumOfPaymentStatusAndInt32 {
6912
6920
  /**
6913
6921
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
6914
6922
  */
6915
6923
  additionalData?: Record<string, unknown>;
6916
6924
  }
6925
+ /**
6926
+ * A base type to use for creating smart enums.
6927
+ */
6917
6928
  interface SmartEnumOfPaymentStatusAndInt32 extends Parsable {
6918
6929
  /**
6919
- * The name property
6930
+ * Gets the name.
6920
6931
  */
6921
6932
  name?: string | null;
6922
6933
  /**
6923
- * The value property
6934
+ * Gets the value.
6924
6935
  */
6925
6936
  value?: number | null;
6926
6937
  }
@@ -8257,10 +8268,9 @@ interface RunRequestBuilder extends BaseRequestBuilder<RunRequestBuilder> {
8257
8268
  /**
8258
8269
  * @param body The request body
8259
8270
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8260
- * @returns {Promise<UntypedNode>}
8261
8271
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8262
8272
  */
8263
- post(body: RunBatchesRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8273
+ post(body: RunBatchesRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8264
8274
  /**
8265
8275
  * @param body The request body
8266
8276
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -8289,10 +8299,9 @@ interface BatchesRequestBuilder extends BaseRequestBuilder<BatchesRequestBuilder
8289
8299
  interface ApproveRequestBuilder$1 extends BaseRequestBuilder<ApproveRequestBuilder$1> {
8290
8300
  /**
8291
8301
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8292
- * @returns {Promise<UntypedNode>}
8293
8302
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8294
8303
  */
8295
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8304
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8296
8305
  /**
8297
8306
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8298
8307
  * @returns {RequestInformation}
@@ -8307,10 +8316,9 @@ interface AssignDelegateRequestBuilder extends BaseRequestBuilder<AssignDelegate
8307
8316
  /**
8308
8317
  * @param body The request body
8309
8318
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8310
- * @returns {Promise<UntypedNode>}
8311
8319
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8312
8320
  */
8313
- put(body: AssignDelegateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8321
+ put(body: AssignDelegateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8314
8322
  /**
8315
8323
  * @param body The request body
8316
8324
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -8326,10 +8334,9 @@ interface AssignDemoRequestBuilder extends BaseRequestBuilder<AssignDemoRequestB
8326
8334
  /**
8327
8335
  * @param body The request body
8328
8336
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8329
- * @returns {Promise<UntypedNode>}
8330
8337
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8331
8338
  */
8332
- put(body: AssignDemoRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8339
+ put(body: AssignDemoRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8333
8340
  /**
8334
8341
  * @param body The request body
8335
8342
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -8391,10 +8398,9 @@ interface ConfirmRequestBuilder extends BaseRequestBuilder<ConfirmRequestBuilder
8391
8398
  /**
8392
8399
  * Confirm a cart paid entirely with vouchers and wallet
8393
8400
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8394
- * @returns {Promise<UntypedNode>}
8395
8401
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8396
8402
  */
8397
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8403
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8398
8404
  /**
8399
8405
  * Confirm a cart paid entirely with vouchers and wallet
8400
8406
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -8409,10 +8415,9 @@ interface ConfirmRequestBuilder extends BaseRequestBuilder<ConfirmRequestBuilder
8409
8415
  interface ConfirmAdvantageScreenViewedRequestBuilder extends BaseRequestBuilder<ConfirmAdvantageScreenViewedRequestBuilder> {
8410
8416
  /**
8411
8417
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8412
- * @returns {Promise<UntypedNode>}
8413
8418
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8414
8419
  */
8415
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8420
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8416
8421
  /**
8417
8422
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8418
8423
  * @returns {RequestInformation}
@@ -8427,11 +8432,10 @@ interface DeliveryRequestBuilder extends BaseRequestBuilder<DeliveryRequestBuild
8427
8432
  /**
8428
8433
  * @param body The request body
8429
8434
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8430
- * @returns {Promise<UntypedNode>}
8431
8435
  * @throws {ErrorResponse} error when the service returns a 400 status code
8432
8436
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8433
8437
  */
8434
- put(body: SetCartDeliveryRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8438
+ put(body: SetCartDeliveryRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8435
8439
  /**
8436
8440
  * @param body The request body
8437
8441
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -8447,10 +8451,9 @@ interface ChangeVariantRequestBuilder extends BaseRequestBuilder<ChangeVariantRe
8447
8451
  /**
8448
8452
  * @param body The request body
8449
8453
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8450
- * @returns {Promise<UntypedNode>}
8451
8454
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8452
8455
  */
8453
- put(body: CartItemChangeVariantRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8456
+ put(body: CartItemChangeVariantRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8454
8457
  /**
8455
8458
  * @param body The request body
8456
8459
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -8466,10 +8469,9 @@ interface LinkModificationRequestBuilder extends BaseRequestBuilder<LinkModifica
8466
8469
  /**
8467
8470
  * @param body The request body
8468
8471
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8469
- * @returns {Promise<UntypedNode>}
8470
8472
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8471
8473
  */
8472
- put(body: UpdateLinkModificationRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8474
+ put(body: UpdateLinkModificationRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8473
8475
  /**
8474
8476
  * @param body The request body
8475
8477
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -8505,18 +8507,16 @@ interface ItemsRequestBuilder extends BaseRequestBuilder<ItemsRequestBuilder> {
8505
8507
  /**
8506
8508
  * @param body The request body
8507
8509
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8508
- * @returns {Promise<UntypedNode>}
8509
8510
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8510
8511
  */
8511
- delete(body: CartDeleteItemRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8512
+ delete(body: CartDeleteItemRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8512
8513
  /**
8513
8514
  * @param body The request body
8514
8515
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8515
- * @returns {Promise<UntypedNode>}
8516
8516
  * @throws {ErrorResponse} error when the service returns a 400 status code
8517
8517
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8518
8518
  */
8519
- post(body: CartAddItemRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8519
+ post(body: CartAddItemRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8520
8520
  /**
8521
8521
  * @param body The request body
8522
8522
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -8577,10 +8577,9 @@ interface DownloadRequestBuilderGetQueryParameters {
8577
8577
  interface SendEmailRequestBuilder$1 extends BaseRequestBuilder<SendEmailRequestBuilder$1> {
8578
8578
  /**
8579
8579
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8580
- * @returns {Promise<UntypedNode>}
8581
8580
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8582
8581
  */
8583
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8582
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8584
8583
  /**
8585
8584
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8586
8585
  * @returns {RequestInformation}
@@ -8594,10 +8593,9 @@ interface SendEmailRequestBuilder$1 extends BaseRequestBuilder<SendEmailRequestB
8594
8593
  interface SignRequestBuilder extends BaseRequestBuilder<SignRequestBuilder> {
8595
8594
  /**
8596
8595
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8597
- * @returns {Promise<UntypedNode>}
8598
8596
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8599
8597
  */
8600
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8598
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8601
8599
  /**
8602
8600
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8603
8601
  * @returns {RequestInformation}
@@ -8629,10 +8627,9 @@ interface SignWithImageRequestBuilder extends BaseRequestBuilder<SignWithImageRe
8629
8627
  /**
8630
8628
  * @param body The request body
8631
8629
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8632
- * @returns {Promise<UntypedNode>}
8633
8630
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8634
8631
  */
8635
- post(body: CartSignPreContractualInformationDocumentWithImageRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8632
+ post(body: CartSignPreContractualInformationDocumentWithImageRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8636
8633
  /**
8637
8634
  * @param body The request body
8638
8635
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -8647,10 +8644,9 @@ interface SignWithImageRequestBuilder extends BaseRequestBuilder<SignWithImageRe
8647
8644
  interface UnSignRequestBuilder extends BaseRequestBuilder<UnSignRequestBuilder> {
8648
8645
  /**
8649
8646
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8650
- * @returns {Promise<UntypedNode>}
8651
8647
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8652
8648
  */
8653
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8649
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8654
8650
  /**
8655
8651
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8656
8652
  * @returns {RequestInformation}
@@ -8695,10 +8691,9 @@ interface ReopenRequestBuilder extends BaseRequestBuilder<ReopenRequestBuilder>
8695
8691
  /**
8696
8692
  * Reopen a finalized cart
8697
8693
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8698
- * @returns {Promise<UntypedNode>}
8699
8694
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8700
8695
  */
8701
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8696
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8702
8697
  /**
8703
8698
  * Reopen a finalized cart
8704
8699
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -8713,10 +8708,9 @@ interface ReopenRequestBuilder extends BaseRequestBuilder<ReopenRequestBuilder>
8713
8708
  interface RequestApprovalRequestBuilder extends BaseRequestBuilder<RequestApprovalRequestBuilder> {
8714
8709
  /**
8715
8710
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8716
- * @returns {Promise<UntypedNode>}
8717
8711
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8718
8712
  */
8719
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8713
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8720
8714
  /**
8721
8715
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8722
8716
  * @returns {RequestInformation}
@@ -8730,10 +8724,9 @@ interface RequestApprovalRequestBuilder extends BaseRequestBuilder<RequestApprov
8730
8724
  interface SendDirectAccessLinkRequestBuilder extends BaseRequestBuilder<SendDirectAccessLinkRequestBuilder> {
8731
8725
  /**
8732
8726
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8733
- * @returns {Promise<UntypedNode>}
8734
8727
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8735
8728
  */
8736
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8729
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8737
8730
  /**
8738
8731
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8739
8732
  * @returns {RequestInformation}
@@ -8747,10 +8740,9 @@ interface SendDirectAccessLinkRequestBuilder extends BaseRequestBuilder<SendDire
8747
8740
  interface WithVoucherItemRequestBuilder extends BaseRequestBuilder<WithVoucherItemRequestBuilder> {
8748
8741
  /**
8749
8742
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8750
- * @returns {Promise<UntypedNode>}
8751
8743
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8752
8744
  */
8753
- delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8745
+ delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8754
8746
  /**
8755
8747
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8756
8748
  * @returns {RequestInformation}
@@ -8771,11 +8763,10 @@ interface VouchersRequestBuilder$4 extends BaseRequestBuilder<VouchersRequestBui
8771
8763
  /**
8772
8764
  * @param body The request body
8773
8765
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8774
- * @returns {Promise<UntypedNode>}
8775
8766
  * @throws {ErrorResponse} error when the service returns a 400 status code
8776
8767
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8777
8768
  */
8778
- post(body: ApplyVoucherToCartRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8769
+ post(body: ApplyVoucherToCartRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8779
8770
  /**
8780
8771
  * @param body The request body
8781
8772
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -8791,10 +8782,9 @@ interface WalletRequestBuilder extends BaseRequestBuilder<WalletRequestBuilder>
8791
8782
  /**
8792
8783
  * @param body The request body
8793
8784
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8794
- * @returns {Promise<UntypedNode>}
8795
8785
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8796
8786
  */
8797
- put(body: UpdateWalletAmountOnCartRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8787
+ put(body: UpdateWalletAmountOnCartRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8798
8788
  /**
8799
8789
  * @param body The request body
8800
8790
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -8965,10 +8955,9 @@ interface BulkStocksUpdateRequestBuilder extends BaseRequestBuilder<BulkStocksUp
8965
8955
  /**
8966
8956
  * @param body The request body
8967
8957
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8968
- * @returns {Promise<UntypedNode>}
8969
8958
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
8970
8959
  */
8971
- put(body: CatalogBulkStocksUpdateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
8960
+ put(body: CatalogBulkStocksUpdateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
8972
8961
  /**
8973
8962
  * @param body The request body
8974
8963
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -9101,10 +9090,9 @@ interface WithReferenceItemRequestBuilder extends BaseRequestBuilder<WithReferen
9101
9090
  /**
9102
9091
  * @param body The request body
9103
9092
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9104
- * @returns {Promise<UntypedNode>}
9105
9093
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9106
9094
  */
9107
- put(body: UpsertProductRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9095
+ put(body: UpsertProductRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9108
9096
  /**
9109
9097
  * @param body The request body
9110
9098
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -9151,10 +9139,9 @@ interface WithContextItemRequestBuilder extends BaseRequestBuilder<WithContextIt
9151
9139
  interface SyncSearchRequestBuilder extends BaseRequestBuilder<SyncSearchRequestBuilder> {
9152
9140
  /**
9153
9141
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9154
- * @returns {Promise<UntypedNode>}
9155
9142
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9156
9143
  */
9157
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9144
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9158
9145
  /**
9159
9146
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9160
9147
  * @returns {RequestInformation}
@@ -9229,10 +9216,9 @@ interface AddRequestBuilder extends BaseRequestBuilder<AddRequestBuilder> {
9229
9216
  /**
9230
9217
  * @param body The request body
9231
9218
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9232
- * @returns {Promise<UntypedNode>}
9233
9219
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9234
9220
  */
9235
- post(body: AddCustomClubActionRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9221
+ post(body: AddCustomClubActionRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9236
9222
  /**
9237
9223
  * @param body The request body
9238
9224
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -9257,10 +9243,9 @@ interface CustomRequestBuilder extends BaseRequestBuilder<CustomRequestBuilder>
9257
9243
  interface FacebookRequestBuilder extends BaseRequestBuilder<FacebookRequestBuilder> {
9258
9244
  /**
9259
9245
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9260
- * @returns {Promise<UntypedNode>}
9261
9246
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9262
9247
  */
9263
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9248
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9264
9249
  /**
9265
9250
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9266
9251
  * @returns {RequestInformation}
@@ -9274,10 +9259,9 @@ interface FacebookRequestBuilder extends BaseRequestBuilder<FacebookRequestBuild
9274
9259
  interface InstagramRequestBuilder extends BaseRequestBuilder<InstagramRequestBuilder> {
9275
9260
  /**
9276
9261
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9277
- * @returns {Promise<UntypedNode>}
9278
9262
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9279
9263
  */
9280
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9264
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9281
9265
  /**
9282
9266
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9283
9267
  * @returns {RequestInformation}
@@ -9306,10 +9290,9 @@ interface SetBirthdateRequestBuilder extends BaseRequestBuilder<SetBirthdateRequ
9306
9290
  /**
9307
9291
  * @param body The request body
9308
9292
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9309
- * @returns {Promise<UntypedNode>}
9310
9293
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9311
9294
  */
9312
- post(body: SetBirthdateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9295
+ post(body: SetBirthdateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9313
9296
  /**
9314
9297
  * @param body The request body
9315
9298
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -9457,10 +9440,9 @@ interface DelegateLeadsRequestBuilder extends BaseRequestBuilder<DelegateLeadsRe
9457
9440
  /**
9458
9441
  * @param body The request body
9459
9442
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9460
- * @returns {Promise<UntypedNode>}
9461
9443
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9462
9444
  */
9463
- post(body: CreateDelegateLeadRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9445
+ post(body: CreateDelegateLeadRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9464
9446
  /**
9465
9447
  * @param body The request body
9466
9448
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -9574,10 +9556,9 @@ interface DelegatesRequestBuilder$4 extends BaseRequestBuilder<DelegatesRequestB
9574
9556
  /**
9575
9557
  * @param body The request body
9576
9558
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9577
- * @returns {Promise<UntypedNode>}
9578
9559
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9579
9560
  */
9580
- post(body: UpsertDelegateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9561
+ post(body: UpsertDelegateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9581
9562
  /**
9582
9563
  * @param body The request body
9583
9564
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -9593,10 +9574,9 @@ interface CreateDummyRequestBuilder extends BaseRequestBuilder<CreateDummyReques
9593
9574
  /**
9594
9575
  * @param body The request body
9595
9576
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9596
- * @returns {Promise<UntypedNode>}
9597
9577
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9598
9578
  */
9599
- post(body: CreateDummyDemoRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9579
+ post(body: CreateDummyDemoRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9600
9580
  /**
9601
9581
  * @param body The request body
9602
9582
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -9612,11 +9592,10 @@ interface AdditionalTurnoverRequestBuilder extends BaseRequestBuilder<Additional
9612
9592
  /**
9613
9593
  * @param body The request body
9614
9594
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9615
- * @returns {Promise<UntypedNode>}
9616
9595
  * @throws {ErrorResponse} error when the service returns a 400 status code
9617
9596
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9618
9597
  */
9619
- put(body: UpdateDemoAdditionalTurnOverRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9598
+ put(body: UpdateDemoAdditionalTurnOverRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9620
9599
  /**
9621
9600
  * @param body The request body
9622
9601
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -9651,10 +9630,9 @@ interface AttendeeRequestBuilderGetQueryParameters {
9651
9630
  interface BecomeDelegateRequestBuilder$1 extends BaseRequestBuilder<BecomeDelegateRequestBuilder$1> {
9652
9631
  /**
9653
9632
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9654
- * @returns {Promise<UntypedNode>}
9655
9633
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9656
9634
  */
9657
- put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9635
+ put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9658
9636
  /**
9659
9637
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9660
9638
  * @returns {RequestInformation}
@@ -9669,10 +9647,9 @@ interface SetDateRequestBuilder$1 extends BaseRequestBuilder<SetDateRequestBuild
9669
9647
  /**
9670
9648
  * @param body The request body
9671
9649
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9672
- * @returns {Promise<UntypedNode>}
9673
9650
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9674
9651
  */
9675
- put(body: SetBecomeHostessDemoDateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9652
+ put(body: SetBecomeHostessDemoDateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9676
9653
  /**
9677
9654
  * @param body The request body
9678
9655
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -9691,10 +9668,9 @@ interface BecomeHostessRequestBuilder$1 extends BaseRequestBuilder<BecomeHostess
9691
9668
  get setDate(): SetDateRequestBuilder$1;
9692
9669
  /**
9693
9670
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9694
- * @returns {Promise<UntypedNode>}
9695
9671
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9696
9672
  */
9697
- put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9673
+ put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9698
9674
  /**
9699
9675
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9700
9676
  * @returns {RequestInformation}
@@ -9708,10 +9684,9 @@ interface BecomeHostessRequestBuilder$1 extends BaseRequestBuilder<BecomeHostess
9708
9684
  interface CancelBecomeDelegateRequestBuilder$1 extends BaseRequestBuilder<CancelBecomeDelegateRequestBuilder$1> {
9709
9685
  /**
9710
9686
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9711
- * @returns {Promise<UntypedNode>}
9712
9687
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9713
9688
  */
9714
- put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9689
+ put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9715
9690
  /**
9716
9691
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9717
9692
  * @returns {RequestInformation}
@@ -9725,10 +9700,9 @@ interface CancelBecomeDelegateRequestBuilder$1 extends BaseRequestBuilder<Cancel
9725
9700
  interface CancelBecomeHostessRequestBuilder$1 extends BaseRequestBuilder<CancelBecomeHostessRequestBuilder$1> {
9726
9701
  /**
9727
9702
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9728
- * @returns {Promise<UntypedNode>}
9729
9703
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9730
9704
  */
9731
- put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9705
+ put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9732
9706
  /**
9733
9707
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9734
9708
  * @returns {RequestInformation}
@@ -9743,10 +9717,9 @@ interface CommentRequestBuilder$1 extends BaseRequestBuilder<CommentRequestBuild
9743
9717
  /**
9744
9718
  * @param body The request body
9745
9719
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9746
- * @returns {Promise<UntypedNode>}
9747
9720
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9748
9721
  */
9749
- put(body: AttendeeSetCommentRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9722
+ put(body: AttendeeSetCommentRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9750
9723
  /**
9751
9724
  * @param body The request body
9752
9725
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -9762,10 +9735,9 @@ interface CouldBecomeDelegateRequestBuilder$1 extends BaseRequestBuilder<CouldBe
9762
9735
  /**
9763
9736
  * @param body The request body
9764
9737
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9765
- * @returns {Promise<UntypedNode>}
9766
9738
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9767
9739
  */
9768
- put(body: AttendeeSetCouldBecomeDelegateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9740
+ put(body: AttendeeSetCouldBecomeDelegateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9769
9741
  /**
9770
9742
  * @param body The request body
9771
9743
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -9781,10 +9753,9 @@ interface CouldBecomeHostessRequestBuilder$1 extends BaseRequestBuilder<CouldBec
9781
9753
  /**
9782
9754
  * @param body The request body
9783
9755
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9784
- * @returns {Promise<UntypedNode>}
9785
9756
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9786
9757
  */
9787
- put(body: AttendeeSetCouldBecomeHostessRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9758
+ put(body: AttendeeSetCouldBecomeHostessRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9788
9759
  /**
9789
9760
  * @param body The request body
9790
9761
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -9799,10 +9770,9 @@ interface CouldBecomeHostessRequestBuilder$1 extends BaseRequestBuilder<CouldBec
9799
9770
  interface SetAsHostessRequestBuilder extends BaseRequestBuilder<SetAsHostessRequestBuilder> {
9800
9771
  /**
9801
9772
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9802
- * @returns {Promise<UntypedNode>}
9803
9773
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9804
9774
  */
9805
- put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9775
+ put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9806
9776
  /**
9807
9777
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9808
9778
  * @returns {RequestInformation}
@@ -9816,10 +9786,9 @@ interface SetAsHostessRequestBuilder extends BaseRequestBuilder<SetAsHostessRequ
9816
9786
  interface UnsetAsHostessRequestBuilder extends BaseRequestBuilder<UnsetAsHostessRequestBuilder> {
9817
9787
  /**
9818
9788
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9819
- * @returns {Promise<UntypedNode>}
9820
9789
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9821
9790
  */
9822
- put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9791
+ put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9823
9792
  /**
9824
9793
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9825
9794
  * @returns {RequestInformation}
@@ -9834,10 +9803,9 @@ interface WillAttendRequestBuilder$1 extends BaseRequestBuilder<WillAttendReques
9834
9803
  /**
9835
9804
  * @param body The request body
9836
9805
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9837
- * @returns {Promise<UntypedNode>}
9838
9806
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9839
9807
  */
9840
- put(body: AttendeeSetWillAttendRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9808
+ put(body: AttendeeSetWillAttendRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9841
9809
  /**
9842
9810
  * @param body The request body
9843
9811
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -9966,10 +9934,9 @@ interface AttendeesRequestBuilder extends BaseRequestBuilder<AttendeesRequestBui
9966
9934
  interface BecomeDelegateRequestBuilder extends BaseRequestBuilder<BecomeDelegateRequestBuilder> {
9967
9935
  /**
9968
9936
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9969
- * @returns {Promise<UntypedNode>}
9970
9937
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9971
9938
  */
9972
- put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9939
+ put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9973
9940
  /**
9974
9941
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9975
9942
  * @returns {RequestInformation}
@@ -9984,10 +9951,9 @@ interface SetDateRequestBuilder extends BaseRequestBuilder<SetDateRequestBuilder
9984
9951
  /**
9985
9952
  * @param body The request body
9986
9953
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9987
- * @returns {Promise<UntypedNode>}
9988
9954
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
9989
9955
  */
9990
- put(body: SetBecomeHostessDemoDateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9956
+ put(body: SetBecomeHostessDemoDateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
9991
9957
  /**
9992
9958
  * @param body The request body
9993
9959
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -10006,10 +9972,9 @@ interface BecomeHostessRequestBuilder extends BaseRequestBuilder<BecomeHostessRe
10006
9972
  get setDate(): SetDateRequestBuilder;
10007
9973
  /**
10008
9974
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10009
- * @returns {Promise<UntypedNode>}
10010
9975
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10011
9976
  */
10012
- put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9977
+ put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10013
9978
  /**
10014
9979
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10015
9980
  * @returns {RequestInformation}
@@ -10023,10 +9988,9 @@ interface BecomeHostessRequestBuilder extends BaseRequestBuilder<BecomeHostessRe
10023
9988
  interface CancelBecomeDelegateRequestBuilder extends BaseRequestBuilder<CancelBecomeDelegateRequestBuilder> {
10024
9989
  /**
10025
9990
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10026
- * @returns {Promise<UntypedNode>}
10027
9991
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10028
9992
  */
10029
- put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
9993
+ put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10030
9994
  /**
10031
9995
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10032
9996
  * @returns {RequestInformation}
@@ -10040,10 +10004,9 @@ interface CancelBecomeDelegateRequestBuilder extends BaseRequestBuilder<CancelBe
10040
10004
  interface CancelBecomeHostessRequestBuilder extends BaseRequestBuilder<CancelBecomeHostessRequestBuilder> {
10041
10005
  /**
10042
10006
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10043
- * @returns {Promise<UntypedNode>}
10044
10007
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10045
10008
  */
10046
- put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10009
+ put(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10047
10010
  /**
10048
10011
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10049
10012
  * @returns {RequestInformation}
@@ -10058,10 +10021,9 @@ interface CommentRequestBuilder extends BaseRequestBuilder<CommentRequestBuilder
10058
10021
  /**
10059
10022
  * @param body The request body
10060
10023
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10061
- * @returns {Promise<UntypedNode>}
10062
10024
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10063
10025
  */
10064
- put(body: UpdateDemoCommentRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10026
+ put(body: UpdateDemoCommentRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10065
10027
  /**
10066
10028
  * @param body The request body
10067
10029
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -10077,10 +10039,9 @@ interface CouldBecomeDelegateRequestBuilder extends BaseRequestBuilder<CouldBeco
10077
10039
  /**
10078
10040
  * @param body The request body
10079
10041
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10080
- * @returns {Promise<UntypedNode>}
10081
10042
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10082
10043
  */
10083
- put(body: AttendeeSetCouldBecomeDelegateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10044
+ put(body: AttendeeSetCouldBecomeDelegateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10084
10045
  /**
10085
10046
  * @param body The request body
10086
10047
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -10096,10 +10057,9 @@ interface CouldBecomeHostessRequestBuilder extends BaseRequestBuilder<CouldBecom
10096
10057
  /**
10097
10058
  * @param body The request body
10098
10059
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10099
- * @returns {Promise<UntypedNode>}
10100
10060
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10101
10061
  */
10102
- put(body: AttendeeSetCouldBecomeHostessRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10062
+ put(body: AttendeeSetCouldBecomeHostessRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10103
10063
  /**
10104
10064
  * @param body The request body
10105
10065
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -10150,10 +10110,9 @@ interface HostessGiftsRequestBuilder extends BaseRequestBuilder<HostessGiftsRequ
10150
10110
  /**
10151
10111
  * @param body The request body
10152
10112
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10153
- * @returns {Promise<UntypedNode>}
10154
10113
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10155
10114
  */
10156
- put(body: SelectDemoHostessGiftRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10115
+ put(body: SelectDemoHostessGiftRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10157
10116
  /**
10158
10117
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10159
10118
  * @returns {RequestInformation}
@@ -10234,10 +10193,10 @@ interface HostessSurplusRequestBuilder extends BaseRequestBuilder<HostessSurplus
10234
10193
  interface WithFileNameItemRequestBuilder extends BaseRequestBuilder<WithFileNameItemRequestBuilder> {
10235
10194
  /**
10236
10195
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10237
- * @returns {Promise<string>}
10196
+ * @returns {Promise<ArrayBuffer>}
10238
10197
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10239
10198
  */
10240
- get(requestConfiguration?: RequestConfiguration<WithFileNameItemRequestBuilderGetQueryParameters> | undefined): Promise<string | undefined>;
10199
+ get(requestConfiguration?: RequestConfiguration<WithFileNameItemRequestBuilderGetQueryParameters> | undefined): Promise<ArrayBuffer | undefined>;
10241
10200
  /**
10242
10201
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10243
10202
  * @returns {RequestInformation}
@@ -10291,10 +10250,9 @@ interface InviteAttendeeRequestBuilder extends BaseRequestBuilder<InviteAttendee
10291
10250
  /**
10292
10251
  * @param body The request body
10293
10252
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10294
- * @returns {Promise<UntypedNode>}
10295
10253
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10296
10254
  */
10297
- post(body: InviteUserToDemoRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10255
+ post(body: InviteUserToDemoRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10298
10256
  /**
10299
10257
  * @param body The request body
10300
10258
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -10309,10 +10267,9 @@ interface InviteAttendeeRequestBuilder extends BaseRequestBuilder<InviteAttendee
10309
10267
  interface JoinRequestBuilder extends BaseRequestBuilder<JoinRequestBuilder> {
10310
10268
  /**
10311
10269
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10312
- * @returns {Promise<UntypedNode>}
10313
10270
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10314
10271
  */
10315
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10272
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10316
10273
  /**
10317
10274
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10318
10275
  * @returns {RequestInformation}
@@ -10326,10 +10283,9 @@ interface JoinRequestBuilder extends BaseRequestBuilder<JoinRequestBuilder> {
10326
10283
  interface OpenRequestBuilder extends BaseRequestBuilder<OpenRequestBuilder> {
10327
10284
  /**
10328
10285
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10329
- * @returns {Promise<UntypedNode>}
10330
10286
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10331
10287
  */
10332
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10288
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10333
10289
  /**
10334
10290
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10335
10291
  * @returns {RequestInformation}
@@ -10408,10 +10364,9 @@ interface SummaryRequestBuilder extends BaseRequestBuilder<SummaryRequestBuilder
10408
10364
  interface SyncDelcomOrdersRequestBuilder extends BaseRequestBuilder<SyncDelcomOrdersRequestBuilder> {
10409
10365
  /**
10410
10366
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10411
- * @returns {Promise<UntypedNode>}
10412
10367
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10413
10368
  */
10414
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10369
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10415
10370
  /**
10416
10371
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10417
10372
  * @returns {RequestInformation}
@@ -10443,10 +10398,9 @@ interface WillAttendRequestBuilder extends BaseRequestBuilder<WillAttendRequestB
10443
10398
  /**
10444
10399
  * @param body The request body
10445
10400
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10446
- * @returns {Promise<UntypedNode>}
10447
10401
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10448
10402
  */
10449
- put(body: AttendeeSetWillAttendRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10403
+ put(body: AttendeeSetWillAttendRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10450
10404
  /**
10451
10405
  * @param body The request body
10452
10406
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -10564,10 +10518,9 @@ interface WithDemoCodeOrItemRequestBuilder extends BaseRequestBuilder<WithDemoCo
10564
10518
  /**
10565
10519
  * @param body The request body
10566
10520
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10567
- * @returns {Promise<UntypedNode>}
10568
10521
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10569
10522
  */
10570
- put(body: UpdateDemoSettingsRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10523
+ put(body: UpdateDemoSettingsRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10571
10524
  /**
10572
10525
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10573
10526
  * @returns {RequestInformation}
@@ -10658,10 +10611,9 @@ interface DocumentAttachmentsRequestBuilder extends BaseRequestBuilder<DocumentA
10658
10611
  interface WithDocumentItemRequestBuilder extends BaseRequestBuilder<WithDocumentItemRequestBuilder> {
10659
10612
  /**
10660
10613
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10661
- * @returns {Promise<UntypedNode>}
10662
10614
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10663
10615
  */
10664
- delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10616
+ delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10665
10617
  /**
10666
10618
  * @param body The request body
10667
10619
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -10725,10 +10677,9 @@ interface SendEmailRequestBuilder extends BaseRequestBuilder<SendEmailRequestBui
10725
10677
  /**
10726
10678
  * @param body The request body
10727
10679
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10728
- * @returns {Promise<UntypedNode>}
10729
10680
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10730
10681
  */
10731
- post(body: SendEmailRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10682
+ post(body: SendEmailRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10732
10683
  /**
10733
10684
  * @param body The request body
10734
10685
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -10753,17 +10704,15 @@ interface EmailsRequestBuilder extends BaseRequestBuilder<EmailsRequestBuilder>
10753
10704
  interface WithDemoCodeItemRequestBuilder extends BaseRequestBuilder<WithDemoCodeItemRequestBuilder> {
10754
10705
  /**
10755
10706
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10756
- * @returns {Promise<UntypedNode>}
10757
10707
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10758
10708
  */
10759
- delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10709
+ delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10760
10710
  /**
10761
10711
  * @param body The request body
10762
10712
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10763
- * @returns {Promise<UntypedNode>}
10764
10713
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10765
10714
  */
10766
- put(body: UpsertDemoFromFacadeRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10715
+ put(body: UpsertDemoFromFacadeRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10767
10716
  /**
10768
10717
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10769
10718
  * @returns {RequestInformation}
@@ -10796,10 +10745,9 @@ interface WithOrderHumanItemRequestBuilder extends BaseRequestBuilder<WithOrderH
10796
10745
  /**
10797
10746
  * @param body The request body
10798
10747
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10799
- * @returns {Promise<UntypedNode>}
10800
10748
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10801
10749
  */
10802
- put(body: UpdateOrderStatusFromFacadeRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10750
+ put(body: UpdateOrderStatusFromFacadeRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10803
10751
  /**
10804
10752
  * @param body The request body
10805
10753
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -10826,10 +10774,9 @@ interface OrdersRequestBuilder$1 extends BaseRequestBuilder<OrdersRequestBuilder
10826
10774
  interface AnonymizeRequestBuilder$1 extends BaseRequestBuilder<AnonymizeRequestBuilder$1> {
10827
10775
  /**
10828
10776
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10829
- * @returns {Promise<UntypedNode>}
10830
10777
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10831
10778
  */
10832
- get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10779
+ get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10833
10780
  /**
10834
10781
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10835
10782
  * @returns {RequestInformation}
@@ -10916,10 +10863,9 @@ interface RevokeRequestBuilder extends BaseRequestBuilder<RevokeRequestBuilder>
10916
10863
  /**
10917
10864
  * @param body The request body
10918
10865
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10919
- * @returns {Promise<UntypedNode>}
10920
10866
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10921
10867
  */
10922
- post(body: RevokeVoucherFromFacadeRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10868
+ post(body: RevokeVoucherFromFacadeRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10923
10869
  /**
10924
10870
  * @param body The request body
10925
10871
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -10935,10 +10881,9 @@ interface UpdateExpirationDateRequestBuilder extends BaseRequestBuilder<UpdateEx
10935
10881
  /**
10936
10882
  * @param body The request body
10937
10883
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10938
- * @returns {Promise<UntypedNode>}
10939
10884
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10940
10885
  */
10941
- post(body: UpdateVoucherExpirationDateFromFacadeRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10886
+ post(body: UpdateVoucherExpirationDateFromFacadeRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10942
10887
  /**
10943
10888
  * @param body The request body
10944
10889
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -10966,10 +10911,9 @@ interface CodeItemRequestBuilder extends BaseRequestBuilder<CodeItemRequestBuild
10966
10911
  /**
10967
10912
  * @param body The request body
10968
10913
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10969
- * @returns {Promise<UntypedNode>}
10970
10914
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
10971
10915
  */
10972
- post(body: UpsertVoucherFromFacadeRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10916
+ post(body: UpsertVoucherFromFacadeRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
10973
10917
  /**
10974
10918
  * @param body The request body
10975
10919
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -11019,10 +10963,9 @@ interface BecomingDelegateRequestBuilder extends BaseRequestBuilder<BecomingDele
11019
10963
  /**
11020
10964
  * @param body The request body
11021
10965
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11022
- * @returns {Promise<UntypedNode>}
11023
10966
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
11024
10967
  */
11025
- post(body: BecomingDelegateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10968
+ post(body: BecomingDelegateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
11026
10969
  /**
11027
10970
  * @param body The request body
11028
10971
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -11038,10 +10981,9 @@ interface BecomingHostessRequestBuilder extends BaseRequestBuilder<BecomingHoste
11038
10981
  /**
11039
10982
  * @param body The request body
11040
10983
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11041
- * @returns {Promise<UntypedNode>}
11042
10984
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
11043
10985
  */
11044
- post(body: BecomingHostessRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
10986
+ post(body: BecomingHostessRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
11045
10987
  /**
11046
10988
  * @param body The request body
11047
10989
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -11057,10 +10999,9 @@ interface ContactRequestRequestBuilder extends BaseRequestBuilder<ContactRequest
11057
10999
  /**
11058
11000
  * @param body The request body
11059
11001
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11060
- * @returns {Promise<UntypedNode>}
11061
11002
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
11062
11003
  */
11063
- post(body: ContactRequestRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
11004
+ post(body: ContactRequestRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
11064
11005
  /**
11065
11006
  * @param body The request body
11066
11007
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -11127,10 +11068,9 @@ interface WithDelcomDemoItemRequestBuilder extends BaseRequestBuilder<WithDelcom
11127
11068
  /**
11128
11069
  * @param body The request body
11129
11070
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11130
- * @returns {Promise<UntypedNode>}
11131
11071
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
11132
11072
  */
11133
- put(body: UpdateDemoFromIntranetRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
11073
+ put(body: UpdateDemoFromIntranetRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
11134
11074
  /**
11135
11075
  * @param body The request body
11136
11076
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -11262,10 +11202,9 @@ interface DelegatesRequestBuilder$3 extends BaseRequestBuilder<DelegatesRequestB
11262
11202
  interface SetPendingRequestBuilder extends BaseRequestBuilder<SetPendingRequestBuilder> {
11263
11203
  /**
11264
11204
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11265
- * @returns {Promise<UntypedNode>}
11266
11205
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
11267
11206
  */
11268
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
11207
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
11269
11208
  /**
11270
11209
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11271
11210
  * @returns {RequestInformation}
@@ -11453,10 +11392,9 @@ interface WithOrderItemRequestBuilder$1 extends BaseRequestBuilder<WithOrderItem
11453
11392
  /**
11454
11393
  * @param body The request body
11455
11394
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11456
- * @returns {Promise<UntypedNode>}
11457
11395
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
11458
11396
  */
11459
- put(body: UseVoucherByCodeRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
11397
+ put(body: UseVoucherByCodeRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
11460
11398
  /**
11461
11399
  * @param body The request body
11462
11400
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -11585,10 +11523,9 @@ interface InvitationCodesRequestBuilder extends BaseRequestBuilder<InvitationCod
11585
11523
  interface ResendCodeRequestBuilder extends BaseRequestBuilder<ResendCodeRequestBuilder> {
11586
11524
  /**
11587
11525
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11588
- * @returns {Promise<UntypedNode>}
11589
11526
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
11590
11527
  */
11591
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
11528
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
11592
11529
  /**
11593
11530
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11594
11531
  * @returns {RequestInformation}
@@ -11661,10 +11598,9 @@ interface SubscribeRequestBuilder$4 extends BaseRequestBuilder<SubscribeRequestB
11661
11598
  /**
11662
11599
  * @param body The request body
11663
11600
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11664
- * @returns {Promise<UntypedNode>}
11665
11601
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
11666
11602
  */
11667
- post(body: NewsletterSubscriptionRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
11603
+ post(body: NewsletterSubscriptionRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
11668
11604
  /**
11669
11605
  * @param body The request body
11670
11606
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -11690,10 +11626,9 @@ interface ApproveRequestBuilder extends BaseRequestBuilder<ApproveRequestBuilder
11690
11626
  /**
11691
11627
  * Used by the delegate to accept the responsibility of the payment. Cart linked to the payment would go from PendingPayment to Finalized
11692
11628
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11693
- * @returns {Promise<UntypedNode>}
11694
11629
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
11695
11630
  */
11696
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
11631
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
11697
11632
  /**
11698
11633
  * Used by the delegate to accept the responsibility of the payment. Cart linked to the payment would go from PendingPayment to Finalized
11699
11634
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -11728,10 +11663,9 @@ interface SetAsCancelledRequestBuilder extends BaseRequestBuilder<SetAsCancelled
11728
11663
  /**
11729
11664
  * Used by the system to set a payment to cancelled status.
11730
11665
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11731
- * @returns {Promise<UntypedNode>}
11732
11666
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
11733
11667
  */
11734
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
11668
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
11735
11669
  /**
11736
11670
  * Used by the system to set a payment to cancelled status.
11737
11671
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -11816,10 +11750,9 @@ interface Delegate_connectionRequestBuilder extends BaseRequestBuilder<Delegate_
11816
11750
  interface SubscribeRequestBuilder$3 extends BaseRequestBuilder<SubscribeRequestBuilder$3> {
11817
11751
  /**
11818
11752
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11819
- * @returns {Promise<UntypedNode>}
11820
11753
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
11821
11754
  */
11822
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
11755
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
11823
11756
  /**
11824
11757
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11825
11758
  * @returns {RequestInformation}
@@ -11833,10 +11766,9 @@ interface SubscribeRequestBuilder$3 extends BaseRequestBuilder<SubscribeRequestB
11833
11766
  interface UnSubscribeRequestBuilder$3 extends BaseRequestBuilder<UnSubscribeRequestBuilder$3> {
11834
11767
  /**
11835
11768
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11836
- * @returns {Promise<UntypedNode>}
11837
11769
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
11838
11770
  */
11839
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
11771
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
11840
11772
  /**
11841
11773
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11842
11774
  * @returns {RequestInformation}
@@ -11877,10 +11809,9 @@ interface SubscribeRequestBuilder$2 extends BaseRequestBuilder<SubscribeRequestB
11877
11809
  /**
11878
11810
  * @param body The request body
11879
11811
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11880
- * @returns {Promise<UntypedNode>}
11881
11812
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
11882
11813
  */
11883
- post(body: GdprSubscribeTransactionalRequest2, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
11814
+ post(body: GdprSubscribeTransactionalRequest2, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
11884
11815
  /**
11885
11816
  * @param body The request body
11886
11817
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -11895,10 +11826,9 @@ interface SubscribeRequestBuilder$2 extends BaseRequestBuilder<SubscribeRequestB
11895
11826
  interface UnSubscribeRequestBuilder$2 extends BaseRequestBuilder<UnSubscribeRequestBuilder$2> {
11896
11827
  /**
11897
11828
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11898
- * @returns {Promise<UntypedNode>}
11899
11829
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
11900
11830
  */
11901
- post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
11831
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
11902
11832
  /**
11903
11833
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
11904
11834
  * @returns {RequestInformation}
@@ -12067,10 +11997,9 @@ interface TaxonomyRequestBuilder extends BaseRequestBuilder<TaxonomyRequestBuild
12067
11997
  /**
12068
11998
  * @param body The request body
12069
11999
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12070
- * @returns {Promise<UntypedNode>}
12071
12000
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12072
12001
  */
12073
- put(body: UpdateTaxonomyRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12002
+ put(body: UpdateTaxonomyRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12074
12003
  /**
12075
12004
  * @param body The request body
12076
12005
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -12105,10 +12034,9 @@ interface AdvantagesRequestBuilderGetQueryParameters {
12105
12034
  interface AnonymizeRequestBuilder extends BaseRequestBuilder<AnonymizeRequestBuilder> {
12106
12035
  /**
12107
12036
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12108
- * @returns {Promise<UntypedNode>}
12109
12037
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12110
12038
  */
12111
- get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12039
+ get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12112
12040
  /**
12113
12041
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12114
12042
  * @returns {RequestInformation}
@@ -12269,11 +12197,10 @@ interface EmailRequestBuilder extends BaseRequestBuilder<EmailRequestBuilder> {
12269
12197
  /**
12270
12198
  * @param body The request body
12271
12199
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12272
- * @returns {Promise<UntypedNode>}
12273
12200
  * @throws {ErrorResponse} error when the service returns a 400 status code
12274
12201
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12275
12202
  */
12276
- put(body: UpdateUserEmailRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12203
+ put(body: UpdateUserEmailRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12277
12204
  /**
12278
12205
  * @param body The request body
12279
12206
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -12307,10 +12234,9 @@ interface SubscribeRequestBuilder$1 extends BaseRequestBuilder<SubscribeRequestB
12307
12234
  * @param body Binary request body
12308
12235
  * @param contentType The request body content type.
12309
12236
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12310
- * @returns {Promise<UntypedNode>}
12311
12237
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12312
12238
  */
12313
- post(body: ArrayBuffer | undefined, contentType: string | undefined, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12239
+ post(body: ArrayBuffer | undefined, contentType: string | undefined, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12314
12240
  /**
12315
12241
  * @param body Binary request body
12316
12242
  * @param contentType The request body content type.
@@ -12328,10 +12254,9 @@ interface UnSubscribeRequestBuilder$1 extends BaseRequestBuilder<UnSubscribeRequ
12328
12254
  * @param body Binary request body
12329
12255
  * @param contentType The request body content type.
12330
12256
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12331
- * @returns {Promise<UntypedNode>}
12332
12257
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12333
12258
  */
12334
- post(body: ArrayBuffer | undefined, contentType: string | undefined, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12259
+ post(body: ArrayBuffer | undefined, contentType: string | undefined, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12335
12260
  /**
12336
12261
  * @param body Binary request body
12337
12262
  * @param contentType The request body content type.
@@ -12374,10 +12299,9 @@ interface SubscribeRequestBuilder extends BaseRequestBuilder<SubscribeRequestBui
12374
12299
  /**
12375
12300
  * @param body The request body
12376
12301
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12377
- * @returns {Promise<UntypedNode>}
12378
12302
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12379
12303
  */
12380
- post(body: GdprSubscribeTransactionalRequest2, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12304
+ post(body: GdprSubscribeTransactionalRequest2, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12381
12305
  /**
12382
12306
  * @param body The request body
12383
12307
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -12394,10 +12318,9 @@ interface UnSubscribeRequestBuilder extends BaseRequestBuilder<UnSubscribeReques
12394
12318
  * @param body Binary request body
12395
12319
  * @param contentType The request body content type.
12396
12320
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12397
- * @returns {Promise<UntypedNode>}
12398
12321
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12399
12322
  */
12400
- post(body: ArrayBuffer | undefined, contentType: string | undefined, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12323
+ post(body: ArrayBuffer | undefined, contentType: string | undefined, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12401
12324
  /**
12402
12325
  * @param body Binary request body
12403
12326
  * @param contentType The request body content type.
@@ -12523,11 +12446,10 @@ interface ProfileRequestBuilder$1 extends BaseRequestBuilder<ProfileRequestBuild
12523
12446
  /**
12524
12447
  * @param body The request body
12525
12448
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12526
- * @returns {Promise<UntypedNode>}
12527
12449
  * @throws {ErrorResponse} error when the service returns a 400 status code
12528
12450
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12529
12451
  */
12530
- put(body: UpdateUserProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12452
+ put(body: UpdateUserProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12531
12453
  /**
12532
12454
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12533
12455
  * @returns {RequestInformation}
@@ -12619,10 +12541,9 @@ interface WishlistRequestBuilder$1 extends BaseRequestBuilder<WishlistRequestBui
12619
12541
  /**
12620
12542
  * @param body The request body
12621
12543
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12622
- * @returns {Promise<UntypedNode>}
12623
12544
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12624
12545
  */
12625
- delete(body: DeleteFromWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12546
+ delete(body: DeleteFromWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12626
12547
  /**
12627
12548
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12628
12549
  * @returns {Promise<WishlistResponse>}
@@ -12632,10 +12553,9 @@ interface WishlistRequestBuilder$1 extends BaseRequestBuilder<WishlistRequestBui
12632
12553
  /**
12633
12554
  * @param body The request body
12634
12555
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12635
- * @returns {Promise<UntypedNode>}
12636
12556
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12637
12557
  */
12638
- post(body: AddToWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12558
+ post(body: AddToWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12639
12559
  /**
12640
12560
  * @param body The request body
12641
12561
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -12811,11 +12731,10 @@ interface ProfileRequestBuilder extends BaseRequestBuilder<ProfileRequestBuilder
12811
12731
  /**
12812
12732
  * @param body The request body
12813
12733
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12814
- * @returns {Promise<UntypedNode>}
12815
12734
  * @throws {ErrorResponse} error when the service returns a 400 status code
12816
12735
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12817
12736
  */
12818
- put(body: UpdateUserProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12737
+ put(body: UpdateUserProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12819
12738
  /**
12820
12739
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12821
12740
  * @returns {RequestInformation}
@@ -12836,10 +12755,9 @@ interface WishlistRequestBuilder extends BaseRequestBuilder<WishlistRequestBuild
12836
12755
  /**
12837
12756
  * @param body The request body
12838
12757
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12839
- * @returns {Promise<UntypedNode>}
12840
12758
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12841
12759
  */
12842
- delete(body: DeleteFromWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12760
+ delete(body: DeleteFromWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12843
12761
  /**
12844
12762
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12845
12763
  * @returns {Promise<WishlistResponse>}
@@ -12849,10 +12767,9 @@ interface WishlistRequestBuilder extends BaseRequestBuilder<WishlistRequestBuild
12849
12767
  /**
12850
12768
  * @param body The request body
12851
12769
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12852
- * @returns {Promise<UntypedNode>}
12853
12770
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12854
12771
  */
12855
- post(body: AddToWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12772
+ post(body: AddToWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12856
12773
  /**
12857
12774
  * @param body The request body
12858
12775
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -12911,10 +12828,9 @@ interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuilder> {
12911
12828
  /**
12912
12829
  * @param body The request body
12913
12830
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12914
- * @returns {Promise<UntypedNode>}
12915
12831
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12916
12832
  */
12917
- post(body: UpsertUserRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12833
+ post(body: UpsertUserRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12918
12834
  /**
12919
12835
  * @param body The request body
12920
12836
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -12929,10 +12845,10 @@ interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuilder> {
12929
12845
  interface GetQrcodeEpcRequestBuilder extends BaseRequestBuilder<GetQrcodeEpcRequestBuilder> {
12930
12846
  /**
12931
12847
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12932
- * @returns {Promise<string>}
12848
+ * @returns {Promise<ArrayBuffer>}
12933
12849
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12934
12850
  */
12935
- get(requestConfiguration?: RequestConfiguration<GetQrcodeEpcRequestBuilderGetQueryParameters> | undefined): Promise<string | undefined>;
12851
+ get(requestConfiguration?: RequestConfiguration<GetQrcodeEpcRequestBuilderGetQueryParameters> | undefined): Promise<ArrayBuffer | undefined>;
12936
12852
  /**
12937
12853
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12938
12854
  * @returns {RequestInformation}
@@ -12963,10 +12879,9 @@ interface LogsRequestBuilder extends BaseRequestBuilder<LogsRequestBuilder> {
12963
12879
  * @param body Binary request body
12964
12880
  * @param contentType The request body content type.
12965
12881
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12966
- * @returns {Promise<UntypedNode>}
12967
12882
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12968
12883
  */
12969
- post(body: ArrayBuffer | undefined, contentType: string | undefined, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12884
+ post(body: ArrayBuffer | undefined, contentType: string | undefined, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12970
12885
  /**
12971
12886
  * @param body Binary request body
12972
12887
  * @param contentType The request body content type.
@@ -12983,10 +12898,9 @@ interface UpdateRequestBuilder$1 extends BaseRequestBuilder<UpdateRequestBuilder
12983
12898
  /**
12984
12899
  * @param body The request body
12985
12900
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
12986
- * @returns {Promise<UntypedNode>}
12987
12901
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
12988
12902
  */
12989
- post(body: LyfPayPaymentUpdatedWebhookRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12903
+ post(body: LyfPayPaymentUpdatedWebhookRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12990
12904
  /**
12991
12905
  * @param body The request body
12992
12906
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -13012,10 +12926,9 @@ interface UpdateRequestBuilder extends BaseRequestBuilder<UpdateRequestBuilder>
13012
12926
  /**
13013
12927
  * @param body The request body
13014
12928
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
13015
- * @returns {Promise<UntypedNode>}
13016
12929
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
13017
12930
  */
13018
- post(body: MolliePaymentUpdatedWebhookRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12931
+ post(body: MolliePaymentUpdatedWebhookRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
13019
12932
  /**
13020
12933
  * @param body The request body
13021
12934
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -13055,10 +12968,9 @@ interface CreateRequestBuilder extends BaseRequestBuilder<CreateRequestBuilder>
13055
12968
  /**
13056
12969
  * @param body The request body
13057
12970
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
13058
- * @returns {Promise<UntypedNode>}
13059
12971
  * @throws {DomainExceptionResponse} error when the service returns a 422 status code
13060
12972
  */
13061
- post(body: CreateOnlineUserRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UntypedNode | undefined>;
12973
+ post(body: CreateOnlineUserRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
13062
12974
  /**
13063
12975
  * @param body The request body
13064
12976
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.