orb-billing 4.74.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/index.d.mts +148 -14
- package/index.d.ts +148 -14
- package/index.d.ts.map +1 -1
- package/index.js +0 -3
- package/index.js.map +1 -1
- package/index.mjs +3 -6
- package/index.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/alerts.d.ts +20 -88
- package/resources/alerts.d.ts.map +1 -1
- package/resources/alerts.js.map +1 -1
- package/resources/alerts.mjs.map +1 -1
- package/resources/beta/beta.d.ts +9 -7313
- package/resources/beta/beta.d.ts.map +1 -1
- package/resources/beta/beta.js.map +1 -1
- package/resources/beta/beta.mjs.map +1 -1
- package/resources/beta/external-plan-id.d.ts +7 -7074
- package/resources/beta/external-plan-id.d.ts.map +1 -1
- package/resources/beta/external-plan-id.js.map +1 -1
- package/resources/beta/external-plan-id.mjs.map +1 -1
- package/resources/credit-notes.d.ts +9 -163
- package/resources/credit-notes.d.ts.map +1 -1
- package/resources/credit-notes.js +3 -6
- package/resources/credit-notes.js.map +1 -1
- package/resources/credit-notes.mjs +2 -4
- package/resources/credit-notes.mjs.map +1 -1
- package/resources/customers/balance-transactions.d.ts +5 -32
- package/resources/customers/balance-transactions.d.ts.map +1 -1
- package/resources/customers/balance-transactions.js.map +1 -1
- package/resources/customers/balance-transactions.mjs.map +1 -1
- package/resources/customers/costs.d.ts +3 -81
- package/resources/customers/costs.d.ts.map +1 -1
- package/resources/customers/credits/credits.d.ts +4 -4
- package/resources/customers/credits/credits.d.ts.map +1 -1
- package/resources/customers/credits/credits.js.map +1 -1
- package/resources/customers/credits/credits.mjs.map +1 -1
- package/resources/customers/credits/index.d.ts +2 -2
- package/resources/customers/credits/index.d.ts.map +1 -1
- package/resources/customers/credits/index.js.map +1 -1
- package/resources/customers/credits/index.mjs.map +1 -1
- package/resources/customers/credits/ledger.d.ts +171 -962
- package/resources/customers/credits/ledger.d.ts.map +1 -1
- package/resources/customers/credits/ledger.js.map +1 -1
- package/resources/customers/credits/ledger.mjs.map +1 -1
- package/resources/customers/credits/top-ups.d.ts +29 -121
- package/resources/customers/credits/top-ups.d.ts.map +1 -1
- package/resources/customers/credits/top-ups.js.map +1 -1
- package/resources/customers/credits/top-ups.mjs.map +1 -1
- package/resources/customers/customers.d.ts +72 -678
- package/resources/customers/customers.d.ts.map +1 -1
- package/resources/customers/customers.js.map +1 -1
- package/resources/customers/customers.mjs.map +1 -1
- package/resources/customers/index.d.ts +1 -1
- package/resources/customers/index.d.ts.map +1 -1
- package/resources/customers/index.js.map +1 -1
- package/resources/customers/index.mjs.map +1 -1
- package/resources/index.d.ts +7 -7
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +1 -4
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +3 -3
- package/resources/index.mjs.map +1 -1
- package/resources/invoice-line-items.d.ts +6 -395
- package/resources/invoice-line-items.d.ts.map +1 -1
- package/resources/invoice-line-items.js.map +1 -1
- package/resources/invoice-line-items.mjs.map +1 -1
- package/resources/invoices.d.ts +30 -1700
- package/resources/invoices.d.ts.map +1 -1
- package/resources/invoices.js +3 -6
- package/resources/invoices.js.map +1 -1
- package/resources/invoices.mjs +2 -4
- package/resources/invoices.mjs.map +1 -1
- package/resources/plans/plans.d.ts +7 -3801
- package/resources/plans/plans.d.ts.map +1 -1
- package/resources/plans/plans.js.map +1 -1
- package/resources/plans/plans.mjs.map +1 -1
- package/resources/prices/external-price-id.d.ts +3 -3
- package/resources/prices/external-price-id.d.ts.map +1 -1
- package/resources/prices/index.d.ts +1 -1
- package/resources/prices/index.d.ts.map +1 -1
- package/resources/prices/index.js +1 -2
- package/resources/prices/index.js.map +1 -1
- package/resources/prices/index.mjs +1 -1
- package/resources/prices/index.mjs.map +1 -1
- package/resources/prices/prices.d.ts +346 -9372
- package/resources/prices/prices.d.ts.map +1 -1
- package/resources/prices/prices.js +39 -20
- package/resources/prices/prices.js.map +1 -1
- package/resources/prices/prices.mjs +38 -18
- package/resources/prices/prices.mjs.map +1 -1
- package/resources/shared.d.ts +7269 -9
- package/resources/shared.d.ts.map +1 -1
- package/resources/shared.js +11 -0
- package/resources/shared.js.map +1 -1
- package/resources/shared.mjs +7 -1
- package/resources/shared.mjs.map +1 -1
- package/resources/subscription-changes.d.ts +138 -2158
- package/resources/subscription-changes.d.ts.map +1 -1
- package/resources/subscription-changes.js.map +1 -1
- package/resources/subscription-changes.mjs.map +1 -1
- package/resources/subscriptions.d.ts +2639 -27234
- package/resources/subscriptions.d.ts.map +1 -1
- package/resources/subscriptions.js +1 -1
- package/resources/subscriptions.js.map +1 -1
- package/resources/subscriptions.mjs +1 -1
- package/resources/subscriptions.mjs.map +1 -1
- package/src/index.ts +219 -42
- package/src/resources/alerts.ts +20 -94
- package/src/resources/beta/beta.ts +124 -8892
- package/src/resources/beta/external-plan-id.ts +118 -8593
- package/src/resources/credit-notes.ts +10 -217
- package/src/resources/customers/balance-transactions.ts +5 -36
- package/src/resources/customers/costs.ts +3 -101
- package/src/resources/customers/credits/credits.ts +18 -0
- package/src/resources/customers/credits/index.ts +9 -0
- package/src/resources/customers/credits/ledger.ts +212 -1435
- package/src/resources/customers/credits/top-ups.ts +33 -136
- package/src/resources/customers/customers.ts +162 -1454
- package/src/resources/customers/index.ts +8 -0
- package/src/resources/index.ts +42 -22
- package/src/resources/invoice-line-items.ts +10 -501
- package/src/resources/invoices.ts +60 -2394
- package/src/resources/plans/plans.ts +38 -4588
- package/src/resources/prices/external-price-id.ts +3 -3
- package/src/resources/prices/index.ts +2 -2
- package/src/resources/prices/prices.ts +500 -11810
- package/src/resources/shared.ts +9582 -22
- package/src/resources/subscription-changes.ts +171 -2670
- package/src/resources/subscriptions.ts +3162 -32900
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.d.ts.map +1 -1
- package/version.js +1 -1
- package/version.js.map +1 -1
- package/version.mjs +1 -1
- package/version.mjs.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 5.0.0 (2025-06-09)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v4.74.0...v5.0.0](https://github.com/orbcorp/orb-node/compare/v4.74.0...v5.0.0)
|
|
6
|
+
|
|
7
|
+
### ⚠ BREAKING CHANGES
|
|
8
|
+
|
|
9
|
+
* **client:** breaking change to re-use types
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **api:** api update ([f568653](https://github.com/orbcorp/orb-node/commit/f5686531660890c996aed2bcd3fbfdbf6ba71013))
|
|
14
|
+
* **api:** api update ([4c28249](https://github.com/orbcorp/orb-node/commit/4c28249f71e8a9aa3d75ac9a448ebb6f70301af2))
|
|
15
|
+
* **api:** api update ([9dc5bb3](https://github.com/orbcorp/orb-node/commit/9dc5bb3e4d0e2005691b3a886591a317bd84a60a))
|
|
16
|
+
* **api:** api update ([9328fae](https://github.com/orbcorp/orb-node/commit/9328faed43114dfe9f4fead3e6da314f6e626d33))
|
|
17
|
+
* **api:** api update ([44e9c35](https://github.com/orbcorp/orb-node/commit/44e9c35fb3b805cccb264647d7686fa00dd2a71b))
|
|
18
|
+
* **api:** manual updates ([8cc1c0b](https://github.com/orbcorp/orb-node/commit/8cc1c0bfb17d0ec2537e9470340a7926df177a28))
|
|
19
|
+
* **client:** breaking change to re-use types ([17a06ae](https://github.com/orbcorp/orb-node/commit/17a06aea5f1edb125fb033156a8eb76c6510cd76))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Chores
|
|
23
|
+
|
|
24
|
+
* **internal:** codegen related update ([89ce8ec](https://github.com/orbcorp/orb-node/commit/89ce8ecf96b39394f17eb8b7735cc710d0e50cc4))
|
|
25
|
+
|
|
3
26
|
## 4.74.0 (2025-06-03)
|
|
4
27
|
|
|
5
28
|
Full Changelog: [v4.73.0...v4.74.0](https://github.com/orbcorp/orb-node/compare/v4.73.0...v4.74.0)
|
package/index.d.mts
CHANGED
|
@@ -5,22 +5,22 @@ import * as Pagination from "./pagination.js";
|
|
|
5
5
|
import { type PageParams, PageResponse } from "./pagination.js";
|
|
6
6
|
import * as Uploads from "./uploads.js";
|
|
7
7
|
import * as API from "./resources/index.js";
|
|
8
|
-
import { Alert, AlertCreateForCustomerParams, AlertCreateForExternalCustomerParams, AlertCreateForSubscriptionParams, AlertDisableParams, AlertEnableParams, AlertListParams, AlertUpdateParams, Alerts, AlertsPage } from "./resources/alerts.js";
|
|
9
|
-
import {
|
|
8
|
+
import { Alert, AlertCreateForCustomerParams, AlertCreateForExternalCustomerParams, AlertCreateForSubscriptionParams, AlertDisableParams, AlertEnableParams, AlertListParams, AlertUpdateParams, Alerts, AlertsPage, Threshold } from "./resources/alerts.js";
|
|
9
|
+
import { CreditNoteCreateParams, CreditNoteListParams, CreditNotes } from "./resources/credit-notes.js";
|
|
10
10
|
import { InvoiceLineItemCreateParams, InvoiceLineItemCreateResponse, InvoiceLineItems } from "./resources/invoice-line-items.js";
|
|
11
|
-
import {
|
|
11
|
+
import { InvoiceCreateParams, InvoiceFetchUpcomingParams, InvoiceFetchUpcomingResponse, InvoiceIssueParams, InvoiceListParams, InvoiceMarkPaidParams, InvoiceUpdateParams, Invoices } from "./resources/invoices.js";
|
|
12
12
|
import { Item, ItemCreateParams, ItemListParams, ItemUpdateParams, Items, ItemsPage } from "./resources/items.js";
|
|
13
13
|
import { BillableMetric, BillableMetricsPage, MetricCreateParams, MetricListParams, MetricUpdateParams, Metrics } from "./resources/metrics.js";
|
|
14
|
-
import { SubscriptionChangeApplyParams, SubscriptionChangeApplyResponse, SubscriptionChangeCancelResponse, SubscriptionChangeRetrieveResponse, SubscriptionChanges } from "./resources/subscription-changes.js";
|
|
15
|
-
import {
|
|
14
|
+
import { MutatedSubscription, SubscriptionChangeApplyParams, SubscriptionChangeApplyResponse, SubscriptionChangeCancelResponse, SubscriptionChangeRetrieveResponse, SubscriptionChanges } from "./resources/subscription-changes.js";
|
|
15
|
+
import { DiscountOverride, NewSubscriptionBPSPrice, NewSubscriptionBulkBPSPrice, NewSubscriptionBulkPrice, NewSubscriptionBulkWithProrationPrice, NewSubscriptionCumulativeGroupedBulkPrice, NewSubscriptionGroupedAllocationPrice, NewSubscriptionGroupedTieredPackagePrice, NewSubscriptionGroupedTieredPrice, NewSubscriptionGroupedWithMeteredMinimumPrice, NewSubscriptionGroupedWithProratedMinimumPrice, NewSubscriptionMatrixPrice, NewSubscriptionMatrixWithAllocationPrice, NewSubscriptionMatrixWithDisplayNamePrice, NewSubscriptionMaxGroupTieredPackagePrice, NewSubscriptionPackagePrice, NewSubscriptionPackageWithAllocationPrice, NewSubscriptionScalableMatrixWithTieredPricingPrice, NewSubscriptionScalableMatrixWithUnitPricingPrice, NewSubscriptionThresholdTotalAmountPrice, NewSubscriptionTierWithProrationPrice, NewSubscriptionTieredBPSPrice, NewSubscriptionTieredPackagePrice, NewSubscriptionTieredPackageWithMinimumPrice, NewSubscriptionTieredPrice, NewSubscriptionTieredWithMinimumPrice, NewSubscriptionUnitPrice, NewSubscriptionUnitWithPercentPrice, NewSubscriptionUnitWithProrationPrice, Subscription, SubscriptionCancelParams, SubscriptionCreateParams, SubscriptionFetchCostsParams, SubscriptionFetchCostsResponse, SubscriptionFetchScheduleParams, SubscriptionFetchScheduleResponse, SubscriptionFetchScheduleResponsesPage, SubscriptionFetchUsageParams, SubscriptionListParams, SubscriptionPriceIntervalsParams, SubscriptionRedeemCouponParams, SubscriptionSchedulePlanChangeParams, SubscriptionTriggerPhaseParams, SubscriptionUnscheduleFixedFeeQuantityUpdatesParams, SubscriptionUpdateFixedFeeQuantityParams, SubscriptionUpdateParams, SubscriptionUpdateTrialParams, SubscriptionUsage, Subscriptions, SubscriptionsPage } from "./resources/subscriptions.js";
|
|
16
16
|
import { TopLevel, TopLevelPingResponse } from "./resources/top-level.js";
|
|
17
17
|
import { Beta, BetaCreatePlanVersionParams, BetaSetDefaultPlanVersionParams, PlanVersion, PlanVersionPhase } from "./resources/beta/beta.js";
|
|
18
18
|
import { Coupon, CouponCreateParams, CouponListParams, Coupons, CouponsPage } from "./resources/coupons/coupons.js";
|
|
19
|
-
import { Customer, CustomerCreateParams, CustomerListParams, CustomerUpdateByExternalIDParams, CustomerUpdateParams, Customers, CustomersPage } from "./resources/customers/customers.js";
|
|
19
|
+
import { AccountingProviderConfig, AddressInput, Customer, CustomerCreateParams, CustomerHierarchyConfig, CustomerListParams, CustomerUpdateByExternalIDParams, CustomerUpdateParams, Customers, CustomersPage, NewAccountingSyncConfiguration, NewAvalaraTaxConfiguration, NewReportingConfiguration, NewSphereConfiguration, NewTaxJarConfiguration } from "./resources/customers/customers.js";
|
|
20
20
|
import { DimensionalPriceGroup, DimensionalPriceGroupCreateParams, DimensionalPriceGroupListParams, DimensionalPriceGroups, DimensionalPriceGroupsPage } from "./resources/dimensional-price-groups/dimensional-price-groups.js";
|
|
21
21
|
import { EventDeprecateResponse, EventIngestParams, EventIngestResponse, EventSearchParams, EventSearchResponse, EventUpdateParams, EventUpdateResponse, Events } from "./resources/events/events.js";
|
|
22
22
|
import { Plan, PlanCreateParams, PlanListParams, PlanUpdateParams, Plans, PlansPage } from "./resources/plans/plans.js";
|
|
23
|
-
import { EvaluatePriceGroup,
|
|
23
|
+
import { EvaluatePriceGroup, PriceCreateParams, PriceEvaluateMultipleParams, PriceEvaluateMultipleResponse, PriceEvaluateParams, PriceEvaluatePreviewEventsParams, PriceEvaluatePreviewEventsResponse, PriceEvaluateResponse, PriceListParams, PriceUpdateParams, Prices } from "./resources/prices/prices.js";
|
|
24
24
|
export interface ClientOptions {
|
|
25
25
|
/**
|
|
26
26
|
* Defaults to process.env['ORB_API_KEY'].
|
|
@@ -159,27 +159,161 @@ export declare namespace Orb {
|
|
|
159
159
|
export { TopLevel as TopLevel, type TopLevelPingResponse as TopLevelPingResponse };
|
|
160
160
|
export { Beta as Beta, type PlanVersion as PlanVersion, type PlanVersionPhase as PlanVersionPhase, type BetaCreatePlanVersionParams as BetaCreatePlanVersionParams, type BetaSetDefaultPlanVersionParams as BetaSetDefaultPlanVersionParams, };
|
|
161
161
|
export { Coupons as Coupons, type Coupon as Coupon, CouponsPage as CouponsPage, type CouponCreateParams as CouponCreateParams, type CouponListParams as CouponListParams, };
|
|
162
|
-
export { CreditNotes as CreditNotes, type
|
|
163
|
-
export { Customers as Customers, type Customer as Customer, CustomersPage as CustomersPage, type CustomerCreateParams as CustomerCreateParams, type CustomerUpdateParams as CustomerUpdateParams, type CustomerListParams as CustomerListParams, type CustomerUpdateByExternalIDParams as CustomerUpdateByExternalIDParams, };
|
|
162
|
+
export { CreditNotes as CreditNotes, type CreditNoteCreateParams as CreditNoteCreateParams, type CreditNoteListParams as CreditNoteListParams, };
|
|
163
|
+
export { Customers as Customers, type AccountingProviderConfig as AccountingProviderConfig, type AddressInput as AddressInput, type Customer as Customer, type CustomerHierarchyConfig as CustomerHierarchyConfig, type NewAccountingSyncConfiguration as NewAccountingSyncConfiguration, type NewAvalaraTaxConfiguration as NewAvalaraTaxConfiguration, type NewReportingConfiguration as NewReportingConfiguration, type NewSphereConfiguration as NewSphereConfiguration, type NewTaxJarConfiguration as NewTaxJarConfiguration, CustomersPage as CustomersPage, type CustomerCreateParams as CustomerCreateParams, type CustomerUpdateParams as CustomerUpdateParams, type CustomerListParams as CustomerListParams, type CustomerUpdateByExternalIDParams as CustomerUpdateByExternalIDParams, };
|
|
164
164
|
export { Events as Events, type EventUpdateResponse as EventUpdateResponse, type EventDeprecateResponse as EventDeprecateResponse, type EventIngestResponse as EventIngestResponse, type EventSearchResponse as EventSearchResponse, type EventUpdateParams as EventUpdateParams, type EventIngestParams as EventIngestParams, type EventSearchParams as EventSearchParams, };
|
|
165
165
|
export { InvoiceLineItems as InvoiceLineItems, type InvoiceLineItemCreateResponse as InvoiceLineItemCreateResponse, type InvoiceLineItemCreateParams as InvoiceLineItemCreateParams, };
|
|
166
|
-
export { Invoices as Invoices, type
|
|
166
|
+
export { Invoices as Invoices, type InvoiceFetchUpcomingResponse as InvoiceFetchUpcomingResponse, type InvoiceCreateParams as InvoiceCreateParams, type InvoiceUpdateParams as InvoiceUpdateParams, type InvoiceListParams as InvoiceListParams, type InvoiceFetchUpcomingParams as InvoiceFetchUpcomingParams, type InvoiceIssueParams as InvoiceIssueParams, type InvoiceMarkPaidParams as InvoiceMarkPaidParams, };
|
|
167
167
|
export { Items as Items, type Item as Item, ItemsPage as ItemsPage, type ItemCreateParams as ItemCreateParams, type ItemUpdateParams as ItemUpdateParams, type ItemListParams as ItemListParams, };
|
|
168
168
|
export { Metrics as Metrics, type BillableMetric as BillableMetric, BillableMetricsPage as BillableMetricsPage, type MetricCreateParams as MetricCreateParams, type MetricUpdateParams as MetricUpdateParams, type MetricListParams as MetricListParams, };
|
|
169
169
|
export { Plans as Plans, type Plan as Plan, PlansPage as PlansPage, type PlanCreateParams as PlanCreateParams, type PlanUpdateParams as PlanUpdateParams, type PlanListParams as PlanListParams, };
|
|
170
|
-
export { Prices as Prices, type EvaluatePriceGroup as EvaluatePriceGroup, type
|
|
171
|
-
export { type Subscriptions as Subscriptions, type
|
|
172
|
-
export { Alerts as Alerts, type Alert as Alert, AlertsPage as AlertsPage, type AlertUpdateParams as AlertUpdateParams, type AlertListParams as AlertListParams, type AlertCreateForCustomerParams as AlertCreateForCustomerParams, type AlertCreateForExternalCustomerParams as AlertCreateForExternalCustomerParams, type AlertCreateForSubscriptionParams as AlertCreateForSubscriptionParams, type AlertDisableParams as AlertDisableParams, type AlertEnableParams as AlertEnableParams, };
|
|
170
|
+
export { Prices as Prices, type EvaluatePriceGroup as EvaluatePriceGroup, type PriceEvaluateResponse as PriceEvaluateResponse, type PriceEvaluateMultipleResponse as PriceEvaluateMultipleResponse, type PriceEvaluatePreviewEventsResponse as PriceEvaluatePreviewEventsResponse, type PriceCreateParams as PriceCreateParams, type PriceUpdateParams as PriceUpdateParams, type PriceListParams as PriceListParams, type PriceEvaluateParams as PriceEvaluateParams, type PriceEvaluateMultipleParams as PriceEvaluateMultipleParams, type PriceEvaluatePreviewEventsParams as PriceEvaluatePreviewEventsParams, };
|
|
171
|
+
export { type Subscriptions as Subscriptions, type DiscountOverride as DiscountOverride, type NewSubscriptionBPSPrice as NewSubscriptionBPSPrice, type NewSubscriptionBulkBPSPrice as NewSubscriptionBulkBPSPrice, type NewSubscriptionBulkPrice as NewSubscriptionBulkPrice, type NewSubscriptionBulkWithProrationPrice as NewSubscriptionBulkWithProrationPrice, type NewSubscriptionCumulativeGroupedBulkPrice as NewSubscriptionCumulativeGroupedBulkPrice, type NewSubscriptionGroupedAllocationPrice as NewSubscriptionGroupedAllocationPrice, type NewSubscriptionGroupedTieredPackagePrice as NewSubscriptionGroupedTieredPackagePrice, type NewSubscriptionGroupedTieredPrice as NewSubscriptionGroupedTieredPrice, type NewSubscriptionGroupedWithMeteredMinimumPrice as NewSubscriptionGroupedWithMeteredMinimumPrice, type NewSubscriptionGroupedWithProratedMinimumPrice as NewSubscriptionGroupedWithProratedMinimumPrice, type NewSubscriptionMatrixPrice as NewSubscriptionMatrixPrice, type NewSubscriptionMatrixWithAllocationPrice as NewSubscriptionMatrixWithAllocationPrice, type NewSubscriptionMatrixWithDisplayNamePrice as NewSubscriptionMatrixWithDisplayNamePrice, type NewSubscriptionMaxGroupTieredPackagePrice as NewSubscriptionMaxGroupTieredPackagePrice, type NewSubscriptionPackagePrice as NewSubscriptionPackagePrice, type NewSubscriptionPackageWithAllocationPrice as NewSubscriptionPackageWithAllocationPrice, type NewSubscriptionScalableMatrixWithTieredPricingPrice as NewSubscriptionScalableMatrixWithTieredPricingPrice, type NewSubscriptionScalableMatrixWithUnitPricingPrice as NewSubscriptionScalableMatrixWithUnitPricingPrice, type NewSubscriptionThresholdTotalAmountPrice as NewSubscriptionThresholdTotalAmountPrice, type NewSubscriptionTierWithProrationPrice as NewSubscriptionTierWithProrationPrice, type NewSubscriptionTieredBPSPrice as NewSubscriptionTieredBPSPrice, type NewSubscriptionTieredPackagePrice as NewSubscriptionTieredPackagePrice, type NewSubscriptionTieredPackageWithMinimumPrice as NewSubscriptionTieredPackageWithMinimumPrice, type NewSubscriptionTieredPrice as NewSubscriptionTieredPrice, type NewSubscriptionTieredWithMinimumPrice as NewSubscriptionTieredWithMinimumPrice, type NewSubscriptionUnitPrice as NewSubscriptionUnitPrice, type NewSubscriptionUnitWithPercentPrice as NewSubscriptionUnitWithPercentPrice, type NewSubscriptionUnitWithProrationPrice as NewSubscriptionUnitWithProrationPrice, type Subscription as Subscription, type SubscriptionUsage as SubscriptionUsage, type SubscriptionFetchCostsResponse as SubscriptionFetchCostsResponse, type SubscriptionFetchScheduleResponse as SubscriptionFetchScheduleResponse, SubscriptionsPage as SubscriptionsPage, SubscriptionFetchScheduleResponsesPage as SubscriptionFetchScheduleResponsesPage, type SubscriptionCreateParams as SubscriptionCreateParams, type SubscriptionUpdateParams as SubscriptionUpdateParams, type SubscriptionListParams as SubscriptionListParams, type SubscriptionCancelParams as SubscriptionCancelParams, type SubscriptionFetchCostsParams as SubscriptionFetchCostsParams, type SubscriptionFetchScheduleParams as SubscriptionFetchScheduleParams, type SubscriptionFetchUsageParams as SubscriptionFetchUsageParams, type SubscriptionPriceIntervalsParams as SubscriptionPriceIntervalsParams, type SubscriptionRedeemCouponParams as SubscriptionRedeemCouponParams, type SubscriptionSchedulePlanChangeParams as SubscriptionSchedulePlanChangeParams, type SubscriptionTriggerPhaseParams as SubscriptionTriggerPhaseParams, type SubscriptionUnscheduleFixedFeeQuantityUpdatesParams as SubscriptionUnscheduleFixedFeeQuantityUpdatesParams, type SubscriptionUpdateFixedFeeQuantityParams as SubscriptionUpdateFixedFeeQuantityParams, type SubscriptionUpdateTrialParams as SubscriptionUpdateTrialParams, };
|
|
172
|
+
export { Alerts as Alerts, type Alert as Alert, type Threshold as Threshold, AlertsPage as AlertsPage, type AlertUpdateParams as AlertUpdateParams, type AlertListParams as AlertListParams, type AlertCreateForCustomerParams as AlertCreateForCustomerParams, type AlertCreateForExternalCustomerParams as AlertCreateForExternalCustomerParams, type AlertCreateForSubscriptionParams as AlertCreateForSubscriptionParams, type AlertDisableParams as AlertDisableParams, type AlertEnableParams as AlertEnableParams, };
|
|
173
173
|
export { type DimensionalPriceGroups as DimensionalPriceGroups, type DimensionalPriceGroup as DimensionalPriceGroup, DimensionalPriceGroupsPage as DimensionalPriceGroupsPage, type DimensionalPriceGroupCreateParams as DimensionalPriceGroupCreateParams, type DimensionalPriceGroupListParams as DimensionalPriceGroupListParams, };
|
|
174
|
-
export { SubscriptionChanges as SubscriptionChanges, type SubscriptionChangeRetrieveResponse as SubscriptionChangeRetrieveResponse, type SubscriptionChangeApplyResponse as SubscriptionChangeApplyResponse, type SubscriptionChangeCancelResponse as SubscriptionChangeCancelResponse, type SubscriptionChangeApplyParams as SubscriptionChangeApplyParams, };
|
|
174
|
+
export { SubscriptionChanges as SubscriptionChanges, type MutatedSubscription as MutatedSubscription, type SubscriptionChangeRetrieveResponse as SubscriptionChangeRetrieveResponse, type SubscriptionChangeApplyResponse as SubscriptionChangeApplyResponse, type SubscriptionChangeCancelResponse as SubscriptionChangeCancelResponse, type SubscriptionChangeApplyParams as SubscriptionChangeApplyParams, };
|
|
175
|
+
export type Address = API.Address;
|
|
176
|
+
export type AdjustmentInterval = API.AdjustmentInterval;
|
|
177
|
+
export type AggregatedCost = API.AggregatedCost;
|
|
178
|
+
export type Allocation = API.Allocation;
|
|
175
179
|
export type AmountDiscount = API.AmountDiscount;
|
|
180
|
+
export type AmountDiscountInterval = API.AmountDiscountInterval;
|
|
181
|
+
export type BillableMetricTiny = API.BillableMetricTiny;
|
|
182
|
+
export type BillingCycleAnchorConfiguration = API.BillingCycleAnchorConfiguration;
|
|
183
|
+
export type BillingCycleConfiguration = API.BillingCycleConfiguration;
|
|
176
184
|
export type BillingCycleRelativeDate = API.BillingCycleRelativeDate;
|
|
185
|
+
export type BPSConfig = API.BPSConfig;
|
|
186
|
+
export type BPSTier = API.BPSTier;
|
|
187
|
+
export type BulkBPSConfig = API.BulkBPSConfig;
|
|
188
|
+
export type BulkBPSTier = API.BulkBPSTier;
|
|
189
|
+
export type BulkConfig = API.BulkConfig;
|
|
190
|
+
export type BulkTier = API.BulkTier;
|
|
191
|
+
export type ChangedSubscriptionResources = API.ChangedSubscriptionResources;
|
|
192
|
+
export type ConversionRateTier = API.ConversionRateTier;
|
|
193
|
+
export type ConversionRateTieredConfig = API.ConversionRateTieredConfig;
|
|
194
|
+
export type ConversionRateUnitConfig = API.ConversionRateUnitConfig;
|
|
195
|
+
export type CouponRedemption = API.CouponRedemption;
|
|
196
|
+
export type CreditNote = API.CreditNote;
|
|
197
|
+
export type CreditNoteTiny = API.CreditNoteTiny;
|
|
198
|
+
export type CustomExpiration = API.CustomExpiration;
|
|
199
|
+
export type CustomerMinified = API.CustomerMinified;
|
|
200
|
+
export type CustomerTaxID = API.CustomerTaxID;
|
|
201
|
+
export type DimensionalPriceConfiguration = API.DimensionalPriceConfiguration;
|
|
177
202
|
export type Discount = API.Discount;
|
|
203
|
+
export type FixedFeeQuantityScheduleEntry = API.FixedFeeQuantityScheduleEntry;
|
|
204
|
+
export type FixedFeeQuantityTransition = API.FixedFeeQuantityTransition;
|
|
205
|
+
export type Invoice = API.Invoice;
|
|
178
206
|
export type InvoiceLevelDiscount = API.InvoiceLevelDiscount;
|
|
207
|
+
export type InvoiceTiny = API.InvoiceTiny;
|
|
208
|
+
export type ItemSlim = API.ItemSlim;
|
|
209
|
+
export type MatrixConfig = API.MatrixConfig;
|
|
210
|
+
export type MatrixSubLineItem = API.MatrixSubLineItem;
|
|
211
|
+
export type MatrixValue = API.MatrixValue;
|
|
212
|
+
export type MatrixWithAllocationConfig = API.MatrixWithAllocationConfig;
|
|
213
|
+
export type Maximum = API.Maximum;
|
|
214
|
+
export type MaximumInterval = API.MaximumInterval;
|
|
215
|
+
export type Minimum = API.Minimum;
|
|
216
|
+
export type MinimumInterval = API.MinimumInterval;
|
|
217
|
+
export type MonetaryAmountDiscountAdjustment = API.MonetaryAmountDiscountAdjustment;
|
|
218
|
+
export type MonetaryMaximumAdjustment = API.MonetaryMaximumAdjustment;
|
|
219
|
+
export type MonetaryMinimumAdjustment = API.MonetaryMinimumAdjustment;
|
|
220
|
+
export type MonetaryPercentageDiscountAdjustment = API.MonetaryPercentageDiscountAdjustment;
|
|
221
|
+
export type MonetaryUsageDiscountAdjustment = API.MonetaryUsageDiscountAdjustment;
|
|
222
|
+
export type NewAllocationPrice = API.NewAllocationPrice;
|
|
223
|
+
export type NewAmountDiscount = API.NewAmountDiscount;
|
|
224
|
+
export type NewBillingCycleConfiguration = API.NewBillingCycleConfiguration;
|
|
225
|
+
export type NewDimensionalPriceConfiguration = API.NewDimensionalPriceConfiguration;
|
|
226
|
+
export type NewFloatingBPSPrice = API.NewFloatingBPSPrice;
|
|
227
|
+
export type NewFloatingBulkBPSPrice = API.NewFloatingBulkBPSPrice;
|
|
228
|
+
export type NewFloatingBulkPrice = API.NewFloatingBulkPrice;
|
|
229
|
+
export type NewFloatingBulkWithProrationPrice = API.NewFloatingBulkWithProrationPrice;
|
|
230
|
+
export type NewFloatingCumulativeGroupedBulkPrice = API.NewFloatingCumulativeGroupedBulkPrice;
|
|
231
|
+
export type NewFloatingGroupedAllocationPrice = API.NewFloatingGroupedAllocationPrice;
|
|
232
|
+
export type NewFloatingGroupedTieredPackagePrice = API.NewFloatingGroupedTieredPackagePrice;
|
|
233
|
+
export type NewFloatingGroupedTieredPrice = API.NewFloatingGroupedTieredPrice;
|
|
234
|
+
export type NewFloatingGroupedWithMeteredMinimumPrice = API.NewFloatingGroupedWithMeteredMinimumPrice;
|
|
235
|
+
export type NewFloatingGroupedWithProratedMinimumPrice = API.NewFloatingGroupedWithProratedMinimumPrice;
|
|
236
|
+
export type NewFloatingMatrixPrice = API.NewFloatingMatrixPrice;
|
|
237
|
+
export type NewFloatingMatrixWithAllocationPrice = API.NewFloatingMatrixWithAllocationPrice;
|
|
238
|
+
export type NewFloatingMatrixWithDisplayNamePrice = API.NewFloatingMatrixWithDisplayNamePrice;
|
|
239
|
+
export type NewFloatingMaxGroupTieredPackagePrice = API.NewFloatingMaxGroupTieredPackagePrice;
|
|
240
|
+
export type NewFloatingPackagePrice = API.NewFloatingPackagePrice;
|
|
241
|
+
export type NewFloatingPackageWithAllocationPrice = API.NewFloatingPackageWithAllocationPrice;
|
|
242
|
+
export type NewFloatingScalableMatrixWithTieredPricingPrice = API.NewFloatingScalableMatrixWithTieredPricingPrice;
|
|
243
|
+
export type NewFloatingScalableMatrixWithUnitPricingPrice = API.NewFloatingScalableMatrixWithUnitPricingPrice;
|
|
244
|
+
export type NewFloatingThresholdTotalAmountPrice = API.NewFloatingThresholdTotalAmountPrice;
|
|
245
|
+
export type NewFloatingTieredBPSPrice = API.NewFloatingTieredBPSPrice;
|
|
246
|
+
export type NewFloatingTieredPackagePrice = API.NewFloatingTieredPackagePrice;
|
|
247
|
+
export type NewFloatingTieredPackageWithMinimumPrice = API.NewFloatingTieredPackageWithMinimumPrice;
|
|
248
|
+
export type NewFloatingTieredPrice = API.NewFloatingTieredPrice;
|
|
249
|
+
export type NewFloatingTieredWithMinimumPrice = API.NewFloatingTieredWithMinimumPrice;
|
|
250
|
+
export type NewFloatingTieredWithProrationPrice = API.NewFloatingTieredWithProrationPrice;
|
|
251
|
+
export type NewFloatingUnitPrice = API.NewFloatingUnitPrice;
|
|
252
|
+
export type NewFloatingUnitWithPercentPrice = API.NewFloatingUnitWithPercentPrice;
|
|
253
|
+
export type NewFloatingUnitWithProrationPrice = API.NewFloatingUnitWithProrationPrice;
|
|
254
|
+
export type NewMaximum = API.NewMaximum;
|
|
255
|
+
export type NewMinimum = API.NewMinimum;
|
|
256
|
+
export type NewPercentageDiscount = API.NewPercentageDiscount;
|
|
257
|
+
export type NewPlanBPSPrice = API.NewPlanBPSPrice;
|
|
258
|
+
export type NewPlanBulkBPSPrice = API.NewPlanBulkBPSPrice;
|
|
259
|
+
export type NewPlanBulkPrice = API.NewPlanBulkPrice;
|
|
260
|
+
export type NewPlanBulkWithProrationPrice = API.NewPlanBulkWithProrationPrice;
|
|
261
|
+
export type NewPlanCumulativeGroupedBulkPrice = API.NewPlanCumulativeGroupedBulkPrice;
|
|
262
|
+
export type NewPlanGroupedAllocationPrice = API.NewPlanGroupedAllocationPrice;
|
|
263
|
+
export type NewPlanGroupedTieredPackagePrice = API.NewPlanGroupedTieredPackagePrice;
|
|
264
|
+
export type NewPlanGroupedTieredPrice = API.NewPlanGroupedTieredPrice;
|
|
265
|
+
export type NewPlanGroupedWithMeteredMinimumPrice = API.NewPlanGroupedWithMeteredMinimumPrice;
|
|
266
|
+
export type NewPlanGroupedWithProratedMinimumPrice = API.NewPlanGroupedWithProratedMinimumPrice;
|
|
267
|
+
export type NewPlanMatrixPrice = API.NewPlanMatrixPrice;
|
|
268
|
+
export type NewPlanMatrixWithAllocationPrice = API.NewPlanMatrixWithAllocationPrice;
|
|
269
|
+
export type NewPlanMatrixWithDisplayNamePrice = API.NewPlanMatrixWithDisplayNamePrice;
|
|
270
|
+
export type NewPlanMaxGroupTieredPackagePrice = API.NewPlanMaxGroupTieredPackagePrice;
|
|
271
|
+
export type NewPlanPackagePrice = API.NewPlanPackagePrice;
|
|
272
|
+
export type NewPlanPackageWithAllocationPrice = API.NewPlanPackageWithAllocationPrice;
|
|
273
|
+
export type NewPlanScalableMatrixWithTieredPricingPrice = API.NewPlanScalableMatrixWithTieredPricingPrice;
|
|
274
|
+
export type NewPlanScalableMatrixWithUnitPricingPrice = API.NewPlanScalableMatrixWithUnitPricingPrice;
|
|
275
|
+
export type NewPlanThresholdTotalAmountPrice = API.NewPlanThresholdTotalAmountPrice;
|
|
276
|
+
export type NewPlanTierWithProrationPrice = API.NewPlanTierWithProrationPrice;
|
|
277
|
+
export type NewPlanTieredBPSPrice = API.NewPlanTieredBPSPrice;
|
|
278
|
+
export type NewPlanTieredPackagePrice = API.NewPlanTieredPackagePrice;
|
|
279
|
+
export type NewPlanTieredPackageWithMinimumPrice = API.NewPlanTieredPackageWithMinimumPrice;
|
|
280
|
+
export type NewPlanTieredPrice = API.NewPlanTieredPrice;
|
|
281
|
+
export type NewPlanTieredWithMinimumPrice = API.NewPlanTieredWithMinimumPrice;
|
|
282
|
+
export type NewPlanUnitPrice = API.NewPlanUnitPrice;
|
|
283
|
+
export type NewPlanUnitWithPercentPrice = API.NewPlanUnitWithPercentPrice;
|
|
284
|
+
export type NewPlanUnitWithProrationPrice = API.NewPlanUnitWithProrationPrice;
|
|
285
|
+
export type NewUsageDiscount = API.NewUsageDiscount;
|
|
286
|
+
export type OtherSubLineItem = API.OtherSubLineItem;
|
|
287
|
+
export type PackageConfig = API.PackageConfig;
|
|
179
288
|
export type PaginationMetadata = API.PaginationMetadata;
|
|
289
|
+
export type PerPriceCost = API.PerPriceCost;
|
|
180
290
|
export type PercentageDiscount = API.PercentageDiscount;
|
|
291
|
+
export type PercentageDiscountInterval = API.PercentageDiscountInterval;
|
|
292
|
+
export type PlanPhaseAmountDiscountAdjustment = API.PlanPhaseAmountDiscountAdjustment;
|
|
293
|
+
export type PlanPhaseMaximumAdjustment = API.PlanPhaseMaximumAdjustment;
|
|
294
|
+
export type PlanPhaseMinimumAdjustment = API.PlanPhaseMinimumAdjustment;
|
|
295
|
+
export type PlanPhasePercentageDiscountAdjustment = API.PlanPhasePercentageDiscountAdjustment;
|
|
296
|
+
export type PlanPhaseUsageDiscountAdjustment = API.PlanPhaseUsageDiscountAdjustment;
|
|
297
|
+
export type Price = API.Price;
|
|
298
|
+
export type PriceInterval = API.PriceInterval;
|
|
299
|
+
export type SubLineItemGrouping = API.SubLineItemGrouping;
|
|
300
|
+
export type SubLineItemMatrixConfig = API.SubLineItemMatrixConfig;
|
|
301
|
+
export type SubscriptionChangeMinified = API.SubscriptionChangeMinified;
|
|
302
|
+
export type SubscriptionMinified = API.SubscriptionMinified;
|
|
303
|
+
export type SubscriptionTrialInfo = API.SubscriptionTrialInfo;
|
|
304
|
+
export type TaxAmount = API.TaxAmount;
|
|
305
|
+
export type Tier = API.Tier;
|
|
306
|
+
export type TierConfig = API.TierConfig;
|
|
307
|
+
export type TierSubLineItem = API.TierSubLineItem;
|
|
308
|
+
export type TieredBPSConfig = API.TieredBPSConfig;
|
|
309
|
+
export type TieredConfig = API.TieredConfig;
|
|
310
|
+
export type TieredConversionRateConfig = API.TieredConversionRateConfig;
|
|
311
|
+
export type TransformPriceFilter = API.TransformPriceFilter;
|
|
181
312
|
export type TrialDiscount = API.TrialDiscount;
|
|
313
|
+
export type UnitConfig = API.UnitConfig;
|
|
314
|
+
export type UnitConversionRateConfig = API.UnitConversionRateConfig;
|
|
182
315
|
export type UsageDiscount = API.UsageDiscount;
|
|
316
|
+
export type UsageDiscountInterval = API.UsageDiscountInterval;
|
|
183
317
|
}
|
|
184
318
|
export { toFile, fileFromPath } from "./uploads.js";
|
|
185
319
|
export { OrbError, APIError, APIConnectionError, APIConnectionTimeoutError, APIUserAbortError, URLNotFound, NotFoundError, ConflictError, RateLimitError, BadRequestError, RequestTooLarge, TooManyRequests, ResourceNotFound, ResourceConflict, ResourceTooLarge, AuthenticationError, InternalServerError, ConstraintViolation, FeatureNotAvailable, PermissionDeniedError, RequestValidationError, OrbAuthenticationError, OrbInternalServerError, UnprocessableEntityError, DuplicateResourceCreation, } from "./error.js";
|
package/index.d.ts
CHANGED
|
@@ -5,22 +5,22 @@ import * as Pagination from "./pagination.js";
|
|
|
5
5
|
import { type PageParams, PageResponse } from "./pagination.js";
|
|
6
6
|
import * as Uploads from "./uploads.js";
|
|
7
7
|
import * as API from "./resources/index.js";
|
|
8
|
-
import { Alert, AlertCreateForCustomerParams, AlertCreateForExternalCustomerParams, AlertCreateForSubscriptionParams, AlertDisableParams, AlertEnableParams, AlertListParams, AlertUpdateParams, Alerts, AlertsPage } from "./resources/alerts.js";
|
|
9
|
-
import {
|
|
8
|
+
import { Alert, AlertCreateForCustomerParams, AlertCreateForExternalCustomerParams, AlertCreateForSubscriptionParams, AlertDisableParams, AlertEnableParams, AlertListParams, AlertUpdateParams, Alerts, AlertsPage, Threshold } from "./resources/alerts.js";
|
|
9
|
+
import { CreditNoteCreateParams, CreditNoteListParams, CreditNotes } from "./resources/credit-notes.js";
|
|
10
10
|
import { InvoiceLineItemCreateParams, InvoiceLineItemCreateResponse, InvoiceLineItems } from "./resources/invoice-line-items.js";
|
|
11
|
-
import {
|
|
11
|
+
import { InvoiceCreateParams, InvoiceFetchUpcomingParams, InvoiceFetchUpcomingResponse, InvoiceIssueParams, InvoiceListParams, InvoiceMarkPaidParams, InvoiceUpdateParams, Invoices } from "./resources/invoices.js";
|
|
12
12
|
import { Item, ItemCreateParams, ItemListParams, ItemUpdateParams, Items, ItemsPage } from "./resources/items.js";
|
|
13
13
|
import { BillableMetric, BillableMetricsPage, MetricCreateParams, MetricListParams, MetricUpdateParams, Metrics } from "./resources/metrics.js";
|
|
14
|
-
import { SubscriptionChangeApplyParams, SubscriptionChangeApplyResponse, SubscriptionChangeCancelResponse, SubscriptionChangeRetrieveResponse, SubscriptionChanges } from "./resources/subscription-changes.js";
|
|
15
|
-
import {
|
|
14
|
+
import { MutatedSubscription, SubscriptionChangeApplyParams, SubscriptionChangeApplyResponse, SubscriptionChangeCancelResponse, SubscriptionChangeRetrieveResponse, SubscriptionChanges } from "./resources/subscription-changes.js";
|
|
15
|
+
import { DiscountOverride, NewSubscriptionBPSPrice, NewSubscriptionBulkBPSPrice, NewSubscriptionBulkPrice, NewSubscriptionBulkWithProrationPrice, NewSubscriptionCumulativeGroupedBulkPrice, NewSubscriptionGroupedAllocationPrice, NewSubscriptionGroupedTieredPackagePrice, NewSubscriptionGroupedTieredPrice, NewSubscriptionGroupedWithMeteredMinimumPrice, NewSubscriptionGroupedWithProratedMinimumPrice, NewSubscriptionMatrixPrice, NewSubscriptionMatrixWithAllocationPrice, NewSubscriptionMatrixWithDisplayNamePrice, NewSubscriptionMaxGroupTieredPackagePrice, NewSubscriptionPackagePrice, NewSubscriptionPackageWithAllocationPrice, NewSubscriptionScalableMatrixWithTieredPricingPrice, NewSubscriptionScalableMatrixWithUnitPricingPrice, NewSubscriptionThresholdTotalAmountPrice, NewSubscriptionTierWithProrationPrice, NewSubscriptionTieredBPSPrice, NewSubscriptionTieredPackagePrice, NewSubscriptionTieredPackageWithMinimumPrice, NewSubscriptionTieredPrice, NewSubscriptionTieredWithMinimumPrice, NewSubscriptionUnitPrice, NewSubscriptionUnitWithPercentPrice, NewSubscriptionUnitWithProrationPrice, Subscription, SubscriptionCancelParams, SubscriptionCreateParams, SubscriptionFetchCostsParams, SubscriptionFetchCostsResponse, SubscriptionFetchScheduleParams, SubscriptionFetchScheduleResponse, SubscriptionFetchScheduleResponsesPage, SubscriptionFetchUsageParams, SubscriptionListParams, SubscriptionPriceIntervalsParams, SubscriptionRedeemCouponParams, SubscriptionSchedulePlanChangeParams, SubscriptionTriggerPhaseParams, SubscriptionUnscheduleFixedFeeQuantityUpdatesParams, SubscriptionUpdateFixedFeeQuantityParams, SubscriptionUpdateParams, SubscriptionUpdateTrialParams, SubscriptionUsage, Subscriptions, SubscriptionsPage } from "./resources/subscriptions.js";
|
|
16
16
|
import { TopLevel, TopLevelPingResponse } from "./resources/top-level.js";
|
|
17
17
|
import { Beta, BetaCreatePlanVersionParams, BetaSetDefaultPlanVersionParams, PlanVersion, PlanVersionPhase } from "./resources/beta/beta.js";
|
|
18
18
|
import { Coupon, CouponCreateParams, CouponListParams, Coupons, CouponsPage } from "./resources/coupons/coupons.js";
|
|
19
|
-
import { Customer, CustomerCreateParams, CustomerListParams, CustomerUpdateByExternalIDParams, CustomerUpdateParams, Customers, CustomersPage } from "./resources/customers/customers.js";
|
|
19
|
+
import { AccountingProviderConfig, AddressInput, Customer, CustomerCreateParams, CustomerHierarchyConfig, CustomerListParams, CustomerUpdateByExternalIDParams, CustomerUpdateParams, Customers, CustomersPage, NewAccountingSyncConfiguration, NewAvalaraTaxConfiguration, NewReportingConfiguration, NewSphereConfiguration, NewTaxJarConfiguration } from "./resources/customers/customers.js";
|
|
20
20
|
import { DimensionalPriceGroup, DimensionalPriceGroupCreateParams, DimensionalPriceGroupListParams, DimensionalPriceGroups, DimensionalPriceGroupsPage } from "./resources/dimensional-price-groups/dimensional-price-groups.js";
|
|
21
21
|
import { EventDeprecateResponse, EventIngestParams, EventIngestResponse, EventSearchParams, EventSearchResponse, EventUpdateParams, EventUpdateResponse, Events } from "./resources/events/events.js";
|
|
22
22
|
import { Plan, PlanCreateParams, PlanListParams, PlanUpdateParams, Plans, PlansPage } from "./resources/plans/plans.js";
|
|
23
|
-
import { EvaluatePriceGroup,
|
|
23
|
+
import { EvaluatePriceGroup, PriceCreateParams, PriceEvaluateMultipleParams, PriceEvaluateMultipleResponse, PriceEvaluateParams, PriceEvaluatePreviewEventsParams, PriceEvaluatePreviewEventsResponse, PriceEvaluateResponse, PriceListParams, PriceUpdateParams, Prices } from "./resources/prices/prices.js";
|
|
24
24
|
export interface ClientOptions {
|
|
25
25
|
/**
|
|
26
26
|
* Defaults to process.env['ORB_API_KEY'].
|
|
@@ -159,27 +159,161 @@ export declare namespace Orb {
|
|
|
159
159
|
export { TopLevel as TopLevel, type TopLevelPingResponse as TopLevelPingResponse };
|
|
160
160
|
export { Beta as Beta, type PlanVersion as PlanVersion, type PlanVersionPhase as PlanVersionPhase, type BetaCreatePlanVersionParams as BetaCreatePlanVersionParams, type BetaSetDefaultPlanVersionParams as BetaSetDefaultPlanVersionParams, };
|
|
161
161
|
export { Coupons as Coupons, type Coupon as Coupon, CouponsPage as CouponsPage, type CouponCreateParams as CouponCreateParams, type CouponListParams as CouponListParams, };
|
|
162
|
-
export { CreditNotes as CreditNotes, type
|
|
163
|
-
export { Customers as Customers, type Customer as Customer, CustomersPage as CustomersPage, type CustomerCreateParams as CustomerCreateParams, type CustomerUpdateParams as CustomerUpdateParams, type CustomerListParams as CustomerListParams, type CustomerUpdateByExternalIDParams as CustomerUpdateByExternalIDParams, };
|
|
162
|
+
export { CreditNotes as CreditNotes, type CreditNoteCreateParams as CreditNoteCreateParams, type CreditNoteListParams as CreditNoteListParams, };
|
|
163
|
+
export { Customers as Customers, type AccountingProviderConfig as AccountingProviderConfig, type AddressInput as AddressInput, type Customer as Customer, type CustomerHierarchyConfig as CustomerHierarchyConfig, type NewAccountingSyncConfiguration as NewAccountingSyncConfiguration, type NewAvalaraTaxConfiguration as NewAvalaraTaxConfiguration, type NewReportingConfiguration as NewReportingConfiguration, type NewSphereConfiguration as NewSphereConfiguration, type NewTaxJarConfiguration as NewTaxJarConfiguration, CustomersPage as CustomersPage, type CustomerCreateParams as CustomerCreateParams, type CustomerUpdateParams as CustomerUpdateParams, type CustomerListParams as CustomerListParams, type CustomerUpdateByExternalIDParams as CustomerUpdateByExternalIDParams, };
|
|
164
164
|
export { Events as Events, type EventUpdateResponse as EventUpdateResponse, type EventDeprecateResponse as EventDeprecateResponse, type EventIngestResponse as EventIngestResponse, type EventSearchResponse as EventSearchResponse, type EventUpdateParams as EventUpdateParams, type EventIngestParams as EventIngestParams, type EventSearchParams as EventSearchParams, };
|
|
165
165
|
export { InvoiceLineItems as InvoiceLineItems, type InvoiceLineItemCreateResponse as InvoiceLineItemCreateResponse, type InvoiceLineItemCreateParams as InvoiceLineItemCreateParams, };
|
|
166
|
-
export { Invoices as Invoices, type
|
|
166
|
+
export { Invoices as Invoices, type InvoiceFetchUpcomingResponse as InvoiceFetchUpcomingResponse, type InvoiceCreateParams as InvoiceCreateParams, type InvoiceUpdateParams as InvoiceUpdateParams, type InvoiceListParams as InvoiceListParams, type InvoiceFetchUpcomingParams as InvoiceFetchUpcomingParams, type InvoiceIssueParams as InvoiceIssueParams, type InvoiceMarkPaidParams as InvoiceMarkPaidParams, };
|
|
167
167
|
export { Items as Items, type Item as Item, ItemsPage as ItemsPage, type ItemCreateParams as ItemCreateParams, type ItemUpdateParams as ItemUpdateParams, type ItemListParams as ItemListParams, };
|
|
168
168
|
export { Metrics as Metrics, type BillableMetric as BillableMetric, BillableMetricsPage as BillableMetricsPage, type MetricCreateParams as MetricCreateParams, type MetricUpdateParams as MetricUpdateParams, type MetricListParams as MetricListParams, };
|
|
169
169
|
export { Plans as Plans, type Plan as Plan, PlansPage as PlansPage, type PlanCreateParams as PlanCreateParams, type PlanUpdateParams as PlanUpdateParams, type PlanListParams as PlanListParams, };
|
|
170
|
-
export { Prices as Prices, type EvaluatePriceGroup as EvaluatePriceGroup, type
|
|
171
|
-
export { type Subscriptions as Subscriptions, type
|
|
172
|
-
export { Alerts as Alerts, type Alert as Alert, AlertsPage as AlertsPage, type AlertUpdateParams as AlertUpdateParams, type AlertListParams as AlertListParams, type AlertCreateForCustomerParams as AlertCreateForCustomerParams, type AlertCreateForExternalCustomerParams as AlertCreateForExternalCustomerParams, type AlertCreateForSubscriptionParams as AlertCreateForSubscriptionParams, type AlertDisableParams as AlertDisableParams, type AlertEnableParams as AlertEnableParams, };
|
|
170
|
+
export { Prices as Prices, type EvaluatePriceGroup as EvaluatePriceGroup, type PriceEvaluateResponse as PriceEvaluateResponse, type PriceEvaluateMultipleResponse as PriceEvaluateMultipleResponse, type PriceEvaluatePreviewEventsResponse as PriceEvaluatePreviewEventsResponse, type PriceCreateParams as PriceCreateParams, type PriceUpdateParams as PriceUpdateParams, type PriceListParams as PriceListParams, type PriceEvaluateParams as PriceEvaluateParams, type PriceEvaluateMultipleParams as PriceEvaluateMultipleParams, type PriceEvaluatePreviewEventsParams as PriceEvaluatePreviewEventsParams, };
|
|
171
|
+
export { type Subscriptions as Subscriptions, type DiscountOverride as DiscountOverride, type NewSubscriptionBPSPrice as NewSubscriptionBPSPrice, type NewSubscriptionBulkBPSPrice as NewSubscriptionBulkBPSPrice, type NewSubscriptionBulkPrice as NewSubscriptionBulkPrice, type NewSubscriptionBulkWithProrationPrice as NewSubscriptionBulkWithProrationPrice, type NewSubscriptionCumulativeGroupedBulkPrice as NewSubscriptionCumulativeGroupedBulkPrice, type NewSubscriptionGroupedAllocationPrice as NewSubscriptionGroupedAllocationPrice, type NewSubscriptionGroupedTieredPackagePrice as NewSubscriptionGroupedTieredPackagePrice, type NewSubscriptionGroupedTieredPrice as NewSubscriptionGroupedTieredPrice, type NewSubscriptionGroupedWithMeteredMinimumPrice as NewSubscriptionGroupedWithMeteredMinimumPrice, type NewSubscriptionGroupedWithProratedMinimumPrice as NewSubscriptionGroupedWithProratedMinimumPrice, type NewSubscriptionMatrixPrice as NewSubscriptionMatrixPrice, type NewSubscriptionMatrixWithAllocationPrice as NewSubscriptionMatrixWithAllocationPrice, type NewSubscriptionMatrixWithDisplayNamePrice as NewSubscriptionMatrixWithDisplayNamePrice, type NewSubscriptionMaxGroupTieredPackagePrice as NewSubscriptionMaxGroupTieredPackagePrice, type NewSubscriptionPackagePrice as NewSubscriptionPackagePrice, type NewSubscriptionPackageWithAllocationPrice as NewSubscriptionPackageWithAllocationPrice, type NewSubscriptionScalableMatrixWithTieredPricingPrice as NewSubscriptionScalableMatrixWithTieredPricingPrice, type NewSubscriptionScalableMatrixWithUnitPricingPrice as NewSubscriptionScalableMatrixWithUnitPricingPrice, type NewSubscriptionThresholdTotalAmountPrice as NewSubscriptionThresholdTotalAmountPrice, type NewSubscriptionTierWithProrationPrice as NewSubscriptionTierWithProrationPrice, type NewSubscriptionTieredBPSPrice as NewSubscriptionTieredBPSPrice, type NewSubscriptionTieredPackagePrice as NewSubscriptionTieredPackagePrice, type NewSubscriptionTieredPackageWithMinimumPrice as NewSubscriptionTieredPackageWithMinimumPrice, type NewSubscriptionTieredPrice as NewSubscriptionTieredPrice, type NewSubscriptionTieredWithMinimumPrice as NewSubscriptionTieredWithMinimumPrice, type NewSubscriptionUnitPrice as NewSubscriptionUnitPrice, type NewSubscriptionUnitWithPercentPrice as NewSubscriptionUnitWithPercentPrice, type NewSubscriptionUnitWithProrationPrice as NewSubscriptionUnitWithProrationPrice, type Subscription as Subscription, type SubscriptionUsage as SubscriptionUsage, type SubscriptionFetchCostsResponse as SubscriptionFetchCostsResponse, type SubscriptionFetchScheduleResponse as SubscriptionFetchScheduleResponse, SubscriptionsPage as SubscriptionsPage, SubscriptionFetchScheduleResponsesPage as SubscriptionFetchScheduleResponsesPage, type SubscriptionCreateParams as SubscriptionCreateParams, type SubscriptionUpdateParams as SubscriptionUpdateParams, type SubscriptionListParams as SubscriptionListParams, type SubscriptionCancelParams as SubscriptionCancelParams, type SubscriptionFetchCostsParams as SubscriptionFetchCostsParams, type SubscriptionFetchScheduleParams as SubscriptionFetchScheduleParams, type SubscriptionFetchUsageParams as SubscriptionFetchUsageParams, type SubscriptionPriceIntervalsParams as SubscriptionPriceIntervalsParams, type SubscriptionRedeemCouponParams as SubscriptionRedeemCouponParams, type SubscriptionSchedulePlanChangeParams as SubscriptionSchedulePlanChangeParams, type SubscriptionTriggerPhaseParams as SubscriptionTriggerPhaseParams, type SubscriptionUnscheduleFixedFeeQuantityUpdatesParams as SubscriptionUnscheduleFixedFeeQuantityUpdatesParams, type SubscriptionUpdateFixedFeeQuantityParams as SubscriptionUpdateFixedFeeQuantityParams, type SubscriptionUpdateTrialParams as SubscriptionUpdateTrialParams, };
|
|
172
|
+
export { Alerts as Alerts, type Alert as Alert, type Threshold as Threshold, AlertsPage as AlertsPage, type AlertUpdateParams as AlertUpdateParams, type AlertListParams as AlertListParams, type AlertCreateForCustomerParams as AlertCreateForCustomerParams, type AlertCreateForExternalCustomerParams as AlertCreateForExternalCustomerParams, type AlertCreateForSubscriptionParams as AlertCreateForSubscriptionParams, type AlertDisableParams as AlertDisableParams, type AlertEnableParams as AlertEnableParams, };
|
|
173
173
|
export { type DimensionalPriceGroups as DimensionalPriceGroups, type DimensionalPriceGroup as DimensionalPriceGroup, DimensionalPriceGroupsPage as DimensionalPriceGroupsPage, type DimensionalPriceGroupCreateParams as DimensionalPriceGroupCreateParams, type DimensionalPriceGroupListParams as DimensionalPriceGroupListParams, };
|
|
174
|
-
export { SubscriptionChanges as SubscriptionChanges, type SubscriptionChangeRetrieveResponse as SubscriptionChangeRetrieveResponse, type SubscriptionChangeApplyResponse as SubscriptionChangeApplyResponse, type SubscriptionChangeCancelResponse as SubscriptionChangeCancelResponse, type SubscriptionChangeApplyParams as SubscriptionChangeApplyParams, };
|
|
174
|
+
export { SubscriptionChanges as SubscriptionChanges, type MutatedSubscription as MutatedSubscription, type SubscriptionChangeRetrieveResponse as SubscriptionChangeRetrieveResponse, type SubscriptionChangeApplyResponse as SubscriptionChangeApplyResponse, type SubscriptionChangeCancelResponse as SubscriptionChangeCancelResponse, type SubscriptionChangeApplyParams as SubscriptionChangeApplyParams, };
|
|
175
|
+
export type Address = API.Address;
|
|
176
|
+
export type AdjustmentInterval = API.AdjustmentInterval;
|
|
177
|
+
export type AggregatedCost = API.AggregatedCost;
|
|
178
|
+
export type Allocation = API.Allocation;
|
|
175
179
|
export type AmountDiscount = API.AmountDiscount;
|
|
180
|
+
export type AmountDiscountInterval = API.AmountDiscountInterval;
|
|
181
|
+
export type BillableMetricTiny = API.BillableMetricTiny;
|
|
182
|
+
export type BillingCycleAnchorConfiguration = API.BillingCycleAnchorConfiguration;
|
|
183
|
+
export type BillingCycleConfiguration = API.BillingCycleConfiguration;
|
|
176
184
|
export type BillingCycleRelativeDate = API.BillingCycleRelativeDate;
|
|
185
|
+
export type BPSConfig = API.BPSConfig;
|
|
186
|
+
export type BPSTier = API.BPSTier;
|
|
187
|
+
export type BulkBPSConfig = API.BulkBPSConfig;
|
|
188
|
+
export type BulkBPSTier = API.BulkBPSTier;
|
|
189
|
+
export type BulkConfig = API.BulkConfig;
|
|
190
|
+
export type BulkTier = API.BulkTier;
|
|
191
|
+
export type ChangedSubscriptionResources = API.ChangedSubscriptionResources;
|
|
192
|
+
export type ConversionRateTier = API.ConversionRateTier;
|
|
193
|
+
export type ConversionRateTieredConfig = API.ConversionRateTieredConfig;
|
|
194
|
+
export type ConversionRateUnitConfig = API.ConversionRateUnitConfig;
|
|
195
|
+
export type CouponRedemption = API.CouponRedemption;
|
|
196
|
+
export type CreditNote = API.CreditNote;
|
|
197
|
+
export type CreditNoteTiny = API.CreditNoteTiny;
|
|
198
|
+
export type CustomExpiration = API.CustomExpiration;
|
|
199
|
+
export type CustomerMinified = API.CustomerMinified;
|
|
200
|
+
export type CustomerTaxID = API.CustomerTaxID;
|
|
201
|
+
export type DimensionalPriceConfiguration = API.DimensionalPriceConfiguration;
|
|
177
202
|
export type Discount = API.Discount;
|
|
203
|
+
export type FixedFeeQuantityScheduleEntry = API.FixedFeeQuantityScheduleEntry;
|
|
204
|
+
export type FixedFeeQuantityTransition = API.FixedFeeQuantityTransition;
|
|
205
|
+
export type Invoice = API.Invoice;
|
|
178
206
|
export type InvoiceLevelDiscount = API.InvoiceLevelDiscount;
|
|
207
|
+
export type InvoiceTiny = API.InvoiceTiny;
|
|
208
|
+
export type ItemSlim = API.ItemSlim;
|
|
209
|
+
export type MatrixConfig = API.MatrixConfig;
|
|
210
|
+
export type MatrixSubLineItem = API.MatrixSubLineItem;
|
|
211
|
+
export type MatrixValue = API.MatrixValue;
|
|
212
|
+
export type MatrixWithAllocationConfig = API.MatrixWithAllocationConfig;
|
|
213
|
+
export type Maximum = API.Maximum;
|
|
214
|
+
export type MaximumInterval = API.MaximumInterval;
|
|
215
|
+
export type Minimum = API.Minimum;
|
|
216
|
+
export type MinimumInterval = API.MinimumInterval;
|
|
217
|
+
export type MonetaryAmountDiscountAdjustment = API.MonetaryAmountDiscountAdjustment;
|
|
218
|
+
export type MonetaryMaximumAdjustment = API.MonetaryMaximumAdjustment;
|
|
219
|
+
export type MonetaryMinimumAdjustment = API.MonetaryMinimumAdjustment;
|
|
220
|
+
export type MonetaryPercentageDiscountAdjustment = API.MonetaryPercentageDiscountAdjustment;
|
|
221
|
+
export type MonetaryUsageDiscountAdjustment = API.MonetaryUsageDiscountAdjustment;
|
|
222
|
+
export type NewAllocationPrice = API.NewAllocationPrice;
|
|
223
|
+
export type NewAmountDiscount = API.NewAmountDiscount;
|
|
224
|
+
export type NewBillingCycleConfiguration = API.NewBillingCycleConfiguration;
|
|
225
|
+
export type NewDimensionalPriceConfiguration = API.NewDimensionalPriceConfiguration;
|
|
226
|
+
export type NewFloatingBPSPrice = API.NewFloatingBPSPrice;
|
|
227
|
+
export type NewFloatingBulkBPSPrice = API.NewFloatingBulkBPSPrice;
|
|
228
|
+
export type NewFloatingBulkPrice = API.NewFloatingBulkPrice;
|
|
229
|
+
export type NewFloatingBulkWithProrationPrice = API.NewFloatingBulkWithProrationPrice;
|
|
230
|
+
export type NewFloatingCumulativeGroupedBulkPrice = API.NewFloatingCumulativeGroupedBulkPrice;
|
|
231
|
+
export type NewFloatingGroupedAllocationPrice = API.NewFloatingGroupedAllocationPrice;
|
|
232
|
+
export type NewFloatingGroupedTieredPackagePrice = API.NewFloatingGroupedTieredPackagePrice;
|
|
233
|
+
export type NewFloatingGroupedTieredPrice = API.NewFloatingGroupedTieredPrice;
|
|
234
|
+
export type NewFloatingGroupedWithMeteredMinimumPrice = API.NewFloatingGroupedWithMeteredMinimumPrice;
|
|
235
|
+
export type NewFloatingGroupedWithProratedMinimumPrice = API.NewFloatingGroupedWithProratedMinimumPrice;
|
|
236
|
+
export type NewFloatingMatrixPrice = API.NewFloatingMatrixPrice;
|
|
237
|
+
export type NewFloatingMatrixWithAllocationPrice = API.NewFloatingMatrixWithAllocationPrice;
|
|
238
|
+
export type NewFloatingMatrixWithDisplayNamePrice = API.NewFloatingMatrixWithDisplayNamePrice;
|
|
239
|
+
export type NewFloatingMaxGroupTieredPackagePrice = API.NewFloatingMaxGroupTieredPackagePrice;
|
|
240
|
+
export type NewFloatingPackagePrice = API.NewFloatingPackagePrice;
|
|
241
|
+
export type NewFloatingPackageWithAllocationPrice = API.NewFloatingPackageWithAllocationPrice;
|
|
242
|
+
export type NewFloatingScalableMatrixWithTieredPricingPrice = API.NewFloatingScalableMatrixWithTieredPricingPrice;
|
|
243
|
+
export type NewFloatingScalableMatrixWithUnitPricingPrice = API.NewFloatingScalableMatrixWithUnitPricingPrice;
|
|
244
|
+
export type NewFloatingThresholdTotalAmountPrice = API.NewFloatingThresholdTotalAmountPrice;
|
|
245
|
+
export type NewFloatingTieredBPSPrice = API.NewFloatingTieredBPSPrice;
|
|
246
|
+
export type NewFloatingTieredPackagePrice = API.NewFloatingTieredPackagePrice;
|
|
247
|
+
export type NewFloatingTieredPackageWithMinimumPrice = API.NewFloatingTieredPackageWithMinimumPrice;
|
|
248
|
+
export type NewFloatingTieredPrice = API.NewFloatingTieredPrice;
|
|
249
|
+
export type NewFloatingTieredWithMinimumPrice = API.NewFloatingTieredWithMinimumPrice;
|
|
250
|
+
export type NewFloatingTieredWithProrationPrice = API.NewFloatingTieredWithProrationPrice;
|
|
251
|
+
export type NewFloatingUnitPrice = API.NewFloatingUnitPrice;
|
|
252
|
+
export type NewFloatingUnitWithPercentPrice = API.NewFloatingUnitWithPercentPrice;
|
|
253
|
+
export type NewFloatingUnitWithProrationPrice = API.NewFloatingUnitWithProrationPrice;
|
|
254
|
+
export type NewMaximum = API.NewMaximum;
|
|
255
|
+
export type NewMinimum = API.NewMinimum;
|
|
256
|
+
export type NewPercentageDiscount = API.NewPercentageDiscount;
|
|
257
|
+
export type NewPlanBPSPrice = API.NewPlanBPSPrice;
|
|
258
|
+
export type NewPlanBulkBPSPrice = API.NewPlanBulkBPSPrice;
|
|
259
|
+
export type NewPlanBulkPrice = API.NewPlanBulkPrice;
|
|
260
|
+
export type NewPlanBulkWithProrationPrice = API.NewPlanBulkWithProrationPrice;
|
|
261
|
+
export type NewPlanCumulativeGroupedBulkPrice = API.NewPlanCumulativeGroupedBulkPrice;
|
|
262
|
+
export type NewPlanGroupedAllocationPrice = API.NewPlanGroupedAllocationPrice;
|
|
263
|
+
export type NewPlanGroupedTieredPackagePrice = API.NewPlanGroupedTieredPackagePrice;
|
|
264
|
+
export type NewPlanGroupedTieredPrice = API.NewPlanGroupedTieredPrice;
|
|
265
|
+
export type NewPlanGroupedWithMeteredMinimumPrice = API.NewPlanGroupedWithMeteredMinimumPrice;
|
|
266
|
+
export type NewPlanGroupedWithProratedMinimumPrice = API.NewPlanGroupedWithProratedMinimumPrice;
|
|
267
|
+
export type NewPlanMatrixPrice = API.NewPlanMatrixPrice;
|
|
268
|
+
export type NewPlanMatrixWithAllocationPrice = API.NewPlanMatrixWithAllocationPrice;
|
|
269
|
+
export type NewPlanMatrixWithDisplayNamePrice = API.NewPlanMatrixWithDisplayNamePrice;
|
|
270
|
+
export type NewPlanMaxGroupTieredPackagePrice = API.NewPlanMaxGroupTieredPackagePrice;
|
|
271
|
+
export type NewPlanPackagePrice = API.NewPlanPackagePrice;
|
|
272
|
+
export type NewPlanPackageWithAllocationPrice = API.NewPlanPackageWithAllocationPrice;
|
|
273
|
+
export type NewPlanScalableMatrixWithTieredPricingPrice = API.NewPlanScalableMatrixWithTieredPricingPrice;
|
|
274
|
+
export type NewPlanScalableMatrixWithUnitPricingPrice = API.NewPlanScalableMatrixWithUnitPricingPrice;
|
|
275
|
+
export type NewPlanThresholdTotalAmountPrice = API.NewPlanThresholdTotalAmountPrice;
|
|
276
|
+
export type NewPlanTierWithProrationPrice = API.NewPlanTierWithProrationPrice;
|
|
277
|
+
export type NewPlanTieredBPSPrice = API.NewPlanTieredBPSPrice;
|
|
278
|
+
export type NewPlanTieredPackagePrice = API.NewPlanTieredPackagePrice;
|
|
279
|
+
export type NewPlanTieredPackageWithMinimumPrice = API.NewPlanTieredPackageWithMinimumPrice;
|
|
280
|
+
export type NewPlanTieredPrice = API.NewPlanTieredPrice;
|
|
281
|
+
export type NewPlanTieredWithMinimumPrice = API.NewPlanTieredWithMinimumPrice;
|
|
282
|
+
export type NewPlanUnitPrice = API.NewPlanUnitPrice;
|
|
283
|
+
export type NewPlanUnitWithPercentPrice = API.NewPlanUnitWithPercentPrice;
|
|
284
|
+
export type NewPlanUnitWithProrationPrice = API.NewPlanUnitWithProrationPrice;
|
|
285
|
+
export type NewUsageDiscount = API.NewUsageDiscount;
|
|
286
|
+
export type OtherSubLineItem = API.OtherSubLineItem;
|
|
287
|
+
export type PackageConfig = API.PackageConfig;
|
|
179
288
|
export type PaginationMetadata = API.PaginationMetadata;
|
|
289
|
+
export type PerPriceCost = API.PerPriceCost;
|
|
180
290
|
export type PercentageDiscount = API.PercentageDiscount;
|
|
291
|
+
export type PercentageDiscountInterval = API.PercentageDiscountInterval;
|
|
292
|
+
export type PlanPhaseAmountDiscountAdjustment = API.PlanPhaseAmountDiscountAdjustment;
|
|
293
|
+
export type PlanPhaseMaximumAdjustment = API.PlanPhaseMaximumAdjustment;
|
|
294
|
+
export type PlanPhaseMinimumAdjustment = API.PlanPhaseMinimumAdjustment;
|
|
295
|
+
export type PlanPhasePercentageDiscountAdjustment = API.PlanPhasePercentageDiscountAdjustment;
|
|
296
|
+
export type PlanPhaseUsageDiscountAdjustment = API.PlanPhaseUsageDiscountAdjustment;
|
|
297
|
+
export type Price = API.Price;
|
|
298
|
+
export type PriceInterval = API.PriceInterval;
|
|
299
|
+
export type SubLineItemGrouping = API.SubLineItemGrouping;
|
|
300
|
+
export type SubLineItemMatrixConfig = API.SubLineItemMatrixConfig;
|
|
301
|
+
export type SubscriptionChangeMinified = API.SubscriptionChangeMinified;
|
|
302
|
+
export type SubscriptionMinified = API.SubscriptionMinified;
|
|
303
|
+
export type SubscriptionTrialInfo = API.SubscriptionTrialInfo;
|
|
304
|
+
export type TaxAmount = API.TaxAmount;
|
|
305
|
+
export type Tier = API.Tier;
|
|
306
|
+
export type TierConfig = API.TierConfig;
|
|
307
|
+
export type TierSubLineItem = API.TierSubLineItem;
|
|
308
|
+
export type TieredBPSConfig = API.TieredBPSConfig;
|
|
309
|
+
export type TieredConfig = API.TieredConfig;
|
|
310
|
+
export type TieredConversionRateConfig = API.TieredConversionRateConfig;
|
|
311
|
+
export type TransformPriceFilter = API.TransformPriceFilter;
|
|
181
312
|
export type TrialDiscount = API.TrialDiscount;
|
|
313
|
+
export type UnitConfig = API.UnitConfig;
|
|
314
|
+
export type UnitConversionRateConfig = API.UnitConversionRateConfig;
|
|
182
315
|
export type UsageDiscount = API.UsageDiscount;
|
|
316
|
+
export type UsageDiscountInterval = API.UsageDiscountInterval;
|
|
183
317
|
}
|
|
184
318
|
export { toFile, fileFromPath } from "./uploads.js";
|
|
185
319
|
export { OrbError, APIError, APIConnectionError, APIConnectionTimeoutError, APIUserAbortError, URLNotFound, NotFoundError, ConflictError, RateLimitError, BadRequestError, RequestTooLarge, TooManyRequests, ResourceNotFound, ResourceConflict, ResourceTooLarge, AuthenticationError, InternalServerError, ConstraintViolation, FeatureNotAvailable, PermissionDeniedError, RequestValidationError, OrbAuthenticationError, OrbInternalServerError, UnprocessableEntityError, DuplicateResourceCreation, } from "./error.js";
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"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"}
|
package/index.js
CHANGED
|
@@ -156,13 +156,11 @@ Orb.Beta = beta_1.Beta;
|
|
|
156
156
|
Orb.Coupons = coupons_1.Coupons;
|
|
157
157
|
Orb.CouponsPage = coupons_1.CouponsPage;
|
|
158
158
|
Orb.CreditNotes = credit_notes_1.CreditNotes;
|
|
159
|
-
Orb.CreditNotesPage = credit_notes_1.CreditNotesPage;
|
|
160
159
|
Orb.Customers = customers_1.Customers;
|
|
161
160
|
Orb.CustomersPage = customers_1.CustomersPage;
|
|
162
161
|
Orb.Events = events_1.Events;
|
|
163
162
|
Orb.InvoiceLineItems = invoice_line_items_1.InvoiceLineItems;
|
|
164
163
|
Orb.Invoices = invoices_1.Invoices;
|
|
165
|
-
Orb.InvoicesPage = invoices_1.InvoicesPage;
|
|
166
164
|
Orb.Items = items_1.Items;
|
|
167
165
|
Orb.ItemsPage = items_1.ItemsPage;
|
|
168
166
|
Orb.Metrics = metrics_1.Metrics;
|
|
@@ -170,7 +168,6 @@ Orb.BillableMetricsPage = metrics_1.BillableMetricsPage;
|
|
|
170
168
|
Orb.Plans = plans_1.Plans;
|
|
171
169
|
Orb.PlansPage = plans_1.PlansPage;
|
|
172
170
|
Orb.Prices = prices_1.Prices;
|
|
173
|
-
Orb.PricesPage = prices_1.PricesPage;
|
|
174
171
|
Orb.SubscriptionsPage = subscriptions_1.SubscriptionsPage;
|
|
175
172
|
Orb.SubscriptionFetchScheduleResponsesPage = subscriptions_1.SubscriptionFetchScheduleResponsesPage;
|
|
176
173
|
Orb.Alerts = alerts_1.Alerts;
|