@linear/sdk 19.2.0 → 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
  },
@@ -85979,6 +86001,7 @@ const SlackAsksSettingsFragmentDoc = {
85979
86001
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
85980
86002
  },
85981
86003
  },
86004
+ { kind: "Field", name: { kind: "Name", value: "canAdministrate" } },
85982
86005
  { kind: "Field", name: { kind: "Name", value: "shouldUnfurl" } },
85983
86006
  ],
85984
86007
  },
@@ -85998,6 +86021,7 @@ const SlackPostSettingsFragmentDoc = {
85998
86021
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
85999
86022
  { kind: "Field", name: { kind: "Name", value: "channel" } },
86000
86023
  { kind: "Field", name: { kind: "Name", value: "channelId" } },
86024
+ { kind: "Field", name: { kind: "Name", value: "channelType" } },
86001
86025
  { kind: "Field", name: { kind: "Name", value: "configurationUrl" } },
86002
86026
  ],
86003
86027
  },
@@ -86248,6 +86272,7 @@ const AuthenticationSessionFragmentDoc = {
86248
86272
  { kind: "Field", name: { kind: "Name", value: "name" } },
86249
86273
  { kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
86250
86274
  { kind: "Field", name: { kind: "Name", value: "userAgent" } },
86275
+ { kind: "Field", name: { kind: "Name", value: "type" } },
86251
86276
  { kind: "Field", name: { kind: "Name", value: "browserType" } },
86252
86277
  { kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
86253
86278
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -86770,6 +86795,7 @@ const AuthOrganizationDomainFragmentDoc = {
86770
86795
  selections: [
86771
86796
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
86772
86797
  { kind: "Field", name: { kind: "Name", value: "id" } },
86798
+ { kind: "Field", name: { kind: "Name", value: "authType" } },
86773
86799
  { kind: "Field", name: { kind: "Name", value: "claimed" } },
86774
86800
  { kind: "Field", name: { kind: "Name", value: "name" } },
86775
86801
  { kind: "Field", name: { kind: "Name", value: "organizationId" } },
@@ -88073,6 +88099,7 @@ const FavoriteFragmentDoc = {
88073
88099
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88074
88100
  },
88075
88101
  },
88102
+ { kind: "Field", name: { kind: "Name", value: "projectTab" } },
88076
88103
  {
88077
88104
  kind: "Field",
88078
88105
  name: { kind: "Name", value: "predefinedViewTeam" },
@@ -88216,6 +88243,7 @@ const GitAutomationStateFragmentDoc = {
88216
88243
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88217
88244
  },
88218
88245
  },
88246
+ { kind: "Field", name: { kind: "Name", value: "event" } },
88219
88247
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
88220
88248
  {
88221
88249
  kind: "Field",
@@ -88714,6 +88742,7 @@ const IssueFragmentDoc = {
88714
88742
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
88715
88743
  { kind: "Field", name: { kind: "Name", value: "trashed" } },
88716
88744
  { kind: "Field", name: { kind: "Name", value: "labelIds" } },
88745
+ { kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
88717
88746
  { kind: "Field", name: { kind: "Name", value: "url" } },
88718
88747
  { kind: "Field", name: { kind: "Name", value: "identifier" } },
88719
88748
  { kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
@@ -89557,6 +89586,7 @@ const IssueSearchResultFragmentDoc = {
89557
89586
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
89558
89587
  { kind: "Field", name: { kind: "Name", value: "trashed" } },
89559
89588
  { kind: "Field", name: { kind: "Name", value: "labelIds" } },
89589
+ { kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
89560
89590
  { kind: "Field", name: { kind: "Name", value: "url" } },
89561
89591
  { kind: "Field", name: { kind: "Name", value: "identifier" } },
89562
89592
  { kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
@@ -90023,6 +90053,26 @@ const OauthClientConnectionFragmentDoc = {
90023
90053
  },
90024
90054
  ],
90025
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
+ };
90026
90076
  const OrganizationCancelDeletePayloadFragmentDoc = {
90027
90077
  kind: "Document",
90028
90078
  definitions: [
@@ -90095,6 +90145,7 @@ const OrganizationInviteFragmentDoc = {
90095
90145
  { kind: "Field", name: { kind: "Name", value: "acceptedAt" } },
90096
90146
  { kind: "Field", name: { kind: "Name", value: "expiresAt" } },
90097
90147
  { kind: "Field", name: { kind: "Name", value: "id" } },
90148
+ { kind: "Field", name: { kind: "Name", value: "role" } },
90098
90149
  {
90099
90150
  kind: "Field",
90100
90151
  name: { kind: "Name", value: "inviter" },
@@ -90164,7 +90215,9 @@ const OrganizationInviteFullDetailsPayloadFragmentDoc = {
90164
90215
  { kind: "Field", name: { kind: "Name", value: "organizationName" } },
90165
90216
  { kind: "Field", name: { kind: "Name", value: "email" } },
90166
90217
  { kind: "Field", name: { kind: "Name", value: "inviter" } },
90218
+ { kind: "Field", name: { kind: "Name", value: "status" } },
90167
90219
  { kind: "Field", name: { kind: "Name", value: "organizationLogoUrl" } },
90220
+ { kind: "Field", name: { kind: "Name", value: "role" } },
90168
90221
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
90169
90222
  { kind: "Field", name: { kind: "Name", value: "accepted" } },
90170
90223
  { kind: "Field", name: { kind: "Name", value: "expired" } },
@@ -90814,6 +90867,7 @@ const ProjectUpdateFragmentDoc = {
90814
90867
  { kind: "Field", name: { kind: "Name", value: "url" } },
90815
90868
  { kind: "Field", name: { kind: "Name", value: "diffMarkdown" } },
90816
90869
  { kind: "Field", name: { kind: "Name", value: "diff" } },
90870
+ { kind: "Field", name: { kind: "Name", value: "health" } },
90817
90871
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
90818
90872
  {
90819
90873
  kind: "Field",
@@ -92159,6 +92213,7 @@ const TriageResponsibilityFragmentDoc = {
92159
92213
  ],
92160
92214
  },
92161
92215
  },
92216
+ { kind: "Field", name: { kind: "Name", value: "action" } },
92162
92217
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
92163
92218
  {
92164
92219
  kind: "Field",
@@ -92773,6 +92828,7 @@ const WorkflowDefinitionFragmentDoc = {
92773
92828
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
92774
92829
  { kind: "Field", name: { kind: "Name", value: "groupName" } },
92775
92830
  { kind: "Field", name: { kind: "Name", value: "name" } },
92831
+ { kind: "Field", name: { kind: "Name", value: "triggerType" } },
92776
92832
  { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
92777
92833
  {
92778
92834
  kind: "Field",
@@ -92784,6 +92840,10 @@ const WorkflowDefinitionFragmentDoc = {
92784
92840
  },
92785
92841
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
92786
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" } },
92787
92847
  { kind: "Field", name: { kind: "Name", value: "id" } },
92788
92848
  {
92789
92849
  kind: "Field",
@@ -116781,7 +116841,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
116781
116841
  get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
116782
116842
  get PushSubscriptionType () { return PushSubscriptionType; },
116783
116843
  get ReleaseChannel () { return ReleaseChannel; },
116784
- get SlaDayCountType () { return SlaDayCountType; },
116844
+ get SLADayCountType () { return SLADayCountType; },
116785
116845
  get SendStrategy () { return SendStrategy; },
116786
116846
  get SlaStatus () { return SlaStatus; },
116787
116847
  get SlackChannelType () { return SlackChannelType; },
@@ -116973,6 +117033,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
116973
117033
  NotificationSubscriptionPayloadFragmentDoc: NotificationSubscriptionPayloadFragmentDoc,
116974
117034
  OauthClientFragmentDoc: OauthClientFragmentDoc,
116975
117035
  OauthClientConnectionFragmentDoc: OauthClientConnectionFragmentDoc,
117036
+ OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc: OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc,
116976
117037
  OrganizationCancelDeletePayloadFragmentDoc: OrganizationCancelDeletePayloadFragmentDoc,
116977
117038
  OrganizationDeletePayloadFragmentDoc: OrganizationDeletePayloadFragmentDoc,
116978
117039
  OrganizationExistsPayloadFragmentDoc: OrganizationExistsPayloadFragmentDoc,
@@ -118043,6 +118104,7 @@ class AuthOrganization extends Request {
118043
118104
  this.serviceId = data.serviceId;
118044
118105
  this.urlKey = data.urlKey;
118045
118106
  this.userCount = data.userCount;
118107
+ this.releaseChannel = data.releaseChannel;
118046
118108
  }
118047
118109
  }
118048
118110
  /**
@@ -118060,6 +118122,7 @@ class AuthOrganizationDomain extends Request {
118060
118122
  this.name = data.name;
118061
118123
  this.organizationId = data.organizationId;
118062
118124
  this.verified = data.verified;
118125
+ this.authType = data.authType;
118063
118126
  }
118064
118127
  }
118065
118128
  /**
@@ -118157,6 +118220,7 @@ class AuthenticationSession extends Request {
118157
118220
  this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
118158
118221
  this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
118159
118222
  this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
118223
+ this.type = data.type;
118160
118224
  }
118161
118225
  }
118162
118226
  /**
@@ -118185,6 +118249,7 @@ class AuthenticationSessionResponse extends Request {
118185
118249
  this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
118186
118250
  this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
118187
118251
  this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
118252
+ this.type = data.type;
118188
118253
  }
118189
118254
  }
118190
118255
  /**
@@ -118495,7 +118560,7 @@ class CustomViewHasSubscribersPayload extends Request {
118495
118560
  */
118496
118561
  class CustomViewNotificationSubscription extends Request {
118497
118562
  constructor(request, data) {
118498
- var _a, _b, _c, _d, _e, _f, _g, _h;
118563
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
118499
118564
  super(request);
118500
118565
  this.active = data.active;
118501
118566
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -118503,13 +118568,15 @@ class CustomViewNotificationSubscription extends Request {
118503
118568
  this.id = data.id;
118504
118569
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
118505
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;
118506
118573
  this._customView = data.customView;
118507
- this._cycle = (_d = data.cycle) !== null && _d !== void 0 ? _d : undefined;
118508
- this._label = (_e = data.label) !== null && _e !== void 0 ? _e : undefined;
118509
- 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;
118510
118577
  this._subscriber = data.subscriber;
118511
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
118512
- 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;
118513
118580
  }
118514
118581
  /** The custom view subscribed to. */
118515
118582
  get customView() {
@@ -118672,7 +118739,7 @@ class CycleConnection extends Connection {
118672
118739
  */
118673
118740
  class CycleNotificationSubscription extends Request {
118674
118741
  constructor(request, data) {
118675
- var _a, _b, _c, _d, _e, _f, _g, _h;
118742
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
118676
118743
  super(request);
118677
118744
  this.active = data.active;
118678
118745
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -118680,13 +118747,15 @@ class CycleNotificationSubscription extends Request {
118680
118747
  this.id = data.id;
118681
118748
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
118682
118749
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
118683
- 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;
118684
118753
  this._cycle = data.cycle;
118685
- this._label = (_e = data.label) !== null && _e !== void 0 ? _e : undefined;
118686
- 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;
118687
118756
  this._subscriber = data.subscriber;
118688
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
118689
- 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;
118690
118759
  }
118691
118760
  /** The contextual custom view associated with the notification subscription. */
118692
118761
  get customView() {
@@ -119228,7 +119297,7 @@ class ExternalUserConnection extends Connection {
119228
119297
  */
119229
119298
  class Favorite extends Request {
119230
119299
  constructor(request, data) {
119231
- 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;
119232
119301
  super(request);
119233
119302
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
119234
119303
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
@@ -119238,18 +119307,19 @@ class Favorite extends Request {
119238
119307
  this.sortOrder = data.sortOrder;
119239
119308
  this.type = data.type;
119240
119309
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
119241
- this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
119242
- this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
119243
- this._document = (_h = data.document) !== null && _h !== void 0 ? _h : undefined;
119244
- this._issue = (_j = data.issue) !== null && _j !== void 0 ? _j : undefined;
119245
- 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;
119246
119316
  this._owner = data.owner;
119247
- this._parent = (_l = data.parent) !== null && _l !== void 0 ? _l : undefined;
119248
- this._predefinedViewTeam = (_m = data.predefinedViewTeam) !== null && _m !== void 0 ? _m : undefined;
119249
- this._project = (_o = data.project) !== null && _o !== void 0 ? _o : undefined;
119250
- this._projectTeam = (_p = data.projectTeam) !== null && _p !== void 0 ? _p : undefined;
119251
- this._roadmap = (_q = data.roadmap) !== null && _q !== void 0 ? _q : undefined;
119252
- 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;
119253
119323
  }
119254
119324
  /** The favorited custom view. */
119255
119325
  get customView() {
@@ -119403,6 +119473,7 @@ class GitAutomationState extends Request {
119403
119473
  this.id = data.id;
119404
119474
  this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
119405
119475
  this.targetBranch = data.targetBranch ? new GitAutomationTargetBranch(request, data.targetBranch) : undefined;
119476
+ this.event = data.event;
119406
119477
  this._state = (_e = data.state) !== null && _e !== void 0 ? _e : undefined;
119407
119478
  this._team = data.team;
119408
119479
  }
@@ -119963,7 +120034,7 @@ class IntercomSettings extends Request {
119963
120034
  */
119964
120035
  class Issue extends Request {
119965
120036
  constructor(request, data) {
119966
- 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;
119967
120038
  super(request);
119968
120039
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
119969
120040
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -119995,17 +120066,18 @@ class Issue extends Request {
119995
120066
  this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
119996
120067
  this.url = data.url;
119997
120068
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
119998
- this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
119999
- this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
120000
- this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
120001
- this._externalUserCreator = (_v = data.externalUserCreator) !== null && _v !== void 0 ? _v : undefined;
120002
- this._favorite = (_w = data.favorite) !== null && _w !== void 0 ? _w : undefined;
120003
- this._lastAppliedTemplate = (_x = data.lastAppliedTemplate) !== null && _x !== void 0 ? _x : undefined;
120004
- this._parent = (_y = data.parent) !== null && _y !== void 0 ? _y : undefined;
120005
- this._project = (_z = data.project) !== null && _z !== void 0 ? _z : undefined;
120006
- this._projectMilestone = (_0 = data.projectMilestone) !== null && _0 !== void 0 ? _0 : undefined;
120007
- this._snoozedBy = (_1 = data.snoozedBy) !== null && _1 !== void 0 ? _1 : undefined;
120008
- 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;
120009
120081
  this._state = data.state;
120010
120082
  this._team = data.team;
120011
120083
  }
@@ -120715,7 +120787,7 @@ class IssueSearchPayload extends Request {
120715
120787
  */
120716
120788
  class IssueSearchResult extends Request {
120717
120789
  constructor(request, data) {
120718
- 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;
120719
120791
  super(request);
120720
120792
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
120721
120793
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -120748,17 +120820,18 @@ class IssueSearchResult extends Request {
120748
120820
  this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
120749
120821
  this.url = data.url;
120750
120822
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
120751
- this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
120752
- this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
120753
- this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
120754
- this._externalUserCreator = (_v = data.externalUserCreator) !== null && _v !== void 0 ? _v : undefined;
120755
- this._favorite = (_w = data.favorite) !== null && _w !== void 0 ? _w : undefined;
120756
- this._lastAppliedTemplate = (_x = data.lastAppliedTemplate) !== null && _x !== void 0 ? _x : undefined;
120757
- this._parent = (_y = data.parent) !== null && _y !== void 0 ? _y : undefined;
120758
- this._project = (_z = data.project) !== null && _z !== void 0 ? _z : undefined;
120759
- this._projectMilestone = (_0 = data.projectMilestone) !== null && _0 !== void 0 ? _0 : undefined;
120760
- this._snoozedBy = (_1 = data.snoozedBy) !== null && _1 !== void 0 ? _1 : undefined;
120761
- 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;
120762
120835
  this._state = data.state;
120763
120836
  this._team = data.team;
120764
120837
  }
@@ -120912,7 +120985,7 @@ class JiraSettings extends Request {
120912
120985
  */
120913
120986
  class LabelNotificationSubscription extends Request {
120914
120987
  constructor(request, data) {
120915
- var _a, _b, _c, _d, _e, _f, _g, _h;
120988
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
120916
120989
  super(request);
120917
120990
  this.active = data.active;
120918
120991
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -120920,13 +120993,15 @@ class LabelNotificationSubscription extends Request {
120920
120993
  this.id = data.id;
120921
120994
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
120922
120995
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
120923
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
120924
- 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;
120925
121000
  this._label = data.label;
120926
- this._project = (_f = data.project) !== null && _f !== void 0 ? _f : undefined;
121001
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
120927
121002
  this._subscriber = data.subscriber;
120928
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
120929
- 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;
120930
121005
  }
120931
121006
  /** The contextual custom view associated with the notification subscription. */
120932
121007
  get customView() {
@@ -121110,20 +121185,22 @@ class NotificationPayload extends Request {
121110
121185
  */
121111
121186
  class NotificationSubscription extends Request {
121112
121187
  constructor(request, data) {
121113
- var _a, _b, _c, _d, _e, _f, _g, _h, _j;
121188
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
121114
121189
  super(request);
121115
121190
  this.active = data.active;
121116
121191
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
121117
121192
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
121118
121193
  this.id = data.id;
121119
121194
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
121120
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
121121
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
121122
- this._label = (_f = data.label) !== null && _f !== void 0 ? _f : undefined;
121123
- 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;
121124
121201
  this._subscriber = data.subscriber;
121125
- this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
121126
- 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;
121127
121204
  }
121128
121205
  /** The contextual custom view associated with the notification subscription. */
121129
121206
  get customView() {
@@ -121284,6 +121361,7 @@ class OauthClientApproval extends Request {
121284
121361
  this.responderId = (_e = data.responderId) !== null && _e !== void 0 ? _e : undefined;
121285
121362
  this.scopes = data.scopes;
121286
121363
  this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
121364
+ this.status = data.status;
121287
121365
  }
121288
121366
  }
121289
121367
  /**
@@ -121406,6 +121484,10 @@ class Organization extends Request {
121406
121484
  this.urlKey = data.urlKey;
121407
121485
  this.userCount = data.userCount;
121408
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;
121409
121491
  }
121410
121492
  /** Integrations associated with the organization. */
121411
121493
  integrations(variables) {
@@ -121436,6 +121518,18 @@ class Organization extends Request {
121436
121518
  return new UpdateOrganizationMutation(this._request).fetch(input);
121437
121519
  }
121438
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
+ }
121439
121533
  /**
121440
121534
  * OrganizationCancelDeletePayload model
121441
121535
  *
@@ -121478,6 +121572,7 @@ class OrganizationDomain extends Request {
121478
121572
  this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
121479
121573
  this.verificationEmail = (_e = data.verificationEmail) !== null && _e !== void 0 ? _e : undefined;
121480
121574
  this.verified = data.verified;
121575
+ this.authType = data.authType;
121481
121576
  this._creator = (_f = data.creator) !== null && _f !== void 0 ? _f : undefined;
121482
121577
  }
121483
121578
  /** The user who added the domain. */
@@ -121522,6 +121617,7 @@ class OrganizationInvite extends Request {
121522
121617
  this.id = data.id;
121523
121618
  this.metadata = data.metadata;
121524
121619
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
121620
+ this.role = data.role;
121525
121621
  this._invitee = (_f = data.invitee) !== null && _f !== void 0 ? _f : undefined;
121526
121622
  this._inviter = data.inviter;
121527
121623
  }
@@ -121582,6 +121678,8 @@ class OrganizationInviteFullDetailsPayload extends Request {
121582
121678
  this.organizationId = data.organizationId;
121583
121679
  this.organizationLogoUrl = (_b = data.organizationLogoUrl) !== null && _b !== void 0 ? _b : undefined;
121584
121680
  this.organizationName = data.organizationName;
121681
+ this.role = data.role;
121682
+ this.status = data.status;
121585
121683
  }
121586
121684
  }
121587
121685
  /**
@@ -122104,7 +122202,7 @@ class ProjectNotification extends Request {
122104
122202
  */
122105
122203
  class ProjectNotificationSubscription extends Request {
122106
122204
  constructor(request, data) {
122107
- var _a, _b, _c, _d, _e, _f, _g, _h;
122205
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
122108
122206
  super(request);
122109
122207
  this.active = data.active;
122110
122208
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -122112,13 +122210,15 @@ class ProjectNotificationSubscription extends Request {
122112
122210
  this.id = data.id;
122113
122211
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
122114
122212
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
122115
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
122116
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
122117
- 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;
122118
122218
  this._project = data.project;
122119
122219
  this._subscriber = data.subscriber;
122120
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
122121
- 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;
122122
122222
  }
122123
122223
  /** The contextual custom view associated with the notification subscription. */
122124
122224
  get customView() {
@@ -122305,6 +122405,7 @@ class ProjectUpdate extends Request {
122305
122405
  this.isDiffHidden = data.isDiffHidden;
122306
122406
  this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
122307
122407
  this.url = data.url;
122408
+ this.health = data.health;
122308
122409
  this._project = data.project;
122309
122410
  this._user = data.user;
122310
122411
  }
@@ -122848,6 +122949,7 @@ class SlackAsksSettings extends Request {
122848
122949
  this.slackChannelMapping = data.slackChannelMapping
122849
122950
  ? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
122850
122951
  : undefined;
122952
+ this.canAdministrate = data.canAdministrate;
122851
122953
  }
122852
122954
  }
122853
122955
  /**
@@ -122916,10 +123018,12 @@ class SlackChannelNameMapping extends Request {
122916
123018
  */
122917
123019
  class SlackPostSettings extends Request {
122918
123020
  constructor(request, data) {
123021
+ var _a;
122919
123022
  super(request);
122920
123023
  this.channel = data.channel;
122921
123024
  this.channelId = data.channelId;
122922
123025
  this.configurationUrl = data.configurationUrl;
123026
+ this.channelType = (_a = data.channelType) !== null && _a !== void 0 ? _a : undefined;
122923
123027
  }
122924
123028
  }
122925
123029
  /**
@@ -123304,7 +123408,7 @@ class TeamMembershipPayload extends Request {
123304
123408
  */
123305
123409
  class TeamNotificationSubscription extends Request {
123306
123410
  constructor(request, data) {
123307
- var _a, _b, _c, _d, _e, _f, _g, _h;
123411
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
123308
123412
  super(request);
123309
123413
  this.active = data.active;
123310
123414
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -123312,13 +123416,15 @@ class TeamNotificationSubscription extends Request {
123312
123416
  this.id = data.id;
123313
123417
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
123314
123418
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
123315
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
123316
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
123317
- this._label = (_f = data.label) !== null && _f !== void 0 ? _f : undefined;
123318
- 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;
123319
123425
  this._subscriber = data.subscriber;
123320
123426
  this._team = data.team;
123321
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
123427
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
123322
123428
  }
123323
123429
  /** The contextual custom view associated with the notification subscription. */
123324
123430
  get customView() {
@@ -123562,6 +123668,7 @@ class TriageResponsibility extends Request {
123562
123668
  this.manualSelection = data.manualSelection
123563
123669
  ? new TriageResponsibilityManualSelection(request, data.manualSelection)
123564
123670
  : undefined;
123671
+ this.action = data.action;
123565
123672
  this._currentUser = (_d = data.currentUser) !== null && _d !== void 0 ? _d : undefined;
123566
123673
  this._team = data.team;
123567
123674
  }
@@ -123800,7 +123907,7 @@ class UserConnection extends Connection {
123800
123907
  */
123801
123908
  class UserNotificationSubscription extends Request {
123802
123909
  constructor(request, data) {
123803
- var _a, _b, _c, _d, _e, _f, _g, _h;
123910
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
123804
123911
  super(request);
123805
123912
  this.active = data.active;
123806
123913
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -123808,12 +123915,14 @@ class UserNotificationSubscription extends Request {
123808
123915
  this.id = data.id;
123809
123916
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
123810
123917
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
123811
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
123812
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
123813
- this._label = (_f = data.label) !== null && _f !== void 0 ? _f : undefined;
123814
- 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;
123815
123924
  this._subscriber = data.subscriber;
123816
- this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
123925
+ this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
123817
123926
  this._user = data.user;
123818
123927
  }
123819
123928
  /** The contextual custom view associated with the notification subscription. */
@@ -124121,7 +124230,7 @@ class WorkflowCronJobDefinitionConnection extends Connection {
124121
124230
  */
124122
124231
  class WorkflowDefinition extends Request {
124123
124232
  constructor(request, data) {
124124
- 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;
124125
124234
  super(request);
124126
124235
  this.activities = data.activities;
124127
124236
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -124134,13 +124243,18 @@ class WorkflowDefinition extends Request {
124134
124243
  this.name = data.name;
124135
124244
  this.sortOrder = data.sortOrder;
124136
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;
124137
124251
  this._creator = data.creator;
124138
- this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
124139
- this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
124140
- this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
124141
- this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
124142
- this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
124143
- 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;
124144
124258
  }
124145
124259
  /** The user who created the workflow. */
124146
124260
  get creator() {
@@ -137020,6 +137134,7 @@ exports.OauthClientConnection = OauthClientConnection;
137020
137134
  exports.OauthToken = OauthToken;
137021
137135
  exports.OpsgenieSettings = OpsgenieSettings;
137022
137136
  exports.Organization = Organization;
137137
+ exports.OrganizationAcceptedOrExpiredInviteDetailsPayload = OrganizationAcceptedOrExpiredInviteDetailsPayload;
137023
137138
  exports.OrganizationCancelDeletePayload = OrganizationCancelDeletePayload;
137024
137139
  exports.OrganizationDeleteChallengeMutation = OrganizationDeleteChallengeMutation;
137025
137140
  exports.OrganizationDeletePayload = OrganizationDeletePayload;