@fragno-dev/stripe 1.0.0 → 2.0.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/dist/browser/client/react.d.ts +4 -4
- package/dist/browser/client/react.js +1 -1
- package/dist/browser/client/solid.d.ts +4 -4
- package/dist/browser/client/solid.js +1 -1
- package/dist/browser/client/svelte.d.ts +4 -4
- package/dist/browser/client/svelte.js +1 -1
- package/dist/browser/client/vanilla.d.ts +4 -4
- package/dist/browser/client/vanilla.js +1 -1
- package/dist/browser/client/vue.js +15 -1
- package/dist/browser/client/vue.js.map +1 -1
- package/dist/browser/index.d.ts +15 -14
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/browser/{src-Cw3xL5oQ.js → src-D1l5aeYY.js} +171 -8
- package/dist/browser/src-D1l5aeYY.js.map +1 -0
- package/dist/node/index.d.ts +15 -14
- package/dist/node/index.d.ts.map +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +11 -11
- package/dist/browser/src-Cw3xL5oQ.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as zod619 from "zod";
|
|
2
2
|
import * as zod_v4_core48 from "zod/v4/core";
|
|
3
3
|
import * as _fragno_dev_core_react0 from "@fragno-dev/core/react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as _fragno_dev_core_api6 from "@fragno-dev/core/api";
|
|
5
5
|
import { FragnoPublicClientConfig } from "@fragno-dev/core/client";
|
|
6
6
|
|
|
7
7
|
//#region src/client/react.d.ts
|
|
@@ -123,13 +123,13 @@ declare function createStripeFragmentClient(config?: FragnoPublicClientConfig):
|
|
|
123
123
|
updatedAt: zod619.ZodDate;
|
|
124
124
|
}, zod_v4_core48.$strip>>;
|
|
125
125
|
}, zod_v4_core48.$strip>, string, string>;
|
|
126
|
-
useBillingPortal: _fragno_dev_core_react0.FragnoReactMutator<
|
|
126
|
+
useBillingPortal: _fragno_dev_core_react0.FragnoReactMutator<_fragno_dev_core_api6.NonGetHTTPMethod, "/portal", zod619.ZodObject<{
|
|
127
127
|
returnUrl: zod619.ZodURL;
|
|
128
128
|
}, zod_v4_core48.$strip> | undefined, zod619.ZodObject<{
|
|
129
129
|
url: zod619.ZodURL;
|
|
130
130
|
redirect: zod619.ZodBoolean;
|
|
131
131
|
}, zod_v4_core48.$strip> | undefined, "NO_STRIPE_CUSTOMER_FOR_ENTITY", string>;
|
|
132
|
-
upgradeSubscription: _fragno_dev_core_react0.FragnoReactMutator<
|
|
132
|
+
upgradeSubscription: _fragno_dev_core_react0.FragnoReactMutator<_fragno_dev_core_api6.NonGetHTTPMethod, "/subscription/upgrade", zod619.ZodObject<{
|
|
133
133
|
priceId: zod619.ZodString;
|
|
134
134
|
quantity: zod619.ZodNumber;
|
|
135
135
|
successUrl: zod619.ZodURL;
|
|
@@ -142,7 +142,7 @@ declare function createStripeFragmentClient(config?: FragnoPublicClientConfig):
|
|
|
142
142
|
redirect: zod619.ZodBoolean;
|
|
143
143
|
sessionId: zod619.ZodOptional<zod619.ZodString>;
|
|
144
144
|
}, zod_v4_core48.$strip> | undefined, "MISSING_CUSTOMER_INFO" | "SUBSCRIPTION_NOT_FOUND" | "CUSTOMER_SUBSCRIPTION_MISMATCH" | "UPGRADE_HAS_NO_EFFECT" | "SUBSCRIPTION_UPDATE_NOT_ALLOWED" | "SUBSCRIPTION_UPDATE_PROMO_CODE_NOT_ALLOWED" | "PROMOTION_CODE_CUSTOMER_NOT_FIRST_TIME" | "MULTIPLE_ACTIVE_SUBSCRIPTIONS" | "NO_ACTIVE_SUBSCRIPTIONS", string>;
|
|
145
|
-
cancelSubscription: _fragno_dev_core_react0.FragnoReactMutator<
|
|
145
|
+
cancelSubscription: _fragno_dev_core_react0.FragnoReactMutator<_fragno_dev_core_api6.NonGetHTTPMethod, "/subscription/cancel", zod619.ZodObject<{
|
|
146
146
|
returnUrl: zod619.ZodURL;
|
|
147
147
|
subscriptionId: zod619.ZodOptional<zod619.ZodString>;
|
|
148
148
|
}, zod_v4_core48.$strip> | undefined, zod619.ZodObject<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createStripeFragmentClients, isGetHook, isMutatorHook, isReadableAtom, isStore } from "../src-
|
|
1
|
+
import { createStripeFragmentClients, isGetHook, isMutatorHook, isReadableAtom, isStore } from "../src-D1l5aeYY.js";
|
|
2
2
|
import { useCallback, useMemo, useRef, useSyncExternalStore } from "react";
|
|
3
3
|
|
|
4
4
|
//#region ../../node_modules/.pnpm/nanostores@1.1.0/node_modules/nanostores/listen-keys/index.js
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as zod819 from "zod";
|
|
2
2
|
import * as zod_v4_core63 from "zod/v4/core";
|
|
3
|
-
import * as
|
|
3
|
+
import * as _fragno_dev_core_api9 from "@fragno-dev/core/api";
|
|
4
4
|
import { FragnoPublicClientConfig } from "@fragno-dev/core/client";
|
|
5
5
|
import * as _fragno_dev_core_solid0 from "@fragno-dev/core/solid";
|
|
6
6
|
|
|
@@ -123,13 +123,13 @@ declare function createStripeFragmentClient(config?: FragnoPublicClientConfig):
|
|
|
123
123
|
updatedAt: zod819.ZodDate;
|
|
124
124
|
}, zod_v4_core63.$strip>>;
|
|
125
125
|
}, zod_v4_core63.$strip>, string, string>;
|
|
126
|
-
useBillingPortal: _fragno_dev_core_solid0.FragnoSolidMutator<
|
|
126
|
+
useBillingPortal: _fragno_dev_core_solid0.FragnoSolidMutator<_fragno_dev_core_api9.NonGetHTTPMethod, "/portal", zod819.ZodObject<{
|
|
127
127
|
returnUrl: zod819.ZodURL;
|
|
128
128
|
}, zod_v4_core63.$strip> | undefined, zod819.ZodObject<{
|
|
129
129
|
url: zod819.ZodURL;
|
|
130
130
|
redirect: zod819.ZodBoolean;
|
|
131
131
|
}, zod_v4_core63.$strip> | undefined, "NO_STRIPE_CUSTOMER_FOR_ENTITY", string>;
|
|
132
|
-
upgradeSubscription: _fragno_dev_core_solid0.FragnoSolidMutator<
|
|
132
|
+
upgradeSubscription: _fragno_dev_core_solid0.FragnoSolidMutator<_fragno_dev_core_api9.NonGetHTTPMethod, "/subscription/upgrade", zod819.ZodObject<{
|
|
133
133
|
priceId: zod819.ZodString;
|
|
134
134
|
quantity: zod819.ZodNumber;
|
|
135
135
|
successUrl: zod819.ZodURL;
|
|
@@ -142,7 +142,7 @@ declare function createStripeFragmentClient(config?: FragnoPublicClientConfig):
|
|
|
142
142
|
redirect: zod819.ZodBoolean;
|
|
143
143
|
sessionId: zod819.ZodOptional<zod819.ZodString>;
|
|
144
144
|
}, zod_v4_core63.$strip> | undefined, "MISSING_CUSTOMER_INFO" | "SUBSCRIPTION_NOT_FOUND" | "CUSTOMER_SUBSCRIPTION_MISMATCH" | "UPGRADE_HAS_NO_EFFECT" | "SUBSCRIPTION_UPDATE_NOT_ALLOWED" | "SUBSCRIPTION_UPDATE_PROMO_CODE_NOT_ALLOWED" | "PROMOTION_CODE_CUSTOMER_NOT_FIRST_TIME" | "MULTIPLE_ACTIVE_SUBSCRIPTIONS" | "NO_ACTIVE_SUBSCRIPTIONS", string>;
|
|
145
|
-
cancelSubscription: _fragno_dev_core_solid0.FragnoSolidMutator<
|
|
145
|
+
cancelSubscription: _fragno_dev_core_solid0.FragnoSolidMutator<_fragno_dev_core_api9.NonGetHTTPMethod, "/subscription/cancel", zod819.ZodObject<{
|
|
146
146
|
returnUrl: zod819.ZodURL;
|
|
147
147
|
subscriptionId: zod819.ZodOptional<zod819.ZodString>;
|
|
148
148
|
}, zod_v4_core63.$strip> | undefined, zod819.ZodObject<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { atom, createStripeFragmentClients, isGetHook, isMutatorHook, isReadableAtom, isStore } from "../src-
|
|
1
|
+
import { atom, createStripeFragmentClients, isGetHook, isMutatorHook, isReadableAtom, isStore } from "../src-D1l5aeYY.js";
|
|
2
2
|
import { createStore, reconcile } from "solid-js/store";
|
|
3
3
|
import { createEffect, onCleanup } from "solid-js";
|
|
4
4
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as zod1019 from "zod";
|
|
2
2
|
import * as zod_v4_core78 from "zod/v4/core";
|
|
3
|
-
import * as
|
|
3
|
+
import * as _fragno_dev_core_api12 from "@fragno-dev/core/api";
|
|
4
4
|
import { FragnoPublicClientConfig } from "@fragno-dev/core/client";
|
|
5
5
|
import * as _fragno_dev_core_svelte0 from "@fragno-dev/core/svelte";
|
|
6
6
|
|
|
@@ -123,13 +123,13 @@ declare function createStripeFragmentClient(config?: FragnoPublicClientConfig):
|
|
|
123
123
|
updatedAt: zod1019.ZodDate;
|
|
124
124
|
}, zod_v4_core78.$strip>>;
|
|
125
125
|
}, zod_v4_core78.$strip>, string, string>;
|
|
126
|
-
useBillingPortal: _fragno_dev_core_svelte0.FragnoSvelteMutator<
|
|
126
|
+
useBillingPortal: _fragno_dev_core_svelte0.FragnoSvelteMutator<_fragno_dev_core_api12.NonGetHTTPMethod, "/portal", zod1019.ZodObject<{
|
|
127
127
|
returnUrl: zod1019.ZodURL;
|
|
128
128
|
}, zod_v4_core78.$strip> | undefined, zod1019.ZodObject<{
|
|
129
129
|
url: zod1019.ZodURL;
|
|
130
130
|
redirect: zod1019.ZodBoolean;
|
|
131
131
|
}, zod_v4_core78.$strip> | undefined, "NO_STRIPE_CUSTOMER_FOR_ENTITY", string>;
|
|
132
|
-
upgradeSubscription: _fragno_dev_core_svelte0.FragnoSvelteMutator<
|
|
132
|
+
upgradeSubscription: _fragno_dev_core_svelte0.FragnoSvelteMutator<_fragno_dev_core_api12.NonGetHTTPMethod, "/subscription/upgrade", zod1019.ZodObject<{
|
|
133
133
|
priceId: zod1019.ZodString;
|
|
134
134
|
quantity: zod1019.ZodNumber;
|
|
135
135
|
successUrl: zod1019.ZodURL;
|
|
@@ -142,7 +142,7 @@ declare function createStripeFragmentClient(config?: FragnoPublicClientConfig):
|
|
|
142
142
|
redirect: zod1019.ZodBoolean;
|
|
143
143
|
sessionId: zod1019.ZodOptional<zod1019.ZodString>;
|
|
144
144
|
}, zod_v4_core78.$strip> | undefined, "MISSING_CUSTOMER_INFO" | "SUBSCRIPTION_NOT_FOUND" | "CUSTOMER_SUBSCRIPTION_MISMATCH" | "UPGRADE_HAS_NO_EFFECT" | "SUBSCRIPTION_UPDATE_NOT_ALLOWED" | "SUBSCRIPTION_UPDATE_PROMO_CODE_NOT_ALLOWED" | "PROMOTION_CODE_CUSTOMER_NOT_FIRST_TIME" | "MULTIPLE_ACTIVE_SUBSCRIPTIONS" | "NO_ACTIVE_SUBSCRIPTIONS", string>;
|
|
145
|
-
cancelSubscription: _fragno_dev_core_svelte0.FragnoSvelteMutator<
|
|
145
|
+
cancelSubscription: _fragno_dev_core_svelte0.FragnoSvelteMutator<_fragno_dev_core_api12.NonGetHTTPMethod, "/subscription/cancel", zod1019.ZodObject<{
|
|
146
146
|
returnUrl: zod1019.ZodURL;
|
|
147
147
|
subscriptionId: zod1019.ZodOptional<zod1019.ZodString>;
|
|
148
148
|
}, zod_v4_core78.$strip> | undefined, zod1019.ZodObject<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { atom, createStripeFragmentClients, isGetHook, isMutatorHook, isStore } from "../src-
|
|
1
|
+
import { atom, createStripeFragmentClients, isGetHook, isMutatorHook, isStore } from "../src-D1l5aeYY.js";
|
|
2
2
|
import { get, writable } from "svelte/store";
|
|
3
3
|
import { onDestroy } from "svelte";
|
|
4
4
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as zod1219 from "zod";
|
|
2
2
|
import * as zod_v4_core93 from "zod/v4/core";
|
|
3
|
-
import * as
|
|
3
|
+
import * as _fragno_dev_core_api15 from "@fragno-dev/core/api";
|
|
4
4
|
import { FragnoPublicClientConfig } from "@fragno-dev/core/client";
|
|
5
5
|
import * as _fragno_dev_core_vanilla0 from "@fragno-dev/core/vanilla";
|
|
6
6
|
|
|
@@ -123,13 +123,13 @@ declare function createStripeFragmentClient(config?: FragnoPublicClientConfig):
|
|
|
123
123
|
updatedAt: zod1219.ZodDate;
|
|
124
124
|
}, zod_v4_core93.$strip>>;
|
|
125
125
|
}, zod_v4_core93.$strip>, string, string>;
|
|
126
|
-
useBillingPortal: _fragno_dev_core_vanilla0.FragnoVanillaMutator<
|
|
126
|
+
useBillingPortal: _fragno_dev_core_vanilla0.FragnoVanillaMutator<_fragno_dev_core_api15.NonGetHTTPMethod, "/portal", zod1219.ZodObject<{
|
|
127
127
|
returnUrl: zod1219.ZodURL;
|
|
128
128
|
}, zod_v4_core93.$strip> | undefined, zod1219.ZodObject<{
|
|
129
129
|
url: zod1219.ZodURL;
|
|
130
130
|
redirect: zod1219.ZodBoolean;
|
|
131
131
|
}, zod_v4_core93.$strip> | undefined, "NO_STRIPE_CUSTOMER_FOR_ENTITY", string>;
|
|
132
|
-
upgradeSubscription: _fragno_dev_core_vanilla0.FragnoVanillaMutator<
|
|
132
|
+
upgradeSubscription: _fragno_dev_core_vanilla0.FragnoVanillaMutator<_fragno_dev_core_api15.NonGetHTTPMethod, "/subscription/upgrade", zod1219.ZodObject<{
|
|
133
133
|
priceId: zod1219.ZodString;
|
|
134
134
|
quantity: zod1219.ZodNumber;
|
|
135
135
|
successUrl: zod1219.ZodURL;
|
|
@@ -142,7 +142,7 @@ declare function createStripeFragmentClient(config?: FragnoPublicClientConfig):
|
|
|
142
142
|
redirect: zod1219.ZodBoolean;
|
|
143
143
|
sessionId: zod1219.ZodOptional<zod1219.ZodString>;
|
|
144
144
|
}, zod_v4_core93.$strip> | undefined, "MISSING_CUSTOMER_INFO" | "SUBSCRIPTION_NOT_FOUND" | "CUSTOMER_SUBSCRIPTION_MISMATCH" | "UPGRADE_HAS_NO_EFFECT" | "SUBSCRIPTION_UPDATE_NOT_ALLOWED" | "SUBSCRIPTION_UPDATE_PROMO_CODE_NOT_ALLOWED" | "PROMOTION_CODE_CUSTOMER_NOT_FIRST_TIME" | "MULTIPLE_ACTIVE_SUBSCRIPTIONS" | "NO_ACTIVE_SUBSCRIPTIONS", string>;
|
|
145
|
-
cancelSubscription: _fragno_dev_core_vanilla0.FragnoVanillaMutator<
|
|
145
|
+
cancelSubscription: _fragno_dev_core_vanilla0.FragnoVanillaMutator<_fragno_dev_core_api15.NonGetHTTPMethod, "/subscription/cancel", zod1219.ZodObject<{
|
|
146
146
|
returnUrl: zod1219.ZodURL;
|
|
147
147
|
subscriptionId: zod1219.ZodOptional<zod1219.ZodString>;
|
|
148
148
|
}, zod_v4_core93.$strip> | undefined, zod1219.ZodObject<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { atom, createStripeFragmentClients, isGetHook, isMutatorHook } from "../src-
|
|
1
|
+
import { atom, createStripeFragmentClients, isGetHook, isMutatorHook, isReadableAtom, isStore } from "../src-D1l5aeYY.js";
|
|
2
2
|
import { computed, getCurrentScope, isRef, onScopeDispose, ref, shallowRef, watch } from "vue";
|
|
3
3
|
|
|
4
4
|
//#region ../fragno/dist/client/vue.js
|
|
@@ -79,6 +79,19 @@ function createVueMutator(hook) {
|
|
|
79
79
|
};
|
|
80
80
|
};
|
|
81
81
|
}
|
|
82
|
+
function createVueStore(hook) {
|
|
83
|
+
if (isReadableAtom(hook.obj)) return () => useStore(hook.obj).value;
|
|
84
|
+
return () => {
|
|
85
|
+
const result = {};
|
|
86
|
+
for (const key in hook.obj) {
|
|
87
|
+
if (!Object.prototype.hasOwnProperty.call(hook.obj, key)) continue;
|
|
88
|
+
const value = hook.obj[key];
|
|
89
|
+
if (isReadableAtom(value)) result[key] = useStore(value).value;
|
|
90
|
+
else result[key] = value;
|
|
91
|
+
}
|
|
92
|
+
return result;
|
|
93
|
+
};
|
|
94
|
+
}
|
|
82
95
|
function useFragno(clientObj) {
|
|
83
96
|
const result = {};
|
|
84
97
|
for (const key in clientObj) {
|
|
@@ -86,6 +99,7 @@ function useFragno(clientObj) {
|
|
|
86
99
|
const hook = clientObj[key];
|
|
87
100
|
if (isGetHook(hook)) result[key] = createVueHook(hook);
|
|
88
101
|
else if (isMutatorHook(hook)) result[key] = createVueMutator(hook);
|
|
102
|
+
else if (isStore(hook)) result[key] = createVueStore(hook);
|
|
89
103
|
else result[key] = hook;
|
|
90
104
|
}
|
|
91
105
|
return result;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vue.js","names":["isGetHook","isMutatorHook","atom","computed","computed$1","getCurrentScope","isRef","onScopeDispose","ref","shallowRef","watch","refToAtom","ref$1","a","value","newVal","set","createVueHook","hook","path","query","pathParams","queryParams","key","Object","entries","v","store","data","loading","error","unsubscribe","subscribe","updatedStoreValue","createVueMutator","useStore","mutatorStore","mutate","args","body","
|
|
1
|
+
{"version":3,"file":"vue.js","names":["isReadableAtom","isGetHook","isMutatorHook","isStore","atom","computed","computed$1","getCurrentScope","isRef","onScopeDispose","ref","shallowRef","watch","refToAtom","ref$1","a","value","newVal","set","createVueHook","hook","path","query","pathParams","queryParams","key","Object","entries","v","store","data","loading","error","unsubscribe","subscribe","updatedStoreValue","createVueMutator","useStore","mutatorStore","mutate","args","body","createVueStore","obj","result","prototype","hasOwnProperty","call","useFragno","clientObj","state","useFragno","createStripeFragmentClients","FragnoPublicClientConfig","createStripeFragmentClient","config"],"sources":["../../../../fragno/dist/client/vue.js","../../../src/client/vue.ts"],"sourcesContent":["import { isReadableAtom } from \"../util/nanostores.js\";\nimport { isGetHook, isMutatorHook, isStore } from \"./client.js\";\nimport { atom } from \"nanostores\";\nimport { computed as computed$1, getCurrentScope, isRef, onScopeDispose, ref, shallowRef, watch } from \"vue\";\n\n//#region src/client/vue.ts\n/**\n* Converts a Vue Ref to a NanoStore Atom.\n*\n* This is used to convert Vue refs to atoms, so that we can use them in the store.\n*\n* @private\n*/\nfunction refToAtom(ref$1) {\n\tconst a = atom(ref$1.value);\n\twatch(ref$1, (newVal) => {\n\t\ta.set(newVal);\n\t});\n\treturn a;\n}\nfunction createVueHook(hook) {\n\treturn ({ path, query } = {}) => {\n\t\tconst pathParams = {};\n\t\tconst queryParams = {};\n\t\tfor (const [key, value] of Object.entries(path ?? {})) {\n\t\t\tconst v = value;\n\t\t\tpathParams[key] = isRef(v) ? refToAtom(v) : v;\n\t\t}\n\t\tfor (const [key, value] of Object.entries(query ?? {})) {\n\t\t\tconst v = value;\n\t\t\tqueryParams[key] = isRef(v) ? refToAtom(v) : v;\n\t\t}\n\t\tconst store = hook.store({\n\t\t\tpath: pathParams,\n\t\t\tquery: queryParams\n\t\t});\n\t\tconst data = ref();\n\t\tconst loading = ref();\n\t\tconst error = ref();\n\t\tconst unsubscribe = store.subscribe((updatedStoreValue) => {\n\t\t\tdata.value = updatedStoreValue.data;\n\t\t\tloading.value = updatedStoreValue.loading;\n\t\t\terror.value = updatedStoreValue.error;\n\t\t});\n\t\tif (getCurrentScope()) onScopeDispose(() => {\n\t\t\tunsubscribe();\n\t\t});\n\t\treturn {\n\t\t\tdata,\n\t\t\tloading,\n\t\t\terror\n\t\t};\n\t};\n}\nfunction createVueMutator(hook) {\n\treturn () => {\n\t\tconst store = useStore(hook.mutatorStore);\n\t\tconst mutate = async (args) => {\n\t\t\tconst { body, path, query } = args;\n\t\t\tconst pathParams = {};\n\t\t\tconst queryParams = {};\n\t\t\tfor (const [key, value] of Object.entries(path ?? {})) {\n\t\t\t\tconst v = value;\n\t\t\t\tpathParams[key] = isRef(v) ? v.value : v;\n\t\t\t}\n\t\t\tfor (const [key, value] of Object.entries(query ?? {})) {\n\t\t\t\tconst v = value;\n\t\t\t\tqueryParams[key] = isRef(v) ? v.value : v;\n\t\t\t}\n\t\t\treturn store.value.mutate({\n\t\t\t\tbody,\n\t\t\t\tpath: pathParams,\n\t\t\t\tquery: queryParams\n\t\t\t});\n\t\t};\n\t\treturn {\n\t\t\tmutate,\n\t\t\tloading: computed$1(() => store.value.loading),\n\t\t\terror: computed$1(() => store.value.error),\n\t\t\tdata: computed$1(() => store.value.data)\n\t\t};\n\t};\n}\nfunction createVueStore(hook) {\n\tif (isReadableAtom(hook.obj)) return (() => useStore(hook.obj).value);\n\treturn (() => {\n\t\tconst result = {};\n\t\tfor (const key in hook.obj) {\n\t\t\tif (!Object.prototype.hasOwnProperty.call(hook.obj, key)) continue;\n\t\t\tconst value = hook.obj[key];\n\t\t\tif (isReadableAtom(value)) result[key] = useStore(value).value;\n\t\t\telse result[key] = value;\n\t\t}\n\t\treturn result;\n\t});\n}\nfunction useFragno(clientObj) {\n\tconst result = {};\n\tfor (const key in clientObj) {\n\t\tif (!Object.prototype.hasOwnProperty.call(clientObj, key)) continue;\n\t\tconst hook = clientObj[key];\n\t\tif (isGetHook(hook)) result[key] = createVueHook(hook);\n\t\telse if (isMutatorHook(hook)) result[key] = createVueMutator(hook);\n\t\telse if (isStore(hook)) result[key] = createVueStore(hook);\n\t\telse result[key] = hook;\n\t}\n\treturn result;\n}\nfunction useStore(store) {\n\tconst state = shallowRef();\n\tconst unsubscribe = store.subscribe((value) => {\n\t\tstate.value = value;\n\t});\n\tif (getCurrentScope()) onScopeDispose(unsubscribe);\n\treturn state;\n}\n\n//#endregion\nexport { refToAtom, useFragno, useStore };\n//# sourceMappingURL=vue.js.map","import { useFragno } from \"@fragno-dev/core/vue\";\nimport { createStripeFragmentClients } from \"..\";\nimport type { FragnoPublicClientConfig } from \"@fragno-dev/core/client\";\n\nexport function createStripeFragmentClient(config: FragnoPublicClientConfig = {}) {\n return useFragno(createStripeFragmentClients(config));\n}\n"],"mappings":"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"}
|
package/dist/browser/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _fragno_dev_core10 from "@fragno-dev/core";
|
|
2
2
|
import * as _fragno_dev_core0 from "@fragno-dev/core";
|
|
3
3
|
import { FragnoRouteConfig } from "@fragno-dev/core";
|
|
4
4
|
import * as zod199 from "zod";
|
|
@@ -8,7 +8,8 @@ import * as _fragno_dev_core_api2 from "@fragno-dev/core/api";
|
|
|
8
8
|
import * as _fragno_dev_core_client0 from "@fragno-dev/core/client";
|
|
9
9
|
import { FragnoPublicClientConfig } from "@fragno-dev/core/client";
|
|
10
10
|
import * as _standard_schema_spec0 from "@standard-schema/spec";
|
|
11
|
-
import * as
|
|
11
|
+
import * as _fragno_dev_db56 from "@fragno-dev/db";
|
|
12
|
+
import * as _fragno_dev_db42 from "@fragno-dev/db";
|
|
12
13
|
import * as _fragno_dev_db0 from "@fragno-dev/db";
|
|
13
14
|
import { FragnoPublicConfigWithDatabase } from "@fragno-dev/db";
|
|
14
15
|
import * as stripe0 from "stripe";
|
|
@@ -18,14 +19,14 @@ import { TableToInsertValues } from "@fragno-dev/db/query";
|
|
|
18
19
|
import * as _fragno_dev_db_schema125 from "@fragno-dev/db/schema";
|
|
19
20
|
import * as _fragno_dev_db_schema93 from "@fragno-dev/db/schema";
|
|
20
21
|
import * as _fragno_dev_db_schema0 from "@fragno-dev/db/schema";
|
|
21
|
-
import * as
|
|
22
|
+
import * as _fragno_dev_db_fragment_definition_builder0$1 from "@fragno-dev/db/fragment-definition-builder";
|
|
22
23
|
import * as _fragno_dev_db_fragment_definition_builder0 from "@fragno-dev/db/fragment-definition-builder";
|
|
23
24
|
|
|
24
25
|
//#region src/database/schema.d.ts
|
|
25
26
|
/**
|
|
26
27
|
* Database schema for subscriptions that are linked to external stripe subscriptions.
|
|
27
28
|
*/
|
|
28
|
-
declare const stripeSchema: _fragno_dev_db_schema125.Schema<Record<"subscription", _fragno_dev_db_schema125.Table<Record<string, _fragno_dev_db_schema125.AnyColumn> & Record<"id", _fragno_dev_db_schema125.IdColumn<"varchar(30)", string | _fragno_dev_db_schema125.FragnoId | null, _fragno_dev_db_schema125.FragnoId>> & Record<"referenceId", _fragno_dev_db_schema125.Column<"string", string | null, string | null>> & Record<"stripePriceId", _fragno_dev_db_schema125.Column<"string", string, string>> & Record<"stripeCustomerId", _fragno_dev_db_schema125.Column<"string", string, string>> & Record<"stripeSubscriptionId", _fragno_dev_db_schema125.Column<"string", string, string>> & Record<"status", _fragno_dev_db_schema125.Column<"string", string | null, string>> & Record<"periodStart", _fragno_dev_db_schema125.Column<"timestamp", Date | null, Date | null>> & Record<"periodEnd", _fragno_dev_db_schema125.Column<"timestamp", Date | null, Date | null>> & Record<"trialStart", _fragno_dev_db_schema125.Column<"timestamp", Date | null, Date | null>> & Record<"trialEnd", _fragno_dev_db_schema125.Column<"timestamp", Date | null, Date | null>> & Record<"cancelAtPeriodEnd", _fragno_dev_db_schema125.Column<"bool", boolean | null, boolean>> & Record<"cancelAt", _fragno_dev_db_schema125.Column<"timestamp", Date | null, Date | null>> & Record<"seats", _fragno_dev_db_schema125.Column<"integer", number | null, number | null>> & Record<"createdAt", _fragno_dev_db_schema125.Column<"timestamp", Date | null, Date>> & Record<"updatedAt", _fragno_dev_db_schema125.Column<"timestamp", Date | null, Date>>, Record<string, _fragno_dev_db_schema125.AnyRelation>, Record<string, _fragno_dev_db_schema125.Index<_fragno_dev_db_schema125.AnyColumn[], readonly string[]>> & Record<"idx_stripe_customer_id", _fragno_dev_db_schema125.Index<readonly [_fragno_dev_db_schema125.Column<"string", string, string>] & _fragno_dev_db_schema125.AnyColumn[], readonly ["stripeCustomerId"]>> & Record<"idx_stripe_subscription_id", _fragno_dev_db_schema125.Index<readonly [_fragno_dev_db_schema125.Column<"string", string, string>] & _fragno_dev_db_schema125.AnyColumn[], readonly ["stripeSubscriptionId"]>> & Record<"idx_reference_id", _fragno_dev_db_schema125.Index<readonly [_fragno_dev_db_schema125.Column<"string", string | null, string | null>] & _fragno_dev_db_schema125.AnyColumn[], readonly ["referenceId"]>>>>>;
|
|
29
|
+
declare const stripeSchema: _fragno_dev_db_schema125.Schema<Record<"subscription", _fragno_dev_db_schema125.Table<Record<string, _fragno_dev_db_schema125.AnyColumn> & Record<"id", _fragno_dev_db_schema125.IdColumn<"varchar(30)", string | _fragno_dev_db_schema125.FragnoId | null, _fragno_dev_db_schema125.FragnoId>> & Record<"referenceId", _fragno_dev_db_schema125.Column<"string", string | null, string | null>> & Record<"stripePriceId", _fragno_dev_db_schema125.Column<"string", string, string>> & Record<"stripeCustomerId", _fragno_dev_db_schema125.Column<"string", string, string>> & Record<"stripeSubscriptionId", _fragno_dev_db_schema125.Column<"string", string, string>> & Record<"status", _fragno_dev_db_schema125.Column<"string", string | null, string>> & Record<"periodStart", _fragno_dev_db_schema125.Column<"timestamp", (_fragno_dev_db56.DbNow | Date) | null, Date | null>> & Record<"periodEnd", _fragno_dev_db_schema125.Column<"timestamp", (_fragno_dev_db56.DbNow | Date) | null, Date | null>> & Record<"trialStart", _fragno_dev_db_schema125.Column<"timestamp", (_fragno_dev_db56.DbNow | Date) | null, Date | null>> & Record<"trialEnd", _fragno_dev_db_schema125.Column<"timestamp", (_fragno_dev_db56.DbNow | Date) | null, Date | null>> & Record<"cancelAtPeriodEnd", _fragno_dev_db_schema125.Column<"bool", boolean | null, boolean>> & Record<"cancelAt", _fragno_dev_db_schema125.Column<"timestamp", (_fragno_dev_db56.DbNow | Date) | null, Date | null>> & Record<"seats", _fragno_dev_db_schema125.Column<"integer", number | null, number | null>> & Record<"createdAt", _fragno_dev_db_schema125.Column<"timestamp", (_fragno_dev_db56.DbNow | Date) | null, Date>> & Record<"updatedAt", _fragno_dev_db_schema125.Column<"timestamp", (_fragno_dev_db56.DbNow | Date) | null, Date>>, Record<string, _fragno_dev_db_schema125.AnyRelation>, Record<string, _fragno_dev_db_schema125.Index<_fragno_dev_db_schema125.AnyColumn[], readonly string[]>> & Record<"idx_stripe_customer_id", _fragno_dev_db_schema125.Index<readonly [_fragno_dev_db_schema125.Column<"string", string, string>] & _fragno_dev_db_schema125.AnyColumn[], readonly ["stripeCustomerId"]>> & Record<"idx_stripe_subscription_id", _fragno_dev_db_schema125.Index<readonly [_fragno_dev_db_schema125.Column<"string", string, string>] & _fragno_dev_db_schema125.AnyColumn[], readonly ["stripeSubscriptionId"]>> & Record<"idx_reference_id", _fragno_dev_db_schema125.Index<readonly [_fragno_dev_db_schema125.Column<"string", string | null, string | null>] & _fragno_dev_db_schema125.AnyColumn[], readonly ["referenceId"]>>>>>;
|
|
29
30
|
//# sourceMappingURL=schema.d.ts.map
|
|
30
31
|
//#endregion
|
|
31
32
|
//#region src/models/subscriptions.d.ts
|
|
@@ -181,10 +182,10 @@ interface StripeFragmentServices {
|
|
|
181
182
|
//# sourceMappingURL=types.d.ts.map
|
|
182
183
|
//#endregion
|
|
183
184
|
//#region src/definition.d.ts
|
|
184
|
-
declare const stripeFragmentDefinition:
|
|
185
|
+
declare const stripeFragmentDefinition: _fragno_dev_core10.FragmentDefinition<StripeFragmentConfig, _fragno_dev_db42.FragnoPublicConfigWithDatabase, {
|
|
185
186
|
stripe: Stripe;
|
|
186
187
|
log: Logger;
|
|
187
|
-
} &
|
|
188
|
+
} & _fragno_dev_db42.ImplicitDatabaseDependencies<_fragno_dev_db_schema93.Schema<Record<"subscription", _fragno_dev_db_schema93.Table<Record<string, _fragno_dev_db_schema93.AnyColumn> & Record<"id", _fragno_dev_db_schema93.IdColumn<"varchar(30)", string | _fragno_dev_db_schema93.FragnoId | null, _fragno_dev_db_schema93.FragnoId>> & Record<"referenceId", _fragno_dev_db_schema93.Column<"string", string | null, string | null>> & Record<"stripePriceId", _fragno_dev_db_schema93.Column<"string", string, string>> & Record<"stripeCustomerId", _fragno_dev_db_schema93.Column<"string", string, string>> & Record<"stripeSubscriptionId", _fragno_dev_db_schema93.Column<"string", string, string>> & Record<"status", _fragno_dev_db_schema93.Column<"string", string | null, string>> & Record<"periodStart", _fragno_dev_db_schema93.Column<"timestamp", (_fragno_dev_db42.DbNow | Date) | null, Date | null>> & Record<"periodEnd", _fragno_dev_db_schema93.Column<"timestamp", (_fragno_dev_db42.DbNow | Date) | null, Date | null>> & Record<"trialStart", _fragno_dev_db_schema93.Column<"timestamp", (_fragno_dev_db42.DbNow | Date) | null, Date | null>> & Record<"trialEnd", _fragno_dev_db_schema93.Column<"timestamp", (_fragno_dev_db42.DbNow | Date) | null, Date | null>> & Record<"cancelAtPeriodEnd", _fragno_dev_db_schema93.Column<"bool", boolean | null, boolean>> & Record<"cancelAt", _fragno_dev_db_schema93.Column<"timestamp", (_fragno_dev_db42.DbNow | Date) | null, Date | null>> & Record<"seats", _fragno_dev_db_schema93.Column<"integer", number | null, number | null>> & Record<"createdAt", _fragno_dev_db_schema93.Column<"timestamp", (_fragno_dev_db42.DbNow | Date) | null, Date>> & Record<"updatedAt", _fragno_dev_db_schema93.Column<"timestamp", (_fragno_dev_db42.DbNow | Date) | null, Date>>, Record<string, _fragno_dev_db_schema93.AnyRelation>, Record<string, _fragno_dev_db_schema93.Index<_fragno_dev_db_schema93.AnyColumn[], readonly string[]>> & Record<"idx_stripe_customer_id", _fragno_dev_db_schema93.Index<readonly [_fragno_dev_db_schema93.Column<"string", string, string>] & _fragno_dev_db_schema93.AnyColumn[], readonly ["stripeCustomerId"]>> & Record<"idx_stripe_subscription_id", _fragno_dev_db_schema93.Index<readonly [_fragno_dev_db_schema93.Column<"string", string, string>] & _fragno_dev_db_schema93.AnyColumn[], readonly ["stripeSubscriptionId"]>> & Record<"idx_reference_id", _fragno_dev_db_schema93.Index<readonly [_fragno_dev_db_schema93.Column<"string", string | null, string | null>] & _fragno_dev_db_schema93.AnyColumn[], readonly ["referenceId"]>>>>>>, {
|
|
188
189
|
getStripeClient(): Stripe;
|
|
189
190
|
createSubscription(data: Omit<TableToInsertValues<typeof stripeSchema.tables.subscription>, "id" | "createdAt" | "updatedAt">): Promise<string>;
|
|
190
191
|
updateSubscription(id: string, data: Partial<Omit<TableToInsertValues<typeof stripeSchema.tables.subscription>, "id">>): Promise<void>;
|
|
@@ -200,13 +201,13 @@ declare const stripeFragmentDefinition: _fragno_dev_core9.FragmentDefinition<Str
|
|
|
200
201
|
syncStripeSubscriptions(referenceId: string, customerId: string): Promise<{
|
|
201
202
|
success: boolean;
|
|
202
203
|
}>;
|
|
203
|
-
}, {}, {}, {},
|
|
204
|
-
_fragno_internal:
|
|
204
|
+
}, {}, {}, {}, _fragno_dev_db42.DatabaseServiceContext<_fragno_dev_db42.HooksMap>, _fragno_dev_db42.DatabaseRequestContext<_fragno_dev_db42.HooksMap>, _fragno_dev_db_fragment_definition_builder0$1.DatabaseRequestStorage, {
|
|
205
|
+
_fragno_internal: _fragno_dev_db42.InternalFragmentInstance;
|
|
205
206
|
}>;
|
|
206
207
|
//# sourceMappingURL=definition.d.ts.map
|
|
207
208
|
//#endregion
|
|
208
209
|
//#region src/index.d.ts
|
|
209
|
-
declare function createStripeFragment(config: StripeFragmentConfig, fragnoConfig: FragnoPublicConfigWithDatabase): _fragno_dev_core0.FragnoInstantiatedFragment<[_fragno_dev_core0.FragnoRouteConfig<"POST", "/webhook", _standard_schema_spec0.StandardSchemaV1<unknown, unknown> | undefined, zod199.ZodObject<{
|
|
210
|
+
declare function createStripeFragment(config: StripeFragmentConfig, fragnoConfig: FragnoPublicConfigWithDatabase): _fragno_dev_core0.FragnoInstantiatedFragment<readonly [_fragno_dev_core0.FragnoRouteConfig<"POST", "/webhook", _standard_schema_spec0.StandardSchemaV1<unknown, unknown> | undefined, zod199.ZodObject<{
|
|
210
211
|
success: zod199.ZodBoolean;
|
|
211
212
|
}, zod_v4_core14.$strip>, "MISSING_SIGNATURE" | "WEBHOOK_SIGNATURE_INVALID" | "WEBHOOK_ERROR", string, _fragno_dev_db0.DatabaseRequestContext<_fragno_dev_db0.HooksMap>>, _fragno_dev_core0.FragnoRouteConfig<"GET", "/admin/customers", zod199.ZodObject<{
|
|
212
213
|
limit: zod199.ZodDefault<zod199.ZodOptional<zod199.ZodNumber>>;
|
|
@@ -353,13 +354,13 @@ declare function createStripeFragment(config: StripeFragmentConfig, fragnoConfig
|
|
|
353
354
|
unit_amount_decimal: zod199.ZodOptional<zod199.ZodNullable<zod199.ZodString>>;
|
|
354
355
|
}, zod_v4_core14.$strip>>;
|
|
355
356
|
hasMore: zod199.ZodBoolean;
|
|
356
|
-
}, zod_v4_core14.$strip>, string, string, _fragno_dev_db0.DatabaseRequestContext<_fragno_dev_db0.HooksMap
|
|
357
|
+
}, zod_v4_core14.$strip>, string, string, _fragno_dev_db0.DatabaseRequestContext<_fragno_dev_db0.HooksMap>>, ..._fragno_dev_core0.FragnoRouteConfig<_fragno_dev_core_api2.HTTPMethod, `/_internal/${string}`, any, any, any, any, any>[]], {
|
|
357
358
|
stripe: stripe0.Stripe;
|
|
358
359
|
log: Logger;
|
|
359
|
-
} & _fragno_dev_db0.ImplicitDatabaseDependencies<_fragno_dev_db_schema0.Schema<Record<"subscription", _fragno_dev_db_schema0.Table<Record<string, _fragno_dev_db_schema0.AnyColumn> & Record<"id", _fragno_dev_db_schema0.IdColumn<"varchar(30)", string | _fragno_dev_db_schema0.FragnoId | null, _fragno_dev_db_schema0.FragnoId>> & Record<"referenceId", _fragno_dev_db_schema0.Column<"string", string | null, string | null>> & Record<"stripePriceId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"stripeCustomerId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"stripeSubscriptionId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"status", _fragno_dev_db_schema0.Column<"string", string | null, string>> & Record<"periodStart", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date | null>> & Record<"periodEnd", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date | null>> & Record<"trialStart", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date | null>> & Record<"trialEnd", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date | null>> & Record<"cancelAtPeriodEnd", _fragno_dev_db_schema0.Column<"bool", boolean | null, boolean>> & Record<"cancelAt", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date | null>> & Record<"seats", _fragno_dev_db_schema0.Column<"integer", number | null, number | null>> & Record<"createdAt", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date>> & Record<"updatedAt", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date>>, Record<string, _fragno_dev_db_schema0.AnyRelation>, Record<string, _fragno_dev_db_schema0.Index<_fragno_dev_db_schema0.AnyColumn[], readonly string[]>> & Record<"idx_stripe_customer_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string, string>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["stripeCustomerId"]>> & Record<"idx_stripe_subscription_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string, string>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["stripeSubscriptionId"]>> & Record<"idx_reference_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string | null, string | null>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["referenceId"]>>>>>>, _fragno_dev_core0.BoundServices<{
|
|
360
|
+
} & _fragno_dev_db0.ImplicitDatabaseDependencies<_fragno_dev_db_schema0.Schema<Record<"subscription", _fragno_dev_db_schema0.Table<Record<string, _fragno_dev_db_schema0.AnyColumn> & Record<"id", _fragno_dev_db_schema0.IdColumn<"varchar(30)", string | _fragno_dev_db_schema0.FragnoId | null, _fragno_dev_db_schema0.FragnoId>> & Record<"referenceId", _fragno_dev_db_schema0.Column<"string", string | null, string | null>> & Record<"stripePriceId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"stripeCustomerId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"stripeSubscriptionId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"status", _fragno_dev_db_schema0.Column<"string", string | null, string>> & Record<"periodStart", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date | null>> & Record<"periodEnd", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date | null>> & Record<"trialStart", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date | null>> & Record<"trialEnd", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date | null>> & Record<"cancelAtPeriodEnd", _fragno_dev_db_schema0.Column<"bool", boolean | null, boolean>> & Record<"cancelAt", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date | null>> & Record<"seats", _fragno_dev_db_schema0.Column<"integer", number | null, number | null>> & Record<"createdAt", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date>> & Record<"updatedAt", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date>>, Record<string, _fragno_dev_db_schema0.AnyRelation>, Record<string, _fragno_dev_db_schema0.Index<_fragno_dev_db_schema0.AnyColumn[], readonly string[]>> & Record<"idx_stripe_customer_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string, string>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["stripeCustomerId"]>> & Record<"idx_stripe_subscription_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string, string>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["stripeSubscriptionId"]>> & Record<"idx_reference_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string | null, string | null>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["referenceId"]>>>>>>, _fragno_dev_core0.BoundServices<{
|
|
360
361
|
getStripeClient(): stripe0.Stripe;
|
|
361
|
-
createSubscription(data: Omit<_fragno_dev_db_query0.TableToInsertValues<_fragno_dev_db_schema0.Table<Record<string, _fragno_dev_db_schema0.AnyColumn> & Record<"id", _fragno_dev_db_schema0.IdColumn<"varchar(30)", string | _fragno_dev_db_schema0.FragnoId | null, _fragno_dev_db_schema0.FragnoId>> & Record<"referenceId", _fragno_dev_db_schema0.Column<"string", string | null, string | null>> & Record<"stripePriceId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"stripeCustomerId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"stripeSubscriptionId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"status", _fragno_dev_db_schema0.Column<"string", string | null, string>> & Record<"periodStart", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date | null>> & Record<"periodEnd", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date | null>> & Record<"trialStart", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date | null>> & Record<"trialEnd", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date | null>> & Record<"cancelAtPeriodEnd", _fragno_dev_db_schema0.Column<"bool", boolean | null, boolean>> & Record<"cancelAt", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date | null>> & Record<"seats", _fragno_dev_db_schema0.Column<"integer", number | null, number | null>> & Record<"createdAt", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date>> & Record<"updatedAt", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date>>, Record<string, _fragno_dev_db_schema0.AnyRelation>, Record<string, _fragno_dev_db_schema0.Index<_fragno_dev_db_schema0.AnyColumn[], readonly string[]>> & Record<"idx_stripe_customer_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string, string>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["stripeCustomerId"]>> & Record<"idx_stripe_subscription_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string, string>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["stripeSubscriptionId"]>> & Record<"idx_reference_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string | null, string | null>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["referenceId"]>>>>, "id" | "createdAt" | "updatedAt">): Promise<string>;
|
|
362
|
-
updateSubscription(id: string, data: Partial<Omit<_fragno_dev_db_query0.TableToInsertValues<_fragno_dev_db_schema0.Table<Record<string, _fragno_dev_db_schema0.AnyColumn> & Record<"id", _fragno_dev_db_schema0.IdColumn<"varchar(30)", string | _fragno_dev_db_schema0.FragnoId | null, _fragno_dev_db_schema0.FragnoId>> & Record<"referenceId", _fragno_dev_db_schema0.Column<"string", string | null, string | null>> & Record<"stripePriceId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"stripeCustomerId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"stripeSubscriptionId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"status", _fragno_dev_db_schema0.Column<"string", string | null, string>> & Record<"periodStart", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date | null>> & Record<"periodEnd", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date | null>> & Record<"trialStart", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date | null>> & Record<"trialEnd", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date | null>> & Record<"cancelAtPeriodEnd", _fragno_dev_db_schema0.Column<"bool", boolean | null, boolean>> & Record<"cancelAt", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date | null>> & Record<"seats", _fragno_dev_db_schema0.Column<"integer", number | null, number | null>> & Record<"createdAt", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date>> & Record<"updatedAt", _fragno_dev_db_schema0.Column<"timestamp", Date | null, Date>>, Record<string, _fragno_dev_db_schema0.AnyRelation>, Record<string, _fragno_dev_db_schema0.Index<_fragno_dev_db_schema0.AnyColumn[], readonly string[]>> & Record<"idx_stripe_customer_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string, string>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["stripeCustomerId"]>> & Record<"idx_stripe_subscription_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string, string>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["stripeSubscriptionId"]>> & Record<"idx_reference_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string | null, string | null>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["referenceId"]>>>>, "id">>): Promise<void>;
|
|
362
|
+
createSubscription(data: Omit<_fragno_dev_db_query0.TableToInsertValues<_fragno_dev_db_schema0.Table<Record<string, _fragno_dev_db_schema0.AnyColumn> & Record<"id", _fragno_dev_db_schema0.IdColumn<"varchar(30)", string | _fragno_dev_db_schema0.FragnoId | null, _fragno_dev_db_schema0.FragnoId>> & Record<"referenceId", _fragno_dev_db_schema0.Column<"string", string | null, string | null>> & Record<"stripePriceId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"stripeCustomerId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"stripeSubscriptionId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"status", _fragno_dev_db_schema0.Column<"string", string | null, string>> & Record<"periodStart", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date | null>> & Record<"periodEnd", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date | null>> & Record<"trialStart", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date | null>> & Record<"trialEnd", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date | null>> & Record<"cancelAtPeriodEnd", _fragno_dev_db_schema0.Column<"bool", boolean | null, boolean>> & Record<"cancelAt", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date | null>> & Record<"seats", _fragno_dev_db_schema0.Column<"integer", number | null, number | null>> & Record<"createdAt", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date>> & Record<"updatedAt", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date>>, Record<string, _fragno_dev_db_schema0.AnyRelation>, Record<string, _fragno_dev_db_schema0.Index<_fragno_dev_db_schema0.AnyColumn[], readonly string[]>> & Record<"idx_stripe_customer_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string, string>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["stripeCustomerId"]>> & Record<"idx_stripe_subscription_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string, string>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["stripeSubscriptionId"]>> & Record<"idx_reference_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string | null, string | null>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["referenceId"]>>>>, "id" | "createdAt" | "updatedAt">): Promise<string>;
|
|
363
|
+
updateSubscription(id: string, data: Partial<Omit<_fragno_dev_db_query0.TableToInsertValues<_fragno_dev_db_schema0.Table<Record<string, _fragno_dev_db_schema0.AnyColumn> & Record<"id", _fragno_dev_db_schema0.IdColumn<"varchar(30)", string | _fragno_dev_db_schema0.FragnoId | null, _fragno_dev_db_schema0.FragnoId>> & Record<"referenceId", _fragno_dev_db_schema0.Column<"string", string | null, string | null>> & Record<"stripePriceId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"stripeCustomerId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"stripeSubscriptionId", _fragno_dev_db_schema0.Column<"string", string, string>> & Record<"status", _fragno_dev_db_schema0.Column<"string", string | null, string>> & Record<"periodStart", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date | null>> & Record<"periodEnd", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date | null>> & Record<"trialStart", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date | null>> & Record<"trialEnd", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date | null>> & Record<"cancelAtPeriodEnd", _fragno_dev_db_schema0.Column<"bool", boolean | null, boolean>> & Record<"cancelAt", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date | null>> & Record<"seats", _fragno_dev_db_schema0.Column<"integer", number | null, number | null>> & Record<"createdAt", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date>> & Record<"updatedAt", _fragno_dev_db_schema0.Column<"timestamp", (_fragno_dev_db0.DbNow | Date) | null, Date>>, Record<string, _fragno_dev_db_schema0.AnyRelation>, Record<string, _fragno_dev_db_schema0.Index<_fragno_dev_db_schema0.AnyColumn[], readonly string[]>> & Record<"idx_stripe_customer_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string, string>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["stripeCustomerId"]>> & Record<"idx_stripe_subscription_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string, string>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["stripeSubscriptionId"]>> & Record<"idx_reference_id", _fragno_dev_db_schema0.Index<readonly [_fragno_dev_db_schema0.Column<"string", string | null, string | null>] & _fragno_dev_db_schema0.AnyColumn[], readonly ["referenceId"]>>>>, "id">>): Promise<void>;
|
|
363
364
|
getSubscriptionByStripeId(stripeSubscriptionId: string): Promise<SubscriptionResponse | null>;
|
|
364
365
|
getSubscriptionsByStripeCustomerId(stripeCustomerId: string): Promise<SubscriptionResponse[]>;
|
|
365
366
|
deleteSubscription(id: string): Promise<void>;
|
|
@@ -372,7 +373,7 @@ declare function createStripeFragment(config: StripeFragmentConfig, fragnoConfig
|
|
|
372
373
|
syncStripeSubscriptions(referenceId: string, customerId: string): Promise<{
|
|
373
374
|
success: boolean;
|
|
374
375
|
}>;
|
|
375
|
-
}>,
|
|
376
|
+
}>, _fragno_dev_db0.DatabaseServiceContext<_fragno_dev_db0.HooksMap>, _fragno_dev_db0.DatabaseRequestContext<_fragno_dev_db0.HooksMap>, _fragno_dev_db_fragment_definition_builder0.DatabaseRequestStorage, FragnoPublicConfigWithDatabase, {
|
|
376
377
|
_fragno_internal: _fragno_dev_db0.InternalFragmentInstance;
|
|
377
378
|
}>;
|
|
378
379
|
declare function createStripeFragmentClients(fragnoConfig?: FragnoPublicClientConfig): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/database/schema.ts","../../../src/models/subscriptions.ts","../../../src/types.ts","../../../src/definition.ts","../../../src/index.ts"],"sourcesContent":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/database/schema.ts","../../../src/models/subscriptions.ts","../../../src/types.ts","../../../src/definition.ts","../../../src/index.ts"],"sourcesContent":[],"mappings":"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"}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { createStripeFragment, createStripeFragmentClients, stripeFragmentDefinition } from "./src-
|
|
1
|
+
import { createStripeFragment, createStripeFragmentClients, stripeFragmentDefinition } from "./src-D1l5aeYY.js";
|
|
2
2
|
|
|
3
3
|
export { createStripeFragment, createStripeFragmentClients, stripeFragmentDefinition };
|