cabloy 5.1.67 → 5.1.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/package.json +1 -1
- package/vona/packages-cli/cli/package.json +1 -1
- package/vona/packages-cli/cli-set-api/package.json +1 -1
- package/vona/packages-utils/zod-query/package.json +1 -1
- package/vona/packages-utils/zod-query/src/lib/query.ts +4 -0
- package/vona/packages-vona/vona/package.json +1 -1
- package/vona/packages-vona/vona-core/package.json +1 -1
- package/vona/packages-vona/vona-mock/package.json +1 -1
- package/vona/pnpm-lock.yaml +762 -840
- package/vona/pnpm-workspace.yaml +1 -1
- package/vona/src/suite/a-training/modules/training-record/src/bean/meta.version.ts +4 -1
- package/vona/src/suite/a-training/modules/training-record/src/config/locale/en-us.ts +5 -2
- package/vona/src/suite/a-training/modules/training-record/src/config/locale/zh-cn.ts +5 -2
- package/vona/src/suite/a-training/modules/training-record/src/dto/recordCreate.tsx +1 -1
- package/vona/src/suite/a-training/modules/training-record/src/dto/recordSelectReq.tsx +4 -4
- package/vona/src/suite/a-training/modules/training-record/src/dto/recordUpdate.tsx +1 -1
- package/vona/src/suite/a-training/modules/training-record/src/dto/recordView.tsx +1 -1
- package/vona/src/suite/a-training/modules/training-record/src/entity/record.tsx +26 -11
- package/vona/src/suite/a-training/modules/training-record/test/record.test.ts +27 -3
- package/vona/src/suite/a-training/modules/training-recordsubject/src/config/locale/en-us.ts +2 -2
- package/vona/src/suite/a-training/modules/training-recordsubject/src/config/locale/zh-cn.ts +2 -2
- package/vona/src/suite/a-training/modules/training-recordsubject/src/entity/subject.tsx +3 -3
- package/vona/src/suite/a-training/modules/training-student/src/.metadata/index.ts +1 -1
- package/vona/src/suite/a-training/modules/training-student/src/config/locale/en-us.ts +1 -1
- package/vona/src/suite/a-training/modules/training-student/src/config/locale/zh-cn.ts +1 -1
- package/vona/src/suite/a-training/modules/training-student/src/dto/detailRecordBase.tsx +11 -2
- package/vona/src/suite/a-training/modules/training-student/src/dto/studentSummary.tsx +1 -1
- package/vona/src/suite/a-training/modules/training-student/src/entity/student.tsx +1 -1
- package/vona/src/suite/a-training/modules/training-student/src/model/student.ts +9 -1
- package/vona/src/suite/a-training/modules/training-student/test/student.test.ts +21 -2
- package/vona/src/suite-vendor/a-vona/modules/a-core/package.json +1 -1
- package/vona/src/suite-vendor/a-vona/modules/a-openapi/package.json +1 -1
- package/vona/src/suite-vendor/a-vona/package.json +1 -1
- package/zova/packages-utils/zova-jsx/package.json +2 -2
- package/zova/packages-zova/zova/package.json +3 -3
- package/zova/packages-zova/zova-core/package.json +2 -2
- package/zova/pnpm-lock.yaml +45 -45
- package/zova/pnpm-workspace.yaml +1 -1
- package/zova/src/suite/a-training/modules/training-student/src/api/openapi/schemas.ts +52 -24
- package/zova/src/suite/a-training/modules/training-student/src/api/openapi/types.ts +860 -307
- package/zova/src/suite/cabloy-basic/modules/basic-date/src/.metadata/component/date.ts +61 -0
- package/zova/src/suite/cabloy-basic/modules/basic-date/src/.metadata/index.ts +17 -4
- package/zova/src/suite/cabloy-basic/modules/basic-date/src/component/date/controller.tsx +44 -0
- package/zova/src/suite/cabloy-basic/modules/basic-date/src/component/formFieldDate/controller.tsx +49 -9
- package/zova/src/suite/cabloy-basic/modules/basic-date/src/lib/utils.ts +60 -1
- package/zova/src/suite/cabloy-basic/modules/basic-date/src/types/date.ts +2 -0
- package/zova/src/suite/cabloy-basic/modules/basic-resource/src/bean/tableCell.resourcePicker.tsx +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-resource/src/component/formFieldResourcePicker/controller.tsx +1 -1
- package/zova/src/suite-vendor/a-zova/modules/a-zod/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-zova/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/package.json +3 -3
package/zova/pnpm-lock.yaml
CHANGED
|
@@ -15,7 +15,7 @@ overrides:
|
|
|
15
15
|
'@vue/server-renderer': npm:@cabloy/vue-server-renderer@^3.5.18
|
|
16
16
|
'@vue/shared': 3.5.13
|
|
17
17
|
vue-router: npm:@cabloy/vue-router@^4.4.16
|
|
18
|
-
zod: npm:@cabloy/zod@4.3.
|
|
18
|
+
zod: npm:@cabloy/zod@4.3.8
|
|
19
19
|
|
|
20
20
|
importers:
|
|
21
21
|
|
|
@@ -127,8 +127,8 @@ importers:
|
|
|
127
127
|
specifier: npm:@cabloy/vue-router@^4.4.16
|
|
128
128
|
version: '@cabloy/vue-router@4.4.16(vue@3.5.38(typescript@5.9.3))'
|
|
129
129
|
zod:
|
|
130
|
-
specifier: npm:@cabloy/zod@4.3.
|
|
131
|
-
version: '@cabloy/zod@4.3.
|
|
130
|
+
specifier: npm:@cabloy/zod@4.3.8
|
|
131
|
+
version: '@cabloy/zod@4.3.8'
|
|
132
132
|
zova:
|
|
133
133
|
specifier: workspace:^
|
|
134
134
|
version: link:packages-zova/zova
|
|
@@ -395,7 +395,7 @@ importers:
|
|
|
395
395
|
specifier: ^7.6.2
|
|
396
396
|
version: 7.8.5
|
|
397
397
|
zova-cli-set-front:
|
|
398
|
-
specifier: ^1.2.
|
|
398
|
+
specifier: ^1.2.87
|
|
399
399
|
version: link:../cli-set-front
|
|
400
400
|
devDependencies:
|
|
401
401
|
clean-package:
|
|
@@ -816,7 +816,7 @@ importers:
|
|
|
816
816
|
specifier: ^5.1.57
|
|
817
817
|
version: link:../zova-core
|
|
818
818
|
zova-suite-a-zova:
|
|
819
|
-
specifier: ^5.1.
|
|
819
|
+
specifier: ^5.1.112
|
|
820
820
|
version: link:../../src/suite-vendor/a-zova
|
|
821
821
|
devDependencies:
|
|
822
822
|
clean-package:
|
|
@@ -898,8 +898,8 @@ importers:
|
|
|
898
898
|
specifier: ^2.0.4
|
|
899
899
|
version: 2.0.4(vue@3.5.38(typescript@5.9.3))
|
|
900
900
|
zod:
|
|
901
|
-
specifier: npm:@cabloy/zod@4.3.
|
|
902
|
-
version: '@cabloy/zod@4.3.
|
|
901
|
+
specifier: npm:@cabloy/zod@4.3.8
|
|
902
|
+
version: '@cabloy/zod@4.3.8'
|
|
903
903
|
devDependencies:
|
|
904
904
|
clean-package:
|
|
905
905
|
specifier: ^2.2.0
|
|
@@ -914,7 +914,7 @@ importers:
|
|
|
914
914
|
src/suite-vendor/a-cabloy:
|
|
915
915
|
dependencies:
|
|
916
916
|
zova-module-rest-resource:
|
|
917
|
-
specifier: ^5.1.
|
|
917
|
+
specifier: ^5.1.40
|
|
918
918
|
version: link:modules/rest-resource
|
|
919
919
|
|
|
920
920
|
src/suite-vendor/a-cabloy/modules/rest-resource:
|
|
@@ -929,79 +929,79 @@ importers:
|
|
|
929
929
|
src/suite-vendor/a-zova:
|
|
930
930
|
dependencies:
|
|
931
931
|
zova-module-a-api:
|
|
932
|
-
specifier: ^5.1.
|
|
932
|
+
specifier: ^5.1.21
|
|
933
933
|
version: link:modules/a-api
|
|
934
934
|
zova-module-a-app:
|
|
935
|
-
specifier: ^5.1.
|
|
935
|
+
specifier: ^5.1.24
|
|
936
936
|
version: link:modules/a-app
|
|
937
937
|
zova-module-a-bean:
|
|
938
|
-
specifier: ^5.1.
|
|
938
|
+
specifier: ^5.1.31
|
|
939
939
|
version: link:modules/a-bean
|
|
940
940
|
zova-module-a-behavior:
|
|
941
|
-
specifier: ^5.1.
|
|
941
|
+
specifier: ^5.1.25
|
|
942
942
|
version: link:modules/a-behavior
|
|
943
943
|
zova-module-a-behaviors:
|
|
944
|
-
specifier: ^5.1.
|
|
944
|
+
specifier: ^5.1.21
|
|
945
945
|
version: link:modules/a-behaviors
|
|
946
946
|
zova-module-a-boundary:
|
|
947
|
-
specifier: ^5.1.
|
|
947
|
+
specifier: ^5.1.21
|
|
948
948
|
version: link:modules/a-boundary
|
|
949
949
|
zova-module-a-command:
|
|
950
|
-
specifier: ^5.1.
|
|
950
|
+
specifier: ^5.1.33
|
|
951
951
|
version: link:modules/a-command
|
|
952
952
|
zova-module-a-fetch:
|
|
953
|
-
specifier: ^5.1.
|
|
953
|
+
specifier: ^5.1.23
|
|
954
954
|
version: link:modules/a-fetch
|
|
955
955
|
zova-module-a-form:
|
|
956
|
-
specifier: ^5.1.
|
|
956
|
+
specifier: ^5.1.40
|
|
957
957
|
version: link:modules/a-form
|
|
958
958
|
zova-module-a-icon:
|
|
959
|
-
specifier: ^5.1.
|
|
959
|
+
specifier: ^5.1.26
|
|
960
960
|
version: link:modules/a-icon
|
|
961
961
|
zova-module-a-interceptor:
|
|
962
|
-
specifier: ^5.1.
|
|
962
|
+
specifier: ^5.1.29
|
|
963
963
|
version: link:modules/a-interceptor
|
|
964
964
|
zova-module-a-logger:
|
|
965
|
-
specifier: ^5.1.
|
|
965
|
+
specifier: ^5.1.26
|
|
966
966
|
version: link:modules/a-logger
|
|
967
967
|
zova-module-a-meta:
|
|
968
|
-
specifier: ^5.1.
|
|
968
|
+
specifier: ^5.1.21
|
|
969
969
|
version: link:modules/a-meta
|
|
970
970
|
zova-module-a-model:
|
|
971
|
-
specifier: ^5.1.
|
|
971
|
+
specifier: ^5.1.30
|
|
972
972
|
version: link:modules/a-model
|
|
973
973
|
zova-module-a-openapi:
|
|
974
|
-
specifier: ^5.1.
|
|
974
|
+
specifier: ^5.1.40
|
|
975
975
|
version: link:modules/a-openapi
|
|
976
976
|
zova-module-a-router:
|
|
977
|
-
specifier: ^5.1.
|
|
977
|
+
specifier: ^5.1.29
|
|
978
978
|
version: link:modules/a-router
|
|
979
979
|
zova-module-a-routerstack:
|
|
980
|
-
specifier: ^5.1.
|
|
980
|
+
specifier: ^5.1.26
|
|
981
981
|
version: link:modules/a-routerstack
|
|
982
982
|
zova-module-a-routertabs:
|
|
983
|
-
specifier: ^5.1.
|
|
983
|
+
specifier: ^5.1.32
|
|
984
984
|
version: link:modules/a-routertabs
|
|
985
985
|
zova-module-a-ssr:
|
|
986
|
-
specifier: ^5.1.
|
|
986
|
+
specifier: ^5.1.26
|
|
987
987
|
version: link:modules/a-ssr
|
|
988
988
|
zova-module-a-ssrhmr:
|
|
989
|
-
specifier: ^5.1.
|
|
989
|
+
specifier: ^5.1.22
|
|
990
990
|
version: link:modules/a-ssrhmr
|
|
991
991
|
zova-module-a-ssrserver:
|
|
992
|
-
specifier: ^5.1.
|
|
992
|
+
specifier: ^5.1.22
|
|
993
993
|
version: link:modules/a-ssrserver
|
|
994
994
|
zova-module-a-style:
|
|
995
|
-
specifier: ^5.1.
|
|
995
|
+
specifier: ^5.1.32
|
|
996
996
|
version: link:modules/a-style
|
|
997
997
|
zova-module-a-table:
|
|
998
|
-
specifier: ^5.1.
|
|
998
|
+
specifier: ^5.1.36
|
|
999
999
|
version: link:modules/a-table
|
|
1000
1000
|
zova-module-a-zod:
|
|
1001
|
-
specifier: ^5.1.
|
|
1001
|
+
specifier: ^5.1.33
|
|
1002
1002
|
version: link:modules/a-zod
|
|
1003
1003
|
zova-module-a-zova:
|
|
1004
|
-
specifier: ^5.1.
|
|
1004
|
+
specifier: ^5.1.77
|
|
1005
1005
|
version: link:modules/a-zova
|
|
1006
1006
|
|
|
1007
1007
|
src/suite-vendor/a-zova/modules/a-api:
|
|
@@ -1300,8 +1300,8 @@ importers:
|
|
|
1300
1300
|
specifier: ^2.1.11
|
|
1301
1301
|
version: 2.1.11
|
|
1302
1302
|
zod:
|
|
1303
|
-
specifier: npm:@cabloy/zod@4.3.
|
|
1304
|
-
version: '@cabloy/zod@4.3.
|
|
1303
|
+
specifier: npm:@cabloy/zod@4.3.8
|
|
1304
|
+
version: '@cabloy/zod@4.3.8'
|
|
1305
1305
|
devDependencies:
|
|
1306
1306
|
clean-package:
|
|
1307
1307
|
specifier: ^2.2.0
|
|
@@ -2098,8 +2098,8 @@ packages:
|
|
|
2098
2098
|
'@cabloy/zod-to-openapi@8.1.6':
|
|
2099
2099
|
resolution: {integrity: sha512-pb9iUQuvi5SCYHevqeNBVZO65LguRDSvkHlJ6gxxOXNYQRcObwbIzxLag9/ZUj3GejAPPUNJgjb0CPaYM5s98Q==}
|
|
2100
2100
|
|
|
2101
|
-
'@cabloy/zod@4.3.
|
|
2102
|
-
resolution: {integrity: sha512-
|
|
2101
|
+
'@cabloy/zod@4.3.8':
|
|
2102
|
+
resolution: {integrity: sha512-3ik9c1F0VJzQy+/YSnY8DhtDcShgDBmdx+B8j+gFcF+qa6xNK7vyMZ+EYRO2GT7BCucQkTEU/aZBmfEJZcg1Kg==}
|
|
2103
2103
|
|
|
2104
2104
|
'@cacheable/memory@2.0.9':
|
|
2105
2105
|
resolution: {integrity: sha512-HdMx6DoGywB30vacDbBsITbIX4pgFqj1zsrV58jZBUw3klzkNoXhj7qOqAgledhxG7YZI5rBSJg7Zp8/VG0DuA==}
|
|
@@ -8465,7 +8465,7 @@ snapshots:
|
|
|
8465
8465
|
dependencies:
|
|
8466
8466
|
openapi3-ts: 4.6.0
|
|
8467
8467
|
|
|
8468
|
-
'@cabloy/zod@4.3.
|
|
8468
|
+
'@cabloy/zod@4.3.8': {}
|
|
8469
8469
|
|
|
8470
8470
|
'@cacheable/memory@2.0.9':
|
|
8471
8471
|
dependencies:
|
|
@@ -9162,7 +9162,7 @@ snapshots:
|
|
|
9162
9162
|
|
|
9163
9163
|
'@marcbachmann/cel-js@7.6.1': {}
|
|
9164
9164
|
|
|
9165
|
-
'@modelcontextprotocol/sdk@1.29.0(@cabloy/zod@4.3.
|
|
9165
|
+
'@modelcontextprotocol/sdk@1.29.0(@cabloy/zod@4.3.8)':
|
|
9166
9166
|
dependencies:
|
|
9167
9167
|
'@hono/node-server': 1.19.14(hono@4.12.27)
|
|
9168
9168
|
ajv: 8.20.0
|
|
@@ -9179,8 +9179,8 @@ snapshots:
|
|
|
9179
9179
|
json-schema-typed: 8.0.2
|
|
9180
9180
|
pkce-challenge: 5.0.1
|
|
9181
9181
|
raw-body: 3.0.2
|
|
9182
|
-
zod: '@cabloy/zod@4.3.
|
|
9183
|
-
zod-to-json-schema: 3.25.2(@cabloy/zod@4.3.
|
|
9182
|
+
zod: '@cabloy/zod@4.3.8'
|
|
9183
|
+
zod-to-json-schema: 3.25.2(@cabloy/zod@4.3.8)
|
|
9184
9184
|
transitivePeerDependencies:
|
|
9185
9185
|
- supports-color
|
|
9186
9186
|
|
|
@@ -13877,7 +13877,7 @@ snapshots:
|
|
|
13877
13877
|
|
|
13878
13878
|
textlint@15.7.1(supports-color@10.2.2):
|
|
13879
13879
|
dependencies:
|
|
13880
|
-
'@modelcontextprotocol/sdk': 1.29.0(@cabloy/zod@4.3.
|
|
13880
|
+
'@modelcontextprotocol/sdk': 1.29.0(@cabloy/zod@4.3.8)
|
|
13881
13881
|
'@textlint/ast-node-types': 15.7.1
|
|
13882
13882
|
'@textlint/ast-traverse': 15.7.1
|
|
13883
13883
|
'@textlint/config-loader': 15.7.1(supports-color@10.2.2)
|
|
@@ -13900,7 +13900,7 @@ snapshots:
|
|
|
13900
13900
|
rc-config-loader: 4.1.4
|
|
13901
13901
|
read-package-up: 11.0.0
|
|
13902
13902
|
structured-source: 4.0.0
|
|
13903
|
-
zod: '@cabloy/zod@4.3.
|
|
13903
|
+
zod: '@cabloy/zod@4.3.8'
|
|
13904
13904
|
transitivePeerDependencies:
|
|
13905
13905
|
- '@cfworker/json-schema'
|
|
13906
13906
|
- supports-color
|
|
@@ -14425,9 +14425,9 @@ snapshots:
|
|
|
14425
14425
|
compress-commons: 6.0.2
|
|
14426
14426
|
readable-stream: 4.7.0
|
|
14427
14427
|
|
|
14428
|
-
zod-to-json-schema@3.25.2(@cabloy/zod@4.3.
|
|
14428
|
+
zod-to-json-schema@3.25.2(@cabloy/zod@4.3.8):
|
|
14429
14429
|
dependencies:
|
|
14430
|
-
zod: '@cabloy/zod@4.3.
|
|
14430
|
+
zod: '@cabloy/zod@4.3.8'
|
|
14431
14431
|
|
|
14432
14432
|
zwitch@1.0.5: {}
|
|
14433
14433
|
|
package/zova/pnpm-workspace.yaml
CHANGED
|
@@ -49,7 +49,7 @@ overrides:
|
|
|
49
49
|
'@vue/server-renderer': 'npm:@cabloy/vue-server-renderer@^3.5.18'
|
|
50
50
|
'@vue/shared': '3.5.13'
|
|
51
51
|
vue-router: 'npm:@cabloy/vue-router@^4.4.16'
|
|
52
|
-
zod: 'npm:@cabloy/zod@4.3.
|
|
52
|
+
zod: 'npm:@cabloy/zod@4.3.8'
|
|
53
53
|
|
|
54
54
|
allowBuilds:
|
|
55
55
|
'@parcel/watcher': true
|
|
@@ -8,30 +8,6 @@ export type ApiSchemaTestVonaEntityProduct = components['schemas']['test-vona.en
|
|
|
8
8
|
export type ApiSchemaTestVonaEntityProductPartial = Partial<ApiSchemaTestVonaEntityProduct>;
|
|
9
9
|
export type ApiSchemaACaptchaDtoCaptchaData = components['schemas']['a-captcha.dto.captchaData'];
|
|
10
10
|
export type ApiSchemaACaptchaDtoCaptchaDataPartial = Partial<ApiSchemaACaptchaDtoCaptchaData>;
|
|
11
|
-
export type ApiSchemaTrainingStudentDtoStudentCreate =
|
|
12
|
-
components['schemas']['training-student.dto.studentCreate'];
|
|
13
|
-
export type ApiSchemaTrainingStudentDtoStudentCreatePartial =
|
|
14
|
-
Partial<ApiSchemaTrainingStudentDtoStudentCreate>;
|
|
15
|
-
export type ApiSchemaTrainingStudentDtoStudentSelectRes =
|
|
16
|
-
components['schemas']['training-student.dto.studentSelectRes'];
|
|
17
|
-
export type ApiSchemaTrainingStudentDtoStudentSelectResPartial =
|
|
18
|
-
Partial<ApiSchemaTrainingStudentDtoStudentSelectRes>;
|
|
19
|
-
export type ApiSchemaTrainingStudentDtoStudentSelectResItem =
|
|
20
|
-
components['schemas']['training-student.dto.studentSelectResItem'];
|
|
21
|
-
export type ApiSchemaTrainingStudentDtoStudentSelectResItemPartial =
|
|
22
|
-
Partial<ApiSchemaTrainingStudentDtoStudentSelectResItem>;
|
|
23
|
-
export type ApiSchemaTrainingStudentDtoStudentView_2d063d28bc7243bed02ebd8bddf1212a93c6305b =
|
|
24
|
-
components['schemas']['training-student.dto.studentView_2d063d28bc7243bed02ebd8bddf1212a93c6305b'];
|
|
25
|
-
export type ApiSchemaTrainingStudentDtoStudentView_2d063d28bc7243bed02ebd8bddf1212a93c6305bPartial =
|
|
26
|
-
Partial<ApiSchemaTrainingStudentDtoStudentView_2d063d28bc7243bed02ebd8bddf1212a93c6305b>;
|
|
27
|
-
export type ApiSchemaTrainingStudentDtoStudentUpdate =
|
|
28
|
-
components['schemas']['training-student.dto.studentUpdate'];
|
|
29
|
-
export type ApiSchemaTrainingStudentDtoStudentUpdatePartial =
|
|
30
|
-
Partial<ApiSchemaTrainingStudentDtoStudentUpdate>;
|
|
31
|
-
export type ApiSchemaTrainingStudentDtoStudentSummary_2d063d28bc7243bed02ebd8bddf1212a93c6305b =
|
|
32
|
-
components['schemas']['training-student.dto.studentSummary_2d063d28bc7243bed02ebd8bddf1212a93c6305b'];
|
|
33
|
-
export type ApiSchemaTrainingStudentDtoStudentSummary_2d063d28bc7243bed02ebd8bddf1212a93c6305bPartial =
|
|
34
|
-
Partial<ApiSchemaTrainingStudentDtoStudentSummary_2d063d28bc7243bed02ebd8bddf1212a93c6305b>;
|
|
35
11
|
export type ApiSchemaAMenuDtoMenus = components['schemas']['a-menu.dto.menus'];
|
|
36
12
|
export type ApiSchemaAMenuDtoMenusPartial = Partial<ApiSchemaAMenuDtoMenus>;
|
|
37
13
|
export type ApiSchemaAMenuDtoMenuItem = components['schemas']['a-menu.dto.menuItem'];
|
|
@@ -73,6 +49,58 @@ export type ApiSchemaACaptchaDtoCaptchaVerify_67c39cad0735f2460ecc6bef838440b07c
|
|
|
73
49
|
components['schemas']['a-captcha.dto.captchaVerify_67c39cad0735f2460ecc6bef838440b07c4dcfa9_f73253d699f0fd90b98fded80a123a0a180dbca2_626802c24df1498cec99aab0854fedf90c9b6dd3'];
|
|
74
50
|
export type ApiSchemaACaptchaDtoCaptchaVerify_67c39cad0735f2460ecc6bef838440b07c4dcfa9_f73253d699f0fd90b98fded80a123a0a180dbca2_626802c24df1498cec99aab0854fedf90c9b6dd3Partial =
|
|
75
51
|
Partial<ApiSchemaACaptchaDtoCaptchaVerify_67c39cad0735f2460ecc6bef838440b07c4dcfa9_f73253d699f0fd90b98fded80a123a0a180dbca2_626802c24df1498cec99aab0854fedf90c9b6dd3>;
|
|
52
|
+
export type ApiSchemaTrainingRecordDtoRecordCreate =
|
|
53
|
+
components['schemas']['training-record.dto.recordCreate'];
|
|
54
|
+
export type ApiSchemaTrainingRecordDtoRecordCreatePartial =
|
|
55
|
+
Partial<ApiSchemaTrainingRecordDtoRecordCreate>;
|
|
56
|
+
export type ApiSchemaTrainingRecordDtoDetailRecordSubjectResItem =
|
|
57
|
+
components['schemas']['training-record.dto.detailRecordSubjectResItem'];
|
|
58
|
+
export type ApiSchemaTrainingRecordDtoDetailRecordSubjectResItemPartial =
|
|
59
|
+
Partial<ApiSchemaTrainingRecordDtoDetailRecordSubjectResItem>;
|
|
60
|
+
export type ApiSchemaTrainingRecordDtoRecordSelectRes =
|
|
61
|
+
components['schemas']['training-record.dto.recordSelectRes'];
|
|
62
|
+
export type ApiSchemaTrainingRecordDtoRecordSelectResPartial =
|
|
63
|
+
Partial<ApiSchemaTrainingRecordDtoRecordSelectRes>;
|
|
64
|
+
export type ApiSchemaTrainingRecordDtoRecordSelectResItem =
|
|
65
|
+
components['schemas']['training-record.dto.recordSelectResItem'];
|
|
66
|
+
export type ApiSchemaTrainingRecordDtoRecordSelectResItemPartial =
|
|
67
|
+
Partial<ApiSchemaTrainingRecordDtoRecordSelectResItem>;
|
|
68
|
+
export type ApiSchemaTrainingRecordDtoRecordView_2d063d28bc7243bed02ebd8bddf1212a93c6305b =
|
|
69
|
+
components['schemas']['training-record.dto.recordView_2d063d28bc7243bed02ebd8bddf1212a93c6305b'];
|
|
70
|
+
export type ApiSchemaTrainingRecordDtoRecordView_2d063d28bc7243bed02ebd8bddf1212a93c6305bPartial =
|
|
71
|
+
Partial<ApiSchemaTrainingRecordDtoRecordView_2d063d28bc7243bed02ebd8bddf1212a93c6305b>;
|
|
72
|
+
export type ApiSchemaTrainingRecordDtoRecordUpdate =
|
|
73
|
+
components['schemas']['training-record.dto.recordUpdate'];
|
|
74
|
+
export type ApiSchemaTrainingRecordDtoRecordUpdatePartial =
|
|
75
|
+
Partial<ApiSchemaTrainingRecordDtoRecordUpdate>;
|
|
76
|
+
export type ApiSchemaTrainingStudentDtoStudentCreate =
|
|
77
|
+
components['schemas']['training-student.dto.studentCreate'];
|
|
78
|
+
export type ApiSchemaTrainingStudentDtoStudentCreatePartial =
|
|
79
|
+
Partial<ApiSchemaTrainingStudentDtoStudentCreate>;
|
|
80
|
+
export type ApiSchemaTrainingStudentDtoDetailRecordResItem =
|
|
81
|
+
components['schemas']['training-student.dto.detailRecordResItem'];
|
|
82
|
+
export type ApiSchemaTrainingStudentDtoDetailRecordResItemPartial =
|
|
83
|
+
Partial<ApiSchemaTrainingStudentDtoDetailRecordResItem>;
|
|
84
|
+
export type ApiSchemaTrainingStudentDtoStudentSelectRes =
|
|
85
|
+
components['schemas']['training-student.dto.studentSelectRes'];
|
|
86
|
+
export type ApiSchemaTrainingStudentDtoStudentSelectResPartial =
|
|
87
|
+
Partial<ApiSchemaTrainingStudentDtoStudentSelectRes>;
|
|
88
|
+
export type ApiSchemaTrainingStudentDtoStudentSelectResItem =
|
|
89
|
+
components['schemas']['training-student.dto.studentSelectResItem'];
|
|
90
|
+
export type ApiSchemaTrainingStudentDtoStudentSelectResItemPartial =
|
|
91
|
+
Partial<ApiSchemaTrainingStudentDtoStudentSelectResItem>;
|
|
92
|
+
export type ApiSchemaTrainingStudentDtoStudentView_2d063d28bc7243bed02ebd8bddf1212a93c6305b =
|
|
93
|
+
components['schemas']['training-student.dto.studentView_2d063d28bc7243bed02ebd8bddf1212a93c6305b'];
|
|
94
|
+
export type ApiSchemaTrainingStudentDtoStudentView_2d063d28bc7243bed02ebd8bddf1212a93c6305bPartial =
|
|
95
|
+
Partial<ApiSchemaTrainingStudentDtoStudentView_2d063d28bc7243bed02ebd8bddf1212a93c6305b>;
|
|
96
|
+
export type ApiSchemaTrainingStudentDtoStudentUpdate =
|
|
97
|
+
components['schemas']['training-student.dto.studentUpdate'];
|
|
98
|
+
export type ApiSchemaTrainingStudentDtoStudentUpdatePartial =
|
|
99
|
+
Partial<ApiSchemaTrainingStudentDtoStudentUpdate>;
|
|
100
|
+
export type ApiSchemaTrainingStudentDtoStudentSummary_2d063d28bc7243bed02ebd8bddf1212a93c6305b =
|
|
101
|
+
components['schemas']['training-student.dto.studentSummary_2d063d28bc7243bed02ebd8bddf1212a93c6305b'];
|
|
102
|
+
export type ApiSchemaTrainingStudentDtoStudentSummary_2d063d28bc7243bed02ebd8bddf1212a93c6305bPartial =
|
|
103
|
+
Partial<ApiSchemaTrainingStudentDtoStudentSummary_2d063d28bc7243bed02ebd8bddf1212a93c6305b>;
|
|
76
104
|
export type ApiSchemaAPaypalEntityPaypalRecord =
|
|
77
105
|
components['schemas']['a-paypal.entity.paypalRecord'];
|
|
78
106
|
export type ApiSchemaAPaypalEntityPaypalRecordPartial = Partial<ApiSchemaAPaypalEntityPaypalRecord>;
|