autumn-js 1.2.16 → 1.2.17
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/backend/adapters/express.js +2 -2
- package/dist/backend/adapters/express.mjs +1 -1
- package/dist/backend/adapters/fetch.js +2 -2
- package/dist/backend/adapters/fetch.mjs +1 -1
- package/dist/backend/adapters/hono.js +2 -2
- package/dist/backend/adapters/hono.mjs +1 -1
- package/dist/backend/adapters/index.js +2 -2
- package/dist/backend/adapters/index.mjs +1 -1
- package/dist/backend/adapters/next.js +2 -2
- package/dist/backend/adapters/next.mjs +1 -1
- package/dist/backend/chunk-ABOQKDIG.mjs +2 -2
- package/dist/backend/core/handlers/coreHandler.js +2 -2
- package/dist/backend/core/handlers/coreHandler.mjs +1 -1
- package/dist/backend/core/handlers/executeRoute.mjs +1 -1
- package/dist/backend/core/handlers/handleRouteByName.js +2 -2
- package/dist/backend/core/handlers/handleRouteByName.mjs +1 -1
- package/dist/backend/core/handlers/index.js +2 -2
- package/dist/backend/core/handlers/index.mjs +1 -1
- package/dist/backend/core/index.js +2 -2
- package/dist/backend/core/index.mjs +3 -3
- package/dist/backend/core/routes/index.mjs +1 -1
- package/dist/backend/core/routes/routeConfigs.mjs +1 -1
- package/dist/backend/core/utils/index.mjs +3 -3
- package/dist/backend/index.js +2 -2
- package/dist/backend/index.mjs +3 -3
- package/dist/better-auth/chunk-IIKKDFNB.mjs +2 -2
- package/dist/better-auth/index.js +2 -2
- package/dist/better-auth/utils/handleBetterAuthRoute.js +2 -2
- package/dist/better-auth/utils/index.js +2 -2
- package/dist/react/hooks/index.mjs +9 -9
- package/dist/react/index.mjs +10 -10
- package/dist/sdk/index.js +2 -2
- package/dist/sdk/index.mjs +2 -2
- package/package.json +4 -4
|
@@ -1134,12 +1134,12 @@ function number2() {
|
|
|
1134
1134
|
]);
|
|
1135
1135
|
}
|
|
1136
1136
|
function optional2(t) {
|
|
1137
|
-
return z6.union([
|
|
1137
|
+
/* PATCHED-OPTIONAL2 */ return z6.optional(z6.union([
|
|
1138
1138
|
z6.undefined(),
|
|
1139
1139
|
// Null -> undefined
|
|
1140
1140
|
z6.pipe(z6.null(), z6.transform(() => unrecognized(void 0))),
|
|
1141
1141
|
t
|
|
1142
|
-
]);
|
|
1142
|
+
]));
|
|
1143
1143
|
}
|
|
1144
1144
|
function nullable(t) {
|
|
1145
1145
|
return z6.union([
|
|
@@ -13,8 +13,8 @@ import "../chunk-TSF4YCUO.mjs";
|
|
|
13
13
|
import "../chunk-UAR3TMWI.mjs";
|
|
14
14
|
import "../chunk-IQS3LQVP.mjs";
|
|
15
15
|
import "../chunk-OTXV5FY7.mjs";
|
|
16
|
-
import "../chunk-VZIMT7AO.mjs";
|
|
17
16
|
import "../chunk-Z6QP3YEA.mjs";
|
|
17
|
+
import "../chunk-VZIMT7AO.mjs";
|
|
18
18
|
import "../chunk-N7NFYY54.mjs";
|
|
19
19
|
export {
|
|
20
20
|
autumnHandler
|
|
@@ -1134,12 +1134,12 @@ function number2() {
|
|
|
1134
1134
|
]);
|
|
1135
1135
|
}
|
|
1136
1136
|
function optional2(t) {
|
|
1137
|
-
return z6.union([
|
|
1137
|
+
/* PATCHED-OPTIONAL2 */ return z6.optional(z6.union([
|
|
1138
1138
|
z6.undefined(),
|
|
1139
1139
|
// Null -> undefined
|
|
1140
1140
|
z6.pipe(z6.null(), z6.transform(() => unrecognized(void 0))),
|
|
1141
1141
|
t
|
|
1142
|
-
]);
|
|
1142
|
+
]));
|
|
1143
1143
|
}
|
|
1144
1144
|
function nullable(t) {
|
|
1145
1145
|
return z6.union([
|
|
@@ -13,8 +13,8 @@ import "../chunk-TSF4YCUO.mjs";
|
|
|
13
13
|
import "../chunk-UAR3TMWI.mjs";
|
|
14
14
|
import "../chunk-IQS3LQVP.mjs";
|
|
15
15
|
import "../chunk-OTXV5FY7.mjs";
|
|
16
|
-
import "../chunk-VZIMT7AO.mjs";
|
|
17
16
|
import "../chunk-Z6QP3YEA.mjs";
|
|
17
|
+
import "../chunk-VZIMT7AO.mjs";
|
|
18
18
|
import "../chunk-N7NFYY54.mjs";
|
|
19
19
|
export {
|
|
20
20
|
autumnHandler
|
|
@@ -1134,12 +1134,12 @@ function number2() {
|
|
|
1134
1134
|
]);
|
|
1135
1135
|
}
|
|
1136
1136
|
function optional2(t) {
|
|
1137
|
-
return z6.union([
|
|
1137
|
+
/* PATCHED-OPTIONAL2 */ return z6.optional(z6.union([
|
|
1138
1138
|
z6.undefined(),
|
|
1139
1139
|
// Null -> undefined
|
|
1140
1140
|
z6.pipe(z6.null(), z6.transform(() => unrecognized(void 0))),
|
|
1141
1141
|
t
|
|
1142
|
-
]);
|
|
1142
|
+
]));
|
|
1143
1143
|
}
|
|
1144
1144
|
function nullable(t) {
|
|
1145
1145
|
return z6.union([
|
|
@@ -13,8 +13,8 @@ import "../chunk-TSF4YCUO.mjs";
|
|
|
13
13
|
import "../chunk-UAR3TMWI.mjs";
|
|
14
14
|
import "../chunk-IQS3LQVP.mjs";
|
|
15
15
|
import "../chunk-OTXV5FY7.mjs";
|
|
16
|
-
import "../chunk-VZIMT7AO.mjs";
|
|
17
16
|
import "../chunk-Z6QP3YEA.mjs";
|
|
17
|
+
import "../chunk-VZIMT7AO.mjs";
|
|
18
18
|
import "../chunk-N7NFYY54.mjs";
|
|
19
19
|
export {
|
|
20
20
|
autumnHandler
|
|
@@ -1137,12 +1137,12 @@ function number2() {
|
|
|
1137
1137
|
]);
|
|
1138
1138
|
}
|
|
1139
1139
|
function optional2(t) {
|
|
1140
|
-
return z6.union([
|
|
1140
|
+
/* PATCHED-OPTIONAL2 */ return z6.optional(z6.union([
|
|
1141
1141
|
z6.undefined(),
|
|
1142
1142
|
// Null -> undefined
|
|
1143
1143
|
z6.pipe(z6.null(), z6.transform(() => unrecognized(void 0))),
|
|
1144
1144
|
t
|
|
1145
|
-
]);
|
|
1145
|
+
]));
|
|
1146
1146
|
}
|
|
1147
1147
|
function nullable(t) {
|
|
1148
1148
|
return z6.union([
|
|
@@ -22,8 +22,8 @@ import "../chunk-TSF4YCUO.mjs";
|
|
|
22
22
|
import "../chunk-UAR3TMWI.mjs";
|
|
23
23
|
import "../chunk-IQS3LQVP.mjs";
|
|
24
24
|
import "../chunk-OTXV5FY7.mjs";
|
|
25
|
-
import "../chunk-VZIMT7AO.mjs";
|
|
26
25
|
import "../chunk-Z6QP3YEA.mjs";
|
|
26
|
+
import "../chunk-VZIMT7AO.mjs";
|
|
27
27
|
import "../chunk-N7NFYY54.mjs";
|
|
28
28
|
export {
|
|
29
29
|
autumnHandler as expressAutumnHandler,
|
|
@@ -1135,12 +1135,12 @@ function number2() {
|
|
|
1135
1135
|
]);
|
|
1136
1136
|
}
|
|
1137
1137
|
function optional2(t) {
|
|
1138
|
-
return z6.union([
|
|
1138
|
+
/* PATCHED-OPTIONAL2 */ return z6.optional(z6.union([
|
|
1139
1139
|
z6.undefined(),
|
|
1140
1140
|
// Null -> undefined
|
|
1141
1141
|
z6.pipe(z6.null(), z6.transform(() => unrecognized(void 0))),
|
|
1142
1142
|
t
|
|
1143
|
-
]);
|
|
1143
|
+
]));
|
|
1144
1144
|
}
|
|
1145
1145
|
function nullable(t) {
|
|
1146
1146
|
return z6.union([
|
|
@@ -13,8 +13,8 @@ import "../chunk-TSF4YCUO.mjs";
|
|
|
13
13
|
import "../chunk-UAR3TMWI.mjs";
|
|
14
14
|
import "../chunk-IQS3LQVP.mjs";
|
|
15
15
|
import "../chunk-OTXV5FY7.mjs";
|
|
16
|
-
import "../chunk-VZIMT7AO.mjs";
|
|
17
16
|
import "../chunk-Z6QP3YEA.mjs";
|
|
17
|
+
import "../chunk-VZIMT7AO.mjs";
|
|
18
18
|
import "../chunk-N7NFYY54.mjs";
|
|
19
19
|
export {
|
|
20
20
|
autumnHandler
|
|
@@ -1051,12 +1051,12 @@ function number2() {
|
|
|
1051
1051
|
]);
|
|
1052
1052
|
}
|
|
1053
1053
|
function optional2(t) {
|
|
1054
|
-
return z6.union([
|
|
1054
|
+
/* PATCHED-OPTIONAL2 */ return z6.optional(z6.union([
|
|
1055
1055
|
z6.undefined(),
|
|
1056
1056
|
// Null -> undefined
|
|
1057
1057
|
z6.pipe(z6.null(), z6.transform(() => unrecognized(void 0))),
|
|
1058
1058
|
t
|
|
1059
|
-
]);
|
|
1059
|
+
]));
|
|
1060
1060
|
}
|
|
1061
1061
|
function nullable(t) {
|
|
1062
1062
|
return z6.union([
|
|
@@ -1134,12 +1134,12 @@ function number2() {
|
|
|
1134
1134
|
]);
|
|
1135
1135
|
}
|
|
1136
1136
|
function optional2(t) {
|
|
1137
|
-
return z6.union([
|
|
1137
|
+
/* PATCHED-OPTIONAL2 */ return z6.optional(z6.union([
|
|
1138
1138
|
z6.undefined(),
|
|
1139
1139
|
// Null -> undefined
|
|
1140
1140
|
z6.pipe(z6.null(), z6.transform(() => unrecognized(void 0))),
|
|
1141
1141
|
t
|
|
1142
|
-
]);
|
|
1142
|
+
]));
|
|
1143
1143
|
}
|
|
1144
1144
|
function nullable(t) {
|
|
1145
1145
|
return z6.union([
|
|
@@ -9,8 +9,8 @@ import "../../chunk-TSF4YCUO.mjs";
|
|
|
9
9
|
import "../../chunk-UAR3TMWI.mjs";
|
|
10
10
|
import "../../chunk-IQS3LQVP.mjs";
|
|
11
11
|
import "../../chunk-OTXV5FY7.mjs";
|
|
12
|
-
import "../../chunk-VZIMT7AO.mjs";
|
|
13
12
|
import "../../chunk-Z6QP3YEA.mjs";
|
|
13
|
+
import "../../chunk-VZIMT7AO.mjs";
|
|
14
14
|
import "../../chunk-N7NFYY54.mjs";
|
|
15
15
|
export {
|
|
16
16
|
createCoreHandler
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
import "../../chunk-TBQ27LIK.mjs";
|
|
5
5
|
import "../../chunk-J44WR3QZ.mjs";
|
|
6
6
|
import "../../chunk-OTXV5FY7.mjs";
|
|
7
|
-
import "../../chunk-VZIMT7AO.mjs";
|
|
8
7
|
import "../../chunk-Z6QP3YEA.mjs";
|
|
8
|
+
import "../../chunk-VZIMT7AO.mjs";
|
|
9
9
|
import "../../chunk-N7NFYY54.mjs";
|
|
10
10
|
export {
|
|
11
11
|
executeRoute
|
|
@@ -1134,12 +1134,12 @@ function number2() {
|
|
|
1134
1134
|
]);
|
|
1135
1135
|
}
|
|
1136
1136
|
function optional2(t) {
|
|
1137
|
-
return z6.union([
|
|
1137
|
+
/* PATCHED-OPTIONAL2 */ return z6.optional(z6.union([
|
|
1138
1138
|
z6.undefined(),
|
|
1139
1139
|
// Null -> undefined
|
|
1140
1140
|
z6.pipe(z6.null(), z6.transform(() => unrecognized(void 0))),
|
|
1141
1141
|
t
|
|
1142
|
-
]);
|
|
1142
|
+
]));
|
|
1143
1143
|
}
|
|
1144
1144
|
function nullable(t) {
|
|
1145
1145
|
return z6.union([
|
|
@@ -7,8 +7,8 @@ import "../../chunk-TBQ27LIK.mjs";
|
|
|
7
7
|
import "../../chunk-J44WR3QZ.mjs";
|
|
8
8
|
import "../../chunk-IQS3LQVP.mjs";
|
|
9
9
|
import "../../chunk-OTXV5FY7.mjs";
|
|
10
|
-
import "../../chunk-VZIMT7AO.mjs";
|
|
11
10
|
import "../../chunk-Z6QP3YEA.mjs";
|
|
11
|
+
import "../../chunk-VZIMT7AO.mjs";
|
|
12
12
|
import "../../chunk-N7NFYY54.mjs";
|
|
13
13
|
export {
|
|
14
14
|
handleRouteByName
|
|
@@ -1138,12 +1138,12 @@ function number2() {
|
|
|
1138
1138
|
]);
|
|
1139
1139
|
}
|
|
1140
1140
|
function optional2(t) {
|
|
1141
|
-
return z6.union([
|
|
1141
|
+
/* PATCHED-OPTIONAL2 */ return z6.optional(z6.union([
|
|
1142
1142
|
z6.undefined(),
|
|
1143
1143
|
// Null -> undefined
|
|
1144
1144
|
z6.pipe(z6.null(), z6.transform(() => unrecognized(void 0))),
|
|
1145
1145
|
t
|
|
1146
|
-
]);
|
|
1146
|
+
]));
|
|
1147
1147
|
}
|
|
1148
1148
|
function nullable(t) {
|
|
1149
1149
|
return z6.union([
|
|
@@ -19,8 +19,8 @@ import "../../chunk-TSF4YCUO.mjs";
|
|
|
19
19
|
import "../../chunk-UAR3TMWI.mjs";
|
|
20
20
|
import "../../chunk-IQS3LQVP.mjs";
|
|
21
21
|
import "../../chunk-OTXV5FY7.mjs";
|
|
22
|
-
import "../../chunk-VZIMT7AO.mjs";
|
|
23
22
|
import "../../chunk-Z6QP3YEA.mjs";
|
|
23
|
+
import "../../chunk-VZIMT7AO.mjs";
|
|
24
24
|
import "../../chunk-N7NFYY54.mjs";
|
|
25
25
|
export {
|
|
26
26
|
createCoreHandler,
|
|
@@ -1142,12 +1142,12 @@ function number2() {
|
|
|
1142
1142
|
]);
|
|
1143
1143
|
}
|
|
1144
1144
|
function optional2(t) {
|
|
1145
|
-
return z6.union([
|
|
1145
|
+
/* PATCHED-OPTIONAL2 */ return z6.optional(z6.union([
|
|
1146
1146
|
z6.undefined(),
|
|
1147
1147
|
// Null -> undefined
|
|
1148
1148
|
z6.pipe(z6.null(), z6.transform(() => unrecognized(void 0))),
|
|
1149
1149
|
t
|
|
1150
|
-
]);
|
|
1150
|
+
]));
|
|
1151
1151
|
}
|
|
1152
1152
|
function nullable(t) {
|
|
1153
1153
|
return z6.union([
|
|
@@ -18,12 +18,12 @@ import {
|
|
|
18
18
|
routeConfigs
|
|
19
19
|
} from "../chunk-IQS3LQVP.mjs";
|
|
20
20
|
import "../chunk-OTXV5FY7.mjs";
|
|
21
|
-
import {
|
|
22
|
-
secretKeyCheck
|
|
23
|
-
} from "../chunk-VZIMT7AO.mjs";
|
|
24
21
|
import {
|
|
25
22
|
sanitizeBody
|
|
26
23
|
} from "../chunk-Z6QP3YEA.mjs";
|
|
24
|
+
import {
|
|
25
|
+
secretKeyCheck
|
|
26
|
+
} from "../chunk-VZIMT7AO.mjs";
|
|
27
27
|
import {
|
|
28
28
|
backendError,
|
|
29
29
|
backendSuccess,
|
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
routeConfigs
|
|
7
7
|
} from "../../chunk-IQS3LQVP.mjs";
|
|
8
8
|
import "../../chunk-OTXV5FY7.mjs";
|
|
9
|
-
import "../../chunk-VZIMT7AO.mjs";
|
|
10
9
|
import "../../chunk-Z6QP3YEA.mjs";
|
|
10
|
+
import "../../chunk-VZIMT7AO.mjs";
|
|
11
11
|
import "../../chunk-N7NFYY54.mjs";
|
|
12
12
|
export {
|
|
13
13
|
buildRouter,
|
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
routeConfigs
|
|
3
3
|
} from "../../chunk-IQS3LQVP.mjs";
|
|
4
4
|
import "../../chunk-OTXV5FY7.mjs";
|
|
5
|
-
import "../../chunk-VZIMT7AO.mjs";
|
|
6
5
|
import "../../chunk-Z6QP3YEA.mjs";
|
|
6
|
+
import "../../chunk-VZIMT7AO.mjs";
|
|
7
7
|
import "../../chunk-N7NFYY54.mjs";
|
|
8
8
|
export {
|
|
9
9
|
routeConfigs
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "../../chunk-OTXV5FY7.mjs";
|
|
2
|
-
import {
|
|
3
|
-
secretKeyCheck
|
|
4
|
-
} from "../../chunk-VZIMT7AO.mjs";
|
|
5
2
|
import {
|
|
6
3
|
sanitizeBody
|
|
7
4
|
} from "../../chunk-Z6QP3YEA.mjs";
|
|
5
|
+
import {
|
|
6
|
+
secretKeyCheck
|
|
7
|
+
} from "../../chunk-VZIMT7AO.mjs";
|
|
8
8
|
import {
|
|
9
9
|
backendError,
|
|
10
10
|
backendSuccess,
|
package/dist/backend/index.js
CHANGED
|
@@ -1142,12 +1142,12 @@ function number2() {
|
|
|
1142
1142
|
]);
|
|
1143
1143
|
}
|
|
1144
1144
|
function optional2(t) {
|
|
1145
|
-
return z6.union([
|
|
1145
|
+
/* PATCHED-OPTIONAL2 */ return z6.optional(z6.union([
|
|
1146
1146
|
z6.undefined(),
|
|
1147
1147
|
// Null -> undefined
|
|
1148
1148
|
z6.pipe(z6.null(), z6.transform(() => unrecognized(void 0))),
|
|
1149
1149
|
t
|
|
1150
|
-
]);
|
|
1150
|
+
]));
|
|
1151
1151
|
}
|
|
1152
1152
|
function nullable(t) {
|
|
1153
1153
|
return z6.union([
|
package/dist/backend/index.mjs
CHANGED
|
@@ -16,12 +16,12 @@ import {
|
|
|
16
16
|
routeConfigs
|
|
17
17
|
} from "./chunk-IQS3LQVP.mjs";
|
|
18
18
|
import "./chunk-OTXV5FY7.mjs";
|
|
19
|
-
import {
|
|
20
|
-
secretKeyCheck
|
|
21
|
-
} from "./chunk-VZIMT7AO.mjs";
|
|
22
19
|
import {
|
|
23
20
|
sanitizeBody
|
|
24
21
|
} from "./chunk-Z6QP3YEA.mjs";
|
|
22
|
+
import {
|
|
23
|
+
secretKeyCheck
|
|
24
|
+
} from "./chunk-VZIMT7AO.mjs";
|
|
25
25
|
import {
|
|
26
26
|
backendError,
|
|
27
27
|
backendSuccess,
|
|
@@ -1116,12 +1116,12 @@ function number2() {
|
|
|
1116
1116
|
]);
|
|
1117
1117
|
}
|
|
1118
1118
|
function optional2(t) {
|
|
1119
|
-
return z6.union([
|
|
1119
|
+
/* PATCHED-OPTIONAL2 */ return z6.optional(z6.union([
|
|
1120
1120
|
z6.undefined(),
|
|
1121
1121
|
// Null -> undefined
|
|
1122
1122
|
z6.pipe(z6.null(), z6.transform(() => unrecognized(void 0))),
|
|
1123
1123
|
t
|
|
1124
|
-
]);
|
|
1124
|
+
]));
|
|
1125
1125
|
}
|
|
1126
1126
|
function nullable(t) {
|
|
1127
1127
|
return z6.union([
|
|
@@ -3758,12 +3758,12 @@ function number2() {
|
|
|
3758
3758
|
]);
|
|
3759
3759
|
}
|
|
3760
3760
|
function optional2(t) {
|
|
3761
|
-
return z22.union([
|
|
3761
|
+
/* PATCHED-OPTIONAL2 */ return z22.optional(z22.union([
|
|
3762
3762
|
z22.undefined(),
|
|
3763
3763
|
// Null -> undefined
|
|
3764
3764
|
z22.pipe(z22.null(), z22.transform(() => unrecognized(void 0))),
|
|
3765
3765
|
t
|
|
3766
|
-
]);
|
|
3766
|
+
]));
|
|
3767
3767
|
}
|
|
3768
3768
|
function nullable(t) {
|
|
3769
3769
|
return z22.union([
|
|
@@ -1135,12 +1135,12 @@ function number2() {
|
|
|
1135
1135
|
]);
|
|
1136
1136
|
}
|
|
1137
1137
|
function optional2(t) {
|
|
1138
|
-
return z6.union([
|
|
1138
|
+
/* PATCHED-OPTIONAL2 */ return z6.optional(z6.union([
|
|
1139
1139
|
z6.undefined(),
|
|
1140
1140
|
// Null -> undefined
|
|
1141
1141
|
z6.pipe(z6.null(), z6.transform(() => unrecognized(void 0))),
|
|
1142
1142
|
t
|
|
1143
|
-
]);
|
|
1143
|
+
]));
|
|
1144
1144
|
}
|
|
1145
1145
|
function nullable(t) {
|
|
1146
1146
|
return z6.union([
|
|
@@ -3762,12 +3762,12 @@ function number2() {
|
|
|
3762
3762
|
]);
|
|
3763
3763
|
}
|
|
3764
3764
|
function optional2(t) {
|
|
3765
|
-
return z22.union([
|
|
3765
|
+
/* PATCHED-OPTIONAL2 */ return z22.optional(z22.union([
|
|
3766
3766
|
z22.undefined(),
|
|
3767
3767
|
// Null -> undefined
|
|
3768
3768
|
z22.pipe(z22.null(), z22.transform(() => unrecognized(void 0))),
|
|
3769
3769
|
t
|
|
3770
|
-
]);
|
|
3770
|
+
]));
|
|
3771
3771
|
}
|
|
3772
3772
|
function nullable(t) {
|
|
3773
3773
|
return z22.union([
|
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
useListEvents
|
|
4
|
+
} from "../chunk-MC2YYATT.mjs";
|
|
5
|
+
import {
|
|
6
|
+
useListPlans
|
|
7
|
+
} from "../chunk-HSQUB3BZ.mjs";
|
|
8
|
+
import {
|
|
9
|
+
useReferrals
|
|
10
|
+
} from "../chunk-G7FTQLT7.mjs";
|
|
2
11
|
import {
|
|
3
12
|
useAggregateEvents
|
|
4
13
|
} from "../chunk-CHU7CIWP.mjs";
|
|
@@ -14,15 +23,6 @@ import "../chunk-D6DFRS3U.mjs";
|
|
|
14
23
|
import {
|
|
15
24
|
useEntity
|
|
16
25
|
} from "../chunk-OXQG65ZT.mjs";
|
|
17
|
-
import {
|
|
18
|
-
useListEvents
|
|
19
|
-
} from "../chunk-MC2YYATT.mjs";
|
|
20
|
-
import {
|
|
21
|
-
useListPlans
|
|
22
|
-
} from "../chunk-HSQUB3BZ.mjs";
|
|
23
|
-
import {
|
|
24
|
-
useReferrals
|
|
25
|
-
} from "../chunk-G7FTQLT7.mjs";
|
|
26
26
|
import "../chunk-XJZH5NMZ.mjs";
|
|
27
27
|
import "../chunk-SOA7GEAN.mjs";
|
|
28
28
|
export {
|
package/dist/react/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import "./chunk-7KBQVCNO.mjs";
|
|
2
3
|
import {
|
|
3
4
|
AutumnProvider
|
|
4
5
|
} from "./chunk-26CKSAPZ.mjs";
|
|
5
|
-
import "./chunk-7KBQVCNO.mjs";
|
|
6
6
|
import {
|
|
7
7
|
createAutumnClient
|
|
8
8
|
} from "./chunk-QOFGTXEX.mjs";
|
|
@@ -10,6 +10,15 @@ import "./chunk-SCDO26YC.mjs";
|
|
|
10
10
|
import {
|
|
11
11
|
AutumnClientError
|
|
12
12
|
} from "./chunk-IC3QHWR6.mjs";
|
|
13
|
+
import {
|
|
14
|
+
useListEvents
|
|
15
|
+
} from "./chunk-MC2YYATT.mjs";
|
|
16
|
+
import {
|
|
17
|
+
useListPlans
|
|
18
|
+
} from "./chunk-HSQUB3BZ.mjs";
|
|
19
|
+
import {
|
|
20
|
+
useReferrals
|
|
21
|
+
} from "./chunk-G7FTQLT7.mjs";
|
|
13
22
|
import {
|
|
14
23
|
useAggregateEvents
|
|
15
24
|
} from "./chunk-CHU7CIWP.mjs";
|
|
@@ -25,15 +34,6 @@ import "./chunk-D6DFRS3U.mjs";
|
|
|
25
34
|
import {
|
|
26
35
|
useEntity
|
|
27
36
|
} from "./chunk-OXQG65ZT.mjs";
|
|
28
|
-
import {
|
|
29
|
-
useListEvents
|
|
30
|
-
} from "./chunk-MC2YYATT.mjs";
|
|
31
|
-
import {
|
|
32
|
-
useListPlans
|
|
33
|
-
} from "./chunk-HSQUB3BZ.mjs";
|
|
34
|
-
import {
|
|
35
|
-
useReferrals
|
|
36
|
-
} from "./chunk-G7FTQLT7.mjs";
|
|
37
37
|
import "./chunk-XJZH5NMZ.mjs";
|
|
38
38
|
import {
|
|
39
39
|
useAutumnClient
|
package/dist/sdk/index.js
CHANGED
|
@@ -1161,12 +1161,12 @@ function literalBigInt(value) {
|
|
|
1161
1161
|
return z39__namespace.pipe(z39__namespace.literal(String(value)), z39__namespace.transform((x) => BigInt(x)));
|
|
1162
1162
|
}
|
|
1163
1163
|
function optional2(t) {
|
|
1164
|
-
return z39__namespace.union([
|
|
1164
|
+
/* PATCHED-OPTIONAL2 */ return z39__namespace.optional(z39__namespace.union([
|
|
1165
1165
|
z39__namespace.undefined(),
|
|
1166
1166
|
// Null -> undefined
|
|
1167
1167
|
z39__namespace.pipe(z39__namespace.null(), z39__namespace.transform(() => unrecognized(void 0))),
|
|
1168
1168
|
t
|
|
1169
|
-
]);
|
|
1169
|
+
]));
|
|
1170
1170
|
}
|
|
1171
1171
|
function nullable(t) {
|
|
1172
1172
|
return z39__namespace.union([
|
package/dist/sdk/index.mjs
CHANGED
|
@@ -1138,12 +1138,12 @@ function literalBigInt(value) {
|
|
|
1138
1138
|
return z39.pipe(z39.literal(String(value)), z39.transform((x) => BigInt(x)));
|
|
1139
1139
|
}
|
|
1140
1140
|
function optional2(t) {
|
|
1141
|
-
return z39.union([
|
|
1141
|
+
/* PATCHED-OPTIONAL2 */ return z39.optional(z39.union([
|
|
1142
1142
|
z39.undefined(),
|
|
1143
1143
|
// Null -> undefined
|
|
1144
1144
|
z39.pipe(z39.null(), z39.transform(() => unrecognized(void 0))),
|
|
1145
1145
|
t
|
|
1146
|
-
]);
|
|
1146
|
+
]));
|
|
1147
1147
|
}
|
|
1148
1148
|
function nullable(t) {
|
|
1149
1149
|
return z39.union([
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autumn-js",
|
|
3
3
|
"description": "Autumn JS Library",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.17",
|
|
5
5
|
"repository": "github:useautumn/autumn",
|
|
6
6
|
"homepage": "https://docs.useautumn.com",
|
|
7
7
|
"main": "./dist/sdk/index.js",
|
|
@@ -100,12 +100,12 @@
|
|
|
100
100
|
"zod": "^4.0.0"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@tanstack/react-query": "
|
|
103
|
+
"@tanstack/react-query": "catalog:",
|
|
104
104
|
"@types/express": "^5.0.6",
|
|
105
105
|
"@types/node": "^22.15.32",
|
|
106
106
|
"@types/react": "^19",
|
|
107
|
-
"@typescript/native-preview": "
|
|
108
|
-
"@useautumn/sdk": "
|
|
107
|
+
"@typescript/native-preview": "catalog:",
|
|
108
|
+
"@useautumn/sdk": "workspace:*",
|
|
109
109
|
"esbuild-plugin-path-alias": "^1.0.7",
|
|
110
110
|
"hono": "^4.7.9",
|
|
111
111
|
"next": "^15.2.3",
|