@adtrackify/at-service-common 3.2.34 → 3.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/__tests__/helpers/account-users-helper.spec.d.ts +1 -1
- package/dist/cjs/__tests__/helpers/account-users-helper.spec.js +200 -200
- package/dist/cjs/__tests__/identity-cache/identity-cache-db-service.spec.d.ts +1 -1
- package/dist/cjs/__tests__/identity-cache/identity-cache-db-service.spec.js +527 -527
- package/dist/cjs/__tests__/libs/compress-decompress.spec.d.ts +1 -1
- package/dist/cjs/__tests__/libs/compress-decompress.spec.js +16 -16
- package/dist/cjs/__tests__/libs/currency.spec.d.ts +1 -1
- package/dist/cjs/__tests__/libs/currency.spec.js +220 -220
- package/dist/cjs/__tests__/libs/dates.spec.d.ts +1 -1
- package/dist/cjs/__tests__/libs/dates.spec.js +132 -132
- package/dist/cjs/__tests__/libs/numbers.spec.d.ts +1 -1
- package/dist/cjs/__tests__/libs/numbers.spec.js +261 -261
- package/dist/cjs/__tests__/s3-client/s3-client.spec.d.ts +1 -1
- package/dist/cjs/__tests__/s3-client/s3-client.spec.js +26 -26
- package/dist/cjs/__tests__/shopify/shopify-graphql-transformer.spec.d.ts +1 -1
- package/dist/cjs/__tests__/shopify/shopify-graphql-transformer.spec.js +35 -35
- package/dist/cjs/clients/generic/cognito-client.d.ts +23 -23
- package/dist/cjs/clients/generic/cognito-client.js +209 -209
- package/dist/cjs/clients/generic/dynamodb-client.d.ts +17 -17
- package/dist/cjs/clients/generic/dynamodb-client.js +167 -167
- package/dist/cjs/clients/generic/eventbridge-client.d.ts +14 -14
- package/dist/cjs/clients/generic/eventbridge-client.js +49 -49
- package/dist/cjs/clients/generic/http-client.d.ts +14 -14
- package/dist/cjs/clients/generic/http-client.js +61 -61
- package/dist/cjs/clients/generic/index.d.ts +10 -10
- package/dist/cjs/clients/generic/index.js +26 -26
- package/dist/cjs/clients/generic/lambda-invoke-client.d.ts +10 -10
- package/dist/cjs/clients/generic/lambda-invoke-client.js +35 -35
- package/dist/cjs/clients/generic/location-client.d.ts +8 -8
- package/dist/cjs/clients/generic/location-client.js +31 -31
- package/dist/cjs/clients/generic/redis-client.d.ts +18 -18
- package/dist/cjs/clients/generic/redis-client.js +128 -128
- package/dist/cjs/clients/generic/s3-client.d.ts +23 -23
- package/dist/cjs/clients/generic/s3-client.js +198 -198
- package/dist/cjs/clients/generic/singlestore-db-client.d.ts +14 -14
- package/dist/cjs/clients/generic/singlestore-db-client.js +67 -67
- package/dist/cjs/clients/generic/sqs-client.d.ts +20 -20
- package/dist/cjs/clients/generic/sqs-client.js +36 -36
- package/dist/cjs/clients/index.d.ts +3 -3
- package/dist/cjs/clients/index.js +19 -19
- package/dist/cjs/clients/internal-api/accounts-client.d.ts +83 -83
- package/dist/cjs/clients/internal-api/accounts-client.js +107 -107
- package/dist/cjs/clients/internal-api/cache-lambda-client.d.ts +25 -25
- package/dist/cjs/clients/internal-api/cache-lambda-client.js +79 -79
- package/dist/cjs/clients/internal-api/db-management-client.d.ts +18 -18
- package/dist/cjs/clients/internal-api/db-management-client.js +36 -36
- package/dist/cjs/clients/internal-api/destinations-client.d.ts +27 -27
- package/dist/cjs/clients/internal-api/destinations-client.js +51 -51
- package/dist/cjs/clients/internal-api/event-collector-client.d.ts +20 -20
- package/dist/cjs/clients/internal-api/event-collector-client.js +36 -36
- package/dist/cjs/clients/internal-api/identity-client.d.ts +25 -25
- package/dist/cjs/clients/internal-api/identity-client.js +92 -92
- package/dist/cjs/clients/internal-api/index.d.ts +9 -9
- package/dist/cjs/clients/internal-api/index.js +25 -25
- package/dist/cjs/clients/internal-api/shopify-app-install-client.d.ts +36 -36
- package/dist/cjs/clients/internal-api/shopify-app-install-client.js +68 -68
- package/dist/cjs/clients/internal-api/subscriptions-client.d.ts +23 -23
- package/dist/cjs/clients/internal-api/subscriptions-client.js +58 -58
- package/dist/cjs/clients/internal-api/users-auth-client.d.ts +35 -35
- package/dist/cjs/clients/internal-api/users-auth-client.js +110 -110
- package/dist/cjs/clients/third-party/emailable-client.d.ts +7 -30
- package/dist/cjs/clients/third-party/emailable-client.js +19 -19
- package/dist/cjs/clients/third-party/emailable-client.js.map +1 -1
- package/dist/cjs/clients/third-party/exchange-rate-api-client.d.ts +17 -17
- package/dist/cjs/clients/third-party/exchange-rate-api-client.js +19 -19
- package/dist/cjs/clients/third-party/index.d.ts +2 -2
- package/dist/cjs/clients/third-party/index.js +18 -18
- package/dist/cjs/clients/third-party/shopify/graphql-product-queries.d.ts +2 -2
- package/dist/cjs/clients/third-party/shopify/graphql-product-queries.js +5 -5
- package/dist/cjs/clients/third-party/shopify/shopify-graphql-client.d.ts +9 -9
- package/dist/cjs/clients/third-party/shopify/shopify-graphql-client.js +95 -95
- package/dist/cjs/clients/third-party/shopify-client.d.ts +29 -29
- package/dist/cjs/clients/third-party/shopify-client.js +144 -144
- package/dist/cjs/helpers/account-users-helper.d.ts +2 -2
- package/dist/cjs/helpers/account-users-helper.js +22 -22
- package/dist/cjs/helpers/identity-cache-helper.d.ts +4 -4
- package/dist/cjs/helpers/identity-cache-helper.js +150 -150
- package/dist/cjs/helpers/index.d.ts +6 -6
- package/dist/cjs/helpers/index.js +22 -22
- package/dist/cjs/helpers/input-validation-helper.d.ts +3 -3
- package/dist/cjs/helpers/input-validation-helper.js +22 -22
- package/dist/cjs/helpers/logging-helper.d.ts +16 -16
- package/dist/cjs/helpers/logging-helper.js +84 -84
- package/dist/cjs/helpers/response-helper.d.ts +15 -15
- package/dist/cjs/helpers/response-helper.js +42 -42
- package/dist/cjs/helpers/shopify-helper.d.ts +9 -9
- package/dist/cjs/helpers/shopify-helper.js +28 -28
- package/dist/cjs/index.d.ts +5 -5
- package/dist/cjs/index.js +21 -21
- package/dist/cjs/libs/click-id-parser.d.ts +23 -23
- package/dist/cjs/libs/click-id-parser.js +49 -49
- package/dist/cjs/libs/compression.d.ts +2 -2
- package/dist/cjs/libs/compression.js +33 -33
- package/dist/cjs/libs/crypto.d.ts +2 -2
- package/dist/cjs/libs/crypto.js +16 -16
- package/dist/cjs/libs/csv.d.ts +2 -2
- package/dist/cjs/libs/csv.js +35 -35
- package/dist/cjs/libs/currency.d.ts +1 -1
- package/dist/cjs/libs/currency.js +24 -24
- package/dist/cjs/libs/dates.d.ts +12 -12
- package/dist/cjs/libs/dates.js +96 -96
- package/dist/cjs/libs/http-error.d.ts +21 -21
- package/dist/cjs/libs/http-error.js +59 -59
- package/dist/cjs/libs/http-status-codes.d.ts +58 -58
- package/dist/cjs/libs/http-status-codes.js +62 -62
- package/dist/cjs/libs/index.d.ts +13 -13
- package/dist/cjs/libs/index.js +29 -29
- package/dist/cjs/libs/numbers.d.ts +1 -1
- package/dist/cjs/libs/numbers.js +15 -15
- package/dist/cjs/libs/referrer-parser/index.d.ts +2 -2
- package/dist/cjs/libs/referrer-parser/index.js +18 -18
- package/dist/cjs/libs/referrer-parser/referrer-data.d.ts +9 -9
- package/dist/cjs/libs/referrer-parser/referrer-data.js +4712 -4712
- package/dist/cjs/libs/referrer-parser/referrer-parser-util.d.ts +20 -20
- package/dist/cjs/libs/referrer-parser/referrer-parser-util.js +128 -128
- package/dist/cjs/libs/traits.d.ts +2 -2
- package/dist/cjs/libs/traits.js +19 -19
- package/dist/cjs/libs/url.d.ts +1 -1
- package/dist/cjs/libs/url.js +13 -13
- package/dist/cjs/services/cache/generic-cached-object.d.ts +5 -5
- package/dist/cjs/services/cache/generic-cached-object.js +2 -2
- package/dist/cjs/services/cache/index.d.ts +1 -1
- package/dist/cjs/services/cache/index.js +17 -17
- package/dist/cjs/services/cache/product-cache-service.d.ts +21 -21
- package/dist/cjs/services/cache/product-cache-service.js +68 -68
- package/dist/cjs/services/currency-exchange-rate-lookup-service.d.ts +11 -11
- package/dist/cjs/services/currency-exchange-rate-lookup-service.js +50 -50
- package/dist/cjs/services/db/currency-exchange-rates-db-service.d.ts +21 -21
- package/dist/cjs/services/db/currency-exchange-rates-db-service.js +39 -39
- package/dist/cjs/services/db/destinations-db-service.d.ts +9 -9
- package/dist/cjs/services/db/destinations-db-service.js +57 -57
- package/dist/cjs/services/db/identity-cache-db-service.d.ts +24 -24
- package/dist/cjs/services/db/identity-cache-db-service.js +233 -233
- package/dist/cjs/services/db/index.d.ts +9 -9
- package/dist/cjs/services/db/index.js +25 -25
- package/dist/cjs/services/db/log-events-db-service.d.ts +11 -11
- package/dist/cjs/services/db/log-events-db-service.js +172 -172
- package/dist/cjs/services/db/purchasable-contacts-db-service.d.ts +8 -8
- package/dist/cjs/services/db/purchasable-contacts-db-service.js +25 -25
- package/dist/cjs/services/db/purchased-contacts-db-service.d.ts +9 -9
- package/dist/cjs/services/db/purchased-contacts-db-service.js +38 -38
- package/dist/cjs/services/db/shopify-app-installs-db-service.d.ts +7 -7
- package/dist/cjs/services/db/shopify-app-installs-db-service.js +47 -47
- package/dist/cjs/services/db/shopify-products-cache-db-service.d.ts +16 -16
- package/dist/cjs/services/db/shopify-products-cache-db-service.js +65 -65
- package/dist/cjs/services/db/tracking-events-db-service.d.ts +20 -20
- package/dist/cjs/services/db/tracking-events-db-service.js +162 -162
- package/dist/cjs/services/eventbridge-integration-service.d.ts +9 -9
- package/dist/cjs/services/eventbridge-integration-service.js +28 -28
- package/dist/cjs/services/events/index.d.ts +3 -3
- package/dist/cjs/services/events/index.js +19 -19
- package/dist/cjs/services/events/log-event-service.d.ts +9 -9
- package/dist/cjs/services/events/log-event-service.js +56 -56
- package/dist/cjs/services/events/metric-event-service.d.ts +9 -9
- package/dist/cjs/services/events/metric-event-service.js +49 -49
- package/dist/cjs/services/events/tracking-event-sqs-service.d.ts +8 -8
- package/dist/cjs/services/events/tracking-event-sqs-service.js +29 -29
- package/dist/cjs/services/generic-cache-service.d.ts +7 -7
- package/dist/cjs/services/generic-cache-service.js +33 -33
- package/dist/cjs/services/index.d.ts +8 -8
- package/dist/cjs/services/index.js +24 -24
- package/dist/cjs/services/ipdata-lookup-service.d.ts +19 -19
- package/dist/cjs/services/ipdata-lookup-service.js +77 -77
- package/dist/cjs/services/shopify/index.d.ts +3 -3
- package/dist/cjs/services/shopify/index.js +19 -19
- package/dist/cjs/services/shopify/products/index.d.ts +1 -1
- package/dist/cjs/services/shopify/products/index.js +17 -17
- package/dist/cjs/services/shopify/products/shopify-products-serviceV2.d.ts +17 -17
- package/dist/cjs/services/shopify/products/shopify-products-serviceV2.js +103 -103
- package/dist/cjs/services/shopify/shopify-graphql-transformer.d.ts +9 -9
- package/dist/cjs/services/shopify/shopify-graphql-transformer.js +137 -137
- package/dist/cjs/services/shopify/types/index.d.ts +1 -1
- package/dist/cjs/services/shopify/types/index.js +17 -17
- package/dist/cjs/services/shopify/types/product.d.ts +115 -115
- package/dist/cjs/services/shopify/types/product.js +9 -9
- package/dist/cjs/types/api-response.d.ts +6 -6
- package/dist/cjs/types/api-response.js +2 -2
- package/dist/cjs/types/index.d.ts +2 -2
- package/dist/cjs/types/index.js +18 -18
- package/dist/cjs/types/internal-events/event-detail-types.d.ts +20 -20
- package/dist/cjs/types/internal-events/event-detail-types.js +27 -27
- package/dist/cjs/types/internal-events/index.d.ts +1 -1
- package/dist/cjs/types/internal-events/index.js +17 -17
- package/dist/cjs/types/shopify-graphql-types/admin.generated.d.ts +105 -105
- package/dist/cjs/types/shopify-graphql-types/admin.generated.js +2 -2
- package/dist/cjs/types/shopify-graphql-types/admin.types.d.ts +26289 -26289
- package/dist/cjs/types/shopify-graphql-types/admin.types.js +5311 -5311
- package/dist/cjs/types/shopify-graphql-types/index.d.ts +2 -2
- package/dist/cjs/types/shopify-graphql-types/index.js +18 -18
- package/dist/esm/__tests__/helpers/account-users-helper.spec.d.ts +1 -1
- package/dist/esm/__tests__/helpers/account-users-helper.spec.js +198 -198
- package/dist/esm/__tests__/identity-cache/identity-cache-db-service.spec.d.ts +1 -1
- package/dist/esm/__tests__/identity-cache/identity-cache-db-service.spec.js +525 -525
- package/dist/esm/__tests__/libs/compress-decompress.spec.d.ts +1 -1
- package/dist/esm/__tests__/libs/compress-decompress.spec.js +14 -14
- package/dist/esm/__tests__/libs/currency.spec.d.ts +1 -1
- package/dist/esm/__tests__/libs/currency.spec.js +218 -218
- package/dist/esm/__tests__/libs/dates.spec.d.ts +1 -1
- package/dist/esm/__tests__/libs/dates.spec.js +130 -130
- package/dist/esm/__tests__/libs/numbers.spec.d.ts +1 -1
- package/dist/esm/__tests__/libs/numbers.spec.js +259 -259
- package/dist/esm/__tests__/s3-client/s3-client.spec.d.ts +1 -1
- package/dist/esm/__tests__/s3-client/s3-client.spec.js +24 -24
- package/dist/esm/__tests__/shopify/shopify-graphql-transformer.spec.d.ts +1 -1
- package/dist/esm/__tests__/shopify/shopify-graphql-transformer.spec.js +33 -33
- package/dist/esm/clients/generic/cognito-client.d.ts +23 -23
- package/dist/esm/clients/generic/cognito-client.js +204 -204
- package/dist/esm/clients/generic/dynamodb-client.d.ts +17 -17
- package/dist/esm/clients/generic/dynamodb-client.js +163 -163
- package/dist/esm/clients/generic/eventbridge-client.d.ts +14 -14
- package/dist/esm/clients/generic/eventbridge-client.js +45 -45
- package/dist/esm/clients/generic/http-client.d.ts +14 -14
- package/dist/esm/clients/generic/http-client.js +53 -53
- package/dist/esm/clients/generic/index.d.ts +10 -10
- package/dist/esm/clients/generic/index.js +10 -10
- package/dist/esm/clients/generic/lambda-invoke-client.d.ts +10 -10
- package/dist/esm/clients/generic/lambda-invoke-client.js +31 -31
- package/dist/esm/clients/generic/location-client.d.ts +8 -8
- package/dist/esm/clients/generic/location-client.js +27 -27
- package/dist/esm/clients/generic/redis-client.d.ts +18 -18
- package/dist/esm/clients/generic/redis-client.js +121 -121
- package/dist/esm/clients/generic/s3-client.d.ts +23 -23
- package/dist/esm/clients/generic/s3-client.js +191 -191
- package/dist/esm/clients/generic/singlestore-db-client.d.ts +14 -14
- package/dist/esm/clients/generic/singlestore-db-client.js +40 -40
- package/dist/esm/clients/generic/sqs-client.d.ts +20 -20
- package/dist/esm/clients/generic/sqs-client.js +32 -32
- package/dist/esm/clients/index.d.ts +3 -3
- package/dist/esm/clients/index.js +3 -3
- package/dist/esm/clients/internal-api/accounts-client.d.ts +83 -83
- package/dist/esm/clients/internal-api/accounts-client.js +103 -103
- package/dist/esm/clients/internal-api/cache-lambda-client.d.ts +25 -25
- package/dist/esm/clients/internal-api/cache-lambda-client.js +75 -75
- package/dist/esm/clients/internal-api/db-management-client.d.ts +18 -18
- package/dist/esm/clients/internal-api/db-management-client.js +32 -32
- package/dist/esm/clients/internal-api/destinations-client.d.ts +27 -27
- package/dist/esm/clients/internal-api/destinations-client.js +47 -47
- package/dist/esm/clients/internal-api/event-collector-client.d.ts +20 -20
- package/dist/esm/clients/internal-api/event-collector-client.js +32 -32
- package/dist/esm/clients/internal-api/identity-client.d.ts +25 -25
- package/dist/esm/clients/internal-api/identity-client.js +88 -88
- package/dist/esm/clients/internal-api/index.d.ts +9 -9
- package/dist/esm/clients/internal-api/index.js +9 -9
- package/dist/esm/clients/internal-api/shopify-app-install-client.d.ts +36 -36
- package/dist/esm/clients/internal-api/shopify-app-install-client.js +64 -64
- package/dist/esm/clients/internal-api/subscriptions-client.d.ts +23 -23
- package/dist/esm/clients/internal-api/subscriptions-client.js +54 -54
- package/dist/esm/clients/internal-api/users-auth-client.d.ts +35 -35
- package/dist/esm/clients/internal-api/users-auth-client.js +106 -106
- package/dist/esm/clients/third-party/emailable-client.d.ts +7 -30
- package/dist/esm/clients/third-party/emailable-client.js +15 -15
- package/dist/esm/clients/third-party/emailable-client.js.map +1 -1
- package/dist/esm/clients/third-party/exchange-rate-api-client.d.ts +17 -17
- package/dist/esm/clients/third-party/exchange-rate-api-client.js +15 -15
- package/dist/esm/clients/third-party/index.d.ts +2 -2
- package/dist/esm/clients/third-party/index.js +2 -2
- package/dist/esm/clients/third-party/shopify/graphql-product-queries.d.ts +2 -2
- package/dist/esm/clients/third-party/shopify/graphql-product-queries.js +2 -2
- package/dist/esm/clients/third-party/shopify/shopify-graphql-client.d.ts +9 -9
- package/dist/esm/clients/third-party/shopify/shopify-graphql-client.js +91 -91
- package/dist/esm/clients/third-party/shopify-client.d.ts +29 -29
- package/dist/esm/clients/third-party/shopify-client.js +140 -140
- package/dist/esm/helpers/account-users-helper.d.ts +2 -2
- package/dist/esm/helpers/account-users-helper.js +18 -18
- package/dist/esm/helpers/identity-cache-helper.d.ts +4 -4
- package/dist/esm/helpers/identity-cache-helper.js +145 -145
- package/dist/esm/helpers/index.d.ts +6 -6
- package/dist/esm/helpers/index.js +6 -6
- package/dist/esm/helpers/input-validation-helper.d.ts +3 -3
- package/dist/esm/helpers/input-validation-helper.js +18 -18
- package/dist/esm/helpers/logging-helper.d.ts +16 -16
- package/dist/esm/helpers/logging-helper.js +56 -56
- package/dist/esm/helpers/response-helper.d.ts +15 -15
- package/dist/esm/helpers/response-helper.js +36 -36
- package/dist/esm/helpers/shopify-helper.d.ts +9 -9
- package/dist/esm/helpers/shopify-helper.js +23 -23
- package/dist/esm/index.d.ts +5 -5
- package/dist/esm/index.js +5 -5
- package/dist/esm/libs/click-id-parser.d.ts +23 -23
- package/dist/esm/libs/click-id-parser.js +45 -45
- package/dist/esm/libs/compression.d.ts +2 -2
- package/dist/esm/libs/compression.js +25 -25
- package/dist/esm/libs/crypto.d.ts +2 -2
- package/dist/esm/libs/crypto.js +8 -8
- package/dist/esm/libs/csv.d.ts +2 -2
- package/dist/esm/libs/csv.js +30 -30
- package/dist/esm/libs/currency.d.ts +1 -1
- package/dist/esm/libs/currency.js +17 -17
- package/dist/esm/libs/dates.d.ts +12 -12
- package/dist/esm/libs/dates.js +83 -83
- package/dist/esm/libs/http-error.d.ts +21 -21
- package/dist/esm/libs/http-error.js +55 -55
- package/dist/esm/libs/http-status-codes.d.ts +58 -58
- package/dist/esm/libs/http-status-codes.js +59 -59
- package/dist/esm/libs/index.d.ts +13 -13
- package/dist/esm/libs/index.js +13 -13
- package/dist/esm/libs/numbers.d.ts +1 -1
- package/dist/esm/libs/numbers.js +11 -11
- package/dist/esm/libs/referrer-parser/index.d.ts +2 -2
- package/dist/esm/libs/referrer-parser/index.js +2 -2
- package/dist/esm/libs/referrer-parser/referrer-data.d.ts +9 -9
- package/dist/esm/libs/referrer-parser/referrer-data.js +4709 -4709
- package/dist/esm/libs/referrer-parser/referrer-parser-util.d.ts +20 -20
- package/dist/esm/libs/referrer-parser/referrer-parser-util.js +121 -121
- package/dist/esm/libs/traits.d.ts +2 -2
- package/dist/esm/libs/traits.js +12 -12
- package/dist/esm/libs/url.d.ts +1 -1
- package/dist/esm/libs/url.js +9 -9
- package/dist/esm/services/cache/generic-cached-object.d.ts +5 -5
- package/dist/esm/services/cache/generic-cached-object.js +1 -1
- package/dist/esm/services/cache/index.d.ts +1 -1
- package/dist/esm/services/cache/index.js +1 -1
- package/dist/esm/services/cache/product-cache-service.d.ts +21 -21
- package/dist/esm/services/cache/product-cache-service.js +60 -60
- package/dist/esm/services/currency-exchange-rate-lookup-service.d.ts +11 -11
- package/dist/esm/services/currency-exchange-rate-lookup-service.js +46 -46
- package/dist/esm/services/db/currency-exchange-rates-db-service.d.ts +21 -21
- package/dist/esm/services/db/currency-exchange-rates-db-service.js +35 -35
- package/dist/esm/services/db/destinations-db-service.d.ts +9 -9
- package/dist/esm/services/db/destinations-db-service.js +53 -53
- package/dist/esm/services/db/identity-cache-db-service.d.ts +24 -24
- package/dist/esm/services/db/identity-cache-db-service.js +229 -229
- package/dist/esm/services/db/index.d.ts +9 -9
- package/dist/esm/services/db/index.js +9 -9
- package/dist/esm/services/db/log-events-db-service.d.ts +11 -11
- package/dist/esm/services/db/log-events-db-service.js +168 -168
- package/dist/esm/services/db/purchasable-contacts-db-service.d.ts +8 -8
- package/dist/esm/services/db/purchasable-contacts-db-service.js +21 -21
- package/dist/esm/services/db/purchased-contacts-db-service.d.ts +9 -9
- package/dist/esm/services/db/purchased-contacts-db-service.js +34 -34
- package/dist/esm/services/db/shopify-app-installs-db-service.d.ts +7 -7
- package/dist/esm/services/db/shopify-app-installs-db-service.js +43 -43
- package/dist/esm/services/db/shopify-products-cache-db-service.d.ts +16 -16
- package/dist/esm/services/db/shopify-products-cache-db-service.js +58 -58
- package/dist/esm/services/db/tracking-events-db-service.d.ts +20 -20
- package/dist/esm/services/db/tracking-events-db-service.js +158 -158
- package/dist/esm/services/eventbridge-integration-service.d.ts +9 -9
- package/dist/esm/services/eventbridge-integration-service.js +24 -24
- package/dist/esm/services/events/index.d.ts +3 -3
- package/dist/esm/services/events/index.js +3 -3
- package/dist/esm/services/events/log-event-service.d.ts +9 -9
- package/dist/esm/services/events/log-event-service.js +52 -52
- package/dist/esm/services/events/metric-event-service.d.ts +9 -9
- package/dist/esm/services/events/metric-event-service.js +45 -45
- package/dist/esm/services/events/tracking-event-sqs-service.d.ts +8 -8
- package/dist/esm/services/events/tracking-event-sqs-service.js +25 -25
- package/dist/esm/services/generic-cache-service.d.ts +7 -7
- package/dist/esm/services/generic-cache-service.js +29 -29
- package/dist/esm/services/index.d.ts +8 -8
- package/dist/esm/services/index.js +8 -8
- package/dist/esm/services/ipdata-lookup-service.d.ts +19 -19
- package/dist/esm/services/ipdata-lookup-service.js +73 -73
- package/dist/esm/services/shopify/index.d.ts +3 -3
- package/dist/esm/services/shopify/index.js +3 -3
- package/dist/esm/services/shopify/products/index.d.ts +1 -1
- package/dist/esm/services/shopify/products/index.js +1 -1
- package/dist/esm/services/shopify/products/shopify-products-serviceV2.d.ts +17 -17
- package/dist/esm/services/shopify/products/shopify-products-serviceV2.js +99 -99
- package/dist/esm/services/shopify/shopify-graphql-transformer.d.ts +9 -9
- package/dist/esm/services/shopify/shopify-graphql-transformer.js +134 -134
- package/dist/esm/services/shopify/types/index.d.ts +1 -1
- package/dist/esm/services/shopify/types/index.js +1 -1
- package/dist/esm/services/shopify/types/product.d.ts +115 -115
- package/dist/esm/services/shopify/types/product.js +6 -6
- package/dist/esm/types/api-response.d.ts +6 -6
- package/dist/esm/types/api-response.js +1 -1
- package/dist/esm/types/index.d.ts +2 -2
- package/dist/esm/types/index.js +2 -2
- package/dist/esm/types/internal-events/event-detail-types.d.ts +20 -20
- package/dist/esm/types/internal-events/event-detail-types.js +24 -24
- package/dist/esm/types/internal-events/index.d.ts +1 -1
- package/dist/esm/types/internal-events/index.js +1 -1
- package/dist/esm/types/shopify-graphql-types/admin.generated.d.ts +105 -105
- package/dist/esm/types/shopify-graphql-types/admin.generated.js +1 -1
- package/dist/esm/types/shopify-graphql-types/admin.types.d.ts +26289 -26289
- package/dist/esm/types/shopify-graphql-types/admin.types.js +5299 -5299
- package/dist/esm/types/shopify-graphql-types/index.d.ts +2 -2
- package/dist/esm/types/shopify-graphql-types/index.js +2 -2
- package/package.json +3 -3
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export declare const success: (body: any, additionalHeaders?: any) => {
|
|
2
|
-
statusCode: number;
|
|
3
|
-
headers: any;
|
|
4
|
-
body: string;
|
|
5
|
-
};
|
|
6
|
-
export declare const failure: (error: any, statusCode?: number) => {
|
|
7
|
-
statusCode: number;
|
|
8
|
-
headers: any;
|
|
9
|
-
body: string;
|
|
10
|
-
};
|
|
11
|
-
export declare const buildResponse: (statusCode: number, body?: any, additionalHeaders?: any) => {
|
|
12
|
-
statusCode: number;
|
|
13
|
-
headers: any;
|
|
14
|
-
body: string;
|
|
15
|
-
};
|
|
1
|
+
export declare const success: (body: any, additionalHeaders?: any) => {
|
|
2
|
+
statusCode: number;
|
|
3
|
+
headers: any;
|
|
4
|
+
body: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const failure: (error: any, statusCode?: number) => {
|
|
7
|
+
statusCode: number;
|
|
8
|
+
headers: any;
|
|
9
|
+
body: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const buildResponse: (statusCode: number, body?: any, additionalHeaders?: any) => {
|
|
12
|
+
statusCode: number;
|
|
13
|
+
headers: any;
|
|
14
|
+
body: string;
|
|
15
|
+
};
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.buildResponse = exports.failure = exports.success = void 0;
|
|
4
|
-
const success = (body, additionalHeaders = {}) => {
|
|
5
|
-
return (0, exports.buildResponse)(200, body, additionalHeaders);
|
|
6
|
-
};
|
|
7
|
-
exports.success = success;
|
|
8
|
-
const defaultError = {
|
|
9
|
-
message: 'internalServerError'
|
|
10
|
-
};
|
|
11
|
-
const failure = (error, statusCode = 500) => {
|
|
12
|
-
statusCode = error?.statusCode ?? statusCode;
|
|
13
|
-
let body = defaultError;
|
|
14
|
-
if (error?.body) {
|
|
15
|
-
body = error.body;
|
|
16
|
-
}
|
|
17
|
-
else if (error?.message) {
|
|
18
|
-
body = { message: error.message };
|
|
19
|
-
}
|
|
20
|
-
else if (statusCode === 500) {
|
|
21
|
-
body = defaultError;
|
|
22
|
-
}
|
|
23
|
-
return (0, exports.buildResponse)(statusCode, body);
|
|
24
|
-
};
|
|
25
|
-
exports.failure = failure;
|
|
26
|
-
const buildResponse = (statusCode, body = {}, additionalHeaders = {}) => {
|
|
27
|
-
delete body.stack;
|
|
28
|
-
return {
|
|
29
|
-
statusCode: statusCode,
|
|
30
|
-
headers: {
|
|
31
|
-
'Access-Control-Allow-Origin': '*',
|
|
32
|
-
'Access-Control-Allow-Credentials': true,
|
|
33
|
-
'cache-control': 'max-age=86400',
|
|
34
|
-
Date: new Date(),
|
|
35
|
-
'Last-Modified': new Date(),
|
|
36
|
-
'Access-Control-Allow-Headers': 'Content-Type, Content-Encoding',
|
|
37
|
-
...additionalHeaders
|
|
38
|
-
},
|
|
39
|
-
body: JSON.stringify(body),
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
exports.buildResponse = buildResponse;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.buildResponse = exports.failure = exports.success = void 0;
|
|
4
|
+
const success = (body, additionalHeaders = {}) => {
|
|
5
|
+
return (0, exports.buildResponse)(200, body, additionalHeaders);
|
|
6
|
+
};
|
|
7
|
+
exports.success = success;
|
|
8
|
+
const defaultError = {
|
|
9
|
+
message: 'internalServerError'
|
|
10
|
+
};
|
|
11
|
+
const failure = (error, statusCode = 500) => {
|
|
12
|
+
statusCode = error?.statusCode ?? statusCode;
|
|
13
|
+
let body = defaultError;
|
|
14
|
+
if (error?.body) {
|
|
15
|
+
body = error.body;
|
|
16
|
+
}
|
|
17
|
+
else if (error?.message) {
|
|
18
|
+
body = { message: error.message };
|
|
19
|
+
}
|
|
20
|
+
else if (statusCode === 500) {
|
|
21
|
+
body = defaultError;
|
|
22
|
+
}
|
|
23
|
+
return (0, exports.buildResponse)(statusCode, body);
|
|
24
|
+
};
|
|
25
|
+
exports.failure = failure;
|
|
26
|
+
const buildResponse = (statusCode, body = {}, additionalHeaders = {}) => {
|
|
27
|
+
delete body.stack;
|
|
28
|
+
return {
|
|
29
|
+
statusCode: statusCode,
|
|
30
|
+
headers: {
|
|
31
|
+
'Access-Control-Allow-Origin': '*',
|
|
32
|
+
'Access-Control-Allow-Credentials': true,
|
|
33
|
+
'cache-control': 'max-age=86400',
|
|
34
|
+
Date: new Date(),
|
|
35
|
+
'Last-Modified': new Date(),
|
|
36
|
+
'Access-Control-Allow-Headers': 'Content-Type, Content-Encoding',
|
|
37
|
+
...additionalHeaders
|
|
38
|
+
},
|
|
39
|
+
body: JSON.stringify(body),
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
exports.buildResponse = buildResponse;
|
|
43
43
|
//# sourceMappingURL=response-helper.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export interface ShopifyRequestValidationParameters {
|
|
2
|
-
code: string;
|
|
3
|
-
hmac?: string;
|
|
4
|
-
shop: string;
|
|
5
|
-
state: string;
|
|
6
|
-
timestamp: string;
|
|
7
|
-
}
|
|
8
|
-
export declare const isShopifyRequestValid: (validationParams: ShopifyRequestValidationParameters, validationHmac: string, shopifyAppApiSecret: string) => boolean;
|
|
9
|
-
export declare const validateShopifyRequest: (validationParams: ShopifyRequestValidationParameters, validationHmac: string, shopifyAppApiSecret: string) => boolean;
|
|
1
|
+
export interface ShopifyRequestValidationParameters {
|
|
2
|
+
code: string;
|
|
3
|
+
hmac?: string;
|
|
4
|
+
shop: string;
|
|
5
|
+
state: string;
|
|
6
|
+
timestamp: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const isShopifyRequestValid: (validationParams: ShopifyRequestValidationParameters, validationHmac: string, shopifyAppApiSecret: string) => boolean;
|
|
9
|
+
export declare const validateShopifyRequest: (validationParams: ShopifyRequestValidationParameters, validationHmac: string, shopifyAppApiSecret: string) => boolean;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.validateShopifyRequest = exports.isShopifyRequestValid = void 0;
|
|
4
|
-
const crypto_1 = require("crypto");
|
|
5
|
-
const logging_helper_js_1 = require("./logging-helper.js");
|
|
6
|
-
const http_error_js_1 = require("../libs/http-error.js");
|
|
7
|
-
const url_js_1 = require("../libs/url.js");
|
|
8
|
-
const isShopifyRequestValid = (validationParams, validationHmac, shopifyAppApiSecret) => {
|
|
9
|
-
delete validationParams.hmac;
|
|
10
|
-
const hmacString = (0, url_js_1.mapObjectToQueryString)(validationParams);
|
|
11
|
-
const generatedHash = (0, crypto_1.createHmac)('sha256', shopifyAppApiSecret)
|
|
12
|
-
.update(hmacString)
|
|
13
|
-
.digest('hex');
|
|
14
|
-
return generatedHash === validationHmac;
|
|
15
|
-
};
|
|
16
|
-
exports.isShopifyRequestValid = isShopifyRequestValid;
|
|
17
|
-
const validateShopifyRequest = (validationParams, validationHmac, shopifyAppApiSecret) => {
|
|
18
|
-
logging_helper_js_1.Logger.info('Validating shopify request is authentic', { validationParams });
|
|
19
|
-
const isValid = (0, exports.isShopifyRequestValid)(validationParams, validationHmac, shopifyAppApiSecret);
|
|
20
|
-
if (!isValid) {
|
|
21
|
-
const message = 'Failed: Shopify Request hmac validation';
|
|
22
|
-
logging_helper_js_1.Logger.error(message);
|
|
23
|
-
throw http_error_js_1.HttpError.badRequest(message);
|
|
24
|
-
}
|
|
25
|
-
logging_helper_js_1.Logger.info('Sucess: Shopify Request hmac validation');
|
|
26
|
-
return true;
|
|
27
|
-
};
|
|
28
|
-
exports.validateShopifyRequest = validateShopifyRequest;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.validateShopifyRequest = exports.isShopifyRequestValid = void 0;
|
|
4
|
+
const crypto_1 = require("crypto");
|
|
5
|
+
const logging_helper_js_1 = require("./logging-helper.js");
|
|
6
|
+
const http_error_js_1 = require("../libs/http-error.js");
|
|
7
|
+
const url_js_1 = require("../libs/url.js");
|
|
8
|
+
const isShopifyRequestValid = (validationParams, validationHmac, shopifyAppApiSecret) => {
|
|
9
|
+
delete validationParams.hmac;
|
|
10
|
+
const hmacString = (0, url_js_1.mapObjectToQueryString)(validationParams);
|
|
11
|
+
const generatedHash = (0, crypto_1.createHmac)('sha256', shopifyAppApiSecret)
|
|
12
|
+
.update(hmacString)
|
|
13
|
+
.digest('hex');
|
|
14
|
+
return generatedHash === validationHmac;
|
|
15
|
+
};
|
|
16
|
+
exports.isShopifyRequestValid = isShopifyRequestValid;
|
|
17
|
+
const validateShopifyRequest = (validationParams, validationHmac, shopifyAppApiSecret) => {
|
|
18
|
+
logging_helper_js_1.Logger.info('Validating shopify request is authentic', { validationParams });
|
|
19
|
+
const isValid = (0, exports.isShopifyRequestValid)(validationParams, validationHmac, shopifyAppApiSecret);
|
|
20
|
+
if (!isValid) {
|
|
21
|
+
const message = 'Failed: Shopify Request hmac validation';
|
|
22
|
+
logging_helper_js_1.Logger.error(message);
|
|
23
|
+
throw http_error_js_1.HttpError.badRequest(message);
|
|
24
|
+
}
|
|
25
|
+
logging_helper_js_1.Logger.info('Sucess: Shopify Request hmac validation');
|
|
26
|
+
return true;
|
|
27
|
+
};
|
|
28
|
+
exports.validateShopifyRequest = validateShopifyRequest;
|
|
29
29
|
//# sourceMappingURL=shopify-helper.js.map
|
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './clients/index.js';
|
|
2
|
-
export * from './helpers/index.js';
|
|
3
|
-
export * from './libs/index.js';
|
|
4
|
-
export * from './types/index.js';
|
|
5
|
-
export * from './services/index.js';
|
|
1
|
+
export * from './clients/index.js';
|
|
2
|
+
export * from './helpers/index.js';
|
|
3
|
+
export * from './libs/index.js';
|
|
4
|
+
export * from './types/index.js';
|
|
5
|
+
export * from './services/index.js';
|
package/dist/cjs/index.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./clients/index.js"), exports);
|
|
18
|
-
__exportStar(require("./helpers/index.js"), exports);
|
|
19
|
-
__exportStar(require("./libs/index.js"), exports);
|
|
20
|
-
__exportStar(require("./types/index.js"), exports);
|
|
21
|
-
__exportStar(require("./services/index.js"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./clients/index.js"), exports);
|
|
18
|
+
__exportStar(require("./helpers/index.js"), exports);
|
|
19
|
+
__exportStar(require("./libs/index.js"), exports);
|
|
20
|
+
__exportStar(require("./types/index.js"), exports);
|
|
21
|
+
__exportStar(require("./services/index.js"), exports);
|
|
22
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export declare enum CLICK_NETWORK {
|
|
2
|
-
GOOGLE = "Google",
|
|
3
|
-
FACEBOOK = "Facebook",
|
|
4
|
-
TIKTOK = "TikTok",
|
|
5
|
-
TWITTER = "Twitter",
|
|
6
|
-
SNAPCHAT = "Snapchat",
|
|
7
|
-
TABOOLA = "Taboola",
|
|
8
|
-
OUTBRAIN = "Outbrain",
|
|
9
|
-
MICROSOFT = "Microsoft"
|
|
10
|
-
}
|
|
11
|
-
export declare const ClickIdDictionary: {
|
|
12
|
-
[key: string]: CLICK_NETWORK;
|
|
13
|
-
};
|
|
14
|
-
export interface ParsedClickId {
|
|
15
|
-
mktClickParam?: string;
|
|
16
|
-
mktClickId?: string;
|
|
17
|
-
mkyClickNetwork?: CLICK_NETWORK;
|
|
18
|
-
}
|
|
19
|
-
export declare const parseClickId: (qsp: URLSearchParams) => {
|
|
20
|
-
mktClickParam: string;
|
|
21
|
-
mktClickId: string | null;
|
|
22
|
-
mktClickNetwork: CLICK_NETWORK;
|
|
23
|
-
} | undefined;
|
|
1
|
+
export declare enum CLICK_NETWORK {
|
|
2
|
+
GOOGLE = "Google",
|
|
3
|
+
FACEBOOK = "Facebook",
|
|
4
|
+
TIKTOK = "TikTok",
|
|
5
|
+
TWITTER = "Twitter",
|
|
6
|
+
SNAPCHAT = "Snapchat",
|
|
7
|
+
TABOOLA = "Taboola",
|
|
8
|
+
OUTBRAIN = "Outbrain",
|
|
9
|
+
MICROSOFT = "Microsoft"
|
|
10
|
+
}
|
|
11
|
+
export declare const ClickIdDictionary: {
|
|
12
|
+
[key: string]: CLICK_NETWORK;
|
|
13
|
+
};
|
|
14
|
+
export interface ParsedClickId {
|
|
15
|
+
mktClickParam?: string;
|
|
16
|
+
mktClickId?: string;
|
|
17
|
+
mkyClickNetwork?: CLICK_NETWORK;
|
|
18
|
+
}
|
|
19
|
+
export declare const parseClickId: (qsp: URLSearchParams) => {
|
|
20
|
+
mktClickParam: string;
|
|
21
|
+
mktClickId: string | null;
|
|
22
|
+
mktClickNetwork: CLICK_NETWORK;
|
|
23
|
+
} | undefined;
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.parseClickId = exports.ClickIdDictionary = exports.CLICK_NETWORK = void 0;
|
|
4
|
-
const at_shared_utils_1 = require("@adtrackify/at-shared-utils");
|
|
5
|
-
const helpers_1 = require("../helpers");
|
|
6
|
-
var CLICK_NETWORK;
|
|
7
|
-
(function (CLICK_NETWORK) {
|
|
8
|
-
CLICK_NETWORK["GOOGLE"] = "Google";
|
|
9
|
-
CLICK_NETWORK["FACEBOOK"] = "Facebook";
|
|
10
|
-
CLICK_NETWORK["TIKTOK"] = "TikTok";
|
|
11
|
-
CLICK_NETWORK["TWITTER"] = "Twitter";
|
|
12
|
-
CLICK_NETWORK["SNAPCHAT"] = "Snapchat";
|
|
13
|
-
CLICK_NETWORK["TABOOLA"] = "Taboola";
|
|
14
|
-
CLICK_NETWORK["OUTBRAIN"] = "Outbrain";
|
|
15
|
-
CLICK_NETWORK["MICROSOFT"] = "Microsoft";
|
|
16
|
-
})(CLICK_NETWORK = exports.CLICK_NETWORK || (exports.CLICK_NETWORK = {}));
|
|
17
|
-
exports.ClickIdDictionary = {
|
|
18
|
-
'gclid': CLICK_NETWORK.GOOGLE,
|
|
19
|
-
'dclid': CLICK_NETWORK.GOOGLE,
|
|
20
|
-
'gbraid': CLICK_NETWORK.GOOGLE,
|
|
21
|
-
'wbraid': CLICK_NETWORK.GOOGLE,
|
|
22
|
-
'fbclid': CLICK_NETWORK.FACEBOOK,
|
|
23
|
-
'ttclid': CLICK_NETWORK.TIKTOK,
|
|
24
|
-
'twclid': CLICK_NETWORK.TWITTER,
|
|
25
|
-
'sccid': CLICK_NETWORK.SNAPCHAT,
|
|
26
|
-
'taboola_click_id': CLICK_NETWORK.TABOOLA,
|
|
27
|
-
'ob_click_id': CLICK_NETWORK.OUTBRAIN,
|
|
28
|
-
'microsoftclickid': CLICK_NETWORK.MICROSOFT,
|
|
29
|
-
};
|
|
30
|
-
const parseClickId = (qsp) => {
|
|
31
|
-
try {
|
|
32
|
-
if (!(0, at_shared_utils_1.isEmpty)(qsp)) {
|
|
33
|
-
for (const item of Object.entries(exports.ClickIdDictionary)) {
|
|
34
|
-
if (qsp.has(item?.[0])) {
|
|
35
|
-
return {
|
|
36
|
-
mktClickParam: item[0],
|
|
37
|
-
mktClickId: qsp.get(item[0]),
|
|
38
|
-
mktClickNetwork: item[1]
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
catch (error) {
|
|
45
|
-
helpers_1.Logger.warn('Unable to parse click ID', { error });
|
|
46
|
-
return undefined;
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
exports.parseClickId = parseClickId;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.parseClickId = exports.ClickIdDictionary = exports.CLICK_NETWORK = void 0;
|
|
4
|
+
const at_shared_utils_1 = require("@adtrackify/at-shared-utils");
|
|
5
|
+
const helpers_1 = require("../helpers");
|
|
6
|
+
var CLICK_NETWORK;
|
|
7
|
+
(function (CLICK_NETWORK) {
|
|
8
|
+
CLICK_NETWORK["GOOGLE"] = "Google";
|
|
9
|
+
CLICK_NETWORK["FACEBOOK"] = "Facebook";
|
|
10
|
+
CLICK_NETWORK["TIKTOK"] = "TikTok";
|
|
11
|
+
CLICK_NETWORK["TWITTER"] = "Twitter";
|
|
12
|
+
CLICK_NETWORK["SNAPCHAT"] = "Snapchat";
|
|
13
|
+
CLICK_NETWORK["TABOOLA"] = "Taboola";
|
|
14
|
+
CLICK_NETWORK["OUTBRAIN"] = "Outbrain";
|
|
15
|
+
CLICK_NETWORK["MICROSOFT"] = "Microsoft";
|
|
16
|
+
})(CLICK_NETWORK = exports.CLICK_NETWORK || (exports.CLICK_NETWORK = {}));
|
|
17
|
+
exports.ClickIdDictionary = {
|
|
18
|
+
'gclid': CLICK_NETWORK.GOOGLE,
|
|
19
|
+
'dclid': CLICK_NETWORK.GOOGLE,
|
|
20
|
+
'gbraid': CLICK_NETWORK.GOOGLE,
|
|
21
|
+
'wbraid': CLICK_NETWORK.GOOGLE,
|
|
22
|
+
'fbclid': CLICK_NETWORK.FACEBOOK,
|
|
23
|
+
'ttclid': CLICK_NETWORK.TIKTOK,
|
|
24
|
+
'twclid': CLICK_NETWORK.TWITTER,
|
|
25
|
+
'sccid': CLICK_NETWORK.SNAPCHAT,
|
|
26
|
+
'taboola_click_id': CLICK_NETWORK.TABOOLA,
|
|
27
|
+
'ob_click_id': CLICK_NETWORK.OUTBRAIN,
|
|
28
|
+
'microsoftclickid': CLICK_NETWORK.MICROSOFT,
|
|
29
|
+
};
|
|
30
|
+
const parseClickId = (qsp) => {
|
|
31
|
+
try {
|
|
32
|
+
if (!(0, at_shared_utils_1.isEmpty)(qsp)) {
|
|
33
|
+
for (const item of Object.entries(exports.ClickIdDictionary)) {
|
|
34
|
+
if (qsp.has(item?.[0])) {
|
|
35
|
+
return {
|
|
36
|
+
mktClickParam: item[0],
|
|
37
|
+
mktClickId: qsp.get(item[0]),
|
|
38
|
+
mktClickNetwork: item[1]
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
catch (error) {
|
|
45
|
+
helpers_1.Logger.warn('Unable to parse click ID', { error });
|
|
46
|
+
return undefined;
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
exports.parseClickId = parseClickId;
|
|
50
50
|
//# sourceMappingURL=click-id-parser.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const compressJSON: (jsonObject: any) => string | null;
|
|
2
|
-
export declare const decompressJSON: (compressedJSONString: string) => any | null;
|
|
1
|
+
export declare const compressJSON: (jsonObject: any) => string | null;
|
|
2
|
+
export declare const decompressJSON: (compressedJSONString: string) => any | null;
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.decompressJSON = exports.compressJSON = void 0;
|
|
7
|
-
const pako_1 = __importDefault(require("pako"));
|
|
8
|
-
const helpers_1 = require("../helpers");
|
|
9
|
-
const compressJSON = (jsonObject) => {
|
|
10
|
-
try {
|
|
11
|
-
const jsonString = JSON.stringify(jsonObject, null, '');
|
|
12
|
-
const deflatedData = pako_1.default.deflate(jsonString, { level: 9 });
|
|
13
|
-
const compressedJSONString = btoa(String.fromCharCode(...deflatedData));
|
|
14
|
-
return compressedJSONString;
|
|
15
|
-
}
|
|
16
|
-
catch (error) {
|
|
17
|
-
helpers_1.Logger.error('Failed to compress json', { error, jsonObject });
|
|
18
|
-
return null;
|
|
19
|
-
}
|
|
20
|
-
};
|
|
21
|
-
exports.compressJSON = compressJSON;
|
|
22
|
-
const decompressJSON = (compressedJSONString) => {
|
|
23
|
-
try {
|
|
24
|
-
const decodedData = Uint8Array.from(atob(compressedJSONString), c => c.charCodeAt(0));
|
|
25
|
-
const decompressedJSON = pako_1.default.inflate(decodedData, { to: 'string' });
|
|
26
|
-
return JSON.parse(decompressedJSON);
|
|
27
|
-
}
|
|
28
|
-
catch (error) {
|
|
29
|
-
helpers_1.Logger.error('Failed to decompress json', { error, compressedJSONString });
|
|
30
|
-
return null;
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
exports.decompressJSON = decompressJSON;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.decompressJSON = exports.compressJSON = void 0;
|
|
7
|
+
const pako_1 = __importDefault(require("pako"));
|
|
8
|
+
const helpers_1 = require("../helpers");
|
|
9
|
+
const compressJSON = (jsonObject) => {
|
|
10
|
+
try {
|
|
11
|
+
const jsonString = JSON.stringify(jsonObject, null, '');
|
|
12
|
+
const deflatedData = pako_1.default.deflate(jsonString, { level: 9 });
|
|
13
|
+
const compressedJSONString = btoa(String.fromCharCode(...deflatedData));
|
|
14
|
+
return compressedJSONString;
|
|
15
|
+
}
|
|
16
|
+
catch (error) {
|
|
17
|
+
helpers_1.Logger.error('Failed to compress json', { error, jsonObject });
|
|
18
|
+
return null;
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
exports.compressJSON = compressJSON;
|
|
22
|
+
const decompressJSON = (compressedJSONString) => {
|
|
23
|
+
try {
|
|
24
|
+
const decodedData = Uint8Array.from(atob(compressedJSONString), c => c.charCodeAt(0));
|
|
25
|
+
const decompressedJSON = pako_1.default.inflate(decodedData, { to: 'string' });
|
|
26
|
+
return JSON.parse(decompressedJSON);
|
|
27
|
+
}
|
|
28
|
+
catch (error) {
|
|
29
|
+
helpers_1.Logger.error('Failed to decompress json', { error, compressedJSONString });
|
|
30
|
+
return null;
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
exports.decompressJSON = decompressJSON;
|
|
34
34
|
//# sourceMappingURL=compression.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const generatePublicKey: () => string;
|
|
2
|
-
export declare const generateSha256Hash: (input: string) => string;
|
|
1
|
+
export declare const generatePublicKey: () => string;
|
|
2
|
+
export declare const generateSha256Hash: (input: string) => string;
|
package/dist/cjs/libs/crypto.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.generateSha256Hash = exports.generatePublicKey = void 0;
|
|
7
|
-
const crypto_1 = __importDefault(require("crypto"));
|
|
8
|
-
const generatePublicKey = () => {
|
|
9
|
-
const publicKey = crypto_1.default.randomBytes(26);
|
|
10
|
-
return publicKey.toString('utf8');
|
|
11
|
-
};
|
|
12
|
-
exports.generatePublicKey = generatePublicKey;
|
|
13
|
-
const generateSha256Hash = (input) => {
|
|
14
|
-
return crypto_1.default.createHash('sha256').update(input).digest('hex');
|
|
15
|
-
};
|
|
16
|
-
exports.generateSha256Hash = generateSha256Hash;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.generateSha256Hash = exports.generatePublicKey = void 0;
|
|
7
|
+
const crypto_1 = __importDefault(require("crypto"));
|
|
8
|
+
const generatePublicKey = () => {
|
|
9
|
+
const publicKey = crypto_1.default.randomBytes(26);
|
|
10
|
+
return publicKey.toString('utf8');
|
|
11
|
+
};
|
|
12
|
+
exports.generatePublicKey = generatePublicKey;
|
|
13
|
+
const generateSha256Hash = (input) => {
|
|
14
|
+
return crypto_1.default.createHash('sha256').update(input).digest('hex');
|
|
15
|
+
};
|
|
16
|
+
exports.generateSha256Hash = generateSha256Hash;
|
|
17
17
|
//# sourceMappingURL=crypto.js.map
|
package/dist/cjs/libs/csv.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const parseCSV: (csvContent: string, header: boolean, dynamicTyping: boolean) => any[];
|
|
2
|
-
export declare const convertCSVToObjects: (csvDataRows: any[], columnHeaders: string[]) => any[];
|
|
1
|
+
export declare const parseCSV: (csvContent: string, header: boolean, dynamicTyping: boolean) => any[];
|
|
2
|
+
export declare const convertCSVToObjects: (csvDataRows: any[], columnHeaders: string[]) => any[];
|
package/dist/cjs/libs/csv.js
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.convertCSVToObjects = exports.parseCSV = void 0;
|
|
4
|
-
const papaparse_1 = require("papaparse");
|
|
5
|
-
const helpers_1 = require("../helpers");
|
|
6
|
-
const parseCSV = (csvContent, header, dynamicTyping) => {
|
|
7
|
-
try {
|
|
8
|
-
const parsed = (0, papaparse_1.parse)(csvContent, { header, dynamicTyping });
|
|
9
|
-
return parsed.data;
|
|
10
|
-
}
|
|
11
|
-
catch (error) {
|
|
12
|
-
helpers_1.Logger.error('Failed to parse csv', { error, csvContent, header, dynamicTyping });
|
|
13
|
-
return [];
|
|
14
|
-
}
|
|
15
|
-
};
|
|
16
|
-
exports.parseCSV = parseCSV;
|
|
17
|
-
const convertCSVToObjects = (csvDataRows, columnHeaders) => {
|
|
18
|
-
try {
|
|
19
|
-
const objects = [];
|
|
20
|
-
for (let rowIndex = 0; rowIndex < csvDataRows.length; rowIndex++) {
|
|
21
|
-
const currentRowData = csvDataRows[rowIndex];
|
|
22
|
-
const object = {};
|
|
23
|
-
for (let columnIndex = 0; columnIndex < columnHeaders.length; columnIndex++) {
|
|
24
|
-
object[columnHeaders[columnIndex]] = currentRowData[columnIndex];
|
|
25
|
-
}
|
|
26
|
-
objects.push(object);
|
|
27
|
-
}
|
|
28
|
-
return objects;
|
|
29
|
-
}
|
|
30
|
-
catch (error) {
|
|
31
|
-
helpers_1.Logger.error('Failed to convert csv array to objects', { error, csvDataRows });
|
|
32
|
-
return [];
|
|
33
|
-
}
|
|
34
|
-
};
|
|
35
|
-
exports.convertCSVToObjects = convertCSVToObjects;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.convertCSVToObjects = exports.parseCSV = void 0;
|
|
4
|
+
const papaparse_1 = require("papaparse");
|
|
5
|
+
const helpers_1 = require("../helpers");
|
|
6
|
+
const parseCSV = (csvContent, header, dynamicTyping) => {
|
|
7
|
+
try {
|
|
8
|
+
const parsed = (0, papaparse_1.parse)(csvContent, { header, dynamicTyping });
|
|
9
|
+
return parsed.data;
|
|
10
|
+
}
|
|
11
|
+
catch (error) {
|
|
12
|
+
helpers_1.Logger.error('Failed to parse csv', { error, csvContent, header, dynamicTyping });
|
|
13
|
+
return [];
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
exports.parseCSV = parseCSV;
|
|
17
|
+
const convertCSVToObjects = (csvDataRows, columnHeaders) => {
|
|
18
|
+
try {
|
|
19
|
+
const objects = [];
|
|
20
|
+
for (let rowIndex = 0; rowIndex < csvDataRows.length; rowIndex++) {
|
|
21
|
+
const currentRowData = csvDataRows[rowIndex];
|
|
22
|
+
const object = {};
|
|
23
|
+
for (let columnIndex = 0; columnIndex < columnHeaders.length; columnIndex++) {
|
|
24
|
+
object[columnHeaders[columnIndex]] = currentRowData[columnIndex];
|
|
25
|
+
}
|
|
26
|
+
objects.push(object);
|
|
27
|
+
}
|
|
28
|
+
return objects;
|
|
29
|
+
}
|
|
30
|
+
catch (error) {
|
|
31
|
+
helpers_1.Logger.error('Failed to convert csv array to objects', { error, csvDataRows });
|
|
32
|
+
return [];
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
exports.convertCSVToObjects = convertCSVToObjects;
|
|
36
36
|
//# sourceMappingURL=csv.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const convertAmountBetweenCurrencies: (fromCurrency: string, toCurrency: string, amount: number, exchangeRate: number) => number | undefined;
|
|
1
|
+
export declare const convertAmountBetweenCurrencies: (fromCurrency: string, toCurrency: string, amount: number, exchangeRate: number) => number | undefined;
|