@colijnit/ioneconnector 3.1.26 → 254.1.2
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 +30 -30
- package/build/connector.js +67 -67
- 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 +24 -24
- package/build/enum/login-service-method.enum.js +28 -28
- 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 +10 -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 +15 -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-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 +26 -26
- package/build/model/options.js +16 -16
- 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 +32 -32
- package/build/provider/ajax.service.js +271 -271
- package/build/provider/base-backend-connection.service.d.ts +45 -45
- package/build/provider/base-backend-connection.service.js +166 -166
- package/build/provider/base-backend-connection.service.js.map +1 -1
- package/build/service/business-object-factory.d.ts +8 -8
- package/build/service/business-object-factory.js +119 -119
- 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 +27 -27
- package/build/service/local-storage.service.js +147 -147
- package/build/service/login.service.d.ts +45 -45
- package/build/service/login.service.js +312 -312
- 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 +18 -18
- package/build/service/session-storage.service.js +116 -116
- 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 +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare enum ObjectConfigurationDataType {
|
|
2
|
-
Number = "NUMBER",
|
|
3
|
-
Varchar = "VARCHAR2",
|
|
4
|
-
Date = "DATE",
|
|
5
|
-
Boolean = "BOOLEAN",
|
|
6
|
-
None = "NONE"
|
|
7
|
-
}
|
|
1
|
+
export declare enum ObjectConfigurationDataType {
|
|
2
|
+
Number = "NUMBER",
|
|
3
|
+
Varchar = "VARCHAR2",
|
|
4
|
+
Date = "DATE",
|
|
5
|
+
Boolean = "BOOLEAN",
|
|
6
|
+
None = "NONE"
|
|
7
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ObjectConfigurationDataType = void 0;
|
|
4
|
-
var ObjectConfigurationDataType;
|
|
5
|
-
(function (ObjectConfigurationDataType) {
|
|
6
|
-
ObjectConfigurationDataType["Number"] = "NUMBER";
|
|
7
|
-
ObjectConfigurationDataType["Varchar"] = "VARCHAR2";
|
|
8
|
-
ObjectConfigurationDataType["Date"] = "DATE";
|
|
9
|
-
ObjectConfigurationDataType["Boolean"] = "BOOLEAN";
|
|
10
|
-
ObjectConfigurationDataType["None"] = "NONE";
|
|
11
|
-
})(ObjectConfigurationDataType = exports.ObjectConfigurationDataType || (exports.ObjectConfigurationDataType = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ObjectConfigurationDataType = void 0;
|
|
4
|
+
var ObjectConfigurationDataType;
|
|
5
|
+
(function (ObjectConfigurationDataType) {
|
|
6
|
+
ObjectConfigurationDataType["Number"] = "NUMBER";
|
|
7
|
+
ObjectConfigurationDataType["Varchar"] = "VARCHAR2";
|
|
8
|
+
ObjectConfigurationDataType["Date"] = "DATE";
|
|
9
|
+
ObjectConfigurationDataType["Boolean"] = "BOOLEAN";
|
|
10
|
+
ObjectConfigurationDataType["None"] = "NONE";
|
|
11
|
+
})(ObjectConfigurationDataType = exports.ObjectConfigurationDataType || (exports.ObjectConfigurationDataType = {}));
|
|
12
12
|
//# sourceMappingURL=object-configuration-data-type.enum.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export declare enum ObjectConfigurationValueType {
|
|
2
|
-
Alphanumeric = "A",
|
|
3
|
-
Date = "D",
|
|
4
|
-
MultiSelect = "M",
|
|
5
|
-
MultiSelectNumbers = "MN",
|
|
6
|
-
MultiSelectStrings = "MS",
|
|
7
|
-
Boolean = "J",
|
|
8
|
-
Number = "N",
|
|
9
|
-
ListOfValues = "L"
|
|
10
|
-
}
|
|
1
|
+
export declare enum ObjectConfigurationValueType {
|
|
2
|
+
Alphanumeric = "A",
|
|
3
|
+
Date = "D",
|
|
4
|
+
MultiSelect = "M",
|
|
5
|
+
MultiSelectNumbers = "MN",
|
|
6
|
+
MultiSelectStrings = "MS",
|
|
7
|
+
Boolean = "J",
|
|
8
|
+
Number = "N",
|
|
9
|
+
ListOfValues = "L"
|
|
10
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ObjectConfigurationValueType = void 0;
|
|
4
|
-
var ObjectConfigurationValueType;
|
|
5
|
-
(function (ObjectConfigurationValueType) {
|
|
6
|
-
ObjectConfigurationValueType["Alphanumeric"] = "A";
|
|
7
|
-
ObjectConfigurationValueType["Date"] = "D";
|
|
8
|
-
ObjectConfigurationValueType["MultiSelect"] = "M";
|
|
9
|
-
ObjectConfigurationValueType["MultiSelectNumbers"] = "MN";
|
|
10
|
-
ObjectConfigurationValueType["MultiSelectStrings"] = "MS";
|
|
11
|
-
ObjectConfigurationValueType["Boolean"] = "J";
|
|
12
|
-
ObjectConfigurationValueType["Number"] = "N";
|
|
13
|
-
ObjectConfigurationValueType["ListOfValues"] = "L";
|
|
14
|
-
})(ObjectConfigurationValueType = exports.ObjectConfigurationValueType || (exports.ObjectConfigurationValueType = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ObjectConfigurationValueType = void 0;
|
|
4
|
+
var ObjectConfigurationValueType;
|
|
5
|
+
(function (ObjectConfigurationValueType) {
|
|
6
|
+
ObjectConfigurationValueType["Alphanumeric"] = "A";
|
|
7
|
+
ObjectConfigurationValueType["Date"] = "D";
|
|
8
|
+
ObjectConfigurationValueType["MultiSelect"] = "M";
|
|
9
|
+
ObjectConfigurationValueType["MultiSelectNumbers"] = "MN";
|
|
10
|
+
ObjectConfigurationValueType["MultiSelectStrings"] = "MS";
|
|
11
|
+
ObjectConfigurationValueType["Boolean"] = "J";
|
|
12
|
+
ObjectConfigurationValueType["Number"] = "N";
|
|
13
|
+
ObjectConfigurationValueType["ListOfValues"] = "L";
|
|
14
|
+
})(ObjectConfigurationValueType = exports.ObjectConfigurationValueType || (exports.ObjectConfigurationValueType = {}));
|
|
15
15
|
//# sourceMappingURL=object-configuration-value-type.enum.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum ObjectRightType {
|
|
2
|
-
NoAccess = 0,
|
|
3
|
-
ReadOnly = 1,
|
|
4
|
-
ReadWrite = 2
|
|
5
|
-
}
|
|
1
|
+
export declare enum ObjectRightType {
|
|
2
|
+
NoAccess = 0,
|
|
3
|
+
ReadOnly = 1,
|
|
4
|
+
ReadWrite = 2
|
|
5
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ObjectRightType = void 0;
|
|
4
|
-
var ObjectRightType;
|
|
5
|
-
(function (ObjectRightType) {
|
|
6
|
-
ObjectRightType[ObjectRightType["NoAccess"] = 0] = "NoAccess";
|
|
7
|
-
ObjectRightType[ObjectRightType["ReadOnly"] = 1] = "ReadOnly";
|
|
8
|
-
ObjectRightType[ObjectRightType["ReadWrite"] = 2] = "ReadWrite";
|
|
9
|
-
})(ObjectRightType = exports.ObjectRightType || (exports.ObjectRightType = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ObjectRightType = void 0;
|
|
4
|
+
var ObjectRightType;
|
|
5
|
+
(function (ObjectRightType) {
|
|
6
|
+
ObjectRightType[ObjectRightType["NoAccess"] = 0] = "NoAccess";
|
|
7
|
+
ObjectRightType[ObjectRightType["ReadOnly"] = 1] = "ReadOnly";
|
|
8
|
+
ObjectRightType[ObjectRightType["ReadWrite"] = 2] = "ReadWrite";
|
|
9
|
+
})(ObjectRightType = exports.ObjectRightType || (exports.ObjectRightType = {}));
|
|
10
10
|
//# sourceMappingURL=object-right-type.enum.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum OneZeroBoolDbType {
|
|
2
|
-
False = 0,
|
|
3
|
-
True = 1
|
|
4
|
-
}
|
|
5
|
-
export declare function GetOneZeroDbBooleanValue(clientBool: boolean): OneZeroBoolDbType;
|
|
1
|
+
export declare enum OneZeroBoolDbType {
|
|
2
|
+
False = 0,
|
|
3
|
+
True = 1
|
|
4
|
+
}
|
|
5
|
+
export declare function GetOneZeroDbBooleanValue(clientBool: boolean): OneZeroBoolDbType;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetOneZeroDbBooleanValue = exports.OneZeroBoolDbType = void 0;
|
|
4
|
-
var OneZeroBoolDbType;
|
|
5
|
-
(function (OneZeroBoolDbType) {
|
|
6
|
-
OneZeroBoolDbType[OneZeroBoolDbType["False"] = 0] = "False";
|
|
7
|
-
OneZeroBoolDbType[OneZeroBoolDbType["True"] = 1] = "True";
|
|
8
|
-
})(OneZeroBoolDbType = exports.OneZeroBoolDbType || (exports.OneZeroBoolDbType = {}));
|
|
9
|
-
function GetOneZeroDbBooleanValue(clientBool) {
|
|
10
|
-
if (clientBool === true) {
|
|
11
|
-
return OneZeroBoolDbType.True;
|
|
12
|
-
}
|
|
13
|
-
else if (clientBool === false) {
|
|
14
|
-
return OneZeroBoolDbType.False;
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
return undefined;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.GetOneZeroDbBooleanValue = GetOneZeroDbBooleanValue;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetOneZeroDbBooleanValue = exports.OneZeroBoolDbType = void 0;
|
|
4
|
+
var OneZeroBoolDbType;
|
|
5
|
+
(function (OneZeroBoolDbType) {
|
|
6
|
+
OneZeroBoolDbType[OneZeroBoolDbType["False"] = 0] = "False";
|
|
7
|
+
OneZeroBoolDbType[OneZeroBoolDbType["True"] = 1] = "True";
|
|
8
|
+
})(OneZeroBoolDbType = exports.OneZeroBoolDbType || (exports.OneZeroBoolDbType = {}));
|
|
9
|
+
function GetOneZeroDbBooleanValue(clientBool) {
|
|
10
|
+
if (clientBool === true) {
|
|
11
|
+
return OneZeroBoolDbType.True;
|
|
12
|
+
}
|
|
13
|
+
else if (clientBool === false) {
|
|
14
|
+
return OneZeroBoolDbType.False;
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
return undefined;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetOneZeroDbBooleanValue = GetOneZeroDbBooleanValue;
|
|
21
21
|
//# sourceMappingURL=one-zero-bool-db-type.enum.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum PublicServiceMethod {
|
|
2
|
-
GetPublicKey = "getPublicKey",
|
|
3
|
-
GetKeycloakParams = "getKeycloakParams",
|
|
4
|
-
Companies = "companies"
|
|
5
|
-
}
|
|
1
|
+
export declare enum PublicServiceMethod {
|
|
2
|
+
GetPublicKey = "getPublicKey",
|
|
3
|
+
GetKeycloakParams = "getKeycloakParams",
|
|
4
|
+
Companies = "companies"
|
|
5
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PublicServiceMethod = void 0;
|
|
4
|
-
var PublicServiceMethod;
|
|
5
|
-
(function (PublicServiceMethod) {
|
|
6
|
-
PublicServiceMethod["GetPublicKey"] = "getPublicKey";
|
|
7
|
-
PublicServiceMethod["GetKeycloakParams"] = "getKeycloakParams";
|
|
8
|
-
PublicServiceMethod["Companies"] = "companies";
|
|
9
|
-
})(PublicServiceMethod = exports.PublicServiceMethod || (exports.PublicServiceMethod = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PublicServiceMethod = void 0;
|
|
4
|
+
var PublicServiceMethod;
|
|
5
|
+
(function (PublicServiceMethod) {
|
|
6
|
+
PublicServiceMethod["GetPublicKey"] = "getPublicKey";
|
|
7
|
+
PublicServiceMethod["GetKeycloakParams"] = "getKeycloakParams";
|
|
8
|
+
PublicServiceMethod["Companies"] = "companies";
|
|
9
|
+
})(PublicServiceMethod = exports.PublicServiceMethod || (exports.PublicServiceMethod = {}));
|
|
10
10
|
//# sourceMappingURL=public-service-method.enum.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum ResetPasswordStatus {
|
|
2
|
-
SUCCESS = "SUCCESS",
|
|
3
|
-
ACCOUNT_IS_DEACTIVATED = "ACCOUNT_IS_DEACTIVATED",
|
|
4
|
-
USER_DOESNT_HAVE_EMAIL = "USER_DOESNT_HAVE_EMAIL"
|
|
5
|
-
}
|
|
1
|
+
export declare enum ResetPasswordStatus {
|
|
2
|
+
SUCCESS = "SUCCESS",
|
|
3
|
+
ACCOUNT_IS_DEACTIVATED = "ACCOUNT_IS_DEACTIVATED",
|
|
4
|
+
USER_DOESNT_HAVE_EMAIL = "USER_DOESNT_HAVE_EMAIL"
|
|
5
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ResetPasswordStatus = void 0;
|
|
4
|
-
var ResetPasswordStatus;
|
|
5
|
-
(function (ResetPasswordStatus) {
|
|
6
|
-
ResetPasswordStatus["SUCCESS"] = "SUCCESS";
|
|
7
|
-
ResetPasswordStatus["ACCOUNT_IS_DEACTIVATED"] = "ACCOUNT_IS_DEACTIVATED";
|
|
8
|
-
ResetPasswordStatus["USER_DOESNT_HAVE_EMAIL"] = "USER_DOESNT_HAVE_EMAIL";
|
|
9
|
-
})(ResetPasswordStatus = exports.ResetPasswordStatus || (exports.ResetPasswordStatus = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ResetPasswordStatus = void 0;
|
|
4
|
+
var ResetPasswordStatus;
|
|
5
|
+
(function (ResetPasswordStatus) {
|
|
6
|
+
ResetPasswordStatus["SUCCESS"] = "SUCCESS";
|
|
7
|
+
ResetPasswordStatus["ACCOUNT_IS_DEACTIVATED"] = "ACCOUNT_IS_DEACTIVATED";
|
|
8
|
+
ResetPasswordStatus["USER_DOESNT_HAVE_EMAIL"] = "USER_DOESNT_HAVE_EMAIL";
|
|
9
|
+
})(ResetPasswordStatus = exports.ResetPasswordStatus || (exports.ResetPasswordStatus = {}));
|
|
10
10
|
//# sourceMappingURL=reset-password-status.enum.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { DefaultAllScrCfgSubcategory } from '../model/default-all-scr-cfg-subcategory';
|
|
2
|
-
export type ScreenConfigSubcategory = DefaultAllScrCfgSubcategory;
|
|
1
|
+
import { DefaultAllScrCfgSubcategory } from '../model/default-all-scr-cfg-subcategory';
|
|
2
|
+
export type ScreenConfigSubcategory = DefaultAllScrCfgSubcategory;
|
|
@@ -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=screen-config-subcategory.enum.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare enum SearchDataType {
|
|
2
|
-
String = 0,
|
|
3
|
-
NotAString = 1
|
|
4
|
-
}
|
|
1
|
+
export declare enum SearchDataType {
|
|
2
|
+
String = 0,
|
|
3
|
+
NotAString = 1
|
|
4
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SearchDataType = void 0;
|
|
4
|
-
var SearchDataType;
|
|
5
|
-
(function (SearchDataType) {
|
|
6
|
-
SearchDataType[SearchDataType["String"] = 0] = "String";
|
|
7
|
-
SearchDataType[SearchDataType["NotAString"] = 1] = "NotAString";
|
|
8
|
-
})(SearchDataType = exports.SearchDataType || (exports.SearchDataType = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SearchDataType = void 0;
|
|
4
|
+
var SearchDataType;
|
|
5
|
+
(function (SearchDataType) {
|
|
6
|
+
SearchDataType[SearchDataType["String"] = 0] = "String";
|
|
7
|
+
SearchDataType[SearchDataType["NotAString"] = 1] = "NotAString";
|
|
8
|
+
})(SearchDataType = exports.SearchDataType || (exports.SearchDataType = {}));
|
|
9
9
|
//# sourceMappingURL=search-data-type.enum.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum SearchPropertyState {
|
|
2
|
-
LockedActive = 0,
|
|
3
|
-
Active = 1,
|
|
4
|
-
Inactive = 2
|
|
5
|
-
}
|
|
1
|
+
export declare enum SearchPropertyState {
|
|
2
|
+
LockedActive = 0,
|
|
3
|
+
Active = 1,
|
|
4
|
+
Inactive = 2
|
|
5
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SearchPropertyState = void 0;
|
|
4
|
-
var SearchPropertyState;
|
|
5
|
-
(function (SearchPropertyState) {
|
|
6
|
-
SearchPropertyState[SearchPropertyState["LockedActive"] = 0] = "LockedActive";
|
|
7
|
-
SearchPropertyState[SearchPropertyState["Active"] = 1] = "Active";
|
|
8
|
-
SearchPropertyState[SearchPropertyState["Inactive"] = 2] = "Inactive";
|
|
9
|
-
})(SearchPropertyState = exports.SearchPropertyState || (exports.SearchPropertyState = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SearchPropertyState = void 0;
|
|
4
|
+
var SearchPropertyState;
|
|
5
|
+
(function (SearchPropertyState) {
|
|
6
|
+
SearchPropertyState[SearchPropertyState["LockedActive"] = 0] = "LockedActive";
|
|
7
|
+
SearchPropertyState[SearchPropertyState["Active"] = 1] = "Active";
|
|
8
|
+
SearchPropertyState[SearchPropertyState["Inactive"] = 2] = "Inactive";
|
|
9
|
+
})(SearchPropertyState = exports.SearchPropertyState || (exports.SearchPropertyState = {}));
|
|
10
10
|
//# sourceMappingURL=search-property-state.enum.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum SortDirection {
|
|
2
|
-
Ascending = "ascending",
|
|
3
|
-
Descending = "descending"
|
|
4
|
-
}
|
|
5
|
-
export declare function OppositeDirection(sortDirection: SortDirection): SortDirection;
|
|
1
|
+
export declare enum SortDirection {
|
|
2
|
+
Ascending = "ascending",
|
|
3
|
+
Descending = "descending"
|
|
4
|
+
}
|
|
5
|
+
export declare function OppositeDirection(sortDirection: SortDirection): SortDirection;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OppositeDirection = exports.SortDirection = void 0;
|
|
4
|
-
var SortDirection;
|
|
5
|
-
(function (SortDirection) {
|
|
6
|
-
SortDirection["Ascending"] = "ascending";
|
|
7
|
-
SortDirection["Descending"] = "descending";
|
|
8
|
-
})(SortDirection = exports.SortDirection || (exports.SortDirection = {}));
|
|
9
|
-
function OppositeDirection(sortDirection) {
|
|
10
|
-
return (sortDirection === SortDirection.Ascending ? SortDirection.Descending : SortDirection.Ascending);
|
|
11
|
-
}
|
|
12
|
-
exports.OppositeDirection = OppositeDirection;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OppositeDirection = exports.SortDirection = void 0;
|
|
4
|
+
var SortDirection;
|
|
5
|
+
(function (SortDirection) {
|
|
6
|
+
SortDirection["Ascending"] = "ascending";
|
|
7
|
+
SortDirection["Descending"] = "descending";
|
|
8
|
+
})(SortDirection = exports.SortDirection || (exports.SortDirection = {}));
|
|
9
|
+
function OppositeDirection(sortDirection) {
|
|
10
|
+
return (sortDirection === SortDirection.Ascending ? SortDirection.Descending : SortDirection.Ascending);
|
|
11
|
+
}
|
|
12
|
+
exports.OppositeDirection = OppositeDirection;
|
|
13
13
|
//# sourceMappingURL=sort-direction.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare enum SortType {
|
|
2
|
-
Boolean = 0,
|
|
3
|
-
String = 1,
|
|
4
|
-
Number = 2,
|
|
5
|
-
Date = 3
|
|
6
|
-
}
|
|
1
|
+
export declare enum SortType {
|
|
2
|
+
Boolean = 0,
|
|
3
|
+
String = 1,
|
|
4
|
+
Number = 2,
|
|
5
|
+
Date = 3
|
|
6
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SortType = void 0;
|
|
4
|
-
var SortType;
|
|
5
|
-
(function (SortType) {
|
|
6
|
-
SortType[SortType["Boolean"] = 0] = "Boolean";
|
|
7
|
-
SortType[SortType["String"] = 1] = "String";
|
|
8
|
-
SortType[SortType["Number"] = 2] = "Number";
|
|
9
|
-
SortType[SortType["Date"] = 3] = "Date";
|
|
10
|
-
})(SortType = exports.SortType || (exports.SortType = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SortType = void 0;
|
|
4
|
+
var SortType;
|
|
5
|
+
(function (SortType) {
|
|
6
|
+
SortType[SortType["Boolean"] = 0] = "Boolean";
|
|
7
|
+
SortType[SortType["String"] = 1] = "String";
|
|
8
|
+
SortType[SortType["Number"] = 2] = "Number";
|
|
9
|
+
SortType[SortType["Date"] = 3] = "Date";
|
|
10
|
+
})(SortType = exports.SortType || (exports.SortType = {}));
|
|
11
11
|
//# sourceMappingURL=sort-type.enum.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum TrueFalseDbType {
|
|
2
|
-
True = "T",
|
|
3
|
-
False = "F"
|
|
4
|
-
}
|
|
5
|
-
export declare function GetTrueFalseDbBooleanValue(clientBool: boolean): TrueFalseDbType;
|
|
1
|
+
export declare enum TrueFalseDbType {
|
|
2
|
+
True = "T",
|
|
3
|
+
False = "F"
|
|
4
|
+
}
|
|
5
|
+
export declare function GetTrueFalseDbBooleanValue(clientBool: boolean): TrueFalseDbType;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetTrueFalseDbBooleanValue = exports.TrueFalseDbType = void 0;
|
|
4
|
-
var TrueFalseDbType;
|
|
5
|
-
(function (TrueFalseDbType) {
|
|
6
|
-
TrueFalseDbType["True"] = "T";
|
|
7
|
-
TrueFalseDbType["False"] = "F";
|
|
8
|
-
})(TrueFalseDbType = exports.TrueFalseDbType || (exports.TrueFalseDbType = {}));
|
|
9
|
-
function GetTrueFalseDbBooleanValue(clientBool) {
|
|
10
|
-
if (clientBool === true) {
|
|
11
|
-
return TrueFalseDbType.True;
|
|
12
|
-
}
|
|
13
|
-
else if (clientBool === false) {
|
|
14
|
-
return TrueFalseDbType.False;
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
return undefined;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.GetTrueFalseDbBooleanValue = GetTrueFalseDbBooleanValue;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetTrueFalseDbBooleanValue = exports.TrueFalseDbType = void 0;
|
|
4
|
+
var TrueFalseDbType;
|
|
5
|
+
(function (TrueFalseDbType) {
|
|
6
|
+
TrueFalseDbType["True"] = "T";
|
|
7
|
+
TrueFalseDbType["False"] = "F";
|
|
8
|
+
})(TrueFalseDbType = exports.TrueFalseDbType || (exports.TrueFalseDbType = {}));
|
|
9
|
+
function GetTrueFalseDbBooleanValue(clientBool) {
|
|
10
|
+
if (clientBool === true) {
|
|
11
|
+
return TrueFalseDbType.True;
|
|
12
|
+
}
|
|
13
|
+
else if (clientBool === false) {
|
|
14
|
+
return TrueFalseDbType.False;
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
return undefined;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetTrueFalseDbBooleanValue = GetTrueFalseDbBooleanValue;
|
|
21
21
|
//# sourceMappingURL=true-false-db-type.enum.js.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare enum UserInfoServiceMethod {
|
|
2
|
-
GetActiveUserInfo = "getActiveUserInfo"
|
|
3
|
-
}
|
|
1
|
+
export declare enum UserInfoServiceMethod {
|
|
2
|
+
GetActiveUserInfo = "getActiveUserInfo"
|
|
3
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserInfoServiceMethod = void 0;
|
|
4
|
-
var UserInfoServiceMethod;
|
|
5
|
-
(function (UserInfoServiceMethod) {
|
|
6
|
-
UserInfoServiceMethod["GetActiveUserInfo"] = "getActiveUserInfo";
|
|
7
|
-
})(UserInfoServiceMethod = exports.UserInfoServiceMethod || (exports.UserInfoServiceMethod = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserInfoServiceMethod = void 0;
|
|
4
|
+
var UserInfoServiceMethod;
|
|
5
|
+
(function (UserInfoServiceMethod) {
|
|
6
|
+
UserInfoServiceMethod["GetActiveUserInfo"] = "getActiveUserInfo";
|
|
7
|
+
})(UserInfoServiceMethod = exports.UserInfoServiceMethod || (exports.UserInfoServiceMethod = {}));
|
|
8
8
|
//# sourceMappingURL=user-info-service-method.enum.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare enum UserRightType {
|
|
2
|
-
None = 0,
|
|
3
|
-
AvailableRead = 1,
|
|
4
|
-
Read = 2,
|
|
5
|
-
AvailableReadWrite = 3,
|
|
6
|
-
ReadWrite = 4
|
|
7
|
-
}
|
|
1
|
+
export declare enum UserRightType {
|
|
2
|
+
None = 0,
|
|
3
|
+
AvailableRead = 1,
|
|
4
|
+
Read = 2,
|
|
5
|
+
AvailableReadWrite = 3,
|
|
6
|
+
ReadWrite = 4
|
|
7
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserRightType = void 0;
|
|
4
|
-
var UserRightType;
|
|
5
|
-
(function (UserRightType) {
|
|
6
|
-
UserRightType[UserRightType["None"] = 0] = "None";
|
|
7
|
-
UserRightType[UserRightType["AvailableRead"] = 1] = "AvailableRead";
|
|
8
|
-
UserRightType[UserRightType["Read"] = 2] = "Read";
|
|
9
|
-
UserRightType[UserRightType["AvailableReadWrite"] = 3] = "AvailableReadWrite";
|
|
10
|
-
UserRightType[UserRightType["ReadWrite"] = 4] = "ReadWrite";
|
|
11
|
-
})(UserRightType = exports.UserRightType || (exports.UserRightType = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserRightType = void 0;
|
|
4
|
+
var UserRightType;
|
|
5
|
+
(function (UserRightType) {
|
|
6
|
+
UserRightType[UserRightType["None"] = 0] = "None";
|
|
7
|
+
UserRightType[UserRightType["AvailableRead"] = 1] = "AvailableRead";
|
|
8
|
+
UserRightType[UserRightType["Read"] = 2] = "Read";
|
|
9
|
+
UserRightType[UserRightType["AvailableReadWrite"] = 3] = "AvailableReadWrite";
|
|
10
|
+
UserRightType[UserRightType["ReadWrite"] = 4] = "ReadWrite";
|
|
11
|
+
})(UserRightType = exports.UserRightType || (exports.UserRightType = {}));
|
|
12
12
|
//# sourceMappingURL=user-right-type.enum.js.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export declare enum UserRoleType {
|
|
2
|
-
Customer = "klant",
|
|
3
|
-
Employee = "personeel",
|
|
4
|
-
HRMEmployee = "HRM_employee",
|
|
5
|
-
Supplier = "leverancier",
|
|
6
|
-
UpSupport = "UP_SUPPORT",
|
|
7
|
-
Public = "publiek",
|
|
8
|
-
CustomerContact = "klantcontact",
|
|
9
|
-
SupplierContract = "leverancierscontact",
|
|
10
|
-
Administrator = "administrator",
|
|
11
|
-
DepartmentManager = "department_manager",
|
|
12
|
-
CustomerAdminUser = "customer_admin_user",
|
|
13
|
-
CaseManagerTaskDelegation = "casemanager_taskdelegation",
|
|
14
|
-
CaseManager = "case_manager",
|
|
15
|
-
MedicalOfficer = "medical_officer",
|
|
16
|
-
AbsenceSupservisor = "absence_supervisor"
|
|
17
|
-
}
|
|
1
|
+
export declare enum UserRoleType {
|
|
2
|
+
Customer = "klant",
|
|
3
|
+
Employee = "personeel",
|
|
4
|
+
HRMEmployee = "HRM_employee",
|
|
5
|
+
Supplier = "leverancier",
|
|
6
|
+
UpSupport = "UP_SUPPORT",
|
|
7
|
+
Public = "publiek",
|
|
8
|
+
CustomerContact = "klantcontact",
|
|
9
|
+
SupplierContract = "leverancierscontact",
|
|
10
|
+
Administrator = "administrator",
|
|
11
|
+
DepartmentManager = "department_manager",
|
|
12
|
+
CustomerAdminUser = "customer_admin_user",
|
|
13
|
+
CaseManagerTaskDelegation = "casemanager_taskdelegation",
|
|
14
|
+
CaseManager = "case_manager",
|
|
15
|
+
MedicalOfficer = "medical_officer",
|
|
16
|
+
AbsenceSupservisor = "absence_supervisor"
|
|
17
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserRoleType = void 0;
|
|
4
|
-
var UserRoleType;
|
|
5
|
-
(function (UserRoleType) {
|
|
6
|
-
UserRoleType["Customer"] = "klant";
|
|
7
|
-
UserRoleType["Employee"] = "personeel";
|
|
8
|
-
UserRoleType["HRMEmployee"] = "HRM_employee";
|
|
9
|
-
UserRoleType["Supplier"] = "leverancier";
|
|
10
|
-
UserRoleType["UpSupport"] = "UP_SUPPORT";
|
|
11
|
-
UserRoleType["Public"] = "publiek";
|
|
12
|
-
UserRoleType["CustomerContact"] = "klantcontact";
|
|
13
|
-
UserRoleType["SupplierContract"] = "leverancierscontact";
|
|
14
|
-
UserRoleType["Administrator"] = "administrator";
|
|
15
|
-
UserRoleType["DepartmentManager"] = "department_manager";
|
|
16
|
-
UserRoleType["CustomerAdminUser"] = "customer_admin_user";
|
|
17
|
-
UserRoleType["CaseManagerTaskDelegation"] = "casemanager_taskdelegation";
|
|
18
|
-
UserRoleType["CaseManager"] = "case_manager";
|
|
19
|
-
UserRoleType["MedicalOfficer"] = "medical_officer";
|
|
20
|
-
UserRoleType["AbsenceSupservisor"] = "absence_supervisor";
|
|
21
|
-
})(UserRoleType = exports.UserRoleType || (exports.UserRoleType = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserRoleType = void 0;
|
|
4
|
+
var UserRoleType;
|
|
5
|
+
(function (UserRoleType) {
|
|
6
|
+
UserRoleType["Customer"] = "klant";
|
|
7
|
+
UserRoleType["Employee"] = "personeel";
|
|
8
|
+
UserRoleType["HRMEmployee"] = "HRM_employee";
|
|
9
|
+
UserRoleType["Supplier"] = "leverancier";
|
|
10
|
+
UserRoleType["UpSupport"] = "UP_SUPPORT";
|
|
11
|
+
UserRoleType["Public"] = "publiek";
|
|
12
|
+
UserRoleType["CustomerContact"] = "klantcontact";
|
|
13
|
+
UserRoleType["SupplierContract"] = "leverancierscontact";
|
|
14
|
+
UserRoleType["Administrator"] = "administrator";
|
|
15
|
+
UserRoleType["DepartmentManager"] = "department_manager";
|
|
16
|
+
UserRoleType["CustomerAdminUser"] = "customer_admin_user";
|
|
17
|
+
UserRoleType["CaseManagerTaskDelegation"] = "casemanager_taskdelegation";
|
|
18
|
+
UserRoleType["CaseManager"] = "case_manager";
|
|
19
|
+
UserRoleType["MedicalOfficer"] = "medical_officer";
|
|
20
|
+
UserRoleType["AbsenceSupservisor"] = "absence_supervisor";
|
|
21
|
+
})(UserRoleType = exports.UserRoleType || (exports.UserRoleType = {}));
|
|
22
22
|
//# sourceMappingURL=user-role-type.enum.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { ValueComparisonTypeViewWrapper } from "../interface/value-comparison-type-view-wrapper";
|
|
2
|
-
export declare enum ValueComparisonType {
|
|
3
|
-
Equal = "=",
|
|
4
|
-
LargerThan = ">",
|
|
5
|
-
LargerOrEqualThan = ">=",
|
|
6
|
-
SmallerThan = "<",
|
|
7
|
-
SmallerOrEqualThan = "<=",
|
|
8
|
-
NotEqual = "!=",
|
|
9
|
-
BetweenInclusive = ">=<",
|
|
10
|
-
Formula = "x=y"
|
|
11
|
-
}
|
|
12
|
-
export declare namespace ValueComparisonType {
|
|
13
|
-
const ViewWrappers: ValueComparisonTypeViewWrapper[];
|
|
14
|
-
function ViewWrapperOf(comparisonType: ValueComparisonType): ValueComparisonTypeViewWrapper;
|
|
15
|
-
}
|
|
1
|
+
import { ValueComparisonTypeViewWrapper } from "../interface/value-comparison-type-view-wrapper";
|
|
2
|
+
export declare enum ValueComparisonType {
|
|
3
|
+
Equal = "=",
|
|
4
|
+
LargerThan = ">",
|
|
5
|
+
LargerOrEqualThan = ">=",
|
|
6
|
+
SmallerThan = "<",
|
|
7
|
+
SmallerOrEqualThan = "<=",
|
|
8
|
+
NotEqual = "!=",
|
|
9
|
+
BetweenInclusive = ">=<",
|
|
10
|
+
Formula = "x=y"
|
|
11
|
+
}
|
|
12
|
+
export declare namespace ValueComparisonType {
|
|
13
|
+
const ViewWrappers: ValueComparisonTypeViewWrapper[];
|
|
14
|
+
function ViewWrapperOf(comparisonType: ValueComparisonType): ValueComparisonTypeViewWrapper;
|
|
15
|
+
}
|