@neetru/sdk 3.0.0 → 3.0.1
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 +13 -0
- package/README.md +25 -0
- package/dist/auth.cjs.map +1 -1
- package/dist/auth.d.cts +1 -2
- package/dist/auth.d.ts +1 -2
- package/dist/auth.mjs.map +1 -1
- package/dist/catalog.d.cts +1 -2
- package/dist/catalog.d.ts +1 -2
- package/dist/checkout.d.cts +1 -2
- package/dist/checkout.d.ts +1 -2
- package/dist/db.cjs.map +1 -1
- package/dist/db.d.cts +1 -2
- package/dist/db.d.ts +1 -2
- package/dist/db.mjs.map +1 -1
- package/dist/entitlements.d.cts +1 -2
- package/dist/entitlements.d.ts +1 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/mocks.d.cts +1 -2
- package/dist/mocks.d.ts +1 -2
- package/dist/notifications.d.cts +1 -2
- package/dist/notifications.d.ts +1 -2
- package/dist/react.d.cts +1 -2
- package/dist/react.d.ts +1 -2
- package/dist/support.d.cts +1 -2
- package/dist/support.d.ts +1 -2
- package/dist/telemetry.cjs.map +1 -1
- package/dist/telemetry.d.cts +1 -2
- package/dist/telemetry.d.ts +1 -2
- package/dist/telemetry.mjs.map +1 -1
- package/dist/{types-dw19bdID.d.ts → types-DALIhcbq.d.ts} +20 -25
- package/dist/{types-DLOvkeAP.d.cts → types-Lfd3LiAF.d.cts} +20 -25
- package/dist/usage.d.cts +1 -2
- package/dist/usage.d.ts +1 -2
- package/dist/webhooks.d.cts +1 -2
- package/dist/webhooks.d.ts +1 -2
- package/package.json +1 -2
package/dist/catalog.d.cts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { I as ResolvedConfig, C as CatalogListOptions, b as CatalogListResponse, P as Product } from './types-
|
|
1
|
+
import { I as ResolvedConfig, C as CatalogListOptions, b as CatalogListResponse, P as Product } from './types-Lfd3LiAF.cjs';
|
|
2
2
|
import './collection-ref-DqAAhuhX.cjs';
|
|
3
|
-
import '@neetru/realtime-protocol';
|
|
4
3
|
import 'drizzle-orm/node-postgres';
|
|
5
4
|
import './errors.cjs';
|
|
6
5
|
|
package/dist/catalog.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { I as ResolvedConfig, C as CatalogListOptions, b as CatalogListResponse, P as Product } from './types-
|
|
1
|
+
import { I as ResolvedConfig, C as CatalogListOptions, b as CatalogListResponse, P as Product } from './types-DALIhcbq.js';
|
|
2
2
|
import './collection-ref-DqAAhuhX.js';
|
|
3
|
-
import '@neetru/realtime-protocol';
|
|
4
3
|
import 'drizzle-orm/node-postgres';
|
|
5
4
|
import './errors.js';
|
|
6
5
|
|
package/dist/checkout.d.cts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export { c as CheckoutIntentInfo, d as CheckoutIntentStatus, e as CheckoutNamespace, f as CheckoutStartInput, g as CheckoutStartResult, h as CheckoutTenantType, M as MockCheckout, a6 as createCheckoutNamespace } from './types-
|
|
1
|
+
export { c as CheckoutIntentInfo, d as CheckoutIntentStatus, e as CheckoutNamespace, f as CheckoutStartInput, g as CheckoutStartResult, h as CheckoutTenantType, M as MockCheckout, a6 as createCheckoutNamespace } from './types-Lfd3LiAF.cjs';
|
|
2
2
|
import './collection-ref-DqAAhuhX.cjs';
|
|
3
|
-
import '@neetru/realtime-protocol';
|
|
4
3
|
import 'drizzle-orm/node-postgres';
|
|
5
4
|
import './errors.cjs';
|
package/dist/checkout.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export { c as CheckoutIntentInfo, d as CheckoutIntentStatus, e as CheckoutNamespace, f as CheckoutStartInput, g as CheckoutStartResult, h as CheckoutTenantType, M as MockCheckout, a6 as createCheckoutNamespace } from './types-
|
|
1
|
+
export { c as CheckoutIntentInfo, d as CheckoutIntentStatus, e as CheckoutNamespace, f as CheckoutStartInput, g as CheckoutStartResult, h as CheckoutTenantType, M as MockCheckout, a6 as createCheckoutNamespace } from './types-DALIhcbq.js';
|
|
2
2
|
import './collection-ref-DqAAhuhX.js';
|
|
3
|
-
import '@neetru/realtime-protocol';
|
|
4
3
|
import 'drizzle-orm/node-postgres';
|
|
5
4
|
import './errors.js';
|