@pattern-stack/codegen 0.7.0 → 0.7.2

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/src/index.js CHANGED
@@ -439,6 +439,10 @@ var DEFAULT_IGNORE_FIELDS = /* @__PURE__ */ new Set([
439
439
  "type",
440
440
  "lastModifiedAt",
441
441
  "fields",
442
+ "external_id",
443
+ "externalId",
444
+ "provider",
445
+ "provider_metadata",
442
446
  "providerMetadata"
443
447
  ]);
444
448
  var DeepEqualDiffer = class {