@colijnit/ioneconnector 256.1.2 → 256.1.3
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/build/connector.d.ts +31 -31
- package/build/connector.js +69 -70
- package/build/connector.js.map +1 -1
- package/build/connector.unit.test.d.ts +1 -1
- package/build/connector.unit.test.js +108 -108
- package/build/enum/activate-user-account-status.enum.d.ts +6 -6
- package/build/enum/activate-user-account-status.enum.js +10 -10
- package/build/enum/address-format.enum.d.ts +4 -4
- package/build/enum/address-format.enum.js +8 -8
- package/build/enum/backend-language-code.enum.d.ts +6 -6
- package/build/enum/backend-language-code.enum.js +10 -10
- package/build/enum/backend-service-name.enum.d.ts +7 -7
- package/build/enum/backend-service-name.enum.js +11 -11
- package/build/enum/communication-type.enum.d.ts +8 -8
- package/build/enum/communication-type.enum.js +12 -12
- package/build/enum/datasession-service-method.enum.d.ts +13 -13
- package/build/enum/datasession-service-method.enum.js +17 -17
- package/build/enum/db-boolean-value-type.enum.d.ts +12 -12
- package/build/enum/db-boolean-value-type.enum.js +32 -32
- package/build/enum/end-point.enum.d.ts +4 -4
- package/build/enum/end-point.enum.js +8 -8
- package/build/enum/file-type-internal.enum.d.ts +11 -11
- package/build/enum/file-type-internal.enum.js +15 -15
- package/build/enum/file-type.enum.d.ts +5 -5
- package/build/enum/file-type.enum.js +9 -9
- package/build/enum/filter-type.enum.d.ts +4 -4
- package/build/enum/filter-type.enum.js +8 -8
- package/build/enum/health-service-method.enum.d.ts +3 -3
- package/build/enum/health-service-method.enum.js +7 -7
- package/build/enum/language-code.enum.d.ts +7 -7
- package/build/enum/language-code.enum.js +11 -11
- package/build/enum/login-service-method.enum.d.ts +25 -24
- package/build/enum/login-service-method.enum.js +29 -28
- package/build/enum/login-service-method.enum.js.map +1 -1
- package/build/enum/login-status.enum.d.ts +20 -20
- package/build/enum/login-status.enum.js +24 -24
- package/build/enum/message-type.enum.d.ts +6 -6
- package/build/enum/message-type.enum.js +10 -10
- package/build/enum/object-config-kind.d.ts +9 -9
- package/build/enum/object-config-kind.js +13 -13
- package/build/enum/object-configuration-data-type.enum.d.ts +7 -7
- package/build/enum/object-configuration-data-type.enum.js +11 -11
- package/build/enum/object-configuration-value-type.enum.d.ts +10 -10
- package/build/enum/object-configuration-value-type.enum.js +14 -14
- package/build/enum/object-right-type.enum.d.ts +5 -5
- package/build/enum/object-right-type.enum.js +9 -9
- package/build/enum/one-zero-bool-db-type.enum.d.ts +5 -5
- package/build/enum/one-zero-bool-db-type.enum.js +20 -20
- package/build/enum/public-service-method.enum.d.ts +5 -5
- package/build/enum/public-service-method.enum.js +9 -9
- package/build/enum/reset-password-status.enum.d.ts +5 -5
- package/build/enum/reset-password-status.enum.js +9 -9
- package/build/enum/screen-config-subcategory.enum.d.ts +2 -2
- package/build/enum/screen-config-subcategory.enum.js +2 -2
- package/build/enum/search-data-type.enum.d.ts +4 -4
- package/build/enum/search-data-type.enum.js +8 -8
- package/build/enum/search-property-state.enum.d.ts +5 -5
- package/build/enum/search-property-state.enum.js +9 -9
- package/build/enum/sort-direction.d.ts +5 -5
- package/build/enum/sort-direction.js +12 -12
- package/build/enum/sort-type.enum.d.ts +6 -6
- package/build/enum/sort-type.enum.js +10 -10
- package/build/enum/true-false-db-type.enum.d.ts +5 -5
- package/build/enum/true-false-db-type.enum.js +20 -20
- package/build/enum/user-info-service-method.enum.d.ts +3 -3
- package/build/enum/user-info-service-method.enum.js +7 -7
- package/build/enum/user-right-type.enum.d.ts +7 -7
- package/build/enum/user-right-type.enum.js +11 -11
- package/build/enum/user-role-type.enum.d.ts +17 -17
- package/build/enum/user-role-type.enum.js +21 -21
- package/build/enum/value-comparison-type.enum.d.ts +15 -15
- package/build/enum/value-comparison-type.enum.js +31 -31
- package/build/enum/yes-no-db-type.enum.d.ts +5 -5
- package/build/enum/yes-no-db-type.enum.js +20 -20
- package/build/factory/business-object-serializer.d.ts +11 -11
- package/build/factory/business-object-serializer.js +145 -145
- package/build/factory/decorators/bo-factory-step.decorator.d.ts +4 -4
- package/build/factory/decorators/bo-factory-step.decorator.js +16 -16
- package/build/factory/decorators/bo-serializer-step.decorator.d.ts +4 -4
- package/build/factory/decorators/bo-serializer-step.decorator.js +16 -16
- package/build/factory/decorators/boolean.decorator.d.ts +12 -12
- package/build/factory/decorators/boolean.decorator.js +73 -73
- package/build/factory/decorators/business-object-data.decorator.d.ts +23 -23
- package/build/factory/decorators/business-object-data.decorator.js +87 -87
- package/build/factory/decorators/co-inject.decorator.d.ts +7 -7
- package/build/factory/decorators/co-inject.decorator.js +54 -54
- package/build/factory/decorators/complex-array.decorator.d.ts +6 -6
- package/build/factory/decorators/complex-array.decorator.js +37 -37
- package/build/factory/decorators/complex-field.decorator.d.ts +6 -6
- package/build/factory/decorators/complex-field.decorator.js +37 -37
- package/build/factory/decorators/date-field.decorator.d.ts +6 -6
- package/build/factory/decorators/date-field.decorator.js +27 -27
- package/build/factory/decorators/db-field-alias.decorator.d.ts +6 -6
- package/build/factory/decorators/db-field-alias.decorator.js +40 -40
- package/build/factory/decorators/db-method-value.decorator.d.ts +5 -5
- package/build/factory/decorators/db-method-value.decorator.js +19 -19
- package/build/factory/decorators/db-number.decorator.d.ts +6 -6
- package/build/factory/decorators/db-number.decorator.js +35 -35
- package/build/factory/decorators/default-send-value.decorator.d.ts +7 -7
- package/build/factory/decorators/default-send-value.decorator.js +53 -53
- package/build/factory/decorators/exclude-when-empty-string.decorator.d.ts +5 -5
- package/build/factory/decorators/exclude-when-empty-string.decorator.js +19 -19
- package/build/factory/decorators/json.decorator.d.ts +6 -6
- package/build/factory/decorators/json.decorator.js +26 -26
- package/build/factory/decorators/map-property.decorator.d.ts +6 -6
- package/build/factory/decorators/map-property.decorator.js +29 -29
- package/build/factory/decorators/no-db-field.decorator.d.ts +5 -5
- package/build/factory/decorators/no-db-field.decorator.js +34 -34
- package/build/factory/decorators/number-string.decorator.d.ts +6 -6
- package/build/factory/decorators/number-string.decorator.js +23 -23
- package/build/factory/decorators/simple-method-tag.decorator.d.ts +6 -6
- package/build/factory/decorators/simple-method-tag.decorator.js +31 -31
- package/build/factory/decorators/simple-property-tag.decorator.d.ts +6 -6
- package/build/factory/decorators/simple-property-tag.decorator.js +38 -38
- package/build/factory/decorators/string-number.decorator.d.ts +7 -7
- package/build/factory/decorators/string-number.decorator.js +30 -30
- package/build/factory/decorators/validate.decorator.d.ts +11 -11
- package/build/factory/decorators/validate.decorator.js +55 -55
- package/build/interface/address-common-shape.interface.d.ts +14 -14
- package/build/interface/address-common-shape.interface.js +2 -2
- package/build/interface/business-object-data-shape.d.ts +19 -19
- package/build/interface/business-object-data-shape.js +2 -2
- package/build/interface/check-precision-and-scale-result.d.ts +4 -4
- package/build/interface/check-precision-and-scale-result.js +2 -2
- package/build/interface/check-within-stepped-bounds-result.d.ts +4 -4
- package/build/interface/check-within-stepped-bounds-result.js +2 -2
- package/build/interface/filter-property.d.ts +9 -9
- package/build/interface/filter-property.js +2 -2
- package/build/interface/login-storage-data.interface.d.ts +11 -10
- package/build/interface/login-storage-data.interface.js +2 -2
- package/build/interface/precision-scale-object.d.ts +4 -4
- package/build/interface/precision-scale-object.js +2 -2
- package/build/interface/search-property.d.ts +11 -11
- package/build/interface/search-property.js +2 -2
- package/build/interface/sort-property.d.ts +11 -11
- package/build/interface/sort-property.js +2 -2
- package/build/interface/text-part.d.ts +4 -4
- package/build/interface/text-part.js +2 -2
- package/build/interface/value-comparison-type-view-wrapper.d.ts +6 -6
- package/build/interface/value-comparison-type-view-wrapper.js +2 -2
- package/build/model/business-object.d.ts +13 -13
- package/build/model/business-object.js +34 -34
- package/build/model/company.bo.d.ts +9 -9
- package/build/model/company.bo.js +13 -13
- package/build/model/constant/java-constants.d.ts +2 -2
- package/build/model/constant/java-constants.js +5 -5
- package/build/model/country.bo.d.ts +11 -11
- package/build/model/country.bo.js +11 -11
- package/build/model/data-service-data.d.ts +15 -15
- package/build/model/data-service-data.js +6 -6
- package/build/model/data-service-response-data.d.ts +19 -19
- package/build/model/data-service-response-data.interface.d.ts +9 -9
- package/build/model/data-service-response-data.interface.js +2 -2
- package/build/model/data-service-response-data.js +57 -57
- package/build/model/data-service-response-exception.d.ts +29 -29
- package/build/model/data-service-response-exception.js +2 -2
- package/build/model/data-service-response-root.d.ts +7 -7
- package/build/model/data-service-response-root.js +2 -2
- package/build/model/default-all-scr-cfg-subcategory.d.ts +2 -2
- package/build/model/default-all-scr-cfg-subcategory.js +4 -4
- package/build/model/default-get-object-configurations-params.d.ts +2 -2
- package/build/model/default-get-object-configurations-params.js +5 -5
- package/build/model/field-validation.d.ts +11 -11
- package/build/model/field-validation.interface.d.ts +6 -6
- package/build/model/field-validation.interface.js +2 -2
- package/build/model/field-validation.js +76 -76
- package/build/model/field-validations-object.d.ts +4 -4
- package/build/model/field-validations-object.interface.d.ts +4 -4
- package/build/model/field-validations-object.interface.js +2 -2
- package/build/model/field-validations-object.js +2 -2
- package/build/model/ione-local-storage-root-object.d.ts +5 -5
- package/build/model/ione-local-storage-root-object.js +9 -9
- package/build/model/keycloak-parameters.bo.d.ts +5 -5
- package/build/model/keycloak-parameters.bo.js +7 -7
- package/build/model/local-storage-root-object.d.ts +4 -4
- package/build/model/local-storage-root-object.js +9 -9
- package/build/model/local-storage-schema-object.d.ts +7 -7
- package/build/model/local-storage-schema-object.js +9 -9
- package/build/model/local-storage-user-object.d.ts +7 -7
- package/build/model/local-storage-user-object.js +6 -6
- package/build/model/login-request.d.ts +16 -15
- package/build/model/login-request.interface.d.ts +12 -12
- package/build/model/login-request.interface.js +2 -2
- package/build/model/login-request.js +6 -6
- package/build/model/login-request.js.map +1 -1
- package/build/model/login-response.d.ts +36 -36
- package/build/model/login-response.interface.d.ts +22 -22
- package/build/model/login-response.interface.js +2 -2
- package/build/model/login-response.js +57 -57
- package/build/model/login-service-request-data.d.ts +17 -17
- package/build/model/login-service-request-data.js +2 -2
- package/build/model/login.d.ts +16 -16
- package/build/model/login.js +35 -35
- package/build/model/menu-content.bo.d.ts +13 -13
- package/build/model/menu-content.bo.js +13 -13
- package/build/model/object-configuration.d.ts +53 -53
- package/build/model/object-configuration.js +200 -200
- package/build/model/options.d.ts +29 -26
- package/build/model/options.js +16 -16
- package/build/model/options.js.map +1 -1
- package/build/model/paging-parameters.d.ts +15 -15
- package/build/model/paging-parameters.interface.d.ts +6 -6
- package/build/model/paging-parameters.interface.js +6 -6
- package/build/model/paging-parameters.js +37 -37
- package/build/model/public-service-request-data.d.ts +5 -5
- package/build/model/public-service-request-data.js +2 -2
- package/build/model/server-response-data.d.ts +5 -5
- package/build/model/server-response-data.js +2 -2
- package/build/model/server-stack-trace-element.d.ts +7 -7
- package/build/model/server-stack-trace-element.js +2 -2
- package/build/model/session-storage-root-object.d.ts +4 -4
- package/build/model/session-storage-root-object.js +9 -9
- package/build/model/session-storage-schema-object.d.ts +7 -7
- package/build/model/session-storage-schema-object.js +9 -9
- package/build/model/session-storage-user-object.d.ts +6 -6
- package/build/model/session-storage-user-object.js +10 -10
- package/build/model/session.d.ts +6 -6
- package/build/model/session.js +6 -6
- package/build/model/token-response.bo.d.ts +5 -5
- package/build/model/token-response.bo.js +7 -7
- package/build/model/user-parameters-values.bo.d.ts +8 -8
- package/build/model/user-parameters-values.bo.js +7 -7
- package/build/model/validation-message.d.ts +13 -13
- package/build/model/validation-message.interface.d.ts +6 -6
- package/build/model/validation-message.interface.js +2 -2
- package/build/model/validation-message.js +48 -48
- package/build/model/validation-result.d.ts +34 -34
- package/build/model/validation-result.interface.d.ts +14 -14
- package/build/model/validation-result.interface.js +2 -2
- package/build/model/validation-result.js +192 -192
- package/build/provider/ajax.service.d.ts +36 -33
- package/build/provider/ajax.service.js +336 -293
- package/build/provider/ajax.service.js.map +1 -1
- package/build/provider/base-backend-connection.service.d.ts +49 -45
- package/build/provider/base-backend-connection.service.js +189 -166
- package/build/provider/base-backend-connection.service.js.map +1 -1
- package/build/service/business-object-factory.d.ts +13 -13
- package/build/service/business-object-factory.js +235 -235
- package/build/service/datasession.service.d.ts +9 -9
- package/build/service/datasession.service.js +26 -26
- package/build/service/encrypt.service.d.ts +6 -6
- package/build/service/encrypt.service.js +30 -30
- package/build/service/encrypt.service.unit.test.d.ts +1 -1
- package/build/service/encrypt.service.unit.test.js +14 -14
- package/build/service/external-jwt-token.service.d.ts +10 -10
- package/build/service/external-jwt-token.service.js +21 -21
- package/build/service/health.service.d.ts +10 -10
- package/build/service/health.service.js +34 -34
- package/build/service/internal-jwt-token.service.d.ts +11 -11
- package/build/service/internal-jwt-token.service.js +40 -40
- package/build/service/jwt-token.service.d.ts +12 -12
- package/build/service/jwt-token.service.js +32 -32
- package/build/service/local-storage.service.d.ts +32 -27
- package/build/service/local-storage.service.js +188 -147
- package/build/service/local-storage.service.js.map +1 -1
- package/build/service/login.service.d.ts +51 -45
- package/build/service/login.service.js +317 -312
- package/build/service/login.service.js.map +1 -1
- package/build/service/public.service.d.ts +12 -12
- package/build/service/public.service.js +36 -36
- package/build/service/session-storage.service.d.ts +23 -18
- package/build/service/session-storage.service.js +162 -120
- package/build/service/session-storage.service.js.map +1 -1
- package/build/service/user-info.service.d.ts +9 -9
- package/build/service/user-info.service.js +33 -33
- package/build/tests/int/connector.int.test.d.ts +1 -1
- package/build/tests/int/connector.int.test.js +12 -12
- package/build/type/business-object-id-type.d.ts +4 -4
- package/build/type/business-object-id-type.js +13 -13
- package/build/type/object-configuration-default-value-type.d.ts +1 -1
- package/build/type/object-configuration-default-value-type.js +2 -2
- package/build/utils/array-utils.d.ts +38 -38
- package/build/utils/array-utils.js +375 -375
- package/build/utils/business-object-utils.d.ts +20 -20
- package/build/utils/business-object-utils.js +198 -198
- package/build/utils/date-utils.d.ts +5 -5
- package/build/utils/date-utils.js +24 -24
- package/build/utils/file-utils.d.ts +6 -6
- package/build/utils/file-utils.js +66 -66
- package/build/utils/function/any-nill.function.d.ts +1 -1
- package/build/utils/function/any-nill.function.js +16 -16
- package/build/utils/function/is-nill.function.d.ts +1 -1
- package/build/utils/function/is-nill.function.js +7 -7
- package/build/utils/function/not-nill.function.d.ts +1 -1
- package/build/utils/function/not-nill.function.js +7 -7
- package/build/utils/function-utils.d.ts +4 -4
- package/build/utils/function-utils.js +31 -31
- package/build/utils/image-utils.d.ts +4 -4
- package/build/utils/image-utils.js +28 -28
- package/build/utils/map-utils.d.ts +4 -4
- package/build/utils/map-utils.js +31 -31
- package/build/utils/number-utils.d.ts +39 -39
- package/build/utils/number-utils.js +268 -268
- package/build/utils/object-utils.d.ts +21 -21
- package/build/utils/object-utils.js +247 -247
- package/build/utils/parameter-value-conversion-utils.d.ts +3 -3
- package/build/utils/parameter-value-conversion-utils.js +19 -19
- package/build/utils/promise-utils.d.ts +6 -6
- package/build/utils/promise-utils.js +22 -22
- package/build/utils/ref-code-utils.d.ts +4 -4
- package/build/utils/ref-code-utils.js +19 -19
- package/build/utils/sort-utils.d.ts +12 -12
- package/build/utils/sort-utils.js +120 -120
- package/build/utils/string-utils.d.ts +25 -25
- package/build/utils/string-utils.js +212 -212
- package/build/utils/url-utils.d.ts +4 -4
- package/build/utils/url-utils.js +33 -33
- package/build/validators/communication-type.validator.d.ts +1 -1
- package/build/validators/communication-type.validator.js +16 -16
- package/build/validators/email.validator.d.ts +2 -2
- package/build/validators/email.validator.js +9 -9
- package/build/validators/empty-address.validator.d.ts +3 -3
- package/build/validators/empty-address.validator.js +12 -12
- package/build/validators/empty-array.validator.d.ts +2 -2
- package/build/validators/empty-array.validator.js +14 -14
- package/build/validators/end-date-equal.validator.d.ts +1 -1
- package/build/validators/end-date-equal.validator.js +17 -17
- package/build/validators/end-date.validator.d.ts +1 -1
- package/build/validators/end-date.validator.js +17 -17
- package/build/validators/equal.validator.d.ts +2 -2
- package/build/validators/equal.validator.js +14 -14
- package/build/validators/max-string-length.validator.d.ts +2 -2
- package/build/validators/max-string-length.validator.js +13 -13
- package/build/validators/nl-post-code.validator.d.ts +3 -3
- package/build/validators/nl-post-code.validator.js +14 -14
- package/build/validators/password.validator.d.ts +3 -3
- package/build/validators/password.validator.js +33 -33
- package/build/validators/postal-code-function.validator.d.ts +2 -2
- package/build/validators/postal-code-function.validator.js +19 -19
- package/build/validators/postal-code.validator.d.ts +1 -1
- package/build/validators/postal-code.validator.js +21 -21
- package/build/validators/precision-scale.validator.d.ts +2 -2
- package/build/validators/precision-scale.validator.js +14 -14
- package/build/validators/required.validator.d.ts +2 -2
- package/build/validators/required.validator.js +8 -8
- package/build/validators/social-security-number.validator.d.ts +2 -2
- package/build/validators/social-security-number.validator.js +28 -28
- package/build/validators/space-trim.validator.d.ts +2 -2
- package/build/validators/space-trim.validator.js +12 -12
- package/build/validators/true.validator.d.ts +2 -2
- package/build/validators/true.validator.js +8 -8
- package/package.json +1 -1
|
@@ -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=public-service-request-data.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ServerResponseException } from "./data-service-response-exception";
|
|
2
|
-
import { IDataServiceResponseData } from "./data-service-response-data.interface";
|
|
3
|
-
import { ILoginResponse } from "./login-response.interface";
|
|
4
|
-
import { KeycloakParameters } from './keycloak-parameters.bo';
|
|
5
|
-
export type ServerResponseData = IDataServiceResponseData | ServerResponseException | ILoginResponse | string | boolean | KeycloakParameters;
|
|
1
|
+
import { ServerResponseException } from "./data-service-response-exception";
|
|
2
|
+
import { IDataServiceResponseData } from "./data-service-response-data.interface";
|
|
3
|
+
import { ILoginResponse } from "./login-response.interface";
|
|
4
|
+
import { KeycloakParameters } from './keycloak-parameters.bo';
|
|
5
|
+
export type ServerResponseData = IDataServiceResponseData | ServerResponseException | ILoginResponse | string | boolean | KeycloakParameters;
|
|
@@ -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=server-response-data.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export interface ServerStackTraceElement {
|
|
2
|
-
className: string;
|
|
3
|
-
fileName: string;
|
|
4
|
-
lineNumber: number;
|
|
5
|
-
methodName: string;
|
|
6
|
-
nativeMethod: boolean;
|
|
7
|
-
}
|
|
1
|
+
export interface ServerStackTraceElement {
|
|
2
|
+
className: string;
|
|
3
|
+
fileName: string;
|
|
4
|
+
lineNumber: number;
|
|
5
|
+
methodName: string;
|
|
6
|
+
nativeMethod: boolean;
|
|
7
|
+
}
|
|
@@ -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=server-stack-trace-element.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SessionStorageSchemaObject } from './session-storage-schema-object';
|
|
2
|
-
export declare class SessionStorageRootObject {
|
|
3
|
-
schemas: SessionStorageSchemaObject[];
|
|
4
|
-
}
|
|
1
|
+
import { SessionStorageSchemaObject } from './session-storage-schema-object';
|
|
2
|
+
export declare class SessionStorageRootObject {
|
|
3
|
+
schemas: SessionStorageSchemaObject[];
|
|
4
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SessionStorageRootObject = void 0;
|
|
4
|
-
class SessionStorageRootObject {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.schemas = [];
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
exports.SessionStorageRootObject = SessionStorageRootObject;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SessionStorageRootObject = void 0;
|
|
4
|
+
class SessionStorageRootObject {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.schemas = [];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.SessionStorageRootObject = SessionStorageRootObject;
|
|
10
10
|
//# sourceMappingURL=session-storage-root-object.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SessionStorageUserObject } from './session-storage-user-object';
|
|
2
|
-
export declare class SessionStorageSchemaObject {
|
|
3
|
-
schema: string;
|
|
4
|
-
users: SessionStorageUserObject[];
|
|
5
|
-
token: string;
|
|
6
|
-
keycloakState: string;
|
|
7
|
-
}
|
|
1
|
+
import { SessionStorageUserObject } from './session-storage-user-object';
|
|
2
|
+
export declare class SessionStorageSchemaObject {
|
|
3
|
+
schema: string;
|
|
4
|
+
users: SessionStorageUserObject[];
|
|
5
|
+
token: string;
|
|
6
|
+
keycloakState: string;
|
|
7
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SessionStorageSchemaObject = void 0;
|
|
4
|
-
class SessionStorageSchemaObject {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.users = [];
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
exports.SessionStorageSchemaObject = SessionStorageSchemaObject;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SessionStorageSchemaObject = void 0;
|
|
4
|
+
class SessionStorageSchemaObject {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.users = [];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.SessionStorageSchemaObject = SessionStorageSchemaObject;
|
|
10
10
|
//# sourceMappingURL=session-storage-schema-object.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { LoginStorageData } from '../interface/login-storage-data.interface';
|
|
2
|
-
export declare class SessionStorageUserObject {
|
|
3
|
-
username: string;
|
|
4
|
-
loginData: LoginStorageData;
|
|
5
|
-
busy: boolean;
|
|
6
|
-
}
|
|
1
|
+
import { LoginStorageData } from '../interface/login-storage-data.interface';
|
|
2
|
+
export declare class SessionStorageUserObject {
|
|
3
|
+
username: string;
|
|
4
|
+
loginData: LoginStorageData;
|
|
5
|
+
busy: boolean;
|
|
6
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SessionStorageUserObject = void 0;
|
|
4
|
-
class SessionStorageUserObject {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.loginData = {};
|
|
7
|
-
this.busy = false;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
exports.SessionStorageUserObject = SessionStorageUserObject;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SessionStorageUserObject = void 0;
|
|
4
|
+
class SessionStorageUserObject {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.loginData = {};
|
|
7
|
+
this.busy = false;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.SessionStorageUserObject = SessionStorageUserObject;
|
|
11
11
|
//# sourceMappingURL=session-storage-user-object.js.map
|
package/build/model/session.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare class Session {
|
|
2
|
-
id: string;
|
|
3
|
-
dataSessionId: string;
|
|
4
|
-
windowsId: string;
|
|
5
|
-
publicToken: string;
|
|
6
|
-
}
|
|
1
|
+
export declare class Session {
|
|
2
|
+
id: string;
|
|
3
|
+
dataSessionId: string;
|
|
4
|
+
windowsId: string;
|
|
5
|
+
publicToken: string;
|
|
6
|
+
}
|
package/build/model/session.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Session = void 0;
|
|
4
|
-
class Session {
|
|
5
|
-
}
|
|
6
|
-
exports.Session = Session;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Session = void 0;
|
|
4
|
+
class Session {
|
|
5
|
+
}
|
|
6
|
+
exports.Session = Session;
|
|
7
7
|
//# sourceMappingURL=session.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BusinessObject } from './business-object';
|
|
2
|
-
export declare class TokenResponse extends BusinessObject {
|
|
3
|
-
accessToken: string;
|
|
4
|
-
refreshToken: string;
|
|
5
|
-
}
|
|
1
|
+
import { BusinessObject } from './business-object';
|
|
2
|
+
export declare class TokenResponse extends BusinessObject {
|
|
3
|
+
accessToken: string;
|
|
4
|
+
refreshToken: string;
|
|
5
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TokenResponse = void 0;
|
|
4
|
-
const business_object_1 = require("./business-object");
|
|
5
|
-
class TokenResponse extends business_object_1.BusinessObject {
|
|
6
|
-
}
|
|
7
|
-
exports.TokenResponse = TokenResponse;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TokenResponse = void 0;
|
|
4
|
+
const business_object_1 = require("./business-object");
|
|
5
|
+
class TokenResponse extends business_object_1.BusinessObject {
|
|
6
|
+
}
|
|
7
|
+
exports.TokenResponse = TokenResponse;
|
|
8
8
|
//# sourceMappingURL=token-response.bo.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BusinessObject } from './business-object';
|
|
2
|
-
export declare class UserParametersValues extends BusinessObject {
|
|
3
|
-
formatDate: string;
|
|
4
|
-
dayOfWeekNr: number;
|
|
5
|
-
decimalSign: string;
|
|
6
|
-
threeDAssetURL: string;
|
|
7
|
-
gridColor: string;
|
|
8
|
-
}
|
|
1
|
+
import { BusinessObject } from './business-object';
|
|
2
|
+
export declare class UserParametersValues extends BusinessObject {
|
|
3
|
+
formatDate: string;
|
|
4
|
+
dayOfWeekNr: number;
|
|
5
|
+
decimalSign: string;
|
|
6
|
+
threeDAssetURL: string;
|
|
7
|
+
gridColor: string;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserParametersValues = void 0;
|
|
4
|
-
const business_object_1 = require("./business-object");
|
|
5
|
-
class UserParametersValues extends business_object_1.BusinessObject {
|
|
6
|
-
}
|
|
7
|
-
exports.UserParametersValues = UserParametersValues;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserParametersValues = void 0;
|
|
4
|
+
const business_object_1 = require("./business-object");
|
|
5
|
+
class UserParametersValues extends business_object_1.BusinessObject {
|
|
6
|
+
}
|
|
7
|
+
exports.UserParametersValues = UserParametersValues;
|
|
8
8
|
//# sourceMappingURL=user-parameters-values.bo.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { BusinessObjectIDType } from "../type/business-object-id-type";
|
|
2
|
-
import { IValidationMessage } from "./validation-message.interface";
|
|
3
|
-
export declare class ValidationMessage implements IValidationMessage {
|
|
4
|
-
code: number;
|
|
5
|
-
message: string;
|
|
6
|
-
fieldId: string;
|
|
7
|
-
messageType: string;
|
|
8
|
-
boId: BusinessObjectIDType;
|
|
9
|
-
fieldLabel: string;
|
|
10
|
-
constructor(rawData?: any);
|
|
11
|
-
setData(rawData: any): void;
|
|
12
|
-
getParentFieldId(): string;
|
|
13
|
-
}
|
|
1
|
+
import { BusinessObjectIDType } from "../type/business-object-id-type";
|
|
2
|
+
import { IValidationMessage } from "./validation-message.interface";
|
|
3
|
+
export declare class ValidationMessage implements IValidationMessage {
|
|
4
|
+
code: number;
|
|
5
|
+
message: string;
|
|
6
|
+
fieldId: string;
|
|
7
|
+
messageType: string;
|
|
8
|
+
boId: BusinessObjectIDType;
|
|
9
|
+
fieldLabel: string;
|
|
10
|
+
constructor(rawData?: any);
|
|
11
|
+
setData(rawData: any): void;
|
|
12
|
+
getParentFieldId(): string;
|
|
13
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export interface IValidationMessage {
|
|
2
|
-
code: number;
|
|
3
|
-
message: string;
|
|
4
|
-
fieldId: string;
|
|
5
|
-
messageType: string;
|
|
6
|
-
}
|
|
1
|
+
export interface IValidationMessage {
|
|
2
|
+
code: number;
|
|
3
|
+
message: string;
|
|
4
|
+
fieldId: string;
|
|
5
|
+
messageType: string;
|
|
6
|
+
}
|
|
@@ -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=validation-message.interface.js.map
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.ValidationMessage = void 0;
|
|
13
|
-
const business_object_id_type_1 = require("../type/business-object-id-type");
|
|
14
|
-
const no_db_field_decorator_1 = require("../factory/decorators/no-db-field.decorator");
|
|
15
|
-
const not_nill_function_1 = require("../utils/function/not-nill.function");
|
|
16
|
-
const string_utils_1 = require("../utils/string-utils");
|
|
17
|
-
const object_configuration_1 = require("./object-configuration");
|
|
18
|
-
class ValidationMessage {
|
|
19
|
-
constructor(rawData) {
|
|
20
|
-
this.setData(rawData);
|
|
21
|
-
}
|
|
22
|
-
setData(rawData) {
|
|
23
|
-
if (!rawData) {
|
|
24
|
-
return;
|
|
25
|
-
}
|
|
26
|
-
if ((0, not_nill_function_1.notNill)(rawData.code)) {
|
|
27
|
-
this.code = rawData.code;
|
|
28
|
-
}
|
|
29
|
-
if ((0, not_nill_function_1.notNill)(rawData.message)) {
|
|
30
|
-
this.message = rawData.message;
|
|
31
|
-
}
|
|
32
|
-
if ((0, not_nill_function_1.notNill)(rawData.fieldId)) {
|
|
33
|
-
this.fieldId = rawData.fieldId;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
getParentFieldId() {
|
|
37
|
-
return string_utils_1.StringUtils.LeftString(this.fieldId, object_configuration_1.ObjectConfiguration.DeepConfigNameDelimiter);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
__decorate([
|
|
41
|
-
(0, no_db_field_decorator_1.NoDbField)(),
|
|
42
|
-
__metadata("design:type", Object)
|
|
43
|
-
], ValidationMessage.prototype, "boId", void 0);
|
|
44
|
-
__decorate([
|
|
45
|
-
(0, no_db_field_decorator_1.NoDbField)(),
|
|
46
|
-
__metadata("design:type", String)
|
|
47
|
-
], ValidationMessage.prototype, "fieldLabel", void 0);
|
|
48
|
-
exports.ValidationMessage = ValidationMessage;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ValidationMessage = void 0;
|
|
13
|
+
const business_object_id_type_1 = require("../type/business-object-id-type");
|
|
14
|
+
const no_db_field_decorator_1 = require("../factory/decorators/no-db-field.decorator");
|
|
15
|
+
const not_nill_function_1 = require("../utils/function/not-nill.function");
|
|
16
|
+
const string_utils_1 = require("../utils/string-utils");
|
|
17
|
+
const object_configuration_1 = require("./object-configuration");
|
|
18
|
+
class ValidationMessage {
|
|
19
|
+
constructor(rawData) {
|
|
20
|
+
this.setData(rawData);
|
|
21
|
+
}
|
|
22
|
+
setData(rawData) {
|
|
23
|
+
if (!rawData) {
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
if ((0, not_nill_function_1.notNill)(rawData.code)) {
|
|
27
|
+
this.code = rawData.code;
|
|
28
|
+
}
|
|
29
|
+
if ((0, not_nill_function_1.notNill)(rawData.message)) {
|
|
30
|
+
this.message = rawData.message;
|
|
31
|
+
}
|
|
32
|
+
if ((0, not_nill_function_1.notNill)(rawData.fieldId)) {
|
|
33
|
+
this.fieldId = rawData.fieldId;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
getParentFieldId() {
|
|
37
|
+
return string_utils_1.StringUtils.LeftString(this.fieldId, object_configuration_1.ObjectConfiguration.DeepConfigNameDelimiter);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, no_db_field_decorator_1.NoDbField)(),
|
|
42
|
+
__metadata("design:type", Object)
|
|
43
|
+
], ValidationMessage.prototype, "boId", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, no_db_field_decorator_1.NoDbField)(),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], ValidationMessage.prototype, "fieldLabel", void 0);
|
|
48
|
+
exports.ValidationMessage = ValidationMessage;
|
|
49
49
|
//# sourceMappingURL=validation-message.js.map
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { ValidationMessage } from "./validation-message";
|
|
2
|
-
import { FieldValidationsObject } from "./field-validations-object";
|
|
3
|
-
import { FieldValidation } from "./field-validation";
|
|
4
|
-
import { BusinessObjectIDType } from '../type/business-object-id-type';
|
|
5
|
-
export declare class ValidationResult {
|
|
6
|
-
messages: ValidationMessage[];
|
|
7
|
-
objectId: any;
|
|
8
|
-
objectType: any;
|
|
9
|
-
messageType: any;
|
|
10
|
-
parentField: any;
|
|
11
|
-
parentProperty: any;
|
|
12
|
-
parentValidationId: any;
|
|
13
|
-
success: boolean;
|
|
14
|
-
fieldValidations: FieldValidationsObject;
|
|
15
|
-
validationId: number;
|
|
16
|
-
constructor(rawData?: any);
|
|
17
|
-
setData(rawData: any): void;
|
|
18
|
-
merge(otherValidation: ValidationResult): void;
|
|
19
|
-
addValidationResultField(key: string, value: FieldValidation): void;
|
|
20
|
-
makeAndAddValidationResultField(key: string, plainErrorMssg: string): void;
|
|
21
|
-
getAllErrorMessagesOfMyValidationFields(): ValidationMessage[];
|
|
22
|
-
getAllErrorMessages(messages?: ValidationMessage[]): ValidationMessage[];
|
|
23
|
-
getFullErrorString(includeCode?: boolean): string;
|
|
24
|
-
getGeneralErrorString(includeCode?: boolean): string;
|
|
25
|
-
getGeneralMessageString(includeCode?: boolean): string;
|
|
26
|
-
getValidationFieldsErrorString(): string;
|
|
27
|
-
createOrGetSubValidationResult(objectOrFieldId: string, objectId?: BusinessObjectIDType): ValidationResult;
|
|
28
|
-
getAllFieldIds(): string[];
|
|
29
|
-
hasErrorForPropertyWithId(parentPropPath: string, boId: BusinessObjectIDType): boolean;
|
|
30
|
-
private _getSubValidationResult;
|
|
31
|
-
private _addSubValidationToValidationResultField;
|
|
32
|
-
private _mergeValidationResultFieldsObjects;
|
|
33
|
-
private _getMessageString;
|
|
34
|
-
}
|
|
1
|
+
import { ValidationMessage } from "./validation-message";
|
|
2
|
+
import { FieldValidationsObject } from "./field-validations-object";
|
|
3
|
+
import { FieldValidation } from "./field-validation";
|
|
4
|
+
import { BusinessObjectIDType } from '../type/business-object-id-type';
|
|
5
|
+
export declare class ValidationResult {
|
|
6
|
+
messages: ValidationMessage[];
|
|
7
|
+
objectId: any;
|
|
8
|
+
objectType: any;
|
|
9
|
+
messageType: any;
|
|
10
|
+
parentField: any;
|
|
11
|
+
parentProperty: any;
|
|
12
|
+
parentValidationId: any;
|
|
13
|
+
success: boolean;
|
|
14
|
+
fieldValidations: FieldValidationsObject;
|
|
15
|
+
validationId: number;
|
|
16
|
+
constructor(rawData?: any);
|
|
17
|
+
setData(rawData: any): void;
|
|
18
|
+
merge(otherValidation: ValidationResult): void;
|
|
19
|
+
addValidationResultField(key: string, value: FieldValidation): void;
|
|
20
|
+
makeAndAddValidationResultField(key: string, plainErrorMssg: string): void;
|
|
21
|
+
getAllErrorMessagesOfMyValidationFields(): ValidationMessage[];
|
|
22
|
+
getAllErrorMessages(messages?: ValidationMessage[]): ValidationMessage[];
|
|
23
|
+
getFullErrorString(includeCode?: boolean): string;
|
|
24
|
+
getGeneralErrorString(includeCode?: boolean): string;
|
|
25
|
+
getGeneralMessageString(includeCode?: boolean): string;
|
|
26
|
+
getValidationFieldsErrorString(): string;
|
|
27
|
+
createOrGetSubValidationResult(objectOrFieldId: string, objectId?: BusinessObjectIDType): ValidationResult;
|
|
28
|
+
getAllFieldIds(): string[];
|
|
29
|
+
hasErrorForPropertyWithId(parentPropPath: string, boId: BusinessObjectIDType): boolean;
|
|
30
|
+
private _getSubValidationResult;
|
|
31
|
+
private _addSubValidationToValidationResultField;
|
|
32
|
+
private _mergeValidationResultFieldsObjects;
|
|
33
|
+
private _getMessageString;
|
|
34
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { IValidationMessage } from "./validation-message.interface";
|
|
2
|
-
import { IFieldValidationsObject } from "./field-validations-object.interface";
|
|
3
|
-
export interface IValidationResult {
|
|
4
|
-
messages: IValidationMessage[];
|
|
5
|
-
objectId: any;
|
|
6
|
-
objectType: any;
|
|
7
|
-
messageType: any;
|
|
8
|
-
parentField: any;
|
|
9
|
-
parentProperty: any;
|
|
10
|
-
parentValidationId: any;
|
|
11
|
-
success: boolean;
|
|
12
|
-
fieldValidations: IFieldValidationsObject;
|
|
13
|
-
validationId: number;
|
|
14
|
-
}
|
|
1
|
+
import { IValidationMessage } from "./validation-message.interface";
|
|
2
|
+
import { IFieldValidationsObject } from "./field-validations-object.interface";
|
|
3
|
+
export interface IValidationResult {
|
|
4
|
+
messages: IValidationMessage[];
|
|
5
|
+
objectId: any;
|
|
6
|
+
objectType: any;
|
|
7
|
+
messageType: any;
|
|
8
|
+
parentField: any;
|
|
9
|
+
parentProperty: any;
|
|
10
|
+
parentValidationId: any;
|
|
11
|
+
success: boolean;
|
|
12
|
+
fieldValidations: IFieldValidationsObject;
|
|
13
|
+
validationId: number;
|
|
14
|
+
}
|
|
@@ -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=validation-result.interface.js.map
|