@lessly/sdk-app 30.2.1 → 30.4.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-QlwjPsPF.d.cts → client.gen-D6GSULBV.d.cts} +1510 -1
- package/dist/{client.gen-QlwjPsPF.d.ts → client.gen-D6GSULBV.d.ts} +1510 -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 +434 -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 +434 -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/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.cjs +106 -0
- package/dist/support/index.cjs.map +1 -0
- package/dist/support/index.d.cts +84 -0
- package/dist/support/index.d.ts +84 -0
- package/dist/support/index.js +85 -0
- package/dist/support/index.js.map +1 -0
- 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 +7 -2
- package/src/gen/bindings.gen.ts +434 -0
- package/src/gen/client.gen.ts +76 -0
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/support/index.ts +3 -0
- package/src/gen/support/queryOptions.gen.ts +131 -0
- package/src/gen/types.gen.ts +1514 -0
package/dist/tracking/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, jU as TrackingDomainsCreateInput, jV as TrackingDomainsCreateOutput, jW as TrackingDomainsDeleteInput, jX as TrackingDomainsDeleteOutput, jY as TrackingDomainsGetInput, jZ as TrackingDomainsGetOutput, j_ as TrackingDomainsListInput, j$ as TrackingDomainsListOutput, k0 as TrackingDomainsVerifyInput, k1 as TrackingDomainsVerifyOutput, k2 as TrackingEventNamesArchiveInput, k3 as TrackingEventNamesArchiveOutput, k4 as TrackingEventNamesListInput, k5 as TrackingEventNamesListOutput, k6 as TrackingEventNamesUnarchiveInput, k7 as TrackingEventNamesUnarchiveOutput, k8 as TrackingGoogleadsConnectionStatusInput, k9 as TrackingGoogleadsConnectionStatusOutput, ka as TrackingGoogleadsConversionActionsInput, kb as TrackingGoogleadsConversionActionsOutput, kc as TrackingGoogleadsFeedbackConfigGetInput, kd as TrackingGoogleadsFeedbackConfigGetOutput, ke as TrackingGoogleadsFeedbackConfigSetInput, kf as TrackingGoogleadsFeedbackConfigSetOutput, kg as TrackingGoogleadsFeedbackRunInput, kh as TrackingGoogleadsFeedbackRunOutput, ki as TrackingGoogleadsFeedbackStatusInput, kj as TrackingGoogleadsFeedbackStatusOutput, kk as TrackingGoogleadsFeedbackUploadsInput, kl as TrackingGoogleadsFeedbackUploadsOutput, km as TrackingGoogleadsRoasReportInput, kn as TrackingGoogleadsRoasReportOutput, ko as TrackingGoogleadsSyncNowInput, kp as TrackingGoogleadsSyncNowOutput, kq as TrackingGoogleadsTrackingHealthInput, kr as TrackingGoogleadsTrackingHealthOutput, ks as TrackingGoogleadsUsVsPlatformInput, kt as TrackingGoogleadsUsVsPlatformOutput, ku as TrackingIdentityHealthInput, kv as TrackingIdentityHealthOutput, kw as TrackingInstallDomainsCreateInput, kx as TrackingInstallDomainsCreateOutput, ky as TrackingInstallDomainsDeleteInput, kz as TrackingInstallDomainsDeleteOutput, kA as TrackingInstallDomainsListInput, kB as TrackingInstallDomainsListOutput, kC as TrackingLinkDomainsCreateInput, kD as TrackingLinkDomainsCreateOutput, kE as TrackingLinkDomainsDeleteInput, kF as TrackingLinkDomainsDeleteOutput, kG as TrackingLinkDomainsListInput, kH as TrackingLinkDomainsListOutput, kI as TrackingLiveEventsListInput, kJ as TrackingLiveEventsListOutput, kK as TrackingProfilesDeleteInput, kL as TrackingProfilesDeleteOutput, kM as TrackingProfilesExportInput, kN as TrackingProfilesExportOutput, kO as TrackingProfilesGetInput, kP as TrackingProfilesGetOutput, kQ as TrackingProfilesListInput, kR as TrackingProfilesListOutput, kS as TrackingReportsAttributedJourneyInput, kT as TrackingReportsAttributedJourneyOutput, kU as TrackingReportsEventVolumeInput, kV as TrackingReportsEventVolumeOutput, kW as TrackingReportsRevenueBySourceInput, kX as TrackingReportsRevenueBySourceOutput, kY as TrackingReportsSourcePeopleInput, kZ as TrackingReportsSourcePeopleOutput, k_ as TrackingSnippetsGetInput, k$ as TrackingSnippetsGetOutput } from '../client.gen-D6GSULBV.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, l0 as UsersApikeysCreateInput, l1 as UsersApikeysCreateOutput, l2 as UsersApikeysListInput, l3 as UsersApikeysListOutput, l4 as UsersApikeysRevokeInput, l5 as UsersApikeysRevokeOutput, l6 as UsersAuditListInput, l7 as UsersAuditListOutput, l8 as UsersConfigGetInput, l9 as UsersConfigGetOutput, la as UsersConfigUpsertInput, lb as UsersConfigUpsertOutput, lc as UsersFactorsListInput, ld as UsersFactorsListOutput, le as UsersFactorsResetInput, lf as UsersFactorsResetOutput, lg as UsersKeysListInput, lh as UsersKeysListOutput, li as UsersKeysRevokeInput, lj as UsersKeysRevokeOutput, lk as UsersKeysRotateInput, ll as UsersKeysRotateOutput, lm as UsersOpsRetentionGetInput, ln as UsersOpsRetentionGetOutput, lo as UsersOpsSloGetInput, lp as UsersOpsSloGetOutput, lq as UsersSessionsGetInput, lr as UsersSessionsGetOutput, ls as UsersSessionsImpersonateInput, lt as UsersSessionsImpersonateOutput, lu as UsersSessionsListInput, lv as UsersSessionsListOutput, lw as UsersSessionsRevokeInput, lx as UsersSessionsRevokeOutput, ly as UsersStatsGetInput, lz as UsersStatsGetOutput, lA as UsersUsersBanInput, lB as UsersUsersBanOutput, lC as UsersUsersCreateInput, lD as UsersUsersCreateOutput, lE as UsersUsersDeleteInput, lF as UsersUsersDeleteOutput, lG as UsersUsersEraseInput, lH as UsersUsersEraseOutput, lI as UsersUsersExportInput, lJ as UsersUsersExportOutput, lK as UsersUsersGetInput, lL as UsersUsersGetOutput, lM as UsersUsersImportInput, lN as UsersUsersImportOutput, lO as UsersUsersInviteInput, lP as UsersUsersInviteOutput, lQ as UsersUsersListInput, lR as UsersUsersListOutput, lS as UsersUsersSetPrimaryIdentifierInput, lT as UsersUsersSetPrimaryIdentifierOutput, lU as UsersUsersUnbanInput, lV as UsersUsersUnbanOutput, lW as UsersUsersUpdateInput, lX as UsersUsersUpdateOutput, lY as UsersWaitlistEraseInput, lZ as UsersWaitlistEraseOutput, l_ as UsersWaitlistFunnelInput, l$ as UsersWaitlistFunnelOutput, m0 as UsersWaitlistImportInput, m1 as UsersWaitlistImportOutput, m2 as UsersWaitlistInviteInput, m3 as UsersWaitlistInviteOutput, m4 as UsersWaitlistListInput, m5 as UsersWaitlistListOutput, m6 as UsersWebhooksCreateInput, m7 as UsersWebhooksCreateOutput, m8 as UsersWebhooksDeleteInput, m9 as UsersWebhooksDeleteOutput, ma as UsersWebhooksDeliveriesListInput, mb as UsersWebhooksDeliveriesListOutput, mc as UsersWebhooksGetInput, md as UsersWebhooksGetOutput, me as UsersWebhooksListInput, mf as UsersWebhooksListOutput, mg as UsersWebhooksRotateSecretInput, mh as UsersWebhooksRotateSecretOutput, mi as UsersWebhooksUpdateInput, mj as UsersWebhooksUpdateOutput } from '../client.gen-D6GSULBV.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, l0 as UsersApikeysCreateInput, l1 as UsersApikeysCreateOutput, l2 as UsersApikeysListInput, l3 as UsersApikeysListOutput, l4 as UsersApikeysRevokeInput, l5 as UsersApikeysRevokeOutput, l6 as UsersAuditListInput, l7 as UsersAuditListOutput, l8 as UsersConfigGetInput, l9 as UsersConfigGetOutput, la as UsersConfigUpsertInput, lb as UsersConfigUpsertOutput, lc as UsersFactorsListInput, ld as UsersFactorsListOutput, le as UsersFactorsResetInput, lf as UsersFactorsResetOutput, lg as UsersKeysListInput, lh as UsersKeysListOutput, li as UsersKeysRevokeInput, lj as UsersKeysRevokeOutput, lk as UsersKeysRotateInput, ll as UsersKeysRotateOutput, lm as UsersOpsRetentionGetInput, ln as UsersOpsRetentionGetOutput, lo as UsersOpsSloGetInput, lp as UsersOpsSloGetOutput, lq as UsersSessionsGetInput, lr as UsersSessionsGetOutput, ls as UsersSessionsImpersonateInput, lt as UsersSessionsImpersonateOutput, lu as UsersSessionsListInput, lv as UsersSessionsListOutput, lw as UsersSessionsRevokeInput, lx as UsersSessionsRevokeOutput, ly as UsersStatsGetInput, lz as UsersStatsGetOutput, lA as UsersUsersBanInput, lB as UsersUsersBanOutput, lC as UsersUsersCreateInput, lD as UsersUsersCreateOutput, lE as UsersUsersDeleteInput, lF as UsersUsersDeleteOutput, lG as UsersUsersEraseInput, lH as UsersUsersEraseOutput, lI as UsersUsersExportInput, lJ as UsersUsersExportOutput, lK as UsersUsersGetInput, lL as UsersUsersGetOutput, lM as UsersUsersImportInput, lN as UsersUsersImportOutput, lO as UsersUsersInviteInput, lP as UsersUsersInviteOutput, lQ as UsersUsersListInput, lR as UsersUsersListOutput, lS as UsersUsersSetPrimaryIdentifierInput, lT as UsersUsersSetPrimaryIdentifierOutput, lU as UsersUsersUnbanInput, lV as UsersUsersUnbanOutput, lW as UsersUsersUpdateInput, lX as UsersUsersUpdateOutput, lY as UsersWaitlistEraseInput, lZ as UsersWaitlistEraseOutput, l_ as UsersWaitlistFunnelInput, l$ as UsersWaitlistFunnelOutput, m0 as UsersWaitlistImportInput, m1 as UsersWaitlistImportOutput, m2 as UsersWaitlistInviteInput, m3 as UsersWaitlistInviteOutput, m4 as UsersWaitlistListInput, m5 as UsersWaitlistListOutput, m6 as UsersWebhooksCreateInput, m7 as UsersWebhooksCreateOutput, m8 as UsersWebhooksDeleteInput, m9 as UsersWebhooksDeleteOutput, ma as UsersWebhooksDeliveriesListInput, mb as UsersWebhooksDeliveriesListOutput, mc as UsersWebhooksGetInput, md as UsersWebhooksGetOutput, me as UsersWebhooksListInput, mf as UsersWebhooksListOutput, mg as UsersWebhooksRotateSecretInput, mh as UsersWebhooksRotateSecretOutput, mi as UsersWebhooksUpdateInput, mj as UsersWebhooksUpdateOutput } from '../client.gen-D6GSULBV.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, mk as WaitlistConfigGetInput, ml as WaitlistConfigGetOutput, mm as WaitlistConfigUpsertInput, mn as WaitlistConfigUpsertOutput, mo as WaitlistEmbedGetInput, mp as WaitlistEmbedGetOutput, mq as WaitlistInvitesSendInput, mr as WaitlistInvitesSendOutput, ms as WaitlistSignupsEraseInput, mt as WaitlistSignupsEraseOutput, mu as WaitlistSignupsFunnelInput, mv as WaitlistSignupsFunnelOutput, mw as WaitlistSignupsListInput, mx as WaitlistSignupsListOutput } from '../client.gen-D6GSULBV.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, mk as WaitlistConfigGetInput, ml as WaitlistConfigGetOutput, mm as WaitlistConfigUpsertInput, mn as WaitlistConfigUpsertOutput, mo as WaitlistEmbedGetInput, mp as WaitlistEmbedGetOutput, mq as WaitlistInvitesSendInput, mr as WaitlistInvitesSendOutput, ms as WaitlistSignupsEraseInput, mt as WaitlistSignupsEraseOutput, mu as WaitlistSignupsFunnelInput, mv as WaitlistSignupsFunnelOutput, mw as WaitlistSignupsListInput, mx as WaitlistSignupsListOutput } from '../client.gen-D6GSULBV.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": "30.
|
|
3
|
+
"version": "30.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -80,6 +80,11 @@
|
|
|
80
80
|
"import": "./dist/realtime/index.js",
|
|
81
81
|
"require": "./dist/realtime/index.cjs"
|
|
82
82
|
},
|
|
83
|
+
"./support": {
|
|
84
|
+
"types": "./dist/support/index.d.ts",
|
|
85
|
+
"import": "./dist/support/index.js",
|
|
86
|
+
"require": "./dist/support/index.cjs"
|
|
87
|
+
},
|
|
83
88
|
"./tracking": {
|
|
84
89
|
"types": "./dist/tracking/index.d.ts",
|
|
85
90
|
"import": "./dist/tracking/index.js",
|
|
@@ -96,5 +101,5 @@
|
|
|
96
101
|
"require": "./dist/waitlist/index.cjs"
|
|
97
102
|
}
|
|
98
103
|
},
|
|
99
|
-
"sdkContentHash": "sha256:
|
|
104
|
+
"sdkContentHash": "sha256:b5e732da3b12c1feb37cb4ddc6a1ead3257ce3137c76a702d088cb4eecc51626"
|
|
100
105
|
}
|
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -5009,6 +5009,440 @@ export const bindings: BindingsMap = {
|
|
|
5009
5009
|
}
|
|
5010
5010
|
}
|
|
5011
5011
|
},
|
|
5012
|
+
"support": {
|
|
5013
|
+
"agent": {
|
|
5014
|
+
"create": {
|
|
5015
|
+
"method": "POST",
|
|
5016
|
+
"params": [
|
|
5017
|
+
{
|
|
5018
|
+
"in": "body",
|
|
5019
|
+
"name": "displayName"
|
|
5020
|
+
},
|
|
5021
|
+
{
|
|
5022
|
+
"in": "body",
|
|
5023
|
+
"name": "title"
|
|
5024
|
+
},
|
|
5025
|
+
{
|
|
5026
|
+
"in": "body",
|
|
5027
|
+
"name": "avatarUrl"
|
|
5028
|
+
},
|
|
5029
|
+
{
|
|
5030
|
+
"in": "body",
|
|
5031
|
+
"name": "lesslyUserId"
|
|
5032
|
+
}
|
|
5033
|
+
],
|
|
5034
|
+
"path": "/support/agents",
|
|
5035
|
+
"readOnly": false
|
|
5036
|
+
},
|
|
5037
|
+
"get": {
|
|
5038
|
+
"method": "GET",
|
|
5039
|
+
"params": [
|
|
5040
|
+
{
|
|
5041
|
+
"in": "path",
|
|
5042
|
+
"name": "id"
|
|
5043
|
+
}
|
|
5044
|
+
],
|
|
5045
|
+
"path": "/support/agents/:id",
|
|
5046
|
+
"readOnly": true
|
|
5047
|
+
},
|
|
5048
|
+
"list": {
|
|
5049
|
+
"method": "GET",
|
|
5050
|
+
"params": [
|
|
5051
|
+
{
|
|
5052
|
+
"in": "query",
|
|
5053
|
+
"name": "includeInactive"
|
|
5054
|
+
}
|
|
5055
|
+
],
|
|
5056
|
+
"path": "/support/agents",
|
|
5057
|
+
"readOnly": true
|
|
5058
|
+
},
|
|
5059
|
+
"update": {
|
|
5060
|
+
"method": "PATCH",
|
|
5061
|
+
"params": [
|
|
5062
|
+
{
|
|
5063
|
+
"in": "path",
|
|
5064
|
+
"name": "id"
|
|
5065
|
+
},
|
|
5066
|
+
{
|
|
5067
|
+
"in": "body",
|
|
5068
|
+
"name": "displayName"
|
|
5069
|
+
},
|
|
5070
|
+
{
|
|
5071
|
+
"in": "body",
|
|
5072
|
+
"name": "title"
|
|
5073
|
+
},
|
|
5074
|
+
{
|
|
5075
|
+
"in": "body",
|
|
5076
|
+
"name": "avatarUrl"
|
|
5077
|
+
},
|
|
5078
|
+
{
|
|
5079
|
+
"in": "body",
|
|
5080
|
+
"name": "lesslyUserId"
|
|
5081
|
+
},
|
|
5082
|
+
{
|
|
5083
|
+
"in": "body",
|
|
5084
|
+
"name": "isActive"
|
|
5085
|
+
}
|
|
5086
|
+
],
|
|
5087
|
+
"path": "/support/agents/:id",
|
|
5088
|
+
"readOnly": false
|
|
5089
|
+
}
|
|
5090
|
+
},
|
|
5091
|
+
"attachment": {
|
|
5092
|
+
"create": {
|
|
5093
|
+
"method": "POST",
|
|
5094
|
+
"params": [
|
|
5095
|
+
{
|
|
5096
|
+
"in": "body",
|
|
5097
|
+
"name": "threadId"
|
|
5098
|
+
},
|
|
5099
|
+
{
|
|
5100
|
+
"in": "body",
|
|
5101
|
+
"name": "fileName"
|
|
5102
|
+
},
|
|
5103
|
+
{
|
|
5104
|
+
"in": "body",
|
|
5105
|
+
"name": "contentType"
|
|
5106
|
+
},
|
|
5107
|
+
{
|
|
5108
|
+
"in": "body",
|
|
5109
|
+
"name": "sizeBytes"
|
|
5110
|
+
}
|
|
5111
|
+
],
|
|
5112
|
+
"path": "/support/attachments",
|
|
5113
|
+
"readOnly": false
|
|
5114
|
+
},
|
|
5115
|
+
"finalize": {
|
|
5116
|
+
"method": "POST",
|
|
5117
|
+
"params": [
|
|
5118
|
+
{
|
|
5119
|
+
"in": "body",
|
|
5120
|
+
"name": "attachmentId"
|
|
5121
|
+
}
|
|
5122
|
+
],
|
|
5123
|
+
"path": "/support/attachments/finalize",
|
|
5124
|
+
"readOnly": false
|
|
5125
|
+
}
|
|
5126
|
+
},
|
|
5127
|
+
"label": {
|
|
5128
|
+
"create": {
|
|
5129
|
+
"method": "POST",
|
|
5130
|
+
"params": [
|
|
5131
|
+
{
|
|
5132
|
+
"in": "body",
|
|
5133
|
+
"name": "name"
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"in": "body",
|
|
5137
|
+
"name": "color"
|
|
5138
|
+
}
|
|
5139
|
+
],
|
|
5140
|
+
"path": "/support/labels",
|
|
5141
|
+
"readOnly": false
|
|
5142
|
+
},
|
|
5143
|
+
"list": {
|
|
5144
|
+
"method": "GET",
|
|
5145
|
+
"path": "/support/labels",
|
|
5146
|
+
"readOnly": true
|
|
5147
|
+
}
|
|
5148
|
+
},
|
|
5149
|
+
"message": {
|
|
5150
|
+
"create": {
|
|
5151
|
+
"method": "POST",
|
|
5152
|
+
"params": [
|
|
5153
|
+
{
|
|
5154
|
+
"in": "body",
|
|
5155
|
+
"name": "threadId"
|
|
5156
|
+
},
|
|
5157
|
+
{
|
|
5158
|
+
"in": "body",
|
|
5159
|
+
"name": "body"
|
|
5160
|
+
},
|
|
5161
|
+
{
|
|
5162
|
+
"in": "body",
|
|
5163
|
+
"name": "direction"
|
|
5164
|
+
},
|
|
5165
|
+
{
|
|
5166
|
+
"in": "body",
|
|
5167
|
+
"name": "authorExternalId"
|
|
5168
|
+
},
|
|
5169
|
+
{
|
|
5170
|
+
"in": "body",
|
|
5171
|
+
"name": "authorAgentId"
|
|
5172
|
+
},
|
|
5173
|
+
{
|
|
5174
|
+
"in": "body",
|
|
5175
|
+
"name": "visibility"
|
|
5176
|
+
},
|
|
5177
|
+
{
|
|
5178
|
+
"in": "body",
|
|
5179
|
+
"name": "attachmentIds"
|
|
5180
|
+
}
|
|
5181
|
+
],
|
|
5182
|
+
"path": "/support/messages",
|
|
5183
|
+
"readOnly": false
|
|
5184
|
+
},
|
|
5185
|
+
"list": {
|
|
5186
|
+
"method": "GET",
|
|
5187
|
+
"params": [
|
|
5188
|
+
{
|
|
5189
|
+
"in": "query",
|
|
5190
|
+
"name": "threadId"
|
|
5191
|
+
},
|
|
5192
|
+
{
|
|
5193
|
+
"in": "query",
|
|
5194
|
+
"name": "direction"
|
|
5195
|
+
},
|
|
5196
|
+
{
|
|
5197
|
+
"in": "query",
|
|
5198
|
+
"name": "visibility"
|
|
5199
|
+
},
|
|
5200
|
+
{
|
|
5201
|
+
"in": "query",
|
|
5202
|
+
"name": "limit"
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
"in": "query",
|
|
5206
|
+
"name": "offset"
|
|
5207
|
+
}
|
|
5208
|
+
],
|
|
5209
|
+
"path": "/support/messages",
|
|
5210
|
+
"readOnly": true
|
|
5211
|
+
}
|
|
5212
|
+
},
|
|
5213
|
+
"status": {
|
|
5214
|
+
"archive": {
|
|
5215
|
+
"method": "POST",
|
|
5216
|
+
"params": [
|
|
5217
|
+
{
|
|
5218
|
+
"in": "path",
|
|
5219
|
+
"name": "id"
|
|
5220
|
+
},
|
|
5221
|
+
{
|
|
5222
|
+
"in": "body",
|
|
5223
|
+
"name": "targetStatusId"
|
|
5224
|
+
}
|
|
5225
|
+
],
|
|
5226
|
+
"path": "/support/statuses/:id/archive",
|
|
5227
|
+
"readOnly": false
|
|
5228
|
+
},
|
|
5229
|
+
"create": {
|
|
5230
|
+
"method": "POST",
|
|
5231
|
+
"params": [
|
|
5232
|
+
{
|
|
5233
|
+
"in": "body",
|
|
5234
|
+
"name": "name"
|
|
5235
|
+
},
|
|
5236
|
+
{
|
|
5237
|
+
"in": "body",
|
|
5238
|
+
"name": "color"
|
|
5239
|
+
},
|
|
5240
|
+
{
|
|
5241
|
+
"in": "body",
|
|
5242
|
+
"name": "order"
|
|
5243
|
+
},
|
|
5244
|
+
{
|
|
5245
|
+
"in": "body",
|
|
5246
|
+
"name": "category"
|
|
5247
|
+
}
|
|
5248
|
+
],
|
|
5249
|
+
"path": "/support/statuses",
|
|
5250
|
+
"readOnly": false
|
|
5251
|
+
},
|
|
5252
|
+
"list": {
|
|
5253
|
+
"method": "GET",
|
|
5254
|
+
"params": [
|
|
5255
|
+
{
|
|
5256
|
+
"in": "query",
|
|
5257
|
+
"name": "includeArchived"
|
|
5258
|
+
}
|
|
5259
|
+
],
|
|
5260
|
+
"path": "/support/statuses",
|
|
5261
|
+
"readOnly": true
|
|
5262
|
+
},
|
|
5263
|
+
"update": {
|
|
5264
|
+
"method": "PATCH",
|
|
5265
|
+
"params": [
|
|
5266
|
+
{
|
|
5267
|
+
"in": "path",
|
|
5268
|
+
"name": "id"
|
|
5269
|
+
},
|
|
5270
|
+
{
|
|
5271
|
+
"in": "body",
|
|
5272
|
+
"name": "name"
|
|
5273
|
+
},
|
|
5274
|
+
{
|
|
5275
|
+
"in": "body",
|
|
5276
|
+
"name": "color"
|
|
5277
|
+
},
|
|
5278
|
+
{
|
|
5279
|
+
"in": "body",
|
|
5280
|
+
"name": "order"
|
|
5281
|
+
},
|
|
5282
|
+
{
|
|
5283
|
+
"in": "body",
|
|
5284
|
+
"name": "category"
|
|
5285
|
+
}
|
|
5286
|
+
],
|
|
5287
|
+
"path": "/support/statuses/:id",
|
|
5288
|
+
"readOnly": false
|
|
5289
|
+
}
|
|
5290
|
+
},
|
|
5291
|
+
"thread": {
|
|
5292
|
+
"assign": {
|
|
5293
|
+
"method": "POST",
|
|
5294
|
+
"params": [
|
|
5295
|
+
{
|
|
5296
|
+
"in": "path",
|
|
5297
|
+
"name": "id"
|
|
5298
|
+
},
|
|
5299
|
+
{
|
|
5300
|
+
"in": "body",
|
|
5301
|
+
"name": "agentId"
|
|
5302
|
+
}
|
|
5303
|
+
],
|
|
5304
|
+
"path": "/support/threads/:id/assignment",
|
|
5305
|
+
"readOnly": false
|
|
5306
|
+
},
|
|
5307
|
+
"create": {
|
|
5308
|
+
"method": "POST",
|
|
5309
|
+
"params": [
|
|
5310
|
+
{
|
|
5311
|
+
"in": "body",
|
|
5312
|
+
"name": "type"
|
|
5313
|
+
},
|
|
5314
|
+
{
|
|
5315
|
+
"in": "body",
|
|
5316
|
+
"name": "title"
|
|
5317
|
+
},
|
|
5318
|
+
{
|
|
5319
|
+
"in": "body",
|
|
5320
|
+
"name": "authorExternalId"
|
|
5321
|
+
},
|
|
5322
|
+
{
|
|
5323
|
+
"in": "body",
|
|
5324
|
+
"name": "authorDisplay"
|
|
5325
|
+
},
|
|
5326
|
+
{
|
|
5327
|
+
"in": "body",
|
|
5328
|
+
"name": "metadata"
|
|
5329
|
+
},
|
|
5330
|
+
{
|
|
5331
|
+
"in": "body",
|
|
5332
|
+
"name": "labelIds"
|
|
5333
|
+
}
|
|
5334
|
+
],
|
|
5335
|
+
"path": "/support/threads",
|
|
5336
|
+
"readOnly": false
|
|
5337
|
+
},
|
|
5338
|
+
"get": {
|
|
5339
|
+
"method": "GET",
|
|
5340
|
+
"params": [
|
|
5341
|
+
{
|
|
5342
|
+
"in": "path",
|
|
5343
|
+
"name": "id"
|
|
5344
|
+
}
|
|
5345
|
+
],
|
|
5346
|
+
"path": "/support/threads/:id",
|
|
5347
|
+
"readOnly": true
|
|
5348
|
+
},
|
|
5349
|
+
"list": {
|
|
5350
|
+
"method": "GET",
|
|
5351
|
+
"params": [
|
|
5352
|
+
{
|
|
5353
|
+
"in": "query",
|
|
5354
|
+
"name": "type"
|
|
5355
|
+
},
|
|
5356
|
+
{
|
|
5357
|
+
"in": "query",
|
|
5358
|
+
"name": "statusId"
|
|
5359
|
+
},
|
|
5360
|
+
{
|
|
5361
|
+
"in": "query",
|
|
5362
|
+
"name": "category"
|
|
5363
|
+
},
|
|
5364
|
+
{
|
|
5365
|
+
"in": "query",
|
|
5366
|
+
"name": "assignedAgentId"
|
|
5367
|
+
},
|
|
5368
|
+
{
|
|
5369
|
+
"in": "query",
|
|
5370
|
+
"name": "authorExternalId"
|
|
5371
|
+
},
|
|
5372
|
+
{
|
|
5373
|
+
"in": "query",
|
|
5374
|
+
"name": "createdFrom"
|
|
5375
|
+
},
|
|
5376
|
+
{
|
|
5377
|
+
"in": "query",
|
|
5378
|
+
"name": "createdTo"
|
|
5379
|
+
},
|
|
5380
|
+
{
|
|
5381
|
+
"in": "query",
|
|
5382
|
+
"name": "labelIds"
|
|
5383
|
+
},
|
|
5384
|
+
{
|
|
5385
|
+
"in": "query",
|
|
5386
|
+
"name": "sort"
|
|
5387
|
+
},
|
|
5388
|
+
{
|
|
5389
|
+
"in": "query",
|
|
5390
|
+
"name": "limit"
|
|
5391
|
+
},
|
|
5392
|
+
{
|
|
5393
|
+
"in": "query",
|
|
5394
|
+
"name": "offset"
|
|
5395
|
+
}
|
|
5396
|
+
],
|
|
5397
|
+
"path": "/support/threads",
|
|
5398
|
+
"readOnly": true
|
|
5399
|
+
},
|
|
5400
|
+
"update": {
|
|
5401
|
+
"method": "PATCH",
|
|
5402
|
+
"params": [
|
|
5403
|
+
{
|
|
5404
|
+
"in": "path",
|
|
5405
|
+
"name": "id"
|
|
5406
|
+
},
|
|
5407
|
+
{
|
|
5408
|
+
"in": "body",
|
|
5409
|
+
"name": "title"
|
|
5410
|
+
},
|
|
5411
|
+
{
|
|
5412
|
+
"in": "body",
|
|
5413
|
+
"name": "priority"
|
|
5414
|
+
},
|
|
5415
|
+
{
|
|
5416
|
+
"in": "body",
|
|
5417
|
+
"name": "labelIds"
|
|
5418
|
+
},
|
|
5419
|
+
{
|
|
5420
|
+
"in": "body",
|
|
5421
|
+
"name": "metadata"
|
|
5422
|
+
}
|
|
5423
|
+
],
|
|
5424
|
+
"path": "/support/threads/:id",
|
|
5425
|
+
"readOnly": false
|
|
5426
|
+
}
|
|
5427
|
+
},
|
|
5428
|
+
"thread-status": {
|
|
5429
|
+
"set": {
|
|
5430
|
+
"method": "POST",
|
|
5431
|
+
"params": [
|
|
5432
|
+
{
|
|
5433
|
+
"in": "path",
|
|
5434
|
+
"name": "id"
|
|
5435
|
+
},
|
|
5436
|
+
{
|
|
5437
|
+
"in": "body",
|
|
5438
|
+
"name": "statusId"
|
|
5439
|
+
}
|
|
5440
|
+
],
|
|
5441
|
+
"path": "/support/threads/:id/status",
|
|
5442
|
+
"readOnly": false
|
|
5443
|
+
}
|
|
5444
|
+
}
|
|
5445
|
+
},
|
|
5012
5446
|
"tracking": {
|
|
5013
5447
|
"domains": {
|
|
5014
5448
|
"create": {
|
package/src/gen/client.gen.ts
CHANGED
|
@@ -642,6 +642,46 @@ import type {
|
|
|
642
642
|
RealtimeWebhookSecretRotateOutput,
|
|
643
643
|
RealtimeWebhookUpdateInput,
|
|
644
644
|
RealtimeWebhookUpdateOutput,
|
|
645
|
+
SupportAgentCreateInput,
|
|
646
|
+
SupportAgentCreateOutput,
|
|
647
|
+
SupportAgentGetInput,
|
|
648
|
+
SupportAgentGetOutput,
|
|
649
|
+
SupportAgentListInput,
|
|
650
|
+
SupportAgentListOutput,
|
|
651
|
+
SupportAgentUpdateInput,
|
|
652
|
+
SupportAgentUpdateOutput,
|
|
653
|
+
SupportAttachmentCreateInput,
|
|
654
|
+
SupportAttachmentCreateOutput,
|
|
655
|
+
SupportAttachmentFinalizeInput,
|
|
656
|
+
SupportAttachmentFinalizeOutput,
|
|
657
|
+
SupportLabelCreateInput,
|
|
658
|
+
SupportLabelCreateOutput,
|
|
659
|
+
SupportLabelListInput,
|
|
660
|
+
SupportLabelListOutput,
|
|
661
|
+
SupportMessageCreateInput,
|
|
662
|
+
SupportMessageCreateOutput,
|
|
663
|
+
SupportMessageListInput,
|
|
664
|
+
SupportMessageListOutput,
|
|
665
|
+
SupportStatusArchiveInput,
|
|
666
|
+
SupportStatusArchiveOutput,
|
|
667
|
+
SupportStatusCreateInput,
|
|
668
|
+
SupportStatusCreateOutput,
|
|
669
|
+
SupportStatusListInput,
|
|
670
|
+
SupportStatusListOutput,
|
|
671
|
+
SupportStatusUpdateInput,
|
|
672
|
+
SupportStatusUpdateOutput,
|
|
673
|
+
SupportThreadAssignInput,
|
|
674
|
+
SupportThreadAssignOutput,
|
|
675
|
+
SupportThreadCreateInput,
|
|
676
|
+
SupportThreadCreateOutput,
|
|
677
|
+
SupportThreadGetInput,
|
|
678
|
+
SupportThreadGetOutput,
|
|
679
|
+
SupportThreadListInput,
|
|
680
|
+
SupportThreadListOutput,
|
|
681
|
+
SupportThreadStatusSetInput,
|
|
682
|
+
SupportThreadStatusSetOutput,
|
|
683
|
+
SupportThreadUpdateInput,
|
|
684
|
+
SupportThreadUpdateOutput,
|
|
645
685
|
TrackingDomainsCreateInput,
|
|
646
686
|
TrackingDomainsCreateOutput,
|
|
647
687
|
TrackingDomainsDeleteInput,
|
|
@@ -1406,6 +1446,42 @@ export interface GeneratedClient {
|
|
|
1406
1446
|
rotate(input: RealtimeWebhookSecretRotateInput): Promise<RealtimeWebhookSecretRotateOutput>;
|
|
1407
1447
|
};
|
|
1408
1448
|
};
|
|
1449
|
+
support: {
|
|
1450
|
+
agent: {
|
|
1451
|
+
create(input: SupportAgentCreateInput): Promise<SupportAgentCreateOutput>;
|
|
1452
|
+
get(input: SupportAgentGetInput): Promise<SupportAgentGetOutput>;
|
|
1453
|
+
list(input: SupportAgentListInput): Promise<SupportAgentListOutput>;
|
|
1454
|
+
update(input: SupportAgentUpdateInput): Promise<SupportAgentUpdateOutput>;
|
|
1455
|
+
};
|
|
1456
|
+
attachment: {
|
|
1457
|
+
create(input: SupportAttachmentCreateInput): Promise<SupportAttachmentCreateOutput>;
|
|
1458
|
+
finalize(input: SupportAttachmentFinalizeInput): Promise<SupportAttachmentFinalizeOutput>;
|
|
1459
|
+
};
|
|
1460
|
+
label: {
|
|
1461
|
+
create(input: SupportLabelCreateInput): Promise<SupportLabelCreateOutput>;
|
|
1462
|
+
list(input: SupportLabelListInput): Promise<SupportLabelListOutput>;
|
|
1463
|
+
};
|
|
1464
|
+
message: {
|
|
1465
|
+
create(input: SupportMessageCreateInput): Promise<SupportMessageCreateOutput>;
|
|
1466
|
+
list(input: SupportMessageListInput): Promise<SupportMessageListOutput>;
|
|
1467
|
+
};
|
|
1468
|
+
status: {
|
|
1469
|
+
archive(input: SupportStatusArchiveInput): Promise<SupportStatusArchiveOutput>;
|
|
1470
|
+
create(input: SupportStatusCreateInput): Promise<SupportStatusCreateOutput>;
|
|
1471
|
+
list(input: SupportStatusListInput): Promise<SupportStatusListOutput>;
|
|
1472
|
+
update(input: SupportStatusUpdateInput): Promise<SupportStatusUpdateOutput>;
|
|
1473
|
+
};
|
|
1474
|
+
thread: {
|
|
1475
|
+
assign(input: SupportThreadAssignInput): Promise<SupportThreadAssignOutput>;
|
|
1476
|
+
create(input: SupportThreadCreateInput): Promise<SupportThreadCreateOutput>;
|
|
1477
|
+
get(input: SupportThreadGetInput): Promise<SupportThreadGetOutput>;
|
|
1478
|
+
list(input: SupportThreadListInput): Promise<SupportThreadListOutput>;
|
|
1479
|
+
update(input: SupportThreadUpdateInput): Promise<SupportThreadUpdateOutput>;
|
|
1480
|
+
};
|
|
1481
|
+
'thread-status': {
|
|
1482
|
+
set(input: SupportThreadStatusSetInput): Promise<SupportThreadStatusSetOutput>;
|
|
1483
|
+
};
|
|
1484
|
+
};
|
|
1409
1485
|
tracking: {
|
|
1410
1486
|
domains: {
|
|
1411
1487
|
create(input: TrackingDomainsCreateInput): Promise<TrackingDomainsCreateOutput>;
|
package/src/gen/manifest.gen.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
-
export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', 'organization', 'playground', 'realtime', 'tracking', 'users', 'waitlist'] as const;
|
|
2
|
+
export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', 'organization', 'playground', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
+
export * from './queryOptions.gen';
|
|
3
|
+
export type { SupportAgentCreateInput, SupportAgentCreateOutput, SupportAgentGetInput, SupportAgentGetOutput, SupportAgentListInput, SupportAgentListOutput, SupportAgentUpdateInput, SupportAgentUpdateOutput, SupportAttachmentCreateInput, SupportAttachmentCreateOutput, SupportAttachmentFinalizeInput, SupportAttachmentFinalizeOutput, SupportLabelCreateInput, SupportLabelCreateOutput, SupportLabelListInput, SupportLabelListOutput, SupportMessageCreateInput, SupportMessageCreateOutput, SupportMessageListInput, SupportMessageListOutput, SupportStatusArchiveInput, SupportStatusArchiveOutput, SupportStatusCreateInput, SupportStatusCreateOutput, SupportStatusListInput, SupportStatusListOutput, SupportStatusUpdateInput, SupportStatusUpdateOutput, SupportThreadAssignInput, SupportThreadAssignOutput, SupportThreadCreateInput, SupportThreadCreateOutput, SupportThreadGetInput, SupportThreadGetOutput, SupportThreadListInput, SupportThreadListOutput, SupportThreadStatusSetInput, SupportThreadStatusSetOutput, SupportThreadUpdateInput, SupportThreadUpdateOutput } from '../types.gen';
|