typescript-github-action-template 0.2.33 → 0.2.35
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.
|
@@ -2812,6 +2812,8 @@ export type CommitComment = Comment & Deletable & Minimizable & Node & Reactable
|
|
|
2812
2812
|
viewerCanMinimize: Scalars['Boolean']['output'];
|
|
2813
2813
|
/** Can user react to this subject */
|
|
2814
2814
|
viewerCanReact: Scalars['Boolean']['output'];
|
|
2815
|
+
/** Check if the current viewer can unminimize this object. */
|
|
2816
|
+
viewerCanUnminimize: Scalars['Boolean']['output'];
|
|
2815
2817
|
/** Check if the current viewer can update this object. */
|
|
2816
2818
|
viewerCanUpdate: Scalars['Boolean']['output'];
|
|
2817
2819
|
/** Reasons why the current viewer can not update this comment. */
|
|
@@ -5849,7 +5851,7 @@ export type Discussion = Closable & Comment & Deletable & Labelable & Lockable &
|
|
|
5849
5851
|
answerChosenAt?: Maybe<Scalars['DateTime']['output']>;
|
|
5850
5852
|
/** The user who chose this discussion's answer, if answered. */
|
|
5851
5853
|
answerChosenBy?: Maybe<Actor>;
|
|
5852
|
-
/** The actor who authored the
|
|
5854
|
+
/** The actor who authored the discussion. */
|
|
5853
5855
|
author?: Maybe<Actor>;
|
|
5854
5856
|
/** Author's association with the subject of the comment. */
|
|
5855
5857
|
authorAssociation: CommentAuthorAssociation;
|
|
@@ -6090,6 +6092,8 @@ export type DiscussionComment = Comment & Deletable & Minimizable & Node & React
|
|
|
6090
6092
|
viewerCanReact: Scalars['Boolean']['output'];
|
|
6091
6093
|
/** Can the current user unmark this comment as an answer? */
|
|
6092
6094
|
viewerCanUnmarkAsAnswer: Scalars['Boolean']['output'];
|
|
6095
|
+
/** Check if the current viewer can unminimize this object. */
|
|
6096
|
+
viewerCanUnminimize: Scalars['Boolean']['output'];
|
|
6093
6097
|
/** Check if the current viewer can update this object. */
|
|
6094
6098
|
viewerCanUpdate: Scalars['Boolean']['output'];
|
|
6095
6099
|
/** Whether or not the current user can add or remove an upvote on this subject. */
|
|
@@ -8347,6 +8351,8 @@ export type GistComment = Comment & Deletable & Minimizable & Node & Updatable &
|
|
|
8347
8351
|
viewerCanDelete: Scalars['Boolean']['output'];
|
|
8348
8352
|
/** Check if the current viewer can minimize this object. */
|
|
8349
8353
|
viewerCanMinimize: Scalars['Boolean']['output'];
|
|
8354
|
+
/** Check if the current viewer can unminimize this object. */
|
|
8355
|
+
viewerCanUnminimize: Scalars['Boolean']['output'];
|
|
8350
8356
|
/** Check if the current viewer can update this object. */
|
|
8351
8357
|
viewerCanUpdate: Scalars['Boolean']['output'];
|
|
8352
8358
|
/** Reasons why the current viewer can not update this comment. */
|
|
@@ -8983,6 +8989,8 @@ export type Issue = Assignable & Closable & Comment & Deletable & Labelable & Lo
|
|
|
8983
8989
|
viewerCanReact: Scalars['Boolean']['output'];
|
|
8984
8990
|
/** Indicates if the object can be reopened by the viewer. */
|
|
8985
8991
|
viewerCanReopen: Scalars['Boolean']['output'];
|
|
8992
|
+
/** Check if the current viewer can set fields on the issue. */
|
|
8993
|
+
viewerCanSetFields?: Maybe<Scalars['Boolean']['output']>;
|
|
8986
8994
|
/** Check if the viewer is able to change their subscription status for the repository. */
|
|
8987
8995
|
viewerCanSubscribe: Scalars['Boolean']['output'];
|
|
8988
8996
|
/** Check if the current viewer can update this object. */
|
|
@@ -9247,6 +9255,8 @@ export type IssueComment = Comment & Deletable & Minimizable & Node & Reactable
|
|
|
9247
9255
|
viewerCanMinimize: Scalars['Boolean']['output'];
|
|
9248
9256
|
/** Can user react to this subject */
|
|
9249
9257
|
viewerCanReact: Scalars['Boolean']['output'];
|
|
9258
|
+
/** Check if the current viewer can unminimize this object. */
|
|
9259
|
+
viewerCanUnminimize: Scalars['Boolean']['output'];
|
|
9250
9260
|
/** Check if the current viewer can update this object. */
|
|
9251
9261
|
viewerCanUpdate: Scalars['Boolean']['output'];
|
|
9252
9262
|
/** Reasons why the current viewer can not update this comment. */
|
|
@@ -11253,6 +11263,8 @@ export type Minimizable = {
|
|
|
11253
11263
|
minimizedReason?: Maybe<Scalars['String']['output']>;
|
|
11254
11264
|
/** Check if the current viewer can minimize this object. */
|
|
11255
11265
|
viewerCanMinimize: Scalars['Boolean']['output'];
|
|
11266
|
+
/** Check if the current viewer can unminimize this object. */
|
|
11267
|
+
viewerCanUnminimize: Scalars['Boolean']['output'];
|
|
11256
11268
|
};
|
|
11257
11269
|
/** Autogenerated input type of MinimizeComment */
|
|
11258
11270
|
export type MinimizeCommentInput = {
|
|
@@ -11725,7 +11737,7 @@ export type Mutation = {
|
|
|
11725
11737
|
* with and without Enterprise Managed Users may use this mutation.
|
|
11726
11738
|
*/
|
|
11727
11739
|
removeEnterpriseIdentityProvider?: Maybe<RemoveEnterpriseIdentityProviderPayload>;
|
|
11728
|
-
/**
|
|
11740
|
+
/** Completely removes a user from the enterprise */
|
|
11729
11741
|
removeEnterpriseMember?: Maybe<RemoveEnterpriseMemberPayload>;
|
|
11730
11742
|
/** Removes an organization from the enterprise */
|
|
11731
11743
|
removeEnterpriseOrganization?: Maybe<RemoveEnterpriseOrganizationPayload>;
|
|
@@ -20335,6 +20347,8 @@ export type PullRequestReview = Comment & Deletable & Minimizable & Node & React
|
|
|
20335
20347
|
viewerCanMinimize: Scalars['Boolean']['output'];
|
|
20336
20348
|
/** Can user react to this subject */
|
|
20337
20349
|
viewerCanReact: Scalars['Boolean']['output'];
|
|
20350
|
+
/** Check if the current viewer can unminimize this object. */
|
|
20351
|
+
viewerCanUnminimize: Scalars['Boolean']['output'];
|
|
20338
20352
|
/** Check if the current viewer can update this object. */
|
|
20339
20353
|
viewerCanUpdate: Scalars['Boolean']['output'];
|
|
20340
20354
|
/** Reasons why the current viewer can not update this comment. */
|
|
@@ -20474,6 +20488,8 @@ export type PullRequestReviewComment = Comment & Deletable & Minimizable & Node
|
|
|
20474
20488
|
viewerCanMinimize: Scalars['Boolean']['output'];
|
|
20475
20489
|
/** Can user react to this subject */
|
|
20476
20490
|
viewerCanReact: Scalars['Boolean']['output'];
|
|
20491
|
+
/** Check if the current viewer can unminimize this object. */
|
|
20492
|
+
viewerCanUnminimize: Scalars['Boolean']['output'];
|
|
20477
20493
|
/** Check if the current viewer can update this object. */
|
|
20478
20494
|
viewerCanUpdate: Scalars['Boolean']['output'];
|
|
20479
20495
|
/** Reasons why the current viewer can not update this comment. */
|
|
@@ -24447,6 +24463,8 @@ export type Repository = Node & PackageOwner & ProjectOwner & ProjectV2Recent &
|
|
|
24447
24463
|
* @deprecated Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
|
|
24448
24464
|
*/
|
|
24449
24465
|
viewerCanCreateProjects: Scalars['Boolean']['output'];
|
|
24466
|
+
/** Indicates whether the current user can see issue fields in this repository */
|
|
24467
|
+
viewerCanSeeIssueFields: Scalars['Boolean']['output'];
|
|
24450
24468
|
/** Check if the viewer is able to change their subscription status for the repository. */
|
|
24451
24469
|
viewerCanSubscribe: Scalars['Boolean']['output'];
|
|
24452
24470
|
/** Indicates whether the viewer can update the topics of this repository. */
|
|
@@ -25617,6 +25635,8 @@ export type RepositoryRulesetBypassActor = Node & {
|
|
|
25617
25635
|
export type RepositoryRulesetBypassActorBypassMode =
|
|
25618
25636
|
/** The actor can always bypass rules */
|
|
25619
25637
|
'ALWAYS'
|
|
25638
|
+
/** The actor is exempt from rules without generating a pass / fail result */
|
|
25639
|
+
| 'EXEMPT'
|
|
25620
25640
|
/** The actor can only bypass rules via a pull request */
|
|
25621
25641
|
| 'PULL_REQUEST';
|
|
25622
25642
|
/** The connection type for RepositoryRulesetBypassActor. */
|
|
@@ -27782,6 +27802,8 @@ export type SponsorsCountryOrRegionCode =
|
|
|
27782
27802
|
| 'SV'
|
|
27783
27803
|
/** Sint Maarten (Dutch part) */
|
|
27784
27804
|
| 'SX'
|
|
27805
|
+
/** Syria */
|
|
27806
|
+
| 'SY'
|
|
27785
27807
|
/** Swaziland */
|
|
27786
27808
|
| 'SZ'
|
|
27787
27809
|
/** Turks and Caicos Islands */
|
|
@@ -33191,7 +33213,7 @@ export type ViewerLoginQuery = {
|
|
|
33191
33213
|
};
|
|
33192
33214
|
};
|
|
33193
33215
|
export declare class TypedDocumentString<TResult, TVariables> extends String implements DocumentTypeDecoration<TResult, TVariables> {
|
|
33194
|
-
__apiType?: DocumentTypeDecoration<TResult, TVariables>['__apiType']
|
|
33216
|
+
__apiType?: NonNullable<DocumentTypeDecoration<TResult, TVariables>['__apiType']>;
|
|
33195
33217
|
private value;
|
|
33196
33218
|
__meta__?: Record<string, any> | undefined;
|
|
33197
33219
|
constructor(value: string, __meta__?: Record<string, any> | undefined);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typescript-github-action-template",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.35",
|
|
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",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"@0no-co/graphqlsp": "^1.12.12",
|
|
31
31
|
"@eslint/eslintrc": "^3.0.2",
|
|
32
32
|
"@eslint/js": "^9.2.0",
|
|
33
|
-
"@graphql-codegen/cli": "
|
|
33
|
+
"@graphql-codegen/cli": "6.0.0",
|
|
34
34
|
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
|
|
35
|
-
"@graphql-codegen/typescript": "
|
|
36
|
-
"@graphql-codegen/typescript-document-nodes": "
|
|
35
|
+
"@graphql-codegen/typescript": "5.0.0",
|
|
36
|
+
"@graphql-codegen/typescript-document-nodes": "5.0.0",
|
|
37
37
|
"@serverless-guru/prettier-plugin-import-order": "^0.4.2",
|
|
38
38
|
"@types/node": "^24.0.0",
|
|
39
39
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|