@bananalink-sdk/protocol 1.2.8 → 1.4.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/{chunk-32OWUOZ3.js → chunk-KJ7QIHAY.js} +11 -7
- package/dist/chunk-KJ7QIHAY.js.map +1 -0
- package/dist/{chunk-VXLUSU5B.cjs → chunk-MUYKP6UQ.cjs} +63 -8
- package/dist/chunk-MUYKP6UQ.cjs.map +1 -0
- package/dist/{chunk-MCZG7QEM.cjs → chunk-NGPP7HUR.cjs} +11 -7
- package/dist/chunk-NGPP7HUR.cjs.map +1 -0
- package/dist/{chunk-LELPCIE7.js → chunk-OBJR2TL4.js} +54 -4
- package/dist/chunk-OBJR2TL4.js.map +1 -0
- package/dist/{chunk-KNGZKGRS.cjs → chunk-RZPN2GDJ.cjs} +13 -4
- package/dist/chunk-RZPN2GDJ.cjs.map +1 -0
- package/dist/{chunk-7KYDLL3B.js → chunk-XCMAKN3P.js} +13 -5
- package/dist/chunk-XCMAKN3P.js.map +1 -0
- package/dist/{client-session-claim-C4lUik3b.d.cts → client-session-claim-CkRKTG50.d.cts} +12 -2
- package/dist/{client-session-claim-3QF3noOr.d.ts → client-session-claim-CrIDASkZ.d.ts} +12 -2
- package/dist/crypto/providers/noble-provider.cjs +2 -3
- package/dist/crypto/providers/noble-provider.d.cts +0 -7
- package/dist/crypto/providers/noble-provider.d.ts +0 -7
- package/dist/crypto/providers/noble-provider.js +1 -2
- package/dist/crypto/providers/node-provider.cjs +7 -29
- package/dist/crypto/providers/node-provider.cjs.map +1 -1
- package/dist/crypto/providers/node-provider.d.cts +0 -7
- package/dist/crypto/providers/node-provider.d.ts +0 -7
- package/dist/crypto/providers/node-provider.js +7 -29
- package/dist/crypto/providers/node-provider.js.map +1 -1
- package/dist/crypto/providers/quickcrypto-provider.cjs +8 -46
- package/dist/crypto/providers/quickcrypto-provider.cjs.map +1 -1
- package/dist/crypto/providers/quickcrypto-provider.d.cts +0 -9
- package/dist/crypto/providers/quickcrypto-provider.d.ts +0 -9
- package/dist/crypto/providers/quickcrypto-provider.js +7 -45
- package/dist/crypto/providers/quickcrypto-provider.js.map +1 -1
- package/dist/crypto/providers/webcrypto-provider.cjs +0 -2
- package/dist/crypto/providers/webcrypto-provider.cjs.map +1 -1
- package/dist/crypto/providers/webcrypto-provider.d.cts +0 -7
- package/dist/crypto/providers/webcrypto-provider.d.ts +0 -7
- package/dist/crypto/providers/webcrypto-provider.js +0 -2
- package/dist/crypto/providers/webcrypto-provider.js.map +1 -1
- package/dist/{crypto-BUS06Qz-.d.cts → crypto-BK0Ile6V.d.cts} +1 -1
- package/dist/{crypto-BUS06Qz-.d.ts → crypto-BK0Ile6V.d.ts} +1 -1
- package/dist/crypto-export.cjs +50 -51
- package/dist/crypto-export.cjs.map +1 -1
- package/dist/crypto-export.d.cts +1 -1
- package/dist/crypto-export.d.ts +1 -1
- package/dist/crypto-export.js +2 -4
- package/dist/crypto-export.js.map +1 -1
- package/dist/index.cjs +8 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +31 -4
- package/dist/index.d.ts +31 -4
- package/dist/index.js +7 -4
- package/dist/index.js.map +1 -1
- package/dist/schemas-export.cjs +76 -72
- package/dist/schemas-export.d.cts +116 -1
- package/dist/schemas-export.d.ts +116 -1
- package/dist/schemas-export.js +1 -1
- package/dist/testing.d.cts +2 -2
- package/dist/testing.d.ts +2 -2
- package/dist/validation-export.cjs +76 -72
- package/dist/validation-export.d.cts +1 -1
- package/dist/validation-export.d.ts +1 -1
- package/dist/validation-export.js +1 -1
- package/package.json +1 -1
- package/src/crypto/providers/noble-provider.ts +44 -49
- package/src/crypto/providers/node-provider.ts +18 -59
- package/src/crypto/providers/quickcrypto-provider.ts +25 -84
- package/src/crypto/providers/registry.ts +14 -9
- package/src/crypto/providers/webcrypto-provider.ts +28 -43
- package/src/index.ts +1 -0
- package/src/schemas/client-messages.ts +14 -0
- package/src/schemas/wallet-messages.ts +4 -0
- package/src/types/client-messages.ts +26 -1
- package/src/types/index.ts +9 -0
- package/src/types/persistence.ts +32 -0
- package/src/types/wallet-messages.ts +6 -2
- package/dist/chunk-32OWUOZ3.js.map +0 -1
- package/dist/chunk-7KYDLL3B.js.map +0 -1
- package/dist/chunk-A6FLEJ7R.cjs +0 -62
- package/dist/chunk-A6FLEJ7R.cjs.map +0 -1
- package/dist/chunk-KNGZKGRS.cjs.map +0 -1
- package/dist/chunk-LELPCIE7.js.map +0 -1
- package/dist/chunk-MCZG7QEM.cjs.map +0 -1
- package/dist/chunk-TCVKC227.js +0 -56
- package/dist/chunk-TCVKC227.js.map +0 -1
- package/dist/chunk-VXLUSU5B.cjs.map +0 -1
package/dist/schemas-export.d.ts
CHANGED
|
@@ -337,10 +337,13 @@ declare const authenticateConnectionPayloadSchema: z.ZodObject<{
|
|
|
337
337
|
}>;
|
|
338
338
|
declare const walletReconnectPayloadSchema: z.ZodObject<{
|
|
339
339
|
type: z.ZodLiteral<"wallet_reconnect">;
|
|
340
|
+
walletPublicKey: z.ZodString;
|
|
340
341
|
}, "strip", z.ZodTypeAny, {
|
|
341
342
|
type: "wallet_reconnect";
|
|
343
|
+
walletPublicKey: string;
|
|
342
344
|
}, {
|
|
343
345
|
type: "wallet_reconnect";
|
|
346
|
+
walletPublicKey: string;
|
|
344
347
|
}>;
|
|
345
348
|
declare const walletMessagePayloadSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
346
349
|
type: z.ZodLiteral<"claim_session">;
|
|
@@ -417,10 +420,13 @@ declare const walletMessagePayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
417
420
|
};
|
|
418
421
|
}>, z.ZodObject<{
|
|
419
422
|
type: z.ZodLiteral<"wallet_reconnect">;
|
|
423
|
+
walletPublicKey: z.ZodString;
|
|
420
424
|
}, "strip", z.ZodTypeAny, {
|
|
421
425
|
type: "wallet_reconnect";
|
|
426
|
+
walletPublicKey: string;
|
|
422
427
|
}, {
|
|
423
428
|
type: "wallet_reconnect";
|
|
429
|
+
walletPublicKey: string;
|
|
424
430
|
}>]>;
|
|
425
431
|
declare const walletMessageEnvelopeSchema: z.ZodObject<{
|
|
426
432
|
sessionId: z.ZodString;
|
|
@@ -509,10 +515,13 @@ declare const walletMessageEnvelopeSchema: z.ZodObject<{
|
|
|
509
515
|
};
|
|
510
516
|
}>, z.ZodObject<{
|
|
511
517
|
type: z.ZodLiteral<"wallet_reconnect">;
|
|
518
|
+
walletPublicKey: z.ZodString;
|
|
512
519
|
}, "strip", z.ZodTypeAny, {
|
|
513
520
|
type: "wallet_reconnect";
|
|
521
|
+
walletPublicKey: string;
|
|
514
522
|
}, {
|
|
515
523
|
type: "wallet_reconnect";
|
|
524
|
+
walletPublicKey: string;
|
|
516
525
|
}>]>;
|
|
517
526
|
}, "strip", z.ZodTypeAny, {
|
|
518
527
|
sessionId: string;
|
|
@@ -537,6 +546,7 @@ declare const walletMessageEnvelopeSchema: z.ZodObject<{
|
|
|
537
546
|
};
|
|
538
547
|
} | {
|
|
539
548
|
type: "wallet_reconnect";
|
|
549
|
+
walletPublicKey: string;
|
|
540
550
|
};
|
|
541
551
|
walletSessionClaim: {
|
|
542
552
|
timestamp: number;
|
|
@@ -565,6 +575,7 @@ declare const walletMessageEnvelopeSchema: z.ZodObject<{
|
|
|
565
575
|
};
|
|
566
576
|
} | {
|
|
567
577
|
type: "wallet_reconnect";
|
|
578
|
+
walletPublicKey: string;
|
|
568
579
|
};
|
|
569
580
|
walletSessionClaim: {
|
|
570
581
|
timestamp: number;
|
|
@@ -901,6 +912,7 @@ declare const validateWalletMessage: (message: unknown) => {
|
|
|
901
912
|
};
|
|
902
913
|
} | {
|
|
903
914
|
type: "wallet_reconnect";
|
|
915
|
+
walletPublicKey: string;
|
|
904
916
|
};
|
|
905
917
|
walletSessionClaim: {
|
|
906
918
|
timestamp: number;
|
|
@@ -930,6 +942,7 @@ declare const safeValidateWalletMessage: (message: unknown) => z.SafeParseReturn
|
|
|
930
942
|
};
|
|
931
943
|
} | {
|
|
932
944
|
type: "wallet_reconnect";
|
|
945
|
+
walletPublicKey: string;
|
|
933
946
|
};
|
|
934
947
|
walletSessionClaim: {
|
|
935
948
|
timestamp: number;
|
|
@@ -958,6 +971,7 @@ declare const safeValidateWalletMessage: (message: unknown) => z.SafeParseReturn
|
|
|
958
971
|
};
|
|
959
972
|
} | {
|
|
960
973
|
type: "wallet_reconnect";
|
|
974
|
+
walletPublicKey: string;
|
|
961
975
|
};
|
|
962
976
|
walletSessionClaim: {
|
|
963
977
|
timestamp: number;
|
|
@@ -1038,10 +1052,44 @@ declare function validateTimestamp(timestamp: number, maxAge?: number): boolean;
|
|
|
1038
1052
|
|
|
1039
1053
|
declare const clientReconnectPayloadSchema: z.ZodObject<{
|
|
1040
1054
|
type: z.ZodLiteral<"client_reconnect">;
|
|
1055
|
+
sessionClaim: z.ZodObject<{
|
|
1056
|
+
claimNonce: z.ZodString;
|
|
1057
|
+
timestamp: z.ZodNumber;
|
|
1058
|
+
}, "strip", z.ZodTypeAny, {
|
|
1059
|
+
timestamp: number;
|
|
1060
|
+
claimNonce: string;
|
|
1061
|
+
}, {
|
|
1062
|
+
timestamp: number;
|
|
1063
|
+
claimNonce: string;
|
|
1064
|
+
}>;
|
|
1065
|
+
clientPublicKey: z.ZodString;
|
|
1041
1066
|
}, "strip", z.ZodTypeAny, {
|
|
1042
1067
|
type: "client_reconnect";
|
|
1068
|
+
sessionClaim: {
|
|
1069
|
+
timestamp: number;
|
|
1070
|
+
claimNonce: string;
|
|
1071
|
+
};
|
|
1072
|
+
clientPublicKey: string;
|
|
1043
1073
|
}, {
|
|
1044
1074
|
type: "client_reconnect";
|
|
1075
|
+
sessionClaim: {
|
|
1076
|
+
timestamp: number;
|
|
1077
|
+
claimNonce: string;
|
|
1078
|
+
};
|
|
1079
|
+
clientPublicKey: string;
|
|
1080
|
+
}>;
|
|
1081
|
+
declare const clientHandshakeMessageSchema: z.ZodObject<{
|
|
1082
|
+
type: z.ZodLiteral<"client_handshake">;
|
|
1083
|
+
clientPublicKey: z.ZodString;
|
|
1084
|
+
timestamp: z.ZodNumber;
|
|
1085
|
+
}, "strip", z.ZodTypeAny, {
|
|
1086
|
+
type: "client_handshake";
|
|
1087
|
+
timestamp: number;
|
|
1088
|
+
clientPublicKey: string;
|
|
1089
|
+
}, {
|
|
1090
|
+
type: "client_handshake";
|
|
1091
|
+
timestamp: number;
|
|
1092
|
+
clientPublicKey: string;
|
|
1045
1093
|
}>;
|
|
1046
1094
|
declare const closeSessionPayloadSchema: z.ZodObject<{
|
|
1047
1095
|
type: z.ZodLiteral<"close_session">;
|
|
@@ -1055,10 +1103,31 @@ declare const closeSessionPayloadSchema: z.ZodObject<{
|
|
|
1055
1103
|
}>;
|
|
1056
1104
|
declare const clientMessagePayloadSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1057
1105
|
type: z.ZodLiteral<"client_reconnect">;
|
|
1106
|
+
sessionClaim: z.ZodObject<{
|
|
1107
|
+
claimNonce: z.ZodString;
|
|
1108
|
+
timestamp: z.ZodNumber;
|
|
1109
|
+
}, "strip", z.ZodTypeAny, {
|
|
1110
|
+
timestamp: number;
|
|
1111
|
+
claimNonce: string;
|
|
1112
|
+
}, {
|
|
1113
|
+
timestamp: number;
|
|
1114
|
+
claimNonce: string;
|
|
1115
|
+
}>;
|
|
1116
|
+
clientPublicKey: z.ZodString;
|
|
1058
1117
|
}, "strip", z.ZodTypeAny, {
|
|
1059
1118
|
type: "client_reconnect";
|
|
1119
|
+
sessionClaim: {
|
|
1120
|
+
timestamp: number;
|
|
1121
|
+
claimNonce: string;
|
|
1122
|
+
};
|
|
1123
|
+
clientPublicKey: string;
|
|
1060
1124
|
}, {
|
|
1061
1125
|
type: "client_reconnect";
|
|
1126
|
+
sessionClaim: {
|
|
1127
|
+
timestamp: number;
|
|
1128
|
+
claimNonce: string;
|
|
1129
|
+
};
|
|
1130
|
+
clientPublicKey: string;
|
|
1062
1131
|
}>, z.ZodObject<{
|
|
1063
1132
|
type: z.ZodLiteral<"close_session">;
|
|
1064
1133
|
reason: z.ZodOptional<z.ZodString>;
|
|
@@ -1083,10 +1152,31 @@ declare const clientMessageEnvelopeSchema: z.ZodObject<{
|
|
|
1083
1152
|
}>;
|
|
1084
1153
|
payload: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1085
1154
|
type: z.ZodLiteral<"client_reconnect">;
|
|
1155
|
+
sessionClaim: z.ZodObject<{
|
|
1156
|
+
claimNonce: z.ZodString;
|
|
1157
|
+
timestamp: z.ZodNumber;
|
|
1158
|
+
}, "strip", z.ZodTypeAny, {
|
|
1159
|
+
timestamp: number;
|
|
1160
|
+
claimNonce: string;
|
|
1161
|
+
}, {
|
|
1162
|
+
timestamp: number;
|
|
1163
|
+
claimNonce: string;
|
|
1164
|
+
}>;
|
|
1165
|
+
clientPublicKey: z.ZodString;
|
|
1086
1166
|
}, "strip", z.ZodTypeAny, {
|
|
1087
1167
|
type: "client_reconnect";
|
|
1168
|
+
sessionClaim: {
|
|
1169
|
+
timestamp: number;
|
|
1170
|
+
claimNonce: string;
|
|
1171
|
+
};
|
|
1172
|
+
clientPublicKey: string;
|
|
1088
1173
|
}, {
|
|
1089
1174
|
type: "client_reconnect";
|
|
1175
|
+
sessionClaim: {
|
|
1176
|
+
timestamp: number;
|
|
1177
|
+
claimNonce: string;
|
|
1178
|
+
};
|
|
1179
|
+
clientPublicKey: string;
|
|
1090
1180
|
}>, z.ZodObject<{
|
|
1091
1181
|
type: z.ZodLiteral<"close_session">;
|
|
1092
1182
|
reason: z.ZodOptional<z.ZodString>;
|
|
@@ -1101,6 +1191,11 @@ declare const clientMessageEnvelopeSchema: z.ZodObject<{
|
|
|
1101
1191
|
sessionId: string;
|
|
1102
1192
|
payload: {
|
|
1103
1193
|
type: "client_reconnect";
|
|
1194
|
+
sessionClaim: {
|
|
1195
|
+
timestamp: number;
|
|
1196
|
+
claimNonce: string;
|
|
1197
|
+
};
|
|
1198
|
+
clientPublicKey: string;
|
|
1104
1199
|
} | {
|
|
1105
1200
|
type: "close_session";
|
|
1106
1201
|
reason?: string | undefined;
|
|
@@ -1113,6 +1208,11 @@ declare const clientMessageEnvelopeSchema: z.ZodObject<{
|
|
|
1113
1208
|
sessionId: string;
|
|
1114
1209
|
payload: {
|
|
1115
1210
|
type: "client_reconnect";
|
|
1211
|
+
sessionClaim: {
|
|
1212
|
+
timestamp: number;
|
|
1213
|
+
claimNonce: string;
|
|
1214
|
+
};
|
|
1215
|
+
clientPublicKey: string;
|
|
1116
1216
|
} | {
|
|
1117
1217
|
type: "close_session";
|
|
1118
1218
|
reason?: string | undefined;
|
|
@@ -1126,6 +1226,11 @@ declare const validateClientMessage: (message: unknown) => {
|
|
|
1126
1226
|
sessionId: string;
|
|
1127
1227
|
payload: {
|
|
1128
1228
|
type: "client_reconnect";
|
|
1229
|
+
sessionClaim: {
|
|
1230
|
+
timestamp: number;
|
|
1231
|
+
claimNonce: string;
|
|
1232
|
+
};
|
|
1233
|
+
clientPublicKey: string;
|
|
1129
1234
|
} | {
|
|
1130
1235
|
type: "close_session";
|
|
1131
1236
|
reason?: string | undefined;
|
|
@@ -1139,6 +1244,11 @@ declare const safeValidateClientMessage: (message: unknown) => z.SafeParseReturn
|
|
|
1139
1244
|
sessionId: string;
|
|
1140
1245
|
payload: {
|
|
1141
1246
|
type: "client_reconnect";
|
|
1247
|
+
sessionClaim: {
|
|
1248
|
+
timestamp: number;
|
|
1249
|
+
claimNonce: string;
|
|
1250
|
+
};
|
|
1251
|
+
clientPublicKey: string;
|
|
1142
1252
|
} | {
|
|
1143
1253
|
type: "close_session";
|
|
1144
1254
|
reason?: string | undefined;
|
|
@@ -1151,6 +1261,11 @@ declare const safeValidateClientMessage: (message: unknown) => z.SafeParseReturn
|
|
|
1151
1261
|
sessionId: string;
|
|
1152
1262
|
payload: {
|
|
1153
1263
|
type: "client_reconnect";
|
|
1264
|
+
sessionClaim: {
|
|
1265
|
+
timestamp: number;
|
|
1266
|
+
claimNonce: string;
|
|
1267
|
+
};
|
|
1268
|
+
clientPublicKey: string;
|
|
1154
1269
|
} | {
|
|
1155
1270
|
type: "close_session";
|
|
1156
1271
|
reason?: string | undefined;
|
|
@@ -1595,4 +1710,4 @@ type SecurityPolicy = z.infer<typeof securityPolicySchema>;
|
|
|
1595
1710
|
type SessionInfo = z.infer<typeof sessionInfoSchema>;
|
|
1596
1711
|
type DisplayInfo = z.infer<typeof displayInfoSchema>;
|
|
1597
1712
|
|
|
1598
|
-
export { type DAppMetadata, type DisplayInfo, type EncryptedPayload, type QRPayload, type RelayMessage, type SIWEFields, type SecurityPolicy, type SessionInfo, authenticateConnectionPayloadSchema, authenticationDataSchema, bananaLinkErrorSchema, base64Schema, claimSessionPayloadSchema, clientMessageEnvelopeSchema, clientMessagePayloadSchema, clientReconnectPayloadSchema, clientSessionClaimSchema, closeSessionPayloadSchema, connectionAuthenticatedMessageSchema, connectionRejectedMessageSchema, connectionRejectedPayloadSchema, dAppMetadataSchema$1 as coreDAppMetadataSchema, securityPolicySchema$1 as coreSecurityPolicySchema, createSessionRequestSchema, createSessionResponseSchema, dAppMetadataSchema, displayInfoSchema, encryptedPayloadSchema, errorCodeSchema, frutiLinkSchema, originProofSchema, prefetchMetadataPayloadSchema, prefetchMetadataResponseSchema, publicKeySchema, qrPayloadSchema, reconnectedMessageSchema, rejectionDataSchema, relayMessageSchema, relayMessageTypeSchema, relayNotificationMessageSchema, relayToDAppMessageSchema, safeValidateClientMessage, safeValidateClientSessionClaim, safeValidateFrutiLink, safeValidateQRPayload, safeValidateRelayMessage, safeValidateRelayNotificationMessage, safeValidateRelayToDAppMessage, safeValidateSessionInfo, safeValidateWalletMessage, safeValidateWalletSessionClaim, securityPolicySchema, sessionClosedAckSchema, sessionClosedNotificationSchema, sessionConfigSchema, sessionIdSchema, sessionInfoSchema, sessionMetadataSchema, sessionOptionsSchema, sessionStateSchema, siweFieldsSchema, supportedChainIdSchema, validateClientMessage, validateClientSessionClaim, validateFrutiLink, validateQRPayload, validateRelayMessage, validateRelayNotificationMessage, validateRelayToDAppMessage, validateSessionInfo, validateTimestamp, validateWalletMessage, validateWalletSessionClaim, walletHandshakeMessageSchema, walletMessageEnvelopeSchema, walletMessagePayloadSchema, walletMetadataSchema, walletReconnectPayloadSchema, walletSessionClaimSchema };
|
|
1713
|
+
export { type DAppMetadata, type DisplayInfo, type EncryptedPayload, type QRPayload, type RelayMessage, type SIWEFields, type SecurityPolicy, type SessionInfo, authenticateConnectionPayloadSchema, authenticationDataSchema, bananaLinkErrorSchema, base64Schema, claimSessionPayloadSchema, clientHandshakeMessageSchema, clientMessageEnvelopeSchema, clientMessagePayloadSchema, clientReconnectPayloadSchema, clientSessionClaimSchema, closeSessionPayloadSchema, connectionAuthenticatedMessageSchema, connectionRejectedMessageSchema, connectionRejectedPayloadSchema, dAppMetadataSchema$1 as coreDAppMetadataSchema, securityPolicySchema$1 as coreSecurityPolicySchema, createSessionRequestSchema, createSessionResponseSchema, dAppMetadataSchema, displayInfoSchema, encryptedPayloadSchema, errorCodeSchema, frutiLinkSchema, originProofSchema, prefetchMetadataPayloadSchema, prefetchMetadataResponseSchema, publicKeySchema, qrPayloadSchema, reconnectedMessageSchema, rejectionDataSchema, relayMessageSchema, relayMessageTypeSchema, relayNotificationMessageSchema, relayToDAppMessageSchema, safeValidateClientMessage, safeValidateClientSessionClaim, safeValidateFrutiLink, safeValidateQRPayload, safeValidateRelayMessage, safeValidateRelayNotificationMessage, safeValidateRelayToDAppMessage, safeValidateSessionInfo, safeValidateWalletMessage, safeValidateWalletSessionClaim, securityPolicySchema, sessionClosedAckSchema, sessionClosedNotificationSchema, sessionConfigSchema, sessionIdSchema, sessionInfoSchema, sessionMetadataSchema, sessionOptionsSchema, sessionStateSchema, siweFieldsSchema, supportedChainIdSchema, validateClientMessage, validateClientSessionClaim, validateFrutiLink, validateQRPayload, validateRelayMessage, validateRelayNotificationMessage, validateRelayToDAppMessage, validateSessionInfo, validateTimestamp, validateWalletMessage, validateWalletSessionClaim, walletHandshakeMessageSchema, walletMessageEnvelopeSchema, walletMessagePayloadSchema, walletMetadataSchema, walletReconnectPayloadSchema, walletSessionClaimSchema };
|
package/dist/schemas-export.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { authenticateConnectionPayloadSchema, authenticationDataSchema, bananaLinkErrorSchema, base64Schema, claimSessionPayloadSchema, clientMessageEnvelopeSchema, clientMessagePayloadSchema, clientReconnectPayloadSchema, clientSessionClaimSchema, closeSessionPayloadSchema, connectionAuthenticatedMessageSchema, connectionRejectedMessageSchema, connectionRejectedPayloadSchema, dAppMetadataSchema as coreDAppMetadataSchema, securityPolicySchema as coreSecurityPolicySchema, createSessionRequestSchema, createSessionResponseSchema, dAppMetadataSchema2 as dAppMetadataSchema, displayInfoSchema, encryptedPayloadSchema, errorCodeSchema, frutiLinkSchema, originProofSchema, prefetchMetadataPayloadSchema, prefetchMetadataResponseSchema, publicKeySchema, qrPayloadSchema, reconnectedMessageSchema, rejectionDataSchema, relayMessageSchema, relayMessageTypeSchema, relayNotificationMessageSchema, relayToDAppMessageSchema, safeValidateClientMessage, safeValidateClientSessionClaim, safeValidateFrutiLink, safeValidateQRPayload, safeValidateRelayMessage, safeValidateRelayNotificationMessage, safeValidateRelayToDAppMessage, safeValidateSessionInfo, safeValidateWalletMessage, safeValidateWalletSessionClaim, securityPolicySchema2 as securityPolicySchema, sessionClosedAckSchema, sessionClosedNotificationSchema, sessionConfigSchema, sessionIdSchema, sessionInfoSchema, sessionMetadataSchema, sessionOptionsSchema, sessionStateSchema, siweFieldsSchema, supportedChainIdSchema, validateClientMessage, validateClientSessionClaim, validateFrutiLink, validateQRPayload, validateRelayMessage, validateRelayNotificationMessage, validateRelayToDAppMessage, validateSessionInfo, validateTimestamp, validateWalletMessage, validateWalletSessionClaim, walletHandshakeMessageSchema, walletMessageEnvelopeSchema, walletMessagePayloadSchema, walletMetadataSchema, walletReconnectPayloadSchema, walletSessionClaimSchema } from './chunk-
|
|
1
|
+
export { authenticateConnectionPayloadSchema, authenticationDataSchema, bananaLinkErrorSchema, base64Schema, claimSessionPayloadSchema, clientHandshakeMessageSchema, clientMessageEnvelopeSchema, clientMessagePayloadSchema, clientReconnectPayloadSchema, clientSessionClaimSchema, closeSessionPayloadSchema, connectionAuthenticatedMessageSchema, connectionRejectedMessageSchema, connectionRejectedPayloadSchema, dAppMetadataSchema as coreDAppMetadataSchema, securityPolicySchema as coreSecurityPolicySchema, createSessionRequestSchema, createSessionResponseSchema, dAppMetadataSchema2 as dAppMetadataSchema, displayInfoSchema, encryptedPayloadSchema, errorCodeSchema, frutiLinkSchema, originProofSchema, prefetchMetadataPayloadSchema, prefetchMetadataResponseSchema, publicKeySchema, qrPayloadSchema, reconnectedMessageSchema, rejectionDataSchema, relayMessageSchema, relayMessageTypeSchema, relayNotificationMessageSchema, relayToDAppMessageSchema, safeValidateClientMessage, safeValidateClientSessionClaim, safeValidateFrutiLink, safeValidateQRPayload, safeValidateRelayMessage, safeValidateRelayNotificationMessage, safeValidateRelayToDAppMessage, safeValidateSessionInfo, safeValidateWalletMessage, safeValidateWalletSessionClaim, securityPolicySchema2 as securityPolicySchema, sessionClosedAckSchema, sessionClosedNotificationSchema, sessionConfigSchema, sessionIdSchema, sessionInfoSchema, sessionMetadataSchema, sessionOptionsSchema, sessionStateSchema, siweFieldsSchema, supportedChainIdSchema, validateClientMessage, validateClientSessionClaim, validateFrutiLink, validateQRPayload, validateRelayMessage, validateRelayNotificationMessage, validateRelayToDAppMessage, validateSessionInfo, validateTimestamp, validateWalletMessage, validateWalletSessionClaim, walletHandshakeMessageSchema, walletMessageEnvelopeSchema, walletMessagePayloadSchema, walletMetadataSchema, walletReconnectPayloadSchema, walletSessionClaimSchema } from './chunk-XCMAKN3P.js';
|
|
2
2
|
import './chunk-CUJK7ZTS.js';
|
|
3
3
|
import './chunk-WCQVDF3K.js';
|
|
4
4
|
//# sourceMappingURL=schemas-export.js.map
|
package/dist/testing.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { W as WalletSessionClaim, C as ClientSessionClaim } from './client-session-claim-
|
|
2
|
-
export { b as ClientSessionClaimStorage, a as WalletSessionClaimStorage } from './client-session-claim-
|
|
1
|
+
import { W as WalletSessionClaim, C as ClientSessionClaim } from './client-session-claim-CkRKTG50.cjs';
|
|
2
|
+
export { b as ClientSessionClaimStorage, a as WalletSessionClaimStorage } from './client-session-claim-CkRKTG50.cjs';
|
|
3
3
|
import './core-DMhuNfoz.cjs';
|
|
4
4
|
|
|
5
5
|
declare class InMemoryWalletSessionClaimStorage {
|
package/dist/testing.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { W as WalletSessionClaim, C as ClientSessionClaim } from './client-session-claim-
|
|
2
|
-
export { b as ClientSessionClaimStorage, a as WalletSessionClaimStorage } from './client-session-claim-
|
|
1
|
+
import { W as WalletSessionClaim, C as ClientSessionClaim } from './client-session-claim-CrIDASkZ.js';
|
|
2
|
+
export { b as ClientSessionClaimStorage, a as WalletSessionClaimStorage } from './client-session-claim-CrIDASkZ.js';
|
|
3
3
|
import './core-DMhuNfoz.js';
|
|
4
4
|
|
|
5
5
|
declare class InMemoryWalletSessionClaimStorage {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkRZPN2GDJ_cjs = require('./chunk-RZPN2GDJ.cjs');
|
|
4
4
|
require('./chunk-GI3BUPIH.cjs');
|
|
5
5
|
var chunk65HNHRJK_cjs = require('./chunk-65HNHRJK.cjs');
|
|
6
6
|
require('./chunk-WGEGR3DF.cjs');
|
|
@@ -9,287 +9,291 @@ require('./chunk-WGEGR3DF.cjs');
|
|
|
9
9
|
|
|
10
10
|
Object.defineProperty(exports, "authenticateConnectionPayloadSchema", {
|
|
11
11
|
enumerable: true,
|
|
12
|
-
get: function () { return
|
|
12
|
+
get: function () { return chunkRZPN2GDJ_cjs.authenticateConnectionPayloadSchema; }
|
|
13
13
|
});
|
|
14
14
|
Object.defineProperty(exports, "authenticationDataSchema", {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunkRZPN2GDJ_cjs.authenticationDataSchema; }
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "bananaLinkErrorSchema", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkRZPN2GDJ_cjs.bananaLinkErrorSchema; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "base64Schema", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkRZPN2GDJ_cjs.base64Schema; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "claimSessionPayloadSchema", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkRZPN2GDJ_cjs.claimSessionPayloadSchema; }
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(exports, "clientHandshakeMessageSchema", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function () { return chunkRZPN2GDJ_cjs.clientHandshakeMessageSchema; }
|
|
29
33
|
});
|
|
30
34
|
Object.defineProperty(exports, "clientMessageEnvelopeSchema", {
|
|
31
35
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkRZPN2GDJ_cjs.clientMessageEnvelopeSchema; }
|
|
33
37
|
});
|
|
34
38
|
Object.defineProperty(exports, "clientMessagePayloadSchema", {
|
|
35
39
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkRZPN2GDJ_cjs.clientMessagePayloadSchema; }
|
|
37
41
|
});
|
|
38
42
|
Object.defineProperty(exports, "clientReconnectPayloadSchema", {
|
|
39
43
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkRZPN2GDJ_cjs.clientReconnectPayloadSchema; }
|
|
41
45
|
});
|
|
42
46
|
Object.defineProperty(exports, "clientSessionClaimSchema", {
|
|
43
47
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkRZPN2GDJ_cjs.clientSessionClaimSchema; }
|
|
45
49
|
});
|
|
46
50
|
Object.defineProperty(exports, "closeSessionPayloadSchema", {
|
|
47
51
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkRZPN2GDJ_cjs.closeSessionPayloadSchema; }
|
|
49
53
|
});
|
|
50
54
|
Object.defineProperty(exports, "connectionAuthenticatedMessageSchema", {
|
|
51
55
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkRZPN2GDJ_cjs.connectionAuthenticatedMessageSchema; }
|
|
53
57
|
});
|
|
54
58
|
Object.defineProperty(exports, "connectionRejectedMessageSchema", {
|
|
55
59
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkRZPN2GDJ_cjs.connectionRejectedMessageSchema; }
|
|
57
61
|
});
|
|
58
62
|
Object.defineProperty(exports, "connectionRejectedPayloadSchema", {
|
|
59
63
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkRZPN2GDJ_cjs.connectionRejectedPayloadSchema; }
|
|
61
65
|
});
|
|
62
66
|
Object.defineProperty(exports, "coreDAppMetadataSchema", {
|
|
63
67
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkRZPN2GDJ_cjs.dAppMetadataSchema; }
|
|
65
69
|
});
|
|
66
70
|
Object.defineProperty(exports, "coreSecurityPolicySchema", {
|
|
67
71
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkRZPN2GDJ_cjs.securityPolicySchema; }
|
|
69
73
|
});
|
|
70
74
|
Object.defineProperty(exports, "createSessionRequestSchema", {
|
|
71
75
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkRZPN2GDJ_cjs.createSessionRequestSchema; }
|
|
73
77
|
});
|
|
74
78
|
Object.defineProperty(exports, "createSessionResponseSchema", {
|
|
75
79
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunkRZPN2GDJ_cjs.createSessionResponseSchema; }
|
|
77
81
|
});
|
|
78
82
|
Object.defineProperty(exports, "dAppMetadataSchema", {
|
|
79
83
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunkRZPN2GDJ_cjs.dAppMetadataSchema2; }
|
|
81
85
|
});
|
|
82
86
|
Object.defineProperty(exports, "displayInfoSchema", {
|
|
83
87
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunkRZPN2GDJ_cjs.displayInfoSchema; }
|
|
85
89
|
});
|
|
86
90
|
Object.defineProperty(exports, "encryptedPayloadSchema", {
|
|
87
91
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
92
|
+
get: function () { return chunkRZPN2GDJ_cjs.encryptedPayloadSchema; }
|
|
89
93
|
});
|
|
90
94
|
Object.defineProperty(exports, "errorCodeSchema", {
|
|
91
95
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
96
|
+
get: function () { return chunkRZPN2GDJ_cjs.errorCodeSchema; }
|
|
93
97
|
});
|
|
94
98
|
Object.defineProperty(exports, "frutiLinkSchema", {
|
|
95
99
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunkRZPN2GDJ_cjs.frutiLinkSchema; }
|
|
97
101
|
});
|
|
98
102
|
Object.defineProperty(exports, "originProofSchema", {
|
|
99
103
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
104
|
+
get: function () { return chunkRZPN2GDJ_cjs.originProofSchema; }
|
|
101
105
|
});
|
|
102
106
|
Object.defineProperty(exports, "prefetchMetadataPayloadSchema", {
|
|
103
107
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunkRZPN2GDJ_cjs.prefetchMetadataPayloadSchema; }
|
|
105
109
|
});
|
|
106
110
|
Object.defineProperty(exports, "prefetchMetadataResponseSchema", {
|
|
107
111
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunkRZPN2GDJ_cjs.prefetchMetadataResponseSchema; }
|
|
109
113
|
});
|
|
110
114
|
Object.defineProperty(exports, "publicKeySchema", {
|
|
111
115
|
enumerable: true,
|
|
112
|
-
get: function () { return
|
|
116
|
+
get: function () { return chunkRZPN2GDJ_cjs.publicKeySchema; }
|
|
113
117
|
});
|
|
114
118
|
Object.defineProperty(exports, "qrPayloadSchema", {
|
|
115
119
|
enumerable: true,
|
|
116
|
-
get: function () { return
|
|
120
|
+
get: function () { return chunkRZPN2GDJ_cjs.qrPayloadSchema; }
|
|
117
121
|
});
|
|
118
122
|
Object.defineProperty(exports, "reconnectedMessageSchema", {
|
|
119
123
|
enumerable: true,
|
|
120
|
-
get: function () { return
|
|
124
|
+
get: function () { return chunkRZPN2GDJ_cjs.reconnectedMessageSchema; }
|
|
121
125
|
});
|
|
122
126
|
Object.defineProperty(exports, "rejectionDataSchema", {
|
|
123
127
|
enumerable: true,
|
|
124
|
-
get: function () { return
|
|
128
|
+
get: function () { return chunkRZPN2GDJ_cjs.rejectionDataSchema; }
|
|
125
129
|
});
|
|
126
130
|
Object.defineProperty(exports, "relayMessageSchema", {
|
|
127
131
|
enumerable: true,
|
|
128
|
-
get: function () { return
|
|
132
|
+
get: function () { return chunkRZPN2GDJ_cjs.relayMessageSchema; }
|
|
129
133
|
});
|
|
130
134
|
Object.defineProperty(exports, "relayMessageTypeSchema", {
|
|
131
135
|
enumerable: true,
|
|
132
|
-
get: function () { return
|
|
136
|
+
get: function () { return chunkRZPN2GDJ_cjs.relayMessageTypeSchema; }
|
|
133
137
|
});
|
|
134
138
|
Object.defineProperty(exports, "relayNotificationMessageSchema", {
|
|
135
139
|
enumerable: true,
|
|
136
|
-
get: function () { return
|
|
140
|
+
get: function () { return chunkRZPN2GDJ_cjs.relayNotificationMessageSchema; }
|
|
137
141
|
});
|
|
138
142
|
Object.defineProperty(exports, "relayToDAppMessageSchema", {
|
|
139
143
|
enumerable: true,
|
|
140
|
-
get: function () { return
|
|
144
|
+
get: function () { return chunkRZPN2GDJ_cjs.relayToDAppMessageSchema; }
|
|
141
145
|
});
|
|
142
146
|
Object.defineProperty(exports, "safeValidateClientMessage", {
|
|
143
147
|
enumerable: true,
|
|
144
|
-
get: function () { return
|
|
148
|
+
get: function () { return chunkRZPN2GDJ_cjs.safeValidateClientMessage; }
|
|
145
149
|
});
|
|
146
150
|
Object.defineProperty(exports, "safeValidateClientSessionClaim", {
|
|
147
151
|
enumerable: true,
|
|
148
|
-
get: function () { return
|
|
152
|
+
get: function () { return chunkRZPN2GDJ_cjs.safeValidateClientSessionClaim; }
|
|
149
153
|
});
|
|
150
154
|
Object.defineProperty(exports, "safeValidateFrutiLink", {
|
|
151
155
|
enumerable: true,
|
|
152
|
-
get: function () { return
|
|
156
|
+
get: function () { return chunkRZPN2GDJ_cjs.safeValidateFrutiLink; }
|
|
153
157
|
});
|
|
154
158
|
Object.defineProperty(exports, "safeValidateQRPayload", {
|
|
155
159
|
enumerable: true,
|
|
156
|
-
get: function () { return
|
|
160
|
+
get: function () { return chunkRZPN2GDJ_cjs.safeValidateQRPayload; }
|
|
157
161
|
});
|
|
158
162
|
Object.defineProperty(exports, "safeValidateRelayMessage", {
|
|
159
163
|
enumerable: true,
|
|
160
|
-
get: function () { return
|
|
164
|
+
get: function () { return chunkRZPN2GDJ_cjs.safeValidateRelayMessage; }
|
|
161
165
|
});
|
|
162
166
|
Object.defineProperty(exports, "safeValidateRelayNotificationMessage", {
|
|
163
167
|
enumerable: true,
|
|
164
|
-
get: function () { return
|
|
168
|
+
get: function () { return chunkRZPN2GDJ_cjs.safeValidateRelayNotificationMessage; }
|
|
165
169
|
});
|
|
166
170
|
Object.defineProperty(exports, "safeValidateRelayToDAppMessage", {
|
|
167
171
|
enumerable: true,
|
|
168
|
-
get: function () { return
|
|
172
|
+
get: function () { return chunkRZPN2GDJ_cjs.safeValidateRelayToDAppMessage; }
|
|
169
173
|
});
|
|
170
174
|
Object.defineProperty(exports, "safeValidateSessionInfo", {
|
|
171
175
|
enumerable: true,
|
|
172
|
-
get: function () { return
|
|
176
|
+
get: function () { return chunkRZPN2GDJ_cjs.safeValidateSessionInfo; }
|
|
173
177
|
});
|
|
174
178
|
Object.defineProperty(exports, "safeValidateWalletMessage", {
|
|
175
179
|
enumerable: true,
|
|
176
|
-
get: function () { return
|
|
180
|
+
get: function () { return chunkRZPN2GDJ_cjs.safeValidateWalletMessage; }
|
|
177
181
|
});
|
|
178
182
|
Object.defineProperty(exports, "safeValidateWalletSessionClaim", {
|
|
179
183
|
enumerable: true,
|
|
180
|
-
get: function () { return
|
|
184
|
+
get: function () { return chunkRZPN2GDJ_cjs.safeValidateWalletSessionClaim; }
|
|
181
185
|
});
|
|
182
186
|
Object.defineProperty(exports, "securityPolicySchema", {
|
|
183
187
|
enumerable: true,
|
|
184
|
-
get: function () { return
|
|
188
|
+
get: function () { return chunkRZPN2GDJ_cjs.securityPolicySchema2; }
|
|
185
189
|
});
|
|
186
190
|
Object.defineProperty(exports, "sessionClosedAckSchema", {
|
|
187
191
|
enumerable: true,
|
|
188
|
-
get: function () { return
|
|
192
|
+
get: function () { return chunkRZPN2GDJ_cjs.sessionClosedAckSchema; }
|
|
189
193
|
});
|
|
190
194
|
Object.defineProperty(exports, "sessionClosedNotificationSchema", {
|
|
191
195
|
enumerable: true,
|
|
192
|
-
get: function () { return
|
|
196
|
+
get: function () { return chunkRZPN2GDJ_cjs.sessionClosedNotificationSchema; }
|
|
193
197
|
});
|
|
194
198
|
Object.defineProperty(exports, "sessionConfigSchema", {
|
|
195
199
|
enumerable: true,
|
|
196
|
-
get: function () { return
|
|
200
|
+
get: function () { return chunkRZPN2GDJ_cjs.sessionConfigSchema; }
|
|
197
201
|
});
|
|
198
202
|
Object.defineProperty(exports, "sessionIdSchema", {
|
|
199
203
|
enumerable: true,
|
|
200
|
-
get: function () { return
|
|
204
|
+
get: function () { return chunkRZPN2GDJ_cjs.sessionIdSchema; }
|
|
201
205
|
});
|
|
202
206
|
Object.defineProperty(exports, "sessionInfoSchema", {
|
|
203
207
|
enumerable: true,
|
|
204
|
-
get: function () { return
|
|
208
|
+
get: function () { return chunkRZPN2GDJ_cjs.sessionInfoSchema; }
|
|
205
209
|
});
|
|
206
210
|
Object.defineProperty(exports, "sessionMetadataSchema", {
|
|
207
211
|
enumerable: true,
|
|
208
|
-
get: function () { return
|
|
212
|
+
get: function () { return chunkRZPN2GDJ_cjs.sessionMetadataSchema; }
|
|
209
213
|
});
|
|
210
214
|
Object.defineProperty(exports, "sessionOptionsSchema", {
|
|
211
215
|
enumerable: true,
|
|
212
|
-
get: function () { return
|
|
216
|
+
get: function () { return chunkRZPN2GDJ_cjs.sessionOptionsSchema; }
|
|
213
217
|
});
|
|
214
218
|
Object.defineProperty(exports, "sessionStateSchema", {
|
|
215
219
|
enumerable: true,
|
|
216
|
-
get: function () { return
|
|
220
|
+
get: function () { return chunkRZPN2GDJ_cjs.sessionStateSchema; }
|
|
217
221
|
});
|
|
218
222
|
Object.defineProperty(exports, "siweFieldsSchema", {
|
|
219
223
|
enumerable: true,
|
|
220
|
-
get: function () { return
|
|
224
|
+
get: function () { return chunkRZPN2GDJ_cjs.siweFieldsSchema; }
|
|
221
225
|
});
|
|
222
226
|
Object.defineProperty(exports, "supportedChainIdSchema", {
|
|
223
227
|
enumerable: true,
|
|
224
|
-
get: function () { return
|
|
228
|
+
get: function () { return chunkRZPN2GDJ_cjs.supportedChainIdSchema; }
|
|
225
229
|
});
|
|
226
230
|
Object.defineProperty(exports, "validateClientMessage", {
|
|
227
231
|
enumerable: true,
|
|
228
|
-
get: function () { return
|
|
232
|
+
get: function () { return chunkRZPN2GDJ_cjs.validateClientMessage; }
|
|
229
233
|
});
|
|
230
234
|
Object.defineProperty(exports, "validateClientSessionClaim", {
|
|
231
235
|
enumerable: true,
|
|
232
|
-
get: function () { return
|
|
236
|
+
get: function () { return chunkRZPN2GDJ_cjs.validateClientSessionClaim; }
|
|
233
237
|
});
|
|
234
238
|
Object.defineProperty(exports, "validateFrutiLink", {
|
|
235
239
|
enumerable: true,
|
|
236
|
-
get: function () { return
|
|
240
|
+
get: function () { return chunkRZPN2GDJ_cjs.validateFrutiLink; }
|
|
237
241
|
});
|
|
238
242
|
Object.defineProperty(exports, "validateQRPayload", {
|
|
239
243
|
enumerable: true,
|
|
240
|
-
get: function () { return
|
|
244
|
+
get: function () { return chunkRZPN2GDJ_cjs.validateQRPayload; }
|
|
241
245
|
});
|
|
242
246
|
Object.defineProperty(exports, "validateRelayMessage", {
|
|
243
247
|
enumerable: true,
|
|
244
|
-
get: function () { return
|
|
248
|
+
get: function () { return chunkRZPN2GDJ_cjs.validateRelayMessage; }
|
|
245
249
|
});
|
|
246
250
|
Object.defineProperty(exports, "validateRelayNotificationMessage", {
|
|
247
251
|
enumerable: true,
|
|
248
|
-
get: function () { return
|
|
252
|
+
get: function () { return chunkRZPN2GDJ_cjs.validateRelayNotificationMessage; }
|
|
249
253
|
});
|
|
250
254
|
Object.defineProperty(exports, "validateRelayToDAppMessage", {
|
|
251
255
|
enumerable: true,
|
|
252
|
-
get: function () { return
|
|
256
|
+
get: function () { return chunkRZPN2GDJ_cjs.validateRelayToDAppMessage; }
|
|
253
257
|
});
|
|
254
258
|
Object.defineProperty(exports, "validateSessionInfo", {
|
|
255
259
|
enumerable: true,
|
|
256
|
-
get: function () { return
|
|
260
|
+
get: function () { return chunkRZPN2GDJ_cjs.validateSessionInfo; }
|
|
257
261
|
});
|
|
258
262
|
Object.defineProperty(exports, "validateTimestamp", {
|
|
259
263
|
enumerable: true,
|
|
260
|
-
get: function () { return
|
|
264
|
+
get: function () { return chunkRZPN2GDJ_cjs.validateTimestamp; }
|
|
261
265
|
});
|
|
262
266
|
Object.defineProperty(exports, "validateWalletMessage", {
|
|
263
267
|
enumerable: true,
|
|
264
|
-
get: function () { return
|
|
268
|
+
get: function () { return chunkRZPN2GDJ_cjs.validateWalletMessage; }
|
|
265
269
|
});
|
|
266
270
|
Object.defineProperty(exports, "validateWalletSessionClaim", {
|
|
267
271
|
enumerable: true,
|
|
268
|
-
get: function () { return
|
|
272
|
+
get: function () { return chunkRZPN2GDJ_cjs.validateWalletSessionClaim; }
|
|
269
273
|
});
|
|
270
274
|
Object.defineProperty(exports, "walletHandshakeMessageSchema", {
|
|
271
275
|
enumerable: true,
|
|
272
|
-
get: function () { return
|
|
276
|
+
get: function () { return chunkRZPN2GDJ_cjs.walletHandshakeMessageSchema; }
|
|
273
277
|
});
|
|
274
278
|
Object.defineProperty(exports, "walletMessageEnvelopeSchema", {
|
|
275
279
|
enumerable: true,
|
|
276
|
-
get: function () { return
|
|
280
|
+
get: function () { return chunkRZPN2GDJ_cjs.walletMessageEnvelopeSchema; }
|
|
277
281
|
});
|
|
278
282
|
Object.defineProperty(exports, "walletMessagePayloadSchema", {
|
|
279
283
|
enumerable: true,
|
|
280
|
-
get: function () { return
|
|
284
|
+
get: function () { return chunkRZPN2GDJ_cjs.walletMessagePayloadSchema; }
|
|
281
285
|
});
|
|
282
286
|
Object.defineProperty(exports, "walletMetadataSchema", {
|
|
283
287
|
enumerable: true,
|
|
284
|
-
get: function () { return
|
|
288
|
+
get: function () { return chunkRZPN2GDJ_cjs.walletMetadataSchema; }
|
|
285
289
|
});
|
|
286
290
|
Object.defineProperty(exports, "walletReconnectPayloadSchema", {
|
|
287
291
|
enumerable: true,
|
|
288
|
-
get: function () { return
|
|
292
|
+
get: function () { return chunkRZPN2GDJ_cjs.walletReconnectPayloadSchema; }
|
|
289
293
|
});
|
|
290
294
|
Object.defineProperty(exports, "walletSessionClaimSchema", {
|
|
291
295
|
enumerable: true,
|
|
292
|
-
get: function () { return
|
|
296
|
+
get: function () { return chunkRZPN2GDJ_cjs.walletSessionClaimSchema; }
|
|
293
297
|
});
|
|
294
298
|
Object.defineProperty(exports, "createValidationResult", {
|
|
295
299
|
enumerable: true,
|