@cyberskill/shared 1.39.0 → 1.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_tsup-dts-rollup.d.cts +70 -70
- package/dist/_tsup-dts-rollup.d.ts +70 -70
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +9 -9
- package/dist/index.d.ts +9 -9
- package/dist/index.js +1 -1
- package/dist/nodejs/index.cjs +1 -1
- package/dist/nodejs/index.d.cts +3 -5
- package/dist/nodejs/index.d.ts +3 -5
- package/dist/nodejs/index.js +1 -1
- package/dist/nodejs/mongoose.cjs +1 -1
- package/dist/nodejs/mongoose.d.cts +3 -5
- package/dist/nodejs/mongoose.d.ts +3 -5
- package/dist/nodejs/mongoose.js +1 -1
- package/dist/typescript/index.cjs +1 -1
- package/dist/typescript/index.d.cts +4 -4
- package/dist/typescript/index.d.ts +4 -4
- package/dist/typescript/index.js +1 -1
- package/dist/typescript/mongoose.d.cts +3 -4
- package/dist/typescript/mongoose.d.ts +3 -4
- package/dist/typescript/string.cjs +1 -0
- package/dist/typescript/string.d.cts +1 -0
- package/dist/typescript/string.d.ts +1 -0
- package/dist/typescript/string.js +0 -0
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.cts +2 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.js +1 -1
- package/dist/utils/string.cjs +1 -0
- package/dist/utils/string.d.cts +2 -0
- package/dist/utils/string.d.ts +2 -0
- package/dist/utils/string.js +1 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -4,11 +4,9 @@ export { RESPONSE_STATUS } from './_tsup-dts-rollup.cjs';
|
|
|
4
4
|
export { getMongoDateTime } from './_tsup-dts-rollup.cjs';
|
|
5
5
|
export { createMongoGenericFields } from './_tsup-dts-rollup.cjs';
|
|
6
6
|
export { MongoController } from './_tsup-dts-rollup.cjs';
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export { generateShortId } from './_tsup-dts-rollup.cjs';
|
|
11
|
-
export { generateSlugQuery } from './_tsup-dts-rollup.cjs';
|
|
7
|
+
export { createSchema } from './_tsup-dts-rollup.cjs';
|
|
8
|
+
export { createModel } from './_tsup-dts-rollup.cjs';
|
|
9
|
+
export { createSlugQuery } from './_tsup-dts-rollup.cjs';
|
|
12
10
|
export { aggregatePaginate } from './_tsup-dts-rollup.cjs';
|
|
13
11
|
export { mongoosePaginate } from './_tsup-dts-rollup.cjs';
|
|
14
12
|
export { MongooseController } from './_tsup-dts-rollup.cjs';
|
|
@@ -73,15 +71,15 @@ export { T_Input_MongooseSchema } from './_tsup-dts-rollup.cjs';
|
|
|
73
71
|
export { T_MongoosePlugin } from './_tsup-dts-rollup.cjs';
|
|
74
72
|
export { I_GenericDocument } from './_tsup-dts-rollup.cjs';
|
|
75
73
|
export { I_MongooseOptions } from './_tsup-dts-rollup.cjs';
|
|
76
|
-
export {
|
|
74
|
+
export { I_CreateSchemaOptions } from './_tsup-dts-rollup.cjs';
|
|
77
75
|
export { T_MongooseModelMiddlewareMethod } from './_tsup-dts-rollup.cjs';
|
|
78
76
|
export { T_MongooseModelMiddlewarePreFunction } from './_tsup-dts-rollup.cjs';
|
|
79
77
|
export { T_MongooseModelMiddlewarePostFunction } from './_tsup-dts-rollup.cjs';
|
|
80
78
|
export { I_MongooseModelMiddleware } from './_tsup-dts-rollup.cjs';
|
|
81
|
-
export {
|
|
79
|
+
export { I_CreateModelOptions } from './_tsup-dts-rollup.cjs';
|
|
82
80
|
export { T_Input_Populate } from './_tsup-dts-rollup.cjs';
|
|
83
81
|
export { T_PaginateOptionsWithPopulate } from './_tsup-dts-rollup.cjs';
|
|
84
|
-
export {
|
|
82
|
+
export { T_CreateSlugQueryResponse } from './_tsup-dts-rollup.cjs';
|
|
85
83
|
export { I_Input_FindOne } from './_tsup-dts-rollup.cjs';
|
|
86
84
|
export { I_Input_FindAll } from './_tsup-dts-rollup.cjs';
|
|
87
85
|
export { I_Input_FindPaging } from './_tsup-dts-rollup.cjs';
|
|
@@ -94,13 +92,13 @@ export { I_Input_UpdateMany } from './_tsup-dts-rollup.cjs';
|
|
|
94
92
|
export { I_DeleteOptionsExtended } from './_tsup-dts-rollup.cjs';
|
|
95
93
|
export { I_Input_DeleteOne } from './_tsup-dts-rollup.cjs';
|
|
96
94
|
export { I_Input_DeleteMany } from './_tsup-dts-rollup.cjs';
|
|
97
|
-
export { I_SlugifyOptions } from './_tsup-dts-rollup.cjs';
|
|
98
95
|
export { I_NextIntlLanguage } from './_tsup-dts-rollup.cjs';
|
|
99
96
|
export { I_NextIntlContextType } from './_tsup-dts-rollup.cjs';
|
|
100
97
|
export { T_NextIntlMessageList } from './_tsup-dts-rollup.cjs';
|
|
101
98
|
export { T_Children } from './_tsup-dts-rollup.cjs';
|
|
102
99
|
export { I_LoadingContext } from './_tsup-dts-rollup.cjs';
|
|
103
100
|
export { I_Serializer } from './_tsup-dts-rollup.cjs';
|
|
101
|
+
export { I_SlugifyOptions } from './_tsup-dts-rollup.cjs';
|
|
104
102
|
export { saveErrorListToStorage } from './_tsup-dts-rollup.cjs';
|
|
105
103
|
export { getStoredErrorLists } from './_tsup-dts-rollup.cjs';
|
|
106
104
|
export { clearAllErrorLists } from './_tsup-dts-rollup.cjs';
|
|
@@ -121,4 +119,6 @@ export { removeAccent } from './_tsup-dts-rollup.cjs';
|
|
|
121
119
|
export { deepMerge } from './_tsup-dts-rollup.cjs';
|
|
122
120
|
export { serializer } from './_tsup-dts-rollup.cjs';
|
|
123
121
|
export { storageClient } from './_tsup-dts-rollup.cjs';
|
|
122
|
+
export { generateSlug } from './_tsup-dts-rollup.cjs';
|
|
123
|
+
export { generateShortId } from './_tsup-dts-rollup.cjs';
|
|
124
124
|
export { validate } from './_tsup-dts-rollup.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -4,11 +4,9 @@ export { RESPONSE_STATUS } from './_tsup-dts-rollup.js';
|
|
|
4
4
|
export { getMongoDateTime } from './_tsup-dts-rollup.js';
|
|
5
5
|
export { createMongoGenericFields } from './_tsup-dts-rollup.js';
|
|
6
6
|
export { MongoController } from './_tsup-dts-rollup.js';
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export { generateShortId } from './_tsup-dts-rollup.js';
|
|
11
|
-
export { generateSlugQuery } from './_tsup-dts-rollup.js';
|
|
7
|
+
export { createSchema } from './_tsup-dts-rollup.js';
|
|
8
|
+
export { createModel } from './_tsup-dts-rollup.js';
|
|
9
|
+
export { createSlugQuery } from './_tsup-dts-rollup.js';
|
|
12
10
|
export { aggregatePaginate } from './_tsup-dts-rollup.js';
|
|
13
11
|
export { mongoosePaginate } from './_tsup-dts-rollup.js';
|
|
14
12
|
export { MongooseController } from './_tsup-dts-rollup.js';
|
|
@@ -73,15 +71,15 @@ export { T_Input_MongooseSchema } from './_tsup-dts-rollup.js';
|
|
|
73
71
|
export { T_MongoosePlugin } from './_tsup-dts-rollup.js';
|
|
74
72
|
export { I_GenericDocument } from './_tsup-dts-rollup.js';
|
|
75
73
|
export { I_MongooseOptions } from './_tsup-dts-rollup.js';
|
|
76
|
-
export {
|
|
74
|
+
export { I_CreateSchemaOptions } from './_tsup-dts-rollup.js';
|
|
77
75
|
export { T_MongooseModelMiddlewareMethod } from './_tsup-dts-rollup.js';
|
|
78
76
|
export { T_MongooseModelMiddlewarePreFunction } from './_tsup-dts-rollup.js';
|
|
79
77
|
export { T_MongooseModelMiddlewarePostFunction } from './_tsup-dts-rollup.js';
|
|
80
78
|
export { I_MongooseModelMiddleware } from './_tsup-dts-rollup.js';
|
|
81
|
-
export {
|
|
79
|
+
export { I_CreateModelOptions } from './_tsup-dts-rollup.js';
|
|
82
80
|
export { T_Input_Populate } from './_tsup-dts-rollup.js';
|
|
83
81
|
export { T_PaginateOptionsWithPopulate } from './_tsup-dts-rollup.js';
|
|
84
|
-
export {
|
|
82
|
+
export { T_CreateSlugQueryResponse } from './_tsup-dts-rollup.js';
|
|
85
83
|
export { I_Input_FindOne } from './_tsup-dts-rollup.js';
|
|
86
84
|
export { I_Input_FindAll } from './_tsup-dts-rollup.js';
|
|
87
85
|
export { I_Input_FindPaging } from './_tsup-dts-rollup.js';
|
|
@@ -94,13 +92,13 @@ export { I_Input_UpdateMany } from './_tsup-dts-rollup.js';
|
|
|
94
92
|
export { I_DeleteOptionsExtended } from './_tsup-dts-rollup.js';
|
|
95
93
|
export { I_Input_DeleteOne } from './_tsup-dts-rollup.js';
|
|
96
94
|
export { I_Input_DeleteMany } from './_tsup-dts-rollup.js';
|
|
97
|
-
export { I_SlugifyOptions } from './_tsup-dts-rollup.js';
|
|
98
95
|
export { I_NextIntlLanguage } from './_tsup-dts-rollup.js';
|
|
99
96
|
export { I_NextIntlContextType } from './_tsup-dts-rollup.js';
|
|
100
97
|
export { T_NextIntlMessageList } from './_tsup-dts-rollup.js';
|
|
101
98
|
export { T_Children } from './_tsup-dts-rollup.js';
|
|
102
99
|
export { I_LoadingContext } from './_tsup-dts-rollup.js';
|
|
103
100
|
export { I_Serializer } from './_tsup-dts-rollup.js';
|
|
101
|
+
export { I_SlugifyOptions } from './_tsup-dts-rollup.js';
|
|
104
102
|
export { saveErrorListToStorage } from './_tsup-dts-rollup.js';
|
|
105
103
|
export { getStoredErrorLists } from './_tsup-dts-rollup.js';
|
|
106
104
|
export { clearAllErrorLists } from './_tsup-dts-rollup.js';
|
|
@@ -121,4 +119,6 @@ export { removeAccent } from './_tsup-dts-rollup.js';
|
|
|
121
119
|
export { deepMerge } from './_tsup-dts-rollup.js';
|
|
122
120
|
export { serializer } from './_tsup-dts-rollup.js';
|
|
123
121
|
export { storageClient } from './_tsup-dts-rollup.js';
|
|
122
|
+
export { generateSlug } from './_tsup-dts-rollup.js';
|
|
123
|
+
export { generateShortId } from './_tsup-dts-rollup.js';
|
|
124
124
|
export { validate } from './_tsup-dts-rollup.js';
|