@halliday-sdk/payments 3.0.0 → 3.0.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.
@@ -239,7 +239,7 @@ declare const PaymentsWidgetQueryParams: z.ZodObject<{
239
239
  apiBaseUrl: z.ZodOptional<z.ZodString>;
240
240
  hasOwner: z.ZodBoolean;
241
241
  hasTxHandler: z.ZodBoolean;
242
- hasConnect: z.ZodBoolean;
242
+ hasConnect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
243
243
  hostOrigin: z.ZodNullable<z.ZodURL>;
244
244
  ipAddress: z.ZodOptional<z.ZodUnion<readonly [z.ZodIPv4, z.ZodIPv6]>>;
245
245
  featureFlags: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;