@cyberskill/shared 1.39.0 → 1.41.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 +96 -91
- package/dist/_tsup-dts-rollup.d.ts +96 -91
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +13 -12
- package/dist/index.d.ts +13 -12
- 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 +8 -7
- package/dist/typescript/index.d.ts +8 -7
- package/dist/typescript/index.js +1 -1
- package/dist/typescript/mongoose.d.cts +7 -7
- package/dist/typescript/mongoose.d.ts +7 -7
- 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,16 @@ 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 {
|
|
77
|
-
export {
|
|
78
|
-
export {
|
|
79
|
-
export {
|
|
74
|
+
export { I_CreateSchemaOptions } from './_tsup-dts-rollup.cjs';
|
|
75
|
+
export { T_MongooseMiddlewareMethod } from './_tsup-dts-rollup.cjs';
|
|
76
|
+
export { T_MongooseMiddlewarePreFunction } from './_tsup-dts-rollup.cjs';
|
|
77
|
+
export { T_MongooseMiddlewarePostFunction } from './_tsup-dts-rollup.cjs';
|
|
78
|
+
export { T_MongooseHookNextFunction } from './_tsup-dts-rollup.cjs';
|
|
80
79
|
export { I_MongooseModelMiddleware } from './_tsup-dts-rollup.cjs';
|
|
81
|
-
export {
|
|
80
|
+
export { I_CreateModelOptions } from './_tsup-dts-rollup.cjs';
|
|
82
81
|
export { T_Input_Populate } from './_tsup-dts-rollup.cjs';
|
|
83
82
|
export { T_PaginateOptionsWithPopulate } from './_tsup-dts-rollup.cjs';
|
|
84
|
-
export {
|
|
83
|
+
export { T_CreateSlugQueryResponse } from './_tsup-dts-rollup.cjs';
|
|
85
84
|
export { I_Input_FindOne } from './_tsup-dts-rollup.cjs';
|
|
86
85
|
export { I_Input_FindAll } from './_tsup-dts-rollup.cjs';
|
|
87
86
|
export { I_Input_FindPaging } from './_tsup-dts-rollup.cjs';
|
|
@@ -94,13 +93,13 @@ export { I_Input_UpdateMany } from './_tsup-dts-rollup.cjs';
|
|
|
94
93
|
export { I_DeleteOptionsExtended } from './_tsup-dts-rollup.cjs';
|
|
95
94
|
export { I_Input_DeleteOne } from './_tsup-dts-rollup.cjs';
|
|
96
95
|
export { I_Input_DeleteMany } from './_tsup-dts-rollup.cjs';
|
|
97
|
-
export { I_SlugifyOptions } from './_tsup-dts-rollup.cjs';
|
|
98
96
|
export { I_NextIntlLanguage } from './_tsup-dts-rollup.cjs';
|
|
99
97
|
export { I_NextIntlContextType } from './_tsup-dts-rollup.cjs';
|
|
100
98
|
export { T_NextIntlMessageList } from './_tsup-dts-rollup.cjs';
|
|
101
99
|
export { T_Children } from './_tsup-dts-rollup.cjs';
|
|
102
100
|
export { I_LoadingContext } from './_tsup-dts-rollup.cjs';
|
|
103
101
|
export { I_Serializer } from './_tsup-dts-rollup.cjs';
|
|
102
|
+
export { I_SlugifyOptions } from './_tsup-dts-rollup.cjs';
|
|
104
103
|
export { saveErrorListToStorage } from './_tsup-dts-rollup.cjs';
|
|
105
104
|
export { getStoredErrorLists } from './_tsup-dts-rollup.cjs';
|
|
106
105
|
export { clearAllErrorLists } from './_tsup-dts-rollup.cjs';
|
|
@@ -121,4 +120,6 @@ export { removeAccent } from './_tsup-dts-rollup.cjs';
|
|
|
121
120
|
export { deepMerge } from './_tsup-dts-rollup.cjs';
|
|
122
121
|
export { serializer } from './_tsup-dts-rollup.cjs';
|
|
123
122
|
export { storageClient } from './_tsup-dts-rollup.cjs';
|
|
123
|
+
export { generateSlug } from './_tsup-dts-rollup.cjs';
|
|
124
|
+
export { generateShortId } from './_tsup-dts-rollup.cjs';
|
|
124
125
|
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,16 @@ 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 {
|
|
77
|
-
export {
|
|
78
|
-
export {
|
|
79
|
-
export {
|
|
74
|
+
export { I_CreateSchemaOptions } from './_tsup-dts-rollup.js';
|
|
75
|
+
export { T_MongooseMiddlewareMethod } from './_tsup-dts-rollup.js';
|
|
76
|
+
export { T_MongooseMiddlewarePreFunction } from './_tsup-dts-rollup.js';
|
|
77
|
+
export { T_MongooseMiddlewarePostFunction } from './_tsup-dts-rollup.js';
|
|
78
|
+
export { T_MongooseHookNextFunction } from './_tsup-dts-rollup.js';
|
|
80
79
|
export { I_MongooseModelMiddleware } from './_tsup-dts-rollup.js';
|
|
81
|
-
export {
|
|
80
|
+
export { I_CreateModelOptions } from './_tsup-dts-rollup.js';
|
|
82
81
|
export { T_Input_Populate } from './_tsup-dts-rollup.js';
|
|
83
82
|
export { T_PaginateOptionsWithPopulate } from './_tsup-dts-rollup.js';
|
|
84
|
-
export {
|
|
83
|
+
export { T_CreateSlugQueryResponse } from './_tsup-dts-rollup.js';
|
|
85
84
|
export { I_Input_FindOne } from './_tsup-dts-rollup.js';
|
|
86
85
|
export { I_Input_FindAll } from './_tsup-dts-rollup.js';
|
|
87
86
|
export { I_Input_FindPaging } from './_tsup-dts-rollup.js';
|
|
@@ -94,13 +93,13 @@ export { I_Input_UpdateMany } from './_tsup-dts-rollup.js';
|
|
|
94
93
|
export { I_DeleteOptionsExtended } from './_tsup-dts-rollup.js';
|
|
95
94
|
export { I_Input_DeleteOne } from './_tsup-dts-rollup.js';
|
|
96
95
|
export { I_Input_DeleteMany } from './_tsup-dts-rollup.js';
|
|
97
|
-
export { I_SlugifyOptions } from './_tsup-dts-rollup.js';
|
|
98
96
|
export { I_NextIntlLanguage } from './_tsup-dts-rollup.js';
|
|
99
97
|
export { I_NextIntlContextType } from './_tsup-dts-rollup.js';
|
|
100
98
|
export { T_NextIntlMessageList } from './_tsup-dts-rollup.js';
|
|
101
99
|
export { T_Children } from './_tsup-dts-rollup.js';
|
|
102
100
|
export { I_LoadingContext } from './_tsup-dts-rollup.js';
|
|
103
101
|
export { I_Serializer } from './_tsup-dts-rollup.js';
|
|
102
|
+
export { I_SlugifyOptions } from './_tsup-dts-rollup.js';
|
|
104
103
|
export { saveErrorListToStorage } from './_tsup-dts-rollup.js';
|
|
105
104
|
export { getStoredErrorLists } from './_tsup-dts-rollup.js';
|
|
106
105
|
export { clearAllErrorLists } from './_tsup-dts-rollup.js';
|
|
@@ -121,4 +120,6 @@ export { removeAccent } from './_tsup-dts-rollup.js';
|
|
|
121
120
|
export { deepMerge } from './_tsup-dts-rollup.js';
|
|
122
121
|
export { serializer } from './_tsup-dts-rollup.js';
|
|
123
122
|
export { storageClient } from './_tsup-dts-rollup.js';
|
|
123
|
+
export { generateSlug } from './_tsup-dts-rollup.js';
|
|
124
|
+
export { generateShortId } from './_tsup-dts-rollup.js';
|
|
124
125
|
export { validate } from './_tsup-dts-rollup.js';
|