@lessly/sdk-app 61.2.0 → 62.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_types/gen/client.gen.d.ts +53 -2
- package/dist/_types/gen/manifest.gen.d.ts +1 -1
- package/dist/_types/gen/organization/index.d.ts +1 -1
- package/dist/_types/gen/organization/queryOptions.gen.d.ts +57 -5
- 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/types.gen.d.ts +374 -10
- package/dist/chunk-2YAA3AF4.js +10437 -0
- package/dist/chunk-2YAA3AF4.js.map +1 -0
- package/dist/index.cjs +438 -66
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +54 -10105
- package/dist/index.js.map +1 -1
- package/dist/organization/index.cjs +70 -5
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.js +57 -5
- package/dist/organization/index.js.map +1 -1
- package/dist/playground/index.cjs +81 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +1 -0
- package/dist/playground/index.d.ts +1 -0
- package/dist/playground/index.js +58 -0
- package/dist/playground/index.js.map +1 -0
- package/package.json +12 -2
- package/src/gen/bindings.gen.ts +395 -40
- package/src/gen/client.gen.ts +104 -3
- package/src/gen/manifest.gen.ts +53 -28
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +87 -6
- package/src/gen/playground/connect.gen.ts +9 -0
- package/src/gen/playground/index.ts +4 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/types.gen.ts +441 -12
package/src/gen/client.gen.ts
CHANGED
|
@@ -605,8 +605,6 @@ import type {
|
|
|
605
605
|
OrganizationAuthMeOutput,
|
|
606
606
|
OrganizationBillingBudgetsGetInput,
|
|
607
607
|
OrganizationBillingBudgetsGetOutput,
|
|
608
|
-
OrganizationBillingBudgetsSetInput,
|
|
609
|
-
OrganizationBillingBudgetsSetOutput,
|
|
610
608
|
OrganizationBillingCapsClearInput,
|
|
611
609
|
OrganizationBillingCapsClearOutput,
|
|
612
610
|
OrganizationBillingCapsSetInput,
|
|
@@ -667,6 +665,26 @@ import type {
|
|
|
667
665
|
OrganizationGithubListInstallationsOutput,
|
|
668
666
|
OrganizationGoogleadsInstallInput,
|
|
669
667
|
OrganizationGoogleadsInstallOutput,
|
|
668
|
+
OrganizationGroupsCreateInput,
|
|
669
|
+
OrganizationGroupsCreateOutput,
|
|
670
|
+
OrganizationGroupsDeleteInput,
|
|
671
|
+
OrganizationGroupsDeleteOutput,
|
|
672
|
+
OrganizationGroupsGetInput,
|
|
673
|
+
OrganizationGroupsGetOutput,
|
|
674
|
+
OrganizationGroupsGrantRemoveInput,
|
|
675
|
+
OrganizationGroupsGrantRemoveOutput,
|
|
676
|
+
OrganizationGroupsGrantSetInput,
|
|
677
|
+
OrganizationGroupsGrantSetOutput,
|
|
678
|
+
OrganizationGroupsListInput,
|
|
679
|
+
OrganizationGroupsListOutput,
|
|
680
|
+
OrganizationGroupsMemberAddInput,
|
|
681
|
+
OrganizationGroupsMemberAddOutput,
|
|
682
|
+
OrganizationGroupsMemberRemoveInput,
|
|
683
|
+
OrganizationGroupsMemberRemoveOutput,
|
|
684
|
+
OrganizationGroupsUpdateInput,
|
|
685
|
+
OrganizationGroupsUpdateOutput,
|
|
686
|
+
OrganizationLinkedinMemberInstallInput,
|
|
687
|
+
OrganizationLinkedinMemberInstallOutput,
|
|
670
688
|
OrganizationListInput,
|
|
671
689
|
OrganizationListOutput,
|
|
672
690
|
OrganizationMemberAcceptInviteInput,
|
|
@@ -703,6 +721,8 @@ import type {
|
|
|
703
721
|
OrganizationProductListOutput,
|
|
704
722
|
OrganizationProductListRolesInput,
|
|
705
723
|
OrganizationProductListRolesOutput,
|
|
724
|
+
OrganizationProductMeInput,
|
|
725
|
+
OrganizationProductMeOutput,
|
|
706
726
|
OrganizationProductRevokeAccessInput,
|
|
707
727
|
OrganizationProductRevokeAccessOutput,
|
|
708
728
|
OrganizationProductSelectInput,
|
|
@@ -721,6 +741,8 @@ import type {
|
|
|
721
741
|
OrganizationPublicKeysUpdateScopeOutput,
|
|
722
742
|
OrganizationPublicRoutesListInput,
|
|
723
743
|
OrganizationPublicRoutesListOutput,
|
|
744
|
+
OrganizationRedditInstallInput,
|
|
745
|
+
OrganizationRedditInstallOutput,
|
|
724
746
|
OrganizationRolesCreateInput,
|
|
725
747
|
OrganizationRolesCreateOutput,
|
|
726
748
|
OrganizationRolesDeleteInput,
|
|
@@ -743,6 +765,34 @@ import type {
|
|
|
743
765
|
OrganizationSupportThreadReplyOutput,
|
|
744
766
|
OrganizationSupportThreadsListInput,
|
|
745
767
|
OrganizationSupportThreadsListOutput,
|
|
768
|
+
OrganizationXInstallInput,
|
|
769
|
+
OrganizationXInstallOutput,
|
|
770
|
+
OrganizationYoutubeInstallInput,
|
|
771
|
+
OrganizationYoutubeInstallOutput,
|
|
772
|
+
PlaygroundAnalyticsOverviewInput,
|
|
773
|
+
PlaygroundAnalyticsOverviewOutput,
|
|
774
|
+
PlaygroundBillingEntitlementsInput,
|
|
775
|
+
PlaygroundBillingEntitlementsOutput,
|
|
776
|
+
PlaygroundBillingRecordUsageInput,
|
|
777
|
+
PlaygroundBillingRecordUsageOutput,
|
|
778
|
+
PlaygroundClickupCreateTaskInput,
|
|
779
|
+
PlaygroundClickupCreateTaskOutput,
|
|
780
|
+
PlaygroundClickupGetLastWebhookInput,
|
|
781
|
+
PlaygroundClickupGetLastWebhookOutput,
|
|
782
|
+
PlaygroundClickupGetOverviewInput,
|
|
783
|
+
PlaygroundClickupGetOverviewOutput,
|
|
784
|
+
PlaygroundGdriveGetLastChangeInput,
|
|
785
|
+
PlaygroundGdriveGetLastChangeOutput,
|
|
786
|
+
PlaygroundGdriveReadFileInput,
|
|
787
|
+
PlaygroundGdriveReadFileOutput,
|
|
788
|
+
PlaygroundGoogleadsReadCustomerInput,
|
|
789
|
+
PlaygroundGoogleadsReadCustomerOutput,
|
|
790
|
+
PlaygroundLifecycleGetStateInput,
|
|
791
|
+
PlaygroundLifecycleGetStateOutput,
|
|
792
|
+
PlaygroundLifecycleListEventsInput,
|
|
793
|
+
PlaygroundLifecycleListEventsOutput,
|
|
794
|
+
PlaygroundWebhookGetLastInput,
|
|
795
|
+
PlaygroundWebhookGetLastOutput,
|
|
746
796
|
RealtimeArchiveExportInput,
|
|
747
797
|
RealtimeArchiveExportOutput,
|
|
748
798
|
RealtimeArchiveExportStatusInput,
|
|
@@ -1619,7 +1669,6 @@ export interface GeneratedClient {
|
|
|
1619
1669
|
};
|
|
1620
1670
|
'billing-budgets': {
|
|
1621
1671
|
get: ((input: OrganizationBillingBudgetsGetInput) => Promise<OrganizationBillingBudgetsGetOutput>) & Operation;
|
|
1622
|
-
set: ((input: OrganizationBillingBudgetsSetInput) => Promise<OrganizationBillingBudgetsSetOutput>) & Operation;
|
|
1623
1672
|
};
|
|
1624
1673
|
'billing-caps': {
|
|
1625
1674
|
clear: ((input: OrganizationBillingCapsClearInput) => Promise<OrganizationBillingCapsClearOutput>) & Operation;
|
|
@@ -1672,6 +1721,20 @@ export interface GeneratedClient {
|
|
|
1672
1721
|
googleads: {
|
|
1673
1722
|
install: ((input: OrganizationGoogleadsInstallInput) => Promise<OrganizationGoogleadsInstallOutput>) & Operation;
|
|
1674
1723
|
};
|
|
1724
|
+
groups: {
|
|
1725
|
+
create: ((input: OrganizationGroupsCreateInput) => Promise<OrganizationGroupsCreateOutput>) & Operation;
|
|
1726
|
+
delete: ((input: OrganizationGroupsDeleteInput) => Promise<OrganizationGroupsDeleteOutput>) & Operation;
|
|
1727
|
+
get: ((input: OrganizationGroupsGetInput) => Promise<OrganizationGroupsGetOutput>) & Operation;
|
|
1728
|
+
'grant-remove': ((input: OrganizationGroupsGrantRemoveInput) => Promise<OrganizationGroupsGrantRemoveOutput>) & Operation;
|
|
1729
|
+
'grant-set': ((input: OrganizationGroupsGrantSetInput) => Promise<OrganizationGroupsGrantSetOutput>) & Operation;
|
|
1730
|
+
list: ((input: OrganizationGroupsListInput) => Promise<OrganizationGroupsListOutput>) & Operation;
|
|
1731
|
+
'member-add': ((input: OrganizationGroupsMemberAddInput) => Promise<OrganizationGroupsMemberAddOutput>) & Operation;
|
|
1732
|
+
'member-remove': ((input: OrganizationGroupsMemberRemoveInput) => Promise<OrganizationGroupsMemberRemoveOutput>) & Operation;
|
|
1733
|
+
update: ((input: OrganizationGroupsUpdateInput) => Promise<OrganizationGroupsUpdateOutput>) & Operation;
|
|
1734
|
+
};
|
|
1735
|
+
'linkedin-member': {
|
|
1736
|
+
install: ((input: OrganizationLinkedinMemberInstallInput) => Promise<OrganizationLinkedinMemberInstallOutput>) & Operation;
|
|
1737
|
+
};
|
|
1675
1738
|
member: {
|
|
1676
1739
|
'accept-invite': ((input: OrganizationMemberAcceptInviteInput) => Promise<OrganizationMemberAcceptInviteOutput>) & Operation;
|
|
1677
1740
|
invite: ((input: OrganizationMemberInviteInput) => Promise<OrganizationMemberInviteOutput>) & Operation;
|
|
@@ -1696,6 +1759,7 @@ export interface GeneratedClient {
|
|
|
1696
1759
|
'list-access': ((input: OrganizationProductListAccessInput) => Promise<OrganizationProductListAccessOutput>) & Operation;
|
|
1697
1760
|
'list-members': ((input: OrganizationProductListMembersInput) => Promise<OrganizationProductListMembersOutput>) & Operation;
|
|
1698
1761
|
'list-roles': ((input: OrganizationProductListRolesInput) => Promise<OrganizationProductListRolesOutput>) & Operation;
|
|
1762
|
+
me: ((input: OrganizationProductMeInput) => Promise<OrganizationProductMeOutput>) & Operation;
|
|
1699
1763
|
'revoke-access': ((input: OrganizationProductRevokeAccessInput) => Promise<OrganizationProductRevokeAccessOutput>) & Operation;
|
|
1700
1764
|
select: ((input: OrganizationProductSelectInput) => Promise<OrganizationProductSelectOutput>) & Operation;
|
|
1701
1765
|
'set-access': ((input: OrganizationProductSetAccessInput) => Promise<OrganizationProductSetAccessOutput>) & Operation;
|
|
@@ -1710,6 +1774,9 @@ export interface GeneratedClient {
|
|
|
1710
1774
|
'public-routes': {
|
|
1711
1775
|
list: ((input: OrganizationPublicRoutesListInput) => Promise<OrganizationPublicRoutesListOutput>) & Operation;
|
|
1712
1776
|
};
|
|
1777
|
+
reddit: {
|
|
1778
|
+
install: ((input: OrganizationRedditInstallInput) => Promise<OrganizationRedditInstallOutput>) & Operation;
|
|
1779
|
+
};
|
|
1713
1780
|
roles: {
|
|
1714
1781
|
create: ((input: OrganizationRolesCreateInput) => Promise<OrganizationRolesCreateOutput>) & Operation;
|
|
1715
1782
|
delete: ((input: OrganizationRolesDeleteInput) => Promise<OrganizationRolesDeleteOutput>) & Operation;
|
|
@@ -1728,6 +1795,40 @@ export interface GeneratedClient {
|
|
|
1728
1795
|
'support-threads': {
|
|
1729
1796
|
list: ((input: OrganizationSupportThreadsListInput) => Promise<OrganizationSupportThreadsListOutput>) & Operation;
|
|
1730
1797
|
};
|
|
1798
|
+
x: {
|
|
1799
|
+
install: ((input: OrganizationXInstallInput) => Promise<OrganizationXInstallOutput>) & Operation;
|
|
1800
|
+
};
|
|
1801
|
+
youtube: {
|
|
1802
|
+
install: ((input: OrganizationYoutubeInstallInput) => Promise<OrganizationYoutubeInstallOutput>) & Operation;
|
|
1803
|
+
};
|
|
1804
|
+
};
|
|
1805
|
+
playground: {
|
|
1806
|
+
analytics: {
|
|
1807
|
+
overview: ((input: PlaygroundAnalyticsOverviewInput) => Promise<PlaygroundAnalyticsOverviewOutput>) & Operation;
|
|
1808
|
+
};
|
|
1809
|
+
billing: {
|
|
1810
|
+
entitlements: ((input: PlaygroundBillingEntitlementsInput) => Promise<PlaygroundBillingEntitlementsOutput>) & Operation;
|
|
1811
|
+
'record-usage': ((input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>) & Operation;
|
|
1812
|
+
};
|
|
1813
|
+
clickup: {
|
|
1814
|
+
'create-task': ((input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>) & Operation;
|
|
1815
|
+
'get-last-webhook': ((input: PlaygroundClickupGetLastWebhookInput) => Promise<PlaygroundClickupGetLastWebhookOutput>) & Operation;
|
|
1816
|
+
'get-overview': ((input: PlaygroundClickupGetOverviewInput) => Promise<PlaygroundClickupGetOverviewOutput>) & Operation;
|
|
1817
|
+
};
|
|
1818
|
+
gdrive: {
|
|
1819
|
+
'get-last-change': ((input: PlaygroundGdriveGetLastChangeInput) => Promise<PlaygroundGdriveGetLastChangeOutput>) & Operation;
|
|
1820
|
+
'read-file': ((input: PlaygroundGdriveReadFileInput) => Promise<PlaygroundGdriveReadFileOutput>) & Operation;
|
|
1821
|
+
};
|
|
1822
|
+
googleads: {
|
|
1823
|
+
'read-customer': ((input: PlaygroundGoogleadsReadCustomerInput) => Promise<PlaygroundGoogleadsReadCustomerOutput>) & Operation;
|
|
1824
|
+
};
|
|
1825
|
+
lifecycle: {
|
|
1826
|
+
'get-state': ((input: PlaygroundLifecycleGetStateInput) => Promise<PlaygroundLifecycleGetStateOutput>) & Operation;
|
|
1827
|
+
'list-events': ((input: PlaygroundLifecycleListEventsInput) => Promise<PlaygroundLifecycleListEventsOutput>) & Operation;
|
|
1828
|
+
};
|
|
1829
|
+
webhook: {
|
|
1830
|
+
'get-last': ((input: PlaygroundWebhookGetLastInput) => Promise<PlaygroundWebhookGetLastOutput>) & Operation;
|
|
1831
|
+
};
|
|
1731
1832
|
};
|
|
1732
1833
|
realtime: {
|
|
1733
1834
|
archive: {
|
package/src/gen/manifest.gen.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
2
|
import type { ToolLevel } from '../runtime/types';
|
|
3
3
|
|
|
4
|
-
export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;
|
|
4
|
+
export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'playground', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;
|
|
5
5
|
|
|
6
6
|
export const operations: Record<string, ToolLevel> = {
|
|
7
7
|
'analytics_catalog_get': 'read',
|
|
@@ -23,7 +23,7 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
23
23
|
'analytics_query_run': 'read',
|
|
24
24
|
'analytics_retention_run': 'read',
|
|
25
25
|
'brain_backup_create': 'write',
|
|
26
|
-
'brain_backup_restore': '
|
|
26
|
+
'brain_backup_restore': 'admin',
|
|
27
27
|
'brain_backup_status': 'read',
|
|
28
28
|
'brain_backups_list': 'read',
|
|
29
29
|
'brain_clickup_channels_list': 'read',
|
|
@@ -54,16 +54,16 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
54
54
|
'brain_knowledge_relations': 'read',
|
|
55
55
|
'brain_knowledge_search': 'read',
|
|
56
56
|
'brain_memory_add': 'write',
|
|
57
|
-
'brain_memory_delete': '
|
|
57
|
+
'brain_memory_delete': 'write',
|
|
58
58
|
'brain_memory_get': 'read',
|
|
59
59
|
'brain_memory_list': 'read',
|
|
60
60
|
'brain_memory_search': 'read',
|
|
61
61
|
'brain_memory_stats': 'read',
|
|
62
62
|
'brain_memory_update': 'write',
|
|
63
|
-
'brain_product_shared_memory_reset': '
|
|
63
|
+
'brain_product_shared_memory_reset': 'admin',
|
|
64
64
|
'brain_restore_status': 'read',
|
|
65
65
|
'brain_usage_report': 'read',
|
|
66
|
-
'consent_config_cookie_domain_upsert': '
|
|
66
|
+
'consent_config_cookie_domain_upsert': 'admin',
|
|
67
67
|
'consent_config_customization_upsert': 'write',
|
|
68
68
|
'consent_config_floating_icon_upsert': 'write',
|
|
69
69
|
'consent_config_theme_upsert': 'write',
|
|
@@ -76,7 +76,7 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
76
76
|
'consent_providers_delete': 'admin',
|
|
77
77
|
'consent_providers_list': 'read',
|
|
78
78
|
'consent_providers_update': 'write',
|
|
79
|
-
'consent_records_export': '
|
|
79
|
+
'consent_records_export': 'admin',
|
|
80
80
|
'consent_stats_get': 'read',
|
|
81
81
|
'content_channels_bind': 'write',
|
|
82
82
|
'content_channels_get': 'read',
|
|
@@ -218,7 +218,7 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
218
218
|
'deployment_volume_get': 'read',
|
|
219
219
|
'deployment_volume_list': 'read',
|
|
220
220
|
'deployment_volume_resize': 'write',
|
|
221
|
-
'mail_apikey_create': '
|
|
221
|
+
'mail_apikey_create': 'admin',
|
|
222
222
|
'mail_apikey_delete': 'admin',
|
|
223
223
|
'mail_apikey_list': 'read',
|
|
224
224
|
'mail_audience_create': 'write',
|
|
@@ -240,11 +240,11 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
240
240
|
'mail_contact_list': 'read',
|
|
241
241
|
'mail_contact_update': 'write',
|
|
242
242
|
'mail_domain_allowed_list': 'read',
|
|
243
|
-
'mail_domain_create': '
|
|
243
|
+
'mail_domain_create': 'admin',
|
|
244
244
|
'mail_domain_delete': 'admin',
|
|
245
245
|
'mail_domain_get': 'read',
|
|
246
246
|
'mail_domain_list': 'read',
|
|
247
|
-
'mail_domain_update': '
|
|
247
|
+
'mail_domain_update': 'admin',
|
|
248
248
|
'mail_domain_verify': 'write',
|
|
249
249
|
'mail_email_cancel': 'write',
|
|
250
250
|
'mail_email_get': 'read',
|
|
@@ -263,12 +263,12 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
263
263
|
'mail_template_publish': 'write',
|
|
264
264
|
'mail_template_update': 'write',
|
|
265
265
|
'mail_usage_get': 'read',
|
|
266
|
-
'mail_webhook_create': '
|
|
266
|
+
'mail_webhook_create': 'admin',
|
|
267
267
|
'mail_webhook_delete': 'admin',
|
|
268
268
|
'mail_webhook_deliveries_list': 'read',
|
|
269
269
|
'mail_webhook_get': 'read',
|
|
270
270
|
'mail_webhook_list': 'read',
|
|
271
|
-
'mail_webhook_update': '
|
|
271
|
+
'mail_webhook_update': 'admin',
|
|
272
272
|
'observe_alerts_create': 'write',
|
|
273
273
|
'observe_alerts_delete': 'admin',
|
|
274
274
|
'observe_alerts_events_list': 'read',
|
|
@@ -278,7 +278,7 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
278
278
|
'observe_artifacts_delete': 'admin',
|
|
279
279
|
'observe_artifacts_list': 'read',
|
|
280
280
|
'observe_artifacts_resolve': 'read',
|
|
281
|
-
'observe_issues_archive': '
|
|
281
|
+
'observe_issues_archive': 'write',
|
|
282
282
|
'observe_issues_assign': 'write',
|
|
283
283
|
'observe_issues_event': 'read',
|
|
284
284
|
'observe_issues_events': 'read',
|
|
@@ -302,11 +302,10 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
302
302
|
'observe_webhooks_get': 'read',
|
|
303
303
|
'observe_webhooks_list': 'read',
|
|
304
304
|
'observe_webhooks_redeliver': 'write',
|
|
305
|
-
'observe_webhooks_rotate_secret': '
|
|
305
|
+
'observe_webhooks_rotate_secret': 'admin',
|
|
306
306
|
'observe_webhooks_update': 'write',
|
|
307
307
|
'organization_auth_me': 'read',
|
|
308
308
|
'organization_billing_budgets_get': 'read',
|
|
309
|
-
'organization_billing_budgets_set': 'write',
|
|
310
309
|
'organization_billing_caps_clear': 'write',
|
|
311
310
|
'organization_billing_caps_set': 'write',
|
|
312
311
|
'organization_bindings_list': 'read',
|
|
@@ -337,6 +336,16 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
337
336
|
'organization_github_install': 'read',
|
|
338
337
|
'organization_github_list-installations': 'read',
|
|
339
338
|
'organization_googleads_install': 'read',
|
|
339
|
+
'organization_groups_create': 'write',
|
|
340
|
+
'organization_groups_delete': 'admin',
|
|
341
|
+
'organization_groups_get': 'read',
|
|
342
|
+
'organization_groups_grant-remove': 'write',
|
|
343
|
+
'organization_groups_grant-set': 'write',
|
|
344
|
+
'organization_groups_list': 'read',
|
|
345
|
+
'organization_groups_member-add': 'write',
|
|
346
|
+
'organization_groups_member-remove': 'write',
|
|
347
|
+
'organization_groups_update': 'write',
|
|
348
|
+
'organization_linkedin_member_install': 'read',
|
|
340
349
|
'organization_list': 'read',
|
|
341
350
|
'organization_member_accept-invite': 'write',
|
|
342
351
|
'organization_member_invite': 'write',
|
|
@@ -355,6 +364,7 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
355
364
|
'organization_product_list-access': 'read',
|
|
356
365
|
'organization_product_list-members': 'read',
|
|
357
366
|
'organization_product_list-roles': 'read',
|
|
367
|
+
'organization_product_me': 'read',
|
|
358
368
|
'organization_product_revoke-access': 'write',
|
|
359
369
|
'organization_product_select': 'read',
|
|
360
370
|
'organization_product_set-access': 'write',
|
|
@@ -364,6 +374,7 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
364
374
|
'organization_public-keys_revoke': 'admin',
|
|
365
375
|
'organization_public-keys_update-scope': 'write',
|
|
366
376
|
'organization_public-routes_list': 'read',
|
|
377
|
+
'organization_reddit_install': 'read',
|
|
367
378
|
'organization_roles_create': 'write',
|
|
368
379
|
'organization_roles_delete': 'admin',
|
|
369
380
|
'organization_roles_get': 'read',
|
|
@@ -375,10 +386,24 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
375
386
|
'organization_support_thread_get': 'read',
|
|
376
387
|
'organization_support_thread_reply': 'write',
|
|
377
388
|
'organization_support_threads_list': 'read',
|
|
378
|
-
'
|
|
389
|
+
'organization_x_install': 'read',
|
|
390
|
+
'organization_youtube_install': 'read',
|
|
391
|
+
'playground_analytics_overview': 'read',
|
|
392
|
+
'playground_billing_entitlements': 'read',
|
|
393
|
+
'playground_billing_record-usage': 'write',
|
|
394
|
+
'playground_clickup_create-task': 'write',
|
|
395
|
+
'playground_clickup_get-last-webhook': 'read',
|
|
396
|
+
'playground_clickup_get-overview': 'read',
|
|
397
|
+
'playground_gdrive_get-last-change': 'read',
|
|
398
|
+
'playground_gdrive_read-file': 'read',
|
|
399
|
+
'playground_googleads_read-customer': 'read',
|
|
400
|
+
'playground_lifecycle_get-state': 'read',
|
|
401
|
+
'playground_lifecycle_list-events': 'read',
|
|
402
|
+
'playground_webhook_get-last': 'read',
|
|
403
|
+
'realtime_archive_export': 'admin',
|
|
379
404
|
'realtime_archive_export_status': 'read',
|
|
380
405
|
'realtime_archive_get': 'read',
|
|
381
|
-
'realtime_grant_create': '
|
|
406
|
+
'realtime_grant_create': 'admin',
|
|
382
407
|
'realtime_grant_list': 'read',
|
|
383
408
|
'realtime_grant_revoke': 'admin',
|
|
384
409
|
'realtime_history_get': 'read',
|
|
@@ -401,7 +426,7 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
401
426
|
'realtime_webhook_deliveries_list': 'read',
|
|
402
427
|
'realtime_webhook_get': 'read',
|
|
403
428
|
'realtime_webhook_list': 'read',
|
|
404
|
-
'realtime_webhook_secret_rotate': '
|
|
429
|
+
'realtime_webhook_secret_rotate': 'admin',
|
|
405
430
|
'realtime_webhook_update': 'write',
|
|
406
431
|
'support_agent_create': 'write',
|
|
407
432
|
'support_agent_get': 'read',
|
|
@@ -429,9 +454,9 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
429
454
|
'support_survey_create': 'write',
|
|
430
455
|
'support_survey_get': 'read',
|
|
431
456
|
'support_survey_list': 'read',
|
|
432
|
-
'support_survey_publish': '
|
|
457
|
+
'support_survey_publish': 'admin',
|
|
433
458
|
'support_survey_stats': 'read',
|
|
434
|
-
'support_survey_unpublish': '
|
|
459
|
+
'support_survey_unpublish': 'admin',
|
|
435
460
|
'support_survey_update': 'write',
|
|
436
461
|
'support_thread_assign': 'write',
|
|
437
462
|
'support_thread_create': 'write',
|
|
@@ -439,22 +464,22 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
439
464
|
'support_thread_list': 'read',
|
|
440
465
|
'support_thread_status_set': 'write',
|
|
441
466
|
'support_thread_update': 'write',
|
|
442
|
-
'support_webhook_create': '
|
|
467
|
+
'support_webhook_create': 'admin',
|
|
443
468
|
'support_webhook_delete': 'admin',
|
|
444
|
-
'support_webhook_deliveries_list': '
|
|
445
|
-
'support_webhook_get': '
|
|
446
|
-
'support_webhook_list': '
|
|
447
|
-
'support_webhook_redeliver': '
|
|
448
|
-
'support_webhook_rotate_secret': '
|
|
449
|
-
'support_webhook_update': '
|
|
469
|
+
'support_webhook_deliveries_list': 'admin',
|
|
470
|
+
'support_webhook_get': 'admin',
|
|
471
|
+
'support_webhook_list': 'admin',
|
|
472
|
+
'support_webhook_redeliver': 'admin',
|
|
473
|
+
'support_webhook_rotate_secret': 'admin',
|
|
474
|
+
'support_webhook_update': 'admin',
|
|
450
475
|
'tracking_domains_create': 'write',
|
|
451
476
|
'tracking_domains_delete': 'admin',
|
|
452
477
|
'tracking_domains_get': 'read',
|
|
453
478
|
'tracking_domains_list': 'read',
|
|
454
479
|
'tracking_domains_verify': 'write',
|
|
455
|
-
'tracking_event-names_archive': '
|
|
480
|
+
'tracking_event-names_archive': 'write',
|
|
456
481
|
'tracking_event-names_list': 'read',
|
|
457
|
-
'tracking_event-names_unarchive': '
|
|
482
|
+
'tracking_event-names_unarchive': 'write',
|
|
458
483
|
'tracking_googleads_connection_status': 'read',
|
|
459
484
|
'tracking_googleads_conversion_actions': 'read',
|
|
460
485
|
'tracking_googleads_feedback_config_get': 'read',
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
2
|
export * from './queryOptions.gen';
|
|
3
|
-
export type { OrganizationAuthMeInput, OrganizationAuthMeOutput, OrganizationBillingBudgetsGetInput, OrganizationBillingBudgetsGetOutput,
|
|
3
|
+
export type { OrganizationAuthMeInput, OrganizationAuthMeOutput, OrganizationBillingBudgetsGetInput, OrganizationBillingBudgetsGetOutput, OrganizationBillingCapsClearInput, OrganizationBillingCapsClearOutput, OrganizationBillingCapsSetInput, OrganizationBillingCapsSetOutput, OrganizationBindingsListInput, OrganizationBindingsListOutput, OrganizationClickupInstallInput, OrganizationClickupInstallOutput, OrganizationClickupListInstallationsInput, OrganizationClickupListInstallationsOutput, OrganizationCloudflareInstallInput, OrganizationCloudflareInstallOutput, OrganizationConnectorsApproveRequestInput, OrganizationConnectorsApproveRequestOutput, OrganizationConnectorsAttachInput, OrganizationConnectorsAttachOutput, OrganizationConnectorsDeleteInput, OrganizationConnectorsDeleteOutput, OrganizationConnectorsDenyRequestInput, OrganizationConnectorsDenyRequestOutput, OrganizationConnectorsDetachInput, OrganizationConnectorsDetachOutput, OrganizationConnectorsListAttachmentsInput, OrganizationConnectorsListAttachmentsOutput, OrganizationConnectorsListAvailableInput, OrganizationConnectorsListAvailableOutput, OrganizationConnectorsListInput, OrganizationConnectorsListOrgInput, OrganizationConnectorsListOrgOutput, OrganizationConnectorsListOutput, OrganizationConnectorsListRequestsInput, OrganizationConnectorsListRequestsOutput, OrganizationConnectorsRemoveInput, OrganizationConnectorsRemoveOutput, OrganizationConnectorsRequestInput, OrganizationConnectorsRequestOutput, OrganizationCreateInput, OrganizationCreateOutput, OrganizationDomainsAddInput, OrganizationDomainsAddOutput, OrganizationDomainsGetInput, OrganizationDomainsGetOutput, OrganizationDomainsListInput, OrganizationDomainsListOutput, OrganizationDomainsRemoveInput, OrganizationDomainsRemoveOutput, OrganizationDomainsSetModeInput, OrganizationDomainsSetModeOutput, OrganizationExtensionsListInstalledInput, OrganizationExtensionsListInstalledOutput, OrganizationFeedbackSubmitInput, OrganizationFeedbackSubmitOutput, OrganizationGdriveInstallInput, OrganizationGdriveInstallOutput, OrganizationGithubInstallInput, OrganizationGithubInstallOutput, OrganizationGithubListInstallationsInput, OrganizationGithubListInstallationsOutput, OrganizationGoogleadsInstallInput, OrganizationGoogleadsInstallOutput, OrganizationGroupsCreateInput, OrganizationGroupsCreateOutput, OrganizationGroupsDeleteInput, OrganizationGroupsDeleteOutput, OrganizationGroupsGetInput, OrganizationGroupsGetOutput, OrganizationGroupsGrantRemoveInput, OrganizationGroupsGrantRemoveOutput, OrganizationGroupsGrantSetInput, OrganizationGroupsGrantSetOutput, OrganizationGroupsListInput, OrganizationGroupsListOutput, OrganizationGroupsMemberAddInput, OrganizationGroupsMemberAddOutput, OrganizationGroupsMemberRemoveInput, OrganizationGroupsMemberRemoveOutput, OrganizationGroupsUpdateInput, OrganizationGroupsUpdateOutput, OrganizationLinkedinMemberInstallInput, OrganizationLinkedinMemberInstallOutput, OrganizationListInput, OrganizationListOutput, OrganizationMemberAcceptInviteInput, OrganizationMemberAcceptInviteOutput, OrganizationMemberInviteInput, OrganizationMemberInviteOutput, OrganizationMemberListInput, OrganizationMemberListInvitationsInput, OrganizationMemberListInvitationsOutput, OrganizationMemberListOutput, OrganizationMemberListProductAccessInput, OrganizationMemberListProductAccessOutput, OrganizationMemberRemoveInput, OrganizationMemberRemoveOutput, OrganizationMemberRevokeInvitationInput, OrganizationMemberRevokeInvitationOutput, OrganizationMemberSetRoleInput, OrganizationMemberSetRoleOutput, OrganizationMemberShareProductInput, OrganizationMemberShareProductOutput, OrganizationMemberUnshareProductInput, OrganizationMemberUnshareProductOutput, OrganizationMembersAssignRoleInput, OrganizationMembersAssignRoleOutput, OrganizationPermissionCatalogInput, OrganizationPermissionCatalogOutput, OrganizationProductCreateInput, OrganizationProductCreateOutput, OrganizationProductListAccessInput, OrganizationProductListAccessOutput, OrganizationProductListInput, OrganizationProductListMembersInput, OrganizationProductListMembersOutput, OrganizationProductListOutput, OrganizationProductListRolesInput, OrganizationProductListRolesOutput, OrganizationProductMeInput, OrganizationProductMeOutput, OrganizationProductRevokeAccessInput, OrganizationProductRevokeAccessOutput, OrganizationProductSelectInput, OrganizationProductSelectOutput, OrganizationProductSetAccessInput, OrganizationProductSetAccessOutput, OrganizationProductUpdateInput, OrganizationProductUpdateOutput, OrganizationPublicKeysCreateInput, OrganizationPublicKeysCreateOutput, OrganizationPublicKeysListInput, OrganizationPublicKeysListOutput, OrganizationPublicKeysRevokeInput, OrganizationPublicKeysRevokeOutput, OrganizationPublicKeysUpdateScopeInput, OrganizationPublicKeysUpdateScopeOutput, OrganizationPublicRoutesListInput, OrganizationPublicRoutesListOutput, OrganizationRedditInstallInput, OrganizationRedditInstallOutput, OrganizationRolesCreateInput, OrganizationRolesCreateOutput, OrganizationRolesDeleteInput, OrganizationRolesDeleteOutput, OrganizationRolesGetInput, OrganizationRolesGetOutput, OrganizationRolesListInput, OrganizationRolesListOutput, OrganizationRolesUpdateInput, OrganizationRolesUpdateOutput, OrganizationSecurityMfaEnableInput, OrganizationSecurityMfaEnableOutput, OrganizationSelectInput, OrganizationSelectOutput, OrganizationSupportThreadCreateInput, OrganizationSupportThreadCreateOutput, OrganizationSupportThreadGetInput, OrganizationSupportThreadGetOutput, OrganizationSupportThreadReplyInput, OrganizationSupportThreadReplyOutput, OrganizationSupportThreadsListInput, OrganizationSupportThreadsListOutput, OrganizationXInstallInput, OrganizationXInstallOutput, OrganizationYoutubeInstallInput, OrganizationYoutubeInstallOutput } from '../types.gen';
|
|
@@ -5,7 +5,6 @@ import type {
|
|
|
5
5
|
OrganizationAuthMeOutput,
|
|
6
6
|
OrganizationBillingBudgetsGetInput,
|
|
7
7
|
OrganizationBillingBudgetsGetOutput,
|
|
8
|
-
OrganizationBillingBudgetsSetInput,
|
|
9
8
|
OrganizationBillingCapsClearInput,
|
|
10
9
|
OrganizationBillingCapsSetInput,
|
|
11
10
|
OrganizationBindingsListInput,
|
|
@@ -47,6 +46,18 @@ import type {
|
|
|
47
46
|
OrganizationGithubListInstallationsInput,
|
|
48
47
|
OrganizationGithubListInstallationsOutput,
|
|
49
48
|
OrganizationGoogleadsInstallInput,
|
|
49
|
+
OrganizationGroupsCreateInput,
|
|
50
|
+
OrganizationGroupsDeleteInput,
|
|
51
|
+
OrganizationGroupsGetInput,
|
|
52
|
+
OrganizationGroupsGetOutput,
|
|
53
|
+
OrganizationGroupsGrantRemoveInput,
|
|
54
|
+
OrganizationGroupsGrantSetInput,
|
|
55
|
+
OrganizationGroupsListInput,
|
|
56
|
+
OrganizationGroupsListOutput,
|
|
57
|
+
OrganizationGroupsMemberAddInput,
|
|
58
|
+
OrganizationGroupsMemberRemoveInput,
|
|
59
|
+
OrganizationGroupsUpdateInput,
|
|
60
|
+
OrganizationLinkedinMemberInstallInput,
|
|
50
61
|
OrganizationListInput,
|
|
51
62
|
OrganizationListOutput,
|
|
52
63
|
OrganizationMemberAcceptInviteInput,
|
|
@@ -74,6 +85,8 @@ import type {
|
|
|
74
85
|
OrganizationProductListOutput,
|
|
75
86
|
OrganizationProductListRolesInput,
|
|
76
87
|
OrganizationProductListRolesOutput,
|
|
88
|
+
OrganizationProductMeInput,
|
|
89
|
+
OrganizationProductMeOutput,
|
|
77
90
|
OrganizationProductRevokeAccessInput,
|
|
78
91
|
OrganizationProductSelectInput,
|
|
79
92
|
OrganizationProductSetAccessInput,
|
|
@@ -85,6 +98,7 @@ import type {
|
|
|
85
98
|
OrganizationPublicKeysUpdateScopeInput,
|
|
86
99
|
OrganizationPublicRoutesListInput,
|
|
87
100
|
OrganizationPublicRoutesListOutput,
|
|
101
|
+
OrganizationRedditInstallInput,
|
|
88
102
|
OrganizationRolesCreateInput,
|
|
89
103
|
OrganizationRolesDeleteInput,
|
|
90
104
|
OrganizationRolesGetInput,
|
|
@@ -100,6 +114,8 @@ import type {
|
|
|
100
114
|
OrganizationSupportThreadReplyInput,
|
|
101
115
|
OrganizationSupportThreadsListInput,
|
|
102
116
|
OrganizationSupportThreadsListOutput,
|
|
117
|
+
OrganizationXInstallInput,
|
|
118
|
+
OrganizationYoutubeInstallInput,
|
|
103
119
|
} from '../types.gen';
|
|
104
120
|
|
|
105
121
|
export const organizationAuthMeQueryOptions = (sdk: GeneratedClient, input: OrganizationAuthMeInput) => ({
|
|
@@ -112,11 +128,6 @@ export const organizationBillingBudgetsGetQueryOptions = (sdk: GeneratedClient,
|
|
|
112
128
|
queryFn: () => sdk['organization']['billing-budgets']['get'](input),
|
|
113
129
|
});
|
|
114
130
|
|
|
115
|
-
export const organizationBillingBudgetsSetMutationOptions = (sdk: GeneratedClient) => ({
|
|
116
|
-
mutationKey: ['organization', 'billing-budgets', 'set'],
|
|
117
|
-
mutationFn: (input: OrganizationBillingBudgetsSetInput) => sdk['organization']['billing-budgets']['set'](input),
|
|
118
|
-
});
|
|
119
|
-
|
|
120
131
|
export const organizationBillingCapsClearMutationOptions = (sdk: GeneratedClient) => ({
|
|
121
132
|
mutationKey: ['organization', 'billing-caps', 'clear'],
|
|
122
133
|
mutationFn: (input: OrganizationBillingCapsClearInput) => sdk['organization']['billing-caps']['clear'](input),
|
|
@@ -267,6 +278,56 @@ export const organizationGoogleadsInstallMutationOptions = (sdk: GeneratedClient
|
|
|
267
278
|
mutationFn: (input: OrganizationGoogleadsInstallInput) => sdk['organization']['googleads']['install'](input),
|
|
268
279
|
});
|
|
269
280
|
|
|
281
|
+
export const organizationGroupsCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
282
|
+
mutationKey: ['organization', 'groups', 'create'],
|
|
283
|
+
mutationFn: (input: OrganizationGroupsCreateInput) => sdk['organization']['groups']['create'](input),
|
|
284
|
+
});
|
|
285
|
+
|
|
286
|
+
export const organizationGroupsDeleteMutationOptions = (sdk: GeneratedClient) => ({
|
|
287
|
+
mutationKey: ['organization', 'groups', 'delete'],
|
|
288
|
+
mutationFn: (input: OrganizationGroupsDeleteInput) => sdk['organization']['groups']['delete'](input),
|
|
289
|
+
});
|
|
290
|
+
|
|
291
|
+
export const organizationGroupsGetQueryOptions = (sdk: GeneratedClient, input: OrganizationGroupsGetInput) => ({
|
|
292
|
+
queryKey: ['organization', 'groups', 'get', input] as const,
|
|
293
|
+
queryFn: () => sdk['organization']['groups']['get'](input),
|
|
294
|
+
});
|
|
295
|
+
|
|
296
|
+
export const organizationGroupsGrantRemoveMutationOptions = (sdk: GeneratedClient) => ({
|
|
297
|
+
mutationKey: ['organization', 'groups', 'grant-remove'],
|
|
298
|
+
mutationFn: (input: OrganizationGroupsGrantRemoveInput) => sdk['organization']['groups']['grant-remove'](input),
|
|
299
|
+
});
|
|
300
|
+
|
|
301
|
+
export const organizationGroupsGrantSetMutationOptions = (sdk: GeneratedClient) => ({
|
|
302
|
+
mutationKey: ['organization', 'groups', 'grant-set'],
|
|
303
|
+
mutationFn: (input: OrganizationGroupsGrantSetInput) => sdk['organization']['groups']['grant-set'](input),
|
|
304
|
+
});
|
|
305
|
+
|
|
306
|
+
export const organizationGroupsListQueryOptions = (sdk: GeneratedClient, input: OrganizationGroupsListInput) => ({
|
|
307
|
+
queryKey: ['organization', 'groups', 'list', input] as const,
|
|
308
|
+
queryFn: () => sdk['organization']['groups']['list'](input),
|
|
309
|
+
});
|
|
310
|
+
|
|
311
|
+
export const organizationGroupsMemberAddMutationOptions = (sdk: GeneratedClient) => ({
|
|
312
|
+
mutationKey: ['organization', 'groups', 'member-add'],
|
|
313
|
+
mutationFn: (input: OrganizationGroupsMemberAddInput) => sdk['organization']['groups']['member-add'](input),
|
|
314
|
+
});
|
|
315
|
+
|
|
316
|
+
export const organizationGroupsMemberRemoveMutationOptions = (sdk: GeneratedClient) => ({
|
|
317
|
+
mutationKey: ['organization', 'groups', 'member-remove'],
|
|
318
|
+
mutationFn: (input: OrganizationGroupsMemberRemoveInput) => sdk['organization']['groups']['member-remove'](input),
|
|
319
|
+
});
|
|
320
|
+
|
|
321
|
+
export const organizationGroupsUpdateMutationOptions = (sdk: GeneratedClient) => ({
|
|
322
|
+
mutationKey: ['organization', 'groups', 'update'],
|
|
323
|
+
mutationFn: (input: OrganizationGroupsUpdateInput) => sdk['organization']['groups']['update'](input),
|
|
324
|
+
});
|
|
325
|
+
|
|
326
|
+
export const organizationLinkedinMemberInstallMutationOptions = (sdk: GeneratedClient) => ({
|
|
327
|
+
mutationKey: ['organization', 'linkedin-member', 'install'],
|
|
328
|
+
mutationFn: (input: OrganizationLinkedinMemberInstallInput) => sdk['organization']['linkedin-member']['install'](input),
|
|
329
|
+
});
|
|
330
|
+
|
|
270
331
|
export const organizationListQueryOptions = (sdk: GeneratedClient, input: OrganizationListInput) => ({
|
|
271
332
|
queryKey: ['organization', 'list', input] as const,
|
|
272
333
|
queryFn: () => sdk['organization']['list'](input),
|
|
@@ -357,6 +418,11 @@ export const organizationProductListRolesQueryOptions = (sdk: GeneratedClient, i
|
|
|
357
418
|
queryFn: () => sdk['organization']['product']['list-roles'](input),
|
|
358
419
|
});
|
|
359
420
|
|
|
421
|
+
export const organizationProductMeQueryOptions = (sdk: GeneratedClient, input: OrganizationProductMeInput) => ({
|
|
422
|
+
queryKey: ['organization', 'product', 'me', input] as const,
|
|
423
|
+
queryFn: () => sdk['organization']['product']['me'](input),
|
|
424
|
+
});
|
|
425
|
+
|
|
360
426
|
export const organizationProductRevokeAccessMutationOptions = (sdk: GeneratedClient) => ({
|
|
361
427
|
mutationKey: ['organization', 'product', 'revoke-access'],
|
|
362
428
|
mutationFn: (input: OrganizationProductRevokeAccessInput) => sdk['organization']['product']['revoke-access'](input),
|
|
@@ -402,6 +468,11 @@ export const organizationPublicRoutesListQueryOptions = (sdk: GeneratedClient, i
|
|
|
402
468
|
queryFn: () => sdk['organization']['public-routes']['list'](input),
|
|
403
469
|
});
|
|
404
470
|
|
|
471
|
+
export const organizationRedditInstallMutationOptions = (sdk: GeneratedClient) => ({
|
|
472
|
+
mutationKey: ['organization', 'reddit', 'install'],
|
|
473
|
+
mutationFn: (input: OrganizationRedditInstallInput) => sdk['organization']['reddit']['install'](input),
|
|
474
|
+
});
|
|
475
|
+
|
|
405
476
|
export const organizationRolesCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
406
477
|
mutationKey: ['organization', 'roles', 'create'],
|
|
407
478
|
mutationFn: (input: OrganizationRolesCreateInput) => sdk['organization']['roles']['create'](input),
|
|
@@ -456,3 +527,13 @@ export const organizationSupportThreadsListQueryOptions = (sdk: GeneratedClient,
|
|
|
456
527
|
queryKey: ['organization', 'support-threads', 'list', input] as const,
|
|
457
528
|
queryFn: () => sdk['organization']['support-threads']['list'](input),
|
|
458
529
|
});
|
|
530
|
+
|
|
531
|
+
export const organizationXInstallMutationOptions = (sdk: GeneratedClient) => ({
|
|
532
|
+
mutationKey: ['organization', 'x', 'install'],
|
|
533
|
+
mutationFn: (input: OrganizationXInstallInput) => sdk['organization']['x']['install'](input),
|
|
534
|
+
});
|
|
535
|
+
|
|
536
|
+
export const organizationYoutubeInstallMutationOptions = (sdk: GeneratedClient) => ({
|
|
537
|
+
mutationKey: ['organization', 'youtube', 'install'],
|
|
538
|
+
mutationFn: (input: OrganizationYoutubeInstallInput) => sdk['organization']['youtube']['install'](input),
|
|
539
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
+
import { wsBindings } from '../bindings.gen';
|
|
3
|
+
import type { LesslyStream, LesslyStreamOpener } from '../../runtime/types';
|
|
4
|
+
import type {
|
|
5
|
+
PlaygroundWsEchoInput,
|
|
6
|
+
} from '../types.gen';
|
|
7
|
+
|
|
8
|
+
export const playgroundWsEchoConnect = (sdk: LesslyStreamOpener, input: PlaygroundWsEchoInput): LesslyStream =>
|
|
9
|
+
sdk.openStream(wsBindings['playground']!['ws']!['echo']!, input as Record<string, unknown>);
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
+
export * from './queryOptions.gen';
|
|
3
|
+
export * from './connect.gen';
|
|
4
|
+
export type { 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 } from '../types.gen';
|