@lessly/sdk-app 60.0.0 → 61.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_types/gen/client.gen.d.ts +1 -29
- package/dist/_types/gen/manifest.gen.d.ts +1 -1
- package/dist/_types/gen/types.gen.d.ts +0 -192
- package/dist/index.cjs +0 -104
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +9018 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -12
- package/src/gen/bindings.gen.ts +1 -113
- package/src/gen/client.gen.ts +0 -52
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +0 -227
- package/dist/_types/gen/playground/connect.gen.d.ts +0 -3
- package/dist/_types/gen/playground/index.d.ts +0 -3
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +0 -50
- package/dist/chunk-SOHPEC6O.js +0 -9134
- package/dist/chunk-SOHPEC6O.js.map +0 -1
- package/dist/playground/index.cjs +0 -81
- package/dist/playground/index.cjs.map +0 -1
- package/dist/playground/index.d.cts +0 -1
- package/dist/playground/index.d.ts +0 -1
- package/dist/playground/index.js +0 -58
- package/dist/playground/index.js.map +0 -1
- package/src/gen/playground/connect.gen.ts +0 -9
- package/src/gen/playground/index.ts +0 -4
- package/src/gen/playground/queryOptions.gen.ts +0 -86
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "61.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -125,16 +125,6 @@
|
|
|
125
125
|
"default": "./dist/organization/index.cjs"
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
|
-
"./playground": {
|
|
129
|
-
"import": {
|
|
130
|
-
"types": "./dist/playground/index.d.ts",
|
|
131
|
-
"default": "./dist/playground/index.js"
|
|
132
|
-
},
|
|
133
|
-
"require": {
|
|
134
|
-
"types": "./dist/playground/index.d.cts",
|
|
135
|
-
"default": "./dist/playground/index.cjs"
|
|
136
|
-
}
|
|
137
|
-
},
|
|
138
128
|
"./realtime": {
|
|
139
129
|
"import": {
|
|
140
130
|
"types": "./dist/realtime/index.d.ts",
|
|
@@ -186,5 +176,5 @@
|
|
|
186
176
|
}
|
|
187
177
|
}
|
|
188
178
|
},
|
|
189
|
-
"sdkContentHash": "sha256:
|
|
179
|
+
"sdkContentHash": "sha256:4438781166fc4f68abcf4e2ef1bbd5f7e7e6f9081d06063e9fc8819ab492041e"
|
|
190
180
|
}
|
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -6155,110 +6155,6 @@ export const bindings: BindingsMap = {
|
|
|
6155
6155
|
}
|
|
6156
6156
|
}
|
|
6157
6157
|
},
|
|
6158
|
-
"playground": {
|
|
6159
|
-
"analytics": {
|
|
6160
|
-
"overview": {
|
|
6161
|
-
"method": "POST",
|
|
6162
|
-
"params": [
|
|
6163
|
-
{
|
|
6164
|
-
"in": "body",
|
|
6165
|
-
"name": "limit"
|
|
6166
|
-
}
|
|
6167
|
-
],
|
|
6168
|
-
"path": "/playground/analytics/overview",
|
|
6169
|
-
"readOnly": true
|
|
6170
|
-
}
|
|
6171
|
-
},
|
|
6172
|
-
"billing": {
|
|
6173
|
-
"entitlements": {
|
|
6174
|
-
"method": "POST",
|
|
6175
|
-
"path": "/playground/billing/entitlements",
|
|
6176
|
-
"readOnly": true
|
|
6177
|
-
},
|
|
6178
|
-
"record-usage": {
|
|
6179
|
-
"method": "POST",
|
|
6180
|
-
"params": [
|
|
6181
|
-
{
|
|
6182
|
-
"in": "body",
|
|
6183
|
-
"name": "value"
|
|
6184
|
-
}
|
|
6185
|
-
],
|
|
6186
|
-
"path": "/playground/billing/usage",
|
|
6187
|
-
"readOnly": false
|
|
6188
|
-
}
|
|
6189
|
-
},
|
|
6190
|
-
"clickup": {
|
|
6191
|
-
"create-task": {
|
|
6192
|
-
"method": "POST",
|
|
6193
|
-
"params": [
|
|
6194
|
-
{
|
|
6195
|
-
"in": "body",
|
|
6196
|
-
"name": "listId"
|
|
6197
|
-
},
|
|
6198
|
-
{
|
|
6199
|
-
"in": "body",
|
|
6200
|
-
"name": "name"
|
|
6201
|
-
}
|
|
6202
|
-
],
|
|
6203
|
-
"path": "/playground/clickup/tasks",
|
|
6204
|
-
"readOnly": false
|
|
6205
|
-
},
|
|
6206
|
-
"get-last-webhook": {
|
|
6207
|
-
"method": "GET",
|
|
6208
|
-
"path": "/playground/clickup/webhooks/last",
|
|
6209
|
-
"readOnly": true
|
|
6210
|
-
},
|
|
6211
|
-
"get-overview": {
|
|
6212
|
-
"method": "GET",
|
|
6213
|
-
"path": "/playground/clickup/overview",
|
|
6214
|
-
"readOnly": true
|
|
6215
|
-
}
|
|
6216
|
-
},
|
|
6217
|
-
"gdrive": {
|
|
6218
|
-
"get-last-change": {
|
|
6219
|
-
"method": "GET",
|
|
6220
|
-
"path": "/playground/gdrive/changes/last",
|
|
6221
|
-
"readOnly": true
|
|
6222
|
-
},
|
|
6223
|
-
"read-file": {
|
|
6224
|
-
"method": "POST",
|
|
6225
|
-
"params": [
|
|
6226
|
-
{
|
|
6227
|
-
"in": "body",
|
|
6228
|
-
"name": "fileId"
|
|
6229
|
-
}
|
|
6230
|
-
],
|
|
6231
|
-
"path": "/playground/gdrive/file",
|
|
6232
|
-
"readOnly": true
|
|
6233
|
-
}
|
|
6234
|
-
},
|
|
6235
|
-
"googleads": {
|
|
6236
|
-
"read-customer": {
|
|
6237
|
-
"method": "POST",
|
|
6238
|
-
"path": "/playground/googleads/customer",
|
|
6239
|
-
"readOnly": true
|
|
6240
|
-
}
|
|
6241
|
-
},
|
|
6242
|
-
"lifecycle": {
|
|
6243
|
-
"get-state": {
|
|
6244
|
-
"method": "GET",
|
|
6245
|
-
"path": "/playground/lifecycle/state",
|
|
6246
|
-
"readOnly": true
|
|
6247
|
-
},
|
|
6248
|
-
"list-events": {
|
|
6249
|
-
"method": "GET",
|
|
6250
|
-
"path": "/playground/lifecycle/events",
|
|
6251
|
-
"readOnly": true
|
|
6252
|
-
}
|
|
6253
|
-
},
|
|
6254
|
-
"webhook": {
|
|
6255
|
-
"get-last": {
|
|
6256
|
-
"method": "GET",
|
|
6257
|
-
"path": "/playground/webhooks/last",
|
|
6258
|
-
"readOnly": true
|
|
6259
|
-
}
|
|
6260
|
-
}
|
|
6261
|
-
},
|
|
6262
6158
|
"realtime": {
|
|
6263
6159
|
"archive": {
|
|
6264
6160
|
"export": {
|
|
@@ -9122,12 +9018,4 @@ export const bindings: BindingsMap = {
|
|
|
9122
9018
|
}
|
|
9123
9019
|
};
|
|
9124
9020
|
|
|
9125
|
-
export const wsBindings: WsBindingsMap = {
|
|
9126
|
-
"playground": {
|
|
9127
|
-
"ws": {
|
|
9128
|
-
"echo": {
|
|
9129
|
-
"path": "/playground/ws/echo"
|
|
9130
|
-
}
|
|
9131
|
-
}
|
|
9132
|
-
}
|
|
9133
|
-
};
|
|
9021
|
+
export const wsBindings: WsBindingsMap = {};
|
package/src/gen/client.gen.ts
CHANGED
|
@@ -742,30 +742,6 @@ import type {
|
|
|
742
742
|
OrganizationSupportThreadReplyOutput,
|
|
743
743
|
OrganizationSupportThreadsListInput,
|
|
744
744
|
OrganizationSupportThreadsListOutput,
|
|
745
|
-
PlaygroundAnalyticsOverviewInput,
|
|
746
|
-
PlaygroundAnalyticsOverviewOutput,
|
|
747
|
-
PlaygroundBillingEntitlementsInput,
|
|
748
|
-
PlaygroundBillingEntitlementsOutput,
|
|
749
|
-
PlaygroundBillingRecordUsageInput,
|
|
750
|
-
PlaygroundBillingRecordUsageOutput,
|
|
751
|
-
PlaygroundClickupCreateTaskInput,
|
|
752
|
-
PlaygroundClickupCreateTaskOutput,
|
|
753
|
-
PlaygroundClickupGetLastWebhookInput,
|
|
754
|
-
PlaygroundClickupGetLastWebhookOutput,
|
|
755
|
-
PlaygroundClickupGetOverviewInput,
|
|
756
|
-
PlaygroundClickupGetOverviewOutput,
|
|
757
|
-
PlaygroundGdriveGetLastChangeInput,
|
|
758
|
-
PlaygroundGdriveGetLastChangeOutput,
|
|
759
|
-
PlaygroundGdriveReadFileInput,
|
|
760
|
-
PlaygroundGdriveReadFileOutput,
|
|
761
|
-
PlaygroundGoogleadsReadCustomerInput,
|
|
762
|
-
PlaygroundGoogleadsReadCustomerOutput,
|
|
763
|
-
PlaygroundLifecycleGetStateInput,
|
|
764
|
-
PlaygroundLifecycleGetStateOutput,
|
|
765
|
-
PlaygroundLifecycleListEventsInput,
|
|
766
|
-
PlaygroundLifecycleListEventsOutput,
|
|
767
|
-
PlaygroundWebhookGetLastInput,
|
|
768
|
-
PlaygroundWebhookGetLastOutput,
|
|
769
745
|
RealtimeArchiveExportInput,
|
|
770
746
|
RealtimeArchiveExportOutput,
|
|
771
747
|
RealtimeArchiveExportStatusInput,
|
|
@@ -1752,34 +1728,6 @@ export interface GeneratedClient {
|
|
|
1752
1728
|
list(input: OrganizationSupportThreadsListInput): Promise<OrganizationSupportThreadsListOutput>;
|
|
1753
1729
|
};
|
|
1754
1730
|
};
|
|
1755
|
-
playground: {
|
|
1756
|
-
analytics: {
|
|
1757
|
-
overview(input: PlaygroundAnalyticsOverviewInput): Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
1758
|
-
};
|
|
1759
|
-
billing: {
|
|
1760
|
-
entitlements(input: PlaygroundBillingEntitlementsInput): Promise<PlaygroundBillingEntitlementsOutput>;
|
|
1761
|
-
'record-usage'(input: PlaygroundBillingRecordUsageInput): Promise<PlaygroundBillingRecordUsageOutput>;
|
|
1762
|
-
};
|
|
1763
|
-
clickup: {
|
|
1764
|
-
'create-task'(input: PlaygroundClickupCreateTaskInput): Promise<PlaygroundClickupCreateTaskOutput>;
|
|
1765
|
-
'get-last-webhook'(input: PlaygroundClickupGetLastWebhookInput): Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
1766
|
-
'get-overview'(input: PlaygroundClickupGetOverviewInput): Promise<PlaygroundClickupGetOverviewOutput>;
|
|
1767
|
-
};
|
|
1768
|
-
gdrive: {
|
|
1769
|
-
'get-last-change'(input: PlaygroundGdriveGetLastChangeInput): Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
1770
|
-
'read-file'(input: PlaygroundGdriveReadFileInput): Promise<PlaygroundGdriveReadFileOutput>;
|
|
1771
|
-
};
|
|
1772
|
-
googleads: {
|
|
1773
|
-
'read-customer'(input: PlaygroundGoogleadsReadCustomerInput): Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
1774
|
-
};
|
|
1775
|
-
lifecycle: {
|
|
1776
|
-
'get-state'(input: PlaygroundLifecycleGetStateInput): Promise<PlaygroundLifecycleGetStateOutput>;
|
|
1777
|
-
'list-events'(input: PlaygroundLifecycleListEventsInput): Promise<PlaygroundLifecycleListEventsOutput>;
|
|
1778
|
-
};
|
|
1779
|
-
webhook: {
|
|
1780
|
-
'get-last'(input: PlaygroundWebhookGetLastInput): Promise<PlaygroundWebhookGetLastOutput>;
|
|
1781
|
-
};
|
|
1782
|
-
};
|
|
1783
1731
|
realtime: {
|
|
1784
1732
|
archive: {
|
|
1785
1733
|
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', 'content', 'deployment', 'mail', 'observe', 'organization', '
|
|
2
|
+
export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;
|
package/src/gen/types.gen.ts
CHANGED
|
@@ -85128,7 +85128,6 @@ displayName: (string | null)
|
|
|
85128
85128
|
orgRoles: {
|
|
85129
85129
|
id: string
|
|
85130
85130
|
name: string
|
|
85131
|
-
description: (string | null)
|
|
85132
85131
|
}[]
|
|
85133
85132
|
canManage: boolean
|
|
85134
85133
|
inherited: {
|
|
@@ -85525,232 +85524,6 @@ lastMessagePreview: (string | null)
|
|
|
85525
85524
|
}[]
|
|
85526
85525
|
}
|
|
85527
85526
|
|
|
85528
|
-
export interface PlaygroundAnalyticsOverviewInput {
|
|
85529
|
-
/**
|
|
85530
|
-
* Max records per entity in recent[]; omit for the endpoint default
|
|
85531
|
-
*/
|
|
85532
|
-
limit?: number
|
|
85533
|
-
}
|
|
85534
|
-
|
|
85535
|
-
export interface PlaygroundAnalyticsOverviewOutput {
|
|
85536
|
-
ok: boolean
|
|
85537
|
-
minted: boolean
|
|
85538
|
-
overview?: unknown
|
|
85539
|
-
http_status: number
|
|
85540
|
-
}
|
|
85541
|
-
|
|
85542
|
-
export interface PlaygroundBillingEntitlementsInput {
|
|
85543
|
-
|
|
85544
|
-
}
|
|
85545
|
-
|
|
85546
|
-
export interface PlaygroundBillingEntitlementsOutput {
|
|
85547
|
-
ok: boolean
|
|
85548
|
-
minted: boolean
|
|
85549
|
-
http_status: number
|
|
85550
|
-
entitlements?: unknown
|
|
85551
|
-
}
|
|
85552
|
-
|
|
85553
|
-
export interface PlaygroundBillingRecordUsageInput {
|
|
85554
|
-
/**
|
|
85555
|
-
* Quantity of events to record against playground-events (SUM); defaults to 1
|
|
85556
|
-
*/
|
|
85557
|
-
value?: number
|
|
85558
|
-
}
|
|
85559
|
-
|
|
85560
|
-
export interface PlaygroundBillingRecordUsageOutput {
|
|
85561
|
-
minted: boolean
|
|
85562
|
-
accepted: (number | null)
|
|
85563
|
-
recorded: boolean
|
|
85564
|
-
duplicates: (number | null)
|
|
85565
|
-
http_status: number
|
|
85566
|
-
}
|
|
85567
|
-
|
|
85568
|
-
export interface PlaygroundClickupCreateTaskInput {
|
|
85569
|
-
/**
|
|
85570
|
-
* Task title; defaults to a fixture label
|
|
85571
|
-
*/
|
|
85572
|
-
name?: string
|
|
85573
|
-
/**
|
|
85574
|
-
* ClickUp list id; falls back to CLICKUP_TEST_LIST_ID
|
|
85575
|
-
*/
|
|
85576
|
-
listId?: string
|
|
85577
|
-
}
|
|
85578
|
-
|
|
85579
|
-
export interface PlaygroundClickupCreateTaskOutput {
|
|
85580
|
-
minted: boolean
|
|
85581
|
-
task_id: (string | null)
|
|
85582
|
-
list_status: number
|
|
85583
|
-
vend_status: number
|
|
85584
|
-
clickup_status: number
|
|
85585
|
-
installation_count: number
|
|
85586
|
-
}
|
|
85587
|
-
|
|
85588
|
-
export interface PlaygroundClickupGetLastWebhookInput {
|
|
85589
|
-
|
|
85590
|
-
}
|
|
85591
|
-
|
|
85592
|
-
export type PlaygroundClickupGetLastWebhookOutput = ({
|
|
85593
|
-
payload: string
|
|
85594
|
-
event_id: string
|
|
85595
|
-
provider: string
|
|
85596
|
-
verified: boolean
|
|
85597
|
-
product_id: string
|
|
85598
|
-
occurred_at: string
|
|
85599
|
-
connector_id: string
|
|
85600
|
-
clickup_event: (string | null)
|
|
85601
|
-
receipt_count: number
|
|
85602
|
-
} | {
|
|
85603
|
-
found: false
|
|
85604
|
-
})
|
|
85605
|
-
|
|
85606
|
-
export interface PlaygroundClickupGetOverviewInput {
|
|
85607
|
-
|
|
85608
|
-
}
|
|
85609
|
-
|
|
85610
|
-
export interface PlaygroundClickupGetOverviewOutput {
|
|
85611
|
-
team: ({
|
|
85612
|
-
teamId: string
|
|
85613
|
-
teamName: string
|
|
85614
|
-
} | null)
|
|
85615
|
-
lists: PlaygroundClickupGetOverviewOutputItems[]
|
|
85616
|
-
tasks: {
|
|
85617
|
-
id: string
|
|
85618
|
-
name: string
|
|
85619
|
-
status: (string | null)
|
|
85620
|
-
}[]
|
|
85621
|
-
minted: boolean
|
|
85622
|
-
spaces: PlaygroundClickupGetOverviewOutputItems[]
|
|
85623
|
-
list_status: number
|
|
85624
|
-
vend_status: number
|
|
85625
|
-
lists_status: number
|
|
85626
|
-
tasks_status: number
|
|
85627
|
-
spaces_status: number
|
|
85628
|
-
folders_status: number
|
|
85629
|
-
installation_count: number
|
|
85630
|
-
}
|
|
85631
|
-
export interface PlaygroundClickupGetOverviewOutputItems {
|
|
85632
|
-
id: string
|
|
85633
|
-
name: string
|
|
85634
|
-
}
|
|
85635
|
-
|
|
85636
|
-
export interface PlaygroundGdriveGetLastChangeInput {
|
|
85637
|
-
|
|
85638
|
-
}
|
|
85639
|
-
|
|
85640
|
-
export type PlaygroundGdriveGetLastChangeOutput = ({
|
|
85641
|
-
file_id: string
|
|
85642
|
-
removed: boolean
|
|
85643
|
-
file_name: (string | null)
|
|
85644
|
-
mime_type: (string | null)
|
|
85645
|
-
product_id: string
|
|
85646
|
-
occurred_at: string
|
|
85647
|
-
connector_id: string
|
|
85648
|
-
resource_state: string
|
|
85649
|
-
} | {
|
|
85650
|
-
found: false
|
|
85651
|
-
})
|
|
85652
|
-
|
|
85653
|
-
export interface PlaygroundGdriveReadFileInput {
|
|
85654
|
-
/**
|
|
85655
|
-
* Drive file id; falls back to GDRIVE_TEST_FILE_ID, then the first picked file
|
|
85656
|
-
*/
|
|
85657
|
-
fileId?: string
|
|
85658
|
-
}
|
|
85659
|
-
|
|
85660
|
-
export interface PlaygroundGdriveReadFileOutput {
|
|
85661
|
-
minted: boolean
|
|
85662
|
-
file_id: (string | null)
|
|
85663
|
-
file_name: (string | null)
|
|
85664
|
-
mime_type: (string | null)
|
|
85665
|
-
file_count: number
|
|
85666
|
-
get_status: number
|
|
85667
|
-
list_status: number
|
|
85668
|
-
vend_status: number
|
|
85669
|
-
content_bytes: (number | null)
|
|
85670
|
-
}
|
|
85671
|
-
|
|
85672
|
-
export interface PlaygroundGoogleadsReadCustomerInput {
|
|
85673
|
-
|
|
85674
|
-
}
|
|
85675
|
-
|
|
85676
|
-
export interface PlaygroundGoogleadsReadCustomerOutput {
|
|
85677
|
-
minted: boolean
|
|
85678
|
-
vended: boolean
|
|
85679
|
-
customer_id: (string | null)
|
|
85680
|
-
vend_status: number
|
|
85681
|
-
result_count: number
|
|
85682
|
-
search_status: number
|
|
85683
|
-
login_customer_id: (string | null)
|
|
85684
|
-
}
|
|
85685
|
-
|
|
85686
|
-
export interface PlaygroundLifecycleGetStateInput {
|
|
85687
|
-
|
|
85688
|
-
}
|
|
85689
|
-
|
|
85690
|
-
export interface PlaygroundLifecycleGetStateOutput {
|
|
85691
|
-
blocked: boolean
|
|
85692
|
-
archived: boolean
|
|
85693
|
-
productId: string
|
|
85694
|
-
lastBlockTransition: ({
|
|
85695
|
-
eventId: string
|
|
85696
|
-
eventName: string
|
|
85697
|
-
productId: string
|
|
85698
|
-
occurredAt: string
|
|
85699
|
-
recordedAt: string
|
|
85700
|
-
receiptCount: number
|
|
85701
|
-
organizationId: string
|
|
85702
|
-
cascadedFromOrg: boolean
|
|
85703
|
-
} | null)
|
|
85704
|
-
lastArchiveTransition: ({
|
|
85705
|
-
eventId: string
|
|
85706
|
-
eventName: string
|
|
85707
|
-
productId: string
|
|
85708
|
-
occurredAt: string
|
|
85709
|
-
recordedAt: string
|
|
85710
|
-
receiptCount: number
|
|
85711
|
-
organizationId: string
|
|
85712
|
-
cascadedFromOrg: boolean
|
|
85713
|
-
} | null)
|
|
85714
|
-
}
|
|
85715
|
-
|
|
85716
|
-
export interface PlaygroundLifecycleListEventsInput {
|
|
85717
|
-
|
|
85718
|
-
}
|
|
85719
|
-
|
|
85720
|
-
export type PlaygroundLifecycleListEventsOutput = {
|
|
85721
|
-
eventId: string
|
|
85722
|
-
eventName: string
|
|
85723
|
-
productId: string
|
|
85724
|
-
occurredAt: string
|
|
85725
|
-
recordedAt: string
|
|
85726
|
-
receiptCount: number
|
|
85727
|
-
organizationId: string
|
|
85728
|
-
cascadedFromOrg: boolean
|
|
85729
|
-
}[]
|
|
85730
|
-
|
|
85731
|
-
export interface PlaygroundWebhookGetLastInput {
|
|
85732
|
-
|
|
85733
|
-
}
|
|
85734
|
-
|
|
85735
|
-
export type PlaygroundWebhookGetLastOutput = ({
|
|
85736
|
-
payload?: unknown
|
|
85737
|
-
event_id: string
|
|
85738
|
-
provider: string
|
|
85739
|
-
verified: boolean
|
|
85740
|
-
product_id: string
|
|
85741
|
-
occurred_at: string
|
|
85742
|
-
connector_id: string
|
|
85743
|
-
delivery_count: number
|
|
85744
|
-
} | {
|
|
85745
|
-
found: false
|
|
85746
|
-
})
|
|
85747
|
-
|
|
85748
|
-
export interface PlaygroundWsEchoInput {
|
|
85749
|
-
|
|
85750
|
-
}
|
|
85751
|
-
|
|
85752
|
-
export type PlaygroundWsEchoOutput = unknown;
|
|
85753
|
-
|
|
85754
85527
|
export interface RealtimeArchiveExportInput {
|
|
85755
85528
|
/**
|
|
85756
85529
|
* Only entries with ts <= to_ts (epoch ms)
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './queryOptions.gen.js';
|
|
2
|
-
export * from './connect.gen.js';
|
|
3
|
-
export type { PlaygroundAnalyticsOverviewInput, PlaygroundAnalyticsOverviewOutput, PlaygroundBillingEntitlementsInput, PlaygroundBillingEntitlementsOutput, PlaygroundBillingRecordUsageInput, PlaygroundBillingRecordUsageOutput, PlaygroundClickupCreateTaskInput, PlaygroundClickupCreateTaskOutput, PlaygroundClickupGetLastWebhookInput, PlaygroundClickupGetLastWebhookOutput, PlaygroundClickupGetOverviewInput, PlaygroundClickupGetOverviewOutput, PlaygroundGdriveGetLastChangeInput, PlaygroundGdriveGetLastChangeOutput, PlaygroundGdriveReadFileInput, PlaygroundGdriveReadFileOutput, PlaygroundGoogleadsReadCustomerInput, PlaygroundGoogleadsReadCustomerOutput, PlaygroundLifecycleGetStateInput, PlaygroundLifecycleGetStateOutput, PlaygroundLifecycleListEventsInput, PlaygroundLifecycleListEventsOutput, PlaygroundWebhookGetLastInput, PlaygroundWebhookGetLastOutput, PlaygroundWsEchoInput } from '../types.gen.js';
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import type { GeneratedClient } from '../client.gen.js';
|
|
2
|
-
import type { PlaygroundAnalyticsOverviewInput, PlaygroundAnalyticsOverviewOutput, PlaygroundBillingEntitlementsInput, PlaygroundBillingEntitlementsOutput, PlaygroundBillingRecordUsageInput, PlaygroundClickupCreateTaskInput, PlaygroundClickupGetLastWebhookInput, PlaygroundClickupGetLastWebhookOutput, PlaygroundClickupGetOverviewInput, PlaygroundClickupGetOverviewOutput, PlaygroundGdriveGetLastChangeInput, PlaygroundGdriveGetLastChangeOutput, PlaygroundGdriveReadFileInput, PlaygroundGdriveReadFileOutput, PlaygroundGoogleadsReadCustomerInput, PlaygroundGoogleadsReadCustomerOutput, PlaygroundLifecycleGetStateInput, PlaygroundLifecycleGetStateOutput, PlaygroundLifecycleListEventsInput, PlaygroundLifecycleListEventsOutput, PlaygroundWebhookGetLastInput, PlaygroundWebhookGetLastOutput } from '../types.gen.js';
|
|
3
|
-
export declare const playgroundAnalyticsOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => {
|
|
4
|
-
queryKey: readonly ["playground", "analytics", "overview", PlaygroundAnalyticsOverviewInput];
|
|
5
|
-
queryFn: () => Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
6
|
-
};
|
|
7
|
-
export declare const playgroundBillingEntitlementsQueryOptions: (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => {
|
|
8
|
-
queryKey: readonly ["playground", "billing", "entitlements", PlaygroundBillingEntitlementsInput];
|
|
9
|
-
queryFn: () => Promise<PlaygroundBillingEntitlementsOutput>;
|
|
10
|
-
};
|
|
11
|
-
export declare const playgroundBillingRecordUsageMutationOptions: (sdk: GeneratedClient) => {
|
|
12
|
-
mutationKey: string[];
|
|
13
|
-
mutationFn: (input: PlaygroundBillingRecordUsageInput) => Promise<import(".").PlaygroundBillingRecordUsageOutput>;
|
|
14
|
-
};
|
|
15
|
-
export declare const playgroundClickupCreateTaskMutationOptions: (sdk: GeneratedClient) => {
|
|
16
|
-
mutationKey: string[];
|
|
17
|
-
mutationFn: (input: PlaygroundClickupCreateTaskInput) => Promise<import(".").PlaygroundClickupCreateTaskOutput>;
|
|
18
|
-
};
|
|
19
|
-
export declare const playgroundClickupGetLastWebhookQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => {
|
|
20
|
-
queryKey: readonly ["playground", "clickup", "get-last-webhook", PlaygroundClickupGetLastWebhookInput];
|
|
21
|
-
queryFn: () => Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
22
|
-
};
|
|
23
|
-
export declare const playgroundClickupGetOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => {
|
|
24
|
-
queryKey: readonly ["playground", "clickup", "get-overview", PlaygroundClickupGetOverviewInput];
|
|
25
|
-
queryFn: () => Promise<PlaygroundClickupGetOverviewOutput>;
|
|
26
|
-
};
|
|
27
|
-
export declare const playgroundGdriveGetLastChangeQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => {
|
|
28
|
-
queryKey: readonly ["playground", "gdrive", "get-last-change", PlaygroundGdriveGetLastChangeInput];
|
|
29
|
-
queryFn: () => Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
30
|
-
};
|
|
31
|
-
export declare const playgroundGdriveReadFileQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => {
|
|
32
|
-
queryKey: readonly ["playground", "gdrive", "read-file", PlaygroundGdriveReadFileInput];
|
|
33
|
-
queryFn: () => Promise<PlaygroundGdriveReadFileOutput>;
|
|
34
|
-
};
|
|
35
|
-
export declare const playgroundGoogleadsReadCustomerQueryOptions: (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => {
|
|
36
|
-
queryKey: readonly ["playground", "googleads", "read-customer", PlaygroundGoogleadsReadCustomerInput];
|
|
37
|
-
queryFn: () => Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
38
|
-
};
|
|
39
|
-
export declare const playgroundLifecycleGetStateQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => {
|
|
40
|
-
queryKey: readonly ["playground", "lifecycle", "get-state", PlaygroundLifecycleGetStateInput];
|
|
41
|
-
queryFn: () => Promise<PlaygroundLifecycleGetStateOutput>;
|
|
42
|
-
};
|
|
43
|
-
export declare const playgroundLifecycleListEventsQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => {
|
|
44
|
-
queryKey: readonly ["playground", "lifecycle", "list-events", PlaygroundLifecycleListEventsInput];
|
|
45
|
-
queryFn: () => Promise<PlaygroundLifecycleListEventsOutput>;
|
|
46
|
-
};
|
|
47
|
-
export declare const playgroundWebhookGetLastQueryOptions: (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => {
|
|
48
|
-
queryKey: readonly ["playground", "webhook", "get-last", PlaygroundWebhookGetLastInput];
|
|
49
|
-
queryFn: () => Promise<PlaygroundWebhookGetLastOutput>;
|
|
50
|
-
};
|