@fern-api/fdr-sdk 1.2.34-5c94d72077 → 1.2.35-07f6dfd14f

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.
@@ -2897,6 +2897,7 @@ var ApiDefinitionPruner = class _ApiDefinitionPruner {
2897
2897
  constructor(api) {
2898
2898
  this.api = api;
2899
2899
  }
2900
+ api;
2900
2901
  static instances = /* @__PURE__ */ new WeakMap();
2901
2902
  static from(api) {
2902
2903
  const toRet = _ApiDefinitionPruner.instances.get(api) ?? new _ApiDefinitionPruner(api);
@@ -4083,6 +4084,7 @@ var ApiDefinitionV1ToLatest = class _ApiDefinitionV1ToLatest {
4083
4084
  this.v1 = v1;
4084
4085
  this.auth = v1.auth ?? void 0;
4085
4086
  }
4087
+ v1;
4086
4088
  static from(v1) {
4087
4089
  return new _ApiDefinitionV1ToLatest(v1);
4088
4090
  }