@pagopa/io-wallet-oid-federation 1.5.5 → 1.5.7

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.js CHANGED
@@ -319,15 +319,13 @@ var oneOfOperator = createPolicyOperatorSchema({
319
319
  mergeStrategy: 2 /* Intersection */,
320
320
  operatorJsonValues: [
321
321
  import_zod8.z.array(import_zod8.z.string()),
322
- // TODO: See how we want to we handle the comparison of objects
323
- // z.array(z.record(z.string().or(z.number()), z.unknown())),
322
+ import_zod8.z.array(import_zod8.z.record(import_zod8.z.string(), import_zod8.z.unknown())),
324
323
  import_zod8.z.array(import_zod8.z.number())
325
324
  ],
326
325
  orderOfApplication: 3 /* AfterDefault */,
327
326
  parameterJsonValues: [
328
327
  import_zod8.z.string(),
329
- // TODO: See how we want to we handle the comparison of objects
330
- // z.record(z.string().or(z.number()), z.unknown()),
328
+ import_zod8.z.record(import_zod8.z.string(), import_zod8.z.unknown()),
331
329
  import_zod8.z.number()
332
330
  ]
333
331
  });