@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.js CHANGED
@@ -1254,6 +1254,8 @@ var apiImportSettingsSchema = z.strictObject({
1254
1254
  objectQueryParameters: z.boolean().optional(),
1255
1255
  typeDatesAsStrings: z.boolean().optional(),
1256
1256
  groupMultiApiEnvironments: z.boolean().optional(),
1257
+ ignoreTags: z.boolean().optional(),
1258
+ disambiguateRequestNames: z.boolean().optional(),
1257
1259
  defaultIntegerFormat: z.enum(["int32", "int64", "uint32", "uint64"]).optional()
1258
1260
  });
1259
1261
  var sourceSpecTypeSchema = z.enum([