Skip to content

Commit

Permalink
chore: rebuild project due to codegen change (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Oct 25, 2024
1 parent 86457e7 commit e264a9e
Show file tree
Hide file tree
Showing 31 changed files with 597 additions and 605 deletions.
230 changes: 115 additions & 115 deletions src/index.ts

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/resources/alerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ export interface AlertArchiveParams {
}

export namespace Alerts {
export type AlertCreateResponse = AlertsAPI.AlertCreateResponse;
export type AlertArchiveResponse = AlertsAPI.AlertArchiveResponse;
export type AlertCreateParams = AlertsAPI.AlertCreateParams;
export type AlertArchiveParams = AlertsAPI.AlertArchiveParams;
export import AlertCreateResponse = AlertsAPI.AlertCreateResponse;
export import AlertArchiveResponse = AlertsAPI.AlertArchiveResponse;
export import AlertCreateParams = AlertsAPI.AlertCreateParams;
export import AlertArchiveParams = AlertsAPI.AlertArchiveParams;
}
4 changes: 2 additions & 2 deletions src/resources/audit-logs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export interface AuditLogListParams extends CursorPageParams {
}

export namespace AuditLogs {
export type AuditLogListResponse = AuditLogsAPI.AuditLogListResponse;
export import AuditLogListResponse = AuditLogsAPI.AuditLogListResponse;
export import AuditLogListResponsesCursorPage = AuditLogsAPI.AuditLogListResponsesCursorPage;
export type AuditLogListParams = AuditLogsAPI.AuditLogListParams;
export import AuditLogListParams = AuditLogsAPI.AuditLogListParams;
}
16 changes: 8 additions & 8 deletions src/resources/billable-metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,13 @@ export interface BillableMetricArchiveParams {
}

export namespace BillableMetrics {
export type BillableMetricCreateResponse = BillableMetricsAPI.BillableMetricCreateResponse;
export type BillableMetricRetrieveResponse = BillableMetricsAPI.BillableMetricRetrieveResponse;
export type BillableMetricListResponse = BillableMetricsAPI.BillableMetricListResponse;
export type BillableMetricArchiveResponse = BillableMetricsAPI.BillableMetricArchiveResponse;
export import BillableMetricCreateResponse = BillableMetricsAPI.BillableMetricCreateResponse;
export import BillableMetricRetrieveResponse = BillableMetricsAPI.BillableMetricRetrieveResponse;
export import BillableMetricListResponse = BillableMetricsAPI.BillableMetricListResponse;
export import BillableMetricArchiveResponse = BillableMetricsAPI.BillableMetricArchiveResponse;
export import BillableMetricListResponsesCursorPage = BillableMetricsAPI.BillableMetricListResponsesCursorPage;
export type BillableMetricCreateParams = BillableMetricsAPI.BillableMetricCreateParams;
export type BillableMetricRetrieveParams = BillableMetricsAPI.BillableMetricRetrieveParams;
export type BillableMetricListParams = BillableMetricsAPI.BillableMetricListParams;
export type BillableMetricArchiveParams = BillableMetricsAPI.BillableMetricArchiveParams;
export import BillableMetricCreateParams = BillableMetricsAPI.BillableMetricCreateParams;
export import BillableMetricRetrieveParams = BillableMetricsAPI.BillableMetricRetrieveParams;
export import BillableMetricListParams = BillableMetricsAPI.BillableMetricListParams;
export import BillableMetricArchiveParams = BillableMetricsAPI.BillableMetricArchiveParams;
}
99 changes: 48 additions & 51 deletions src/resources/contracts/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2415,60 +2415,57 @@ export interface ContractUpdateEndDateParams {
}

export namespace Contracts {
export type ContractCreateResponse = ContractsAPI.ContractCreateResponse;
export type ContractRetrieveResponse = ContractsAPI.ContractRetrieveResponse;
export type ContractListResponse = ContractsAPI.ContractListResponse;
export type ContractAmendResponse = ContractsAPI.ContractAmendResponse;
export type ContractArchiveResponse = ContractsAPI.ContractArchiveResponse;
export type ContractCreateHistoricalInvoicesResponse =
ContractsAPI.ContractCreateHistoricalInvoicesResponse;
export type ContractListBalancesResponse = ContractsAPI.ContractListBalancesResponse;
export type ContractRetrieveRateScheduleResponse = ContractsAPI.ContractRetrieveRateScheduleResponse;
export type ContractScheduleProServicesInvoiceResponse =
ContractsAPI.ContractScheduleProServicesInvoiceResponse;
export type ContractUpdateEndDateResponse = ContractsAPI.ContractUpdateEndDateResponse;
export type ContractCreateParams = ContractsAPI.ContractCreateParams;
export type ContractRetrieveParams = ContractsAPI.ContractRetrieveParams;
export type ContractListParams = ContractsAPI.ContractListParams;
export type ContractAddManualBalanceEntryParams = ContractsAPI.ContractAddManualBalanceEntryParams;
export type ContractAmendParams = ContractsAPI.ContractAmendParams;
export type ContractArchiveParams = ContractsAPI.ContractArchiveParams;
export type ContractCreateHistoricalInvoicesParams = ContractsAPI.ContractCreateHistoricalInvoicesParams;
export type ContractListBalancesParams = ContractsAPI.ContractListBalancesParams;
export type ContractRetrieveRateScheduleParams = ContractsAPI.ContractRetrieveRateScheduleParams;
export type ContractScheduleProServicesInvoiceParams =
ContractsAPI.ContractScheduleProServicesInvoiceParams;
export type ContractSetUsageFilterParams = ContractsAPI.ContractSetUsageFilterParams;
export type ContractUpdateEndDateParams = ContractsAPI.ContractUpdateEndDateParams;
export import ContractCreateResponse = ContractsAPI.ContractCreateResponse;
export import ContractRetrieveResponse = ContractsAPI.ContractRetrieveResponse;
export import ContractListResponse = ContractsAPI.ContractListResponse;
export import ContractAmendResponse = ContractsAPI.ContractAmendResponse;
export import ContractArchiveResponse = ContractsAPI.ContractArchiveResponse;
export import ContractCreateHistoricalInvoicesResponse = ContractsAPI.ContractCreateHistoricalInvoicesResponse;
export import ContractListBalancesResponse = ContractsAPI.ContractListBalancesResponse;
export import ContractRetrieveRateScheduleResponse = ContractsAPI.ContractRetrieveRateScheduleResponse;
export import ContractScheduleProServicesInvoiceResponse = ContractsAPI.ContractScheduleProServicesInvoiceResponse;
export import ContractUpdateEndDateResponse = ContractsAPI.ContractUpdateEndDateResponse;
export import ContractCreateParams = ContractsAPI.ContractCreateParams;
export import ContractRetrieveParams = ContractsAPI.ContractRetrieveParams;
export import ContractListParams = ContractsAPI.ContractListParams;
export import ContractAddManualBalanceEntryParams = ContractsAPI.ContractAddManualBalanceEntryParams;
export import ContractAmendParams = ContractsAPI.ContractAmendParams;
export import ContractArchiveParams = ContractsAPI.ContractArchiveParams;
export import ContractCreateHistoricalInvoicesParams = ContractsAPI.ContractCreateHistoricalInvoicesParams;
export import ContractListBalancesParams = ContractsAPI.ContractListBalancesParams;
export import ContractRetrieveRateScheduleParams = ContractsAPI.ContractRetrieveRateScheduleParams;
export import ContractScheduleProServicesInvoiceParams = ContractsAPI.ContractScheduleProServicesInvoiceParams;
export import ContractSetUsageFilterParams = ContractsAPI.ContractSetUsageFilterParams;
export import ContractUpdateEndDateParams = ContractsAPI.ContractUpdateEndDateParams;
export import Products = ProductsAPI.Products;
export type ProductListItemState = ProductsAPI.ProductListItemState;
export type QuantityConversion = ProductsAPI.QuantityConversion;
export type QuantityRounding = ProductsAPI.QuantityRounding;
export type ProductCreateResponse = ProductsAPI.ProductCreateResponse;
export type ProductRetrieveResponse = ProductsAPI.ProductRetrieveResponse;
export type ProductUpdateResponse = ProductsAPI.ProductUpdateResponse;
export type ProductListResponse = ProductsAPI.ProductListResponse;
export type ProductArchiveResponse = ProductsAPI.ProductArchiveResponse;
export import ProductListItemState = ProductsAPI.ProductListItemState;
export import QuantityConversion = ProductsAPI.QuantityConversion;
export import QuantityRounding = ProductsAPI.QuantityRounding;
export import ProductCreateResponse = ProductsAPI.ProductCreateResponse;
export import ProductRetrieveResponse = ProductsAPI.ProductRetrieveResponse;
export import ProductUpdateResponse = ProductsAPI.ProductUpdateResponse;
export import ProductListResponse = ProductsAPI.ProductListResponse;
export import ProductArchiveResponse = ProductsAPI.ProductArchiveResponse;
export import ProductListResponsesCursorPage = ProductsAPI.ProductListResponsesCursorPage;
export type ProductCreateParams = ProductsAPI.ProductCreateParams;
export type ProductRetrieveParams = ProductsAPI.ProductRetrieveParams;
export type ProductUpdateParams = ProductsAPI.ProductUpdateParams;
export type ProductListParams = ProductsAPI.ProductListParams;
export type ProductArchiveParams = ProductsAPI.ProductArchiveParams;
export import ProductCreateParams = ProductsAPI.ProductCreateParams;
export import ProductRetrieveParams = ProductsAPI.ProductRetrieveParams;
export import ProductUpdateParams = ProductsAPI.ProductUpdateParams;
export import ProductListParams = ProductsAPI.ProductListParams;
export import ProductArchiveParams = ProductsAPI.ProductArchiveParams;
export import RateCards = RateCardsAPI.RateCards;
export type RateCardCreateResponse = RateCardsAPI.RateCardCreateResponse;
export type RateCardRetrieveResponse = RateCardsAPI.RateCardRetrieveResponse;
export type RateCardUpdateResponse = RateCardsAPI.RateCardUpdateResponse;
export type RateCardListResponse = RateCardsAPI.RateCardListResponse;
export type RateCardRetrieveRateScheduleResponse = RateCardsAPI.RateCardRetrieveRateScheduleResponse;
export import RateCardCreateResponse = RateCardsAPI.RateCardCreateResponse;
export import RateCardRetrieveResponse = RateCardsAPI.RateCardRetrieveResponse;
export import RateCardUpdateResponse = RateCardsAPI.RateCardUpdateResponse;
export import RateCardListResponse = RateCardsAPI.RateCardListResponse;
export import RateCardRetrieveRateScheduleResponse = RateCardsAPI.RateCardRetrieveRateScheduleResponse;
export import RateCardListResponsesCursorPage = RateCardsAPI.RateCardListResponsesCursorPage;
export type RateCardCreateParams = RateCardsAPI.RateCardCreateParams;
export type RateCardRetrieveParams = RateCardsAPI.RateCardRetrieveParams;
export type RateCardUpdateParams = RateCardsAPI.RateCardUpdateParams;
export type RateCardListParams = RateCardsAPI.RateCardListParams;
export type RateCardRetrieveRateScheduleParams = RateCardsAPI.RateCardRetrieveRateScheduleParams;
export import RateCardCreateParams = RateCardsAPI.RateCardCreateParams;
export import RateCardRetrieveParams = RateCardsAPI.RateCardRetrieveParams;
export import RateCardUpdateParams = RateCardsAPI.RateCardUpdateParams;
export import RateCardListParams = RateCardsAPI.RateCardListParams;
export import RateCardRetrieveRateScheduleParams = RateCardsAPI.RateCardRetrieveRateScheduleParams;
export import NamedSchedules = NamedSchedulesAPI.NamedSchedules;
export type NamedScheduleRetrieveResponse = NamedSchedulesAPI.NamedScheduleRetrieveResponse;
export type NamedScheduleRetrieveParams = NamedSchedulesAPI.NamedScheduleRetrieveParams;
export type NamedScheduleUpdateParams = NamedSchedulesAPI.NamedScheduleUpdateParams;
export import NamedScheduleRetrieveResponse = NamedSchedulesAPI.NamedScheduleRetrieveResponse;
export import NamedScheduleRetrieveParams = NamedSchedulesAPI.NamedScheduleRetrieveParams;
export import NamedScheduleUpdateParams = NamedSchedulesAPI.NamedScheduleUpdateParams;
}
96 changes: 48 additions & 48 deletions src/resources/contracts/index.ts
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

export {
ContractCreateResponse,
ContractRetrieveResponse,
ContractListResponse,
ContractAmendResponse,
ContractArchiveResponse,
ContractCreateHistoricalInvoicesResponse,
ContractListBalancesResponse,
ContractRetrieveRateScheduleResponse,
ContractScheduleProServicesInvoiceResponse,
ContractUpdateEndDateResponse,
ContractCreateParams,
ContractRetrieveParams,
ContractListParams,
ContractAddManualBalanceEntryParams,
ContractAmendParams,
ContractArchiveParams,
ContractCreateHistoricalInvoicesParams,
ContractListBalancesParams,
ContractRetrieveRateScheduleParams,
ContractScheduleProServicesInvoiceParams,
ContractSetUsageFilterParams,
ContractUpdateEndDateParams,
Contracts,
type ContractCreateResponse,
type ContractRetrieveResponse,
type ContractListResponse,
type ContractAmendResponse,
type ContractArchiveResponse,
type ContractCreateHistoricalInvoicesResponse,
type ContractListBalancesResponse,
type ContractRetrieveRateScheduleResponse,
type ContractScheduleProServicesInvoiceResponse,
type ContractUpdateEndDateResponse,
type ContractCreateParams,
type ContractRetrieveParams,
type ContractListParams,
type ContractAddManualBalanceEntryParams,
type ContractAmendParams,
type ContractArchiveParams,
type ContractCreateHistoricalInvoicesParams,
type ContractListBalancesParams,
type ContractRetrieveRateScheduleParams,
type ContractScheduleProServicesInvoiceParams,
type ContractSetUsageFilterParams,
type ContractUpdateEndDateParams,
} from './contracts';
export {
NamedScheduleRetrieveResponse,
NamedScheduleRetrieveParams,
NamedScheduleUpdateParams,
NamedSchedules,
type NamedScheduleRetrieveResponse,
type NamedScheduleRetrieveParams,
type NamedScheduleUpdateParams,
} from './named-schedules';
export {
ProductListItemState,
QuantityConversion,
QuantityRounding,
ProductCreateResponse,
ProductRetrieveResponse,
ProductUpdateResponse,
ProductListResponse,
ProductArchiveResponse,
ProductCreateParams,
ProductRetrieveParams,
ProductUpdateParams,
ProductListParams,
ProductArchiveParams,
ProductListResponsesCursorPage,
Products,
type ProductListItemState,
type QuantityConversion,
type QuantityRounding,
type ProductCreateResponse,
type ProductRetrieveResponse,
type ProductUpdateResponse,
type ProductListResponse,
type ProductArchiveResponse,
type ProductCreateParams,
type ProductRetrieveParams,
type ProductUpdateParams,
type ProductListParams,
type ProductArchiveParams,
} from './products';
export {
RateCardCreateResponse,
RateCardRetrieveResponse,
RateCardUpdateResponse,
RateCardListResponse,
RateCardRetrieveRateScheduleResponse,
RateCardCreateParams,
RateCardRetrieveParams,
RateCardUpdateParams,
RateCardListParams,
RateCardRetrieveRateScheduleParams,
RateCardListResponsesCursorPage,
RateCards,
type RateCardCreateResponse,
type RateCardRetrieveResponse,
type RateCardUpdateResponse,
type RateCardListResponse,
type RateCardRetrieveRateScheduleResponse,
type RateCardCreateParams,
type RateCardRetrieveParams,
type RateCardUpdateParams,
type RateCardListParams,
type RateCardRetrieveRateScheduleParams,
} from './rate-cards/index';
6 changes: 3 additions & 3 deletions src/resources/contracts/named-schedules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export interface NamedScheduleUpdateParams {
}

export namespace NamedSchedules {
export type NamedScheduleRetrieveResponse = NamedSchedulesAPI.NamedScheduleRetrieveResponse;
export type NamedScheduleRetrieveParams = NamedSchedulesAPI.NamedScheduleRetrieveParams;
export type NamedScheduleUpdateParams = NamedSchedulesAPI.NamedScheduleUpdateParams;
export import NamedScheduleRetrieveResponse = NamedSchedulesAPI.NamedScheduleRetrieveResponse;
export import NamedScheduleRetrieveParams = NamedSchedulesAPI.NamedScheduleRetrieveParams;
export import NamedScheduleUpdateParams = NamedSchedulesAPI.NamedScheduleUpdateParams;
}
26 changes: 13 additions & 13 deletions src/resources/contracts/products.ts
Original file line number Diff line number Diff line change
Expand Up @@ -543,18 +543,18 @@ export interface ProductArchiveParams {
}

export namespace Products {
export type ProductListItemState = ProductsAPI.ProductListItemState;
export type QuantityConversion = ProductsAPI.QuantityConversion;
export type QuantityRounding = ProductsAPI.QuantityRounding;
export type ProductCreateResponse = ProductsAPI.ProductCreateResponse;
export type ProductRetrieveResponse = ProductsAPI.ProductRetrieveResponse;
export type ProductUpdateResponse = ProductsAPI.ProductUpdateResponse;
export type ProductListResponse = ProductsAPI.ProductListResponse;
export type ProductArchiveResponse = ProductsAPI.ProductArchiveResponse;
export import ProductListItemState = ProductsAPI.ProductListItemState;
export import QuantityConversion = ProductsAPI.QuantityConversion;
export import QuantityRounding = ProductsAPI.QuantityRounding;
export import ProductCreateResponse = ProductsAPI.ProductCreateResponse;
export import ProductRetrieveResponse = ProductsAPI.ProductRetrieveResponse;
export import ProductUpdateResponse = ProductsAPI.ProductUpdateResponse;
export import ProductListResponse = ProductsAPI.ProductListResponse;
export import ProductArchiveResponse = ProductsAPI.ProductArchiveResponse;
export import ProductListResponsesCursorPage = ProductsAPI.ProductListResponsesCursorPage;
export type ProductCreateParams = ProductsAPI.ProductCreateParams;
export type ProductRetrieveParams = ProductsAPI.ProductRetrieveParams;
export type ProductUpdateParams = ProductsAPI.ProductUpdateParams;
export type ProductListParams = ProductsAPI.ProductListParams;
export type ProductArchiveParams = ProductsAPI.ProductArchiveParams;
export import ProductCreateParams = ProductsAPI.ProductCreateParams;
export import ProductRetrieveParams = ProductsAPI.ProductRetrieveParams;
export import ProductUpdateParams = ProductsAPI.ProductUpdateParams;
export import ProductListParams = ProductsAPI.ProductListParams;
export import ProductArchiveParams = ProductsAPI.ProductArchiveParams;
}
46 changes: 23 additions & 23 deletions src/resources/contracts/rate-cards/index.ts
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

export {
NamedScheduleRetrieveResponse,
NamedScheduleRetrieveParams,
NamedScheduleUpdateParams,
NamedSchedules,
type NamedScheduleRetrieveResponse,
type NamedScheduleRetrieveParams,
type NamedScheduleUpdateParams,
} from './named-schedules';
export {
ProductOrderUpdateResponse,
ProductOrderSetResponse,
ProductOrderUpdateParams,
ProductOrderSetParams,
ProductOrders,
type ProductOrderUpdateResponse,
type ProductOrderSetResponse,
type ProductOrderUpdateParams,
type ProductOrderSetParams,
} from './product-orders';
export {
RateCardCreateResponse,
RateCardRetrieveResponse,
RateCardUpdateResponse,
RateCardListResponse,
RateCardRetrieveRateScheduleResponse,
RateCardCreateParams,
RateCardRetrieveParams,
RateCardUpdateParams,
RateCardListParams,
RateCardRetrieveRateScheduleParams,
RateCardListResponsesCursorPage,
RateCards,
type RateCardCreateResponse,
type RateCardRetrieveResponse,
type RateCardUpdateResponse,
type RateCardListResponse,
type RateCardRetrieveRateScheduleResponse,
type RateCardCreateParams,
type RateCardRetrieveParams,
type RateCardUpdateParams,
type RateCardListParams,
type RateCardRetrieveRateScheduleParams,
} from './rate-cards';
export {
RateListResponse,
RateAddResponse,
RateAddManyResponse,
RateListParams,
RateAddParams,
RateAddManyParams,
RateListResponsesCursorPage,
Rates,
type RateListResponse,
type RateAddResponse,
type RateAddManyResponse,
type RateListParams,
type RateAddParams,
type RateAddManyParams,
} from './rates';
6 changes: 3 additions & 3 deletions src/resources/contracts/rate-cards/named-schedules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export interface NamedScheduleUpdateParams {
}

export namespace NamedSchedules {
export type NamedScheduleRetrieveResponse = NamedSchedulesAPI.NamedScheduleRetrieveResponse;
export type NamedScheduleRetrieveParams = NamedSchedulesAPI.NamedScheduleRetrieveParams;
export type NamedScheduleUpdateParams = NamedSchedulesAPI.NamedScheduleUpdateParams;
export import NamedScheduleRetrieveResponse = NamedSchedulesAPI.NamedScheduleRetrieveResponse;
export import NamedScheduleRetrieveParams = NamedSchedulesAPI.NamedScheduleRetrieveParams;
export import NamedScheduleUpdateParams = NamedSchedulesAPI.NamedScheduleUpdateParams;
}
Loading

0 comments on commit e264a9e

Please sign in to comment.