@linear/sdk 19.1.1 → 19.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index-cjs.js CHANGED
@@ -83572,11 +83572,11 @@ var ReleaseChannel;
83572
83572
  ReleaseChannel["Public"] = "public";
83573
83573
  })(ReleaseChannel || (ReleaseChannel = {}));
83574
83574
  /** Which day count to use for SLA calculations. */
83575
- var SlaDayCountType;
83576
- (function (SlaDayCountType) {
83577
- SlaDayCountType["All"] = "all";
83578
- SlaDayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
83579
- })(SlaDayCountType || (SlaDayCountType = {}));
83575
+ var SLADayCountType;
83576
+ (function (SLADayCountType) {
83577
+ SLADayCountType["All"] = "all";
83578
+ SLADayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
83579
+ })(SLADayCountType || (SLADayCountType = {}));
83580
83580
  var SendStrategy;
83581
83581
  (function (SendStrategy) {
83582
83582
  SendStrategy["Desktop"] = "desktop";
@@ -83812,6 +83812,8 @@ const CustomViewNotificationSubscriptionFragmentDoc = {
83812
83812
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
83813
83813
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
83814
83814
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
83815
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
83816
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
83815
83817
  { kind: "Field", name: { kind: "Name", value: "id" } },
83816
83818
  {
83817
83819
  kind: "Field",
@@ -83890,6 +83892,8 @@ const CycleNotificationSubscriptionFragmentDoc = {
83890
83892
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
83891
83893
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
83892
83894
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
83895
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
83896
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
83893
83897
  { kind: "Field", name: { kind: "Name", value: "id" } },
83894
83898
  {
83895
83899
  kind: "Field",
@@ -84189,6 +84193,8 @@ const NotificationSubscriptionFragmentDoc = {
84189
84193
  },
84190
84194
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
84191
84195
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
84196
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
84197
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
84192
84198
  { kind: "Field", name: { kind: "Name", value: "id" } },
84193
84199
  {
84194
84200
  kind: "Field",
@@ -84319,6 +84325,7 @@ const OauthClientApprovalFragmentDoc = {
84319
84325
  { kind: "Field", name: { kind: "Name", value: "requestReason" } },
84320
84326
  { kind: "Field", name: { kind: "Name", value: "denyReason" } },
84321
84327
  { kind: "Field", name: { kind: "Name", value: "scopes" } },
84328
+ { kind: "Field", name: { kind: "Name", value: "status" } },
84322
84329
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
84323
84330
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
84324
84331
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -84832,6 +84839,8 @@ const LabelNotificationSubscriptionFragmentDoc = {
84832
84839
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
84833
84840
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
84834
84841
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
84842
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
84843
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
84835
84844
  { kind: "Field", name: { kind: "Name", value: "id" } },
84836
84845
  {
84837
84846
  kind: "Field",
@@ -84910,6 +84919,8 @@ const ProjectNotificationSubscriptionFragmentDoc = {
84910
84919
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
84911
84920
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
84912
84921
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
84922
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
84923
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
84913
84924
  { kind: "Field", name: { kind: "Name", value: "id" } },
84914
84925
  {
84915
84926
  kind: "Field",
@@ -84988,6 +84999,8 @@ const TeamNotificationSubscriptionFragmentDoc = {
84988
84999
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
84989
85000
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
84990
85001
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
85002
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
85003
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
84991
85004
  { kind: "Field", name: { kind: "Name", value: "id" } },
84992
85005
  {
84993
85006
  kind: "Field",
@@ -85090,6 +85103,8 @@ const UserNotificationSubscriptionFragmentDoc = {
85090
85103
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
85091
85104
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
85092
85105
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
85106
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
85107
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
85093
85108
  { kind: "Field", name: { kind: "Name", value: "id" } },
85094
85109
  {
85095
85110
  kind: "Field",
@@ -85127,6 +85142,7 @@ const AuthOrganizationFragmentDoc = {
85127
85142
  { kind: "Field", name: { kind: "Name", value: "allowedAuthServices" } },
85128
85143
  { kind: "Field", name: { kind: "Name", value: "previousUrlKeys" } },
85129
85144
  { kind: "Field", name: { kind: "Name", value: "serviceId" } },
85145
+ { kind: "Field", name: { kind: "Name", value: "releaseChannel" } },
85130
85146
  { kind: "Field", name: { kind: "Name", value: "logoUrl" } },
85131
85147
  { kind: "Field", name: { kind: "Name", value: "name" } },
85132
85148
  { kind: "Field", name: { kind: "Name", value: "urlKey" } },
@@ -85278,6 +85294,9 @@ const OrganizationFragmentDoc = {
85278
85294
  { kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
85279
85295
  { kind: "Field", name: { kind: "Name", value: "previousUrlKeys" } },
85280
85296
  { kind: "Field", name: { kind: "Name", value: "periodUploadVolume" } },
85297
+ { kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersDay" } },
85298
+ { kind: "Field", name: { kind: "Name", value: "releaseChannel" } },
85299
+ { kind: "Field", name: { kind: "Name", value: "projectUpdatesReminderFrequency" } },
85281
85300
  { kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersHour" } },
85282
85301
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
85283
85302
  { kind: "Field", name: { kind: "Name", value: "fiscalYearStartMonth" } },
@@ -85303,6 +85322,7 @@ const OrganizationFragmentDoc = {
85303
85322
  { kind: "Field", name: { kind: "Name", value: "gitLinkbackMessagesEnabled" } },
85304
85323
  { kind: "Field", name: { kind: "Name", value: "gitPublicLinkbackMessagesEnabled" } },
85305
85324
  { kind: "Field", name: { kind: "Name", value: "roadmapEnabled" } },
85325
+ { kind: "Field", name: { kind: "Name", value: "slaDayCount" } },
85306
85326
  ],
85307
85327
  },
85308
85328
  },
@@ -85377,6 +85397,7 @@ const AuthenticationSessionResponseFragmentDoc = {
85377
85397
  { kind: "Field", name: { kind: "Name", value: "name" } },
85378
85398
  { kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
85379
85399
  { kind: "Field", name: { kind: "Name", value: "userAgent" } },
85400
+ { kind: "Field", name: { kind: "Name", value: "type" } },
85380
85401
  { kind: "Field", name: { kind: "Name", value: "browserType" } },
85381
85402
  { kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
85382
85403
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -85411,6 +85432,7 @@ const OrganizationDomainFragmentDoc = {
85411
85432
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85412
85433
  },
85413
85434
  },
85435
+ { kind: "Field", name: { kind: "Name", value: "authType" } },
85414
85436
  { kind: "Field", name: { kind: "Name", value: "claimed" } },
85415
85437
  ],
85416
85438
  },
@@ -85551,6 +85573,7 @@ const SharedSlackSettingsFragmentDoc = {
85551
85573
  { kind: "Field", name: { kind: "Name", value: "enterpriseName" } },
85552
85574
  { kind: "Field", name: { kind: "Name", value: "teamId" } },
85553
85575
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
85576
+ { kind: "Field", name: { kind: "Name", value: "shouldUnfurl" } },
85554
85577
  ],
85555
85578
  },
85556
85579
  },
@@ -85899,6 +85922,7 @@ const SlackSettingsFragmentDoc = {
85899
85922
  { kind: "Field", name: { kind: "Name", value: "teamId" } },
85900
85923
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
85901
85924
  { kind: "Field", name: { kind: "Name", value: "linkOnIssueIdMention" } },
85925
+ { kind: "Field", name: { kind: "Name", value: "shouldUnfurl" } },
85902
85926
  ],
85903
85927
  },
85904
85928
  },
@@ -85977,6 +86001,8 @@ const SlackAsksSettingsFragmentDoc = {
85977
86001
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
85978
86002
  },
85979
86003
  },
86004
+ { kind: "Field", name: { kind: "Name", value: "canAdministrate" } },
86005
+ { kind: "Field", name: { kind: "Name", value: "shouldUnfurl" } },
85980
86006
  ],
85981
86007
  },
85982
86008
  },
@@ -85995,6 +86021,7 @@ const SlackPostSettingsFragmentDoc = {
85995
86021
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
85996
86022
  { kind: "Field", name: { kind: "Name", value: "channel" } },
85997
86023
  { kind: "Field", name: { kind: "Name", value: "channelId" } },
86024
+ { kind: "Field", name: { kind: "Name", value: "channelType" } },
85998
86025
  { kind: "Field", name: { kind: "Name", value: "configurationUrl" } },
85999
86026
  ],
86000
86027
  },
@@ -86245,6 +86272,7 @@ const AuthenticationSessionFragmentDoc = {
86245
86272
  { kind: "Field", name: { kind: "Name", value: "name" } },
86246
86273
  { kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
86247
86274
  { kind: "Field", name: { kind: "Name", value: "userAgent" } },
86275
+ { kind: "Field", name: { kind: "Name", value: "type" } },
86248
86276
  { kind: "Field", name: { kind: "Name", value: "browserType" } },
86249
86277
  { kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
86250
86278
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -86767,6 +86795,7 @@ const AuthOrganizationDomainFragmentDoc = {
86767
86795
  selections: [
86768
86796
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
86769
86797
  { kind: "Field", name: { kind: "Name", value: "id" } },
86798
+ { kind: "Field", name: { kind: "Name", value: "authType" } },
86770
86799
  { kind: "Field", name: { kind: "Name", value: "claimed" } },
86771
86800
  { kind: "Field", name: { kind: "Name", value: "name" } },
86772
86801
  { kind: "Field", name: { kind: "Name", value: "organizationId" } },
@@ -88070,6 +88099,7 @@ const FavoriteFragmentDoc = {
88070
88099
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88071
88100
  },
88072
88101
  },
88102
+ { kind: "Field", name: { kind: "Name", value: "projectTab" } },
88073
88103
  {
88074
88104
  kind: "Field",
88075
88105
  name: { kind: "Name", value: "predefinedViewTeam" },
@@ -88213,6 +88243,7 @@ const GitAutomationStateFragmentDoc = {
88213
88243
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88214
88244
  },
88215
88245
  },
88246
+ { kind: "Field", name: { kind: "Name", value: "event" } },
88216
88247
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
88217
88248
  {
88218
88249
  kind: "Field",
@@ -88711,6 +88742,7 @@ const IssueFragmentDoc = {
88711
88742
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
88712
88743
  { kind: "Field", name: { kind: "Name", value: "trashed" } },
88713
88744
  { kind: "Field", name: { kind: "Name", value: "labelIds" } },
88745
+ { kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
88714
88746
  { kind: "Field", name: { kind: "Name", value: "url" } },
88715
88747
  { kind: "Field", name: { kind: "Name", value: "identifier" } },
88716
88748
  { kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
@@ -89554,6 +89586,7 @@ const IssueSearchResultFragmentDoc = {
89554
89586
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
89555
89587
  { kind: "Field", name: { kind: "Name", value: "trashed" } },
89556
89588
  { kind: "Field", name: { kind: "Name", value: "labelIds" } },
89589
+ { kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
89557
89590
  { kind: "Field", name: { kind: "Name", value: "url" } },
89558
89591
  { kind: "Field", name: { kind: "Name", value: "identifier" } },
89559
89592
  { kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
@@ -90020,6 +90053,26 @@ const OauthClientConnectionFragmentDoc = {
90020
90053
  },
90021
90054
  ],
90022
90055
  };
90056
+ const OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc = {
90057
+ kind: "Document",
90058
+ definitions: [
90059
+ {
90060
+ kind: "FragmentDefinition",
90061
+ name: { kind: "Name", value: "OrganizationAcceptedOrExpiredInviteDetailsPayload" },
90062
+ typeCondition: {
90063
+ kind: "NamedType",
90064
+ name: { kind: "Name", value: "OrganizationAcceptedOrExpiredInviteDetailsPayload" },
90065
+ },
90066
+ selectionSet: {
90067
+ kind: "SelectionSet",
90068
+ selections: [
90069
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
90070
+ { kind: "Field", name: { kind: "Name", value: "status" } },
90071
+ ],
90072
+ },
90073
+ },
90074
+ ],
90075
+ };
90023
90076
  const OrganizationCancelDeletePayloadFragmentDoc = {
90024
90077
  kind: "Document",
90025
90078
  definitions: [
@@ -90092,6 +90145,7 @@ const OrganizationInviteFragmentDoc = {
90092
90145
  { kind: "Field", name: { kind: "Name", value: "acceptedAt" } },
90093
90146
  { kind: "Field", name: { kind: "Name", value: "expiresAt" } },
90094
90147
  { kind: "Field", name: { kind: "Name", value: "id" } },
90148
+ { kind: "Field", name: { kind: "Name", value: "role" } },
90095
90149
  {
90096
90150
  kind: "Field",
90097
90151
  name: { kind: "Name", value: "inviter" },
@@ -90161,7 +90215,9 @@ const OrganizationInviteFullDetailsPayloadFragmentDoc = {
90161
90215
  { kind: "Field", name: { kind: "Name", value: "organizationName" } },
90162
90216
  { kind: "Field", name: { kind: "Name", value: "email" } },
90163
90217
  { kind: "Field", name: { kind: "Name", value: "inviter" } },
90218
+ { kind: "Field", name: { kind: "Name", value: "status" } },
90164
90219
  { kind: "Field", name: { kind: "Name", value: "organizationLogoUrl" } },
90220
+ { kind: "Field", name: { kind: "Name", value: "role" } },
90165
90221
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
90166
90222
  { kind: "Field", name: { kind: "Name", value: "accepted" } },
90167
90223
  { kind: "Field", name: { kind: "Name", value: "expired" } },
@@ -90811,6 +90867,7 @@ const ProjectUpdateFragmentDoc = {
90811
90867
  { kind: "Field", name: { kind: "Name", value: "url" } },
90812
90868
  { kind: "Field", name: { kind: "Name", value: "diffMarkdown" } },
90813
90869
  { kind: "Field", name: { kind: "Name", value: "diff" } },
90870
+ { kind: "Field", name: { kind: "Name", value: "health" } },
90814
90871
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
90815
90872
  {
90816
90873
  kind: "Field",
@@ -91539,6 +91596,23 @@ const SsoUrlFromEmailResponseFragmentDoc = {
91539
91596
  },
91540
91597
  ],
91541
91598
  };
91599
+ const SummaryPayloadFragmentDoc = {
91600
+ kind: "Document",
91601
+ definitions: [
91602
+ {
91603
+ kind: "FragmentDefinition",
91604
+ name: { kind: "Name", value: "SummaryPayload" },
91605
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SummaryPayload" } },
91606
+ selectionSet: {
91607
+ kind: "SelectionSet",
91608
+ selections: [
91609
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
91610
+ { kind: "Field", name: { kind: "Name", value: "summary" } },
91611
+ ],
91612
+ },
91613
+ },
91614
+ ],
91615
+ };
91542
91616
  const SynchronizedPayloadFragmentDoc = {
91543
91617
  kind: "Document",
91544
91618
  definitions: [
@@ -92139,6 +92213,7 @@ const TriageResponsibilityFragmentDoc = {
92139
92213
  ],
92140
92214
  },
92141
92215
  },
92216
+ { kind: "Field", name: { kind: "Name", value: "action" } },
92142
92217
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
92143
92218
  {
92144
92219
  kind: "Field",
@@ -92753,6 +92828,7 @@ const WorkflowDefinitionFragmentDoc = {
92753
92828
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
92754
92829
  { kind: "Field", name: { kind: "Name", value: "groupName" } },
92755
92830
  { kind: "Field", name: { kind: "Name", value: "name" } },
92831
+ { kind: "Field", name: { kind: "Name", value: "triggerType" } },
92756
92832
  { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
92757
92833
  {
92758
92834
  kind: "Field",
@@ -92764,6 +92840,10 @@ const WorkflowDefinitionFragmentDoc = {
92764
92840
  },
92765
92841
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
92766
92842
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
92843
+ { kind: "Field", name: { kind: "Name", value: "trigger" } },
92844
+ { kind: "Field", name: { kind: "Name", value: "type" } },
92845
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
92846
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
92767
92847
  { kind: "Field", name: { kind: "Name", value: "id" } },
92768
92848
  {
92769
92849
  kind: "Field",
@@ -116761,7 +116841,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
116761
116841
  get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
116762
116842
  get PushSubscriptionType () { return PushSubscriptionType; },
116763
116843
  get ReleaseChannel () { return ReleaseChannel; },
116764
- get SlaDayCountType () { return SlaDayCountType; },
116844
+ get SLADayCountType () { return SLADayCountType; },
116765
116845
  get SendStrategy () { return SendStrategy; },
116766
116846
  get SlaStatus () { return SlaStatus; },
116767
116847
  get SlackChannelType () { return SlackChannelType; },
@@ -116953,6 +117033,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
116953
117033
  NotificationSubscriptionPayloadFragmentDoc: NotificationSubscriptionPayloadFragmentDoc,
116954
117034
  OauthClientFragmentDoc: OauthClientFragmentDoc,
116955
117035
  OauthClientConnectionFragmentDoc: OauthClientConnectionFragmentDoc,
117036
+ OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc: OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc,
116956
117037
  OrganizationCancelDeletePayloadFragmentDoc: OrganizationCancelDeletePayloadFragmentDoc,
116957
117038
  OrganizationDeletePayloadFragmentDoc: OrganizationDeletePayloadFragmentDoc,
116958
117039
  OrganizationExistsPayloadFragmentDoc: OrganizationExistsPayloadFragmentDoc,
@@ -117002,6 +117083,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
117002
117083
  RoadmapToProjectPayloadFragmentDoc: RoadmapToProjectPayloadFragmentDoc,
117003
117084
  SlackChannelConnectPayloadFragmentDoc: SlackChannelConnectPayloadFragmentDoc,
117004
117085
  SsoUrlFromEmailResponseFragmentDoc: SsoUrlFromEmailResponseFragmentDoc,
117086
+ SummaryPayloadFragmentDoc: SummaryPayloadFragmentDoc,
117005
117087
  SynchronizedPayloadFragmentDoc: SynchronizedPayloadFragmentDoc,
117006
117088
  TeamFragmentDoc: TeamFragmentDoc,
117007
117089
  TeamConnectionFragmentDoc: TeamConnectionFragmentDoc,
@@ -118022,6 +118104,7 @@ class AuthOrganization extends Request {
118022
118104
  this.serviceId = data.serviceId;
118023
118105
  this.urlKey = data.urlKey;
118024
118106
  this.userCount = data.userCount;
118107
+ this.releaseChannel = data.releaseChannel;
118025
118108
  }
118026
118109
  }
118027
118110
  /**
@@ -118039,6 +118122,7 @@ class AuthOrganizationDomain extends Request {
118039
118122
  this.name = data.name;
118040
118123
  this.organizationId = data.organizationId;
118041
118124
  this.verified = data.verified;
118125
+ this.authType = data.authType;
118042
118126
  }
118043
118127
  }
118044
118128
  /**
@@ -118136,6 +118220,7 @@ class AuthenticationSession extends Request {
118136
118220
  this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
118137
118221
  this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
118138
118222
  this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
118223
+ this.type = data.type;
118139
118224
  }
118140
118225
  }
118141
118226
  /**
@@ -118164,6 +118249,7 @@ class AuthenticationSessionResponse extends Request {
118164
118249
  this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
118165
118250
  this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
118166
118251
  this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
118252
+ this.type = data.type;
118167
118253
  }
118168
118254
  }
118169
118255
  /**
@@ -118474,7 +118560,7 @@ class CustomViewHasSubscribersPayload extends Request {
118474
118560
  */
118475
118561
  class CustomViewNotificationSubscription extends Request {
118476
118562
  constructor(request, data) {
118477
- var _a, _b, _c, _d, _e, _f, _g, _h;
118563
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
118478
118564
  super(request);
118479
118565
  this.active = data.active;
118480
118566
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -118482,13 +118568,15 @@ class CustomViewNotificationSubscription extends Request {
118482
118568
  this.id = data.id;
118483
118569
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
118484
118570
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
118571
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
118572
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
118485
118573
  this._customView = data.customView;
118486
- this._cycle = (_d = data.cycle) !== null && _d !== void 0 ? _d : undefined;
118487
- this._label = (_e = data.label) !== null && _e !== void 0 ? _e : undefined;
118488
- this._project = (_f = data.project) !== null && _f !== void 0 ? _f : undefined;
118574
+ this._cycle = (_f = data.cycle) !== null && _f !== void 0 ? _f : undefined;
118575
+ this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
118576
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
118489
118577
  this._subscriber = data.subscriber;
118490
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
118491
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
118578
+ this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
118579
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
118492
118580
  }
118493
118581
  /** The custom view subscribed to. */
118494
118582
  get customView() {
@@ -118651,7 +118739,7 @@ class CycleConnection extends Connection {
118651
118739
  */
118652
118740
  class CycleNotificationSubscription extends Request {
118653
118741
  constructor(request, data) {
118654
- var _a, _b, _c, _d, _e, _f, _g, _h;
118742
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
118655
118743
  super(request);
118656
118744
  this.active = data.active;
118657
118745
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -118659,13 +118747,15 @@ class CycleNotificationSubscription extends Request {
118659
118747
  this.id = data.id;
118660
118748
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
118661
118749
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
118662
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
118750
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
118751
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
118752
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
118663
118753
  this._cycle = data.cycle;
118664
- this._label = (_e = data.label) !== null && _e !== void 0 ? _e : undefined;
118665
- this._project = (_f = data.project) !== null && _f !== void 0 ? _f : undefined;
118754
+ this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
118755
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
118666
118756
  this._subscriber = data.subscriber;
118667
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
118668
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
118757
+ this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
118758
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
118669
118759
  }
118670
118760
  /** The contextual custom view associated with the notification subscription. */
118671
118761
  get customView() {
@@ -119207,7 +119297,7 @@ class ExternalUserConnection extends Connection {
119207
119297
  */
119208
119298
  class Favorite extends Request {
119209
119299
  constructor(request, data) {
119210
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
119300
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
119211
119301
  super(request);
119212
119302
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
119213
119303
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
@@ -119217,18 +119307,19 @@ class Favorite extends Request {
119217
119307
  this.sortOrder = data.sortOrder;
119218
119308
  this.type = data.type;
119219
119309
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
119220
- this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
119221
- this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
119222
- this._document = (_h = data.document) !== null && _h !== void 0 ? _h : undefined;
119223
- this._issue = (_j = data.issue) !== null && _j !== void 0 ? _j : undefined;
119224
- this._label = (_k = data.label) !== null && _k !== void 0 ? _k : undefined;
119310
+ this.projectTab = (_f = data.projectTab) !== null && _f !== void 0 ? _f : undefined;
119311
+ this._customView = (_g = data.customView) !== null && _g !== void 0 ? _g : undefined;
119312
+ this._cycle = (_h = data.cycle) !== null && _h !== void 0 ? _h : undefined;
119313
+ this._document = (_j = data.document) !== null && _j !== void 0 ? _j : undefined;
119314
+ this._issue = (_k = data.issue) !== null && _k !== void 0 ? _k : undefined;
119315
+ this._label = (_l = data.label) !== null && _l !== void 0 ? _l : undefined;
119225
119316
  this._owner = data.owner;
119226
- this._parent = (_l = data.parent) !== null && _l !== void 0 ? _l : undefined;
119227
- this._predefinedViewTeam = (_m = data.predefinedViewTeam) !== null && _m !== void 0 ? _m : undefined;
119228
- this._project = (_o = data.project) !== null && _o !== void 0 ? _o : undefined;
119229
- this._projectTeam = (_p = data.projectTeam) !== null && _p !== void 0 ? _p : undefined;
119230
- this._roadmap = (_q = data.roadmap) !== null && _q !== void 0 ? _q : undefined;
119231
- this._user = (_r = data.user) !== null && _r !== void 0 ? _r : undefined;
119317
+ this._parent = (_m = data.parent) !== null && _m !== void 0 ? _m : undefined;
119318
+ this._predefinedViewTeam = (_o = data.predefinedViewTeam) !== null && _o !== void 0 ? _o : undefined;
119319
+ this._project = (_p = data.project) !== null && _p !== void 0 ? _p : undefined;
119320
+ this._projectTeam = (_q = data.projectTeam) !== null && _q !== void 0 ? _q : undefined;
119321
+ this._roadmap = (_r = data.roadmap) !== null && _r !== void 0 ? _r : undefined;
119322
+ this._user = (_s = data.user) !== null && _s !== void 0 ? _s : undefined;
119232
119323
  }
119233
119324
  /** The favorited custom view. */
119234
119325
  get customView() {
@@ -119382,6 +119473,7 @@ class GitAutomationState extends Request {
119382
119473
  this.id = data.id;
119383
119474
  this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
119384
119475
  this.targetBranch = data.targetBranch ? new GitAutomationTargetBranch(request, data.targetBranch) : undefined;
119476
+ this.event = data.event;
119385
119477
  this._state = (_e = data.state) !== null && _e !== void 0 ? _e : undefined;
119386
119478
  this._team = data.team;
119387
119479
  }
@@ -119942,7 +120034,7 @@ class IntercomSettings extends Request {
119942
120034
  */
119943
120035
  class Issue extends Request {
119944
120036
  constructor(request, data) {
119945
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2;
120037
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3;
119946
120038
  super(request);
119947
120039
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
119948
120040
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -119974,17 +120066,18 @@ class Issue extends Request {
119974
120066
  this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
119975
120067
  this.url = data.url;
119976
120068
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
119977
- this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
119978
- this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
119979
- this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
119980
- this._externalUserCreator = (_v = data.externalUserCreator) !== null && _v !== void 0 ? _v : undefined;
119981
- this._favorite = (_w = data.favorite) !== null && _w !== void 0 ? _w : undefined;
119982
- this._lastAppliedTemplate = (_x = data.lastAppliedTemplate) !== null && _x !== void 0 ? _x : undefined;
119983
- this._parent = (_y = data.parent) !== null && _y !== void 0 ? _y : undefined;
119984
- this._project = (_z = data.project) !== null && _z !== void 0 ? _z : undefined;
119985
- this._projectMilestone = (_0 = data.projectMilestone) !== null && _0 !== void 0 ? _0 : undefined;
119986
- this._snoozedBy = (_1 = data.snoozedBy) !== null && _1 !== void 0 ? _1 : undefined;
119987
- this._sourceComment = (_2 = data.sourceComment) !== null && _2 !== void 0 ? _2 : undefined;
120069
+ this.integrationSourceType = (_s = data.integrationSourceType) !== null && _s !== void 0 ? _s : undefined;
120070
+ this._assignee = (_t = data.assignee) !== null && _t !== void 0 ? _t : undefined;
120071
+ this._creator = (_u = data.creator) !== null && _u !== void 0 ? _u : undefined;
120072
+ this._cycle = (_v = data.cycle) !== null && _v !== void 0 ? _v : undefined;
120073
+ this._externalUserCreator = (_w = data.externalUserCreator) !== null && _w !== void 0 ? _w : undefined;
120074
+ this._favorite = (_x = data.favorite) !== null && _x !== void 0 ? _x : undefined;
120075
+ this._lastAppliedTemplate = (_y = data.lastAppliedTemplate) !== null && _y !== void 0 ? _y : undefined;
120076
+ this._parent = (_z = data.parent) !== null && _z !== void 0 ? _z : undefined;
120077
+ this._project = (_0 = data.project) !== null && _0 !== void 0 ? _0 : undefined;
120078
+ this._projectMilestone = (_1 = data.projectMilestone) !== null && _1 !== void 0 ? _1 : undefined;
120079
+ this._snoozedBy = (_2 = data.snoozedBy) !== null && _2 !== void 0 ? _2 : undefined;
120080
+ this._sourceComment = (_3 = data.sourceComment) !== null && _3 !== void 0 ? _3 : undefined;
119988
120081
  this._state = data.state;
119989
120082
  this._team = data.team;
119990
120083
  }
@@ -120694,7 +120787,7 @@ class IssueSearchPayload extends Request {
120694
120787
  */
120695
120788
  class IssueSearchResult extends Request {
120696
120789
  constructor(request, data) {
120697
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2;
120790
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3;
120698
120791
  super(request);
120699
120792
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
120700
120793
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -120727,17 +120820,18 @@ class IssueSearchResult extends Request {
120727
120820
  this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
120728
120821
  this.url = data.url;
120729
120822
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
120730
- this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
120731
- this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
120732
- this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
120733
- this._externalUserCreator = (_v = data.externalUserCreator) !== null && _v !== void 0 ? _v : undefined;
120734
- this._favorite = (_w = data.favorite) !== null && _w !== void 0 ? _w : undefined;
120735
- this._lastAppliedTemplate = (_x = data.lastAppliedTemplate) !== null && _x !== void 0 ? _x : undefined;
120736
- this._parent = (_y = data.parent) !== null && _y !== void 0 ? _y : undefined;
120737
- this._project = (_z = data.project) !== null && _z !== void 0 ? _z : undefined;
120738
- this._projectMilestone = (_0 = data.projectMilestone) !== null && _0 !== void 0 ? _0 : undefined;
120739
- this._snoozedBy = (_1 = data.snoozedBy) !== null && _1 !== void 0 ? _1 : undefined;
120740
- this._sourceComment = (_2 = data.sourceComment) !== null && _2 !== void 0 ? _2 : undefined;
120823
+ this.integrationSourceType = (_s = data.integrationSourceType) !== null && _s !== void 0 ? _s : undefined;
120824
+ this._assignee = (_t = data.assignee) !== null && _t !== void 0 ? _t : undefined;
120825
+ this._creator = (_u = data.creator) !== null && _u !== void 0 ? _u : undefined;
120826
+ this._cycle = (_v = data.cycle) !== null && _v !== void 0 ? _v : undefined;
120827
+ this._externalUserCreator = (_w = data.externalUserCreator) !== null && _w !== void 0 ? _w : undefined;
120828
+ this._favorite = (_x = data.favorite) !== null && _x !== void 0 ? _x : undefined;
120829
+ this._lastAppliedTemplate = (_y = data.lastAppliedTemplate) !== null && _y !== void 0 ? _y : undefined;
120830
+ this._parent = (_z = data.parent) !== null && _z !== void 0 ? _z : undefined;
120831
+ this._project = (_0 = data.project) !== null && _0 !== void 0 ? _0 : undefined;
120832
+ this._projectMilestone = (_1 = data.projectMilestone) !== null && _1 !== void 0 ? _1 : undefined;
120833
+ this._snoozedBy = (_2 = data.snoozedBy) !== null && _2 !== void 0 ? _2 : undefined;
120834
+ this._sourceComment = (_3 = data.sourceComment) !== null && _3 !== void 0 ? _3 : undefined;
120741
120835
  this._state = data.state;
120742
120836
  this._team = data.team;
120743
120837
  }
@@ -120891,7 +120985,7 @@ class JiraSettings extends Request {
120891
120985
  */
120892
120986
  class LabelNotificationSubscription extends Request {
120893
120987
  constructor(request, data) {
120894
- var _a, _b, _c, _d, _e, _f, _g, _h;
120988
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
120895
120989
  super(request);
120896
120990
  this.active = data.active;
120897
120991
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -120899,13 +120993,15 @@ class LabelNotificationSubscription extends Request {
120899
120993
  this.id = data.id;
120900
120994
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
120901
120995
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
120902
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
120903
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
120996
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
120997
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
120998
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
120999
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
120904
121000
  this._label = data.label;
120905
- this._project = (_f = data.project) !== null && _f !== void 0 ? _f : undefined;
121001
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
120906
121002
  this._subscriber = data.subscriber;
120907
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
120908
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
121003
+ this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
121004
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
120909
121005
  }
120910
121006
  /** The contextual custom view associated with the notification subscription. */
120911
121007
  get customView() {
@@ -121089,20 +121185,22 @@ class NotificationPayload extends Request {
121089
121185
  */
121090
121186
  class NotificationSubscription extends Request {
121091
121187
  constructor(request, data) {
121092
- var _a, _b, _c, _d, _e, _f, _g, _h, _j;
121188
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
121093
121189
  super(request);
121094
121190
  this.active = data.active;
121095
121191
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
121096
121192
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
121097
121193
  this.id = data.id;
121098
121194
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
121099
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
121100
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
121101
- this._label = (_f = data.label) !== null && _f !== void 0 ? _f : undefined;
121102
- this._project = (_g = data.project) !== null && _g !== void 0 ? _g : undefined;
121195
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
121196
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
121197
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
121198
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
121199
+ this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
121200
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
121103
121201
  this._subscriber = data.subscriber;
121104
- this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
121105
- this._user = (_j = data.user) !== null && _j !== void 0 ? _j : undefined;
121202
+ this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
121203
+ this._user = (_l = data.user) !== null && _l !== void 0 ? _l : undefined;
121106
121204
  }
121107
121205
  /** The contextual custom view associated with the notification subscription. */
121108
121206
  get customView() {
@@ -121263,6 +121361,7 @@ class OauthClientApproval extends Request {
121263
121361
  this.responderId = (_e = data.responderId) !== null && _e !== void 0 ? _e : undefined;
121264
121362
  this.scopes = data.scopes;
121265
121363
  this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
121364
+ this.status = data.status;
121266
121365
  }
121267
121366
  }
121268
121367
  /**
@@ -121385,6 +121484,10 @@ class Organization extends Request {
121385
121484
  this.urlKey = data.urlKey;
121386
121485
  this.userCount = data.userCount;
121387
121486
  this.subscription = data.subscription ? new PaidSubscription(request, data.subscription) : undefined;
121487
+ this.projectUpdateRemindersDay = data.projectUpdateRemindersDay;
121488
+ this.projectUpdatesReminderFrequency = data.projectUpdatesReminderFrequency;
121489
+ this.releaseChannel = data.releaseChannel;
121490
+ this.slaDayCount = data.slaDayCount;
121388
121491
  }
121389
121492
  /** Integrations associated with the organization. */
121390
121493
  integrations(variables) {
@@ -121415,6 +121518,18 @@ class Organization extends Request {
121415
121518
  return new UpdateOrganizationMutation(this._request).fetch(input);
121416
121519
  }
121417
121520
  }
121521
+ /**
121522
+ * OrganizationAcceptedOrExpiredInviteDetailsPayload model
121523
+ *
121524
+ * @param request - function to call the graphql client
121525
+ * @param data - L.OrganizationAcceptedOrExpiredInviteDetailsPayloadFragment response data
121526
+ */
121527
+ class OrganizationAcceptedOrExpiredInviteDetailsPayload extends Request {
121528
+ constructor(request, data) {
121529
+ super(request);
121530
+ this.status = data.status;
121531
+ }
121532
+ }
121418
121533
  /**
121419
121534
  * OrganizationCancelDeletePayload model
121420
121535
  *
@@ -121457,6 +121572,7 @@ class OrganizationDomain extends Request {
121457
121572
  this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
121458
121573
  this.verificationEmail = (_e = data.verificationEmail) !== null && _e !== void 0 ? _e : undefined;
121459
121574
  this.verified = data.verified;
121575
+ this.authType = data.authType;
121460
121576
  this._creator = (_f = data.creator) !== null && _f !== void 0 ? _f : undefined;
121461
121577
  }
121462
121578
  /** The user who added the domain. */
@@ -121501,6 +121617,7 @@ class OrganizationInvite extends Request {
121501
121617
  this.id = data.id;
121502
121618
  this.metadata = data.metadata;
121503
121619
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
121620
+ this.role = data.role;
121504
121621
  this._invitee = (_f = data.invitee) !== null && _f !== void 0 ? _f : undefined;
121505
121622
  this._inviter = data.inviter;
121506
121623
  }
@@ -121561,6 +121678,8 @@ class OrganizationInviteFullDetailsPayload extends Request {
121561
121678
  this.organizationId = data.organizationId;
121562
121679
  this.organizationLogoUrl = (_b = data.organizationLogoUrl) !== null && _b !== void 0 ? _b : undefined;
121563
121680
  this.organizationName = data.organizationName;
121681
+ this.role = data.role;
121682
+ this.status = data.status;
121564
121683
  }
121565
121684
  }
121566
121685
  /**
@@ -122083,7 +122202,7 @@ class ProjectNotification extends Request {
122083
122202
  */
122084
122203
  class ProjectNotificationSubscription extends Request {
122085
122204
  constructor(request, data) {
122086
- var _a, _b, _c, _d, _e, _f, _g, _h;
122205
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
122087
122206
  super(request);
122088
122207
  this.active = data.active;
122089
122208
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -122091,13 +122210,15 @@ class ProjectNotificationSubscription extends Request {
122091
122210
  this.id = data.id;
122092
122211
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
122093
122212
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
122094
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
122095
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
122096
- this._label = (_f = data.label) !== null && _f !== void 0 ? _f : undefined;
122213
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
122214
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
122215
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
122216
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
122217
+ this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
122097
122218
  this._project = data.project;
122098
122219
  this._subscriber = data.subscriber;
122099
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
122100
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
122220
+ this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
122221
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
122101
122222
  }
122102
122223
  /** The contextual custom view associated with the notification subscription. */
122103
122224
  get customView() {
@@ -122284,6 +122405,7 @@ class ProjectUpdate extends Request {
122284
122405
  this.isDiffHidden = data.isDiffHidden;
122285
122406
  this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
122286
122407
  this.url = data.url;
122408
+ this.health = data.health;
122287
122409
  this._project = data.project;
122288
122410
  this._user = data.user;
122289
122411
  }
@@ -122802,11 +122924,12 @@ class SentrySettings extends Request {
122802
122924
  */
122803
122925
  class SharedSlackSettings extends Request {
122804
122926
  constructor(request, data) {
122805
- var _a, _b, _c;
122927
+ var _a, _b, _c, _d;
122806
122928
  super(request);
122807
122929
  this.enterpriseName = (_a = data.enterpriseName) !== null && _a !== void 0 ? _a : undefined;
122808
- this.teamId = (_b = data.teamId) !== null && _b !== void 0 ? _b : undefined;
122809
- this.teamName = (_c = data.teamName) !== null && _c !== void 0 ? _c : undefined;
122930
+ this.shouldUnfurl = (_b = data.shouldUnfurl) !== null && _b !== void 0 ? _b : undefined;
122931
+ this.teamId = (_c = data.teamId) !== null && _c !== void 0 ? _c : undefined;
122932
+ this.teamName = (_d = data.teamName) !== null && _d !== void 0 ? _d : undefined;
122810
122933
  }
122811
122934
  }
122812
122935
  /**
@@ -122817,14 +122940,16 @@ class SharedSlackSettings extends Request {
122817
122940
  */
122818
122941
  class SlackAsksSettings extends Request {
122819
122942
  constructor(request, data) {
122820
- var _a, _b, _c;
122943
+ var _a, _b, _c, _d;
122821
122944
  super(request);
122822
122945
  this.enterpriseName = (_a = data.enterpriseName) !== null && _a !== void 0 ? _a : undefined;
122823
- this.teamId = (_b = data.teamId) !== null && _b !== void 0 ? _b : undefined;
122824
- this.teamName = (_c = data.teamName) !== null && _c !== void 0 ? _c : undefined;
122946
+ this.shouldUnfurl = (_b = data.shouldUnfurl) !== null && _b !== void 0 ? _b : undefined;
122947
+ this.teamId = (_c = data.teamId) !== null && _c !== void 0 ? _c : undefined;
122948
+ this.teamName = (_d = data.teamName) !== null && _d !== void 0 ? _d : undefined;
122825
122949
  this.slackChannelMapping = data.slackChannelMapping
122826
122950
  ? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
122827
122951
  : undefined;
122952
+ this.canAdministrate = data.canAdministrate;
122828
122953
  }
122829
122954
  }
122830
122955
  /**
@@ -122893,10 +123018,12 @@ class SlackChannelNameMapping extends Request {
122893
123018
  */
122894
123019
  class SlackPostSettings extends Request {
122895
123020
  constructor(request, data) {
123021
+ var _a;
122896
123022
  super(request);
122897
123023
  this.channel = data.channel;
122898
123024
  this.channelId = data.channelId;
122899
123025
  this.configurationUrl = data.configurationUrl;
123026
+ this.channelType = (_a = data.channelType) !== null && _a !== void 0 ? _a : undefined;
122900
123027
  }
122901
123028
  }
122902
123029
  /**
@@ -122907,12 +123034,13 @@ class SlackPostSettings extends Request {
122907
123034
  */
122908
123035
  class SlackSettings extends Request {
122909
123036
  constructor(request, data) {
122910
- var _a, _b, _c;
123037
+ var _a, _b, _c, _d;
122911
123038
  super(request);
122912
123039
  this.enterpriseName = (_a = data.enterpriseName) !== null && _a !== void 0 ? _a : undefined;
122913
123040
  this.linkOnIssueIdMention = data.linkOnIssueIdMention;
122914
- this.teamId = (_b = data.teamId) !== null && _b !== void 0 ? _b : undefined;
122915
- this.teamName = (_c = data.teamName) !== null && _c !== void 0 ? _c : undefined;
123041
+ this.shouldUnfurl = (_b = data.shouldUnfurl) !== null && _b !== void 0 ? _b : undefined;
123042
+ this.teamId = (_c = data.teamId) !== null && _c !== void 0 ? _c : undefined;
123043
+ this.teamName = (_d = data.teamName) !== null && _d !== void 0 ? _d : undefined;
122916
123044
  }
122917
123045
  }
122918
123046
  /**
@@ -122928,6 +123056,18 @@ class SsoUrlFromEmailResponse extends Request {
122928
123056
  this.success = data.success;
122929
123057
  }
122930
123058
  }
123059
+ /**
123060
+ * SummaryPayload model
123061
+ *
123062
+ * @param request - function to call the graphql client
123063
+ * @param data - L.SummaryPayloadFragment response data
123064
+ */
123065
+ class SummaryPayload extends Request {
123066
+ constructor(request, data) {
123067
+ super(request);
123068
+ this.summary = data.summary;
123069
+ }
123070
+ }
122931
123071
  /**
122932
123072
  * SynchronizedPayload model
122933
123073
  *
@@ -123268,7 +123408,7 @@ class TeamMembershipPayload extends Request {
123268
123408
  */
123269
123409
  class TeamNotificationSubscription extends Request {
123270
123410
  constructor(request, data) {
123271
- var _a, _b, _c, _d, _e, _f, _g, _h;
123411
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
123272
123412
  super(request);
123273
123413
  this.active = data.active;
123274
123414
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -123276,13 +123416,15 @@ class TeamNotificationSubscription extends Request {
123276
123416
  this.id = data.id;
123277
123417
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
123278
123418
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
123279
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
123280
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
123281
- this._label = (_f = data.label) !== null && _f !== void 0 ? _f : undefined;
123282
- this._project = (_g = data.project) !== null && _g !== void 0 ? _g : undefined;
123419
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
123420
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
123421
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
123422
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
123423
+ this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
123424
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
123283
123425
  this._subscriber = data.subscriber;
123284
123426
  this._team = data.team;
123285
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
123427
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
123286
123428
  }
123287
123429
  /** The contextual custom view associated with the notification subscription. */
123288
123430
  get customView() {
@@ -123526,6 +123668,7 @@ class TriageResponsibility extends Request {
123526
123668
  this.manualSelection = data.manualSelection
123527
123669
  ? new TriageResponsibilityManualSelection(request, data.manualSelection)
123528
123670
  : undefined;
123671
+ this.action = data.action;
123529
123672
  this._currentUser = (_d = data.currentUser) !== null && _d !== void 0 ? _d : undefined;
123530
123673
  this._team = data.team;
123531
123674
  }
@@ -123764,7 +123907,7 @@ class UserConnection extends Connection {
123764
123907
  */
123765
123908
  class UserNotificationSubscription extends Request {
123766
123909
  constructor(request, data) {
123767
- var _a, _b, _c, _d, _e, _f, _g, _h;
123910
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
123768
123911
  super(request);
123769
123912
  this.active = data.active;
123770
123913
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -123772,12 +123915,14 @@ class UserNotificationSubscription extends Request {
123772
123915
  this.id = data.id;
123773
123916
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
123774
123917
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
123775
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
123776
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
123777
- this._label = (_f = data.label) !== null && _f !== void 0 ? _f : undefined;
123778
- this._project = (_g = data.project) !== null && _g !== void 0 ? _g : undefined;
123918
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
123919
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
123920
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
123921
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
123922
+ this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
123923
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
123779
123924
  this._subscriber = data.subscriber;
123780
- this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
123925
+ this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
123781
123926
  this._user = data.user;
123782
123927
  }
123783
123928
  /** The contextual custom view associated with the notification subscription. */
@@ -124085,7 +124230,7 @@ class WorkflowCronJobDefinitionConnection extends Connection {
124085
124230
  */
124086
124231
  class WorkflowDefinition extends Request {
124087
124232
  constructor(request, data) {
124088
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
124233
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
124089
124234
  super(request);
124090
124235
  this.activities = data.activities;
124091
124236
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -124098,13 +124243,18 @@ class WorkflowDefinition extends Request {
124098
124243
  this.name = data.name;
124099
124244
  this.sortOrder = data.sortOrder;
124100
124245
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
124246
+ this.contextViewType = (_f = data.contextViewType) !== null && _f !== void 0 ? _f : undefined;
124247
+ this.trigger = data.trigger;
124248
+ this.triggerType = data.triggerType;
124249
+ this.type = data.type;
124250
+ this.userContextViewType = (_g = data.userContextViewType) !== null && _g !== void 0 ? _g : undefined;
124101
124251
  this._creator = data.creator;
124102
- this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
124103
- this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
124104
- this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
124105
- this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
124106
- this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
124107
- this._user = (_l = data.user) !== null && _l !== void 0 ? _l : undefined;
124252
+ this._customView = (_h = data.customView) !== null && _h !== void 0 ? _h : undefined;
124253
+ this._cycle = (_j = data.cycle) !== null && _j !== void 0 ? _j : undefined;
124254
+ this._label = (_k = data.label) !== null && _k !== void 0 ? _k : undefined;
124255
+ this._project = (_l = data.project) !== null && _l !== void 0 ? _l : undefined;
124256
+ this._team = (_m = data.team) !== null && _m !== void 0 ? _m : undefined;
124257
+ this._user = (_o = data.user) !== null && _o !== void 0 ? _o : undefined;
124108
124258
  }
124109
124259
  /** The user who created the workflow. */
124110
124260
  get creator() {
@@ -136984,6 +137134,7 @@ exports.OauthClientConnection = OauthClientConnection;
136984
137134
  exports.OauthToken = OauthToken;
136985
137135
  exports.OpsgenieSettings = OpsgenieSettings;
136986
137136
  exports.Organization = Organization;
137137
+ exports.OrganizationAcceptedOrExpiredInviteDetailsPayload = OrganizationAcceptedOrExpiredInviteDetailsPayload;
136987
137138
  exports.OrganizationCancelDeletePayload = OrganizationCancelDeletePayload;
136988
137139
  exports.OrganizationDeleteChallengeMutation = OrganizationDeleteChallengeMutation;
136989
137140
  exports.OrganizationDeletePayload = OrganizationDeletePayload;
@@ -137100,6 +137251,7 @@ exports.SlackPostSettings = SlackPostSettings;
137100
137251
  exports.SlackSettings = SlackSettings;
137101
137252
  exports.SsoUrlFromEmailQuery = SsoUrlFromEmailQuery;
137102
137253
  exports.SsoUrlFromEmailResponse = SsoUrlFromEmailResponse;
137254
+ exports.SummaryPayload = SummaryPayload;
137103
137255
  exports.SuspendUserMutation = SuspendUserMutation;
137104
137256
  exports.SynchronizedPayload = SynchronizedPayload;
137105
137257
  exports.Team = Team;