@linear/sdk 2.0.0 → 2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,106 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - edf0c13: feat(schema): [breaking] Type 'Aggregation' was removed (Aggregation)
8
+
9
+ feat(schema): [breaking] Type 'ChartType' was removed (ChartType)
10
+
11
+ feat(schema): [breaking] Type 'DateAggregation' was removed (DateAggregation)
12
+
13
+ feat(schema): [breaking] Type 'Dimension' was removed (Dimension)
14
+
15
+ feat(schema): [breaking] Type 'DimensionName' was removed (DimensionName)
16
+
17
+ feat(schema): [breaking] Type 'FactsTable' was removed (FactsTable)
18
+
19
+ feat(schema): [breaking] Type 'InsightPayload' was removed (InsightPayload)
20
+
21
+ feat(schema): [breaking] Type 'Measure' was removed (Measure)
22
+
23
+ feat(schema): [breaking] Type 'MeasureName' was removed (MeasureName)
24
+
25
+ feat(schema): [breaking] Type 'UserSubscribeToNewsletterPayload' was removed (UserSubscribeToNewsletterPayload)
26
+
27
+ feat(schema): [breaking] Field 'userSubscribeToNewsletter' was removed from object type 'Mutation' (Mutation.userSubscribeToNewsletter)
28
+
29
+ feat(schema): [dangerous] Enum value 'threadedCommentsNudgeIsSeen' was added to enum 'UserFlagType' (UserFlagType.threadedCommentsNudgeIsSeen)
30
+
31
+ feat(schema): [non_breaking] Type 'UserAccountEmailChangeFindPayload' was added (UserAccountEmailChangeFindPayload)
32
+
33
+ feat(schema): [non_breaking] Type 'UserAccountEmailVerificationPayload' was added (UserAccountEmailVerificationPayload)
34
+
35
+ feat(schema): [non_breaking] Type 'UserAccountExistsPayload' was added (UserAccountExistsPayload)
36
+
37
+ feat(schema): [non_breaking] Field 'requestInformation' was added to object type 'AuditEntry' (AuditEntry.requestInformation)
38
+
39
+ feat(schema): [non_breaking] Input field 'EmailSubscribeInput.email' description changed from 'Email to subscribe.' to '[INTERNAL] Email to subscribe.' (EmailSubscribeInput.email)
40
+
41
+ feat(schema): [non_breaking] Field 'EmailSubscribePayload.success' description changed from 'Whether the operation was successful.' to '[INTERNAL] Whether the operation was successful.' (EmailSubscribePayload.success)
42
+
43
+ feat(schema): [non_breaking] Field 'userAccountEmailChangeCancel' was added to object type 'Mutation' (Mutation.userAccountEmailChangeCancel)
44
+
45
+ feat(schema): [non_breaking] Field 'userAccountEmailChangeCreate' was added to object type 'Mutation' (Mutation.userAccountEmailChangeCreate)
46
+
47
+ feat(schema): [non_breaking] Field 'Mutation.emailSubscribe' description changed from 'Subscribes the email to the newsletter.' to '[INTERNAL] Subscribes the email to the newsletter.' (Mutation.emailSubscribe)
48
+
49
+ feat(schema): [non_breaking] Field 'userAccountEmailChangeFind' was added to object type 'Query' (Query.userAccountEmailChangeFind)
50
+
51
+ feat(schema): [non_breaking] Field 'userAccountExists' was added to object type 'Query' (Query.userAccountExists)
52
+
53
+ - edf0c13: feat(schema): [breaking] Type 'Aggregation' was removed (Aggregation)
54
+
55
+ feat(schema): [breaking] Type 'ChartType' was removed (ChartType)
56
+
57
+ feat(schema): [breaking] Type 'DateAggregation' was removed (DateAggregation)
58
+
59
+ feat(schema): [breaking] Type 'Dimension' was removed (Dimension)
60
+
61
+ feat(schema): [breaking] Type 'DimensionName' was removed (DimensionName)
62
+
63
+ feat(schema): [breaking] Type 'FactsTable' was removed (FactsTable)
64
+
65
+ feat(schema): [breaking] Type 'InsightPayload' was removed (InsightPayload)
66
+
67
+ feat(schema): [breaking] Type 'Measure' was removed (Measure)
68
+
69
+ feat(schema): [breaking] Type 'MeasureName' was removed (MeasureName)
70
+
71
+ feat(schema): [breaking] Type 'UserSubscribeToNewsletterPayload' was removed (UserSubscribeToNewsletterPayload)
72
+
73
+ feat(schema): [breaking] Field 'userSubscribeToNewsletter' was removed from object type 'Mutation' (Mutation.userSubscribeToNewsletter)
74
+
75
+ feat(schema): [dangerous] Enum value 'threadedCommentsNudgeIsSeen' was added to enum 'UserFlagType' (UserFlagType.threadedCommentsNudgeIsSeen)
76
+
77
+ feat(schema): [non_breaking] Type 'UserAccountEmailChangeFindPayload' was added (UserAccountEmailChangeFindPayload)
78
+
79
+ feat(schema): [non_breaking] Type 'UserAccountEmailVerificationPayload' was added (UserAccountEmailVerificationPayload)
80
+
81
+ feat(schema): [non_breaking] Type 'UserAccountExistsPayload' was added (UserAccountExistsPayload)
82
+
83
+ feat(schema): [non_breaking] Field 'requestInformation' was added to object type 'AuditEntry' (AuditEntry.requestInformation)
84
+
85
+ feat(schema): [non_breaking] Input field 'EmailSubscribeInput.email' description changed from 'Email to subscribe.' to '[INTERNAL] Email to subscribe.' (EmailSubscribeInput.email)
86
+
87
+ feat(schema): [non_breaking] Field 'EmailSubscribePayload.success' description changed from 'Whether the operation was successful.' to '[INTERNAL] Whether the operation was successful.' (EmailSubscribePayload.success)
88
+
89
+ feat(schema): [non_breaking] Field 'userAccountEmailChangeCancel' was added to object type 'Mutation' (Mutation.userAccountEmailChangeCancel)
90
+
91
+ feat(schema): [non_breaking] Field 'userAccountEmailChangeCreate' was added to object type 'Mutation' (Mutation.userAccountEmailChangeCreate)
92
+
93
+ feat(schema): [non_breaking] Field 'Mutation.emailSubscribe' description changed from 'Subscribes the email to the newsletter.' to '[INTERNAL] Subscribes the email to the newsletter.' (Mutation.emailSubscribe)
94
+
95
+ feat(schema): [non_breaking] Field 'userAccountEmailChangeFind' was added to object type 'Query' (Query.userAccountEmailChangeFind)
96
+
97
+ feat(schema): [non_breaking] Field 'userAccountExists' was added to object type 'Query' (Query.userAccountExists)
98
+
99
+ ### Patch Changes
100
+
101
+ - 921a28b: chore(deps): update dependency patch versions
102
+ - 21b3b4f: Fix failing test
103
+
3
104
  ## 2.0.0
