@lessly/sdk-app 30.1.0 → 30.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.cjs +0 -5
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +2 -6
- package/dist/brain/index.d.ts +2 -6
- package/dist/brain/index.js +1 -5
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-C6_mJktu.d.cts → client.gen-QlwjPsPF.d.cts} +217 -119
- package/dist/{client.gen-C6_mJktu.d.ts → client.gen-QlwjPsPF.d.ts} +217 -119
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +104 -36
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +104 -36
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/organization/index.cjs +0 -5
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +2 -6
- package/dist/organization/index.d.ts +2 -6
- package/dist/organization/index.js +1 -5
- package/dist/organization/index.js.map +1 -1
- package/dist/playground/index.cjs +66 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +52 -0
- package/dist/playground/index.d.ts +52 -0
- package/dist/playground/index.js +53 -0
- package/dist/playground/index.js.map +1 -0
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.d.cts +1 -1
- package/dist/users/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +7 -2
- package/src/gen/bindings.gen.ts +104 -36
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +52 -8
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +0 -6
- package/src/gen/playground/index.ts +3 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/types.gen.ts +220 -118
package/dist/waitlist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, lI as WaitlistConfigGetInput, lJ as WaitlistConfigGetOutput, lK as WaitlistConfigUpsertInput, lL as WaitlistConfigUpsertOutput, lM as WaitlistEmbedGetInput, lN as WaitlistEmbedGetOutput, lO as WaitlistInvitesSendInput, lP as WaitlistInvitesSendOutput, lQ as WaitlistSignupsEraseInput, lR as WaitlistSignupsEraseOutput, lS as WaitlistSignupsFunnelInput, lT as WaitlistSignupsFunnelOutput, lU as WaitlistSignupsListInput, lV as WaitlistSignupsListOutput } from '../client.gen-QlwjPsPF.js';
|
|
2
2
|
|
|
3
3
|
declare const waitlistConfigGetQueryOptions: (sdk: GeneratedClient, input: WaitlistConfigGetInput) => {
|
|
4
4
|
queryKey: readonly ["waitlist", "config", "get", WaitlistConfigGetInput];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "30.1
|
|
3
|
+
"version": "30.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -70,6 +70,11 @@
|
|
|
70
70
|
"import": "./dist/organization/index.js",
|
|
71
71
|
"require": "./dist/organization/index.cjs"
|
|
72
72
|
},
|
|
73
|
+
"./playground": {
|
|
74
|
+
"types": "./dist/playground/index.d.ts",
|
|
75
|
+
"import": "./dist/playground/index.js",
|
|
76
|
+
"require": "./dist/playground/index.cjs"
|
|
77
|
+
},
|
|
73
78
|
"./realtime": {
|
|
74
79
|
"types": "./dist/realtime/index.d.ts",
|
|
75
80
|
"import": "./dist/realtime/index.js",
|
|
@@ -91,5 +96,5 @@
|
|
|
91
96
|
"require": "./dist/waitlist/index.cjs"
|
|
92
97
|
}
|
|
93
98
|
},
|
|
94
|
-
"sdkContentHash": "sha256:
|
|
99
|
+
"sdkContentHash": "sha256:770c91040e1d7d6d84a819f5eed76bce6a2c3ae5b9c2bb737769d28573036f60"
|
|
95
100
|
}
|
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -683,19 +683,6 @@ export const bindings: BindingsMap = {
|
|
|
683
683
|
"path": "/brain/restores/:restoreId",
|
|
684
684
|
"readOnly": true
|
|
685
685
|
}
|
|
686
|
-
},
|
|
687
|
-
"usage": {
|
|
688
|
-
"report": {
|
|
689
|
-
"method": "GET",
|
|
690
|
-
"params": [
|
|
691
|
-
{
|
|
692
|
-
"in": "query",
|
|
693
|
-
"name": "days"
|
|
694
|
-
}
|
|
695
|
-
],
|
|
696
|
-
"path": "/brain/usage/report",
|
|
697
|
-
"readOnly": true
|
|
698
|
-
}
|
|
699
686
|
}
|
|
700
687
|
},
|
|
701
688
|
"consent": {
|
|
@@ -3840,29 +3827,6 @@ export const bindings: BindingsMap = {
|
|
|
3840
3827
|
],
|
|
3841
3828
|
"path": "/governance/api/v1/products/:productId/domains/:domainId",
|
|
3842
3829
|
"readOnly": false
|
|
3843
|
-
},
|
|
3844
|
-
"set-mode": {
|
|
3845
|
-
"method": "PUT",
|
|
3846
|
-
"params": [
|
|
3847
|
-
{
|
|
3848
|
-
"in": "path",
|
|
3849
|
-
"name": "productId"
|
|
3850
|
-
},
|
|
3851
|
-
{
|
|
3852
|
-
"in": "path",
|
|
3853
|
-
"name": "domainId"
|
|
3854
|
-
},
|
|
3855
|
-
{
|
|
3856
|
-
"in": "body",
|
|
3857
|
-
"name": "mode"
|
|
3858
|
-
},
|
|
3859
|
-
{
|
|
3860
|
-
"in": "body",
|
|
3861
|
-
"name": "providerConnectorId"
|
|
3862
|
-
}
|
|
3863
|
-
],
|
|
3864
|
-
"path": "/governance/api/v1/products/:productId/domains/:domainId/mode",
|
|
3865
|
-
"readOnly": false
|
|
3866
3830
|
}
|
|
3867
3831
|
},
|
|
3868
3832
|
"extensions": {
|
|
@@ -4457,6 +4421,110 @@ export const bindings: BindingsMap = {
|
|
|
4457
4421
|
}
|
|
4458
4422
|
}
|
|
4459
4423
|
},
|
|
4424
|
+
"playground": {
|
|
4425
|
+
"analytics": {
|
|
4426
|
+
"overview": {
|
|
4427
|
+
"method": "POST",
|
|
4428
|
+
"params": [
|
|
4429
|
+
{
|
|
4430
|
+
"in": "body",
|
|
4431
|
+
"name": "limit"
|
|
4432
|
+
}
|
|
4433
|
+
],
|
|
4434
|
+
"path": "/playground/analytics/overview",
|
|
4435
|
+
"readOnly": true
|
|
4436
|
+
}
|
|
4437
|
+
},
|
|
4438
|
+
"billing": {
|
|
4439
|
+
"entitlements": {
|
|
4440
|
+
"method": "POST",
|
|
4441
|
+
"path": "/playground/billing/entitlements",
|
|
4442
|
+
"readOnly": true
|
|
4443
|
+
},
|
|
4444
|
+
"record-usage": {
|
|
4445
|
+
"method": "POST",
|
|
4446
|
+
"params": [
|
|
4447
|
+
{
|
|
4448
|
+
"in": "body",
|
|
4449
|
+
"name": "value"
|
|
4450
|
+
}
|
|
4451
|
+
],
|
|
4452
|
+
"path": "/playground/billing/usage",
|
|
4453
|
+
"readOnly": false
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
4456
|
+
"clickup": {
|
|
4457
|
+
"create-task": {
|
|
4458
|
+
"method": "POST",
|
|
4459
|
+
"params": [
|
|
4460
|
+
{
|
|
4461
|
+
"in": "body",
|
|
4462
|
+
"name": "listId"
|
|
4463
|
+
},
|
|
4464
|
+
{
|
|
4465
|
+
"in": "body",
|
|
4466
|
+
"name": "name"
|
|
4467
|
+
}
|
|
4468
|
+
],
|
|
4469
|
+
"path": "/playground/clickup/tasks",
|
|
4470
|
+
"readOnly": false
|
|
4471
|
+
},
|
|
4472
|
+
"get-last-webhook": {
|
|
4473
|
+
"method": "GET",
|
|
4474
|
+
"path": "/playground/clickup/webhooks/last",
|
|
4475
|
+
"readOnly": true
|
|
4476
|
+
},
|
|
4477
|
+
"get-overview": {
|
|
4478
|
+
"method": "GET",
|
|
4479
|
+
"path": "/playground/clickup/overview",
|
|
4480
|
+
"readOnly": true
|
|
4481
|
+
}
|
|
4482
|
+
},
|
|
4483
|
+
"gdrive": {
|
|
4484
|
+
"get-last-change": {
|
|
4485
|
+
"method": "GET",
|
|
4486
|
+
"path": "/playground/gdrive/changes/last",
|
|
4487
|
+
"readOnly": true
|
|
4488
|
+
},
|
|
4489
|
+
"read-file": {
|
|
4490
|
+
"method": "POST",
|
|
4491
|
+
"params": [
|
|
4492
|
+
{
|
|
4493
|
+
"in": "body",
|
|
4494
|
+
"name": "fileId"
|
|
4495
|
+
}
|
|
4496
|
+
],
|
|
4497
|
+
"path": "/playground/gdrive/file",
|
|
4498
|
+
"readOnly": true
|
|
4499
|
+
}
|
|
4500
|
+
},
|
|
4501
|
+
"googleads": {
|
|
4502
|
+
"read-customer": {
|
|
4503
|
+
"method": "POST",
|
|
4504
|
+
"path": "/playground/googleads/customer",
|
|
4505
|
+
"readOnly": true
|
|
4506
|
+
}
|
|
4507
|
+
},
|
|
4508
|
+
"lifecycle": {
|
|
4509
|
+
"get-state": {
|
|
4510
|
+
"method": "GET",
|
|
4511
|
+
"path": "/playground/lifecycle/state",
|
|
4512
|
+
"readOnly": true
|
|
4513
|
+
},
|
|
4514
|
+
"list-events": {
|
|
4515
|
+
"method": "GET",
|
|
4516
|
+
"path": "/playground/lifecycle/events",
|
|
4517
|
+
"readOnly": true
|
|
4518
|
+
}
|
|
4519
|
+
},
|
|
4520
|
+
"webhook": {
|
|
4521
|
+
"get-last": {
|
|
4522
|
+
"method": "GET",
|
|
4523
|
+
"path": "/playground/webhooks/last",
|
|
4524
|
+
"readOnly": true
|
|
4525
|
+
}
|
|
4526
|
+
}
|
|
4527
|
+
},
|
|
4460
4528
|
"realtime": {
|
|
4461
4529
|
"archive": {
|
|
4462
4530
|
"export": {
|
package/src/gen/brain/index.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
2
|
export * from './queryOptions.gen';
|
|
3
|
-
export type { BrainBackupCreateInput, BrainBackupCreateOutput, BrainBackupRestoreInput, BrainBackupRestoreOutput, BrainBackupStatusInput, BrainBackupStatusOutput, BrainBackupsListInput, BrainBackupsListOutput, BrainClickupChannelsListInput, BrainClickupChannelsListOutput, BrainClickupConnectionsListInput, BrainClickupConnectionsListOutput, BrainClickupListsListInput, BrainClickupListsListOutput, BrainClickupSpacesListInput, BrainClickupSpacesListOutput, BrainCognitionDigestInput, BrainCognitionDigestOutput, BrainCognitionStatusInput, BrainCognitionStatusOutput, BrainCognitionSweepInput, BrainCognitionSweepOutput, BrainConnectorBranchesListInput, BrainConnectorBranchesListOutput, BrainConnectorConnectionsListInput, BrainConnectorConnectionsListOutput, BrainConnectorReposListInput, BrainConnectorReposListOutput, BrainDaemonBatchStatusInput, BrainDaemonBatchStatusOutput, BrainDaemonCreateInput, BrainDaemonCreateOutput, BrainDaemonGetInput, BrainDaemonGetOutput, BrainDaemonReingestInput, BrainDaemonReingestOutput, BrainDaemonRemoveInput, BrainDaemonRemoveOutput, BrainDaemonRunInput, BrainDaemonRunItemsInput, BrainDaemonRunItemsOutput, BrainDaemonRunOutput, BrainDaemonRunsInput, BrainDaemonRunsOutput, BrainDaemonStatusInput, BrainDaemonStatusOutput, BrainDaemonUpdateInput, BrainDaemonUpdateOutput, BrainDaemonsListInput, BrainDaemonsListOutput, BrainGdriveConnectionsListInput, BrainGdriveConnectionsListOutput, BrainKnowledgeEntityMemoriesInput, BrainKnowledgeEntityMemoriesOutput, BrainKnowledgeGraphInput, BrainKnowledgeGraphOutput, BrainKnowledgeNeighborhoodInput, BrainKnowledgeNeighborhoodOutput, BrainKnowledgeRelationsInput, BrainKnowledgeRelationsOutput, BrainKnowledgeSearchInput, BrainKnowledgeSearchOutput, BrainMemoryAddInput, BrainMemoryAddOutput, BrainMemoryDeleteInput, BrainMemoryDeleteOutput, BrainMemoryGetInput, BrainMemoryGetOutput, BrainMemoryListInput, BrainMemoryListOutput, BrainMemorySearchInput, BrainMemorySearchOutput, BrainMemoryStatsInput, BrainMemoryStatsOutput, BrainMemoryUpdateInput, BrainMemoryUpdateOutput, BrainProductSharedMemoryResetInput, BrainProductSharedMemoryResetOutput, BrainRestoreStatusInput, BrainRestoreStatusOutput
|
|
3
|
+
export type { BrainBackupCreateInput, BrainBackupCreateOutput, BrainBackupRestoreInput, BrainBackupRestoreOutput, BrainBackupStatusInput, BrainBackupStatusOutput, BrainBackupsListInput, BrainBackupsListOutput, BrainClickupChannelsListInput, BrainClickupChannelsListOutput, BrainClickupConnectionsListInput, BrainClickupConnectionsListOutput, BrainClickupListsListInput, BrainClickupListsListOutput, BrainClickupSpacesListInput, BrainClickupSpacesListOutput, BrainCognitionDigestInput, BrainCognitionDigestOutput, BrainCognitionStatusInput, BrainCognitionStatusOutput, BrainCognitionSweepInput, BrainCognitionSweepOutput, BrainConnectorBranchesListInput, BrainConnectorBranchesListOutput, BrainConnectorConnectionsListInput, BrainConnectorConnectionsListOutput, BrainConnectorReposListInput, BrainConnectorReposListOutput, BrainDaemonBatchStatusInput, BrainDaemonBatchStatusOutput, BrainDaemonCreateInput, BrainDaemonCreateOutput, BrainDaemonGetInput, BrainDaemonGetOutput, BrainDaemonReingestInput, BrainDaemonReingestOutput, BrainDaemonRemoveInput, BrainDaemonRemoveOutput, BrainDaemonRunInput, BrainDaemonRunItemsInput, BrainDaemonRunItemsOutput, BrainDaemonRunOutput, BrainDaemonRunsInput, BrainDaemonRunsOutput, BrainDaemonStatusInput, BrainDaemonStatusOutput, BrainDaemonUpdateInput, BrainDaemonUpdateOutput, BrainDaemonsListInput, BrainDaemonsListOutput, BrainGdriveConnectionsListInput, BrainGdriveConnectionsListOutput, BrainKnowledgeEntityMemoriesInput, BrainKnowledgeEntityMemoriesOutput, BrainKnowledgeGraphInput, BrainKnowledgeGraphOutput, BrainKnowledgeNeighborhoodInput, BrainKnowledgeNeighborhoodOutput, BrainKnowledgeRelationsInput, BrainKnowledgeRelationsOutput, BrainKnowledgeSearchInput, BrainKnowledgeSearchOutput, BrainMemoryAddInput, BrainMemoryAddOutput, BrainMemoryDeleteInput, BrainMemoryDeleteOutput, BrainMemoryGetInput, BrainMemoryGetOutput, BrainMemoryListInput, BrainMemoryListOutput, BrainMemorySearchInput, BrainMemorySearchOutput, BrainMemoryStatsInput, BrainMemoryStatsOutput, BrainMemoryUpdateInput, BrainMemoryUpdateOutput, BrainProductSharedMemoryResetInput, BrainProductSharedMemoryResetOutput, BrainRestoreStatusInput, BrainRestoreStatusOutput } from '../types.gen';
|
|
@@ -68,8 +68,6 @@ import type {
|
|
|
68
68
|
BrainProductSharedMemoryResetInput,
|
|
69
69
|
BrainRestoreStatusInput,
|
|
70
70
|
BrainRestoreStatusOutput,
|
|
71
|
-
BrainUsageReportInput,
|
|
72
|
-
BrainUsageReportOutput,
|
|
73
71
|
} from '../types.gen';
|
|
74
72
|
|
|
75
73
|
export const brainBackupCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
@@ -271,8 +269,3 @@ export const brainRestoreStatusQueryOptions = (sdk: GeneratedClient, input: Brai
|
|
|
271
269
|
queryKey: ['brain', 'restore', 'status', input] as const,
|
|
272
270
|
queryFn: () => sdk['brain']['restore']['status'](input),
|
|
273
271
|
});
|
|
274
|
-
|
|
275
|
-
export const brainUsageReportQueryOptions = (sdk: GeneratedClient, input: BrainUsageReportInput) => ({
|
|
276
|
-
queryKey: ['brain', 'usage', 'report', input] as const,
|
|
277
|
-
queryFn: () => sdk['brain']['usage']['report'](input),
|
|
278
|
-
});
|
package/src/gen/client.gen.ts
CHANGED
|
@@ -82,8 +82,6 @@ import type {
|
|
|
82
82
|
BrainProductSharedMemoryResetOutput,
|
|
83
83
|
BrainRestoreStatusInput,
|
|
84
84
|
BrainRestoreStatusOutput,
|
|
85
|
-
BrainUsageReportInput,
|
|
86
|
-
BrainUsageReportOutput,
|
|
87
85
|
ConsentConfigCookieDomainUpsertInput,
|
|
88
86
|
ConsentConfigCookieDomainUpsertOutput,
|
|
89
87
|
ConsentConfigCustomizationUpsertInput,
|
|
@@ -482,8 +480,6 @@ import type {
|
|
|
482
480
|
OrganizationDomainsListOutput,
|
|
483
481
|
OrganizationDomainsRemoveInput,
|
|
484
482
|
OrganizationDomainsRemoveOutput,
|
|
485
|
-
OrganizationDomainsSetModeInput,
|
|
486
|
-
OrganizationDomainsSetModeOutput,
|
|
487
483
|
OrganizationExtensionsListInstalledInput,
|
|
488
484
|
OrganizationExtensionsListInstalledOutput,
|
|
489
485
|
OrganizationFeedbackSubmitInput,
|
|
@@ -566,6 +562,30 @@ import type {
|
|
|
566
562
|
OrganizationSecurityMfaEnableOutput,
|
|
567
563
|
OrganizationSelectInput,
|
|
568
564
|
OrganizationSelectOutput,
|
|
565
|
+
PlaygroundAnalyticsOverviewInput,
|
|
566
|
+
PlaygroundAnalyticsOverviewOutput,
|
|
567
|
+
PlaygroundBillingEntitlementsInput,
|
|
568
|
+
PlaygroundBillingEntitlementsOutput,
|
|
569
|
+
PlaygroundBillingRecordUsageInput,
|
|
570
|
+
PlaygroundBillingRecordUsageOutput,
|
|
571
|
+
PlaygroundClickupCreateTaskInput,
|
|
572
|
+
PlaygroundClickupCreateTaskOutput,
|
|
573
|
+
PlaygroundClickupGetLastWebhookInput,
|
|
574
|
+
PlaygroundClickupGetLastWebhookOutput,
|
|
575
|
+
PlaygroundClickupGetOverviewInput,
|
|
576
|
+
PlaygroundClickupGetOverviewOutput,
|
|
577
|
+
PlaygroundGdriveGetLastChangeInput,
|
|
578
|
+
PlaygroundGdriveGetLastChangeOutput,
|
|
579
|
+
PlaygroundGdriveReadFileInput,
|
|
580
|
+
PlaygroundGdriveReadFileOutput,
|
|
581
|
+
PlaygroundGoogleadsReadCustomerInput,
|
|
582
|
+
PlaygroundGoogleadsReadCustomerOutput,
|
|
583
|
+
PlaygroundLifecycleGetStateInput,
|
|
584
|
+
PlaygroundLifecycleGetStateOutput,
|
|
585
|
+
PlaygroundLifecycleListEventsInput,
|
|
586
|
+
PlaygroundLifecycleListEventsOutput,
|
|
587
|
+
PlaygroundWebhookGetLastInput,
|
|
588
|
+
PlaygroundWebhookGetLastOutput,
|
|
569
589
|
RealtimeArchiveExportInput,
|
|
570
590
|
RealtimeArchiveExportOutput,
|
|
571
591
|
RealtimeArchiveExportStatusInput,
|
|
@@ -881,9 +901,6 @@ export interface GeneratedClient {
|
|
|
881
901
|
restore: {
|
|
882
902
|
status(input: BrainRestoreStatusInput): Promise<BrainRestoreStatusOutput>;
|
|
883
903
|
};
|
|
884
|
-
usage: {
|
|
885
|
-
report(input: BrainUsageReportInput): Promise<BrainUsageReportOutput>;
|
|
886
|
-
};
|
|
887
904
|
};
|
|
888
905
|
consent: {
|
|
889
906
|
'config-cookie-domain': {
|
|
@@ -1238,7 +1255,6 @@ export interface GeneratedClient {
|
|
|
1238
1255
|
get(input: OrganizationDomainsGetInput): Promise<OrganizationDomainsGetOutput>;
|
|
1239
1256
|
list(input: OrganizationDomainsListInput): Promise<OrganizationDomainsListOutput>;
|
|
1240
1257
|
remove(input: OrganizationDomainsRemoveInput): Promise<OrganizationDomainsRemoveOutput>;
|
|
1241
|
-
'set-mode'(input: OrganizationDomainsSetModeInput): Promise<OrganizationDomainsSetModeOutput>;
|
|
1242
1258
|
};
|
|
1243
1259
|
extensions: {
|
|
1244
1260
|
'list-installed'(input: OrganizationExtensionsListInstalledInput): Promise<OrganizationExtensionsListInstalledOutput>;
|
|
@@ -1306,6 +1322,34 @@ export interface GeneratedClient {
|
|
|
1306
1322
|
enable(input: OrganizationSecurityMfaEnableInput): Promise<OrganizationSecurityMfaEnableOutput>;
|
|
1307
1323
|
};
|
|
1308
1324
|
};
|
|
1325
|
+
playground: {
|
|
1326
|
+
analytics: {
|
|
1327
|
+
overview(input: PlaygroundAnalyticsOverviewInput): Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
1328
|
+
};
|
|
1329
|
+
billing: {
|
|
1330
|
+
entitlements(input: PlaygroundBillingEntitlementsInput): Promise<PlaygroundBillingEntitlementsOutput>;
|
|
1331
|
+
'record-usage'(input: PlaygroundBillingRecordUsageInput): Promise<PlaygroundBillingRecordUsageOutput>;
|
|
1332
|
+
};
|
|
1333
|
+
clickup: {
|
|
1334
|
+
'create-task'(input: PlaygroundClickupCreateTaskInput): Promise<PlaygroundClickupCreateTaskOutput>;
|
|
1335
|
+
'get-last-webhook'(input: PlaygroundClickupGetLastWebhookInput): Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
1336
|
+
'get-overview'(input: PlaygroundClickupGetOverviewInput): Promise<PlaygroundClickupGetOverviewOutput>;
|
|
1337
|
+
};
|
|
1338
|
+
gdrive: {
|
|
1339
|
+
'get-last-change'(input: PlaygroundGdriveGetLastChangeInput): Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
1340
|
+
'read-file'(input: PlaygroundGdriveReadFileInput): Promise<PlaygroundGdriveReadFileOutput>;
|
|
1341
|
+
};
|
|
1342
|
+
googleads: {
|
|
1343
|
+
'read-customer'(input: PlaygroundGoogleadsReadCustomerInput): Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
1344
|
+
};
|
|
1345
|
+
lifecycle: {
|
|
1346
|
+
'get-state'(input: PlaygroundLifecycleGetStateInput): Promise<PlaygroundLifecycleGetStateOutput>;
|
|
1347
|
+
'list-events'(input: PlaygroundLifecycleListEventsInput): Promise<PlaygroundLifecycleListEventsOutput>;
|
|
1348
|
+
};
|
|
1349
|
+
webhook: {
|
|
1350
|
+
'get-last'(input: PlaygroundWebhookGetLastInput): Promise<PlaygroundWebhookGetLastOutput>;
|
|
1351
|
+
};
|
|
1352
|
+
};
|
|
1309
1353
|
realtime: {
|
|
1310
1354
|
archive: {
|
|
1311
1355
|
export(input: RealtimeArchiveExportInput): Promise<RealtimeArchiveExportOutput>;
|
package/src/gen/manifest.gen.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
-
export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', 'organization', 'realtime', 'tracking', 'users', 'waitlist'] as const;
|
|
2
|
+
export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', 'organization', 'playground', 'realtime', 'tracking', 'users', 'waitlist'] as const;
|
|
@@ -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, OrganizationBillingBudgetsSetInput, OrganizationBillingBudgetsSetOutput, 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,
|
|
3
|
+
export type { OrganizationAuthMeInput, OrganizationAuthMeOutput, OrganizationBillingBudgetsGetInput, OrganizationBillingBudgetsGetOutput, OrganizationBillingBudgetsSetInput, OrganizationBillingBudgetsSetOutput, 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, OrganizationExtensionsListInstalledInput, OrganizationExtensionsListInstalledOutput, OrganizationFeedbackSubmitInput, OrganizationFeedbackSubmitOutput, OrganizationGdriveInstallInput, OrganizationGdriveInstallOutput, OrganizationGithubInstallInput, OrganizationGithubInstallOutput, OrganizationGithubListInstallationsInput, OrganizationGithubListInstallationsOutput, OrganizationGoogleadsInstallInput, OrganizationGoogleadsInstallOutput, 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, OrganizationProductAcceptInvitationInput, OrganizationProductAcceptInvitationOutput, OrganizationProductCreateInput, OrganizationProductCreateOutput, OrganizationProductInviteInput, OrganizationProductInviteOutput, OrganizationProductListInput, OrganizationProductListInvitationsInput, OrganizationProductListInvitationsOutput, OrganizationProductListMembersInput, OrganizationProductListMembersOutput, OrganizationProductListOutput, OrganizationProductListRolesInput, OrganizationProductListRolesOutput, OrganizationProductRevokeInvitationInput, OrganizationProductRevokeInvitationOutput, OrganizationProductSelectInput, OrganizationProductSelectOutput, OrganizationProductUpdateInput, OrganizationProductUpdateOutput, OrganizationPublicKeysCreateInput, OrganizationPublicKeysCreateOutput, OrganizationPublicKeysListInput, OrganizationPublicKeysListOutput, OrganizationPublicKeysRevokeInput, OrganizationPublicKeysRevokeOutput, OrganizationPublicKeysUpdateScopeInput, OrganizationPublicKeysUpdateScopeOutput, OrganizationPublicRoutesListInput, OrganizationPublicRoutesListOutput, OrganizationRolesCreateInput, OrganizationRolesCreateOutput, OrganizationRolesDeleteInput, OrganizationRolesDeleteOutput, OrganizationRolesGetInput, OrganizationRolesGetOutput, OrganizationRolesListInput, OrganizationRolesListOutput, OrganizationRolesUpdateInput, OrganizationRolesUpdateOutput, OrganizationSecurityMfaEnableInput, OrganizationSecurityMfaEnableOutput, OrganizationSelectInput, OrganizationSelectOutput } from '../types.gen';
|
|
@@ -38,7 +38,6 @@ import type {
|
|
|
38
38
|
OrganizationDomainsListInput,
|
|
39
39
|
OrganizationDomainsListOutput,
|
|
40
40
|
OrganizationDomainsRemoveInput,
|
|
41
|
-
OrganizationDomainsSetModeInput,
|
|
42
41
|
OrganizationExtensionsListInstalledInput,
|
|
43
42
|
OrganizationExtensionsListInstalledOutput,
|
|
44
43
|
OrganizationFeedbackSubmitInput,
|
|
@@ -227,11 +226,6 @@ export const organizationDomainsRemoveMutationOptions = (sdk: GeneratedClient) =
|
|
|
227
226
|
mutationFn: (input: OrganizationDomainsRemoveInput) => sdk['organization']['domains']['remove'](input),
|
|
228
227
|
});
|
|
229
228
|
|
|
230
|
-
export const organizationDomainsSetModeMutationOptions = (sdk: GeneratedClient) => ({
|
|
231
|
-
mutationKey: ['organization', 'domains', 'set-mode'],
|
|
232
|
-
mutationFn: (input: OrganizationDomainsSetModeInput) => sdk['organization']['domains']['set-mode'](input),
|
|
233
|
-
});
|
|
234
|
-
|
|
235
229
|
export const organizationExtensionsListInstalledQueryOptions = (sdk: GeneratedClient, input: OrganizationExtensionsListInstalledInput) => ({
|
|
236
230
|
queryKey: ['organization', 'extensions', 'list-installed', input] as const,
|
|
237
231
|
queryFn: () => sdk['organization']['extensions']['list-installed'](input),
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
+
export * from './queryOptions.gen';
|
|
3
|
+
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 } from '../types.gen';
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
+
import type { GeneratedClient } from '../client.gen';
|
|
3
|
+
import type {
|
|
4
|
+
PlaygroundAnalyticsOverviewInput,
|
|
5
|
+
PlaygroundAnalyticsOverviewOutput,
|
|
6
|
+
PlaygroundBillingEntitlementsInput,
|
|
7
|
+
PlaygroundBillingEntitlementsOutput,
|
|
8
|
+
PlaygroundBillingRecordUsageInput,
|
|
9
|
+
PlaygroundClickupCreateTaskInput,
|
|
10
|
+
PlaygroundClickupGetLastWebhookInput,
|
|
11
|
+
PlaygroundClickupGetLastWebhookOutput,
|
|
12
|
+
PlaygroundClickupGetOverviewInput,
|
|
13
|
+
PlaygroundClickupGetOverviewOutput,
|
|
14
|
+
PlaygroundGdriveGetLastChangeInput,
|
|
15
|
+
PlaygroundGdriveGetLastChangeOutput,
|
|
16
|
+
PlaygroundGdriveReadFileInput,
|
|
17
|
+
PlaygroundGdriveReadFileOutput,
|
|
18
|
+
PlaygroundGoogleadsReadCustomerInput,
|
|
19
|
+
PlaygroundGoogleadsReadCustomerOutput,
|
|
20
|
+
PlaygroundLifecycleGetStateInput,
|
|
21
|
+
PlaygroundLifecycleGetStateOutput,
|
|
22
|
+
PlaygroundLifecycleListEventsInput,
|
|
23
|
+
PlaygroundLifecycleListEventsOutput,
|
|
24
|
+
PlaygroundWebhookGetLastInput,
|
|
25
|
+
PlaygroundWebhookGetLastOutput,
|
|
26
|
+
} from '../types.gen';
|
|
27
|
+
|
|
28
|
+
export const playgroundAnalyticsOverviewQueryOptions = (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => ({
|
|
29
|
+
queryKey: ['playground', 'analytics', 'overview', input] as const,
|
|
30
|
+
queryFn: () => sdk['playground']['analytics']['overview'](input),
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
export const playgroundBillingEntitlementsQueryOptions = (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => ({
|
|
34
|
+
queryKey: ['playground', 'billing', 'entitlements', input] as const,
|
|
35
|
+
queryFn: () => sdk['playground']['billing']['entitlements'](input),
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
export const playgroundBillingRecordUsageMutationOptions = (sdk: GeneratedClient) => ({
|
|
39
|
+
mutationKey: ['playground', 'billing', 'record-usage'],
|
|
40
|
+
mutationFn: (input: PlaygroundBillingRecordUsageInput) => sdk['playground']['billing']['record-usage'](input),
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
export const playgroundClickupCreateTaskMutationOptions = (sdk: GeneratedClient) => ({
|
|
44
|
+
mutationKey: ['playground', 'clickup', 'create-task'],
|
|
45
|
+
mutationFn: (input: PlaygroundClickupCreateTaskInput) => sdk['playground']['clickup']['create-task'](input),
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
export const playgroundClickupGetLastWebhookQueryOptions = (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => ({
|
|
49
|
+
queryKey: ['playground', 'clickup', 'get-last-webhook', input] as const,
|
|
50
|
+
queryFn: () => sdk['playground']['clickup']['get-last-webhook'](input),
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
export const playgroundClickupGetOverviewQueryOptions = (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => ({
|
|
54
|
+
queryKey: ['playground', 'clickup', 'get-overview', input] as const,
|
|
55
|
+
queryFn: () => sdk['playground']['clickup']['get-overview'](input),
|
|
56
|
+
});
|
|
57
|
+
|
|
58
|
+
export const playgroundGdriveGetLastChangeQueryOptions = (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => ({
|
|
59
|
+
queryKey: ['playground', 'gdrive', 'get-last-change', input] as const,
|
|
60
|
+
queryFn: () => sdk['playground']['gdrive']['get-last-change'](input),
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
export const playgroundGdriveReadFileQueryOptions = (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => ({
|
|
64
|
+
queryKey: ['playground', 'gdrive', 'read-file', input] as const,
|
|
65
|
+
queryFn: () => sdk['playground']['gdrive']['read-file'](input),
|
|
66
|
+
});
|
|
67
|
+
|
|
68
|
+
export const playgroundGoogleadsReadCustomerQueryOptions = (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => ({
|
|
69
|
+
queryKey: ['playground', 'googleads', 'read-customer', input] as const,
|
|
70
|
+
queryFn: () => sdk['playground']['googleads']['read-customer'](input),
|
|
71
|
+
});
|
|
72
|
+
|
|
73
|
+
export const playgroundLifecycleGetStateQueryOptions = (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => ({
|
|
74
|
+
queryKey: ['playground', 'lifecycle', 'get-state', input] as const,
|
|
75
|
+
queryFn: () => sdk['playground']['lifecycle']['get-state'](input),
|
|
76
|
+
});
|
|
77
|
+
|
|
78
|
+
export const playgroundLifecycleListEventsQueryOptions = (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => ({
|
|
79
|
+
queryKey: ['playground', 'lifecycle', 'list-events', input] as const,
|
|
80
|
+
queryFn: () => sdk['playground']['lifecycle']['list-events'](input),
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
export const playgroundWebhookGetLastQueryOptions = (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => ({
|
|
84
|
+
queryKey: ['playground', 'webhook', 'get-last', input] as const,
|
|
85
|
+
queryFn: () => sdk['playground']['webhook']['get-last'](input),
|
|
86
|
+
});
|