@fern-api/fdr-sdk 1.2.34-5c94d72077 → 1.2.35-05f18d9a75

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.
@@ -3115,6 +3115,7 @@ var ApiDefinitionPruner = class _ApiDefinitionPruner {
3115
3115
  constructor(api) {
3116
3116
  this.api = api;
3117
3117
  }
3118
+ api;
3118
3119
  static instances = /* @__PURE__ */ new WeakMap();
3119
3120
  static from(api) {
3120
3121
  const toRet = _ApiDefinitionPruner.instances.get(api) ?? new _ApiDefinitionPruner(api);
@@ -4301,6 +4302,7 @@ var ApiDefinitionV1ToLatest = class _ApiDefinitionV1ToLatest {
4301
4302
  this.v1 = v1;
4302
4303
  this.auth = v1.auth ?? void 0;
4303
4304
  }
4305
+ v1;
4304
4306
  static from(v1) {
4305
4307
  return new _ApiDefinitionV1ToLatest(v1);
4306
4308
  }