@futdevpro/fsm-dynamo 1.16.37 → 1.16.39
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/.c8rc.json +26 -26
- package/.cursor/rules/__assistant_guide.mdc +30 -30
- package/.cursor/rules/__main.mdc +64 -64
- package/.cursor/rules/_ag_backend-structure.mdc +85 -85
- package/.cursor/rules/_ag_backend.mdc +16 -16
- package/.cursor/rules/_ag_debug.mdc +7 -7
- package/.cursor/rules/_ag_documentation_writing_rules.mdc +372 -372
- package/.cursor/rules/_ag_file-refactoring.mdc +113 -113
- package/.cursor/rules/_ag_fixes_rules.mdc +5 -5
- package/.cursor/rules/_ag_frontend-structure.mdc +86 -86
- package/.cursor/rules/_ag_frontend.mdc +39 -39
- package/.cursor/rules/_ag_import-rules.mdc +44 -44
- package/.cursor/rules/_ag_naming.mdc +115 -115
- package/.cursor/rules/_ag_running_commands.mdc +4 -4
- package/.cursor/rules/_ag_server-controller.mdc +5 -5
- package/.cursor/rules/_ag_should-be.mdc +6 -6
- package/.cursor/rules/_ag_swearing.mdc +47 -47
- package/.cursor/rules/ai_development_guide.md +60 -60
- package/.cursor/rules/ai_directives.md +114 -114
- package/.cursor/rules/cursor-rules.md +160 -160
- package/.cursor/rules/default-command.mdc +464 -464
- package/.cursor/rules/error_code_pattern.md +39 -39
- package/.cursor/rules/saved rule mcp server use.md +15 -15
- package/.dynamo/pipeline.cicd.config.json +157 -157
- package/.dynamo/version-bump.config.json +5 -5
- package/.github/workflows/main.yml +439 -439
- package/.husky/pre-commit +2 -2
- package/.vscode/settings.json +11 -11
- package/LICENSE +21 -21
- package/README.md +693 -693
- package/_specifications/BACKLOG.md +43 -43
- package/build/_collections/constants/data-sizes.const.d.ts +36 -36
- package/build/_collections/constants/data-sizes.const.js +40 -40
- package/build/_collections/constants/error-defaults.const.d.ts +10 -10
- package/build/_collections/constants/error-defaults.const.js +20 -20
- package/build/_collections/constants/global-settings.const.d.ts +10 -10
- package/build/_collections/constants/global-settings.const.d.ts.map +1 -1
- package/build/_collections/constants/global-settings.const.js +4 -0
- package/build/_collections/constants/global-settings.const.js.map +1 -1
- package/build/_collections/constants/global-settings.const.spec.d.ts +2 -0
- package/build/_collections/constants/global-settings.const.spec.d.ts.map +1 -0
- package/build/_collections/constants/global-settings.const.spec.js +30 -0
- package/build/_collections/constants/global-settings.const.spec.js.map +1 -0
- package/build/_collections/constants/numbers.const.d.ts +36 -36
- package/build/_collections/constants/numbers.const.js +39 -39
- package/build/_collections/constants/times.const.d.ts +38 -38
- package/build/_collections/constants/times.const.js +41 -41
- package/build/_collections/utils/array.util.d.ts +388 -388
- package/build/_collections/utils/array.util.js +636 -636
- package/build/_collections/utils/array.util.spec.d.ts +2 -0
- package/build/_collections/utils/array.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/array.util.spec.js +239 -0
- package/build/_collections/utils/array.util.spec.js.map +1 -0
- package/build/_collections/utils/async.util.d.ts +62 -62
- package/build/_collections/utils/async.util.js +187 -187
- package/build/_collections/utils/async.util.spec.d.ts +2 -0
- package/build/_collections/utils/async.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/async.util.spec.js +332 -0
- package/build/_collections/utils/async.util.spec.js.map +1 -0
- package/build/_collections/utils/data.util.d.ts +59 -59
- package/build/_collections/utils/data.util.js +207 -207
- package/build/_collections/utils/data.util.spec.d.ts +2 -0
- package/build/_collections/utils/data.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/data.util.spec.js +291 -0
- package/build/_collections/utils/data.util.spec.js.map +1 -0
- package/build/_collections/utils/extract-error-message.util.d.ts +70 -70
- package/build/_collections/utils/extract-error-message.util.js +185 -185
- package/build/_collections/utils/extract-error-message.util.spec.d.ts +2 -0
- package/build/_collections/utils/extract-error-message.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/extract-error-message.util.spec.js +182 -0
- package/build/_collections/utils/extract-error-message.util.spec.js.map +1 -0
- package/build/_collections/utils/json-error-helper.util.d.ts +100 -100
- package/build/_collections/utils/json-error-helper.util.js +255 -255
- package/build/_collections/utils/json-error-helper.util.spec.d.ts +2 -0
- package/build/_collections/utils/json-error-helper.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/json-error-helper.util.spec.js +433 -0
- package/build/_collections/utils/json-error-helper.util.spec.js.map +1 -0
- package/build/_collections/utils/log.util.d.ts +398 -398
- package/build/_collections/utils/log.util.js +559 -559
- package/build/_collections/utils/log.util.spec.d.ts +2 -0
- package/build/_collections/utils/log.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/log.util.spec.js +633 -0
- package/build/_collections/utils/log.util.spec.js.map +1 -0
- package/build/_collections/utils/math/box-bounds.spec.d.ts +2 -0
- package/build/_collections/utils/math/box-bounds.spec.d.ts.map +1 -0
- package/build/_collections/utils/math/box-bounds.spec.js +57 -0
- package/build/_collections/utils/math/box-bounds.spec.js.map +1 -0
- package/build/_collections/utils/math/box-bounds.util.d.ts +113 -113
- package/build/_collections/utils/math/box-bounds.util.js +163 -163
- package/build/_collections/utils/math/math.util.d.ts +86 -86
- package/build/_collections/utils/math/math.util.js +127 -127
- package/build/_collections/utils/math/math.util.spec.d.ts +2 -0
- package/build/_collections/utils/math/math.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/math/math.util.spec.js +80 -0
- package/build/_collections/utils/math/math.util.spec.js.map +1 -0
- package/build/_collections/utils/math/random.util.d.ts +60 -60
- package/build/_collections/utils/math/random.util.js +121 -121
- package/build/_collections/utils/math/random.util.spec.d.ts +2 -0
- package/build/_collections/utils/math/random.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/math/random.util.spec.js +75 -0
- package/build/_collections/utils/math/random.util.spec.js.map +1 -0
- package/build/_collections/utils/math/trigonometry.util.d.ts +74 -74
- package/build/_collections/utils/math/trigonometry.util.js +93 -93
- package/build/_collections/utils/math/trigonometry.util.spec.d.ts +2 -0
- package/build/_collections/utils/math/trigonometry.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/math/trigonometry.util.spec.js +49 -0
- package/build/_collections/utils/math/trigonometry.util.spec.js.map +1 -0
- package/build/_collections/utils/math/vector2.util.d.ts +445 -445
- package/build/_collections/utils/math/vector2.util.js +591 -591
- package/build/_collections/utils/math/vector2.util.spec.d.ts +2 -0
- package/build/_collections/utils/math/vector2.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/math/vector2.util.spec.js +82 -0
- package/build/_collections/utils/math/vector2.util.spec.js.map +1 -0
- package/build/_collections/utils/object.util.d.ts +221 -221
- package/build/_collections/utils/object.util.js +595 -595
- package/build/_collections/utils/object.util.spec.d.ts +2 -0
- package/build/_collections/utils/object.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/object.util.spec.js +506 -0
- package/build/_collections/utils/object.util.spec.js.map +1 -0
- package/build/_collections/utils/regex/password-regex.util.d.ts +14 -14
- package/build/_collections/utils/regex/password-regex.util.js +60 -60
- package/build/_collections/utils/regex/password-regex.util.spec.d.ts +2 -0
- package/build/_collections/utils/regex/password-regex.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/regex/password-regex.util.spec.js +44 -0
- package/build/_collections/utils/regex/password-regex.util.spec.js.map +1 -0
- package/build/_collections/utils/regex/regex.util.d.ts +1 -1
- package/build/_collections/utils/regex/regex.util.js +4 -4
- package/build/_collections/utils/regex/regex.util.spec.d.ts +2 -0
- package/build/_collections/utils/regex/regex.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/regex/regex.util.spec.js +40 -0
- package/build/_collections/utils/regex/regex.util.spec.js.map +1 -0
- package/build/_collections/utils/regex/username-regex.util.d.ts +1 -1
- package/build/_collections/utils/regex/username-regex.util.js +31 -31
- package/build/_collections/utils/regex/username-regex.util.spec.d.ts +2 -0
- package/build/_collections/utils/regex/username-regex.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/regex/username-regex.util.spec.js +59 -0
- package/build/_collections/utils/regex/username-regex.util.spec.js.map +1 -0
- package/build/_collections/utils/require-env.util.d.ts +85 -85
- package/build/_collections/utils/require-env.util.js +93 -93
- package/build/_collections/utils/require-env.util.spec.d.ts +2 -0
- package/build/_collections/utils/require-env.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/require-env.util.spec.js +214 -0
- package/build/_collections/utils/require-env.util.spec.js.map +1 -0
- package/build/_collections/utils/round-list.util.d.ts +81 -81
- package/build/_collections/utils/round-list.util.js +112 -112
- package/build/_collections/utils/round-list.util.spec.d.ts +2 -0
- package/build/_collections/utils/round-list.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/round-list.util.spec.js +65 -0
- package/build/_collections/utils/round-list.util.spec.js.map +1 -0
- package/build/_collections/utils/secret-mask.util.d.ts +89 -89
- package/build/_collections/utils/secret-mask.util.js +222 -222
- package/build/_collections/utils/secret-mask.util.spec.d.ts +2 -0
- package/build/_collections/utils/secret-mask.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/secret-mask.util.spec.js +57 -0
- package/build/_collections/utils/secret-mask.util.spec.js.map +1 -0
- package/build/_collections/utils/stack.util.d.ts +26 -26
- package/build/_collections/utils/stack.util.js +130 -130
- package/build/_collections/utils/stack.util.spec.d.ts +2 -0
- package/build/_collections/utils/stack.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/stack.util.spec.js +290 -0
- package/build/_collections/utils/stack.util.spec.js.map +1 -0
- package/build/_collections/utils/string-case.util.d.ts +135 -135
- package/build/_collections/utils/string-case.util.js +336 -336
- package/build/_collections/utils/string-case.util.spec.d.ts +2 -0
- package/build/_collections/utils/string-case.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/string-case.util.spec.js +360 -0
- package/build/_collections/utils/string-case.util.spec.js.map +1 -0
- package/build/_collections/utils/string.util.d.ts +148 -148
- package/build/_collections/utils/string.util.js +370 -370
- package/build/_collections/utils/string.util.spec.d.ts +2 -0
- package/build/_collections/utils/string.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/string.util.spec.js +860 -0
- package/build/_collections/utils/string.util.spec.js.map +1 -0
- package/build/_collections/utils/time.util.d.ts +267 -267
- package/build/_collections/utils/time.util.js +435 -435
- package/build/_collections/utils/time.util.spec.d.ts +2 -0
- package/build/_collections/utils/time.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/time.util.spec.js +38 -0
- package/build/_collections/utils/time.util.spec.js.map +1 -0
- package/build/_collections/utils/type-cloning-facility.util.d.ts +50 -50
- package/build/_collections/utils/type-cloning-facility.util.js +126 -126
- package/build/_collections/utils/type-cloning-facility.util.spec.d.ts +2 -0
- package/build/_collections/utils/type-cloning-facility.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/type-cloning-facility.util.spec.js +41 -0
- package/build/_collections/utils/type-cloning-facility.util.spec.js.map +1 -0
- package/build/_collections/utils/utilities.util.d.ts +25 -25
- package/build/_collections/utils/utilities.util.js +65 -65
- package/build/_collections/utils/utilities.util.spec.d.ts +2 -0
- package/build/_collections/utils/utilities.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/utilities.util.spec.js +170 -0
- package/build/_collections/utils/utilities.util.spec.js.map +1 -0
- package/build/_collections/utils/uuid.util.d.ts +14 -14
- package/build/_collections/utils/uuid.util.js +38 -38
- package/build/_collections/utils/uuid.util.spec.d.ts +2 -0
- package/build/_collections/utils/uuid.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/uuid.util.spec.js +29 -0
- package/build/_collections/utils/uuid.util.spec.js.map +1 -0
- package/build/_enums/basic-property-type.enum.d.ts +17 -17
- package/build/_enums/basic-property-type.enum.js +21 -21
- package/build/_enums/data-model-type.enum.d.ts +23 -23
- package/build/_enums/data-model-type.enum.js +27 -27
- package/build/_enums/environment-flag.enum.d.ts +25 -25
- package/build/_enums/environment-flag.enum.js +29 -29
- package/build/_enums/error-level.enum.d.ts +34 -34
- package/build/_enums/error-level.enum.js +38 -38
- package/build/_enums/error-status.enum.d.ts +27 -27
- package/build/_enums/error-status.enum.js +31 -31
- package/build/_enums/http/http-call-type.enum.d.ts +40 -40
- package/build/_enums/http/http-call-type.enum.js +45 -45
- package/build/_enums/http/http-event-type.enum.d.ts +38 -38
- package/build/_enums/http/http-event-type.enum.js +42 -42
- package/build/_enums/http/http-response-type.enum.d.ts +17 -17
- package/build/_enums/http/http-response-type.enum.js +21 -21
- package/build/_enums/log-style.enum.d.ts +37 -37
- package/build/_enums/log-style.enum.js +41 -41
- package/build/_enums/server-connection-status.enum.d.ts +4 -4
- package/build/_enums/server-connection-status.enum.js +8 -8
- package/build/_enums/time/day-of-week.enum.d.ts +38 -38
- package/build/_enums/time/day-of-week.enum.js +50 -50
- package/build/_enums/time/month.enum.d.ts +22 -22
- package/build/_enums/time/month.enum.js +26 -26
- package/build/_enums/time/relative-date.enum.d.ts +18 -18
- package/build/_enums/time/relative-date.enum.js +22 -22
- package/build/_models/control-models/data-model-params.control-model.d.ts +82 -82
- package/build/_models/control-models/data-model-params.control-model.js +281 -281
- package/build/_models/control-models/data-model-params.control-model.spec.d.ts +2 -0
- package/build/_models/control-models/data-model-params.control-model.spec.d.ts.map +1 -0
- package/build/_models/control-models/data-model-params.control-model.spec.js +123 -0
- package/build/_models/control-models/data-model-params.control-model.spec.js.map +1 -0
- package/build/_models/control-models/data-property-params.control-model.d.ts +87 -87
- package/build/_models/control-models/data-property-params.control-model.js +166 -166
- package/build/_models/control-models/data-property-params.control-model.spec.d.ts +2 -0
- package/build/_models/control-models/data-property-params.control-model.spec.d.ts.map +1 -0
- package/build/_models/control-models/data-property-params.control-model.spec.js +74 -0
- package/build/_models/control-models/data-property-params.control-model.spec.js.map +1 -0
- package/build/_models/control-models/error.control-model.d.ts +363 -363
- package/build/_models/control-models/error.control-model.js +678 -678
- package/build/_models/control-models/error.control-model.spec.d.ts +2 -0
- package/build/_models/control-models/error.control-model.spec.d.ts.map +1 -0
- package/build/_models/control-models/error.control-model.spec.js +749 -0
- package/build/_models/control-models/error.control-model.spec.js.map +1 -0
- package/build/_models/control-models/http/http-error-response.control-model.d.ts +39 -39
- package/build/_models/control-models/http/http-error-response.control-model.js +49 -49
- package/build/_models/control-models/http/http-error-response.control-model.spec.d.ts +2 -0
- package/build/_models/control-models/http/http-error-response.control-model.spec.d.ts.map +1 -0
- package/build/_models/control-models/http/http-error-response.control-model.spec.js +94 -0
- package/build/_models/control-models/http/http-error-response.control-model.spec.js.map +1 -0
- package/build/_models/control-models/http/http-headers.control-model.d.ts +38 -38
- package/build/_models/control-models/http/http-headers.control-model.js +44 -44
- package/build/_models/control-models/http/http-headers.control-model.spec.d.ts +2 -0
- package/build/_models/control-models/http/http-headers.control-model.spec.d.ts.map +1 -0
- package/build/_models/control-models/http/http-headers.control-model.spec.js +21 -0
- package/build/_models/control-models/http/http-headers.control-model.spec.js.map +1 -0
- package/build/_models/control-models/http/http-response.model-base.d.ts +51 -51
- package/build/_models/control-models/http/http-response.model-base.js +58 -58
- package/build/_models/control-models/http/http-response.model-base.spec.d.ts +2 -0
- package/build/_models/control-models/http/http-response.model-base.spec.d.ts.map +1 -0
- package/build/_models/control-models/http/http-response.model-base.spec.js +41 -0
- package/build/_models/control-models/http/http-response.model-base.spec.js.map +1 -0
- package/build/_models/control-models/poll.control-model.d.ts +57 -57
- package/build/_models/control-models/poll.control-model.js +140 -140
- package/build/_models/control-models/poll.control-model.spec.d.ts +2 -0
- package/build/_models/control-models/poll.control-model.spec.d.ts.map +1 -0
- package/build/_models/control-models/poll.control-model.spec.js +57 -0
- package/build/_models/control-models/poll.control-model.spec.js.map +1 -0
- package/build/_models/control-models/range-value.control-model.d.ts +172 -172
- package/build/_models/control-models/range-value.control-model.js +248 -248
- package/build/_models/control-models/range-value.control-model.spec.d.ts +2 -0
- package/build/_models/control-models/range-value.control-model.spec.d.ts.map +1 -0
- package/build/_models/control-models/range-value.control-model.spec.js +163 -0
- package/build/_models/control-models/range-value.control-model.spec.js.map +1 -0
- package/build/_models/control-models/server-status.control-model.d.ts +50 -50
- package/build/_models/control-models/server-status.control-model.js +63 -63
- package/build/_models/control-models/server-status.control-model.spec.d.ts +2 -0
- package/build/_models/control-models/server-status.control-model.spec.d.ts.map +1 -0
- package/build/_models/control-models/server-status.control-model.spec.js +61 -0
- package/build/_models/control-models/server-status.control-model.spec.js.map +1 -0
- package/build/_models/control-models/service-endpoint-settings-base.control-model.d.ts +52 -52
- package/build/_models/control-models/service-endpoint-settings-base.control-model.js +123 -123
- package/build/_models/control-models/service-endpoint-settings-base.control-model.spec.d.ts +2 -0
- package/build/_models/control-models/service-endpoint-settings-base.control-model.spec.d.ts.map +1 -0
- package/build/_models/control-models/service-endpoint-settings-base.control-model.spec.js +124 -0
- package/build/_models/control-models/service-endpoint-settings-base.control-model.spec.js.map +1 -0
- package/build/_models/data-models/errors.data-model.d.ts +128 -128
- package/build/_models/data-models/errors.data-model.js +146 -146
- package/build/_models/data-models/errors.data-model.spec.d.ts +2 -0
- package/build/_models/data-models/errors.data-model.spec.d.ts.map +1 -0
- package/build/_models/data-models/errors.data-model.spec.js +65 -0
- package/build/_models/data-models/errors.data-model.spec.js.map +1 -0
- package/build/_models/data-models/metadata.data-model.d.ts +60 -60
- package/build/_models/data-models/metadata.data-model.js +121 -121
- package/build/_models/data-models/metadata.data-model.spec.d.ts +2 -0
- package/build/_models/data-models/metadata.data-model.spec.d.ts.map +1 -0
- package/build/_models/data-models/metadata.data-model.spec.js +142 -0
- package/build/_models/data-models/metadata.data-model.spec.js.map +1 -0
- package/build/_models/interfaces/box-bounds.interface.d.ts +7 -7
- package/build/_models/interfaces/box-bounds.interface.js +2 -2
- package/build/_models/interfaces/environment/global-log-settings.interface.d.ts +65 -65
- package/build/_models/interfaces/environment/global-log-settings.interface.js +2 -2
- package/build/_models/interfaces/environment/global-settings.interface.d.ts +21 -0
- package/build/_models/interfaces/environment/global-settings.interface.d.ts.map +1 -1
- package/build/_models/interfaces/environment/global-settings.interface.js +2 -2
- package/build/_models/interfaces/error-defaults.interface.d.ts +16 -16
- package/build/_models/interfaces/error-defaults.interface.js +2 -2
- package/build/_models/interfaces/paged.interface.d.ts +7 -7
- package/build/_models/interfaces/paged.interface.js +2 -2
- package/build/_models/interfaces/random-weight.interface.d.ts +4 -4
- package/build/_models/interfaces/random-weight.interface.js +2 -2
- package/build/_models/interfaces/route-settings.interface.d.ts +13 -13
- package/build/_models/interfaces/route-settings.interface.js +2 -2
- package/build/_models/interfaces/search-query.interface.d.ts +19 -19
- package/build/_models/interfaces/search-query.interface.js +2 -2
- package/build/_models/interfaces/search-result.interface.d.ts +4 -4
- package/build/_models/interfaces/search-result.interface.js +2 -2
- package/build/_models/interfaces/server-error-statistics.interface.d.ts +17 -17
- package/build/_models/interfaces/server-error-statistics.interface.js +2 -2
- package/build/_models/interfaces/vector2.interface.d.ts +16 -16
- package/build/_models/interfaces/vector2.interface.js +2 -2
- package/build/_models/types/db-filter.type.d.ts +100 -100
- package/build/_models/types/db-filter.type.js +2 -2
- package/build/_models/types/db-sort.type.d.ts +3 -3
- package/build/_models/types/db-sort.type.js +2 -2
- package/build/_models/types/ds-filter.type.d.ts +47 -47
- package/build/_models/types/ds-filter.type.js +18 -18
- package/build/_models/types/ds-sort.type.d.ts +16 -16
- package/build/_models/types/ds-sort.type.js +2 -2
- package/build/_modules/ai/_collections/ai-model-ref.util.d.ts +42 -42
- package/build/_modules/ai/_collections/ai-model-ref.util.js +74 -74
- package/build/_modules/ai/_collections/ai-model-registry.util.d.ts +23 -23
- package/build/_modules/ai/_collections/ai-model-registry.util.js +30 -30
- package/build/_modules/ai/_collections/ai-model-registry.util.spec.d.ts +2 -0
- package/build/_modules/ai/_collections/ai-model-registry.util.spec.d.ts.map +1 -0
- package/build/_modules/ai/_collections/ai-model-registry.util.spec.js +30 -0
- package/build/_modules/ai/_collections/ai-model-registry.util.spec.js.map +1 -0
- package/build/_modules/ai/_enums/ai-message-role.enum.d.ts +7 -7
- package/build/_modules/ai/_enums/ai-message-role.enum.js +11 -11
- package/build/_modules/ai/_enums/ai-model-type.enum.d.ts +7 -7
- package/build/_modules/ai/_enums/ai-model-type.enum.js +11 -11
- package/build/_modules/ai/_enums/ai-provider.enum.d.ts +7 -7
- package/build/_modules/ai/_enums/ai-provider.enum.js +11 -11
- package/build/_modules/ai/_models/ai-call-settings.interface.d.ts +74 -74
- package/build/_modules/ai/_models/ai-call-settings.interface.js +81 -81
- package/build/_modules/ai/_models/ai-config.interface.d.ts +14 -14
- package/build/_modules/ai/_models/ai-config.interface.js +2 -2
- package/build/_modules/ai/_models/ai-embedding-request.interface.d.ts +19 -19
- package/build/_modules/ai/_models/ai-embedding-request.interface.js +2 -2
- package/build/_modules/ai/_models/ai-embedding-response.interface.d.ts +25 -25
- package/build/_modules/ai/_models/ai-embedding-response.interface.js +2 -2
- package/build/_modules/ai/_models/ai-llm-request.interface.d.ts +22 -22
- package/build/_modules/ai/_models/ai-llm-request.interface.js +2 -2
- package/build/_modules/ai/_models/ai-llm-response.interface.d.ts +28 -28
- package/build/_modules/ai/_models/ai-llm-response.interface.js +2 -2
- package/build/_modules/ai/_models/ai-message.interface.d.ts +10 -10
- package/build/_modules/ai/_models/ai-message.interface.js +2 -2
- package/build/_modules/ai/_models/ai-model-capabilities.interface.d.ts +35 -35
- package/build/_modules/ai/_models/ai-model-capabilities.interface.js +2 -2
- package/build/_modules/ai/_models/ai-model-info.interface.d.ts +61 -61
- package/build/_modules/ai/_models/ai-model-info.interface.js +2 -2
- package/build/_modules/ai/_models/ai-model-settings-schema.interface.d.ts +51 -51
- package/build/_modules/ai/_models/ai-model-settings-schema.interface.js +2 -2
- package/build/_modules/ai/_models/ai-provider-capabilities.interface.d.ts +28 -28
- package/build/_modules/ai/_models/ai-provider-capabilities.interface.js +2 -2
- package/build/_modules/ai/_models/ai-settings.interface.d.ts +9 -9
- package/build/_modules/ai/_models/ai-settings.interface.js +14 -14
- package/build/_modules/ai/_models/ai-tool-call.interface.d.ts +18 -18
- package/build/_modules/ai/_models/ai-tool-call.interface.js +2 -2
- package/build/_modules/ai/_models/ai-tool-handler.type.d.ts +10 -10
- package/build/_modules/ai/_models/ai-tool-handler.type.js +2 -2
- package/build/_modules/ai/_models/ai-tool-result.interface.d.ts +16 -16
- package/build/_modules/ai/_models/ai-tool-result.interface.js +2 -2
- package/build/_modules/ai/_models/ai-tool.interface.d.ts +16 -16
- package/build/_modules/ai/_models/ai-tool.interface.js +2 -2
- package/build/_modules/ai/_models/ai-user-provider-config.control-model.d.ts +21 -21
- package/build/_modules/ai/_models/ai-user-provider-config.control-model.js +28 -28
- package/build/_modules/ai/_modules/anthropic/_collections/aai-models.const.d.ts +2 -2
- package/build/_modules/ai/_modules/anthropic/_collections/aai-models.const.js +133 -133
- package/build/_modules/ai/_modules/anthropic/_enums/aai-model.enum.d.ts +12 -12
- package/build/_modules/ai/_modules/anthropic/_enums/aai-model.enum.js +20 -20
- package/build/_modules/ai/_modules/anthropic/_models/aai-call-settings.control-model.d.ts +10 -10
- package/build/_modules/ai/_modules/anthropic/_models/aai-call-settings.control-model.js +20 -20
- package/build/_modules/ai/_modules/anthropic/_models/aai-call-settings.control-model.spec.d.ts +2 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-call-settings.control-model.spec.d.ts.map +1 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-call-settings.control-model.spec.js +24 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-call-settings.control-model.spec.js.map +1 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-client-options.interface.d.ts +8 -8
- package/build/_modules/ai/_modules/anthropic/_models/aai-client-options.interface.js +2 -2
- package/build/_modules/ai/_modules/anthropic/_models/aai-settings.control-model.d.ts +14 -14
- package/build/_modules/ai/_modules/anthropic/_models/aai-settings.control-model.js +22 -22
- package/build/_modules/ai/_modules/anthropic/_models/aai-settings.control-model.spec.d.ts +2 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-settings.control-model.spec.d.ts.map +1 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-settings.control-model.spec.js +20 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-settings.control-model.spec.js.map +1 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-user-provider-config.control-model.d.ts +10 -10
- package/build/_modules/ai/_modules/anthropic/_models/aai-user-provider-config.control-model.js +19 -19
- package/build/_modules/ai/_modules/anthropic/index.d.ts +6 -6
- package/build/_modules/ai/_modules/anthropic/index.js +12 -12
- package/build/_modules/ai/_modules/document-ai/_models/dai-embedding-info.interface.d.ts +11 -11
- package/build/_modules/ai/_modules/document-ai/_models/dai-embedding-info.interface.js +2 -2
- package/build/_modules/ai/_modules/document-ai/_models/dai-vector-search-params.interface.d.ts +21 -21
- package/build/_modules/ai/_modules/document-ai/_models/dai-vector-search-params.interface.js +2 -2
- package/build/_modules/ai/_modules/document-ai/index.d.ts +2 -2
- package/build/_modules/ai/_modules/document-ai/index.js +6 -6
- package/build/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.d.ts +17 -17
- package/build/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.js +41 -41
- package/build/_modules/ai/_modules/fdp-ai/_enums/fdpai-model.enum.d.ts +6 -6
- package/build/_modules/ai/_modules/fdp-ai/_enums/fdpai-model.enum.js +10 -10
- package/build/_modules/ai/_modules/fdp-ai/_models/fdpai-call-settings.control-model.d.ts +9 -9
- package/build/_modules/ai/_modules/fdp-ai/_models/fdpai-call-settings.control-model.js +18 -18
- package/build/_modules/ai/_modules/fdp-ai/_models/fdpai-client-options.interface.d.ts +11 -11
- package/build/_modules/ai/_modules/fdp-ai/_models/fdpai-client-options.interface.js +2 -2
- package/build/_modules/ai/_modules/fdp-ai/_models/fdpai-settings.control-model.d.ts +13 -13
- package/build/_modules/ai/_modules/fdp-ai/_models/fdpai-settings.control-model.js +21 -21
- package/build/_modules/ai/_modules/fdp-ai/_models/fdpai-user-provider-config.control-model.d.ts +10 -10
- package/build/_modules/ai/_modules/fdp-ai/_models/fdpai-user-provider-config.control-model.js +19 -19
- package/build/_modules/ai/_modules/fdp-ai/index.d.ts +6 -6
- package/build/_modules/ai/_modules/fdp-ai/index.js +12 -12
- package/build/_modules/ai/_modules/google-ai/_collections/gai-models.const.d.ts +2 -2
- package/build/_modules/ai/_modules/google-ai/_collections/gai-models.const.js +158 -158
- package/build/_modules/ai/_modules/google-ai/_enums/gai-model.enum.d.ts +9 -9
- package/build/_modules/ai/_modules/google-ai/_enums/gai-model.enum.js +17 -17
- package/build/_modules/ai/_modules/google-ai/_models/gai-call-settings.control-model.d.ts +10 -10
- package/build/_modules/ai/_modules/google-ai/_models/gai-call-settings.control-model.js +20 -20
- package/build/_modules/ai/_modules/google-ai/_models/gai-call-settings.control-model.spec.d.ts +2 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-call-settings.control-model.spec.d.ts.map +1 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-call-settings.control-model.spec.js +24 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-call-settings.control-model.spec.js.map +1 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-client-options.interface.d.ts +6 -6
- package/build/_modules/ai/_modules/google-ai/_models/gai-client-options.interface.js +2 -2
- package/build/_modules/ai/_modules/google-ai/_models/gai-settings.control-model.d.ts +14 -14
- package/build/_modules/ai/_modules/google-ai/_models/gai-settings.control-model.js +22 -22
- package/build/_modules/ai/_modules/google-ai/_models/gai-settings.control-model.spec.d.ts +2 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-settings.control-model.spec.d.ts.map +1 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-settings.control-model.spec.js +20 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-settings.control-model.spec.js.map +1 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-user-provider-config.control-model.d.ts +10 -10
- package/build/_modules/ai/_modules/google-ai/_models/gai-user-provider-config.control-model.js +19 -19
- package/build/_modules/ai/_modules/google-ai/index.d.ts +6 -6
- package/build/_modules/ai/_modules/google-ai/index.js +12 -12
- package/build/_modules/ai/_modules/local-ai/_collections/lai-models.const.d.ts +18 -18
- package/build/_modules/ai/_modules/local-ai/_collections/lai-models.const.js +60 -60
- package/build/_modules/ai/_modules/local-ai/_enums/lai-model.enum.d.ts +4 -4
- package/build/_modules/ai/_modules/local-ai/_enums/lai-model.enum.js +8 -8
- package/build/_modules/ai/_modules/local-ai/_models/lai-call-settings.control-model.d.ts +6 -6
- package/build/_modules/ai/_modules/local-ai/_models/lai-call-settings.control-model.js +15 -15
- package/build/_modules/ai/_modules/local-ai/_models/lai-call-settings.control-model.spec.d.ts +2 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-call-settings.control-model.spec.d.ts.map +1 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-call-settings.control-model.spec.js +24 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-call-settings.control-model.spec.js.map +1 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-client-options.interface.d.ts +7 -7
- package/build/_modules/ai/_modules/local-ai/_models/lai-client-options.interface.js +2 -2
- package/build/_modules/ai/_modules/local-ai/_models/lai-settings.control-model.d.ts +10 -10
- package/build/_modules/ai/_modules/local-ai/_models/lai-settings.control-model.js +18 -18
- package/build/_modules/ai/_modules/local-ai/_models/lai-settings.control-model.spec.d.ts +2 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-settings.control-model.spec.d.ts.map +1 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-settings.control-model.spec.js +20 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-settings.control-model.spec.js.map +1 -0
- package/build/_modules/ai/_modules/local-ai/index.d.ts +5 -5
- package/build/_modules/ai/_modules/local-ai/index.js +11 -11
- package/build/_modules/ai/_modules/open-ai/_collections/oai-embedding-model-dimensions.const.d.ts +2 -2
- package/build/_modules/ai/_modules/open-ai/_collections/oai-embedding-model-dimensions.const.js +9 -9
- package/build/_modules/ai/_modules/open-ai/_collections/oai-models.const.d.ts +2 -2
- package/build/_modules/ai/_modules/open-ai/_collections/oai-models.const.js +394 -394
- package/build/_modules/ai/_modules/open-ai/_enums/oai-model.enum.d.ts +43 -43
- package/build/_modules/ai/_modules/open-ai/_enums/oai-model.enum.js +146 -146
- package/build/_modules/ai/_modules/open-ai/_models/oai-call-settings.control-model.d.ts +10 -10
- package/build/_modules/ai/_modules/open-ai/_models/oai-call-settings.control-model.js +20 -20
- package/build/_modules/ai/_modules/open-ai/_models/oai-call-settings.control-model.spec.d.ts +2 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-call-settings.control-model.spec.d.ts.map +1 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-call-settings.control-model.spec.js +24 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-call-settings.control-model.spec.js.map +1 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-client-options.interface.d.ts +68 -68
- package/build/_modules/ai/_modules/open-ai/_models/oai-client-options.interface.js +2 -2
- package/build/_modules/ai/_modules/open-ai/_models/oai-embedding-info.interface.d.ts +11 -11
- package/build/_modules/ai/_modules/open-ai/_models/oai-embedding-info.interface.js +2 -2
- package/build/_modules/ai/_modules/open-ai/_models/oai-settings.control-model.d.ts +14 -14
- package/build/_modules/ai/_modules/open-ai/_models/oai-settings.control-model.js +22 -22
- package/build/_modules/ai/_modules/open-ai/_models/oai-settings.control-model.spec.d.ts +2 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-settings.control-model.spec.d.ts.map +1 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-settings.control-model.spec.js +20 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-settings.control-model.spec.js.map +1 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-user-provider-config.control-model.d.ts +11 -11
- package/build/_modules/ai/_modules/open-ai/_models/oai-user-provider-config.control-model.js +20 -20
- package/build/_modules/ai/_modules/open-ai/index.d.ts +8 -8
- package/build/_modules/ai/_modules/open-ai/index.js +22 -22
- package/build/_modules/ai/index.d.ts +22 -22
- package/build/_modules/ai/index.js +28 -28
- package/build/_modules/ci-tools/_enums/cit-ci-result-code.enum.d.ts +8 -8
- package/build/_modules/ci-tools/_enums/cit-ci-result-code.enum.js +12 -12
- package/build/_modules/ci-tools/_enums/cit-ci-step-result-code.enum.d.ts +8 -8
- package/build/_modules/ci-tools/_enums/cit-ci-step-result-code.enum.js +12 -12
- package/build/_modules/ci-tools/_models/cit-ci-result-info.data-models.d.ts +42 -42
- package/build/_modules/ci-tools/_models/cit-ci-result-info.data-models.js +67 -67
- package/build/_modules/ci-tools/_models/cit-ci-result-info.data-models.spec.d.ts +2 -0
- package/build/_modules/ci-tools/_models/cit-ci-result-info.data-models.spec.d.ts.map +1 -0
- package/build/_modules/ci-tools/_models/cit-ci-result-info.data-models.spec.js +51 -0
- package/build/_modules/ci-tools/_models/cit-ci-result-info.data-models.spec.js.map +1 -0
- package/build/_modules/ci-tools/_models/cit-ci-step-result.interface.d.ts +9 -9
- package/build/_modules/ci-tools/_models/cit-ci-step-result.interface.js +2 -2
- package/build/_modules/ci-tools/index.d.ts +4 -4
- package/build/_modules/ci-tools/index.js +9 -9
- package/build/_modules/crypto/_collections/crypto-v1.util.d.ts +47 -47
- package/build/_modules/crypto/_collections/crypto-v1.util.js +204 -204
- package/build/_modules/crypto/_collections/crypto-v2.util.d.ts +106 -106
- package/build/_modules/crypto/_collections/crypto-v2.util.js +278 -278
- package/build/_modules/crypto/_collections/crypto-v4.util.d.ts +164 -164
- package/build/_modules/crypto/_collections/crypto-v4.util.js +610 -610
- package/build/_modules/crypto/_collections/crypto.util.d.ts +161 -161
- package/build/_modules/crypto/_collections/crypto.util.db-envelope.spec.d.ts +2 -0
- package/build/_modules/crypto/_collections/crypto.util.db-envelope.spec.d.ts.map +1 -0
- package/build/_modules/crypto/_collections/crypto.util.db-envelope.spec.js +43 -0
- package/build/_modules/crypto/_collections/crypto.util.db-envelope.spec.js.map +1 -0
- package/build/_modules/crypto/_collections/crypto.util.edge.spec.d.ts +2 -0
- package/build/_modules/crypto/_collections/crypto.util.edge.spec.d.ts.map +1 -0
- package/build/_modules/crypto/_collections/crypto.util.edge.spec.js +551 -0
- package/build/_modules/crypto/_collections/crypto.util.edge.spec.js.map +1 -0
- package/build/_modules/crypto/_collections/crypto.util.extra.spec.d.ts +2 -0
- package/build/_modules/crypto/_collections/crypto.util.extra.spec.d.ts.map +1 -0
- package/build/_modules/crypto/_collections/crypto.util.extra.spec.js +555 -0
- package/build/_modules/crypto/_collections/crypto.util.extra.spec.js.map +1 -0
- package/build/_modules/crypto/_collections/crypto.util.js +656 -656
- package/build/_modules/crypto/_collections/crypto.util.simple.spec.d.ts +2 -0
- package/build/_modules/crypto/_collections/crypto.util.simple.spec.d.ts.map +1 -0
- package/build/_modules/crypto/_collections/crypto.util.simple.spec.js +429 -0
- package/build/_modules/crypto/_collections/crypto.util.simple.spec.js.map +1 -0
- package/build/_modules/crypto/index.d.ts +1 -1
- package/build/_modules/crypto/index.js +12 -12
- package/build/_modules/custom-data/_collections/cud-module-settings.const.d.ts +12 -12
- package/build/_modules/custom-data/_collections/cud-module-settings.const.js +21 -21
- package/build/_modules/custom-data/_models/cud.data-model.d.ts +18 -18
- package/build/_modules/custom-data/_models/cud.data-model.js +31 -31
- package/build/_modules/custom-data/_models/cud.data-model.spec.d.ts +2 -0
- package/build/_modules/custom-data/_models/cud.data-model.spec.d.ts.map +1 -0
- package/build/_modules/custom-data/_models/cud.data-model.spec.js +35 -0
- package/build/_modules/custom-data/_models/cud.data-model.spec.js.map +1 -0
- package/build/_modules/custom-data/index.d.ts +2 -2
- package/build/_modules/custom-data/index.js +7 -7
- package/build/_modules/data-handler/_models/data-handler-settings.control-model.d.ts +72 -72
- package/build/_modules/data-handler/_models/data-handler-settings.control-model.js +82 -82
- package/build/_modules/data-handler/_models/data-handler-settings.control-model.spec.d.ts +2 -0
- package/build/_modules/data-handler/_models/data-handler-settings.control-model.spec.d.ts.map +1 -0
- package/build/_modules/data-handler/_models/data-handler-settings.control-model.spec.js +96 -0
- package/build/_modules/data-handler/_models/data-handler-settings.control-model.spec.js.map +1 -0
- package/build/_modules/data-handler/_models/data-handler.control-model.d.ts +148 -148
- package/build/_modules/data-handler/_models/data-handler.control-model.js +359 -359
- package/build/_modules/data-handler/_models/data-handler.control-model.spec.d.ts +2 -0
- package/build/_modules/data-handler/_models/data-handler.control-model.spec.d.ts.map +1 -0
- package/build/_modules/data-handler/_models/data-handler.control-model.spec.js +365 -0
- package/build/_modules/data-handler/_models/data-handler.control-model.spec.js.map +1 -0
- package/build/_modules/data-handler/_models/data-list-handler.control-model.d.ts +110 -110
- package/build/_modules/data-handler/_models/data-list-handler.control-model.js +223 -223
- package/build/_modules/data-handler/_models/data-list-handler.control-model.spec.d.ts +2 -0
- package/build/_modules/data-handler/_models/data-list-handler.control-model.spec.d.ts.map +1 -0
- package/build/_modules/data-handler/_models/data-list-handler.control-model.spec.js +202 -0
- package/build/_modules/data-handler/_models/data-list-handler.control-model.spec.js.map +1 -0
- package/build/_modules/data-handler/_models/data-search-handler.control-model.d.ts +171 -171
- package/build/_modules/data-handler/_models/data-search-handler.control-model.js +324 -324
- package/build/_modules/data-handler/_models/data-search-handler.control-model.spec.d.ts +2 -0
- package/build/_modules/data-handler/_models/data-search-handler.control-model.spec.d.ts.map +1 -0
- package/build/_modules/data-handler/_models/data-search-handler.control-model.spec.js +309 -0
- package/build/_modules/data-handler/_models/data-search-handler.control-model.spec.js.map +1 -0
- package/build/_modules/data-handler/_models/list-collector-data-handler.control-model.d.ts +115 -115
- package/build/_modules/data-handler/_models/list-collector-data-handler.control-model.js +244 -244
- package/build/_modules/data-handler/_models/list-collector-data-handler.control-model.spec.d.ts +2 -0
- package/build/_modules/data-handler/_models/list-collector-data-handler.control-model.spec.d.ts.map +1 -0
- package/build/_modules/data-handler/_models/list-collector-data-handler.control-model.spec.js +309 -0
- package/build/_modules/data-handler/_models/list-collector-data-handler.control-model.spec.js.map +1 -0
- package/build/_modules/data-handler/index.d.ts +5 -5
- package/build/_modules/data-handler/index.js +9 -9
- package/build/_modules/game/_collections/audio-mixer.util.d.ts +54 -54
- package/build/_modules/game/_collections/audio-mixer.util.js +113 -113
- package/build/_modules/game/_collections/audio-mixer.util.spec.d.ts +2 -0
- package/build/_modules/game/_collections/audio-mixer.util.spec.d.ts.map +1 -0
- package/build/_modules/game/_collections/audio-mixer.util.spec.js +153 -0
- package/build/_modules/game/_collections/audio-mixer.util.spec.js.map +1 -0
- package/build/_modules/game/_collections/audio-scale.util.d.ts +56 -56
- package/build/_modules/game/_collections/audio-scale.util.js +104 -104
- package/build/_modules/game/_collections/audio-scale.util.spec.d.ts +2 -0
- package/build/_modules/game/_collections/audio-scale.util.spec.d.ts.map +1 -0
- package/build/_modules/game/_collections/audio-scale.util.spec.js +98 -0
- package/build/_modules/game/_collections/audio-scale.util.spec.js.map +1 -0
- package/build/_modules/game/_enums/audio-channel.enum.d.ts +20 -20
- package/build/_modules/game/_enums/audio-channel.enum.js +24 -24
- package/build/_modules/game/_models/audio-mixer-config.interface.d.ts +43 -43
- package/build/_modules/game/_models/audio-mixer-config.interface.js +2 -2
- package/build/_modules/game/_models/audio-mixer-settings.interface.d.ts +31 -31
- package/build/_modules/game/_models/audio-mixer-settings.interface.js +2 -2
- package/build/_modules/game/_models/audio-mixer-state.interface.d.ts +30 -30
- package/build/_modules/game/_models/audio-mixer-state.interface.js +2 -2
- package/build/_modules/game/_models/audio-mixer.control-model.d.ts +129 -129
- package/build/_modules/game/_models/audio-mixer.control-model.js +341 -341
- package/build/_modules/game/_models/audio-mixer.control-model.spec.d.ts +2 -0
- package/build/_modules/game/_models/audio-mixer.control-model.spec.d.ts.map +1 -0
- package/build/_modules/game/_models/audio-mixer.control-model.spec.js +278 -0
- package/build/_modules/game/_models/audio-mixer.control-model.spec.js.map +1 -0
- package/build/_modules/game/_models/audio-scale.interface.d.ts +17 -17
- package/build/_modules/game/_models/audio-scale.interface.js +2 -2
- package/build/_modules/game/_models/seeded-random-state.interface.d.ts +16 -16
- package/build/_modules/game/_models/seeded-random-state.interface.js +2 -2
- package/build/_modules/game/_models/seeded-random.control-model.d.ts +124 -124
- package/build/_modules/game/_models/seeded-random.control-model.js +262 -262
- package/build/_modules/game/_models/seeded-random.control-model.spec.d.ts +2 -0
- package/build/_modules/game/_models/seeded-random.control-model.spec.d.ts.map +1 -0
- package/build/_modules/game/_models/seeded-random.control-model.spec.js +215 -0
- package/build/_modules/game/_models/seeded-random.control-model.spec.js.map +1 -0
- package/build/_modules/game/index.d.ts +10 -10
- package/build/_modules/game/index.js +16 -16
- package/build/_modules/location/_collections/assets/country-codes-ISO-3166.json +3239 -3239
- package/build/_modules/location/_collections/assets/country-divisions-ISO-3166-all-list.json +19036 -19036
- package/build/_modules/location/_collections/assets/country-phone-codes.json +1202 -1202
- package/build/_modules/location/_collections/loc-country-divisions.const.d.ts +3 -3
- package/build/_modules/location/_collections/loc-country-divisions.const.js +6 -6
- package/build/_modules/location/_collections/loc-country-isos.const.d.ts +2 -2
- package/build/_modules/location/_collections/loc-country-isos.const.js +5 -5
- package/build/_modules/location/_collections/loc-regions.util.d.ts +52 -52
- package/build/_modules/location/_collections/loc-regions.util.js +112 -112
- package/build/_modules/location/_collections/loc-regions.util.spec.d.ts +2 -0
- package/build/_modules/location/_collections/loc-regions.util.spec.d.ts.map +1 -0
- package/build/_modules/location/_collections/loc-regions.util.spec.js +51 -0
- package/build/_modules/location/_collections/loc-regions.util.spec.js.map +1 -0
- package/build/_modules/location/_collections/loc.util.d.ts +24 -24
- package/build/_modules/location/_collections/loc.util.js +60 -60
- package/build/_modules/location/_collections/loc.util.spec.d.ts +2 -0
- package/build/_modules/location/_collections/loc.util.spec.d.ts.map +1 -0
- package/build/_modules/location/_collections/loc.util.spec.js +39 -0
- package/build/_modules/location/_collections/loc.util.spec.js.map +1 -0
- package/build/_modules/location/_enums/loc-region.enum.d.ts +10 -10
- package/build/_modules/location/_enums/loc-region.enum.js +14 -14
- package/build/_modules/location/_enums/loc-sub-region.enum.d.ts +22 -22
- package/build/_modules/location/_enums/loc-sub-region.enum.js +26 -26
- package/build/_modules/location/_enums/loc-subdivision-region-type.enum.d.ts +43 -43
- package/build/_modules/location/_enums/loc-subdivision-region-type.enum.js +48 -48
- package/build/_modules/location/_models/loc-coordinates.interface.d.ts +5 -5
- package/build/_modules/location/_models/loc-coordinates.interface.js +2 -2
- package/build/_modules/location/_models/loc-country-division.interface.d.ts +5 -5
- package/build/_modules/location/_models/loc-country-division.interface.js +2 -2
- package/build/_modules/location/_models/loc-country-iso.interface.d.ts +18 -18
- package/build/_modules/location/_models/loc-country-iso.interface.js +2 -2
- package/build/_modules/location/_models/loc-country-phone-code.interface.d.ts +5 -5
- package/build/_modules/location/_models/loc-country-phone-code.interface.js +2 -2
- package/build/_modules/location/_models/loc-division-collection.interface.d.ts +8 -8
- package/build/_modules/location/_models/loc-division-collection.interface.js +2 -2
- package/build/_modules/location/_models/loc-division-region-data.interface.d.ts +5 -5
- package/build/_modules/location/_models/loc-division-region-data.interface.js +2 -2
- package/build/_modules/location/_models/loc-geo-ip-location.interface.d.ts +25 -25
- package/build/_modules/location/_models/loc-geo-ip-location.interface.js +2 -2
- package/build/_modules/location/index.d.ts +14 -14
- package/build/_modules/location/index.js +20 -20
- package/build/_modules/messaging/_collections/msg-module-settings.const.d.ts +25 -25
- package/build/_modules/messaging/_collections/msg-module-settings.const.js +47 -47
- package/build/_modules/messaging/_enums/msg-attachment-type.enum.d.ts +20 -20
- package/build/_modules/messaging/_enums/msg-attachment-type.enum.js +24 -24
- package/build/_modules/messaging/_enums/msg-conversation-type.enum.d.ts +16 -16
- package/build/_modules/messaging/_enums/msg-conversation-type.enum.js +20 -20
- package/build/_modules/messaging/_enums/msg-delivery-status.enum.d.ts +14 -14
- package/build/_modules/messaging/_enums/msg-delivery-status.enum.js +18 -18
- package/build/_modules/messaging/_enums/msg-event-key.enum.d.ts +22 -22
- package/build/_modules/messaging/_enums/msg-event-key.enum.js +31 -31
- package/build/_modules/messaging/_enums/msg-participant-role.enum.d.ts +16 -16
- package/build/_modules/messaging/_enums/msg-participant-role.enum.js +20 -20
- package/build/_modules/messaging/_enums/msg-provider-type.enum.d.ts +7 -7
- package/build/_modules/messaging/_enums/msg-provider-type.enum.js +11 -11
- package/build/_modules/messaging/_enums/msg-status.enum.d.ts +20 -20
- package/build/_modules/messaging/_enums/msg-status.enum.js +24 -24
- package/build/_modules/messaging/_enums/msg-type.enum.d.ts +18 -18
- package/build/_modules/messaging/_enums/msg-type.enum.js +22 -22
- package/build/_modules/messaging/_models/msg-attachment.interface.d.ts +33 -33
- package/build/_modules/messaging/_models/msg-attachment.interface.js +2 -2
- package/build/_modules/messaging/_models/msg-conversation.data-model.d.ts +29 -29
- package/build/_modules/messaging/_models/msg-conversation.data-model.js +81 -81
- package/build/_modules/messaging/_models/msg-conversation.data-model.spec.d.ts +2 -0
- package/build/_modules/messaging/_models/msg-conversation.data-model.spec.d.ts.map +1 -0
- package/build/_modules/messaging/_models/msg-conversation.data-model.spec.js +62 -0
- package/build/_modules/messaging/_models/msg-conversation.data-model.spec.js.map +1 -0
- package/build/_modules/messaging/_models/msg-mention.interface.d.ts +22 -22
- package/build/_modules/messaging/_models/msg-mention.interface.js +2 -2
- package/build/_modules/messaging/_models/msg-message.data-model.d.ts +43 -43
- package/build/_modules/messaging/_models/msg-message.data-model.js +103 -103
- package/build/_modules/messaging/_models/msg-message.data-model.spec.d.ts +2 -0
- package/build/_modules/messaging/_models/msg-message.data-model.spec.d.ts.map +1 -0
- package/build/_modules/messaging/_models/msg-message.data-model.spec.js +74 -0
- package/build/_modules/messaging/_models/msg-message.data-model.spec.js.map +1 -0
- package/build/_modules/messaging/_models/msg-participant.interface.d.ts +34 -34
- package/build/_modules/messaging/_models/msg-participant.interface.js +2 -2
- package/build/_modules/messaging/_models/msg-reaction.interface.d.ts +16 -16
- package/build/_modules/messaging/_models/msg-reaction.interface.js +2 -2
- package/build/_modules/messaging/_models/msg-thread-info.interface.d.ts +26 -26
- package/build/_modules/messaging/_models/msg-thread-info.interface.js +2 -2
- package/build/_modules/messaging/_modules/agent/_enums/agt-process-step-type.enum.d.ts +26 -26
- package/build/_modules/messaging/_modules/agent/_enums/agt-process-step-type.enum.js +30 -30
- package/build/_modules/messaging/_modules/agent/_enums/agt-tool-status.enum.d.ts +18 -18
- package/build/_modules/messaging/_modules/agent/_enums/agt-tool-status.enum.js +22 -22
- package/build/_modules/messaging/_modules/agent/_models/agt-process-step.interface.d.ts +40 -40
- package/build/_modules/messaging/_modules/agent/_models/agt-process-step.interface.js +2 -2
- package/build/_modules/messaging/_modules/agent/_models/agt-reasoning-info.interface.d.ts +20 -20
- package/build/_modules/messaging/_modules/agent/_models/agt-reasoning-info.interface.js +2 -2
- package/build/_modules/messaging/_modules/agent/_models/agt-tool-usage.interface.d.ts +27 -27
- package/build/_modules/messaging/_modules/agent/_models/agt-tool-usage.interface.js +2 -2
- package/build/_modules/messaging/_modules/agent/index.d.ts +5 -5
- package/build/_modules/messaging/_modules/agent/index.js +10 -10
- package/build/_modules/messaging/index.d.ts +16 -16
- package/build/_modules/messaging/index.js +28 -28
- package/build/_modules/ngx-models/_collections/angular-placeholders.d.ts +33 -33
- package/build/_modules/ngx-models/_collections/angular-placeholders.js +2 -2
- package/build/_modules/ngx-models/_collections/button-new-style-settings-presets.const.d.ts +53 -53
- package/build/_modules/ngx-models/_collections/button-new-style-settings-presets.const.js +173 -173
- package/build/_modules/ngx-models/_collections/dynamo-global.settings.d.ts +12 -12
- package/build/_modules/ngx-models/_collections/dynamo-global.settings.js +91 -91
- package/build/_modules/ngx-models/_collections/dynamo-global.settings.spec.d.ts +2 -0
- package/build/_modules/ngx-models/_collections/dynamo-global.settings.spec.d.ts.map +1 -0
- package/build/_modules/ngx-models/_collections/dynamo-global.settings.spec.js +63 -0
- package/build/_modules/ngx-models/_collections/dynamo-global.settings.spec.js.map +1 -0
- package/build/_modules/ngx-models/_enums/button-new/button-new-border-radius.enum.d.ts +13 -13
- package/build/_modules/ngx-models/_enums/button-new/button-new-border-radius.enum.js +17 -17
- package/build/_modules/ngx-models/_enums/button-new/button-new-icon-style-type.enum.d.ts +11 -11
- package/build/_modules/ngx-models/_enums/button-new/button-new-icon-style-type.enum.js +15 -15
- package/build/_modules/ngx-models/_enums/button-new/button-new-size.enum.d.ts +14 -14
- package/build/_modules/ngx-models/_enums/button-new/button-new-size.enum.js +18 -18
- package/build/_modules/ngx-models/_enums/button-new/button-new-style-type.enum.d.ts +16 -16
- package/build/_modules/ngx-models/_enums/button-new/button-new-style-type.enum.js +20 -20
- package/build/_modules/ngx-models/_enums/button-type.enum.d.ts +33 -33
- package/build/_modules/ngx-models/_enums/button-type.enum.js +38 -38
- package/build/_modules/ngx-models/_enums/checkbox-label-position.enum.d.ts +7 -7
- package/build/_modules/ngx-models/_enums/checkbox-label-position.enum.js +11 -11
- package/build/_modules/ngx-models/_enums/container-type.enum.d.ts +10 -10
- package/build/_modules/ngx-models/_enums/container-type.enum.js +14 -14
- package/build/_modules/ngx-models/_enums/errors/error-level.enum.d.ts +13 -13
- package/build/_modules/ngx-models/_enums/errors/error-level.enum.js +17 -17
- package/build/_modules/ngx-models/_enums/errors/error-notification-color.enum.d.ts +13 -13
- package/build/_modules/ngx-models/_enums/errors/error-notification-color.enum.js +17 -17
- package/build/_modules/ngx-models/_enums/errors/error-ui-mode.enum.d.ts +13 -13
- package/build/_modules/ngx-models/_enums/errors/error-ui-mode.enum.js +17 -17
- package/build/_modules/ngx-models/_enums/field-appearance.enum.d.ts +7 -7
- package/build/_modules/ngx-models/_enums/field-appearance.enum.js +16 -16
- package/build/_modules/ngx-models/_enums/field-type.enum.d.ts +32 -32
- package/build/_modules/ngx-models/_enums/field-type.enum.js +49 -49
- package/build/_modules/ngx-models/_enums/file-type.enum.d.ts +11 -11
- package/build/_modules/ngx-models/_enums/file-type.enum.js +15 -15
- package/build/_modules/ngx-models/_enums/flex/flex-layout-align.enum.d.ts +17 -17
- package/build/_modules/ngx-models/_enums/flex/flex-layout-align.enum.js +24 -24
- package/build/_modules/ngx-models/_enums/flex/flex-layout.enum.d.ts +5 -5
- package/build/_modules/ngx-models/_enums/flex/flex-layout.enum.js +9 -9
- package/build/_modules/ngx-models/_enums/form-access.enum.d.ts +8 -8
- package/build/_modules/ngx-models/_enums/form-access.enum.js +12 -12
- package/build/_modules/ngx-models/_enums/form-reset-data.enum.d.ts +11 -11
- package/build/_modules/ngx-models/_enums/form-reset-data.enum.js +15 -15
- package/build/_modules/ngx-models/_enums/form-store-on.enum.d.ts +7 -7
- package/build/_modules/ngx-models/_enums/form-store-on.enum.js +11 -11
- package/build/_modules/ngx-models/_enums/forms-new/field-new-validator-type.enum.d.ts +20 -20
- package/build/_modules/ngx-models/_enums/forms-new/field-new-validator-type.enum.js +24 -24
- package/build/_modules/ngx-models/_enums/frames/header-item-type.enum.d.ts +15 -15
- package/build/_modules/ngx-models/_enums/frames/header-item-type.enum.js +19 -19
- package/build/_modules/ngx-models/_enums/frames/header-position.enum.d.ts +10 -10
- package/build/_modules/ngx-models/_enums/frames/header-position.enum.js +14 -14
- package/build/_modules/ngx-models/_enums/frames/side-nav-badge-color.enum.d.ts +13 -13
- package/build/_modules/ngx-models/_enums/frames/side-nav-badge-color.enum.js +17 -17
- package/build/_modules/ngx-models/_enums/html/input-types.enum.d.ts +25 -25
- package/build/_modules/ngx-models/_enums/html/input-types.enum.js +29 -29
- package/build/_modules/ngx-models/_enums/material-color.enum.d.ts +13 -13
- package/build/_modules/ngx-models/_enums/material-color.enum.js +17 -17
- package/build/_modules/ngx-models/_enums/material-tooltip-position.enum.d.ts +12 -12
- package/build/_modules/ngx-models/_enums/material-tooltip-position.enum.js +16 -16
- package/build/_modules/ngx-models/_enums/preconfigured-field-type.enum.d.ts +7 -7
- package/build/_modules/ngx-models/_enums/preconfigured-field-type.enum.js +11 -11
- package/build/_modules/ngx-models/_enums/storage-type.enum.d.ts +8 -8
- package/build/_modules/ngx-models/_enums/storage-type.enum.js +16 -16
- package/build/_modules/ngx-models/_enums/validator-type.enum.d.ts +6 -6
- package/build/_modules/ngx-models/_enums/validator-type.enum.js +10 -10
- package/build/_modules/ngx-models/_enums/voice/audio-mime-type.enum.d.ts +14 -14
- package/build/_modules/ngx-models/_enums/voice/audio-mime-type.enum.js +18 -18
- package/build/_modules/ngx-models/_enums/voice/voice-provider-type.enum.d.ts +23 -23
- package/build/_modules/ngx-models/_enums/voice/voice-provider-type.enum.js +30 -30
- package/build/_modules/ngx-models/_enums/voice/voice-recorder-state.enum.d.ts +20 -20
- package/build/_modules/ngx-models/_enums/voice/voice-recorder-state.enum.js +24 -24
- package/build/_modules/ngx-models/_models/control-models/button-new-style-settings.control-model.d.ts +23 -23
- package/build/_modules/ngx-models/_models/control-models/button-new-style-settings.control-model.js +34 -34
- package/build/_modules/ngx-models/_models/control-models/button-params.control-model.d.ts +46 -46
- package/build/_modules/ngx-models/_models/control-models/button-params.control-model.js +261 -261
- package/build/_modules/ngx-models/_models/control-models/button-params.control-model.spec.d.ts +2 -0
- package/build/_modules/ngx-models/_models/control-models/button-params.control-model.spec.d.ts.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/button-params.control-model.spec.js +61 -0
- package/build/_modules/ngx-models/_models/control-models/button-params.control-model.spec.js.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/chat/chat-column-layout-settings.control-model.d.ts +21 -21
- package/build/_modules/ngx-models/_models/control-models/chat/chat-column-layout-settings.control-model.js +27 -27
- package/build/_modules/ngx-models/_models/control-models/data-handler-settings.control-model.d.ts +93 -93
- package/build/_modules/ngx-models/_models/control-models/data-handler-settings.control-model.js +104 -104
- package/build/_modules/ngx-models/_models/control-models/data-handler-settings.control-model.spec.d.ts +1 -0
- package/build/_modules/ngx-models/_models/control-models/data-handler-settings.control-model.spec.d.ts.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/data-handler-settings.control-model.spec.js +92 -0
- package/build/_modules/ngx-models/_models/control-models/data-handler-settings.control-model.spec.js.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/data-handler.control-model.d.ts +146 -146
- package/build/_modules/ngx-models/_models/control-models/data-handler.control-model.js +380 -380
- package/build/_modules/ngx-models/_models/control-models/errors/error-notification.control-model.d.ts +31 -31
- package/build/_modules/ngx-models/_models/control-models/errors/error-notification.control-model.js +44 -44
- package/build/_modules/ngx-models/_models/control-models/errors/error-settings.control-model.d.ts +26 -26
- package/build/_modules/ngx-models/_models/control-models/errors/error-settings.control-model.js +32 -32
- package/build/_modules/ngx-models/_models/control-models/errors/errors-pojo.spec.d.ts +2 -0
- package/build/_modules/ngx-models/_models/control-models/errors/errors-pojo.spec.d.ts.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/errors/errors-pojo.spec.js +80 -0
- package/build/_modules/ngx-models/_models/control-models/errors/errors-pojo.spec.js.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/errors/errors-settings.control-model.d.ts +37 -37
- package/build/_modules/ngx-models/_models/control-models/errors/errors-settings.control-model.js +42 -42
- package/build/_modules/ngx-models/_models/control-models/field-settings.control-model.d.ts +101 -101
- package/build/_modules/ngx-models/_models/control-models/field-settings.control-model.js +109 -109
- package/build/_modules/ngx-models/_models/control-models/field-settings.control-model.spec.d.ts +2 -0
- package/build/_modules/ngx-models/_models/control-models/field-settings.control-model.spec.d.ts.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/field-settings.control-model.spec.js +89 -0
- package/build/_modules/ngx-models/_models/control-models/field-settings.control-model.spec.js.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/form-settings.control-model.d.ts +124 -124
- package/build/_modules/ngx-models/_models/control-models/form-settings.control-model.js +133 -133
- package/build/_modules/ngx-models/_models/control-models/form-settings.control-model.spec.d.ts +2 -0
- package/build/_modules/ngx-models/_models/control-models/form-settings.control-model.spec.d.ts.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/form-settings.control-model.spec.js +91 -0
- package/build/_modules/ngx-models/_models/control-models/form-settings.control-model.spec.js.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/forms-new/checkbox-field-new-settings.control-model.d.ts +17 -17
- package/build/_modules/ngx-models/_models/control-models/forms-new/checkbox-field-new-settings.control-model.js +25 -25
- package/build/_modules/ngx-models/_models/control-models/forms-new/date-field-new-settings.control-model.d.ts +19 -19
- package/build/_modules/ngx-models/_models/control-models/forms-new/date-field-new-settings.control-model.js +27 -27
- package/build/_modules/ngx-models/_models/control-models/forms-new/date-range-field-new-settings.control-model.d.ts +32 -32
- package/build/_modules/ngx-models/_models/control-models/forms-new/date-range-field-new-settings.control-model.js +31 -31
- package/build/_modules/ngx-models/_models/control-models/forms-new/datetime-field-new-settings.control-model.d.ts +26 -26
- package/build/_modules/ngx-models/_models/control-models/forms-new/datetime-field-new-settings.control-model.js +34 -34
- package/build/_modules/ngx-models/_models/control-models/forms-new/datetime-range-field-new-settings.control-model.d.ts +26 -26
- package/build/_modules/ngx-models/_models/control-models/forms-new/datetime-range-field-new-settings.control-model.js +33 -33
- package/build/_modules/ngx-models/_models/control-models/forms-new/field-new-settings.control-model.d.ts +60 -60
- package/build/_modules/ngx-models/_models/control-models/forms-new/field-new-settings.control-model.js +56 -56
- package/build/_modules/ngx-models/_models/control-models/forms-new/field-new-types.d.ts +27 -27
- package/build/_modules/ngx-models/_models/control-models/forms-new/field-new-types.js +2 -2
- package/build/_modules/ngx-models/_models/control-models/forms-new/form-new-settings.control-model.d.ts +28 -28
- package/build/_modules/ngx-models/_models/control-models/forms-new/form-new-settings.control-model.js +36 -36
- package/build/_modules/ngx-models/_models/control-models/forms-new/forms-new.spec.d.ts +2 -0
- package/build/_modules/ngx-models/_models/control-models/forms-new/forms-new.spec.d.ts.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/forms-new/forms-new.spec.js +156 -0
- package/build/_modules/ngx-models/_models/control-models/forms-new/forms-new.spec.js.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/forms-new/index.d.ts +17 -17
- package/build/_modules/ngx-models/_models/control-models/forms-new/index.js +22 -22
- package/build/_modules/ngx-models/_models/control-models/forms-new/multiselect-field-new-settings.control-model.d.ts +17 -17
- package/build/_modules/ngx-models/_models/control-models/forms-new/multiselect-field-new-settings.control-model.js +27 -27
- package/build/_modules/ngx-models/_models/control-models/forms-new/number-field-new-settings.control-model.d.ts +17 -17
- package/build/_modules/ngx-models/_models/control-models/forms-new/number-field-new-settings.control-model.js +25 -25
- package/build/_modules/ngx-models/_models/control-models/forms-new/password-field-new-settings.control-model.d.ts +28 -28
- package/build/_modules/ngx-models/_models/control-models/forms-new/password-field-new-settings.control-model.js +36 -36
- package/build/_modules/ngx-models/_models/control-models/forms-new/radio-select-field-new-settings.control-model.d.ts +24 -24
- package/build/_modules/ngx-models/_models/control-models/forms-new/radio-select-field-new-settings.control-model.js +34 -34
- package/build/_modules/ngx-models/_models/control-models/forms-new/select-field-new-settings.control-model.d.ts +34 -34
- package/build/_modules/ngx-models/_models/control-models/forms-new/select-field-new-settings.control-model.js +31 -31
- package/build/_modules/ngx-models/_models/control-models/forms-new/slider-field-new-settings.control-model.d.ts +27 -27
- package/build/_modules/ngx-models/_models/control-models/forms-new/slider-field-new-settings.control-model.js +35 -35
- package/build/_modules/ngx-models/_models/control-models/forms-new/slider-range-field-new-settings.control-model.d.ts +34 -34
- package/build/_modules/ngx-models/_models/control-models/forms-new/slider-range-field-new-settings.control-model.js +32 -32
- package/build/_modules/ngx-models/_models/control-models/forms-new/text-field-new-settings.control-model.d.ts +21 -21
- package/build/_modules/ngx-models/_models/control-models/forms-new/text-field-new-settings.control-model.js +31 -31
- package/build/_modules/ngx-models/_models/control-models/forms-new/textarea-field-new-settings.control-model.d.ts +15 -15
- package/build/_modules/ngx-models/_models/control-models/forms-new/textarea-field-new-settings.control-model.js +23 -23
- package/build/_modules/ngx-models/_models/control-models/frames/frames-pojo.spec.d.ts +2 -0
- package/build/_modules/ngx-models/_models/control-models/frames/frames-pojo.spec.d.ts.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/frames/frames-pojo.spec.js +98 -0
- package/build/_modules/ngx-models/_models/control-models/frames/frames-pojo.spec.js.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/frames/header-item-settings.control-model.d.ts +35 -35
- package/build/_modules/ngx-models/_models/control-models/frames/header-item-settings.control-model.js +45 -45
- package/build/_modules/ngx-models/_models/control-models/frames/main-frame-settings.control-model.d.ts +27 -27
- package/build/_modules/ngx-models/_models/control-models/frames/main-frame-settings.control-model.js +35 -35
- package/build/_modules/ngx-models/_models/control-models/frames/side-nav-item-settings.control-model.d.ts +37 -37
- package/build/_modules/ngx-models/_models/control-models/frames/side-nav-item-settings.control-model.js +48 -48
- package/build/_modules/ngx-models/_models/control-models/frames/side-nav-settings.control-model.d.ts +20 -20
- package/build/_modules/ngx-models/_models/control-models/frames/side-nav-settings.control-model.js +28 -28
- package/build/_modules/ngx-models/_models/control-models/select.control-model.d.ts +16 -16
- package/build/_modules/ngx-models/_models/control-models/select.control-model.js +28 -28
- package/build/_modules/ngx-models/_models/control-models/select.control-model.spec.d.ts +2 -0
- package/build/_modules/ngx-models/_models/control-models/select.control-model.spec.d.ts.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/select.control-model.spec.js +43 -0
- package/build/_modules/ngx-models/_models/control-models/select.control-model.spec.js.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/voice/voice-pojo.spec.d.ts +2 -0
- package/build/_modules/ngx-models/_models/control-models/voice/voice-pojo.spec.d.ts.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/voice/voice-pojo.spec.js +103 -0
- package/build/_modules/ngx-models/_models/control-models/voice/voice-pojo.spec.js.map +1 -0
- package/build/_modules/ngx-models/_models/control-models/voice/voice-providers-settings.control-model.d.ts +57 -57
- package/build/_modules/ngx-models/_models/control-models/voice/voice-providers-settings.control-model.js +23 -23
- package/build/_modules/ngx-models/_models/control-models/voice/voice-record-button-settings.control-model.d.ts +31 -31
- package/build/_modules/ngx-models/_models/control-models/voice/voice-record-button-settings.control-model.js +37 -37
- package/build/_modules/ngx-models/_models/control-models/voice/voice-recorder-settings.control-model.d.ts +27 -27
- package/build/_modules/ngx-models/_models/control-models/voice/voice-recorder-settings.control-model.js +32 -32
- package/build/_modules/ngx-models/_models/interfaces/button-new-settings.interface.d.ts +61 -61
- package/build/_modules/ngx-models/_models/interfaces/button-new-settings.interface.js +2 -2
- package/build/_modules/ngx-models/_models/interfaces/confirm-settings.interface.d.ts +16 -16
- package/build/_modules/ngx-models/_models/interfaces/confirm-settings.interface.js +2 -2
- package/build/_modules/ngx-models/_models/interfaces/global-settings.interface.d.ts +53 -53
- package/build/_modules/ngx-models/_models/interfaces/global-settings.interface.js +2 -2
- package/build/_modules/ngx-models/_models/interfaces/select-options-custom-constructor.interface.d.ts +37 -37
- package/build/_modules/ngx-models/_models/interfaces/select-options-custom-constructor.interface.js +2 -2
- package/build/_modules/ngx-models/_models/interfaces/storage.service.d.ts +4 -4
- package/build/_modules/ngx-models/_models/interfaces/storage.service.js +44 -44
- package/build/_modules/ngx-models/_models/interfaces/storage.service.spec.d.ts +2 -0
- package/build/_modules/ngx-models/_models/interfaces/storage.service.spec.d.ts.map +1 -0
- package/build/_modules/ngx-models/_models/interfaces/storage.service.spec.js +16 -0
- package/build/_modules/ngx-models/_models/interfaces/storage.service.spec.js.map +1 -0
- package/build/_modules/ngx-models/_models/interfaces/voice/speak-options.interface.d.ts +19 -19
- package/build/_modules/ngx-models/_models/interfaces/voice/speak-options.interface.js +2 -2
- package/build/_modules/ngx-models/_models/interfaces/voice/speak-result.interface.d.ts +14 -14
- package/build/_modules/ngx-models/_models/interfaces/voice/speak-result.interface.js +2 -2
- package/build/_modules/ngx-models/_models/interfaces/voice/transcribe-options.interface.d.ts +14 -14
- package/build/_modules/ngx-models/_models/interfaces/voice/transcribe-options.interface.js +2 -2
- package/build/_modules/ngx-models/_models/interfaces/voice/transcribe-result.interface.d.ts +15 -15
- package/build/_modules/ngx-models/_models/interfaces/voice/transcribe-result.interface.js +2 -2
- package/build/_modules/ngx-models/_models/interfaces/voice/voice-profile.interface.d.ts +18 -18
- package/build/_modules/ngx-models/_models/interfaces/voice/voice-profile.interface.js +2 -2
- package/build/_modules/ngx-models/_models/interfaces/voice/voice-provider-init.interface.d.ts +21 -21
- package/build/_modules/ngx-models/_models/interfaces/voice/voice-provider-init.interface.js +2 -2
- package/build/_modules/ngx-models/_utils/shared.service.d.ts +131 -131
- package/build/_modules/ngx-models/_utils/shared.service.js +414 -414
- package/build/_modules/ngx-models/_utils/shared.service.spec.d.ts +1 -0
- package/build/_modules/ngx-models/_utils/shared.service.spec.d.ts.map +1 -0
- package/build/_modules/ngx-models/_utils/shared.service.spec.js +6 -0
- package/build/_modules/ngx-models/_utils/shared.service.spec.js.map +1 -0
- package/build/_modules/ngx-models/index.d.ts +64 -64
- package/build/_modules/ngx-models/index.js +89 -89
- package/build/_modules/pipe/_collections/pip-transforms.const.d.ts +7 -7
- package/build/_modules/pipe/_collections/pip-transforms.const.js +35 -35
- package/build/_modules/pipe/_collections/utils/pip-country-pipe.util.d.ts +25 -25
- package/build/_modules/pipe/_collections/utils/pip-country-pipe.util.js +32 -32
- package/build/_modules/pipe/_collections/utils/pip-country-pipe.util.spec.d.ts +2 -0
- package/build/_modules/pipe/_collections/utils/pip-country-pipe.util.spec.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-country-pipe.util.spec.js +33 -0
- package/build/_modules/pipe/_collections/utils/pip-country-pipe.util.spec.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-custom-pipe.util.d.ts +20 -20
- package/build/_modules/pipe/_collections/utils/pip-custom-pipe.util.js +25 -25
- package/build/_modules/pipe/_collections/utils/pip-custom-pipe.util.spec.d.ts +2 -0
- package/build/_modules/pipe/_collections/utils/pip-custom-pipe.util.spec.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-custom-pipe.util.spec.js +36 -0
- package/build/_modules/pipe/_collections/utils/pip-custom-pipe.util.spec.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-division-pipe.util.d.ts +17 -17
- package/build/_modules/pipe/_collections/utils/pip-division-pipe.util.js +24 -24
- package/build/_modules/pipe/_collections/utils/pip-division-pipe.util.spec.d.ts +2 -0
- package/build/_modules/pipe/_collections/utils/pip-division-pipe.util.spec.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-division-pipe.util.spec.js +35 -0
- package/build/_modules/pipe/_collections/utils/pip-division-pipe.util.spec.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-json-pipe.util.d.ts +16 -16
- package/build/_modules/pipe/_collections/utils/pip-json-pipe.util.js +21 -21
- package/build/_modules/pipe/_collections/utils/pip-json-pipe.util.spec.d.ts +2 -0
- package/build/_modules/pipe/_collections/utils/pip-json-pipe.util.spec.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-json-pipe.util.spec.js +46 -0
- package/build/_modules/pipe/_collections/utils/pip-json-pipe.util.spec.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-list-pipe.util.d.ts +17 -17
- package/build/_modules/pipe/_collections/utils/pip-list-pipe.util.js +22 -22
- package/build/_modules/pipe/_collections/utils/pip-list-pipe.util.spec.d.ts +2 -0
- package/build/_modules/pipe/_collections/utils/pip-list-pipe.util.spec.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-list-pipe.util.spec.js +31 -0
- package/build/_modules/pipe/_collections/utils/pip-list-pipe.util.spec.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-multi-pipe-pipe.util.d.ts +61 -61
- package/build/_modules/pipe/_collections/utils/pip-multi-pipe-pipe.util.js +168 -168
- package/build/_modules/pipe/_collections/utils/pip-multi-pipe-pipe.util.spec.d.ts +2 -0
- package/build/_modules/pipe/_collections/utils/pip-multi-pipe-pipe.util.spec.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-multi-pipe-pipe.util.spec.js +61 -0
- package/build/_modules/pipe/_collections/utils/pip-multi-pipe-pipe.util.spec.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-obj-key-pipe.util.d.ts +14 -14
- package/build/_modules/pipe/_collections/utils/pip-obj-key-pipe.util.js +19 -19
- package/build/_modules/pipe/_collections/utils/pip-obj-key-pipe.util.spec.d.ts +2 -0
- package/build/_modules/pipe/_collections/utils/pip-obj-key-pipe.util.spec.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-obj-key-pipe.util.spec.js +26 -0
- package/build/_modules/pipe/_collections/utils/pip-obj-key-pipe.util.spec.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-range-pipe.util.d.ts +16 -16
- package/build/_modules/pipe/_collections/utils/pip-range-pipe.util.js +67 -67
- package/build/_modules/pipe/_collections/utils/pip-range-pipe.util.spec.d.ts +2 -0
- package/build/_modules/pipe/_collections/utils/pip-range-pipe.util.spec.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-range-pipe.util.spec.js +50 -0
- package/build/_modules/pipe/_collections/utils/pip-range-pipe.util.spec.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-region-pipe.util.d.ts +18 -18
- package/build/_modules/pipe/_collections/utils/pip-region-pipe.util.js +25 -25
- package/build/_modules/pipe/_collections/utils/pip-region-pipe.util.spec.d.ts +2 -0
- package/build/_modules/pipe/_collections/utils/pip-region-pipe.util.spec.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-region-pipe.util.spec.js +23 -0
- package/build/_modules/pipe/_collections/utils/pip-region-pipe.util.spec.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-replace-pipe.util.d.ts +13 -13
- package/build/_modules/pipe/_collections/utils/pip-replace-pipe.util.js +18 -18
- package/build/_modules/pipe/_collections/utils/pip-replace-pipe.util.spec.d.ts +2 -0
- package/build/_modules/pipe/_collections/utils/pip-replace-pipe.util.spec.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-replace-pipe.util.spec.js +38 -0
- package/build/_modules/pipe/_collections/utils/pip-replace-pipe.util.spec.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-slider-pipe.util.d.ts +16 -16
- package/build/_modules/pipe/_collections/utils/pip-slider-pipe.util.js +29 -29
- package/build/_modules/pipe/_collections/utils/pip-slider-pipe.util.spec.d.ts +2 -0
- package/build/_modules/pipe/_collections/utils/pip-slider-pipe.util.spec.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-slider-pipe.util.spec.js +20 -0
- package/build/_modules/pipe/_collections/utils/pip-slider-pipe.util.spec.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-smart-replace-pipe.util.d.ts +13 -13
- package/build/_modules/pipe/_collections/utils/pip-smart-replace-pipe.util.js +43 -43
- package/build/_modules/pipe/_collections/utils/pip-smart-replace-pipe.util.spec.d.ts +2 -0
- package/build/_modules/pipe/_collections/utils/pip-smart-replace-pipe.util.spec.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-smart-replace-pipe.util.spec.js +50 -0
- package/build/_modules/pipe/_collections/utils/pip-smart-replace-pipe.util.spec.js.map +1 -0
- package/build/_modules/pipe/_enums/pip-range-pipe-setting.enum.d.ts +13 -13
- package/build/_modules/pipe/_enums/pip-range-pipe-setting.enum.js +17 -17
- package/build/_modules/pipe/_enums/pip.enum.d.ts +39 -39
- package/build/_modules/pipe/_enums/pip.enum.js +51 -51
- package/build/_modules/pipe/_models/pip-multi-pipe-settings.type.d.ts +4 -4
- package/build/_modules/pipe/_models/pip-multi-pipe-settings.type.js +2 -2
- package/build/_modules/pipe/_models/pip-transforms.interface.d.ts +18 -18
- package/build/_modules/pipe/_models/pip-transforms.interface.js +3 -3
- package/build/_modules/pipe/index.d.ts +18 -18
- package/build/_modules/pipe/index.js +25 -25
- package/build/_modules/security/_collections/stored-secret.util.d.ts +39 -39
- package/build/_modules/security/_collections/stored-secret.util.js +72 -72
- package/build/_modules/security/_collections/stored-secret.util.spec.d.ts +2 -0
- package/build/_modules/security/_collections/stored-secret.util.spec.d.ts.map +1 -0
- package/build/_modules/security/_collections/stored-secret.util.spec.js +69 -0
- package/build/_modules/security/_collections/stored-secret.util.spec.js.map +1 -0
- package/build/_modules/security/_models/stored-secret.control-model.d.ts +45 -45
- package/build/_modules/security/_models/stored-secret.control-model.js +53 -53
- package/build/_modules/security/index.d.ts +3 -3
- package/build/_modules/security/index.js +10 -10
- package/build/_modules/socket/_enums/sck-event-key.enum.d.ts +17 -17
- package/build/_modules/socket/_enums/sck-event-key.enum.js +21 -21
- package/build/_modules/socket/_models/sck-client-params.control-model.d.ts +23 -23
- package/build/_modules/socket/_models/sck-client-params.control-model.js +37 -37
- package/build/_modules/socket/_models/sck-client-params.control-model.spec.d.ts +2 -0
- package/build/_modules/socket/_models/sck-client-params.control-model.spec.d.ts.map +1 -0
- package/build/_modules/socket/_models/sck-client-params.control-model.spec.js +54 -0
- package/build/_modules/socket/_models/sck-client-params.control-model.spec.js.map +1 -0
- package/build/_modules/socket/_models/sck-socket-event.control-model.d.ts +4 -6
- package/build/_modules/socket/_models/sck-socket-event.control-model.d.ts.map +1 -1
- package/build/_modules/socket/_models/sck-socket-event.control-model.js +9 -7
- package/build/_modules/socket/_models/sck-socket-event.control-model.js.map +1 -1
- package/build/_modules/socket/_models/sck-socket-event.control-model.spec.d.ts +2 -0
- package/build/_modules/socket/_models/sck-socket-event.control-model.spec.d.ts.map +1 -0
- package/build/_modules/socket/_models/sck-socket-event.control-model.spec.js +61 -0
- package/build/_modules/socket/_models/sck-socket-event.control-model.spec.js.map +1 -0
- package/build/_modules/socket/_services/sck-client.service-base.d.ts +57 -57
- package/build/_modules/socket/_services/sck-client.service-base.js +272 -272
- package/build/_modules/socket/_services/sck-client.service-base.spec.d.ts +2 -0
- package/build/_modules/socket/_services/sck-client.service-base.spec.d.ts.map +1 -0
- package/build/_modules/socket/_services/sck-client.service-base.spec.js +82 -0
- package/build/_modules/socket/_services/sck-client.service-base.spec.js.map +1 -0
- package/build/_modules/socket/index.d.ts +4 -4
- package/build/_modules/socket/index.js +10 -10
- package/build/_modules/state-machine/_models/state-machine-config.interface.d.ts +18 -18
- package/build/_modules/state-machine/_models/state-machine-config.interface.js +2 -2
- package/build/_modules/state-machine/_models/state-machine-event.interface.d.ts +25 -25
- package/build/_modules/state-machine/_models/state-machine-event.interface.js +2 -2
- package/build/_modules/state-machine/_models/state-machine.control-model.d.ts +112 -112
- package/build/_modules/state-machine/_models/state-machine.control-model.js +263 -263
- package/build/_modules/state-machine/_models/state-machine.control-model.spec.d.ts +2 -0
- package/build/_modules/state-machine/_models/state-machine.control-model.spec.d.ts.map +1 -0
- package/build/_modules/state-machine/_models/state-machine.control-model.spec.js +282 -0
- package/build/_modules/state-machine/_models/state-machine.control-model.spec.js.map +1 -0
- package/build/_modules/state-machine/_models/state-transition-result.interface.d.ts +39 -39
- package/build/_modules/state-machine/_models/state-transition-result.interface.js +2 -2
- package/build/_modules/state-machine/_models/state-transition.interface.d.ts +30 -30
- package/build/_modules/state-machine/_models/state-transition.interface.js +2 -2
- package/build/_modules/state-machine/index.d.ts +5 -5
- package/build/_modules/state-machine/index.js +9 -9
- package/build/_modules/test/_collections/tst-module-settings.const.d.ts +46 -46
- package/build/_modules/test/_collections/tst-module-settings.const.js +41 -41
- package/build/_modules/test/index.d.ts +1 -1
- package/build/_modules/test/index.js +5 -5
- package/build/_modules/usage/_collections/usg-module-settings.const.d.ts +19 -19
- package/build/_modules/usage/_collections/usg-module-settings.const.js +19 -19
- package/build/_modules/usage/_models/usg-action.control-model.d.ts +18 -18
- package/build/_modules/usage/_models/usg-action.control-model.js +26 -26
- package/build/_modules/usage/_models/usg-action.control-model.spec.d.ts +2 -0
- package/build/_modules/usage/_models/usg-action.control-model.spec.d.ts.map +1 -0
- package/build/_modules/usage/_models/usg-action.control-model.spec.js +24 -0
- package/build/_modules/usage/_models/usg-action.control-model.spec.js.map +1 -0
- package/build/_modules/usage/_models/usg-daily-usage-data.control-model.d.ts +24 -24
- package/build/_modules/usage/_models/usg-daily-usage-data.control-model.js +31 -31
- package/build/_modules/usage/_models/usg-daily-usage-data.control-model.spec.d.ts +2 -0
- package/build/_modules/usage/_models/usg-daily-usage-data.control-model.spec.d.ts.map +1 -0
- package/build/_modules/usage/_models/usg-daily-usage-data.control-model.spec.js +33 -0
- package/build/_modules/usage/_models/usg-daily-usage-data.control-model.spec.js.map +1 -0
- package/build/_modules/usage/_models/usg-data.control-model.d.ts +25 -25
- package/build/_modules/usage/_models/usg-data.control-model.js +31 -31
- package/build/_modules/usage/_models/usg-data.control-model.spec.d.ts +2 -0
- package/build/_modules/usage/_models/usg-data.control-model.spec.d.ts.map +1 -0
- package/build/_modules/usage/_models/usg-data.control-model.spec.js +37 -0
- package/build/_modules/usage/_models/usg-data.control-model.spec.js.map +1 -0
- package/build/_modules/usage/_models/usg-session.data-model.d.ts +34 -34
- package/build/_modules/usage/_models/usg-session.data-model.js +61 -61
- package/build/_modules/usage/_models/usg-session.data-model.spec.d.ts +2 -0
- package/build/_modules/usage/_models/usg-session.data-model.spec.d.ts.map +1 -0
- package/build/_modules/usage/_models/usg-session.data-model.spec.js +82 -0
- package/build/_modules/usage/_models/usg-session.data-model.spec.js.map +1 -0
- package/build/_modules/usage/index.d.ts +5 -5
- package/build/_modules/usage/index.js +10 -10
- package/build/index.d.ts +70 -70
- package/build/index.js +88 -88
- package/eslint.config.js +4 -4
- package/nodemon.json +22 -22
- package/package.json +306 -306
- package/pnpm-workspace.yaml +2 -2
- package/scripts/_capture-out/ai-error-capture.json +398 -398
- package/scripts/ai-error-capture.js +171 -171
- package/scripts/ai-model-registry-check.js +132 -132
- package/scripts/crypto/CRYPTO-STABILITY-SOLUTION.md +196 -196
- package/scripts/crypto/README.md +113 -113
- package/scripts/crypto/demo-crypto-stability.js +120 -120
- package/scripts/crypto/stress-test-crypto.js +379 -379
- package/scripts/run-coverage-tests.js +24 -24
- package/scripts/verify-build-completeness.js +62 -62
- package/spec/support/helpers/ts-node-helper.js +9 -9
- package/spec/support/jasmine.coverage.json +23 -23
- package/spec/support/jasmine.json +24 -24
- package/src/_collections/constants/data-sizes.const.ts +40 -40
- package/src/_collections/constants/error-defaults.const.ts +20 -20
- package/src/_collections/constants/global-settings.const.spec.ts +32 -0
- package/src/_collections/constants/global-settings.const.ts +29 -24
- package/src/_collections/constants/numbers.const.ts +40 -40
- package/src/_collections/constants/times.const.ts +45 -45
- package/src/_collections/utils/array.util.spec.ts +306 -306
- package/src/_collections/utils/array.util.ts +813 -813
- package/src/_collections/utils/async.util.spec.ts +398 -398
- package/src/_collections/utils/async.util.ts +208 -208
- package/src/_collections/utils/data.util.spec.ts +345 -345
- package/src/_collections/utils/data.util.ts +226 -226
- package/src/_collections/utils/extract-error-message.util.spec.ts +204 -204
- package/src/_collections/utils/extract-error-message.util.ts +223 -223
- package/src/_collections/utils/json-error-helper.util.spec.ts +521 -521
- package/src/_collections/utils/json-error-helper.util.ts +301 -301
- package/src/_collections/utils/log.util.spec.ts +975 -975
- package/src/_collections/utils/log.util.ts +667 -667
- package/src/_collections/utils/math/box-bounds.spec.ts +73 -73
- package/src/_collections/utils/math/box-bounds.util.ts +183 -183
- package/src/_collections/utils/math/math.util.spec.ts +94 -94
- package/src/_collections/utils/math/math.util.ts +141 -141
- package/src/_collections/utils/math/random.util.spec.ts +82 -82
- package/src/_collections/utils/math/random.util.ts +139 -139
- package/src/_collections/utils/math/trigonometry.util.spec.ts +57 -57
- package/src/_collections/utils/math/trigonometry.util.ts +102 -102
- package/src/_collections/utils/math/vector2.util.spec.ts +94 -94
- package/src/_collections/utils/math/vector2.util.ts +653 -653
- package/src/_collections/utils/object.util.spec.ts +646 -646
- package/src/_collections/utils/object.util.ts +739 -739
- package/src/_collections/utils/regex/password-regex.util.spec.ts +51 -51
- package/src/_collections/utils/regex/password-regex.util.ts +65 -65
- package/src/_collections/utils/regex/regex.util.spec.ts +42 -42
- package/src/_collections/utils/regex/regex.util.ts +6 -6
- package/src/_collections/utils/regex/username-regex.util.spec.ts +61 -61
- package/src/_collections/utils/regex/username-regex.util.ts +35 -35
- package/src/_collections/utils/require-env.util.spec.ts +231 -231
- package/src/_collections/utils/require-env.util.ts +138 -138
- package/src/_collections/utils/round-list.util.spec.ts +79 -79
- package/src/_collections/utils/round-list.util.ts +162 -162
- package/src/_collections/utils/secret-mask.util.spec.ts +66 -66
- package/src/_collections/utils/secret-mask.util.ts +262 -262
- package/src/_collections/utils/stack.util.spec.ts +372 -372
- package/src/_collections/utils/stack.util.ts +164 -164
- package/src/_collections/utils/string-case.util.spec.ts +441 -441
- package/src/_collections/utils/string-case.util.ts +362 -362
- package/src/_collections/utils/string.util.spec.ts +975 -975
- package/src/_collections/utils/string.util.ts +449 -449
- package/src/_collections/utils/time.util.spec.ts +50 -50
- package/src/_collections/utils/time.util.ts +481 -481
- package/src/_collections/utils/type-cloning-facility.util.spec.ts +51 -51
- package/src/_collections/utils/type-cloning-facility.util.ts +168 -168
- package/src/_collections/utils/utilities.util.spec.ts +201 -201
- package/src/_collections/utils/utilities.util.ts +68 -68
- package/src/_collections/utils/uuid.util.spec.ts +30 -30
- package/src/_collections/utils/uuid.util.ts +50 -50
- package/src/_enums/basic-property-type.enum.ts +20 -20
- package/src/_enums/data-model-type.enum.ts +29 -29
- package/src/_enums/environment-flag.enum.ts +28 -28
- package/src/_enums/error-level.enum.ts +43 -43
- package/src/_enums/error-status.enum.ts +30 -30
- package/src/_enums/http/http-call-type.enum.ts +43 -43
- package/src/_enums/http/http-event-type.enum.ts +40 -40
- package/src/_enums/http/http-response-type.enum.ts +18 -18
- package/src/_enums/log-style.enum.ts +44 -44
- package/src/_enums/server-connection-status.enum.ts +6 -6
- package/src/_enums/time/day-of-week.enum.ts +55 -55
- package/src/_enums/time/month.enum.ts +25 -25
- package/src/_enums/time/relative-date.enum.ts +24 -24
- package/src/_models/control-models/data-model-params.control-model.spec.ts +156 -156
- package/src/_models/control-models/data-model-params.control-model.ts +362 -362
- package/src/_models/control-models/data-property-params.control-model.spec.ts +93 -93
- package/src/_models/control-models/data-property-params.control-model.ts +210 -210
- package/src/_models/control-models/error.control-model.spec.ts +975 -975
- package/src/_models/control-models/error.control-model.ts +1280 -1280
- package/src/_models/control-models/http/http-error-response.control-model.spec.ts +116 -116
- package/src/_models/control-models/http/http-error-response.control-model.ts +52 -52
- package/src/_models/control-models/http/http-headers.control-model.spec.ts +25 -25
- package/src/_models/control-models/http/http-headers.control-model.ts +124 -124
- package/src/_models/control-models/http/http-response.model-base.spec.ts +46 -46
- package/src/_models/control-models/http/http-response.model-base.ts +57 -57
- package/src/_models/control-models/poll.control-model.spec.ts +63 -63
- package/src/_models/control-models/poll.control-model.ts +151 -151
- package/src/_models/control-models/range-value.control-model.spec.ts +187 -187
- package/src/_models/control-models/range-value.control-model.ts +289 -289
- package/src/_models/control-models/server-status.control-model.spec.ts +66 -66
- package/src/_models/control-models/server-status.control-model.ts +94 -94
- package/src/_models/control-models/service-endpoint-settings-base.control-model.spec.ts +145 -145
- package/src/_models/control-models/service-endpoint-settings-base.control-model.ts +186 -186
- package/src/_models/data-models/errors.data-model.spec.ts +71 -71
- package/src/_models/data-models/errors.data-model.ts +200 -200
- package/src/_models/data-models/metadata.data-model.spec.ts +184 -184
- package/src/_models/data-models/metadata.data-model.ts +153 -153
- package/src/_models/interfaces/box-bounds.interface.ts +7 -7
- package/src/_models/interfaces/environment/global-log-settings.interface.ts +86 -86
- package/src/_models/interfaces/environment/global-settings.interface.ts +69 -47
- package/src/_models/interfaces/error-defaults.interface.ts +18 -18
- package/src/_models/interfaces/paged.interface.ts +12 -12
- package/src/_models/interfaces/random-weight.interface.ts +7 -7
- package/src/_models/interfaces/route-settings.interface.ts +15 -15
- package/src/_models/interfaces/search-query.interface.ts +23 -23
- package/src/_models/interfaces/search-result.interface.ts +5 -5
- package/src/_models/interfaces/server-error-statistics.interface.ts +24 -24
- package/src/_models/interfaces/vector2.interface.ts +20 -20
- package/src/_models/types/db-filter.type.ts +110 -110
- package/src/_models/types/db-sort.type.ts +4 -4
- package/src/_models/types/ds-filter.type.ts +68 -68
- package/src/_models/types/ds-sort.type.ts +21 -21
- package/src/_modules/ai/_collections/ai-model-ref.util.ts +88 -88
- package/src/_modules/ai/_collections/ai-model-registry.util.spec.ts +37 -37
- package/src/_modules/ai/_collections/ai-model-registry.util.ts +30 -30
- package/src/_modules/ai/_enums/ai-message-role.enum.ts +7 -7
- package/src/_modules/ai/_enums/ai-model-type.enum.ts +7 -7
- package/src/_modules/ai/_enums/ai-provider.enum.ts +7 -7
- package/src/_modules/ai/_models/ai-call-settings.interface.ts +84 -84
- package/src/_modules/ai/_models/ai-config.interface.ts +14 -14
- package/src/_modules/ai/_models/ai-embedding-request.interface.ts +20 -20
- package/src/_modules/ai/_models/ai-embedding-response.interface.ts +26 -26
- package/src/_modules/ai/_models/ai-llm-request.interface.ts +24 -24
- package/src/_modules/ai/_models/ai-llm-response.interface.ts +30 -30
- package/src/_modules/ai/_models/ai-message.interface.ts +12 -12
- package/src/_modules/ai/_models/ai-model-capabilities.interface.ts +35 -35
- package/src/_modules/ai/_models/ai-model-info.interface.ts +63 -63
- package/src/_modules/ai/_models/ai-model-settings-schema.interface.ts +52 -52
- package/src/_modules/ai/_models/ai-provider-capabilities.interface.ts +28 -28
- package/src/_modules/ai/_models/ai-settings.interface.ts +17 -17
- package/src/_modules/ai/_models/ai-tool-call.interface.ts +18 -18
- package/src/_modules/ai/_models/ai-tool-handler.type.ts +11 -11
- package/src/_modules/ai/_models/ai-tool-result.interface.ts +16 -16
- package/src/_modules/ai/_models/ai-tool.interface.ts +16 -16
- package/src/_modules/ai/_models/ai-user-provider-config.control-model.ts +29 -29
- package/src/_modules/ai/_modules/anthropic/_collections/aai-models.const.ts +135 -135
- package/src/_modules/ai/_modules/anthropic/_enums/aai-model.enum.ts +19 -19
- package/src/_modules/ai/_modules/anthropic/_models/aai-call-settings.control-model.spec.ts +28 -28
- package/src/_modules/ai/_modules/anthropic/_models/aai-call-settings.control-model.ts +23 -23
- package/src/_modules/ai/_modules/anthropic/_models/aai-client-options.interface.ts +10 -10
- package/src/_modules/ai/_modules/anthropic/_models/aai-settings.control-model.spec.ts +22 -22
- package/src/_modules/ai/_modules/anthropic/_models/aai-settings.control-model.ts +27 -27
- package/src/_modules/ai/_modules/anthropic/_models/aai-user-provider-config.control-model.ts +20 -20
- package/src/_modules/ai/_modules/anthropic/index.ts +14 -14
- package/src/_modules/ai/_modules/document-ai/_models/dai-embedding-info.interface.ts +12 -12
- package/src/_modules/ai/_modules/document-ai/_models/dai-vector-search-params.interface.ts +22 -22
- package/src/_modules/ai/_modules/document-ai/index.ts +4 -4
- package/src/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.ts +40 -40
- package/src/_modules/ai/_modules/fdp-ai/_enums/fdpai-model.enum.ts +6 -6
- package/src/_modules/ai/_modules/fdp-ai/_models/fdpai-call-settings.control-model.ts +19 -19
- package/src/_modules/ai/_modules/fdp-ai/_models/fdpai-client-options.interface.ts +11 -11
- package/src/_modules/ai/_modules/fdp-ai/_models/fdpai-settings.control-model.ts +24 -24
- package/src/_modules/ai/_modules/fdp-ai/_models/fdpai-user-provider-config.control-model.ts +20 -20
- package/src/_modules/ai/_modules/fdp-ai/index.ts +11 -11
- package/src/_modules/ai/_modules/google-ai/_collections/gai-models.const.ts +161 -161
- package/src/_modules/ai/_modules/google-ai/_enums/gai-model.enum.ts +16 -16
- package/src/_modules/ai/_modules/google-ai/_models/gai-call-settings.control-model.spec.ts +28 -28
- package/src/_modules/ai/_modules/google-ai/_models/gai-call-settings.control-model.ts +21 -21
- package/src/_modules/ai/_modules/google-ai/_models/gai-client-options.interface.ts +8 -8
- package/src/_modules/ai/_modules/google-ai/_models/gai-settings.control-model.spec.ts +22 -22
- package/src/_modules/ai/_modules/google-ai/_models/gai-settings.control-model.ts +25 -25
- package/src/_modules/ai/_modules/google-ai/_models/gai-user-provider-config.control-model.ts +20 -20
- package/src/_modules/ai/_modules/google-ai/index.ts +14 -14
- package/src/_modules/ai/_modules/local-ai/_collections/lai-models.const.ts +59 -59
- package/src/_modules/ai/_modules/local-ai/_enums/lai-model.enum.ts +6 -6
- package/src/_modules/ai/_modules/local-ai/_models/lai-call-settings.control-model.spec.ts +28 -28
- package/src/_modules/ai/_modules/local-ai/_models/lai-call-settings.control-model.ts +18 -18
- package/src/_modules/ai/_modules/local-ai/_models/lai-client-options.interface.ts +9 -9
- package/src/_modules/ai/_modules/local-ai/_models/lai-settings.control-model.spec.ts +22 -22
- package/src/_modules/ai/_modules/local-ai/_models/lai-settings.control-model.ts +23 -23
- package/src/_modules/ai/_modules/local-ai/index.ts +14 -14
- package/src/_modules/ai/_modules/open-ai/_collections/oai-embedding-model-dimensions.const.ts +7 -7
- package/src/_modules/ai/_modules/open-ai/_collections/oai-models.const.ts +404 -404
- package/src/_modules/ai/_modules/open-ai/_enums/oai-model.enum.ts +179 -179
- package/src/_modules/ai/_modules/open-ai/_models/oai-call-settings.control-model.spec.ts +28 -28
- package/src/_modules/ai/_modules/open-ai/_models/oai-call-settings.control-model.ts +21 -21
- package/src/_modules/ai/_modules/open-ai/_models/oai-client-options.interface.ts +81 -81
- package/src/_modules/ai/_modules/open-ai/_models/oai-embedding-info.interface.ts +13 -13
- package/src/_modules/ai/_modules/open-ai/_models/oai-settings.control-model.spec.ts +22 -22
- package/src/_modules/ai/_modules/open-ai/_models/oai-settings.control-model.ts +25 -25
- package/src/_modules/ai/_modules/open-ai/_models/oai-user-provider-config.control-model.ts +21 -21
- package/src/_modules/ai/_modules/open-ai/index.ts +28 -28
- package/src/_modules/ai/index.ts +27 -27
- package/src/_modules/ci-tools/_enums/cit-ci-result-code.enum.ts +11 -11
- package/src/_modules/ci-tools/_enums/cit-ci-step-result-code.enum.ts +9 -9
- package/src/_modules/ci-tools/_models/cit-ci-result-info.data-models.spec.ts +58 -58
- package/src/_modules/ci-tools/_models/cit-ci-result-info.data-models.ts +77 -77
- package/src/_modules/ci-tools/_models/cit-ci-step-result.interface.ts +12 -12
- package/src/_modules/ci-tools/index.ts +8 -8
- package/src/_modules/crypto/_collections/crypto-v1.util.ts +225 -225
- package/src/_modules/crypto/_collections/crypto-v2.util.ts +331 -331
- package/src/_modules/crypto/_collections/crypto-v4.util.ts +702 -702
- package/src/_modules/crypto/_collections/crypto.util.db-envelope.spec.ts +51 -51
- package/src/_modules/crypto/_collections/crypto.util.edge.spec.ts +605 -605
- package/src/_modules/crypto/_collections/crypto.util.extra.spec.ts +642 -642
- package/src/_modules/crypto/_collections/crypto.util.simple.spec.ts +512 -512
- package/src/_modules/crypto/_collections/crypto.util.ts +748 -748
- package/src/_modules/crypto/index.ts +13 -13
- package/src/_modules/custom-data/_collections/cud-module-settings.const.ts +21 -21
- package/src/_modules/custom-data/_models/cud.data-model.spec.ts +38 -38
- package/src/_modules/custom-data/_models/cud.data-model.ts +39 -39
- package/src/_modules/custom-data/index.ts +10 -10
- package/src/_modules/data-handler/_models/data-handler-settings.control-model.spec.ts +110 -110
- package/src/_modules/data-handler/_models/data-handler-settings.control-model.ts +110 -110
- package/src/_modules/data-handler/_models/data-handler.control-model.spec.ts +473 -473
- package/src/_modules/data-handler/_models/data-handler.control-model.ts +486 -486
- package/src/_modules/data-handler/_models/data-list-handler.control-model.spec.ts +263 -263
- package/src/_modules/data-handler/_models/data-list-handler.control-model.ts +252 -252
- package/src/_modules/data-handler/_models/data-search-handler.control-model.spec.ts +417 -417
- package/src/_modules/data-handler/_models/data-search-handler.control-model.ts +390 -390
- package/src/_modules/data-handler/_models/list-collector-data-handler.control-model.spec.ts +374 -374
- package/src/_modules/data-handler/_models/list-collector-data-handler.control-model.ts +274 -274
- package/src/_modules/data-handler/index.ts +6 -6
- package/src/_modules/game/_collections/audio-mixer.util.spec.ts +198 -198
- package/src/_modules/game/_collections/audio-mixer.util.ts +143 -143
- package/src/_modules/game/_collections/audio-scale.util.spec.ts +140 -140
- package/src/_modules/game/_collections/audio-scale.util.ts +129 -129
- package/src/_modules/game/_enums/audio-channel.enum.ts +22 -22
- package/src/_modules/game/_models/audio-mixer-config.interface.ts +53 -53
- package/src/_modules/game/_models/audio-mixer-settings.interface.ts +38 -38
- package/src/_modules/game/_models/audio-mixer-state.interface.ts +36 -36
- package/src/_modules/game/_models/audio-mixer.control-model.spec.ts +376 -376
- package/src/_modules/game/_models/audio-mixer.control-model.ts +419 -419
- package/src/_modules/game/_models/audio-scale.interface.ts +21 -21
- package/src/_modules/game/_models/seeded-random-state.interface.ts +21 -21
- package/src/_modules/game/_models/seeded-random.control-model.spec.ts +290 -290
- package/src/_modules/game/_models/seeded-random.control-model.ts +311 -311
- package/src/_modules/game/index.ts +15 -15
- package/src/_modules/location/_collections/assets/country-codes-ISO-3166.json +3239 -3239
- package/src/_modules/location/_collections/assets/country-divisions-ISO-3166-all-list.json +19035 -19035
- package/src/_modules/location/_collections/assets/country-divisions-ISO-3166.json +4993 -4993
- package/src/_modules/location/_collections/assets/country-phone-codes.json +1203 -1203
- package/src/_modules/location/_collections/assets/country-subdivisions/afghanistan.json +137 -137
- package/src/_modules/location/_collections/assets/country-subdivisions/albania.json +49 -49
- package/src/_modules/location/_collections/assets/country-subdivisions/algeria.json +193 -193
- package/src/_modules/location/_collections/assets/country-subdivisions/andorra.json +29 -29
- package/src/_modules/location/_collections/assets/country-subdivisions/angola.json +73 -73
- package/src/_modules/location/_collections/assets/country-subdivisions/antigua-and-barbuda.json +33 -33
- package/src/_modules/location/_collections/assets/country-subdivisions/argentina.json +97 -97
- package/src/_modules/location/_collections/assets/country-subdivisions/armenia.json +45 -45
- package/src/_modules/location/_collections/assets/country-subdivisions/australia.json +33 -33
- package/src/_modules/location/_collections/assets/country-subdivisions/austria.json +37 -37
- package/src/_modules/location/_collections/assets/country-subdivisions/azerbaijan.json +5 -5
- package/src/_modules/location/_collections/assets/country-subdivisions/bahamas.json +125 -125
- package/src/_modules/location/_collections/assets/country-subdivisions/bahrain.json +21 -21
- package/src/_modules/location/_collections/assets/country-subdivisions/bangladesh.json +29 -29
- package/src/_modules/location/_collections/assets/country-subdivisions/barbados.json +45 -45
- package/src/_modules/location/_collections/assets/country-subdivisions/belarus.json +29 -29
- package/src/_modules/location/_collections/assets/country-subdivisions/belgium.json +13 -13
- package/src/_modules/location/_collections/assets/country-subdivisions/belize.json +25 -25
- package/src/_modules/location/_collections/assets/country-subdivisions/benin.json +49 -49
- package/src/_modules/location/_collections/assets/country-subdivisions/bhutan.json +81 -81
- package/src/_modules/location/_collections/assets/country-subdivisions/bolivia.json +37 -37
- package/src/_modules/location/_collections/assets/country-subdivisions/bosnia-and-herzegovina.json +13 -13
- package/src/_modules/location/_collections/assets/country-subdivisions/botswana.json +65 -65
- package/src/_modules/location/_collections/assets/country-subdivisions/brazil.json +109 -109
- package/src/_modules/location/_collections/assets/country-subdivisions/brunei-darussalam.json +17 -17
- package/src/_modules/location/_collections/assets/country-subdivisions/bulgaria.json +113 -113
- package/src/_modules/location/_collections/assets/country-subdivisions/burkina-faso.json +53 -53
- package/src/_modules/location/_collections/assets/country-subdivisions/burundi.json +69 -69
- package/src/_modules/location/_collections/assets/country-subdivisions/cambodia.json +97 -97
- package/src/_modules/location/_collections/assets/country-subdivisions/cameroon.json +41 -41
- package/src/_modules/location/_collections/assets/country-subdivisions/canada.json +79 -79
- package/src/_modules/location/_collections/assets/country-subdivisions/cape-verde.json +9 -9
- package/src/_modules/location/_collections/assets/country-subdivisions/central-african-republic.json +69 -69
- package/src/_modules/location/_collections/assets/country-subdivisions/chad.json +89 -89
- package/src/_modules/location/_collections/assets/country-subdivisions/chile.json +61 -61
- package/src/_modules/location/_collections/assets/country-subdivisions/china.json +205 -205
- package/src/_modules/location/_collections/assets/country-subdivisions/colombia.json +133 -133
- package/src/_modules/location/_collections/assets/country-subdivisions/comoros.json +13 -13
- package/src/_modules/location/_collections/assets/country-subdivisions/congo-the-democratic-republic-of-the.json +45 -45
- package/src/_modules/location/_collections/assets/country-subdivisions/congo.json +49 -49
- package/src/_modules/location/_collections/assets/country-subdivisions/costa-rica.json +29 -29
- package/src/_modules/location/_collections/assets/country-subdivisions/cote-d-ivoire-republic-of.json +77 -77
- package/src/_modules/location/_collections/assets/country-subdivisions/croatia.json +85 -85
- package/src/_modules/location/_collections/assets/country-subdivisions/cuba.json +65 -65
- package/src/_modules/location/_collections/assets/country-subdivisions/cyprus.json +25 -25
- package/src/_modules/location/_collections/assets/country-subdivisions/czech-republic.json +57 -57
- package/src/_modules/location/_collections/assets/country-subdivisions/denmark.json +21 -21
- package/src/_modules/location/_collections/assets/country-subdivisions/djibouti.json +25 -25
- package/src/_modules/location/_collections/assets/country-subdivisions/dominica.json +41 -41
- package/src/_modules/location/_collections/assets/country-subdivisions/dominican-republic.json +41 -41
- package/src/_modules/location/_collections/assets/country-subdivisions/ecuador.json +97 -97
- package/src/_modules/location/_collections/assets/country-subdivisions/egypt.json +117 -117
- package/src/_modules/location/_collections/assets/country-subdivisions/el-salvador.json +57 -57
- package/src/_modules/location/_collections/assets/country-subdivisions/equatorial-guinea.json +9 -9
- package/src/_modules/location/_collections/assets/country-subdivisions/eritrea.json +25 -25
- package/src/_modules/location/_collections/assets/country-subdivisions/estonia.json +61 -61
- package/src/_modules/location/_collections/assets/country-subdivisions/ethiopia.json +45 -45
- package/src/_modules/location/_collections/assets/country-subdivisions/fiji.json +21 -21
- package/src/_modules/location/_collections/assets/country-subdivisions/finland.json +77 -77
- package/src/_modules/location/_collections/assets/country-subdivisions/france.json +133 -133
- package/src/_modules/location/_collections/assets/country-subdivisions/gabon.json +37 -37
- package/src/_modules/location/_collections/assets/country-subdivisions/gambia.json +25 -25
- package/src/_modules/location/_collections/assets/country-subdivisions/georgia.json +49 -49
- package/src/_modules/location/_collections/assets/country-subdivisions/germany.json +65 -65
- package/src/_modules/location/_collections/assets/country-subdivisions/ghana.json +41 -41
- package/src/_modules/location/_collections/assets/country-subdivisions/greece.json +53 -53
- package/src/_modules/location/_collections/assets/country-subdivisions/greenland.json +17 -17
- package/src/_modules/location/_collections/assets/country-subdivisions/grenada.json +29 -29
- package/src/_modules/location/_collections/assets/country-subdivisions/guatemala.json +89 -89
- package/src/_modules/location/_collections/assets/country-subdivisions/guinea-bissau.json +13 -13
- package/src/_modules/location/_collections/assets/country-subdivisions/guinea.json +33 -33
- package/src/_modules/location/_collections/assets/country-subdivisions/guyana.json +41 -41
- package/src/_modules/location/_collections/assets/country-subdivisions/haiti.json +41 -41
- package/src/_modules/location/_collections/assets/country-subdivisions/honduras.json +73 -73
- package/src/_modules/location/_collections/assets/country-subdivisions/hong-kong.json +4 -4
- package/src/_modules/location/_collections/assets/country-subdivisions/hungary.json +173 -173
- package/src/_modules/location/_collections/assets/country-subdivisions/iceland.json +37 -37
- package/src/_modules/location/_collections/assets/country-subdivisions/india.json +181 -181
- package/src/_modules/location/_collections/assets/country-subdivisions/indonesia.json +29 -29
- package/src/_modules/location/_collections/assets/country-subdivisions/iran-islamic-republic-of.json +125 -125
- package/src/_modules/location/_collections/assets/country-subdivisions/iraq.json +73 -73
- package/src/_modules/location/_collections/assets/country-subdivisions/ireland.json +17 -17
- package/src/_modules/location/_collections/assets/country-subdivisions/israel.json +25 -25
- package/src/_modules/location/_collections/assets/country-subdivisions/italy.json +81 -81
- package/src/_modules/location/_collections/assets/country-subdivisions/jamaica.json +57 -57
- package/src/_modules/location/_collections/assets/country-subdivisions/japan.json +189 -189
- package/src/_modules/location/_collections/assets/country-subdivisions/jordan.json +49 -49
- package/src/_modules/location/_collections/assets/country-subdivisions/kazakhstan.json +65 -65
- package/src/_modules/location/_collections/assets/country-subdivisions/kenya.json +33 -33
- package/src/_modules/location/_collections/assets/country-subdivisions/kiribati.json +13 -13
- package/src/_modules/location/_collections/assets/country-subdivisions/korea-democratic-people-s-republic-of.json +45 -45
- package/src/_modules/location/_collections/assets/country-subdivisions/korea-republic-of.json +69 -69
- package/src/_modules/location/_collections/assets/country-subdivisions/kuwait.json +25 -25
- package/src/_modules/location/_collections/assets/country-subdivisions/kyrgyzstan.json +33 -33
- package/src/_modules/location/_collections/assets/country-subdivisions/lao-people-s-democratic-republic.json +73 -73
- package/src/_modules/location/_collections/assets/country-subdivisions/latvia.json +477 -477
- package/src/_modules/location/_collections/assets/country-subdivisions/lebanon.json +33 -33
- package/src/_modules/location/_collections/assets/country-subdivisions/lesotho.json +41 -41
- package/src/_modules/location/_collections/assets/country-subdivisions/liberia.json +61 -61
- package/src/_modules/location/_collections/assets/country-subdivisions/libyan-arab-jamahiriya.json +89 -89
- package/src/_modules/location/_collections/assets/country-subdivisions/liechtenstein.json +45 -45
- package/src/_modules/location/_collections/assets/country-subdivisions/lithuania.json +41 -41
- package/src/_modules/location/_collections/assets/country-subdivisions/luxembourg.json +13 -13
- package/src/_modules/location/_collections/assets/country-subdivisions/macedonia-the-former-yugoslav-republic-of.json +337 -337
- package/src/_modules/location/_collections/assets/country-subdivisions/madagascar.json +25 -25
- package/src/_modules/location/_collections/assets/country-subdivisions/malawi.json +13 -13
- package/src/_modules/location/_collections/assets/country-subdivisions/malaysia.json +81 -81
- package/src/_modules/location/_collections/assets/country-subdivisions/maldives.json +33 -33
- package/src/_modules/location/_collections/assets/country-subdivisions/mali.json +37 -37
- package/src/_modules/location/_collections/assets/country-subdivisions/malta.json +273 -273
- package/src/_modules/location/_collections/assets/country-subdivisions/marshall-islands.json +9 -9
- package/src/_modules/location/_collections/assets/country-subdivisions/mauritania.json +53 -53
- package/src/_modules/location/_collections/assets/country-subdivisions/mauritius.json +69 -69
- package/src/_modules/location/_collections/assets/country-subdivisions/mexico.json +161 -161
- package/src/_modules/location/_collections/assets/country-subdivisions/micronesia-federated-states-of.json +17 -17
- package/src/_modules/location/_collections/assets/country-subdivisions/moldova-republic-of.json +149 -149
- package/src/_modules/location/_collections/assets/country-subdivisions/monaco.json +69 -69
- package/src/_modules/location/_collections/assets/country-subdivisions/mongolia.json +89 -89
- package/src/_modules/location/_collections/assets/country-subdivisions/montenegro.json +93 -93
- package/src/_modules/location/_collections/assets/country-subdivisions/morocco.json +65 -65
- package/src/_modules/location/_collections/assets/country-subdivisions/mozambique.json +45 -45
- package/src/_modules/location/_collections/assets/country-subdivisions/myanmar.json +57 -57
- package/src/_modules/location/_collections/assets/country-subdivisions/namibia.json +57 -57
- package/src/_modules/location/_collections/assets/country-subdivisions/nauru.json +57 -57
- package/src/_modules/location/_collections/assets/country-subdivisions/nepal.json +21 -21
- package/src/_modules/location/_collections/assets/country-subdivisions/netherlands.json +91 -91
- package/src/_modules/location/_collections/assets/country-subdivisions/new-zealand.json +111 -111
- package/src/_modules/location/_collections/assets/country-subdivisions/nicaragua.json +69 -69
- package/src/_modules/location/_collections/assets/country-subdivisions/niger.json +33 -33
- package/src/_modules/location/_collections/assets/country-subdivisions/nigeria.json +149 -149
- package/src/_modules/location/_collections/assets/country-subdivisions/norway.json +85 -85
- package/src/_modules/location/_collections/assets/country-subdivisions/oman.json +37 -37
- package/src/_modules/location/_collections/assets/country-subdivisions/pakistan.json +33 -33
- package/src/_modules/location/_collections/assets/country-subdivisions/palau.json +65 -65
- package/src/_modules/location/_collections/assets/country-subdivisions/palestinian-territory-occupied.json +65 -65
- package/src/_modules/location/_collections/assets/country-subdivisions/panama.json +53 -53
- package/src/_modules/location/_collections/assets/country-subdivisions/papua-new-guinea.json +81 -81
- package/src/_modules/location/_collections/assets/country-subdivisions/paraguay.json +73 -73
- package/src/_modules/location/_collections/assets/country-subdivisions/peru.json +105 -105
- package/src/_modules/location/_collections/assets/country-subdivisions/philippines.json +69 -69
- package/src/_modules/location/_collections/assets/country-subdivisions/poland.json +65 -65
- package/src/_modules/location/_collections/assets/country-subdivisions/portugal.json +81 -81
- package/src/_modules/location/_collections/assets/country-subdivisions/qatar.json +29 -29
- package/src/_modules/location/_collections/assets/country-subdivisions/romania.json +169 -169
- package/src/_modules/location/_collections/assets/country-subdivisions/russian-federation.json +499 -499
- package/src/_modules/location/_collections/assets/country-subdivisions/rwanda.json +21 -21
- package/src/_modules/location/_collections/assets/country-subdivisions/saint-helena-ascension-and-tristan-da-cunha.json +13 -13
- package/src/_modules/location/_collections/assets/country-subdivisions/saint-kitts-and-nevis.json +9 -9
- package/src/_modules/location/_collections/assets/country-subdivisions/saint-lucia.json +45 -45
- package/src/_modules/location/_collections/assets/country-subdivisions/saint-vincent-and-the-grenadines.json +25 -25
- package/src/_modules/location/_collections/assets/country-subdivisions/samoa.json +45 -45
- package/src/_modules/location/_collections/assets/country-subdivisions/san-marino.json +37 -37
- package/src/_modules/location/_collections/assets/country-subdivisions/sao-tome-and-principe.json +9 -9
- package/src/_modules/location/_collections/assets/country-subdivisions/saudi-arabia.json +53 -53
- package/src/_modules/location/_collections/assets/country-subdivisions/senegal.json +57 -57
- package/src/_modules/location/_collections/assets/country-subdivisions/serbia.json +9 -9
- package/src/_modules/location/_collections/assets/country-subdivisions/seychelles.json +101 -101
- package/src/_modules/location/_collections/assets/country-subdivisions/sierra-leone.json +17 -17
- package/src/_modules/location/_collections/assets/country-subdivisions/singapore.json +21 -21
- package/src/_modules/location/_collections/assets/country-subdivisions/slovakia.json +33 -33
- package/src/_modules/location/_collections/assets/country-subdivisions/slovenia.json +841 -841
- package/src/_modules/location/_collections/assets/country-subdivisions/solomon-islands.json +41 -41
- package/src/_modules/location/_collections/assets/country-subdivisions/somalia.json +73 -73
- package/src/_modules/location/_collections/assets/country-subdivisions/south-africa.json +37 -37
- package/src/_modules/location/_collections/assets/country-subdivisions/south-sudan.json +41 -41
- package/src/_modules/location/_collections/assets/country-subdivisions/spain.json +346 -346
- package/src/_modules/location/_collections/assets/country-subdivisions/sri-lanka.json +37 -37
- package/src/_modules/location/_collections/assets/country-subdivisions/sudan.json +69 -69
- package/src/_modules/location/_collections/assets/country-subdivisions/suriname.json +41 -41
- package/src/_modules/location/_collections/assets/country-subdivisions/swaziland.json +17 -17
- package/src/_modules/location/_collections/assets/country-subdivisions/sweden.json +85 -85
- package/src/_modules/location/_collections/assets/country-subdivisions/switzerland.json +105 -105
- package/src/_modules/location/_collections/assets/country-subdivisions/syrian-arab-republic.json +57 -57
- package/src/_modules/location/_collections/assets/country-subdivisions/taiwan-province-of-china.json +93 -93
- package/src/_modules/location/_collections/assets/country-subdivisions/tajikistan.json +17 -17
- package/src/_modules/location/_collections/assets/country-subdivisions/tanzania-united-republic-of.json +105 -105
- package/src/_modules/location/_collections/assets/country-subdivisions/thailand.json +313 -313
- package/src/_modules/location/_collections/assets/country-subdivisions/timor-leste.json +53 -53
- package/src/_modules/location/_collections/assets/country-subdivisions/togo.json +21 -21
- package/src/_modules/location/_collections/assets/country-subdivisions/tonga.json +21 -21
- package/src/_modules/location/_collections/assets/country-subdivisions/trinidad-and-tobago.json +65 -65
- package/src/_modules/location/_collections/assets/country-subdivisions/tunisia.json +97 -97
- package/src/_modules/location/_collections/assets/country-subdivisions/turkey.json +325 -325
- package/src/_modules/location/_collections/assets/country-subdivisions/turkmenistan.json +25 -25
- package/src/_modules/location/_collections/assets/country-subdivisions/tuvalu.json +33 -33
- package/src/_modules/location/_collections/assets/country-subdivisions/uganda.json +17 -17
- package/src/_modules/location/_collections/assets/country-subdivisions/ukraine.json +109 -109
- package/src/_modules/location/_collections/assets/country-subdivisions/united-arab-emirates.json +29 -29
- package/src/_modules/location/_collections/assets/country-subdivisions/united-kingdom.json +1196 -1196
- package/src/_modules/location/_collections/assets/country-subdivisions/united-states-minor-outlying-islands.json +37 -37
- package/src/_modules/location/_collections/assets/country-subdivisions/united-states.json +286 -286
- package/src/_modules/location/_collections/assets/country-subdivisions/uruguay.json +77 -77
- package/src/_modules/location/_collections/assets/country-subdivisions/uzbekistan.json +57 -57
- package/src/_modules/location/_collections/assets/country-subdivisions/vanuatu.json +25 -25
- package/src/_modules/location/_collections/assets/country-subdivisions/venezuela.json +101 -101
- package/src/_modules/location/_collections/assets/country-subdivisions/viet-nam.json +257 -257
- package/src/_modules/location/_collections/assets/country-subdivisions/yemen.json +85 -85
- package/src/_modules/location/_collections/assets/country-subdivisions/zambia.json +37 -37
- package/src/_modules/location/_collections/assets/country-subdivisions/zimbabwe.json +41 -41
- package/src/_modules/location/_collections/loc-country-divisions.const.ts +10 -10
- package/src/_modules/location/_collections/loc-country-isos.const.ts +8 -8
- package/src/_modules/location/_collections/loc-regions.util.spec.ts +61 -61
- package/src/_modules/location/_collections/loc-regions.util.ts +137 -137
- package/src/_modules/location/_collections/loc.util.spec.ts +52 -52
- package/src/_modules/location/_collections/loc.util.ts +74 -74
- package/src/_modules/location/_enums/loc-region.enum.ts +14 -14
- package/src/_modules/location/_enums/loc-sub-region.enum.ts +31 -31
- package/src/_modules/location/_enums/loc-subdivision-region-type.enum.ts +47 -47
- package/src/_modules/location/_models/loc-coordinates.interface.ts +7 -7
- package/src/_modules/location/_models/loc-country-division.interface.ts +8 -8
- package/src/_modules/location/_models/loc-country-iso.interface.ts +23 -23
- package/src/_modules/location/_models/loc-country-phone-code.interface.ts +9 -9
- package/src/_modules/location/_models/loc-division-collection.interface.ts +12 -12
- package/src/_modules/location/_models/loc-division-region-data.interface.ts +9 -9
- package/src/_modules/location/_models/loc-geo-ip-location.interface.ts +27 -27
- package/src/_modules/location/index.ts +22 -22
- package/src/_modules/messaging/README.md +279 -279
- package/src/_modules/messaging/_collections/msg-module-settings.const.ts +46 -46
- package/src/_modules/messaging/_enums/msg-attachment-type.enum.ts +26 -26
- package/src/_modules/messaging/_enums/msg-conversation-type.enum.ts +20 -20
- package/src/_modules/messaging/_enums/msg-delivery-status.enum.ts +17 -17
- package/src/_modules/messaging/_enums/msg-event-key.enum.ts +31 -31
- package/src/_modules/messaging/_enums/msg-participant-role.enum.ts +20 -20
- package/src/_modules/messaging/_enums/msg-provider-type.enum.ts +7 -7
- package/src/_modules/messaging/_enums/msg-status.enum.ts +26 -26
- package/src/_modules/messaging/_enums/msg-type.enum.ts +23 -23
- package/src/_modules/messaging/_models/msg-attachment.interface.ts +46 -46
- package/src/_modules/messaging/_models/msg-conversation.data-model.spec.ts +69 -69
- package/src/_modules/messaging/_models/msg-conversation.data-model.ts +96 -96
- package/src/_modules/messaging/_models/msg-mention.interface.ts +29 -29
- package/src/_modules/messaging/_models/msg-message.data-model.spec.ts +79 -79
- package/src/_modules/messaging/_models/msg-message.data-model.ts +127 -127
- package/src/_modules/messaging/_models/msg-participant.interface.ts +46 -46
- package/src/_modules/messaging/_models/msg-reaction.interface.ts +20 -20
- package/src/_modules/messaging/_models/msg-thread-info.interface.ts +35 -35
- package/src/_modules/messaging/_modules/agent/_enums/agt-process-step-type.enum.ts +35 -35
- package/src/_modules/messaging/_modules/agent/_enums/agt-tool-status.enum.ts +23 -23
- package/src/_modules/messaging/_modules/agent/_models/agt-process-step.interface.ts +55 -55
- package/src/_modules/messaging/_modules/agent/_models/agt-reasoning-info.interface.ts +26 -26
- package/src/_modules/messaging/_modules/agent/_models/agt-tool-usage.interface.ts +37 -37
- package/src/_modules/messaging/_modules/agent/index.ts +8 -8
- package/src/_modules/messaging/index.ts +28 -28
- package/src/_modules/ngx-models/_collections/angular-placeholders.ts +34 -34
- package/src/_modules/ngx-models/_collections/button-new-style-settings-presets.const.ts +181 -181
- package/src/_modules/ngx-models/_collections/dynamo-global.settings.spec.ts +74 -74
- package/src/_modules/ngx-models/_collections/dynamo-global.settings.ts +103 -103
- package/src/_modules/ngx-models/_enums/button-new/button-new-border-radius.enum.ts +16 -16
- package/src/_modules/ngx-models/_enums/button-new/button-new-icon-style-type.enum.ts +14 -14
- package/src/_modules/ngx-models/_enums/button-new/button-new-size.enum.ts +16 -16
- package/src/_modules/ngx-models/_enums/button-new/button-new-style-type.enum.ts +18 -18
- package/src/_modules/ngx-models/_enums/button-type.enum.ts +36 -36
- package/src/_modules/ngx-models/_enums/checkbox-label-position.enum.ts +8 -8
- package/src/_modules/ngx-models/_enums/container-type.enum.ts +11 -11
- package/src/_modules/ngx-models/_enums/errors/error-level.enum.ts +13 -13
- package/src/_modules/ngx-models/_enums/errors/error-notification-color.enum.ts +13 -13
- package/src/_modules/ngx-models/_enums/errors/error-ui-mode.enum.ts +13 -13
- package/src/_modules/ngx-models/_enums/field-appearance.enum.ts +14 -14
- package/src/_modules/ngx-models/_enums/field-type.enum.ts +52 -52
- package/src/_modules/ngx-models/_enums/file-type.enum.ts +12 -12
- package/src/_modules/ngx-models/_enums/flex/flex-layout-align.enum.ts +21 -21
- package/src/_modules/ngx-models/_enums/flex/flex-layout.enum.ts +5 -5
- package/src/_modules/ngx-models/_enums/form-access.enum.ts +9 -9
- package/src/_modules/ngx-models/_enums/form-reset-data.enum.ts +12 -12
- package/src/_modules/ngx-models/_enums/form-store-on.enum.ts +9 -9
- package/src/_modules/ngx-models/_enums/forms-new/field-new-validator-type.enum.ts +20 -20
- package/src/_modules/ngx-models/_enums/frames/header-item-type.enum.ts +15 -15
- package/src/_modules/ngx-models/_enums/frames/header-position.enum.ts +10 -10
- package/src/_modules/ngx-models/_enums/frames/side-nav-badge-color.enum.ts +13 -13
- package/src/_modules/ngx-models/_enums/html/input-types.enum.ts +27 -27
- package/src/_modules/ngx-models/_enums/material-color.enum.ts +16 -16
- package/src/_modules/ngx-models/_enums/material-tooltip-position.enum.ts +16 -16
- package/src/_modules/ngx-models/_enums/preconfigured-field-type.enum.ts +8 -8
- package/src/_modules/ngx-models/_enums/storage-type.enum.ts +15 -15
- package/src/_modules/ngx-models/_enums/validator-type.enum.ts +9 -9
- package/src/_modules/ngx-models/_enums/voice/audio-mime-type.enum.ts +14 -14
- package/src/_modules/ngx-models/_enums/voice/voice-provider-type.enum.ts +26 -26
- package/src/_modules/ngx-models/_enums/voice/voice-recorder-state.enum.ts +20 -20
- package/src/_modules/ngx-models/_models/control-models/button-new-style-settings.control-model.ts +37 -37
- package/src/_modules/ngx-models/_models/control-models/button-params.control-model.spec.ts +70 -70
- package/src/_modules/ngx-models/_models/control-models/button-params.control-model.ts +332 -332
- package/src/_modules/ngx-models/_models/control-models/chat/chat-column-layout-settings.control-model.ts +28 -28
- package/src/_modules/ngx-models/_models/control-models/data-handler-settings.control-model.spec.ts +90 -90
- package/src/_modules/ngx-models/_models/control-models/data-handler-settings.control-model.ts +134 -134
- package/src/_modules/ngx-models/_models/control-models/data-handler.control-model.ts +529 -529
- package/src/_modules/ngx-models/_models/control-models/errors/error-notification.control-model.ts +52 -52
- package/src/_modules/ngx-models/_models/control-models/errors/error-settings.control-model.ts +34 -34
- package/src/_modules/ngx-models/_models/control-models/errors/errors-pojo.spec.ts +86 -86
- package/src/_modules/ngx-models/_models/control-models/errors/errors-settings.control-model.ts +52 -52
- package/src/_modules/ngx-models/_models/control-models/field-settings.control-model.spec.ts +109 -109
- package/src/_modules/ngx-models/_models/control-models/field-settings.control-model.ts +133 -133
- package/src/_modules/ngx-models/_models/control-models/form-settings.control-model.spec.ts +109 -109
- package/src/_modules/ngx-models/_models/control-models/form-settings.control-model.ts +160 -160
- package/src/_modules/ngx-models/_models/control-models/forms-new/checkbox-field-new-settings.control-model.ts +25 -25
- package/src/_modules/ngx-models/_models/control-models/forms-new/date-field-new-settings.control-model.ts +26 -26
- package/src/_modules/ngx-models/_models/control-models/forms-new/date-range-field-new-settings.control-model.ts +42 -42
- package/src/_modules/ngx-models/_models/control-models/forms-new/datetime-field-new-settings.control-model.ts +35 -35
- package/src/_modules/ngx-models/_models/control-models/forms-new/datetime-range-field-new-settings.control-model.ts +35 -35
- package/src/_modules/ngx-models/_models/control-models/forms-new/field-new-settings.control-model.ts +85 -85
- package/src/_modules/ngx-models/_models/control-models/forms-new/field-new-types.ts +42 -42
- package/src/_modules/ngx-models/_models/control-models/forms-new/form-new-settings.control-model.ts +40 -40
- package/src/_modules/ngx-models/_models/control-models/forms-new/forms-new.spec.ts +179 -179
- package/src/_modules/ngx-models/_models/control-models/forms-new/index.ts +20 -20
- package/src/_modules/ngx-models/_models/control-models/forms-new/multiselect-field-new-settings.control-model.ts +27 -27
- package/src/_modules/ngx-models/_models/control-models/forms-new/number-field-new-settings.control-model.ts +24 -24
- package/src/_modules/ngx-models/_models/control-models/forms-new/password-field-new-settings.control-model.ts +35 -35
- package/src/_modules/ngx-models/_models/control-models/forms-new/radio-select-field-new-settings.control-model.ts +35 -35
- package/src/_modules/ngx-models/_models/control-models/forms-new/select-field-new-settings.control-model.ts +46 -46
- package/src/_modules/ngx-models/_models/control-models/forms-new/slider-field-new-settings.control-model.ts +37 -37
- package/src/_modules/ngx-models/_models/control-models/forms-new/slider-range-field-new-settings.control-model.ts +45 -45
- package/src/_modules/ngx-models/_models/control-models/forms-new/text-field-new-settings.control-model.ts +30 -30
- package/src/_modules/ngx-models/_models/control-models/forms-new/textarea-field-new-settings.control-model.ts +22 -22
- package/src/_modules/ngx-models/_models/control-models/frames/frames-pojo.spec.ts +108 -108
- package/src/_modules/ngx-models/_models/control-models/frames/header-item-settings.control-model.ts +52 -52
- package/src/_modules/ngx-models/_models/control-models/frames/main-frame-settings.control-model.ts +40 -40
- package/src/_modules/ngx-models/_models/control-models/frames/side-nav-item-settings.control-model.ts +55 -55
- package/src/_modules/ngx-models/_models/control-models/frames/side-nav-settings.control-model.ts +30 -30
- package/src/_modules/ngx-models/_models/control-models/select.control-model.spec.ts +45 -45
- package/src/_modules/ngx-models/_models/control-models/select.control-model.ts +28 -28
- package/src/_modules/ngx-models/_models/control-models/voice/voice-pojo.spec.ts +111 -111
- package/src/_modules/ngx-models/_models/control-models/voice/voice-providers-settings.control-model.ts +74 -74
- package/src/_modules/ngx-models/_models/control-models/voice/voice-record-button-settings.control-model.ts +42 -42
- package/src/_modules/ngx-models/_models/control-models/voice/voice-recorder-settings.control-model.ts +37 -37
- package/src/_modules/ngx-models/_models/interfaces/button-new-settings.interface.ts +74 -74
- package/src/_modules/ngx-models/_models/interfaces/confirm-settings.interface.ts +20 -20
- package/src/_modules/ngx-models/_models/interfaces/global-settings.interface.ts +67 -67
- package/src/_modules/ngx-models/_models/interfaces/select-options-custom-constructor.interface.ts +40 -40
- package/src/_modules/ngx-models/_models/interfaces/storage.service.spec.ts +18 -18
- package/src/_modules/ngx-models/_models/interfaces/storage.service.ts +40 -40
- package/src/_modules/ngx-models/_models/interfaces/voice/speak-options.interface.ts +19 -19
- package/src/_modules/ngx-models/_models/interfaces/voice/speak-result.interface.ts +14 -14
- package/src/_modules/ngx-models/_models/interfaces/voice/transcribe-options.interface.ts +14 -14
- package/src/_modules/ngx-models/_models/interfaces/voice/transcribe-result.interface.ts +15 -15
- package/src/_modules/ngx-models/_models/interfaces/voice/voice-profile.interface.ts +18 -18
- package/src/_modules/ngx-models/_models/interfaces/voice/voice-provider-init.interface.ts +21 -21
- package/src/_modules/ngx-models/_utils/shared.service.spec.ts +7 -7
- package/src/_modules/ngx-models/_utils/shared.service.ts +541 -541
- package/src/_modules/ngx-models/index.ts +110 -110
- package/src/_modules/pipe/_collections/pip-transforms.const.ts +42 -42
- package/src/_modules/pipe/_collections/utils/pip-country-pipe.util.spec.ts +47 -47
- package/src/_modules/pipe/_collections/utils/pip-country-pipe.util.ts +41 -41
- package/src/_modules/pipe/_collections/utils/pip-custom-pipe.util.spec.ts +39 -39
- package/src/_modules/pipe/_collections/utils/pip-custom-pipe.util.ts +30 -30
- package/src/_modules/pipe/_collections/utils/pip-division-pipe.util.spec.ts +41 -41
- package/src/_modules/pipe/_collections/utils/pip-division-pipe.util.ts +36 -36
- package/src/_modules/pipe/_collections/utils/pip-json-pipe.util.spec.ts +62 -62
- package/src/_modules/pipe/_collections/utils/pip-json-pipe.util.ts +17 -17
- package/src/_modules/pipe/_collections/utils/pip-list-pipe.util.spec.ts +34 -34
- package/src/_modules/pipe/_collections/utils/pip-list-pipe.util.ts +25 -25
- package/src/_modules/pipe/_collections/utils/pip-multi-pipe-pipe.util.spec.ts +67 -67
- package/src/_modules/pipe/_collections/utils/pip-multi-pipe-pipe.util.ts +226 -226
- package/src/_modules/pipe/_collections/utils/pip-obj-key-pipe.util.spec.ts +28 -28
- package/src/_modules/pipe/_collections/utils/pip-obj-key-pipe.util.ts +21 -21
- package/src/_modules/pipe/_collections/utils/pip-range-pipe.util.spec.ts +59 -59
- package/src/_modules/pipe/_collections/utils/pip-range-pipe.util.ts +106 -106
- package/src/_modules/pipe/_collections/utils/pip-region-pipe.util.spec.ts +31 -31
- package/src/_modules/pipe/_collections/utils/pip-region-pipe.util.ts +35 -35
- package/src/_modules/pipe/_collections/utils/pip-replace-pipe.util.spec.ts +44 -44
- package/src/_modules/pipe/_collections/utils/pip-replace-pipe.util.ts +23 -23
- package/src/_modules/pipe/_collections/utils/pip-slider-pipe.util.spec.ts +21 -21
- package/src/_modules/pipe/_collections/utils/pip-slider-pipe.util.ts +33 -33
- package/src/_modules/pipe/_collections/utils/pip-smart-replace-pipe.util.spec.ts +62 -62
- package/src/_modules/pipe/_collections/utils/pip-smart-replace-pipe.util.ts +80 -80
- package/src/_modules/pipe/_enums/pip-range-pipe-setting.enum.ts +15 -15
- package/src/_modules/pipe/_enums/pip.enum.ts +65 -65
- package/src/_modules/pipe/_models/pip-multi-pipe-settings.type.ts +8 -8
- package/src/_modules/pipe/_models/pip-transforms.interface.ts +30 -30
- package/src/_modules/pipe/index.ts +30 -30
- package/src/_modules/security/_collections/stored-secret.util.spec.ts +81 -81
- package/src/_modules/security/_collections/stored-secret.util.ts +96 -96
- package/src/_modules/security/_models/stored-secret.control-model.ts +55 -55
- package/src/_modules/security/index.ts +9 -9
- package/src/_modules/socket/_enums/sck-event-key.enum.ts +21 -21
- package/src/_modules/socket/_models/sck-client-params.control-model.spec.ts +67 -67
- package/src/_modules/socket/_models/sck-client-params.control-model.ts +50 -50
- package/src/_modules/socket/_models/sck-socket-event.control-model.spec.ts +80 -57
- package/src/_modules/socket/_models/sck-socket-event.control-model.ts +181 -168
- package/src/_modules/socket/_services/sck-client.service-base.spec.ts +99 -99
- package/src/_modules/socket/_services/sck-client.service-base.ts +353 -353
- package/src/_modules/socket/index.ts +14 -14
- package/src/_modules/state-machine/_models/state-machine-config.interface.ts +19 -19
- package/src/_modules/state-machine/_models/state-machine-event.interface.ts +25 -25
- package/src/_modules/state-machine/_models/state-machine.control-model.spec.ts +314 -314
- package/src/_modules/state-machine/_models/state-machine.control-model.ts +298 -298
- package/src/_modules/state-machine/_models/state-transition-result.interface.ts +53 -53
- package/src/_modules/state-machine/_models/state-transition.interface.ts +30 -30
- package/src/_modules/state-machine/index.ts +6 -6
- package/src/_modules/test/_collections/tst-module-settings.const.ts +67 -67
- package/src/_modules/test/index.ts +5 -5
- package/src/_modules/usage/_collections/usg-module-settings.const.ts +33 -33
- package/src/_modules/usage/_models/usg-action.control-model.spec.ts +27 -27
- package/src/_modules/usage/_models/usg-action.control-model.ts +28 -28
- package/src/_modules/usage/_models/usg-daily-usage-data.control-model.spec.ts +36 -36
- package/src/_modules/usage/_models/usg-daily-usage-data.control-model.ts +35 -35
- package/src/_modules/usage/_models/usg-data.control-model.spec.ts +41 -41
- package/src/_modules/usage/_models/usg-data.control-model.ts +35 -35
- package/src/_modules/usage/_models/usg-session.data-model.spec.ts +97 -97
- package/src/_modules/usage/_models/usg-session.data-model.ts +72 -72
- package/src/_modules/usage/index.ts +11 -11
- package/src/index.ts +104 -104
- package/tsconfig.app.json +12 -12
- package/tsconfig.json +31 -31
- package/tsconfig.test.json +16 -16
- package/tslint.json +153 -153
- package/__documentations/2026-05-17-oai-compatible-providers-howto.md +0 -282
- package/__documentations/2026-06-01-fr047-fc-foundation.md +0 -48
- package/__documentations/2026-06-01-fr047-fr048-code-review.md +0 -153
- package/__documentations/2026-06-01-fr047-p1-function-calling-vocabulary.md +0 -75
- package/__documentations/2026-06-05-secret-mask-url-cred-any-scheme.md +0 -37
- package/__documentations/2026-06-06-ngx-models-merge-completion.md +0 -100
- package/__documentations/2026-06-22-dyfm-error-extends-error.md +0 -109
- package/__documentations/plans/00-MASTER-ngx-models-fsm-merge.md +0 -75
- package/__documentations/plans/01-naming-convention-DyNM-to-DyFM.md +0 -103
- package/__documentations/plans/02-consumer-rollout.md +0 -84
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DyFM_Msg_ParticipantRole = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Participant Role Enum
|
|
6
|
-
* Defines the role of a participant in a conversation
|
|
7
|
-
*/
|
|
8
|
-
var DyFM_Msg_ParticipantRole;
|
|
9
|
-
(function (DyFM_Msg_ParticipantRole) {
|
|
10
|
-
/** Conversation owner/creator */
|
|
11
|
-
DyFM_Msg_ParticipantRole["owner"] = "owner";
|
|
12
|
-
/** Administrator with full permissions */
|
|
13
|
-
DyFM_Msg_ParticipantRole["admin"] = "admin";
|
|
14
|
-
/** Regular participant */
|
|
15
|
-
DyFM_Msg_ParticipantRole["member"] = "member";
|
|
16
|
-
/** AI Assistant participant */
|
|
17
|
-
DyFM_Msg_ParticipantRole["assistant"] = "assistant";
|
|
18
|
-
/** AI Agent participant */
|
|
19
|
-
DyFM_Msg_ParticipantRole["agent"] = "agent";
|
|
20
|
-
})(DyFM_Msg_ParticipantRole || (exports.DyFM_Msg_ParticipantRole = DyFM_Msg_ParticipantRole = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DyFM_Msg_ParticipantRole = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Participant Role Enum
|
|
6
|
+
* Defines the role of a participant in a conversation
|
|
7
|
+
*/
|
|
8
|
+
var DyFM_Msg_ParticipantRole;
|
|
9
|
+
(function (DyFM_Msg_ParticipantRole) {
|
|
10
|
+
/** Conversation owner/creator */
|
|
11
|
+
DyFM_Msg_ParticipantRole["owner"] = "owner";
|
|
12
|
+
/** Administrator with full permissions */
|
|
13
|
+
DyFM_Msg_ParticipantRole["admin"] = "admin";
|
|
14
|
+
/** Regular participant */
|
|
15
|
+
DyFM_Msg_ParticipantRole["member"] = "member";
|
|
16
|
+
/** AI Assistant participant */
|
|
17
|
+
DyFM_Msg_ParticipantRole["assistant"] = "assistant";
|
|
18
|
+
/** AI Agent participant */
|
|
19
|
+
DyFM_Msg_ParticipantRole["agent"] = "agent";
|
|
20
|
+
})(DyFM_Msg_ParticipantRole || (exports.DyFM_Msg_ParticipantRole = DyFM_Msg_ParticipantRole = {}));
|
|
21
21
|
//# sourceMappingURL=msg-participant-role.enum.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare enum DyFM_Msg_Provider_Type {
|
|
2
|
-
discord = "discord",
|
|
3
|
-
slack = "slack",
|
|
4
|
-
teams = "teams",
|
|
5
|
-
dynamo = "dynamo",
|
|
6
|
-
custom = "custom"
|
|
7
|
-
}
|
|
1
|
+
export declare enum DyFM_Msg_Provider_Type {
|
|
2
|
+
discord = "discord",
|
|
3
|
+
slack = "slack",
|
|
4
|
+
teams = "teams",
|
|
5
|
+
dynamo = "dynamo",
|
|
6
|
+
custom = "custom"
|
|
7
|
+
}
|
|
8
8
|
//# sourceMappingURL=msg-provider-type.enum.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DyFM_Msg_Provider_Type = void 0;
|
|
4
|
-
var DyFM_Msg_Provider_Type;
|
|
5
|
-
(function (DyFM_Msg_Provider_Type) {
|
|
6
|
-
DyFM_Msg_Provider_Type["discord"] = "discord";
|
|
7
|
-
DyFM_Msg_Provider_Type["slack"] = "slack";
|
|
8
|
-
DyFM_Msg_Provider_Type["teams"] = "teams";
|
|
9
|
-
DyFM_Msg_Provider_Type["dynamo"] = "dynamo";
|
|
10
|
-
DyFM_Msg_Provider_Type["custom"] = "custom";
|
|
11
|
-
})(DyFM_Msg_Provider_Type || (exports.DyFM_Msg_Provider_Type = DyFM_Msg_Provider_Type = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DyFM_Msg_Provider_Type = void 0;
|
|
4
|
+
var DyFM_Msg_Provider_Type;
|
|
5
|
+
(function (DyFM_Msg_Provider_Type) {
|
|
6
|
+
DyFM_Msg_Provider_Type["discord"] = "discord";
|
|
7
|
+
DyFM_Msg_Provider_Type["slack"] = "slack";
|
|
8
|
+
DyFM_Msg_Provider_Type["teams"] = "teams";
|
|
9
|
+
DyFM_Msg_Provider_Type["dynamo"] = "dynamo";
|
|
10
|
+
DyFM_Msg_Provider_Type["custom"] = "custom";
|
|
11
|
+
})(DyFM_Msg_Provider_Type || (exports.DyFM_Msg_Provider_Type = DyFM_Msg_Provider_Type = {}));
|
|
12
12
|
//# sourceMappingURL=msg-provider-type.enum.js.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Message Status Enum
|
|
3
|
-
* Tracks the delivery and read status of messages
|
|
4
|
-
*/
|
|
5
|
-
export declare enum DyFM_Msg_Status {
|
|
6
|
-
/** Message is being composed, not yet sent */
|
|
7
|
-
draft = "draft",
|
|
8
|
-
/** Message is in the process of being sent */
|
|
9
|
-
sending = "sending",
|
|
10
|
-
/** Message has been sent successfully */
|
|
11
|
-
sent = "sent",
|
|
12
|
-
/** Message has been delivered to recipient(s) */
|
|
13
|
-
delivered = "delivered",
|
|
14
|
-
/** Message has been read by recipient(s) */
|
|
15
|
-
read = "read",
|
|
16
|
-
/** Message failed to send */
|
|
17
|
-
failed = "failed",
|
|
18
|
-
/** Message has been deleted (soft delete) */
|
|
19
|
-
deleted = "deleted"
|
|
20
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Message Status Enum
|
|
3
|
+
* Tracks the delivery and read status of messages
|
|
4
|
+
*/
|
|
5
|
+
export declare enum DyFM_Msg_Status {
|
|
6
|
+
/** Message is being composed, not yet sent */
|
|
7
|
+
draft = "draft",
|
|
8
|
+
/** Message is in the process of being sent */
|
|
9
|
+
sending = "sending",
|
|
10
|
+
/** Message has been sent successfully */
|
|
11
|
+
sent = "sent",
|
|
12
|
+
/** Message has been delivered to recipient(s) */
|
|
13
|
+
delivered = "delivered",
|
|
14
|
+
/** Message has been read by recipient(s) */
|
|
15
|
+
read = "read",
|
|
16
|
+
/** Message failed to send */
|
|
17
|
+
failed = "failed",
|
|
18
|
+
/** Message has been deleted (soft delete) */
|
|
19
|
+
deleted = "deleted"
|
|
20
|
+
}
|
|
21
21
|
//# sourceMappingURL=msg-status.enum.d.ts.map
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DyFM_Msg_Status = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Message Status Enum
|
|
6
|
-
* Tracks the delivery and read status of messages
|
|
7
|
-
*/
|
|
8
|
-
var DyFM_Msg_Status;
|
|
9
|
-
(function (DyFM_Msg_Status) {
|
|
10
|
-
/** Message is being composed, not yet sent */
|
|
11
|
-
DyFM_Msg_Status["draft"] = "draft";
|
|
12
|
-
/** Message is in the process of being sent */
|
|
13
|
-
DyFM_Msg_Status["sending"] = "sending";
|
|
14
|
-
/** Message has been sent successfully */
|
|
15
|
-
DyFM_Msg_Status["sent"] = "sent";
|
|
16
|
-
/** Message has been delivered to recipient(s) */
|
|
17
|
-
DyFM_Msg_Status["delivered"] = "delivered";
|
|
18
|
-
/** Message has been read by recipient(s) */
|
|
19
|
-
DyFM_Msg_Status["read"] = "read";
|
|
20
|
-
/** Message failed to send */
|
|
21
|
-
DyFM_Msg_Status["failed"] = "failed";
|
|
22
|
-
/** Message has been deleted (soft delete) */
|
|
23
|
-
DyFM_Msg_Status["deleted"] = "deleted";
|
|
24
|
-
})(DyFM_Msg_Status || (exports.DyFM_Msg_Status = DyFM_Msg_Status = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DyFM_Msg_Status = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Message Status Enum
|
|
6
|
+
* Tracks the delivery and read status of messages
|
|
7
|
+
*/
|
|
8
|
+
var DyFM_Msg_Status;
|
|
9
|
+
(function (DyFM_Msg_Status) {
|
|
10
|
+
/** Message is being composed, not yet sent */
|
|
11
|
+
DyFM_Msg_Status["draft"] = "draft";
|
|
12
|
+
/** Message is in the process of being sent */
|
|
13
|
+
DyFM_Msg_Status["sending"] = "sending";
|
|
14
|
+
/** Message has been sent successfully */
|
|
15
|
+
DyFM_Msg_Status["sent"] = "sent";
|
|
16
|
+
/** Message has been delivered to recipient(s) */
|
|
17
|
+
DyFM_Msg_Status["delivered"] = "delivered";
|
|
18
|
+
/** Message has been read by recipient(s) */
|
|
19
|
+
DyFM_Msg_Status["read"] = "read";
|
|
20
|
+
/** Message failed to send */
|
|
21
|
+
DyFM_Msg_Status["failed"] = "failed";
|
|
22
|
+
/** Message has been deleted (soft delete) */
|
|
23
|
+
DyFM_Msg_Status["deleted"] = "deleted";
|
|
24
|
+
})(DyFM_Msg_Status || (exports.DyFM_Msg_Status = DyFM_Msg_Status = {}));
|
|
25
25
|
//# sourceMappingURL=msg-status.enum.js.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Message Type Enum
|
|
3
|
-
* Defines the type of message being sent/received
|
|
4
|
-
*/
|
|
5
|
-
export declare enum DyFM_Msg_Type {
|
|
6
|
-
/** Regular text message between users */
|
|
7
|
-
text = "text",
|
|
8
|
-
/** Message from one user to another user */
|
|
9
|
-
userToUser = "user-to-user",
|
|
10
|
-
/** Message from user to AI assistant/agent */
|
|
11
|
-
userToAi = "user-to-ai",
|
|
12
|
-
/** Message from AI assistant/agent to user */
|
|
13
|
-
aiToUser = "ai-to-user",
|
|
14
|
-
/** System-generated message (notifications, status updates) */
|
|
15
|
-
system = "system",
|
|
16
|
-
/** Agent process message with reasoning/tool usage */
|
|
17
|
-
agentProcess = "agent-process"
|
|
18
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Message Type Enum
|
|
3
|
+
* Defines the type of message being sent/received
|
|
4
|
+
*/
|
|
5
|
+
export declare enum DyFM_Msg_Type {
|
|
6
|
+
/** Regular text message between users */
|
|
7
|
+
text = "text",
|
|
8
|
+
/** Message from one user to another user */
|
|
9
|
+
userToUser = "user-to-user",
|
|
10
|
+
/** Message from user to AI assistant/agent */
|
|
11
|
+
userToAi = "user-to-ai",
|
|
12
|
+
/** Message from AI assistant/agent to user */
|
|
13
|
+
aiToUser = "ai-to-user",
|
|
14
|
+
/** System-generated message (notifications, status updates) */
|
|
15
|
+
system = "system",
|
|
16
|
+
/** Agent process message with reasoning/tool usage */
|
|
17
|
+
agentProcess = "agent-process"
|
|
18
|
+
}
|
|
19
19
|
//# sourceMappingURL=msg-type.enum.d.ts.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DyFM_Msg_Type = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Message Type Enum
|
|
6
|
-
* Defines the type of message being sent/received
|
|
7
|
-
*/
|
|
8
|
-
var DyFM_Msg_Type;
|
|
9
|
-
(function (DyFM_Msg_Type) {
|
|
10
|
-
/** Regular text message between users */
|
|
11
|
-
DyFM_Msg_Type["text"] = "text";
|
|
12
|
-
/** Message from one user to another user */
|
|
13
|
-
DyFM_Msg_Type["userToUser"] = "user-to-user";
|
|
14
|
-
/** Message from user to AI assistant/agent */
|
|
15
|
-
DyFM_Msg_Type["userToAi"] = "user-to-ai";
|
|
16
|
-
/** Message from AI assistant/agent to user */
|
|
17
|
-
DyFM_Msg_Type["aiToUser"] = "ai-to-user";
|
|
18
|
-
/** System-generated message (notifications, status updates) */
|
|
19
|
-
DyFM_Msg_Type["system"] = "system";
|
|
20
|
-
/** Agent process message with reasoning/tool usage */
|
|
21
|
-
DyFM_Msg_Type["agentProcess"] = "agent-process";
|
|
22
|
-
})(DyFM_Msg_Type || (exports.DyFM_Msg_Type = DyFM_Msg_Type = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DyFM_Msg_Type = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Message Type Enum
|
|
6
|
+
* Defines the type of message being sent/received
|
|
7
|
+
*/
|
|
8
|
+
var DyFM_Msg_Type;
|
|
9
|
+
(function (DyFM_Msg_Type) {
|
|
10
|
+
/** Regular text message between users */
|
|
11
|
+
DyFM_Msg_Type["text"] = "text";
|
|
12
|
+
/** Message from one user to another user */
|
|
13
|
+
DyFM_Msg_Type["userToUser"] = "user-to-user";
|
|
14
|
+
/** Message from user to AI assistant/agent */
|
|
15
|
+
DyFM_Msg_Type["userToAi"] = "user-to-ai";
|
|
16
|
+
/** Message from AI assistant/agent to user */
|
|
17
|
+
DyFM_Msg_Type["aiToUser"] = "ai-to-user";
|
|
18
|
+
/** System-generated message (notifications, status updates) */
|
|
19
|
+
DyFM_Msg_Type["system"] = "system";
|
|
20
|
+
/** Agent process message with reasoning/tool usage */
|
|
21
|
+
DyFM_Msg_Type["agentProcess"] = "agent-process";
|
|
22
|
+
})(DyFM_Msg_Type || (exports.DyFM_Msg_Type = DyFM_Msg_Type = {}));
|
|
23
23
|
//# sourceMappingURL=msg-type.enum.js.map
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { DyFM_Msg_AttachmentType } from '../_enums/msg-attachment-type.enum';
|
|
2
|
-
/**
|
|
3
|
-
* Message Attachment Interface
|
|
4
|
-
* Represents files, images, or other media attached to a message
|
|
5
|
-
*/
|
|
6
|
-
export interface DyFM_Msg_Attachment {
|
|
7
|
-
/** Unique attachment ID */
|
|
8
|
-
id: string;
|
|
9
|
-
/** Attachment type */
|
|
10
|
-
type: DyFM_Msg_AttachmentType;
|
|
11
|
-
/** File name */
|
|
12
|
-
filename: string;
|
|
13
|
-
/** MIME type */
|
|
14
|
-
mimeType: string;
|
|
15
|
-
/** File size in bytes */
|
|
16
|
-
size: number;
|
|
17
|
-
/** URL to access the file */
|
|
18
|
-
url: string;
|
|
19
|
-
/** Thumbnail URL (for images/videos) */
|
|
20
|
-
thumbnailUrl?: string;
|
|
21
|
-
/** Width (for images/videos) */
|
|
22
|
-
width?: number;
|
|
23
|
-
/** Height (for images/videos) */
|
|
24
|
-
height?: number;
|
|
25
|
-
/** Duration in seconds (for audio/video) */
|
|
26
|
-
duration?: number;
|
|
27
|
-
/** Alt text for accessibility */
|
|
28
|
-
altText?: string;
|
|
29
|
-
/** Upload timestamp */
|
|
30
|
-
uploadedAt: Date;
|
|
31
|
-
/** Uploader user ID */
|
|
32
|
-
uploadedBy: string;
|
|
33
|
-
}
|
|
1
|
+
import { DyFM_Msg_AttachmentType } from '../_enums/msg-attachment-type.enum';
|
|
2
|
+
/**
|
|
3
|
+
* Message Attachment Interface
|
|
4
|
+
* Represents files, images, or other media attached to a message
|
|
5
|
+
*/
|
|
6
|
+
export interface DyFM_Msg_Attachment {
|
|
7
|
+
/** Unique attachment ID */
|
|
8
|
+
id: string;
|
|
9
|
+
/** Attachment type */
|
|
10
|
+
type: DyFM_Msg_AttachmentType;
|
|
11
|
+
/** File name */
|
|
12
|
+
filename: string;
|
|
13
|
+
/** MIME type */
|
|
14
|
+
mimeType: string;
|
|
15
|
+
/** File size in bytes */
|
|
16
|
+
size: number;
|
|
17
|
+
/** URL to access the file */
|
|
18
|
+
url: string;
|
|
19
|
+
/** Thumbnail URL (for images/videos) */
|
|
20
|
+
thumbnailUrl?: string;
|
|
21
|
+
/** Width (for images/videos) */
|
|
22
|
+
width?: number;
|
|
23
|
+
/** Height (for images/videos) */
|
|
24
|
+
height?: number;
|
|
25
|
+
/** Duration in seconds (for audio/video) */
|
|
26
|
+
duration?: number;
|
|
27
|
+
/** Alt text for accessibility */
|
|
28
|
+
altText?: string;
|
|
29
|
+
/** Upload timestamp */
|
|
30
|
+
uploadedAt: Date;
|
|
31
|
+
/** Uploader user ID */
|
|
32
|
+
uploadedBy: string;
|
|
33
|
+
}
|
|
34
34
|
//# sourceMappingURL=msg-attachment.interface.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=msg-attachment.interface.js.map
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { DyFM_Metadata } from '../../../_models/data-models/metadata.data-model';
|
|
2
|
-
import { DyFM_DataModel_Params } from '../../../_models/control-models/data-model-params.control-model';
|
|
3
|
-
import { DyFM_Msg_ConversationType } from '../_enums/msg-conversation-type.enum';
|
|
4
|
-
import { DyFM_Msg_Participant } from './msg-participant.interface';
|
|
5
|
-
/**
|
|
6
|
-
* Conversation/chat container.
|
|
7
|
-
* Groups messages together for user-user, user-AI, or group chats.
|
|
8
|
-
*/
|
|
9
|
-
export declare class DyFM_Msg_Conversation extends DyFM_Metadata {
|
|
10
|
-
title?: string;
|
|
11
|
-
type: DyFM_Msg_ConversationType;
|
|
12
|
-
participants: DyFM_Msg_Participant[];
|
|
13
|
-
lastMessageId?: string;
|
|
14
|
-
lastMessageAt?: Date;
|
|
15
|
-
lastMessagePreview?: string;
|
|
16
|
-
isArchived?: boolean;
|
|
17
|
-
isMuted?: boolean;
|
|
18
|
-
isPinned?: boolean;
|
|
19
|
-
platformSource?: string;
|
|
20
|
-
platformChannelId?: string;
|
|
21
|
-
platformChannelName?: string;
|
|
22
|
-
aiProvider?: string;
|
|
23
|
-
aiModel?: string;
|
|
24
|
-
systemPrompt?: string;
|
|
25
|
-
messageCount?: number;
|
|
26
|
-
unreadCount?: number;
|
|
27
|
-
constructor(set?: DyFM_Msg_Conversation);
|
|
28
|
-
}
|
|
29
|
-
export declare const DyFM_msgConversation_dataParams: DyFM_DataModel_Params<DyFM_Msg_Conversation>;
|
|
1
|
+
import { DyFM_Metadata } from '../../../_models/data-models/metadata.data-model';
|
|
2
|
+
import { DyFM_DataModel_Params } from '../../../_models/control-models/data-model-params.control-model';
|
|
3
|
+
import { DyFM_Msg_ConversationType } from '../_enums/msg-conversation-type.enum';
|
|
4
|
+
import { DyFM_Msg_Participant } from './msg-participant.interface';
|
|
5
|
+
/**
|
|
6
|
+
* Conversation/chat container.
|
|
7
|
+
* Groups messages together for user-user, user-AI, or group chats.
|
|
8
|
+
*/
|
|
9
|
+
export declare class DyFM_Msg_Conversation extends DyFM_Metadata {
|
|
10
|
+
title?: string;
|
|
11
|
+
type: DyFM_Msg_ConversationType;
|
|
12
|
+
participants: DyFM_Msg_Participant[];
|
|
13
|
+
lastMessageId?: string;
|
|
14
|
+
lastMessageAt?: Date;
|
|
15
|
+
lastMessagePreview?: string;
|
|
16
|
+
isArchived?: boolean;
|
|
17
|
+
isMuted?: boolean;
|
|
18
|
+
isPinned?: boolean;
|
|
19
|
+
platformSource?: string;
|
|
20
|
+
platformChannelId?: string;
|
|
21
|
+
platformChannelName?: string;
|
|
22
|
+
aiProvider?: string;
|
|
23
|
+
aiModel?: string;
|
|
24
|
+
systemPrompt?: string;
|
|
25
|
+
messageCount?: number;
|
|
26
|
+
unreadCount?: number;
|
|
27
|
+
constructor(set?: DyFM_Msg_Conversation);
|
|
28
|
+
}
|
|
29
|
+
export declare const DyFM_msgConversation_dataParams: DyFM_DataModel_Params<DyFM_Msg_Conversation>;
|
|
30
30
|
//# sourceMappingURL=msg-conversation.data-model.d.ts.map
|
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DyFM_msgConversation_dataParams = exports.DyFM_Msg_Conversation = void 0;
|
|
4
|
-
const metadata_data_model_1 = require("../../../_models/data-models/metadata.data-model");
|
|
5
|
-
const data_model_params_control_model_1 = require("../../../_models/control-models/data-model-params.control-model");
|
|
6
|
-
/**
|
|
7
|
-
* Conversation/chat container.
|
|
8
|
-
* Groups messages together for user-user, user-AI, or group chats.
|
|
9
|
-
*/
|
|
10
|
-
class DyFM_Msg_Conversation extends metadata_data_model_1.DyFM_Metadata {
|
|
11
|
-
title;
|
|
12
|
-
type;
|
|
13
|
-
// Participants
|
|
14
|
-
participants;
|
|
15
|
-
// Last Activity
|
|
16
|
-
lastMessageId;
|
|
17
|
-
lastMessageAt;
|
|
18
|
-
lastMessagePreview;
|
|
19
|
-
// Settings
|
|
20
|
-
isArchived;
|
|
21
|
-
isMuted;
|
|
22
|
-
isPinned;
|
|
23
|
-
// Platform Integration
|
|
24
|
-
platformSource;
|
|
25
|
-
platformChannelId;
|
|
26
|
-
platformChannelName;
|
|
27
|
-
// AI-Specific Settings
|
|
28
|
-
aiProvider;
|
|
29
|
-
aiModel;
|
|
30
|
-
systemPrompt;
|
|
31
|
-
// Metadata
|
|
32
|
-
messageCount;
|
|
33
|
-
unreadCount;
|
|
34
|
-
constructor(set) {
|
|
35
|
-
super(set);
|
|
36
|
-
if (set) {
|
|
37
|
-
Object.assign(this, set);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
exports.DyFM_Msg_Conversation = DyFM_Msg_Conversation;
|
|
42
|
-
exports.DyFM_msgConversation_dataParams = new data_model_params_control_model_1.DyFM_DataModel_Params({
|
|
43
|
-
dataName: 'msg_conversation',
|
|
44
|
-
properties: {
|
|
45
|
-
title: { key: 'title', type: 'string' },
|
|
46
|
-
type: { key: 'type', type: 'string',
|
|
47
|
-
required: true, index: true,
|
|
48
|
-
},
|
|
49
|
-
participants: {
|
|
50
|
-
key: 'participants', type: 'DyFM_Msg_Participant[]',
|
|
51
|
-
required: true,
|
|
52
|
-
subObjectParams: {
|
|
53
|
-
userId: { key: 'userId', type: 'string' },
|
|
54
|
-
role: { key: 'role', type: 'string' },
|
|
55
|
-
joinedAt: { key: 'joinedAt', type: 'Date' },
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
lastMessageId: { key: 'lastMessageId', type: 'string' },
|
|
59
|
-
lastMessageAt: { key: 'lastMessageAt', type: 'Date',
|
|
60
|
-
index: true,
|
|
61
|
-
},
|
|
62
|
-
lastMessagePreview: { key: 'lastMessagePreview', type: 'string' },
|
|
63
|
-
isArchived: { key: 'isArchived', type: 'boolean',
|
|
64
|
-
},
|
|
65
|
-
isMuted: { key: 'isMuted', type: 'boolean' },
|
|
66
|
-
isPinned: { key: 'isPinned', type: 'boolean',
|
|
67
|
-
},
|
|
68
|
-
platformSource: { key: 'platformSource', type: 'string',
|
|
69
|
-
index: true,
|
|
70
|
-
},
|
|
71
|
-
platformChannelId: { key: 'platformChannelId', type: 'string',
|
|
72
|
-
index: true,
|
|
73
|
-
},
|
|
74
|
-
platformChannelName: { key: 'platformChannelName', type: 'string' },
|
|
75
|
-
aiProvider: { key: 'aiProvider', type: 'string' },
|
|
76
|
-
aiModel: { key: 'aiModel', type: 'string' },
|
|
77
|
-
systemPrompt: { key: 'systemPrompt', type: 'string' },
|
|
78
|
-
messageCount: { key: 'messageCount', type: 'number' },
|
|
79
|
-
unreadCount: { key: 'unreadCount', type: 'number' },
|
|
80
|
-
},
|
|
81
|
-
});
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DyFM_msgConversation_dataParams = exports.DyFM_Msg_Conversation = void 0;
|
|
4
|
+
const metadata_data_model_1 = require("../../../_models/data-models/metadata.data-model");
|
|
5
|
+
const data_model_params_control_model_1 = require("../../../_models/control-models/data-model-params.control-model");
|
|
6
|
+
/**
|
|
7
|
+
* Conversation/chat container.
|
|
8
|
+
* Groups messages together for user-user, user-AI, or group chats.
|
|
9
|
+
*/
|
|
10
|
+
class DyFM_Msg_Conversation extends metadata_data_model_1.DyFM_Metadata {
|
|
11
|
+
title;
|
|
12
|
+
type;
|
|
13
|
+
// Participants
|
|
14
|
+
participants;
|
|
15
|
+
// Last Activity
|
|
16
|
+
lastMessageId;
|
|
17
|
+
lastMessageAt;
|
|
18
|
+
lastMessagePreview;
|
|
19
|
+
// Settings
|
|
20
|
+
isArchived;
|
|
21
|
+
isMuted;
|
|
22
|
+
isPinned;
|
|
23
|
+
// Platform Integration
|
|
24
|
+
platformSource;
|
|
25
|
+
platformChannelId;
|
|
26
|
+
platformChannelName;
|
|
27
|
+
// AI-Specific Settings
|
|
28
|
+
aiProvider;
|
|
29
|
+
aiModel;
|
|
30
|
+
systemPrompt;
|
|
31
|
+
// Metadata
|
|
32
|
+
messageCount;
|
|
33
|
+
unreadCount;
|
|
34
|
+
constructor(set) {
|
|
35
|
+
super(set);
|
|
36
|
+
if (set) {
|
|
37
|
+
Object.assign(this, set);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
exports.DyFM_Msg_Conversation = DyFM_Msg_Conversation;
|
|
42
|
+
exports.DyFM_msgConversation_dataParams = new data_model_params_control_model_1.DyFM_DataModel_Params({
|
|
43
|
+
dataName: 'msg_conversation',
|
|
44
|
+
properties: {
|
|
45
|
+
title: { key: 'title', type: 'string' },
|
|
46
|
+
type: { key: 'type', type: 'string',
|
|
47
|
+
required: true, index: true,
|
|
48
|
+
},
|
|
49
|
+
participants: {
|
|
50
|
+
key: 'participants', type: 'DyFM_Msg_Participant[]',
|
|
51
|
+
required: true,
|
|
52
|
+
subObjectParams: {
|
|
53
|
+
userId: { key: 'userId', type: 'string' },
|
|
54
|
+
role: { key: 'role', type: 'string' },
|
|
55
|
+
joinedAt: { key: 'joinedAt', type: 'Date' },
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
lastMessageId: { key: 'lastMessageId', type: 'string' },
|
|
59
|
+
lastMessageAt: { key: 'lastMessageAt', type: 'Date',
|
|
60
|
+
index: true,
|
|
61
|
+
},
|
|
62
|
+
lastMessagePreview: { key: 'lastMessagePreview', type: 'string' },
|
|
63
|
+
isArchived: { key: 'isArchived', type: 'boolean',
|
|
64
|
+
},
|
|
65
|
+
isMuted: { key: 'isMuted', type: 'boolean' },
|
|
66
|
+
isPinned: { key: 'isPinned', type: 'boolean',
|
|
67
|
+
},
|
|
68
|
+
platformSource: { key: 'platformSource', type: 'string',
|
|
69
|
+
index: true,
|
|
70
|
+
},
|
|
71
|
+
platformChannelId: { key: 'platformChannelId', type: 'string',
|
|
72
|
+
index: true,
|
|
73
|
+
},
|
|
74
|
+
platformChannelName: { key: 'platformChannelName', type: 'string' },
|
|
75
|
+
aiProvider: { key: 'aiProvider', type: 'string' },
|
|
76
|
+
aiModel: { key: 'aiModel', type: 'string' },
|
|
77
|
+
systemPrompt: { key: 'systemPrompt', type: 'string' },
|
|
78
|
+
messageCount: { key: 'messageCount', type: 'number' },
|
|
79
|
+
unreadCount: { key: 'unreadCount', type: 'number' },
|
|
80
|
+
},
|
|
81
|
+
});
|
|
82
82
|
//# sourceMappingURL=msg-conversation.data-model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"msg-conversation.data-model.spec.d.ts","sourceRoot":"","sources":["../../../../src/_modules/messaging/_models/msg-conversation.data-model.spec.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const msg_conversation_data_model_1 = require("./msg-conversation.data-model");
|
|
4
|
+
const msg_conversation_type_enum_1 = require("../_enums/msg-conversation-type.enum");
|
|
5
|
+
const msg_participant_role_enum_1 = require("../_enums/msg-participant-role.enum");
|
|
6
|
+
describe('| DyFM_Msg_Conversation', () => {
|
|
7
|
+
it('| should create an instance without initial data', () => {
|
|
8
|
+
const conversation = new msg_conversation_data_model_1.DyFM_Msg_Conversation();
|
|
9
|
+
expect(conversation).toBeTruthy();
|
|
10
|
+
expect(conversation.__created).toBeInstanceOf(Date);
|
|
11
|
+
expect(conversation.__lastModified).toBeInstanceOf(Date);
|
|
12
|
+
});
|
|
13
|
+
it('| should create an instance with initial data', () => {
|
|
14
|
+
const participants = [
|
|
15
|
+
{ userId: 'user1', role: msg_participant_role_enum_1.DyFM_Msg_ParticipantRole.owner, joinedAt: new Date() },
|
|
16
|
+
{ userId: 'user2', role: msg_participant_role_enum_1.DyFM_Msg_ParticipantRole.member, joinedAt: new Date() },
|
|
17
|
+
];
|
|
18
|
+
const initialData = {
|
|
19
|
+
title: 'Test Conversation',
|
|
20
|
+
type: msg_conversation_type_enum_1.DyFM_Msg_ConversationType.direct,
|
|
21
|
+
participants: participants,
|
|
22
|
+
lastMessageId: 'msg1',
|
|
23
|
+
lastMessageAt: new Date('2023-01-01'),
|
|
24
|
+
lastMessagePreview: 'Hello world',
|
|
25
|
+
isArchived: false,
|
|
26
|
+
isMuted: false,
|
|
27
|
+
isPinned: true,
|
|
28
|
+
platformSource: 'test',
|
|
29
|
+
platformChannelId: 'channel1',
|
|
30
|
+
platformChannelName: 'Test Channel',
|
|
31
|
+
aiProvider: 'openai',
|
|
32
|
+
aiModel: 'gpt-4',
|
|
33
|
+
systemPrompt: 'You are a helpful assistant',
|
|
34
|
+
messageCount: 10,
|
|
35
|
+
unreadCount: 2,
|
|
36
|
+
};
|
|
37
|
+
const conversation = new msg_conversation_data_model_1.DyFM_Msg_Conversation(initialData);
|
|
38
|
+
expect(conversation.title).toBe('Test Conversation');
|
|
39
|
+
expect(conversation.type).toBe(msg_conversation_type_enum_1.DyFM_Msg_ConversationType.direct);
|
|
40
|
+
expect(conversation.participants).toEqual(participants);
|
|
41
|
+
expect(conversation.lastMessageId).toBe('msg1');
|
|
42
|
+
expect(conversation.lastMessageAt).toEqual(new Date('2023-01-01'));
|
|
43
|
+
expect(conversation.lastMessagePreview).toBe('Hello world');
|
|
44
|
+
expect(conversation.isArchived).toBe(false);
|
|
45
|
+
expect(conversation.isMuted).toBe(false);
|
|
46
|
+
expect(conversation.isPinned).toBe(true);
|
|
47
|
+
expect(conversation.platformSource).toBe('test');
|
|
48
|
+
expect(conversation.platformChannelId).toBe('channel1');
|
|
49
|
+
expect(conversation.platformChannelName).toBe('Test Channel');
|
|
50
|
+
expect(conversation.aiProvider).toBe('openai');
|
|
51
|
+
expect(conversation.aiModel).toBe('gpt-4');
|
|
52
|
+
expect(conversation.systemPrompt).toBe('You are a helpful assistant');
|
|
53
|
+
expect(conversation.messageCount).toBe(10);
|
|
54
|
+
expect(conversation.unreadCount).toBe(2);
|
|
55
|
+
});
|
|
56
|
+
it('| should have dataParams defined', () => {
|
|
57
|
+
const { DyFM_msgConversation_dataParams } = require('./msg-conversation.data-model');
|
|
58
|
+
expect(DyFM_msgConversation_dataParams).toBeTruthy();
|
|
59
|
+
expect(DyFM_msgConversation_dataParams.dataName).toBe('msg_conversation');
|
|
60
|
+
});
|
|
61
|
+
});
|
|
62
|
+
//# sourceMappingURL=msg-conversation.data-model.spec.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"msg-conversation.data-model.spec.js","sourceRoot":"","sources":["../../../../src/_modules/messaging/_models/msg-conversation.data-model.spec.ts"],"names":[],"mappings":";;AAAA,+EAAsE;AACtE,qFAAiF;AAEjF,mFAA+E;AAE/E,QAAQ,CAAC,yBAAyB,EAAE,GAAS,EAAE;IAC7C,EAAE,CAAC,kDAAkD,EAAE,GAAS,EAAE;QAChE,MAAM,YAAY,GAAG,IAAI,mDAAqB,EAAE,CAAC;QAEjD,MAAM,CAAC,YAAY,CAAC,CAAC,UAAU,EAAE,CAAC;QAClC,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;QACpD,MAAM,CAAC,YAAY,CAAC,cAAc,CAAC,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;IAC3D,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,+CAA+C,EAAE,GAAS,EAAE;QAC7D,MAAM,YAAY,GAA2B;YAC3C,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,oDAAwB,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,IAAI,EAAE,EAAE;YAC/E,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,oDAAwB,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,IAAI,EAAE,EAAE;SACjF,CAAC;QAEF,MAAM,WAAW,GAA0B;YACzC,KAAK,EAAE,mBAAmB;YAC1B,IAAI,EAAE,sDAAyB,CAAC,MAAM;YACtC,YAAY,EAAE,YAAY;YAC1B,aAAa,EAAE,MAAM;YACrB,aAAa,EAAE,IAAI,IAAI,CAAC,YAAY,CAAC;YACrC,kBAAkB,EAAE,aAAa;YACjC,UAAU,EAAE,KAAK;YACjB,OAAO,EAAE,KAAK;YACd,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,MAAM;YACtB,iBAAiB,EAAE,UAAU;YAC7B,mBAAmB,EAAE,cAAc;YACnC,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,OAAO;YAChB,YAAY,EAAE,6BAA6B;YAC3C,YAAY,EAAE,EAAE;YAChB,WAAW,EAAE,CAAC;SACf,CAAC;QAEF,MAAM,YAAY,GAAG,IAAI,mDAAqB,CAAC,WAAW,CAAC,CAAC;QAE5D,MAAM,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QACrD,MAAM,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,sDAAyB,CAAC,MAAM,CAAC,CAAC;QACjE,MAAM,CAAC,YAAY,CAAC,YAAY,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;QACxD,MAAM,CAAC,YAAY,CAAC,aAAa,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAChD,MAAM,CAAC,YAAY,CAAC,aAAa,CAAC,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACnE,MAAM,CAAC,YAAY,CAAC,kBAAkB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAC5D,MAAM,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC5C,MAAM,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QACzC,MAAM,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACzC,MAAM,CAAC,YAAY,CAAC,cAAc,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACjD,MAAM,CAAC,YAAY,CAAC,iBAAiB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QACxD,MAAM,CAAC,YAAY,CAAC,mBAAmB,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC9D,MAAM,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC/C,MAAM,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC3C,MAAM,CAAC,YAAY,CAAC,YAAY,CAAC,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC;QACtE,MAAM,CAAC,YAAY,CAAC,YAAY,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QAC3C,MAAM,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAC3C,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,kCAAkC,EAAE,GAAS,EAAE;QAChD,MAAM,EAAE,+BAA+B,EAAE,GAAG,OAAO,CAAC,+BAA+B,CAAC,CAAC;QAErF,MAAM,CAAC,+BAA+B,CAAC,CAAC,UAAU,EAAE,CAAC;QACrD,MAAM,CAAC,+BAA+B,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;IAC5E,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|