@lessly/sdk-app 30.2.0 → 30.3.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-C6_mJktu.d.cts → client.gen-BsUBUFNz.d.cts} +1834 -231
- package/dist/{client.gen-C6_mJktu.d.ts → client.gen-BsUBUFNz.d.ts} +1834 -231
- 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 +534 -36
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +534 -36
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/organization/index.cjs +0 -5
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +2 -6
- package/dist/organization/index.d.ts +2 -6
- package/dist/organization/index.js +1 -5
- package/dist/organization/index.js.map +1 -1
- package/dist/playground/index.cjs +66 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +52 -0
- package/dist/playground/index.d.ts +52 -0
- package/dist/playground/index.js +53 -0
- package/dist/playground/index.js.map +1 -0
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.cjs +106 -0
- package/dist/support/index.cjs.map +1 -0
- package/dist/support/index.d.cts +84 -0
- package/dist/support/index.d.ts +84 -0
- package/dist/support/index.js +85 -0
- package/dist/support/index.js.map +1 -0
- 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 +12 -2
- package/src/gen/bindings.gen.ts +534 -36
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +128 -8
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +0 -6
- package/src/gen/playground/index.ts +3 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/support/index.ts +3 -0
- package/src/gen/support/queryOptions.gen.ts +131 -0
- package/src/gen/types.gen.ts +1730 -118
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -683,19 +683,6 @@ export const bindings: BindingsMap = {
|
|
|
683
683
|
"path": "/brain/restores/:restoreId",
|
|
684
684
|
"readOnly": true
|
|
685
685
|
}
|
|
686
|
-
},
|
|
687
|
-
"usage": {
|
|
688
|
-
"report": {
|
|
689
|
-
"method": "GET",
|
|
690
|
-
"params": [
|
|
691
|
-
{
|
|
692
|
-
"in": "query",
|
|
693
|
-
"name": "days"
|
|
694
|
-
}
|
|
695
|
-
],
|
|
696
|
-
"path": "/brain/usage/report",
|
|
697
|
-
"readOnly": true
|
|
698
|
-
}
|
|
699
686
|
}
|
|
700
687
|
},
|
|
701
688
|
"consent": {
|
|
@@ -3840,29 +3827,6 @@ export const bindings: BindingsMap = {
|
|
|
3840
3827
|
],
|
|
3841
3828
|
"path": "/governance/api/v1/products/:productId/domains/:domainId",
|
|
3842
3829
|
"readOnly": false
|
|
3843
|
-
},
|
|
3844
|
-
"set-mode": {
|
|
3845
|
-
"method": "PUT",
|
|
3846
|
-
"params": [
|
|
3847
|
-
{
|
|
3848
|
-
"in": "path",
|
|
3849
|
-
"name": "productId"
|
|
3850
|
-
},
|
|
3851
|
-
{
|
|
3852
|
-
"in": "path",
|
|
3853
|
-
"name": "domainId"
|
|
3854
|
-
},
|
|
3855
|
-
{
|
|
3856
|
-
"in": "body",
|
|
3857
|
-
"name": "mode"
|
|
3858
|
-
},
|
|
3859
|
-
{
|
|
3860
|
-
"in": "body",
|
|
3861
|
-
"name": "providerConnectorId"
|
|
3862
|
-
}
|
|
3863
|
-
],
|
|
3864
|
-
"path": "/governance/api/v1/products/:productId/domains/:domainId/mode",
|
|
3865
|
-
"readOnly": false
|
|
3866
3830
|
}
|
|
3867
3831
|
},
|
|
3868
3832
|
"extensions": {
|
|
@@ -4457,6 +4421,110 @@ export const bindings: BindingsMap = {
|
|
|
4457
4421
|
}
|
|
4458
4422
|
}
|
|
4459
4423
|
},
|
|
4424
|
+
"playground": {
|
|
4425
|
+
"analytics": {
|
|
4426
|
+
"overview": {
|
|
4427
|
+
"method": "POST",
|
|
4428
|
+
"params": [
|
|
4429
|
+
{
|
|
4430
|
+
"in": "body",
|
|
4431
|
+
"name": "limit"
|
|
4432
|
+
}
|
|
4433
|
+
],
|
|
4434
|
+
"path": "/playground/analytics/overview",
|
|
4435
|
+
"readOnly": true
|
|
4436
|
+
}
|
|
4437
|
+
},
|
|
4438
|
+
"billing": {
|
|
4439
|
+
"entitlements": {
|
|
4440
|
+
"method": "POST",
|
|
4441
|
+
"path": "/playground/billing/entitlements",
|
|
4442
|
+
"readOnly": true
|
|
4443
|
+
},
|
|
4444
|
+
"record-usage": {
|
|
4445
|
+
"method": "POST",
|
|
4446
|
+
"params": [
|
|
4447
|
+
{
|
|
4448
|
+
"in": "body",
|
|
4449
|
+
"name": "value"
|
|
4450
|
+
}
|
|
4451
|
+
],
|
|
4452
|
+
"path": "/playground/billing/usage",
|
|
4453
|
+
"readOnly": false
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
4456
|
+
"clickup": {
|
|
4457
|
+
"create-task": {
|
|
4458
|
+
"method": "POST",
|
|
4459
|
+
"params": [
|
|
4460
|
+
{
|
|
4461
|
+
"in": "body",
|
|
4462
|
+
"name": "listId"
|
|
4463
|
+
},
|
|
4464
|
+
{
|
|
4465
|
+
"in": "body",
|
|
4466
|
+
"name": "name"
|
|
4467
|
+
}
|
|
4468
|
+
],
|
|
4469
|
+
"path": "/playground/clickup/tasks",
|
|
4470
|
+
"readOnly": false
|
|
4471
|
+
},
|
|
4472
|
+
"get-last-webhook": {
|
|
4473
|
+
"method": "GET",
|
|
4474
|
+
"path": "/playground/clickup/webhooks/last",
|
|
4475
|
+
"readOnly": true
|
|
4476
|
+
},
|
|
4477
|
+
"get-overview": {
|
|
4478
|
+
"method": "GET",
|
|
4479
|
+
"path": "/playground/clickup/overview",
|
|
4480
|
+
"readOnly": true
|
|
4481
|
+
}
|
|
4482
|
+
},
|
|
4483
|
+
"gdrive": {
|
|
4484
|
+
"get-last-change": {
|
|
4485
|
+
"method": "GET",
|
|
4486
|
+
"path": "/playground/gdrive/changes/last",
|
|
4487
|
+
"readOnly": true
|
|
4488
|
+
},
|
|
4489
|
+
"read-file": {
|
|
4490
|
+
"method": "POST",
|
|
4491
|
+
"params": [
|
|
4492
|
+
{
|
|
4493
|
+
"in": "body",
|
|
4494
|
+
"name": "fileId"
|
|
4495
|
+
}
|
|
4496
|
+
],
|
|
4497
|
+
"path": "/playground/gdrive/file",
|
|
4498
|
+
"readOnly": true
|
|
4499
|
+
}
|
|
4500
|
+
},
|
|
4501
|
+
"googleads": {
|
|
4502
|
+
"read-customer": {
|
|
4503
|
+
"method": "POST",
|
|
4504
|
+
"path": "/playground/googleads/customer",
|
|
4505
|
+
"readOnly": true
|
|
4506
|
+
}
|
|
4507
|
+
},
|
|
4508
|
+
"lifecycle": {
|
|
4509
|
+
"get-state": {
|
|
4510
|
+
"method": "GET",
|
|
4511
|
+
"path": "/playground/lifecycle/state",
|
|
4512
|
+
"readOnly": true
|
|
4513
|
+
},
|
|
4514
|
+
"list-events": {
|
|
4515
|
+
"method": "GET",
|
|
4516
|
+
"path": "/playground/lifecycle/events",
|
|
4517
|
+
"readOnly": true
|
|
4518
|
+
}
|
|
4519
|
+
},
|
|
4520
|
+
"webhook": {
|
|
4521
|
+
"get-last": {
|
|
4522
|
+
"method": "GET",
|
|
4523
|
+
"path": "/playground/webhooks/last",
|
|
4524
|
+
"readOnly": true
|
|
4525
|
+
}
|
|
4526
|
+
}
|
|
4527
|
+
},
|
|
4460
4528
|
"realtime": {
|
|
4461
4529
|
"archive": {
|
|
4462
4530
|
"export": {
|
|
@@ -4941,6 +5009,436 @@ export const bindings: BindingsMap = {
|
|
|
4941
5009
|
}
|
|
4942
5010
|
}
|
|
4943
5011
|
},
|
|
5012
|
+
"support": {
|
|
5013
|
+
"agent": {
|
|
5014
|
+
"create": {
|
|
5015
|
+
"method": "POST",
|
|
5016
|
+
"params": [
|
|
5017
|
+
{
|
|
5018
|
+
"in": "body",
|
|
5019
|
+
"name": "displayName"
|
|
5020
|
+
},
|
|
5021
|
+
{
|
|
5022
|
+
"in": "body",
|
|
5023
|
+
"name": "title"
|
|
5024
|
+
},
|
|
5025
|
+
{
|
|
5026
|
+
"in": "body",
|
|
5027
|
+
"name": "avatarUrl"
|
|
5028
|
+
},
|
|
5029
|
+
{
|
|
5030
|
+
"in": "body",
|
|
5031
|
+
"name": "lesslyUserId"
|
|
5032
|
+
}
|
|
5033
|
+
],
|
|
5034
|
+
"path": "/support/agents",
|
|
5035
|
+
"readOnly": false
|
|
5036
|
+
},
|
|
5037
|
+
"get": {
|
|
5038
|
+
"method": "GET",
|
|
5039
|
+
"params": [
|
|
5040
|
+
{
|
|
5041
|
+
"in": "path",
|
|
5042
|
+
"name": "id"
|
|
5043
|
+
}
|
|
5044
|
+
],
|
|
5045
|
+
"path": "/support/agents/:id",
|
|
5046
|
+
"readOnly": true
|
|
5047
|
+
},
|
|
5048
|
+
"list": {
|
|
5049
|
+
"method": "GET",
|
|
5050
|
+
"params": [
|
|
5051
|
+
{
|
|
5052
|
+
"in": "query",
|
|
5053
|
+
"name": "includeInactive"
|
|
5054
|
+
}
|
|
5055
|
+
],
|
|
5056
|
+
"path": "/support/agents",
|
|
5057
|
+
"readOnly": true
|
|
5058
|
+
},
|
|
5059
|
+
"update": {
|
|
5060
|
+
"method": "PATCH",
|
|
5061
|
+
"params": [
|
|
5062
|
+
{
|
|
5063
|
+
"in": "path",
|
|
5064
|
+
"name": "id"
|
|
5065
|
+
},
|
|
5066
|
+
{
|
|
5067
|
+
"in": "body",
|
|
5068
|
+
"name": "displayName"
|
|
5069
|
+
},
|
|
5070
|
+
{
|
|
5071
|
+
"in": "body",
|
|
5072
|
+
"name": "title"
|
|
5073
|
+
},
|
|
5074
|
+
{
|
|
5075
|
+
"in": "body",
|
|
5076
|
+
"name": "avatarUrl"
|
|
5077
|
+
},
|
|
5078
|
+
{
|
|
5079
|
+
"in": "body",
|
|
5080
|
+
"name": "lesslyUserId"
|
|
5081
|
+
},
|
|
5082
|
+
{
|
|
5083
|
+
"in": "body",
|
|
5084
|
+
"name": "isActive"
|
|
5085
|
+
}
|
|
5086
|
+
],
|
|
5087
|
+
"path": "/support/agents/:id",
|
|
5088
|
+
"readOnly": false
|
|
5089
|
+
}
|
|
5090
|
+
},
|
|
5091
|
+
"attachment": {
|
|
5092
|
+
"create": {
|
|
5093
|
+
"method": "POST",
|
|
5094
|
+
"params": [
|
|
5095
|
+
{
|
|
5096
|
+
"in": "body",
|
|
5097
|
+
"name": "threadId"
|
|
5098
|
+
},
|
|
5099
|
+
{
|
|
5100
|
+
"in": "body",
|
|
5101
|
+
"name": "fileName"
|
|
5102
|
+
},
|
|
5103
|
+
{
|
|
5104
|
+
"in": "body",
|
|
5105
|
+
"name": "contentType"
|
|
5106
|
+
},
|
|
5107
|
+
{
|
|
5108
|
+
"in": "body",
|
|
5109
|
+
"name": "sizeBytes"
|
|
5110
|
+
}
|
|
5111
|
+
],
|
|
5112
|
+
"path": "/support/attachments",
|
|
5113
|
+
"readOnly": false
|
|
5114
|
+
},
|
|
5115
|
+
"finalize": {
|
|
5116
|
+
"method": "POST",
|
|
5117
|
+
"params": [
|
|
5118
|
+
{
|
|
5119
|
+
"in": "body",
|
|
5120
|
+
"name": "attachmentId"
|
|
5121
|
+
}
|
|
5122
|
+
],
|
|
5123
|
+
"path": "/support/attachments/finalize",
|
|
5124
|
+
"readOnly": false
|
|
5125
|
+
}
|
|
5126
|
+
},
|
|
5127
|
+
"label": {
|
|
5128
|
+
"create": {
|
|
5129
|
+
"method": "POST",
|
|
5130
|
+
"params": [
|
|
5131
|
+
{
|
|
5132
|
+
"in": "body",
|
|
5133
|
+
"name": "name"
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"in": "body",
|
|
5137
|
+
"name": "color"
|
|
5138
|
+
}
|
|
5139
|
+
],
|
|
5140
|
+
"path": "/support/labels",
|
|
5141
|
+
"readOnly": false
|
|
5142
|
+
},
|
|
5143
|
+
"list": {
|
|
5144
|
+
"method": "GET",
|
|
5145
|
+
"path": "/support/labels",
|
|
5146
|
+
"readOnly": true
|
|
5147
|
+
}
|
|
5148
|
+
},
|
|
5149
|
+
"message": {
|
|
5150
|
+
"create": {
|
|
5151
|
+
"method": "POST",
|
|
5152
|
+
"params": [
|
|
5153
|
+
{
|
|
5154
|
+
"in": "body",
|
|
5155
|
+
"name": "threadId"
|
|
5156
|
+
},
|
|
5157
|
+
{
|
|
5158
|
+
"in": "body",
|
|
5159
|
+
"name": "body"
|
|
5160
|
+
},
|
|
5161
|
+
{
|
|
5162
|
+
"in": "body",
|
|
5163
|
+
"name": "direction"
|
|
5164
|
+
},
|
|
5165
|
+
{
|
|
5166
|
+
"in": "body",
|
|
5167
|
+
"name": "authorExternalId"
|
|
5168
|
+
},
|
|
5169
|
+
{
|
|
5170
|
+
"in": "body",
|
|
5171
|
+
"name": "authorAgentId"
|
|
5172
|
+
},
|
|
5173
|
+
{
|
|
5174
|
+
"in": "body",
|
|
5175
|
+
"name": "visibility"
|
|
5176
|
+
},
|
|
5177
|
+
{
|
|
5178
|
+
"in": "body",
|
|
5179
|
+
"name": "attachmentIds"
|
|
5180
|
+
}
|
|
5181
|
+
],
|
|
5182
|
+
"path": "/support/messages",
|
|
5183
|
+
"readOnly": false
|
|
5184
|
+
},
|
|
5185
|
+
"list": {
|
|
5186
|
+
"method": "GET",
|
|
5187
|
+
"params": [
|
|
5188
|
+
{
|
|
5189
|
+
"in": "query",
|
|
5190
|
+
"name": "threadId"
|
|
5191
|
+
},
|
|
5192
|
+
{
|
|
5193
|
+
"in": "query",
|
|
5194
|
+
"name": "direction"
|
|
5195
|
+
},
|
|
5196
|
+
{
|
|
5197
|
+
"in": "query",
|
|
5198
|
+
"name": "visibility"
|
|
5199
|
+
},
|
|
5200
|
+
{
|
|
5201
|
+
"in": "query",
|
|
5202
|
+
"name": "limit"
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
"in": "query",
|
|
5206
|
+
"name": "offset"
|
|
5207
|
+
}
|
|
5208
|
+
],
|
|
5209
|
+
"path": "/support/messages",
|
|
5210
|
+
"readOnly": true
|
|
5211
|
+
}
|
|
5212
|
+
},
|
|
5213
|
+
"status": {
|
|
5214
|
+
"archive": {
|
|
5215
|
+
"method": "POST",
|
|
5216
|
+
"params": [
|
|
5217
|
+
{
|
|
5218
|
+
"in": "path",
|
|
5219
|
+
"name": "id"
|
|
5220
|
+
},
|
|
5221
|
+
{
|
|
5222
|
+
"in": "body",
|
|
5223
|
+
"name": "targetStatusId"
|
|
5224
|
+
}
|
|
5225
|
+
],
|
|
5226
|
+
"path": "/support/statuses/:id/archive",
|
|
5227
|
+
"readOnly": false
|
|
5228
|
+
},
|
|
5229
|
+
"create": {
|
|
5230
|
+
"method": "POST",
|
|
5231
|
+
"params": [
|
|
5232
|
+
{
|
|
5233
|
+
"in": "body",
|
|
5234
|
+
"name": "name"
|
|
5235
|
+
},
|
|
5236
|
+
{
|
|
5237
|
+
"in": "body",
|
|
5238
|
+
"name": "color"
|
|
5239
|
+
},
|
|
5240
|
+
{
|
|
5241
|
+
"in": "body",
|
|
5242
|
+
"name": "order"
|
|
5243
|
+
},
|
|
5244
|
+
{
|
|
5245
|
+
"in": "body",
|
|
5246
|
+
"name": "category"
|
|
5247
|
+
}
|
|
5248
|
+
],
|
|
5249
|
+
"path": "/support/statuses",
|
|
5250
|
+
"readOnly": false
|
|
5251
|
+
},
|
|
5252
|
+
"list": {
|
|
5253
|
+
"method": "GET",
|
|
5254
|
+
"params": [
|
|
5255
|
+
{
|
|
5256
|
+
"in": "query",
|
|
5257
|
+
"name": "includeArchived"
|
|
5258
|
+
}
|
|
5259
|
+
],
|
|
5260
|
+
"path": "/support/statuses",
|
|
5261
|
+
"readOnly": true
|
|
5262
|
+
},
|
|
5263
|
+
"update": {
|
|
5264
|
+
"method": "PATCH",
|
|
5265
|
+
"params": [
|
|
5266
|
+
{
|
|
5267
|
+
"in": "path",
|
|
5268
|
+
"name": "id"
|
|
5269
|
+
},
|
|
5270
|
+
{
|
|
5271
|
+
"in": "body",
|
|
5272
|
+
"name": "name"
|
|
5273
|
+
},
|
|
5274
|
+
{
|
|
5275
|
+
"in": "body",
|
|
5276
|
+
"name": "color"
|
|
5277
|
+
},
|
|
5278
|
+
{
|
|
5279
|
+
"in": "body",
|
|
5280
|
+
"name": "order"
|
|
5281
|
+
},
|
|
5282
|
+
{
|
|
5283
|
+
"in": "body",
|
|
5284
|
+
"name": "category"
|
|
5285
|
+
}
|
|
5286
|
+
],
|
|
5287
|
+
"path": "/support/statuses/:id",
|
|
5288
|
+
"readOnly": false
|
|
5289
|
+
}
|
|
5290
|
+
},
|
|
5291
|
+
"thread": {
|
|
5292
|
+
"assign": {
|
|
5293
|
+
"method": "POST",
|
|
5294
|
+
"params": [
|
|
5295
|
+
{
|
|
5296
|
+
"in": "path",
|
|
5297
|
+
"name": "id"
|
|
5298
|
+
},
|
|
5299
|
+
{
|
|
5300
|
+
"in": "body",
|
|
5301
|
+
"name": "agentId"
|
|
5302
|
+
}
|
|
5303
|
+
],
|
|
5304
|
+
"path": "/support/threads/:id/assignment",
|
|
5305
|
+
"readOnly": false
|
|
5306
|
+
},
|
|
5307
|
+
"create": {
|
|
5308
|
+
"method": "POST",
|
|
5309
|
+
"params": [
|
|
5310
|
+
{
|
|
5311
|
+
"in": "body",
|
|
5312
|
+
"name": "type"
|
|
5313
|
+
},
|
|
5314
|
+
{
|
|
5315
|
+
"in": "body",
|
|
5316
|
+
"name": "title"
|
|
5317
|
+
},
|
|
5318
|
+
{
|
|
5319
|
+
"in": "body",
|
|
5320
|
+
"name": "authorExternalId"
|
|
5321
|
+
},
|
|
5322
|
+
{
|
|
5323
|
+
"in": "body",
|
|
5324
|
+
"name": "authorDisplay"
|
|
5325
|
+
},
|
|
5326
|
+
{
|
|
5327
|
+
"in": "body",
|
|
5328
|
+
"name": "metadata"
|
|
5329
|
+
},
|
|
5330
|
+
{
|
|
5331
|
+
"in": "body",
|
|
5332
|
+
"name": "labelIds"
|
|
5333
|
+
}
|
|
5334
|
+
],
|
|
5335
|
+
"path": "/support/threads",
|
|
5336
|
+
"readOnly": false
|
|
5337
|
+
},
|
|
5338
|
+
"get": {
|
|
5339
|
+
"method": "GET",
|
|
5340
|
+
"params": [
|
|
5341
|
+
{
|
|
5342
|
+
"in": "path",
|
|
5343
|
+
"name": "id"
|
|
5344
|
+
}
|
|
5345
|
+
],
|
|
5346
|
+
"path": "/support/threads/:id",
|
|
5347
|
+
"readOnly": true
|
|
5348
|
+
},
|
|
5349
|
+
"list": {
|
|
5350
|
+
"method": "GET",
|
|
5351
|
+
"params": [
|
|
5352
|
+
{
|
|
5353
|
+
"in": "query",
|
|
5354
|
+
"name": "type"
|
|
5355
|
+
},
|
|
5356
|
+
{
|
|
5357
|
+
"in": "query",
|
|
5358
|
+
"name": "statusId"
|
|
5359
|
+
},
|
|
5360
|
+
{
|
|
5361
|
+
"in": "query",
|
|
5362
|
+
"name": "category"
|
|
5363
|
+
},
|
|
5364
|
+
{
|
|
5365
|
+
"in": "query",
|
|
5366
|
+
"name": "assignedAgentId"
|
|
5367
|
+
},
|
|
5368
|
+
{
|
|
5369
|
+
"in": "query",
|
|
5370
|
+
"name": "authorExternalId"
|
|
5371
|
+
},
|
|
5372
|
+
{
|
|
5373
|
+
"in": "query",
|
|
5374
|
+
"name": "createdFrom"
|
|
5375
|
+
},
|
|
5376
|
+
{
|
|
5377
|
+
"in": "query",
|
|
5378
|
+
"name": "createdTo"
|
|
5379
|
+
},
|
|
5380
|
+
{
|
|
5381
|
+
"in": "query",
|
|
5382
|
+
"name": "labelIds"
|
|
5383
|
+
},
|
|
5384
|
+
{
|
|
5385
|
+
"in": "query",
|
|
5386
|
+
"name": "limit"
|
|
5387
|
+
},
|
|
5388
|
+
{
|
|
5389
|
+
"in": "query",
|
|
5390
|
+
"name": "offset"
|
|
5391
|
+
}
|
|
5392
|
+
],
|
|
5393
|
+
"path": "/support/threads",
|
|
5394
|
+
"readOnly": true
|
|
5395
|
+
},
|
|
5396
|
+
"update": {
|
|
5397
|
+
"method": "PATCH",
|
|
5398
|
+
"params": [
|
|
5399
|
+
{
|
|
5400
|
+
"in": "path",
|
|
5401
|
+
"name": "id"
|
|
5402
|
+
},
|
|
5403
|
+
{
|
|
5404
|
+
"in": "body",
|
|
5405
|
+
"name": "title"
|
|
5406
|
+
},
|
|
5407
|
+
{
|
|
5408
|
+
"in": "body",
|
|
5409
|
+
"name": "priority"
|
|
5410
|
+
},
|
|
5411
|
+
{
|
|
5412
|
+
"in": "body",
|
|
5413
|
+
"name": "labelIds"
|
|
5414
|
+
},
|
|
5415
|
+
{
|
|
5416
|
+
"in": "body",
|
|
5417
|
+
"name": "metadata"
|
|
5418
|
+
}
|
|
5419
|
+
],
|
|
5420
|
+
"path": "/support/threads/:id",
|
|
5421
|
+
"readOnly": false
|
|
5422
|
+
}
|
|
5423
|
+
},
|
|
5424
|
+
"thread-status": {
|
|
5425
|
+
"set": {
|
|
5426
|
+
"method": "POST",
|
|
5427
|
+
"params": [
|
|
5428
|
+
{
|
|
5429
|
+
"in": "path",
|
|
5430
|
+
"name": "id"
|
|
5431
|
+
},
|
|
5432
|
+
{
|
|
5433
|
+
"in": "body",
|
|
5434
|
+
"name": "statusId"
|
|
5435
|
+
}
|
|
5436
|
+
],
|
|
5437
|
+
"path": "/support/threads/:id/status",
|
|
5438
|
+
"readOnly": false
|
|
5439
|
+
}
|
|
5440
|
+
}
|
|
5441
|
+
},
|
|
4944
5442
|
"tracking": {
|
|
4945
5443
|
"domains": {
|
|
4946
5444
|
"create": {
|
package/src/gen/brain/index.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
2
|
export * from './queryOptions.gen';
|
|
3
|
-
export type { BrainBackupCreateInput, BrainBackupCreateOutput, BrainBackupRestoreInput, BrainBackupRestoreOutput, BrainBackupStatusInput, BrainBackupStatusOutput, BrainBackupsListInput, BrainBackupsListOutput, BrainClickupChannelsListInput, BrainClickupChannelsListOutput, BrainClickupConnectionsListInput, BrainClickupConnectionsListOutput, BrainClickupListsListInput, BrainClickupListsListOutput, BrainClickupSpacesListInput, BrainClickupSpacesListOutput, BrainCognitionDigestInput, BrainCognitionDigestOutput, BrainCognitionStatusInput, BrainCognitionStatusOutput, BrainCognitionSweepInput, BrainCognitionSweepOutput, BrainConnectorBranchesListInput, BrainConnectorBranchesListOutput, BrainConnectorConnectionsListInput, BrainConnectorConnectionsListOutput, BrainConnectorReposListInput, BrainConnectorReposListOutput, BrainDaemonBatchStatusInput, BrainDaemonBatchStatusOutput, BrainDaemonCreateInput, BrainDaemonCreateOutput, BrainDaemonGetInput, BrainDaemonGetOutput, BrainDaemonReingestInput, BrainDaemonReingestOutput, BrainDaemonRemoveInput, BrainDaemonRemoveOutput, BrainDaemonRunInput, BrainDaemonRunItemsInput, BrainDaemonRunItemsOutput, BrainDaemonRunOutput, BrainDaemonRunsInput, BrainDaemonRunsOutput, BrainDaemonStatusInput, BrainDaemonStatusOutput, BrainDaemonUpdateInput, BrainDaemonUpdateOutput, BrainDaemonsListInput, BrainDaemonsListOutput, BrainGdriveConnectionsListInput, BrainGdriveConnectionsListOutput, BrainKnowledgeEntityMemoriesInput, BrainKnowledgeEntityMemoriesOutput, BrainKnowledgeGraphInput, BrainKnowledgeGraphOutput, BrainKnowledgeNeighborhoodInput, BrainKnowledgeNeighborhoodOutput, BrainKnowledgeRelationsInput, BrainKnowledgeRelationsOutput, BrainKnowledgeSearchInput, BrainKnowledgeSearchOutput, BrainMemoryAddInput, BrainMemoryAddOutput, BrainMemoryDeleteInput, BrainMemoryDeleteOutput, BrainMemoryGetInput, BrainMemoryGetOutput, BrainMemoryListInput, BrainMemoryListOutput, BrainMemorySearchInput, BrainMemorySearchOutput, BrainMemoryStatsInput, BrainMemoryStatsOutput, BrainMemoryUpdateInput, BrainMemoryUpdateOutput, BrainProductSharedMemoryResetInput, BrainProductSharedMemoryResetOutput, BrainRestoreStatusInput, BrainRestoreStatusOutput
|
|
3
|
+
export type { BrainBackupCreateInput, BrainBackupCreateOutput, BrainBackupRestoreInput, BrainBackupRestoreOutput, BrainBackupStatusInput, BrainBackupStatusOutput, BrainBackupsListInput, BrainBackupsListOutput, BrainClickupChannelsListInput, BrainClickupChannelsListOutput, BrainClickupConnectionsListInput, BrainClickupConnectionsListOutput, BrainClickupListsListInput, BrainClickupListsListOutput, BrainClickupSpacesListInput, BrainClickupSpacesListOutput, BrainCognitionDigestInput, BrainCognitionDigestOutput, BrainCognitionStatusInput, BrainCognitionStatusOutput, BrainCognitionSweepInput, BrainCognitionSweepOutput, BrainConnectorBranchesListInput, BrainConnectorBranchesListOutput, BrainConnectorConnectionsListInput, BrainConnectorConnectionsListOutput, BrainConnectorReposListInput, BrainConnectorReposListOutput, BrainDaemonBatchStatusInput, BrainDaemonBatchStatusOutput, BrainDaemonCreateInput, BrainDaemonCreateOutput, BrainDaemonGetInput, BrainDaemonGetOutput, BrainDaemonReingestInput, BrainDaemonReingestOutput, BrainDaemonRemoveInput, BrainDaemonRemoveOutput, BrainDaemonRunInput, BrainDaemonRunItemsInput, BrainDaemonRunItemsOutput, BrainDaemonRunOutput, BrainDaemonRunsInput, BrainDaemonRunsOutput, BrainDaemonStatusInput, BrainDaemonStatusOutput, BrainDaemonUpdateInput, BrainDaemonUpdateOutput, BrainDaemonsListInput, BrainDaemonsListOutput, BrainGdriveConnectionsListInput, BrainGdriveConnectionsListOutput, BrainKnowledgeEntityMemoriesInput, BrainKnowledgeEntityMemoriesOutput, BrainKnowledgeGraphInput, BrainKnowledgeGraphOutput, BrainKnowledgeNeighborhoodInput, BrainKnowledgeNeighborhoodOutput, BrainKnowledgeRelationsInput, BrainKnowledgeRelationsOutput, BrainKnowledgeSearchInput, BrainKnowledgeSearchOutput, BrainMemoryAddInput, BrainMemoryAddOutput, BrainMemoryDeleteInput, BrainMemoryDeleteOutput, BrainMemoryGetInput, BrainMemoryGetOutput, BrainMemoryListInput, BrainMemoryListOutput, BrainMemorySearchInput, BrainMemorySearchOutput, BrainMemoryStatsInput, BrainMemoryStatsOutput, BrainMemoryUpdateInput, BrainMemoryUpdateOutput, BrainProductSharedMemoryResetInput, BrainProductSharedMemoryResetOutput, BrainRestoreStatusInput, BrainRestoreStatusOutput } from '../types.gen';
|
|
@@ -68,8 +68,6 @@ import type {
|
|
|
68
68
|
BrainProductSharedMemoryResetInput,
|
|
69
69
|
BrainRestoreStatusInput,
|
|
70
70
|
BrainRestoreStatusOutput,
|
|
71
|
-
BrainUsageReportInput,
|
|
72
|
-
BrainUsageReportOutput,
|
|
73
71
|
} from '../types.gen';
|
|
74
72
|
|
|
75
73
|
export const brainBackupCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
@@ -271,8 +269,3 @@ export const brainRestoreStatusQueryOptions = (sdk: GeneratedClient, input: Brai
|
|
|
271
269
|
queryKey: ['brain', 'restore', 'status', input] as const,
|
|
272
270
|
queryFn: () => sdk['brain']['restore']['status'](input),
|
|
273
271
|
});
|
|
274
|
-
|
|
275
|
-
export const brainUsageReportQueryOptions = (sdk: GeneratedClient, input: BrainUsageReportInput) => ({
|
|
276
|
-
queryKey: ['brain', 'usage', 'report', input] as const,
|
|
277
|
-
queryFn: () => sdk['brain']['usage']['report'](input),
|
|
278
|
-
});
|