@linear/sdk 17.0.1 → 18.1.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.
@@ -397,6 +397,20 @@ export declare type AuthApiKeyPayload = {
397
397
  /** Whether the operation was successful. */
398
398
  success: Scalars["Boolean"];
399
399
  };
400
+ /** An email address that can be used for submitting issues. */
401
+ export declare type AuthEmailIntakeAddress = {
402
+ __typename?: "AuthEmailIntakeAddress";
403
+ /** Unique email address user name (before @) used for incoming email. */
404
+ address: Scalars["String"];
405
+ /** The auth user who created the email intake address. */
406
+ creator?: Maybe<AuthUser>;
407
+ /** Whether the email address is enabled. */
408
+ enabled: Scalars["Boolean"];
409
+ /** The unique identifier of the entity. */
410
+ id: Scalars["ID"];
411
+ /** The auth organization that the email address is associated with. */
412
+ organization: AuthOrganization;
413
+ };
400
414
  export declare type AuthIntegration = {
401
415
  __typename?: "AuthIntegration";
402
416
  /** The unique identifier of the entity. */
@@ -498,6 +512,8 @@ export declare type AuthOrganization = {
498
512
  name: Scalars["String"];
499
513
  /** Previously used URL keys for the organization (last 3 are kept and redirected). */
500
514
  previousUrlKeys: Array<Scalars["String"]>;
515
+ /** The region the organization is hosted in. */
516
+ region: Scalars["String"];
501
517
  /** The feature release channel the organization belongs to. */
502
518
  releaseChannel: ReleaseChannel;
503
519
  /** Whether SAML authentication is enabled for organization. */
@@ -1294,6 +1310,8 @@ export declare type CycleFilter = {
1294
1310
  isActive?: Maybe<BooleanComparator>;
1295
1311
  /** Comparator for the filtering future cycles. */
1296
1312
  isFuture?: Maybe<BooleanComparator>;
1313
+ /** Comparator for filtering for whether the cycle is currently in cooldown. */
1314
+ isInCooldown?: Maybe<BooleanComparator>;
1297
1315
  /** Comparator for the filtering next cycle. */
1298
1316
  isNext?: Maybe<BooleanComparator>;
1299
1317
  /** Comparator for the filtering past cycles. */
@@ -1371,6 +1389,8 @@ export declare type CycleShiftAllInput = {
1371
1389
  };
1372
1390
  /** Issue cycle sorting options. */
1373
1391
  export declare type CycleSort = {
1392
+ /** When set to true, cycles wil be ordered with a custom order. Current cycle comes first, followed by upcoming cycles in ASC order, followed by previous cycles in DESC order. */
1393
+ currentCycleFirst?: Maybe<Scalars["Boolean"]>;
1374
1394
  /** Whether nulls should be sorted first or last */
1375
1395
  nulls?: Maybe<PaginationNulls>;
1376
1396
  /** The order for the individual sort */
@@ -1458,6 +1478,8 @@ export declare type Document = Node & {
1458
1478
  createdAt: Scalars["DateTime"];
1459
1479
  /** The user who created the document. */
1460
1480
  creator: User;
1481
+ /** The time at which the document was hidden. Null if the entity has not been hidden. */
1482
+ hiddenAt?: Maybe<Scalars["DateTime"]>;
1461
1483
  /** The icon of the document. */
1462
1484
  icon?: Maybe<Scalars["String"]>;
1463
1485
  /** The unique identifier of the entity. */
@@ -1691,6 +1713,8 @@ export declare type DocumentSearchResult = Node & {
1691
1713
  createdAt: Scalars["DateTime"];
1692
1714
  /** The user who created the document. */
1693
1715
  creator: User;
1716
+ /** The time at which the document was hidden. Null if the entity has not been hidden. */
1717
+ hiddenAt?: Maybe<Scalars["DateTime"]>;
1694
1718
  /** The icon of the document. */
1695
1719
  icon?: Maybe<Scalars["String"]>;
1696
1720
  /** The unique identifier of the entity. */
@@ -1735,6 +1759,8 @@ export declare type DocumentUpdateInput = {
1735
1759
  content?: Maybe<Scalars["String"]>;
1736
1760
  /** [Internal] The document content as a Prosemirror document. */
1737
1761
  contentData?: Maybe<Scalars["JSONObject"]>;
1762
+ /** The time at which the document was hidden. */
1763
+ hiddenAt?: Maybe<Scalars["DateTime"]>;
1738
1764
  /** The icon of the document. */
1739
1765
  icon?: Maybe<Scalars["String"]>;
1740
1766
  /** The ID of the last template applied to the document. */
@@ -3094,6 +3120,8 @@ export declare type Issue = Node & {
3094
3120
  snoozedUntilAt?: Maybe<Scalars["DateTime"]>;
3095
3121
  /** The order of the item in relation to other items in the organization. */
3096
3122
  sortOrder: Scalars["Float"];
3123
+ /** The comment that this issue was created from. */
3124
+ sourceComment?: Maybe<Comment>;
3097
3125
  /** The time at which the issue was moved into started state. */
3098
3126
  startedAt?: Maybe<Scalars["DateTime"]>;
3099
3127
  /** The time at which the issue entered triage. */
@@ -3356,6 +3384,8 @@ export declare type IssueCreateInput = {
3356
3384
  slaBreachesAt?: Maybe<Scalars["DateTime"]>;
3357
3385
  /** The position of the issue related to other issues. */
3358
3386
  sortOrder?: Maybe<Scalars["Float"]>;
3387
+ /** The comment the issue is created from. */
3388
+ sourceCommentId?: Maybe<Scalars["String"]>;
3359
3389
  /** The team state of the issue. */
3360
3390
  stateId?: Maybe<Scalars["String"]>;
3361
3391
  /** The position of the issue in parent's sub-issue list. */
@@ -4110,6 +4140,8 @@ export declare type IssueSearchResult = Node & {
4110
4140
  snoozedUntilAt?: Maybe<Scalars["DateTime"]>;
4111
4141
  /** The order of the item in relation to other items in the organization. */
4112
4142
  sortOrder: Scalars["Float"];
4143
+ /** The comment that this issue was created from. */
4144
+ sourceComment?: Maybe<Comment>;
4113
4145
  /** The time at which the issue was moved into started state. */
4114
4146
  startedAt?: Maybe<Scalars["DateTime"]>;
4115
4147
  /** The time at which the issue entered triage. */
@@ -4497,8 +4529,6 @@ export declare type Mutation = {
4497
4529
  attachmentLinkURL: AttachmentPayload;
4498
4530
  /** Link an existing Zendesk ticket to an issue. */
4499
4531
  attachmentLinkZendesk: AttachmentPayload;
4500
- /** [DEPRECATED] Unsyncs an existing synced Slack attachment. */
4501
- attachmentUnsyncSlack: AttachmentPayload;
4502
4532
  /** Updates an existing issue attachment. */
4503
4533
  attachmentUpdate: AttachmentPayload;
4504
4534
  /** Creates a new comment. */
@@ -4551,7 +4581,7 @@ export declare type Mutation = {
4551
4581
  emailIntakeAddressUpdate: EmailIntakeAddressPayload;
4552
4582
  /** Authenticates a user account via email and authentication token. */
4553
4583
  emailTokenUserAccountAuth: AuthResolverResponse;
4554
- /** Unsubscribes the user from one type of emails. */
4584
+ /** Unsubscribes the user from one type of email. */
4555
4585
  emailUnsubscribe: EmailUnsubscribePayload;
4556
4586
  /** Finds or creates a new user account by email and sends an email with token. */
4557
4587
  emailUserAccountAuthChallenge: EmailUserAccountAuthChallengeResponse;
@@ -5052,9 +5082,6 @@ export declare type MutationAttachmentLinkZendeskArgs = {
5052
5082
  ticketId: Scalars["String"];
5053
5083
  title?: Maybe<Scalars["String"]>;
5054
5084
  };
5055
- export declare type MutationAttachmentUnsyncSlackArgs = {
5056
- id: Scalars["String"];
5057
- };
5058
5085
  export declare type MutationAttachmentUpdateArgs = {
5059
5086
  id: Scalars["String"];
5060
5087
  input: AttachmentUpdateInput;
@@ -6022,6 +6049,8 @@ export declare type NullableCycleFilter = {
6022
6049
  isActive?: Maybe<BooleanComparator>;
6023
6050
  /** Comparator for the filtering future cycles. */
6024
6051
  isFuture?: Maybe<BooleanComparator>;
6052
+ /** Comparator for filtering for whether the cycle is currently in cooldown. */
6053
+ isInCooldown?: Maybe<BooleanComparator>;
6025
6054
  /** Comparator for the filtering next cycle. */
6026
6055
  isNext?: Maybe<BooleanComparator>;
6027
6056
  /** Comparator for the filtering past cycles. */
@@ -6244,8 +6273,6 @@ export declare type NullableProjectFilter = {
6244
6273
  null?: Maybe<Scalars["Boolean"]>;
6245
6274
  /** Compound filters, one of which need to be matched by the project. */
6246
6275
  or?: Maybe<Array<NullableProjectFilter>>;
6247
- /** [Internal] Comparator for the date when the project was last paused. */
6248
- pausedAt?: Maybe<NullableDateComparator>;
6249
6276
  /** Filters that the project's milestones must satisfy. */
6250
6277
  projectMilestones?: Maybe<ProjectMilestoneCollectionFilter>;
6251
6278
  /** Filters that the projects roadmaps must satisfy. */
@@ -6256,9 +6283,9 @@ export declare type NullableProjectFilter = {
6256
6283
  slugId?: Maybe<StringComparator>;
6257
6284
  /** Comparator for the project start date. */
6258
6285
  startDate?: Maybe<NullableDateComparator>;
6259
- /** Comparator for the project state. */
6286
+ /** [DEPRECATED] Comparator for the project state. */
6260
6287
  state?: Maybe<StringComparator>;
6261
- /** [Internal] Filters that the project's status must satisfy. */
6288
+ /** Filters that the project's status must satisfy. */
6262
6289
  status?: Maybe<ProjectStatusFilter>;
6263
6290
  /** Comparator for the project target date. */
6264
6291
  targetDate?: Maybe<NullableDateComparator>;
@@ -6867,6 +6894,8 @@ export declare type OrganizationInviteFullDetailsPayload = {
6867
6894
  __typename?: "OrganizationInviteFullDetailsPayload";
6868
6895
  /** Whether the invite has already been accepted. */
6869
6896
  accepted: Scalars["Boolean"];
6897
+ /** Allowed authentication providers, empty array means all are allowed. */
6898
+ allowedAuthServices: Array<Scalars["String"]>;
6870
6899
  /** When the invite was created. */
6871
6900
  createdAt: Scalars["DateTime"];
6872
6901
  /** The email of the invitee. */
@@ -6886,6 +6915,21 @@ export declare type OrganizationInviteFullDetailsPayload = {
6886
6915
  /** The status of the invite. */
6887
6916
  status: OrganizationInviteStatus;
6888
6917
  };
6918
+ export declare type OrganizationInviteLinkDetailsPayload = {
6919
+ __typename?: "OrganizationInviteLinkDetailsPayload";
6920
+ /** Allowed authentication providers, empty array means all are allowed. */
6921
+ allowedAuthServices: Array<Scalars["String"]>;
6922
+ /** ID of the workspace the invite link is for. */
6923
+ organizationId?: Maybe<Scalars["String"]>;
6924
+ /** URL of the workspace logo the invite link is for. */
6925
+ organizationLogoUrl?: Maybe<Scalars["String"]>;
6926
+ /** Name of the workspace the invite link is for. */
6927
+ organizationName?: Maybe<Scalars["String"]>;
6928
+ /** Region of the workspace the invite link is for. */
6929
+ organizationRegion?: Maybe<Scalars["String"]>;
6930
+ /** URL key of the workspace the invite link is for. */
6931
+ organizationUrlKey?: Maybe<Scalars["String"]>;
6932
+ };
6889
6933
  export declare type OrganizationInvitePayload = {
6890
6934
  __typename?: "OrganizationInvitePayload";
6891
6935
  /** The identifier of the last sync operation. */
@@ -6914,6 +6958,13 @@ export declare type OrganizationPayload = {
6914
6958
  /** Whether the operation was successful. */
6915
6959
  success: Scalars["Boolean"];
6916
6960
  };
6961
+ export declare type OrganizationRegionResponse = {
6962
+ __typename?: "OrganizationRegionResponse";
6963
+ /** The region for the organization. */
6964
+ region?: Maybe<Scalars["String"]>;
6965
+ /** Whether the operation was successful. */
6966
+ success: Scalars["Boolean"];
6967
+ };
6917
6968
  export declare type OrganizationStartPlusTrialPayload = {
6918
6969
  __typename?: "OrganizationStartPlusTrialPayload";
6919
6970
  /** Whether the operation was successful. */
@@ -7069,6 +7120,8 @@ export declare type Project = Node & {
7069
7120
  description: Scalars["String"];
7070
7121
  /** Documents associated with the project. */
7071
7122
  documents: DocumentConnection;
7123
+ /** The user's favorite associated with this project. */
7124
+ favorite?: Maybe<Favorite>;
7072
7125
  /** The icon of the project. */
7073
7126
  icon?: Maybe<Scalars["String"]>;
7074
7127
  /** The unique identifier of the entity. */
@@ -7091,8 +7144,6 @@ export declare type Project = Node & {
7091
7144
  members: UserConnection;
7092
7145
  /** The project's name. */
7093
7146
  name: Scalars["String"];
7094
- /** [INTERNAL] The latest time at which the project was paused. */
7095
- pausedAt?: Maybe<Scalars["DateTime"]>;
7096
7147
  /** The overall progress of the project. This is the (completed estimate points + 0.25 * in progress estimate points) / total estimate points. */
7097
7148
  progress: Scalars["Float"];
7098
7149
  /** Milestones associated with the project. */
@@ -7121,9 +7172,12 @@ export declare type Project = Node & {
7121
7172
  startDateResolution?: Maybe<DateResolutionType>;
7122
7173
  /** The time at which the project was moved into started state. */
7123
7174
  startedAt?: Maybe<Scalars["DateTime"]>;
7124
- /** The type of the state. */
7175
+ /**
7176
+ * [DEPRECATED] The type of the state.
7177
+ * @deprecated Use project.status instead
7178
+ */
7125
7179
  state: Scalars["String"];
7126
- /** [Internal] The status that the project is associated with. */
7180
+ /** The status that the project is associated with. */
7127
7181
  status: ProjectStatus;
7128
7182
  /** The estimated completion date of the project. */
7129
7183
  targetDate?: Maybe<Scalars["TimelessDate"]>;
@@ -7259,8 +7313,6 @@ export declare type ProjectCollectionFilter = {
7259
7313
  nextProjectMilestone?: Maybe<ProjectMilestoneFilter>;
7260
7314
  /** Compound filters, one of which need to be matched by the project. */
7261
7315
  or?: Maybe<Array<ProjectCollectionFilter>>;
7262
- /** [Internal] Comparator for the date when the project was last paused. */
7263
- pausedAt?: Maybe<NullableDateComparator>;
7264
7316
  /** Filters that the project's milestones must satisfy. */
7265
7317
  projectMilestones?: Maybe<ProjectMilestoneCollectionFilter>;
7266
7318
  /** Filters that the projects roadmaps must satisfy. */
@@ -7273,9 +7325,9 @@ export declare type ProjectCollectionFilter = {
7273
7325
  some?: Maybe<ProjectFilter>;
7274
7326
  /** Comparator for the project start date. */
7275
7327
  startDate?: Maybe<NullableDateComparator>;
7276
- /** Comparator for the project state. */
7328
+ /** [DEPRECATED] Comparator for the project state. */
7277
7329
  state?: Maybe<StringComparator>;
7278
- /** [Internal] Filters that the project's status must satisfy. */
7330
+ /** Filters that the project's status must satisfy. */
7279
7331
  status?: Maybe<ProjectStatusFilter>;
7280
7332
  /** Comparator for the project target date. */
7281
7333
  targetDate?: Maybe<NullableDateComparator>;
@@ -7313,9 +7365,9 @@ export declare type ProjectCreateInput = {
7313
7365
  startDate?: Maybe<Scalars["TimelessDate"]>;
7314
7366
  /** [INTERNAL] The resolution of the project's start date. */
7315
7367
  startDateResolution?: Maybe<DateResolutionType>;
7316
- /** The state of the project. */
7368
+ /** [DEPRECATED] The state of the project. */
7317
7369
  state?: Maybe<Scalars["String"]>;
7318
- /** [INTERNAL] The ID of the project status. */
7370
+ /** The ID of the project status. */
7319
7371
  statusId?: Maybe<Scalars["String"]>;
7320
7372
  /** The planned target date of the project. */
7321
7373
  targetDate?: Maybe<Scalars["TimelessDate"]>;
@@ -7364,8 +7416,6 @@ export declare type ProjectFilter = {
7364
7416
  nextProjectMilestone?: Maybe<ProjectMilestoneFilter>;
7365
7417
  /** Compound filters, one of which need to be matched by the project. */
7366
7418
  or?: Maybe<Array<ProjectFilter>>;
7367
- /** [Internal] Comparator for the date when the project was last paused. */
7368
- pausedAt?: Maybe<NullableDateComparator>;
7369
7419
  /** Filters that the project's milestones must satisfy. */
7370
7420
  projectMilestones?: Maybe<ProjectMilestoneCollectionFilter>;
7371
7421
  /** Filters that the projects roadmaps must satisfy. */
@@ -7376,9 +7426,9 @@ export declare type ProjectFilter = {
7376
7426
  slugId?: Maybe<StringComparator>;
7377
7427
  /** Comparator for the project start date. */
7378
7428
  startDate?: Maybe<NullableDateComparator>;
7379
- /** Comparator for the project state. */
7429
+ /** [DEPRECATED] Comparator for the project state. */
7380
7430
  state?: Maybe<StringComparator>;
7381
- /** [Internal] Filters that the project's status must satisfy. */
7431
+ /** Filters that the project's status must satisfy. */
7382
7432
  status?: Maybe<ProjectStatusFilter>;
7383
7433
  /** Comparator for the project target date. */
7384
7434
  targetDate?: Maybe<NullableDateComparator>;
@@ -7719,6 +7769,8 @@ export declare type ProjectSearchResult = Node & {
7719
7769
  description: Scalars["String"];
7720
7770
  /** Documents associated with the project. */
7721
7771
  documents: DocumentConnection;
7772
+ /** The user's favorite associated with this project. */
7773
+ favorite?: Maybe<Favorite>;
7722
7774
  /** The icon of the project. */
7723
7775
  icon?: Maybe<Scalars["String"]>;
7724
7776
  /** The unique identifier of the entity. */
@@ -7743,8 +7795,6 @@ export declare type ProjectSearchResult = Node & {
7743
7795
  metadata: Scalars["JSONObject"];
7744
7796
  /** The project's name. */
7745
7797
  name: Scalars["String"];
7746
- /** [INTERNAL] The latest time at which the project was paused. */
7747
- pausedAt?: Maybe<Scalars["DateTime"]>;
7748
7798
  /** The overall progress of the project. This is the (completed estimate points + 0.25 * in progress estimate points) / total estimate points. */
7749
7799
  progress: Scalars["Float"];
7750
7800
  /** Milestones associated with the project. */
@@ -7773,9 +7823,12 @@ export declare type ProjectSearchResult = Node & {
7773
7823
  startDateResolution?: Maybe<DateResolutionType>;
7774
7824
  /** The time at which the project was moved into started state. */
7775
7825
  startedAt?: Maybe<Scalars["DateTime"]>;
7776
- /** The type of the state. */
7826
+ /**
7827
+ * [DEPRECATED] The type of the state.
7828
+ * @deprecated Use project.status instead
7829
+ */
7777
7830
  state: Scalars["String"];
7778
- /** [Internal] The status that the project is associated with. */
7831
+ /** The status that the project is associated with. */
7779
7832
  status: ProjectStatus;
7780
7833
  /** The estimated completion date of the project. */
7781
7834
  targetDate?: Maybe<Scalars["TimelessDate"]>;
@@ -7895,7 +7948,7 @@ export declare type ProjectStatus = Node & {
7895
7948
  /** The position of the status in the workspace's project flow. */
7896
7949
  position: Scalars["Float"];
7897
7950
  /** The type of the project status. */
7898
- type?: Maybe<ProjectStatusType>;
7951
+ type: ProjectStatusType;
7899
7952
  /**
7900
7953
  * The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
7901
7954
  * for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
@@ -8061,8 +8114,6 @@ export declare type ProjectUpdateInput = {
8061
8114
  memberIds?: Maybe<Array<Scalars["String"]>>;
8062
8115
  /** The name of the project. */
8063
8116
  name?: Maybe<Scalars["String"]>;
8064
- /** [INTERNAL] The date when the project was paused. */
8065
- pausedAt?: Maybe<Scalars["DateTime"]>;
8066
8117
  /** The time until which project update reminders are paused. */
8067
8118
  projectUpdateRemindersPausedUntilAt?: Maybe<Scalars["DateTime"]>;
8068
8119
  /** Whether to send new issue comment notifications to Slack. */
@@ -8077,9 +8128,9 @@ export declare type ProjectUpdateInput = {
8077
8128
  startDate?: Maybe<Scalars["TimelessDate"]>;
8078
8129
  /** [INTERNAL] The resolution of the project's start date. */
8079
8130
  startDateResolution?: Maybe<DateResolutionType>;
8080
- /** The state of the project. */
8131
+ /** [DEPRECATED] The state of the project. */
8081
8132
  state?: Maybe<Scalars["String"]>;
8082
- /** [INTERNAL] The ID of the project status. */
8133
+ /** The ID of the project status. */
8083
8134
  statusId?: Maybe<Scalars["String"]>;
8084
8135
  /** The planned target date of the project. */
8085
8136
  targetDate?: Maybe<Scalars["TimelessDate"]>;
@@ -8388,6 +8439,8 @@ export declare type Query = {
8388
8439
  organizationInviteDetails: OrganizationInviteDetailsPayload;
8389
8440
  /** All invites for the organization. */
8390
8441
  organizationInvites: OrganizationInviteConnection;
8442
+ /** Fetch the region for the organization. */
8443
+ organizationRegion: OrganizationRegionResponse;
8391
8444
  /** One specific project. */
8392
8445
  project: Project;
8393
8446
  /** Suggests filters for a project view based on a text prompt. */
@@ -8793,6 +8846,9 @@ export declare type QueryOrganizationInvitesArgs = {
8793
8846
  last?: Maybe<Scalars["Int"]>;
8794
8847
  orderBy?: Maybe<PaginationOrderBy>;
8795
8848
  };
8849
+ export declare type QueryOrganizationRegionArgs = {
8850
+ id: Scalars["String"];
8851
+ };
8796
8852
  export declare type QueryProjectArgs = {
8797
8853
  id: Scalars["String"];
8798
8854
  };
@@ -9326,6 +9382,24 @@ export declare type SentrySettingsInput = {
9326
9382
  /** The slug of the Sentry organization being connected. */
9327
9383
  organizationSlug: Scalars["String"];
9328
9384
  };
9385
+ /** Shared Slack integration settings. */
9386
+ export declare type SharedSlackSettings = {
9387
+ __typename?: "SharedSlackSettings";
9388
+ /** Enterprise name of the connected Slack enterprise */
9389
+ enterpriseName?: Maybe<Scalars["String"]>;
9390
+ /** Slack workspace id */
9391
+ teamId?: Maybe<Scalars["String"]>;
9392
+ /** Slack workspace name */
9393
+ teamName?: Maybe<Scalars["String"]>;
9394
+ };
9395
+ export declare type SharedSlackSettingsInput = {
9396
+ /** Enterprise name of the connected Slack enterprise */
9397
+ enterpriseName?: Maybe<Scalars["String"]>;
9398
+ /** Slack workspace id */
9399
+ teamId?: Maybe<Scalars["String"]>;
9400
+ /** Slack workspace name */
9401
+ teamName?: Maybe<Scalars["String"]>;
9402
+ };
9329
9403
  export declare enum SlaStatus {
9330
9404
  Breached = "Breached",
9331
9405
  Completed = "Completed",
@@ -9360,14 +9434,26 @@ export declare type SlackAsksSettings = {
9360
9434
  __typename?: "SlackAsksSettings";
9361
9435
  /** The user role type that is allowed to manage Asks settings. */
9362
9436
  canAdministrate: UserRoleType;
9437
+ /** Enterprise name of the connected Slack enterprise */
9438
+ enterpriseName?: Maybe<Scalars["String"]>;
9363
9439
  /** The mapping of Slack channel ID => Slack channel name for connected channels. */
9364
9440
  slackChannelMapping?: Maybe<Array<SlackChannelNameMapping>>;
9441
+ /** Slack workspace id */
9442
+ teamId?: Maybe<Scalars["String"]>;
9443
+ /** Slack workspace name */
9444
+ teamName?: Maybe<Scalars["String"]>;
9365
9445
  };
9366
9446
  export declare type SlackAsksSettingsInput = {
9367
9447
  /** The user role type that is allowed to manage Asks settings. */
9368
9448
  canAdministrate: UserRoleType;
9449
+ /** Enterprise name of the connected Slack enterprise */
9450
+ enterpriseName?: Maybe<Scalars["String"]>;
9369
9451
  /** The mapping of Slack channel ID => Slack channel name for connected channels. */
9370
9452
  slackChannelMapping?: Maybe<Array<SlackChannelNameMappingInput>>;
9453
+ /** Slack workspace id */
9454
+ teamId?: Maybe<Scalars["String"]>;
9455
+ /** Slack workspace name */
9456
+ teamName?: Maybe<Scalars["String"]>;
9371
9457
  };
9372
9458
  /** Tuple for mapping Slack channel IDs to names. */
9373
9459
  export declare type SlackAsksTeamSettings = {
@@ -9467,12 +9553,24 @@ export declare type SlackPostSettingsInput = {
9467
9553
  /** Settings for the regular Slack integration. */
9468
9554
  export declare type SlackSettings = {
9469
9555
  __typename?: "SlackSettings";
9556
+ /** Enterprise name of the connected Slack enterprise */
9557
+ enterpriseName?: Maybe<Scalars["String"]>;
9470
9558
  /** Whether Linear should automatically respond with issue unfurls when an issue identifier is mentioned in a Slack message. */
9471
9559
  linkOnIssueIdMention: Scalars["Boolean"];
9560
+ /** Slack workspace id */
9561
+ teamId?: Maybe<Scalars["String"]>;
9562
+ /** Slack workspace name */
9563
+ teamName?: Maybe<Scalars["String"]>;
9472
9564
  };
9473
9565
  export declare type SlackSettingsInput = {
9566
+ /** Enterprise name of the connected Slack enterprise */
9567
+ enterpriseName?: Maybe<Scalars["String"]>;
9474
9568
  /** Whether Linear should automatically respond with issue unfurls when an issue identifier is mentioned in a Slack message. */
9475
9569
  linkOnIssueIdMention: Scalars["Boolean"];
9570
+ /** Slack workspace id */
9571
+ teamId?: Maybe<Scalars["String"]>;
9572
+ /** Slack workspace name */
9573
+ teamName?: Maybe<Scalars["String"]>;
9476
9574
  };
9477
9575
  /** Comparator for issue source type. */
9478
9576
  export declare type SourceMetadataComparator = {
@@ -9637,7 +9735,10 @@ export declare type Team = Node & {
9637
9735
  defaultTemplateForNonMembersId?: Maybe<Scalars["String"]>;
9638
9736
  /** The team's description. */
9639
9737
  description?: Maybe<Scalars["String"]>;
9640
- /** The workflow state into which issues are moved when a PR has been opened as draft. */
9738
+ /**
9739
+ * The workflow state into which issues are moved when a PR has been opened as draft.
9740
+ * @deprecated Use team.gitAutomationStates instead.
9741
+ */
9641
9742
  draftWorkflowState?: Maybe<WorkflowState>;
9642
9743
  /** The Git automation states for the team. */
9643
9744
  gitAutomationStates: GitAutomationStateConnection;
@@ -9680,9 +9781,15 @@ export declare type Team = Node & {
9680
9781
  members: UserConnection;
9681
9782
  /** Memberships associated with the team. For easier access of the same data, use `members` query. */
9682
9783
  memberships: TeamMembershipConnection;
9683
- /** The workflow state into which issues are moved when a PR has been merged. */
9784
+ /**
9785
+ * The workflow state into which issues are moved when a PR has been merged.
9786
+ * @deprecated Use team.gitAutomationStates instead.
9787
+ */
9684
9788
  mergeWorkflowState?: Maybe<WorkflowState>;
9685
- /** The workflow state into which issues are moved when a PR is ready to be merged. */
9789
+ /**
9790
+ * The workflow state into which issues are moved when a PR is ready to be merged.
9791
+ * @deprecated Use team.gitAutomationStates instead.
9792
+ */
9686
9793
  mergeableWorkflowState?: Maybe<WorkflowState>;
9687
9794
  /** The team's name. */
9688
9795
  name: Scalars["String"];
@@ -9694,7 +9801,10 @@ export declare type Team = Node & {
9694
9801
  projects: ProjectConnection;
9695
9802
  /** Whether an issue needs to have a priority set before leaving triage. */
9696
9803
  requirePriorityToLeaveTriage: Scalars["Boolean"];
9697
- /** The workflow state into which issues are moved when a review has been requested for the PR. */
9804
+ /**
9805
+ * The workflow state into which issues are moved when a review has been requested for the PR.
9806
+ * @deprecated Use team.gitAutomationStates instead.
9807
+ */
9698
9808
  reviewWorkflowState?: Maybe<WorkflowState>;
9699
9809
  /** Where to move issues when changing state. */
9700
9810
  setIssueSortOrderOnStateChange: Scalars["String"];
@@ -9704,7 +9814,10 @@ export declare type Team = Node & {
9704
9814
  slackIssueStatuses: Scalars["Boolean"];
9705
9815
  /** Whether to send new issue notifications to Slack. */
9706
9816
  slackNewIssue: Scalars["Boolean"];
9707
- /** The workflow state into which issues are moved when a PR has been opened. */
9817
+ /**
9818
+ * The workflow state into which issues are moved when a PR has been opened.
9819
+ * @deprecated Use team.gitAutomationStates instead.
9820
+ */
9708
9821
  startWorkflowState?: Maybe<WorkflowState>;
9709
9822
  /** The states that define the workflow associated with the team. */
9710
9823
  states: WorkflowStateConnection;
@@ -10322,7 +10435,7 @@ export declare type TimeScheduleEntry = {
10322
10435
  endsAt: Scalars["DateTime"];
10323
10436
  /** The start date of the schedule in ISO 8601 date-time format. */
10324
10437
  startsAt: Scalars["DateTime"];
10325
- /** The email of the user on schedule. This is used in case the external user could not be mapped to a Linear user id. */
10438
+ /** The email, name or reference to the user on schedule. This is used in case the external user could not be mapped to a Linear user id. */
10326
10439
  userEmail?: Maybe<Scalars["String"]>;
10327
10440
  /** The Linear user id of the user on schedule. If the user cannot be mapped to a Linear user then `userEmail` can be used as a reference. */
10328
10441
  userId?: Maybe<Scalars["String"]>;
@@ -10332,7 +10445,7 @@ export declare type TimeScheduleEntryInput = {
10332
10445
  endsAt: Scalars["DateTime"];
10333
10446
  /** The start date of the schedule in ISO 8601 date-time format. */
10334
10447
  startsAt: Scalars["DateTime"];
10335
- /** The email of the user on schedule. This is used in case the external user could not be mapped to a Linear user id. */
10448
+ /** The email, name or reference to the user on schedule. This is used in case the external user could not be mapped to a Linear user id. */
10336
10449
  userEmail?: Maybe<Scalars["String"]>;
10337
10450
  /** The Linear user id of the user on schedule. If the user cannot be mapped to a Linear user then `userEmail` can be used as a reference. */
10338
10451
  userId?: Maybe<Scalars["String"]>;
@@ -10899,7 +11012,7 @@ export declare type UserSettings = Node & {
10899
11012
  subscribedToUnreadNotificationsReminder: Scalars["Boolean"];
10900
11013
  /**
10901
11014
  * The email types the user has unsubscribed from.
10902
- * @deprecated Use individual subscription fields instead.
11015
+ * @deprecated Use individual subscription fields instead. This field's value is now outdated.
10903
11016
  */
10904
11017
  unsubscribedFrom: Array<Scalars["String"]>;
10905
11018
  /**
@@ -11065,6 +11178,7 @@ export declare enum ViewType {
11065
11178
  Inbox = "inbox",
11066
11179
  Initiative = "initiative",
11067
11180
  Initiatives = "initiatives",
11181
+ IssueIdentifiers = "issueIdentifiers",
11068
11182
  Label = "label",
11069
11183
  MyIssues = "myIssues",
11070
11184
  MyIssuesActivity = "myIssuesActivity",
@@ -11662,7 +11776,7 @@ export declare type DocumentContentHistoryFragment = {
11662
11776
  };
11663
11777
  export declare type DocumentFragment = {
11664
11778
  __typename: "Document";
11665
- } & Pick<Document, "color" | "title" | "slugId" | "content" | "icon" | "updatedAt" | "sortOrder" | "archivedAt" | "createdAt" | "id"> & {
11779
+ } & Pick<Document, "color" | "title" | "slugId" | "content" | "icon" | "updatedAt" | "sortOrder" | "hiddenAt" | "archivedAt" | "createdAt" | "id"> & {
11666
11780
  lastAppliedTemplate?: Maybe<{
11667
11781
  __typename?: "Template";
11668
11782
  } & Pick<Template, "id">>;
@@ -11903,7 +12017,7 @@ export declare type ProjectNotificationFragment = {
11903
12017
  };
11904
12018
  export declare type ProjectFragment = {
11905
12019
  __typename: "Project";
11906
- } & Pick<Project, "trashed" | "url" | "targetDate" | "startDate" | "icon" | "updatedAt" | "completedScopeHistory" | "completedIssueCountHistory" | "inProgressScopeHistory" | "progress" | "scope" | "color" | "content" | "description" | "name" | "slugId" | "sortOrder" | "archivedAt" | "createdAt" | "autoArchivedAt" | "canceledAt" | "completedAt" | "startedAt" | "projectUpdateRemindersPausedUntilAt" | "scopeHistory" | "issueCountHistory" | "state" | "id" | "slackIssueComments" | "slackNewIssue" | "slackIssueStatuses"> & {
12020
+ } & Pick<Project, "trashed" | "url" | "targetDate" | "startDate" | "icon" | "updatedAt" | "completedScopeHistory" | "completedIssueCountHistory" | "inProgressScopeHistory" | "progress" | "scope" | "color" | "content" | "description" | "name" | "slugId" | "sortOrder" | "archivedAt" | "createdAt" | "autoArchivedAt" | "canceledAt" | "completedAt" | "startedAt" | "projectUpdateRemindersPausedUntilAt" | "scopeHistory" | "issueCountHistory" | "id" | "slackIssueComments" | "slackNewIssue" | "slackIssueStatuses" | "state"> & {
11907
12021
  integrationsSettings?: Maybe<{
11908
12022
  __typename?: "IntegrationsSettings";
11909
12023
  } & Pick<IntegrationsSettings, "id">>;
@@ -11919,6 +12033,9 @@ export declare type ProjectFragment = {
11919
12033
  creator?: Maybe<{
11920
12034
  __typename?: "User";
11921
12035
  } & Pick<User, "id">>;
12036
+ favorite?: Maybe<{
12037
+ __typename?: "Favorite";
12038
+ } & Pick<Favorite, "id">>;
11922
12039
  };
11923
12040
  export declare type ReactionFragment = {
11924
12041
  __typename: "Reaction";
@@ -12178,6 +12295,16 @@ export declare type WebhookFragment = {
12178
12295
  export declare type ApiKeyFragment = {
12179
12296
  __typename: "ApiKey";
12180
12297
  } & Pick<ApiKey, "label" | "updatedAt" | "archivedAt" | "createdAt" | "id">;
12298
+ export declare type AuthEmailIntakeAddressFragment = {
12299
+ __typename: "AuthEmailIntakeAddress";
12300
+ } & Pick<AuthEmailIntakeAddress, "id" | "address" | "enabled"> & {
12301
+ organization: {
12302
+ __typename?: "AuthOrganization";
12303
+ } & AuthOrganizationFragment;
12304
+ creator?: Maybe<{
12305
+ __typename?: "AuthUser";
12306
+ } & AuthUserFragment>;
12307
+ };
12181
12308
  export declare type EmailIntakeAddressFragment = {
12182
12309
  __typename: "EmailIntakeAddress";
12183
12310
  } & Pick<EmailIntakeAddress, "updatedAt" | "archivedAt" | "createdAt" | "id" | "address" | "enabled"> & {
@@ -12274,6 +12401,9 @@ export declare type IssueFragment = {
12274
12401
  botActor?: Maybe<{
12275
12402
  __typename?: "ActorBot";
12276
12403
  } & ActorBotFragment>;
12404
+ sourceComment?: Maybe<{
12405
+ __typename?: "Comment";
12406
+ } & Pick<Comment, "id">>;
12277
12407
  cycle?: Maybe<{
12278
12408
  __typename?: "Cycle";
12279
12409
  } & Pick<Cycle, "id">>;
@@ -12339,7 +12469,7 @@ export declare type OrganizationFragment = {
12339
12469
  };
12340
12470
  export declare type AuthOrganizationFragment = {
12341
12471
  __typename: "AuthOrganization";
12342
- } & Pick<AuthOrganization, "allowedAuthServices" | "previousUrlKeys" | "serviceId" | "logoUrl" | "name" | "urlKey" | "deletionRequestedAt" | "id" | "samlEnabled" | "scimEnabled" | "userCount">;
12472
+ } & Pick<AuthOrganization, "allowedAuthServices" | "previousUrlKeys" | "serviceId" | "logoUrl" | "name" | "urlKey" | "region" | "deletionRequestedAt" | "id" | "samlEnabled" | "scimEnabled" | "userCount">;
12343
12473
  export declare type TeamFragment = {
12344
12474
  __typename: "Team";
12345
12475
  } & 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"> & {
@@ -12733,10 +12863,13 @@ export declare type SentrySettingsFragment = {
12733
12863
  } & Pick<SentrySettings, "organizationSlug">;
12734
12864
  export declare type SlackSettingsFragment = {
12735
12865
  __typename: "SlackSettings";
12736
- } & Pick<SlackSettings, "linkOnIssueIdMention">;
12866
+ } & Pick<SlackSettings, "enterpriseName" | "teamId" | "teamName" | "linkOnIssueIdMention">;
12867
+ export declare type SharedSlackSettingsFragment = {
12868
+ __typename: "SharedSlackSettings";
12869
+ } & Pick<SharedSlackSettings, "enterpriseName" | "teamId" | "teamName">;
12737
12870
  export declare type SlackAsksSettingsFragment = {
12738
12871
  __typename: "SlackAsksSettings";
12739
- } & {
12872
+ } & Pick<SlackAsksSettings, "enterpriseName" | "teamId" | "teamName"> & {
12740
12873
  slackChannelMapping?: Maybe<Array<{
12741
12874
  __typename?: "SlackChannelNameMapping";
12742
12875
  } & SlackChannelNameMappingFragment>>;
@@ -13121,7 +13254,7 @@ export declare type DocumentSearchPayloadFragment = {
13121
13254
  };
13122
13255
  export declare type DocumentSearchResultFragment = {
13123
13256
  __typename: "DocumentSearchResult";
13124
- } & Pick<DocumentSearchResult, "metadata" | "color" | "title" | "slugId" | "content" | "icon" | "updatedAt" | "sortOrder" | "archivedAt" | "createdAt" | "id"> & {
13257
+ } & Pick<DocumentSearchResult, "metadata" | "color" | "title" | "slugId" | "content" | "icon" | "updatedAt" | "sortOrder" | "hiddenAt" | "archivedAt" | "createdAt" | "id"> & {
13125
13258
  lastAppliedTemplate?: Maybe<{
13126
13259
  __typename?: "Template";
13127
13260
  } & Pick<Template, "id">>;
@@ -13406,6 +13539,9 @@ export declare type IssueSearchResultFragment = {
13406
13539
  botActor?: Maybe<{
13407
13540
  __typename?: "ActorBot";
13408
13541
  } & ActorBotFragment>;
13542
+ sourceComment?: Maybe<{
13543
+ __typename?: "Comment";
13544
+ } & Pick<Comment, "id">>;
13409
13545
  cycle?: Maybe<{
13410
13546
  __typename?: "Cycle";
13411
13547
  } & Pick<Cycle, "id">>;
@@ -13775,7 +13911,10 @@ export declare type OrganizationInviteConnectionFragment = {
13775
13911
  };
13776
13912
  export declare type OrganizationInviteFullDetailsPayloadFragment = {
13777
13913
  __typename: "OrganizationInviteFullDetailsPayload";
13778
- } & Pick<OrganizationInviteFullDetailsPayload, "organizationId" | "organizationName" | "email" | "inviter" | "organizationLogoUrl" | "createdAt" | "accepted" | "expired">;
13914
+ } & Pick<OrganizationInviteFullDetailsPayload, "allowedAuthServices" | "organizationId" | "organizationName" | "email" | "inviter" | "organizationLogoUrl" | "createdAt" | "accepted" | "expired">;
13915
+ export declare type OrganizationInviteLinkDetailsPayloadFragment = {
13916
+ __typename: "OrganizationInviteLinkDetailsPayload";
13917
+ } & Pick<OrganizationInviteLinkDetailsPayload, "allowedAuthServices" | "organizationId" | "organizationName" | "organizationRegion" | "organizationUrlKey" | "organizationLogoUrl">;
13779
13918
  export declare type OrganizationInvitePayloadFragment = {
13780
13919
  __typename: "OrganizationInvitePayload";
13781
13920
  } & Pick<OrganizationInvitePayload, "lastSyncId" | "success"> & {
@@ -13786,6 +13925,9 @@ export declare type OrganizationInvitePayloadFragment = {
13786
13925
  export declare type OrganizationPayloadFragment = {
13787
13926
  __typename: "OrganizationPayload";
13788
13927
  } & Pick<OrganizationPayload, "lastSyncId" | "success">;
13928
+ export declare type OrganizationRegionResponseFragment = {
13929
+ __typename: "OrganizationRegionResponse";
13930
+ } & Pick<OrganizationRegionResponse, "region" | "success">;
13789
13931
  export declare type OrganizationStartPlusTrialPayloadFragment = {
13790
13932
  __typename: "OrganizationStartPlusTrialPayload";
13791
13933
  } & Pick<OrganizationStartPlusTrialPayload, "success">;
@@ -13861,7 +14003,7 @@ export declare type ProjectSearchPayloadFragment = {
13861
14003
  };
13862
14004
  export declare type ProjectSearchResultFragment = {
13863
14005
  __typename: "ProjectSearchResult";
13864
- } & Pick<ProjectSearchResult, "trashed" | "metadata" | "url" | "targetDate" | "startDate" | "icon" | "updatedAt" | "completedScopeHistory" | "completedIssueCountHistory" | "inProgressScopeHistory" | "progress" | "scope" | "color" | "content" | "description" | "name" | "slugId" | "sortOrder" | "archivedAt" | "createdAt" | "autoArchivedAt" | "canceledAt" | "completedAt" | "startedAt" | "projectUpdateRemindersPausedUntilAt" | "scopeHistory" | "issueCountHistory" | "state" | "id" | "slackIssueComments" | "slackNewIssue" | "slackIssueStatuses"> & {
14006
+ } & Pick<ProjectSearchResult, "trashed" | "metadata" | "url" | "targetDate" | "startDate" | "icon" | "updatedAt" | "completedScopeHistory" | "completedIssueCountHistory" | "inProgressScopeHistory" | "progress" | "scope" | "color" | "content" | "description" | "name" | "slugId" | "sortOrder" | "archivedAt" | "createdAt" | "autoArchivedAt" | "canceledAt" | "completedAt" | "startedAt" | "projectUpdateRemindersPausedUntilAt" | "scopeHistory" | "issueCountHistory" | "id" | "slackIssueComments" | "slackNewIssue" | "slackIssueStatuses" | "state"> & {
13865
14007
  integrationsSettings?: Maybe<{
13866
14008
  __typename?: "IntegrationsSettings";
13867
14009
  } & Pick<IntegrationsSettings, "id">>;
@@ -13877,6 +14019,9 @@ export declare type ProjectSearchResultFragment = {
13877
14019
  creator?: Maybe<{
13878
14020
  __typename?: "User";
13879
14021
  } & Pick<User, "id">>;
14022
+ favorite?: Maybe<{
14023
+ __typename?: "Favorite";
14024
+ } & Pick<Favorite, "id">>;
13880
14025
  };
13881
14026
  export declare type ProjectSearchResultConnectionFragment = {
13882
14027
  __typename: "ProjectSearchResultConnection";
@@ -15783,6 +15928,16 @@ export declare type OrganizationInvitesQuery = {
15783
15928
  __typename?: "OrganizationInviteConnection";
15784
15929
  } & OrganizationInviteConnectionFragment;
15785
15930
  };
15931
+ export declare type OrganizationRegionQueryVariables = Exact<{
15932
+ id: Scalars["String"];
15933
+ }>;
15934
+ export declare type OrganizationRegionQuery = {
15935
+ __typename?: "Query";
15936
+ } & {
15937
+ organizationRegion: {
15938
+ __typename?: "OrganizationRegionResponse";
15939
+ } & OrganizationRegionResponseFragment;
15940
+ };
15786
15941
  export declare type ProjectQueryVariables = Exact<{
15787
15942
  id: Scalars["String"];
15788
15943
  }>;
@@ -17104,16 +17259,6 @@ export declare type AttachmentLinkZendeskMutation = {
17104
17259
  __typename?: "AttachmentPayload";
17105
17260
  } & AttachmentPayloadFragment;
17106
17261
  };
17107
- export declare type AttachmentUnsyncSlackMutationVariables = Exact<{
17108
- id: Scalars["String"];
17109
- }>;
17110
- export declare type AttachmentUnsyncSlackMutation = {
17111
- __typename?: "Mutation";
17112
- } & {
17113
- attachmentUnsyncSlack: {
17114
- __typename?: "AttachmentPayload";
17115
- } & AttachmentPayloadFragment;
17116
- };
17117
17262
  export declare type UpdateAttachmentMutationVariables = Exact<{
17118
17263
  id: Scalars["String"];
17119
17264
  input: AttachmentUpdateInput;
@@ -19154,6 +19299,9 @@ export declare const ProjectNotificationSubscriptionFragmentDoc: DocumentNode<Pr
19154
19299
  export declare const TeamNotificationSubscriptionFragmentDoc: DocumentNode<TeamNotificationSubscriptionFragment, unknown>;
19155
19300
  export declare const UserAccountFragmentDoc: DocumentNode<UserAccountFragment, unknown>;
19156
19301
  export declare const UserNotificationSubscriptionFragmentDoc: DocumentNode<UserNotificationSubscriptionFragment, unknown>;
19302
+ export declare const AuthOrganizationFragmentDoc: DocumentNode<AuthOrganizationFragment, unknown>;
19303
+ export declare const AuthUserFragmentDoc: DocumentNode<AuthUserFragment, unknown>;
19304
+ export declare const AuthEmailIntakeAddressFragmentDoc: DocumentNode<AuthEmailIntakeAddressFragment, unknown>;
19157
19305
  export declare const AuthOrganizationInviteFragmentDoc: DocumentNode<AuthOrganizationInviteFragment, unknown>;
19158
19306
  export declare const PaidSubscriptionFragmentDoc: DocumentNode<PaidSubscriptionFragment, unknown>;
19159
19307
  export declare const OrganizationFragmentDoc: DocumentNode<OrganizationFragment, unknown>;
@@ -19166,6 +19314,7 @@ export declare const GithubOrgFragmentDoc: DocumentNode<GithubOrgFragment, unkno
19166
19314
  export declare const GithubOAuthTokenPayloadFragmentDoc: DocumentNode<GithubOAuthTokenPayloadFragment, unknown>;
19167
19315
  export declare const UserAuthorizedApplicationFragmentDoc: DocumentNode<UserAuthorizedApplicationFragment, unknown>;
19168
19316
  export declare const ApplicationFragmentDoc: DocumentNode<ApplicationFragment, unknown>;
19317
+ export declare const SharedSlackSettingsFragmentDoc: DocumentNode<SharedSlackSettingsFragment, unknown>;
19169
19318
  export declare const FrontSettingsFragmentDoc: DocumentNode<FrontSettingsFragment, unknown>;
19170
19319
  export declare const TeamRepoMappingFragmentDoc: DocumentNode<TeamRepoMappingFragment, unknown>;
19171
19320
  export declare const GitHubRepoFragmentDoc: DocumentNode<GitHubRepoFragment, unknown>;
@@ -19207,8 +19356,6 @@ export declare const AuthApiKeyFragmentDoc: DocumentNode<AuthApiKeyFragment, unk
19207
19356
  export declare const AuthApiKeyPayloadFragmentDoc: DocumentNode<AuthApiKeyPayloadFragment, unknown>;
19208
19357
  export declare const AuthIntegrationFragmentDoc: DocumentNode<AuthIntegrationFragment, unknown>;
19209
19358
  export declare const AuthOauthClientFragmentDoc: DocumentNode<AuthOauthClientFragment, unknown>;
19210
- export declare const AuthOrganizationFragmentDoc: DocumentNode<AuthOrganizationFragment, unknown>;
19211
- export declare const AuthUserFragmentDoc: DocumentNode<AuthUserFragment, unknown>;
19212
19359
  export declare const OauthTokenFragmentDoc: DocumentNode<OauthTokenFragment, unknown>;
19213
19360
  export declare const AuthOauthClientWithTokensFragmentDoc: DocumentNode<AuthOauthClientWithTokensFragment, unknown>;
19214
19361
  export declare const AuthOrganizationDomainFragmentDoc: DocumentNode<AuthOrganizationDomainFragment, unknown>;
@@ -19308,8 +19455,10 @@ export declare const OrganizationExistsPayloadFragmentDoc: DocumentNode<Organiza
19308
19455
  export declare const OrganizationInviteFragmentDoc: DocumentNode<OrganizationInviteFragment, unknown>;
19309
19456
  export declare const OrganizationInviteConnectionFragmentDoc: DocumentNode<OrganizationInviteConnectionFragment, unknown>;
19310
19457
  export declare const OrganizationInviteFullDetailsPayloadFragmentDoc: DocumentNode<OrganizationInviteFullDetailsPayloadFragment, unknown>;
19458
+ export declare const OrganizationInviteLinkDetailsPayloadFragmentDoc: DocumentNode<OrganizationInviteLinkDetailsPayloadFragment, unknown>;
19311
19459
  export declare const OrganizationInvitePayloadFragmentDoc: DocumentNode<OrganizationInvitePayloadFragment, unknown>;
19312
19460
  export declare const OrganizationPayloadFragmentDoc: DocumentNode<OrganizationPayloadFragment, unknown>;
19461
+ export declare const OrganizationRegionResponseFragmentDoc: DocumentNode<OrganizationRegionResponseFragment, unknown>;
19313
19462
  export declare const OrganizationStartPlusTrialPayloadFragmentDoc: DocumentNode<OrganizationStartPlusTrialPayloadFragment, unknown>;
19314
19463
  export declare const ProjectFragmentDoc: DocumentNode<ProjectFragment, unknown>;
19315
19464
  export declare const ProjectConnectionFragmentDoc: DocumentNode<ProjectConnectionFragment, unknown>;
@@ -20056,6 +20205,9 @@ export declare const OrganizationInvitesDocument: DocumentNode<OrganizationInvit
20056
20205
  last?: Maybe<number> | undefined;
20057
20206
  orderBy?: Maybe<PaginationOrderBy> | undefined;
20058
20207
  }>>;
20208
+ export declare const OrganizationRegionDocument: DocumentNode<OrganizationRegionQuery, Exact<{
20209
+ id: Scalars["String"];
20210
+ }>>;
20059
20211
  export declare const ProjectDocument: DocumentNode<ProjectQuery, Exact<{
20060
20212
  id: Scalars["String"];
20061
20213
  }>>;
@@ -20672,9 +20824,6 @@ export declare const AttachmentLinkZendeskDocument: DocumentNode<AttachmentLinkZ
20672
20824
  ticketId: Scalars["String"];
20673
20825
  title?: Maybe<string> | undefined;
20674
20826
  }>>;
20675
- export declare const AttachmentUnsyncSlackDocument: DocumentNode<AttachmentUnsyncSlackMutation, Exact<{
20676
- id: Scalars["String"];
20677
- }>>;
20678
20827
  export declare const UpdateAttachmentDocument: DocumentNode<UpdateAttachmentMutation, Exact<{
20679
20828
  id: Scalars["String"];
20680
20829
  input: AttachmentUpdateInput;