@slicemachine/manager 0.17.8-beta.5 → 0.17.8-beta.6
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/_node_modules/@amplitude/analytics-core/lib/esm/config.cjs +91 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/config.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/config.js +91 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/config.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/constants.cjs +17 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/constants.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/constants.js +17 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/constants.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/core-client.cjs +190 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/core-client.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/core-client.js +190 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/core-client.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/identify.cjs +90 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/identify.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/identify.js +90 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/identify.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/logger.cjs +64 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/logger.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/logger.js +64 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/logger.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/messages.cjs +17 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/messages.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/messages.js +17 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/messages.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.cjs +323 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js +323 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/revenue.cjs +55 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/revenue.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/revenue.js +55 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/revenue.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/timeline.cjs +251 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/timeline.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/timeline.js +251 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/timeline.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/transports/base.cjs +103 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/transports/base.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/transports/base.js +103 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/transports/base.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.cjs +15 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js +15 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/debug.cjs +126 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/debug.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js +126 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.cjs +34 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js +34 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.cjs +14 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js +14 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.cjs +9 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js +9 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.cjs +25 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js +25 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.cjs +58 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js +58 -0
- package/dist/_node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/config.cjs +21 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/config.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/config.js +21 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/config.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/index.cjs +23 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/index.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/index.js +24 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/index.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/node-client.cjs +81 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/node-client.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/node-client.js +81 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/node-client.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/plugins/context.cjs +37 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/plugins/context.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js +37 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/transports/http.cjs +85 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/transports/http.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/transports/http.js +67 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/transports/http.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/version.cjs +5 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/version.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/version.js +5 -0
- package/dist/_node_modules/@amplitude/analytics-node/lib/esm/version.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/event.cjs +30 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/event.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/event.js +33 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/event.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/index.cjs +41 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/index.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/index.js +17 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/index.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/logger.cjs +11 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/logger.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/logger.js +12 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/logger.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/plugin.cjs +9 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/plugin.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/plugin.js +10 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/plugin.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/server-zone.cjs +9 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/server-zone.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/server-zone.js +10 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/server-zone.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/status.cjs +15 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/status.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/status.js +16 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/status.js.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/transport.cjs +9 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/transport.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/transport.js +10 -0
- package/dist/_node_modules/@amplitude/analytics-types/lib/esm/transport.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-core/dist/experiment-core.esm.cjs +1247 -0
- package/dist/_node_modules/@amplitude/experiment-core/dist/experiment-core.esm.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-core/dist/experiment-core.esm.js +1247 -0
- package/dist/_node_modules/@amplitude/experiment-core/dist/experiment-core.esm.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/gen/version.cjs +7 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/gen/version.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/gen/version.js +8 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/gen/version.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/assignment/assignment-filter.cjs +29 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/assignment/assignment-filter.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/assignment/assignment-filter.js +30 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/assignment/assignment-filter.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/assignment/assignment-service.cjs +92 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/assignment/assignment-service.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/assignment/assignment-service.js +91 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/assignment/assignment-service.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/assignment/assignment.cjs +25 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/assignment/assignment.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/assignment/assignment.js +26 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/assignment/assignment.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/cookie.cjs +84 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/cookie.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/cookie.js +85 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/cookie.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/factory.cjs +37 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/factory.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/factory.js +38 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/factory.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/index.cjs +61 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/index.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/index.js +60 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/index.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/cache.cjs +87 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/cache.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/cache.js +88 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/cache.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/client.cjs +204 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/client.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/client.js +205 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/client.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/fetcher.cjs +82 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/fetcher.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/fetcher.js +83 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/fetcher.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/poller.cjs +121 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/poller.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/poller.js +122 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/local/poller.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/remote/client.cjs +166 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/remote/client.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/remote/client.js +167 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/remote/client.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/transport/http.cjs +105 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/transport/http.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/transport/http.js +106 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/transport/http.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/types/config.cjs +38 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/types/config.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/types/config.js +39 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/types/config.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/backoff.cjs +51 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/backoff.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/backoff.js +52 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/backoff.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/cache.cjs +92 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/cache.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/cache.js +93 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/cache.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/hash.cjs +18 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/hash.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/hash.js +19 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/hash.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/logger.cjs +20 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/logger.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/logger.js +21 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/logger.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/time.cjs +13 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/time.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/time.js +14 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/time.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/user.cjs +44 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/user.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/user.js +45 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/user.js.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/variant.cjs +39 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/variant.cjs.map +1 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/variant.js +38 -0
- package/dist/_node_modules/@amplitude/experiment-node-server/dist/src/util/variant.js.map +1 -0
- package/dist/_node_modules/cross-spawn/index.cjs +1 -1
- package/dist/_node_modules/cross-spawn/index.js +1 -1
- package/dist/_node_modules/execa/_node_modules/get-stream/index.cjs +1 -1
- package/dist/_node_modules/execa/_node_modules/get-stream/index.js +1 -1
- package/dist/_node_modules/path-key/index.cjs +1 -1
- package/dist/_node_modules/path-key/index.js +1 -1
- package/dist/_node_modules/signal-exit/index.cjs +1 -1
- package/dist/_node_modules/signal-exit/index.js +1 -1
- package/dist/_node_modules/tslib/tslib.es6.cjs +206 -0
- package/dist/_node_modules/tslib/tslib.es6.cjs.map +1 -0
- package/dist/_node_modules/tslib/tslib.es6.js +207 -0
- package/dist/_node_modules/tslib/tslib.es6.js.map +1 -0
- package/dist/_virtual/_commonjsHelpers.cjs +30 -0
- package/dist/_virtual/_commonjsHelpers.cjs.map +1 -1
- package/dist/_virtual/_commonjsHelpers.js +30 -0
- package/dist/_virtual/_commonjsHelpers.js.map +1 -1
- package/dist/_virtual/assignment-filter.cjs +5 -0
- package/dist/_virtual/assignment-filter.cjs.map +1 -0
- package/dist/_virtual/assignment-filter.js +5 -0
- package/dist/_virtual/assignment-filter.js.map +1 -0
- package/dist/_virtual/assignment-service.cjs +5 -0
- package/dist/_virtual/assignment-service.cjs.map +1 -0
- package/dist/_virtual/assignment-service.js +5 -0
- package/dist/_virtual/assignment-service.js.map +1 -0
- package/dist/_virtual/assignment.cjs +5 -0
- package/dist/_virtual/assignment.cjs.map +1 -0
- package/dist/_virtual/assignment.js +5 -0
- package/dist/_virtual/assignment.js.map +1 -0
- package/dist/_virtual/backoff.cjs +5 -0
- package/dist/_virtual/backoff.cjs.map +1 -0
- package/dist/_virtual/backoff.js +5 -0
- package/dist/_virtual/backoff.js.map +1 -0
- package/dist/_virtual/cache.cjs +5 -0
- package/dist/_virtual/cache.cjs.map +1 -0
- package/dist/_virtual/cache.js +5 -0
- package/dist/_virtual/cache.js.map +1 -0
- package/dist/_virtual/cache2.cjs +5 -0
- package/dist/_virtual/cache2.cjs.map +1 -0
- package/dist/_virtual/cache2.js +5 -0
- package/dist/_virtual/cache2.js.map +1 -0
- package/dist/_virtual/client.cjs +5 -0
- package/dist/_virtual/client.cjs.map +1 -0
- package/dist/_virtual/client.js +5 -0
- package/dist/_virtual/client.js.map +1 -0
- package/dist/_virtual/client2.cjs +5 -0
- package/dist/_virtual/client2.cjs.map +1 -0
- package/dist/_virtual/client2.js +5 -0
- package/dist/_virtual/client2.js.map +1 -0
- package/dist/_virtual/config.cjs +5 -0
- package/dist/_virtual/config.cjs.map +1 -0
- package/dist/_virtual/config.js +5 -0
- package/dist/_virtual/config.js.map +1 -0
- package/dist/_virtual/cookie.cjs +5 -0
- package/dist/_virtual/cookie.cjs.map +1 -0
- package/dist/_virtual/cookie.js +5 -0
- package/dist/_virtual/cookie.js.map +1 -0
- package/dist/_virtual/experiment-core.esm.cjs +6 -0
- package/dist/_virtual/experiment-core.esm.cjs.map +1 -0
- package/dist/_virtual/experiment-core.esm.js +7 -0
- package/dist/_virtual/experiment-core.esm.js.map +1 -0
- package/dist/_virtual/factory.cjs +5 -0
- package/dist/_virtual/factory.cjs.map +1 -0
- package/dist/_virtual/factory.js +5 -0
- package/dist/_virtual/factory.js.map +1 -0
- package/dist/_virtual/fetcher.cjs +5 -0
- package/dist/_virtual/fetcher.cjs.map +1 -0
- package/dist/_virtual/fetcher.js +5 -0
- package/dist/_virtual/fetcher.js.map +1 -0
- package/dist/_virtual/hash.cjs +5 -0
- package/dist/_virtual/hash.cjs.map +1 -0
- package/dist/_virtual/hash.js +5 -0
- package/dist/_virtual/hash.js.map +1 -0
- package/dist/_virtual/http.cjs +5 -0
- package/dist/_virtual/http.cjs.map +1 -0
- package/dist/_virtual/http.js +5 -0
- package/dist/_virtual/http.js.map +1 -0
- package/dist/_virtual/index.cjs +2 -2
- package/dist/_virtual/index.js +2 -2
- package/dist/_virtual/index2.cjs +4 -3
- package/dist/_virtual/index2.cjs.map +1 -1
- package/dist/_virtual/index2.js +4 -2
- package/dist/_virtual/index2.js.map +1 -1
- package/dist/_virtual/index3.cjs +2 -2
- package/dist/_virtual/index3.js +2 -2
- package/dist/_virtual/index4.cjs +2 -2
- package/dist/_virtual/index4.js +2 -2
- package/dist/_virtual/index5.cjs +5 -0
- package/dist/_virtual/index5.cjs.map +1 -0
- package/dist/_virtual/index5.js +5 -0
- package/dist/_virtual/index5.js.map +1 -0
- package/dist/_virtual/index6.cjs +5 -0
- package/dist/_virtual/index6.cjs.map +1 -0
- package/dist/_virtual/index6.js +5 -0
- package/dist/_virtual/index6.js.map +1 -0
- package/dist/_virtual/logger.cjs +5 -0
- package/dist/_virtual/logger.cjs.map +1 -0
- package/dist/_virtual/logger.js +5 -0
- package/dist/_virtual/logger.js.map +1 -0
- package/dist/_virtual/poller.cjs +5 -0
- package/dist/_virtual/poller.cjs.map +1 -0
- package/dist/_virtual/poller.js +5 -0
- package/dist/_virtual/poller.js.map +1 -0
- package/dist/_virtual/time.cjs +5 -0
- package/dist/_virtual/time.cjs.map +1 -0
- package/dist/_virtual/time.js +5 -0
- package/dist/_virtual/time.js.map +1 -0
- package/dist/_virtual/user.cjs +5 -0
- package/dist/_virtual/user.cjs.map +1 -0
- package/dist/_virtual/user.js +5 -0
- package/dist/_virtual/user.js.map +1 -0
- package/dist/_virtual/variant.cjs +5 -0
- package/dist/_virtual/variant.cjs.map +1 -0
- package/dist/_virtual/variant.js +5 -0
- package/dist/_virtual/variant.js.map +1 -0
- package/dist/_virtual/version.cjs +5 -0
- package/dist/_virtual/version.cjs.map +1 -0
- package/dist/_virtual/version.js +5 -0
- package/dist/_virtual/version.js.map +1 -0
- package/dist/constants/API_TOKENS.cjs +8 -2
- package/dist/constants/API_TOKENS.cjs.map +1 -1
- package/dist/constants/API_TOKENS.d.ts +1 -0
- package/dist/constants/API_TOKENS.js +8 -2
- package/dist/constants/API_TOKENS.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/managers/telemetry/TelemetryManager.cjs +28 -0
- package/dist/managers/telemetry/TelemetryManager.cjs.map +1 -1
- package/dist/managers/telemetry/TelemetryManager.d.ts +4 -0
- package/dist/managers/telemetry/TelemetryManager.js +28 -0
- package/dist/managers/telemetry/TelemetryManager.js.map +1 -1
- package/dist/managers/telemetry/types.cjs +8 -2
- package/dist/managers/telemetry/types.cjs.map +1 -1
- package/dist/managers/telemetry/types.d.ts +11 -2
- package/dist/managers/telemetry/types.js +8 -2
- package/dist/managers/telemetry/types.js.map +1 -1
- package/package.json +3 -2
- package/src/constants/API_TOKENS.ts +9 -2
- package/src/index.ts +2 -0
- package/src/managers/telemetry/TelemetryManager.ts +42 -1
- package/src/managers/telemetry/types.ts +27 -1
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
exports.IdentifyOperation = void 0;
|
|
4
|
+
(function(IdentifyOperation) {
|
|
5
|
+
IdentifyOperation["SET"] = "$set";
|
|
6
|
+
IdentifyOperation["SET_ONCE"] = "$setOnce";
|
|
7
|
+
IdentifyOperation["ADD"] = "$add";
|
|
8
|
+
IdentifyOperation["APPEND"] = "$append";
|
|
9
|
+
IdentifyOperation["PREPEND"] = "$prepend";
|
|
10
|
+
IdentifyOperation["REMOVE"] = "$remove";
|
|
11
|
+
IdentifyOperation["PREINSERT"] = "$preInsert";
|
|
12
|
+
IdentifyOperation["POSTINSERT"] = "$postInsert";
|
|
13
|
+
IdentifyOperation["UNSET"] = "$unset";
|
|
14
|
+
IdentifyOperation["CLEAR_ALL"] = "$clearAll";
|
|
15
|
+
})(exports.IdentifyOperation || (exports.IdentifyOperation = {}));
|
|
16
|
+
exports.RevenueProperty = void 0;
|
|
17
|
+
(function(RevenueProperty) {
|
|
18
|
+
RevenueProperty["REVENUE_PRODUCT_ID"] = "$productId";
|
|
19
|
+
RevenueProperty["REVENUE_QUANTITY"] = "$quantity";
|
|
20
|
+
RevenueProperty["REVENUE_PRICE"] = "$price";
|
|
21
|
+
RevenueProperty["REVENUE_TYPE"] = "$revenueType";
|
|
22
|
+
RevenueProperty["REVENUE"] = "$revenue";
|
|
23
|
+
})(exports.RevenueProperty || (exports.RevenueProperty = {}));
|
|
24
|
+
exports.SpecialEventType = void 0;
|
|
25
|
+
(function(SpecialEventType) {
|
|
26
|
+
SpecialEventType["IDENTIFY"] = "$identify";
|
|
27
|
+
SpecialEventType["GROUP_IDENTIFY"] = "$groupidentify";
|
|
28
|
+
SpecialEventType["REVENUE"] = "revenue_amount";
|
|
29
|
+
})(exports.SpecialEventType || (exports.SpecialEventType = {}));
|
|
30
|
+
//# sourceMappingURL=event.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event.cjs","sources":["../../../../../../../../node_modules/@amplitude/analytics-types/lib/esm/event.js"],"sourcesContent":["export var IdentifyOperation;\n(function (IdentifyOperation) {\n // Base Operations to set values\n IdentifyOperation[\"SET\"] = \"$set\";\n IdentifyOperation[\"SET_ONCE\"] = \"$setOnce\";\n // Operations around modifying existing values\n IdentifyOperation[\"ADD\"] = \"$add\";\n IdentifyOperation[\"APPEND\"] = \"$append\";\n IdentifyOperation[\"PREPEND\"] = \"$prepend\";\n IdentifyOperation[\"REMOVE\"] = \"$remove\";\n // Operations around appending values *if* they aren't present\n IdentifyOperation[\"PREINSERT\"] = \"$preInsert\";\n IdentifyOperation[\"POSTINSERT\"] = \"$postInsert\";\n // Operations around removing properties/values\n IdentifyOperation[\"UNSET\"] = \"$unset\";\n IdentifyOperation[\"CLEAR_ALL\"] = \"$clearAll\";\n})(IdentifyOperation || (IdentifyOperation = {}));\nexport var RevenueProperty;\n(function (RevenueProperty) {\n RevenueProperty[\"REVENUE_PRODUCT_ID\"] = \"$productId\";\n RevenueProperty[\"REVENUE_QUANTITY\"] = \"$quantity\";\n RevenueProperty[\"REVENUE_PRICE\"] = \"$price\";\n RevenueProperty[\"REVENUE_TYPE\"] = \"$revenueType\";\n RevenueProperty[\"REVENUE\"] = \"$revenue\";\n})(RevenueProperty || (RevenueProperty = {}));\n/**\n * Strings that have special meaning when used as an event's type\n * and have different specifications.\n */\nexport var SpecialEventType;\n(function (SpecialEventType) {\n SpecialEventType[\"IDENTIFY\"] = \"$identify\";\n SpecialEventType[\"GROUP_IDENTIFY\"] = \"$groupidentify\";\n SpecialEventType[\"REVENUE\"] = \"revenue_amount\";\n})(SpecialEventType || (SpecialEventType = {}));\n//# sourceMappingURL=event.js.map"],"names":["IdentifyOperation","RevenueProperty","SpecialEventType"],"mappings":";;AAAWA,QAAkB,oBAAA;AAAA,CAC5B,SAAU,mBAAmB;AAE1B,oBAAkB,KAAK,IAAI;AAC3B,oBAAkB,UAAU,IAAI;AAEhC,oBAAkB,KAAK,IAAI;AAC3B,oBAAkB,QAAQ,IAAI;AAC9B,oBAAkB,SAAS,IAAI;AAC/B,oBAAkB,QAAQ,IAAI;AAE9B,oBAAkB,WAAW,IAAI;AACjC,oBAAkB,YAAY,IAAI;AAElC,oBAAkB,OAAO,IAAI;AAC7B,oBAAkB,WAAW,IAAI;AACrC,GAAGA,8BAAsBA,QAAAA,oBAAoB,CAAE,EAAC;AACrCC,QAAgB,kBAAA;AAAA,CAC1B,SAAU,iBAAiB;AACxB,kBAAgB,oBAAoB,IAAI;AACxC,kBAAgB,kBAAkB,IAAI;AACtC,kBAAgB,eAAe,IAAI;AACnC,kBAAgB,cAAc,IAAI;AAClC,kBAAgB,SAAS,IAAI;AACjC,GAAGA,4BAAoBA,QAAAA,kBAAkB,CAAE,EAAC;AAKjCC,QAAiB,mBAAA;AAAA,CAC3B,SAAU,kBAAkB;AACzB,mBAAiB,UAAU,IAAI;AAC/B,mBAAiB,gBAAgB,IAAI;AACrC,mBAAiB,SAAS,IAAI;AAClC,GAAGA,QAAgB,qBAAKA,2BAAmB,CAAA,EAAG;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
var IdentifyOperation;
|
|
2
|
+
(function(IdentifyOperation2) {
|
|
3
|
+
IdentifyOperation2["SET"] = "$set";
|
|
4
|
+
IdentifyOperation2["SET_ONCE"] = "$setOnce";
|
|
5
|
+
IdentifyOperation2["ADD"] = "$add";
|
|
6
|
+
IdentifyOperation2["APPEND"] = "$append";
|
|
7
|
+
IdentifyOperation2["PREPEND"] = "$prepend";
|
|
8
|
+
IdentifyOperation2["REMOVE"] = "$remove";
|
|
9
|
+
IdentifyOperation2["PREINSERT"] = "$preInsert";
|
|
10
|
+
IdentifyOperation2["POSTINSERT"] = "$postInsert";
|
|
11
|
+
IdentifyOperation2["UNSET"] = "$unset";
|
|
12
|
+
IdentifyOperation2["CLEAR_ALL"] = "$clearAll";
|
|
13
|
+
})(IdentifyOperation || (IdentifyOperation = {}));
|
|
14
|
+
var RevenueProperty;
|
|
15
|
+
(function(RevenueProperty2) {
|
|
16
|
+
RevenueProperty2["REVENUE_PRODUCT_ID"] = "$productId";
|
|
17
|
+
RevenueProperty2["REVENUE_QUANTITY"] = "$quantity";
|
|
18
|
+
RevenueProperty2["REVENUE_PRICE"] = "$price";
|
|
19
|
+
RevenueProperty2["REVENUE_TYPE"] = "$revenueType";
|
|
20
|
+
RevenueProperty2["REVENUE"] = "$revenue";
|
|
21
|
+
})(RevenueProperty || (RevenueProperty = {}));
|
|
22
|
+
var SpecialEventType;
|
|
23
|
+
(function(SpecialEventType2) {
|
|
24
|
+
SpecialEventType2["IDENTIFY"] = "$identify";
|
|
25
|
+
SpecialEventType2["GROUP_IDENTIFY"] = "$groupidentify";
|
|
26
|
+
SpecialEventType2["REVENUE"] = "revenue_amount";
|
|
27
|
+
})(SpecialEventType || (SpecialEventType = {}));
|
|
28
|
+
export {
|
|
29
|
+
IdentifyOperation,
|
|
30
|
+
RevenueProperty,
|
|
31
|
+
SpecialEventType
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=event.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event.js","sources":["../../../../../../../../node_modules/@amplitude/analytics-types/lib/esm/event.js"],"sourcesContent":["export var IdentifyOperation;\n(function (IdentifyOperation) {\n // Base Operations to set values\n IdentifyOperation[\"SET\"] = \"$set\";\n IdentifyOperation[\"SET_ONCE\"] = \"$setOnce\";\n // Operations around modifying existing values\n IdentifyOperation[\"ADD\"] = \"$add\";\n IdentifyOperation[\"APPEND\"] = \"$append\";\n IdentifyOperation[\"PREPEND\"] = \"$prepend\";\n IdentifyOperation[\"REMOVE\"] = \"$remove\";\n // Operations around appending values *if* they aren't present\n IdentifyOperation[\"PREINSERT\"] = \"$preInsert\";\n IdentifyOperation[\"POSTINSERT\"] = \"$postInsert\";\n // Operations around removing properties/values\n IdentifyOperation[\"UNSET\"] = \"$unset\";\n IdentifyOperation[\"CLEAR_ALL\"] = \"$clearAll\";\n})(IdentifyOperation || (IdentifyOperation = {}));\nexport var RevenueProperty;\n(function (RevenueProperty) {\n RevenueProperty[\"REVENUE_PRODUCT_ID\"] = \"$productId\";\n RevenueProperty[\"REVENUE_QUANTITY\"] = \"$quantity\";\n RevenueProperty[\"REVENUE_PRICE\"] = \"$price\";\n RevenueProperty[\"REVENUE_TYPE\"] = \"$revenueType\";\n RevenueProperty[\"REVENUE\"] = \"$revenue\";\n})(RevenueProperty || (RevenueProperty = {}));\n/**\n * Strings that have special meaning when used as an event's type\n * and have different specifications.\n */\nexport var SpecialEventType;\n(function (SpecialEventType) {\n SpecialEventType[\"IDENTIFY\"] = \"$identify\";\n SpecialEventType[\"GROUP_IDENTIFY\"] = \"$groupidentify\";\n SpecialEventType[\"REVENUE\"] = \"revenue_amount\";\n})(SpecialEventType || (SpecialEventType = {}));\n//# sourceMappingURL=event.js.map"],"names":["IdentifyOperation","RevenueProperty","SpecialEventType"],"mappings":"AAAU,IAAC;AAAA,CACV,SAAUA,oBAAmB;AAE1B,EAAAA,mBAAkB,KAAK,IAAI;AAC3B,EAAAA,mBAAkB,UAAU,IAAI;AAEhC,EAAAA,mBAAkB,KAAK,IAAI;AAC3B,EAAAA,mBAAkB,QAAQ,IAAI;AAC9B,EAAAA,mBAAkB,SAAS,IAAI;AAC/B,EAAAA,mBAAkB,QAAQ,IAAI;AAE9B,EAAAA,mBAAkB,WAAW,IAAI;AACjC,EAAAA,mBAAkB,YAAY,IAAI;AAElC,EAAAA,mBAAkB,OAAO,IAAI;AAC7B,EAAAA,mBAAkB,WAAW,IAAI;AACrC,GAAG,sBAAsB,oBAAoB,CAAE,EAAC;AACtC,IAAC;AAAA,CACV,SAAUC,kBAAiB;AACxB,EAAAA,iBAAgB,oBAAoB,IAAI;AACxC,EAAAA,iBAAgB,kBAAkB,IAAI;AACtC,EAAAA,iBAAgB,eAAe,IAAI;AACnC,EAAAA,iBAAgB,cAAc,IAAI;AAClC,EAAAA,iBAAgB,SAAS,IAAI;AACjC,GAAG,oBAAoB,kBAAkB,CAAE,EAAC;AAKlC,IAAC;AAAA,CACV,SAAUC,mBAAkB;AACzB,EAAAA,kBAAiB,UAAU,IAAI;AAC/B,EAAAA,kBAAiB,gBAAgB,IAAI;AACrC,EAAAA,kBAAiB,SAAS,IAAI;AAClC,GAAG,qBAAqB,mBAAmB,CAAA,EAAG;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const event = require("./event.cjs");
|
|
4
|
+
const logger = require("./logger.cjs");
|
|
5
|
+
const plugin = require("./plugin.cjs");
|
|
6
|
+
const serverZone = require("./server-zone.cjs");
|
|
7
|
+
const status = require("./status.cjs");
|
|
8
|
+
const transport = require("./transport.cjs");
|
|
9
|
+
Object.defineProperty(exports, "IdentifyOperation", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: () => event.IdentifyOperation
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "RevenueProperty", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: () => event.RevenueProperty
|
|
16
|
+
});
|
|
17
|
+
Object.defineProperty(exports, "SpecialEventType", {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
get: () => event.SpecialEventType
|
|
20
|
+
});
|
|
21
|
+
Object.defineProperty(exports, "LogLevel", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: () => logger.LogLevel
|
|
24
|
+
});
|
|
25
|
+
Object.defineProperty(exports, "PluginType", {
|
|
26
|
+
enumerable: true,
|
|
27
|
+
get: () => plugin.PluginType
|
|
28
|
+
});
|
|
29
|
+
Object.defineProperty(exports, "ServerZone", {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: () => serverZone.ServerZone
|
|
32
|
+
});
|
|
33
|
+
Object.defineProperty(exports, "Status", {
|
|
34
|
+
enumerable: true,
|
|
35
|
+
get: () => status.Status
|
|
36
|
+
});
|
|
37
|
+
Object.defineProperty(exports, "TransportType", {
|
|
38
|
+
enumerable: true,
|
|
39
|
+
get: () => transport.TransportType
|
|
40
|
+
});
|
|
41
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IdentifyOperation, RevenueProperty, SpecialEventType } from "./event.js";
|
|
2
|
+
import { LogLevel } from "./logger.js";
|
|
3
|
+
import { PluginType } from "./plugin.js";
|
|
4
|
+
import { ServerZone } from "./server-zone.js";
|
|
5
|
+
import { Status } from "./status.js";
|
|
6
|
+
import { TransportType } from "./transport.js";
|
|
7
|
+
export {
|
|
8
|
+
IdentifyOperation,
|
|
9
|
+
LogLevel,
|
|
10
|
+
PluginType,
|
|
11
|
+
RevenueProperty,
|
|
12
|
+
ServerZone,
|
|
13
|
+
SpecialEventType,
|
|
14
|
+
Status,
|
|
15
|
+
TransportType
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
exports.LogLevel = void 0;
|
|
4
|
+
(function(LogLevel) {
|
|
5
|
+
LogLevel[LogLevel["None"] = 0] = "None";
|
|
6
|
+
LogLevel[LogLevel["Error"] = 1] = "Error";
|
|
7
|
+
LogLevel[LogLevel["Warn"] = 2] = "Warn";
|
|
8
|
+
LogLevel[LogLevel["Verbose"] = 3] = "Verbose";
|
|
9
|
+
LogLevel[LogLevel["Debug"] = 4] = "Debug";
|
|
10
|
+
})(exports.LogLevel || (exports.LogLevel = {}));
|
|
11
|
+
//# sourceMappingURL=logger.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logger.cjs","sources":["../../../../../../../../node_modules/@amplitude/analytics-types/lib/esm/logger.js"],"sourcesContent":["export var LogLevel;\n(function (LogLevel) {\n LogLevel[LogLevel[\"None\"] = 0] = \"None\";\n LogLevel[LogLevel[\"Error\"] = 1] = \"Error\";\n LogLevel[LogLevel[\"Warn\"] = 2] = \"Warn\";\n LogLevel[LogLevel[\"Verbose\"] = 3] = \"Verbose\";\n LogLevel[LogLevel[\"Debug\"] = 4] = \"Debug\";\n})(LogLevel || (LogLevel = {}));\n//# sourceMappingURL=logger.js.map"],"names":["LogLevel"],"mappings":";;AAAWA,QAAS,WAAA;AAAA,CACnB,SAAU,UAAU;AACjB,WAAS,SAAS,MAAM,IAAI,CAAC,IAAI;AACjC,WAAS,SAAS,OAAO,IAAI,CAAC,IAAI;AAClC,WAAS,SAAS,MAAM,IAAI,CAAC,IAAI;AACjC,WAAS,SAAS,SAAS,IAAI,CAAC,IAAI;AACpC,WAAS,SAAS,OAAO,IAAI,CAAC,IAAI;AACtC,GAAGA,QAAQ,aAAKA,mBAAW,CAAA,EAAG;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
var LogLevel;
|
|
2
|
+
(function(LogLevel2) {
|
|
3
|
+
LogLevel2[LogLevel2["None"] = 0] = "None";
|
|
4
|
+
LogLevel2[LogLevel2["Error"] = 1] = "Error";
|
|
5
|
+
LogLevel2[LogLevel2["Warn"] = 2] = "Warn";
|
|
6
|
+
LogLevel2[LogLevel2["Verbose"] = 3] = "Verbose";
|
|
7
|
+
LogLevel2[LogLevel2["Debug"] = 4] = "Debug";
|
|
8
|
+
})(LogLevel || (LogLevel = {}));
|
|
9
|
+
export {
|
|
10
|
+
LogLevel
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=logger.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logger.js","sources":["../../../../../../../../node_modules/@amplitude/analytics-types/lib/esm/logger.js"],"sourcesContent":["export var LogLevel;\n(function (LogLevel) {\n LogLevel[LogLevel[\"None\"] = 0] = \"None\";\n LogLevel[LogLevel[\"Error\"] = 1] = \"Error\";\n LogLevel[LogLevel[\"Warn\"] = 2] = \"Warn\";\n LogLevel[LogLevel[\"Verbose\"] = 3] = \"Verbose\";\n LogLevel[LogLevel[\"Debug\"] = 4] = \"Debug\";\n})(LogLevel || (LogLevel = {}));\n//# sourceMappingURL=logger.js.map"],"names":["LogLevel"],"mappings":"AAAU,IAAC;AAAA,CACV,SAAUA,WAAU;AACjB,EAAAA,UAASA,UAAS,MAAM,IAAI,CAAC,IAAI;AACjC,EAAAA,UAASA,UAAS,OAAO,IAAI,CAAC,IAAI;AAClC,EAAAA,UAASA,UAAS,MAAM,IAAI,CAAC,IAAI;AACjC,EAAAA,UAASA,UAAS,SAAS,IAAI,CAAC,IAAI;AACpC,EAAAA,UAASA,UAAS,OAAO,IAAI,CAAC,IAAI;AACtC,GAAG,aAAa,WAAW,CAAA,EAAG;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
exports.PluginType = void 0;
|
|
4
|
+
(function(PluginType) {
|
|
5
|
+
PluginType["BEFORE"] = "before";
|
|
6
|
+
PluginType["ENRICHMENT"] = "enrichment";
|
|
7
|
+
PluginType["DESTINATION"] = "destination";
|
|
8
|
+
})(exports.PluginType || (exports.PluginType = {}));
|
|
9
|
+
//# sourceMappingURL=plugin.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.cjs","sources":["../../../../../../../../node_modules/@amplitude/analytics-types/lib/esm/plugin.js"],"sourcesContent":["export var PluginType;\n(function (PluginType) {\n PluginType[\"BEFORE\"] = \"before\";\n PluginType[\"ENRICHMENT\"] = \"enrichment\";\n PluginType[\"DESTINATION\"] = \"destination\";\n})(PluginType || (PluginType = {}));\n//# sourceMappingURL=plugin.js.map"],"names":["PluginType"],"mappings":";;AAAWA,QAAW,aAAA;AAAA,CACrB,SAAU,YAAY;AACnB,aAAW,QAAQ,IAAI;AACvB,aAAW,YAAY,IAAI;AAC3B,aAAW,aAAa,IAAI;AAChC,GAAGA,QAAU,eAAKA,qBAAa,CAAA,EAAG;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
var PluginType;
|
|
2
|
+
(function(PluginType2) {
|
|
3
|
+
PluginType2["BEFORE"] = "before";
|
|
4
|
+
PluginType2["ENRICHMENT"] = "enrichment";
|
|
5
|
+
PluginType2["DESTINATION"] = "destination";
|
|
6
|
+
})(PluginType || (PluginType = {}));
|
|
7
|
+
export {
|
|
8
|
+
PluginType
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=plugin.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.js","sources":["../../../../../../../../node_modules/@amplitude/analytics-types/lib/esm/plugin.js"],"sourcesContent":["export var PluginType;\n(function (PluginType) {\n PluginType[\"BEFORE\"] = \"before\";\n PluginType[\"ENRICHMENT\"] = \"enrichment\";\n PluginType[\"DESTINATION\"] = \"destination\";\n})(PluginType || (PluginType = {}));\n//# sourceMappingURL=plugin.js.map"],"names":["PluginType"],"mappings":"AAAU,IAAC;AAAA,CACV,SAAUA,aAAY;AACnB,EAAAA,YAAW,QAAQ,IAAI;AACvB,EAAAA,YAAW,YAAY,IAAI;AAC3B,EAAAA,YAAW,aAAa,IAAI;AAChC,GAAG,eAAe,aAAa,CAAA,EAAG;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
exports.ServerZone = void 0;
|
|
4
|
+
(function(ServerZone) {
|
|
5
|
+
ServerZone["US"] = "US";
|
|
6
|
+
ServerZone["EU"] = "EU";
|
|
7
|
+
ServerZone["STAGING"] = "STAGING";
|
|
8
|
+
})(exports.ServerZone || (exports.ServerZone = {}));
|
|
9
|
+
//# sourceMappingURL=server-zone.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-zone.cjs","sources":["../../../../../../../../node_modules/@amplitude/analytics-types/lib/esm/server-zone.js"],"sourcesContent":["export var ServerZone;\n(function (ServerZone) {\n ServerZone[\"US\"] = \"US\";\n ServerZone[\"EU\"] = \"EU\";\n ServerZone[\"STAGING\"] = \"STAGING\";\n})(ServerZone || (ServerZone = {}));\n//# sourceMappingURL=server-zone.js.map"],"names":["ServerZone"],"mappings":";;AAAWA,QAAW,aAAA;AAAA,CACrB,SAAU,YAAY;AACnB,aAAW,IAAI,IAAI;AACnB,aAAW,IAAI,IAAI;AACnB,aAAW,SAAS,IAAI;AAC5B,GAAGA,QAAU,eAAKA,qBAAa,CAAA,EAAG;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-zone.js","sources":["../../../../../../../../node_modules/@amplitude/analytics-types/lib/esm/server-zone.js"],"sourcesContent":["export var ServerZone;\n(function (ServerZone) {\n ServerZone[\"US\"] = \"US\";\n ServerZone[\"EU\"] = \"EU\";\n ServerZone[\"STAGING\"] = \"STAGING\";\n})(ServerZone || (ServerZone = {}));\n//# sourceMappingURL=server-zone.js.map"],"names":["ServerZone"],"mappings":"AAAU,IAAC;AAAA,CACV,SAAUA,aAAY;AACnB,EAAAA,YAAW,IAAI,IAAI;AACnB,EAAAA,YAAW,IAAI,IAAI;AACnB,EAAAA,YAAW,SAAS,IAAI;AAC5B,GAAG,eAAe,aAAa,CAAA,EAAG;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
exports.Status = void 0;
|
|
4
|
+
(function(Status) {
|
|
5
|
+
Status["Unknown"] = "unknown";
|
|
6
|
+
Status["Skipped"] = "skipped";
|
|
7
|
+
Status["Success"] = "success";
|
|
8
|
+
Status["RateLimit"] = "rate_limit";
|
|
9
|
+
Status["PayloadTooLarge"] = "payload_too_large";
|
|
10
|
+
Status["Invalid"] = "invalid";
|
|
11
|
+
Status["Failed"] = "failed";
|
|
12
|
+
Status["Timeout"] = "Timeout";
|
|
13
|
+
Status["SystemError"] = "SystemError";
|
|
14
|
+
})(exports.Status || (exports.Status = {}));
|
|
15
|
+
//# sourceMappingURL=status.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status.cjs","sources":["../../../../../../../../node_modules/@amplitude/analytics-types/lib/esm/status.js"],"sourcesContent":["/** The status of an event. */\nexport var Status;\n(function (Status) {\n /** The status could not be determined. */\n Status[\"Unknown\"] = \"unknown\";\n /** The event was skipped due to configuration or callbacks. */\n Status[\"Skipped\"] = \"skipped\";\n /** The event was sent successfully. */\n Status[\"Success\"] = \"success\";\n /** A user or device in the payload is currently rate limited and should try again later. */\n Status[\"RateLimit\"] = \"rate_limit\";\n /** The sent payload was too large to be processed. */\n Status[\"PayloadTooLarge\"] = \"payload_too_large\";\n /** The event could not be processed. */\n Status[\"Invalid\"] = \"invalid\";\n /** A server-side error ocurred during submission. */\n Status[\"Failed\"] = \"failed\";\n /** a server or client side error occuring when a request takes too long and is cancelled */\n Status[\"Timeout\"] = \"Timeout\";\n /** NodeJS runtime environment error.. E.g. disconnected from network */\n Status[\"SystemError\"] = \"SystemError\";\n})(Status || (Status = {}));\n//# sourceMappingURL=status.js.map"],"names":["Status"],"mappings":";;AACWA,QAAO,SAAA;AAAA,CACjB,SAAU,QAAQ;AAEf,SAAO,SAAS,IAAI;AAEpB,SAAO,SAAS,IAAI;AAEpB,SAAO,SAAS,IAAI;AAEpB,SAAO,WAAW,IAAI;AAEtB,SAAO,iBAAiB,IAAI;AAE5B,SAAO,SAAS,IAAI;AAEpB,SAAO,QAAQ,IAAI;AAEnB,SAAO,SAAS,IAAI;AAEpB,SAAO,aAAa,IAAI;AAC5B,GAAGA,QAAM,WAAKA,iBAAS,CAAA,EAAG;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var Status;
|
|
2
|
+
(function(Status2) {
|
|
3
|
+
Status2["Unknown"] = "unknown";
|
|
4
|
+
Status2["Skipped"] = "skipped";
|
|
5
|
+
Status2["Success"] = "success";
|
|
6
|
+
Status2["RateLimit"] = "rate_limit";
|
|
7
|
+
Status2["PayloadTooLarge"] = "payload_too_large";
|
|
8
|
+
Status2["Invalid"] = "invalid";
|
|
9
|
+
Status2["Failed"] = "failed";
|
|
10
|
+
Status2["Timeout"] = "Timeout";
|
|
11
|
+
Status2["SystemError"] = "SystemError";
|
|
12
|
+
})(Status || (Status = {}));
|
|
13
|
+
export {
|
|
14
|
+
Status
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status.js","sources":["../../../../../../../../node_modules/@amplitude/analytics-types/lib/esm/status.js"],"sourcesContent":["/** The status of an event. */\nexport var Status;\n(function (Status) {\n /** The status could not be determined. */\n Status[\"Unknown\"] = \"unknown\";\n /** The event was skipped due to configuration or callbacks. */\n Status[\"Skipped\"] = \"skipped\";\n /** The event was sent successfully. */\n Status[\"Success\"] = \"success\";\n /** A user or device in the payload is currently rate limited and should try again later. */\n Status[\"RateLimit\"] = \"rate_limit\";\n /** The sent payload was too large to be processed. */\n Status[\"PayloadTooLarge\"] = \"payload_too_large\";\n /** The event could not be processed. */\n Status[\"Invalid\"] = \"invalid\";\n /** A server-side error ocurred during submission. */\n Status[\"Failed\"] = \"failed\";\n /** a server or client side error occuring when a request takes too long and is cancelled */\n Status[\"Timeout\"] = \"Timeout\";\n /** NodeJS runtime environment error.. E.g. disconnected from network */\n Status[\"SystemError\"] = \"SystemError\";\n})(Status || (Status = {}));\n//# sourceMappingURL=status.js.map"],"names":["Status"],"mappings":"AACU,IAAC;AAAA,CACV,SAAUA,SAAQ;AAEf,EAAAA,QAAO,SAAS,IAAI;AAEpB,EAAAA,QAAO,SAAS,IAAI;AAEpB,EAAAA,QAAO,SAAS,IAAI;AAEpB,EAAAA,QAAO,WAAW,IAAI;AAEtB,EAAAA,QAAO,iBAAiB,IAAI;AAE5B,EAAAA,QAAO,SAAS,IAAI;AAEpB,EAAAA,QAAO,QAAQ,IAAI;AAEnB,EAAAA,QAAO,SAAS,IAAI;AAEpB,EAAAA,QAAO,aAAa,IAAI;AAC5B,GAAG,WAAW,SAAS,CAAA,EAAG;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
exports.TransportType = void 0;
|
|
4
|
+
(function(TransportType) {
|
|
5
|
+
TransportType["XHR"] = "xhr";
|
|
6
|
+
TransportType["SendBeacon"] = "beacon";
|
|
7
|
+
TransportType["Fetch"] = "fetch";
|
|
8
|
+
})(exports.TransportType || (exports.TransportType = {}));
|
|
9
|
+
//# sourceMappingURL=transport.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transport.cjs","sources":["../../../../../../../../node_modules/@amplitude/analytics-types/lib/esm/transport.js"],"sourcesContent":["export var TransportType;\n(function (TransportType) {\n TransportType[\"XHR\"] = \"xhr\";\n TransportType[\"SendBeacon\"] = \"beacon\";\n TransportType[\"Fetch\"] = \"fetch\";\n})(TransportType || (TransportType = {}));\n//# sourceMappingURL=transport.js.map"],"names":["TransportType"],"mappings":";;AAAWA,QAAc,gBAAA;AAAA,CACxB,SAAU,eAAe;AACtB,gBAAc,KAAK,IAAI;AACvB,gBAAc,YAAY,IAAI;AAC9B,gBAAc,OAAO,IAAI;AAC7B,GAAGA,QAAa,kBAAKA,wBAAgB,CAAA,EAAG;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
var TransportType;
|
|
2
|
+
(function(TransportType2) {
|
|
3
|
+
TransportType2["XHR"] = "xhr";
|
|
4
|
+
TransportType2["SendBeacon"] = "beacon";
|
|
5
|
+
TransportType2["Fetch"] = "fetch";
|
|
6
|
+
})(TransportType || (TransportType = {}));
|
|
7
|
+
export {
|
|
8
|
+
TransportType
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=transport.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transport.js","sources":["../../../../../../../../node_modules/@amplitude/analytics-types/lib/esm/transport.js"],"sourcesContent":["export var TransportType;\n(function (TransportType) {\n TransportType[\"XHR\"] = \"xhr\";\n TransportType[\"SendBeacon\"] = \"beacon\";\n TransportType[\"Fetch\"] = \"fetch\";\n})(TransportType || (TransportType = {}));\n//# sourceMappingURL=transport.js.map"],"names":["TransportType"],"mappings":"AAAU,IAAC;AAAA,CACV,SAAUA,gBAAe;AACtB,EAAAA,eAAc,KAAK,IAAI;AACvB,EAAAA,eAAc,YAAY,IAAI;AAC9B,EAAAA,eAAc,OAAO,IAAI;AAC7B,GAAG,kBAAkB,gBAAgB,CAAA,EAAG;","x_google_ignoreList":[0]}
|