topsyde-utils 1.0.208 → 1.0.209
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/external/index.d.ts +1 -0
- package/dist/external/index.js +4 -0
- package/dist/external/index.js.map +1 -0
- package/dist/external/re-exports.d.ts +16 -0
- package/dist/external/re-exports.js +24 -0
- package/dist/external/re-exports.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +8 -1
- package/src/external/index.ts +4 -0
- package/src/external/re-exports.ts +54 -0
- package/src/index.ts +22 -0
@@ -0,0 +1 @@
|
|
1
|
+
export * from './re-exports';
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/external/index.ts"],"names":[],"mappings":"AAAA,6DAA6D;AAC7D,iCAAiC;AAEjC,cAAc,cAAc,CAAC","sourcesContent":["// This file is auto-generated by scripts/generate-indexes.ts\n// Do not edit this file directly\n\nexport * from './re-exports';\n"]}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/**
|
2
|
+
* Re-exports of external dependencies for convenience
|
3
|
+
*
|
4
|
+
* This module re-exports commonly used types, classes, and decorators from
|
5
|
+
* class-transformer and class-validator to provide a single import source
|
6
|
+
* for projects using topsyde-utils.
|
7
|
+
*
|
8
|
+
* This prevents the need to separately install these dependencies in
|
9
|
+
* consuming projects, as they're already bundled with topsyde-utils.
|
10
|
+
*/
|
11
|
+
export type { ClassConstructor, ClassTransformOptions } from "class-transformer";
|
12
|
+
export { instanceToPlain, plainToInstance } from "class-transformer";
|
13
|
+
export { Expose } from "class-transformer";
|
14
|
+
export { ValidationError } from "class-validator";
|
15
|
+
export { validateSync } from "class-validator";
|
16
|
+
export { IsArray, IsBoolean, IsDate, IsEnum, IsNumber, IsObject, IsOptional, IsString, Validate, IsAlphanumeric, IsBooleanString, IsDateString, IsDecimal, IsDefined, IsNumberString, IsNotEmpty, IsNotEmptyObject, } from "class-validator";
|
@@ -0,0 +1,24 @@
|
|
1
|
+
/**
|
2
|
+
* Re-exports of external dependencies for convenience
|
3
|
+
*
|
4
|
+
* This module re-exports commonly used types, classes, and decorators from
|
5
|
+
* class-transformer and class-validator to provide a single import source
|
6
|
+
* for projects using topsyde-utils.
|
7
|
+
*
|
8
|
+
* This prevents the need to separately install these dependencies in
|
9
|
+
* consuming projects, as they're already bundled with topsyde-utils.
|
10
|
+
*/
|
11
|
+
// Core transformation functions
|
12
|
+
export { instanceToPlain, plainToInstance } from "class-transformer";
|
13
|
+
// Decorators
|
14
|
+
export { Expose } from "class-transformer";
|
15
|
+
// ============================================================================
|
16
|
+
// class-validator exports
|
17
|
+
// ============================================================================
|
18
|
+
// Types and Classes
|
19
|
+
export { ValidationError } from "class-validator";
|
20
|
+
// Validation function
|
21
|
+
export { validateSync } from "class-validator";
|
22
|
+
// Property decorators
|
23
|
+
export { IsArray, IsBoolean, IsDate, IsEnum, IsNumber, IsObject, IsOptional, IsString, Validate, IsAlphanumeric, IsBooleanString, IsDateString, IsDecimal, IsDefined, IsNumberString, IsNotEmpty, IsNotEmptyObject, } from "class-validator";
|
24
|
+
//# sourceMappingURL=re-exports.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"re-exports.js","sourceRoot":"","sources":["../../src/external/re-exports.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AASH,gCAAgC;AAChC,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAErE,aAAa;AACb,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAE3C,+EAA+E;AAC/E,0BAA0B;AAC1B,+EAA+E;AAE/E,oBAAoB;AACpB,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,sBAAsB;AACtB,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,sBAAsB;AACtB,OAAO,EACN,OAAO,EACP,SAAS,EACT,MAAM,EACN,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,QAAQ,EACR,cAAc,EACd,eAAe,EACf,YAAY,EACZ,SAAS,EACT,SAAS,EACT,cAAc,EACd,UAAU,EACV,gBAAgB,GAChB,MAAM,iBAAiB,CAAC","sourcesContent":["/**\n * Re-exports of external dependencies for convenience\n *\n * This module re-exports commonly used types, classes, and decorators from\n * class-transformer and class-validator to provide a single import source\n * for projects using topsyde-utils.\n *\n * This prevents the need to separately install these dependencies in\n * consuming projects, as they're already bundled with topsyde-utils.\n */\n\n// ============================================================================\n// class-transformer exports\n// ============================================================================\n\n// Types\nexport type { ClassConstructor, ClassTransformOptions } from \"class-transformer\";\n\n// Core transformation functions\nexport { instanceToPlain, plainToInstance } from \"class-transformer\";\n\n// Decorators\nexport { Expose } from \"class-transformer\";\n\n// ============================================================================\n// class-validator exports\n// ============================================================================\n\n// Types and Classes\nexport { ValidationError } from \"class-validator\";\n\n// Validation function\nexport { validateSync } from \"class-validator\";\n\n// Property decorators\nexport {\n\tIsArray,\n\tIsBoolean,\n\tIsDate,\n\tIsEnum,\n\tIsNumber,\n\tIsObject,\n\tIsOptional,\n\tIsString,\n\tValidate,\n\tIsAlphanumeric,\n\tIsBooleanString,\n\tIsDateString,\n\tIsDecimal,\n\tIsDefined,\n\tIsNumberString,\n\tIsNotEmpty,\n\tIsNotEmptyObject,\n} from \"class-validator\";\n"]}
|
package/dist/index.d.ts
CHANGED
@@ -9,6 +9,7 @@ export * from "./enums";
|
|
9
9
|
export * from "./client/api/base.api";
|
10
10
|
export * from "./client/rxjs/useRxjs";
|
11
11
|
export * from "./client/vite/plugins/topsydeUtilsVitePlugin";
|
12
|
+
export * from "./external/re-exports";
|
12
13
|
export * from "./server/controller";
|
13
14
|
export * from "./server/service";
|
14
15
|
export * from "./server/base/base.database";
|
@@ -56,6 +57,7 @@ export { DEFAULT_FALSE_RESPONSE, LOG_COLORS, LOG_ICONS } from "./consts";
|
|
56
57
|
export { ClassConstructor, NonNullableType, ObjectKeys, KVObj, I_ApplicationResponse } from "./types";
|
57
58
|
export { E_IS, E_ENVIRONMENTS } from "./enums";
|
58
59
|
export { RxjsDataType, NamespaceActions, MultiNamespaceActions } from "./client/rxjs/useRxjs";
|
60
|
+
export { Expose, ValidationError, IsArray, IsBoolean, IsDate, IsEnum, IsNumber, IsObject, IsOptional, IsString, Validate, IsAlphanumeric, IsBooleanString, IsDateString, IsDecimal, IsDefined, IsNumberString, IsNotEmpty, IsNotEmptyObject, } from "./external/re-exports";
|
59
61
|
export { ControllerResponse, ControllerAction, ControllerMap, ControllerOptions } from "./server/controller";
|
60
62
|
export { Routes } from "./server/bun/router/routes";
|
61
63
|
export { WebsocketConstructorOptions, I_WebsocketConstructor } from "./server/bun/websocket/Websocket";
|
package/dist/index.js
CHANGED
@@ -12,6 +12,7 @@ export * from "./enums.js";
|
|
12
12
|
export * from "./client/api/base.api.js";
|
13
13
|
export * from "./client/rxjs/useRxjs.js";
|
14
14
|
export * from "./client/vite/plugins/topsydeUtilsVitePlugin.js";
|
15
|
+
export * from "./external/re-exports.js";
|
15
16
|
export * from "./server/controller.js";
|
16
17
|
export * from "./server/service.js";
|
17
18
|
export * from "./server/base/base.database.js";
|
@@ -58,6 +59,7 @@ export { ERROR_CODE, HTTP_ERROR_CODE, WS_ERROR_CODE } from "./errors.js";
|
|
58
59
|
export { RESPONSE_INIT, HEADERS_INIT, RESPONSE_METHOD_OPTIONS } from "./application.js";
|
59
60
|
export { DEFAULT_FALSE_RESPONSE, LOG_COLORS, LOG_ICONS } from "./consts.js";
|
60
61
|
export { E_IS, E_ENVIRONMENTS } from "./enums.js";
|
62
|
+
export { Expose, ValidationError, IsArray, IsBoolean, IsDate, IsEnum, IsNumber, IsObject, IsOptional, IsString, Validate, IsAlphanumeric, IsBooleanString, IsDateString, IsDecimal, IsDefined, IsNumberString, IsNotEmpty, IsNotEmptyObject, } from "./external/re-exports.js";
|
61
63
|
export { E_WebsocketMessageType, E_WebsocketMessagePriority, E_ClientState } from "./server/bun/websocket/websocket.enums.js";
|
62
64
|
export { E_SUBJET_TYPE, AsyncSubject, BehaviorSubject, ReplaySubject, Subject, Subscription } from "./utils/Rxjs.js";
|
63
65
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["// This file is auto-generated by scripts/generate-indexes.ts\n// Do not edit this file directly\n\n// Export all modules\nexport * from \"./errors\";\nexport * from \"./singleton\";\nexport * from \"./initializable\";\nexport * from \"./application\";\nexport * from \"./consts\";\nexport * from \"./types\";\nexport * from \"./throwable\";\nexport * from \"./enums\";\nexport * from \"./client/api/base.api\";\nexport * from \"./client/rxjs/useRxjs\";\nexport * from \"./client/vite/plugins/topsydeUtilsVitePlugin\";\nexport * from \"./external/re-exports\";\nexport * from \"./server/controller\";\nexport * from \"./server/service\";\nexport * from \"./server/base/base.database\";\nexport * from \"./server/bun/router/controller-discovery\";\nexport * from \"./server/bun/router/routes\";\nexport * from \"./server/bun/router/router\";\nexport * from \"./server/bun/router/router.internal\";\nexport * from \"./server/bun/websocket/Websocket\";\nexport * from \"./server/bun/websocket/websocket.guards\";\nexport * from \"./server/bun/websocket/Message\";\nexport * from \"./server/bun/websocket/Channel\";\nexport * from \"./server/bun/websocket/Client\";\nexport * from \"./server/bun/websocket/websocket.enums\";\nexport * from \"./server/bun/websocket/websocket.types\";\nexport * from \"./utils/Rxjs\";\nexport * from \"./utils/Lib\";\nexport * from \"./utils/Guards\";\nexport * from \"./utils/BaseEntity\";\nexport * from \"./utils/Console\";\nexport * from \"./utils/BaseDto\";\nexport * from \"./utils/dto_validators/IsNumberOrRangeConstraint\";\n\n// Export default classes\nexport { default as Singleton } from \"./singleton\";\nexport { default as Initializable } from \"./initializable\";\nexport { default as Application } from \"./application\";\nexport { default as Throwable } from \"./throwable\";\nexport { default as BaseAPI } from \"./client/api/base.api\";\nexport { default as TopsydeUtilsVitePlugin } from \"./client/vite/plugins/topsydeUtilsVitePlugin\";\nexport { default as Controller } from \"./server/controller\";\nexport { default as Service } from \"./server/service\";\nexport { default as Database } from \"./server/base/base.database\";\nexport { default as Router } from \"./server/bun/router/router\";\nexport { default as Router_Internal } from \"./server/bun/router/router.internal\";\nexport { default as Websocket } from \"./server/bun/websocket/Websocket\";\nexport { default as Message } from \"./server/bun/websocket/Message\";\nexport { default as Channel } from \"./server/bun/websocket/Channel\";\nexport { default as Client } from \"./server/bun/websocket/Client\";\nexport { default as Lib } from \"./utils/Lib\";\nexport { default as Guards } from \"./utils/Guards\";\nexport { default as BaseEntity } from \"./utils/BaseEntity\";\nexport { default as Console } from \"./utils/Console\";\n\n// Re-export specific items for backward compatibility\nexport { ERROR_CODE, HTTP_ERROR_CODE, WS_ERROR_CODE } from \"./errors\";\nexport { InitializableOptions, InitializableEvent } from \"./initializable\";\nexport { RESPONSE_INIT, HEADERS_INIT, RESPONSE_METHOD_OPTIONS } from \"./application\";\nexport { DEFAULT_FALSE_RESPONSE, LOG_COLORS, LOG_ICONS } from \"./consts\";\nexport { ClassConstructor, NonNullableType, ObjectKeys, KVObj, I_ApplicationResponse } from \"./types\";\nexport { E_IS, E_ENVIRONMENTS } from \"./enums\";\nexport { RxjsDataType, NamespaceActions, MultiNamespaceActions } from \"./client/rxjs/useRxjs\";\nexport {\n\tExpose,\n\tValidationError,\n\tIsArray,\n\tIsBoolean,\n\tIsDate,\n\tIsEnum,\n\tIsNumber,\n\tIsObject,\n\tIsOptional,\n\tIsString,\n\tValidate,\n\tIsAlphanumeric,\n\tIsBooleanString,\n\tIsDateString,\n\tIsDecimal,\n\tIsDefined,\n\tIsNumberString,\n\tIsNotEmpty,\n\tIsNotEmptyObject,\n} from \"./external/re-exports\";\nexport { ControllerResponse, ControllerAction, ControllerMap, ControllerOptions } from \"./server/controller\";\nexport { Routes } from \"./server/bun/router/routes\";\nexport { WebsocketConstructorOptions, I_WebsocketConstructor } from \"./server/bun/websocket/Websocket\";\nexport { E_WebsocketMessageType, E_WebsocketMessagePriority, E_ClientState } from \"./server/bun/websocket/websocket.enums\";\nexport {\n\tBunWebsocketMessage,\n\tWebsocketChannel,\n\tWebsocketClients,\n\tWebsocketMessageOptions,\n\tWebsocketMessage,\n\tWebsocketStructuredMessage,\n\tWebsocketEntityId,\n\tWebsocketEntityName,\n\tWebsocketEntityData,\n\tI_WebsocketEntity,\n\tI_WebsocketClient,\n\tI_WebsocketChannelEntity,\n\tBroadcastOptions,\n\tAddMemberResult,\n\tAddMemberOptions,\n\tI_WebsocketChannel,\n\tWebsocketInterfaceHandlers,\n\tI_WebsocketInterface,\n} from \"./server/bun/websocket/websocket.types\";\nexport { E_SUBJET_TYPE, I_RxjsPayload, RxjsNamespaces, AsyncSubject, BehaviorSubject, ReplaySubject, Subject, Subscription } from \"./utils/Rxjs\";\n"]}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "topsyde-utils",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.209",
|
4
4
|
"description": "A bundle of TypeScript utility classes and functions",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -44,6 +44,10 @@
|
|
44
44
|
"types": "./dist/client/vite/plugins/index.d.ts",
|
45
45
|
"default": "./dist/client/vite/plugins/index.js"
|
46
46
|
},
|
47
|
+
"./external": {
|
48
|
+
"types": "./dist/external/index.d.ts",
|
49
|
+
"default": "./dist/external/index.js"
|
50
|
+
},
|
47
51
|
"./server/base": {
|
48
52
|
"types": "./dist/server/base/index.d.ts",
|
49
53
|
"default": "./dist/server/base/index.js"
|
@@ -72,6 +76,9 @@
|
|
72
76
|
"client/vite/plugins": [
|
73
77
|
"./dist/client/vite/plugins/index.d.ts"
|
74
78
|
],
|
79
|
+
"external": [
|
80
|
+
"./dist/external/index.d.ts"
|
81
|
+
],
|
75
82
|
"server/base": [
|
76
83
|
"./dist/server/base/index.d.ts"
|
77
84
|
],
|
@@ -0,0 +1,54 @@
|
|
1
|
+
/**
|
2
|
+
* Re-exports of external dependencies for convenience
|
3
|
+
*
|
4
|
+
* This module re-exports commonly used types, classes, and decorators from
|
5
|
+
* class-transformer and class-validator to provide a single import source
|
6
|
+
* for projects using topsyde-utils.
|
7
|
+
*
|
8
|
+
* This prevents the need to separately install these dependencies in
|
9
|
+
* consuming projects, as they're already bundled with topsyde-utils.
|
10
|
+
*/
|
11
|
+
|
12
|
+
// ============================================================================
|
13
|
+
// class-transformer exports
|
14
|
+
// ============================================================================
|
15
|
+
|
16
|
+
// Types
|
17
|
+
export type { ClassConstructor, ClassTransformOptions } from "class-transformer";
|
18
|
+
|
19
|
+
// Core transformation functions
|
20
|
+
export { instanceToPlain, plainToInstance } from "class-transformer";
|
21
|
+
|
22
|
+
// Decorators
|
23
|
+
export { Expose } from "class-transformer";
|
24
|
+
|
25
|
+
// ============================================================================
|
26
|
+
// class-validator exports
|
27
|
+
// ============================================================================
|
28
|
+
|
29
|
+
// Types and Classes
|
30
|
+
export { ValidationError } from "class-validator";
|
31
|
+
|
32
|
+
// Validation function
|
33
|
+
export { validateSync } from "class-validator";
|
34
|
+
|
35
|
+
// Property decorators
|
36
|
+
export {
|
37
|
+
IsArray,
|
38
|
+
IsBoolean,
|
39
|
+
IsDate,
|
40
|
+
IsEnum,
|
41
|
+
IsNumber,
|
42
|
+
IsObject,
|
43
|
+
IsOptional,
|
44
|
+
IsString,
|
45
|
+
Validate,
|
46
|
+
IsAlphanumeric,
|
47
|
+
IsBooleanString,
|
48
|
+
IsDateString,
|
49
|
+
IsDecimal,
|
50
|
+
IsDefined,
|
51
|
+
IsNumberString,
|
52
|
+
IsNotEmpty,
|
53
|
+
IsNotEmptyObject,
|
54
|
+
} from "class-validator";
|
package/src/index.ts
CHANGED
@@ -13,6 +13,7 @@ export * from "./enums";
|
|
13
13
|
export * from "./client/api/base.api";
|
14
14
|
export * from "./client/rxjs/useRxjs";
|
15
15
|
export * from "./client/vite/plugins/topsydeUtilsVitePlugin";
|
16
|
+
export * from "./external/re-exports";
|
16
17
|
export * from "./server/controller";
|
17
18
|
export * from "./server/service";
|
18
19
|
export * from "./server/base/base.database";
|
@@ -64,6 +65,27 @@ export { DEFAULT_FALSE_RESPONSE, LOG_COLORS, LOG_ICONS } from "./consts";
|
|
64
65
|
export { ClassConstructor, NonNullableType, ObjectKeys, KVObj, I_ApplicationResponse } from "./types";
|
65
66
|
export { E_IS, E_ENVIRONMENTS } from "./enums";
|
66
67
|
export { RxjsDataType, NamespaceActions, MultiNamespaceActions } from "./client/rxjs/useRxjs";
|
68
|
+
export {
|
69
|
+
Expose,
|
70
|
+
ValidationError,
|
71
|
+
IsArray,
|
72
|
+
IsBoolean,
|
73
|
+
IsDate,
|
74
|
+
IsEnum,
|
75
|
+
IsNumber,
|
76
|
+
IsObject,
|
77
|
+
IsOptional,
|
78
|
+
IsString,
|
79
|
+
Validate,
|
80
|
+
IsAlphanumeric,
|
81
|
+
IsBooleanString,
|
82
|
+
IsDateString,
|
83
|
+
IsDecimal,
|
84
|
+
IsDefined,
|
85
|
+
IsNumberString,
|
86
|
+
IsNotEmpty,
|
87
|
+
IsNotEmptyObject,
|
88
|
+
} from "./external/re-exports";
|
67
89
|
export { ControllerResponse, ControllerAction, ControllerMap, ControllerOptions } from "./server/controller";
|
68
90
|
export { Routes } from "./server/bun/router/routes";
|
69
91
|
export { WebsocketConstructorOptions, I_WebsocketConstructor } from "./server/bun/websocket/Websocket";
|