@lessly/sdk-app 39.0.0 → 39.1.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 +5 -0
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +6 -2
- package/dist/brain/index.d.ts +6 -2
- package/dist/brain/index.js +5 -1
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-CDy1zew2.d.cts → client.gen-Co3x1ZjK.d.cts} +98 -236
- package/dist/{client.gen-CDy1zew2.d.ts → client.gen-Co3x1ZjK.d.ts} +98 -236
- 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 +13 -112
- 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 +13 -112
- 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.d.cts +1 -1
- package/dist/observe/index.d.ts +1 -1
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.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 +2 -7
- package/src/gen/bindings.gen.ts +13 -112
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +7 -0
- package/src/gen/client.gen.ts +5 -52
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +96 -239
- package/dist/playground/index.cjs +0 -66
- package/dist/playground/index.cjs.map +0 -1
- package/dist/playground/index.d.cts +0 -52
- package/dist/playground/index.d.ts +0 -52
- package/dist/playground/index.js +0 -53
- package/dist/playground/index.js.map +0 -1
- package/src/gen/playground/index.ts +0 -3
- package/src/gen/playground/queryOptions.gen.ts +0 -86
package/src/gen/client.gen.ts
CHANGED
|
@@ -82,6 +82,8 @@ import type {
|
|
|
82
82
|
BrainProductSharedMemoryResetOutput,
|
|
83
83
|
BrainRestoreStatusInput,
|
|
84
84
|
BrainRestoreStatusOutput,
|
|
85
|
+
BrainUsageReportInput,
|
|
86
|
+
BrainUsageReportOutput,
|
|
85
87
|
ConsentConfigCookieDomainUpsertInput,
|
|
86
88
|
ConsentConfigCookieDomainUpsertOutput,
|
|
87
89
|
ConsentConfigCustomizationUpsertInput,
|
|
@@ -630,30 +632,6 @@ import type {
|
|
|
630
632
|
OrganizationSupportThreadReplyOutput,
|
|
631
633
|
OrganizationSupportThreadsListInput,
|
|
632
634
|
OrganizationSupportThreadsListOutput,
|
|
633
|
-
PlaygroundAnalyticsOverviewInput,
|
|
634
|
-
PlaygroundAnalyticsOverviewOutput,
|
|
635
|
-
PlaygroundBillingEntitlementsInput,
|
|
636
|
-
PlaygroundBillingEntitlementsOutput,
|
|
637
|
-
PlaygroundBillingRecordUsageInput,
|
|
638
|
-
PlaygroundBillingRecordUsageOutput,
|
|
639
|
-
PlaygroundClickupCreateTaskInput,
|
|
640
|
-
PlaygroundClickupCreateTaskOutput,
|
|
641
|
-
PlaygroundClickupGetLastWebhookInput,
|
|
642
|
-
PlaygroundClickupGetLastWebhookOutput,
|
|
643
|
-
PlaygroundClickupGetOverviewInput,
|
|
644
|
-
PlaygroundClickupGetOverviewOutput,
|
|
645
|
-
PlaygroundGdriveGetLastChangeInput,
|
|
646
|
-
PlaygroundGdriveGetLastChangeOutput,
|
|
647
|
-
PlaygroundGdriveReadFileInput,
|
|
648
|
-
PlaygroundGdriveReadFileOutput,
|
|
649
|
-
PlaygroundGoogleadsReadCustomerInput,
|
|
650
|
-
PlaygroundGoogleadsReadCustomerOutput,
|
|
651
|
-
PlaygroundLifecycleGetStateInput,
|
|
652
|
-
PlaygroundLifecycleGetStateOutput,
|
|
653
|
-
PlaygroundLifecycleListEventsInput,
|
|
654
|
-
PlaygroundLifecycleListEventsOutput,
|
|
655
|
-
PlaygroundWebhookGetLastInput,
|
|
656
|
-
PlaygroundWebhookGetLastOutput,
|
|
657
635
|
RealtimeArchiveExportInput,
|
|
658
636
|
RealtimeArchiveExportOutput,
|
|
659
637
|
RealtimeArchiveExportStatusInput,
|
|
@@ -1057,6 +1035,9 @@ export interface GeneratedClient {
|
|
|
1057
1035
|
restore: {
|
|
1058
1036
|
status(input: BrainRestoreStatusInput): Promise<BrainRestoreStatusOutput>;
|
|
1059
1037
|
};
|
|
1038
|
+
usage: {
|
|
1039
|
+
report(input: BrainUsageReportInput): Promise<BrainUsageReportOutput>;
|
|
1040
|
+
};
|
|
1060
1041
|
};
|
|
1061
1042
|
consent: {
|
|
1062
1043
|
'config-cookie-domain': {
|
|
@@ -1538,34 +1519,6 @@ export interface GeneratedClient {
|
|
|
1538
1519
|
list(input: OrganizationSupportThreadsListInput): Promise<OrganizationSupportThreadsListOutput>;
|
|
1539
1520
|
};
|
|
1540
1521
|
};
|
|
1541
|
-
playground: {
|
|
1542
|
-
analytics: {
|
|
1543
|
-
overview(input: PlaygroundAnalyticsOverviewInput): Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
1544
|
-
};
|
|
1545
|
-
billing: {
|
|
1546
|
-
entitlements(input: PlaygroundBillingEntitlementsInput): Promise<PlaygroundBillingEntitlementsOutput>;
|
|
1547
|
-
'record-usage'(input: PlaygroundBillingRecordUsageInput): Promise<PlaygroundBillingRecordUsageOutput>;
|
|
1548
|
-
};
|
|
1549
|
-
clickup: {
|
|
1550
|
-
'create-task'(input: PlaygroundClickupCreateTaskInput): Promise<PlaygroundClickupCreateTaskOutput>;
|
|
1551
|
-
'get-last-webhook'(input: PlaygroundClickupGetLastWebhookInput): Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
1552
|
-
'get-overview'(input: PlaygroundClickupGetOverviewInput): Promise<PlaygroundClickupGetOverviewOutput>;
|
|
1553
|
-
};
|
|
1554
|
-
gdrive: {
|
|
1555
|
-
'get-last-change'(input: PlaygroundGdriveGetLastChangeInput): Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
1556
|
-
'read-file'(input: PlaygroundGdriveReadFileInput): Promise<PlaygroundGdriveReadFileOutput>;
|
|
1557
|
-
};
|
|
1558
|
-
googleads: {
|
|
1559
|
-
'read-customer'(input: PlaygroundGoogleadsReadCustomerInput): Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
1560
|
-
};
|
|
1561
|
-
lifecycle: {
|
|
1562
|
-
'get-state'(input: PlaygroundLifecycleGetStateInput): Promise<PlaygroundLifecycleGetStateOutput>;
|
|
1563
|
-
'list-events'(input: PlaygroundLifecycleListEventsInput): Promise<PlaygroundLifecycleListEventsOutput>;
|
|
1564
|
-
};
|
|
1565
|
-
webhook: {
|
|
1566
|
-
'get-last'(input: PlaygroundWebhookGetLastInput): Promise<PlaygroundWebhookGetLastOutput>;
|
|
1567
|
-
};
|
|
1568
|
-
};
|
|
1569
1522
|
realtime: {
|
|
1570
1523
|
archive: {
|
|
1571
1524
|
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', 'observe', 'organization', '
|
|
2
|
+
export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', 'observe', 'organization', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;
|
package/src/gen/types.gen.ts
CHANGED
|
@@ -1028,6 +1028,98 @@ snapshotId: string
|
|
|
1028
1028
|
preRestoreSnapshotId: (string | null)
|
|
1029
1029
|
} | null)
|
|
1030
1030
|
|
|
1031
|
+
export interface BrainUsageReportInput {
|
|
1032
|
+
/**
|
|
1033
|
+
* How many UTC days of this product's ledger to return, ending today (default 30, max 90)
|
|
1034
|
+
*/
|
|
1035
|
+
days?: number
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
export interface BrainUsageReportOutput {
|
|
1039
|
+
note: string
|
|
1040
|
+
/**
|
|
1041
|
+
* Brain's own ledger, for THIS product only
|
|
1042
|
+
*/
|
|
1043
|
+
product: {
|
|
1044
|
+
/**
|
|
1045
|
+
* Inclusive UTC end of the window (today), YYYY-MM-DD
|
|
1046
|
+
*/
|
|
1047
|
+
to: string
|
|
1048
|
+
/**
|
|
1049
|
+
* The window actually used, after clamping
|
|
1050
|
+
*/
|
|
1051
|
+
days: number
|
|
1052
|
+
/**
|
|
1053
|
+
* Inclusive UTC start of the window, YYYY-MM-DD
|
|
1054
|
+
*/
|
|
1055
|
+
from: string
|
|
1056
|
+
rows: {
|
|
1057
|
+
/**
|
|
1058
|
+
* 'sync' | 'batch'; '' when the push carried none
|
|
1059
|
+
*/
|
|
1060
|
+
mode: string
|
|
1061
|
+
/**
|
|
1062
|
+
* Manifest meter slug, e.g. llm-tokens
|
|
1063
|
+
*/
|
|
1064
|
+
meter: string
|
|
1065
|
+
/**
|
|
1066
|
+
* Model dimension; '' when the push carried none
|
|
1067
|
+
*/
|
|
1068
|
+
model: string
|
|
1069
|
+
/**
|
|
1070
|
+
* How many record() calls landed in this slice
|
|
1071
|
+
*/
|
|
1072
|
+
events: number
|
|
1073
|
+
/**
|
|
1074
|
+
* Tokens we metered for this slice, delivered or not
|
|
1075
|
+
*/
|
|
1076
|
+
tokens: number
|
|
1077
|
+
/**
|
|
1078
|
+
* Purpose dimension; '' when the push carried none
|
|
1079
|
+
*/
|
|
1080
|
+
purpose: string
|
|
1081
|
+
/**
|
|
1082
|
+
* UTC calendar day, YYYY-MM-DD
|
|
1083
|
+
*/
|
|
1084
|
+
usage_date: string
|
|
1085
|
+
/**
|
|
1086
|
+
* Of those events, how many billing did not accept
|
|
1087
|
+
*/
|
|
1088
|
+
delivery_failed: number
|
|
1089
|
+
}[]
|
|
1090
|
+
/**
|
|
1091
|
+
* The rows rolled up per meter across the whole window
|
|
1092
|
+
*/
|
|
1093
|
+
totals: {
|
|
1094
|
+
meter: string
|
|
1095
|
+
events: number
|
|
1096
|
+
tokens: number
|
|
1097
|
+
delivery_failed: number
|
|
1098
|
+
}[]
|
|
1099
|
+
product_id: string
|
|
1100
|
+
}
|
|
1101
|
+
/**
|
|
1102
|
+
* The platform billing aggregate for the whole ORG; null if it could not be read
|
|
1103
|
+
*/
|
|
1104
|
+
platform: ({
|
|
1105
|
+
plan: string
|
|
1106
|
+
scope: "org"
|
|
1107
|
+
meters: {
|
|
1108
|
+
unit?: string
|
|
1109
|
+
used?: number
|
|
1110
|
+
limit?: (number | null)
|
|
1111
|
+
remaining?: (number | null)
|
|
1112
|
+
unlimited?: boolean
|
|
1113
|
+
meter_slug: string
|
|
1114
|
+
}[]
|
|
1115
|
+
org_id: string
|
|
1116
|
+
} | null)
|
|
1117
|
+
/**
|
|
1118
|
+
* Why the platform aggregate is null; null when it was read successfully
|
|
1119
|
+
*/
|
|
1120
|
+
platform_error: (string | null)
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1031
1123
|
export interface ConsentConfigCookieDomainUpsertInput {
|
|
1032
1124
|
cookieDomain: ("" | null | string)
|
|
1033
1125
|
}
|
|
@@ -1657,7 +1749,6 @@ outputDir?: string
|
|
|
1657
1749
|
}
|
|
1658
1750
|
markdown?: boolean
|
|
1659
1751
|
})
|
|
1660
|
-
tracing?: string
|
|
1661
1752
|
replicas: number
|
|
1662
1753
|
createdAt: string
|
|
1663
1754
|
dependsOn: string[]
|
|
@@ -2630,7 +2721,7 @@ baseEnvironmentId: (string | null)
|
|
|
2630
2721
|
}
|
|
2631
2722
|
|
|
2632
2723
|
export interface DeploymentEventsListByEnvironmentInput {
|
|
2633
|
-
type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.
|
|
2724
|
+
type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored")
|
|
2634
2725
|
limit?: number
|
|
2635
2726
|
since?: string
|
|
2636
2727
|
until?: string
|
|
@@ -2639,7 +2730,7 @@ environmentId: string
|
|
|
2639
2730
|
|
|
2640
2731
|
export type DeploymentEventsListByEnvironmentOutput = {
|
|
2641
2732
|
id: string
|
|
2642
|
-
type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.
|
|
2733
|
+
type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored")
|
|
2643
2734
|
payload: {
|
|
2644
2735
|
[k: string]: unknown
|
|
2645
2736
|
}
|
|
@@ -2652,7 +2743,7 @@ environmentId: (string | null)
|
|
|
2652
2743
|
}[]
|
|
2653
2744
|
|
|
2654
2745
|
export interface DeploymentEventsListByServiceInput {
|
|
2655
|
-
type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.
|
|
2746
|
+
type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored")
|
|
2656
2747
|
limit?: number
|
|
2657
2748
|
since?: string
|
|
2658
2749
|
until?: string
|
|
@@ -2662,7 +2753,7 @@ deploymentId?: string
|
|
|
2662
2753
|
|
|
2663
2754
|
export type DeploymentEventsListByServiceOutput = {
|
|
2664
2755
|
id: string
|
|
2665
|
-
type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.
|
|
2756
|
+
type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored")
|
|
2666
2757
|
payload: {
|
|
2667
2758
|
[k: string]: unknown
|
|
2668
2759
|
}
|
|
@@ -3156,10 +3247,6 @@ outputDir?: string
|
|
|
3156
3247
|
}
|
|
3157
3248
|
markdown?: boolean
|
|
3158
3249
|
})
|
|
3159
|
-
/**
|
|
3160
|
-
* OTel SDK to inject into this service's pods: 'off' (none), 'node' or 'python'. Read when a deploy builds the workload — takes effect on the next deploy, running pods are untouched.
|
|
3161
|
-
*/
|
|
3162
|
-
tracing?: ("off" | "node" | "python")
|
|
3163
3250
|
replicas?: number
|
|
3164
3251
|
resources?: {
|
|
3165
3252
|
limits?: {
|
|
@@ -3215,7 +3302,6 @@ outputDir?: string
|
|
|
3215
3302
|
}
|
|
3216
3303
|
markdown?: boolean
|
|
3217
3304
|
})
|
|
3218
|
-
tracing?: string
|
|
3219
3305
|
replicas: number
|
|
3220
3306
|
createdAt: string
|
|
3221
3307
|
dependsOn: string[]
|
|
@@ -3321,7 +3407,6 @@ outputDir?: string
|
|
|
3321
3407
|
}
|
|
3322
3408
|
markdown?: boolean
|
|
3323
3409
|
})
|
|
3324
|
-
tracing?: string
|
|
3325
3410
|
replicas: number
|
|
3326
3411
|
createdAt: string
|
|
3327
3412
|
dependsOn: string[]
|
|
@@ -3394,7 +3479,6 @@ outputDir?: string
|
|
|
3394
3479
|
}
|
|
3395
3480
|
markdown?: boolean
|
|
3396
3481
|
})
|
|
3397
|
-
tracing?: string
|
|
3398
3482
|
replicas: number
|
|
3399
3483
|
createdAt: string
|
|
3400
3484
|
dependsOn: string[]
|
|
@@ -3544,7 +3628,6 @@ outputDir?: string
|
|
|
3544
3628
|
}
|
|
3545
3629
|
markdown?: boolean
|
|
3546
3630
|
})
|
|
3547
|
-
tracing?: string
|
|
3548
3631
|
replicas: number
|
|
3549
3632
|
createdAt: string
|
|
3550
3633
|
dependsOn: string[]
|
|
@@ -3612,10 +3695,6 @@ outputDir?: string
|
|
|
3612
3695
|
}
|
|
3613
3696
|
markdown?: boolean
|
|
3614
3697
|
})
|
|
3615
|
-
/**
|
|
3616
|
-
* OTel SDK to inject into this service's pods: 'off' (none), 'node' or 'python'. Read when a deploy builds the workload — takes effect on the next deploy, running pods are untouched.
|
|
3617
|
-
*/
|
|
3618
|
-
tracing?: ("off" | "node" | "python")
|
|
3619
3698
|
replicas?: number
|
|
3620
3699
|
resources?: {
|
|
3621
3700
|
limits?: {
|
|
@@ -3673,7 +3752,6 @@ outputDir?: string
|
|
|
3673
3752
|
}
|
|
3674
3753
|
markdown?: boolean
|
|
3675
3754
|
})
|
|
3676
|
-
tracing?: string
|
|
3677
3755
|
replicas: number
|
|
3678
3756
|
createdAt: string
|
|
3679
3757
|
dependsOn: string[]
|
|
@@ -14961,7 +15039,6 @@ displayName: (string | null)
|
|
|
14961
15039
|
orgRoles: {
|
|
14962
15040
|
id: string
|
|
14963
15041
|
name: string
|
|
14964
|
-
description: (string | null)
|
|
14965
15042
|
}[]
|
|
14966
15043
|
canManage: boolean
|
|
14967
15044
|
inherited: {
|
|
@@ -15358,226 +15435,6 @@ lastMessagePreview: (string | null)
|
|
|
15358
15435
|
}[]
|
|
15359
15436
|
}
|
|
15360
15437
|
|
|
15361
|
-
export interface PlaygroundAnalyticsOverviewInput {
|
|
15362
|
-
/**
|
|
15363
|
-
* Max records per entity in recent[]; omit for the endpoint default
|
|
15364
|
-
*/
|
|
15365
|
-
limit?: number
|
|
15366
|
-
}
|
|
15367
|
-
|
|
15368
|
-
export interface PlaygroundAnalyticsOverviewOutput {
|
|
15369
|
-
ok: boolean
|
|
15370
|
-
minted: boolean
|
|
15371
|
-
overview?: unknown
|
|
15372
|
-
http_status: number
|
|
15373
|
-
}
|
|
15374
|
-
|
|
15375
|
-
export interface PlaygroundBillingEntitlementsInput {
|
|
15376
|
-
|
|
15377
|
-
}
|
|
15378
|
-
|
|
15379
|
-
export interface PlaygroundBillingEntitlementsOutput {
|
|
15380
|
-
ok: boolean
|
|
15381
|
-
minted: boolean
|
|
15382
|
-
http_status: number
|
|
15383
|
-
entitlements?: unknown
|
|
15384
|
-
}
|
|
15385
|
-
|
|
15386
|
-
export interface PlaygroundBillingRecordUsageInput {
|
|
15387
|
-
/**
|
|
15388
|
-
* Quantity of events to record against playground-events (SUM); defaults to 1
|
|
15389
|
-
*/
|
|
15390
|
-
value?: number
|
|
15391
|
-
}
|
|
15392
|
-
|
|
15393
|
-
export interface PlaygroundBillingRecordUsageOutput {
|
|
15394
|
-
minted: boolean
|
|
15395
|
-
accepted: (number | null)
|
|
15396
|
-
recorded: boolean
|
|
15397
|
-
duplicates: (number | null)
|
|
15398
|
-
http_status: number
|
|
15399
|
-
}
|
|
15400
|
-
|
|
15401
|
-
export interface PlaygroundClickupCreateTaskInput {
|
|
15402
|
-
/**
|
|
15403
|
-
* Task title; defaults to a fixture label
|
|
15404
|
-
*/
|
|
15405
|
-
name?: string
|
|
15406
|
-
/**
|
|
15407
|
-
* ClickUp list id; falls back to CLICKUP_TEST_LIST_ID
|
|
15408
|
-
*/
|
|
15409
|
-
listId?: string
|
|
15410
|
-
}
|
|
15411
|
-
|
|
15412
|
-
export interface PlaygroundClickupCreateTaskOutput {
|
|
15413
|
-
minted: boolean
|
|
15414
|
-
task_id: (string | null)
|
|
15415
|
-
list_status: number
|
|
15416
|
-
vend_status: number
|
|
15417
|
-
clickup_status: number
|
|
15418
|
-
installation_count: number
|
|
15419
|
-
}
|
|
15420
|
-
|
|
15421
|
-
export interface PlaygroundClickupGetLastWebhookInput {
|
|
15422
|
-
|
|
15423
|
-
}
|
|
15424
|
-
|
|
15425
|
-
export type PlaygroundClickupGetLastWebhookOutput = ({
|
|
15426
|
-
payload: string
|
|
15427
|
-
event_id: string
|
|
15428
|
-
provider: string
|
|
15429
|
-
verified: boolean
|
|
15430
|
-
product_id: string
|
|
15431
|
-
occurred_at: string
|
|
15432
|
-
connector_id: string
|
|
15433
|
-
clickup_event: (string | null)
|
|
15434
|
-
receipt_count: number
|
|
15435
|
-
} | {
|
|
15436
|
-
found: false
|
|
15437
|
-
})
|
|
15438
|
-
|
|
15439
|
-
export interface PlaygroundClickupGetOverviewInput {
|
|
15440
|
-
|
|
15441
|
-
}
|
|
15442
|
-
|
|
15443
|
-
export interface PlaygroundClickupGetOverviewOutput {
|
|
15444
|
-
team: ({
|
|
15445
|
-
teamId: string
|
|
15446
|
-
teamName: string
|
|
15447
|
-
} | null)
|
|
15448
|
-
lists: PlaygroundClickupGetOverviewOutputItems[]
|
|
15449
|
-
tasks: {
|
|
15450
|
-
id: string
|
|
15451
|
-
name: string
|
|
15452
|
-
status: (string | null)
|
|
15453
|
-
}[]
|
|
15454
|
-
minted: boolean
|
|
15455
|
-
spaces: PlaygroundClickupGetOverviewOutputItems[]
|
|
15456
|
-
list_status: number
|
|
15457
|
-
vend_status: number
|
|
15458
|
-
lists_status: number
|
|
15459
|
-
tasks_status: number
|
|
15460
|
-
spaces_status: number
|
|
15461
|
-
folders_status: number
|
|
15462
|
-
installation_count: number
|
|
15463
|
-
}
|
|
15464
|
-
export interface PlaygroundClickupGetOverviewOutputItems {
|
|
15465
|
-
id: string
|
|
15466
|
-
name: string
|
|
15467
|
-
}
|
|
15468
|
-
|
|
15469
|
-
export interface PlaygroundGdriveGetLastChangeInput {
|
|
15470
|
-
|
|
15471
|
-
}
|
|
15472
|
-
|
|
15473
|
-
export type PlaygroundGdriveGetLastChangeOutput = ({
|
|
15474
|
-
file_id: string
|
|
15475
|
-
removed: boolean
|
|
15476
|
-
file_name: (string | null)
|
|
15477
|
-
mime_type: (string | null)
|
|
15478
|
-
product_id: string
|
|
15479
|
-
occurred_at: string
|
|
15480
|
-
connector_id: string
|
|
15481
|
-
resource_state: string
|
|
15482
|
-
} | {
|
|
15483
|
-
found: false
|
|
15484
|
-
})
|
|
15485
|
-
|
|
15486
|
-
export interface PlaygroundGdriveReadFileInput {
|
|
15487
|
-
/**
|
|
15488
|
-
* Drive file id; falls back to GDRIVE_TEST_FILE_ID, then the first picked file
|
|
15489
|
-
*/
|
|
15490
|
-
fileId?: string
|
|
15491
|
-
}
|
|
15492
|
-
|
|
15493
|
-
export interface PlaygroundGdriveReadFileOutput {
|
|
15494
|
-
minted: boolean
|
|
15495
|
-
file_id: (string | null)
|
|
15496
|
-
file_name: (string | null)
|
|
15497
|
-
mime_type: (string | null)
|
|
15498
|
-
file_count: number
|
|
15499
|
-
get_status: number
|
|
15500
|
-
list_status: number
|
|
15501
|
-
vend_status: number
|
|
15502
|
-
content_bytes: (number | null)
|
|
15503
|
-
}
|
|
15504
|
-
|
|
15505
|
-
export interface PlaygroundGoogleadsReadCustomerInput {
|
|
15506
|
-
|
|
15507
|
-
}
|
|
15508
|
-
|
|
15509
|
-
export interface PlaygroundGoogleadsReadCustomerOutput {
|
|
15510
|
-
minted: boolean
|
|
15511
|
-
vended: boolean
|
|
15512
|
-
customer_id: (string | null)
|
|
15513
|
-
vend_status: number
|
|
15514
|
-
result_count: number
|
|
15515
|
-
search_status: number
|
|
15516
|
-
login_customer_id: (string | null)
|
|
15517
|
-
}
|
|
15518
|
-
|
|
15519
|
-
export interface PlaygroundLifecycleGetStateInput {
|
|
15520
|
-
|
|
15521
|
-
}
|
|
15522
|
-
|
|
15523
|
-
export interface PlaygroundLifecycleGetStateOutput {
|
|
15524
|
-
blocked: boolean
|
|
15525
|
-
archived: boolean
|
|
15526
|
-
productId: string
|
|
15527
|
-
lastBlockTransition: ({
|
|
15528
|
-
eventId: string
|
|
15529
|
-
eventName: string
|
|
15530
|
-
productId: string
|
|
15531
|
-
occurredAt: string
|
|
15532
|
-
recordedAt: string
|
|
15533
|
-
receiptCount: number
|
|
15534
|
-
organizationId: string
|
|
15535
|
-
cascadedFromOrg: boolean
|
|
15536
|
-
} | null)
|
|
15537
|
-
lastArchiveTransition: ({
|
|
15538
|
-
eventId: string
|
|
15539
|
-
eventName: string
|
|
15540
|
-
productId: string
|
|
15541
|
-
occurredAt: string
|
|
15542
|
-
recordedAt: string
|
|
15543
|
-
receiptCount: number
|
|
15544
|
-
organizationId: string
|
|
15545
|
-
cascadedFromOrg: boolean
|
|
15546
|
-
} | null)
|
|
15547
|
-
}
|
|
15548
|
-
|
|
15549
|
-
export interface PlaygroundLifecycleListEventsInput {
|
|
15550
|
-
|
|
15551
|
-
}
|
|
15552
|
-
|
|
15553
|
-
export type PlaygroundLifecycleListEventsOutput = {
|
|
15554
|
-
eventId: string
|
|
15555
|
-
eventName: string
|
|
15556
|
-
productId: string
|
|
15557
|
-
occurredAt: string
|
|
15558
|
-
recordedAt: string
|
|
15559
|
-
receiptCount: number
|
|
15560
|
-
organizationId: string
|
|
15561
|
-
cascadedFromOrg: boolean
|
|
15562
|
-
}[]
|
|
15563
|
-
|
|
15564
|
-
export interface PlaygroundWebhookGetLastInput {
|
|
15565
|
-
|
|
15566
|
-
}
|
|
15567
|
-
|
|
15568
|
-
export type PlaygroundWebhookGetLastOutput = ({
|
|
15569
|
-
payload?: unknown
|
|
15570
|
-
event_id: string
|
|
15571
|
-
provider: string
|
|
15572
|
-
verified: boolean
|
|
15573
|
-
product_id: string
|
|
15574
|
-
occurred_at: string
|
|
15575
|
-
connector_id: string
|
|
15576
|
-
delivery_count: number
|
|
15577
|
-
} | {
|
|
15578
|
-
found: false
|
|
15579
|
-
})
|
|
15580
|
-
|
|
15581
15438
|
export interface RealtimeArchiveExportInput {
|
|
15582
15439
|
/**
|
|
15583
15440
|
* Only entries with ts <= to_ts (epoch ms)
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
// src/gen/playground/queryOptions.gen.ts
|
|
4
|
-
var playgroundAnalyticsOverviewQueryOptions = (sdk, input) => ({
|
|
5
|
-
queryKey: ["playground", "analytics", "overview", input],
|
|
6
|
-
queryFn: () => sdk["playground"]["analytics"]["overview"](input)
|
|
7
|
-
});
|
|
8
|
-
var playgroundBillingEntitlementsQueryOptions = (sdk, input) => ({
|
|
9
|
-
queryKey: ["playground", "billing", "entitlements", input],
|
|
10
|
-
queryFn: () => sdk["playground"]["billing"]["entitlements"](input)
|
|
11
|
-
});
|
|
12
|
-
var playgroundBillingRecordUsageMutationOptions = (sdk) => ({
|
|
13
|
-
mutationKey: ["playground", "billing", "record-usage"],
|
|
14
|
-
mutationFn: (input) => sdk["playground"]["billing"]["record-usage"](input)
|
|
15
|
-
});
|
|
16
|
-
var playgroundClickupCreateTaskMutationOptions = (sdk) => ({
|
|
17
|
-
mutationKey: ["playground", "clickup", "create-task"],
|
|
18
|
-
mutationFn: (input) => sdk["playground"]["clickup"]["create-task"](input)
|
|
19
|
-
});
|
|
20
|
-
var playgroundClickupGetLastWebhookQueryOptions = (sdk, input) => ({
|
|
21
|
-
queryKey: ["playground", "clickup", "get-last-webhook", input],
|
|
22
|
-
queryFn: () => sdk["playground"]["clickup"]["get-last-webhook"](input)
|
|
23
|
-
});
|
|
24
|
-
var playgroundClickupGetOverviewQueryOptions = (sdk, input) => ({
|
|
25
|
-
queryKey: ["playground", "clickup", "get-overview", input],
|
|
26
|
-
queryFn: () => sdk["playground"]["clickup"]["get-overview"](input)
|
|
27
|
-
});
|
|
28
|
-
var playgroundGdriveGetLastChangeQueryOptions = (sdk, input) => ({
|
|
29
|
-
queryKey: ["playground", "gdrive", "get-last-change", input],
|
|
30
|
-
queryFn: () => sdk["playground"]["gdrive"]["get-last-change"](input)
|
|
31
|
-
});
|
|
32
|
-
var playgroundGdriveReadFileQueryOptions = (sdk, input) => ({
|
|
33
|
-
queryKey: ["playground", "gdrive", "read-file", input],
|
|
34
|
-
queryFn: () => sdk["playground"]["gdrive"]["read-file"](input)
|
|
35
|
-
});
|
|
36
|
-
var playgroundGoogleadsReadCustomerQueryOptions = (sdk, input) => ({
|
|
37
|
-
queryKey: ["playground", "googleads", "read-customer", input],
|
|
38
|
-
queryFn: () => sdk["playground"]["googleads"]["read-customer"](input)
|
|
39
|
-
});
|
|
40
|
-
var playgroundLifecycleGetStateQueryOptions = (sdk, input) => ({
|
|
41
|
-
queryKey: ["playground", "lifecycle", "get-state", input],
|
|
42
|
-
queryFn: () => sdk["playground"]["lifecycle"]["get-state"](input)
|
|
43
|
-
});
|
|
44
|
-
var playgroundLifecycleListEventsQueryOptions = (sdk, input) => ({
|
|
45
|
-
queryKey: ["playground", "lifecycle", "list-events", input],
|
|
46
|
-
queryFn: () => sdk["playground"]["lifecycle"]["list-events"](input)
|
|
47
|
-
});
|
|
48
|
-
var playgroundWebhookGetLastQueryOptions = (sdk, input) => ({
|
|
49
|
-
queryKey: ["playground", "webhook", "get-last", input],
|
|
50
|
-
queryFn: () => sdk["playground"]["webhook"]["get-last"](input)
|
|
51
|
-
});
|
|
52
|
-
|
|
53
|
-
exports.playgroundAnalyticsOverviewQueryOptions = playgroundAnalyticsOverviewQueryOptions;
|
|
54
|
-
exports.playgroundBillingEntitlementsQueryOptions = playgroundBillingEntitlementsQueryOptions;
|
|
55
|
-
exports.playgroundBillingRecordUsageMutationOptions = playgroundBillingRecordUsageMutationOptions;
|
|
56
|
-
exports.playgroundClickupCreateTaskMutationOptions = playgroundClickupCreateTaskMutationOptions;
|
|
57
|
-
exports.playgroundClickupGetLastWebhookQueryOptions = playgroundClickupGetLastWebhookQueryOptions;
|
|
58
|
-
exports.playgroundClickupGetOverviewQueryOptions = playgroundClickupGetOverviewQueryOptions;
|
|
59
|
-
exports.playgroundGdriveGetLastChangeQueryOptions = playgroundGdriveGetLastChangeQueryOptions;
|
|
60
|
-
exports.playgroundGdriveReadFileQueryOptions = playgroundGdriveReadFileQueryOptions;
|
|
61
|
-
exports.playgroundGoogleadsReadCustomerQueryOptions = playgroundGoogleadsReadCustomerQueryOptions;
|
|
62
|
-
exports.playgroundLifecycleGetStateQueryOptions = playgroundLifecycleGetStateQueryOptions;
|
|
63
|
-
exports.playgroundLifecycleListEventsQueryOptions = playgroundLifecycleListEventsQueryOptions;
|
|
64
|
-
exports.playgroundWebhookGetLastQueryOptions = playgroundWebhookGetLastQueryOptions;
|
|
65
|
-
//# sourceMappingURL=index.cjs.map
|
|
66
|
-
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/gen/playground/queryOptions.gen.ts"],"names":[],"mappings":"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","file":"index.cjs","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,52 +0,0 @@
|
|
|
1
|
-
import { G as GeneratedClient, j4 as PlaygroundAnalyticsOverviewInput, j5 as PlaygroundAnalyticsOverviewOutput, j6 as PlaygroundBillingEntitlementsInput, j7 as PlaygroundBillingEntitlementsOutput, j8 as PlaygroundBillingRecordUsageInput, j9 as PlaygroundBillingRecordUsageOutput, ja as PlaygroundClickupCreateTaskInput, jb as PlaygroundClickupCreateTaskOutput, jc as PlaygroundClickupGetLastWebhookInput, jd as PlaygroundClickupGetLastWebhookOutput, je as PlaygroundClickupGetOverviewInput, jf as PlaygroundClickupGetOverviewOutput, jg as PlaygroundGdriveGetLastChangeInput, jh as PlaygroundGdriveGetLastChangeOutput, ji as PlaygroundGdriveReadFileInput, jj as PlaygroundGdriveReadFileOutput, jk as PlaygroundGoogleadsReadCustomerInput, jl as PlaygroundGoogleadsReadCustomerOutput, jm as PlaygroundLifecycleGetStateInput, jn as PlaygroundLifecycleGetStateOutput, jo as PlaygroundLifecycleListEventsInput, jp as PlaygroundLifecycleListEventsOutput, jq as PlaygroundWebhookGetLastInput, jr as PlaygroundWebhookGetLastOutput } from '../client.gen-CDy1zew2.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 };
|