@01.software/sdk 0.43.0 → 0.44.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 +17 -0
- package/README.md +17 -18
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +6 -6
- package/dist/client.d.ts +6 -6
- package/dist/client.js.map +1 -1
- package/dist/{collection-client-gWsA7BVP.d.ts → collection-client-DWooaiTr.d.ts} +3 -3
- package/dist/{collection-client-U70KizLf.d.cts → collection-client-Dyl-CDcj.d.cts} +3 -3
- package/dist/{const-BBynifk0.d.cts → const-1vleZ6ov.d.cts} +1 -1
- package/dist/{const-_WWHU-gX.d.ts → const-pGDnsy0o.d.ts} +1 -1
- package/dist/{index-DPi5NWU8.d.ts → index-DUNySyxV.d.ts} +3 -3
- package/dist/{index-Dg4Y6Aq7.d.cts → index-a6g7vqAD.d.cts} +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js.map +1 -1
- package/dist/{payload-types-DLxkB7Mv.d.cts → payload-types-CDsuOEfM.d.cts} +4 -9
- package/dist/{payload-types-DLxkB7Mv.d.ts → payload-types-CDsuOEfM.d.ts} +4 -9
- package/dist/query.d.cts +5 -5
- package/dist/query.d.ts +5 -5
- package/dist/realtime.d.cts +2 -2
- package/dist/realtime.d.ts +2 -2
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +7 -7
- package/dist/server.d.ts +7 -7
- package/dist/server.js.map +1 -1
- package/dist/{types-Bpx5sYKo.d.cts → types-CDND3hzq.d.cts} +12 -7
- package/dist/{types-B9lGhZlB.d.ts → types-Dt9FJisi.d.ts} +12 -7
- package/dist/{types-B1ngKbWI.d.cts → types-SoXsbKhj.d.cts} +1 -1
- package/dist/{types-BiKNBwRA.d.ts → types-oiae_LMm.d.ts} +1 -1
- package/dist/ui/form.d.cts +1 -1
- package/dist/ui/form.d.ts +1 -1
- package/dist/ui/video.d.cts +1 -1
- package/dist/ui/video.d.ts +1 -1
- package/dist/webhook.d.cts +4 -4
- package/dist/webhook.d.ts +4 -4
- package/package.json +1 -1
package/dist/client.d.cts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { R as ReadOnlyCollectionClient } from './collection-client-
|
|
2
|
-
import { C as CommerceClient, a as CommunityClient, b as ContentClient, E as EventsClient, c as CustomerNamespace, d as CustomerMembershipView, e as ClientState, f as ClientConfig } from './types-
|
|
3
|
-
export { A as AddItemParams, g as ApiQueryOptions, h as ApplyDiscountParams, i as CheckoutParams, j as ClearCartParams, k as ClientMetadata, l as ContentClientOptions, D as DebugConfig, m as DeepPartial, n as ExtractArrayType, P as PayloadFindResponse, o as PayloadMutationResponse, p as PublicCart, q as PublicCartItem, r as PublicCartReference, s as PublicMediaAsset, t as PublicMediaSize, u as PublicOrder, v as PublicOrderItem, w as PublicOrderReference, R as RemoveDiscountParams, x as RemoveItemParams, y as RetryConfig, z as RootClient, z as RootClientType, B as RootCollectionClient, F as RootReadOnlyQueryBuilder, S as Sort, G as StorefrontContentListOptions, H as StorefrontContentReference, I as StorefrontGalleryItem, J as StorefrontGalleryItemsListOptions, K as StorefrontGalleryItemsSort, L as StorefrontLink, M as StorefrontLinksListOptions, N as StorefrontLinksSort, U as UpdateItemParams, W as Where } from './types-
|
|
4
|
-
import './payload-types-
|
|
5
|
-
export { C as Collection, P as PublicCollection } from './const-
|
|
1
|
+
import { R as ReadOnlyCollectionClient } from './collection-client-Dyl-CDcj.cjs';
|
|
2
|
+
import { C as CommerceClient, a as CommunityClient, b as ContentClient, E as EventsClient, c as CustomerNamespace, d as CustomerMembershipView, e as ClientState, f as ClientConfig } from './types-CDND3hzq.cjs';
|
|
3
|
+
export { A as AddItemParams, g as ApiQueryOptions, h as ApplyDiscountParams, i as CheckoutParams, j as ClearCartParams, k as ClientMetadata, l as ContentClientOptions, D as DebugConfig, m as DeepPartial, n as ExtractArrayType, P as PayloadFindResponse, o as PayloadMutationResponse, p as PublicCart, q as PublicCartItem, r as PublicCartReference, s as PublicMediaAsset, t as PublicMediaSize, u as PublicOrder, v as PublicOrderItem, w as PublicOrderReference, R as RemoveDiscountParams, x as RemoveItemParams, y as RetryConfig, z as RootClient, z as RootClientType, B as RootCollectionClient, F as RootReadOnlyQueryBuilder, S as Sort, G as StorefrontContentListOptions, H as StorefrontContentReference, I as StorefrontGalleryItem, J as StorefrontGalleryItemsListOptions, K as StorefrontGalleryItemsSort, L as StorefrontLink, M as StorefrontLinksListOptions, N as StorefrontLinksSort, U as UpdateItemParams, W as Where } from './types-CDND3hzq.cjs';
|
|
4
|
+
import './payload-types-CDsuOEfM.cjs';
|
|
5
|
+
export { C as Collection, P as PublicCollection } from './const-1vleZ6ov.cjs';
|
|
6
6
|
import './metadata.cjs';
|
|
7
|
-
import './types-
|
|
7
|
+
import './types-SoXsbKhj.cjs';
|
|
8
8
|
|
|
9
9
|
declare class Client {
|
|
10
10
|
commerce: CommerceClient;
|
package/dist/client.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { R as ReadOnlyCollectionClient } from './collection-client-
|
|
2
|
-
import { C as CommerceClient, a as CommunityClient, b as ContentClient, E as EventsClient, c as CustomerNamespace, d as CustomerMembershipView, e as ClientState, f as ClientConfig } from './types-
|
|
3
|
-
export { A as AddItemParams, g as ApiQueryOptions, h as ApplyDiscountParams, i as CheckoutParams, j as ClearCartParams, k as ClientMetadata, l as ContentClientOptions, D as DebugConfig, m as DeepPartial, n as ExtractArrayType, P as PayloadFindResponse, o as PayloadMutationResponse, p as PublicCart, q as PublicCartItem, r as PublicCartReference, s as PublicMediaAsset, t as PublicMediaSize, u as PublicOrder, v as PublicOrderItem, w as PublicOrderReference, R as RemoveDiscountParams, x as RemoveItemParams, y as RetryConfig, z as RootClient, z as RootClientType, B as RootCollectionClient, F as RootReadOnlyQueryBuilder, S as Sort, G as StorefrontContentListOptions, H as StorefrontContentReference, I as StorefrontGalleryItem, J as StorefrontGalleryItemsListOptions, K as StorefrontGalleryItemsSort, L as StorefrontLink, M as StorefrontLinksListOptions, N as StorefrontLinksSort, U as UpdateItemParams, W as Where } from './types-
|
|
4
|
-
import './payload-types-
|
|
5
|
-
export { C as Collection, P as PublicCollection } from './const-
|
|
1
|
+
import { R as ReadOnlyCollectionClient } from './collection-client-DWooaiTr.js';
|
|
2
|
+
import { C as CommerceClient, a as CommunityClient, b as ContentClient, E as EventsClient, c as CustomerNamespace, d as CustomerMembershipView, e as ClientState, f as ClientConfig } from './types-Dt9FJisi.js';
|
|
3
|
+
export { A as AddItemParams, g as ApiQueryOptions, h as ApplyDiscountParams, i as CheckoutParams, j as ClearCartParams, k as ClientMetadata, l as ContentClientOptions, D as DebugConfig, m as DeepPartial, n as ExtractArrayType, P as PayloadFindResponse, o as PayloadMutationResponse, p as PublicCart, q as PublicCartItem, r as PublicCartReference, s as PublicMediaAsset, t as PublicMediaSize, u as PublicOrder, v as PublicOrderItem, w as PublicOrderReference, R as RemoveDiscountParams, x as RemoveItemParams, y as RetryConfig, z as RootClient, z as RootClientType, B as RootCollectionClient, F as RootReadOnlyQueryBuilder, S as Sort, G as StorefrontContentListOptions, H as StorefrontContentReference, I as StorefrontGalleryItem, J as StorefrontGalleryItemsListOptions, K as StorefrontGalleryItemsSort, L as StorefrontLink, M as StorefrontLinksListOptions, N as StorefrontLinksSort, U as UpdateItemParams, W as Where } from './types-Dt9FJisi.js';
|
|
4
|
+
import './payload-types-CDsuOEfM.js';
|
|
5
|
+
export { C as Collection, P as PublicCollection } from './const-pGDnsy0o.js';
|
|
6
6
|
import './metadata.js';
|
|
7
|
-
import './types-
|
|
7
|
+
import './types-oiae_LMm.js';
|
|
8
8
|
|
|
9
9
|
declare class Client {
|
|
10
10
|
commerce: CommerceClient;
|