@wix/auto_sdk_get-paid_billable-items 1.0.43 → 1.0.44

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.
Files changed (29) hide show
  1. package/build/cjs/{billable-items-v1-billable-item-billable-items.universal-CcP7svT0.d.ts → billable-items-v1-billable-item-billable-items.universal-Ci84rC6h.d.ts} +5 -22
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +6 -23
  7. package/build/cjs/meta.js.map +1 -1
  8. package/build/es/{billable-items-v1-billable-item-billable-items.universal-CcP7svT0.d.mts → billable-items-v1-billable-item-billable-items.universal-Ci84rC6h.d.mts} +5 -22
  9. package/build/es/index.d.mts +2 -2
  10. package/build/es/index.mjs.map +1 -1
  11. package/build/es/index.typings.d.mts +2 -2
  12. package/build/es/index.typings.mjs.map +1 -1
  13. package/build/es/meta.d.mts +6 -23
  14. package/build/es/meta.mjs.map +1 -1
  15. package/build/internal/cjs/{billable-items-v1-billable-item-billable-items.universal-CcP7svT0.d.ts → billable-items-v1-billable-item-billable-items.universal-Ci84rC6h.d.ts} +5 -22
  16. package/build/internal/cjs/index.d.ts +2 -2
  17. package/build/internal/cjs/index.js.map +1 -1
  18. package/build/internal/cjs/index.typings.d.ts +2 -2
  19. package/build/internal/cjs/index.typings.js.map +1 -1
  20. package/build/internal/cjs/meta.d.ts +6 -23
  21. package/build/internal/cjs/meta.js.map +1 -1
  22. package/build/internal/es/{billable-items-v1-billable-item-billable-items.universal-CcP7svT0.d.mts → billable-items-v1-billable-item-billable-items.universal-Ci84rC6h.d.mts} +5 -22
  23. package/build/internal/es/index.d.mts +2 -2
  24. package/build/internal/es/index.mjs.map +1 -1
  25. package/build/internal/es/index.typings.d.mts +2 -2
  26. package/build/internal/es/index.typings.mjs.map +1 -1
  27. package/build/internal/es/meta.d.mts +6 -23
  28. package/build/internal/es/meta.mjs.map +1 -1
  29. package/package.json +2 -2
@@ -252,19 +252,19 @@ declare enum WebhookIdentityType {
252
252
  }
253
253
  /** @enumType */
254
254
  type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
