zuora-sdk-js 3.13.0 → 3.14.0-beta.2
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/README.md +33 -7
- package/dist/zuora_api/ApiClient.js +2 -2
- package/dist/zuora_api/api/APIHealthApi.js +1 -1
- package/dist/zuora_api/api/AccountingCodesApi.js +1 -1
- package/dist/zuora_api/api/AccountingPeriodsApi.js +1 -1
- package/dist/zuora_api/api/AccountsApi.js +1 -1
- package/dist/zuora_api/api/ActionsApi.js +1 -1
- package/dist/zuora_api/api/AdjustmentsApi.js +1 -1
- package/dist/zuora_api/api/AggregateQueriesApi.js +1 -1
- package/dist/zuora_api/api/AttachmentsApi.js +1 -1
- package/dist/zuora_api/api/BillRunApi.js +1 -1
- package/dist/zuora_api/api/BillRunHealthApi.js +1 -1
- package/dist/zuora_api/api/BillingDocumentsApi.js +1 -1
- package/dist/zuora_api/api/BillingPreviewRunApi.js +1 -1
- package/dist/zuora_api/api/BookingDateBackfillJobApi.js +1 -1
- package/dist/zuora_api/api/CatalogGroupsApi.js +1 -1
- package/dist/zuora_api/api/ContactSnapshotsApi.js +1 -1
- package/dist/zuora_api/api/ContactsApi.js +1 -1
- package/dist/zuora_api/api/CreditMemosApi.js +6 -2
- package/dist/zuora_api/api/CustomEventTriggersApi.js +1 -1
- package/dist/zuora_api/api/CustomExchangeRatesApi.js +1 -1
- package/dist/zuora_api/api/CustomObjectDefinitionsApi.js +1 -1
- package/dist/zuora_api/api/CustomObjectJobsApi.js +1 -1
- package/dist/zuora_api/api/CustomObjectRecordsApi.js +4 -4
- package/dist/zuora_api/api/CustomPaymentMethodTypesApi.js +1 -1
- package/dist/zuora_api/api/CustomScheduledEventsApi.js +1 -1
- package/dist/zuora_api/api/DataBackfillJobApi.js +1 -1
- package/dist/zuora_api/api/DataLabelingApi.js +1 -1
- package/dist/zuora_api/api/DataQueriesApi.js +1 -1
- package/dist/zuora_api/api/DebitMemosApi.js +6 -2
- package/dist/zuora_api/api/DeploymentApi.js +1 -1
- package/dist/zuora_api/api/DeploymentConfigurationTemplatesApi.js +1 -1
- package/dist/zuora_api/api/DescribeApi.js +1 -1
- package/dist/zuora_api/api/EInvoicingApi.js +1 -1
- package/dist/zuora_api/api/ElectronicPaymentsHealthApi.js +1 -1
- package/dist/zuora_api/api/FilesApi.js +1 -1
- package/dist/zuora_api/api/FulfillmentsApi.js +1 -1
- package/dist/zuora_api/api/HostedPagesApi.js +71 -5
- package/dist/zuora_api/api/ImportsApi.js +1 -1
- package/dist/zuora_api/api/InvoiceSchedulesApi.js +1 -1
- package/dist/zuora_api/api/InvoicesApi.js +6 -2
- package/dist/zuora_api/api/JournalRunsApi.js +1 -1
- package/dist/zuora_api/api/MassUpdaterApi.js +1 -1
- package/dist/zuora_api/api/NotificationsApi.js +1 -1
- package/dist/zuora_api/api/OAuthApi.js +1 -1
- package/dist/zuora_api/api/ObjectQueriesApi.js +334 -18
- package/dist/zuora_api/api/OmniChannelSubscriptionsApi.js +1 -1
- package/dist/zuora_api/api/OperationsApi.js +1 -1
- package/dist/zuora_api/api/OrderActionsApi.js +1 -1
- package/dist/zuora_api/api/OrderLineItemsApi.js +1 -1
- package/dist/zuora_api/api/OrdersApi.js +1 -1
- package/dist/zuora_api/api/PaymentAuthorizationApi.js +1 -1
- package/dist/zuora_api/api/PaymentGatewayReconciliationApi.js +1 -1
- package/dist/zuora_api/api/PaymentGatewaysApi.js +1 -1
- package/dist/zuora_api/api/PaymentMethodSnapshotsApi.js +1 -1
- package/dist/zuora_api/api/PaymentMethodTransactionLogsApi.js +1 -1
- package/dist/zuora_api/api/PaymentMethodUpdaterApi.js +1 -1
- package/dist/zuora_api/api/PaymentMethodsApi.js +1 -1
- package/dist/zuora_api/api/PaymentRunsApi.js +1 -1
- package/dist/zuora_api/api/PaymentSchedulesApi.js +133 -1
- package/dist/zuora_api/api/PaymentTransactionLogsApi.js +1 -1
- package/dist/zuora_api/api/PaymentsApi.js +70 -1
- package/dist/zuora_api/api/ProductRatePlanChargeTiersApi.js +1 -1
- package/dist/zuora_api/api/ProductRatePlanChargesApi.js +1 -1
- package/dist/zuora_api/api/ProductRatePlansApi.js +1 -1
- package/dist/zuora_api/api/ProductsApi.js +1 -1
- package/dist/zuora_api/api/RSASignaturesApi.js +1 -1
- package/dist/zuora_api/api/RampsApi.js +1 -1
- package/dist/zuora_api/api/RatePlansApi.js +1 -1
- package/dist/zuora_api/api/RefundsApi.js +1 -1
- package/dist/zuora_api/api/RegenerateApi.js +1 -1
- package/dist/zuora_api/api/RevenueAccountingCodesApi.js +1 -1
- package/dist/zuora_api/api/RevenueIntegrationApi.js +1 -1
- package/dist/zuora_api/api/SequenceSetsApi.js +1 -1
- package/dist/zuora_api/api/SettingsApi.js +1 -1
- package/dist/zuora_api/api/SignUpApi.js +1 -1
- package/dist/zuora_api/api/SubscriptionChangeLogsApi.js +1 -1
- package/dist/zuora_api/api/SubscriptionsApi.js +1 -1
- package/dist/zuora_api/api/SummaryJournalEntriesApi.js +1 -1
- package/dist/zuora_api/api/TaxationItemsApi.js +1 -1
- package/dist/zuora_api/api/UsageApi.js +1 -1
- package/dist/zuora_api/api/WorkflowsApi.js +1 -1
- package/dist/zuora_api/index.js +108 -10
- package/dist/zuora_api/model/AccountBasicInfo.js +1 -1
- package/dist/zuora_api/model/AccountBillingAndPayment.js +1 -1
- package/dist/zuora_api/model/AccountCreditCardHolder.js +1 -1
- package/dist/zuora_api/model/AccountData.js +1 -1
- package/dist/zuora_api/model/AccountDetailResponse.js +1 -1
- package/dist/zuora_api/model/AccountEInvoiceProfile.js +1 -1
- package/dist/zuora_api/model/AccountMetrics.js +1 -1
- package/dist/zuora_api/model/AccountObjectNSFields.js +1 -1
- package/dist/zuora_api/model/AccountPMMandateInfo.js +1 -1
- package/dist/zuora_api/model/AccountSummaryBasicInfo.js +1 -1
- package/dist/zuora_api/model/AccountSummaryDefaultPaymentMethod.js +1 -1
- package/dist/zuora_api/model/AccountSummaryInvoice.js +1 -1
- package/dist/zuora_api/model/AccountSummaryPayment.js +1 -1
- package/dist/zuora_api/model/AccountSummaryPaymentInvoice.js +1 -1
- package/dist/zuora_api/model/AccountSummaryRatePlan.js +1 -1
- package/dist/zuora_api/model/AccountSummaryResponse.js +121 -38
- package/dist/zuora_api/model/AccountSummarySubscription.js +1 -1
- package/dist/zuora_api/model/AccountSummaryUsage.js +1 -1
- package/dist/zuora_api/model/AccountingCodeItemResponse.js +1 -1
- package/dist/zuora_api/model/ActionsErrorResponse.js +1 -1
- package/dist/zuora_api/model/AddSubscriptionComponent.js +1 -1
- package/dist/zuora_api/model/AddSubscriptionRatePlan.js +1 -1
- package/dist/zuora_api/model/ApiVolumeSummaryRecord.js +1 -1
- package/dist/zuora_api/model/ApplyCreditMemoItemToDebitMemoItem.js +1 -1
- package/dist/zuora_api/model/ApplyCreditMemoItemToInvoiceItem.js +1 -1
- package/dist/zuora_api/model/ApplyCreditMemoRequest.js +1 -1
- package/dist/zuora_api/model/ApplyCreditMemoToDebitMemo.js +1 -1
- package/dist/zuora_api/model/ApplyCreditMemoToInvoice.js +1 -1
- package/dist/zuora_api/model/ApplyPaymentDebitMemoApplication.js +1 -1
- package/dist/zuora_api/model/ApplyPaymentDebitMemoApplicationItem.js +1 -1
- package/dist/zuora_api/model/ApplyPaymentInvoiceApplication.js +1 -1
- package/dist/zuora_api/model/ApplyPaymentInvoiceApplicationItem.js +1 -1
- package/dist/zuora_api/model/ApplyPaymentRequest.js +1 -1
- package/dist/zuora_api/model/AsyncApplyCreditMemoRequest.js +1 -1
- package/dist/zuora_api/model/AsyncApplyCreditMemoToInvoice.js +1 -1
- package/dist/zuora_api/model/AsyncOperationResponse.js +1 -1
- package/dist/zuora_api/model/AsyncOrderProcessingOptions.js +1 -1
- package/dist/zuora_api/model/AsyncUnapplyCreditMemoRequest.js +1 -1
- package/dist/zuora_api/model/AsyncUnapplyCreditMemoToInvoice.js +1 -1
- package/dist/zuora_api/model/AttachInvoiceScheduleRequest.js +1 -1
- package/dist/zuora_api/model/AuthenticationErrorResponse.js +1 -1
- package/dist/zuora_api/model/AuthenticationFailResponse.js +1 -1
- package/dist/zuora_api/model/AuthenticationSuccessResponse.js +1 -1
- package/dist/zuora_api/model/BadRequestErrors.js +1 -1
- package/dist/zuora_api/model/BadRequestResponse.js +1 -1
- package/dist/zuora_api/model/BaseRevenueAttributes.js +1 -1
- package/dist/zuora_api/model/Bi3ViewsColumnsDescriptionResponse.js +1 -1
- package/dist/zuora_api/model/Bi3ViewsColumnsErrorResponse.js +1 -1
- package/dist/zuora_api/model/Bi3ViewsColumnsServerErrorResponse.js +1 -1
- package/dist/zuora_api/model/Bi3ViewsCountSuccessResponse.js +1 -1
- package/dist/zuora_api/model/Bi3ViewsErrorResponse.js +1 -1
- package/dist/zuora_api/model/Bi3ViewsNoDataResponse.js +1 -1
- package/dist/zuora_api/model/Bi3ViewsServerErrorResponse.js +1 -1
- package/dist/zuora_api/model/Bi3ViewsStatusErrorResponse.js +1 -1
- package/dist/zuora_api/model/Bi3ViewsStatusServerErrorResponse.js +1 -1
- package/dist/zuora_api/model/Bi3ViewsTaskStatusResponse.js +1 -1
- package/dist/zuora_api/model/Bi3ViewsV2SuccessResponse.js +1 -1
- package/dist/zuora_api/model/BiViews1ErrorResponse.js +1 -1
- package/dist/zuora_api/model/BiViews1SelectSuccessResponse.js +1 -1
- package/dist/zuora_api/model/BiViews1SuccessResponse.js +1 -1
- package/dist/zuora_api/model/BillRun.js +1 -1
- package/dist/zuora_api/model/BillRunFilter.js +1 -1
- package/dist/zuora_api/model/BillRunResponse.js +1 -1
- package/dist/zuora_api/model/BillRunSchedule.js +1 -1
- package/dist/zuora_api/model/BillingAdjustment.js +1 -1
- package/dist/zuora_api/model/BillingAdjustmentExclusion.js +1 -1
- package/dist/zuora_api/model/BillingDocVolumeSummaryRecord.js +1 -1
- package/dist/zuora_api/model/BillingDocumentQueryResponseElement.js +95 -12
- package/dist/zuora_api/model/BillingDocumentStatus.js +5 -0
- package/dist/zuora_api/model/BillingOptions.js +1 -1
- package/dist/zuora_api/model/BillingPreviewRunFilter.js +1 -1
- package/dist/zuora_api/model/BillingUpdate.js +1 -1
- package/dist/zuora_api/model/BookingDateJob.js +1 -1
- package/dist/zuora_api/model/BulkCreateCreditMemosFromChargeRequest.js +1 -1
- package/dist/zuora_api/model/BulkCreateCreditMemosFromInvoiceRequest.js +1 -1
- package/dist/zuora_api/model/BulkCreateCreditMemosRequest.js +1 -1
- package/dist/zuora_api/model/BulkCreateDebitMemosFromChargeRequest.js +1 -1
- package/dist/zuora_api/model/BulkCreateDebitMemosFromInvoiceRequest.js +1 -1
- package/dist/zuora_api/model/BulkCreateDebitMemosRequest.js +1 -1
- package/dist/zuora_api/model/BulkCreateInvoicesRequest.js +1 -1
- package/dist/zuora_api/model/BulkCreateInvoicesResponse.js +1 -1
- package/dist/zuora_api/model/BulkCreditMemosResponse.js +1 -1
- package/dist/zuora_api/model/BulkDebitMemosResponse.js +1 -1
- package/dist/zuora_api/model/BulkPaymentOptionItem.js +151 -0
- package/dist/zuora_api/model/BulkPaymentProfileRequest.js +143 -0
- package/dist/zuora_api/model/BulkPaymentProfileResponse.js +158 -0
- package/dist/zuora_api/model/BulkPaymentProfileResponseReasonsInner.js +114 -0
- package/dist/zuora_api/model/BulkPdfGenerationJobRequest.js +1 -1
- package/dist/zuora_api/model/BulkPdfGenerationJobResponse.js +1 -1
- package/dist/zuora_api/model/BulkPostInvoicesRequest.js +1 -1
- package/dist/zuora_api/model/BulkPostInvoicesResponse.js +1 -1
- package/dist/zuora_api/model/BulkUpdateCreditMemosRequest.js +1 -1
- package/dist/zuora_api/model/BulkUpdateDebitMemosRequest.js +1 -1
- package/dist/zuora_api/model/BulkUpdateInvoicesRequest.js +1 -1
- package/dist/zuora_api/model/BulkUpdateOrderLineItem.js +1 -1
- package/dist/zuora_api/model/BulkUpdateOrderLineItemsRequest.js +1 -1
- package/dist/zuora_api/model/BusinessRegion.js +1 -1
- package/dist/zuora_api/model/BusinessRegionsResponse.js +1 -1
- package/dist/zuora_api/model/CalloutAuth.js +1 -1
- package/dist/zuora_api/model/CancelAuthorizationRequest.js +1 -1
- package/dist/zuora_api/model/CancelAuthorizationResponse.js +96 -10
- package/dist/zuora_api/model/CancelBillRunRequest.js +1 -1
- package/dist/zuora_api/model/CancelBillRunResponse.js +1 -1
- package/dist/zuora_api/model/CancelBillingAdjustmentRequest.js +1 -1
- package/dist/zuora_api/model/CancelBillingAdjustmentResponse.js +1 -1
- package/dist/zuora_api/model/CancelOrderRequest.js +1 -1
- package/dist/zuora_api/model/CancelOrderResponse.js +1 -1
- package/dist/zuora_api/model/CancelPaymentSchedule.js +1 -1
- package/dist/zuora_api/model/CancelSubscriptionRequest.js +1 -1
- package/dist/zuora_api/model/CancelSubscriptionResponse.js +100 -17
- package/dist/zuora_api/model/CatalogGroup.js +1 -1
- package/dist/zuora_api/model/CatalogGroupProductRatePlan.js +1 -1
- package/dist/zuora_api/model/ChangeLogField.js +1 -1
- package/dist/zuora_api/model/ChangePlanRatePlanOverride.js +1 -1
- package/dist/zuora_api/model/ChangeSubscriptionRatePlan.js +1 -1
- package/dist/zuora_api/model/ChargeMetrics.js +1 -1
- package/dist/zuora_api/model/ChargeModelConfiguration.js +1 -1
- package/dist/zuora_api/model/ChargeModelConfigurationForSubscription.js +1 -1
- package/dist/zuora_api/model/ChargeModelConfigurationItem.js +1 -1
- package/dist/zuora_api/model/ChargeModelDataOverride.js +1 -1
- package/dist/zuora_api/model/ChargeOverride.js +1 -1
- package/dist/zuora_api/model/ChargeOverrideBilling.js +1 -1
- package/dist/zuora_api/model/ChargeOverridePricing.js +1 -1
- package/dist/zuora_api/model/ChargeRemoval.js +138 -0
- package/dist/zuora_api/model/ChargeTier.js +1 -1
- package/dist/zuora_api/model/ChargeUpdate.js +1 -1
- package/dist/zuora_api/model/ChildrenSettingValueRequest.js +1 -1
- package/dist/zuora_api/model/CollectDebitMemoRequest.js +1 -1
- package/dist/zuora_api/model/CollectDebitMemoRequestPayment.js +1 -1
- package/dist/zuora_api/model/CollectDebitMemoResponse.js +1 -1
- package/dist/zuora_api/model/CollectDebitMemoResponseAppliedCreditMemos.js +1 -1
- package/dist/zuora_api/model/CollectDebitMemoResponseAppliedPayments.js +1 -1
- package/dist/zuora_api/model/CollectDebitMemoResponseDebitMemo.js +1 -1
- package/dist/zuora_api/model/CollectDebitMemoResponseProcessedPayment.js +1 -1
- package/dist/zuora_api/model/CommitmentBaseAttributes.js +1 -31
- package/dist/zuora_api/model/CommitmentInput.js +19 -55
- package/dist/zuora_api/model/CommitmentOutput.js +1 -1
- package/dist/zuora_api/model/CommitmentOutputPeriodsInner.js +1 -1
- package/dist/zuora_api/model/CommitmentOutputSchedulesInner.js +1 -1
- package/dist/zuora_api/model/CommitmentPeriodAttributes.js +1 -1
- package/dist/zuora_api/model/CommitmentPeriodInput.js +1 -1
- package/dist/zuora_api/model/CommitmentPeriodOutput.js +1 -1
- package/dist/zuora_api/model/CommitmentScheduleAttributes.js +1 -1
- package/dist/zuora_api/model/CommitmentScheduleInput.js +1 -1
- package/dist/zuora_api/model/CommitmentScheduleOutput.js +1 -1
- package/dist/zuora_api/model/CommonErrorResponse.js +1 -1
- package/dist/zuora_api/model/CommonResponse.js +1 -1
- package/dist/zuora_api/model/CommonRevenueAttributesOutput.js +1 -1
- package/dist/zuora_api/model/CommonTaxationAttributes.js +1 -1
- package/dist/zuora_api/model/CompareAndDeployProductCatalogTemplateRequest.js +1 -1
- package/dist/zuora_api/model/CompareAndDeployProductCatalogTenantRequest.js +1 -1
- package/dist/zuora_api/model/CompareAndDeployTemplateRequest.js +1 -1
- package/dist/zuora_api/model/CompareAndDeployTenantRequest.js +1 -1
- package/dist/zuora_api/model/CompareSchemaKeyValue.js +1 -1
- package/dist/zuora_api/model/CompareTemplateRequest.js +1 -1
- package/dist/zuora_api/model/CompareTemplateResponse.js +1 -1
- package/dist/zuora_api/model/Condition.js +1 -1
- package/dist/zuora_api/model/ConfigTemplateErrorResponse.js +1 -1
- package/dist/zuora_api/model/ConfigTemplateErrorResponseReasonsInner.js +1 -1
- package/dist/zuora_api/model/ConfigurationTemplateContent.js +1 -1
- package/dist/zuora_api/model/Contact.js +1 -1
- package/dist/zuora_api/model/ContactInfo.js +1 -1
- package/dist/zuora_api/model/ContactResponse.js +1 -1
- package/dist/zuora_api/model/ContactSnapshot.js +1 -1
- package/dist/zuora_api/model/ContactSnapshotResponse.js +1 -1
- package/dist/zuora_api/model/CreateACHPaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreateAccountContact.js +1 -1
- package/dist/zuora_api/model/CreateAccountCreditCard.js +1 -1
- package/dist/zuora_api/model/CreateAccountCreditCardHolderInfo.js +1 -1
- package/dist/zuora_api/model/CreateAccountPaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreateAccountRequest.js +1 -1
- package/dist/zuora_api/model/CreateAccountResponse.js +1 -1
- package/dist/zuora_api/model/CreateAccountSubscription.js +1 -1
- package/dist/zuora_api/model/CreateAccountingCodeRequest.js +1 -1
- package/dist/zuora_api/model/CreateAccountingCodeResponse.js +91 -5
- package/dist/zuora_api/model/CreateAccountingPeriodRequest.js +1 -1
- package/dist/zuora_api/model/CreateAccountingPeriodResponse.js +91 -5
- package/dist/zuora_api/model/CreateAuthorizationRequest.js +1 -1
- package/dist/zuora_api/model/CreateAuthorizationResponse.js +1 -1
- package/dist/zuora_api/model/CreateAuthorizationResponsePaymentGateway.js +1 -1
- package/dist/zuora_api/model/CreateAuthorizationResponseReasons.js +1 -1
- package/dist/zuora_api/model/CreateAutogiroPaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreateBacsPaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreateBasePaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreateBatchQueryJobRequest.js +1 -1
- package/dist/zuora_api/model/CreateBatchQueryJobResponse.js +1 -1
- package/dist/zuora_api/model/CreateBatchQueryRequest.js +1 -1
- package/dist/zuora_api/model/CreateBatchQueryResponse.js +1 -1
- package/dist/zuora_api/model/CreateBecsPaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreateBecsnzPaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreateBetalingsservicePaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreateBillRunRequest.js +1 -1
- package/dist/zuora_api/model/CreateBillingAdjustmentRequest.js +1 -1
- package/dist/zuora_api/model/CreateBillingDocumentFilesDeletionJobRequest.js +1 -1
- package/dist/zuora_api/model/CreateBillingDocumentFilesDeletionJobResponse.js +92 -6
- package/dist/zuora_api/model/CreateBillingPreviewCreditMemoItem.js +1 -1
- package/dist/zuora_api/model/CreateBillingPreviewInvoiceItem.js +1 -1
- package/dist/zuora_api/model/CreateBillingPreviewRequest.js +1 -1
- package/dist/zuora_api/model/CreateBillingPreviewResponse.js +103 -20
- package/dist/zuora_api/model/CreateBillingPreviewRunRequest.js +1 -1
- package/dist/zuora_api/model/CreateBillingPreviewRunResponse.js +1 -1
- package/dist/zuora_api/model/CreateCCReferenceTransactionPaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreateCatalogGroupRequest.js +1 -1
- package/dist/zuora_api/model/CreateContactRequest.js +1 -1
- package/dist/zuora_api/model/CreateCreditCardPaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreateCreditCardReferenceCardholderInfo.js +1 -1
- package/dist/zuora_api/model/CreateCreditMemoFromCharge.js +1 -1
- package/dist/zuora_api/model/CreateCreditMemoFromChargeRequest.js +1 -1
- package/dist/zuora_api/model/CreateCreditMemoFromInvoice.js +1 -1
- package/dist/zuora_api/model/CreateCreditMemoFromInvoiceRequest.js +1 -1
- package/dist/zuora_api/model/CreateCreditMemoTaxationItemsRequest.js +1 -1
- package/dist/zuora_api/model/CreateDebitMemoFromCharge.js +1 -1
- package/dist/zuora_api/model/CreateDebitMemoFromChargeRequest.js +1 -1
- package/dist/zuora_api/model/CreateDebitMemoFromInvoiceRequest.js +1 -1
- package/dist/zuora_api/model/CreateDebitMemosFromInvoiceRequest.js +1 -1
- package/dist/zuora_api/model/CreateDeploymentTemplateRequest.js +1 -1
- package/dist/zuora_api/model/CreateDiscountItem.js +1 -1
- package/dist/zuora_api/model/CreateFulfillment.js +1 -1
- package/dist/zuora_api/model/CreateFulfillmentItem.js +1 -1
- package/dist/zuora_api/model/CreateFulfillmentItemResponse.js +1 -1
- package/dist/zuora_api/model/CreateFulfillmentItemsRequest.js +1 -1
- package/dist/zuora_api/model/CreateFulfillmentItemsResponse.js +1 -1
- package/dist/zuora_api/model/CreateFulfillmentResponse.js +1 -1
- package/dist/zuora_api/model/CreateFulfillmentsRequest.js +1 -1
- package/dist/zuora_api/model/CreateFulfillmentsResponse.js +1 -1
- package/dist/zuora_api/model/CreateHostedPageRequest.js +294 -0
- package/dist/zuora_api/model/CreateHostedPageResponse.js +291 -0
- package/dist/zuora_api/model/CreateInvoiceCollectCreditMemos.js +1 -1
- package/dist/zuora_api/model/CreateInvoiceCollectInvoices.js +1 -1
- package/dist/zuora_api/model/CreateInvoiceCollectRequest.js +1 -1
- package/dist/zuora_api/model/CreateInvoiceCollectResponse.js +103 -20
- package/dist/zuora_api/model/CreateInvoiceItem.js +1 -1
- package/dist/zuora_api/model/CreateInvoiceRequest.js +1 -1
- package/dist/zuora_api/model/CreateInvoiceScheduleItem.js +1 -1
- package/dist/zuora_api/model/CreateInvoiceScheduleRequest.js +1 -1
- package/dist/zuora_api/model/CreateJournalEntryRequest.js +1 -1
- package/dist/zuora_api/model/CreateJournalEntryRequestItem.js +1 -1
- package/dist/zuora_api/model/CreateJournalEntryRequestSegment.js +1 -1
- package/dist/zuora_api/model/CreateJournalEntryResponse.js +91 -5
- package/dist/zuora_api/model/CreateJournalRunRequest.js +1 -1
- package/dist/zuora_api/model/CreateJournalRunRequestTransactionType.js +1 -1
- package/dist/zuora_api/model/CreateJournalRunResponse.js +91 -5
- package/dist/zuora_api/model/CreateMassUpdateResponse.js +91 -5
- package/dist/zuora_api/model/CreateMassUpdaterRequest.js +1 -1
- package/dist/zuora_api/model/CreateNonRefRefundFinanceInformation.js +1 -1
- package/dist/zuora_api/model/CreateOmniChannelSubscriptionRequest.js +1 -1
- package/dist/zuora_api/model/CreateOmniChannelSubscriptionResponse.js +1 -1
- package/dist/zuora_api/model/CreateOpenPaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreateOpenPaymentMethodTypeRequest.js +1 -1
- package/dist/zuora_api/model/CreateOrUpdateCatalogGroupProductRatePlan.js +1 -1
- package/dist/zuora_api/model/CreateOrUpdateEmailTemplatesResponse.js +1 -1
- package/dist/zuora_api/model/CreateOrderAction.js +1 -1
- package/dist/zuora_api/model/CreateOrderAddProduct.js +1 -1
- package/dist/zuora_api/model/CreateOrderAsyncRequest.js +1 -1
- package/dist/zuora_api/model/CreateOrderAsyncResponse.js +1 -1
- package/dist/zuora_api/model/CreateOrderChangePlan.js +1 -1
- package/dist/zuora_api/model/CreateOrderChangePlanRatePlanOverride.js +1 -1
- package/dist/zuora_api/model/CreateOrderChargeUpdate.js +1 -1
- package/dist/zuora_api/model/CreateOrderCreateSubscription.js +1 -1
- package/dist/zuora_api/model/CreateOrderOrderLineItem.js +1 -1
- package/dist/zuora_api/model/CreateOrderPricingUpdate.js +1 -1
- package/dist/zuora_api/model/CreateOrderProductOverride.js +1 -1
- package/dist/zuora_api/model/CreateOrderProductRatePlanOverride.js +1 -1
- package/dist/zuora_api/model/CreateOrderRatePlanFeatureOverride.js +1 -1
- package/dist/zuora_api/model/CreateOrderRatePlanOverride.js +1 -1
- package/dist/zuora_api/model/CreateOrderRatePlanUpdate.js +70 -8
- package/dist/zuora_api/model/CreateOrderRequest.js +1 -1
- package/dist/zuora_api/model/CreateOrderResponse.js +1 -1
- package/dist/zuora_api/model/CreateOrderResponseOrderAction.js +1 -1
- package/dist/zuora_api/model/CreateOrderResponseOrderLineItems.js +1 -1
- package/dist/zuora_api/model/CreateOrderResponseOrderMetric.js +1 -1
- package/dist/zuora_api/model/CreateOrderResponseRamps.js +1 -1
- package/dist/zuora_api/model/CreateOrderResponseRefunds.js +1 -1
- package/dist/zuora_api/model/CreateOrderResponseSubscriptions.js +1 -1
- package/dist/zuora_api/model/CreateOrderResponseWriteOff.js +1 -1
- package/dist/zuora_api/model/CreateOrderResult.js +1 -1
- package/dist/zuora_api/model/CreateOrderResume.js +1 -1
- package/dist/zuora_api/model/CreateOrderSubscription.js +1 -1
- package/dist/zuora_api/model/CreateOrderSubscriptionOwnerAccount.js +1 -1
- package/dist/zuora_api/model/CreateOrderSuspend.js +1 -1
- package/dist/zuora_api/model/CreateOrderTermsAndConditions.js +1 -1
- package/dist/zuora_api/model/CreateOrderUpdateProduct.js +80 -8
- package/dist/zuora_api/model/CreatePADPaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreatePayPalAdaptivePaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreatePayPalCPPaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreatePayPalECPaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreatePayPalNativeECPaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreatePaymentDebitMemoApplication.js +1 -1
- package/dist/zuora_api/model/CreatePaymentDebitMemoApplicationItem.js +1 -1
- package/dist/zuora_api/model/CreatePaymentInvoiceApplication.js +1 -1
- package/dist/zuora_api/model/CreatePaymentInvoiceApplicationItem.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodACH.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodApplePayAdyen.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodBankTransfer.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodBankTransferAccountHolderInfo.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodCCReferenceTransaction.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodCardholderInfo.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodCommon.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodCreditCard.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodDecryptionRequest.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodDecryptionResponse.js +92 -6
- package/dist/zuora_api/model/CreatePaymentMethodGooglePayAdyenChase.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodPayPalAdaptive.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodPayPalECPayPalNativeECPayPalCP.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodRequest.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodResponse.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodResponseReason.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodUpdaterBatchRequest.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodUpdaterBatchResponse.js +1 -1
- package/dist/zuora_api/model/CreatePaymentMethodUpdaterBatchResponseReasons.js +1 -1
- package/dist/zuora_api/model/CreatePaymentPredebitNotifyRequest.js +1 -1
- package/dist/zuora_api/model/CreatePaymentPredebitNotifyResponse.js +92 -6
- package/dist/zuora_api/model/CreatePaymentRequest.js +1 -1
- package/dist/zuora_api/model/CreatePaymentRunData.js +1 -1
- package/dist/zuora_api/model/CreatePaymentRunDataItem.js +1 -1
- package/dist/zuora_api/model/CreatePaymentRunRequest.js +14 -1
- package/dist/zuora_api/model/CreatePaymentScheduleItemsRequest.js +1 -1
- package/dist/zuora_api/model/CreatePaymentScheduleItemsRequestItems.js +1 -1
- package/dist/zuora_api/model/CreatePaymentScheduleRequest.js +1 -1
- package/dist/zuora_api/model/CreatePaymentScheduleRequestItems.js +1 -1
- package/dist/zuora_api/model/CreatePaymentSchedulesRequest.js +1 -1
- package/dist/zuora_api/model/CreatePaymentSchedulesResponse.js +95 -13
- package/dist/zuora_api/model/CreatePaymentSchedulesResponseItems.js +1 -1
- package/dist/zuora_api/model/CreatePaymentSessionInvoice.js +1 -1
- package/dist/zuora_api/model/CreatePaymentSessionRequest.js +1 -1
- package/dist/zuora_api/model/CreatePaymentSessionResponse.js +1 -1
- package/dist/zuora_api/model/CreateProductRatePlanChargeRequest.js +1 -1
- package/dist/zuora_api/model/CreateProductRatePlanRequest.js +1 -1
- package/dist/zuora_api/model/CreateProductRequest.js +1 -1
- package/dist/zuora_api/model/CreateRSASignatureRequest.js +1 -1
- package/dist/zuora_api/model/CreateRamp.js +1 -1
- package/dist/zuora_api/model/CreateRefundRequest.js +1 -1
- package/dist/zuora_api/model/CreateRefundwithAutoUnapply.js +1 -1
- package/dist/zuora_api/model/CreateSEPAPaymentMethod.js +1 -1
- package/dist/zuora_api/model/CreateSequenceSetRequest.js +1 -1
- package/dist/zuora_api/model/CreateSequenceSetsRequest.js +1 -1
- package/dist/zuora_api/model/CreateSequenceSetsResponse.js +93 -10
- package/dist/zuora_api/model/CreateStoredCredentialProfileRequest.js +1 -1
- package/dist/zuora_api/model/CreateSubscribeToProduct.js +1 -1
- package/dist/zuora_api/model/CreateSubscriptionComponent.js +1 -1
- package/dist/zuora_api/model/CreateSubscriptionRatePlan.js +1 -1
- package/dist/zuora_api/model/CreateSubscriptionRequest.js +1 -1
- package/dist/zuora_api/model/CreateSubscriptionResponse.js +96 -10
- package/dist/zuora_api/model/CreateTaxationItem.js +1 -1
- package/dist/zuora_api/model/CreateTaxationItemForCreditMemoFinanceInformation.js +1 -1
- package/dist/zuora_api/model/CreateTaxationItemForCreditMemoRequest.js +1 -1
- package/dist/zuora_api/model/CreateTaxationItemForDebitMemo.js +1 -1
- package/dist/zuora_api/model/CreateTaxationItemForDebitMemoFinanceInformation.js +1 -1
- package/dist/zuora_api/model/CreateTaxationItemForInvoiceRequest.js +1 -1
- package/dist/zuora_api/model/CreateTaxationItemsForDebitMemoRequest.js +1 -1
- package/dist/zuora_api/model/CreateTaxationItemsRequest.js +1 -1
- package/dist/zuora_api/model/CreateTokenRequest.js +1 -1
- package/dist/zuora_api/model/CreateUpdateOpenPaymentMethodTypeResponse.js +1 -1
- package/dist/zuora_api/model/CreateUpdateStoredCredentialProfileResponse.js +92 -5
- package/dist/zuora_api/model/CreateUsageRequest.js +1 -1
- package/dist/zuora_api/model/CreditCard.js +1 -1
- package/dist/zuora_api/model/CreditMemo.js +1 -1
- package/dist/zuora_api/model/CreditMemoEntityPrefix.js +1 -1
- package/dist/zuora_api/model/CreditMemoItem.js +1 -1
- package/dist/zuora_api/model/CreditMemoItemFinanceInformation.js +1 -1
- package/dist/zuora_api/model/CreditMemoItemFromChargeDetail.js +1 -1
- package/dist/zuora_api/model/CreditMemoItemFromChargeDetailFinanceInformation.js +1 -1
- package/dist/zuora_api/model/CreditMemoItemFromInvoiceItem.js +1 -1
- package/dist/zuora_api/model/CreditMemoItemFromInvoiceItemFinanceInformation.js +1 -1
- package/dist/zuora_api/model/CreditMemoItemFromWriteOffInvoice.js +1 -1
- package/dist/zuora_api/model/CreditMemoItemPart.js +1 -1
- package/dist/zuora_api/model/CreditMemoItemResponse.js +1 -1
- package/dist/zuora_api/model/CreditMemoItemsResponse.js +1 -1
- package/dist/zuora_api/model/CreditMemoObjectNSFields.js +1 -1
- package/dist/zuora_api/model/CreditMemoPart.js +1 -1
- package/dist/zuora_api/model/CreditMemoResponse.js +1 -1
- package/dist/zuora_api/model/CreditMemoTaxItemFromInvoiceTaxItemFinanceInformation.js +1 -1
- package/dist/zuora_api/model/CreditMemoTaxItemFromInvoiceTaxItemRequest.js +1 -1
- package/dist/zuora_api/model/CreditMemoTaxationItemFromWriteOffInvoice.js +1 -1
- package/dist/zuora_api/model/CreditMemosResponse.js +95 -12
- package/dist/zuora_api/model/CustomAccountPaymentMethod.js +1 -1
- package/dist/zuora_api/model/CustomFields.js +1 -1
- package/dist/zuora_api/model/CustomObjectAllFieldsDefinition.js +1 -1
- package/dist/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfCreatedById.js +1 -1
- package/dist/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfCreatedDate.js +1 -1
- package/dist/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfId.js +1 -1
- package/dist/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfUpdatedById.js +1 -1
- package/dist/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfUpdatedDate.js +1 -1
- package/dist/zuora_api/model/CustomObjectBulkDeleteFilter.js +1 -1
- package/dist/zuora_api/model/CustomObjectBulkDeleteFilterCondition.js +1 -1
- package/dist/zuora_api/model/CustomObjectBulkJobErrorResponse.js +1 -1
- package/dist/zuora_api/model/CustomObjectBulkJobErrorResponseCollection.js +1 -1
- package/dist/zuora_api/model/CustomObjectBulkJobRequest.js +1 -1
- package/dist/zuora_api/model/CustomObjectBulkJobResponse.js +1 -1
- package/dist/zuora_api/model/CustomObjectBulkJobResponseCollection.js +1 -1
- package/dist/zuora_api/model/CustomObjectBulkJobResponseError.js +1 -1
- package/dist/zuora_api/model/CustomObjectCustomFieldDefinition.js +1 -1
- package/dist/zuora_api/model/CustomObjectCustomFieldDefinitionUpdate.js +1 -1
- package/dist/zuora_api/model/CustomObjectCustomFieldsDefinition.js +1 -1
- package/dist/zuora_api/model/CustomObjectDefinition.js +1 -1
- package/dist/zuora_api/model/CustomObjectDefinitionRelationship.js +1 -1
- package/dist/zuora_api/model/CustomObjectDefinitionRelationshipRecordConstraints.js +1 -1
- package/dist/zuora_api/model/CustomObjectDefinitionRelationshipRecordConstraintsCreate.js +1 -1
- package/dist/zuora_api/model/CustomObjectDefinitionSchema.js +1 -1
- package/dist/zuora_api/model/CustomObjectDefinitionUpdateActionRequest.js +1 -1
- package/dist/zuora_api/model/CustomObjectDefinitionUpdateActionResponse.js +1 -1
- package/dist/zuora_api/model/CustomObjectRecordBatchAction.js +1 -1
- package/dist/zuora_api/model/CustomObjectRecordBatchRequest.js +1 -1
- package/dist/zuora_api/model/CustomObjectRecordWithAllFields.js +1 -1
- package/dist/zuora_api/model/CustomObjectRecordWithOnlyCustomFields.js +1 -1
- package/dist/zuora_api/model/CustomObjectRecordsBatchUpdatePartialSuccessResponse.js +1 -1
- package/dist/zuora_api/model/CustomObjectRecordsErrorResponse.js +1 -1
- package/dist/zuora_api/model/CustomObjectRecordsThrottledResponse.js +1 -1
- package/dist/zuora_api/model/CustomObjectRecordsWithError.js +1 -1
- package/dist/zuora_api/model/CustomRates.js +1 -1
- package/dist/zuora_api/model/DailyConsumptionRevRecRequest.js +1 -1
- package/dist/zuora_api/model/DataQueryErrorResponse.js +1 -1
- package/dist/zuora_api/model/DataQueryJob.js +1 -1
- package/dist/zuora_api/model/DataQueryJobCancelled.js +1 -1
- package/dist/zuora_api/model/DataQueryJobCommon.js +1 -1
- package/dist/zuora_api/model/DebitMemo.js +1 -1
- package/dist/zuora_api/model/DebitMemoDueDate.js +1 -1
- package/dist/zuora_api/model/DebitMemoEntityPrefix.js +1 -1
- package/dist/zuora_api/model/DebitMemoItem.js +1 -1
- package/dist/zuora_api/model/DebitMemoItemFromChargeDetail.js +1 -1
- package/dist/zuora_api/model/DebitMemoItemFromChargeDetailFinanceInformation.js +1 -1
- package/dist/zuora_api/model/DebitMemoItemFromInvoiceItemFinanceInformation.js +1 -1
- package/dist/zuora_api/model/DebitMemoItemFromInvoiceItemRequest.js +1 -1
- package/dist/zuora_api/model/DebitMemoItemResponse.js +1 -1
- package/dist/zuora_api/model/DebitMemoItemTaxationItems.js +1 -1
- package/dist/zuora_api/model/DebitMemoItemWriteOffRequest.js +1 -1
- package/dist/zuora_api/model/DebitMemoItemsResponse.js +1 -1
- package/dist/zuora_api/model/DebitMemoObjectNSFields.js +1 -1
- package/dist/zuora_api/model/DebitMemoResponse.js +1 -1
- package/dist/zuora_api/model/DebitMemoTaxItemFromInvoiceTaxItemFinanceInformation.js +1 -1
- package/dist/zuora_api/model/DebitMemoTaxItemFromInvoiceTaxItemRequest.js +1 -1
- package/dist/zuora_api/model/DebitMemoTaxationItemWriteOffRequest.js +1 -1
- package/dist/zuora_api/model/DebitMemosResponse.js +1 -1
- package/dist/zuora_api/model/DecryptRSASignatureRequest.js +1 -1
- package/dist/zuora_api/model/DecryptRSASignatureResponse.js +92 -6
- package/dist/zuora_api/model/DeleteAccountResponse.js +1 -1
- package/dist/zuora_api/model/DeleteAttachmentResponse.js +1 -1
- package/dist/zuora_api/model/DeleteBatchQueryJobResponse.js +1 -1
- package/dist/zuora_api/model/DeleteBatchQueryResponse.js +1 -1
- package/dist/zuora_api/model/DeleteDataQueryJobResponse.js +1 -1
- package/dist/zuora_api/model/DeleteOrderAsyncResponse.js +91 -5
- package/dist/zuora_api/model/DeleteResult.js +1 -1
- package/dist/zuora_api/model/DeleteSubscriptionResponse.js +89 -3
- package/dist/zuora_api/model/DeleteWorkflowError.js +1 -1
- package/dist/zuora_api/model/DeleteWorkflowSuccess.js +1 -1
- package/dist/zuora_api/model/DeletedRecord.js +1 -1
- package/dist/zuora_api/model/DeliverySchedule.js +1 -1
- package/dist/zuora_api/model/DeliveryScheduleParams.js +1 -1
- package/dist/zuora_api/model/DeliveryScheduleProductRatePlanCharge.js +1 -1
- package/dist/zuora_api/model/DeploymentResponse.js +1 -1
- package/dist/zuora_api/model/DeploymentTemplate.js +1 -1
- package/dist/zuora_api/model/DeploymentTemplatesResponse.js +1 -1
- package/dist/zuora_api/model/DetachInvoiceScheduleRequest.js +1 -1
- package/dist/zuora_api/model/DetailedWorkflow.js +1 -1
- package/dist/zuora_api/model/DiscountApplyDetail.js +1 -1
- package/dist/zuora_api/model/DiscountPricingOverride.js +1 -1
- package/dist/zuora_api/model/DiscountPricingUpdate.js +1 -1
- package/dist/zuora_api/model/DocumentIdList.js +1 -1
- package/dist/zuora_api/model/EInvoicingFileFormat.js +1 -1
- package/dist/zuora_api/model/ElectronicPaymentOptions.js +1 -1
- package/dist/zuora_api/model/ElectronicPaymentOptionsWithDelayedCapturePayment.js +1 -1
- package/dist/zuora_api/model/EmailBillRunRequest.js +1 -1
- package/dist/zuora_api/model/EmailBillingDocumentRequest.js +1 -1
- package/dist/zuora_api/model/EndConditions.js +1 -1
- package/dist/zuora_api/model/Error401.js +1 -1
- package/dist/zuora_api/model/ErrorResponse.js +1 -1
- package/dist/zuora_api/model/ErrorResponse401Record.js +1 -1
- package/dist/zuora_api/model/ErrorResponseReasonsInner.js +1 -1
- package/dist/zuora_api/model/EventTrigger.js +1 -1
- package/dist/zuora_api/model/EventType.js +1 -1
- package/dist/zuora_api/model/ExecuteInvoiceScheduleRequest.js +1 -1
- package/dist/zuora_api/model/ExpandedAccount.js +1 -1
- package/dist/zuora_api/model/ExpandedAmendment.js +1 -1
- package/dist/zuora_api/model/ExpandedBillingRun.js +1 -1
- package/dist/zuora_api/model/ExpandedCommitment.js +105 -1
- package/dist/zuora_api/model/ExpandedCommitmentAssociatedAccount.js +228 -0
- package/dist/zuora_api/model/ExpandedCommitmentAssociatedItem.js +243 -0
- package/dist/zuora_api/model/ExpandedCommitmentPeriod.js +111 -13
- package/dist/zuora_api/model/ExpandedCommitmentSchedule.js +283 -0
- package/dist/zuora_api/model/ExpandedCommitmentTransaction.js +262 -0
- package/dist/zuora_api/model/ExpandedContact.js +1 -1
- package/dist/zuora_api/model/ExpandedContactSnapshot.js +1 -1
- package/dist/zuora_api/model/ExpandedCreditMemo.js +1 -1
- package/dist/zuora_api/model/ExpandedCreditMemoApplication.js +1 -1
- package/dist/zuora_api/model/ExpandedCreditMemoItem.js +1 -19
- package/dist/zuora_api/model/ExpandedCreditTaxationItem.js +1 -1
- package/dist/zuora_api/model/ExpandedDailyConsumptionSummary.js +1 -1
- package/dist/zuora_api/model/ExpandedDebitMemo.js +1 -1
- package/dist/zuora_api/model/ExpandedDebitMemoItem.js +1 -1
- package/dist/zuora_api/model/ExpandedDebitTaxationItem.js +1 -1
- package/dist/zuora_api/model/ExpandedDeliveryAdjustment.js +1 -1
- package/dist/zuora_api/model/ExpandedExternalProductRatePlan.js +1 -1
- package/dist/zuora_api/model/ExpandedFulfillment.js +1 -1
- package/dist/zuora_api/model/ExpandedInvoice.js +1 -1
- package/dist/zuora_api/model/ExpandedInvoiceItem.js +1 -19
- package/dist/zuora_api/model/ExpandedInvoiceSchedule.js +1 -1
- package/dist/zuora_api/model/ExpandedInvoiceScheduleBooking.js +1 -1
- package/dist/zuora_api/model/ExpandedInvoiceScheduleItem.js +1 -1
- package/dist/zuora_api/model/ExpandedOrderAction.js +1 -1
- package/dist/zuora_api/model/ExpandedOrderLineItem.js +1 -1
- package/dist/zuora_api/model/ExpandedOrders.js +1 -1
- package/dist/zuora_api/model/ExpandedPayment.js +1 -1
- package/dist/zuora_api/model/ExpandedPaymentApplication.js +1 -1
- package/dist/zuora_api/model/ExpandedPaymentMethod.js +1 -1
- package/dist/zuora_api/model/ExpandedPaymentMethodSnapshot.js +1 -1
- package/dist/zuora_api/model/ExpandedPaymentRun.js +1 -1
- package/dist/zuora_api/model/ExpandedPaymentSchedule.js +1 -1
- package/dist/zuora_api/model/ExpandedPaymentScheduleItem.js +1 -1
- package/dist/zuora_api/model/ExpandedPaymentScheduleItemPayment.js +1 -1
- package/dist/zuora_api/model/ExpandedPrepaidBalance.js +1 -1
- package/dist/zuora_api/model/ExpandedPrepaidBalanceFund.js +1 -1
- package/dist/zuora_api/model/ExpandedPrepaidBalanceTransaction.js +1 -1
- package/dist/zuora_api/model/ExpandedProcessedUsage.js +1 -1
- package/dist/zuora_api/model/ExpandedProduct.js +1 -1
- package/dist/zuora_api/model/ExpandedProductRatePlan.js +1 -1
- package/dist/zuora_api/model/ExpandedProductRatePlanCharge.js +1 -1
- package/dist/zuora_api/model/ExpandedProductRatePlanChargeTier.js +1 -1
- package/dist/zuora_api/model/ExpandedRamp.js +1 -1
- package/dist/zuora_api/model/ExpandedRatePlan.js +1 -1
- package/dist/zuora_api/model/ExpandedRatePlanCharge.js +17 -1
- package/dist/zuora_api/model/ExpandedRatePlanChargeTier.js +1 -1
- package/dist/zuora_api/model/ExpandedRatingDetail.js +1 -1
- package/dist/zuora_api/model/ExpandedRatingResult.js +1 -1
- package/dist/zuora_api/model/ExpandedRefund.js +1 -1
- package/dist/zuora_api/model/ExpandedRefundApplication.js +1 -1
- package/dist/zuora_api/model/ExpandedRefundApplicationItem.js +1 -1
- package/dist/zuora_api/model/ExpandedSubscription.js +9 -1
- package/dist/zuora_api/model/ExpandedSummaryStatement.js +1 -1
- package/dist/zuora_api/model/ExpandedSummaryStatementRun.js +1 -1
- package/dist/zuora_api/model/ExpandedTaxationItem.js +1 -1
- package/dist/zuora_api/model/ExpandedUsage.js +1 -1
- package/dist/zuora_api/model/ExpandedValidityPeriodSummary.js +1 -1
- package/dist/zuora_api/model/ExportWorkflowVersionResponse.js +1 -1
- package/dist/zuora_api/model/FailedReason.js +1 -1
- package/dist/zuora_api/model/FaultResponse.js +1 -1
- package/dist/zuora_api/model/FilterRuleParameterDefinition.js +1 -1
- package/dist/zuora_api/model/Fulfillment.js +1 -1
- package/dist/zuora_api/model/FulfillmentItem.js +1 -1
- package/dist/zuora_api/model/GETBookingDateBackfillJobById200Response.js +1 -1
- package/dist/zuora_api/model/GETDataBackfillJobById200Response.js +1 -1
- package/dist/zuora_api/model/GETListBookingDateBackfillJobs200Response.js +1 -1
- package/dist/zuora_api/model/GETListDataBackfillJobs200Response.js +1 -1
- package/dist/zuora_api/model/GatewayOptions.js +1 -1
- package/dist/zuora_api/model/GenerateBillingDocumentRequest.js +1 -1
- package/dist/zuora_api/model/GenerateBillingDocumentResponse.js +1 -1
- package/dist/zuora_api/model/GenerateBillingDocumentResponseCreditMemo.js +1 -1
- package/dist/zuora_api/model/GenerateBillingDocumentResponseInvoice.js +1 -1
- package/dist/zuora_api/model/GetAccountPMAccountHolderInfo.js +1 -1
- package/dist/zuora_api/model/GetAccountPaymentMethodResponse.js +1 -1
- package/dist/zuora_api/model/GetAccountingCodeResponse.js +96 -10
- package/dist/zuora_api/model/GetAccountingCodesResponse.js +92 -6
- package/dist/zuora_api/model/GetAccountingPeriodAllOfFieIdsResponse.js +1 -1
- package/dist/zuora_api/model/GetAccountingPeriodResponse.js +100 -17
- package/dist/zuora_api/model/GetAccountingPeriodWithoutSuccessResponse.js +1 -1
- package/dist/zuora_api/model/GetAccountingPeriodsResponse.js +92 -6
- package/dist/zuora_api/model/GetAllCustomObjectDefinitionsInNamespaceResponse.js +1 -1
- package/dist/zuora_api/model/GetApiVolumeSummaryResponse.js +1 -1
- package/dist/zuora_api/model/GetAsyncCreateOrderJobResponse.js +1 -1
- package/dist/zuora_api/model/GetAsyncOrderJobResponse.js +92 -6
- package/dist/zuora_api/model/GetAsyncOrderJobResponseResult.js +1 -1
- package/dist/zuora_api/model/GetAsyncPreviewOrderJobResponse.js +1 -1
- package/dist/zuora_api/model/GetAttachmentResponse.js +1 -1
- package/dist/zuora_api/model/GetAttachmentsResponse.js +1 -1
- package/dist/zuora_api/model/GetBIViewStatus200ResponseInner.js +1 -1
- package/dist/zuora_api/model/GetBatchQueryJobResponse.js +1 -1
- package/dist/zuora_api/model/GetBatchQueryResponse.js +1 -1
- package/dist/zuora_api/model/GetBillingAdjustmentsBySubscriptionNumberResponse.js +1 -1
- package/dist/zuora_api/model/GetBillingAdjustmentsResponse.js +1 -1
- package/dist/zuora_api/model/GetBillingDocVolumeSummaryResponse.js +1 -1
- package/dist/zuora_api/model/GetBillingDocumentFilesDeletionJobResponse.js +92 -6
- package/dist/zuora_api/model/GetBillingDocumentsResponse.js +1 -1
- package/dist/zuora_api/model/GetBillingPreviewRunResponse.js +100 -17
- package/dist/zuora_api/model/GetBulkPdfGenerationJobResponse.js +103 -20
- package/dist/zuora_api/model/GetBulkUpdateOrderLineItemsResponse.js +1 -1
- package/dist/zuora_api/model/GetCalloutHistoryVOType.js +1 -1
- package/dist/zuora_api/model/GetCalloutHistoryVOsType.js +95 -12
- package/dist/zuora_api/model/GetCatalogGroupResponse.js +1 -1
- package/dist/zuora_api/model/GetCatalogGroupsResponse.js +1 -1
- package/dist/zuora_api/model/GetChargeOverride.js +1 -1
- package/dist/zuora_api/model/GetCommitmentOutput.js +15 -49
- package/dist/zuora_api/model/GetCreditMemoItemPartResponse.js +1 -1
- package/dist/zuora_api/model/GetCreditMemoItemPartsResponse.js +95 -12
- package/dist/zuora_api/model/GetCreditMemoItemTaxationItems.js +1 -1
- package/dist/zuora_api/model/GetCreditMemoPartResponse.js +1 -1
- package/dist/zuora_api/model/GetCreditMemoPartsResponse.js +96 -13
- package/dist/zuora_api/model/GetCreditMemoPdfStatusBatchResponse.js +93 -10
- package/dist/zuora_api/model/GetCreditMemoPdfStatusResponse.js +1 -1
- package/dist/zuora_api/model/GetCreditMemoTaxItemFinanceInformation.js +1 -1
- package/dist/zuora_api/model/GetCreditMemoTaxItemResponse.js +1 -1
- package/dist/zuora_api/model/GetCreditMemoTaxationItemResponse.js +1 -1
- package/dist/zuora_api/model/GetCustomExchangeRatesDataType.js +1 -1
- package/dist/zuora_api/model/GetCustomExchangeRatesType.js +96 -13
- package/dist/zuora_api/model/GetDataLabelingJobResponse.js +100 -14
- package/dist/zuora_api/model/{GetDataLabelingJobResponseProgress.js → GetDataLabelingJobResponseAllOfProgress.js} +23 -23
- package/dist/zuora_api/model/GetDataQueryJobResponse.js +1 -1
- package/dist/zuora_api/model/GetDataQueryJobsResponse.js +1 -1
- package/dist/zuora_api/model/GetDebitMemoApplicationPart.js +1 -1
- package/dist/zuora_api/model/GetDebitMemoApplicationPartsResponse.js +95 -12
- package/dist/zuora_api/model/GetDebitMemoItemFinanceInformation.js +1 -1
- package/dist/zuora_api/model/GetDebitMemoPdfStatusBatchResponse.js +93 -10
- package/dist/zuora_api/model/GetDebitMemoPdfStatusResponse.js +1 -1
- package/dist/zuora_api/model/GetDebitMemoTaxItem.js +1 -1
- package/dist/zuora_api/model/GetDebitMemoTaxItemFinanceInformation.js +1 -1
- package/dist/zuora_api/model/GetDebitMemoTaxItemNew.js +1 -1
- package/dist/zuora_api/model/GetEInvoiceMandateResponse.js +1 -1
- package/dist/zuora_api/model/GetEInvoiceMandatesResponse.js +1 -1
- package/dist/zuora_api/model/GetEmailHistoryVOType.js +1 -1
- package/dist/zuora_api/model/GetEmailHistoryVOsType.js +95 -12
- package/dist/zuora_api/model/GetEventTriggers200Response.js +1 -1
- package/dist/zuora_api/model/GetFulfillment.js +1 -1
- package/dist/zuora_api/model/GetFulfillmentItem.js +1 -1
- package/dist/zuora_api/model/GetFulfillmentItemResponse.js +1 -1
- package/dist/zuora_api/model/GetFulfillmentResponse.js +1 -1
- package/dist/zuora_api/model/GetInvoiceApplicationPartRequest.js +1 -1
- package/dist/zuora_api/model/GetInvoiceApplicationPartsRequest.js +95 -12
- package/dist/zuora_api/model/GetInvoicePdfStatusBatchResponse.js +93 -10
- package/dist/zuora_api/model/GetInvoicePdfStatusResponse.js +1 -1
- package/dist/zuora_api/model/GetJournalEntriesInJournalRunResponse.js +92 -6
- package/dist/zuora_api/model/GetJournalEntryDetailResponse.js +100 -17
- package/dist/zuora_api/model/GetJournalEntryDetailTypeWithoutSuccess.js +1 -1
- package/dist/zuora_api/model/GetJournalEntryItemResponse.js +1 -1
- package/dist/zuora_api/model/GetJournalEntrySegmentResponse.js +1 -1
- package/dist/zuora_api/model/GetJournalRunResponse.js +107 -24
- package/dist/zuora_api/model/GetJournalRunTransactionResponse.js +1 -1
- package/dist/zuora_api/model/GetMassUpdateResponse.js +96 -10
- package/dist/zuora_api/model/GetMetricsBySubscriptionNumbersResponse.js +1 -1
- package/dist/zuora_api/model/GetOmniChannelSubscriptionResponse.js +1 -1
- package/dist/zuora_api/model/GetOrderActionRatePlanResponse.js +1 -1
- package/dist/zuora_api/model/GetOrderLineItem.js +1 -1
- package/dist/zuora_api/model/GetOrderLineItemResponse.js +1 -1
- package/dist/zuora_api/model/GetOrderResponse.js +1 -1
- package/dist/zuora_api/model/GetOrdersResponse.js +1 -1
- package/dist/zuora_api/model/GetPMAccountHolderInfo.js +1 -1
- package/dist/zuora_api/model/GetPaymentFinanceInformation.js +1 -1
- package/dist/zuora_api/model/GetPaymentItemPartResponse.js +89 -3
- package/dist/zuora_api/model/GetPaymentItemPartsResponse.js +95 -12
- package/dist/zuora_api/model/GetPaymentMethodForAccountResponse.js +1 -1
- package/dist/zuora_api/model/GetPaymentMethodResponseACHForAccount.js +1 -1
- package/dist/zuora_api/model/GetPaymentMethodResponseApplePayForAccount.js +1 -1
- package/dist/zuora_api/model/GetPaymentMethodResponseBankTransferForAccount.js +1 -1
- package/dist/zuora_api/model/GetPaymentMethodResponseCreditCardForAccount.js +1 -1
- package/dist/zuora_api/model/GetPaymentMethodResponseGooglePayForAccount.js +1 -1
- package/dist/zuora_api/model/GetPaymentMethodResponsePayPalForAccount.js +1 -1
- package/dist/zuora_api/model/GetPaymentPartResponse.js +89 -3
- package/dist/zuora_api/model/GetPaymentPartsResponse.js +96 -13
- package/dist/zuora_api/model/GetPaymentRunDataArrayResponse.js +91 -5
- package/dist/zuora_api/model/GetPaymentRunDataElementResponse.js +1 -1
- package/dist/zuora_api/model/GetPaymentRunDataTransactionElementResponse.js +1 -1
- package/dist/zuora_api/model/GetPaymentRunStatisticResponse.js +1 -1
- package/dist/zuora_api/model/GetPaymentRunSummaryResponse.js +99 -16
- package/dist/zuora_api/model/GetPaymentRunSummaryTotalValuesResponse.js +1 -1
- package/dist/zuora_api/model/GetPaymentRunsResponse.js +96 -13
- package/dist/zuora_api/model/GetPaymentScheduleStatisticResponse.js +95 -12
- package/dist/zuora_api/model/GetPaymentScheduleStatisticResponsePaymentScheduleItems.js +1 -1
- package/dist/zuora_api/model/GetPaymentSchedulesResponse.js +1 -1
- package/dist/zuora_api/model/GetPaymentVolumeSummaryResponse.js +1 -1
- package/dist/zuora_api/model/GetPaymentsResponse.js +92 -6
- package/dist/zuora_api/model/GetProductRatePlanChargeResponse.js +1 -1
- package/dist/zuora_api/model/GetProductRatePlanChargeTierResponse.js +1 -1
- package/dist/zuora_api/model/GetProductRatePlanResponse.js +91 -7
- package/dist/zuora_api/model/GetProductRatePlansByExternalIdResponse.js +94 -11
- package/dist/zuora_api/model/GetProductRatePlansByProductResponse.js +96 -13
- package/dist/zuora_api/model/GetProductResponse.js +1 -1
- package/dist/zuora_api/model/GetProductsResponse.js +92 -9
- package/dist/zuora_api/model/GetPublicEmailTemplateResponse.js +1 -1
- package/dist/zuora_api/model/GetPublicNotificationDefinitionResponse.js +1 -1
- package/dist/zuora_api/model/GetPublicNotificationDefinitionResponseCallout.js +1 -1
- package/dist/zuora_api/model/GetPublicNotificationDefinitionResponseFilterRule.js +1 -1
- package/dist/zuora_api/model/GetQueryEmailTemplates200Response.js +1 -1
- package/dist/zuora_api/model/GetQueryNotificationDefinitions200Response.js +1 -1
- package/dist/zuora_api/model/GetRampByRampNumberResponse.js +1 -1
- package/dist/zuora_api/model/GetRampMetricsByOrderNumberResponse.js +1 -1
- package/dist/zuora_api/model/GetRampMetricsByRampNumberResponse.js +1 -1
- package/dist/zuora_api/model/GetRampMetricsBySubscriptionKeyResponse.js +1 -1
- package/dist/zuora_api/model/GetRampsBySubscriptionKeyResponse.js +1 -1
- package/dist/zuora_api/model/GetRefundCreditMemoFinanceInformation.js +1 -1
- package/dist/zuora_api/model/GetRefundItemPartResponse.js +1 -1
- package/dist/zuora_api/model/GetRefundItemPartsResponse.js +95 -12
- package/dist/zuora_api/model/GetRefundPartResponse.js +1 -1
- package/dist/zuora_api/model/GetRefundPartsResponse.js +94 -11
- package/dist/zuora_api/model/GetRefundsResponse.js +92 -6
- package/dist/zuora_api/model/GetScheduledEventResponse.js +1 -1
- package/dist/zuora_api/model/GetScheduledEventResponseParametersValue.js +1 -1
- package/dist/zuora_api/model/GetScheduledEvents200Response.js +1 -1
- package/dist/zuora_api/model/GetSequenceSetResponse.js +1 -1
- package/dist/zuora_api/model/GetSequenceSetsResponse.js +93 -10
- package/dist/zuora_api/model/GetSubscriptionChangeLogResponse.js +1 -1
- package/dist/zuora_api/model/GetSubscriptionChangeLogsResponse.js +1 -1
- package/dist/zuora_api/model/GetSubscriptionProductFeature.js +1 -1
- package/dist/zuora_api/model/GetSubscriptionRatePlan.js +27 -1
- package/dist/zuora_api/model/GetSubscriptionRatePlanChargesWithAllSegments.js +50 -1
- package/dist/zuora_api/model/GetSubscriptionResponse.js +1 -1
- package/dist/zuora_api/model/GetSubscriptionsResponse.js +96 -13
- package/dist/zuora_api/model/GetTaxationItemResponse.js +1 -1
- package/dist/zuora_api/model/GetTaxationItemsOfCreditMemoItemResponse.js +1 -1
- package/dist/zuora_api/model/GetTaxationItemsOfDebitMemoItemResponse.js +1 -1
- package/dist/zuora_api/model/GetTaxationItemsResponse.js +92 -9
- package/dist/zuora_api/model/GetUsageRateDetailRequest.js +91 -5
- package/dist/zuora_api/model/GetUsageRateDetailRequestData.js +1 -1
- package/dist/zuora_api/model/GetUsageResponse.js +1 -1
- package/dist/zuora_api/model/GetUsagesByAccountResponse.js +94 -8
- package/dist/zuora_api/model/GetVersionsResponse.js +1 -1
- package/dist/zuora_api/model/GetWorkflowResponse.js +1 -1
- package/dist/zuora_api/model/GetWorkflowResponseTasks.js +1 -1
- package/dist/zuora_api/model/GetWorkflowsResponse.js +1 -1
- package/dist/zuora_api/model/GetWorkflowsResponsePagination.js +1 -1
- package/dist/zuora_api/model/HostedPageResponse.js +1 -1
- package/dist/zuora_api/model/HostedPagesResponse.js +94 -11
- package/dist/zuora_api/model/IneligibleBillingAdjustment.js +1 -1
- package/dist/zuora_api/model/InitialTerm.js +1 -1
- package/dist/zuora_api/model/IntervalPricing.js +1 -1
- package/dist/zuora_api/model/IntervalPricingTier.js +1 -1
- package/dist/zuora_api/model/Invoice.js +1 -1
- package/dist/zuora_api/model/InvoiceEntityPrefix.js +1 -1
- package/dist/zuora_api/model/InvoiceFile.js +1 -1
- package/dist/zuora_api/model/InvoiceFilesResponse.js +1 -1
- package/dist/zuora_api/model/InvoiceForBulkUpdate.js +1 -1
- package/dist/zuora_api/model/InvoiceItem.js +1 -1
- package/dist/zuora_api/model/InvoiceItemObjectNSFields.js +1 -1
- package/dist/zuora_api/model/InvoiceItemPreviewResult.js +1 -1
- package/dist/zuora_api/model/InvoiceItemPreviewResultAdditionalInfo.js +1 -1
- package/dist/zuora_api/model/InvoiceItemPreviewResultTaxationItems.js +1 -1
- package/dist/zuora_api/model/InvoiceItemsResponse.js +1 -1
- package/dist/zuora_api/model/InvoiceObjectNSFields.js +1 -1
- package/dist/zuora_api/model/InvoicePostResponse.js +1 -1
- package/dist/zuora_api/model/InvoiceResponse.js +1 -1
- package/dist/zuora_api/model/InvoiceSchedule.js +14 -1
- package/dist/zuora_api/model/InvoiceScheduleCustomFields.js +1 -1
- package/dist/zuora_api/model/InvoiceScheduleItem.js +14 -1
- package/dist/zuora_api/model/InvoiceScheduleItemCustomFields.js +1 -1
- package/dist/zuora_api/model/InvoiceScheduleResponse.js +19 -1
- package/dist/zuora_api/model/InvoiceScheduleSubscription.js +1 -1
- package/dist/zuora_api/model/InvoiceSettlementAsyncJobResponse.js +1 -1
- package/dist/zuora_api/model/InvoiceTaxationItem.js +1 -1
- package/dist/zuora_api/model/Job.js +1 -1
- package/dist/zuora_api/model/LastTerm.js +1 -1
- package/dist/zuora_api/model/Linkage.js +1 -1
- package/dist/zuora_api/model/ListAllSettingsResponse.js +1 -1
- package/dist/zuora_api/model/ListOfExchangeRates.js +1 -1
- package/dist/zuora_api/model/MappingResponse.js +1 -1
- package/dist/zuora_api/model/MigrateTenantSettingsRequest.js +1 -1
- package/dist/zuora_api/model/MigrateTenantSettingsResponse.js +1 -1
- package/dist/zuora_api/model/MigrationComponentContent.js +1 -1
- package/dist/zuora_api/model/MigrationUpdateCustomObjectDefinitionsRequest.js +1 -1
- package/dist/zuora_api/model/MigrationUpdateCustomObjectDefinitionsResponse.js +1 -1
- package/dist/zuora_api/model/NotificationsHistoryDeletionTaskResponse.js +1 -1
- package/dist/zuora_api/model/ObjectPostImportRequest.js +1 -1
- package/dist/zuora_api/model/OmniChannelAccountData.js +1 -1
- package/dist/zuora_api/model/OneTimeFlatFeePricingOverride.js +1 -1
- package/dist/zuora_api/model/OneTimePerUnitPricingOverride.js +1 -1
- package/dist/zuora_api/model/OneTimeTieredPricingOverride.js +1 -1
- package/dist/zuora_api/model/OneTimeVolumePricingOverride.js +1 -1
- package/dist/zuora_api/model/OpenPaymentMethodTypeRequestFields.js +1 -1
- package/dist/zuora_api/model/OpenPaymentMethodTypeResponse.js +1 -1
- package/dist/zuora_api/model/OpenPaymentMethodTypeResponseFields.js +1 -1
- package/dist/zuora_api/model/OperationJobResponse.js +1 -1
- package/dist/zuora_api/model/Options.js +1 -1
- package/dist/zuora_api/model/Order.js +1 -1
- package/dist/zuora_api/model/OrderAction.js +1 -1
- package/dist/zuora_api/model/OrderActionAddProduct.js +1 -1
- package/dist/zuora_api/model/OrderActionCancelSubscription.js +1 -1
- package/dist/zuora_api/model/OrderActionChangePlan.js +1 -1
- package/dist/zuora_api/model/OrderActionCreateSubscription.js +1 -1
- package/dist/zuora_api/model/OrderActionCreateSubscriptionTerms.js +1 -1
- package/dist/zuora_api/model/OrderActionOwnerTransfer.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanAmendment.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanBillingUpdate.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanChargeModelDataOverride.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanChargeOverride.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanChargeRemove.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanChargeUpdate.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanOrder.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanOrderAction.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanOverride.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanPricingUpdate.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanRecurringDeliveryPricingOverride.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanRecurringDeliveryPricingUpdate.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanRecurringFlatFeePricingOverride.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanRecurringPerUnitPricingOverride.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanRecurringTieredPricingOverride.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanRecurringVolumePricingOverride.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanRemoveProduct.js +1 -1
- package/dist/zuora_api/model/OrderActionRatePlanUpdate.js +1 -1
- package/dist/zuora_api/model/OrderActionRemoveProduct.js +1 -1
- package/dist/zuora_api/model/OrderActionRenewSubscription.js +1 -1
- package/dist/zuora_api/model/OrderActionResume.js +1 -1
- package/dist/zuora_api/model/OrderActionSuspend.js +1 -1
- package/dist/zuora_api/model/OrderActionTermsAndConditions.js +1 -1
- package/dist/zuora_api/model/OrderActionUpdateProduct.js +80 -8
- package/dist/zuora_api/model/OrderCreateAccount.js +1 -1
- package/dist/zuora_api/model/OrderCreateAccountContact.js +1 -1
- package/dist/zuora_api/model/OrderDeltaMetric.js +1 -1
- package/dist/zuora_api/model/OrderDeltaMrr.js +1 -1
- package/dist/zuora_api/model/OrderDeltaQty.js +1 -1
- package/dist/zuora_api/model/OrderDeltaTcb.js +1 -1
- package/dist/zuora_api/model/OrderDeltaTcv.js +1 -1
- package/dist/zuora_api/model/OrderExistingAccountDetails.js +1 -1
- package/dist/zuora_api/model/OrderItem.js +1 -1
- package/dist/zuora_api/model/OrderLineItem.js +1 -1
- package/dist/zuora_api/model/OrderMetric.js +1 -1
- package/dist/zuora_api/model/OrderRampIntervalMetrics.js +1 -1
- package/dist/zuora_api/model/OrderRampMetrics.js +1 -1
- package/dist/zuora_api/model/OrderSchedulingOptions.js +1 -1
- package/dist/zuora_api/model/OrderSubscriptions.js +1 -1
- package/dist/zuora_api/model/OrderSubscriptionsSubscriptionOwnerAccountDetails.js +1 -1
- package/dist/zuora_api/model/OrganizationLabel.js +1 -1
- package/dist/zuora_api/model/OverrideDiscountApplyDetail.js +1 -1
- package/dist/zuora_api/model/PATCHUpdateWorkflowRequest.js +1 -1
- package/dist/zuora_api/model/POSTCreateBookingDateBackfillJob200Response.js +1 -1
- package/dist/zuora_api/model/POSTCreateDataBackfillJob200Response.js +1 -1
- package/dist/zuora_api/model/POSTCreateDataBackfillJobRequest.js +1 -1
- package/dist/zuora_api/model/PUTStopBookingDateBackfillJobByIdRequest.js +1 -1
- package/dist/zuora_api/model/Payment.js +1 -1
- package/dist/zuora_api/model/PaymentData.js +1 -1
- package/dist/zuora_api/model/PaymentEntityPrefix.js +1 -1
- package/dist/zuora_api/model/PaymentGatewaysResponse.js +94 -11
- package/dist/zuora_api/model/PaymentGatwayResponse.js +1 -1
- package/dist/zuora_api/model/PaymentItemPart.js +1 -1
- package/dist/zuora_api/model/PaymentMethodObjectCustomFields.js +1 -1
- package/dist/zuora_api/model/PaymentMethodObjectCustomFieldsForAccount.js +1 -1
- package/dist/zuora_api/model/PaymentMethodRequestMandateInfo.js +1 -1
- package/dist/zuora_api/model/PaymentMethodRequestProcessingOptions.js +1 -1
- package/dist/zuora_api/model/PaymentMethodRequestTokens.js +1 -1
- package/dist/zuora_api/model/PaymentMethodResponse.js +1 -1
- package/dist/zuora_api/model/PaymentMethodResponseACH.js +1 -1
- package/dist/zuora_api/model/PaymentMethodResponseApplePay.js +1 -1
- package/dist/zuora_api/model/PaymentMethodResponseBankTransfer.js +1 -1
- package/dist/zuora_api/model/PaymentMethodResponseCardBinInfo.js +1 -1
- package/dist/zuora_api/model/PaymentMethodResponseCreditCard.js +1 -1
- package/dist/zuora_api/model/PaymentMethodResponseGooglePay.js +1 -1
- package/dist/zuora_api/model/PaymentMethodResponseMandateInfo.js +1 -1
- package/dist/zuora_api/model/PaymentMethodResponsePayPal.js +1 -1
- package/dist/zuora_api/model/PaymentMethodSnapshotResponse.js +1 -1
- package/dist/zuora_api/model/PaymentMethodTransactionLogResponse.js +1 -1
- package/dist/zuora_api/model/PaymentMethodUpdaterInstanceResponse.js +1 -1
- package/dist/zuora_api/model/PaymentMethodUpdaterInstancesResponse.js +92 -9
- package/dist/zuora_api/model/PaymentPart.js +1 -1
- package/dist/zuora_api/model/PaymentProfile.js +1 -1
- package/dist/zuora_api/model/PaymentRequestFinanceInformation.js +1 -1
- package/dist/zuora_api/model/PaymentResponse.js +1 -1
- package/dist/zuora_api/model/PaymentRun.js +14 -1
- package/dist/zuora_api/model/PaymentRunResponse.js +19 -1
- package/dist/zuora_api/model/PaymentSchedule.js +1 -1
- package/dist/zuora_api/model/PaymentScheduleBillingDocument.js +1 -1
- package/dist/zuora_api/model/PaymentScheduleItem.js +1 -1
- package/dist/zuora_api/model/PaymentScheduleItemResponse.js +1 -1
- package/dist/zuora_api/model/PaymentScheduleLinkedPaymentID.js +1 -1
- package/dist/zuora_api/model/PaymentSchedulePaymentOptionFields.js +1 -1
- package/dist/zuora_api/model/PaymentSchedulePaymentOptionFieldsDetail.js +1 -1
- package/dist/zuora_api/model/PaymentScheduleResponse.js +1 -1
- package/dist/zuora_api/model/PaymentTransactionLogResponse.js +1 -1
- package/dist/zuora_api/model/PaymentVolumeSummaryRecord.js +1 -1
- package/dist/zuora_api/model/PaymentWithCustomRates.js +1 -1
- package/dist/zuora_api/model/PeriodTypeEnum.js +5 -0
- package/dist/zuora_api/model/PostAsyncInvoiceRequest.js +1 -1
- package/dist/zuora_api/model/PostAttachmentResponse.js +1 -1
- package/dist/zuora_api/model/PostAttachmentsRequest.js +1 -1
- package/dist/zuora_api/model/PostBillRunRequest.js +1 -1
- package/dist/zuora_api/model/PostBusinessRegionsRequest.js +1 -1
- package/dist/zuora_api/model/PostCreateOrUpdateEmailTemplateRequest.js +1 -1
- package/dist/zuora_api/model/PostCreateOrUpdateEmailTemplateRequestFormat.js +1 -1
- package/dist/zuora_api/model/PostCreditMemoRequest.js +1 -1
- package/dist/zuora_api/model/PostCustomObjectDefinitionFieldDefinitionRequest.js +1 -1
- package/dist/zuora_api/model/PostCustomObjectDefinitionsRequest.js +1 -1
- package/dist/zuora_api/model/PostCustomObjectDefinitionsRequestDefinition.js +1 -1
- package/dist/zuora_api/model/PostCustomObjectRecordsRequest.js +1 -1
- package/dist/zuora_api/model/PostCustomObjectRecordsResponse.js +1 -1
- package/dist/zuora_api/model/PostEventTriggerRequest.js +1 -1
- package/dist/zuora_api/model/PostInvoiceRequest.js +1 -1
- package/dist/zuora_api/model/PostPublicEmailTemplateRequest.js +1 -1
- package/dist/zuora_api/model/PostPublicNotificationDefinitionRequest.js +1 -1
- package/dist/zuora_api/model/PostPublicNotificationDefinitionRequestCallout.js +1 -1
- package/dist/zuora_api/model/PostPublicNotificationDefinitionRequestFilterRule.js +1 -1
- package/dist/zuora_api/model/PostResendCalloutNotifications.js +1 -1
- package/dist/zuora_api/model/PostResendEmailNotifications.js +1 -1
- package/dist/zuora_api/model/PostRunWorkflow400Response.js +1 -1
- package/dist/zuora_api/model/PostRunWorkflow406Response.js +1 -1
- package/dist/zuora_api/model/PostScheduledEventRequest.js +1 -1
- package/dist/zuora_api/model/PostScheduledEventRequestParametersValue.js +1 -1
- package/dist/zuora_api/model/PostServiceProviderRequest.js +1 -1
- package/dist/zuora_api/model/PostWorkflowDefinitionImportRequest.js +1 -1
- package/dist/zuora_api/model/PostWorkflowVersionsImportRequest.js +1 -1
- package/dist/zuora_api/model/PreviewAccountInfo.js +1 -1
- package/dist/zuora_api/model/PreviewChargeMetrics.js +1 -1
- package/dist/zuora_api/model/PreviewChargeMetricsCmrr.js +1 -1
- package/dist/zuora_api/model/PreviewChargeMetricsTax.js +1 -1
- package/dist/zuora_api/model/PreviewChargeMetricsTcb.js +1 -1
- package/dist/zuora_api/model/PreviewChargeMetricsTcv.js +1 -1
- package/dist/zuora_api/model/PreviewContactInfo.js +1 -1
- package/dist/zuora_api/model/PreviewExistingSubscriptionCreditMemoItemResult.js +1 -1
- package/dist/zuora_api/model/PreviewExistingSubscriptionDiscountDetails.js +1 -1
- package/dist/zuora_api/model/PreviewExistingSubscriptionInvoiceItemResult.js +1 -1
- package/dist/zuora_api/model/PreviewExistingSubscriptionRequest.js +1 -1
- package/dist/zuora_api/model/PreviewExistingSubscriptionResponse.js +1 -1
- package/dist/zuora_api/model/PreviewExistingSubscriptionResultCreditMemos.js +1 -1
- package/dist/zuora_api/model/PreviewExistingSubscriptionResultInvoices.js +1 -1
- package/dist/zuora_api/model/PreviewOptions.js +1 -1
- package/dist/zuora_api/model/PreviewOrderAsyncRequest.js +1 -1
- package/dist/zuora_api/model/PreviewOrderAsyncResponse.js +1 -1
- package/dist/zuora_api/model/PreviewOrderChargeOverride.js +1 -1
- package/dist/zuora_api/model/PreviewOrderChargeUpdate.js +1 -1
- package/dist/zuora_api/model/PreviewOrderCreateSubscription.js +1 -1
- package/dist/zuora_api/model/PreviewOrderCreateSubscriptionTerms.js +1 -1
- package/dist/zuora_api/model/PreviewOrderOrderAction.js +1 -1
- package/dist/zuora_api/model/PreviewOrderPricingUpdate.js +1 -1
- package/dist/zuora_api/model/PreviewOrderRatePlanOverride.js +1 -1
- package/dist/zuora_api/model/PreviewOrderRatePlanUpdate.js +70 -8
- package/dist/zuora_api/model/PreviewOrderRequest.js +1 -1
- package/dist/zuora_api/model/PreviewOrderResponse.js +1 -1
- package/dist/zuora_api/model/PreviewOrderResult.js +1 -1
- package/dist/zuora_api/model/PreviewOrderResultChargeMetrics.js +1 -1
- package/dist/zuora_api/model/PreviewOrderResultCreditMemos.js +1 -1
- package/dist/zuora_api/model/PreviewOrderResultDeltaMetrics.js +1 -1
- package/dist/zuora_api/model/PreviewOrderResultInvoices.js +1 -1
- package/dist/zuora_api/model/PreviewOrderSubscriptionOwnerAccount.js +1 -1
- package/dist/zuora_api/model/PreviewOrderSubscriptions.js +1 -1
- package/dist/zuora_api/model/PreviewOrderSubscriptionsAsync.js +1 -1
- package/dist/zuora_api/model/PreviewPaymentSchedule.js +1 -1
- package/dist/zuora_api/model/PreviewResultOrderMetricsInner.js +1 -1
- package/dist/zuora_api/model/PreviewResultOrderMetricsInnerOrderActionsInner.js +1 -1
- package/dist/zuora_api/model/PreviewStartDate.js +1 -1
- package/dist/zuora_api/model/PreviewSubscriptionAccountInfo.js +1 -1
- package/dist/zuora_api/model/PreviewSubscriptionBillToContact.js +1 -1
- package/dist/zuora_api/model/PreviewSubscriptionInvoice.js +1 -1
- package/dist/zuora_api/model/PreviewSubscriptionInvoiceItem.js +1 -1
- package/dist/zuora_api/model/PreviewSubscriptionRequest.js +1 -1
- package/dist/zuora_api/model/PreviewSubscriptionResponse.js +106 -23
- package/dist/zuora_api/model/PreviewThroughDate.js +1 -1
- package/dist/zuora_api/model/PriceChangeParams.js +1 -1
- package/dist/zuora_api/model/PricingUpdate.js +1 -1
- package/dist/zuora_api/model/ProcessingOptions.js +1 -1
- package/dist/zuora_api/model/ProcessingOptionsWithDelayedCapturePayment.js +1 -1
- package/dist/zuora_api/model/Product.js +1 -1
- package/dist/zuora_api/model/ProductFeature.js +1 -1
- package/dist/zuora_api/model/ProductObjectNSFields.js +1 -1
- package/dist/zuora_api/model/ProductRatePlan.js +1 -1
- package/dist/zuora_api/model/ProductRatePlanCharge.js +1 -1
- package/dist/zuora_api/model/ProductRatePlanChargeFinanceInformation.js +1 -1
- package/dist/zuora_api/model/ProductRatePlanChargeObjectNSFields.js +1 -1
- package/dist/zuora_api/model/ProductRatePlanChargeTier.js +1 -1
- package/dist/zuora_api/model/ProductRatePlanChargeTierData.js +1 -1
- package/dist/zuora_api/model/ProductRatePlanObjectNSFields.js +1 -1
- package/dist/zuora_api/model/ProductRatePlanWithExternalId.js +1 -1
- package/dist/zuora_api/model/ProxyActioncreateRequest.js +1 -1
- package/dist/zuora_api/model/ProxyActiondeleteRequest.js +1 -1
- package/dist/zuora_api/model/ProxyActionqueryMoreRequest.js +1 -1
- package/dist/zuora_api/model/ProxyActionqueryMoreRequestConf.js +1 -1
- package/dist/zuora_api/model/ProxyActionqueryMoreResponse.js +1 -1
- package/dist/zuora_api/model/ProxyActionqueryRequest.js +1 -1
- package/dist/zuora_api/model/ProxyActionqueryResponse.js +1 -1
- package/dist/zuora_api/model/ProxyActionupdateRequest.js +1 -1
- package/dist/zuora_api/model/ProxyBadRequestResponse.js +1 -1
- package/dist/zuora_api/model/ProxyBadRequestResponseErrorsInner.js +1 -1
- package/dist/zuora_api/model/ProxyCreateOrModifyResponse.js +1 -1
- package/dist/zuora_api/model/ProxyCreateTaxationItemRequest.js +1 -1
- package/dist/zuora_api/model/ProxyDeleteResponse.js +1 -1
- package/dist/zuora_api/model/ProxyGetImport.js +1 -1
- package/dist/zuora_api/model/ProxyNoDataResponse.js +1 -1
- package/dist/zuora_api/model/ProxyPostImport.js +1 -1
- package/dist/zuora_api/model/ProxyUnauthorizedResponse.js +1 -1
- package/dist/zuora_api/model/PutAttachmentRequest.js +1 -1
- package/dist/zuora_api/model/PutBusinessRegionRequest.js +1 -1
- package/dist/zuora_api/model/PutCancelEInvoiceRequest.js +1 -1
- package/dist/zuora_api/model/PutEventTriggerRequest.js +1 -1
- package/dist/zuora_api/model/PutEventTriggerRequestEventType.js +1 -1
- package/dist/zuora_api/model/PutPublicEmailTemplateRequest.js +1 -1
- package/dist/zuora_api/model/PutPublicNotificationDefinitionRequest.js +1 -1
- package/dist/zuora_api/model/PutPublicNotificationDefinitionRequestCallout.js +1 -1
- package/dist/zuora_api/model/PutPublicNotificationDefinitionRequestFilterRule.js +1 -1
- package/dist/zuora_api/model/PutRevproAccCodeResponse.js +89 -3
- package/dist/zuora_api/model/PutScheduledEventRequest.js +1 -1
- package/dist/zuora_api/model/PutServiceProviderRequest.js +1 -1
- package/dist/zuora_api/model/PutTasksRequest.js +1 -1
- package/dist/zuora_api/model/QuantityForUsageCharges.js +1 -1
- package/dist/zuora_api/model/QueryAccountsResponse.js +1 -1
- package/dist/zuora_api/model/QueryAmendmentsResponse.js +1 -1
- package/dist/zuora_api/model/QueryBillingRunsResponse.js +1 -1
- package/dist/zuora_api/model/QueryCommitmentAssociatedAccountsResponse.js +116 -0
- package/dist/zuora_api/model/QueryCommitmentAssociatedItemsResponse.js +116 -0
- package/dist/zuora_api/model/QueryCommitmentPeriodsResponse.js +1 -1
- package/dist/zuora_api/model/{AssociationRule.js → QueryCommitmentSchedulesResponse.js} +38 -51
- package/dist/zuora_api/model/QueryCommitmentTransactionsResponse.js +116 -0
- package/dist/zuora_api/model/QueryCommitmentsResponse.js +1 -1
- package/dist/zuora_api/model/QueryContactSnapshotsResponse.js +1 -1
- package/dist/zuora_api/model/QueryContactsResponse.js +1 -1
- package/dist/zuora_api/model/QueryCreditMemoApplicationsResponse.js +1 -1
- package/dist/zuora_api/model/QueryCreditMemoItemsResponse.js +1 -1
- package/dist/zuora_api/model/QueryCreditMemosResponse.js +1 -1
- package/dist/zuora_api/model/QueryCustomObjectRecordsResponse.js +1 -1
- package/dist/zuora_api/model/QueryCustomObjectsResponse.js +1 -1
- package/dist/zuora_api/model/QueryDailyConsumptionSummarysResponse.js +1 -1
- package/dist/zuora_api/model/QueryDebitMemoItemsResponse.js +1 -1
- package/dist/zuora_api/model/QueryDebitMemosResponse.js +1 -1
- package/dist/zuora_api/model/QueryDeliveryAdjustmentsResponse.js +1 -1
- package/dist/zuora_api/model/QueryFulfillmentsResponse.js +1 -1
- package/dist/zuora_api/model/QueryInvoiceItemsResponse.js +1 -1
- package/dist/zuora_api/model/QueryInvoiceSchedulesResponse.js +1 -1
- package/dist/zuora_api/model/QueryInvoicesResponse.js +1 -1
- package/dist/zuora_api/model/QueryOrderActionsResponse.js +1 -1
- package/dist/zuora_api/model/QueryOrderLineItemsResponse.js +1 -1
- package/dist/zuora_api/model/QueryOrderssResponse.js +1 -1
- package/dist/zuora_api/model/QueryPaymentApplicationsResponse.js +1 -1
- package/dist/zuora_api/model/QueryPaymentMethodSnapshotsResponse.js +1 -1
- package/dist/zuora_api/model/QueryPaymentMethodsResponse.js +1 -1
- package/dist/zuora_api/model/QueryPaymentRunsResponse.js +1 -1
- package/dist/zuora_api/model/QueryPaymentScheduleItemsResponse.js +1 -1
- package/dist/zuora_api/model/QueryPaymentSchedulesResponse.js +1 -1
- package/dist/zuora_api/model/QueryPaymentsResponse.js +1 -1
- package/dist/zuora_api/model/QueryPrepaidBalanceFundsResponse.js +1 -1
- package/dist/zuora_api/model/QueryPrepaidBalanceTransactionsResponse.js +1 -1
- package/dist/zuora_api/model/QueryPrepaidBalancesResponse.js +1 -1
- package/dist/zuora_api/model/QueryProcessedUsagesResponse.js +1 -1
- package/dist/zuora_api/model/QueryProductRatePlanChargeTiersResponse.js +1 -1
- package/dist/zuora_api/model/QueryProductRatePlanChargesResponse.js +1 -1
- package/dist/zuora_api/model/QueryProductRatePlansResponse.js +1 -1
- package/dist/zuora_api/model/QueryProductsResponse.js +1 -1
- package/dist/zuora_api/model/QueryRampsResponse.js +1 -1
- package/dist/zuora_api/model/QueryRatePlanChargeTiersResponse.js +1 -1
- package/dist/zuora_api/model/QueryRatePlanChargesResponse.js +1 -1
- package/dist/zuora_api/model/QueryRatePlansResponse.js +1 -1
- package/dist/zuora_api/model/QueryRatingDetailsResponse.js +1 -1
- package/dist/zuora_api/model/QueryRatingResultsResponse.js +1 -1
- package/dist/zuora_api/model/QueryRefundApplicationItemsResponse.js +1 -1
- package/dist/zuora_api/model/QueryRefundApplicationsResponse.js +1 -1
- package/dist/zuora_api/model/QueryRefundsResponse.js +1 -1
- package/dist/zuora_api/model/QuerySubscriptionsResponse.js +1 -1
- package/dist/zuora_api/model/QuerySummaryStatementRunsResponse.js +1 -1
- package/dist/zuora_api/model/QuerySummaryStatementsResponse.js +1 -1
- package/dist/zuora_api/model/QueryTaxationItemsResponse.js +1 -1
- package/dist/zuora_api/model/QueryUsagesResponse.js +1 -1
- package/dist/zuora_api/model/QueryValidityPeriodSummarysResponse.js +1 -1
- package/dist/zuora_api/model/QuoteObjectFields.js +1 -1
- package/dist/zuora_api/model/RSASignatureResponse.js +96 -10
- package/dist/zuora_api/model/RampChargeRequest.js +1 -1
- package/dist/zuora_api/model/RampChargeResponse.js +1 -1
- package/dist/zuora_api/model/RampIntervalChargeDeltaMetrics.js +1 -1
- package/dist/zuora_api/model/RampIntervalChargeDeltaMetricsDeltaMrrInner.js +1 -1
- package/dist/zuora_api/model/RampIntervalChargeDeltaMetricsDeltaQuantityInner.js +1 -1
- package/dist/zuora_api/model/RampIntervalChargeMetrics.js +1 -1
- package/dist/zuora_api/model/RampIntervalChargeMetricsMrrInner.js +1 -1
- package/dist/zuora_api/model/RampIntervalMetrics.js +1 -1
- package/dist/zuora_api/model/RampIntervalRequest.js +1 -1
- package/dist/zuora_api/model/RampIntervalResponse.js +1 -1
- package/dist/zuora_api/model/RampMetrics.js +1 -1
- package/dist/zuora_api/model/RampResponse.js +1 -1
- package/dist/zuora_api/model/RatePlan.js +1 -1
- package/dist/zuora_api/model/RatePlanChangeLog.js +1 -1
- package/dist/zuora_api/model/RatePlanChargeChangeLog.js +1 -1
- package/dist/zuora_api/model/RatePlanChargeObjectCustomFields.js +1 -1
- package/dist/zuora_api/model/RatePlanChargeOverridePricing.js +1 -1
- package/dist/zuora_api/model/RatePlanChargeSegment.js +65 -1
- package/dist/zuora_api/model/RatePlanChargeSegmentInfo.js +50 -1
- package/dist/zuora_api/model/RatePlanChargeTier.js +1 -1
- package/dist/zuora_api/model/RatePlanFeatureOverride.js +1 -1
- package/dist/zuora_api/model/RatePlanObjectCustomFields.js +1 -1
- package/dist/zuora_api/model/RatePlanOverride.js +1 -1
- package/dist/zuora_api/model/RatePlanUpdate.js +70 -8
- package/dist/zuora_api/model/RatingPropertiesOverride.js +1 -1
- package/dist/zuora_api/model/ReconcileRefundRequest.js +1 -1
- package/dist/zuora_api/model/RecurringCalculatedPricingOverride.js +1 -1
- package/dist/zuora_api/model/RecurringDeliveryPricingOverride.js +1 -1
- package/dist/zuora_api/model/RecurringDeliveryPricingUpdate.js +1 -1
- package/dist/zuora_api/model/RecurringFlatFeePricingOverride.js +1 -1
- package/dist/zuora_api/model/RecurringFlatFeePricingUpdate.js +1 -1
- package/dist/zuora_api/model/RecurringPerUnitPricingOverride.js +1 -1
- package/dist/zuora_api/model/RecurringPerUnitPricingUpdate.js +1 -1
- package/dist/zuora_api/model/RecurringTieredPricingOverride.js +1 -1
- package/dist/zuora_api/model/RecurringTieredPricingUpdate.js +1 -1
- package/dist/zuora_api/model/RecurringVolumePricingOverride.js +1 -1
- package/dist/zuora_api/model/RecurringVolumePricingUpdate.js +1 -1
- package/dist/zuora_api/model/Refund.js +1 -1
- package/dist/zuora_api/model/RefundCreditMemoItemRequest.js +1 -1
- package/dist/zuora_api/model/RefundCreditMemoRequest.js +1 -1
- package/dist/zuora_api/model/RefundCreditMemoResponse.js +1 -1
- package/dist/zuora_api/model/RefundEntityPrefix.js +1 -1
- package/dist/zuora_api/model/RefundItemPart.js +1 -1
- package/dist/zuora_api/model/RefundObjectCustomFields.js +1 -1
- package/dist/zuora_api/model/RefundObjectNSFields.js +1 -1
- package/dist/zuora_api/model/RefundPart.js +1 -1
- package/dist/zuora_api/model/RefundRequestFinanceInformation.js +1 -1
- package/dist/zuora_api/model/RefundResponse.js +1 -1
- package/dist/zuora_api/model/RegenerateBillingRequest.js +1 -1
- package/dist/zuora_api/model/RegenerateBookingRequest.js +1 -1
- package/dist/zuora_api/model/RegenerateRevRecEventsResponse.js +80 -7
- package/dist/zuora_api/model/RegenerateTransactionObjectResponse.js +83 -10
- package/dist/zuora_api/model/RejectPaymentRequest.js +1 -1
- package/dist/zuora_api/model/RemoveCatalogGroupProductRatePlan.js +1 -1
- package/dist/zuora_api/model/RemoveSubscriptionRatePlan.js +1 -1
- package/dist/zuora_api/model/RenewSubscriptionRequest.js +1 -1
- package/dist/zuora_api/model/RenewSubscriptionResponse.js +100 -17
- package/dist/zuora_api/model/RenewalTerm.js +1 -1
- package/dist/zuora_api/model/ReportDownloadErrorResponse.js +1 -1
- package/dist/zuora_api/model/ReportFileNotExistsResponse.js +1 -1
- package/dist/zuora_api/model/ReportListErrorResponse.js +1 -1
- package/dist/zuora_api/model/ReportListResponse.js +1 -1
- package/dist/zuora_api/model/ResendCalloutNotificationsFailedResponse.js +1 -1
- package/dist/zuora_api/model/ResendCalloutNotificationsFailedResponseValue.js +1 -1
- package/dist/zuora_api/model/ResendEmailNotificationsFailedResponse.js +1 -1
- package/dist/zuora_api/model/ResendEmailNotificationsFailedResponseValue.js +1 -1
- package/dist/zuora_api/model/ResumeSubscriptionRequest.js +1 -1
- package/dist/zuora_api/model/ResumeSubscriptionResponse.js +100 -17
- package/dist/zuora_api/model/RetrieveDeploymentResponse.js +1 -1
- package/dist/zuora_api/model/RetrieveDeploymentResponseFailedInner.js +1 -1
- package/dist/zuora_api/model/RetrieveDeploymentResponseSkippedInner.js +1 -1
- package/dist/zuora_api/model/RetrieveDeploymentResponseSucceededInner.js +1 -1
- package/dist/zuora_api/model/RetrieveDeploymentResponseTargetTenant.js +1 -1
- package/dist/zuora_api/model/RetryPaymentScheduleItem.js +1 -1
- package/dist/zuora_api/model/RetryPaymentScheduleItemRequest.js +1 -1
- package/dist/zuora_api/model/RetryPaymentScheduleItemResponse.js +91 -5
- package/dist/zuora_api/model/ReverseCreditMemoRequest.js +1 -1
- package/dist/zuora_api/model/ReverseCreditMemoResponse.js +1 -1
- package/dist/zuora_api/model/ReverseCreditMemoResponseCreditMemo.js +1 -1
- package/dist/zuora_api/model/ReverseCreditMemoResponseDebitMemo.js +1 -1
- package/dist/zuora_api/model/ReverseInvoiceRequest.js +1 -1
- package/dist/zuora_api/model/ReverseInvoiceResponse.js +1 -1
- package/dist/zuora_api/model/ReverseInvoiceResponseCreditMemo.js +1 -1
- package/dist/zuora_api/model/ReverseInvoiceResponseDebitMemo.js +1 -1
- package/dist/zuora_api/model/ReversePaymentRequest.js +1 -1
- package/dist/zuora_api/model/RevertDeploymentResponse.js +1 -1
- package/dist/zuora_api/model/RevertOrderRequest.js +1 -1
- package/dist/zuora_api/model/RevertOrderResponse.js +1 -1
- package/dist/zuora_api/model/RevproAccountingCodes.js +1 -1
- package/dist/zuora_api/model/SaveResult.js +1 -1
- package/dist/zuora_api/model/ServiceProvider.js +1 -1
- package/dist/zuora_api/model/ServiceProviderResponse.js +1 -1
- package/dist/zuora_api/model/SettingComponentKeyValue.js +1 -1
- package/dist/zuora_api/model/SettingItemHttpOperation.js +1 -1
- package/dist/zuora_api/model/SettingItemHttpRequestParameter.js +1 -1
- package/dist/zuora_api/model/SettingItemWithOperationsInformation.js +1 -1
- package/dist/zuora_api/model/SettingSourceComponent.js +1 -1
- package/dist/zuora_api/model/SettingValueRequest.js +1 -1
- package/dist/zuora_api/model/SettingValueResponse.js +1 -1
- package/dist/zuora_api/model/SettingValueResponseWrapper.js +1 -1
- package/dist/zuora_api/model/SettingsBatchRequest.js +1 -1
- package/dist/zuora_api/model/SettingsBatchResponse.js +1 -1
- package/dist/zuora_api/model/SettlePaymentRequest.js +1 -1
- package/dist/zuora_api/model/SignUpCreatePMPayPalECPayPalNativeEC.js +1 -1
- package/dist/zuora_api/model/SignUpCreatePaymentMethodCardholderInfo.js +1 -1
- package/dist/zuora_api/model/SignUpCreatePaymentMethodCommon.js +1 -1
- package/dist/zuora_api/model/SignUpCreatePaymentMethodCreditCard.js +1 -1
- package/dist/zuora_api/model/SignUpCreatePaymentMethodCreditCardReferenceTransaction.js +1 -1
- package/dist/zuora_api/model/SignUpCreatePaymentMethodPayPalAdaptive.js +1 -1
- package/dist/zuora_api/model/SignUpPaymentMethod.js +1 -1
- package/dist/zuora_api/model/SignUpPaymentMethodObjectCustomFields.js +1 -1
- package/dist/zuora_api/model/SignUpRequest.js +1 -1
- package/dist/zuora_api/model/SignUpResponse.js +1 -1
- package/dist/zuora_api/model/SignUpResponseReasons.js +1 -1
- package/dist/zuora_api/model/SignUpTaxInfo.js +1 -1
- package/dist/zuora_api/model/SignedUrlInvalidReportResponse.js +1 -1
- package/dist/zuora_api/model/SignedUrlReportNotFoundResponse.js +1 -1
- package/dist/zuora_api/model/SignedUrlSuccessResponse.js +1 -1
- package/dist/zuora_api/model/StageErrorNoRecordResponse.js +1 -1
- package/dist/zuora_api/model/StageErrorResponse.js +1 -1
- package/dist/zuora_api/model/StageErrorResponseResultInner.js +1 -1
- package/dist/zuora_api/model/StoredCredentialProfileResponse.js +1 -1
- package/dist/zuora_api/model/StoredCredentialProfilesResponse.js +94 -10
- package/dist/zuora_api/model/SubmitDataLabelingJobRequest.js +1 -1
- package/dist/zuora_api/model/SubmitDataLabelingJobResponse.js +92 -6
- package/dist/zuora_api/model/SubmitDataQueryRequest.js +1 -1
- package/dist/zuora_api/model/SubmitDataQueryRequestOutput.js +1 -1
- package/dist/zuora_api/model/SubmitDataQueryResponse.js +1 -1
- package/dist/zuora_api/model/SubscribeToProduct.js +1 -1
- package/dist/zuora_api/model/SubscriptionChangeLog.js +1 -1
- package/dist/zuora_api/model/SubscriptionCreditMemo.js +1 -1
- package/dist/zuora_api/model/SubscriptionCreditMemoItem.js +1 -1
- package/dist/zuora_api/model/SubscriptionData.js +1 -1
- package/dist/zuora_api/model/SubscriptionMetrics.js +1 -1
- package/dist/zuora_api/model/SubscriptionObjectNSFields.js +1 -1
- package/dist/zuora_api/model/SubscriptionObjectQTFields.js +1 -1
- package/dist/zuora_api/model/SubscriptionProductFeature.js +1 -1
- package/dist/zuora_api/model/SubscriptionRatePlan.js +37 -1
- package/dist/zuora_api/model/SubscriptionStatusHistory.js +1 -1
- package/dist/zuora_api/model/SubscriptionTaxationItem.js +1 -1
- package/dist/zuora_api/model/SuspendSubscriptionRequest.js +1 -1
- package/dist/zuora_api/model/SuspendSubscriptionResponse.js +100 -17
- package/dist/zuora_api/model/SystemHealthErrorResponse.js +1 -1
- package/dist/zuora_api/model/Task.js +1 -1
- package/dist/zuora_api/model/TasksResponse.js +1 -1
- package/dist/zuora_api/model/TasksResponsePagination.js +1 -1
- package/dist/zuora_api/model/TaxInfo.js +1 -1
- package/dist/zuora_api/model/TaxItemsFinanceInformation.js +1 -1
- package/dist/zuora_api/model/TaxationItem.js +1 -1
- package/dist/zuora_api/model/TaxationItemFinanceInformation.js +1 -1
- package/dist/zuora_api/model/TaxationItemsData.js +1 -1
- package/dist/zuora_api/model/TaxationItemsDataResponse.js +1 -1
- package/dist/zuora_api/model/TermInfo.js +1 -1
- package/dist/zuora_api/model/Tier.js +1 -1
- package/dist/zuora_api/model/TimeSlicedElpNetMetrics.js +1 -1
- package/dist/zuora_api/model/TimeSlicedMetrics.js +1 -1
- package/dist/zuora_api/model/TimeSlicedNetMetrics.js +1 -1
- package/dist/zuora_api/model/TimeSlicedTcbNetMetrics.js +1 -1
- package/dist/zuora_api/model/TokenResponse.js +1 -1
- package/dist/zuora_api/model/TransferContactRequest.js +1 -1
- package/dist/zuora_api/model/TransferPayment.js +1 -1
- package/dist/zuora_api/model/TriggerDate.js +1 -1
- package/dist/zuora_api/model/TriggerParams.js +1 -1
- package/dist/zuora_api/model/UnapplyCreditMemoItemToDebitMemoItem.js +1 -1
- package/dist/zuora_api/model/UnapplyCreditMemoItemToInvoiceItem.js +1 -1
- package/dist/zuora_api/model/UnapplyCreditMemoRequest.js +1 -1
- package/dist/zuora_api/model/UnapplyCreditMemoToDebitMemo.js +1 -1
- package/dist/zuora_api/model/UnapplyCreditMemoToInvoice.js +1 -1
- package/dist/zuora_api/model/UnapplyPaymentDebitMemoApplication.js +1 -1
- package/dist/zuora_api/model/UnapplyPaymentDebitMemoApplicationItem.js +1 -1
- package/dist/zuora_api/model/UnapplyPaymentInvoiceApplication.js +1 -1
- package/dist/zuora_api/model/UnapplyPaymentInvoiceApplicationItem.js +1 -1
- package/dist/zuora_api/model/UnapplyPaymentRequest.js +1 -1
- package/dist/zuora_api/model/UpdateACHPaymentMethod.js +1 -1
- package/dist/zuora_api/model/UpdateAccountContact.js +1 -1
- package/dist/zuora_api/model/UpdateAccountRequest.js +1 -1
- package/dist/zuora_api/model/UpdateAccountingCodeRequest.js +1 -1
- package/dist/zuora_api/model/UpdateAccountingPeriodRequest.js +1 -1
- package/dist/zuora_api/model/UpdateBankTransferPaymentMethod.js +1 -1
- package/dist/zuora_api/model/UpdateBasePaymentMethod.js +1 -1
- package/dist/zuora_api/model/UpdateBasicSummaryJournalEntryRequest.js +1 -1
- package/dist/zuora_api/model/UpdateCCReferenceTransactionPaymentMethod.js +1 -1
- package/dist/zuora_api/model/UpdateCatalogGroupRequest.js +1 -1
- package/dist/zuora_api/model/UpdateContactRequest.js +1 -1
- package/dist/zuora_api/model/UpdateCreditCardPaymentMethod.js +1 -1
- package/dist/zuora_api/model/UpdateCreditMemoItem.js +1 -1
- package/dist/zuora_api/model/UpdateCreditMemoRequest.js +1 -1
- package/dist/zuora_api/model/UpdateCreditMemoTaxItemFinanceInformation.js +1 -1
- package/dist/zuora_api/model/UpdateCreditMemoTaxItemRequest.js +1 -1
- package/dist/zuora_api/model/UpdateCreditMemoWithId.js +1 -1
- package/dist/zuora_api/model/UpdateCustomObjectCusotmField.js +1 -1
- package/dist/zuora_api/model/UpdateDebitMemoItem.js +1 -1
- package/dist/zuora_api/model/UpdateDebitMemoRequest.js +1 -1
- package/dist/zuora_api/model/UpdateDebitMemoTaxItemFinanceInformation.js +1 -1
- package/dist/zuora_api/model/UpdateDebitMemoTaxItemRequest.js +1 -1
- package/dist/zuora_api/model/UpdateDebitMemoWithId.js +1 -1
- package/dist/zuora_api/model/UpdateDebitMemosDueDatesRequest.js +1 -1
- package/dist/zuora_api/model/UpdateDiscountInvoiceItem.js +1 -1
- package/dist/zuora_api/model/UpdateFulfillmentItemRequest.js +1 -1
- package/dist/zuora_api/model/UpdateFulfillmentRequest.js +1 -1
- package/dist/zuora_api/model/UpdateInvoiceItem.js +1 -1
- package/dist/zuora_api/model/UpdateInvoiceRequest.js +1 -1
- package/dist/zuora_api/model/UpdateInvoiceResponse.js +1 -1
- package/dist/zuora_api/model/UpdateInvoiceScheduleItem.js +1 -1
- package/dist/zuora_api/model/UpdateInvoiceScheduleRequest.js +1 -1
- package/dist/zuora_api/model/UpdateJournalEntryItemRequest.js +1 -1
- package/dist/zuora_api/model/UpdateOpenPaymentMethod.js +1 -1
- package/dist/zuora_api/model/UpdateOpenPaymentMethodTypeRequest.js +1 -1
- package/dist/zuora_api/model/UpdateOrderAction.js +1 -1
- package/dist/zuora_api/model/UpdateOrderActionChargeTriggerDate.js +1 -1
- package/dist/zuora_api/model/UpdateOrderActionRequest.js +1 -1
- package/dist/zuora_api/model/UpdateOrderActionTriggerDate.js +1 -1
- package/dist/zuora_api/model/UpdateOrderActionTriggerDates.js +1 -1
- package/dist/zuora_api/model/UpdateOrderActionTriggerDatesRequest.js +1 -1
- package/dist/zuora_api/model/UpdateOrderCustomFieldsRequest.js +1 -1
- package/dist/zuora_api/model/UpdateOrderLineItem.js +1 -1
- package/dist/zuora_api/model/UpdateOrderLineItemRequest.js +1 -1
- package/dist/zuora_api/model/UpdateOrderRequest.js +1 -1
- package/dist/zuora_api/model/UpdateOrderSubscriptionsCustomFields.js +1 -1
- package/dist/zuora_api/model/UpdateOrderSubscriptionsOrderActionsCustomFields.js +1 -1
- package/dist/zuora_api/model/UpdateOrderTriggerDateResponse.js +1 -1
- package/dist/zuora_api/model/UpdateOrderTriggerDatesRequest.js +1 -1
- package/dist/zuora_api/model/UpdateOrderTriggerDatesResponse.js +1 -1
- package/dist/zuora_api/model/UpdatePaymentMethodRequest.js +1 -1
- package/dist/zuora_api/model/UpdatePaymentMethodResponse.js +1 -1
- package/dist/zuora_api/model/UpdatePaymentRequest.js +1 -1
- package/dist/zuora_api/model/UpdatePaymentRunRequest.js +14 -1
- package/dist/zuora_api/model/UpdatePaymentScheduleItemRequest.js +1 -1
- package/dist/zuora_api/model/UpdatePaymentScheduleRequest.js +1 -1
- package/dist/zuora_api/model/UpdateProductRatePlanChargeRequest.js +1 -1
- package/dist/zuora_api/model/UpdateProductRatePlanChargeTierRequest.js +1 -1
- package/dist/zuora_api/model/UpdateProductRatePlanRequest.js +1 -1
- package/dist/zuora_api/model/UpdateProductRequest.js +1 -1
- package/dist/zuora_api/model/UpdateRatePlanCharge.js +1 -1
- package/dist/zuora_api/model/UpdateRefundRequest.js +1 -1
- package/dist/zuora_api/model/UpdateSequenceSetRequest.js +1 -1
- package/dist/zuora_api/model/UpdateSequenceSetResponse.js +88 -2
- package/dist/zuora_api/model/UpdateSubscriptionChargeCustomFields.js +1 -1
- package/dist/zuora_api/model/UpdateSubscriptionChargeCustomFieldsOfASpecifiedVersion.js +1 -1
- package/dist/zuora_api/model/UpdateSubscriptionCustomFieldsOfASpecifiedVersionRequest.js +1 -1
- package/dist/zuora_api/model/UpdateSubscriptionCustomFieldsRequest.js +1 -1
- package/dist/zuora_api/model/UpdateSubscriptionRatePlan.js +1 -1
- package/dist/zuora_api/model/UpdateSubscriptionRatePlanCustomFields.js +1 -1
- package/dist/zuora_api/model/UpdateSubscriptionRatePlanCustomFieldsOfASpecifiedVersion.js +1 -1
- package/dist/zuora_api/model/UpdateSubscriptionRequest.js +1 -1
- package/dist/zuora_api/model/UpdateSubscriptionResponse.js +100 -17
- package/dist/zuora_api/model/UpdateTask.js +1 -1
- package/dist/zuora_api/model/UpdateTaxationItemForFinanceInformation.js +1 -1
- package/dist/zuora_api/model/UpdateTaxationItemRequest.js +1 -1
- package/dist/zuora_api/model/UpdateUsageRequest.js +1 -1
- package/dist/zuora_api/model/UpdaterPaymentMethodRequestAccountHolderInfo.js +1 -1
- package/dist/zuora_api/model/UploadCsvErrorResponse.js +1 -1
- package/dist/zuora_api/model/UploadCsvErrorStatusResponse.js +1 -1
- package/dist/zuora_api/model/UploadCsvResponse.js +1 -1
- package/dist/zuora_api/model/UploadCsvResponseResult.js +1 -1
- package/dist/zuora_api/model/UploadCsvStatusResponse.js +1 -1
- package/dist/zuora_api/model/UploadCsvStatusResponseResult.js +1 -1
- package/dist/zuora_api/model/UploadFileErrorResponse.js +1 -1
- package/dist/zuora_api/model/UploadFileErrorResponseResult.js +1 -1
- package/dist/zuora_api/model/UploadFileForCreditMemoRequest.js +1 -1
- package/dist/zuora_api/model/UploadFileForDebitMemoRequest.js +1 -1
- package/dist/zuora_api/model/UploadFileForInvoiceRequest.js +1 -1
- package/dist/zuora_api/model/UploadFileRequest.js +1 -1
- package/dist/zuora_api/model/UploadFileResponse.js +90 -4
- package/dist/zuora_api/model/UploadFileStatusErrorResponse.js +1 -1
- package/dist/zuora_api/model/UploadFileStatusNoContent.js +1 -1
- package/dist/zuora_api/model/UploadFileStatusResponse.js +1 -1
- package/dist/zuora_api/model/UploadFileStatusResponseResultInner.js +1 -1
- package/dist/zuora_api/model/UploadRevenueFileResponse.js +1 -1
- package/dist/zuora_api/model/UploadRevenueFileResponseResult.js +1 -1
- package/dist/zuora_api/model/UploadUsageFileRequest.js +1 -1
- package/dist/zuora_api/model/UploadUsageFileResponse.js +91 -5
- package/dist/zuora_api/model/UpsertCommitmentInput.js +1 -7
- package/dist/zuora_api/model/UpsertCommitmentPeriodInput.js +1 -1
- package/dist/zuora_api/model/UpsertCommitmentScheduleInput.js +1 -1
- package/dist/zuora_api/model/UpsertCreateCommitmentInput.js +20 -56
- package/dist/zuora_api/model/UpsertCreateCommitmentInputAllOfPeriods.js +1 -1
- package/dist/zuora_api/model/UpsertCreateCommitmentInputAllOfSchedules.js +1 -1
- package/dist/zuora_api/model/UpsertCreateCommitmentPeriodInput.js +1 -1
- package/dist/zuora_api/model/UpsertCreateCommitmentScheduleInput.js +1 -1
- package/dist/zuora_api/model/UpsertUpdateCommitmentInput.js +1 -1
- package/dist/zuora_api/model/UpsertUpdateCommitmentPeriodInput.js +1 -1
- package/dist/zuora_api/model/UpsertUpdateCommitmentScheduleInput.js +1 -1
- package/dist/zuora_api/model/Usage.js +1 -1
- package/dist/zuora_api/model/UsageFlatFeePricingOverride.js +1 -1
- package/dist/zuora_api/model/UsageFlatFeePricingUpdate.js +1 -1
- package/dist/zuora_api/model/UsageItem.js +1 -1
- package/dist/zuora_api/model/UsageOveragePricingOverride.js +1 -1
- package/dist/zuora_api/model/UsageOveragePricingUpdate.js +1 -1
- package/dist/zuora_api/model/UsagePerUnitPricingOverride.js +1 -1
- package/dist/zuora_api/model/UsagePerUnitPricingUpdate.js +1 -1
- package/dist/zuora_api/model/UsageTieredPricingOverride.js +1 -1
- package/dist/zuora_api/model/UsageTieredPricingUpdate.js +1 -1
- package/dist/zuora_api/model/UsageTieredWithOveragePricingOverride.js +1 -1
- package/dist/zuora_api/model/UsageTieredWithOveragePricingUpdate.js +1 -1
- package/dist/zuora_api/model/UsageValues.js +1 -1
- package/dist/zuora_api/model/UsageVolumePricingOverride.js +1 -1
- package/dist/zuora_api/model/UsageVolumePricingUpdate.js +1 -1
- package/dist/zuora_api/model/UsagesResponse.js +1 -1
- package/dist/zuora_api/model/ValidationErrors.js +1 -1
- package/dist/zuora_api/model/ValidationReasons.js +1 -1
- package/dist/zuora_api/model/VerifyPaymentMethodRequest.js +1 -1
- package/dist/zuora_api/model/VerifyPaymentMethodResponse.js +91 -5
- package/dist/zuora_api/model/Workflow.js +1 -1
- package/dist/zuora_api/model/WorkflowDefinition.js +1 -1
- package/dist/zuora_api/model/WorkflowDefinitionActiveVersion.js +1 -1
- package/dist/zuora_api/model/WorkflowDefinitionAndVersions.js +1 -1
- package/dist/zuora_api/model/WorkflowError.js +1 -1
- package/dist/zuora_api/model/WorkflowInstance.js +1 -1
- package/dist/zuora_api/model/WriteOffBehavior.js +1 -1
- package/dist/zuora_api/model/WriteOffBehaviorFinanceInformation.js +1 -1
- package/dist/zuora_api/model/WriteOffCreditMemoRequest.js +1 -1
- package/dist/zuora_api/model/WriteOffCreditMemoResponse.js +1 -1
- package/dist/zuora_api/model/WriteOffCreditMemoResponseDebitMemo.js +1 -1
- package/dist/zuora_api/model/WriteOffDebitMemoRequest.js +1 -1
- package/dist/zuora_api/model/WriteOffDebitMemoResponse.js +1 -1
- package/dist/zuora_api/model/WriteOffInvoiceRequest.js +1 -1
- package/dist/zuora_api/model/WriteOffInvoiceResponse.js +91 -5
- package/dist/zuora_api/model/WriteOffInvoiceResponseCreditMemo.js +1 -1
- package/dist/zuora_api/model/WriteOffOptions.js +1 -1
- package/dist/zuora_api/model/WriteOffResultTransaction.js +1 -1
- package/dist/zuora_api/model/WriteOffResults.js +1 -1
- package/dist/zuora_api/model/ZObject.js +1 -1
- package/dist/zuora_api/model/ZObjectUpdate.js +1 -1
- package/docs/AccountSummaryResponse.md +4 -1
- package/docs/BillingDocumentQueryResponseElement.md +4 -1
- package/docs/BillingDocumentStatus.md +2 -0
- package/docs/BulkPaymentOptionItem.md +11 -0
- package/docs/BulkPaymentProfileRequest.md +9 -0
- package/docs/BulkPaymentProfileResponse.md +12 -0
- package/docs/BulkPaymentProfileResponseReasonsInner.md +10 -0
- package/docs/CancelAuthorizationResponse.md +4 -1
- package/docs/CancelSubscriptionResponse.md +4 -1
- package/docs/ChargeRemoval.md +10 -0
- package/docs/CommitmentBaseAttributes.md +0 -1
- package/docs/CommitmentInput.md +1 -2
- package/docs/CreateAccountingCodeResponse.md +4 -1
- package/docs/CreateAccountingPeriodResponse.md +4 -1
- package/docs/CreateBillingDocumentFilesDeletionJobResponse.md +4 -1
- package/docs/CreateBillingPreviewResponse.md +4 -1
- package/docs/CreateHostedPageRequest.md +46 -0
- package/docs/CreateHostedPageResponse.md +42 -0
- package/docs/CreateInvoiceCollectResponse.md +4 -1
- package/docs/CreateJournalEntryResponse.md +4 -1
- package/docs/CreateJournalRunResponse.md +4 -1
- package/docs/CreateMassUpdateResponse.md +4 -1
- package/docs/CreateOrderRatePlanUpdate.md +2 -0
- package/docs/CreateOrderUpdateProduct.md +2 -0
- package/docs/CreatePaymentMethodDecryptionResponse.md +4 -1
- package/docs/CreatePaymentPredebitNotifyResponse.md +4 -1
- package/docs/CreatePaymentRunRequest.md +1 -0
- package/docs/CreatePaymentSchedulesResponse.md +5 -2
- package/docs/CreateSequenceSetsResponse.md +4 -1
- package/docs/CreateSubscriptionResponse.md +4 -1
- package/docs/CreateUpdateStoredCredentialProfileResponse.md +4 -1
- package/docs/CreditMemosApi.md +2 -0
- package/docs/CreditMemosResponse.md +4 -1
- package/docs/CustomObjectRecordsApi.md +2 -2
- package/docs/DebitMemosApi.md +2 -0
- package/docs/DecryptRSASignatureResponse.md +4 -1
- package/docs/DeleteOrderAsyncResponse.md +4 -1
- package/docs/DeleteSubscriptionResponse.md +4 -1
- package/docs/ExpandedCommitment.md +10 -0
- package/docs/ExpandedCommitmentAssociatedAccount.md +20 -0
- package/docs/ExpandedCommitmentAssociatedItem.md +21 -0
- package/docs/ExpandedCommitmentPeriod.md +11 -2
- package/docs/ExpandedCommitmentSchedule.md +26 -0
- package/docs/ExpandedCommitmentTransaction.md +23 -0
- package/docs/ExpandedCreditMemoItem.md +0 -2
- package/docs/ExpandedInvoiceItem.md +0 -2
- package/docs/ExpandedRatePlanCharge.md +2 -0
- package/docs/ExpandedSubscription.md +1 -0
- package/docs/GetAccountingCodeResponse.md +4 -1
- package/docs/GetAccountingCodesResponse.md +4 -1
- package/docs/GetAccountingPeriodResponse.md +4 -1
- package/docs/GetAccountingPeriodsResponse.md +4 -1
- package/docs/GetAsyncOrderJobResponse.md +4 -1
- package/docs/GetBillingDocumentFilesDeletionJobResponse.md +4 -1
- package/docs/GetBillingPreviewRunResponse.md +4 -1
- package/docs/GetBulkPdfGenerationJobResponse.md +4 -1
- package/docs/GetCalloutHistoryVOsType.md +4 -1
- package/docs/GetCommitmentOutput.md +0 -1
- package/docs/GetCreditMemoItemPartsResponse.md +4 -1
- package/docs/GetCreditMemoPartsResponse.md +4 -1
- package/docs/GetCreditMemoPdfStatusBatchResponse.md +4 -1
- package/docs/GetCustomExchangeRatesType.md +4 -1
- package/docs/GetDataLabelingJobResponse.md +5 -2
- package/docs/{GetDataLabelingJobResponseProgress.md → GetDataLabelingJobResponseAllOfProgress.md} +1 -1
- package/docs/GetDebitMemoApplicationPartsResponse.md +4 -1
- package/docs/GetDebitMemoPdfStatusBatchResponse.md +4 -1
- package/docs/GetEmailHistoryVOsType.md +4 -1
- package/docs/GetInvoiceApplicationPartsRequest.md +4 -1
- package/docs/GetInvoicePdfStatusBatchResponse.md +4 -1
- package/docs/GetJournalEntriesInJournalRunResponse.md +4 -1
- package/docs/GetJournalEntryDetailResponse.md +4 -1
- package/docs/GetJournalRunResponse.md +4 -1
- package/docs/GetMassUpdateResponse.md +4 -1
- package/docs/GetPaymentItemPartResponse.md +4 -1
- package/docs/GetPaymentItemPartsResponse.md +4 -1
- package/docs/GetPaymentPartResponse.md +4 -1
- package/docs/GetPaymentPartsResponse.md +4 -1
- package/docs/GetPaymentRunDataArrayResponse.md +4 -1
- package/docs/GetPaymentRunSummaryResponse.md +4 -1
- package/docs/GetPaymentRunsResponse.md +4 -1
- package/docs/GetPaymentScheduleStatisticResponse.md +4 -1
- package/docs/GetPaymentsResponse.md +4 -1
- package/docs/GetProductRatePlanResponse.md +4 -1
- package/docs/GetProductRatePlansByExternalIdResponse.md +4 -1
- package/docs/GetProductRatePlansByProductResponse.md +4 -1
- package/docs/GetProductsResponse.md +4 -1
- package/docs/GetRefundItemPartsResponse.md +4 -1
- package/docs/GetRefundPartsResponse.md +4 -1
- package/docs/GetRefundsResponse.md +4 -1
- package/docs/GetSequenceSetsResponse.md +4 -1
- package/docs/GetSubscriptionRatePlan.md +2 -0
- package/docs/GetSubscriptionRatePlanChargesWithAllSegments.md +14 -0
- package/docs/GetSubscriptionsResponse.md +4 -1
- package/docs/GetTaxationItemsResponse.md +4 -1
- package/docs/GetUsageRateDetailRequest.md +4 -1
- package/docs/GetUsagesByAccountResponse.md +4 -1
- package/docs/HostedPagesApi.md +65 -0
- package/docs/HostedPagesResponse.md +4 -1
- package/docs/InvoiceSchedule.md +1 -0
- package/docs/InvoiceScheduleItem.md +1 -0
- package/docs/InvoiceScheduleResponse.md +1 -0
- package/docs/InvoicesApi.md +2 -0
- package/docs/ObjectQueriesApi.md +661 -21
- package/docs/OrderActionUpdateProduct.md +2 -0
- package/docs/PaymentGatewaysResponse.md +4 -1
- package/docs/PaymentMethodUpdaterInstancesResponse.md +4 -1
- package/docs/PaymentRun.md +1 -0
- package/docs/PaymentRunResponse.md +1 -0
- package/docs/PaymentSchedulesApi.md +130 -0
- package/docs/PaymentsApi.md +67 -0
- package/docs/PeriodTypeEnum.md +2 -0
- package/docs/PreviewOrderRatePlanUpdate.md +2 -0
- package/docs/PreviewSubscriptionResponse.md +4 -1
- package/docs/PutRevproAccCodeResponse.md +4 -1
- package/docs/QueryCommitmentAssociatedAccountsResponse.md +10 -0
- package/docs/QueryCommitmentAssociatedItemsResponse.md +10 -0
- package/docs/QueryCommitmentSchedulesResponse.md +10 -0
- package/docs/QueryCommitmentTransactionsResponse.md +10 -0
- package/docs/RSASignatureResponse.md +4 -1
- package/docs/RatePlanChargeSegment.md +14 -0
- package/docs/RatePlanChargeSegmentInfo.md +14 -0
- package/docs/RatePlanUpdate.md +2 -0
- package/docs/RegenerateRevRecEventsResponse.md +4 -2
- package/docs/RegenerateTransactionObjectResponse.md +4 -2
- package/docs/RenewSubscriptionResponse.md +4 -1
- package/docs/ResumeSubscriptionResponse.md +4 -1
- package/docs/RetryPaymentScheduleItemResponse.md +4 -1
- package/docs/StoredCredentialProfilesResponse.md +4 -1
- package/docs/SubmitDataLabelingJobResponse.md +4 -1
- package/docs/SubscriptionRatePlan.md +2 -0
- package/docs/SuspendSubscriptionResponse.md +4 -1
- package/docs/UpdatePaymentRunRequest.md +1 -0
- package/docs/UpdateSequenceSetResponse.md +4 -1
- package/docs/UpdateSubscriptionResponse.md +4 -1
- package/docs/UploadFileResponse.md +4 -1
- package/docs/UploadUsageFileResponse.md +4 -1
- package/docs/UpsertCommitmentInput.md +1 -2
- package/docs/UpsertCreateCommitmentInput.md +1 -2
- package/docs/VerifyPaymentMethodResponse.md +4 -1
- package/docs/WriteOffInvoiceResponse.md +4 -1
- package/package.json +1 -1
- package/src/zuora_api/ApiClient.js +2 -2
- package/src/zuora_api/api/APIHealthApi.js +1 -1
- package/src/zuora_api/api/AccountingCodesApi.js +1 -1
- package/src/zuora_api/api/AccountingPeriodsApi.js +1 -1
- package/src/zuora_api/api/AccountsApi.js +1 -1
- package/src/zuora_api/api/ActionsApi.js +1 -1
- package/src/zuora_api/api/AdjustmentsApi.js +1 -1
- package/src/zuora_api/api/AggregateQueriesApi.js +1 -1
- package/src/zuora_api/api/AttachmentsApi.js +1 -1
- package/src/zuora_api/api/BillRunApi.js +1 -1
- package/src/zuora_api/api/BillRunHealthApi.js +1 -1
- package/src/zuora_api/api/BillingDocumentsApi.js +1 -1
- package/src/zuora_api/api/BillingPreviewRunApi.js +1 -1
- package/src/zuora_api/api/BookingDateBackfillJobApi.js +1 -1
- package/src/zuora_api/api/CatalogGroupsApi.js +1 -1
- package/src/zuora_api/api/ContactSnapshotsApi.js +1 -1
- package/src/zuora_api/api/ContactsApi.js +1 -1
- package/src/zuora_api/api/CreditMemosApi.js +4 -1
- package/src/zuora_api/api/CustomEventTriggersApi.js +1 -1
- package/src/zuora_api/api/CustomExchangeRatesApi.js +1 -1
- package/src/zuora_api/api/CustomObjectDefinitionsApi.js +1 -1
- package/src/zuora_api/api/CustomObjectJobsApi.js +1 -1
- package/src/zuora_api/api/CustomObjectRecordsApi.js +4 -4
- package/src/zuora_api/api/CustomPaymentMethodTypesApi.js +1 -1
- package/src/zuora_api/api/CustomScheduledEventsApi.js +1 -1
- package/src/zuora_api/api/DataBackfillJobApi.js +1 -1
- package/src/zuora_api/api/DataLabelingApi.js +1 -1
- package/src/zuora_api/api/DataQueriesApi.js +1 -1
- package/src/zuora_api/api/DebitMemosApi.js +4 -1
- package/src/zuora_api/api/DeploymentApi.js +1 -1
- package/src/zuora_api/api/DeploymentConfigurationTemplatesApi.js +1 -1
- package/src/zuora_api/api/DescribeApi.js +1 -1
- package/src/zuora_api/api/EInvoicingApi.js +1 -1
- package/src/zuora_api/api/ElectronicPaymentsHealthApi.js +1 -1
- package/src/zuora_api/api/FilesApi.js +1 -1
- package/src/zuora_api/api/FulfillmentsApi.js +1 -1
- package/src/zuora_api/api/HostedPagesApi.js +74 -1
- package/src/zuora_api/api/ImportsApi.js +1 -1
- package/src/zuora_api/api/InvoiceSchedulesApi.js +1 -1
- package/src/zuora_api/api/InvoicesApi.js +4 -1
- package/src/zuora_api/api/JournalRunsApi.js +1 -1
- package/src/zuora_api/api/MassUpdaterApi.js +1 -1
- package/src/zuora_api/api/NotificationsApi.js +1 -1
- package/src/zuora_api/api/OAuthApi.js +1 -1
- package/src/zuora_api/api/ObjectQueriesApi.js +768 -36
- package/src/zuora_api/api/OmniChannelSubscriptionsApi.js +1 -1
- package/src/zuora_api/api/OperationsApi.js +1 -1
- package/src/zuora_api/api/OrderActionsApi.js +1 -1
- package/src/zuora_api/api/OrderLineItemsApi.js +1 -1
- package/src/zuora_api/api/OrdersApi.js +1 -1
- package/src/zuora_api/api/PaymentAuthorizationApi.js +1 -1
- package/src/zuora_api/api/PaymentGatewayReconciliationApi.js +1 -1
- package/src/zuora_api/api/PaymentGatewaysApi.js +1 -1
- package/src/zuora_api/api/PaymentMethodSnapshotsApi.js +1 -1
- package/src/zuora_api/api/PaymentMethodTransactionLogsApi.js +1 -1
- package/src/zuora_api/api/PaymentMethodUpdaterApi.js +1 -1
- package/src/zuora_api/api/PaymentMethodsApi.js +1 -1
- package/src/zuora_api/api/PaymentRunsApi.js +1 -1
- package/src/zuora_api/api/PaymentSchedulesApi.js +145 -1
- package/src/zuora_api/api/PaymentTransactionLogsApi.js +1 -1
- package/src/zuora_api/api/PaymentsApi.js +77 -1
- package/src/zuora_api/api/ProductRatePlanChargeTiersApi.js +1 -1
- package/src/zuora_api/api/ProductRatePlanChargesApi.js +1 -1
- package/src/zuora_api/api/ProductRatePlansApi.js +1 -1
- package/src/zuora_api/api/ProductsApi.js +1 -1
- package/src/zuora_api/api/RSASignaturesApi.js +1 -1
- package/src/zuora_api/api/RampsApi.js +1 -1
- package/src/zuora_api/api/RatePlansApi.js +1 -1
- package/src/zuora_api/api/RefundsApi.js +1 -1
- package/src/zuora_api/api/RegenerateApi.js +1 -1
- package/src/zuora_api/api/RevenueAccountingCodesApi.js +1 -1
- package/src/zuora_api/api/RevenueIntegrationApi.js +1 -1
- package/src/zuora_api/api/SequenceSetsApi.js +1 -1
- package/src/zuora_api/api/SettingsApi.js +1 -1
- package/src/zuora_api/api/SignUpApi.js +1 -1
- package/src/zuora_api/api/SubscriptionChangeLogsApi.js +1 -1
- package/src/zuora_api/api/SubscriptionsApi.js +1 -1
- package/src/zuora_api/api/SummaryJournalEntriesApi.js +1 -1
- package/src/zuora_api/api/TaxationItemsApi.js +1 -1
- package/src/zuora_api/api/UsageApi.js +1 -1
- package/src/zuora_api/api/WorkflowsApi.js +1 -1
- package/src/zuora_api/index.js +110 -12
- package/src/zuora_api/model/AccountBasicInfo.js +1 -1
- package/src/zuora_api/model/AccountBillingAndPayment.js +1 -1
- package/src/zuora_api/model/AccountCreditCardHolder.js +1 -1
- package/src/zuora_api/model/AccountData.js +1 -1
- package/src/zuora_api/model/AccountDetailResponse.js +1 -1
- package/src/zuora_api/model/AccountEInvoiceProfile.js +1 -1
- package/src/zuora_api/model/AccountMetrics.js +1 -1
- package/src/zuora_api/model/AccountObjectNSFields.js +1 -1
- package/src/zuora_api/model/AccountPMMandateInfo.js +1 -1
- package/src/zuora_api/model/AccountSummaryBasicInfo.js +1 -1
- package/src/zuora_api/model/AccountSummaryDefaultPaymentMethod.js +1 -1
- package/src/zuora_api/model/AccountSummaryInvoice.js +1 -1
- package/src/zuora_api/model/AccountSummaryPayment.js +1 -1
- package/src/zuora_api/model/AccountSummaryPaymentInvoice.js +1 -1
- package/src/zuora_api/model/AccountSummaryRatePlan.js +1 -1
- package/src/zuora_api/model/AccountSummaryResponse.js +81 -11
- package/src/zuora_api/model/AccountSummarySubscription.js +1 -1
- package/src/zuora_api/model/AccountSummaryUsage.js +1 -1
- package/src/zuora_api/model/AccountingCodeItemResponse.js +1 -1
- package/src/zuora_api/model/ActionsErrorResponse.js +1 -1
- package/src/zuora_api/model/AddSubscriptionComponent.js +1 -1
- package/src/zuora_api/model/AddSubscriptionRatePlan.js +1 -1
- package/src/zuora_api/model/ApiVolumeSummaryRecord.js +1 -1
- package/src/zuora_api/model/ApplyCreditMemoItemToDebitMemoItem.js +1 -1
- package/src/zuora_api/model/ApplyCreditMemoItemToInvoiceItem.js +1 -1
- package/src/zuora_api/model/ApplyCreditMemoRequest.js +1 -1
- package/src/zuora_api/model/ApplyCreditMemoToDebitMemo.js +1 -1
- package/src/zuora_api/model/ApplyCreditMemoToInvoice.js +1 -1
- package/src/zuora_api/model/ApplyPaymentDebitMemoApplication.js +1 -1
- package/src/zuora_api/model/ApplyPaymentDebitMemoApplicationItem.js +1 -1
- package/src/zuora_api/model/ApplyPaymentInvoiceApplication.js +1 -1
- package/src/zuora_api/model/ApplyPaymentInvoiceApplicationItem.js +1 -1
- package/src/zuora_api/model/ApplyPaymentRequest.js +1 -1
- package/src/zuora_api/model/AsyncApplyCreditMemoRequest.js +1 -1
- package/src/zuora_api/model/AsyncApplyCreditMemoToInvoice.js +1 -1
- package/src/zuora_api/model/AsyncOperationResponse.js +1 -1
- package/src/zuora_api/model/AsyncOrderProcessingOptions.js +1 -1
- package/src/zuora_api/model/AsyncUnapplyCreditMemoRequest.js +1 -1
- package/src/zuora_api/model/AsyncUnapplyCreditMemoToInvoice.js +1 -1
- package/src/zuora_api/model/AttachInvoiceScheduleRequest.js +1 -1
- package/src/zuora_api/model/AuthenticationErrorResponse.js +1 -1
- package/src/zuora_api/model/AuthenticationFailResponse.js +1 -1
- package/src/zuora_api/model/AuthenticationSuccessResponse.js +1 -1
- package/src/zuora_api/model/BadRequestErrors.js +1 -1
- package/src/zuora_api/model/BadRequestResponse.js +1 -1
- package/src/zuora_api/model/BaseRevenueAttributes.js +1 -1
- package/src/zuora_api/model/Bi3ViewsColumnsDescriptionResponse.js +1 -1
- package/src/zuora_api/model/Bi3ViewsColumnsErrorResponse.js +1 -1
- package/src/zuora_api/model/Bi3ViewsColumnsServerErrorResponse.js +1 -1
- package/src/zuora_api/model/Bi3ViewsCountSuccessResponse.js +1 -1
- package/src/zuora_api/model/Bi3ViewsErrorResponse.js +1 -1
- package/src/zuora_api/model/Bi3ViewsNoDataResponse.js +1 -1
- package/src/zuora_api/model/Bi3ViewsServerErrorResponse.js +1 -1
- package/src/zuora_api/model/Bi3ViewsStatusErrorResponse.js +1 -1
- package/src/zuora_api/model/Bi3ViewsStatusServerErrorResponse.js +1 -1
- package/src/zuora_api/model/Bi3ViewsTaskStatusResponse.js +1 -1
- package/src/zuora_api/model/Bi3ViewsV2SuccessResponse.js +1 -1
- package/src/zuora_api/model/BiViews1ErrorResponse.js +1 -1
- package/src/zuora_api/model/BiViews1SelectSuccessResponse.js +1 -1
- package/src/zuora_api/model/BiViews1SuccessResponse.js +1 -1
- package/src/zuora_api/model/BillRun.js +1 -1
- package/src/zuora_api/model/BillRunFilter.js +1 -1
- package/src/zuora_api/model/BillRunResponse.js +1 -1
- package/src/zuora_api/model/BillRunSchedule.js +1 -1
- package/src/zuora_api/model/BillingAdjustment.js +1 -1
- package/src/zuora_api/model/BillingAdjustmentExclusion.js +1 -1
- package/src/zuora_api/model/BillingDocVolumeSummaryRecord.js +1 -1
- package/src/zuora_api/model/BillingDocumentQueryResponseElement.js +79 -9
- package/src/zuora_api/model/BillingDocumentStatus.js +7 -0
- package/src/zuora_api/model/BillingOptions.js +1 -1
- package/src/zuora_api/model/BillingPreviewRunFilter.js +1 -1
- package/src/zuora_api/model/BillingUpdate.js +1 -1
- package/src/zuora_api/model/BookingDateJob.js +1 -1
- package/src/zuora_api/model/BulkCreateCreditMemosFromChargeRequest.js +1 -1
- package/src/zuora_api/model/BulkCreateCreditMemosFromInvoiceRequest.js +1 -1
- package/src/zuora_api/model/BulkCreateCreditMemosRequest.js +1 -1
- package/src/zuora_api/model/BulkCreateDebitMemosFromChargeRequest.js +1 -1
- package/src/zuora_api/model/BulkCreateDebitMemosFromInvoiceRequest.js +1 -1
- package/src/zuora_api/model/BulkCreateDebitMemosRequest.js +1 -1
- package/src/zuora_api/model/BulkCreateInvoicesRequest.js +1 -1
- package/src/zuora_api/model/BulkCreateInvoicesResponse.js +1 -1
- package/src/zuora_api/model/BulkCreditMemosResponse.js +1 -1
- package/src/zuora_api/model/BulkDebitMemosResponse.js +1 -1
- package/src/zuora_api/model/BulkPaymentOptionItem.js +133 -0
- package/src/zuora_api/model/BulkPaymentProfileRequest.js +114 -0
- package/src/zuora_api/model/BulkPaymentProfileResponse.js +141 -0
- package/src/zuora_api/model/BulkPaymentProfileResponseReasonsInner.js +111 -0
- package/src/zuora_api/model/BulkPdfGenerationJobRequest.js +1 -1
- package/src/zuora_api/model/BulkPdfGenerationJobResponse.js +1 -1
- package/src/zuora_api/model/BulkPostInvoicesRequest.js +1 -1
- package/src/zuora_api/model/BulkPostInvoicesResponse.js +1 -1
- package/src/zuora_api/model/BulkUpdateCreditMemosRequest.js +1 -1
- package/src/zuora_api/model/BulkUpdateDebitMemosRequest.js +1 -1
- package/src/zuora_api/model/BulkUpdateInvoicesRequest.js +1 -1
- package/src/zuora_api/model/BulkUpdateOrderLineItem.js +1 -1
- package/src/zuora_api/model/BulkUpdateOrderLineItemsRequest.js +1 -1
- package/src/zuora_api/model/BusinessRegion.js +1 -1
- package/src/zuora_api/model/BusinessRegionsResponse.js +1 -1
- package/src/zuora_api/model/CalloutAuth.js +1 -1
- package/src/zuora_api/model/CancelAuthorizationRequest.js +1 -1
- package/src/zuora_api/model/CancelAuthorizationResponse.js +81 -11
- package/src/zuora_api/model/CancelBillRunRequest.js +1 -1
- package/src/zuora_api/model/CancelBillRunResponse.js +1 -1
- package/src/zuora_api/model/CancelBillingAdjustmentRequest.js +1 -1
- package/src/zuora_api/model/CancelBillingAdjustmentResponse.js +1 -1
- package/src/zuora_api/model/CancelOrderRequest.js +1 -1
- package/src/zuora_api/model/CancelOrderResponse.js +1 -1
- package/src/zuora_api/model/CancelPaymentSchedule.js +1 -1
- package/src/zuora_api/model/CancelSubscriptionRequest.js +1 -1
- package/src/zuora_api/model/CancelSubscriptionResponse.js +81 -11
- package/src/zuora_api/model/CatalogGroup.js +1 -1
- package/src/zuora_api/model/CatalogGroupProductRatePlan.js +1 -1
- package/src/zuora_api/model/ChangeLogField.js +1 -1
- package/src/zuora_api/model/ChangePlanRatePlanOverride.js +1 -1
- package/src/zuora_api/model/ChangeSubscriptionRatePlan.js +1 -1
- package/src/zuora_api/model/ChargeMetrics.js +1 -1
- package/src/zuora_api/model/ChargeModelConfiguration.js +1 -1
- package/src/zuora_api/model/ChargeModelConfigurationForSubscription.js +1 -1
- package/src/zuora_api/model/ChargeModelConfigurationItem.js +1 -1
- package/src/zuora_api/model/ChargeModelDataOverride.js +1 -1
- package/src/zuora_api/model/ChargeOverride.js +1 -1
- package/src/zuora_api/model/ChargeOverrideBilling.js +1 -1
- package/src/zuora_api/model/ChargeOverridePricing.js +1 -1
- package/src/zuora_api/model/ChargeRemoval.js +120 -0
- package/src/zuora_api/model/ChargeTier.js +1 -1
- package/src/zuora_api/model/ChargeUpdate.js +1 -1
- package/src/zuora_api/model/ChildrenSettingValueRequest.js +1 -1
- package/src/zuora_api/model/CollectDebitMemoRequest.js +1 -1
- package/src/zuora_api/model/CollectDebitMemoRequestPayment.js +1 -1
- package/src/zuora_api/model/CollectDebitMemoResponse.js +1 -1
- package/src/zuora_api/model/CollectDebitMemoResponseAppliedCreditMemos.js +1 -1
- package/src/zuora_api/model/CollectDebitMemoResponseAppliedPayments.js +1 -1
- package/src/zuora_api/model/CollectDebitMemoResponseDebitMemo.js +1 -1
- package/src/zuora_api/model/CollectDebitMemoResponseProcessedPayment.js +1 -1
- package/src/zuora_api/model/CommitmentBaseAttributes.js +1 -20
- package/src/zuora_api/model/CommitmentInput.js +5 -30
- package/src/zuora_api/model/CommitmentOutput.js +1 -1
- package/src/zuora_api/model/CommitmentOutputPeriodsInner.js +1 -1
- package/src/zuora_api/model/CommitmentOutputSchedulesInner.js +1 -1
- package/src/zuora_api/model/CommitmentPeriodAttributes.js +1 -1
- package/src/zuora_api/model/CommitmentPeriodInput.js +1 -1
- package/src/zuora_api/model/CommitmentPeriodOutput.js +1 -1
- package/src/zuora_api/model/CommitmentScheduleAttributes.js +1 -1
- package/src/zuora_api/model/CommitmentScheduleInput.js +1 -1
- package/src/zuora_api/model/CommitmentScheduleOutput.js +1 -1
- package/src/zuora_api/model/CommonErrorResponse.js +1 -1
- package/src/zuora_api/model/CommonResponse.js +1 -1
- package/src/zuora_api/model/CommonRevenueAttributesOutput.js +1 -1
- package/src/zuora_api/model/CommonTaxationAttributes.js +1 -1
- package/src/zuora_api/model/CompareAndDeployProductCatalogTemplateRequest.js +1 -1
- package/src/zuora_api/model/CompareAndDeployProductCatalogTenantRequest.js +1 -1
- package/src/zuora_api/model/CompareAndDeployTemplateRequest.js +1 -1
- package/src/zuora_api/model/CompareAndDeployTenantRequest.js +1 -1
- package/src/zuora_api/model/CompareSchemaKeyValue.js +1 -1
- package/src/zuora_api/model/CompareTemplateRequest.js +1 -1
- package/src/zuora_api/model/CompareTemplateResponse.js +1 -1
- package/src/zuora_api/model/Condition.js +1 -1
- package/src/zuora_api/model/ConfigTemplateErrorResponse.js +1 -1
- package/src/zuora_api/model/ConfigTemplateErrorResponseReasonsInner.js +1 -1
- package/src/zuora_api/model/ConfigurationTemplateContent.js +1 -1
- package/src/zuora_api/model/Contact.js +1 -1
- package/src/zuora_api/model/ContactInfo.js +1 -1
- package/src/zuora_api/model/ContactResponse.js +1 -1
- package/src/zuora_api/model/ContactSnapshot.js +1 -1
- package/src/zuora_api/model/ContactSnapshotResponse.js +1 -1
- package/src/zuora_api/model/CreateACHPaymentMethod.js +1 -1
- package/src/zuora_api/model/CreateAccountContact.js +1 -1
- package/src/zuora_api/model/CreateAccountCreditCard.js +1 -1
- package/src/zuora_api/model/CreateAccountCreditCardHolderInfo.js +1 -1
- package/src/zuora_api/model/CreateAccountPaymentMethod.js +1 -1
- package/src/zuora_api/model/CreateAccountRequest.js +1 -1
- package/src/zuora_api/model/CreateAccountResponse.js +1 -1
- package/src/zuora_api/model/CreateAccountSubscription.js +1 -1
- package/src/zuora_api/model/CreateAccountingCodeRequest.js +1 -1
- package/src/zuora_api/model/CreateAccountingCodeResponse.js +78 -8
- package/src/zuora_api/model/CreateAccountingPeriodRequest.js +1 -1
- package/src/zuora_api/model/CreateAccountingPeriodResponse.js +78 -8
- package/src/zuora_api/model/CreateAuthorizationRequest.js +1 -1
- package/src/zuora_api/model/CreateAuthorizationResponse.js +1 -1
- package/src/zuora_api/model/CreateAuthorizationResponsePaymentGateway.js +1 -1
- package/src/zuora_api/model/CreateAuthorizationResponseReasons.js +1 -1
- package/src/zuora_api/model/CreateAutogiroPaymentMethod.js +1 -1
- package/src/zuora_api/model/CreateBacsPaymentMethod.js +1 -1
- package/src/zuora_api/model/CreateBasePaymentMethod.js +1 -1
- package/src/zuora_api/model/CreateBatchQueryJobRequest.js +1 -1
- package/src/zuora_api/model/CreateBatchQueryJobResponse.js +1 -1
- package/src/zuora_api/model/CreateBatchQueryRequest.js +1 -1
- package/src/zuora_api/model/CreateBatchQueryResponse.js +1 -1
- package/src/zuora_api/model/CreateBecsPaymentMethod.js +1 -1
- package/src/zuora_api/model/CreateBecsnzPaymentMethod.js +1 -1
- package/src/zuora_api/model/CreateBetalingsservicePaymentMethod.js +1 -1
- package/src/zuora_api/model/CreateBillRunRequest.js +1 -1
- package/src/zuora_api/model/CreateBillingAdjustmentRequest.js +1 -1
- package/src/zuora_api/model/CreateBillingDocumentFilesDeletionJobRequest.js +1 -1
- package/src/zuora_api/model/CreateBillingDocumentFilesDeletionJobResponse.js +79 -9
- package/src/zuora_api/model/CreateBillingPreviewCreditMemoItem.js +1 -1
- package/src/zuora_api/model/CreateBillingPreviewInvoiceItem.js +1 -1
- package/src/zuora_api/model/CreateBillingPreviewRequest.js +1 -1
- package/src/zuora_api/model/CreateBillingPreviewResponse.js +79 -9
- package/src/zuora_api/model/CreateBillingPreviewRunRequest.js +1 -1
- package/src/zuora_api/model/CreateBillingPreviewRunResponse.js +1 -1
- package/src/zuora_api/model/CreateCCReferenceTransactionPaymentMethod.js +1 -1
- package/src/zuora_api/model/CreateCatalogGroupRequest.js +1 -1
- package/src/zuora_api/model/CreateContactRequest.js +1 -1
- package/src/zuora_api/model/CreateCreditCardPaymentMethod.js +1 -1
- package/src/zuora_api/model/CreateCreditCardReferenceCardholderInfo.js +1 -1
- package/src/zuora_api/model/CreateCreditMemoFromCharge.js +1 -1
- package/src/zuora_api/model/CreateCreditMemoFromChargeRequest.js +1 -1
- package/src/zuora_api/model/CreateCreditMemoFromInvoice.js +1 -1
- package/src/zuora_api/model/CreateCreditMemoFromInvoiceRequest.js +1 -1
- package/src/zuora_api/model/CreateCreditMemoTaxationItemsRequest.js +1 -1
- package/src/zuora_api/model/CreateDebitMemoFromCharge.js +1 -1
- package/src/zuora_api/model/CreateDebitMemoFromChargeRequest.js +1 -1
- package/src/zuora_api/model/CreateDebitMemoFromInvoiceRequest.js +1 -1
- package/src/zuora_api/model/CreateDebitMemosFromInvoiceRequest.js +1 -1
- package/src/zuora_api/model/CreateDeploymentTemplateRequest.js +1 -1
- package/src/zuora_api/model/CreateDiscountItem.js +1 -1
- package/src/zuora_api/model/CreateFulfillment.js +1 -1
- package/src/zuora_api/model/CreateFulfillmentItem.js +1 -1
- package/src/zuora_api/model/CreateFulfillmentItemResponse.js +1 -1
- package/src/zuora_api/model/CreateFulfillmentItemsRequest.js +1 -1
- package/src/zuora_api/model/CreateFulfillmentItemsResponse.js +1 -1
- package/src/zuora_api/model/CreateFulfillmentResponse.js +1 -1
- package/src/zuora_api/model/CreateFulfillmentsRequest.js +1 -1
- package/src/zuora_api/model/CreateFulfillmentsResponse.js +1 -1
- package/src/zuora_api/model/CreateHostedPageRequest.js +288 -0
- package/src/zuora_api/model/CreateHostedPageResponse.js +282 -0
- package/src/zuora_api/model/CreateInvoiceCollectCreditMemos.js +1 -1
- package/src/zuora_api/model/CreateInvoiceCollectInvoices.js +1 -1
- package/src/zuora_api/model/CreateInvoiceCollectRequest.js +1 -1
- package/src/zuora_api/model/CreateInvoiceCollectResponse.js +79 -9
- package/src/zuora_api/model/CreateInvoiceItem.js +1 -1
- package/src/zuora_api/model/CreateInvoiceRequest.js +1 -1
- package/src/zuora_api/model/CreateInvoiceScheduleItem.js +1 -1
- package/src/zuora_api/model/CreateInvoiceScheduleRequest.js +1 -1
- package/src/zuora_api/model/CreateJournalEntryRequest.js +1 -1
- package/src/zuora_api/model/CreateJournalEntryRequestItem.js +1 -1
- package/src/zuora_api/model/CreateJournalEntryRequestSegment.js +1 -1
- package/src/zuora_api/model/CreateJournalEntryResponse.js +78 -8
- package/src/zuora_api/model/CreateJournalRunRequest.js +1 -1
- package/src/zuora_api/model/CreateJournalRunRequestTransactionType.js +1 -1
- package/src/zuora_api/model/CreateJournalRunResponse.js +78 -8
- package/src/zuora_api/model/CreateMassUpdateResponse.js +78 -8
- package/src/zuora_api/model/CreateMassUpdaterRequest.js +1 -1
- package/src/zuora_api/model/CreateNonRefRefundFinanceInformation.js +1 -1
- package/src/zuora_api/model/CreateOmniChannelSubscriptionRequest.js +1 -1
- package/src/zuora_api/model/CreateOmniChannelSubscriptionResponse.js +1 -1
- package/src/zuora_api/model/CreateOpenPaymentMethod.js +1 -1
- package/src/zuora_api/model/CreateOpenPaymentMethodTypeRequest.js +1 -1
- package/src/zuora_api/model/CreateOrUpdateCatalogGroupProductRatePlan.js +1 -1
- package/src/zuora_api/model/CreateOrUpdateEmailTemplatesResponse.js +1 -1
- package/src/zuora_api/model/CreateOrderAction.js +1 -1
- package/src/zuora_api/model/CreateOrderAddProduct.js +1 -1
- package/src/zuora_api/model/CreateOrderAsyncRequest.js +1 -1
- package/src/zuora_api/model/CreateOrderAsyncResponse.js +1 -1
- package/src/zuora_api/model/CreateOrderChangePlan.js +1 -1
- package/src/zuora_api/model/CreateOrderChangePlanRatePlanOverride.js +1 -1
- package/src/zuora_api/model/CreateOrderChargeUpdate.js +1 -1
- package/src/zuora_api/model/CreateOrderCreateSubscription.js +1 -1
- package/src/zuora_api/model/CreateOrderOrderLineItem.js +1 -1
- package/src/zuora_api/model/CreateOrderPricingUpdate.js +1 -1
- package/src/zuora_api/model/CreateOrderProductOverride.js +1 -1
- package/src/zuora_api/model/CreateOrderProductRatePlanOverride.js +1 -1
- package/src/zuora_api/model/CreateOrderRatePlanFeatureOverride.js +1 -1
- package/src/zuora_api/model/CreateOrderRatePlanOverride.js +1 -1
- package/src/zuora_api/model/CreateOrderRatePlanUpdate.js +41 -1
- package/src/zuora_api/model/CreateOrderRequest.js +1 -1
- package/src/zuora_api/model/CreateOrderResponse.js +1 -1
- package/src/zuora_api/model/CreateOrderResponseOrderAction.js +1 -1
- package/src/zuora_api/model/CreateOrderResponseOrderLineItems.js +1 -1
- package/src/zuora_api/model/CreateOrderResponseOrderMetric.js +1 -1
- package/src/zuora_api/model/CreateOrderResponseRamps.js +1 -1
- package/src/zuora_api/model/CreateOrderResponseRefunds.js +1 -1
- package/src/zuora_api/model/CreateOrderResponseSubscriptions.js +1 -1
- package/src/zuora_api/model/CreateOrderResponseWriteOff.js +1 -1
- package/src/zuora_api/model/CreateOrderResult.js +1 -1
- package/src/zuora_api/model/CreateOrderResume.js +1 -1
- package/src/zuora_api/model/CreateOrderSubscription.js +1 -1
- package/src/zuora_api/model/CreateOrderSubscriptionOwnerAccount.js +1 -1
- package/src/zuora_api/model/CreateOrderSuspend.js +1 -1
- package/src/zuora_api/model/CreateOrderTermsAndConditions.js +1 -1
- package/src/zuora_api/model/CreateOrderUpdateProduct.js +51 -1
- package/src/zuora_api/model/CreatePADPaymentMethod.js +1 -1
- package/src/zuora_api/model/CreatePayPalAdaptivePaymentMethod.js +1 -1
- package/src/zuora_api/model/CreatePayPalCPPaymentMethod.js +1 -1
- package/src/zuora_api/model/CreatePayPalECPaymentMethod.js +1 -1
- package/src/zuora_api/model/CreatePayPalNativeECPaymentMethod.js +1 -1
- package/src/zuora_api/model/CreatePaymentDebitMemoApplication.js +1 -1
- package/src/zuora_api/model/CreatePaymentDebitMemoApplicationItem.js +1 -1
- package/src/zuora_api/model/CreatePaymentInvoiceApplication.js +1 -1
- package/src/zuora_api/model/CreatePaymentInvoiceApplicationItem.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodACH.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodApplePayAdyen.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodBankTransfer.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodBankTransferAccountHolderInfo.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodCCReferenceTransaction.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodCardholderInfo.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodCommon.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodCreditCard.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodDecryptionRequest.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodDecryptionResponse.js +79 -9
- package/src/zuora_api/model/CreatePaymentMethodGooglePayAdyenChase.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodPayPalAdaptive.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodPayPalECPayPalNativeECPayPalCP.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodRequest.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodResponse.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodResponseReason.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodUpdaterBatchRequest.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodUpdaterBatchResponse.js +1 -1
- package/src/zuora_api/model/CreatePaymentMethodUpdaterBatchResponseReasons.js +1 -1
- package/src/zuora_api/model/CreatePaymentPredebitNotifyRequest.js +1 -1
- package/src/zuora_api/model/CreatePaymentPredebitNotifyResponse.js +79 -9
- package/src/zuora_api/model/CreatePaymentRequest.js +1 -1
- package/src/zuora_api/model/CreatePaymentRunData.js +1 -1
- package/src/zuora_api/model/CreatePaymentRunDataItem.js +1 -1
- package/src/zuora_api/model/CreatePaymentRunRequest.js +14 -1
- package/src/zuora_api/model/CreatePaymentScheduleItemsRequest.js +1 -1
- package/src/zuora_api/model/CreatePaymentScheduleItemsRequestItems.js +1 -1
- package/src/zuora_api/model/CreatePaymentScheduleRequest.js +1 -1
- package/src/zuora_api/model/CreatePaymentScheduleRequestItems.js +1 -1
- package/src/zuora_api/model/CreatePaymentSchedulesRequest.js +1 -1
- package/src/zuora_api/model/CreatePaymentSchedulesResponse.js +79 -10
- package/src/zuora_api/model/CreatePaymentSchedulesResponseItems.js +1 -1
- package/src/zuora_api/model/CreatePaymentSessionInvoice.js +1 -1
- package/src/zuora_api/model/CreatePaymentSessionRequest.js +1 -1
- package/src/zuora_api/model/CreatePaymentSessionResponse.js +1 -1
- package/src/zuora_api/model/CreateProductRatePlanChargeRequest.js +1 -1
- package/src/zuora_api/model/CreateProductRatePlanRequest.js +1 -1
- package/src/zuora_api/model/CreateProductRequest.js +1 -1
- package/src/zuora_api/model/CreateRSASignatureRequest.js +1 -1
- package/src/zuora_api/model/CreateRamp.js +1 -1
- package/src/zuora_api/model/CreateRefundRequest.js +1 -1
- package/src/zuora_api/model/CreateRefundwithAutoUnapply.js +1 -1
- package/src/zuora_api/model/CreateSEPAPaymentMethod.js +1 -1
- package/src/zuora_api/model/CreateSequenceSetRequest.js +1 -1
- package/src/zuora_api/model/CreateSequenceSetsRequest.js +1 -1
- package/src/zuora_api/model/CreateSequenceSetsResponse.js +77 -7
- package/src/zuora_api/model/CreateStoredCredentialProfileRequest.js +1 -1
- package/src/zuora_api/model/CreateSubscribeToProduct.js +1 -1
- package/src/zuora_api/model/CreateSubscriptionComponent.js +1 -1
- package/src/zuora_api/model/CreateSubscriptionRatePlan.js +1 -1
- package/src/zuora_api/model/CreateSubscriptionRequest.js +1 -1
- package/src/zuora_api/model/CreateSubscriptionResponse.js +81 -11
- package/src/zuora_api/model/CreateTaxationItem.js +1 -1
- package/src/zuora_api/model/CreateTaxationItemForCreditMemoFinanceInformation.js +1 -1
- package/src/zuora_api/model/CreateTaxationItemForCreditMemoRequest.js +1 -1
- package/src/zuora_api/model/CreateTaxationItemForDebitMemo.js +1 -1
- package/src/zuora_api/model/CreateTaxationItemForDebitMemoFinanceInformation.js +1 -1
- package/src/zuora_api/model/CreateTaxationItemForInvoiceRequest.js +1 -1
- package/src/zuora_api/model/CreateTaxationItemsForDebitMemoRequest.js +1 -1
- package/src/zuora_api/model/CreateTaxationItemsRequest.js +1 -1
- package/src/zuora_api/model/CreateTokenRequest.js +1 -1
- package/src/zuora_api/model/CreateUpdateOpenPaymentMethodTypeResponse.js +1 -1
- package/src/zuora_api/model/CreateUpdateStoredCredentialProfileResponse.js +79 -8
- package/src/zuora_api/model/CreateUsageRequest.js +1 -1
- package/src/zuora_api/model/CreditCard.js +1 -1
- package/src/zuora_api/model/CreditMemo.js +1 -1
- package/src/zuora_api/model/CreditMemoEntityPrefix.js +1 -1
- package/src/zuora_api/model/CreditMemoItem.js +1 -1
- package/src/zuora_api/model/CreditMemoItemFinanceInformation.js +1 -1
- package/src/zuora_api/model/CreditMemoItemFromChargeDetail.js +1 -1
- package/src/zuora_api/model/CreditMemoItemFromChargeDetailFinanceInformation.js +1 -1
- package/src/zuora_api/model/CreditMemoItemFromInvoiceItem.js +1 -1
- package/src/zuora_api/model/CreditMemoItemFromInvoiceItemFinanceInformation.js +1 -1
- package/src/zuora_api/model/CreditMemoItemFromWriteOffInvoice.js +1 -1
- package/src/zuora_api/model/CreditMemoItemPart.js +1 -1
- package/src/zuora_api/model/CreditMemoItemResponse.js +1 -1
- package/src/zuora_api/model/CreditMemoItemsResponse.js +1 -1
- package/src/zuora_api/model/CreditMemoObjectNSFields.js +1 -1
- package/src/zuora_api/model/CreditMemoPart.js +1 -1
- package/src/zuora_api/model/CreditMemoResponse.js +1 -1
- package/src/zuora_api/model/CreditMemoTaxItemFromInvoiceTaxItemFinanceInformation.js +1 -1
- package/src/zuora_api/model/CreditMemoTaxItemFromInvoiceTaxItemRequest.js +1 -1
- package/src/zuora_api/model/CreditMemoTaxationItemFromWriteOffInvoice.js +1 -1
- package/src/zuora_api/model/CreditMemosResponse.js +79 -9
- package/src/zuora_api/model/CustomAccountPaymentMethod.js +1 -1
- package/src/zuora_api/model/CustomFields.js +1 -1
- package/src/zuora_api/model/CustomObjectAllFieldsDefinition.js +1 -1
- package/src/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfCreatedById.js +1 -1
- package/src/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfCreatedDate.js +1 -1
- package/src/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfId.js +1 -1
- package/src/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfUpdatedById.js +1 -1
- package/src/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfUpdatedDate.js +1 -1
- package/src/zuora_api/model/CustomObjectBulkDeleteFilter.js +1 -1
- package/src/zuora_api/model/CustomObjectBulkDeleteFilterCondition.js +1 -1
- package/src/zuora_api/model/CustomObjectBulkJobErrorResponse.js +1 -1
- package/src/zuora_api/model/CustomObjectBulkJobErrorResponseCollection.js +1 -1
- package/src/zuora_api/model/CustomObjectBulkJobRequest.js +1 -1
- package/src/zuora_api/model/CustomObjectBulkJobResponse.js +1 -1
- package/src/zuora_api/model/CustomObjectBulkJobResponseCollection.js +1 -1
- package/src/zuora_api/model/CustomObjectBulkJobResponseError.js +1 -1
- package/src/zuora_api/model/CustomObjectCustomFieldDefinition.js +1 -1
- package/src/zuora_api/model/CustomObjectCustomFieldDefinitionUpdate.js +1 -1
- package/src/zuora_api/model/CustomObjectCustomFieldsDefinition.js +1 -1
- package/src/zuora_api/model/CustomObjectDefinition.js +1 -1
- package/src/zuora_api/model/CustomObjectDefinitionRelationship.js +1 -1
- package/src/zuora_api/model/CustomObjectDefinitionRelationshipRecordConstraints.js +1 -1
- package/src/zuora_api/model/CustomObjectDefinitionRelationshipRecordConstraintsCreate.js +1 -1
- package/src/zuora_api/model/CustomObjectDefinitionSchema.js +1 -1
- package/src/zuora_api/model/CustomObjectDefinitionUpdateActionRequest.js +1 -1
- package/src/zuora_api/model/CustomObjectDefinitionUpdateActionResponse.js +1 -1
- package/src/zuora_api/model/CustomObjectRecordBatchAction.js +1 -1
- package/src/zuora_api/model/CustomObjectRecordBatchRequest.js +1 -1
- package/src/zuora_api/model/CustomObjectRecordWithAllFields.js +1 -1
- package/src/zuora_api/model/CustomObjectRecordWithOnlyCustomFields.js +1 -1
- package/src/zuora_api/model/CustomObjectRecordsBatchUpdatePartialSuccessResponse.js +1 -1
- package/src/zuora_api/model/CustomObjectRecordsErrorResponse.js +1 -1
- package/src/zuora_api/model/CustomObjectRecordsThrottledResponse.js +1 -1
- package/src/zuora_api/model/CustomObjectRecordsWithError.js +1 -1
- package/src/zuora_api/model/CustomRates.js +1 -1
- package/src/zuora_api/model/DailyConsumptionRevRecRequest.js +1 -1
- package/src/zuora_api/model/DataQueryErrorResponse.js +1 -1
- package/src/zuora_api/model/DataQueryJob.js +1 -1
- package/src/zuora_api/model/DataQueryJobCancelled.js +1 -1
- package/src/zuora_api/model/DataQueryJobCommon.js +1 -1
- package/src/zuora_api/model/DebitMemo.js +1 -1
- package/src/zuora_api/model/DebitMemoDueDate.js +1 -1
- package/src/zuora_api/model/DebitMemoEntityPrefix.js +1 -1
- package/src/zuora_api/model/DebitMemoItem.js +1 -1
- package/src/zuora_api/model/DebitMemoItemFromChargeDetail.js +1 -1
- package/src/zuora_api/model/DebitMemoItemFromChargeDetailFinanceInformation.js +1 -1
- package/src/zuora_api/model/DebitMemoItemFromInvoiceItemFinanceInformation.js +1 -1
- package/src/zuora_api/model/DebitMemoItemFromInvoiceItemRequest.js +1 -1
- package/src/zuora_api/model/DebitMemoItemResponse.js +1 -1
- package/src/zuora_api/model/DebitMemoItemTaxationItems.js +1 -1
- package/src/zuora_api/model/DebitMemoItemWriteOffRequest.js +1 -1
- package/src/zuora_api/model/DebitMemoItemsResponse.js +1 -1
- package/src/zuora_api/model/DebitMemoObjectNSFields.js +1 -1
- package/src/zuora_api/model/DebitMemoResponse.js +1 -1
- package/src/zuora_api/model/DebitMemoTaxItemFromInvoiceTaxItemFinanceInformation.js +1 -1
- package/src/zuora_api/model/DebitMemoTaxItemFromInvoiceTaxItemRequest.js +1 -1
- package/src/zuora_api/model/DebitMemoTaxationItemWriteOffRequest.js +1 -1
- package/src/zuora_api/model/DebitMemosResponse.js +1 -1
- package/src/zuora_api/model/DecryptRSASignatureRequest.js +1 -1
- package/src/zuora_api/model/DecryptRSASignatureResponse.js +79 -9
- package/src/zuora_api/model/DeleteAccountResponse.js +1 -1
- package/src/zuora_api/model/DeleteAttachmentResponse.js +1 -1
- package/src/zuora_api/model/DeleteBatchQueryJobResponse.js +1 -1
- package/src/zuora_api/model/DeleteBatchQueryResponse.js +1 -1
- package/src/zuora_api/model/DeleteDataQueryJobResponse.js +1 -1
- package/src/zuora_api/model/DeleteOrderAsyncResponse.js +78 -8
- package/src/zuora_api/model/DeleteResult.js +1 -1
- package/src/zuora_api/model/DeleteSubscriptionResponse.js +74 -4
- package/src/zuora_api/model/DeleteWorkflowError.js +1 -1
- package/src/zuora_api/model/DeleteWorkflowSuccess.js +1 -1
- package/src/zuora_api/model/DeletedRecord.js +1 -1
- package/src/zuora_api/model/DeliverySchedule.js +1 -1
- package/src/zuora_api/model/DeliveryScheduleParams.js +1 -1
- package/src/zuora_api/model/DeliveryScheduleProductRatePlanCharge.js +1 -1
- package/src/zuora_api/model/DeploymentResponse.js +1 -1
- package/src/zuora_api/model/DeploymentTemplate.js +1 -1
- package/src/zuora_api/model/DeploymentTemplatesResponse.js +1 -1
- package/src/zuora_api/model/DetachInvoiceScheduleRequest.js +1 -1
- package/src/zuora_api/model/DetailedWorkflow.js +1 -1
- package/src/zuora_api/model/DiscountApplyDetail.js +1 -1
- package/src/zuora_api/model/DiscountPricingOverride.js +1 -1
- package/src/zuora_api/model/DiscountPricingUpdate.js +1 -1
- package/src/zuora_api/model/DocumentIdList.js +1 -1
- package/src/zuora_api/model/EInvoicingFileFormat.js +1 -1
- package/src/zuora_api/model/ElectronicPaymentOptions.js +1 -1
- package/src/zuora_api/model/ElectronicPaymentOptionsWithDelayedCapturePayment.js +1 -1
- package/src/zuora_api/model/EmailBillRunRequest.js +1 -1
- package/src/zuora_api/model/EmailBillingDocumentRequest.js +1 -1
- package/src/zuora_api/model/EndConditions.js +1 -1
- package/src/zuora_api/model/Error401.js +1 -1
- package/src/zuora_api/model/ErrorResponse.js +1 -1
- package/src/zuora_api/model/ErrorResponse401Record.js +1 -1
- package/src/zuora_api/model/ErrorResponseReasonsInner.js +1 -1
- package/src/zuora_api/model/EventTrigger.js +1 -1
- package/src/zuora_api/model/EventType.js +1 -1
- package/src/zuora_api/model/ExecuteInvoiceScheduleRequest.js +1 -1
- package/src/zuora_api/model/ExpandedAccount.js +1 -1
- package/src/zuora_api/model/ExpandedAmendment.js +1 -1
- package/src/zuora_api/model/ExpandedBillingRun.js +1 -1
- package/src/zuora_api/model/ExpandedCommitment.js +105 -1
- package/src/zuora_api/model/ExpandedCommitmentAssociatedAccount.js +227 -0
- package/src/zuora_api/model/ExpandedCommitmentAssociatedItem.js +242 -0
- package/src/zuora_api/model/ExpandedCommitmentPeriod.js +111 -13
- package/src/zuora_api/model/ExpandedCommitmentSchedule.js +282 -0
- package/src/zuora_api/model/ExpandedCommitmentTransaction.js +261 -0
- package/src/zuora_api/model/ExpandedContact.js +1 -1
- package/src/zuora_api/model/ExpandedContactSnapshot.js +1 -1
- package/src/zuora_api/model/ExpandedCreditMemo.js +1 -1
- package/src/zuora_api/model/ExpandedCreditMemoApplication.js +1 -1
- package/src/zuora_api/model/ExpandedCreditMemoItem.js +1 -19
- package/src/zuora_api/model/ExpandedCreditTaxationItem.js +1 -1
- package/src/zuora_api/model/ExpandedDailyConsumptionSummary.js +1 -1
- package/src/zuora_api/model/ExpandedDebitMemo.js +1 -1
- package/src/zuora_api/model/ExpandedDebitMemoItem.js +1 -1
- package/src/zuora_api/model/ExpandedDebitTaxationItem.js +1 -1
- package/src/zuora_api/model/ExpandedDeliveryAdjustment.js +1 -1
- package/src/zuora_api/model/ExpandedExternalProductRatePlan.js +1 -1
- package/src/zuora_api/model/ExpandedFulfillment.js +1 -1
- package/src/zuora_api/model/ExpandedInvoice.js +1 -1
- package/src/zuora_api/model/ExpandedInvoiceItem.js +1 -19
- package/src/zuora_api/model/ExpandedInvoiceSchedule.js +1 -1
- package/src/zuora_api/model/ExpandedInvoiceScheduleBooking.js +1 -1
- package/src/zuora_api/model/ExpandedInvoiceScheduleItem.js +1 -1
- package/src/zuora_api/model/ExpandedOrderAction.js +1 -1
- package/src/zuora_api/model/ExpandedOrderLineItem.js +1 -1
- package/src/zuora_api/model/ExpandedOrders.js +1 -1
- package/src/zuora_api/model/ExpandedPayment.js +1 -1
- package/src/zuora_api/model/ExpandedPaymentApplication.js +1 -1
- package/src/zuora_api/model/ExpandedPaymentMethod.js +1 -1
- package/src/zuora_api/model/ExpandedPaymentMethodSnapshot.js +1 -1
- package/src/zuora_api/model/ExpandedPaymentRun.js +1 -1
- package/src/zuora_api/model/ExpandedPaymentSchedule.js +1 -1
- package/src/zuora_api/model/ExpandedPaymentScheduleItem.js +1 -1
- package/src/zuora_api/model/ExpandedPaymentScheduleItemPayment.js +1 -1
- package/src/zuora_api/model/ExpandedPrepaidBalance.js +1 -1
- package/src/zuora_api/model/ExpandedPrepaidBalanceFund.js +1 -1
- package/src/zuora_api/model/ExpandedPrepaidBalanceTransaction.js +1 -1
- package/src/zuora_api/model/ExpandedProcessedUsage.js +1 -1
- package/src/zuora_api/model/ExpandedProduct.js +1 -1
- package/src/zuora_api/model/ExpandedProductRatePlan.js +1 -1
- package/src/zuora_api/model/ExpandedProductRatePlanCharge.js +1 -1
- package/src/zuora_api/model/ExpandedProductRatePlanChargeTier.js +1 -1
- package/src/zuora_api/model/ExpandedRamp.js +1 -1
- package/src/zuora_api/model/ExpandedRatePlan.js +1 -1
- package/src/zuora_api/model/ExpandedRatePlanCharge.js +17 -1
- package/src/zuora_api/model/ExpandedRatePlanChargeTier.js +1 -1
- package/src/zuora_api/model/ExpandedRatingDetail.js +1 -1
- package/src/zuora_api/model/ExpandedRatingResult.js +1 -1
- package/src/zuora_api/model/ExpandedRefund.js +1 -1
- package/src/zuora_api/model/ExpandedRefundApplication.js +1 -1
- package/src/zuora_api/model/ExpandedRefundApplicationItem.js +1 -1
- package/src/zuora_api/model/ExpandedSubscription.js +9 -1
- package/src/zuora_api/model/ExpandedSummaryStatement.js +1 -1
- package/src/zuora_api/model/ExpandedSummaryStatementRun.js +1 -1
- package/src/zuora_api/model/ExpandedTaxationItem.js +1 -1
- package/src/zuora_api/model/ExpandedUsage.js +1 -1
- package/src/zuora_api/model/ExpandedValidityPeriodSummary.js +1 -1
- package/src/zuora_api/model/ExportWorkflowVersionResponse.js +1 -1
- package/src/zuora_api/model/FailedReason.js +1 -1
- package/src/zuora_api/model/FaultResponse.js +1 -1
- package/src/zuora_api/model/FilterRuleParameterDefinition.js +1 -1
- package/src/zuora_api/model/Fulfillment.js +1 -1
- package/src/zuora_api/model/FulfillmentItem.js +1 -1
- package/src/zuora_api/model/GETBookingDateBackfillJobById200Response.js +1 -1
- package/src/zuora_api/model/GETDataBackfillJobById200Response.js +1 -1
- package/src/zuora_api/model/GETListBookingDateBackfillJobs200Response.js +1 -1
- package/src/zuora_api/model/GETListDataBackfillJobs200Response.js +1 -1
- package/src/zuora_api/model/GatewayOptions.js +1 -1
- package/src/zuora_api/model/GenerateBillingDocumentRequest.js +1 -1
- package/src/zuora_api/model/GenerateBillingDocumentResponse.js +1 -1
- package/src/zuora_api/model/GenerateBillingDocumentResponseCreditMemo.js +1 -1
- package/src/zuora_api/model/GenerateBillingDocumentResponseInvoice.js +1 -1
- package/src/zuora_api/model/GetAccountPMAccountHolderInfo.js +1 -1
- package/src/zuora_api/model/GetAccountPaymentMethodResponse.js +1 -1
- package/src/zuora_api/model/GetAccountingCodeResponse.js +81 -11
- package/src/zuora_api/model/GetAccountingCodesResponse.js +79 -9
- package/src/zuora_api/model/GetAccountingPeriodAllOfFieIdsResponse.js +1 -1
- package/src/zuora_api/model/GetAccountingPeriodResponse.js +81 -11
- package/src/zuora_api/model/GetAccountingPeriodWithoutSuccessResponse.js +1 -1
- package/src/zuora_api/model/GetAccountingPeriodsResponse.js +79 -9
- package/src/zuora_api/model/GetAllCustomObjectDefinitionsInNamespaceResponse.js +1 -1
- package/src/zuora_api/model/GetApiVolumeSummaryResponse.js +1 -1
- package/src/zuora_api/model/GetAsyncCreateOrderJobResponse.js +1 -1
- package/src/zuora_api/model/GetAsyncOrderJobResponse.js +79 -9
- package/src/zuora_api/model/GetAsyncOrderJobResponseResult.js +1 -1
- package/src/zuora_api/model/GetAsyncPreviewOrderJobResponse.js +1 -1
- package/src/zuora_api/model/GetAttachmentResponse.js +1 -1
- package/src/zuora_api/model/GetAttachmentsResponse.js +1 -1
- package/src/zuora_api/model/GetBIViewStatus200ResponseInner.js +1 -1
- package/src/zuora_api/model/GetBatchQueryJobResponse.js +1 -1
- package/src/zuora_api/model/GetBatchQueryResponse.js +1 -1
- package/src/zuora_api/model/GetBillingAdjustmentsBySubscriptionNumberResponse.js +1 -1
- package/src/zuora_api/model/GetBillingAdjustmentsResponse.js +1 -1
- package/src/zuora_api/model/GetBillingDocVolumeSummaryResponse.js +1 -1
- package/src/zuora_api/model/GetBillingDocumentFilesDeletionJobResponse.js +79 -9
- package/src/zuora_api/model/GetBillingDocumentsResponse.js +1 -1
- package/src/zuora_api/model/GetBillingPreviewRunResponse.js +81 -11
- package/src/zuora_api/model/GetBulkPdfGenerationJobResponse.js +79 -9
- package/src/zuora_api/model/GetBulkUpdateOrderLineItemsResponse.js +1 -1
- package/src/zuora_api/model/GetCalloutHistoryVOType.js +1 -1
- package/src/zuora_api/model/GetCalloutHistoryVOsType.js +79 -9
- package/src/zuora_api/model/GetCatalogGroupResponse.js +1 -1
- package/src/zuora_api/model/GetCatalogGroupsResponse.js +1 -1
- package/src/zuora_api/model/GetChargeOverride.js +1 -1
- package/src/zuora_api/model/GetCommitmentOutput.js +1 -24
- package/src/zuora_api/model/GetCreditMemoItemPartResponse.js +1 -1
- package/src/zuora_api/model/GetCreditMemoItemPartsResponse.js +79 -9
- package/src/zuora_api/model/GetCreditMemoItemTaxationItems.js +1 -1
- package/src/zuora_api/model/GetCreditMemoPartResponse.js +1 -1
- package/src/zuora_api/model/GetCreditMemoPartsResponse.js +79 -9
- package/src/zuora_api/model/GetCreditMemoPdfStatusBatchResponse.js +77 -7
- package/src/zuora_api/model/GetCreditMemoPdfStatusResponse.js +1 -1
- package/src/zuora_api/model/GetCreditMemoTaxItemFinanceInformation.js +1 -1
- package/src/zuora_api/model/GetCreditMemoTaxItemResponse.js +1 -1
- package/src/zuora_api/model/GetCreditMemoTaxationItemResponse.js +1 -1
- package/src/zuora_api/model/GetCustomExchangeRatesDataType.js +1 -1
- package/src/zuora_api/model/GetCustomExchangeRatesType.js +79 -9
- package/src/zuora_api/model/GetDataLabelingJobResponse.js +85 -15
- package/src/zuora_api/model/{GetDataLabelingJobResponseProgress.js → GetDataLabelingJobResponseAllOfProgress.js} +20 -20
- package/src/zuora_api/model/GetDataQueryJobResponse.js +1 -1
- package/src/zuora_api/model/GetDataQueryJobsResponse.js +1 -1
- package/src/zuora_api/model/GetDebitMemoApplicationPart.js +1 -1
- package/src/zuora_api/model/GetDebitMemoApplicationPartsResponse.js +79 -9
- package/src/zuora_api/model/GetDebitMemoItemFinanceInformation.js +1 -1
- package/src/zuora_api/model/GetDebitMemoPdfStatusBatchResponse.js +77 -7
- package/src/zuora_api/model/GetDebitMemoPdfStatusResponse.js +1 -1
- package/src/zuora_api/model/GetDebitMemoTaxItem.js +1 -1
- package/src/zuora_api/model/GetDebitMemoTaxItemFinanceInformation.js +1 -1
- package/src/zuora_api/model/GetDebitMemoTaxItemNew.js +1 -1
- package/src/zuora_api/model/GetEInvoiceMandateResponse.js +1 -1
- package/src/zuora_api/model/GetEInvoiceMandatesResponse.js +1 -1
- package/src/zuora_api/model/GetEmailHistoryVOType.js +1 -1
- package/src/zuora_api/model/GetEmailHistoryVOsType.js +79 -9
- package/src/zuora_api/model/GetEventTriggers200Response.js +1 -1
- package/src/zuora_api/model/GetFulfillment.js +1 -1
- package/src/zuora_api/model/GetFulfillmentItem.js +1 -1
- package/src/zuora_api/model/GetFulfillmentItemResponse.js +1 -1
- package/src/zuora_api/model/GetFulfillmentResponse.js +1 -1
- package/src/zuora_api/model/GetInvoiceApplicationPartRequest.js +1 -1
- package/src/zuora_api/model/GetInvoiceApplicationPartsRequest.js +79 -9
- package/src/zuora_api/model/GetInvoicePdfStatusBatchResponse.js +77 -7
- package/src/zuora_api/model/GetInvoicePdfStatusResponse.js +1 -1
- package/src/zuora_api/model/GetJournalEntriesInJournalRunResponse.js +79 -9
- package/src/zuora_api/model/GetJournalEntryDetailResponse.js +81 -11
- package/src/zuora_api/model/GetJournalEntryDetailTypeWithoutSuccess.js +1 -1
- package/src/zuora_api/model/GetJournalEntryItemResponse.js +1 -1
- package/src/zuora_api/model/GetJournalEntrySegmentResponse.js +1 -1
- package/src/zuora_api/model/GetJournalRunResponse.js +81 -11
- package/src/zuora_api/model/GetJournalRunTransactionResponse.js +1 -1
- package/src/zuora_api/model/GetMassUpdateResponse.js +81 -11
- package/src/zuora_api/model/GetMetricsBySubscriptionNumbersResponse.js +1 -1
- package/src/zuora_api/model/GetOmniChannelSubscriptionResponse.js +1 -1
- package/src/zuora_api/model/GetOrderActionRatePlanResponse.js +1 -1
- package/src/zuora_api/model/GetOrderLineItem.js +1 -1
- package/src/zuora_api/model/GetOrderLineItemResponse.js +1 -1
- package/src/zuora_api/model/GetOrderResponse.js +1 -1
- package/src/zuora_api/model/GetOrdersResponse.js +1 -1
- package/src/zuora_api/model/GetPMAccountHolderInfo.js +1 -1
- package/src/zuora_api/model/GetPaymentFinanceInformation.js +1 -1
- package/src/zuora_api/model/GetPaymentItemPartResponse.js +74 -4
- package/src/zuora_api/model/GetPaymentItemPartsResponse.js +79 -9
- package/src/zuora_api/model/GetPaymentMethodForAccountResponse.js +1 -1
- package/src/zuora_api/model/GetPaymentMethodResponseACHForAccount.js +1 -1
- package/src/zuora_api/model/GetPaymentMethodResponseApplePayForAccount.js +1 -1
- package/src/zuora_api/model/GetPaymentMethodResponseBankTransferForAccount.js +1 -1
- package/src/zuora_api/model/GetPaymentMethodResponseCreditCardForAccount.js +1 -1
- package/src/zuora_api/model/GetPaymentMethodResponseGooglePayForAccount.js +1 -1
- package/src/zuora_api/model/GetPaymentMethodResponsePayPalForAccount.js +1 -1
- package/src/zuora_api/model/GetPaymentPartResponse.js +74 -4
- package/src/zuora_api/model/GetPaymentPartsResponse.js +79 -9
- package/src/zuora_api/model/GetPaymentRunDataArrayResponse.js +78 -8
- package/src/zuora_api/model/GetPaymentRunDataElementResponse.js +1 -1
- package/src/zuora_api/model/GetPaymentRunDataTransactionElementResponse.js +1 -1
- package/src/zuora_api/model/GetPaymentRunStatisticResponse.js +1 -1
- package/src/zuora_api/model/GetPaymentRunSummaryResponse.js +81 -11
- package/src/zuora_api/model/GetPaymentRunSummaryTotalValuesResponse.js +1 -1
- package/src/zuora_api/model/GetPaymentRunsResponse.js +79 -9
- package/src/zuora_api/model/GetPaymentScheduleStatisticResponse.js +79 -9
- package/src/zuora_api/model/GetPaymentScheduleStatisticResponsePaymentScheduleItems.js +1 -1
- package/src/zuora_api/model/GetPaymentSchedulesResponse.js +1 -1
- package/src/zuora_api/model/GetPaymentVolumeSummaryResponse.js +1 -1
- package/src/zuora_api/model/GetPaymentsResponse.js +79 -9
- package/src/zuora_api/model/GetProductRatePlanChargeResponse.js +1 -1
- package/src/zuora_api/model/GetProductRatePlanChargeTierResponse.js +1 -1
- package/src/zuora_api/model/GetProductRatePlanResponse.js +78 -9
- package/src/zuora_api/model/GetProductRatePlansByExternalIdResponse.js +78 -8
- package/src/zuora_api/model/GetProductRatePlansByProductResponse.js +79 -9
- package/src/zuora_api/model/GetProductResponse.js +1 -1
- package/src/zuora_api/model/GetProductsResponse.js +74 -4
- package/src/zuora_api/model/GetPublicEmailTemplateResponse.js +1 -1
- package/src/zuora_api/model/GetPublicNotificationDefinitionResponse.js +1 -1
- package/src/zuora_api/model/GetPublicNotificationDefinitionResponseCallout.js +1 -1
- package/src/zuora_api/model/GetPublicNotificationDefinitionResponseFilterRule.js +1 -1
- package/src/zuora_api/model/GetQueryEmailTemplates200Response.js +1 -1
- package/src/zuora_api/model/GetQueryNotificationDefinitions200Response.js +1 -1
- package/src/zuora_api/model/GetRampByRampNumberResponse.js +1 -1
- package/src/zuora_api/model/GetRampMetricsByOrderNumberResponse.js +1 -1
- package/src/zuora_api/model/GetRampMetricsByRampNumberResponse.js +1 -1
- package/src/zuora_api/model/GetRampMetricsBySubscriptionKeyResponse.js +1 -1
- package/src/zuora_api/model/GetRampsBySubscriptionKeyResponse.js +1 -1
- package/src/zuora_api/model/GetRefundCreditMemoFinanceInformation.js +1 -1
- package/src/zuora_api/model/GetRefundItemPartResponse.js +1 -1
- package/src/zuora_api/model/GetRefundItemPartsResponse.js +79 -9
- package/src/zuora_api/model/GetRefundPartResponse.js +1 -1
- package/src/zuora_api/model/GetRefundPartsResponse.js +78 -8
- package/src/zuora_api/model/GetRefundsResponse.js +79 -9
- package/src/zuora_api/model/GetScheduledEventResponse.js +1 -1
- package/src/zuora_api/model/GetScheduledEventResponseParametersValue.js +1 -1
- package/src/zuora_api/model/GetScheduledEvents200Response.js +1 -1
- package/src/zuora_api/model/GetSequenceSetResponse.js +1 -1
- package/src/zuora_api/model/GetSequenceSetsResponse.js +77 -7
- package/src/zuora_api/model/GetSubscriptionChangeLogResponse.js +1 -1
- package/src/zuora_api/model/GetSubscriptionChangeLogsResponse.js +1 -1
- package/src/zuora_api/model/GetSubscriptionProductFeature.js +1 -1
- package/src/zuora_api/model/GetSubscriptionRatePlan.js +27 -1
- package/src/zuora_api/model/GetSubscriptionRatePlanChargesWithAllSegments.js +53 -1
- package/src/zuora_api/model/GetSubscriptionResponse.js +1 -1
- package/src/zuora_api/model/GetSubscriptionsResponse.js +79 -9
- package/src/zuora_api/model/GetTaxationItemResponse.js +1 -1
- package/src/zuora_api/model/GetTaxationItemsOfCreditMemoItemResponse.js +1 -1
- package/src/zuora_api/model/GetTaxationItemsOfDebitMemoItemResponse.js +1 -1
- package/src/zuora_api/model/GetTaxationItemsResponse.js +74 -4
- package/src/zuora_api/model/GetUsageRateDetailRequest.js +78 -8
- package/src/zuora_api/model/GetUsageRateDetailRequestData.js +1 -1
- package/src/zuora_api/model/GetUsageResponse.js +1 -1
- package/src/zuora_api/model/GetUsagesByAccountResponse.js +79 -9
- package/src/zuora_api/model/GetVersionsResponse.js +1 -1
- package/src/zuora_api/model/GetWorkflowResponse.js +1 -1
- package/src/zuora_api/model/GetWorkflowResponseTasks.js +1 -1
- package/src/zuora_api/model/GetWorkflowsResponse.js +1 -1
- package/src/zuora_api/model/GetWorkflowsResponsePagination.js +1 -1
- package/src/zuora_api/model/HostedPageResponse.js +1 -1
- package/src/zuora_api/model/HostedPagesResponse.js +78 -8
- package/src/zuora_api/model/IneligibleBillingAdjustment.js +1 -1
- package/src/zuora_api/model/InitialTerm.js +1 -1
- package/src/zuora_api/model/IntervalPricing.js +1 -1
- package/src/zuora_api/model/IntervalPricingTier.js +1 -1
- package/src/zuora_api/model/Invoice.js +1 -1
- package/src/zuora_api/model/InvoiceEntityPrefix.js +1 -1
- package/src/zuora_api/model/InvoiceFile.js +1 -1
- package/src/zuora_api/model/InvoiceFilesResponse.js +1 -1
- package/src/zuora_api/model/InvoiceForBulkUpdate.js +1 -1
- package/src/zuora_api/model/InvoiceItem.js +1 -1
- package/src/zuora_api/model/InvoiceItemObjectNSFields.js +1 -1
- package/src/zuora_api/model/InvoiceItemPreviewResult.js +1 -1
- package/src/zuora_api/model/InvoiceItemPreviewResultAdditionalInfo.js +1 -1
- package/src/zuora_api/model/InvoiceItemPreviewResultTaxationItems.js +1 -1
- package/src/zuora_api/model/InvoiceItemsResponse.js +1 -1
- package/src/zuora_api/model/InvoiceObjectNSFields.js +1 -1
- package/src/zuora_api/model/InvoicePostResponse.js +1 -1
- package/src/zuora_api/model/InvoiceResponse.js +1 -1
- package/src/zuora_api/model/InvoiceSchedule.js +14 -1
- package/src/zuora_api/model/InvoiceScheduleCustomFields.js +1 -1
- package/src/zuora_api/model/InvoiceScheduleItem.js +14 -1
- package/src/zuora_api/model/InvoiceScheduleItemCustomFields.js +1 -1
- package/src/zuora_api/model/InvoiceScheduleResponse.js +19 -1
- package/src/zuora_api/model/InvoiceScheduleSubscription.js +1 -1
- package/src/zuora_api/model/InvoiceSettlementAsyncJobResponse.js +1 -1
- package/src/zuora_api/model/InvoiceTaxationItem.js +1 -1
- package/src/zuora_api/model/Job.js +1 -1
- package/src/zuora_api/model/LastTerm.js +1 -1
- package/src/zuora_api/model/Linkage.js +1 -1
- package/src/zuora_api/model/ListAllSettingsResponse.js +1 -1
- package/src/zuora_api/model/ListOfExchangeRates.js +1 -1
- package/src/zuora_api/model/MappingResponse.js +1 -1
- package/src/zuora_api/model/MigrateTenantSettingsRequest.js +1 -1
- package/src/zuora_api/model/MigrateTenantSettingsResponse.js +1 -1
- package/src/zuora_api/model/MigrationComponentContent.js +1 -1
- package/src/zuora_api/model/MigrationUpdateCustomObjectDefinitionsRequest.js +1 -1
- package/src/zuora_api/model/MigrationUpdateCustomObjectDefinitionsResponse.js +1 -1
- package/src/zuora_api/model/NotificationsHistoryDeletionTaskResponse.js +1 -1
- package/src/zuora_api/model/ObjectPostImportRequest.js +1 -1
- package/src/zuora_api/model/OmniChannelAccountData.js +1 -1
- package/src/zuora_api/model/OneTimeFlatFeePricingOverride.js +1 -1
- package/src/zuora_api/model/OneTimePerUnitPricingOverride.js +1 -1
- package/src/zuora_api/model/OneTimeTieredPricingOverride.js +1 -1
- package/src/zuora_api/model/OneTimeVolumePricingOverride.js +1 -1
- package/src/zuora_api/model/OpenPaymentMethodTypeRequestFields.js +1 -1
- package/src/zuora_api/model/OpenPaymentMethodTypeResponse.js +1 -1
- package/src/zuora_api/model/OpenPaymentMethodTypeResponseFields.js +1 -1
- package/src/zuora_api/model/OperationJobResponse.js +1 -1
- package/src/zuora_api/model/Options.js +1 -1
- package/src/zuora_api/model/Order.js +1 -1
- package/src/zuora_api/model/OrderAction.js +1 -1
- package/src/zuora_api/model/OrderActionAddProduct.js +1 -1
- package/src/zuora_api/model/OrderActionCancelSubscription.js +1 -1
- package/src/zuora_api/model/OrderActionChangePlan.js +1 -1
- package/src/zuora_api/model/OrderActionCreateSubscription.js +1 -1
- package/src/zuora_api/model/OrderActionCreateSubscriptionTerms.js +1 -1
- package/src/zuora_api/model/OrderActionOwnerTransfer.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanAmendment.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanBillingUpdate.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanChargeModelDataOverride.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanChargeOverride.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanChargeRemove.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanChargeUpdate.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanOrder.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanOrderAction.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanOverride.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanPricingUpdate.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanRecurringDeliveryPricingOverride.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanRecurringDeliveryPricingUpdate.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanRecurringFlatFeePricingOverride.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanRecurringPerUnitPricingOverride.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanRecurringTieredPricingOverride.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanRecurringVolumePricingOverride.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanRemoveProduct.js +1 -1
- package/src/zuora_api/model/OrderActionRatePlanUpdate.js +1 -1
- package/src/zuora_api/model/OrderActionRemoveProduct.js +1 -1
- package/src/zuora_api/model/OrderActionRenewSubscription.js +1 -1
- package/src/zuora_api/model/OrderActionResume.js +1 -1
- package/src/zuora_api/model/OrderActionSuspend.js +1 -1
- package/src/zuora_api/model/OrderActionTermsAndConditions.js +1 -1
- package/src/zuora_api/model/OrderActionUpdateProduct.js +51 -1
- package/src/zuora_api/model/OrderCreateAccount.js +1 -1
- package/src/zuora_api/model/OrderCreateAccountContact.js +1 -1
- package/src/zuora_api/model/OrderDeltaMetric.js +1 -1
- package/src/zuora_api/model/OrderDeltaMrr.js +1 -1
- package/src/zuora_api/model/OrderDeltaQty.js +1 -1
- package/src/zuora_api/model/OrderDeltaTcb.js +1 -1
- package/src/zuora_api/model/OrderDeltaTcv.js +1 -1
- package/src/zuora_api/model/OrderExistingAccountDetails.js +1 -1
- package/src/zuora_api/model/OrderItem.js +1 -1
- package/src/zuora_api/model/OrderLineItem.js +1 -1
- package/src/zuora_api/model/OrderMetric.js +1 -1
- package/src/zuora_api/model/OrderRampIntervalMetrics.js +1 -1
- package/src/zuora_api/model/OrderRampMetrics.js +1 -1
- package/src/zuora_api/model/OrderSchedulingOptions.js +1 -1
- package/src/zuora_api/model/OrderSubscriptions.js +1 -1
- package/src/zuora_api/model/OrderSubscriptionsSubscriptionOwnerAccountDetails.js +1 -1
- package/src/zuora_api/model/OrganizationLabel.js +1 -1
- package/src/zuora_api/model/OverrideDiscountApplyDetail.js +1 -1
- package/src/zuora_api/model/PATCHUpdateWorkflowRequest.js +1 -1
- package/src/zuora_api/model/POSTCreateBookingDateBackfillJob200Response.js +1 -1
- package/src/zuora_api/model/POSTCreateDataBackfillJob200Response.js +1 -1
- package/src/zuora_api/model/POSTCreateDataBackfillJobRequest.js +1 -1
- package/src/zuora_api/model/PUTStopBookingDateBackfillJobByIdRequest.js +1 -1
- package/src/zuora_api/model/Payment.js +1 -1
- package/src/zuora_api/model/PaymentData.js +1 -1
- package/src/zuora_api/model/PaymentEntityPrefix.js +1 -1
- package/src/zuora_api/model/PaymentGatewaysResponse.js +78 -8
- package/src/zuora_api/model/PaymentGatwayResponse.js +1 -1
- package/src/zuora_api/model/PaymentItemPart.js +1 -1
- package/src/zuora_api/model/PaymentMethodObjectCustomFields.js +1 -1
- package/src/zuora_api/model/PaymentMethodObjectCustomFieldsForAccount.js +1 -1
- package/src/zuora_api/model/PaymentMethodRequestMandateInfo.js +1 -1
- package/src/zuora_api/model/PaymentMethodRequestProcessingOptions.js +1 -1
- package/src/zuora_api/model/PaymentMethodRequestTokens.js +1 -1
- package/src/zuora_api/model/PaymentMethodResponse.js +1 -1
- package/src/zuora_api/model/PaymentMethodResponseACH.js +1 -1
- package/src/zuora_api/model/PaymentMethodResponseApplePay.js +1 -1
- package/src/zuora_api/model/PaymentMethodResponseBankTransfer.js +1 -1
- package/src/zuora_api/model/PaymentMethodResponseCardBinInfo.js +1 -1
- package/src/zuora_api/model/PaymentMethodResponseCreditCard.js +1 -1
- package/src/zuora_api/model/PaymentMethodResponseGooglePay.js +1 -1
- package/src/zuora_api/model/PaymentMethodResponseMandateInfo.js +1 -1
- package/src/zuora_api/model/PaymentMethodResponsePayPal.js +1 -1
- package/src/zuora_api/model/PaymentMethodSnapshotResponse.js +1 -1
- package/src/zuora_api/model/PaymentMethodTransactionLogResponse.js +1 -1
- package/src/zuora_api/model/PaymentMethodUpdaterInstanceResponse.js +1 -1
- package/src/zuora_api/model/PaymentMethodUpdaterInstancesResponse.js +74 -4
- package/src/zuora_api/model/PaymentPart.js +1 -1
- package/src/zuora_api/model/PaymentProfile.js +1 -1
- package/src/zuora_api/model/PaymentRequestFinanceInformation.js +1 -1
- package/src/zuora_api/model/PaymentResponse.js +1 -1
- package/src/zuora_api/model/PaymentRun.js +14 -1
- package/src/zuora_api/model/PaymentRunResponse.js +19 -1
- package/src/zuora_api/model/PaymentSchedule.js +1 -1
- package/src/zuora_api/model/PaymentScheduleBillingDocument.js +1 -1
- package/src/zuora_api/model/PaymentScheduleItem.js +1 -1
- package/src/zuora_api/model/PaymentScheduleItemResponse.js +1 -1
- package/src/zuora_api/model/PaymentScheduleLinkedPaymentID.js +1 -1
- package/src/zuora_api/model/PaymentSchedulePaymentOptionFields.js +1 -1
- package/src/zuora_api/model/PaymentSchedulePaymentOptionFieldsDetail.js +1 -1
- package/src/zuora_api/model/PaymentScheduleResponse.js +1 -1
- package/src/zuora_api/model/PaymentTransactionLogResponse.js +1 -1
- package/src/zuora_api/model/PaymentVolumeSummaryRecord.js +1 -1
- package/src/zuora_api/model/PaymentWithCustomRates.js +1 -1
- package/src/zuora_api/model/PeriodTypeEnum.js +7 -0
- package/src/zuora_api/model/PostAsyncInvoiceRequest.js +1 -1
- package/src/zuora_api/model/PostAttachmentResponse.js +1 -1
- package/src/zuora_api/model/PostAttachmentsRequest.js +1 -1
- package/src/zuora_api/model/PostBillRunRequest.js +1 -1
- package/src/zuora_api/model/PostBusinessRegionsRequest.js +1 -1
- package/src/zuora_api/model/PostCreateOrUpdateEmailTemplateRequest.js +1 -1
- package/src/zuora_api/model/PostCreateOrUpdateEmailTemplateRequestFormat.js +1 -1
- package/src/zuora_api/model/PostCreditMemoRequest.js +1 -1
- package/src/zuora_api/model/PostCustomObjectDefinitionFieldDefinitionRequest.js +1 -1
- package/src/zuora_api/model/PostCustomObjectDefinitionsRequest.js +1 -1
- package/src/zuora_api/model/PostCustomObjectDefinitionsRequestDefinition.js +1 -1
- package/src/zuora_api/model/PostCustomObjectRecordsRequest.js +1 -1
- package/src/zuora_api/model/PostCustomObjectRecordsResponse.js +1 -1
- package/src/zuora_api/model/PostEventTriggerRequest.js +1 -1
- package/src/zuora_api/model/PostInvoiceRequest.js +1 -1
- package/src/zuora_api/model/PostPublicEmailTemplateRequest.js +1 -1
- package/src/zuora_api/model/PostPublicNotificationDefinitionRequest.js +1 -1
- package/src/zuora_api/model/PostPublicNotificationDefinitionRequestCallout.js +1 -1
- package/src/zuora_api/model/PostPublicNotificationDefinitionRequestFilterRule.js +1 -1
- package/src/zuora_api/model/PostResendCalloutNotifications.js +1 -1
- package/src/zuora_api/model/PostResendEmailNotifications.js +1 -1
- package/src/zuora_api/model/PostRunWorkflow400Response.js +1 -1
- package/src/zuora_api/model/PostRunWorkflow406Response.js +1 -1
- package/src/zuora_api/model/PostScheduledEventRequest.js +1 -1
- package/src/zuora_api/model/PostScheduledEventRequestParametersValue.js +1 -1
- package/src/zuora_api/model/PostServiceProviderRequest.js +1 -1
- package/src/zuora_api/model/PostWorkflowDefinitionImportRequest.js +1 -1
- package/src/zuora_api/model/PostWorkflowVersionsImportRequest.js +1 -1
- package/src/zuora_api/model/PreviewAccountInfo.js +1 -1
- package/src/zuora_api/model/PreviewChargeMetrics.js +1 -1
- package/src/zuora_api/model/PreviewChargeMetricsCmrr.js +1 -1
- package/src/zuora_api/model/PreviewChargeMetricsTax.js +1 -1
- package/src/zuora_api/model/PreviewChargeMetricsTcb.js +1 -1
- package/src/zuora_api/model/PreviewChargeMetricsTcv.js +1 -1
- package/src/zuora_api/model/PreviewContactInfo.js +1 -1
- package/src/zuora_api/model/PreviewExistingSubscriptionCreditMemoItemResult.js +1 -1
- package/src/zuora_api/model/PreviewExistingSubscriptionDiscountDetails.js +1 -1
- package/src/zuora_api/model/PreviewExistingSubscriptionInvoiceItemResult.js +1 -1
- package/src/zuora_api/model/PreviewExistingSubscriptionRequest.js +1 -1
- package/src/zuora_api/model/PreviewExistingSubscriptionResponse.js +1 -1
- package/src/zuora_api/model/PreviewExistingSubscriptionResultCreditMemos.js +1 -1
- package/src/zuora_api/model/PreviewExistingSubscriptionResultInvoices.js +1 -1
- package/src/zuora_api/model/PreviewOptions.js +1 -1
- package/src/zuora_api/model/PreviewOrderAsyncRequest.js +1 -1
- package/src/zuora_api/model/PreviewOrderAsyncResponse.js +1 -1
- package/src/zuora_api/model/PreviewOrderChargeOverride.js +1 -1
- package/src/zuora_api/model/PreviewOrderChargeUpdate.js +1 -1
- package/src/zuora_api/model/PreviewOrderCreateSubscription.js +1 -1
- package/src/zuora_api/model/PreviewOrderCreateSubscriptionTerms.js +1 -1
- package/src/zuora_api/model/PreviewOrderOrderAction.js +1 -1
- package/src/zuora_api/model/PreviewOrderPricingUpdate.js +1 -1
- package/src/zuora_api/model/PreviewOrderRatePlanOverride.js +1 -1
- package/src/zuora_api/model/PreviewOrderRatePlanUpdate.js +41 -1
- package/src/zuora_api/model/PreviewOrderRequest.js +1 -1
- package/src/zuora_api/model/PreviewOrderResponse.js +1 -1
- package/src/zuora_api/model/PreviewOrderResult.js +1 -1
- package/src/zuora_api/model/PreviewOrderResultChargeMetrics.js +1 -1
- package/src/zuora_api/model/PreviewOrderResultCreditMemos.js +1 -1
- package/src/zuora_api/model/PreviewOrderResultDeltaMetrics.js +1 -1
- package/src/zuora_api/model/PreviewOrderResultInvoices.js +1 -1
- package/src/zuora_api/model/PreviewOrderSubscriptionOwnerAccount.js +1 -1
- package/src/zuora_api/model/PreviewOrderSubscriptions.js +1 -1
- package/src/zuora_api/model/PreviewOrderSubscriptionsAsync.js +1 -1
- package/src/zuora_api/model/PreviewPaymentSchedule.js +1 -1
- package/src/zuora_api/model/PreviewResultOrderMetricsInner.js +1 -1
- package/src/zuora_api/model/PreviewResultOrderMetricsInnerOrderActionsInner.js +1 -1
- package/src/zuora_api/model/PreviewStartDate.js +1 -1
- package/src/zuora_api/model/PreviewSubscriptionAccountInfo.js +1 -1
- package/src/zuora_api/model/PreviewSubscriptionBillToContact.js +1 -1
- package/src/zuora_api/model/PreviewSubscriptionInvoice.js +1 -1
- package/src/zuora_api/model/PreviewSubscriptionInvoiceItem.js +1 -1
- package/src/zuora_api/model/PreviewSubscriptionRequest.js +1 -1
- package/src/zuora_api/model/PreviewSubscriptionResponse.js +81 -11
- package/src/zuora_api/model/PreviewThroughDate.js +1 -1
- package/src/zuora_api/model/PriceChangeParams.js +1 -1
- package/src/zuora_api/model/PricingUpdate.js +1 -1
- package/src/zuora_api/model/ProcessingOptions.js +1 -1
- package/src/zuora_api/model/ProcessingOptionsWithDelayedCapturePayment.js +1 -1
- package/src/zuora_api/model/Product.js +1 -1
- package/src/zuora_api/model/ProductFeature.js +1 -1
- package/src/zuora_api/model/ProductObjectNSFields.js +1 -1
- package/src/zuora_api/model/ProductRatePlan.js +1 -1
- package/src/zuora_api/model/ProductRatePlanCharge.js +1 -1
- package/src/zuora_api/model/ProductRatePlanChargeFinanceInformation.js +1 -1
- package/src/zuora_api/model/ProductRatePlanChargeObjectNSFields.js +1 -1
- package/src/zuora_api/model/ProductRatePlanChargeTier.js +1 -1
- package/src/zuora_api/model/ProductRatePlanChargeTierData.js +1 -1
- package/src/zuora_api/model/ProductRatePlanObjectNSFields.js +1 -1
- package/src/zuora_api/model/ProductRatePlanWithExternalId.js +1 -1
- package/src/zuora_api/model/ProxyActioncreateRequest.js +1 -1
- package/src/zuora_api/model/ProxyActiondeleteRequest.js +1 -1
- package/src/zuora_api/model/ProxyActionqueryMoreRequest.js +1 -1
- package/src/zuora_api/model/ProxyActionqueryMoreRequestConf.js +1 -1
- package/src/zuora_api/model/ProxyActionqueryMoreResponse.js +1 -1
- package/src/zuora_api/model/ProxyActionqueryRequest.js +1 -1
- package/src/zuora_api/model/ProxyActionqueryResponse.js +1 -1
- package/src/zuora_api/model/ProxyActionupdateRequest.js +1 -1
- package/src/zuora_api/model/ProxyBadRequestResponse.js +1 -1
- package/src/zuora_api/model/ProxyBadRequestResponseErrorsInner.js +1 -1
- package/src/zuora_api/model/ProxyCreateOrModifyResponse.js +1 -1
- package/src/zuora_api/model/ProxyCreateTaxationItemRequest.js +1 -1
- package/src/zuora_api/model/ProxyDeleteResponse.js +1 -1
- package/src/zuora_api/model/ProxyGetImport.js +1 -1
- package/src/zuora_api/model/ProxyNoDataResponse.js +1 -1
- package/src/zuora_api/model/ProxyPostImport.js +1 -1
- package/src/zuora_api/model/ProxyUnauthorizedResponse.js +1 -1
- package/src/zuora_api/model/PutAttachmentRequest.js +1 -1
- package/src/zuora_api/model/PutBusinessRegionRequest.js +1 -1
- package/src/zuora_api/model/PutCancelEInvoiceRequest.js +1 -1
- package/src/zuora_api/model/PutEventTriggerRequest.js +1 -1
- package/src/zuora_api/model/PutEventTriggerRequestEventType.js +1 -1
- package/src/zuora_api/model/PutPublicEmailTemplateRequest.js +1 -1
- package/src/zuora_api/model/PutPublicNotificationDefinitionRequest.js +1 -1
- package/src/zuora_api/model/PutPublicNotificationDefinitionRequestCallout.js +1 -1
- package/src/zuora_api/model/PutPublicNotificationDefinitionRequestFilterRule.js +1 -1
- package/src/zuora_api/model/PutRevproAccCodeResponse.js +74 -4
- package/src/zuora_api/model/PutScheduledEventRequest.js +1 -1
- package/src/zuora_api/model/PutServiceProviderRequest.js +1 -1
- package/src/zuora_api/model/PutTasksRequest.js +1 -1
- package/src/zuora_api/model/QuantityForUsageCharges.js +1 -1
- package/src/zuora_api/model/QueryAccountsResponse.js +1 -1
- package/src/zuora_api/model/QueryAmendmentsResponse.js +1 -1
- package/src/zuora_api/model/QueryBillingRunsResponse.js +1 -1
- package/src/zuora_api/model/QueryCommitmentAssociatedAccountsResponse.js +115 -0
- package/src/zuora_api/model/QueryCommitmentAssociatedItemsResponse.js +115 -0
- package/src/zuora_api/model/QueryCommitmentPeriodsResponse.js +1 -1
- package/src/zuora_api/model/QueryCommitmentSchedulesResponse.js +115 -0
- package/src/zuora_api/model/QueryCommitmentTransactionsResponse.js +115 -0
- package/src/zuora_api/model/QueryCommitmentsResponse.js +1 -1
- package/src/zuora_api/model/QueryContactSnapshotsResponse.js +1 -1
- package/src/zuora_api/model/QueryContactsResponse.js +1 -1
- package/src/zuora_api/model/QueryCreditMemoApplicationsResponse.js +1 -1
- package/src/zuora_api/model/QueryCreditMemoItemsResponse.js +1 -1
- package/src/zuora_api/model/QueryCreditMemosResponse.js +1 -1
- package/src/zuora_api/model/QueryCustomObjectRecordsResponse.js +1 -1
- package/src/zuora_api/model/QueryCustomObjectsResponse.js +1 -1
- package/src/zuora_api/model/QueryDailyConsumptionSummarysResponse.js +1 -1
- package/src/zuora_api/model/QueryDebitMemoItemsResponse.js +1 -1
- package/src/zuora_api/model/QueryDebitMemosResponse.js +1 -1
- package/src/zuora_api/model/QueryDeliveryAdjustmentsResponse.js +1 -1
- package/src/zuora_api/model/QueryFulfillmentsResponse.js +1 -1
- package/src/zuora_api/model/QueryInvoiceItemsResponse.js +1 -1
- package/src/zuora_api/model/QueryInvoiceSchedulesResponse.js +1 -1
- package/src/zuora_api/model/QueryInvoicesResponse.js +1 -1
- package/src/zuora_api/model/QueryOrderActionsResponse.js +1 -1
- package/src/zuora_api/model/QueryOrderLineItemsResponse.js +1 -1
- package/src/zuora_api/model/QueryOrderssResponse.js +1 -1
- package/src/zuora_api/model/QueryPaymentApplicationsResponse.js +1 -1
- package/src/zuora_api/model/QueryPaymentMethodSnapshotsResponse.js +1 -1
- package/src/zuora_api/model/QueryPaymentMethodsResponse.js +1 -1
- package/src/zuora_api/model/QueryPaymentRunsResponse.js +1 -1
- package/src/zuora_api/model/QueryPaymentScheduleItemsResponse.js +1 -1
- package/src/zuora_api/model/QueryPaymentSchedulesResponse.js +1 -1
- package/src/zuora_api/model/QueryPaymentsResponse.js +1 -1
- package/src/zuora_api/model/QueryPrepaidBalanceFundsResponse.js +1 -1
- package/src/zuora_api/model/QueryPrepaidBalanceTransactionsResponse.js +1 -1
- package/src/zuora_api/model/QueryPrepaidBalancesResponse.js +1 -1
- package/src/zuora_api/model/QueryProcessedUsagesResponse.js +1 -1
- package/src/zuora_api/model/QueryProductRatePlanChargeTiersResponse.js +1 -1
- package/src/zuora_api/model/QueryProductRatePlanChargesResponse.js +1 -1
- package/src/zuora_api/model/QueryProductRatePlansResponse.js +1 -1
- package/src/zuora_api/model/QueryProductsResponse.js +1 -1
- package/src/zuora_api/model/QueryRampsResponse.js +1 -1
- package/src/zuora_api/model/QueryRatePlanChargeTiersResponse.js +1 -1
- package/src/zuora_api/model/QueryRatePlanChargesResponse.js +1 -1
- package/src/zuora_api/model/QueryRatePlansResponse.js +1 -1
- package/src/zuora_api/model/QueryRatingDetailsResponse.js +1 -1
- package/src/zuora_api/model/QueryRatingResultsResponse.js +1 -1
- package/src/zuora_api/model/QueryRefundApplicationItemsResponse.js +1 -1
- package/src/zuora_api/model/QueryRefundApplicationsResponse.js +1 -1
- package/src/zuora_api/model/QueryRefundsResponse.js +1 -1
- package/src/zuora_api/model/QuerySubscriptionsResponse.js +1 -1
- package/src/zuora_api/model/QuerySummaryStatementRunsResponse.js +1 -1
- package/src/zuora_api/model/QuerySummaryStatementsResponse.js +1 -1
- package/src/zuora_api/model/QueryTaxationItemsResponse.js +1 -1
- package/src/zuora_api/model/QueryUsagesResponse.js +1 -1
- package/src/zuora_api/model/QueryValidityPeriodSummarysResponse.js +1 -1
- package/src/zuora_api/model/QuoteObjectFields.js +1 -1
- package/src/zuora_api/model/RSASignatureResponse.js +81 -11
- package/src/zuora_api/model/RampChargeRequest.js +1 -1
- package/src/zuora_api/model/RampChargeResponse.js +1 -1
- package/src/zuora_api/model/RampIntervalChargeDeltaMetrics.js +1 -1
- package/src/zuora_api/model/RampIntervalChargeDeltaMetricsDeltaMrrInner.js +1 -1
- package/src/zuora_api/model/RampIntervalChargeDeltaMetricsDeltaQuantityInner.js +1 -1
- package/src/zuora_api/model/RampIntervalChargeMetrics.js +1 -1
- package/src/zuora_api/model/RampIntervalChargeMetricsMrrInner.js +1 -1
- package/src/zuora_api/model/RampIntervalMetrics.js +1 -1
- package/src/zuora_api/model/RampIntervalRequest.js +1 -1
- package/src/zuora_api/model/RampIntervalResponse.js +1 -1
- package/src/zuora_api/model/RampMetrics.js +1 -1
- package/src/zuora_api/model/RampResponse.js +1 -1
- package/src/zuora_api/model/RatePlan.js +1 -1
- package/src/zuora_api/model/RatePlanChangeLog.js +1 -1
- package/src/zuora_api/model/RatePlanChargeChangeLog.js +1 -1
- package/src/zuora_api/model/RatePlanChargeObjectCustomFields.js +1 -1
- package/src/zuora_api/model/RatePlanChargeOverridePricing.js +1 -1
- package/src/zuora_api/model/RatePlanChargeSegment.js +68 -1
- package/src/zuora_api/model/RatePlanChargeSegmentInfo.js +53 -1
- package/src/zuora_api/model/RatePlanChargeTier.js +1 -1
- package/src/zuora_api/model/RatePlanFeatureOverride.js +1 -1
- package/src/zuora_api/model/RatePlanObjectCustomFields.js +1 -1
- package/src/zuora_api/model/RatePlanOverride.js +1 -1
- package/src/zuora_api/model/RatePlanUpdate.js +41 -1
- package/src/zuora_api/model/RatingPropertiesOverride.js +1 -1
- package/src/zuora_api/model/ReconcileRefundRequest.js +1 -1
- package/src/zuora_api/model/RecurringCalculatedPricingOverride.js +1 -1
- package/src/zuora_api/model/RecurringDeliveryPricingOverride.js +1 -1
- package/src/zuora_api/model/RecurringDeliveryPricingUpdate.js +1 -1
- package/src/zuora_api/model/RecurringFlatFeePricingOverride.js +1 -1
- package/src/zuora_api/model/RecurringFlatFeePricingUpdate.js +1 -1
- package/src/zuora_api/model/RecurringPerUnitPricingOverride.js +1 -1
- package/src/zuora_api/model/RecurringPerUnitPricingUpdate.js +1 -1
- package/src/zuora_api/model/RecurringTieredPricingOverride.js +1 -1
- package/src/zuora_api/model/RecurringTieredPricingUpdate.js +1 -1
- package/src/zuora_api/model/RecurringVolumePricingOverride.js +1 -1
- package/src/zuora_api/model/RecurringVolumePricingUpdate.js +1 -1
- package/src/zuora_api/model/Refund.js +1 -1
- package/src/zuora_api/model/RefundCreditMemoItemRequest.js +1 -1
- package/src/zuora_api/model/RefundCreditMemoRequest.js +1 -1
- package/src/zuora_api/model/RefundCreditMemoResponse.js +1 -1
- package/src/zuora_api/model/RefundEntityPrefix.js +1 -1
- package/src/zuora_api/model/RefundItemPart.js +1 -1
- package/src/zuora_api/model/RefundObjectCustomFields.js +1 -1
- package/src/zuora_api/model/RefundObjectNSFields.js +1 -1
- package/src/zuora_api/model/RefundPart.js +1 -1
- package/src/zuora_api/model/RefundRequestFinanceInformation.js +1 -1
- package/src/zuora_api/model/RefundResponse.js +1 -1
- package/src/zuora_api/model/RegenerateBillingRequest.js +1 -1
- package/src/zuora_api/model/RegenerateBookingRequest.js +1 -1
- package/src/zuora_api/model/RegenerateRevRecEventsResponse.js +67 -10
- package/src/zuora_api/model/RegenerateTransactionObjectResponse.js +68 -11
- package/src/zuora_api/model/RejectPaymentRequest.js +1 -1
- package/src/zuora_api/model/RemoveCatalogGroupProductRatePlan.js +1 -1
- package/src/zuora_api/model/RemoveSubscriptionRatePlan.js +1 -1
- package/src/zuora_api/model/RenewSubscriptionRequest.js +1 -1
- package/src/zuora_api/model/RenewSubscriptionResponse.js +81 -11
- package/src/zuora_api/model/RenewalTerm.js +1 -1
- package/src/zuora_api/model/ReportDownloadErrorResponse.js +1 -1
- package/src/zuora_api/model/ReportFileNotExistsResponse.js +1 -1
- package/src/zuora_api/model/ReportListErrorResponse.js +1 -1
- package/src/zuora_api/model/ReportListResponse.js +1 -1
- package/src/zuora_api/model/ResendCalloutNotificationsFailedResponse.js +1 -1
- package/src/zuora_api/model/ResendCalloutNotificationsFailedResponseValue.js +1 -1
- package/src/zuora_api/model/ResendEmailNotificationsFailedResponse.js +1 -1
- package/src/zuora_api/model/ResendEmailNotificationsFailedResponseValue.js +1 -1
- package/src/zuora_api/model/ResumeSubscriptionRequest.js +1 -1
- package/src/zuora_api/model/ResumeSubscriptionResponse.js +81 -11
- package/src/zuora_api/model/RetrieveDeploymentResponse.js +1 -1
- package/src/zuora_api/model/RetrieveDeploymentResponseFailedInner.js +1 -1
- package/src/zuora_api/model/RetrieveDeploymentResponseSkippedInner.js +1 -1
- package/src/zuora_api/model/RetrieveDeploymentResponseSucceededInner.js +1 -1
- package/src/zuora_api/model/RetrieveDeploymentResponseTargetTenant.js +1 -1
- package/src/zuora_api/model/RetryPaymentScheduleItem.js +1 -1
- package/src/zuora_api/model/RetryPaymentScheduleItemRequest.js +1 -1
- package/src/zuora_api/model/RetryPaymentScheduleItemResponse.js +78 -8
- package/src/zuora_api/model/ReverseCreditMemoRequest.js +1 -1
- package/src/zuora_api/model/ReverseCreditMemoResponse.js +1 -1
- package/src/zuora_api/model/ReverseCreditMemoResponseCreditMemo.js +1 -1
- package/src/zuora_api/model/ReverseCreditMemoResponseDebitMemo.js +1 -1
- package/src/zuora_api/model/ReverseInvoiceRequest.js +1 -1
- package/src/zuora_api/model/ReverseInvoiceResponse.js +1 -1
- package/src/zuora_api/model/ReverseInvoiceResponseCreditMemo.js +1 -1
- package/src/zuora_api/model/ReverseInvoiceResponseDebitMemo.js +1 -1
- package/src/zuora_api/model/ReversePaymentRequest.js +1 -1
- package/src/zuora_api/model/RevertDeploymentResponse.js +1 -1
- package/src/zuora_api/model/RevertOrderRequest.js +1 -1
- package/src/zuora_api/model/RevertOrderResponse.js +1 -1
- package/src/zuora_api/model/RevproAccountingCodes.js +1 -1
- package/src/zuora_api/model/SaveResult.js +1 -1
- package/src/zuora_api/model/ServiceProvider.js +1 -1
- package/src/zuora_api/model/ServiceProviderResponse.js +1 -1
- package/src/zuora_api/model/SettingComponentKeyValue.js +1 -1
- package/src/zuora_api/model/SettingItemHttpOperation.js +1 -1
- package/src/zuora_api/model/SettingItemHttpRequestParameter.js +1 -1
- package/src/zuora_api/model/SettingItemWithOperationsInformation.js +1 -1
- package/src/zuora_api/model/SettingSourceComponent.js +1 -1
- package/src/zuora_api/model/SettingValueRequest.js +1 -1
- package/src/zuora_api/model/SettingValueResponse.js +1 -1
- package/src/zuora_api/model/SettingValueResponseWrapper.js +1 -1
- package/src/zuora_api/model/SettingsBatchRequest.js +1 -1
- package/src/zuora_api/model/SettingsBatchResponse.js +1 -1
- package/src/zuora_api/model/SettlePaymentRequest.js +1 -1
- package/src/zuora_api/model/SignUpCreatePMPayPalECPayPalNativeEC.js +1 -1
- package/src/zuora_api/model/SignUpCreatePaymentMethodCardholderInfo.js +1 -1
- package/src/zuora_api/model/SignUpCreatePaymentMethodCommon.js +1 -1
- package/src/zuora_api/model/SignUpCreatePaymentMethodCreditCard.js +1 -1
- package/src/zuora_api/model/SignUpCreatePaymentMethodCreditCardReferenceTransaction.js +1 -1
- package/src/zuora_api/model/SignUpCreatePaymentMethodPayPalAdaptive.js +1 -1
- package/src/zuora_api/model/SignUpPaymentMethod.js +1 -1
- package/src/zuora_api/model/SignUpPaymentMethodObjectCustomFields.js +1 -1
- package/src/zuora_api/model/SignUpRequest.js +1 -1
- package/src/zuora_api/model/SignUpResponse.js +1 -1
- package/src/zuora_api/model/SignUpResponseReasons.js +1 -1
- package/src/zuora_api/model/SignUpTaxInfo.js +1 -1
- package/src/zuora_api/model/SignedUrlInvalidReportResponse.js +1 -1
- package/src/zuora_api/model/SignedUrlReportNotFoundResponse.js +1 -1
- package/src/zuora_api/model/SignedUrlSuccessResponse.js +1 -1
- package/src/zuora_api/model/StageErrorNoRecordResponse.js +1 -1
- package/src/zuora_api/model/StageErrorResponse.js +1 -1
- package/src/zuora_api/model/StageErrorResponseResultInner.js +1 -1
- package/src/zuora_api/model/StoredCredentialProfileResponse.js +1 -1
- package/src/zuora_api/model/StoredCredentialProfilesResponse.js +78 -7
- package/src/zuora_api/model/SubmitDataLabelingJobRequest.js +1 -1
- package/src/zuora_api/model/SubmitDataLabelingJobResponse.js +79 -9
- package/src/zuora_api/model/SubmitDataQueryRequest.js +1 -1
- package/src/zuora_api/model/SubmitDataQueryRequestOutput.js +1 -1
- package/src/zuora_api/model/SubmitDataQueryResponse.js +1 -1
- package/src/zuora_api/model/SubscribeToProduct.js +1 -1
- package/src/zuora_api/model/SubscriptionChangeLog.js +1 -1
- package/src/zuora_api/model/SubscriptionCreditMemo.js +1 -1
- package/src/zuora_api/model/SubscriptionCreditMemoItem.js +1 -1
- package/src/zuora_api/model/SubscriptionData.js +1 -1
- package/src/zuora_api/model/SubscriptionMetrics.js +1 -1
- package/src/zuora_api/model/SubscriptionObjectNSFields.js +1 -1
- package/src/zuora_api/model/SubscriptionObjectQTFields.js +1 -1
- package/src/zuora_api/model/SubscriptionProductFeature.js +1 -1
- package/src/zuora_api/model/SubscriptionRatePlan.js +37 -1
- package/src/zuora_api/model/SubscriptionStatusHistory.js +1 -1
- package/src/zuora_api/model/SubscriptionTaxationItem.js +1 -1
- package/src/zuora_api/model/SuspendSubscriptionRequest.js +1 -1
- package/src/zuora_api/model/SuspendSubscriptionResponse.js +81 -11
- package/src/zuora_api/model/SystemHealthErrorResponse.js +1 -1
- package/src/zuora_api/model/Task.js +1 -1
- package/src/zuora_api/model/TasksResponse.js +1 -1
- package/src/zuora_api/model/TasksResponsePagination.js +1 -1
- package/src/zuora_api/model/TaxInfo.js +1 -1
- package/src/zuora_api/model/TaxItemsFinanceInformation.js +1 -1
- package/src/zuora_api/model/TaxationItem.js +1 -1
- package/src/zuora_api/model/TaxationItemFinanceInformation.js +1 -1
- package/src/zuora_api/model/TaxationItemsData.js +1 -1
- package/src/zuora_api/model/TaxationItemsDataResponse.js +1 -1
- package/src/zuora_api/model/TermInfo.js +1 -1
- package/src/zuora_api/model/Tier.js +1 -1
- package/src/zuora_api/model/TimeSlicedElpNetMetrics.js +1 -1
- package/src/zuora_api/model/TimeSlicedMetrics.js +1 -1
- package/src/zuora_api/model/TimeSlicedNetMetrics.js +1 -1
- package/src/zuora_api/model/TimeSlicedTcbNetMetrics.js +1 -1
- package/src/zuora_api/model/TokenResponse.js +1 -1
- package/src/zuora_api/model/TransferContactRequest.js +1 -1
- package/src/zuora_api/model/TransferPayment.js +1 -1
- package/src/zuora_api/model/TriggerDate.js +1 -1
- package/src/zuora_api/model/TriggerParams.js +1 -1
- package/src/zuora_api/model/UnapplyCreditMemoItemToDebitMemoItem.js +1 -1
- package/src/zuora_api/model/UnapplyCreditMemoItemToInvoiceItem.js +1 -1
- package/src/zuora_api/model/UnapplyCreditMemoRequest.js +1 -1
- package/src/zuora_api/model/UnapplyCreditMemoToDebitMemo.js +1 -1
- package/src/zuora_api/model/UnapplyCreditMemoToInvoice.js +1 -1
- package/src/zuora_api/model/UnapplyPaymentDebitMemoApplication.js +1 -1
- package/src/zuora_api/model/UnapplyPaymentDebitMemoApplicationItem.js +1 -1
- package/src/zuora_api/model/UnapplyPaymentInvoiceApplication.js +1 -1
- package/src/zuora_api/model/UnapplyPaymentInvoiceApplicationItem.js +1 -1
- package/src/zuora_api/model/UnapplyPaymentRequest.js +1 -1
- package/src/zuora_api/model/UpdateACHPaymentMethod.js +1 -1
- package/src/zuora_api/model/UpdateAccountContact.js +1 -1
- package/src/zuora_api/model/UpdateAccountRequest.js +1 -1
- package/src/zuora_api/model/UpdateAccountingCodeRequest.js +1 -1
- package/src/zuora_api/model/UpdateAccountingPeriodRequest.js +1 -1
- package/src/zuora_api/model/UpdateBankTransferPaymentMethod.js +1 -1
- package/src/zuora_api/model/UpdateBasePaymentMethod.js +1 -1
- package/src/zuora_api/model/UpdateBasicSummaryJournalEntryRequest.js +1 -1
- package/src/zuora_api/model/UpdateCCReferenceTransactionPaymentMethod.js +1 -1
- package/src/zuora_api/model/UpdateCatalogGroupRequest.js +1 -1
- package/src/zuora_api/model/UpdateContactRequest.js +1 -1
- package/src/zuora_api/model/UpdateCreditCardPaymentMethod.js +1 -1
- package/src/zuora_api/model/UpdateCreditMemoItem.js +1 -1
- package/src/zuora_api/model/UpdateCreditMemoRequest.js +1 -1
- package/src/zuora_api/model/UpdateCreditMemoTaxItemFinanceInformation.js +1 -1
- package/src/zuora_api/model/UpdateCreditMemoTaxItemRequest.js +1 -1
- package/src/zuora_api/model/UpdateCreditMemoWithId.js +1 -1
- package/src/zuora_api/model/UpdateCustomObjectCusotmField.js +1 -1
- package/src/zuora_api/model/UpdateDebitMemoItem.js +1 -1
- package/src/zuora_api/model/UpdateDebitMemoRequest.js +1 -1
- package/src/zuora_api/model/UpdateDebitMemoTaxItemFinanceInformation.js +1 -1
- package/src/zuora_api/model/UpdateDebitMemoTaxItemRequest.js +1 -1
- package/src/zuora_api/model/UpdateDebitMemoWithId.js +1 -1
- package/src/zuora_api/model/UpdateDebitMemosDueDatesRequest.js +1 -1
- package/src/zuora_api/model/UpdateDiscountInvoiceItem.js +1 -1
- package/src/zuora_api/model/UpdateFulfillmentItemRequest.js +1 -1
- package/src/zuora_api/model/UpdateFulfillmentRequest.js +1 -1
- package/src/zuora_api/model/UpdateInvoiceItem.js +1 -1
- package/src/zuora_api/model/UpdateInvoiceRequest.js +1 -1
- package/src/zuora_api/model/UpdateInvoiceResponse.js +1 -1
- package/src/zuora_api/model/UpdateInvoiceScheduleItem.js +1 -1
- package/src/zuora_api/model/UpdateInvoiceScheduleRequest.js +1 -1
- package/src/zuora_api/model/UpdateJournalEntryItemRequest.js +1 -1
- package/src/zuora_api/model/UpdateOpenPaymentMethod.js +1 -1
- package/src/zuora_api/model/UpdateOpenPaymentMethodTypeRequest.js +1 -1
- package/src/zuora_api/model/UpdateOrderAction.js +1 -1
- package/src/zuora_api/model/UpdateOrderActionChargeTriggerDate.js +1 -1
- package/src/zuora_api/model/UpdateOrderActionRequest.js +1 -1
- package/src/zuora_api/model/UpdateOrderActionTriggerDate.js +1 -1
- package/src/zuora_api/model/UpdateOrderActionTriggerDates.js +1 -1
- package/src/zuora_api/model/UpdateOrderActionTriggerDatesRequest.js +1 -1
- package/src/zuora_api/model/UpdateOrderCustomFieldsRequest.js +1 -1
- package/src/zuora_api/model/UpdateOrderLineItem.js +1 -1
- package/src/zuora_api/model/UpdateOrderLineItemRequest.js +1 -1
- package/src/zuora_api/model/UpdateOrderRequest.js +1 -1
- package/src/zuora_api/model/UpdateOrderSubscriptionsCustomFields.js +1 -1
- package/src/zuora_api/model/UpdateOrderSubscriptionsOrderActionsCustomFields.js +1 -1
- package/src/zuora_api/model/UpdateOrderTriggerDateResponse.js +1 -1
- package/src/zuora_api/model/UpdateOrderTriggerDatesRequest.js +1 -1
- package/src/zuora_api/model/UpdateOrderTriggerDatesResponse.js +1 -1
- package/src/zuora_api/model/UpdatePaymentMethodRequest.js +1 -1
- package/src/zuora_api/model/UpdatePaymentMethodResponse.js +1 -1
- package/src/zuora_api/model/UpdatePaymentRequest.js +1 -1
- package/src/zuora_api/model/UpdatePaymentRunRequest.js +14 -1
- package/src/zuora_api/model/UpdatePaymentScheduleItemRequest.js +1 -1
- package/src/zuora_api/model/UpdatePaymentScheduleRequest.js +1 -1
- package/src/zuora_api/model/UpdateProductRatePlanChargeRequest.js +1 -1
- package/src/zuora_api/model/UpdateProductRatePlanChargeTierRequest.js +1 -1
- package/src/zuora_api/model/UpdateProductRatePlanRequest.js +1 -1
- package/src/zuora_api/model/UpdateProductRequest.js +1 -1
- package/src/zuora_api/model/UpdateRatePlanCharge.js +1 -1
- package/src/zuora_api/model/UpdateRefundRequest.js +1 -1
- package/src/zuora_api/model/UpdateSequenceSetRequest.js +1 -1
- package/src/zuora_api/model/UpdateSequenceSetResponse.js +73 -3
- package/src/zuora_api/model/UpdateSubscriptionChargeCustomFields.js +1 -1
- package/src/zuora_api/model/UpdateSubscriptionChargeCustomFieldsOfASpecifiedVersion.js +1 -1
- package/src/zuora_api/model/UpdateSubscriptionCustomFieldsOfASpecifiedVersionRequest.js +1 -1
- package/src/zuora_api/model/UpdateSubscriptionCustomFieldsRequest.js +1 -1
- package/src/zuora_api/model/UpdateSubscriptionRatePlan.js +1 -1
- package/src/zuora_api/model/UpdateSubscriptionRatePlanCustomFields.js +1 -1
- package/src/zuora_api/model/UpdateSubscriptionRatePlanCustomFieldsOfASpecifiedVersion.js +1 -1
- package/src/zuora_api/model/UpdateSubscriptionRequest.js +1 -1
- package/src/zuora_api/model/UpdateSubscriptionResponse.js +81 -11
- package/src/zuora_api/model/UpdateTask.js +1 -1
- package/src/zuora_api/model/UpdateTaxationItemForFinanceInformation.js +1 -1
- package/src/zuora_api/model/UpdateTaxationItemRequest.js +1 -1
- package/src/zuora_api/model/UpdateUsageRequest.js +1 -1
- package/src/zuora_api/model/UpdaterPaymentMethodRequestAccountHolderInfo.js +1 -1
- package/src/zuora_api/model/UploadCsvErrorResponse.js +1 -1
- package/src/zuora_api/model/UploadCsvErrorStatusResponse.js +1 -1
- package/src/zuora_api/model/UploadCsvResponse.js +1 -1
- package/src/zuora_api/model/UploadCsvResponseResult.js +1 -1
- package/src/zuora_api/model/UploadCsvStatusResponse.js +1 -1
- package/src/zuora_api/model/UploadCsvStatusResponseResult.js +1 -1
- package/src/zuora_api/model/UploadFileErrorResponse.js +1 -1
- package/src/zuora_api/model/UploadFileErrorResponseResult.js +1 -1
- package/src/zuora_api/model/UploadFileForCreditMemoRequest.js +1 -1
- package/src/zuora_api/model/UploadFileForDebitMemoRequest.js +1 -1
- package/src/zuora_api/model/UploadFileForInvoiceRequest.js +1 -1
- package/src/zuora_api/model/UploadFileRequest.js +1 -1
- package/src/zuora_api/model/UploadFileResponse.js +77 -7
- package/src/zuora_api/model/UploadFileStatusErrorResponse.js +1 -1
- package/src/zuora_api/model/UploadFileStatusNoContent.js +1 -1
- package/src/zuora_api/model/UploadFileStatusResponse.js +1 -1
- package/src/zuora_api/model/UploadFileStatusResponseResultInner.js +1 -1
- package/src/zuora_api/model/UploadRevenueFileResponse.js +1 -1
- package/src/zuora_api/model/UploadRevenueFileResponseResult.js +1 -1
- package/src/zuora_api/model/UploadUsageFileRequest.js +1 -1
- package/src/zuora_api/model/UploadUsageFileResponse.js +78 -8
- package/src/zuora_api/model/UpsertCommitmentInput.js +1 -7
- package/src/zuora_api/model/UpsertCommitmentPeriodInput.js +1 -1
- package/src/zuora_api/model/UpsertCommitmentScheduleInput.js +1 -1
- package/src/zuora_api/model/UpsertCreateCommitmentInput.js +6 -31
- package/src/zuora_api/model/UpsertCreateCommitmentInputAllOfPeriods.js +1 -1
- package/src/zuora_api/model/UpsertCreateCommitmentInputAllOfSchedules.js +1 -1
- package/src/zuora_api/model/UpsertCreateCommitmentPeriodInput.js +1 -1
- package/src/zuora_api/model/UpsertCreateCommitmentScheduleInput.js +1 -1
- package/src/zuora_api/model/UpsertUpdateCommitmentInput.js +1 -1
- package/src/zuora_api/model/UpsertUpdateCommitmentPeriodInput.js +1 -1
- package/src/zuora_api/model/UpsertUpdateCommitmentScheduleInput.js +1 -1
- package/src/zuora_api/model/Usage.js +1 -1
- package/src/zuora_api/model/UsageFlatFeePricingOverride.js +1 -1
- package/src/zuora_api/model/UsageFlatFeePricingUpdate.js +1 -1
- package/src/zuora_api/model/UsageItem.js +1 -1
- package/src/zuora_api/model/UsageOveragePricingOverride.js +1 -1
- package/src/zuora_api/model/UsageOveragePricingUpdate.js +1 -1
- package/src/zuora_api/model/UsagePerUnitPricingOverride.js +1 -1
- package/src/zuora_api/model/UsagePerUnitPricingUpdate.js +1 -1
- package/src/zuora_api/model/UsageTieredPricingOverride.js +1 -1
- package/src/zuora_api/model/UsageTieredPricingUpdate.js +1 -1
- package/src/zuora_api/model/UsageTieredWithOveragePricingOverride.js +1 -1
- package/src/zuora_api/model/UsageTieredWithOveragePricingUpdate.js +1 -1
- package/src/zuora_api/model/UsageValues.js +1 -1
- package/src/zuora_api/model/UsageVolumePricingOverride.js +1 -1
- package/src/zuora_api/model/UsageVolumePricingUpdate.js +1 -1
- package/src/zuora_api/model/UsagesResponse.js +1 -1
- package/src/zuora_api/model/ValidationErrors.js +1 -1
- package/src/zuora_api/model/ValidationReasons.js +1 -1
- package/src/zuora_api/model/VerifyPaymentMethodRequest.js +1 -1
- package/src/zuora_api/model/VerifyPaymentMethodResponse.js +78 -8
- package/src/zuora_api/model/Workflow.js +1 -1
- package/src/zuora_api/model/WorkflowDefinition.js +1 -1
- package/src/zuora_api/model/WorkflowDefinitionActiveVersion.js +1 -1
- package/src/zuora_api/model/WorkflowDefinitionAndVersions.js +1 -1
- package/src/zuora_api/model/WorkflowError.js +1 -1
- package/src/zuora_api/model/WorkflowInstance.js +1 -1
- package/src/zuora_api/model/WriteOffBehavior.js +1 -1
- package/src/zuora_api/model/WriteOffBehaviorFinanceInformation.js +1 -1
- package/src/zuora_api/model/WriteOffCreditMemoRequest.js +1 -1
- package/src/zuora_api/model/WriteOffCreditMemoResponse.js +1 -1
- package/src/zuora_api/model/WriteOffCreditMemoResponseDebitMemo.js +1 -1
- package/src/zuora_api/model/WriteOffDebitMemoRequest.js +1 -1
- package/src/zuora_api/model/WriteOffDebitMemoResponse.js +1 -1
- package/src/zuora_api/model/WriteOffInvoiceRequest.js +1 -1
- package/src/zuora_api/model/WriteOffInvoiceResponse.js +78 -8
- package/src/zuora_api/model/WriteOffInvoiceResponseCreditMemo.js +1 -1
- package/src/zuora_api/model/WriteOffOptions.js +1 -1
- package/src/zuora_api/model/WriteOffResultTransaction.js +1 -1
- package/src/zuora_api/model/WriteOffResults.js +1 -1
- package/src/zuora_api/model/ZObject.js +1 -1
- package/src/zuora_api/model/ZObjectUpdate.js +1 -1
- package/docs/AssociationRule.md +0 -19
- package/src/zuora_api/model/AssociationRule.js +0 -127
|
@@ -18,7 +18,11 @@ import ExpandedAccount from '../model/ExpandedAccount';
|
|
|
18
18
|
import ExpandedAmendment from '../model/ExpandedAmendment';
|
|
19
19
|
import ExpandedBillingRun from '../model/ExpandedBillingRun';
|
|
20
20
|
import ExpandedCommitment from '../model/ExpandedCommitment';
|
|
21
|
+
import ExpandedCommitmentAssociatedAccount from '../model/ExpandedCommitmentAssociatedAccount';
|
|
22
|
+
import ExpandedCommitmentAssociatedItem from '../model/ExpandedCommitmentAssociatedItem';
|
|
21
23
|
import ExpandedCommitmentPeriod from '../model/ExpandedCommitmentPeriod';
|
|
24
|
+
import ExpandedCommitmentSchedule from '../model/ExpandedCommitmentSchedule';
|
|
25
|
+
import ExpandedCommitmentTransaction from '../model/ExpandedCommitmentTransaction';
|
|
22
26
|
import ExpandedContact from '../model/ExpandedContact';
|
|
23
27
|
import ExpandedContactSnapshot from '../model/ExpandedContactSnapshot';
|
|
24
28
|
import ExpandedCreditMemo from '../model/ExpandedCreditMemo';
|
|
@@ -69,7 +73,11 @@ import ProxyUnauthorizedResponse from '../model/ProxyUnauthorizedResponse';
|
|
|
69
73
|
import QueryAccountsResponse from '../model/QueryAccountsResponse';
|
|
70
74
|
import QueryAmendmentsResponse from '../model/QueryAmendmentsResponse';
|
|
71
75
|
import QueryBillingRunsResponse from '../model/QueryBillingRunsResponse';
|
|
76
|
+
import QueryCommitmentAssociatedAccountsResponse from '../model/QueryCommitmentAssociatedAccountsResponse';
|
|
77
|
+
import QueryCommitmentAssociatedItemsResponse from '../model/QueryCommitmentAssociatedItemsResponse';
|
|
72
78
|
import QueryCommitmentPeriodsResponse from '../model/QueryCommitmentPeriodsResponse';
|
|
79
|
+
import QueryCommitmentSchedulesResponse from '../model/QueryCommitmentSchedulesResponse';
|
|
80
|
+
import QueryCommitmentTransactionsResponse from '../model/QueryCommitmentTransactionsResponse';
|
|
73
81
|
import QueryCommitmentsResponse from '../model/QueryCommitmentsResponse';
|
|
74
82
|
import QueryContactSnapshotsResponse from '../model/QueryContactSnapshotsResponse';
|
|
75
83
|
import QueryContactsResponse from '../model/QueryContactsResponse';
|
|
@@ -122,7 +130,7 @@ import QueryValidityPeriodSummarysResponse from '../model/QueryValidityPeriodSum
|
|
|
122
130
|
/**
|
|
123
131
|
* ObjectQueries service.
|
|
124
132
|
* @module api/ObjectQueriesApi
|
|
125
|
-
* @version 3.
|
|
133
|
+
* @version 3.14.0-beta.2
|
|
126
134
|
*/
|
|
127
135
|
export default class ObjectQueriesApi {
|
|
128
136
|
|
|
@@ -683,7 +691,369 @@ export default class ObjectQueriesApi {
|
|
|
683
691
|
|
|
684
692
|
|
|
685
693
|
/**
|
|
686
|
-
* Query
|
|
694
|
+
* Query CommitmentAssociatedAccount by key with filters, expands, sort capabilities. Supported expands: commitment,account.
|
|
695
|
+
* @param {String} key Object ID or Number.
|
|
696
|
+
* @param {Object} opts Optional parameters
|
|
697
|
+
* @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
698
|
+
* @param {String} [accept_encoding] Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
699
|
+
* @param {String} [content_encoding] Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
700
|
+
* @param {String} [zuora_track_id] A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
701
|
+
* @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
702
|
+
* @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
703
|
+
* @param {String} [zuora_version] The minor version of the Zuora REST API.
|
|
704
|
+
* @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
705
|
+
* @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
706
|
+
* @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
707
|
+
* @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
708
|
+
* @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
|
|
709
|
+
* @param {Array.<String>} [filter] A case-sensitive filter on the list.
|
|
710
|
+
* @param {Array.<String>} [fields] A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
711
|
+
* @param {Boolean} [include_null_fields] An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
712
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedCommitmentAssociatedAccount} and HTTP response
|
|
713
|
+
*/
|
|
714
|
+
queryCommitmentAssociatedAccountByKeyWithHttpInfo(key, opts) {
|
|
715
|
+
opts = opts || {};
|
|
716
|
+
let postBody = null;
|
|
717
|
+
// verify the required parameter 'key' is set
|
|
718
|
+
if (key === undefined || key === null) {
|
|
719
|
+
throw new Error("Missing the required parameter 'key' when calling queryCommitmentAssociatedAccountByKey");
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
let pathParams = {
|
|
723
|
+
'key': key
|
|
724
|
+
};
|
|
725
|
+
let queryParams = {
|
|
726
|
+
'pageSize': opts['page_size'],
|
|
727
|
+
'cursor': opts['cursor'],
|
|
728
|
+
'sort[]': this.apiClient.buildCollectionParam(opts['sort'], 'multi'),
|
|
729
|
+
'expand[]': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),
|
|
730
|
+
'filter[]': this.apiClient.buildCollectionParam(opts['filter'], 'multi'),
|
|
731
|
+
'fields[]': this.apiClient.buildCollectionParam(opts['fields'], 'multi'),
|
|
732
|
+
'includeNullFields': opts['include_null_fields']
|
|
733
|
+
};
|
|
734
|
+
let headerParams = {
|
|
735
|
+
'Idempotency-Key': opts['idempotency_key'],
|
|
736
|
+
'Accept-Encoding': opts['accept_encoding'],
|
|
737
|
+
'Content-Encoding': opts['content_encoding'],
|
|
738
|
+
'Zuora-Track-Id': opts['zuora_track_id'],
|
|
739
|
+
'Zuora-Entity-Ids': opts['zuora_entity_ids'],
|
|
740
|
+
'Authorization': opts['authorization'],
|
|
741
|
+
'Zuora-Version': opts['zuora_version'],
|
|
742
|
+
'Zuora-Org-Ids': opts['zuora_org_ids']
|
|
743
|
+
};
|
|
744
|
+
let formParams = {
|
|
745
|
+
};
|
|
746
|
+
|
|
747
|
+
let authNames = ['bearerAuth'];
|
|
748
|
+
let contentTypes = [];
|
|
749
|
+
let accepts = ['application/json'];
|
|
750
|
+
let returnType = ExpandedCommitmentAssociatedAccount;
|
|
751
|
+
return this.apiClient.callApi(
|
|
752
|
+
'/object-query/commitment-associated-accounts/{key}', 'GET',
|
|
753
|
+
pathParams, queryParams, headerParams, formParams, postBody,
|
|
754
|
+
authNames, contentTypes, accepts, returnType, null
|
|
755
|
+
);
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
/**
|
|
759
|
+
* Query CommitmentAssociatedAccount by key with filters, expands, sort capabilities. Supported expands: commitment,account.
|
|
760
|
+
* @param {String} key Object ID or Number.
|
|
761
|
+
* @param {Object} opts Optional parameters
|
|
762
|
+
* @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
763
|
+
* @param {String} opts.accept_encoding Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
764
|
+
* @param {String} opts.content_encoding Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
765
|
+
* @param {String} opts.zuora_track_id A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
766
|
+
* @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
767
|
+
* @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
768
|
+
* @param {String} opts.zuora_version The minor version of the Zuora REST API.
|
|
769
|
+
* @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
770
|
+
* @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
771
|
+
* @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
772
|
+
* @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
773
|
+
* @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
|
|
774
|
+
* @param {Array.<String>} opts.filter A case-sensitive filter on the list.
|
|
775
|
+
* @param {Array.<String>} opts.fields A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
776
|
+
* @param {Boolean} opts.include_null_fields An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
777
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedCommitmentAssociatedAccount}
|
|
778
|
+
*/
|
|
779
|
+
queryCommitmentAssociatedAccountByKey(key, opts) {
|
|
780
|
+
return this.queryCommitmentAssociatedAccountByKeyWithHttpInfo(key, opts)
|
|
781
|
+
.then(function(response_and_data) {
|
|
782
|
+
return response_and_data.data;
|
|
783
|
+
});
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
/**
|
|
788
|
+
* Query CommitmentAssociatedAccounts with filters, expands, sort capabilities. Supported expands: commitment,account.
|
|
789
|
+
* @param {Object} opts Optional parameters
|
|
790
|
+
* @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
791
|
+
* @param {String} [accept_encoding] Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
792
|
+
* @param {String} [content_encoding] Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
793
|
+
* @param {String} [zuora_track_id] A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
794
|
+
* @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
795
|
+
* @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
796
|
+
* @param {String} [zuora_version] The minor version of the Zuora REST API.
|
|
797
|
+
* @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
798
|
+
* @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
799
|
+
* @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
800
|
+
* @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
801
|
+
* @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
|
|
802
|
+
* @param {Array.<String>} [filter] A case-sensitive filter on the list.
|
|
803
|
+
* @param {Array.<String>} [fields] A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
804
|
+
* @param {Boolean} [include_null_fields] An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
805
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryCommitmentAssociatedAccountsResponse} and HTTP response
|
|
806
|
+
*/
|
|
807
|
+
queryCommitmentAssociatedAccountsWithHttpInfo(opts) {
|
|
808
|
+
opts = opts || {};
|
|
809
|
+
let postBody = null;
|
|
810
|
+
|
|
811
|
+
let pathParams = {
|
|
812
|
+
};
|
|
813
|
+
let queryParams = {
|
|
814
|
+
'pageSize': opts['page_size'],
|
|
815
|
+
'cursor': opts['cursor'],
|
|
816
|
+
'sort[]': this.apiClient.buildCollectionParam(opts['sort'], 'multi'),
|
|
817
|
+
'expand[]': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),
|
|
818
|
+
'filter[]': this.apiClient.buildCollectionParam(opts['filter'], 'multi'),
|
|
819
|
+
'fields[]': this.apiClient.buildCollectionParam(opts['fields'], 'multi'),
|
|
820
|
+
'includeNullFields': opts['include_null_fields']
|
|
821
|
+
};
|
|
822
|
+
let headerParams = {
|
|
823
|
+
'Idempotency-Key': opts['idempotency_key'],
|
|
824
|
+
'Accept-Encoding': opts['accept_encoding'],
|
|
825
|
+
'Content-Encoding': opts['content_encoding'],
|
|
826
|
+
'Zuora-Track-Id': opts['zuora_track_id'],
|
|
827
|
+
'Zuora-Entity-Ids': opts['zuora_entity_ids'],
|
|
828
|
+
'Authorization': opts['authorization'],
|
|
829
|
+
'Zuora-Version': opts['zuora_version'],
|
|
830
|
+
'Zuora-Org-Ids': opts['zuora_org_ids']
|
|
831
|
+
};
|
|
832
|
+
let formParams = {
|
|
833
|
+
};
|
|
834
|
+
|
|
835
|
+
let authNames = ['bearerAuth'];
|
|
836
|
+
let contentTypes = [];
|
|
837
|
+
let accepts = ['application/json'];
|
|
838
|
+
let returnType = QueryCommitmentAssociatedAccountsResponse;
|
|
839
|
+
return this.apiClient.callApi(
|
|
840
|
+
'/object-query/commitment-associated-accounts', 'GET',
|
|
841
|
+
pathParams, queryParams, headerParams, formParams, postBody,
|
|
842
|
+
authNames, contentTypes, accepts, returnType, null
|
|
843
|
+
);
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
/**
|
|
847
|
+
* Query CommitmentAssociatedAccounts with filters, expands, sort capabilities. Supported expands: commitment,account.
|
|
848
|
+
* @param {Object} opts Optional parameters
|
|
849
|
+
* @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
850
|
+
* @param {String} opts.accept_encoding Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
851
|
+
* @param {String} opts.content_encoding Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
852
|
+
* @param {String} opts.zuora_track_id A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
853
|
+
* @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
854
|
+
* @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
855
|
+
* @param {String} opts.zuora_version The minor version of the Zuora REST API.
|
|
856
|
+
* @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
857
|
+
* @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
858
|
+
* @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
859
|
+
* @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
860
|
+
* @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
|
|
861
|
+
* @param {Array.<String>} opts.filter A case-sensitive filter on the list.
|
|
862
|
+
* @param {Array.<String>} opts.fields A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
863
|
+
* @param {Boolean} opts.include_null_fields An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
864
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/QueryCommitmentAssociatedAccountsResponse}
|
|
865
|
+
*/
|
|
866
|
+
queryCommitmentAssociatedAccounts(opts) {
|
|
867
|
+
return this.queryCommitmentAssociatedAccountsWithHttpInfo(opts)
|
|
868
|
+
.then(function(response_and_data) {
|
|
869
|
+
return response_and_data.data;
|
|
870
|
+
});
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
/**
|
|
875
|
+
* Query CommitmentAssociatedItem by key with filters, expands, sort capabilities. Supported expands: commitment,account.
|
|
876
|
+
* @param {String} key Object ID or Number.
|
|
877
|
+
* @param {Object} opts Optional parameters
|
|
878
|
+
* @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
879
|
+
* @param {String} [accept_encoding] Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
880
|
+
* @param {String} [content_encoding] Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
881
|
+
* @param {String} [zuora_track_id] A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
882
|
+
* @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
883
|
+
* @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
884
|
+
* @param {String} [zuora_version] The minor version of the Zuora REST API.
|
|
885
|
+
* @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
886
|
+
* @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
887
|
+
* @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
888
|
+
* @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
889
|
+
* @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
|
|
890
|
+
* @param {Array.<String>} [filter] A case-sensitive filter on the list.
|
|
891
|
+
* @param {Array.<String>} [fields] A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
892
|
+
* @param {Boolean} [include_null_fields] An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
893
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedCommitmentAssociatedItem} and HTTP response
|
|
894
|
+
*/
|
|
895
|
+
queryCommitmentAssociatedItemByKeyWithHttpInfo(key, opts) {
|
|
896
|
+
opts = opts || {};
|
|
897
|
+
let postBody = null;
|
|
898
|
+
// verify the required parameter 'key' is set
|
|
899
|
+
if (key === undefined || key === null) {
|
|
900
|
+
throw new Error("Missing the required parameter 'key' when calling queryCommitmentAssociatedItemByKey");
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
let pathParams = {
|
|
904
|
+
'key': key
|
|
905
|
+
};
|
|
906
|
+
let queryParams = {
|
|
907
|
+
'pageSize': opts['page_size'],
|
|
908
|
+
'cursor': opts['cursor'],
|
|
909
|
+
'sort[]': this.apiClient.buildCollectionParam(opts['sort'], 'multi'),
|
|
910
|
+
'expand[]': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),
|
|
911
|
+
'filter[]': this.apiClient.buildCollectionParam(opts['filter'], 'multi'),
|
|
912
|
+
'fields[]': this.apiClient.buildCollectionParam(opts['fields'], 'multi'),
|
|
913
|
+
'includeNullFields': opts['include_null_fields']
|
|
914
|
+
};
|
|
915
|
+
let headerParams = {
|
|
916
|
+
'Idempotency-Key': opts['idempotency_key'],
|
|
917
|
+
'Accept-Encoding': opts['accept_encoding'],
|
|
918
|
+
'Content-Encoding': opts['content_encoding'],
|
|
919
|
+
'Zuora-Track-Id': opts['zuora_track_id'],
|
|
920
|
+
'Zuora-Entity-Ids': opts['zuora_entity_ids'],
|
|
921
|
+
'Authorization': opts['authorization'],
|
|
922
|
+
'Zuora-Version': opts['zuora_version'],
|
|
923
|
+
'Zuora-Org-Ids': opts['zuora_org_ids']
|
|
924
|
+
};
|
|
925
|
+
let formParams = {
|
|
926
|
+
};
|
|
927
|
+
|
|
928
|
+
let authNames = ['bearerAuth'];
|
|
929
|
+
let contentTypes = [];
|
|
930
|
+
let accepts = ['application/json'];
|
|
931
|
+
let returnType = ExpandedCommitmentAssociatedItem;
|
|
932
|
+
return this.apiClient.callApi(
|
|
933
|
+
'/object-query/commitment-associated-items/{key}', 'GET',
|
|
934
|
+
pathParams, queryParams, headerParams, formParams, postBody,
|
|
935
|
+
authNames, contentTypes, accepts, returnType, null
|
|
936
|
+
);
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
/**
|
|
940
|
+
* Query CommitmentAssociatedItem by key with filters, expands, sort capabilities. Supported expands: commitment,account.
|
|
941
|
+
* @param {String} key Object ID or Number.
|
|
942
|
+
* @param {Object} opts Optional parameters
|
|
943
|
+
* @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
944
|
+
* @param {String} opts.accept_encoding Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
945
|
+
* @param {String} opts.content_encoding Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
946
|
+
* @param {String} opts.zuora_track_id A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
947
|
+
* @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
948
|
+
* @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
949
|
+
* @param {String} opts.zuora_version The minor version of the Zuora REST API.
|
|
950
|
+
* @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
951
|
+
* @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
952
|
+
* @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
953
|
+
* @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
954
|
+
* @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
|
|
955
|
+
* @param {Array.<String>} opts.filter A case-sensitive filter on the list.
|
|
956
|
+
* @param {Array.<String>} opts.fields A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
957
|
+
* @param {Boolean} opts.include_null_fields An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
958
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedCommitmentAssociatedItem}
|
|
959
|
+
*/
|
|
960
|
+
queryCommitmentAssociatedItemByKey(key, opts) {
|
|
961
|
+
return this.queryCommitmentAssociatedItemByKeyWithHttpInfo(key, opts)
|
|
962
|
+
.then(function(response_and_data) {
|
|
963
|
+
return response_and_data.data;
|
|
964
|
+
});
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
/**
|
|
969
|
+
* Query CommitmentAssociatedItems with filters, expands, sort capabilities. Supported expands: commitment,account.
|
|
970
|
+
* @param {Object} opts Optional parameters
|
|
971
|
+
* @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
972
|
+
* @param {String} [accept_encoding] Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
973
|
+
* @param {String} [content_encoding] Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
974
|
+
* @param {String} [zuora_track_id] A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
975
|
+
* @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
976
|
+
* @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
977
|
+
* @param {String} [zuora_version] The minor version of the Zuora REST API.
|
|
978
|
+
* @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
979
|
+
* @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
980
|
+
* @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
981
|
+
* @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
982
|
+
* @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
|
|
983
|
+
* @param {Array.<String>} [filter] A case-sensitive filter on the list.
|
|
984
|
+
* @param {Array.<String>} [fields] A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
985
|
+
* @param {Boolean} [include_null_fields] An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
986
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryCommitmentAssociatedItemsResponse} and HTTP response
|
|
987
|
+
*/
|
|
988
|
+
queryCommitmentAssociatedItemsWithHttpInfo(opts) {
|
|
989
|
+
opts = opts || {};
|
|
990
|
+
let postBody = null;
|
|
991
|
+
|
|
992
|
+
let pathParams = {
|
|
993
|
+
};
|
|
994
|
+
let queryParams = {
|
|
995
|
+
'pageSize': opts['page_size'],
|
|
996
|
+
'cursor': opts['cursor'],
|
|
997
|
+
'sort[]': this.apiClient.buildCollectionParam(opts['sort'], 'multi'),
|
|
998
|
+
'expand[]': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),
|
|
999
|
+
'filter[]': this.apiClient.buildCollectionParam(opts['filter'], 'multi'),
|
|
1000
|
+
'fields[]': this.apiClient.buildCollectionParam(opts['fields'], 'multi'),
|
|
1001
|
+
'includeNullFields': opts['include_null_fields']
|
|
1002
|
+
};
|
|
1003
|
+
let headerParams = {
|
|
1004
|
+
'Idempotency-Key': opts['idempotency_key'],
|
|
1005
|
+
'Accept-Encoding': opts['accept_encoding'],
|
|
1006
|
+
'Content-Encoding': opts['content_encoding'],
|
|
1007
|
+
'Zuora-Track-Id': opts['zuora_track_id'],
|
|
1008
|
+
'Zuora-Entity-Ids': opts['zuora_entity_ids'],
|
|
1009
|
+
'Authorization': opts['authorization'],
|
|
1010
|
+
'Zuora-Version': opts['zuora_version'],
|
|
1011
|
+
'Zuora-Org-Ids': opts['zuora_org_ids']
|
|
1012
|
+
};
|
|
1013
|
+
let formParams = {
|
|
1014
|
+
};
|
|
1015
|
+
|
|
1016
|
+
let authNames = ['bearerAuth'];
|
|
1017
|
+
let contentTypes = [];
|
|
1018
|
+
let accepts = ['application/json'];
|
|
1019
|
+
let returnType = QueryCommitmentAssociatedItemsResponse;
|
|
1020
|
+
return this.apiClient.callApi(
|
|
1021
|
+
'/object-query/commitment-associated-items', 'GET',
|
|
1022
|
+
pathParams, queryParams, headerParams, formParams, postBody,
|
|
1023
|
+
authNames, contentTypes, accepts, returnType, null
|
|
1024
|
+
);
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
/**
|
|
1028
|
+
* Query CommitmentAssociatedItems with filters, expands, sort capabilities. Supported expands: commitment,account.
|
|
1029
|
+
* @param {Object} opts Optional parameters
|
|
1030
|
+
* @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
1031
|
+
* @param {String} opts.accept_encoding Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
1032
|
+
* @param {String} opts.content_encoding Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
1033
|
+
* @param {String} opts.zuora_track_id A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
1034
|
+
* @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
1035
|
+
* @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
1036
|
+
* @param {String} opts.zuora_version The minor version of the Zuora REST API.
|
|
1037
|
+
* @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
1038
|
+
* @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
1039
|
+
* @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
1040
|
+
* @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
1041
|
+
* @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
|
|
1042
|
+
* @param {Array.<String>} opts.filter A case-sensitive filter on the list.
|
|
1043
|
+
* @param {Array.<String>} opts.fields A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
1044
|
+
* @param {Boolean} opts.include_null_fields An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
1045
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/QueryCommitmentAssociatedItemsResponse}
|
|
1046
|
+
*/
|
|
1047
|
+
queryCommitmentAssociatedItems(opts) {
|
|
1048
|
+
return this.queryCommitmentAssociatedItemsWithHttpInfo(opts)
|
|
1049
|
+
.then(function(response_and_data) {
|
|
1050
|
+
return response_and_data.data;
|
|
1051
|
+
});
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
/**
|
|
1056
|
+
* Query Commitment by key with filters, expands, sort capabilities. Supported expands: account,commitmentschedules,commitmentschedules.commitmentperiods,commitmentassociatedaccounts,commitmentassociateditems,commitmentassociateditems.account.
|
|
687
1057
|
* @param {String} key Object ID or Number.
|
|
688
1058
|
* @param {Object} opts Optional parameters
|
|
689
1059
|
* @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
@@ -703,12 +1073,287 @@ export default class ObjectQueriesApi {
|
|
|
703
1073
|
* @param {Boolean} [include_null_fields] An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
704
1074
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedCommitment} and HTTP response
|
|
705
1075
|
*/
|
|
706
|
-
queryCommitmentByKeyWithHttpInfo(key, opts) {
|
|
1076
|
+
queryCommitmentByKeyWithHttpInfo(key, opts) {
|
|
1077
|
+
opts = opts || {};
|
|
1078
|
+
let postBody = null;
|
|
1079
|
+
// verify the required parameter 'key' is set
|
|
1080
|
+
if (key === undefined || key === null) {
|
|
1081
|
+
throw new Error("Missing the required parameter 'key' when calling queryCommitmentByKey");
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
let pathParams = {
|
|
1085
|
+
'key': key
|
|
1086
|
+
};
|
|
1087
|
+
let queryParams = {
|
|
1088
|
+
'pageSize': opts['page_size'],
|
|
1089
|
+
'cursor': opts['cursor'],
|
|
1090
|
+
'sort[]': this.apiClient.buildCollectionParam(opts['sort'], 'multi'),
|
|
1091
|
+
'expand[]': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),
|
|
1092
|
+
'filter[]': this.apiClient.buildCollectionParam(opts['filter'], 'multi'),
|
|
1093
|
+
'fields[]': this.apiClient.buildCollectionParam(opts['fields'], 'multi'),
|
|
1094
|
+
'includeNullFields': opts['include_null_fields']
|
|
1095
|
+
};
|
|
1096
|
+
let headerParams = {
|
|
1097
|
+
'Idempotency-Key': opts['idempotency_key'],
|
|
1098
|
+
'Accept-Encoding': opts['accept_encoding'],
|
|
1099
|
+
'Content-Encoding': opts['content_encoding'],
|
|
1100
|
+
'Zuora-Track-Id': opts['zuora_track_id'],
|
|
1101
|
+
'Zuora-Entity-Ids': opts['zuora_entity_ids'],
|
|
1102
|
+
'Authorization': opts['authorization'],
|
|
1103
|
+
'Zuora-Version': opts['zuora_version'],
|
|
1104
|
+
'Zuora-Org-Ids': opts['zuora_org_ids']
|
|
1105
|
+
};
|
|
1106
|
+
let formParams = {
|
|
1107
|
+
};
|
|
1108
|
+
|
|
1109
|
+
let authNames = ['bearerAuth'];
|
|
1110
|
+
let contentTypes = [];
|
|
1111
|
+
let accepts = ['application/json'];
|
|
1112
|
+
let returnType = ExpandedCommitment;
|
|
1113
|
+
return this.apiClient.callApi(
|
|
1114
|
+
'/object-query/commitments/{key}', 'GET',
|
|
1115
|
+
pathParams, queryParams, headerParams, formParams, postBody,
|
|
1116
|
+
authNames, contentTypes, accepts, returnType, null
|
|
1117
|
+
);
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
/**
|
|
1121
|
+
* Query Commitment by key with filters, expands, sort capabilities. Supported expands: account,commitmentschedules,commitmentschedules.commitmentperiods,commitmentassociatedaccounts,commitmentassociateditems,commitmentassociateditems.account.
|
|
1122
|
+
* @param {String} key Object ID or Number.
|
|
1123
|
+
* @param {Object} opts Optional parameters
|
|
1124
|
+
* @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
1125
|
+
* @param {String} opts.accept_encoding Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
1126
|
+
* @param {String} opts.content_encoding Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
1127
|
+
* @param {String} opts.zuora_track_id A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
1128
|
+
* @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
1129
|
+
* @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
1130
|
+
* @param {String} opts.zuora_version The minor version of the Zuora REST API.
|
|
1131
|
+
* @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
1132
|
+
* @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
1133
|
+
* @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
1134
|
+
* @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
1135
|
+
* @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
|
|
1136
|
+
* @param {Array.<String>} opts.filter A case-sensitive filter on the list.
|
|
1137
|
+
* @param {Array.<String>} opts.fields A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
1138
|
+
* @param {Boolean} opts.include_null_fields An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
1139
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedCommitment}
|
|
1140
|
+
*/
|
|
1141
|
+
queryCommitmentByKey(key, opts) {
|
|
1142
|
+
return this.queryCommitmentByKeyWithHttpInfo(key, opts)
|
|
1143
|
+
.then(function(response_and_data) {
|
|
1144
|
+
return response_and_data.data;
|
|
1145
|
+
});
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
/**
|
|
1150
|
+
* Query CommitmentPeriod by key with filters, expands, sort capabilities. Supported expands: account,commitmenttransactions.
|
|
1151
|
+
* @param {String} key Object ID or Number.
|
|
1152
|
+
* @param {Object} opts Optional parameters
|
|
1153
|
+
* @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
1154
|
+
* @param {String} [accept_encoding] Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
1155
|
+
* @param {String} [content_encoding] Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
1156
|
+
* @param {String} [zuora_track_id] A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
1157
|
+
* @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
1158
|
+
* @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
1159
|
+
* @param {String} [zuora_version] The minor version of the Zuora REST API.
|
|
1160
|
+
* @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
1161
|
+
* @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
1162
|
+
* @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
1163
|
+
* @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
1164
|
+
* @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
|
|
1165
|
+
* @param {Array.<String>} [filter] A case-sensitive filter on the list.
|
|
1166
|
+
* @param {Array.<String>} [fields] A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
1167
|
+
* @param {Boolean} [include_null_fields] An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
1168
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedCommitmentPeriod} and HTTP response
|
|
1169
|
+
*/
|
|
1170
|
+
queryCommitmentPeriodByKeyWithHttpInfo(key, opts) {
|
|
1171
|
+
opts = opts || {};
|
|
1172
|
+
let postBody = null;
|
|
1173
|
+
// verify the required parameter 'key' is set
|
|
1174
|
+
if (key === undefined || key === null) {
|
|
1175
|
+
throw new Error("Missing the required parameter 'key' when calling queryCommitmentPeriodByKey");
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
let pathParams = {
|
|
1179
|
+
'key': key
|
|
1180
|
+
};
|
|
1181
|
+
let queryParams = {
|
|
1182
|
+
'pageSize': opts['page_size'],
|
|
1183
|
+
'cursor': opts['cursor'],
|
|
1184
|
+
'sort[]': this.apiClient.buildCollectionParam(opts['sort'], 'multi'),
|
|
1185
|
+
'expand[]': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),
|
|
1186
|
+
'filter[]': this.apiClient.buildCollectionParam(opts['filter'], 'multi'),
|
|
1187
|
+
'fields[]': this.apiClient.buildCollectionParam(opts['fields'], 'multi'),
|
|
1188
|
+
'includeNullFields': opts['include_null_fields']
|
|
1189
|
+
};
|
|
1190
|
+
let headerParams = {
|
|
1191
|
+
'Idempotency-Key': opts['idempotency_key'],
|
|
1192
|
+
'Accept-Encoding': opts['accept_encoding'],
|
|
1193
|
+
'Content-Encoding': opts['content_encoding'],
|
|
1194
|
+
'Zuora-Track-Id': opts['zuora_track_id'],
|
|
1195
|
+
'Zuora-Entity-Ids': opts['zuora_entity_ids'],
|
|
1196
|
+
'Authorization': opts['authorization'],
|
|
1197
|
+
'Zuora-Version': opts['zuora_version'],
|
|
1198
|
+
'Zuora-Org-Ids': opts['zuora_org_ids']
|
|
1199
|
+
};
|
|
1200
|
+
let formParams = {
|
|
1201
|
+
};
|
|
1202
|
+
|
|
1203
|
+
let authNames = ['bearerAuth'];
|
|
1204
|
+
let contentTypes = [];
|
|
1205
|
+
let accepts = ['application/json'];
|
|
1206
|
+
let returnType = ExpandedCommitmentPeriod;
|
|
1207
|
+
return this.apiClient.callApi(
|
|
1208
|
+
'/object-query/commitment-periods/{key}', 'GET',
|
|
1209
|
+
pathParams, queryParams, headerParams, formParams, postBody,
|
|
1210
|
+
authNames, contentTypes, accepts, returnType, null
|
|
1211
|
+
);
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
/**
|
|
1215
|
+
* Query CommitmentPeriod by key with filters, expands, sort capabilities. Supported expands: account,commitmenttransactions.
|
|
1216
|
+
* @param {String} key Object ID or Number.
|
|
1217
|
+
* @param {Object} opts Optional parameters
|
|
1218
|
+
* @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
1219
|
+
* @param {String} opts.accept_encoding Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
1220
|
+
* @param {String} opts.content_encoding Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
1221
|
+
* @param {String} opts.zuora_track_id A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
1222
|
+
* @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
1223
|
+
* @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
1224
|
+
* @param {String} opts.zuora_version The minor version of the Zuora REST API.
|
|
1225
|
+
* @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
1226
|
+
* @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
1227
|
+
* @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
1228
|
+
* @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
1229
|
+
* @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
|
|
1230
|
+
* @param {Array.<String>} opts.filter A case-sensitive filter on the list.
|
|
1231
|
+
* @param {Array.<String>} opts.fields A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
1232
|
+
* @param {Boolean} opts.include_null_fields An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
1233
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedCommitmentPeriod}
|
|
1234
|
+
*/
|
|
1235
|
+
queryCommitmentPeriodByKey(key, opts) {
|
|
1236
|
+
return this.queryCommitmentPeriodByKeyWithHttpInfo(key, opts)
|
|
1237
|
+
.then(function(response_and_data) {
|
|
1238
|
+
return response_and_data.data;
|
|
1239
|
+
});
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
|
|
1243
|
+
/**
|
|
1244
|
+
* Query CommitmentPeriods with filters, expands, sort capabilities. Supported expands: account,commitmenttransactions.
|
|
1245
|
+
* @param {Object} opts Optional parameters
|
|
1246
|
+
* @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
1247
|
+
* @param {String} [accept_encoding] Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
1248
|
+
* @param {String} [content_encoding] Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
1249
|
+
* @param {String} [zuora_track_id] A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
1250
|
+
* @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
1251
|
+
* @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
1252
|
+
* @param {String} [zuora_version] The minor version of the Zuora REST API.
|
|
1253
|
+
* @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
1254
|
+
* @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
1255
|
+
* @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
1256
|
+
* @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
1257
|
+
* @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
|
|
1258
|
+
* @param {Array.<String>} [filter] A case-sensitive filter on the list.
|
|
1259
|
+
* @param {Array.<String>} [fields] A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
1260
|
+
* @param {Boolean} [include_null_fields] An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
1261
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryCommitmentPeriodsResponse} and HTTP response
|
|
1262
|
+
*/
|
|
1263
|
+
queryCommitmentPeriodsWithHttpInfo(opts) {
|
|
1264
|
+
opts = opts || {};
|
|
1265
|
+
let postBody = null;
|
|
1266
|
+
|
|
1267
|
+
let pathParams = {
|
|
1268
|
+
};
|
|
1269
|
+
let queryParams = {
|
|
1270
|
+
'pageSize': opts['page_size'],
|
|
1271
|
+
'cursor': opts['cursor'],
|
|
1272
|
+
'sort[]': this.apiClient.buildCollectionParam(opts['sort'], 'multi'),
|
|
1273
|
+
'expand[]': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),
|
|
1274
|
+
'filter[]': this.apiClient.buildCollectionParam(opts['filter'], 'multi'),
|
|
1275
|
+
'fields[]': this.apiClient.buildCollectionParam(opts['fields'], 'multi'),
|
|
1276
|
+
'includeNullFields': opts['include_null_fields']
|
|
1277
|
+
};
|
|
1278
|
+
let headerParams = {
|
|
1279
|
+
'Idempotency-Key': opts['idempotency_key'],
|
|
1280
|
+
'Accept-Encoding': opts['accept_encoding'],
|
|
1281
|
+
'Content-Encoding': opts['content_encoding'],
|
|
1282
|
+
'Zuora-Track-Id': opts['zuora_track_id'],
|
|
1283
|
+
'Zuora-Entity-Ids': opts['zuora_entity_ids'],
|
|
1284
|
+
'Authorization': opts['authorization'],
|
|
1285
|
+
'Zuora-Version': opts['zuora_version'],
|
|
1286
|
+
'Zuora-Org-Ids': opts['zuora_org_ids']
|
|
1287
|
+
};
|
|
1288
|
+
let formParams = {
|
|
1289
|
+
};
|
|
1290
|
+
|
|
1291
|
+
let authNames = ['bearerAuth'];
|
|
1292
|
+
let contentTypes = [];
|
|
1293
|
+
let accepts = ['application/json'];
|
|
1294
|
+
let returnType = QueryCommitmentPeriodsResponse;
|
|
1295
|
+
return this.apiClient.callApi(
|
|
1296
|
+
'/object-query/commitment-periods', 'GET',
|
|
1297
|
+
pathParams, queryParams, headerParams, formParams, postBody,
|
|
1298
|
+
authNames, contentTypes, accepts, returnType, null
|
|
1299
|
+
);
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
/**
|
|
1303
|
+
* Query CommitmentPeriods with filters, expands, sort capabilities. Supported expands: account,commitmenttransactions.
|
|
1304
|
+
* @param {Object} opts Optional parameters
|
|
1305
|
+
* @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
1306
|
+
* @param {String} opts.accept_encoding Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
1307
|
+
* @param {String} opts.content_encoding Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
1308
|
+
* @param {String} opts.zuora_track_id A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
1309
|
+
* @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
1310
|
+
* @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
1311
|
+
* @param {String} opts.zuora_version The minor version of the Zuora REST API.
|
|
1312
|
+
* @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
1313
|
+
* @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
1314
|
+
* @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
1315
|
+
* @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
1316
|
+
* @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
|
|
1317
|
+
* @param {Array.<String>} opts.filter A case-sensitive filter on the list.
|
|
1318
|
+
* @param {Array.<String>} opts.fields A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
1319
|
+
* @param {Boolean} opts.include_null_fields An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
1320
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/QueryCommitmentPeriodsResponse}
|
|
1321
|
+
*/
|
|
1322
|
+
queryCommitmentPeriods(opts) {
|
|
1323
|
+
return this.queryCommitmentPeriodsWithHttpInfo(opts)
|
|
1324
|
+
.then(function(response_and_data) {
|
|
1325
|
+
return response_and_data.data;
|
|
1326
|
+
});
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
|
|
1330
|
+
/**
|
|
1331
|
+
* Query CommitmentSchedule by key with filters, expands, sort capabilities. Supported expands: commitmentperiods.
|
|
1332
|
+
* @param {String} key Object ID or Number.
|
|
1333
|
+
* @param {Object} opts Optional parameters
|
|
1334
|
+
* @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
1335
|
+
* @param {String} [accept_encoding] Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
1336
|
+
* @param {String} [content_encoding] Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
1337
|
+
* @param {String} [zuora_track_id] A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
1338
|
+
* @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
1339
|
+
* @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
1340
|
+
* @param {String} [zuora_version] The minor version of the Zuora REST API.
|
|
1341
|
+
* @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
1342
|
+
* @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
1343
|
+
* @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
1344
|
+
* @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
1345
|
+
* @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
|
|
1346
|
+
* @param {Array.<String>} [filter] A case-sensitive filter on the list.
|
|
1347
|
+
* @param {Array.<String>} [fields] A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
1348
|
+
* @param {Boolean} [include_null_fields] An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
1349
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedCommitmentSchedule} and HTTP response
|
|
1350
|
+
*/
|
|
1351
|
+
queryCommitmentScheduleByKeyWithHttpInfo(key, opts) {
|
|
707
1352
|
opts = opts || {};
|
|
708
1353
|
let postBody = null;
|
|
709
1354
|
// verify the required parameter 'key' is set
|
|
710
1355
|
if (key === undefined || key === null) {
|
|
711
|
-
throw new Error("Missing the required parameter 'key' when calling
|
|
1356
|
+
throw new Error("Missing the required parameter 'key' when calling queryCommitmentScheduleByKey");
|
|
712
1357
|
}
|
|
713
1358
|
|
|
714
1359
|
let pathParams = {
|
|
@@ -739,16 +1384,16 @@ export default class ObjectQueriesApi {
|
|
|
739
1384
|
let authNames = ['bearerAuth'];
|
|
740
1385
|
let contentTypes = [];
|
|
741
1386
|
let accepts = ['application/json'];
|
|
742
|
-
let returnType =
|
|
1387
|
+
let returnType = ExpandedCommitmentSchedule;
|
|
743
1388
|
return this.apiClient.callApi(
|
|
744
|
-
'/object-query/commitment/{key}', 'GET',
|
|
1389
|
+
'/object-query/commitment-schedules/{key}', 'GET',
|
|
745
1390
|
pathParams, queryParams, headerParams, formParams, postBody,
|
|
746
1391
|
authNames, contentTypes, accepts, returnType, null
|
|
747
1392
|
);
|
|
748
1393
|
}
|
|
749
1394
|
|
|
750
1395
|
/**
|
|
751
|
-
* Query
|
|
1396
|
+
* Query CommitmentSchedule by key with filters, expands, sort capabilities. Supported expands: commitmentperiods.
|
|
752
1397
|
* @param {String} key Object ID or Number.
|
|
753
1398
|
* @param {Object} opts Optional parameters
|
|
754
1399
|
* @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
@@ -766,10 +1411,97 @@ export default class ObjectQueriesApi {
|
|
|
766
1411
|
* @param {Array.<String>} opts.filter A case-sensitive filter on the list.
|
|
767
1412
|
* @param {Array.<String>} opts.fields A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
768
1413
|
* @param {Boolean} opts.include_null_fields An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
769
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
1414
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedCommitmentSchedule}
|
|
770
1415
|
*/
|
|
771
|
-
|
|
772
|
-
return this.
|
|
1416
|
+
queryCommitmentScheduleByKey(key, opts) {
|
|
1417
|
+
return this.queryCommitmentScheduleByKeyWithHttpInfo(key, opts)
|
|
1418
|
+
.then(function(response_and_data) {
|
|
1419
|
+
return response_and_data.data;
|
|
1420
|
+
});
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
|
|
1424
|
+
/**
|
|
1425
|
+
* Query CommitmentSchedules with filters, expands, sort capabilities. Supported expands: commitmentperiods.
|
|
1426
|
+
* @param {Object} opts Optional parameters
|
|
1427
|
+
* @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
1428
|
+
* @param {String} [accept_encoding] Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
1429
|
+
* @param {String} [content_encoding] Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
1430
|
+
* @param {String} [zuora_track_id] A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
1431
|
+
* @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
1432
|
+
* @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
1433
|
+
* @param {String} [zuora_version] The minor version of the Zuora REST API.
|
|
1434
|
+
* @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
1435
|
+
* @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
1436
|
+
* @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
1437
|
+
* @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
1438
|
+
* @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
|
|
1439
|
+
* @param {Array.<String>} [filter] A case-sensitive filter on the list.
|
|
1440
|
+
* @param {Array.<String>} [fields] A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
1441
|
+
* @param {Boolean} [include_null_fields] An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
1442
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryCommitmentSchedulesResponse} and HTTP response
|
|
1443
|
+
*/
|
|
1444
|
+
queryCommitmentSchedulesWithHttpInfo(opts) {
|
|
1445
|
+
opts = opts || {};
|
|
1446
|
+
let postBody = null;
|
|
1447
|
+
|
|
1448
|
+
let pathParams = {
|
|
1449
|
+
};
|
|
1450
|
+
let queryParams = {
|
|
1451
|
+
'pageSize': opts['page_size'],
|
|
1452
|
+
'cursor': opts['cursor'],
|
|
1453
|
+
'sort[]': this.apiClient.buildCollectionParam(opts['sort'], 'multi'),
|
|
1454
|
+
'expand[]': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),
|
|
1455
|
+
'filter[]': this.apiClient.buildCollectionParam(opts['filter'], 'multi'),
|
|
1456
|
+
'fields[]': this.apiClient.buildCollectionParam(opts['fields'], 'multi'),
|
|
1457
|
+
'includeNullFields': opts['include_null_fields']
|
|
1458
|
+
};
|
|
1459
|
+
let headerParams = {
|
|
1460
|
+
'Idempotency-Key': opts['idempotency_key'],
|
|
1461
|
+
'Accept-Encoding': opts['accept_encoding'],
|
|
1462
|
+
'Content-Encoding': opts['content_encoding'],
|
|
1463
|
+
'Zuora-Track-Id': opts['zuora_track_id'],
|
|
1464
|
+
'Zuora-Entity-Ids': opts['zuora_entity_ids'],
|
|
1465
|
+
'Authorization': opts['authorization'],
|
|
1466
|
+
'Zuora-Version': opts['zuora_version'],
|
|
1467
|
+
'Zuora-Org-Ids': opts['zuora_org_ids']
|
|
1468
|
+
};
|
|
1469
|
+
let formParams = {
|
|
1470
|
+
};
|
|
1471
|
+
|
|
1472
|
+
let authNames = ['bearerAuth'];
|
|
1473
|
+
let contentTypes = [];
|
|
1474
|
+
let accepts = ['application/json'];
|
|
1475
|
+
let returnType = QueryCommitmentSchedulesResponse;
|
|
1476
|
+
return this.apiClient.callApi(
|
|
1477
|
+
'/object-query/commitment-schedules', 'GET',
|
|
1478
|
+
pathParams, queryParams, headerParams, formParams, postBody,
|
|
1479
|
+
authNames, contentTypes, accepts, returnType, null
|
|
1480
|
+
);
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
/**
|
|
1484
|
+
* Query CommitmentSchedules with filters, expands, sort capabilities. Supported expands: commitmentperiods.
|
|
1485
|
+
* @param {Object} opts Optional parameters
|
|
1486
|
+
* @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
1487
|
+
* @param {String} opts.accept_encoding Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
1488
|
+
* @param {String} opts.content_encoding Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
|
|
1489
|
+
* @param {String} opts.zuora_track_id A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
|
|
1490
|
+
* @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
|
|
1491
|
+
* @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
|
|
1492
|
+
* @param {String} opts.zuora_version The minor version of the Zuora REST API.
|
|
1493
|
+
* @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
|
|
1494
|
+
* @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
|
|
1495
|
+
* @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
|
|
1496
|
+
* @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
|
|
1497
|
+
* @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
|
|
1498
|
+
* @param {Array.<String>} opts.filter A case-sensitive filter on the list.
|
|
1499
|
+
* @param {Array.<String>} opts.fields A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
1500
|
+
* @param {Boolean} opts.include_null_fields An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
1501
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/QueryCommitmentSchedulesResponse}
|
|
1502
|
+
*/
|
|
1503
|
+
queryCommitmentSchedules(opts) {
|
|
1504
|
+
return this.queryCommitmentSchedulesWithHttpInfo(opts)
|
|
773
1505
|
.then(function(response_and_data) {
|
|
774
1506
|
return response_and_data.data;
|
|
775
1507
|
});
|
|
@@ -777,7 +1509,7 @@ export default class ObjectQueriesApi {
|
|
|
777
1509
|
|
|
778
1510
|
|
|
779
1511
|
/**
|
|
780
|
-
* Query
|
|
1512
|
+
* Query CommitmentTransaction by key with filters, expands, sort capabilities. Supported expands: N/A.
|
|
781
1513
|
* @param {String} key Object ID or Number.
|
|
782
1514
|
* @param {Object} opts Optional parameters
|
|
783
1515
|
* @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
@@ -795,14 +1527,14 @@ export default class ObjectQueriesApi {
|
|
|
795
1527
|
* @param {Array.<String>} [filter] A case-sensitive filter on the list.
|
|
796
1528
|
* @param {Array.<String>} [fields] A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
797
1529
|
* @param {Boolean} [include_null_fields] An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
798
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
1530
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedCommitmentTransaction} and HTTP response
|
|
799
1531
|
*/
|
|
800
|
-
|
|
1532
|
+
queryCommitmentTransactionByKeyWithHttpInfo(key, opts) {
|
|
801
1533
|
opts = opts || {};
|
|
802
1534
|
let postBody = null;
|
|
803
1535
|
// verify the required parameter 'key' is set
|
|
804
1536
|
if (key === undefined || key === null) {
|
|
805
|
-
throw new Error("Missing the required parameter 'key' when calling
|
|
1537
|
+
throw new Error("Missing the required parameter 'key' when calling queryCommitmentTransactionByKey");
|
|
806
1538
|
}
|
|
807
1539
|
|
|
808
1540
|
let pathParams = {
|
|
@@ -833,16 +1565,16 @@ export default class ObjectQueriesApi {
|
|
|
833
1565
|
let authNames = ['bearerAuth'];
|
|
834
1566
|
let contentTypes = [];
|
|
835
1567
|
let accepts = ['application/json'];
|
|
836
|
-
let returnType =
|
|
1568
|
+
let returnType = ExpandedCommitmentTransaction;
|
|
837
1569
|
return this.apiClient.callApi(
|
|
838
|
-
'/object-query/commitment-
|
|
1570
|
+
'/object-query/commitment-transactions/{key}', 'GET',
|
|
839
1571
|
pathParams, queryParams, headerParams, formParams, postBody,
|
|
840
1572
|
authNames, contentTypes, accepts, returnType, null
|
|
841
1573
|
);
|
|
842
1574
|
}
|
|
843
1575
|
|
|
844
1576
|
/**
|
|
845
|
-
* Query
|
|
1577
|
+
* Query CommitmentTransaction by key with filters, expands, sort capabilities. Supported expands: N/A.
|
|
846
1578
|
* @param {String} key Object ID or Number.
|
|
847
1579
|
* @param {Object} opts Optional parameters
|
|
848
1580
|
* @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
@@ -860,10 +1592,10 @@ export default class ObjectQueriesApi {
|
|
|
860
1592
|
* @param {Array.<String>} opts.filter A case-sensitive filter on the list.
|
|
861
1593
|
* @param {Array.<String>} opts.fields A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
862
1594
|
* @param {Boolean} opts.include_null_fields An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
863
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
1595
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedCommitmentTransaction}
|
|
864
1596
|
*/
|
|
865
|
-
|
|
866
|
-
return this.
|
|
1597
|
+
queryCommitmentTransactionByKey(key, opts) {
|
|
1598
|
+
return this.queryCommitmentTransactionByKeyWithHttpInfo(key, opts)
|
|
867
1599
|
.then(function(response_and_data) {
|
|
868
1600
|
return response_and_data.data;
|
|
869
1601
|
});
|
|
@@ -871,7 +1603,7 @@ export default class ObjectQueriesApi {
|
|
|
871
1603
|
|
|
872
1604
|
|
|
873
1605
|
/**
|
|
874
|
-
* Query
|
|
1606
|
+
* Query CommitmentTransactions with filters, expands, sort capabilities. Supported expands: N/A.
|
|
875
1607
|
* @param {Object} opts Optional parameters
|
|
876
1608
|
* @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
877
1609
|
* @param {String} [accept_encoding] Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
@@ -888,9 +1620,9 @@ export default class ObjectQueriesApi {
|
|
|
888
1620
|
* @param {Array.<String>} [filter] A case-sensitive filter on the list.
|
|
889
1621
|
* @param {Array.<String>} [fields] A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
890
1622
|
* @param {Boolean} [include_null_fields] An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
891
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
1623
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryCommitmentTransactionsResponse} and HTTP response
|
|
892
1624
|
*/
|
|
893
|
-
|
|
1625
|
+
queryCommitmentTransactionsWithHttpInfo(opts) {
|
|
894
1626
|
opts = opts || {};
|
|
895
1627
|
let postBody = null;
|
|
896
1628
|
|
|
@@ -921,16 +1653,16 @@ export default class ObjectQueriesApi {
|
|
|
921
1653
|
let authNames = ['bearerAuth'];
|
|
922
1654
|
let contentTypes = [];
|
|
923
1655
|
let accepts = ['application/json'];
|
|
924
|
-
let returnType =
|
|
1656
|
+
let returnType = QueryCommitmentTransactionsResponse;
|
|
925
1657
|
return this.apiClient.callApi(
|
|
926
|
-
'/object-query/commitment-
|
|
1658
|
+
'/object-query/commitment-transactions', 'GET',
|
|
927
1659
|
pathParams, queryParams, headerParams, formParams, postBody,
|
|
928
1660
|
authNames, contentTypes, accepts, returnType, null
|
|
929
1661
|
);
|
|
930
1662
|
}
|
|
931
1663
|
|
|
932
1664
|
/**
|
|
933
|
-
* Query
|
|
1665
|
+
* Query CommitmentTransactions with filters, expands, sort capabilities. Supported expands: N/A.
|
|
934
1666
|
* @param {Object} opts Optional parameters
|
|
935
1667
|
* @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
936
1668
|
* @param {String} opts.accept_encoding Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
@@ -947,10 +1679,10 @@ export default class ObjectQueriesApi {
|
|
|
947
1679
|
* @param {Array.<String>} opts.filter A case-sensitive filter on the list.
|
|
948
1680
|
* @param {Array.<String>} opts.fields A case-insensitive query parameter that allows you to specify which fields are returned in the response.
|
|
949
1681
|
* @param {Boolean} opts.include_null_fields An optional boolean query parameter that specifies whether to include null fields in the response. If set to `true`, all fields, including those with null values, will be included in the response. If set to `false`, only fields with non-null values will be included.
|
|
950
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
1682
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/QueryCommitmentTransactionsResponse}
|
|
951
1683
|
*/
|
|
952
|
-
|
|
953
|
-
return this.
|
|
1684
|
+
queryCommitmentTransactions(opts) {
|
|
1685
|
+
return this.queryCommitmentTransactionsWithHttpInfo(opts)
|
|
954
1686
|
.then(function(response_and_data) {
|
|
955
1687
|
return response_and_data.data;
|
|
956
1688
|
});
|
|
@@ -958,7 +1690,7 @@ export default class ObjectQueriesApi {
|
|
|
958
1690
|
|
|
959
1691
|
|
|
960
1692
|
/**
|
|
961
|
-
* Query Commitments with filters, expands, sort capabilities. Supported expands:
|
|
1693
|
+
* Query Commitments with filters, expands, sort capabilities. Supported expands: account,commitmentschedules,commitmentschedules.commitmentperiods,commitmentassociatedaccounts,commitmentassociateditems,commitmentassociateditems.account.
|
|
962
1694
|
* @param {Object} opts Optional parameters
|
|
963
1695
|
* @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
964
1696
|
* @param {String} [accept_encoding] Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
@@ -1010,14 +1742,14 @@ export default class ObjectQueriesApi {
|
|
|
1010
1742
|
let accepts = ['application/json'];
|
|
1011
1743
|
let returnType = QueryCommitmentsResponse;
|
|
1012
1744
|
return this.apiClient.callApi(
|
|
1013
|
-
'/object-query/
|
|
1745
|
+
'/object-query/commitments', 'GET',
|
|
1014
1746
|
pathParams, queryParams, headerParams, formParams, postBody,
|
|
1015
1747
|
authNames, contentTypes, accepts, returnType, null
|
|
1016
1748
|
);
|
|
1017
1749
|
}
|
|
1018
1750
|
|
|
1019
1751
|
/**
|
|
1020
|
-
* Query Commitments with filters, expands, sort capabilities. Supported expands:
|
|
1752
|
+
* Query Commitments with filters, expands, sort capabilities. Supported expands: account,commitmentschedules,commitmentschedules.commitmentperiods,commitmentassociatedaccounts,commitmentassociateditems,commitmentassociateditems.account.
|
|
1021
1753
|
* @param {Object} opts Optional parameters
|
|
1022
1754
|
* @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
1023
1755
|
* @param {String} opts.accept_encoding Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
@@ -8474,7 +9206,7 @@ export default class ObjectQueriesApi {
|
|
|
8474
9206
|
|
|
8475
9207
|
|
|
8476
9208
|
/**
|
|
8477
|
-
* Query Subscription by key with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.shipto,account.paymentmethods,order.
|
|
9209
|
+
* Query Subscription by key with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,soldtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.shipto,account.paymentmethods,order.
|
|
8478
9210
|
* @param {String} key Object ID or Number.
|
|
8479
9211
|
* @param {Object} opts Optional parameters
|
|
8480
9212
|
* @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
@@ -8539,7 +9271,7 @@ export default class ObjectQueriesApi {
|
|
|
8539
9271
|
}
|
|
8540
9272
|
|
|
8541
9273
|
/**
|
|
8542
|
-
* Query Subscription by key with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.shipto,account.paymentmethods,order.
|
|
9274
|
+
* Query Subscription by key with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,soldtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.shipto,account.paymentmethods,order.
|
|
8543
9275
|
* @param {String} key Object ID or Number.
|
|
8544
9276
|
* @param {Object} opts Optional parameters
|
|
8545
9277
|
* @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
@@ -8568,7 +9300,7 @@ export default class ObjectQueriesApi {
|
|
|
8568
9300
|
|
|
8569
9301
|
|
|
8570
9302
|
/**
|
|
8571
|
-
* Query Subscriptions with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.shipto,account.paymentmethods,order.
|
|
9303
|
+
* Query Subscriptions with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,soldtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.shipto,account.paymentmethods,order.
|
|
8572
9304
|
* @param {Object} opts Optional parameters
|
|
8573
9305
|
* @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
8574
9306
|
* @param {String} [accept_encoding] Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|
|
@@ -8627,7 +9359,7 @@ export default class ObjectQueriesApi {
|
|
|
8627
9359
|
}
|
|
8628
9360
|
|
|
8629
9361
|
/**
|
|
8630
|
-
* Query Subscriptions with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.shipto,account.paymentmethods,order.
|
|
9362
|
+
* Query Subscriptions with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,soldtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.shipto,account.paymentmethods,order.
|
|
8631
9363
|
* @param {Object} opts Optional parameters
|
|
8632
9364
|
* @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
|
|
8633
9365
|
* @param {String} opts.accept_encoding Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
|