@revibase/core 0.0.48 → 0.0.49
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3436,15 +3436,15 @@ declare const AuthenticationContextSchema: z.ZodObject<{
|
|
|
3436
3436
|
nonce: z.ZodBase64;
|
|
3437
3437
|
client: z.ZodObject<{
|
|
3438
3438
|
clientOrigin: z.ZodURL;
|
|
3439
|
-
jws: z.
|
|
3439
|
+
jws: z.ZodBase64URL;
|
|
3440
3440
|
}, z.core.$strict>;
|
|
3441
3441
|
device: z.ZodObject<{
|
|
3442
3442
|
jwk: z.ZodBase64;
|
|
3443
|
-
jws: z.
|
|
3443
|
+
jws: z.ZodBase64URL;
|
|
3444
3444
|
}, z.core.$strict>;
|
|
3445
3445
|
authProvider: z.ZodOptional<z.ZodObject<{
|
|
3446
3446
|
jwk: z.ZodBase64;
|
|
3447
|
-
jws: z.
|
|
3447
|
+
jws: z.ZodBase64URL;
|
|
3448
3448
|
}, z.core.$strict>>;
|
|
3449
3449
|
}, z.core.$strict>;
|
|
3450
3450
|
declare const BaseResponseSchema: z.ZodObject<{
|
|
@@ -3519,11 +3519,11 @@ declare const CompleteMessageRequestSchema: z.ZodObject<{
|
|
|
3519
3519
|
nonce: z.ZodBase64;
|
|
3520
3520
|
device: z.ZodObject<{
|
|
3521
3521
|
jwk: z.ZodBase64;
|
|
3522
|
-
jws: z.
|
|
3522
|
+
jws: z.ZodBase64URL;
|
|
3523
3523
|
}, z.core.$strict>;
|
|
3524
3524
|
authProvider: z.ZodOptional<z.ZodObject<{
|
|
3525
3525
|
jwk: z.ZodBase64;
|
|
3526
|
-
jws: z.
|
|
3526
|
+
jws: z.ZodBase64URL;
|
|
3527
3527
|
}, z.core.$strict>>;
|
|
3528
3528
|
id: z.ZodOptional<z.ZodString>;
|
|
3529
3529
|
message: z.ZodString;
|
|
@@ -3545,11 +3545,11 @@ declare const CompleteTransactionRequestSchema: z.ZodObject<{
|
|
|
3545
3545
|
nonce: z.ZodBase64;
|
|
3546
3546
|
device: z.ZodObject<{
|
|
3547
3547
|
jwk: z.ZodBase64;
|
|
3548
|
-
jws: z.
|
|
3548
|
+
jws: z.ZodBase64URL;
|
|
3549
3549
|
}, z.core.$strict>;
|
|
3550
3550
|
authProvider: z.ZodOptional<z.ZodObject<{
|
|
3551
3551
|
jwk: z.ZodBase64;
|
|
3552
|
-
jws: z.
|
|
3552
|
+
jws: z.ZodBase64URL;
|
|
3553
3553
|
}, z.core.$strict>>;
|
|
3554
3554
|
transactionPayload: z.ZodObject<{
|
|
3555
3555
|
transactionActionType: z.ZodEnum<{
|
package/dist/index.d.ts
CHANGED
|
@@ -3436,15 +3436,15 @@ declare const AuthenticationContextSchema: z.ZodObject<{
|
|
|
3436
3436
|
nonce: z.ZodBase64;
|
|
3437
3437
|
client: z.ZodObject<{
|
|
3438
3438
|
clientOrigin: z.ZodURL;
|
|
3439
|
-
jws: z.
|
|
3439
|
+
jws: z.ZodBase64URL;
|
|
3440
3440
|
}, z.core.$strict>;
|
|
3441
3441
|
device: z.ZodObject<{
|
|
3442
3442
|
jwk: z.ZodBase64;
|
|
3443
|
-
jws: z.
|
|
3443
|
+
jws: z.ZodBase64URL;
|
|
3444
3444
|
}, z.core.$strict>;
|
|
3445
3445
|
authProvider: z.ZodOptional<z.ZodObject<{
|
|
3446
3446
|
jwk: z.ZodBase64;
|
|
3447
|
-
jws: z.
|
|
3447
|
+
jws: z.ZodBase64URL;
|
|
3448
3448
|
}, z.core.$strict>>;
|
|
3449
3449
|
}, z.core.$strict>;
|
|
3450
3450
|
declare const BaseResponseSchema: z.ZodObject<{
|
|
@@ -3519,11 +3519,11 @@ declare const CompleteMessageRequestSchema: z.ZodObject<{
|
|
|
3519
3519
|
nonce: z.ZodBase64;
|
|
3520
3520
|
device: z.ZodObject<{
|
|
3521
3521
|
jwk: z.ZodBase64;
|
|
3522
|
-
jws: z.
|
|
3522
|
+
jws: z.ZodBase64URL;
|
|
3523
3523
|
}, z.core.$strict>;
|
|
3524
3524
|
authProvider: z.ZodOptional<z.ZodObject<{
|
|
3525
3525
|
jwk: z.ZodBase64;
|
|
3526
|
-
jws: z.
|
|
3526
|
+
jws: z.ZodBase64URL;
|
|
3527
3527
|
}, z.core.$strict>>;
|
|
3528
3528
|
id: z.ZodOptional<z.ZodString>;
|
|
3529
3529
|
message: z.ZodString;
|
|
@@ -3545,11 +3545,11 @@ declare const CompleteTransactionRequestSchema: z.ZodObject<{
|
|
|
3545
3545
|
nonce: z.ZodBase64;
|
|
3546
3546
|
device: z.ZodObject<{
|
|
3547
3547
|
jwk: z.ZodBase64;
|
|
3548
|
-
jws: z.
|
|
3548
|
+
jws: z.ZodBase64URL;
|
|
3549
3549
|
}, z.core.$strict>;
|
|
3550
3550
|
authProvider: z.ZodOptional<z.ZodObject<{
|
|
3551
3551
|
jwk: z.ZodBase64;
|
|
3552
|
-
jws: z.
|
|
3552
|
+
jws: z.ZodBase64URL;
|
|
3553
3553
|
}, z.core.$strict>>;
|
|
3554
3554
|
transactionPayload: z.ZodObject<{
|
|
3555
3555
|
transactionActionType: z.ZodEnum<{
|