@revibase/core 0.0.56 → 0.0.58
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 +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3337,6 +3337,7 @@ declare const AdditionalSignersSchema: z.ZodOptional<z.ZodArray<z.ZodUnion<reado
|
|
|
3337
3337
|
secretKey: z.ZodString;
|
|
3338
3338
|
}, z.core.$strip>, z.ZodObject<{
|
|
3339
3339
|
type: z.ZodLiteral<"Default">;
|
|
3340
|
+
publickey: z.ZodString;
|
|
3340
3341
|
endpoint: z.ZodString;
|
|
3341
3342
|
}, z.core.$strip>]>>>;
|
|
3342
3343
|
declare const StartMessageRequestSchema: z.ZodObject<{
|
|
@@ -3380,6 +3381,7 @@ declare const StartTransactionRequestSchema: z.ZodObject<{
|
|
|
3380
3381
|
secretKey: z.ZodString;
|
|
3381
3382
|
}, z.core.$strip>, z.ZodObject<{
|
|
3382
3383
|
type: z.ZodLiteral<"Default">;
|
|
3384
|
+
publickey: z.ZodString;
|
|
3383
3385
|
endpoint: z.ZodString;
|
|
3384
3386
|
}, z.core.$strip>]>>>;
|
|
3385
3387
|
}, z.core.$strict>;
|
|
@@ -3425,6 +3427,7 @@ declare const AuthenticationContextSchema: z.ZodObject<{
|
|
|
3425
3427
|
secretKey: z.ZodString;
|
|
3426
3428
|
}, z.core.$strip>, z.ZodObject<{
|
|
3427
3429
|
type: z.ZodLiteral<"Default">;
|
|
3430
|
+
publickey: z.ZodString;
|
|
3428
3431
|
endpoint: z.ZodString;
|
|
3429
3432
|
}, z.core.$strip>]>>>;
|
|
3430
3433
|
}, z.core.$strict>;
|
|
@@ -3502,6 +3505,7 @@ declare const CompleteMessageRequestSchema: z.ZodObject<{
|
|
|
3502
3505
|
secretKey: z.ZodString;
|
|
3503
3506
|
}, z.core.$strip>, z.ZodObject<{
|
|
3504
3507
|
type: z.ZodLiteral<"Default">;
|
|
3508
|
+
publickey: z.ZodString;
|
|
3505
3509
|
endpoint: z.ZodString;
|
|
3506
3510
|
}, z.core.$strip>]>>>;
|
|
3507
3511
|
}, z.core.$strict>;
|
|
@@ -3570,6 +3574,7 @@ declare const CompleteTransactionRequestSchema: z.ZodObject<{
|
|
|
3570
3574
|
secretKey: z.ZodString;
|
|
3571
3575
|
}, z.core.$strip>, z.ZodObject<{
|
|
3572
3576
|
type: z.ZodLiteral<"Default">;
|
|
3577
|
+
publickey: z.ZodString;
|
|
3573
3578
|
endpoint: z.ZodString;
|
|
3574
3579
|
}, z.core.$strip>]>>>;
|
|
3575
3580
|
}, z.core.$strict>;
|
|
@@ -3628,6 +3633,7 @@ declare const CompleteSendTransactionRequestSchema: z.ZodObject<{
|
|
|
3628
3633
|
secretKey: z.ZodString;
|
|
3629
3634
|
}, z.core.$strip>, z.ZodObject<{
|
|
3630
3635
|
type: z.ZodLiteral<"Default">;
|
|
3636
|
+
publickey: z.ZodString;
|
|
3631
3637
|
endpoint: z.ZodString;
|
|
3632
3638
|
}, z.core.$strip>]>>>;
|
|
3633
3639
|
}, z.core.$strict>;
|
package/dist/index.d.ts
CHANGED
|
@@ -3337,6 +3337,7 @@ declare const AdditionalSignersSchema: z.ZodOptional<z.ZodArray<z.ZodUnion<reado
|
|
|
3337
3337
|
secretKey: z.ZodString;
|
|
3338
3338
|
}, z.core.$strip>, z.ZodObject<{
|
|
3339
3339
|
type: z.ZodLiteral<"Default">;
|
|
3340
|
+
publickey: z.ZodString;
|
|
3340
3341
|
endpoint: z.ZodString;
|
|
3341
3342
|
}, z.core.$strip>]>>>;
|
|
3342
3343
|
declare const StartMessageRequestSchema: z.ZodObject<{
|
|
@@ -3380,6 +3381,7 @@ declare const StartTransactionRequestSchema: z.ZodObject<{
|
|
|
3380
3381
|
secretKey: z.ZodString;
|
|
3381
3382
|
}, z.core.$strip>, z.ZodObject<{
|
|
3382
3383
|
type: z.ZodLiteral<"Default">;
|
|
3384
|
+
publickey: z.ZodString;
|
|
3383
3385
|
endpoint: z.ZodString;
|
|
3384
3386
|
}, z.core.$strip>]>>>;
|
|
3385
3387
|
}, z.core.$strict>;
|
|
@@ -3425,6 +3427,7 @@ declare const AuthenticationContextSchema: z.ZodObject<{
|
|
|
3425
3427
|
secretKey: z.ZodString;
|
|
3426
3428
|
}, z.core.$strip>, z.ZodObject<{
|
|
3427
3429
|
type: z.ZodLiteral<"Default">;
|
|
3430
|
+
publickey: z.ZodString;
|
|
3428
3431
|
endpoint: z.ZodString;
|
|
3429
3432
|
}, z.core.$strip>]>>>;
|
|
3430
3433
|
}, z.core.$strict>;
|
|
@@ -3502,6 +3505,7 @@ declare const CompleteMessageRequestSchema: z.ZodObject<{
|
|
|
3502
3505
|
secretKey: z.ZodString;
|
|
3503
3506
|
}, z.core.$strip>, z.ZodObject<{
|
|
3504
3507
|
type: z.ZodLiteral<"Default">;
|
|
3508
|
+
publickey: z.ZodString;
|
|
3505
3509
|
endpoint: z.ZodString;
|
|
3506
3510
|
}, z.core.$strip>]>>>;
|
|
3507
3511
|
}, z.core.$strict>;
|
|
@@ -3570,6 +3574,7 @@ declare const CompleteTransactionRequestSchema: z.ZodObject<{
|
|
|
3570
3574
|
secretKey: z.ZodString;
|
|
3571
3575
|
}, z.core.$strip>, z.ZodObject<{
|
|
3572
3576
|
type: z.ZodLiteral<"Default">;
|
|
3577
|
+
publickey: z.ZodString;
|
|
3573
3578
|
endpoint: z.ZodString;
|
|
3574
3579
|
}, z.core.$strip>]>>>;
|
|
3575
3580
|
}, z.core.$strict>;
|
|
@@ -3628,6 +3633,7 @@ declare const CompleteSendTransactionRequestSchema: z.ZodObject<{
|
|
|
3628
3633
|
secretKey: z.ZodString;
|
|
3629
3634
|
}, z.core.$strip>, z.ZodObject<{
|
|
3630
3635
|
type: z.ZodLiteral<"Default">;
|
|
3636
|
+
publickey: z.ZodString;
|
|
3631
3637
|
endpoint: z.ZodString;
|
|
3632
3638
|
}, z.core.$strip>]>>>;
|
|
3633
3639
|
}, z.core.$strict>;
|