@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.
@@ -1906,6 +1906,7 @@ var ApiDefinitionHolder = class _ApiDefinitionHolder {
1906
1906
  });
1907
1907
  });
1908
1908
  }
1909
+ api;
1909
1910
  static create(api2) {
1910
1911
  return new _ApiDefinitionHolder(api2);
1911
1912
  }
@@ -2084,6 +2085,7 @@ var ApiDefinitionPruner = class {
2084
2085
  constructor(api2) {
2085
2086
  this.api = api2;
2086
2087
  }
2088
+ api;
2087
2089
  prune(node) {
2088
2090
  const rootPackage = this.pruneRootPackage(node);
2089
2091
  const subpackages = this.pruneSubpackages(node);
@@ -3973,6 +3975,7 @@ var ApiDefinitionPruner2 = class _ApiDefinitionPruner {
3973
3975
  constructor(api2) {
3974
3976
  this.api = api2;
3975
3977
  }
3978
+ api;
3976
3979
  static instances = /* @__PURE__ */ new WeakMap();
3977
3980
  static from(api2) {
3978
3981
  const toRet = _ApiDefinitionPruner.instances.get(api2) ?? new _ApiDefinitionPruner(api2);
@@ -5156,6 +5159,7 @@ var ApiDefinitionV1ToLatest = class _ApiDefinitionV1ToLatest {
5156
5159
  this.v1 = v1;
5157
5160
  this.auth = v1.auth ?? void 0;
5158
5161
  }
5162
+ v1;
5159
5163
  static from(v1) {
5160
5164
  return new _ApiDefinitionV1ToLatest(v1);
5161
5165
  }
@@ -11536,6 +11540,8 @@ var ChangelogNavigationConverter = class _ChangelogNavigationConverter {
11536
11540
  this.noindexMap = noindexMap;
11537
11541
  this.#idgen = idgen;
11538
11542
  }
11543
+ fullSlugMap;
11544
+ noindexMap;
11539
11545
  static convert(changelog, fullSlugMap, noindexMap, slug, idgen) {
11540
11546
  return new _ChangelogNavigationConverter(idgen, fullSlugMap, noindexMap).convert(changelog, slug);
11541
11547
  }
@@ -11717,6 +11723,10 @@ var SlugGenerator = class _SlugGenerator {
11717
11723
  this.versionSlug = versionSlug;
11718
11724
  this.slug = slug;
11719
11725
  }
11726
+ baseSlug;
11727
+ productSlug;
11728
+ versionSlug;
11729
+ slug;
11720
11730
  static init(baseSlug) {
11721
11731
  return new _SlugGenerator(baseSlug, void 0, void 0, baseSlug);
11722
11732
  }
@@ -11843,6 +11853,14 @@ var ApiReferenceNavigationConverter = class _ApiReferenceNavigationConverter {
11843
11853
  this.#holder = ApiDefinitionHolder.create(api2);
11844
11854
  this.#idgen = idgen;
11845
11855
  }
11856
+ apiSection;
11857
+ api;
11858
+ fullSlugMap;
11859
+ noindexMap;
11860
+ parentSlug;
11861
+ lexicographic;
11862
+ disableEndpointPairs;
11863
+ paginated;
11846
11864
  static convert(apiSection, api2, fullSlugMap, noindexMap, parentSlug, idgen, lexicographic, disableEndpointPairs, paginated) {
11847
11865
  return new _ApiReferenceNavigationConverter(
11848
11866
  apiSection,
@@ -12429,6 +12447,15 @@ var NavigationConfigConverter = class _NavigationConfigConverter {
12429
12447
  this.disableEndpointPairs = disableEndpointPairs;
12430
12448
  this.paginated = paginated;
12431
12449
  }
12450
+ title;
12451
+ config;
12452
+ fullSlugMap;
12453
+ noindexMap;
12454
+ apis;
12455
+ basePath;
12456
+ lexicographic;
12457
+ disableEndpointPairs;
12458
+ paginated;
12432
12459
  static convert(title, config, fullSlugMap, noindexMap, apis, basePath, lexicographic, disableEndpointPairs, paginated) {
12433
12460
  return new _NavigationConfigConverter(
12434
12461
  title,