@fern-api/dynamic-ir-sdk 62.0.0 → 62.1.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/generatorExec/resources/config/types/GithubOutputMode.d.ts +2 -0
- package/dist/api/resources/generatorExec/resources/config/types/GithubOutputMode.d.ts +2 -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
|
@@ -11,5 +11,7 @@ export interface GithubOutputMode {
|
|
|
11
11
|
* should NOT attempt to clone the repository.
|
|
12
12
|
*/
|
|
13
13
|
installationToken?: string;
|
|
14
|
+
/** The branch to use for README cloning. Defaults to the repository's default branch when omitted. */
|
|
15
|
+
branch?: string;
|
|
14
16
|
publishInfo?: FernIr.generatorExec.GithubPublishInfo;
|
|
15
17
|
}
|
|
@@ -11,5 +11,7 @@ export interface GithubOutputMode {
|
|
|
11
11
|
* should NOT attempt to clone the repository.
|
|
12
12
|
*/
|
|
13
13
|
installationToken?: string;
|
|
14
|
+
/** The branch to use for README cloning. Defaults to the repository's default branch when omitted. */
|
|
15
|
+
branch?: string;
|
|
14
16
|
publishInfo?: FernIr.generatorExec.GithubPublishInfo;
|
|
15
17
|
}
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "62.
|
|
1
|
+
export declare const SDK_VERSION = "62.1.0";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "62.
|
|
1
|
+
export declare const SDK_VERSION = "62.1.0";
|
package/version.js
CHANGED