typescript-github-action-template 0.2.8 → 0.2.9

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.
@@ -6338,6 +6338,15 @@ export type UpdateEnterpriseDefaultRepositoryPermissionSettingInput = {
6338
6338
  /** The value for the base repository permission setting on the enterprise. */
6339
6339
  settingValue: EnterpriseDefaultRepositoryPermissionSettingValue;
6340
6340
  };
6341
+ /** Autogenerated input type of UpdateEnterpriseDeployKeySetting */
6342
+ export type UpdateEnterpriseDeployKeySettingInput = {
6343
+ /** A unique identifier for the client performing the mutation. */
6344
+ clientMutationId?: InputMaybe<Scalars['String']['input']>;
6345
+ /** The ID of the enterprise on which to set the deploy key setting. */
6346
+ enterpriseId: Scalars['ID']['input'];
6347
+ /** The value for the deploy key setting on the enterprise. */
6348
+ settingValue: EnterpriseEnabledDisabledSettingValue;
6349
+ };
6341
6350
  /** Autogenerated input type of UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting */
6342
6351
  export type UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput = {
6343
6352
  /** A unique identifier for the client performing the mutation. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typescript-github-action-template",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "A template to create custom GitHub Action with TypeScript/JavaScript.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.js",