typescript-github-action-template 0.2.7 → 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.
@@ -5115,8 +5115,10 @@ export type SetUserInteractionLimitInput = {
5115
5115
  };
5116
5116
  /** Software or company that hosts social media accounts. */
5117
5117
  export type SocialAccountProvider =
5118
+ /** Decentralized microblogging social platform. */
5119
+ 'BLUESKY'
5118
5120
  /** Social media and networking website. */
5119
- 'FACEBOOK'
5121
+ | 'FACEBOOK'
5120
5122
  /** Catch-all for social media providers that do not yet have specific handling. */
5121
5123
  | 'GENERIC'
5122
5124
  /** Fork of Mastodon with a greater focus on local posting. */
@@ -6336,6 +6338,15 @@ export type UpdateEnterpriseDefaultRepositoryPermissionSettingInput = {
6336
6338
  /** The value for the base repository permission setting on the enterprise. */
6337
6339
  settingValue: EnterpriseDefaultRepositoryPermissionSettingValue;
6338
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
+ };
6339
6350
  /** Autogenerated input type of UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting */
6340
6351
  export type UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput = {
6341
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.7",
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",
@@ -32,8 +32,8 @@
32
32
  "@eslint/js": "^9.2.0",
33
33
  "@graphql-codegen/cli": "5.0.3",
34
34
  "@graphql-codegen/near-operation-file-preset": "^3.0.0",
35
- "@graphql-codegen/typescript": "4.1.0",
36
- "@graphql-codegen/typescript-document-nodes": "4.0.10",
35
+ "@graphql-codegen/typescript": "4.1.1",
36
+ "@graphql-codegen/typescript-document-nodes": "4.0.11",
37
37
  "@serverless-guru/prettier-plugin-import-order": "^0.4.2",
38
38
  "@types/node": "^22.0.0",
39
39
  "@typescript-eslint/eslint-plugin": "^8.0.0",