@candlerip/shared3 0.0.100 → 0.0.102
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +16 -1
- package/src/_devops/get-project-config/domains/args/index.d.ts +5 -0
- package/src/_devops/get-project-config/domains/index.d.ts +1 -0
- package/src/_devops/get-project-config/domains/index.js +1 -0
- package/src/_devops/get-project-config/index.d.ts +2 -0
- package/src/_devops/get-project-config/index.js +18 -0
- package/src/aws/account-id/config.d.ts +1 -0
- package/src/aws/account-id/config.js +1 -0
- package/src/aws/app-config/get-app-config/util.d.ts +10 -0
- package/src/aws/app-config/get-app-config/util.js +79 -0
- package/src/aws/app-config/index.d.ts +1 -0
- package/src/aws/app-config/index.js +1 -0
- package/src/aws/cdk/attach-policy/type.d.ts +24 -0
- package/src/aws/cdk/attach-policy/util.d.ts +2 -0
- package/src/aws/cdk/attach-policy/util.js +33 -0
- package/src/aws/cdk/compose-cdk-stack/type.d.ts +2 -0
- package/src/aws/cdk/compose-cdk-stack/util.d.ts +2 -0
- package/src/aws/cdk/compose-cdk-stack/util.js +2 -0
- package/src/aws/cdk/index.d.ts +2 -0
- package/src/aws/cdk/index.js +2 -0
- package/src/aws/index.d.ts +7 -1
- package/src/aws/index.js +7 -1
- package/src/aws/lambda/index.d.ts +2 -0
- package/src/aws/lambda/index.js +2 -0
- package/src/aws/lambda/lambda-arn/compose-lambda-arn/type.d.ts +2 -0
- package/src/aws/lambda/lambda-arn/compose-lambda-arn/util.d.ts +2 -0
- package/src/aws/lambda/lambda-arn/compose-lambda-arn/util.js +2 -0
- package/src/aws/lambda/lambda-arn/config.d.ts +1 -0
- package/src/aws/lambda/lambda-arn/config.js +3 -0
- package/src/aws/lambda/lambda-arn/index.d.ts +2 -0
- package/src/aws/lambda/lambda-arn/index.js +2 -0
- package/src/aws/lambda/lambda-name/config.d.ts +1 -0
- package/src/aws/lambda/lambda-name/config.js +1 -0
- package/src/aws/lambda/lambda-name/type.d.ts +2 -0
- package/src/aws/s3/index.d.ts +1 -0
- package/src/aws/s3/index.js +1 -0
- package/src/aws/s3/s3-arn/compose-s3-arn/index.d.ts +1 -0
- package/src/aws/s3/s3-arn/compose-s3-arn/index.js +1 -0
- package/src/aws/s3/s3-arn/compose-s3-arn/type.d.ts +1 -0
- package/src/aws/s3/s3-arn/compose-s3-arn/util.d.ts +2 -0
- package/src/aws/s3/s3-arn/compose-s3-arn/util.js +2 -0
- package/src/aws/s3/s3-arn/config.d.ts +1 -0
- package/src/aws/s3/s3-arn/config.js +1 -0
- package/src/aws/s3/s3-arn/index.d.ts +2 -0
- package/src/aws/s3/s3-arn/index.js +2 -0
- package/src/aws/sqs/index.d.ts +2 -0
- package/src/aws/sqs/index.js +2 -0
- package/src/aws/sqs/queue-arn/compose-queue-arn/index.d.ts +1 -0
- package/src/aws/sqs/queue-arn/compose-queue-arn/index.js +1 -0
- package/src/aws/sqs/queue-arn/compose-queue-arn/type.d.ts +2 -0
- package/src/aws/sqs/queue-arn/compose-queue-arn/util.d.ts +2 -0
- package/src/aws/sqs/queue-arn/compose-queue-arn/util.js +2 -0
- package/src/aws/sqs/queue-arn/config.d.ts +1 -0
- package/src/aws/sqs/queue-arn/config.js +3 -0
- package/src/aws/sqs/queue-arn/index.d.ts +2 -0
- package/src/aws/sqs/queue-arn/index.js +2 -0
- package/src/aws/sqs/queue-name/cache/config.d.ts +1 -0
- package/src/aws/sqs/queue-name/cache/config.js +1 -0
- package/src/aws/sqs/queue-name/cache/type.d.ts +2 -0
- package/src/aws/sqs/queue-name/index.d.ts +3 -0
- package/src/aws/sqs/queue-name/index.js +3 -0
- package/src/aws/sqs/queue-name/logger/config.d.ts +1 -0
- package/src/aws/sqs/queue-name/logger/config.js +1 -0
- package/src/aws/sqs/queue-name/logger/type.d.ts +2 -0
- package/src/aws/sqs/queue-name/queue-name/config.d.ts +1 -0
- package/src/aws/sqs/queue-name/queue-name/config.js +3 -0
- package/src/aws/sqs/queue-name/queue-name/index.d.ts +2 -0
- package/src/aws/sqs/queue-name/queue-name/index.js +2 -0
- package/src/aws/sqs/queue-name/queue-name/type.d.ts +2 -0
- package/src/backend/cache/cache/index.d.ts +2 -0
- package/src/backend/cache/cache/index.js +2 -0
- package/src/backend/cache/cache/singleton.d.ts +23 -0
- package/src/backend/cache/cache/singleton.js +104 -0
- package/src/backend/cache/cache/type.d.ts +5 -0
- package/src/backend/cache/cache-key/config.d.ts +1 -0
- package/src/backend/cache/cache-key/config.js +18 -0
- package/src/backend/cache/cache-key/type-guard.d.ts +2 -0
- package/src/backend/cache/cache-key/type-guard.js +4 -0
- package/src/backend/cache/cache-key/type.d.ts +2 -0
- package/src/backend/cache/index.d.ts +2 -0
- package/src/backend/cache/index.js +2 -0
- package/src/backend/database/connect-database/index.d.ts +1 -0
- package/src/backend/database/connect-database/index.js +1 -0
- package/src/backend/database/connect-database/type.d.ts +1 -0
- package/src/backend/database/connect-database/util.d.ts +2 -0
- package/src/backend/database/connect-database/util.js +12 -0
- package/src/{candle/candles-count → backend/database/model/translation}/index.d.ts +1 -0
- package/src/{candle/candles-count → backend/database/model/translation}/index.js +1 -0
- package/src/{database → backend/database}/model/translation/type.d.ts +1 -1
- package/src/backend/database/model/translation/util.d.ts +7 -0
- package/src/backend/database/model/translation/util.js +7 -0
- package/src/backend/database/mutation/translation/get-translations/index.d.ts +1 -0
- package/src/backend/database/mutation/translation/get-translations/index.js +1 -0
- package/src/backend/database/mutation/translation/get-translations/type.d.ts +8 -0
- package/src/backend/database/mutation/translation/get-translations/util.d.ts +2 -0
- package/src/backend/database/mutation/translation/get-translations/util.js +30 -0
- package/src/backend/database/mutation/translation/get-translations-as-dictionary/index.d.ts +1 -0
- package/src/backend/database/mutation/translation/get-translations-as-dictionary/index.js +1 -0
- package/src/backend/database/mutation/translation/get-translations-as-dictionary/util.d.ts +7 -0
- package/src/backend/database/mutation/translation/get-translations-as-dictionary/util.js +51 -0
- package/src/backend/database/mutation/translation/index.d.ts +2 -0
- package/src/backend/database/mutation/translation/index.js +2 -0
- package/src/backend/dictionary/compose-dictionary/index.d.ts +1 -0
- package/src/backend/dictionary/compose-dictionary/index.js +1 -0
- package/src/backend/dictionary/compose-dictionary/type.d.ts +10 -0
- package/src/backend/dictionary/compose-dictionary/util.d.ts +2 -0
- package/src/backend/dictionary/compose-dictionary/util.js +10 -0
- package/src/backend/dictionary/get-excluded-translation-ids/index.d.ts +1 -0
- package/src/backend/dictionary/get-excluded-translation-ids/index.js +1 -0
- package/src/backend/dictionary/get-excluded-translation-ids/type.d.ts +5 -0
- package/src/backend/dictionary/get-excluded-translation-ids/util.d.ts +2 -0
- package/src/backend/dictionary/get-excluded-translation-ids/util.js +10 -0
- package/src/backend/dictionary/index.d.ts +2 -0
- package/src/backend/dictionary/index.js +2 -0
- package/src/backend/express/index.d.ts +1 -0
- package/src/backend/express/index.js +1 -0
- package/src/backend/express/start-express-app/index.d.ts +1 -0
- package/src/backend/express/start-express-app/index.js +1 -0
- package/src/backend/express/start-express-app/type.d.ts +2 -0
- package/src/backend/express/start-express-app/util.d.ts +2 -0
- package/src/backend/express/start-express-app/util.js +8 -0
- package/src/backend/message-broker/index.d.ts +4 -0
- package/src/backend/message-broker/index.js +4 -0
- package/src/backend/message-broker/log-custom-error/index.d.ts +1 -0
- package/src/backend/message-broker/log-custom-error/index.js +1 -0
- package/src/backend/message-broker/log-custom-error/type.d.ts +2 -0
- package/src/backend/message-broker/log-custom-error/util.d.ts +2 -0
- package/src/backend/message-broker/log-custom-error/util.js +2 -0
- package/src/backend/message-broker/message-broker/config.d.ts +4 -0
- package/src/backend/message-broker/message-broker/config.js +4 -0
- package/src/backend/message-broker/message-broker/index.d.ts +3 -0
- package/src/backend/message-broker/message-broker/index.js +3 -0
- package/src/backend/message-broker/message-broker/singleton.d.ts +7 -0
- package/src/backend/message-broker/message-broker/singleton.js +70 -0
- package/src/backend/message-broker/message-broker/type.d.ts +12 -0
- package/src/backend/message-broker/message-broker-queue-name/type.d.ts +2 -0
- package/src/backend/message-broker/message-broker-refresh-cache/index.d.ts +2 -0
- package/src/backend/message-broker/message-broker-refresh-cache/index.js +2 -0
- package/src/backend/message-broker/message-broker-refresh-cache/refresh-cache/index.d.ts +1 -0
- package/src/backend/message-broker/message-broker-refresh-cache/refresh-cache/index.js +1 -0
- package/src/backend/message-broker/message-broker-refresh-cache/refresh-cache/type.d.ts +2 -0
- package/src/backend/message-broker/message-broker-refresh-cache/refresh-cache/util.d.ts +2 -0
- package/src/backend/message-broker/message-broker-refresh-cache/refresh-cache/util.js +6 -0
- package/src/backend/message-broker/message-broker-refresh-cache/type.d.ts +4 -0
- package/src/dictionary/dictionary/config.js +1 -1
- package/src/dictionary/translation-id/index.d.ts +5 -0
- package/src/dictionary/translation-id/index.js +5 -0
- package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/index.d.ts +0 -1
- package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/index.js +0 -1
- package/src/error/custom-error/console-custom-error/index.d.ts +2 -1
- package/src/error/custom-error/console-custom-error/index.js +10 -1
- package/src/helper/promise-all/index.d.ts +12 -1
- package/src/helper/promise-all/index.js +24 -1
- package/src/index.d.ts +1 -12
- package/src/index.js +1 -12
- package/src/page/index.d.ts +3 -2
- package/src/page/index.js +3 -2
- package/src/type/index.d.ts +1 -1
- package/src/type/index.js +1 -1
- package/src/type/null/index.d.ts +1 -0
- package/src/type/null/index.js +1 -0
- package/src/type/object/index.d.ts +3 -2
- package/src/type/object/index.js +3 -2
- package/src/type/object/properties-in-object/index.d.ts +1 -0
- package/src/type/object/properties-in-object/index.js +1 -0
- package/src/type/object/{is-object/properties-in-object/index.js → properties-in-object/type-guard.js} +2 -2
- package/src/type/object/property-in-object/index.d.ts +1 -0
- package/src/type/object/property-in-object/index.js +1 -0
- package/src/type/object/{is-object/property-in-object/index.js → property-in-object/type-guard.js} +1 -1
- package/src/type/object/{is-object/object/index.js → type-guard.js} +2 -2
- package/src/type/string/comma-separated/index.d.ts +1 -0
- package/src/type/string/comma-separated/index.js +1 -0
- package/src/type/string/index.d.ts +1 -1
- package/src/type/string/index.js +1 -1
- package/src/auth/type.d.ts +0 -8
- package/src/candle/burning-candle-state/config.d.ts +0 -1
- package/src/candle/burning-candle-state/config.js +0 -1
- package/src/candle/burning-candle-state/type-guard.d.ts +0 -2
- package/src/candle/burning-candle-state/type-guard.js +0 -4
- package/src/candle/burning-candle-state/type.d.ts +0 -2
- package/src/candle/candle-ext-person/index.d.ts +0 -1
- package/src/candle/candle-ext-person/index.js +0 -1
- package/src/candle/candle-ext-person/type.d.ts +0 -4
- package/src/candle/candles-count/type.d.ts +0 -6
- package/src/candle/has-candle-permission/type.d.ts +0 -4
- package/src/candle/has-candle-permission/util.d.ts +0 -2
- package/src/candle/has-candle-permission/util.js +0 -13
- package/src/candle/index.d.ts +0 -4
- package/src/candle/index.js +0 -4
- package/src/cookie/consent/cookie-consent/compose-cookie-consent/type.d.ts +0 -2
- package/src/cookie/consent/cookie-consent/compose-cookie-consent/util.d.ts +0 -2
- package/src/cookie/consent/cookie-consent/compose-cookie-consent/util.js +0 -5
- package/src/cookie/consent/cookie-consent/config.d.ts +0 -3
- package/src/cookie/consent/cookie-consent/config.js +0 -3
- package/src/cookie/consent/cookie-consent/default.d.ts +0 -2
- package/src/cookie/consent/cookie-consent/default.js +0 -3
- package/src/cookie/consent/cookie-consent/index.d.ts +0 -4
- package/src/cookie/consent/cookie-consent/index.js +0 -4
- package/src/cookie/consent/cookie-consent/type.d.ts +0 -9
- package/src/cookie/consent/cookie-consent-key/config.d.ts +0 -2
- package/src/cookie/consent/cookie-consent-key/config.js +0 -2
- package/src/cookie/consent/cookie-consent-key/type.d.ts +0 -2
- package/src/cookie/consent/index.d.ts +0 -2
- package/src/cookie/consent/index.js +0 -2
- package/src/cookie/index.d.ts +0 -1
- package/src/cookie/index.js +0 -1
- package/src/database/index.d.ts +0 -1
- package/src/database/index.js +0 -1
- package/src/database/model/candle/index.d.ts +0 -1
- package/src/database/model/candle/index.js +0 -1
- package/src/database/model/candle/type.d.ts +0 -11
- package/src/database/model/contact/index.d.ts +0 -1
- package/src/database/model/contact/index.js +0 -1
- package/src/database/model/contact/type.d.ts +0 -9
- package/src/database/model/country/index.d.ts +0 -1
- package/src/database/model/country/index.js +0 -1
- package/src/database/model/country/type.d.ts +0 -13
- package/src/database/model/error-log/index.d.ts +0 -1
- package/src/database/model/error-log/index.js +0 -1
- package/src/database/model/error-log/type.d.ts +0 -7
- package/src/database/model/index.d.ts +0 -6
- package/src/database/model/index.js +0 -6
- package/src/database/model/person/index.d.ts +0 -2
- package/src/database/model/person/index.js +0 -2
- package/src/database/model/person/person-image/index.d.ts +0 -1
- package/src/database/model/person/person-image/index.js +0 -1
- package/src/database/model/person/person-image/type.d.ts +0 -10
- package/src/database/model/person/type.d.ts +0 -21
- package/src/database/model/translation/index.d.ts +0 -1
- package/src/database/model/translation/index.js +0 -1
- package/src/date/index.d.ts +0 -1
- package/src/date/index.js +0 -1
- package/src/date/minutes/config.d.ts +0 -8
- package/src/date/minutes/config.js +0 -9
- package/src/dictionary/translation-ids/index.d.ts +0 -5
- package/src/dictionary/translation-ids/index.js +0 -5
- package/src/dictionary/translation-ids/page-translation-ids/candles-page-translation-ids/config.d.ts +0 -1
- package/src/dictionary/translation-ids/page-translation-ids/candles-page-translation-ids/config.js +0 -4
- package/src/dictionary/translation-ids/time/time-abbreviation/index.d.ts +0 -1
- package/src/dictionary/translation-ids/time/time-abbreviation/index.js +0 -1
- package/src/error/custom-error/console-custom-error/util.d.ts +0 -2
- package/src/error/custom-error/console-custom-error/util.js +0 -10
- package/src/filter-sort/filter-sort/candle-filter-sort/domains/index.d.ts +0 -12
- package/src/filter-sort/filter-sort/candle-filter-sort/index.d.ts +0 -1
- package/src/filter-sort/filter-sort/candle-filter-sort/index.js +0 -1
- package/src/filter-sort/filter-sort/index.d.ts +0 -2
- package/src/filter-sort/filter-sort/index.js +0 -2
- package/src/filter-sort/filter-sort/person-filter-sort/domains/index.d.ts +0 -14
- package/src/filter-sort/filter-sort/person-filter-sort/domains/index.js +0 -1
- package/src/filter-sort/filter-sort/person-filter-sort/index.d.ts +0 -1
- package/src/filter-sort/filter-sort/person-filter-sort/index.js +0 -1
- package/src/filter-sort/index.d.ts +0 -4
- package/src/filter-sort/index.js +0 -4
- package/src/filter-sort/sort/domains/index.d.ts +0 -5
- package/src/filter-sort/sort/domains/index.js +0 -1
- package/src/filter-sort/sort/index.d.ts +0 -1
- package/src/filter-sort/sort/index.js +0 -1
- package/src/filter-sort/sort-name/candle-sort-name/configs/index.d.ts +0 -1
- package/src/filter-sort/sort-name/candle-sort-name/configs/index.js +0 -1
- package/src/filter-sort/sort-name/candle-sort-name/domains/index.d.ts +0 -2
- package/src/filter-sort/sort-name/candle-sort-name/domains/index.js +0 -1
- package/src/filter-sort/sort-name/candle-sort-name/index.d.ts +0 -3
- package/src/filter-sort/sort-name/candle-sort-name/index.js +0 -3
- package/src/filter-sort/sort-name/candle-sort-name/type-guards/index.d.ts +0 -1
- package/src/filter-sort/sort-name/candle-sort-name/type-guards/index.js +0 -1
- package/src/filter-sort/sort-name/candle-sort-name/type-guards/is-candle-sort-name/index.d.ts +0 -2
- package/src/filter-sort/sort-name/candle-sort-name/type-guards/is-candle-sort-name/index.js +0 -4
- package/src/filter-sort/sort-name/index.d.ts +0 -2
- package/src/filter-sort/sort-name/index.js +0 -2
- package/src/filter-sort/sort-name/person-sort-name/configs/index.d.ts +0 -1
- package/src/filter-sort/sort-name/person-sort-name/configs/index.js +0 -1
- package/src/filter-sort/sort-name/person-sort-name/domains/index.d.ts +0 -2
- package/src/filter-sort/sort-name/person-sort-name/domains/index.js +0 -1
- package/src/filter-sort/sort-name/person-sort-name/index.d.ts +0 -3
- package/src/filter-sort/sort-name/person-sort-name/index.js +0 -3
- package/src/filter-sort/sort-name/person-sort-name/type-guards/index.d.ts +0 -1
- package/src/filter-sort/sort-name/person-sort-name/type-guards/index.js +0 -1
- package/src/filter-sort/sort-name/person-sort-name/type-guards/is-person-sort-name/index.d.ts +0 -2
- package/src/filter-sort/sort-name/person-sort-name/type-guards/is-person-sort-name/index.js +0 -4
- package/src/filter-sort/sort-order/configs/index.d.ts +0 -1
- package/src/filter-sort/sort-order/configs/index.js +0 -1
- package/src/filter-sort/sort-order/domains/index.d.ts +0 -2
- package/src/filter-sort/sort-order/domains/index.js +0 -1
- package/src/filter-sort/sort-order/index.d.ts +0 -3
- package/src/filter-sort/sort-order/index.js +0 -3
- package/src/filter-sort/sort-order/type-guards/index.d.ts +0 -1
- package/src/filter-sort/sort-order/type-guards/index.js +0 -1
- package/src/filter-sort/sort-order/type-guards/is-sort-order/index.d.ts +0 -2
- package/src/filter-sort/sort-order/type-guards/is-sort-order/index.js +0 -4
- package/src/geographical/county-code/config.d.ts +0 -1
- package/src/geographical/county-code/config.js +0 -248
- package/src/geographical/county-code/index.d.ts +0 -3
- package/src/geographical/county-code/index.js +0 -3
- package/src/geographical/county-code/type-guard.d.ts +0 -2
- package/src/geographical/county-code/type-guard.js +0 -4
- package/src/geographical/county-code/type.d.ts +0 -2
- package/src/geographical/index.d.ts +0 -1
- package/src/geographical/index.js +0 -1
- package/src/helper/promise-all/util.d.ts +0 -12
- package/src/helper/promise-all/util.js +0 -24
- package/src/image/convert-base-64-image/type.d.ts +0 -1
- package/src/image/convert-base-64-image/util.d.ts +0 -2
- package/src/image/convert-base-64-image/util.js +0 -1
- package/src/image/image/index.d.ts +0 -1
- package/src/image/image/index.js +0 -1
- package/src/image/image/type.d.ts +0 -5
- package/src/image/image-dimension/index.d.ts +0 -1
- package/src/image/image-dimension/index.js +0 -1
- package/src/image/image-dimension/type.d.ts +0 -5
- package/src/image/index.d.ts +0 -3
- package/src/image/index.js +0 -3
- package/src/page/page/index.d.ts +0 -3
- package/src/page/page/index.js +0 -3
- package/src/page/page-data/candle-details/index.d.ts +0 -1
- package/src/page/page-data/candle-details/index.js +0 -1
- package/src/page/page-data/candle-details/type.d.ts +0 -6
- package/src/page/page-data/candles-page-data.type.d.ts +0 -7
- package/src/page/page-data/candles-page-data.type.js +0 -1
- package/src/page/page-data/edit-candle/index.d.ts +0 -1
- package/src/page/page-data/edit-candle/index.js +0 -1
- package/src/page/page-data/edit-candle/type.d.ts +0 -8
- package/src/page/page-data/index.d.ts +0 -4
- package/src/page/page-data/index.js +0 -4
- package/src/page/page-data/light-candle/index.d.ts +0 -1
- package/src/page/page-data/light-candle/index.js +0 -1
- package/src/page/page-data/light-candle/type.d.ts +0 -6
- package/src/person/birth-place-country/index.d.ts +0 -1
- package/src/person/birth-place-country/index.js +0 -1
- package/src/person/birth-place-country/type.d.ts +0 -4
- package/src/person/birth-place-country/type.js +0 -1
- package/src/person/index.d.ts +0 -3
- package/src/person/index.js +0 -3
- package/src/person/person-image/index.d.ts +0 -2
- package/src/person/person-image/index.js +0 -2
- package/src/person/person-image/person-image-file-name/config.d.ts +0 -1
- package/src/person/person-image/person-image-file-name/config.js +0 -2
- package/src/person/person-image/person-image-file-name/type.d.ts +0 -2
- package/src/person/person-image/person-image-file-name/type.js +0 -1
- package/src/person/person-image/person-image-width/config.d.ts +0 -1
- package/src/person/person-image/person-image-width/config.js +0 -1
- package/src/person/person-image/person-image-width/type.d.ts +0 -2
- package/src/person/person-image/person-image-width/type.js +0 -1
- package/src/person/persons-count/index.d.ts +0 -1
- package/src/person/persons-count/index.js +0 -1
- package/src/person/persons-count/type.d.ts +0 -3
- package/src/person/persons-count/type.js +0 -1
- package/src/ssr/index.d.ts +0 -1
- package/src/ssr/index.js +0 -1
- package/src/ssr/server-side-props/candle-details-page/index.d.ts +0 -1
- package/src/ssr/server-side-props/candle-details-page/index.js +0 -1
- package/src/ssr/server-side-props/candle-details-page/type.d.ts +0 -11
- package/src/ssr/server-side-props/candle-details-page/type.js +0 -1
- package/src/ssr/server-side-props/candles-page-server-side-props.type.d.ts +0 -13
- package/src/ssr/server-side-props/candles-page-server-side-props.type.js +0 -1
- package/src/ssr/server-side-props/contact-page/index.d.ts +0 -1
- package/src/ssr/server-side-props/contact-page/index.js +0 -1
- package/src/ssr/server-side-props/contact-page/type.d.ts +0 -9
- package/src/ssr/server-side-props/contact-page/type.js +0 -1
- package/src/ssr/server-side-props/cookie-policy-page/index.d.ts +0 -1
- package/src/ssr/server-side-props/cookie-policy-page/index.js +0 -1
- package/src/ssr/server-side-props/cookie-policy-page/type.d.ts +0 -9
- package/src/ssr/server-side-props/cookie-policy-page/type.js +0 -1
- package/src/ssr/server-side-props/edit-candle-page/index.d.ts +0 -1
- package/src/ssr/server-side-props/edit-candle-page/index.js +0 -1
- package/src/ssr/server-side-props/edit-candle-page/type.d.ts +0 -11
- package/src/ssr/server-side-props/edit-candle-page/type.js +0 -1
- package/src/ssr/server-side-props/help-page/index.d.ts +0 -1
- package/src/ssr/server-side-props/help-page/index.js +0 -1
- package/src/ssr/server-side-props/help-page/type.d.ts +0 -9
- package/src/ssr/server-side-props/help-page/type.js +0 -1
- package/src/ssr/server-side-props/index.d.ts +0 -9
- package/src/ssr/server-side-props/index.js +0 -9
- package/src/ssr/server-side-props/light-candle-page/index.d.ts +0 -1
- package/src/ssr/server-side-props/light-candle-page/index.js +0 -1
- package/src/ssr/server-side-props/light-candle-page/type.d.ts +0 -11
- package/src/ssr/server-side-props/light-candle-page/type.js +0 -1
- package/src/ssr/server-side-props/terms-and-conditions-page/index.d.ts +0 -1
- package/src/ssr/server-side-props/terms-and-conditions-page/index.js +0 -1
- package/src/ssr/server-side-props/terms-and-conditions-page/type.d.ts +0 -9
- package/src/ssr/server-side-props/terms-and-conditions-page/type.js +0 -1
- package/src/ssr/server-side-props/type.d.ts +0 -9
- package/src/ssr/server-side-props/type.js +0 -1
- package/src/type/object/add-prefix-to-object-props/type.d.ts +0 -1
- package/src/type/object/add-prefix-to-object-props/type.js +0 -1
- package/src/type/object/add-prefix-to-object-props/util.d.ts +0 -2
- package/src/type/object/add-prefix-to-object-props/util.js +0 -1
- package/src/type/object/is-object/index.d.ts +0 -3
- package/src/type/object/is-object/index.js +0 -3
- /package/src/{filter-sort/filter-sort/candle-filter-sort/domains → _devops/get-project-config/domains/args}/index.js +0 -0
- /package/src/{date/minutes → aws/account-id}/index.d.ts +0 -0
- /package/src/{date/minutes → aws/account-id}/index.js +0 -0
- /package/src/{candle/has-candle-permission → aws/app-config/get-app-config}/index.d.ts +0 -0
- /package/src/{candle/has-candle-permission → aws/app-config/get-app-config}/index.js +0 -0
- /package/src/{cookie/consent/cookie-consent/compose-cookie-consent → aws/cdk/attach-policy}/index.d.ts +0 -0
- /package/src/{cookie/consent/cookie-consent/compose-cookie-consent → aws/cdk/attach-policy}/index.js +0 -0
- /package/src/{auth → aws/cdk/attach-policy}/type.js +0 -0
- /package/src/{image/convert-base-64-image → aws/cdk/compose-cdk-stack}/index.d.ts +0 -0
- /package/src/{image/convert-base-64-image → aws/cdk/compose-cdk-stack}/index.js +0 -0
- /package/src/aws/{aws-region → cdk/compose-cdk-stack}/type.js +0 -0
- /package/src/{type/object/add-prefix-to-object-props → aws/lambda/lambda-arn/compose-lambda-arn}/index.d.ts +0 -0
- /package/src/{type/object/add-prefix-to-object-props → aws/lambda/lambda-arn/compose-lambda-arn}/index.js +0 -0
- /package/src/{candle/burning-candle-state → aws/lambda/lambda-arn/compose-lambda-arn}/type.js +0 -0
- /package/src/{cookie/consent/cookie-consent-key → aws/lambda/lambda-name}/index.d.ts +0 -0
- /package/src/{cookie/consent/cookie-consent-key → aws/lambda/lambda-name}/index.js +0 -0
- /package/src/{candle/candle-ext-person → aws/lambda/lambda-name}/type.js +0 -0
- /package/src/aws/{aws-region → region}/config.d.ts +0 -0
- /package/src/aws/{aws-region → region}/config.js +0 -0
- /package/src/aws/{aws-region → region}/default.d.ts +0 -0
- /package/src/aws/{aws-region → region}/default.js +0 -0
- /package/src/aws/{aws-region → region}/index.d.ts +0 -0
- /package/src/aws/{aws-region → region}/index.js +0 -0
- /package/src/aws/{aws-region → region}/type.d.ts +0 -0
- /package/src/{candle/candles-count → aws/region}/type.js +0 -0
- /package/src/{candle/has-candle-permission → aws/s3/s3-arn/compose-s3-arn}/type.js +0 -0
- /package/src/{cookie/consent/cookie-consent-key → aws/sqs/queue-arn/compose-queue-arn}/type.js +0 -0
- /package/src/{person/person-image/person-image-file-name → aws/sqs/queue-name/cache}/index.d.ts +0 -0
- /package/src/{person/person-image/person-image-file-name → aws/sqs/queue-name/cache}/index.js +0 -0
- /package/src/{cookie/consent/cookie-consent/compose-cookie-consent → aws/sqs/queue-name/cache}/type.js +0 -0
- /package/src/{person/person-image/person-image-width → aws/sqs/queue-name/logger}/index.d.ts +0 -0
- /package/src/{person/person-image/person-image-width → aws/sqs/queue-name/logger}/index.js +0 -0
- /package/src/{cookie/consent/cookie-consent → aws/sqs/queue-name/logger}/type.js +0 -0
- /package/src/{database/model/candle → aws/sqs/queue-name/queue-name}/type.js +0 -0
- /package/src/{database/model/country → backend/cache/cache}/type.js +0 -0
- /package/src/{candle/burning-candle-state → backend/cache/cache-key}/index.d.ts +0 -0
- /package/src/{candle/burning-candle-state → backend/cache/cache-key}/index.js +0 -0
- /package/src/{database/model/contact → backend/cache/cache-key}/type.js +0 -0
- /package/src/{database/model/error-log → backend/database/connect-database}/type.js +0 -0
- /package/src/{database/model/person/person-image → backend/database/model/translation}/type.js +0 -0
- /package/src/{database/model/person → backend/database/mutation/translation/get-translations}/type.js +0 -0
- /package/src/{database/model/translation → backend/dictionary/compose-dictionary}/type.js +0 -0
- /package/src/{geographical/county-code → backend/dictionary/get-excluded-translation-ids}/type.js +0 -0
- /package/src/{image/convert-base-64-image → backend/express/start-express-app}/type.js +0 -0
- /package/src/{image/image-dimension → backend/message-broker/log-custom-error}/type.js +0 -0
- /package/src/{page/page-data/light-candle → backend/message-broker/message-broker}/type.js +0 -0
- /package/src/{auth → backend/message-broker/message-broker-queue-name}/index.d.ts +0 -0
- /package/src/{auth → backend/message-broker/message-broker-queue-name}/index.js +0 -0
- /package/src/{image/image → backend/message-broker/message-broker-queue-name}/type.js +0 -0
- /package/src/{page/page-data/candle-details → backend/message-broker/message-broker-refresh-cache/refresh-cache}/type.js +0 -0
- /package/src/{page/page-data/edit-candle → backend/message-broker/message-broker-refresh-cache}/type.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-card/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-card/config.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-card/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-card/index.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-cards/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-cards/config.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-cards/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-cards/index.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-image/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-image/config.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-image/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-image/index.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-maintenance/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-maintenance/config.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-maintenance/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candle-maintenance/index.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candles-list/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candles-list/config.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candles-list/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/candles-list/index.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/candle/index.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/common-page/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/common-page/config.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/common-page/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/common-page/index.js +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/add-person-page-translation-ids/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/add-person-page-translation-ids/config.js +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/add-person-page-translation-ids/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/add-person-page-translation-ids/index.js +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/edit-person-page-translation-ids/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/edit-person-page-translation-ids/config.js +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids/candles-page-translation-ids → translation-id/page/edit-person-page-translation-ids}/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids/candles-page-translation-ids → translation-id/page/edit-person-page-translation-ids}/index.js +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/person-candles-page-translation-ids/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/person-candles-page-translation-ids/config.js +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids/edit-person-page-translation-ids → translation-id/page/person-candles-page-translation-ids}/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids/edit-person-page-translation-ids → translation-id/page/person-candles-page-translation-ids}/index.js +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/person-details-page-translation-ids/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/person-details-page-translation-ids/config.js +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids/person-candles-page-translation-ids → translation-id/page/person-details-page-translation-ids}/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids/person-candles-page-translation-ids → translation-id/page/person-details-page-translation-ids}/index.js +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/persons-map-page-translation-ids/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/persons-map-page-translation-ids/config.js +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids/person-details-page-translation-ids → translation-id/page/persons-map-page-translation-ids}/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids/person-details-page-translation-ids → translation-id/page/persons-map-page-translation-ids}/index.js +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/persons-page-translation-ids/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids → translation-id/page}/persons-page-translation-ids/config.js +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids/persons-map-page-translation-ids → translation-id/page/persons-page-translation-ids}/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids/persons-map-page-translation-ids → translation-id/page/persons-page-translation-ids}/index.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/person/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/person/index.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/person/person-card/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/person/person-card/config.js +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids/persons-page-translation-ids → translation-id/person/person-card}/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids/page-translation-ids/persons-page-translation-ids → translation-id/person/person-card}/index.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/person/person-cards/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/person/person-cards/config.js +0 -0
- /package/src/dictionary/{translation-ids/person/person-card → translation-id/person/person-cards}/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids/person/person-card → translation-id/person/person-cards}/index.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/person/person-image/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/person/person-image/config.js +0 -0
- /package/src/dictionary/{translation-ids/person/person-cards → translation-id/person/person-image}/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids/person/person-cards → translation-id/person/person-image}/index.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/person/person-maintenance/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/person/person-maintenance/config.js +0 -0
- /package/src/dictionary/{translation-ids/person/person-image → translation-id/person/person-maintenance}/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids/person/person-image → translation-id/person/person-maintenance}/index.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/person/persons-list/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/person/persons-list/config.js +0 -0
- /package/src/dictionary/{translation-ids/person/person-maintenance → translation-id/person/persons-list}/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids/person/person-maintenance → translation-id/person/persons-list}/index.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/time/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/time/index.js +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/time/time-abbreviation/config.d.ts +0 -0
- /package/src/dictionary/{translation-ids → translation-id}/time/time-abbreviation/config.js +0 -0
- /package/src/dictionary/{translation-ids/person/persons-list → translation-id/time/time-abbreviation}/index.d.ts +0 -0
- /package/src/dictionary/{translation-ids/person/persons-list → translation-id/time/time-abbreviation}/index.js +0 -0
- /package/src/page/{page/config.d.ts → config.d.ts} +0 -0
- /package/src/page/{page/config.js → config.js} +0 -0
- /package/src/page/{page/type-guard.d.ts → type-guard.d.ts} +0 -0
- /package/src/page/{page/type-guard.js → type-guard.js} +0 -0
- /package/src/page/{page/type.d.ts → type.d.ts} +0 -0
- /package/src/page/{page/type.js → type.js} +0 -0
- /package/src/type/{is-null/index.d.ts → null/type-guard.d.ts} +0 -0
- /package/src/type/{is-null/index.js → null/type-guard.js} +0 -0
- /package/src/type/object/{is-object/properties-in-object/index.d.ts → properties-in-object/type-guard.d.ts} +0 -0
- /package/src/type/object/{is-object/property-in-object/index.d.ts → property-in-object/type-guard.d.ts} +0 -0
- /package/src/type/object/{is-object/object/index.d.ts → type-guard.d.ts} +0 -0
- /package/src/type/string/{validate-comma-separated-string → comma-separated}/types.d.ts +0 -0
- /package/src/type/string/{validate-comma-separated-string → comma-separated}/types.js +0 -0
- /package/src/type/string/{validate-comma-separated-string/index.d.ts → comma-separated/validate.d.ts} +0 -0
- /package/src/type/string/{validate-comma-separated-string/index.js → comma-separated/validate.js} +0 -0
@@ -1 +1,24 @@
|
|
1
|
-
export
|
1
|
+
export const promiseAll = async (promises, keys) => {
|
2
|
+
const resp = await Promise.all(promises);
|
3
|
+
const customErrors = resp.filter((it) => 'customError' in it);
|
4
|
+
const values = resp.filter((it) => 'data' in it).map((it) => it.data);
|
5
|
+
if (customErrors.length > 0) {
|
6
|
+
return { customErrors };
|
7
|
+
}
|
8
|
+
if (!keys) {
|
9
|
+
let data = {};
|
10
|
+
values.forEach((it) => {
|
11
|
+
data = Object.assign(data, it);
|
12
|
+
});
|
13
|
+
return {
|
14
|
+
data: data,
|
15
|
+
};
|
16
|
+
}
|
17
|
+
const data = {};
|
18
|
+
values.forEach((it, i) => {
|
19
|
+
data[keys[i]] = it;
|
20
|
+
});
|
21
|
+
return {
|
22
|
+
data: data,
|
23
|
+
};
|
24
|
+
};
|
package/src/index.d.ts
CHANGED
@@ -1,18 +1,7 @@
|
|
1
|
-
export * from './
|
2
|
-
export * from './auth/index.js';
|
3
|
-
export * from './candle/index.js';
|
4
|
-
export * from './cookie/index.js';
|
5
|
-
export * from './database/index.js';
|
6
|
-
export * from './date/index.js';
|
1
|
+
export * from './dictionary/index.js';
|
7
2
|
export * from './environment/index.js';
|
8
3
|
export * from './error/index.js';
|
9
|
-
export * from './filter-sort/index.js';
|
10
|
-
export * from './geographical/index.js';
|
11
4
|
export * from './helper/index.js';
|
12
|
-
export * from './image/index.js';
|
13
5
|
export * from './page/index.js';
|
14
|
-
export * from './person/index.js';
|
15
6
|
export * from './project/index.js';
|
16
|
-
export * from './ssr/index.js';
|
17
|
-
export * from './dictionary/index.js';
|
18
7
|
export * from './type/index.js';
|
package/src/index.js
CHANGED
@@ -1,18 +1,7 @@
|
|
1
|
-
export * from './
|
2
|
-
export * from './auth/index.js';
|
3
|
-
export * from './candle/index.js';
|
4
|
-
export * from './cookie/index.js';
|
5
|
-
export * from './database/index.js';
|
6
|
-
export * from './date/index.js';
|
1
|
+
export * from './dictionary/index.js';
|
7
2
|
export * from './environment/index.js';
|
8
3
|
export * from './error/index.js';
|
9
|
-
export * from './filter-sort/index.js';
|
10
|
-
export * from './geographical/index.js';
|
11
4
|
export * from './helper/index.js';
|
12
|
-
export * from './image/index.js';
|
13
5
|
export * from './page/index.js';
|
14
|
-
export * from './person/index.js';
|
15
6
|
export * from './project/index.js';
|
16
|
-
export * from './ssr/index.js';
|
17
|
-
export * from './dictionary/index.js';
|
18
7
|
export * from './type/index.js';
|
package/src/page/index.d.ts
CHANGED
@@ -1,2 +1,3 @@
|
|
1
|
-
export * from './
|
2
|
-
export * from './
|
1
|
+
export * from './config.js';
|
2
|
+
export * from './type.js';
|
3
|
+
export * from './type-guard.js';
|
package/src/page/index.js
CHANGED
@@ -1,2 +1,3 @@
|
|
1
|
-
export * from './
|
2
|
-
export * from './
|
1
|
+
export * from './config.js';
|
2
|
+
export * from './type.js';
|
3
|
+
export * from './type-guard.js';
|
package/src/type/index.d.ts
CHANGED
package/src/type/index.js
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
export * from './type-guard.js';
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './type-guard.js';
|
@@ -1,2 +1,3 @@
|
|
1
|
-
export * from './
|
2
|
-
export * from './
|
1
|
+
export * from './properties-in-object/index.js';
|
2
|
+
export * from './property-in-object/index.js';
|
3
|
+
export * from './type-guard.js';
|
package/src/type/object/index.js
CHANGED
@@ -1,2 +1,3 @@
|
|
1
|
-
export * from './
|
2
|
-
export * from './
|
1
|
+
export * from './properties-in-object/index.js';
|
2
|
+
export * from './property-in-object/index.js';
|
3
|
+
export * from './type-guard.js';
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './type-guard.js';
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './type-guard.js';
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { isObject } from '../
|
2
|
-
import { isPropertyInObject } from '../property-in-object/
|
1
|
+
import { isObject } from '../type-guard.js';
|
2
|
+
import { isPropertyInObject } from '../property-in-object/type-guard.js';
|
3
3
|
export const isPropertiesInObject = (props, data, typeGuard) => {
|
4
4
|
if (!isObject(data)) {
|
5
5
|
return false;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './type-guard.js';
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './type-guard.js';
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { isArray } from '
|
2
|
-
import { isNull } from '
|
1
|
+
import { isArray } from '../array/index.js';
|
2
|
+
import { isNull } from '../null/index.js';
|
3
3
|
export const isObject = (data) => {
|
4
4
|
if (typeof data !== 'object') {
|
5
5
|
return false;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './validate.js';
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './validate.js';
|
package/src/type/string/index.js
CHANGED
package/src/auth/type.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export declare const BURNING_CANDLE_STATES: readonly ["burning", "burned"];
|
@@ -1 +0,0 @@
|
|
1
|
-
export const BURNING_CANDLE_STATES = ['burning', 'burned'];
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './type.js';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './type.js';
|
@@ -1,13 +0,0 @@
|
|
1
|
-
export const hasCandlePermission = (userId, operation, options) => {
|
2
|
-
const { candleUserId, personUserId } = options;
|
3
|
-
if (!userId) {
|
4
|
-
return false;
|
5
|
-
}
|
6
|
-
if (userId === candleUserId) {
|
7
|
-
return true;
|
8
|
-
}
|
9
|
-
if (userId === personUserId && operation === 'delete') {
|
10
|
-
return true;
|
11
|
-
}
|
12
|
-
return false;
|
13
|
-
};
|
package/src/candle/index.d.ts
DELETED
package/src/candle/index.js
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
import { CookieConsentKey } from '../cookie-consent-key/index.js';
|
2
|
-
import { COOKIE_CONSENT_CONFIG } from './config.js';
|
3
|
-
export type CookieConsent = {
|
4
|
-
[key in CookieConsentKey]: TypeMap[(typeof COOKIE_CONSENT_CONFIG)[key]];
|
5
|
-
};
|
6
|
-
interface TypeMap {
|
7
|
-
boolean: boolean;
|
8
|
-
}
|
9
|
-
export {};
|
package/src/cookie/index.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * from './consent/index.js';
|
package/src/cookie/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * from './consent/index.js';
|
package/src/database/index.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * from './model/index.js';
|
package/src/database/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * from './model/index.js';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './type.js';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './type.js';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './type.js';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './type.js';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './type.js';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './type.js';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './type.js';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './type.js';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './type.js';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './type.js';
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { ImageDimension } from '../../../../image/index.js';
|
2
|
-
import { PersonImageWidth } from '../../../../person/index.js';
|
3
|
-
export interface PersonImage {
|
4
|
-
dimensions: {
|
5
|
-
original: ImageDimension<number>;
|
6
|
-
resized: ImageDimension<PersonImageWidth>[];
|
7
|
-
};
|
8
|
-
extension: string;
|
9
|
-
name: string;
|
10
|
-
}
|
@@ -1,21 +0,0 @@
|
|
1
|
-
import { CountryCode } from '../../../geographical/index.js';
|
2
|
-
import { PersonImage } from './person-image/index.js';
|
3
|
-
export interface Person {
|
4
|
-
_id: string;
|
5
|
-
birth?: {
|
6
|
-
date?: string | null;
|
7
|
-
place?: {
|
8
|
-
countryCode?: CountryCode | null;
|
9
|
-
};
|
10
|
-
};
|
11
|
-
death?: {
|
12
|
-
date?: string | null;
|
13
|
-
};
|
14
|
-
description?: string | null;
|
15
|
-
images?: PersonImage[] | null;
|
16
|
-
isProposable?: boolean;
|
17
|
-
name: string;
|
18
|
-
userId?: string;
|
19
|
-
createdAt: Date;
|
20
|
-
updatedAt: Date;
|
21
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './type.js';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './type.js';
|
package/src/date/index.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * from './minutes/index.js';
|
package/src/date/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * from './minutes/index.js';
|
@@ -1,9 +0,0 @@
|
|
1
|
-
const oneDayInMinutes = 1440;
|
2
|
-
export const DATE_MINUTES_CONFIG = {
|
3
|
-
ONE_DAY_IN_MINUTES: oneDayInMinutes,
|
4
|
-
ONE_DAY_IN_SECONDS: oneDayInMinutes * 60,
|
5
|
-
SEVEN_DAYS_IN_MINUTES: oneDayInMinutes * 7,
|
6
|
-
SEVEN_DAYS_IN_SECONDS: oneDayInMinutes * 7 * 60,
|
7
|
-
ONE_YEAR_IN_MINUTES: oneDayInMinutes * 365,
|
8
|
-
ONE_YEAR_IN_SECONDS: oneDayInMinutes * 365 * 60,
|
9
|
-
};
|
package/src/dictionary/translation-ids/page-translation-ids/candles-page-translation-ids/config.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export declare const CANDLES_PAGE_TRANSLATION_IDS: readonly ["imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "select", "burnedCandles", "burningCandles", "myCandles", "createdAt", "litName", "candles", "candle", "candlesInCount", "reset", "sort", "candles"];
|
package/src/dictionary/translation-ids/page-translation-ids/candles-page-translation-ids/config.js
DELETED
@@ -1,4 +0,0 @@
|
|
1
|
-
import { CANDLES_LIST_TRANSLATION_IDS } from '../../candle/candles-list/config.js';
|
2
|
-
export const CANDLES_PAGE_TRANSLATION_IDS = [...CANDLES_LIST_TRANSLATION_IDS, 'candles'];
|
3
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
4
|
-
const CHECK = CANDLES_PAGE_TRANSLATION_IDS;
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './config.js';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './config.js';
|
@@ -1,10 +0,0 @@
|
|
1
|
-
export const consoleCustomError = (customError) => {
|
2
|
-
console.error('***ERROR***:', customError.message);
|
3
|
-
console.error('ID:', customError.id);
|
4
|
-
if (customError.projectName) {
|
5
|
-
console.error('PROJECT_NAME:', customError.projectName);
|
6
|
-
}
|
7
|
-
if (customError.info) {
|
8
|
-
console.error('INFO:', customError.info);
|
9
|
-
}
|
10
|
-
};
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import { BurningCandleState } from '../../../../candle/index.js';
|
2
|
-
import { CandleSortName } from '../../../sort-name/index.js';
|
3
|
-
import { SortOrder } from '../../../sort-order/index.js';
|
4
|
-
export interface CandleFilterSort {
|
5
|
-
count: number;
|
6
|
-
burning_states?: BurningCandleState[];
|
7
|
-
person_id?: string;
|
8
|
-
skip_count?: number;
|
9
|
-
sort_name: CandleSortName;
|
10
|
-
sort_order: SortOrder;
|
11
|
-
user_id?: string;
|
12
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './domains/index.js';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './domains/index.js';
|