@fern-api/dynamic-ir-sdk 61.3.0 → 61.6.0

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.
@@ -2,11 +2,14 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as FernIr from "../../../../../index";
5
- export type PublishInfo = FernIr.dynamic.PublishInfo.Go | FernIr.dynamic.PublishInfo.Maven | FernIr.dynamic.PublishInfo.Npm | FernIr.dynamic.PublishInfo.Nuget | FernIr.dynamic.PublishInfo.Pypi | FernIr.dynamic.PublishInfo.Rubygems | FernIr.dynamic.PublishInfo.Crates;
5
+ export type PublishInfo = FernIr.dynamic.PublishInfo.Go | FernIr.dynamic.PublishInfo.Swift | FernIr.dynamic.PublishInfo.Maven | FernIr.dynamic.PublishInfo.Npm | FernIr.dynamic.PublishInfo.Nuget | FernIr.dynamic.PublishInfo.Pypi | FernIr.dynamic.PublishInfo.Rubygems | FernIr.dynamic.PublishInfo.Crates;
6
6
  export declare namespace PublishInfo {
7
7
  interface Go extends FernIr.dynamic.GoPublishInfo {
8
8
  type: "go";
9
9
  }
10
+ interface Swift extends FernIr.dynamic.SwiftPublishInfo {
11
+ type: "swift";
12
+ }
10
13
  interface Maven extends FernIr.dynamic.MavenPublishInfo {
11
14
  type: "maven";
12
15
  }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface SwiftPublishInfo {
5
+ version: string;
6
+ /** A full repo url (i.e. https://github.com/fern-api/fern) */
7
+ repoUrl: string;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,6 +3,7 @@ export * from "./GeneratorConfig";
3
3
  export * from "./GeneratorOutputConfig";
4
4
  export * from "./PublishInfo";
5
5
  export * from "./GoPublishInfo";
6
+ export * from "./SwiftPublishInfo";
6
7
  export * from "./MavenPublishInfo";
7
8
  export * from "./NpmPublishInfo";
8
9
  export * from "./NugetPublishInfo";
@@ -19,6 +19,7 @@ __exportStar(require("./GeneratorConfig"), exports);
19
19
  __exportStar(require("./GeneratorOutputConfig"), exports);
20
20
  __exportStar(require("./PublishInfo"), exports);
21
21
  __exportStar(require("./GoPublishInfo"), exports);
22
+ __exportStar(require("./SwiftPublishInfo"), exports);
22
23
  __exportStar(require("./MavenPublishInfo"), exports);
23
24
  __exportStar(require("./NpmPublishInfo"), exports);
24
25
  __exportStar(require("./NugetPublishInfo"), exports);
@@ -2,11 +2,14 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as FernIr from "../../../../../index";
5
- export type PublishInfo = FernIr.dynamic.PublishInfo.Go | FernIr.dynamic.PublishInfo.Maven | FernIr.dynamic.PublishInfo.Npm | FernIr.dynamic.PublishInfo.Nuget | FernIr.dynamic.PublishInfo.Pypi | FernIr.dynamic.PublishInfo.Rubygems | FernIr.dynamic.PublishInfo.Crates;
5
+ export type PublishInfo = FernIr.dynamic.PublishInfo.Go | FernIr.dynamic.PublishInfo.Swift | FernIr.dynamic.PublishInfo.Maven | FernIr.dynamic.PublishInfo.Npm | FernIr.dynamic.PublishInfo.Nuget | FernIr.dynamic.PublishInfo.Pypi | FernIr.dynamic.PublishInfo.Rubygems | FernIr.dynamic.PublishInfo.Crates;
6
6
  export declare namespace PublishInfo {
7
7
  interface Go extends FernIr.dynamic.GoPublishInfo {
8
8
  type: "go";
9
9
  }
10
+ interface Swift extends FernIr.dynamic.SwiftPublishInfo {
11
+ type: "swift";
12
+ }
10
13
  interface Maven extends FernIr.dynamic.MavenPublishInfo {
11
14
  type: "maven";
12
15
  }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface SwiftPublishInfo {
5
+ version: string;
6
+ /** A full repo url (i.e. https://github.com/fern-api/fern) */
7
+ repoUrl: string;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,6 +3,7 @@ export * from "./GeneratorConfig";
3
3
  export * from "./GeneratorOutputConfig";
4
4
  export * from "./PublishInfo";
5
5
  export * from "./GoPublishInfo";
6
+ export * from "./SwiftPublishInfo";
6
7
  export * from "./MavenPublishInfo";
7
8
  export * from "./NpmPublishInfo";
8
9
  export * from "./NugetPublishInfo";
@@ -19,6 +19,7 @@ __exportStar(require("./GeneratorConfig"), exports);
19
19
  __exportStar(require("./GeneratorOutputConfig"), exports);
20
20
  __exportStar(require("./PublishInfo"), exports);
21
21
  __exportStar(require("./GoPublishInfo"), exports);
22
+ __exportStar(require("./SwiftPublishInfo"), exports);
22
23
  __exportStar(require("./MavenPublishInfo"), exports);
23
24
  __exportStar(require("./NpmPublishInfo"), exports);
24
25
  __exportStar(require("./NugetPublishInfo"), exports);
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "61.3.0";
1
+ export declare const SDK_VERSION = "61.6.0";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "61.3.0";
4
+ exports.SDK_VERSION = "61.6.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fern-api/dynamic-ir-sdk",
3
- "version": "61.3.0",
3
+ "version": "61.6.0",
4
4
  "private": false,
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "61.3.0";
1
+ export declare const SDK_VERSION = "61.6.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "61.3.0";
4
+ exports.SDK_VERSION = "61.6.0";