typescript-github-action-template 0.2.32 → 0.2.34

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.
@@ -1286,6 +1286,54 @@ export type Blob = GitObject & Node & {
1286
1286
  /** UTF8 text data or null if the Blob is binary */
1287
1287
  text?: Maybe<Scalars['String']['output']>;
1288
1288
  };
1289
+ /** Represents a 'blocked_by_added' event on a given issue. */
1290
+ export type BlockedByAddedEvent = Node & {
1291
+ __typename: 'BlockedByAddedEvent';
1292
+ /** Identifies the actor who performed the event. */
1293
+ actor?: Maybe<Actor>;
1294
+ /** The blocking issue that was added. */
1295
+ blockingIssue?: Maybe<Issue>;
1296
+ /** Identifies the date and time when the object was created. */
1297
+ createdAt: Scalars['DateTime']['output'];
1298
+ /** The Node ID of the BlockedByAddedEvent object */
1299
+ id: Scalars['ID']['output'];
1300
+ };
1301
+ /** Represents a 'blocked_by_removed' event on a given issue. */
1302
+ export type BlockedByRemovedEvent = Node & {
1303
+ __typename: 'BlockedByRemovedEvent';
1304
+ /** Identifies the actor who performed the event. */
1305
+ actor?: Maybe<Actor>;
1306
+ /** The blocking issue that was removed. */
1307
+ blockingIssue?: Maybe<Issue>;
1308
+ /** Identifies the date and time when the object was created. */
1309
+ createdAt: Scalars['DateTime']['output'];
1310
+ /** The Node ID of the BlockedByRemovedEvent object */
1311
+ id: Scalars['ID']['output'];
1312
+ };
1313
+ /** Represents a 'blocking_added' event on a given issue. */
1314
+ export type BlockingAddedEvent = Node & {
1315
+ __typename: 'BlockingAddedEvent';
1316
+ /** Identifies the actor who performed the event. */
1317
+ actor?: Maybe<Actor>;
1318
+ /** The blocked issue that was added. */
1319
+ blockedIssue?: Maybe<Issue>;
1320
+ /** Identifies the date and time when the object was created. */
1321
+ createdAt: Scalars['DateTime']['output'];
1322
+ /** The Node ID of the BlockingAddedEvent object */
1323
+ id: Scalars['ID']['output'];
1324
+ };
1325
+ /** Represents a 'blocking_removed' event on a given issue. */
1326
+ export type BlockingRemovedEvent = Node & {
1327
+ __typename: 'BlockingRemovedEvent';
1328
+ /** Identifies the actor who performed the event. */
1329
+ actor?: Maybe<Actor>;
1330
+ /** The blocked issue that was removed. */
1331
+ blockedIssue?: Maybe<Issue>;
1332
+ /** Identifies the date and time when the object was created. */
1333
+ createdAt: Scalars['DateTime']['output'];
1334
+ /** The Node ID of the BlockingRemovedEvent object */
1335
+ id: Scalars['ID']['output'];
1336
+ };
1289
1337
  /** A special type of user which takes actions on behalf of GitHub Apps. */
