zova-ui-vuetify 5.1.20 → 5.1.22
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/package.json +68 -68
- package/package.original.json +20 -20
- package/src/css/settings.scss +8 -0
- package/src/suite/a-demo/modules/demo-basic/package.json +1 -1
- package/src/suite/a-home/modules/home-api/package.json +1 -1
- package/src/suite/a-home/modules/home-api/src/api/captcha.ts +7 -9
- package/src/suite/a-home/modules/home-api/src/api/home.ts +1 -3
- package/src/suite/a-home/modules/home-api/src/api/homeBaseMenu.ts +1 -3
- package/src/suite/a-home/modules/home-api/src/api/homeBasePermission.ts +1 -3
- package/src/suite/a-home/modules/home-api/src/api/homeUserPassport.ts +5 -7
- package/src/suite/a-home/modules/home-api/src/api/openapi/schemas.ts +1 -67
- package/src/suite/a-home/modules/home-api/src/api/openapi/types.ts +572 -2096
- package/src/suite/a-home/modules/home-api/src/apiSchema/homeUserPassport.ts +6 -6
- package/src/suite/a-home/modules/home-base/package.json +1 -1
- package/src/suite/a-home/modules/home-base/src/page/errorNotFound/controller.tsx +0 -2
- package/src/suite/a-home/modules/home-icon/package.json +1 -1
- package/src/suite/a-home/modules/home-index/package.json +1 -1
- package/src/suite/a-home/modules/home-layoutempty/package.json +1 -1
- package/src/suite/a-home/modules/home-layouttabs/package.json +1 -1
- package/src/suite/a-home/modules/home-login/package.json +1 -1
- package/src/suite/a-home/modules/home-passport/package.json +1 -1
- package/src/suite/a-home/package.json +4 -4
- package/src/suite/a-vuetify/modules/vuetify-adapter/package.json +1 -1
- package/src/suite/a-vuetify/modules/vuetify-adapter/src/bean/sys.icon.ts +11 -1
- package/src/suite/a-vuetify/modules/vuetify-form/package.json +1 -1
- package/src/suite/a-vuetify/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-ui-vuetify",
|
|
3
|
-
"version": "5.1.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "5.1.22",
|
|
4
|
+
"gitHead": "cca61dcdce4c3b1e779e92b2dfd8f54b2e2ed07e",
|
|
5
5
|
"description": "A vue3 vuetify framework with ioc",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"ioc",
|
|
@@ -54,70 +54,70 @@
|
|
|
54
54
|
"dev:spa:cabloyStartWeb": "npm run prerun && quasar dev --mode spa --flavor cabloyStartWeb"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@cabloy/compose": "^2.
|
|
58
|
-
"@cabloy/deps": "^1.
|
|
59
|
-
"@cabloy/json5": "^1.
|
|
60
|
-
"@cabloy/logger": "^1.1.
|
|
57
|
+
"@cabloy/compose": "^2.1.3",
|
|
58
|
+
"@cabloy/deps": "^1.1.3",
|
|
59
|
+
"@cabloy/json5": "^1.1.3",
|
|
60
|
+
"@cabloy/logger": "^1.1.8",
|
|
61
61
|
"@cabloy/module-info": "^2.0.0",
|
|
62
|
-
"@cabloy/utils": "^2.
|
|
62
|
+
"@cabloy/utils": "^2.1.3",
|
|
63
63
|
"@cabloy/vue-router": "^4.4.16",
|
|
64
|
-
"@cabloy/word-utils": "^2.1.
|
|
65
|
-
"@cabloy/zod-openapi": "^1.
|
|
64
|
+
"@cabloy/word-utils": "^2.1.8",
|
|
65
|
+
"@cabloy/zod-openapi": "^1.1.3",
|
|
66
66
|
"@date-io/luxon": "^3.2.0",
|
|
67
|
-
"@fontsource/roboto": "^5.2.
|
|
68
|
-
"@tanstack/query-core": "^5.
|
|
67
|
+
"@fontsource/roboto": "^5.2.10",
|
|
68
|
+
"@tanstack/query-core": "^5.97.0",
|
|
69
69
|
"@tanstack/table-core": "^8.21.3",
|
|
70
|
-
"@tanstack/vue-form": "^1.
|
|
71
|
-
"@tanstack/vue-query": "^5.
|
|
70
|
+
"@tanstack/vue-form": "^1.29.0",
|
|
71
|
+
"@tanstack/vue-query": "^5.97.0",
|
|
72
72
|
"@tanstack/vue-table": "^8.21.3",
|
|
73
|
-
"axios": "^1.
|
|
73
|
+
"axios": "^1.15.0",
|
|
74
74
|
"compression": "^1.8.1",
|
|
75
75
|
"connect": "^3.7.0",
|
|
76
76
|
"cors": "^2.8.6",
|
|
77
77
|
"csx": "^10.0.2",
|
|
78
|
-
"defu": "^6.1.
|
|
78
|
+
"defu": "^6.1.7",
|
|
79
79
|
"express": "^5.2.1",
|
|
80
80
|
"luxon": "^3.7.2",
|
|
81
|
-
"mutate-on-copy": "^1.1.
|
|
81
|
+
"mutate-on-copy": "^1.1.8",
|
|
82
82
|
"openapi3-ts": "^4.5.0",
|
|
83
|
-
"quasar": "^2.
|
|
84
|
-
"table-identity": "^1.
|
|
83
|
+
"quasar": "^2.19.3",
|
|
84
|
+
"table-identity": "^1.1.3",
|
|
85
85
|
"typestyle": "^2.4.0",
|
|
86
|
-
"vue": "^3.5.
|
|
87
|
-
"vue-router": "
|
|
88
|
-
"vuetify": "^4.0.
|
|
89
|
-
"zod": "^4.
|
|
90
|
-
"zova": "^5.1.
|
|
91
|
-
"zova-jsx": "^1.1.
|
|
92
|
-
"zova-module-a-action": "^5.1.
|
|
93
|
-
"zova-module-a-actions": "^5.1.
|
|
94
|
-
"zova-module-a-api": "^5.1.
|
|
95
|
-
"zova-module-a-app": "^5.1.
|
|
96
|
-
"zova-module-a-bean": "^5.1.
|
|
97
|
-
"zova-module-a-behavior": "^5.1.
|
|
98
|
-
"zova-module-a-behaviors": "^5.1.
|
|
99
|
-
"zova-module-a-boundary": "^5.1.
|
|
100
|
-
"zova-module-a-currency": "^5.1.
|
|
101
|
-
"zova-module-a-date": "^5.1.
|
|
102
|
-
"zova-module-a-fetch": "^5.1.
|
|
103
|
-
"zova-module-a-form": "^5.1.
|
|
104
|
-
"zova-module-a-icon": "^5.1.
|
|
105
|
-
"zova-module-a-interceptor": "^5.1.
|
|
106
|
-
"zova-module-a-logger": "^5.1.
|
|
107
|
-
"zova-module-a-meta": "^5.1.
|
|
108
|
-
"zova-module-a-model": "^5.1.
|
|
109
|
-
"zova-module-a-openapi": "^5.1.
|
|
110
|
-
"zova-module-a-pinia": "^5.1.
|
|
111
|
-
"zova-module-a-router": "^5.1.
|
|
112
|
-
"zova-module-a-routerstack": "^5.1.
|
|
113
|
-
"zova-module-a-routertabs": "^5.1.
|
|
114
|
-
"zova-module-a-ssr": "^5.1.
|
|
115
|
-
"zova-module-a-ssrhmr": "^5.1.
|
|
116
|
-
"zova-module-a-ssrserver": "^5.1.
|
|
117
|
-
"zova-module-a-style": "^5.1.
|
|
118
|
-
"zova-module-a-table": "^5.1.
|
|
119
|
-
"zova-module-a-zod": "^5.1.
|
|
120
|
-
"zova-module-a-zova": "^5.1.
|
|
86
|
+
"vue": "^3.5.32",
|
|
87
|
+
"vue-router": "npm:@cabloy/vue-router@^4.4.16",
|
|
88
|
+
"vuetify": "^4.0.5",
|
|
89
|
+
"zod": "^4.3.6",
|
|
90
|
+
"zova": "^5.1.15",
|
|
91
|
+
"zova-jsx": "^1.1.10",
|
|
92
|
+
"zova-module-a-action": "^5.1.11",
|
|
93
|
+
"zova-module-a-actions": "^5.1.9",
|
|
94
|
+
"zova-module-a-api": "^5.1.8",
|
|
95
|
+
"zova-module-a-app": "^5.1.9",
|
|
96
|
+
"zova-module-a-bean": "^5.1.10",
|
|
97
|
+
"zova-module-a-behavior": "^5.1.9",
|
|
98
|
+
"zova-module-a-behaviors": "^5.1.8",
|
|
99
|
+
"zova-module-a-boundary": "^5.1.8",
|
|
100
|
+
"zova-module-a-currency": "^5.1.9",
|
|
101
|
+
"zova-module-a-date": "^5.1.9",
|
|
102
|
+
"zova-module-a-fetch": "^5.1.8",
|
|
103
|
+
"zova-module-a-form": "^5.1.9",
|
|
104
|
+
"zova-module-a-icon": "^5.1.10",
|
|
105
|
+
"zova-module-a-interceptor": "^5.1.8",
|
|
106
|
+
"zova-module-a-logger": "^5.1.8",
|
|
107
|
+
"zova-module-a-meta": "^5.1.8",
|
|
108
|
+
"zova-module-a-model": "^5.1.8",
|
|
109
|
+
"zova-module-a-openapi": "^5.1.8",
|
|
110
|
+
"zova-module-a-pinia": "^5.1.8",
|
|
111
|
+
"zova-module-a-router": "^5.1.10",
|
|
112
|
+
"zova-module-a-routerstack": "^5.1.9",
|
|
113
|
+
"zova-module-a-routertabs": "^5.1.9",
|
|
114
|
+
"zova-module-a-ssr": "^5.1.8",
|
|
115
|
+
"zova-module-a-ssrhmr": "^5.1.8",
|
|
116
|
+
"zova-module-a-ssrserver": "^5.1.8",
|
|
117
|
+
"zova-module-a-style": "^5.1.8",
|
|
118
|
+
"zova-module-a-table": "^5.1.9",
|
|
119
|
+
"zova-module-a-zod": "^5.1.8",
|
|
120
|
+
"zova-module-a-zova": "^5.1.12",
|
|
121
121
|
"zova-module-demo-basic": "workspace:^",
|
|
122
122
|
"zova-module-home-api": "workspace:^",
|
|
123
123
|
"zova-module-home-base": "workspace:^",
|
|
@@ -127,35 +127,35 @@
|
|
|
127
127
|
"zova-module-home-layouttabs": "workspace:^",
|
|
128
128
|
"zova-module-home-login": "workspace:^",
|
|
129
129
|
"zova-module-home-passport": "workspace:^",
|
|
130
|
-
"zova-module-rest-actions": "^5.1.
|
|
131
|
-
"zova-module-rest-resource": "^5.1.
|
|
130
|
+
"zova-module-rest-actions": "^5.1.10",
|
|
131
|
+
"zova-module-rest-resource": "^5.1.10",
|
|
132
132
|
"zova-module-vuetify-adapter": "workspace:^",
|
|
133
133
|
"zova-module-vuetify-form": "workspace:^"
|
|
134
134
|
},
|
|
135
135
|
"devDependencies": {
|
|
136
136
|
"@cabloy/cli": "^3.0.105",
|
|
137
|
-
"@cabloy/lint": "^5.
|
|
137
|
+
"@cabloy/lint": "^5.1.5",
|
|
138
138
|
"@cabloy/openapi-typescript": "^7.9.2",
|
|
139
|
-
"@quasar/app-vite": "2.
|
|
139
|
+
"@quasar/app-vite": "npm:@cabloy/quasar-app-vite@^2.5.9",
|
|
140
140
|
"@types/luxon": "^3.7.1",
|
|
141
|
-
"@types/node": "^22.
|
|
142
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
143
|
-
"autoprefixer": "^10.4.
|
|
141
|
+
"@types/node": "^22.19.17",
|
|
142
|
+
"@vitejs/plugin-vue": "^6.0.5",
|
|
143
|
+
"autoprefixer": "^10.4.27",
|
|
144
144
|
"concurrently": "^8.2.2",
|
|
145
145
|
"fs-extra": "^11.2.0",
|
|
146
146
|
"less": "^4.6.4",
|
|
147
147
|
"oxfmt": "^0.41.0",
|
|
148
|
-
"oxlint": "^1.
|
|
149
|
-
"quasar-app-extension-zova": "^1.2.
|
|
150
|
-
"sass-embedded": "^1.
|
|
148
|
+
"oxlint": "^1.59.0",
|
|
149
|
+
"quasar-app-extension-zova": "^1.2.13",
|
|
150
|
+
"sass-embedded": "^1.99.0",
|
|
151
151
|
"typescript": "^5.9.3",
|
|
152
152
|
"unplugin-fonts": "^1.4.0",
|
|
153
|
-
"vite": "^8.0.
|
|
153
|
+
"vite": "^8.0.8",
|
|
154
154
|
"vite-plugin-fake-server-turbo": "^3.0.18",
|
|
155
|
-
"vite-plugin-vuetify": "^2.1.
|
|
156
|
-
"vue-tsc": "^3.2.
|
|
157
|
-
"zova-openapi": "^1.1.
|
|
158
|
-
"zova-vite": "^1.1.
|
|
155
|
+
"vite-plugin-vuetify": "^2.1.3",
|
|
156
|
+
"vue-tsc": "^3.2.6",
|
|
157
|
+
"zova-openapi": "^1.1.8",
|
|
158
|
+
"zova-vite": "^1.1.13"
|
|
159
159
|
},
|
|
160
160
|
"packageManager": "pnpm@10.19.0"
|
|
161
161
|
}
|
package/package.original.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-ui-vuetify",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.21",
|
|
4
4
|
"description": "A vue3 vuetify framework with ioc",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -49,38 +49,38 @@
|
|
|
49
49
|
"url": "https://github.com/cabloy/zova/issues"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@fontsource/roboto": "^5.2.
|
|
52
|
+
"@fontsource/roboto": "^5.2.10",
|
|
53
53
|
"compression": "^1.8.1",
|
|
54
54
|
"connect": "^3.7.0",
|
|
55
55
|
"cors": "^2.8.6",
|
|
56
56
|
"express": "^5.2.1",
|
|
57
|
-
"quasar": "^2.
|
|
58
|
-
"vue": "^3.5.
|
|
59
|
-
"vuetify": "^4.0.
|
|
60
|
-
"vue-router": "
|
|
61
|
-
"zova": "^5.1.
|
|
57
|
+
"quasar": "^2.19.3",
|
|
58
|
+
"vue": "^3.5.32",
|
|
59
|
+
"vuetify": "^4.0.5",
|
|
60
|
+
"vue-router": "npm:@cabloy/vue-router@^4.4.16",
|
|
61
|
+
"zova": "^5.1.14"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@cabloy/lint": "^5.
|
|
64
|
+
"@cabloy/lint": "^5.1.5",
|
|
65
65
|
"@cabloy/openapi-typescript": "^7.9.2",
|
|
66
|
-
"@quasar/app-vite": "2.
|
|
67
|
-
"@types/node": "^22.
|
|
68
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
69
|
-
"autoprefixer": "^10.4.
|
|
66
|
+
"@quasar/app-vite": "npm:@cabloy/quasar-app-vite@^2.5.9",
|
|
67
|
+
"@types/node": "^22.19.17",
|
|
68
|
+
"@vitejs/plugin-vue": "^6.0.5",
|
|
69
|
+
"autoprefixer": "^10.4.27",
|
|
70
70
|
"concurrently": "^8.2.2",
|
|
71
71
|
"oxfmt": "^0.41.0",
|
|
72
|
-
"oxlint": "^1.
|
|
72
|
+
"oxlint": "^1.59.0",
|
|
73
73
|
"less": "^4.6.4",
|
|
74
|
-
"quasar-app-extension-zova": "^1.2.
|
|
75
|
-
"sass-embedded": "^1.
|
|
74
|
+
"quasar-app-extension-zova": "^1.2.13",
|
|
75
|
+
"sass-embedded": "^1.99.0",
|
|
76
76
|
"typescript": "^5.9.3",
|
|
77
77
|
"unplugin-fonts": "^1.4.0",
|
|
78
|
-
"vite": "^8.0.
|
|
78
|
+
"vite": "^8.0.8",
|
|
79
79
|
"vite-plugin-fake-server-turbo": "^3.0.18",
|
|
80
|
-
"vite-plugin-vuetify": "^2.1.
|
|
81
|
-
"vue-tsc": "^3.2.
|
|
82
|
-
"zova-openapi": "^1.1.
|
|
83
|
-
"zova-vite": "^1.1.
|
|
80
|
+
"vite-plugin-vuetify": "^2.1.3",
|
|
81
|
+
"vue-tsc": "^3.2.6",
|
|
82
|
+
"zova-openapi": "^1.1.8",
|
|
83
|
+
"zova-vite": "^1.1.13",
|
|
84
84
|
"@cabloy/cli": "^3.0.105",
|
|
85
85
|
"@types/luxon": "^3.7.1",
|
|
86
86
|
"fs-extra": "^11.2.0"
|
package/src/css/settings.scss
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import { Api, BeanApiBase, IApiActionOptions } from 'zova-module-a-api';
|
|
2
2
|
|
|
3
|
-
import type
|
|
4
|
-
|
|
5
|
-
import { OpenApiBaseURL } from './openapi/index.js';
|
|
3
|
+
import { OpenApiBaseURL, type paths } from './openapi/index.js';
|
|
6
4
|
|
|
7
5
|
/** Captcha_create */
|
|
8
6
|
export const ApiApiCaptchacreatePath = '/api/captcha/create';
|
|
9
7
|
export type ApiApiCaptchacreatePath = '/api/captcha/create';
|
|
10
8
|
export type ApiApiCaptchacreateMethod = 'post';
|
|
11
|
-
export
|
|
9
|
+
export type ApiApiCaptchacreateRequestBody = {
|
|
12
10
|
scene: string;
|
|
13
|
-
}
|
|
11
|
+
};
|
|
14
12
|
export type ApiApiCaptchacreateResponseBody =
|
|
15
13
|
paths[ApiApiCaptchacreatePath][ApiApiCaptchacreateMethod]['responses']['200']['content']['application/json']['data'];
|
|
16
14
|
|
|
@@ -18,10 +16,10 @@ export type ApiApiCaptchacreateResponseBody =
|
|
|
18
16
|
export const ApiApiCaptcharefreshPath = '/api/captcha/refresh';
|
|
19
17
|
export type ApiApiCaptcharefreshPath = '/api/captcha/refresh';
|
|
20
18
|
export type ApiApiCaptcharefreshMethod = 'post';
|
|
21
|
-
export
|
|
19
|
+
export type ApiApiCaptcharefreshRequestBody = {
|
|
22
20
|
id: string;
|
|
23
21
|
scene: string;
|
|
24
|
-
}
|
|
22
|
+
};
|
|
25
23
|
export type ApiApiCaptcharefreshResponseBody =
|
|
26
24
|
paths[ApiApiCaptcharefreshPath][ApiApiCaptcharefreshMethod]['responses']['200']['content']['application/json']['data'];
|
|
27
25
|
|
|
@@ -29,10 +27,10 @@ export type ApiApiCaptcharefreshResponseBody =
|
|
|
29
27
|
export const ApiApiCaptchaverifyImmediatePath = '/api/captcha/verifyImmediate';
|
|
30
28
|
export type ApiApiCaptchaverifyImmediatePath = '/api/captcha/verifyImmediate';
|
|
31
29
|
export type ApiApiCaptchaverifyImmediateMethod = 'post';
|
|
32
|
-
export
|
|
30
|
+
export type ApiApiCaptchaverifyImmediateRequestBody = {
|
|
33
31
|
id: string;
|
|
34
32
|
token?: unknown;
|
|
35
|
-
}
|
|
33
|
+
};
|
|
36
34
|
export type ApiApiCaptchaverifyImmediateResponseBody =
|
|
37
35
|
paths[ApiApiCaptchaverifyImmediatePath][ApiApiCaptchaverifyImmediateMethod]['responses']['200']['content']['application/json']['data'];
|
|
38
36
|
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Api, BeanApiBase, IApiActionOptions } from 'zova-module-a-api';
|
|
2
2
|
|
|
3
|
-
import type
|
|
4
|
-
|
|
5
|
-
import { OpenApiBaseURL } from './openapi/index.js';
|
|
3
|
+
import { OpenApiBaseURL, type paths } from './openapi/index.js';
|
|
6
4
|
|
|
7
5
|
/** Home_index */
|
|
8
6
|
export const ApiApiHomeindexPath = '/';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Api, BeanApiBase, IApiActionOptions } from 'zova-module-a-api';
|
|
2
2
|
|
|
3
|
-
import type
|
|
4
|
-
|
|
5
|
-
import { OpenApiBaseURL } from './openapi/index.js';
|
|
3
|
+
import { OpenApiBaseURL, type paths } from './openapi/index.js';
|
|
6
4
|
|
|
7
5
|
/** HomeBaseMenu_retrieveMenus */
|
|
8
6
|
export const ApiApiHomeBaseMenuretrieveMenusPath = '/api/home/base/menu/{publicPath?}';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Api, BeanApiBase, IApiActionOptions } from 'zova-module-a-api';
|
|
2
2
|
|
|
3
|
-
import type
|
|
4
|
-
|
|
5
|
-
import { OpenApiBaseURL } from './openapi/index.js';
|
|
3
|
+
import { OpenApiBaseURL, type paths } from './openapi/index.js';
|
|
6
4
|
|
|
7
5
|
/** HomeBasePermission_retrievePermissions */
|
|
8
6
|
export const ApiApiHomeBasePermissionretrievePermissionsPath = '/api/home/base/permission/{resource}';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Api, BeanApiBase, IApiActionOptions } from 'zova-module-a-api';
|
|
2
2
|
|
|
3
|
-
import type
|
|
4
|
-
|
|
5
|
-
import { OpenApiBaseURL } from './openapi/index.js';
|
|
3
|
+
import { OpenApiBaseURL, type components, type paths } from './openapi/index.js';
|
|
6
4
|
|
|
7
5
|
/** HomeUserPassport_current */
|
|
8
6
|
export const ApiApiHomeUserPassportcurrentPath = '/api/home/user/passport/current';
|
|
@@ -71,9 +69,9 @@ export type ApiApiHomeUserPassportmigrateResponseBody =
|
|
|
71
69
|
export const ApiApiHomeUserPassportrefreshAuthTokenPath = '/api/home/user/passport/refreshAuthToken';
|
|
72
70
|
export type ApiApiHomeUserPassportrefreshAuthTokenPath = '/api/home/user/passport/refreshAuthToken';
|
|
73
71
|
export type ApiApiHomeUserPassportrefreshAuthTokenMethod = 'post';
|
|
74
|
-
export
|
|
72
|
+
export type ApiApiHomeUserPassportrefreshAuthTokenRequestBody = {
|
|
75
73
|
refreshToken: string;
|
|
76
|
-
}
|
|
74
|
+
};
|
|
77
75
|
export type ApiApiHomeUserPassportrefreshAuthTokenResponseBody =
|
|
78
76
|
paths[ApiApiHomeUserPassportrefreshAuthTokenPath][ApiApiHomeUserPassportrefreshAuthTokenMethod]['responses']['200']['content']['application/json']['data'];
|
|
79
77
|
|
|
@@ -81,9 +79,9 @@ export type ApiApiHomeUserPassportrefreshAuthTokenResponseBody =
|
|
|
81
79
|
export const ApiApiHomeUserPassportcreatePassportJwtFromOauthCodePath = '/api/home/user/passport/createPassportJwtFromOauthCode';
|
|
82
80
|
export type ApiApiHomeUserPassportcreatePassportJwtFromOauthCodePath = '/api/home/user/passport/createPassportJwtFromOauthCode';
|
|
83
81
|
export type ApiApiHomeUserPassportcreatePassportJwtFromOauthCodeMethod = 'post';
|
|
84
|
-
export
|
|
82
|
+
export type ApiApiHomeUserPassportcreatePassportJwtFromOauthCodeRequestBody = {
|
|
85
83
|
code: string;
|
|
86
|
-
}
|
|
84
|
+
};
|
|
87
85
|
export type ApiApiHomeUserPassportcreatePassportJwtFromOauthCodeResponseBody =
|
|
88
86
|
paths[ApiApiHomeUserPassportcreatePassportJwtFromOauthCodePath][ApiApiHomeUserPassportcreatePassportJwtFromOauthCodeMethod]['responses']['200']['content']['application/json']['data'];
|
|
89
87
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
// eslint-disable
|
|
2
2
|
import type { components } from './types.js';
|
|
3
3
|
export type ApiSchemaTestVonaDtoPostCreate = components['schemas']['test-vona.dto.postCreate'];
|
|
4
4
|
export type ApiSchemaTestVonaDtoPostCreatePartial = Partial<ApiSchemaTestVonaDtoPostCreate>;
|
|
@@ -42,72 +42,6 @@ export type ApiSchemaACaptchaDtoCaptchaVerify_c3cd80b1eeafe39bfe4433491bb081d68e
|
|
|
42
42
|
components['schemas']['a-captcha.dto.captchaVerify_c3cd80b1eeafe39bfe4433491bb081d68e84797e_3218e7d152830e08f6e764b9e0c3796df929ee2b'];
|
|
43
43
|
export type ApiSchemaACaptchaDtoCaptchaVerify_c3cd80b1eeafe39bfe4433491bb081d68e84797e_3218e7d152830e08f6e764b9e0c3796df929ee2bPartial =
|
|
44
44
|
Partial<ApiSchemaACaptchaDtoCaptchaVerify_c3cd80b1eeafe39bfe4433491bb081d68e84797e_3218e7d152830e08f6e764b9e0c3796df929ee2b>;
|
|
45
|
-
export type ApiSchemaCabloyStoreDtoCabloyModuleCreate = components['schemas']['cabloy-store.dto.cabloyModuleCreate'];
|
|
46
|
-
export type ApiSchemaCabloyStoreDtoCabloyModuleCreatePartial = Partial<ApiSchemaCabloyStoreDtoCabloyModuleCreate>;
|
|
47
|
-
export type ApiSchemaCabloyStoreEntityCabloyModuleContent_81badf1cb6c91a163ef245059a4656a90b23a2f0_1816ff740d81c738ec055c7038bbd93beb9405a7 =
|
|
48
|
-
components['schemas']['cabloy-store.entity.cabloyModuleContent_81badf1cb6c91a163ef245059a4656a90b23a2f0_1816ff740d81c738ec055c7038bbd93beb9405a7'];
|
|
49
|
-
export type ApiSchemaCabloyStoreEntityCabloyModuleContent_81badf1cb6c91a163ef245059a4656a90b23a2f0_1816ff740d81c738ec055c7038bbd93beb9405a7Partial =
|
|
50
|
-
Partial<ApiSchemaCabloyStoreEntityCabloyModuleContent_81badf1cb6c91a163ef245059a4656a90b23a2f0_1816ff740d81c738ec055c7038bbd93beb9405a7>;
|
|
51
|
-
export type ApiSchemaCabloyStoreDtoCabloyModuleQueryRes = components['schemas']['cabloy-store.dto.cabloyModuleQueryRes'];
|
|
52
|
-
export type ApiSchemaCabloyStoreDtoCabloyModuleQueryResPartial = Partial<ApiSchemaCabloyStoreDtoCabloyModuleQueryRes>;
|
|
53
|
-
export type ApiSchemaCabloyStoreDtoCabloyModuleQueryResItem = components['schemas']['cabloy-store.dto.cabloyModuleQueryResItem'];
|
|
54
|
-
export type ApiSchemaCabloyStoreDtoCabloyModuleQueryResItemPartial = Partial<ApiSchemaCabloyStoreDtoCabloyModuleQueryResItem>;
|
|
55
|
-
export type ApiSchemaCabloyStoreEntityCabloyProvider_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7 =
|
|
56
|
-
components['schemas']['cabloy-store.entity.cabloyProvider_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
|
|
57
|
-
export type ApiSchemaCabloyStoreEntityCabloyProvider_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7Partial =
|
|
58
|
-
Partial<ApiSchemaCabloyStoreEntityCabloyProvider_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7>;
|
|
59
|
-
export type ApiSchemaCabloyStoreDtoCabloyModuleView = components['schemas']['cabloy-store.dto.cabloyModuleView'];
|
|
60
|
-
export type ApiSchemaCabloyStoreDtoCabloyModuleViewPartial = Partial<ApiSchemaCabloyStoreDtoCabloyModuleView>;
|
|
61
|
-
export type ApiSchemaCabloyStoreEntityCabloyModuleContent_1c9d53f3af6f7dcc5939f31fcb21323dc5f0c0f2_1816ff740d81c738ec055c7038bbd93beb9405a7 =
|
|
62
|
-
components['schemas']['cabloy-store.entity.cabloyModuleContent_1c9d53f3af6f7dcc5939f31fcb21323dc5f0c0f2_1816ff740d81c738ec055c7038bbd93beb9405a7'];
|
|
63
|
-
export type ApiSchemaCabloyStoreEntityCabloyModuleContent_1c9d53f3af6f7dcc5939f31fcb21323dc5f0c0f2_1816ff740d81c738ec055c7038bbd93beb9405a7Partial =
|
|
64
|
-
Partial<ApiSchemaCabloyStoreEntityCabloyModuleContent_1c9d53f3af6f7dcc5939f31fcb21323dc5f0c0f2_1816ff740d81c738ec055c7038bbd93beb9405a7>;
|
|
65
|
-
export type ApiSchemaCabloyStoreDtoCabloyModuleUpdate = components['schemas']['cabloy-store.dto.cabloyModuleUpdate'];
|
|
66
|
-
export type ApiSchemaCabloyStoreDtoCabloyModuleUpdatePartial = Partial<ApiSchemaCabloyStoreDtoCabloyModuleUpdate>;
|
|
67
|
-
export type ApiSchemaCabloyStoreEntityCabloyModuleContent_e7b4a0d4d4633f151e39304b0c3e984921d39abe_1816ff740d81c738ec055c7038bbd93beb9405a7 =
|
|
68
|
-
components['schemas']['cabloy-store.entity.cabloyModuleContent_e7b4a0d4d4633f151e39304b0c3e984921d39abe_1816ff740d81c738ec055c7038bbd93beb9405a7'];
|
|
69
|
-
export type ApiSchemaCabloyStoreEntityCabloyModuleContent_e7b4a0d4d4633f151e39304b0c3e984921d39abe_1816ff740d81c738ec055c7038bbd93beb9405a7Partial =
|
|
70
|
-
Partial<ApiSchemaCabloyStoreEntityCabloyModuleContent_e7b4a0d4d4633f151e39304b0c3e984921d39abe_1816ff740d81c738ec055c7038bbd93beb9405a7>;
|
|
71
|
-
export type ApiSchemaCabloyStoreDtoCabloyModuleViewByName = components['schemas']['cabloy-store.dto.cabloyModuleViewByName'];
|
|
72
|
-
export type ApiSchemaCabloyStoreDtoCabloyModuleViewByNamePartial = Partial<ApiSchemaCabloyStoreDtoCabloyModuleViewByName>;
|
|
73
|
-
export type ApiSchemaCabloyStoreDtoCabloyProviderCreate = components['schemas']['cabloy-store.dto.cabloyProviderCreate'];
|
|
74
|
-
export type ApiSchemaCabloyStoreDtoCabloyProviderCreatePartial = Partial<ApiSchemaCabloyStoreDtoCabloyProviderCreate>;
|
|
75
|
-
export type ApiSchemaCabloyStoreDtoCabloyProviderQueryRes = components['schemas']['cabloy-store.dto.cabloyProviderQueryRes'];
|
|
76
|
-
export type ApiSchemaCabloyStoreDtoCabloyProviderQueryResPartial = Partial<ApiSchemaCabloyStoreDtoCabloyProviderQueryRes>;
|
|
77
|
-
export type ApiSchemaCabloyStoreEntityCabloyProvider = components['schemas']['cabloy-store.entity.cabloyProvider'];
|
|
78
|
-
export type ApiSchemaCabloyStoreEntityCabloyProviderPartial = Partial<ApiSchemaCabloyStoreEntityCabloyProvider>;
|
|
79
|
-
export type ApiSchemaCabloyStoreDtoCabloyProviderUpdate = components['schemas']['cabloy-store.dto.cabloyProviderUpdate'];
|
|
80
|
-
export type ApiSchemaCabloyStoreDtoCabloyProviderUpdatePartial = Partial<ApiSchemaCabloyStoreDtoCabloyProviderUpdate>;
|
|
81
|
-
export type ApiSchemaStorePurchaseDtoPurchaseOrderCreate = components['schemas']['store-purchase.dto.purchaseOrderCreate'];
|
|
82
|
-
export type ApiSchemaStorePurchaseDtoPurchaseOrderCreatePartial = Partial<ApiSchemaStorePurchaseDtoPurchaseOrderCreate>;
|
|
83
|
-
export type ApiSchemaStorePurchaseDtoPurchaseOrderQueryRes = components['schemas']['store-purchase.dto.purchaseOrderQueryRes'];
|
|
84
|
-
export type ApiSchemaStorePurchaseDtoPurchaseOrderQueryResPartial = Partial<ApiSchemaStorePurchaseDtoPurchaseOrderQueryRes>;
|
|
85
|
-
export type ApiSchemaStorePurchaseEntityPurchaseOrder = components['schemas']['store-purchase.entity.purchaseOrder'];
|
|
86
|
-
export type ApiSchemaStorePurchaseEntityPurchaseOrderPartial = Partial<ApiSchemaStorePurchaseEntityPurchaseOrder>;
|
|
87
|
-
export type ApiSchemaStorePurchaseDtoPurchaseOrderUpdate = components['schemas']['store-purchase.dto.purchaseOrderUpdate'];
|
|
88
|
-
export type ApiSchemaStorePurchaseDtoPurchaseOrderUpdatePartial = Partial<ApiSchemaStorePurchaseDtoPurchaseOrderUpdate>;
|
|
89
|
-
export type ApiSchemaStorePurchaseDtoPurchaseRecordCreate = components['schemas']['store-purchase.dto.purchaseRecordCreate'];
|
|
90
|
-
export type ApiSchemaStorePurchaseDtoPurchaseRecordCreatePartial = Partial<ApiSchemaStorePurchaseDtoPurchaseRecordCreate>;
|
|
91
|
-
export type ApiSchemaStorePurchaseDtoPurchaseRecordQueryRes = components['schemas']['store-purchase.dto.purchaseRecordQueryRes'];
|
|
92
|
-
export type ApiSchemaStorePurchaseDtoPurchaseRecordQueryResPartial = Partial<ApiSchemaStorePurchaseDtoPurchaseRecordQueryRes>;
|
|
93
|
-
export type ApiSchemaHomeUserEntityUser_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7 =
|
|
94
|
-
components['schemas']['home-user.entity.user_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
|
|
95
|
-
export type ApiSchemaHomeUserEntityUser_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7Partial =
|
|
96
|
-
Partial<ApiSchemaHomeUserEntityUser_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7>;
|
|
97
|
-
export type ApiSchemaCabloyStoreEntityCabloyModule_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7 =
|
|
98
|
-
components['schemas']['cabloy-store.entity.cabloyModule_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
|
|
99
|
-
export type ApiSchemaCabloyStoreEntityCabloyModule_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7Partial =
|
|
100
|
-
Partial<ApiSchemaCabloyStoreEntityCabloyModule_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7>;
|
|
101
|
-
export type ApiSchemaStorePurchaseEntityPurchaseRecord = components['schemas']['store-purchase.entity.purchaseRecord'];
|
|
102
|
-
export type ApiSchemaStorePurchaseEntityPurchaseRecordPartial = Partial<ApiSchemaStorePurchaseEntityPurchaseRecord>;
|
|
103
|
-
export type ApiSchemaStorePurchaseDtoPurchaseRecordUpdate = components['schemas']['store-purchase.dto.purchaseRecordUpdate'];
|
|
104
|
-
export type ApiSchemaStorePurchaseDtoPurchaseRecordUpdatePartial = Partial<ApiSchemaStorePurchaseDtoPurchaseRecordUpdate>;
|
|
105
|
-
export type ApiSchemaStorePurchaseDtoPurchaseRecordView = components['schemas']['store-purchase.dto.purchaseRecordView'];
|
|
106
|
-
export type ApiSchemaStorePurchaseDtoPurchaseRecordViewPartial = Partial<ApiSchemaStorePurchaseDtoPurchaseRecordView>;
|
|
107
|
-
export type ApiSchemaStorePurchaseDtoPurchasePaypalResBody = components['schemas']['store-purchase.dto.purchasePaypalResBody'];
|
|
108
|
-
export type ApiSchemaStorePurchaseDtoPurchasePaypalResBodyPartial = Partial<ApiSchemaStorePurchaseDtoPurchasePaypalResBody>;
|
|
109
|
-
export type ApiSchemaStorePurchaseDtoPurchasePaypalReqBody = components['schemas']['store-purchase.dto.purchasePaypalReqBody'];
|
|
110
|
-
export type ApiSchemaStorePurchaseDtoPurchasePaypalReqBodyPartial = Partial<ApiSchemaStorePurchaseDtoPurchasePaypalReqBody>;
|
|
111
45
|
export type ApiSchemaTestRestDtoProductCreate = components['schemas']['test-rest.dto.productCreate'];
|
|
112
46
|
export type ApiSchemaTestRestDtoProductCreatePartial = Partial<ApiSchemaTestRestDtoProductCreate>;
|
|
113
47
|
export type ApiSchemaTestRestDtoProductQueryRes = components['schemas']['test-rest.dto.productQueryRes'];
|