@lessly/sdk-app 34.0.0 → 35.1.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-CvgJUdcU.d.cts → client.gen-B_GMJlI1.d.cts} +378 -1
- package/dist/{client.gen-CvgJUdcU.d.ts → client.gen-B_GMJlI1.d.ts} +378 -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 +131 -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 +131 -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 +45 -0
- package/dist/observe/index.cjs.map +1 -1
- package/dist/observe/index.d.cts +38 -2
- package/dist/observe/index.d.ts +38 -2
- package/dist/observe/index.js +37 -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 +131 -0
- package/src/gen/client.gen.ts +33 -0
- package/src/gen/observe/index.ts +1 -1
- package/src/gen/observe/queryOptions.gen.ts +58 -0
- package/src/gen/types.gen.ts +381 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, li as TrackingDomainsCreateInput, lj as TrackingDomainsCreateOutput, lk as TrackingDomainsDeleteInput, ll as TrackingDomainsDeleteOutput, lm as TrackingDomainsGetInput, ln as TrackingDomainsGetOutput, lo as TrackingDomainsListInput, lp as TrackingDomainsListOutput, lq as TrackingDomainsVerifyInput, lr as TrackingDomainsVerifyOutput, ls as TrackingEventNamesArchiveInput, lt as TrackingEventNamesArchiveOutput, lu as TrackingEventNamesListInput, lv as TrackingEventNamesListOutput, lw as TrackingEventNamesUnarchiveInput, lx as TrackingEventNamesUnarchiveOutput, ly as TrackingGoogleadsConnectionStatusInput, lz as TrackingGoogleadsConnectionStatusOutput, lA as TrackingGoogleadsConversionActionsInput, lB as TrackingGoogleadsConversionActionsOutput, lC as TrackingGoogleadsFeedbackConfigGetInput, lD as TrackingGoogleadsFeedbackConfigGetOutput, lE as TrackingGoogleadsFeedbackConfigSetInput, lF as TrackingGoogleadsFeedbackConfigSetOutput, lG as TrackingGoogleadsFeedbackRunInput, lH as TrackingGoogleadsFeedbackRunOutput, lI as TrackingGoogleadsFeedbackStatusInput, lJ as TrackingGoogleadsFeedbackStatusOutput, lK as TrackingGoogleadsFeedbackUploadsInput, lL as TrackingGoogleadsFeedbackUploadsOutput, lM as TrackingGoogleadsRoasReportInput, lN as TrackingGoogleadsRoasReportOutput, lO as TrackingGoogleadsSyncNowInput, lP as TrackingGoogleadsSyncNowOutput, lQ as TrackingGoogleadsTrackingHealthInput, lR as TrackingGoogleadsTrackingHealthOutput, lS as TrackingGoogleadsUsVsPlatformInput, lT as TrackingGoogleadsUsVsPlatformOutput, lU as TrackingIdentityHealthInput, lV as TrackingIdentityHealthOutput, lW as TrackingInstallDomainsCreateInput, lX as TrackingInstallDomainsCreateOutput, lY as TrackingInstallDomainsDeleteInput, lZ as TrackingInstallDomainsDeleteOutput, l_ as TrackingInstallDomainsListInput, l$ as TrackingInstallDomainsListOutput, m0 as TrackingLinkDomainsCreateInput, m1 as TrackingLinkDomainsCreateOutput, m2 as TrackingLinkDomainsDeleteInput, m3 as TrackingLinkDomainsDeleteOutput, m4 as TrackingLinkDomainsListInput, m5 as TrackingLinkDomainsListOutput, m6 as TrackingLiveEventsListInput, m7 as TrackingLiveEventsListOutput, m8 as TrackingProfilesDeleteInput, m9 as TrackingProfilesDeleteOutput, ma as TrackingProfilesExportInput, mb as TrackingProfilesExportOutput, mc as TrackingProfilesGetInput, md as TrackingProfilesGetOutput, me as TrackingProfilesListInput, mf as TrackingProfilesListOutput, mg as TrackingReportsAttributedJourneyInput, mh as TrackingReportsAttributedJourneyOutput, mi as TrackingReportsEventVolumeInput, mj as TrackingReportsEventVolumeOutput, mk as TrackingReportsRevenueBySourceInput, ml as TrackingReportsRevenueBySourceOutput, mm as TrackingReportsSourcePeopleInput, mn as TrackingReportsSourcePeopleOutput, mo as TrackingSnippetsGetInput, mp as TrackingSnippetsGetOutput } from '../client.gen-B_GMJlI1.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, li as TrackingDomainsCreateInput, lj as TrackingDomainsCreateOutput, lk as TrackingDomainsDeleteInput, ll as TrackingDomainsDeleteOutput, lm as TrackingDomainsGetInput, ln as TrackingDomainsGetOutput, lo as TrackingDomainsListInput, lp as TrackingDomainsListOutput, lq as TrackingDomainsVerifyInput, lr as TrackingDomainsVerifyOutput, ls as TrackingEventNamesArchiveInput, lt as TrackingEventNamesArchiveOutput, lu as TrackingEventNamesListInput, lv as TrackingEventNamesListOutput, lw as TrackingEventNamesUnarchiveInput, lx as TrackingEventNamesUnarchiveOutput, ly as TrackingGoogleadsConnectionStatusInput, lz as TrackingGoogleadsConnectionStatusOutput, lA as TrackingGoogleadsConversionActionsInput, lB as TrackingGoogleadsConversionActionsOutput, lC as TrackingGoogleadsFeedbackConfigGetInput, lD as TrackingGoogleadsFeedbackConfigGetOutput, lE as TrackingGoogleadsFeedbackConfigSetInput, lF as TrackingGoogleadsFeedbackConfigSetOutput, lG as TrackingGoogleadsFeedbackRunInput, lH as TrackingGoogleadsFeedbackRunOutput, lI as TrackingGoogleadsFeedbackStatusInput, lJ as TrackingGoogleadsFeedbackStatusOutput, lK as TrackingGoogleadsFeedbackUploadsInput, lL as TrackingGoogleadsFeedbackUploadsOutput, lM as TrackingGoogleadsRoasReportInput, lN as TrackingGoogleadsRoasReportOutput, lO as TrackingGoogleadsSyncNowInput, lP as TrackingGoogleadsSyncNowOutput, lQ as TrackingGoogleadsTrackingHealthInput, lR as TrackingGoogleadsTrackingHealthOutput, lS as TrackingGoogleadsUsVsPlatformInput, lT as TrackingGoogleadsUsVsPlatformOutput, lU as TrackingIdentityHealthInput, lV as TrackingIdentityHealthOutput, lW as TrackingInstallDomainsCreateInput, lX as TrackingInstallDomainsCreateOutput, lY as TrackingInstallDomainsDeleteInput, lZ as TrackingInstallDomainsDeleteOutput, l_ as TrackingInstallDomainsListInput, l$ as TrackingInstallDomainsListOutput, m0 as TrackingLinkDomainsCreateInput, m1 as TrackingLinkDomainsCreateOutput, m2 as TrackingLinkDomainsDeleteInput, m3 as TrackingLinkDomainsDeleteOutput, m4 as TrackingLinkDomainsListInput, m5 as TrackingLinkDomainsListOutput, m6 as TrackingLiveEventsListInput, m7 as TrackingLiveEventsListOutput, m8 as TrackingProfilesDeleteInput, m9 as TrackingProfilesDeleteOutput, ma as TrackingProfilesExportInput, mb as TrackingProfilesExportOutput, mc as TrackingProfilesGetInput, md as TrackingProfilesGetOutput, me as TrackingProfilesListInput, mf as TrackingProfilesListOutput, mg as TrackingReportsAttributedJourneyInput, mh as TrackingReportsAttributedJourneyOutput, mi as TrackingReportsEventVolumeInput, mj as TrackingReportsEventVolumeOutput, mk as TrackingReportsRevenueBySourceInput, ml as TrackingReportsRevenueBySourceOutput, mm as TrackingReportsSourcePeopleInput, mn as TrackingReportsSourcePeopleOutput, mo as TrackingSnippetsGetInput, mp as TrackingSnippetsGetOutput } from '../client.gen-B_GMJlI1.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, mq as UsersApikeysCreateInput, mr as UsersApikeysCreateOutput, ms as UsersApikeysListInput, mt as UsersApikeysListOutput, mu as UsersApikeysRevokeInput, mv as UsersApikeysRevokeOutput, mw as UsersAuditListInput, mx as UsersAuditListOutput, my as UsersConfigGetInput, mz as UsersConfigGetOutput, mA as UsersConfigUpsertInput, mB as UsersConfigUpsertOutput, mC as UsersFactorsListInput, mD as UsersFactorsListOutput, mE as UsersFactorsResetInput, mF as UsersFactorsResetOutput, mG as UsersKeysListInput, mH as UsersKeysListOutput, mI as UsersKeysRevokeInput, mJ as UsersKeysRevokeOutput, mK as UsersKeysRotateInput, mL as UsersKeysRotateOutput, mM as UsersOpsRetentionGetInput, mN as UsersOpsRetentionGetOutput, mO as UsersOpsSloGetInput, mP as UsersOpsSloGetOutput, mQ as UsersSessionsGetInput, mR as UsersSessionsGetOutput, mS as UsersSessionsImpersonateInput, mT as UsersSessionsImpersonateOutput, mU as UsersSessionsListInput, mV as UsersSessionsListOutput, mW as UsersSessionsRevokeInput, mX as UsersSessionsRevokeOutput, mY as UsersStatsGetInput, mZ as UsersStatsGetOutput, m_ as UsersUsersBanInput, m$ as UsersUsersBanOutput, n0 as UsersUsersCreateInput, n1 as UsersUsersCreateOutput, n2 as UsersUsersDeleteInput, n3 as UsersUsersDeleteOutput, n4 as UsersUsersEraseInput, n5 as UsersUsersEraseOutput, n6 as UsersUsersExportInput, n7 as UsersUsersExportOutput, n8 as UsersUsersGetInput, n9 as UsersUsersGetOutput, na as UsersUsersImportInput, nb as UsersUsersImportOutput, nc as UsersUsersInviteInput, nd as UsersUsersInviteOutput, ne as UsersUsersListInput, nf as UsersUsersListOutput, ng as UsersUsersSetPrimaryIdentifierInput, nh as UsersUsersSetPrimaryIdentifierOutput, ni as UsersUsersUnbanInput, nj as UsersUsersUnbanOutput, nk as UsersUsersUpdateInput, nl as UsersUsersUpdateOutput, nm as UsersWaitlistEraseInput, nn as UsersWaitlistEraseOutput, no as UsersWaitlistFunnelInput, np as UsersWaitlistFunnelOutput, nq as UsersWaitlistImportInput, nr as UsersWaitlistImportOutput, ns as UsersWaitlistInviteInput, nt as UsersWaitlistInviteOutput, nu as UsersWaitlistListInput, nv as UsersWaitlistListOutput, nw as UsersWebhooksCreateInput, nx as UsersWebhooksCreateOutput, ny as UsersWebhooksDeleteInput, nz as UsersWebhooksDeleteOutput, nA as UsersWebhooksDeliveriesListInput, nB as UsersWebhooksDeliveriesListOutput, nC as UsersWebhooksGetInput, nD as UsersWebhooksGetOutput, nE as UsersWebhooksListInput, nF as UsersWebhooksListOutput, nG as UsersWebhooksRotateSecretInput, nH as UsersWebhooksRotateSecretOutput, nI as UsersWebhooksUpdateInput, nJ as UsersWebhooksUpdateOutput } from '../client.gen-B_GMJlI1.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, mq as UsersApikeysCreateInput, mr as UsersApikeysCreateOutput, ms as UsersApikeysListInput, mt as UsersApikeysListOutput, mu as UsersApikeysRevokeInput, mv as UsersApikeysRevokeOutput, mw as UsersAuditListInput, mx as UsersAuditListOutput, my as UsersConfigGetInput, mz as UsersConfigGetOutput, mA as UsersConfigUpsertInput, mB as UsersConfigUpsertOutput, mC as UsersFactorsListInput, mD as UsersFactorsListOutput, mE as UsersFactorsResetInput, mF as UsersFactorsResetOutput, mG as UsersKeysListInput, mH as UsersKeysListOutput, mI as UsersKeysRevokeInput, mJ as UsersKeysRevokeOutput, mK as UsersKeysRotateInput, mL as UsersKeysRotateOutput, mM as UsersOpsRetentionGetInput, mN as UsersOpsRetentionGetOutput, mO as UsersOpsSloGetInput, mP as UsersOpsSloGetOutput, mQ as UsersSessionsGetInput, mR as UsersSessionsGetOutput, mS as UsersSessionsImpersonateInput, mT as UsersSessionsImpersonateOutput, mU as UsersSessionsListInput, mV as UsersSessionsListOutput, mW as UsersSessionsRevokeInput, mX as UsersSessionsRevokeOutput, mY as UsersStatsGetInput, mZ as UsersStatsGetOutput, m_ as UsersUsersBanInput, m$ as UsersUsersBanOutput, n0 as UsersUsersCreateInput, n1 as UsersUsersCreateOutput, n2 as UsersUsersDeleteInput, n3 as UsersUsersDeleteOutput, n4 as UsersUsersEraseInput, n5 as UsersUsersEraseOutput, n6 as UsersUsersExportInput, n7 as UsersUsersExportOutput, n8 as UsersUsersGetInput, n9 as UsersUsersGetOutput, na as UsersUsersImportInput, nb as UsersUsersImportOutput, nc as UsersUsersInviteInput, nd as UsersUsersInviteOutput, ne as UsersUsersListInput, nf as UsersUsersListOutput, ng as UsersUsersSetPrimaryIdentifierInput, nh as UsersUsersSetPrimaryIdentifierOutput, ni as UsersUsersUnbanInput, nj as UsersUsersUnbanOutput, nk as UsersUsersUpdateInput, nl as UsersUsersUpdateOutput, nm as UsersWaitlistEraseInput, nn as UsersWaitlistEraseOutput, no as UsersWaitlistFunnelInput, np as UsersWaitlistFunnelOutput, nq as UsersWaitlistImportInput, nr as UsersWaitlistImportOutput, ns as UsersWaitlistInviteInput, nt as UsersWaitlistInviteOutput, nu as UsersWaitlistListInput, nv as UsersWaitlistListOutput, nw as UsersWebhooksCreateInput, nx as UsersWebhooksCreateOutput, ny as UsersWebhooksDeleteInput, nz as UsersWebhooksDeleteOutput, nA as UsersWebhooksDeliveriesListInput, nB as UsersWebhooksDeliveriesListOutput, nC as UsersWebhooksGetInput, nD as UsersWebhooksGetOutput, nE as UsersWebhooksListInput, nF as UsersWebhooksListOutput, nG as UsersWebhooksRotateSecretInput, nH as UsersWebhooksRotateSecretOutput, nI as UsersWebhooksUpdateInput, nJ as UsersWebhooksUpdateOutput } from '../client.gen-B_GMJlI1.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, nK as WaitlistConfigGetInput, nL as WaitlistConfigGetOutput, nM as WaitlistConfigUpsertInput, nN as WaitlistConfigUpsertOutput, nO as WaitlistEmbedGetInput, nP as WaitlistEmbedGetOutput, nQ as WaitlistInvitesSendInput, nR as WaitlistInvitesSendOutput, nS as WaitlistSignupsEraseInput, nT as WaitlistSignupsEraseOutput, nU as WaitlistSignupsFunnelInput, nV as WaitlistSignupsFunnelOutput, nW as WaitlistSignupsListInput, nX as WaitlistSignupsListOutput } from '../client.gen-B_GMJlI1.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, nK as WaitlistConfigGetInput, nL as WaitlistConfigGetOutput, nM as WaitlistConfigUpsertInput, nN as WaitlistConfigUpsertOutput, nO as WaitlistEmbedGetInput, nP as WaitlistEmbedGetOutput, nQ as WaitlistInvitesSendInput, nR as WaitlistInvitesSendOutput, nS as WaitlistSignupsEraseInput, nT as WaitlistSignupsEraseOutput, nU as WaitlistSignupsFunnelInput, nV as WaitlistSignupsFunnelOutput, nW as WaitlistSignupsListInput, nX as WaitlistSignupsListOutput } from '../client.gen-B_GMJlI1.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": "35.1.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:3f6b96525a37cc58d5c2d8e7eb5ba931c3d5f553f69db680520dd66fb7a8f5d8"
|
|
110
110
|
}
|
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -3623,6 +3623,17 @@ export const bindings: BindingsMap = {
|
|
|
3623
3623
|
}
|
|
3624
3624
|
},
|
|
3625
3625
|
"logs": {
|
|
3626
|
+
"facets": {
|
|
3627
|
+
"method": "GET",
|
|
3628
|
+
"params": [
|
|
3629
|
+
{
|
|
3630
|
+
"in": "query",
|
|
3631
|
+
"name": "window"
|
|
3632
|
+
}
|
|
3633
|
+
],
|
|
3634
|
+
"path": "/observe/logs/facets",
|
|
3635
|
+
"readOnly": true
|
|
3636
|
+
},
|
|
3626
3637
|
"search": {
|
|
3627
3638
|
"method": "GET",
|
|
3628
3639
|
"params": [
|
|
@@ -3646,6 +3657,10 @@ export const bindings: BindingsMap = {
|
|
|
3646
3657
|
"in": "query",
|
|
3647
3658
|
"name": "traceId"
|
|
3648
3659
|
},
|
|
3660
|
+
{
|
|
3661
|
+
"in": "query",
|
|
3662
|
+
"name": "q"
|
|
3663
|
+
},
|
|
3649
3664
|
{
|
|
3650
3665
|
"in": "query",
|
|
3651
3666
|
"name": "from"
|
|
@@ -3689,6 +3704,122 @@ export const bindings: BindingsMap = {
|
|
|
3689
3704
|
"path": "/observe/logs/tail",
|
|
3690
3705
|
"readOnly": true
|
|
3691
3706
|
}
|
|
3707
|
+
},
|
|
3708
|
+
"webhooks": {
|
|
3709
|
+
"create": {
|
|
3710
|
+
"method": "POST",
|
|
3711
|
+
"params": [
|
|
3712
|
+
{
|
|
3713
|
+
"in": "body",
|
|
3714
|
+
"name": "url"
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"in": "body",
|
|
3718
|
+
"name": "description"
|
|
3719
|
+
}
|
|
3720
|
+
],
|
|
3721
|
+
"path": "/observe/webhooks",
|
|
3722
|
+
"readOnly": false
|
|
3723
|
+
},
|
|
3724
|
+
"delete": {
|
|
3725
|
+
"method": "DELETE",
|
|
3726
|
+
"params": [
|
|
3727
|
+
{
|
|
3728
|
+
"in": "path",
|
|
3729
|
+
"name": "id"
|
|
3730
|
+
}
|
|
3731
|
+
],
|
|
3732
|
+
"path": "/observe/webhooks/:id",
|
|
3733
|
+
"readOnly": false
|
|
3734
|
+
},
|
|
3735
|
+
"get": {
|
|
3736
|
+
"method": "GET",
|
|
3737
|
+
"params": [
|
|
3738
|
+
{
|
|
3739
|
+
"in": "path",
|
|
3740
|
+
"name": "id"
|
|
3741
|
+
}
|
|
3742
|
+
],
|
|
3743
|
+
"path": "/observe/webhooks/:id",
|
|
3744
|
+
"readOnly": true
|
|
3745
|
+
},
|
|
3746
|
+
"list": {
|
|
3747
|
+
"method": "GET",
|
|
3748
|
+
"path": "/observe/webhooks",
|
|
3749
|
+
"readOnly": true
|
|
3750
|
+
},
|
|
3751
|
+
"redeliver": {
|
|
3752
|
+
"method": "POST",
|
|
3753
|
+
"params": [
|
|
3754
|
+
{
|
|
3755
|
+
"in": "path",
|
|
3756
|
+
"name": "id"
|
|
3757
|
+
}
|
|
3758
|
+
],
|
|
3759
|
+
"path": "/observe/webhooks/deliveries/:id/redeliver",
|
|
3760
|
+
"readOnly": false
|
|
3761
|
+
},
|
|
3762
|
+
"update": {
|
|
3763
|
+
"method": "PATCH",
|
|
3764
|
+
"params": [
|
|
3765
|
+
{
|
|
3766
|
+
"in": "path",
|
|
3767
|
+
"name": "id"
|
|
3768
|
+
},
|
|
3769
|
+
{
|
|
3770
|
+
"in": "body",
|
|
3771
|
+
"name": "url"
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
"in": "body",
|
|
3775
|
+
"name": "active"
|
|
3776
|
+
},
|
|
3777
|
+
{
|
|
3778
|
+
"in": "body",
|
|
3779
|
+
"name": "description"
|
|
3780
|
+
}
|
|
3781
|
+
],
|
|
3782
|
+
"path": "/observe/webhooks/:id",
|
|
3783
|
+
"readOnly": false
|
|
3784
|
+
}
|
|
3785
|
+
},
|
|
3786
|
+
"webhooks-deliveries": {
|
|
3787
|
+
"list": {
|
|
3788
|
+
"method": "GET",
|
|
3789
|
+
"params": [
|
|
3790
|
+
{
|
|
3791
|
+
"in": "query",
|
|
3792
|
+
"name": "webhookId"
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"in": "query",
|
|
3796
|
+
"name": "status"
|
|
3797
|
+
},
|
|
3798
|
+
{
|
|
3799
|
+
"in": "query",
|
|
3800
|
+
"name": "limit"
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"in": "query",
|
|
3804
|
+
"name": "offset"
|
|
3805
|
+
}
|
|
3806
|
+
],
|
|
3807
|
+
"path": "/observe/webhooks/deliveries",
|
|
3808
|
+
"readOnly": true
|
|
3809
|
+
}
|
|
3810
|
+
},
|
|
3811
|
+
"webhooks-rotate": {
|
|
3812
|
+
"secret": {
|
|
3813
|
+
"method": "POST",
|
|
3814
|
+
"params": [
|
|
3815
|
+
{
|
|
3816
|
+
"in": "path",
|
|
3817
|
+
"name": "id"
|
|
3818
|
+
}
|
|
3819
|
+
],
|
|
3820
|
+
"path": "/observe/webhooks/:id/rotate-secret",
|
|
3821
|
+
"readOnly": false
|
|
3822
|
+
}
|
|
3692
3823
|
}
|
|
3693
3824
|
},
|
|
3694
3825
|
"organization": {
|
package/src/gen/client.gen.ts
CHANGED
|
@@ -450,10 +450,28 @@ import type {
|
|
|
450
450
|
ObserveKeysListOutput,
|
|
451
451
|
ObserveKeysRevokeInput,
|
|
452
452
|
ObserveKeysRevokeOutput,
|
|
453
|
+
ObserveLogsFacetsInput,
|
|
454
|
+
ObserveLogsFacetsOutput,
|
|
453
455
|
ObserveLogsSearchInput,
|
|
454
456
|
ObserveLogsSearchOutput,
|
|
455
457
|
ObserveLogsTailInput,
|
|
456
458
|
ObserveLogsTailOutput,
|
|
459
|
+
ObserveWebhooksCreateInput,
|
|
460
|
+
ObserveWebhooksCreateOutput,
|
|
461
|
+
ObserveWebhooksDeleteInput,
|
|
462
|
+
ObserveWebhooksDeleteOutput,
|
|
463
|
+
ObserveWebhooksDeliveriesListInput,
|
|
464
|
+
ObserveWebhooksDeliveriesListOutput,
|
|
465
|
+
ObserveWebhooksGetInput,
|
|
466
|
+
ObserveWebhooksGetOutput,
|
|
467
|
+
ObserveWebhooksListInput,
|
|
468
|
+
ObserveWebhooksListOutput,
|
|
469
|
+
ObserveWebhooksRedeliverInput,
|
|
470
|
+
ObserveWebhooksRedeliverOutput,
|
|
471
|
+
ObserveWebhooksRotateSecretInput,
|
|
472
|
+
ObserveWebhooksRotateSecretOutput,
|
|
473
|
+
ObserveWebhooksUpdateInput,
|
|
474
|
+
ObserveWebhooksUpdateOutput,
|
|
457
475
|
OrganizationAuthMeInput,
|
|
458
476
|
OrganizationAuthMeOutput,
|
|
459
477
|
OrganizationBillingBudgetsGetInput,
|
|
@@ -1342,9 +1360,24 @@ export interface GeneratedClient {
|
|
|
1342
1360
|
revoke(input: ObserveKeysRevokeInput): Promise<ObserveKeysRevokeOutput>;
|
|
1343
1361
|
};
|
|
1344
1362
|
logs: {
|
|
1363
|
+
facets(input: ObserveLogsFacetsInput): Promise<ObserveLogsFacetsOutput>;
|
|
1345
1364
|
search(input: ObserveLogsSearchInput): Promise<ObserveLogsSearchOutput>;
|
|
1346
1365
|
tail(input: ObserveLogsTailInput): Promise<ObserveLogsTailOutput>;
|
|
1347
1366
|
};
|
|
1367
|
+
webhooks: {
|
|
1368
|
+
create(input: ObserveWebhooksCreateInput): Promise<ObserveWebhooksCreateOutput>;
|
|
1369
|
+
delete(input: ObserveWebhooksDeleteInput): Promise<ObserveWebhooksDeleteOutput>;
|
|
1370
|
+
get(input: ObserveWebhooksGetInput): Promise<ObserveWebhooksGetOutput>;
|
|
1371
|
+
list(input: ObserveWebhooksListInput): Promise<ObserveWebhooksListOutput>;
|
|
1372
|
+
redeliver(input: ObserveWebhooksRedeliverInput): Promise<ObserveWebhooksRedeliverOutput>;
|
|
1373
|
+
update(input: ObserveWebhooksUpdateInput): Promise<ObserveWebhooksUpdateOutput>;
|
|
1374
|
+
};
|
|
1375
|
+
'webhooks-deliveries': {
|
|
1376
|
+
list(input: ObserveWebhooksDeliveriesListInput): Promise<ObserveWebhooksDeliveriesListOutput>;
|
|
1377
|
+
};
|
|
1378
|
+
'webhooks-rotate': {
|
|
1379
|
+
secret(input: ObserveWebhooksRotateSecretInput): Promise<ObserveWebhooksRotateSecretOutput>;
|
|
1380
|
+
};
|
|
1348
1381
|
};
|
|
1349
1382
|
organization: {
|
|
1350
1383
|
create(input: OrganizationCreateInput): Promise<OrganizationCreateOutput>;
|
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 { ObserveArtifactsDeleteInput, ObserveArtifactsDeleteOutput, ObserveArtifactsListInput, ObserveArtifactsListOutput, ObserveArtifactsResolveInput, ObserveArtifactsResolveOutput, ObserveIssuesArchiveInput, ObserveIssuesArchiveOutput, ObserveIssuesAssignInput, ObserveIssuesAssignOutput, ObserveIssuesGetInput, ObserveIssuesGetOutput, ObserveIssuesListInput, ObserveIssuesListOutput, ObserveIssuesResolveInput, ObserveIssuesResolveOutput, ObserveKeysCreateInput, ObserveKeysCreateOutput, ObserveKeysListInput, ObserveKeysListOutput, ObserveKeysRevokeInput, ObserveKeysRevokeOutput, ObserveLogsSearchInput, ObserveLogsSearchOutput, ObserveLogsTailInput, ObserveLogsTailOutput } from '../types.gen';
|
|
3
|
+
export type { 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, ObserveWebhooksCreateInput, ObserveWebhooksCreateOutput, ObserveWebhooksDeleteInput, ObserveWebhooksDeleteOutput, ObserveWebhooksDeliveriesListInput, ObserveWebhooksDeliveriesListOutput, ObserveWebhooksGetInput, ObserveWebhooksGetOutput, ObserveWebhooksListInput, ObserveWebhooksListOutput, ObserveWebhooksRedeliverInput, ObserveWebhooksRedeliverOutput, ObserveWebhooksRotateSecretInput, ObserveWebhooksRotateSecretOutput, ObserveWebhooksUpdateInput, ObserveWebhooksUpdateOutput } from '../types.gen';
|
|
@@ -17,10 +17,23 @@ import type {
|
|
|
17
17
|
ObserveKeysListInput,
|
|
18
18
|
ObserveKeysListOutput,
|
|
19
19
|
ObserveKeysRevokeInput,
|
|
20
|
+
ObserveLogsFacetsInput,
|
|
21
|
+
ObserveLogsFacetsOutput,
|
|
20
22
|
ObserveLogsSearchInput,
|
|
21
23
|
ObserveLogsSearchOutput,
|
|
22
24
|
ObserveLogsTailInput,
|
|
23
25
|
ObserveLogsTailOutput,
|
|
26
|
+
ObserveWebhooksCreateInput,
|
|
27
|
+
ObserveWebhooksDeleteInput,
|
|
28
|
+
ObserveWebhooksDeliveriesListInput,
|
|
29
|
+
ObserveWebhooksDeliveriesListOutput,
|
|
30
|
+
ObserveWebhooksGetInput,
|
|
31
|
+
ObserveWebhooksGetOutput,
|
|
32
|
+
ObserveWebhooksListInput,
|
|
33
|
+
ObserveWebhooksListOutput,
|
|
34
|
+
ObserveWebhooksRedeliverInput,
|
|
35
|
+
ObserveWebhooksRotateSecretInput,
|
|
36
|
+
ObserveWebhooksUpdateInput,
|
|
24
37
|
} from '../types.gen';
|
|
25
38
|
|
|
26
39
|
export const observeArtifactsDeleteMutationOptions = (sdk: GeneratedClient) => ({
|
|
@@ -78,6 +91,11 @@ export const observeKeysRevokeMutationOptions = (sdk: GeneratedClient) => ({
|
|
|
78
91
|
mutationFn: (input: ObserveKeysRevokeInput) => sdk['observe']['keys']['revoke'](input),
|
|
79
92
|
});
|
|
80
93
|
|
|
94
|
+
export const observeLogsFacetsQueryOptions = (sdk: GeneratedClient, input: ObserveLogsFacetsInput) => ({
|
|
95
|
+
queryKey: ['observe', 'logs', 'facets', input] as const,
|
|
96
|
+
queryFn: () => sdk['observe']['logs']['facets'](input),
|
|
97
|
+
});
|
|
98
|
+
|
|
81
99
|
export const observeLogsSearchQueryOptions = (sdk: GeneratedClient, input: ObserveLogsSearchInput) => ({
|
|
82
100
|
queryKey: ['observe', 'logs', 'search', input] as const,
|
|
83
101
|
queryFn: () => sdk['observe']['logs']['search'](input),
|
|
@@ -87,3 +105,43 @@ export const observeLogsTailQueryOptions = (sdk: GeneratedClient, input: Observe
|
|
|
87
105
|
queryKey: ['observe', 'logs', 'tail', input] as const,
|
|
88
106
|
queryFn: () => sdk['observe']['logs']['tail'](input),
|
|
89
107
|
});
|
|
108
|
+
|
|
109
|
+
export const observeWebhooksCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
110
|
+
mutationKey: ['observe', 'webhooks', 'create'],
|
|
111
|
+
mutationFn: (input: ObserveWebhooksCreateInput) => sdk['observe']['webhooks']['create'](input),
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
export const observeWebhooksDeleteMutationOptions = (sdk: GeneratedClient) => ({
|
|
115
|
+
mutationKey: ['observe', 'webhooks', 'delete'],
|
|
116
|
+
mutationFn: (input: ObserveWebhooksDeleteInput) => sdk['observe']['webhooks']['delete'](input),
|
|
117
|
+
});
|
|
118
|
+
|
|
119
|
+
export const observeWebhooksDeliveriesListQueryOptions = (sdk: GeneratedClient, input: ObserveWebhooksDeliveriesListInput) => ({
|
|
120
|
+
queryKey: ['observe', 'webhooks-deliveries', 'list', input] as const,
|
|
121
|
+
queryFn: () => sdk['observe']['webhooks-deliveries']['list'](input),
|
|
122
|
+
});
|
|
123
|
+
|
|
124
|
+
export const observeWebhooksGetQueryOptions = (sdk: GeneratedClient, input: ObserveWebhooksGetInput) => ({
|
|
125
|
+
queryKey: ['observe', 'webhooks', 'get', input] as const,
|
|
126
|
+
queryFn: () => sdk['observe']['webhooks']['get'](input),
|
|
127
|
+
});
|
|
128
|
+
|
|
129
|
+
export const observeWebhooksListQueryOptions = (sdk: GeneratedClient, input: ObserveWebhooksListInput) => ({
|
|
130
|
+
queryKey: ['observe', 'webhooks', 'list', input] as const,
|
|
131
|
+
queryFn: () => sdk['observe']['webhooks']['list'](input),
|
|
132
|
+
});
|
|
133
|
+
|
|
134
|
+
export const observeWebhooksRedeliverMutationOptions = (sdk: GeneratedClient) => ({
|
|
135
|
+
mutationKey: ['observe', 'webhooks', 'redeliver'],
|
|
136
|
+
mutationFn: (input: ObserveWebhooksRedeliverInput) => sdk['observe']['webhooks']['redeliver'](input),
|
|
137
|
+
});
|
|
138
|
+
|
|
139
|
+
export const observeWebhooksRotateSecretMutationOptions = (sdk: GeneratedClient) => ({
|
|
140
|
+
mutationKey: ['observe', 'webhooks-rotate', 'secret'],
|
|
141
|
+
mutationFn: (input: ObserveWebhooksRotateSecretInput) => sdk['observe']['webhooks-rotate']['secret'](input),
|
|
142
|
+
});
|
|
143
|
+
|
|
144
|
+
export const observeWebhooksUpdateMutationOptions = (sdk: GeneratedClient) => ({
|
|
145
|
+
mutationKey: ['observe', 'webhooks', 'update'],
|
|
146
|
+
mutationFn: (input: ObserveWebhooksUpdateInput) => sdk['observe']['webhooks']['update'](input),
|
|
147
|
+
});
|