wcz-test 6.4.6 → 6.4.8
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/{chunk-ZHDN5BBF.js → chunk-AZIOE66H.js} +6 -6
- package/dist/{chunk-TVEJZEZT.js → chunk-H35VQRS4.js} +2 -2
- package/dist/{chunk-YHTLF4NN.js → chunk-MZYWQKGY.js} +3 -2
- package/dist/{chunk-GBRG7C6R.js → chunk-T723TJ46.js} +2 -2
- package/dist/{utils.js → client-utils.js} +5 -5
- package/dist/client-utils.js.map +1 -0
- package/dist/components.js +3 -3
- package/dist/hooks.js +2 -2
- package/dist/index.js +6 -6
- package/dist/models.d.ts +1 -1
- package/dist/queries.d.ts +1 -1
- package/dist/queries.js +6 -6
- package/dist/server-utils.d.ts +9 -0
- package/dist/server-utils.js +20 -0
- package/dist/server-utils.js.map +1 -0
- package/package.json +14 -14
- package/dist/pg.d.ts +0 -1
- package/dist/pg.js +0 -3
- package/dist/pg.js.map +0 -1
- package/dist/utils.js.map +0 -1
- package/dist/{Approval-gLhUz6rw.d.ts → Approval-CWQn-kah.d.ts} +1 -1
- package/dist/{chunk-ZHDN5BBF.js.map → chunk-AZIOE66H.js.map} +0 -0
- package/dist/{chunk-TVEJZEZT.js.map → chunk-H35VQRS4.js.map} +0 -0
- package/dist/{chunk-YHTLF4NN.js.map → chunk-MZYWQKGY.js.map} +0 -0
- package/dist/{chunk-GBRG7C6R.js.map → chunk-T723TJ46.js.map} +0 -0
- package/dist/{utils.d.ts → client-utils.d.ts} +88 -88
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
FileMetaSchema
|
|
3
|
-
} from "./chunk-TME53DAF.js";
|
|
4
1
|
import {
|
|
5
2
|
httpClient,
|
|
6
3
|
toKebabCase
|
|
7
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-T723TJ46.js";
|
|
5
|
+
import {
|
|
6
|
+
FileMetaSchema
|
|
7
|
+
} from "./chunk-TME53DAF.js";
|
|
8
8
|
import {
|
|
9
9
|
clientEnv
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-MZYWQKGY.js";
|
|
11
11
|
|
|
12
12
|
// src/queries/FileHooks.ts
|
|
13
13
|
import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query";
|
|
@@ -203,4 +203,4 @@ export {
|
|
|
203
203
|
useDeleteFiles,
|
|
204
204
|
useUploadFile
|
|
205
205
|
};
|
|
206
|
-
//# sourceMappingURL=chunk-
|
|
206
|
+
//# sourceMappingURL=chunk-AZIOE66H.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clientEnv
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MZYWQKGY.js";
|
|
4
4
|
|
|
5
5
|
// src/hooks/ThemeHook.ts
|
|
6
6
|
import { createTheme, darken, lighten } from "@mui/material";
|
|
@@ -880,4 +880,4 @@ export {
|
|
|
880
880
|
useGetTheme,
|
|
881
881
|
authClient
|
|
882
882
|
};
|
|
883
|
-
//# sourceMappingURL=chunk-
|
|
883
|
+
//# sourceMappingURL=chunk-H35VQRS4.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clientEnv
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MZYWQKGY.js";
|
|
4
4
|
|
|
5
5
|
// src/lib/utils.ts
|
|
6
6
|
import axios from "axios";
|
|
@@ -58,4 +58,4 @@ export {
|
|
|
58
58
|
getFieldStatus,
|
|
59
59
|
toKebabCase
|
|
60
60
|
};
|
|
61
|
-
//# sourceMappingURL=chunk-
|
|
61
|
+
//# sourceMappingURL=chunk-T723TJ46.js.map
|
|
@@ -2,16 +2,16 @@ import {
|
|
|
2
2
|
WISTRON_PRIMARY_COLOR,
|
|
3
3
|
WISTRON_SECONDARY_COLOR,
|
|
4
4
|
authClient
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-H35VQRS4.js";
|
|
6
6
|
import {
|
|
7
7
|
Platform,
|
|
8
8
|
httpClient,
|
|
9
9
|
rootRouteHead
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-T723TJ46.js";
|
|
11
|
+
import "./chunk-MZYWQKGY.js";
|
|
12
12
|
import "./chunk-5WRI5ZAA.js";
|
|
13
13
|
|
|
14
|
-
// src/utils.ts
|
|
14
|
+
// src/client-utils.ts
|
|
15
15
|
import { uuidv7 } from "uuidv7";
|
|
16
16
|
import { createEnv } from "@t3-oss/env-core";
|
|
17
17
|
import { t } from "i18next";
|
|
@@ -33,4 +33,4 @@ export {
|
|
|
33
33
|
useTranslation,
|
|
34
34
|
uuidv7
|
|
35
35
|
};
|
|
36
|
-
//# sourceMappingURL=utils.js.map
|
|
36
|
+
//# sourceMappingURL=client-utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/client-utils.ts"],"sourcesContent":["export { Platform, rootRouteHead, httpClient } from \"./lib/utils\";\r\nexport { WISTRON_PRIMARY_COLOR, WISTRON_SECONDARY_COLOR } from \"./hooks/ThemeHook\";\r\n\r\n// UUID\r\nexport { uuidv7 } from \"uuidv7\";\r\n\r\n// ENV\r\nexport { createEnv } from \"@t3-oss/env-core\";\r\n\r\n// Internationalization\r\nexport { t } from \"i18next\";\r\nexport { default as i18n } from \"i18next\";\r\nexport { initReactI18next, useTranslation } from \"react-i18next\";\r\nexport { default as LanguageDetector } from \"i18next-browser-languagedetector\";\r\n\r\n// Auth\r\nexport { authClient } from \"./lib/auth/auth-client\";\r\n\r\n"],"mappings":";;;;;;;;;;;;;;AAIA,SAAS,cAAc;AAGvB,SAAS,iBAAiB;AAG1B,SAAS,SAAS;AAClB,SAAoB,WAAXA,gBAAuB;AAChC,SAAS,kBAAkB,sBAAsB;AACjD,SAAoB,WAAXA,gBAAmC;","names":["default"]}
|
package/dist/components.js
CHANGED
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
useGetFileMetas,
|
|
12
12
|
useGetFileThumbnail,
|
|
13
13
|
useOpenFile
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-AZIOE66H.js";
|
|
15
|
+
import "./chunk-T723TJ46.js";
|
|
15
16
|
import "./chunk-TME53DAF.js";
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-YHTLF4NN.js";
|
|
17
|
+
import "./chunk-MZYWQKGY.js";
|
|
18
18
|
import "./chunk-5WRI5ZAA.js";
|
|
19
19
|
|
|
20
20
|
// src/components/core/TypographyWithIcon.tsx
|
package/dist/hooks.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import {
|
|
2
|
+
_extends,
|
|
3
|
+
authClient,
|
|
4
|
+
useGetTheme
|
|
5
|
+
} from "./chunk-H35VQRS4.js";
|
|
1
6
|
import {
|
|
2
7
|
RouterListItemButton
|
|
3
8
|
} from "./chunk-ZMWQQXZT.js";
|
|
@@ -5,14 +10,9 @@ import {
|
|
|
5
10
|
DialogsContext,
|
|
6
11
|
useDialogs
|
|
7
12
|
} from "./chunk-4UULRYGW.js";
|
|
8
|
-
import {
|
|
9
|
-
_extends,
|
|
10
|
-
authClient,
|
|
11
|
-
useGetTheme
|
|
12
|
-
} from "./chunk-TVEJZEZT.js";
|
|
13
13
|
import {
|
|
14
14
|
clientEnv
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-MZYWQKGY.js";
|
|
16
16
|
import {
|
|
17
17
|
__commonJS,
|
|
18
18
|
__toESM
|
package/dist/models.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { F as FileMeta, a as FileMetaSchema } from './FileMeta-CC014fnB.js';
|
|
2
2
|
import z__default, { z } from 'zod';
|
|
3
|
-
export { A as Approval, e as ApprovalSchema, a as ApproveApproval, g as ApproveApprovalSchema, b as CancelApproval, i as CancelApprovalSchema, C as CreateApproval, f as CreateApprovalSchema, D as Department, d as DepartmentSchema, E as Employee, c as EmployeeSchema, R as ResubmitApproval, h as ResubmitApprovalSchema, W as WithdrawApproval, j as WithdrawApprovalSchema } from './Approval-
|
|
3
|
+
export { A as Approval, e as ApprovalSchema, a as ApproveApproval, g as ApproveApprovalSchema, b as CancelApproval, i as CancelApprovalSchema, C as CreateApproval, f as CreateApprovalSchema, D as Department, d as DepartmentSchema, E as Employee, c as EmployeeSchema, R as ResubmitApproval, h as ResubmitApprovalSchema, W as WithdrawApproval, j as WithdrawApprovalSchema } from './Approval-CWQn-kah.js';
|
|
4
4
|
|
|
5
5
|
interface User {
|
|
6
6
|
employeeId: string;
|
package/dist/queries.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { DefinedInitialDataOptions, UseMutationOptions } from '@tanstack/react-q
|
|
|
3
3
|
import z__default from 'zod';
|
|
4
4
|
import { DetailedError } from 'tus-js-client';
|
|
5
5
|
import { F as FileMeta } from './FileMeta-CC014fnB.js';
|
|
6
|
-
import { E as Employee, D as Department, A as Approval, C as CreateApproval, a as ApproveApproval, R as ResubmitApproval, W as WithdrawApproval, b as CancelApproval } from './Approval-
|
|
6
|
+
import { E as Employee, D as Department, A as Approval, C as CreateApproval, a as ApproveApproval, R as ResubmitApproval, W as WithdrawApproval, b as CancelApproval } from './Approval-CWQn-kah.js';
|
|
7
7
|
|
|
8
8
|
type OptionalId$1 = string | undefined | null;
|
|
9
9
|
type BaseFileMetaArrayQueryOptions = Omit<DefinedInitialDataOptions<Array<FileMeta>>, "queryKey" | "queryFn" | "staleTime" | "gcTime" | "refetchOnWindowFocus" | "initialData">;
|
package/dist/queries.js
CHANGED
|
@@ -11,19 +11,19 @@ import {
|
|
|
11
11
|
useOpenFile,
|
|
12
12
|
useUpdateFileMeta,
|
|
13
13
|
useUploadFile
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-AZIOE66H.js";
|
|
15
|
+
import {
|
|
16
|
+
httpClient,
|
|
17
|
+
toKebabCase
|
|
18
|
+
} from "./chunk-T723TJ46.js";
|
|
15
19
|
import {
|
|
16
20
|
ApprovalStatus,
|
|
17
21
|
ApprovalStepResult
|
|
18
22
|
} from "./chunk-4FRZRIAO.js";
|
|
19
23
|
import "./chunk-TME53DAF.js";
|
|
20
|
-
import {
|
|
21
|
-
httpClient,
|
|
22
|
-
toKebabCase
|
|
23
|
-
} from "./chunk-GBRG7C6R.js";
|
|
24
24
|
import {
|
|
25
25
|
clientEnv
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-MZYWQKGY.js";
|
|
27
27
|
import "./chunk-5WRI5ZAA.js";
|
|
28
28
|
|
|
29
29
|
// src/queries/PeopleSoftHooks.ts
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
serverEnv
|
|
3
|
+
} from "./chunk-MZYWQKGY.js";
|
|
4
|
+
import "./chunk-5WRI5ZAA.js";
|
|
5
|
+
|
|
6
|
+
// src/server-utils.ts
|
|
7
|
+
import { Pool as Pool2 } from "pg";
|
|
8
|
+
|
|
9
|
+
// src/lib/db/index.ts
|
|
10
|
+
import { drizzle } from "drizzle-orm/node-postgres";
|
|
11
|
+
import { Pool } from "pg";
|
|
12
|
+
var pool = new Pool({
|
|
13
|
+
connectionString: serverEnv.DATABASE_URL
|
|
14
|
+
});
|
|
15
|
+
var db = drizzle(pool);
|
|
16
|
+
export {
|
|
17
|
+
Pool2 as Pool,
|
|
18
|
+
db
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=server-utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/server-utils.ts","../src/lib/db/index.ts"],"sourcesContent":["// PostgreSQL\r\nexport { Pool } from \"pg\";\r\n\r\n// Database\r\nexport { db } from \"./lib/db/index\";\r\n","import { drizzle } from \"drizzle-orm/node-postgres\";\r\nimport { Pool } from \"pg\";\r\nimport { serverEnv } from \"~/env\";\r\n\r\nconst pool: Pool = new Pool({\r\n connectionString: serverEnv.DATABASE_URL,\r\n});\r\n\r\nexport const db = drizzle(pool);"],"mappings":";;;;;;AACA,SAAS,QAAAA,aAAY;;;ACDrB,SAAS,eAAe;AACxB,SAAS,YAAY;AAGrB,IAAM,OAAa,IAAI,KAAK;AAAA,EACxB,kBAAkB,UAAU;AAChC,CAAC;AAEM,IAAM,KAAK,QAAQ,IAAI;","names":["Pool"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wcz-test",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -8,6 +8,10 @@
|
|
|
8
8
|
"module": "dist/index.js",
|
|
9
9
|
"types": "dist/index.d.ts",
|
|
10
10
|
"exports": {
|
|
11
|
+
"./client-utils": {
|
|
12
|
+
"types": "./dist/client-utils.d.ts",
|
|
13
|
+
"import": "./dist/client-utils.js"
|
|
14
|
+
},
|
|
11
15
|
"./components": {
|
|
12
16
|
"types": "./dist/components.d.ts",
|
|
13
17
|
"import": "./dist/components.js"
|
|
@@ -24,17 +28,13 @@
|
|
|
24
28
|
"types": "./dist/models.d.ts",
|
|
25
29
|
"import": "./dist/models.js"
|
|
26
30
|
},
|
|
27
|
-
"./pg": {
|
|
28
|
-
"types": "./dist/pg.d.ts",
|
|
29
|
-
"import": "./dist/pg.js"
|
|
30
|
-
},
|
|
31
31
|
"./queries": {
|
|
32
32
|
"types": "./dist/queries.d.ts",
|
|
33
33
|
"import": "./dist/queries.js"
|
|
34
34
|
},
|
|
35
|
-
"./utils": {
|
|
36
|
-
"types": "./dist/utils.d.ts",
|
|
37
|
-
"import": "./dist/utils.js"
|
|
35
|
+
"./server-utils": {
|
|
36
|
+
"types": "./dist/server-utils.d.ts",
|
|
37
|
+
"import": "./dist/server-utils.js"
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"files": [
|
|
@@ -53,15 +53,16 @@
|
|
|
53
53
|
"@t3-oss/env-core": "^0.13.8",
|
|
54
54
|
"@types/pg": "^8.15.6",
|
|
55
55
|
"axios": "^1.13.2",
|
|
56
|
+
"better-auth": "^1.3.34",
|
|
56
57
|
"file-saver": "^2.0.5",
|
|
58
|
+
"i18next": "^25.6.2",
|
|
59
|
+
"i18next-browser-languagedetector": "^8.2.0",
|
|
57
60
|
"pg": "^8.16.3",
|
|
58
61
|
"react-dropzone": "^14.3.8",
|
|
62
|
+
"react-i18next": "^16.3.0",
|
|
59
63
|
"react-number-format": "^5.4.4",
|
|
60
64
|
"tus-js-client": "^4.3.1",
|
|
61
|
-
"uuidv7": "^1.0.2"
|
|
62
|
-
"i18next": "^25.6.2",
|
|
63
|
-
"i18next-browser-languagedetector": "^8.2.0",
|
|
64
|
-
"react-i18next": "^16.3.0"
|
|
65
|
+
"uuidv7": "^1.0.2"
|
|
65
66
|
},
|
|
66
67
|
"devDependencies": {
|
|
67
68
|
"@tanstack/eslint-config": "^0.3.2",
|
|
@@ -96,9 +97,8 @@
|
|
|
96
97
|
"@tanstack/react-router": "1.x",
|
|
97
98
|
"@tanstack/react-router-ssr-query": "1.x",
|
|
98
99
|
"@tanstack/react-start": "1.x",
|
|
99
|
-
"better-auth": "1.x",
|
|
100
100
|
"dayjs": "1.x",
|
|
101
|
-
"drizzle-orm": "
|
|
101
|
+
"drizzle-orm": "0.x",
|
|
102
102
|
"react": "19.x",
|
|
103
103
|
"react-dom": "19.x",
|
|
104
104
|
"zod": "4.x"
|
package/dist/pg.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from 'pg';
|
package/dist/pg.js
DELETED
package/dist/pg.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/pg.ts"],"sourcesContent":["export * from \"pg\";\r\n"],"mappings":";AAAA,cAAc;","names":[]}
|
package/dist/utils.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/utils.ts"],"sourcesContent":["export { Platform, rootRouteHead, httpClient } from \"./lib/utils\";\r\nexport { authClient } from \"./lib/auth/auth-client\";\r\nexport { WISTRON_PRIMARY_COLOR, WISTRON_SECONDARY_COLOR } from \"./hooks/ThemeHook\";\r\n\r\n// UUID\r\nexport { uuidv7 } from \"uuidv7\";\r\n\r\n// ENV\r\nexport { createEnv } from \"@t3-oss/env-core\";\r\n\r\n// Internationalization\r\nexport { t } from \"i18next\";\r\nexport { default as i18n } from \"i18next\";\r\nexport { initReactI18next, useTranslation } from \"react-i18next\";\r\nexport { default as LanguageDetector } from \"i18next-browser-languagedetector\";\r\n"],"mappings":";;;;;;;;;;;;;;AAKA,SAAS,cAAc;AAGvB,SAAS,iBAAiB;AAG1B,SAAS,SAAS;AAClB,SAAoB,WAAXA,gBAAuB;AAChC,SAAS,kBAAkB,sBAAsB;AACjD,SAAoB,WAAXA,gBAAmC;","names":["default"]}
|
|
@@ -205,11 +205,11 @@ declare const ApprovalSchema: z__default.ZodObject<{
|
|
|
205
205
|
type Approval = z__default.infer<typeof ApprovalSchema>;
|
|
206
206
|
declare const CreateApprovalSchema: z__default.ZodObject<{
|
|
207
207
|
number: z__default.ZodOptional<z__default.ZodString>;
|
|
208
|
+
id: z__default.ZodUUID;
|
|
208
209
|
type: z__default.ZodOptional<z__default.ZodDefault<z__default.ZodEnum<{
|
|
209
210
|
Single: "Single";
|
|
210
211
|
Batch: "Batch";
|
|
211
212
|
}>>>;
|
|
212
|
-
id: z__default.ZodUUID;
|
|
213
213
|
applicationName: z__default.ZodString;
|
|
214
214
|
emailBody: z__default.ZodString;
|
|
215
215
|
approvalFlows: z__default.ZodArray<z__default.ZodObject<{
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
export { P as Platform, h as httpClient, r as rootRouteHead } from './utils-DLRiZ02r.js';
|
|
2
|
-
import * as nanostores from 'nanostores';
|
|
3
|
-
import * as node_modules_better_auth_dist_shared_better_auth_BNARIIb2 from 'node_modules/better-auth/dist/shared/better-auth.BNARIIb2';
|
|
4
|
-
import * as node_modules_better_auth_dist_shared_better_auth_DNnBkMGu from 'node_modules/better-auth/dist/shared/better-auth.DNnBkMGu';
|
|
5
|
-
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
6
2
|
export { uuidv7 } from 'uuidv7';
|
|
7
3
|
export { createEnv } from '@t3-oss/env-core';
|
|
8
4
|
export { default as i18n, t } from 'i18next';
|
|
9
5
|
export { initReactI18next, useTranslation } from 'react-i18next';
|
|
10
6
|
export { default as LanguageDetector } from 'i18next-browser-languagedetector';
|
|
7
|
+
import * as nanostores from 'nanostores';
|
|
8
|
+
import * as node_modules_better_auth_dist_shared_better_auth_BNARIIb2 from 'node_modules/better-auth/dist/shared/better-auth.BNARIIb2';
|
|
9
|
+
import * as node_modules_better_auth_dist_shared_better_auth_DNnBkMGu from 'node_modules/better-auth/dist/shared/better-auth.DNnBkMGu';
|
|
10
|
+
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
11
11
|
import 'axios';
|
|
12
12
|
|
|
13
|
+
declare const WISTRON_PRIMARY_COLOR = "#00506E";
|
|
14
|
+
declare const WISTRON_SECONDARY_COLOR = "#64DC00";
|
|
15
|
+
|
|
13
16
|
declare const authClient: {
|
|
14
17
|
signIn: {
|
|
15
18
|
social: <FetchOptions extends {
|
|
@@ -20,15 +23,15 @@ declare const authClient: {
|
|
|
20
23
|
})) | undefined;
|
|
21
24
|
method?: string | undefined;
|
|
22
25
|
signal?: (AbortSignal | null) | undefined;
|
|
23
|
-
mode?: RequestMode | undefined;
|
|
24
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
25
|
-
integrity?: string | undefined;
|
|
26
26
|
cache?: RequestCache | undefined;
|
|
27
27
|
credentials?: RequestCredentials | undefined;
|
|
28
|
+
integrity?: string | undefined;
|
|
28
29
|
keepalive?: boolean | undefined;
|
|
30
|
+
mode?: RequestMode | undefined;
|
|
29
31
|
priority?: RequestPriority | undefined;
|
|
30
32
|
redirect?: RequestRedirect | undefined;
|
|
31
33
|
referrer?: string | undefined;
|
|
34
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
32
35
|
window?: null | undefined;
|
|
33
36
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
34
37
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -129,15 +132,15 @@ declare const authClient: {
|
|
|
129
132
|
})) | undefined;
|
|
130
133
|
method?: string | undefined;
|
|
131
134
|
signal?: (AbortSignal | null) | undefined;
|
|
132
|
-
mode?: RequestMode | undefined;
|
|
133
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
134
|
-
integrity?: string | undefined;
|
|
135
135
|
cache?: RequestCache | undefined;
|
|
136
136
|
credentials?: RequestCredentials | undefined;
|
|
137
|
+
integrity?: string | undefined;
|
|
137
138
|
keepalive?: boolean | undefined;
|
|
139
|
+
mode?: RequestMode | undefined;
|
|
138
140
|
priority?: RequestPriority | undefined;
|
|
139
141
|
redirect?: RequestRedirect | undefined;
|
|
140
142
|
referrer?: string | undefined;
|
|
143
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
141
144
|
window?: null | undefined;
|
|
142
145
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
143
146
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -193,15 +196,15 @@ declare const authClient: {
|
|
|
193
196
|
})) | undefined;
|
|
194
197
|
method?: string | undefined;
|
|
195
198
|
signal?: (AbortSignal | null) | undefined;
|
|
196
|
-
mode?: RequestMode | undefined;
|
|
197
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
198
|
-
integrity?: string | undefined;
|
|
199
199
|
cache?: RequestCache | undefined;
|
|
200
200
|
credentials?: RequestCredentials | undefined;
|
|
201
|
+
integrity?: string | undefined;
|
|
201
202
|
keepalive?: boolean | undefined;
|
|
203
|
+
mode?: RequestMode | undefined;
|
|
202
204
|
priority?: RequestPriority | undefined;
|
|
203
205
|
redirect?: RequestRedirect | undefined;
|
|
204
206
|
referrer?: string | undefined;
|
|
207
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
205
208
|
window?: null | undefined;
|
|
206
209
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
207
210
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -289,15 +292,15 @@ declare const authClient: {
|
|
|
289
292
|
})) | undefined;
|
|
290
293
|
method?: string | undefined;
|
|
291
294
|
signal?: (AbortSignal | null) | undefined;
|
|
292
|
-
mode?: RequestMode | undefined;
|
|
293
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
294
|
-
integrity?: string | undefined;
|
|
295
295
|
cache?: RequestCache | undefined;
|
|
296
296
|
credentials?: RequestCredentials | undefined;
|
|
297
|
+
integrity?: string | undefined;
|
|
297
298
|
keepalive?: boolean | undefined;
|
|
299
|
+
mode?: RequestMode | undefined;
|
|
298
300
|
priority?: RequestPriority | undefined;
|
|
299
301
|
redirect?: RequestRedirect | undefined;
|
|
300
302
|
referrer?: string | undefined;
|
|
303
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
301
304
|
window?: null | undefined;
|
|
302
305
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
303
306
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -373,15 +376,15 @@ declare const authClient: {
|
|
|
373
376
|
})) | undefined;
|
|
374
377
|
method?: string | undefined;
|
|
375
378
|
signal?: (AbortSignal | null) | undefined;
|
|
376
|
-
mode?: RequestMode | undefined;
|
|
377
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
378
|
-
integrity?: string | undefined;
|
|
379
379
|
cache?: RequestCache | undefined;
|
|
380
380
|
credentials?: RequestCredentials | undefined;
|
|
381
|
+
integrity?: string | undefined;
|
|
381
382
|
keepalive?: boolean | undefined;
|
|
383
|
+
mode?: RequestMode | undefined;
|
|
382
384
|
priority?: RequestPriority | undefined;
|
|
383
385
|
redirect?: RequestRedirect | undefined;
|
|
384
386
|
referrer?: string | undefined;
|
|
387
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
385
388
|
window?: null | undefined;
|
|
386
389
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
387
390
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -441,15 +444,15 @@ declare const authClient: {
|
|
|
441
444
|
})) | undefined;
|
|
442
445
|
method?: string | undefined;
|
|
443
446
|
signal?: (AbortSignal | null) | undefined;
|
|
444
|
-
mode?: RequestMode | undefined;
|
|
445
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
446
|
-
integrity?: string | undefined;
|
|
447
447
|
cache?: RequestCache | undefined;
|
|
448
448
|
credentials?: RequestCredentials | undefined;
|
|
449
|
+
integrity?: string | undefined;
|
|
449
450
|
keepalive?: boolean | undefined;
|
|
451
|
+
mode?: RequestMode | undefined;
|
|
450
452
|
priority?: RequestPriority | undefined;
|
|
451
453
|
redirect?: RequestRedirect | undefined;
|
|
452
454
|
referrer?: string | undefined;
|
|
455
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
453
456
|
window?: null | undefined;
|
|
454
457
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
455
458
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -511,15 +514,15 @@ declare const authClient: {
|
|
|
511
514
|
})) | undefined;
|
|
512
515
|
method?: string | undefined;
|
|
513
516
|
signal?: (AbortSignal | null) | undefined;
|
|
514
|
-
mode?: RequestMode | undefined;
|
|
515
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
516
|
-
integrity?: string | undefined;
|
|
517
517
|
cache?: RequestCache | undefined;
|
|
518
518
|
credentials?: RequestCredentials | undefined;
|
|
519
|
+
integrity?: string | undefined;
|
|
519
520
|
keepalive?: boolean | undefined;
|
|
521
|
+
mode?: RequestMode | undefined;
|
|
520
522
|
priority?: RequestPriority | undefined;
|
|
521
523
|
redirect?: RequestRedirect | undefined;
|
|
522
524
|
referrer?: string | undefined;
|
|
525
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
523
526
|
window?: null | undefined;
|
|
524
527
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
525
528
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -592,15 +595,15 @@ declare const authClient: {
|
|
|
592
595
|
})) | undefined;
|
|
593
596
|
method?: string | undefined;
|
|
594
597
|
signal?: (AbortSignal | null) | undefined;
|
|
595
|
-
mode?: RequestMode | undefined;
|
|
596
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
597
|
-
integrity?: string | undefined;
|
|
598
598
|
cache?: RequestCache | undefined;
|
|
599
599
|
credentials?: RequestCredentials | undefined;
|
|
600
|
+
integrity?: string | undefined;
|
|
600
601
|
keepalive?: boolean | undefined;
|
|
602
|
+
mode?: RequestMode | undefined;
|
|
601
603
|
priority?: RequestPriority | undefined;
|
|
602
604
|
redirect?: RequestRedirect | undefined;
|
|
603
605
|
referrer?: string | undefined;
|
|
606
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
604
607
|
window?: null | undefined;
|
|
605
608
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
606
609
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -660,15 +663,15 @@ declare const authClient: {
|
|
|
660
663
|
})) | undefined;
|
|
661
664
|
method?: string | undefined;
|
|
662
665
|
signal?: (AbortSignal | null) | undefined;
|
|
663
|
-
mode?: RequestMode | undefined;
|
|
664
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
665
|
-
integrity?: string | undefined;
|
|
666
666
|
cache?: RequestCache | undefined;
|
|
667
667
|
credentials?: RequestCredentials | undefined;
|
|
668
|
+
integrity?: string | undefined;
|
|
668
669
|
keepalive?: boolean | undefined;
|
|
670
|
+
mode?: RequestMode | undefined;
|
|
669
671
|
priority?: RequestPriority | undefined;
|
|
670
672
|
redirect?: RequestRedirect | undefined;
|
|
671
673
|
referrer?: string | undefined;
|
|
674
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
672
675
|
window?: null | undefined;
|
|
673
676
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
674
677
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -728,15 +731,15 @@ declare const authClient: {
|
|
|
728
731
|
})) | undefined;
|
|
729
732
|
method?: string | undefined;
|
|
730
733
|
signal?: (AbortSignal | null) | undefined;
|
|
731
|
-
mode?: RequestMode | undefined;
|
|
732
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
733
|
-
integrity?: string | undefined;
|
|
734
734
|
cache?: RequestCache | undefined;
|
|
735
735
|
credentials?: RequestCredentials | undefined;
|
|
736
|
+
integrity?: string | undefined;
|
|
736
737
|
keepalive?: boolean | undefined;
|
|
738
|
+
mode?: RequestMode | undefined;
|
|
737
739
|
priority?: RequestPriority | undefined;
|
|
738
740
|
redirect?: RequestRedirect | undefined;
|
|
739
741
|
referrer?: string | undefined;
|
|
742
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
740
743
|
window?: null | undefined;
|
|
741
744
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
742
745
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -807,15 +810,15 @@ declare const authClient: {
|
|
|
807
810
|
})) | undefined;
|
|
808
811
|
method?: string | undefined;
|
|
809
812
|
signal?: (AbortSignal | null) | undefined;
|
|
810
|
-
mode?: RequestMode | undefined;
|
|
811
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
812
|
-
integrity?: string | undefined;
|
|
813
813
|
cache?: RequestCache | undefined;
|
|
814
814
|
credentials?: RequestCredentials | undefined;
|
|
815
|
+
integrity?: string | undefined;
|
|
815
816
|
keepalive?: boolean | undefined;
|
|
817
|
+
mode?: RequestMode | undefined;
|
|
816
818
|
priority?: RequestPriority | undefined;
|
|
817
819
|
redirect?: RequestRedirect | undefined;
|
|
818
820
|
referrer?: string | undefined;
|
|
821
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
819
822
|
window?: null | undefined;
|
|
820
823
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
821
824
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -874,15 +877,15 @@ declare const authClient: {
|
|
|
874
877
|
})) | undefined;
|
|
875
878
|
method?: string | undefined;
|
|
876
879
|
signal?: (AbortSignal | null) | undefined;
|
|
877
|
-
mode?: RequestMode | undefined;
|
|
878
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
879
|
-
integrity?: string | undefined;
|
|
880
880
|
cache?: RequestCache | undefined;
|
|
881
881
|
credentials?: RequestCredentials | undefined;
|
|
882
|
+
integrity?: string | undefined;
|
|
882
883
|
keepalive?: boolean | undefined;
|
|
884
|
+
mode?: RequestMode | undefined;
|
|
883
885
|
priority?: RequestPriority | undefined;
|
|
884
886
|
redirect?: RequestRedirect | undefined;
|
|
885
887
|
referrer?: string | undefined;
|
|
888
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
886
889
|
window?: null | undefined;
|
|
887
890
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
888
891
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -946,15 +949,15 @@ declare const authClient: {
|
|
|
946
949
|
})) | undefined;
|
|
947
950
|
method?: string | undefined;
|
|
948
951
|
signal?: (AbortSignal | null) | undefined;
|
|
949
|
-
mode?: RequestMode | undefined;
|
|
950
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
951
|
-
integrity?: string | undefined;
|
|
952
952
|
cache?: RequestCache | undefined;
|
|
953
953
|
credentials?: RequestCredentials | undefined;
|
|
954
|
+
integrity?: string | undefined;
|
|
954
955
|
keepalive?: boolean | undefined;
|
|
956
|
+
mode?: RequestMode | undefined;
|
|
955
957
|
priority?: RequestPriority | undefined;
|
|
956
958
|
redirect?: RequestRedirect | undefined;
|
|
957
959
|
referrer?: string | undefined;
|
|
960
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
958
961
|
window?: null | undefined;
|
|
959
962
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
960
963
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -1014,15 +1017,15 @@ declare const authClient: {
|
|
|
1014
1017
|
})) | undefined;
|
|
1015
1018
|
method?: string | undefined;
|
|
1016
1019
|
signal?: (AbortSignal | null) | undefined;
|
|
1017
|
-
mode?: RequestMode | undefined;
|
|
1018
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1019
|
-
integrity?: string | undefined;
|
|
1020
1020
|
cache?: RequestCache | undefined;
|
|
1021
1021
|
credentials?: RequestCredentials | undefined;
|
|
1022
|
+
integrity?: string | undefined;
|
|
1022
1023
|
keepalive?: boolean | undefined;
|
|
1024
|
+
mode?: RequestMode | undefined;
|
|
1023
1025
|
priority?: RequestPriority | undefined;
|
|
1024
1026
|
redirect?: RequestRedirect | undefined;
|
|
1025
1027
|
referrer?: string | undefined;
|
|
1028
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1026
1029
|
window?: null | undefined;
|
|
1027
1030
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
1028
1031
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -1084,15 +1087,15 @@ declare const authClient: {
|
|
|
1084
1087
|
})) | undefined;
|
|
1085
1088
|
method?: string | undefined;
|
|
1086
1089
|
signal?: (AbortSignal | null) | undefined;
|
|
1087
|
-
mode?: RequestMode | undefined;
|
|
1088
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1089
|
-
integrity?: string | undefined;
|
|
1090
1090
|
cache?: RequestCache | undefined;
|
|
1091
1091
|
credentials?: RequestCredentials | undefined;
|
|
1092
|
+
integrity?: string | undefined;
|
|
1092
1093
|
keepalive?: boolean | undefined;
|
|
1094
|
+
mode?: RequestMode | undefined;
|
|
1093
1095
|
priority?: RequestPriority | undefined;
|
|
1094
1096
|
redirect?: RequestRedirect | undefined;
|
|
1095
1097
|
referrer?: string | undefined;
|
|
1098
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1096
1099
|
window?: null | undefined;
|
|
1097
1100
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
1098
1101
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -1152,15 +1155,15 @@ declare const authClient: {
|
|
|
1152
1155
|
})) | undefined;
|
|
1153
1156
|
method?: string | undefined;
|
|
1154
1157
|
signal?: (AbortSignal | null) | undefined;
|
|
1155
|
-
mode?: RequestMode | undefined;
|
|
1156
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1157
|
-
integrity?: string | undefined;
|
|
1158
1158
|
cache?: RequestCache | undefined;
|
|
1159
1159
|
credentials?: RequestCredentials | undefined;
|
|
1160
|
+
integrity?: string | undefined;
|
|
1160
1161
|
keepalive?: boolean | undefined;
|
|
1162
|
+
mode?: RequestMode | undefined;
|
|
1161
1163
|
priority?: RequestPriority | undefined;
|
|
1162
1164
|
redirect?: RequestRedirect | undefined;
|
|
1163
1165
|
referrer?: string | undefined;
|
|
1166
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1164
1167
|
window?: null | undefined;
|
|
1165
1168
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
1166
1169
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -1222,15 +1225,15 @@ declare const authClient: {
|
|
|
1222
1225
|
})) | undefined;
|
|
1223
1226
|
method?: string | undefined;
|
|
1224
1227
|
signal?: (AbortSignal | null) | undefined;
|
|
1225
|
-
mode?: RequestMode | undefined;
|
|
1226
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1227
|
-
integrity?: string | undefined;
|
|
1228
1228
|
cache?: RequestCache | undefined;
|
|
1229
1229
|
credentials?: RequestCredentials | undefined;
|
|
1230
|
+
integrity?: string | undefined;
|
|
1230
1231
|
keepalive?: boolean | undefined;
|
|
1232
|
+
mode?: RequestMode | undefined;
|
|
1231
1233
|
priority?: RequestPriority | undefined;
|
|
1232
1234
|
redirect?: RequestRedirect | undefined;
|
|
1233
1235
|
referrer?: string | undefined;
|
|
1236
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1234
1237
|
window?: null | undefined;
|
|
1235
1238
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
1236
1239
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -1288,15 +1291,15 @@ declare const authClient: {
|
|
|
1288
1291
|
})) | undefined;
|
|
1289
1292
|
method?: string | undefined;
|
|
1290
1293
|
signal?: (AbortSignal | null) | undefined;
|
|
1291
|
-
mode?: RequestMode | undefined;
|
|
1292
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1293
|
-
integrity?: string | undefined;
|
|
1294
1294
|
cache?: RequestCache | undefined;
|
|
1295
1295
|
credentials?: RequestCredentials | undefined;
|
|
1296
|
+
integrity?: string | undefined;
|
|
1296
1297
|
keepalive?: boolean | undefined;
|
|
1298
|
+
mode?: RequestMode | undefined;
|
|
1297
1299
|
priority?: RequestPriority | undefined;
|
|
1298
1300
|
redirect?: RequestRedirect | undefined;
|
|
1299
1301
|
referrer?: string | undefined;
|
|
1302
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1300
1303
|
window?: null | undefined;
|
|
1301
1304
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
1302
1305
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -1351,15 +1354,15 @@ declare const authClient: {
|
|
|
1351
1354
|
})) | undefined;
|
|
1352
1355
|
method?: string | undefined;
|
|
1353
1356
|
signal?: (AbortSignal | null) | undefined;
|
|
1354
|
-
mode?: RequestMode | undefined;
|
|
1355
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1356
|
-
integrity?: string | undefined;
|
|
1357
1357
|
cache?: RequestCache | undefined;
|
|
1358
1358
|
credentials?: RequestCredentials | undefined;
|
|
1359
|
+
integrity?: string | undefined;
|
|
1359
1360
|
keepalive?: boolean | undefined;
|
|
1361
|
+
mode?: RequestMode | undefined;
|
|
1360
1362
|
priority?: RequestPriority | undefined;
|
|
1361
1363
|
redirect?: RequestRedirect | undefined;
|
|
1362
1364
|
referrer?: string | undefined;
|
|
1365
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1363
1366
|
window?: null | undefined;
|
|
1364
1367
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
1365
1368
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -1414,15 +1417,15 @@ declare const authClient: {
|
|
|
1414
1417
|
})) | undefined;
|
|
1415
1418
|
method?: string | undefined;
|
|
1416
1419
|
signal?: (AbortSignal | null) | undefined;
|
|
1417
|
-
mode?: RequestMode | undefined;
|
|
1418
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1419
|
-
integrity?: string | undefined;
|
|
1420
1420
|
cache?: RequestCache | undefined;
|
|
1421
1421
|
credentials?: RequestCredentials | undefined;
|
|
1422
|
+
integrity?: string | undefined;
|
|
1422
1423
|
keepalive?: boolean | undefined;
|
|
1424
|
+
mode?: RequestMode | undefined;
|
|
1423
1425
|
priority?: RequestPriority | undefined;
|
|
1424
1426
|
redirect?: RequestRedirect | undefined;
|
|
1425
1427
|
referrer?: string | undefined;
|
|
1428
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1426
1429
|
window?: null | undefined;
|
|
1427
1430
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
1428
1431
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -1505,15 +1508,15 @@ declare const authClient: {
|
|
|
1505
1508
|
})) | undefined;
|
|
1506
1509
|
method?: string | undefined;
|
|
1507
1510
|
signal?: (AbortSignal | null) | undefined;
|
|
1508
|
-
mode?: RequestMode | undefined;
|
|
1509
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1510
|
-
integrity?: string | undefined;
|
|
1511
1511
|
cache?: RequestCache | undefined;
|
|
1512
1512
|
credentials?: RequestCredentials | undefined;
|
|
1513
|
+
integrity?: string | undefined;
|
|
1513
1514
|
keepalive?: boolean | undefined;
|
|
1515
|
+
mode?: RequestMode | undefined;
|
|
1514
1516
|
priority?: RequestPriority | undefined;
|
|
1515
1517
|
redirect?: RequestRedirect | undefined;
|
|
1516
1518
|
referrer?: string | undefined;
|
|
1519
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1517
1520
|
window?: null | undefined;
|
|
1518
1521
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
1519
1522
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -1574,15 +1577,15 @@ declare const authClient: {
|
|
|
1574
1577
|
})) | undefined;
|
|
1575
1578
|
method?: string | undefined;
|
|
1576
1579
|
signal?: (AbortSignal | null) | undefined;
|
|
1577
|
-
mode?: RequestMode | undefined;
|
|
1578
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1579
|
-
integrity?: string | undefined;
|
|
1580
1580
|
cache?: RequestCache | undefined;
|
|
1581
1581
|
credentials?: RequestCredentials | undefined;
|
|
1582
|
+
integrity?: string | undefined;
|
|
1582
1583
|
keepalive?: boolean | undefined;
|
|
1584
|
+
mode?: RequestMode | undefined;
|
|
1583
1585
|
priority?: RequestPriority | undefined;
|
|
1584
1586
|
redirect?: RequestRedirect | undefined;
|
|
1585
1587
|
referrer?: string | undefined;
|
|
1588
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1586
1589
|
window?: null | undefined;
|
|
1587
1590
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
1588
1591
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -1645,15 +1648,15 @@ declare const authClient: {
|
|
|
1645
1648
|
})) | undefined;
|
|
1646
1649
|
method?: string | undefined;
|
|
1647
1650
|
signal?: (AbortSignal | null) | undefined;
|
|
1648
|
-
mode?: RequestMode | undefined;
|
|
1649
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1650
|
-
integrity?: string | undefined;
|
|
1651
1651
|
cache?: RequestCache | undefined;
|
|
1652
1652
|
credentials?: RequestCredentials | undefined;
|
|
1653
|
+
integrity?: string | undefined;
|
|
1653
1654
|
keepalive?: boolean | undefined;
|
|
1655
|
+
mode?: RequestMode | undefined;
|
|
1654
1656
|
priority?: RequestPriority | undefined;
|
|
1655
1657
|
redirect?: RequestRedirect | undefined;
|
|
1656
1658
|
referrer?: string | undefined;
|
|
1659
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1657
1660
|
window?: null | undefined;
|
|
1658
1661
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
1659
1662
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -1713,15 +1716,15 @@ declare const authClient: {
|
|
|
1713
1716
|
})) | undefined;
|
|
1714
1717
|
method?: string | undefined;
|
|
1715
1718
|
signal?: (AbortSignal | null) | undefined;
|
|
1716
|
-
mode?: RequestMode | undefined;
|
|
1717
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1718
|
-
integrity?: string | undefined;
|
|
1719
1719
|
cache?: RequestCache | undefined;
|
|
1720
1720
|
credentials?: RequestCredentials | undefined;
|
|
1721
|
+
integrity?: string | undefined;
|
|
1721
1722
|
keepalive?: boolean | undefined;
|
|
1723
|
+
mode?: RequestMode | undefined;
|
|
1722
1724
|
priority?: RequestPriority | undefined;
|
|
1723
1725
|
redirect?: RequestRedirect | undefined;
|
|
1724
1726
|
referrer?: string | undefined;
|
|
1727
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1725
1728
|
window?: null | undefined;
|
|
1726
1729
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
1727
1730
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -1781,15 +1784,15 @@ declare const authClient: {
|
|
|
1781
1784
|
})) | undefined;
|
|
1782
1785
|
method?: string | undefined;
|
|
1783
1786
|
signal?: (AbortSignal | null) | undefined;
|
|
1784
|
-
mode?: RequestMode | undefined;
|
|
1785
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1786
|
-
integrity?: string | undefined;
|
|
1787
1787
|
cache?: RequestCache | undefined;
|
|
1788
1788
|
credentials?: RequestCredentials | undefined;
|
|
1789
|
+
integrity?: string | undefined;
|
|
1789
1790
|
keepalive?: boolean | undefined;
|
|
1791
|
+
mode?: RequestMode | undefined;
|
|
1790
1792
|
priority?: RequestPriority | undefined;
|
|
1791
1793
|
redirect?: RequestRedirect | undefined;
|
|
1792
1794
|
referrer?: string | undefined;
|
|
1795
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1793
1796
|
window?: null | undefined;
|
|
1794
1797
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
1795
1798
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -1854,15 +1857,15 @@ declare const authClient: {
|
|
|
1854
1857
|
})) | undefined;
|
|
1855
1858
|
method?: string | undefined;
|
|
1856
1859
|
signal?: (AbortSignal | null) | undefined;
|
|
1857
|
-
mode?: RequestMode | undefined;
|
|
1858
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1859
|
-
integrity?: string | undefined;
|
|
1860
1860
|
cache?: RequestCache | undefined;
|
|
1861
1861
|
credentials?: RequestCredentials | undefined;
|
|
1862
|
+
integrity?: string | undefined;
|
|
1862
1863
|
keepalive?: boolean | undefined;
|
|
1864
|
+
mode?: RequestMode | undefined;
|
|
1863
1865
|
priority?: RequestPriority | undefined;
|
|
1864
1866
|
redirect?: RequestRedirect | undefined;
|
|
1865
1867
|
referrer?: string | undefined;
|
|
1868
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1866
1869
|
window?: null | undefined;
|
|
1867
1870
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
1868
1871
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -1921,15 +1924,15 @@ declare const authClient: {
|
|
|
1921
1924
|
})) | undefined;
|
|
1922
1925
|
method?: string | undefined;
|
|
1923
1926
|
signal?: (AbortSignal | null) | undefined;
|
|
1924
|
-
mode?: RequestMode | undefined;
|
|
1925
|
-
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1926
|
-
integrity?: string | undefined;
|
|
1927
1927
|
cache?: RequestCache | undefined;
|
|
1928
1928
|
credentials?: RequestCredentials | undefined;
|
|
1929
|
+
integrity?: string | undefined;
|
|
1929
1930
|
keepalive?: boolean | undefined;
|
|
1931
|
+
mode?: RequestMode | undefined;
|
|
1930
1932
|
priority?: RequestPriority | undefined;
|
|
1931
1933
|
redirect?: RequestRedirect | undefined;
|
|
1932
1934
|
referrer?: string | undefined;
|
|
1935
|
+
referrerPolicy?: ReferrerPolicy | undefined;
|
|
1933
1936
|
window?: null | undefined;
|
|
1934
1937
|
onRequest?: (<T extends Record<string, any>>(context: _better_fetch_fetch.RequestContext<T>) => Promise<_better_fetch_fetch.RequestContext | void> | _better_fetch_fetch.RequestContext | void) | undefined;
|
|
1935
1938
|
onResponse?: ((context: _better_fetch_fetch.ResponseContext) => Promise<Response | void | _better_fetch_fetch.ResponseContext> | Response | _better_fetch_fetch.ResponseContext | void) | undefined;
|
|
@@ -2151,7 +2154,4 @@ declare const authClient: {
|
|
|
2151
2154
|
};
|
|
2152
2155
|
};
|
|
2153
2156
|
|
|
2154
|
-
declare const WISTRON_PRIMARY_COLOR = "#00506E";
|
|
2155
|
-
declare const WISTRON_SECONDARY_COLOR = "#64DC00";
|
|
2156
|
-
|
|
2157
2157
|
export { WISTRON_PRIMARY_COLOR, WISTRON_SECONDARY_COLOR, authClient };
|