@linear/sdk 67.0.0 → 68.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-BUUA3N-U.d.mts → index-CAP-XaGz.d.mts} +83 -14
- package/dist/index-CAP-XaGz.d.mts.map +1 -0
- package/dist/{index-D2OpN-qp.d.cts → index-bbB9Ax4F.d.cts} +83 -14
- package/dist/index-bbB9Ax4F.d.cts.map +1 -0
- package/dist/index.cjs +190 -0
- package/dist/index.d.cts +39 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +39 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +190 -0
- package/dist/index.mjs.map +1 -1
- package/dist/webhooks/index.d.cts +1 -1
- package/dist/webhooks/index.d.mts +1 -1
- package/package.json +2 -2
- package/dist/index-BUUA3N-U.d.mts.map +0 -1
- package/dist/index-D2OpN-qp.d.cts.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -9659,12 +9659,26 @@ const BaseWebhookPayloadFragmentDoc = {
|
|
|
9659
9659
|
value: "organizationId"
|
|
9660
9660
|
}
|
|
9661
9661
|
},
|
|
9662
|
+
{
|
|
9663
|
+
kind: "Field",
|
|
9664
|
+
name: {
|
|
9665
|
+
kind: "Name",
|
|
9666
|
+
value: "webhookId"
|
|
9667
|
+
}
|
|
9668
|
+
},
|
|
9662
9669
|
{
|
|
9663
9670
|
kind: "Field",
|
|
9664
9671
|
name: {
|
|
9665
9672
|
kind: "Name",
|
|
9666
9673
|
value: "createdAt"
|
|
9667
9674
|
}
|
|
9675
|
+
},
|
|
9676
|
+
{
|
|
9677
|
+
kind: "Field",
|
|
9678
|
+
name: {
|
|
9679
|
+
kind: "Name",
|
|
9680
|
+
value: "webhookTimestamp"
|
|
9681
|
+
}
|
|
9668
9682
|
}
|
|
9669
9683
|
]
|
|
9670
9684
|
}
|
|
@@ -11159,6 +11173,13 @@ const OAuthAppWebhookPayloadFragmentDoc = {
|
|
|
11159
11173
|
value: "oauthClientId"
|
|
11160
11174
|
}
|
|
11161
11175
|
},
|
|
11176
|
+
{
|
|
11177
|
+
kind: "Field",
|
|
11178
|
+
name: {
|
|
11179
|
+
kind: "Name",
|
|
11180
|
+
value: "webhookId"
|
|
11181
|
+
}
|
|
11182
|
+
},
|
|
11162
11183
|
{
|
|
11163
11184
|
kind: "Field",
|
|
11164
11185
|
name: {
|
|
@@ -11179,6 +11200,13 @@ const OAuthAppWebhookPayloadFragmentDoc = {
|
|
|
11179
11200
|
kind: "Name",
|
|
11180
11201
|
value: "type"
|
|
11181
11202
|
}
|
|
11203
|
+
},
|
|
11204
|
+
{
|
|
11205
|
+
kind: "Field",
|
|
11206
|
+
name: {
|
|
11207
|
+
kind: "Name",
|
|
11208
|
+
value: "webhookTimestamp"
|
|
11209
|
+
}
|
|
11182
11210
|
}
|
|
11183
11211
|
]
|
|
11184
11212
|
}
|
|
@@ -11307,6 +11335,13 @@ const OAuthAuthorizationWebhookPayloadFragmentDoc = {
|
|
|
11307
11335
|
value: "userId"
|
|
11308
11336
|
}
|
|
11309
11337
|
},
|
|
11338
|
+
{
|
|
11339
|
+
kind: "Field",
|
|
11340
|
+
name: {
|
|
11341
|
+
kind: "Name",
|
|
11342
|
+
value: "webhookId"
|
|
11343
|
+
}
|
|
11344
|
+
},
|
|
11310
11345
|
{
|
|
11311
11346
|
kind: "Field",
|
|
11312
11347
|
name: {
|
|
@@ -11334,6 +11369,13 @@ const OAuthAuthorizationWebhookPayloadFragmentDoc = {
|
|
|
11334
11369
|
kind: "Name",
|
|
11335
11370
|
value: "type"
|
|
11336
11371
|
}
|
|
11372
|
+
},
|
|
11373
|
+
{
|
|
11374
|
+
kind: "Field",
|
|
11375
|
+
name: {
|
|
11376
|
+
kind: "Name",
|
|
11377
|
+
value: "webhookTimestamp"
|
|
11378
|
+
}
|
|
11337
11379
|
}
|
|
11338
11380
|
]
|
|
11339
11381
|
}
|
|
@@ -14474,6 +14516,13 @@ const AgentSessionEventWebhookPayloadFragmentDoc = {
|
|
|
14474
14516
|
value: "__typename"
|
|
14475
14517
|
}
|
|
14476
14518
|
},
|
|
14519
|
+
{
|
|
14520
|
+
kind: "Field",
|
|
14521
|
+
name: {
|
|
14522
|
+
kind: "Name",
|
|
14523
|
+
value: "promptContext"
|
|
14524
|
+
}
|
|
14525
|
+
},
|
|
14477
14526
|
{
|
|
14478
14527
|
kind: "Field",
|
|
14479
14528
|
name: {
|
|
@@ -14512,6 +14561,13 @@ const AgentSessionEventWebhookPayloadFragmentDoc = {
|
|
|
14512
14561
|
value: "organizationId"
|
|
14513
14562
|
}
|
|
14514
14563
|
},
|
|
14564
|
+
{
|
|
14565
|
+
kind: "Field",
|
|
14566
|
+
name: {
|
|
14567
|
+
kind: "Name",
|
|
14568
|
+
value: "webhookId"
|
|
14569
|
+
}
|
|
14570
|
+
},
|
|
14515
14571
|
{
|
|
14516
14572
|
kind: "Field",
|
|
14517
14573
|
name: {
|
|
@@ -14583,6 +14639,13 @@ const AgentSessionEventWebhookPayloadFragmentDoc = {
|
|
|
14583
14639
|
kind: "Name",
|
|
14584
14640
|
value: "type"
|
|
14585
14641
|
}
|
|
14642
|
+
},
|
|
14643
|
+
{
|
|
14644
|
+
kind: "Field",
|
|
14645
|
+
name: {
|
|
14646
|
+
kind: "Name",
|
|
14647
|
+
value: "webhookTimestamp"
|
|
14648
|
+
}
|
|
14586
14649
|
}
|
|
14587
14650
|
]
|
|
14588
14651
|
}
|
|
@@ -16374,6 +16437,13 @@ const AppUserNotificationWebhookPayloadFragmentDoc = {
|
|
|
16374
16437
|
value: "organizationId"
|
|
16375
16438
|
}
|
|
16376
16439
|
},
|
|
16440
|
+
{
|
|
16441
|
+
kind: "Field",
|
|
16442
|
+
name: {
|
|
16443
|
+
kind: "Name",
|
|
16444
|
+
value: "webhookId"
|
|
16445
|
+
}
|
|
16446
|
+
},
|
|
16377
16447
|
{
|
|
16378
16448
|
kind: "Field",
|
|
16379
16449
|
name: {
|
|
@@ -16394,6 +16464,13 @@ const AppUserNotificationWebhookPayloadFragmentDoc = {
|
|
|
16394
16464
|
kind: "Name",
|
|
16395
16465
|
value: "type"
|
|
16396
16466
|
}
|
|
16467
|
+
},
|
|
16468
|
+
{
|
|
16469
|
+
kind: "Field",
|
|
16470
|
+
name: {
|
|
16471
|
+
kind: "Name",
|
|
16472
|
+
value: "webhookTimestamp"
|
|
16473
|
+
}
|
|
16397
16474
|
}
|
|
16398
16475
|
]
|
|
16399
16476
|
}
|
|
@@ -16459,6 +16536,13 @@ const AppUserTeamAccessChangedWebhookPayloadFragmentDoc = {
|
|
|
16459
16536
|
value: "removedTeamIds"
|
|
16460
16537
|
}
|
|
16461
16538
|
},
|
|
16539
|
+
{
|
|
16540
|
+
kind: "Field",
|
|
16541
|
+
name: {
|
|
16542
|
+
kind: "Name",
|
|
16543
|
+
value: "webhookId"
|
|
16544
|
+
}
|
|
16545
|
+
},
|
|
16462
16546
|
{
|
|
16463
16547
|
kind: "Field",
|
|
16464
16548
|
name: {
|
|
@@ -16480,6 +16564,13 @@ const AppUserTeamAccessChangedWebhookPayloadFragmentDoc = {
|
|
|
16480
16564
|
value: "type"
|
|
16481
16565
|
}
|
|
16482
16566
|
},
|
|
16567
|
+
{
|
|
16568
|
+
kind: "Field",
|
|
16569
|
+
name: {
|
|
16570
|
+
kind: "Name",
|
|
16571
|
+
value: "webhookTimestamp"
|
|
16572
|
+
}
|
|
16573
|
+
},
|
|
16483
16574
|
{
|
|
16484
16575
|
kind: "Field",
|
|
16485
16576
|
name: {
|
|
@@ -16523,6 +16614,13 @@ const CustomResourceWebhookPayloadFragmentDoc = {
|
|
|
16523
16614
|
value: "organizationId"
|
|
16524
16615
|
}
|
|
16525
16616
|
},
|
|
16617
|
+
{
|
|
16618
|
+
kind: "Field",
|
|
16619
|
+
name: {
|
|
16620
|
+
kind: "Name",
|
|
16621
|
+
value: "webhookId"
|
|
16622
|
+
}
|
|
16623
|
+
},
|
|
16526
16624
|
{
|
|
16527
16625
|
kind: "Field",
|
|
16528
16626
|
name: {
|
|
@@ -16543,6 +16641,13 @@ const CustomResourceWebhookPayloadFragmentDoc = {
|
|
|
16543
16641
|
kind: "Name",
|
|
16544
16642
|
value: "type"
|
|
16545
16643
|
}
|
|
16644
|
+
},
|
|
16645
|
+
{
|
|
16646
|
+
kind: "Field",
|
|
16647
|
+
name: {
|
|
16648
|
+
kind: "Name",
|
|
16649
|
+
value: "webhookTimestamp"
|
|
16650
|
+
}
|
|
16546
16651
|
}
|
|
16547
16652
|
]
|
|
16548
16653
|
}
|
|
@@ -16587,6 +16692,13 @@ const EntityWebhookPayloadFragmentDoc = {
|
|
|
16587
16692
|
value: "updatedFrom"
|
|
16588
16693
|
}
|
|
16589
16694
|
},
|
|
16695
|
+
{
|
|
16696
|
+
kind: "Field",
|
|
16697
|
+
name: {
|
|
16698
|
+
kind: "Name",
|
|
16699
|
+
value: "webhookId"
|
|
16700
|
+
}
|
|
16701
|
+
},
|
|
16590
16702
|
{
|
|
16591
16703
|
kind: "Field",
|
|
16592
16704
|
name: {
|
|
@@ -16614,6 +16726,13 @@ const EntityWebhookPayloadFragmentDoc = {
|
|
|
16614
16726
|
kind: "Name",
|
|
16615
16727
|
value: "url"
|
|
16616
16728
|
}
|
|
16729
|
+
},
|
|
16730
|
+
{
|
|
16731
|
+
kind: "Field",
|
|
16732
|
+
name: {
|
|
16733
|
+
kind: "Name",
|
|
16734
|
+
value: "webhookTimestamp"
|
|
16735
|
+
}
|
|
16617
16736
|
}
|
|
16618
16737
|
]
|
|
16619
16738
|
}
|
|
@@ -17406,6 +17525,13 @@ const IssueSlaWebhookPayloadFragmentDoc = {
|
|
|
17406
17525
|
value: "organizationId"
|
|
17407
17526
|
}
|
|
17408
17527
|
},
|
|
17528
|
+
{
|
|
17529
|
+
kind: "Field",
|
|
17530
|
+
name: {
|
|
17531
|
+
kind: "Name",
|
|
17532
|
+
value: "webhookId"
|
|
17533
|
+
}
|
|
17534
|
+
},
|
|
17409
17535
|
{
|
|
17410
17536
|
kind: "Field",
|
|
17411
17537
|
name: {
|
|
@@ -17450,6 +17576,13 @@ const IssueSlaWebhookPayloadFragmentDoc = {
|
|
|
17450
17576
|
kind: "Name",
|
|
17451
17577
|
value: "url"
|
|
17452
17578
|
}
|
|
17579
|
+
},
|
|
17580
|
+
{
|
|
17581
|
+
kind: "Field",
|
|
17582
|
+
name: {
|
|
17583
|
+
kind: "Name",
|
|
17584
|
+
value: "webhookTimestamp"
|
|
17585
|
+
}
|
|
17453
17586
|
}
|
|
17454
17587
|
]
|
|
17455
17588
|
}
|
|
@@ -121856,7 +121989,10 @@ var AgentSessionEventWebhookPayload = class {
|
|
|
121856
121989
|
this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
|
|
121857
121990
|
this.oauthClientId = data.oauthClientId;
|
|
121858
121991
|
this.organizationId = data.organizationId;
|
|
121992
|
+
this.promptContext = data.promptContext ?? void 0;
|
|
121859
121993
|
this.type = data.type;
|
|
121994
|
+
this.webhookId = data.webhookId;
|
|
121995
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
121860
121996
|
this.agentActivity = data.agentActivity ? new AgentActivityWebhookPayload(data.agentActivity) : void 0;
|
|
121861
121997
|
this.agentSession = new AgentSessionWebhookPayload(data.agentSession);
|
|
121862
121998
|
this.guidance = data.guidance ? data.guidance.map((node) => new GuidanceRuleWebhookPayload(node)) : void 0;
|
|
@@ -121872,8 +122008,14 @@ var AgentSessionEventWebhookPayload = class {
|
|
|
121872
122008
|
oauthClientId;
|
|
121873
122009
|
/** ID of the organization for which the webhook belongs to. */
|
|
121874
122010
|
organizationId;
|
|
122011
|
+
/** A formatted prompt string containing the relevant context for the agent session, including issue details, comments, and guidance. Present only for `created` events. */
|
|
122012
|
+
promptContext;
|
|
121875
122013
|
/** The type of resource. */
|
|
121876
122014
|
type;
|
|
122015
|
+
/** The ID of the webhook that sent this event. */
|
|
122016
|
+
webhookId;
|
|
122017
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
122018
|
+
webhookTimestamp;
|
|
121877
122019
|
/** Guidance to inform the agent's behavior, which comes from configuration at the level of the workspace, parent teams, and/or current team for this session. The nearest team-specific guidance should take highest precendence. */
|
|
121878
122020
|
guidance;
|
|
121879
122021
|
/** The previous comments in the thread before this agent was mentioned and the session was initiated, if any. Present only for `created` events where the session was initiated by mentioning the agent in a child comment of a thread. */
|
|
@@ -122025,6 +122167,8 @@ var AppUserNotificationWebhookPayload = class {
|
|
|
122025
122167
|
this.oauthClientId = data.oauthClientId;
|
|
122026
122168
|
this.organizationId = data.organizationId;
|
|
122027
122169
|
this.type = data.type;
|
|
122170
|
+
this.webhookId = data.webhookId;
|
|
122171
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
122028
122172
|
}
|
|
122029
122173
|
/** The type of action that triggered the webhook. */
|
|
122030
122174
|
action;
|
|
@@ -122038,6 +122182,10 @@ var AppUserNotificationWebhookPayload = class {
|
|
|
122038
122182
|
organizationId;
|
|
122039
122183
|
/** The type of resource. */
|
|
122040
122184
|
type;
|
|
122185
|
+
/** The ID of the webhook that sent this event. */
|
|
122186
|
+
webhookId;
|
|
122187
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
122188
|
+
webhookTimestamp;
|
|
122041
122189
|
};
|
|
122042
122190
|
/**
|
|
122043
122191
|
* Payload for app user team access change webhook events.
|
|
@@ -122055,6 +122203,8 @@ var AppUserTeamAccessChangedWebhookPayload = class {
|
|
|
122055
122203
|
this.organizationId = data.organizationId;
|
|
122056
122204
|
this.removedTeamIds = data.removedTeamIds;
|
|
122057
122205
|
this.type = data.type;
|
|
122206
|
+
this.webhookId = data.webhookId;
|
|
122207
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
122058
122208
|
}
|
|
122059
122209
|
/** The type of action that triggered the webhook. */
|
|
122060
122210
|
action;
|
|
@@ -122074,6 +122224,10 @@ var AppUserTeamAccessChangedWebhookPayload = class {
|
|
|
122074
122224
|
removedTeamIds;
|
|
122075
122225
|
/** The type of resource. */
|
|
122076
122226
|
type;
|
|
122227
|
+
/** The ID of the webhook that sent this event. */
|
|
122228
|
+
webhookId;
|
|
122229
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
122230
|
+
webhookTimestamp;
|
|
122077
122231
|
};
|
|
122078
122232
|
/**
|
|
122079
122233
|
* Public information of the OAuth application.
|
|
@@ -122772,11 +122926,17 @@ var BaseWebhookPayload = class {
|
|
|
122772
122926
|
constructor(data) {
|
|
122773
122927
|
this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
|
|
122774
122928
|
this.organizationId = data.organizationId;
|
|
122929
|
+
this.webhookId = data.webhookId;
|
|
122930
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
122775
122931
|
}
|
|
122776
122932
|
/** The time the payload was created. */
|
|
122777
122933
|
createdAt;
|
|
122778
122934
|
/** ID of the organization for which the webhook belongs to. */
|
|
122779
122935
|
organizationId;
|
|
122936
|
+
/** The ID of the webhook that sent this event. */
|
|
122937
|
+
webhookId;
|
|
122938
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
122939
|
+
webhookTimestamp;
|
|
122780
122940
|
};
|
|
122781
122941
|
/**
|
|
122782
122942
|
* A comment associated with an issue.
|
|
@@ -123161,6 +123321,8 @@ var CustomResourceWebhookPayload = class {
|
|
|
123161
123321
|
this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
|
|
123162
123322
|
this.organizationId = data.organizationId;
|
|
123163
123323
|
this.type = data.type;
|
|
123324
|
+
this.webhookId = data.webhookId;
|
|
123325
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
123164
123326
|
}
|
|
123165
123327
|
/** The type of action that triggered the webhook. */
|
|
123166
123328
|
action;
|
|
@@ -123170,6 +123332,10 @@ var CustomResourceWebhookPayload = class {
|
|
|
123170
123332
|
organizationId;
|
|
123171
123333
|
/** The type of resource. */
|
|
123172
123334
|
type;
|
|
123335
|
+
/** The ID of the webhook that sent this event. */
|
|
123336
|
+
webhookId;
|
|
123337
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
123338
|
+
webhookTimestamp;
|
|
123173
123339
|
};
|
|
123174
123340
|
/**
|
|
123175
123341
|
* A custom view that has been saved by a user.
|
|
@@ -126276,6 +126442,8 @@ var EntityWebhookPayload = class {
|
|
|
126276
126442
|
this.type = data.type;
|
|
126277
126443
|
this.updatedFrom = data.updatedFrom ?? void 0;
|
|
126278
126444
|
this.url = data.url ?? void 0;
|
|
126445
|
+
this.webhookId = data.webhookId;
|
|
126446
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
126279
126447
|
}
|
|
126280
126448
|
/** The type of action that triggered the webhook. */
|
|
126281
126449
|
action;
|
|
@@ -126289,6 +126457,10 @@ var EntityWebhookPayload = class {
|
|
|
126289
126457
|
updatedFrom;
|
|
126290
126458
|
/** URL for the entity. */
|
|
126291
126459
|
url;
|
|
126460
|
+
/** The ID of the webhook that sent this event. */
|
|
126461
|
+
webhookId;
|
|
126462
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
126463
|
+
webhookTimestamp;
|
|
126292
126464
|
};
|
|
126293
126465
|
/**
|
|
126294
126466
|
* Information about an external entity.
|
|
@@ -130858,6 +131030,8 @@ var IssueSlaWebhookPayload = class {
|
|
|
130858
131030
|
this.organizationId = data.organizationId;
|
|
130859
131031
|
this.type = data.type;
|
|
130860
131032
|
this.url = data.url ?? void 0;
|
|
131033
|
+
this.webhookId = data.webhookId;
|
|
131034
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
130861
131035
|
this.issueData = new IssueWebhookPayload(data.issueData);
|
|
130862
131036
|
}
|
|
130863
131037
|
/** The type of action that triggered the webhook. */
|
|
@@ -130870,6 +131044,10 @@ var IssueSlaWebhookPayload = class {
|
|
|
130870
131044
|
type;
|
|
130871
131045
|
/** URL for the issue. */
|
|
130872
131046
|
url;
|
|
131047
|
+
/** The ID of the webhook that sent this event. */
|
|
131048
|
+
webhookId;
|
|
131049
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
131050
|
+
webhookTimestamp;
|
|
130873
131051
|
/** The issue that the SLA event is about. */
|
|
130874
131052
|
issueData;
|
|
130875
131053
|
};
|
|
@@ -132044,6 +132222,8 @@ var OAuthAppWebhookPayload = class {
|
|
|
132044
132222
|
this.oauthClientId = data.oauthClientId;
|
|
132045
132223
|
this.organizationId = data.organizationId;
|
|
132046
132224
|
this.type = data.type;
|
|
132225
|
+
this.webhookId = data.webhookId;
|
|
132226
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
132047
132227
|
}
|
|
132048
132228
|
/** The type of action that triggered the webhook. */
|
|
132049
132229
|
action;
|
|
@@ -132055,6 +132235,10 @@ var OAuthAppWebhookPayload = class {
|
|
|
132055
132235
|
organizationId;
|
|
132056
132236
|
/** The type of resource. */
|
|
132057
132237
|
type;
|
|
132238
|
+
/** The ID of the webhook that sent this event. */
|
|
132239
|
+
webhookId;
|
|
132240
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
132241
|
+
webhookTimestamp;
|
|
132058
132242
|
};
|
|
132059
132243
|
/**
|
|
132060
132244
|
* Payload for OAuth authorization webhook events.
|
|
@@ -132070,6 +132254,8 @@ var OAuthAuthorizationWebhookPayload = class {
|
|
|
132070
132254
|
this.organizationId = data.organizationId;
|
|
132071
132255
|
this.type = data.type;
|
|
132072
132256
|
this.userId = data.userId;
|
|
132257
|
+
this.webhookId = data.webhookId;
|
|
132258
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
132073
132259
|
this.oauthClient = new OauthClientChildWebhookPayload(data.oauthClient);
|
|
132074
132260
|
this.user = new UserChildWebhookPayload(data.user);
|
|
132075
132261
|
}
|
|
@@ -132087,6 +132273,10 @@ var OAuthAuthorizationWebhookPayload = class {
|
|
|
132087
132273
|
type;
|
|
132088
132274
|
/** ID of the user that the authorization belongs to. */
|
|
132089
132275
|
userId;
|
|
132276
|
+
/** The ID of the webhook that sent this event. */
|
|
132277
|
+
webhookId;
|
|
132278
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
132279
|
+
webhookTimestamp;
|
|
132090
132280
|
/** Details of the OAuth client the authorization belongs to. */
|
|
132091
132281
|
oauthClient;
|
|
132092
132282
|
/** Details of the user that the authorization belongs to. */
|
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as AgentSessionPayloadFragment, $a as InitiativeRelationUpdateInput, $c as NotificationCategory, $d as ReactionFragment, $f as TeamChildWebhookPayloadFragment, $i as ExternalUserFragment, $l as Organization_UsersQueryVariables, $m as WebhooksQueryVariables, $n as CustomerFragment, $o as IntegrationsSettingsFragment, $p as UserActorWebhookPayloadFragment, $r as DeleteCustomerNeedMutationVariables, $s as IssueRelationsQueryVariables, $t as AuditEntryWebhookPayloadFragment, $u as ProjectStatusArchivePayloadFragment, Aa as GitLabIntegrationCreatePayloadFragment, Ac as IssueWithDescriptionChildWebhookPayloadFragment, Ad as Project_InverseRelationsQueryVariables, Af as SearchDocumentsQueryVariables, Ai as EmailUnsubscribePayloadFragment, Al as OrganizationDomainFragment, Am as User_DraftsQueryVariables, An as CreateIssueRelationMutationVariables, Ao as IntegrationActorWebhookPayloadFragment, Ap as TemplateUpdateInput, Ar as CustomerTierUpdateInput, As as IssueImportUpdateInput, At as AttachmentIssue_RelationsQueryVariables, Au as ProjectMilestoneChildWebhookPayloadFragment, B as AgentActivityFragment, Ba as InitiativeChildWebhookPayloadFragment, Bc as Issue_NeedsQueryVariables, Bd as PullRequestMergeMethod, Bf as SendStrategy, Bi as EntityExternalLinkFragment, Bl as OrganizationInvitesQueryVariables, Bm as ViewType, Bn as CustomViewFragment, Bo as IntegrationRequestInput, Bp as TriageResponsibilityAction, Br as CycleCreateInput, Bs as IssueLabelsQueryVariables, Bt as AttachmentLinkSlackMutationVariables, Bu as ProjectMilestone_IssuesQueryVariables, C as EntityWebhookPayloadWithUserData, Ca as GitAutomationTargetBranchCreateInput, Cc as IssueVcsBranchSearch_HistoryQueryVariables, Cd as ProjectUpdatesQueryVariables, Cf as RoadmapToProjectUpdateInput, Ci as DraftFragment, Cl as OauthClientApprovalFragment, Cm as UserSettings_Theme_CustomQueryVariables, Cn as ContactCreateInput, Co as Initiative_DocumentsQueryVariables, Cp as Team_TemplatesQueryVariables, Cr as CustomerStatusUpdateInput, Cs as IssueImportCreateGithubMutationVariables, Ct as AttachmentIssue_DocumentsQueryVariables, Cu as ProjectLabelFragment, Da as GitHubCommitIntegrationPayloadFragment, Dc as IssueVcsBranchSearch_RelationsQueryVariables, Dd as Project_ExternalLinksQueryVariables, Df as RoadmapsQueryVariables, Di as EmailIntakeAddressType, Dl as OrganizationCancelDeletePayloadFragment, Dm as User_AssignedIssuesQueryVariables, Dn as CreateCsvExportReportPayloadFragment, Do as Initiative_ProjectsQueryVariables, Dp as TemplateCreateInput, Dr as CustomerTierCreateInput, Ds as IssueImportJqlCheckPayloadFragment, Dt as AttachmentIssue_InverseRelationsQueryVariables, Du as ProjectLabel_ChildrenQueryVariables, Ea as GitAutomationTargetBranchUpdateInput, Ec as IssueVcsBranchSearch_NeedsQueryVariables, Ed as Project_DocumentsQueryVariables, Ef as Roadmap_ProjectsQueryVariables, Ei as EmailIntakeAddressPayloadFragment, El as OrganizationAcceptedOrExpiredInviteDetailsPayloadFragment, Em as UserWebhookPayloadFragment, En as CreateCsvExportReportMutationVariables, Eo as Initiative_LinksQueryVariables, Ep as TemplateConnectionFragment, Er as CustomerTierConnectionFragment, Es as IssueImportFragment, Et as AttachmentIssue_HistoryQueryVariables, Eu as ProjectLabelWebhookPayloadFragment, F as AgentActivityConnectionFragment, Fa as IdentityProviderFragment, Fc as Issue_FormerAttachmentsQueryVariables, Fd as Project_ProjectMilestonesQueryVariables, Ff as SearchProjects_ArchivePayloadQueryVariables, Fi as EmojiFragment, Fl as OrganizationInviteFragment, Fm as ViewPreferencesFragment, Fn as CreateProjectUpdateReminderMutationVariables, Fo as IntegrationGithubConnectMutationVariables, Fp as TimeSchedulePayloadFragment, Fr as CustomerWebhookPayloadFragment, Fs as IssueLabelPayloadFragment, Ft as AttachmentLinkGitHubPrMutationVariables, Fu as ProjectMilestoneMovePayloadFragment, G as AgentActivityThoughtContentFragment, Ga as InitiativeHistoryFragment, Gc as LabelNotificationSubscriptionFragment, Gd as PushSubscriptionFragment, Gf as SlackChannelConnectPayloadFragment, Gi as ExternalEntityInfoFragment, Gl as OrganizationStartTrialInput, Gm as Viewer_TeamMembershipsQueryVariables, Gn as CustomViewUpdateInput, Go as IntegrationSlackWorkspaceNamePayloadFragment, Gp as TriageResponsibilityPayloadFragment, Gr as CycleShiftAllInput, Gs as IssuePriorityValueFragment, Gt as AttachmentUpdateInput, Gu as ProjectRelationConnectionFragment, H as AgentActivityPromptContentFragment, Ha as InitiativeCreateInput, Hc as Issue_SubscribersQueryVariables, Hd as PullRequestReviewTool, Hf as SesDomainIdentityFragment, Hi as EntityExternalLinkUpdateInput, Hl as OrganizationMetaFragment, Hm as Viewer_CreatedIssuesQueryVariables, Hn as CustomViewNotificationSubscriptionFragment, Ho as IntegrationService, Hp as TriageResponsibilityCreateInput, Hr as CycleNotificationSubscriptionFragment, Hs as IssueNewCommentNotificationWebhookPayloadFragment, Ht as AttachmentLinkZendeskMutationVariables, Hu as ProjectNotificationFragment, I as AgentActivityContent, Ia as IdentityProviderType, Ic as Issue_FormerNeedsQueryVariables, Id as Project_ProjectUpdatesQueryVariables, If as SemanticSearchPayloadFragment, Ii as EmojiPayloadFragment, Il as OrganizationInviteFullDetailsPayloadFragment, Im as ViewPreferencesPayloadFragment, In as CreateTeamMutationVariables, Io as IntegrationHasScopesPayloadFragment, Ip as TimeScheduleUpdateInput, Ir as CustomersQueryVariables, Is as IssueLabelUpdateInput, It as AttachmentLinkGitLabMrMutationVariables, Iu as ProjectMilestoneMoveProjectTeamsFragment, J as AgentSessionConnectionFragment, Ja as InitiativePayloadFragment, Jc as LogoutOtherSessionsMutationVariables, Jd as PushSubscriptionTestQueryVariables, Jf as SsoUrlFromEmailQueryVariables, Ji as ExternalEntityInfoMetadata, Jl as Organization_IntegrationsQueryVariables, Jm as WebhookCreateInput, Jn as CustomView_ProjectsQueryVariables, Jo as IntegrationTemplateFragment, Jp as UpdateIssueLabelMutationVariables, Jr as Cycle_IssuesQueryVariables, Js as IssueRelationFragment, Jt as AttachmentsQueryVariables, Ju as ProjectRelationPayloadFragment, K as AgentActivityType, Ka as InitiativeNotificationFragment, Kc as LogoutAllSessionsMutationVariables, Kd as PushSubscriptionPayloadFragment, Kf as SlackChannelNameMappingFragment, Ki as ExternalEntityInfoGithubMetadataFragment, Kl as OrganizationStartTrialPayloadFragment, Km as Viewer_TeamsQueryVariables, Kn as CustomView_InitiativesQueryVariables, Ko as IntegrationTemplateConnectionFragment, Kp as TriageResponsibilityUpdateInput, Kr as CycleUpdateInput, Ks as IssueRelationConnectionFragment, Kt as AttachmentWebhookPayloadFragment, Ku as ProjectRelationCreateInput, L as AgentActivityCreateInput, La as ImageUploadFromUrlPayloadFragment, Lc as Issue_HistoryQueryVariables, Ld as Project_RelationsQueryVariables, Lf as SemanticSearchQueryVariables, Li as EmojisQueryVariables, Ll as OrganizationInvitePayloadFragment, Lm as ViewPreferencesType, Ln as CustomResourceWebhookPayloadFragment, Lo as IntegrationIntercomMutationVariables, Lp as TimeSchedulesQueryVariables, Lr as CycleArchivePayloadFragment, Ls as IssueLabelWebhookPayloadFragment, Lt as AttachmentLinkIntercomMutationVariables, Lu as ProjectMilestonePayloadFragment, M as AdministrableTeamsQueryVariables, Ma as GithubOrgType, Mc as Issue_ChildrenQueryVariables, Md as Project_LabelsQueryVariables, Mf as SearchIssuesQueryVariables, Mi as EmailUserAccountAuthChallengeResponseFragment, Ml as OrganizationFragment, Mm as User_TeamsQueryVariables, Mn as CreateOrganizationFromOnboardingMutationVariables, Mo as IntegrationConnectionFragment, Mp as TimeScheduleCreateInput, Mr as CustomerUpdateInput, Ms as IssueLabelConnectionFragment, Mt as AttachmentLinkDiscordMutationVariables, Mu as ProjectMilestoneCreateInput, N as AgentActivitiesQueryVariables, Na as GoogleUserAccountAuthInput, Nc as Issue_CommentsQueryVariables, Nd as Project_MembersQueryVariables, Nf as SearchIssues_ArchivePayloadQueryVariables, Ni as EmojiConnectionFragment, Nl as OrganizationInviteConnectionFragment, Nm as UsersQueryVariables, Nn as CreateOrganizationInput, No as IntegrationFragment, Np as TimeScheduleEntryFragment, Nr as CustomerUpsertInput, Ns as IssueLabelCreateInput, Nt as AttachmentLinkFrontMutationVariables, Nu as ProjectMilestoneFragment, Oa as GitHubEnterpriseServerInstallVerificationPayloadFragment, Oc as IssueVcsBranchSearch_SubscribersQueryVariables, Od as Project_HistoryQueryVariables, Of as SLADayCountType, Oi as EmailIntakeAddressUpdateInput, Ol as OrganizationDeletePayloadFragment, Om as User_CreatedIssuesQueryVariables, On as CreateInitiativeUpdateReminderMutationVariables, Oo as Initiative_SubInitiativesQueryVariables, Op as TemplateFragment, Or as CustomerTierFragment, Os as IssueImportPayloadFragment, Ot as AttachmentIssue_LabelsQueryVariables, Ou as ProjectLabel_ProjectsQueryVariables, P as AgentActivityActionContentFragment, Pa as GuidanceRuleWebhookPayloadFragment, Pc as Issue_DocumentsQueryVariables, Pd as Project_NeedsQueryVariables, Pf as SearchProjectsQueryVariables, Pi as EmojiCreateInput, Pl as OrganizationInviteCreateInput, Pm as ViewPreferencesCreateInput, Pn as CreateProjectMutationVariables, Po as IntegrationGitHubPersonalMutationVariables, Pp as TimeScheduleFragment, Pr as CustomerVisibilityMode, Ps as IssueLabelFragment, Pt as AttachmentLinkGitHubIssueMutationVariables, Pu as ProjectMilestoneMoveIssueToTeamFragment, Q as AgentSessionFragment, Qa as InitiativeRelationPayloadFragment, Qc as NotificationBatchActionPayloadFragment, Qd as ReactionCreateInput, Qf as TeamArchivePayloadFragment, Qi as ExternalUserConnectionFragment, Ql as Organization_TemplatesQueryVariables, Qm as WebhookUpdateInput, Qn as CustomerCreateInput, Qo as IntegrationsSettingsCreateInput, Qp as UploadPayloadFragment, Qr as Day, Qs as IssueRelationUpdateInput, Qt as AuditEntryTypeFragment, Qu as ProjectSearchResultFragment, R as AgentActivityElicitationContentFragment, Ra as ImportFileUploadMutationVariables, Rc as Issue_InverseRelationsQueryVariables, Rd as Project_TeamsQueryVariables, Rf as SemanticSearchResultFragment, Ri as EntityExternalLinkConnectionFragment, Rl as OrganizationInviteStatus, Rm as ViewPreferencesUpdateInput, Rn as CustomViewConnectionFragment, Ro as IntegrationJiraPersonalMutationVariables, Rp as TokenUserAccountAuthInput, Rr as CycleChildWebhookPayloadFragment, Rs as IssueLabel_ChildrenQueryVariables, Rt as AttachmentLinkJiraIssueMutationVariables, Ru as ProjectMilestoneStatus, S as EntityWebhookPayloadWithUnknownEntityData, Sa as GitAutomationStates, Sc as IssueVcsBranchSearch_FormerNeedsQueryVariables, Sd as ProjectUpdate_CommentsQueryVariables, Sf as RoadmapToProjectPayloadFragment, Si as DraftConnectionFragment, Sl as OauthClientActorWebhookPayloadFragment, Sm as UserSettings_ThemeQueryVariables, Sn as CommentsQueryVariables, So as InitiativeWebhookPayloadFragment, Sp as Team_StatesQueryVariables, Sr as CustomerStatusType, Ss as IssueImportCreateCsvJiraMutationVariables, St as AttachmentIssue_CommentsQueryVariables, Su as ProjectLabelCreateInput, Ta as GitAutomationTargetBranchPayloadFragment, Tc as IssueVcsBranchSearch_LabelsQueryVariables, Td as Project_CommentsQueryVariables, Tf as RoadmapUpdateInput, Ti as EmailIntakeAddressFragment, Tl as OauthClientChildWebhookPayloadFragment, Tm as UserUpdateInput, Tn as ContextViewType, To as Initiative_InitiativeUpdatesQueryVariables, Tp as TeamsQueryVariables, Tr as CustomerTierChildWebhookPayloadFragment, Ts as IssueImportDeletePayloadFragment, Tt as AttachmentIssue_FormerNeedsQueryVariables, Tu as ProjectLabelUpdateInput, U as AgentActivityResponseContentFragment, Ua as InitiativeFragment, Uc as IssuesQueryVariables, Ud as PullRequestStatus, Uf as SlaStatus, Ui as EntityFragment, Ul as OrganizationOriginWebhookPayloadFragment, Um as Viewer_DelegatedIssuesQueryVariables, Un as CustomViewPayloadFragment, Uo as IntegrationSlackMutationVariables, Up as TriageResponsibilityFragment, Ur as CyclePayloadFragment, Us as IssueNotificationFragment, Ut as AttachmentPayloadFragment, Uu as ProjectNotificationSubscriptionFragment, V as AgentActivityPayloadFragment, Va as InitiativeConnectionFragment, Vc as Issue_RelationsQueryVariables, Vd as PullRequestNotificationFragment, Vf as SesDomainIdentityDnsRecordFragment, Vi as EntityExternalLinkPayloadFragment, Vl as OrganizationIpRestrictionFragment, Vm as Viewer_AssignedIssuesQueryVariables, Vn as CustomViewHasSubscribersPayloadFragment, Vo as IntegrationRequestPayloadFragment, Vp as TriageResponsibilityConnectionFragment, Vr as CycleFragment, Vs as IssueMentionNotificationWebhookPayloadFragment, Vt as AttachmentLinkUrlMutationVariables, Vu as ProjectMilestonesQueryVariables, W as AgentActivitySignal, Wa as InitiativeHistoryConnectionFragment, Wc as JoinOrganizationInput, Wd as PushSubscriptionCreateInput, Wf as SlackAsksTeamSettingsFragment, Wi as EntityWebhookPayloadFragment, Wl as OrganizationPayloadFragment, Wm as Viewer_DraftsQueryVariables, Wn as CustomViewSuggestionPayloadFragment, Wo as IntegrationSlackPostMutationVariables, Wp as TriageResponsibilityManualSelectionFragment, Wr as CyclePeriod, Ws as IssuePayloadFragment, Wt as AttachmentSourcesPayloadFragment, Wu as ProjectPayloadFragment, X as AgentSessionCreateOnIssue, Xa as InitiativeRelationCreateInput, Xc as NodeFragment, Xd as RateLimitPayloadFragment, Xf as SuccessPayloadFragment, Xi as ExternalSyncService, Xl as Organization_ProjectLabelsQueryVariables, Xm as WebhookFragment, Xn as CustomerChildWebhookPayloadFragment, Xo as IntegrationTemplatesQueryVariables, Xp as UploadFileFragment, Xr as CyclesQueryVariables, Xs as IssueRelationPayloadFragment, Xt as AuditEntryConnectionFragment, Xu as ProjectRelationsQueryVariables, Y as AgentSessionCreateOnComment, Ya as InitiativeRelationConnectionFragment, Yc as LogoutResponseFragment, Yd as PushSubscriptionType, Yf as SsoUrlFromEmailResponseFragment, Yi as ExternalEntitySlackMetadataFragment, Yl as Organization_LabelsQueryVariables, Ym as WebhookFailureEventFragment, Yn as CustomViewsQueryVariables, Yo as IntegrationTemplatePayloadFragment, Yp as UpdateTeamMutationVariables, Yr as Cycle_UncompletedIssuesUponCloseQueryVariables, Ys as IssueRelationHistoryPayloadFragment, Yt as AuditEntriesQueryVariables, Yu as ProjectRelationUpdateInput, Z as AgentSessionEventWebhookPayloadFragment, Za as InitiativeRelationFragment, Zc as NotificationArchivePayloadFragment, Zd as RateLimitResultPayloadFragment, Zf as SyncedExternalThreadFragment, Zi as ExternalUserChildWebhookPayloadFragment, Zl as Organization_TeamsQueryVariables, Zm as WebhookPayloadFragment, Zn as CustomerConnectionFragment, Zo as IntegrationsQueryVariables, Zp as UploadFileHeaderFragment, Zr as DateResolutionType, Zs as IssueRelationType, Zt as AuditEntryFragment, Zu as ProjectSearchPayloadFragment, _ as EntityWebhookPayloadWithIssueData, _a as GitAutomationStateConnectionFragment, _c as IssueVcsBranchSearch_AttachmentsQueryVariables, _d as ProjectUpdatePayloadFragment, _f as RoadmapFragment, _i as DocumentSearchResultFragment, _l as NotificationUpdateInput, _m as UserSettingsThemeDeviceType, _n as Comment_ChildrenQueryVariables, _o as InitiativeUpdateReminderPayloadFragment, _p as Team_IssuesQueryVariables, _r as CustomerStatusChildWebhookPayloadFragment, _s as IssueHistoryConnectionFragment, _t as AttachmentConnectionFragment, _u as ProjectFragment, a as AppUserNotificationWebhookPayloadWithNotification, aa as FavoriteCreateInput, ac as IssueStateSpanFragment, ad as ProjectStatusPayloadFragment, af as ReleasePayloadFragment, ah as WorkflowStatePayloadFragment, ai as DocumentArchivePayloadFragment, al as NotificationDeliveryPreferencesDayFragment, am as UserFlagUpdateOperation, an as AuthenticationSessionType, ao as InitiativeToProjectFragment, ap as TeamMembershipFragment, ar as CustomerNeedFragment, as as IssueBatchCreateInput, at as AgentSession_ActivitiesQueryVariables, au as PaginationSortOrder, b as EntityWebhookPayloadWithProjectUpdateData, ba as GitAutomationStatePayloadFragment, bc as IssueVcsBranchSearch_DocumentsQueryVariables, bd as ProjectUpdateUpdateInput, bf as RoadmapToProjectCreateInput, bi as Document_CommentsQueryVariables, bl as OAuthAuthorizationWebhookPayloadFragment, bm as UserSettingsThemePreset, bn as Comment_DocumentContent_AiPromptRulesQueryVariables, bo as InitiativeUpdate_CommentsQueryVariables, bp as Team_MembershipsQueryVariables, br as CustomerStatusFragment, bs as IssueImportCreateAsanaMutationVariables, bt as AttachmentIssue_AttachmentsQueryVariables, bu as ProjectLabelChildWebhookPayloadFragment, c as EntityWebhookPayloadWithAuditEntryData, ca as FavoriteUpdateInput, cc as IssueSuggestionConnectionFragment, cd as ProjectStatusesQueryVariables, cf as ReleasePipelineType, ch as WorkflowStatesQueryVariables, ci as DocumentContentChildWebhookPayloadFragment, cl as NotificationEntityInput, cm as UserPayloadFragment, cn as CommentConnectionFragment, co as InitiativeToProjectsQueryVariables, cp as TeamMembershipsQueryVariables, cr as CustomerNeedQueryVariables, cs as IssueCommentMentionNotificationWebhookPayloadFragment, ct as AirbyteConfigurationInput, cu as PostNotificationFragment, d as EntityWebhookPayloadWithCustomerNeedData, da as FeedSummarySchedule, dc as IssueSuggestionState, dd as ProjectUpdateChildWebhookPayloadFragment, df as ReleaseStageType, di as DocumentContentHistoryTypeFragment, dl as NotificationSubscriptionConnectionFragment, dm as UserSettingsCustomThemeFragment, dn as CommentPayloadFragment, do as InitiativeUpdateConnectionFragment, dp as TeamPayloadFragment, dr as CustomerNeedWebhookPayloadFragment, ds as IssueCreateInput, dt as ApplicationFragment, du as ProjectArchivePayloadFragment, ea as ExternalUsersQueryVariables, ec as IssueSearchPayloadFragment, ed as ProjectStatusChildWebhookPayloadFragment, ef as ReactionPayloadFragment, eh as WorkflowStateArchivePayloadFragment, ei as DeleteIntegrationMutationVariables, el as NotificationCategoryPreferencesFragment, em as UserAdminPayloadFragment, en as AuthIdentityProviderFragment, eo as InitiativeRelationsQueryVariables, ep as TeamConnectionFragment, er as CustomerNeedArchivePayloadFragment, es as IntegrationsSettingsPayloadFragment, et as AgentSessionStatus, eu as OtherNotificationType, f as EntityWebhookPayloadWithCycleData, fa as FetchDataPayloadFragment, fc as IssueSuggestionType, fd as ProjectUpdateConnectionFragment, ff as RepositorySuggestionFragment, fi as DocumentCreateInput, fl as NotificationSubscriptionCreateInput, fm as UserSettingsFlagPayloadFragment, fn as CommentQueryVariables, fo as InitiativeUpdateCreateInput, fp as TeamRoleType, fr as CustomerNeed_ProjectAttachmentQueryVariables, fs as IssueEmojiReactionNotificationWebhookPayloadFragment, ft as ArchiveIssueMutationVariables, fu as ProjectAttachmentFragment, g as EntityWebhookPayloadWithInitiativeUpdateData, ga as FrontAttachmentPayloadFragment, gc as IssueUpdateInput, gd as ProjectUpdateInput, gf as RoadmapCreateInput, gi as DocumentSearchPayloadFragment, gl as NotificationSubscriptionsQueryVariables, gm as UserSettingsPayloadFragment, gn as Comment_BotActorQueryVariables, go as InitiativeUpdatePayloadFragment, gp as Team_GitAutomationStatesQueryVariables, gr as CustomerPayloadFragment, gs as IssueFragment, gt as AsksChannelConnectPayloadFragment, gu as ProjectFilterSuggestionPayloadFragment, h as EntityWebhookPayloadWithInitiativeData, ha as FrequencyResolutionType, hc as IssueUnsubscribeMutationVariables, hd as ProjectUpdateHealthType, hf as RoadmapConnectionFragment, hi as DocumentPayloadFragment, hl as NotificationSubscriptionUpdateInput, hm as UserSettingsFragment, hn as CommentWebhookPayloadFragment, ho as InitiativeUpdateInput, hp as Team_CyclesQueryVariables, hr as CustomerNotificationSubscriptionFragment, hs as IssueFilterSuggestionQueryVariables, ht as ArchiveResponseFragment, hu as ProjectCreateInput, ia as FavoriteConnectionFragment, ic as IssueStateSpanConnectionFragment, id as ProjectStatusFragment, if as ReleaseChannel, ih as WorkflowStateFragment, ii as DeleteTeamMembershipMutationVariables, il as NotificationDeliveryPreferencesChannelFragment, im as UserFlagType, in as AuthenticationSessionResponseFragment, io as InitiativeToProjectCreateInput, ip as TeamMembershipCreateInput, ir as CustomerNeedCreateInput, is as IssueAssignedToYouNotificationWebhookPayloadFragment, it as AgentSessionWebhookPayloadFragment, iu as PaginationOrderBy, j as ActorBotFragment, ja as GitLinkKind, jc as Issue_AttachmentsQueryVariables, jd as Project_IssuesQueryVariables, jf as SearchDocuments_ArchivePayloadQueryVariables, ji as EmailUserAccountAuthChallengeInput, jl as OrganizationExistsPayloadFragment, jm as User_TeamMembershipsQueryVariables, jn as CreateOrJoinOrganizationResponseFragment, jo as IntegrationChildWebhookPayloadFragment, jp as TimeScheduleConnectionFragment, jr as CustomerTiersQueryVariables, js as IssueLabelChildWebhookPayloadFragment, jt as AttachmentIssue_SubscribersQueryVariables, ju as ProjectMilestoneConnectionFragment, ka as GitHubEnterpriseServerPayloadFragment, kc as IssueWebhookPayloadFragment, kd as Project_InitiativesQueryVariables, kf as Scalars, ki as EmailUnsubscribeInput, kl as OrganizationDomainAuthType, km as User_DelegatedIssuesQueryVariables, kn as CreateIssueLabelMutationVariables, ko as InitiativesQueryVariables, kp as TemplatePayloadFragment, kr as CustomerTierPayloadFragment, ks as IssueImportSyncCheckPayloadFragment, kt as AttachmentIssue_NeedsQueryVariables, ku as ProjectLabelsQueryVariables, l as EntityWebhookPayloadWithCommentData, la as Favorite_ChildrenQueryVariables, lc as IssueSuggestionFragment, ld as ProjectTab, lf as ReleaseStageArchivePayloadFragment, lh as _generated_documents_d_exports, li as DocumentContentFragment, ll as NotificationFragment, lm as UserRoleType, ln as CommentCreateInput, lo as InitiativeUpdateArchivePayloadFragment, lp as TeamNotificationSubscriptionFragment, lr as CustomerNeedUpdateInput, ls as IssueCommentReactionNotificationWebhookPayloadFragment, lt as AppUserNotificationWebhookPayloadFragment, lu as PostType, m as EntityWebhookPayloadWithEntityData, ma as FileUploadMutationVariables, mc as IssueUnassignedFromYouNotificationWebhookPayloadFragment, md as ProjectUpdateFragment, mf as RoadmapArchivePayloadFragment, mi as DocumentNotificationFragment, ml as NotificationSubscriptionPayloadFragment, mm as UserSettingsFlagsResetPayloadFragment, mn as CommentUpdateInput, mo as InitiativeUpdateHealthType, mp as TeamWithParentWebhookPayloadFragment, mr as CustomerNotificationFragment, ms as IssueFilterSuggestionPayloadFragment, mt as ArchiveProjectMutationVariables, mu as ProjectConnectionFragment, na as FacetFragment, nc as IssueSearchResultFragment, nd as ProjectStatusCountPayloadFragment, nf as RefreshGoogleSheetsDataMutationVariables, nh as WorkflowStateConnectionFragment, ni as DeleteOrganizationInput, nl as NotificationChannelPreferencesFragment, nm as UserConnectionFragment, nn as AuthResolverResponseFragment, no as InitiativeTab, np as TeamFragment, nr as CustomerNeedConnectionFragment, ns as IntercomSettingsInput, nt as AgentSessionUpdateExternalUrlInput, nu as PageInfoFragment, oa as FavoriteFragment, oc as IssueStatusChangedNotificationWebhookPayloadFragment, od as ProjectStatusType, of as ReleasePipelineArchivePayloadFragment, oh as WorkflowStateUpdateInput, oi as DocumentChildWebhookPayloadFragment, ol as NotificationDeliveryPreferencesFragment, om as UserFragment, on as BaseWebhookPayloadFragment, oo as InitiativeToProjectPayloadFragment, op as TeamMembershipPayloadFragment, or as CustomerNeedNotificationFragment, os as IssueBatchPayloadFragment, ot as AgentSessionsQueryVariables, ou as PaidSubscriptionFragment, p as EntityWebhookPayloadWithDocumentData, pa as FileUploadDeletePayloadFragment, pc as IssueTitleSuggestionFromCustomerRequestPayloadFragment, pd as ProjectUpdateCreateInput, pf as RepositorySuggestionsPayloadFragment, pi as DocumentFragment, pl as NotificationSubscriptionFragment, pm as UserSettingsFlagsResetMutationVariables, pn as CommentResolveMutationVariables, po as InitiativeUpdateFragment, pp as TeamUpdateInput, pr as CustomerNeedsQueryVariables, ps as IssueFigmaFileKeySearchQueryVariables, pt as ArchivePayloadFragment, pu as ProjectChildWebhookPayloadFragment, q as AgentActivityWebhookPayloadFragment, qa as InitiativeNotificationSubscriptionFragment, qc as LogoutMutationVariables, qd as PushSubscriptionTestPayloadFragment, qf as SlackChannelType, qi as ExternalEntityInfoJiraMetadataFragment, ql as OrganizationUpdateInput, qm as WebhookConnectionFragment, qn as CustomView_IssuesQueryVariables, qo as IntegrationTemplateCreateInput, qp as UpdateCommentMutationVariables, qr as CycleWebhookPayloadFragment, qs as IssueRelationCreateInput, qt as AttachmentsForUrlQueryVariables, qu as ProjectRelationFragment, r as LinearWebhookClient, ra as FacetPageSource, rc as IssueSlaWebhookPayloadFragment, rd as ProjectStatusCreateInput, rf as ReleaseArchivePayloadFragment, rh as WorkflowStateCreateInput, ri as DeletePayloadFragment, rl as NotificationConnectionFragment, rm as UserContextViewType, rn as AuthUserFragment, ro as InitiativeToProjectConnectionFragment, rp as TeamMembershipConnectionFragment, rr as CustomerNeedCreateFromAttachmentInput, rs as IssueArchivePayloadFragment, rt as AgentSessionUpdateInput, ru as PaginationNulls, s as EntityWebhookPayloadWithAttachmentData, sa as FavoritePayloadFragment, sc as IssueSubscribeMutationVariables, sd as ProjectStatusUpdateInput, sf as ReleasePipelinePayloadFragment, sh as WorkflowState_IssuesQueryVariables, si as DocumentConnectionFragment, sl as NotificationDeliveryPreferencesScheduleFragment, sm as UserNotificationSubscriptionFragment, sn as CommentChildWebhookPayloadFragment, so as InitiativeToProjectUpdateInput, sp as TeamMembershipUpdateInput, sr as CustomerNeedPayloadFragment, ss as IssueChildWebhookPayloadFragment, st as AiPromptRulesFragment, su as PasskeyLoginStartResponseFragment, ta as FacetConnectionFragment, tc as IssueSearchQueryVariables, td as ProjectStatusConnectionFragment, tf as ReactionWebhookPayloadFragment, th as WorkflowStateChildWebhookPayloadFragment, ti as DeleteIssueMutationVariables, tl as NotificationChannel, tm as UserChildWebhookPayloadFragment, tn as AuthOrganizationFragment, to as InitiativeStatus, tp as TeamCreateInput, tr as CustomerNeedChildWebhookPayloadFragment, ts as IntegrationsSettingsUpdateInput, tt as AgentSessionType, tu as OtherNotificationWebhookPayloadFragment, u as EntityWebhookPayloadWithCustomerData, ua as FavoritesQueryVariables, uc as IssueSuggestionMetadataFragment, ud as ProjectUpdateArchivePayloadFragment, uf as ReleaseStagePayloadFragment, ui as DocumentContentHistoryPayloadFragment, ul as NotificationPayloadFragment, um as UserSettingsCustomSidebarThemeFragment, un as CommentFragment, uo as InitiativeUpdateChildWebhookPayloadFragment, up as TeamOriginWebhookPayloadFragment, ur as CustomerNeedUpdatePayloadFragment, us as IssueConnectionFragment, ut as AppUserTeamAccessChangedWebhookPayloadFragment, uu as ProductIntelligenceScope, v as EntityWebhookPayloadWithIssueLabelData, va as GitAutomationStateCreateInput, vc as IssueVcsBranchSearch_ChildrenQueryVariables, vd as ProjectUpdateReminderFrequency, vf as RoadmapPayloadFragment, vi as DocumentUpdateInput, vl as NotificationsQueryVariables, vm as UserSettingsThemeFragment, vn as Comment_CreatedIssuesQueryVariables, vo as InitiativeUpdateUpdateInput, vp as Team_LabelsQueryVariables, vr as CustomerStatusConnectionFragment, vs as IssueHistoryFragment, vt as AttachmentCreateInput, vu as ProjectHistoryConnectionFragment, wa as GitAutomationTargetBranchFragment, wc as IssueVcsBranchSearch_InverseRelationsQueryVariables, wd as ProjectWebhookPayloadFragment, wf as RoadmapToProjectsQueryVariables, wi as EmailIntakeAddressCreateInput, wl as OauthClientApprovalNotificationFragment, wm as UserSettings_Theme_Custom_SidebarQueryVariables, wn as ContactPayloadFragment, wo as Initiative_HistoryQueryVariables, wp as Team_WebhooksQueryVariables, wr as CustomerStatusesQueryVariables, ws as IssueImportCreateJiraMutationVariables, wt as AttachmentIssue_FormerAttachmentsQueryVariables, wu as ProjectLabelPayloadFragment, x as EntityWebhookPayloadWithReactionData, xa as GitAutomationStateUpdateInput, xc as IssueVcsBranchSearch_FormerAttachmentsQueryVariables, xd as ProjectUpdateWebhookPayloadFragment, xf as RoadmapToProjectFragment, xi as DocumentsQueryVariables, xl as OAuthClientApprovalStatus, xm as UserSettingsUpdateInput, xn as Comment_ExternalThreadQueryVariables, xo as InitiativeUpdatesQueryVariables, xp as Team_ProjectsQueryVariables, xr as CustomerStatusPayloadFragment, xs as IssueImportCreateClubhouseMutationVariables, xt as AttachmentIssue_ChildrenQueryVariables, xu as ProjectLabelConnectionFragment, y as EntityWebhookPayloadWithProjectData, ya as GitAutomationStateFragment, yc as IssueVcsBranchSearch_CommentsQueryVariables, yd as ProjectUpdateReminderPayloadFragment, yf as RoadmapToProjectConnectionFragment, yi as DocumentWebhookPayloadFragment, yl as OAuthAppWebhookPayloadFragment, ym as UserSettingsThemeMode, yn as Comment_DocumentContentQueryVariables, yo as InitiativeUpdateWebhookPayloadFragment, yp as Team_MembersQueryVariables, yr as CustomerStatusCreateInput, ys as IssueImportCheckPayloadFragment, yt as AttachmentFragment, yu as ProjectHistoryFragment, z as AgentActivityErrorContentFragment, za as InitiativeArchivePayloadFragment, zc as Issue_LabelsQueryVariables, zd as ProjectsQueryVariables, zf as SemanticSearchResultType, zi as EntityExternalLinkCreateInput, zl as OrganizationInviteUpdateInput, zm as ViewPreferencesValuesFragment, zn as CustomViewCreateInput, zo as IntegrationPayloadFragment, zp as TriageResponsibilitiesQueryVariables, zr as CycleConnectionFragment, zs as IssueLabel_IssuesQueryVariables, zt as AttachmentLinkSalesforceMutationVariables, zu as ProjectMilestoneUpdateInput } from "./index-D2OpN-qp.cjs";
|
|
1
|
+
import { $ as AgentSessionPayloadFragment, $a as InitiativeRelationUpdateInput, $c as NotificationCategory, $d as ReactionFragment, $f as TeamChildWebhookPayloadFragment, $i as ExternalUserFragment, $l as Organization_UsersQueryVariables, $m as WebhooksQueryVariables, $n as CustomerFragment, $o as IntegrationsSettingsFragment, $p as UserActorWebhookPayloadFragment, $r as DeleteCustomerNeedMutationVariables, $s as IssueRelationsQueryVariables, $t as AuditEntryWebhookPayloadFragment, $u as ProjectStatusArchivePayloadFragment, Aa as GitLabIntegrationCreatePayloadFragment, Ac as IssueWithDescriptionChildWebhookPayloadFragment, Ad as Project_InverseRelationsQueryVariables, Af as SearchDocumentsQueryVariables, Ai as EmailUnsubscribePayloadFragment, Al as OrganizationDomainFragment, Am as User_DraftsQueryVariables, An as CreateIssueRelationMutationVariables, Ao as IntegrationActorWebhookPayloadFragment, Ap as TemplateUpdateInput, Ar as CustomerTierUpdateInput, As as IssueImportUpdateInput, At as AttachmentIssue_RelationsQueryVariables, Au as ProjectMilestoneChildWebhookPayloadFragment, B as AgentActivityFragment, Ba as InitiativeChildWebhookPayloadFragment, Bc as Issue_NeedsQueryVariables, Bd as PullRequestMergeMethod, Bf as SendStrategy, Bi as EntityExternalLinkFragment, Bl as OrganizationInvitesQueryVariables, Bm as ViewType, Bn as CustomViewFragment, Bo as IntegrationRequestInput, Bp as TriageResponsibilityAction, Br as CycleCreateInput, Bs as IssueLabelsQueryVariables, Bt as AttachmentLinkSlackMutationVariables, Bu as ProjectMilestone_IssuesQueryVariables, C as EntityWebhookPayloadWithUserData, Ca as GitAutomationTargetBranchCreateInput, Cc as IssueVcsBranchSearch_HistoryQueryVariables, Cd as ProjectUpdatesQueryVariables, Cf as RoadmapToProjectUpdateInput, Ci as DraftFragment, Cl as OauthClientApprovalFragment, Cm as UserSettings_Theme_CustomQueryVariables, Cn as ContactCreateInput, Co as Initiative_DocumentsQueryVariables, Cp as Team_TemplatesQueryVariables, Cr as CustomerStatusUpdateInput, Cs as IssueImportCreateGithubMutationVariables, Ct as AttachmentIssue_DocumentsQueryVariables, Cu as ProjectLabelFragment, Da as GitHubCommitIntegrationPayloadFragment, Dc as IssueVcsBranchSearch_RelationsQueryVariables, Dd as Project_ExternalLinksQueryVariables, Df as RoadmapsQueryVariables, Di as EmailIntakeAddressType, Dl as OrganizationCancelDeletePayloadFragment, Dm as User_AssignedIssuesQueryVariables, Dn as CreateCsvExportReportPayloadFragment, Do as Initiative_ProjectsQueryVariables, Dp as TemplateCreateInput, Dr as CustomerTierCreateInput, Ds as IssueImportJqlCheckPayloadFragment, Dt as AttachmentIssue_InverseRelationsQueryVariables, Du as ProjectLabel_ChildrenQueryVariables, Ea as GitAutomationTargetBranchUpdateInput, Ec as IssueVcsBranchSearch_NeedsQueryVariables, Ed as Project_DocumentsQueryVariables, Ef as Roadmap_ProjectsQueryVariables, Ei as EmailIntakeAddressPayloadFragment, El as OrganizationAcceptedOrExpiredInviteDetailsPayloadFragment, Em as UserWebhookPayloadFragment, En as CreateCsvExportReportMutationVariables, Eo as Initiative_LinksQueryVariables, Ep as TemplateConnectionFragment, Er as CustomerTierConnectionFragment, Es as IssueImportFragment, Et as AttachmentIssue_HistoryQueryVariables, Eu as ProjectLabelWebhookPayloadFragment, F as AgentActivityConnectionFragment, Fa as IdentityProviderFragment, Fc as Issue_FormerAttachmentsQueryVariables, Fd as Project_ProjectMilestonesQueryVariables, Ff as SearchProjects_ArchivePayloadQueryVariables, Fi as EmojiFragment, Fl as OrganizationInviteFragment, Fm as ViewPreferencesFragment, Fn as CreateProjectUpdateReminderMutationVariables, Fo as IntegrationGithubConnectMutationVariables, Fp as TimeSchedulePayloadFragment, Fr as CustomerWebhookPayloadFragment, Fs as IssueLabelPayloadFragment, Ft as AttachmentLinkGitHubPrMutationVariables, Fu as ProjectMilestoneMovePayloadFragment, G as AgentActivityThoughtContentFragment, Ga as InitiativeHistoryFragment, Gc as LabelNotificationSubscriptionFragment, Gd as PushSubscriptionFragment, Gf as SlackChannelConnectPayloadFragment, Gi as ExternalEntityInfoFragment, Gl as OrganizationStartTrialInput, Gm as Viewer_TeamMembershipsQueryVariables, Gn as CustomViewUpdateInput, Go as IntegrationSlackWorkspaceNamePayloadFragment, Gp as TriageResponsibilityPayloadFragment, Gr as CycleShiftAllInput, Gs as IssuePriorityValueFragment, Gt as AttachmentUpdateInput, Gu as ProjectRelationConnectionFragment, H as AgentActivityPromptContentFragment, Ha as InitiativeCreateInput, Hc as Issue_SubscribersQueryVariables, Hd as PullRequestReviewTool, Hf as SesDomainIdentityFragment, Hi as EntityExternalLinkUpdateInput, Hl as OrganizationMetaFragment, Hm as Viewer_CreatedIssuesQueryVariables, Hn as CustomViewNotificationSubscriptionFragment, Ho as IntegrationService, Hp as TriageResponsibilityCreateInput, Hr as CycleNotificationSubscriptionFragment, Hs as IssueNewCommentNotificationWebhookPayloadFragment, Ht as AttachmentLinkZendeskMutationVariables, Hu as ProjectNotificationFragment, I as AgentActivityContent, Ia as IdentityProviderType, Ic as Issue_FormerNeedsQueryVariables, Id as Project_ProjectUpdatesQueryVariables, If as SemanticSearchPayloadFragment, Ii as EmojiPayloadFragment, Il as OrganizationInviteFullDetailsPayloadFragment, Im as ViewPreferencesPayloadFragment, In as CreateTeamMutationVariables, Io as IntegrationHasScopesPayloadFragment, Ip as TimeScheduleUpdateInput, Ir as CustomersQueryVariables, Is as IssueLabelUpdateInput, It as AttachmentLinkGitLabMrMutationVariables, Iu as ProjectMilestoneMoveProjectTeamsFragment, J as AgentSessionConnectionFragment, Ja as InitiativePayloadFragment, Jc as LogoutOtherSessionsMutationVariables, Jd as PushSubscriptionTestQueryVariables, Jf as SsoUrlFromEmailQueryVariables, Ji as ExternalEntityInfoMetadata, Jl as Organization_IntegrationsQueryVariables, Jm as WebhookCreateInput, Jn as CustomView_ProjectsQueryVariables, Jo as IntegrationTemplateFragment, Jp as UpdateIssueLabelMutationVariables, Jr as Cycle_IssuesQueryVariables, Js as IssueRelationFragment, Jt as AttachmentsQueryVariables, Ju as ProjectRelationPayloadFragment, K as AgentActivityType, Ka as InitiativeNotificationFragment, Kc as LogoutAllSessionsMutationVariables, Kd as PushSubscriptionPayloadFragment, Kf as SlackChannelNameMappingFragment, Ki as ExternalEntityInfoGithubMetadataFragment, Kl as OrganizationStartTrialPayloadFragment, Km as Viewer_TeamsQueryVariables, Kn as CustomView_InitiativesQueryVariables, Ko as IntegrationTemplateConnectionFragment, Kp as TriageResponsibilityUpdateInput, Kr as CycleUpdateInput, Ks as IssueRelationConnectionFragment, Kt as AttachmentWebhookPayloadFragment, Ku as ProjectRelationCreateInput, L as AgentActivityCreateInput, La as ImageUploadFromUrlPayloadFragment, Lc as Issue_HistoryQueryVariables, Ld as Project_RelationsQueryVariables, Lf as SemanticSearchQueryVariables, Li as EmojisQueryVariables, Ll as OrganizationInvitePayloadFragment, Lm as ViewPreferencesType, Ln as CustomResourceWebhookPayloadFragment, Lo as IntegrationIntercomMutationVariables, Lp as TimeSchedulesQueryVariables, Lr as CycleArchivePayloadFragment, Ls as IssueLabelWebhookPayloadFragment, Lt as AttachmentLinkIntercomMutationVariables, Lu as ProjectMilestonePayloadFragment, M as AdministrableTeamsQueryVariables, Ma as GithubOrgType, Mc as Issue_ChildrenQueryVariables, Md as Project_LabelsQueryVariables, Mf as SearchIssuesQueryVariables, Mi as EmailUserAccountAuthChallengeResponseFragment, Ml as OrganizationFragment, Mm as User_TeamsQueryVariables, Mn as CreateOrganizationFromOnboardingMutationVariables, Mo as IntegrationConnectionFragment, Mp as TimeScheduleCreateInput, Mr as CustomerUpdateInput, Ms as IssueLabelConnectionFragment, Mt as AttachmentLinkDiscordMutationVariables, Mu as ProjectMilestoneCreateInput, N as AgentActivitiesQueryVariables, Na as GoogleUserAccountAuthInput, Nc as Issue_CommentsQueryVariables, Nd as Project_MembersQueryVariables, Nf as SearchIssues_ArchivePayloadQueryVariables, Ni as EmojiConnectionFragment, Nl as OrganizationInviteConnectionFragment, Nm as UsersQueryVariables, Nn as CreateOrganizationInput, No as IntegrationFragment, Np as TimeScheduleEntryFragment, Nr as CustomerUpsertInput, Ns as IssueLabelCreateInput, Nt as AttachmentLinkFrontMutationVariables, Nu as ProjectMilestoneFragment, Oa as GitHubEnterpriseServerInstallVerificationPayloadFragment, Oc as IssueVcsBranchSearch_SubscribersQueryVariables, Od as Project_HistoryQueryVariables, Of as SLADayCountType, Oi as EmailIntakeAddressUpdateInput, Ol as OrganizationDeletePayloadFragment, Om as User_CreatedIssuesQueryVariables, On as CreateInitiativeUpdateReminderMutationVariables, Oo as Initiative_SubInitiativesQueryVariables, Op as TemplateFragment, Or as CustomerTierFragment, Os as IssueImportPayloadFragment, Ot as AttachmentIssue_LabelsQueryVariables, Ou as ProjectLabel_ProjectsQueryVariables, P as AgentActivityActionContentFragment, Pa as GuidanceRuleWebhookPayloadFragment, Pc as Issue_DocumentsQueryVariables, Pd as Project_NeedsQueryVariables, Pf as SearchProjectsQueryVariables, Pi as EmojiCreateInput, Pl as OrganizationInviteCreateInput, Pm as ViewPreferencesCreateInput, Pn as CreateProjectMutationVariables, Po as IntegrationGitHubPersonalMutationVariables, Pp as TimeScheduleFragment, Pr as CustomerVisibilityMode, Ps as IssueLabelFragment, Pt as AttachmentLinkGitHubIssueMutationVariables, Pu as ProjectMilestoneMoveIssueToTeamFragment, Q as AgentSessionFragment, Qa as InitiativeRelationPayloadFragment, Qc as NotificationBatchActionPayloadFragment, Qd as ReactionCreateInput, Qf as TeamArchivePayloadFragment, Qi as ExternalUserConnectionFragment, Ql as Organization_TemplatesQueryVariables, Qm as WebhookUpdateInput, Qn as CustomerCreateInput, Qo as IntegrationsSettingsCreateInput, Qp as UploadPayloadFragment, Qr as Day, Qs as IssueRelationUpdateInput, Qt as AuditEntryTypeFragment, Qu as ProjectSearchResultFragment, R as AgentActivityElicitationContentFragment, Ra as ImportFileUploadMutationVariables, Rc as Issue_InverseRelationsQueryVariables, Rd as Project_TeamsQueryVariables, Rf as SemanticSearchResultFragment, Ri as EntityExternalLinkConnectionFragment, Rl as OrganizationInviteStatus, Rm as ViewPreferencesUpdateInput, Rn as CustomViewConnectionFragment, Ro as IntegrationJiraPersonalMutationVariables, Rp as TokenUserAccountAuthInput, Rr as CycleChildWebhookPayloadFragment, Rs as IssueLabel_ChildrenQueryVariables, Rt as AttachmentLinkJiraIssueMutationVariables, Ru as ProjectMilestoneStatus, S as EntityWebhookPayloadWithUnknownEntityData, Sa as GitAutomationStates, Sc as IssueVcsBranchSearch_FormerNeedsQueryVariables, Sd as ProjectUpdate_CommentsQueryVariables, Sf as RoadmapToProjectPayloadFragment, Si as DraftConnectionFragment, Sl as OauthClientActorWebhookPayloadFragment, Sm as UserSettings_ThemeQueryVariables, Sn as CommentsQueryVariables, So as InitiativeWebhookPayloadFragment, Sp as Team_StatesQueryVariables, Sr as CustomerStatusType, Ss as IssueImportCreateCsvJiraMutationVariables, St as AttachmentIssue_CommentsQueryVariables, Su as ProjectLabelCreateInput, Ta as GitAutomationTargetBranchPayloadFragment, Tc as IssueVcsBranchSearch_LabelsQueryVariables, Td as Project_CommentsQueryVariables, Tf as RoadmapUpdateInput, Ti as EmailIntakeAddressFragment, Tl as OauthClientChildWebhookPayloadFragment, Tm as UserUpdateInput, Tn as ContextViewType, To as Initiative_InitiativeUpdatesQueryVariables, Tp as TeamsQueryVariables, Tr as CustomerTierChildWebhookPayloadFragment, Ts as IssueImportDeletePayloadFragment, Tt as AttachmentIssue_FormerNeedsQueryVariables, Tu as ProjectLabelUpdateInput, U as AgentActivityResponseContentFragment, Ua as InitiativeFragment, Uc as IssuesQueryVariables, Ud as PullRequestStatus, Uf as SlaStatus, Ui as EntityFragment, Ul as OrganizationOriginWebhookPayloadFragment, Um as Viewer_DelegatedIssuesQueryVariables, Un as CustomViewPayloadFragment, Uo as IntegrationSlackMutationVariables, Up as TriageResponsibilityFragment, Ur as CyclePayloadFragment, Us as IssueNotificationFragment, Ut as AttachmentPayloadFragment, Uu as ProjectNotificationSubscriptionFragment, V as AgentActivityPayloadFragment, Va as InitiativeConnectionFragment, Vc as Issue_RelationsQueryVariables, Vd as PullRequestNotificationFragment, Vf as SesDomainIdentityDnsRecordFragment, Vi as EntityExternalLinkPayloadFragment, Vl as OrganizationIpRestrictionFragment, Vm as Viewer_AssignedIssuesQueryVariables, Vn as CustomViewHasSubscribersPayloadFragment, Vo as IntegrationRequestPayloadFragment, Vp as TriageResponsibilityConnectionFragment, Vr as CycleFragment, Vs as IssueMentionNotificationWebhookPayloadFragment, Vt as AttachmentLinkUrlMutationVariables, Vu as ProjectMilestonesQueryVariables, W as AgentActivitySignal, Wa as InitiativeHistoryConnectionFragment, Wc as JoinOrganizationInput, Wd as PushSubscriptionCreateInput, Wf as SlackAsksTeamSettingsFragment, Wi as EntityWebhookPayloadFragment, Wl as OrganizationPayloadFragment, Wm as Viewer_DraftsQueryVariables, Wn as CustomViewSuggestionPayloadFragment, Wo as IntegrationSlackPostMutationVariables, Wp as TriageResponsibilityManualSelectionFragment, Wr as CyclePeriod, Ws as IssuePayloadFragment, Wt as AttachmentSourcesPayloadFragment, Wu as ProjectPayloadFragment, X as AgentSessionCreateOnIssue, Xa as InitiativeRelationCreateInput, Xc as NodeFragment, Xd as RateLimitPayloadFragment, Xf as SuccessPayloadFragment, Xi as ExternalSyncService, Xl as Organization_ProjectLabelsQueryVariables, Xm as WebhookFragment, Xn as CustomerChildWebhookPayloadFragment, Xo as IntegrationTemplatesQueryVariables, Xp as UploadFileFragment, Xr as CyclesQueryVariables, Xs as IssueRelationPayloadFragment, Xt as AuditEntryConnectionFragment, Xu as ProjectRelationsQueryVariables, Y as AgentSessionCreateOnComment, Ya as InitiativeRelationConnectionFragment, Yc as LogoutResponseFragment, Yd as PushSubscriptionType, Yf as SsoUrlFromEmailResponseFragment, Yi as ExternalEntitySlackMetadataFragment, Yl as Organization_LabelsQueryVariables, Ym as WebhookFailureEventFragment, Yn as CustomViewsQueryVariables, Yo as IntegrationTemplatePayloadFragment, Yp as UpdateTeamMutationVariables, Yr as Cycle_UncompletedIssuesUponCloseQueryVariables, Ys as IssueRelationHistoryPayloadFragment, Yt as AuditEntriesQueryVariables, Yu as ProjectRelationUpdateInput, Z as AgentSessionEventWebhookPayloadFragment, Za as InitiativeRelationFragment, Zc as NotificationArchivePayloadFragment, Zd as RateLimitResultPayloadFragment, Zf as SyncedExternalThreadFragment, Zi as ExternalUserChildWebhookPayloadFragment, Zl as Organization_TeamsQueryVariables, Zm as WebhookPayloadFragment, Zn as CustomerConnectionFragment, Zo as IntegrationsQueryVariables, Zp as UploadFileHeaderFragment, Zr as DateResolutionType, Zs as IssueRelationType, Zt as AuditEntryFragment, Zu as ProjectSearchPayloadFragment, _ as EntityWebhookPayloadWithIssueData, _a as GitAutomationStateConnectionFragment, _c as IssueVcsBranchSearch_AttachmentsQueryVariables, _d as ProjectUpdatePayloadFragment, _f as RoadmapFragment, _i as DocumentSearchResultFragment, _l as NotificationUpdateInput, _m as UserSettingsThemeDeviceType, _n as Comment_ChildrenQueryVariables, _o as InitiativeUpdateReminderPayloadFragment, _p as Team_IssuesQueryVariables, _r as CustomerStatusChildWebhookPayloadFragment, _s as IssueHistoryConnectionFragment, _t as AttachmentConnectionFragment, _u as ProjectFragment, a as AppUserNotificationWebhookPayloadWithNotification, aa as FavoriteCreateInput, ac as IssueStateSpanFragment, ad as ProjectStatusPayloadFragment, af as ReleasePayloadFragment, ah as WorkflowStatePayloadFragment, ai as DocumentArchivePayloadFragment, al as NotificationDeliveryPreferencesDayFragment, am as UserFlagUpdateOperation, an as AuthenticationSessionType, ao as InitiativeToProjectFragment, ap as TeamMembershipFragment, ar as CustomerNeedFragment, as as IssueBatchCreateInput, at as AgentSession_ActivitiesQueryVariables, au as PaginationSortOrder, b as EntityWebhookPayloadWithProjectUpdateData, ba as GitAutomationStatePayloadFragment, bc as IssueVcsBranchSearch_DocumentsQueryVariables, bd as ProjectUpdateUpdateInput, bf as RoadmapToProjectCreateInput, bi as Document_CommentsQueryVariables, bl as OAuthAuthorizationWebhookPayloadFragment, bm as UserSettingsThemePreset, bn as Comment_DocumentContent_AiPromptRulesQueryVariables, bo as InitiativeUpdate_CommentsQueryVariables, bp as Team_MembershipsQueryVariables, br as CustomerStatusFragment, bs as IssueImportCreateAsanaMutationVariables, bt as AttachmentIssue_AttachmentsQueryVariables, bu as ProjectLabelChildWebhookPayloadFragment, c as EntityWebhookPayloadWithAuditEntryData, ca as FavoriteUpdateInput, cc as IssueSuggestionConnectionFragment, cd as ProjectStatusesQueryVariables, cf as ReleasePipelineType, ch as WorkflowStatesQueryVariables, ci as DocumentContentChildWebhookPayloadFragment, cl as NotificationEntityInput, cm as UserPayloadFragment, cn as CommentConnectionFragment, co as InitiativeToProjectsQueryVariables, cp as TeamMembershipsQueryVariables, cr as CustomerNeedQueryVariables, cs as IssueCommentMentionNotificationWebhookPayloadFragment, ct as AirbyteConfigurationInput, cu as PostNotificationFragment, d as EntityWebhookPayloadWithCustomerNeedData, da as FeedSummarySchedule, dc as IssueSuggestionState, dd as ProjectUpdateChildWebhookPayloadFragment, df as ReleaseStageType, di as DocumentContentHistoryTypeFragment, dl as NotificationSubscriptionConnectionFragment, dm as UserSettingsCustomThemeFragment, dn as CommentPayloadFragment, do as InitiativeUpdateConnectionFragment, dp as TeamPayloadFragment, dr as CustomerNeedWebhookPayloadFragment, ds as IssueCreateInput, dt as ApplicationFragment, du as ProjectArchivePayloadFragment, ea as ExternalUsersQueryVariables, ec as IssueSearchPayloadFragment, ed as ProjectStatusChildWebhookPayloadFragment, ef as ReactionPayloadFragment, eh as WorkflowStateArchivePayloadFragment, ei as DeleteIntegrationMutationVariables, el as NotificationCategoryPreferencesFragment, em as UserAdminPayloadFragment, en as AuthIdentityProviderFragment, eo as InitiativeRelationsQueryVariables, ep as TeamConnectionFragment, er as CustomerNeedArchivePayloadFragment, es as IntegrationsSettingsPayloadFragment, et as AgentSessionStatus, eu as OtherNotificationType, f as EntityWebhookPayloadWithCycleData, fa as FetchDataPayloadFragment, fc as IssueSuggestionType, fd as ProjectUpdateConnectionFragment, ff as RepositorySuggestionFragment, fi as DocumentCreateInput, fl as NotificationSubscriptionCreateInput, fm as UserSettingsFlagPayloadFragment, fn as CommentQueryVariables, fo as InitiativeUpdateCreateInput, fp as TeamRoleType, fr as CustomerNeed_ProjectAttachmentQueryVariables, fs as IssueEmojiReactionNotificationWebhookPayloadFragment, ft as ArchiveIssueMutationVariables, fu as ProjectAttachmentFragment, g as EntityWebhookPayloadWithInitiativeUpdateData, ga as FrontAttachmentPayloadFragment, gc as IssueUpdateInput, gd as ProjectUpdateInput, gf as RoadmapCreateInput, gi as DocumentSearchPayloadFragment, gl as NotificationSubscriptionsQueryVariables, gm as UserSettingsPayloadFragment, gn as Comment_BotActorQueryVariables, go as InitiativeUpdatePayloadFragment, gp as Team_GitAutomationStatesQueryVariables, gr as CustomerPayloadFragment, gs as IssueFragment, gt as AsksChannelConnectPayloadFragment, gu as ProjectFilterSuggestionPayloadFragment, h as EntityWebhookPayloadWithInitiativeData, ha as FrequencyResolutionType, hc as IssueUnsubscribeMutationVariables, hd as ProjectUpdateHealthType, hf as RoadmapConnectionFragment, hi as DocumentPayloadFragment, hl as NotificationSubscriptionUpdateInput, hm as UserSettingsFragment, hn as CommentWebhookPayloadFragment, ho as InitiativeUpdateInput, hp as Team_CyclesQueryVariables, hr as CustomerNotificationSubscriptionFragment, hs as IssueFilterSuggestionQueryVariables, ht as ArchiveResponseFragment, hu as ProjectCreateInput, ia as FavoriteConnectionFragment, ic as IssueStateSpanConnectionFragment, id as ProjectStatusFragment, if as ReleaseChannel, ih as WorkflowStateFragment, ii as DeleteTeamMembershipMutationVariables, il as NotificationDeliveryPreferencesChannelFragment, im as UserFlagType, in as AuthenticationSessionResponseFragment, io as InitiativeToProjectCreateInput, ip as TeamMembershipCreateInput, ir as CustomerNeedCreateInput, is as IssueAssignedToYouNotificationWebhookPayloadFragment, it as AgentSessionWebhookPayloadFragment, iu as PaginationOrderBy, j as ActorBotFragment, ja as GitLinkKind, jc as Issue_AttachmentsQueryVariables, jd as Project_IssuesQueryVariables, jf as SearchDocuments_ArchivePayloadQueryVariables, ji as EmailUserAccountAuthChallengeInput, jl as OrganizationExistsPayloadFragment, jm as User_TeamMembershipsQueryVariables, jn as CreateOrJoinOrganizationResponseFragment, jo as IntegrationChildWebhookPayloadFragment, jp as TimeScheduleConnectionFragment, jr as CustomerTiersQueryVariables, js as IssueLabelChildWebhookPayloadFragment, jt as AttachmentIssue_SubscribersQueryVariables, ju as ProjectMilestoneConnectionFragment, ka as GitHubEnterpriseServerPayloadFragment, kc as IssueWebhookPayloadFragment, kd as Project_InitiativesQueryVariables, kf as Scalars, ki as EmailUnsubscribeInput, kl as OrganizationDomainAuthType, km as User_DelegatedIssuesQueryVariables, kn as CreateIssueLabelMutationVariables, ko as InitiativesQueryVariables, kp as TemplatePayloadFragment, kr as CustomerTierPayloadFragment, ks as IssueImportSyncCheckPayloadFragment, kt as AttachmentIssue_NeedsQueryVariables, ku as ProjectLabelsQueryVariables, l as EntityWebhookPayloadWithCommentData, la as Favorite_ChildrenQueryVariables, lc as IssueSuggestionFragment, ld as ProjectTab, lf as ReleaseStageArchivePayloadFragment, lh as _generated_documents_d_exports, li as DocumentContentFragment, ll as NotificationFragment, lm as UserRoleType, ln as CommentCreateInput, lo as InitiativeUpdateArchivePayloadFragment, lp as TeamNotificationSubscriptionFragment, lr as CustomerNeedUpdateInput, ls as IssueCommentReactionNotificationWebhookPayloadFragment, lt as AppUserNotificationWebhookPayloadFragment, lu as PostType, m as EntityWebhookPayloadWithEntityData, ma as FileUploadMutationVariables, mc as IssueUnassignedFromYouNotificationWebhookPayloadFragment, md as ProjectUpdateFragment, mf as RoadmapArchivePayloadFragment, mi as DocumentNotificationFragment, ml as NotificationSubscriptionPayloadFragment, mm as UserSettingsFlagsResetPayloadFragment, mn as CommentUpdateInput, mo as InitiativeUpdateHealthType, mp as TeamWithParentWebhookPayloadFragment, mr as CustomerNotificationFragment, ms as IssueFilterSuggestionPayloadFragment, mt as ArchiveProjectMutationVariables, mu as ProjectConnectionFragment, na as FacetFragment, nc as IssueSearchResultFragment, nd as ProjectStatusCountPayloadFragment, nf as RefreshGoogleSheetsDataMutationVariables, nh as WorkflowStateConnectionFragment, ni as DeleteOrganizationInput, nl as NotificationChannelPreferencesFragment, nm as UserConnectionFragment, nn as AuthResolverResponseFragment, no as InitiativeTab, np as TeamFragment, nr as CustomerNeedConnectionFragment, ns as IntercomSettingsInput, nt as AgentSessionUpdateExternalUrlInput, nu as PageInfoFragment, oa as FavoriteFragment, oc as IssueStatusChangedNotificationWebhookPayloadFragment, od as ProjectStatusType, of as ReleasePipelineArchivePayloadFragment, oh as WorkflowStateUpdateInput, oi as DocumentChildWebhookPayloadFragment, ol as NotificationDeliveryPreferencesFragment, om as UserFragment, on as BaseWebhookPayloadFragment, oo as InitiativeToProjectPayloadFragment, op as TeamMembershipPayloadFragment, or as CustomerNeedNotificationFragment, os as IssueBatchPayloadFragment, ot as AgentSessionsQueryVariables, ou as PaidSubscriptionFragment, p as EntityWebhookPayloadWithDocumentData, pa as FileUploadDeletePayloadFragment, pc as IssueTitleSuggestionFromCustomerRequestPayloadFragment, pd as ProjectUpdateCreateInput, pf as RepositorySuggestionsPayloadFragment, pi as DocumentFragment, pl as NotificationSubscriptionFragment, pm as UserSettingsFlagsResetMutationVariables, pn as CommentResolveMutationVariables, po as InitiativeUpdateFragment, pp as TeamUpdateInput, pr as CustomerNeedsQueryVariables, ps as IssueFigmaFileKeySearchQueryVariables, pt as ArchivePayloadFragment, pu as ProjectChildWebhookPayloadFragment, q as AgentActivityWebhookPayloadFragment, qa as InitiativeNotificationSubscriptionFragment, qc as LogoutMutationVariables, qd as PushSubscriptionTestPayloadFragment, qf as SlackChannelType, qi as ExternalEntityInfoJiraMetadataFragment, ql as OrganizationUpdateInput, qm as WebhookConnectionFragment, qn as CustomView_IssuesQueryVariables, qo as IntegrationTemplateCreateInput, qp as UpdateCommentMutationVariables, qr as CycleWebhookPayloadFragment, qs as IssueRelationCreateInput, qt as AttachmentsForUrlQueryVariables, qu as ProjectRelationFragment, r as LinearWebhookClient, ra as FacetPageSource, rc as IssueSlaWebhookPayloadFragment, rd as ProjectStatusCreateInput, rf as ReleaseArchivePayloadFragment, rh as WorkflowStateCreateInput, ri as DeletePayloadFragment, rl as NotificationConnectionFragment, rm as UserContextViewType, rn as AuthUserFragment, ro as InitiativeToProjectConnectionFragment, rp as TeamMembershipConnectionFragment, rr as CustomerNeedCreateFromAttachmentInput, rs as IssueArchivePayloadFragment, rt as AgentSessionUpdateInput, ru as PaginationNulls, s as EntityWebhookPayloadWithAttachmentData, sa as FavoritePayloadFragment, sc as IssueSubscribeMutationVariables, sd as ProjectStatusUpdateInput, sf as ReleasePipelinePayloadFragment, sh as WorkflowState_IssuesQueryVariables, si as DocumentConnectionFragment, sl as NotificationDeliveryPreferencesScheduleFragment, sm as UserNotificationSubscriptionFragment, sn as CommentChildWebhookPayloadFragment, so as InitiativeToProjectUpdateInput, sp as TeamMembershipUpdateInput, sr as CustomerNeedPayloadFragment, ss as IssueChildWebhookPayloadFragment, st as AiPromptRulesFragment, su as PasskeyLoginStartResponseFragment, ta as FacetConnectionFragment, tc as IssueSearchQueryVariables, td as ProjectStatusConnectionFragment, tf as ReactionWebhookPayloadFragment, th as WorkflowStateChildWebhookPayloadFragment, ti as DeleteIssueMutationVariables, tl as NotificationChannel, tm as UserChildWebhookPayloadFragment, tn as AuthOrganizationFragment, to as InitiativeStatus, tp as TeamCreateInput, tr as CustomerNeedChildWebhookPayloadFragment, ts as IntegrationsSettingsUpdateInput, tt as AgentSessionType, tu as OtherNotificationWebhookPayloadFragment, u as EntityWebhookPayloadWithCustomerData, ua as FavoritesQueryVariables, uc as IssueSuggestionMetadataFragment, ud as ProjectUpdateArchivePayloadFragment, uf as ReleaseStagePayloadFragment, ui as DocumentContentHistoryPayloadFragment, ul as NotificationPayloadFragment, um as UserSettingsCustomSidebarThemeFragment, un as CommentFragment, uo as InitiativeUpdateChildWebhookPayloadFragment, up as TeamOriginWebhookPayloadFragment, ur as CustomerNeedUpdatePayloadFragment, us as IssueConnectionFragment, ut as AppUserTeamAccessChangedWebhookPayloadFragment, uu as ProductIntelligenceScope, v as EntityWebhookPayloadWithIssueLabelData, va as GitAutomationStateCreateInput, vc as IssueVcsBranchSearch_ChildrenQueryVariables, vd as ProjectUpdateReminderFrequency, vf as RoadmapPayloadFragment, vi as DocumentUpdateInput, vl as NotificationsQueryVariables, vm as UserSettingsThemeFragment, vn as Comment_CreatedIssuesQueryVariables, vo as InitiativeUpdateUpdateInput, vp as Team_LabelsQueryVariables, vr as CustomerStatusConnectionFragment, vs as IssueHistoryFragment, vt as AttachmentCreateInput, vu as ProjectHistoryConnectionFragment, wa as GitAutomationTargetBranchFragment, wc as IssueVcsBranchSearch_InverseRelationsQueryVariables, wd as ProjectWebhookPayloadFragment, wf as RoadmapToProjectsQueryVariables, wi as EmailIntakeAddressCreateInput, wl as OauthClientApprovalNotificationFragment, wm as UserSettings_Theme_Custom_SidebarQueryVariables, wn as ContactPayloadFragment, wo as Initiative_HistoryQueryVariables, wp as Team_WebhooksQueryVariables, wr as CustomerStatusesQueryVariables, ws as IssueImportCreateJiraMutationVariables, wt as AttachmentIssue_FormerAttachmentsQueryVariables, wu as ProjectLabelPayloadFragment, x as EntityWebhookPayloadWithReactionData, xa as GitAutomationStateUpdateInput, xc as IssueVcsBranchSearch_FormerAttachmentsQueryVariables, xd as ProjectUpdateWebhookPayloadFragment, xf as RoadmapToProjectFragment, xi as DocumentsQueryVariables, xl as OAuthClientApprovalStatus, xm as UserSettingsUpdateInput, xn as Comment_ExternalThreadQueryVariables, xo as InitiativeUpdatesQueryVariables, xp as Team_ProjectsQueryVariables, xr as CustomerStatusPayloadFragment, xs as IssueImportCreateClubhouseMutationVariables, xt as AttachmentIssue_ChildrenQueryVariables, xu as ProjectLabelConnectionFragment, y as EntityWebhookPayloadWithProjectData, ya as GitAutomationStateFragment, yc as IssueVcsBranchSearch_CommentsQueryVariables, yd as ProjectUpdateReminderPayloadFragment, yf as RoadmapToProjectConnectionFragment, yi as DocumentWebhookPayloadFragment, yl as OAuthAppWebhookPayloadFragment, ym as UserSettingsThemeMode, yn as Comment_DocumentContentQueryVariables, yo as InitiativeUpdateWebhookPayloadFragment, yp as Team_MembersQueryVariables, yr as CustomerStatusCreateInput, ys as IssueImportCheckPayloadFragment, yt as AttachmentFragment, yu as ProjectHistoryFragment, z as AgentActivityErrorContentFragment, za as InitiativeArchivePayloadFragment, zc as Issue_LabelsQueryVariables, zd as ProjectsQueryVariables, zf as SemanticSearchResultType, zi as EntityExternalLinkCreateInput, zl as OrganizationInviteUpdateInput, zm as ViewPreferencesValuesFragment, zn as CustomViewCreateInput, zo as IntegrationPayloadFragment, zp as TriageResponsibilitiesQueryVariables, zr as CycleConnectionFragment, zs as IssueLabel_IssuesQueryVariables, zt as AttachmentLinkSalesforceMutationVariables, zu as ProjectMilestoneUpdateInput } from "./index-bbB9Ax4F.cjs";
|
|
2
2
|
import { DocumentNode } from "graphql/language/ast.js";
|
|
3
3
|
|
|
4
4
|
//#region src/types.d.ts
|
|
@@ -499,8 +499,14 @@ declare class AgentSessionEventWebhookPayload {
|
|
|
499
499
|
oauthClientId: string;
|
|
500
500
|
/** ID of the organization for which the webhook belongs to. */
|
|
501
501
|
organizationId: string;
|
|
502
|
+
/** A formatted prompt string containing the relevant context for the agent session, including issue details, comments, and guidance. Present only for `created` events. */
|
|
503
|
+
promptContext?: string;
|
|
502
504
|
/** The type of resource. */
|
|
503
505
|
type: string;
|
|
506
|
+
/** The ID of the webhook that sent this event. */
|
|
507
|
+
webhookId: string;
|
|
508
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
509
|
+
webhookTimestamp: number;
|
|
504
510
|
/** Guidance to inform the agent's behavior, which comes from configuration at the level of the workspace, parent teams, and/or current team for this session. The nearest team-specific guidance should take highest precendence. */
|
|
505
511
|
guidance?: GuidanceRuleWebhookPayload[];
|
|
506
512
|
/** The previous comments in the thread before this agent was mentioned and the session was initiated, if any. Present only for `created` events where the session was initiated by mentioning the agent in a child comment of a thread. */
|
|
@@ -618,6 +624,10 @@ declare class AppUserNotificationWebhookPayload {
|
|
|
618
624
|
organizationId: string;
|
|
619
625
|
/** The type of resource. */
|
|
620
626
|
type: string;
|
|
627
|
+
/** The ID of the webhook that sent this event. */
|
|
628
|
+
webhookId: string;
|
|
629
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
630
|
+
webhookTimestamp: number;
|
|
621
631
|
}
|
|
622
632
|
/**
|
|
623
633
|
* Payload for app user team access change webhook events.
|
|
@@ -644,6 +654,10 @@ declare class AppUserTeamAccessChangedWebhookPayload {
|
|
|
644
654
|
removedTeamIds: string[];
|
|
645
655
|
/** The type of resource. */
|
|
646
656
|
type: string;
|
|
657
|
+
/** The ID of the webhook that sent this event. */
|
|
658
|
+
webhookId: string;
|
|
659
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
660
|
+
webhookTimestamp: number;
|
|
647
661
|
}
|
|
648
662
|
/**
|
|
649
663
|
* Public information of the OAuth application.
|
|
@@ -1133,6 +1147,10 @@ declare class BaseWebhookPayload {
|
|
|
1133
1147
|
createdAt: Date;
|
|
1134
1148
|
/** ID of the organization for which the webhook belongs to. */
|
|
1135
1149
|
organizationId: string;
|
|
1150
|
+
/** The ID of the webhook that sent this event. */
|
|
1151
|
+
webhookId: string;
|
|
1152
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
1153
|
+
webhookTimestamp: number;
|
|
1136
1154
|
}
|
|
1137
1155
|
/**
|
|
1138
1156
|
* A comment associated with an issue.
|
|
@@ -1395,6 +1413,10 @@ declare class CustomResourceWebhookPayload {
|
|
|
1395
1413
|
organizationId: string;
|
|
1396
1414
|
/** The type of resource. */
|
|
1397
1415
|
type: string;
|
|
1416
|
+
/** The ID of the webhook that sent this event. */
|
|
1417
|
+
webhookId: string;
|
|
1418
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
1419
|
+
webhookTimestamp: number;
|
|
1398
1420
|
}
|
|
1399
1421
|
/**
|
|
1400
1422
|
* A custom view that has been saved by a user.
|
|
@@ -3413,6 +3435,10 @@ declare class EntityWebhookPayload {
|
|
|
3413
3435
|
updatedFrom?: Scalars["JSONObject"];
|
|
3414
3436
|
/** URL for the entity. */
|
|
3415
3437
|
url?: string;
|
|
3438
|
+
/** The ID of the webhook that sent this event. */
|
|
3439
|
+
webhookId: string;
|
|
3440
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
3441
|
+
webhookTimestamp: number;
|
|
3416
3442
|
}
|
|
3417
3443
|
/**
|
|
3418
3444
|
* Information about an external entity.
|
|
@@ -6396,6 +6422,10 @@ declare class IssueSlaWebhookPayload {
|
|
|
6396
6422
|
type: string;
|
|
6397
6423
|
/** URL for the issue. */
|
|
6398
6424
|
url?: string;
|
|
6425
|
+
/** The ID of the webhook that sent this event. */
|
|
6426
|
+
webhookId: string;
|
|
6427
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
6428
|
+
webhookTimestamp: number;
|
|
6399
6429
|
/** The issue that the SLA event is about. */
|
|
6400
6430
|
issueData: IssueWebhookPayload;
|
|
6401
6431
|
}
|
|
@@ -7170,6 +7200,10 @@ declare class OAuthAppWebhookPayload {
|
|
|
7170
7200
|
organizationId: string;
|
|
7171
7201
|
/** The type of resource. */
|
|
7172
7202
|
type: string;
|
|
7203
|
+
/** The ID of the webhook that sent this event. */
|
|
7204
|
+
webhookId: string;
|
|
7205
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
7206
|
+
webhookTimestamp: number;
|
|
7173
7207
|
}
|
|
7174
7208
|
/**
|
|
7175
7209
|
* Payload for OAuth authorization webhook events.
|
|
@@ -7192,6 +7226,10 @@ declare class OAuthAuthorizationWebhookPayload {
|
|
|
7192
7226
|
type: string;
|
|
7193
7227
|
/** ID of the user that the authorization belongs to. */
|
|
7194
7228
|
userId: string;
|
|
7229
|
+
/** The ID of the webhook that sent this event. */
|
|
7230
|
+
webhookId: string;
|
|
7231
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
7232
|
+
webhookTimestamp: number;
|
|
7195
7233
|
/** Details of the OAuth client the authorization belongs to. */
|
|
7196
7234
|
oauthClient: OauthClientChildWebhookPayload;
|
|
7197
7235
|
/** Details of the user that the authorization belongs to. */
|