@linear/sdk 21.1.0 → 22.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/_generated_documents.d.ts +1007 -164
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +605 -157
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +2379 -555
- package/dist/index-cjs.js.map +1 -1
- package/dist/index-cjs.min.js +1 -1
- package/dist/index-cjs.min.js.br +0 -0
- package/dist/index-cjs.min.js.gz +0 -0
- package/dist/index-cjs.min.js.map +1 -1
- package/dist/index-es.js +2348 -547
- package/dist/index-es.js.map +1 -1
- package/dist/index-es.min.js +1 -1
- package/dist/index-es.min.js.br +0 -0
- package/dist/index-es.min.js.gz +0 -0
- package/dist/index-es.min.js.map +1 -1
- package/dist/index-umd.js +2380 -556
- package/dist/index-umd.js.map +1 -1
- package/dist/index-umd.min.js +1 -1
- package/dist/index-umd.min.js.br +0 -0
- package/dist/index-umd.min.js.gz +0 -0
- package/dist/index-umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index-cjs.js
CHANGED
@@ -83447,16 +83447,29 @@ var GitAutomationStates;
|
|
83447
83447
|
GitAutomationStates["Review"] = "review";
|
83448
83448
|
GitAutomationStates["Start"] = "start";
|
83449
83449
|
})(GitAutomationStates || (GitAutomationStates = {}));
|
83450
|
+
var GithubOrgType;
|
83451
|
+
(function (GithubOrgType) {
|
83452
|
+
GithubOrgType["Organization"] = "organization";
|
83453
|
+
GithubOrgType["User"] = "user";
|
83454
|
+
})(GithubOrgType || (GithubOrgType = {}));
|
83455
|
+
var InitiativeStatus;
|
83456
|
+
(function (InitiativeStatus) {
|
83457
|
+
InitiativeStatus["Active"] = "Active";
|
83458
|
+
InitiativeStatus["Completed"] = "Completed";
|
83459
|
+
InitiativeStatus["Planned"] = "Planned";
|
83460
|
+
})(InitiativeStatus || (InitiativeStatus = {}));
|
83450
83461
|
/** Linear supported integration services. */
|
83451
83462
|
var IntegrationService;
|
83452
83463
|
(function (IntegrationService) {
|
83453
83464
|
IntegrationService["Airbyte"] = "airbyte";
|
83454
83465
|
IntegrationService["Discord"] = "discord";
|
83466
|
+
IntegrationService["Email"] = "email";
|
83455
83467
|
IntegrationService["Figma"] = "figma";
|
83456
83468
|
IntegrationService["FigmaPlugin"] = "figmaPlugin";
|
83457
83469
|
IntegrationService["Front"] = "front";
|
83458
83470
|
IntegrationService["Github"] = "github";
|
83459
83471
|
IntegrationService["GithubCommit"] = "githubCommit";
|
83472
|
+
IntegrationService["GithubImport"] = "githubImport";
|
83460
83473
|
IntegrationService["GithubPersonal"] = "githubPersonal";
|
83461
83474
|
IntegrationService["Gitlab"] = "gitlab";
|
83462
83475
|
IntegrationService["GoogleCalendarPersonal"] = "googleCalendarPersonal";
|
@@ -83471,6 +83484,7 @@ var IntegrationService;
|
|
83471
83484
|
IntegrationService["Sentry"] = "sentry";
|
83472
83485
|
IntegrationService["Slack"] = "slack";
|
83473
83486
|
IntegrationService["SlackAsks"] = "slackAsks";
|
83487
|
+
IntegrationService["SlackCustomViewNotifications"] = "slackCustomViewNotifications";
|
83474
83488
|
IntegrationService["SlackOrgProjectUpdatesPost"] = "slackOrgProjectUpdatesPost";
|
83475
83489
|
IntegrationService["SlackPersonal"] = "slackPersonal";
|
83476
83490
|
IntegrationService["SlackPost"] = "slackPost";
|
@@ -83691,17 +83705,20 @@ var ViewType;
|
|
83691
83705
|
ViewType["CustomRoadmap"] = "customRoadmap";
|
83692
83706
|
ViewType["CustomView"] = "customView";
|
83693
83707
|
ViewType["CustomViews"] = "customViews";
|
83708
|
+
ViewType["CustomViewsPersonal"] = "customViewsPersonal";
|
83694
83709
|
ViewType["Cycle"] = "cycle";
|
83695
83710
|
ViewType["Inbox"] = "inbox";
|
83696
83711
|
ViewType["Initiative"] = "initiative";
|
83697
83712
|
ViewType["Initiatives"] = "initiatives";
|
83713
|
+
ViewType["InitiativesAll"] = "initiativesAll";
|
83714
|
+
ViewType["InitiativesCompleted"] = "initiativesCompleted";
|
83715
|
+
ViewType["InitiativesPlanned"] = "initiativesPlanned";
|
83698
83716
|
ViewType["IssueIdentifiers"] = "issueIdentifiers";
|
83699
83717
|
ViewType["Label"] = "label";
|
83700
83718
|
ViewType["MyIssues"] = "myIssues";
|
83701
83719
|
ViewType["MyIssuesActivity"] = "myIssuesActivity";
|
83702
83720
|
ViewType["MyIssuesCreatedByMe"] = "myIssuesCreatedByMe";
|
83703
83721
|
ViewType["MyIssuesSubscribedTo"] = "myIssuesSubscribedTo";
|
83704
|
-
ViewType["MyViews"] = "myViews";
|
83705
83722
|
ViewType["Project"] = "project";
|
83706
83723
|
ViewType["ProjectDocuments"] = "projectDocuments";
|
83707
83724
|
ViewType["Projects"] = "projects";
|
@@ -84199,6 +84216,63 @@ const DocumentNotificationFragmentDoc = {
|
|
84199
84216
|
},
|
84200
84217
|
],
|
84201
84218
|
};
|
84219
|
+
const InitiativeNotificationFragmentDoc = {
|
84220
|
+
kind: "Document",
|
84221
|
+
definitions: [
|
84222
|
+
{
|
84223
|
+
kind: "FragmentDefinition",
|
84224
|
+
name: { kind: "Name", value: "InitiativeNotification" },
|
84225
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "InitiativeNotification" } },
|
84226
|
+
selectionSet: {
|
84227
|
+
kind: "SelectionSet",
|
84228
|
+
selections: [
|
84229
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
84230
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
84231
|
+
{
|
84232
|
+
kind: "Field",
|
84233
|
+
name: { kind: "Name", value: "botActor" },
|
84234
|
+
selectionSet: {
|
84235
|
+
kind: "SelectionSet",
|
84236
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
84237
|
+
},
|
84238
|
+
},
|
84239
|
+
{
|
84240
|
+
kind: "Field",
|
84241
|
+
name: { kind: "Name", value: "externalUserActor" },
|
84242
|
+
selectionSet: {
|
84243
|
+
kind: "SelectionSet",
|
84244
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84245
|
+
},
|
84246
|
+
},
|
84247
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
84248
|
+
{ kind: "Field", name: { kind: "Name", value: "emailedAt" } },
|
84249
|
+
{ kind: "Field", name: { kind: "Name", value: "readAt" } },
|
84250
|
+
{ kind: "Field", name: { kind: "Name", value: "unsnoozedAt" } },
|
84251
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84252
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84253
|
+
{ kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
|
84254
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
84255
|
+
{
|
84256
|
+
kind: "Field",
|
84257
|
+
name: { kind: "Name", value: "actor" },
|
84258
|
+
selectionSet: {
|
84259
|
+
kind: "SelectionSet",
|
84260
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84261
|
+
},
|
84262
|
+
},
|
84263
|
+
{
|
84264
|
+
kind: "Field",
|
84265
|
+
name: { kind: "Name", value: "user" },
|
84266
|
+
selectionSet: {
|
84267
|
+
kind: "SelectionSet",
|
84268
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84269
|
+
},
|
84270
|
+
},
|
84271
|
+
],
|
84272
|
+
},
|
84273
|
+
},
|
84274
|
+
],
|
84275
|
+
};
|
84202
84276
|
const NotificationSubscriptionFragmentDoc = {
|
84203
84277
|
kind: "Document",
|
84204
84278
|
definitions: [
|
@@ -84593,6 +84667,14 @@ const NotificationFragmentDoc = {
|
|
84593
84667
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentNotification" } }],
|
84594
84668
|
},
|
84595
84669
|
},
|
84670
|
+
{
|
84671
|
+
kind: "InlineFragment",
|
84672
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "InitiativeNotification" } },
|
84673
|
+
selectionSet: {
|
84674
|
+
kind: "SelectionSet",
|
84675
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "InitiativeNotification" } }],
|
84676
|
+
},
|
84677
|
+
},
|
84596
84678
|
{
|
84597
84679
|
kind: "InlineFragment",
|
84598
84680
|
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueNotification" } },
|
@@ -85023,6 +85105,7 @@ const ReminderFragmentDoc = {
|
|
85023
85105
|
kind: "SelectionSet",
|
85024
85106
|
selections: [
|
85025
85107
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85108
|
+
{ kind: "Field", name: { kind: "Name", value: "schedule" } },
|
85026
85109
|
{
|
85027
85110
|
kind: "Field",
|
85028
85111
|
name: { kind: "Name", value: "documentId" },
|
@@ -85146,6 +85229,68 @@ const TeamNotificationSubscriptionFragmentDoc = {
|
|
85146
85229
|
},
|
85147
85230
|
],
|
85148
85231
|
};
|
85232
|
+
const TextDraftFragmentDoc = {
|
85233
|
+
kind: "Document",
|
85234
|
+
definitions: [
|
85235
|
+
{
|
85236
|
+
kind: "FragmentDefinition",
|
85237
|
+
name: { kind: "Name", value: "TextDraft" },
|
85238
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "TextDraft" } },
|
85239
|
+
selectionSet: {
|
85240
|
+
kind: "SelectionSet",
|
85241
|
+
selections: [
|
85242
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85243
|
+
{
|
85244
|
+
kind: "Field",
|
85245
|
+
name: { kind: "Name", value: "parentComment" },
|
85246
|
+
selectionSet: {
|
85247
|
+
kind: "SelectionSet",
|
85248
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85249
|
+
},
|
85250
|
+
},
|
85251
|
+
{
|
85252
|
+
kind: "Field",
|
85253
|
+
name: { kind: "Name", value: "issue" },
|
85254
|
+
selectionSet: {
|
85255
|
+
kind: "SelectionSet",
|
85256
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85257
|
+
},
|
85258
|
+
},
|
85259
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
85260
|
+
{
|
85261
|
+
kind: "Field",
|
85262
|
+
name: { kind: "Name", value: "project" },
|
85263
|
+
selectionSet: {
|
85264
|
+
kind: "SelectionSet",
|
85265
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85266
|
+
},
|
85267
|
+
},
|
85268
|
+
{
|
85269
|
+
kind: "Field",
|
85270
|
+
name: { kind: "Name", value: "projectUpdate" },
|
85271
|
+
selectionSet: {
|
85272
|
+
kind: "SelectionSet",
|
85273
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85274
|
+
},
|
85275
|
+
},
|
85276
|
+
{ kind: "Field", name: { kind: "Name", value: "bodyData" } },
|
85277
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
85278
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
85279
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85280
|
+
{
|
85281
|
+
kind: "Field",
|
85282
|
+
name: { kind: "Name", value: "user" },
|
85283
|
+
selectionSet: {
|
85284
|
+
kind: "SelectionSet",
|
85285
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85286
|
+
},
|
85287
|
+
},
|
85288
|
+
{ kind: "Field", name: { kind: "Name", value: "isAutogenerated" } },
|
85289
|
+
],
|
85290
|
+
},
|
85291
|
+
},
|
85292
|
+
],
|
85293
|
+
};
|
85149
85294
|
const UserAccountFragmentDoc = {
|
85150
85295
|
kind: "Document",
|
85151
85296
|
definitions: [
|
@@ -85273,6 +85418,7 @@ const AuthOrganizationFragmentDoc = {
|
|
85273
85418
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85274
85419
|
{ kind: "Field", name: { kind: "Name", value: "samlEnabled" } },
|
85275
85420
|
{ kind: "Field", name: { kind: "Name", value: "scimEnabled" } },
|
85421
|
+
{ kind: "Field", name: { kind: "Name", value: "enabled" } },
|
85276
85422
|
{ kind: "Field", name: { kind: "Name", value: "userCount" } },
|
85277
85423
|
],
|
85278
85424
|
},
|
@@ -85304,6 +85450,7 @@ const AuthUserFragmentDoc = {
|
|
85304
85450
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85305
85451
|
{ kind: "Field", name: { kind: "Name", value: "userAccountId" } },
|
85306
85452
|
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
85453
|
+
{ kind: "Field", name: { kind: "Name", value: "role" } },
|
85307
85454
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85308
85455
|
],
|
85309
85456
|
},
|
@@ -85577,6 +85724,7 @@ const OrganizationDomainFragmentDoc = {
|
|
85577
85724
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85578
85725
|
{ kind: "Field", name: { kind: "Name", value: "verificationEmail" } },
|
85579
85726
|
{ kind: "Field", name: { kind: "Name", value: "verified" } },
|
85727
|
+
{ kind: "Field", name: { kind: "Name", value: "disableOrganizationCreation" } },
|
85580
85728
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
85581
85729
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
85582
85730
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
@@ -85596,76 +85744,6 @@ const OrganizationDomainFragmentDoc = {
|
|
85596
85744
|
},
|
85597
85745
|
],
|
85598
85746
|
};
|
85599
|
-
const GithubRepoFragmentDoc = {
|
85600
|
-
kind: "Document",
|
85601
|
-
definitions: [
|
85602
|
-
{
|
85603
|
-
kind: "FragmentDefinition",
|
85604
|
-
name: { kind: "Name", value: "GithubRepo" },
|
85605
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GithubRepo" } },
|
85606
|
-
selectionSet: {
|
85607
|
-
kind: "SelectionSet",
|
85608
|
-
selections: [
|
85609
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85610
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85611
|
-
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85612
|
-
],
|
85613
|
-
},
|
85614
|
-
},
|
85615
|
-
],
|
85616
|
-
};
|
85617
|
-
const GithubOrgFragmentDoc = {
|
85618
|
-
kind: "Document",
|
85619
|
-
definitions: [
|
85620
|
-
{
|
85621
|
-
kind: "FragmentDefinition",
|
85622
|
-
name: { kind: "Name", value: "GithubOrg" },
|
85623
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GithubOrg" } },
|
85624
|
-
selectionSet: {
|
85625
|
-
kind: "SelectionSet",
|
85626
|
-
selections: [
|
85627
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85628
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85629
|
-
{
|
85630
|
-
kind: "Field",
|
85631
|
-
name: { kind: "Name", value: "repositories" },
|
85632
|
-
selectionSet: {
|
85633
|
-
kind: "SelectionSet",
|
85634
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GithubRepo" } }],
|
85635
|
-
},
|
85636
|
-
},
|
85637
|
-
{ kind: "Field", name: { kind: "Name", value: "login" } },
|
85638
|
-
{ kind: "Field", name: { kind: "Name", value: "isPersonal" } },
|
85639
|
-
],
|
85640
|
-
},
|
85641
|
-
},
|
85642
|
-
],
|
85643
|
-
};
|
85644
|
-
const GithubOAuthTokenPayloadFragmentDoc = {
|
85645
|
-
kind: "Document",
|
85646
|
-
definitions: [
|
85647
|
-
{
|
85648
|
-
kind: "FragmentDefinition",
|
85649
|
-
name: { kind: "Name", value: "GithubOAuthTokenPayload" },
|
85650
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GithubOAuthTokenPayload" } },
|
85651
|
-
selectionSet: {
|
85652
|
-
kind: "SelectionSet",
|
85653
|
-
selections: [
|
85654
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85655
|
-
{
|
85656
|
-
kind: "Field",
|
85657
|
-
name: { kind: "Name", value: "organizations" },
|
85658
|
-
selectionSet: {
|
85659
|
-
kind: "SelectionSet",
|
85660
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GithubOrg" } }],
|
85661
|
-
},
|
85662
|
-
},
|
85663
|
-
{ kind: "Field", name: { kind: "Name", value: "token" } },
|
85664
|
-
],
|
85665
|
-
},
|
85666
|
-
},
|
85667
|
-
],
|
85668
|
-
};
|
85669
85747
|
const UserAuthorizedApplicationFragmentDoc = {
|
85670
85748
|
kind: "Document",
|
85671
85749
|
definitions: [
|
@@ -85716,6 +85794,37 @@ const ApplicationFragmentDoc = {
|
|
85716
85794
|
},
|
85717
85795
|
],
|
85718
85796
|
};
|
85797
|
+
const PasskeyFragmentDoc = {
|
85798
|
+
kind: "Document",
|
85799
|
+
definitions: [
|
85800
|
+
{
|
85801
|
+
kind: "FragmentDefinition",
|
85802
|
+
name: { kind: "Name", value: "Passkey" },
|
85803
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Passkey" } },
|
85804
|
+
selectionSet: {
|
85805
|
+
kind: "SelectionSet",
|
85806
|
+
selections: [
|
85807
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85808
|
+
{ kind: "Field", name: { kind: "Name", value: "userAgent" } },
|
85809
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
85810
|
+
{ kind: "Field", name: { kind: "Name", value: "ip" } },
|
85811
|
+
{ kind: "Field", name: { kind: "Name", value: "locationCity" } },
|
85812
|
+
{ kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
|
85813
|
+
{ kind: "Field", name: { kind: "Name", value: "locationCountry" } },
|
85814
|
+
{ kind: "Field", name: { kind: "Name", value: "locationRegionCode" } },
|
85815
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
85816
|
+
{ kind: "Field", name: { kind: "Name", value: "lastUsedAt" } },
|
85817
|
+
{ kind: "Field", name: { kind: "Name", value: "clientType" } },
|
85818
|
+
{ kind: "Field", name: { kind: "Name", value: "browserType" } },
|
85819
|
+
{ kind: "Field", name: { kind: "Name", value: "aaguid" } },
|
85820
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85821
|
+
{ kind: "Field", name: { kind: "Name", value: "label" } },
|
85822
|
+
{ kind: "Field", name: { kind: "Name", value: "lastUsedSessionId" } },
|
85823
|
+
],
|
85824
|
+
},
|
85825
|
+
},
|
85826
|
+
],
|
85827
|
+
};
|
85719
85828
|
const SharedSlackSettingsFragmentDoc = {
|
85720
85829
|
kind: "Document",
|
85721
85830
|
definitions: [
|
@@ -85727,6 +85836,7 @@ const SharedSlackSettingsFragmentDoc = {
|
|
85727
85836
|
kind: "SelectionSet",
|
85728
85837
|
selections: [
|
85729
85838
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85839
|
+
{ kind: "Field", name: { kind: "Name", value: "enterpriseId" } },
|
85730
85840
|
{ kind: "Field", name: { kind: "Name", value: "enterpriseName" } },
|
85731
85841
|
{ kind: "Field", name: { kind: "Name", value: "teamId" } },
|
85732
85842
|
{ kind: "Field", name: { kind: "Name", value: "teamName" } },
|
@@ -85824,6 +85934,34 @@ const GitHubSettingsFragmentDoc = {
|
|
85824
85934
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubRepo" } }],
|
85825
85935
|
},
|
85826
85936
|
},
|
85937
|
+
{ kind: "Field", name: { kind: "Name", value: "orgType" } },
|
85938
|
+
],
|
85939
|
+
},
|
85940
|
+
},
|
85941
|
+
],
|
85942
|
+
};
|
85943
|
+
const GitHubImportSettingsFragmentDoc = {
|
85944
|
+
kind: "Document",
|
85945
|
+
definitions: [
|
85946
|
+
{
|
85947
|
+
kind: "FragmentDefinition",
|
85948
|
+
name: { kind: "Name", value: "GitHubImportSettings" },
|
85949
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubImportSettings" } },
|
85950
|
+
selectionSet: {
|
85951
|
+
kind: "SelectionSet",
|
85952
|
+
selections: [
|
85953
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85954
|
+
{ kind: "Field", name: { kind: "Name", value: "orgLogin" } },
|
85955
|
+
{ kind: "Field", name: { kind: "Name", value: "orgAvatarUrl" } },
|
85956
|
+
{
|
85957
|
+
kind: "Field",
|
85958
|
+
name: { kind: "Name", value: "repositories" },
|
85959
|
+
selectionSet: {
|
85960
|
+
kind: "SelectionSet",
|
85961
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubRepo" } }],
|
85962
|
+
},
|
85963
|
+
},
|
85964
|
+
{ kind: "Field", name: { kind: "Name", value: "orgType" } },
|
85827
85965
|
],
|
85828
85966
|
},
|
85829
85967
|
},
|
@@ -85972,7 +86110,9 @@ const JiraSettingsFragmentDoc = {
|
|
85972
86110
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "JiraLinearMapping" } }],
|
85973
86111
|
},
|
85974
86112
|
},
|
86113
|
+
{ kind: "Field", name: { kind: "Name", value: "setupPending" } },
|
85975
86114
|
{ kind: "Field", name: { kind: "Name", value: "isJiraServer" } },
|
86115
|
+
{ kind: "Field", name: { kind: "Name", value: "manualSetup" } },
|
85976
86116
|
],
|
85977
86117
|
},
|
85978
86118
|
},
|
@@ -86075,6 +86215,7 @@ const SlackSettingsFragmentDoc = {
|
|
86075
86215
|
kind: "SelectionSet",
|
86076
86216
|
selections: [
|
86077
86217
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86218
|
+
{ kind: "Field", name: { kind: "Name", value: "enterpriseId" } },
|
86078
86219
|
{ kind: "Field", name: { kind: "Name", value: "enterpriseName" } },
|
86079
86220
|
{ kind: "Field", name: { kind: "Name", value: "teamId" } },
|
86080
86221
|
{ kind: "Field", name: { kind: "Name", value: "teamName" } },
|
@@ -86148,6 +86289,7 @@ const SlackAsksSettingsFragmentDoc = {
|
|
86148
86289
|
kind: "SelectionSet",
|
86149
86290
|
selections: [
|
86150
86291
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86292
|
+
{ kind: "Field", name: { kind: "Name", value: "enterpriseId" } },
|
86151
86293
|
{ kind: "Field", name: { kind: "Name", value: "enterpriseName" } },
|
86152
86294
|
{ kind: "Field", name: { kind: "Name", value: "teamId" } },
|
86153
86295
|
{ kind: "Field", name: { kind: "Name", value: "teamName" } },
|
@@ -86237,6 +86379,14 @@ const IntegrationSettingsFragmentDoc = {
|
|
86237
86379
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubSettings" } }],
|
86238
86380
|
},
|
86239
86381
|
},
|
86382
|
+
{
|
86383
|
+
kind: "Field",
|
86384
|
+
name: { kind: "Name", value: "gitHubImport" },
|
86385
|
+
selectionSet: {
|
86386
|
+
kind: "SelectionSet",
|
86387
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubImportSettings" } }],
|
86388
|
+
},
|
86389
|
+
},
|
86240
86390
|
{
|
86241
86391
|
kind: "Field",
|
86242
86392
|
name: { kind: "Name", value: "gitHubPersonal" },
|
@@ -86333,6 +86483,14 @@ const IntegrationSettingsFragmentDoc = {
|
|
86333
86483
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackAsksSettings" } }],
|
86334
86484
|
},
|
86335
86485
|
},
|
86486
|
+
{
|
86487
|
+
kind: "Field",
|
86488
|
+
name: { kind: "Name", value: "slackCustomViewNotifications" },
|
86489
|
+
selectionSet: {
|
86490
|
+
kind: "SelectionSet",
|
86491
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackPostSettings" } }],
|
86492
|
+
},
|
86493
|
+
},
|
86336
86494
|
{
|
86337
86495
|
kind: "Field",
|
86338
86496
|
name: { kind: "Name", value: "slackOrgProjectUpdatesPost" },
|
@@ -86370,6 +86528,164 @@ const IntegrationSettingsFragmentDoc = {
|
|
86370
86528
|
},
|
86371
86529
|
],
|
86372
86530
|
};
|
86531
|
+
const NotificationDeliveryPreferencesDayFragmentDoc = {
|
86532
|
+
kind: "Document",
|
86533
|
+
definitions: [
|
86534
|
+
{
|
86535
|
+
kind: "FragmentDefinition",
|
86536
|
+
name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
|
86537
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
|
86538
|
+
selectionSet: {
|
86539
|
+
kind: "SelectionSet",
|
86540
|
+
selections: [
|
86541
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86542
|
+
{ kind: "Field", name: { kind: "Name", value: "end" } },
|
86543
|
+
{ kind: "Field", name: { kind: "Name", value: "start" } },
|
86544
|
+
],
|
86545
|
+
},
|
86546
|
+
},
|
86547
|
+
],
|
86548
|
+
};
|
86549
|
+
const NotificationDeliveryPreferencesScheduleFragmentDoc = {
|
86550
|
+
kind: "Document",
|
86551
|
+
definitions: [
|
86552
|
+
{
|
86553
|
+
kind: "FragmentDefinition",
|
86554
|
+
name: { kind: "Name", value: "NotificationDeliveryPreferencesSchedule" },
|
86555
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "NotificationDeliveryPreferencesSchedule" } },
|
86556
|
+
selectionSet: {
|
86557
|
+
kind: "SelectionSet",
|
86558
|
+
selections: [
|
86559
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86560
|
+
{
|
86561
|
+
kind: "Field",
|
86562
|
+
name: { kind: "Name", value: "friday" },
|
86563
|
+
selectionSet: {
|
86564
|
+
kind: "SelectionSet",
|
86565
|
+
selections: [
|
86566
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
|
86567
|
+
],
|
86568
|
+
},
|
86569
|
+
},
|
86570
|
+
{
|
86571
|
+
kind: "Field",
|
86572
|
+
name: { kind: "Name", value: "monday" },
|
86573
|
+
selectionSet: {
|
86574
|
+
kind: "SelectionSet",
|
86575
|
+
selections: [
|
86576
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
|
86577
|
+
],
|
86578
|
+
},
|
86579
|
+
},
|
86580
|
+
{
|
86581
|
+
kind: "Field",
|
86582
|
+
name: { kind: "Name", value: "saturday" },
|
86583
|
+
selectionSet: {
|
86584
|
+
kind: "SelectionSet",
|
86585
|
+
selections: [
|
86586
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
|
86587
|
+
],
|
86588
|
+
},
|
86589
|
+
},
|
86590
|
+
{
|
86591
|
+
kind: "Field",
|
86592
|
+
name: { kind: "Name", value: "sunday" },
|
86593
|
+
selectionSet: {
|
86594
|
+
kind: "SelectionSet",
|
86595
|
+
selections: [
|
86596
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
|
86597
|
+
],
|
86598
|
+
},
|
86599
|
+
},
|
86600
|
+
{
|
86601
|
+
kind: "Field",
|
86602
|
+
name: { kind: "Name", value: "thursday" },
|
86603
|
+
selectionSet: {
|
86604
|
+
kind: "SelectionSet",
|
86605
|
+
selections: [
|
86606
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
|
86607
|
+
],
|
86608
|
+
},
|
86609
|
+
},
|
86610
|
+
{
|
86611
|
+
kind: "Field",
|
86612
|
+
name: { kind: "Name", value: "tuesday" },
|
86613
|
+
selectionSet: {
|
86614
|
+
kind: "SelectionSet",
|
86615
|
+
selections: [
|
86616
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
|
86617
|
+
],
|
86618
|
+
},
|
86619
|
+
},
|
86620
|
+
{
|
86621
|
+
kind: "Field",
|
86622
|
+
name: { kind: "Name", value: "wednesday" },
|
86623
|
+
selectionSet: {
|
86624
|
+
kind: "SelectionSet",
|
86625
|
+
selections: [
|
86626
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
|
86627
|
+
],
|
86628
|
+
},
|
86629
|
+
},
|
86630
|
+
{ kind: "Field", name: { kind: "Name", value: "disabled" } },
|
86631
|
+
],
|
86632
|
+
},
|
86633
|
+
},
|
86634
|
+
],
|
86635
|
+
};
|
86636
|
+
const NotificationDeliveryPreferencesChannelFragmentDoc = {
|
86637
|
+
kind: "Document",
|
86638
|
+
definitions: [
|
86639
|
+
{
|
86640
|
+
kind: "FragmentDefinition",
|
86641
|
+
name: { kind: "Name", value: "NotificationDeliveryPreferencesChannel" },
|
86642
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "NotificationDeliveryPreferencesChannel" } },
|
86643
|
+
selectionSet: {
|
86644
|
+
kind: "SelectionSet",
|
86645
|
+
selections: [
|
86646
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86647
|
+
{
|
86648
|
+
kind: "Field",
|
86649
|
+
name: { kind: "Name", value: "schedule" },
|
86650
|
+
selectionSet: {
|
86651
|
+
kind: "SelectionSet",
|
86652
|
+
selections: [
|
86653
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesSchedule" } },
|
86654
|
+
],
|
86655
|
+
},
|
86656
|
+
},
|
86657
|
+
{ kind: "Field", name: { kind: "Name", value: "notificationsDisabled" } },
|
86658
|
+
],
|
86659
|
+
},
|
86660
|
+
},
|
86661
|
+
],
|
86662
|
+
};
|
86663
|
+
const NotificationDeliveryPreferencesFragmentDoc = {
|
86664
|
+
kind: "Document",
|
86665
|
+
definitions: [
|
86666
|
+
{
|
86667
|
+
kind: "FragmentDefinition",
|
86668
|
+
name: { kind: "Name", value: "NotificationDeliveryPreferences" },
|
86669
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "NotificationDeliveryPreferences" } },
|
86670
|
+
selectionSet: {
|
86671
|
+
kind: "SelectionSet",
|
86672
|
+
selections: [
|
86673
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86674
|
+
{
|
86675
|
+
kind: "Field",
|
86676
|
+
name: { kind: "Name", value: "mobile" },
|
86677
|
+
selectionSet: {
|
86678
|
+
kind: "SelectionSet",
|
86679
|
+
selections: [
|
86680
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesChannel" } },
|
86681
|
+
],
|
86682
|
+
},
|
86683
|
+
},
|
86684
|
+
],
|
86685
|
+
},
|
86686
|
+
},
|
86687
|
+
],
|
86688
|
+
};
|
86373
86689
|
const UserSettingsFragmentDoc = {
|
86374
86690
|
kind: "Document",
|
86375
86691
|
definitions: [
|
@@ -86385,6 +86701,16 @@ const UserSettingsFragmentDoc = {
|
|
86385
86701
|
{ kind: "Field", name: { kind: "Name", value: "unsubscribedFrom" } },
|
86386
86702
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
86387
86703
|
{ kind: "Field", name: { kind: "Name", value: "notificationPreferences" } },
|
86704
|
+
{
|
86705
|
+
kind: "Field",
|
86706
|
+
name: { kind: "Name", value: "notificationDeliveryPreferences" },
|
86707
|
+
selectionSet: {
|
86708
|
+
kind: "SelectionSet",
|
86709
|
+
selections: [
|
86710
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferences" } },
|
86711
|
+
],
|
86712
|
+
},
|
86713
|
+
},
|
86388
86714
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
86389
86715
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
86390
86716
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -86440,6 +86766,24 @@ const AuthenticationSessionFragmentDoc = {
|
|
86440
86766
|
},
|
86441
86767
|
],
|
86442
86768
|
};
|
86769
|
+
const IssueImportSyncCheckPayloadFragmentDoc = {
|
86770
|
+
kind: "Document",
|
86771
|
+
definitions: [
|
86772
|
+
{
|
86773
|
+
kind: "FragmentDefinition",
|
86774
|
+
name: { kind: "Name", value: "IssueImportSyncCheckPayload" },
|
86775
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueImportSyncCheckPayload" } },
|
86776
|
+
selectionSet: {
|
86777
|
+
kind: "SelectionSet",
|
86778
|
+
selections: [
|
86779
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86780
|
+
{ kind: "Field", name: { kind: "Name", value: "error" } },
|
86781
|
+
{ kind: "Field", name: { kind: "Name", value: "canSync" } },
|
86782
|
+
],
|
86783
|
+
},
|
86784
|
+
},
|
86785
|
+
],
|
86786
|
+
};
|
86443
86787
|
const ApiKeyFragmentDoc = {
|
86444
86788
|
kind: "Document",
|
86445
86789
|
definitions: [
|
@@ -86863,9 +87207,11 @@ const AuthOauthClientFragmentDoc = {
|
|
86863
87207
|
{ kind: "Field", name: { kind: "Name", value: "clientSecret" } },
|
86864
87208
|
{ kind: "Field", name: { kind: "Name", value: "creatorId" } },
|
86865
87209
|
{ kind: "Field", name: { kind: "Name", value: "organizationId" } },
|
87210
|
+
{ kind: "Field", name: { kind: "Name", value: "webhookResourceTypes" } },
|
86866
87211
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86867
87212
|
{ kind: "Field", name: { kind: "Name", value: "developerUrl" } },
|
86868
87213
|
{ kind: "Field", name: { kind: "Name", value: "webhookUrl" } },
|
87214
|
+
{ kind: "Field", name: { kind: "Name", value: "webhookSecret" } },
|
86869
87215
|
{ kind: "Field", name: { kind: "Name", value: "publicEnabled" } },
|
86870
87216
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
86871
87217
|
],
|
@@ -86954,6 +87300,7 @@ const AuthOrganizationDomainFragmentDoc = {
|
|
86954
87300
|
kind: "SelectionSet",
|
86955
87301
|
selections: [
|
86956
87302
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87303
|
+
{ kind: "Field", name: { kind: "Name", value: "disableOrganizationCreation" } },
|
86957
87304
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86958
87305
|
{ kind: "Field", name: { kind: "Name", value: "authType" } },
|
86959
87306
|
{ kind: "Field", name: { kind: "Name", value: "claimed" } },
|
@@ -87030,6 +87377,14 @@ const AuthResolverResponseFragmentDoc = {
|
|
87030
87377
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthUser" } }],
|
87031
87378
|
},
|
87032
87379
|
},
|
87380
|
+
{
|
87381
|
+
kind: "Field",
|
87382
|
+
name: { kind: "Name", value: "lockedUsers" },
|
87383
|
+
selectionSet: {
|
87384
|
+
kind: "SelectionSet",
|
87385
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthUser" } }],
|
87386
|
+
},
|
87387
|
+
},
|
87033
87388
|
{
|
87034
87389
|
kind: "Field",
|
87035
87390
|
name: { kind: "Name", value: "lockedOrganizations" },
|
@@ -88452,6 +88807,59 @@ const ExternalUserConnectionFragmentDoc = {
|
|
88452
88807
|
},
|
88453
88808
|
],
|
88454
88809
|
};
|
88810
|
+
const FacetFragmentDoc = {
|
88811
|
+
kind: "Document",
|
88812
|
+
definitions: [
|
88813
|
+
{
|
88814
|
+
kind: "FragmentDefinition",
|
88815
|
+
name: { kind: "Name", value: "Facet" },
|
88816
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Facet" } },
|
88817
|
+
selectionSet: {
|
88818
|
+
kind: "SelectionSet",
|
88819
|
+
selections: [
|
88820
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88821
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
88822
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
88823
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
88824
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
88825
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
88826
|
+
],
|
88827
|
+
},
|
88828
|
+
},
|
88829
|
+
],
|
88830
|
+
};
|
88831
|
+
const FacetConnectionFragmentDoc = {
|
88832
|
+
kind: "Document",
|
88833
|
+
definitions: [
|
88834
|
+
{
|
88835
|
+
kind: "FragmentDefinition",
|
88836
|
+
name: { kind: "Name", value: "FacetConnection" },
|
88837
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "FacetConnection" } },
|
88838
|
+
selectionSet: {
|
88839
|
+
kind: "SelectionSet",
|
88840
|
+
selections: [
|
88841
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88842
|
+
{
|
88843
|
+
kind: "Field",
|
88844
|
+
name: { kind: "Name", value: "nodes" },
|
88845
|
+
selectionSet: {
|
88846
|
+
kind: "SelectionSet",
|
88847
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Facet" } }],
|
88848
|
+
},
|
88849
|
+
},
|
88850
|
+
{
|
88851
|
+
kind: "Field",
|
88852
|
+
name: { kind: "Name", value: "pageInfo" },
|
88853
|
+
selectionSet: {
|
88854
|
+
kind: "SelectionSet",
|
88855
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
88856
|
+
},
|
88857
|
+
},
|
88858
|
+
],
|
88859
|
+
},
|
88860
|
+
},
|
88861
|
+
],
|
88862
|
+
};
|
88455
88863
|
const FavoriteFragmentDoc = {
|
88456
88864
|
kind: "Document",
|
88457
88865
|
definitions: [
|
@@ -89437,6 +89845,45 @@ const IssueRelationHistoryPayloadFragmentDoc = {
|
|
89437
89845
|
},
|
89438
89846
|
],
|
89439
89847
|
};
|
89848
|
+
const UserFragmentDoc = {
|
89849
|
+
kind: "Document",
|
89850
|
+
definitions: [
|
89851
|
+
{
|
89852
|
+
kind: "FragmentDefinition",
|
89853
|
+
name: { kind: "Name", value: "User" },
|
89854
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
|
89855
|
+
selectionSet: {
|
89856
|
+
kind: "SelectionSet",
|
89857
|
+
selections: [
|
89858
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89859
|
+
{ kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
|
89860
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
89861
|
+
{ kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
|
89862
|
+
{ kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
|
89863
|
+
{ kind: "Field", name: { kind: "Name", value: "disableReason" } },
|
89864
|
+
{ kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
|
89865
|
+
{ kind: "Field", name: { kind: "Name", value: "statusLabel" } },
|
89866
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89867
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSeen" } },
|
89868
|
+
{ kind: "Field", name: { kind: "Name", value: "timezone" } },
|
89869
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
89870
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
89871
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
89872
|
+
{ kind: "Field", name: { kind: "Name", value: "displayName" } },
|
89873
|
+
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
89874
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
89875
|
+
{ kind: "Field", name: { kind: "Name", value: "inviteHash" } },
|
89876
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89877
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
89878
|
+
{ kind: "Field", name: { kind: "Name", value: "guest" } },
|
89879
|
+
{ kind: "Field", name: { kind: "Name", value: "admin" } },
|
89880
|
+
{ kind: "Field", name: { kind: "Name", value: "isMe" } },
|
89881
|
+
{ kind: "Field", name: { kind: "Name", value: "calendarHash" } },
|
89882
|
+
],
|
89883
|
+
},
|
89884
|
+
},
|
89885
|
+
],
|
89886
|
+
};
|
89440
89887
|
const IssueImportFragmentDoc = {
|
89441
89888
|
kind: "Document",
|
89442
89889
|
definitions: [
|
@@ -89451,6 +89898,7 @@ const IssueImportFragmentDoc = {
|
|
89451
89898
|
{ kind: "Field", name: { kind: "Name", value: "progress" } },
|
89452
89899
|
{ kind: "Field", name: { kind: "Name", value: "errorMetadata" } },
|
89453
89900
|
{ kind: "Field", name: { kind: "Name", value: "csvFileUrl" } },
|
89901
|
+
{ kind: "Field", name: { kind: "Name", value: "serviceMetadata" } },
|
89454
89902
|
{ kind: "Field", name: { kind: "Name", value: "teamName" } },
|
89455
89903
|
{ kind: "Field", name: { kind: "Name", value: "mapping" } },
|
89456
89904
|
{ kind: "Field", name: { kind: "Name", value: "creatorId" } },
|
@@ -89514,45 +89962,6 @@ const IssueLabelFragmentDoc = {
|
|
89514
89962
|
},
|
89515
89963
|
],
|
89516
89964
|
};
|
89517
|
-
const UserFragmentDoc = {
|
89518
|
-
kind: "Document",
|
89519
|
-
definitions: [
|
89520
|
-
{
|
89521
|
-
kind: "FragmentDefinition",
|
89522
|
-
name: { kind: "Name", value: "User" },
|
89523
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
|
89524
|
-
selectionSet: {
|
89525
|
-
kind: "SelectionSet",
|
89526
|
-
selections: [
|
89527
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89528
|
-
{ kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
|
89529
|
-
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
89530
|
-
{ kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
|
89531
|
-
{ kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
|
89532
|
-
{ kind: "Field", name: { kind: "Name", value: "disableReason" } },
|
89533
|
-
{ kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
|
89534
|
-
{ kind: "Field", name: { kind: "Name", value: "statusLabel" } },
|
89535
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89536
|
-
{ kind: "Field", name: { kind: "Name", value: "lastSeen" } },
|
89537
|
-
{ kind: "Field", name: { kind: "Name", value: "timezone" } },
|
89538
|
-
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
89539
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
89540
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
89541
|
-
{ kind: "Field", name: { kind: "Name", value: "displayName" } },
|
89542
|
-
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
89543
|
-
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
89544
|
-
{ kind: "Field", name: { kind: "Name", value: "inviteHash" } },
|
89545
|
-
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89546
|
-
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
89547
|
-
{ kind: "Field", name: { kind: "Name", value: "guest" } },
|
89548
|
-
{ kind: "Field", name: { kind: "Name", value: "admin" } },
|
89549
|
-
{ kind: "Field", name: { kind: "Name", value: "isMe" } },
|
89550
|
-
{ kind: "Field", name: { kind: "Name", value: "calendarHash" } },
|
89551
|
-
],
|
89552
|
-
},
|
89553
|
-
},
|
89554
|
-
],
|
89555
|
-
};
|
89556
89965
|
const IssueHistoryFragmentDoc = {
|
89557
89966
|
kind: "Document",
|
89558
89967
|
definitions: [
|
@@ -89574,6 +89983,14 @@ const IssueHistoryFragmentDoc = {
|
|
89574
89983
|
},
|
89575
89984
|
{ kind: "Field", name: { kind: "Name", value: "addedLabelIds" } },
|
89576
89985
|
{ kind: "Field", name: { kind: "Name", value: "removedLabelIds" } },
|
89986
|
+
{
|
89987
|
+
kind: "Field",
|
89988
|
+
name: { kind: "Name", value: "actors" },
|
89989
|
+
selectionSet: {
|
89990
|
+
kind: "SelectionSet",
|
89991
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
|
89992
|
+
},
|
89993
|
+
},
|
89577
89994
|
{
|
89578
89995
|
kind: "Field",
|
89579
89996
|
name: { kind: "Name", value: "botActor" },
|
@@ -89613,6 +90030,22 @@ const IssueHistoryFragmentDoc = {
|
|
89613
90030
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89614
90031
|
},
|
89615
90032
|
},
|
90033
|
+
{
|
90034
|
+
kind: "Field",
|
90035
|
+
name: { kind: "Name", value: "addedLabels" },
|
90036
|
+
selectionSet: {
|
90037
|
+
kind: "SelectionSet",
|
90038
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
|
90039
|
+
},
|
90040
|
+
},
|
90041
|
+
{
|
90042
|
+
kind: "Field",
|
90043
|
+
name: { kind: "Name", value: "removedLabels" },
|
90044
|
+
selectionSet: {
|
90045
|
+
kind: "SelectionSet",
|
90046
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
|
90047
|
+
},
|
90048
|
+
},
|
89616
90049
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89617
90050
|
{
|
89618
90051
|
kind: "Field",
|
@@ -89737,6 +90170,14 @@ const IssueHistoryFragmentDoc = {
|
|
89737
90170
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89738
90171
|
},
|
89739
90172
|
},
|
90173
|
+
{
|
90174
|
+
kind: "Field",
|
90175
|
+
name: { kind: "Name", value: "triageResponsibilityNotifiedUsers" },
|
90176
|
+
selectionSet: {
|
90177
|
+
kind: "SelectionSet",
|
90178
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
|
90179
|
+
},
|
90180
|
+
},
|
89740
90181
|
{ kind: "Field", name: { kind: "Name", value: "fromDueDate" } },
|
89741
90182
|
{ kind: "Field", name: { kind: "Name", value: "toDueDate" } },
|
89742
90183
|
{ kind: "Field", name: { kind: "Name", value: "fromEstimate" } },
|
@@ -89750,30 +90191,6 @@ const IssueHistoryFragmentDoc = {
|
|
89750
90191
|
{ kind: "Field", name: { kind: "Name", value: "autoClosed" } },
|
89751
90192
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
89752
90193
|
{ kind: "Field", name: { kind: "Name", value: "updatedDescription" } },
|
89753
|
-
{
|
89754
|
-
kind: "Field",
|
89755
|
-
name: { kind: "Name", value: "addedLabels" },
|
89756
|
-
selectionSet: {
|
89757
|
-
kind: "SelectionSet",
|
89758
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
|
89759
|
-
},
|
89760
|
-
},
|
89761
|
-
{
|
89762
|
-
kind: "Field",
|
89763
|
-
name: { kind: "Name", value: "removedLabels" },
|
89764
|
-
selectionSet: {
|
89765
|
-
kind: "SelectionSet",
|
89766
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
|
89767
|
-
},
|
89768
|
-
},
|
89769
|
-
{
|
89770
|
-
kind: "Field",
|
89771
|
-
name: { kind: "Name", value: "triageResponsibilityNotifiedUsers" },
|
89772
|
-
selectionSet: {
|
89773
|
-
kind: "SelectionSet",
|
89774
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
|
89775
|
-
},
|
89776
|
-
},
|
89777
90194
|
],
|
89778
90195
|
},
|
89779
90196
|
},
|
@@ -90780,6 +91197,24 @@ const OrganizationInvitePayloadFragmentDoc = {
|
|
90780
91197
|
},
|
90781
91198
|
],
|
90782
91199
|
};
|
91200
|
+
const OrganizationMetaFragmentDoc = {
|
91201
|
+
kind: "Document",
|
91202
|
+
definitions: [
|
91203
|
+
{
|
91204
|
+
kind: "FragmentDefinition",
|
91205
|
+
name: { kind: "Name", value: "OrganizationMeta" },
|
91206
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationMeta" } },
|
91207
|
+
selectionSet: {
|
91208
|
+
kind: "SelectionSet",
|
91209
|
+
selections: [
|
91210
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91211
|
+
{ kind: "Field", name: { kind: "Name", value: "allowedAuthServices" } },
|
91212
|
+
{ kind: "Field", name: { kind: "Name", value: "region" } },
|
91213
|
+
],
|
91214
|
+
},
|
91215
|
+
},
|
91216
|
+
],
|
91217
|
+
};
|
90783
91218
|
const OrganizationPayloadFragmentDoc = {
|
90784
91219
|
kind: "Document",
|
90785
91220
|
definitions: [
|
@@ -90816,13 +91251,13 @@ const OrganizationRegionResponseFragmentDoc = {
|
|
90816
91251
|
},
|
90817
91252
|
],
|
90818
91253
|
};
|
90819
|
-
const
|
91254
|
+
const OrganizationStartTrialPayloadFragmentDoc = {
|
90820
91255
|
kind: "Document",
|
90821
91256
|
definitions: [
|
90822
91257
|
{
|
90823
91258
|
kind: "FragmentDefinition",
|
90824
|
-
name: { kind: "Name", value: "
|
90825
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
91259
|
+
name: { kind: "Name", value: "OrganizationStartTrialPayload" },
|
91260
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationStartTrialPayload" } },
|
90826
91261
|
selectionSet: {
|
90827
91262
|
kind: "SelectionSet",
|
90828
91263
|
selections: [
|
@@ -90833,6 +91268,24 @@ const OrganizationStartPlusTrialPayloadFragmentDoc = {
|
|
90833
91268
|
},
|
90834
91269
|
],
|
90835
91270
|
};
|
91271
|
+
const PasskeyLoginStartResponseFragmentDoc = {
|
91272
|
+
kind: "Document",
|
91273
|
+
definitions: [
|
91274
|
+
{
|
91275
|
+
kind: "FragmentDefinition",
|
91276
|
+
name: { kind: "Name", value: "PasskeyLoginStartResponse" },
|
91277
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "PasskeyLoginStartResponse" } },
|
91278
|
+
selectionSet: {
|
91279
|
+
kind: "SelectionSet",
|
91280
|
+
selections: [
|
91281
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91282
|
+
{ kind: "Field", name: { kind: "Name", value: "options" } },
|
91283
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
91284
|
+
],
|
91285
|
+
},
|
91286
|
+
},
|
91287
|
+
],
|
91288
|
+
};
|
90836
91289
|
const ProjectFragmentDoc = {
|
90837
91290
|
kind: "Document",
|
90838
91291
|
definitions: [
|
@@ -90968,6 +91421,24 @@ const ProjectConnectionFragmentDoc = {
|
|
90968
91421
|
},
|
90969
91422
|
],
|
90970
91423
|
};
|
91424
|
+
const ProjectDetailSuggestionPayloadFragmentDoc = {
|
91425
|
+
kind: "Document",
|
91426
|
+
definitions: [
|
91427
|
+
{
|
91428
|
+
kind: "FragmentDefinition",
|
91429
|
+
name: { kind: "Name", value: "ProjectDetailSuggestionPayload" },
|
91430
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectDetailSuggestionPayload" } },
|
91431
|
+
selectionSet: {
|
91432
|
+
kind: "SelectionSet",
|
91433
|
+
selections: [
|
91434
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91435
|
+
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
91436
|
+
{ kind: "Field", name: { kind: "Name", value: "icon" } },
|
91437
|
+
],
|
91438
|
+
},
|
91439
|
+
},
|
91440
|
+
],
|
91441
|
+
};
|
90971
91442
|
const ProjectFilterSuggestionPayloadFragmentDoc = {
|
90972
91443
|
kind: "Document",
|
90973
91444
|
definitions: [
|
@@ -92265,6 +92736,24 @@ const SsoUrlFromEmailResponseFragmentDoc = {
|
|
92265
92736
|
},
|
92266
92737
|
],
|
92267
92738
|
};
|
92739
|
+
const SuccessPayloadFragmentDoc = {
|
92740
|
+
kind: "Document",
|
92741
|
+
definitions: [
|
92742
|
+
{
|
92743
|
+
kind: "FragmentDefinition",
|
92744
|
+
name: { kind: "Name", value: "SuccessPayload" },
|
92745
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SuccessPayload" } },
|
92746
|
+
selectionSet: {
|
92747
|
+
kind: "SelectionSet",
|
92748
|
+
selections: [
|
92749
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
92750
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
92751
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
92752
|
+
],
|
92753
|
+
},
|
92754
|
+
},
|
92755
|
+
],
|
92756
|
+
};
|
92268
92757
|
const SummaryPayloadFragmentDoc = {
|
92269
92758
|
kind: "Document",
|
92270
92759
|
definitions: [
|
@@ -94493,10 +94982,10 @@ const AttachmentIssue_HistoryDocument = {
|
|
94493
94982
|
...IssueHistoryConnectionFragmentDoc.definitions,
|
94494
94983
|
...IssueHistoryFragmentDoc.definitions,
|
94495
94984
|
...IssueRelationHistoryPayloadFragmentDoc.definitions,
|
94985
|
+
...UserFragmentDoc.definitions,
|
94496
94986
|
...ActorBotFragmentDoc.definitions,
|
94497
94987
|
...IssueImportFragmentDoc.definitions,
|
94498
94988
|
...IssueLabelFragmentDoc.definitions,
|
94499
|
-
...UserFragmentDoc.definitions,
|
94500
94989
|
...PageInfoFragmentDoc.definitions,
|
94501
94990
|
],
|
94502
94991
|
};
|
@@ -96068,6 +96557,128 @@ const CustomView_OrganizationViewPreferences_PreferencesDocument = {
|
|
96068
96557
|
...ViewPreferencesValuesFragmentDoc.definitions,
|
96069
96558
|
],
|
96070
96559
|
};
|
96560
|
+
const CustomView_ProjectsDocument = {
|
96561
|
+
kind: "Document",
|
96562
|
+
definitions: [
|
96563
|
+
{
|
96564
|
+
kind: "OperationDefinition",
|
96565
|
+
operation: "query",
|
96566
|
+
name: { kind: "Name", value: "customView_projects" },
|
96567
|
+
variableDefinitions: [
|
96568
|
+
{
|
96569
|
+
kind: "VariableDefinition",
|
96570
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96571
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
96572
|
+
},
|
96573
|
+
{
|
96574
|
+
kind: "VariableDefinition",
|
96575
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
96576
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
96577
|
+
},
|
96578
|
+
{
|
96579
|
+
kind: "VariableDefinition",
|
96580
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
96581
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
96582
|
+
},
|
96583
|
+
{
|
96584
|
+
kind: "VariableDefinition",
|
96585
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
96586
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "ProjectFilter" } },
|
96587
|
+
},
|
96588
|
+
{
|
96589
|
+
kind: "VariableDefinition",
|
96590
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
96591
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
96592
|
+
},
|
96593
|
+
{
|
96594
|
+
kind: "VariableDefinition",
|
96595
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
96596
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
96597
|
+
},
|
96598
|
+
{
|
96599
|
+
kind: "VariableDefinition",
|
96600
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
96601
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
96602
|
+
},
|
96603
|
+
{
|
96604
|
+
kind: "VariableDefinition",
|
96605
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
96606
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
96607
|
+
},
|
96608
|
+
],
|
96609
|
+
selectionSet: {
|
96610
|
+
kind: "SelectionSet",
|
96611
|
+
selections: [
|
96612
|
+
{
|
96613
|
+
kind: "Field",
|
96614
|
+
name: { kind: "Name", value: "customView" },
|
96615
|
+
arguments: [
|
96616
|
+
{
|
96617
|
+
kind: "Argument",
|
96618
|
+
name: { kind: "Name", value: "id" },
|
96619
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96620
|
+
},
|
96621
|
+
],
|
96622
|
+
selectionSet: {
|
96623
|
+
kind: "SelectionSet",
|
96624
|
+
selections: [
|
96625
|
+
{
|
96626
|
+
kind: "Field",
|
96627
|
+
name: { kind: "Name", value: "projects" },
|
96628
|
+
arguments: [
|
96629
|
+
{
|
96630
|
+
kind: "Argument",
|
96631
|
+
name: { kind: "Name", value: "after" },
|
96632
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
96633
|
+
},
|
96634
|
+
{
|
96635
|
+
kind: "Argument",
|
96636
|
+
name: { kind: "Name", value: "before" },
|
96637
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
96638
|
+
},
|
96639
|
+
{
|
96640
|
+
kind: "Argument",
|
96641
|
+
name: { kind: "Name", value: "filter" },
|
96642
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
96643
|
+
},
|
96644
|
+
{
|
96645
|
+
kind: "Argument",
|
96646
|
+
name: { kind: "Name", value: "first" },
|
96647
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
96648
|
+
},
|
96649
|
+
{
|
96650
|
+
kind: "Argument",
|
96651
|
+
name: { kind: "Name", value: "includeArchived" },
|
96652
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
96653
|
+
},
|
96654
|
+
{
|
96655
|
+
kind: "Argument",
|
96656
|
+
name: { kind: "Name", value: "last" },
|
96657
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
96658
|
+
},
|
96659
|
+
{
|
96660
|
+
kind: "Argument",
|
96661
|
+
name: { kind: "Name", value: "orderBy" },
|
96662
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
96663
|
+
},
|
96664
|
+
],
|
96665
|
+
selectionSet: {
|
96666
|
+
kind: "SelectionSet",
|
96667
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectConnection" } }],
|
96668
|
+
},
|
96669
|
+
},
|
96670
|
+
],
|
96671
|
+
},
|
96672
|
+
},
|
96673
|
+
],
|
96674
|
+
},
|
96675
|
+
},
|
96676
|
+
...ProjectConnectionFragmentDoc.definitions,
|
96677
|
+
...ProjectFragmentDoc.definitions,
|
96678
|
+
...ProjectStatusFragmentDoc.definitions,
|
96679
|
+
...PageInfoFragmentDoc.definitions,
|
96680
|
+
],
|
96681
|
+
};
|
96071
96682
|
const CustomView_UserViewPreferencesDocument = {
|
96072
96683
|
kind: "Document",
|
96073
96684
|
definitions: [
|
@@ -98392,10 +99003,10 @@ const Issue_HistoryDocument = {
|
|
98392
99003
|
...IssueHistoryConnectionFragmentDoc.definitions,
|
98393
99004
|
...IssueHistoryFragmentDoc.definitions,
|
98394
99005
|
...IssueRelationHistoryPayloadFragmentDoc.definitions,
|
99006
|
+
...UserFragmentDoc.definitions,
|
98395
99007
|
...ActorBotFragmentDoc.definitions,
|
98396
99008
|
...IssueImportFragmentDoc.definitions,
|
98397
99009
|
...IssueLabelFragmentDoc.definitions,
|
98398
|
-
...UserFragmentDoc.definitions,
|
98399
99010
|
...PageInfoFragmentDoc.definitions,
|
98400
99011
|
],
|
98401
99012
|
};
|
@@ -99070,17 +99681,17 @@ const IssueImportCheckCsvDocument = {
|
|
99070
99681
|
...IssueImportCheckPayloadFragmentDoc.definitions,
|
99071
99682
|
],
|
99072
99683
|
};
|
99073
|
-
const
|
99684
|
+
const IssueImportCheckSyncDocument = {
|
99074
99685
|
kind: "Document",
|
99075
99686
|
definitions: [
|
99076
99687
|
{
|
99077
99688
|
kind: "OperationDefinition",
|
99078
99689
|
operation: "query",
|
99079
|
-
name: { kind: "Name", value: "
|
99690
|
+
name: { kind: "Name", value: "issueImportCheckSync" },
|
99080
99691
|
variableDefinitions: [
|
99081
99692
|
{
|
99082
99693
|
kind: "VariableDefinition",
|
99083
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
99694
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "issueImportId" } },
|
99084
99695
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
99085
99696
|
},
|
99086
99697
|
],
|
@@ -99089,25 +99700,23 @@ const IssueImportFinishGithubOAuthDocument = {
|
|
99089
99700
|
selections: [
|
99090
99701
|
{
|
99091
99702
|
kind: "Field",
|
99092
|
-
name: { kind: "Name", value: "
|
99703
|
+
name: { kind: "Name", value: "issueImportCheckSync" },
|
99093
99704
|
arguments: [
|
99094
99705
|
{
|
99095
99706
|
kind: "Argument",
|
99096
|
-
name: { kind: "Name", value: "
|
99097
|
-
value: { kind: "Variable", name: { kind: "Name", value: "
|
99707
|
+
name: { kind: "Name", value: "issueImportId" },
|
99708
|
+
value: { kind: "Variable", name: { kind: "Name", value: "issueImportId" } },
|
99098
99709
|
},
|
99099
99710
|
],
|
99100
99711
|
selectionSet: {
|
99101
99712
|
kind: "SelectionSet",
|
99102
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
99713
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueImportSyncCheckPayload" } }],
|
99103
99714
|
},
|
99104
99715
|
},
|
99105
99716
|
],
|
99106
99717
|
},
|
99107
99718
|
},
|
99108
|
-
...
|
99109
|
-
...GithubOrgFragmentDoc.definitions,
|
99110
|
-
...GithubRepoFragmentDoc.definitions,
|
99719
|
+
...IssueImportSyncCheckPayloadFragmentDoc.definitions,
|
99111
99720
|
],
|
99112
99721
|
};
|
99113
99722
|
const IssueLabelDocument = {
|
@@ -100315,10 +100924,10 @@ const IssueVcsBranchSearch_HistoryDocument = {
|
|
100315
100924
|
...IssueHistoryConnectionFragmentDoc.definitions,
|
100316
100925
|
...IssueHistoryFragmentDoc.definitions,
|
100317
100926
|
...IssueRelationHistoryPayloadFragmentDoc.definitions,
|
100927
|
+
...UserFragmentDoc.definitions,
|
100318
100928
|
...ActorBotFragmentDoc.definitions,
|
100319
100929
|
...IssueImportFragmentDoc.definitions,
|
100320
100930
|
...IssueLabelFragmentDoc.definitions,
|
100321
|
-
...UserFragmentDoc.definitions,
|
100322
100931
|
...PageInfoFragmentDoc.definitions,
|
100323
100932
|
],
|
100324
100933
|
};
|
@@ -100948,6 +101557,7 @@ const NotificationDocument = {
|
|
100948
101557
|
...NotificationFragmentDoc.definitions,
|
100949
101558
|
...ActorBotFragmentDoc.definitions,
|
100950
101559
|
...DocumentNotificationFragmentDoc.definitions,
|
101560
|
+
...InitiativeNotificationFragmentDoc.definitions,
|
100951
101561
|
...IssueNotificationFragmentDoc.definitions,
|
100952
101562
|
...NotificationSubscriptionFragmentDoc.definitions,
|
100953
101563
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -101174,6 +101784,7 @@ const NotificationsDocument = {
|
|
101174
101784
|
...NotificationFragmentDoc.definitions,
|
101175
101785
|
...ActorBotFragmentDoc.definitions,
|
101176
101786
|
...DocumentNotificationFragmentDoc.definitions,
|
101787
|
+
...InitiativeNotificationFragmentDoc.definitions,
|
101177
101788
|
...IssueNotificationFragmentDoc.definitions,
|
101178
101789
|
...NotificationSubscriptionFragmentDoc.definitions,
|
101179
101790
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -107625,6 +108236,609 @@ const UserSettingsDocument = {
|
|
107625
108236
|
},
|
107626
108237
|
},
|
107627
108238
|
...UserSettingsFragmentDoc.definitions,
|
108239
|
+
...NotificationDeliveryPreferencesFragmentDoc.definitions,
|
108240
|
+
...NotificationDeliveryPreferencesChannelFragmentDoc.definitions,
|
108241
|
+
...NotificationDeliveryPreferencesScheduleFragmentDoc.definitions,
|
108242
|
+
...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
|
108243
|
+
],
|
108244
|
+
};
|
108245
|
+
const UserSettings_NotificationDeliveryPreferencesDocument = {
|
108246
|
+
kind: "Document",
|
108247
|
+
definitions: [
|
108248
|
+
{
|
108249
|
+
kind: "OperationDefinition",
|
108250
|
+
operation: "query",
|
108251
|
+
name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences" },
|
108252
|
+
selectionSet: {
|
108253
|
+
kind: "SelectionSet",
|
108254
|
+
selections: [
|
108255
|
+
{
|
108256
|
+
kind: "Field",
|
108257
|
+
name: { kind: "Name", value: "userSettings" },
|
108258
|
+
selectionSet: {
|
108259
|
+
kind: "SelectionSet",
|
108260
|
+
selections: [
|
108261
|
+
{
|
108262
|
+
kind: "Field",
|
108263
|
+
name: { kind: "Name", value: "notificationDeliveryPreferences" },
|
108264
|
+
selectionSet: {
|
108265
|
+
kind: "SelectionSet",
|
108266
|
+
selections: [
|
108267
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferences" } },
|
108268
|
+
],
|
108269
|
+
},
|
108270
|
+
},
|
108271
|
+
],
|
108272
|
+
},
|
108273
|
+
},
|
108274
|
+
],
|
108275
|
+
},
|
108276
|
+
},
|
108277
|
+
...NotificationDeliveryPreferencesFragmentDoc.definitions,
|
108278
|
+
...NotificationDeliveryPreferencesChannelFragmentDoc.definitions,
|
108279
|
+
...NotificationDeliveryPreferencesScheduleFragmentDoc.definitions,
|
108280
|
+
...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
|
108281
|
+
],
|
108282
|
+
};
|
108283
|
+
const UserSettings_NotificationDeliveryPreferences_MobileDocument = {
|
108284
|
+
kind: "Document",
|
108285
|
+
definitions: [
|
108286
|
+
{
|
108287
|
+
kind: "OperationDefinition",
|
108288
|
+
operation: "query",
|
108289
|
+
name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile" },
|
108290
|
+
selectionSet: {
|
108291
|
+
kind: "SelectionSet",
|
108292
|
+
selections: [
|
108293
|
+
{
|
108294
|
+
kind: "Field",
|
108295
|
+
name: { kind: "Name", value: "userSettings" },
|
108296
|
+
selectionSet: {
|
108297
|
+
kind: "SelectionSet",
|
108298
|
+
selections: [
|
108299
|
+
{
|
108300
|
+
kind: "Field",
|
108301
|
+
name: { kind: "Name", value: "notificationDeliveryPreferences" },
|
108302
|
+
selectionSet: {
|
108303
|
+
kind: "SelectionSet",
|
108304
|
+
selections: [
|
108305
|
+
{
|
108306
|
+
kind: "Field",
|
108307
|
+
name: { kind: "Name", value: "mobile" },
|
108308
|
+
selectionSet: {
|
108309
|
+
kind: "SelectionSet",
|
108310
|
+
selections: [
|
108311
|
+
{
|
108312
|
+
kind: "FragmentSpread",
|
108313
|
+
name: { kind: "Name", value: "NotificationDeliveryPreferencesChannel" },
|
108314
|
+
},
|
108315
|
+
],
|
108316
|
+
},
|
108317
|
+
},
|
108318
|
+
],
|
108319
|
+
},
|
108320
|
+
},
|
108321
|
+
],
|
108322
|
+
},
|
108323
|
+
},
|
108324
|
+
],
|
108325
|
+
},
|
108326
|
+
},
|
108327
|
+
...NotificationDeliveryPreferencesChannelFragmentDoc.definitions,
|
108328
|
+
...NotificationDeliveryPreferencesScheduleFragmentDoc.definitions,
|
108329
|
+
...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
|
108330
|
+
],
|
108331
|
+
};
|
108332
|
+
const UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleDocument = {
|
108333
|
+
kind: "Document",
|
108334
|
+
definitions: [
|
108335
|
+
{
|
108336
|
+
kind: "OperationDefinition",
|
108337
|
+
operation: "query",
|
108338
|
+
name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule" },
|
108339
|
+
selectionSet: {
|
108340
|
+
kind: "SelectionSet",
|
108341
|
+
selections: [
|
108342
|
+
{
|
108343
|
+
kind: "Field",
|
108344
|
+
name: { kind: "Name", value: "userSettings" },
|
108345
|
+
selectionSet: {
|
108346
|
+
kind: "SelectionSet",
|
108347
|
+
selections: [
|
108348
|
+
{
|
108349
|
+
kind: "Field",
|
108350
|
+
name: { kind: "Name", value: "notificationDeliveryPreferences" },
|
108351
|
+
selectionSet: {
|
108352
|
+
kind: "SelectionSet",
|
108353
|
+
selections: [
|
108354
|
+
{
|
108355
|
+
kind: "Field",
|
108356
|
+
name: { kind: "Name", value: "mobile" },
|
108357
|
+
selectionSet: {
|
108358
|
+
kind: "SelectionSet",
|
108359
|
+
selections: [
|
108360
|
+
{
|
108361
|
+
kind: "Field",
|
108362
|
+
name: { kind: "Name", value: "schedule" },
|
108363
|
+
selectionSet: {
|
108364
|
+
kind: "SelectionSet",
|
108365
|
+
selections: [
|
108366
|
+
{
|
108367
|
+
kind: "FragmentSpread",
|
108368
|
+
name: { kind: "Name", value: "NotificationDeliveryPreferencesSchedule" },
|
108369
|
+
},
|
108370
|
+
],
|
108371
|
+
},
|
108372
|
+
},
|
108373
|
+
],
|
108374
|
+
},
|
108375
|
+
},
|
108376
|
+
],
|
108377
|
+
},
|
108378
|
+
},
|
108379
|
+
],
|
108380
|
+
},
|
108381
|
+
},
|
108382
|
+
],
|
108383
|
+
},
|
108384
|
+
},
|
108385
|
+
...NotificationDeliveryPreferencesScheduleFragmentDoc.definitions,
|
108386
|
+
...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
|
108387
|
+
],
|
108388
|
+
};
|
108389
|
+
const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayDocument = {
|
108390
|
+
kind: "Document",
|
108391
|
+
definitions: [
|
108392
|
+
{
|
108393
|
+
kind: "OperationDefinition",
|
108394
|
+
operation: "query",
|
108395
|
+
name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_friday" },
|
108396
|
+
selectionSet: {
|
108397
|
+
kind: "SelectionSet",
|
108398
|
+
selections: [
|
108399
|
+
{
|
108400
|
+
kind: "Field",
|
108401
|
+
name: { kind: "Name", value: "userSettings" },
|
108402
|
+
selectionSet: {
|
108403
|
+
kind: "SelectionSet",
|
108404
|
+
selections: [
|
108405
|
+
{
|
108406
|
+
kind: "Field",
|
108407
|
+
name: { kind: "Name", value: "notificationDeliveryPreferences" },
|
108408
|
+
selectionSet: {
|
108409
|
+
kind: "SelectionSet",
|
108410
|
+
selections: [
|
108411
|
+
{
|
108412
|
+
kind: "Field",
|
108413
|
+
name: { kind: "Name", value: "mobile" },
|
108414
|
+
selectionSet: {
|
108415
|
+
kind: "SelectionSet",
|
108416
|
+
selections: [
|
108417
|
+
{
|
108418
|
+
kind: "Field",
|
108419
|
+
name: { kind: "Name", value: "schedule" },
|
108420
|
+
selectionSet: {
|
108421
|
+
kind: "SelectionSet",
|
108422
|
+
selections: [
|
108423
|
+
{
|
108424
|
+
kind: "Field",
|
108425
|
+
name: { kind: "Name", value: "friday" },
|
108426
|
+
selectionSet: {
|
108427
|
+
kind: "SelectionSet",
|
108428
|
+
selections: [
|
108429
|
+
{
|
108430
|
+
kind: "FragmentSpread",
|
108431
|
+
name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
|
108432
|
+
},
|
108433
|
+
],
|
108434
|
+
},
|
108435
|
+
},
|
108436
|
+
],
|
108437
|
+
},
|
108438
|
+
},
|
108439
|
+
],
|
108440
|
+
},
|
108441
|
+
},
|
108442
|
+
],
|
108443
|
+
},
|
108444
|
+
},
|
108445
|
+
],
|
108446
|
+
},
|
108447
|
+
},
|
108448
|
+
],
|
108449
|
+
},
|
108450
|
+
},
|
108451
|
+
...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
|
108452
|
+
],
|
108453
|
+
};
|
108454
|
+
const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayDocument = {
|
108455
|
+
kind: "Document",
|
108456
|
+
definitions: [
|
108457
|
+
{
|
108458
|
+
kind: "OperationDefinition",
|
108459
|
+
operation: "query",
|
108460
|
+
name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_monday" },
|
108461
|
+
selectionSet: {
|
108462
|
+
kind: "SelectionSet",
|
108463
|
+
selections: [
|
108464
|
+
{
|
108465
|
+
kind: "Field",
|
108466
|
+
name: { kind: "Name", value: "userSettings" },
|
108467
|
+
selectionSet: {
|
108468
|
+
kind: "SelectionSet",
|
108469
|
+
selections: [
|
108470
|
+
{
|
108471
|
+
kind: "Field",
|
108472
|
+
name: { kind: "Name", value: "notificationDeliveryPreferences" },
|
108473
|
+
selectionSet: {
|
108474
|
+
kind: "SelectionSet",
|
108475
|
+
selections: [
|
108476
|
+
{
|
108477
|
+
kind: "Field",
|
108478
|
+
name: { kind: "Name", value: "mobile" },
|
108479
|
+
selectionSet: {
|
108480
|
+
kind: "SelectionSet",
|
108481
|
+
selections: [
|
108482
|
+
{
|
108483
|
+
kind: "Field",
|
108484
|
+
name: { kind: "Name", value: "schedule" },
|
108485
|
+
selectionSet: {
|
108486
|
+
kind: "SelectionSet",
|
108487
|
+
selections: [
|
108488
|
+
{
|
108489
|
+
kind: "Field",
|
108490
|
+
name: { kind: "Name", value: "monday" },
|
108491
|
+
selectionSet: {
|
108492
|
+
kind: "SelectionSet",
|
108493
|
+
selections: [
|
108494
|
+
{
|
108495
|
+
kind: "FragmentSpread",
|
108496
|
+
name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
|
108497
|
+
},
|
108498
|
+
],
|
108499
|
+
},
|
108500
|
+
},
|
108501
|
+
],
|
108502
|
+
},
|
108503
|
+
},
|
108504
|
+
],
|
108505
|
+
},
|
108506
|
+
},
|
108507
|
+
],
|
108508
|
+
},
|
108509
|
+
},
|
108510
|
+
],
|
108511
|
+
},
|
108512
|
+
},
|
108513
|
+
],
|
108514
|
+
},
|
108515
|
+
},
|
108516
|
+
...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
|
108517
|
+
],
|
108518
|
+
};
|
108519
|
+
const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayDocument = {
|
108520
|
+
kind: "Document",
|
108521
|
+
definitions: [
|
108522
|
+
{
|
108523
|
+
kind: "OperationDefinition",
|
108524
|
+
operation: "query",
|
108525
|
+
name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_saturday" },
|
108526
|
+
selectionSet: {
|
108527
|
+
kind: "SelectionSet",
|
108528
|
+
selections: [
|
108529
|
+
{
|
108530
|
+
kind: "Field",
|
108531
|
+
name: { kind: "Name", value: "userSettings" },
|
108532
|
+
selectionSet: {
|
108533
|
+
kind: "SelectionSet",
|
108534
|
+
selections: [
|
108535
|
+
{
|
108536
|
+
kind: "Field",
|
108537
|
+
name: { kind: "Name", value: "notificationDeliveryPreferences" },
|
108538
|
+
selectionSet: {
|
108539
|
+
kind: "SelectionSet",
|
108540
|
+
selections: [
|
108541
|
+
{
|
108542
|
+
kind: "Field",
|
108543
|
+
name: { kind: "Name", value: "mobile" },
|
108544
|
+
selectionSet: {
|
108545
|
+
kind: "SelectionSet",
|
108546
|
+
selections: [
|
108547
|
+
{
|
108548
|
+
kind: "Field",
|
108549
|
+
name: { kind: "Name", value: "schedule" },
|
108550
|
+
selectionSet: {
|
108551
|
+
kind: "SelectionSet",
|
108552
|
+
selections: [
|
108553
|
+
{
|
108554
|
+
kind: "Field",
|
108555
|
+
name: { kind: "Name", value: "saturday" },
|
108556
|
+
selectionSet: {
|
108557
|
+
kind: "SelectionSet",
|
108558
|
+
selections: [
|
108559
|
+
{
|
108560
|
+
kind: "FragmentSpread",
|
108561
|
+
name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
|
108562
|
+
},
|
108563
|
+
],
|
108564
|
+
},
|
108565
|
+
},
|
108566
|
+
],
|
108567
|
+
},
|
108568
|
+
},
|
108569
|
+
],
|
108570
|
+
},
|
108571
|
+
},
|
108572
|
+
],
|
108573
|
+
},
|
108574
|
+
},
|
108575
|
+
],
|
108576
|
+
},
|
108577
|
+
},
|
108578
|
+
],
|
108579
|
+
},
|
108580
|
+
},
|
108581
|
+
...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
|
108582
|
+
],
|
108583
|
+
};
|
108584
|
+
const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayDocument = {
|
108585
|
+
kind: "Document",
|
108586
|
+
definitions: [
|
108587
|
+
{
|
108588
|
+
kind: "OperationDefinition",
|
108589
|
+
operation: "query",
|
108590
|
+
name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_sunday" },
|
108591
|
+
selectionSet: {
|
108592
|
+
kind: "SelectionSet",
|
108593
|
+
selections: [
|
108594
|
+
{
|
108595
|
+
kind: "Field",
|
108596
|
+
name: { kind: "Name", value: "userSettings" },
|
108597
|
+
selectionSet: {
|
108598
|
+
kind: "SelectionSet",
|
108599
|
+
selections: [
|
108600
|
+
{
|
108601
|
+
kind: "Field",
|
108602
|
+
name: { kind: "Name", value: "notificationDeliveryPreferences" },
|
108603
|
+
selectionSet: {
|
108604
|
+
kind: "SelectionSet",
|
108605
|
+
selections: [
|
108606
|
+
{
|
108607
|
+
kind: "Field",
|
108608
|
+
name: { kind: "Name", value: "mobile" },
|
108609
|
+
selectionSet: {
|
108610
|
+
kind: "SelectionSet",
|
108611
|
+
selections: [
|
108612
|
+
{
|
108613
|
+
kind: "Field",
|
108614
|
+
name: { kind: "Name", value: "schedule" },
|
108615
|
+
selectionSet: {
|
108616
|
+
kind: "SelectionSet",
|
108617
|
+
selections: [
|
108618
|
+
{
|
108619
|
+
kind: "Field",
|
108620
|
+
name: { kind: "Name", value: "sunday" },
|
108621
|
+
selectionSet: {
|
108622
|
+
kind: "SelectionSet",
|
108623
|
+
selections: [
|
108624
|
+
{
|
108625
|
+
kind: "FragmentSpread",
|
108626
|
+
name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
|
108627
|
+
},
|
108628
|
+
],
|
108629
|
+
},
|
108630
|
+
},
|
108631
|
+
],
|
108632
|
+
},
|
108633
|
+
},
|
108634
|
+
],
|
108635
|
+
},
|
108636
|
+
},
|
108637
|
+
],
|
108638
|
+
},
|
108639
|
+
},
|
108640
|
+
],
|
108641
|
+
},
|
108642
|
+
},
|
108643
|
+
],
|
108644
|
+
},
|
108645
|
+
},
|
108646
|
+
...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
|
108647
|
+
],
|
108648
|
+
};
|
108649
|
+
const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayDocument = {
|
108650
|
+
kind: "Document",
|
108651
|
+
definitions: [
|
108652
|
+
{
|
108653
|
+
kind: "OperationDefinition",
|
108654
|
+
operation: "query",
|
108655
|
+
name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_thursday" },
|
108656
|
+
selectionSet: {
|
108657
|
+
kind: "SelectionSet",
|
108658
|
+
selections: [
|
108659
|
+
{
|
108660
|
+
kind: "Field",
|
108661
|
+
name: { kind: "Name", value: "userSettings" },
|
108662
|
+
selectionSet: {
|
108663
|
+
kind: "SelectionSet",
|
108664
|
+
selections: [
|
108665
|
+
{
|
108666
|
+
kind: "Field",
|
108667
|
+
name: { kind: "Name", value: "notificationDeliveryPreferences" },
|
108668
|
+
selectionSet: {
|
108669
|
+
kind: "SelectionSet",
|
108670
|
+
selections: [
|
108671
|
+
{
|
108672
|
+
kind: "Field",
|
108673
|
+
name: { kind: "Name", value: "mobile" },
|
108674
|
+
selectionSet: {
|
108675
|
+
kind: "SelectionSet",
|
108676
|
+
selections: [
|
108677
|
+
{
|
108678
|
+
kind: "Field",
|
108679
|
+
name: { kind: "Name", value: "schedule" },
|
108680
|
+
selectionSet: {
|
108681
|
+
kind: "SelectionSet",
|
108682
|
+
selections: [
|
108683
|
+
{
|
108684
|
+
kind: "Field",
|
108685
|
+
name: { kind: "Name", value: "thursday" },
|
108686
|
+
selectionSet: {
|
108687
|
+
kind: "SelectionSet",
|
108688
|
+
selections: [
|
108689
|
+
{
|
108690
|
+
kind: "FragmentSpread",
|
108691
|
+
name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
|
108692
|
+
},
|
108693
|
+
],
|
108694
|
+
},
|
108695
|
+
},
|
108696
|
+
],
|
108697
|
+
},
|
108698
|
+
},
|
108699
|
+
],
|
108700
|
+
},
|
108701
|
+
},
|
108702
|
+
],
|
108703
|
+
},
|
108704
|
+
},
|
108705
|
+
],
|
108706
|
+
},
|
108707
|
+
},
|
108708
|
+
],
|
108709
|
+
},
|
108710
|
+
},
|
108711
|
+
...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
|
108712
|
+
],
|
108713
|
+
};
|
108714
|
+
const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayDocument = {
|
108715
|
+
kind: "Document",
|
108716
|
+
definitions: [
|
108717
|
+
{
|
108718
|
+
kind: "OperationDefinition",
|
108719
|
+
operation: "query",
|
108720
|
+
name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_tuesday" },
|
108721
|
+
selectionSet: {
|
108722
|
+
kind: "SelectionSet",
|
108723
|
+
selections: [
|
108724
|
+
{
|
108725
|
+
kind: "Field",
|
108726
|
+
name: { kind: "Name", value: "userSettings" },
|
108727
|
+
selectionSet: {
|
108728
|
+
kind: "SelectionSet",
|
108729
|
+
selections: [
|
108730
|
+
{
|
108731
|
+
kind: "Field",
|
108732
|
+
name: { kind: "Name", value: "notificationDeliveryPreferences" },
|
108733
|
+
selectionSet: {
|
108734
|
+
kind: "SelectionSet",
|
108735
|
+
selections: [
|
108736
|
+
{
|
108737
|
+
kind: "Field",
|
108738
|
+
name: { kind: "Name", value: "mobile" },
|
108739
|
+
selectionSet: {
|
108740
|
+
kind: "SelectionSet",
|
108741
|
+
selections: [
|
108742
|
+
{
|
108743
|
+
kind: "Field",
|
108744
|
+
name: { kind: "Name", value: "schedule" },
|
108745
|
+
selectionSet: {
|
108746
|
+
kind: "SelectionSet",
|
108747
|
+
selections: [
|
108748
|
+
{
|
108749
|
+
kind: "Field",
|
108750
|
+
name: { kind: "Name", value: "tuesday" },
|
108751
|
+
selectionSet: {
|
108752
|
+
kind: "SelectionSet",
|
108753
|
+
selections: [
|
108754
|
+
{
|
108755
|
+
kind: "FragmentSpread",
|
108756
|
+
name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
|
108757
|
+
},
|
108758
|
+
],
|
108759
|
+
},
|
108760
|
+
},
|
108761
|
+
],
|
108762
|
+
},
|
108763
|
+
},
|
108764
|
+
],
|
108765
|
+
},
|
108766
|
+
},
|
108767
|
+
],
|
108768
|
+
},
|
108769
|
+
},
|
108770
|
+
],
|
108771
|
+
},
|
108772
|
+
},
|
108773
|
+
],
|
108774
|
+
},
|
108775
|
+
},
|
108776
|
+
...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
|
108777
|
+
],
|
108778
|
+
};
|
108779
|
+
const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayDocument = {
|
108780
|
+
kind: "Document",
|
108781
|
+
definitions: [
|
108782
|
+
{
|
108783
|
+
kind: "OperationDefinition",
|
108784
|
+
operation: "query",
|
108785
|
+
name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_wednesday" },
|
108786
|
+
selectionSet: {
|
108787
|
+
kind: "SelectionSet",
|
108788
|
+
selections: [
|
108789
|
+
{
|
108790
|
+
kind: "Field",
|
108791
|
+
name: { kind: "Name", value: "userSettings" },
|
108792
|
+
selectionSet: {
|
108793
|
+
kind: "SelectionSet",
|
108794
|
+
selections: [
|
108795
|
+
{
|
108796
|
+
kind: "Field",
|
108797
|
+
name: { kind: "Name", value: "notificationDeliveryPreferences" },
|
108798
|
+
selectionSet: {
|
108799
|
+
kind: "SelectionSet",
|
108800
|
+
selections: [
|
108801
|
+
{
|
108802
|
+
kind: "Field",
|
108803
|
+
name: { kind: "Name", value: "mobile" },
|
108804
|
+
selectionSet: {
|
108805
|
+
kind: "SelectionSet",
|
108806
|
+
selections: [
|
108807
|
+
{
|
108808
|
+
kind: "Field",
|
108809
|
+
name: { kind: "Name", value: "schedule" },
|
108810
|
+
selectionSet: {
|
108811
|
+
kind: "SelectionSet",
|
108812
|
+
selections: [
|
108813
|
+
{
|
108814
|
+
kind: "Field",
|
108815
|
+
name: { kind: "Name", value: "wednesday" },
|
108816
|
+
selectionSet: {
|
108817
|
+
kind: "SelectionSet",
|
108818
|
+
selections: [
|
108819
|
+
{
|
108820
|
+
kind: "FragmentSpread",
|
108821
|
+
name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
|
108822
|
+
},
|
108823
|
+
],
|
108824
|
+
},
|
108825
|
+
},
|
108826
|
+
],
|
108827
|
+
},
|
108828
|
+
},
|
108829
|
+
],
|
108830
|
+
},
|
108831
|
+
},
|
108832
|
+
],
|
108833
|
+
},
|
108834
|
+
},
|
108835
|
+
],
|
108836
|
+
},
|
108837
|
+
},
|
108838
|
+
],
|
108839
|
+
},
|
108840
|
+
},
|
108841
|
+
...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
|
107628
108842
|
],
|
107629
108843
|
};
|
107630
108844
|
const UsersDocument = {
|
@@ -108618,86 +109832,6 @@ const AirbyteIntegrationConnectDocument = {
|
|
108618
109832
|
...IntegrationPayloadFragmentDoc.definitions,
|
108619
109833
|
],
|
108620
109834
|
};
|
108621
|
-
const CreateApiKeyDocument = {
|
108622
|
-
kind: "Document",
|
108623
|
-
definitions: [
|
108624
|
-
{
|
108625
|
-
kind: "OperationDefinition",
|
108626
|
-
operation: "mutation",
|
108627
|
-
name: { kind: "Name", value: "createApiKey" },
|
108628
|
-
variableDefinitions: [
|
108629
|
-
{
|
108630
|
-
kind: "VariableDefinition",
|
108631
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
108632
|
-
type: {
|
108633
|
-
kind: "NonNullType",
|
108634
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "ApiKeyCreateInput" } },
|
108635
|
-
},
|
108636
|
-
},
|
108637
|
-
],
|
108638
|
-
selectionSet: {
|
108639
|
-
kind: "SelectionSet",
|
108640
|
-
selections: [
|
108641
|
-
{
|
108642
|
-
kind: "Field",
|
108643
|
-
name: { kind: "Name", value: "apiKeyCreate" },
|
108644
|
-
arguments: [
|
108645
|
-
{
|
108646
|
-
kind: "Argument",
|
108647
|
-
name: { kind: "Name", value: "input" },
|
108648
|
-
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
108649
|
-
},
|
108650
|
-
],
|
108651
|
-
selectionSet: {
|
108652
|
-
kind: "SelectionSet",
|
108653
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ApiKeyPayload" } }],
|
108654
|
-
},
|
108655
|
-
},
|
108656
|
-
],
|
108657
|
-
},
|
108658
|
-
},
|
108659
|
-
...ApiKeyPayloadFragmentDoc.definitions,
|
108660
|
-
...ApiKeyFragmentDoc.definitions,
|
108661
|
-
],
|
108662
|
-
};
|
108663
|
-
const DeleteApiKeyDocument = {
|
108664
|
-
kind: "Document",
|
108665
|
-
definitions: [
|
108666
|
-
{
|
108667
|
-
kind: "OperationDefinition",
|
108668
|
-
operation: "mutation",
|
108669
|
-
name: { kind: "Name", value: "deleteApiKey" },
|
108670
|
-
variableDefinitions: [
|
108671
|
-
{
|
108672
|
-
kind: "VariableDefinition",
|
108673
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
108674
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
108675
|
-
},
|
108676
|
-
],
|
108677
|
-
selectionSet: {
|
108678
|
-
kind: "SelectionSet",
|
108679
|
-
selections: [
|
108680
|
-
{
|
108681
|
-
kind: "Field",
|
108682
|
-
name: { kind: "Name", value: "apiKeyDelete" },
|
108683
|
-
arguments: [
|
108684
|
-
{
|
108685
|
-
kind: "Argument",
|
108686
|
-
name: { kind: "Name", value: "id" },
|
108687
|
-
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
108688
|
-
},
|
108689
|
-
],
|
108690
|
-
selectionSet: {
|
108691
|
-
kind: "SelectionSet",
|
108692
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
|
108693
|
-
},
|
108694
|
-
},
|
108695
|
-
],
|
108696
|
-
},
|
108697
|
-
},
|
108698
|
-
...DeletePayloadFragmentDoc.definitions,
|
108699
|
-
],
|
108700
|
-
};
|
108701
109835
|
const ArchiveAttachmentDocument = {
|
108702
109836
|
kind: "Document",
|
108703
109837
|
definitions: [
|
@@ -109765,6 +110899,44 @@ const AttachmentLinkZendeskDocument = {
|
|
109765
110899
|
...AttachmentPayloadFragmentDoc.definitions,
|
109766
110900
|
],
|
109767
110901
|
};
|
110902
|
+
const AttachmentSyncToSlackDocument = {
|
110903
|
+
kind: "Document",
|
110904
|
+
definitions: [
|
110905
|
+
{
|
110906
|
+
kind: "OperationDefinition",
|
110907
|
+
operation: "mutation",
|
110908
|
+
name: { kind: "Name", value: "attachmentSyncToSlack" },
|
110909
|
+
variableDefinitions: [
|
110910
|
+
{
|
110911
|
+
kind: "VariableDefinition",
|
110912
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110913
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
110914
|
+
},
|
110915
|
+
],
|
110916
|
+
selectionSet: {
|
110917
|
+
kind: "SelectionSet",
|
110918
|
+
selections: [
|
110919
|
+
{
|
110920
|
+
kind: "Field",
|
110921
|
+
name: { kind: "Name", value: "attachmentSyncToSlack" },
|
110922
|
+
arguments: [
|
110923
|
+
{
|
110924
|
+
kind: "Argument",
|
110925
|
+
name: { kind: "Name", value: "id" },
|
110926
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110927
|
+
},
|
110928
|
+
],
|
110929
|
+
selectionSet: {
|
110930
|
+
kind: "SelectionSet",
|
110931
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AttachmentPayload" } }],
|
110932
|
+
},
|
110933
|
+
},
|
110934
|
+
],
|
110935
|
+
},
|
110936
|
+
},
|
110937
|
+
...AttachmentPayloadFragmentDoc.definitions,
|
110938
|
+
],
|
110939
|
+
};
|
109768
110940
|
const UpdateAttachmentDocument = {
|
109769
110941
|
kind: "Document",
|
109770
110942
|
definitions: [
|
@@ -110721,54 +111893,6 @@ const DeleteDocumentDocument = {
|
|
110721
111893
|
...DeletePayloadFragmentDoc.definitions,
|
110722
111894
|
],
|
110723
111895
|
};
|
110724
|
-
const DocumentReminderDocument = {
|
110725
|
-
kind: "Document",
|
110726
|
-
definitions: [
|
110727
|
-
{
|
110728
|
-
kind: "OperationDefinition",
|
110729
|
-
operation: "mutation",
|
110730
|
-
name: { kind: "Name", value: "documentReminder" },
|
110731
|
-
variableDefinitions: [
|
110732
|
-
{
|
110733
|
-
kind: "VariableDefinition",
|
110734
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110735
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
110736
|
-
},
|
110737
|
-
{
|
110738
|
-
kind: "VariableDefinition",
|
110739
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "reminderAt" } },
|
110740
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "DateTime" } } },
|
110741
|
-
},
|
110742
|
-
],
|
110743
|
-
selectionSet: {
|
110744
|
-
kind: "SelectionSet",
|
110745
|
-
selections: [
|
110746
|
-
{
|
110747
|
-
kind: "Field",
|
110748
|
-
name: { kind: "Name", value: "documentReminder" },
|
110749
|
-
arguments: [
|
110750
|
-
{
|
110751
|
-
kind: "Argument",
|
110752
|
-
name: { kind: "Name", value: "id" },
|
110753
|
-
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110754
|
-
},
|
110755
|
-
{
|
110756
|
-
kind: "Argument",
|
110757
|
-
name: { kind: "Name", value: "reminderAt" },
|
110758
|
-
value: { kind: "Variable", name: { kind: "Name", value: "reminderAt" } },
|
110759
|
-
},
|
110760
|
-
],
|
110761
|
-
selectionSet: {
|
110762
|
-
kind: "SelectionSet",
|
110763
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentPayload" } }],
|
110764
|
-
},
|
110765
|
-
},
|
110766
|
-
],
|
110767
|
-
},
|
110768
|
-
},
|
110769
|
-
...DocumentPayloadFragmentDoc.definitions,
|
110770
|
-
],
|
110771
|
-
};
|
110772
111896
|
const UpdateDocumentDocument = {
|
110773
111897
|
kind: "Document",
|
110774
111898
|
definitions: [
|
@@ -112325,6 +113449,44 @@ const IntegrationGithubConnectDocument = {
|
|
112325
113449
|
...IntegrationPayloadFragmentDoc.definitions,
|
112326
113450
|
],
|
112327
113451
|
};
|
113452
|
+
const IntegrationGithubImportConnectDocument = {
|
113453
|
+
kind: "Document",
|
113454
|
+
definitions: [
|
113455
|
+
{
|
113456
|
+
kind: "OperationDefinition",
|
113457
|
+
operation: "mutation",
|
113458
|
+
name: { kind: "Name", value: "integrationGithubImportConnect" },
|
113459
|
+
variableDefinitions: [
|
113460
|
+
{
|
113461
|
+
kind: "VariableDefinition",
|
113462
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "installationId" } },
|
113463
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
113464
|
+
},
|
113465
|
+
],
|
113466
|
+
selectionSet: {
|
113467
|
+
kind: "SelectionSet",
|
113468
|
+
selections: [
|
113469
|
+
{
|
113470
|
+
kind: "Field",
|
113471
|
+
name: { kind: "Name", value: "integrationGithubImportConnect" },
|
113472
|
+
arguments: [
|
113473
|
+
{
|
113474
|
+
kind: "Argument",
|
113475
|
+
name: { kind: "Name", value: "installationId" },
|
113476
|
+
value: { kind: "Variable", name: { kind: "Name", value: "installationId" } },
|
113477
|
+
},
|
113478
|
+
],
|
113479
|
+
selectionSet: {
|
113480
|
+
kind: "SelectionSet",
|
113481
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationPayload" } }],
|
113482
|
+
},
|
113483
|
+
},
|
113484
|
+
],
|
113485
|
+
},
|
113486
|
+
},
|
113487
|
+
...IntegrationPayloadFragmentDoc.definitions,
|
113488
|
+
],
|
113489
|
+
};
|
112328
113490
|
const IntegrationGitlabConnectDocument = {
|
112329
113491
|
kind: "Document",
|
112330
113492
|
definitions: [
|
@@ -112811,6 +113973,64 @@ const IntegrationSlackAsksDocument = {
|
|
112811
113973
|
...IntegrationPayloadFragmentDoc.definitions,
|
112812
113974
|
],
|
112813
113975
|
};
|
113976
|
+
const IntegrationSlackCustomViewNotificationsDocument = {
|
113977
|
+
kind: "Document",
|
113978
|
+
definitions: [
|
113979
|
+
{
|
113980
|
+
kind: "OperationDefinition",
|
113981
|
+
operation: "mutation",
|
113982
|
+
name: { kind: "Name", value: "integrationSlackCustomViewNotifications" },
|
113983
|
+
variableDefinitions: [
|
113984
|
+
{
|
113985
|
+
kind: "VariableDefinition",
|
113986
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
113987
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
113988
|
+
},
|
113989
|
+
{
|
113990
|
+
kind: "VariableDefinition",
|
113991
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "customViewId" } },
|
113992
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
113993
|
+
},
|
113994
|
+
{
|
113995
|
+
kind: "VariableDefinition",
|
113996
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
|
113997
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
113998
|
+
},
|
113999
|
+
],
|
114000
|
+
selectionSet: {
|
114001
|
+
kind: "SelectionSet",
|
114002
|
+
selections: [
|
114003
|
+
{
|
114004
|
+
kind: "Field",
|
114005
|
+
name: { kind: "Name", value: "integrationSlackCustomViewNotifications" },
|
114006
|
+
arguments: [
|
114007
|
+
{
|
114008
|
+
kind: "Argument",
|
114009
|
+
name: { kind: "Name", value: "code" },
|
114010
|
+
value: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
114011
|
+
},
|
114012
|
+
{
|
114013
|
+
kind: "Argument",
|
114014
|
+
name: { kind: "Name", value: "customViewId" },
|
114015
|
+
value: { kind: "Variable", name: { kind: "Name", value: "customViewId" } },
|
114016
|
+
},
|
114017
|
+
{
|
114018
|
+
kind: "Argument",
|
114019
|
+
name: { kind: "Name", value: "redirectUri" },
|
114020
|
+
value: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
|
114021
|
+
},
|
114022
|
+
],
|
114023
|
+
selectionSet: {
|
114024
|
+
kind: "SelectionSet",
|
114025
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelConnectPayload" } }],
|
114026
|
+
},
|
114027
|
+
},
|
114028
|
+
],
|
114029
|
+
},
|
114030
|
+
},
|
114031
|
+
...SlackChannelConnectPayloadFragmentDoc.definitions,
|
114032
|
+
],
|
114033
|
+
};
|
112814
114034
|
const IntegrationSlackImportEmojisDocument = {
|
112815
114035
|
kind: "Document",
|
112816
114036
|
definitions: [
|
@@ -113931,15 +115151,28 @@ const IssueImportCreateGithubDocument = {
|
|
113931
115151
|
operation: "mutation",
|
113932
115152
|
name: { kind: "Name", value: "issueImportCreateGithub" },
|
113933
115153
|
variableDefinitions: [
|
115154
|
+
{
|
115155
|
+
kind: "VariableDefinition",
|
115156
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoId" } },
|
115157
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
115158
|
+
},
|
115159
|
+
{
|
115160
|
+
kind: "VariableDefinition",
|
115161
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoIds" } },
|
115162
|
+
type: {
|
115163
|
+
kind: "ListType",
|
115164
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "Int" } } },
|
115165
|
+
},
|
115166
|
+
},
|
113934
115167
|
{
|
113935
115168
|
kind: "VariableDefinition",
|
113936
115169
|
variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoName" } },
|
113937
|
-
type: { kind: "
|
115170
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
113938
115171
|
},
|
113939
115172
|
{
|
113940
115173
|
kind: "VariableDefinition",
|
113941
115174
|
variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoOwner" } },
|
113942
|
-
type: { kind: "
|
115175
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
113943
115176
|
},
|
113944
115177
|
{
|
113945
115178
|
kind: "VariableDefinition",
|
@@ -113949,11 +115182,6 @@ const IssueImportCreateGithubDocument = {
|
|
113949
115182
|
{
|
113950
115183
|
kind: "VariableDefinition",
|
113951
115184
|
variable: { kind: "Variable", name: { kind: "Name", value: "githubToken" } },
|
113952
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
113953
|
-
},
|
113954
|
-
{
|
113955
|
-
kind: "VariableDefinition",
|
113956
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
113957
115185
|
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
113958
115186
|
},
|
113959
115187
|
{
|
@@ -113966,6 +115194,11 @@ const IssueImportCreateGithubDocument = {
|
|
113966
115194
|
variable: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
|
113967
115195
|
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
113968
115196
|
},
|
115197
|
+
{
|
115198
|
+
kind: "VariableDefinition",
|
115199
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "integrationId" } },
|
115200
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
115201
|
+
},
|
113969
115202
|
{
|
113970
115203
|
kind: "VariableDefinition",
|
113971
115204
|
variable: { kind: "Variable", name: { kind: "Name", value: "organizationId" } },
|
@@ -113989,6 +115222,16 @@ const IssueImportCreateGithubDocument = {
|
|
113989
115222
|
kind: "Field",
|
113990
115223
|
name: { kind: "Name", value: "issueImportCreateGithub" },
|
113991
115224
|
arguments: [
|
115225
|
+
{
|
115226
|
+
kind: "Argument",
|
115227
|
+
name: { kind: "Name", value: "githubRepoId" },
|
115228
|
+
value: { kind: "Variable", name: { kind: "Name", value: "githubRepoId" } },
|
115229
|
+
},
|
115230
|
+
{
|
115231
|
+
kind: "Argument",
|
115232
|
+
name: { kind: "Name", value: "githubRepoIds" },
|
115233
|
+
value: { kind: "Variable", name: { kind: "Name", value: "githubRepoIds" } },
|
115234
|
+
},
|
113992
115235
|
{
|
113993
115236
|
kind: "Argument",
|
113994
115237
|
name: { kind: "Name", value: "githubRepoName" },
|
@@ -114009,11 +115252,6 @@ const IssueImportCreateGithubDocument = {
|
|
114009
115252
|
name: { kind: "Name", value: "githubToken" },
|
114010
115253
|
value: { kind: "Variable", name: { kind: "Name", value: "githubToken" } },
|
114011
115254
|
},
|
114012
|
-
{
|
114013
|
-
kind: "Argument",
|
114014
|
-
name: { kind: "Name", value: "id" },
|
114015
|
-
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
114016
|
-
},
|
114017
115255
|
{
|
114018
115256
|
kind: "Argument",
|
114019
115257
|
name: { kind: "Name", value: "includeClosedIssues" },
|
@@ -114024,6 +115262,11 @@ const IssueImportCreateGithubDocument = {
|
|
114024
115262
|
name: { kind: "Name", value: "instantProcess" },
|
114025
115263
|
value: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
|
114026
115264
|
},
|
115265
|
+
{
|
115266
|
+
kind: "Argument",
|
115267
|
+
name: { kind: "Name", value: "integrationId" },
|
115268
|
+
value: { kind: "Variable", name: { kind: "Name", value: "integrationId" } },
|
115269
|
+
},
|
114027
115270
|
{
|
114028
115271
|
kind: "Argument",
|
114029
115272
|
name: { kind: "Name", value: "organizationId" },
|
@@ -114487,6 +115730,11 @@ const CreateIssueRelationDocument = {
|
|
114487
115730
|
type: { kind: "NamedType", name: { kind: "Name", value: "IssueRelationCreateInput" } },
|
114488
115731
|
},
|
114489
115732
|
},
|
115733
|
+
{
|
115734
|
+
kind: "VariableDefinition",
|
115735
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "overrideCreatedAt" } },
|
115736
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "DateTime" } },
|
115737
|
+
},
|
114490
115738
|
],
|
114491
115739
|
selectionSet: {
|
114492
115740
|
kind: "SelectionSet",
|
@@ -114500,6 +115748,11 @@ const CreateIssueRelationDocument = {
|
|
114500
115748
|
name: { kind: "Name", value: "input" },
|
114501
115749
|
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
114502
115750
|
},
|
115751
|
+
{
|
115752
|
+
kind: "Argument",
|
115753
|
+
name: { kind: "Name", value: "overrideCreatedAt" },
|
115754
|
+
value: { kind: "Variable", name: { kind: "Name", value: "overrideCreatedAt" } },
|
115755
|
+
},
|
114503
115756
|
],
|
114504
115757
|
selectionSet: {
|
114505
115758
|
kind: "SelectionSet",
|
@@ -115115,6 +116368,7 @@ const ArchiveNotificationDocument = {
|
|
115115
116368
|
...NotificationFragmentDoc.definitions,
|
115116
116369
|
...ActorBotFragmentDoc.definitions,
|
115117
116370
|
...DocumentNotificationFragmentDoc.definitions,
|
116371
|
+
...InitiativeNotificationFragmentDoc.definitions,
|
115118
116372
|
...IssueNotificationFragmentDoc.definitions,
|
115119
116373
|
...NotificationSubscriptionFragmentDoc.definitions,
|
115120
116374
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -115164,6 +116418,7 @@ const NotificationArchiveAllDocument = {
|
|
115164
116418
|
...NotificationFragmentDoc.definitions,
|
115165
116419
|
...ActorBotFragmentDoc.definitions,
|
115166
116420
|
...DocumentNotificationFragmentDoc.definitions,
|
116421
|
+
...InitiativeNotificationFragmentDoc.definitions,
|
115167
116422
|
...IssueNotificationFragmentDoc.definitions,
|
115168
116423
|
...NotificationSubscriptionFragmentDoc.definitions,
|
115169
116424
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -115223,6 +116478,7 @@ const NotificationMarkReadAllDocument = {
|
|
115223
116478
|
...NotificationFragmentDoc.definitions,
|
115224
116479
|
...ActorBotFragmentDoc.definitions,
|
115225
116480
|
...DocumentNotificationFragmentDoc.definitions,
|
116481
|
+
...InitiativeNotificationFragmentDoc.definitions,
|
115226
116482
|
...IssueNotificationFragmentDoc.definitions,
|
115227
116483
|
...NotificationSubscriptionFragmentDoc.definitions,
|
115228
116484
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -115272,6 +116528,7 @@ const NotificationMarkUnreadAllDocument = {
|
|
115272
116528
|
...NotificationFragmentDoc.definitions,
|
115273
116529
|
...ActorBotFragmentDoc.definitions,
|
115274
116530
|
...DocumentNotificationFragmentDoc.definitions,
|
116531
|
+
...InitiativeNotificationFragmentDoc.definitions,
|
115275
116532
|
...IssueNotificationFragmentDoc.definitions,
|
115276
116533
|
...NotificationSubscriptionFragmentDoc.definitions,
|
115277
116534
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -115331,6 +116588,7 @@ const NotificationSnoozeAllDocument = {
|
|
115331
116588
|
...NotificationFragmentDoc.definitions,
|
115332
116589
|
...ActorBotFragmentDoc.definitions,
|
115333
116590
|
...DocumentNotificationFragmentDoc.definitions,
|
116591
|
+
...InitiativeNotificationFragmentDoc.definitions,
|
115334
116592
|
...IssueNotificationFragmentDoc.definitions,
|
115335
116593
|
...NotificationSubscriptionFragmentDoc.definitions,
|
115336
116594
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -115513,6 +116771,7 @@ const UnarchiveNotificationDocument = {
|
|
115513
116771
|
...NotificationFragmentDoc.definitions,
|
115514
116772
|
...ActorBotFragmentDoc.definitions,
|
115515
116773
|
...DocumentNotificationFragmentDoc.definitions,
|
116774
|
+
...InitiativeNotificationFragmentDoc.definitions,
|
115516
116775
|
...IssueNotificationFragmentDoc.definitions,
|
115517
116776
|
...NotificationSubscriptionFragmentDoc.definitions,
|
115518
116777
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -115572,6 +116831,7 @@ const NotificationUnsnoozeAllDocument = {
|
|
115572
116831
|
...NotificationFragmentDoc.definitions,
|
115573
116832
|
...ActorBotFragmentDoc.definitions,
|
115574
116833
|
...DocumentNotificationFragmentDoc.definitions,
|
116834
|
+
...InitiativeNotificationFragmentDoc.definitions,
|
115575
116835
|
...IssueNotificationFragmentDoc.definitions,
|
115576
116836
|
...NotificationSubscriptionFragmentDoc.definitions,
|
115577
116837
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -115631,6 +116891,7 @@ const UpdateNotificationDocument = {
|
|
115631
116891
|
...NotificationFragmentDoc.definitions,
|
115632
116892
|
...ActorBotFragmentDoc.definitions,
|
115633
116893
|
...DocumentNotificationFragmentDoc.definitions,
|
116894
|
+
...InitiativeNotificationFragmentDoc.definitions,
|
115634
116895
|
...IssueNotificationFragmentDoc.definitions,
|
115635
116896
|
...NotificationSubscriptionFragmentDoc.definitions,
|
115636
116897
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -115897,30 +117158,28 @@ const UpdateOrganizationInviteDocument = {
|
|
115897
117158
|
...OrganizationInvitePayloadFragmentDoc.definitions,
|
115898
117159
|
],
|
115899
117160
|
};
|
115900
|
-
const
|
117161
|
+
const OrganizationStartTrialDocument = {
|
115901
117162
|
kind: "Document",
|
115902
117163
|
definitions: [
|
115903
117164
|
{
|
115904
117165
|
kind: "OperationDefinition",
|
115905
117166
|
operation: "mutation",
|
115906
|
-
name: { kind: "Name", value: "
|
117167
|
+
name: { kind: "Name", value: "organizationStartTrial" },
|
115907
117168
|
selectionSet: {
|
115908
117169
|
kind: "SelectionSet",
|
115909
117170
|
selections: [
|
115910
117171
|
{
|
115911
117172
|
kind: "Field",
|
115912
|
-
name: { kind: "Name", value: "
|
117173
|
+
name: { kind: "Name", value: "organizationStartTrial" },
|
115913
117174
|
selectionSet: {
|
115914
117175
|
kind: "SelectionSet",
|
115915
|
-
selections: [
|
115916
|
-
{ kind: "FragmentSpread", name: { kind: "Name", value: "OrganizationStartPlusTrialPayload" } },
|
115917
|
-
],
|
117176
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "OrganizationStartTrialPayload" } }],
|
115918
117177
|
},
|
115919
117178
|
},
|
115920
117179
|
],
|
115921
117180
|
},
|
115922
117181
|
},
|
115923
|
-
...
|
117182
|
+
...OrganizationStartTrialPayloadFragmentDoc.definitions,
|
115924
117183
|
],
|
115925
117184
|
};
|
115926
117185
|
const UpdateOrganizationDocument = {
|
@@ -119081,6 +120340,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119081
120340
|
get DateResolutionType () { return DateResolutionType; },
|
119082
120341
|
get Day () { return Day; },
|
119083
120342
|
get GitAutomationStates () { return GitAutomationStates; },
|
120343
|
+
get GithubOrgType () { return GithubOrgType; },
|
120344
|
+
get InitiativeStatus () { return InitiativeStatus; },
|
119084
120345
|
get IntegrationService () { return IntegrationService; },
|
119085
120346
|
get IssueRelationType () { return IssueRelationType; },
|
119086
120347
|
get OAuthClientApprovalStatus () { return OAuthClientApprovalStatus; },
|
@@ -119121,6 +120382,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119121
120382
|
IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
|
119122
120383
|
ActorBotFragmentDoc: ActorBotFragmentDoc,
|
119123
120384
|
DocumentNotificationFragmentDoc: DocumentNotificationFragmentDoc,
|
120385
|
+
InitiativeNotificationFragmentDoc: InitiativeNotificationFragmentDoc,
|
119124
120386
|
NotificationSubscriptionFragmentDoc: NotificationSubscriptionFragmentDoc,
|
119125
120387
|
IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
|
119126
120388
|
OauthClientApprovalFragmentDoc: OauthClientApprovalFragmentDoc,
|
@@ -119137,6 +120399,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119137
120399
|
ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
|
119138
120400
|
ReminderFragmentDoc: ReminderFragmentDoc,
|
119139
120401
|
TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
|
120402
|
+
TextDraftFragmentDoc: TextDraftFragmentDoc,
|
119140
120403
|
UserAccountFragmentDoc: UserAccountFragmentDoc,
|
119141
120404
|
UserNotificationSubscriptionFragmentDoc: UserNotificationSubscriptionFragmentDoc,
|
119142
120405
|
AuthOrganizationFragmentDoc: AuthOrganizationFragmentDoc,
|
@@ -119150,16 +120413,15 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119150
120413
|
AuthOauthClientWithMembershipsFragmentDoc: AuthOauthClientWithMembershipsFragmentDoc,
|
119151
120414
|
AuthenticationSessionResponseFragmentDoc: AuthenticationSessionResponseFragmentDoc,
|
119152
120415
|
OrganizationDomainFragmentDoc: OrganizationDomainFragmentDoc,
|
119153
|
-
GithubRepoFragmentDoc: GithubRepoFragmentDoc,
|
119154
|
-
GithubOrgFragmentDoc: GithubOrgFragmentDoc,
|
119155
|
-
GithubOAuthTokenPayloadFragmentDoc: GithubOAuthTokenPayloadFragmentDoc,
|
119156
120416
|
UserAuthorizedApplicationFragmentDoc: UserAuthorizedApplicationFragmentDoc,
|
119157
120417
|
ApplicationFragmentDoc: ApplicationFragmentDoc,
|
120418
|
+
PasskeyFragmentDoc: PasskeyFragmentDoc,
|
119158
120419
|
SharedSlackSettingsFragmentDoc: SharedSlackSettingsFragmentDoc,
|
119159
120420
|
FrontSettingsFragmentDoc: FrontSettingsFragmentDoc,
|
119160
120421
|
TeamRepoMappingFragmentDoc: TeamRepoMappingFragmentDoc,
|
119161
120422
|
GitHubRepoFragmentDoc: GitHubRepoFragmentDoc,
|
119162
120423
|
GitHubSettingsFragmentDoc: GitHubSettingsFragmentDoc,
|
120424
|
+
GitHubImportSettingsFragmentDoc: GitHubImportSettingsFragmentDoc,
|
119163
120425
|
GitHubPersonalSettingsFragmentDoc: GitHubPersonalSettingsFragmentDoc,
|
119164
120426
|
GitLabSettingsFragmentDoc: GitLabSettingsFragmentDoc,
|
119165
120427
|
GoogleSheetsSettingsFragmentDoc: GoogleSheetsSettingsFragmentDoc,
|
@@ -119179,8 +120441,13 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119179
120441
|
SlackPostSettingsFragmentDoc: SlackPostSettingsFragmentDoc,
|
119180
120442
|
ZendeskSettingsFragmentDoc: ZendeskSettingsFragmentDoc,
|
119181
120443
|
IntegrationSettingsFragmentDoc: IntegrationSettingsFragmentDoc,
|
120444
|
+
NotificationDeliveryPreferencesDayFragmentDoc: NotificationDeliveryPreferencesDayFragmentDoc,
|
120445
|
+
NotificationDeliveryPreferencesScheduleFragmentDoc: NotificationDeliveryPreferencesScheduleFragmentDoc,
|
120446
|
+
NotificationDeliveryPreferencesChannelFragmentDoc: NotificationDeliveryPreferencesChannelFragmentDoc,
|
120447
|
+
NotificationDeliveryPreferencesFragmentDoc: NotificationDeliveryPreferencesFragmentDoc,
|
119182
120448
|
UserSettingsFragmentDoc: UserSettingsFragmentDoc,
|
119183
120449
|
AuthenticationSessionFragmentDoc: AuthenticationSessionFragmentDoc,
|
120450
|
+
IssueImportSyncCheckPayloadFragmentDoc: IssueImportSyncCheckPayloadFragmentDoc,
|
119184
120451
|
ApiKeyFragmentDoc: ApiKeyFragmentDoc,
|
119185
120452
|
PageInfoFragmentDoc: PageInfoFragmentDoc,
|
119186
120453
|
ApiKeyConnectionFragmentDoc: ApiKeyConnectionFragmentDoc,
|
@@ -119247,6 +120514,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119247
120514
|
EntityExternalLinkPayloadFragmentDoc: EntityExternalLinkPayloadFragmentDoc,
|
119248
120515
|
ExternalUserFragmentDoc: ExternalUserFragmentDoc,
|
119249
120516
|
ExternalUserConnectionFragmentDoc: ExternalUserConnectionFragmentDoc,
|
120517
|
+
FacetFragmentDoc: FacetFragmentDoc,
|
120518
|
+
FacetConnectionFragmentDoc: FacetConnectionFragmentDoc,
|
119250
120519
|
FavoriteFragmentDoc: FavoriteFragmentDoc,
|
119251
120520
|
FavoriteConnectionFragmentDoc: FavoriteConnectionFragmentDoc,
|
119252
120521
|
FavoritePayloadFragmentDoc: FavoritePayloadFragmentDoc,
|
@@ -119274,9 +120543,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119274
120543
|
IssueConnectionFragmentDoc: IssueConnectionFragmentDoc,
|
119275
120544
|
IssueFilterSuggestionPayloadFragmentDoc: IssueFilterSuggestionPayloadFragmentDoc,
|
119276
120545
|
IssueRelationHistoryPayloadFragmentDoc: IssueRelationHistoryPayloadFragmentDoc,
|
120546
|
+
UserFragmentDoc: UserFragmentDoc,
|
119277
120547
|
IssueImportFragmentDoc: IssueImportFragmentDoc,
|
119278
120548
|
IssueLabelFragmentDoc: IssueLabelFragmentDoc,
|
119279
|
-
UserFragmentDoc: UserFragmentDoc,
|
119280
120549
|
IssueHistoryFragmentDoc: IssueHistoryFragmentDoc,
|
119281
120550
|
IssueHistoryConnectionFragmentDoc: IssueHistoryConnectionFragmentDoc,
|
119282
120551
|
IssueImportCheckPayloadFragmentDoc: IssueImportCheckPayloadFragmentDoc,
|
@@ -119310,11 +120579,14 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119310
120579
|
OrganizationInviteFullDetailsPayloadFragmentDoc: OrganizationInviteFullDetailsPayloadFragmentDoc,
|
119311
120580
|
OrganizationInviteLinkDetailsPayloadFragmentDoc: OrganizationInviteLinkDetailsPayloadFragmentDoc,
|
119312
120581
|
OrganizationInvitePayloadFragmentDoc: OrganizationInvitePayloadFragmentDoc,
|
120582
|
+
OrganizationMetaFragmentDoc: OrganizationMetaFragmentDoc,
|
119313
120583
|
OrganizationPayloadFragmentDoc: OrganizationPayloadFragmentDoc,
|
119314
120584
|
OrganizationRegionResponseFragmentDoc: OrganizationRegionResponseFragmentDoc,
|
119315
|
-
|
120585
|
+
OrganizationStartTrialPayloadFragmentDoc: OrganizationStartTrialPayloadFragmentDoc,
|
120586
|
+
PasskeyLoginStartResponseFragmentDoc: PasskeyLoginStartResponseFragmentDoc,
|
119316
120587
|
ProjectFragmentDoc: ProjectFragmentDoc,
|
119317
120588
|
ProjectConnectionFragmentDoc: ProjectConnectionFragmentDoc,
|
120589
|
+
ProjectDetailSuggestionPayloadFragmentDoc: ProjectDetailSuggestionPayloadFragmentDoc,
|
119318
120590
|
ProjectFilterSuggestionPayloadFragmentDoc: ProjectFilterSuggestionPayloadFragmentDoc,
|
119319
120591
|
ProjectLinkFragmentDoc: ProjectLinkFragmentDoc,
|
119320
120592
|
ProjectLinkConnectionFragmentDoc: ProjectLinkConnectionFragmentDoc,
|
@@ -119355,6 +120627,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119355
120627
|
RoadmapToProjectPayloadFragmentDoc: RoadmapToProjectPayloadFragmentDoc,
|
119356
120628
|
SlackChannelConnectPayloadFragmentDoc: SlackChannelConnectPayloadFragmentDoc,
|
119357
120629
|
SsoUrlFromEmailResponseFragmentDoc: SsoUrlFromEmailResponseFragmentDoc,
|
120630
|
+
SuccessPayloadFragmentDoc: SuccessPayloadFragmentDoc,
|
119358
120631
|
SummaryPayloadFragmentDoc: SummaryPayloadFragmentDoc,
|
119359
120632
|
SynchronizedPayloadFragmentDoc: SynchronizedPayloadFragmentDoc,
|
119360
120633
|
TeamFragmentDoc: TeamFragmentDoc,
|
@@ -119424,6 +120697,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119424
120697
|
CustomView_IssuesDocument: CustomView_IssuesDocument,
|
119425
120698
|
CustomView_OrganizationViewPreferencesDocument: CustomView_OrganizationViewPreferencesDocument,
|
119426
120699
|
CustomView_OrganizationViewPreferences_PreferencesDocument: CustomView_OrganizationViewPreferences_PreferencesDocument,
|
120700
|
+
CustomView_ProjectsDocument: CustomView_ProjectsDocument,
|
119427
120701
|
CustomView_UserViewPreferencesDocument: CustomView_UserViewPreferencesDocument,
|
119428
120702
|
CustomView_UserViewPreferences_PreferencesDocument: CustomView_UserViewPreferences_PreferencesDocument,
|
119429
120703
|
CustomView_ViewPreferencesValuesDocument: CustomView_ViewPreferencesValuesDocument,
|
@@ -119464,7 +120738,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119464
120738
|
IssueFigmaFileKeySearchDocument: IssueFigmaFileKeySearchDocument,
|
119465
120739
|
IssueFilterSuggestionDocument: IssueFilterSuggestionDocument,
|
119466
120740
|
IssueImportCheckCsvDocument: IssueImportCheckCsvDocument,
|
119467
|
-
|
120741
|
+
IssueImportCheckSyncDocument: IssueImportCheckSyncDocument,
|
119468
120742
|
IssueLabelDocument: IssueLabelDocument,
|
119469
120743
|
IssueLabel_ChildrenDocument: IssueLabel_ChildrenDocument,
|
119470
120744
|
IssueLabel_IssuesDocument: IssueLabel_IssuesDocument,
|
@@ -119563,6 +120837,16 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119563
120837
|
User_TeamMembershipsDocument: User_TeamMembershipsDocument,
|
119564
120838
|
User_TeamsDocument: User_TeamsDocument,
|
119565
120839
|
UserSettingsDocument: UserSettingsDocument,
|
120840
|
+
UserSettings_NotificationDeliveryPreferencesDocument: UserSettings_NotificationDeliveryPreferencesDocument,
|
120841
|
+
UserSettings_NotificationDeliveryPreferences_MobileDocument: UserSettings_NotificationDeliveryPreferences_MobileDocument,
|
120842
|
+
UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleDocument: UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleDocument,
|
120843
|
+
UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayDocument,
|
120844
|
+
UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayDocument,
|
120845
|
+
UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayDocument,
|
120846
|
+
UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayDocument,
|
120847
|
+
UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayDocument,
|
120848
|
+
UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayDocument,
|
120849
|
+
UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayDocument,
|
119566
120850
|
UsersDocument: UsersDocument,
|
119567
120851
|
ViewerDocument: ViewerDocument,
|
119568
120852
|
Viewer_AssignedIssuesDocument: Viewer_AssignedIssuesDocument,
|
@@ -119575,8 +120859,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119575
120859
|
WorkflowState_IssuesDocument: WorkflowState_IssuesDocument,
|
119576
120860
|
WorkflowStatesDocument: WorkflowStatesDocument,
|
119577
120861
|
AirbyteIntegrationConnectDocument: AirbyteIntegrationConnectDocument,
|
119578
|
-
CreateApiKeyDocument: CreateApiKeyDocument,
|
119579
|
-
DeleteApiKeyDocument: DeleteApiKeyDocument,
|
119580
120862
|
ArchiveAttachmentDocument: ArchiveAttachmentDocument,
|
119581
120863
|
CreateAttachmentDocument: CreateAttachmentDocument,
|
119582
120864
|
DeleteAttachmentDocument: DeleteAttachmentDocument,
|
@@ -119590,6 +120872,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119590
120872
|
AttachmentLinkSlackDocument: AttachmentLinkSlackDocument,
|
119591
120873
|
AttachmentLinkUrlDocument: AttachmentLinkUrlDocument,
|
119592
120874
|
AttachmentLinkZendeskDocument: AttachmentLinkZendeskDocument,
|
120875
|
+
AttachmentSyncToSlackDocument: AttachmentSyncToSlackDocument,
|
119593
120876
|
UpdateAttachmentDocument: UpdateAttachmentDocument,
|
119594
120877
|
CreateCommentDocument: CreateCommentDocument,
|
119595
120878
|
DeleteCommentDocument: DeleteCommentDocument,
|
@@ -119612,7 +120895,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119612
120895
|
UpdateDiaryEntryDocument: UpdateDiaryEntryDocument,
|
119613
120896
|
CreateDocumentDocument: CreateDocumentDocument,
|
119614
120897
|
DeleteDocumentDocument: DeleteDocumentDocument,
|
119615
|
-
DocumentReminderDocument: DocumentReminderDocument,
|
119616
120898
|
UpdateDocumentDocument: UpdateDocumentDocument,
|
119617
120899
|
CreateEmailIntakeAddressDocument: CreateEmailIntakeAddressDocument,
|
119618
120900
|
DeleteEmailIntakeAddressDocument: DeleteEmailIntakeAddressDocument,
|
@@ -119648,6 +120930,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119648
120930
|
IntegrationGitHubPersonalDocument: IntegrationGitHubPersonalDocument,
|
119649
120931
|
CreateIntegrationGithubCommitDocument: CreateIntegrationGithubCommitDocument,
|
119650
120932
|
IntegrationGithubConnectDocument: IntegrationGithubConnectDocument,
|
120933
|
+
IntegrationGithubImportConnectDocument: IntegrationGithubImportConnectDocument,
|
119651
120934
|
IntegrationGitlabConnectDocument: IntegrationGitlabConnectDocument,
|
119652
120935
|
IntegrationGoogleSheetsDocument: IntegrationGoogleSheetsDocument,
|
119653
120936
|
IntegrationIntercomDocument: IntegrationIntercomDocument,
|
@@ -119659,6 +120942,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119659
120942
|
IntegrationSentryConnectDocument: IntegrationSentryConnectDocument,
|
119660
120943
|
IntegrationSlackDocument: IntegrationSlackDocument,
|
119661
120944
|
IntegrationSlackAsksDocument: IntegrationSlackAsksDocument,
|
120945
|
+
IntegrationSlackCustomViewNotificationsDocument: IntegrationSlackCustomViewNotificationsDocument,
|
119662
120946
|
IntegrationSlackImportEmojisDocument: IntegrationSlackImportEmojisDocument,
|
119663
120947
|
IntegrationSlackOrgProjectUpdatesPostDocument: IntegrationSlackOrgProjectUpdatesPostDocument,
|
119664
120948
|
IntegrationSlackPersonalDocument: IntegrationSlackPersonalDocument,
|
@@ -119719,7 +121003,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
119719
121003
|
CreateOrganizationInviteDocument: CreateOrganizationInviteDocument,
|
119720
121004
|
DeleteOrganizationInviteDocument: DeleteOrganizationInviteDocument,
|
119721
121005
|
UpdateOrganizationInviteDocument: UpdateOrganizationInviteDocument,
|
119722
|
-
|
121006
|
+
OrganizationStartTrialDocument: OrganizationStartTrialDocument,
|
119723
121007
|
UpdateOrganizationDocument: UpdateOrganizationDocument,
|
119724
121008
|
ArchiveProjectDocument: ArchiveProjectDocument,
|
119725
121009
|
CreateProjectDocument: CreateProjectDocument,
|
@@ -119973,14 +121257,6 @@ class ApiKey extends Request {
|
|
119973
121257
|
this.label = data.label;
|
119974
121258
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
119975
121259
|
}
|
119976
|
-
/** Creates a new API key. */
|
119977
|
-
create(input) {
|
119978
|
-
return new CreateApiKeyMutation(this._request).fetch(input);
|
119979
|
-
}
|
119980
|
-
/** Deletes an API key. */
|
119981
|
-
delete() {
|
119982
|
-
return new DeleteApiKeyMutation(this._request).fetch(this.id);
|
119983
|
-
}
|
119984
121260
|
}
|
119985
121261
|
/**
|
119986
121262
|
* ApiKeyConnection model
|
@@ -120315,7 +121591,7 @@ class AuthIntegration extends Request {
|
|
120315
121591
|
*/
|
120316
121592
|
class AuthOauthClient extends Request {
|
120317
121593
|
constructor(request, data) {
|
120318
|
-
var _a, _b, _c, _d;
|
121594
|
+
var _a, _b, _c, _d, _e;
|
120319
121595
|
super(request);
|
120320
121596
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120321
121597
|
this.clientId = data.clientId;
|
@@ -120330,7 +121606,9 @@ class AuthOauthClient extends Request {
|
|
120330
121606
|
this.organizationId = data.organizationId;
|
120331
121607
|
this.publicEnabled = data.publicEnabled;
|
120332
121608
|
this.redirectUris = data.redirectUris;
|
120333
|
-
this.
|
121609
|
+
this.webhookResourceTypes = data.webhookResourceTypes;
|
121610
|
+
this.webhookSecret = (_d = data.webhookSecret) !== null && _d !== void 0 ? _d : undefined;
|
121611
|
+
this.webhookUrl = (_e = data.webhookUrl) !== null && _e !== void 0 ? _e : undefined;
|
120334
121612
|
}
|
120335
121613
|
}
|
120336
121614
|
/**
|
@@ -120395,6 +121673,7 @@ class AuthOrganization extends Request {
|
|
120395
121673
|
super(request);
|
120396
121674
|
this.allowedAuthServices = data.allowedAuthServices;
|
120397
121675
|
this.deletionRequestedAt = (_a = parseDate(data.deletionRequestedAt)) !== null && _a !== void 0 ? _a : undefined;
|
121676
|
+
this.enabled = data.enabled;
|
120398
121677
|
this.id = data.id;
|
120399
121678
|
this.logoUrl = (_b = data.logoUrl) !== null && _b !== void 0 ? _b : undefined;
|
120400
121679
|
this.name = data.name;
|
@@ -120416,9 +121695,10 @@ class AuthOrganization extends Request {
|
|
120416
121695
|
*/
|
120417
121696
|
class AuthOrganizationDomain extends Request {
|
120418
121697
|
constructor(request, data) {
|
120419
|
-
var _a;
|
121698
|
+
var _a, _b;
|
120420
121699
|
super(request);
|
120421
121700
|
this.claimed = (_a = data.claimed) !== null && _a !== void 0 ? _a : undefined;
|
121701
|
+
this.disableOrganizationCreation = (_b = data.disableOrganizationCreation) !== null && _b !== void 0 ? _b : undefined;
|
120422
121702
|
this.id = data.id;
|
120423
121703
|
this.name = data.name;
|
120424
121704
|
this.organizationId = data.organizationId;
|
@@ -120487,6 +121767,7 @@ class AuthResolverResponse extends Request {
|
|
120487
121767
|
this.lockedOrganizations = data.lockedOrganizations
|
120488
121768
|
? data.lockedOrganizations.map(node => new AuthOrganization(request, node))
|
120489
121769
|
: undefined;
|
121770
|
+
this.lockedUsers = data.lockedUsers.map(node => new AuthUser(request, node));
|
120490
121771
|
this.users = data.users.map(node => new AuthUser(request, node));
|
120491
121772
|
}
|
120492
121773
|
}
|
@@ -120520,6 +121801,7 @@ class AuthUser extends Request {
|
|
120520
121801
|
this.name = data.name;
|
120521
121802
|
this.userAccountId = data.userAccountId;
|
120522
121803
|
this.organization = new AuthOrganization(request, data.organization);
|
121804
|
+
this.role = data.role;
|
120523
121805
|
}
|
120524
121806
|
}
|
120525
121807
|
/**
|
@@ -120853,6 +122135,10 @@ class CustomView extends Request {
|
|
120853
122135
|
issues(variables) {
|
120854
122136
|
return new CustomView_IssuesQuery(this._request, this.id, variables).fetch(variables);
|
120855
122137
|
}
|
122138
|
+
/** Projects associated with the custom view. */
|
122139
|
+
projects(variables) {
|
122140
|
+
return new CustomView_ProjectsQuery(this._request, this.id, variables).fetch(variables);
|
122141
|
+
}
|
120856
122142
|
/** Creates a new custom view. */
|
120857
122143
|
create(input) {
|
120858
122144
|
return new CreateCustomViewMutation(this._request).fetch(input);
|
@@ -121803,6 +123089,35 @@ class ExternalUserConnection extends Connection {
|
|
121803
123089
|
super(request, fetch, data.nodes.map(node => new ExternalUser(request, node)), new PageInfo(request, data.pageInfo));
|
121804
123090
|
}
|
121805
123091
|
}
|
123092
|
+
/**
|
123093
|
+
* A facet. Facets are joins between entities. A facet can tie a custom view to a project, or a a project to a roadmap for example.
|
123094
|
+
*
|
123095
|
+
* @param request - function to call the graphql client
|
123096
|
+
* @param data - L.FacetFragment response data
|
123097
|
+
*/
|
123098
|
+
class Facet extends Request {
|
123099
|
+
constructor(request, data) {
|
123100
|
+
var _a, _b, _c;
|
123101
|
+
super(request);
|
123102
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
123103
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
123104
|
+
this.id = data.id;
|
123105
|
+
this.sortOrder = data.sortOrder;
|
123106
|
+
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
123107
|
+
}
|
123108
|
+
}
|
123109
|
+
/**
|
123110
|
+
* FacetConnection model
|
123111
|
+
*
|
123112
|
+
* @param request - function to call the graphql client
|
123113
|
+
* @param fetch - function to trigger a refetch of this FacetConnection model
|
123114
|
+
* @param data - FacetConnection response data
|
123115
|
+
*/
|
123116
|
+
class FacetConnection extends Connection {
|
123117
|
+
constructor(request, fetch, data) {
|
123118
|
+
super(request, fetch, data.nodes.map(node => new Facet(request, node)), new PageInfo(request, data.pageInfo));
|
123119
|
+
}
|
123120
|
+
}
|
121806
123121
|
/**
|
121807
123122
|
* User favorites presented in the sidebar.
|
121808
123123
|
*
|
@@ -122109,6 +123424,21 @@ class GitHubCommitIntegrationPayload extends Request {
|
|
122109
123424
|
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;
|
122110
123425
|
}
|
122111
123426
|
}
|
123427
|
+
/**
|
123428
|
+
* Metadata and settings for a GitHub import integration.
|
123429
|
+
*
|
123430
|
+
* @param request - function to call the graphql client
|
123431
|
+
* @param data - L.GitHubImportSettingsFragment response data
|
123432
|
+
*/
|
123433
|
+
class GitHubImportSettings extends Request {
|
123434
|
+
constructor(request, data) {
|
123435
|
+
super(request);
|
123436
|
+
this.orgAvatarUrl = data.orgAvatarUrl;
|
123437
|
+
this.orgLogin = data.orgLogin;
|
123438
|
+
this.repositories = data.repositories.map(node => new GitHubRepo(request, node));
|
123439
|
+
this.orgType = data.orgType;
|
123440
|
+
}
|
123441
|
+
}
|
122112
123442
|
/**
|
122113
123443
|
* Metadata and settings for a GitHub Personal integration.
|
122114
123444
|
*
|
@@ -122142,6 +123472,7 @@ class GitHubRepo extends Request {
|
|
122142
123472
|
*/
|
122143
123473
|
class GitHubSettings extends Request {
|
122144
123474
|
constructor(request, data) {
|
123475
|
+
var _a;
|
122145
123476
|
super(request);
|
122146
123477
|
this.orgAvatarUrl = data.orgAvatarUrl;
|
122147
123478
|
this.orgLogin = data.orgLogin;
|
@@ -122149,6 +123480,7 @@ class GitHubSettings extends Request {
|
|
122149
123480
|
this.repositoriesMapping = data.repositoriesMapping
|
122150
123481
|
? data.repositoriesMapping.map(node => new TeamRepoMapping(request, node))
|
122151
123482
|
: undefined;
|
123483
|
+
this.orgType = (_a = data.orgType) !== null && _a !== void 0 ? _a : undefined;
|
122152
123484
|
}
|
122153
123485
|
}
|
122154
123486
|
/**
|
@@ -122166,49 +123498,6 @@ class GitLabSettings extends Request {
|
|
122166
123498
|
this.url = (_c = data.url) !== null && _c !== void 0 ? _c : undefined;
|
122167
123499
|
}
|
122168
123500
|
}
|
122169
|
-
/**
|
122170
|
-
* GitHub OAuth token, plus information about the organizations the user is a member of.
|
122171
|
-
*
|
122172
|
-
* @param request - function to call the graphql client
|
122173
|
-
* @param data - L.GithubOAuthTokenPayloadFragment response data
|
122174
|
-
*/
|
122175
|
-
class GithubOAuthTokenPayload extends Request {
|
122176
|
-
constructor(request, data) {
|
122177
|
-
var _a;
|
122178
|
-
super(request);
|
122179
|
-
this.token = (_a = data.token) !== null && _a !== void 0 ? _a : undefined;
|
122180
|
-
this.organizations = data.organizations ? data.organizations.map(node => new GithubOrg(request, node)) : undefined;
|
122181
|
-
}
|
122182
|
-
}
|
122183
|
-
/**
|
122184
|
-
* Relevant information for the GitHub organization.
|
122185
|
-
*
|
122186
|
-
* @param request - function to call the graphql client
|
122187
|
-
* @param data - L.GithubOrgFragment response data
|
122188
|
-
*/
|
122189
|
-
class GithubOrg extends Request {
|
122190
|
-
constructor(request, data) {
|
122191
|
-
var _a;
|
122192
|
-
super(request);
|
122193
|
-
this.id = data.id;
|
122194
|
-
this.isPersonal = (_a = data.isPersonal) !== null && _a !== void 0 ? _a : undefined;
|
122195
|
-
this.login = data.login;
|
122196
|
-
this.repositories = data.repositories.map(node => new GithubRepo(request, node));
|
122197
|
-
}
|
122198
|
-
}
|
122199
|
-
/**
|
122200
|
-
* Relevant information for the GitHub repository.
|
122201
|
-
*
|
122202
|
-
* @param request - function to call the graphql client
|
122203
|
-
* @param data - L.GithubRepoFragment response data
|
122204
|
-
*/
|
122205
|
-
class GithubRepo extends Request {
|
122206
|
-
constructor(request, data) {
|
122207
|
-
super(request);
|
122208
|
-
this.id = data.id;
|
122209
|
-
this.name = data.name;
|
122210
|
-
}
|
122211
|
-
}
|
122212
123501
|
/**
|
122213
123502
|
* Google Sheets specific settings.
|
122214
123503
|
*
|
@@ -122253,6 +123542,47 @@ class InitiativeArchivePayload extends Request {
|
|
122253
123542
|
this.success = data.success;
|
122254
123543
|
}
|
122255
123544
|
}
|
123545
|
+
/**
|
123546
|
+
* An initiative related notification.
|
123547
|
+
*
|
123548
|
+
* @param request - function to call the graphql client
|
123549
|
+
* @param data - L.InitiativeNotificationFragment response data
|
123550
|
+
*/
|
123551
|
+
class InitiativeNotification extends Request {
|
123552
|
+
constructor(request, data) {
|
123553
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
123554
|
+
super(request);
|
123555
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
123556
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
123557
|
+
this.emailedAt = (_c = parseDate(data.emailedAt)) !== null && _c !== void 0 ? _c : undefined;
|
123558
|
+
this.id = data.id;
|
123559
|
+
this.readAt = (_d = parseDate(data.readAt)) !== null && _d !== void 0 ? _d : undefined;
|
123560
|
+
this.snoozedUntilAt = (_e = parseDate(data.snoozedUntilAt)) !== null && _e !== void 0 ? _e : undefined;
|
123561
|
+
this.type = data.type;
|
123562
|
+
this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
|
123563
|
+
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
123564
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
123565
|
+
this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
|
123566
|
+
this._externalUserActor = (_j = data.externalUserActor) !== null && _j !== void 0 ? _j : undefined;
|
123567
|
+
this._user = data.user;
|
123568
|
+
}
|
123569
|
+
/** The user that caused the notification. */
|
123570
|
+
get actor() {
|
123571
|
+
var _a, _b;
|
123572
|
+
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;
|
123573
|
+
}
|
123574
|
+
/** The external user that caused the notification. */
|
123575
|
+
get externalUserActor() {
|
123576
|
+
var _a, _b;
|
123577
|
+
return ((_a = this._externalUserActor) === null || _a === void 0 ? void 0 : _a.id)
|
123578
|
+
? new ExternalUserQuery(this._request).fetch((_b = this._externalUserActor) === null || _b === void 0 ? void 0 : _b.id)
|
123579
|
+
: undefined;
|
123580
|
+
}
|
123581
|
+
/** The user that received the notification. */
|
123582
|
+
get user() {
|
123583
|
+
return new UserQuery(this._request).fetch(this._user.id);
|
123584
|
+
}
|
123585
|
+
}
|
122256
123586
|
/**
|
122257
123587
|
* An integration with an external service.
|
122258
123588
|
*
|
@@ -122362,6 +123692,7 @@ class IntegrationSettings extends Request {
|
|
122362
123692
|
super(request);
|
122363
123693
|
this.front = data.front ? new FrontSettings(request, data.front) : undefined;
|
122364
123694
|
this.gitHub = data.gitHub ? new GitHubSettings(request, data.gitHub) : undefined;
|
123695
|
+
this.gitHubImport = data.gitHubImport ? new GitHubImportSettings(request, data.gitHubImport) : undefined;
|
122365
123696
|
this.gitHubPersonal = data.gitHubPersonal ? new GitHubPersonalSettings(request, data.gitHubPersonal) : undefined;
|
122366
123697
|
this.gitLab = data.gitLab ? new GitLabSettings(request, data.gitLab) : undefined;
|
122367
123698
|
this.googleSheets = data.googleSheets ? new GoogleSheetsSettings(request, data.googleSheets) : undefined;
|
@@ -122374,6 +123705,9 @@ class IntegrationSettings extends Request {
|
|
122374
123705
|
this.sentry = data.sentry ? new SentrySettings(request, data.sentry) : undefined;
|
122375
123706
|
this.slack = data.slack ? new SlackSettings(request, data.slack) : undefined;
|
122376
123707
|
this.slackAsks = data.slackAsks ? new SlackAsksSettings(request, data.slackAsks) : undefined;
|
123708
|
+
this.slackCustomViewNotifications = data.slackCustomViewNotifications
|
123709
|
+
? new SlackPostSettings(request, data.slackCustomViewNotifications)
|
123710
|
+
: undefined;
|
122377
123711
|
this.slackOrgProjectUpdatesPost = data.slackOrgProjectUpdatesPost
|
122378
123712
|
? new SlackPostSettings(request, data.slackOrgProjectUpdatesPost)
|
122379
123713
|
: undefined;
|
@@ -122824,6 +124158,7 @@ class IssueHistory extends Request {
|
|
122824
124158
|
this.updatedDescription = (_8 = data.updatedDescription) !== null && _8 !== void 0 ? _8 : undefined;
|
122825
124159
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
122826
124160
|
this.issueImport = data.issueImport ? new IssueImport(request, data.issueImport) : undefined;
|
124161
|
+
this.actors = data.actors.map(node => new User(request, node));
|
122827
124162
|
this.addedLabels = data.addedLabels ? data.addedLabels.map(node => new IssueLabel(request, node)) : undefined;
|
122828
124163
|
this.relationChanges = data.relationChanges
|
122829
124164
|
? data.relationChanges.map(node => new IssueRelationHistoryPayload(request, node))
|
@@ -122951,7 +124286,7 @@ class IssueHistoryConnection extends Connection {
|
|
122951
124286
|
*/
|
122952
124287
|
class IssueImport extends Request {
|
122953
124288
|
constructor(request, data) {
|
122954
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
124289
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
122955
124290
|
super(request);
|
122956
124291
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
122957
124292
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
@@ -122963,9 +124298,10 @@ class IssueImport extends Request {
|
|
122963
124298
|
this.mapping = (_f = data.mapping) !== null && _f !== void 0 ? _f : undefined;
|
122964
124299
|
this.progress = (_g = data.progress) !== null && _g !== void 0 ? _g : undefined;
|
122965
124300
|
this.service = data.service;
|
124301
|
+
this.serviceMetadata = (_h = data.serviceMetadata) !== null && _h !== void 0 ? _h : undefined;
|
122966
124302
|
this.status = data.status;
|
122967
|
-
this.teamName = (
|
122968
|
-
this.updatedAt = (
|
124303
|
+
this.teamName = (_j = data.teamName) !== null && _j !== void 0 ? _j : undefined;
|
124304
|
+
this.updatedAt = (_k = parseDate(data.updatedAt)) !== null && _k !== void 0 ? _k : new Date();
|
122969
124305
|
}
|
122970
124306
|
/** Deletes an import job. */
|
122971
124307
|
delete(issueImportId) {
|
@@ -123016,6 +124352,20 @@ class IssueImportPayload extends Request {
|
|
123016
124352
|
this.issueImport = data.issueImport ? new IssueImport(request, data.issueImport) : undefined;
|
123017
124353
|
}
|
123018
124354
|
}
|
124355
|
+
/**
|
124356
|
+
* Whether an issue import can be synced at the end of an import or not
|
124357
|
+
*
|
124358
|
+
* @param request - function to call the graphql client
|
124359
|
+
* @param data - L.IssueImportSyncCheckPayloadFragment response data
|
124360
|
+
*/
|
124361
|
+
class IssueImportSyncCheckPayload extends Request {
|
124362
|
+
constructor(request, data) {
|
124363
|
+
var _a;
|
124364
|
+
super(request);
|
124365
|
+
this.canSync = data.canSync;
|
124366
|
+
this.error = (_a = data.error) !== null && _a !== void 0 ? _a : undefined;
|
124367
|
+
}
|
124368
|
+
}
|
123019
124369
|
/**
|
123020
124370
|
* Labels that can be associated with issues.
|
123021
124371
|
*
|
@@ -123228,8 +124578,8 @@ class IssueRelation extends Request {
|
|
123228
124578
|
return new IssueQuery(this._request).fetch(this._relatedIssue.id);
|
123229
124579
|
}
|
123230
124580
|
/** Creates a new issue relation. */
|
123231
|
-
create(input) {
|
123232
|
-
return new CreateIssueRelationMutation(this._request).fetch(input);
|
124581
|
+
create(input, variables) {
|
124582
|
+
return new CreateIssueRelationMutation(this._request).fetch(input, variables);
|
123233
124583
|
}
|
123234
124584
|
/** Deletes an issue relation. */
|
123235
124585
|
delete() {
|
@@ -123489,9 +124839,11 @@ class JiraProjectData extends Request {
|
|
123489
124839
|
*/
|
123490
124840
|
class JiraSettings extends Request {
|
123491
124841
|
constructor(request, data) {
|
123492
|
-
var _a;
|
124842
|
+
var _a, _b, _c;
|
123493
124843
|
super(request);
|
123494
124844
|
this.isJiraServer = (_a = data.isJiraServer) !== null && _a !== void 0 ? _a : undefined;
|
124845
|
+
this.manualSetup = (_b = data.manualSetup) !== null && _b !== void 0 ? _b : undefined;
|
124846
|
+
this.setupPending = (_c = data.setupPending) !== null && _c !== void 0 ? _c : undefined;
|
123495
124847
|
this.projectMapping = data.projectMapping
|
123496
124848
|
? data.projectMapping.map(node => new JiraLinearMapping(request, node))
|
123497
124849
|
: undefined;
|
@@ -123675,6 +125027,8 @@ class NotificationConnection extends Connection {
|
|
123675
125027
|
switch (node.__typename) {
|
123676
125028
|
case "DocumentNotification":
|
123677
125029
|
return new DocumentNotification(request, node);
|
125030
|
+
case "InitiativeNotification":
|
125031
|
+
return new InitiativeNotification(request, node);
|
123678
125032
|
case "IssueNotification":
|
123679
125033
|
return new IssueNotification(request, node);
|
123680
125034
|
case "OauthClientApprovalNotification":
|
@@ -123687,6 +125041,66 @@ class NotificationConnection extends Connection {
|
|
123687
125041
|
}), new PageInfo(request, data.pageInfo));
|
123688
125042
|
}
|
123689
125043
|
}
|
125044
|
+
/**
|
125045
|
+
* A user's notification delivery preferences.
|
125046
|
+
*
|
125047
|
+
* @param request - function to call the graphql client
|
125048
|
+
* @param data - L.NotificationDeliveryPreferencesFragment response data
|
125049
|
+
*/
|
125050
|
+
class NotificationDeliveryPreferences extends Request {
|
125051
|
+
constructor(request, data) {
|
125052
|
+
super(request);
|
125053
|
+
this.mobile = data.mobile ? new NotificationDeliveryPreferencesChannel(request, data.mobile) : undefined;
|
125054
|
+
}
|
125055
|
+
}
|
125056
|
+
/**
|
125057
|
+
* A user's notification delivery preferences.
|
125058
|
+
*
|
125059
|
+
* @param request - function to call the graphql client
|
125060
|
+
* @param data - L.NotificationDeliveryPreferencesChannelFragment response data
|
125061
|
+
*/
|
125062
|
+
class NotificationDeliveryPreferencesChannel extends Request {
|
125063
|
+
constructor(request, data) {
|
125064
|
+
var _a;
|
125065
|
+
super(request);
|
125066
|
+
this.notificationsDisabled = (_a = data.notificationsDisabled) !== null && _a !== void 0 ? _a : undefined;
|
125067
|
+
this.schedule = new NotificationDeliveryPreferencesSchedule(request, data.schedule);
|
125068
|
+
}
|
125069
|
+
}
|
125070
|
+
/**
|
125071
|
+
* A user's notification delivery schedule for a particular day.
|
125072
|
+
*
|
125073
|
+
* @param request - function to call the graphql client
|
125074
|
+
* @param data - L.NotificationDeliveryPreferencesDayFragment response data
|
125075
|
+
*/
|
125076
|
+
class NotificationDeliveryPreferencesDay extends Request {
|
125077
|
+
constructor(request, data) {
|
125078
|
+
var _a, _b;
|
125079
|
+
super(request);
|
125080
|
+
this.end = (_a = data.end) !== null && _a !== void 0 ? _a : undefined;
|
125081
|
+
this.start = (_b = data.start) !== null && _b !== void 0 ? _b : undefined;
|
125082
|
+
}
|
125083
|
+
}
|
125084
|
+
/**
|
125085
|
+
* A user's notification delivery schedule for a particular day.
|
125086
|
+
*
|
125087
|
+
* @param request - function to call the graphql client
|
125088
|
+
* @param data - L.NotificationDeliveryPreferencesScheduleFragment response data
|
125089
|
+
*/
|
125090
|
+
class NotificationDeliveryPreferencesSchedule extends Request {
|
125091
|
+
constructor(request, data) {
|
125092
|
+
var _a;
|
125093
|
+
super(request);
|
125094
|
+
this.disabled = (_a = data.disabled) !== null && _a !== void 0 ? _a : undefined;
|
125095
|
+
this.friday = new NotificationDeliveryPreferencesDay(request, data.friday);
|
125096
|
+
this.monday = new NotificationDeliveryPreferencesDay(request, data.monday);
|
125097
|
+
this.saturday = new NotificationDeliveryPreferencesDay(request, data.saturday);
|
125098
|
+
this.sunday = new NotificationDeliveryPreferencesDay(request, data.sunday);
|
125099
|
+
this.thursday = new NotificationDeliveryPreferencesDay(request, data.thursday);
|
125100
|
+
this.tuesday = new NotificationDeliveryPreferencesDay(request, data.tuesday);
|
125101
|
+
this.wednesday = new NotificationDeliveryPreferencesDay(request, data.wednesday);
|
125102
|
+
}
|
125103
|
+
}
|
123690
125104
|
/**
|
123691
125105
|
* NotificationPayload model
|
123692
125106
|
*
|
@@ -124087,18 +125501,19 @@ class OrganizationDeletePayload extends Request {
|
|
124087
125501
|
*/
|
124088
125502
|
class OrganizationDomain extends Request {
|
124089
125503
|
constructor(request, data) {
|
124090
|
-
var _a, _b, _c, _d, _e, _f;
|
125504
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
124091
125505
|
super(request);
|
124092
125506
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
124093
125507
|
this.claimed = (_b = data.claimed) !== null && _b !== void 0 ? _b : undefined;
|
124094
125508
|
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
125509
|
+
this.disableOrganizationCreation = (_d = data.disableOrganizationCreation) !== null && _d !== void 0 ? _d : undefined;
|
124095
125510
|
this.id = data.id;
|
124096
125511
|
this.name = data.name;
|
124097
|
-
this.updatedAt = (
|
124098
|
-
this.verificationEmail = (
|
125512
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
125513
|
+
this.verificationEmail = (_f = data.verificationEmail) !== null && _f !== void 0 ? _f : undefined;
|
124099
125514
|
this.verified = data.verified;
|
124100
125515
|
this.authType = data.authType;
|
124101
|
-
this._creator = (
|
125516
|
+
this._creator = (_g = data.creator) !== null && _g !== void 0 ? _g : undefined;
|
124102
125517
|
}
|
124103
125518
|
/** The user who added the domain. */
|
124104
125519
|
get creator() {
|
@@ -124243,6 +125658,19 @@ class OrganizationInvitePayload extends Request {
|
|
124243
125658
|
return new OrganizationInviteQuery(this._request).fetch(this._organizationInvite.id);
|
124244
125659
|
}
|
124245
125660
|
}
|
125661
|
+
/**
|
125662
|
+
* OrganizationMeta model
|
125663
|
+
*
|
125664
|
+
* @param request - function to call the graphql client
|
125665
|
+
* @param data - L.OrganizationMetaFragment response data
|
125666
|
+
*/
|
125667
|
+
class OrganizationMeta extends Request {
|
125668
|
+
constructor(request, data) {
|
125669
|
+
super(request);
|
125670
|
+
this.allowedAuthServices = data.allowedAuthServices;
|
125671
|
+
this.region = data.region;
|
125672
|
+
}
|
125673
|
+
}
|
124246
125674
|
/**
|
124247
125675
|
* OrganizationPayload model
|
124248
125676
|
*
|
@@ -124275,12 +125703,12 @@ class OrganizationRegionResponse extends Request {
|
|
124275
125703
|
}
|
124276
125704
|
}
|
124277
125705
|
/**
|
124278
|
-
*
|
125706
|
+
* OrganizationStartTrialPayload model
|
124279
125707
|
*
|
124280
125708
|
* @param request - function to call the graphql client
|
124281
|
-
* @param data - L.
|
125709
|
+
* @param data - L.OrganizationStartTrialPayloadFragment response data
|
124282
125710
|
*/
|
124283
|
-
class
|
125711
|
+
class OrganizationStartTrialPayload extends Request {
|
124284
125712
|
constructor(request, data) {
|
124285
125713
|
super(request);
|
124286
125714
|
this.success = data.success;
|
@@ -124349,6 +125777,46 @@ class PaidSubscription extends Request {
|
|
124349
125777
|
return new OrganizationQuery(this._request).fetch();
|
124350
125778
|
}
|
124351
125779
|
}
|
125780
|
+
/**
|
125781
|
+
* Registered passkey for authentication.
|
125782
|
+
*
|
125783
|
+
* @param request - function to call the graphql client
|
125784
|
+
* @param data - L.PasskeyFragment response data
|
125785
|
+
*/
|
125786
|
+
class Passkey extends Request {
|
125787
|
+
constructor(request, data) {
|
125788
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
125789
|
+
super(request);
|
125790
|
+
this.aaguid = data.aaguid;
|
125791
|
+
this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
|
125792
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
125793
|
+
this.id = data.id;
|
125794
|
+
this.ip = (_c = data.ip) !== null && _c !== void 0 ? _c : undefined;
|
125795
|
+
this.label = data.label;
|
125796
|
+
this.lastUsedAt = (_d = parseDate(data.lastUsedAt)) !== null && _d !== void 0 ? _d : new Date();
|
125797
|
+
this.lastUsedSessionId = (_e = data.lastUsedSessionId) !== null && _e !== void 0 ? _e : undefined;
|
125798
|
+
this.locationCity = (_f = data.locationCity) !== null && _f !== void 0 ? _f : undefined;
|
125799
|
+
this.locationCountry = (_g = data.locationCountry) !== null && _g !== void 0 ? _g : undefined;
|
125800
|
+
this.locationCountryCode = (_h = data.locationCountryCode) !== null && _h !== void 0 ? _h : undefined;
|
125801
|
+
this.locationRegionCode = (_j = data.locationRegionCode) !== null && _j !== void 0 ? _j : undefined;
|
125802
|
+
this.updatedAt = (_k = parseDate(data.updatedAt)) !== null && _k !== void 0 ? _k : new Date();
|
125803
|
+
this.userAgent = (_l = data.userAgent) !== null && _l !== void 0 ? _l : undefined;
|
125804
|
+
this.clientType = data.clientType;
|
125805
|
+
}
|
125806
|
+
}
|
125807
|
+
/**
|
125808
|
+
* PasskeyLoginStartResponse model
|
125809
|
+
*
|
125810
|
+
* @param request - function to call the graphql client
|
125811
|
+
* @param data - L.PasskeyLoginStartResponseFragment response data
|
125812
|
+
*/
|
125813
|
+
class PasskeyLoginStartResponse extends Request {
|
125814
|
+
constructor(request, data) {
|
125815
|
+
super(request);
|
125816
|
+
this.options = data.options;
|
125817
|
+
this.success = data.success;
|
125818
|
+
}
|
125819
|
+
}
|
124352
125820
|
/**
|
124353
125821
|
* A project.
|
124354
125822
|
*
|
@@ -124513,6 +125981,20 @@ class ProjectConnection extends Connection {
|
|
124513
125981
|
super(request, fetch, data.nodes.map(node => new Project(request, node)), new PageInfo(request, data.pageInfo));
|
124514
125982
|
}
|
124515
125983
|
}
|
125984
|
+
/**
|
125985
|
+
* ProjectDetailSuggestionPayload model
|
125986
|
+
*
|
125987
|
+
* @param request - function to call the graphql client
|
125988
|
+
* @param data - L.ProjectDetailSuggestionPayloadFragment response data
|
125989
|
+
*/
|
125990
|
+
class ProjectDetailSuggestionPayload extends Request {
|
125991
|
+
constructor(request, data) {
|
125992
|
+
var _a, _b;
|
125993
|
+
super(request);
|
125994
|
+
this.color = (_a = data.color) !== null && _a !== void 0 ? _a : undefined;
|
125995
|
+
this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
|
125996
|
+
}
|
125997
|
+
}
|
124516
125998
|
/**
|
124517
125999
|
* ProjectFilterSuggestionPayload model
|
124518
126000
|
*
|
@@ -125375,17 +126857,18 @@ class ReactionPayload extends Request {
|
|
125375
126857
|
*/
|
125376
126858
|
class Reminder extends Request {
|
125377
126859
|
constructor(request, data) {
|
125378
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
126860
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
125379
126861
|
super(request);
|
125380
126862
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
125381
126863
|
this.comment = (_b = data.comment) !== null && _b !== void 0 ? _b : undefined;
|
125382
126864
|
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
125383
126865
|
this.id = data.id;
|
125384
|
-
this.remindAt = (_d = parseDate(data.remindAt)) !== null && _d !== void 0 ? _d :
|
125385
|
-
this.
|
125386
|
-
this.
|
125387
|
-
this.
|
125388
|
-
this.
|
126866
|
+
this.remindAt = (_d = parseDate(data.remindAt)) !== null && _d !== void 0 ? _d : undefined;
|
126867
|
+
this.schedule = (_e = data.schedule) !== null && _e !== void 0 ? _e : undefined;
|
126868
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
126869
|
+
this._documentId = (_g = data.documentId) !== null && _g !== void 0 ? _g : undefined;
|
126870
|
+
this._issueId = (_h = data.issueId) !== null && _h !== void 0 ? _h : undefined;
|
126871
|
+
this._projectId = (_j = data.projectId) !== null && _j !== void 0 ? _j : undefined;
|
125389
126872
|
this._user = data.user;
|
125390
126873
|
}
|
125391
126874
|
/** The document that the reminder is associated with. */
|
@@ -125607,12 +127090,13 @@ class SentrySettings extends Request {
|
|
125607
127090
|
*/
|
125608
127091
|
class SharedSlackSettings extends Request {
|
125609
127092
|
constructor(request, data) {
|
125610
|
-
var _a, _b, _c, _d;
|
127093
|
+
var _a, _b, _c, _d, _e;
|
125611
127094
|
super(request);
|
125612
|
-
this.
|
125613
|
-
this.
|
125614
|
-
this.
|
125615
|
-
this.
|
127095
|
+
this.enterpriseId = (_a = data.enterpriseId) !== null && _a !== void 0 ? _a : undefined;
|
127096
|
+
this.enterpriseName = (_b = data.enterpriseName) !== null && _b !== void 0 ? _b : undefined;
|
127097
|
+
this.shouldUnfurl = (_c = data.shouldUnfurl) !== null && _c !== void 0 ? _c : undefined;
|
127098
|
+
this.teamId = (_d = data.teamId) !== null && _d !== void 0 ? _d : undefined;
|
127099
|
+
this.teamName = (_e = data.teamName) !== null && _e !== void 0 ? _e : undefined;
|
125616
127100
|
}
|
125617
127101
|
}
|
125618
127102
|
/**
|
@@ -125623,12 +127107,13 @@ class SharedSlackSettings extends Request {
|
|
125623
127107
|
*/
|
125624
127108
|
class SlackAsksSettings extends Request {
|
125625
127109
|
constructor(request, data) {
|
125626
|
-
var _a, _b, _c, _d;
|
127110
|
+
var _a, _b, _c, _d, _e;
|
125627
127111
|
super(request);
|
125628
|
-
this.
|
125629
|
-
this.
|
125630
|
-
this.
|
125631
|
-
this.
|
127112
|
+
this.enterpriseId = (_a = data.enterpriseId) !== null && _a !== void 0 ? _a : undefined;
|
127113
|
+
this.enterpriseName = (_b = data.enterpriseName) !== null && _b !== void 0 ? _b : undefined;
|
127114
|
+
this.shouldUnfurl = (_c = data.shouldUnfurl) !== null && _c !== void 0 ? _c : undefined;
|
127115
|
+
this.teamId = (_d = data.teamId) !== null && _d !== void 0 ? _d : undefined;
|
127116
|
+
this.teamName = (_e = data.teamName) !== null && _e !== void 0 ? _e : undefined;
|
125632
127117
|
this.slackChannelMapping = data.slackChannelMapping
|
125633
127118
|
? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
|
125634
127119
|
: undefined;
|
@@ -125718,13 +127203,14 @@ class SlackPostSettings extends Request {
|
|
125718
127203
|
*/
|
125719
127204
|
class SlackSettings extends Request {
|
125720
127205
|
constructor(request, data) {
|
125721
|
-
var _a, _b, _c, _d;
|
127206
|
+
var _a, _b, _c, _d, _e;
|
125722
127207
|
super(request);
|
125723
|
-
this.
|
127208
|
+
this.enterpriseId = (_a = data.enterpriseId) !== null && _a !== void 0 ? _a : undefined;
|
127209
|
+
this.enterpriseName = (_b = data.enterpriseName) !== null && _b !== void 0 ? _b : undefined;
|
125724
127210
|
this.linkOnIssueIdMention = data.linkOnIssueIdMention;
|
125725
|
-
this.shouldUnfurl = (
|
125726
|
-
this.teamId = (
|
125727
|
-
this.teamName = (
|
127211
|
+
this.shouldUnfurl = (_c = data.shouldUnfurl) !== null && _c !== void 0 ? _c : undefined;
|
127212
|
+
this.teamId = (_d = data.teamId) !== null && _d !== void 0 ? _d : undefined;
|
127213
|
+
this.teamName = (_e = data.teamName) !== null && _e !== void 0 ? _e : undefined;
|
125728
127214
|
}
|
125729
127215
|
}
|
125730
127216
|
/**
|
@@ -125740,6 +127226,19 @@ class SsoUrlFromEmailResponse extends Request {
|
|
125740
127226
|
this.success = data.success;
|
125741
127227
|
}
|
125742
127228
|
}
|
127229
|
+
/**
|
127230
|
+
* SuccessPayload model
|
127231
|
+
*
|
127232
|
+
* @param request - function to call the graphql client
|
127233
|
+
* @param data - L.SuccessPayloadFragment response data
|
127234
|
+
*/
|
127235
|
+
class SuccessPayload extends Request {
|
127236
|
+
constructor(request, data) {
|
127237
|
+
super(request);
|
127238
|
+
this.lastSyncId = data.lastSyncId;
|
127239
|
+
this.success = data.success;
|
127240
|
+
}
|
127241
|
+
}
|
125743
127242
|
/**
|
125744
127243
|
* SummaryPayload model
|
125745
127244
|
*
|
@@ -126274,6 +127773,53 @@ class TemplatePayload extends Request {
|
|
126274
127773
|
return new TemplateQuery(this._request).fetch(this._template.id);
|
126275
127774
|
}
|
126276
127775
|
}
|
127776
|
+
/**
|
127777
|
+
* A text draft, used for comments and project updates.
|
127778
|
+
*
|
127779
|
+
* @param request - function to call the graphql client
|
127780
|
+
* @param data - L.TextDraftFragment response data
|
127781
|
+
*/
|
127782
|
+
class TextDraft extends Request {
|
127783
|
+
constructor(request, data) {
|
127784
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
127785
|
+
super(request);
|
127786
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
127787
|
+
this.bodyData = (_b = parseJson(data.bodyData)) !== null && _b !== void 0 ? _b : {};
|
127788
|
+
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
127789
|
+
this.id = data.id;
|
127790
|
+
this.isAutogenerated = data.isAutogenerated;
|
127791
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
127792
|
+
this._issue = (_e = data.issue) !== null && _e !== void 0 ? _e : undefined;
|
127793
|
+
this._parentComment = (_f = data.parentComment) !== null && _f !== void 0 ? _f : undefined;
|
127794
|
+
this._project = (_g = data.project) !== null && _g !== void 0 ? _g : undefined;
|
127795
|
+
this._projectUpdate = (_h = data.projectUpdate) !== null && _h !== void 0 ? _h : undefined;
|
127796
|
+
this._user = data.user;
|
127797
|
+
}
|
127798
|
+
/** The issue for which this is a draft comment. */
|
127799
|
+
get issue() {
|
127800
|
+
var _a, _b;
|
127801
|
+
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;
|
127802
|
+
}
|
127803
|
+
/** The comment for which this is a draft comment reply. */
|
127804
|
+
get parentComment() {
|
127805
|
+
var _a, _b;
|
127806
|
+
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;
|
127807
|
+
}
|
127808
|
+
/** The project for which this is a draft project update. */
|
127809
|
+
get project() {
|
127810
|
+
var _a, _b;
|
127811
|
+
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;
|
127812
|
+
}
|
127813
|
+
/** The project update for which this is a draft comment. */
|
127814
|
+
get projectUpdate() {
|
127815
|
+
var _a, _b;
|
127816
|
+
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;
|
127817
|
+
}
|
127818
|
+
/** The user who created the draft. */
|
127819
|
+
get user() {
|
127820
|
+
return new UserQuery(this._request).fetch(this._user.id);
|
127821
|
+
}
|
127822
|
+
}
|
126277
127823
|
/**
|
126278
127824
|
* A time schedule.
|
126279
127825
|
*
|
@@ -126734,6 +128280,7 @@ class UserSettings extends Request {
|
|
126734
128280
|
this.subscribedToUnreadNotificationsReminder = data.subscribedToUnreadNotificationsReminder;
|
126735
128281
|
this.unsubscribedFrom = data.unsubscribedFrom;
|
126736
128282
|
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
128283
|
+
this.notificationDeliveryPreferences = new NotificationDeliveryPreferences(request, data.notificationDeliveryPreferences);
|
126737
128284
|
this._user = data.user;
|
126738
128285
|
}
|
126739
128286
|
/** The user associated with these settings. */
|
@@ -128133,27 +129680,27 @@ class IssueImportCheckCsvQuery extends Request {
|
|
128133
129680
|
}
|
128134
129681
|
}
|
128135
129682
|
/**
|
128136
|
-
* A fetchable
|
129683
|
+
* A fetchable IssueImportCheckSync Query
|
128137
129684
|
*
|
128138
129685
|
* @param request - function to call the graphql client
|
128139
129686
|
*/
|
128140
|
-
class
|
129687
|
+
class IssueImportCheckSyncQuery extends Request {
|
128141
129688
|
constructor(request) {
|
128142
129689
|
super(request);
|
128143
129690
|
}
|
128144
129691
|
/**
|
128145
|
-
* Call the
|
129692
|
+
* Call the IssueImportCheckSync query and return a IssueImportSyncCheckPayload
|
128146
129693
|
*
|
128147
|
-
* @param
|
128148
|
-
* @returns parsed response from
|
129694
|
+
* @param issueImportId - required issueImportId to pass to issueImportCheckSync
|
129695
|
+
* @returns parsed response from IssueImportCheckSyncQuery
|
128149
129696
|
*/
|
128150
|
-
fetch(
|
129697
|
+
fetch(issueImportId) {
|
128151
129698
|
return __awaiter(this, void 0, void 0, function* () {
|
128152
|
-
const response = yield this._request(
|
128153
|
-
|
129699
|
+
const response = yield this._request(IssueImportCheckSyncDocument, {
|
129700
|
+
issueImportId,
|
128154
129701
|
});
|
128155
|
-
const data = response.
|
128156
|
-
return new
|
129702
|
+
const data = response.issueImportCheckSync;
|
129703
|
+
return new IssueImportSyncCheckPayload(this._request, data);
|
128157
129704
|
});
|
128158
129705
|
}
|
128159
129706
|
}
|
@@ -128372,6 +129919,8 @@ class NotificationQuery extends Request {
|
|
128372
129919
|
switch (data.__typename) {
|
128373
129920
|
case "DocumentNotification":
|
128374
129921
|
return new DocumentNotification(this._request, data);
|
129922
|
+
case "InitiativeNotification":
|
129923
|
+
return new InitiativeNotification(this._request, data);
|
128375
129924
|
case "IssueNotification":
|
128376
129925
|
return new IssueNotification(this._request, data);
|
128377
129926
|
case "OauthClientApprovalNotification":
|
@@ -129596,56 +131145,6 @@ class AirbyteIntegrationConnectMutation extends Request {
|
|
129596
131145
|
});
|
129597
131146
|
}
|
129598
131147
|
}
|
129599
|
-
/**
|
129600
|
-
* A fetchable CreateApiKey Mutation
|
129601
|
-
*
|
129602
|
-
* @param request - function to call the graphql client
|
129603
|
-
*/
|
129604
|
-
class CreateApiKeyMutation extends Request {
|
129605
|
-
constructor(request) {
|
129606
|
-
super(request);
|
129607
|
-
}
|
129608
|
-
/**
|
129609
|
-
* Call the CreateApiKey mutation and return a ApiKeyPayload
|
129610
|
-
*
|
129611
|
-
* @param input - required input to pass to createApiKey
|
129612
|
-
* @returns parsed response from CreateApiKeyMutation
|
129613
|
-
*/
|
129614
|
-
fetch(input) {
|
129615
|
-
return __awaiter(this, void 0, void 0, function* () {
|
129616
|
-
const response = yield this._request(CreateApiKeyDocument, {
|
129617
|
-
input,
|
129618
|
-
});
|
129619
|
-
const data = response.apiKeyCreate;
|
129620
|
-
return new ApiKeyPayload(this._request, data);
|
129621
|
-
});
|
129622
|
-
}
|
129623
|
-
}
|
129624
|
-
/**
|
129625
|
-
* A fetchable DeleteApiKey Mutation
|
129626
|
-
*
|
129627
|
-
* @param request - function to call the graphql client
|
129628
|
-
*/
|
129629
|
-
class DeleteApiKeyMutation extends Request {
|
129630
|
-
constructor(request) {
|
129631
|
-
super(request);
|
129632
|
-
}
|
129633
|
-
/**
|
129634
|
-
* Call the DeleteApiKey mutation and return a DeletePayload
|
129635
|
-
*
|
129636
|
-
* @param id - required id to pass to deleteApiKey
|
129637
|
-
* @returns parsed response from DeleteApiKeyMutation
|
129638
|
-
*/
|
129639
|
-
fetch(id) {
|
129640
|
-
return __awaiter(this, void 0, void 0, function* () {
|
129641
|
-
const response = yield this._request(DeleteApiKeyDocument, {
|
129642
|
-
id,
|
129643
|
-
});
|
129644
|
-
const data = response.apiKeyDelete;
|
129645
|
-
return new DeletePayload(this._request, data);
|
129646
|
-
});
|
129647
|
-
}
|
129648
|
-
}
|
129649
131148
|
/**
|
129650
131149
|
* A fetchable ArchiveAttachment Mutation
|
129651
131150
|
*
|
@@ -129990,6 +131489,31 @@ class AttachmentLinkZendeskMutation extends Request {
|
|
129990
131489
|
});
|
129991
131490
|
}
|
129992
131491
|
}
|
131492
|
+
/**
|
131493
|
+
* A fetchable AttachmentSyncToSlack Mutation
|
131494
|
+
*
|
131495
|
+
* @param request - function to call the graphql client
|
131496
|
+
*/
|
131497
|
+
class AttachmentSyncToSlackMutation extends Request {
|
131498
|
+
constructor(request) {
|
131499
|
+
super(request);
|
131500
|
+
}
|
131501
|
+
/**
|
131502
|
+
* Call the AttachmentSyncToSlack mutation and return a AttachmentPayload
|
131503
|
+
*
|
131504
|
+
* @param id - required id to pass to attachmentSyncToSlack
|
131505
|
+
* @returns parsed response from AttachmentSyncToSlackMutation
|
131506
|
+
*/
|
131507
|
+
fetch(id) {
|
131508
|
+
return __awaiter(this, void 0, void 0, function* () {
|
131509
|
+
const response = yield this._request(AttachmentSyncToSlackDocument, {
|
131510
|
+
id,
|
131511
|
+
});
|
131512
|
+
const data = response.attachmentSyncToSlack;
|
131513
|
+
return new AttachmentPayload(this._request, data);
|
131514
|
+
});
|
131515
|
+
}
|
131516
|
+
}
|
129993
131517
|
/**
|
129994
131518
|
* A fetchable UpdateAttachment Mutation
|
129995
131519
|
*
|
@@ -130545,33 +132069,6 @@ class DeleteDocumentMutation extends Request {
|
|
130545
132069
|
});
|
130546
132070
|
}
|
130547
132071
|
}
|
130548
|
-
/**
|
130549
|
-
* A fetchable DocumentReminder Mutation
|
130550
|
-
*
|
130551
|
-
* @param request - function to call the graphql client
|
130552
|
-
*/
|
130553
|
-
class DocumentReminderMutation extends Request {
|
130554
|
-
constructor(request) {
|
130555
|
-
super(request);
|
130556
|
-
}
|
130557
|
-
/**
|
130558
|
-
* Call the DocumentReminder mutation and return a DocumentPayload
|
130559
|
-
*
|
130560
|
-
* @param id - required id to pass to documentReminder
|
130561
|
-
* @param reminderAt - required reminderAt to pass to documentReminder
|
130562
|
-
* @returns parsed response from DocumentReminderMutation
|
130563
|
-
*/
|
130564
|
-
fetch(id, reminderAt) {
|
130565
|
-
return __awaiter(this, void 0, void 0, function* () {
|
130566
|
-
const response = yield this._request(DocumentReminderDocument, {
|
130567
|
-
id,
|
130568
|
-
reminderAt,
|
130569
|
-
});
|
130570
|
-
const data = response.documentReminder;
|
130571
|
-
return new DocumentPayload(this._request, data);
|
130572
|
-
});
|
130573
|
-
}
|
130574
|
-
}
|
130575
132072
|
/**
|
130576
132073
|
* A fetchable UpdateDocument Mutation
|
130577
132074
|
*
|
@@ -131470,6 +132967,31 @@ class IntegrationGithubConnectMutation extends Request {
|
|
131470
132967
|
});
|
131471
132968
|
}
|
131472
132969
|
}
|
132970
|
+
/**
|
132971
|
+
* A fetchable IntegrationGithubImportConnect Mutation
|
132972
|
+
*
|
132973
|
+
* @param request - function to call the graphql client
|
132974
|
+
*/
|
132975
|
+
class IntegrationGithubImportConnectMutation extends Request {
|
132976
|
+
constructor(request) {
|
132977
|
+
super(request);
|
132978
|
+
}
|
132979
|
+
/**
|
132980
|
+
* Call the IntegrationGithubImportConnect mutation and return a IntegrationPayload
|
132981
|
+
*
|
132982
|
+
* @param installationId - required installationId to pass to integrationGithubImportConnect
|
132983
|
+
* @returns parsed response from IntegrationGithubImportConnectMutation
|
132984
|
+
*/
|
132985
|
+
fetch(installationId) {
|
132986
|
+
return __awaiter(this, void 0, void 0, function* () {
|
132987
|
+
const response = yield this._request(IntegrationGithubImportConnectDocument, {
|
132988
|
+
installationId,
|
132989
|
+
});
|
132990
|
+
const data = response.integrationGithubImportConnect;
|
132991
|
+
return new IntegrationPayload(this._request, data);
|
132992
|
+
});
|
132993
|
+
}
|
132994
|
+
}
|
131473
132995
|
/**
|
131474
132996
|
* A fetchable IntegrationGitlabConnect Mutation
|
131475
132997
|
*
|
@@ -131747,6 +133269,35 @@ class IntegrationSlackAsksMutation extends Request {
|
|
131747
133269
|
});
|
131748
133270
|
}
|
131749
133271
|
}
|
133272
|
+
/**
|
133273
|
+
* A fetchable IntegrationSlackCustomViewNotifications Mutation
|
133274
|
+
*
|
133275
|
+
* @param request - function to call the graphql client
|
133276
|
+
*/
|
133277
|
+
class IntegrationSlackCustomViewNotificationsMutation extends Request {
|
133278
|
+
constructor(request) {
|
133279
|
+
super(request);
|
133280
|
+
}
|
133281
|
+
/**
|
133282
|
+
* Call the IntegrationSlackCustomViewNotifications mutation and return a SlackChannelConnectPayload
|
133283
|
+
*
|
133284
|
+
* @param code - required code to pass to integrationSlackCustomViewNotifications
|
133285
|
+
* @param customViewId - required customViewId to pass to integrationSlackCustomViewNotifications
|
133286
|
+
* @param redirectUri - required redirectUri to pass to integrationSlackCustomViewNotifications
|
133287
|
+
* @returns parsed response from IntegrationSlackCustomViewNotificationsMutation
|
133288
|
+
*/
|
133289
|
+
fetch(code, customViewId, redirectUri) {
|
133290
|
+
return __awaiter(this, void 0, void 0, function* () {
|
133291
|
+
const response = yield this._request(IntegrationSlackCustomViewNotificationsDocument, {
|
133292
|
+
code,
|
133293
|
+
customViewId,
|
133294
|
+
redirectUri,
|
133295
|
+
});
|
133296
|
+
const data = response.integrationSlackCustomViewNotifications;
|
133297
|
+
return new SlackChannelConnectPayload(this._request, data);
|
133298
|
+
});
|
133299
|
+
}
|
133300
|
+
}
|
131750
133301
|
/**
|
131751
133302
|
* A fetchable IntegrationSlackImportEmojis Mutation
|
131752
133303
|
*
|
@@ -132263,17 +133814,13 @@ class IssueImportCreateGithubMutation extends Request {
|
|
132263
133814
|
/**
|
132264
133815
|
* Call the IssueImportCreateGithub mutation and return a IssueImportPayload
|
132265
133816
|
*
|
132266
|
-
* @param
|
132267
|
-
* @param
|
132268
|
-
* @param githubToken - required githubToken to pass to issueImportCreateGithub
|
132269
|
-
* @param variables - variables without 'githubRepoName', 'githubRepoOwner', 'githubToken' to pass into the IssueImportCreateGithubMutation
|
133817
|
+
* @param integrationId - required integrationId to pass to issueImportCreateGithub
|
133818
|
+
* @param variables - variables without 'integrationId' to pass into the IssueImportCreateGithubMutation
|
132270
133819
|
* @returns parsed response from IssueImportCreateGithubMutation
|
132271
133820
|
*/
|
132272
|
-
fetch(
|
133821
|
+
fetch(integrationId, variables) {
|
132273
133822
|
return __awaiter(this, void 0, void 0, function* () {
|
132274
|
-
const response = yield this._request(IssueImportCreateGithubDocument, Object.assign({
|
132275
|
-
githubRepoOwner,
|
132276
|
-
githubToken }, variables));
|
133823
|
+
const response = yield this._request(IssueImportCreateGithubDocument, Object.assign({ integrationId }, variables));
|
132277
133824
|
const data = response.issueImportCreateGithub;
|
132278
133825
|
return new IssueImportPayload(this._request, data);
|
132279
133826
|
});
|
@@ -132476,13 +134023,12 @@ class CreateIssueRelationMutation extends Request {
|
|
132476
134023
|
* Call the CreateIssueRelation mutation and return a IssueRelationPayload
|
132477
134024
|
*
|
132478
134025
|
* @param input - required input to pass to createIssueRelation
|
134026
|
+
* @param variables - variables without 'input' to pass into the CreateIssueRelationMutation
|
132479
134027
|
* @returns parsed response from CreateIssueRelationMutation
|
132480
134028
|
*/
|
132481
|
-
fetch(input) {
|
134029
|
+
fetch(input, variables) {
|
132482
134030
|
return __awaiter(this, void 0, void 0, function* () {
|
132483
|
-
const response = yield this._request(CreateIssueRelationDocument, {
|
132484
|
-
input,
|
132485
|
-
});
|
134031
|
+
const response = yield this._request(CreateIssueRelationDocument, Object.assign({ input }, variables));
|
132486
134032
|
const data = response.issueRelationCreate;
|
132487
134033
|
return new IssueRelationPayload(this._request, data);
|
132488
134034
|
});
|
@@ -133292,24 +134838,24 @@ class UpdateOrganizationInviteMutation extends Request {
|
|
133292
134838
|
}
|
133293
134839
|
}
|
133294
134840
|
/**
|
133295
|
-
* A fetchable
|
134841
|
+
* A fetchable OrganizationStartTrial Mutation
|
133296
134842
|
*
|
133297
134843
|
* @param request - function to call the graphql client
|
133298
134844
|
*/
|
133299
|
-
class
|
134845
|
+
class OrganizationStartTrialMutation extends Request {
|
133300
134846
|
constructor(request) {
|
133301
134847
|
super(request);
|
133302
134848
|
}
|
133303
134849
|
/**
|
133304
|
-
* Call the
|
134850
|
+
* Call the OrganizationStartTrial mutation and return a OrganizationStartTrialPayload
|
133305
134851
|
*
|
133306
|
-
* @returns parsed response from
|
134852
|
+
* @returns parsed response from OrganizationStartTrialMutation
|
133307
134853
|
*/
|
133308
134854
|
fetch() {
|
133309
134855
|
return __awaiter(this, void 0, void 0, function* () {
|
133310
|
-
const response = yield this._request(
|
133311
|
-
const data = response.
|
133312
|
-
return new
|
134856
|
+
const response = yield this._request(OrganizationStartTrialDocument, {});
|
134857
|
+
const data = response.organizationStartTrial;
|
134858
|
+
return new OrganizationStartTrialPayload(this._request, data);
|
133313
134859
|
});
|
133314
134860
|
}
|
133315
134861
|
}
|
@@ -135566,6 +137112,33 @@ class CustomView_OrganizationViewPreferencesQuery extends Request {
|
|
135566
137112
|
});
|
135567
137113
|
}
|
135568
137114
|
}
|
137115
|
+
/**
|
137116
|
+
* A fetchable CustomView_Projects Query
|
137117
|
+
*
|
137118
|
+
* @param request - function to call the graphql client
|
137119
|
+
* @param id - required id to pass to customView
|
137120
|
+
* @param variables - variables without 'id' to pass into the CustomView_ProjectsQuery
|
137121
|
+
*/
|
137122
|
+
class CustomView_ProjectsQuery extends Request {
|
137123
|
+
constructor(request, id, variables) {
|
137124
|
+
super(request);
|
137125
|
+
this._id = id;
|
137126
|
+
this._variables = variables;
|
137127
|
+
}
|
137128
|
+
/**
|
137129
|
+
* Call the CustomView_Projects query and return a ProjectConnection
|
137130
|
+
*
|
137131
|
+
* @param variables - variables without 'id' to pass into the CustomView_ProjectsQuery
|
137132
|
+
* @returns parsed response from CustomView_ProjectsQuery
|
137133
|
+
*/
|
137134
|
+
fetch(variables) {
|
137135
|
+
return __awaiter(this, void 0, void 0, function* () {
|
137136
|
+
const response = yield this._request(CustomView_ProjectsDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
|
137137
|
+
const data = response.customView.projects;
|
137138
|
+
return new ProjectConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
|
137139
|
+
});
|
137140
|
+
}
|
137141
|
+
}
|
135569
137142
|
/**
|
135570
137143
|
* A fetchable CustomView_UserViewPreferences Query
|
135571
137144
|
*
|
@@ -137268,6 +138841,234 @@ class User_TeamsQuery extends Request {
|
|
137268
138841
|
});
|
137269
138842
|
}
|
137270
138843
|
}
|
138844
|
+
/**
|
138845
|
+
* A fetchable UserSettings_NotificationDeliveryPreferences Query
|
138846
|
+
*
|
138847
|
+
* @param request - function to call the graphql client
|
138848
|
+
*/
|
138849
|
+
class UserSettings_NotificationDeliveryPreferencesQuery extends Request {
|
138850
|
+
constructor(request) {
|
138851
|
+
super(request);
|
138852
|
+
}
|
138853
|
+
/**
|
138854
|
+
* Call the UserSettings_NotificationDeliveryPreferences query and return a NotificationDeliveryPreferences
|
138855
|
+
*
|
138856
|
+
* @returns parsed response from UserSettings_NotificationDeliveryPreferencesQuery
|
138857
|
+
*/
|
138858
|
+
fetch() {
|
138859
|
+
return __awaiter(this, void 0, void 0, function* () {
|
138860
|
+
const response = yield this._request(UserSettings_NotificationDeliveryPreferencesDocument, {});
|
138861
|
+
const data = response.userSettings.notificationDeliveryPreferences;
|
138862
|
+
return new NotificationDeliveryPreferences(this._request, data);
|
138863
|
+
});
|
138864
|
+
}
|
138865
|
+
}
|
138866
|
+
/**
|
138867
|
+
* A fetchable UserSettings_NotificationDeliveryPreferences_Mobile Query
|
138868
|
+
*
|
138869
|
+
* @param request - function to call the graphql client
|
138870
|
+
*/
|
138871
|
+
class UserSettings_NotificationDeliveryPreferences_MobileQuery extends Request {
|
138872
|
+
constructor(request) {
|
138873
|
+
super(request);
|
138874
|
+
}
|
138875
|
+
/**
|
138876
|
+
* Call the UserSettings_NotificationDeliveryPreferences_Mobile query and return a NotificationDeliveryPreferencesChannel
|
138877
|
+
*
|
138878
|
+
* @returns parsed response from UserSettings_NotificationDeliveryPreferences_MobileQuery
|
138879
|
+
*/
|
138880
|
+
fetch() {
|
138881
|
+
return __awaiter(this, void 0, void 0, function* () {
|
138882
|
+
const response = yield this._request(UserSettings_NotificationDeliveryPreferences_MobileDocument, {});
|
138883
|
+
const data = response.userSettings.notificationDeliveryPreferences.mobile;
|
138884
|
+
return data ? new NotificationDeliveryPreferencesChannel(this._request, data) : undefined;
|
138885
|
+
});
|
138886
|
+
}
|
138887
|
+
}
|
138888
|
+
/**
|
138889
|
+
* A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule Query
|
138890
|
+
*
|
138891
|
+
* @param request - function to call the graphql client
|
138892
|
+
*/
|
138893
|
+
class UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery extends Request {
|
138894
|
+
constructor(request) {
|
138895
|
+
super(request);
|
138896
|
+
}
|
138897
|
+
/**
|
138898
|
+
* Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule query and return a NotificationDeliveryPreferencesSchedule
|
138899
|
+
*
|
138900
|
+
* @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery
|
138901
|
+
*/
|
138902
|
+
fetch() {
|
138903
|
+
var _a;
|
138904
|
+
return __awaiter(this, void 0, void 0, function* () {
|
138905
|
+
const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleDocument, {});
|
138906
|
+
const data = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule;
|
138907
|
+
return data ? new NotificationDeliveryPreferencesSchedule(this._request, data) : undefined;
|
138908
|
+
});
|
138909
|
+
}
|
138910
|
+
}
|
138911
|
+
/**
|
138912
|
+
* A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Friday Query
|
138913
|
+
*
|
138914
|
+
* @param request - function to call the graphql client
|
138915
|
+
*/
|
138916
|
+
class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery extends Request {
|
138917
|
+
constructor(request) {
|
138918
|
+
super(request);
|
138919
|
+
}
|
138920
|
+
/**
|
138921
|
+
* Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Friday query and return a NotificationDeliveryPreferencesDay
|
138922
|
+
*
|
138923
|
+
* @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery
|
138924
|
+
*/
|
138925
|
+
fetch() {
|
138926
|
+
var _a, _b;
|
138927
|
+
return __awaiter(this, void 0, void 0, function* () {
|
138928
|
+
const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayDocument, {});
|
138929
|
+
const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.friday;
|
138930
|
+
return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
|
138931
|
+
});
|
138932
|
+
}
|
138933
|
+
}
|
138934
|
+
/**
|
138935
|
+
* A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Monday Query
|
138936
|
+
*
|
138937
|
+
* @param request - function to call the graphql client
|
138938
|
+
*/
|
138939
|
+
class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery extends Request {
|
138940
|
+
constructor(request) {
|
138941
|
+
super(request);
|
138942
|
+
}
|
138943
|
+
/**
|
138944
|
+
* Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Monday query and return a NotificationDeliveryPreferencesDay
|
138945
|
+
*
|
138946
|
+
* @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery
|
138947
|
+
*/
|
138948
|
+
fetch() {
|
138949
|
+
var _a, _b;
|
138950
|
+
return __awaiter(this, void 0, void 0, function* () {
|
138951
|
+
const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayDocument, {});
|
138952
|
+
const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.monday;
|
138953
|
+
return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
|
138954
|
+
});
|
138955
|
+
}
|
138956
|
+
}
|
138957
|
+
/**
|
138958
|
+
* A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Saturday Query
|
138959
|
+
*
|
138960
|
+
* @param request - function to call the graphql client
|
138961
|
+
*/
|
138962
|
+
class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery extends Request {
|
138963
|
+
constructor(request) {
|
138964
|
+
super(request);
|
138965
|
+
}
|
138966
|
+
/**
|
138967
|
+
* Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Saturday query and return a NotificationDeliveryPreferencesDay
|
138968
|
+
*
|
138969
|
+
* @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery
|
138970
|
+
*/
|
138971
|
+
fetch() {
|
138972
|
+
var _a, _b;
|
138973
|
+
return __awaiter(this, void 0, void 0, function* () {
|
138974
|
+
const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayDocument, {});
|
138975
|
+
const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.saturday;
|
138976
|
+
return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
|
138977
|
+
});
|
138978
|
+
}
|
138979
|
+
}
|
138980
|
+
/**
|
138981
|
+
* A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Sunday Query
|
138982
|
+
*
|
138983
|
+
* @param request - function to call the graphql client
|
138984
|
+
*/
|
138985
|
+
class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery extends Request {
|
138986
|
+
constructor(request) {
|
138987
|
+
super(request);
|
138988
|
+
}
|
138989
|
+
/**
|
138990
|
+
* Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Sunday query and return a NotificationDeliveryPreferencesDay
|
138991
|
+
*
|
138992
|
+
* @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery
|
138993
|
+
*/
|
138994
|
+
fetch() {
|
138995
|
+
var _a, _b;
|
138996
|
+
return __awaiter(this, void 0, void 0, function* () {
|
138997
|
+
const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayDocument, {});
|
138998
|
+
const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.sunday;
|
138999
|
+
return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
|
139000
|
+
});
|
139001
|
+
}
|
139002
|
+
}
|
139003
|
+
/**
|
139004
|
+
* A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Thursday Query
|
139005
|
+
*
|
139006
|
+
* @param request - function to call the graphql client
|
139007
|
+
*/
|
139008
|
+
class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery extends Request {
|
139009
|
+
constructor(request) {
|
139010
|
+
super(request);
|
139011
|
+
}
|
139012
|
+
/**
|
139013
|
+
* Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Thursday query and return a NotificationDeliveryPreferencesDay
|
139014
|
+
*
|
139015
|
+
* @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery
|
139016
|
+
*/
|
139017
|
+
fetch() {
|
139018
|
+
var _a, _b;
|
139019
|
+
return __awaiter(this, void 0, void 0, function* () {
|
139020
|
+
const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayDocument, {});
|
139021
|
+
const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.thursday;
|
139022
|
+
return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
|
139023
|
+
});
|
139024
|
+
}
|
139025
|
+
}
|
139026
|
+
/**
|
139027
|
+
* A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Tuesday Query
|
139028
|
+
*
|
139029
|
+
* @param request - function to call the graphql client
|
139030
|
+
*/
|
139031
|
+
class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery extends Request {
|
139032
|
+
constructor(request) {
|
139033
|
+
super(request);
|
139034
|
+
}
|
139035
|
+
/**
|
139036
|
+
* Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Tuesday query and return a NotificationDeliveryPreferencesDay
|
139037
|
+
*
|
139038
|
+
* @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery
|
139039
|
+
*/
|
139040
|
+
fetch() {
|
139041
|
+
var _a, _b;
|
139042
|
+
return __awaiter(this, void 0, void 0, function* () {
|
139043
|
+
const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayDocument, {});
|
139044
|
+
const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.tuesday;
|
139045
|
+
return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
|
139046
|
+
});
|
139047
|
+
}
|
139048
|
+
}
|
139049
|
+
/**
|
139050
|
+
* A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Wednesday Query
|
139051
|
+
*
|
139052
|
+
* @param request - function to call the graphql client
|
139053
|
+
*/
|
139054
|
+
class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery extends Request {
|
139055
|
+
constructor(request) {
|
139056
|
+
super(request);
|
139057
|
+
}
|
139058
|
+
/**
|
139059
|
+
* Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Wednesday query and return a NotificationDeliveryPreferencesDay
|
139060
|
+
*
|
139061
|
+
* @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery
|
139062
|
+
*/
|
139063
|
+
fetch() {
|
139064
|
+
var _a, _b;
|
139065
|
+
return __awaiter(this, void 0, void 0, function* () {
|
139066
|
+
const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayDocument, {});
|
139067
|
+
const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.wednesday;
|
139068
|
+
return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
|
139069
|
+
});
|
139070
|
+
}
|
139071
|
+
}
|
137271
139072
|
/**
|
137272
139073
|
* A fetchable Viewer_AssignedIssues Query
|
137273
139074
|
*
|
@@ -137772,13 +139573,13 @@ class LinearSdk extends Request {
|
|
137772
139573
|
return new IssueImportCheckCsvQuery(this._request).fetch(csvUrl, service);
|
137773
139574
|
}
|
137774
139575
|
/**
|
137775
|
-
*
|
139576
|
+
* Checks whether it will be possible to setup sync for this project or repository at the end of import
|
137776
139577
|
*
|
137777
|
-
* @param
|
137778
|
-
* @returns
|
139578
|
+
* @param issueImportId - required issueImportId to pass to issueImportCheckSync
|
139579
|
+
* @returns IssueImportSyncCheckPayload
|
137779
139580
|
*/
|
137780
|
-
|
137781
|
-
return new
|
139581
|
+
issueImportCheckSync(issueImportId) {
|
139582
|
+
return new IssueImportCheckSyncQuery(this._request).fetch(issueImportId);
|
137782
139583
|
}
|
137783
139584
|
/**
|
137784
139585
|
* One specific label.
|
@@ -138309,24 +140110,6 @@ class LinearSdk extends Request {
|
|
138309
140110
|
airbyteIntegrationConnect(input) {
|
138310
140111
|
return new AirbyteIntegrationConnectMutation(this._request).fetch(input);
|
138311
140112
|
}
|
138312
|
-
/**
|
138313
|
-
* Creates a new API key.
|
138314
|
-
*
|
138315
|
-
* @param input - required input to pass to createApiKey
|
138316
|
-
* @returns ApiKeyPayload
|
138317
|
-
*/
|
138318
|
-
createApiKey(input) {
|
138319
|
-
return new CreateApiKeyMutation(this._request).fetch(input);
|
138320
|
-
}
|
138321
|
-
/**
|
138322
|
-
* Deletes an API key.
|
138323
|
-
*
|
138324
|
-
* @param id - required id to pass to deleteApiKey
|
138325
|
-
* @returns DeletePayload
|
138326
|
-
*/
|
138327
|
-
deleteApiKey(id) {
|
138328
|
-
return new DeleteApiKeyMutation(this._request).fetch(id);
|
138329
|
-
}
|
138330
140113
|
/**
|
138331
140114
|
* [DEPRECATED] Archives an issue attachment.
|
138332
140115
|
*
|
@@ -138467,6 +140250,15 @@ class LinearSdk extends Request {
|
|
138467
140250
|
attachmentLinkZendesk(issueId, ticketId, variables) {
|
138468
140251
|
return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId, variables);
|
138469
140252
|
}
|
140253
|
+
/**
|
140254
|
+
* Begin syncing the thread for an existing Slack message attachment with a comment thread on its issue.
|
140255
|
+
*
|
140256
|
+
* @param id - required id to pass to attachmentSyncToSlack
|
140257
|
+
* @returns AttachmentPayload
|
140258
|
+
*/
|
140259
|
+
attachmentSyncToSlack(id) {
|
140260
|
+
return new AttachmentSyncToSlackMutation(this._request).fetch(id);
|
140261
|
+
}
|
138470
140262
|
/**
|
138471
140263
|
* Updates an existing issue attachment.
|
138472
140264
|
*
|
@@ -138673,16 +140465,6 @@ class LinearSdk extends Request {
|
|
138673
140465
|
deleteDocument(id) {
|
138674
140466
|
return new DeleteDocumentMutation(this._request).fetch(id);
|
138675
140467
|
}
|
138676
|
-
/**
|
138677
|
-
* Adds a document reminder. Will cause a notification to be sent when the issue reminder time is reached.
|
138678
|
-
*
|
138679
|
-
* @param id - required id to pass to documentReminder
|
138680
|
-
* @param reminderAt - required reminderAt to pass to documentReminder
|
138681
|
-
* @returns DocumentPayload
|
138682
|
-
*/
|
138683
|
-
documentReminder(id, reminderAt) {
|
138684
|
-
return new DocumentReminderMutation(this._request).fetch(id, reminderAt);
|
138685
|
-
}
|
138686
140468
|
/**
|
138687
140469
|
* Updates a document.
|
138688
140470
|
*
|
@@ -139013,6 +140795,15 @@ class LinearSdk extends Request {
|
|
139013
140795
|
integrationGithubConnect(installationId) {
|
139014
140796
|
return new IntegrationGithubConnectMutation(this._request).fetch(installationId);
|
139015
140797
|
}
|
140798
|
+
/**
|
140799
|
+
* Connects the organization with the GitHub Import App.
|
140800
|
+
*
|
140801
|
+
* @param installationId - required installationId to pass to integrationGithubImportConnect
|
140802
|
+
* @returns IntegrationPayload
|
140803
|
+
*/
|
140804
|
+
integrationGithubImportConnect(installationId) {
|
140805
|
+
return new IntegrationGithubImportConnectMutation(this._request).fetch(installationId);
|
140806
|
+
}
|
139016
140807
|
/**
|
139017
140808
|
* Connects the organization with a GitLab Access Token.
|
139018
140809
|
*
|
@@ -139118,6 +140909,17 @@ class LinearSdk extends Request {
|
|
139118
140909
|
integrationSlackAsks(code, redirectUri) {
|
139119
140910
|
return new IntegrationSlackAsksMutation(this._request).fetch(code, redirectUri);
|
139120
140911
|
}
|
140912
|
+
/**
|
140913
|
+
* Slack integration for custom view notifications.
|
140914
|
+
*
|
140915
|
+
* @param code - required code to pass to integrationSlackCustomViewNotifications
|
140916
|
+
* @param customViewId - required customViewId to pass to integrationSlackCustomViewNotifications
|
140917
|
+
* @param redirectUri - required redirectUri to pass to integrationSlackCustomViewNotifications
|
140918
|
+
* @returns SlackChannelConnectPayload
|
140919
|
+
*/
|
140920
|
+
integrationSlackCustomViewNotifications(code, customViewId, redirectUri) {
|
140921
|
+
return new IntegrationSlackCustomViewNotificationsMutation(this._request).fetch(code, customViewId, redirectUri);
|
140922
|
+
}
|
139121
140923
|
/**
|
139122
140924
|
* Imports custom emojis from your Slack workspace.
|
139123
140925
|
*
|
@@ -139314,14 +141116,12 @@ class LinearSdk extends Request {
|
|
139314
141116
|
/**
|
139315
141117
|
* Kicks off a GitHub import job.
|
139316
141118
|
*
|
139317
|
-
* @param
|
139318
|
-
* @param
|
139319
|
-
* @param githubToken - required githubToken to pass to issueImportCreateGithub
|
139320
|
-
* @param variables - variables without 'githubRepoName', 'githubRepoOwner', 'githubToken' to pass into the IssueImportCreateGithubMutation
|
141119
|
+
* @param integrationId - required integrationId to pass to issueImportCreateGithub
|
141120
|
+
* @param variables - variables without 'integrationId' to pass into the IssueImportCreateGithubMutation
|
139321
141121
|
* @returns IssueImportPayload
|
139322
141122
|
*/
|
139323
|
-
issueImportCreateGithub(
|
139324
|
-
return new IssueImportCreateGithubMutation(this._request).fetch(
|
141123
|
+
issueImportCreateGithub(integrationId, variables) {
|
141124
|
+
return new IssueImportCreateGithubMutation(this._request).fetch(integrationId, variables);
|
139325
141125
|
}
|
139326
141126
|
/**
|
139327
141127
|
* Kicks off a Jira import job.
|
@@ -139399,10 +141199,11 @@ class LinearSdk extends Request {
|
|
139399
141199
|
* Creates a new issue relation.
|
139400
141200
|
*
|
139401
141201
|
* @param input - required input to pass to createIssueRelation
|
141202
|
+
* @param variables - variables without 'input' to pass into the CreateIssueRelationMutation
|
139402
141203
|
* @returns IssueRelationPayload
|
139403
141204
|
*/
|
139404
|
-
createIssueRelation(input) {
|
139405
|
-
return new CreateIssueRelationMutation(this._request).fetch(input);
|
141205
|
+
createIssueRelation(input, variables) {
|
141206
|
+
return new CreateIssueRelationMutation(this._request).fetch(input, variables);
|
139406
141207
|
}
|
139407
141208
|
/**
|
139408
141209
|
* Deletes an issue relation.
|
@@ -139700,12 +141501,12 @@ class LinearSdk extends Request {
|
|
139700
141501
|
return new UpdateOrganizationInviteMutation(this._request).fetch(id, input);
|
139701
141502
|
}
|
139702
141503
|
/**
|
139703
|
-
* Starts a
|
141504
|
+
* Starts a trial for the organization. Administrator privileges required.
|
139704
141505
|
*
|
139705
|
-
* @returns
|
141506
|
+
* @returns OrganizationStartTrialPayload
|
139706
141507
|
*/
|
139707
|
-
get
|
139708
|
-
return new
|
141508
|
+
get organizationStartTrial() {
|
141509
|
+
return new OrganizationStartTrialMutation(this._request).fetch();
|
139709
141510
|
}
|
139710
141511
|
/**
|
139711
141512
|
* Updates the user's organization.
|
@@ -140525,6 +142326,7 @@ exports.AttachmentLinkZendeskMutation = AttachmentLinkZendeskMutation;
|
|
140525
142326
|
exports.AttachmentPayload = AttachmentPayload;
|
140526
142327
|
exports.AttachmentQuery = AttachmentQuery;
|
140527
142328
|
exports.AttachmentSourcesPayload = AttachmentSourcesPayload;
|
142329
|
+
exports.AttachmentSyncToSlackMutation = AttachmentSyncToSlackMutation;
|
140528
142330
|
exports.AttachmentsForUrlQuery = AttachmentsForUrlQuery;
|
140529
142331
|
exports.AttachmentsQuery = AttachmentsQuery;
|
140530
142332
|
exports.AuditEntriesQuery = AuditEntriesQuery;
|
@@ -140569,7 +142371,6 @@ exports.Company = Company;
|
|
140569
142371
|
exports.CompanyConnection = CompanyConnection;
|
140570
142372
|
exports.Connection = Connection;
|
140571
142373
|
exports.ContactPayload = ContactPayload;
|
140572
|
-
exports.CreateApiKeyMutation = CreateApiKeyMutation;
|
140573
142374
|
exports.CreateAttachmentMutation = CreateAttachmentMutation;
|
140574
142375
|
exports.CreateCommentMutation = CreateCommentMutation;
|
140575
142376
|
exports.CreateContactMutation = CreateContactMutation;
|
@@ -140624,6 +142425,7 @@ exports.CustomViewSuggestionPayload = CustomViewSuggestionPayload;
|
|
140624
142425
|
exports.CustomView_IssuesQuery = CustomView_IssuesQuery;
|
140625
142426
|
exports.CustomView_OrganizationViewPreferencesQuery = CustomView_OrganizationViewPreferencesQuery;
|
140626
142427
|
exports.CustomView_OrganizationViewPreferences_PreferencesQuery = CustomView_OrganizationViewPreferences_PreferencesQuery;
|
142428
|
+
exports.CustomView_ProjectsQuery = CustomView_ProjectsQuery;
|
140627
142429
|
exports.CustomView_UserViewPreferencesQuery = CustomView_UserViewPreferencesQuery;
|
140628
142430
|
exports.CustomView_UserViewPreferences_PreferencesQuery = CustomView_UserViewPreferences_PreferencesQuery;
|
140629
142431
|
exports.CustomView_ViewPreferencesValuesQuery = CustomView_ViewPreferencesValuesQuery;
|
@@ -140638,7 +142440,6 @@ exports.CycleShiftAllMutation = CycleShiftAllMutation;
|
|
140638
142440
|
exports.Cycle_IssuesQuery = Cycle_IssuesQuery;
|
140639
142441
|
exports.Cycle_UncompletedIssuesUponCloseQuery = Cycle_UncompletedIssuesUponCloseQuery;
|
140640
142442
|
exports.CyclesQuery = CyclesQuery;
|
140641
|
-
exports.DeleteApiKeyMutation = DeleteApiKeyMutation;
|
140642
142443
|
exports.DeleteAttachmentMutation = DeleteAttachmentMutation;
|
140643
142444
|
exports.DeleteCommentMutation = DeleteCommentMutation;
|
140644
142445
|
exports.DeleteCustomViewMutation = DeleteCustomViewMutation;
|
@@ -140694,7 +142495,6 @@ exports.DocumentContentHistoryType = DocumentContentHistoryType;
|
|
140694
142495
|
exports.DocumentNotification = DocumentNotification;
|
140695
142496
|
exports.DocumentPayload = DocumentPayload;
|
140696
142497
|
exports.DocumentQuery = DocumentQuery;
|
140697
|
-
exports.DocumentReminderMutation = DocumentReminderMutation;
|
140698
142498
|
exports.DocumentSearchPayload = DocumentSearchPayload;
|
140699
142499
|
exports.DocumentSearchResult = DocumentSearchResult;
|
140700
142500
|
exports.DocumentSearchResultConnection = DocumentSearchResultConnection;
|
@@ -140721,6 +142521,8 @@ exports.ExternalUser = ExternalUser;
|
|
140721
142521
|
exports.ExternalUserConnection = ExternalUserConnection;
|
140722
142522
|
exports.ExternalUserQuery = ExternalUserQuery;
|
140723
142523
|
exports.ExternalUsersQuery = ExternalUsersQuery;
|
142524
|
+
exports.Facet = Facet;
|
142525
|
+
exports.FacetConnection = FacetConnection;
|
140724
142526
|
exports.Favorite = Favorite;
|
140725
142527
|
exports.FavoriteConnection = FavoriteConnection;
|
140726
142528
|
exports.FavoritePayload = FavoritePayload;
|
@@ -140738,13 +142540,11 @@ exports.GitAutomationStatePayload = GitAutomationStatePayload;
|
|
140738
142540
|
exports.GitAutomationTargetBranch = GitAutomationTargetBranch;
|
140739
142541
|
exports.GitAutomationTargetBranchPayload = GitAutomationTargetBranchPayload;
|
140740
142542
|
exports.GitHubCommitIntegrationPayload = GitHubCommitIntegrationPayload;
|
142543
|
+
exports.GitHubImportSettings = GitHubImportSettings;
|
140741
142544
|
exports.GitHubPersonalSettings = GitHubPersonalSettings;
|
140742
142545
|
exports.GitHubRepo = GitHubRepo;
|
140743
142546
|
exports.GitHubSettings = GitHubSettings;
|
140744
142547
|
exports.GitLabSettings = GitLabSettings;
|
140745
|
-
exports.GithubOAuthTokenPayload = GithubOAuthTokenPayload;
|
140746
|
-
exports.GithubOrg = GithubOrg;
|
140747
|
-
exports.GithubRepo = GithubRepo;
|
140748
142548
|
exports.GoogleSheetsSettings = GoogleSheetsSettings;
|
140749
142549
|
exports.GoogleUserAccountAuthMutation = GoogleUserAccountAuthMutation;
|
140750
142550
|
exports.GraphQLClientError = GraphQLClientError;
|
@@ -140753,6 +142553,7 @@ exports.ImageUploadFromUrlMutation = ImageUploadFromUrlMutation;
|
|
140753
142553
|
exports.ImageUploadFromUrlPayload = ImageUploadFromUrlPayload;
|
140754
142554
|
exports.ImportFileUploadMutation = ImportFileUploadMutation;
|
140755
142555
|
exports.InitiativeArchivePayload = InitiativeArchivePayload;
|
142556
|
+
exports.InitiativeNotification = InitiativeNotification;
|
140756
142557
|
exports.Integration = Integration;
|
140757
142558
|
exports.IntegrationAsksConnectChannelMutation = IntegrationAsksConnectChannelMutation;
|
140758
142559
|
exports.IntegrationConnection = IntegrationConnection;
|
@@ -140761,6 +142562,7 @@ exports.IntegrationFigmaMutation = IntegrationFigmaMutation;
|
|
140761
142562
|
exports.IntegrationFrontMutation = IntegrationFrontMutation;
|
140762
142563
|
exports.IntegrationGitHubPersonalMutation = IntegrationGitHubPersonalMutation;
|
140763
142564
|
exports.IntegrationGithubConnectMutation = IntegrationGithubConnectMutation;
|
142565
|
+
exports.IntegrationGithubImportConnectMutation = IntegrationGithubImportConnectMutation;
|
140764
142566
|
exports.IntegrationGitlabConnectMutation = IntegrationGitlabConnectMutation;
|
140765
142567
|
exports.IntegrationGoogleSheetsMutation = IntegrationGoogleSheetsMutation;
|
140766
142568
|
exports.IntegrationHasScopesPayload = IntegrationHasScopesPayload;
|
@@ -140775,6 +142577,7 @@ exports.IntegrationRequestPayload = IntegrationRequestPayload;
|
|
140775
142577
|
exports.IntegrationSentryConnectMutation = IntegrationSentryConnectMutation;
|
140776
142578
|
exports.IntegrationSettings = IntegrationSettings;
|
140777
142579
|
exports.IntegrationSlackAsksMutation = IntegrationSlackAsksMutation;
|
142580
|
+
exports.IntegrationSlackCustomViewNotificationsMutation = IntegrationSlackCustomViewNotificationsMutation;
|
140778
142581
|
exports.IntegrationSlackImportEmojisMutation = IntegrationSlackImportEmojisMutation;
|
140779
142582
|
exports.IntegrationSlackMutation = IntegrationSlackMutation;
|
140780
142583
|
exports.IntegrationSlackOrgProjectUpdatesPostMutation = IntegrationSlackOrgProjectUpdatesPostMutation;
|
@@ -140809,15 +142612,16 @@ exports.IssueHistoryConnection = IssueHistoryConnection;
|
|
140809
142612
|
exports.IssueImport = IssueImport;
|
140810
142613
|
exports.IssueImportCheckCsvQuery = IssueImportCheckCsvQuery;
|
140811
142614
|
exports.IssueImportCheckPayload = IssueImportCheckPayload;
|
142615
|
+
exports.IssueImportCheckSyncQuery = IssueImportCheckSyncQuery;
|
140812
142616
|
exports.IssueImportCreateAsanaMutation = IssueImportCreateAsanaMutation;
|
140813
142617
|
exports.IssueImportCreateClubhouseMutation = IssueImportCreateClubhouseMutation;
|
140814
142618
|
exports.IssueImportCreateCsvJiraMutation = IssueImportCreateCsvJiraMutation;
|
140815
142619
|
exports.IssueImportCreateGithubMutation = IssueImportCreateGithubMutation;
|
140816
142620
|
exports.IssueImportCreateJiraMutation = IssueImportCreateJiraMutation;
|
140817
142621
|
exports.IssueImportDeletePayload = IssueImportDeletePayload;
|
140818
|
-
exports.IssueImportFinishGithubOAuthQuery = IssueImportFinishGithubOAuthQuery;
|
140819
142622
|
exports.IssueImportPayload = IssueImportPayload;
|
140820
142623
|
exports.IssueImportProcessMutation = IssueImportProcessMutation;
|
142624
|
+
exports.IssueImportSyncCheckPayload = IssueImportSyncCheckPayload;
|
140821
142625
|
exports.IssueLabel = IssueLabel;
|
140822
142626
|
exports.IssueLabelConnection = IssueLabelConnection;
|
140823
142627
|
exports.IssueLabelPayload = IssueLabelPayload;
|
@@ -140894,6 +142698,10 @@ exports.NotificationArchiveAllMutation = NotificationArchiveAllMutation;
|
|
140894
142698
|
exports.NotificationArchivePayload = NotificationArchivePayload;
|
140895
142699
|
exports.NotificationBatchActionPayload = NotificationBatchActionPayload;
|
140896
142700
|
exports.NotificationConnection = NotificationConnection;
|
142701
|
+
exports.NotificationDeliveryPreferences = NotificationDeliveryPreferences;
|
142702
|
+
exports.NotificationDeliveryPreferencesChannel = NotificationDeliveryPreferencesChannel;
|
142703
|
+
exports.NotificationDeliveryPreferencesDay = NotificationDeliveryPreferencesDay;
|
142704
|
+
exports.NotificationDeliveryPreferencesSchedule = NotificationDeliveryPreferencesSchedule;
|
140897
142705
|
exports.NotificationMarkReadAllMutation = NotificationMarkReadAllMutation;
|
140898
142706
|
exports.NotificationMarkUnreadAllMutation = NotificationMarkUnreadAllMutation;
|
140899
142707
|
exports.NotificationPayload = NotificationPayload;
|
@@ -140928,11 +142736,12 @@ exports.OrganizationInviteLinkDetailsPayload = OrganizationInviteLinkDetailsPayl
|
|
140928
142736
|
exports.OrganizationInvitePayload = OrganizationInvitePayload;
|
140929
142737
|
exports.OrganizationInviteQuery = OrganizationInviteQuery;
|
140930
142738
|
exports.OrganizationInvitesQuery = OrganizationInvitesQuery;
|
142739
|
+
exports.OrganizationMeta = OrganizationMeta;
|
140931
142740
|
exports.OrganizationPayload = OrganizationPayload;
|
140932
142741
|
exports.OrganizationQuery = OrganizationQuery;
|
140933
142742
|
exports.OrganizationRegionResponse = OrganizationRegionResponse;
|
140934
|
-
exports.
|
140935
|
-
exports.
|
142743
|
+
exports.OrganizationStartTrialMutation = OrganizationStartTrialMutation;
|
142744
|
+
exports.OrganizationStartTrialPayload = OrganizationStartTrialPayload;
|
140936
142745
|
exports.Organization_IntegrationsQuery = Organization_IntegrationsQuery;
|
140937
142746
|
exports.Organization_LabelsQuery = Organization_LabelsQuery;
|
140938
142747
|
exports.Organization_SubscriptionQuery = Organization_SubscriptionQuery;
|
@@ -140943,9 +142752,12 @@ exports.OtherLinearError = OtherLinearError;
|
|
140943
142752
|
exports.PageInfo = PageInfo;
|
140944
142753
|
exports.PagerDutySettings = PagerDutySettings;
|
140945
142754
|
exports.PaidSubscription = PaidSubscription;
|
142755
|
+
exports.Passkey = Passkey;
|
142756
|
+
exports.PasskeyLoginStartResponse = PasskeyLoginStartResponse;
|
140946
142757
|
exports.Project = Project;
|
140947
142758
|
exports.ProjectArchivePayload = ProjectArchivePayload;
|
140948
142759
|
exports.ProjectConnection = ProjectConnection;
|
142760
|
+
exports.ProjectDetailSuggestionPayload = ProjectDetailSuggestionPayload;
|
140949
142761
|
exports.ProjectFilterSuggestionPayload = ProjectFilterSuggestionPayload;
|
140950
142762
|
exports.ProjectFilterSuggestionQuery = ProjectFilterSuggestionQuery;
|
140951
142763
|
exports.ProjectLink = ProjectLink;
|
@@ -141041,6 +142853,7 @@ exports.SlackPostSettings = SlackPostSettings;
|
|
141041
142853
|
exports.SlackSettings = SlackSettings;
|
141042
142854
|
exports.SsoUrlFromEmailQuery = SsoUrlFromEmailQuery;
|
141043
142855
|
exports.SsoUrlFromEmailResponse = SsoUrlFromEmailResponse;
|
142856
|
+
exports.SuccessPayload = SuccessPayload;
|
141044
142857
|
exports.SummaryPayload = SummaryPayload;
|
141045
142858
|
exports.SuspendUserMutation = SuspendUserMutation;
|
141046
142859
|
exports.SynchronizedPayload = SynchronizedPayload;
|
@@ -141073,6 +142886,7 @@ exports.TemplatePayload = TemplatePayload;
|
|
141073
142886
|
exports.TemplateQuery = TemplateQuery;
|
141074
142887
|
exports.TemplatesForIntegrationQuery = TemplatesForIntegrationQuery;
|
141075
142888
|
exports.TemplatesQuery = TemplatesQuery;
|
142889
|
+
exports.TextDraft = TextDraft;
|
141076
142890
|
exports.TimeSchedule = TimeSchedule;
|
141077
142891
|
exports.TimeScheduleConnection = TimeScheduleConnection;
|
141078
142892
|
exports.TimeScheduleEntry = TimeScheduleEntry;
|
@@ -141159,6 +142973,16 @@ exports.UserSettingsFlagsResetMutation = UserSettingsFlagsResetMutation;
|
|
141159
142973
|
exports.UserSettingsFlagsResetPayload = UserSettingsFlagsResetPayload;
|
141160
142974
|
exports.UserSettingsPayload = UserSettingsPayload;
|
141161
142975
|
exports.UserSettingsQuery = UserSettingsQuery;
|
142976
|
+
exports.UserSettings_NotificationDeliveryPreferencesQuery = UserSettings_NotificationDeliveryPreferencesQuery;
|
142977
|
+
exports.UserSettings_NotificationDeliveryPreferences_MobileQuery = UserSettings_NotificationDeliveryPreferences_MobileQuery;
|
142978
|
+
exports.UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery = UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery;
|
142979
|
+
exports.UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery = UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery;
|
142980
|
+
exports.UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery = UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery;
|
142981
|
+
exports.UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery = UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery;
|
142982
|
+
exports.UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery = UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery;
|
142983
|
+
exports.UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery = UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery;
|
142984
|
+
exports.UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery = UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery;
|
142985
|
+
exports.UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery = UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery;
|
141162
142986
|
exports.User_AssignedIssuesQuery = User_AssignedIssuesQuery;
|
141163
142987
|
exports.User_CreatedIssuesQuery = User_CreatedIssuesQuery;
|
141164
142988
|
exports.User_TeamMembershipsQuery = User_TeamMembershipsQuery;
|