@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-cjs.js
CHANGED
@@ -83438,6 +83438,18 @@ var Day;
|
|
83438
83438
|
Day["Tuesday"] = "Tuesday";
|
83439
83439
|
Day["Wednesday"] = "Wednesday";
|
83440
83440
|
})(Day || (Day = {}));
|
83441
|
+
var FacetPageSource;
|
83442
|
+
(function (FacetPageSource) {
|
83443
|
+
FacetPageSource["Projects"] = "projects";
|
83444
|
+
})(FacetPageSource || (FacetPageSource = {}));
|
83445
|
+
/** The type of a feature flag rollout stage. */
|
83446
|
+
var FeatureFlagRolloutStageType;
|
83447
|
+
(function (FeatureFlagRolloutStageType) {
|
83448
|
+
FeatureFlagRolloutStageType["Dev"] = "dev";
|
83449
|
+
FeatureFlagRolloutStageType["Full"] = "full";
|
83450
|
+
FeatureFlagRolloutStageType["Internal"] = "internal";
|
83451
|
+
FeatureFlagRolloutStageType["Partial"] = "partial";
|
83452
|
+
})(FeatureFlagRolloutStageType || (FeatureFlagRolloutStageType = {}));
|
83441
83453
|
/** The various states of a pull/merge request. */
|
83442
83454
|
var GitAutomationStates;
|
83443
83455
|
(function (GitAutomationStates) {
|
@@ -83477,6 +83489,7 @@ var IntegrationService;
|
|
83477
83489
|
IntegrationService["Intercom"] = "intercom";
|
83478
83490
|
IntegrationService["Jira"] = "jira";
|
83479
83491
|
IntegrationService["JiraPersonal"] = "jiraPersonal";
|
83492
|
+
IntegrationService["LaunchDarkly"] = "launchDarkly";
|
83480
83493
|
IntegrationService["Loom"] = "loom";
|
83481
83494
|
IntegrationService["Notion"] = "notion";
|
83482
83495
|
IntegrationService["Opsgenie"] = "opsgenie";
|
@@ -83550,7 +83563,6 @@ var ProjectStatusType;
|
|
83550
83563
|
/** Different tabs available inside a project. */
|
83551
83564
|
var ProjectTab;
|
83552
83565
|
(function (ProjectTab) {
|
83553
|
-
ProjectTab["Activity"] = "activity";
|
83554
83566
|
ProjectTab["Documents"] = "documents";
|
83555
83567
|
ProjectTab["Issues"] = "issues";
|
83556
83568
|
})(ProjectTab || (ProjectTab = {}));
|
@@ -83606,7 +83618,6 @@ var SlaStatus;
|
|
83606
83618
|
SlaStatus["HighRisk"] = "HighRisk";
|
83607
83619
|
SlaStatus["LowRisk"] = "LowRisk";
|
83608
83620
|
SlaStatus["MediumRisk"] = "MediumRisk";
|
83609
|
-
SlaStatus["Paused"] = "Paused";
|
83610
83621
|
})(SlaStatus || (SlaStatus = {}));
|
83611
83622
|
var SlackChannelType;
|
83612
83623
|
(function (SlackChannelType) {
|
@@ -83705,12 +83716,11 @@ var ViewType;
|
|
83705
83716
|
ViewType["CustomRoadmap"] = "customRoadmap";
|
83706
83717
|
ViewType["CustomView"] = "customView";
|
83707
83718
|
ViewType["CustomViews"] = "customViews";
|
83708
|
-
ViewType["CustomViewsPersonal"] = "customViewsPersonal";
|
83709
83719
|
ViewType["Cycle"] = "cycle";
|
83710
83720
|
ViewType["Inbox"] = "inbox";
|
83711
83721
|
ViewType["Initiative"] = "initiative";
|
83722
|
+
ViewType["InitiativeOverview"] = "initiativeOverview";
|
83712
83723
|
ViewType["Initiatives"] = "initiatives";
|
83713
|
-
ViewType["InitiativesAll"] = "initiativesAll";
|
83714
83724
|
ViewType["InitiativesCompleted"] = "initiativesCompleted";
|
83715
83725
|
ViewType["InitiativesPlanned"] = "initiativesPlanned";
|
83716
83726
|
ViewType["IssueIdentifiers"] = "issueIdentifiers";
|
@@ -84093,6 +84103,32 @@ const DeletePayloadFragmentDoc = {
|
|
84093
84103
|
},
|
84094
84104
|
],
|
84095
84105
|
};
|
84106
|
+
const DocumentArchivePayloadFragmentDoc = {
|
84107
|
+
kind: "Document",
|
84108
|
+
definitions: [
|
84109
|
+
{
|
84110
|
+
kind: "FragmentDefinition",
|
84111
|
+
name: { kind: "Name", value: "DocumentArchivePayload" },
|
84112
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentArchivePayload" } },
|
84113
|
+
selectionSet: {
|
84114
|
+
kind: "SelectionSet",
|
84115
|
+
selections: [
|
84116
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
84117
|
+
{
|
84118
|
+
kind: "Field",
|
84119
|
+
name: { kind: "Name", value: "entity" },
|
84120
|
+
selectionSet: {
|
84121
|
+
kind: "SelectionSet",
|
84122
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84123
|
+
},
|
84124
|
+
},
|
84125
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
84126
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
84127
|
+
],
|
84128
|
+
},
|
84129
|
+
},
|
84130
|
+
],
|
84131
|
+
};
|
84096
84132
|
const InitiativeArchivePayloadFragmentDoc = {
|
84097
84133
|
kind: "Document",
|
84098
84134
|
definitions: [
|
@@ -84873,6 +84909,14 @@ const ArchivePayloadFragmentDoc = {
|
|
84873
84909
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
|
84874
84910
|
},
|
84875
84911
|
},
|
84912
|
+
{
|
84913
|
+
kind: "InlineFragment",
|
84914
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentArchivePayload" } },
|
84915
|
+
selectionSet: {
|
84916
|
+
kind: "SelectionSet",
|
84917
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentArchivePayload" } }],
|
84918
|
+
},
|
84919
|
+
},
|
84876
84920
|
{
|
84877
84921
|
kind: "InlineFragment",
|
84878
84922
|
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "InitiativeArchivePayload" } },
|
@@ -85510,6 +85554,26 @@ const AuthOrganizationInviteFragmentDoc = {
|
|
85510
85554
|
},
|
85511
85555
|
],
|
85512
85556
|
};
|
85557
|
+
const OrganizationIpRestrictionFragmentDoc = {
|
85558
|
+
kind: "Document",
|
85559
|
+
definitions: [
|
85560
|
+
{
|
85561
|
+
kind: "FragmentDefinition",
|
85562
|
+
name: { kind: "Name", value: "OrganizationIpRestriction" },
|
85563
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationIpRestriction" } },
|
85564
|
+
selectionSet: {
|
85565
|
+
kind: "SelectionSet",
|
85566
|
+
selections: [
|
85567
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85568
|
+
{ kind: "Field", name: { kind: "Name", value: "range" } },
|
85569
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
85570
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
85571
|
+
{ kind: "Field", name: { kind: "Name", value: "enabled" } },
|
85572
|
+
],
|
85573
|
+
},
|
85574
|
+
},
|
85575
|
+
],
|
85576
|
+
};
|
85513
85577
|
const ProjectStatusFragmentDoc = {
|
85514
85578
|
kind: "Document",
|
85515
85579
|
definitions: [
|
@@ -85585,6 +85649,14 @@ const OrganizationFragmentDoc = {
|
|
85585
85649
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85586
85650
|
{ kind: "Field", name: { kind: "Name", value: "allowedAuthServices" } },
|
85587
85651
|
{ kind: "Field", name: { kind: "Name", value: "gitBranchFormat" } },
|
85652
|
+
{
|
85653
|
+
kind: "Field",
|
85654
|
+
name: { kind: "Name", value: "ipRestrictions" },
|
85655
|
+
selectionSet: {
|
85656
|
+
kind: "SelectionSet",
|
85657
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "OrganizationIpRestriction" } }],
|
85658
|
+
},
|
85659
|
+
},
|
85588
85660
|
{ kind: "Field", name: { kind: "Name", value: "userCount" } },
|
85589
85661
|
{ kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
|
85590
85662
|
{ kind: "Field", name: { kind: "Name", value: "previousUrlKeys" } },
|
@@ -86135,6 +86207,24 @@ const JiraPersonalSettingsFragmentDoc = {
|
|
86135
86207
|
},
|
86136
86208
|
],
|
86137
86209
|
};
|
86210
|
+
const LaunchDarklySettingsFragmentDoc = {
|
86211
|
+
kind: "Document",
|
86212
|
+
definitions: [
|
86213
|
+
{
|
86214
|
+
kind: "FragmentDefinition",
|
86215
|
+
name: { kind: "Name", value: "LaunchDarklySettings" },
|
86216
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "LaunchDarklySettings" } },
|
86217
|
+
selectionSet: {
|
86218
|
+
kind: "SelectionSet",
|
86219
|
+
selections: [
|
86220
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86221
|
+
{ kind: "Field", name: { kind: "Name", value: "environment" } },
|
86222
|
+
{ kind: "Field", name: { kind: "Name", value: "projectKey" } },
|
86223
|
+
],
|
86224
|
+
},
|
86225
|
+
},
|
86226
|
+
],
|
86227
|
+
};
|
86138
86228
|
const NotionSettingsFragmentDoc = {
|
86139
86229
|
kind: "Document",
|
86140
86230
|
definitions: [
|
@@ -86435,6 +86525,14 @@ const IntegrationSettingsFragmentDoc = {
|
|
86435
86525
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "JiraPersonalSettings" } }],
|
86436
86526
|
},
|
86437
86527
|
},
|
86528
|
+
{
|
86529
|
+
kind: "Field",
|
86530
|
+
name: { kind: "Name", value: "launchDarkly" },
|
86531
|
+
selectionSet: {
|
86532
|
+
kind: "SelectionSet",
|
86533
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "LaunchDarklySettings" } }],
|
86534
|
+
},
|
86535
|
+
},
|
86438
86536
|
{
|
86439
86537
|
kind: "Field",
|
86440
86538
|
name: { kind: "Name", value: "notion" },
|
@@ -87289,6 +87387,24 @@ const AuthOauthClientWithTokensFragmentDoc = {
|
|
87289
87387
|
},
|
87290
87388
|
],
|
87291
87389
|
};
|
87390
|
+
const AuthOrganizationBucketNamePayloadFragmentDoc = {
|
87391
|
+
kind: "Document",
|
87392
|
+
definitions: [
|
87393
|
+
{
|
87394
|
+
kind: "FragmentDefinition",
|
87395
|
+
name: { kind: "Name", value: "AuthOrganizationBucketNamePayload" },
|
87396
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOrganizationBucketNamePayload" } },
|
87397
|
+
selectionSet: {
|
87398
|
+
kind: "SelectionSet",
|
87399
|
+
selections: [
|
87400
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87401
|
+
{ kind: "Field", name: { kind: "Name", value: "importsBucketName" } },
|
87402
|
+
{ kind: "Field", name: { kind: "Name", value: "uploadsBucketName" } },
|
87403
|
+
],
|
87404
|
+
},
|
87405
|
+
},
|
87406
|
+
],
|
87407
|
+
};
|
87292
87408
|
const AuthOrganizationDomainFragmentDoc = {
|
87293
87409
|
kind: "Document",
|
87294
87410
|
definitions: [
|
@@ -87446,6 +87562,59 @@ const AuthorizedApplicationBaseFragmentDoc = {
|
|
87446
87562
|
},
|
87447
87563
|
],
|
87448
87564
|
};
|
87565
|
+
const ReactionFragmentDoc = {
|
87566
|
+
kind: "Document",
|
87567
|
+
definitions: [
|
87568
|
+
{
|
87569
|
+
kind: "FragmentDefinition",
|
87570
|
+
name: { kind: "Name", value: "Reaction" },
|
87571
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Reaction" } },
|
87572
|
+
selectionSet: {
|
87573
|
+
kind: "SelectionSet",
|
87574
|
+
selections: [
|
87575
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87576
|
+
{ kind: "Field", name: { kind: "Name", value: "emoji" } },
|
87577
|
+
{
|
87578
|
+
kind: "Field",
|
87579
|
+
name: { kind: "Name", value: "comment" },
|
87580
|
+
selectionSet: {
|
87581
|
+
kind: "SelectionSet",
|
87582
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87583
|
+
},
|
87584
|
+
},
|
87585
|
+
{
|
87586
|
+
kind: "Field",
|
87587
|
+
name: { kind: "Name", value: "issue" },
|
87588
|
+
selectionSet: {
|
87589
|
+
kind: "SelectionSet",
|
87590
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87591
|
+
},
|
87592
|
+
},
|
87593
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87594
|
+
{
|
87595
|
+
kind: "Field",
|
87596
|
+
name: { kind: "Name", value: "projectUpdate" },
|
87597
|
+
selectionSet: {
|
87598
|
+
kind: "SelectionSet",
|
87599
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87600
|
+
},
|
87601
|
+
},
|
87602
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
87603
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
87604
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
87605
|
+
{
|
87606
|
+
kind: "Field",
|
87607
|
+
name: { kind: "Name", value: "user" },
|
87608
|
+
selectionSet: {
|
87609
|
+
kind: "SelectionSet",
|
87610
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87611
|
+
},
|
87612
|
+
},
|
87613
|
+
],
|
87614
|
+
},
|
87615
|
+
},
|
87616
|
+
],
|
87617
|
+
};
|
87449
87618
|
const CommentFragmentDoc = {
|
87450
87619
|
kind: "Document",
|
87451
87620
|
definitions: [
|
@@ -87459,6 +87628,14 @@ const CommentFragmentDoc = {
|
|
87459
87628
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87460
87629
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
87461
87630
|
{ kind: "Field", name: { kind: "Name", value: "reactionData" } },
|
87631
|
+
{
|
87632
|
+
kind: "Field",
|
87633
|
+
name: { kind: "Name", value: "reactions" },
|
87634
|
+
selectionSet: {
|
87635
|
+
kind: "SelectionSet",
|
87636
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Reaction" } }],
|
87637
|
+
},
|
87638
|
+
},
|
87462
87639
|
{
|
87463
87640
|
kind: "Field",
|
87464
87641
|
name: { kind: "Name", value: "botActor" },
|
@@ -88159,6 +88336,7 @@ const DocumentFragmentDoc = {
|
|
88159
88336
|
kind: "SelectionSet",
|
88160
88337
|
selections: [
|
88161
88338
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88339
|
+
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
88162
88340
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88163
88341
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
88164
88342
|
{ kind: "Field", name: { kind: "Name", value: "title" } },
|
@@ -88342,6 +88520,7 @@ const DocumentSearchResultFragmentDoc = {
|
|
88342
88520
|
kind: "SelectionSet",
|
88343
88521
|
selections: [
|
88344
88522
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88523
|
+
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
88345
88524
|
{ kind: "Field", name: { kind: "Name", value: "metadata" } },
|
88346
88525
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88347
88526
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
@@ -88819,7 +88998,32 @@ const FacetFragmentDoc = {
|
|
88819
88998
|
selections: [
|
88820
88999
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88821
89000
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89001
|
+
{ kind: "Field", name: { kind: "Name", value: "sourcePage" } },
|
89002
|
+
{
|
89003
|
+
kind: "Field",
|
89004
|
+
name: { kind: "Name", value: "sourceProject" },
|
89005
|
+
selectionSet: {
|
89006
|
+
kind: "SelectionSet",
|
89007
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89008
|
+
},
|
89009
|
+
},
|
89010
|
+
{
|
89011
|
+
kind: "Field",
|
89012
|
+
name: { kind: "Name", value: "sourceTeam" },
|
89013
|
+
selectionSet: {
|
89014
|
+
kind: "SelectionSet",
|
89015
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89016
|
+
},
|
89017
|
+
},
|
88822
89018
|
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
89019
|
+
{
|
89020
|
+
kind: "Field",
|
89021
|
+
name: { kind: "Name", value: "targetCustomView" },
|
89022
|
+
selectionSet: {
|
89023
|
+
kind: "SelectionSet",
|
89024
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89025
|
+
},
|
89026
|
+
},
|
88823
89027
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
88824
89028
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
88825
89029
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -89039,6 +89243,177 @@ const FavoritePayloadFragmentDoc = {
|
|
89039
89243
|
},
|
89040
89244
|
],
|
89041
89245
|
};
|
89246
|
+
const FeatureFlagRolloutStageFragmentDoc = {
|
89247
|
+
kind: "Document",
|
89248
|
+
definitions: [
|
89249
|
+
{
|
89250
|
+
kind: "FragmentDefinition",
|
89251
|
+
name: { kind: "Name", value: "FeatureFlagRolloutStage" },
|
89252
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "FeatureFlagRolloutStage" } },
|
89253
|
+
selectionSet: {
|
89254
|
+
kind: "SelectionSet",
|
89255
|
+
selections: [
|
89256
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89257
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
89258
|
+
{
|
89259
|
+
kind: "Field",
|
89260
|
+
name: { kind: "Name", value: "integration" },
|
89261
|
+
selectionSet: {
|
89262
|
+
kind: "SelectionSet",
|
89263
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89264
|
+
},
|
89265
|
+
},
|
89266
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89267
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
89268
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
89269
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
89270
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
89271
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
89272
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
89273
|
+
{ kind: "Field", name: { kind: "Name", value: "segmentKeys" } },
|
89274
|
+
],
|
89275
|
+
},
|
89276
|
+
},
|
89277
|
+
],
|
89278
|
+
};
|
89279
|
+
const FeatureFlagFragmentDoc = {
|
89280
|
+
kind: "Document",
|
89281
|
+
definitions: [
|
89282
|
+
{
|
89283
|
+
kind: "FragmentDefinition",
|
89284
|
+
name: { kind: "Name", value: "FeatureFlag" },
|
89285
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "FeatureFlag" } },
|
89286
|
+
selectionSet: {
|
89287
|
+
kind: "SelectionSet",
|
89288
|
+
selections: [
|
89289
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89290
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
89291
|
+
{ kind: "Field", name: { kind: "Name", value: "lastStageUpdatedAt" } },
|
89292
|
+
{
|
89293
|
+
kind: "Field",
|
89294
|
+
name: { kind: "Name", value: "integration" },
|
89295
|
+
selectionSet: {
|
89296
|
+
kind: "SelectionSet",
|
89297
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89298
|
+
},
|
89299
|
+
},
|
89300
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89301
|
+
{
|
89302
|
+
kind: "Field",
|
89303
|
+
name: { kind: "Name", value: "pendingRolloutStage" },
|
89304
|
+
selectionSet: {
|
89305
|
+
kind: "SelectionSet",
|
89306
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "FeatureFlagRolloutStage" } }],
|
89307
|
+
},
|
89308
|
+
},
|
89309
|
+
{
|
89310
|
+
kind: "Field",
|
89311
|
+
name: { kind: "Name", value: "project" },
|
89312
|
+
selectionSet: {
|
89313
|
+
kind: "SelectionSet",
|
89314
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89315
|
+
},
|
89316
|
+
},
|
89317
|
+
{
|
89318
|
+
kind: "Field",
|
89319
|
+
name: { kind: "Name", value: "rolloutStage" },
|
89320
|
+
selectionSet: {
|
89321
|
+
kind: "SelectionSet",
|
89322
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "FeatureFlagRolloutStage" } }],
|
89323
|
+
},
|
89324
|
+
},
|
89325
|
+
{ kind: "Field", name: { kind: "Name", value: "status" } },
|
89326
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
89327
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
89328
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
89329
|
+
{ kind: "Field", name: { kind: "Name", value: "key" } },
|
89330
|
+
{
|
89331
|
+
kind: "Field",
|
89332
|
+
name: { kind: "Name", value: "creator" },
|
89333
|
+
selectionSet: {
|
89334
|
+
kind: "SelectionSet",
|
89335
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89336
|
+
},
|
89337
|
+
},
|
89338
|
+
{
|
89339
|
+
kind: "Field",
|
89340
|
+
name: { kind: "Name", value: "lastStageUpdatedBy" },
|
89341
|
+
selectionSet: {
|
89342
|
+
kind: "SelectionSet",
|
89343
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89344
|
+
},
|
89345
|
+
},
|
89346
|
+
{ kind: "Field", name: { kind: "Name", value: "externalUrl" } },
|
89347
|
+
{ kind: "Field", name: { kind: "Name", value: "isEnabled" } },
|
89348
|
+
],
|
89349
|
+
},
|
89350
|
+
},
|
89351
|
+
],
|
89352
|
+
};
|
89353
|
+
const FeatureFlagConnectionFragmentDoc = {
|
89354
|
+
kind: "Document",
|
89355
|
+
definitions: [
|
89356
|
+
{
|
89357
|
+
kind: "FragmentDefinition",
|
89358
|
+
name: { kind: "Name", value: "FeatureFlagConnection" },
|
89359
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "FeatureFlagConnection" } },
|
89360
|
+
selectionSet: {
|
89361
|
+
kind: "SelectionSet",
|
89362
|
+
selections: [
|
89363
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89364
|
+
{
|
89365
|
+
kind: "Field",
|
89366
|
+
name: { kind: "Name", value: "nodes" },
|
89367
|
+
selectionSet: {
|
89368
|
+
kind: "SelectionSet",
|
89369
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "FeatureFlag" } }],
|
89370
|
+
},
|
89371
|
+
},
|
89372
|
+
{
|
89373
|
+
kind: "Field",
|
89374
|
+
name: { kind: "Name", value: "pageInfo" },
|
89375
|
+
selectionSet: {
|
89376
|
+
kind: "SelectionSet",
|
89377
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
89378
|
+
},
|
89379
|
+
},
|
89380
|
+
],
|
89381
|
+
},
|
89382
|
+
},
|
89383
|
+
],
|
89384
|
+
};
|
89385
|
+
const FeatureFlagRolloutStageConnectionFragmentDoc = {
|
89386
|
+
kind: "Document",
|
89387
|
+
definitions: [
|
89388
|
+
{
|
89389
|
+
kind: "FragmentDefinition",
|
89390
|
+
name: { kind: "Name", value: "FeatureFlagRolloutStageConnection" },
|
89391
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "FeatureFlagRolloutStageConnection" } },
|
89392
|
+
selectionSet: {
|
89393
|
+
kind: "SelectionSet",
|
89394
|
+
selections: [
|
89395
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89396
|
+
{
|
89397
|
+
kind: "Field",
|
89398
|
+
name: { kind: "Name", value: "nodes" },
|
89399
|
+
selectionSet: {
|
89400
|
+
kind: "SelectionSet",
|
89401
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "FeatureFlagRolloutStage" } }],
|
89402
|
+
},
|
89403
|
+
},
|
89404
|
+
{
|
89405
|
+
kind: "Field",
|
89406
|
+
name: { kind: "Name", value: "pageInfo" },
|
89407
|
+
selectionSet: {
|
89408
|
+
kind: "SelectionSet",
|
89409
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
89410
|
+
},
|
89411
|
+
},
|
89412
|
+
],
|
89413
|
+
},
|
89414
|
+
},
|
89415
|
+
],
|
89416
|
+
};
|
89042
89417
|
const FrontAttachmentPayloadFragmentDoc = {
|
89043
89418
|
kind: "Document",
|
89044
89419
|
definitions: [
|
@@ -89525,6 +89900,7 @@ const IntegrationsSettingsFragmentDoc = {
|
|
89525
89900
|
{ kind: "Field", name: { kind: "Name", value: "slackProjectUpdateCreated" } },
|
89526
89901
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueSlaHighRisk" } },
|
89527
89902
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueSlaBreached" } },
|
89903
|
+
{ kind: "Field", name: { kind: "Name", value: "slackIssueAddedToView" } },
|
89528
89904
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueStatusChangedDone" } },
|
89529
89905
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueStatusChangedAll" } },
|
89530
89906
|
{ kind: "Field", name: { kind: "Name", value: "slackProjectUpdateCreatedToTeam" } },
|
@@ -89604,12 +89980,21 @@ const IssueFragmentDoc = {
|
|
89604
89980
|
selections: [
|
89605
89981
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89606
89982
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
89983
|
+
{ kind: "Field", name: { kind: "Name", value: "reactionData" } },
|
89607
89984
|
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
89608
89985
|
{ kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
|
89609
89986
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89610
89987
|
{ kind: "Field", name: { kind: "Name", value: "identifier" } },
|
89611
89988
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
89612
89989
|
{ kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
|
89990
|
+
{
|
89991
|
+
kind: "Field",
|
89992
|
+
name: { kind: "Name", value: "reactions" },
|
89993
|
+
selectionSet: {
|
89994
|
+
kind: "SelectionSet",
|
89995
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Reaction" } }],
|
89996
|
+
},
|
89997
|
+
},
|
89613
89998
|
{ kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
|
89614
89999
|
{ kind: "Field", name: { kind: "Name", value: "branchName" } },
|
89615
90000
|
{
|
@@ -89983,6 +90368,14 @@ const IssueHistoryFragmentDoc = {
|
|
89983
90368
|
},
|
89984
90369
|
{ kind: "Field", name: { kind: "Name", value: "addedLabelIds" } },
|
89985
90370
|
{ kind: "Field", name: { kind: "Name", value: "removedLabelIds" } },
|
90371
|
+
{
|
90372
|
+
kind: "Field",
|
90373
|
+
name: { kind: "Name", value: "actor" },
|
90374
|
+
selectionSet: {
|
90375
|
+
kind: "SelectionSet",
|
90376
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90377
|
+
},
|
90378
|
+
},
|
89986
90379
|
{
|
89987
90380
|
kind: "Field",
|
89988
90381
|
name: { kind: "Name", value: "actors" },
|
@@ -89999,6 +90392,22 @@ const IssueHistoryFragmentDoc = {
|
|
89999
90392
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
90000
90393
|
},
|
90001
90394
|
},
|
90395
|
+
{
|
90396
|
+
kind: "Field",
|
90397
|
+
name: { kind: "Name", value: "fromCycle" },
|
90398
|
+
selectionSet: {
|
90399
|
+
kind: "SelectionSet",
|
90400
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90401
|
+
},
|
90402
|
+
},
|
90403
|
+
{
|
90404
|
+
kind: "Field",
|
90405
|
+
name: { kind: "Name", value: "toCycle" },
|
90406
|
+
selectionSet: {
|
90407
|
+
kind: "SelectionSet",
|
90408
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90409
|
+
},
|
90410
|
+
},
|
90002
90411
|
{ kind: "Field", name: { kind: "Name", value: "attachmentId" } },
|
90003
90412
|
{ kind: "Field", name: { kind: "Name", value: "toCycleId" } },
|
90004
90413
|
{ kind: "Field", name: { kind: "Name", value: "toParentId" } },
|
@@ -90055,22 +90464,6 @@ const IssueHistoryFragmentDoc = {
|
|
90055
90464
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90056
90465
|
},
|
90057
90466
|
},
|
90058
|
-
{
|
90059
|
-
kind: "Field",
|
90060
|
-
name: { kind: "Name", value: "toCycle" },
|
90061
|
-
selectionSet: {
|
90062
|
-
kind: "SelectionSet",
|
90063
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90064
|
-
},
|
90065
|
-
},
|
90066
|
-
{
|
90067
|
-
kind: "Field",
|
90068
|
-
name: { kind: "Name", value: "toParent" },
|
90069
|
-
selectionSet: {
|
90070
|
-
kind: "SelectionSet",
|
90071
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90072
|
-
},
|
90073
|
-
},
|
90074
90467
|
{
|
90075
90468
|
kind: "Field",
|
90076
90469
|
name: { kind: "Name", value: "toConvertedProject" },
|
@@ -90081,7 +90474,7 @@ const IssueHistoryFragmentDoc = {
|
|
90081
90474
|
},
|
90082
90475
|
{
|
90083
90476
|
kind: "Field",
|
90084
|
-
name: { kind: "Name", value: "
|
90477
|
+
name: { kind: "Name", value: "fromParent" },
|
90085
90478
|
selectionSet: {
|
90086
90479
|
kind: "SelectionSet",
|
90087
90480
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
@@ -90089,7 +90482,7 @@ const IssueHistoryFragmentDoc = {
|
|
90089
90482
|
},
|
90090
90483
|
{
|
90091
90484
|
kind: "Field",
|
90092
|
-
name: { kind: "Name", value: "
|
90485
|
+
name: { kind: "Name", value: "toParent" },
|
90093
90486
|
selectionSet: {
|
90094
90487
|
kind: "SelectionSet",
|
90095
90488
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
@@ -90097,7 +90490,7 @@ const IssueHistoryFragmentDoc = {
|
|
90097
90490
|
},
|
90098
90491
|
{
|
90099
90492
|
kind: "Field",
|
90100
|
-
name: { kind: "Name", value: "
|
90493
|
+
name: { kind: "Name", value: "fromProject" },
|
90101
90494
|
selectionSet: {
|
90102
90495
|
kind: "SelectionSet",
|
90103
90496
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
@@ -90105,7 +90498,7 @@ const IssueHistoryFragmentDoc = {
|
|
90105
90498
|
},
|
90106
90499
|
{
|
90107
90500
|
kind: "Field",
|
90108
|
-
name: { kind: "Name", value: "
|
90501
|
+
name: { kind: "Name", value: "toProject" },
|
90109
90502
|
selectionSet: {
|
90110
90503
|
kind: "SelectionSet",
|
90111
90504
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
@@ -90113,7 +90506,7 @@ const IssueHistoryFragmentDoc = {
|
|
90113
90506
|
},
|
90114
90507
|
{
|
90115
90508
|
kind: "Field",
|
90116
|
-
name: { kind: "Name", value: "
|
90509
|
+
name: { kind: "Name", value: "fromState" },
|
90117
90510
|
selectionSet: {
|
90118
90511
|
kind: "SelectionSet",
|
90119
90512
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
@@ -90121,7 +90514,7 @@ const IssueHistoryFragmentDoc = {
|
|
90121
90514
|
},
|
90122
90515
|
{
|
90123
90516
|
kind: "Field",
|
90124
|
-
name: { kind: "Name", value: "
|
90517
|
+
name: { kind: "Name", value: "toState" },
|
90125
90518
|
selectionSet: {
|
90126
90519
|
kind: "SelectionSet",
|
90127
90520
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
@@ -90146,14 +90539,6 @@ const IssueHistoryFragmentDoc = {
|
|
90146
90539
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
90147
90540
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
90148
90541
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
90149
|
-
{
|
90150
|
-
kind: "Field",
|
90151
|
-
name: { kind: "Name", value: "fromAssignee" },
|
90152
|
-
selectionSet: {
|
90153
|
-
kind: "SelectionSet",
|
90154
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90155
|
-
},
|
90156
|
-
},
|
90157
90542
|
{
|
90158
90543
|
kind: "Field",
|
90159
90544
|
name: { kind: "Name", value: "toAssignee" },
|
@@ -90164,7 +90549,7 @@ const IssueHistoryFragmentDoc = {
|
|
90164
90549
|
},
|
90165
90550
|
{
|
90166
90551
|
kind: "Field",
|
90167
|
-
name: { kind: "Name", value: "
|
90552
|
+
name: { kind: "Name", value: "fromAssignee" },
|
90168
90553
|
selectionSet: {
|
90169
90554
|
kind: "SelectionSet",
|
90170
90555
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
@@ -90506,6 +90891,7 @@ const IssueSearchResultFragmentDoc = {
|
|
90506
90891
|
selections: [
|
90507
90892
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
90508
90893
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
90894
|
+
{ kind: "Field", name: { kind: "Name", value: "reactionData" } },
|
90509
90895
|
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
90510
90896
|
{ kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
|
90511
90897
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
@@ -90513,6 +90899,14 @@ const IssueSearchResultFragmentDoc = {
|
|
90513
90899
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
90514
90900
|
{ kind: "Field", name: { kind: "Name", value: "metadata" } },
|
90515
90901
|
{ kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
|
90902
|
+
{
|
90903
|
+
kind: "Field",
|
90904
|
+
name: { kind: "Name", value: "reactions" },
|
90905
|
+
selectionSet: {
|
90906
|
+
kind: "SelectionSet",
|
90907
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Reaction" } }],
|
90908
|
+
},
|
90909
|
+
},
|
90516
90910
|
{ kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
|
90517
90911
|
{ kind: "Field", name: { kind: "Name", value: "branchName" } },
|
90518
90912
|
{
|
@@ -91421,24 +91815,6 @@ const ProjectConnectionFragmentDoc = {
|
|
91421
91815
|
},
|
91422
91816
|
],
|
91423
91817
|
};
|
91424
|
-
const ProjectDetailSuggestionPayloadFragmentDoc = {
|
91425
|
-
kind: "Document",
|
91426
|
-
definitions: [
|
91427
|
-
{
|
91428
|
-
kind: "FragmentDefinition",
|
91429
|
-
name: { kind: "Name", value: "ProjectDetailSuggestionPayload" },
|
91430
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectDetailSuggestionPayload" } },
|
91431
|
-
selectionSet: {
|
91432
|
-
kind: "SelectionSet",
|
91433
|
-
selections: [
|
91434
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91435
|
-
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
91436
|
-
{ kind: "Field", name: { kind: "Name", value: "icon" } },
|
91437
|
-
],
|
91438
|
-
},
|
91439
|
-
},
|
91440
|
-
],
|
91441
|
-
};
|
91442
91818
|
const ProjectFilterSuggestionPayloadFragmentDoc = {
|
91443
91819
|
kind: "Document",
|
91444
91820
|
definitions: [
|
@@ -92003,6 +92379,14 @@ const ProjectUpdateFragmentDoc = {
|
|
92003
92379
|
selections: [
|
92004
92380
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
92005
92381
|
{ kind: "Field", name: { kind: "Name", value: "reactionData" } },
|
92382
|
+
{
|
92383
|
+
kind: "Field",
|
92384
|
+
name: { kind: "Name", value: "reactions" },
|
92385
|
+
selectionSet: {
|
92386
|
+
kind: "SelectionSet",
|
92387
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Reaction" } }],
|
92388
|
+
},
|
92389
|
+
},
|
92006
92390
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
92007
92391
|
{ kind: "Field", name: { kind: "Name", value: "diffMarkdown" } },
|
92008
92392
|
{ kind: "Field", name: { kind: "Name", value: "diff" } },
|
@@ -92383,59 +92767,6 @@ const RateLimitPayloadFragmentDoc = {
|
|
92383
92767
|
},
|
92384
92768
|
],
|
92385
92769
|
};
|
92386
|
-
const ReactionFragmentDoc = {
|
92387
|
-
kind: "Document",
|
92388
|
-
definitions: [
|
92389
|
-
{
|
92390
|
-
kind: "FragmentDefinition",
|
92391
|
-
name: { kind: "Name", value: "Reaction" },
|
92392
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Reaction" } },
|
92393
|
-
selectionSet: {
|
92394
|
-
kind: "SelectionSet",
|
92395
|
-
selections: [
|
92396
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
92397
|
-
{ kind: "Field", name: { kind: "Name", value: "emoji" } },
|
92398
|
-
{
|
92399
|
-
kind: "Field",
|
92400
|
-
name: { kind: "Name", value: "comment" },
|
92401
|
-
selectionSet: {
|
92402
|
-
kind: "SelectionSet",
|
92403
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
92404
|
-
},
|
92405
|
-
},
|
92406
|
-
{
|
92407
|
-
kind: "Field",
|
92408
|
-
name: { kind: "Name", value: "issue" },
|
92409
|
-
selectionSet: {
|
92410
|
-
kind: "SelectionSet",
|
92411
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
92412
|
-
},
|
92413
|
-
},
|
92414
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
92415
|
-
{
|
92416
|
-
kind: "Field",
|
92417
|
-
name: { kind: "Name", value: "projectUpdate" },
|
92418
|
-
selectionSet: {
|
92419
|
-
kind: "SelectionSet",
|
92420
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
92421
|
-
},
|
92422
|
-
},
|
92423
|
-
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
92424
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
92425
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
92426
|
-
{
|
92427
|
-
kind: "Field",
|
92428
|
-
name: { kind: "Name", value: "user" },
|
92429
|
-
selectionSet: {
|
92430
|
-
kind: "SelectionSet",
|
92431
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
92432
|
-
},
|
92433
|
-
},
|
92434
|
-
],
|
92435
|
-
},
|
92436
|
-
},
|
92437
|
-
],
|
92438
|
-
};
|
92439
92770
|
const ReactionConnectionFragmentDoc = {
|
92440
92771
|
kind: "Document",
|
92441
92772
|
definitions: [
|
@@ -94457,6 +94788,7 @@ const AttachmentIssueDocument = {
|
|
94457
94788
|
},
|
94458
94789
|
},
|
94459
94790
|
...IssueFragmentDoc.definitions,
|
94791
|
+
...ReactionFragmentDoc.definitions,
|
94460
94792
|
...ActorBotFragmentDoc.definitions,
|
94461
94793
|
],
|
94462
94794
|
};
|
@@ -94746,6 +95078,7 @@ const AttachmentIssue_ChildrenDocument = {
|
|
94746
95078
|
},
|
94747
95079
|
...IssueConnectionFragmentDoc.definitions,
|
94748
95080
|
...IssueFragmentDoc.definitions,
|
95081
|
+
...ReactionFragmentDoc.definitions,
|
94749
95082
|
...ActorBotFragmentDoc.definitions,
|
94750
95083
|
...PageInfoFragmentDoc.definitions,
|
94751
95084
|
],
|
@@ -94868,6 +95201,7 @@ const AttachmentIssue_CommentsDocument = {
|
|
94868
95201
|
},
|
94869
95202
|
...CommentConnectionFragmentDoc.definitions,
|
94870
95203
|
...CommentFragmentDoc.definitions,
|
95204
|
+
...ReactionFragmentDoc.definitions,
|
94871
95205
|
...ActorBotFragmentDoc.definitions,
|
94872
95206
|
...DocumentContentFragmentDoc.definitions,
|
94873
95207
|
...PageInfoFragmentDoc.definitions,
|
@@ -95893,6 +96227,7 @@ const CommentDocument = {
|
|
95893
96227
|
},
|
95894
96228
|
},
|
95895
96229
|
...CommentFragmentDoc.definitions,
|
96230
|
+
...ReactionFragmentDoc.definitions,
|
95896
96231
|
...ActorBotFragmentDoc.definitions,
|
95897
96232
|
...DocumentContentFragmentDoc.definitions,
|
95898
96233
|
],
|
@@ -96102,6 +96437,7 @@ const Comment_ChildrenDocument = {
|
|
96102
96437
|
},
|
96103
96438
|
...CommentConnectionFragmentDoc.definitions,
|
96104
96439
|
...CommentFragmentDoc.definitions,
|
96440
|
+
...ReactionFragmentDoc.definitions,
|
96105
96441
|
...ActorBotFragmentDoc.definitions,
|
96106
96442
|
...DocumentContentFragmentDoc.definitions,
|
96107
96443
|
...PageInfoFragmentDoc.definitions,
|
@@ -96271,6 +96607,7 @@ const CommentsDocument = {
|
|
96271
96607
|
},
|
96272
96608
|
...CommentConnectionFragmentDoc.definitions,
|
96273
96609
|
...CommentFragmentDoc.definitions,
|
96610
|
+
...ReactionFragmentDoc.definitions,
|
96274
96611
|
...ActorBotFragmentDoc.definitions,
|
96275
96612
|
...DocumentContentFragmentDoc.definitions,
|
96276
96613
|
...PageInfoFragmentDoc.definitions,
|
@@ -96447,6 +96784,7 @@ const CustomView_IssuesDocument = {
|
|
96447
96784
|
},
|
96448
96785
|
...IssueConnectionFragmentDoc.definitions,
|
96449
96786
|
...IssueFragmentDoc.definitions,
|
96787
|
+
...ReactionFragmentDoc.definitions,
|
96450
96788
|
...ActorBotFragmentDoc.definitions,
|
96451
96789
|
...PageInfoFragmentDoc.definitions,
|
96452
96790
|
],
|
@@ -97120,6 +97458,7 @@ const Cycle_IssuesDocument = {
|
|
97120
97458
|
},
|
97121
97459
|
...IssueConnectionFragmentDoc.definitions,
|
97122
97460
|
...IssueFragmentDoc.definitions,
|
97461
|
+
...ReactionFragmentDoc.definitions,
|
97123
97462
|
...ActorBotFragmentDoc.definitions,
|
97124
97463
|
...PageInfoFragmentDoc.definitions,
|
97125
97464
|
],
|
@@ -97242,6 +97581,7 @@ const Cycle_UncompletedIssuesUponCloseDocument = {
|
|
97242
97581
|
},
|
97243
97582
|
...IssueConnectionFragmentDoc.definitions,
|
97244
97583
|
...IssueFragmentDoc.definitions,
|
97584
|
+
...ReactionFragmentDoc.definitions,
|
97245
97585
|
...ActorBotFragmentDoc.definitions,
|
97246
97586
|
...PageInfoFragmentDoc.definitions,
|
97247
97587
|
],
|
@@ -98478,6 +98818,7 @@ const IssueDocument = {
|
|
98478
98818
|
},
|
98479
98819
|
},
|
98480
98820
|
...IssueFragmentDoc.definitions,
|
98821
|
+
...ReactionFragmentDoc.definitions,
|
98481
98822
|
...ActorBotFragmentDoc.definitions,
|
98482
98823
|
],
|
98483
98824
|
};
|
@@ -98767,6 +99108,7 @@ const Issue_ChildrenDocument = {
|
|
98767
99108
|
},
|
98768
99109
|
...IssueConnectionFragmentDoc.definitions,
|
98769
99110
|
...IssueFragmentDoc.definitions,
|
99111
|
+
...ReactionFragmentDoc.definitions,
|
98770
99112
|
...ActorBotFragmentDoc.definitions,
|
98771
99113
|
...PageInfoFragmentDoc.definitions,
|
98772
99114
|
],
|
@@ -98889,6 +99231,7 @@ const Issue_CommentsDocument = {
|
|
98889
99231
|
},
|
98890
99232
|
...CommentConnectionFragmentDoc.definitions,
|
98891
99233
|
...CommentFragmentDoc.definitions,
|
99234
|
+
...ReactionFragmentDoc.definitions,
|
98892
99235
|
...ActorBotFragmentDoc.definitions,
|
98893
99236
|
...DocumentContentFragmentDoc.definitions,
|
98894
99237
|
...PageInfoFragmentDoc.definitions,
|
@@ -99581,6 +99924,7 @@ const IssueFigmaFileKeySearchDocument = {
|
|
99581
99924
|
},
|
99582
99925
|
...IssueConnectionFragmentDoc.definitions,
|
99583
99926
|
...IssueFragmentDoc.definitions,
|
99927
|
+
...ReactionFragmentDoc.definitions,
|
99584
99928
|
...ActorBotFragmentDoc.definitions,
|
99585
99929
|
...PageInfoFragmentDoc.definitions,
|
99586
99930
|
],
|
@@ -99996,6 +100340,7 @@ const IssueLabel_IssuesDocument = {
|
|
99996
100340
|
},
|
99997
100341
|
...IssueConnectionFragmentDoc.definitions,
|
99998
100342
|
...IssueFragmentDoc.definitions,
|
100343
|
+
...ReactionFragmentDoc.definitions,
|
99999
100344
|
...ActorBotFragmentDoc.definitions,
|
100000
100345
|
...PageInfoFragmentDoc.definitions,
|
100001
100346
|
],
|
@@ -100359,6 +100704,7 @@ const IssueSearchDocument = {
|
|
100359
100704
|
},
|
100360
100705
|
...IssueConnectionFragmentDoc.definitions,
|
100361
100706
|
...IssueFragmentDoc.definitions,
|
100707
|
+
...ReactionFragmentDoc.definitions,
|
100362
100708
|
...ActorBotFragmentDoc.definitions,
|
100363
100709
|
...PageInfoFragmentDoc.definitions,
|
100364
100710
|
],
|
@@ -100399,6 +100745,7 @@ const IssueVcsBranchSearchDocument = {
|
|
100399
100745
|
},
|
100400
100746
|
},
|
100401
100747
|
...IssueFragmentDoc.definitions,
|
100748
|
+
...ReactionFragmentDoc.definitions,
|
100402
100749
|
...ActorBotFragmentDoc.definitions,
|
100403
100750
|
],
|
100404
100751
|
};
|
@@ -100688,6 +101035,7 @@ const IssueVcsBranchSearch_ChildrenDocument = {
|
|
100688
101035
|
},
|
100689
101036
|
...IssueConnectionFragmentDoc.definitions,
|
100690
101037
|
...IssueFragmentDoc.definitions,
|
101038
|
+
...ReactionFragmentDoc.definitions,
|
100691
101039
|
...ActorBotFragmentDoc.definitions,
|
100692
101040
|
...PageInfoFragmentDoc.definitions,
|
100693
101041
|
],
|
@@ -100810,6 +101158,7 @@ const IssueVcsBranchSearch_CommentsDocument = {
|
|
100810
101158
|
},
|
100811
101159
|
...CommentConnectionFragmentDoc.definitions,
|
100812
101160
|
...CommentFragmentDoc.definitions,
|
101161
|
+
...ReactionFragmentDoc.definitions,
|
100813
101162
|
...ActorBotFragmentDoc.definitions,
|
100814
101163
|
...DocumentContentFragmentDoc.definitions,
|
100815
101164
|
...PageInfoFragmentDoc.definitions,
|
@@ -101515,6 +101864,7 @@ const IssuesDocument = {
|
|
101515
101864
|
},
|
101516
101865
|
...IssueConnectionFragmentDoc.definitions,
|
101517
101866
|
...IssueFragmentDoc.definitions,
|
101867
|
+
...ReactionFragmentDoc.definitions,
|
101518
101868
|
...ActorBotFragmentDoc.definitions,
|
101519
101869
|
...PageInfoFragmentDoc.definitions,
|
101520
101870
|
],
|
@@ -101815,6 +102165,7 @@ const OrganizationDocument = {
|
|
101815
102165
|
},
|
101816
102166
|
},
|
101817
102167
|
...OrganizationFragmentDoc.definitions,
|
102168
|
+
...OrganizationIpRestrictionFragmentDoc.definitions,
|
101818
102169
|
...ProjectStatusFragmentDoc.definitions,
|
101819
102170
|
...PaidSubscriptionFragmentDoc.definitions,
|
101820
102171
|
],
|
@@ -102821,6 +103172,7 @@ const Project_IssuesDocument = {
|
|
102821
103172
|
},
|
102822
103173
|
...IssueConnectionFragmentDoc.definitions,
|
102823
103174
|
...IssueFragmentDoc.definitions,
|
103175
|
+
...ReactionFragmentDoc.definitions,
|
102824
103176
|
...ActorBotFragmentDoc.definitions,
|
102825
103177
|
...PageInfoFragmentDoc.definitions,
|
102826
103178
|
],
|
@@ -103298,6 +103650,7 @@ const Project_ProjectUpdatesDocument = {
|
|
103298
103650
|
},
|
103299
103651
|
...ProjectUpdateConnectionFragmentDoc.definitions,
|
103300
103652
|
...ProjectUpdateFragmentDoc.definitions,
|
103653
|
+
...ReactionFragmentDoc.definitions,
|
103301
103654
|
...PageInfoFragmentDoc.definitions,
|
103302
103655
|
],
|
103303
103656
|
};
|
@@ -103791,6 +104144,7 @@ const ProjectMilestone_IssuesDocument = {
|
|
103791
104144
|
},
|
103792
104145
|
...IssueConnectionFragmentDoc.definitions,
|
103793
104146
|
...IssueFragmentDoc.definitions,
|
104147
|
+
...ReactionFragmentDoc.definitions,
|
103794
104148
|
...ActorBotFragmentDoc.definitions,
|
103795
104149
|
...PageInfoFragmentDoc.definitions,
|
103796
104150
|
],
|
@@ -104059,6 +104413,7 @@ const ProjectUpdateDocument = {
|
|
104059
104413
|
},
|
104060
104414
|
},
|
104061
104415
|
...ProjectUpdateFragmentDoc.definitions,
|
104416
|
+
...ReactionFragmentDoc.definitions,
|
104062
104417
|
],
|
104063
104418
|
};
|
104064
104419
|
const ProjectUpdate_CommentsDocument = {
|
@@ -104179,6 +104534,7 @@ const ProjectUpdate_CommentsDocument = {
|
|
104179
104534
|
},
|
104180
104535
|
...CommentConnectionFragmentDoc.definitions,
|
104181
104536
|
...CommentFragmentDoc.definitions,
|
104537
|
+
...ReactionFragmentDoc.definitions,
|
104182
104538
|
...ActorBotFragmentDoc.definitions,
|
104183
104539
|
...DocumentContentFragmentDoc.definitions,
|
104184
104540
|
...PageInfoFragmentDoc.definitions,
|
@@ -104411,6 +104767,7 @@ const ProjectUpdatesDocument = {
|
|
104411
104767
|
},
|
104412
104768
|
...ProjectUpdateConnectionFragmentDoc.definitions,
|
104413
104769
|
...ProjectUpdateFragmentDoc.definitions,
|
104770
|
+
...ReactionFragmentDoc.definitions,
|
104414
104771
|
...PageInfoFragmentDoc.definitions,
|
104415
104772
|
],
|
104416
104773
|
};
|
@@ -105372,6 +105729,7 @@ const SearchIssuesDocument = {
|
|
105372
105729
|
...IssueSearchPayloadFragmentDoc.definitions,
|
105373
105730
|
...ArchiveResponseFragmentDoc.definitions,
|
105374
105731
|
...IssueSearchResultFragmentDoc.definitions,
|
105732
|
+
...ReactionFragmentDoc.definitions,
|
105375
105733
|
...ActorBotFragmentDoc.definitions,
|
105376
105734
|
...PageInfoFragmentDoc.definitions,
|
105377
105735
|
],
|
@@ -106231,6 +106589,7 @@ const Team_IssuesDocument = {
|
|
106231
106589
|
},
|
106232
106590
|
...IssueConnectionFragmentDoc.definitions,
|
106233
106591
|
...IssueFragmentDoc.definitions,
|
106592
|
+
...ReactionFragmentDoc.definitions,
|
106234
106593
|
...ActorBotFragmentDoc.definitions,
|
106235
106594
|
...PageInfoFragmentDoc.definitions,
|
106236
106595
|
],
|
@@ -107856,6 +108215,7 @@ const User_AssignedIssuesDocument = {
|
|
107856
108215
|
},
|
107857
108216
|
...IssueConnectionFragmentDoc.definitions,
|
107858
108217
|
...IssueFragmentDoc.definitions,
|
108218
|
+
...ReactionFragmentDoc.definitions,
|
107859
108219
|
...ActorBotFragmentDoc.definitions,
|
107860
108220
|
...PageInfoFragmentDoc.definitions,
|
107861
108221
|
],
|
@@ -107978,6 +108338,7 @@ const User_CreatedIssuesDocument = {
|
|
107978
108338
|
},
|
107979
108339
|
...IssueConnectionFragmentDoc.definitions,
|
107980
108340
|
...IssueFragmentDoc.definitions,
|
108341
|
+
...ReactionFragmentDoc.definitions,
|
107981
108342
|
...ActorBotFragmentDoc.definitions,
|
107982
108343
|
...PageInfoFragmentDoc.definitions,
|
107983
108344
|
],
|
@@ -109081,6 +109442,7 @@ const Viewer_AssignedIssuesDocument = {
|
|
109081
109442
|
},
|
109082
109443
|
...IssueConnectionFragmentDoc.definitions,
|
109083
109444
|
...IssueFragmentDoc.definitions,
|
109445
|
+
...ReactionFragmentDoc.definitions,
|
109084
109446
|
...ActorBotFragmentDoc.definitions,
|
109085
109447
|
...PageInfoFragmentDoc.definitions,
|
109086
109448
|
],
|
@@ -109191,6 +109553,7 @@ const Viewer_CreatedIssuesDocument = {
|
|
109191
109553
|
},
|
109192
109554
|
...IssueConnectionFragmentDoc.definitions,
|
109193
109555
|
...IssueFragmentDoc.definitions,
|
109556
|
+
...ReactionFragmentDoc.definitions,
|
109194
109557
|
...ActorBotFragmentDoc.definitions,
|
109195
109558
|
...PageInfoFragmentDoc.definitions,
|
109196
109559
|
],
|
@@ -109687,6 +110050,7 @@ const WorkflowState_IssuesDocument = {
|
|
109687
110050
|
},
|
109688
110051
|
...IssueConnectionFragmentDoc.definitions,
|
109689
110052
|
...IssueFragmentDoc.definitions,
|
110053
|
+
...ReactionFragmentDoc.definitions,
|
109690
110054
|
...ActorBotFragmentDoc.definitions,
|
109691
110055
|
...PageInfoFragmentDoc.definitions,
|
109692
110056
|
],
|
@@ -111884,13 +112248,51 @@ const DeleteDocumentDocument = {
|
|
111884
112248
|
],
|
111885
112249
|
selectionSet: {
|
111886
112250
|
kind: "SelectionSet",
|
111887
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
112251
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentArchivePayload" } }],
|
111888
112252
|
},
|
111889
112253
|
},
|
111890
112254
|
],
|
111891
112255
|
},
|
111892
112256
|
},
|
111893
|
-
...
|
112257
|
+
...DocumentArchivePayloadFragmentDoc.definitions,
|
112258
|
+
],
|
112259
|
+
};
|
112260
|
+
const UnarchiveDocumentDocument = {
|
112261
|
+
kind: "Document",
|
112262
|
+
definitions: [
|
112263
|
+
{
|
112264
|
+
kind: "OperationDefinition",
|
112265
|
+
operation: "mutation",
|
112266
|
+
name: { kind: "Name", value: "unarchiveDocument" },
|
112267
|
+
variableDefinitions: [
|
112268
|
+
{
|
112269
|
+
kind: "VariableDefinition",
|
112270
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
112271
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
112272
|
+
},
|
112273
|
+
],
|
112274
|
+
selectionSet: {
|
112275
|
+
kind: "SelectionSet",
|
112276
|
+
selections: [
|
112277
|
+
{
|
112278
|
+
kind: "Field",
|
112279
|
+
name: { kind: "Name", value: "documentUnarchive" },
|
112280
|
+
arguments: [
|
112281
|
+
{
|
112282
|
+
kind: "Argument",
|
112283
|
+
name: { kind: "Name", value: "id" },
|
112284
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
112285
|
+
},
|
112286
|
+
],
|
112287
|
+
selectionSet: {
|
112288
|
+
kind: "SelectionSet",
|
112289
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentArchivePayload" } }],
|
112290
|
+
},
|
112291
|
+
},
|
112292
|
+
],
|
112293
|
+
},
|
112294
|
+
},
|
112295
|
+
...DocumentArchivePayloadFragmentDoc.definitions,
|
111894
112296
|
],
|
111895
112297
|
};
|
111896
112298
|
const UpdateDocumentDocument = {
|
@@ -114747,6 +115149,7 @@ const UpdateIssueBatchDocument = {
|
|
114747
115149
|
},
|
114748
115150
|
...IssueBatchPayloadFragmentDoc.definitions,
|
114749
115151
|
...IssueFragmentDoc.definitions,
|
115152
|
+
...ReactionFragmentDoc.definitions,
|
114750
115153
|
...ActorBotFragmentDoc.definitions,
|
114751
115154
|
],
|
114752
115155
|
};
|
@@ -119684,44 +120087,6 @@ const UserPromoteMemberDocument = {
|
|
119684
120087
|
...UserAdminPayloadFragmentDoc.definitions,
|
119685
120088
|
],
|
119686
120089
|
};
|
119687
|
-
const UserSettingsFlagIncrementDocument = {
|
119688
|
-
kind: "Document",
|
119689
|
-
definitions: [
|
119690
|
-
{
|
119691
|
-
kind: "OperationDefinition",
|
119692
|
-
operation: "mutation",
|
119693
|
-
name: { kind: "Name", value: "userSettingsFlagIncrement" },
|
119694
|
-
variableDefinitions: [
|
119695
|
-
{
|
119696
|
-
kind: "VariableDefinition",
|
119697
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "flag" } },
|
119698
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
119699
|
-
},
|
119700
|
-
],
|
119701
|
-
selectionSet: {
|
119702
|
-
kind: "SelectionSet",
|
119703
|
-
selections: [
|
119704
|
-
{
|
119705
|
-
kind: "Field",
|
119706
|
-
name: { kind: "Name", value: "userSettingsFlagIncrement" },
|
119707
|
-
arguments: [
|
119708
|
-
{
|
119709
|
-
kind: "Argument",
|
119710
|
-
name: { kind: "Name", value: "flag" },
|
119711
|
-
value: { kind: "Variable", name: { kind: "Name", value: "flag" } },
|
119712
|
-
},
|
119713
|
-
],
|
119714
|
-
selectionSet: {
|
119715
|
-
kind: "SelectionSet",
|
119716
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserSettingsFlagPayload" } }],
|
119717
|
-
},
|
119718
|
-
},
|
119719
|
-
],
|
119720
|
-
},
|
119721
|
-
},
|
119722
|
-
...UserSettingsFlagPayloadFragmentDoc.definitions,
|
119723
|
-
],
|
119724
|
-
};
|
119725
120090
|
const UserSettingsFlagsResetDocument = {
|
119726
120091
|
kind: "Document",
|
119727
120092
|
definitions: [
|
@@ -120339,6 +120704,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120339
120704
|
get ContextViewType () { return ContextViewType; },
|
120340
120705
|
get DateResolutionType () { return DateResolutionType; },
|
120341
120706
|
get Day () { return Day; },
|
120707
|
+
get FacetPageSource () { return FacetPageSource; },
|
120708
|
+
get FeatureFlagRolloutStageType () { return FeatureFlagRolloutStageType; },
|
120342
120709
|
get GitAutomationStates () { return GitAutomationStates; },
|
120343
120710
|
get GithubOrgType () { return GithubOrgType; },
|
120344
120711
|
get InitiativeStatus () { return InitiativeStatus; },
|
@@ -120378,6 +120745,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120378
120745
|
AttachmentArchivePayloadFragmentDoc: AttachmentArchivePayloadFragmentDoc,
|
120379
120746
|
CycleArchivePayloadFragmentDoc: CycleArchivePayloadFragmentDoc,
|
120380
120747
|
DeletePayloadFragmentDoc: DeletePayloadFragmentDoc,
|
120748
|
+
DocumentArchivePayloadFragmentDoc: DocumentArchivePayloadFragmentDoc,
|
120381
120749
|
InitiativeArchivePayloadFragmentDoc: InitiativeArchivePayloadFragmentDoc,
|
120382
120750
|
IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
|
120383
120751
|
ActorBotFragmentDoc: ActorBotFragmentDoc,
|
@@ -120406,6 +120774,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120406
120774
|
AuthUserFragmentDoc: AuthUserFragmentDoc,
|
120407
120775
|
AuthEmailIntakeAddressFragmentDoc: AuthEmailIntakeAddressFragmentDoc,
|
120408
120776
|
AuthOrganizationInviteFragmentDoc: AuthOrganizationInviteFragmentDoc,
|
120777
|
+
OrganizationIpRestrictionFragmentDoc: OrganizationIpRestrictionFragmentDoc,
|
120409
120778
|
ProjectStatusFragmentDoc: ProjectStatusFragmentDoc,
|
120410
120779
|
PaidSubscriptionFragmentDoc: PaidSubscriptionFragmentDoc,
|
120411
120780
|
OrganizationFragmentDoc: OrganizationFragmentDoc,
|
@@ -120430,6 +120799,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120430
120799
|
JiraLinearMappingFragmentDoc: JiraLinearMappingFragmentDoc,
|
120431
120800
|
JiraSettingsFragmentDoc: JiraSettingsFragmentDoc,
|
120432
120801
|
JiraPersonalSettingsFragmentDoc: JiraPersonalSettingsFragmentDoc,
|
120802
|
+
LaunchDarklySettingsFragmentDoc: LaunchDarklySettingsFragmentDoc,
|
120433
120803
|
NotionSettingsFragmentDoc: NotionSettingsFragmentDoc,
|
120434
120804
|
OpsgenieSettingsFragmentDoc: OpsgenieSettingsFragmentDoc,
|
120435
120805
|
PagerDutySettingsFragmentDoc: PagerDutySettingsFragmentDoc,
|
@@ -120466,12 +120836,14 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120466
120836
|
AuthOauthClientFragmentDoc: AuthOauthClientFragmentDoc,
|
120467
120837
|
OauthTokenFragmentDoc: OauthTokenFragmentDoc,
|
120468
120838
|
AuthOauthClientWithTokensFragmentDoc: AuthOauthClientWithTokensFragmentDoc,
|
120839
|
+
AuthOrganizationBucketNamePayloadFragmentDoc: AuthOrganizationBucketNamePayloadFragmentDoc,
|
120469
120840
|
AuthOrganizationDomainFragmentDoc: AuthOrganizationDomainFragmentDoc,
|
120470
120841
|
AuthOrganizationExistsPayloadFragmentDoc: AuthOrganizationExistsPayloadFragmentDoc,
|
120471
120842
|
AuthOrganizationPayloadFragmentDoc: AuthOrganizationPayloadFragmentDoc,
|
120472
120843
|
AuthResolverResponseFragmentDoc: AuthResolverResponseFragmentDoc,
|
120473
120844
|
AuthSuccessPayloadFragmentDoc: AuthSuccessPayloadFragmentDoc,
|
120474
120845
|
AuthorizedApplicationBaseFragmentDoc: AuthorizedApplicationBaseFragmentDoc,
|
120846
|
+
ReactionFragmentDoc: ReactionFragmentDoc,
|
120475
120847
|
CommentFragmentDoc: CommentFragmentDoc,
|
120476
120848
|
CommentConnectionFragmentDoc: CommentConnectionFragmentDoc,
|
120477
120849
|
CommentPayloadFragmentDoc: CommentPayloadFragmentDoc,
|
@@ -120519,6 +120891,10 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120519
120891
|
FavoriteFragmentDoc: FavoriteFragmentDoc,
|
120520
120892
|
FavoriteConnectionFragmentDoc: FavoriteConnectionFragmentDoc,
|
120521
120893
|
FavoritePayloadFragmentDoc: FavoritePayloadFragmentDoc,
|
120894
|
+
FeatureFlagRolloutStageFragmentDoc: FeatureFlagRolloutStageFragmentDoc,
|
120895
|
+
FeatureFlagFragmentDoc: FeatureFlagFragmentDoc,
|
120896
|
+
FeatureFlagConnectionFragmentDoc: FeatureFlagConnectionFragmentDoc,
|
120897
|
+
FeatureFlagRolloutStageConnectionFragmentDoc: FeatureFlagRolloutStageConnectionFragmentDoc,
|
120522
120898
|
FrontAttachmentPayloadFragmentDoc: FrontAttachmentPayloadFragmentDoc,
|
120523
120899
|
GitAutomationTargetBranchFragmentDoc: GitAutomationTargetBranchFragmentDoc,
|
120524
120900
|
GitAutomationStateFragmentDoc: GitAutomationStateFragmentDoc,
|
@@ -120586,7 +120962,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120586
120962
|
PasskeyLoginStartResponseFragmentDoc: PasskeyLoginStartResponseFragmentDoc,
|
120587
120963
|
ProjectFragmentDoc: ProjectFragmentDoc,
|
120588
120964
|
ProjectConnectionFragmentDoc: ProjectConnectionFragmentDoc,
|
120589
|
-
ProjectDetailSuggestionPayloadFragmentDoc: ProjectDetailSuggestionPayloadFragmentDoc,
|
120590
120965
|
ProjectFilterSuggestionPayloadFragmentDoc: ProjectFilterSuggestionPayloadFragmentDoc,
|
120591
120966
|
ProjectLinkFragmentDoc: ProjectLinkFragmentDoc,
|
120592
120967
|
ProjectLinkConnectionFragmentDoc: ProjectLinkConnectionFragmentDoc,
|
@@ -120616,7 +120991,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120616
120991
|
PushSubscriptionTestPayloadFragmentDoc: PushSubscriptionTestPayloadFragmentDoc,
|
120617
120992
|
RateLimitResultPayloadFragmentDoc: RateLimitResultPayloadFragmentDoc,
|
120618
120993
|
RateLimitPayloadFragmentDoc: RateLimitPayloadFragmentDoc,
|
120619
|
-
ReactionFragmentDoc: ReactionFragmentDoc,
|
120620
120994
|
ReactionConnectionFragmentDoc: ReactionConnectionFragmentDoc,
|
120621
120995
|
ReactionPayloadFragmentDoc: ReactionPayloadFragmentDoc,
|
120622
120996
|
RoadmapFragmentDoc: RoadmapFragmentDoc,
|
@@ -120895,6 +121269,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
120895
121269
|
UpdateDiaryEntryDocument: UpdateDiaryEntryDocument,
|
120896
121270
|
CreateDocumentDocument: CreateDocumentDocument,
|
120897
121271
|
DeleteDocumentDocument: DeleteDocumentDocument,
|
121272
|
+
UnarchiveDocumentDocument: UnarchiveDocumentDocument,
|
120898
121273
|
UpdateDocumentDocument: UpdateDocumentDocument,
|
120899
121274
|
CreateEmailIntakeAddressDocument: CreateEmailIntakeAddressDocument,
|
120900
121275
|
DeleteEmailIntakeAddressDocument: DeleteEmailIntakeAddressDocument,
|
@@ -121063,7 +121438,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
121063
121438
|
UpdateUserFlagDocument: UpdateUserFlagDocument,
|
121064
121439
|
UserPromoteAdminDocument: UserPromoteAdminDocument,
|
121065
121440
|
UserPromoteMemberDocument: UserPromoteMemberDocument,
|
121066
|
-
UserSettingsFlagIncrementDocument: UserSettingsFlagIncrementDocument,
|
121067
121441
|
UserSettingsFlagsResetDocument: UserSettingsFlagsResetDocument,
|
121068
121442
|
UpdateUserSettingsDocument: UpdateUserSettingsDocument,
|
121069
121443
|
SuspendUserDocument: SuspendUserDocument,
|
@@ -121687,6 +122061,19 @@ class AuthOrganization extends Request {
|
|
121687
122061
|
this.releaseChannel = data.releaseChannel;
|
121688
122062
|
}
|
121689
122063
|
}
|
122064
|
+
/**
|
122065
|
+
* AuthOrganizationBucketNamePayload model
|
122066
|
+
*
|
122067
|
+
* @param request - function to call the graphql client
|
122068
|
+
* @param data - L.AuthOrganizationBucketNamePayloadFragment response data
|
122069
|
+
*/
|
122070
|
+
class AuthOrganizationBucketNamePayload extends Request {
|
122071
|
+
constructor(request, data) {
|
122072
|
+
super(request);
|
122073
|
+
this.importsBucketName = data.importsBucketName;
|
122074
|
+
this.uploadsBucketName = data.uploadsBucketName;
|
122075
|
+
}
|
122076
|
+
}
|
121690
122077
|
/**
|
121691
122078
|
* AuthOrganizationDomain model
|
121692
122079
|
*
|
@@ -121902,6 +122289,7 @@ class Comment extends Request {
|
|
121902
122289
|
this.url = data.url;
|
121903
122290
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
121904
122291
|
this.documentContent = data.documentContent ? new DocumentContent(request, data.documentContent) : undefined;
|
122292
|
+
this.reactions = data.reactions.map(node => new Reaction(request, node));
|
121905
122293
|
this._externalUser = (_g = data.externalUser) !== null && _g !== void 0 ? _g : undefined;
|
121906
122294
|
this._issue = (_h = data.issue) !== null && _h !== void 0 ? _h : undefined;
|
121907
122295
|
this._parent = (_j = data.parent) !== null && _j !== void 0 ? _j : undefined;
|
@@ -122522,7 +122910,7 @@ class DiaryEntryPayload extends Request {
|
|
122522
122910
|
*/
|
122523
122911
|
class Document extends Request {
|
122524
122912
|
constructor(request, data) {
|
122525
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
122913
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
122526
122914
|
super(request);
|
122527
122915
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
122528
122916
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
@@ -122534,11 +122922,12 @@ class Document extends Request {
|
|
122534
122922
|
this.slugId = data.slugId;
|
122535
122923
|
this.sortOrder = data.sortOrder;
|
122536
122924
|
this.title = data.title;
|
122537
|
-
this.
|
122925
|
+
this.trashed = (_g = data.trashed) !== null && _g !== void 0 ? _g : undefined;
|
122926
|
+
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
122538
122927
|
this.url = data.url;
|
122539
122928
|
this._creator = data.creator;
|
122540
|
-
this._lastAppliedTemplate = (
|
122541
|
-
this._project = (
|
122929
|
+
this._lastAppliedTemplate = (_j = data.lastAppliedTemplate) !== null && _j !== void 0 ? _j : undefined;
|
122930
|
+
this._project = (_k = data.project) !== null && _k !== void 0 ? _k : undefined;
|
122542
122931
|
this._updatedBy = data.updatedBy;
|
122543
122932
|
}
|
122544
122933
|
/** The user who created the document. */
|
@@ -122565,15 +122954,39 @@ class Document extends Request {
|
|
122565
122954
|
create(input) {
|
122566
122955
|
return new CreateDocumentMutation(this._request).fetch(input);
|
122567
122956
|
}
|
122568
|
-
/** Deletes a document. */
|
122957
|
+
/** Deletes (trashes) a document. */
|
122569
122958
|
delete() {
|
122570
122959
|
return new DeleteDocumentMutation(this._request).fetch(this.id);
|
122571
122960
|
}
|
122961
|
+
/** Restores a document. */
|
122962
|
+
unarchive() {
|
122963
|
+
return new UnarchiveDocumentMutation(this._request).fetch(this.id);
|
122964
|
+
}
|
122572
122965
|
/** Updates a document. */
|
122573
122966
|
update(input) {
|
122574
122967
|
return new UpdateDocumentMutation(this._request).fetch(this.id, input);
|
122575
122968
|
}
|
122576
122969
|
}
|
122970
|
+
/**
|
122971
|
+
* A generic payload return from entity archive mutations.
|
122972
|
+
*
|
122973
|
+
* @param request - function to call the graphql client
|
122974
|
+
* @param data - L.DocumentArchivePayloadFragment response data
|
122975
|
+
*/
|
122976
|
+
class DocumentArchivePayload extends Request {
|
122977
|
+
constructor(request, data) {
|
122978
|
+
var _a;
|
122979
|
+
super(request);
|
122980
|
+
this.lastSyncId = data.lastSyncId;
|
122981
|
+
this.success = data.success;
|
122982
|
+
this._entity = (_a = data.entity) !== null && _a !== void 0 ? _a : undefined;
|
122983
|
+
}
|
122984
|
+
/** The archived/unarchived entity. Null if entity was deleted. */
|
122985
|
+
get entity() {
|
122986
|
+
var _a, _b;
|
122987
|
+
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;
|
122988
|
+
}
|
122989
|
+
}
|
122577
122990
|
/**
|
122578
122991
|
* DocumentConnection model
|
122579
122992
|
*
|
@@ -122660,7 +123073,7 @@ class DocumentContentHistoryPayload extends Request {
|
|
122660
123073
|
constructor(request, data) {
|
122661
123074
|
super(request);
|
122662
123075
|
this.success = data.success;
|
122663
|
-
this.history = data.history
|
123076
|
+
this.history = data.history.map(node => new DocumentContentHistoryType(request, node));
|
122664
123077
|
}
|
122665
123078
|
}
|
122666
123079
|
/**
|
@@ -122761,7 +123174,7 @@ class DocumentSearchPayload extends Request {
|
|
122761
123174
|
*/
|
122762
123175
|
class DocumentSearchResult extends Request {
|
122763
123176
|
constructor(request, data) {
|
122764
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
123177
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
122765
123178
|
super(request);
|
122766
123179
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
122767
123180
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
@@ -122774,11 +123187,12 @@ class DocumentSearchResult extends Request {
|
|
122774
123187
|
this.slugId = data.slugId;
|
122775
123188
|
this.sortOrder = data.sortOrder;
|
122776
123189
|
this.title = data.title;
|
122777
|
-
this.
|
123190
|
+
this.trashed = (_g = data.trashed) !== null && _g !== void 0 ? _g : undefined;
|
123191
|
+
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
122778
123192
|
this.url = data.url;
|
122779
123193
|
this._creator = data.creator;
|
122780
|
-
this._lastAppliedTemplate = (
|
122781
|
-
this._project = (
|
123194
|
+
this._lastAppliedTemplate = (_j = data.lastAppliedTemplate) !== null && _j !== void 0 ? _j : undefined;
|
123195
|
+
this._project = (_k = data.project) !== null && _k !== void 0 ? _k : undefined;
|
122782
123196
|
this._updatedBy = data.updatedBy;
|
122783
123197
|
}
|
122784
123198
|
/** The user who created the document. */
|
@@ -123097,13 +123511,38 @@ class ExternalUserConnection extends Connection {
|
|
123097
123511
|
*/
|
123098
123512
|
class Facet extends Request {
|
123099
123513
|
constructor(request, data) {
|
123100
|
-
var _a, _b, _c;
|
123514
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
123101
123515
|
super(request);
|
123102
123516
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
123103
123517
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
123104
123518
|
this.id = data.id;
|
123105
123519
|
this.sortOrder = data.sortOrder;
|
123106
123520
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
123521
|
+
this.sourcePage = (_d = data.sourcePage) !== null && _d !== void 0 ? _d : undefined;
|
123522
|
+
this._sourceProject = (_e = data.sourceProject) !== null && _e !== void 0 ? _e : undefined;
|
123523
|
+
this._sourceTeam = (_f = data.sourceTeam) !== null && _f !== void 0 ? _f : undefined;
|
123524
|
+
this._targetCustomView = (_g = data.targetCustomView) !== null && _g !== void 0 ? _g : undefined;
|
123525
|
+
}
|
123526
|
+
/** The owning organization. */
|
123527
|
+
get sourceOrganization() {
|
123528
|
+
return new OrganizationQuery(this._request).fetch();
|
123529
|
+
}
|
123530
|
+
/** The owning project. */
|
123531
|
+
get sourceProject() {
|
123532
|
+
var _a, _b;
|
123533
|
+
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;
|
123534
|
+
}
|
123535
|
+
/** The owning team. */
|
123536
|
+
get sourceTeam() {
|
123537
|
+
var _a, _b;
|
123538
|
+
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;
|
123539
|
+
}
|
123540
|
+
/** The targeted custom view. */
|
123541
|
+
get targetCustomView() {
|
123542
|
+
var _a, _b;
|
123543
|
+
return ((_a = this._targetCustomView) === null || _a === void 0 ? void 0 : _a.id)
|
123544
|
+
? new CustomViewQuery(this._request).fetch((_b = this._targetCustomView) === null || _b === void 0 ? void 0 : _b.id)
|
123545
|
+
: undefined;
|
123107
123546
|
}
|
123108
123547
|
}
|
123109
123548
|
/**
|
@@ -123256,6 +123695,113 @@ class FavoritePayload extends Request {
|
|
123256
123695
|
return new FavoriteQuery(this._request).fetch(this._favorite.id);
|
123257
123696
|
}
|
123258
123697
|
}
|
123698
|
+
/**
|
123699
|
+
* A feature flag for a project.
|
123700
|
+
*
|
123701
|
+
* @param request - function to call the graphql client
|
123702
|
+
* @param data - L.FeatureFlagFragment response data
|
123703
|
+
*/
|
123704
|
+
class FeatureFlag extends Request {
|
123705
|
+
constructor(request, data) {
|
123706
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
123707
|
+
super(request);
|
123708
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
123709
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
123710
|
+
this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
|
123711
|
+
this.externalUrl = data.externalUrl;
|
123712
|
+
this.id = data.id;
|
123713
|
+
this.isEnabled = data.isEnabled;
|
123714
|
+
this.key = data.key;
|
123715
|
+
this.lastStageUpdatedAt = (_d = parseDate(data.lastStageUpdatedAt)) !== null && _d !== void 0 ? _d : undefined;
|
123716
|
+
this.status = data.status;
|
123717
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
123718
|
+
this.pendingRolloutStage = data.pendingRolloutStage
|
123719
|
+
? new FeatureFlagRolloutStage(request, data.pendingRolloutStage)
|
123720
|
+
: undefined;
|
123721
|
+
this.rolloutStage = new FeatureFlagRolloutStage(request, data.rolloutStage);
|
123722
|
+
this._creator = (_f = data.creator) !== null && _f !== void 0 ? _f : undefined;
|
123723
|
+
this._integration = data.integration;
|
123724
|
+
this._lastStageUpdatedBy = (_g = data.lastStageUpdatedBy) !== null && _g !== void 0 ? _g : undefined;
|
123725
|
+
this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
|
123726
|
+
}
|
123727
|
+
/** The user who created the feature flag. */
|
123728
|
+
get creator() {
|
123729
|
+
var _a, _b;
|
123730
|
+
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;
|
123731
|
+
}
|
123732
|
+
/** The integration providing the feature flag. */
|
123733
|
+
get integration() {
|
123734
|
+
return new IntegrationQuery(this._request).fetch(this._integration.id);
|
123735
|
+
}
|
123736
|
+
/** The user who last changed the stage of the feature flag. */
|
123737
|
+
get lastStageUpdatedBy() {
|
123738
|
+
var _a, _b;
|
123739
|
+
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;
|
123740
|
+
}
|
123741
|
+
/** The organization of the feature flag. */
|
123742
|
+
get organization() {
|
123743
|
+
return new OrganizationQuery(this._request).fetch();
|
123744
|
+
}
|
123745
|
+
/** The project the feature flag is associated with. */
|
123746
|
+
get project() {
|
123747
|
+
var _a, _b;
|
123748
|
+
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;
|
123749
|
+
}
|
123750
|
+
}
|
123751
|
+
/**
|
123752
|
+
* FeatureFlagConnection model
|
123753
|
+
*
|
123754
|
+
* @param request - function to call the graphql client
|
123755
|
+
* @param fetch - function to trigger a refetch of this FeatureFlagConnection model
|
123756
|
+
* @param data - FeatureFlagConnection response data
|
123757
|
+
*/
|
123758
|
+
class FeatureFlagConnection extends Connection {
|
123759
|
+
constructor(request, fetch, data) {
|
123760
|
+
super(request, fetch, data.nodes.map(node => new FeatureFlag(request, node)), new PageInfo(request, data.pageInfo));
|
123761
|
+
}
|
123762
|
+
}
|
123763
|
+
/**
|
123764
|
+
* A rollout stage for a feature flag.
|
123765
|
+
*
|
123766
|
+
* @param request - function to call the graphql client
|
123767
|
+
* @param data - L.FeatureFlagRolloutStageFragment response data
|
123768
|
+
*/
|
123769
|
+
class FeatureFlagRolloutStage extends Request {
|
123770
|
+
constructor(request, data) {
|
123771
|
+
var _a, _b, _c, _d;
|
123772
|
+
super(request);
|
123773
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
123774
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
123775
|
+
this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
|
123776
|
+
this.id = data.id;
|
123777
|
+
this.name = data.name;
|
123778
|
+
this.segmentKeys = data.segmentKeys;
|
123779
|
+
this.sortOrder = data.sortOrder;
|
123780
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
123781
|
+
this.type = data.type;
|
123782
|
+
this._integration = data.integration;
|
123783
|
+
}
|
123784
|
+
/** The integration providing the feature flag. */
|
123785
|
+
get integration() {
|
123786
|
+
return new IntegrationQuery(this._request).fetch(this._integration.id);
|
123787
|
+
}
|
123788
|
+
/** The organization of the feature flag rollout stage. */
|
123789
|
+
get organization() {
|
123790
|
+
return new OrganizationQuery(this._request).fetch();
|
123791
|
+
}
|
123792
|
+
}
|
123793
|
+
/**
|
123794
|
+
* FeatureFlagRolloutStageConnection model
|
123795
|
+
*
|
123796
|
+
* @param request - function to call the graphql client
|
123797
|
+
* @param fetch - function to trigger a refetch of this FeatureFlagRolloutStageConnection model
|
123798
|
+
* @param data - FeatureFlagRolloutStageConnection response data
|
123799
|
+
*/
|
123800
|
+
class FeatureFlagRolloutStageConnection extends Connection {
|
123801
|
+
constructor(request, fetch, data) {
|
123802
|
+
super(request, fetch, data.nodes.map(node => new FeatureFlagRolloutStage(request, node)), new PageInfo(request, data.pageInfo));
|
123803
|
+
}
|
123804
|
+
}
|
123259
123805
|
/**
|
123260
123806
|
* FrontAttachmentPayload model
|
123261
123807
|
*
|
@@ -123511,7 +124057,7 @@ class GoogleSheetsSettings extends Request {
|
|
123511
124057
|
this.sheetId = data.sheetId;
|
123512
124058
|
this.spreadsheetId = data.spreadsheetId;
|
123513
124059
|
this.spreadsheetUrl = data.spreadsheetUrl;
|
123514
|
-
this.updatedIssuesAt = (_a = parseDate(data.updatedIssuesAt)) !== null && _a !== void 0 ? _a :
|
124060
|
+
this.updatedIssuesAt = (_a = parseDate(data.updatedIssuesAt)) !== null && _a !== void 0 ? _a : undefined;
|
123515
124061
|
}
|
123516
124062
|
}
|
123517
124063
|
/**
|
@@ -123699,6 +124245,7 @@ class IntegrationSettings extends Request {
|
|
123699
124245
|
this.intercom = data.intercom ? new IntercomSettings(request, data.intercom) : undefined;
|
123700
124246
|
this.jira = data.jira ? new JiraSettings(request, data.jira) : undefined;
|
123701
124247
|
this.jiraPersonal = data.jiraPersonal ? new JiraPersonalSettings(request, data.jiraPersonal) : undefined;
|
124248
|
+
this.launchDarkly = data.launchDarkly ? new LaunchDarklySettings(request, data.launchDarkly) : undefined;
|
123702
124249
|
this.notion = data.notion ? new NotionSettings(request, data.notion) : undefined;
|
123703
124250
|
this.opsgenie = data.opsgenie ? new OpsgenieSettings(request, data.opsgenie) : undefined;
|
123704
124251
|
this.pagerDuty = data.pagerDuty ? new PagerDutySettings(request, data.pagerDuty) : undefined;
|
@@ -123789,24 +124336,25 @@ class IntegrationTemplatePayload extends Request {
|
|
123789
124336
|
*/
|
123790
124337
|
class IntegrationsSettings extends Request {
|
123791
124338
|
constructor(request, data) {
|
123792
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
124339
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
123793
124340
|
super(request);
|
123794
124341
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
123795
124342
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
123796
124343
|
this.id = data.id;
|
123797
124344
|
this.slackIssueAddedToTriage = (_c = data.slackIssueAddedToTriage) !== null && _c !== void 0 ? _c : undefined;
|
123798
|
-
this.
|
123799
|
-
this.
|
123800
|
-
this.
|
123801
|
-
this.
|
123802
|
-
this.
|
123803
|
-
this.
|
123804
|
-
this.
|
123805
|
-
this.
|
123806
|
-
this.
|
123807
|
-
this.
|
123808
|
-
this.
|
123809
|
-
this.
|
124345
|
+
this.slackIssueAddedToView = (_d = data.slackIssueAddedToView) !== null && _d !== void 0 ? _d : undefined;
|
124346
|
+
this.slackIssueCreated = (_e = data.slackIssueCreated) !== null && _e !== void 0 ? _e : undefined;
|
124347
|
+
this.slackIssueNewComment = (_f = data.slackIssueNewComment) !== null && _f !== void 0 ? _f : undefined;
|
124348
|
+
this.slackIssueSlaBreached = (_g = data.slackIssueSlaBreached) !== null && _g !== void 0 ? _g : undefined;
|
124349
|
+
this.slackIssueSlaHighRisk = (_h = data.slackIssueSlaHighRisk) !== null && _h !== void 0 ? _h : undefined;
|
124350
|
+
this.slackIssueStatusChangedAll = (_j = data.slackIssueStatusChangedAll) !== null && _j !== void 0 ? _j : undefined;
|
124351
|
+
this.slackIssueStatusChangedDone = (_k = data.slackIssueStatusChangedDone) !== null && _k !== void 0 ? _k : undefined;
|
124352
|
+
this.slackProjectUpdateCreated = (_l = data.slackProjectUpdateCreated) !== null && _l !== void 0 ? _l : undefined;
|
124353
|
+
this.slackProjectUpdateCreatedToTeam = (_m = data.slackProjectUpdateCreatedToTeam) !== null && _m !== void 0 ? _m : undefined;
|
124354
|
+
this.slackProjectUpdateCreatedToWorkspace = (_o = data.slackProjectUpdateCreatedToWorkspace) !== null && _o !== void 0 ? _o : undefined;
|
124355
|
+
this.updatedAt = (_p = parseDate(data.updatedAt)) !== null && _p !== void 0 ? _p : new Date();
|
124356
|
+
this._project = (_q = data.project) !== null && _q !== void 0 ? _q : undefined;
|
124357
|
+
this._team = (_r = data.team) !== null && _r !== void 0 ? _r : undefined;
|
123810
124358
|
}
|
123811
124359
|
/** Project which those settings apply to. */
|
123812
124360
|
get project() {
|
@@ -123903,6 +124451,7 @@ class Issue extends Request {
|
|
123903
124451
|
this.previousIdentifiers = data.previousIdentifiers;
|
123904
124452
|
this.priority = data.priority;
|
123905
124453
|
this.priorityLabel = data.priorityLabel;
|
124454
|
+
this.reactionData = data.reactionData;
|
123906
124455
|
this.slaBreachesAt = (_k = parseDate(data.slaBreachesAt)) !== null && _k !== void 0 ? _k : undefined;
|
123907
124456
|
this.slaStartedAt = (_l = parseDate(data.slaStartedAt)) !== null && _l !== void 0 ? _l : undefined;
|
123908
124457
|
this.snoozedUntilAt = (_m = parseDate(data.snoozedUntilAt)) !== null && _m !== void 0 ? _m : undefined;
|
@@ -123916,6 +124465,7 @@ class Issue extends Request {
|
|
123916
124465
|
this.updatedAt = (_t = parseDate(data.updatedAt)) !== null && _t !== void 0 ? _t : new Date();
|
123917
124466
|
this.url = data.url;
|
123918
124467
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
124468
|
+
this.reactions = data.reactions.map(node => new Reaction(request, node));
|
123919
124469
|
this.integrationSourceType = (_u = data.integrationSourceType) !== null && _u !== void 0 ? _u : undefined;
|
123920
124470
|
this._assignee = (_v = data.assignee) !== null && _v !== void 0 ? _v : undefined;
|
123921
124471
|
this._creator = (_w = data.creator) !== null && _w !== void 0 ? _w : undefined;
|
@@ -124184,7 +124734,7 @@ class IssueHistory extends Request {
|
|
124184
124734
|
this._toState = (_22 = data.toState) !== null && _22 !== void 0 ? _22 : undefined;
|
124185
124735
|
this._toTeam = (_23 = data.toTeam) !== null && _23 !== void 0 ? _23 : undefined;
|
124186
124736
|
}
|
124187
|
-
/** The
|
124737
|
+
/** The actor that performed the actions. This field may be empty in the case of integrations or automations. */
|
124188
124738
|
get actor() {
|
124189
124739
|
var _a, _b;
|
124190
124740
|
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;
|
@@ -124194,32 +124744,32 @@ class IssueHistory extends Request {
|
|
124194
124744
|
var _a, _b;
|
124195
124745
|
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;
|
124196
124746
|
}
|
124197
|
-
/** The user from
|
124747
|
+
/** The user that was unassigned from the issue. */
|
124198
124748
|
get fromAssignee() {
|
124199
124749
|
var _a, _b;
|
124200
124750
|
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;
|
124201
124751
|
}
|
124202
|
-
/** The
|
124752
|
+
/** The cycle that the issue was moved from. */
|
124203
124753
|
get fromCycle() {
|
124204
124754
|
var _a, _b;
|
124205
124755
|
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;
|
124206
124756
|
}
|
124207
|
-
/** The
|
124757
|
+
/** The parent issue that the issue was moved from. */
|
124208
124758
|
get fromParent() {
|
124209
124759
|
var _a, _b;
|
124210
124760
|
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;
|
124211
124761
|
}
|
124212
|
-
/** The
|
124762
|
+
/** The project that the issue was moved from. */
|
124213
124763
|
get fromProject() {
|
124214
124764
|
var _a, _b;
|
124215
124765
|
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;
|
124216
124766
|
}
|
124217
|
-
/** The
|
124767
|
+
/** The state that the issue was moved from. */
|
124218
124768
|
get fromState() {
|
124219
124769
|
var _a, _b;
|
124220
124770
|
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;
|
124221
124771
|
}
|
124222
|
-
/** The team
|
124772
|
+
/** The team that the issue was moved from. */
|
124223
124773
|
get fromTeam() {
|
124224
124774
|
var _a, _b;
|
124225
124775
|
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;
|
@@ -124228,7 +124778,7 @@ class IssueHistory extends Request {
|
|
124228
124778
|
get issue() {
|
124229
124779
|
return new IssueQuery(this._request).fetch(this._issue.id);
|
124230
124780
|
}
|
124231
|
-
/** The user
|
124781
|
+
/** The user that was assigned to the issue. */
|
124232
124782
|
get toAssignee() {
|
124233
124783
|
var _a, _b;
|
124234
124784
|
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;
|
@@ -124240,27 +124790,27 @@ class IssueHistory extends Request {
|
|
124240
124790
|
? new ProjectQuery(this._request).fetch((_b = this._toConvertedProject) === null || _b === void 0 ? void 0 : _b.id)
|
124241
124791
|
: undefined;
|
124242
124792
|
}
|
124243
|
-
/** The
|
124793
|
+
/** The cycle that the issue was moved to. */
|
124244
124794
|
get toCycle() {
|
124245
124795
|
var _a, _b;
|
124246
124796
|
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;
|
124247
124797
|
}
|
124248
|
-
/** The
|
124798
|
+
/** The parent issue that the issue was moved to. */
|
124249
124799
|
get toParent() {
|
124250
124800
|
var _a, _b;
|
124251
124801
|
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;
|
124252
124802
|
}
|
124253
|
-
/** The
|
124803
|
+
/** The project that the issue was moved to. */
|
124254
124804
|
get toProject() {
|
124255
124805
|
var _a, _b;
|
124256
124806
|
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;
|
124257
124807
|
}
|
124258
|
-
/** The
|
124808
|
+
/** The state that the issue was moved to. */
|
124259
124809
|
get toState() {
|
124260
124810
|
var _a, _b;
|
124261
124811
|
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;
|
124262
124812
|
}
|
124263
|
-
/** The team
|
124813
|
+
/** The team that the issue was moved to. */
|
124264
124814
|
get toTeam() {
|
124265
124815
|
var _a, _b;
|
124266
124816
|
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;
|
@@ -124678,6 +125228,7 @@ class IssueSearchResult extends Request {
|
|
124678
125228
|
this.previousIdentifiers = data.previousIdentifiers;
|
124679
125229
|
this.priority = data.priority;
|
124680
125230
|
this.priorityLabel = data.priorityLabel;
|
125231
|
+
this.reactionData = data.reactionData;
|
124681
125232
|
this.slaBreachesAt = (_k = parseDate(data.slaBreachesAt)) !== null && _k !== void 0 ? _k : undefined;
|
124682
125233
|
this.slaStartedAt = (_l = parseDate(data.slaStartedAt)) !== null && _l !== void 0 ? _l : undefined;
|
124683
125234
|
this.snoozedUntilAt = (_m = parseDate(data.snoozedUntilAt)) !== null && _m !== void 0 ? _m : undefined;
|
@@ -124691,6 +125242,7 @@ class IssueSearchResult extends Request {
|
|
124691
125242
|
this.updatedAt = (_t = parseDate(data.updatedAt)) !== null && _t !== void 0 ? _t : new Date();
|
124692
125243
|
this.url = data.url;
|
124693
125244
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
125245
|
+
this.reactions = data.reactions.map(node => new Reaction(request, node));
|
124694
125246
|
this.integrationSourceType = (_u = data.integrationSourceType) !== null && _u !== void 0 ? _u : undefined;
|
124695
125247
|
this._assignee = (_v = data.assignee) !== null && _v !== void 0 ? _v : undefined;
|
124696
125248
|
this._creator = (_w = data.creator) !== null && _w !== void 0 ? _w : undefined;
|
@@ -124910,6 +125462,19 @@ class LabelNotificationSubscription extends Request {
|
|
124910
125462
|
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;
|
124911
125463
|
}
|
124912
125464
|
}
|
125465
|
+
/**
|
125466
|
+
* LaunchDarkly specific settings.
|
125467
|
+
*
|
125468
|
+
* @param request - function to call the graphql client
|
125469
|
+
* @param data - L.LaunchDarklySettingsFragment response data
|
125470
|
+
*/
|
125471
|
+
class LaunchDarklySettings extends Request {
|
125472
|
+
constructor(request, data) {
|
125473
|
+
super(request);
|
125474
|
+
this.environment = data.environment;
|
125475
|
+
this.projectKey = data.projectKey;
|
125476
|
+
}
|
125477
|
+
}
|
124913
125478
|
/**
|
124914
125479
|
* LogoutResponse model
|
124915
125480
|
*
|
@@ -125064,7 +125629,7 @@ class NotificationDeliveryPreferencesChannel extends Request {
|
|
125064
125629
|
var _a;
|
125065
125630
|
super(request);
|
125066
125631
|
this.notificationsDisabled = (_a = data.notificationsDisabled) !== null && _a !== void 0 ? _a : undefined;
|
125067
|
-
this.schedule = new NotificationDeliveryPreferencesSchedule(request, data.schedule);
|
125632
|
+
this.schedule = data.schedule ? new NotificationDeliveryPreferencesSchedule(request, data.schedule) : undefined;
|
125068
125633
|
}
|
125069
125634
|
}
|
125070
125635
|
/**
|
@@ -125385,7 +125950,7 @@ class OpsgenieSettings extends Request {
|
|
125385
125950
|
constructor(request, data) {
|
125386
125951
|
var _a;
|
125387
125952
|
super(request);
|
125388
|
-
this.apiFailedWithUnauthorizedErrorAt = (_a = parseDate(data.apiFailedWithUnauthorizedErrorAt)) !== null && _a !== void 0 ? _a :
|
125953
|
+
this.apiFailedWithUnauthorizedErrorAt = (_a = parseDate(data.apiFailedWithUnauthorizedErrorAt)) !== null && _a !== void 0 ? _a : undefined;
|
125389
125954
|
}
|
125390
125955
|
}
|
125391
125956
|
/**
|
@@ -125422,6 +125987,9 @@ class Organization extends Request {
|
|
125422
125987
|
this.urlKey = data.urlKey;
|
125423
125988
|
this.userCount = data.userCount;
|
125424
125989
|
this.subscription = data.subscription ? new PaidSubscription(request, data.subscription) : undefined;
|
125990
|
+
this.ipRestrictions = data.ipRestrictions
|
125991
|
+
? data.ipRestrictions.map(node => new OrganizationIpRestriction(request, node))
|
125992
|
+
: undefined;
|
125425
125993
|
this.projectStatuses = data.projectStatuses.map(node => new ProjectStatus(request, node));
|
125426
125994
|
this.projectUpdateRemindersDay = data.projectUpdateRemindersDay;
|
125427
125995
|
this.projectUpdatesReminderFrequency = data.projectUpdatesReminderFrequency;
|
@@ -125546,7 +126114,7 @@ class OrganizationExistsPayload extends Request {
|
|
125546
126114
|
*/
|
125547
126115
|
class OrganizationInvite extends Request {
|
125548
126116
|
constructor(request, data) {
|
125549
|
-
var _a, _b, _c, _d, _e, _f;
|
126117
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
125550
126118
|
super(request);
|
125551
126119
|
this.acceptedAt = (_a = parseDate(data.acceptedAt)) !== null && _a !== void 0 ? _a : undefined;
|
125552
126120
|
this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -125555,10 +126123,10 @@ class OrganizationInvite extends Request {
|
|
125555
126123
|
this.expiresAt = (_d = parseDate(data.expiresAt)) !== null && _d !== void 0 ? _d : undefined;
|
125556
126124
|
this.external = data.external;
|
125557
126125
|
this.id = data.id;
|
125558
|
-
this.metadata = data.metadata;
|
125559
|
-
this.updatedAt = (
|
126126
|
+
this.metadata = (_e = data.metadata) !== null && _e !== void 0 ? _e : undefined;
|
126127
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
125560
126128
|
this.role = data.role;
|
125561
|
-
this._invitee = (
|
126129
|
+
this._invitee = (_g = data.invitee) !== null && _g !== void 0 ? _g : undefined;
|
125562
126130
|
this._inviter = data.inviter;
|
125563
126131
|
}
|
125564
126132
|
/** The user who has accepted the invite. Null, if the invite hasn't been accepted. */
|
@@ -125658,6 +126226,22 @@ class OrganizationInvitePayload extends Request {
|
|
125658
126226
|
return new OrganizationInviteQuery(this._request).fetch(this._organizationInvite.id);
|
125659
126227
|
}
|
125660
126228
|
}
|
126229
|
+
/**
|
126230
|
+
* OrganizationIpRestriction model
|
126231
|
+
*
|
126232
|
+
* @param request - function to call the graphql client
|
126233
|
+
* @param data - L.OrganizationIpRestrictionFragment response data
|
126234
|
+
*/
|
126235
|
+
class OrganizationIpRestriction extends Request {
|
126236
|
+
constructor(request, data) {
|
126237
|
+
var _a;
|
126238
|
+
super(request);
|
126239
|
+
this.description = (_a = data.description) !== null && _a !== void 0 ? _a : undefined;
|
126240
|
+
this.enabled = data.enabled;
|
126241
|
+
this.range = data.range;
|
126242
|
+
this.type = data.type;
|
126243
|
+
}
|
126244
|
+
}
|
125661
126245
|
/**
|
125662
126246
|
* OrganizationMeta model
|
125663
126247
|
*
|
@@ -125740,7 +126324,7 @@ class PagerDutySettings extends Request {
|
|
125740
126324
|
constructor(request, data) {
|
125741
126325
|
var _a;
|
125742
126326
|
super(request);
|
125743
|
-
this.apiFailedWithUnauthorizedErrorAt = (_a = parseDate(data.apiFailedWithUnauthorizedErrorAt)) !== null && _a !== void 0 ? _a :
|
126327
|
+
this.apiFailedWithUnauthorizedErrorAt = (_a = parseDate(data.apiFailedWithUnauthorizedErrorAt)) !== null && _a !== void 0 ? _a : undefined;
|
125744
126328
|
}
|
125745
126329
|
}
|
125746
126330
|
/**
|
@@ -125751,21 +126335,21 @@ class PagerDutySettings extends Request {
|
|
125751
126335
|
*/
|
125752
126336
|
class PaidSubscription extends Request {
|
125753
126337
|
constructor(request, data) {
|
125754
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j
|
126338
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
125755
126339
|
super(request);
|
125756
126340
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
125757
126341
|
this.canceledAt = (_b = parseDate(data.canceledAt)) !== null && _b !== void 0 ? _b : undefined;
|
125758
|
-
this.collectionMethod =
|
125759
|
-
this.createdAt = (
|
126342
|
+
this.collectionMethod = data.collectionMethod;
|
126343
|
+
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
125760
126344
|
this.id = data.id;
|
125761
|
-
this.nextBillingAt = (
|
125762
|
-
this.pendingChangeType = (
|
126345
|
+
this.nextBillingAt = (_d = parseDate(data.nextBillingAt)) !== null && _d !== void 0 ? _d : undefined;
|
126346
|
+
this.pendingChangeType = (_e = data.pendingChangeType) !== null && _e !== void 0 ? _e : undefined;
|
125763
126347
|
this.seats = data.seats;
|
125764
|
-
this.seatsMaximum = (
|
125765
|
-
this.seatsMinimum = (
|
126348
|
+
this.seatsMaximum = (_f = data.seatsMaximum) !== null && _f !== void 0 ? _f : undefined;
|
126349
|
+
this.seatsMinimum = (_g = data.seatsMinimum) !== null && _g !== void 0 ? _g : undefined;
|
125766
126350
|
this.type = data.type;
|
125767
|
-
this.updatedAt = (
|
125768
|
-
this._creator = (
|
126351
|
+
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
126352
|
+
this._creator = (_j = data.creator) !== null && _j !== void 0 ? _j : undefined;
|
125769
126353
|
}
|
125770
126354
|
/** The creator of the subscription. */
|
125771
126355
|
get creator() {
|
@@ -125981,20 +126565,6 @@ class ProjectConnection extends Connection {
|
|
125981
126565
|
super(request, fetch, data.nodes.map(node => new Project(request, node)), new PageInfo(request, data.pageInfo));
|
125982
126566
|
}
|
125983
126567
|
}
|
125984
|
-
/**
|
125985
|
-
* ProjectDetailSuggestionPayload model
|
125986
|
-
*
|
125987
|
-
* @param request - function to call the graphql client
|
125988
|
-
* @param data - L.ProjectDetailSuggestionPayloadFragment response data
|
125989
|
-
*/
|
125990
|
-
class ProjectDetailSuggestionPayload extends Request {
|
125991
|
-
constructor(request, data) {
|
125992
|
-
var _a, _b;
|
125993
|
-
super(request);
|
125994
|
-
this.color = (_a = data.color) !== null && _a !== void 0 ? _a : undefined;
|
125995
|
-
this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
|
125996
|
-
}
|
125997
|
-
}
|
125998
126568
|
/**
|
125999
126569
|
* ProjectFilterSuggestionPayload model
|
126000
126570
|
*
|
@@ -126524,6 +127094,7 @@ class ProjectUpdate extends Request {
|
|
126524
127094
|
this.reactionData = data.reactionData;
|
126525
127095
|
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
126526
127096
|
this.url = data.url;
|
127097
|
+
this.reactions = data.reactions.map(node => new Reaction(request, node));
|
126527
127098
|
this.health = data.health;
|
126528
127099
|
this._project = data.project;
|
126529
127100
|
this._user = data.user;
|
@@ -127526,14 +128097,14 @@ class TeamConnection extends Connection {
|
|
127526
128097
|
*/
|
127527
128098
|
class TeamMembership extends Request {
|
127528
128099
|
constructor(request, data) {
|
127529
|
-
var _a, _b, _c
|
128100
|
+
var _a, _b, _c;
|
127530
128101
|
super(request);
|
127531
128102
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
127532
128103
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
127533
128104
|
this.id = data.id;
|
127534
|
-
this.owner =
|
128105
|
+
this.owner = data.owner;
|
127535
128106
|
this.sortOrder = data.sortOrder;
|
127536
|
-
this.updatedAt = (
|
128107
|
+
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
127537
128108
|
this._team = data.team;
|
127538
128109
|
this._user = data.user;
|
127539
128110
|
}
|
@@ -127837,7 +128408,7 @@ class TimeSchedule extends Request {
|
|
127837
128408
|
this.id = data.id;
|
127838
128409
|
this.name = data.name;
|
127839
128410
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
127840
|
-
this.entries = data.entries.map(node => new TimeScheduleEntry(request, node));
|
128411
|
+
this.entries = data.entries ? data.entries.map(node => new TimeScheduleEntry(request, node)) : undefined;
|
127841
128412
|
this._integration = (_f = data.integration) !== null && _f !== void 0 ? _f : undefined;
|
127842
128413
|
}
|
127843
128414
|
/** The identifier of the Linear integration populating the schedule. */
|
@@ -128300,11 +128871,12 @@ class UserSettings extends Request {
|
|
128300
128871
|
*/
|
128301
128872
|
class UserSettingsFlagPayload extends Request {
|
128302
128873
|
constructor(request, data) {
|
128874
|
+
var _a, _b;
|
128303
128875
|
super(request);
|
128304
|
-
this.flag = data.flag;
|
128876
|
+
this.flag = (_a = data.flag) !== null && _a !== void 0 ? _a : undefined;
|
128305
128877
|
this.lastSyncId = data.lastSyncId;
|
128306
128878
|
this.success = data.success;
|
128307
|
-
this.value = data.value;
|
128879
|
+
this.value = (_b = data.value) !== null && _b !== void 0 ? _b : undefined;
|
128308
128880
|
}
|
128309
128881
|
}
|
128310
128882
|
/**
|
@@ -128525,31 +129097,31 @@ class WorkflowCronJobDefinitionConnection extends Connection {
|
|
128525
129097
|
*/
|
128526
129098
|
class WorkflowDefinition extends Request {
|
128527
129099
|
constructor(request, data) {
|
128528
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
129100
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
128529
129101
|
super(request);
|
128530
129102
|
this.activities = data.activities;
|
128531
129103
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
128532
|
-
this.conditions = data.conditions;
|
128533
|
-
this.createdAt = (
|
128534
|
-
this.description = (
|
129104
|
+
this.conditions = (_b = data.conditions) !== null && _b !== void 0 ? _b : undefined;
|
129105
|
+
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
129106
|
+
this.description = (_d = data.description) !== null && _d !== void 0 ? _d : undefined;
|
128535
129107
|
this.enabled = data.enabled;
|
128536
|
-
this.groupName = (
|
129108
|
+
this.groupName = (_e = data.groupName) !== null && _e !== void 0 ? _e : undefined;
|
128537
129109
|
this.id = data.id;
|
128538
129110
|
this.name = data.name;
|
128539
129111
|
this.sortOrder = data.sortOrder;
|
128540
|
-
this.updatedAt = (
|
128541
|
-
this.contextViewType = (
|
129112
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
129113
|
+
this.contextViewType = (_g = data.contextViewType) !== null && _g !== void 0 ? _g : undefined;
|
128542
129114
|
this.trigger = data.trigger;
|
128543
129115
|
this.triggerType = data.triggerType;
|
128544
129116
|
this.type = data.type;
|
128545
|
-
this.userContextViewType = (
|
129117
|
+
this.userContextViewType = (_h = data.userContextViewType) !== null && _h !== void 0 ? _h : undefined;
|
128546
129118
|
this._creator = data.creator;
|
128547
|
-
this._customView = (
|
128548
|
-
this._cycle = (
|
128549
|
-
this._label = (
|
128550
|
-
this._project = (
|
128551
|
-
this._team = (
|
128552
|
-
this._user = (
|
129119
|
+
this._customView = (_j = data.customView) !== null && _j !== void 0 ? _j : undefined;
|
129120
|
+
this._cycle = (_k = data.cycle) !== null && _k !== void 0 ? _k : undefined;
|
129121
|
+
this._label = (_l = data.label) !== null && _l !== void 0 ? _l : undefined;
|
129122
|
+
this._project = (_m = data.project) !== null && _m !== void 0 ? _m : undefined;
|
129123
|
+
this._team = (_o = data.team) !== null && _o !== void 0 ? _o : undefined;
|
129124
|
+
this._user = (_p = data.user) !== null && _p !== void 0 ? _p : undefined;
|
128553
129125
|
}
|
128554
129126
|
/** The user who created the workflow. */
|
128555
129127
|
get creator() {
|
@@ -132054,7 +132626,7 @@ class DeleteDocumentMutation extends Request {
|
|
132054
132626
|
super(request);
|
132055
132627
|
}
|
132056
132628
|
/**
|
132057
|
-
* Call the DeleteDocument mutation and return a
|
132629
|
+
* Call the DeleteDocument mutation and return a DocumentArchivePayload
|
132058
132630
|
*
|
132059
132631
|
* @param id - required id to pass to deleteDocument
|
132060
132632
|
* @returns parsed response from DeleteDocumentMutation
|
@@ -132065,7 +132637,32 @@ class DeleteDocumentMutation extends Request {
|
|
132065
132637
|
id,
|
132066
132638
|
});
|
132067
132639
|
const data = response.documentDelete;
|
132068
|
-
return new
|
132640
|
+
return new DocumentArchivePayload(this._request, data);
|
132641
|
+
});
|
132642
|
+
}
|
132643
|
+
}
|
132644
|
+
/**
|
132645
|
+
* A fetchable UnarchiveDocument Mutation
|
132646
|
+
*
|
132647
|
+
* @param request - function to call the graphql client
|
132648
|
+
*/
|
132649
|
+
class UnarchiveDocumentMutation extends Request {
|
132650
|
+
constructor(request) {
|
132651
|
+
super(request);
|
132652
|
+
}
|
132653
|
+
/**
|
132654
|
+
* Call the UnarchiveDocument mutation and return a DocumentArchivePayload
|
132655
|
+
*
|
132656
|
+
* @param id - required id to pass to unarchiveDocument
|
132657
|
+
* @returns parsed response from UnarchiveDocumentMutation
|
132658
|
+
*/
|
132659
|
+
fetch(id) {
|
132660
|
+
return __awaiter(this, void 0, void 0, function* () {
|
132661
|
+
const response = yield this._request(UnarchiveDocumentDocument, {
|
132662
|
+
id,
|
132663
|
+
});
|
132664
|
+
const data = response.documentUnarchive;
|
132665
|
+
return new DocumentArchivePayload(this._request, data);
|
132069
132666
|
});
|
132070
132667
|
}
|
132071
132668
|
}
|
@@ -136359,31 +136956,6 @@ class UserPromoteMemberMutation extends Request {
|
|
136359
136956
|
});
|
136360
136957
|
}
|
136361
136958
|
}
|
136362
|
-
/**
|
136363
|
-
* A fetchable UserSettingsFlagIncrement Mutation
|
136364
|
-
*
|
136365
|
-
* @param request - function to call the graphql client
|
136366
|
-
*/
|
136367
|
-
class UserSettingsFlagIncrementMutation extends Request {
|
136368
|
-
constructor(request) {
|
136369
|
-
super(request);
|
136370
|
-
}
|
136371
|
-
/**
|
136372
|
-
* Call the UserSettingsFlagIncrement mutation and return a UserSettingsFlagPayload
|
136373
|
-
*
|
136374
|
-
* @param flag - required flag to pass to userSettingsFlagIncrement
|
136375
|
-
* @returns parsed response from UserSettingsFlagIncrementMutation
|
136376
|
-
*/
|
136377
|
-
fetch(flag) {
|
136378
|
-
return __awaiter(this, void 0, void 0, function* () {
|
136379
|
-
const response = yield this._request(UserSettingsFlagIncrementDocument, {
|
136380
|
-
flag,
|
136381
|
-
});
|
136382
|
-
const data = response.userSettingsFlagIncrement;
|
136383
|
-
return new UserSettingsFlagPayload(this._request, data);
|
136384
|
-
});
|
136385
|
-
}
|
136386
|
-
}
|
136387
136959
|
/**
|
136388
136960
|
* A fetchable UserSettingsFlagsReset Mutation
|
136389
136961
|
*
|
@@ -140457,14 +141029,23 @@ class LinearSdk extends Request {
|
|
140457
141029
|
return new CreateDocumentMutation(this._request).fetch(input);
|
140458
141030
|
}
|
140459
141031
|
/**
|
140460
|
-
* Deletes a document.
|
141032
|
+
* Deletes (trashes) a document.
|
140461
141033
|
*
|
140462
141034
|
* @param id - required id to pass to deleteDocument
|
140463
|
-
* @returns
|
141035
|
+
* @returns DocumentArchivePayload
|
140464
141036
|
*/
|
140465
141037
|
deleteDocument(id) {
|
140466
141038
|
return new DeleteDocumentMutation(this._request).fetch(id);
|
140467
141039
|
}
|
141040
|
+
/**
|
141041
|
+
* Restores a document.
|
141042
|
+
*
|
141043
|
+
* @param id - required id to pass to unarchiveDocument
|
141044
|
+
* @returns DocumentArchivePayload
|
141045
|
+
*/
|
141046
|
+
unarchiveDocument(id) {
|
141047
|
+
return new UnarchiveDocumentMutation(this._request).fetch(id);
|
141048
|
+
}
|
140468
141049
|
/**
|
140469
141050
|
* Updates a document.
|
140470
141051
|
*
|
@@ -142056,15 +142637,6 @@ class LinearSdk extends Request {
|
|
142056
142637
|
userPromoteMember(id) {
|
142057
142638
|
return new UserPromoteMemberMutation(this._request).fetch(id);
|
142058
142639
|
}
|
142059
|
-
/**
|
142060
|
-
* [Deprecated] Updates a user's settings flag.
|
142061
|
-
*
|
142062
|
-
* @param flag - required flag to pass to userSettingsFlagIncrement
|
142063
|
-
* @returns UserSettingsFlagPayload
|
142064
|
-
*/
|
142065
|
-
userSettingsFlagIncrement(flag) {
|
142066
|
-
return new UserSettingsFlagIncrementMutation(this._request).fetch(flag);
|
142067
|
-
}
|
142068
142640
|
/**
|
142069
142641
|
* Resets user's setting flags.
|
142070
142642
|
*
|
@@ -142343,6 +142915,7 @@ exports.AuthOauthClientWithMemberships = AuthOauthClientWithMemberships;
|
|
142343
142915
|
exports.AuthOauthClientWithScope = AuthOauthClientWithScope;
|
142344
142916
|
exports.AuthOauthClientWithTokens = AuthOauthClientWithTokens;
|
142345
142917
|
exports.AuthOrganization = AuthOrganization;
|
142918
|
+
exports.AuthOrganizationBucketNamePayload = AuthOrganizationBucketNamePayload;
|
142346
142919
|
exports.AuthOrganizationDomain = AuthOrganizationDomain;
|
142347
142920
|
exports.AuthOrganizationExistsPayload = AuthOrganizationExistsPayload;
|
142348
142921
|
exports.AuthOrganizationInvite = AuthOrganizationInvite;
|
@@ -142486,6 +143059,7 @@ exports.DiaryEntryConnection = DiaryEntryConnection;
|
|
142486
143059
|
exports.DiaryEntryPayload = DiaryEntryPayload;
|
142487
143060
|
exports.DiaryEntryQuery = DiaryEntryQuery;
|
142488
143061
|
exports.Document = Document;
|
143062
|
+
exports.DocumentArchivePayload = DocumentArchivePayload;
|
142489
143063
|
exports.DocumentConnection = DocumentConnection;
|
142490
143064
|
exports.DocumentContent = DocumentContent;
|
142491
143065
|
exports.DocumentContentHistory = DocumentContentHistory;
|
@@ -142529,6 +143103,10 @@ exports.FavoritePayload = FavoritePayload;
|
|
142529
143103
|
exports.FavoriteQuery = FavoriteQuery;
|
142530
143104
|
exports.Favorite_ChildrenQuery = Favorite_ChildrenQuery;
|
142531
143105
|
exports.FavoritesQuery = FavoritesQuery;
|
143106
|
+
exports.FeatureFlag = FeatureFlag;
|
143107
|
+
exports.FeatureFlagConnection = FeatureFlagConnection;
|
143108
|
+
exports.FeatureFlagRolloutStage = FeatureFlagRolloutStage;
|
143109
|
+
exports.FeatureFlagRolloutStageConnection = FeatureFlagRolloutStageConnection;
|
142532
143110
|
exports.FeatureNotAccessibleLinearError = FeatureNotAccessibleLinearError;
|
142533
143111
|
exports.FileUploadMutation = FileUploadMutation;
|
142534
143112
|
exports.ForbiddenLinearError = ForbiddenLinearError;
|
@@ -142676,6 +143254,7 @@ exports.JoinOrganizationFromOnboardingMutation = JoinOrganizationFromOnboardingM
|
|
142676
143254
|
exports.LINEAR_WEBHOOK_SIGNATURE_HEADER = LINEAR_WEBHOOK_SIGNATURE_HEADER;
|
142677
143255
|
exports.LINEAR_WEBHOOK_TS_FIELD = LINEAR_WEBHOOK_TS_FIELD;
|
142678
143256
|
exports.LabelNotificationSubscription = LabelNotificationSubscription;
|
143257
|
+
exports.LaunchDarklySettings = LaunchDarklySettings;
|
142679
143258
|
exports.LeaveOrganizationMutation = LeaveOrganizationMutation;
|
142680
143259
|
exports.LinearClient = LinearClient;
|
142681
143260
|
exports.LinearConnection = LinearConnection;
|
@@ -142736,6 +143315,7 @@ exports.OrganizationInviteLinkDetailsPayload = OrganizationInviteLinkDetailsPayl
|
|
142736
143315
|
exports.OrganizationInvitePayload = OrganizationInvitePayload;
|
142737
143316
|
exports.OrganizationInviteQuery = OrganizationInviteQuery;
|
142738
143317
|
exports.OrganizationInvitesQuery = OrganizationInvitesQuery;
|
143318
|
+
exports.OrganizationIpRestriction = OrganizationIpRestriction;
|
142739
143319
|
exports.OrganizationMeta = OrganizationMeta;
|
142740
143320
|
exports.OrganizationPayload = OrganizationPayload;
|
142741
143321
|
exports.OrganizationQuery = OrganizationQuery;
|
@@ -142757,7 +143337,6 @@ exports.PasskeyLoginStartResponse = PasskeyLoginStartResponse;
|
|
142757
143337
|
exports.Project = Project;
|
142758
143338
|
exports.ProjectArchivePayload = ProjectArchivePayload;
|
142759
143339
|
exports.ProjectConnection = ProjectConnection;
|
142760
|
-
exports.ProjectDetailSuggestionPayload = ProjectDetailSuggestionPayload;
|
142761
143340
|
exports.ProjectFilterSuggestionPayload = ProjectFilterSuggestionPayload;
|
142762
143341
|
exports.ProjectFilterSuggestionQuery = ProjectFilterSuggestionQuery;
|
142763
143342
|
exports.ProjectLink = ProjectLink;
|
@@ -142902,6 +143481,7 @@ exports.TriageResponsibilityManualSelection = TriageResponsibilityManualSelectio
|
|
142902
143481
|
exports.TriageResponsibilityPayload = TriageResponsibilityPayload;
|
142903
143482
|
exports.TriageResponsibilityQuery = TriageResponsibilityQuery;
|
142904
143483
|
exports.TriageResponsibility_ManualSelectionQuery = TriageResponsibility_ManualSelectionQuery;
|
143484
|
+
exports.UnarchiveDocumentMutation = UnarchiveDocumentMutation;
|
142905
143485
|
exports.UnarchiveIssueMutation = UnarchiveIssueMutation;
|
142906
143486
|
exports.UnarchiveNotificationMutation = UnarchiveNotificationMutation;
|
142907
143487
|
exports.UnarchiveProjectMutation = UnarchiveProjectMutation;
|
@@ -142967,7 +143547,6 @@ exports.UserPromoteAdminMutation = UserPromoteAdminMutation;
|
|
142967
143547
|
exports.UserPromoteMemberMutation = UserPromoteMemberMutation;
|
142968
143548
|
exports.UserQuery = UserQuery;
|
142969
143549
|
exports.UserSettings = UserSettings;
|
142970
|
-
exports.UserSettingsFlagIncrementMutation = UserSettingsFlagIncrementMutation;
|
142971
143550
|
exports.UserSettingsFlagPayload = UserSettingsFlagPayload;
|
142972
143551
|
exports.UserSettingsFlagsResetMutation = UserSettingsFlagsResetMutation;
|
142973
143552
|
exports.UserSettingsFlagsResetPayload = UserSettingsFlagsResetPayload;
|