@linear/sdk 23.0.0 → 24.0.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/index-es.js CHANGED
@@ -83457,6 +83457,12 @@ var InitiativeStatus;
83457
83457
  InitiativeStatus["Completed"] = "Completed";
83458
83458
  InitiativeStatus["Planned"] = "Planned";
83459
83459
  })(InitiativeStatus || (InitiativeStatus = {}));
83460
+ /** Different tabs available inside an initiative. */
83461
+ var InitiativeTab;
83462
+ (function (InitiativeTab) {
83463
+ InitiativeTab["Overview"] = "overview";
83464
+ InitiativeTab["Projects"] = "projects";
83465
+ })(InitiativeTab || (InitiativeTab = {}));
83460
83466
  /** Linear supported integration services. */
83461
83467
  var IntegrationService;
83462
83468
  (function (IntegrationService) {
@@ -83468,6 +83474,7 @@ var IntegrationService;
83468
83474
  IntegrationService["Front"] = "front";
83469
83475
  IntegrationService["Github"] = "github";
83470
83476
  IntegrationService["GithubCommit"] = "githubCommit";
83477
+ IntegrationService["GithubEnterpriseServer"] = "githubEnterpriseServer";
83471
83478
  IntegrationService["GithubImport"] = "githubImport";
83472
83479
  IntegrationService["GithubPersonal"] = "githubPersonal";
83473
83480
  IntegrationService["Gitlab"] = "gitlab";
@@ -83646,6 +83653,7 @@ var UserFlagType;
83646
83653
  UserFlagType["FigmaPromptDismissed"] = "figmaPromptDismissed";
83647
83654
  UserFlagType["HelpIslandFeatureInsightsDismissed"] = "helpIslandFeatureInsightsDismissed";
83648
83655
  UserFlagType["ImportBannerDismissed"] = "importBannerDismissed";
83656
+ UserFlagType["InitiativesBannerDismissed"] = "initiativesBannerDismissed";
83649
83657
  UserFlagType["InsightsHelpDismissed"] = "insightsHelpDismissed";
83650
83658
  UserFlagType["InsightsWelcomeDismissed"] = "insightsWelcomeDismissed";
83651
83659
  UserFlagType["IssueLabelSuggestionUsed"] = "issueLabelSuggestionUsed";
@@ -83774,6 +83782,24 @@ const EntityFragmentDoc = {
83774
83782
  },
83775
83783
  ],
83776
83784
  };
83785
+ const CommentNotificationFragmentDoc = {
83786
+ kind: "Document",
83787
+ definitions: [
83788
+ {
83789
+ kind: "FragmentDefinition",
83790
+ name: { kind: "Name", value: "CommentNotification" },
83791
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "CommentNotification" } },
83792
+ selectionSet: {
83793
+ kind: "SelectionSet",
83794
+ selections: [
83795
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
83796
+ { kind: "Field", name: { kind: "Name", value: "commentId" } },
83797
+ { kind: "Field", name: { kind: "Name", value: "parentCommentId" } },
83798
+ ],
83799
+ },
83800
+ },
83801
+ ],
83802
+ };
83777
83803
  const CustomViewNotificationSubscriptionFragmentDoc = {
83778
83804
  kind: "Document",
83779
83805
  definitions: [
@@ -83955,6 +83981,14 @@ const DocumentContentFragmentDoc = {
83955
83981
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
83956
83982
  },
83957
83983
  },
83984
+ {
83985
+ kind: "Field",
83986
+ name: { kind: "Name", value: "initiative" },
83987
+ selectionSet: {
83988
+ kind: "SelectionSet",
83989
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
83990
+ },
83991
+ },
83958
83992
  {
83959
83993
  kind: "Field",
83960
83994
  name: { kind: "Name", value: "issue" },
@@ -84019,6 +84053,69 @@ const DocumentContentHistoryFragmentDoc = {
84019
84053
  },
84020
84054
  ],
84021
84055
  };
