@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.cjs CHANGED
@@ -1304,7 +1304,8 @@ function validate(schema, data, toError) {
1304
1304
  // src/orders/internal/routing/validation.ts
1305
1305
  var import_zod2 = require("zod");
1306
1306
  var ZodCircleScoreStateSchema = import_zod2.z.object({
1307
- activeMerchantsCount: import_zod2.z.coerce.number()
1307
+ activeMerchantsCount: import_zod2.z.coerce.number(),
1308
+ availableMerchantsCount: import_zod2.z.coerce.number()
1308
1309
  });
1309
1310
  var ZodCircleMetricsForRoutingSchema = import_zod2.z.object({
1310
1311
  circleScore: import_zod2.z.coerce.number(),