@cimplify/sdk 0.6.8 → 0.6.10

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.
@@ -1,25 +0,0 @@
1
- export { A as AuthService, B as BusinessService, i as CartOperations, b as CatalogueQueries, j as CheckoutOperations, j as CheckoutService, v as CimplifyElement, u as CimplifyElements, x as ELEMENT_TYPES, E as EVENT_TYPES, H as ElementEventType, z as ElementOptions, D as ElementType, y as ElementsOptions, F as FetchQuoteInput, r as FxService, G as GetProductsOptions, I as InventoryService, L as LinkService, q as LiteService, M as MESSAGE_TYPES, O as OrderQueries, P as PriceQuote, d as QuoteBundleSelectionInput, Q as QuoteCompositeSelectionInput, f as QuoteDynamicBuckets, e as QuoteStatus, g as QuoteUiMessage, R as RefreshQuoteInput, h as RefreshQuoteResult, p as SchedulingService, S as SearchOptions, w as createElements, k as generateIdempotencyKey } from './client-FQUyv41r.mjs';
2
- import './payment-Cu75tmUc.mjs';
3
-
4
- type Operator = "==" | "!=" | ">" | "<" | ">=" | "<=" | "contains" | "startsWith";
5
- type SortOrder = "asc" | "desc";
6
- declare class QueryBuilder {
7
- private entity;
8
- private filters;
9
- private modifiers;
10
- private pathSegments;
11
- constructor(entity: string);
12
- path(segment: string): this;
13
- where(field: string, op: Operator, value: unknown): this;
14
- and(field: string, op: Operator, value: unknown): this;
15
- sort(field: string, order?: SortOrder): this;
16
- limit(n: number): this;
17
- offset(n: number): this;
18
- count(): this;
19
- enriched(): this;
20
- build(): string;
21
- toString(): string;
22
- }
23
- declare function query(entity: string): QueryBuilder;
24
-
25
- export { QueryBuilder, query };
@@ -1,25 +0,0 @@
1
- export { A as AuthService, B as BusinessService, i as CartOperations, b as CatalogueQueries, j as CheckoutOperations, j as CheckoutService, v as CimplifyElement, u as CimplifyElements, x as ELEMENT_TYPES, E as EVENT_TYPES, H as ElementEventType, z as ElementOptions, D as ElementType, y as ElementsOptions, F as FetchQuoteInput, r as FxService, G as GetProductsOptions, I as InventoryService, L as LinkService, q as LiteService, M as MESSAGE_TYPES, O as OrderQueries, P as PriceQuote, d as QuoteBundleSelectionInput, Q as QuoteCompositeSelectionInput, f as QuoteDynamicBuckets, e as QuoteStatus, g as QuoteUiMessage, R as RefreshQuoteInput, h as RefreshQuoteResult, p as SchedulingService, S as SearchOptions, w as createElements, k as generateIdempotencyKey } from './client-D4vA6FY_.js';
2
- import './payment-Cu75tmUc.js';
3
-
4
- type Operator = "==" | "!=" | ">" | "<" | ">=" | "<=" | "contains" | "startsWith";
5
- type SortOrder = "asc" | "desc";
6
- declare class QueryBuilder {
7
- private entity;
8
- private filters;
9
- private modifiers;
10
- private pathSegments;
11
- constructor(entity: string);
12
- path(segment: string): this;
13
- where(field: string, op: Operator, value: unknown): this;
14
- and(field: string, op: Operator, value: unknown): this;
15
- sort(field: string, order?: SortOrder): this;
16
- limit(n: number): this;
17
- offset(n: number): this;
18
- count(): this;
19
- enriched(): this;
20
- build(): string;
21
- toString(): string;
22
- }
23
- declare function query(entity: string): QueryBuilder;
24
-
25
- export { QueryBuilder, query };