1290
1338
  export type Bot = Actor & Node & UniformResourceLocatable & {
1291
1339
  __typename: 'Bot';
@@ -8935,6 +8983,8 @@ export type Issue = Assignable & Closable & Comment & Deletable & Labelable & Lo
8935
8983
  viewerCanReact: Scalars['Boolean']['output'];
8936
8984
  /** Indicates if the object can be reopened by the viewer. */
8937
8985
  viewerCanReopen: Scalars['Boolean']['output'];
8986
+ /** Check if the current viewer can set fields on the issue. */
8987
+ viewerCanSetFields?: Maybe<Scalars['Boolean']['output']>;
8938
8988
  /** Check if the viewer is able to change their subscription status for the repository. */
8939
8989
  viewerCanSubscribe: Scalars['Boolean']['output'];
8940
8990
  /** Check if the current viewer can update this object. */
@@ -9435,7 +9485,7 @@ export type IssueTimelineItemEdge = {
9435
9485
  node?: Maybe<IssueTimelineItem>;
9436
9486
  };
9437
9487
  /** An item in an issue timeline */
9438
- export type IssueTimelineItems = AddedToProjectEvent | AssignedEvent | ClosedEvent | CommentDeletedEvent | ConnectedEvent | ConvertedNoteToIssueEvent | ConvertedToDiscussionEvent | CrossReferencedEvent | DemilestonedEvent | DisconnectedEvent | IssueComment | IssueTypeAddedEvent | IssueTypeChangedEvent | IssueTypeRemovedEvent | LabeledEvent | LockedEvent | MarkedAsDuplicateEvent | MentionedEvent | MilestonedEvent | MovedColumnsInProjectEvent | ParentIssueAddedEvent | ParentIssueRemovedEvent | PinnedEvent | ReferencedEvent | RemovedFromProjectEvent | RenamedTitleEvent | ReopenedEvent | SubIssueAddedEvent | SubIssueRemovedEvent | SubscribedEvent | TransferredEvent | UnassignedEvent | UnlabeledEvent | UnlockedEvent | UnmarkedAsDuplicateEvent | UnpinnedEvent | UnsubscribedEvent | UserBlockedEvent;
9488
+ export type IssueTimelineItems = AddedToProjectEvent | AssignedEvent | BlockedByAddedEvent | BlockedByRemovedEvent | BlockingAddedEvent | BlockingRemovedEvent | ClosedEvent | CommentDeletedEvent | ConnectedEvent | ConvertedNoteToIssueEvent | ConvertedToDiscussionEvent | CrossReferencedEvent | DemilestonedEvent | DisconnectedEvent | IssueComment | IssueTypeAddedEvent | IssueTypeChangedEvent | IssueTypeRemovedEvent | LabeledEvent | LockedEvent | MarkedAsDuplicateEvent | MentionedEvent | MilestonedEvent | MovedColumnsInProjectEvent | ParentIssueAddedEvent | ParentIssueRemovedEvent | PinnedEvent | ReferencedEvent | RemovedFromProjectEvent | RenamedTitleEvent | ReopenedEvent | SubIssueAddedEvent | SubIssueRemovedEvent | SubscribedEvent | TransferredEvent | UnassignedEvent | UnlabeledEvent | UnlockedEvent | UnmarkedAsDuplicateEvent | UnpinnedEvent | UnsubscribedEvent | UserBlockedEvent;
9439
9489
  /** The connection type for IssueTimelineItems. */
9440
9490
  export type IssueTimelineItemsConnection = {
9441
9491
  __typename: 'IssueTimelineItemsConnection';
@@ -20714,7 +20764,7 @@ export type PullRequestTimelineItemEdge = {
20714
20764
  node?: Maybe<PullRequestTimelineItem>;
20715
20765
  };
20716
20766
  /** An item in a pull request timeline */
20717
- export type PullRequestTimelineItems = AddedToMergeQueueEvent | AddedToProjectEvent | AssignedEvent | AutoMergeDisabledEvent | AutoMergeEnabledEvent | AutoRebaseEnabledEvent | AutoSquashEnabledEvent | AutomaticBaseChangeFailedEvent | AutomaticBaseChangeSucceededEvent | BaseRefChangedEvent | BaseRefDeletedEvent | BaseRefForcePushedEvent | ClosedEvent | CommentDeletedEvent | ConnectedEvent | ConvertToDraftEvent | ConvertedNoteToIssueEvent | ConvertedToDiscussionEvent | CrossReferencedEvent | DemilestonedEvent | DeployedEvent | DeploymentEnvironmentChangedEvent | DisconnectedEvent | HeadRefDeletedEvent | HeadRefForcePushedEvent | HeadRefRestoredEvent | IssueComment | IssueTypeAddedEvent | IssueTypeChangedEvent | IssueTypeRemovedEvent | LabeledEvent | LockedEvent | MarkedAsDuplicateEvent | MentionedEvent | MergedEvent | MilestonedEvent | MovedColumnsInProjectEvent | ParentIssueAddedEvent | ParentIssueRemovedEvent | PinnedEvent | PullRequestCommit | PullRequestCommitCommentThread | PullRequestReview | PullRequestReviewThread | PullRequestRevisionMarker | ReadyForReviewEvent | ReferencedEvent | RemovedFromMergeQueueEvent | RemovedFromProjectEvent | RenamedTitleEvent | ReopenedEvent | ReviewDismissedEvent | ReviewRequestRemovedEvent | ReviewRequestedEvent | SubIssueAddedEvent | SubIssueRemovedEvent | SubscribedEvent | TransferredEvent | UnassignedEvent | UnlabeledEvent | UnlockedEvent | UnmarkedAsDuplicateEvent | UnpinnedEvent | UnsubscribedEvent | UserBlockedEvent;
20767
+ export type PullRequestTimelineItems = AddedToMergeQueueEvent | AddedToProjectEvent | AssignedEvent | AutoMergeDisabledEvent | AutoMergeEnabledEvent | AutoRebaseEnabledEvent | AutoSquashEnabledEvent | AutomaticBaseChangeFailedEvent | AutomaticBaseChangeSucceededEvent | BaseRefChangedEvent | BaseRefDeletedEvent | BaseRefForcePushedEvent | BlockedByAddedEvent | BlockedByRemovedEvent | BlockingAddedEvent | BlockingRemovedEvent | ClosedEvent | CommentDeletedEvent | ConnectedEvent | ConvertToDraftEvent | ConvertedNoteToIssueEvent | ConvertedToDiscussionEvent | CrossReferencedEvent | DemilestonedEvent | DeployedEvent | DeploymentEnvironmentChangedEvent | DisconnectedEvent | HeadRefDeletedEvent | HeadRefForcePushedEvent | HeadRefRestoredEvent | IssueComment | IssueTypeAddedEvent | IssueTypeChangedEvent | IssueTypeRemovedEvent | LabeledEvent | LockedEvent | MarkedAsDuplicateEvent | MentionedEvent | MergedEvent | MilestonedEvent | MovedColumnsInProjectEvent | ParentIssueAddedEvent | ParentIssueRemovedEvent | PinnedEvent | PullRequestCommit | PullRequestCommitCommentThread | PullRequestReview | PullRequestReviewThread | PullRequestRevisionMarker | ReadyForReviewEvent | ReferencedEvent | RemovedFromMergeQueueEvent | RemovedFromProjectEvent | RenamedTitleEvent | ReopenedEvent | ReviewDismissedEvent | ReviewRequestRemovedEvent | ReviewRequestedEvent | SubIssueAddedEvent | SubIssueRemovedEvent | SubscribedEvent | TransferredEvent | UnassignedEvent | UnlabeledEvent | UnlockedEvent | UnmarkedAsDuplicateEvent | UnpinnedEvent | UnsubscribedEvent | UserBlockedEvent;
20718
20768
  /** The connection type for PullRequestTimelineItems. */
20719
20769
  export type PullRequestTimelineItemsConnection = {
20720
20770
  __typename: 'PullRequestTimelineItemsConnection';
@@ -24399,6 +24449,8 @@ export type Repository = Node & PackageOwner & ProjectOwner & ProjectV2Recent &
24399
24449
  * @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.
24400
24450
  */
24401
24451
  viewerCanCreateProjects: Scalars['Boolean']['output'];
24452
+ /** Indicates whether the current user can see issue fields in this repository */
24453
+ viewerCanSeeIssueFields: Scalars['Boolean']['output'];
24402
24454
  /** Check if the viewer is able to change their subscription status for the repository. */
24403
24455
  viewerCanSubscribe: Scalars['Boolean']['output'];
24404
24456
  /** Indicates whether the viewer can update the topics of this repository. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typescript-github-action-template",
3
- "version": "0.2.32",
3
+ "version": "0.2.34",
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",