togai_client 1.0.1 → 1.0.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.
- checksums.yaml +4 -4
- data/README.md +3 -4
- data/docs/Account.md +26 -2
- data/docs/AccountAlias.md +28 -0
- data/docs/AccountAliases.md +1 -3
- data/docs/AccountAliasesPaginatedResponse.md +20 -0
- data/docs/AccountSchedule.md +38 -0
- data/docs/AccountsApi.md +840 -124
- data/docs/AccountsBillingInformation.md +20 -0
- data/docs/ActivatePricePlanRequest.md +18 -0
- data/docs/AddAccountAliasesRequest.md +3 -1
- data/docs/AddOn.md +30 -0
- data/docs/AddOnPaginatedResponse.md +22 -0
- data/docs/AddOnType.md +15 -0
- data/docs/AddOnsApi.md +365 -0
- data/docs/Address.md +30 -0
- data/docs/Alert.md +40 -0
- data/docs/AlertStatus.md +15 -0
- data/docs/AlertTemplate.md +38 -0
- data/docs/AlertTemplatesPaginatedResponse.md +20 -0
- data/docs/AlertsApi.md +566 -0
- data/docs/AlertsPaginatedResponse.md +20 -0
- data/docs/AliasPaginatedResponse.md +20 -0
- data/docs/AliasesApi.md +291 -0
- data/docs/AssociationConfig.md +24 -0
- data/docs/Attribute.md +22 -0
- data/docs/AuthenticationApi.md +74 -0
- data/docs/BillingConfig.md +20 -0
- data/docs/BillingEntitlementRateCard.md +34 -0
- data/docs/BillingEntitlementRevenueSummary.md +18 -0
- data/docs/BulkRateCardOperationsRequest.md +18 -0
- data/docs/BulkRateCardOperationsResponse.md +18 -0
- data/docs/CalculateRevenueRequest.md +30 -0
- data/docs/CalculateRevenueResponse.md +24 -0
- data/docs/CalculateRevenueResponseV2.md +22 -0
- data/docs/Computation.md +5 -3
- data/docs/CreateAccountAliasRequest.md +22 -0
- data/docs/CreateAccountRequest.md +27 -5
- data/docs/CreateAccountRequestWithoutCustomerId.md +42 -0
- data/docs/CreateAddOnRequest.md +22 -0
- data/docs/CreateAlertRequest.md +32 -0
- data/docs/CreateAliasRequest.md +18 -0
- data/docs/CreateBulkAliasRequest.md +18 -0
- data/docs/CreateCreditRequest.md +18 -0
- data/docs/CreateCreditResponse.md +18 -0
- data/docs/CreateCustomInvoiceRequest.md +36 -0
- data/docs/CreateCustomerContactRequest.md +30 -0
- data/docs/CreateCustomerContactResponse.md +34 -0
- data/docs/CreateCustomerRequest.md +9 -7
- data/docs/CreateCustomerResponse.md +8 -2
- data/docs/CreateEntitySetting.md +26 -0
- data/docs/CreateEventSchemaRequest.md +7 -1
- data/docs/CreateFeatureRequest.md +22 -0
- data/docs/CreateInvoiceGroupRequest.md +28 -0
- data/docs/CreatePaymentRequest.md +30 -0
- data/docs/CreatePricePlanDetails.md +38 -0
- data/docs/CreatePricePlanDetailsOverride.md +34 -0
- data/docs/CreatePricePlanMigrationRequest.md +32 -0
- data/docs/CreatePricePlanRequest.md +6 -2
- data/docs/CreatePricePlanV2Request.md +30 -0
- data/docs/CreatePricingRule.md +28 -0
- data/docs/CreateProposalRequest.md +40 -0
- data/docs/CreatePurchaseRequest.md +38 -0
- data/docs/CreateUsageMeterRequest.md +12 -6
- data/docs/Credit.md +50 -0
- data/docs/CreditBalanceResponse.md +28 -0
- data/docs/CreditDetailsResponse.md +52 -0
- data/docs/CreditGrantRateCard.md +34 -0
- data/docs/CreditGrantRevenueSummary.md +18 -0
- data/docs/CreditGrantType.md +15 -0
- data/docs/CreditRateDetails.md +20 -0
- data/docs/CreditRequest.md +34 -0
- data/docs/CreditTransaction.md +30 -0
- data/docs/CreditsApi.md +369 -0
- data/docs/CurrencyConfig.md +22 -0
- data/docs/CurrencyRateValue.md +20 -0
- data/docs/CurrencySlabRateDetail.md +24 -0
- data/docs/CustomInvoiceLineItem.md +28 -0
- data/docs/Customer.md +6 -2
- data/docs/CustomerPortalApi.md +77 -0
- data/docs/CustomersApi.md +85 -13
- data/docs/Dependency.md +22 -0
- data/docs/EditAccountScheduleRequest.md +18 -0
- data/docs/EditPricingScheduleRequest.md +18 -0
- data/docs/EnrichedField.md +22 -0
- data/docs/EnrichmentDependency.md +24 -0
- data/docs/Enrichments.md +20 -0
- data/docs/EntitlementOverageConfig.md +22 -0
- data/docs/EntitlementOverageConfigLookupCycle.md +20 -0
- data/docs/EntitlementOverageEntry.md +20 -0
- data/docs/EntitlementOverageRateCard.md +32 -0
- data/docs/EntitlementOverageRevenueSummary.md +18 -0
- data/docs/EntitlementsApi.md +599 -0
- data/docs/Event.md +11 -11
- data/docs/EventCorrectionInfo.md +32 -0
- data/docs/EventCorrectionRequest.md +18 -0
- data/docs/EventIngestionApi.md +16 -15
- data/docs/EventManagementApi.md +95 -21
- data/docs/EventPipelineInfo.md +15 -3
- data/docs/EventPipelineInfoAccount.md +3 -1
- data/docs/EventPipelineInfoEnrichments.md +22 -0
- data/docs/EventPipelineInfoFeatureDetails.md +24 -0
- data/docs/EventPipelineInfoPricePlans.md +28 -0
- data/docs/EventPipelineInfoRevenueDetails.md +22 -0
- data/docs/EventPipelineInfoUsageMeters.md +26 -0
- data/docs/EventSchema.md +11 -1
- data/docs/EventSchemaListData.md +11 -1
- data/docs/EventSchemasApi.md +82 -84
- data/docs/EventSchemasForFeature.md +20 -0
- data/docs/EventSource.md +20 -0
- data/docs/EventWithStatus.md +9 -1
- data/docs/EventWithStatusAndEventPipelineInfo.md +9 -1
- data/docs/EventsCorrectionResponse.md +18 -0
- data/docs/ExpiryType.md +15 -0
- data/docs/ExternalPaymentReference.md +26 -0
- data/docs/Feature.md +30 -0
- data/docs/FeatureApi.md +293 -0
- data/docs/FeatureConfig.md +22 -0
- data/docs/FeatureCreditEntry.md +32 -0
- data/docs/FeatureDetails.md +20 -0
- data/docs/FeatureListResponse.md +30 -0
- data/docs/FeaturePaginatedListData.md +22 -0
- data/docs/Field.md +26 -0
- data/docs/FileDownloadUrlResponse.md +18 -0
- data/docs/FileStorageApi.md +151 -0
- data/docs/FinalizeAccountSchedules.md +20 -0
- data/docs/FinalizePricePlanRequest.md +20 -0
- data/docs/FixedFeeRateCard.md +34 -0
- data/docs/FixedFeeRevenueSummary.md +18 -0
- data/docs/FixedFeeType.md +15 -0
- data/docs/GetCustomerPortalDelegateTokenRequest.md +24 -0
- data/docs/GetEntitlementValuesResponse.md +18 -0
- data/docs/GetEntitlementValuesResponseDataInner.md +20 -0
- data/docs/GetFeatureCreditEntriesPaginatedResponse.md +20 -0
- data/docs/GetFeatureCreditsResponse.md +28 -0
- data/docs/GetJobResponse.md +36 -0
- data/docs/GetLicenseUpdatesResponse.md +20 -0
- data/docs/GetMetricsRequest.md +4 -4
- data/docs/GetProposalResponse.md +62 -0
- data/docs/GetPurchaseResponse.md +62 -0
- data/docs/GrantDetails.md +24 -0
- data/docs/Incident.md +36 -0
- data/docs/IncidentsPaginatedResponse.md +20 -0
- data/docs/IngestEventRequest.md +1 -1
- data/docs/IngestEventResponse.md +12 -2
- data/docs/Invoice.md +68 -0
- data/docs/InvoiceDetails.md +28 -0
- data/docs/InvoiceDetailsAccount.md +24 -0
- data/docs/InvoiceDetailsCustomer.md +24 -0
- data/docs/InvoiceDetailsInvoiceGroup.md +28 -0
- data/docs/InvoiceDetailsOrganization.md +24 -0
- data/docs/InvoiceGroupAccountsPaginatedResponse.md +40 -0
- data/docs/InvoiceGroupDetails.md +30 -0
- data/docs/InvoiceGroupPaginatedResponse.md +20 -0
- data/docs/InvoiceGroups.md +36 -0
- data/docs/InvoiceGroupsApi.md +358 -0
- data/docs/InvoiceInfoInner.md +20 -0
- data/docs/InvoiceLineItem.md +34 -0
- data/docs/InvoiceSummary.md +58 -0
- data/docs/InvoiceTiming.md +15 -0
- data/docs/InvoicesApi.md +751 -0
- data/docs/InvoicesClass.md +15 -0
- data/docs/InvoicesStatus.md +15 -0
- data/docs/InvoicesType.md +15 -0
- data/docs/JobEntriesPaginatedResponse.md +22 -0
- data/docs/JobEntriesResponse.md +26 -0
- data/docs/JobsApi.md +361 -0
- data/docs/JobsPaginatedResponse.md +22 -0
- data/docs/JobsWithoutStatusInfoResponse.md +24 -0
- data/docs/LicenseEntriesConfig.md +24 -0
- data/docs/LicenseEntriesConfigLookupCycle.md +20 -0
- data/docs/LicenseEntriesConfigLookupRange.md +22 -0
- data/docs/LicenseEntry.md +22 -0
- data/docs/LicenseEntryDetailsUpdateRequest.md +22 -0
- data/docs/LicenseRateCard.md +40 -0
- data/docs/LicenseRateCardConfig.md +20 -0
- data/docs/LicenseUpdate.md +26 -0
- data/docs/LicenseUpdateRequest.md +30 -0
- data/docs/LicenseUpdateResponse.md +28 -0
- data/docs/LicensesApi.md +300 -0
- data/docs/ListCreditsResponse.md +20 -0
- data/docs/ListInvoicesResponse.md +20 -0
- data/docs/ListPaymentResponse.md +20 -0
- data/docs/ManageMiscellaneousChargesRequest.md +18 -0
- data/docs/MaxQuantityBreachAction.md +15 -0
- data/docs/MetricQuery.md +7 -5
- data/docs/MetricQueryFilterEntry.md +1 -1
- data/docs/MetricQueryResponse.md +1 -1
- data/docs/MetricsApi.md +7 -7
- data/docs/MigrationMode.md +15 -0
- data/docs/MinimumCommitment.md +20 -0
- data/docs/MiscellaneousCharge.md +26 -0
- data/docs/MiscellaneousChargesResponse.md +18 -0
- data/docs/ModelAlias.md +20 -0
- data/docs/NamedLicenseEntriesConfig.md +24 -0
- data/docs/NamedLicenseEntriesConfigLookupCycle.md +20 -0
- data/docs/NamedLicenseEntriesConfigLookupRange.md +22 -0
- data/docs/NamedLicenseEntry.md +24 -0
- data/docs/NamedLicenseUpdate.md +32 -0
- data/docs/NamedLicenseUpdatesPaginatedResponse.md +20 -0
- data/docs/Payment.md +38 -0
- data/docs/PaymentLineItemRecord.md +24 -0
- data/docs/PaymentsApi.md +227 -0
- data/docs/PlanOverride.md +6 -0
- data/docs/PreAction.md +20 -0
- data/docs/PriceExperimentationApi.md +147 -0
- data/docs/PricePlan.md +4 -0
- data/docs/PricePlanDetails.md +25 -3
- data/docs/PricePlanDetailsConfig.md +28 -0
- data/docs/PricePlanDetailsOverride.md +16 -2
- data/docs/PricePlanInfo.md +20 -0
- data/docs/PricePlanListData.md +10 -2
- data/docs/PricePlanMigrationConfig.md +30 -0
- data/docs/PricePlanType.md +15 -0
- data/docs/PricePlanV2.md +42 -0
- data/docs/PricePlanV2Api.md +953 -0
- data/docs/PricePlanV2PaginatedResponse.md +20 -0
- data/docs/PricePlansApi.md +202 -52
- data/docs/PricingCycleConfig.md +6 -6
- data/docs/PricingCycleConfigStartOffset.md +1 -1
- data/docs/PricingCycleInterval.md +15 -0
- data/docs/PricingRule.md +32 -0
- data/docs/PricingRuleAction.md +26 -0
- data/docs/PricingRuleChangesLog.md +30 -0
- data/docs/PricingRuleInfo.md +24 -0
- data/docs/PricingRuleTiming.md +15 -0
- data/docs/PricingRulesApi.md +83 -0
- data/docs/PricingRulesLog.md +28 -0
- data/docs/PricingRulesLogsPaginatedResponse.md +18 -0
- data/docs/PricingRulesPaginatedResponse.md +18 -0
- data/docs/PricingRulesValues.md +20 -0
- data/docs/PricingSchedule.md +9 -1
- data/docs/PricingSchedulePaginatedResponse.md +22 -0
- data/docs/PricingScheduleWithPricePlanId.md +36 -0
- data/docs/Proposal.md +62 -0
- data/docs/ProposalsListResponse.md +40 -0
- data/docs/ProposalsPaginatedResponse.md +22 -0
- data/docs/ProratedRefundMode.md +15 -0
- data/docs/ProrationConfig.md +22 -0
- data/docs/ProrationConfigCustomConfig.md +22 -0
- data/docs/ProrationConfigLookupCycleConfig.md +22 -0
- data/docs/Purchase.md +58 -0
- data/docs/PurchaseFeatureDetails.md +30 -0
- data/docs/PurchaseListResponse.md +46 -0
- data/docs/PurchasePaginatedListData.md +22 -0
- data/docs/PurchasePlanOverride.md +22 -0
- data/docs/PurchaseStatus.md +15 -0
- data/docs/PurchaseType.md +15 -0
- data/docs/QueryColumn.md +26 -0
- data/docs/QueryFilter.md +22 -0
- data/docs/QueryFunction.md +20 -0
- data/docs/QueryInput.md +28 -0
- data/docs/QueryInputSortInner.md +20 -0
- data/docs/RateCard.md +23 -5
- data/docs/RateCardData.md +28 -0
- data/docs/RateCardDetails.md +30 -0
- data/docs/RateCardOperation.md +22 -0
- data/docs/RateCardPaginatedResponse.md +20 -0
- data/docs/RatePlan.md +20 -0
- data/docs/RateValue.md +22 -0
- data/docs/RecurrenceConfig.md +20 -0
- data/docs/RemoveAccountAliasRequest.md +20 -0
- data/docs/RemoveAccountAliasesRequest.md +4 -2
- data/docs/Report.md +38 -0
- data/docs/ReportStatus.md +15 -0
- data/docs/ReportType.md +15 -0
- data/docs/ReportsApi.md +83 -0
- data/docs/ReportsPaginatedResponse.md +20 -0
- data/docs/RevenueInfo.md +42 -0
- data/docs/RevenueInfoV2.md +32 -0
- data/docs/RevenueSummaryWithMetadata.md +24 -0
- data/docs/ScheduleInfo.md +22 -0
- data/docs/SchedulesApi.md +667 -0
- data/docs/SchedulesPaginatedResponse.md +22 -0
- data/docs/Setting.md +30 -0
- data/docs/SettingDataType.md +15 -0
- data/docs/SettingPaginatedResponse.md +22 -0
- data/docs/SettingsApi.md +301 -0
- data/docs/Slab.md +24 -0
- data/docs/SlabDetail.md +26 -0
- data/docs/SlabRate.md +22 -0
- data/docs/SlabRevenue.md +22 -0
- data/docs/SlabRevenueMetadata.md +22 -0
- data/docs/SlabRevenueSummary.md +24 -0
- data/docs/SlabRevenueWithMetadata.md +24 -0
- data/docs/TokenResponse.md +18 -0
- data/docs/TopupWalletRequest.md +18 -0
- data/docs/UpdateAccountRequest.md +18 -2
- data/docs/UpdateAccountScheduleV2Request.md +26 -0
- data/docs/UpdateAddOnRequest.md +20 -0
- data/docs/UpdateAlertRequest.md +26 -0
- data/docs/UpdateCustomerRequest.md +5 -5
- data/docs/UpdateEventSchemaRequest.md +9 -3
- data/docs/UpdateFeatureCreditsRequest.md +20 -0
- data/docs/UpdateFeatureRequest.md +22 -0
- data/docs/UpdateIncidentStatusRequest.md +18 -0
- data/docs/UpdateInvoiceGroupAccounts.md +18 -0
- data/docs/UpdateInvoiceRequest.md +26 -0
- data/docs/UpdatePricePlanRequest.md +8 -2
- data/docs/UpdatePricePlanV2Request.md +22 -0
- data/docs/UpdatePricingRulesRequest.md +18 -0
- data/docs/UpdatePricingScheduleRequest.md +30 -0
- data/docs/UpdatePricingScheduleRequestWithActions.md +32 -0
- data/docs/UpdatePricingScheduleResponse.md +22 -0
- data/docs/UpdateProposalStatus.md +18 -0
- data/docs/UpdateSettingRequest.md +22 -0
- data/docs/UpdateUsageMeterRequest.md +13 -5
- data/docs/UpdateWalletRequest.md +20 -0
- data/docs/UsageConfig.md +24 -0
- data/docs/UsageConfigLookupCycle.md +20 -0
- data/docs/UsageConfigLookupRange.md +22 -0
- data/docs/UsageCycleInterval.md +15 -0
- data/docs/UsageLookupRange.md +20 -0
- data/docs/UsageMeter.md +12 -2
- data/docs/UsageMeterAggregation.md +15 -0
- data/docs/UsageMeterFilterEntry.md +20 -0
- data/docs/UsageMetersApi.md +64 -74
- data/docs/UsageRateCard.md +28 -0
- data/docs/ValidateEntitlementValueRequest.md +18 -0
- data/docs/ValidatedEntityError.md +24 -0
- data/docs/ValidatedEntityErrorsPaginatedResponse.md +20 -0
- data/docs/VersionsToMigrate.md +15 -0
- data/docs/WalletApi.md +301 -0
- data/docs/WalletBalanceResponse.md +40 -0
- data/docs/WalletEntriesPaginatedResponse.md +20 -0
- data/docs/WalletEntry.md +34 -0
- data/docs/WalletStatus.md +15 -0
- data/docs/WalletTopupDetails.md +20 -0
- data/lib/togai_client/api/accounts_api.rb +881 -220
- data/lib/togai_client/api/add_ons_api.rb +372 -0
- data/lib/togai_client/api/alerts_api.rb +527 -0
- data/lib/togai_client/api/aliases_api.rb +279 -0
- data/lib/togai_client/api/authentication_api.rb +79 -0
- data/lib/togai_client/api/credits_api.rb +351 -0
- data/lib/togai_client/api/customer_portal_api.rb +90 -0
- data/lib/togai_client/api/customers_api.rb +96 -18
- data/lib/togai_client/api/entitlements_api.rb +655 -0
- data/lib/togai_client/api/event_ingestion_api.rb +15 -15
- data/lib/togai_client/api/event_management_api.rb +97 -21
- data/lib/togai_client/api/event_schemas_api.rb +104 -107
- data/lib/togai_client/api/feature_api.rb +298 -0
- data/lib/togai_client/api/file_storage_api.rb +151 -0
- data/lib/togai_client/api/invoice_groups_api.rb +370 -0
- data/lib/togai_client/api/invoices_api.rb +705 -0
- data/lib/togai_client/api/jobs_api.rb +337 -0
- data/lib/togai_client/api/licenses_api.rb +282 -0
- data/lib/togai_client/api/metrics_api.rb +6 -6
- data/lib/togai_client/api/payments_api.rb +215 -0
- data/lib/togai_client/api/price_experimentation_api.rb +158 -0
- data/lib/togai_client/api/price_plan_v2_api.rb +960 -0
- data/lib/togai_client/api/price_plans_api.rb +214 -62
- data/lib/togai_client/api/pricing_rules_api.rb +106 -0
- data/lib/togai_client/api/reports_api.rb +92 -0
- data/lib/togai_client/api/schedules_api.rb +685 -0
- data/lib/togai_client/api/settings_api.rb +302 -0
- data/lib/togai_client/api/usage_meters_api.rb +97 -153
- data/lib/togai_client/api/wallet_api.rb +310 -0
- data/lib/togai_client/api_client.rb +25 -23
- data/lib/togai_client/api_error.rb +2 -1
- data/lib/togai_client/configuration.rb +51 -18
- data/lib/togai_client/models/account.rb +260 -28
- data/lib/togai_client/models/account_alias.rb +329 -0
- data/lib/togai_client/models/account_aliases.rb +23 -67
- data/lib/togai_client/models/account_aliases_paginated_response.rb +233 -0
- data/lib/togai_client/models/account_paginated_response.rb +14 -19
- data/lib/togai_client/models/account_schedule.rb +375 -0
- data/lib/togai_client/models/accounts_billing_information.rb +228 -0
- data/lib/togai_client/models/activate_price_plan_request.rb +235 -0
- data/lib/togai_client/models/add_account_aliases_request.rb +64 -25
- data/lib/togai_client/models/add_on.rb +395 -0
- data/lib/togai_client/models/add_on_paginated_response.rb +241 -0
- data/lib/togai_client/models/add_on_type.rb +42 -0
- data/lib/togai_client/models/address.rb +276 -0
- data/lib/togai_client/models/alert.rb +391 -0
- data/lib/togai_client/models/alert_status.rb +40 -0
- data/lib/togai_client/models/alert_template.rb +343 -0
- data/lib/togai_client/models/alert_templates_paginated_response.rb +232 -0
- data/lib/togai_client/models/alerts_paginated_response.rb +232 -0
- data/lib/togai_client/models/alias_paginated_response.rb +226 -0
- data/lib/togai_client/models/association_config.rb +244 -0
- data/lib/togai_client/models/attribute.rb +327 -0
- data/lib/togai_client/models/base_success_response.rb +16 -19
- data/lib/togai_client/models/billing_config.rb +225 -0
- data/lib/togai_client/models/billing_entitlement_rate_card.rb +370 -0
- data/lib/togai_client/models/billing_entitlement_revenue_summary.rb +221 -0
- data/lib/togai_client/models/bulk_rate_card_operations_request.rb +224 -0
- data/lib/togai_client/models/bulk_rate_card_operations_response.rb +224 -0
- data/lib/togai_client/models/calculate_revenue_request.rb +297 -0
- data/lib/togai_client/models/calculate_revenue_response.rb +264 -0
- data/lib/togai_client/models/calculate_revenue_response_v2.rb +248 -0
- data/lib/togai_client/models/computation.rb +49 -27
- data/lib/togai_client/models/create_account_alias_request.rb +270 -0
- data/lib/togai_client/models/create_account_request.rb +306 -27
- data/lib/togai_client/models/create_account_request_without_customer_id.rb +551 -0
- data/lib/togai_client/models/create_add_on_request.rb +309 -0
- data/lib/togai_client/models/create_alert_request.rb +327 -0
- data/lib/togai_client/models/create_alias_request.rb +241 -0
- data/lib/togai_client/models/create_bulk_alias_request.rb +252 -0
- data/lib/togai_client/models/create_credit_request.rb +224 -0
- data/lib/togai_client/models/create_credit_response.rb +223 -0
- data/lib/togai_client/models/create_custom_invoice_request.rb +411 -0
- data/lib/togai_client/models/create_customer_contact_request.rb +402 -0
- data/lib/togai_client/models/create_customer_contact_response.rb +435 -0
- data/lib/togai_client/models/create_customer_request.rb +69 -47
- data/lib/togai_client/models/create_customer_response.rb +81 -40
- data/lib/togai_client/models/create_entity_setting.rb +308 -0
- data/lib/togai_client/models/create_event_schema_request.rb +70 -24
- data/lib/togai_client/models/create_feature_request.rb +309 -0
- data/lib/togai_client/models/create_invoice_group_request.rb +344 -0
- data/lib/togai_client/models/create_payment_request.rb +394 -0
- data/lib/togai_client/models/create_price_plan_details.rb +339 -0
- data/lib/togai_client/models/create_price_plan_details_override.rb +319 -0
- data/lib/togai_client/models/create_price_plan_migration_request.rb +385 -0
- data/lib/togai_client/models/create_price_plan_request.rb +69 -24
- data/lib/togai_client/models/create_price_plan_v2_request.rb +367 -0
- data/lib/togai_client/models/create_pricing_rule.rb +313 -0
- data/lib/togai_client/models/create_proposal_request.rb +371 -0
- data/lib/togai_client/models/create_purchase_request.rb +330 -0
- data/lib/togai_client/models/create_usage_meter_request.rb +85 -42
- data/lib/togai_client/models/credit.rb +490 -0
- data/lib/togai_client/models/credit_balance_response.rb +302 -0
- data/lib/togai_client/models/credit_details_response.rb +508 -0
- data/lib/togai_client/models/credit_grant_rate_card.rb +332 -0
- data/lib/togai_client/models/credit_grant_revenue_summary.rb +221 -0
- data/lib/togai_client/models/credit_grant_type.rb +40 -0
- data/lib/togai_client/models/credit_rate_details.rb +262 -0
- data/lib/togai_client/models/credit_request.rb +330 -0
- data/lib/togai_client/models/credit_transaction.rb +357 -0
- data/lib/togai_client/models/currency_config.rb +296 -0
- data/lib/togai_client/models/currency_rate_value.rb +237 -0
- data/lib/togai_client/models/currency_slab_rate_detail.rb +287 -0
- data/lib/togai_client/models/custom_invoice_line_item.rb +260 -0
- data/lib/togai_client/models/customer.rb +68 -26
- data/lib/togai_client/models/customer_paginated_response.rb +14 -19
- data/lib/togai_client/models/dependency.rb +287 -0
- data/lib/togai_client/models/dimensions_schema.rb +16 -19
- data/lib/togai_client/models/edit_account_schedule_request.rb +252 -0
- data/lib/togai_client/models/edit_pricing_schedule_request.rb +252 -0
- data/lib/togai_client/models/enriched_field.rb +288 -0
- data/lib/togai_client/models/enrichment_dependency.rb +297 -0
- data/lib/togai_client/models/enrichments.rb +234 -0
- data/lib/togai_client/models/entitlement_overage_config.rb +278 -0
- data/lib/togai_client/models/entitlement_overage_config_lookup_cycle.rb +258 -0
- data/lib/togai_client/models/entitlement_overage_entry.rb +256 -0
- data/lib/togai_client/models/entitlement_overage_rate_card.rb +324 -0
- data/lib/togai_client/models/entitlement_overage_revenue_summary.rb +221 -0
- data/lib/togai_client/models/error_response.rb +16 -19
- data/lib/togai_client/models/event.rb +104 -84
- data/lib/togai_client/models/event_attribute_schema.rb +22 -21
- data/lib/togai_client/models/event_correction_info.rb +384 -0
- data/lib/togai_client/models/event_correction_request.rb +215 -0
- data/lib/togai_client/models/event_pipeline_info.rb +76 -25
- data/lib/togai_client/models/event_pipeline_info_account.rb +31 -23
- data/lib/togai_client/models/event_pipeline_info_customer.rb +18 -19
- data/lib/togai_client/models/event_pipeline_info_enrichments.rb +238 -0
- data/lib/togai_client/models/event_pipeline_info_event_schema.rb +18 -19
- data/lib/togai_client/models/event_pipeline_info_feature_details.rb +255 -0
- data/lib/togai_client/models/event_pipeline_info_price_plans.rb +306 -0
- data/lib/togai_client/models/event_pipeline_info_revenue_details.rb +253 -0
- data/lib/togai_client/models/event_pipeline_info_usage_meters.rb +312 -0
- data/lib/togai_client/models/event_schema.rb +89 -29
- data/lib/togai_client/models/event_schema_list_data.rb +90 -31
- data/lib/togai_client/models/event_schema_list_paginated_response.rb +14 -19
- data/lib/togai_client/models/event_schema_versions_response.rb +16 -19
- data/lib/togai_client/models/event_schemas_for_feature.rb +259 -0
- data/lib/togai_client/models/event_source.rb +278 -0
- data/lib/togai_client/models/event_with_status.rb +94 -23
- data/lib/togai_client/models/event_with_status_and_event_pipeline_info.rb +100 -23
- data/lib/togai_client/models/events_correction_response.rb +252 -0
- data/lib/togai_client/models/expiry_type.rb +41 -0
- data/lib/togai_client/models/external_payment_reference.rb +309 -0
- data/lib/togai_client/models/feature.rb +365 -0
- data/lib/togai_client/models/feature_config.rb +266 -0
- data/lib/togai_client/models/feature_credit_entry.rb +387 -0
- data/lib/togai_client/models/feature_details.rb +238 -0
- data/lib/togai_client/models/feature_list_response.rb +343 -0
- data/lib/togai_client/models/feature_paginated_list_data.rb +234 -0
- data/lib/togai_client/models/field.rb +331 -0
- data/lib/togai_client/models/file_download_url_response.rb +221 -0
- data/lib/togai_client/models/finalize_account_schedules.rb +228 -0
- data/lib/togai_client/models/finalize_price_plan_request.rb +246 -0
- data/lib/togai_client/models/fixed_fee_rate_card.rb +354 -0
- data/lib/togai_client/models/fixed_fee_revenue_summary.rb +221 -0
- data/lib/togai_client/models/fixed_fee_type.rb +40 -0
- data/lib/togai_client/models/get_customer_portal_delegate_token_request.rb +255 -0
- data/lib/togai_client/models/get_entitlement_values_response.rb +223 -0
- data/lib/togai_client/models/get_entitlement_values_response_data_inner.rb +239 -0
- data/lib/togai_client/models/get_event_response.rb +16 -19
- data/lib/togai_client/models/get_events_response.rb +21 -20
- data/lib/togai_client/models/get_feature_credit_entries_paginated_response.rb +225 -0
- data/lib/togai_client/models/get_feature_credits_response.rb +333 -0
- data/lib/togai_client/models/get_job_response.rb +399 -0
- data/lib/togai_client/models/get_license_updates_response.rb +252 -0
- data/lib/togai_client/models/get_metrics_request.rb +22 -19
- data/lib/togai_client/models/get_metrics_response.rb +16 -19
- data/lib/togai_client/models/get_proposal_response.rb +536 -0
- data/lib/togai_client/models/get_purchase_response.rb +519 -0
- data/lib/togai_client/models/grant_details.rb +299 -0
- data/lib/togai_client/models/incident.rb +347 -0
- data/lib/togai_client/models/incidents_paginated_response.rb +232 -0
- data/lib/togai_client/models/ingest_batch_event_request.rb +21 -24
- data/lib/togai_client/models/ingest_event_request.rb +21 -19
- data/lib/togai_client/models/ingest_event_response.rb +76 -42
- data/lib/togai_client/models/ingestion_status.rb +23 -22
- data/lib/togai_client/models/invoice.rb +571 -0
- data/lib/togai_client/models/invoice_details.rb +259 -0
- data/lib/togai_client/models/invoice_details_account.rb +269 -0
- data/lib/togai_client/models/invoice_details_customer.rb +255 -0
- data/lib/togai_client/models/invoice_details_invoice_group.rb +294 -0
- data/lib/togai_client/models/invoice_details_organization.rb +264 -0
- data/lib/togai_client/models/invoice_group_accounts_paginated_response.rb +430 -0
- data/lib/togai_client/models/invoice_group_details.rb +330 -0
- data/lib/togai_client/models/invoice_group_paginated_response.rb +225 -0
- data/lib/togai_client/models/invoice_groups.rb +403 -0
- data/lib/togai_client/models/invoice_info_inner.rb +239 -0
- data/lib/togai_client/models/invoice_line_item.rb +381 -0
- data/lib/togai_client/models/invoice_summary.rb +520 -0
- data/lib/togai_client/models/invoice_timing.rb +41 -0
- data/lib/togai_client/models/invoices_class.rb +41 -0
- data/lib/togai_client/models/invoices_status.rb +47 -0
- data/lib/togai_client/models/invoices_type.rb +44 -0
- data/lib/togai_client/models/job_entries_paginated_response.rb +234 -0
- data/lib/togai_client/models/job_entries_response.rb +314 -0
- data/lib/togai_client/models/jobs_paginated_response.rb +234 -0
- data/lib/togai_client/models/jobs_without_status_info_response.rb +269 -0
- data/lib/togai_client/models/license_entries_config.rb +287 -0
- data/lib/togai_client/models/license_entries_config_lookup_cycle.rb +251 -0
- data/lib/togai_client/models/license_entries_config_lookup_range.rb +273 -0
- data/lib/togai_client/models/license_entry.rb +272 -0
- data/lib/togai_client/models/license_entry_details_update_request.rb +277 -0
- data/lib/togai_client/models/license_rate_card.rb +388 -0
- data/lib/togai_client/models/license_rate_card_config.rb +246 -0
- data/lib/togai_client/models/license_update.rb +320 -0
- data/lib/togai_client/models/license_update_request.rb +377 -0
- data/lib/togai_client/models/license_update_response.rb +342 -0
- data/lib/togai_client/models/list_credits_response.rb +280 -0
- data/lib/togai_client/models/list_invoices_response.rb +280 -0
- data/lib/togai_client/models/list_payment_response.rb +280 -0
- data/lib/togai_client/models/manage_miscellaneous_charges_request.rb +224 -0
- data/lib/togai_client/models/max_quantity_breach_action.rb +39 -0
- data/lib/togai_client/models/metric_data_points.rb +28 -29
- data/lib/togai_client/models/metric_data_points_grouped_by.rb +18 -19
- data/lib/togai_client/models/metric_name.rb +11 -4
- data/lib/togai_client/models/metric_query.rb +45 -24
- data/lib/togai_client/models/metric_query_filter_entry.rb +19 -20
- data/lib/togai_client/models/metric_query_response.rb +42 -19
- data/lib/togai_client/models/migration_mode.rb +44 -0
- data/lib/togai_client/models/minimum_commitment.rb +258 -0
- data/lib/togai_client/models/miscellaneous_charge.rb +265 -0
- data/lib/togai_client/models/miscellaneous_charges_response.rb +224 -0
- data/lib/togai_client/models/model_alias.rb +238 -0
- data/lib/togai_client/models/named_license_entries_config.rb +287 -0
- data/lib/togai_client/models/named_license_entries_config_lookup_cycle.rb +251 -0
- data/lib/togai_client/models/named_license_entries_config_lookup_range.rb +273 -0
- data/lib/togai_client/models/named_license_entry.rb +281 -0
- data/lib/togai_client/models/named_license_update.rb +396 -0
- data/lib/togai_client/models/named_license_updates_paginated_response.rb +252 -0
- data/lib/togai_client/models/pagination_options.rb +14 -19
- data/lib/togai_client/models/payment.rb +380 -0
- data/lib/togai_client/models/payment_line_item_record.rb +290 -0
- data/lib/togai_client/models/plan_override.rb +64 -20
- data/lib/togai_client/models/pre_action.rb +269 -0
- data/lib/togai_client/models/price_plan.rb +59 -21
- data/lib/togai_client/models/price_plan_details.rb +182 -45
- data/lib/togai_client/models/price_plan_details_config.rb +344 -0
- data/lib/togai_client/models/price_plan_details_override.rb +135 -35
- data/lib/togai_client/models/price_plan_info.rb +230 -0
- data/lib/togai_client/models/price_plan_list_data.rb +116 -25
- data/lib/togai_client/models/price_plan_migration_config.rb +368 -0
- data/lib/togai_client/models/price_plan_paginated_response.rb +16 -19
- data/lib/togai_client/models/price_plan_type.rb +40 -0
- data/lib/togai_client/models/price_plan_v2.rb +519 -0
- data/lib/togai_client/models/price_plan_v2_paginated_response.rb +233 -0
- data/lib/togai_client/models/price_type.rb +7 -4
- data/lib/togai_client/models/pricing_cycle_config.rb +34 -67
- data/lib/togai_client/models/pricing_cycle_config_start_offset.rb +20 -21
- data/lib/togai_client/models/pricing_cycle_interval.rb +43 -0
- data/lib/togai_client/models/pricing_model.rb +7 -4
- data/lib/togai_client/models/pricing_rule.rb +382 -0
- data/lib/togai_client/models/pricing_rule_action.rb +293 -0
- data/lib/togai_client/models/pricing_rule_changes_log.rb +290 -0
- data/lib/togai_client/models/pricing_rule_info.rb +249 -0
- data/lib/togai_client/models/pricing_rule_timing.rb +40 -0
- data/lib/togai_client/models/pricing_rules_log.rb +318 -0
- data/lib/togai_client/models/pricing_rules_logs_paginated_response.rb +224 -0
- data/lib/togai_client/models/pricing_rules_paginated_response.rb +223 -0
- data/lib/togai_client/models/pricing_rules_values.rb +223 -0
- data/lib/togai_client/models/pricing_schedule.rb +100 -23
- data/lib/togai_client/models/pricing_schedule_paginated_response.rb +234 -0
- data/lib/togai_client/models/pricing_schedule_with_price_plan_id.rb +365 -0
- data/lib/togai_client/models/proposal.rb +536 -0
- data/lib/togai_client/models/proposals_list_response.rb +390 -0
- data/lib/togai_client/models/proposals_paginated_response.rb +234 -0
- data/lib/togai_client/models/prorated_refund_mode.rb +42 -0
- data/lib/togai_client/models/proration_config.rb +275 -0
- data/lib/togai_client/models/proration_config_custom_config.rb +254 -0
- data/lib/togai_client/models/proration_config_lookup_cycle_config.rb +261 -0
- data/lib/togai_client/models/purchase.rb +493 -0
- data/lib/togai_client/models/purchase_feature_details.rb +317 -0
- data/lib/togai_client/models/purchase_list_response.rb +393 -0
- data/lib/togai_client/models/purchase_paginated_list_data.rb +234 -0
- data/lib/togai_client/models/purchase_plan_override.rb +296 -0
- data/lib/togai_client/models/purchase_status.rb +46 -0
- data/lib/togai_client/models/purchase_type.rb +42 -0
- data/lib/togai_client/models/query_column.rb +259 -0
- data/lib/togai_client/models/query_filter.rb +255 -0
- data/lib/togai_client/models/query_function.rb +239 -0
- data/lib/togai_client/models/query_input.rb +295 -0
- data/lib/togai_client/models/query_input_sort_inner.rb +237 -0
- data/lib/togai_client/models/rate_card.rb +342 -38
- data/lib/togai_client/models/rate_card_data.rb +370 -0
- data/lib/togai_client/models/rate_card_details.rb +269 -0
- data/lib/togai_client/models/rate_card_operation.rb +302 -0
- data/lib/togai_client/models/rate_card_paginated_response.rb +233 -0
- data/lib/togai_client/models/rate_card_type.rb +13 -5
- data/lib/togai_client/models/rate_plan.rb +282 -0
- data/lib/togai_client/models/rate_value.rb +270 -0
- data/lib/togai_client/models/recurrence_config.rb +225 -0
- data/lib/togai_client/models/remove_account_alias_request.rb +232 -0
- data/lib/togai_client/models/remove_account_aliases_request.rb +30 -49
- data/lib/togai_client/models/report.rb +362 -0
- data/lib/togai_client/models/report_status.rb +43 -0
- data/lib/togai_client/models/report_type.rb +41 -0
- data/lib/togai_client/models/reports_paginated_response.rb +226 -0
- data/lib/togai_client/models/revenue_info.rb +335 -0
- data/lib/togai_client/models/revenue_info_v2.rb +297 -0
- data/lib/togai_client/models/revenue_summary_with_metadata.rb +255 -0
- data/lib/togai_client/models/schedule_info.rb +250 -0
- data/lib/togai_client/models/schedules_paginated_response.rb +241 -0
- data/lib/togai_client/models/setting.rb +340 -0
- data/lib/togai_client/models/setting_data_type.rb +42 -0
- data/lib/togai_client/models/setting_paginated_response.rb +234 -0
- data/lib/togai_client/models/slab.rb +315 -0
- data/lib/togai_client/models/slab_detail.rb +298 -0
- data/lib/togai_client/models/slab_rate.rb +249 -0
- data/lib/togai_client/models/slab_revenue.rb +281 -0
- data/lib/togai_client/models/slab_revenue_metadata.rb +232 -0
- data/lib/togai_client/models/slab_revenue_summary.rb +262 -0
- data/lib/togai_client/models/slab_revenue_with_metadata.rb +299 -0
- data/lib/togai_client/models/token_response.rb +221 -0
- data/lib/togai_client/models/topup_wallet_request.rb +222 -0
- data/lib/togai_client/models/update_account_request.rb +196 -26
- data/lib/togai_client/models/update_account_schedule_v2_request.rb +303 -0
- data/lib/togai_client/models/update_add_on_request.rb +264 -0
- data/lib/togai_client/models/update_alert_request.rb +274 -0
- data/lib/togai_client/models/update_customer_request.rb +36 -49
- data/lib/togai_client/models/update_event_schema_request.rb +68 -38
- data/lib/togai_client/models/update_feature_credits_request.rb +225 -0
- data/lib/togai_client/models/update_feature_request.rb +295 -0
- data/lib/togai_client/models/update_incident_status_request.rb +256 -0
- data/lib/togai_client/models/update_invoice_group_accounts.rb +252 -0
- data/lib/togai_client/models/update_invoice_request.rb +317 -0
- data/lib/togai_client/models/update_price_plan_request.rb +81 -25
- data/lib/togai_client/models/update_price_plan_v2_request.rb +266 -0
- data/lib/togai_client/models/update_pricing_rules_request.rb +216 -0
- data/lib/togai_client/models/update_pricing_schedule_request.rb +323 -0
- data/lib/togai_client/models/update_pricing_schedule_request_with_actions.rb +343 -0
- data/lib/togai_client/models/update_pricing_schedule_response.rb +276 -0
- data/lib/togai_client/models/update_proposal_status.rb +256 -0
- data/lib/togai_client/models/update_setting_request.rb +255 -0
- data/lib/togai_client/models/update_usage_meter_request.rb +105 -50
- data/lib/togai_client/models/update_wallet_request.rb +246 -0
- data/lib/togai_client/models/usage_config.rb +287 -0
- data/lib/togai_client/models/usage_config_lookup_cycle.rb +250 -0
- data/lib/togai_client/models/usage_config_lookup_range.rb +273 -0
- data/lib/togai_client/models/usage_cycle_interval.rb +43 -0
- data/lib/togai_client/models/usage_lookup_range.rb +238 -0
- data/lib/togai_client/models/usage_meter.rb +156 -39
- data/lib/togai_client/models/usage_meter_aggregation.rb +40 -0
- data/lib/togai_client/models/usage_meter_filter_entry.rb +238 -0
- data/lib/togai_client/models/usage_meter_paginated_response.rb +14 -19
- data/lib/togai_client/models/usage_rate_card.rb +285 -0
- data/lib/togai_client/models/validate_entitlement_value_request.rb +222 -0
- data/lib/togai_client/models/validated_entity_error.rb +273 -0
- data/lib/togai_client/models/validated_entity_errors_paginated_response.rb +232 -0
- data/lib/togai_client/models/versions_to_migrate.rb +40 -0
- data/lib/togai_client/models/wallet_balance_response.rb +388 -0
- data/lib/togai_client/models/wallet_entries_paginated_response.rb +280 -0
- data/lib/togai_client/models/wallet_entry.rb +421 -0
- data/lib/togai_client/models/wallet_status.rb +40 -0
- data/lib/togai_client/models/wallet_topup_details.rb +233 -0
- data/lib/togai_client/version.rb +2 -2
- data/lib/togai_client.rb +279 -21
- data/spec/spec_helper.rb +1 -1
- data/togai_client.gemspec +4 -3
- metadata +561 -5
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: togai_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Togai Engineering
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -61,36 +61,121 @@ files:
|
|
61
61
|
- README.md
|
62
62
|
- Rakefile
|
63
63
|
- docs/Account.md
|
64
|
+
- docs/AccountAlias.md
|
64
65
|
- docs/AccountAliases.md
|
66
|
+
- docs/AccountAliasesPaginatedResponse.md
|
65
67
|
- docs/AccountPaginatedResponse.md
|
68
|
+
- docs/AccountSchedule.md
|
66
69
|
- docs/AccountsApi.md
|
70
|
+
- docs/AccountsBillingInformation.md
|
71
|
+
- docs/ActivatePricePlanRequest.md
|
67
72
|
- docs/AddAccountAliasesRequest.md
|
73
|
+
- docs/AddOn.md
|
74
|
+
- docs/AddOnPaginatedResponse.md
|
75
|
+
- docs/AddOnType.md
|
76
|
+
- docs/AddOnsApi.md
|
77
|
+
- docs/Address.md
|
78
|
+
- docs/Alert.md
|
79
|
+
- docs/AlertStatus.md
|
80
|
+
- docs/AlertTemplate.md
|
81
|
+
- docs/AlertTemplatesPaginatedResponse.md
|
82
|
+
- docs/AlertsApi.md
|
83
|
+
- docs/AlertsPaginatedResponse.md
|
84
|
+
- docs/AliasPaginatedResponse.md
|
85
|
+
- docs/AliasesApi.md
|
68
86
|
- docs/AssociatePricePlanRequest.md
|
69
87
|
- docs/AssociatePricePlanResponse.md
|
88
|
+
- docs/AssociationConfig.md
|
89
|
+
- docs/Attribute.md
|
90
|
+
- docs/AuthenticationApi.md
|
70
91
|
- docs/BaseSuccessResponse.md
|
92
|
+
- docs/BillingConfig.md
|
93
|
+
- docs/BillingEntitlementRateCard.md
|
94
|
+
- docs/BillingEntitlementRevenueSummary.md
|
95
|
+
- docs/BulkRateCardOperationsRequest.md
|
96
|
+
- docs/BulkRateCardOperationsResponse.md
|
71
97
|
- docs/Bundle.md
|
98
|
+
- docs/CalculateRevenueRequest.md
|
99
|
+
- docs/CalculateRevenueResponse.md
|
100
|
+
- docs/CalculateRevenueResponseV2.md
|
72
101
|
- docs/Computation.md
|
102
|
+
- docs/CreateAccountAliasRequest.md
|
73
103
|
- docs/CreateAccountRequest.md
|
104
|
+
- docs/CreateAccountRequestWithoutCustomerId.md
|
105
|
+
- docs/CreateAddOnRequest.md
|
106
|
+
- docs/CreateAlertRequest.md
|
107
|
+
- docs/CreateAliasRequest.md
|
108
|
+
- docs/CreateBulkAliasRequest.md
|
109
|
+
- docs/CreateCreditRequest.md
|
110
|
+
- docs/CreateCreditResponse.md
|
111
|
+
- docs/CreateCustomInvoiceRequest.md
|
112
|
+
- docs/CreateCustomerContactRequest.md
|
113
|
+
- docs/CreateCustomerContactResponse.md
|
74
114
|
- docs/CreateCustomerRequest.md
|
75
115
|
- docs/CreateCustomerResponse.md
|
116
|
+
- docs/CreateEntitySetting.md
|
76
117
|
- docs/CreateEventSchemaRequest.md
|
118
|
+
- docs/CreateFeatureRequest.md
|
119
|
+
- docs/CreateInvoiceGroupRequest.md
|
120
|
+
- docs/CreatePaymentRequest.md
|
121
|
+
- docs/CreatePricePlanDetails.md
|
122
|
+
- docs/CreatePricePlanDetailsOverride.md
|
123
|
+
- docs/CreatePricePlanMigrationRequest.md
|
77
124
|
- docs/CreatePricePlanRequest.md
|
125
|
+
- docs/CreatePricePlanV2Request.md
|
126
|
+
- docs/CreatePricingRule.md
|
127
|
+
- docs/CreateProposalRequest.md
|
128
|
+
- docs/CreatePurchaseRequest.md
|
78
129
|
- docs/CreateUsageMeterRequest.md
|
130
|
+
- docs/Credit.md
|
131
|
+
- docs/CreditBalanceResponse.md
|
132
|
+
- docs/CreditDetailsResponse.md
|
133
|
+
- docs/CreditGrantRateCard.md
|
134
|
+
- docs/CreditGrantRevenueSummary.md
|
135
|
+
- docs/CreditGrantType.md
|
136
|
+
- docs/CreditRateDetails.md
|
137
|
+
- docs/CreditRequest.md
|
138
|
+
- docs/CreditTransaction.md
|
139
|
+
- docs/CreditsApi.md
|
140
|
+
- docs/CurrencyConfig.md
|
141
|
+
- docs/CurrencyRateValue.md
|
142
|
+
- docs/CurrencySlabRateDetail.md
|
143
|
+
- docs/CustomInvoiceLineItem.md
|
79
144
|
- docs/Customer.md
|
80
145
|
- docs/CustomerPaginatedResponse.md
|
146
|
+
- docs/CustomerPortalApi.md
|
81
147
|
- docs/CustomersApi.md
|
148
|
+
- docs/Dependency.md
|
82
149
|
- docs/DimensionsSchema.md
|
150
|
+
- docs/EditAccountScheduleRequest.md
|
151
|
+
- docs/EditPricingScheduleRequest.md
|
152
|
+
- docs/EnrichedField.md
|
153
|
+
- docs/EnrichmentDependency.md
|
154
|
+
- docs/Enrichments.md
|
155
|
+
- docs/EntitlementOverageConfig.md
|
156
|
+
- docs/EntitlementOverageConfigLookupCycle.md
|
157
|
+
- docs/EntitlementOverageEntry.md
|
158
|
+
- docs/EntitlementOverageRateCard.md
|
159
|
+
- docs/EntitlementOverageRevenueSummary.md
|
160
|
+
- docs/EntitlementsApi.md
|
83
161
|
- docs/ErrorResponse.md
|
84
162
|
- docs/Event.md
|
85
163
|
- docs/EventAttribute.md
|
86
164
|
- docs/EventAttributeSchema.md
|
165
|
+
- docs/EventCorrectionInfo.md
|
166
|
+
- docs/EventCorrectionRequest.md
|
87
167
|
- docs/EventIngestionApi.md
|
88
168
|
- docs/EventManagementApi.md
|
89
169
|
- docs/EventPipelineInfo.md
|
90
170
|
- docs/EventPipelineInfoAccount.md
|
91
171
|
- docs/EventPipelineInfoCustomer.md
|
172
|
+
- docs/EventPipelineInfoEnrichments.md
|
92
173
|
- docs/EventPipelineInfoEventSchema.md
|
174
|
+
- docs/EventPipelineInfoFeatureDetails.md
|
175
|
+
- docs/EventPipelineInfoPricePlans.md
|
93
176
|
- docs/EventPipelineInfoPricePlansInner.md
|
177
|
+
- docs/EventPipelineInfoRevenueDetails.md
|
178
|
+
- docs/EventPipelineInfoUsageMeters.md
|
94
179
|
- docs/EventPipelineInfoUsageMetersInner.md
|
95
180
|
- docs/EventSchema.md
|
96
181
|
- docs/EventSchemaListData.md
|
@@ -98,19 +183,91 @@ files:
|
|
98
183
|
- docs/EventSchemaListPaginatedResponse.md
|
99
184
|
- docs/EventSchemaVersionsResponse.md
|
100
185
|
- docs/EventSchemasApi.md
|
186
|
+
- docs/EventSchemasForFeature.md
|
187
|
+
- docs/EventSource.md
|
101
188
|
- docs/EventWithStatus.md
|
102
189
|
- docs/EventWithStatusAndEventPipelineInfo.md
|
103
190
|
- docs/EventWithStatusAndEventPipelineInfoAllOf.md
|
191
|
+
- docs/EventsCorrectionResponse.md
|
192
|
+
- docs/ExpiryType.md
|
193
|
+
- docs/ExternalPaymentReference.md
|
194
|
+
- docs/Feature.md
|
195
|
+
- docs/FeatureApi.md
|
196
|
+
- docs/FeatureConfig.md
|
197
|
+
- docs/FeatureCreditEntry.md
|
198
|
+
- docs/FeatureDetails.md
|
199
|
+
- docs/FeatureListResponse.md
|
200
|
+
- docs/FeaturePaginatedListData.md
|
201
|
+
- docs/Field.md
|
202
|
+
- docs/FileDownloadUrlResponse.md
|
203
|
+
- docs/FileStorageApi.md
|
204
|
+
- docs/FinalizeAccountSchedules.md
|
205
|
+
- docs/FinalizePricePlanRequest.md
|
206
|
+
- docs/FixedFeeRateCard.md
|
207
|
+
- docs/FixedFeeRevenueSummary.md
|
208
|
+
- docs/FixedFeeType.md
|
209
|
+
- docs/GetCustomerPortalDelegateTokenRequest.md
|
210
|
+
- docs/GetEntitlementValuesResponse.md
|
211
|
+
- docs/GetEntitlementValuesResponseDataInner.md
|
104
212
|
- docs/GetEventResponse.md
|
105
213
|
- docs/GetEventsResponse.md
|
214
|
+
- docs/GetFeatureCreditEntriesPaginatedResponse.md
|
215
|
+
- docs/GetFeatureCreditsResponse.md
|
216
|
+
- docs/GetJobResponse.md
|
217
|
+
- docs/GetLicenseUpdatesResponse.md
|
106
218
|
- docs/GetMetricsRequest.md
|
107
219
|
- docs/GetMetricsResponse.md
|
220
|
+
- docs/GetProposalResponse.md
|
221
|
+
- docs/GetPurchaseResponse.md
|
222
|
+
- docs/GrantDetails.md
|
223
|
+
- docs/Incident.md
|
224
|
+
- docs/IncidentsPaginatedResponse.md
|
108
225
|
- docs/IngestBatchEventRequest.md
|
109
226
|
- docs/IngestBatchEventResponse.md
|
110
227
|
- docs/IngestError.md
|
111
228
|
- docs/IngestEventRequest.md
|
112
229
|
- docs/IngestEventResponse.md
|
113
230
|
- docs/IngestionStatus.md
|
231
|
+
- docs/Invoice.md
|
232
|
+
- docs/InvoiceDetails.md
|
233
|
+
- docs/InvoiceDetailsAccount.md
|
234
|
+
- docs/InvoiceDetailsCustomer.md
|
235
|
+
- docs/InvoiceDetailsInvoiceGroup.md
|
236
|
+
- docs/InvoiceDetailsOrganization.md
|
237
|
+
- docs/InvoiceGroupAccountsPaginatedResponse.md
|
238
|
+
- docs/InvoiceGroupDetails.md
|
239
|
+
- docs/InvoiceGroupPaginatedResponse.md
|
240
|
+
- docs/InvoiceGroups.md
|
241
|
+
- docs/InvoiceGroupsApi.md
|
242
|
+
- docs/InvoiceInfoInner.md
|
243
|
+
- docs/InvoiceLineItem.md
|
244
|
+
- docs/InvoiceSummary.md
|
245
|
+
- docs/InvoiceTiming.md
|
246
|
+
- docs/InvoicesApi.md
|
247
|
+
- docs/InvoicesClass.md
|
248
|
+
- docs/InvoicesStatus.md
|
249
|
+
- docs/InvoicesType.md
|
250
|
+
- docs/JobEntriesPaginatedResponse.md
|
251
|
+
- docs/JobEntriesResponse.md
|
252
|
+
- docs/JobsApi.md
|
253
|
+
- docs/JobsPaginatedResponse.md
|
254
|
+
- docs/JobsWithoutStatusInfoResponse.md
|
255
|
+
- docs/LicenseEntriesConfig.md
|
256
|
+
- docs/LicenseEntriesConfigLookupCycle.md
|
257
|
+
- docs/LicenseEntriesConfigLookupRange.md
|
258
|
+
- docs/LicenseEntry.md
|
259
|
+
- docs/LicenseEntryDetailsUpdateRequest.md
|
260
|
+
- docs/LicenseRateCard.md
|
261
|
+
- docs/LicenseRateCardConfig.md
|
262
|
+
- docs/LicenseUpdate.md
|
263
|
+
- docs/LicenseUpdateRequest.md
|
264
|
+
- docs/LicenseUpdateResponse.md
|
265
|
+
- docs/LicensesApi.md
|
266
|
+
- docs/ListCreditsResponse.md
|
267
|
+
- docs/ListInvoicesResponse.md
|
268
|
+
- docs/ListPaymentResponse.md
|
269
|
+
- docs/ManageMiscellaneousChargesRequest.md
|
270
|
+
- docs/MaxQuantityBreachAction.md
|
114
271
|
- docs/MetricDataPoints.md
|
115
272
|
- docs/MetricDataPointsGroupedBy.md
|
116
273
|
- docs/MetricName.md
|
@@ -118,144 +275,543 @@ files:
|
|
118
275
|
- docs/MetricQueryFilterEntry.md
|
119
276
|
- docs/MetricQueryResponse.md
|
120
277
|
- docs/MetricsApi.md
|
278
|
+
- docs/MigrationMode.md
|
279
|
+
- docs/MinimumCommitment.md
|
280
|
+
- docs/MiscellaneousCharge.md
|
281
|
+
- docs/MiscellaneousChargesResponse.md
|
282
|
+
- docs/ModelAlias.md
|
283
|
+
- docs/NamedLicenseEntriesConfig.md
|
284
|
+
- docs/NamedLicenseEntriesConfigLookupCycle.md
|
285
|
+
- docs/NamedLicenseEntriesConfigLookupRange.md
|
286
|
+
- docs/NamedLicenseEntry.md
|
287
|
+
- docs/NamedLicenseUpdate.md
|
288
|
+
- docs/NamedLicenseUpdatesPaginatedResponse.md
|
121
289
|
- docs/PaginationOptions.md
|
290
|
+
- docs/Payment.md
|
291
|
+
- docs/PaymentLineItemRecord.md
|
292
|
+
- docs/PaymentsApi.md
|
122
293
|
- docs/PlanOverride.md
|
294
|
+
- docs/PreAction.md
|
295
|
+
- docs/PriceExperimentationApi.md
|
123
296
|
- docs/PricePlan.md
|
124
297
|
- docs/PricePlanDetails.md
|
298
|
+
- docs/PricePlanDetailsConfig.md
|
125
299
|
- docs/PricePlanDetailsOverride.md
|
300
|
+
- docs/PricePlanInfo.md
|
126
301
|
- docs/PricePlanListData.md
|
302
|
+
- docs/PricePlanMigrationConfig.md
|
127
303
|
- docs/PricePlanPaginatedResponse.md
|
304
|
+
- docs/PricePlanType.md
|
305
|
+
- docs/PricePlanV2.md
|
306
|
+
- docs/PricePlanV2Api.md
|
307
|
+
- docs/PricePlanV2PaginatedResponse.md
|
128
308
|
- docs/PricePlansApi.md
|
129
309
|
- docs/PriceType.md
|
130
310
|
- docs/PricingCycleConfig.md
|
131
311
|
- docs/PricingCycleConfigStartOffset.md
|
312
|
+
- docs/PricingCycleInterval.md
|
132
313
|
- docs/PricingModel.md
|
314
|
+
- docs/PricingRule.md
|
315
|
+
- docs/PricingRuleAction.md
|
316
|
+
- docs/PricingRuleChangesLog.md
|
317
|
+
- docs/PricingRuleInfo.md
|
318
|
+
- docs/PricingRuleTiming.md
|
319
|
+
- docs/PricingRulesApi.md
|
320
|
+
- docs/PricingRulesLog.md
|
321
|
+
- docs/PricingRulesLogsPaginatedResponse.md
|
322
|
+
- docs/PricingRulesPaginatedResponse.md
|
323
|
+
- docs/PricingRulesValues.md
|
133
324
|
- docs/PricingSchedule.md
|
325
|
+
- docs/PricingSchedulePaginatedResponse.md
|
326
|
+
- docs/PricingScheduleWithPricePlanId.md
|
327
|
+
- docs/Proposal.md
|
328
|
+
- docs/ProposalsListResponse.md
|
329
|
+
- docs/ProposalsPaginatedResponse.md
|
330
|
+
- docs/ProratedRefundMode.md
|
331
|
+
- docs/ProrationConfig.md
|
332
|
+
- docs/ProrationConfigCustomConfig.md
|
333
|
+
- docs/ProrationConfigLookupCycleConfig.md
|
334
|
+
- docs/Purchase.md
|
335
|
+
- docs/PurchaseFeatureDetails.md
|
336
|
+
- docs/PurchaseListResponse.md
|
337
|
+
- docs/PurchasePaginatedListData.md
|
338
|
+
- docs/PurchasePlanOverride.md
|
339
|
+
- docs/PurchaseStatus.md
|
340
|
+
- docs/PurchaseType.md
|
341
|
+
- docs/QueryColumn.md
|
342
|
+
- docs/QueryFilter.md
|
343
|
+
- docs/QueryFunction.md
|
344
|
+
- docs/QueryInput.md
|
345
|
+
- docs/QueryInputSortInner.md
|
134
346
|
- docs/RateCard.md
|
135
347
|
- docs/RateCardBundleAggregation.md
|
348
|
+
- docs/RateCardData.md
|
349
|
+
- docs/RateCardDetails.md
|
350
|
+
- docs/RateCardOperation.md
|
351
|
+
- docs/RateCardPaginatedResponse.md
|
136
352
|
- docs/RateCardType.md
|
137
353
|
- docs/RateConfigBundle.md
|
138
354
|
- docs/RateConfigUsage.md
|
355
|
+
- docs/RatePlan.md
|
356
|
+
- docs/RateValue.md
|
357
|
+
- docs/RecurrenceConfig.md
|
358
|
+
- docs/RemoveAccountAliasRequest.md
|
139
359
|
- docs/RemoveAccountAliasesRequest.md
|
360
|
+
- docs/Report.md
|
361
|
+
- docs/ReportStatus.md
|
362
|
+
- docs/ReportType.md
|
363
|
+
- docs/ReportsApi.md
|
364
|
+
- docs/ReportsPaginatedResponse.md
|
365
|
+
- docs/RevenueInfo.md
|
366
|
+
- docs/RevenueInfoV2.md
|
367
|
+
- docs/RevenueSummaryWithMetadata.md
|
368
|
+
- docs/ScheduleInfo.md
|
369
|
+
- docs/SchedulesApi.md
|
370
|
+
- docs/SchedulesPaginatedResponse.md
|
371
|
+
- docs/Setting.md
|
372
|
+
- docs/SettingDataType.md
|
373
|
+
- docs/SettingPaginatedResponse.md
|
374
|
+
- docs/SettingsApi.md
|
140
375
|
- docs/SignupRequest.md
|
141
376
|
- docs/SignupResponse.md
|
377
|
+
- docs/Slab.md
|
142
378
|
- docs/SlabBundle.md
|
379
|
+
- docs/SlabDetail.md
|
380
|
+
- docs/SlabRate.md
|
381
|
+
- docs/SlabRevenue.md
|
382
|
+
- docs/SlabRevenueMetadata.md
|
383
|
+
- docs/SlabRevenueSummary.md
|
384
|
+
- docs/SlabRevenueWithMetadata.md
|
143
385
|
- docs/SlabUsage.md
|
144
386
|
- docs/StatusResponse.md
|
145
387
|
- docs/StatusResponseHeaders.md
|
388
|
+
- docs/TokenResponse.md
|
389
|
+
- docs/TopupWalletRequest.md
|
146
390
|
- docs/UpdateAccountRequest.md
|
391
|
+
- docs/UpdateAccountScheduleV2Request.md
|
392
|
+
- docs/UpdateAddOnRequest.md
|
393
|
+
- docs/UpdateAlertRequest.md
|
147
394
|
- docs/UpdateCustomerRequest.md
|
148
395
|
- docs/UpdateEventSchemaRequest.md
|
396
|
+
- docs/UpdateFeatureCreditsRequest.md
|
397
|
+
- docs/UpdateFeatureRequest.md
|
398
|
+
- docs/UpdateIncidentStatusRequest.md
|
399
|
+
- docs/UpdateInvoiceGroupAccounts.md
|
400
|
+
- docs/UpdateInvoiceRequest.md
|
149
401
|
- docs/UpdatePricePlanRequest.md
|
402
|
+
- docs/UpdatePricePlanV2Request.md
|
403
|
+
- docs/UpdatePricingRulesRequest.md
|
404
|
+
- docs/UpdatePricingScheduleRequest.md
|
405
|
+
- docs/UpdatePricingScheduleRequestWithActions.md
|
406
|
+
- docs/UpdatePricingScheduleResponse.md
|
407
|
+
- docs/UpdateProposalStatus.md
|
408
|
+
- docs/UpdateSettingRequest.md
|
150
409
|
- docs/UpdateUsageMeterRequest.md
|
410
|
+
- docs/UpdateWalletRequest.md
|
411
|
+
- docs/UsageConfig.md
|
412
|
+
- docs/UsageConfigLookupCycle.md
|
413
|
+
- docs/UsageConfigLookupRange.md
|
414
|
+
- docs/UsageCycleInterval.md
|
415
|
+
- docs/UsageLookupRange.md
|
151
416
|
- docs/UsageMeter.md
|
417
|
+
- docs/UsageMeterAggregation.md
|
418
|
+
- docs/UsageMeterFilterEntry.md
|
152
419
|
- docs/UsageMeterPaginatedResponse.md
|
153
420
|
- docs/UsageMetersApi.md
|
421
|
+
- docs/UsageRateCard.md
|
154
422
|
- docs/UserDetails.md
|
423
|
+
- docs/ValidateEntitlementValueRequest.md
|
424
|
+
- docs/ValidatedEntityError.md
|
425
|
+
- docs/ValidatedEntityErrorsPaginatedResponse.md
|
426
|
+
- docs/VersionsToMigrate.md
|
427
|
+
- docs/WalletApi.md
|
428
|
+
- docs/WalletBalanceResponse.md
|
429
|
+
- docs/WalletEntriesPaginatedResponse.md
|
430
|
+
- docs/WalletEntry.md
|
431
|
+
- docs/WalletStatus.md
|
432
|
+
- docs/WalletTopupDetails.md
|
155
433
|
- examples/example.rb
|
156
434
|
- git_push.sh
|
157
435
|
- lib/togai_client.rb
|
158
436
|
- lib/togai_client/api/accounts_api.rb
|
437
|
+
- lib/togai_client/api/add_ons_api.rb
|
438
|
+
- lib/togai_client/api/alerts_api.rb
|
439
|
+
- lib/togai_client/api/aliases_api.rb
|
440
|
+
- lib/togai_client/api/authentication_api.rb
|
441
|
+
- lib/togai_client/api/credits_api.rb
|
442
|
+
- lib/togai_client/api/customer_portal_api.rb
|
159
443
|
- lib/togai_client/api/customers_api.rb
|
444
|
+
- lib/togai_client/api/entitlements_api.rb
|
160
445
|
- lib/togai_client/api/event_ingestion_api.rb
|
161
446
|
- lib/togai_client/api/event_management_api.rb
|
162
447
|
- lib/togai_client/api/event_schemas_api.rb
|
448
|
+
- lib/togai_client/api/feature_api.rb
|
449
|
+
- lib/togai_client/api/file_storage_api.rb
|
450
|
+
- lib/togai_client/api/invoice_groups_api.rb
|
451
|
+
- lib/togai_client/api/invoices_api.rb
|
452
|
+
- lib/togai_client/api/jobs_api.rb
|
453
|
+
- lib/togai_client/api/licenses_api.rb
|
163
454
|
- lib/togai_client/api/metrics_api.rb
|
455
|
+
- lib/togai_client/api/payments_api.rb
|
456
|
+
- lib/togai_client/api/price_experimentation_api.rb
|
457
|
+
- lib/togai_client/api/price_plan_v2_api.rb
|
164
458
|
- lib/togai_client/api/price_plans_api.rb
|
459
|
+
- lib/togai_client/api/pricing_rules_api.rb
|
460
|
+
- lib/togai_client/api/reports_api.rb
|
461
|
+
- lib/togai_client/api/schedules_api.rb
|
462
|
+
- lib/togai_client/api/settings_api.rb
|
165
463
|
- lib/togai_client/api/usage_meters_api.rb
|
464
|
+
- lib/togai_client/api/wallet_api.rb
|
166
465
|
- lib/togai_client/api_client.rb
|
167
466
|
- lib/togai_client/api_error.rb
|
168
467
|
- lib/togai_client/configuration.rb
|
169
468
|
- lib/togai_client/models/account.rb
|
469
|
+
- lib/togai_client/models/account_alias.rb
|
170
470
|
- lib/togai_client/models/account_aliases.rb
|
471
|
+
- lib/togai_client/models/account_aliases_paginated_response.rb
|
171
472
|
- lib/togai_client/models/account_paginated_response.rb
|
473
|
+
- lib/togai_client/models/account_schedule.rb
|
474
|
+
- lib/togai_client/models/accounts_billing_information.rb
|
475
|
+
- lib/togai_client/models/activate_price_plan_request.rb
|
172
476
|
- lib/togai_client/models/add_account_aliases_request.rb
|
477
|
+
- lib/togai_client/models/add_on.rb
|
478
|
+
- lib/togai_client/models/add_on_paginated_response.rb
|
479
|
+
- lib/togai_client/models/add_on_type.rb
|
480
|
+
- lib/togai_client/models/address.rb
|
481
|
+
- lib/togai_client/models/alert.rb
|
482
|
+
- lib/togai_client/models/alert_status.rb
|
483
|
+
- lib/togai_client/models/alert_template.rb
|
484
|
+
- lib/togai_client/models/alert_templates_paginated_response.rb
|
485
|
+
- lib/togai_client/models/alerts_paginated_response.rb
|
486
|
+
- lib/togai_client/models/alias_paginated_response.rb
|
173
487
|
- lib/togai_client/models/associate_price_plan_request.rb
|
174
488
|
- lib/togai_client/models/associate_price_plan_response.rb
|
489
|
+
- lib/togai_client/models/association_config.rb
|
490
|
+
- lib/togai_client/models/attribute.rb
|
175
491
|
- lib/togai_client/models/base_success_response.rb
|
492
|
+
- lib/togai_client/models/billing_config.rb
|
493
|
+
- lib/togai_client/models/billing_entitlement_rate_card.rb
|
494
|
+
- lib/togai_client/models/billing_entitlement_revenue_summary.rb
|
495
|
+
- lib/togai_client/models/bulk_rate_card_operations_request.rb
|
496
|
+
- lib/togai_client/models/bulk_rate_card_operations_response.rb
|
176
497
|
- lib/togai_client/models/bundle.rb
|
498
|
+
- lib/togai_client/models/calculate_revenue_request.rb
|
499
|
+
- lib/togai_client/models/calculate_revenue_response.rb
|
500
|
+
- lib/togai_client/models/calculate_revenue_response_v2.rb
|
177
501
|
- lib/togai_client/models/computation.rb
|
502
|
+
- lib/togai_client/models/create_account_alias_request.rb
|
178
503
|
- lib/togai_client/models/create_account_request.rb
|
504
|
+
- lib/togai_client/models/create_account_request_without_customer_id.rb
|
505
|
+
- lib/togai_client/models/create_add_on_request.rb
|
506
|
+
- lib/togai_client/models/create_alert_request.rb
|
507
|
+
- lib/togai_client/models/create_alias_request.rb
|
508
|
+
- lib/togai_client/models/create_bulk_alias_request.rb
|
509
|
+
- lib/togai_client/models/create_credit_request.rb
|
510
|
+
- lib/togai_client/models/create_credit_response.rb
|
511
|
+
- lib/togai_client/models/create_custom_invoice_request.rb
|
512
|
+
- lib/togai_client/models/create_customer_contact_request.rb
|
513
|
+
- lib/togai_client/models/create_customer_contact_response.rb
|
179
514
|
- lib/togai_client/models/create_customer_request.rb
|
180
515
|
- lib/togai_client/models/create_customer_response.rb
|
516
|
+
- lib/togai_client/models/create_entity_setting.rb
|
181
517
|
- lib/togai_client/models/create_event_schema_request.rb
|
518
|
+
- lib/togai_client/models/create_feature_request.rb
|
519
|
+
- lib/togai_client/models/create_invoice_group_request.rb
|
520
|
+
- lib/togai_client/models/create_payment_request.rb
|
521
|
+
- lib/togai_client/models/create_price_plan_details.rb
|
522
|
+
- lib/togai_client/models/create_price_plan_details_override.rb
|
523
|
+
- lib/togai_client/models/create_price_plan_migration_request.rb
|
182
524
|
- lib/togai_client/models/create_price_plan_request.rb
|
525
|
+
- lib/togai_client/models/create_price_plan_v2_request.rb
|
526
|
+
- lib/togai_client/models/create_pricing_rule.rb
|
527
|
+
- lib/togai_client/models/create_proposal_request.rb
|
528
|
+
- lib/togai_client/models/create_purchase_request.rb
|
183
529
|
- lib/togai_client/models/create_usage_meter_request.rb
|
530
|
+
- lib/togai_client/models/credit.rb
|
531
|
+
- lib/togai_client/models/credit_balance_response.rb
|
532
|
+
- lib/togai_client/models/credit_details_response.rb
|
533
|
+
- lib/togai_client/models/credit_grant_rate_card.rb
|
534
|
+
- lib/togai_client/models/credit_grant_revenue_summary.rb
|
535
|
+
- lib/togai_client/models/credit_grant_type.rb
|
536
|
+
- lib/togai_client/models/credit_rate_details.rb
|
537
|
+
- lib/togai_client/models/credit_request.rb
|
538
|
+
- lib/togai_client/models/credit_transaction.rb
|
539
|
+
- lib/togai_client/models/currency_config.rb
|
540
|
+
- lib/togai_client/models/currency_rate_value.rb
|
541
|
+
- lib/togai_client/models/currency_slab_rate_detail.rb
|
542
|
+
- lib/togai_client/models/custom_invoice_line_item.rb
|
184
543
|
- lib/togai_client/models/customer.rb
|
185
544
|
- lib/togai_client/models/customer_paginated_response.rb
|
545
|
+
- lib/togai_client/models/dependency.rb
|
186
546
|
- lib/togai_client/models/dimensions_schema.rb
|
547
|
+
- lib/togai_client/models/edit_account_schedule_request.rb
|
548
|
+
- lib/togai_client/models/edit_pricing_schedule_request.rb
|
549
|
+
- lib/togai_client/models/enriched_field.rb
|
550
|
+
- lib/togai_client/models/enrichment_dependency.rb
|
551
|
+
- lib/togai_client/models/enrichments.rb
|
552
|
+
- lib/togai_client/models/entitlement_overage_config.rb
|
553
|
+
- lib/togai_client/models/entitlement_overage_config_lookup_cycle.rb
|
554
|
+
- lib/togai_client/models/entitlement_overage_entry.rb
|
555
|
+
- lib/togai_client/models/entitlement_overage_rate_card.rb
|
556
|
+
- lib/togai_client/models/entitlement_overage_revenue_summary.rb
|
187
557
|
- lib/togai_client/models/error_response.rb
|
188
558
|
- lib/togai_client/models/event.rb
|
189
559
|
- lib/togai_client/models/event_attribute.rb
|
190
560
|
- lib/togai_client/models/event_attribute_schema.rb
|
561
|
+
- lib/togai_client/models/event_correction_info.rb
|
562
|
+
- lib/togai_client/models/event_correction_request.rb
|
191
563
|
- lib/togai_client/models/event_pipeline_info.rb
|
192
564
|
- lib/togai_client/models/event_pipeline_info_account.rb
|
193
565
|
- lib/togai_client/models/event_pipeline_info_customer.rb
|
566
|
+
- lib/togai_client/models/event_pipeline_info_enrichments.rb
|
194
567
|
- lib/togai_client/models/event_pipeline_info_event_schema.rb
|
568
|
+
- lib/togai_client/models/event_pipeline_info_feature_details.rb
|
569
|
+
- lib/togai_client/models/event_pipeline_info_price_plans.rb
|
195
570
|
- lib/togai_client/models/event_pipeline_info_price_plans_inner.rb
|
571
|
+
- lib/togai_client/models/event_pipeline_info_revenue_details.rb
|
572
|
+
- lib/togai_client/models/event_pipeline_info_usage_meters.rb
|
196
573
|
- lib/togai_client/models/event_pipeline_info_usage_meters_inner.rb
|
197
574
|
- lib/togai_client/models/event_schema.rb
|
198
575
|
- lib/togai_client/models/event_schema_list_data.rb
|
199
576
|
- lib/togai_client/models/event_schema_list_data_all_of.rb
|
200
577
|
- lib/togai_client/models/event_schema_list_paginated_response.rb
|
201
578
|
- lib/togai_client/models/event_schema_versions_response.rb
|
579
|
+
- lib/togai_client/models/event_schemas_for_feature.rb
|
580
|
+
- lib/togai_client/models/event_source.rb
|
202
581
|
- lib/togai_client/models/event_with_status.rb
|
203
582
|
- lib/togai_client/models/event_with_status_and_event_pipeline_info.rb
|
204
583
|
- lib/togai_client/models/event_with_status_and_event_pipeline_info_all_of.rb
|
584
|
+
- lib/togai_client/models/events_correction_response.rb
|
585
|
+
- lib/togai_client/models/expiry_type.rb
|
586
|
+
- lib/togai_client/models/external_payment_reference.rb
|
587
|
+
- lib/togai_client/models/feature.rb
|
588
|
+
- lib/togai_client/models/feature_config.rb
|
589
|
+
- lib/togai_client/models/feature_credit_entry.rb
|
590
|
+
- lib/togai_client/models/feature_details.rb
|
591
|
+
- lib/togai_client/models/feature_list_response.rb
|
592
|
+
- lib/togai_client/models/feature_paginated_list_data.rb
|
593
|
+
- lib/togai_client/models/field.rb
|
594
|
+
- lib/togai_client/models/file_download_url_response.rb
|
595
|
+
- lib/togai_client/models/finalize_account_schedules.rb
|
596
|
+
- lib/togai_client/models/finalize_price_plan_request.rb
|
597
|
+
- lib/togai_client/models/fixed_fee_rate_card.rb
|
598
|
+
- lib/togai_client/models/fixed_fee_revenue_summary.rb
|
599
|
+
- lib/togai_client/models/fixed_fee_type.rb
|
600
|
+
- lib/togai_client/models/get_customer_portal_delegate_token_request.rb
|
601
|
+
- lib/togai_client/models/get_entitlement_values_response.rb
|
602
|
+
- lib/togai_client/models/get_entitlement_values_response_data_inner.rb
|
205
603
|
- lib/togai_client/models/get_event_response.rb
|
206
604
|
- lib/togai_client/models/get_events_response.rb
|
605
|
+
- lib/togai_client/models/get_feature_credit_entries_paginated_response.rb
|
606
|
+
- lib/togai_client/models/get_feature_credits_response.rb
|
607
|
+
- lib/togai_client/models/get_job_response.rb
|
608
|
+
- lib/togai_client/models/get_license_updates_response.rb
|
207
609
|
- lib/togai_client/models/get_metrics_request.rb
|
208
610
|
- lib/togai_client/models/get_metrics_response.rb
|
611
|
+
- lib/togai_client/models/get_proposal_response.rb
|
612
|
+
- lib/togai_client/models/get_purchase_response.rb
|
613
|
+
- lib/togai_client/models/grant_details.rb
|
614
|
+
- lib/togai_client/models/incident.rb
|
615
|
+
- lib/togai_client/models/incidents_paginated_response.rb
|
209
616
|
- lib/togai_client/models/ingest_batch_event_request.rb
|
210
617
|
- lib/togai_client/models/ingest_batch_event_response.rb
|
211
618
|
- lib/togai_client/models/ingest_error.rb
|
212
619
|
- lib/togai_client/models/ingest_event_request.rb
|
213
620
|
- lib/togai_client/models/ingest_event_response.rb
|
214
621
|
- lib/togai_client/models/ingestion_status.rb
|
622
|
+
- lib/togai_client/models/invoice.rb
|
623
|
+
- lib/togai_client/models/invoice_details.rb
|
624
|
+
- lib/togai_client/models/invoice_details_account.rb
|
625
|
+
- lib/togai_client/models/invoice_details_customer.rb
|
626
|
+
- lib/togai_client/models/invoice_details_invoice_group.rb
|
627
|
+
- lib/togai_client/models/invoice_details_organization.rb
|
628
|
+
- lib/togai_client/models/invoice_group_accounts_paginated_response.rb
|
629
|
+
- lib/togai_client/models/invoice_group_details.rb
|
630
|
+
- lib/togai_client/models/invoice_group_paginated_response.rb
|
631
|
+
- lib/togai_client/models/invoice_groups.rb
|
632
|
+
- lib/togai_client/models/invoice_info_inner.rb
|
633
|
+
- lib/togai_client/models/invoice_line_item.rb
|
634
|
+
- lib/togai_client/models/invoice_summary.rb
|
635
|
+
- lib/togai_client/models/invoice_timing.rb
|
636
|
+
- lib/togai_client/models/invoices_class.rb
|
637
|
+
- lib/togai_client/models/invoices_status.rb
|
638
|
+
- lib/togai_client/models/invoices_type.rb
|
639
|
+
- lib/togai_client/models/job_entries_paginated_response.rb
|
640
|
+
- lib/togai_client/models/job_entries_response.rb
|
641
|
+
- lib/togai_client/models/jobs_paginated_response.rb
|
642
|
+
- lib/togai_client/models/jobs_without_status_info_response.rb
|
643
|
+
- lib/togai_client/models/license_entries_config.rb
|
644
|
+
- lib/togai_client/models/license_entries_config_lookup_cycle.rb
|
645
|
+
- lib/togai_client/models/license_entries_config_lookup_range.rb
|
646
|
+
- lib/togai_client/models/license_entry.rb
|
647
|
+
- lib/togai_client/models/license_entry_details_update_request.rb
|
648
|
+
- lib/togai_client/models/license_rate_card.rb
|
649
|
+
- lib/togai_client/models/license_rate_card_config.rb
|
650
|
+
- lib/togai_client/models/license_update.rb
|
651
|
+
- lib/togai_client/models/license_update_request.rb
|
652
|
+
- lib/togai_client/models/license_update_response.rb
|
653
|
+
- lib/togai_client/models/list_credits_response.rb
|
654
|
+
- lib/togai_client/models/list_invoices_response.rb
|
655
|
+
- lib/togai_client/models/list_payment_response.rb
|
656
|
+
- lib/togai_client/models/manage_miscellaneous_charges_request.rb
|
657
|
+
- lib/togai_client/models/max_quantity_breach_action.rb
|
215
658
|
- lib/togai_client/models/metric_data_points.rb
|
216
659
|
- lib/togai_client/models/metric_data_points_grouped_by.rb
|
217
660
|
- lib/togai_client/models/metric_name.rb
|
218
661
|
- lib/togai_client/models/metric_query.rb
|
219
662
|
- lib/togai_client/models/metric_query_filter_entry.rb
|
220
663
|
- lib/togai_client/models/metric_query_response.rb
|
664
|
+
- lib/togai_client/models/migration_mode.rb
|
665
|
+
- lib/togai_client/models/minimum_commitment.rb
|
666
|
+
- lib/togai_client/models/miscellaneous_charge.rb
|
667
|
+
- lib/togai_client/models/miscellaneous_charges_response.rb
|
668
|
+
- lib/togai_client/models/model_alias.rb
|
669
|
+
- lib/togai_client/models/named_license_entries_config.rb
|
670
|
+
- lib/togai_client/models/named_license_entries_config_lookup_cycle.rb
|
671
|
+
- lib/togai_client/models/named_license_entries_config_lookup_range.rb
|
672
|
+
- lib/togai_client/models/named_license_entry.rb
|
673
|
+
- lib/togai_client/models/named_license_update.rb
|
674
|
+
- lib/togai_client/models/named_license_updates_paginated_response.rb
|
221
675
|
- lib/togai_client/models/pagination_options.rb
|
676
|
+
- lib/togai_client/models/payment.rb
|
677
|
+
- lib/togai_client/models/payment_line_item_record.rb
|
222
678
|
- lib/togai_client/models/plan_override.rb
|
679
|
+
- lib/togai_client/models/pre_action.rb
|
223
680
|
- lib/togai_client/models/price_plan.rb
|
224
681
|
- lib/togai_client/models/price_plan_details.rb
|
682
|
+
- lib/togai_client/models/price_plan_details_config.rb
|
225
683
|
- lib/togai_client/models/price_plan_details_override.rb
|
684
|
+
- lib/togai_client/models/price_plan_info.rb
|
226
685
|
- lib/togai_client/models/price_plan_list_data.rb
|
686
|
+
- lib/togai_client/models/price_plan_migration_config.rb
|
227
687
|
- lib/togai_client/models/price_plan_paginated_response.rb
|
688
|
+
- lib/togai_client/models/price_plan_type.rb
|
689
|
+
- lib/togai_client/models/price_plan_v2.rb
|
690
|
+
- lib/togai_client/models/price_plan_v2_paginated_response.rb
|
228
691
|
- lib/togai_client/models/price_type.rb
|
229
692
|
- lib/togai_client/models/pricing_cycle_config.rb
|
230
693
|
- lib/togai_client/models/pricing_cycle_config_start_offset.rb
|
694
|
+
- lib/togai_client/models/pricing_cycle_interval.rb
|
231
695
|
- lib/togai_client/models/pricing_model.rb
|
696
|
+
- lib/togai_client/models/pricing_rule.rb
|
697
|
+
- lib/togai_client/models/pricing_rule_action.rb
|
698
|
+
- lib/togai_client/models/pricing_rule_changes_log.rb
|
699
|
+
- lib/togai_client/models/pricing_rule_info.rb
|
700
|
+
- lib/togai_client/models/pricing_rule_timing.rb
|
701
|
+
- lib/togai_client/models/pricing_rules_log.rb
|
702
|
+
- lib/togai_client/models/pricing_rules_logs_paginated_response.rb
|
703
|
+
- lib/togai_client/models/pricing_rules_paginated_response.rb
|
704
|
+
- lib/togai_client/models/pricing_rules_values.rb
|
232
705
|
- lib/togai_client/models/pricing_schedule.rb
|
706
|
+
- lib/togai_client/models/pricing_schedule_paginated_response.rb
|
707
|
+
- lib/togai_client/models/pricing_schedule_with_price_plan_id.rb
|
708
|
+
- lib/togai_client/models/proposal.rb
|
709
|
+
- lib/togai_client/models/proposals_list_response.rb
|
710
|
+
- lib/togai_client/models/proposals_paginated_response.rb
|
711
|
+
- lib/togai_client/models/prorated_refund_mode.rb
|
712
|
+
- lib/togai_client/models/proration_config.rb
|
713
|
+
- lib/togai_client/models/proration_config_custom_config.rb
|
714
|
+
- lib/togai_client/models/proration_config_lookup_cycle_config.rb
|
715
|
+
- lib/togai_client/models/purchase.rb
|
716
|
+
- lib/togai_client/models/purchase_feature_details.rb
|
717
|
+
- lib/togai_client/models/purchase_list_response.rb
|
718
|
+
- lib/togai_client/models/purchase_paginated_list_data.rb
|
719
|
+
- lib/togai_client/models/purchase_plan_override.rb
|
720
|
+
- lib/togai_client/models/purchase_status.rb
|
721
|
+
- lib/togai_client/models/purchase_type.rb
|
722
|
+
- lib/togai_client/models/query_column.rb
|
723
|
+
- lib/togai_client/models/query_filter.rb
|
724
|
+
- lib/togai_client/models/query_function.rb
|
725
|
+
- lib/togai_client/models/query_input.rb
|
726
|
+
- lib/togai_client/models/query_input_sort_inner.rb
|
233
727
|
- lib/togai_client/models/rate_card.rb
|
234
728
|
- lib/togai_client/models/rate_card_bundle_aggregation.rb
|
729
|
+
- lib/togai_client/models/rate_card_data.rb
|
730
|
+
- lib/togai_client/models/rate_card_details.rb
|
731
|
+
- lib/togai_client/models/rate_card_operation.rb
|
732
|
+
- lib/togai_client/models/rate_card_paginated_response.rb
|
235
733
|
- lib/togai_client/models/rate_card_type.rb
|
236
734
|
- lib/togai_client/models/rate_config_bundle.rb
|
237
735
|
- lib/togai_client/models/rate_config_usage.rb
|
736
|
+
- lib/togai_client/models/rate_plan.rb
|
737
|
+
- lib/togai_client/models/rate_value.rb
|
738
|
+
- lib/togai_client/models/recurrence_config.rb
|
739
|
+
- lib/togai_client/models/remove_account_alias_request.rb
|
238
740
|
- lib/togai_client/models/remove_account_aliases_request.rb
|
741
|
+
- lib/togai_client/models/report.rb
|
742
|
+
- lib/togai_client/models/report_status.rb
|
743
|
+
- lib/togai_client/models/report_type.rb
|
744
|
+
- lib/togai_client/models/reports_paginated_response.rb
|
745
|
+
- lib/togai_client/models/revenue_info.rb
|
746
|
+
- lib/togai_client/models/revenue_info_v2.rb
|
747
|
+
- lib/togai_client/models/revenue_summary_with_metadata.rb
|
748
|
+
- lib/togai_client/models/schedule_info.rb
|
749
|
+
- lib/togai_client/models/schedules_paginated_response.rb
|
750
|
+
- lib/togai_client/models/setting.rb
|
751
|
+
- lib/togai_client/models/setting_data_type.rb
|
752
|
+
- lib/togai_client/models/setting_paginated_response.rb
|
239
753
|
- lib/togai_client/models/signup_request.rb
|
240
754
|
- lib/togai_client/models/signup_response.rb
|
755
|
+
- lib/togai_client/models/slab.rb
|
241
756
|
- lib/togai_client/models/slab_bundle.rb
|
757
|
+
- lib/togai_client/models/slab_detail.rb
|
758
|
+
- lib/togai_client/models/slab_rate.rb
|
759
|
+
- lib/togai_client/models/slab_revenue.rb
|
760
|
+
- lib/togai_client/models/slab_revenue_metadata.rb
|
761
|
+
- lib/togai_client/models/slab_revenue_summary.rb
|
762
|
+
- lib/togai_client/models/slab_revenue_with_metadata.rb
|
242
763
|
- lib/togai_client/models/slab_usage.rb
|
243
764
|
- lib/togai_client/models/status_response.rb
|
244
765
|
- lib/togai_client/models/status_response_headers.rb
|
766
|
+
- lib/togai_client/models/token_response.rb
|
767
|
+
- lib/togai_client/models/topup_wallet_request.rb
|
245
768
|
- lib/togai_client/models/update_account_request.rb
|
769
|
+
- lib/togai_client/models/update_account_schedule_v2_request.rb
|
770
|
+
- lib/togai_client/models/update_add_on_request.rb
|
771
|
+
- lib/togai_client/models/update_alert_request.rb
|
246
772
|
- lib/togai_client/models/update_customer_request.rb
|
247
773
|
- lib/togai_client/models/update_event_schema_request.rb
|
774
|
+
- lib/togai_client/models/update_feature_credits_request.rb
|
775
|
+
- lib/togai_client/models/update_feature_request.rb
|
776
|
+
- lib/togai_client/models/update_incident_status_request.rb
|
777
|
+
- lib/togai_client/models/update_invoice_group_accounts.rb
|
778
|
+
- lib/togai_client/models/update_invoice_request.rb
|
248
779
|
- lib/togai_client/models/update_price_plan_request.rb
|
780
|
+
- lib/togai_client/models/update_price_plan_v2_request.rb
|
781
|
+
- lib/togai_client/models/update_pricing_rules_request.rb
|
782
|
+
- lib/togai_client/models/update_pricing_schedule_request.rb
|
783
|
+
- lib/togai_client/models/update_pricing_schedule_request_with_actions.rb
|
784
|
+
- lib/togai_client/models/update_pricing_schedule_response.rb
|
785
|
+
- lib/togai_client/models/update_proposal_status.rb
|
786
|
+
- lib/togai_client/models/update_setting_request.rb
|
249
787
|
- lib/togai_client/models/update_usage_meter_request.rb
|
788
|
+
- lib/togai_client/models/update_wallet_request.rb
|
789
|
+
- lib/togai_client/models/usage_config.rb
|
790
|
+
- lib/togai_client/models/usage_config_lookup_cycle.rb
|
791
|
+
- lib/togai_client/models/usage_config_lookup_range.rb
|
792
|
+
- lib/togai_client/models/usage_cycle_interval.rb
|
793
|
+
- lib/togai_client/models/usage_lookup_range.rb
|
250
794
|
- lib/togai_client/models/usage_meter.rb
|
795
|
+
- lib/togai_client/models/usage_meter_aggregation.rb
|
796
|
+
- lib/togai_client/models/usage_meter_filter_entry.rb
|
251
797
|
- lib/togai_client/models/usage_meter_paginated_response.rb
|
798
|
+
- lib/togai_client/models/usage_rate_card.rb
|
252
799
|
- lib/togai_client/models/user_details.rb
|
800
|
+
- lib/togai_client/models/validate_entitlement_value_request.rb
|
801
|
+
- lib/togai_client/models/validated_entity_error.rb
|
802
|
+
- lib/togai_client/models/validated_entity_errors_paginated_response.rb
|
803
|
+
- lib/togai_client/models/versions_to_migrate.rb
|
804
|
+
- lib/togai_client/models/wallet_balance_response.rb
|
805
|
+
- lib/togai_client/models/wallet_entries_paginated_response.rb
|
806
|
+
- lib/togai_client/models/wallet_entry.rb
|
807
|
+
- lib/togai_client/models/wallet_status.rb
|
808
|
+
- lib/togai_client/models/wallet_topup_details.rb
|
253
809
|
- lib/togai_client/version.rb
|
254
810
|
- spec/api_client_spec.rb
|
255
811
|
- spec/configuration_spec.rb
|
256
812
|
- spec/spec_helper.rb
|
257
813
|
- togai_client.gemspec
|
258
|
-
homepage: https://github.com/
|
814
|
+
homepage: https://github.com/zuora/togai-ruby-client
|
259
815
|
licenses:
|
260
816
|
- Unlicense
|
261
817
|
metadata: {}
|
@@ -267,14 +823,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
267
823
|
requirements:
|
268
824
|
- - ">="
|
269
825
|
- !ruby/object:Gem::Version
|
270
|
-
version: '2.
|
826
|
+
version: '2.7'
|
271
827
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
272
828
|
requirements:
|
273
829
|
- - ">="
|
274
830
|
- !ruby/object:Gem::Version
|
275
831
|
version: '0'
|
276
832
|
requirements: []
|
277
|
-
rubygems_version: 3.
|
833
|
+
rubygems_version: 3.1.6
|
278
834
|
signing_key:
|
279
835
|
specification_version: 4
|
280
836
|
summary: Togai Apis Ruby Gem
|