@lessly/sdk-app 42.1.0 → 43.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-BsYUM5lP.d.cts → client.gen-BE8VaNrU.d.cts} +259 -1
- package/dist/{client.gen-BsYUM5lP.d.ts → client.gen-BE8VaNrU.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/playground/index.d.cts +1 -1
- package/dist/playground/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
package/dist/support/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, ku as SupportAgentCreateInput, kv as SupportAgentCreateOutput, kw as SupportAgentGetInput, kx as SupportAgentGetOutput, ky as SupportAgentListInput, kz as SupportAgentListOutput, kA as SupportAgentUpdateInput, kB as SupportAgentUpdateOutput, kC as SupportAttachmentCreateInput, kD as SupportAttachmentCreateOutput, kE as SupportAttachmentFinalizeInput, kF as SupportAttachmentFinalizeOutput, kG as SupportLabelCreateInput, kH as SupportLabelCreateOutput, kI as SupportLabelListInput, kJ as SupportLabelListOutput, kK as SupportMessageCreateInput, kL as SupportMessageCreateOutput, kM as SupportMessageListInput, kN as SupportMessageListOutput, kO as SupportResponseEscalateInput, kP as SupportResponseEscalateOutput, kQ as SupportResponseGetInput, kR as SupportResponseGetOutput, kS as SupportResponseListInput, kT as SupportResponseListOutput, kU as SupportRuleCreateInput, kV as SupportRuleCreateOutput, kW as SupportRuleDeleteInput, kX as SupportRuleDeleteOutput, kY as SupportRuleGetInput, kZ as SupportRuleGetOutput, k_ as SupportRuleListInput, k$ as SupportRuleListOutput, l0 as SupportRuleUpdateInput, l1 as SupportRuleUpdateOutput, l2 as SupportStatusArchiveInput, l3 as SupportStatusArchiveOutput, l4 as SupportStatusCreateInput, l5 as SupportStatusCreateOutput, l6 as SupportStatusListInput, l7 as SupportStatusListOutput, l8 as SupportStatusUpdateInput, l9 as SupportStatusUpdateOutput, la as SupportSurveyArchiveInput, lb as SupportSurveyArchiveOutput, lc as SupportSurveyCreateInput, ld as SupportSurveyCreateOutput, le as SupportSurveyGetInput, lf as SupportSurveyGetOutput, lg as SupportSurveyListInput, lh as SupportSurveyListOutput, li as SupportSurveyPublishInput, lj as SupportSurveyPublishOutput, lk as SupportSurveyStatsInput, ll as SupportSurveyStatsOutput, lm as SupportSurveyUnpublishInput, ln as SupportSurveyUnpublishOutput, lo as SupportSurveyUpdateInput, lp as SupportSurveyUpdateOutput, lq as SupportThreadAssignInput, lr as SupportThreadAssignOutput, ls as SupportThreadCreateInput, lt as SupportThreadCreateOutput, lu as SupportThreadGetInput, lv as SupportThreadGetOutput, lw as SupportThreadListInput, lx as SupportThreadListOutput, ly as SupportThreadStatusSetInput, lz as SupportThreadStatusSetOutput, lA as SupportThreadUpdateInput, lB as SupportThreadUpdateOutput, lC as SupportWebhookCreateInput, lD as SupportWebhookCreateOutput, lE as SupportWebhookDeleteInput, lF as SupportWebhookDeleteOutput, lG as SupportWebhookDeliveriesListInput, lH as SupportWebhookDeliveriesListOutput, lI as SupportWebhookGetInput, lJ as SupportWebhookGetOutput, lK as SupportWebhookListInput, lL as SupportWebhookListOutput, lM as SupportWebhookRedeliverInput, lN as SupportWebhookRedeliverOutput, lO as SupportWebhookRotateSecretInput, lP as SupportWebhookRotateSecretOutput, lQ as SupportWebhookUpdateInput, lR as SupportWebhookUpdateOutput } from '../client.gen-BE8VaNrU.js';
|
|
2
2
|
|
|
3
3
|
declare const supportAgentCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, lS as TrackingDomainsCreateInput, lT as TrackingDomainsCreateOutput, lU as TrackingDomainsDeleteInput, lV as TrackingDomainsDeleteOutput, lW as TrackingDomainsGetInput, lX as TrackingDomainsGetOutput, lY as TrackingDomainsListInput, lZ as TrackingDomainsListOutput, l_ as TrackingDomainsVerifyInput, l$ as TrackingDomainsVerifyOutput, m0 as TrackingEventNamesArchiveInput, m1 as TrackingEventNamesArchiveOutput, m2 as TrackingEventNamesListInput, m3 as TrackingEventNamesListOutput, m4 as TrackingEventNamesUnarchiveInput, m5 as TrackingEventNamesUnarchiveOutput, m6 as TrackingGoogleadsConnectionStatusInput, m7 as TrackingGoogleadsConnectionStatusOutput, m8 as TrackingGoogleadsConversionActionsInput, m9 as TrackingGoogleadsConversionActionsOutput, ma as TrackingGoogleadsFeedbackConfigGetInput, mb as TrackingGoogleadsFeedbackConfigGetOutput, mc as TrackingGoogleadsFeedbackConfigSetInput, md as TrackingGoogleadsFeedbackConfigSetOutput, me as TrackingGoogleadsFeedbackRunInput, mf as TrackingGoogleadsFeedbackRunOutput, mg as TrackingGoogleadsFeedbackStatusInput, mh as TrackingGoogleadsFeedbackStatusOutput, mi as TrackingGoogleadsFeedbackUploadsInput, mj as TrackingGoogleadsFeedbackUploadsOutput, mk as TrackingGoogleadsRoasReportInput, ml as TrackingGoogleadsRoasReportOutput, mm as TrackingGoogleadsSyncNowInput, mn as TrackingGoogleadsSyncNowOutput, mo as TrackingGoogleadsTrackingHealthInput, mp as TrackingGoogleadsTrackingHealthOutput, mq as TrackingGoogleadsUsVsPlatformInput, mr as TrackingGoogleadsUsVsPlatformOutput, ms as TrackingIdentityHealthInput, mt as TrackingIdentityHealthOutput, mu as TrackingInstallDomainsCreateInput, mv as TrackingInstallDomainsCreateOutput, mw as TrackingInstallDomainsDeleteInput, mx as TrackingInstallDomainsDeleteOutput, my as TrackingInstallDomainsListInput, mz as TrackingInstallDomainsListOutput, mA as TrackingLinkDomainsCreateInput, mB as TrackingLinkDomainsCreateOutput, mC as TrackingLinkDomainsDeleteInput, mD as TrackingLinkDomainsDeleteOutput, mE as TrackingLinkDomainsListInput, mF as TrackingLinkDomainsListOutput, mG as TrackingLiveEventsListInput, mH as TrackingLiveEventsListOutput, mI as TrackingProfilesDeleteInput, mJ as TrackingProfilesDeleteOutput, mK as TrackingProfilesExportInput, mL as TrackingProfilesExportOutput, mM as TrackingProfilesGetInput, mN as TrackingProfilesGetOutput, mO as TrackingProfilesListInput, mP as TrackingProfilesListOutput, mQ as TrackingReportsAttributedJourneyInput, mR as TrackingReportsAttributedJourneyOutput, mS as TrackingReportsEventVolumeInput, mT as TrackingReportsEventVolumeOutput, mU as TrackingReportsRevenueBySourceInput, mV as TrackingReportsRevenueBySourceOutput, mW as TrackingReportsSourcePeopleInput, mX as TrackingReportsSourcePeopleOutput, mY as TrackingSnippetsGetInput, mZ as TrackingSnippetsGetOutput } from '../client.gen-BE8VaNrU.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, lS as TrackingDomainsCreateInput, lT as TrackingDomainsCreateOutput, lU as TrackingDomainsDeleteInput, lV as TrackingDomainsDeleteOutput, lW as TrackingDomainsGetInput, lX as TrackingDomainsGetOutput, lY as TrackingDomainsListInput, lZ as TrackingDomainsListOutput, l_ as TrackingDomainsVerifyInput, l$ as TrackingDomainsVerifyOutput, m0 as TrackingEventNamesArchiveInput, m1 as TrackingEventNamesArchiveOutput, m2 as TrackingEventNamesListInput, m3 as TrackingEventNamesListOutput, m4 as TrackingEventNamesUnarchiveInput, m5 as TrackingEventNamesUnarchiveOutput, m6 as TrackingGoogleadsConnectionStatusInput, m7 as TrackingGoogleadsConnectionStatusOutput, m8 as TrackingGoogleadsConversionActionsInput, m9 as TrackingGoogleadsConversionActionsOutput, ma as TrackingGoogleadsFeedbackConfigGetInput, mb as TrackingGoogleadsFeedbackConfigGetOutput, mc as TrackingGoogleadsFeedbackConfigSetInput, md as TrackingGoogleadsFeedbackConfigSetOutput, me as TrackingGoogleadsFeedbackRunInput, mf as TrackingGoogleadsFeedbackRunOutput, mg as TrackingGoogleadsFeedbackStatusInput, mh as TrackingGoogleadsFeedbackStatusOutput, mi as TrackingGoogleadsFeedbackUploadsInput, mj as TrackingGoogleadsFeedbackUploadsOutput, mk as TrackingGoogleadsRoasReportInput, ml as TrackingGoogleadsRoasReportOutput, mm as TrackingGoogleadsSyncNowInput, mn as TrackingGoogleadsSyncNowOutput, mo as TrackingGoogleadsTrackingHealthInput, mp as TrackingGoogleadsTrackingHealthOutput, mq as TrackingGoogleadsUsVsPlatformInput, mr as TrackingGoogleadsUsVsPlatformOutput, ms as TrackingIdentityHealthInput, mt as TrackingIdentityHealthOutput, mu as TrackingInstallDomainsCreateInput, mv as TrackingInstallDomainsCreateOutput, mw as TrackingInstallDomainsDeleteInput, mx as TrackingInstallDomainsDeleteOutput, my as TrackingInstallDomainsListInput, mz as TrackingInstallDomainsListOutput, mA as TrackingLinkDomainsCreateInput, mB as TrackingLinkDomainsCreateOutput, mC as TrackingLinkDomainsDeleteInput, mD as TrackingLinkDomainsDeleteOutput, mE as TrackingLinkDomainsListInput, mF as TrackingLinkDomainsListOutput, mG as TrackingLiveEventsListInput, mH as TrackingLiveEventsListOutput, mI as TrackingProfilesDeleteInput, mJ as TrackingProfilesDeleteOutput, mK as TrackingProfilesExportInput, mL as TrackingProfilesExportOutput, mM as TrackingProfilesGetInput, mN as TrackingProfilesGetOutput, mO as TrackingProfilesListInput, mP as TrackingProfilesListOutput, mQ as TrackingReportsAttributedJourneyInput, mR as TrackingReportsAttributedJourneyOutput, mS as TrackingReportsEventVolumeInput, mT as TrackingReportsEventVolumeOutput, mU as TrackingReportsRevenueBySourceInput, mV as TrackingReportsRevenueBySourceOutput, mW as TrackingReportsSourcePeopleInput, mX as TrackingReportsSourcePeopleOutput, mY as TrackingSnippetsGetInput, mZ as TrackingSnippetsGetOutput } from '../client.gen-BE8VaNrU.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, m_ as UsersApikeysCreateInput, m$ as UsersApikeysCreateOutput, n0 as UsersApikeysListInput, n1 as UsersApikeysListOutput, n2 as UsersApikeysRevokeInput, n3 as UsersApikeysRevokeOutput, n4 as UsersAuditListInput, n5 as UsersAuditListOutput, n6 as UsersConfigGetInput, n7 as UsersConfigGetOutput, n8 as UsersConfigUpsertInput, n9 as UsersConfigUpsertOutput, na as UsersFactorsListInput, nb as UsersFactorsListOutput, nc as UsersFactorsResetInput, nd as UsersFactorsResetOutput, ne as UsersKeysListInput, nf as UsersKeysListOutput, ng as UsersKeysRevokeInput, nh as UsersKeysRevokeOutput, ni as UsersKeysRotateInput, nj as UsersKeysRotateOutput, nk as UsersOpsRetentionGetInput, nl as UsersOpsRetentionGetOutput, nm as UsersOpsSloGetInput, nn as UsersOpsSloGetOutput, no as UsersPasskeysListInput, np as UsersPasskeysListOutput, nq as UsersPasskeysRevokeInput, nr as UsersPasskeysRevokeOutput, ns as UsersSessionsGetInput, nt as UsersSessionsGetOutput, nu as UsersSessionsImpersonateInput, nv as UsersSessionsImpersonateOutput, nw as UsersSessionsListInput, nx as UsersSessionsListOutput, ny as UsersSessionsRevokeInput, nz as UsersSessionsRevokeOutput, nA as UsersStatsGetInput, nB as UsersStatsGetOutput, nC as UsersUsersBanInput, nD as UsersUsersBanOutput, nE as UsersUsersCreateInput, nF as UsersUsersCreateOutput, nG as UsersUsersDeleteInput, nH as UsersUsersDeleteOutput, nI as UsersUsersEraseInput, nJ as UsersUsersEraseOutput, nK as UsersUsersExportInput, nL as UsersUsersExportOutput, nM as UsersUsersGetInput, nN as UsersUsersGetOutput, nO as UsersUsersImportInput, nP as UsersUsersImportOutput, nQ as UsersUsersInviteInput, nR as UsersUsersInviteOutput, nS as UsersUsersListInput, nT as UsersUsersListOutput, nU as UsersUsersSetPrimaryIdentifierInput, nV as UsersUsersSetPrimaryIdentifierOutput, nW as UsersUsersUnbanInput, nX as UsersUsersUnbanOutput, nY as UsersUsersUpdateInput, nZ as UsersUsersUpdateOutput, n_ as UsersWaitlistEraseInput, n$ as UsersWaitlistEraseOutput, o0 as UsersWaitlistFunnelInput, o1 as UsersWaitlistFunnelOutput, o2 as UsersWaitlistImportInput, o3 as UsersWaitlistImportOutput, o4 as UsersWaitlistInviteInput, o5 as UsersWaitlistInviteOutput, o6 as UsersWaitlistListInput, o7 as UsersWaitlistListOutput, o8 as UsersWebhooksCreateInput, o9 as UsersWebhooksCreateOutput, oa as UsersWebhooksDeleteInput, ob as UsersWebhooksDeleteOutput, oc as UsersWebhooksDeliveriesListInput, od as UsersWebhooksDeliveriesListOutput, oe as UsersWebhooksGetInput, of as UsersWebhooksGetOutput, og as UsersWebhooksListInput, oh as UsersWebhooksListOutput, oi as UsersWebhooksRotateSecretInput, oj as UsersWebhooksRotateSecretOutput, ok as UsersWebhooksUpdateInput, ol as UsersWebhooksUpdateOutput } from '../client.gen-BE8VaNrU.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, m_ as UsersApikeysCreateInput, m$ as UsersApikeysCreateOutput, n0 as UsersApikeysListInput, n1 as UsersApikeysListOutput, n2 as UsersApikeysRevokeInput, n3 as UsersApikeysRevokeOutput, n4 as UsersAuditListInput, n5 as UsersAuditListOutput, n6 as UsersConfigGetInput, n7 as UsersConfigGetOutput, n8 as UsersConfigUpsertInput, n9 as UsersConfigUpsertOutput, na as UsersFactorsListInput, nb as UsersFactorsListOutput, nc as UsersFactorsResetInput, nd as UsersFactorsResetOutput, ne as UsersKeysListInput, nf as UsersKeysListOutput, ng as UsersKeysRevokeInput, nh as UsersKeysRevokeOutput, ni as UsersKeysRotateInput, nj as UsersKeysRotateOutput, nk as UsersOpsRetentionGetInput, nl as UsersOpsRetentionGetOutput, nm as UsersOpsSloGetInput, nn as UsersOpsSloGetOutput, no as UsersPasskeysListInput, np as UsersPasskeysListOutput, nq as UsersPasskeysRevokeInput, nr as UsersPasskeysRevokeOutput, ns as UsersSessionsGetInput, nt as UsersSessionsGetOutput, nu as UsersSessionsImpersonateInput, nv as UsersSessionsImpersonateOutput, nw as UsersSessionsListInput, nx as UsersSessionsListOutput, ny as UsersSessionsRevokeInput, nz as UsersSessionsRevokeOutput, nA as UsersStatsGetInput, nB as UsersStatsGetOutput, nC as UsersUsersBanInput, nD as UsersUsersBanOutput, nE as UsersUsersCreateInput, nF as UsersUsersCreateOutput, nG as UsersUsersDeleteInput, nH as UsersUsersDeleteOutput, nI as UsersUsersEraseInput, nJ as UsersUsersEraseOutput, nK as UsersUsersExportInput, nL as UsersUsersExportOutput, nM as UsersUsersGetInput, nN as UsersUsersGetOutput, nO as UsersUsersImportInput, nP as UsersUsersImportOutput, nQ as UsersUsersInviteInput, nR as UsersUsersInviteOutput, nS as UsersUsersListInput, nT as UsersUsersListOutput, nU as UsersUsersSetPrimaryIdentifierInput, nV as UsersUsersSetPrimaryIdentifierOutput, nW as UsersUsersUnbanInput, nX as UsersUsersUnbanOutput, nY as UsersUsersUpdateInput, nZ as UsersUsersUpdateOutput, n_ as UsersWaitlistEraseInput, n$ as UsersWaitlistEraseOutput, o0 as UsersWaitlistFunnelInput, o1 as UsersWaitlistFunnelOutput, o2 as UsersWaitlistImportInput, o3 as UsersWaitlistImportOutput, o4 as UsersWaitlistInviteInput, o5 as UsersWaitlistInviteOutput, o6 as UsersWaitlistListInput, o7 as UsersWaitlistListOutput, o8 as UsersWebhooksCreateInput, o9 as UsersWebhooksCreateOutput, oa as UsersWebhooksDeleteInput, ob as UsersWebhooksDeleteOutput, oc as UsersWebhooksDeliveriesListInput, od as UsersWebhooksDeliveriesListOutput, oe as UsersWebhooksGetInput, of as UsersWebhooksGetOutput, og as UsersWebhooksListInput, oh as UsersWebhooksListOutput, oi as UsersWebhooksRotateSecretInput, oj as UsersWebhooksRotateSecretOutput, ok as UsersWebhooksUpdateInput, ol as UsersWebhooksUpdateOutput } from '../client.gen-BE8VaNrU.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, om as WaitlistConfigGetInput, on as WaitlistConfigGetOutput, oo as WaitlistConfigUpsertInput, op as WaitlistConfigUpsertOutput, oq as WaitlistEmbedGetInput, or as WaitlistEmbedGetOutput, os as WaitlistInvitesSendInput, ot as WaitlistInvitesSendOutput, ou as WaitlistSignupsEraseInput, ov as WaitlistSignupsEraseOutput, ow as WaitlistSignupsFunnelInput, ox as WaitlistSignupsFunnelOutput, oy as WaitlistSignupsListInput, oz as WaitlistSignupsListOutput } from '../client.gen-BE8VaNrU.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, om as WaitlistConfigGetInput, on as WaitlistConfigGetOutput, oo as WaitlistConfigUpsertInput, op as WaitlistConfigUpsertOutput, oq as WaitlistEmbedGetInput, or as WaitlistEmbedGetOutput, os as WaitlistInvitesSendInput, ot as WaitlistInvitesSendOutput, ou as WaitlistSignupsEraseInput, ov as WaitlistSignupsEraseOutput, ow as WaitlistSignupsFunnelInput, ox as WaitlistSignupsFunnelOutput, oy as WaitlistSignupsListInput, oz as WaitlistSignupsListOutput } from '../client.gen-BE8VaNrU.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": "43.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"require": "./dist/waitlist/index.cjs"
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"sdkContentHash": "sha256:
|
|
109
|
+
"sdkContentHash": "sha256:ccc0a92302f421a09d25bc28cd32cf81074a68777b6cd9cb60fabcb3fe06f58a"
|
|
110
110
|
}
|
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -3649,6 +3649,40 @@ export const bindings: BindingsMap = {
|
|
|
3649
3649
|
"path": "/observe/issues/:id/assign",
|
|
3650
3650
|
"readOnly": false
|
|
3651
3651
|
},
|
|
3652
|
+
"event": {
|
|
3653
|
+
"method": "GET",
|
|
3654
|
+
"params": [
|
|
3655
|
+
{
|
|
3656
|
+
"in": "path",
|
|
3657
|
+
"name": "id"
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"in": "query",
|
|
3661
|
+
"name": "eventId"
|
|
3662
|
+
}
|
|
3663
|
+
],
|
|
3664
|
+
"path": "/observe/issues/:id/event",
|
|
3665
|
+
"readOnly": true
|
|
3666
|
+
},
|
|
3667
|
+
"events": {
|
|
3668
|
+
"method": "GET",
|
|
3669
|
+
"params": [
|
|
3670
|
+
{
|
|
3671
|
+
"in": "path",
|
|
3672
|
+
"name": "id"
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"in": "query",
|
|
3676
|
+
"name": "limit"
|
|
3677
|
+
},
|
|
3678
|
+
{
|
|
3679
|
+
"in": "query",
|
|
3680
|
+
"name": "cursor"
|
|
3681
|
+
}
|
|
3682
|
+
],
|
|
3683
|
+
"path": "/observe/issues/:id/events",
|
|
3684
|
+
"readOnly": true
|
|
3685
|
+
},
|
|
3652
3686
|
"get": {
|
|
3653
3687
|
"method": "GET",
|
|
3654
3688
|
"params": [
|
|
@@ -3660,6 +3694,21 @@ export const bindings: BindingsMap = {
|
|
|
3660
3694
|
"path": "/observe/issues/:id",
|
|
3661
3695
|
"readOnly": true
|
|
3662
3696
|
},
|
|
3697
|
+
"histogram": {
|
|
3698
|
+
"method": "GET",
|
|
3699
|
+
"params": [
|
|
3700
|
+
{
|
|
3701
|
+
"in": "path",
|
|
3702
|
+
"name": "id"
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"in": "query",
|
|
3706
|
+
"name": "window"
|
|
3707
|
+
}
|
|
3708
|
+
],
|
|
3709
|
+
"path": "/observe/issues/:id/histogram",
|
|
3710
|
+
"readOnly": true
|
|
3711
|
+
},
|
|
3663
3712
|
"list": {
|
|
3664
3713
|
"method": "GET",
|
|
3665
3714
|
"params": [
|
package/src/gen/client.gen.ts
CHANGED
|
@@ -450,8 +450,14 @@ import type {
|
|
|
450
450
|
ObserveIssuesArchiveOutput,
|
|
451
451
|
ObserveIssuesAssignInput,
|
|
452
452
|
ObserveIssuesAssignOutput,
|
|
453
|
+
ObserveIssuesEventInput,
|
|
454
|
+
ObserveIssuesEventOutput,
|
|
455
|
+
ObserveIssuesEventsInput,
|
|
456
|
+
ObserveIssuesEventsOutput,
|
|
453
457
|
ObserveIssuesGetInput,
|
|
454
458
|
ObserveIssuesGetOutput,
|
|
459
|
+
ObserveIssuesHistogramInput,
|
|
460
|
+
ObserveIssuesHistogramOutput,
|
|
455
461
|
ObserveIssuesListInput,
|
|
456
462
|
ObserveIssuesListOutput,
|
|
457
463
|
ObserveIssuesResolveInput,
|
|
@@ -1394,7 +1400,10 @@ export interface GeneratedClient {
|
|
|
1394
1400
|
issues: {
|
|
1395
1401
|
archive(input: ObserveIssuesArchiveInput): Promise<ObserveIssuesArchiveOutput>;
|
|
1396
1402
|
assign(input: ObserveIssuesAssignInput): Promise<ObserveIssuesAssignOutput>;
|
|
1403
|
+
event(input: ObserveIssuesEventInput): Promise<ObserveIssuesEventOutput>;
|
|
1404
|
+
events(input: ObserveIssuesEventsInput): Promise<ObserveIssuesEventsOutput>;
|
|
1397
1405
|
get(input: ObserveIssuesGetInput): Promise<ObserveIssuesGetOutput>;
|
|
1406
|
+
histogram(input: ObserveIssuesHistogramInput): Promise<ObserveIssuesHistogramOutput>;
|
|
1398
1407
|
list(input: ObserveIssuesListInput): Promise<ObserveIssuesListOutput>;
|
|
1399
1408
|
resolve(input: ObserveIssuesResolveInput): Promise<ObserveIssuesResolveOutput>;
|
|
1400
1409
|
};
|
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
|
@@ -12995,6 +12995,10 @@ status: string
|
|
|
12995
12995
|
* Where the error appears to come from, or null
|
|
12996
12996
|
*/
|
|
12997
12997
|
culprit: (string | null)
|
|
12998
|
+
/**
|
|
12999
|
+
* Service the most recent event came from, or null if none was reported
|
|
13000
|
+
*/
|
|
13001
|
+
service: (string | null)
|
|
12998
13002
|
/**
|
|
12999
13003
|
* Who owns the issue, or null if unassigned
|
|
13000
13004
|
*/
|
|
@@ -13027,6 +13031,14 @@ environment: (string | null)
|
|
|
13027
13031
|
* Stable grouping hash the issue is keyed on
|
|
13028
13032
|
*/
|
|
13029
13033
|
fingerprint: string
|
|
13034
|
+
/**
|
|
13035
|
+
* Identifier of the most recent event that landed on the issue, or null for issues rolled up before this was recorded
|
|
13036
|
+
*/
|
|
13037
|
+
lastEventId: (string | null)
|
|
13038
|
+
/**
|
|
13039
|
+
* Release the most recent event was reported from, or null if none was reported
|
|
13040
|
+
*/
|
|
13041
|
+
lastRelease: (string | null)
|
|
13030
13042
|
/**
|
|
13031
13043
|
* ISO 8601 timestamp of the last regression, or null if it never regressed
|
|
13032
13044
|
*/
|
|
@@ -13073,6 +13085,10 @@ status: string
|
|
|
13073
13085
|
* Where the error appears to come from, or null
|
|
13074
13086
|
*/
|
|
13075
13087
|
culprit: (string | null)
|
|
13088
|
+
/**
|
|
13089
|
+
* Service the most recent event came from, or null if none was reported
|
|
13090
|
+
*/
|
|
13091
|
+
service: (string | null)
|
|
13076
13092
|
/**
|
|
13077
13093
|
* Who owns the issue, or null if unassigned
|
|
13078
13094
|
*/
|
|
@@ -13105,6 +13121,14 @@ environment: (string | null)
|
|
|
13105
13121
|
* Stable grouping hash the issue is keyed on
|
|
13106
13122
|
*/
|
|
13107
13123
|
fingerprint: string
|
|
13124
|
+
/**
|
|
13125
|
+
* Identifier of the most recent event that landed on the issue, or null for issues rolled up before this was recorded
|
|
13126
|
+
*/
|
|
13127
|
+
lastEventId: (string | null)
|
|
13128
|
+
/**
|
|
13129
|
+
* Release the most recent event was reported from, or null if none was reported
|
|
13130
|
+
*/
|
|
13131
|
+
lastRelease: (string | null)
|
|
13108
13132
|
/**
|
|
13109
13133
|
* ISO 8601 timestamp of the last regression, or null if it never regressed
|
|
13110
13134
|
*/
|
|
@@ -13123,6 +13147,164 @@ exceptionType: (string | null)
|
|
|
13123
13147
|
groupingVersion: string
|
|
13124
13148
|
}
|
|
13125
13149
|
|
|
13150
|
+
export interface ObserveIssuesEventInput {
|
|
13151
|
+
/**
|
|
13152
|
+
* Identifier of the issue
|
|
13153
|
+
*/
|
|
13154
|
+
id: string
|
|
13155
|
+
/**
|
|
13156
|
+
* Which event to read; omit to read the most recent one. Must be an event of this issue
|
|
13157
|
+
*/
|
|
13158
|
+
eventId?: string
|
|
13159
|
+
}
|
|
13160
|
+
|
|
13161
|
+
export interface ObserveIssuesEventOutput {
|
|
13162
|
+
/**
|
|
13163
|
+
* 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
|
|
13164
|
+
*/
|
|
13165
|
+
event: ({
|
|
13166
|
+
/**
|
|
13167
|
+
* Distribution of the release. Sentry-source events only
|
|
13168
|
+
*/
|
|
13169
|
+
dist: (string | null)
|
|
13170
|
+
/**
|
|
13171
|
+
* Tags the emitter attached; empty when it attached none
|
|
13172
|
+
*/
|
|
13173
|
+
tags: {
|
|
13174
|
+
[k: string]: string
|
|
13175
|
+
}
|
|
13176
|
+
/**
|
|
13177
|
+
* Severity the emitter reported. Always null for an OTel event
|
|
13178
|
+
*/
|
|
13179
|
+
level: (string | null)
|
|
13180
|
+
/**
|
|
13181
|
+
* Span the event belongs to, or null when untraced
|
|
13182
|
+
*/
|
|
13183
|
+
spanId: (string | null)
|
|
13184
|
+
/**
|
|
13185
|
+
* Release the event was reported from. Always null for an OTel event — a span carries no release
|
|
13186
|
+
*/
|
|
13187
|
+
release: (string | null)
|
|
13188
|
+
/**
|
|
13189
|
+
* SDK that reported the event. Always null for an OTel event: a span names its instrumentation scope, which is not the SDK
|
|
13190
|
+
*/
|
|
13191
|
+
sdkName: (string | null)
|
|
13192
|
+
/**
|
|
13193
|
+
* Service the event came from, or null
|
|
13194
|
+
*/
|
|
13195
|
+
service: (string | null)
|
|
13196
|
+
/**
|
|
13197
|
+
* Trace the event belongs to, or null when untraced
|
|
13198
|
+
*/
|
|
13199
|
+
traceId: (string | null)
|
|
13200
|
+
/**
|
|
13201
|
+
* Full URL of the span, from url.full or the legacy http.url. Null when the span carries neither
|
|
13202
|
+
*/
|
|
13203
|
+
urlFull: (string | null)
|
|
13204
|
+
/**
|
|
13205
|
+
* The event contexts exactly as stored, unparsed. Sentry-source events only, null for OTel
|
|
13206
|
+
*/
|
|
13207
|
+
contexts: (string | null)
|
|
13208
|
+
/**
|
|
13209
|
+
* Platform the emitter reported. Always null for an OTel event
|
|
13210
|
+
*/
|
|
13211
|
+
platform: (string | null)
|
|
13212
|
+
/**
|
|
13213
|
+
* Name of the span the exception happened in. OTel-source events only
|
|
13214
|
+
*/
|
|
13215
|
+
spanName: (string | null)
|
|
13216
|
+
/**
|
|
13217
|
+
* Matched route template of the span, from http.route. Null when the span carries none
|
|
13218
|
+
*/
|
|
13219
|
+
httpRoute: (string | null)
|
|
13220
|
+
/**
|
|
13221
|
+
* Attributes of that span. OTel-source events only, null for Sentry
|
|
13222
|
+
*/
|
|
13223
|
+
attributes: ({
|
|
13224
|
+
[k: string]: string
|
|
13225
|
+
} | null)
|
|
13226
|
+
/**
|
|
13227
|
+
* HTTP method of the span, from http.request.method or the legacy http.method. Null when the span carries neither
|
|
13228
|
+
*/
|
|
13229
|
+
httpMethod: (string | null)
|
|
13230
|
+
/**
|
|
13231
|
+
* ISO 8601 timestamp of the event. For an OTel event this is the exception itself, not the start of the span it happened in
|
|
13232
|
+
*/
|
|
13233
|
+
occurredAt: string
|
|
13234
|
+
/**
|
|
13235
|
+
* Version of that SDK, or null
|
|
13236
|
+
*/
|
|
13237
|
+
sdkVersion: (string | null)
|
|
13238
|
+
/**
|
|
13239
|
+
* The breadcrumb trail exactly as stored, unparsed. Sentry-source events only, null for OTel
|
|
13240
|
+
*/
|
|
13241
|
+
breadcrumbs: (string | null)
|
|
13242
|
+
/**
|
|
13243
|
+
* Environment the event was reported in, or null
|
|
13244
|
+
*/
|
|
13245
|
+
environment: (string | null)
|
|
13246
|
+
/**
|
|
13247
|
+
* Address the span was talking to, from server.address or the legacy net.peer.name. Null when the span carries neither
|
|
13248
|
+
*/
|
|
13249
|
+
serverAddress: (string | null)
|
|
13250
|
+
/**
|
|
13251
|
+
* 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
|
|
13252
|
+
*/
|
|
13253
|
+
httpStatusCode: (number | null)
|
|
13254
|
+
} | null)
|
|
13255
|
+
/**
|
|
13256
|
+
* Which store the event id addresses, derived from its shape. Null when there is no event id
|
|
13257
|
+
*/
|
|
13258
|
+
source: (("sentry" | "otel") | null)
|
|
13259
|
+
/**
|
|
13260
|
+
* Identifier of the event that was read, or null when the issue has recorded no event id yet
|
|
13261
|
+
*/
|
|
13262
|
+
eventId: (string | null)
|
|
13263
|
+
/**
|
|
13264
|
+
* Identifier of the issue the event belongs to
|
|
13265
|
+
*/
|
|
13266
|
+
issueId: string
|
|
13267
|
+
}
|
|
13268
|
+
|
|
13269
|
+
export interface ObserveIssuesEventsInput {
|
|
13270
|
+
/**
|
|
13271
|
+
* Identifier of the issue
|
|
13272
|
+
*/
|
|
13273
|
+
id: string
|
|
13274
|
+
/**
|
|
13275
|
+
* How many events to return, newest first. 1-100, default 50
|
|
13276
|
+
*/
|
|
13277
|
+
limit?: number
|
|
13278
|
+
/**
|
|
13279
|
+
* The nextCursor of the previous page; omit for the first page
|
|
13280
|
+
*/
|
|
13281
|
+
cursor?: string
|
|
13282
|
+
}
|
|
13283
|
+
|
|
13284
|
+
export interface ObserveIssuesEventsOutput {
|
|
13285
|
+
/**
|
|
13286
|
+
* The events, newest first
|
|
13287
|
+
*/
|
|
13288
|
+
rows: {
|
|
13289
|
+
/**
|
|
13290
|
+
* Which store the event id addresses
|
|
13291
|
+
*/
|
|
13292
|
+
source: ("sentry" | "otel")
|
|
13293
|
+
/**
|
|
13294
|
+
* Identifier of the event; pass it to observe_issues_event to open it
|
|
13295
|
+
*/
|
|
13296
|
+
eventId: string
|
|
13297
|
+
/**
|
|
13298
|
+
* ISO 8601 timestamp of the event
|
|
13299
|
+
*/
|
|
13300
|
+
occurredAt: string
|
|
13301
|
+
}[]
|
|
13302
|
+
/**
|
|
13303
|
+
* Pass back as cursor for the next page; null when the last page was reached
|
|
13304
|
+
*/
|
|
13305
|
+
nextCursor: (string | null)
|
|
13306
|
+
}
|
|
13307
|
+
|
|
13126
13308
|
export interface ObserveIssuesGetInput {
|
|
13127
13309
|
/**
|
|
13128
13310
|
* Identifier of the issue
|
|
@@ -13189,6 +13371,10 @@ status: string
|
|
|
13189
13371
|
* Where the error appears to come from, or null
|
|
13190
13372
|
*/
|
|
13191
13373
|
culprit: (string | null)
|
|
13374
|
+
/**
|
|
13375
|
+
* Service the most recent event came from, or null if none was reported
|
|
13376
|
+
*/
|
|
13377
|
+
service: (string | null)
|
|
13192
13378
|
/**
|
|
13193
13379
|
* Who owns the issue, or null if unassigned
|
|
13194
13380
|
*/
|
|
@@ -13221,6 +13407,14 @@ environment: (string | null)
|
|
|
13221
13407
|
* Stable grouping hash the issue is keyed on
|
|
13222
13408
|
*/
|
|
13223
13409
|
fingerprint: string
|
|
13410
|
+
/**
|
|
13411
|
+
* Identifier of the most recent event that landed on the issue, or null for issues rolled up before this was recorded
|
|
13412
|
+
*/
|
|
13413
|
+
lastEventId: (string | null)
|
|
13414
|
+
/**
|
|
13415
|
+
* Release the most recent event was reported from, or null if none was reported
|
|
13416
|
+
*/
|
|
13417
|
+
lastRelease: (string | null)
|
|
13224
13418
|
/**
|
|
13225
13419
|
* ISO 8601 timestamp of the last regression, or null if it never regressed
|
|
13226
13420
|
*/
|
|
@@ -13239,6 +13433,49 @@ exceptionType: (string | null)
|
|
|
13239
13433
|
groupingVersion: string
|
|
13240
13434
|
}
|
|
13241
13435
|
|
|
13436
|
+
export interface ObserveIssuesHistogramInput {
|
|
13437
|
+
/**
|
|
13438
|
+
* Identifier of the issue
|
|
13439
|
+
*/
|
|
13440
|
+
id: string
|
|
13441
|
+
/**
|
|
13442
|
+
* How far back to count, e.g. "1h", "24h", "7d". Up to 30d, default "24h"
|
|
13443
|
+
*/
|
|
13444
|
+
window?: string
|
|
13445
|
+
}
|
|
13446
|
+
|
|
13447
|
+
export interface ObserveIssuesHistogramOutput {
|
|
13448
|
+
/**
|
|
13449
|
+
* ISO 8601 end of the last bucket, exclusive
|
|
13450
|
+
*/
|
|
13451
|
+
to: string
|
|
13452
|
+
/**
|
|
13453
|
+
* ISO 8601 start of the first bucket
|
|
13454
|
+
*/
|
|
13455
|
+
from: string
|
|
13456
|
+
/**
|
|
13457
|
+
* The window that was counted, e.g. "24h"
|
|
13458
|
+
*/
|
|
13459
|
+
window: string
|
|
13460
|
+
/**
|
|
13461
|
+
* Every bucket of the window, oldest first. Quiet buckets are zeros, never gaps
|
|
13462
|
+
*/
|
|
13463
|
+
buckets: {
|
|
13464
|
+
/**
|
|
13465
|
+
* How many events landed on the issue inside it; zero is a real answer
|
|
13466
|
+
*/
|
|
13467
|
+
count: number
|
|
13468
|
+
/**
|
|
13469
|
+
* ISO 8601 start of the bucket
|
|
13470
|
+
*/
|
|
13471
|
+
bucket: string
|
|
13472
|
+
}[]
|
|
13473
|
+
/**
|
|
13474
|
+
* Width of one bucket in seconds, derived from the window
|
|
13475
|
+
*/
|
|
13476
|
+
bucketSeconds: number
|
|
13477
|
+
}
|
|
13478
|
+
|
|
13242
13479
|
export interface ObserveIssuesListInput {
|
|
13243
13480
|
/**
|
|
13244
13481
|
* How many issues to return, most recently seen first. 1-200, default 50
|
|
@@ -13271,6 +13508,10 @@ status: string
|
|
|
13271
13508
|
* Where the error appears to come from, or null
|
|
13272
13509
|
*/
|
|
13273
13510
|
culprit: (string | null)
|
|
13511
|
+
/**
|
|
13512
|
+
* Service the most recent event came from, or null if none was reported
|
|
13513
|
+
*/
|
|
13514
|
+
service: (string | null)
|
|
13274
13515
|
/**
|
|
13275
13516
|
* Who owns the issue, or null if unassigned
|
|
13276
13517
|
*/
|
|
@@ -13303,6 +13544,14 @@ environment: (string | null)
|
|
|
13303
13544
|
* Stable grouping hash the issue is keyed on
|
|
13304
13545
|
*/
|
|
13305
13546
|
fingerprint: string
|
|
13547
|
+
/**
|
|
13548
|
+
* Identifier of the most recent event that landed on the issue, or null for issues rolled up before this was recorded
|
|
13549
|
+
*/
|
|
13550
|
+
lastEventId: (string | null)
|
|
13551
|
+
/**
|
|
13552
|
+
* Release the most recent event was reported from, or null if none was reported
|
|
13553
|
+
*/
|
|
13554
|
+
lastRelease: (string | null)
|
|
13306
13555
|
/**
|
|
13307
13556
|
* ISO 8601 timestamp of the last regression, or null if it never regressed
|
|
13308
13557
|
*/
|
|
@@ -13345,6 +13594,10 @@ status: string
|
|
|
13345
13594
|
* Where the error appears to come from, or null
|
|
13346
13595
|
*/
|
|
13347
13596
|
culprit: (string | null)
|
|
13597
|
+
/**
|
|
13598
|
+
* Service the most recent event came from, or null if none was reported
|
|
13599
|
+
*/
|
|
13600
|
+
service: (string | null)
|
|
13348
13601
|
/**
|
|
13349
13602
|
* Who owns the issue, or null if unassigned
|
|
13350
13603
|
*/
|
|
@@ -13377,6 +13630,14 @@ environment: (string | null)
|
|
|
13377
13630
|
* Stable grouping hash the issue is keyed on
|
|
13378
13631
|
*/
|
|
13379
13632
|
fingerprint: string
|
|
13633
|
+
/**
|
|
13634
|
+
* Identifier of the most recent event that landed on the issue, or null for issues rolled up before this was recorded
|
|
13635
|
+
*/
|
|
13636
|
+
lastEventId: (string | null)
|
|
13637
|
+
/**
|
|
13638
|
+
* Release the most recent event was reported from, or null if none was reported
|
|
13639
|
+
*/
|
|
13640
|
+
lastRelease: (string | null)
|
|
13380
13641
|
/**
|
|
13381
13642
|
* ISO 8601 timestamp of the last regression, or null if it never regressed
|
|
13382
13643
|
*/
|