lark-billing 0.0.6 → 0.0.8
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 +2 -1
- package/dist/cjs/Client.d.ts +15 -5
- package/dist/cjs/Client.js +28 -13
- package/dist/cjs/api/resources/checkout/client/Client.d.ts +6 -15
- package/dist/cjs/api/resources/checkout/client/Client.js +5 -63
- package/dist/cjs/api/resources/checkout/client/requests/CreateSubscriptionCheckoutSessionRequest.d.ts +6 -2
- package/dist/cjs/api/resources/{featureAccess → customerAccess}/client/Client.d.ts +13 -11
- package/dist/cjs/api/resources/{featureAccess → customerAccess}/client/Client.js +13 -11
- package/dist/cjs/api/resources/customerPortal/client/Client.d.ts +48 -0
- package/dist/cjs/api/resources/customerPortal/client/Client.js +130 -0
- package/dist/cjs/api/resources/customerPortal/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/customerPortal/client/index.js +17 -0
- package/dist/cjs/api/resources/customerPortal/client/requests/CreateCustomerPortalSessionRequest.d.ts +12 -0
- package/dist/cjs/api/resources/customerPortal/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/customerPortal/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/customerPortal/index.d.ts +1 -0
- package/dist/cjs/api/resources/customerPortal/index.js +17 -0
- package/dist/cjs/api/resources/index.d.ts +8 -1
- package/dist/cjs/api/resources/index.js +9 -2
- package/dist/cjs/api/resources/invoices/client/Client.d.ts +50 -0
- package/dist/cjs/api/resources/invoices/client/Client.js +135 -0
- package/dist/cjs/api/resources/invoices/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/invoices/client/index.js +17 -0
- package/dist/cjs/api/resources/{subscriptions/client/requests/SubscriptionsListSubscriptionsRequest.d.ts → invoices/client/requests/ListInvoicesInvoicesGetRequest.d.ts} +4 -1
- package/dist/cjs/api/resources/invoices/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/invoices/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/invoices/index.d.ts +1 -0
- package/dist/cjs/api/resources/invoices/index.js +17 -0
- package/dist/cjs/api/resources/pricingMetrics/client/Client.d.ts +77 -0
- package/dist/cjs/api/resources/pricingMetrics/client/Client.js +253 -0
- package/dist/cjs/api/resources/pricingMetrics/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/pricingMetrics/client/index.js +17 -0
- package/dist/cjs/api/resources/pricingMetrics/client/requests/CreatePricingMetricRequest.d.ts +22 -0
- package/dist/{esm/api/resources/subjects/client/requests/SubjectsListSubjectsRequest.d.mts → cjs/api/resources/pricingMetrics/client/requests/ListPricingMetricsPricingMetricsGetRequest.d.ts} +2 -4
- package/dist/cjs/api/resources/pricingMetrics/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/pricingMetrics/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/pricingMetrics/index.d.ts +2 -0
- package/dist/cjs/api/resources/pricingMetrics/index.js +18 -0
- package/dist/cjs/api/resources/pricingMetrics/types/PricingMetricAggregation.d.ts +13 -0
- package/dist/cjs/api/resources/pricingMetrics/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/pricingMetrics/types/index.js +17 -0
- package/dist/cjs/api/resources/rateCards/client/Client.d.ts +9 -112
- package/dist/cjs/api/resources/rateCards/client/Client.js +10 -247
- package/dist/cjs/api/resources/rateCards/client/requests/CreateRateCardRequest.d.ts +3 -38
- package/dist/{esm/api/resources/rateCards/client/requests/RateCardsListRateCardsRequest.d.mts → cjs/api/resources/rateCards/client/requests/ListRateCardsRateCardsGetRequest.d.ts} +2 -4
- package/dist/cjs/api/resources/rateCards/client/requests/index.d.ts +1 -2
- package/dist/cjs/api/resources/rateCards/types/CreateRateCardRequestUsageBasedRatesItem.d.ts +2 -5
- package/dist/cjs/api/resources/rateCards/types/index.d.ts +0 -1
- package/dist/cjs/api/resources/rateCards/types/index.js +0 -1
- package/dist/cjs/api/resources/subjects/client/Client.d.ts +6 -5
- package/dist/cjs/api/resources/subjects/client/Client.js +12 -11
- package/dist/cjs/api/resources/subjects/client/requests/CreateSubjectRequest.d.ts +4 -1
- package/dist/cjs/api/resources/subjects/client/requests/{SubjectsListSubjectsRequest.d.ts → ListSubjectsSubjectsGetRequest.d.ts} +1 -1
- package/dist/cjs/api/resources/subjects/client/requests/UpdateSubjectRequest.d.ts +3 -2
- package/dist/cjs/api/resources/subjects/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/subscriptions/client/Client.d.ts +22 -13
- package/dist/cjs/api/resources/subscriptions/client/Client.js +70 -42
- package/dist/cjs/api/resources/subscriptions/client/requests/CancelSubscriptionRequest.d.ts +13 -0
- package/dist/cjs/api/resources/subscriptions/client/requests/ChangeSubscriptionRateCardRequest.d.ts +12 -0
- package/dist/cjs/api/resources/subscriptions/client/requests/CreateSubscriptionRequest.d.ts +6 -6
- package/dist/cjs/api/resources/subscriptions/client/requests/ListSubscriptionsSubscriptionsGetRequest.d.ts +18 -0
- package/dist/cjs/api/resources/subscriptions/client/requests/index.d.ts +3 -1
- package/dist/cjs/api/resources/usageEvents/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/usageEvents/client/Client.js +5 -5
- package/dist/cjs/api/resources/usageEvents/client/requests/CreateUsageEventRequest.d.ts +1 -2
- package/dist/cjs/api/types/Aggregation.d.ts +3 -12
- package/dist/cjs/api/types/Amount.d.ts +2 -1
- package/dist/cjs/api/types/BillingStateResponse.d.ts +7 -0
- package/dist/cjs/api/types/{CreditGrantScheduleOneTimeResource.d.ts → CountAggregationPricingMetricResource.d.ts} +1 -1
- package/dist/cjs/api/types/CreateCustomerPortalSessionResponse.d.ts +7 -0
- package/dist/cjs/api/types/{CreatePricingMatrixInterface.d.ts → CreateFixedRateRequest.d.ts} +4 -2
- package/dist/cjs/api/types/{PricingMetricInterface.d.ts → CreatePricingMetricResponse.d.ts} +1 -2
- package/dist/cjs/api/types/CreateSimpleUsageBasedRateRequest.d.ts +12 -0
- package/dist/cjs/api/types/CreateSubjectResponse.d.ts +7 -1
- package/dist/cjs/api/types/CreateSubscriptionCheckoutSessionResponse.d.ts +1 -2
- package/dist/cjs/api/types/CreateUsageEventSummaryResponse.d.ts +1 -1
- package/dist/cjs/api/types/FixedRateInterface.d.ts +1 -4
- package/dist/cjs/api/types/{CreatePricingMetricInterface.d.ts → GetPricingMetricResponse.d.ts} +2 -2
- package/dist/cjs/api/types/{CompleteSubscriptionCheckoutResponse.d.ts → InvoiceLineItemResource.d.ts} +4 -2
- package/dist/cjs/api/types/InvoiceResource.d.ts +25 -0
- package/dist/cjs/api/types/InvoiceResource.js +16 -0
- package/dist/cjs/api/types/{PricingMatrixInterface.d.ts → ListInvoicesResponse.d.ts} +3 -2
- package/dist/cjs/api/types/ListPricingMetricsResponse.d.ts +8 -0
- package/dist/cjs/api/types/PeriodResource.d.ts +9 -0
- package/dist/cjs/api/types/Price.d.ts +10 -1
- package/dist/cjs/api/types/PricingMetricResource.d.ts +11 -0
- package/dist/cjs/api/types/RateCardResource.d.ts +0 -4
- package/dist/cjs/api/types/RateCardResourceUsageBasedRatesItem.d.ts +1 -4
- package/dist/cjs/api/types/SimpleUsageBasedRateInterface.d.ts +2 -4
- package/dist/cjs/api/types/SubjectResource.d.ts +7 -1
- package/dist/cjs/api/types/SubscriptionResource.d.ts +4 -2
- package/dist/cjs/api/types/{MaxAggregationPricingMetricInterface.d.ts → SumAggregationPricingMetricResource.d.ts} +1 -2
- package/dist/cjs/api/types/index.d.ts +14 -88
- package/dist/cjs/api/types/index.js +14 -88
- package/dist/cjs/environments.d.ts +7 -0
- package/dist/cjs/environments.js +9 -0
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +3 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.d.mts +15 -5
- package/dist/esm/Client.mjs +22 -7
- package/dist/esm/api/resources/checkout/client/Client.d.mts +6 -15
- package/dist/esm/api/resources/checkout/client/Client.mjs +5 -63
- package/dist/esm/api/resources/checkout/client/requests/CreateSubscriptionCheckoutSessionRequest.d.mts +6 -2
- package/dist/esm/api/resources/{featureAccess → customerAccess}/client/Client.d.mts +13 -11
- package/dist/esm/api/resources/{featureAccess → customerAccess}/client/Client.mjs +11 -9
- package/dist/esm/api/resources/customerPortal/client/Client.d.mts +48 -0
- package/dist/esm/api/resources/customerPortal/client/Client.mjs +93 -0
- package/dist/esm/api/resources/customerPortal/client/index.d.mts +2 -0
- package/dist/esm/api/resources/customerPortal/client/index.mjs +1 -0
- package/dist/esm/api/resources/customerPortal/client/requests/CreateCustomerPortalSessionRequest.d.mts +12 -0
- package/dist/esm/api/resources/customerPortal/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/customerPortal/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/customerPortal/index.d.mts +1 -0
- package/dist/esm/api/resources/customerPortal/index.mjs +1 -0
- package/dist/esm/api/resources/index.d.mts +8 -1
- package/dist/esm/api/resources/index.mjs +8 -1
- package/dist/esm/api/resources/invoices/client/Client.d.mts +50 -0
- package/dist/esm/api/resources/invoices/client/Client.mjs +98 -0
- package/dist/esm/api/resources/invoices/client/index.d.mts +2 -0
- package/dist/esm/api/resources/invoices/client/index.mjs +1 -0
- package/dist/esm/api/resources/invoices/client/requests/ListInvoicesInvoicesGetRequest.d.mts +17 -0
- package/dist/esm/api/resources/invoices/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/invoices/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/invoices/index.d.mts +1 -0
- package/dist/esm/api/resources/invoices/index.mjs +1 -0
- package/dist/esm/api/resources/pricingMetrics/client/Client.d.mts +77 -0
- package/dist/esm/api/resources/pricingMetrics/client/Client.mjs +216 -0
- package/dist/esm/api/resources/pricingMetrics/client/index.d.mts +2 -0
- package/dist/esm/api/resources/pricingMetrics/client/index.mjs +1 -0
- package/dist/esm/api/resources/pricingMetrics/client/requests/CreatePricingMetricRequest.d.mts +22 -0
- package/dist/esm/api/resources/pricingMetrics/client/requests/ListPricingMetricsPricingMetricsGetRequest.d.mts +12 -0
- package/dist/esm/api/resources/pricingMetrics/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/pricingMetrics/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/pricingMetrics/index.d.mts +2 -0
- package/dist/esm/api/resources/pricingMetrics/index.mjs +2 -0
- package/dist/esm/api/resources/pricingMetrics/types/PricingMetricAggregation.d.mts +13 -0
- package/dist/esm/api/resources/pricingMetrics/types/index.d.mts +1 -0
- package/dist/esm/api/resources/pricingMetrics/types/index.mjs +1 -0
- package/dist/esm/api/resources/rateCards/client/Client.d.mts +9 -112
- package/dist/esm/api/resources/rateCards/client/Client.mjs +10 -247
- package/dist/esm/api/resources/rateCards/client/requests/CreateRateCardRequest.d.mts +3 -38
- package/dist/esm/api/resources/rateCards/client/requests/ListRateCardsRateCardsGetRequest.d.mts +12 -0
- package/dist/esm/api/resources/rateCards/client/requests/index.d.mts +1 -2
- package/dist/esm/api/resources/rateCards/types/CreateRateCardRequestUsageBasedRatesItem.d.mts +2 -5
- package/dist/esm/api/resources/rateCards/types/index.d.mts +0 -1
- package/dist/esm/api/resources/rateCards/types/index.mjs +0 -1
- package/dist/esm/api/resources/subjects/client/Client.d.mts +6 -5
- package/dist/esm/api/resources/subjects/client/Client.mjs +12 -11
- package/dist/esm/api/resources/subjects/client/requests/CreateSubjectRequest.d.mts +4 -1
- package/dist/{cjs/api/resources/rateCards/client/requests/RateCardsListRateCardsRequest.d.ts → esm/api/resources/subjects/client/requests/ListSubjectsSubjectsGetRequest.d.mts} +1 -1
- package/dist/esm/api/resources/subjects/client/requests/UpdateSubjectRequest.d.mts +3 -2
- package/dist/esm/api/resources/subjects/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/subscriptions/client/Client.d.mts +22 -13
- package/dist/esm/api/resources/subscriptions/client/Client.mjs +70 -42
- package/dist/esm/api/resources/subscriptions/client/requests/CancelSubscriptionRequest.d.mts +13 -0
- package/dist/esm/api/resources/subscriptions/client/requests/ChangeSubscriptionRateCardRequest.d.mts +12 -0
- package/dist/esm/api/resources/subscriptions/client/requests/CreateSubscriptionRequest.d.mts +6 -6
- package/dist/esm/api/resources/subscriptions/client/requests/ListSubscriptionsSubscriptionsGetRequest.d.mts +18 -0
- package/dist/esm/api/resources/subscriptions/client/requests/index.d.mts +3 -1
- package/dist/esm/api/resources/usageEvents/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/usageEvents/client/Client.mjs +5 -5
- package/dist/esm/api/resources/usageEvents/client/requests/CreateUsageEventRequest.d.mts +1 -2
- package/dist/esm/api/types/Aggregation.d.mts +3 -12
- package/dist/esm/api/types/Amount.d.mts +2 -1
- package/dist/esm/api/types/BillingStateResponse.d.mts +7 -0
- package/dist/esm/api/types/{CreditGrantScheduleOneTimeResource.d.mts → CountAggregationPricingMetricResource.d.mts} +1 -1
- package/dist/esm/api/types/CreateCustomerPortalSessionResponse.d.mts +7 -0
- package/dist/esm/api/types/{PricingMatrixInterface.d.mts → CreateFixedRateRequest.d.mts} +4 -2
- package/dist/esm/api/types/{PricingMetricInterface.d.mts → CreatePricingMetricResponse.d.mts} +1 -2
- package/dist/esm/api/types/CreateSimpleUsageBasedRateRequest.d.mts +12 -0
- package/dist/esm/api/types/CreateSubjectResponse.d.mts +7 -1
- package/dist/esm/api/types/CreateSubscriptionCheckoutSessionResponse.d.mts +1 -2
- package/dist/esm/api/types/CreateUsageEventSummaryResponse.d.mts +1 -1
- package/dist/esm/api/types/FixedRateInterface.d.mts +1 -4
- package/dist/esm/api/types/{CreatePricingMetricInterface.d.mts → GetPricingMetricResponse.d.mts} +2 -2
- package/dist/esm/api/types/InvoiceLineItemResource.d.mts +10 -0
- package/dist/esm/api/types/InvoiceResource.d.mts +25 -0
- package/dist/esm/api/types/InvoiceResource.mjs +13 -0
- package/dist/esm/api/types/{CompleteSubscriptionCheckoutResponse.d.mts → ListInvoicesResponse.d.mts} +3 -3
- package/dist/esm/api/types/ListPricingMetricsResponse.d.mts +8 -0
- package/dist/esm/api/types/PeriodResource.d.mts +9 -0
- package/dist/esm/api/types/Price.d.mts +10 -1
- package/dist/esm/api/types/PricingMetricResource.d.mts +11 -0
- package/dist/esm/api/types/RateCardResource.d.mts +0 -4
- package/dist/esm/api/types/RateCardResourceUsageBasedRatesItem.d.mts +1 -4
- package/dist/esm/api/types/SimpleUsageBasedRateInterface.d.mts +2 -4
- package/dist/esm/api/types/SubjectResource.d.mts +7 -1
- package/dist/esm/api/types/SubscriptionResource.d.mts +4 -2
- package/dist/esm/api/types/{MaxAggregationPricingMetricInterface.d.mts → SumAggregationPricingMetricResource.d.mts} +1 -2
- package/dist/esm/api/types/index.d.mts +14 -88
- package/dist/esm/api/types/index.mjs +14 -88
- package/dist/esm/environments.d.mts +7 -0
- package/dist/esm/environments.mjs +6 -0
- package/dist/esm/index.d.mts +1 -0
- package/dist/esm/index.mjs +1 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +192 -195
- package/dist/cjs/api/resources/rateCards/client/requests/CreateRateCardVersionRequest.d.ts +0 -63
- package/dist/cjs/api/resources/rateCards/client/requests/CreateRateCardVersionRequest.js +0 -13
- package/dist/cjs/api/resources/rateCards/types/CreateRateCardVersionRequestUsageBasedRatesItem.d.ts +0 -13
- package/dist/cjs/api/types/CheckFeatureAccessRequest.d.ts +0 -8
- package/dist/cjs/api/types/CheckFeatureAccessResponse.d.ts +0 -8
- package/dist/cjs/api/types/CreateCreditGrantInterface.d.ts +0 -12
- package/dist/cjs/api/types/CreateCreditGrantInterfaceExpiration.d.ts +0 -10
- package/dist/cjs/api/types/CreateCreditPoolRequest.d.ts +0 -4
- package/dist/cjs/api/types/CreateDimensionCoordinateInterface.d.ts +0 -7
- package/dist/cjs/api/types/CreateDimensionInterface.d.ts +0 -7
- package/dist/cjs/api/types/CreateDimensionalUsageBasedRateInterface.d.ts +0 -14
- package/dist/cjs/api/types/CreateFixedRateInterface.d.ts +0 -12
- package/dist/cjs/api/types/CreatePricingMatrixCellInterface.d.ts +0 -8
- package/dist/cjs/api/types/CreatePricingPlanRequest.d.ts +0 -4
- package/dist/cjs/api/types/CreateRateCardResponse.d.ts +0 -26
- package/dist/cjs/api/types/CreateRateCardResponse.js +0 -13
- package/dist/cjs/api/types/CreateRateCardResponseUsageBasedRatesItem.d.ts +0 -13
- package/dist/cjs/api/types/CreateRateCardVersionResponse.d.ts +0 -26
- package/dist/cjs/api/types/CreateRateCardVersionResponse.js +0 -13
- package/dist/cjs/api/types/CreateRateCardVersionResponseUsageBasedRatesItem.d.ts +0 -13
- package/dist/cjs/api/types/CreateSimpleUsageBasedRateInterface.d.ts +0 -13
- package/dist/cjs/api/types/CreditGrant.d.ts +0 -4
- package/dist/cjs/api/types/CreditGrantDateTimeExpirationInterface.d.ts +0 -6
- package/dist/cjs/api/types/CreditGrantDateTimeExpirationResource.d.ts +0 -6
- package/dist/cjs/api/types/CreditGrantDateTimeExpirationResource.js +0 -5
- package/dist/cjs/api/types/CreditGrantDurationExpirationInterface.d.ts +0 -17
- package/dist/cjs/api/types/CreditGrantDurationExpirationInterface.js +0 -16
- package/dist/cjs/api/types/CreditGrantDurationExpirationResource.d.ts +0 -17
- package/dist/cjs/api/types/CreditGrantDurationExpirationResource.js +0 -16
- package/dist/cjs/api/types/CreditGrantInterface.d.ts +0 -12
- package/dist/cjs/api/types/CreditGrantInterface.js +0 -5
- package/dist/cjs/api/types/CreditGrantInterfaceInputExpiration.d.ts +0 -10
- package/dist/cjs/api/types/CreditGrantInterfaceInputExpiration.js +0 -5
- package/dist/cjs/api/types/CreditGrantInterfaceOutputExpiration.d.ts +0 -13
- package/dist/cjs/api/types/CreditGrantInterfaceOutputExpiration.js +0 -5
- package/dist/cjs/api/types/CreditGrantInterfaceOutputSchedule.d.ts +0 -13
- package/dist/cjs/api/types/CreditGrantInterfaceOutputSchedule.js +0 -5
- package/dist/cjs/api/types/CreditGrantResource.d.ts +0 -12
- package/dist/cjs/api/types/CreditGrantResource.js +0 -5
- package/dist/cjs/api/types/CreditGrantResourceInputExpiration.d.ts +0 -10
- package/dist/cjs/api/types/CreditGrantResourceInputExpiration.js +0 -5
- package/dist/cjs/api/types/CreditGrantResourceInputSchedule.d.ts +0 -13
- package/dist/cjs/api/types/CreditGrantResourceInputSchedule.js +0 -5
- package/dist/cjs/api/types/CreditGrantResourceOutputExpiration.d.ts +0 -13
- package/dist/cjs/api/types/CreditGrantResourceOutputExpiration.js +0 -5
- package/dist/cjs/api/types/CreditGrantResourceOutputSchedule.d.ts +0 -13
- package/dist/cjs/api/types/CreditGrantResourceOutputSchedule.js +0 -5
- package/dist/cjs/api/types/CreditGrantSchedule.d.ts +0 -4
- package/dist/cjs/api/types/CreditGrantSchedule.js +0 -5
- package/dist/cjs/api/types/CreditGrantScheduleOneTimeInterface.d.ts +0 -6
- package/dist/cjs/api/types/CreditGrantScheduleOneTimeInterface.js +0 -5
- package/dist/cjs/api/types/CreditGrantScheduleOneTimeResource.js +0 -5
- package/dist/cjs/api/types/CreditGrantScheduleRateCycleStartInterface.d.ts +0 -6
- package/dist/cjs/api/types/CreditGrantScheduleRateCycleStartInterface.js +0 -5
- package/dist/cjs/api/types/CreditGrantScheduleRateCycleStartResource.d.ts +0 -5
- package/dist/cjs/api/types/CreditGrantScheduleRateCycleStartResource.js +0 -5
- package/dist/cjs/api/types/CreditGrantSubjectGrantingConfigInterface.d.ts +0 -7
- package/dist/cjs/api/types/CreditGrantSubjectGrantingConfigInterface.js +0 -5
- package/dist/cjs/api/types/CreditPool.d.ts +0 -4
- package/dist/cjs/api/types/CreditPool.js +0 -5
- package/dist/cjs/api/types/CreditPoolRolloverConfig.d.ts +0 -4
- package/dist/cjs/api/types/CreditPoolRolloverConfig.js +0 -5
- package/dist/cjs/api/types/CustomAggregationPricingMetricInterface.d.ts +0 -7
- package/dist/cjs/api/types/CustomAggregationPricingMetricInterface.js +0 -5
- package/dist/cjs/api/types/CustomPricingMetric.d.ts +0 -4
- package/dist/cjs/api/types/CustomPricingMetric.js +0 -5
- package/dist/cjs/api/types/CustomUnit.d.ts +0 -4
- package/dist/cjs/api/types/CustomUnit.js +0 -5
- package/dist/cjs/api/types/CustomUnitAmount.d.ts +0 -4
- package/dist/cjs/api/types/CustomUnitAmount.js +0 -5
- package/dist/cjs/api/types/Dimension.d.ts +0 -4
- package/dist/cjs/api/types/Dimension.js +0 -5
- package/dist/cjs/api/types/DimensionCoordinate.d.ts +0 -4
- package/dist/cjs/api/types/DimensionCoordinate.js +0 -5
- package/dist/cjs/api/types/DimensionCoordinateInterface.d.ts +0 -7
- package/dist/cjs/api/types/DimensionCoordinateInterface.js +0 -5
- package/dist/cjs/api/types/DimensionCoordinateSet.d.ts +0 -4
- package/dist/cjs/api/types/DimensionCoordinateSet.js +0 -5
- package/dist/cjs/api/types/DimensionInterface.d.ts +0 -7
- package/dist/cjs/api/types/DimensionInterface.js +0 -5
- package/dist/cjs/api/types/DimensionalRateMatrix.d.ts +0 -4
- package/dist/cjs/api/types/DimensionalRateMatrix.js +0 -5
- package/dist/cjs/api/types/DimensionalRateMatrixCell.d.ts +0 -4
- package/dist/cjs/api/types/DimensionalRateMatrixCell.js +0 -5
- package/dist/cjs/api/types/DimensionalUsageBasedRate.d.ts +0 -4
- package/dist/cjs/api/types/DimensionalUsageBasedRate.js +0 -5
- package/dist/cjs/api/types/DimensionalUsageBasedRateInput.d.ts +0 -4
- package/dist/cjs/api/types/DimensionalUsageBasedRateInput.js +0 -5
- package/dist/cjs/api/types/DimensionalUsageBasedRateInterface.d.ts +0 -15
- package/dist/cjs/api/types/DimensionalUsageBasedRateInterface.js +0 -5
- package/dist/cjs/api/types/FeatureAccessResource.d.ts +0 -8
- package/dist/cjs/api/types/FeatureAccessResource.js +0 -5
- package/dist/cjs/api/types/GetRateCardResponse.d.ts +0 -26
- package/dist/cjs/api/types/GetRateCardResponse.js +0 -13
- package/dist/cjs/api/types/GetRateCardResponseUsageBasedRatesItem.d.ts +0 -13
- package/dist/cjs/api/types/GetRateCardResponseUsageBasedRatesItem.js +0 -5
- package/dist/cjs/api/types/GrantCreditsRequest.d.ts +0 -4
- package/dist/cjs/api/types/GrantCreditsRequest.js +0 -5
- package/dist/cjs/api/types/LastAggregationPricingMetricInterface.d.ts +0 -7
- package/dist/cjs/api/types/LastAggregationPricingMetricInterface.js +0 -5
- package/dist/cjs/api/types/LicenseBasedRate.d.ts +0 -4
- package/dist/cjs/api/types/LicenseBasedRate.js +0 -5
- package/dist/cjs/api/types/LicenseBasedRateInput.d.ts +0 -4
- package/dist/cjs/api/types/LicenseBasedRateInput.js +0 -5
- package/dist/cjs/api/types/MaxAggregationPricingMetricInterface.js +0 -5
- package/dist/cjs/api/types/MonetaryAmount.d.ts +0 -4
- package/dist/cjs/api/types/MonetaryAmount.js +0 -5
- package/dist/cjs/api/types/PackagePriceWrapper.d.ts +0 -4
- package/dist/cjs/api/types/PackagePriceWrapper.js +0 -5
- package/dist/cjs/api/types/PricingMatrixCellInterface.d.ts +0 -8
- package/dist/cjs/api/types/PricingMatrixCellInterface.js +0 -5
- package/dist/cjs/api/types/PricingMatrixInterface.js +0 -5
- package/dist/cjs/api/types/PricingMetric.d.ts +0 -4
- package/dist/cjs/api/types/PricingMetric.js +0 -5
- package/dist/cjs/api/types/PricingMetricInterface.js +0 -5
- package/dist/cjs/api/types/PricingPlan.d.ts +0 -4
- package/dist/cjs/api/types/PricingPlan.js +0 -5
- package/dist/cjs/api/types/PricingPlanSubscription.d.ts +0 -4
- package/dist/cjs/api/types/PricingPlanSubscription.js +0 -5
- package/dist/cjs/api/types/PricingTier.d.ts +0 -4
- package/dist/cjs/api/types/PricingTier.js +0 -5
- package/dist/cjs/api/types/RateCard.d.ts +0 -4
- package/dist/cjs/api/types/RateCard.js +0 -5
- package/dist/cjs/api/types/RateCardVersion.d.ts +0 -4
- package/dist/cjs/api/types/RateCardVersion.js +0 -5
- package/dist/cjs/api/types/RateCardVersionInput.d.ts +0 -4
- package/dist/cjs/api/types/RateCardVersionInput.js +0 -5
- package/dist/cjs/api/types/SimpleUsageBasedRate.d.ts +0 -4
- package/dist/cjs/api/types/SimpleUsageBasedRate.js +0 -5
- package/dist/cjs/api/types/SimpleUsageBasedRateInput.d.ts +0 -4
- package/dist/cjs/api/types/SimpleUsageBasedRateInput.js +0 -5
- package/dist/cjs/api/types/Subject.d.ts +0 -4
- package/dist/cjs/api/types/Subject.js +0 -5
- package/dist/cjs/api/types/SubjectGrantingConfig.d.ts +0 -4
- package/dist/cjs/api/types/SubjectGrantingConfig.js +0 -5
- package/dist/cjs/api/types/SubjectGrantingConfigResource.d.ts +0 -7
- package/dist/cjs/api/types/SubjectGrantingConfigResource.js +0 -5
- package/dist/cjs/api/types/TieredPrice.d.ts +0 -4
- package/dist/cjs/api/types/TieredPrice.js +0 -5
- package/dist/cjs/api/types/TieredPriceWrapper.d.ts +0 -4
- package/dist/cjs/api/types/TieredPriceWrapper.js +0 -5
- package/dist/cjs/api/types/UpdatePricingPlanRequest.d.ts +0 -4
- package/dist/cjs/api/types/UpdatePricingPlanRequest.js +0 -5
- package/dist/cjs/api/types/UpdateRateCardRequest.d.ts +0 -4
- package/dist/cjs/api/types/UpdateRateCardRequest.js +0 -5
- package/dist/cjs/api/types/UpdateSubscriptionRequest.d.ts +0 -4
- package/dist/cjs/api/types/UpdateSubscriptionRequest.js +0 -5
- package/dist/cjs/api/types/UsageBasedRate.d.ts +0 -4
- package/dist/cjs/api/types/UsageBasedRate.js +0 -5
- package/dist/cjs/api/types/UsageBasedRateInput.d.ts +0 -4
- package/dist/cjs/api/types/UsageBasedRateInput.js +0 -5
- package/dist/cjs/api/types/UsageUnit.d.ts +0 -4
- package/dist/cjs/api/types/UsageUnit.js +0 -5
- package/dist/esm/api/resources/rateCards/client/requests/CreateRateCardVersionRequest.d.mts +0 -63
- package/dist/esm/api/resources/rateCards/client/requests/CreateRateCardVersionRequest.mjs +0 -10
- package/dist/esm/api/resources/rateCards/types/CreateRateCardVersionRequestUsageBasedRatesItem.d.mts +0 -13
- package/dist/esm/api/resources/subscriptions/client/requests/SubscriptionsListSubscriptionsRequest.d.mts +0 -14
- package/dist/esm/api/types/CheckFeatureAccessRequest.d.mts +0 -8
- package/dist/esm/api/types/CheckFeatureAccessResponse.d.mts +0 -8
- package/dist/esm/api/types/CreateCreditGrantInterface.d.mts +0 -12
- package/dist/esm/api/types/CreateCreditGrantInterfaceExpiration.d.mts +0 -10
- package/dist/esm/api/types/CreateCreditPoolRequest.d.mts +0 -4
- package/dist/esm/api/types/CreateDimensionCoordinateInterface.d.mts +0 -7
- package/dist/esm/api/types/CreateDimensionInterface.d.mts +0 -7
- package/dist/esm/api/types/CreateDimensionalUsageBasedRateInterface.d.mts +0 -14
- package/dist/esm/api/types/CreateFixedRateInterface.d.mts +0 -12
- package/dist/esm/api/types/CreatePricingMatrixCellInterface.d.mts +0 -8
- package/dist/esm/api/types/CreatePricingMatrixInterface.d.mts +0 -7
- package/dist/esm/api/types/CreatePricingPlanRequest.d.mts +0 -4
- package/dist/esm/api/types/CreateRateCardResponse.d.mts +0 -26
- package/dist/esm/api/types/CreateRateCardResponse.mjs +0 -10
- package/dist/esm/api/types/CreateRateCardResponseUsageBasedRatesItem.d.mts +0 -13
- package/dist/esm/api/types/CreateRateCardVersionResponse.d.mts +0 -26
- package/dist/esm/api/types/CreateRateCardVersionResponse.mjs +0 -10
- package/dist/esm/api/types/CreateRateCardVersionResponseUsageBasedRatesItem.d.mts +0 -13
- package/dist/esm/api/types/CreateSimpleUsageBasedRateInterface.d.mts +0 -13
- package/dist/esm/api/types/CreditGrant.d.mts +0 -4
- package/dist/esm/api/types/CreditGrantDateTimeExpirationInterface.d.mts +0 -6
- package/dist/esm/api/types/CreditGrantDateTimeExpirationResource.d.mts +0 -6
- package/dist/esm/api/types/CreditGrantDateTimeExpirationResource.mjs +0 -4
- package/dist/esm/api/types/CreditGrantDurationExpirationInterface.d.mts +0 -17
- package/dist/esm/api/types/CreditGrantDurationExpirationInterface.mjs +0 -13
- package/dist/esm/api/types/CreditGrantDurationExpirationResource.d.mts +0 -17
- package/dist/esm/api/types/CreditGrantDurationExpirationResource.mjs +0 -13
- package/dist/esm/api/types/CreditGrantInterface.d.mts +0 -12
- package/dist/esm/api/types/CreditGrantInterface.mjs +0 -4
- package/dist/esm/api/types/CreditGrantInterfaceInputExpiration.d.mts +0 -10
- package/dist/esm/api/types/CreditGrantInterfaceInputExpiration.mjs +0 -4
- package/dist/esm/api/types/CreditGrantInterfaceOutputExpiration.d.mts +0 -13
- package/dist/esm/api/types/CreditGrantInterfaceOutputExpiration.mjs +0 -4
- package/dist/esm/api/types/CreditGrantInterfaceOutputSchedule.d.mts +0 -13
- package/dist/esm/api/types/CreditGrantInterfaceOutputSchedule.mjs +0 -4
- package/dist/esm/api/types/CreditGrantResource.d.mts +0 -12
- package/dist/esm/api/types/CreditGrantResource.mjs +0 -4
- package/dist/esm/api/types/CreditGrantResourceInputExpiration.d.mts +0 -10
- package/dist/esm/api/types/CreditGrantResourceInputExpiration.mjs +0 -4
- package/dist/esm/api/types/CreditGrantResourceInputSchedule.d.mts +0 -13
- package/dist/esm/api/types/CreditGrantResourceInputSchedule.mjs +0 -4
- package/dist/esm/api/types/CreditGrantResourceOutputExpiration.d.mts +0 -13
- package/dist/esm/api/types/CreditGrantResourceOutputExpiration.mjs +0 -4
- package/dist/esm/api/types/CreditGrantResourceOutputSchedule.d.mts +0 -13
- package/dist/esm/api/types/CreditGrantResourceOutputSchedule.mjs +0 -4
- package/dist/esm/api/types/CreditGrantSchedule.d.mts +0 -4
- package/dist/esm/api/types/CreditGrantSchedule.mjs +0 -4
- package/dist/esm/api/types/CreditGrantScheduleOneTimeInterface.d.mts +0 -6
- package/dist/esm/api/types/CreditGrantScheduleOneTimeInterface.mjs +0 -4
- package/dist/esm/api/types/CreditGrantScheduleOneTimeResource.mjs +0 -4
- package/dist/esm/api/types/CreditGrantScheduleRateCycleStartInterface.d.mts +0 -6
- package/dist/esm/api/types/CreditGrantScheduleRateCycleStartInterface.mjs +0 -4
- package/dist/esm/api/types/CreditGrantScheduleRateCycleStartResource.d.mts +0 -5
- package/dist/esm/api/types/CreditGrantScheduleRateCycleStartResource.mjs +0 -4
- package/dist/esm/api/types/CreditGrantSubjectGrantingConfigInterface.d.mts +0 -7
- package/dist/esm/api/types/CreditGrantSubjectGrantingConfigInterface.mjs +0 -4
- package/dist/esm/api/types/CreditPool.d.mts +0 -4
- package/dist/esm/api/types/CreditPool.mjs +0 -4
- package/dist/esm/api/types/CreditPoolRolloverConfig.d.mts +0 -4
- package/dist/esm/api/types/CreditPoolRolloverConfig.mjs +0 -4
- package/dist/esm/api/types/CustomAggregationPricingMetricInterface.d.mts +0 -7
- package/dist/esm/api/types/CustomAggregationPricingMetricInterface.mjs +0 -4
- package/dist/esm/api/types/CustomPricingMetric.d.mts +0 -4
- package/dist/esm/api/types/CustomPricingMetric.mjs +0 -4
- package/dist/esm/api/types/CustomUnit.d.mts +0 -4
- package/dist/esm/api/types/CustomUnit.mjs +0 -4
- package/dist/esm/api/types/CustomUnitAmount.d.mts +0 -4
- package/dist/esm/api/types/CustomUnitAmount.mjs +0 -4
- package/dist/esm/api/types/Dimension.d.mts +0 -4
- package/dist/esm/api/types/Dimension.mjs +0 -4
- package/dist/esm/api/types/DimensionCoordinate.d.mts +0 -4
- package/dist/esm/api/types/DimensionCoordinate.mjs +0 -4
- package/dist/esm/api/types/DimensionCoordinateInterface.d.mts +0 -7
- package/dist/esm/api/types/DimensionCoordinateInterface.mjs +0 -4
- package/dist/esm/api/types/DimensionCoordinateSet.d.mts +0 -4
- package/dist/esm/api/types/DimensionCoordinateSet.mjs +0 -4
- package/dist/esm/api/types/DimensionInterface.d.mts +0 -7
- package/dist/esm/api/types/DimensionInterface.mjs +0 -4
- package/dist/esm/api/types/DimensionalRateMatrix.d.mts +0 -4
- package/dist/esm/api/types/DimensionalRateMatrix.mjs +0 -4
- package/dist/esm/api/types/DimensionalRateMatrixCell.d.mts +0 -4
- package/dist/esm/api/types/DimensionalRateMatrixCell.mjs +0 -4
- package/dist/esm/api/types/DimensionalUsageBasedRate.d.mts +0 -4
- package/dist/esm/api/types/DimensionalUsageBasedRate.mjs +0 -4
- package/dist/esm/api/types/DimensionalUsageBasedRateInput.d.mts +0 -4
- package/dist/esm/api/types/DimensionalUsageBasedRateInput.mjs +0 -4
- package/dist/esm/api/types/DimensionalUsageBasedRateInterface.d.mts +0 -15
- package/dist/esm/api/types/DimensionalUsageBasedRateInterface.mjs +0 -4
- package/dist/esm/api/types/FeatureAccessResource.d.mts +0 -8
- package/dist/esm/api/types/FeatureAccessResource.mjs +0 -4
- package/dist/esm/api/types/GetRateCardResponse.d.mts +0 -26
- package/dist/esm/api/types/GetRateCardResponse.mjs +0 -10
- package/dist/esm/api/types/GetRateCardResponseUsageBasedRatesItem.d.mts +0 -13
- package/dist/esm/api/types/GetRateCardResponseUsageBasedRatesItem.mjs +0 -4
- package/dist/esm/api/types/GrantCreditsRequest.d.mts +0 -4
- package/dist/esm/api/types/GrantCreditsRequest.mjs +0 -4
- package/dist/esm/api/types/LastAggregationPricingMetricInterface.d.mts +0 -7
- package/dist/esm/api/types/LastAggregationPricingMetricInterface.mjs +0 -4
- package/dist/esm/api/types/LicenseBasedRate.d.mts +0 -4
- package/dist/esm/api/types/LicenseBasedRate.mjs +0 -4
- package/dist/esm/api/types/LicenseBasedRateInput.d.mts +0 -4
- package/dist/esm/api/types/LicenseBasedRateInput.mjs +0 -4
- package/dist/esm/api/types/MaxAggregationPricingMetricInterface.mjs +0 -4
- package/dist/esm/api/types/MonetaryAmount.d.mts +0 -4
- package/dist/esm/api/types/MonetaryAmount.mjs +0 -4
- package/dist/esm/api/types/PackagePriceWrapper.d.mts +0 -4
- package/dist/esm/api/types/PackagePriceWrapper.mjs +0 -4
- package/dist/esm/api/types/PricingMatrixCellInterface.d.mts +0 -8
- package/dist/esm/api/types/PricingMatrixCellInterface.mjs +0 -4
- package/dist/esm/api/types/PricingMatrixInterface.mjs +0 -4
- package/dist/esm/api/types/PricingMetric.d.mts +0 -4
- package/dist/esm/api/types/PricingMetric.mjs +0 -4
- package/dist/esm/api/types/PricingMetricInterface.mjs +0 -4
- package/dist/esm/api/types/PricingPlan.d.mts +0 -4
- package/dist/esm/api/types/PricingPlan.mjs +0 -4
- package/dist/esm/api/types/PricingPlanSubscription.d.mts +0 -4
- package/dist/esm/api/types/PricingPlanSubscription.mjs +0 -4
- package/dist/esm/api/types/PricingTier.d.mts +0 -4
- package/dist/esm/api/types/PricingTier.mjs +0 -4
- package/dist/esm/api/types/RateCard.d.mts +0 -4
- package/dist/esm/api/types/RateCard.mjs +0 -4
- package/dist/esm/api/types/RateCardVersion.d.mts +0 -4
- package/dist/esm/api/types/RateCardVersion.mjs +0 -4
- package/dist/esm/api/types/RateCardVersionInput.d.mts +0 -4
- package/dist/esm/api/types/RateCardVersionInput.mjs +0 -4
- package/dist/esm/api/types/SimpleUsageBasedRate.d.mts +0 -4
- package/dist/esm/api/types/SimpleUsageBasedRate.mjs +0 -4
- package/dist/esm/api/types/SimpleUsageBasedRateInput.d.mts +0 -4
- package/dist/esm/api/types/SimpleUsageBasedRateInput.mjs +0 -4
- package/dist/esm/api/types/Subject.d.mts +0 -4
- package/dist/esm/api/types/Subject.mjs +0 -4
- package/dist/esm/api/types/SubjectGrantingConfig.d.mts +0 -4
- package/dist/esm/api/types/SubjectGrantingConfig.mjs +0 -4
- package/dist/esm/api/types/SubjectGrantingConfigResource.d.mts +0 -7
- package/dist/esm/api/types/SubjectGrantingConfigResource.mjs +0 -4
- package/dist/esm/api/types/TieredPrice.d.mts +0 -4
- package/dist/esm/api/types/TieredPrice.mjs +0 -4
- package/dist/esm/api/types/TieredPriceWrapper.d.mts +0 -4
- package/dist/esm/api/types/TieredPriceWrapper.mjs +0 -4
- package/dist/esm/api/types/UpdatePricingPlanRequest.d.mts +0 -4
- package/dist/esm/api/types/UpdatePricingPlanRequest.mjs +0 -4
- package/dist/esm/api/types/UpdateRateCardRequest.d.mts +0 -4
- package/dist/esm/api/types/UpdateRateCardRequest.mjs +0 -4
- package/dist/esm/api/types/UpdateSubscriptionRequest.d.mts +0 -4
- package/dist/esm/api/types/UpdateSubscriptionRequest.mjs +0 -4
- package/dist/esm/api/types/UsageBasedRate.d.mts +0 -4
- package/dist/esm/api/types/UsageBasedRate.mjs +0 -4
- package/dist/esm/api/types/UsageBasedRateInput.d.mts +0 -4
- package/dist/esm/api/types/UsageBasedRateInput.mjs +0 -4
- package/dist/esm/api/types/UsageUnit.d.mts +0 -4
- package/dist/esm/api/types/UsageUnit.mjs +0 -4
- /package/dist/cjs/api/resources/{featureAccess → customerAccess}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{featureAccess → customerAccess}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{featureAccess → customerAccess}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{featureAccess → customerAccess}/index.js +0 -0
- /package/dist/cjs/api/resources/{rateCards/client/requests/RateCardsListRateCardsRequest.js → customerPortal/client/requests/CreateCustomerPortalSessionRequest.js} +0 -0
- /package/dist/cjs/api/resources/{rateCards/types/CreateRateCardVersionRequestUsageBasedRatesItem.js → invoices/client/requests/ListInvoicesInvoicesGetRequest.js} +0 -0
- /package/dist/cjs/api/resources/{subjects/client/requests/SubjectsListSubjectsRequest.js → pricingMetrics/client/requests/CreatePricingMetricRequest.js} +0 -0
- /package/dist/cjs/api/resources/{subscriptions/client/requests/SubscriptionsListSubscriptionsRequest.js → pricingMetrics/client/requests/ListPricingMetricsPricingMetricsGetRequest.js} +0 -0
- /package/dist/cjs/api/{types/CheckFeatureAccessRequest.js → resources/pricingMetrics/types/PricingMetricAggregation.js} +0 -0
- /package/dist/cjs/api/{types/CheckFeatureAccessResponse.js → resources/rateCards/client/requests/ListRateCardsRateCardsGetRequest.js} +0 -0
- /package/dist/cjs/api/{types/CompleteSubscriptionCheckoutResponse.js → resources/subjects/client/requests/ListSubjectsSubjectsGetRequest.js} +0 -0
- /package/dist/cjs/api/{types/CreateCreditGrantInterface.js → resources/subscriptions/client/requests/CancelSubscriptionRequest.js} +0 -0
- /package/dist/cjs/api/{types/CreateCreditGrantInterfaceExpiration.js → resources/subscriptions/client/requests/ChangeSubscriptionRateCardRequest.js} +0 -0
- /package/dist/cjs/api/{types/CreateCreditPoolRequest.js → resources/subscriptions/client/requests/ListSubscriptionsSubscriptionsGetRequest.js} +0 -0
- /package/dist/cjs/api/types/{CreateDimensionCoordinateInterface.js → BillingStateResponse.js} +0 -0
- /package/dist/cjs/api/types/{CreateDimensionInterface.js → CountAggregationPricingMetricResource.js} +0 -0
- /package/dist/cjs/api/types/{CreateDimensionalUsageBasedRateInterface.js → CreateCustomerPortalSessionResponse.js} +0 -0
- /package/dist/cjs/api/types/{CreateFixedRateInterface.js → CreateFixedRateRequest.js} +0 -0
- /package/dist/cjs/api/types/{CreatePricingMatrixCellInterface.js → CreatePricingMetricResponse.js} +0 -0
- /package/dist/cjs/api/types/{CreatePricingMatrixInterface.js → CreateSimpleUsageBasedRateRequest.js} +0 -0
- /package/dist/cjs/api/types/{CreatePricingMetricInterface.js → GetPricingMetricResponse.js} +0 -0
- /package/dist/cjs/api/types/{CreatePricingPlanRequest.js → InvoiceLineItemResource.js} +0 -0
- /package/dist/cjs/api/types/{CreateRateCardResponseUsageBasedRatesItem.js → ListInvoicesResponse.js} +0 -0
- /package/dist/cjs/api/types/{CreateRateCardVersionResponseUsageBasedRatesItem.js → ListPricingMetricsResponse.js} +0 -0
- /package/dist/cjs/api/types/{CreateSimpleUsageBasedRateInterface.js → PeriodResource.js} +0 -0
- /package/dist/cjs/api/types/{CreditGrant.js → PricingMetricResource.js} +0 -0
- /package/dist/cjs/api/types/{CreditGrantDateTimeExpirationInterface.js → SumAggregationPricingMetricResource.js} +0 -0
- /package/dist/esm/api/resources/{featureAccess → customerAccess}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{featureAccess → customerAccess}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{featureAccess → customerAccess}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{featureAccess → customerAccess}/index.mjs +0 -0
- /package/dist/esm/api/resources/{rateCards/client/requests/RateCardsListRateCardsRequest.mjs → customerPortal/client/requests/CreateCustomerPortalSessionRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{rateCards/types/CreateRateCardVersionRequestUsageBasedRatesItem.mjs → invoices/client/requests/ListInvoicesInvoicesGetRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{subjects/client/requests/SubjectsListSubjectsRequest.mjs → pricingMetrics/client/requests/CreatePricingMetricRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{subscriptions/client/requests/SubscriptionsListSubscriptionsRequest.mjs → pricingMetrics/client/requests/ListPricingMetricsPricingMetricsGetRequest.mjs} +0 -0
- /package/dist/esm/api/{types/CheckFeatureAccessRequest.mjs → resources/pricingMetrics/types/PricingMetricAggregation.mjs} +0 -0
- /package/dist/esm/api/{types/CheckFeatureAccessResponse.mjs → resources/rateCards/client/requests/ListRateCardsRateCardsGetRequest.mjs} +0 -0
- /package/dist/esm/api/{types/CompleteSubscriptionCheckoutResponse.mjs → resources/subjects/client/requests/ListSubjectsSubjectsGetRequest.mjs} +0 -0
- /package/dist/esm/api/{types/CreateCreditGrantInterface.mjs → resources/subscriptions/client/requests/CancelSubscriptionRequest.mjs} +0 -0
- /package/dist/esm/api/{types/CreateCreditGrantInterfaceExpiration.mjs → resources/subscriptions/client/requests/ChangeSubscriptionRateCardRequest.mjs} +0 -0
- /package/dist/esm/api/{types/CreateCreditPoolRequest.mjs → resources/subscriptions/client/requests/ListSubscriptionsSubscriptionsGetRequest.mjs} +0 -0
- /package/dist/esm/api/types/{CreateDimensionCoordinateInterface.mjs → BillingStateResponse.mjs} +0 -0
- /package/dist/esm/api/types/{CreateDimensionInterface.mjs → CountAggregationPricingMetricResource.mjs} +0 -0
- /package/dist/esm/api/types/{CreateDimensionalUsageBasedRateInterface.mjs → CreateCustomerPortalSessionResponse.mjs} +0 -0
- /package/dist/esm/api/types/{CreateFixedRateInterface.mjs → CreateFixedRateRequest.mjs} +0 -0
- /package/dist/esm/api/types/{CreatePricingMatrixCellInterface.mjs → CreatePricingMetricResponse.mjs} +0 -0
- /package/dist/esm/api/types/{CreatePricingMatrixInterface.mjs → CreateSimpleUsageBasedRateRequest.mjs} +0 -0
- /package/dist/esm/api/types/{CreatePricingMetricInterface.mjs → GetPricingMetricResponse.mjs} +0 -0
- /package/dist/esm/api/types/{CreatePricingPlanRequest.mjs → InvoiceLineItemResource.mjs} +0 -0
- /package/dist/esm/api/types/{CreateRateCardResponseUsageBasedRatesItem.mjs → ListInvoicesResponse.mjs} +0 -0
- /package/dist/esm/api/types/{CreateRateCardVersionResponseUsageBasedRatesItem.mjs → ListPricingMetricsResponse.mjs} +0 -0
- /package/dist/esm/api/types/{CreateSimpleUsageBasedRateInterface.mjs → PeriodResource.mjs} +0 -0
- /package/dist/esm/api/types/{CreditGrant.mjs → PricingMetricResource.mjs} +0 -0
- /package/dist/esm/api/types/{CreditGrantDateTimeExpirationInterface.mjs → SumAggregationPricingMetricResource.mjs} +0 -0
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as environments from "../../../../environments.mjs";
|
|
4
5
|
import * as core from "../../../../core/index.mjs";
|
|
5
6
|
import * as Lark from "../../../index.mjs";
|
|
6
7
|
export declare namespace Subjects {
|
|
7
8
|
interface Options {
|
|
8
|
-
environment
|
|
9
|
+
environment?: core.Supplier<environments.LarkEnvironment | string>;
|
|
9
10
|
/** Specify a custom URL to connect the client to. */
|
|
10
11
|
baseUrl?: core.Supplier<string>;
|
|
11
|
-
apiKey
|
|
12
|
+
apiKey: core.Supplier<string>;
|
|
12
13
|
/** Additional headers to include in requests. */
|
|
13
14
|
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
14
15
|
}
|
|
@@ -29,7 +30,7 @@ export declare class Subjects {
|
|
|
29
30
|
protected readonly _options: Subjects.Options;
|
|
30
31
|
constructor(_options: Subjects.Options);
|
|
31
32
|
/**
|
|
32
|
-
* @param {Lark.
|
|
33
|
+
* @param {Lark.ListSubjectsSubjectsGetRequest} request
|
|
33
34
|
* @param {Subjects.RequestOptions} requestOptions - Request-specific configuration.
|
|
34
35
|
*
|
|
35
36
|
* @throws {@link Lark.UnprocessableEntityError}
|
|
@@ -40,7 +41,7 @@ export declare class Subjects {
|
|
|
40
41
|
* offset: 1
|
|
41
42
|
* })
|
|
42
43
|
*/
|
|
43
|
-
listSubjects(request?: Lark.
|
|
44
|
+
listSubjects(request?: Lark.ListSubjectsSubjectsGetRequest, requestOptions?: Subjects.RequestOptions): core.HttpResponsePromise<Lark.ListSubjectsResponse>;
|
|
44
45
|
private __listSubjects;
|
|
45
46
|
/**
|
|
46
47
|
* @param {Lark.CreateSubjectRequest} request
|
|
@@ -88,6 +89,6 @@ export declare class Subjects {
|
|
|
88
89
|
deleteSubject(subjectId: string, requestOptions?: Subjects.RequestOptions): core.HttpResponsePromise<unknown>;
|
|
89
90
|
private __deleteSubject;
|
|
90
91
|
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
91
|
-
"X-API-Key": string
|
|
92
|
+
"X-API-Key": string;
|
|
92
93
|
}>;
|
|
93
94
|
}
|
|
@@ -10,6 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
10
10
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
11
11
|
});
|
|
12
12
|
};
|
|
13
|
+
import * as environments from "../../../../environments.mjs";
|
|
13
14
|
import * as core from "../../../../core/index.mjs";
|
|
14
15
|
import * as Lark from "../../../index.mjs";
|
|
15
16
|
import { mergeHeaders, mergeOnlyDefinedHeaders } from "../../../../core/headers.mjs";
|
|
@@ -19,7 +20,7 @@ export class Subjects {
|
|
|
19
20
|
this._options = _options;
|
|
20
21
|
}
|
|
21
22
|
/**
|
|
22
|
-
* @param {Lark.
|
|
23
|
+
* @param {Lark.ListSubjectsSubjectsGetRequest} request
|
|
23
24
|
* @param {Subjects.RequestOptions} requestOptions - Request-specific configuration.
|
|
24
25
|
*
|
|
25
26
|
* @throws {@link Lark.UnprocessableEntityError}
|
|
@@ -35,7 +36,7 @@ export class Subjects {
|
|
|
35
36
|
}
|
|
36
37
|
__listSubjects() {
|
|
37
38
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
38
|
-
var _a, _b;
|
|
39
|
+
var _a, _b, _c;
|
|
39
40
|
const { limit, offset } = request;
|
|
40
41
|
const _queryParams = {};
|
|
41
42
|
if (limit != null) {
|
|
@@ -46,7 +47,7 @@ export class Subjects {
|
|
|
46
47
|
}
|
|
47
48
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
48
49
|
const _response = yield core.fetcher({
|
|
49
|
-
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment)), "subjects"),
|
|
50
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.LarkEnvironment.Default, "subjects"),
|
|
50
51
|
method: "GET",
|
|
51
52
|
headers: _headers,
|
|
52
53
|
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
@@ -100,10 +101,10 @@ export class Subjects {
|
|
|
100
101
|
}
|
|
101
102
|
__createSubject() {
|
|
102
103
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
103
|
-
var _a, _b;
|
|
104
|
+
var _a, _b, _c;
|
|
104
105
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
105
106
|
const _response = yield core.fetcher({
|
|
106
|
-
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment)), "subjects"),
|
|
107
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.LarkEnvironment.Default, "subjects"),
|
|
107
108
|
method: "POST",
|
|
108
109
|
headers: _headers,
|
|
109
110
|
contentType: "application/json",
|
|
@@ -160,10 +161,10 @@ export class Subjects {
|
|
|
160
161
|
}
|
|
161
162
|
__getSubject(subjectId, requestOptions) {
|
|
162
163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
163
|
-
var _a, _b;
|
|
164
|
+
var _a, _b, _c;
|
|
164
165
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
165
166
|
const _response = yield core.fetcher({
|
|
166
|
-
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment)), `subjects/${encodeURIComponent(subjectId)}`),
|
|
167
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.LarkEnvironment.Default, `subjects/${encodeURIComponent(subjectId)}`),
|
|
167
168
|
method: "GET",
|
|
168
169
|
headers: _headers,
|
|
169
170
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -218,10 +219,10 @@ export class Subjects {
|
|
|
218
219
|
}
|
|
219
220
|
__updateSubject(subjectId_1) {
|
|
220
221
|
return __awaiter(this, arguments, void 0, function* (subjectId, request = {}, requestOptions) {
|
|
221
|
-
var _a, _b;
|
|
222
|
+
var _a, _b, _c;
|
|
222
223
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
223
224
|
const _response = yield core.fetcher({
|
|
224
|
-
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment)), `subjects/${encodeURIComponent(subjectId)}`),
|
|
225
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.LarkEnvironment.Default, `subjects/${encodeURIComponent(subjectId)}`),
|
|
225
226
|
method: "PUT",
|
|
226
227
|
headers: _headers,
|
|
227
228
|
contentType: "application/json",
|
|
@@ -278,10 +279,10 @@ export class Subjects {
|
|
|
278
279
|
}
|
|
279
280
|
__deleteSubject(subjectId, requestOptions) {
|
|
280
281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
281
|
-
var _a, _b;
|
|
282
|
+
var _a, _b, _c;
|
|
282
283
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
283
284
|
const _response = yield core.fetcher({
|
|
284
|
-
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment)), `subjects/${encodeURIComponent(subjectId)}`),
|
|
285
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.LarkEnvironment.Default, `subjects/${encodeURIComponent(subjectId)}`),
|
|
285
286
|
method: "DELETE",
|
|
286
287
|
headers: _headers,
|
|
287
288
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -6,9 +6,12 @@
|
|
|
6
6
|
* {}
|
|
7
7
|
*/
|
|
8
8
|
export interface CreateSubjectRequest {
|
|
9
|
+
/** The ID of the subject in your system. If provided, you may use pass it to the API in place of the subject ID. Must be unique. */
|
|
9
10
|
external_id?: string;
|
|
11
|
+
/** The name of the subject. Used for display in the dashboard. */
|
|
10
12
|
name?: string;
|
|
13
|
+
/** The email of the subject. Must be a valid email address. */
|
|
11
14
|
email?: string;
|
|
12
|
-
|
|
15
|
+
/** Additional metadata about the subject. You may use this to store any custom data about the subject. */
|
|
13
16
|
metadata?: Record<string, string>;
|
|
14
17
|
}
|
|
@@ -6,9 +6,10 @@
|
|
|
6
6
|
* {}
|
|
7
7
|
*/
|
|
8
8
|
export interface UpdateSubjectRequest {
|
|
9
|
-
|
|
9
|
+
/** The name of the subject. Used for display in the dashboard. */
|
|
10
10
|
name?: string;
|
|
11
|
+
/** The email of the subject. Must be a valid email address. */
|
|
11
12
|
email?: string;
|
|
12
|
-
|
|
13
|
+
/** Additional metadata about the subject. You may use this to store any custom data about the subject. */
|
|
13
14
|
metadata?: Record<string, string | undefined>;
|
|
14
15
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { type
|
|
1
|
+
export { type ListSubjectsSubjectsGetRequest } from "./ListSubjectsSubjectsGetRequest.mjs";
|
|
2
2
|
export { type CreateSubjectRequest } from "./CreateSubjectRequest.mjs";
|
|
3
3
|
export { type UpdateSubjectRequest } from "./UpdateSubjectRequest.mjs";
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as environments from "../../../../environments.mjs";
|
|
4
5
|
import * as core from "../../../../core/index.mjs";
|
|
5
6
|
import * as Lark from "../../../index.mjs";
|
|
6
7
|
export declare namespace Subscriptions {
|
|
7
8
|
interface Options {
|
|
8
|
-
environment
|
|
9
|
+
environment?: core.Supplier<environments.LarkEnvironment | string>;
|
|
9
10
|
/** Specify a custom URL to connect the client to. */
|
|
10
11
|
baseUrl?: core.Supplier<string>;
|
|
11
|
-
apiKey
|
|
12
|
+
apiKey: core.Supplier<string>;
|
|
12
13
|
/** Additional headers to include in requests. */
|
|
13
14
|
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
14
15
|
}
|
|
@@ -29,7 +30,7 @@ export declare class Subscriptions {
|
|
|
29
30
|
protected readonly _options: Subscriptions.Options;
|
|
30
31
|
constructor(_options: Subscriptions.Options);
|
|
31
32
|
/**
|
|
32
|
-
* @param {Lark.
|
|
33
|
+
* @param {Lark.ListSubscriptionsSubscriptionsGetRequest} request
|
|
33
34
|
* @param {Subscriptions.RequestOptions} requestOptions - Request-specific configuration.
|
|
34
35
|
*
|
|
35
36
|
* @throws {@link Lark.UnprocessableEntityError}
|
|
@@ -37,10 +38,11 @@ export declare class Subscriptions {
|
|
|
37
38
|
* @example
|
|
38
39
|
* await client.subscriptions.listSubscriptions({
|
|
39
40
|
* limit: 1,
|
|
40
|
-
*
|
|
41
|
+
* subject_id: "subject_id",
|
|
42
|
+
* rate_card_id: "rate_card_id"
|
|
41
43
|
* })
|
|
42
44
|
*/
|
|
43
|
-
listSubscriptions(request?: Lark.
|
|
45
|
+
listSubscriptions(request?: Lark.ListSubscriptionsSubscriptionsGetRequest, requestOptions?: Subscriptions.RequestOptions): core.HttpResponsePromise<Lark.ListSubscriptionsResponse>;
|
|
44
46
|
private __listSubscriptions;
|
|
45
47
|
/**
|
|
46
48
|
* @param {Lark.CreateSubscriptionRequest} request
|
|
@@ -50,9 +52,8 @@ export declare class Subscriptions {
|
|
|
50
52
|
*
|
|
51
53
|
* @example
|
|
52
54
|
* await client.subscriptions.createSubscription({
|
|
53
|
-
* rate_card_id: "
|
|
54
|
-
* subject_id: "
|
|
55
|
-
* effective_at: "2024-01-15T09:30:00Z"
|
|
55
|
+
* rate_card_id: "rc_AJWMxR81jxoRlli6p13uf3JB",
|
|
56
|
+
* subject_id: "subj_VyX6Q96h5avMho8O7QWlKeXE"
|
|
56
57
|
* })
|
|
57
58
|
*/
|
|
58
59
|
createSubscription(request: Lark.CreateSubscriptionRequest, requestOptions?: Subscriptions.RequestOptions): core.HttpResponsePromise<Lark.SubscriptionResource>;
|
|
@@ -70,23 +71,31 @@ export declare class Subscriptions {
|
|
|
70
71
|
private __getSubscription;
|
|
71
72
|
/**
|
|
72
73
|
* @param {string} subscriptionId
|
|
74
|
+
* @param {Lark.CancelSubscriptionRequest} request
|
|
73
75
|
* @param {Subscriptions.RequestOptions} requestOptions - Request-specific configuration.
|
|
74
76
|
*
|
|
77
|
+
* @throws {@link Lark.UnprocessableEntityError}
|
|
78
|
+
*
|
|
75
79
|
* @example
|
|
76
80
|
* await client.subscriptions.cancelSubscription("subscription_id")
|
|
77
81
|
*/
|
|
78
|
-
cancelSubscription(subscriptionId: string, requestOptions?: Subscriptions.RequestOptions): core.HttpResponsePromise<
|
|
82
|
+
cancelSubscription(subscriptionId: string, request?: Lark.CancelSubscriptionRequest, requestOptions?: Subscriptions.RequestOptions): core.HttpResponsePromise<Lark.SubscriptionResource>;
|
|
79
83
|
private __cancelSubscription;
|
|
80
84
|
/**
|
|
81
85
|
* @param {string} subscriptionId
|
|
86
|
+
* @param {Lark.ChangeSubscriptionRateCardRequest} request
|
|
82
87
|
* @param {Subscriptions.RequestOptions} requestOptions - Request-specific configuration.
|
|
83
88
|
*
|
|
89
|
+
* @throws {@link Lark.UnprocessableEntityError}
|
|
90
|
+
*
|
|
84
91
|
* @example
|
|
85
|
-
* await client.subscriptions.
|
|
92
|
+
* await client.subscriptions.changeSubscriptionRateCard("subscription_id", {
|
|
93
|
+
* rate_card_id: "rc_AJWMxR81jxoRlli6p13uf3JB"
|
|
94
|
+
* })
|
|
86
95
|
*/
|
|
87
|
-
|
|
88
|
-
private
|
|
96
|
+
changeSubscriptionRateCard(subscriptionId: string, request: Lark.ChangeSubscriptionRateCardRequest, requestOptions?: Subscriptions.RequestOptions): core.HttpResponsePromise<Lark.SubscriptionResource>;
|
|
97
|
+
private __changeSubscriptionRateCard;
|
|
89
98
|
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
90
|
-
"X-API-Key": string
|
|
99
|
+
"X-API-Key": string;
|
|
91
100
|
}>;
|
|
92
101
|
}
|
|
@@ -10,6 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
10
10
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
11
11
|
});
|
|
12
12
|
};
|
|
13
|
+
import * as environments from "../../../../environments.mjs";
|
|
13
14
|
import * as core from "../../../../core/index.mjs";
|
|
14
15
|
import * as Lark from "../../../index.mjs";
|
|
15
16
|
import { mergeHeaders, mergeOnlyDefinedHeaders } from "../../../../core/headers.mjs";
|
|
@@ -19,7 +20,7 @@ export class Subscriptions {
|
|
|
19
20
|
this._options = _options;
|
|
20
21
|
}
|
|
21
22
|
/**
|
|
22
|
-
* @param {Lark.
|
|
23
|
+
* @param {Lark.ListSubscriptionsSubscriptionsGetRequest} request
|
|
23
24
|
* @param {Subscriptions.RequestOptions} requestOptions - Request-specific configuration.
|
|
24
25
|
*
|
|
25
26
|
* @throws {@link Lark.UnprocessableEntityError}
|
|
@@ -27,7 +28,8 @@ export class Subscriptions {
|
|
|
27
28
|
* @example
|
|
28
29
|
* await client.subscriptions.listSubscriptions({
|
|
29
30
|
* limit: 1,
|
|
30
|
-
*
|
|
31
|
+
* subject_id: "subject_id",
|
|
32
|
+
* rate_card_id: "rate_card_id"
|
|
31
33
|
* })
|
|
32
34
|
*/
|
|
33
35
|
listSubscriptions(request = {}, requestOptions) {
|
|
@@ -35,18 +37,21 @@ export class Subscriptions {
|
|
|
35
37
|
}
|
|
36
38
|
__listSubscriptions() {
|
|
37
39
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
38
|
-
var _a, _b;
|
|
39
|
-
const { limit,
|
|
40
|
+
var _a, _b, _c;
|
|
41
|
+
const { limit, subject_id: subjectId, rate_card_id: rateCardId } = request;
|
|
40
42
|
const _queryParams = {};
|
|
41
43
|
if (limit != null) {
|
|
42
44
|
_queryParams["limit"] = limit.toString();
|
|
43
45
|
}
|
|
44
|
-
if (
|
|
45
|
-
_queryParams["
|
|
46
|
+
if (subjectId != null) {
|
|
47
|
+
_queryParams["subject_id"] = subjectId;
|
|
48
|
+
}
|
|
49
|
+
if (rateCardId != null) {
|
|
50
|
+
_queryParams["rate_card_id"] = rateCardId;
|
|
46
51
|
}
|
|
47
52
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
48
53
|
const _response = yield core.fetcher({
|
|
49
|
-
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment)), "subscriptions"),
|
|
54
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.LarkEnvironment.Default, "subscriptions"),
|
|
50
55
|
method: "GET",
|
|
51
56
|
headers: _headers,
|
|
52
57
|
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
@@ -94,9 +99,8 @@ export class Subscriptions {
|
|
|
94
99
|
*
|
|
95
100
|
* @example
|
|
96
101
|
* await client.subscriptions.createSubscription({
|
|
97
|
-
* rate_card_id: "
|
|
98
|
-
* subject_id: "
|
|
99
|
-
* effective_at: "2024-01-15T09:30:00Z"
|
|
102
|
+
* rate_card_id: "rc_AJWMxR81jxoRlli6p13uf3JB",
|
|
103
|
+
* subject_id: "subj_VyX6Q96h5avMho8O7QWlKeXE"
|
|
100
104
|
* })
|
|
101
105
|
*/
|
|
102
106
|
createSubscription(request, requestOptions) {
|
|
@@ -104,10 +108,10 @@ export class Subscriptions {
|
|
|
104
108
|
}
|
|
105
109
|
__createSubscription(request, requestOptions) {
|
|
106
110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
107
|
-
var _a, _b;
|
|
111
|
+
var _a, _b, _c;
|
|
108
112
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
109
113
|
const _response = yield core.fetcher({
|
|
110
|
-
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment)), "subscriptions"),
|
|
114
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.LarkEnvironment.Default, "subscriptions"),
|
|
111
115
|
method: "POST",
|
|
112
116
|
headers: _headers,
|
|
113
117
|
contentType: "application/json",
|
|
@@ -164,10 +168,10 @@ export class Subscriptions {
|
|
|
164
168
|
}
|
|
165
169
|
__getSubscription(subscriptionId, requestOptions) {
|
|
166
170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
167
|
-
var _a, _b;
|
|
171
|
+
var _a, _b, _c;
|
|
168
172
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
169
173
|
const _response = yield core.fetcher({
|
|
170
|
-
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment)), `subscriptions/${encodeURIComponent(subscriptionId)}`),
|
|
174
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.LarkEnvironment.Default, `subscriptions/${encodeURIComponent(subscriptionId)}`),
|
|
171
175
|
method: "GET",
|
|
172
176
|
headers: _headers,
|
|
173
177
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -209,36 +213,47 @@ export class Subscriptions {
|
|
|
209
213
|
}
|
|
210
214
|
/**
|
|
211
215
|
* @param {string} subscriptionId
|
|
216
|
+
* @param {Lark.CancelSubscriptionRequest} request
|
|
212
217
|
* @param {Subscriptions.RequestOptions} requestOptions - Request-specific configuration.
|
|
213
218
|
*
|
|
219
|
+
* @throws {@link Lark.UnprocessableEntityError}
|
|
220
|
+
*
|
|
214
221
|
* @example
|
|
215
222
|
* await client.subscriptions.cancelSubscription("subscription_id")
|
|
216
223
|
*/
|
|
217
|
-
cancelSubscription(subscriptionId, requestOptions) {
|
|
218
|
-
return core.HttpResponsePromise.fromPromise(this.__cancelSubscription(subscriptionId, requestOptions));
|
|
224
|
+
cancelSubscription(subscriptionId, request = {}, requestOptions) {
|
|
225
|
+
return core.HttpResponsePromise.fromPromise(this.__cancelSubscription(subscriptionId, request, requestOptions));
|
|
219
226
|
}
|
|
220
|
-
__cancelSubscription(
|
|
221
|
-
return __awaiter(this,
|
|
222
|
-
var _a, _b;
|
|
227
|
+
__cancelSubscription(subscriptionId_1) {
|
|
228
|
+
return __awaiter(this, arguments, void 0, function* (subscriptionId, request = {}, requestOptions) {
|
|
229
|
+
var _a, _b, _c;
|
|
223
230
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
224
231
|
const _response = yield core.fetcher({
|
|
225
|
-
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment)), `subscriptions/${encodeURIComponent(subscriptionId)}`),
|
|
226
|
-
method: "
|
|
232
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.LarkEnvironment.Default, `subscriptions/${encodeURIComponent(subscriptionId)}/cancel`),
|
|
233
|
+
method: "POST",
|
|
227
234
|
headers: _headers,
|
|
235
|
+
contentType: "application/json",
|
|
228
236
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
237
|
+
requestType: "json",
|
|
238
|
+
body: request,
|
|
229
239
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
230
240
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
231
241
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
232
242
|
});
|
|
233
243
|
if (_response.ok) {
|
|
234
|
-
return { data:
|
|
244
|
+
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
235
245
|
}
|
|
236
246
|
if (_response.error.reason === "status-code") {
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
247
|
+
switch (_response.error.statusCode) {
|
|
248
|
+
case 422:
|
|
249
|
+
throw new Lark.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
250
|
+
default:
|
|
251
|
+
throw new errors.LarkError({
|
|
252
|
+
statusCode: _response.error.statusCode,
|
|
253
|
+
body: _response.error.body,
|
|
254
|
+
rawResponse: _response.rawResponse,
|
|
255
|
+
});
|
|
256
|
+
}
|
|
242
257
|
}
|
|
243
258
|
switch (_response.error.reason) {
|
|
244
259
|
case "non-json":
|
|
@@ -248,7 +263,7 @@ export class Subscriptions {
|
|
|
248
263
|
rawResponse: _response.rawResponse,
|
|
249
264
|
});
|
|
250
265
|
case "timeout":
|
|
251
|
-
throw new errors.LarkTimeoutError("Timeout exceeded when calling
|
|
266
|
+
throw new errors.LarkTimeoutError("Timeout exceeded when calling POST /subscriptions/{subscription_id}/cancel.");
|
|
252
267
|
case "unknown":
|
|
253
268
|
throw new errors.LarkError({
|
|
254
269
|
message: _response.error.errorMessage,
|
|
@@ -259,36 +274,49 @@ export class Subscriptions {
|
|
|
259
274
|
}
|
|
260
275
|
/**
|
|
261
276
|
* @param {string} subscriptionId
|
|
277
|
+
* @param {Lark.ChangeSubscriptionRateCardRequest} request
|
|
262
278
|
* @param {Subscriptions.RequestOptions} requestOptions - Request-specific configuration.
|
|
263
279
|
*
|
|
280
|
+
* @throws {@link Lark.UnprocessableEntityError}
|
|
281
|
+
*
|
|
264
282
|
* @example
|
|
265
|
-
* await client.subscriptions.
|
|
283
|
+
* await client.subscriptions.changeSubscriptionRateCard("subscription_id", {
|
|
284
|
+
* rate_card_id: "rc_AJWMxR81jxoRlli6p13uf3JB"
|
|
285
|
+
* })
|
|
266
286
|
*/
|
|
267
|
-
|
|
268
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
287
|
+
changeSubscriptionRateCard(subscriptionId, request, requestOptions) {
|
|
288
|
+
return core.HttpResponsePromise.fromPromise(this.__changeSubscriptionRateCard(subscriptionId, request, requestOptions));
|
|
269
289
|
}
|
|
270
|
-
|
|
290
|
+
__changeSubscriptionRateCard(subscriptionId, request, requestOptions) {
|
|
271
291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
272
|
-
var _a, _b;
|
|
292
|
+
var _a, _b, _c;
|
|
273
293
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
274
294
|
const _response = yield core.fetcher({
|
|
275
|
-
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment)), `subscriptions/${encodeURIComponent(subscriptionId)}`),
|
|
276
|
-
method: "
|
|
295
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.LarkEnvironment.Default, `subscriptions/${encodeURIComponent(subscriptionId)}/change-rate-card`),
|
|
296
|
+
method: "POST",
|
|
277
297
|
headers: _headers,
|
|
298
|
+
contentType: "application/json",
|
|
278
299
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
300
|
+
requestType: "json",
|
|
301
|
+
body: request,
|
|
279
302
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
280
303
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
281
304
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
282
305
|
});
|
|
283
306
|
if (_response.ok) {
|
|
284
|
-
return { data:
|
|
307
|
+
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
285
308
|
}
|
|
286
309
|
if (_response.error.reason === "status-code") {
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
310
|
+
switch (_response.error.statusCode) {
|
|
311
|
+
case 422:
|
|
312
|
+
throw new Lark.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
313
|
+
default:
|
|
314
|
+
throw new errors.LarkError({
|
|
315
|
+
statusCode: _response.error.statusCode,
|
|
316
|
+
body: _response.error.body,
|
|
317
|
+
rawResponse: _response.rawResponse,
|
|
318
|
+
});
|
|
319
|
+
}
|
|
292
320
|
}
|
|
293
321
|
switch (_response.error.reason) {
|
|
294
322
|
case "non-json":
|
|
@@ -298,7 +326,7 @@ export class Subscriptions {
|
|
|
298
326
|
rawResponse: _response.rawResponse,
|
|
299
327
|
});
|
|
300
328
|
case "timeout":
|
|
301
|
-
throw new errors.LarkTimeoutError("Timeout exceeded when calling
|
|
329
|
+
throw new errors.LarkTimeoutError("Timeout exceeded when calling POST /subscriptions/{subscription_id}/change-rate-card.");
|
|
302
330
|
case "unknown":
|
|
303
331
|
throw new errors.LarkError({
|
|
304
332
|
message: _response.error.errorMessage,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* {}
|
|
7
|
+
*/
|
|
8
|
+
export interface CancelSubscriptionRequest {
|
|
9
|
+
/** The reason for cancelling the subscription. */
|
|
10
|
+
reason?: string;
|
|
11
|
+
/** Whether to cancel the subscription at end of cycle. */
|
|
12
|
+
cancel_at_end_of_cycle?: boolean;
|
|
13
|
+
}
|
package/dist/esm/api/resources/subscriptions/client/requests/CreateSubscriptionRequest.d.mts
CHANGED
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* @example
|
|
6
6
|
* {
|
|
7
|
-
* rate_card_id: "
|
|
8
|
-
* subject_id: "
|
|
9
|
-
* effective_at: "2024-01-15T09:30:00Z"
|
|
7
|
+
* rate_card_id: "rc_AJWMxR81jxoRlli6p13uf3JB",
|
|
8
|
+
* subject_id: "subj_VyX6Q96h5avMho8O7QWlKeXE"
|
|
10
9
|
* }
|
|
11
10
|
*/
|
|
12
11
|
export interface CreateSubscriptionRequest {
|
|
12
|
+
/** The ID of the rate card to use for the subscription. */
|
|
13
13
|
rate_card_id: string;
|
|
14
|
+
/** The ID of the subject to create the subscription for. */
|
|
14
15
|
subject_id: string;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
metadata?: Record<string, string | undefined>;
|
|
16
|
+
/** Additional metadata about the subscription. You may use this to store any custom data about the subscription. */
|
|
17
|
+
metadata?: Record<string, string>;
|
|
18
18
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* {
|
|
7
|
+
* limit: 1,
|
|
8
|
+
* subject_id: "subject_id",
|
|
9
|
+
* rate_card_id: "rate_card_id"
|
|
10
|
+
* }
|
|
11
|
+
*/
|
|
12
|
+
export interface ListSubscriptionsSubscriptionsGetRequest {
|
|
13
|
+
limit?: number;
|
|
14
|
+
/** The ID of the subject to list subscriptions for. Cannot be used with rate_card_id. */
|
|
15
|
+
subject_id?: string;
|
|
16
|
+
/** The ID of the rate card to list subscriptions for. Cannot be used with subject_id. */
|
|
17
|
+
rate_card_id?: string;
|
|
18
|
+
}
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
export { type
|
|
1
|
+
export { type ListSubscriptionsSubscriptionsGetRequest } from "./ListSubscriptionsSubscriptionsGetRequest.mjs";
|
|
2
2
|
export { type CreateSubscriptionRequest } from "./CreateSubscriptionRequest.mjs";
|
|
3
|
+
export { type CancelSubscriptionRequest } from "./CancelSubscriptionRequest.mjs";
|
|
4
|
+
export { type ChangeSubscriptionRateCardRequest } from "./ChangeSubscriptionRateCardRequest.mjs";
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as environments from "../../../../environments.mjs";
|
|
4
5
|
import * as core from "../../../../core/index.mjs";
|
|
5
6
|
import * as Lark from "../../../index.mjs";
|
|
6
7
|
export declare namespace UsageEvents {
|
|
7
8
|
interface Options {
|
|
8
|
-
environment
|
|
9
|
+
environment?: core.Supplier<environments.LarkEnvironment | string>;
|
|
9
10
|
/** Specify a custom URL to connect the client to. */
|
|
10
11
|
baseUrl?: core.Supplier<string>;
|
|
11
|
-
apiKey
|
|
12
|
+
apiKey: core.Supplier<string>;
|
|
12
13
|
/** Additional headers to include in requests. */
|
|
13
14
|
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
14
15
|
}
|
|
@@ -39,7 +40,6 @@ export declare class UsageEvents {
|
|
|
39
40
|
* idempotency_key: "idempotency_key",
|
|
40
41
|
* event_name: "event_name",
|
|
41
42
|
* subject_id: "subject_id",
|
|
42
|
-
* timestamp: "2024-01-15T09:30:00Z",
|
|
43
43
|
* data: {
|
|
44
44
|
* "key": "value"
|
|
45
45
|
* }
|
|
@@ -67,6 +67,6 @@ export declare class UsageEvents {
|
|
|
67
67
|
createUsageEventSummary(request: Lark.CreateUsageEventSummaryRequest, requestOptions?: UsageEvents.RequestOptions): core.HttpResponsePromise<Lark.CreateUsageEventSummaryResponse>;
|
|
68
68
|
private __createUsageEventSummary;
|
|
69
69
|
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
70
|
-
"X-API-Key": string
|
|
70
|
+
"X-API-Key": string;
|
|
71
71
|
}>;
|
|
72
72
|
}
|