@botpress/api 1.41.0 → 1.43.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/.turbo/turbo-openapi.log +5 -5
- package/dist/index.js +142 -18
- package/dist/src/gen/admin/state.d.ts +25 -0
- package/dist/src/gen/files/state.d.ts +9 -0
- package/dist/src/gen/runtime/state.d.ts +17 -0
- package/dist/src/gen/state.d.ts +33 -0
- package/dist/src/gen/tables/state.d.ts +9 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +38 -6
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +14 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +26 -2
- package/src/gen/state.ts +50 -6
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +14 -2
package/.turbo/turbo-openapi.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @botpress/api@1.
|
|
2
|
+
> @botpress/api@1.43.0 openapi /home/runner/work/skynet/skynet/packages/public-api
|
|
3
3
|
> es-node openapi/generator.ts && pnpm run build
|
|
4
4
|
|
|
5
5
|
Generating openapi content
|
|
@@ -34,18 +34,18 @@ Saving openapi.json file
|
|
|
34
34
|
|
|
35
35
|
info: Exit with code {"category":"system","code":0,"label":"Shutdown"}
|
|
36
36
|
|
|
37
|
-
> @botpress/api@1.
|
|
37
|
+
> @botpress/api@1.43.0 build /home/runner/work/skynet/skynet/packages/public-api
|
|
38
38
|
> pnpm run build:type && pnpm run build:impl
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
> @botpress/api@1.
|
|
41
|
+
> @botpress/api@1.43.0 build:type /home/runner/work/skynet/skynet/packages/public-api
|
|
42
42
|
> tsc -p tsconfig.package.json --emitDeclarationOnly
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
> @botpress/api@1.
|
|
45
|
+
> @botpress/api@1.43.0 build:impl /home/runner/work/skynet/skynet/packages/public-api
|
|
46
46
|
> esbuild --bundle --platform=node --outfile=dist/index.js src/index.ts
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
dist/index.js 14.1mb ⚠️
|
|
50
50
|
|
|
51
|
-
⚡ Done in
|
|
51
|
+
⚡ Done in 1019ms
|
package/dist/index.js
CHANGED
|
@@ -284769,6 +284769,12 @@ var state = {
|
|
|
284769
284769
|
},
|
|
284770
284770
|
"description": "Schedule the Message to be sent at a specific time. Either dateTime or delay must be provided.",
|
|
284771
284771
|
"additionalProperties": false
|
|
284772
|
+
},
|
|
284773
|
+
"origin": {
|
|
284774
|
+
"type": "string",
|
|
284775
|
+
"enum": [
|
|
284776
|
+
"synthetic"
|
|
284777
|
+
]
|
|
284772
284778
|
}
|
|
284773
284779
|
},
|
|
284774
284780
|
"required": [
|
|
@@ -284859,6 +284865,12 @@ var state = {
|
|
|
284859
284865
|
"description": "Schedule the Message to be sent at a specific time. Either dateTime or delay must be provided.",
|
|
284860
284866
|
"additionalProperties": false
|
|
284861
284867
|
},
|
|
284868
|
+
"origin": {
|
|
284869
|
+
"type": "string",
|
|
284870
|
+
"enum": [
|
|
284871
|
+
"synthetic"
|
|
284872
|
+
]
|
|
284873
|
+
},
|
|
284862
284874
|
"discriminateByTags": {
|
|
284863
284875
|
"type": "array",
|
|
284864
284876
|
"items": {
|
|
@@ -286657,7 +286669,7 @@ var state = {
|
|
|
286657
286669
|
"title": "Botpress API",
|
|
286658
286670
|
"description": "API for Botpress Cloud",
|
|
286659
286671
|
"server": "https://api.botpress.cloud",
|
|
286660
|
-
"version": "1.
|
|
286672
|
+
"version": "1.43.0",
|
|
286661
286673
|
"prefix": "v1"
|
|
286662
286674
|
},
|
|
286663
286675
|
"errors": [
|
|
@@ -288949,6 +288961,10 @@ var state = {
|
|
|
288949
288961
|
},
|
|
288950
288962
|
"handle": {
|
|
288951
288963
|
"type": "string"
|
|
288964
|
+
},
|
|
288965
|
+
"activeTrialId": {
|
|
288966
|
+
"type": "string",
|
|
288967
|
+
"nullable": true
|
|
288952
288968
|
}
|
|
288953
288969
|
},
|
|
288954
288970
|
"required": [
|
|
@@ -288961,7 +288977,8 @@ var state = {
|
|
|
288961
288977
|
"billingVersion",
|
|
288962
288978
|
"plan",
|
|
288963
288979
|
"blocked",
|
|
288964
|
-
"spendingLimit"
|
|
288980
|
+
"spendingLimit",
|
|
288981
|
+
"activeTrialId"
|
|
288965
288982
|
],
|
|
288966
288983
|
"additionalProperties": false
|
|
288967
288984
|
}
|
|
@@ -289525,6 +289542,13 @@ var state = {
|
|
|
289525
289542
|
"type": "string"
|
|
289526
289543
|
},
|
|
289527
289544
|
"description": "Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them."
|
|
289545
|
+
},
|
|
289546
|
+
"origin": {
|
|
289547
|
+
"type": "string",
|
|
289548
|
+
"enum": [
|
|
289549
|
+
"synthetic"
|
|
289550
|
+
],
|
|
289551
|
+
"description": "Origin of the message (`synthetic`)."
|
|
289528
289552
|
}
|
|
289529
289553
|
},
|
|
289530
289554
|
"required": [
|
|
@@ -297723,6 +297747,10 @@ var state2 = {
|
|
|
297723
297747
|
},
|
|
297724
297748
|
"handle": {
|
|
297725
297749
|
"type": "string"
|
|
297750
|
+
},
|
|
297751
|
+
"activeTrialId": {
|
|
297752
|
+
"type": "string",
|
|
297753
|
+
"nullable": true
|
|
297726
297754
|
}
|
|
297727
297755
|
},
|
|
297728
297756
|
"required": [
|
|
@@ -297735,7 +297763,8 @@ var state2 = {
|
|
|
297735
297763
|
"billingVersion",
|
|
297736
297764
|
"plan",
|
|
297737
297765
|
"blocked",
|
|
297738
|
-
"spendingLimit"
|
|
297766
|
+
"spendingLimit",
|
|
297767
|
+
"activeTrialId"
|
|
297739
297768
|
],
|
|
297740
297769
|
"title": "createWorkspaceResponse",
|
|
297741
297770
|
"additionalProperties": false
|
|
@@ -297905,6 +297934,10 @@ var state2 = {
|
|
|
297905
297934
|
},
|
|
297906
297935
|
"handle": {
|
|
297907
297936
|
"type": "string"
|
|
297937
|
+
},
|
|
297938
|
+
"activeTrialId": {
|
|
297939
|
+
"type": "string",
|
|
297940
|
+
"nullable": true
|
|
297908
297941
|
}
|
|
297909
297942
|
},
|
|
297910
297943
|
"required": [
|
|
@@ -297917,7 +297950,8 @@ var state2 = {
|
|
|
297917
297950
|
"billingVersion",
|
|
297918
297951
|
"plan",
|
|
297919
297952
|
"blocked",
|
|
297920
|
-
"spendingLimit"
|
|
297953
|
+
"spendingLimit",
|
|
297954
|
+
"activeTrialId"
|
|
297921
297955
|
],
|
|
297922
297956
|
"title": "getWorkspaceResponse",
|
|
297923
297957
|
"additionalProperties": false
|
|
@@ -298420,6 +298454,10 @@ var state2 = {
|
|
|
298420
298454
|
},
|
|
298421
298455
|
"handle": {
|
|
298422
298456
|
"type": "string"
|
|
298457
|
+
},
|
|
298458
|
+
"activeTrialId": {
|
|
298459
|
+
"type": "string",
|
|
298460
|
+
"nullable": true
|
|
298423
298461
|
}
|
|
298424
298462
|
},
|
|
298425
298463
|
"required": [
|
|
@@ -298432,7 +298470,8 @@ var state2 = {
|
|
|
298432
298470
|
"billingVersion",
|
|
298433
298471
|
"plan",
|
|
298434
298472
|
"blocked",
|
|
298435
|
-
"spendingLimit"
|
|
298473
|
+
"spendingLimit",
|
|
298474
|
+
"activeTrialId"
|
|
298436
298475
|
],
|
|
298437
298476
|
"title": "updateWorkspaceResponse",
|
|
298438
298477
|
"additionalProperties": false
|
|
@@ -298596,6 +298635,10 @@ var state2 = {
|
|
|
298596
298635
|
},
|
|
298597
298636
|
"handle": {
|
|
298598
298637
|
"type": "string"
|
|
298638
|
+
},
|
|
298639
|
+
"activeTrialId": {
|
|
298640
|
+
"type": "string",
|
|
298641
|
+
"nullable": true
|
|
298599
298642
|
}
|
|
298600
298643
|
},
|
|
298601
298644
|
"required": [
|
|
@@ -298608,7 +298651,8 @@ var state2 = {
|
|
|
298608
298651
|
"billingVersion",
|
|
298609
298652
|
"plan",
|
|
298610
298653
|
"blocked",
|
|
298611
|
-
"spendingLimit"
|
|
298654
|
+
"spendingLimit",
|
|
298655
|
+
"activeTrialId"
|
|
298612
298656
|
],
|
|
298613
298657
|
"title": "updateWorkspaceResponse"
|
|
298614
298658
|
}
|
|
@@ -304607,7 +304651,7 @@ var state2 = {
|
|
|
304607
304651
|
"title": "Botpress API",
|
|
304608
304652
|
"description": "API for Botpress Cloud",
|
|
304609
304653
|
"server": "https://api.botpress.cloud",
|
|
304610
|
-
"version": "1.
|
|
304654
|
+
"version": "1.43.0",
|
|
304611
304655
|
"prefix": "v1"
|
|
304612
304656
|
},
|
|
304613
304657
|
"errors": [
|
|
@@ -306972,6 +307016,10 @@ var state2 = {
|
|
|
306972
307016
|
},
|
|
306973
307017
|
"handle": {
|
|
306974
307018
|
"type": "string"
|
|
307019
|
+
},
|
|
307020
|
+
"activeTrialId": {
|
|
307021
|
+
"type": "string",
|
|
307022
|
+
"nullable": true
|
|
306975
307023
|
}
|
|
306976
307024
|
},
|
|
306977
307025
|
"required": [
|
|
@@ -306984,7 +307032,8 @@ var state2 = {
|
|
|
306984
307032
|
"billingVersion",
|
|
306985
307033
|
"plan",
|
|
306986
307034
|
"blocked",
|
|
306987
|
-
"spendingLimit"
|
|
307035
|
+
"spendingLimit",
|
|
307036
|
+
"activeTrialId"
|
|
306988
307037
|
],
|
|
306989
307038
|
"additionalProperties": false
|
|
306990
307039
|
}
|
|
@@ -307548,6 +307597,13 @@ var state2 = {
|
|
|
307548
307597
|
"type": "string"
|
|
307549
307598
|
},
|
|
307550
307599
|
"description": "Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them."
|
|
307600
|
+
},
|
|
307601
|
+
"origin": {
|
|
307602
|
+
"type": "string",
|
|
307603
|
+
"enum": [
|
|
307604
|
+
"synthetic"
|
|
307605
|
+
],
|
|
307606
|
+
"description": "Origin of the message (`synthetic`)."
|
|
307551
307607
|
}
|
|
307552
307608
|
},
|
|
307553
307609
|
"required": [
|
|
@@ -310570,7 +310626,7 @@ var state3 = {
|
|
|
310570
310626
|
"title": "Botpress API",
|
|
310571
310627
|
"description": "API for Botpress Cloud",
|
|
310572
310628
|
"server": "https://api.botpress.cloud",
|
|
310573
|
-
"version": "1.
|
|
310629
|
+
"version": "1.43.0",
|
|
310574
310630
|
"prefix": "v1"
|
|
310575
310631
|
},
|
|
310576
310632
|
"errors": [
|
|
@@ -312815,6 +312871,10 @@ var state3 = {
|
|
|
312815
312871
|
},
|
|
312816
312872
|
"handle": {
|
|
312817
312873
|
"type": "string"
|
|
312874
|
+
},
|
|
312875
|
+
"activeTrialId": {
|
|
312876
|
+
"type": "string",
|
|
312877
|
+
"nullable": true
|
|
312818
312878
|
}
|
|
312819
312879
|
},
|
|
312820
312880
|
"required": [
|
|
@@ -312827,7 +312887,8 @@ var state3 = {
|
|
|
312827
312887
|
"billingVersion",
|
|
312828
312888
|
"plan",
|
|
312829
312889
|
"blocked",
|
|
312830
|
-
"spendingLimit"
|
|
312890
|
+
"spendingLimit",
|
|
312891
|
+
"activeTrialId"
|
|
312831
312892
|
],
|
|
312832
312893
|
"title": "updateWorkspaceResponse",
|
|
312833
312894
|
"additionalProperties": false
|
|
@@ -313393,6 +313454,13 @@ var state3 = {
|
|
|
313393
313454
|
"type": "string"
|
|
313394
313455
|
},
|
|
313395
313456
|
"description": "Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them."
|
|
313457
|
+
},
|
|
313458
|
+
"origin": {
|
|
313459
|
+
"type": "string",
|
|
313460
|
+
"enum": [
|
|
313461
|
+
"synthetic"
|
|
313462
|
+
],
|
|
313463
|
+
"description": "Origin of the message (`synthetic`)."
|
|
313396
313464
|
}
|
|
313397
313465
|
},
|
|
313398
313466
|
"required": [
|
|
@@ -315662,7 +315730,7 @@ var state4 = {
|
|
|
315662
315730
|
"title": "Botpress API",
|
|
315663
315731
|
"description": "API for Botpress Cloud",
|
|
315664
315732
|
"server": "https://api.botpress.cloud",
|
|
315665
|
-
"version": "1.
|
|
315733
|
+
"version": "1.43.0",
|
|
315666
315734
|
"prefix": "v1"
|
|
315667
315735
|
},
|
|
315668
315736
|
"errors": [
|
|
@@ -317914,6 +317982,10 @@ var state4 = {
|
|
|
317914
317982
|
},
|
|
317915
317983
|
"handle": {
|
|
317916
317984
|
"type": "string"
|
|
317985
|
+
},
|
|
317986
|
+
"activeTrialId": {
|
|
317987
|
+
"type": "string",
|
|
317988
|
+
"nullable": true
|
|
317917
317989
|
}
|
|
317918
317990
|
},
|
|
317919
317991
|
"required": [
|
|
@@ -317926,7 +317998,8 @@ var state4 = {
|
|
|
317926
317998
|
"billingVersion",
|
|
317927
317999
|
"plan",
|
|
317928
318000
|
"blocked",
|
|
317929
|
-
"spendingLimit"
|
|
318001
|
+
"spendingLimit",
|
|
318002
|
+
"activeTrialId"
|
|
317930
318003
|
],
|
|
317931
318004
|
"title": "updateWorkspaceResponse",
|
|
317932
318005
|
"additionalProperties": false
|
|
@@ -318492,6 +318565,13 @@ var state4 = {
|
|
|
318492
318565
|
"type": "string"
|
|
318493
318566
|
},
|
|
318494
318567
|
"description": "Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them."
|
|
318568
|
+
},
|
|
318569
|
+
"origin": {
|
|
318570
|
+
"type": "string",
|
|
318571
|
+
"enum": [
|
|
318572
|
+
"synthetic"
|
|
318573
|
+
],
|
|
318574
|
+
"description": "Origin of the message (`synthetic`)."
|
|
318495
318575
|
}
|
|
318496
318576
|
},
|
|
318497
318577
|
"required": [
|
|
@@ -320278,6 +320358,12 @@ var state5 = {
|
|
|
320278
320358
|
},
|
|
320279
320359
|
"description": "Schedule the Message to be sent at a specific time. Either dateTime or delay must be provided.",
|
|
320280
320360
|
"additionalProperties": false
|
|
320361
|
+
},
|
|
320362
|
+
"origin": {
|
|
320363
|
+
"type": "string",
|
|
320364
|
+
"enum": [
|
|
320365
|
+
"synthetic"
|
|
320366
|
+
]
|
|
320281
320367
|
}
|
|
320282
320368
|
},
|
|
320283
320369
|
"required": [
|
|
@@ -320368,6 +320454,12 @@ var state5 = {
|
|
|
320368
320454
|
"description": "Schedule the Message to be sent at a specific time. Either dateTime or delay must be provided.",
|
|
320369
320455
|
"additionalProperties": false
|
|
320370
320456
|
},
|
|
320457
|
+
"origin": {
|
|
320458
|
+
"type": "string",
|
|
320459
|
+
"enum": [
|
|
320460
|
+
"synthetic"
|
|
320461
|
+
]
|
|
320462
|
+
},
|
|
320371
320463
|
"discriminateByTags": {
|
|
320372
320464
|
"type": "array",
|
|
320373
320465
|
"items": {
|
|
@@ -329265,6 +329357,10 @@ var state5 = {
|
|
|
329265
329357
|
},
|
|
329266
329358
|
"handle": {
|
|
329267
329359
|
"type": "string"
|
|
329360
|
+
},
|
|
329361
|
+
"activeTrialId": {
|
|
329362
|
+
"type": "string",
|
|
329363
|
+
"nullable": true
|
|
329268
329364
|
}
|
|
329269
329365
|
},
|
|
329270
329366
|
"required": [
|
|
@@ -329277,7 +329373,8 @@ var state5 = {
|
|
|
329277
329373
|
"billingVersion",
|
|
329278
329374
|
"plan",
|
|
329279
329375
|
"blocked",
|
|
329280
|
-
"spendingLimit"
|
|
329376
|
+
"spendingLimit",
|
|
329377
|
+
"activeTrialId"
|
|
329281
329378
|
],
|
|
329282
329379
|
"title": "createWorkspaceResponse",
|
|
329283
329380
|
"additionalProperties": false
|
|
@@ -329447,6 +329544,10 @@ var state5 = {
|
|
|
329447
329544
|
},
|
|
329448
329545
|
"handle": {
|
|
329449
329546
|
"type": "string"
|
|
329547
|
+
},
|
|
329548
|
+
"activeTrialId": {
|
|
329549
|
+
"type": "string",
|
|
329550
|
+
"nullable": true
|
|
329450
329551
|
}
|
|
329451
329552
|
},
|
|
329452
329553
|
"required": [
|
|
@@ -329459,7 +329560,8 @@ var state5 = {
|
|
|
329459
329560
|
"billingVersion",
|
|
329460
329561
|
"plan",
|
|
329461
329562
|
"blocked",
|
|
329462
|
-
"spendingLimit"
|
|
329563
|
+
"spendingLimit",
|
|
329564
|
+
"activeTrialId"
|
|
329463
329565
|
],
|
|
329464
329566
|
"title": "getWorkspaceResponse",
|
|
329465
329567
|
"additionalProperties": false
|
|
@@ -329962,6 +330064,10 @@ var state5 = {
|
|
|
329962
330064
|
},
|
|
329963
330065
|
"handle": {
|
|
329964
330066
|
"type": "string"
|
|
330067
|
+
},
|
|
330068
|
+
"activeTrialId": {
|
|
330069
|
+
"type": "string",
|
|
330070
|
+
"nullable": true
|
|
329965
330071
|
}
|
|
329966
330072
|
},
|
|
329967
330073
|
"required": [
|
|
@@ -329974,7 +330080,8 @@ var state5 = {
|
|
|
329974
330080
|
"billingVersion",
|
|
329975
330081
|
"plan",
|
|
329976
330082
|
"blocked",
|
|
329977
|
-
"spendingLimit"
|
|
330083
|
+
"spendingLimit",
|
|
330084
|
+
"activeTrialId"
|
|
329978
330085
|
],
|
|
329979
330086
|
"title": "updateWorkspaceResponse",
|
|
329980
330087
|
"additionalProperties": false
|
|
@@ -330138,6 +330245,10 @@ var state5 = {
|
|
|
330138
330245
|
},
|
|
330139
330246
|
"handle": {
|
|
330140
330247
|
"type": "string"
|
|
330248
|
+
},
|
|
330249
|
+
"activeTrialId": {
|
|
330250
|
+
"type": "string",
|
|
330251
|
+
"nullable": true
|
|
330141
330252
|
}
|
|
330142
330253
|
},
|
|
330143
330254
|
"required": [
|
|
@@ -330150,7 +330261,8 @@ var state5 = {
|
|
|
330150
330261
|
"billingVersion",
|
|
330151
330262
|
"plan",
|
|
330152
330263
|
"blocked",
|
|
330153
|
-
"spendingLimit"
|
|
330264
|
+
"spendingLimit",
|
|
330265
|
+
"activeTrialId"
|
|
330154
330266
|
],
|
|
330155
330267
|
"title": "updateWorkspaceResponse"
|
|
330156
330268
|
}
|
|
@@ -339214,7 +339326,7 @@ var state5 = {
|
|
|
339214
339326
|
"title": "Botpress API",
|
|
339215
339327
|
"description": "API for Botpress Cloud",
|
|
339216
339328
|
"server": "https://api.botpress.cloud",
|
|
339217
|
-
"version": "1.
|
|
339329
|
+
"version": "1.43.0",
|
|
339218
339330
|
"prefix": "v1"
|
|
339219
339331
|
},
|
|
339220
339332
|
"errors": [
|
|
@@ -341696,6 +341808,10 @@ var state5 = {
|
|
|
341696
341808
|
},
|
|
341697
341809
|
"handle": {
|
|
341698
341810
|
"type": "string"
|
|
341811
|
+
},
|
|
341812
|
+
"activeTrialId": {
|
|
341813
|
+
"type": "string",
|
|
341814
|
+
"nullable": true
|
|
341699
341815
|
}
|
|
341700
341816
|
},
|
|
341701
341817
|
"required": [
|
|
@@ -341708,7 +341824,8 @@ var state5 = {
|
|
|
341708
341824
|
"billingVersion",
|
|
341709
341825
|
"plan",
|
|
341710
341826
|
"blocked",
|
|
341711
|
-
"spendingLimit"
|
|
341827
|
+
"spendingLimit",
|
|
341828
|
+
"activeTrialId"
|
|
341712
341829
|
],
|
|
341713
341830
|
"title": "updateWorkspaceResponse",
|
|
341714
341831
|
"additionalProperties": false
|
|
@@ -342274,6 +342391,13 @@ var state5 = {
|
|
|
342274
342391
|
"type": "string"
|
|
342275
342392
|
},
|
|
342276
342393
|
"description": "Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them."
|
|
342394
|
+
},
|
|
342395
|
+
"origin": {
|
|
342396
|
+
"type": "string",
|
|
342397
|
+
"enum": [
|
|
342398
|
+
"synthetic"
|
|
342399
|
+
],
|
|
342400
|
+
"description": "Origin of the message (`synthetic`)."
|
|
342277
342401
|
}
|
|
342278
342402
|
},
|
|
342279
342403
|
"required": [
|
|
@@ -6235,6 +6235,10 @@ export declare const state: {
|
|
|
6235
6235
|
handle: {
|
|
6236
6236
|
type: "string";
|
|
6237
6237
|
};
|
|
6238
|
+
activeTrialId: {
|
|
6239
|
+
type: "string";
|
|
6240
|
+
nullable: true;
|
|
6241
|
+
};
|
|
6238
6242
|
};
|
|
6239
6243
|
required: string[];
|
|
6240
6244
|
title: string;
|
|
@@ -6392,6 +6396,10 @@ export declare const state: {
|
|
|
6392
6396
|
handle: {
|
|
6393
6397
|
type: "string";
|
|
6394
6398
|
};
|
|
6399
|
+
activeTrialId: {
|
|
6400
|
+
type: "string";
|
|
6401
|
+
nullable: true;
|
|
6402
|
+
};
|
|
6395
6403
|
};
|
|
6396
6404
|
required: string[];
|
|
6397
6405
|
title: string;
|
|
@@ -6781,6 +6789,10 @@ export declare const state: {
|
|
|
6781
6789
|
handle: {
|
|
6782
6790
|
type: "string";
|
|
6783
6791
|
};
|
|
6792
|
+
activeTrialId: {
|
|
6793
|
+
type: "string";
|
|
6794
|
+
nullable: true;
|
|
6795
|
+
};
|
|
6784
6796
|
};
|
|
6785
6797
|
required: string[];
|
|
6786
6798
|
title: string;
|
|
@@ -6932,6 +6944,10 @@ export declare const state: {
|
|
|
6932
6944
|
handle: {
|
|
6933
6945
|
type: "string";
|
|
6934
6946
|
};
|
|
6947
|
+
activeTrialId: {
|
|
6948
|
+
type: "string";
|
|
6949
|
+
nullable: true;
|
|
6950
|
+
};
|
|
6935
6951
|
};
|
|
6936
6952
|
required: string[];
|
|
6937
6953
|
title: string;
|
|
@@ -14314,6 +14330,10 @@ export declare const state: {
|
|
|
14314
14330
|
handle: {
|
|
14315
14331
|
type: "string";
|
|
14316
14332
|
};
|
|
14333
|
+
activeTrialId: {
|
|
14334
|
+
type: "string";
|
|
14335
|
+
nullable: true;
|
|
14336
|
+
};
|
|
14317
14337
|
};
|
|
14318
14338
|
required: string[];
|
|
14319
14339
|
additionalProperties: false;
|
|
@@ -14769,6 +14789,11 @@ export declare const state: {
|
|
|
14769
14789
|
};
|
|
14770
14790
|
description: string;
|
|
14771
14791
|
};
|
|
14792
|
+
origin: {
|
|
14793
|
+
type: "string";
|
|
14794
|
+
enum: string[];
|
|
14795
|
+
description: string;
|
|
14796
|
+
};
|
|
14772
14797
|
};
|
|
14773
14798
|
required: string[];
|
|
14774
14799
|
description: string;
|
|
@@ -3414,6 +3414,10 @@ export declare const state: {
|
|
|
3414
3414
|
handle: {
|
|
3415
3415
|
type: "string";
|
|
3416
3416
|
};
|
|
3417
|
+
activeTrialId: {
|
|
3418
|
+
type: "string";
|
|
3419
|
+
nullable: true;
|
|
3420
|
+
};
|
|
3417
3421
|
};
|
|
3418
3422
|
required: string[];
|
|
3419
3423
|
title: string;
|
|
@@ -3871,6 +3875,11 @@ export declare const state: {
|
|
|
3871
3875
|
};
|
|
3872
3876
|
description: string;
|
|
3873
3877
|
};
|
|
3878
|
+
origin: {
|
|
3879
|
+
type: "string";
|
|
3880
|
+
enum: string[];
|
|
3881
|
+
description: string;
|
|
3882
|
+
};
|
|
3874
3883
|
};
|
|
3875
3884
|
required: string[];
|
|
3876
3885
|
description: string;
|
|
@@ -685,6 +685,10 @@ export declare const state: {
|
|
|
685
685
|
description: string;
|
|
686
686
|
additionalProperties: false;
|
|
687
687
|
};
|
|
688
|
+
origin: {
|
|
689
|
+
type: "string";
|
|
690
|
+
enum: string[];
|
|
691
|
+
};
|
|
688
692
|
};
|
|
689
693
|
required: string[];
|
|
690
694
|
title: string;
|
|
@@ -766,6 +770,10 @@ export declare const state: {
|
|
|
766
770
|
description: string;
|
|
767
771
|
additionalProperties: false;
|
|
768
772
|
};
|
|
773
|
+
origin: {
|
|
774
|
+
type: "string";
|
|
775
|
+
enum: string[];
|
|
776
|
+
};
|
|
769
777
|
discriminateByTags: {
|
|
770
778
|
type: "array";
|
|
771
779
|
items: {
|
|
@@ -4280,6 +4288,10 @@ export declare const state: {
|
|
|
4280
4288
|
handle: {
|
|
4281
4289
|
type: "string";
|
|
4282
4290
|
};
|
|
4291
|
+
activeTrialId: {
|
|
4292
|
+
type: "string";
|
|
4293
|
+
nullable: true;
|
|
4294
|
+
};
|
|
4283
4295
|
};
|
|
4284
4296
|
required: string[];
|
|
4285
4297
|
additionalProperties: false;
|
|
@@ -4735,6 +4747,11 @@ export declare const state: {
|
|
|
4735
4747
|
};
|
|
4736
4748
|
description: string;
|
|
4737
4749
|
};
|
|
4750
|
+
origin: {
|
|
4751
|
+
type: "string";
|
|
4752
|
+
enum: string[];
|
|
4753
|
+
description: string;
|
|
4754
|
+
};
|
|
4738
4755
|
};
|
|
4739
4756
|
required: string[];
|
|
4740
4757
|
description: string;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -685,6 +685,10 @@ export declare const state: {
|
|
|
685
685
|
description: string;
|
|
686
686
|
additionalProperties: false;
|
|
687
687
|
};
|
|
688
|
+
origin: {
|
|
689
|
+
type: "string";
|
|
690
|
+
enum: string[];
|
|
691
|
+
};
|
|
688
692
|
};
|
|
689
693
|
required: string[];
|
|
690
694
|
title: string;
|
|
@@ -766,6 +770,10 @@ export declare const state: {
|
|
|
766
770
|
description: string;
|
|
767
771
|
additionalProperties: false;
|
|
768
772
|
};
|
|
773
|
+
origin: {
|
|
774
|
+
type: "string";
|
|
775
|
+
enum: string[];
|
|
776
|
+
};
|
|
769
777
|
discriminateByTags: {
|
|
770
778
|
type: "array";
|
|
771
779
|
items: {
|
|
@@ -8601,6 +8609,10 @@ export declare const state: {
|
|
|
8601
8609
|
handle: {
|
|
8602
8610
|
type: "string";
|
|
8603
8611
|
};
|
|
8612
|
+
activeTrialId: {
|
|
8613
|
+
type: "string";
|
|
8614
|
+
nullable: true;
|
|
8615
|
+
};
|
|
8604
8616
|
};
|
|
8605
8617
|
required: string[];
|
|
8606
8618
|
title: string;
|
|
@@ -8758,6 +8770,10 @@ export declare const state: {
|
|
|
8758
8770
|
handle: {
|
|
8759
8771
|
type: "string";
|
|
8760
8772
|
};
|
|
8773
|
+
activeTrialId: {
|
|
8774
|
+
type: "string";
|
|
8775
|
+
nullable: true;
|
|
8776
|
+
};
|
|
8761
8777
|
};
|
|
8762
8778
|
required: string[];
|
|
8763
8779
|
title: string;
|
|
@@ -9147,6 +9163,10 @@ export declare const state: {
|
|
|
9147
9163
|
handle: {
|
|
9148
9164
|
type: "string";
|
|
9149
9165
|
};
|
|
9166
|
+
activeTrialId: {
|
|
9167
|
+
type: "string";
|
|
9168
|
+
nullable: true;
|
|
9169
|
+
};
|
|
9150
9170
|
};
|
|
9151
9171
|
required: string[];
|
|
9152
9172
|
title: string;
|
|
@@ -9298,6 +9318,10 @@ export declare const state: {
|
|
|
9298
9318
|
handle: {
|
|
9299
9319
|
type: "string";
|
|
9300
9320
|
};
|
|
9321
|
+
activeTrialId: {
|
|
9322
|
+
type: "string";
|
|
9323
|
+
nullable: true;
|
|
9324
|
+
};
|
|
9301
9325
|
};
|
|
9302
9326
|
required: string[];
|
|
9303
9327
|
title: string;
|
|
@@ -19426,6 +19450,10 @@ export declare const state: {
|
|
|
19426
19450
|
handle: {
|
|
19427
19451
|
type: "string";
|
|
19428
19452
|
};
|
|
19453
|
+
activeTrialId: {
|
|
19454
|
+
type: "string";
|
|
19455
|
+
nullable: true;
|
|
19456
|
+
};
|
|
19429
19457
|
};
|
|
19430
19458
|
required: string[];
|
|
19431
19459
|
title: string;
|
|
@@ -19883,6 +19911,11 @@ export declare const state: {
|
|
|
19883
19911
|
};
|
|
19884
19912
|
description: string;
|
|
19885
19913
|
};
|
|
19914
|
+
origin: {
|
|
19915
|
+
type: "string";
|
|
19916
|
+
enum: string[];
|
|
19917
|
+
description: string;
|
|
19918
|
+
};
|
|
19886
19919
|
};
|
|
19887
19920
|
required: string[];
|
|
19888
19921
|
description: string;
|