@fern-api/dynamic-ir-sdk 61.4.0 → 61.7.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.
- package/api/resources/dynamic/resources/ir/types/PublishInfo.d.ts +4 -1
- package/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.d.ts +8 -0
- package/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.js +5 -0
- package/api/resources/dynamic/resources/ir/types/index.d.ts +1 -0
- package/api/resources/dynamic/resources/ir/types/index.js +1 -0
- package/dist/api/resources/dynamic/resources/ir/types/PublishInfo.d.ts +4 -1
- package/dist/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.d.ts +8 -0
- package/dist/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.js +5 -0
- package/dist/api/resources/dynamic/resources/ir/types/index.d.ts +1 -0
- package/dist/api/resources/dynamic/resources/ir/types/index.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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.
|
|
1
|
+
export declare const SDK_VERSION = "61.7.0";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "61.
|
|
1
|
+
export declare const SDK_VERSION = "61.7.0";
|
package/version.js
CHANGED