@p2pdotme/sdk 1.2.0 → 1.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/prices.mjs CHANGED
@@ -1277,7 +1277,8 @@ function validate(schema, data, toError) {
1277
1277
  // src/orders/internal/routing/validation.ts
1278
1278
  import { z as z2 } from "zod";
1279
1279
  var ZodCircleScoreStateSchema = z2.object({
1280
- activeMerchantsCount: z2.coerce.number()
1280
+ activeMerchantsCount: z2.coerce.number(),
1281
+ availableMerchantsCount: z2.coerce.number()
1281
1282
  });
1282
1283
  var ZodCircleMetricsForRoutingSchema = z2.object({
1283
1284
  circleScore: z2.coerce.number(),