@postman/sdk-config 0.3.3 → 0.3.4

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.cjs CHANGED
@@ -1260,6 +1260,8 @@ var apiImportSettingsSchema = zod.z.strictObject({
1260
1260
  objectQueryParameters: zod.z.boolean().optional(),
1261
1261
  typeDatesAsStrings: zod.z.boolean().optional(),
1262
1262
  groupMultiApiEnvironments: zod.z.boolean().optional(),
1263
+ ignoreTags: zod.z.boolean().optional(),
1264
+ disambiguateRequestNames: zod.z.boolean().optional(),
1263
1265
  defaultIntegerFormat: zod.z.enum(["int32", "int64", "uint32", "uint64"]).optional()
1264
1266
  });
1265
1267
  var sourceSpecTypeSchema = zod.z.enum([