@lessly/sdk-app 52.3.0 → 54.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/analytics/index.d.ts +1 -1
- package/dist/_types/gen/analytics/queryOptions.gen.d.ts +1 -65
- package/dist/_types/gen/brain/index.d.ts +1 -1
- package/dist/_types/gen/brain/queryOptions.gen.d.ts +5 -1
- package/dist/_types/gen/client.gen.d.ts +7 -66
- package/dist/_types/gen/deployment/index.d.ts +1 -1
- package/dist/_types/gen/deployment/queryOptions.gen.d.ts +5 -13
- package/dist/_types/gen/manifest.gen.d.ts +1 -1
- package/dist/_types/gen/types.gen.d.ts +127 -59965
- package/dist/analytics/index.cjs +0 -80
- package/dist/analytics/index.cjs.map +1 -1
- package/dist/analytics/index.js +1 -65
- package/dist/analytics/index.js.map +1 -1
- package/dist/brain/index.cjs +5 -0
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.js +5 -1
- package/dist/brain/index.js.map +1 -1
- package/dist/deployment/index.cjs +5 -15
- package/dist/deployment/index.cjs.map +1 -1
- package/dist/deployment/index.js +5 -13
- package/dist/deployment/index.js.map +1 -1
- package/dist/index.cjs +46 -565
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8545 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -12
- package/src/gen/analytics/index.ts +1 -1
- package/src/gen/analytics/queryOptions.gen.ts +0 -106
- package/src/gen/bindings.gen.ts +47 -574
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +7 -0
- package/src/gen/client.gen.ts +10 -127
- package/src/gen/deployment/index.ts +1 -1
- package/src/gen/deployment/queryOptions.gen.ts +7 -20
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +131 -54485
- 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-E3CBZL3R.js +0 -9076
- package/dist/chunk-E3CBZL3R.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/src/gen/bindings.gen.ts
CHANGED
|
@@ -3,372 +3,6 @@ import type { BindingsMap, WsBindingsMap } from '../runtime/types';
|
|
|
3
3
|
|
|
4
4
|
export const bindings: BindingsMap = {
|
|
5
5
|
"analytics": {
|
|
6
|
-
"catalog": {
|
|
7
|
-
"get": {
|
|
8
|
-
"method": "GET",
|
|
9
|
-
"path": "/analytics/catalog",
|
|
10
|
-
"readOnly": true
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"dashboard": {
|
|
14
|
-
"create": {
|
|
15
|
-
"method": "POST",
|
|
16
|
-
"params": [
|
|
17
|
-
{
|
|
18
|
-
"in": "body",
|
|
19
|
-
"name": "slug"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"in": "body",
|
|
23
|
-
"name": "name"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"in": "body",
|
|
27
|
-
"name": "tiles"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"in": "body",
|
|
31
|
-
"name": "tags"
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"path": "/analytics/dashboards",
|
|
35
|
-
"readOnly": false
|
|
36
|
-
},
|
|
37
|
-
"delete": {
|
|
38
|
-
"method": "DELETE",
|
|
39
|
-
"params": [
|
|
40
|
-
{
|
|
41
|
-
"in": "path",
|
|
42
|
-
"name": "id"
|
|
43
|
-
}
|
|
44
|
-
],
|
|
45
|
-
"path": "/analytics/dashboards/:id",
|
|
46
|
-
"readOnly": false
|
|
47
|
-
},
|
|
48
|
-
"get": {
|
|
49
|
-
"method": "GET",
|
|
50
|
-
"params": [
|
|
51
|
-
{
|
|
52
|
-
"in": "path",
|
|
53
|
-
"name": "idOrSlug"
|
|
54
|
-
}
|
|
55
|
-
],
|
|
56
|
-
"path": "/analytics/dashboards/:idOrSlug",
|
|
57
|
-
"readOnly": true
|
|
58
|
-
},
|
|
59
|
-
"list": {
|
|
60
|
-
"method": "GET",
|
|
61
|
-
"params": [
|
|
62
|
-
{
|
|
63
|
-
"in": "query",
|
|
64
|
-
"name": "tag"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"in": "query",
|
|
68
|
-
"name": "q"
|
|
69
|
-
}
|
|
70
|
-
],
|
|
71
|
-
"path": "/analytics/dashboards",
|
|
72
|
-
"readOnly": true
|
|
73
|
-
},
|
|
74
|
-
"run": {
|
|
75
|
-
"method": "POST",
|
|
76
|
-
"params": [
|
|
77
|
-
{
|
|
78
|
-
"in": "body",
|
|
79
|
-
"name": "from"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"in": "body",
|
|
83
|
-
"name": "to"
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"in": "path",
|
|
87
|
-
"name": "idOrSlug"
|
|
88
|
-
}
|
|
89
|
-
],
|
|
90
|
-
"path": "/analytics/dashboards/:idOrSlug/run",
|
|
91
|
-
"readOnly": true
|
|
92
|
-
},
|
|
93
|
-
"update": {
|
|
94
|
-
"method": "PATCH",
|
|
95
|
-
"params": [
|
|
96
|
-
{
|
|
97
|
-
"in": "body",
|
|
98
|
-
"name": "name"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"in": "body",
|
|
102
|
-
"name": "tiles"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"in": "body",
|
|
106
|
-
"name": "tags"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"in": "path",
|
|
110
|
-
"name": "id"
|
|
111
|
-
}
|
|
112
|
-
],
|
|
113
|
-
"path": "/analytics/dashboards/:id",
|
|
114
|
-
"readOnly": false
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
"funnel": {
|
|
118
|
-
"run": {
|
|
119
|
-
"method": "POST",
|
|
120
|
-
"params": [
|
|
121
|
-
{
|
|
122
|
-
"in": "body",
|
|
123
|
-
"name": "steps"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"in": "body",
|
|
127
|
-
"name": "from"
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"in": "body",
|
|
131
|
-
"name": "to"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"in": "body",
|
|
135
|
-
"name": "window_days"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"in": "body",
|
|
139
|
-
"name": "grain"
|
|
140
|
-
}
|
|
141
|
-
],
|
|
142
|
-
"path": "/analytics/funnels/run",
|
|
143
|
-
"readOnly": true
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
"insight": {
|
|
147
|
-
"create": {
|
|
148
|
-
"method": "POST",
|
|
149
|
-
"params": [
|
|
150
|
-
{
|
|
151
|
-
"in": "body",
|
|
152
|
-
"name": "slug"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"in": "body",
|
|
156
|
-
"name": "name"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"in": "body",
|
|
160
|
-
"name": "description"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"in": "body",
|
|
164
|
-
"name": "kind"
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"in": "body",
|
|
168
|
-
"name": "series"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"in": "body",
|
|
172
|
-
"name": "formula"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"in": "body",
|
|
176
|
-
"name": "window"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"in": "body",
|
|
180
|
-
"name": "grain"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"in": "body",
|
|
184
|
-
"name": "display"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"in": "body",
|
|
188
|
-
"name": "tags"
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"in": "body",
|
|
192
|
-
"name": "target"
|
|
193
|
-
}
|
|
194
|
-
],
|
|
195
|
-
"path": "/analytics/insights",
|
|
196
|
-
"readOnly": false
|
|
197
|
-
},
|
|
198
|
-
"delete": {
|
|
199
|
-
"method": "DELETE",
|
|
200
|
-
"params": [
|
|
201
|
-
{
|
|
202
|
-
"in": "path",
|
|
203
|
-
"name": "id"
|
|
204
|
-
}
|
|
205
|
-
],
|
|
206
|
-
"path": "/analytics/insights/:id",
|
|
207
|
-
"readOnly": false
|
|
208
|
-
},
|
|
209
|
-
"get": {
|
|
210
|
-
"method": "GET",
|
|
211
|
-
"params": [
|
|
212
|
-
{
|
|
213
|
-
"in": "path",
|
|
214
|
-
"name": "idOrSlug"
|
|
215
|
-
}
|
|
216
|
-
],
|
|
217
|
-
"path": "/analytics/insights/:idOrSlug",
|
|
218
|
-
"readOnly": true
|
|
219
|
-
},
|
|
220
|
-
"list": {
|
|
221
|
-
"method": "GET",
|
|
222
|
-
"params": [
|
|
223
|
-
{
|
|
224
|
-
"in": "query",
|
|
225
|
-
"name": "tag"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"in": "query",
|
|
229
|
-
"name": "q"
|
|
230
|
-
}
|
|
231
|
-
],
|
|
232
|
-
"path": "/analytics/insights",
|
|
233
|
-
"readOnly": true
|
|
234
|
-
},
|
|
235
|
-
"run": {
|
|
236
|
-
"method": "POST",
|
|
237
|
-
"params": [
|
|
238
|
-
{
|
|
239
|
-
"in": "body",
|
|
240
|
-
"name": "from"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"in": "body",
|
|
244
|
-
"name": "to"
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"in": "path",
|
|
248
|
-
"name": "idOrSlug"
|
|
249
|
-
}
|
|
250
|
-
],
|
|
251
|
-
"path": "/analytics/insights/:idOrSlug/run",
|
|
252
|
-
"readOnly": true
|
|
253
|
-
},
|
|
254
|
-
"update": {
|
|
255
|
-
"method": "PATCH",
|
|
256
|
-
"params": [
|
|
257
|
-
{
|
|
258
|
-
"in": "body",
|
|
259
|
-
"name": "name"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"in": "body",
|
|
263
|
-
"name": "description"
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"in": "body",
|
|
267
|
-
"name": "kind"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"in": "body",
|
|
271
|
-
"name": "series"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"in": "body",
|
|
275
|
-
"name": "formula"
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"in": "body",
|
|
279
|
-
"name": "window"
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"in": "body",
|
|
283
|
-
"name": "grain"
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"in": "body",
|
|
287
|
-
"name": "display"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"in": "body",
|
|
291
|
-
"name": "tags"
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"in": "body",
|
|
295
|
-
"name": "target"
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"in": "path",
|
|
299
|
-
"name": "id"
|
|
300
|
-
}
|
|
301
|
-
],
|
|
302
|
-
"path": "/analytics/insights/:id",
|
|
303
|
-
"readOnly": false
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
|
-
"metric": {
|
|
307
|
-
"query": {
|
|
308
|
-
"method": "POST",
|
|
309
|
-
"params": [
|
|
310
|
-
{
|
|
311
|
-
"in": "body",
|
|
312
|
-
"name": "entity"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"in": "body",
|
|
316
|
-
"name": "metrics"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"in": "body",
|
|
320
|
-
"name": "grain"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"in": "body",
|
|
324
|
-
"name": "from"
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"in": "body",
|
|
328
|
-
"name": "to"
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"in": "body",
|
|
332
|
-
"name": "group_by"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"in": "body",
|
|
336
|
-
"name": "filters"
|
|
337
|
-
}
|
|
338
|
-
],
|
|
339
|
-
"path": "/analytics/metrics/query",
|
|
340
|
-
"readOnly": true
|
|
341
|
-
}
|
|
342
|
-
},
|
|
343
|
-
"person": {
|
|
344
|
-
"timeline": {
|
|
345
|
-
"method": "POST",
|
|
346
|
-
"params": [
|
|
347
|
-
{
|
|
348
|
-
"in": "body",
|
|
349
|
-
"name": "person_id"
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
"in": "body",
|
|
353
|
-
"name": "identifier"
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"in": "body",
|
|
357
|
-
"name": "from"
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"in": "body",
|
|
361
|
-
"name": "to"
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"in": "body",
|
|
365
|
-
"name": "limit"
|
|
366
|
-
}
|
|
367
|
-
],
|
|
368
|
-
"path": "/analytics/persons/timeline",
|
|
369
|
-
"readOnly": true
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
6
|
"query": {
|
|
373
7
|
"run": {
|
|
374
8
|
"method": "POST",
|
|
@@ -1049,6 +683,19 @@ export const bindings: BindingsMap = {
|
|
|
1049
683
|
"path": "/brain/restores/:restoreId",
|
|
1050
684
|
"readOnly": true
|
|
1051
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
|
+
}
|
|
1052
699
|
}
|
|
1053
700
|
},
|
|
1054
701
|
"consent": {
|
|
@@ -1954,6 +1601,39 @@ export const bindings: BindingsMap = {
|
|
|
1954
1601
|
"readOnly": true
|
|
1955
1602
|
}
|
|
1956
1603
|
},
|
|
1604
|
+
"audit": {
|
|
1605
|
+
"list": {
|
|
1606
|
+
"method": "GET",
|
|
1607
|
+
"params": [
|
|
1608
|
+
{
|
|
1609
|
+
"in": "path",
|
|
1610
|
+
"name": "environmentId"
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"in": "query",
|
|
1614
|
+
"name": "entityType"
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"in": "query",
|
|
1618
|
+
"name": "action"
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"in": "query",
|
|
1622
|
+
"name": "actorId"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"in": "query",
|
|
1626
|
+
"name": "serviceId"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"in": "query",
|
|
1630
|
+
"name": "limit"
|
|
1631
|
+
}
|
|
1632
|
+
],
|
|
1633
|
+
"path": "/deployment/environments/:environmentId/audit",
|
|
1634
|
+
"readOnly": true
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1957
1637
|
"build": {
|
|
1958
1638
|
"get": {
|
|
1959
1639
|
"method": "GET",
|
|
@@ -2649,57 +2329,6 @@ export const bindings: BindingsMap = {
|
|
|
2649
2329
|
"readOnly": true
|
|
2650
2330
|
}
|
|
2651
2331
|
},
|
|
2652
|
-
"job": {
|
|
2653
|
-
"run": {
|
|
2654
|
-
"method": "POST",
|
|
2655
|
-
"params": [
|
|
2656
|
-
{
|
|
2657
|
-
"in": "path",
|
|
2658
|
-
"name": "serviceId"
|
|
2659
|
-
}
|
|
2660
|
-
],
|
|
2661
|
-
"path": "/deployment/services/:serviceId/runs",
|
|
2662
|
-
"readOnly": false
|
|
2663
|
-
}
|
|
2664
|
-
},
|
|
2665
|
-
"job-run": {
|
|
2666
|
-
"logs": {
|
|
2667
|
-
"method": "GET",
|
|
2668
|
-
"params": [
|
|
2669
|
-
{
|
|
2670
|
-
"in": "path",
|
|
2671
|
-
"name": "serviceId"
|
|
2672
|
-
},
|
|
2673
|
-
{
|
|
2674
|
-
"in": "path",
|
|
2675
|
-
"name": "runId"
|
|
2676
|
-
}
|
|
2677
|
-
],
|
|
2678
|
-
"path": "/deployment/services/:serviceId/runs/:runId/logs",
|
|
2679
|
-
"readOnly": true
|
|
2680
|
-
}
|
|
2681
|
-
},
|
|
2682
|
-
"job-runs": {
|
|
2683
|
-
"list": {
|
|
2684
|
-
"method": "GET",
|
|
2685
|
-
"params": [
|
|
2686
|
-
{
|
|
2687
|
-
"in": "path",
|
|
2688
|
-
"name": "serviceId"
|
|
2689
|
-
},
|
|
2690
|
-
{
|
|
2691
|
-
"in": "query",
|
|
2692
|
-
"name": "limit"
|
|
2693
|
-
},
|
|
2694
|
-
{
|
|
2695
|
-
"in": "query",
|
|
2696
|
-
"name": "cursor"
|
|
2697
|
-
}
|
|
2698
|
-
],
|
|
2699
|
-
"path": "/deployment/services/:serviceId/runs",
|
|
2700
|
-
"readOnly": true
|
|
2701
|
-
}
|
|
2702
|
-
},
|
|
2703
2332
|
"managed-service": {
|
|
2704
2333
|
"backup": {
|
|
2705
2334
|
"method": "POST",
|
|
@@ -3027,26 +2656,6 @@ export const bindings: BindingsMap = {
|
|
|
3027
2656
|
{
|
|
3028
2657
|
"in": "body",
|
|
3029
2658
|
"name": "canvas"
|
|
3030
|
-
},
|
|
3031
|
-
{
|
|
3032
|
-
"in": "body",
|
|
3033
|
-
"name": "mode"
|
|
3034
|
-
},
|
|
3035
|
-
{
|
|
3036
|
-
"in": "body",
|
|
3037
|
-
"name": "schedule"
|
|
3038
|
-
},
|
|
3039
|
-
{
|
|
3040
|
-
"in": "body",
|
|
3041
|
-
"name": "command"
|
|
3042
|
-
},
|
|
3043
|
-
{
|
|
3044
|
-
"in": "body",
|
|
3045
|
-
"name": "jobTimeoutSec"
|
|
3046
|
-
},
|
|
3047
|
-
{
|
|
3048
|
-
"in": "body",
|
|
3049
|
-
"name": "jobConcurrency"
|
|
3050
2659
|
}
|
|
3051
2660
|
],
|
|
3052
2661
|
"path": "/deployment/environments/:environmentId/services",
|
|
@@ -3222,30 +2831,6 @@ export const bindings: BindingsMap = {
|
|
|
3222
2831
|
"in": "body",
|
|
3223
2832
|
"name": "autoDeploy"
|
|
3224
2833
|
},
|
|
3225
|
-
{
|
|
3226
|
-
"in": "body",
|
|
3227
|
-
"name": "schedule"
|
|
3228
|
-
},
|
|
3229
|
-
{
|
|
3230
|
-
"in": "body",
|
|
3231
|
-
"name": "scheduleSuspended"
|
|
3232
|
-
},
|
|
3233
|
-
{
|
|
3234
|
-
"in": "body",
|
|
3235
|
-
"name": "command"
|
|
3236
|
-
},
|
|
3237
|
-
{
|
|
3238
|
-
"in": "body",
|
|
3239
|
-
"name": "jobTimeoutSec"
|
|
3240
|
-
},
|
|
3241
|
-
{
|
|
3242
|
-
"in": "body",
|
|
3243
|
-
"name": "jobConcurrency"
|
|
3244
|
-
},
|
|
3245
|
-
{
|
|
3246
|
-
"in": "body",
|
|
3247
|
-
"name": "mode"
|
|
3248
|
-
},
|
|
3249
2834
|
{
|
|
3250
2835
|
"in": "path",
|
|
3251
2836
|
"name": "id"
|
|
@@ -6097,110 +5682,6 @@ export const bindings: BindingsMap = {
|
|
|
6097
5682
|
}
|
|
6098
5683
|
}
|
|
6099
5684
|
},
|
|
6100
|
-
"playground": {
|
|
6101
|
-
"analytics": {
|
|
6102
|
-
"overview": {
|
|
6103
|
-
"method": "POST",
|
|
6104
|
-
"params": [
|
|
6105
|
-
{
|
|
6106
|
-
"in": "body",
|
|
6107
|
-
"name": "limit"
|
|
6108
|
-
}
|
|
6109
|
-
],
|
|
6110
|
-
"path": "/playground/analytics/overview",
|
|
6111
|
-
"readOnly": true
|
|
6112
|
-
}
|
|
6113
|
-
},
|
|
6114
|
-
"billing": {
|
|
6115
|
-
"entitlements": {
|
|
6116
|
-
"method": "POST",
|
|
6117
|
-
"path": "/playground/billing/entitlements",
|
|
6118
|
-
"readOnly": true
|
|
6119
|
-
},
|
|
6120
|
-
"record-usage": {
|
|
6121
|
-
"method": "POST",
|
|
6122
|
-
"params": [
|
|
6123
|
-
{
|
|
6124
|
-
"in": "body",
|
|
6125
|
-
"name": "value"
|
|
6126
|
-
}
|
|
6127
|
-
],
|
|
6128
|
-
"path": "/playground/billing/usage",
|
|
6129
|
-
"readOnly": false
|
|
6130
|
-
}
|
|
6131
|
-
},
|
|
6132
|
-
"clickup": {
|
|
6133
|
-
"create-task": {
|
|
6134
|
-
"method": "POST",
|
|
6135
|
-
"params": [
|
|
6136
|
-
{
|
|
6137
|
-
"in": "body",
|
|
6138
|
-
"name": "listId"
|
|
6139
|
-
},
|
|
6140
|
-
{
|
|
6141
|
-
"in": "body",
|
|
6142
|
-
"name": "name"
|
|
6143
|
-
}
|
|
6144
|
-
],
|
|
6145
|
-
"path": "/playground/clickup/tasks",
|
|
6146
|
-
"readOnly": false
|
|
6147
|
-
},
|
|
6148
|
-
"get-last-webhook": {
|
|
6149
|
-
"method": "GET",
|
|
6150
|
-
"path": "/playground/clickup/webhooks/last",
|
|
6151
|
-
"readOnly": true
|
|
6152
|
-
},
|
|
6153
|
-
"get-overview": {
|
|
6154
|
-
"method": "GET",
|
|
6155
|
-
"path": "/playground/clickup/overview",
|
|
6156
|
-
"readOnly": true
|
|
6157
|
-
}
|
|
6158
|
-
},
|
|
6159
|
-
"gdrive": {
|
|
6160
|
-
"get-last-change": {
|
|
6161
|
-
"method": "GET",
|
|
6162
|
-
"path": "/playground/gdrive/changes/last",
|
|
6163
|
-
"readOnly": true
|
|
6164
|
-
},
|
|
6165
|
-
"read-file": {
|
|
6166
|
-
"method": "POST",
|
|
6167
|
-
"params": [
|
|
6168
|
-
{
|
|
6169
|
-
"in": "body",
|
|
6170
|
-
"name": "fileId"
|
|
6171
|
-
}
|
|
6172
|
-
],
|
|
6173
|
-
"path": "/playground/gdrive/file",
|
|
6174
|
-
"readOnly": true
|
|
6175
|
-
}
|
|
6176
|
-
},
|
|
6177
|
-
"googleads": {
|
|
6178
|
-
"read-customer": {
|
|
6179
|
-
"method": "POST",
|
|
6180
|
-
"path": "/playground/googleads/customer",
|
|
6181
|
-
"readOnly": true
|
|
6182
|
-
}
|
|
6183
|
-
},
|
|
6184
|
-
"lifecycle": {
|
|
6185
|
-
"get-state": {
|
|
6186
|
-
"method": "GET",
|
|
6187
|
-
"path": "/playground/lifecycle/state",
|
|
6188
|
-
"readOnly": true
|
|
6189
|
-
},
|
|
6190
|
-
"list-events": {
|
|
6191
|
-
"method": "GET",
|
|
6192
|
-
"path": "/playground/lifecycle/events",
|
|
6193
|
-
"readOnly": true
|
|
6194
|
-
}
|
|
6195
|
-
},
|
|
6196
|
-
"webhook": {
|
|
6197
|
-
"get-last": {
|
|
6198
|
-
"method": "GET",
|
|
6199
|
-
"path": "/playground/webhooks/last",
|
|
6200
|
-
"readOnly": true
|
|
6201
|
-
}
|
|
6202
|
-
}
|
|
6203
|
-
},
|
|
6204
5685
|
"realtime": {
|
|
6205
5686
|
"archive": {
|
|
6206
5687
|
"export": {
|
|
@@ -9064,12 +8545,4 @@ export const bindings: BindingsMap = {
|
|
|
9064
8545
|
}
|
|
9065
8546
|
};
|
|
9066
8547
|
|
|
9067
|
-
export const wsBindings: WsBindingsMap = {
|
|
9068
|
-
"playground": {
|
|
9069
|
-
"ws": {
|
|
9070
|
-
"echo": {
|
|
9071
|
-
"path": "/playground/ws/echo"
|
|
9072
|
-
}
|
|
9073
|
-
}
|
|
9074
|
-
}
|
|
9075
|
-
};
|
|
8548
|
+
export const wsBindings: WsBindingsMap = {};
|
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 } from '../types.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, BrainUsageReportInput, BrainUsageReportOutput } from '../types.gen';
|
|
@@ -68,6 +68,8 @@ import type {
|
|
|
68
68
|
BrainProductSharedMemoryResetInput,
|
|
69
69
|
BrainRestoreStatusInput,
|
|
70
70
|
BrainRestoreStatusOutput,
|
|
71
|
+
BrainUsageReportInput,
|
|
72
|
+
BrainUsageReportOutput,
|
|
71
73
|
} from '../types.gen';
|
|
72
74
|
|
|
73
75
|
export const brainBackupCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
@@ -269,3 +271,8 @@ export const brainRestoreStatusQueryOptions = (sdk: GeneratedClient, input: Brai
|
|
|
269
271
|
queryKey: ['brain', 'restore', 'status', input] as const,
|
|
270
272
|
queryFn: () => sdk['brain']['restore']['status'](input),
|
|
271
273
|
});
|
|
274
|
+
|
|
275
|
+
export const brainUsageReportQueryOptions = (sdk: GeneratedClient, input: BrainUsageReportInput) => ({
|
|
276
|
+
queryKey: ['brain', 'usage', 'report', input] as const,
|
|
277
|
+
queryFn: () => sdk['brain']['usage']['report'](input),
|
|
278
|
+
});
|