255
- interface AccountDetails {
255
+ interface AccountInfo {
256
256
  /**
257
- * ID of the account.
257
+ * ID of the Wix account associated with the event.
258
258
  * @format GUID
259
259
  */
260
260
  accountId?: string | null;
261
261
  /**
262
- * ID of the parent account.
262
+ * ID of the parent Wix account. Only included when accountId belongs to a child account.
263
263
  * @format GUID
264
264
  */
265
265
  parentAccountId?: string | null;
266
266
  /**
267
- * ID of the site, if applicable.
267
+ * ID of the Wix site associated with the event. Only included when the event is tied to a specific site.
268
268
  * @format GUID
269
269
  */
270
270
  siteId?: string | null;
@@ -1091,23 +1091,6 @@ interface AggregationResultsResultOneOf {
1091
1091
  /** Nested aggregation results */
1092
1092
  nested?: NestedResults;
1093
1093
  }
1094
- interface AccountInfo {
1095
- /**
1096
- * ID of the Wix account associated with the event.
1097
- * @format GUID
1098
- */
1099
- accountId?: string | null;
1100
- /**
1101
- * ID of the parent Wix account. Only included when accountId belongs to a child account.
1102
- * @format GUID
1103
- */
1104
- parentAccountId?: string | null;
1105
- /**
1106
- * ID of the Wix site associated with the event. Only included when the event is tied to a specific site.
1107
- * @format GUID
1108
- */
1109
- siteId?: string | null;
1110
- }
1111
1094
  /** @docsIgnore */
1112
1095
  type CreateBillableItemApplicationErrors = {
1113
1096
  code?: 'APP_INSTALLATION_FAILED';
@@ -1757,4 +1740,4 @@ type BillableItemSearch = {
1757
1740
  timeZone?: CommonSearchWithEntityContext['timeZone'] | null;
1758
1741
  };
1759
1742
 
1760
- export { type DeleteBillableItemRequest as $, AggregationType as A, type BillableItem as B, type CreateBillableItemApplicationErrors as C, type DomainEvent as D, type ExtendedFields as E, type EntityCreatedEvent as F, type EntityUpdatedEvent as G, type EntityDeletedEvent as H, Interval as I, type ActionEvent as J, type MessageEnvelope as K, type IdentificationData as L, type MaskedBillableItem as M, NestedAggregationType as N, type IdentificationDataIdOneOf as O, type AccountDetails as P, type CreateBillableItemRequest as Q, type RestoreInfo as R, type SearchBillableItemsResponse as S, type Tags as T, type UpdateBillableItem as U, type CreateBillableItemResponse as V, WebhookIdentityType as W, type GetBillableItemRequest as X, type GetBillableItemResponse as Y, type UpdateBillableItemRequest as Z, type UpdateBillableItemResponse as _, type BulkCreateBillableItemsOptions as a, type AggregationResultsResultOneOf as a$, type DeleteBillableItemResponse as a0, type QueryBillableItemsRequest as a1, type CursorQuery as a2, type CursorQueryPagingMethodOneOf as a3, type Sorting as a4, type CursorPaging as a5, type QueryBillableItemsResponse as a6, type CursorPagingMetadata as a7, type Cursors as a8, type InternalQueryBillableItemsRequest as a9, type ScalarAggregation as aA, type DateHistogramAggregation as aB, type NestedAggregationItem as aC, type NestedAggregationItemKindOneOf as aD, type NestedAggregation as aE, type SearchDetails as aF, type PagingMetadataV2 as aG, type AggregationData as aH, type ValueAggregationResult as aI, type RangeAggregationResult as aJ, type NestedAggregationResults as aK, type NestedAggregationResultsResultOneOf as aL, type ValueResults as aM, type RangeResults as aN, type AggregationResultsScalarResult as aO, type NestedValueAggregationResult as aP, type ValueResult as aQ, type RangeResult as aR, type ScalarResult as aS, type NestedResultValue as aT, type NestedResultValueResultOneOf as aU, type Results as aV, type DateHistogramResult as aW, type GroupByValueResults as aX, type DateHistogramResults as aY, type NestedResults as aZ, type AggregationResults as a_, type InternalCursorQuery as aa, type InternalCursorQueryPagingMethodOneOf as ab, type InternalCursorPaging as ac, type InternalQueryBillableItemsResponse as ad, type BulkCreateBillableItemsRequest as ae, type ItemMetadata as af, type ApplicationError as ag, type BulkBillableItemResult as ah, type BulkActionMetadata as ai, type BulkUpdateBillableItemsRequest as aj, type BulkUpdateBillableItemsResponseBulkBillableItemResult as ak, type BulkDeleteBillableItemsRequest as al, type BulkDeleteBillableItemsResponseBulkBillableItemResult as am, type BulkUpdateBillableItemTagsRequest as an, type BulkUpdateBillableItemTagsResult as ao, type BulkUpdateBillableItemTagsByFilterRequest as ap, type SearchBillableItemsRequest as aq, type CursorSearch as ar, type CursorSearchPagingMethodOneOf as as, type Aggregation as at, type AggregationKindOneOf as au, type RangeBucket as av, type IncludeMissingValuesOptions as aw, type ValueAggregation as ax, type ValueAggregationOptionsOneOf as ay, type RangeAggregation as az, type BulkCreateBillableItemsResponse as b, type AccountInfo as b0, type BaseEventMetadata as b1, type EventMetadata as b2, type BillableItemsQueryResult as b3, type BillableItemQuerySpec as b4, type BillableItemSearchSpec as b5, type WebhookIdentityTypeWithLiterals as b6, type SortOrderWithLiterals as b7, type SortTypeWithLiterals as b8, type SortDirectionWithLiterals as b9, type MissingValuesWithLiterals as ba, type ScalarTypeWithLiterals as bb, type NestedAggregationTypeWithLiterals as bc, type IntervalWithLiterals as bd, type AggregationTypeWithLiterals as be, type ModeWithLiterals as bf, type CommonQueryWithEntityContext as bg, type CommonSearchWithEntityContext as bh, onBillableItemCreated as bi, onBillableItemDeleted as bj, onBillableItemUpdated as bk, createBillableItem as bl, getBillableItem as bm, updateBillableItem as bn, deleteBillableItem as bo, queryBillableItems as bp, bulkCreateBillableItems as bq, bulkUpdateBillableItems as br, bulkDeleteBillableItems as bs, bulkUpdateBillableItemTags as bt, bulkUpdateBillableItemTagsByFilter as bu, type BulkUpdateBillableItemsOptions as c, type BulkUpdateBillableItemsResponse as d, type BulkDeleteBillableItemsResponse as e, type BulkUpdateBillableItemTagsOptions as f, type BulkUpdateBillableItemTagsResponse as g, type BulkUpdateBillableItemTagsApplicationErrors as h, type BulkUpdateBillableItemTagsByFilterOptions as i, type BulkUpdateBillableItemTagsByFilterResponse as j, type BulkUpdateBillableItemTagsByFilterApplicationErrors as k, type BillableItemSearch as l, type BillableItemCreatedEnvelope as m, type BillableItemDeletedEnvelope as n, type BillableItemUpdatedEnvelope as o, type BillableItemsQueryBuilder as p, type BillableItemQuery as q, SortOrder as r, SortType as s, typedQueryBillableItems as t, SortDirection as u, MissingValues as v, ScalarType as w, Mode as x, type TagList as y, type DomainEventBodyOneOf as z };
1743
+ export { type DeleteBillableItemRequest as $, AggregationType as A, type BillableItem as B, type CreateBillableItemApplicationErrors as C, type DomainEvent as D, type ExtendedFields as E, type EntityCreatedEvent as F, type EntityUpdatedEvent as G, type EntityDeletedEvent as H, Interval as I, type ActionEvent as J, type MessageEnvelope as K, type IdentificationData as L, type MaskedBillableItem as M, NestedAggregationType as N, type IdentificationDataIdOneOf as O, type AccountInfo as P, type CreateBillableItemRequest as Q, type RestoreInfo as R, type SearchBillableItemsResponse as S, type Tags as T, type UpdateBillableItem as U, type CreateBillableItemResponse as V, WebhookIdentityType as W, type GetBillableItemRequest as X, type GetBillableItemResponse as Y, type UpdateBillableItemRequest as Z, type UpdateBillableItemResponse as _, type BulkCreateBillableItemsOptions as a, type AggregationResultsResultOneOf as a$, type DeleteBillableItemResponse as a0, type QueryBillableItemsRequest as a1, type CursorQuery as a2, type CursorQueryPagingMethodOneOf as a3, type Sorting as a4, type CursorPaging as a5, type QueryBillableItemsResponse as a6, type CursorPagingMetadata as a7, type Cursors as a8, type InternalQueryBillableItemsRequest as a9, type ScalarAggregation as aA, type DateHistogramAggregation as aB, type NestedAggregationItem as aC, type NestedAggregationItemKindOneOf as aD, type NestedAggregation as aE, type SearchDetails as aF, type PagingMetadataV2 as aG, type AggregationData as aH, type ValueAggregationResult as aI, type RangeAggregationResult as aJ, type NestedAggregationResults as aK, type NestedAggregationResultsResultOneOf as aL, type ValueResults as aM, type RangeResults as aN, type AggregationResultsScalarResult as aO, type NestedValueAggregationResult as aP, type ValueResult as aQ, type RangeResult as aR, type ScalarResult as aS, type NestedResultValue as aT, type NestedResultValueResultOneOf as aU, type Results as aV, type DateHistogramResult as aW, type GroupByValueResults as aX, type DateHistogramResults as aY, type NestedResults as aZ, type AggregationResults as a_, type InternalCursorQuery as aa, type InternalCursorQueryPagingMethodOneOf as ab, type InternalCursorPaging as ac, type InternalQueryBillableItemsResponse as ad, type BulkCreateBillableItemsRequest as ae, type ItemMetadata as af, type ApplicationError as ag, type BulkBillableItemResult as ah, type BulkActionMetadata as ai, type BulkUpdateBillableItemsRequest as aj, type BulkUpdateBillableItemsResponseBulkBillableItemResult as ak, type BulkDeleteBillableItemsRequest as al, type BulkDeleteBillableItemsResponseBulkBillableItemResult as am, type BulkUpdateBillableItemTagsRequest as an, type BulkUpdateBillableItemTagsResult as ao, type BulkUpdateBillableItemTagsByFilterRequest as ap, type SearchBillableItemsRequest as aq, type CursorSearch as ar, type CursorSearchPagingMethodOneOf as as, type Aggregation as at, type AggregationKindOneOf as au, type RangeBucket as av, type IncludeMissingValuesOptions as aw, type ValueAggregation as ax, type ValueAggregationOptionsOneOf as ay, type RangeAggregation as az, type BulkCreateBillableItemsResponse as b, type BaseEventMetadata as b0, type EventMetadata as b1, type BillableItemsQueryResult as b2, type BillableItemQuerySpec as b3, type BillableItemSearchSpec as b4, type WebhookIdentityTypeWithLiterals as b5, type SortOrderWithLiterals as b6, type SortTypeWithLiterals as b7, type SortDirectionWithLiterals as b8, type MissingValuesWithLiterals as b9, type ScalarTypeWithLiterals as ba, type NestedAggregationTypeWithLiterals as bb, type IntervalWithLiterals as bc, type AggregationTypeWithLiterals as bd, type ModeWithLiterals as be, type CommonQueryWithEntityContext as bf, type CommonSearchWithEntityContext as bg, onBillableItemCreated as bh, onBillableItemDeleted as bi, onBillableItemUpdated as bj, createBillableItem as bk, getBillableItem as bl, updateBillableItem as bm, deleteBillableItem as bn, queryBillableItems as bo, bulkCreateBillableItems as bp, bulkUpdateBillableItems as bq, bulkDeleteBillableItems as br, bulkUpdateBillableItemTags as bs, bulkUpdateBillableItemTagsByFilter as bt, type BulkUpdateBillableItemsOptions as c, type BulkUpdateBillableItemsResponse as d, type BulkDeleteBillableItemsResponse as e, type BulkUpdateBillableItemTagsOptions as f, type BulkUpdateBillableItemTagsResponse as g, type BulkUpdateBillableItemTagsApplicationErrors as h, type BulkUpdateBillableItemTagsByFilterOptions as i, type BulkUpdateBillableItemTagsByFilterResponse as j, type BulkUpdateBillableItemTagsByFilterApplicationErrors as k, type BillableItemSearch as l, type BillableItemCreatedEnvelope as m, type BillableItemDeletedEnvelope as n, type BillableItemUpdatedEnvelope as o, type BillableItemsQueryBuilder as p, type BillableItemQuery as q, SortOrder as r, SortType as s, typedQueryBillableItems as t, SortDirection as u, MissingValues as v, ScalarType as w, Mode as x, type TagList as y, type DomainEventBodyOneOf as z };
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { B as BillableItem, C as CreateBillableItemApplicationErrors, U as UpdateBillableItem, a as BulkCreateBillableItemsOptions, b as BulkCreateBillableItemsResponse, M as MaskedBillableItem, c as BulkUpdateBillableItemsOptions, d as BulkUpdateBillableItemsResponse, e as BulkDeleteBillableItemsResponse, f as BulkUpdateBillableItemTagsOptions, g as BulkUpdateBillableItemTagsResponse, h as BulkUpdateBillableItemTagsApplicationErrors, i as BulkUpdateBillableItemTagsByFilterOptions, j as BulkUpdateBillableItemTagsByFilterResponse, k as BulkUpdateBillableItemTagsByFilterApplicationErrors, l as BillableItemSearch, S as SearchBillableItemsResponse, m as BillableItemCreatedEnvelope, n as BillableItemDeletedEnvelope, o as BillableItemUpdatedEnvelope, p as BillableItemsQueryBuilder, q as BillableItemQuery, t as typedQueryBillableItems } from './billable-items-v1-billable-item-billable-items.universal-CcP7svT0.js';
3
- export { P as AccountDetails, b0 as AccountInfo, J as ActionEvent, at as Aggregation, aH as AggregationData, au as AggregationKindOneOf, a_ as AggregationResults, a$ as AggregationResultsResultOneOf, aO as AggregationResultsScalarResult, A as AggregationType, be as AggregationTypeWithLiterals, ag as ApplicationError, b1 as BaseEventMetadata, b4 as BillableItemQuerySpec, b5 as BillableItemSearchSpec, b3 as BillableItemsQueryResult, ai as BulkActionMetadata, ah as BulkBillableItemResult, ae as BulkCreateBillableItemsRequest, al as BulkDeleteBillableItemsRequest, am as BulkDeleteBillableItemsResponseBulkBillableItemResult, ap as BulkUpdateBillableItemTagsByFilterRequest, an as BulkUpdateBillableItemTagsRequest, ao as BulkUpdateBillableItemTagsResult, aj as BulkUpdateBillableItemsRequest, ak as BulkUpdateBillableItemsResponseBulkBillableItemResult, bg as CommonQueryWithEntityContext, bh as CommonSearchWithEntityContext, Q as CreateBillableItemRequest, V as CreateBillableItemResponse, a5 as CursorPaging, a7 as CursorPagingMetadata, a2 as CursorQuery, a3 as CursorQueryPagingMethodOneOf, ar as CursorSearch, as as CursorSearchPagingMethodOneOf, a8 as Cursors, aB as DateHistogramAggregation, aW as DateHistogramResult, aY as DateHistogramResults, $ as DeleteBillableItemRequest, a0 as DeleteBillableItemResponse, D as DomainEvent, z as DomainEventBodyOneOf, F as EntityCreatedEvent, H as EntityDeletedEvent, G as EntityUpdatedEvent, b2 as EventMetadata, E as ExtendedFields, X as GetBillableItemRequest, Y as GetBillableItemResponse, aX as GroupByValueResults, L as IdentificationData, O as IdentificationDataIdOneOf, aw as IncludeMissingValuesOptions, ac as InternalCursorPaging, aa as InternalCursorQuery, ab as InternalCursorQueryPagingMethodOneOf, a9 as InternalQueryBillableItemsRequest, ad as InternalQueryBillableItemsResponse, I as Interval, bd as IntervalWithLiterals, af as ItemMetadata, K as MessageEnvelope, v as MissingValues, ba as MissingValuesWithLiterals, x as Mode, bf as ModeWithLiterals, aE as NestedAggregation, aC as NestedAggregationItem, aD as NestedAggregationItemKindOneOf, aK as NestedAggregationResults, aL as NestedAggregationResultsResultOneOf, N as NestedAggregationType, bc as NestedAggregationTypeWithLiterals, aT as NestedResultValue, aU as NestedResultValueResultOneOf, aZ as NestedResults, aP as NestedValueAggregationResult, aG as PagingMetadataV2, a1 as QueryBillableItemsRequest, a6 as QueryBillableItemsResponse, az as RangeAggregation, aJ as RangeAggregationResult, av as RangeBucket, aR as RangeResult, aN as RangeResults, R as RestoreInfo, aV as Results, aA as ScalarAggregation, aS as ScalarResult, w as ScalarType, bb as ScalarTypeWithLiterals, aq as SearchBillableItemsRequest, aF as SearchDetails, u as SortDirection, b9 as SortDirectionWithLiterals, r as SortOrder, b7 as SortOrderWithLiterals, s as SortType, b8 as SortTypeWithLiterals, a4 as Sorting, y as TagList, T as Tags, Z as UpdateBillableItemRequest, _ as UpdateBillableItemResponse, ax as ValueAggregation, ay as ValueAggregationOptionsOneOf, aI as ValueAggregationResult, aQ as ValueResult, aM as ValueResults, W as WebhookIdentityType, b6 as WebhookIdentityTypeWithLiterals } from './billable-items-v1-billable-item-billable-items.universal-CcP7svT0.js';
2
+ import { B as BillableItem, C as CreateBillableItemApplicationErrors, U as UpdateBillableItem, a as BulkCreateBillableItemsOptions, b as BulkCreateBillableItemsResponse, M as MaskedBillableItem, c as BulkUpdateBillableItemsOptions, d as BulkUpdateBillableItemsResponse, e as BulkDeleteBillableItemsResponse, f as BulkUpdateBillableItemTagsOptions, g as BulkUpdateBillableItemTagsResponse, h as BulkUpdateBillableItemTagsApplicationErrors, i as BulkUpdateBillableItemTagsByFilterOptions, j as BulkUpdateBillableItemTagsByFilterResponse, k as BulkUpdateBillableItemTagsByFilterApplicationErrors, l as BillableItemSearch, S as SearchBillableItemsResponse, m as BillableItemCreatedEnvelope, n as BillableItemDeletedEnvelope, o as BillableItemUpdatedEnvelope, p as BillableItemsQueryBuilder, q as BillableItemQuery, t as typedQueryBillableItems } from './billable-items-v1-billable-item-billable-items.universal-Ci84rC6h.js';
3
+ export { P as AccountInfo, J as ActionEvent, at as Aggregation, aH as AggregationData, au as AggregationKindOneOf, a_ as AggregationResults, a$ as AggregationResultsResultOneOf, aO as AggregationResultsScalarResult, A as AggregationType, bd as AggregationTypeWithLiterals, ag as ApplicationError, b0 as BaseEventMetadata, b3 as BillableItemQuerySpec, b4 as BillableItemSearchSpec, b2 as BillableItemsQueryResult, ai as BulkActionMetadata, ah as BulkBillableItemResult, ae as BulkCreateBillableItemsRequest, al as BulkDeleteBillableItemsRequest, am as BulkDeleteBillableItemsResponseBulkBillableItemResult, ap as BulkUpdateBillableItemTagsByFilterRequest, an as BulkUpdateBillableItemTagsRequest, ao as BulkUpdateBillableItemTagsResult, aj as BulkUpdateBillableItemsRequest, ak as BulkUpdateBillableItemsResponseBulkBillableItemResult, bf as CommonQueryWithEntityContext, bg as CommonSearchWithEntityContext, Q as CreateBillableItemRequest, V as CreateBillableItemResponse, a5 as CursorPaging, a7 as CursorPagingMetadata, a2 as CursorQuery, a3 as CursorQueryPagingMethodOneOf, ar as CursorSearch, as as CursorSearchPagingMethodOneOf, a8 as Cursors, aB as DateHistogramAggregation, aW as DateHistogramResult, aY as DateHistogramResults, $ as DeleteBillableItemRequest, a0 as DeleteBillableItemResponse, D as DomainEvent, z as DomainEventBodyOneOf, F as EntityCreatedEvent, H as EntityDeletedEvent, G as EntityUpdatedEvent, b1 as EventMetadata, E as ExtendedFields, X as GetBillableItemRequest, Y as GetBillableItemResponse, aX as GroupByValueResults, L as IdentificationData, O as IdentificationDataIdOneOf, aw as IncludeMissingValuesOptions, ac as InternalCursorPaging, aa as InternalCursorQuery, ab as InternalCursorQueryPagingMethodOneOf, a9 as InternalQueryBillableItemsRequest, ad as InternalQueryBillableItemsResponse, I as Interval, bc as IntervalWithLiterals, af as ItemMetadata, K as MessageEnvelope, v as MissingValues, b9 as MissingValuesWithLiterals, x as Mode, be as ModeWithLiterals, aE as NestedAggregation, aC as NestedAggregationItem, aD as NestedAggregationItemKindOneOf, aK as NestedAggregationResults, aL as NestedAggregationResultsResultOneOf, N as NestedAggregationType, bb as NestedAggregationTypeWithLiterals, aT as NestedResultValue, aU as NestedResultValueResultOneOf, aZ as NestedResults, aP as NestedValueAggregationResult, aG as PagingMetadataV2, a1 as QueryBillableItemsRequest, a6 as QueryBillableItemsResponse, az as RangeAggregation, aJ as RangeAggregationResult, av as RangeBucket, aR as RangeResult, aN as RangeResults, R as RestoreInfo, aV as Results, aA as ScalarAggregation, aS as ScalarResult, w as ScalarType, ba as ScalarTypeWithLiterals, aq as SearchBillableItemsRequest, aF as SearchDetails, u as SortDirection, b8 as SortDirectionWithLiterals, r as SortOrder, b6 as SortOrderWithLiterals, s as SortType, b7 as SortTypeWithLiterals, a4 as Sorting, y as TagList, T as Tags, Z as UpdateBillableItemRequest, _ as UpdateBillableItemResponse, ax as ValueAggregation, ay as ValueAggregationOptionsOneOf, aI as ValueAggregationResult, aQ as ValueResult, aM as ValueResults, W as WebhookIdentityType, b5 as WebhookIdentityTypeWithLiterals } from './billable-items-v1-billable-item-billable-items.universal-Ci84rC6h.js';
4
4
 
5
5
  declare function createBillableItem$1(httpClient: HttpClient): CreateBillableItemSignature;
6
6
  interface CreateBillableItemSignature {