@lessly/sdk-app 42.2.0 → 43.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/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-Cyz4I2yE.d.cts → client.gen-BE8VaNrU.d.cts} +476 -94
- package/dist/{client.gen-Cyz4I2yE.d.ts → client.gen-BE8VaNrU.d.ts} +476 -94
- 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 +153 -13
- 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 +153 -13
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/observe/index.cjs +15 -0
- package/dist/observe/index.cjs.map +1 -1
- package/dist/observe/index.d.cts +14 -2
- package/dist/observe/index.d.ts +14 -2
- package/dist/observe/index.js +13 -1
- package/dist/observe/index.js.map +1 -1
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/playground/index.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/support/index.d.cts +1 -1
- package/dist/support/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.d.cts +1 -1
- package/dist/users/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +7 -2
- package/src/gen/bindings.gen.ts +153 -13
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +61 -5
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/observe/index.ts +1 -1
- package/src/gen/observe/queryOptions.gen.ts +21 -0
- package/src/gen/playground/index.ts +3 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/types.gen.ts +482 -92
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { G as GeneratedClient, je as PlaygroundAnalyticsOverviewInput, jf as PlaygroundAnalyticsOverviewOutput, jg as PlaygroundBillingEntitlementsInput, jh as PlaygroundBillingEntitlementsOutput, ji as PlaygroundBillingRecordUsageInput, jj as PlaygroundBillingRecordUsageOutput, jk as PlaygroundClickupCreateTaskInput, jl as PlaygroundClickupCreateTaskOutput, jm as PlaygroundClickupGetLastWebhookInput, jn as PlaygroundClickupGetLastWebhookOutput, jo as PlaygroundClickupGetOverviewInput, jp as PlaygroundClickupGetOverviewOutput, jq as PlaygroundGdriveGetLastChangeInput, jr as PlaygroundGdriveGetLastChangeOutput, js as PlaygroundGdriveReadFileInput, jt as PlaygroundGdriveReadFileOutput, ju as PlaygroundGoogleadsReadCustomerInput, jv as PlaygroundGoogleadsReadCustomerOutput, jw as PlaygroundLifecycleGetStateInput, jx as PlaygroundLifecycleGetStateOutput, jy as PlaygroundLifecycleListEventsInput, jz as PlaygroundLifecycleListEventsOutput, jA as PlaygroundWebhookGetLastInput, jB as PlaygroundWebhookGetLastOutput } from '../client.gen-BE8VaNrU.cjs';
|
|
2
|
+
|
|
3
|
+
declare const playgroundAnalyticsOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => {
|
|
4
|
+
queryKey: readonly ["playground", "analytics", "overview", PlaygroundAnalyticsOverviewInput];
|
|
5
|
+
queryFn: () => Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
6
|
+
};
|
|
7
|
+
declare const playgroundBillingEntitlementsQueryOptions: (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => {
|
|
8
|
+
queryKey: readonly ["playground", "billing", "entitlements", PlaygroundBillingEntitlementsInput];
|
|
9
|
+
queryFn: () => Promise<PlaygroundBillingEntitlementsOutput>;
|
|
10
|
+
};
|
|
11
|
+
declare const playgroundBillingRecordUsageMutationOptions: (sdk: GeneratedClient) => {
|
|
12
|
+
mutationKey: string[];
|
|
13
|
+
mutationFn: (input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>;
|
|
14
|
+
};
|
|
15
|
+
declare const playgroundClickupCreateTaskMutationOptions: (sdk: GeneratedClient) => {
|
|
16
|
+
mutationKey: string[];
|
|
17
|
+
mutationFn: (input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>;
|
|
18
|
+
};
|
|
19
|
+
declare const playgroundClickupGetLastWebhookQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => {
|
|
20
|
+
queryKey: readonly ["playground", "clickup", "get-last-webhook", PlaygroundClickupGetLastWebhookInput];
|
|
21
|
+
queryFn: () => Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
22
|
+
};
|
|
23
|
+
declare const playgroundClickupGetOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => {
|
|
24
|
+
queryKey: readonly ["playground", "clickup", "get-overview", PlaygroundClickupGetOverviewInput];
|
|
25
|
+
queryFn: () => Promise<PlaygroundClickupGetOverviewOutput>;
|
|
26
|
+
};
|
|
27
|
+
declare const playgroundGdriveGetLastChangeQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => {
|
|
28
|
+
queryKey: readonly ["playground", "gdrive", "get-last-change", PlaygroundGdriveGetLastChangeInput];
|
|
29
|
+
queryFn: () => Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
30
|
+
};
|
|
31
|
+
declare const playgroundGdriveReadFileQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => {
|
|
32
|
+
queryKey: readonly ["playground", "gdrive", "read-file", PlaygroundGdriveReadFileInput];
|
|
33
|
+
queryFn: () => Promise<PlaygroundGdriveReadFileOutput>;
|
|
34
|
+
};
|
|
35
|
+
declare const playgroundGoogleadsReadCustomerQueryOptions: (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => {
|
|
36
|
+
queryKey: readonly ["playground", "googleads", "read-customer", PlaygroundGoogleadsReadCustomerInput];
|
|
37
|
+
queryFn: () => Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
38
|
+
};
|
|
39
|
+
declare const playgroundLifecycleGetStateQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => {
|
|
40
|
+
queryKey: readonly ["playground", "lifecycle", "get-state", PlaygroundLifecycleGetStateInput];
|
|
41
|
+
queryFn: () => Promise<PlaygroundLifecycleGetStateOutput>;
|
|
42
|
+
};
|
|
43
|
+
declare const playgroundLifecycleListEventsQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => {
|
|
44
|
+
queryKey: readonly ["playground", "lifecycle", "list-events", PlaygroundLifecycleListEventsInput];
|
|
45
|
+
queryFn: () => Promise<PlaygroundLifecycleListEventsOutput>;
|
|
46
|
+
};
|
|
47
|
+
declare const playgroundWebhookGetLastQueryOptions: (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => {
|
|
48
|
+
queryKey: readonly ["playground", "webhook", "get-last", PlaygroundWebhookGetLastInput];
|
|
49
|
+
queryFn: () => Promise<PlaygroundWebhookGetLastOutput>;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
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, playgroundAnalyticsOverviewQueryOptions, playgroundBillingEntitlementsQueryOptions, playgroundBillingRecordUsageMutationOptions, playgroundClickupCreateTaskMutationOptions, playgroundClickupGetLastWebhookQueryOptions, playgroundClickupGetOverviewQueryOptions, playgroundGdriveGetLastChangeQueryOptions, playgroundGdriveReadFileQueryOptions, playgroundGoogleadsReadCustomerQueryOptions, playgroundLifecycleGetStateQueryOptions, playgroundLifecycleListEventsQueryOptions, playgroundWebhookGetLastQueryOptions };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { G as GeneratedClient, je as PlaygroundAnalyticsOverviewInput, jf as PlaygroundAnalyticsOverviewOutput, jg as PlaygroundBillingEntitlementsInput, jh as PlaygroundBillingEntitlementsOutput, ji as PlaygroundBillingRecordUsageInput, jj as PlaygroundBillingRecordUsageOutput, jk as PlaygroundClickupCreateTaskInput, jl as PlaygroundClickupCreateTaskOutput, jm as PlaygroundClickupGetLastWebhookInput, jn as PlaygroundClickupGetLastWebhookOutput, jo as PlaygroundClickupGetOverviewInput, jp as PlaygroundClickupGetOverviewOutput, jq as PlaygroundGdriveGetLastChangeInput, jr as PlaygroundGdriveGetLastChangeOutput, js as PlaygroundGdriveReadFileInput, jt as PlaygroundGdriveReadFileOutput, ju as PlaygroundGoogleadsReadCustomerInput, jv as PlaygroundGoogleadsReadCustomerOutput, jw as PlaygroundLifecycleGetStateInput, jx as PlaygroundLifecycleGetStateOutput, jy as PlaygroundLifecycleListEventsInput, jz as PlaygroundLifecycleListEventsOutput, jA as PlaygroundWebhookGetLastInput, jB as PlaygroundWebhookGetLastOutput } from '../client.gen-BE8VaNrU.js';
|
|
2
|
+
|
|
3
|
+
declare const playgroundAnalyticsOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => {
|
|
4
|
+
queryKey: readonly ["playground", "analytics", "overview", PlaygroundAnalyticsOverviewInput];
|
|
5
|
+
queryFn: () => Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
6
|
+
};
|
|
7
|
+
declare const playgroundBillingEntitlementsQueryOptions: (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => {
|
|
8
|
+
queryKey: readonly ["playground", "billing", "entitlements", PlaygroundBillingEntitlementsInput];
|
|
9
|
+
queryFn: () => Promise<PlaygroundBillingEntitlementsOutput>;
|
|
10
|
+
};
|
|
11
|
+
declare const playgroundBillingRecordUsageMutationOptions: (sdk: GeneratedClient) => {
|
|
12
|
+
mutationKey: string[];
|
|
13
|
+
mutationFn: (input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>;
|
|
14
|
+
};
|
|
15
|
+
declare const playgroundClickupCreateTaskMutationOptions: (sdk: GeneratedClient) => {
|
|
16
|
+
mutationKey: string[];
|
|
17
|
+
mutationFn: (input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>;
|
|
18
|
+
};
|
|
19
|
+
declare const playgroundClickupGetLastWebhookQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => {
|
|
20
|
+
queryKey: readonly ["playground", "clickup", "get-last-webhook", PlaygroundClickupGetLastWebhookInput];
|
|
21
|
+
queryFn: () => Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
22
|
+
};
|
|
23
|
+
declare const playgroundClickupGetOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => {
|
|
24
|
+
queryKey: readonly ["playground", "clickup", "get-overview", PlaygroundClickupGetOverviewInput];
|
|
25
|
+
queryFn: () => Promise<PlaygroundClickupGetOverviewOutput>;
|
|
26
|
+
};
|
|
27
|
+
declare const playgroundGdriveGetLastChangeQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => {
|
|
28
|
+
queryKey: readonly ["playground", "gdrive", "get-last-change", PlaygroundGdriveGetLastChangeInput];
|
|
29
|
+
queryFn: () => Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
30
|
+
};
|
|
31
|
+
declare const playgroundGdriveReadFileQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => {
|
|
32
|
+
queryKey: readonly ["playground", "gdrive", "read-file", PlaygroundGdriveReadFileInput];
|
|
33
|
+
queryFn: () => Promise<PlaygroundGdriveReadFileOutput>;
|
|
34
|
+
};
|
|
35
|
+
declare const playgroundGoogleadsReadCustomerQueryOptions: (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => {
|
|
36
|
+
queryKey: readonly ["playground", "googleads", "read-customer", PlaygroundGoogleadsReadCustomerInput];
|
|
37
|
+
queryFn: () => Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
38
|
+
};
|
|
39
|
+
declare const playgroundLifecycleGetStateQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => {
|
|
40
|
+
queryKey: readonly ["playground", "lifecycle", "get-state", PlaygroundLifecycleGetStateInput];
|
|
41
|
+
queryFn: () => Promise<PlaygroundLifecycleGetStateOutput>;
|
|
42
|
+
};
|
|
43
|
+
declare const playgroundLifecycleListEventsQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => {
|
|
44
|
+
queryKey: readonly ["playground", "lifecycle", "list-events", PlaygroundLifecycleListEventsInput];
|
|
45
|
+
queryFn: () => Promise<PlaygroundLifecycleListEventsOutput>;
|
|
46
|
+
};
|
|
47
|
+
declare const playgroundWebhookGetLastQueryOptions: (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => {
|
|
48
|
+
queryKey: readonly ["playground", "webhook", "get-last", PlaygroundWebhookGetLastInput];
|
|
49
|
+
queryFn: () => Promise<PlaygroundWebhookGetLastOutput>;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
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, playgroundAnalyticsOverviewQueryOptions, playgroundBillingEntitlementsQueryOptions, playgroundBillingRecordUsageMutationOptions, playgroundClickupCreateTaskMutationOptions, playgroundClickupGetLastWebhookQueryOptions, playgroundClickupGetOverviewQueryOptions, playgroundGdriveGetLastChangeQueryOptions, playgroundGdriveReadFileQueryOptions, playgroundGoogleadsReadCustomerQueryOptions, playgroundLifecycleGetStateQueryOptions, playgroundLifecycleListEventsQueryOptions, playgroundWebhookGetLastQueryOptions };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
// src/gen/playground/queryOptions.gen.ts
|
|
2
|
+
var playgroundAnalyticsOverviewQueryOptions = (sdk, input) => ({
|
|
3
|
+
queryKey: ["playground", "analytics", "overview", input],
|
|
4
|
+
queryFn: () => sdk["playground"]["analytics"]["overview"](input)
|
|
5
|
+
});
|
|
6
|
+
var playgroundBillingEntitlementsQueryOptions = (sdk, input) => ({
|
|
7
|
+
queryKey: ["playground", "billing", "entitlements", input],
|
|
8
|
+
queryFn: () => sdk["playground"]["billing"]["entitlements"](input)
|
|
9
|
+
});
|
|
10
|
+
var playgroundBillingRecordUsageMutationOptions = (sdk) => ({
|
|
11
|
+
mutationKey: ["playground", "billing", "record-usage"],
|
|
12
|
+
mutationFn: (input) => sdk["playground"]["billing"]["record-usage"](input)
|
|
13
|
+
});
|
|
14
|
+
var playgroundClickupCreateTaskMutationOptions = (sdk) => ({
|
|
15
|
+
mutationKey: ["playground", "clickup", "create-task"],
|
|
16
|
+
mutationFn: (input) => sdk["playground"]["clickup"]["create-task"](input)
|
|
17
|
+
});
|
|
18
|
+
var playgroundClickupGetLastWebhookQueryOptions = (sdk, input) => ({
|
|
19
|
+
queryKey: ["playground", "clickup", "get-last-webhook", input],
|
|
20
|
+
queryFn: () => sdk["playground"]["clickup"]["get-last-webhook"](input)
|
|
21
|
+
});
|
|
22
|
+
var playgroundClickupGetOverviewQueryOptions = (sdk, input) => ({
|
|
23
|
+
queryKey: ["playground", "clickup", "get-overview", input],
|
|
24
|
+
queryFn: () => sdk["playground"]["clickup"]["get-overview"](input)
|
|
25
|
+
});
|
|
26
|
+
var playgroundGdriveGetLastChangeQueryOptions = (sdk, input) => ({
|
|
27
|
+
queryKey: ["playground", "gdrive", "get-last-change", input],
|
|
28
|
+
queryFn: () => sdk["playground"]["gdrive"]["get-last-change"](input)
|
|
29
|
+
});
|
|
30
|
+
var playgroundGdriveReadFileQueryOptions = (sdk, input) => ({
|
|
31
|
+
queryKey: ["playground", "gdrive", "read-file", input],
|
|
32
|
+
queryFn: () => sdk["playground"]["gdrive"]["read-file"](input)
|
|
33
|
+
});
|
|
34
|
+
var playgroundGoogleadsReadCustomerQueryOptions = (sdk, input) => ({
|
|
35
|
+
queryKey: ["playground", "googleads", "read-customer", input],
|
|
36
|
+
queryFn: () => sdk["playground"]["googleads"]["read-customer"](input)
|
|
37
|
+
});
|
|
38
|
+
var playgroundLifecycleGetStateQueryOptions = (sdk, input) => ({
|
|
39
|
+
queryKey: ["playground", "lifecycle", "get-state", input],
|
|
40
|
+
queryFn: () => sdk["playground"]["lifecycle"]["get-state"](input)
|
|
41
|
+
});
|
|
42
|
+
var playgroundLifecycleListEventsQueryOptions = (sdk, input) => ({
|
|
43
|
+
queryKey: ["playground", "lifecycle", "list-events", input],
|
|
44
|
+
queryFn: () => sdk["playground"]["lifecycle"]["list-events"](input)
|
|
45
|
+
});
|
|
46
|
+
var playgroundWebhookGetLastQueryOptions = (sdk, input) => ({
|
|
47
|
+
queryKey: ["playground", "webhook", "get-last", input],
|
|
48
|
+
queryFn: () => sdk["playground"]["webhook"]["get-last"](input)
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
export { playgroundAnalyticsOverviewQueryOptions, playgroundBillingEntitlementsQueryOptions, playgroundBillingRecordUsageMutationOptions, playgroundClickupCreateTaskMutationOptions, playgroundClickupGetLastWebhookQueryOptions, playgroundClickupGetOverviewQueryOptions, playgroundGdriveGetLastChangeQueryOptions, playgroundGdriveReadFileQueryOptions, playgroundGoogleadsReadCustomerQueryOptions, playgroundLifecycleGetStateQueryOptions, playgroundLifecycleListEventsQueryOptions, playgroundWebhookGetLastQueryOptions };
|
|
52
|
+
//# sourceMappingURL=index.js.map
|
|
53
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/gen/playground/queryOptions.gen.ts"],"names":[],"mappings":";AA2BO,IAAM,uCAAA,GAA0C,CAAC,GAAA,EAAsB,KAAA,MAA6C;AAAA,EACzH,QAAA,EAAU,CAAC,YAAA,EAAc,WAAA,EAAa,YAAY,KAAK,CAAA;AAAA,EACvD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,WAAW,CAAA,CAAE,UAAU,CAAA,CAAE,KAAK;AACjE,CAAA;AAEO,IAAM,yCAAA,GAA4C,CAAC,GAAA,EAAsB,KAAA,MAA+C;AAAA,EAC7H,QAAA,EAAU,CAAC,YAAA,EAAc,SAAA,EAAW,gBAAgB,KAAK,CAAA;AAAA,EACzD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,cAAc,CAAA,CAAE,KAAK;AACnE,CAAA;AAEO,IAAM,2CAAA,GAA8C,CAAC,GAAA,MAA0B;AAAA,EACpF,WAAA,EAAa,CAAC,YAAA,EAAc,SAAA,EAAW,cAAc,CAAA;AAAA,EACrD,UAAA,EAAY,CAAC,KAAA,KAA6C,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,cAAc,CAAA,CAAE,KAAK;AAC9G,CAAA;AAEO,IAAM,0CAAA,GAA6C,CAAC,GAAA,MAA0B;AAAA,EACnF,WAAA,EAAa,CAAC,YAAA,EAAc,SAAA,EAAW,aAAa,CAAA;AAAA,EACpD,UAAA,EAAY,CAAC,KAAA,KAA4C,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,aAAa,CAAA,CAAE,KAAK;AAC5G,CAAA;AAEO,IAAM,2CAAA,GAA8C,CAAC,GAAA,EAAsB,KAAA,MAAiD;AAAA,EACjI,QAAA,EAAU,CAAC,YAAA,EAAc,SAAA,EAAW,oBAAoB,KAAK,CAAA;AAAA,EAC7D,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,kBAAkB,CAAA,CAAE,KAAK;AACvE,CAAA;AAEO,IAAM,wCAAA,GAA2C,CAAC,GAAA,EAAsB,KAAA,MAA8C;AAAA,EAC3H,QAAA,EAAU,CAAC,YAAA,EAAc,SAAA,EAAW,gBAAgB,KAAK,CAAA;AAAA,EACzD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,cAAc,CAAA,CAAE,KAAK;AACnE,CAAA;AAEO,IAAM,yCAAA,GAA4C,CAAC,GAAA,EAAsB,KAAA,MAA+C;AAAA,EAC7H,QAAA,EAAU,CAAC,YAAA,EAAc,QAAA,EAAU,mBAAmB,KAAK,CAAA;AAAA,EAC3D,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,QAAQ,CAAA,CAAE,iBAAiB,CAAA,CAAE,KAAK;AACrE,CAAA;AAEO,IAAM,oCAAA,GAAuC,CAAC,GAAA,EAAsB,KAAA,MAA0C;AAAA,EACnH,QAAA,EAAU,CAAC,YAAA,EAAc,QAAA,EAAU,aAAa,KAAK,CAAA;AAAA,EACrD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,QAAQ,CAAA,CAAE,WAAW,CAAA,CAAE,KAAK;AAC/D,CAAA;AAEO,IAAM,2CAAA,GAA8C,CAAC,GAAA,EAAsB,KAAA,MAAiD;AAAA,EACjI,QAAA,EAAU,CAAC,YAAA,EAAc,WAAA,EAAa,iBAAiB,KAAK,CAAA;AAAA,EAC5D,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,WAAW,CAAA,CAAE,eAAe,CAAA,CAAE,KAAK;AACtE,CAAA;AAEO,IAAM,uCAAA,GAA0C,CAAC,GAAA,EAAsB,KAAA,MAA6C;AAAA,EACzH,QAAA,EAAU,CAAC,YAAA,EAAc,WAAA,EAAa,aAAa,KAAK,CAAA;AAAA,EACxD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,WAAW,CAAA,CAAE,WAAW,CAAA,CAAE,KAAK;AAClE,CAAA;AAEO,IAAM,yCAAA,GAA4C,CAAC,GAAA,EAAsB,KAAA,MAA+C;AAAA,EAC7H,QAAA,EAAU,CAAC,YAAA,EAAc,WAAA,EAAa,eAAe,KAAK,CAAA;AAAA,EAC1D,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,WAAW,CAAA,CAAE,aAAa,CAAA,CAAE,KAAK;AACpE,CAAA;AAEO,IAAM,oCAAA,GAAuC,CAAC,GAAA,EAAsB,KAAA,MAA0C;AAAA,EACnH,QAAA,EAAU,CAAC,YAAA,EAAc,SAAA,EAAW,YAAY,KAAK,CAAA;AAAA,EACrD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,UAAU,CAAA,CAAE,KAAK;AAC/D,CAAA","file":"index.js","sourcesContent":["// AUTOGENERATED by scripts/generate.ts — do not edit.\nimport type { GeneratedClient } from '../client.gen';\nimport type {\n PlaygroundAnalyticsOverviewInput,\n PlaygroundAnalyticsOverviewOutput,\n PlaygroundBillingEntitlementsInput,\n PlaygroundBillingEntitlementsOutput,\n PlaygroundBillingRecordUsageInput,\n PlaygroundClickupCreateTaskInput,\n PlaygroundClickupGetLastWebhookInput,\n PlaygroundClickupGetLastWebhookOutput,\n PlaygroundClickupGetOverviewInput,\n PlaygroundClickupGetOverviewOutput,\n PlaygroundGdriveGetLastChangeInput,\n PlaygroundGdriveGetLastChangeOutput,\n PlaygroundGdriveReadFileInput,\n PlaygroundGdriveReadFileOutput,\n PlaygroundGoogleadsReadCustomerInput,\n PlaygroundGoogleadsReadCustomerOutput,\n PlaygroundLifecycleGetStateInput,\n PlaygroundLifecycleGetStateOutput,\n PlaygroundLifecycleListEventsInput,\n PlaygroundLifecycleListEventsOutput,\n PlaygroundWebhookGetLastInput,\n PlaygroundWebhookGetLastOutput,\n} from '../types.gen';\n\nexport const playgroundAnalyticsOverviewQueryOptions = (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => ({\n queryKey: ['playground', 'analytics', 'overview', input] as const,\n queryFn: () => sdk['playground']['analytics']['overview'](input),\n});\n\nexport const playgroundBillingEntitlementsQueryOptions = (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => ({\n queryKey: ['playground', 'billing', 'entitlements', input] as const,\n queryFn: () => sdk['playground']['billing']['entitlements'](input),\n});\n\nexport const playgroundBillingRecordUsageMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['playground', 'billing', 'record-usage'],\n mutationFn: (input: PlaygroundBillingRecordUsageInput) => sdk['playground']['billing']['record-usage'](input),\n});\n\nexport const playgroundClickupCreateTaskMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['playground', 'clickup', 'create-task'],\n mutationFn: (input: PlaygroundClickupCreateTaskInput) => sdk['playground']['clickup']['create-task'](input),\n});\n\nexport const playgroundClickupGetLastWebhookQueryOptions = (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => ({\n queryKey: ['playground', 'clickup', 'get-last-webhook', input] as const,\n queryFn: () => sdk['playground']['clickup']['get-last-webhook'](input),\n});\n\nexport const playgroundClickupGetOverviewQueryOptions = (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => ({\n queryKey: ['playground', 'clickup', 'get-overview', input] as const,\n queryFn: () => sdk['playground']['clickup']['get-overview'](input),\n});\n\nexport const playgroundGdriveGetLastChangeQueryOptions = (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => ({\n queryKey: ['playground', 'gdrive', 'get-last-change', input] as const,\n queryFn: () => sdk['playground']['gdrive']['get-last-change'](input),\n});\n\nexport const playgroundGdriveReadFileQueryOptions = (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => ({\n queryKey: ['playground', 'gdrive', 'read-file', input] as const,\n queryFn: () => sdk['playground']['gdrive']['read-file'](input),\n});\n\nexport const playgroundGoogleadsReadCustomerQueryOptions = (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => ({\n queryKey: ['playground', 'googleads', 'read-customer', input] as const,\n queryFn: () => sdk['playground']['googleads']['read-customer'](input),\n});\n\nexport const playgroundLifecycleGetStateQueryOptions = (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => ({\n queryKey: ['playground', 'lifecycle', 'get-state', input] as const,\n queryFn: () => sdk['playground']['lifecycle']['get-state'](input),\n});\n\nexport const playgroundLifecycleListEventsQueryOptions = (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => ({\n queryKey: ['playground', 'lifecycle', 'list-events', input] as const,\n queryFn: () => sdk['playground']['lifecycle']['list-events'](input),\n});\n\nexport const playgroundWebhookGetLastQueryOptions = (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => ({\n queryKey: ['playground', 'webhook', 'get-last', input] as const,\n queryFn: () => sdk['playground']['webhook']['get-last'](input),\n});\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, jC as RealtimeArchiveExportInput, jD as RealtimeArchiveExportOutput, jE as RealtimeArchiveExportStatusInput, jF as RealtimeArchiveExportStatusOutput, jG as RealtimeArchiveGetInput, jH as RealtimeArchiveGetOutput, jI as RealtimeGrantCreateInput, jJ as RealtimeGrantCreateOutput, jK as RealtimeGrantListInput, jL as RealtimeGrantListOutput, jM as RealtimeGrantRevokeInput, jN as RealtimeGrantRevokeOutput, jO as RealtimeHistoryGetInput, jP as RealtimeHistoryGetOutput, jQ as RealtimeMessagesPublishInput, jR as RealtimeMessagesPublishOutput, jS as RealtimeNamespaceCreateInput, jT as RealtimeNamespaceCreateOutput, jU as RealtimeNamespaceDeleteInput, jV as RealtimeNamespaceDeleteOutput, jW as RealtimeNamespaceGetInput, jX as RealtimeNamespaceGetOutput, jY as RealtimeNamespaceListInput, jZ as RealtimeNamespaceListOutput, j_ as RealtimeNamespaceUpdateInput, j$ as RealtimeNamespaceUpdateOutput, k0 as RealtimePresenceEnterInput, k1 as RealtimePresenceEnterOutput, k2 as RealtimePresenceGetInput, k3 as RealtimePresenceGetOutput, k4 as RealtimePresenceLeaveInput, k5 as RealtimePresenceLeaveOutput, k6 as RealtimePresenceStatsInput, k7 as RealtimePresenceStatsOutput, k8 as RealtimePresenceUpdateInput, k9 as RealtimePresenceUpdateOutput, ka as RealtimePublicAccessStatusInput, kb as RealtimePublicAccessStatusOutput, kc as RealtimeStatusGetInput, kd as RealtimeStatusGetOutput, ke as RealtimeTokensCreateInput, kf as RealtimeTokensCreateOutput, kg as RealtimeWebhookCreateInput, kh as RealtimeWebhookCreateOutput, ki as RealtimeWebhookDeleteInput, kj as RealtimeWebhookDeleteOutput, kk as RealtimeWebhookDeliveriesListInput, kl as RealtimeWebhookDeliveriesListOutput, km as RealtimeWebhookGetInput, kn as RealtimeWebhookGetOutput, ko as RealtimeWebhookListInput, kp as RealtimeWebhookListOutput, kq as RealtimeWebhookSecretRotateInput, kr as RealtimeWebhookSecretRotateOutput, ks as RealtimeWebhookUpdateInput, kt as RealtimeWebhookUpdateOutput } from '../client.gen-BE8VaNrU.cjs';
|
|
2
2
|
|
|
3
3
|
declare const realtimeArchiveExportMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/realtime/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, jC as RealtimeArchiveExportInput, jD as RealtimeArchiveExportOutput, jE as RealtimeArchiveExportStatusInput, jF as RealtimeArchiveExportStatusOutput, jG as RealtimeArchiveGetInput, jH as RealtimeArchiveGetOutput, jI as RealtimeGrantCreateInput, jJ as RealtimeGrantCreateOutput, jK as RealtimeGrantListInput, jL as RealtimeGrantListOutput, jM as RealtimeGrantRevokeInput, jN as RealtimeGrantRevokeOutput, jO as RealtimeHistoryGetInput, jP as RealtimeHistoryGetOutput, jQ as RealtimeMessagesPublishInput, jR as RealtimeMessagesPublishOutput, jS as RealtimeNamespaceCreateInput, jT as RealtimeNamespaceCreateOutput, jU as RealtimeNamespaceDeleteInput, jV as RealtimeNamespaceDeleteOutput, jW as RealtimeNamespaceGetInput, jX as RealtimeNamespaceGetOutput, jY as RealtimeNamespaceListInput, jZ as RealtimeNamespaceListOutput, j_ as RealtimeNamespaceUpdateInput, j$ as RealtimeNamespaceUpdateOutput, k0 as RealtimePresenceEnterInput, k1 as RealtimePresenceEnterOutput, k2 as RealtimePresenceGetInput, k3 as RealtimePresenceGetOutput, k4 as RealtimePresenceLeaveInput, k5 as RealtimePresenceLeaveOutput, k6 as RealtimePresenceStatsInput, k7 as RealtimePresenceStatsOutput, k8 as RealtimePresenceUpdateInput, k9 as RealtimePresenceUpdateOutput, ka as RealtimePublicAccessStatusInput, kb as RealtimePublicAccessStatusOutput, kc as RealtimeStatusGetInput, kd as RealtimeStatusGetOutput, ke as RealtimeTokensCreateInput, kf as RealtimeTokensCreateOutput, kg as RealtimeWebhookCreateInput, kh as RealtimeWebhookCreateOutput, ki as RealtimeWebhookDeleteInput, kj as RealtimeWebhookDeleteOutput, kk as RealtimeWebhookDeliveriesListInput, kl as RealtimeWebhookDeliveriesListOutput, km as RealtimeWebhookGetInput, kn as RealtimeWebhookGetOutput, ko as RealtimeWebhookListInput, kp as RealtimeWebhookListOutput, kq as RealtimeWebhookSecretRotateInput, kr as RealtimeWebhookSecretRotateOutput, ks as RealtimeWebhookUpdateInput, kt as RealtimeWebhookUpdateOutput } from '../client.gen-BE8VaNrU.js';
|
|
2
2
|
|
|
3
3
|
declare const realtimeArchiveExportMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/support/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, ku as SupportAgentCreateInput, kv as SupportAgentCreateOutput, kw as SupportAgentGetInput, kx as SupportAgentGetOutput, ky as SupportAgentListInput, kz as SupportAgentListOutput, kA as SupportAgentUpdateInput, kB as SupportAgentUpdateOutput, kC as SupportAttachmentCreateInput, kD as SupportAttachmentCreateOutput, kE as SupportAttachmentFinalizeInput, kF as SupportAttachmentFinalizeOutput, kG as SupportLabelCreateInput, kH as SupportLabelCreateOutput, kI as SupportLabelListInput, kJ as SupportLabelListOutput, kK as SupportMessageCreateInput, kL as SupportMessageCreateOutput, kM as SupportMessageListInput, kN as SupportMessageListOutput, kO as SupportResponseEscalateInput, kP as SupportResponseEscalateOutput, kQ as SupportResponseGetInput, kR as SupportResponseGetOutput, kS as SupportResponseListInput, kT as SupportResponseListOutput, kU as SupportRuleCreateInput, kV as SupportRuleCreateOutput, kW as SupportRuleDeleteInput, kX as SupportRuleDeleteOutput, kY as SupportRuleGetInput, kZ as SupportRuleGetOutput, k_ as SupportRuleListInput, k$ as SupportRuleListOutput, l0 as SupportRuleUpdateInput, l1 as SupportRuleUpdateOutput, l2 as SupportStatusArchiveInput, l3 as SupportStatusArchiveOutput, l4 as SupportStatusCreateInput, l5 as SupportStatusCreateOutput, l6 as SupportStatusListInput, l7 as SupportStatusListOutput, l8 as SupportStatusUpdateInput, l9 as SupportStatusUpdateOutput, la as SupportSurveyArchiveInput, lb as SupportSurveyArchiveOutput, lc as SupportSurveyCreateInput, ld as SupportSurveyCreateOutput, le as SupportSurveyGetInput, lf as SupportSurveyGetOutput, lg as SupportSurveyListInput, lh as SupportSurveyListOutput, li as SupportSurveyPublishInput, lj as SupportSurveyPublishOutput, lk as SupportSurveyStatsInput, ll as SupportSurveyStatsOutput, lm as SupportSurveyUnpublishInput, ln as SupportSurveyUnpublishOutput, lo as SupportSurveyUpdateInput, lp as SupportSurveyUpdateOutput, lq as SupportThreadAssignInput, lr as SupportThreadAssignOutput, ls as SupportThreadCreateInput, lt as SupportThreadCreateOutput, lu as SupportThreadGetInput, lv as SupportThreadGetOutput, lw as SupportThreadListInput, lx as SupportThreadListOutput, ly as SupportThreadStatusSetInput, lz as SupportThreadStatusSetOutput, lA as SupportThreadUpdateInput, lB as SupportThreadUpdateOutput, lC as SupportWebhookCreateInput, lD as SupportWebhookCreateOutput, lE as SupportWebhookDeleteInput, lF as SupportWebhookDeleteOutput, lG as SupportWebhookDeliveriesListInput, lH as SupportWebhookDeliveriesListOutput, lI as SupportWebhookGetInput, lJ as SupportWebhookGetOutput, lK as SupportWebhookListInput, lL as SupportWebhookListOutput, lM as SupportWebhookRedeliverInput, lN as SupportWebhookRedeliverOutput, lO as SupportWebhookRotateSecretInput, lP as SupportWebhookRotateSecretOutput, lQ as SupportWebhookUpdateInput, lR as SupportWebhookUpdateOutput } from '../client.gen-BE8VaNrU.cjs';
|
|
2
2
|
|
|
3
3
|
declare const supportAgentCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/support/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, ku as SupportAgentCreateInput, kv as SupportAgentCreateOutput, kw as SupportAgentGetInput, kx as SupportAgentGetOutput, ky as SupportAgentListInput, kz as SupportAgentListOutput, kA as SupportAgentUpdateInput, kB as SupportAgentUpdateOutput, kC as SupportAttachmentCreateInput, kD as SupportAttachmentCreateOutput, kE as SupportAttachmentFinalizeInput, kF as SupportAttachmentFinalizeOutput, kG as SupportLabelCreateInput, kH as SupportLabelCreateOutput, kI as SupportLabelListInput, kJ as SupportLabelListOutput, kK as SupportMessageCreateInput, kL as SupportMessageCreateOutput, kM as SupportMessageListInput, kN as SupportMessageListOutput, kO as SupportResponseEscalateInput, kP as SupportResponseEscalateOutput, kQ as SupportResponseGetInput, kR as SupportResponseGetOutput, kS as SupportResponseListInput, kT as SupportResponseListOutput, kU as SupportRuleCreateInput, kV as SupportRuleCreateOutput, kW as SupportRuleDeleteInput, kX as SupportRuleDeleteOutput, kY as SupportRuleGetInput, kZ as SupportRuleGetOutput, k_ as SupportRuleListInput, k$ as SupportRuleListOutput, l0 as SupportRuleUpdateInput, l1 as SupportRuleUpdateOutput, l2 as SupportStatusArchiveInput, l3 as SupportStatusArchiveOutput, l4 as SupportStatusCreateInput, l5 as SupportStatusCreateOutput, l6 as SupportStatusListInput, l7 as SupportStatusListOutput, l8 as SupportStatusUpdateInput, l9 as SupportStatusUpdateOutput, la as SupportSurveyArchiveInput, lb as SupportSurveyArchiveOutput, lc as SupportSurveyCreateInput, ld as SupportSurveyCreateOutput, le as SupportSurveyGetInput, lf as SupportSurveyGetOutput, lg as SupportSurveyListInput, lh as SupportSurveyListOutput, li as SupportSurveyPublishInput, lj as SupportSurveyPublishOutput, lk as SupportSurveyStatsInput, ll as SupportSurveyStatsOutput, lm as SupportSurveyUnpublishInput, ln as SupportSurveyUnpublishOutput, lo as SupportSurveyUpdateInput, lp as SupportSurveyUpdateOutput, lq as SupportThreadAssignInput, lr as SupportThreadAssignOutput, ls as SupportThreadCreateInput, lt as SupportThreadCreateOutput, lu as SupportThreadGetInput, lv as SupportThreadGetOutput, lw as SupportThreadListInput, lx as SupportThreadListOutput, ly as SupportThreadStatusSetInput, lz as SupportThreadStatusSetOutput, lA as SupportThreadUpdateInput, lB as SupportThreadUpdateOutput, lC as SupportWebhookCreateInput, lD as SupportWebhookCreateOutput, lE as SupportWebhookDeleteInput, lF as SupportWebhookDeleteOutput, lG as SupportWebhookDeliveriesListInput, lH as SupportWebhookDeliveriesListOutput, lI as SupportWebhookGetInput, lJ as SupportWebhookGetOutput, lK as SupportWebhookListInput, lL as SupportWebhookListOutput, lM as SupportWebhookRedeliverInput, lN as SupportWebhookRedeliverOutput, lO as SupportWebhookRotateSecretInput, lP as SupportWebhookRotateSecretOutput, lQ as SupportWebhookUpdateInput, lR as SupportWebhookUpdateOutput } from '../client.gen-BE8VaNrU.js';
|
|
2
2
|
|
|
3
3
|
declare const supportAgentCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, lS as TrackingDomainsCreateInput, lT as TrackingDomainsCreateOutput, lU as TrackingDomainsDeleteInput, lV as TrackingDomainsDeleteOutput, lW as TrackingDomainsGetInput, lX as TrackingDomainsGetOutput, lY as TrackingDomainsListInput, lZ as TrackingDomainsListOutput, l_ as TrackingDomainsVerifyInput, l$ as TrackingDomainsVerifyOutput, m0 as TrackingEventNamesArchiveInput, m1 as TrackingEventNamesArchiveOutput, m2 as TrackingEventNamesListInput, m3 as TrackingEventNamesListOutput, m4 as TrackingEventNamesUnarchiveInput, m5 as TrackingEventNamesUnarchiveOutput, m6 as TrackingGoogleadsConnectionStatusInput, m7 as TrackingGoogleadsConnectionStatusOutput, m8 as TrackingGoogleadsConversionActionsInput, m9 as TrackingGoogleadsConversionActionsOutput, ma as TrackingGoogleadsFeedbackConfigGetInput, mb as TrackingGoogleadsFeedbackConfigGetOutput, mc as TrackingGoogleadsFeedbackConfigSetInput, md as TrackingGoogleadsFeedbackConfigSetOutput, me as TrackingGoogleadsFeedbackRunInput, mf as TrackingGoogleadsFeedbackRunOutput, mg as TrackingGoogleadsFeedbackStatusInput, mh as TrackingGoogleadsFeedbackStatusOutput, mi as TrackingGoogleadsFeedbackUploadsInput, mj as TrackingGoogleadsFeedbackUploadsOutput, mk as TrackingGoogleadsRoasReportInput, ml as TrackingGoogleadsRoasReportOutput, mm as TrackingGoogleadsSyncNowInput, mn as TrackingGoogleadsSyncNowOutput, mo as TrackingGoogleadsTrackingHealthInput, mp as TrackingGoogleadsTrackingHealthOutput, mq as TrackingGoogleadsUsVsPlatformInput, mr as TrackingGoogleadsUsVsPlatformOutput, ms as TrackingIdentityHealthInput, mt as TrackingIdentityHealthOutput, mu as TrackingInstallDomainsCreateInput, mv as TrackingInstallDomainsCreateOutput, mw as TrackingInstallDomainsDeleteInput, mx as TrackingInstallDomainsDeleteOutput, my as TrackingInstallDomainsListInput, mz as TrackingInstallDomainsListOutput, mA as TrackingLinkDomainsCreateInput, mB as TrackingLinkDomainsCreateOutput, mC as TrackingLinkDomainsDeleteInput, mD as TrackingLinkDomainsDeleteOutput, mE as TrackingLinkDomainsListInput, mF as TrackingLinkDomainsListOutput, mG as TrackingLiveEventsListInput, mH as TrackingLiveEventsListOutput, mI as TrackingProfilesDeleteInput, mJ as TrackingProfilesDeleteOutput, mK as TrackingProfilesExportInput, mL as TrackingProfilesExportOutput, mM as TrackingProfilesGetInput, mN as TrackingProfilesGetOutput, mO as TrackingProfilesListInput, mP as TrackingProfilesListOutput, mQ as TrackingReportsAttributedJourneyInput, mR as TrackingReportsAttributedJourneyOutput, mS as TrackingReportsEventVolumeInput, mT as TrackingReportsEventVolumeOutput, mU as TrackingReportsRevenueBySourceInput, mV as TrackingReportsRevenueBySourceOutput, mW as TrackingReportsSourcePeopleInput, mX as TrackingReportsSourcePeopleOutput, mY as TrackingSnippetsGetInput, mZ as TrackingSnippetsGetOutput } from '../client.gen-BE8VaNrU.cjs';
|
|
2
2
|
|
|
3
3
|
declare const trackingDomainsCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/tracking/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, lS as TrackingDomainsCreateInput, lT as TrackingDomainsCreateOutput, lU as TrackingDomainsDeleteInput, lV as TrackingDomainsDeleteOutput, lW as TrackingDomainsGetInput, lX as TrackingDomainsGetOutput, lY as TrackingDomainsListInput, lZ as TrackingDomainsListOutput, l_ as TrackingDomainsVerifyInput, l$ as TrackingDomainsVerifyOutput, m0 as TrackingEventNamesArchiveInput, m1 as TrackingEventNamesArchiveOutput, m2 as TrackingEventNamesListInput, m3 as TrackingEventNamesListOutput, m4 as TrackingEventNamesUnarchiveInput, m5 as TrackingEventNamesUnarchiveOutput, m6 as TrackingGoogleadsConnectionStatusInput, m7 as TrackingGoogleadsConnectionStatusOutput, m8 as TrackingGoogleadsConversionActionsInput, m9 as TrackingGoogleadsConversionActionsOutput, ma as TrackingGoogleadsFeedbackConfigGetInput, mb as TrackingGoogleadsFeedbackConfigGetOutput, mc as TrackingGoogleadsFeedbackConfigSetInput, md as TrackingGoogleadsFeedbackConfigSetOutput, me as TrackingGoogleadsFeedbackRunInput, mf as TrackingGoogleadsFeedbackRunOutput, mg as TrackingGoogleadsFeedbackStatusInput, mh as TrackingGoogleadsFeedbackStatusOutput, mi as TrackingGoogleadsFeedbackUploadsInput, mj as TrackingGoogleadsFeedbackUploadsOutput, mk as TrackingGoogleadsRoasReportInput, ml as TrackingGoogleadsRoasReportOutput, mm as TrackingGoogleadsSyncNowInput, mn as TrackingGoogleadsSyncNowOutput, mo as TrackingGoogleadsTrackingHealthInput, mp as TrackingGoogleadsTrackingHealthOutput, mq as TrackingGoogleadsUsVsPlatformInput, mr as TrackingGoogleadsUsVsPlatformOutput, ms as TrackingIdentityHealthInput, mt as TrackingIdentityHealthOutput, mu as TrackingInstallDomainsCreateInput, mv as TrackingInstallDomainsCreateOutput, mw as TrackingInstallDomainsDeleteInput, mx as TrackingInstallDomainsDeleteOutput, my as TrackingInstallDomainsListInput, mz as TrackingInstallDomainsListOutput, mA as TrackingLinkDomainsCreateInput, mB as TrackingLinkDomainsCreateOutput, mC as TrackingLinkDomainsDeleteInput, mD as TrackingLinkDomainsDeleteOutput, mE as TrackingLinkDomainsListInput, mF as TrackingLinkDomainsListOutput, mG as TrackingLiveEventsListInput, mH as TrackingLiveEventsListOutput, mI as TrackingProfilesDeleteInput, mJ as TrackingProfilesDeleteOutput, mK as TrackingProfilesExportInput, mL as TrackingProfilesExportOutput, mM as TrackingProfilesGetInput, mN as TrackingProfilesGetOutput, mO as TrackingProfilesListInput, mP as TrackingProfilesListOutput, mQ as TrackingReportsAttributedJourneyInput, mR as TrackingReportsAttributedJourneyOutput, mS as TrackingReportsEventVolumeInput, mT as TrackingReportsEventVolumeOutput, mU as TrackingReportsRevenueBySourceInput, mV as TrackingReportsRevenueBySourceOutput, mW as TrackingReportsSourcePeopleInput, mX as TrackingReportsSourcePeopleOutput, mY as TrackingSnippetsGetInput, mZ as TrackingSnippetsGetOutput } from '../client.gen-BE8VaNrU.js';
|
|
2
2
|
|
|
3
3
|
declare const trackingDomainsCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/users/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, m_ as UsersApikeysCreateInput, m$ as UsersApikeysCreateOutput, n0 as UsersApikeysListInput, n1 as UsersApikeysListOutput, n2 as UsersApikeysRevokeInput, n3 as UsersApikeysRevokeOutput, n4 as UsersAuditListInput, n5 as UsersAuditListOutput, n6 as UsersConfigGetInput, n7 as UsersConfigGetOutput, n8 as UsersConfigUpsertInput, n9 as UsersConfigUpsertOutput, na as UsersFactorsListInput, nb as UsersFactorsListOutput, nc as UsersFactorsResetInput, nd as UsersFactorsResetOutput, ne as UsersKeysListInput, nf as UsersKeysListOutput, ng as UsersKeysRevokeInput, nh as UsersKeysRevokeOutput, ni as UsersKeysRotateInput, nj as UsersKeysRotateOutput, nk as UsersOpsRetentionGetInput, nl as UsersOpsRetentionGetOutput, nm as UsersOpsSloGetInput, nn as UsersOpsSloGetOutput, no as UsersPasskeysListInput, np as UsersPasskeysListOutput, nq as UsersPasskeysRevokeInput, nr as UsersPasskeysRevokeOutput, ns as UsersSessionsGetInput, nt as UsersSessionsGetOutput, nu as UsersSessionsImpersonateInput, nv as UsersSessionsImpersonateOutput, nw as UsersSessionsListInput, nx as UsersSessionsListOutput, ny as UsersSessionsRevokeInput, nz as UsersSessionsRevokeOutput, nA as UsersStatsGetInput, nB as UsersStatsGetOutput, nC as UsersUsersBanInput, nD as UsersUsersBanOutput, nE as UsersUsersCreateInput, nF as UsersUsersCreateOutput, nG as UsersUsersDeleteInput, nH as UsersUsersDeleteOutput, nI as UsersUsersEraseInput, nJ as UsersUsersEraseOutput, nK as UsersUsersExportInput, nL as UsersUsersExportOutput, nM as UsersUsersGetInput, nN as UsersUsersGetOutput, nO as UsersUsersImportInput, nP as UsersUsersImportOutput, nQ as UsersUsersInviteInput, nR as UsersUsersInviteOutput, nS as UsersUsersListInput, nT as UsersUsersListOutput, nU as UsersUsersSetPrimaryIdentifierInput, nV as UsersUsersSetPrimaryIdentifierOutput, nW as UsersUsersUnbanInput, nX as UsersUsersUnbanOutput, nY as UsersUsersUpdateInput, nZ as UsersUsersUpdateOutput, n_ as UsersWaitlistEraseInput, n$ as UsersWaitlistEraseOutput, o0 as UsersWaitlistFunnelInput, o1 as UsersWaitlistFunnelOutput, o2 as UsersWaitlistImportInput, o3 as UsersWaitlistImportOutput, o4 as UsersWaitlistInviteInput, o5 as UsersWaitlistInviteOutput, o6 as UsersWaitlistListInput, o7 as UsersWaitlistListOutput, o8 as UsersWebhooksCreateInput, o9 as UsersWebhooksCreateOutput, oa as UsersWebhooksDeleteInput, ob as UsersWebhooksDeleteOutput, oc as UsersWebhooksDeliveriesListInput, od as UsersWebhooksDeliveriesListOutput, oe as UsersWebhooksGetInput, of as UsersWebhooksGetOutput, og as UsersWebhooksListInput, oh as UsersWebhooksListOutput, oi as UsersWebhooksRotateSecretInput, oj as UsersWebhooksRotateSecretOutput, ok as UsersWebhooksUpdateInput, ol as UsersWebhooksUpdateOutput } from '../client.gen-BE8VaNrU.cjs';
|
|
2
2
|
|
|
3
3
|
declare const usersApikeysCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/users/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, m_ as UsersApikeysCreateInput, m$ as UsersApikeysCreateOutput, n0 as UsersApikeysListInput, n1 as UsersApikeysListOutput, n2 as UsersApikeysRevokeInput, n3 as UsersApikeysRevokeOutput, n4 as UsersAuditListInput, n5 as UsersAuditListOutput, n6 as UsersConfigGetInput, n7 as UsersConfigGetOutput, n8 as UsersConfigUpsertInput, n9 as UsersConfigUpsertOutput, na as UsersFactorsListInput, nb as UsersFactorsListOutput, nc as UsersFactorsResetInput, nd as UsersFactorsResetOutput, ne as UsersKeysListInput, nf as UsersKeysListOutput, ng as UsersKeysRevokeInput, nh as UsersKeysRevokeOutput, ni as UsersKeysRotateInput, nj as UsersKeysRotateOutput, nk as UsersOpsRetentionGetInput, nl as UsersOpsRetentionGetOutput, nm as UsersOpsSloGetInput, nn as UsersOpsSloGetOutput, no as UsersPasskeysListInput, np as UsersPasskeysListOutput, nq as UsersPasskeysRevokeInput, nr as UsersPasskeysRevokeOutput, ns as UsersSessionsGetInput, nt as UsersSessionsGetOutput, nu as UsersSessionsImpersonateInput, nv as UsersSessionsImpersonateOutput, nw as UsersSessionsListInput, nx as UsersSessionsListOutput, ny as UsersSessionsRevokeInput, nz as UsersSessionsRevokeOutput, nA as UsersStatsGetInput, nB as UsersStatsGetOutput, nC as UsersUsersBanInput, nD as UsersUsersBanOutput, nE as UsersUsersCreateInput, nF as UsersUsersCreateOutput, nG as UsersUsersDeleteInput, nH as UsersUsersDeleteOutput, nI as UsersUsersEraseInput, nJ as UsersUsersEraseOutput, nK as UsersUsersExportInput, nL as UsersUsersExportOutput, nM as UsersUsersGetInput, nN as UsersUsersGetOutput, nO as UsersUsersImportInput, nP as UsersUsersImportOutput, nQ as UsersUsersInviteInput, nR as UsersUsersInviteOutput, nS as UsersUsersListInput, nT as UsersUsersListOutput, nU as UsersUsersSetPrimaryIdentifierInput, nV as UsersUsersSetPrimaryIdentifierOutput, nW as UsersUsersUnbanInput, nX as UsersUsersUnbanOutput, nY as UsersUsersUpdateInput, nZ as UsersUsersUpdateOutput, n_ as UsersWaitlistEraseInput, n$ as UsersWaitlistEraseOutput, o0 as UsersWaitlistFunnelInput, o1 as UsersWaitlistFunnelOutput, o2 as UsersWaitlistImportInput, o3 as UsersWaitlistImportOutput, o4 as UsersWaitlistInviteInput, o5 as UsersWaitlistInviteOutput, o6 as UsersWaitlistListInput, o7 as UsersWaitlistListOutput, o8 as UsersWebhooksCreateInput, o9 as UsersWebhooksCreateOutput, oa as UsersWebhooksDeleteInput, ob as UsersWebhooksDeleteOutput, oc as UsersWebhooksDeliveriesListInput, od as UsersWebhooksDeliveriesListOutput, oe as UsersWebhooksGetInput, of as UsersWebhooksGetOutput, og as UsersWebhooksListInput, oh as UsersWebhooksListOutput, oi as UsersWebhooksRotateSecretInput, oj as UsersWebhooksRotateSecretOutput, ok as UsersWebhooksUpdateInput, ol as UsersWebhooksUpdateOutput } from '../client.gen-BE8VaNrU.js';
|
|
2
2
|
|
|
3
3
|
declare const usersApikeysCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, om as WaitlistConfigGetInput, on as WaitlistConfigGetOutput, oo as WaitlistConfigUpsertInput, op as WaitlistConfigUpsertOutput, oq as WaitlistEmbedGetInput, or as WaitlistEmbedGetOutput, os as WaitlistInvitesSendInput, ot as WaitlistInvitesSendOutput, ou as WaitlistSignupsEraseInput, ov as WaitlistSignupsEraseOutput, ow as WaitlistSignupsFunnelInput, ox as WaitlistSignupsFunnelOutput, oy as WaitlistSignupsListInput, oz as WaitlistSignupsListOutput } from '../client.gen-BE8VaNrU.cjs';
|
|
2
2
|
|
|
3
3
|
declare const waitlistConfigGetQueryOptions: (sdk: GeneratedClient, input: WaitlistConfigGetInput) => {
|
|
4
4
|
queryKey: readonly ["waitlist", "config", "get", WaitlistConfigGetInput];
|
package/dist/waitlist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, om as WaitlistConfigGetInput, on as WaitlistConfigGetOutput, oo as WaitlistConfigUpsertInput, op as WaitlistConfigUpsertOutput, oq as WaitlistEmbedGetInput, or as WaitlistEmbedGetOutput, os as WaitlistInvitesSendInput, ot as WaitlistInvitesSendOutput, ou as WaitlistSignupsEraseInput, ov as WaitlistSignupsEraseOutput, ow as WaitlistSignupsFunnelInput, ox as WaitlistSignupsFunnelOutput, oy as WaitlistSignupsListInput, oz as WaitlistSignupsListOutput } from '../client.gen-BE8VaNrU.js';
|
|
2
2
|
|
|
3
3
|
declare const waitlistConfigGetQueryOptions: (sdk: GeneratedClient, input: WaitlistConfigGetInput) => {
|
|
4
4
|
queryKey: readonly ["waitlist", "config", "get", WaitlistConfigGetInput];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "43.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -75,6 +75,11 @@
|
|
|
75
75
|
"import": "./dist/organization/index.js",
|
|
76
76
|
"require": "./dist/organization/index.cjs"
|
|
77
77
|
},
|
|
78
|
+
"./playground": {
|
|
79
|
+
"types": "./dist/playground/index.d.ts",
|
|
80
|
+
"import": "./dist/playground/index.js",
|
|
81
|
+
"require": "./dist/playground/index.cjs"
|
|
82
|
+
},
|
|
78
83
|
"./realtime": {
|
|
79
84
|
"types": "./dist/realtime/index.d.ts",
|
|
80
85
|
"import": "./dist/realtime/index.js",
|
|
@@ -101,5 +106,5 @@
|
|
|
101
106
|
"require": "./dist/waitlist/index.cjs"
|
|
102
107
|
}
|
|
103
108
|
},
|
|
104
|
-
"sdkContentHash": "sha256:
|
|
109
|
+
"sdkContentHash": "sha256:ccc0a92302f421a09d25bc28cd32cf81074a68777b6cd9cb60fabcb3fe06f58a"
|
|
105
110
|
}
|
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": {
|
|
@@ -3662,6 +3649,40 @@ export const bindings: BindingsMap = {
|
|
|
3662
3649
|
"path": "/observe/issues/:id/assign",
|
|
3663
3650
|
"readOnly": false
|
|
3664
3651
|
},
|
|
3652
|
+
"event": {
|
|
3653
|
+
"method": "GET",
|
|
3654
|
+
"params": [
|
|
3655
|
+
{
|
|
3656
|
+
"in": "path",
|
|
3657
|
+
"name": "id"
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"in": "query",
|
|
3661
|
+
"name": "eventId"
|
|
3662
|
+
}
|
|
3663
|
+
],
|
|
3664
|
+
"path": "/observe/issues/:id/event",
|
|
3665
|
+
"readOnly": true
|
|
3666
|
+
},
|
|
3667
|
+
"events": {
|
|
3668
|
+
"method": "GET",
|
|
3669
|
+
"params": [
|
|
3670
|
+
{
|
|
3671
|
+
"in": "path",
|
|
3672
|
+
"name": "id"
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"in": "query",
|
|
3676
|
+
"name": "limit"
|
|
3677
|
+
},
|
|
3678
|
+
{
|
|
3679
|
+
"in": "query",
|
|
3680
|
+
"name": "cursor"
|
|
3681
|
+
}
|
|
3682
|
+
],
|
|
3683
|
+
"path": "/observe/issues/:id/events",
|
|
3684
|
+
"readOnly": true
|
|
3685
|
+
},
|
|
3665
3686
|
"get": {
|
|
3666
3687
|
"method": "GET",
|
|
3667
3688
|
"params": [
|
|
@@ -3673,6 +3694,21 @@ export const bindings: BindingsMap = {
|
|
|
3673
3694
|
"path": "/observe/issues/:id",
|
|
3674
3695
|
"readOnly": true
|
|
3675
3696
|
},
|
|
3697
|
+
"histogram": {
|
|
3698
|
+
"method": "GET",
|
|
3699
|
+
"params": [
|
|
3700
|
+
{
|
|
3701
|
+
"in": "path",
|
|
3702
|
+
"name": "id"
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"in": "query",
|
|
3706
|
+
"name": "window"
|
|
3707
|
+
}
|
|
3708
|
+
],
|
|
3709
|
+
"path": "/observe/issues/:id/histogram",
|
|
3710
|
+
"readOnly": true
|
|
3711
|
+
},
|
|
3676
3712
|
"list": {
|
|
3677
3713
|
"method": "GET",
|
|
3678
3714
|
"params": [
|
|
@@ -5100,6 +5136,110 @@ export const bindings: BindingsMap = {
|
|
|
5100
5136
|
}
|
|
5101
5137
|
}
|
|
5102
5138
|
},
|
|
5139
|
+
"playground": {
|
|
5140
|
+
"analytics": {
|
|
5141
|
+
"overview": {
|
|
5142
|
+
"method": "POST",
|
|
5143
|
+
"params": [
|
|
5144
|
+
{
|
|
5145
|
+
"in": "body",
|
|
5146
|
+
"name": "limit"
|
|
5147
|
+
}
|
|
5148
|
+
],
|
|
5149
|
+
"path": "/playground/analytics/overview",
|
|
5150
|
+
"readOnly": true
|
|
5151
|
+
}
|
|
5152
|
+
},
|
|
5153
|
+
"billing": {
|
|
5154
|
+
"entitlements": {
|
|
5155
|
+
"method": "POST",
|
|
5156
|
+
"path": "/playground/billing/entitlements",
|
|
5157
|
+
"readOnly": true
|
|
5158
|
+
},
|
|
5159
|
+
"record-usage": {
|
|
5160
|
+
"method": "POST",
|
|
5161
|
+
"params": [
|
|
5162
|
+
{
|
|
5163
|
+
"in": "body",
|
|
5164
|
+
"name": "value"
|
|
5165
|
+
}
|
|
5166
|
+
],
|
|
5167
|
+
"path": "/playground/billing/usage",
|
|
5168
|
+
"readOnly": false
|
|
5169
|
+
}
|
|
5170
|
+
},
|
|
5171
|
+
"clickup": {
|
|
5172
|
+
"create-task": {
|
|
5173
|
+
"method": "POST",
|
|
5174
|
+
"params": [
|
|
5175
|
+
{
|
|
5176
|
+
"in": "body",
|
|
5177
|
+
"name": "listId"
|
|
5178
|
+
},
|
|
5179
|
+
{
|
|
5180
|
+
"in": "body",
|
|
5181
|
+
"name": "name"
|
|
5182
|
+
}
|
|
5183
|
+
],
|
|
5184
|
+
"path": "/playground/clickup/tasks",
|
|
5185
|
+
"readOnly": false
|
|
5186
|
+
},
|
|
5187
|
+
"get-last-webhook": {
|
|
5188
|
+
"method": "GET",
|
|
5189
|
+
"path": "/playground/clickup/webhooks/last",
|
|
5190
|
+
"readOnly": true
|
|
5191
|
+
},
|
|
5192
|
+
"get-overview": {
|
|
5193
|
+
"method": "GET",
|
|
5194
|
+
"path": "/playground/clickup/overview",
|
|
5195
|
+
"readOnly": true
|
|
5196
|
+
}
|
|
5197
|
+
},
|
|
5198
|
+
"gdrive": {
|
|
5199
|
+
"get-last-change": {
|
|
5200
|
+
"method": "GET",
|
|
5201
|
+
"path": "/playground/gdrive/changes/last",
|
|
5202
|
+
"readOnly": true
|
|
5203
|
+
},
|
|
5204
|
+
"read-file": {
|
|
5205
|
+
"method": "POST",
|
|
5206
|
+
"params": [
|
|
5207
|
+
{
|
|
5208
|
+
"in": "body",
|
|
5209
|
+
"name": "fileId"
|
|
5210
|
+
}
|
|
5211
|
+
],
|
|
5212
|
+
"path": "/playground/gdrive/file",
|
|
5213
|
+
"readOnly": true
|
|
5214
|
+
}
|
|
5215
|
+
},
|
|
5216
|
+
"googleads": {
|
|
5217
|
+
"read-customer": {
|
|
5218
|
+
"method": "POST",
|
|
5219
|
+
"path": "/playground/googleads/customer",
|
|
5220
|
+
"readOnly": true
|
|
5221
|
+
}
|
|
5222
|
+
},
|
|
5223
|
+
"lifecycle": {
|
|
5224
|
+
"get-state": {
|
|
5225
|
+
"method": "GET",
|
|
5226
|
+
"path": "/playground/lifecycle/state",
|
|
5227
|
+
"readOnly": true
|
|
5228
|
+
},
|
|
5229
|
+
"list-events": {
|
|
5230
|
+
"method": "GET",
|
|
5231
|
+
"path": "/playground/lifecycle/events",
|
|
5232
|
+
"readOnly": true
|
|
5233
|
+
}
|
|
5234
|
+
},
|
|
5235
|
+
"webhook": {
|
|
5236
|
+
"get-last": {
|
|
5237
|
+
"method": "GET",
|
|
5238
|
+
"path": "/playground/webhooks/last",
|
|
5239
|
+
"readOnly": true
|
|
5240
|
+
}
|
|
5241
|
+
}
|
|
5242
|
+
},
|
|
5103
5243
|
"realtime": {
|
|
5104
5244
|
"archive": {
|
|
5105
5245
|
"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';
|