@lessly/sdk-app 52.1.0 → 52.3.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/_types/gen/analytics/index.d.ts +2 -0
- package/dist/_types/gen/analytics/queryOptions.gen.d.ts +70 -0
- package/dist/_types/gen/bindings.gen.d.ts +3 -0
- package/dist/_types/gen/brain/index.d.ts +2 -0
- package/dist/_types/gen/brain/queryOptions.gen.d.ts +162 -0
- package/dist/_types/gen/client.gen.d.ts +991 -0
- package/dist/_types/gen/consent/index.d.ts +2 -0
- package/dist/_types/gen/consent/queryOptions.gen.d.ts +62 -0
- package/dist/_types/gen/content/index.d.ts +2 -0
- package/dist/_types/gen/content/queryOptions.gen.d.ts +126 -0
- package/dist/_types/gen/deployment/index.d.ts +2 -0
- package/dist/_types/gen/deployment/queryOptions.gen.d.ts +438 -0
- package/dist/_types/gen/mail/index.d.ts +2 -0
- package/dist/_types/gen/mail/queryOptions.gen.d.ts +206 -0
- package/dist/_types/gen/manifest.gen.d.ts +1 -0
- package/dist/_types/gen/observe/index.d.ts +2 -0
- package/dist/_types/gen/observe/queryOptions.gen.d.ts +142 -0
- package/dist/_types/gen/organization/index.d.ts +2 -0
- package/dist/_types/gen/organization/queryOptions.gen.d.ts +286 -0
- package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
- package/dist/_types/gen/playground/index.d.ts +3 -0
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +50 -0
- package/dist/_types/gen/realtime/index.d.ts +2 -0
- package/dist/_types/gen/realtime/queryOptions.gen.d.ts +114 -0
- package/dist/_types/gen/support/index.d.ts +2 -0
- package/dist/_types/gen/support/queryOptions.gen.d.ts +178 -0
- package/dist/_types/gen/tracking/index.d.ts +2 -0
- package/dist/_types/gen/tracking/queryOptions.gen.d.ts +146 -0
- package/dist/_types/gen/types.gen.d.ts +105597 -0
- package/dist/_types/gen/users/index.d.ts +2 -0
- package/dist/_types/gen/users/queryOptions.gen.d.ts +178 -0
- package/dist/_types/gen/waitlist/index.d.ts +2 -0
- package/dist/_types/gen/waitlist/queryOptions.gen.d.ts +30 -0
- package/dist/_types/index.d.ts +7 -0
- package/dist/_types/package.json +1 -0
- package/dist/_types/runtime/connectStream.d.ts +15 -0
- package/dist/_types/runtime/createLesslyApp.d.ts +6 -0
- package/dist/_types/runtime/csrf.d.ts +1 -0
- package/dist/_types/runtime/errors.d.ts +7 -0
- package/dist/_types/runtime/name.d.ts +26 -0
- package/dist/_types/runtime/request.d.ts +9 -0
- package/dist/{types-gTIUAUsP.d.cts → _types/runtime/types.d.ts} +18 -20
- package/dist/analytics/index.cjs +65 -0
- package/dist/analytics/index.cjs.map +1 -1
- package/dist/analytics/index.d.cts +1 -20
- package/dist/analytics/index.d.ts +1 -20
- package/dist/analytics/index.js +53 -1
- package/dist/analytics/index.js.map +1 -1
- package/dist/brain/index.d.cts +1 -164
- package/dist/brain/index.d.ts +1 -164
- package/dist/{chunk-7ZYVSB5J.js → chunk-E3CBZL3R.js} +295 -2
- package/dist/chunk-E3CBZL3R.js.map +1 -0
- package/dist/consent/index.d.cts +1 -64
- package/dist/consent/index.d.ts +1 -64
- package/dist/content/index.d.cts +1 -128
- package/dist/content/index.d.ts +1 -128
- package/dist/deployment/index.d.cts +1 -440
- package/dist/deployment/index.d.ts +1 -440
- package/dist/index.cjs +293 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -32
- package/dist/index.d.ts +1 -32
- package/dist/index.js +1 -1
- package/dist/mail/index.d.cts +1 -209
- package/dist/mail/index.d.ts +1 -209
- package/dist/observe/index.d.cts +1 -144
- package/dist/observe/index.d.ts +1 -144
- package/dist/organization/index.d.cts +1 -288
- package/dist/organization/index.d.ts +1 -288
- package/dist/playground/index.cjs.map +1 -1
- package/dist/playground/index.d.cts +1 -55
- package/dist/playground/index.d.ts +1 -55
- package/dist/playground/index.js +1 -1
- package/dist/realtime/index.d.cts +1 -116
- package/dist/realtime/index.d.ts +1 -116
- package/dist/support/index.d.cts +1 -180
- package/dist/support/index.d.ts +1 -180
- package/dist/tracking/index.d.cts +1 -148
- package/dist/tracking/index.d.ts +1 -148
- package/dist/users/index.d.cts +1 -180
- package/dist/users/index.d.ts +1 -180
- package/dist/waitlist/index.d.cts +1 -32
- package/dist/waitlist/index.d.ts +1 -32
- package/package.json +123 -48
- package/src/gen/analytics/index.ts +1 -1
- package/src/gen/analytics/queryOptions.gen.ts +85 -0
- package/src/gen/bindings.gen.ts +293 -0
- package/src/gen/client.gen.ts +45 -0
- package/src/gen/types.gen.ts +53912 -0
- package/dist/chunk-7ZYVSB5J.js.map +0 -1
- package/dist/client.gen-cA-2Hpsz.d.cts +0 -47130
- package/dist/client.gen-cA-2Hpsz.d.ts +0 -47130
- package/dist/types-gTIUAUsP.d.ts +0 -82
|
@@ -1,55 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { L as LesslyStreamOpener, a as LesslyStream } from '../types-gTIUAUsP.cjs';
|
|
3
|
-
|
|
4
|
-
declare const playgroundAnalyticsOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => {
|
|
5
|
-
queryKey: readonly ["playground", "analytics", "overview", PlaygroundAnalyticsOverviewInput];
|
|
6
|
-
queryFn: () => Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
7
|
-
};
|
|
8
|
-
declare const playgroundBillingEntitlementsQueryOptions: (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => {
|
|
9
|
-
queryKey: readonly ["playground", "billing", "entitlements", PlaygroundBillingEntitlementsInput];
|
|
10
|
-
queryFn: () => Promise<PlaygroundBillingEntitlementsOutput>;
|
|
11
|
-
};
|
|
12
|
-
declare const playgroundBillingRecordUsageMutationOptions: (sdk: GeneratedClient) => {
|
|
13
|
-
mutationKey: string[];
|
|
14
|
-
mutationFn: (input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>;
|
|
15
|
-
};
|
|
16
|
-
declare const playgroundClickupCreateTaskMutationOptions: (sdk: GeneratedClient) => {
|
|
17
|
-
mutationKey: string[];
|
|
18
|
-
mutationFn: (input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>;
|
|
19
|
-
};
|
|
20
|
-
declare const playgroundClickupGetLastWebhookQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => {
|
|
21
|
-
queryKey: readonly ["playground", "clickup", "get-last-webhook", PlaygroundClickupGetLastWebhookInput];
|
|
22
|
-
queryFn: () => Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
23
|
-
};
|
|
24
|
-
declare const playgroundClickupGetOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => {
|
|
25
|
-
queryKey: readonly ["playground", "clickup", "get-overview", PlaygroundClickupGetOverviewInput];
|
|
26
|
-
queryFn: () => Promise<PlaygroundClickupGetOverviewOutput>;
|
|
27
|
-
};
|
|
28
|
-
declare const playgroundGdriveGetLastChangeQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => {
|
|
29
|
-
queryKey: readonly ["playground", "gdrive", "get-last-change", PlaygroundGdriveGetLastChangeInput];
|
|
30
|
-
queryFn: () => Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
31
|
-
};
|
|
32
|
-
declare const playgroundGdriveReadFileQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => {
|
|
33
|
-
queryKey: readonly ["playground", "gdrive", "read-file", PlaygroundGdriveReadFileInput];
|
|
34
|
-
queryFn: () => Promise<PlaygroundGdriveReadFileOutput>;
|
|
35
|
-
};
|
|
36
|
-
declare const playgroundGoogleadsReadCustomerQueryOptions: (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => {
|
|
37
|
-
queryKey: readonly ["playground", "googleads", "read-customer", PlaygroundGoogleadsReadCustomerInput];
|
|
38
|
-
queryFn: () => Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
39
|
-
};
|
|
40
|
-
declare const playgroundLifecycleGetStateQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => {
|
|
41
|
-
queryKey: readonly ["playground", "lifecycle", "get-state", PlaygroundLifecycleGetStateInput];
|
|
42
|
-
queryFn: () => Promise<PlaygroundLifecycleGetStateOutput>;
|
|
43
|
-
};
|
|
44
|
-
declare const playgroundLifecycleListEventsQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => {
|
|
45
|
-
queryKey: readonly ["playground", "lifecycle", "list-events", PlaygroundLifecycleListEventsInput];
|
|
46
|
-
queryFn: () => Promise<PlaygroundLifecycleListEventsOutput>;
|
|
47
|
-
};
|
|
48
|
-
declare const playgroundWebhookGetLastQueryOptions: (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => {
|
|
49
|
-
queryKey: readonly ["playground", "webhook", "get-last", PlaygroundWebhookGetLastInput];
|
|
50
|
-
queryFn: () => Promise<PlaygroundWebhookGetLastOutput>;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
declare const playgroundWsEchoConnect: (sdk: LesslyStreamOpener, input: PlaygroundWsEchoInput) => LesslyStream;
|
|
54
|
-
|
|
55
|
-
export { PlaygroundAnalyticsOverviewInput, PlaygroundAnalyticsOverviewOutput, PlaygroundBillingEntitlementsInput, PlaygroundBillingEntitlementsOutput, PlaygroundBillingRecordUsageInput, PlaygroundBillingRecordUsageOutput, PlaygroundClickupCreateTaskInput, PlaygroundClickupCreateTaskOutput, PlaygroundClickupGetLastWebhookInput, PlaygroundClickupGetLastWebhookOutput, PlaygroundClickupGetOverviewInput, PlaygroundClickupGetOverviewOutput, PlaygroundGdriveGetLastChangeInput, PlaygroundGdriveGetLastChangeOutput, PlaygroundGdriveReadFileInput, PlaygroundGdriveReadFileOutput, PlaygroundGoogleadsReadCustomerInput, PlaygroundGoogleadsReadCustomerOutput, PlaygroundLifecycleGetStateInput, PlaygroundLifecycleGetStateOutput, PlaygroundLifecycleListEventsInput, PlaygroundLifecycleListEventsOutput, PlaygroundWebhookGetLastInput, PlaygroundWebhookGetLastOutput, PlaygroundWsEchoInput, playgroundAnalyticsOverviewQueryOptions, playgroundBillingEntitlementsQueryOptions, playgroundBillingRecordUsageMutationOptions, playgroundClickupCreateTaskMutationOptions, playgroundClickupGetLastWebhookQueryOptions, playgroundClickupGetOverviewQueryOptions, playgroundGdriveGetLastChangeQueryOptions, playgroundGdriveReadFileQueryOptions, playgroundGoogleadsReadCustomerQueryOptions, playgroundLifecycleGetStateQueryOptions, playgroundLifecycleListEventsQueryOptions, playgroundWebhookGetLastQueryOptions, playgroundWsEchoConnect };
|
|
1
|
+
export * from '../_types/gen/playground/index.js';
|
|
@@ -1,55 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { L as LesslyStreamOpener, a as LesslyStream } from '../types-gTIUAUsP.js';
|
|
3
|
-
|
|
4
|
-
declare const playgroundAnalyticsOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => {
|
|
5
|
-
queryKey: readonly ["playground", "analytics", "overview", PlaygroundAnalyticsOverviewInput];
|
|
6
|
-
queryFn: () => Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
7
|
-
};
|
|
8
|
-
declare const playgroundBillingEntitlementsQueryOptions: (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => {
|
|
9
|
-
queryKey: readonly ["playground", "billing", "entitlements", PlaygroundBillingEntitlementsInput];
|
|
10
|
-
queryFn: () => Promise<PlaygroundBillingEntitlementsOutput>;
|
|
11
|
-
};
|
|
12
|
-
declare const playgroundBillingRecordUsageMutationOptions: (sdk: GeneratedClient) => {
|
|
13
|
-
mutationKey: string[];
|
|
14
|
-
mutationFn: (input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>;
|
|
15
|
-
};
|
|
16
|
-
declare const playgroundClickupCreateTaskMutationOptions: (sdk: GeneratedClient) => {
|
|
17
|
-
mutationKey: string[];
|
|
18
|
-
mutationFn: (input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>;
|
|
19
|
-
};
|
|
20
|
-
declare const playgroundClickupGetLastWebhookQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => {
|
|
21
|
-
queryKey: readonly ["playground", "clickup", "get-last-webhook", PlaygroundClickupGetLastWebhookInput];
|
|
22
|
-
queryFn: () => Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
23
|
-
};
|
|
24
|
-
declare const playgroundClickupGetOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => {
|
|
25
|
-
queryKey: readonly ["playground", "clickup", "get-overview", PlaygroundClickupGetOverviewInput];
|
|
26
|
-
queryFn: () => Promise<PlaygroundClickupGetOverviewOutput>;
|
|
27
|
-
};
|
|
28
|
-
declare const playgroundGdriveGetLastChangeQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => {
|
|
29
|
-
queryKey: readonly ["playground", "gdrive", "get-last-change", PlaygroundGdriveGetLastChangeInput];
|
|
30
|
-
queryFn: () => Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
31
|
-
};
|
|
32
|
-
declare const playgroundGdriveReadFileQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => {
|
|
33
|
-
queryKey: readonly ["playground", "gdrive", "read-file", PlaygroundGdriveReadFileInput];
|
|
34
|
-
queryFn: () => Promise<PlaygroundGdriveReadFileOutput>;
|
|
35
|
-
};
|
|
36
|
-
declare const playgroundGoogleadsReadCustomerQueryOptions: (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => {
|
|
37
|
-
queryKey: readonly ["playground", "googleads", "read-customer", PlaygroundGoogleadsReadCustomerInput];
|
|
38
|
-
queryFn: () => Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
39
|
-
};
|
|
40
|
-
declare const playgroundLifecycleGetStateQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => {
|
|
41
|
-
queryKey: readonly ["playground", "lifecycle", "get-state", PlaygroundLifecycleGetStateInput];
|
|
42
|
-
queryFn: () => Promise<PlaygroundLifecycleGetStateOutput>;
|
|
43
|
-
};
|
|
44
|
-
declare const playgroundLifecycleListEventsQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => {
|
|
45
|
-
queryKey: readonly ["playground", "lifecycle", "list-events", PlaygroundLifecycleListEventsInput];
|
|
46
|
-
queryFn: () => Promise<PlaygroundLifecycleListEventsOutput>;
|
|
47
|
-
};
|
|
48
|
-
declare const playgroundWebhookGetLastQueryOptions: (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => {
|
|
49
|
-
queryKey: readonly ["playground", "webhook", "get-last", PlaygroundWebhookGetLastInput];
|
|
50
|
-
queryFn: () => Promise<PlaygroundWebhookGetLastOutput>;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
declare const playgroundWsEchoConnect: (sdk: LesslyStreamOpener, input: PlaygroundWsEchoInput) => LesslyStream;
|
|
54
|
-
|
|
55
|
-
export { PlaygroundAnalyticsOverviewInput, PlaygroundAnalyticsOverviewOutput, PlaygroundBillingEntitlementsInput, PlaygroundBillingEntitlementsOutput, PlaygroundBillingRecordUsageInput, PlaygroundBillingRecordUsageOutput, PlaygroundClickupCreateTaskInput, PlaygroundClickupCreateTaskOutput, PlaygroundClickupGetLastWebhookInput, PlaygroundClickupGetLastWebhookOutput, PlaygroundClickupGetOverviewInput, PlaygroundClickupGetOverviewOutput, PlaygroundGdriveGetLastChangeInput, PlaygroundGdriveGetLastChangeOutput, PlaygroundGdriveReadFileInput, PlaygroundGdriveReadFileOutput, PlaygroundGoogleadsReadCustomerInput, PlaygroundGoogleadsReadCustomerOutput, PlaygroundLifecycleGetStateInput, PlaygroundLifecycleGetStateOutput, PlaygroundLifecycleListEventsInput, PlaygroundLifecycleListEventsOutput, PlaygroundWebhookGetLastInput, PlaygroundWebhookGetLastOutput, PlaygroundWsEchoInput, playgroundAnalyticsOverviewQueryOptions, playgroundBillingEntitlementsQueryOptions, playgroundBillingRecordUsageMutationOptions, playgroundClickupCreateTaskMutationOptions, playgroundClickupGetLastWebhookQueryOptions, playgroundClickupGetOverviewQueryOptions, playgroundGdriveGetLastChangeQueryOptions, playgroundGdriveReadFileQueryOptions, playgroundGoogleadsReadCustomerQueryOptions, playgroundLifecycleGetStateQueryOptions, playgroundLifecycleListEventsQueryOptions, playgroundWebhookGetLastQueryOptions, playgroundWsEchoConnect };
|
|
1
|
+
export * from '../_types/gen/playground/index.js';
|
package/dist/playground/index.js
CHANGED
|
@@ -1,116 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
declare const realtimeArchiveExportMutationOptions: (sdk: GeneratedClient) => {
|
|
4
|
-
mutationKey: string[];
|
|
5
|
-
mutationFn: (input: RealtimeArchiveExportInput) => Promise<RealtimeArchiveExportOutput>;
|
|
6
|
-
};
|
|
7
|
-
declare const realtimeArchiveExportStatusQueryOptions: (sdk: GeneratedClient, input: RealtimeArchiveExportStatusInput) => {
|
|
8
|
-
queryKey: readonly ["realtime", "archive-export", "status", RealtimeArchiveExportStatusInput];
|
|
9
|
-
queryFn: () => Promise<RealtimeArchiveExportStatusOutput>;
|
|
10
|
-
};
|
|
11
|
-
declare const realtimeArchiveGetQueryOptions: (sdk: GeneratedClient, input: RealtimeArchiveGetInput) => {
|
|
12
|
-
queryKey: readonly ["realtime", "archive", "get", RealtimeArchiveGetInput];
|
|
13
|
-
queryFn: () => Promise<RealtimeArchiveGetOutput>;
|
|
14
|
-
};
|
|
15
|
-
declare const realtimeGrantCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
16
|
-
mutationKey: string[];
|
|
17
|
-
mutationFn: (input: RealtimeGrantCreateInput) => Promise<RealtimeGrantCreateOutput>;
|
|
18
|
-
};
|
|
19
|
-
declare const realtimeGrantListQueryOptions: (sdk: GeneratedClient, input: RealtimeGrantListInput) => {
|
|
20
|
-
queryKey: readonly ["realtime", "grant", "list", RealtimeGrantListInput];
|
|
21
|
-
queryFn: () => Promise<RealtimeGrantListOutput>;
|
|
22
|
-
};
|
|
23
|
-
declare const realtimeGrantRevokeMutationOptions: (sdk: GeneratedClient) => {
|
|
24
|
-
mutationKey: string[];
|
|
25
|
-
mutationFn: (input: RealtimeGrantRevokeInput) => Promise<RealtimeGrantRevokeOutput>;
|
|
26
|
-
};
|
|
27
|
-
declare const realtimeHistoryGetQueryOptions: (sdk: GeneratedClient, input: RealtimeHistoryGetInput) => {
|
|
28
|
-
queryKey: readonly ["realtime", "history", "get", RealtimeHistoryGetInput];
|
|
29
|
-
queryFn: () => Promise<RealtimeHistoryGetOutput>;
|
|
30
|
-
};
|
|
31
|
-
declare const realtimeMessagesPublishMutationOptions: (sdk: GeneratedClient) => {
|
|
32
|
-
mutationKey: string[];
|
|
33
|
-
mutationFn: (input: RealtimeMessagesPublishInput) => Promise<RealtimeMessagesPublishOutput>;
|
|
34
|
-
};
|
|
35
|
-
declare const realtimeNamespaceCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
36
|
-
mutationKey: string[];
|
|
37
|
-
mutationFn: (input: RealtimeNamespaceCreateInput) => Promise<RealtimeNamespaceCreateOutput>;
|
|
38
|
-
};
|
|
39
|
-
declare const realtimeNamespaceDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
40
|
-
mutationKey: string[];
|
|
41
|
-
mutationFn: (input: RealtimeNamespaceDeleteInput) => Promise<RealtimeNamespaceDeleteOutput>;
|
|
42
|
-
};
|
|
43
|
-
declare const realtimeNamespaceGetQueryOptions: (sdk: GeneratedClient, input: RealtimeNamespaceGetInput) => {
|
|
44
|
-
queryKey: readonly ["realtime", "namespace", "get", RealtimeNamespaceGetInput];
|
|
45
|
-
queryFn: () => Promise<RealtimeNamespaceGetOutput>;
|
|
46
|
-
};
|
|
47
|
-
declare const realtimeNamespaceListQueryOptions: (sdk: GeneratedClient, input: RealtimeNamespaceListInput) => {
|
|
48
|
-
queryKey: readonly ["realtime", "namespace", "list", RealtimeNamespaceListInput];
|
|
49
|
-
queryFn: () => Promise<RealtimeNamespaceListOutput>;
|
|
50
|
-
};
|
|
51
|
-
declare const realtimeNamespaceUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
52
|
-
mutationKey: string[];
|
|
53
|
-
mutationFn: (input: RealtimeNamespaceUpdateInput) => Promise<RealtimeNamespaceUpdateOutput>;
|
|
54
|
-
};
|
|
55
|
-
declare const realtimePresenceEnterMutationOptions: (sdk: GeneratedClient) => {
|
|
56
|
-
mutationKey: string[];
|
|
57
|
-
mutationFn: (input: RealtimePresenceEnterInput) => Promise<RealtimePresenceEnterOutput>;
|
|
58
|
-
};
|
|
59
|
-
declare const realtimePresenceGetQueryOptions: (sdk: GeneratedClient, input: RealtimePresenceGetInput) => {
|
|
60
|
-
queryKey: readonly ["realtime", "presence", "get", RealtimePresenceGetInput];
|
|
61
|
-
queryFn: () => Promise<RealtimePresenceGetOutput>;
|
|
62
|
-
};
|
|
63
|
-
declare const realtimePresenceLeaveMutationOptions: (sdk: GeneratedClient) => {
|
|
64
|
-
mutationKey: string[];
|
|
65
|
-
mutationFn: (input: RealtimePresenceLeaveInput) => Promise<RealtimePresenceLeaveOutput>;
|
|
66
|
-
};
|
|
67
|
-
declare const realtimePresenceStatsQueryOptions: (sdk: GeneratedClient, input: RealtimePresenceStatsInput) => {
|
|
68
|
-
queryKey: readonly ["realtime", "presence", "stats", RealtimePresenceStatsInput];
|
|
69
|
-
queryFn: () => Promise<RealtimePresenceStatsOutput>;
|
|
70
|
-
};
|
|
71
|
-
declare const realtimePresenceUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
72
|
-
mutationKey: string[];
|
|
73
|
-
mutationFn: (input: RealtimePresenceUpdateInput) => Promise<RealtimePresenceUpdateOutput>;
|
|
74
|
-
};
|
|
75
|
-
declare const realtimePublicAccessStatusQueryOptions: (sdk: GeneratedClient, input: RealtimePublicAccessStatusInput) => {
|
|
76
|
-
queryKey: readonly ["realtime", "public-access", "status", RealtimePublicAccessStatusInput];
|
|
77
|
-
queryFn: () => Promise<RealtimePublicAccessStatusOutput>;
|
|
78
|
-
};
|
|
79
|
-
declare const realtimeStatusGetQueryOptions: (sdk: GeneratedClient, input: RealtimeStatusGetInput) => {
|
|
80
|
-
queryKey: readonly ["realtime", "status", "get", RealtimeStatusGetInput];
|
|
81
|
-
queryFn: () => Promise<RealtimeStatusGetOutput>;
|
|
82
|
-
};
|
|
83
|
-
declare const realtimeTokensCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
84
|
-
mutationKey: string[];
|
|
85
|
-
mutationFn: (input: RealtimeTokensCreateInput) => Promise<RealtimeTokensCreateOutput>;
|
|
86
|
-
};
|
|
87
|
-
declare const realtimeWebhookCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
88
|
-
mutationKey: string[];
|
|
89
|
-
mutationFn: (input: RealtimeWebhookCreateInput) => Promise<RealtimeWebhookCreateOutput>;
|
|
90
|
-
};
|
|
91
|
-
declare const realtimeWebhookDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
92
|
-
mutationKey: string[];
|
|
93
|
-
mutationFn: (input: RealtimeWebhookDeleteInput) => Promise<RealtimeWebhookDeleteOutput>;
|
|
94
|
-
};
|
|
95
|
-
declare const realtimeWebhookDeliveriesListQueryOptions: (sdk: GeneratedClient, input: RealtimeWebhookDeliveriesListInput) => {
|
|
96
|
-
queryKey: readonly ["realtime", "webhook-deliveries", "list", RealtimeWebhookDeliveriesListInput];
|
|
97
|
-
queryFn: () => Promise<RealtimeWebhookDeliveriesListOutput>;
|
|
98
|
-
};
|
|
99
|
-
declare const realtimeWebhookGetQueryOptions: (sdk: GeneratedClient, input: RealtimeWebhookGetInput) => {
|
|
100
|
-
queryKey: readonly ["realtime", "webhook", "get", RealtimeWebhookGetInput];
|
|
101
|
-
queryFn: () => Promise<RealtimeWebhookGetOutput>;
|
|
102
|
-
};
|
|
103
|
-
declare const realtimeWebhookListQueryOptions: (sdk: GeneratedClient, input: RealtimeWebhookListInput) => {
|
|
104
|
-
queryKey: readonly ["realtime", "webhook", "list", RealtimeWebhookListInput];
|
|
105
|
-
queryFn: () => Promise<RealtimeWebhookListOutput>;
|
|
106
|
-
};
|
|
107
|
-
declare const realtimeWebhookSecretRotateMutationOptions: (sdk: GeneratedClient) => {
|
|
108
|
-
mutationKey: string[];
|
|
109
|
-
mutationFn: (input: RealtimeWebhookSecretRotateInput) => Promise<RealtimeWebhookSecretRotateOutput>;
|
|
110
|
-
};
|
|
111
|
-
declare const realtimeWebhookUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
112
|
-
mutationKey: string[];
|
|
113
|
-
mutationFn: (input: RealtimeWebhookUpdateInput) => Promise<RealtimeWebhookUpdateOutput>;
|
|
114
|
-
};
|
|
115
|
-
|
|
116
|
-
export { RealtimeArchiveExportInput, RealtimeArchiveExportOutput, RealtimeArchiveExportStatusInput, RealtimeArchiveExportStatusOutput, RealtimeArchiveGetInput, RealtimeArchiveGetOutput, RealtimeGrantCreateInput, RealtimeGrantCreateOutput, RealtimeGrantListInput, RealtimeGrantListOutput, RealtimeGrantRevokeInput, RealtimeGrantRevokeOutput, RealtimeHistoryGetInput, RealtimeHistoryGetOutput, RealtimeMessagesPublishInput, RealtimeMessagesPublishOutput, RealtimeNamespaceCreateInput, RealtimeNamespaceCreateOutput, RealtimeNamespaceDeleteInput, RealtimeNamespaceDeleteOutput, RealtimeNamespaceGetInput, RealtimeNamespaceGetOutput, RealtimeNamespaceListInput, RealtimeNamespaceListOutput, RealtimeNamespaceUpdateInput, RealtimeNamespaceUpdateOutput, RealtimePresenceEnterInput, RealtimePresenceEnterOutput, RealtimePresenceGetInput, RealtimePresenceGetOutput, RealtimePresenceLeaveInput, RealtimePresenceLeaveOutput, RealtimePresenceStatsInput, RealtimePresenceStatsOutput, RealtimePresenceUpdateInput, RealtimePresenceUpdateOutput, RealtimePublicAccessStatusInput, RealtimePublicAccessStatusOutput, RealtimeStatusGetInput, RealtimeStatusGetOutput, RealtimeTokensCreateInput, RealtimeTokensCreateOutput, RealtimeWebhookCreateInput, RealtimeWebhookCreateOutput, RealtimeWebhookDeleteInput, RealtimeWebhookDeleteOutput, RealtimeWebhookDeliveriesListInput, RealtimeWebhookDeliveriesListOutput, RealtimeWebhookGetInput, RealtimeWebhookGetOutput, RealtimeWebhookListInput, RealtimeWebhookListOutput, RealtimeWebhookSecretRotateInput, RealtimeWebhookSecretRotateOutput, RealtimeWebhookUpdateInput, RealtimeWebhookUpdateOutput, realtimeArchiveExportMutationOptions, realtimeArchiveExportStatusQueryOptions, realtimeArchiveGetQueryOptions, realtimeGrantCreateMutationOptions, realtimeGrantListQueryOptions, realtimeGrantRevokeMutationOptions, realtimeHistoryGetQueryOptions, realtimeMessagesPublishMutationOptions, realtimeNamespaceCreateMutationOptions, realtimeNamespaceDeleteMutationOptions, realtimeNamespaceGetQueryOptions, realtimeNamespaceListQueryOptions, realtimeNamespaceUpdateMutationOptions, realtimePresenceEnterMutationOptions, realtimePresenceGetQueryOptions, realtimePresenceLeaveMutationOptions, realtimePresenceStatsQueryOptions, realtimePresenceUpdateMutationOptions, realtimePublicAccessStatusQueryOptions, realtimeStatusGetQueryOptions, realtimeTokensCreateMutationOptions, realtimeWebhookCreateMutationOptions, realtimeWebhookDeleteMutationOptions, realtimeWebhookDeliveriesListQueryOptions, realtimeWebhookGetQueryOptions, realtimeWebhookListQueryOptions, realtimeWebhookSecretRotateMutationOptions, realtimeWebhookUpdateMutationOptions };
|
|
1
|
+
export * from '../_types/gen/realtime/index.js';
|
package/dist/realtime/index.d.ts
CHANGED
|
@@ -1,116 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
declare const realtimeArchiveExportMutationOptions: (sdk: GeneratedClient) => {
|
|
4
|
-
mutationKey: string[];
|
|
5
|
-
mutationFn: (input: RealtimeArchiveExportInput) => Promise<RealtimeArchiveExportOutput>;
|
|
6
|
-
};
|
|
7
|
-
declare const realtimeArchiveExportStatusQueryOptions: (sdk: GeneratedClient, input: RealtimeArchiveExportStatusInput) => {
|
|
8
|
-
queryKey: readonly ["realtime", "archive-export", "status", RealtimeArchiveExportStatusInput];
|
|
9
|
-
queryFn: () => Promise<RealtimeArchiveExportStatusOutput>;
|
|
10
|
-
};
|
|
11
|
-
declare const realtimeArchiveGetQueryOptions: (sdk: GeneratedClient, input: RealtimeArchiveGetInput) => {
|
|
12
|
-
queryKey: readonly ["realtime", "archive", "get", RealtimeArchiveGetInput];
|
|
13
|
-
queryFn: () => Promise<RealtimeArchiveGetOutput>;
|
|
14
|
-
};
|
|
15
|
-
declare const realtimeGrantCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
16
|
-
mutationKey: string[];
|
|
17
|
-
mutationFn: (input: RealtimeGrantCreateInput) => Promise<RealtimeGrantCreateOutput>;
|
|
18
|
-
};
|
|
19
|
-
declare const realtimeGrantListQueryOptions: (sdk: GeneratedClient, input: RealtimeGrantListInput) => {
|
|
20
|
-
queryKey: readonly ["realtime", "grant", "list", RealtimeGrantListInput];
|
|
21
|
-
queryFn: () => Promise<RealtimeGrantListOutput>;
|
|
22
|
-
};
|
|
23
|
-
declare const realtimeGrantRevokeMutationOptions: (sdk: GeneratedClient) => {
|
|
24
|
-
mutationKey: string[];
|
|
25
|
-
mutationFn: (input: RealtimeGrantRevokeInput) => Promise<RealtimeGrantRevokeOutput>;
|
|
26
|
-
};
|
|
27
|
-
declare const realtimeHistoryGetQueryOptions: (sdk: GeneratedClient, input: RealtimeHistoryGetInput) => {
|
|
28
|
-
queryKey: readonly ["realtime", "history", "get", RealtimeHistoryGetInput];
|
|
29
|
-
queryFn: () => Promise<RealtimeHistoryGetOutput>;
|
|
30
|
-
};
|
|
31
|
-
declare const realtimeMessagesPublishMutationOptions: (sdk: GeneratedClient) => {
|
|
32
|
-
mutationKey: string[];
|
|
33
|
-
mutationFn: (input: RealtimeMessagesPublishInput) => Promise<RealtimeMessagesPublishOutput>;
|
|
34
|
-
};
|
|
35
|
-
declare const realtimeNamespaceCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
36
|
-
mutationKey: string[];
|
|
37
|
-
mutationFn: (input: RealtimeNamespaceCreateInput) => Promise<RealtimeNamespaceCreateOutput>;
|
|
38
|
-
};
|
|
39
|
-
declare const realtimeNamespaceDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
40
|
-
mutationKey: string[];
|
|
41
|
-
mutationFn: (input: RealtimeNamespaceDeleteInput) => Promise<RealtimeNamespaceDeleteOutput>;
|
|
42
|
-
};
|
|
43
|
-
declare const realtimeNamespaceGetQueryOptions: (sdk: GeneratedClient, input: RealtimeNamespaceGetInput) => {
|
|
44
|
-
queryKey: readonly ["realtime", "namespace", "get", RealtimeNamespaceGetInput];
|
|
45
|
-
queryFn: () => Promise<RealtimeNamespaceGetOutput>;
|
|
46
|
-
};
|
|
47
|
-
declare const realtimeNamespaceListQueryOptions: (sdk: GeneratedClient, input: RealtimeNamespaceListInput) => {
|
|
48
|
-
queryKey: readonly ["realtime", "namespace", "list", RealtimeNamespaceListInput];
|
|
49
|
-
queryFn: () => Promise<RealtimeNamespaceListOutput>;
|
|
50
|
-
};
|
|
51
|
-
declare const realtimeNamespaceUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
52
|
-
mutationKey: string[];
|
|
53
|
-
mutationFn: (input: RealtimeNamespaceUpdateInput) => Promise<RealtimeNamespaceUpdateOutput>;
|
|
54
|
-
};
|
|
55
|
-
declare const realtimePresenceEnterMutationOptions: (sdk: GeneratedClient) => {
|
|
56
|
-
mutationKey: string[];
|
|
57
|
-
mutationFn: (input: RealtimePresenceEnterInput) => Promise<RealtimePresenceEnterOutput>;
|
|
58
|
-
};
|
|
59
|
-
declare const realtimePresenceGetQueryOptions: (sdk: GeneratedClient, input: RealtimePresenceGetInput) => {
|
|
60
|
-
queryKey: readonly ["realtime", "presence", "get", RealtimePresenceGetInput];
|
|
61
|
-
queryFn: () => Promise<RealtimePresenceGetOutput>;
|
|
62
|
-
};
|
|
63
|
-
declare const realtimePresenceLeaveMutationOptions: (sdk: GeneratedClient) => {
|
|
64
|
-
mutationKey: string[];
|
|
65
|
-
mutationFn: (input: RealtimePresenceLeaveInput) => Promise<RealtimePresenceLeaveOutput>;
|
|
66
|
-
};
|
|
67
|
-
declare const realtimePresenceStatsQueryOptions: (sdk: GeneratedClient, input: RealtimePresenceStatsInput) => {
|
|
68
|
-
queryKey: readonly ["realtime", "presence", "stats", RealtimePresenceStatsInput];
|
|
69
|
-
queryFn: () => Promise<RealtimePresenceStatsOutput>;
|
|
70
|
-
};
|
|
71
|
-
declare const realtimePresenceUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
72
|
-
mutationKey: string[];
|
|
73
|
-
mutationFn: (input: RealtimePresenceUpdateInput) => Promise<RealtimePresenceUpdateOutput>;
|
|
74
|
-
};
|
|
75
|
-
declare const realtimePublicAccessStatusQueryOptions: (sdk: GeneratedClient, input: RealtimePublicAccessStatusInput) => {
|
|
76
|
-
queryKey: readonly ["realtime", "public-access", "status", RealtimePublicAccessStatusInput];
|
|
77
|
-
queryFn: () => Promise<RealtimePublicAccessStatusOutput>;
|
|
78
|
-
};
|
|
79
|
-
declare const realtimeStatusGetQueryOptions: (sdk: GeneratedClient, input: RealtimeStatusGetInput) => {
|
|
80
|
-
queryKey: readonly ["realtime", "status", "get", RealtimeStatusGetInput];
|
|
81
|
-
queryFn: () => Promise<RealtimeStatusGetOutput>;
|
|
82
|
-
};
|
|
83
|
-
declare const realtimeTokensCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
84
|
-
mutationKey: string[];
|
|
85
|
-
mutationFn: (input: RealtimeTokensCreateInput) => Promise<RealtimeTokensCreateOutput>;
|
|
86
|
-
};
|
|
87
|
-
declare const realtimeWebhookCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
88
|
-
mutationKey: string[];
|
|
89
|
-
mutationFn: (input: RealtimeWebhookCreateInput) => Promise<RealtimeWebhookCreateOutput>;
|
|
90
|
-
};
|
|
91
|
-
declare const realtimeWebhookDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
92
|
-
mutationKey: string[];
|
|
93
|
-
mutationFn: (input: RealtimeWebhookDeleteInput) => Promise<RealtimeWebhookDeleteOutput>;
|
|
94
|
-
};
|
|
95
|
-
declare const realtimeWebhookDeliveriesListQueryOptions: (sdk: GeneratedClient, input: RealtimeWebhookDeliveriesListInput) => {
|
|
96
|
-
queryKey: readonly ["realtime", "webhook-deliveries", "list", RealtimeWebhookDeliveriesListInput];
|
|
97
|
-
queryFn: () => Promise<RealtimeWebhookDeliveriesListOutput>;
|
|
98
|
-
};
|
|
99
|
-
declare const realtimeWebhookGetQueryOptions: (sdk: GeneratedClient, input: RealtimeWebhookGetInput) => {
|
|
100
|
-
queryKey: readonly ["realtime", "webhook", "get", RealtimeWebhookGetInput];
|
|
101
|
-
queryFn: () => Promise<RealtimeWebhookGetOutput>;
|
|
102
|
-
};
|
|
103
|
-
declare const realtimeWebhookListQueryOptions: (sdk: GeneratedClient, input: RealtimeWebhookListInput) => {
|
|
104
|
-
queryKey: readonly ["realtime", "webhook", "list", RealtimeWebhookListInput];
|
|
105
|
-
queryFn: () => Promise<RealtimeWebhookListOutput>;
|
|
106
|
-
};
|
|
107
|
-
declare const realtimeWebhookSecretRotateMutationOptions: (sdk: GeneratedClient) => {
|
|
108
|
-
mutationKey: string[];
|
|
109
|
-
mutationFn: (input: RealtimeWebhookSecretRotateInput) => Promise<RealtimeWebhookSecretRotateOutput>;
|
|
110
|
-
};
|
|
111
|
-
declare const realtimeWebhookUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
112
|
-
mutationKey: string[];
|
|
113
|
-
mutationFn: (input: RealtimeWebhookUpdateInput) => Promise<RealtimeWebhookUpdateOutput>;
|
|
114
|
-
};
|
|
115
|
-
|
|
116
|
-
export { RealtimeArchiveExportInput, RealtimeArchiveExportOutput, RealtimeArchiveExportStatusInput, RealtimeArchiveExportStatusOutput, RealtimeArchiveGetInput, RealtimeArchiveGetOutput, RealtimeGrantCreateInput, RealtimeGrantCreateOutput, RealtimeGrantListInput, RealtimeGrantListOutput, RealtimeGrantRevokeInput, RealtimeGrantRevokeOutput, RealtimeHistoryGetInput, RealtimeHistoryGetOutput, RealtimeMessagesPublishInput, RealtimeMessagesPublishOutput, RealtimeNamespaceCreateInput, RealtimeNamespaceCreateOutput, RealtimeNamespaceDeleteInput, RealtimeNamespaceDeleteOutput, RealtimeNamespaceGetInput, RealtimeNamespaceGetOutput, RealtimeNamespaceListInput, RealtimeNamespaceListOutput, RealtimeNamespaceUpdateInput, RealtimeNamespaceUpdateOutput, RealtimePresenceEnterInput, RealtimePresenceEnterOutput, RealtimePresenceGetInput, RealtimePresenceGetOutput, RealtimePresenceLeaveInput, RealtimePresenceLeaveOutput, RealtimePresenceStatsInput, RealtimePresenceStatsOutput, RealtimePresenceUpdateInput, RealtimePresenceUpdateOutput, RealtimePublicAccessStatusInput, RealtimePublicAccessStatusOutput, RealtimeStatusGetInput, RealtimeStatusGetOutput, RealtimeTokensCreateInput, RealtimeTokensCreateOutput, RealtimeWebhookCreateInput, RealtimeWebhookCreateOutput, RealtimeWebhookDeleteInput, RealtimeWebhookDeleteOutput, RealtimeWebhookDeliveriesListInput, RealtimeWebhookDeliveriesListOutput, RealtimeWebhookGetInput, RealtimeWebhookGetOutput, RealtimeWebhookListInput, RealtimeWebhookListOutput, RealtimeWebhookSecretRotateInput, RealtimeWebhookSecretRotateOutput, RealtimeWebhookUpdateInput, RealtimeWebhookUpdateOutput, realtimeArchiveExportMutationOptions, realtimeArchiveExportStatusQueryOptions, realtimeArchiveGetQueryOptions, realtimeGrantCreateMutationOptions, realtimeGrantListQueryOptions, realtimeGrantRevokeMutationOptions, realtimeHistoryGetQueryOptions, realtimeMessagesPublishMutationOptions, realtimeNamespaceCreateMutationOptions, realtimeNamespaceDeleteMutationOptions, realtimeNamespaceGetQueryOptions, realtimeNamespaceListQueryOptions, realtimeNamespaceUpdateMutationOptions, realtimePresenceEnterMutationOptions, realtimePresenceGetQueryOptions, realtimePresenceLeaveMutationOptions, realtimePresenceStatsQueryOptions, realtimePresenceUpdateMutationOptions, realtimePublicAccessStatusQueryOptions, realtimeStatusGetQueryOptions, realtimeTokensCreateMutationOptions, realtimeWebhookCreateMutationOptions, realtimeWebhookDeleteMutationOptions, realtimeWebhookDeliveriesListQueryOptions, realtimeWebhookGetQueryOptions, realtimeWebhookListQueryOptions, realtimeWebhookSecretRotateMutationOptions, realtimeWebhookUpdateMutationOptions };
|
|
1
|
+
export * from '../_types/gen/realtime/index.js';
|
package/dist/support/index.d.cts
CHANGED
|
@@ -1,180 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
declare const supportAgentCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
|
-
mutationKey: string[];
|
|
5
|
-
mutationFn: (input: SupportAgentCreateInput) => Promise<SupportAgentCreateOutput>;
|
|
6
|
-
};
|
|
7
|
-
declare const supportAgentGetQueryOptions: (sdk: GeneratedClient, input: SupportAgentGetInput) => {
|
|
8
|
-
queryKey: readonly ["support", "agent", "get", SupportAgentGetInput];
|
|
9
|
-
queryFn: () => Promise<SupportAgentGetOutput>;
|
|
10
|
-
};
|
|
11
|
-
declare const supportAgentListQueryOptions: (sdk: GeneratedClient, input: SupportAgentListInput) => {
|
|
12
|
-
queryKey: readonly ["support", "agent", "list", SupportAgentListInput];
|
|
13
|
-
queryFn: () => Promise<SupportAgentListOutput>;
|
|
14
|
-
};
|
|
15
|
-
declare const supportAgentUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
16
|
-
mutationKey: string[];
|
|
17
|
-
mutationFn: (input: SupportAgentUpdateInput) => Promise<SupportAgentUpdateOutput>;
|
|
18
|
-
};
|
|
19
|
-
declare const supportAttachmentCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
20
|
-
mutationKey: string[];
|
|
21
|
-
mutationFn: (input: SupportAttachmentCreateInput) => Promise<SupportAttachmentCreateOutput>;
|
|
22
|
-
};
|
|
23
|
-
declare const supportAttachmentFinalizeMutationOptions: (sdk: GeneratedClient) => {
|
|
24
|
-
mutationKey: string[];
|
|
25
|
-
mutationFn: (input: SupportAttachmentFinalizeInput) => Promise<SupportAttachmentFinalizeOutput>;
|
|
26
|
-
};
|
|
27
|
-
declare const supportLabelCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
28
|
-
mutationKey: string[];
|
|
29
|
-
mutationFn: (input: SupportLabelCreateInput) => Promise<SupportLabelCreateOutput>;
|
|
30
|
-
};
|
|
31
|
-
declare const supportLabelListQueryOptions: (sdk: GeneratedClient, input: SupportLabelListInput) => {
|
|
32
|
-
queryKey: readonly ["support", "label", "list", SupportLabelListInput];
|
|
33
|
-
queryFn: () => Promise<SupportLabelListOutput>;
|
|
34
|
-
};
|
|
35
|
-
declare const supportMessageCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
36
|
-
mutationKey: string[];
|
|
37
|
-
mutationFn: (input: SupportMessageCreateInput) => Promise<SupportMessageCreateOutput>;
|
|
38
|
-
};
|
|
39
|
-
declare const supportMessageListQueryOptions: (sdk: GeneratedClient, input: SupportMessageListInput) => {
|
|
40
|
-
queryKey: readonly ["support", "message", "list", SupportMessageListInput];
|
|
41
|
-
queryFn: () => Promise<SupportMessageListOutput>;
|
|
42
|
-
};
|
|
43
|
-
declare const supportResponseEscalateMutationOptions: (sdk: GeneratedClient) => {
|
|
44
|
-
mutationKey: string[];
|
|
45
|
-
mutationFn: (input: SupportResponseEscalateInput) => Promise<SupportResponseEscalateOutput>;
|
|
46
|
-
};
|
|
47
|
-
declare const supportResponseGetQueryOptions: (sdk: GeneratedClient, input: SupportResponseGetInput) => {
|
|
48
|
-
queryKey: readonly ["support", "response", "get", SupportResponseGetInput];
|
|
49
|
-
queryFn: () => Promise<SupportResponseGetOutput>;
|
|
50
|
-
};
|
|
51
|
-
declare const supportResponseListQueryOptions: (sdk: GeneratedClient, input: SupportResponseListInput) => {
|
|
52
|
-
queryKey: readonly ["support", "response", "list", SupportResponseListInput];
|
|
53
|
-
queryFn: () => Promise<SupportResponseListOutput>;
|
|
54
|
-
};
|
|
55
|
-
declare const supportRuleCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
56
|
-
mutationKey: string[];
|
|
57
|
-
mutationFn: (input: SupportRuleCreateInput) => Promise<SupportRuleCreateOutput>;
|
|
58
|
-
};
|
|
59
|
-
declare const supportRuleDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
60
|
-
mutationKey: string[];
|
|
61
|
-
mutationFn: (input: SupportRuleDeleteInput) => Promise<SupportRuleDeleteOutput>;
|
|
62
|
-
};
|
|
63
|
-
declare const supportRuleGetQueryOptions: (sdk: GeneratedClient, input: SupportRuleGetInput) => {
|
|
64
|
-
queryKey: readonly ["support", "rule", "get", SupportRuleGetInput];
|
|
65
|
-
queryFn: () => Promise<SupportRuleGetOutput>;
|
|
66
|
-
};
|
|
67
|
-
declare const supportRuleListQueryOptions: (sdk: GeneratedClient, input: SupportRuleListInput) => {
|
|
68
|
-
queryKey: readonly ["support", "rule", "list", SupportRuleListInput];
|
|
69
|
-
queryFn: () => Promise<SupportRuleListOutput>;
|
|
70
|
-
};
|
|
71
|
-
declare const supportRuleUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
72
|
-
mutationKey: string[];
|
|
73
|
-
mutationFn: (input: SupportRuleUpdateInput) => Promise<SupportRuleUpdateOutput>;
|
|
74
|
-
};
|
|
75
|
-
declare const supportStatusArchiveMutationOptions: (sdk: GeneratedClient) => {
|
|
76
|
-
mutationKey: string[];
|
|
77
|
-
mutationFn: (input: SupportStatusArchiveInput) => Promise<SupportStatusArchiveOutput>;
|
|
78
|
-
};
|
|
79
|
-
declare const supportStatusCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
80
|
-
mutationKey: string[];
|
|
81
|
-
mutationFn: (input: SupportStatusCreateInput) => Promise<SupportStatusCreateOutput>;
|
|
82
|
-
};
|
|
83
|
-
declare const supportStatusListQueryOptions: (sdk: GeneratedClient, input: SupportStatusListInput) => {
|
|
84
|
-
queryKey: readonly ["support", "status", "list", SupportStatusListInput];
|
|
85
|
-
queryFn: () => Promise<SupportStatusListOutput>;
|
|
86
|
-
};
|
|
87
|
-
declare const supportStatusUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
88
|
-
mutationKey: string[];
|
|
89
|
-
mutationFn: (input: SupportStatusUpdateInput) => Promise<SupportStatusUpdateOutput>;
|
|
90
|
-
};
|
|
91
|
-
declare const supportSurveyArchiveMutationOptions: (sdk: GeneratedClient) => {
|
|
92
|
-
mutationKey: string[];
|
|
93
|
-
mutationFn: (input: SupportSurveyArchiveInput) => Promise<SupportSurveyArchiveOutput>;
|
|
94
|
-
};
|
|
95
|
-
declare const supportSurveyCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
96
|
-
mutationKey: string[];
|
|
97
|
-
mutationFn: (input: SupportSurveyCreateInput) => Promise<SupportSurveyCreateOutput>;
|
|
98
|
-
};
|
|
99
|
-
declare const supportSurveyGetQueryOptions: (sdk: GeneratedClient, input: SupportSurveyGetInput) => {
|
|
100
|
-
queryKey: readonly ["support", "survey", "get", SupportSurveyGetInput];
|
|
101
|
-
queryFn: () => Promise<SupportSurveyGetOutput>;
|
|
102
|
-
};
|
|
103
|
-
declare const supportSurveyListQueryOptions: (sdk: GeneratedClient, input: SupportSurveyListInput) => {
|
|
104
|
-
queryKey: readonly ["support", "survey", "list", SupportSurveyListInput];
|
|
105
|
-
queryFn: () => Promise<SupportSurveyListOutput>;
|
|
106
|
-
};
|
|
107
|
-
declare const supportSurveyPublishMutationOptions: (sdk: GeneratedClient) => {
|
|
108
|
-
mutationKey: string[];
|
|
109
|
-
mutationFn: (input: SupportSurveyPublishInput) => Promise<SupportSurveyPublishOutput>;
|
|
110
|
-
};
|
|
111
|
-
declare const supportSurveyStatsQueryOptions: (sdk: GeneratedClient, input: SupportSurveyStatsInput) => {
|
|
112
|
-
queryKey: readonly ["support", "survey", "stats", SupportSurveyStatsInput];
|
|
113
|
-
queryFn: () => Promise<SupportSurveyStatsOutput>;
|
|
114
|
-
};
|
|
115
|
-
declare const supportSurveyUnpublishMutationOptions: (sdk: GeneratedClient) => {
|
|
116
|
-
mutationKey: string[];
|
|
117
|
-
mutationFn: (input: SupportSurveyUnpublishInput) => Promise<SupportSurveyUnpublishOutput>;
|
|
118
|
-
};
|
|
119
|
-
declare const supportSurveyUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
120
|
-
mutationKey: string[];
|
|
121
|
-
mutationFn: (input: SupportSurveyUpdateInput) => Promise<SupportSurveyUpdateOutput>;
|
|
122
|
-
};
|
|
123
|
-
declare const supportThreadAssignMutationOptions: (sdk: GeneratedClient) => {
|
|
124
|
-
mutationKey: string[];
|
|
125
|
-
mutationFn: (input: SupportThreadAssignInput) => Promise<SupportThreadAssignOutput>;
|
|
126
|
-
};
|
|
127
|
-
declare const supportThreadCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
128
|
-
mutationKey: string[];
|
|
129
|
-
mutationFn: (input: SupportThreadCreateInput) => Promise<SupportThreadCreateOutput>;
|
|
130
|
-
};
|
|
131
|
-
declare const supportThreadGetQueryOptions: (sdk: GeneratedClient, input: SupportThreadGetInput) => {
|
|
132
|
-
queryKey: readonly ["support", "thread", "get", SupportThreadGetInput];
|
|
133
|
-
queryFn: () => Promise<SupportThreadGetOutput>;
|
|
134
|
-
};
|
|
135
|
-
declare const supportThreadListQueryOptions: (sdk: GeneratedClient, input: SupportThreadListInput) => {
|
|
136
|
-
queryKey: readonly ["support", "thread", "list", SupportThreadListInput];
|
|
137
|
-
queryFn: () => Promise<SupportThreadListOutput>;
|
|
138
|
-
};
|
|
139
|
-
declare const supportThreadStatusSetMutationOptions: (sdk: GeneratedClient) => {
|
|
140
|
-
mutationKey: string[];
|
|
141
|
-
mutationFn: (input: SupportThreadStatusSetInput) => Promise<SupportThreadStatusSetOutput>;
|
|
142
|
-
};
|
|
143
|
-
declare const supportThreadUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
144
|
-
mutationKey: string[];
|
|
145
|
-
mutationFn: (input: SupportThreadUpdateInput) => Promise<SupportThreadUpdateOutput>;
|
|
146
|
-
};
|
|
147
|
-
declare const supportWebhookCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
148
|
-
mutationKey: string[];
|
|
149
|
-
mutationFn: (input: SupportWebhookCreateInput) => Promise<SupportWebhookCreateOutput>;
|
|
150
|
-
};
|
|
151
|
-
declare const supportWebhookDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
152
|
-
mutationKey: string[];
|
|
153
|
-
mutationFn: (input: SupportWebhookDeleteInput) => Promise<SupportWebhookDeleteOutput>;
|
|
154
|
-
};
|
|
155
|
-
declare const supportWebhookDeliveriesListQueryOptions: (sdk: GeneratedClient, input: SupportWebhookDeliveriesListInput) => {
|
|
156
|
-
queryKey: readonly ["support", "webhook-deliveries", "list", SupportWebhookDeliveriesListInput];
|
|
157
|
-
queryFn: () => Promise<SupportWebhookDeliveriesListOutput>;
|
|
158
|
-
};
|
|
159
|
-
declare const supportWebhookGetQueryOptions: (sdk: GeneratedClient, input: SupportWebhookGetInput) => {
|
|
160
|
-
queryKey: readonly ["support", "webhook", "get", SupportWebhookGetInput];
|
|
161
|
-
queryFn: () => Promise<SupportWebhookGetOutput>;
|
|
162
|
-
};
|
|
163
|
-
declare const supportWebhookListQueryOptions: (sdk: GeneratedClient, input: SupportWebhookListInput) => {
|
|
164
|
-
queryKey: readonly ["support", "webhook", "list", SupportWebhookListInput];
|
|
165
|
-
queryFn: () => Promise<SupportWebhookListOutput>;
|
|
166
|
-
};
|
|
167
|
-
declare const supportWebhookRedeliverMutationOptions: (sdk: GeneratedClient) => {
|
|
168
|
-
mutationKey: string[];
|
|
169
|
-
mutationFn: (input: SupportWebhookRedeliverInput) => Promise<SupportWebhookRedeliverOutput>;
|
|
170
|
-
};
|
|
171
|
-
declare const supportWebhookRotateSecretMutationOptions: (sdk: GeneratedClient) => {
|
|
172
|
-
mutationKey: string[];
|
|
173
|
-
mutationFn: (input: SupportWebhookRotateSecretInput) => Promise<SupportWebhookRotateSecretOutput>;
|
|
174
|
-
};
|
|
175
|
-
declare const supportWebhookUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
176
|
-
mutationKey: string[];
|
|
177
|
-
mutationFn: (input: SupportWebhookUpdateInput) => Promise<SupportWebhookUpdateOutput>;
|
|
178
|
-
};
|
|
179
|
-
|
|
180
|
-
export { SupportAgentCreateInput, SupportAgentCreateOutput, SupportAgentGetInput, SupportAgentGetOutput, SupportAgentListInput, SupportAgentListOutput, SupportAgentUpdateInput, SupportAgentUpdateOutput, SupportAttachmentCreateInput, SupportAttachmentCreateOutput, SupportAttachmentFinalizeInput, SupportAttachmentFinalizeOutput, SupportLabelCreateInput, SupportLabelCreateOutput, SupportLabelListInput, SupportLabelListOutput, SupportMessageCreateInput, SupportMessageCreateOutput, SupportMessageListInput, SupportMessageListOutput, SupportResponseEscalateInput, SupportResponseEscalateOutput, SupportResponseGetInput, SupportResponseGetOutput, SupportResponseListInput, SupportResponseListOutput, SupportRuleCreateInput, SupportRuleCreateOutput, SupportRuleDeleteInput, SupportRuleDeleteOutput, SupportRuleGetInput, SupportRuleGetOutput, SupportRuleListInput, SupportRuleListOutput, SupportRuleUpdateInput, SupportRuleUpdateOutput, SupportStatusArchiveInput, SupportStatusArchiveOutput, SupportStatusCreateInput, SupportStatusCreateOutput, SupportStatusListInput, SupportStatusListOutput, SupportStatusUpdateInput, SupportStatusUpdateOutput, SupportSurveyArchiveInput, SupportSurveyArchiveOutput, SupportSurveyCreateInput, SupportSurveyCreateOutput, SupportSurveyGetInput, SupportSurveyGetOutput, SupportSurveyListInput, SupportSurveyListOutput, SupportSurveyPublishInput, SupportSurveyPublishOutput, SupportSurveyStatsInput, SupportSurveyStatsOutput, SupportSurveyUnpublishInput, SupportSurveyUnpublishOutput, SupportSurveyUpdateInput, SupportSurveyUpdateOutput, SupportThreadAssignInput, SupportThreadAssignOutput, SupportThreadCreateInput, SupportThreadCreateOutput, SupportThreadGetInput, SupportThreadGetOutput, SupportThreadListInput, SupportThreadListOutput, SupportThreadStatusSetInput, SupportThreadStatusSetOutput, SupportThreadUpdateInput, SupportThreadUpdateOutput, SupportWebhookCreateInput, SupportWebhookCreateOutput, SupportWebhookDeleteInput, SupportWebhookDeleteOutput, SupportWebhookDeliveriesListInput, SupportWebhookDeliveriesListOutput, SupportWebhookGetInput, SupportWebhookGetOutput, SupportWebhookListInput, SupportWebhookListOutput, SupportWebhookRedeliverInput, SupportWebhookRedeliverOutput, SupportWebhookRotateSecretInput, SupportWebhookRotateSecretOutput, SupportWebhookUpdateInput, SupportWebhookUpdateOutput, supportAgentCreateMutationOptions, supportAgentGetQueryOptions, supportAgentListQueryOptions, supportAgentUpdateMutationOptions, supportAttachmentCreateMutationOptions, supportAttachmentFinalizeMutationOptions, supportLabelCreateMutationOptions, supportLabelListQueryOptions, supportMessageCreateMutationOptions, supportMessageListQueryOptions, supportResponseEscalateMutationOptions, supportResponseGetQueryOptions, supportResponseListQueryOptions, supportRuleCreateMutationOptions, supportRuleDeleteMutationOptions, supportRuleGetQueryOptions, supportRuleListQueryOptions, supportRuleUpdateMutationOptions, supportStatusArchiveMutationOptions, supportStatusCreateMutationOptions, supportStatusListQueryOptions, supportStatusUpdateMutationOptions, supportSurveyArchiveMutationOptions, supportSurveyCreateMutationOptions, supportSurveyGetQueryOptions, supportSurveyListQueryOptions, supportSurveyPublishMutationOptions, supportSurveyStatsQueryOptions, supportSurveyUnpublishMutationOptions, supportSurveyUpdateMutationOptions, supportThreadAssignMutationOptions, supportThreadCreateMutationOptions, supportThreadGetQueryOptions, supportThreadListQueryOptions, supportThreadStatusSetMutationOptions, supportThreadUpdateMutationOptions, supportWebhookCreateMutationOptions, supportWebhookDeleteMutationOptions, supportWebhookDeliveriesListQueryOptions, supportWebhookGetQueryOptions, supportWebhookListQueryOptions, supportWebhookRedeliverMutationOptions, supportWebhookRotateSecretMutationOptions, supportWebhookUpdateMutationOptions };
|
|
1
|
+
export * from '../_types/gen/support/index.js';
|