@lessly/sdk-app 42.2.0 → 44.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/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.d.cts +1 -1
- package/dist/brain/index.d.ts +1 -1
- package/dist/{client.gen-Cyz4I2yE.d.cts → client.gen-BsjxuDLy.d.cts} +259 -1
- package/dist/{client.gen-Cyz4I2yE.d.ts → client.gen-BsjxuDLy.d.ts} +259 -1
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +49 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +49 -0
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/observe/index.cjs +15 -0
- package/dist/observe/index.cjs.map +1 -1
- package/dist/observe/index.d.cts +14 -2
- package/dist/observe/index.d.ts +14 -2
- package/dist/observe/index.js +13 -1
- package/dist/observe/index.js.map +1 -1
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.d.cts +1 -1
- package/dist/support/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.d.cts +1 -1
- package/dist/users/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +2 -2
- package/src/gen/bindings.gen.ts +49 -0
- package/src/gen/client.gen.ts +9 -0
- package/src/gen/observe/index.ts +1 -1
- package/src/gen/observe/queryOptions.gen.ts +21 -0
- package/src/gen/types.gen.ts +261 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, lw as TrackingDomainsCreateInput, lx as TrackingDomainsCreateOutput, ly as TrackingDomainsDeleteInput, lz as TrackingDomainsDeleteOutput, lA as TrackingDomainsGetInput, lB as TrackingDomainsGetOutput, lC as TrackingDomainsListInput, lD as TrackingDomainsListOutput, lE as TrackingDomainsVerifyInput, lF as TrackingDomainsVerifyOutput, lG as TrackingEventNamesArchiveInput, lH as TrackingEventNamesArchiveOutput, lI as TrackingEventNamesListInput, lJ as TrackingEventNamesListOutput, lK as TrackingEventNamesUnarchiveInput, lL as TrackingEventNamesUnarchiveOutput, lM as TrackingGoogleadsConnectionStatusInput, lN as TrackingGoogleadsConnectionStatusOutput, lO as TrackingGoogleadsConversionActionsInput, lP as TrackingGoogleadsConversionActionsOutput, lQ as TrackingGoogleadsFeedbackConfigGetInput, lR as TrackingGoogleadsFeedbackConfigGetOutput, lS as TrackingGoogleadsFeedbackConfigSetInput, lT as TrackingGoogleadsFeedbackConfigSetOutput, lU as TrackingGoogleadsFeedbackRunInput, lV as TrackingGoogleadsFeedbackRunOutput, lW as TrackingGoogleadsFeedbackStatusInput, lX as TrackingGoogleadsFeedbackStatusOutput, lY as TrackingGoogleadsFeedbackUploadsInput, lZ as TrackingGoogleadsFeedbackUploadsOutput, l_ as TrackingGoogleadsRoasReportInput, l$ as TrackingGoogleadsRoasReportOutput, m0 as TrackingGoogleadsSyncNowInput, m1 as TrackingGoogleadsSyncNowOutput, m2 as TrackingGoogleadsTrackingHealthInput, m3 as TrackingGoogleadsTrackingHealthOutput, m4 as TrackingGoogleadsUsVsPlatformInput, m5 as TrackingGoogleadsUsVsPlatformOutput, m6 as TrackingIdentityHealthInput, m7 as TrackingIdentityHealthOutput, m8 as TrackingInstallDomainsCreateInput, m9 as TrackingInstallDomainsCreateOutput, ma as TrackingInstallDomainsDeleteInput, mb as TrackingInstallDomainsDeleteOutput, mc as TrackingInstallDomainsListInput, md as TrackingInstallDomainsListOutput, me as TrackingLinkDomainsCreateInput, mf as TrackingLinkDomainsCreateOutput, mg as TrackingLinkDomainsDeleteInput, mh as TrackingLinkDomainsDeleteOutput, mi as TrackingLinkDomainsListInput, mj as TrackingLinkDomainsListOutput, mk as TrackingLiveEventsListInput, ml as TrackingLiveEventsListOutput, mm as TrackingProfilesDeleteInput, mn as TrackingProfilesDeleteOutput, mo as TrackingProfilesExportInput, mp as TrackingProfilesExportOutput, mq as TrackingProfilesGetInput, mr as TrackingProfilesGetOutput, ms as TrackingProfilesListInput, mt as TrackingProfilesListOutput, mu as TrackingReportsAttributedJourneyInput, mv as TrackingReportsAttributedJourneyOutput, mw as TrackingReportsEventVolumeInput, mx as TrackingReportsEventVolumeOutput, my as TrackingReportsRevenueBySourceInput, mz as TrackingReportsRevenueBySourceOutput, mA as TrackingReportsSourcePeopleInput, mB as TrackingReportsSourcePeopleOutput, mC as TrackingSnippetsGetInput, mD as TrackingSnippetsGetOutput } from '../client.gen-BsjxuDLy.cjs';
|
|
2
2
|
|
|
3
3
|
declare const trackingDomainsCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/tracking/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, lw as TrackingDomainsCreateInput, lx as TrackingDomainsCreateOutput, ly as TrackingDomainsDeleteInput, lz as TrackingDomainsDeleteOutput, lA as TrackingDomainsGetInput, lB as TrackingDomainsGetOutput, lC as TrackingDomainsListInput, lD as TrackingDomainsListOutput, lE as TrackingDomainsVerifyInput, lF as TrackingDomainsVerifyOutput, lG as TrackingEventNamesArchiveInput, lH as TrackingEventNamesArchiveOutput, lI as TrackingEventNamesListInput, lJ as TrackingEventNamesListOutput, lK as TrackingEventNamesUnarchiveInput, lL as TrackingEventNamesUnarchiveOutput, lM as TrackingGoogleadsConnectionStatusInput, lN as TrackingGoogleadsConnectionStatusOutput, lO as TrackingGoogleadsConversionActionsInput, lP as TrackingGoogleadsConversionActionsOutput, lQ as TrackingGoogleadsFeedbackConfigGetInput, lR as TrackingGoogleadsFeedbackConfigGetOutput, lS as TrackingGoogleadsFeedbackConfigSetInput, lT as TrackingGoogleadsFeedbackConfigSetOutput, lU as TrackingGoogleadsFeedbackRunInput, lV as TrackingGoogleadsFeedbackRunOutput, lW as TrackingGoogleadsFeedbackStatusInput, lX as TrackingGoogleadsFeedbackStatusOutput, lY as TrackingGoogleadsFeedbackUploadsInput, lZ as TrackingGoogleadsFeedbackUploadsOutput, l_ as TrackingGoogleadsRoasReportInput, l$ as TrackingGoogleadsRoasReportOutput, m0 as TrackingGoogleadsSyncNowInput, m1 as TrackingGoogleadsSyncNowOutput, m2 as TrackingGoogleadsTrackingHealthInput, m3 as TrackingGoogleadsTrackingHealthOutput, m4 as TrackingGoogleadsUsVsPlatformInput, m5 as TrackingGoogleadsUsVsPlatformOutput, m6 as TrackingIdentityHealthInput, m7 as TrackingIdentityHealthOutput, m8 as TrackingInstallDomainsCreateInput, m9 as TrackingInstallDomainsCreateOutput, ma as TrackingInstallDomainsDeleteInput, mb as TrackingInstallDomainsDeleteOutput, mc as TrackingInstallDomainsListInput, md as TrackingInstallDomainsListOutput, me as TrackingLinkDomainsCreateInput, mf as TrackingLinkDomainsCreateOutput, mg as TrackingLinkDomainsDeleteInput, mh as TrackingLinkDomainsDeleteOutput, mi as TrackingLinkDomainsListInput, mj as TrackingLinkDomainsListOutput, mk as TrackingLiveEventsListInput, ml as TrackingLiveEventsListOutput, mm as TrackingProfilesDeleteInput, mn as TrackingProfilesDeleteOutput, mo as TrackingProfilesExportInput, mp as TrackingProfilesExportOutput, mq as TrackingProfilesGetInput, mr as TrackingProfilesGetOutput, ms as TrackingProfilesListInput, mt as TrackingProfilesListOutput, mu as TrackingReportsAttributedJourneyInput, mv as TrackingReportsAttributedJourneyOutput, mw as TrackingReportsEventVolumeInput, mx as TrackingReportsEventVolumeOutput, my as TrackingReportsRevenueBySourceInput, mz as TrackingReportsRevenueBySourceOutput, mA as TrackingReportsSourcePeopleInput, mB as TrackingReportsSourcePeopleOutput, mC as TrackingSnippetsGetInput, mD as TrackingSnippetsGetOutput } from '../client.gen-BsjxuDLy.js';
|
|
2
2
|
|
|
3
3
|
declare const trackingDomainsCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/users/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, mE as UsersApikeysCreateInput, mF as UsersApikeysCreateOutput, mG as UsersApikeysListInput, mH as UsersApikeysListOutput, mI as UsersApikeysRevokeInput, mJ as UsersApikeysRevokeOutput, mK as UsersAuditListInput, mL as UsersAuditListOutput, mM as UsersConfigGetInput, mN as UsersConfigGetOutput, mO as UsersConfigUpsertInput, mP as UsersConfigUpsertOutput, mQ as UsersFactorsListInput, mR as UsersFactorsListOutput, mS as UsersFactorsResetInput, mT as UsersFactorsResetOutput, mU as UsersKeysListInput, mV as UsersKeysListOutput, mW as UsersKeysRevokeInput, mX as UsersKeysRevokeOutput, mY as UsersKeysRotateInput, mZ as UsersKeysRotateOutput, m_ as UsersOpsRetentionGetInput, m$ as UsersOpsRetentionGetOutput, n0 as UsersOpsSloGetInput, n1 as UsersOpsSloGetOutput, n2 as UsersPasskeysListInput, n3 as UsersPasskeysListOutput, n4 as UsersPasskeysRevokeInput, n5 as UsersPasskeysRevokeOutput, n6 as UsersSessionsGetInput, n7 as UsersSessionsGetOutput, n8 as UsersSessionsImpersonateInput, n9 as UsersSessionsImpersonateOutput, na as UsersSessionsListInput, nb as UsersSessionsListOutput, nc as UsersSessionsRevokeInput, nd as UsersSessionsRevokeOutput, ne as UsersStatsGetInput, nf as UsersStatsGetOutput, ng as UsersUsersBanInput, nh as UsersUsersBanOutput, ni as UsersUsersCreateInput, nj as UsersUsersCreateOutput, nk as UsersUsersDeleteInput, nl as UsersUsersDeleteOutput, nm as UsersUsersEraseInput, nn as UsersUsersEraseOutput, no as UsersUsersExportInput, np as UsersUsersExportOutput, nq as UsersUsersGetInput, nr as UsersUsersGetOutput, ns as UsersUsersImportInput, nt as UsersUsersImportOutput, nu as UsersUsersInviteInput, nv as UsersUsersInviteOutput, nw as UsersUsersListInput, nx as UsersUsersListOutput, ny as UsersUsersSetPrimaryIdentifierInput, nz as UsersUsersSetPrimaryIdentifierOutput, nA as UsersUsersUnbanInput, nB as UsersUsersUnbanOutput, nC as UsersUsersUpdateInput, nD as UsersUsersUpdateOutput, nE as UsersWaitlistEraseInput, nF as UsersWaitlistEraseOutput, nG as UsersWaitlistFunnelInput, nH as UsersWaitlistFunnelOutput, nI as UsersWaitlistImportInput, nJ as UsersWaitlistImportOutput, nK as UsersWaitlistInviteInput, nL as UsersWaitlistInviteOutput, nM as UsersWaitlistListInput, nN as UsersWaitlistListOutput, nO as UsersWebhooksCreateInput, nP as UsersWebhooksCreateOutput, nQ as UsersWebhooksDeleteInput, nR as UsersWebhooksDeleteOutput, nS as UsersWebhooksDeliveriesListInput, nT as UsersWebhooksDeliveriesListOutput, nU as UsersWebhooksGetInput, nV as UsersWebhooksGetOutput, nW as UsersWebhooksListInput, nX as UsersWebhooksListOutput, nY as UsersWebhooksRotateSecretInput, nZ as UsersWebhooksRotateSecretOutput, n_ as UsersWebhooksUpdateInput, n$ as UsersWebhooksUpdateOutput } from '../client.gen-BsjxuDLy.cjs';
|
|
2
2
|
|
|
3
3
|
declare const usersApikeysCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/users/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, mE as UsersApikeysCreateInput, mF as UsersApikeysCreateOutput, mG as UsersApikeysListInput, mH as UsersApikeysListOutput, mI as UsersApikeysRevokeInput, mJ as UsersApikeysRevokeOutput, mK as UsersAuditListInput, mL as UsersAuditListOutput, mM as UsersConfigGetInput, mN as UsersConfigGetOutput, mO as UsersConfigUpsertInput, mP as UsersConfigUpsertOutput, mQ as UsersFactorsListInput, mR as UsersFactorsListOutput, mS as UsersFactorsResetInput, mT as UsersFactorsResetOutput, mU as UsersKeysListInput, mV as UsersKeysListOutput, mW as UsersKeysRevokeInput, mX as UsersKeysRevokeOutput, mY as UsersKeysRotateInput, mZ as UsersKeysRotateOutput, m_ as UsersOpsRetentionGetInput, m$ as UsersOpsRetentionGetOutput, n0 as UsersOpsSloGetInput, n1 as UsersOpsSloGetOutput, n2 as UsersPasskeysListInput, n3 as UsersPasskeysListOutput, n4 as UsersPasskeysRevokeInput, n5 as UsersPasskeysRevokeOutput, n6 as UsersSessionsGetInput, n7 as UsersSessionsGetOutput, n8 as UsersSessionsImpersonateInput, n9 as UsersSessionsImpersonateOutput, na as UsersSessionsListInput, nb as UsersSessionsListOutput, nc as UsersSessionsRevokeInput, nd as UsersSessionsRevokeOutput, ne as UsersStatsGetInput, nf as UsersStatsGetOutput, ng as UsersUsersBanInput, nh as UsersUsersBanOutput, ni as UsersUsersCreateInput, nj as UsersUsersCreateOutput, nk as UsersUsersDeleteInput, nl as UsersUsersDeleteOutput, nm as UsersUsersEraseInput, nn as UsersUsersEraseOutput, no as UsersUsersExportInput, np as UsersUsersExportOutput, nq as UsersUsersGetInput, nr as UsersUsersGetOutput, ns as UsersUsersImportInput, nt as UsersUsersImportOutput, nu as UsersUsersInviteInput, nv as UsersUsersInviteOutput, nw as UsersUsersListInput, nx as UsersUsersListOutput, ny as UsersUsersSetPrimaryIdentifierInput, nz as UsersUsersSetPrimaryIdentifierOutput, nA as UsersUsersUnbanInput, nB as UsersUsersUnbanOutput, nC as UsersUsersUpdateInput, nD as UsersUsersUpdateOutput, nE as UsersWaitlistEraseInput, nF as UsersWaitlistEraseOutput, nG as UsersWaitlistFunnelInput, nH as UsersWaitlistFunnelOutput, nI as UsersWaitlistImportInput, nJ as UsersWaitlistImportOutput, nK as UsersWaitlistInviteInput, nL as UsersWaitlistInviteOutput, nM as UsersWaitlistListInput, nN as UsersWaitlistListOutput, nO as UsersWebhooksCreateInput, nP as UsersWebhooksCreateOutput, nQ as UsersWebhooksDeleteInput, nR as UsersWebhooksDeleteOutput, nS as UsersWebhooksDeliveriesListInput, nT as UsersWebhooksDeliveriesListOutput, nU as UsersWebhooksGetInput, nV as UsersWebhooksGetOutput, nW as UsersWebhooksListInput, nX as UsersWebhooksListOutput, nY as UsersWebhooksRotateSecretInput, nZ as UsersWebhooksRotateSecretOutput, n_ as UsersWebhooksUpdateInput, n$ as UsersWebhooksUpdateOutput } from '../client.gen-BsjxuDLy.js';
|
|
2
2
|
|
|
3
3
|
declare const usersApikeysCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, o0 as WaitlistConfigGetInput, o1 as WaitlistConfigGetOutput, o2 as WaitlistConfigUpsertInput, o3 as WaitlistConfigUpsertOutput, o4 as WaitlistEmbedGetInput, o5 as WaitlistEmbedGetOutput, o6 as WaitlistInvitesSendInput, o7 as WaitlistInvitesSendOutput, o8 as WaitlistSignupsEraseInput, o9 as WaitlistSignupsEraseOutput, oa as WaitlistSignupsFunnelInput, ob as WaitlistSignupsFunnelOutput, oc as WaitlistSignupsListInput, od as WaitlistSignupsListOutput } from '../client.gen-BsjxuDLy.cjs';
|
|
2
2
|
|
|
3
3
|
declare const waitlistConfigGetQueryOptions: (sdk: GeneratedClient, input: WaitlistConfigGetInput) => {
|
|
4
4
|
queryKey: readonly ["waitlist", "config", "get", WaitlistConfigGetInput];
|
package/dist/waitlist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, o0 as WaitlistConfigGetInput, o1 as WaitlistConfigGetOutput, o2 as WaitlistConfigUpsertInput, o3 as WaitlistConfigUpsertOutput, o4 as WaitlistEmbedGetInput, o5 as WaitlistEmbedGetOutput, o6 as WaitlistInvitesSendInput, o7 as WaitlistInvitesSendOutput, o8 as WaitlistSignupsEraseInput, o9 as WaitlistSignupsEraseOutput, oa as WaitlistSignupsFunnelInput, ob as WaitlistSignupsFunnelOutput, oc as WaitlistSignupsListInput, od as WaitlistSignupsListOutput } from '../client.gen-BsjxuDLy.js';
|
|
2
2
|
|
|
3
3
|
declare const waitlistConfigGetQueryOptions: (sdk: GeneratedClient, input: WaitlistConfigGetInput) => {
|
|
4
4
|
queryKey: readonly ["waitlist", "config", "get", WaitlistConfigGetInput];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "44.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"require": "./dist/waitlist/index.cjs"
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
|
-
"sdkContentHash": "sha256:
|
|
104
|
+
"sdkContentHash": "sha256:82da00e2c226a8955611954633868a0b341f2c4448c844865f0281540a68671b"
|
|
105
105
|
}
|
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -3662,6 +3662,40 @@ export const bindings: BindingsMap = {
|
|
|
3662
3662
|
"path": "/observe/issues/:id/assign",
|
|
3663
3663
|
"readOnly": false
|
|
3664
3664
|
},
|
|
3665
|
+
"event": {
|
|
3666
|
+
"method": "GET",
|
|
3667
|
+
"params": [
|
|
3668
|
+
{
|
|
3669
|
+
"in": "path",
|
|
3670
|
+
"name": "id"
|
|
3671
|
+
},
|
|
3672
|
+
{
|
|
3673
|
+
"in": "query",
|
|
3674
|
+
"name": "eventId"
|
|
3675
|
+
}
|
|
3676
|
+
],
|
|
3677
|
+
"path": "/observe/issues/:id/event",
|
|
3678
|
+
"readOnly": true
|
|
3679
|
+
},
|
|
3680
|
+
"events": {
|
|
3681
|
+
"method": "GET",
|
|
3682
|
+
"params": [
|
|
3683
|
+
{
|
|
3684
|
+
"in": "path",
|
|
3685
|
+
"name": "id"
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"in": "query",
|
|
3689
|
+
"name": "limit"
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
"in": "query",
|
|
3693
|
+
"name": "cursor"
|
|
3694
|
+
}
|
|
3695
|
+
],
|
|
3696
|
+
"path": "/observe/issues/:id/events",
|
|
3697
|
+
"readOnly": true
|
|
3698
|
+
},
|
|
3665
3699
|
"get": {
|
|
3666
3700
|
"method": "GET",
|
|
3667
3701
|
"params": [
|
|
@@ -3673,6 +3707,21 @@ export const bindings: BindingsMap = {
|
|
|
3673
3707
|
"path": "/observe/issues/:id",
|
|
3674
3708
|
"readOnly": true
|
|
3675
3709
|
},
|
|
3710
|
+
"histogram": {
|
|
3711
|
+
"method": "GET",
|
|
3712
|
+
"params": [
|
|
3713
|
+
{
|
|
3714
|
+
"in": "path",
|
|
3715
|
+
"name": "id"
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"in": "query",
|
|
3719
|
+
"name": "window"
|
|
3720
|
+
}
|
|
3721
|
+
],
|
|
3722
|
+
"path": "/observe/issues/:id/histogram",
|
|
3723
|
+
"readOnly": true
|
|
3724
|
+
},
|
|
3676
3725
|
"list": {
|
|
3677
3726
|
"method": "GET",
|
|
3678
3727
|
"params": [
|
package/src/gen/client.gen.ts
CHANGED
|
@@ -452,8 +452,14 @@ import type {
|
|
|
452
452
|
ObserveIssuesArchiveOutput,
|
|
453
453
|
ObserveIssuesAssignInput,
|
|
454
454
|
ObserveIssuesAssignOutput,
|
|
455
|
+
ObserveIssuesEventInput,
|
|
456
|
+
ObserveIssuesEventOutput,
|
|
457
|
+
ObserveIssuesEventsInput,
|
|
458
|
+
ObserveIssuesEventsOutput,
|
|
455
459
|
ObserveIssuesGetInput,
|
|
456
460
|
ObserveIssuesGetOutput,
|
|
461
|
+
ObserveIssuesHistogramInput,
|
|
462
|
+
ObserveIssuesHistogramOutput,
|
|
457
463
|
ObserveIssuesListInput,
|
|
458
464
|
ObserveIssuesListOutput,
|
|
459
465
|
ObserveIssuesResolveInput,
|
|
@@ -1375,7 +1381,10 @@ export interface GeneratedClient {
|
|
|
1375
1381
|
issues: {
|
|
1376
1382
|
archive(input: ObserveIssuesArchiveInput): Promise<ObserveIssuesArchiveOutput>;
|
|
1377
1383
|
assign(input: ObserveIssuesAssignInput): Promise<ObserveIssuesAssignOutput>;
|
|
1384
|
+
event(input: ObserveIssuesEventInput): Promise<ObserveIssuesEventOutput>;
|
|
1385
|
+
events(input: ObserveIssuesEventsInput): Promise<ObserveIssuesEventsOutput>;
|
|
1378
1386
|
get(input: ObserveIssuesGetInput): Promise<ObserveIssuesGetOutput>;
|
|
1387
|
+
histogram(input: ObserveIssuesHistogramInput): Promise<ObserveIssuesHistogramOutput>;
|
|
1379
1388
|
list(input: ObserveIssuesListInput): Promise<ObserveIssuesListOutput>;
|
|
1380
1389
|
resolve(input: ObserveIssuesResolveInput): Promise<ObserveIssuesResolveOutput>;
|
|
1381
1390
|
};
|
package/src/gen/observe/index.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
2
|
export * from './queryOptions.gen';
|
|
3
|
-
export type { ObserveAlertsCreateInput, ObserveAlertsCreateOutput, ObserveAlertsDeleteInput, ObserveAlertsDeleteOutput, ObserveAlertsEventsListInput, ObserveAlertsEventsListOutput, ObserveAlertsGetInput, ObserveAlertsGetOutput, ObserveAlertsListInput, ObserveAlertsListOutput, ObserveAlertsUpdateInput, ObserveAlertsUpdateOutput, ObserveArtifactsDeleteInput, ObserveArtifactsDeleteOutput, ObserveArtifactsListInput, ObserveArtifactsListOutput, ObserveArtifactsResolveInput, ObserveArtifactsResolveOutput, ObserveIssuesArchiveInput, ObserveIssuesArchiveOutput, ObserveIssuesAssignInput, ObserveIssuesAssignOutput, ObserveIssuesGetInput, ObserveIssuesGetOutput, ObserveIssuesListInput, ObserveIssuesListOutput, ObserveIssuesResolveInput, ObserveIssuesResolveOutput, ObserveKeysCreateInput, ObserveKeysCreateOutput, ObserveKeysListInput, ObserveKeysListOutput, ObserveKeysRevokeInput, ObserveKeysRevokeOutput, ObserveLogsFacetsInput, ObserveLogsFacetsOutput, ObserveLogsSearchInput, ObserveLogsSearchOutput, ObserveLogsTailInput, ObserveLogsTailOutput, ObserveMetricsListInput, ObserveMetricsListOutput, ObserveMetricsQueryInput, ObserveMetricsQueryOutput, ObserveTracesGetInput, ObserveTracesGetOutput, ObserveTracesSearchInput, ObserveTracesSearchOutput, ObserveWebhooksCreateInput, ObserveWebhooksCreateOutput, ObserveWebhooksDeleteInput, ObserveWebhooksDeleteOutput, ObserveWebhooksDeliveriesListInput, ObserveWebhooksDeliveriesListOutput, ObserveWebhooksGetInput, ObserveWebhooksGetOutput, ObserveWebhooksListInput, ObserveWebhooksListOutput, ObserveWebhooksRedeliverInput, ObserveWebhooksRedeliverOutput, ObserveWebhooksRotateSecretInput, ObserveWebhooksRotateSecretOutput, ObserveWebhooksUpdateInput, ObserveWebhooksUpdateOutput } from '../types.gen';
|
|
3
|
+
export type { ObserveAlertsCreateInput, ObserveAlertsCreateOutput, ObserveAlertsDeleteInput, ObserveAlertsDeleteOutput, ObserveAlertsEventsListInput, ObserveAlertsEventsListOutput, ObserveAlertsGetInput, ObserveAlertsGetOutput, ObserveAlertsListInput, ObserveAlertsListOutput, ObserveAlertsUpdateInput, ObserveAlertsUpdateOutput, ObserveArtifactsDeleteInput, ObserveArtifactsDeleteOutput, ObserveArtifactsListInput, ObserveArtifactsListOutput, ObserveArtifactsResolveInput, ObserveArtifactsResolveOutput, ObserveIssuesArchiveInput, ObserveIssuesArchiveOutput, ObserveIssuesAssignInput, ObserveIssuesAssignOutput, ObserveIssuesEventInput, ObserveIssuesEventOutput, ObserveIssuesEventsInput, ObserveIssuesEventsOutput, ObserveIssuesGetInput, ObserveIssuesGetOutput, ObserveIssuesHistogramInput, ObserveIssuesHistogramOutput, ObserveIssuesListInput, ObserveIssuesListOutput, ObserveIssuesResolveInput, ObserveIssuesResolveOutput, ObserveKeysCreateInput, ObserveKeysCreateOutput, ObserveKeysListInput, ObserveKeysListOutput, ObserveKeysRevokeInput, ObserveKeysRevokeOutput, ObserveLogsFacetsInput, ObserveLogsFacetsOutput, ObserveLogsSearchInput, ObserveLogsSearchOutput, ObserveLogsTailInput, ObserveLogsTailOutput, ObserveMetricsListInput, ObserveMetricsListOutput, ObserveMetricsQueryInput, ObserveMetricsQueryOutput, ObserveTracesGetInput, ObserveTracesGetOutput, ObserveTracesSearchInput, ObserveTracesSearchOutput, ObserveWebhooksCreateInput, ObserveWebhooksCreateOutput, ObserveWebhooksDeleteInput, ObserveWebhooksDeleteOutput, ObserveWebhooksDeliveriesListInput, ObserveWebhooksDeliveriesListOutput, ObserveWebhooksGetInput, ObserveWebhooksGetOutput, ObserveWebhooksListInput, ObserveWebhooksListOutput, ObserveWebhooksRedeliverInput, ObserveWebhooksRedeliverOutput, ObserveWebhooksRotateSecretInput, ObserveWebhooksRotateSecretOutput, ObserveWebhooksUpdateInput, ObserveWebhooksUpdateOutput } from '../types.gen';
|
|
@@ -17,8 +17,14 @@ import type {
|
|
|
17
17
|
ObserveArtifactsResolveOutput,
|
|
18
18
|
ObserveIssuesArchiveInput,
|
|
19
19
|
ObserveIssuesAssignInput,
|
|
20
|
+
ObserveIssuesEventInput,
|
|
21
|
+
ObserveIssuesEventOutput,
|
|
22
|
+
ObserveIssuesEventsInput,
|
|
23
|
+
ObserveIssuesEventsOutput,
|
|
20
24
|
ObserveIssuesGetInput,
|
|
21
25
|
ObserveIssuesGetOutput,
|
|
26
|
+
ObserveIssuesHistogramInput,
|
|
27
|
+
ObserveIssuesHistogramOutput,
|
|
22
28
|
ObserveIssuesListInput,
|
|
23
29
|
ObserveIssuesListOutput,
|
|
24
30
|
ObserveIssuesResolveInput,
|
|
@@ -108,11 +114,26 @@ export const observeIssuesAssignMutationOptions = (sdk: GeneratedClient) => ({
|
|
|
108
114
|
mutationFn: (input: ObserveIssuesAssignInput) => sdk['observe']['issues']['assign'](input),
|
|
109
115
|
});
|
|
110
116
|
|
|
117
|
+
export const observeIssuesEventQueryOptions = (sdk: GeneratedClient, input: ObserveIssuesEventInput) => ({
|
|
118
|
+
queryKey: ['observe', 'issues', 'event', input] as const,
|
|
119
|
+
queryFn: () => sdk['observe']['issues']['event'](input),
|
|
120
|
+
});
|
|
121
|
+
|
|
122
|
+
export const observeIssuesEventsQueryOptions = (sdk: GeneratedClient, input: ObserveIssuesEventsInput) => ({
|
|
123
|
+
queryKey: ['observe', 'issues', 'events', input] as const,
|
|
124
|
+
queryFn: () => sdk['observe']['issues']['events'](input),
|
|
125
|
+
});
|
|
126
|
+
|
|
111
127
|
export const observeIssuesGetQueryOptions = (sdk: GeneratedClient, input: ObserveIssuesGetInput) => ({
|
|
112
128
|
queryKey: ['observe', 'issues', 'get', input] as const,
|
|
113
129
|
queryFn: () => sdk['observe']['issues']['get'](input),
|
|
114
130
|
});
|
|
115
131
|
|
|
132
|
+
export const observeIssuesHistogramQueryOptions = (sdk: GeneratedClient, input: ObserveIssuesHistogramInput) => ({
|
|
133
|
+
queryKey: ['observe', 'issues', 'histogram', input] as const,
|
|
134
|
+
queryFn: () => sdk['observe']['issues']['histogram'](input),
|
|
135
|
+
});
|
|
136
|
+
|
|
116
137
|
export const observeIssuesListQueryOptions = (sdk: GeneratedClient, input: ObserveIssuesListInput) => ({
|
|
117
138
|
queryKey: ['observe', 'issues', 'list', input] as const,
|
|
118
139
|
queryFn: () => sdk['observe']['issues']['list'](input),
|
package/src/gen/types.gen.ts
CHANGED
|
@@ -13087,6 +13087,10 @@ status: string
|
|
|
13087
13087
|
* Where the error appears to come from, or null
|
|
13088
13088
|
*/
|
|
13089
13089
|
culprit: (string | null)
|
|
13090
|
+
/**
|
|
13091
|
+
* Service the most recent event came from, or null if none was reported
|
|
13092
|
+
*/
|
|
13093
|
+
service: (string | null)
|
|
13090
13094
|
/**
|
|
13091
13095
|
* Who owns the issue, or null if unassigned
|
|
13092
13096
|
*/
|
|
@@ -13119,6 +13123,14 @@ environment: (string | null)
|
|
|
13119
13123
|
* Stable grouping hash the issue is keyed on
|
|
13120
13124
|
*/
|
|
13121
13125
|
fingerprint: string
|
|
13126
|
+
/**
|
|
13127
|
+
* Identifier of the most recent event that landed on the issue, or null for issues rolled up before this was recorded
|
|
13128
|
+
*/
|
|
13129
|
+
lastEventId: (string | null)
|
|
13130
|
+
/**
|
|
13131
|
+
* Release the most recent event was reported from, or null if none was reported
|
|
13132
|
+
*/
|
|
13133
|
+
lastRelease: (string | null)
|
|
13122
13134
|
/**
|
|
13123
13135
|
* ISO 8601 timestamp of the last regression, or null if it never regressed
|
|
13124
13136
|
*/
|
|
@@ -13165,6 +13177,10 @@ status: string
|
|
|
13165
13177
|
* Where the error appears to come from, or null
|
|
13166
13178
|
*/
|
|
13167
13179
|
culprit: (string | null)
|
|
13180
|
+
/**
|
|
13181
|
+
* Service the most recent event came from, or null if none was reported
|
|
13182
|
+
*/
|
|
13183
|
+
service: (string | null)
|
|
13168
13184
|
/**
|
|
13169
13185
|
* Who owns the issue, or null if unassigned
|
|
13170
13186
|
*/
|
|
@@ -13197,6 +13213,14 @@ environment: (string | null)
|
|
|
13197
13213
|
* Stable grouping hash the issue is keyed on
|
|
13198
13214
|
*/
|
|
13199
13215
|
fingerprint: string
|
|
13216
|
+
/**
|
|
13217
|
+
* Identifier of the most recent event that landed on the issue, or null for issues rolled up before this was recorded
|
|
13218
|
+
*/
|
|
13219
|
+
lastEventId: (string | null)
|
|
13220
|
+
/**
|
|
13221
|
+
* Release the most recent event was reported from, or null if none was reported
|
|
13222
|
+
*/
|
|
13223
|
+
lastRelease: (string | null)
|
|
13200
13224
|
/**
|
|
13201
13225
|
* ISO 8601 timestamp of the last regression, or null if it never regressed
|
|
13202
13226
|
*/
|
|
@@ -13215,6 +13239,164 @@ exceptionType: (string | null)
|
|
|
13215
13239
|
groupingVersion: string
|
|
13216
13240
|
}
|
|
13217
13241
|
|
|
13242
|
+
export interface ObserveIssuesEventInput {
|
|
13243
|
+
/**
|
|
13244
|
+
* Identifier of the issue
|
|
13245
|
+
*/
|
|
13246
|
+
id: string
|
|
13247
|
+
/**
|
|
13248
|
+
* Which event to read; omit to read the most recent one. Must be an event of this issue
|
|
13249
|
+
*/
|
|
13250
|
+
eventId?: string
|
|
13251
|
+
}
|
|
13252
|
+
|
|
13253
|
+
export interface ObserveIssuesEventOutput {
|
|
13254
|
+
/**
|
|
13255
|
+
* The event, or null when the issue has no event id or the event is no longer stored — events live 30 days and an issue outlives them. Neither case is an error
|
|
13256
|
+
*/
|
|
13257
|
+
event: ({
|
|
13258
|
+
/**
|
|
13259
|
+
* Distribution of the release. Sentry-source events only
|
|
13260
|
+
*/
|
|
13261
|
+
dist: (string | null)
|
|
13262
|
+
/**
|
|
13263
|
+
* Tags the emitter attached; empty when it attached none
|
|
13264
|
+
*/
|
|
13265
|
+
tags: {
|
|
13266
|
+
[k: string]: string
|
|
13267
|
+
}
|
|
13268
|
+
/**
|
|
13269
|
+
* Severity the emitter reported. Always null for an OTel event
|
|
13270
|
+
*/
|
|
13271
|
+
level: (string | null)
|
|
13272
|
+
/**
|
|
13273
|
+
* Span the event belongs to, or null when untraced
|
|
13274
|
+
*/
|
|
13275
|
+
spanId: (string | null)
|
|
13276
|
+
/**
|
|
13277
|
+
* Release the event was reported from. Always null for an OTel event — a span carries no release
|
|
13278
|
+
*/
|
|
13279
|
+
release: (string | null)
|
|
13280
|
+
/**
|
|
13281
|
+
* SDK that reported the event. Always null for an OTel event: a span names its instrumentation scope, which is not the SDK
|
|
13282
|
+
*/
|
|
13283
|
+
sdkName: (string | null)
|
|
13284
|
+
/**
|
|
13285
|
+
* Service the event came from, or null
|
|
13286
|
+
*/
|
|
13287
|
+
service: (string | null)
|
|
13288
|
+
/**
|
|
13289
|
+
* Trace the event belongs to, or null when untraced
|
|
13290
|
+
*/
|
|
13291
|
+
traceId: (string | null)
|
|
13292
|
+
/**
|
|
13293
|
+
* Full URL of the span, from url.full or the legacy http.url. Null when the span carries neither
|
|
13294
|
+
*/
|
|
13295
|
+
urlFull: (string | null)
|
|
13296
|
+
/**
|
|
13297
|
+
* The event contexts exactly as stored, unparsed. Sentry-source events only, null for OTel
|
|
13298
|
+
*/
|
|
13299
|
+
contexts: (string | null)
|
|
13300
|
+
/**
|
|
13301
|
+
* Platform the emitter reported. Always null for an OTel event
|
|
13302
|
+
*/
|
|
13303
|
+
platform: (string | null)
|
|
13304
|
+
/**
|
|
13305
|
+
* Name of the span the exception happened in. OTel-source events only
|
|
13306
|
+
*/
|
|
13307
|
+
spanName: (string | null)
|
|
13308
|
+
/**
|
|
13309
|
+
* Matched route template of the span, from http.route. Null when the span carries none
|
|
13310
|
+
*/
|
|
13311
|
+
httpRoute: (string | null)
|
|
13312
|
+
/**
|
|
13313
|
+
* Attributes of that span. OTel-source events only, null for Sentry
|
|
13314
|
+
*/
|
|
13315
|
+
attributes: ({
|
|
13316
|
+
[k: string]: string
|
|
13317
|
+
} | null)
|
|
13318
|
+
/**
|
|
13319
|
+
* HTTP method of the span, from http.request.method or the legacy http.method. Null when the span carries neither
|
|
13320
|
+
*/
|
|
13321
|
+
httpMethod: (string | null)
|
|
13322
|
+
/**
|
|
13323
|
+
* ISO 8601 timestamp of the event. For an OTel event this is the exception itself, not the start of the span it happened in
|
|
13324
|
+
*/
|
|
13325
|
+
occurredAt: string
|
|
13326
|
+
/**
|
|
13327
|
+
* Version of that SDK, or null
|
|
13328
|
+
*/
|
|
13329
|
+
sdkVersion: (string | null)
|
|
13330
|
+
/**
|
|
13331
|
+
* The breadcrumb trail exactly as stored, unparsed. Sentry-source events only, null for OTel
|
|
13332
|
+
*/
|
|
13333
|
+
breadcrumbs: (string | null)
|
|
13334
|
+
/**
|
|
13335
|
+
* Environment the event was reported in, or null
|
|
13336
|
+
*/
|
|
13337
|
+
environment: (string | null)
|
|
13338
|
+
/**
|
|
13339
|
+
* Address the span was talking to, from server.address or the legacy net.peer.name. Null when the span carries neither
|
|
13340
|
+
*/
|
|
13341
|
+
serverAddress: (string | null)
|
|
13342
|
+
/**
|
|
13343
|
+
* Response status of the span, from http.response.status_code or the legacy http.status_code. Null when the span carries neither or the value is not a number
|
|
13344
|
+
*/
|
|
13345
|
+
httpStatusCode: (number | null)
|
|
13346
|
+
} | null)
|
|
13347
|
+
/**
|
|
13348
|
+
* Which store the event id addresses, derived from its shape. Null when there is no event id
|
|
13349
|
+
*/
|
|
13350
|
+
source: (("sentry" | "otel") | null)
|
|
13351
|
+
/**
|
|
13352
|
+
* Identifier of the event that was read, or null when the issue has recorded no event id yet
|
|
13353
|
+
*/
|
|
13354
|
+
eventId: (string | null)
|
|
13355
|
+
/**
|
|
13356
|
+
* Identifier of the issue the event belongs to
|
|
13357
|
+
*/
|
|
13358
|
+
issueId: string
|
|
13359
|
+
}
|
|
13360
|
+
|
|
13361
|
+
export interface ObserveIssuesEventsInput {
|
|
13362
|
+
/**
|
|
13363
|
+
* Identifier of the issue
|
|
13364
|
+
*/
|
|
13365
|
+
id: string
|
|
13366
|
+
/**
|
|
13367
|
+
* How many events to return, newest first. 1-100, default 50
|
|
13368
|
+
*/
|
|
13369
|
+
limit?: number
|
|
13370
|
+
/**
|
|
13371
|
+
* The nextCursor of the previous page; omit for the first page
|
|
13372
|
+
*/
|
|
13373
|
+
cursor?: string
|
|
13374
|
+
}
|
|
13375
|
+
|
|
13376
|
+
export interface ObserveIssuesEventsOutput {
|
|
13377
|
+
/**
|
|
13378
|
+
* The events, newest first
|
|
13379
|
+
*/
|
|
13380
|
+
rows: {
|
|
13381
|
+
/**
|
|
13382
|
+
* Which store the event id addresses
|
|
13383
|
+
*/
|
|
13384
|
+
source: ("sentry" | "otel")
|
|
13385
|
+
/**
|
|
13386
|
+
* Identifier of the event; pass it to observe_issues_event to open it
|
|
13387
|
+
*/
|
|
13388
|
+
eventId: string
|
|
13389
|
+
/**
|
|
13390
|
+
* ISO 8601 timestamp of the event
|
|
13391
|
+
*/
|
|
13392
|
+
occurredAt: string
|
|
13393
|
+
}[]
|
|
13394
|
+
/**
|
|
13395
|
+
* Pass back as cursor for the next page; null when the last page was reached
|
|
13396
|
+
*/
|
|
13397
|
+
nextCursor: (string | null)
|
|
13398
|
+
}
|
|
13399
|
+
|
|
13218
13400
|
export interface ObserveIssuesGetInput {
|
|
13219
13401
|
/**
|
|
13220
13402
|
* Identifier of the issue
|
|
@@ -13281,6 +13463,10 @@ status: string
|
|
|
13281
13463
|
* Where the error appears to come from, or null
|
|
13282
13464
|
*/
|
|
13283
13465
|
culprit: (string | null)
|
|
13466
|
+
/**
|
|
13467
|
+
* Service the most recent event came from, or null if none was reported
|
|
13468
|
+
*/
|
|
13469
|
+
service: (string | null)
|
|
13284
13470
|
/**
|
|
13285
13471
|
* Who owns the issue, or null if unassigned
|
|
13286
13472
|
*/
|
|
@@ -13313,6 +13499,14 @@ environment: (string | null)
|
|
|
13313
13499
|
* Stable grouping hash the issue is keyed on
|
|
13314
13500
|
*/
|
|
13315
13501
|
fingerprint: string
|
|
13502
|
+
/**
|
|
13503
|
+
* Identifier of the most recent event that landed on the issue, or null for issues rolled up before this was recorded
|
|
13504
|
+
*/
|
|
13505
|
+
lastEventId: (string | null)
|
|
13506
|
+
/**
|
|
13507
|
+
* Release the most recent event was reported from, or null if none was reported
|
|
13508
|
+
*/
|
|
13509
|
+
lastRelease: (string | null)
|
|
13316
13510
|
/**
|
|
13317
13511
|
* ISO 8601 timestamp of the last regression, or null if it never regressed
|
|
13318
13512
|
*/
|
|
@@ -13331,6 +13525,49 @@ exceptionType: (string | null)
|
|
|
13331
13525
|
groupingVersion: string
|
|
13332
13526
|
}
|
|
13333
13527
|
|
|
13528
|
+
export interface ObserveIssuesHistogramInput {
|
|
13529
|
+
/**
|
|
13530
|
+
* Identifier of the issue
|
|
13531
|
+
*/
|
|
13532
|
+
id: string
|
|
13533
|
+
/**
|
|
13534
|
+
* How far back to count, e.g. "1h", "24h", "7d". Up to 30d, default "24h"
|
|
13535
|
+
*/
|
|
13536
|
+
window?: string
|
|
13537
|
+
}
|
|
13538
|
+
|
|
13539
|
+
export interface ObserveIssuesHistogramOutput {
|
|
13540
|
+
/**
|
|
13541
|
+
* ISO 8601 end of the last bucket, exclusive
|
|
13542
|
+
*/
|
|
13543
|
+
to: string
|
|
13544
|
+
/**
|
|
13545
|
+
* ISO 8601 start of the first bucket
|
|
13546
|
+
*/
|
|
13547
|
+
from: string
|
|
13548
|
+
/**
|
|
13549
|
+
* The window that was counted, e.g. "24h"
|
|
13550
|
+
*/
|
|
13551
|
+
window: string
|
|
13552
|
+
/**
|
|
13553
|
+
* Every bucket of the window, oldest first. Quiet buckets are zeros, never gaps
|
|
13554
|
+
*/
|
|
13555
|
+
buckets: {
|
|
13556
|
+
/**
|
|
13557
|
+
* How many events landed on the issue inside it; zero is a real answer
|
|
13558
|
+
*/
|
|
13559
|
+
count: number
|
|
13560
|
+
/**
|
|
13561
|
+
* ISO 8601 start of the bucket
|
|
13562
|
+
*/
|
|
13563
|
+
bucket: string
|
|
13564
|
+
}[]
|
|
13565
|
+
/**
|
|
13566
|
+
* Width of one bucket in seconds, derived from the window
|
|
13567
|
+
*/
|
|
13568
|
+
bucketSeconds: number
|
|
13569
|
+
}
|
|
13570
|
+
|
|
13334
13571
|
export interface ObserveIssuesListInput {
|
|
13335
13572
|
/**
|
|
13336
13573
|
* How many issues to return, most recently seen first. 1-200, default 50
|
|
@@ -13363,6 +13600,10 @@ status: string
|
|
|
13363
13600
|
* Where the error appears to come from, or null
|
|
13364
13601
|
*/
|
|
13365
13602
|
culprit: (string | null)
|
|
13603
|
+
/**
|
|
13604
|
+
* Service the most recent event came from, or null if none was reported
|
|
13605
|
+
*/
|
|
13606
|
+
service: (string | null)
|
|
13366
13607
|
/**
|
|
13367
13608
|
* Who owns the issue, or null if unassigned
|
|
13368
13609
|
*/
|
|
@@ -13395,6 +13636,14 @@ environment: (string | null)
|
|
|
13395
13636
|
* Stable grouping hash the issue is keyed on
|
|
13396
13637
|
*/
|
|
13397
13638
|
fingerprint: string
|
|
13639
|
+
/**
|
|
13640
|
+
* Identifier of the most recent event that landed on the issue, or null for issues rolled up before this was recorded
|
|
13641
|
+
*/
|
|
13642
|
+
lastEventId: (string | null)
|
|
13643
|
+
/**
|
|
13644
|
+
* Release the most recent event was reported from, or null if none was reported
|
|
13645
|
+
*/
|
|
13646
|
+
lastRelease: (string | null)
|
|
13398
13647
|
/**
|
|
13399
13648
|
* ISO 8601 timestamp of the last regression, or null if it never regressed
|
|
13400
13649
|
*/
|
|
@@ -13437,6 +13686,10 @@ status: string
|
|
|
13437
13686
|
* Where the error appears to come from, or null
|
|
13438
13687
|
*/
|
|
13439
13688
|
culprit: (string | null)
|
|
13689
|
+
/**
|
|
13690
|
+
* Service the most recent event came from, or null if none was reported
|
|
13691
|
+
*/
|
|
13692
|
+
service: (string | null)
|
|
13440
13693
|
/**
|
|
13441
13694
|
* Who owns the issue, or null if unassigned
|
|
13442
13695
|
*/
|
|
@@ -13469,6 +13722,14 @@ environment: (string | null)
|
|
|
13469
13722
|
* Stable grouping hash the issue is keyed on
|
|
13470
13723
|
*/
|
|
13471
13724
|
fingerprint: string
|
|
13725
|
+
/**
|
|
13726
|
+
* Identifier of the most recent event that landed on the issue, or null for issues rolled up before this was recorded
|
|
13727
|
+
*/
|
|
13728
|
+
lastEventId: (string | null)
|
|
13729
|
+
/**
|
|
13730
|
+
* Release the most recent event was reported from, or null if none was reported
|
|
13731
|
+
*/
|
|
13732
|
+
lastRelease: (string | null)
|
|
13472
13733
|
/**
|
|
13473
13734
|
* ISO 8601 timestamp of the last regression, or null if it never regressed
|
|
13474
13735
|
*/
|