@aerokit/sdk 12.81.0 → 12.83.0
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/bpm/deployer.js +1 -1
- package/dist/cjs/bpm/index.js +1 -1
- package/dist/cjs/bpm/process.js +1 -1
- package/dist/cjs/bpm/tasks.js +1 -1
- package/dist/cjs/bpm/tracer.js +1 -1
- package/dist/cjs/bpm/values.js +1 -1
- package/dist/cjs/cache/cache.js +1 -1
- package/dist/cjs/cache/index.js +1 -1
- package/dist/cjs/cms/cmis.js +1 -1
- package/dist/cjs/cms/index.js +1 -1
- package/dist/cjs/component/decorators.js +1 -1
- package/dist/cjs/component/index.js +1 -1
- package/dist/cjs/core/configurations.js +1 -1
- package/dist/cjs/core/context.js +1 -1
- package/dist/cjs/core/env.js +1 -1
- package/dist/cjs/core/globals.js +1 -1
- package/dist/cjs/core/index.js +1 -1
- package/dist/cjs/db/dao.js +1 -1
- package/dist/cjs/db/database.js +1 -1
- package/dist/cjs/db/decorators.js +1 -1
- package/dist/cjs/db/index.js +1 -1
- package/dist/cjs/db/insert.js +1 -1
- package/dist/cjs/db/orm.js +1 -1
- package/dist/cjs/db/ormstatements.js +1 -1
- package/dist/cjs/db/procedure.js +1 -1
- package/dist/cjs/db/query.js +1 -1
- package/dist/cjs/db/repository.js +1 -1
- package/dist/cjs/db/sequence.js +1 -1
- package/dist/cjs/db/sql.js +1 -1
- package/dist/cjs/db/store.js +1 -1
- package/dist/cjs/db/translator.js +1 -1
- package/dist/cjs/db/update.js +1 -1
- package/dist/cjs/etcd/client.js +1 -1
- package/dist/cjs/etcd/index.js +1 -1
- package/dist/cjs/extensions/decorators.js +1 -1
- package/dist/cjs/extensions/extensions.js +1 -1
- package/dist/cjs/extensions/index.js +1 -1
- package/dist/cjs/git/client.js +1 -1
- package/dist/cjs/git/index.js +1 -1
- package/dist/cjs/http/client-async.js +1 -1
- package/dist/cjs/http/client.js +1 -1
- package/dist/cjs/http/decorators.js +1 -1
- package/dist/cjs/http/errors/ForbiddenError.js +1 -1
- package/dist/cjs/http/errors/ValidationError.js +1 -1
- package/dist/cjs/http/errors.js +1 -1
- package/dist/cjs/http/index.js +1 -1
- package/dist/cjs/http/request.js +1 -1
- package/dist/cjs/http/response.js +1 -1
- package/dist/cjs/http/rs/resource-http-controller.js +1 -1
- package/dist/cjs/http/rs/resource-mappings.js +1 -1
- package/dist/cjs/http/rs/resource-method.js +1 -1
- package/dist/cjs/http/rs/resource.js +1 -1
- package/dist/cjs/http/rs.js +1 -1
- package/dist/cjs/http/session.js +1 -1
- package/dist/cjs/http/upload.js +1 -1
- package/dist/cjs/http/utils.js +1 -1
- package/dist/cjs/indexing/index.js +1 -1
- package/dist/cjs/indexing/searcher.js +1 -1
- package/dist/cjs/indexing/writer.js +1 -1
- package/dist/cjs/integrations/index.js +1 -1
- package/dist/cjs/integrations/integrations.js +1 -1
- package/dist/cjs/io/bytes.js +1 -1
- package/dist/cjs/io/files.js +1 -1
- package/dist/cjs/io/image.js +1 -1
- package/dist/cjs/io/index.js +1 -1
- package/dist/cjs/io/streams.js +1 -1
- package/dist/cjs/io/zip.js +1 -1
- package/dist/cjs/job/decorators.js +1 -1
- package/dist/cjs/job/index.js +1 -1
- package/dist/cjs/job/scheduler.js +1 -1
- package/dist/cjs/junit/index.js +1 -1
- package/dist/cjs/junit/junit.js +1 -1
- package/dist/cjs/kafka/consumer.js +1 -1
- package/dist/cjs/kafka/index.js +1 -1
- package/dist/cjs/kafka/producer.js +1 -1
- package/dist/cjs/log/index.js +1 -1
- package/dist/cjs/log/logging.js +1 -1
- package/dist/cjs/mail/client.js +1 -1
- package/dist/cjs/mail/index.js +1 -1
- package/dist/cjs/messaging/consumer.js +1 -1
- package/dist/cjs/messaging/decorators.js +1 -1
- package/dist/cjs/messaging/index.js +1 -1
- package/dist/cjs/messaging/producer.js +1 -1
- package/dist/cjs/mongodb/client.js +1 -1
- package/dist/cjs/mongodb/dao.js +1 -1
- package/dist/cjs/mongodb/index.js +1 -1
- package/dist/cjs/net/decorators.js +1 -1
- package/dist/cjs/net/index.js +1 -1
- package/dist/cjs/net/soap.js +1 -1
- package/dist/cjs/net/websockets.js +1 -1
- package/dist/cjs/pdf/index.js +1 -1
- package/dist/cjs/pdf/pdf.js +3 -3
- package/dist/cjs/platform/command.js +1 -1
- package/dist/cjs/platform/engines.js +1 -1
- package/dist/cjs/platform/index.js +1 -1
- package/dist/cjs/platform/lifecycle.js +1 -1
- package/dist/cjs/platform/os.js +1 -1
- package/dist/cjs/platform/problems.js +1 -1
- package/dist/cjs/platform/registry.js +1 -1
- package/dist/cjs/platform/repository.js +1 -1
- package/dist/cjs/platform/workspace.js +1 -1
- package/dist/cjs/qldb/index.js +1 -1
- package/dist/cjs/qldb/qldb.js +1 -1
- package/dist/cjs/rabbitmq/consumer.js +1 -1
- package/dist/cjs/rabbitmq/index.js +1 -1
- package/dist/cjs/rabbitmq/producer.js +1 -1
- package/dist/cjs/redis/client.js +1 -1
- package/dist/cjs/redis/index.js +1 -1
- package/dist/cjs/security/decorators.js +1 -1
- package/dist/cjs/security/index.js +1 -1
- package/dist/cjs/security/oauth.js +1 -1
- package/dist/cjs/security/user.js +1 -1
- package/dist/cjs/template/engines.js +1 -1
- package/dist/cjs/template/index.js +1 -1
- package/dist/cjs/utils/alphanumeric.js +2 -2
- package/dist/cjs/utils/base64.js +1 -1
- package/dist/cjs/utils/converter.js +1 -1
- package/dist/cjs/utils/digest.js +1 -1
- package/dist/cjs/utils/escape.js +1 -1
- package/dist/cjs/utils/hex.js +1 -1
- package/dist/cjs/utils/index.js +1 -1
- package/dist/cjs/utils/jsonpath.js +1 -1
- package/dist/cjs/utils/qrcode.js +1 -1
- package/dist/cjs/utils/url.js +1 -1
- package/dist/cjs/utils/utf8.js +1 -1
- package/dist/cjs/utils/uuid.js +1 -1
- package/dist/cjs/utils/xml.js +1 -1
- package/dist/dts/bpm/deployer.d.ts +35 -3
- package/dist/dts/bpm/index.d.ts +14 -0
- package/dist/dts/bpm/process.d.ts +28 -3
- package/dist/dts/bpm/tasks.d.ts +32 -1
- package/dist/dts/bpm/tracer.d.ts +35 -0
- package/dist/dts/bpm/values.d.ts +17 -3
- package/dist/dts/cache/cache.d.ts +38 -0
- package/dist/dts/cache/index.d.ts +10 -0
- package/dist/dts/cms/cmis.d.ts +28 -3
- package/dist/dts/cms/index.d.ts +10 -0
- package/dist/dts/component/decorators.d.ts +35 -5
- package/dist/dts/component/index.d.ts +10 -0
- package/dist/dts/core/configurations.d.ts +43 -4
- package/dist/dts/core/context.d.ts +35 -2
- package/dist/dts/core/env.d.ts +29 -2
- package/dist/dts/core/globals.d.ts +34 -2
- package/dist/dts/core/index.d.ts +13 -0
- package/dist/dts/db/database.d.ts +34 -0
- package/dist/dts/db/decorators.d.ts +55 -2
- package/dist/dts/db/index.d.ts +19 -0
- package/dist/dts/db/orm.d.ts +43 -0
- package/dist/dts/db/procedure.d.ts +37 -0
- package/dist/dts/db/query.d.ts +25 -1
- package/dist/dts/db/repository.d.ts +52 -0
- package/dist/dts/db/sequence.d.ts +31 -2
- package/dist/dts/db/sql.d.ts +33 -0
- package/dist/dts/db/store.d.ts +27 -0
- package/dist/dts/db/translator.d.ts +34 -1
- package/dist/dts/db/update.d.ts +38 -0
- package/dist/dts/etcd/client.d.ts +36 -0
- package/dist/dts/etcd/index.d.ts +10 -0
- package/dist/dts/extensions/decorators.d.ts +28 -0
- package/dist/dts/extensions/extensions.d.ts +30 -1
- package/dist/dts/extensions/index.d.ts +11 -0
- package/dist/dts/git/client.d.ts +28 -0
- package/dist/dts/git/index.d.ts +10 -0
- package/dist/dts/http/client-async.d.ts +29 -1
- package/dist/dts/http/client.d.ts +29 -1
- package/dist/dts/http/decorators.d.ts +38 -0
- package/dist/dts/http/errors/ForbiddenError.d.ts +6 -2
- package/dist/dts/http/errors/ValidationError.d.ts +6 -2
- package/dist/dts/http/errors.d.ts +14 -0
- package/dist/dts/http/index.d.ts +18 -0
- package/dist/dts/http/request.d.ts +30 -3
- package/dist/dts/http/response.d.ts +40 -3
- package/dist/dts/http/rs/resource-mappings.d.ts +30 -0
- package/dist/dts/http/rs.d.ts +38 -0
- package/dist/dts/http/session.d.ts +34 -3
- package/dist/dts/http/upload.d.ts +27 -2
- package/dist/dts/http/utils.d.ts +42 -0
- package/dist/dts/indexing/index.d.ts +11 -0
- package/dist/dts/indexing/searcher.d.ts +35 -2
- package/dist/dts/indexing/writer.d.ts +23 -2
- package/dist/dts/integrations/index.d.ts +10 -0
- package/dist/dts/integrations/integrations.d.ts +27 -3
- package/dist/dts/io/bytes.d.ts +33 -2
- package/dist/dts/io/files.d.ts +34 -2
- package/dist/dts/io/image.d.ts +27 -2
- package/dist/dts/io/index.d.ts +14 -0
- package/dist/dts/io/streams.d.ts +40 -0
- package/dist/dts/io/zip.d.ts +32 -0
- package/dist/dts/job/decorators.d.ts +29 -0
- package/dist/dts/job/index.d.ts +11 -0
- package/dist/dts/job/scheduler.d.ts +33 -2
- package/dist/dts/junit/index.d.ts +10 -0
- package/dist/dts/junit/junit.d.ts +31 -0
- package/dist/dts/kafka/consumer.d.ts +31 -0
- package/dist/dts/kafka/index.d.ts +11 -0
- package/dist/dts/kafka/producer.d.ts +31 -0
- package/dist/dts/log/index.d.ts +10 -0
- package/dist/dts/log/logging.d.ts +32 -0
- package/dist/dts/mail/client.d.ts +27 -0
- package/dist/dts/mail/index.d.ts +10 -0
- package/dist/dts/messaging/consumer.d.ts +29 -2
- package/dist/dts/messaging/decorators.d.ts +32 -0
- package/dist/dts/messaging/index.d.ts +12 -0
- package/dist/dts/messaging/producer.d.ts +27 -2
- package/dist/dts/mongodb/client.d.ts +37 -0
- package/dist/dts/mongodb/dao.d.ts +53 -0
- package/dist/dts/mongodb/index.d.ts +11 -0
- package/dist/dts/net/decorators.d.ts +27 -0
- package/dist/dts/net/index.d.ts +13 -0
- package/dist/dts/net/soap.d.ts +34 -0
- package/dist/dts/net/websockets.d.ts +34 -0
- package/dist/dts/pdf/index.d.ts +10 -0
- package/dist/dts/pdf/pdf.d.ts +41 -2
- package/dist/dts/platform/command.d.ts +26 -0
- package/dist/dts/platform/engines.d.ts +38 -0
- package/dist/dts/platform/index.d.ts +19 -0
- package/dist/dts/platform/lifecycle.d.ts +29 -0
- package/dist/dts/platform/os.d.ts +30 -0
- package/dist/dts/platform/problems.d.ts +36 -0
- package/dist/dts/platform/registry.d.ts +39 -0
- package/dist/dts/platform/repository.d.ts +40 -0
- package/dist/dts/platform/workspace.d.ts +42 -0
- package/dist/dts/qldb/index.d.ts +12 -0
- package/dist/dts/qldb/qldb.d.ts +14 -0
- package/dist/dts/rabbitmq/consumer.d.ts +24 -3
- package/dist/dts/rabbitmq/index.d.ts +13 -0
- package/dist/dts/rabbitmq/producer.d.ts +20 -3
- package/dist/dts/redis/client.d.ts +31 -3
- package/dist/dts/redis/index.d.ts +12 -0
- package/dist/dts/security/decorators.d.ts +34 -0
- package/dist/dts/security/index.d.ts +14 -0
- package/dist/dts/security/oauth.d.ts +27 -0
- package/dist/dts/security/user.d.ts +39 -0
- package/dist/dts/template/engines.d.ts +31 -0
- package/dist/dts/template/index.d.ts +12 -0
- package/dist/dts/utils/alphanumeric.d.ts +36 -2
- package/dist/dts/utils/base64.d.ts +30 -0
- package/dist/dts/utils/converter.d.ts +37 -2
- package/dist/dts/utils/digest.d.ts +31 -0
- package/dist/dts/utils/escape.d.ts +28 -3
- package/dist/dts/utils/hex.d.ts +30 -0
- package/dist/dts/utils/index.d.ts +23 -0
- package/dist/dts/utils/jsonpath.d.ts +43 -0
- package/dist/dts/utils/qrcode.d.ts +24 -3
- package/dist/dts/utils/url.d.ts +37 -3
- package/dist/dts/utils/utf8.d.ts +34 -3
- package/dist/dts/utils/uuid.d.ts +28 -2
- package/dist/dts/utils/xml.d.ts +31 -2
- package/dist/esm/bpm/deployer.mjs +1 -1
- package/dist/esm/bpm/index.mjs +1 -1
- package/dist/esm/bpm/process.mjs +1 -1
- package/dist/esm/bpm/tasks.mjs +1 -1
- package/dist/esm/bpm/tracer.mjs +1 -1
- package/dist/esm/bpm/values.mjs +1 -1
- package/dist/esm/cache/cache.mjs +1 -1
- package/dist/esm/cache/index.mjs +1 -1
- package/dist/esm/cms/cmis.mjs +1 -1
- package/dist/esm/cms/index.mjs +1 -1
- package/dist/esm/component/decorators.mjs +1 -1
- package/dist/esm/component/index.mjs +1 -1
- package/dist/esm/core/configurations.mjs +1 -1
- package/dist/esm/core/context.mjs +1 -1
- package/dist/esm/core/env.mjs +1 -1
- package/dist/esm/core/globals.mjs +1 -1
- package/dist/esm/core/index.mjs +1 -1
- package/dist/esm/db/dao.mjs +1 -1
- package/dist/esm/db/database.mjs +1 -1
- package/dist/esm/db/decorators.mjs +1 -1
- package/dist/esm/db/index.mjs +1 -1
- package/dist/esm/db/insert.mjs +1 -1
- package/dist/esm/db/orm.mjs +1 -1
- package/dist/esm/db/ormstatements.mjs +1 -1
- package/dist/esm/db/procedure.mjs +1 -1
- package/dist/esm/db/query.mjs +1 -1
- package/dist/esm/db/repository.mjs +1 -1
- package/dist/esm/db/sequence.mjs +1 -1
- package/dist/esm/db/sql.mjs +1 -1
- package/dist/esm/db/store.mjs +1 -1
- package/dist/esm/db/translator.mjs +1 -1
- package/dist/esm/db/update.mjs +1 -1
- package/dist/esm/etcd/client.mjs +1 -1
- package/dist/esm/etcd/index.mjs +1 -1
- package/dist/esm/extensions/decorators.mjs +1 -1
- package/dist/esm/extensions/extensions.mjs +1 -1
- package/dist/esm/extensions/index.mjs +1 -1
- package/dist/esm/git/client.mjs +1 -1
- package/dist/esm/git/index.mjs +1 -1
- package/dist/esm/http/client-async.mjs +1 -1
- package/dist/esm/http/client.mjs +1 -1
- package/dist/esm/http/decorators.mjs +1 -1
- package/dist/esm/http/errors/ForbiddenError.mjs +1 -1
- package/dist/esm/http/errors/ValidationError.mjs +1 -1
- package/dist/esm/http/errors.mjs +1 -1
- package/dist/esm/http/index.mjs +1 -1
- package/dist/esm/http/request.mjs +1 -1
- package/dist/esm/http/response.mjs +1 -1
- package/dist/esm/http/rs/resource-http-controller.mjs +1 -1
- package/dist/esm/http/rs/resource-mappings.mjs +1 -1
- package/dist/esm/http/rs/resource-method.mjs +1 -1
- package/dist/esm/http/rs/resource.mjs +1 -1
- package/dist/esm/http/rs.mjs +1 -1
- package/dist/esm/http/session.mjs +1 -1
- package/dist/esm/http/upload.mjs +1 -1
- package/dist/esm/http/utils.mjs +1 -1
- package/dist/esm/indexing/index.mjs +1 -1
- package/dist/esm/indexing/searcher.mjs +1 -1
- package/dist/esm/indexing/writer.mjs +1 -1
- package/dist/esm/integrations/index.mjs +1 -1
- package/dist/esm/integrations/integrations.mjs +1 -1
- package/dist/esm/io/bytes.mjs +1 -1
- package/dist/esm/io/files.mjs +1 -1
- package/dist/esm/io/image.mjs +1 -1
- package/dist/esm/io/index.mjs +1 -1
- package/dist/esm/io/streams.mjs +1 -1
- package/dist/esm/io/zip.mjs +1 -1
- package/dist/esm/job/decorators.mjs +1 -1
- package/dist/esm/job/index.mjs +1 -1
- package/dist/esm/job/scheduler.mjs +1 -1
- package/dist/esm/junit/index.mjs +1 -1
- package/dist/esm/junit/junit.mjs +1 -1
- package/dist/esm/kafka/consumer.mjs +1 -1
- package/dist/esm/kafka/index.mjs +1 -1
- package/dist/esm/kafka/producer.mjs +1 -1
- package/dist/esm/log/index.mjs +1 -1
- package/dist/esm/log/logging.mjs +1 -1
- package/dist/esm/mail/client.mjs +1 -1
- package/dist/esm/mail/index.mjs +1 -1
- package/dist/esm/messaging/consumer.mjs +1 -1
- package/dist/esm/messaging/decorators.mjs +1 -1
- package/dist/esm/messaging/index.mjs +1 -1
- package/dist/esm/messaging/producer.mjs +1 -1
- package/dist/esm/mongodb/client.mjs +2 -2
- package/dist/esm/mongodb/dao.mjs +1 -1
- package/dist/esm/mongodb/index.mjs +1 -1
- package/dist/esm/net/decorators.mjs +1 -1
- package/dist/esm/net/index.mjs +1 -1
- package/dist/esm/net/soap.mjs +1 -1
- package/dist/esm/net/websockets.mjs +1 -1
- package/dist/esm/pdf/index.mjs +1 -1
- package/dist/esm/pdf/pdf.mjs +3 -3
- package/dist/esm/platform/command.mjs +1 -1
- package/dist/esm/platform/engines.mjs +1 -1
- package/dist/esm/platform/index.mjs +1 -1
- package/dist/esm/platform/lifecycle.mjs +1 -1
- package/dist/esm/platform/os.mjs +1 -1
- package/dist/esm/platform/problems.mjs +1 -1
- package/dist/esm/platform/registry.mjs +1 -1
- package/dist/esm/platform/repository.mjs +1 -1
- package/dist/esm/platform/workspace.mjs +1 -1
- package/dist/esm/qldb/index.mjs +1 -1
- package/dist/esm/qldb/qldb.mjs +1 -1
- package/dist/esm/rabbitmq/consumer.mjs +1 -1
- package/dist/esm/rabbitmq/index.mjs +1 -1
- package/dist/esm/rabbitmq/producer.mjs +1 -1
- package/dist/esm/redis/client.mjs +1 -1
- package/dist/esm/redis/index.mjs +1 -1
- package/dist/esm/security/decorators.mjs +1 -1
- package/dist/esm/security/index.mjs +1 -1
- package/dist/esm/security/oauth.mjs +1 -1
- package/dist/esm/security/user.mjs +1 -1
- package/dist/esm/template/engines.mjs +1 -1
- package/dist/esm/template/index.mjs +1 -1
- package/dist/esm/utils/alphanumeric.mjs +2 -2
- package/dist/esm/utils/base64.mjs +1 -1
- package/dist/esm/utils/converter.mjs +1 -1
- package/dist/esm/utils/digest.mjs +1 -1
- package/dist/esm/utils/escape.mjs +1 -1
- package/dist/esm/utils/hex.mjs +1 -1
- package/dist/esm/utils/index.mjs +1 -1
- package/dist/esm/utils/jsonpath.mjs +1 -1
- package/dist/esm/utils/qrcode.mjs +1 -1
- package/dist/esm/utils/url.mjs +1 -1
- package/dist/esm/utils/utf8.mjs +1 -1
- package/dist/esm/utils/uuid.mjs +1 -1
- package/dist/esm/utils/xml.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module utils/index
|
|
3
|
+
* @package @aerokit/sdk/utils
|
|
4
|
+
* @overview
|
|
5
|
+
*
|
|
6
|
+
* This module provides a collection of utility helpers used across Aerokit SDK modules.
|
|
7
|
+
* It includes encoding/decoding, hashing, escaping, random IDs, URL manipulation, XML/JSON path support,
|
|
8
|
+
* QR code generation, and generic data conversion utilities.
|
|
9
|
+
*
|
|
10
|
+
* The main components of this module are:
|
|
11
|
+
* - Alphanumeric: Alphanumeric string utilities.
|
|
12
|
+
* - Base64: Base64 encode/decode utilities.
|
|
13
|
+
* - Digest: Hashing and digest utilities.
|
|
14
|
+
* - Escape: String escaping utilities.
|
|
15
|
+
* - Hex: Hex encoding utilities.
|
|
16
|
+
* - JSONPath: JSON path query utilities.
|
|
17
|
+
* - QRCode: QR code generation utilities.
|
|
18
|
+
* - URL: URL parsing and manipulation utilities.
|
|
19
|
+
* - UTF8: UTF8 encoding/decoding utilities.
|
|
20
|
+
* - UUID: UUID generation utilities.
|
|
21
|
+
* - XML: XML parsing and serialization utilities.
|
|
22
|
+
* - Converter: Generic type conversion utilities.
|
|
23
|
+
*/
|
|
1
24
|
export * from "./alphanumeric";
|
|
2
25
|
export { Alphanumeric as alphanumeric } from "./alphanumeric";
|
|
3
26
|
export * from "./base64";
|
|
@@ -1,3 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module utils/jsonpath
|
|
3
|
+
* @package @aerokit/sdk/utils
|
|
4
|
+
* @name JSONPath
|
|
5
|
+
* @overview
|
|
6
|
+
*
|
|
7
|
+
* The JSONPath class provides a powerful and flexible way to query and manipulate JSON data structures using a path expression syntax. It allows developers to extract specific values, paths, or parent information from complex JSON objects and arrays based on defined criteria. The class supports various result types, including values, paths, pointers, and parent references, making it a versatile tool for working with JSON data in JavaScript applications.
|
|
8
|
+
*
|
|
9
|
+
* ### Key Features:
|
|
10
|
+
* - **Path Expression Syntax**: JSONPath expressions allow for complex querying of JSON structures, including wildcard searches, recursive descent, filtering, and more.
|
|
11
|
+
* - **Multiple Result Types**: Developers can specify the desired output format, such as values, paths, pointers, or parent references, to suit their specific use cases.
|
|
12
|
+
* - **Callback Support**: The class provides callback functionality to handle results as they are found during the evaluation of JSONPath expressions.
|
|
13
|
+
* - **Sandboxed Evaluation**: JSONPath expressions can be evaluated in a sandboxed environment to prevent potential security risks associated with evaluating arbitrary code.
|
|
14
|
+
*
|
|
15
|
+
* ### Use Cases:
|
|
16
|
+
* - **Data Extraction**: Extract specific values or paths from large and complex JSON objects without needing to manually traverse the structure.
|
|
17
|
+
* - **Data Transformation**: Use JSONPath expressions to identify and transform specific parts of a JSON object based on certain criteria.
|
|
18
|
+
* - **Filtering Data**: Apply filters to JSON data to retrieve only the relevant information based on conditions defined in the JSONPath expression.
|
|
19
|
+
*
|
|
20
|
+
* ### Example Usage:
|
|
21
|
+
* ```ts
|
|
22
|
+
* import { JSONPath } from "@aerokit/sdk/utils";
|
|
23
|
+
* const data = {
|
|
24
|
+
* store: {
|
|
25
|
+
* book: [
|
|
26
|
+
* { category: "reference", author: "Nigel Rees", title: "Sayings of the Century", price: 8.95 },
|
|
27
|
+
* { category: "fiction", author: "Evelyn Waugh", title: "Sword of Honour", price: 12.99 },
|
|
28
|
+
* { category: "fiction", author: "Herman Melville", title: "Moby Dick", price: 8.99 },
|
|
29
|
+
* { category: "fiction", author: "J. R. R. Tolkien", title: "The Lord of the Rings", price: 22.99 }
|
|
30
|
+
* ],
|
|
31
|
+
* bicycle: { color: "red", price: 19.95 }
|
|
32
|
+
* }
|
|
33
|
+
* // Extract the authors of all books in the store
|
|
34
|
+
* const authors = JSONPath({ path: "$.store.book[*].author", json: data });
|
|
35
|
+
* console.log(authors); // Output: ["Nigel Rees", "Evelyn Waugh", "Herman Melville", "J. R. R. Tolkien"]
|
|
36
|
+
* // Extract the price of the bicycle
|
|
37
|
+
* const bicyclePrice = JSONPath({ path: "$.store.bicycle.price", json: data });
|
|
38
|
+
* console.log(bicyclePrice); // Output: 19.95
|
|
39
|
+
* // Extract all items in the store with a price less than 10
|
|
40
|
+
* const cheapItems = JSONPath({ path: "$.store..[?(@.price<10)]", json: data });
|
|
41
|
+
* console.log(cheapItems); // Output: [{ category: "reference", author: "Nigel Rees", title: "Sayings of the Century", price: 8.95 }, { category: "fiction", author: "Herman Melville", title: "Moby Dick", price: 8.99 }]
|
|
42
|
+
* ```
|
|
43
|
+
*/
|
|
1
44
|
/**
|
|
2
45
|
* @param {Object} [opts] If present, must be an object
|
|
3
46
|
* @param {string} expr JSON path to evaluate
|
|
@@ -1,7 +1,28 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
2
|
+
* @module utils/qrcode
|
|
3
|
+
* @package @aerokit/sdk/utils
|
|
4
|
+
* @name QRCode
|
|
5
|
+
* @overview
|
|
6
|
+
*
|
|
7
|
+
* The QRCode class provides a static method for generating QR code images from text input. It utilizes the underlying native Java QRCodeFacade to perform the actual QR code generation, returning the resulting image as a byte array that can be easily used in JavaScript applications. This utility is particularly useful for applications that need to create QR codes for encoding URLs, contact information, or any other textual data in a compact visual format.
|
|
8
|
+
*
|
|
9
|
+
* ### Key Features:
|
|
10
|
+
* - **QR Code Generation**: Converts input text into a QR code image represented as a byte array.
|
|
11
|
+
* - **Easy Integration**: The generated byte array can be easily integrated into web applications, allowing for dynamic QR code creation.
|
|
12
|
+
*
|
|
13
|
+
* ### Use Cases:
|
|
14
|
+
* - **Encoding URLs**: Generate QR codes for URLs to facilitate quick access via mobile devices.
|
|
15
|
+
* - **Contact Information**: Create QR codes for vCards or other contact information formats.
|
|
16
|
+
* - **Event Tickets**: Generate QR codes for event tickets or other time-sensitive information.
|
|
17
|
+
*
|
|
18
|
+
* ### Example Usage:
|
|
19
|
+
* ```ts
|
|
20
|
+
* import { QRCode } from "@aerokit/sdk/utils";
|
|
21
|
+
*
|
|
22
|
+
* // Generate a QR code for a URL
|
|
23
|
+
* const qrCodeBytes = QRCode.generateQRCode("https://www.example.com");
|
|
24
|
+
* // The qrCodeBytes can now be used to create an image element or saved to a file
|
|
25
|
+
* ```
|
|
5
26
|
*/
|
|
6
27
|
export declare class QRCode {
|
|
7
28
|
/**
|
package/dist/dts/utils/url.d.ts
CHANGED
|
@@ -1,7 +1,41 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
2
|
+
* @module utils/url
|
|
3
|
+
* @package @aerokit/sdk/utils
|
|
4
|
+
* @name URL
|
|
5
|
+
* @overview
|
|
6
|
+
*
|
|
7
|
+
* The URL class provides static methods for performing various forms of URL encoding and decoding. It serves as a wrapper around native Java URL utility methods, allowing developers to easily encode and decode strings for use in URLs, query parameters, path segments, and form data. This utility is essential for ensuring that data is correctly formatted when included in URLs, preventing issues with special characters and ensuring proper transmission of data across the web.
|
|
8
|
+
*
|
|
9
|
+
* ### Key Features:
|
|
10
|
+
* - **URL Encoding/Decoding**: Methods to encode and decode strings for safe inclusion in URLs.
|
|
11
|
+
* - **Path Segment Escaping**: Specialized method for escaping strings that will be used as URL path segments.
|
|
12
|
+
* - **Form Data Escaping**: Method for escaping strings according to HTML form data encoding rules.
|
|
13
|
+
*
|
|
14
|
+
* ### Use Cases:
|
|
15
|
+
* - **Query Parameters**: Encode user input or dynamic data to be included in URL query parameters.
|
|
16
|
+
* - **URL Path Segments**: Safely include dynamic values in URL paths without breaking the structure.
|
|
17
|
+
* - **Form Submissions**: Prepare data for submission via HTML forms using application/x-www-form-urlencoded encoding.
|
|
18
|
+
*
|
|
19
|
+
* ### Example Usage:
|
|
20
|
+
* ```ts
|
|
21
|
+
* import { URL } from "@aerokit/sdk/utils";
|
|
22
|
+
*
|
|
23
|
+
* // Encode a query parameter value
|
|
24
|
+
* const encodedValue = URL.encode("Hello World!");
|
|
25
|
+
* console.log(encodedValue); // Output: Hello%20World%21
|
|
26
|
+
*
|
|
27
|
+
* // Decode a previously encoded string
|
|
28
|
+
* const decodedValue = URL.decode(encodedValue);
|
|
29
|
+
* console.log(decodedValue); // Output: Hello World!
|
|
30
|
+
*
|
|
31
|
+
* // Escape a string for use as a URL path segment
|
|
32
|
+
* const escapedPath = URL.escapePath("my folder/file.txt");
|
|
33
|
+
* console.log(escapedPath); // Output: my%20folder%2Ffile.txt
|
|
34
|
+
*
|
|
35
|
+
* // Escape a string for use in form data
|
|
36
|
+
* const escapedForm = URL.escapeForm("name=John Doe&age=30");
|
|
37
|
+
* console.log(escapedForm); // Output: name%3DJohn+Doe%26age%3D30
|
|
38
|
+
* ```
|
|
5
39
|
*/
|
|
6
40
|
export declare class URL {
|
|
7
41
|
/**
|
package/dist/dts/utils/utf8.d.ts
CHANGED
|
@@ -1,7 +1,38 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
2
|
+
* @module utils/utf8
|
|
3
|
+
* @package @aerokit/sdk/utils
|
|
4
|
+
* @name UTF8
|
|
5
|
+
* @overview
|
|
6
|
+
*
|
|
7
|
+
* The UTF8 class provides static methods for encoding and decoding UTF-8 data. It serves as a utility for converting between standard JavaScript strings and their UTF-8 encoded representations, as well as handling raw byte arrays that represent UTF-8 data. This class abstracts the underlying native Java UTF8Facade, allowing developers to easily perform UTF-8 encoding and decoding operations in their JavaScript applications without needing to manage the complexities of character encoding directly.
|
|
8
|
+
*
|
|
9
|
+
* ### Key Features:
|
|
10
|
+
* - **UTF-8 Encoding**: Convert standard JavaScript strings or byte arrays into UTF-8 encoded strings.
|
|
11
|
+
* - **UTF-8 Decoding**: Convert UTF-8 encoded strings or byte arrays back into standard JavaScript strings.
|
|
12
|
+
* - **Byte Array Handling**: Decode specific segments of byte arrays into strings using UTF-8 encoding.
|
|
13
|
+
*
|
|
14
|
+
* ### Use Cases:
|
|
15
|
+
* - **Data Interchange**: Ensure that text data is correctly encoded and decoded when transmitted between systems that use UTF-8 encoding.
|
|
16
|
+
* - **File Handling**: Read and write files with UTF-8 encoding, ensuring proper handling of international characters.
|
|
17
|
+
* - **Web Development**: Encode and decode data for web applications that require UTF-8 encoding for compatibility with browsers and APIs.
|
|
18
|
+
*
|
|
19
|
+
* ### Example Usage:
|
|
20
|
+
* ```ts
|
|
21
|
+
* import { UTF8 } from "@aerokit/sdk/utils";
|
|
22
|
+
*
|
|
23
|
+
* // Encode a string into UTF-8
|
|
24
|
+
* const utf8Encoded = UTF8.encode("Hello, World!");
|
|
25
|
+
* console.log(utf8Encoded); // Output: Hello, World! (UTF-8 encoded)
|
|
26
|
+
*
|
|
27
|
+
* // Decode a UTF-8 encoded string back to a standard string
|
|
28
|
+
* const decodedString = UTF8.decode(utf8Encoded);
|
|
29
|
+
* console.log(decodedString); // Output: Hello, World!
|
|
30
|
+
*
|
|
31
|
+
* // Decode a segment of a byte array into a string
|
|
32
|
+
* const byteArray = [72, 101, 108, 108, 111]; // Represents "Hello" in UTF-8
|
|
33
|
+
* const decodedSegment = UTF8.bytesToString(byteArray, 0, byteArray.length);
|
|
34
|
+
* console.log(decodedSegment); // Output: Hello
|
|
35
|
+
* ```
|
|
5
36
|
*/
|
|
6
37
|
export declare class UTF8 {
|
|
7
38
|
/**
|
package/dist/dts/utils/uuid.d.ts
CHANGED
|
@@ -1,6 +1,32 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* @module utils/uuid
|
|
3
|
+
* @package @aerokit/sdk/utils
|
|
4
|
+
* @name UUID
|
|
5
|
+
* @overview
|
|
6
|
+
*
|
|
7
|
+
* The UUID class provides static methods for generating and validating Universally Unique Identifiers (UUIDs). It typically focuses on Type 4 UUIDs, which are randomly generated. The class abstracts the underlying native Java UuidFacade, allowing developers to easily generate new UUIDs and validate existing ones in their JavaScript applications without needing to manage the complexities of UUID generation and validation directly.
|
|
8
|
+
*
|
|
9
|
+
* ### Key Features:
|
|
10
|
+
* - **UUID Generation**: Generate new random UUIDs (Type 4) in a standard string format.
|
|
11
|
+
* - **UUID Validation**: Validate whether a given string conforms to the standard UUID format.
|
|
12
|
+
*
|
|
13
|
+
* ### Use Cases:
|
|
14
|
+
* - **Unique Identifiers**: Generate unique identifiers for database records, session tokens, or any other entities that require uniqueness.
|
|
15
|
+
* - **Data Correlation**: Use UUIDs to correlate data across different systems or components without relying on sequential IDs.
|
|
16
|
+
* - **Validation**: Ensure that input strings are valid UUIDs before processing them in applications that require UUIDs for identification.
|
|
17
|
+
*
|
|
18
|
+
* ### Example Usage:
|
|
19
|
+
* ```ts
|
|
20
|
+
* import { UUID } from "@aerokit/sdk/utils";
|
|
21
|
+
*
|
|
22
|
+
* // Generate a new random UUID
|
|
23
|
+
* const newUuid = UUID.random();
|
|
24
|
+
* console.log(newUuid); // Output: a randomly generated UUID string
|
|
25
|
+
*
|
|
26
|
+
* // Validate a UUID
|
|
27
|
+
* const isValid = UUID.validate(newUuid);
|
|
28
|
+
* console.log(isValid); // Output: true
|
|
29
|
+
* ```
|
|
4
30
|
*/
|
|
5
31
|
export declare class UUID {
|
|
6
32
|
/**
|
package/dist/dts/utils/xml.d.ts
CHANGED
|
@@ -1,6 +1,35 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* @module utils/xml
|
|
3
|
+
* @package @aerokit/sdk/utils
|
|
4
|
+
* @name XML
|
|
5
|
+
* @overview
|
|
6
|
+
*
|
|
7
|
+
* The XML class provides static utility methods for converting data between XML and JSON formats. It abstracts the underlying native Java Xml2JsonFacade, allowing developers to easily perform these conversions in their JavaScript applications. The class automatically handles input serialization if a non-string object is passed, ensuring that the conversion methods can work seamlessly with both raw strings and JavaScript objects.
|
|
8
|
+
*
|
|
9
|
+
* ### Key Features:
|
|
10
|
+
* - **JSON to XML Conversion**: Convert JSON data (either as a string or a JavaScript object) into an XML string representation.
|
|
11
|
+
* - **XML to JSON Conversion**: Convert XML data (expected as a string) into a JSON formatted string.
|
|
12
|
+
* - **Automatic Serialization**: If a JavaScript object is passed instead of a string, it is automatically serialized using JSON.stringify() before conversion.
|
|
13
|
+
*
|
|
14
|
+
* ### Use Cases:
|
|
15
|
+
* - **Data Interchange**: Facilitate data interchange between systems that use different formats (e.g., REST APIs that accept XML but produce JSON).
|
|
16
|
+
* - **Configuration Management**: Convert configuration data between XML and JSON formats for compatibility with different tools and libraries.
|
|
17
|
+
* - **Legacy System Integration**: Integrate with legacy systems that require XML while allowing modern applications to work with JSON.
|
|
18
|
+
*
|
|
19
|
+
* ### Example Usage:
|
|
20
|
+
* ```ts
|
|
21
|
+
* import { XML } from "@aerokit/sdk/utils";
|
|
22
|
+
*
|
|
23
|
+
* // Convert a JSON object to XML
|
|
24
|
+
* const jsonObject = { name: "John", age: 30 };
|
|
25
|
+
* const xmlString = XML.fromJson(jsonObject);
|
|
26
|
+
* console.log(xmlString); // Output: <name>John</name><age>30</age>
|
|
27
|
+
*
|
|
28
|
+
* // Convert an XML string to JSON
|
|
29
|
+
* const xmlInput = "<person><name>John</name><age>30</age></person>";
|
|
30
|
+
* const jsonOutput = XML.toJson(xmlInput);
|
|
31
|
+
* console.log(jsonOutput); // Output: {"person":{"name":"John","age":30}}
|
|
32
|
+
* ```
|
|
4
33
|
*/
|
|
5
34
|
export declare class XML {
|
|
6
35
|
/**
|
|
@@ -35,4 +35,4 @@ if (typeof module !== "undefined") {
|
|
|
35
35
|
export {
|
|
36
36
|
Deployer
|
|
37
37
|
};
|
|
38
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
38
|
+
//# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsiLi4vLi4vLi4vc3JjL2JwbS9kZXBsb3llci50cyJdLAogICJzb3VyY2VzQ29udGVudCI6IFsiLyoqXG4gKiBAbW9kdWxlIGJwbS9kZXBsb3llclxuICogQHBhY2thZ2UgQGFlcm9raXQvc2RrL2JwbVxuICogQG5hbWUgRGVwbG95ZXJcbiAqIEBvdmVydmlld1xuICogXG4gKiBUaGlzIG1vZHVsZSBwcm92aWRlcyBmdW5jdGlvbmFsaXRpZXMgZm9yIG1hbmFnaW5nIEJ1c2luZXNzIFByb2Nlc3MgTW9kZWwgYW5kIE5vdGF0aW9uIChCUE1OKSBkZWZpbml0aW9ucyxcbiAqIGluY2x1ZGluZyBkZXBsb3ltZW50LCB1bmRlcGxveW1lbnQsIGFuZCBkZWxldGlvbiBvZiBwcm9jZXNzIGRlZmluaXRpb25zLlxuICogXG4gKiAjIyMgS2V5IEZlYXR1cmVzXG4gKiAtIERlcGxveSBCUE1OIHByb2Nlc3MgZGVmaW5pdGlvbnMgZnJvbSBzcGVjaWZpZWQgbG9jYXRpb25zIChlLmcuLCBmaWxlIHBhdGhzKS5cbiAqIC0gVW5kZXBsb3kgcHJldmlvdXNseSBkZXBsb3llZCBwcm9jZXNzIGRlZmluaXRpb25zIGJhc2VkIG9uIHRoZWlyIGRlcGxveW1lbnQgbG9jYXRpb24uXG4gKiAtIFBlcm1hbmVudGx5IGRlbGV0ZSBwcm9jZXNzIGRlZmluaXRpb25zIGJ5IHRoZWlyIElELCB3aXRoIGEgcmVhc29uIGZvciBkZWxldGlvbi5cbiAqIFxuICogIyMjIFVzZSBDYXNlc1xuICogLSBNYW5hZ2luZyB0aGUgbGlmZWN5Y2xlIG9mIEJQTU4gcHJvY2VzcyBkZWZpbml0aW9ucyBpbiBhIHdvcmtmbG93IGVuZ2luZS5cbiAqIC0gQXV0b21hdGluZyBkZXBsb3ltZW50IGFuZCBjbGVhbnVwIG9mIHByb2Nlc3MgZGVmaW5pdGlvbnMgaW4gZGV2ZWxvcG1lbnQgYW5kIHByb2R1Y3Rpb24gZW52aXJvbm1lbnRzLlxuICogLSBJbnRlZ3JhdGluZyBCUE1OIG1hbmFnZW1lbnQgaW50byBsYXJnZXIgYXBwbGljYXRpb24gd29ya2Zsb3dzIG9yIGFkbWluaXN0cmF0aXZlIHRvb2xzLlxuICogXG4gKiAjIyMgRXhhbXBsZSBVc2FnZVxuICogYGBgdHNcbiAqIGltcG9ydCB7IERlcGxveWVyIH0gZnJvbSBcIkBhZXJva2l0L3Nkay9icG1cIjtcbiAqIFxuICogLy8gRGVwbG95IGEgbmV3IHByb2Nlc3MgZGVmaW5pdGlvblxuICogY29uc3QgZGVwbG95bWVudElkID0gRGVwbG95ZXIuZGVwbG95UHJvY2VzcyhcIi9wYXRoL3RvL3Byb2Nlc3MuYnBtblwiKTtcbiAqIGNvbnNvbGUubG9nKGBEZXBsb3llZCBwcm9jZXNzIHdpdGggSUQ6ICR7ZGVwbG95bWVudElkfWApO1xuICogXG4gKiAvLyBVbmRlcGxveSB0aGUgcHJvY2VzcyBkZWZpbml0aW9uXG4gKiBEZXBsb3llci51bmRlcGxveVByb2Nlc3MoXCIvcGF0aC90by9wcm9jZXNzLmJwbW5cIik7XG4gKiBjb25zb2xlLmxvZyhcIlVuZGVwbG95ZWQgcHJvY2VzcyBmcm9tIGxvY2F0aW9uOiAvcGF0aC90by9wcm9jZXNzLmJwbW5cIik7XG4gKiBcbiAqIC8vIERlbGV0ZSBhIGRlcGxveWVkIHByb2Nlc3MgZGVmaW5pdGlvbiBieSBJRFxuICogRGVwbG95ZXIuZGVsZXRlUHJvY2VzcyhkZXBsb3ltZW50SWQsIFwiT2Jzb2xldGVcIik7XG4gKiBjb25zb2xlLmxvZyhgRGVsZXRlZCBwcm9jZXNzIHdpdGggSUQ6ICR7ZGVwbG95bWVudElkfSBmb3IgcmVhc29uOiBPYnNvbGV0ZWApO1xuICogYGBgXG4gKlxuICovXG5cbmNvbnN0IEJwbUZhY2FkZSA9IEphdmEudHlwZShcIm9yZy5lY2xpcHNlLmRpcmlnaWJsZS5jb21wb25lbnRzLmFwaS5icG0uQnBtRmFjYWRlXCIpO1xuXG5leHBvcnQgY2xhc3MgRGVwbG95ZXIge1xuXG5cdC8qKlxuXHQgKiBEZXBsb3lzIGEgbmV3IHByb2Nlc3MgZGVmaW5pdGlvbiBmcm9tIGEgc3BlY2lmaWVkIGxvY2F0aW9uIChlLmcuLCBhIGZpbGUgcGF0aCkuXG5cdCAqXG5cdCAqIEBwYXJhbSBsb2NhdGlvbiBUaGUgcGF0aCBvciBsb2NhdGlvbiBvZiB0aGUgQlBNTiBYTUwgZmlsZSB0byBiZSBkZXBsb3llZC5cblx0ICogQHJldHVybnMgVGhlIGRlcGxveW1lbnQgSUQgYXNzaWduZWQgdG8gdGhlIG5ldyBwcm9jZXNzIGRlZmluaXRpb24uXG5cdCAqL1xuXHRwdWJsaWMgc3RhdGljIGRlcGxveVByb2Nlc3MobG9jYXRpb246IHN0cmluZyk6IHN0cmluZyB7XG5cdFx0cmV0dXJuIEJwbUZhY2FkZS5kZXBsb3lQcm9jZXNzKGxvY2F0aW9uKTtcblx0fVxuXG5cdC8qKlxuXHQgKiBVbmRlcGxveXMgYSBwcm9jZXNzIGRlZmluaXRpb24gcHJldmlvdXNseSBkZXBsb3llZCBmcm9tIHRoZSBzcGVjaWZpZWQgbG9jYXRpb24uXG5cdCAqXG5cdCAqIEBwYXJhbSBsb2NhdGlvbiBUaGUgcGF0aCBvciBsb2NhdGlvbiBhc3NvY2lhdGVkIHdpdGggdGhlIGRlcGxveWVkIEJQTU4gZmlsZS5cblx0ICovXG5cdHB1YmxpYyBzdGF0aWMgdW5kZXBsb3lQcm9jZXNzKGxvY2F0aW9uOiBzdHJpbmcpOiB2b2lkIHtcblx0XHRCcG1GYWNhZGUudW5kZXBsb3lQcm9jZXNzKGxvY2F0aW9uKTtcblx0fVxuXG5cdC8qKlxuXHQgKiBEZWxldGVzIGEgZGVwbG95ZWQgcHJvY2VzcyBkZWZpbml0aW9uIGJ5IGl0cyBJRC5cblx0ICpcblx0ICogPiAqKk5vdGU6KiogVGhpcyBwZXJtYW5lbnRseSByZW1vdmVzIHRoZSBwcm9jZXNzIGRlZmluaXRpb24gYW5kIGFsbCBpdHMgYXNzb2NpYXRlZCBoaXN0b3J5IGFuZCBydW50aW1lIGRhdGEuXG5cdCAqXG5cdCAqIEBwYXJhbSBpZCBUaGUgSUQgb2YgdGhlIHByb2Nlc3MgZGVmaW5pdGlvbiB0byBkZWxldGUuXG5cdCAqIEBwYXJhbSByZWFzb24gVGhlIHJlYXNvbiBmb3IgZGVsZXRpbmcgdGhlIHByb2Nlc3MgZGVmaW5pdGlvbiAoZS5nLiwgXCJPYnNvbGV0ZVwiKS5cblx0ICovXG5cdHB1YmxpYyBzdGF0aWMgZGVsZXRlUHJvY2VzcyhpZDogc3RyaW5nLCByZWFzb246IHN0cmluZyk6IHZvaWQge1xuXHRcdEJwbUZhY2FkZS5kZWxldGVQcm9jZXNzKGlkLCByZWFzb24pO1xuXHR9XG59XG5cbi8vIEB0cy1pZ25vcmVcbmlmICh0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJykge1xuXHQvLyBAdHMtaWdub3JlXG5cdG1vZHVsZS5leHBvcnRzID0gRGVwbG95ZXI7XG59Il0sCiAgIm1hcHBpbmdzIjogIkFBc0NBLE1BQU0sWUFBWSxLQUFLLEtBQUssb0RBQW9EO0FBRXpFLE1BQU0sU0FBUztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBLEVBUXJCLE9BQWMsY0FBYyxVQUEwQjtBQUNyRCxXQUFPLFVBQVUsY0FBYyxRQUFRO0FBQUEsRUFDeEM7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUEsRUFPQSxPQUFjLGdCQUFnQixVQUF3QjtBQUNyRCxjQUFVLGdCQUFnQixRQUFRO0FBQUEsRUFDbkM7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUEsRUFVQSxPQUFjLGNBQWMsSUFBWSxRQUFzQjtBQUM3RCxjQUFVLGNBQWMsSUFBSSxNQUFNO0FBQUEsRUFDbkM7QUFDRDtBQUdBLElBQUksT0FBTyxXQUFXLGFBQWE7QUFFbEMsU0FBTyxVQUFVO0FBQ2xCOyIsCiAgIm5hbWVzIjogW10KfQo=
|
package/dist/esm/bpm/index.mjs
CHANGED
|
@@ -15,4 +15,4 @@ export {
|
|
|
15
15
|
Tracer as tracer,
|
|
16
16
|
Values as values
|
|
17
17
|
};
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsiLi4vLi4vLi4vc3JjL2JwbS9pbmRleC50cyJdLAogICJzb3VyY2VzQ29udGVudCI6IFsiLyoqXG4gKiBAbW9kdWxlIGJwbS9pbmRleFxuICogQHBhY2thZ2UgQGFlcm9raXQvc2RrL2JwbVxuICogQG92ZXJ2aWV3XG4gKiBcbiAqIFRoaXMgbW9kdWxlIHByb3ZpZGVzIGZ1bmN0aW9uYWxpdGllcyBmb3IgQnVzaW5lc3MgUHJvY2VzcyBNYW5hZ2VtZW50IChCUE0pIHdpdGhpbiB0aGUgQWVyb2tpdCBTREsuIEl0IGluY2x1ZGVzIGNsYXNzZXMgYW5kIG1ldGhvZHMgZm9yIGRlcGxveWluZyBwcm9jZXNzZXMsIG1hbmFnaW5nIHRhc2tzLCBhbmQgdHJhY2luZyBwcm9jZXNzIGV4ZWN1dGlvbi5cbiAqIFxuICogVGhlIG1haW4gY29tcG9uZW50cyBvZiB0aGlzIG1vZHVsZSBhcmU6XG4gKiAtIERlcGxveWVyOiBSZXNwb25zaWJsZSBmb3IgZGVwbG95aW5nIEJQTU4gcHJvY2Vzc2VzLlxuICogLSBQcm9jZXNzOiBSZXByZXNlbnRzIGEgQlBNTiBwcm9jZXNzIGluc3RhbmNlIGFuZCBwcm92aWRlcyBtZXRob2RzIHRvIGludGVyYWN0IHdpdGggaXQuXG4gKiAtIFRhc2tzOiBNYW5hZ2VzIHRhc2tzIGFzc29jaWF0ZWQgd2l0aCBCUE1OIHByb2Nlc3NlcywgYWxsb3dpbmcgZm9yIHRhc2sgY29tcGxldGlvbiBhbmQgcmV0cmlldmFsLlxuICogLSBWYWx1ZXM6IEhhbmRsZXMgdGhlIHZhbHVlcyBhbmQgdmFyaWFibGVzIGFzc29jaWF0ZWQgd2l0aCBCUE1OIHByb2Nlc3Nlcy5cbiAqIC0gVHJhY2VyOiBQcm92aWRlcyB0cmFjaW5nIGNhcGFiaWxpdGllcyB0byBtb25pdG9yIHRoZSBleGVjdXRpb24gb2YgQlBNTiBwcm9jZXNzZXMuXG4gKi9cblxuZXhwb3J0IHsgRGVwbG95ZXIgYXMgZGVwbG95ZXIgfSBmcm9tIFwiLi9kZXBsb3llclwiO1xuZXhwb3J0ICogZnJvbSBcIi4vZGVwbG95ZXJcIjtcbmV4cG9ydCB7IFByb2Nlc3MgYXMgcHJvY2VzcyB9IGZyb20gXCIuL3Byb2Nlc3NcIjtcbmV4cG9ydCAqIGZyb20gXCIuL3Byb2Nlc3NcIjtcbmV4cG9ydCB7IFRhc2tzIGFzIHRhc2tzIH0gZnJvbSBcIi4vdGFza3NcIjtcbmV4cG9ydCAqIGZyb20gXCIuL3Rhc2tzXCI7XG5leHBvcnQgeyBWYWx1ZXMgYXMgdmFsdWVzIH0gZnJvbSBcIi4vdmFsdWVzXCI7XG5leHBvcnQgKiBmcm9tIFwiLi92YWx1ZXNcIjtcbmV4cG9ydCAqIGZyb20gXCIuL3RyYWNlclwiO1xuZXhwb3J0IHsgVHJhY2VyIGFzIHRyYWNlciB9IGZyb20gXCIuL3RyYWNlclwiOyJdLAogICJtYXBwaW5ncyI6ICJBQWVBLFNBQXFCLGdCQUFnQjtBQUNyQyxjQUFjO0FBQ2QsU0FBb0IsZUFBZTtBQUNuQyxjQUFjO0FBQ2QsU0FBa0IsYUFBYTtBQUMvQixjQUFjO0FBQ2QsU0FBbUIsY0FBYztBQUNqQyxjQUFjO0FBQ2QsY0FBYztBQUNkLFNBQW1CLGNBQWM7IiwKICAibmFtZXMiOiBbXQp9Cg==
|