@linear/sdk 19.2.0 → 19.3.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/dist/_generated_documents.d.ts +37 -33
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +89 -0
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +207 -92
- package/dist/index-cjs.js.map +1 -1
- package/dist/index-cjs.min.js +1 -1
- package/dist/index-cjs.min.js.br +0 -0
- package/dist/index-cjs.min.js.gz +0 -0
- package/dist/index-cjs.min.js.map +1 -1
- package/dist/index-es.js +207 -93
- package/dist/index-es.js.map +1 -1
- package/dist/index-es.min.js +1 -1
- package/dist/index-es.min.js.br +0 -0
- package/dist/index-es.min.js.gz +0 -0
- package/dist/index-es.min.js.map +1 -1
- package/dist/index-umd.js +208 -93
- package/dist/index-umd.js.map +1 -1
- package/dist/index-umd.min.js +1 -1
- package/dist/index-umd.min.js.br +0 -0
- package/dist/index-umd.min.js.gz +0 -0
- package/dist/index-umd.min.js.map +1 -1
- package/package.json +1 -1
@@ -6666,7 +6666,7 @@ export declare type Organization = Node & {
|
|
6666
6666
|
/** Whether SCIM provisioning is enabled for organization. */
|
6667
6667
|
scimEnabled: Scalars["Boolean"];
|
6668
6668
|
/** Which day count to use for SLA calculations. */
|
6669
|
-
slaDayCount:
|
6669
|
+
slaDayCount: SLADayCountType;
|
6670
6670
|
/** The organization's subscription to a paid plan. */
|
6671
6671
|
subscription?: Maybe<PaidSubscription>;
|
6672
6672
|
/** Teams associated with the organization. */
|
@@ -7002,7 +7002,7 @@ export declare type OrganizationUpdateInput = {
|
|
7002
7002
|
/** Whether the organization is using roadmap. */
|
7003
7003
|
roadmapEnabled?: Maybe<Scalars["Boolean"]>;
|
7004
7004
|
/** Which day count to use for SLA calculation. */
|
7005
|
-
slaDayCount?: Maybe<
|
7005
|
+
slaDayCount?: Maybe<SLADayCountType>;
|
7006
7006
|
/** Internal. Whether SLAs have been enabled for the organization. */
|
7007
7007
|
slaEnabled?: Maybe<Scalars["Boolean"]>;
|
7008
7008
|
/** The URL key of the organization. */
|
@@ -9362,7 +9362,7 @@ export declare type RoadmapUpdateInput = {
|
|
9362
9362
|
sortOrder?: Maybe<Scalars["Float"]>;
|
9363
9363
|
};
|
9364
9364
|
/** Which day count to use for SLA calculations. */
|
9365
|
-
export declare enum
|
9365
|
+
export declare enum SLADayCountType {
|
9366
9366
|
All = "all",
|
9367
9367
|
OnlyBusinessDays = "onlyBusinessDays"
|
9368
9368
|
}
|
@@ -11704,7 +11704,7 @@ export declare type EmojiFragment = {
|
|
11704
11704
|
};
|
11705
11705
|
export declare type CustomViewNotificationSubscriptionFragment = {
|
11706
11706
|
__typename: "CustomViewNotificationSubscription";
|
11707
|
-
} & Pick<CustomViewNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "notificationSubscriptionTypes" | "id" | "active"> & {
|
11707
|
+
} & Pick<CustomViewNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "notificationSubscriptionTypes" | "userContextViewType" | "contextViewType" | "id" | "active"> & {
|
11708
11708
|
cycle?: Maybe<{
|
11709
11709
|
__typename?: "Cycle";
|
11710
11710
|
} & Pick<Cycle, "id">>;
|
@@ -11745,7 +11745,7 @@ export declare type CustomViewFragment = {
|
|
11745
11745
|
};
|
11746
11746
|
export declare type CycleNotificationSubscriptionFragment = {
|
11747
11747
|
__typename: "CycleNotificationSubscription";
|
11748
|
-
} & Pick<CycleNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "notificationSubscriptionTypes" | "id" | "active"> & {
|
11748
|
+
} & Pick<CycleNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "notificationSubscriptionTypes" | "userContextViewType" | "contextViewType" | "id" | "active"> & {
|
11749
11749
|
customView?: Maybe<{
|
11750
11750
|
__typename?: "CustomView";
|
11751
11751
|
} & Pick<CustomView, "id">>;
|
@@ -11906,7 +11906,7 @@ export declare type DeletePayloadFragment = {
|
|
11906
11906
|
} & Pick<DeletePayload, "entityId" | "lastSyncId" | "success">;
|
11907
11907
|
export declare type LabelNotificationSubscriptionFragment = {
|
11908
11908
|
__typename: "LabelNotificationSubscription";
|
11909
|
-
} & Pick<LabelNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "notificationSubscriptionTypes" | "id" | "active"> & {
|
11909
|
+
} & Pick<LabelNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "notificationSubscriptionTypes" | "userContextViewType" | "contextViewType" | "id" | "active"> & {
|
11910
11910
|
customView?: Maybe<{
|
11911
11911
|
__typename?: "CustomView";
|
11912
11912
|
} & Pick<CustomView, "id">>;
|
@@ -11987,7 +11987,7 @@ declare type Notification_ProjectNotification_Fragment = {
|
|
11987
11987
|
export declare type NotificationFragment = Notification_IssueNotification_Fragment | Notification_OauthClientApprovalNotification_Fragment | Notification_ProjectNotification_Fragment;
|
11988
11988
|
export declare type ProjectNotificationSubscriptionFragment = {
|
11989
11989
|
__typename: "ProjectNotificationSubscription";
|
11990
|
-
} & Pick<ProjectNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "notificationSubscriptionTypes" | "id" | "active"> & {
|
11990
|
+
} & Pick<ProjectNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "notificationSubscriptionTypes" | "userContextViewType" | "contextViewType" | "id" | "active"> & {
|
11991
11991
|
customView?: Maybe<{
|
11992
11992
|
__typename?: "CustomView";
|
11993
11993
|
} & Pick<CustomView, "id">>;
|
@@ -12173,7 +12173,7 @@ export declare type WorkflowStateFragment = {
|
|
12173
12173
|
};
|
12174
12174
|
export declare type TeamNotificationSubscriptionFragment = {
|
12175
12175
|
__typename: "TeamNotificationSubscription";
|
12176
|
-
} & Pick<TeamNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "notificationSubscriptionTypes" | "id" | "active"> & {
|
12176
|
+
} & Pick<TeamNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "notificationSubscriptionTypes" | "userContextViewType" | "contextViewType" | "id" | "active"> & {
|
12177
12177
|
customView?: Maybe<{
|
12178
12178
|
__typename?: "CustomView";
|
12179
12179
|
} & Pick<CustomView, "id">>;
|
@@ -12198,7 +12198,7 @@ export declare type TeamNotificationSubscriptionFragment = {
|
|
12198
12198
|
};
|
12199
12199
|
export declare type TriageResponsibilityFragment = {
|
12200
12200
|
__typename: "TriageResponsibility";
|
12201
|
-
} & Pick<TriageResponsibility, "updatedAt" | "archivedAt" | "createdAt" | "id"> & {
|
12201
|
+
} & Pick<TriageResponsibility, "action" | "updatedAt" | "archivedAt" | "createdAt" | "id"> & {
|
12202
12202
|
manualSelection?: Maybe<{
|
12203
12203
|
__typename?: "TriageResponsibilityManualSelection";
|
12204
12204
|
} & TriageResponsibilityManualSelectionFragment>;
|
@@ -12237,7 +12237,7 @@ export declare type TimeScheduleFragment = {
|
|
12237
12237
|
};
|
12238
12238
|
export declare type GitAutomationStateFragment = {
|
12239
12239
|
__typename: "GitAutomationState";
|
12240
|
-
} & Pick<GitAutomationState, "updatedAt" | "archivedAt" | "createdAt" | "id" | "branchPattern"> & {
|
12240
|
+
} & Pick<GitAutomationState, "event" | "updatedAt" | "archivedAt" | "createdAt" | "id" | "branchPattern"> & {
|
12241
12241
|
state?: Maybe<{
|
12242
12242
|
__typename?: "WorkflowState";
|
12243
12243
|
} & Pick<WorkflowState, "id">>;
|
@@ -12250,7 +12250,7 @@ export declare type GitAutomationStateFragment = {
|
|
12250
12250
|
};
|
12251
12251
|
export declare type ProjectUpdateFragment = {
|
12252
12252
|
__typename: "ProjectUpdate";
|
12253
|
-
} & Pick<ProjectUpdate, "url" | "diffMarkdown" | "diff" | "updatedAt" | "archivedAt" | "createdAt" | "editedAt" | "id" | "body" | "isDiffHidden"> & {
|
12253
|
+
} & Pick<ProjectUpdate, "url" | "diffMarkdown" | "diff" | "health" | "updatedAt" | "archivedAt" | "createdAt" | "editedAt" | "id" | "body" | "isDiffHidden"> & {
|
12254
12254
|
project: {
|
12255
12255
|
__typename?: "Project";
|
12256
12256
|
} & Pick<Project, "id">;
|
@@ -12263,7 +12263,7 @@ export declare type UserAccountFragment = {
|
|
12263
12263
|
} & Pick<UserAccount, "service" | "id" | "archivedAt" | "createdAt" | "updatedAt" | "email" | "name" | "authTokenLinkDisabled">;
|
12264
12264
|
export declare type UserNotificationSubscriptionFragment = {
|
12265
12265
|
__typename: "UserNotificationSubscription";
|
12266
|
-
} & Pick<UserNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "notificationSubscriptionTypes" | "id" | "active"> & {
|
12266
|
+
} & Pick<UserNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "notificationSubscriptionTypes" | "userContextViewType" | "contextViewType" | "id" | "active"> & {
|
12267
12267
|
customView?: Maybe<{
|
12268
12268
|
__typename?: "CustomView";
|
12269
12269
|
} & Pick<CustomView, "id">>;
|
@@ -12366,7 +12366,7 @@ export declare type AuthOrganizationInviteFragment = {
|
|
12366
12366
|
} & Pick<AuthOrganizationInvite, "expiresAt" | "id">;
|
12367
12367
|
export declare type OrganizationInviteFragment = {
|
12368
12368
|
__typename: "OrganizationInvite";
|
12369
|
-
} & Pick<OrganizationInvite, "metadata" | "external" | "email" | "updatedAt" | "archivedAt" | "createdAt" | "acceptedAt" | "expiresAt" | "id"> & {
|
12369
|
+
} & Pick<OrganizationInvite, "metadata" | "external" | "email" | "updatedAt" | "archivedAt" | "createdAt" | "acceptedAt" | "expiresAt" | "id" | "role"> & {
|
12370
12370
|
inviter: {
|
12371
12371
|
__typename?: "User";
|
12372
12372
|
} & Pick<User, "id">;
|
@@ -12414,7 +12414,7 @@ export declare type IssueNotificationFragment = {
|
|
12414
12414
|
};
|
12415
12415
|
export declare type IssueFragment = {
|
12416
12416
|
__typename: "Issue";
|
12417
|
-
} & Pick<Issue, "trashed" | "labelIds" | "url" | "identifier" | "priorityLabel" | "previousIdentifiers" | "customerTicketCount" | "branchName" | "dueDate" | "estimate" | "description" | "title" | "number" | "updatedAt" | "boardOrder" | "sortOrder" | "subIssueSortOrder" | "priority" | "archivedAt" | "createdAt" | "startedTriageAt" | "triagedAt" | "autoArchivedAt" | "autoClosedAt" | "canceledAt" | "completedAt" | "startedAt" | "snoozedUntilAt" | "id"> & {
|
12417
|
+
} & Pick<Issue, "trashed" | "labelIds" | "integrationSourceType" | "url" | "identifier" | "priorityLabel" | "previousIdentifiers" | "customerTicketCount" | "branchName" | "dueDate" | "estimate" | "description" | "title" | "number" | "updatedAt" | "boardOrder" | "sortOrder" | "subIssueSortOrder" | "priority" | "archivedAt" | "createdAt" | "startedTriageAt" | "triagedAt" | "autoArchivedAt" | "autoClosedAt" | "canceledAt" | "completedAt" | "startedAt" | "snoozedUntilAt" | "id"> & {
|
12418
12418
|
botActor?: Maybe<{
|
12419
12419
|
__typename?: "ActorBot";
|
12420
12420
|
} & ActorBotFragment>;
|
@@ -12479,14 +12479,14 @@ export declare type OauthClientApprovalNotificationFragment = {
|
|
12479
12479
|
};
|
12480
12480
|
export declare type OrganizationFragment = {
|
12481
12481
|
__typename: "Organization";
|
12482
|
-
} & Pick<Organization, "allowedAuthServices" | "gitBranchFormat" | "userCount" | "createdIssueCount" | "previousUrlKeys" | "periodUploadVolume" | "projectUpdateRemindersHour" | "updatedAt" | "fiscalYearStartMonth" | "logoUrl" | "name" | "urlKey" | "deletionRequestedAt" | "archivedAt" | "createdAt" | "trialEndsAt" | "id" | "samlEnabled" | "scimEnabled" | "allowMembersToInvite" | "gitLinkbackMessagesEnabled" | "gitPublicLinkbackMessagesEnabled" | "roadmapEnabled"> & {
|
12482
|
+
} & Pick<Organization, "allowedAuthServices" | "gitBranchFormat" | "userCount" | "createdIssueCount" | "previousUrlKeys" | "periodUploadVolume" | "projectUpdateRemindersDay" | "releaseChannel" | "projectUpdatesReminderFrequency" | "projectUpdateRemindersHour" | "updatedAt" | "fiscalYearStartMonth" | "logoUrl" | "name" | "urlKey" | "deletionRequestedAt" | "archivedAt" | "createdAt" | "trialEndsAt" | "id" | "samlEnabled" | "scimEnabled" | "allowMembersToInvite" | "gitLinkbackMessagesEnabled" | "gitPublicLinkbackMessagesEnabled" | "roadmapEnabled" | "slaDayCount"> & {
|
12483
12483
|
subscription?: Maybe<{
|
12484
12484
|
__typename?: "PaidSubscription";
|
12485
12485
|
} & PaidSubscriptionFragment>;
|
12486
12486
|
};
|
12487
12487
|
export declare type AuthOrganizationFragment = {
|
12488
12488
|
__typename: "AuthOrganization";
|
12489
|
-
} & Pick<AuthOrganization, "allowedAuthServices" | "previousUrlKeys" | "serviceId" | "logoUrl" | "name" | "urlKey" | "region" | "deletionRequestedAt" | "id" | "samlEnabled" | "scimEnabled" | "userCount">;
|
12489
|
+
} & Pick<AuthOrganization, "allowedAuthServices" | "previousUrlKeys" | "serviceId" | "releaseChannel" | "logoUrl" | "name" | "urlKey" | "region" | "deletionRequestedAt" | "id" | "samlEnabled" | "scimEnabled" | "userCount">;
|
12490
12490
|
export declare type TeamFragment = {
|
12491
12491
|
__typename: "Team";
|
12492
12492
|
} & Pick<Team, "cycleIssueAutoAssignCompleted" | "cycleLockToActive" | "cycleIssueAutoAssignStarted" | "cycleCalenderUrl" | "upcomingCycleCount" | "issueCount" | "autoArchivePeriod" | "autoClosePeriod" | "autoCloseStateId" | "cycleCooldownTime" | "cycleStartDay" | "cycleDuration" | "icon" | "defaultTemplateForMembersId" | "defaultTemplateForNonMembersId" | "issueEstimationType" | "updatedAt" | "color" | "description" | "name" | "key" | "archivedAt" | "createdAt" | "timezone" | "id" | "inviteHash" | "defaultIssueEstimate" | "setIssueSortOrderOnStateChange" | "requirePriorityToLeaveTriage" | "issueOrderingNoPriorityFirst" | "private" | "cyclesEnabled" | "issueEstimationExtended" | "issueEstimationAllowZero" | "groupIssueHistory" | "slackIssueComments" | "slackNewIssue" | "slackIssueStatuses" | "triageEnabled" | "issueSortOrderDefaultToBottom"> & {
|
@@ -12541,7 +12541,7 @@ export declare type AuthOauthClientWithMembershipsFragment = {
|
|
12541
12541
|
} & Pick<AuthOauthClientWithMemberships, "name" | "imageUrl" | "appId" | "clientId" | "scope" | "webhookUrl" | "totalMembers">;
|
12542
12542
|
export declare type AuthenticationSessionResponseFragment = {
|
12543
12543
|
__typename: "AuthenticationSessionResponse";
|
12544
|
-
} & Pick<AuthenticationSessionResponse, "client" | "countryCodes" | "createdAt" | "updatedAt" | "location" | "ip" | "isCurrentSession" | "locationCity" | "locationCountryCode" | "locationCountry" | "name" | "operatingSystem" | "userAgent" | "browserType" | "lastActiveAt" | "id">;
|
12544
|
+
} & Pick<AuthenticationSessionResponse, "client" | "countryCodes" | "createdAt" | "updatedAt" | "location" | "ip" | "isCurrentSession" | "locationCity" | "locationCountryCode" | "locationCountry" | "name" | "operatingSystem" | "userAgent" | "type" | "browserType" | "lastActiveAt" | "id">;
|
12545
12545
|
export declare type ArchiveResponseFragment = {
|
12546
12546
|
__typename: "ArchiveResponse";
|
12547
12547
|
} & Pick<ArchiveResponse, "archive" | "totalCount" | "databaseVersion" | "includesDependencies">;
|
@@ -12557,7 +12557,7 @@ export declare type TeamMembershipFragment = {
|
|
12557
12557
|
};
|
12558
12558
|
export declare type OrganizationDomainFragment = {
|
12559
12559
|
__typename: "OrganizationDomain";
|
12560
|
-
} & Pick<OrganizationDomain, "name" | "verificationEmail" | "verified" | "updatedAt" | "archivedAt" | "createdAt" | "id" | "claimed"> & {
|
12560
|
+
} & Pick<OrganizationDomain, "name" | "verificationEmail" | "verified" | "updatedAt" | "archivedAt" | "createdAt" | "id" | "authType" | "claimed"> & {
|
12561
12561
|
creator?: Maybe<{
|
12562
12562
|
__typename?: "User";
|
12563
12563
|
} & Pick<User, "id">>;
|
@@ -12677,7 +12677,7 @@ export declare type GitLabSettingsFragment = {
|
|
12677
12677
|
} & Pick<GitLabSettings, "expiresAt" | "url" | "readonly">;
|
12678
12678
|
declare type NotificationSubscription_CustomViewNotificationSubscription_Fragment = {
|
12679
12679
|
__typename: "CustomViewNotificationSubscription";
|
12680
|
-
} & Pick<CustomViewNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "id" | "active"> & {
|
12680
|
+
} & Pick<CustomViewNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "userContextViewType" | "contextViewType" | "id" | "active"> & {
|
12681
12681
|
customView: {
|
12682
12682
|
__typename?: "CustomView";
|
12683
12683
|
} & Pick<CustomView, "id">;
|
@@ -12702,7 +12702,7 @@ declare type NotificationSubscription_CustomViewNotificationSubscription_Fragmen
|
|
12702
12702
|
};
|
12703
12703
|
declare type NotificationSubscription_CycleNotificationSubscription_Fragment = {
|
12704
12704
|
__typename: "CycleNotificationSubscription";
|
12705
|
-
} & Pick<CycleNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "id" | "active"> & {
|
12705
|
+
} & Pick<CycleNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "userContextViewType" | "contextViewType" | "id" | "active"> & {
|
12706
12706
|
customView?: Maybe<{
|
12707
12707
|
__typename?: "CustomView";
|
12708
12708
|
} & Pick<CustomView, "id">>;
|
@@ -12727,7 +12727,7 @@ declare type NotificationSubscription_CycleNotificationSubscription_Fragment = {
|
|
12727
12727
|
};
|
12728
12728
|
declare type NotificationSubscription_LabelNotificationSubscription_Fragment = {
|
12729
12729
|
__typename: "LabelNotificationSubscription";
|
12730
|
-
} & Pick<LabelNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "id" | "active"> & {
|
12730
|
+
} & Pick<LabelNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "userContextViewType" | "contextViewType" | "id" | "active"> & {
|
12731
12731
|
customView?: Maybe<{
|
12732
12732
|
__typename?: "CustomView";
|
12733
12733
|
} & Pick<CustomView, "id">>;
|
@@ -12752,7 +12752,7 @@ declare type NotificationSubscription_LabelNotificationSubscription_Fragment = {
|
|
12752
12752
|
};
|
12753
12753
|
declare type NotificationSubscription_ProjectNotificationSubscription_Fragment = {
|
12754
12754
|
__typename: "ProjectNotificationSubscription";
|
12755
|
-
} & Pick<ProjectNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "id" | "active"> & {
|
12755
|
+
} & Pick<ProjectNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "userContextViewType" | "contextViewType" | "id" | "active"> & {
|
12756
12756
|
customView?: Maybe<{
|
12757
12757
|
__typename?: "CustomView";
|
12758
12758
|
} & Pick<CustomView, "id">>;
|
@@ -12777,7 +12777,7 @@ declare type NotificationSubscription_ProjectNotificationSubscription_Fragment =
|
|
12777
12777
|
};
|
12778
12778
|
declare type NotificationSubscription_TeamNotificationSubscription_Fragment = {
|
12779
12779
|
__typename: "TeamNotificationSubscription";
|
12780
|
-
} & Pick<TeamNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "id" | "active"> & {
|
12780
|
+
} & Pick<TeamNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "userContextViewType" | "contextViewType" | "id" | "active"> & {
|
12781
12781
|
customView?: Maybe<{
|
12782
12782
|
__typename?: "CustomView";
|
12783
12783
|
} & Pick<CustomView, "id">>;
|
@@ -12802,7 +12802,7 @@ declare type NotificationSubscription_TeamNotificationSubscription_Fragment = {
|
|
12802
12802
|
};
|
12803
12803
|
declare type NotificationSubscription_UserNotificationSubscription_Fragment = {
|
12804
12804
|
__typename: "UserNotificationSubscription";
|
12805
|
-
} & Pick<UserNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "id" | "active"> & {
|
12805
|
+
} & Pick<UserNotificationSubscription, "updatedAt" | "archivedAt" | "createdAt" | "userContextViewType" | "contextViewType" | "id" | "active"> & {
|
12806
12806
|
customView?: Maybe<{
|
12807
12807
|
__typename?: "CustomView";
|
12808
12808
|
} & Pick<CustomView, "id">>;
|
@@ -12874,7 +12874,7 @@ export declare type GithubRepoFragment = {
|
|
12874
12874
|
} & Pick<GithubRepo, "id" | "name">;
|
12875
12875
|
export declare type OauthClientApprovalFragment = {
|
12876
12876
|
__typename: "OauthClientApproval";
|
12877
|
-
} & Pick<OauthClientApproval, "updatedAt" | "requesterId" | "responderId" | "requestReason" | "denyReason" | "scopes" | "archivedAt" | "createdAt" | "id" | "oauthClientId">;
|
12877
|
+
} & Pick<OauthClientApproval, "updatedAt" | "requesterId" | "responderId" | "requestReason" | "denyReason" | "scopes" | "status" | "archivedAt" | "createdAt" | "id" | "oauthClientId">;
|
12878
12878
|
export declare type SentrySettingsFragment = {
|
12879
12879
|
__typename: "SentrySettings";
|
12880
12880
|
} & Pick<SentrySettings, "organizationSlug">;
|
@@ -12886,14 +12886,14 @@ export declare type SharedSlackSettingsFragment = {
|
|
12886
12886
|
} & Pick<SharedSlackSettings, "enterpriseName" | "teamId" | "teamName" | "shouldUnfurl">;
|
12887
12887
|
export declare type SlackAsksSettingsFragment = {
|
12888
12888
|
__typename: "SlackAsksSettings";
|
12889
|
-
} & Pick<SlackAsksSettings, "enterpriseName" | "teamId" | "teamName" | "shouldUnfurl"> & {
|
12889
|
+
} & Pick<SlackAsksSettings, "enterpriseName" | "teamId" | "teamName" | "canAdministrate" | "shouldUnfurl"> & {
|
12890
12890
|
slackChannelMapping?: Maybe<Array<{
|
12891
12891
|
__typename?: "SlackChannelNameMapping";
|
12892
12892
|
} & SlackChannelNameMappingFragment>>;
|
12893
12893
|
};
|
12894
12894
|
export declare type SlackPostSettingsFragment = {
|
12895
12895
|
__typename: "SlackPostSettings";
|
12896
|
-
} & Pick<SlackPostSettings, "channel" | "channelId" | "configurationUrl">;
|
12896
|
+
} & Pick<SlackPostSettings, "channel" | "channelId" | "channelType" | "configurationUrl">;
|
12897
12897
|
export declare type IntegrationsSettingsFragment = {
|
12898
12898
|
__typename: "IntegrationsSettings";
|
12899
12899
|
} & Pick<IntegrationsSettings, "updatedAt" | "archivedAt" | "createdAt" | "id" | "slackIssueNewComment" | "slackIssueAddedToTriage" | "slackIssueCreated" | "slackProjectUpdateCreated" | "slackIssueSlaHighRisk" | "slackIssueSlaBreached" | "slackIssueStatusChangedDone" | "slackIssueStatusChangedAll" | "slackProjectUpdateCreatedToTeam" | "slackProjectUpdateCreatedToWorkspace"> & {
|
@@ -12984,10 +12984,10 @@ export declare type SlackAsksTeamSettingsFragment = {
|
|
12984
12984
|
} & Pick<SlackAsksTeamSettings, "id" | "hasDefaultAsk">;
|
12985
12985
|
export declare type AuthenticationSessionFragment = {
|
12986
12986
|
__typename: "AuthenticationSession";
|
12987
|
-
} & Pick<AuthenticationSession, "client" | "countryCodes" | "createdAt" | "updatedAt" | "location" | "ip" | "locationCity" | "locationCountryCode" | "locationCountry" | "name" | "operatingSystem" | "userAgent" | "browserType" | "lastActiveAt" | "id">;
|
12987
|
+
} & Pick<AuthenticationSession, "client" | "countryCodes" | "createdAt" | "updatedAt" | "location" | "ip" | "locationCity" | "locationCountryCode" | "locationCountry" | "name" | "operatingSystem" | "userAgent" | "type" | "browserType" | "lastActiveAt" | "id">;
|
12988
12988
|
export declare type FavoriteFragment = {
|
12989
12989
|
__typename: "Favorite";
|
12990
|
-
} & Pick<Favorite, "updatedAt" | "folderName" | "sortOrder" | "archivedAt" | "createdAt" | "predefinedViewType" | "type" | "id"> & {
|
12990
|
+
} & Pick<Favorite, "updatedAt" | "folderName" | "sortOrder" | "projectTab" | "archivedAt" | "createdAt" | "predefinedViewType" | "type" | "id"> & {
|
12991
12991
|
customView?: Maybe<{
|
12992
12992
|
__typename?: "CustomView";
|
12993
12993
|
} & Pick<CustomView, "id">>;
|
@@ -13126,7 +13126,7 @@ export declare type AuthOauthClientWithTokensFragment = {
|
|
13126
13126
|
};
|
13127
13127
|
export declare type AuthOrganizationDomainFragment = {
|
13128
13128
|
__typename: "AuthOrganizationDomain";
|
13129
|
-
} & Pick<AuthOrganizationDomain, "id" | "claimed" | "name" | "organizationId" | "verified">;
|
13129
|
+
} & Pick<AuthOrganizationDomain, "id" | "authType" | "claimed" | "name" | "organizationId" | "verified">;
|
13130
13130
|
export declare type AuthResolverResponseFragment = {
|
13131
13131
|
__typename: "AuthResolverResponse";
|
13132
13132
|
} & Pick<AuthResolverResponse, "token" | "email" | "lastUsedOrganizationId" | "allowDomainAccess" | "id"> & {
|
@@ -13552,7 +13552,7 @@ export declare type IssueSearchPayloadFragment = {
|
|
13552
13552
|
};
|
13553
13553
|
export declare type IssueSearchResultFragment = {
|
13554
13554
|
__typename: "IssueSearchResult";
|
13555
|
-
} & Pick<IssueSearchResult, "trashed" | "labelIds" | "url" | "identifier" | "priorityLabel" | "metadata" | "previousIdentifiers" | "customerTicketCount" | "branchName" | "dueDate" | "estimate" | "description" | "title" | "number" | "updatedAt" | "boardOrder" | "sortOrder" | "subIssueSortOrder" | "priority" | "archivedAt" | "createdAt" | "startedTriageAt" | "triagedAt" | "autoArchivedAt" | "autoClosedAt" | "canceledAt" | "completedAt" | "startedAt" | "snoozedUntilAt" | "id"> & {
|
13555
|
+
} & Pick<IssueSearchResult, "trashed" | "labelIds" | "integrationSourceType" | "url" | "identifier" | "priorityLabel" | "metadata" | "previousIdentifiers" | "customerTicketCount" | "branchName" | "dueDate" | "estimate" | "description" | "title" | "number" | "updatedAt" | "boardOrder" | "sortOrder" | "subIssueSortOrder" | "priority" | "archivedAt" | "createdAt" | "startedTriageAt" | "triagedAt" | "autoArchivedAt" | "autoClosedAt" | "canceledAt" | "completedAt" | "startedAt" | "snoozedUntilAt" | "id"> & {
|
13556
13556
|
botActor?: Maybe<{
|
13557
13557
|
__typename?: "ActorBot";
|
13558
13558
|
} & ActorBotFragment>;
|
@@ -13907,6 +13907,9 @@ export declare type OauthTokenFragment = {
|
|
13907
13907
|
__typename?: "AuthOauthClient";
|
13908
13908
|
} & AuthOauthClientFragment;
|
13909
13909
|
};
|
13910
|
+
export declare type OrganizationAcceptedOrExpiredInviteDetailsPayloadFragment = {
|
13911
|
+
__typename: "OrganizationAcceptedOrExpiredInviteDetailsPayload";
|
13912
|
+
} & Pick<OrganizationAcceptedOrExpiredInviteDetailsPayload, "status">;
|
13910
13913
|
export declare type OrganizationCancelDeletePayloadFragment = {
|
13911
13914
|
__typename: "OrganizationCancelDeletePayload";
|
13912
13915
|
} & Pick<OrganizationCancelDeletePayload, "success">;
|
@@ -13928,7 +13931,7 @@ export declare type OrganizationInviteConnectionFragment = {
|
|
13928
13931
|
};
|
13929
13932
|
export declare type OrganizationInviteFullDetailsPayloadFragment = {
|
13930
13933
|
__typename: "OrganizationInviteFullDetailsPayload";
|
13931
|
-
} & Pick<OrganizationInviteFullDetailsPayload, "allowedAuthServices" | "organizationId" | "organizationName" | "email" | "inviter" | "organizationLogoUrl" | "createdAt" | "accepted" | "expired">;
|
13934
|
+
} & Pick<OrganizationInviteFullDetailsPayload, "allowedAuthServices" | "organizationId" | "organizationName" | "email" | "inviter" | "status" | "organizationLogoUrl" | "role" | "createdAt" | "accepted" | "expired">;
|
13932
13935
|
export declare type OrganizationInviteLinkDetailsPayloadFragment = {
|
13933
13936
|
__typename: "OrganizationInviteLinkDetailsPayload";
|
13934
13937
|
} & Pick<OrganizationInviteLinkDetailsPayload, "allowedAuthServices" | "organizationId" | "organizationName" | "organizationRegion" | "organizationUrlKey" | "organizationLogoUrl">;
|
@@ -14370,7 +14373,7 @@ export declare type WorkflowCronJobDefinitionConnectionFragment = {
|
|
14370
14373
|
};
|
14371
14374
|
export declare type WorkflowDefinitionFragment = {
|
14372
14375
|
__typename: "WorkflowDefinition";
|
14373
|
-
} & Pick<WorkflowDefinition, "activities" | "conditions" | "description" | "updatedAt" | "groupName" | "name" | "sortOrder" | "archivedAt" | "createdAt" | "id" | "enabled"> & {
|
14376
|
+
} & Pick<WorkflowDefinition, "activities" | "conditions" | "description" | "updatedAt" | "groupName" | "name" | "triggerType" | "sortOrder" | "archivedAt" | "createdAt" | "trigger" | "type" | "userContextViewType" | "contextViewType" | "id" | "enabled"> & {
|
14374
14377
|
customView?: Maybe<{
|
14375
14378
|
__typename?: "CustomView";
|
14376
14379
|
} & Pick<CustomView, "id">>;
|
@@ -19459,6 +19462,7 @@ export declare const NotificationSubscriptionConnectionFragmentDoc: DocumentNode
|
|
19459
19462
|
export declare const NotificationSubscriptionPayloadFragmentDoc: DocumentNode<NotificationSubscriptionPayloadFragment, unknown>;
|
19460
19463
|
export declare const OauthClientFragmentDoc: DocumentNode<OauthClientFragment, unknown>;
|
19461
19464
|
export declare const OauthClientConnectionFragmentDoc: DocumentNode<OauthClientConnectionFragment, unknown>;
|
19465
|
+
export declare const OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc: DocumentNode<OrganizationAcceptedOrExpiredInviteDetailsPayloadFragment, unknown>;
|
19462
19466
|
export declare const OrganizationCancelDeletePayloadFragmentDoc: DocumentNode<OrganizationCancelDeletePayloadFragment, unknown>;
|
19463
19467
|
export declare const OrganizationDeletePayloadFragmentDoc: DocumentNode<OrganizationDeletePayloadFragment, unknown>;
|
19464
19468
|
export declare const OrganizationExistsPayloadFragmentDoc: DocumentNode<OrganizationExistsPayloadFragment, unknown>;
|