@revibase/core 0.2.0 → 0.2.1

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.d.cts CHANGED
@@ -2926,6 +2926,7 @@ declare const StartMessageRequestSchema: z.ZodObject<{
2926
2926
  data: z.ZodObject<{
2927
2927
  type: z.ZodLiteral<"message">;
2928
2928
  payload: z.ZodString;
2929
+ trustedDeviceCheck: z.ZodBoolean;
2929
2930
  }, z.core.$strict>;
2930
2931
  }, z.core.$strict>;
2931
2932
  declare const StartTransactionRequestSchema: z.ZodObject<{
@@ -2973,6 +2974,7 @@ declare const AuthenticationContextSchema: z.ZodObject<{
2973
2974
  data: z.ZodObject<{
2974
2975
  type: z.ZodLiteral<"message">;
2975
2976
  payload: z.ZodString;
2977
+ trustedDeviceCheck: z.ZodBoolean;
2976
2978
  }, z.core.$strict>;
2977
2979
  }, z.core.$strict>, z.ZodObject<{
2978
2980
  phase: z.ZodLiteral<"start">;
@@ -3051,6 +3053,7 @@ declare const CompleteMessageRequestSchema: z.ZodObject<{
3051
3053
  data: z.ZodObject<{
3052
3054
  type: z.ZodLiteral<"message">;
3053
3055
  payload: z.ZodString;
3056
+ trustedDeviceCheck: z.ZodBoolean;
3054
3057
  }, z.core.$strict>;
3055
3058
  }, z.core.$strict>, z.ZodObject<{
3056
3059
  phase: z.ZodLiteral<"start">;
@@ -3120,6 +3123,7 @@ declare const CompleteTransactionRequestSchema: z.ZodObject<{
3120
3123
  data: z.ZodObject<{
3121
3124
  type: z.ZodLiteral<"message">;
3122
3125
  payload: z.ZodString;
3126
+ trustedDeviceCheck: z.ZodBoolean;
3123
3127
  }, z.core.$strict>;
3124
3128
  }, z.core.$strict>, z.ZodObject<{
3125
3129
  phase: z.ZodLiteral<"start">;
@@ -3223,6 +3227,7 @@ declare const CompleteSendTransactionRequestSchema: z.ZodObject<{
3223
3227
  data: z.ZodObject<{
3224
3228
  type: z.ZodLiteral<"message">;
3225
3229
  payload: z.ZodString;
3230
+ trustedDeviceCheck: z.ZodBoolean;
3226
3231
  }, z.core.$strict>;
3227
3232
  }, z.core.$strict>]>;
3228
3233
  txSig: z.ZodString;
package/dist/index.d.ts CHANGED
@@ -2926,6 +2926,7 @@ declare const StartMessageRequestSchema: z.ZodObject<{
2926
2926
  data: z.ZodObject<{
2927
2927
  type: z.ZodLiteral<"message">;
2928
2928
  payload: z.ZodString;
2929
+ trustedDeviceCheck: z.ZodBoolean;
2929
2930
  }, z.core.$strict>;
2930
2931
  }, z.core.$strict>;
2931
2932
  declare const StartTransactionRequestSchema: z.ZodObject<{
@@ -2973,6 +2974,7 @@ declare const AuthenticationContextSchema: z.ZodObject<{
2973
2974
  data: z.ZodObject<{
2974
2975
  type: z.ZodLiteral<"message">;
2975
2976
  payload: z.ZodString;
2977
+ trustedDeviceCheck: z.ZodBoolean;
2976
2978
  }, z.core.$strict>;
2977
2979
  }, z.core.$strict>, z.ZodObject<{
2978
2980
  phase: z.ZodLiteral<"start">;
@@ -3051,6 +3053,7 @@ declare const CompleteMessageRequestSchema: z.ZodObject<{
3051
3053
  data: z.ZodObject<{
3052
3054
  type: z.ZodLiteral<"message">;
3053
3055
  payload: z.ZodString;
3056
+ trustedDeviceCheck: z.ZodBoolean;
3054
3057
  }, z.core.$strict>;
3055
3058
  }, z.core.$strict>, z.ZodObject<{
3056
3059
  phase: z.ZodLiteral<"start">;
@@ -3120,6 +3123,7 @@ declare const CompleteTransactionRequestSchema: z.ZodObject<{
3120
3123
  data: z.ZodObject<{
3121
3124
  type: z.ZodLiteral<"message">;
3122
3125
  payload: z.ZodString;
3126
+ trustedDeviceCheck: z.ZodBoolean;
3123
3127
  }, z.core.$strict>;
3124
3128
  }, z.core.$strict>, z.ZodObject<{
3125
3129
  phase: z.ZodLiteral<"start">;
@@ -3223,6 +3227,7 @@ declare const CompleteSendTransactionRequestSchema: z.ZodObject<{
3223
3227
  data: z.ZodObject<{
3224
3228
  type: z.ZodLiteral<"message">;
3225
3229
  payload: z.ZodString;
3230
+ trustedDeviceCheck: z.ZodBoolean;
3226
3231
  }, z.core.$strict>;
3227
3232
  }, z.core.$strict>]>;
3228
3233
  txSig: z.ZodString;