@compilot/js-sdk 2.2.6-dev → 2.3.2-dev
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/compilot-js-sdk.cjs.dev.js +12 -1
- package/dist/compilot-js-sdk.cjs.prod.js +12 -1
- package/dist/compilot-js-sdk.esm.js +12 -1
- package/dist/declarations/src/actions/attachCustomerInformation.d.ts +1 -0
- package/dist/declarations/src/actions/attachCustomerInformation.d.ts.map +1 -1
- package/dist/declarations/src/actions/createWeb2Session.d.ts +1 -0
- package/dist/declarations/src/actions/createWeb2Session.d.ts.map +1 -1
- package/dist/declarations/src/actions/createWeb3Challenge.d.ts +1 -0
- package/dist/declarations/src/actions/createWeb3Challenge.d.ts.map +1 -1
- package/dist/declarations/src/actions/getCustomerStatusByCustomerId.d.ts +1 -0
- package/dist/declarations/src/actions/getCustomerStatusByCustomerId.d.ts.map +1 -1
- package/dist/declarations/src/actions/getCustomerStatusByExternalCustomerId.d.ts +1 -0
- package/dist/declarations/src/actions/getCustomerStatusByExternalCustomerId.d.ts.map +1 -1
- package/dist/declarations/src/actions/getCustomerStatusByWallet.d.ts +1 -0
- package/dist/declarations/src/actions/getCustomerStatusByWallet.d.ts.map +1 -1
- package/dist/declarations/src/actions/getCustomerWallets.d.ts +1 -0
- package/dist/declarations/src/actions/getCustomerWallets.d.ts.map +1 -1
- package/dist/declarations/src/actions/getTxAuthDataSignature.d.ts +2 -0
- package/dist/declarations/src/actions/getTxAuthDataSignature.d.ts.map +1 -1
- package/dist/declarations/src/actions/validateWebhookEvent.d.ts +2 -1
- package/dist/declarations/src/actions/validateWebhookEvent.d.ts.map +1 -1
- package/dist/declarations/src/actions/verifyWeb3Challenge.d.ts +1 -0
- package/dist/declarations/src/actions/verifyWeb3Challenge.d.ts.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +5 -5
|
@@ -375,6 +375,7 @@ zod.z.object({
|
|
|
375
375
|
* ```
|
|
376
376
|
*/
|
|
377
377
|
|
|
378
|
+
/** @hidden */
|
|
378
379
|
var attachCustomerInformationFactory = function attachCustomerInformationFactory(_ref) {
|
|
379
380
|
var logger = _ref.logger,
|
|
380
381
|
compilotApiClient = _ref.compilotApiClient;
|
|
@@ -594,6 +595,7 @@ var attachCustomerInformationFactory = function attachCustomerInformationFactory
|
|
|
594
595
|
* ```
|
|
595
596
|
*/
|
|
596
597
|
|
|
598
|
+
/** @hidden */
|
|
597
599
|
var createWeb2SessionFactory = function createWeb2SessionFactory(deps) {
|
|
598
600
|
return /*#__PURE__*/function () {
|
|
599
601
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -677,6 +679,7 @@ var createWeb2SessionFactory = function createWeb2SessionFactory(deps) {
|
|
|
677
679
|
* ```
|
|
678
680
|
*/
|
|
679
681
|
|
|
682
|
+
/** @hidden */
|
|
680
683
|
var createWeb3ChallengeFactory = function createWeb3ChallengeFactory(deps) {
|
|
681
684
|
return /*#__PURE__*/function () {
|
|
682
685
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -724,6 +727,7 @@ var createWeb3ChallengeFactory = function createWeb3ChallengeFactory(deps) {
|
|
|
724
727
|
* ```
|
|
725
728
|
*/
|
|
726
729
|
|
|
730
|
+
/** @hidden */
|
|
727
731
|
var getCustomerStatusByCustomerIdFactory = function getCustomerStatusByCustomerIdFactory(deps) {
|
|
728
732
|
return /*#__PURE__*/function () {
|
|
729
733
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -771,6 +775,7 @@ var getCustomerStatusByCustomerIdFactory = function getCustomerStatusByCustomerI
|
|
|
771
775
|
* ```
|
|
772
776
|
*/
|
|
773
777
|
|
|
778
|
+
/** @hidden */
|
|
774
779
|
var getCustomerStatusByExternalCustomerIdFactory = function getCustomerStatusByExternalCustomerIdFactory(deps) {
|
|
775
780
|
return /*#__PURE__*/function () {
|
|
776
781
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -815,6 +820,7 @@ var getCustomerStatusByExternalCustomerIdFactory = function getCustomerStatusByE
|
|
|
815
820
|
* });
|
|
816
821
|
*/
|
|
817
822
|
|
|
823
|
+
/** @hidden */
|
|
818
824
|
var getCustomerStatusByWalletFactory = function getCustomerStatusByWalletFactory(deps) {
|
|
819
825
|
return /*#__PURE__*/function () {
|
|
820
826
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -862,6 +868,7 @@ var getCustomerStatusByWalletFactory = function getCustomerStatusByWalletFactory
|
|
|
862
868
|
* ```
|
|
863
869
|
*/
|
|
864
870
|
|
|
871
|
+
/** @hidden */
|
|
865
872
|
var getCustomerWalletsFactory = function getCustomerWalletsFactory(deps) {
|
|
866
873
|
return /*#__PURE__*/function () {
|
|
867
874
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -952,6 +959,7 @@ function _objectSpread2(e) {
|
|
|
952
959
|
* @example
|
|
953
960
|
*
|
|
954
961
|
* Eip155:
|
|
962
|
+
*
|
|
955
963
|
* ```typescript
|
|
956
964
|
* import { createSdk } from "@compilot/js-sdk";
|
|
957
965
|
*
|
|
@@ -989,6 +997,7 @@ function _objectSpread2(e) {
|
|
|
989
997
|
* ```
|
|
990
998
|
*/
|
|
991
999
|
|
|
1000
|
+
/** @hidden */
|
|
992
1001
|
var getTxAuthDataSignatureFactory = function getTxAuthDataSignatureFactory(deps) {
|
|
993
1002
|
// use a mapping so we get a type error here when we add a new namespace
|
|
994
1003
|
var mapping = {
|
|
@@ -1215,7 +1224,7 @@ var WebhookSignatureInvalid = /*#__PURE__*/function (_Error) {
|
|
|
1215
1224
|
/**
|
|
1216
1225
|
* Validate a webhook event and return the event type
|
|
1217
1226
|
*
|
|
1218
|
-
* @param params.headers The headers of the webhook request.
|
|
1227
|
+
* @param params.headers The headers of the webhook request. Only `svix-*` header is of interest
|
|
1219
1228
|
* @param params.body The body of the webhook request
|
|
1220
1229
|
*
|
|
1221
1230
|
* @throws {WebhookSignatureInvalid} If the webhook event is invalid
|
|
@@ -1223,6 +1232,7 @@ var WebhookSignatureInvalid = /*#__PURE__*/function (_Error) {
|
|
|
1223
1232
|
* @returns The parsed webhook event
|
|
1224
1233
|
*/
|
|
1225
1234
|
|
|
1235
|
+
/** @hidden */
|
|
1226
1236
|
var validateWebhookEventFactory = function validateWebhookEventFactory(_ref) {
|
|
1227
1237
|
var logger = _ref.logger,
|
|
1228
1238
|
webhookSecret = _ref.webhookSecret;
|
|
@@ -1320,6 +1330,7 @@ var validateWebhookEventFactory = function validateWebhookEventFactory(_ref) {
|
|
|
1320
1330
|
* ```
|
|
1321
1331
|
*/
|
|
1322
1332
|
|
|
1333
|
+
/** @hidden */
|
|
1323
1334
|
var verifyWeb3ChallengeFactory = function verifyWeb3ChallengeFactory(deps) {
|
|
1324
1335
|
return /*#__PURE__*/function () {
|
|
1325
1336
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -375,6 +375,7 @@ zod.z.object({
|
|
|
375
375
|
* ```
|
|
376
376
|
*/
|
|
377
377
|
|
|
378
|
+
/** @hidden */
|
|
378
379
|
var attachCustomerInformationFactory = function attachCustomerInformationFactory(_ref) {
|
|
379
380
|
var logger = _ref.logger,
|
|
380
381
|
compilotApiClient = _ref.compilotApiClient;
|
|
@@ -594,6 +595,7 @@ var attachCustomerInformationFactory = function attachCustomerInformationFactory
|
|
|
594
595
|
* ```
|
|
595
596
|
*/
|
|
596
597
|
|
|
598
|
+
/** @hidden */
|
|
597
599
|
var createWeb2SessionFactory = function createWeb2SessionFactory(deps) {
|
|
598
600
|
return /*#__PURE__*/function () {
|
|
599
601
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -677,6 +679,7 @@ var createWeb2SessionFactory = function createWeb2SessionFactory(deps) {
|
|
|
677
679
|
* ```
|
|
678
680
|
*/
|
|
679
681
|
|
|
682
|
+
/** @hidden */
|
|
680
683
|
var createWeb3ChallengeFactory = function createWeb3ChallengeFactory(deps) {
|
|
681
684
|
return /*#__PURE__*/function () {
|
|
682
685
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -724,6 +727,7 @@ var createWeb3ChallengeFactory = function createWeb3ChallengeFactory(deps) {
|
|
|
724
727
|
* ```
|
|
725
728
|
*/
|
|
726
729
|
|
|
730
|
+
/** @hidden */
|
|
727
731
|
var getCustomerStatusByCustomerIdFactory = function getCustomerStatusByCustomerIdFactory(deps) {
|
|
728
732
|
return /*#__PURE__*/function () {
|
|
729
733
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -771,6 +775,7 @@ var getCustomerStatusByCustomerIdFactory = function getCustomerStatusByCustomerI
|
|
|
771
775
|
* ```
|
|
772
776
|
*/
|
|
773
777
|
|
|
778
|
+
/** @hidden */
|
|
774
779
|
var getCustomerStatusByExternalCustomerIdFactory = function getCustomerStatusByExternalCustomerIdFactory(deps) {
|
|
775
780
|
return /*#__PURE__*/function () {
|
|
776
781
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -815,6 +820,7 @@ var getCustomerStatusByExternalCustomerIdFactory = function getCustomerStatusByE
|
|
|
815
820
|
* });
|
|
816
821
|
*/
|
|
817
822
|
|
|
823
|
+
/** @hidden */
|
|
818
824
|
var getCustomerStatusByWalletFactory = function getCustomerStatusByWalletFactory(deps) {
|
|
819
825
|
return /*#__PURE__*/function () {
|
|
820
826
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -862,6 +868,7 @@ var getCustomerStatusByWalletFactory = function getCustomerStatusByWalletFactory
|
|
|
862
868
|
* ```
|
|
863
869
|
*/
|
|
864
870
|
|
|
871
|
+
/** @hidden */
|
|
865
872
|
var getCustomerWalletsFactory = function getCustomerWalletsFactory(deps) {
|
|
866
873
|
return /*#__PURE__*/function () {
|
|
867
874
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -952,6 +959,7 @@ function _objectSpread2(e) {
|
|
|
952
959
|
* @example
|
|
953
960
|
*
|
|
954
961
|
* Eip155:
|
|
962
|
+
*
|
|
955
963
|
* ```typescript
|
|
956
964
|
* import { createSdk } from "@compilot/js-sdk";
|
|
957
965
|
*
|
|
@@ -989,6 +997,7 @@ function _objectSpread2(e) {
|
|
|
989
997
|
* ```
|
|
990
998
|
*/
|
|
991
999
|
|
|
1000
|
+
/** @hidden */
|
|
992
1001
|
var getTxAuthDataSignatureFactory = function getTxAuthDataSignatureFactory(deps) {
|
|
993
1002
|
// use a mapping so we get a type error here when we add a new namespace
|
|
994
1003
|
var mapping = {
|
|
@@ -1215,7 +1224,7 @@ var WebhookSignatureInvalid = /*#__PURE__*/function (_Error) {
|
|
|
1215
1224
|
/**
|
|
1216
1225
|
* Validate a webhook event and return the event type
|
|
1217
1226
|
*
|
|
1218
|
-
* @param params.headers The headers of the webhook request.
|
|
1227
|
+
* @param params.headers The headers of the webhook request. Only `svix-*` header is of interest
|
|
1219
1228
|
* @param params.body The body of the webhook request
|
|
1220
1229
|
*
|
|
1221
1230
|
* @throws {WebhookSignatureInvalid} If the webhook event is invalid
|
|
@@ -1223,6 +1232,7 @@ var WebhookSignatureInvalid = /*#__PURE__*/function (_Error) {
|
|
|
1223
1232
|
* @returns The parsed webhook event
|
|
1224
1233
|
*/
|
|
1225
1234
|
|
|
1235
|
+
/** @hidden */
|
|
1226
1236
|
var validateWebhookEventFactory = function validateWebhookEventFactory(_ref) {
|
|
1227
1237
|
var logger = _ref.logger,
|
|
1228
1238
|
webhookSecret = _ref.webhookSecret;
|
|
@@ -1320,6 +1330,7 @@ var validateWebhookEventFactory = function validateWebhookEventFactory(_ref) {
|
|
|
1320
1330
|
* ```
|
|
1321
1331
|
*/
|
|
1322
1332
|
|
|
1333
|
+
/** @hidden */
|
|
1323
1334
|
var verifyWeb3ChallengeFactory = function verifyWeb3ChallengeFactory(deps) {
|
|
1324
1335
|
return /*#__PURE__*/function () {
|
|
1325
1336
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -373,6 +373,7 @@ z.object({
|
|
|
373
373
|
* ```
|
|
374
374
|
*/
|
|
375
375
|
|
|
376
|
+
/** @hidden */
|
|
376
377
|
var attachCustomerInformationFactory = function attachCustomerInformationFactory(_ref) {
|
|
377
378
|
var logger = _ref.logger,
|
|
378
379
|
compilotApiClient = _ref.compilotApiClient;
|
|
@@ -592,6 +593,7 @@ var attachCustomerInformationFactory = function attachCustomerInformationFactory
|
|
|
592
593
|
* ```
|
|
593
594
|
*/
|
|
594
595
|
|
|
596
|
+
/** @hidden */
|
|
595
597
|
var createWeb2SessionFactory = function createWeb2SessionFactory(deps) {
|
|
596
598
|
return /*#__PURE__*/function () {
|
|
597
599
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -675,6 +677,7 @@ var createWeb2SessionFactory = function createWeb2SessionFactory(deps) {
|
|
|
675
677
|
* ```
|
|
676
678
|
*/
|
|
677
679
|
|
|
680
|
+
/** @hidden */
|
|
678
681
|
var createWeb3ChallengeFactory = function createWeb3ChallengeFactory(deps) {
|
|
679
682
|
return /*#__PURE__*/function () {
|
|
680
683
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -722,6 +725,7 @@ var createWeb3ChallengeFactory = function createWeb3ChallengeFactory(deps) {
|
|
|
722
725
|
* ```
|
|
723
726
|
*/
|
|
724
727
|
|
|
728
|
+
/** @hidden */
|
|
725
729
|
var getCustomerStatusByCustomerIdFactory = function getCustomerStatusByCustomerIdFactory(deps) {
|
|
726
730
|
return /*#__PURE__*/function () {
|
|
727
731
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -769,6 +773,7 @@ var getCustomerStatusByCustomerIdFactory = function getCustomerStatusByCustomerI
|
|
|
769
773
|
* ```
|
|
770
774
|
*/
|
|
771
775
|
|
|
776
|
+
/** @hidden */
|
|
772
777
|
var getCustomerStatusByExternalCustomerIdFactory = function getCustomerStatusByExternalCustomerIdFactory(deps) {
|
|
773
778
|
return /*#__PURE__*/function () {
|
|
774
779
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -813,6 +818,7 @@ var getCustomerStatusByExternalCustomerIdFactory = function getCustomerStatusByE
|
|
|
813
818
|
* });
|
|
814
819
|
*/
|
|
815
820
|
|
|
821
|
+
/** @hidden */
|
|
816
822
|
var getCustomerStatusByWalletFactory = function getCustomerStatusByWalletFactory(deps) {
|
|
817
823
|
return /*#__PURE__*/function () {
|
|
818
824
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -860,6 +866,7 @@ var getCustomerStatusByWalletFactory = function getCustomerStatusByWalletFactory
|
|
|
860
866
|
* ```
|
|
861
867
|
*/
|
|
862
868
|
|
|
869
|
+
/** @hidden */
|
|
863
870
|
var getCustomerWalletsFactory = function getCustomerWalletsFactory(deps) {
|
|
864
871
|
return /*#__PURE__*/function () {
|
|
865
872
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -950,6 +957,7 @@ function _objectSpread2(e) {
|
|
|
950
957
|
* @example
|
|
951
958
|
*
|
|
952
959
|
* Eip155:
|
|
960
|
+
*
|
|
953
961
|
* ```typescript
|
|
954
962
|
* import { createSdk } from "@compilot/js-sdk";
|
|
955
963
|
*
|
|
@@ -987,6 +995,7 @@ function _objectSpread2(e) {
|
|
|
987
995
|
* ```
|
|
988
996
|
*/
|
|
989
997
|
|
|
998
|
+
/** @hidden */
|
|
990
999
|
var getTxAuthDataSignatureFactory = function getTxAuthDataSignatureFactory(deps) {
|
|
991
1000
|
// use a mapping so we get a type error here when we add a new namespace
|
|
992
1001
|
var mapping = {
|
|
@@ -1213,7 +1222,7 @@ var WebhookSignatureInvalid = /*#__PURE__*/function (_Error) {
|
|
|
1213
1222
|
/**
|
|
1214
1223
|
* Validate a webhook event and return the event type
|
|
1215
1224
|
*
|
|
1216
|
-
* @param params.headers The headers of the webhook request.
|
|
1225
|
+
* @param params.headers The headers of the webhook request. Only `svix-*` header is of interest
|
|
1217
1226
|
* @param params.body The body of the webhook request
|
|
1218
1227
|
*
|
|
1219
1228
|
* @throws {WebhookSignatureInvalid} If the webhook event is invalid
|
|
@@ -1221,6 +1230,7 @@ var WebhookSignatureInvalid = /*#__PURE__*/function (_Error) {
|
|
|
1221
1230
|
* @returns The parsed webhook event
|
|
1222
1231
|
*/
|
|
1223
1232
|
|
|
1233
|
+
/** @hidden */
|
|
1224
1234
|
var validateWebhookEventFactory = function validateWebhookEventFactory(_ref) {
|
|
1225
1235
|
var logger = _ref.logger,
|
|
1226
1236
|
webhookSecret = _ref.webhookSecret;
|
|
@@ -1318,6 +1328,7 @@ var validateWebhookEventFactory = function validateWebhookEventFactory(_ref) {
|
|
|
1318
1328
|
* ```
|
|
1319
1329
|
*/
|
|
1320
1330
|
|
|
1331
|
+
/** @hidden */
|
|
1321
1332
|
var verifyWeb3ChallengeFactory = function verifyWeb3ChallengeFactory(deps) {
|
|
1322
1333
|
return /*#__PURE__*/function () {
|
|
1323
1334
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
@@ -40,6 +40,7 @@ export declare const AttachCustomerInformationParams: z.ZodType<AttachCustomerIn
|
|
|
40
40
|
* ```
|
|
41
41
|
*/
|
|
42
42
|
export type AttachCustomerInformationFn = (params: AttachCustomerInformationParams) => Promise<void>;
|
|
43
|
+
/** @hidden */
|
|
43
44
|
export declare const attachCustomerInformationFactory: ({ logger, compilotApiClient, }: {
|
|
44
45
|
logger: Logger;
|
|
45
46
|
compilotApiClient: NexeraAPIClient;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attachCustomerInformation.d.ts","sourceRoot":"../../../../src/actions","sources":["attachCustomerInformation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EACL,mCAAmC,EAEpC,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAC5C,0DAA0D;IAC1D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,2CAA2C;IAC3C,WAAW,EAAE,mCAAmC,CAAC;CAClD,CAAC;AACF,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CAAC,+BAA+B,CAInF,CAAC;AAEL;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAM,MAAM,2BAA2B,GAAG,CACxC,MAAM,EAAE,+BAA+B,KACpC,OAAO,CAAC,IAAI,CAAC,CAAC;AAEnB,eAAO,MAAM,gCAAgC,mCAG1C;IACD,MAAM,EAAE,MAAM,CAAC;IACf,iBAAiB,EAAE,eAAe,CAAC;CACpC,KAAG,2BA6GH,CAAC"}
|
|
1
|
+
{"version":3,"file":"attachCustomerInformation.d.ts","sourceRoot":"../../../../src/actions","sources":["attachCustomerInformation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EACL,mCAAmC,EAEpC,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAC5C,0DAA0D;IAC1D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,2CAA2C;IAC3C,WAAW,EAAE,mCAAmC,CAAC;CAClD,CAAC;AACF,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CAAC,+BAA+B,CAInF,CAAC;AAEL;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAM,MAAM,2BAA2B,GAAG,CACxC,MAAM,EAAE,+BAA+B,KACpC,OAAO,CAAC,IAAI,CAAC,CAAC;AAEnB,cAAc;AACd,eAAO,MAAM,gCAAgC,mCAG1C;IACD,MAAM,EAAE,MAAM,CAAC;IACf,iBAAiB,EAAE,eAAe,CAAC;CACpC,KAAG,2BA6GH,CAAC"}
|
|
@@ -57,6 +57,7 @@ import type { AuthSession, Web2CreateSessionParams } from "@nexeraid/identity-sc
|
|
|
57
57
|
* ```
|
|
58
58
|
*/
|
|
59
59
|
export type CreateWeb2SessionFn = (params: Web2CreateSessionParams) => Promise<AuthSession>;
|
|
60
|
+
/** @hidden */
|
|
60
61
|
export declare const createWeb2SessionFactory: (deps: {
|
|
61
62
|
identityApiClient: IdentityApiClient;
|
|
62
63
|
}) => CreateWeb2SessionFn;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createWeb2Session.d.ts","sourceRoot":"../../../../src/actions","sources":["createWeb2Session.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,KAAK,EACV,WAAW,EACX,uBAAuB,EACxB,MAAM,4BAA4B,CAAC;AAEpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,MAAM,MAAM,mBAAmB,GAAG,CAChC,MAAM,EAAE,uBAAuB,KAC5B,OAAO,CAAC,WAAW,CAAC,CAAC;AAE1B,eAAO,MAAM,wBAAwB,SAC5B;IAAE,iBAAiB,EAAE,iBAAiB,CAAA;CAAE,KAAG,mBAMjD,CAAC"}
|
|
1
|
+
{"version":3,"file":"createWeb2Session.d.ts","sourceRoot":"../../../../src/actions","sources":["createWeb2Session.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,KAAK,EACV,WAAW,EACX,uBAAuB,EACxB,MAAM,4BAA4B,CAAC;AAEpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,MAAM,MAAM,mBAAmB,GAAG,CAChC,MAAM,EAAE,uBAAuB,KAC5B,OAAO,CAAC,WAAW,CAAC,CAAC;AAE1B,cAAc;AACd,eAAO,MAAM,wBAAwB,SAC5B;IAAE,iBAAiB,EAAE,iBAAiB,CAAA;CAAE,KAAG,mBAMjD,CAAC"}
|
|
@@ -57,6 +57,7 @@ import type { ChallengeResponse, GenerateWalletChallengeRequest } from "@nexerai
|
|
|
57
57
|
* ```
|
|
58
58
|
*/
|
|
59
59
|
export type CreateWeb3ChallengeFn = (params: GenerateWalletChallengeRequest) => Promise<ChallengeResponse>;
|
|
60
|
+
/** @hidden */
|
|
60
61
|
export declare const createWeb3ChallengeFactory: (deps: {
|
|
61
62
|
identityApiClient: IdentityApiClient;
|
|
62
63
|
}) => CreateWeb3ChallengeFn;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createWeb3Challenge.d.ts","sourceRoot":"../../../../src/actions","sources":["createWeb3Challenge.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,KAAK,EACV,iBAAiB,EACjB,8BAA8B,EAC/B,MAAM,4BAA4B,CAAC;AAEpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,MAAM,MAAM,qBAAqB,GAAG,CAClC,MAAM,EAAE,8BAA8B,KACnC,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAEhC,eAAO,MAAM,0BAA0B,SAC9B;IAAE,iBAAiB,EAAE,iBAAiB,CAAA;CAAE,KAAG,qBAMjD,CAAC"}
|
|
1
|
+
{"version":3,"file":"createWeb3Challenge.d.ts","sourceRoot":"../../../../src/actions","sources":["createWeb3Challenge.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,KAAK,EACV,iBAAiB,EACjB,8BAA8B,EAC/B,MAAM,4BAA4B,CAAC;AAEpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,MAAM,MAAM,qBAAqB,GAAG,CAClC,MAAM,EAAE,8BAA8B,KACnC,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAEhC,cAAc;AACd,eAAO,MAAM,0BAA0B,SAC9B;IAAE,iBAAiB,EAAE,iBAAiB,CAAA;CAAE,KAAG,qBAMjD,CAAC"}
|
|
@@ -23,6 +23,7 @@ import type { CustomerStatus } from "@nexeraid/identity-schemas";
|
|
|
23
23
|
export type GetCustomerStatusByCustomerIdFn = (params: {
|
|
24
24
|
customerId: string;
|
|
25
25
|
}) => Promise<CustomerStatus | null>;
|
|
26
|
+
/** @hidden */
|
|
26
27
|
export declare const getCustomerStatusByCustomerIdFactory: (deps: {
|
|
27
28
|
compilotApiClient: NexeraAPIClient;
|
|
28
29
|
}) => GetCustomerStatusByCustomerIdFn;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCustomerStatusByCustomerId.d.ts","sourceRoot":"../../../../src/actions","sources":["getCustomerStatusByCustomerId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,MAAM,+BAA+B,GAAG,CAAC,MAAM,EAAE;IACrD,UAAU,EAAE,MAAM,CAAC;CACpB,KAAK,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;AAErC,eAAO,MAAM,oCAAoC,SACxC;IACL,iBAAiB,EAAE,eAAe,CAAC;CACpC,KAAG,+BAOH,CAAC"}
|
|
1
|
+
{"version":3,"file":"getCustomerStatusByCustomerId.d.ts","sourceRoot":"../../../../src/actions","sources":["getCustomerStatusByCustomerId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,MAAM,+BAA+B,GAAG,CAAC,MAAM,EAAE;IACrD,UAAU,EAAE,MAAM,CAAC;CACpB,KAAK,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;AAErC,cAAc;AACd,eAAO,MAAM,oCAAoC,SACxC;IACL,iBAAiB,EAAE,eAAe,CAAC;CACpC,KAAG,+BAOH,CAAC"}
|
|
@@ -23,6 +23,7 @@ import type { CustomerStatus, ExternalCustomerId } from "@nexeraid/identity-sche
|
|
|
23
23
|
export type GetCustomerStatusByExternalCustomerIdFn = (params: {
|
|
24
24
|
externalCustomerId: ExternalCustomerId;
|
|
25
25
|
}) => Promise<CustomerStatus | null>;
|
|
26
|
+
/** @hidden */
|
|
26
27
|
export declare const getCustomerStatusByExternalCustomerIdFactory: (deps: {
|
|
27
28
|
compilotApiClient: NexeraAPIClient;
|
|
28
29
|
}) => GetCustomerStatusByExternalCustomerIdFn;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCustomerStatusByExternalCustomerId.d.ts","sourceRoot":"../../../../src/actions","sources":["getCustomerStatusByExternalCustomerId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EACV,cAAc,EACd,kBAAkB,EACnB,MAAM,4BAA4B,CAAC;AAEpC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,MAAM,uCAAuC,GAAG,CAAC,MAAM,EAAE;IAC7D,kBAAkB,EAAE,kBAAkB,CAAC;CACxC,KAAK,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;AAErC,eAAO,MAAM,4CAA4C,SAChD;IACL,iBAAiB,EAAE,eAAe,CAAC;CACpC,KAAG,uCAOH,CAAC"}
|
|
1
|
+
{"version":3,"file":"getCustomerStatusByExternalCustomerId.d.ts","sourceRoot":"../../../../src/actions","sources":["getCustomerStatusByExternalCustomerId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EACV,cAAc,EACd,kBAAkB,EACnB,MAAM,4BAA4B,CAAC;AAEpC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,MAAM,uCAAuC,GAAG,CAAC,MAAM,EAAE;IAC7D,kBAAkB,EAAE,kBAAkB,CAAC;CACxC,KAAK,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;AAErC,cAAc;AACd,eAAO,MAAM,4CAA4C,SAChD;IACL,iBAAiB,EAAE,eAAe,CAAC;CACpC,KAAG,uCAOH,CAAC"}
|
|
@@ -23,6 +23,7 @@ export type GetCustomerStatusByWalletFn = (params: {
|
|
|
23
23
|
walletAddress: string;
|
|
24
24
|
workspaceId: string;
|
|
25
25
|
}) => Promise<CustomerStatus | null>;
|
|
26
|
+
/** @hidden */
|
|
26
27
|
export declare const getCustomerStatusByWalletFactory: (deps: {
|
|
27
28
|
compilotApiClient: NexeraAPIClient;
|
|
28
29
|
}) => GetCustomerStatusByWalletFn;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCustomerStatusByWallet.d.ts","sourceRoot":"../../../../src/actions","sources":["getCustomerStatusByWallet.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,2BAA2B,GAAG,CAAC,MAAM,EAAE;IACjD,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;CACrB,KAAK,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;AAErC,eAAO,MAAM,gCAAgC,SACpC;IAAE,iBAAiB,EAAE,eAAe,CAAA;CAAE,KAAG,2BAO/C,CAAC"}
|
|
1
|
+
{"version":3,"file":"getCustomerStatusByWallet.d.ts","sourceRoot":"../../../../src/actions","sources":["getCustomerStatusByWallet.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,2BAA2B,GAAG,CAAC,MAAM,EAAE;IACjD,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;CACrB,KAAK,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;AAErC,cAAc;AACd,eAAO,MAAM,gCAAgC,SACpC;IAAE,iBAAiB,EAAE,eAAe,CAAA;CAAE,KAAG,2BAO/C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCustomerWallets.d.ts","sourceRoot":"../../../../src/actions","sources":["getCustomerWallets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,MAAM,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,KAAK,OAAO,CAC5E;IACE,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;CACnB,EAAE,CACJ,CAAC;AAEF,eAAO,MAAM,yBAAyB,SAC7B;IAAE,iBAAiB,EAAE,eAAe,CAAA;CAAE,KAAG,oBAW/C,CAAC"}
|
|
1
|
+
{"version":3,"file":"getCustomerWallets.d.ts","sourceRoot":"../../../../src/actions","sources":["getCustomerWallets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,MAAM,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,KAAK,OAAO,CAC5E;IACE,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;CACnB,EAAE,CACJ,CAAC;AAEF,cAAc;AACd,eAAO,MAAM,yBAAyB,SAC7B;IAAE,iBAAiB,EAAE,eAAe,CAAA;CAAE,KAAG,oBAW/C,CAAC"}
|
|
@@ -12,6 +12,7 @@ import { ExtendedTezosTxAuthDataSignatureResponse } from "@nexeraid/identity-sch
|
|
|
12
12
|
* @example
|
|
13
13
|
*
|
|
14
14
|
* Eip155:
|
|
15
|
+
*
|
|
15
16
|
* ```typescript
|
|
16
17
|
* import { createSdk } from "@compilot/js-sdk";
|
|
17
18
|
*
|
|
@@ -52,6 +53,7 @@ export type GetTxAuthDataSignatureFn = {
|
|
|
52
53
|
(params: ExtendedTxAuthInput): Promise<TxAuthDataSignatureResponse>;
|
|
53
54
|
(params: ExtendedTezosTxAuthInput): Promise<ExtendedTezosTxAuthDataSignatureResponse>;
|
|
54
55
|
};
|
|
56
|
+
/** @hidden */
|
|
55
57
|
export declare const getTxAuthDataSignatureFactory: (deps: {
|
|
56
58
|
compilotApiClient: NexeraAPIClient;
|
|
57
59
|
}) => GetTxAuthDataSignatureFn;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTxAuthDataSignature.d.ts","sourceRoot":"../../../../src/actions","sources":["getTxAuthDataSignature.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAGV,wBAAwB,EACxB,mBAAmB,EACnB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,wCAAwC,EAEzC,MAAM,4BAA4B,CAAC;AAEpC
|
|
1
|
+
{"version":3,"file":"getTxAuthDataSignature.d.ts","sourceRoot":"../../../../src/actions","sources":["getTxAuthDataSignature.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAGV,wBAAwB,EACxB,mBAAmB,EACnB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,wCAAwC,EAEzC,MAAM,4BAA4B,CAAC;AAEpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC,CAAC,MAAM,EAAE,mBAAmB,GAAG,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACpE,CACE,MAAM,EAAE,wBAAwB,GAC/B,OAAO,CAAC,wCAAwC,CAAC,CAAC;CACtD,CAAC;AAEF,cAAc;AACd,eAAO,MAAM,6BAA6B,SAAU;IAClD,iBAAiB,EAAE,eAAe,CAAC;CACpC,KAAG,wBAiDH,CAAC"}
|
|
@@ -3,7 +3,7 @@ import type { Logger } from "@nexeraid/logger";
|
|
|
3
3
|
/**
|
|
4
4
|
* Validate a webhook event and return the event type
|
|
5
5
|
*
|
|
6
|
-
* @param params.headers The headers of the webhook request.
|
|
6
|
+
* @param params.headers The headers of the webhook request. Only `svix-*` header is of interest
|
|
7
7
|
* @param params.body The body of the webhook request
|
|
8
8
|
*
|
|
9
9
|
* @throws {WebhookSignatureInvalid} If the webhook event is invalid
|
|
@@ -14,6 +14,7 @@ export type ValidateWebhookEventFn = (params: {
|
|
|
14
14
|
headers: Record<string, string>;
|
|
15
15
|
body: string | object;
|
|
16
16
|
}) => WebhookEventPayload;
|
|
17
|
+
/** @hidden */
|
|
17
18
|
export declare const validateWebhookEventFactory: ({ logger, webhookSecret, }: {
|
|
18
19
|
logger: Logger;
|
|
19
20
|
webhookSecret?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validateWebhookEvent.d.ts","sourceRoot":"../../../../src/actions","sources":["validateWebhookEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAO/C;;;;;;;;;GASG;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,MAAM,EAAE;IAC5C,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAChC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB,KAAK,mBAAmB,CAAC;AAE1B,eAAO,MAAM,2BAA2B,+BAGrC;IACD,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,KAAG,sBAsCH,CAAC"}
|
|
1
|
+
{"version":3,"file":"validateWebhookEvent.d.ts","sourceRoot":"../../../../src/actions","sources":["validateWebhookEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAO/C;;;;;;;;;GASG;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,MAAM,EAAE;IAC5C,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAChC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB,KAAK,mBAAmB,CAAC;AAE1B,cAAc;AACd,eAAO,MAAM,2BAA2B,+BAGrC;IACD,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,KAAG,sBAsCH,CAAC"}
|
|
@@ -58,6 +58,7 @@ import type { AuthSession, VerifyWalletChallengeRequest } from "@nexeraid/identi
|
|
|
58
58
|
* ```
|
|
59
59
|
*/
|
|
60
60
|
export type VerifyWeb3ChallengeFn = (params: VerifyWalletChallengeRequest) => Promise<AuthSession>;
|
|
61
|
+
/** @hidden */
|
|
61
62
|
export declare const verifyWeb3ChallengeFactory: (deps: {
|
|
62
63
|
identityApiClient: IdentityApiClient;
|
|
63
64
|
}) => VerifyWeb3ChallengeFn;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verifyWeb3Challenge.d.ts","sourceRoot":"../../../../src/actions","sources":["verifyWeb3Challenge.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,KAAK,EACV,WAAW,EACX,4BAA4B,EAC7B,MAAM,4BAA4B,CAAC;AAEpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDG;AACH,MAAM,MAAM,qBAAqB,GAAG,CAClC,MAAM,EAAE,4BAA4B,KACjC,OAAO,CAAC,WAAW,CAAC,CAAC;AAE1B,eAAO,MAAM,0BAA0B,SAC9B;IAAE,iBAAiB,EAAE,iBAAiB,CAAA;CAAE,KAAG,qBAMjD,CAAC"}
|
|
1
|
+
{"version":3,"file":"verifyWeb3Challenge.d.ts","sourceRoot":"../../../../src/actions","sources":["verifyWeb3Challenge.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,KAAK,EACV,WAAW,EACX,4BAA4B,EAC7B,MAAM,4BAA4B,CAAC;AAEpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDG;AACH,MAAM,MAAM,qBAAqB,GAAG,CAClC,MAAM,EAAE,4BAA4B,KACjC,OAAO,CAAC,WAAW,CAAC,CAAC;AAE1B,cAAc;AACd,eAAO,MAAM,0BAA0B,SAC9B;IAAE,iBAAiB,EAAE,iBAAiB,CAAA;CAAE,KAAG,qBAMjD,CAAC"}
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compilot/js-sdk",
|
|
3
|
-
"version": "2.2
|
|
3
|
+
"version": "2.3.2-dev",
|
|
4
4
|
"description": "ComPilot JS SDK",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"pino": "^9.4.0",
|
|
28
28
|
"svix": "1.21.0",
|
|
29
29
|
"zod": "^3.23.8",
|
|
30
|
-
"@nexeraid/
|
|
31
|
-
"@nexeraid/api-client": "2.
|
|
32
|
-
"@nexeraid/identity-schemas": "2.2
|
|
33
|
-
"@nexeraid/logger": "2.
|
|
30
|
+
"@nexeraid/api-client": "2.3.0-dev",
|
|
31
|
+
"@nexeraid/identity-api-client": "2.3.0-dev",
|
|
32
|
+
"@nexeraid/identity-schemas": "2.3.2-dev",
|
|
33
|
+
"@nexeraid/logger": "2.3.0-dev"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"prettier": "^3.3.3",
|