4
105
 
5
106
  ### Major Changes
@@ -49,18 +49,6 @@ export declare type AdminJobStatusPayload = {
49
49
  cursor?: Maybe<Scalars["String"]>;
50
50
  startedAt?: Maybe<Scalars["DateTime"]>;
51
51
  };
52
- /** Different aggregation functions for analytical queries. */
53
- export declare enum Aggregation {
54
- Avg = "avg",
55
- Count = "count",
56
- Max = "max",
57
- Median = "median",
58
- Min = "min",
59
- P90 = "p90",
60
- P95 = "p95",
61
- P99 = "p99",
62
- Sum = "sum"
63
- }
64
52
  export declare type AirbyteConfigurationInput = {
65
53
  /** Linear export API key. */
66
54
  apiKey: Scalars["String"];
@@ -297,6 +285,8 @@ export declare type AuditEntry = Node & {
297
285
  ip?: Maybe<Scalars["String"]>;
298
286
  /** Additional metadata related to the audit entry. */
299
287
  metadata?: Maybe<Scalars["JSONObject"]>;
288
+ /** Additional information related to the request which performed the action. */
289
+ requestInformation?: Maybe<Scalars["JSONObject"]>;
300
290
  type: Scalars["String"];
301
291
  /**
302
292
  * The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
@@ -389,11 +379,6 @@ export declare type BooleanComparator = {
389
379
  /** Not equals constraint. */
390
380
  neq?: Maybe<Scalars["Boolean"]>;
391
381
  };
392
- /** All possible chart types. */
393
- export declare enum ChartType {
394
- NivoBar = "nivoBar",
395
- NivoScatterPlot = "nivoScatterPlot"
396
- }
397
382
  /** A comment associated with an issue. */
398
383
  export declare type Comment = Node & {
399
384
  __typename?: "Comment";
@@ -849,14 +834,6 @@ export declare type CycleUpdateInput = {
849
834
  /** The start date of the cycle. */
850
835
  startsAt?: Maybe<Scalars["DateTime"]>;
851
836
  };
852
- /** Different date aggregation functions for date dimension. */
853
- export declare enum DateAggregation {
854
- Day = "day",
855
- Month = "month",
856
- ThirtyMinutes = "thirtyMinutes",
857
- Week = "week",
858
- Year = "year"
859
- }
860
837
  /** Comparator for dates. */
861
838
  export declare type DateComparator = {
862
839
  /** Equals constraint. */
@@ -890,31 +867,6 @@ export declare type DeleteOrganizationInput = {
890
867
  /** The deletion code to confirm operation. */
891
868
  deletionCode: Scalars["String"];
892
869
  };
893
- /** Object describing a dimension in analytical query, value to group by. */
894
- export declare type Dimension = {
895
- /** aggregation function to be applied on date dimensions */
896
- dateAggregation?: Maybe<DateAggregation>;
897
- /** name of the dimension column */
898
- name: DimensionName;
899
- };
900
- /** All possible dimensions that can be applied to analytical queries. */
901
- export declare enum DimensionName {
902
- Assignee = "assignee",
903
- CompletedAt = "completedAt",
904
- CreatedAt = "createdAt",
905
- Creator = "creator",
906
- Cycle = "cycle",
907
- DueDate = "dueDate",
908
- Estimate = "estimate",
909
- Label = "label",
910
- Priority = "priority",
911
- Project = "project",
912
- Roadmap = "roadmap",
913
- SnapshotAt = "snapshotAt",
914
- StateName = "stateName",
915
- StateType = "stateType",
916
- Team = "team"
917
- }
918
870
  /** A document for a project. */
919
871
  export declare type Document = Node & {
920
872
  __typename?: "Document";
@@ -1001,12 +953,12 @@ export declare type DocumentUpdateInput = {
1001
953
  title?: Maybe<Scalars["String"]>;
1002
954
  };
1003
955
  export declare type EmailSubscribeInput = {
1004
- /** Email to subscribe. */
956
+ /** [INTERNAL] Email to subscribe. */
1005
957
  email: Scalars["String"];
1006
958
  };
1007
959
  export declare type EmailSubscribePayload = {
1008
960
  __typename?: "EmailSubscribePayload";
1009
- /** Whether the operation was successful. */
961
+ /** [INTERNAL] Whether the operation was successful. */
1010
962
  success: Scalars["Boolean"];
1011
963
  };
1012
964
  export declare type EmailUnsubscribeInput = {
@@ -1151,11 +1103,6 @@ export declare type EventPayload = {
1151
1103
  /** Whether the operation was successful. */
1152
1104
  success: Scalars["Boolean"];
1153
1105
  };
1154
- /** Different facts tables to run analytical queries against. */
1155
- export declare enum FactsTable {
1156
- Issue = "issue",
1157
- IssueSnapshot = "issueSnapshot"
1158
- }
1159
1106
  /** User favorites presented in the sidebar. */
1160
1107
  export declare type Favorite = Node & {
1161
1108
  __typename?: "Favorite";
@@ -1463,20 +1410,6 @@ export declare type InitiativeEdge = {
1463
1410
  cursor: Scalars["String"];
1464
1411
  node: Initiative;
1465
1412
  };
1466
- export declare type InsightPayload = {
1467
- /** Chart type of the visualization. */
1468
- chartType: ChartType;
1469
- dimensions: Array<Dimension>;
1470
- /** If set to true, analytics data will include archived data */
1471
- includeArchived?: Maybe<Scalars["Boolean"]>;
1472
- /** Insight id where to send data to. */
1473
- insightId: Scalars["String"];
1474
- /** Filters that needs to be matched by some issues. */
1475
- issueFilter: IssueFilter;
1476
- measures: Array<Measure>;
1477
- /** Table to run analytical query against. */
1478
- table: FactsTable;
1479
- };
1480
1413
  /** An integration with an external service. */
1481
1414
  export declare type Integration = Node & {
1482
1415
  __typename?: "Integration";
@@ -2766,21 +2699,6 @@ export declare type LogoutResponse = {
2766
2699
  /** Whether the operation was successful. */
2767
2700
  success: Scalars["Boolean"];
2768
2701
  };
2769
- /** Object describing a measure in analytical query. */
2770
- export declare type Measure = {
2771
- /** aggregation function to be applied on the measure column */
2772
- aggregation: Aggregation;
2773
- /** name of the measure */
2774
- name: MeasureName;
2775
- };
2776
- /** All possible measures that can be applied to analytical queries. */
2777
- export declare enum MeasureName {
2778
- CycleTime = "cycleTime",
2779
- Effort = "effort",
2780
- Id = "id",
2781
- TimeToStart = "timeToStart",
2782
- TimeToTriage = "timeToTriage"
2783
- }
2784
2702
  /** A milestone that contains projects. */
2785
2703
  export declare type Milestone = Node & {
2786
2704
  __typename?: "Milestone";
@@ -2945,7 +2863,7 @@ export declare type Mutation = {
2945
2863
  documentDelete: ArchivePayload;
2946
2864
  /** Updates a document. */
2947
2865
  documentUpdate: DocumentPayload;
2948
- /** Subscribes the email to the newsletter. */
2866
+ /** [INTERNAL] Subscribes the email to the newsletter. */
2949
2867
  emailSubscribe: EmailSubscribePayload;
2950
2868
  /** Authenticates a user account via email and authentication token. */
2951
2869
  emailTokenUserAccountAuth: AuthResolverResponse;
@@ -3215,6 +3133,10 @@ export declare type Mutation = {
3215
3133
  templateDelete: ArchivePayload;
3216
3134
  /** Updates an existing template. */
3217
3135
  templateUpdate: TemplatePayload;
3136
+ /** [INTERNAL] Cancels an ongoing email change for the user account */
3137
+ userAccountEmailChangeCancel: UserAccountEmailVerificationPayload;
3138
+ /** [INTERNAL] Creates an email verification challenge from the app for a user account that wants to change email. */
3139
+ userAccountEmailChangeCreate: UserAccountEmailVerificationPayload;
3218
3140
  /** [INTERNAL] Verifies the email address and code for a user account that wants to change email. */
3219
3141
  userAccountEmailChangeVerifyCode: UserAccountEmailChangeVerifyCodePayload;
3220
3142
  /** Makes user a regular user. Can only be called by an admin. */
@@ -3241,8 +3163,6 @@ export declare type Mutation = {
3241
3163
  userSettingsFlagsReset: UserSettingsFlagsResetPayload;
3242
3164
  /** Updates the user's settings. */
3243
3165
  userSettingsUpdate: UserSettingsPayload;
3244
- /** Subscribes user to changelog newsletter. */
3245
- userSubscribeToNewsletter: UserSubscribeToNewsletterPayload;
3246
3166
  /** Suspends a user. Can only be called by an admin. */
3247
3167
  userSuspend: UserAdminPayload;
3248
3168
  /** Un-suspends a user. Can only be called by an admin. */
@@ -3805,6 +3725,14 @@ export declare type MutationTemplateUpdateArgs = {
3805
3725
  id: Scalars["String"];
3806
3726
  input: TemplateUpdateInput;
3807
3727
  };
3728
+ export declare type MutationUserAccountEmailChangeCancelArgs = {
3729
+ id: Scalars["String"];
3730
+ };
3731
+ export declare type MutationUserAccountEmailChangeCreateArgs = {
3732
+ hasExistingAccount: Scalars["Boolean"];
3733
+ id: Scalars["String"];
3734
+ newEmail: Scalars["String"];
3735
+ };
3808
3736
  export declare type MutationUserAccountEmailChangeVerifyCodeArgs = {
3809
3737
  code: Scalars["String"];
3810
3738
  email: Scalars["String"];
@@ -5657,6 +5585,10 @@ export declare type Query = {
5657
5585
  templates: Array<Template>;
5658
5586
  /** One specific user. */
5659
5587
  user: User;
5588
+ /** [INTERNAL] Checks if there's a currently active email verification challenge for a user account. */
5589
+ userAccountEmailChangeFind: UserAccountEmailChangeFindPayload;
5590
+ /** Finds a user account by email. */
5591
+ userAccountExists?: Maybe<UserAccountExistsPayload>;
5660
5592
  /** The user's settings. */
5661
5593
  userSettings: UserSettings;
5662
5594
  /** All users for the organization. */
@@ -6048,6 +5980,12 @@ export declare type QueryTemplateArgs = {
6048
5980
  export declare type QueryUserArgs = {
6049
5981
  id: Scalars["String"];
6050
5982
  };
5983
+ export declare type QueryUserAccountEmailChangeFindArgs = {
5984
+ email: Scalars["String"];
5985
+ };
5986
+ export declare type QueryUserAccountExistsArgs = {
5987
+ email: Scalars["String"];
5988
+ };
6051
5989
  export declare type QueryUsersArgs = {
6052
5990
  after?: Maybe<Scalars["String"]>;
6053
5991
  before?: Maybe<Scalars["String"]>;
@@ -7318,6 +7256,14 @@ export declare type UserAccountEmailChange = {
7318
7256
  /** The time at which the model was updated. */
7319
7257
  updatedAt: Scalars["DateTime"];
7320
7258
  };
7259
+ /** [INTERNAL] Result of searching for a verification challenge for a user account. */
7260
+ export declare type UserAccountEmailChangeFindPayload = {
7261
+ __typename?: "UserAccountEmailChangeFindPayload";
7262
+ /** [INTERNAL] Whether there is a currently active change. */
7263
+ hasChangeActive: Scalars["Boolean"];
7264
+ /** The identifier of the last sync operation. */
7265
+ lastSyncId: Scalars["Float"];
7266
+ };
7321
7267
  /** [INTERNAL] Result of verifying an email and code. */
7322
7268
  export declare type UserAccountEmailChangeVerifyCodePayload = {
7323
7269
  __typename?: "UserAccountEmailChangeVerifyCodePayload";
@@ -7326,6 +7272,20 @@ export declare type UserAccountEmailChangeVerifyCodePayload = {
7326
7272
  /** [INTERNAL] Whether the operation was successful. */
7327
7273
  success: Scalars["Boolean"];
7328
7274
  };
7275
+ /** [INTERNAL] Result of creating or cancelling a verification challenge for email change. */
7276
+ export declare type UserAccountEmailVerificationPayload = {
7277
+ __typename?: "UserAccountEmailVerificationPayload";
7278
+ /** The identifier of the last sync operation. */
7279
+ lastSyncId: Scalars["Float"];
7280
+ /** [INTERNAL] Whether the operation was successful. */
7281
+ success: Scalars["Boolean"];
7282
+ };
7283
+ /** [INTERNAL] Result of looking up a user account by email. */
7284
+ export declare type UserAccountExistsPayload = {
7285
+ __typename?: "UserAccountExistsPayload";
7286
+ /** [INTERNAL] Whether the operation was successful. */
7287
+ success: Scalars["Boolean"];
7288
+ };
7329
7289
  export declare type UserAdminPayload = {
7330
7290
  __typename?: "UserAdminPayload";
7331
7291
  /** Whether the operation was successful. */
@@ -7458,6 +7418,7 @@ export declare enum UserFlagType {
7458
7418
  RewindBannerDismissed = "rewindBannerDismissed",
7459
7419
  SlackCommentReactionTipShown = "slackCommentReactionTipShown",
7460
7420
  TeamsPageIntroductionDismissed = "teamsPageIntroductionDismissed",
7421
+ ThreadedCommentsNudgeIsSeen = "threadedCommentsNudgeIsSeen",
7461
7422
  TriageWelcomeDismissed = "triageWelcomeDismissed"
7462
7423
  }
7463
7424
  /** Operations that can be applied to UserFlagType */
@@ -7539,11 +7500,6 @@ export declare type UserSettingsUpdateInput = {
7539
7500
  /** The types of emails the user has unsubscribed from. */
7540
7501
  unsubscribedFrom?: Maybe<Array<Scalars["String"]>>;
7541
7502
  };
7542
- export declare type UserSubscribeToNewsletterPayload = {
7543
- __typename?: "UserSubscribeToNewsletterPayload";
7544
- /** Whether the operation was successful. */
7545
- success: Scalars["Boolean"];
7546
- };
7547
7503
  /** View preferences. */
7548
7504
  export declare type ViewPreferences = Node & {
7549
7505
  __typename?: "ViewPreferences";
@@ -8730,7 +8686,7 @@ export declare type ViewPreferencesFragment = {
8730
8686
  } & Pick<ViewPreferences, "updatedAt" | "archivedAt" | "createdAt" | "id" | "type" | "viewType">;
8731
8687
  export declare type AuditEntryFragment = {
8732
8688
  __typename: "AuditEntry";
8733
- } & Pick<AuditEntry, "metadata" | "countryCode" | "ip" | "actorId" | "updatedAt" | "archivedAt" | "createdAt" | "id" | "type"> & {
8689
+ } & Pick<AuditEntry, "requestInformation" | "metadata" | "countryCode" | "ip" | "actorId" | "updatedAt" | "archivedAt" | "createdAt" | "id" | "type"> & {
8734
8690
  actor?: Maybe<{
8735
8691
  __typename?: "User";
8736
8692
  } & Pick<User, "id">>;
@@ -8738,35 +8694,6 @@ export declare type AuditEntryFragment = {
8738
8694
  export declare type ZendeskSettingsFragment = {
8739
8695
  __typename: "ZendeskSettings";
8740
8696
  } & Pick<ZendeskSettings, "botUserId" | "url" | "subdomain" | "automateTicketReopeningOnComment" | "automateTicketReopeningOnCancellation" | "automateTicketReopeningOnCompletion" | "sendNoteOnStatusChange" | "sendNoteOnComment">;
8741
- export declare type AuthMembershipFragment = {
8742
- __typename: "AuthMembership";
8743
- } & Pick<AuthMembership, "userId" | "createdAt">;
8744
- export declare type UserAccountEmailChangeFragment = {
8745
- __typename: "UserAccountEmailChange";
8746
- } & Pick<UserAccountEmailChange, "id" | "newEmail" | "archivedAt" | "updatedAt" | "newEmailVerifiedAt" | "oldEmailVerifiedAt" | "expiresAt" | "canceledAt" | "oldEmail">;
8747
- export declare type OrganizationDomainClaimPayloadFragment = {
8748
- __typename: "OrganizationDomainClaimPayload";
8749
- } & Pick<OrganizationDomainClaimPayload, "verificationString">;
8750
- export declare type OrganizationDomainPayloadFragment = {
8751
- __typename: "OrganizationDomainPayload";
8752
- } & Pick<OrganizationDomainPayload, "lastSyncId" | "success"> & {
8753
- organizationDomain: {
8754
- __typename?: "OrganizationDomain";
8755
- } & OrganizationDomainFragment;
8756
- };
8757
- export declare type OrganizationDomainSimplePayloadFragment = {
8758
- __typename: "OrganizationDomainSimplePayload";
8759
- } & Pick<OrganizationDomainSimplePayload, "success">;
8760
- export declare type AuthorizedApplicationFragment = {
8761
- __typename: "AuthorizedApplication";
8762
- } & Pick<AuthorizedApplication, "name" | "imageUrl" | "appId" | "clientId" | "scope" | "webhooksEnabled">;
8763
- export declare type WorkspaceAuthorizedApplicationFragment = {
8764
- __typename: "WorkspaceAuthorizedApplication";
8765
- } & Pick<WorkspaceAuthorizedApplication, "name" | "imageUrl" | "appId" | "clientId" | "scope" | "totalMembers" | "webhooksEnabled"> & {
8766
- memberships: Array<{
8767
- __typename?: "AuthMembership";
8768
- } & AuthMembershipFragment>;
8769
- };
8770
8697
  export declare type AdminJobConfigurationPayloadFragment = {
8771
8698
  __typename: "AdminJobConfigurationPayload";
8772
8699
  } & Pick<AdminJobConfigurationPayload, "currentJob" | "delay" | "enabled" | "param">;
@@ -8918,9 +8845,6 @@ export declare type DocumentPayloadFragment = {
8918
8845
  __typename?: "Document";
8919
8846
  } & Pick<Document, "id">;
8920
8847
  };
8921
- export declare type EmailSubscribePayloadFragment = {
8922
- __typename: "EmailSubscribePayload";
8923
- } & Pick<EmailSubscribePayload, "success">;
8924
8848
  export declare type EmailUnsubscribePayloadFragment = {
8925
8849
  __typename: "EmailUnsubscribePayload";
8926
8850
  } & Pick<EmailUnsubscribePayload, "success">;
@@ -9643,9 +9567,6 @@ export declare type UserSettingsFlagsResetPayloadFragment = {
9643
9567
  export declare type UserSettingsPayloadFragment = {
9644
9568
  __typename: "UserSettingsPayload";
9645
9569
  } & Pick<UserSettingsPayload, "lastSyncId" | "success">;
9646
- export declare type UserSubscribeToNewsletterPayloadFragment = {
9647
- __typename: "UserSubscribeToNewsletterPayload";
9648
- } & Pick<UserSubscribeToNewsletterPayload, "success">;
9649
9570
  export declare type ViewPreferencesPayloadFragment = {
9650
9571
  __typename: "ViewPreferencesPayload";
9651
9572
  } & Pick<ViewPreferencesPayload, "lastSyncId" | "success"> & {
@@ -12251,16 +12172,6 @@ export declare type UpdateDocumentMutation = {
12251
12172
  __typename?: "DocumentPayload";
12252
12173
  } & DocumentPayloadFragment;
12253
12174
  };
12254
- export declare type EmailSubscribeMutationVariables = Exact<{
12255
- input: EmailSubscribeInput;
12256
- }>;
12257
- export declare type EmailSubscribeMutation = {
12258
- __typename?: "Mutation";
12259
- } & {
12260
- emailSubscribe: {
12261
- __typename?: "EmailSubscribePayload";
12262
- } & EmailSubscribePayloadFragment;
12263
- };
12264
12175
  export declare type EmailTokenUserAccountAuthMutationVariables = Exact<{
12265
12176
  input: TokenUserAccountAuthInput;
12266
12177
  }>;
@@ -13636,16 +13547,6 @@ export declare type UpdateUserSettingsMutation = {
13636
13547
  __typename?: "UserSettingsPayload";
13637
13548
  } & UserSettingsPayloadFragment;
13638
13549
  };
13639
- export declare type UserSubscribeToNewsletterMutationVariables = Exact<{
13640
- [key: string]: never;
13641
- }>;
13642
- export declare type UserSubscribeToNewsletterMutation = {
13643
- __typename?: "Mutation";
13644
- } & {
13645
- userSubscribeToNewsletter: {
13646
- __typename?: "UserSubscribeToNewsletterPayload";
13647
- } & UserSubscribeToNewsletterPayloadFragment;
13648
- };
13649
13550
  export declare type SuspendUserMutationVariables = Exact<{
13650
13551
  id: Scalars["String"];
13651
13552
  }>;
@@ -13777,6 +13678,7 @@ export declare const TemplateFragmentDoc: DocumentNode<TemplateFragment, unknown
13777
13678
  export declare const UserFragmentDoc: DocumentNode<UserFragment, unknown>;
13778
13679
  export declare const UserAccountFragmentDoc: DocumentNode<UserAccountFragment, unknown>;
13779
13680
  export declare const SyncResponseFragmentDoc: DocumentNode<SyncResponseFragment, unknown>;
13681
+ export declare const OrganizationDomainFragmentDoc: DocumentNode<OrganizationDomainFragment, unknown>;
13780
13682
  export declare const GithubRepoFragmentDoc: DocumentNode<GithubRepoFragment, unknown>;
13781
13683
  export declare const GithubOrgFragmentDoc: DocumentNode<GithubOrgFragment, unknown>;
13782
13684
  export declare const GithubOAuthTokenPayloadFragmentDoc: DocumentNode<GithubOAuthTokenPayloadFragment, unknown>;
@@ -13796,14 +13698,6 @@ export declare const ZendeskSettingsFragmentDoc: DocumentNode<ZendeskSettingsFra
13796
13698
  export declare const IntegrationSettingsFragmentDoc: DocumentNode<IntegrationSettingsFragment, unknown>;
13797
13699
  export declare const SamlConfigurationPayloadFragmentDoc: DocumentNode<SamlConfigurationPayloadFragment, unknown>;
13798
13700
  export declare const UserSettingsFragmentDoc: DocumentNode<UserSettingsFragment, unknown>;
13799
- export declare const UserAccountEmailChangeFragmentDoc: DocumentNode<UserAccountEmailChangeFragment, unknown>;
13800
- export declare const OrganizationDomainClaimPayloadFragmentDoc: DocumentNode<OrganizationDomainClaimPayloadFragment, unknown>;
13801
- export declare const OrganizationDomainFragmentDoc: DocumentNode<OrganizationDomainFragment, unknown>;
13802
- export declare const OrganizationDomainPayloadFragmentDoc: DocumentNode<OrganizationDomainPayloadFragment, unknown>;
13803
- export declare const OrganizationDomainSimplePayloadFragmentDoc: DocumentNode<OrganizationDomainSimplePayloadFragment, unknown>;
13804
- export declare const AuthorizedApplicationFragmentDoc: DocumentNode<AuthorizedApplicationFragment, unknown>;
13805
- export declare const AuthMembershipFragmentDoc: DocumentNode<AuthMembershipFragment, unknown>;
13806
- export declare const WorkspaceAuthorizedApplicationFragmentDoc: DocumentNode<WorkspaceAuthorizedApplicationFragment, unknown>;
13807
13701
  export declare const AdminJobConfigurationPayloadFragmentDoc: DocumentNode<AdminJobConfigurationPayloadFragment, unknown>;
13808
13702
  export declare const AdminJobStatusPayloadFragmentDoc: DocumentNode<AdminJobStatusPayloadFragment, unknown>;
13809
13703
  export declare const ApiKeyFragmentDoc: DocumentNode<ApiKeyFragment, unknown>;
@@ -13835,7 +13729,6 @@ export declare const CyclePayloadFragmentDoc: DocumentNode<CyclePayloadFragment,
13835
13729
  export declare const DocumentFragmentDoc: DocumentNode<DocumentFragment, unknown>;
13836
13730
  export declare const DocumentConnectionFragmentDoc: DocumentNode<DocumentConnectionFragment, unknown>;
13837
13731
  export declare const DocumentPayloadFragmentDoc: DocumentNode<DocumentPayloadFragment, unknown>;
13838
- export declare const EmailSubscribePayloadFragmentDoc: DocumentNode<EmailSubscribePayloadFragment, unknown>;
13839
13732
  export declare const EmailUnsubscribePayloadFragmentDoc: DocumentNode<EmailUnsubscribePayloadFragment, unknown>;
13840
13733
  export declare const EmailUserAccountAuthChallengeResponseFragmentDoc: DocumentNode<EmailUserAccountAuthChallengeResponseFragment, unknown>;
13841
13734
  export declare const EmojiFragmentDoc: DocumentNode<EmojiFragment, unknown>;
@@ -13958,7 +13851,6 @@ export declare const UserPayloadFragmentDoc: DocumentNode<UserPayloadFragment, u
13958
13851
  export declare const UserSettingsFlagPayloadFragmentDoc: DocumentNode<UserSettingsFlagPayloadFragment, unknown>;
13959
13852
  export declare const UserSettingsFlagsResetPayloadFragmentDoc: DocumentNode<UserSettingsFlagsResetPayloadFragment, unknown>;
13960
13853
  export declare const UserSettingsPayloadFragmentDoc: DocumentNode<UserSettingsPayloadFragment, unknown>;
13961
- export declare const UserSubscribeToNewsletterPayloadFragmentDoc: DocumentNode<UserSubscribeToNewsletterPayloadFragment, unknown>;
13962
13854
  export declare const ViewPreferencesFragmentDoc: DocumentNode<ViewPreferencesFragment, unknown>;
13963
13855
  export declare const ViewPreferencesPayloadFragmentDoc: DocumentNode<ViewPreferencesPayloadFragment, unknown>;
13964
13856
  export declare const WebhookFragmentDoc: DocumentNode<WebhookFragment, unknown>;
@@ -15070,9 +14962,6 @@ export declare const UpdateDocumentDocument: DocumentNode<UpdateDocumentMutation
15070
14962
  id: Scalars["String"];
15071
14963
  input: DocumentUpdateInput;
15072
14964
  }>>;
15073
- export declare const EmailSubscribeDocument: DocumentNode<EmailSubscribeMutation, Exact<{
15074
- input: EmailSubscribeInput;
15075
- }>>;
15076
14965
  export declare const EmailTokenUserAccountAuthDocument: DocumentNode<EmailTokenUserAccountAuthMutation, Exact<{
15077
14966
  input: TokenUserAccountAuthInput;
15078
14967
  }>>;
@@ -15545,9 +15434,6 @@ export declare const UpdateUserSettingsDocument: DocumentNode<UpdateUserSettings
15545
15434
  id: Scalars["String"];
15546
15435
  input: UserSettingsUpdateInput;
15547
15436
  }>>;
15548
- export declare const UserSubscribeToNewsletterDocument: DocumentNode<UserSubscribeToNewsletterMutation, Exact<{
15549
- [key: string]: never;
15550
- }>>;
15551
15437
  export declare const SuspendUserDocument: DocumentNode<SuspendUserMutation, Exact<{
15552
15438
  id: Scalars["String"];
15553
15439
  }>>;