@linear/sdk 22.0.0 → 23.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 +605 -142
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +256 -67
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +856 -277
- 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 +848 -276
- 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 +857 -278
- 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-es.js
CHANGED
@@ -83425,6 +83425,18 @@ var Day;
|
|
83425
83425
|
Day["Tuesday"] = "Tuesday";
|
83426
83426
|
Day["Wednesday"] = "Wednesday";
|
83427
83427
|
})(Day || (Day = {}));
|
83428
|
+
var FacetPageSource;
|
83429
|
+
(function (FacetPageSource) {
|
83430
|
+
FacetPageSource["Projects"] = "projects";
|
83431
|
+
})(FacetPageSource || (FacetPageSource = {}));
|
83432
|
+
/** The type of a feature flag rollout stage. */
|
83433
|
+
var FeatureFlagRolloutStageType;
|
83434
|
+
(function (FeatureFlagRolloutStageType) {
|
83435
|
+
FeatureFlagRolloutStageType["Dev"] = "dev";
|
83436
|
+
FeatureFlagRolloutStageType["Full"] = "full";
|
83437
|
+
FeatureFlagRolloutStageType["Internal"] = "internal";
|
83438
|
+
FeatureFlagRolloutStageType["Partial"] = "partial";
|
83439
|
+
})(FeatureFlagRolloutStageType || (FeatureFlagRolloutStageType = {}));
|
83428
83440
|
/** The various states of a pull/merge request. */
|
83429
83441
|
var GitAutomationStates;
|
83430
83442
|
(function (GitAutomationStates) {
|
@@ -83464,6 +83476,7 @@ var IntegrationService;
|
|
83464
83476
|
IntegrationService["Intercom"] = "intercom";
|
83465
83477
|
IntegrationService["Jira"] = "jira";
|
83466
83478
|
IntegrationService["JiraPersonal"] = "jiraPersonal";
|
83479
|
+
IntegrationService["LaunchDarkly"] = "launchDarkly";
|
83467
83480
|
IntegrationService["Loom"] = "loom";
|
83468
83481
|
IntegrationService["Notion"] = "notion";
|
83469
83482
|
IntegrationService["Opsgenie"] = "opsgenie";
|
@@ -83537,7 +83550,6 @@ var ProjectStatusType;
|
|
83537
83550
|
/** Different tabs available inside a project. */
|
83538
83551
|
var ProjectTab;
|
83539
83552
|
(function (ProjectTab) {
|
83540
|
-
ProjectTab["Activity"] = "activity";
|
83541
83553
|
ProjectTab["Documents"] = "documents";
|
83542
83554
|
ProjectTab["Issues"] = "issues";
|
83543
83555
|
})(ProjectTab || (ProjectTab = {}));
|
@@ -83593,7 +83605,6 @@ var SlaStatus;
|
|
83593
83605
|
SlaStatus["HighRisk"] = "HighRisk";
|
83594
83606
|
SlaStatus["LowRisk"] = "LowRisk";
|
83595
83607
|
SlaStatus["MediumRisk"] = "MediumRisk";
|
83596
|
-
SlaStatus["Paused"] = "Paused";
|
83597
83608
|
})(SlaStatus || (SlaStatus = {}));
|
83598
83609
|
var SlackChannelType;
|
83599
83610
|
(function (SlackChannelType) {
|
@@ -83692,12 +83703,11 @@ var ViewType;
|
|
83692
83703
|
ViewType["CustomRoadmap"] = "customRoadmap";
|
83693
83704
|
ViewType["CustomView"] = "customView";
|
83694
83705
|
ViewType["CustomViews"] = "customViews";
|
83695
|
-
ViewType["CustomViewsPersonal"] = "customViewsPersonal";
|
83696
83706
|
ViewType["Cycle"] = "cycle";
|
83697
83707
|
ViewType["Inbox"] = "inbox";
|
83698
83708
|
ViewType["Initiative"] = "initiative";
|
83709
|
+
ViewType["InitiativeOverview"] = "initiativeOverview";
|
83699
83710
|
ViewType["Initiatives"] = "initiatives";
|
83700
|
-
ViewType["InitiativesAll"] = "initiativesAll";
|
83701
83711
|
ViewType["InitiativesCompleted"] = "initiativesCompleted";
|
83702
83712
|
ViewType["InitiativesPlanned"] = "initiativesPlanned";
|
83703
83713
|
ViewType["IssueIdentifiers"] = "issueIdentifiers";
|
@@ -84080,6 +84090,32 @@ const DeletePayloadFragmentDoc = {
|
|
84080
84090
|
},
|
84081
84091
|
],
|
84082
84092
|
};
|
84093
|
+
const DocumentArchivePayloadFragmentDoc = {
|
84094
|
+
kind: "Document",
|
84095
|
+
definitions: [
|
84096
|
+
{
|
84097
|
+
kind: "FragmentDefinition",
|
84098
|
+
name: { kind: "Name", value: "DocumentArchivePayload" },
|
84099
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentArchivePayload" } },
|
84100
|
+
selectionSet: {
|
84101
|
+
kind: "SelectionSet",
|
84102
|
+
selections: [
|
84103
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
84104
|
+
{
|
84105
|
+
kind: "Field",
|
84106
|
+
name: { kind: "Name", value: "entity" },
|
84107
|
+
selectionSet: {
|
84108
|
+
kind: "SelectionSet",
|
84109
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84110
|
+
},
|
84111
|
+
},
|
84112
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
84113
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
84114
|
+
],
|
84115
|
+
},
|
84116
|
+
},
|
84117
|
+
],
|
84118
|
+
};
|
84083
84119
|
const InitiativeArchivePayloadFragmentDoc = {
|
84084
84120
|
kind: "Document",
|
84085
84121
|
definitions: [
|
@@ -84860,6 +84896,14 @@ const ArchivePayloadFragmentDoc = {
|
|
84860
84896
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
|
84861
84897
|
},
|
84862
84898
|
},
|
84899
|
+
{
|
84900
|
+
kind: "InlineFragment",
|
84901
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentArchivePayload" } },
|
84902
|
+
selectionSet: {
|
84903
|
+
kind: "SelectionSet",
|
84904
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentArchivePayload" } }],
|
84905
|
+
},
|
84906
|
+
},
|
84863
84907
|
{
|
84864
84908
|
kind: "InlineFragment",
|
84865
84909
|
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "InitiativeArchivePayload" } },
|
@@ -85497,6 +85541,26 @@ const AuthOrganizationInviteFragmentDoc = {
|
|
85497
85541
|
},
|
85498
85542
|
],
|
85499
85543
|
};
|
85544
|
+
const OrganizationIpRestrictionFragmentDoc = {
|
85545
|
+
kind: "Document",
|
85546
|
+
definitions: [
|
85547
|
+
{
|
85548
|
+
kind: "FragmentDefinition",
|
85549
|
+
name: { kind: "Name", value: "OrganizationIpRestriction" },
|
85550
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationIpRestriction" } },
|
85551
|
+
selectionSet: {
|
85552
|
+
kind: "SelectionSet",
|
85553
|
+
selections: [
|
85554
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85555
|
+
{ kind: "Field", name: { kind: "Name", value: "range" } },
|
85556
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
85557
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
85558
|
+
{ kind: "Field", name: { kind: "Name", value: "enabled" } },
|
85559
|
+
],
|
85560
|
+
},
|
85561
|
+
},
|
85562
|
+
],
|
85563
|
+
};
|
85500
85564
|
const ProjectStatusFragmentDoc = {
|
85501
85565
|
kind: "Document",
|
85502
85566
|
definitions: [
|
@@ -85572,6 +85636,14 @@ const OrganizationFragmentDoc = {
|
|
85572
85636
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85573
85637
|
{ kind: "Field", name: { kind: "Name", value: "allowedAuthServices" } },
|
85574
85638
|
{ kind: "Field", name: { kind: "Name", value: "gitBranchFormat" } },
|
85639
|
+
{
|
85640
|
+
kind: "Field",
|
85641
|
+
name: { kind: "Name", value: "ipRestrictions" },
|
85642
|
+
selectionSet: {
|
85643
|
+
kind: "SelectionSet",
|
85644
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "OrganizationIpRestriction" } }],
|
85645
|
+
},
|
85646
|
+
},
|
85575
85647
|
{ kind: "Field", name: { kind: "Name", value: "userCount" } },
|
85576
85648
|
{ kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
|
85577
85649
|
{ kind: "Field", name: { kind: "Name", value: "previousUrlKeys" } },
|
@@ -86122,6 +86194,24 @@ const JiraPersonalSettingsFragmentDoc = {
|
|
86122
86194
|
},
|
86123
86195
|
],
|
86124
86196
|
};
|
86197
|
+
const LaunchDarklySettingsFragmentDoc = {
|
86198
|
+
kind: "Document",
|
86199
|
+
definitions: [
|
86200
|
+
{
|
86201
|
+
kind: "FragmentDefinition",
|
86202
|
+
name: { kind: "Name", value: "LaunchDarklySettings" },
|
86203
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "LaunchDarklySettings" } },
|
86204
|
+
selectionSet: {
|
86205
|
+
kind: "SelectionSet",
|
86206
|
+
selections: [
|
86207
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86208
|
+
{ kind: "Field", name: { kind: "Name", value: "environment" } },
|
86209
|
+
{ kind: "Field", name: { kind: "Name", value: "projectKey" } },
|
86210
|
+
],
|
86211
|
+
},
|
86212
|
+
},
|
86213
|
+
],
|
86214
|
+
};
|
86125
86215
|
const NotionSettingsFragmentDoc = {
|
86126
86216
|
kind: "Document",
|
86127
86217
|
definitions: [
|
@@ -86422,6 +86512,14 @@ const IntegrationSettingsFragmentDoc = {
|
|
86422
86512
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "JiraPersonalSettings" } }],
|
86423
86513
|
},
|
86424
86514
|
},
|
86515
|
+
{
|
86516
|
+
kind: "Field",
|
86517
|
+
name: { kind: "Name", value: "launchDarkly" },
|
86518
|
+
selectionSet: {
|
86519
|
+
kind: "SelectionSet",
|
86520
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "LaunchDarklySettings" } }],
|
86521
|
+
},
|
86522
|
+
},
|
86425
86523
|
{
|
86426
86524
|
kind: "Field",
|
86427
86525
|
name: { kind: "Name", value: "notion" },
|
@@ -87276,6 +87374,24 @@ const AuthOauthClientWithTokensFragmentDoc = {
|
|
87276
87374
|
},
|
87277
87375
|
],
|
87278
87376
|
};
|
87377
|
+
const AuthOrganizationBucketNamePayloadFragmentDoc = {
|
87378
|
+
kind: "Document",
|
87379
|
+
definitions: [
|
87380
|
+
{
|
87381
|
+
kind: "FragmentDefinition",
|
87382
|
+
name: { kind: "Name", value: "AuthOrganizationBucketNamePayload" },
|
87383
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOrganizationBucketNamePayload" } },
|
87384
|
+
selectionSet: {
|
87385
|
+
kind: "SelectionSet",
|
87386
|
+
selections: [
|
87387
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87388
|
+
{ kind: "Field", name: { kind: "Name", value: "importsBucketName" } },
|
87389
|
+
{ kind: "Field", name: { kind: "Name", value: "uploadsBucketName" } },
|
87390
|
+
],
|
87391
|
+
},
|
87392
|
+
},
|
87393
|
+
],
|
87394
|
+
};
|
87279
87395
|
const AuthOrganizationDomainFragmentDoc = {
|
87280
87396
|
kind: "Document",
|
87281
87397
|
definitions: [
|
@@ -87433,6 +87549,59 @@ const AuthorizedApplicationBaseFragmentDoc = {
|
|
87433
87549
|
},
|
87434
87550
|
],
|
87435
87551
|
};
|
87552
|
+
const ReactionFragmentDoc = {
|
87553
|
+
kind: "Document",
|
87554
|
+
definitions: [
|
87555
|
+
{
|
87556
|
+
kind: "FragmentDefinition",
|
87557
|
+
name: { kind: "Name", value: "Reaction" },
|
87558
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Reaction" } },
|
87559
|
+
selectionSet: {
|
87560
|
+
kind: "SelectionSet",
|
87561
|
+
selections: [
|
87562
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87563
|
+
{ kind: "Field", name: { kind: "Name", value: "emoji" } },
|
87564
|
+
{
|
87565
|
+
kind: "Field",
|
87566
|
+
name: { kind: "Name", value: "comment" },
|
87567
|
+
selectionSet: {
|
87568
|
+
kind: "SelectionSet",
|
87569
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87570
|
+
},
|
87571
|
+
},
|
87572
|
+
{
|
87573
|
+
kind: "Field",
|
87574
|
+
name: { kind: "Name", value: "issue" },
|
87575
|
+
selectionSet: {
|
87576
|
+
kind: "SelectionSet",
|
87577
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87578
|
+
},
|
87579
|
+
},
|
87580
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87581
|
+
{
|
87582
|
+
kind: "Field",
|
87583
|
+
name: { kind: "Name", value: "projectUpdate" },
|
87584
|
+
selectionSet: {
|
87585
|
+
kind: "SelectionSet",
|
87586
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87587
|
+
},
|
87588
|
+
},
|
87589
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
87590
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
87591
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
87592
|
+
{
|
87593
|
+
kind: "Field",
|
87594
|
+
name: { kind: "Name", value: "user" },
|
87595
|
+
selectionSet: {
|
87596
|
+
kind: "SelectionSet",
|
87597
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87598
|
+
},
|
87599
|
+
},
|
87600
|
+
],
|
87601
|
+
},
|
87602
|
+
},
|
87603
|
+
],
|
87604
|
+
};
|
87436
87605
|
const CommentFragmentDoc = {
|
87437
87606
|
kind: "Document",
|
87438
87607
|
definitions: [
|
@@ -87446,6 +87615,14 @@ const CommentFragmentDoc = {
|
|
87446
87615
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87447
87616
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
87448
87617
|
{ kind: "Field", name: { kind: "Name", value: "reactionData" } },
|
87618
|
+
{
|
87619
|
+
kind: "Field",
|
87620
|
+
name: { kind: "Name", value: "reactions" },
|
87621
|
+
selectionSet: {
|
87622
|
+
kind: "SelectionSet",
|
87623
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Reaction" } }],
|
87624
|
+
},
|
87625
|
+
},
|
87449
87626
|
{
|
87450
87627
|
kind: "Field",
|
87451
87628
|
name: { kind: "Name", value: "botActor" },
|
@@ -88146,6 +88323,7 @@ const DocumentFragmentDoc = {
|
|
88146
88323
|
kind: "SelectionSet",
|
88147
88324
|
selections: [
|
88148
88325
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88326
|
+
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
88149
88327
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88150
88328
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
88151
88329
|
{ kind: "Field", name: { kind: "Name", value: "title" } },
|
@@ -88329,6 +88507,7 @@ const DocumentSearchResultFragmentDoc = {
|
|
88329
88507
|
kind: "SelectionSet",
|
88330
88508
|
selections: [
|
88331
88509
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88510
|
+
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
88332
88511
|
{ kind: "Field", name: { kind: "Name", value: "metadata" } },
|
88333
88512
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88334
88513
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
@@ -88806,7 +88985,32 @@ const FacetFragmentDoc = {
|
|
88806
88985
|
selections: [
|
88807
88986
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88808
88987
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
88988
|
+
{ kind: "Field", name: { kind: "Name", value: "sourcePage" } },
|
88989
|
+
{
|
88990
|
+
kind: "Field",
|
88991
|
+
name: { kind: "Name", value: "sourceProject" },
|
88992
|
+
selectionSet: {
|
88993
|
+
kind: "SelectionSet",
|
88994
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88995
|
+
},
|
88996
|
+
},
|
88997
|
+
{
|
88998
|
+
kind: "Field",
|
88999
|
+
name: { kind: "Name", value: "sourceTeam" },
|
89000
|
+
selectionSet: {
|
89001
|
+
kind: "SelectionSet",
|
89002
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89003
|
+
},
|
89004
|
+
},
|
88809
89005
|
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
89006
|
+
{
|
89007
|
+
kind: "Field",
|
89008
|
+
name: { kind: "Name", value: "targetCustomView" },
|
89009
|
+
selectionSet: {
|
89010
|
+
kind: "SelectionSet",
|
89011
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89012
|
+
},
|
89013
|
+
},
|
88810
89014
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
88811
89015
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
88812
89016
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -89026,6 +89230,177 @@ const FavoritePayloadFragmentDoc = {
|
|
89026
89230
|
},
|
89027
89231
|
],
|
89028
89232
|
};
|
89233
|
+
const FeatureFlagRolloutStageFragmentDoc = {
|
89234
|
+
kind: "Document",
|
89235
|
+
definitions: [
|
89236
|
+
{
|
89237
|
+
kind: "FragmentDefinition",
|
89238
|
+
name: { kind: "Name", value: "FeatureFlagRolloutStage" },
|
89239
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "FeatureFlagRolloutStage" } },
|
89240
|
+
selectionSet: {
|
89241
|
+
kind: "SelectionSet",
|
89242
|
+
selections: [
|
89243
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89244
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
89245
|
+
{
|
89246
|
+
kind: "Field",
|
89247
|
+
name: { kind: "Name", value: "integration" },
|
89248
|
+
selectionSet: {
|
89249
|
+
kind: "SelectionSet",
|
89250
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89251
|
+
},
|
89252
|
+
},
|
89253
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89254
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
89255
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
89256
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
89257
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
89258
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
89259
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
89260
|
+
{ kind: "Field", name: { kind: "Name", value: "segmentKeys" } },
|
89261
|
+
],
|
89262
|
+
},
|
89263
|
+
},
|
89264
|
+
],
|
89265
|
+
};
|
89266
|
+
const FeatureFlagFragmentDoc = {
|
89267
|
+
kind: "Document",
|
89268
|
+
definitions: [
|
89269
|
+
{
|
89270
|
+
kind: "FragmentDefinition",
|
89271
|
+
name: { kind: "Name", value: "FeatureFlag" },
|
89272
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "FeatureFlag" } },
|
89273
|
+
selectionSet: {
|
89274
|
+
kind: "SelectionSet",
|
89275
|
+
selections: [
|
89276
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89277
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
89278
|
+
{ kind: "Field", name: { kind: "Name", value: "lastStageUpdatedAt" } },
|
89279
|
+
{
|
89280
|
+
kind: "Field",
|
89281
|
+
name: { kind: "Name", value: "integration" },
|
89282
|
+
selectionSet: {
|
89283
|
+
kind: "SelectionSet",
|
89284
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89285
|
+
},
|
89286
|
+
},
|
89287
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89288
|
+
{
|
89289
|
+
kind: "Field",
|
89290
|
+
name: { kind: "Name", value: "pendingRolloutStage" },
|
89291
|
+
selectionSet: {
|
89292
|
+
kind: "SelectionSet",
|
89293
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "FeatureFlagRolloutStage" } }],
|
89294
|
+
},
|
89295
|
+
},
|
89296
|
+
{
|
89297
|
+
kind: "Field",
|
89298
|
+
name: { kind: "Name", value: "project" },
|
89299
|
+
selectionSet: {
|
89300
|
+
kind: "SelectionSet",
|
89301
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89302
|
+
},
|
89303
|
+
},
|
89304
|
+
{
|
89305
|
+
kind: "Field",
|
89306
|
+
name: { kind: "Name", value: "rolloutStage" },
|
89307
|
+
selectionSet: {
|
89308
|
+
kind: "SelectionSet",
|
89309
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "FeatureFlagRolloutStage" } }],
|
89310
|
+
},
|
89311
|
+
},
|
89312
|
+
{ kind: "Field", name: { kind: "Name", value: "status" } },
|
89313
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
89314
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
89315
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
89316
|
+
{ kind: "Field", name: { kind: "Name", value: "key" } },
|
89317
|
+
{
|
89318
|
+
kind: "Field",
|
89319
|
+
name: { kind: "Name", value: "creator" },
|
89320
|
+
selectionSet: {
|
89321
|
+
kind: "SelectionSet",
|
89322
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89323
|
+
},
|
89324
|
+
},
|
89325
|
+
{
|
89326
|
+
kind: "Field",
|
89327
|
+
name: { kind: "Name", value: "lastStageUpdatedBy" },
|
89328
|
+
selectionSet: {
|
89329
|
+
kind: "SelectionSet",
|
89330
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89331
|
+
},
|
89332
|
+
},
|
89333
|
+
{ kind: "Field", name: { kind: "Name", value: "externalUrl" } },
|
89334
|
+
{ kind: "Field", name: { kind: "Name", value: "isEnabled" } },
|
89335
|
+
],
|
89336
|
+
},
|
89337
|
+
},
|
89338
|
+
],
|
89339
|
+
};
|
89340
|
+
const FeatureFlagConnectionFragmentDoc = {
|
89341
|
+
kind: "Document",
|
89342
|
+
definitions: [
|
89343
|
+
{
|
89344
|
+
kind: "FragmentDefinition",
|
89345
|
+
name: { kind: "Name", value: "FeatureFlagConnection" },
|
89346
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "FeatureFlagConnection" } },
|
89347
|
+
selectionSet: {
|
89348
|
+
kind: "SelectionSet",
|
89349
|
+
selections: [
|
89350
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89351
|
+
{
|
89352
|
+
kind: "Field",
|
89353
|
+
name: { kind: "Name", value: "nodes" },
|
89354
|
+
selectionSet: {
|
89355
|
+
kind: "SelectionSet",
|
89356
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "FeatureFlag" } }],
|
89357
|
+
},
|
89358
|
+
},
|
89359
|
+
{
|
89360
|
+
kind: "Field",
|
89361
|
+
name: { kind: "Name", value: "pageInfo" },
|
89362
|
+
selectionSet: {
|
89363
|
+
kind: "SelectionSet",
|
89364
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
89365
|
+
},
|
89366
|
+
},
|
89367
|
+
],
|
89368
|
+
},
|
89369
|
+
},
|
89370
|
+
],
|
89371
|
+
};
|
89372
|
+
const FeatureFlagRolloutStageConnectionFragmentDoc = {
|
89373
|
+
kind: "Document",
|
89374
|
+
definitions: [
|
89375
|
+
{
|
89376
|
+
kind: "FragmentDefinition",
|
89377
|
+
name: { kind: "Name", value: "FeatureFlagRolloutStageConnection" },
|
89378
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "FeatureFlagRolloutStageConnection" } },
|
89379
|
+
selectionSet: {
|
89380
|
+
kind: "SelectionSet",
|
89381
|
+
selections: [
|
89382
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89383
|
+
{
|
89384
|
+
kind: "Field",
|
89385
|
+
name: { kind: "Name", value: "nodes" },
|
89386
|
+
selectionSet: {
|
89387
|
+
kind: "SelectionSet",
|
89388
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "FeatureFlagRolloutStage" } }],
|
89389
|
+
},
|
89390
|
+
},
|
89391
|
+
{
|
89392
|
+
kind: "Field",
|
89393
|
+
name: { kind: "Name", value: "pageInfo" },
|
89394
|
+
selectionSet: {
|
89395
|
+
kind: "SelectionSet",
|
89396
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
89397
|
+
},
|
89398
|
+
},
|
89399
|
+
],
|
89400
|
+
},
|
89401
|
+
},
|
89402
|
+
],
|
89403
|
+
};
|
89029
89404
|
const FrontAttachmentPayloadFragmentDoc = {
|
89030
89405
|
kind: "Document",
|
89031
89406
|
definitions: [
|
@@ -89512,6 +89887,7 @@ const IntegrationsSettingsFragmentDoc = {
|
|
89512
89887
|
{ kind: "Field", name: { kind: "Name", value: "slackProjectUpdateCreated" } },
|
89513
89888
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueSlaHighRisk" } },
|
89514
89889
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueSlaBreached" } },
|
89890
|
+
{ kind: "Field", name: { kind: "Name", value: "slackIssueAddedToView" } },
|
89515
89891
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueStatusChangedDone" } },
|
89516
89892
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueStatusChangedAll" } },
|
89517
89893
|
{ kind: "Field", name: { kind: "Name", value: "slackProjectUpdateCreatedToTeam" } },
|
@@ -89591,12 +89967,21 @@ const IssueFragmentDoc = {
|
|
89591
89967
|
selections: [
|
89592
89968
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89593
89969
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
89970
|
+
{ kind: "Field", name: { kind: "Name", value: "reactionData" } },
|
89594
89971
|
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
89595
89972
|
{ kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
|
89596
89973
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89597
89974
|
{ kind: "Field", name: { kind: "Name", value: "identifier" } },
|
89598
89975
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
89599
89976
|
{ kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
|
89977
|
+
{
|
89978
|
+
kind: "Field",
|
89979
|
+
name: { kind: "Name", value: "reactions" },
|
89980
|
+
selectionSet: {
|
89981
|
+
kind: "SelectionSet",
|
89982
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Reaction" } }],
|
89983
|
+
},
|
89984
|
+
},
|
89600
89985
|
{ kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
|
89601
89986
|
{ kind: "Field", name: { kind: "Name", value: "branchName" } },
|
89602
89987
|
{
|
@@ -89970,6 +90355,14 @@ const IssueHistoryFragmentDoc = {
|
|
89970
90355
|
},
|
89971
90356
|
{ kind: "Field", name: { kind: "Name", value: "addedLabelIds" } },
|
89972
90357
|
{ kind: "Field", name: { kind: "Name", value: "removedLabelIds" } },
|
90358
|
+
{
|
90359
|
+
kind: "Field",
|
90360
|
+
name: { kind: "Name", value: "actor" },
|
90361
|
+
selectionSet: {
|
90362
|
+
kind: "SelectionSet",
|
90363
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90364
|
+
},
|
90365
|
+
},
|
89973
90366
|
{
|
89974
90367
|
kind: "Field",
|
89975
90368
|
name: { kind: "Name", value: "actors" },
|
@@ -89986,6 +90379,22 @@ const IssueHistoryFragmentDoc = {
|
|
89986
90379
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
89987
90380
|
},
|
89988
90381
|
},
|
90382
|
+
{
|
90383
|
+
kind: "Field",
|
90384
|
+
name: { kind: "Name", value: "fromCycle" },
|
90385
|
+
selectionSet: {
|
90386
|
+
kind: "SelectionSet",
|
90387
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90388
|
+
},
|
90389
|
+
},
|
90390
|
+
{
|
90391
|
+
kind: "Field",
|
90392
|
+
name: { kind: "Name", value: "toCycle" },
|
90393
|
+
selectionSet: {
|
90394
|
+
kind: "SelectionSet",
|
90395
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90396
|
+
},
|
90397
|
+
},
|
89989
90398
|
{ kind: "Field", name: { kind: "Name", value: "attachmentId" } },
|
89990
90399
|
{ kind: "Field", name: { kind: "Name", value: "toCycleId" } },
|
89991
90400
|
{ kind: "Field", name: { kind: "Name", value: "toParentId" } },
|
@@ -90042,22 +90451,6 @@ const IssueHistoryFragmentDoc = {
|
|
90042
90451
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90043
90452
|
},
|
90044
90453
|
},
|
90045
|
-
{
|
90046
|
-
kind: "Field",
|
90047
|
-
name: { kind: "Name", value: "toCycle" },
|
90048
|
-
selectionSet: {
|
90049
|
-
kind: "SelectionSet",
|
90050
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90051
|
-
},
|
90052
|
-
},
|
90053
|
-
{
|
90054
|
-
kind: "Field",
|
90055
|
-
name: { kind: "Name", value: "toParent" },
|
90056
|
-
selectionSet: {
|
90057
|
-
kind: "SelectionSet",
|
90058
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90059
|
-
},
|
90060
|
-
},
|
90061
90454
|
{
|
90062
90455
|
kind: "Field",
|
90063
90456
|
name: { kind: "Name", value: "toConvertedProject" },
|
@@ -90068,7 +90461,7 @@ const IssueHistoryFragmentDoc = {
|
|
90068
90461
|
},
|
90069
90462
|
{
|
90070
90463
|
kind: "Field",
|
90071
|
-
name: { kind: "Name", value: "
|
90464
|
+
name: { kind: "Name", value: "fromParent" },
|
90072
90465
|
selectionSet: {
|
90073
90466
|
kind: "SelectionSet",
|
90074
90467
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
@@ -90076,7 +90469,7 @@ const IssueHistoryFragmentDoc = {
|
|
90076
90469
|
},
|
90077
90470
|
{
|
90078
90471
|
kind: "Field",
|
90079
|
-
name: { kind: "Name", value: "
|
90472
|
+
name: { kind: "Name", value: "toParent" },
|
90080
90473
|
selectionSet: {
|
90081
90474
|
kind: "SelectionSet",
|
90082
90475
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
@@ -90084,7 +90477,7 @@ const IssueHistoryFragmentDoc = {
|
|
90084
90477
|
},
|
90085
90478
|
{
|
90086
90479
|
kind: "Field",
|
90087
|
-
name: { kind: "Name", value: "
|
90480
|
+
name: { kind: "Name", value: "fromProject" },
|
90088
90481
|
selectionSet: {
|
90089
90482
|
kind: "SelectionSet",
|
90090
90483
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
@@ -90092,7 +90485,7 @@ const IssueHistoryFragmentDoc = {
|
|
90092
90485
|
},
|
90093
90486
|
{
|
90094
90487
|
kind: "Field",
|
90095
|
-
name: { kind: "Name", value: "
|
90488
|
+
name: { kind: "Name", value: "toProject" },
|
90096
90489
|
selectionSet: {
|
90097
90490
|
kind: "SelectionSet",
|
90098
90491
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
@@ -90100,7 +90493,7 @@ const IssueHistoryFragmentDoc = {
|
|
90100
90493
|
},
|
90101
90494
|
{
|
90102
90495
|
kind: "Field",
|
90103
|
-
name: { kind: "Name", value: "
|
90496
|
+
name: { kind: "Name", value: "fromState" },
|
90104
90497
|
selectionSet: {
|
90105
90498
|
kind: "SelectionSet",
|
90106
90499
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
@@ -90108,7 +90501,7 @@ const IssueHistoryFragmentDoc = {
|
|
90108
90501
|
},
|
90109
90502
|
{
|
90110
90503
|
kind: "Field",
|
90111
|
-
name: { kind: "Name", value: "
|
90504
|
+
name: { kind: "Name", value: "toState" },
|
90112
90505
|
selectionSet: {
|
90113
90506
|
kind: "SelectionSet",
|
90114
90507
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
@@ -90133,14 +90526,6 @@ const IssueHistoryFragmentDoc = {
|
|
90133
90526
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
90134
90527
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
90135
90528
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
90136
|
-
{
|
90137
|
-
kind: "Field",
|
90138
|
-
name: { kind: "Name", value: "fromAssignee" },
|
90139
|
-
selectionSet: {
|
90140
|
-
kind: "SelectionSet",
|
90141
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90142
|
-
},
|
90143
|
-
},
|
90144
90529
|
{
|
90145
90530
|
kind: "Field",
|
90146
90531
|
name: { kind: "Name", value: "toAssignee" },
|
@@ -90151,7 +90536,7 @@ const IssueHistoryFragmentDoc = {
|
|
90151
90536
|
},
|
90152
90537
|
{
|
90153
90538
|
kind: "Field",
|
90154
|
-
name: { kind: "Name", value: "
|
90539
|
+
name: { kind: "Name", value: "fromAssignee" },
|
90155
90540
|
selectionSet: {
|
90156
90541
|
kind: "SelectionSet",
|
90157
90542
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
@@ -90493,6 +90878,7 @@ const IssueSearchResultFragmentDoc = {
|
|
90493
90878
|
selections: [
|
90494
90879
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
90495
90880
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
90881
|
+
{ kind: "Field", name: { kind: "Name", value: "reactionData" } },
|
90496
90882
|
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
90497
90883
|
{ kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
|
90498
90884
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
@@ -90500,6 +90886,14 @@ const IssueSearchResultFragmentDoc = {
|
|
90500
90886
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
90501
90887
|
{ kind: "Field", name: { kind: "Name", value: "metadata" } },
|
90502
90888
|
{ kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
|
90889
|
+
{
|
90890
|
+
kind: "Field",
|
90891
|
+
name: { kind: "Name", value: "reactions" },
|
90892
|
+
selectionSet: {
|
90893
|
+
kind: "SelectionSet",
|
90894
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Reaction" } }],
|
90895
|
+
},
|
90896
|
+
},
|
90503
90897
|
{ kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
|
90504
90898
|
{ kind: "Field", name: { kind: "Name", value: "branchName" } },
|
90505
90899
|
{
|
@@ -91408,24 +91802,6 @@ const ProjectConnectionFragmentDoc = {
|
|
91408
91802
|
},
|
91409
91803
|
],
|
91410
91804
|
};
|
91411
|
-
const ProjectDetailSuggestionPayloadFragmentDoc = {
|
91412
|
-
kind: "Document",
|
91413
|
-
definitions: [
|
91414
|
-
{
|
91415
|
-
kind: "FragmentDefinition",
|
91416
|
-
name: { kind: "Name", value: "ProjectDetailSuggestionPayload" },
|
91417
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectDetailSuggestionPayload" } },
|
91418
|
-
selectionSet: {
|
91419
|
-
kind: "SelectionSet",
|
91420
|
-
selections: [
|
91421
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91422
|
-
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
91423
|
-
{ kind: "Field", name: { kind: "Name", value: "icon" } },
|
91424
|
-
],
|
91425
|
-
},
|
91426
|
-
},
|
91427
|
-
],
|
91428
|
-
};
|
91429
91805
|
const ProjectFilterSuggestionPayloadFragmentDoc = {
|
91430
91806
|
kind: "Document",
|
91431
91807
|
definitions: [
|
@@ -91990,6 +92366,14 @@ const ProjectUpdateFragmentDoc = {
|
|
91990
92366
|
selections: [
|
91991
92367
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91992
92368
|
{ kind: "Field", name: { kind: "Name", value: "reactionData" } },
|
92369
|
+
{
|
92370
|
+
kind: "Field",
|
92371
|
+
name: { kind: "Name", value: "reactions" },
|
92372
|
+
selectionSet: {
|
92373
|
+
kind: "SelectionSet",
|
92374
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Reaction" } }],
|
92375
|
+
},
|
92376
|
+
},
|
91993
92377
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
91994
92378
|
{ kind: "Field", name: { kind: "Name", value: "diffMarkdown" } },
|
91995
92379
|
{ kind: "Field", name: { kind: "Name", value: "diff" } },
|
@@ -92370,59 +92754,6 @@ const RateLimitPayloadFragmentDoc = {
|
|
92370
92754
|
},
|
92371
92755
|
],
|
92372
92756
|
};
|
92373
|
-
const ReactionFragmentDoc = {
|
92374
|
-
kind: "Document",
|
92375
|
-
definitions: [
|
92376
|
-
{
|
92377
|
-
kind: "FragmentDefinition",
|
92378
|
-
name: { kind: "Name", value: "Reaction" },
|
92379
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Reaction" } },
|
92380
|
-
selectionSet: {
|
92381
|
-
kind: "SelectionSet",
|
92382
|
-
selections: [
|
92383
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
92384
|
-
{ kind: "Field", name: { kind: "Name", value: "emoji" } },
|
92385
|
-
{
|
92386
|
-
kind: "Field",
|
92387
|
-
name: { kind: "Name", value: "comment" },
|
92388
|
-
selectionSet: {
|
92389
|
-
kind: "SelectionSet",
|
92390
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
92391
|
-
},
|
92392
|
-
},
|
92393
|
-
{
|
92394
|
-
kind: "Field",
|
92395
|
-
name: { kind: "Name", value: "issue" },
|
92396
|
-
selectionSet: {
|
92397
|
-
kind: "SelectionSet",
|
92398
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
92399
|
-
},
|
92400
|
-
},
|
92401
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
92402
|
-
{
|
92403
|
-
kind: "Field",
|
92404
|
-
name: { kind: "Name", value: "projectUpdate" },
|
92405
|
-
selectionSet: {
|
92406
|
-
kind: "SelectionSet",
|
92407
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
92408
|
-
},
|
92409
|
-
},
|
92410
|
-
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
92411
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
92412
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
92413
|
-
{
|
92414
|
-
kind: "Field",
|
92415
|
-
name: { kind: "Name", value: "user" },
|
92416
|
-
selectionSet: {
|
92417
|
-
kind: "SelectionSet",
|
92418
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
92419
|
-
},
|
92420
|
-
},
|
92421
|
-
],
|
92422
|
-
},
|
92423
|
-
},
|
92424
|
-
],
|
92425
|
-
};
|
92426
92757
|
const ReactionConnectionFragmentDoc = {
|
92427
92758
|
kind: "Document",
|
92428
92759
|
definitions: [
|
@@ -94444,6 +94775,7 @@ const AttachmentIssueDocument = {
|
|
94444
94775
|
},
|
94445
94776
|
},
|
94446
94777
|
...IssueFragmentDoc.definitions,
|
94778
|
+
...ReactionFragmentDoc.definitions,
|
94447
94779
|
...ActorBotFragmentDoc.definitions,
|
94448
94780
|
],
|
94449
94781
|
};
|
@@ -94733,6 +95065,7 @@ const AttachmentIssue_ChildrenDocument = {
|
|
94733
95065
|
},
|
94734
95066
|
...IssueConnectionFragmentDoc.definitions,
|
94735
95067
|
...IssueFragmentDoc.definitions,
|
95068
|
+
...ReactionFragmentDoc.definitions,
|
94736
95069
|
...ActorBotFragmentDoc.definitions,
|
94737
95070
|
...PageInfoFragmentDoc.definitions,
|
94738
95071
|
],
|
@@ -94855,6 +95188,7 @@ const AttachmentIssue_CommentsDocument = {
|
|
94855
95188
|
},
|
94856
95189
|
...CommentConnectionFragmentDoc.definitions,
|
94857
95190
|
...CommentFragmentDoc.definitions,
|
95191
|
+
...ReactionFragmentDoc.definitions,
|
94858
95192
|
...ActorBotFragmentDoc.definitions,
|
94859
95193
|
...DocumentContentFragmentDoc.definitions,
|
94860
95194
|
...PageInfoFragmentDoc.definitions,
|
@@ -95880,6 +96214,7 @@ const CommentDocument = {
|
|
95880
96214
|
},
|
95881
96215
|
},
|
95882
96216
|
...CommentFragmentDoc.definitions,
|
96217
|
+
...ReactionFragmentDoc.definitions,
|
95883
96218
|
...ActorBotFragmentDoc.definitions,
|
95884
96219
|
...DocumentContentFragmentDoc.definitions,
|
95885
96220
|
],
|
@@ -96089,6 +96424,7 @@ const Comment_ChildrenDocument = {
|
|
96089
96424
|
},
|
96090
96425
|
...CommentConnectionFragmentDoc.definitions,
|
96091
96426
|
...CommentFragmentDoc.definitions,
|
96427
|
+
...ReactionFragmentDoc.definitions,
|
96092
96428
|
...ActorBotFragmentDoc.definitions,
|
96093
96429
|
...DocumentContentFragmentDoc.definitions,
|
96094
96430
|
...PageInfoFragmentDoc.definitions,
|
@@ -96258,6 +96594,7 @@ const CommentsDocument = {
|
|
96258
96594
|
},
|
96259
96595
|
...CommentConnectionFragmentDoc.definitions,
|
96260
96596
|
...CommentFragmentDoc.definitions,
|
96597
|
+
...ReactionFragmentDoc.definitions,
|
96261
96598
|
...ActorBotFragmentDoc.definitions,
|
96262
96599
|
...DocumentContentFragmentDoc.definitions,
|
96263
96600
|
...PageInfoFragmentDoc.definitions,
|
@@ -96434,6 +96771,7 @@ const CustomView_IssuesDocument = {
|
|
96434
96771
|
},
|
96435
96772
|
...IssueConnectionFragmentDoc.definitions,
|
96436
96773
|
...IssueFragmentDoc.definitions,
|
96774
|
+
...ReactionFragmentDoc.definitions,
|
96437
96775
|
...ActorBotFragmentDoc.definitions,
|
96438
96776
|
...PageInfoFragmentDoc.definitions,
|
96439
96777
|
],
|
@@ -97107,6 +97445,7 @@ const Cycle_IssuesDocument = {
|
|
97107
97445
|
},
|
97108
97446
|
...IssueConnectionFragmentDoc.definitions,
|
97109
97447
|
...IssueFragmentDoc.definitions,
|
97448
|
+
...ReactionFragmentDoc.definitions,
|
97110
97449
|
...ActorBotFragmentDoc.definitions,
|
97111
97450
|
...PageInfoFragmentDoc.definitions,
|
97112
97451
|
],
|
@@ -97229,6 +97568,7 @@ const Cycle_UncompletedIssuesUponCloseDocument = {
|
|
97229
97568
|
},
|
97230
97569
|
...IssueConnectionFragmentDoc.definitions,
|
97231
97570
|
...IssueFragmentDoc.definitions,
|
97571
|
+
...ReactionFragmentDoc.definitions,
|
97232
97572
|
...ActorBotFragmentDoc.definitions,
|
97233
97573
|
...PageInfoFragmentDoc.definitions,
|
97234
97574
|
],
|
@@ -98465,6 +98805,7 @@ const IssueDocument = {
|
|
98465
98805
|
},
|
98466
98806
|
},
|
98467
98807
|
...IssueFragmentDoc.definitions,
|
98808
|
+
...ReactionFragmentDoc.definitions,
|
98468
98809
|
...ActorBotFragmentDoc.definitions,
|
98469
98810
|
],
|
98470
98811
|
};
|
@@ -98754,6 +99095,7 @@ const Issue_ChildrenDocument = {
|
|
98754
99095
|
},
|
98755
99096
|
...IssueConnectionFragmentDoc.definitions,
|
98756
99097
|
...IssueFragmentDoc.definitions,
|
99098
|
+
...ReactionFragmentDoc.definitions,
|
98757
99099
|
...ActorBotFragmentDoc.definitions,
|
98758
99100
|
...PageInfoFragmentDoc.definitions,
|
98759
99101
|
],
|
@@ -98876,6 +99218,7 @@ const Issue_CommentsDocument = {
|
|
98876
99218
|
},
|
98877
99219
|
...CommentConnectionFragmentDoc.definitions,
|
98878
99220
|
...CommentFragmentDoc.definitions,
|
99221
|
+
...ReactionFragmentDoc.definitions,
|
98879
99222
|
...ActorBotFragmentDoc.definitions,
|
98880
99223
|
...DocumentContentFragmentDoc.definitions,
|
98881
99224
|
...PageInfoFragmentDoc.definitions,
|
@@ -99568,6 +99911,7 @@ const IssueFigmaFileKeySearchDocument = {
|
|
99568
99911
|
},
|
99569
99912
|
...IssueConnectionFragmentDoc.definitions,
|
99570
99913
|
...IssueFragmentDoc.definitions,
|
99914
|
+
...ReactionFragmentDoc.definitions,
|
99571
99915
|
...ActorBotFragmentDoc.definitions,
|
99572
99916
|
...PageInfoFragmentDoc.definitions,
|
99573
99917
|
],
|
@@ -99983,6 +100327,7 @@ const IssueLabel_IssuesDocument = {
|
|
99983
100327
|
},
|
99984
100328
|
...IssueConnectionFragmentDoc.definitions,
|
99985
100329
|
...IssueFragmentDoc.definitions,
|
100330
|
+
...ReactionFragmentDoc.definitions,
|
99986
100331
|
...ActorBotFragmentDoc.definitions,
|
99987
100332
|
...PageInfoFragmentDoc.definitions,
|
99988
100333
|
],
|
@@ -100346,6 +100691,7 @@ const IssueSearchDocument = {
|
|
100346
100691
|
},
|
100347
100692
|
...IssueConnectionFragmentDoc.definitions,
|
100348
100693
|
...IssueFragmentDoc.definitions,
|
100694
|
+
...ReactionFragmentDoc.definitions,
|
100349
100695
|
...ActorBotFragmentDoc.definitions,
|
100350
100696
|
...PageInfoFragmentDoc.definitions,
|
100351
100697
|
],
|
@@ -100386,6 +100732,7 @@ const IssueVcsBranchSearchDocument = {
|
|
100386
100732
|
},
|
100387
100733
|
},
|
100388
100734
|
...IssueFragmentDoc.definitions,
|
100735
|
+
...ReactionFragmentDoc.definitions,
|
100389
100736
|
...ActorBotFragmentDoc.definitions,
|
100390
100737
|
],
|
100391
100738
|
};
|
@@ -100675,6 +101022,7 @@ const IssueVcsBranchSearch_ChildrenDocument = {
|
|
100675
101022
|
},
|
100676
101023
|
...IssueConnectionFragmentDoc.definitions,
|
100677
101024
|
...IssueFragmentDoc.definitions,
|
101025
|
+
...ReactionFragmentDoc.definitions,
|
100678
101026
|
...ActorBotFragmentDoc.definitions,
|
100679
101027
|
...PageInfoFragmentDoc.definitions,
|
100680
101028
|
],
|
@@ -100797,6 +101145,7 @@ const IssueVcsBranchSearch_CommentsDocument = {
|
|
100797
101145
|
},
|
100798
101146
|
...CommentConnectionFragmentDoc.definitions,
|
100799
101147
|
...CommentFragmentDoc.definitions,
|
101148
|
+
...ReactionFragmentDoc.definitions,
|
100800
101149
|
...ActorBotFragmentDoc.definitions,
|
100801
101150
|
...DocumentContentFragmentDoc.definitions,
|
100802
101151
|
...PageInfoFragmentDoc.definitions,
|
@@ -101502,6 +101851,7 @@ const IssuesDocument = {
|
|
101502
101851
|
},
|
101503
101852
|
...IssueConnectionFragmentDoc.definitions,
|
101504
101853
|
...IssueFragmentDoc.definitions,
|
101854
|
+
...ReactionFragmentDoc.definitions,
|
101505
101855
|
...ActorBotFragmentDoc.definitions,
|
101506
101856
|
...PageInfoFragmentDoc.definitions,
|
101507
101857
|
],
|
@@ -101802,6 +102152,7 @@ const OrganizationDocument = {
|
|
101802
102152
|
},
|
101803
102153
|
},
|
101804
102154
|
...OrganizationFragmentDoc.definitions,
|
102155
|
+
...OrganizationIpRestrictionFragmentDoc.definitions,
|
101805
102156
|
...ProjectStatusFragmentDoc.definitions,
|
101806
102157
|
...PaidSubscriptionFragmentDoc.definitions,
|
101807
102158
|
],
|
@@ -102808,6 +103159,7 @@ const Project_IssuesDocument = {
|
|
102808
103159
|
},
|
102809
103160
|
...IssueConnectionFragmentDoc.definitions,
|
102810
103161
|
...IssueFragmentDoc.definitions,
|
103162
|
+
...ReactionFragmentDoc.definitions,
|
102811
103163
|
...ActorBotFragmentDoc.definitions,
|
102812
103164
|
...PageInfoFragmentDoc.definitions,
|
102813
103165
|
],
|
@@ -103285,6 +103637,7 @@ const Project_ProjectUpdatesDocument = {
|
|
103285
103637
|
},
|
103286
103638
|
...ProjectUpdateConnectionFragmentDoc.definitions,
|
103287
103639
|
...ProjectUpdateFragmentDoc.definitions,
|
103640
|
+
...ReactionFragmentDoc.definitions,
|
103288
103641
|
...PageInfoFragmentDoc.definitions,
|
103289
103642
|
],
|
103290
103643
|
};
|
@@ -103778,6 +104131,7 @@ const ProjectMilestone_IssuesDocument = {
|
|
103778
104131
|
},
|
103779
104132
|
...IssueConnectionFragmentDoc.definitions,
|
103780
104133
|
...IssueFragmentDoc.definitions,
|
104134
|
+
...ReactionFragmentDoc.definitions,
|
103781
104135
|
...ActorBotFragmentDoc.definitions,
|
103782
104136
|
...PageInfoFragmentDoc.definitions,
|
103783
104137
|
],
|
@@ -104046,6 +104400,7 @@ const ProjectUpdateDocument = {
|
|
104046
104400
|
},
|
104047
104401
|
},
|
104048
104402
|
...ProjectUpdateFragmentDoc.definitions,
|
104403
|
+
...ReactionFragmentDoc.definitions,
|
104049
104404
|
],
|
104050
104405
|
};
|
104051
104406
|
const ProjectUpdate_CommentsDocument = {
|
@@ -104166,6 +104521,7 @@ const ProjectUpdate_CommentsDocument = {
|
|
104166
104521
|
},
|
104167
104522
|
...CommentConnectionFragmentDoc.definitions,
|
104168
104523
|
...CommentFragmentDoc.definitions,
|
104524
|
+
...ReactionFragmentDoc.definitions,
|
104169
104525
|
...ActorBotFragmentDoc.definitions,
|
104170
104526
|
...DocumentContentFragmentDoc.definitions,
|
104171
104527
|
...PageInfoFragmentDoc.definitions,
|
@@ -104398,6 +104754,7 @@ const ProjectUpdatesDocument = {
|
|
104398
104754
|
},
|
104399
104755
|
...ProjectUpdateConnectionFragmentDoc.definitions,
|
104400
104756
|
...ProjectUpdateFragmentDoc.definitions,
|
104757
|
+
...ReactionFragmentDoc.definitions,
|
104401
104758
|
...PageInfoFragmentDoc.definitions,
|
104402
104759
|
],
|
104403
104760
|
};
|
@@ -105359,6 +105716,7 @@ const SearchIssuesDocument = {
|
|
105359
105716
|
...IssueSearchPayloadFragmentDoc.definitions,
|
105360
105717
|
...ArchiveResponseFragmentDoc.definitions,
|
105361
105718
|
...IssueSearchResultFragmentDoc.definitions,
|
105719
|
+
...ReactionFragmentDoc.definitions,
|
105362
105720
|
...ActorBotFragmentDoc.definitions,
|
105363
105721
|
...PageInfoFragmentDoc.definitions,
|
105364
105722
|
],
|
@@ -106218,6 +106576,7 @@ const Team_IssuesDocument = {
|
|
106218
106576
|
},
|
106219
106577
|
...IssueConnectionFragmentDoc.definitions,
|
106220
106578
|
...IssueFragmentDoc.definitions,
|
106579
|
+
...ReactionFragmentDoc.definitions,
|
106221
106580
|
...ActorBotFragmentDoc.definitions,
|
106222
106581
|
...PageInfoFragmentDoc.definitions,
|
106223
106582
|
],
|
@@ -107843,6 +108202,7 @@ const User_AssignedIssuesDocument = {
|
|
107843
108202
|
},
|
107844
108203
|
...IssueConnectionFragmentDoc.definitions,
|
107845
108204
|
...IssueFragmentDoc.definitions,
|
108205
|
+
...ReactionFragmentDoc.definitions,
|
107846
108206
|
...ActorBotFragmentDoc.definitions,
|
107847
108207
|
...PageInfoFragmentDoc.definitions,
|
107848
108208
|
],
|
@@ -107965,6 +108325,7 @@ const User_CreatedIssuesDocument = {
|
|
107965
108325
|
},
|
107966
108326
|
...IssueConnectionFragmentDoc.definitions,
|
107967
108327
|
...IssueFragmentDoc.definitions,
|
108328
|
+
...ReactionFragmentDoc.definitions,
|
107968
108329
|
...ActorBotFragmentDoc.definitions,
|
107969
108330
|
...PageInfoFragmentDoc.definitions,
|
107970
108331
|
],
|
@@ -109068,6 +109429,7 @@ const Viewer_AssignedIssuesDocument = {
|
|
109068
109429
|
},
|
109069
109430
|
...IssueConnectionFragmentDoc.definitions,
|
109070
109431
|
...IssueFragmentDoc.definitions,
|
109432
|
+
...ReactionFragmentDoc.definitions,
|
109071
109433
|
...ActorBotFragmentDoc.definitions,
|
109072
109434
|
...PageInfoFragmentDoc.definitions,
|
109073
109435
|
],
|
@@ -109178,6 +109540,7 @@ const Viewer_CreatedIssuesDocument = {
|
|
109178
109540
|
},
|
109179
109541
|
...IssueConnectionFragmentDoc.definitions,
|
109180
109542
|
...IssueFragmentDoc.definitions,
|
109543
|
+
...ReactionFragmentDoc.definitions,
|
109181
109544
|
...ActorBotFragmentDoc.definitions,
|
109182
109545
|
...PageInfoFragmentDoc.definitions,
|
109183
109546
|
],
|
@@ -109674,6 +110037,7 @@ const WorkflowState_IssuesDocument = {
|
|
109674
110037
|
},
|
109675
110038
|
...IssueConnectionFragmentDoc.definitions,
|
109676
110039
|
...IssueFragmentDoc.definitions,
|
110040
|
+
...ReactionFragmentDoc.definitions,
|
109677
110041
|
...ActorBotFragmentDoc.definitions,
|
109678
110042
|
...PageInfoFragmentDoc.definitions,
|
109679
110043
|
],
|
@@ -111871,13 +112235,51 @@ const DeleteDocumentDocument = {
|
|
111871
112235
|
],
|
111872
112236
|
selectionSet: {
|
111873
112237
|
kind: "SelectionSet",
|
111874
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
112238
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentArchivePayload" } }],
|
111875
112239
|
},
|
111876
112240
|
},
|
111877
112241
|
],
|
111878
112242
|
},
|
111879
112243
|
},
|
111880
|
-
...
|
112244
|
+
...DocumentArchivePayloadFragmentDoc.definitions,
|
112245
|
+
],
|
112246
|
+
};
|
112247
|
+
const UnarchiveDocumentDocument = {
|
112248
|
+
kind: "Document",
|
112249
|
+
definitions: [
|
112250
|
+
{
|
112251
|
+
kind: "OperationDefinition",
|
112252
|
+
operation: "mutation",
|
112253
|
+
name: { kind: "Name", value: "unarchiveDocument" },
|
112254
|
+
variableDefinitions: [
|
112255
|
+
{
|
112256
|
+
kind: "VariableDefinition",
|
112257
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
112258
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
112259
|
+
},
|
112260
|
+
],
|
112261
|
+
selectionSet: {
|
112262
|
+
kind: "SelectionSet",
|
112263
|
+
selections: [
|
112264
|
+
{
|
112265
|
+
kind: "Field",
|
112266
|
+
name: { kind: "Name", value: "documentUnarchive" },
|
112267
|
+
arguments: [
|
112268
|
+
{
|
112269
|
+
kind: "Argument",
|
112270
|
+
name: { kind: "Name", value: "id" },
|
112271
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
112272
|
+
},
|
112273
|
+
],
|
112274
|
+
selectionSet: {
|
112275
|
+
kind: "SelectionSet",
|
112276
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentArchivePayload" } }],
|
112277
|
+
},
|
112278
|
+
},
|
112279
|
+
],
|
112280
|
+
},
|
112281
|
+
},
|
112282
|
+
...DocumentArchivePayloadFragmentDoc.definitions,
|
111881
112283
|
],
|
111882
112284
|
};
|
111883
112285
|
const UpdateDocumentDocument = {
|
@@ -114734,6 +115136,7 @@ const UpdateIssueBatchDocument = {
|
|
114734
115136
|
},
|
114735
115137
|
...IssueBatchPayloadFragmentDoc.definitions,
|
114736
115138
|
...IssueFragmentDoc.definitions,
|
115139
|
+
...ReactionFragmentDoc.definitions,
|
114737
115140
|
...ActorBotFragmentDoc.definitions,
|
114738
115141
|
],
|
114739
115142
|
};
|
@@ -119671,44 +120074,6 @@ const UserPromoteMemberDocument = {
|
|
119671
120074
|
...UserAdminPayloadFragmentDoc.definitions,
|
119672
120075
|
],
|
119673
120076
|
};
|
119674
|
-
const UserSettingsFlagIncrementDocument = {
|
119675
|
-
kind: "Document",
|
119676
|
-
definitions: [
|
119677
|
-
{
|
119678
|
-
kind: "OperationDefinition",
|
119679
|
-
operation: "mutation",
|
119680
|
-
name: { kind: "Name", value: "userSettingsFlagIncrement" },
|
119681
|
-
variableDefinitions: [
|
119682
|
-
{
|
119683
|
-
kind: "VariableDefinition",
|
119684
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "flag" } },
|
119685
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
119686
|
-
},
|
119687
|
-
],
|
119688
|
-
selectionSet: {
|
119689
|
-
kind: "SelectionSet",
|
119690
|
-
selections: [
|
119691
|
-
{
|
119692
|
-
kind: "Field",
|
119693
|
-
name: { kind: "Name", value: "userSettingsFlagIncrement" },
|
119694
|
-
arguments: [
|
119695
|
-
{
|
119696
|
-
kind: "Argument",
|
119697
|
-
name: { kind: "Name", value: "flag" },
|
119698
|
-
value: { kind: "Variable", name: { kind: "Name", value: "flag" } },
|
119699
|
-
},
|
119700
|
-
],
|
119701
|
-
selectionSet: {
|
119702
|
-
kind: "SelectionSet",
|
119703
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserSettingsFlagPayload" } }],
|
119704
|
-
},
|
119705
|
-
},
|
119706
|
-
],
|
119707
|
-
},
|
119708
|
-
},
|
119709
|
-
...UserSettingsFlagPayloadFragmentDoc.definitions,
|
119710
|
-
],
|
119711
|
-
};
|
119712
120077
|
const UserSettingsFlagsResetDocument = {
|
119713
120078
|
kind: "Document",
|
119714
120079
|
definitions: [
|
@@ -120326,6 +120691,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120326
120691
|
get ContextViewType () { return ContextViewType; },
|
120327
120692
|
get DateResolutionType () { return DateResolutionType; },
|
120328
120693
|
get Day () { return Day; },
|
120694
|
+
get FacetPageSource () { return FacetPageSource; },
|
120695
|
+
get FeatureFlagRolloutStageType () { return FeatureFlagRolloutStageType; },
|
120329
120696
|
get GitAutomationStates () { return GitAutomationStates; },
|
120330
120697
|
get GithubOrgType () { return GithubOrgType; },
|
120331
120698
|
get InitiativeStatus () { return InitiativeStatus; },
|
@@ -120365,6 +120732,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120365
120732
|
AttachmentArchivePayloadFragmentDoc: AttachmentArchivePayloadFragmentDoc,
|
120366
120733
|
CycleArchivePayloadFragmentDoc: CycleArchivePayloadFragmentDoc,
|
120367
120734
|
DeletePayloadFragmentDoc: DeletePayloadFragmentDoc,
|
120735
|
+
DocumentArchivePayloadFragmentDoc: DocumentArchivePayloadFragmentDoc,
|
120368
120736
|
InitiativeArchivePayloadFragmentDoc: InitiativeArchivePayloadFragmentDoc,
|
120369
120737
|
IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
|
120370
120738
|
ActorBotFragmentDoc: ActorBotFragmentDoc,
|
@@ -120393,6 +120761,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120393
120761
|
AuthUserFragmentDoc: AuthUserFragmentDoc,
|
120394
120762
|
AuthEmailIntakeAddressFragmentDoc: AuthEmailIntakeAddressFragmentDoc,
|
120395
120763
|
AuthOrganizationInviteFragmentDoc: AuthOrganizationInviteFragmentDoc,
|
120764
|
+
OrganizationIpRestrictionFragmentDoc: OrganizationIpRestrictionFragmentDoc,
|
120396
120765
|
ProjectStatusFragmentDoc: ProjectStatusFragmentDoc,
|
120397
120766
|
PaidSubscriptionFragmentDoc: PaidSubscriptionFragmentDoc,
|
120398
120767
|
OrganizationFragmentDoc: OrganizationFragmentDoc,
|
@@ -120417,6 +120786,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120417
120786
|
JiraLinearMappingFragmentDoc: JiraLinearMappingFragmentDoc,
|
120418
120787
|
JiraSettingsFragmentDoc: JiraSettingsFragmentDoc,
|
120419
120788
|
JiraPersonalSettingsFragmentDoc: JiraPersonalSettingsFragmentDoc,
|
120789
|
+
LaunchDarklySettingsFragmentDoc: LaunchDarklySettingsFragmentDoc,
|
120420
120790
|
NotionSettingsFragmentDoc: NotionSettingsFragmentDoc,
|
120421
120791
|
OpsgenieSettingsFragmentDoc: OpsgenieSettingsFragmentDoc,
|
120422
120792
|
PagerDutySettingsFragmentDoc: PagerDutySettingsFragmentDoc,
|
@@ -120453,12 +120823,14 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120453
120823
|
AuthOauthClientFragmentDoc: AuthOauthClientFragmentDoc,
|
120454
120824
|
OauthTokenFragmentDoc: OauthTokenFragmentDoc,
|
120455
120825
|
AuthOauthClientWithTokensFragmentDoc: AuthOauthClientWithTokensFragmentDoc,
|
120826
|
+
AuthOrganizationBucketNamePayloadFragmentDoc: AuthOrganizationBucketNamePayloadFragmentDoc,
|
120456
120827
|
AuthOrganizationDomainFragmentDoc: AuthOrganizationDomainFragmentDoc,
|
120457
120828
|
AuthOrganizationExistsPayloadFragmentDoc: AuthOrganizationExistsPayloadFragmentDoc,
|
120458
120829
|
AuthOrganizationPayloadFragmentDoc: AuthOrganizationPayloadFragmentDoc,
|
120459
120830
|
AuthResolverResponseFragmentDoc: AuthResolverResponseFragmentDoc,
|
120460
120831
|
AuthSuccessPayloadFragmentDoc: AuthSuccessPayloadFragmentDoc,
|
120461
120832
|
AuthorizedApplicationBaseFragmentDoc: AuthorizedApplicationBaseFragmentDoc,
|
120833
|
+
ReactionFragmentDoc: ReactionFragmentDoc,
|
120462
120834
|
CommentFragmentDoc: CommentFragmentDoc,
|
120463
120835
|
CommentConnectionFragmentDoc: CommentConnectionFragmentDoc,
|
120464
120836
|
CommentPayloadFragmentDoc: CommentPayloadFragmentDoc,
|
@@ -120506,6 +120878,10 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120506
120878
|
FavoriteFragmentDoc: FavoriteFragmentDoc,
|
120507
120879
|
FavoriteConnectionFragmentDoc: FavoriteConnectionFragmentDoc,
|
120508
120880
|
FavoritePayloadFragmentDoc: FavoritePayloadFragmentDoc,
|
120881
|
+
FeatureFlagRolloutStageFragmentDoc: FeatureFlagRolloutStageFragmentDoc,
|
120882
|
+
FeatureFlagFragmentDoc: FeatureFlagFragmentDoc,
|
120883
|
+
FeatureFlagConnectionFragmentDoc: FeatureFlagConnectionFragmentDoc,
|
120884
|
+
FeatureFlagRolloutStageConnectionFragmentDoc: FeatureFlagRolloutStageConnectionFragmentDoc,
|
120509
120885
|
FrontAttachmentPayloadFragmentDoc: FrontAttachmentPayloadFragmentDoc,
|
120510
120886
|
GitAutomationTargetBranchFragmentDoc: GitAutomationTargetBranchFragmentDoc,
|
120511
120887
|
GitAutomationStateFragmentDoc: GitAutomationStateFragmentDoc,
|
@@ -120573,7 +120949,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120573
120949
|
PasskeyLoginStartResponseFragmentDoc: PasskeyLoginStartResponseFragmentDoc,
|
120574
120950
|
ProjectFragmentDoc: ProjectFragmentDoc,
|
120575
120951
|
ProjectConnectionFragmentDoc: ProjectConnectionFragmentDoc,
|
120576
|
-
ProjectDetailSuggestionPayloadFragmentDoc: ProjectDetailSuggestionPayloadFragmentDoc,
|
120577
120952
|
ProjectFilterSuggestionPayloadFragmentDoc: ProjectFilterSuggestionPayloadFragmentDoc,
|
120578
120953
|
ProjectLinkFragmentDoc: ProjectLinkFragmentDoc,
|
120579
120954
|
ProjectLinkConnectionFragmentDoc: ProjectLinkConnectionFragmentDoc,
|
@@ -120603,7 +120978,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120603
120978
|
PushSubscriptionTestPayloadFragmentDoc: PushSubscriptionTestPayloadFragmentDoc,
|
120604
120979
|
RateLimitResultPayloadFragmentDoc: RateLimitResultPayloadFragmentDoc,
|
120605
120980
|
RateLimitPayloadFragmentDoc: RateLimitPayloadFragmentDoc,
|
120606
|
-
ReactionFragmentDoc: ReactionFragmentDoc,
|
120607
120981
|
ReactionConnectionFragmentDoc: ReactionConnectionFragmentDoc,
|
120608
120982
|
ReactionPayloadFragmentDoc: ReactionPayloadFragmentDoc,
|
120609
120983
|
RoadmapFragmentDoc: RoadmapFragmentDoc,
|
@@ -120882,6 +121256,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120882
121256
|
UpdateDiaryEntryDocument: UpdateDiaryEntryDocument,
|
120883
121257
|
CreateDocumentDocument: CreateDocumentDocument,
|
120884
121258
|
DeleteDocumentDocument: DeleteDocumentDocument,
|
121259
|
+
UnarchiveDocumentDocument: UnarchiveDocumentDocument,
|
120885
121260
|
UpdateDocumentDocument: UpdateDocumentDocument,
|
120886
121261
|
CreateEmailIntakeAddressDocument: CreateEmailIntakeAddressDocument,
|
120887
121262
|
DeleteEmailIntakeAddressDocument: DeleteEmailIntakeAddressDocument,
|
@@ -121050,7 +121425,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
121050
121425
|
UpdateUserFlagDocument: UpdateUserFlagDocument,
|
121051
121426
|
UserPromoteAdminDocument: UserPromoteAdminDocument,
|
121052
121427
|
UserPromoteMemberDocument: UserPromoteMemberDocument,
|
121053
|
-
UserSettingsFlagIncrementDocument: UserSettingsFlagIncrementDocument,
|
121054
121428
|
UserSettingsFlagsResetDocument: UserSettingsFlagsResetDocument,
|
121055
121429
|
UpdateUserSettingsDocument: UpdateUserSettingsDocument,
|
121056
121430
|
SuspendUserDocument: SuspendUserDocument,
|
@@ -121674,6 +122048,19 @@ class AuthOrganization extends Request {
|
|
121674
122048
|
this.releaseChannel = data.releaseChannel;
|
121675
122049
|
}
|
121676
122050
|
}
|
122051
|
+
/**
|
122052
|
+
* AuthOrganizationBucketNamePayload model
|
122053
|
+
*
|
122054
|
+
* @param request - function to call the graphql client
|
122055
|
+
* @param data - L.AuthOrganizationBucketNamePayloadFragment response data
|
122056
|
+
*/
|
122057
|
+
class AuthOrganizationBucketNamePayload extends Request {
|
122058
|
+
constructor(request, data) {
|
122059
|
+
super(request);
|
122060
|
+
this.importsBucketName = data.importsBucketName;
|
122061
|
+
this.uploadsBucketName = data.uploadsBucketName;
|
122062
|
+
}
|
122063
|
+
}
|
121677
122064
|
/**
|
121678
122065
|
* AuthOrganizationDomain model
|
121679
122066
|
*
|
@@ -121889,6 +122276,7 @@ class Comment extends Request {
|
|
121889
122276
|
this.url = data.url;
|
121890
122277
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
121891
122278
|
this.documentContent = data.documentContent ? new DocumentContent(request, data.documentContent) : undefined;
|
122279
|
+
this.reactions = data.reactions.map(node => new Reaction(request, node));
|
121892
122280
|
this._externalUser = (_g = data.externalUser) !== null && _g !== void 0 ? _g : undefined;
|
121893
122281
|
this._issue = (_h = data.issue) !== null && _h !== void 0 ? _h : undefined;
|
121894
122282
|
this._parent = (_j = data.parent) !== null && _j !== void 0 ? _j : undefined;
|
@@ -122509,7 +122897,7 @@ class DiaryEntryPayload extends Request {
|
|
122509
122897
|
*/
|
122510
122898
|
class Document extends Request {
|
122511
122899
|
constructor(request, data) {
|
122512
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
122900
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
122513
122901
|
super(request);
|
122514
122902
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
122515
122903
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
@@ -122521,11 +122909,12 @@ class Document extends Request {
|
|
122521
122909
|
this.slugId = data.slugId;
|
122522
122910
|
this.sortOrder = data.sortOrder;
|
122523
122911
|
this.title = data.title;
|
122524
|
-
this.
|
122912
|
+
this.trashed = (_g = data.trashed) !== null && _g !== void 0 ? _g : undefined;
|
122913
|
+
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
122525
122914
|
this.url = data.url;
|
122526
122915
|
this._creator = data.creator;
|
122527
|
-
this._lastAppliedTemplate = (
|
122528
|
-
this._project = (
|
122916
|
+
this._lastAppliedTemplate = (_j = data.lastAppliedTemplate) !== null && _j !== void 0 ? _j : undefined;
|
122917
|
+
this._project = (_k = data.project) !== null && _k !== void 0 ? _k : undefined;
|
122529
122918
|
this._updatedBy = data.updatedBy;
|
122530
122919
|
}
|
122531
122920
|
/** The user who created the document. */
|
@@ -122552,15 +122941,39 @@ class Document extends Request {
|
|
122552
122941
|
create(input) {
|
122553
122942
|
return new CreateDocumentMutation(this._request).fetch(input);
|
122554
122943
|
}
|
122555
|
-
/** Deletes a document. */
|
122944
|
+
/** Deletes (trashes) a document. */
|
122556
122945
|
delete() {
|
122557
122946
|
return new DeleteDocumentMutation(this._request).fetch(this.id);
|
122558
122947
|
}
|
122948
|
+
/** Restores a document. */
|
122949
|
+
unarchive() {
|
122950
|
+
return new UnarchiveDocumentMutation(this._request).fetch(this.id);
|
122951
|
+
}
|
122559
122952
|
/** Updates a document. */
|
122560
122953
|
update(input) {
|
122561
122954
|
return new UpdateDocumentMutation(this._request).fetch(this.id, input);
|
122562
122955
|
}
|
122563
122956
|
}
|
122957
|
+
/**
|
122958
|
+
* A generic payload return from entity archive mutations.
|
122959
|
+
*
|
122960
|
+
* @param request - function to call the graphql client
|
122961
|
+
* @param data - L.DocumentArchivePayloadFragment response data
|
122962
|
+
*/
|
122963
|
+
class DocumentArchivePayload extends Request {
|
122964
|
+
constructor(request, data) {
|
122965
|
+
var _a;
|
122966
|
+
super(request);
|
122967
|
+
this.lastSyncId = data.lastSyncId;
|
122968
|
+
this.success = data.success;
|
122969
|
+
this._entity = (_a = data.entity) !== null && _a !== void 0 ? _a : undefined;
|
122970
|
+
}
|
122971
|
+
/** The archived/unarchived entity. Null if entity was deleted. */
|
122972
|
+
get entity() {
|
122973
|
+
var _a, _b;
|
122974
|
+
return ((_a = this._entity) === null || _a === void 0 ? void 0 : _a.id) ? new DocumentQuery(this._request).fetch((_b = this._entity) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
122975
|
+
}
|
122976
|
+
}
|
122564
122977
|
/**
|
122565
122978
|
* DocumentConnection model
|
122566
122979
|
*
|
@@ -122647,7 +123060,7 @@ class DocumentContentHistoryPayload extends Request {
|
|
122647
123060
|
constructor(request, data) {
|
122648
123061
|
super(request);
|
122649
123062
|
this.success = data.success;
|
122650
|
-
this.history = data.history
|
123063
|
+
this.history = data.history.map(node => new DocumentContentHistoryType(request, node));
|
122651
123064
|
}
|
122652
123065
|
}
|
122653
123066
|
/**
|
@@ -122748,7 +123161,7 @@ class DocumentSearchPayload extends Request {
|
|
122748
123161
|
*/
|
122749
123162
|
class DocumentSearchResult extends Request {
|
122750
123163
|
constructor(request, data) {
|
122751
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
123164
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
122752
123165
|
super(request);
|
122753
123166
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
122754
123167
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
@@ -122761,11 +123174,12 @@ class DocumentSearchResult extends Request {
|
|
122761
123174
|
this.slugId = data.slugId;
|
122762
123175
|
this.sortOrder = data.sortOrder;
|
122763
123176
|
this.title = data.title;
|
122764
|
-
this.
|
123177
|
+
this.trashed = (_g = data.trashed) !== null && _g !== void 0 ? _g : undefined;
|
123178
|
+
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
122765
123179
|
this.url = data.url;
|
122766
123180
|
this._creator = data.creator;
|
122767
|
-
this._lastAppliedTemplate = (
|
122768
|
-
this._project = (
|
123181
|
+
this._lastAppliedTemplate = (_j = data.lastAppliedTemplate) !== null && _j !== void 0 ? _j : undefined;
|
123182
|
+
this._project = (_k = data.project) !== null && _k !== void 0 ? _k : undefined;
|
122769
123183
|
this._updatedBy = data.updatedBy;
|
122770
123184
|
}
|
122771
123185
|
/** The user who created the document. */
|
@@ -123084,13 +123498,38 @@ class ExternalUserConnection extends Connection {
|
|
123084
123498
|
*/
|
123085
123499
|
class Facet extends Request {
|
123086
123500
|
constructor(request, data) {
|
123087
|
-
var _a, _b, _c;
|
123501
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
123088
123502
|
super(request);
|
123089
123503
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
123090
123504
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
123091
123505
|
this.id = data.id;
|
123092
123506
|
this.sortOrder = data.sortOrder;
|
123093
123507
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
123508
|
+
this.sourcePage = (_d = data.sourcePage) !== null && _d !== void 0 ? _d : undefined;
|
123509
|
+
this._sourceProject = (_e = data.sourceProject) !== null && _e !== void 0 ? _e : undefined;
|
123510
|
+
this._sourceTeam = (_f = data.sourceTeam) !== null && _f !== void 0 ? _f : undefined;
|
123511
|
+
this._targetCustomView = (_g = data.targetCustomView) !== null && _g !== void 0 ? _g : undefined;
|
123512
|
+
}
|
123513
|
+
/** The owning organization. */
|
123514
|
+
get sourceOrganization() {
|
123515
|
+
return new OrganizationQuery(this._request).fetch();
|
123516
|
+
}
|
123517
|
+
/** The owning project. */
|
123518
|
+
get sourceProject() {
|
123519
|
+
var _a, _b;
|
123520
|
+
return ((_a = this._sourceProject) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectQuery(this._request).fetch((_b = this._sourceProject) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
123521
|
+
}
|
123522
|
+
/** The owning team. */
|
123523
|
+
get sourceTeam() {
|
123524
|
+
var _a, _b;
|
123525
|
+
return ((_a = this._sourceTeam) === null || _a === void 0 ? void 0 : _a.id) ? new TeamQuery(this._request).fetch((_b = this._sourceTeam) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
123526
|
+
}
|
123527
|
+
/** The targeted custom view. */
|
123528
|
+
get targetCustomView() {
|
123529
|
+
var _a, _b;
|
123530
|
+
return ((_a = this._targetCustomView) === null || _a === void 0 ? void 0 : _a.id)
|
123531
|
+
? new CustomViewQuery(this._request).fetch((_b = this._targetCustomView) === null || _b === void 0 ? void 0 : _b.id)
|
123532
|
+
: undefined;
|
123094
123533
|
}
|
123095
123534
|
}
|
123096
123535
|
/**
|
@@ -123243,6 +123682,113 @@ class FavoritePayload extends Request {
|
|
123243
123682
|
return new FavoriteQuery(this._request).fetch(this._favorite.id);
|
123244
123683
|
}
|
123245
123684
|
}
|
123685
|
+
/**
|
123686
|
+
* A feature flag for a project.
|
123687
|
+
*
|
123688
|
+
* @param request - function to call the graphql client
|
123689
|
+
* @param data - L.FeatureFlagFragment response data
|
123690
|
+
*/
|
123691
|
+
class FeatureFlag extends Request {
|
123692
|
+
constructor(request, data) {
|
123693
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
123694
|
+
super(request);
|
123695
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
123696
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
123697
|
+
this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
|
123698
|
+
this.externalUrl = data.externalUrl;
|
123699
|
+
this.id = data.id;
|
123700
|
+
this.isEnabled = data.isEnabled;
|
123701
|
+
this.key = data.key;
|
123702
|
+
this.lastStageUpdatedAt = (_d = parseDate(data.lastStageUpdatedAt)) !== null && _d !== void 0 ? _d : undefined;
|
123703
|
+
this.status = data.status;
|
123704
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
123705
|
+
this.pendingRolloutStage = data.pendingRolloutStage
|
123706
|
+
? new FeatureFlagRolloutStage(request, data.pendingRolloutStage)
|
123707
|
+
: undefined;
|
123708
|
+
this.rolloutStage = new FeatureFlagRolloutStage(request, data.rolloutStage);
|
123709
|
+
this._creator = (_f = data.creator) !== null && _f !== void 0 ? _f : undefined;
|
123710
|
+
this._integration = data.integration;
|
123711
|
+
this._lastStageUpdatedBy = (_g = data.lastStageUpdatedBy) !== null && _g !== void 0 ? _g : undefined;
|
123712
|
+
this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
|
123713
|
+
}
|
123714
|
+
/** The user who created the feature flag. */
|
123715
|
+
get creator() {
|
123716
|
+
var _a, _b;
|
123717
|
+
return ((_a = this._creator) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._creator) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
123718
|
+
}
|
123719
|
+
/** The integration providing the feature flag. */
|
123720
|
+
get integration() {
|
123721
|
+
return new IntegrationQuery(this._request).fetch(this._integration.id);
|
123722
|
+
}
|
123723
|
+
/** The user who last changed the stage of the feature flag. */
|
123724
|
+
get lastStageUpdatedBy() {
|
123725
|
+
var _a, _b;
|
123726
|
+
return ((_a = this._lastStageUpdatedBy) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._lastStageUpdatedBy) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
123727
|
+
}
|
123728
|
+
/** The organization of the feature flag. */
|
123729
|
+
get organization() {
|
123730
|
+
return new OrganizationQuery(this._request).fetch();
|
123731
|
+
}
|
123732
|
+
/** The project the feature flag is associated with. */
|
123733
|
+
get project() {
|
123734
|
+
var _a, _b;
|
123735
|
+
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;
|
123736
|
+
}
|
123737
|
+
}
|
123738
|
+
/**
|
123739
|
+
* FeatureFlagConnection model
|
123740
|
+
*
|
123741
|
+
* @param request - function to call the graphql client
|
123742
|
+
* @param fetch - function to trigger a refetch of this FeatureFlagConnection model
|
123743
|
+
* @param data - FeatureFlagConnection response data
|
123744
|
+
*/
|
123745
|
+
class FeatureFlagConnection extends Connection {
|
123746
|
+
constructor(request, fetch, data) {
|
123747
|
+
super(request, fetch, data.nodes.map(node => new FeatureFlag(request, node)), new PageInfo(request, data.pageInfo));
|
123748
|
+
}
|
123749
|
+
}
|
123750
|
+
/**
|
123751
|
+
* A rollout stage for a feature flag.
|
123752
|
+
*
|
123753
|
+
* @param request - function to call the graphql client
|
123754
|
+
* @param data - L.FeatureFlagRolloutStageFragment response data
|
123755
|
+
*/
|
123756
|
+
class FeatureFlagRolloutStage extends Request {
|
123757
|
+
constructor(request, data) {
|
123758
|
+
var _a, _b, _c, _d;
|
123759
|
+
super(request);
|
123760
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
123761
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
123762
|
+
this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
|
123763
|
+
this.id = data.id;
|
123764
|
+
this.name = data.name;
|
123765
|
+
this.segmentKeys = data.segmentKeys;
|
123766
|
+
this.sortOrder = data.sortOrder;
|
123767
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
123768
|
+
this.type = data.type;
|
123769
|
+
this._integration = data.integration;
|
123770
|
+
}
|
123771
|
+
/** The integration providing the feature flag. */
|
123772
|
+
get integration() {
|
123773
|
+
return new IntegrationQuery(this._request).fetch(this._integration.id);
|
123774
|
+
}
|
123775
|
+
/** The organization of the feature flag rollout stage. */
|
123776
|
+
get organization() {
|
123777
|
+
return new OrganizationQuery(this._request).fetch();
|
123778
|
+
}
|
123779
|
+
}
|
123780
|
+
/**
|
123781
|
+
* FeatureFlagRolloutStageConnection model
|
123782
|
+
*
|
123783
|
+
* @param request - function to call the graphql client
|
123784
|
+
* @param fetch - function to trigger a refetch of this FeatureFlagRolloutStageConnection model
|
123785
|
+
* @param data - FeatureFlagRolloutStageConnection response data
|
123786
|
+
*/
|
123787
|
+
class FeatureFlagRolloutStageConnection extends Connection {
|
123788
|
+
constructor(request, fetch, data) {
|
123789
|
+
super(request, fetch, data.nodes.map(node => new FeatureFlagRolloutStage(request, node)), new PageInfo(request, data.pageInfo));
|
123790
|
+
}
|
123791
|
+
}
|
123246
123792
|
/**
|
123247
123793
|
* FrontAttachmentPayload model
|
123248
123794
|
*
|
@@ -123498,7 +124044,7 @@ class GoogleSheetsSettings extends Request {
|
|
123498
124044
|
this.sheetId = data.sheetId;
|
123499
124045
|
this.spreadsheetId = data.spreadsheetId;
|
123500
124046
|
this.spreadsheetUrl = data.spreadsheetUrl;
|
123501
|
-
this.updatedIssuesAt = (_a = parseDate(data.updatedIssuesAt)) !== null && _a !== void 0 ? _a :
|
124047
|
+
this.updatedIssuesAt = (_a = parseDate(data.updatedIssuesAt)) !== null && _a !== void 0 ? _a : undefined;
|
123502
124048
|
}
|
123503
124049
|
}
|
123504
124050
|
/**
|
@@ -123686,6 +124232,7 @@ class IntegrationSettings extends Request {
|
|
123686
124232
|
this.intercom = data.intercom ? new IntercomSettings(request, data.intercom) : undefined;
|
123687
124233
|
this.jira = data.jira ? new JiraSettings(request, data.jira) : undefined;
|
123688
124234
|
this.jiraPersonal = data.jiraPersonal ? new JiraPersonalSettings(request, data.jiraPersonal) : undefined;
|
124235
|
+
this.launchDarkly = data.launchDarkly ? new LaunchDarklySettings(request, data.launchDarkly) : undefined;
|
123689
124236
|
this.notion = data.notion ? new NotionSettings(request, data.notion) : undefined;
|
123690
124237
|
this.opsgenie = data.opsgenie ? new OpsgenieSettings(request, data.opsgenie) : undefined;
|
123691
124238
|
this.pagerDuty = data.pagerDuty ? new PagerDutySettings(request, data.pagerDuty) : undefined;
|
@@ -123776,24 +124323,25 @@ class IntegrationTemplatePayload extends Request {
|
|
123776
124323
|
*/
|
123777
124324
|
class IntegrationsSettings extends Request {
|
123778
124325
|
constructor(request, data) {
|
123779
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
124326
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
123780
124327
|
super(request);
|
123781
124328
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
123782
124329
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
123783
124330
|
this.id = data.id;
|
123784
124331
|
this.slackIssueAddedToTriage = (_c = data.slackIssueAddedToTriage) !== null && _c !== void 0 ? _c : undefined;
|
123785
|
-
this.
|
123786
|
-
this.
|
123787
|
-
this.
|
123788
|
-
this.
|
123789
|
-
this.
|
123790
|
-
this.
|
123791
|
-
this.
|
123792
|
-
this.
|
123793
|
-
this.
|
123794
|
-
this.
|
123795
|
-
this.
|
123796
|
-
this.
|
124332
|
+
this.slackIssueAddedToView = (_d = data.slackIssueAddedToView) !== null && _d !== void 0 ? _d : undefined;
|
124333
|
+
this.slackIssueCreated = (_e = data.slackIssueCreated) !== null && _e !== void 0 ? _e : undefined;
|
124334
|
+
this.slackIssueNewComment = (_f = data.slackIssueNewComment) !== null && _f !== void 0 ? _f : undefined;
|
124335
|
+
this.slackIssueSlaBreached = (_g = data.slackIssueSlaBreached) !== null && _g !== void 0 ? _g : undefined;
|
124336
|
+
this.slackIssueSlaHighRisk = (_h = data.slackIssueSlaHighRisk) !== null && _h !== void 0 ? _h : undefined;
|
124337
|
+
this.slackIssueStatusChangedAll = (_j = data.slackIssueStatusChangedAll) !== null && _j !== void 0 ? _j : undefined;
|
124338
|
+
this.slackIssueStatusChangedDone = (_k = data.slackIssueStatusChangedDone) !== null && _k !== void 0 ? _k : undefined;
|
124339
|
+
this.slackProjectUpdateCreated = (_l = data.slackProjectUpdateCreated) !== null && _l !== void 0 ? _l : undefined;
|
124340
|
+
this.slackProjectUpdateCreatedToTeam = (_m = data.slackProjectUpdateCreatedToTeam) !== null && _m !== void 0 ? _m : undefined;
|
124341
|
+
this.slackProjectUpdateCreatedToWorkspace = (_o = data.slackProjectUpdateCreatedToWorkspace) !== null && _o !== void 0 ? _o : undefined;
|
124342
|
+
this.updatedAt = (_p = parseDate(data.updatedAt)) !== null && _p !== void 0 ? _p : new Date();
|
124343
|
+
this._project = (_q = data.project) !== null && _q !== void 0 ? _q : undefined;
|
124344
|
+
this._team = (_r = data.team) !== null && _r !== void 0 ? _r : undefined;
|
123797
124345
|
}
|
123798
124346
|
/** Project which those settings apply to. */
|
123799
124347
|
get project() {
|
@@ -123890,6 +124438,7 @@ class Issue extends Request {
|
|
123890
124438
|
this.previousIdentifiers = data.previousIdentifiers;
|
123891
124439
|
this.priority = data.priority;
|
123892
124440
|
this.priorityLabel = data.priorityLabel;
|
124441
|
+
this.reactionData = data.reactionData;
|
123893
124442
|
this.slaBreachesAt = (_k = parseDate(data.slaBreachesAt)) !== null && _k !== void 0 ? _k : undefined;
|
123894
124443
|
this.slaStartedAt = (_l = parseDate(data.slaStartedAt)) !== null && _l !== void 0 ? _l : undefined;
|
123895
124444
|
this.snoozedUntilAt = (_m = parseDate(data.snoozedUntilAt)) !== null && _m !== void 0 ? _m : undefined;
|
@@ -123903,6 +124452,7 @@ class Issue extends Request {
|
|
123903
124452
|
this.updatedAt = (_t = parseDate(data.updatedAt)) !== null && _t !== void 0 ? _t : new Date();
|
123904
124453
|
this.url = data.url;
|
123905
124454
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
124455
|
+
this.reactions = data.reactions.map(node => new Reaction(request, node));
|
123906
124456
|
this.integrationSourceType = (_u = data.integrationSourceType) !== null && _u !== void 0 ? _u : undefined;
|
123907
124457
|
this._assignee = (_v = data.assignee) !== null && _v !== void 0 ? _v : undefined;
|
123908
124458
|
this._creator = (_w = data.creator) !== null && _w !== void 0 ? _w : undefined;
|
@@ -124171,7 +124721,7 @@ class IssueHistory extends Request {
|
|
124171
124721
|
this._toState = (_22 = data.toState) !== null && _22 !== void 0 ? _22 : undefined;
|
124172
124722
|
this._toTeam = (_23 = data.toTeam) !== null && _23 !== void 0 ? _23 : undefined;
|
124173
124723
|
}
|
124174
|
-
/** The
|
124724
|
+
/** The actor that performed the actions. This field may be empty in the case of integrations or automations. */
|
124175
124725
|
get actor() {
|
124176
124726
|
var _a, _b;
|
124177
124727
|
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;
|
@@ -124181,32 +124731,32 @@ class IssueHistory extends Request {
|
|
124181
124731
|
var _a, _b;
|
124182
124732
|
return ((_a = this._attachment) === null || _a === void 0 ? void 0 : _a.id) ? new AttachmentQuery(this._request).fetch((_b = this._attachment) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
124183
124733
|
}
|
124184
|
-
/** The user from
|
124734
|
+
/** The user that was unassigned from the issue. */
|
124185
124735
|
get fromAssignee() {
|
124186
124736
|
var _a, _b;
|
124187
124737
|
return ((_a = this._fromAssignee) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._fromAssignee) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
124188
124738
|
}
|
124189
|
-
/** The
|
124739
|
+
/** The cycle that the issue was moved from. */
|
124190
124740
|
get fromCycle() {
|
124191
124741
|
var _a, _b;
|
124192
124742
|
return ((_a = this._fromCycle) === null || _a === void 0 ? void 0 : _a.id) ? new CycleQuery(this._request).fetch((_b = this._fromCycle) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
124193
124743
|
}
|
124194
|
-
/** The
|
124744
|
+
/** The parent issue that the issue was moved from. */
|
124195
124745
|
get fromParent() {
|
124196
124746
|
var _a, _b;
|
124197
124747
|
return ((_a = this._fromParent) === null || _a === void 0 ? void 0 : _a.id) ? new IssueQuery(this._request).fetch((_b = this._fromParent) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
124198
124748
|
}
|
124199
|
-
/** The
|
124749
|
+
/** The project that the issue was moved from. */
|
124200
124750
|
get fromProject() {
|
124201
124751
|
var _a, _b;
|
124202
124752
|
return ((_a = this._fromProject) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectQuery(this._request).fetch((_b = this._fromProject) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
124203
124753
|
}
|
124204
|
-
/** The
|
124754
|
+
/** The state that the issue was moved from. */
|
124205
124755
|
get fromState() {
|
124206
124756
|
var _a, _b;
|
124207
124757
|
return ((_a = this._fromState) === null || _a === void 0 ? void 0 : _a.id) ? new WorkflowStateQuery(this._request).fetch((_b = this._fromState) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
124208
124758
|
}
|
124209
|
-
/** The team
|
124759
|
+
/** The team that the issue was moved from. */
|
124210
124760
|
get fromTeam() {
|
124211
124761
|
var _a, _b;
|
124212
124762
|
return ((_a = this._fromTeam) === null || _a === void 0 ? void 0 : _a.id) ? new TeamQuery(this._request).fetch((_b = this._fromTeam) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
@@ -124215,7 +124765,7 @@ class IssueHistory extends Request {
|
|
124215
124765
|
get issue() {
|
124216
124766
|
return new IssueQuery(this._request).fetch(this._issue.id);
|
124217
124767
|
}
|
124218
|
-
/** The user
|
124768
|
+
/** The user that was assigned to the issue. */
|
124219
124769
|
get toAssignee() {
|
124220
124770
|
var _a, _b;
|
124221
124771
|
return ((_a = this._toAssignee) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._toAssignee) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
@@ -124227,27 +124777,27 @@ class IssueHistory extends Request {
|
|
124227
124777
|
? new ProjectQuery(this._request).fetch((_b = this._toConvertedProject) === null || _b === void 0 ? void 0 : _b.id)
|
124228
124778
|
: undefined;
|
124229
124779
|
}
|
124230
|
-
/** The
|
124780
|
+
/** The cycle that the issue was moved to. */
|
124231
124781
|
get toCycle() {
|
124232
124782
|
var _a, _b;
|
124233
124783
|
return ((_a = this._toCycle) === null || _a === void 0 ? void 0 : _a.id) ? new CycleQuery(this._request).fetch((_b = this._toCycle) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
124234
124784
|
}
|
124235
|
-
/** The
|
124785
|
+
/** The parent issue that the issue was moved to. */
|
124236
124786
|
get toParent() {
|
124237
124787
|
var _a, _b;
|
124238
124788
|
return ((_a = this._toParent) === null || _a === void 0 ? void 0 : _a.id) ? new IssueQuery(this._request).fetch((_b = this._toParent) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
124239
124789
|
}
|
124240
|
-
/** The
|
124790
|
+
/** The project that the issue was moved to. */
|
124241
124791
|
get toProject() {
|
124242
124792
|
var _a, _b;
|
124243
124793
|
return ((_a = this._toProject) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectQuery(this._request).fetch((_b = this._toProject) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
124244
124794
|
}
|
124245
|
-
/** The
|
124795
|
+
/** The state that the issue was moved to. */
|
124246
124796
|
get toState() {
|
124247
124797
|
var _a, _b;
|
124248
124798
|
return ((_a = this._toState) === null || _a === void 0 ? void 0 : _a.id) ? new WorkflowStateQuery(this._request).fetch((_b = this._toState) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
124249
124799
|
}
|
124250
|
-
/** The team
|
124800
|
+
/** The team that the issue was moved to. */
|
124251
124801
|
get toTeam() {
|
124252
124802
|
var _a, _b;
|
124253
124803
|
return ((_a = this._toTeam) === null || _a === void 0 ? void 0 : _a.id) ? new TeamQuery(this._request).fetch((_b = this._toTeam) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
@@ -124665,6 +125215,7 @@ class IssueSearchResult extends Request {
|
|
124665
125215
|
this.previousIdentifiers = data.previousIdentifiers;
|
124666
125216
|
this.priority = data.priority;
|
124667
125217
|
this.priorityLabel = data.priorityLabel;
|
125218
|
+
this.reactionData = data.reactionData;
|
124668
125219
|
this.slaBreachesAt = (_k = parseDate(data.slaBreachesAt)) !== null && _k !== void 0 ? _k : undefined;
|
124669
125220
|
this.slaStartedAt = (_l = parseDate(data.slaStartedAt)) !== null && _l !== void 0 ? _l : undefined;
|
124670
125221
|
this.snoozedUntilAt = (_m = parseDate(data.snoozedUntilAt)) !== null && _m !== void 0 ? _m : undefined;
|
@@ -124678,6 +125229,7 @@ class IssueSearchResult extends Request {
|
|
124678
125229
|
this.updatedAt = (_t = parseDate(data.updatedAt)) !== null && _t !== void 0 ? _t : new Date();
|
124679
125230
|
this.url = data.url;
|
124680
125231
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
125232
|
+
this.reactions = data.reactions.map(node => new Reaction(request, node));
|
124681
125233
|
this.integrationSourceType = (_u = data.integrationSourceType) !== null && _u !== void 0 ? _u : undefined;
|
124682
125234
|
this._assignee = (_v = data.assignee) !== null && _v !== void 0 ? _v : undefined;
|
124683
125235
|
this._creator = (_w = data.creator) !== null && _w !== void 0 ? _w : undefined;
|
@@ -124897,6 +125449,19 @@ class LabelNotificationSubscription extends Request {
|
|
124897
125449
|
return ((_a = this._user) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._user) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
124898
125450
|
}
|
124899
125451
|
}
|
125452
|
+
/**
|
125453
|
+
* LaunchDarkly specific settings.
|
125454
|
+
*
|
125455
|
+
* @param request - function to call the graphql client
|
125456
|
+
* @param data - L.LaunchDarklySettingsFragment response data
|
125457
|
+
*/
|
125458
|
+
class LaunchDarklySettings extends Request {
|
125459
|
+
constructor(request, data) {
|
125460
|
+
super(request);
|
125461
|
+
this.environment = data.environment;
|
125462
|
+
this.projectKey = data.projectKey;
|
125463
|
+
}
|
125464
|
+
}
|
124900
125465
|
/**
|
124901
125466
|
* LogoutResponse model
|
124902
125467
|
*
|
@@ -125051,7 +125616,7 @@ class NotificationDeliveryPreferencesChannel extends Request {
|
|
125051
125616
|
var _a;
|
125052
125617
|
super(request);
|
125053
125618
|
this.notificationsDisabled = (_a = data.notificationsDisabled) !== null && _a !== void 0 ? _a : undefined;
|
125054
|
-
this.schedule = new NotificationDeliveryPreferencesSchedule(request, data.schedule);
|
125619
|
+
this.schedule = data.schedule ? new NotificationDeliveryPreferencesSchedule(request, data.schedule) : undefined;
|
125055
125620
|
}
|
125056
125621
|
}
|
125057
125622
|
/**
|
@@ -125372,7 +125937,7 @@ class OpsgenieSettings extends Request {
|
|
125372
125937
|
constructor(request, data) {
|
125373
125938
|
var _a;
|
125374
125939
|
super(request);
|
125375
|
-
this.apiFailedWithUnauthorizedErrorAt = (_a = parseDate(data.apiFailedWithUnauthorizedErrorAt)) !== null && _a !== void 0 ? _a :
|
125940
|
+
this.apiFailedWithUnauthorizedErrorAt = (_a = parseDate(data.apiFailedWithUnauthorizedErrorAt)) !== null && _a !== void 0 ? _a : undefined;
|
125376
125941
|
}
|
125377
125942
|
}
|
125378
125943
|
/**
|
@@ -125409,6 +125974,9 @@ class Organization extends Request {
|
|
125409
125974
|
this.urlKey = data.urlKey;
|
125410
125975
|
this.userCount = data.userCount;
|
125411
125976
|
this.subscription = data.subscription ? new PaidSubscription(request, data.subscription) : undefined;
|
125977
|
+
this.ipRestrictions = data.ipRestrictions
|
125978
|
+
? data.ipRestrictions.map(node => new OrganizationIpRestriction(request, node))
|
125979
|
+
: undefined;
|
125412
125980
|
this.projectStatuses = data.projectStatuses.map(node => new ProjectStatus(request, node));
|
125413
125981
|
this.projectUpdateRemindersDay = data.projectUpdateRemindersDay;
|
125414
125982
|
this.projectUpdatesReminderFrequency = data.projectUpdatesReminderFrequency;
|
@@ -125533,7 +126101,7 @@ class OrganizationExistsPayload extends Request {
|
|
125533
126101
|
*/
|
125534
126102
|
class OrganizationInvite extends Request {
|
125535
126103
|
constructor(request, data) {
|
125536
|
-
var _a, _b, _c, _d, _e, _f;
|
126104
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
125537
126105
|
super(request);
|
125538
126106
|
this.acceptedAt = (_a = parseDate(data.acceptedAt)) !== null && _a !== void 0 ? _a : undefined;
|
125539
126107
|
this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -125542,10 +126110,10 @@ class OrganizationInvite extends Request {
|
|
125542
126110
|
this.expiresAt = (_d = parseDate(data.expiresAt)) !== null && _d !== void 0 ? _d : undefined;
|
125543
126111
|
this.external = data.external;
|
125544
126112
|
this.id = data.id;
|
125545
|
-
this.metadata = data.metadata;
|
125546
|
-
this.updatedAt = (
|
126113
|
+
this.metadata = (_e = data.metadata) !== null && _e !== void 0 ? _e : undefined;
|
126114
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
125547
126115
|
this.role = data.role;
|
125548
|
-
this._invitee = (
|
126116
|
+
this._invitee = (_g = data.invitee) !== null && _g !== void 0 ? _g : undefined;
|
125549
126117
|
this._inviter = data.inviter;
|
125550
126118
|
}
|
125551
126119
|
/** The user who has accepted the invite. Null, if the invite hasn't been accepted. */
|
@@ -125645,6 +126213,22 @@ class OrganizationInvitePayload extends Request {
|
|
125645
126213
|
return new OrganizationInviteQuery(this._request).fetch(this._organizationInvite.id);
|
125646
126214
|
}
|
125647
126215
|
}
|
126216
|
+
/**
|
126217
|
+
* OrganizationIpRestriction model
|
126218
|
+
*
|
126219
|
+
* @param request - function to call the graphql client
|
126220
|
+
* @param data - L.OrganizationIpRestrictionFragment response data
|
126221
|
+
*/
|
126222
|
+
class OrganizationIpRestriction extends Request {
|
126223
|
+
constructor(request, data) {
|
126224
|
+
var _a;
|
126225
|
+
super(request);
|
126226
|
+
this.description = (_a = data.description) !== null && _a !== void 0 ? _a : undefined;
|
126227
|
+
this.enabled = data.enabled;
|
126228
|
+
this.range = data.range;
|
126229
|
+
this.type = data.type;
|
126230
|
+
}
|
126231
|
+
}
|
125648
126232
|
/**
|
125649
126233
|
* OrganizationMeta model
|
125650
126234
|
*
|
@@ -125727,7 +126311,7 @@ class PagerDutySettings extends Request {
|
|
125727
126311
|
constructor(request, data) {
|
125728
126312
|
var _a;
|
125729
126313
|
super(request);
|
125730
|
-
this.apiFailedWithUnauthorizedErrorAt = (_a = parseDate(data.apiFailedWithUnauthorizedErrorAt)) !== null && _a !== void 0 ? _a :
|
126314
|
+
this.apiFailedWithUnauthorizedErrorAt = (_a = parseDate(data.apiFailedWithUnauthorizedErrorAt)) !== null && _a !== void 0 ? _a : undefined;
|
125731
126315
|
}
|
125732
126316
|
}
|
125733
126317
|
/**
|
@@ -125738,21 +126322,21 @@ class PagerDutySettings extends Request {
|
|
125738
126322
|
*/
|
125739
126323
|
class PaidSubscription extends Request {
|
125740
126324
|
constructor(request, data) {
|
125741
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j
|
126325
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
125742
126326
|
super(request);
|
125743
126327
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
125744
126328
|
this.canceledAt = (_b = parseDate(data.canceledAt)) !== null && _b !== void 0 ? _b : undefined;
|
125745
|
-
this.collectionMethod =
|
125746
|
-
this.createdAt = (
|
126329
|
+
this.collectionMethod = data.collectionMethod;
|
126330
|
+
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
125747
126331
|
this.id = data.id;
|
125748
|
-
this.nextBillingAt = (
|
125749
|
-
this.pendingChangeType = (
|
126332
|
+
this.nextBillingAt = (_d = parseDate(data.nextBillingAt)) !== null && _d !== void 0 ? _d : undefined;
|
126333
|
+
this.pendingChangeType = (_e = data.pendingChangeType) !== null && _e !== void 0 ? _e : undefined;
|
125750
126334
|
this.seats = data.seats;
|
125751
|
-
this.seatsMaximum = (
|
125752
|
-
this.seatsMinimum = (
|
126335
|
+
this.seatsMaximum = (_f = data.seatsMaximum) !== null && _f !== void 0 ? _f : undefined;
|
126336
|
+
this.seatsMinimum = (_g = data.seatsMinimum) !== null && _g !== void 0 ? _g : undefined;
|
125753
126337
|
this.type = data.type;
|
125754
|
-
this.updatedAt = (
|
125755
|
-
this._creator = (
|
126338
|
+
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
126339
|
+
this._creator = (_j = data.creator) !== null && _j !== void 0 ? _j : undefined;
|
125756
126340
|
}
|
125757
126341
|
/** The creator of the subscription. */
|
125758
126342
|
get creator() {
|
@@ -125968,20 +126552,6 @@ class ProjectConnection extends Connection {
|
|
125968
126552
|
super(request, fetch, data.nodes.map(node => new Project(request, node)), new PageInfo(request, data.pageInfo));
|
125969
126553
|
}
|
125970
126554
|
}
|
125971
|
-
/**
|
125972
|
-
* ProjectDetailSuggestionPayload model
|
125973
|
-
*
|
125974
|
-
* @param request - function to call the graphql client
|
125975
|
-
* @param data - L.ProjectDetailSuggestionPayloadFragment response data
|
125976
|
-
*/
|
125977
|
-
class ProjectDetailSuggestionPayload extends Request {
|
125978
|
-
constructor(request, data) {
|
125979
|
-
var _a, _b;
|
125980
|
-
super(request);
|
125981
|
-
this.color = (_a = data.color) !== null && _a !== void 0 ? _a : undefined;
|
125982
|
-
this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
|
125983
|
-
}
|
125984
|
-
}
|
125985
126555
|
/**
|
125986
126556
|
* ProjectFilterSuggestionPayload model
|
125987
126557
|
*
|
@@ -126511,6 +127081,7 @@ class ProjectUpdate extends Request {
|
|
126511
127081
|
this.reactionData = data.reactionData;
|
126512
127082
|
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
126513
127083
|
this.url = data.url;
|
127084
|
+
this.reactions = data.reactions.map(node => new Reaction(request, node));
|
126514
127085
|
this.health = data.health;
|
126515
127086
|
this._project = data.project;
|
126516
127087
|
this._user = data.user;
|
@@ -127513,14 +128084,14 @@ class TeamConnection extends Connection {
|
|
127513
128084
|
*/
|
127514
128085
|
class TeamMembership extends Request {
|
127515
128086
|
constructor(request, data) {
|
127516
|
-
var _a, _b, _c
|
128087
|
+
var _a, _b, _c;
|
127517
128088
|
super(request);
|
127518
128089
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
127519
128090
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
127520
128091
|
this.id = data.id;
|
127521
|
-
this.owner =
|
128092
|
+
this.owner = data.owner;
|
127522
128093
|
this.sortOrder = data.sortOrder;
|
127523
|
-
this.updatedAt = (
|
128094
|
+
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
127524
128095
|
this._team = data.team;
|
127525
128096
|
this._user = data.user;
|
127526
128097
|
}
|
@@ -127824,7 +128395,7 @@ class TimeSchedule extends Request {
|
|
127824
128395
|
this.id = data.id;
|
127825
128396
|
this.name = data.name;
|
127826
128397
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
127827
|
-
this.entries = data.entries.map(node => new TimeScheduleEntry(request, node));
|
128398
|
+
this.entries = data.entries ? data.entries.map(node => new TimeScheduleEntry(request, node)) : undefined;
|
127828
128399
|
this._integration = (_f = data.integration) !== null && _f !== void 0 ? _f : undefined;
|
127829
128400
|
}
|
127830
128401
|
/** The identifier of the Linear integration populating the schedule. */
|
@@ -128287,11 +128858,12 @@ class UserSettings extends Request {
|
|
128287
128858
|
*/
|
128288
128859
|
class UserSettingsFlagPayload extends Request {
|
128289
128860
|
constructor(request, data) {
|
128861
|
+
var _a, _b;
|
128290
128862
|
super(request);
|
128291
|
-
this.flag = data.flag;
|
128863
|
+
this.flag = (_a = data.flag) !== null && _a !== void 0 ? _a : undefined;
|
128292
128864
|
this.lastSyncId = data.lastSyncId;
|
128293
128865
|
this.success = data.success;
|
128294
|
-
this.value = data.value;
|
128866
|
+
this.value = (_b = data.value) !== null && _b !== void 0 ? _b : undefined;
|
128295
128867
|
}
|
128296
128868
|
}
|
128297
128869
|
/**
|
@@ -128512,31 +129084,31 @@ class WorkflowCronJobDefinitionConnection extends Connection {
|
|
128512
129084
|
*/
|
128513
129085
|
class WorkflowDefinition extends Request {
|
128514
129086
|
constructor(request, data) {
|
128515
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
129087
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
128516
129088
|
super(request);
|
128517
129089
|
this.activities = data.activities;
|
128518
129090
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
128519
|
-
this.conditions = data.conditions;
|
128520
|
-
this.createdAt = (
|
128521
|
-
this.description = (
|
129091
|
+
this.conditions = (_b = data.conditions) !== null && _b !== void 0 ? _b : undefined;
|
129092
|
+
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
129093
|
+
this.description = (_d = data.description) !== null && _d !== void 0 ? _d : undefined;
|
128522
129094
|
this.enabled = data.enabled;
|
128523
|
-
this.groupName = (
|
129095
|
+
this.groupName = (_e = data.groupName) !== null && _e !== void 0 ? _e : undefined;
|
128524
129096
|
this.id = data.id;
|
128525
129097
|
this.name = data.name;
|
128526
129098
|
this.sortOrder = data.sortOrder;
|
128527
|
-
this.updatedAt = (
|
128528
|
-
this.contextViewType = (
|
129099
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
129100
|
+
this.contextViewType = (_g = data.contextViewType) !== null && _g !== void 0 ? _g : undefined;
|
128529
129101
|
this.trigger = data.trigger;
|
128530
129102
|
this.triggerType = data.triggerType;
|
128531
129103
|
this.type = data.type;
|
128532
|
-
this.userContextViewType = (
|
129104
|
+
this.userContextViewType = (_h = data.userContextViewType) !== null && _h !== void 0 ? _h : undefined;
|
128533
129105
|
this._creator = data.creator;
|
128534
|
-
this._customView = (
|
128535
|
-
this._cycle = (
|
128536
|
-
this._label = (
|
128537
|
-
this._project = (
|
128538
|
-
this._team = (
|
128539
|
-
this._user = (
|
129106
|
+
this._customView = (_j = data.customView) !== null && _j !== void 0 ? _j : undefined;
|
129107
|
+
this._cycle = (_k = data.cycle) !== null && _k !== void 0 ? _k : undefined;
|
129108
|
+
this._label = (_l = data.label) !== null && _l !== void 0 ? _l : undefined;
|
129109
|
+
this._project = (_m = data.project) !== null && _m !== void 0 ? _m : undefined;
|
129110
|
+
this._team = (_o = data.team) !== null && _o !== void 0 ? _o : undefined;
|
129111
|
+
this._user = (_p = data.user) !== null && _p !== void 0 ? _p : undefined;
|
128540
129112
|
}
|
128541
129113
|
/** The user who created the workflow. */
|
128542
129114
|
get creator() {
|
@@ -132041,7 +132613,7 @@ class DeleteDocumentMutation extends Request {
|
|
132041
132613
|
super(request);
|
132042
132614
|
}
|
132043
132615
|
/**
|
132044
|
-
* Call the DeleteDocument mutation and return a
|
132616
|
+
* Call the DeleteDocument mutation and return a DocumentArchivePayload
|
132045
132617
|
*
|
132046
132618
|
* @param id - required id to pass to deleteDocument
|
132047
132619
|
* @returns parsed response from DeleteDocumentMutation
|
@@ -132052,7 +132624,32 @@ class DeleteDocumentMutation extends Request {
|
|
132052
132624
|
id,
|
132053
132625
|
});
|
132054
132626
|
const data = response.documentDelete;
|
132055
|
-
return new
|
132627
|
+
return new DocumentArchivePayload(this._request, data);
|
132628
|
+
});
|
132629
|
+
}
|
132630
|
+
}
|
132631
|
+
/**
|
132632
|
+
* A fetchable UnarchiveDocument Mutation
|
132633
|
+
*
|
132634
|
+
* @param request - function to call the graphql client
|
132635
|
+
*/
|
132636
|
+
class UnarchiveDocumentMutation extends Request {
|
132637
|
+
constructor(request) {
|
132638
|
+
super(request);
|
132639
|
+
}
|
132640
|
+
/**
|
132641
|
+
* Call the UnarchiveDocument mutation and return a DocumentArchivePayload
|
132642
|
+
*
|
132643
|
+
* @param id - required id to pass to unarchiveDocument
|
132644
|
+
* @returns parsed response from UnarchiveDocumentMutation
|
132645
|
+
*/
|
132646
|
+
fetch(id) {
|
132647
|
+
return __awaiter(this, void 0, void 0, function* () {
|
132648
|
+
const response = yield this._request(UnarchiveDocumentDocument, {
|
132649
|
+
id,
|
132650
|
+
});
|
132651
|
+
const data = response.documentUnarchive;
|
132652
|
+
return new DocumentArchivePayload(this._request, data);
|
132056
132653
|
});
|
132057
132654
|
}
|
132058
132655
|
}
|
@@ -136346,31 +136943,6 @@ class UserPromoteMemberMutation extends Request {
|
|
136346
136943
|
});
|
136347
136944
|
}
|
136348
136945
|
}
|
136349
|
-
/**
|
136350
|
-
* A fetchable UserSettingsFlagIncrement Mutation
|
136351
|
-
*
|
136352
|
-
* @param request - function to call the graphql client
|
136353
|
-
*/
|
136354
|
-
class UserSettingsFlagIncrementMutation extends Request {
|
136355
|
-
constructor(request) {
|
136356
|
-
super(request);
|
136357
|
-
}
|
136358
|
-
/**
|
136359
|
-
* Call the UserSettingsFlagIncrement mutation and return a UserSettingsFlagPayload
|
136360
|
-
*
|
136361
|
-
* @param flag - required flag to pass to userSettingsFlagIncrement
|
136362
|
-
* @returns parsed response from UserSettingsFlagIncrementMutation
|
136363
|
-
*/
|
136364
|
-
fetch(flag) {
|
136365
|
-
return __awaiter(this, void 0, void 0, function* () {
|
136366
|
-
const response = yield this._request(UserSettingsFlagIncrementDocument, {
|
136367
|
-
flag,
|
136368
|
-
});
|
136369
|
-
const data = response.userSettingsFlagIncrement;
|
136370
|
-
return new UserSettingsFlagPayload(this._request, data);
|
136371
|
-
});
|
136372
|
-
}
|
136373
|
-
}
|
136374
136946
|
/**
|
136375
136947
|
* A fetchable UserSettingsFlagsReset Mutation
|
136376
136948
|
*
|
@@ -140444,14 +141016,23 @@ class LinearSdk extends Request {
|
|
140444
141016
|
return new CreateDocumentMutation(this._request).fetch(input);
|
140445
141017
|
}
|
140446
141018
|
/**
|
140447
|
-
* Deletes a document.
|
141019
|
+
* Deletes (trashes) a document.
|
140448
141020
|
*
|
140449
141021
|
* @param id - required id to pass to deleteDocument
|
140450
|
-
* @returns
|
141022
|
+
* @returns DocumentArchivePayload
|
140451
141023
|
*/
|
140452
141024
|
deleteDocument(id) {
|
140453
141025
|
return new DeleteDocumentMutation(this._request).fetch(id);
|
140454
141026
|
}
|
141027
|
+
/**
|
141028
|
+
* Restores a document.
|
141029
|
+
*
|
141030
|
+
* @param id - required id to pass to unarchiveDocument
|
141031
|
+
* @returns DocumentArchivePayload
|
141032
|
+
*/
|
141033
|
+
unarchiveDocument(id) {
|
141034
|
+
return new UnarchiveDocumentMutation(this._request).fetch(id);
|
141035
|
+
}
|
140455
141036
|
/**
|
140456
141037
|
* Updates a document.
|
140457
141038
|
*
|
@@ -142043,15 +142624,6 @@ class LinearSdk extends Request {
|
|
142043
142624
|
userPromoteMember(id) {
|
142044
142625
|
return new UserPromoteMemberMutation(this._request).fetch(id);
|
142045
142626
|
}
|
142046
|
-
/**
|
142047
|
-
* [Deprecated] Updates a user's settings flag.
|
142048
|
-
*
|
142049
|
-
* @param flag - required flag to pass to userSettingsFlagIncrement
|
142050
|
-
* @returns UserSettingsFlagPayload
|
142051
|
-
*/
|
142052
|
-
userSettingsFlagIncrement(flag) {
|
142053
|
-
return new UserSettingsFlagIncrementMutation(this._request).fetch(flag);
|
142054
|
-
}
|
142055
142627
|
/**
|
142056
142628
|
* Resets user's setting flags.
|
142057
142629
|
*
|
@@ -142266,5 +142838,5 @@ class LinearWebhooks {
|
|
142266
142838
|
}
|
142267
142839
|
}
|
142268
142840
|
|
142269
|
-
export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentSyncToSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthEmailIntakeAddress, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationDomain, AuthOrganizationExistsPayload, AuthOrganizationInvite, AuthOrganizationPayload, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDiaryEntryMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateTimeScheduleMutation, CreateTriageResponsibilityMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_ProjectsQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDiaryEntryMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteTimeScheduleMutation, DeleteTriageResponsibilityMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, DiaryEntry, DiaryEntryConnection, DiaryEntryPayload, DiaryEntryQuery, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Facet, FacetConnection, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubImportSettings, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, InitiativeArchivePayload, InitiativeNotification, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGithubImportConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackCustomViewNotificationsMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCheckSyncQuery, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportPayload, IssueImportProcessMutation, IssueImportSyncCheckPayload, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationDeliveryPreferences, NotificationDeliveryPreferencesChannel, NotificationDeliveryPreferencesDay, NotificationDeliveryPreferencesSchedule, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, OpsgenieSettings, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInviteLinkDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationMeta, OrganizationPayload, OrganizationQuery, OrganizationRegionResponse, OrganizationStartTrialMutation, OrganizationStartTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Passkey, PasskeyLoginStartResponse, Project, ProjectArchivePayload, ProjectConnection, ProjectDetailSuggestionPayload, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectStatus, ProjectStatusConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_StatusQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Reminder, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SharedSlackSettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuccessPayload, SummaryPayload, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TextDraft, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TimeScheduleQuery, TimeScheduleRefreshIntegrationScheduleMutation, TimeScheduleUpsertExternalMutation, TimeSchedulesQuery, TriageResponsibilitiesQuery, TriageResponsibility, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, TriageResponsibilityQuery, TriageResponsibility_ManualSelectionQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDiaryEntryMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateTimeScheduleMutation, UpdateTriageResponsibilityMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, UserSettings_NotificationDeliveryPreferencesQuery, UserSettings_NotificationDeliveryPreferences_MobileQuery, UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesValues, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
|
142841
|
+
export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentSyncToSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthEmailIntakeAddress, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationBucketNamePayload, AuthOrganizationDomain, AuthOrganizationExistsPayload, AuthOrganizationInvite, AuthOrganizationPayload, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDiaryEntryMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateTimeScheduleMutation, CreateTriageResponsibilityMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_ProjectsQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDiaryEntryMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteTimeScheduleMutation, DeleteTriageResponsibilityMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, DiaryEntry, DiaryEntryConnection, DiaryEntryPayload, DiaryEntryQuery, Document, DocumentArchivePayload, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Facet, FacetConnection, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureFlag, FeatureFlagConnection, FeatureFlagRolloutStage, FeatureFlagRolloutStageConnection, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubImportSettings, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, InitiativeArchivePayload, InitiativeNotification, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGithubImportConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackCustomViewNotificationsMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCheckSyncQuery, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportPayload, IssueImportProcessMutation, IssueImportSyncCheckPayload, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LaunchDarklySettings, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationDeliveryPreferences, NotificationDeliveryPreferencesChannel, NotificationDeliveryPreferencesDay, NotificationDeliveryPreferencesSchedule, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, OpsgenieSettings, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInviteLinkDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationIpRestriction, OrganizationMeta, OrganizationPayload, OrganizationQuery, OrganizationRegionResponse, OrganizationStartTrialMutation, OrganizationStartTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Passkey, PasskeyLoginStartResponse, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectStatus, ProjectStatusConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_StatusQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Reminder, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SharedSlackSettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuccessPayload, SummaryPayload, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TextDraft, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TimeScheduleQuery, TimeScheduleRefreshIntegrationScheduleMutation, TimeScheduleUpsertExternalMutation, TimeSchedulesQuery, TriageResponsibilitiesQuery, TriageResponsibility, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, TriageResponsibilityQuery, TriageResponsibility_ManualSelectionQuery, UnarchiveDocumentMutation, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDiaryEntryMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateTimeScheduleMutation, UpdateTriageResponsibilityMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, UserSettings_NotificationDeliveryPreferencesQuery, UserSettings_NotificationDeliveryPreferences_MobileQuery, UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesValues, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
|
142270
142842
|
//# sourceMappingURL=index-es.js.map
|