84056
+ const DraftFragmentDoc = {
84057
+ kind: "Document",
84058
+ definitions: [
84059
+ {
84060
+ kind: "FragmentDefinition",
84061
+ name: { kind: "Name", value: "Draft" },
84062
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Draft" } },
84063
+ selectionSet: {
84064
+ kind: "SelectionSet",
84065
+ selections: [
84066
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
84067
+ { kind: "Field", name: { kind: "Name", value: "data" } },
84068
+ {
84069
+ kind: "Field",
84070
+ name: { kind: "Name", value: "parentComment" },
84071
+ selectionSet: {
84072
+ kind: "SelectionSet",
84073
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84074
+ },
84075
+ },
84076
+ {
84077
+ kind: "Field",
84078
+ name: { kind: "Name", value: "issue" },
84079
+ selectionSet: {
84080
+ kind: "SelectionSet",
84081
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84082
+ },
84083
+ },
84084
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
84085
+ {
84086
+ kind: "Field",
84087
+ name: { kind: "Name", value: "project" },
84088
+ selectionSet: {
84089
+ kind: "SelectionSet",
84090
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84091
+ },
84092
+ },
84093
+ {
84094
+ kind: "Field",
84095
+ name: { kind: "Name", value: "projectUpdate" },
84096
+ selectionSet: {
84097
+ kind: "SelectionSet",
84098
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84099
+ },
84100
+ },
84101
+ { kind: "Field", name: { kind: "Name", value: "bodyData" } },
84102
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
84103
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
84104
+ { kind: "Field", name: { kind: "Name", value: "id" } },
84105
+ {
84106
+ kind: "Field",
84107
+ name: { kind: "Name", value: "user" },
84108
+ selectionSet: {
84109
+ kind: "SelectionSet",
84110
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84111
+ },
84112
+ },
84113
+ { kind: "Field", name: { kind: "Name", value: "isAutogenerated" } },
84114
+ ],
84115
+ },
84116
+ },
84117
+ ],
84118
+ };
84022
84119
  const AttachmentArchivePayloadFragmentDoc = {
84023
84120
  kind: "Document",
84024
84121
  definitions: [
@@ -84127,6 +84224,14 @@ const InitiativeArchivePayloadFragmentDoc = {
84127
84224
  kind: "SelectionSet",
84128
84225
  selections: [
84129
84226
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
84227
+ {
84228
+ kind: "Field",
84229
+ name: { kind: "Name", value: "entity" },
84230
+ selectionSet: {
84231
+ kind: "SelectionSet",
84232
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84233
+ },
84234
+ },
84130
84235
  { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
84131
84236
  { kind: "Field", name: { kind: "Name", value: "success" } },
84132
84237
  ],
@@ -84194,6 +84299,8 @@ const DocumentNotificationFragmentDoc = {
84194
84299
  selections: [
84195
84300
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
84196
84301
  { kind: "Field", name: { kind: "Name", value: "type" } },
84302
+ { kind: "Field", name: { kind: "Name", value: "commentId" } },
84303
+ { kind: "Field", name: { kind: "Name", value: "parentCommentId" } },
84197
84304
  {
84198
84305
  kind: "Field",
84199
84306
  name: { kind: "Name", value: "botActor" },
@@ -84251,6 +84358,8 @@ const InitiativeNotificationFragmentDoc = {
84251
84358
  selections: [
84252
84359
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
84253
84360
  { kind: "Field", name: { kind: "Name", value: "type" } },
84361
+ { kind: "Field", name: { kind: "Name", value: "commentId" } },
84362
+ { kind: "Field", name: { kind: "Name", value: "parentCommentId" } },
84254
84363
  {
84255
84364
  kind: "Field",
84256
84365
  name: { kind: "Name", value: "botActor" },
@@ -84388,6 +84497,8 @@ const IssueNotificationFragmentDoc = {
84388
84497
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
84389
84498
  { kind: "Field", name: { kind: "Name", value: "reactionEmoji" } },
84390
84499
  { kind: "Field", name: { kind: "Name", value: "type" } },
84500
+ { kind: "Field", name: { kind: "Name", value: "commentId" } },
84501
+ { kind: "Field", name: { kind: "Name", value: "parentCommentId" } },
84391
84502
  {
84392
84503
  kind: "Field",
84393
84504
  name: { kind: "Name", value: "botActor" },
@@ -84421,6 +84532,14 @@ const IssueNotificationFragmentDoc = {
84421
84532
  },
84422
84533
  },
84423
84534
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
84535
+ {
84536
+ kind: "Field",
84537
+ name: { kind: "Name", value: "parentComment" },
84538
+ selectionSet: {
84539
+ kind: "SelectionSet",
84540
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84541
+ },
84542
+ },
84424
84543
  {
84425
84544
  kind: "Field",
84426
84545
  name: { kind: "Name", value: "subscriptions" },
@@ -84569,6 +84688,8 @@ const ProjectNotificationFragmentDoc = {
84569
84688
  selections: [
84570
84689
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
84571
84690
  { kind: "Field", name: { kind: "Name", value: "type" } },
84691
+ { kind: "Field", name: { kind: "Name", value: "commentId" } },
84692
+ { kind: "Field", name: { kind: "Name", value: "parentCommentId" } },
84572
84693
  {
84573
84694
  kind: "Field",
84574
84695
  name: { kind: "Name", value: "botActor" },
@@ -84577,6 +84698,14 @@ const ProjectNotificationFragmentDoc = {
84577
84698
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
84578
84699
  },
84579
84700
  },
84701
+ {
84702
+ kind: "Field",
84703
+ name: { kind: "Name", value: "comment" },
84704
+ selectionSet: {
84705
+ kind: "SelectionSet",
84706
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84707
+ },
84708
+ },
84580
84709
  {
84581
84710
  kind: "Field",
84582
84711
  name: { kind: "Name", value: "externalUserActor" },
@@ -84586,6 +84715,14 @@ const ProjectNotificationFragmentDoc = {
84586
84715
  },
84587
84716
  },
84588
84717
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
84718
+ {
84719
+ kind: "Field",
84720
+ name: { kind: "Name", value: "parentComment" },
84721
+ selectionSet: {
84722
+ kind: "SelectionSet",
84723
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84724
+ },
84725
+ },
84589
84726
  {
84590
84727
  kind: "Field",
84591
84728
  name: { kind: "Name", value: "project" },
@@ -85260,68 +85397,6 @@ const TeamNotificationSubscriptionFragmentDoc = {
85260
85397
  },
85261
85398
  ],
85262
85399
  };
85263
- const TextDraftFragmentDoc = {
85264
- kind: "Document",
85265
- definitions: [
85266
- {
85267
- kind: "FragmentDefinition",
85268
- name: { kind: "Name", value: "TextDraft" },
85269
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "TextDraft" } },
85270
- selectionSet: {
85271
- kind: "SelectionSet",
85272
- selections: [
85273
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
85274
- {
85275
- kind: "Field",
85276
- name: { kind: "Name", value: "parentComment" },
85277
- selectionSet: {
85278
- kind: "SelectionSet",
85279
- selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85280
- },
85281
- },
85282
- {
85283
- kind: "Field",
85284
- name: { kind: "Name", value: "issue" },
85285
- selectionSet: {
85286
- kind: "SelectionSet",
85287
- selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85288
- },
85289
- },
85290
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
85291
- {
85292
- kind: "Field",
85293
- name: { kind: "Name", value: "project" },
85294
- selectionSet: {
85295
- kind: "SelectionSet",
85296
- selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85297
- },
85298
- },
85299
- {
85300
- kind: "Field",
85301
- name: { kind: "Name", value: "projectUpdate" },
85302
- selectionSet: {
85303
- kind: "SelectionSet",
85304
- selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85305
- },
85306
- },
85307
- { kind: "Field", name: { kind: "Name", value: "bodyData" } },
85308
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
85309
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
85310
- { kind: "Field", name: { kind: "Name", value: "id" } },
85311
- {
85312
- kind: "Field",
85313
- name: { kind: "Name", value: "user" },
85314
- selectionSet: {
85315
- kind: "SelectionSet",
85316
- selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85317
- },
85318
- },
85319
- { kind: "Field", name: { kind: "Name", value: "isAutogenerated" } },
85320
- ],
85321
- },
85322
- },
85323
- ],
85324
- };
85325
85400
  const UserAccountFragmentDoc = {
85326
85401
  kind: "Document",
85327
85402
  definitions: [
@@ -86613,6 +86688,58 @@ const IntegrationSettingsFragmentDoc = {
86613
86688
  },
86614
86689
  ],
86615
86690
  };
86691
+ const InitiativePayloadFragmentDoc = {
86692
+ kind: "Document",
86693
+ definitions: [
86694
+ {
86695
+ kind: "FragmentDefinition",
86696
+ name: { kind: "Name", value: "InitiativePayload" },
86697
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "InitiativePayload" } },
86698
+ selectionSet: {
86699
+ kind: "SelectionSet",
86700
+ selections: [
86701
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86702
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
86703
+ {
86704
+ kind: "Field",
86705
+ name: { kind: "Name", value: "initiative" },
86706
+ selectionSet: {
86707
+ kind: "SelectionSet",
86708
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86709
+ },
86710
+ },
86711
+ { kind: "Field", name: { kind: "Name", value: "success" } },
86712
+ ],
86713
+ },
86714
+ },
86715
+ ],
86716
+ };
86717
+ const InitiativeToProjectPayloadFragmentDoc = {
86718
+ kind: "Document",
86719
+ definitions: [
86720
+ {
86721
+ kind: "FragmentDefinition",
86722
+ name: { kind: "Name", value: "InitiativeToProjectPayload" },
86723
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "InitiativeToProjectPayload" } },
86724
+ selectionSet: {
86725
+ kind: "SelectionSet",
86726
+ selections: [
86727
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86728
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
86729
+ {
86730
+ kind: "Field",
86731
+ name: { kind: "Name", value: "initiativeToProject" },
86732
+ selectionSet: {
86733
+ kind: "SelectionSet",
86734
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86735
+ },
86736
+ },
86737
+ { kind: "Field", name: { kind: "Name", value: "success" } },
86738
+ ],
86739
+ },
86740
+ },
86741
+ ],
86742
+ };
86616
86743
  const NotificationDeliveryPreferencesDayFragmentDoc = {
86617
86744
  kind: "Document",
86618
86745
  definitions: [
@@ -86869,6 +86996,69 @@ const IssueImportSyncCheckPayloadFragmentDoc = {
86869
86996
  },
86870
86997
  ],
86871
86998
  };
86999
+ const TextDraftFragmentDoc = {
87000
+ kind: "Document",
87001
+ definitions: [
87002
+ {
87003
+ kind: "FragmentDefinition",
87004
+ name: { kind: "Name", value: "TextDraft" },
87005
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "TextDraft" } },
87006
+ selectionSet: {
87007
+ kind: "SelectionSet",
87008
+ selections: [
87009
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87010
+ { kind: "Field", name: { kind: "Name", value: "data" } },
87011
+ {
87012
+ kind: "Field",
87013
+ name: { kind: "Name", value: "parentComment" },
87014
+ selectionSet: {
87015
+ kind: "SelectionSet",
87016
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87017
+ },
87018
+ },
87019
+ {
87020
+ kind: "Field",
87021
+ name: { kind: "Name", value: "issue" },
87022
+ selectionSet: {
87023
+ kind: "SelectionSet",
87024
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87025
+ },
87026
+ },
87027
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
87028
+ {
87029
+ kind: "Field",
87030
+ name: { kind: "Name", value: "project" },
87031
+ selectionSet: {
87032
+ kind: "SelectionSet",
87033
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87034
+ },
87035
+ },
87036
+ {
87037
+ kind: "Field",
87038
+ name: { kind: "Name", value: "projectUpdate" },
87039
+ selectionSet: {
87040
+ kind: "SelectionSet",
87041
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87042
+ },
87043
+ },
87044
+ { kind: "Field", name: { kind: "Name", value: "bodyData" } },
87045
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
87046
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
87047
+ { kind: "Field", name: { kind: "Name", value: "id" } },
87048
+ {
87049
+ kind: "Field",
87050
+ name: { kind: "Name", value: "user" },
87051
+ selectionSet: {
87052
+ kind: "SelectionSet",
87053
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87054
+ },
87055
+ },
87056
+ { kind: "Field", name: { kind: "Name", value: "isAutogenerated" } },
87057
+ ],
87058
+ },
87059
+ },
87060
+ ],
87061
+ };
86872
87062
  const ApiKeyFragmentDoc = {
86873
87063
  kind: "Document",
86874
87064
  definitions: [
@@ -87386,6 +87576,7 @@ const AuthOrganizationBucketNamePayloadFragmentDoc = {
87386
87576
  selections: [
87387
87577
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
87388
87578
  { kind: "Field", name: { kind: "Name", value: "importsBucketName" } },
87579
+ { kind: "Field", name: { kind: "Name", value: "region" } },
87389
87580
  { kind: "Field", name: { kind: "Name", value: "uploadsBucketName" } },
87390
87581
  ],
87391
87582
  },
@@ -88838,6 +89029,14 @@ const EntityExternalLinkFragmentDoc = {
88838
89029
  kind: "SelectionSet",
88839
89030
  selections: [
88840
89031
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
89032
+ {
89033
+ kind: "Field",
89034
+ name: { kind: "Name", value: "initiative" },
89035
+ selectionSet: {
89036
+ kind: "SelectionSet",
89037
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
89038
+ },
89039
+ },
88841
89040
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
88842
89041
  { kind: "Field", name: { kind: "Name", value: "url" } },
88843
89042
  { kind: "Field", name: { kind: "Name", value: "label" } },
@@ -88985,6 +89184,14 @@ const FacetFragmentDoc = {
88985
89184
  selections: [
88986
89185
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
88987
89186
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
89187
+ {
89188
+ kind: "Field",
89189
+ name: { kind: "Name", value: "sourceInitiative" },
89190
+ selectionSet: {
89191
+ kind: "SelectionSet",
89192
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
89193
+ },
89194
+ },
88988
89195
  { kind: "Field", name: { kind: "Name", value: "sourcePage" } },
88989
89196
  {
88990
89197
  kind: "Field",
@@ -89118,14 +89325,6 @@ const FavoriteFragmentDoc = {
89118
89325
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
89119
89326
  },
89120
89327
  },
89121
- {
89122
- kind: "Field",
89123
- name: { kind: "Name", value: "projectTeam" },
89124
- selectionSet: {
89125
- kind: "SelectionSet",
89126
- selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
89127
- },
89128
- },
89129
89328
  {
89130
89329
  kind: "Field",
89131
89330
  name: { kind: "Name", value: "user" },
@@ -89153,6 +89352,7 @@ const FavoriteFragmentDoc = {
89153
89352
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
89154
89353
  },
89155
89354
  },
89355
+ { kind: "Field", name: { kind: "Name", value: "initiativeTab" } },
89156
89356
  { kind: "Field", name: { kind: "Name", value: "projectTab" } },
89157
89357
  {
89158
89358
  kind: "Field",
@@ -89167,6 +89367,15 @@ const FavoriteFragmentDoc = {
89167
89367
  { kind: "Field", name: { kind: "Name", value: "predefinedViewType" } },
89168
89368
  { kind: "Field", name: { kind: "Name", value: "type" } },
89169
89369
  { kind: "Field", name: { kind: "Name", value: "id" } },
89370
+ { kind: "Field", name: { kind: "Name", value: "url" } },
89371
+ {
89372
+ kind: "Field",
89373
+ name: { kind: "Name", value: "projectTeam" },
89374
+ selectionSet: {
89375
+ kind: "SelectionSet",
89376
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
89377
+ },
89378
+ },
89170
89379
  ],
89171
89380
  },
89172
89381
  },
@@ -89606,6 +89815,34 @@ const GitHubCommitIntegrationPayloadFragmentDoc = {
89606
89815
  },
89607
89816
  ],
89608
89817
  };
89818
+ const GitHubEnterpriseServerPayloadFragmentDoc = {
89819
+ kind: "Document",
89820
+ definitions: [
89821
+ {
89822
+ kind: "FragmentDefinition",
89823
+ name: { kind: "Name", value: "GitHubEnterpriseServerPayload" },
89824
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubEnterpriseServerPayload" } },
89825
+ selectionSet: {
89826
+ kind: "SelectionSet",
89827
+ selections: [
89828
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
89829
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
89830
+ {
89831
+ kind: "Field",
89832
+ name: { kind: "Name", value: "integration" },
89833
+ selectionSet: {
89834
+ kind: "SelectionSet",
89835
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
89836
+ },
89837
+ },
89838
+ { kind: "Field", name: { kind: "Name", value: "setupUrl" } },
89839
+ { kind: "Field", name: { kind: "Name", value: "webhookSecret" } },
89840
+ { kind: "Field", name: { kind: "Name", value: "success" } },
89841
+ ],
89842
+ },
89843
+ },
89844
+ ],
89845
+ };
89609
89846
  const ImageUploadFromUrlPayloadFragmentDoc = {
89610
89847
  kind: "Document",
89611
89848
  definitions: [
@@ -89625,6 +89862,153 @@ const ImageUploadFromUrlPayloadFragmentDoc = {
89625
89862
  },
89626
89863
  ],
89627
89864
  };
89865
+ const InitiativeFragmentDoc = {
89866
+ kind: "Document",
89867
+ definitions: [
89868
+ {
89869
+ kind: "FragmentDefinition",
89870
+ name: { kind: "Name", value: "Initiative" },
89871
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Initiative" } },
89872
+ selectionSet: {
89873
+ kind: "SelectionSet",
89874
+ selections: [
89875
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
89876
+ { kind: "Field", name: { kind: "Name", value: "trashed" } },
89877
+ { kind: "Field", name: { kind: "Name", value: "description" } },
89878
+ { kind: "Field", name: { kind: "Name", value: "targetDate" } },
89879
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
89880
+ { kind: "Field", name: { kind: "Name", value: "color" } },
89881
+ { kind: "Field", name: { kind: "Name", value: "slugId" } },
89882
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
89883
+ { kind: "Field", name: { kind: "Name", value: "name" } },
89884
+ { kind: "Field", name: { kind: "Name", value: "targetDateResolution" } },
89885
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
89886
+ { kind: "Field", name: { kind: "Name", value: "status" } },
89887
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
89888
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
89889
+ { kind: "Field", name: { kind: "Name", value: "id" } },
89890
+ {
89891
+ kind: "Field",
89892
+ name: { kind: "Name", value: "creator" },
89893
+ selectionSet: {
89894
+ kind: "SelectionSet",
89895
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
89896
+ },
89897
+ },
89898
+ {
89899
+ kind: "Field",
89900
+ name: { kind: "Name", value: "owner" },
89901
+ selectionSet: {
89902
+ kind: "SelectionSet",
89903
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
89904
+ },
89905
+ },
89906
+ ],
89907
+ },
89908
+ },
89909
+ ],
89910
+ };
89911
+ const InitiativeConnectionFragmentDoc = {
89912
+ kind: "Document",
89913
+ definitions: [
89914
+ {
89915
+ kind: "FragmentDefinition",
89916
+ name: { kind: "Name", value: "InitiativeConnection" },
89917
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "InitiativeConnection" } },
89918
+ selectionSet: {
89919
+ kind: "SelectionSet",
89920
+ selections: [
89921
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
89922
+ {
89923
+ kind: "Field",
89924
+ name: { kind: "Name", value: "nodes" },
89925
+ selectionSet: {
89926
+ kind: "SelectionSet",
89927
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Initiative" } }],
89928
+ },
89929
+ },
89930
+ {
89931
+ kind: "Field",
89932
+ name: { kind: "Name", value: "pageInfo" },
89933
+ selectionSet: {
89934
+ kind: "SelectionSet",
89935
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
89936
+ },
89937
+ },
89938
+ ],
89939
+ },
89940
+ },
89941
+ ],
89942
+ };
89943
+ const InitiativeToProjectFragmentDoc = {
89944
+ kind: "Document",
89945
+ definitions: [
89946
+ {
89947
+ kind: "FragmentDefinition",
89948
+ name: { kind: "Name", value: "InitiativeToProject" },
89949
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "InitiativeToProject" } },
89950
+ selectionSet: {
89951
+ kind: "SelectionSet",
89952
+ selections: [
89953
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
89954
+ {
89955
+ kind: "Field",
89956
+ name: { kind: "Name", value: "initiative" },
89957
+ selectionSet: {
89958
+ kind: "SelectionSet",
89959
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
89960
+ },
89961
+ },
89962
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
89963
+ {
89964
+ kind: "Field",
89965
+ name: { kind: "Name", value: "project" },
89966
+ selectionSet: {
89967
+ kind: "SelectionSet",
89968
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
89969
+ },
89970
+ },
89971
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
89972
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
89973
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
89974
+ { kind: "Field", name: { kind: "Name", value: "id" } },
89975
+ ],
89976
+ },
89977
+ },
89978
+ ],
89979
+ };
89980
+ const InitiativeToProjectConnectionFragmentDoc = {
89981
+ kind: "Document",
89982
+ definitions: [
89983
+ {
89984
+ kind: "FragmentDefinition",
89985
+ name: { kind: "Name", value: "InitiativeToProjectConnection" },
89986
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "InitiativeToProjectConnection" } },
89987
+ selectionSet: {
89988
+ kind: "SelectionSet",
89989
+ selections: [
89990
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
89991
+ {
89992
+ kind: "Field",
89993
+ name: { kind: "Name", value: "nodes" },
89994
+ selectionSet: {
89995
+ kind: "SelectionSet",
89996
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "InitiativeToProject" } }],
89997
+ },
89998
+ },
89999
+ {
90000
+ kind: "Field",
90001
+ name: { kind: "Name", value: "pageInfo" },
90002
+ selectionSet: {
90003
+ kind: "SelectionSet",
90004
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
90005
+ },
90006
+ },
90007
+ ],
90008
+ },
90009
+ },
90010
+ ],
90011
+ };
89628
90012
  const IntegrationFragmentDoc = {
89629
90013
  kind: "Document",
89630
90014
  definitions: [
@@ -90233,7 +90617,9 @@ const UserFragmentDoc = {
90233
90617
  { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
90234
90618
  { kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
90235
90619
  { kind: "Field", name: { kind: "Name", value: "disableReason" } },
90620
+ { kind: "Field", name: { kind: "Name", value: "avatarBackgroundColor" } },
90236
90621
  { kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
90622
+ { kind: "Field", name: { kind: "Name", value: "initials" } },
90237
90623
  { kind: "Field", name: { kind: "Name", value: "statusLabel" } },
90238
90624
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
90239
90625
  { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
@@ -90273,6 +90659,7 @@ const IssueImportFragmentDoc = {
90273
90659
  { kind: "Field", name: { kind: "Name", value: "serviceMetadata" } },
90274
90660
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
90275
90661
  { kind: "Field", name: { kind: "Name", value: "mapping" } },
90662
+ { kind: "Field", name: { kind: "Name", value: "displayName" } },
90276
90663
  { kind: "Field", name: { kind: "Name", value: "creatorId" } },
90277
90664
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
90278
90665
  { kind: "Field", name: { kind: "Name", value: "service" } },
@@ -98421,13 +98808,13 @@ const FavoritesDocument = {
98421
98808
  ...PageInfoFragmentDoc.definitions,
98422
98809
  ],
98423
98810
  };
98424
- const IntegrationDocument = {
98811
+ const InitiativeDocument = {
98425
98812
  kind: "Document",
98426
98813
  definitions: [
98427
98814
  {
98428
98815
  kind: "OperationDefinition",
98429
98816
  operation: "query",
98430
- name: { kind: "Name", value: "integration" },
98817
+ name: { kind: "Name", value: "initiative" },
98431
98818
  variableDefinitions: [
98432
98819
  {
98433
98820
  kind: "VariableDefinition",
@@ -98440,7 +98827,7 @@ const IntegrationDocument = {
98440
98827
  selections: [
98441
98828
  {
98442
98829
  kind: "Field",
98443
- name: { kind: "Name", value: "integration" },
98830
+ name: { kind: "Name", value: "initiative" },
98444
98831
  arguments: [
98445
98832
  {
98446
98833
  kind: "Argument",
@@ -98450,115 +98837,606 @@ const IntegrationDocument = {
98450
98837
  ],
98451
98838
  selectionSet: {
98452
98839
  kind: "SelectionSet",
98453
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Integration" } }],
98840
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Initiative" } }],
98454
98841
  },
98455
98842
  },
98456
98843
  ],
98457
98844
  },
98458
98845
  },
98459
- ...IntegrationFragmentDoc.definitions,
98846
+ ...InitiativeFragmentDoc.definitions,
98460
98847
  ],
98461
98848
  };
98462
- const IntegrationHasScopesDocument = {
98849
+ const Initiative_LinksDocument = {
98463
98850
  kind: "Document",
98464
98851
  definitions: [
98465
98852
  {
98466
98853
  kind: "OperationDefinition",
98467
98854
  operation: "query",
98468
- name: { kind: "Name", value: "integrationHasScopes" },
98469
- variableDefinitions: [
98470
- {
98471
- kind: "VariableDefinition",
98472
- variable: { kind: "Variable", name: { kind: "Name", value: "integrationId" } },
98473
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
98474
- },
98475
- {
98476
- kind: "VariableDefinition",
98477
- variable: { kind: "Variable", name: { kind: "Name", value: "scopes" } },
98478
- type: {
98479
- kind: "NonNullType",
98480
- type: {
98481
- kind: "ListType",
98482
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
98483
- },
98484
- },
98485
- },
98486
- ],
98487
- selectionSet: {
98488
- kind: "SelectionSet",
98489
- selections: [
98490
- {
98491
- kind: "Field",
98492
- name: { kind: "Name", value: "integrationHasScopes" },
98493
- arguments: [
98494
- {
98495
- kind: "Argument",
98496
- name: { kind: "Name", value: "integrationId" },
98497
- value: { kind: "Variable", name: { kind: "Name", value: "integrationId" } },
98498
- },
98499
- {
98500
- kind: "Argument",
98501
- name: { kind: "Name", value: "scopes" },
98502
- value: { kind: "Variable", name: { kind: "Name", value: "scopes" } },
98503
- },
98504
- ],
98505
- selectionSet: {
98506
- kind: "SelectionSet",
98507
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationHasScopesPayload" } }],
98508
- },
98509
- },
98510
- ],
98511
- },
98512
- },
98513
- ...IntegrationHasScopesPayloadFragmentDoc.definitions,
98514
- ],
98515
- };
98516
- const IntegrationTemplateDocument = {
98517
- kind: "Document",
98518
- definitions: [
98519
- {
98520
- kind: "OperationDefinition",
98521
- operation: "query",
98522
- name: { kind: "Name", value: "integrationTemplate" },
98855
+ name: { kind: "Name", value: "initiative_links" },
98523
98856
  variableDefinitions: [
98524
98857
  {
98525
98858
  kind: "VariableDefinition",
98526
98859
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
98527
98860
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
98528
98861
  },
98529
- ],
98530
- selectionSet: {
98531
- kind: "SelectionSet",
98532
- selections: [
98533
- {
98534
- kind: "Field",
98535
- name: { kind: "Name", value: "integrationTemplate" },
98536
- arguments: [
98537
- {
98538
- kind: "Argument",
98539
- name: { kind: "Name", value: "id" },
98540
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
98541
- },
98542
- ],
98543
- selectionSet: {
98544
- kind: "SelectionSet",
98545
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationTemplate" } }],
98546
- },
98547
- },
98548
- ],
98549
- },
98550
- },
98551
- ...IntegrationTemplateFragmentDoc.definitions,
98552
- ],
98553
- };
98554
- const IntegrationTemplatesDocument = {
98555
- kind: "Document",
98556
- definitions: [
98557
- {
98558
- kind: "OperationDefinition",
98559
- operation: "query",
98560
- name: { kind: "Name", value: "integrationTemplates" },
98561
- variableDefinitions: [
98862
+ {
98863
+ kind: "VariableDefinition",
98864
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
98865
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
98866
+ },
98867
+ {
98868
+ kind: "VariableDefinition",
98869
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
98870
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
98871
+ },
98872
+ {
98873
+ kind: "VariableDefinition",
98874
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
98875
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
98876
+ },
98877
+ {
98878
+ kind: "VariableDefinition",
98879
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
98880
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
98881
+ },
98882
+ {
98883
+ kind: "VariableDefinition",
98884
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
98885
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
98886
+ },
98887
+ {
98888
+ kind: "VariableDefinition",
98889
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
98890
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
98891
+ },
98892
+ ],
98893
+ selectionSet: {
98894
+ kind: "SelectionSet",
98895
+ selections: [
98896
+ {
98897
+ kind: "Field",
98898
+ name: { kind: "Name", value: "initiative" },
98899
+ arguments: [
98900
+ {
98901
+ kind: "Argument",
98902
+ name: { kind: "Name", value: "id" },
98903
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
98904
+ },
98905
+ ],
98906
+ selectionSet: {
98907
+ kind: "SelectionSet",
98908
+ selections: [
98909
+ {
98910
+ kind: "Field",
98911
+ name: { kind: "Name", value: "links" },
98912
+ arguments: [
98913
+ {
98914
+ kind: "Argument",
98915
+ name: { kind: "Name", value: "after" },
98916
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
98917
+ },
98918
+ {
98919
+ kind: "Argument",
98920
+ name: { kind: "Name", value: "before" },
98921
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
98922
+ },
98923
+ {
98924
+ kind: "Argument",
98925
+ name: { kind: "Name", value: "first" },
98926
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
98927
+ },
98928
+ {
98929
+ kind: "Argument",
98930
+ name: { kind: "Name", value: "includeArchived" },
98931
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
98932
+ },
98933
+ {
98934
+ kind: "Argument",
98935
+ name: { kind: "Name", value: "last" },
98936
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
98937
+ },
98938
+ {
98939
+ kind: "Argument",
98940
+ name: { kind: "Name", value: "orderBy" },
98941
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
98942
+ },
98943
+ ],
98944
+ selectionSet: {
98945
+ kind: "SelectionSet",
98946
+ selections: [
98947
+ { kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLinkConnection" } },
98948
+ ],
98949
+ },
98950
+ },
98951
+ ],
98952
+ },
98953
+ },
98954
+ ],
98955
+ },
98956
+ },
98957
+ ...EntityExternalLinkConnectionFragmentDoc.definitions,
98958
+ ...EntityExternalLinkFragmentDoc.definitions,
98959
+ ...PageInfoFragmentDoc.definitions,
98960
+ ],
98961
+ };
98962
+ const Initiative_ProjectsDocument = {
98963
+ kind: "Document",
98964
+ definitions: [
98965
+ {
98966
+ kind: "OperationDefinition",
98967
+ operation: "query",
98968
+ name: { kind: "Name", value: "initiative_projects" },
98969
+ variableDefinitions: [
98970
+ {
98971
+ kind: "VariableDefinition",
98972
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
98973
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
98974
+ },
98975
+ {
98976
+ kind: "VariableDefinition",
98977
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
98978
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
98979
+ },
98980
+ {
98981
+ kind: "VariableDefinition",
98982
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
98983
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
98984
+ },
98985
+ {
98986
+ kind: "VariableDefinition",
98987
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
98988
+ type: { kind: "NamedType", name: { kind: "Name", value: "ProjectFilter" } },
98989
+ },
98990
+ {
98991
+ kind: "VariableDefinition",
98992
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
98993
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
98994
+ },
98995
+ {
98996
+ kind: "VariableDefinition",
98997
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
98998
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
98999
+ },
99000
+ {
99001
+ kind: "VariableDefinition",
99002
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
99003
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
99004
+ },
99005
+ {
99006
+ kind: "VariableDefinition",
99007
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
99008
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
99009
+ },
99010
+ ],
99011
+ selectionSet: {
99012
+ kind: "SelectionSet",
99013
+ selections: [
99014
+ {
99015
+ kind: "Field",
99016
+ name: { kind: "Name", value: "initiative" },
99017
+ arguments: [
99018
+ {
99019
+ kind: "Argument",
99020
+ name: { kind: "Name", value: "id" },
99021
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
99022
+ },
99023
+ ],
99024
+ selectionSet: {
99025
+ kind: "SelectionSet",
99026
+ selections: [
99027
+ {
99028
+ kind: "Field",
99029
+ name: { kind: "Name", value: "projects" },
99030
+ arguments: [
99031
+ {
99032
+ kind: "Argument",
99033
+ name: { kind: "Name", value: "after" },
99034
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
99035
+ },
99036
+ {
99037
+ kind: "Argument",
99038
+ name: { kind: "Name", value: "before" },
99039
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
99040
+ },
99041
+ {
99042
+ kind: "Argument",
99043
+ name: { kind: "Name", value: "filter" },
99044
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
99045
+ },
99046
+ {
99047
+ kind: "Argument",
99048
+ name: { kind: "Name", value: "first" },
99049
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
99050
+ },
99051
+ {
99052
+ kind: "Argument",
99053
+ name: { kind: "Name", value: "includeArchived" },
99054
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
99055
+ },
99056
+ {
99057
+ kind: "Argument",
99058
+ name: { kind: "Name", value: "last" },
99059
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
99060
+ },
99061
+ {
99062
+ kind: "Argument",
99063
+ name: { kind: "Name", value: "orderBy" },
99064
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
99065
+ },
99066
+ ],
99067
+ selectionSet: {
99068
+ kind: "SelectionSet",
99069
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectConnection" } }],
99070
+ },
99071
+ },
99072
+ ],
99073
+ },
99074
+ },
99075
+ ],
99076
+ },
99077
+ },
99078
+ ...ProjectConnectionFragmentDoc.definitions,
99079
+ ...ProjectFragmentDoc.definitions,
99080
+ ...ProjectStatusFragmentDoc.definitions,
99081
+ ...PageInfoFragmentDoc.definitions,
99082
+ ],
99083
+ };
99084
+ const InitiativeToProjectDocument = {
99085
+ kind: "Document",
99086
+ definitions: [
99087
+ {
99088
+ kind: "OperationDefinition",
99089
+ operation: "query",
99090
+ name: { kind: "Name", value: "initiativeToProject" },
99091
+ variableDefinitions: [
99092
+ {
99093
+ kind: "VariableDefinition",
99094
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
99095
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
99096
+ },
99097
+ ],
99098
+ selectionSet: {
99099
+ kind: "SelectionSet",
99100
+ selections: [
99101
+ {
99102
+ kind: "Field",
99103
+ name: { kind: "Name", value: "initiativeToProject" },
99104
+ arguments: [
99105
+ {
99106
+ kind: "Argument",
99107
+ name: { kind: "Name", value: "id" },
99108
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
99109
+ },
99110
+ ],
99111
+ selectionSet: {
99112
+ kind: "SelectionSet",
99113
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "InitiativeToProject" } }],
99114
+ },
99115
+ },
99116
+ ],
99117
+ },
99118
+ },
99119
+ ...InitiativeToProjectFragmentDoc.definitions,
99120
+ ],
99121
+ };
99122
+ const InitiativeToProjectsDocument = {
99123
+ kind: "Document",
99124
+ definitions: [
99125
+ {
99126
+ kind: "OperationDefinition",
99127
+ operation: "query",
99128
+ name: { kind: "Name", value: "initiativeToProjects" },
99129
+ variableDefinitions: [
99130
+ {
99131
+ kind: "VariableDefinition",
99132
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
99133
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
99134
+ },
99135
+ {
99136
+ kind: "VariableDefinition",
99137
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
99138
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
99139
+ },
99140
+ {
99141
+ kind: "VariableDefinition",
99142
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
99143
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
99144
+ },
99145
+ {
99146
+ kind: "VariableDefinition",
99147
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
99148
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
99149
+ },
99150
+ {
99151
+ kind: "VariableDefinition",
99152
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
99153
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
99154
+ },
99155
+ {
99156
+ kind: "VariableDefinition",
99157
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
99158
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
99159
+ },
99160
+ ],
99161
+ selectionSet: {
99162
+ kind: "SelectionSet",
99163
+ selections: [
99164
+ {
99165
+ kind: "Field",
99166
+ name: { kind: "Name", value: "initiativeToProjects" },
99167
+ arguments: [
99168
+ {
99169
+ kind: "Argument",
99170
+ name: { kind: "Name", value: "after" },
99171
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
99172
+ },
99173
+ {
99174
+ kind: "Argument",
99175
+ name: { kind: "Name", value: "before" },
99176
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
99177
+ },
99178
+ {
99179
+ kind: "Argument",
99180
+ name: { kind: "Name", value: "first" },
99181
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
99182
+ },
99183
+ {
99184
+ kind: "Argument",
99185
+ name: { kind: "Name", value: "includeArchived" },
99186
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
99187
+ },
99188
+ {
99189
+ kind: "Argument",
99190
+ name: { kind: "Name", value: "last" },
99191
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
99192
+ },
99193
+ {
99194
+ kind: "Argument",
99195
+ name: { kind: "Name", value: "orderBy" },
99196
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
99197
+ },
99198
+ ],
99199
+ selectionSet: {
99200
+ kind: "SelectionSet",
99201
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "InitiativeToProjectConnection" } }],
99202
+ },
99203
+ },
99204
+ ],
99205
+ },
99206
+ },
99207
+ ...InitiativeToProjectConnectionFragmentDoc.definitions,
99208
+ ...InitiativeToProjectFragmentDoc.definitions,
99209
+ ...PageInfoFragmentDoc.definitions,
99210
+ ],
99211
+ };
99212
+ const InitiativesDocument = {
99213
+ kind: "Document",
99214
+ definitions: [
99215
+ {
99216
+ kind: "OperationDefinition",
99217
+ operation: "query",
99218
+ name: { kind: "Name", value: "initiatives" },
99219
+ variableDefinitions: [
99220
+ {
99221
+ kind: "VariableDefinition",
99222
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
99223
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
99224
+ },
99225
+ {
99226
+ kind: "VariableDefinition",
99227
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
99228
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
99229
+ },
99230
+ {
99231
+ kind: "VariableDefinition",
99232
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
99233
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
99234
+ },
99235
+ {
99236
+ kind: "VariableDefinition",
99237
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
99238
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
99239
+ },
99240
+ {
99241
+ kind: "VariableDefinition",
99242
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
99243
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
99244
+ },
99245
+ {
99246
+ kind: "VariableDefinition",
99247
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
99248
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
99249
+ },
99250
+ ],
99251
+ selectionSet: {
99252
+ kind: "SelectionSet",
99253
+ selections: [
99254
+ {
99255
+ kind: "Field",
99256
+ name: { kind: "Name", value: "initiatives" },
99257
+ arguments: [
99258
+ {
99259
+ kind: "Argument",
99260
+ name: { kind: "Name", value: "after" },
99261
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
99262
+ },
99263
+ {
99264
+ kind: "Argument",
99265
+ name: { kind: "Name", value: "before" },
99266
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
99267
+ },
99268
+ {
99269
+ kind: "Argument",
99270
+ name: { kind: "Name", value: "first" },
99271
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
99272
+ },
99273
+ {
99274
+ kind: "Argument",
99275
+ name: { kind: "Name", value: "includeArchived" },
99276
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
99277
+ },
99278
+ {
99279
+ kind: "Argument",
99280
+ name: { kind: "Name", value: "last" },
99281
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
99282
+ },
99283
+ {
99284
+ kind: "Argument",
99285
+ name: { kind: "Name", value: "orderBy" },
99286
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
99287
+ },
99288
+ ],
99289
+ selectionSet: {
99290
+ kind: "SelectionSet",
99291
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "InitiativeConnection" } }],
99292
+ },
99293
+ },
99294
+ ],
99295
+ },
99296
+ },
99297
+ ...InitiativeConnectionFragmentDoc.definitions,
99298
+ ...InitiativeFragmentDoc.definitions,
99299
+ ...PageInfoFragmentDoc.definitions,
99300
+ ],
99301
+ };
99302
+ const IntegrationDocument = {
99303
+ kind: "Document",
99304
+ definitions: [
99305
+ {
99306
+ kind: "OperationDefinition",
99307
+ operation: "query",
99308
+ name: { kind: "Name", value: "integration" },
99309
+ variableDefinitions: [
99310
+ {
99311
+ kind: "VariableDefinition",
99312
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
99313
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
99314
+ },
99315
+ ],
99316
+ selectionSet: {
99317
+ kind: "SelectionSet",
99318
+ selections: [
99319
+ {
99320
+ kind: "Field",
99321
+ name: { kind: "Name", value: "integration" },
99322
+ arguments: [
99323
+ {
99324
+ kind: "Argument",
99325
+ name: { kind: "Name", value: "id" },
99326
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
99327
+ },
99328
+ ],
99329
+ selectionSet: {
99330
+ kind: "SelectionSet",
99331
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Integration" } }],
99332
+ },
99333
+ },
99334
+ ],
99335
+ },
99336
+ },
99337
+ ...IntegrationFragmentDoc.definitions,
99338
+ ],
99339
+ };
99340
+ const IntegrationHasScopesDocument = {
99341
+ kind: "Document",
99342
+ definitions: [
99343
+ {
99344
+ kind: "OperationDefinition",
99345
+ operation: "query",
99346
+ name: { kind: "Name", value: "integrationHasScopes" },
99347
+ variableDefinitions: [
99348
+ {
99349
+ kind: "VariableDefinition",
99350
+ variable: { kind: "Variable", name: { kind: "Name", value: "integrationId" } },
99351
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
99352
+ },
99353
+ {
99354
+ kind: "VariableDefinition",
99355
+ variable: { kind: "Variable", name: { kind: "Name", value: "scopes" } },
99356
+ type: {
99357
+ kind: "NonNullType",
99358
+ type: {
99359
+ kind: "ListType",
99360
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
99361
+ },
99362
+ },
99363
+ },
99364
+ ],
99365
+ selectionSet: {
99366
+ kind: "SelectionSet",
99367
+ selections: [
99368
+ {
99369
+ kind: "Field",
99370
+ name: { kind: "Name", value: "integrationHasScopes" },
99371
+ arguments: [
99372
+ {
99373
+ kind: "Argument",
99374
+ name: { kind: "Name", value: "integrationId" },
99375
+ value: { kind: "Variable", name: { kind: "Name", value: "integrationId" } },
99376
+ },
99377
+ {
99378
+ kind: "Argument",
99379
+ name: { kind: "Name", value: "scopes" },
99380
+ value: { kind: "Variable", name: { kind: "Name", value: "scopes" } },
99381
+ },
99382
+ ],
99383
+ selectionSet: {
99384
+ kind: "SelectionSet",
99385
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationHasScopesPayload" } }],
99386
+ },
99387
+ },
99388
+ ],
99389
+ },
99390
+ },
99391
+ ...IntegrationHasScopesPayloadFragmentDoc.definitions,
99392
+ ],
99393
+ };
99394
+ const IntegrationTemplateDocument = {
99395
+ kind: "Document",
99396
+ definitions: [
99397
+ {
99398
+ kind: "OperationDefinition",
99399
+ operation: "query",
99400
+ name: { kind: "Name", value: "integrationTemplate" },
99401
+ variableDefinitions: [
99402
+ {
99403
+ kind: "VariableDefinition",
99404
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
99405
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
99406
+ },
99407
+ ],
99408
+ selectionSet: {
99409
+ kind: "SelectionSet",
99410
+ selections: [
99411
+ {
99412
+ kind: "Field",
99413
+ name: { kind: "Name", value: "integrationTemplate" },
99414
+ arguments: [
99415
+ {
99416
+ kind: "Argument",
99417
+ name: { kind: "Name", value: "id" },
99418
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
99419
+ },
99420
+ ],
99421
+ selectionSet: {
99422
+ kind: "SelectionSet",
99423
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationTemplate" } }],
99424
+ },
99425
+ },
99426
+ ],
99427
+ },
99428
+ },
99429
+ ...IntegrationTemplateFragmentDoc.definitions,
99430
+ ],
99431
+ };
99432
+ const IntegrationTemplatesDocument = {
99433
+ kind: "Document",
99434
+ definitions: [
99435
+ {
99436
+ kind: "OperationDefinition",
99437
+ operation: "query",
99438
+ name: { kind: "Name", value: "integrationTemplates" },
99439
+ variableDefinitions: [
98562
99440
  {
98563
99441
  kind: "VariableDefinition",
98564
99442
  variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
@@ -113468,6 +114346,342 @@ const ImportFileUploadDocument = {
113468
114346
  ...UploadFileHeaderFragmentDoc.definitions,
113469
114347
  ],
113470
114348
  };
114349
+ const ArchiveInitiativeDocument = {
114350
+ kind: "Document",
114351
+ definitions: [
114352
+ {
114353
+ kind: "OperationDefinition",
114354
+ operation: "mutation",
114355
+ name: { kind: "Name", value: "archiveInitiative" },
114356
+ variableDefinitions: [
114357
+ {
114358
+ kind: "VariableDefinition",
114359
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
114360
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
114361
+ },
114362
+ ],
114363
+ selectionSet: {
114364
+ kind: "SelectionSet",
114365
+ selections: [
114366
+ {
114367
+ kind: "Field",
114368
+ name: { kind: "Name", value: "initiativeArchive" },
114369
+ arguments: [
114370
+ {
114371
+ kind: "Argument",
114372
+ name: { kind: "Name", value: "id" },
114373
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
114374
+ },
114375
+ ],
114376
+ selectionSet: {
114377
+ kind: "SelectionSet",
114378
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "InitiativeArchivePayload" } }],
114379
+ },
114380
+ },
114381
+ ],
114382
+ },
114383
+ },
114384
+ ...InitiativeArchivePayloadFragmentDoc.definitions,
114385
+ ],
114386
+ };
114387
+ const CreateInitiativeDocument = {
114388
+ kind: "Document",
114389
+ definitions: [
114390
+ {
114391
+ kind: "OperationDefinition",
114392
+ operation: "mutation",
114393
+ name: { kind: "Name", value: "createInitiative" },
114394
+ variableDefinitions: [
114395
+ {
114396
+ kind: "VariableDefinition",
114397
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
114398
+ type: {
114399
+ kind: "NonNullType",
114400
+ type: { kind: "NamedType", name: { kind: "Name", value: "InitiativeCreateInput" } },
114401
+ },
114402
+ },
114403
+ ],
114404
+ selectionSet: {
114405
+ kind: "SelectionSet",
114406
+ selections: [
114407
+ {
114408
+ kind: "Field",
114409
+ name: { kind: "Name", value: "initiativeCreate" },
114410
+ arguments: [
114411
+ {
114412
+ kind: "Argument",
114413
+ name: { kind: "Name", value: "input" },
114414
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
114415
+ },
114416
+ ],
114417
+ selectionSet: {
114418
+ kind: "SelectionSet",
114419
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "InitiativePayload" } }],
114420
+ },
114421
+ },
114422
+ ],
114423
+ },
114424
+ },
114425
+ ...InitiativePayloadFragmentDoc.definitions,
114426
+ ],
114427
+ };
114428
+ const DeleteInitiativeDocument = {
114429
+ kind: "Document",
114430
+ definitions: [
114431
+ {
114432
+ kind: "OperationDefinition",
114433
+ operation: "mutation",
114434
+ name: { kind: "Name", value: "deleteInitiative" },
114435
+ variableDefinitions: [
114436
+ {
114437
+ kind: "VariableDefinition",
114438
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
114439
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
114440
+ },
114441
+ ],
114442
+ selectionSet: {
114443
+ kind: "SelectionSet",
114444
+ selections: [
114445
+ {
114446
+ kind: "Field",
114447
+ name: { kind: "Name", value: "initiativeDelete" },
114448
+ arguments: [
114449
+ {
114450
+ kind: "Argument",
114451
+ name: { kind: "Name", value: "id" },
114452
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
114453
+ },
114454
+ ],
114455
+ selectionSet: {
114456
+ kind: "SelectionSet",
114457
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
114458
+ },
114459
+ },
114460
+ ],
114461
+ },
114462
+ },
114463
+ ...DeletePayloadFragmentDoc.definitions,
114464
+ ],
114465
+ };
114466
+ const CreateInitiativeToProjectDocument = {
114467
+ kind: "Document",
114468
+ definitions: [
114469
+ {
114470
+ kind: "OperationDefinition",
114471
+ operation: "mutation",
114472
+ name: { kind: "Name", value: "createInitiativeToProject" },
114473
+ variableDefinitions: [
114474
+ {
114475
+ kind: "VariableDefinition",
114476
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
114477
+ type: {
114478
+ kind: "NonNullType",
114479
+ type: { kind: "NamedType", name: { kind: "Name", value: "InitiativeToProjectCreateInput" } },
114480
+ },
114481
+ },
114482
+ ],
114483
+ selectionSet: {
114484
+ kind: "SelectionSet",
114485
+ selections: [
114486
+ {
114487
+ kind: "Field",
114488
+ name: { kind: "Name", value: "initiativeToProjectCreate" },
114489
+ arguments: [
114490
+ {
114491
+ kind: "Argument",
114492
+ name: { kind: "Name", value: "input" },
114493
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
114494
+ },
114495
+ ],
114496
+ selectionSet: {
114497
+ kind: "SelectionSet",
114498
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "InitiativeToProjectPayload" } }],
114499
+ },
114500
+ },
114501
+ ],
114502
+ },
114503
+ },
114504
+ ...InitiativeToProjectPayloadFragmentDoc.definitions,
114505
+ ],
114506
+ };
114507
+ const DeleteInitiativeToProjectDocument = {
114508
+ kind: "Document",
114509
+ definitions: [
114510
+ {
114511
+ kind: "OperationDefinition",
114512
+ operation: "mutation",
114513
+ name: { kind: "Name", value: "deleteInitiativeToProject" },
114514
+ variableDefinitions: [
114515
+ {
114516
+ kind: "VariableDefinition",
114517
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
114518
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
114519
+ },
114520
+ ],
114521
+ selectionSet: {
114522
+ kind: "SelectionSet",
114523
+ selections: [
114524
+ {
114525
+ kind: "Field",
114526
+ name: { kind: "Name", value: "initiativeToProjectDelete" },
114527
+ arguments: [
114528
+ {
114529
+ kind: "Argument",
114530
+ name: { kind: "Name", value: "id" },
114531
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
114532
+ },
114533
+ ],
114534
+ selectionSet: {
114535
+ kind: "SelectionSet",
114536
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
114537
+ },
114538
+ },
114539
+ ],
114540
+ },
114541
+ },
114542
+ ...DeletePayloadFragmentDoc.definitions,
114543
+ ],
114544
+ };
114545
+ const UpdateInitiativeToProjectDocument = {
114546
+ kind: "Document",
114547
+ definitions: [
114548
+ {
114549
+ kind: "OperationDefinition",
114550
+ operation: "mutation",
114551
+ name: { kind: "Name", value: "updateInitiativeToProject" },
114552
+ variableDefinitions: [
114553
+ {
114554
+ kind: "VariableDefinition",
114555
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
114556
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
114557
+ },
114558
+ {
114559
+ kind: "VariableDefinition",
114560
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
114561
+ type: {
114562
+ kind: "NonNullType",
114563
+ type: { kind: "NamedType", name: { kind: "Name", value: "InitiativeToProjectUpdateInput" } },
114564
+ },
114565
+ },
114566
+ ],
114567
+ selectionSet: {
114568
+ kind: "SelectionSet",
114569
+ selections: [
114570
+ {
114571
+ kind: "Field",
114572
+ name: { kind: "Name", value: "initiativeToProjectUpdate" },
114573
+ arguments: [
114574
+ {
114575
+ kind: "Argument",
114576
+ name: { kind: "Name", value: "id" },
114577
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
114578
+ },
114579
+ {
114580
+ kind: "Argument",
114581
+ name: { kind: "Name", value: "input" },
114582
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
114583
+ },
114584
+ ],
114585
+ selectionSet: {
114586
+ kind: "SelectionSet",
114587
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "InitiativeToProjectPayload" } }],
114588
+ },
114589
+ },
114590
+ ],
114591
+ },
114592
+ },
114593
+ ...InitiativeToProjectPayloadFragmentDoc.definitions,
114594
+ ],
114595
+ };
114596
+ const UnarchiveInitiativeDocument = {
114597
+ kind: "Document",
114598
+ definitions: [
114599
+ {
114600
+ kind: "OperationDefinition",
114601
+ operation: "mutation",
114602
+ name: { kind: "Name", value: "unarchiveInitiative" },
114603
+ variableDefinitions: [
114604
+ {
114605
+ kind: "VariableDefinition",
114606
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
114607
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
114608
+ },
114609
+ ],
114610
+ selectionSet: {
114611
+ kind: "SelectionSet",
114612
+ selections: [
114613
+ {
114614
+ kind: "Field",
114615
+ name: { kind: "Name", value: "initiativeUnarchive" },
114616
+ arguments: [
114617
+ {
114618
+ kind: "Argument",
114619
+ name: { kind: "Name", value: "id" },
114620
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
114621
+ },
114622
+ ],
114623
+ selectionSet: {
114624
+ kind: "SelectionSet",
114625
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "InitiativeArchivePayload" } }],
114626
+ },
114627
+ },
114628
+ ],
114629
+ },
114630
+ },
114631
+ ...InitiativeArchivePayloadFragmentDoc.definitions,
114632
+ ],
114633
+ };
114634
+ const UpdateInitiativeDocument = {
114635
+ kind: "Document",
114636
+ definitions: [
114637
+ {
114638
+ kind: "OperationDefinition",
114639
+ operation: "mutation",
114640
+ name: { kind: "Name", value: "updateInitiative" },
114641
+ variableDefinitions: [
114642
+ {
114643
+ kind: "VariableDefinition",
114644
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
114645
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
114646
+ },
114647
+ {
114648
+ kind: "VariableDefinition",
114649
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
114650
+ type: {
114651
+ kind: "NonNullType",
114652
+ type: { kind: "NamedType", name: { kind: "Name", value: "InitiativeUpdateInput" } },
114653
+ },
114654
+ },
114655
+ ],
114656
+ selectionSet: {
114657
+ kind: "SelectionSet",
114658
+ selections: [
114659
+ {
114660
+ kind: "Field",
114661
+ name: { kind: "Name", value: "initiativeUpdate" },
114662
+ arguments: [
114663
+ {
114664
+ kind: "Argument",
114665
+ name: { kind: "Name", value: "id" },
114666
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
114667
+ },
114668
+ {
114669
+ kind: "Argument",
114670
+ name: { kind: "Name", value: "input" },
114671
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
114672
+ },
114673
+ ],
114674
+ selectionSet: {
114675
+ kind: "SelectionSet",
114676
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "InitiativePayload" } }],
114677
+ },
114678
+ },
114679
+ ],
114680
+ },
114681
+ },
114682
+ ...InitiativePayloadFragmentDoc.definitions,
114683
+ ],
114684
+ };
113471
114685
  const ArchiveIntegrationDocument = {
113472
114686
  kind: "Document",
113473
114687
  definitions: [
@@ -113738,6 +114952,54 @@ const IntegrationFrontDocument = {
113738
114952
  ...IntegrationPayloadFragmentDoc.definitions,
113739
114953
  ],
113740
114954
  };
114955
+ const IntegrationGitHubEnterpriseServerConnectDocument = {
114956
+ kind: "Document",
114957
+ definitions: [
114958
+ {
114959
+ kind: "OperationDefinition",
114960
+ operation: "mutation",
114961
+ name: { kind: "Name", value: "integrationGitHubEnterpriseServerConnect" },
114962
+ variableDefinitions: [
114963
+ {
114964
+ kind: "VariableDefinition",
114965
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubUrl" } },
114966
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
114967
+ },
114968
+ {
114969
+ kind: "VariableDefinition",
114970
+ variable: { kind: "Variable", name: { kind: "Name", value: "organizationName" } },
114971
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
114972
+ },
114973
+ ],
114974
+ selectionSet: {
114975
+ kind: "SelectionSet",
114976
+ selections: [
114977
+ {
114978
+ kind: "Field",
114979
+ name: { kind: "Name", value: "integrationGitHubEnterpriseServerConnect" },
114980
+ arguments: [
114981
+ {
114982
+ kind: "Argument",
114983
+ name: { kind: "Name", value: "githubUrl" },
114984
+ value: { kind: "Variable", name: { kind: "Name", value: "githubUrl" } },
114985
+ },
114986
+ {
114987
+ kind: "Argument",
114988
+ name: { kind: "Name", value: "organizationName" },
114989
+ value: { kind: "Variable", name: { kind: "Name", value: "organizationName" } },
114990
+ },
114991
+ ],
114992
+ selectionSet: {
114993
+ kind: "SelectionSet",
114994
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubEnterpriseServerPayload" } }],
114995
+ },
114996
+ },
114997
+ ],
114998
+ },
114999
+ },
115000
+ ...GitHubEnterpriseServerPayloadFragmentDoc.definitions,
115001
+ ],
115002
+ };
113741
115003
  const IntegrationGitHubPersonalDocument = {
113742
115004
  kind: "Document",
113743
115005
  definitions: [
@@ -115191,6 +116453,11 @@ const DeleteIssueDocument = {
115191
116453
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
115192
116454
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
115193
116455
  },
116456
+ {
116457
+ kind: "VariableDefinition",
116458
+ variable: { kind: "Variable", name: { kind: "Name", value: "permanentlyDelete" } },
116459
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
116460
+ },
115194
116461
  ],
115195
116462
  selectionSet: {
115196
116463
  kind: "SelectionSet",
@@ -115204,6 +116471,11 @@ const DeleteIssueDocument = {
115204
116471
  name: { kind: "Name", value: "id" },
115205
116472
  value: { kind: "Variable", name: { kind: "Name", value: "id" } },
115206
116473
  },
116474
+ {
116475
+ kind: "Argument",
116476
+ name: { kind: "Name", value: "permanentlyDelete" },
116477
+ value: { kind: "Variable", name: { kind: "Name", value: "permanentlyDelete" } },
116478
+ },
115207
116479
  ],
115208
116480
  selectionSet: {
115209
116481
  kind: "SelectionSet",
@@ -115587,7 +116859,7 @@ const IssueImportCreateGithubDocument = {
115587
116859
  {
115588
116860
  kind: "VariableDefinition",
115589
116861
  variable: { kind: "Variable", name: { kind: "Name", value: "integrationId" } },
115590
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
116862
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
115591
116863
  },
115592
116864
  {
115593
116865
  kind: "VariableDefinition",
@@ -120696,6 +121968,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
120696
121968
  get GitAutomationStates () { return GitAutomationStates; },
120697
121969
  get GithubOrgType () { return GithubOrgType; },
120698
121970
  get InitiativeStatus () { return InitiativeStatus; },
121971
+ get InitiativeTab () { return InitiativeTab; },
120699
121972
  get IntegrationService () { return IntegrationService; },
120700
121973
  get IssueRelationType () { return IssueRelationType; },
120701
121974
  get OAuthClientApprovalStatus () { return OAuthClientApprovalStatus; },
@@ -120725,10 +121998,12 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
120725
121998
  get WorkflowTriggerType () { return WorkflowTriggerType; },
120726
121999
  get WorkflowType () { return WorkflowType; },
120727
122000
  EntityFragmentDoc: EntityFragmentDoc,
122001
+ CommentNotificationFragmentDoc: CommentNotificationFragmentDoc,
120728
122002
  CustomViewNotificationSubscriptionFragmentDoc: CustomViewNotificationSubscriptionFragmentDoc,
120729
122003
  CycleNotificationSubscriptionFragmentDoc: CycleNotificationSubscriptionFragmentDoc,
120730
122004
  DocumentContentFragmentDoc: DocumentContentFragmentDoc,
120731
122005
  DocumentContentHistoryFragmentDoc: DocumentContentHistoryFragmentDoc,
122006
+ DraftFragmentDoc: DraftFragmentDoc,
120732
122007
  AttachmentArchivePayloadFragmentDoc: AttachmentArchivePayloadFragmentDoc,
120733
122008
  CycleArchivePayloadFragmentDoc: CycleArchivePayloadFragmentDoc,
120734
122009
  DeletePayloadFragmentDoc: DeletePayloadFragmentDoc,
@@ -120754,7 +122029,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
120754
122029
  ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
120755
122030
  ReminderFragmentDoc: ReminderFragmentDoc,
120756
122031
  TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
120757
- TextDraftFragmentDoc: TextDraftFragmentDoc,
120758
122032
  UserAccountFragmentDoc: UserAccountFragmentDoc,
120759
122033
  UserNotificationSubscriptionFragmentDoc: UserNotificationSubscriptionFragmentDoc,
120760
122034
  AuthOrganizationFragmentDoc: AuthOrganizationFragmentDoc,
@@ -120798,6 +122072,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
120798
122072
  SlackPostSettingsFragmentDoc: SlackPostSettingsFragmentDoc,
120799
122073
  ZendeskSettingsFragmentDoc: ZendeskSettingsFragmentDoc,
120800
122074
  IntegrationSettingsFragmentDoc: IntegrationSettingsFragmentDoc,
122075
+ InitiativePayloadFragmentDoc: InitiativePayloadFragmentDoc,
122076
+ InitiativeToProjectPayloadFragmentDoc: InitiativeToProjectPayloadFragmentDoc,
120801
122077
  NotificationDeliveryPreferencesDayFragmentDoc: NotificationDeliveryPreferencesDayFragmentDoc,
120802
122078
  NotificationDeliveryPreferencesScheduleFragmentDoc: NotificationDeliveryPreferencesScheduleFragmentDoc,
120803
122079
  NotificationDeliveryPreferencesChannelFragmentDoc: NotificationDeliveryPreferencesChannelFragmentDoc,
@@ -120805,6 +122081,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
120805
122081
  UserSettingsFragmentDoc: UserSettingsFragmentDoc,
120806
122082
  AuthenticationSessionFragmentDoc: AuthenticationSessionFragmentDoc,
120807
122083
  IssueImportSyncCheckPayloadFragmentDoc: IssueImportSyncCheckPayloadFragmentDoc,
122084
+ TextDraftFragmentDoc: TextDraftFragmentDoc,
120808
122085
  ApiKeyFragmentDoc: ApiKeyFragmentDoc,
120809
122086
  PageInfoFragmentDoc: PageInfoFragmentDoc,
120810
122087
  ApiKeyConnectionFragmentDoc: ApiKeyConnectionFragmentDoc,
@@ -120889,7 +122166,12 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
120889
122166
  GitAutomationStatePayloadFragmentDoc: GitAutomationStatePayloadFragmentDoc,
120890
122167
  GitAutomationTargetBranchPayloadFragmentDoc: GitAutomationTargetBranchPayloadFragmentDoc,
120891
122168
  GitHubCommitIntegrationPayloadFragmentDoc: GitHubCommitIntegrationPayloadFragmentDoc,
122169
+ GitHubEnterpriseServerPayloadFragmentDoc: GitHubEnterpriseServerPayloadFragmentDoc,
120892
122170
  ImageUploadFromUrlPayloadFragmentDoc: ImageUploadFromUrlPayloadFragmentDoc,
122171
+ InitiativeFragmentDoc: InitiativeFragmentDoc,
122172
+ InitiativeConnectionFragmentDoc: InitiativeConnectionFragmentDoc,
122173
+ InitiativeToProjectFragmentDoc: InitiativeToProjectFragmentDoc,
122174
+ InitiativeToProjectConnectionFragmentDoc: InitiativeToProjectConnectionFragmentDoc,
120893
122175
  IntegrationFragmentDoc: IntegrationFragmentDoc,
120894
122176
  IntegrationConnectionFragmentDoc: IntegrationConnectionFragmentDoc,
120895
122177
  IntegrationHasScopesPayloadFragmentDoc: IntegrationHasScopesPayloadFragmentDoc,
@@ -121080,6 +122362,12 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
121080
122362
  FavoriteDocument: FavoriteDocument,
121081
122363
  Favorite_ChildrenDocument: Favorite_ChildrenDocument,
121082
122364
  FavoritesDocument: FavoritesDocument,
122365
+ InitiativeDocument: InitiativeDocument,
122366
+ Initiative_LinksDocument: Initiative_LinksDocument,
122367
+ Initiative_ProjectsDocument: Initiative_ProjectsDocument,
122368
+ InitiativeToProjectDocument: InitiativeToProjectDocument,
122369
+ InitiativeToProjectsDocument: InitiativeToProjectsDocument,
122370
+ InitiativesDocument: InitiativesDocument,
121083
122371
  IntegrationDocument: IntegrationDocument,
121084
122372
  IntegrationHasScopesDocument: IntegrationHasScopesDocument,
121085
122373
  IntegrationTemplateDocument: IntegrationTemplateDocument,
@@ -121283,12 +122571,21 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
121283
122571
  GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
121284
122572
  ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
121285
122573
  ImportFileUploadDocument: ImportFileUploadDocument,
122574
+ ArchiveInitiativeDocument: ArchiveInitiativeDocument,
122575
+ CreateInitiativeDocument: CreateInitiativeDocument,
122576
+ DeleteInitiativeDocument: DeleteInitiativeDocument,
122577
+ CreateInitiativeToProjectDocument: CreateInitiativeToProjectDocument,
122578
+ DeleteInitiativeToProjectDocument: DeleteInitiativeToProjectDocument,
122579
+ UpdateInitiativeToProjectDocument: UpdateInitiativeToProjectDocument,
122580
+ UnarchiveInitiativeDocument: UnarchiveInitiativeDocument,
122581
+ UpdateInitiativeDocument: UpdateInitiativeDocument,
121286
122582
  ArchiveIntegrationDocument: ArchiveIntegrationDocument,
121287
122583
  IntegrationAsksConnectChannelDocument: IntegrationAsksConnectChannelDocument,
121288
122584
  DeleteIntegrationDocument: DeleteIntegrationDocument,
121289
122585
  IntegrationDiscordDocument: IntegrationDiscordDocument,
121290
122586
  IntegrationFigmaDocument: IntegrationFigmaDocument,
121291
122587
  IntegrationFrontDocument: IntegrationFrontDocument,
122588
+ IntegrationGitHubEnterpriseServerConnectDocument: IntegrationGitHubEnterpriseServerConnectDocument,
121292
122589
  IntegrationGitHubPersonalDocument: IntegrationGitHubPersonalDocument,
121293
122590
  CreateIntegrationGithubCommitDocument: CreateIntegrationGithubCommitDocument,
121294
122591
  IntegrationGithubConnectDocument: IntegrationGithubConnectDocument,
@@ -122058,6 +123355,7 @@ class AuthOrganizationBucketNamePayload extends Request {
122058
123355
  constructor(request, data) {
122059
123356
  super(request);
122060
123357
  this.importsBucketName = data.importsBucketName;
123358
+ this.region = data.region;
122061
123359
  this.uploadsBucketName = data.uploadsBucketName;
122062
123360
  }
122063
123361
  }
@@ -122351,6 +123649,20 @@ class CommentConnection extends Connection {
122351
123649
  super(request, fetch, data.nodes.map(node => new Comment(request, node)), new PageInfo(request, data.pageInfo));
122352
123650
  }
122353
123651
  }
123652
+ /**
123653
+ * A comment related notification.
123654
+ *
123655
+ * @param request - function to call the graphql client
123656
+ * @param data - L.CommentNotificationFragment response data
123657
+ */
123658
+ class CommentNotification extends Request {
123659
+ constructor(request, data) {
123660
+ var _a, _b;
123661
+ super(request);
123662
+ this.commentId = (_a = data.commentId) !== null && _a !== void 0 ? _a : undefined;
123663
+ this.parentCommentId = (_b = data.parentCommentId) !== null && _b !== void 0 ? _b : undefined;
123664
+ }
123665
+ }
122354
123666
  /**
122355
123667
  * CommentPayload model
122356
123668
  *
@@ -122994,7 +124306,7 @@ class DocumentConnection extends Connection {
122994
124306
  */
122995
124307
  class DocumentContent extends Request {
122996
124308
  constructor(request, data) {
122997
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
124309
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
122998
124310
  super(request);
122999
124311
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
123000
124312
  this.content = (_b = data.content) !== null && _b !== void 0 ? _b : undefined;
@@ -123004,15 +124316,21 @@ class DocumentContent extends Request {
123004
124316
  this.restoredAt = (_e = parseDate(data.restoredAt)) !== null && _e !== void 0 ? _e : undefined;
123005
124317
  this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
123006
124318
  this._document = (_g = data.document) !== null && _g !== void 0 ? _g : undefined;
123007
- this._issue = (_h = data.issue) !== null && _h !== void 0 ? _h : undefined;
123008
- this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
123009
- this._projectMilestone = (_k = data.projectMilestone) !== null && _k !== void 0 ? _k : undefined;
124319
+ this._initiative = (_h = data.initiative) !== null && _h !== void 0 ? _h : undefined;
124320
+ this._issue = (_j = data.issue) !== null && _j !== void 0 ? _j : undefined;
124321
+ this._project = (_k = data.project) !== null && _k !== void 0 ? _k : undefined;
124322
+ this._projectMilestone = (_l = data.projectMilestone) !== null && _l !== void 0 ? _l : undefined;
123010
124323
  }
123011
124324
  /** The document that the content is associated with. */
123012
124325
  get document() {
123013
124326
  var _a, _b;
123014
124327
  return ((_a = this._document) === null || _a === void 0 ? void 0 : _a.id) ? new DocumentQuery(this._request).fetch((_b = this._document) === null || _b === void 0 ? void 0 : _b.id) : undefined;
123015
124328
  }
124329
+ /** The initiative that the content is associated with. */
124330
+ get initiative() {
124331
+ var _a, _b;
124332
+ return ((_a = this._initiative) === null || _a === void 0 ? void 0 : _a.id) ? new InitiativeQuery(this._request).fetch((_b = this._initiative) === null || _b === void 0 ? void 0 : _b.id) : undefined;
124333
+ }
123016
124334
  /** The issue that the content is associated with. */
123017
124335
  get issue() {
123018
124336
  var _a, _b;
@@ -123087,20 +124405,22 @@ class DocumentContentHistoryType extends Request {
123087
124405
  */
123088
124406
  class DocumentNotification extends Request {
123089
124407
  constructor(request, data) {
123090
- var _a, _b, _c, _d, _e, _f, _g, _h, _j;
124408
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
123091
124409
  super(request);
123092
124410
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
123093
- this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
123094
- this.emailedAt = (_c = parseDate(data.emailedAt)) !== null && _c !== void 0 ? _c : undefined;
124411
+ this.commentId = (_b = data.commentId) !== null && _b !== void 0 ? _b : undefined;
124412
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
124413
+ this.emailedAt = (_d = parseDate(data.emailedAt)) !== null && _d !== void 0 ? _d : undefined;
123095
124414
  this.id = data.id;
123096
- this.readAt = (_d = parseDate(data.readAt)) !== null && _d !== void 0 ? _d : undefined;
123097
- this.snoozedUntilAt = (_e = parseDate(data.snoozedUntilAt)) !== null && _e !== void 0 ? _e : undefined;
124415
+ this.parentCommentId = (_e = data.parentCommentId) !== null && _e !== void 0 ? _e : undefined;
124416
+ this.readAt = (_f = parseDate(data.readAt)) !== null && _f !== void 0 ? _f : undefined;
124417
+ this.snoozedUntilAt = (_g = parseDate(data.snoozedUntilAt)) !== null && _g !== void 0 ? _g : undefined;
123098
124418
  this.type = data.type;
123099
- this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
123100
- this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
124419
+ this.unsnoozedAt = (_h = parseDate(data.unsnoozedAt)) !== null && _h !== void 0 ? _h : undefined;
124420
+ this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
123101
124421
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
123102
- this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
123103
- this._externalUserActor = (_j = data.externalUserActor) !== null && _j !== void 0 ? _j : undefined;
124422
+ this._actor = (_k = data.actor) !== null && _k !== void 0 ? _k : undefined;
124423
+ this._externalUserActor = (_l = data.externalUserActor) !== null && _l !== void 0 ? _l : undefined;
123104
124424
  this._user = data.user;
123105
124425
  }
123106
124426
  /** The user that caused the notification. */
@@ -123215,6 +124535,54 @@ class DocumentSearchResultConnection extends Connection {
123215
124535
  super(request, fetch, data.nodes.map(node => new DocumentSearchResult(request, node)), new PageInfo(request, data.pageInfo));
123216
124536
  }
123217
124537
  }
124538
+ /**
124539
+ * A general purpose draft. Used for comments, project updates, etc.
124540
+ *
124541
+ * @param request - function to call the graphql client
124542
+ * @param data - L.DraftFragment response data
124543
+ */
124544
+ class Draft extends Request {
124545
+ constructor(request, data) {
124546
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
124547
+ super(request);
124548
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
124549
+ this.bodyData = (_b = parseJson(data.bodyData)) !== null && _b !== void 0 ? _b : {};
124550
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
124551
+ this.data = (_d = data.data) !== null && _d !== void 0 ? _d : undefined;
124552
+ this.id = data.id;
124553
+ this.isAutogenerated = data.isAutogenerated;
124554
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
124555
+ this._issue = (_f = data.issue) !== null && _f !== void 0 ? _f : undefined;
124556
+ this._parentComment = (_g = data.parentComment) !== null && _g !== void 0 ? _g : undefined;
124557
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
124558
+ this._projectUpdate = (_j = data.projectUpdate) !== null && _j !== void 0 ? _j : undefined;
124559
+ this._user = data.user;
124560
+ }
124561
+ /** The issue for which this is a draft comment. */
124562
+ get issue() {
124563
+ var _a, _b;
124564
+ return ((_a = this._issue) === null || _a === void 0 ? void 0 : _a.id) ? new IssueQuery(this._request).fetch((_b = this._issue) === null || _b === void 0 ? void 0 : _b.id) : undefined;
124565
+ }
124566
+ /** The comment for which this is a draft comment reply. */
124567
+ get parentComment() {
124568
+ var _a, _b;
124569
+ return ((_a = this._parentComment) === null || _a === void 0 ? void 0 : _a.id) ? new CommentQuery(this._request).fetch({ id: (_b = this._parentComment) === null || _b === void 0 ? void 0 : _b.id }) : undefined;
124570
+ }
124571
+ /** The project for which this is a draft project update. */
124572
+ get project() {
124573
+ var _a, _b;
124574
+ return ((_a = this._project) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectQuery(this._request).fetch((_b = this._project) === null || _b === void 0 ? void 0 : _b.id) : undefined;
124575
+ }
124576
+ /** The project update for which this is a draft comment. */
124577
+ get projectUpdate() {
124578
+ var _a, _b;
124579
+ return ((_a = this._projectUpdate) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectUpdateQuery(this._request).fetch((_b = this._projectUpdate) === null || _b === void 0 ? void 0 : _b.id) : undefined;
124580
+ }
124581
+ /** The user who created the draft. */
124582
+ get user() {
124583
+ return new UserQuery(this._request).fetch(this._user.id);
124584
+ }
124585
+ }
123218
124586
  /**
123219
124587
  * An email address that can be used for submitting issues.
123220
124588
  *
@@ -123405,11 +124773,16 @@ class EntityExternalLink extends Request {
123405
124773
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
123406
124774
  this.url = data.url;
123407
124775
  this._creator = data.creator;
124776
+ this._initiative = data.initiative;
123408
124777
  }
123409
124778
  /** The user who created the link. */
123410
124779
  get creator() {
123411
124780
  return new UserQuery(this._request).fetch(this._creator.id);
123412
124781
  }
124782
+ /** The initiative that the link is associated with. */
124783
+ get initiative() {
124784
+ return new InitiativeQuery(this._request).fetch(this._initiative.id);
124785
+ }
123413
124786
  /** Creates a new entity link. */
123414
124787
  create(input) {
123415
124788
  return new CreateEntityExternalLinkMutation(this._request).fetch(input);
@@ -123498,7 +124871,7 @@ class ExternalUserConnection extends Connection {
123498
124871
  */
123499
124872
  class Facet extends Request {
123500
124873
  constructor(request, data) {
123501
- var _a, _b, _c, _d, _e, _f, _g;
124874
+ var _a, _b, _c, _d, _e, _f, _g, _h;
123502
124875
  super(request);
123503
124876
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
123504
124877
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
@@ -123506,9 +124879,17 @@ class Facet extends Request {
123506
124879
  this.sortOrder = data.sortOrder;
123507
124880
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
123508
124881
  this.sourcePage = (_d = data.sourcePage) !== null && _d !== void 0 ? _d : undefined;
123509
- this._sourceProject = (_e = data.sourceProject) !== null && _e !== void 0 ? _e : undefined;
123510
- this._sourceTeam = (_f = data.sourceTeam) !== null && _f !== void 0 ? _f : undefined;
123511
- this._targetCustomView = (_g = data.targetCustomView) !== null && _g !== void 0 ? _g : undefined;
124882
+ this._sourceInitiative = (_e = data.sourceInitiative) !== null && _e !== void 0 ? _e : undefined;
124883
+ this._sourceProject = (_f = data.sourceProject) !== null && _f !== void 0 ? _f : undefined;
124884
+ this._sourceTeam = (_g = data.sourceTeam) !== null && _g !== void 0 ? _g : undefined;
124885
+ this._targetCustomView = (_h = data.targetCustomView) !== null && _h !== void 0 ? _h : undefined;
124886
+ }
124887
+ /** The owning initiative. */
124888
+ get sourceInitiative() {
124889
+ var _a, _b;
124890
+ return ((_a = this._sourceInitiative) === null || _a === void 0 ? void 0 : _a.id)
124891
+ ? new InitiativeQuery(this._request).fetch((_b = this._sourceInitiative) === null || _b === void 0 ? void 0 : _b.id)
124892
+ : undefined;
123512
124893
  }
123513
124894
  /** The owning organization. */
123514
124895
  get sourceOrganization() {
@@ -123552,7 +124933,7 @@ class FacetConnection extends Connection {
123552
124933
  */
123553
124934
  class Favorite extends Request {
123554
124935
  constructor(request, data) {
123555
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
124936
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
123556
124937
  super(request);
123557
124938
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
123558
124939
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
@@ -123562,19 +124943,21 @@ class Favorite extends Request {
123562
124943
  this.sortOrder = data.sortOrder;
123563
124944
  this.type = data.type;
123564
124945
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
123565
- this.projectTab = (_f = data.projectTab) !== null && _f !== void 0 ? _f : undefined;
123566
- this._customView = (_g = data.customView) !== null && _g !== void 0 ? _g : undefined;
123567
- this._cycle = (_h = data.cycle) !== null && _h !== void 0 ? _h : undefined;
123568
- this._document = (_j = data.document) !== null && _j !== void 0 ? _j : undefined;
123569
- this._issue = (_k = data.issue) !== null && _k !== void 0 ? _k : undefined;
123570
- this._label = (_l = data.label) !== null && _l !== void 0 ? _l : undefined;
124946
+ this.url = (_f = data.url) !== null && _f !== void 0 ? _f : undefined;
124947
+ this.initiativeTab = (_g = data.initiativeTab) !== null && _g !== void 0 ? _g : undefined;
124948
+ this.projectTab = (_h = data.projectTab) !== null && _h !== void 0 ? _h : undefined;
124949
+ this._customView = (_j = data.customView) !== null && _j !== void 0 ? _j : undefined;
124950
+ this._cycle = (_k = data.cycle) !== null && _k !== void 0 ? _k : undefined;
124951
+ this._document = (_l = data.document) !== null && _l !== void 0 ? _l : undefined;
124952
+ this._issue = (_m = data.issue) !== null && _m !== void 0 ? _m : undefined;
124953
+ this._label = (_o = data.label) !== null && _o !== void 0 ? _o : undefined;
123571
124954
  this._owner = data.owner;
123572
- this._parent = (_m = data.parent) !== null && _m !== void 0 ? _m : undefined;
123573
- this._predefinedViewTeam = (_o = data.predefinedViewTeam) !== null && _o !== void 0 ? _o : undefined;
123574
- this._project = (_p = data.project) !== null && _p !== void 0 ? _p : undefined;
123575
- this._projectTeam = (_q = data.projectTeam) !== null && _q !== void 0 ? _q : undefined;
123576
- this._roadmap = (_r = data.roadmap) !== null && _r !== void 0 ? _r : undefined;
123577
- this._user = (_s = data.user) !== null && _s !== void 0 ? _s : undefined;
124955
+ this._parent = (_p = data.parent) !== null && _p !== void 0 ? _p : undefined;
124956
+ this._predefinedViewTeam = (_q = data.predefinedViewTeam) !== null && _q !== void 0 ? _q : undefined;
124957
+ this._project = (_r = data.project) !== null && _r !== void 0 ? _r : undefined;
124958
+ this._projectTeam = (_s = data.projectTeam) !== null && _s !== void 0 ? _s : undefined;
124959
+ this._roadmap = (_t = data.roadmap) !== null && _t !== void 0 ? _t : undefined;
124960
+ this._user = (_u = data.user) !== null && _u !== void 0 ? _u : undefined;
123578
124961
  }
123579
124962
  /** The favorited custom view. */
123580
124963
  get customView() {
@@ -123620,7 +125003,7 @@ class Favorite extends Request {
123620
125003
  var _a, _b;
123621
125004
  return ((_a = this._project) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectQuery(this._request).fetch((_b = this._project) === null || _b === void 0 ? void 0 : _b.id) : undefined;
123622
125005
  }
123623
- /** The favorited team of the project. */
125006
+ /** [DEPRECATED] The favorited team of the project. */
123624
125007
  get projectTeam() {
123625
125008
  var _a, _b;
123626
125009
  return ((_a = this._projectTeam) === null || _a === void 0 ? void 0 : _a.id) ? new TeamQuery(this._request).fetch((_b = this._projectTeam) === null || _b === void 0 ? void 0 : _b.id) : undefined;
@@ -123957,6 +125340,28 @@ class GitHubCommitIntegrationPayload extends Request {
123957
125340
  return ((_a = this._integration) === null || _a === void 0 ? void 0 : _a.id) ? new IntegrationQuery(this._request).fetch((_b = this._integration) === null || _b === void 0 ? void 0 : _b.id) : undefined;
123958
125341
  }
123959
125342
  }
125343
+ /**
125344
+ * GitHubEnterpriseServerPayload model
125345
+ *
125346
+ * @param request - function to call the graphql client
125347
+ * @param data - L.GitHubEnterpriseServerPayloadFragment response data
125348
+ */
125349
+ class GitHubEnterpriseServerPayload extends Request {
125350
+ constructor(request, data) {
125351
+ var _a;
125352
+ super(request);
125353
+ this.lastSyncId = data.lastSyncId;
125354
+ this.setupUrl = data.setupUrl;
125355
+ this.success = data.success;
125356
+ this.webhookSecret = data.webhookSecret;
125357
+ this._integration = (_a = data.integration) !== null && _a !== void 0 ? _a : undefined;
125358
+ }
125359
+ /** The integration that was created or updated. */
125360
+ get integration() {
125361
+ var _a, _b;
125362
+ return ((_a = this._integration) === null || _a === void 0 ? void 0 : _a.id) ? new IntegrationQuery(this._request).fetch((_b = this._integration) === null || _b === void 0 ? void 0 : _b.id) : undefined;
125363
+ }
125364
+ }
123960
125365
  /**
123961
125366
  * Metadata and settings for a GitHub import integration.
123962
125367
  *
@@ -124005,15 +125410,15 @@ class GitHubRepo extends Request {
124005
125410
  */
124006
125411
  class GitHubSettings extends Request {
124007
125412
  constructor(request, data) {
124008
- var _a;
125413
+ var _a, _b;
124009
125414
  super(request);
124010
- this.orgAvatarUrl = data.orgAvatarUrl;
125415
+ this.orgAvatarUrl = (_a = data.orgAvatarUrl) !== null && _a !== void 0 ? _a : undefined;
124011
125416
  this.orgLogin = data.orgLogin;
124012
125417
  this.repositories = data.repositories ? data.repositories.map(node => new GitHubRepo(request, node)) : undefined;
124013
125418
  this.repositoriesMapping = data.repositoriesMapping
124014
125419
  ? data.repositoriesMapping.map(node => new TeamRepoMapping(request, node))
124015
125420
  : undefined;
124016
- this.orgType = (_a = data.orgType) !== null && _a !== void 0 ? _a : undefined;
125421
+ this.orgType = (_b = data.orgType) !== null && _b !== void 0 ? _b : undefined;
124017
125422
  }
124018
125423
  }
124019
125424
  /**
@@ -124062,6 +125467,74 @@ class ImageUploadFromUrlPayload extends Request {
124062
125467
  this.url = (_a = data.url) !== null && _a !== void 0 ? _a : undefined;
124063
125468
  }
124064
125469
  }
125470
+ /**
125471
+ * An initiative to group projects.
125472
+ *
125473
+ * @param request - function to call the graphql client
125474
+ * @param data - L.InitiativeFragment response data
125475
+ */
125476
+ class Initiative extends Request {
125477
+ constructor(request, data) {
125478
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
125479
+ super(request);
125480
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
125481
+ this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
125482
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
125483
+ this.description = (_d = data.description) !== null && _d !== void 0 ? _d : undefined;
125484
+ this.icon = (_e = data.icon) !== null && _e !== void 0 ? _e : undefined;
125485
+ this.id = data.id;
125486
+ this.name = data.name;
125487
+ this.slugId = data.slugId;
125488
+ this.sortOrder = data.sortOrder;
125489
+ this.targetDate = (_f = data.targetDate) !== null && _f !== void 0 ? _f : undefined;
125490
+ this.trashed = (_g = data.trashed) !== null && _g !== void 0 ? _g : undefined;
125491
+ this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
125492
+ this.status = data.status;
125493
+ this.targetDateResolution = (_j = data.targetDateResolution) !== null && _j !== void 0 ? _j : undefined;
125494
+ this._creator = data.creator;
125495
+ this._owner = data.owner;
125496
+ }
125497
+ /** The user who created the initiative. */
125498
+ get creator() {
125499
+ return new UserQuery(this._request).fetch(this._creator.id);
125500
+ }
125501
+ /** The organization of the initiative. */
125502
+ get organization() {
125503
+ return new OrganizationQuery(this._request).fetch();
125504
+ }
125505
+ /** The user who owns the initiative. */
125506
+ get owner() {
125507
+ return new UserQuery(this._request).fetch(this._owner.id);
125508
+ }
125509
+ /** Links associated with the initiative. */
125510
+ links(variables) {
125511
+ return new Initiative_LinksQuery(this._request, this.id, variables).fetch(variables);
125512
+ }
125513
+ /** Projects associated with the initiative. */
125514
+ projects(variables) {
125515
+ return new Initiative_ProjectsQuery(this._request, this.id, variables).fetch(variables);
125516
+ }
125517
+ /** Archives a initiative. */
125518
+ archive() {
125519
+ return new ArchiveInitiativeMutation(this._request).fetch(this.id);
125520
+ }
125521
+ /** Creates a new initiative. */
125522
+ create(input) {
125523
+ return new CreateInitiativeMutation(this._request).fetch(input);
125524
+ }
125525
+ /** Deletes (trashes) an initiative. */
125526
+ delete() {
125527
+ return new DeleteInitiativeMutation(this._request).fetch(this.id);
125528
+ }
125529
+ /** Unarchives a initiative. */
125530
+ unarchive() {
125531
+ return new UnarchiveInitiativeMutation(this._request).fetch(this.id);
125532
+ }
125533
+ /** Updates a initiative. */
125534
+ update(input) {
125535
+ return new UpdateInitiativeMutation(this._request).fetch(this.id, input);
125536
+ }
125537
+ }
124065
125538
  /**
124066
125539
  * A generic payload return from entity archive mutations.
124067
125540
  *
@@ -124070,9 +125543,28 @@ class ImageUploadFromUrlPayload extends Request {
124070
125543
  */
124071
125544
  class InitiativeArchivePayload extends Request {
124072
125545
  constructor(request, data) {
125546
+ var _a;
124073
125547
  super(request);
124074
125548
  this.lastSyncId = data.lastSyncId;
124075
125549
  this.success = data.success;
125550
+ this._entity = (_a = data.entity) !== null && _a !== void 0 ? _a : undefined;
125551
+ }
125552
+ /** The archived/unarchived entity. Null if entity was deleted. */
125553
+ get entity() {
125554
+ var _a, _b;
125555
+ return ((_a = this._entity) === null || _a === void 0 ? void 0 : _a.id) ? new InitiativeQuery(this._request).fetch((_b = this._entity) === null || _b === void 0 ? void 0 : _b.id) : undefined;
125556
+ }
125557
+ }
125558
+ /**
125559
+ * InitiativeConnection model
125560
+ *
125561
+ * @param request - function to call the graphql client
125562
+ * @param fetch - function to trigger a refetch of this InitiativeConnection model
125563
+ * @param data - InitiativeConnection response data
125564
+ */
125565
+ class InitiativeConnection extends Connection {
125566
+ constructor(request, fetch, data) {
125567
+ super(request, fetch, data.nodes.map(node => new Initiative(request, node)), new PageInfo(request, data.pageInfo));
124076
125568
  }
124077
125569
  }
124078
125570
  /**
@@ -124083,20 +125575,22 @@ class InitiativeArchivePayload extends Request {
124083
125575
  */
124084
125576
  class InitiativeNotification extends Request {
124085
125577
  constructor(request, data) {
124086
- var _a, _b, _c, _d, _e, _f, _g, _h, _j;
125578
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
124087
125579
  super(request);
124088
125580
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
124089
- this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
124090
- this.emailedAt = (_c = parseDate(data.emailedAt)) !== null && _c !== void 0 ? _c : undefined;
125581
+ this.commentId = (_b = data.commentId) !== null && _b !== void 0 ? _b : undefined;
125582
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
125583
+ this.emailedAt = (_d = parseDate(data.emailedAt)) !== null && _d !== void 0 ? _d : undefined;
124091
125584
  this.id = data.id;
124092
- this.readAt = (_d = parseDate(data.readAt)) !== null && _d !== void 0 ? _d : undefined;
124093
- this.snoozedUntilAt = (_e = parseDate(data.snoozedUntilAt)) !== null && _e !== void 0 ? _e : undefined;
125585
+ this.parentCommentId = (_e = data.parentCommentId) !== null && _e !== void 0 ? _e : undefined;
125586
+ this.readAt = (_f = parseDate(data.readAt)) !== null && _f !== void 0 ? _f : undefined;
125587
+ this.snoozedUntilAt = (_g = parseDate(data.snoozedUntilAt)) !== null && _g !== void 0 ? _g : undefined;
124094
125588
  this.type = data.type;
124095
- this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
124096
- this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
125589
+ this.unsnoozedAt = (_h = parseDate(data.unsnoozedAt)) !== null && _h !== void 0 ? _h : undefined;
125590
+ this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
124097
125591
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
124098
- this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
124099
- this._externalUserActor = (_j = data.externalUserActor) !== null && _j !== void 0 ? _j : undefined;
125592
+ this._actor = (_k = data.actor) !== null && _k !== void 0 ? _k : undefined;
125593
+ this._externalUserActor = (_l = data.externalUserActor) !== null && _l !== void 0 ? _l : undefined;
124100
125594
  this._user = data.user;
124101
125595
  }
124102
125596
  /** The user that caused the notification. */
@@ -124116,6 +125610,93 @@ class InitiativeNotification extends Request {
124116
125610
  return new UserQuery(this._request).fetch(this._user.id);
124117
125611
  }
124118
125612
  }
125613
+ /**
125614
+ * The payload returned by the initiative mutations.
125615
+ *
125616
+ * @param request - function to call the graphql client
125617
+ * @param data - L.InitiativePayloadFragment response data
125618
+ */
125619
+ class InitiativePayload extends Request {
125620
+ constructor(request, data) {
125621
+ super(request);
125622
+ this.lastSyncId = data.lastSyncId;
125623
+ this.success = data.success;
125624
+ this._initiative = data.initiative;
125625
+ }
125626
+ /** The initiative that was created or updated. */
125627
+ get initiative() {
125628
+ return new InitiativeQuery(this._request).fetch(this._initiative.id);
125629
+ }
125630
+ }
125631
+ /**
125632
+ * Join table between projects and initiatives.
125633
+ *
125634
+ * @param request - function to call the graphql client
125635
+ * @param data - L.InitiativeToProjectFragment response data
125636
+ */
125637
+ class InitiativeToProject extends Request {
125638
+ constructor(request, data) {
125639
+ var _a, _b, _c;
125640
+ super(request);
125641
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
125642
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
125643
+ this.id = data.id;
125644
+ this.sortOrder = data.sortOrder;
125645
+ this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
125646
+ this._initiative = data.initiative;
125647
+ this._project = data.project;
125648
+ }
125649
+ /** The initiative that the project is associated with. */
125650
+ get initiative() {
125651
+ return new InitiativeQuery(this._request).fetch(this._initiative.id);
125652
+ }
125653
+ /** The project that the initiative is associated with. */
125654
+ get project() {
125655
+ return new ProjectQuery(this._request).fetch(this._project.id);
125656
+ }
125657
+ /** Creates a new initiativeToProject join. */
125658
+ create(input) {
125659
+ return new CreateInitiativeToProjectMutation(this._request).fetch(input);
125660
+ }
125661
+ /** Deletes a initiativeToProject. */
125662
+ delete() {
125663
+ return new DeleteInitiativeToProjectMutation(this._request).fetch(this.id);
125664
+ }
125665
+ /** Updates a initiativeToProject. */
125666
+ update(input) {
125667
+ return new UpdateInitiativeToProjectMutation(this._request).fetch(this.id, input);
125668
+ }
125669
+ }
125670
+ /**
125671
+ * InitiativeToProjectConnection model
125672
+ *
125673
+ * @param request - function to call the graphql client
125674
+ * @param fetch - function to trigger a refetch of this InitiativeToProjectConnection model
125675
+ * @param data - InitiativeToProjectConnection response data
125676
+ */
125677
+ class InitiativeToProjectConnection extends Connection {
125678
+ constructor(request, fetch, data) {
125679
+ super(request, fetch, data.nodes.map(node => new InitiativeToProject(request, node)), new PageInfo(request, data.pageInfo));
125680
+ }
125681
+ }
125682
+ /**
125683
+ * The result of a initiativeToProject mutation.
125684
+ *
125685
+ * @param request - function to call the graphql client
125686
+ * @param data - L.InitiativeToProjectPayloadFragment response data
125687
+ */
125688
+ class InitiativeToProjectPayload extends Request {
125689
+ constructor(request, data) {
125690
+ super(request);
125691
+ this.lastSyncId = data.lastSyncId;
125692
+ this.success = data.success;
125693
+ this._initiativeToProject = data.initiativeToProject;
125694
+ }
125695
+ /** The initiativeToProject that was created or updated. */
125696
+ get initiativeToProject() {
125697
+ return new InitiativeToProjectQuery(this._request).fetch(this._initiativeToProject.id);
125698
+ }
125699
+ }
124119
125700
  /**
124120
125701
  * An integration with an external service.
124121
125702
  *
@@ -124578,8 +126159,8 @@ class Issue extends Request {
124578
126159
  return new CreateIssueMutation(this._request).fetch(input);
124579
126160
  }
124580
126161
  /** Deletes (trashes) an issue. */
124581
- delete() {
124582
- return new DeleteIssueMutation(this._request).fetch(this.id);
126162
+ delete(variables) {
126163
+ return new DeleteIssueMutation(this._request).fetch(this.id, variables);
124583
126164
  }
124584
126165
  /** Unarchives an issue. */
124585
126166
  unarchive() {
@@ -124829,6 +126410,7 @@ class IssueImport extends Request {
124829
126410
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
124830
126411
  this.creatorId = data.creatorId;
124831
126412
  this.csvFileUrl = (_c = data.csvFileUrl) !== null && _c !== void 0 ? _c : undefined;
126413
+ this.displayName = data.displayName;
124832
126414
  this.error = (_d = data.error) !== null && _d !== void 0 ? _d : undefined;
124833
126415
  this.errorMetadata = (_e = data.errorMetadata) !== null && _e !== void 0 ? _e : undefined;
124834
126416
  this.id = data.id;
@@ -125002,26 +126584,29 @@ class IssueLabelPayload extends Request {
125002
126584
  */
125003
126585
  class IssueNotification extends Request {
125004
126586
  constructor(request, data) {
125005
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
126587
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
125006
126588
  super(request);
125007
126589
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
125008
- this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
125009
- this.emailedAt = (_c = parseDate(data.emailedAt)) !== null && _c !== void 0 ? _c : undefined;
126590
+ this.commentId = (_b = data.commentId) !== null && _b !== void 0 ? _b : undefined;
126591
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
126592
+ this.emailedAt = (_d = parseDate(data.emailedAt)) !== null && _d !== void 0 ? _d : undefined;
125010
126593
  this.id = data.id;
125011
- this.reactionEmoji = (_d = data.reactionEmoji) !== null && _d !== void 0 ? _d : undefined;
125012
- this.readAt = (_e = parseDate(data.readAt)) !== null && _e !== void 0 ? _e : undefined;
125013
- this.snoozedUntilAt = (_f = parseDate(data.snoozedUntilAt)) !== null && _f !== void 0 ? _f : undefined;
126594
+ this.parentCommentId = (_e = data.parentCommentId) !== null && _e !== void 0 ? _e : undefined;
126595
+ this.reactionEmoji = (_f = data.reactionEmoji) !== null && _f !== void 0 ? _f : undefined;
126596
+ this.readAt = (_g = parseDate(data.readAt)) !== null && _g !== void 0 ? _g : undefined;
126597
+ this.snoozedUntilAt = (_h = parseDate(data.snoozedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
125014
126598
  this.type = data.type;
125015
- this.unsnoozedAt = (_g = parseDate(data.unsnoozedAt)) !== null && _g !== void 0 ? _g : undefined;
125016
- this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
126599
+ this.unsnoozedAt = (_j = parseDate(data.unsnoozedAt)) !== null && _j !== void 0 ? _j : undefined;
126600
+ this.updatedAt = (_k = parseDate(data.updatedAt)) !== null && _k !== void 0 ? _k : new Date();
125017
126601
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
125018
126602
  this.subscriptions = data.subscriptions
125019
126603
  ? data.subscriptions.map(node => new NotificationSubscription(request, node))
125020
126604
  : undefined;
125021
- this._actor = (_j = data.actor) !== null && _j !== void 0 ? _j : undefined;
125022
- this._comment = (_k = data.comment) !== null && _k !== void 0 ? _k : undefined;
125023
- this._externalUserActor = (_l = data.externalUserActor) !== null && _l !== void 0 ? _l : undefined;
126605
+ this._actor = (_l = data.actor) !== null && _l !== void 0 ? _l : undefined;
126606
+ this._comment = (_m = data.comment) !== null && _m !== void 0 ? _m : undefined;
126607
+ this._externalUserActor = (_o = data.externalUserActor) !== null && _o !== void 0 ? _o : undefined;
125024
126608
  this._issue = data.issue;
126609
+ this._parentComment = (_p = data.parentComment) !== null && _p !== void 0 ? _p : undefined;
125025
126610
  this._team = data.team;
125026
126611
  this._user = data.user;
125027
126612
  }
@@ -125046,6 +126631,11 @@ class IssueNotification extends Request {
125046
126631
  get issue() {
125047
126632
  return new IssueQuery(this._request).fetch(this._issue.id);
125048
126633
  }
126634
+ /** The parent comment related to the notification, if a notification is a reply comment notification. */
126635
+ get parentComment() {
126636
+ var _a, _b;
126637
+ return ((_a = this._parentComment) === null || _a === void 0 ? void 0 : _a.id) ? new CommentQuery(this._request).fetch({ id: (_b = this._parentComment) === null || _b === void 0 ? void 0 : _b.id }) : undefined;
126638
+ }
125049
126639
  /** The team related to the issue notification. */
125050
126640
  get team() {
125051
126641
  return new TeamQuery(this._request).fetch(this._team.id);
@@ -126715,22 +128305,26 @@ class ProjectMilestonePayload extends Request {
126715
128305
  */
126716
128306
  class ProjectNotification extends Request {
126717
128307
  constructor(request, data) {
126718
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
128308
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
126719
128309
  super(request);
126720
128310
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
126721
- this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
126722
- this.emailedAt = (_c = parseDate(data.emailedAt)) !== null && _c !== void 0 ? _c : undefined;
128311
+ this.commentId = (_b = data.commentId) !== null && _b !== void 0 ? _b : undefined;
128312
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
128313
+ this.emailedAt = (_d = parseDate(data.emailedAt)) !== null && _d !== void 0 ? _d : undefined;
126723
128314
  this.id = data.id;
126724
- this.readAt = (_d = parseDate(data.readAt)) !== null && _d !== void 0 ? _d : undefined;
126725
- this.snoozedUntilAt = (_e = parseDate(data.snoozedUntilAt)) !== null && _e !== void 0 ? _e : undefined;
128315
+ this.parentCommentId = (_e = data.parentCommentId) !== null && _e !== void 0 ? _e : undefined;
128316
+ this.readAt = (_f = parseDate(data.readAt)) !== null && _f !== void 0 ? _f : undefined;
128317
+ this.snoozedUntilAt = (_g = parseDate(data.snoozedUntilAt)) !== null && _g !== void 0 ? _g : undefined;
126726
128318
  this.type = data.type;
126727
- this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
126728
- this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
128319
+ this.unsnoozedAt = (_h = parseDate(data.unsnoozedAt)) !== null && _h !== void 0 ? _h : undefined;
128320
+ this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
126729
128321
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
126730
- this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
126731
- this._externalUserActor = (_j = data.externalUserActor) !== null && _j !== void 0 ? _j : undefined;
128322
+ this._actor = (_k = data.actor) !== null && _k !== void 0 ? _k : undefined;
128323
+ this._comment = (_l = data.comment) !== null && _l !== void 0 ? _l : undefined;
128324
+ this._externalUserActor = (_m = data.externalUserActor) !== null && _m !== void 0 ? _m : undefined;
128325
+ this._parentComment = (_o = data.parentComment) !== null && _o !== void 0 ? _o : undefined;
126732
128326
  this._project = data.project;
126733
- this._projectUpdate = (_k = data.projectUpdate) !== null && _k !== void 0 ? _k : undefined;
128327
+ this._projectUpdate = (_p = data.projectUpdate) !== null && _p !== void 0 ? _p : undefined;
126734
128328
  this._user = data.user;
126735
128329
  }
126736
128330
  /** The user that caused the notification. */
@@ -126738,6 +128332,11 @@ class ProjectNotification extends Request {
126738
128332
  var _a, _b;
126739
128333
  return ((_a = this._actor) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._actor) === null || _b === void 0 ? void 0 : _b.id) : undefined;
126740
128334
  }
128335
+ /** The comment related to the notification. */
128336
+ get comment() {
128337
+ var _a, _b;
128338
+ return ((_a = this._comment) === null || _a === void 0 ? void 0 : _a.id) ? new CommentQuery(this._request).fetch({ id: (_b = this._comment) === null || _b === void 0 ? void 0 : _b.id }) : undefined;
128339
+ }
126741
128340
  /** The external user that caused the notification. */
126742
128341
  get externalUserActor() {
126743
128342
  var _a, _b;
@@ -126745,6 +128344,11 @@ class ProjectNotification extends Request {
126745
128344
  ? new ExternalUserQuery(this._request).fetch((_b = this._externalUserActor) === null || _b === void 0 ? void 0 : _b.id)
126746
128345
  : undefined;
126747
128346
  }
128347
+ /** The parent comment related to the notification, if a notification is a reply comment notification. */
128348
+ get parentComment() {
128349
+ var _a, _b;
128350
+ return ((_a = this._parentComment) === null || _a === void 0 ? void 0 : _a.id) ? new CommentQuery(this._request).fetch({ id: (_b = this._parentComment) === null || _b === void 0 ? void 0 : _b.id }) : undefined;
128351
+ }
126748
128352
  /** The project related to the notification. */
126749
128353
  get project() {
126750
128354
  return new ProjectQuery(this._request).fetch(this._project.id);
@@ -127239,7 +128843,7 @@ class ProjectUpdateWithInteractionPayload extends Request {
127239
128843
  }
127240
128844
  }
127241
128845
  /**
127242
- * A user's web browser push notification subscription.
128846
+ * A user's web or mobile push notification subscription.
127243
128847
  *
127244
128848
  * @param request - function to call the graphql client
127245
128849
  * @param data - L.PushSubscriptionFragment response data
@@ -128332,25 +129936,26 @@ class TemplatePayload extends Request {
128332
129936
  }
128333
129937
  }
128334
129938
  /**
128335
- * A text draft, used for comments and project updates.
129939
+ * [DEPRECATED] A text draft, used for comments and project updates.
128336
129940
  *
128337
129941
  * @param request - function to call the graphql client
128338
129942
  * @param data - L.TextDraftFragment response data
128339
129943
  */
128340
129944
  class TextDraft extends Request {
128341
129945
  constructor(request, data) {
128342
- var _a, _b, _c, _d, _e, _f, _g, _h;
129946
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
128343
129947
  super(request);
128344
129948
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
128345
129949
  this.bodyData = (_b = parseJson(data.bodyData)) !== null && _b !== void 0 ? _b : {};
128346
129950
  this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
129951
+ this.data = (_d = data.data) !== null && _d !== void 0 ? _d : undefined;
128347
129952
  this.id = data.id;
128348
129953
  this.isAutogenerated = data.isAutogenerated;
128349
- this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
128350
- this._issue = (_e = data.issue) !== null && _e !== void 0 ? _e : undefined;
128351
- this._parentComment = (_f = data.parentComment) !== null && _f !== void 0 ? _f : undefined;
128352
- this._project = (_g = data.project) !== null && _g !== void 0 ? _g : undefined;
128353
- this._projectUpdate = (_h = data.projectUpdate) !== null && _h !== void 0 ? _h : undefined;
129954
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
129955
+ this._issue = (_f = data.issue) !== null && _f !== void 0 ? _f : undefined;
129956
+ this._parentComment = (_g = data.parentComment) !== null && _g !== void 0 ? _g : undefined;
129957
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
129958
+ this._projectUpdate = (_j = data.projectUpdate) !== null && _j !== void 0 ? _j : undefined;
128354
129959
  this._user = data.user;
128355
129960
  }
128356
129961
  /** The issue for which this is a draft comment. */
@@ -128614,6 +130219,7 @@ class User extends Request {
128614
130219
  this.active = data.active;
128615
130220
  this.admin = data.admin;
128616
130221
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
130222
+ this.avatarBackgroundColor = data.avatarBackgroundColor;
128617
130223
  this.avatarUrl = (_b = data.avatarUrl) !== null && _b !== void 0 ? _b : undefined;
128618
130224
  this.calendarHash = (_c = data.calendarHash) !== null && _c !== void 0 ? _c : undefined;
128619
130225
  this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
@@ -128624,6 +130230,7 @@ class User extends Request {
128624
130230
  this.email = data.email;
128625
130231
  this.guest = data.guest;
128626
130232
  this.id = data.id;
130233
+ this.initials = data.initials;
128627
130234
  this.inviteHash = data.inviteHash;
128628
130235
  this.isMe = data.isMe;
128629
130236
  this.lastSeen = (_g = parseDate(data.lastSeen)) !== null && _g !== void 0 ? _g : undefined;
@@ -129990,6 +131597,102 @@ class FavoritesQuery extends Request {
129990
131597
  });
129991
131598
  }
129992
131599
  }
131600
+ /**
131601
+ * A fetchable Initiative Query
131602
+ *
131603
+ * @param request - function to call the graphql client
131604
+ */
131605
+ class InitiativeQuery extends Request {
131606
+ constructor(request) {
131607
+ super(request);
131608
+ }
131609
+ /**
131610
+ * Call the Initiative query and return a Initiative
131611
+ *
131612
+ * @param id - required id to pass to initiative
131613
+ * @returns parsed response from InitiativeQuery
131614
+ */
131615
+ fetch(id) {
131616
+ return __awaiter(this, void 0, void 0, function* () {
131617
+ const response = yield this._request(InitiativeDocument, {
131618
+ id,
131619
+ });
131620
+ const data = response.initiative;
131621
+ return new Initiative(this._request, data);
131622
+ });
131623
+ }
131624
+ }
131625
+ /**
131626
+ * A fetchable InitiativeToProject Query
131627
+ *
131628
+ * @param request - function to call the graphql client
131629
+ */
131630
+ class InitiativeToProjectQuery extends Request {
131631
+ constructor(request) {
131632
+ super(request);
131633
+ }
131634
+ /**
131635
+ * Call the InitiativeToProject query and return a InitiativeToProject
131636
+ *
131637
+ * @param id - required id to pass to initiativeToProject
131638
+ * @returns parsed response from InitiativeToProjectQuery
131639
+ */
131640
+ fetch(id) {
131641
+ return __awaiter(this, void 0, void 0, function* () {
131642
+ const response = yield this._request(InitiativeToProjectDocument, {
131643
+ id,
131644
+ });
131645
+ const data = response.initiativeToProject;
131646
+ return new InitiativeToProject(this._request, data);
131647
+ });
131648
+ }
131649
+ }
131650
+ /**
131651
+ * A fetchable InitiativeToProjects Query
131652
+ *
131653
+ * @param request - function to call the graphql client
131654
+ */
131655
+ class InitiativeToProjectsQuery extends Request {
131656
+ constructor(request) {
131657
+ super(request);
131658
+ }
131659
+ /**
131660
+ * Call the InitiativeToProjects query and return a InitiativeToProjectConnection
131661
+ *
131662
+ * @param variables - variables to pass into the InitiativeToProjectsQuery
131663
+ * @returns parsed response from InitiativeToProjectsQuery
131664
+ */
131665
+ fetch(variables) {
131666
+ return __awaiter(this, void 0, void 0, function* () {
131667
+ const response = yield this._request(InitiativeToProjectsDocument, variables);
131668
+ const data = response.initiativeToProjects;
131669
+ return new InitiativeToProjectConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
131670
+ });
131671
+ }
131672
+ }
131673
+ /**
131674
+ * A fetchable Initiatives Query
131675
+ *
131676
+ * @param request - function to call the graphql client
131677
+ */
131678
+ class InitiativesQuery extends Request {
131679
+ constructor(request) {
131680
+ super(request);
131681
+ }
131682
+ /**
131683
+ * Call the Initiatives query and return a InitiativeConnection
131684
+ *
131685
+ * @param variables - variables to pass into the InitiativesQuery
131686
+ * @returns parsed response from InitiativesQuery
131687
+ */
131688
+ fetch(variables) {
131689
+ return __awaiter(this, void 0, void 0, function* () {
131690
+ const response = yield this._request(InitiativesDocument, variables);
131691
+ const data = response.initiatives;
131692
+ return new InitiativeConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
131693
+ });
131694
+ }
131695
+ }
129993
131696
  /**
129994
131697
  * A fetchable Integration Query
129995
131698
  *
@@ -133321,6 +135024,210 @@ class ImportFileUploadMutation extends Request {
133321
135024
  });
133322
135025
  }
133323
135026
  }
135027
+ /**
135028
+ * A fetchable ArchiveInitiative Mutation
135029
+ *
135030
+ * @param request - function to call the graphql client
135031
+ */
135032
+ class ArchiveInitiativeMutation extends Request {
135033
+ constructor(request) {
135034
+ super(request);
135035
+ }
135036
+ /**
135037
+ * Call the ArchiveInitiative mutation and return a InitiativeArchivePayload
135038
+ *
135039
+ * @param id - required id to pass to archiveInitiative
135040
+ * @returns parsed response from ArchiveInitiativeMutation
135041
+ */
135042
+ fetch(id) {
135043
+ return __awaiter(this, void 0, void 0, function* () {
135044
+ const response = yield this._request(ArchiveInitiativeDocument, {
135045
+ id,
135046
+ });
135047
+ const data = response.initiativeArchive;
135048
+ return new InitiativeArchivePayload(this._request, data);
135049
+ });
135050
+ }
135051
+ }
135052
+ /**
135053
+ * A fetchable CreateInitiative Mutation
135054
+ *
135055
+ * @param request - function to call the graphql client
135056
+ */
135057
+ class CreateInitiativeMutation extends Request {
135058
+ constructor(request) {
135059
+ super(request);
135060
+ }
135061
+ /**
135062
+ * Call the CreateInitiative mutation and return a InitiativePayload
135063
+ *
135064
+ * @param input - required input to pass to createInitiative
135065
+ * @returns parsed response from CreateInitiativeMutation
135066
+ */
135067
+ fetch(input) {
135068
+ return __awaiter(this, void 0, void 0, function* () {
135069
+ const response = yield this._request(CreateInitiativeDocument, {
135070
+ input,
135071
+ });
135072
+ const data = response.initiativeCreate;
135073
+ return new InitiativePayload(this._request, data);
135074
+ });
135075
+ }
135076
+ }
135077
+ /**
135078
+ * A fetchable DeleteInitiative Mutation
135079
+ *
135080
+ * @param request - function to call the graphql client
135081
+ */
135082
+ class DeleteInitiativeMutation extends Request {
135083
+ constructor(request) {
135084
+ super(request);
135085
+ }
135086
+ /**
135087
+ * Call the DeleteInitiative mutation and return a DeletePayload
135088
+ *
135089
+ * @param id - required id to pass to deleteInitiative
135090
+ * @returns parsed response from DeleteInitiativeMutation
135091
+ */
135092
+ fetch(id) {
135093
+ return __awaiter(this, void 0, void 0, function* () {
135094
+ const response = yield this._request(DeleteInitiativeDocument, {
135095
+ id,
135096
+ });
135097
+ const data = response.initiativeDelete;
135098
+ return new DeletePayload(this._request, data);
135099
+ });
135100
+ }
135101
+ }
135102
+ /**
135103
+ * A fetchable CreateInitiativeToProject Mutation
135104
+ *
135105
+ * @param request - function to call the graphql client
135106
+ */
135107
+ class CreateInitiativeToProjectMutation extends Request {
135108
+ constructor(request) {
135109
+ super(request);
135110
+ }
135111
+ /**
135112
+ * Call the CreateInitiativeToProject mutation and return a InitiativeToProjectPayload
135113
+ *
135114
+ * @param input - required input to pass to createInitiativeToProject
135115
+ * @returns parsed response from CreateInitiativeToProjectMutation
135116
+ */
135117
+ fetch(input) {
135118
+ return __awaiter(this, void 0, void 0, function* () {
135119
+ const response = yield this._request(CreateInitiativeToProjectDocument, {
135120
+ input,
135121
+ });
135122
+ const data = response.initiativeToProjectCreate;
135123
+ return new InitiativeToProjectPayload(this._request, data);
135124
+ });
135125
+ }
135126
+ }
135127
+ /**
135128
+ * A fetchable DeleteInitiativeToProject Mutation
135129
+ *
135130
+ * @param request - function to call the graphql client
135131
+ */
135132
+ class DeleteInitiativeToProjectMutation extends Request {
135133
+ constructor(request) {
135134
+ super(request);
135135
+ }
135136
+ /**
135137
+ * Call the DeleteInitiativeToProject mutation and return a DeletePayload
135138
+ *
135139
+ * @param id - required id to pass to deleteInitiativeToProject
135140
+ * @returns parsed response from DeleteInitiativeToProjectMutation
135141
+ */
135142
+ fetch(id) {
135143
+ return __awaiter(this, void 0, void 0, function* () {
135144
+ const response = yield this._request(DeleteInitiativeToProjectDocument, {
135145
+ id,
135146
+ });
135147
+ const data = response.initiativeToProjectDelete;
135148
+ return new DeletePayload(this._request, data);
135149
+ });
135150
+ }
135151
+ }
135152
+ /**
135153
+ * A fetchable UpdateInitiativeToProject Mutation
135154
+ *
135155
+ * @param request - function to call the graphql client
135156
+ */
135157
+ class UpdateInitiativeToProjectMutation extends Request {
135158
+ constructor(request) {
135159
+ super(request);
135160
+ }
135161
+ /**
135162
+ * Call the UpdateInitiativeToProject mutation and return a InitiativeToProjectPayload
135163
+ *
135164
+ * @param id - required id to pass to updateInitiativeToProject
135165
+ * @param input - required input to pass to updateInitiativeToProject
135166
+ * @returns parsed response from UpdateInitiativeToProjectMutation
135167
+ */
135168
+ fetch(id, input) {
135169
+ return __awaiter(this, void 0, void 0, function* () {
135170
+ const response = yield this._request(UpdateInitiativeToProjectDocument, {
135171
+ id,
135172
+ input,
135173
+ });
135174
+ const data = response.initiativeToProjectUpdate;
135175
+ return new InitiativeToProjectPayload(this._request, data);
135176
+ });
135177
+ }
135178
+ }
135179
+ /**
135180
+ * A fetchable UnarchiveInitiative Mutation
135181
+ *
135182
+ * @param request - function to call the graphql client
135183
+ */
135184
+ class UnarchiveInitiativeMutation extends Request {
135185
+ constructor(request) {
135186
+ super(request);
135187
+ }
135188
+ /**
135189
+ * Call the UnarchiveInitiative mutation and return a InitiativeArchivePayload
135190
+ *
135191
+ * @param id - required id to pass to unarchiveInitiative
135192
+ * @returns parsed response from UnarchiveInitiativeMutation
135193
+ */
135194
+ fetch(id) {
135195
+ return __awaiter(this, void 0, void 0, function* () {
135196
+ const response = yield this._request(UnarchiveInitiativeDocument, {
135197
+ id,
135198
+ });
135199
+ const data = response.initiativeUnarchive;
135200
+ return new InitiativeArchivePayload(this._request, data);
135201
+ });
135202
+ }
135203
+ }
135204
+ /**
135205
+ * A fetchable UpdateInitiative Mutation
135206
+ *
135207
+ * @param request - function to call the graphql client
135208
+ */
135209
+ class UpdateInitiativeMutation extends Request {
135210
+ constructor(request) {
135211
+ super(request);
135212
+ }
135213
+ /**
135214
+ * Call the UpdateInitiative mutation and return a InitiativePayload
135215
+ *
135216
+ * @param id - required id to pass to updateInitiative
135217
+ * @param input - required input to pass to updateInitiative
135218
+ * @returns parsed response from UpdateInitiativeMutation
135219
+ */
135220
+ fetch(id, input) {
135221
+ return __awaiter(this, void 0, void 0, function* () {
135222
+ const response = yield this._request(UpdateInitiativeDocument, {
135223
+ id,
135224
+ input,
135225
+ });
135226
+ const data = response.initiativeUpdate;
135227
+ return new InitiativePayload(this._request, data);
135228
+ });
135229
+ }
135230
+ }
133324
135231
  /**
133325
135232
  * A fetchable ArchiveIntegration Mutation
133326
135233
  *
@@ -133479,6 +135386,30 @@ class IntegrationFrontMutation extends Request {
133479
135386
  });
133480
135387
  }
133481
135388
  }
135389
+ /**
135390
+ * A fetchable IntegrationGitHubEnterpriseServerConnect Mutation
135391
+ *
135392
+ * @param request - function to call the graphql client
135393
+ */
135394
+ class IntegrationGitHubEnterpriseServerConnectMutation extends Request {
135395
+ constructor(request) {
135396
+ super(request);
135397
+ }
135398
+ /**
135399
+ * Call the IntegrationGitHubEnterpriseServerConnect mutation and return a GitHubEnterpriseServerPayload
135400
+ *
135401
+ * @param githubUrl - required githubUrl to pass to integrationGitHubEnterpriseServerConnect
135402
+ * @param variables - variables without 'githubUrl' to pass into the IntegrationGitHubEnterpriseServerConnectMutation
135403
+ * @returns parsed response from IntegrationGitHubEnterpriseServerConnectMutation
135404
+ */
135405
+ fetch(githubUrl, variables) {
135406
+ return __awaiter(this, void 0, void 0, function* () {
135407
+ const response = yield this._request(IntegrationGitHubEnterpriseServerConnectDocument, Object.assign({ githubUrl }, variables));
135408
+ const data = response.integrationGitHubEnterpriseServerConnect;
135409
+ return new GitHubEnterpriseServerPayload(this._request, data);
135410
+ });
135411
+ }
135412
+ }
133482
135413
  /**
133483
135414
  * A fetchable IntegrationGitHubPersonal Mutation
133484
135415
  *
@@ -134298,13 +136229,12 @@ class DeleteIssueMutation extends Request {
134298
136229
  * Call the DeleteIssue mutation and return a IssueArchivePayload
134299
136230
  *
134300
136231
  * @param id - required id to pass to deleteIssue
136232
+ * @param variables - variables without 'id' to pass into the DeleteIssueMutation
134301
136233
  * @returns parsed response from DeleteIssueMutation
134302
136234
  */
134303
- fetch(id) {
136235
+ fetch(id, variables) {
134304
136236
  return __awaiter(this, void 0, void 0, function* () {
134305
- const response = yield this._request(DeleteIssueDocument, {
134306
- id,
134307
- });
136237
+ const response = yield this._request(DeleteIssueDocument, Object.assign({ id }, variables));
134308
136238
  const data = response.issueDelete;
134309
136239
  return new IssueArchivePayload(this._request, data);
134310
136240
  });
@@ -134398,13 +136328,12 @@ class IssueImportCreateGithubMutation extends Request {
134398
136328
  /**
134399
136329
  * Call the IssueImportCreateGithub mutation and return a IssueImportPayload
134400
136330
  *
134401
- * @param integrationId - required integrationId to pass to issueImportCreateGithub
134402
- * @param variables - variables without 'integrationId' to pass into the IssueImportCreateGithubMutation
136331
+ * @param variables - variables to pass into the IssueImportCreateGithubMutation
134403
136332
  * @returns parsed response from IssueImportCreateGithubMutation
134404
136333
  */
134405
- fetch(integrationId, variables) {
136334
+ fetch(variables) {
134406
136335
  return __awaiter(this, void 0, void 0, function* () {
134407
- const response = yield this._request(IssueImportCreateGithubDocument, Object.assign({ integrationId }, variables));
136336
+ const response = yield this._request(IssueImportCreateGithubDocument, variables);
134408
136337
  const data = response.issueImportCreateGithub;
134409
136338
  return new IssueImportPayload(this._request, data);
134410
136339
  });
@@ -137885,6 +139814,60 @@ class Favorite_ChildrenQuery extends Request {
137885
139814
  });
137886
139815
  }
137887
139816
  }
139817
+ /**
139818
+ * A fetchable Initiative_Links Query
139819
+ *
139820
+ * @param request - function to call the graphql client
139821
+ * @param id - required id to pass to initiative
139822
+ * @param variables - variables without 'id' to pass into the Initiative_LinksQuery
139823
+ */
139824
+ class Initiative_LinksQuery extends Request {
139825
+ constructor(request, id, variables) {
139826
+ super(request);
139827
+ this._id = id;
139828
+ this._variables = variables;
139829
+ }
139830
+ /**
139831
+ * Call the Initiative_Links query and return a EntityExternalLinkConnection
139832
+ *
139833
+ * @param variables - variables without 'id' to pass into the Initiative_LinksQuery
139834
+ * @returns parsed response from Initiative_LinksQuery
139835
+ */
139836
+ fetch(variables) {
139837
+ return __awaiter(this, void 0, void 0, function* () {
139838
+ const response = yield this._request(Initiative_LinksDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
139839
+ const data = response.initiative.links;
139840
+ return new EntityExternalLinkConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
139841
+ });
139842
+ }
139843
+ }
139844
+ /**
139845
+ * A fetchable Initiative_Projects Query
139846
+ *
139847
+ * @param request - function to call the graphql client
139848
+ * @param id - required id to pass to initiative
139849
+ * @param variables - variables without 'id' to pass into the Initiative_ProjectsQuery
139850
+ */
139851
+ class Initiative_ProjectsQuery extends Request {
139852
+ constructor(request, id, variables) {
139853
+ super(request);
139854
+ this._id = id;
139855
+ this._variables = variables;
139856
+ }
139857
+ /**
139858
+ * Call the Initiative_Projects query and return a ProjectConnection
139859
+ *
139860
+ * @param variables - variables without 'id' to pass into the Initiative_ProjectsQuery
139861
+ * @returns parsed response from Initiative_ProjectsQuery
139862
+ */
139863
+ fetch(variables) {
139864
+ return __awaiter(this, void 0, void 0, function* () {
139865
+ const response = yield this._request(Initiative_ProjectsDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
139866
+ const data = response.initiative.projects;
139867
+ return new ProjectConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
139868
+ });
139869
+ }
139870
+ }
137888
139871
  /**
137889
139872
  * A fetchable Issue_Attachments Query
137890
139873
  *
@@ -140037,6 +142020,42 @@ class LinearSdk extends Request {
140037
142020
  favorites(variables) {
140038
142021
  return new FavoritesQuery(this._request).fetch(variables);
140039
142022
  }
142023
+ /**
142024
+ * One specific initiative.
142025
+ *
142026
+ * @param id - required id to pass to initiative
142027
+ * @returns Initiative
142028
+ */
142029
+ initiative(id) {
142030
+ return new InitiativeQuery(this._request).fetch(id);
142031
+ }
142032
+ /**
142033
+ * One specific initiativeToProject.
142034
+ *
142035
+ * @param id - required id to pass to initiativeToProject
142036
+ * @returns InitiativeToProject
142037
+ */
142038
+ initiativeToProject(id) {
142039
+ return new InitiativeToProjectQuery(this._request).fetch(id);
142040
+ }
142041
+ /**
142042
+ * returns a list of initiative to project entities.
142043
+ *
142044
+ * @param variables - variables to pass into the InitiativeToProjectsQuery
142045
+ * @returns InitiativeToProjectConnection
142046
+ */
142047
+ initiativeToProjects(variables) {
142048
+ return new InitiativeToProjectsQuery(this._request).fetch(variables);
142049
+ }
142050
+ /**
142051
+ * All initiatives in the workspace.
142052
+ *
142053
+ * @param variables - variables to pass into the InitiativesQuery
142054
+ * @returns InitiativeConnection
142055
+ */
142056
+ initiatives(variables) {
142057
+ return new InitiativesQuery(this._request).fetch(variables);
142058
+ }
140040
142059
  /**
140041
142060
  * One specific integration.
140042
142061
  *
@@ -141279,6 +143298,80 @@ class LinearSdk extends Request {
141279
143298
  importFileUpload(contentType, filename, size, variables) {
141280
143299
  return new ImportFileUploadMutation(this._request).fetch(contentType, filename, size, variables);
141281
143300
  }
143301
+ /**
143302
+ * Archives a initiative.
143303
+ *
143304
+ * @param id - required id to pass to archiveInitiative
143305
+ * @returns InitiativeArchivePayload
143306
+ */
143307
+ archiveInitiative(id) {
143308
+ return new ArchiveInitiativeMutation(this._request).fetch(id);
143309
+ }
143310
+ /**
143311
+ * Creates a new initiative.
143312
+ *
143313
+ * @param input - required input to pass to createInitiative
143314
+ * @returns InitiativePayload
143315
+ */
143316
+ createInitiative(input) {
143317
+ return new CreateInitiativeMutation(this._request).fetch(input);
143318
+ }
143319
+ /**
143320
+ * Deletes (trashes) an initiative.
143321
+ *
143322
+ * @param id - required id to pass to deleteInitiative
143323
+ * @returns DeletePayload
143324
+ */
143325
+ deleteInitiative(id) {
143326
+ return new DeleteInitiativeMutation(this._request).fetch(id);
143327
+ }
143328
+ /**
143329
+ * Creates a new initiativeToProject join.
143330
+ *
143331
+ * @param input - required input to pass to createInitiativeToProject
143332
+ * @returns InitiativeToProjectPayload
143333
+ */
143334
+ createInitiativeToProject(input) {
143335
+ return new CreateInitiativeToProjectMutation(this._request).fetch(input);
143336
+ }
143337
+ /**
143338
+ * Deletes a initiativeToProject.
143339
+ *
143340
+ * @param id - required id to pass to deleteInitiativeToProject
143341
+ * @returns DeletePayload
143342
+ */
143343
+ deleteInitiativeToProject(id) {
143344
+ return new DeleteInitiativeToProjectMutation(this._request).fetch(id);
143345
+ }
143346
+ /**
143347
+ * Updates a initiativeToProject.
143348
+ *
143349
+ * @param id - required id to pass to updateInitiativeToProject
143350
+ * @param input - required input to pass to updateInitiativeToProject
143351
+ * @returns InitiativeToProjectPayload
143352
+ */
143353
+ updateInitiativeToProject(id, input) {
143354
+ return new UpdateInitiativeToProjectMutation(this._request).fetch(id, input);
143355
+ }
143356
+ /**
143357
+ * Unarchives a initiative.
143358
+ *
143359
+ * @param id - required id to pass to unarchiveInitiative
143360
+ * @returns InitiativeArchivePayload
143361
+ */
143362
+ unarchiveInitiative(id) {
143363
+ return new UnarchiveInitiativeMutation(this._request).fetch(id);
143364
+ }
143365
+ /**
143366
+ * Updates a initiative.
143367
+ *
143368
+ * @param id - required id to pass to updateInitiative
143369
+ * @param input - required input to pass to updateInitiative
143370
+ * @returns InitiativePayload
143371
+ */
143372
+ updateInitiative(id, input) {
143373
+ return new UpdateInitiativeMutation(this._request).fetch(id, input);
143374
+ }
141282
143375
  /**
141283
143376
  * Archives an integration.
141284
143377
  *
@@ -141337,6 +143430,16 @@ class LinearSdk extends Request {
141337
143430
  integrationFront(code, redirectUri) {
141338
143431
  return new IntegrationFrontMutation(this._request).fetch(code, redirectUri);
141339
143432
  }
143433
+ /**
143434
+ * Connects the organization with a GitHub Enterprise Server.
143435
+ *
143436
+ * @param githubUrl - required githubUrl to pass to integrationGitHubEnterpriseServerConnect
143437
+ * @param variables - variables without 'githubUrl' to pass into the IntegrationGitHubEnterpriseServerConnectMutation
143438
+ * @returns GitHubEnterpriseServerPayload
143439
+ */
143440
+ integrationGitHubEnterpriseServerConnect(githubUrl, variables) {
143441
+ return new IntegrationGitHubEnterpriseServerConnectMutation(this._request).fetch(githubUrl, variables);
143442
+ }
141340
143443
  /**
141341
143444
  * Connect your GitHub account to Linear.
141342
143445
  *
@@ -141644,10 +143747,11 @@ class LinearSdk extends Request {
141644
143747
  * Deletes (trashes) an issue.
141645
143748
  *
141646
143749
  * @param id - required id to pass to deleteIssue
143750
+ * @param variables - variables without 'id' to pass into the DeleteIssueMutation
141647
143751
  * @returns IssueArchivePayload
141648
143752
  */
141649
- deleteIssue(id) {
141650
- return new DeleteIssueMutation(this._request).fetch(id);
143753
+ deleteIssue(id, variables) {
143754
+ return new DeleteIssueMutation(this._request).fetch(id, variables);
141651
143755
  }
141652
143756
  /**
141653
143757
  * Kicks off an Asana import job.
@@ -141684,12 +143788,11 @@ class LinearSdk extends Request {
141684
143788
  /**
141685
143789
  * Kicks off a GitHub import job.
141686
143790
  *
141687
- * @param integrationId - required integrationId to pass to issueImportCreateGithub
141688
- * @param variables - variables without 'integrationId' to pass into the IssueImportCreateGithubMutation
143791
+ * @param variables - variables to pass into the IssueImportCreateGithubMutation
141689
143792
  * @returns IssueImportPayload
141690
143793
  */
141691
- issueImportCreateGithub(integrationId, variables) {
141692
- return new IssueImportCreateGithubMutation(this._request).fetch(integrationId, variables);
143794
+ issueImportCreateGithub(variables) {
143795
+ return new IssueImportCreateGithubMutation(this._request).fetch(variables);
141693
143796
  }
141694
143797
  /**
141695
143798
  * Kicks off a Jira import job.
@@ -142838,5 +144941,5 @@ class LinearWebhooks {
142838
144941
  }
142839
144942
  }
142840
144943
 
142841
- export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentSyncToSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthEmailIntakeAddress, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationBucketNamePayload, AuthOrganizationDomain, AuthOrganizationExistsPayload, AuthOrganizationInvite, AuthOrganizationPayload, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDiaryEntryMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateTimeScheduleMutation, CreateTriageResponsibilityMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_ProjectsQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDiaryEntryMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteTimeScheduleMutation, DeleteTriageResponsibilityMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, DiaryEntry, DiaryEntryConnection, DiaryEntryPayload, DiaryEntryQuery, Document, DocumentArchivePayload, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Facet, FacetConnection, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureFlag, FeatureFlagConnection, FeatureFlagRolloutStage, FeatureFlagRolloutStageConnection, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubImportSettings, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, InitiativeArchivePayload, InitiativeNotification, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGithubImportConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackCustomViewNotificationsMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCheckSyncQuery, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportPayload, IssueImportProcessMutation, IssueImportSyncCheckPayload, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LaunchDarklySettings, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationDeliveryPreferences, NotificationDeliveryPreferencesChannel, NotificationDeliveryPreferencesDay, NotificationDeliveryPreferencesSchedule, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, OpsgenieSettings, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInviteLinkDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationIpRestriction, OrganizationMeta, OrganizationPayload, OrganizationQuery, OrganizationRegionResponse, OrganizationStartTrialMutation, OrganizationStartTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Passkey, PasskeyLoginStartResponse, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectStatus, ProjectStatusConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_StatusQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Reminder, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SharedSlackSettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuccessPayload, SummaryPayload, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TextDraft, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TimeScheduleQuery, TimeScheduleRefreshIntegrationScheduleMutation, TimeScheduleUpsertExternalMutation, TimeSchedulesQuery, TriageResponsibilitiesQuery, TriageResponsibility, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, TriageResponsibilityQuery, TriageResponsibility_ManualSelectionQuery, UnarchiveDocumentMutation, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDiaryEntryMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateTimeScheduleMutation, UpdateTriageResponsibilityMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, UserSettings_NotificationDeliveryPreferencesQuery, UserSettings_NotificationDeliveryPreferences_MobileQuery, UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesValues, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
144944
+ export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveInitiativeMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentSyncToSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthEmailIntakeAddress, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationBucketNamePayload, AuthOrganizationDomain, AuthOrganizationExistsPayload, AuthOrganizationInvite, AuthOrganizationPayload, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentNotification, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDiaryEntryMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateInitiativeMutation, CreateInitiativeToProjectMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateTimeScheduleMutation, CreateTriageResponsibilityMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_ProjectsQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDiaryEntryMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteInitiativeMutation, DeleteInitiativeToProjectMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteTimeScheduleMutation, DeleteTriageResponsibilityMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, DiaryEntry, DiaryEntryConnection, DiaryEntryPayload, DiaryEntryQuery, Document, DocumentArchivePayload, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, Draft, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Facet, FacetConnection, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureFlag, FeatureFlagConnection, FeatureFlagRolloutStage, FeatureFlagRolloutStageConnection, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubEnterpriseServerPayload, GitHubImportSettings, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Initiative, InitiativeArchivePayload, InitiativeConnection, InitiativeNotification, InitiativePayload, InitiativeQuery, InitiativeToProject, InitiativeToProjectConnection, InitiativeToProjectPayload, InitiativeToProjectQuery, InitiativeToProjectsQuery, Initiative_LinksQuery, Initiative_ProjectsQuery, InitiativesQuery, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubEnterpriseServerConnectMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGithubImportConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackCustomViewNotificationsMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCheckSyncQuery, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportPayload, IssueImportProcessMutation, IssueImportSyncCheckPayload, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LaunchDarklySettings, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationDeliveryPreferences, NotificationDeliveryPreferencesChannel, NotificationDeliveryPreferencesDay, NotificationDeliveryPreferencesSchedule, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, OpsgenieSettings, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInviteLinkDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationIpRestriction, OrganizationMeta, OrganizationPayload, OrganizationQuery, OrganizationRegionResponse, OrganizationStartTrialMutation, OrganizationStartTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Passkey, PasskeyLoginStartResponse, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectStatus, ProjectStatusConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_StatusQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Reminder, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SharedSlackSettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuccessPayload, SummaryPayload, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TextDraft, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TimeScheduleQuery, TimeScheduleRefreshIntegrationScheduleMutation, TimeScheduleUpsertExternalMutation, TimeSchedulesQuery, TriageResponsibilitiesQuery, TriageResponsibility, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, TriageResponsibilityQuery, TriageResponsibility_ManualSelectionQuery, UnarchiveDocumentMutation, UnarchiveInitiativeMutation, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDiaryEntryMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateInitiativeMutation, UpdateInitiativeToProjectMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateTimeScheduleMutation, UpdateTriageResponsibilityMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, UserSettings_NotificationDeliveryPreferencesQuery, UserSettings_NotificationDeliveryPreferences_MobileQuery, UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesValues, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
142842
144945
  //# sourceMappingURL=index-es.js.map