@botpress/api 0.66.0 → 0.67.1

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/src/gen/state.ts CHANGED
@@ -10496,6 +10496,36 @@ export const state = {
10496
10496
  "description": "User object configuration",
10497
10497
  "additionalProperties": false
10498
10498
  },
10499
+ "conversation": {
10500
+ "type": "object",
10501
+ "properties": {
10502
+ "tags": {
10503
+ "type": "object",
10504
+ "additionalProperties": {
10505
+ "type": "object",
10506
+ "properties": {
10507
+ "title": {
10508
+ "type": "string",
10509
+ "maxLength": 64,
10510
+ "description": "Title of the tag"
10511
+ },
10512
+ "description": {
10513
+ "type": "string",
10514
+ "maxLength": 256,
10515
+ "description": "Description of the tag"
10516
+ }
10517
+ },
10518
+ "description": "Definition of a tag that can be provided on the object",
10519
+ "additionalProperties": false
10520
+ }
10521
+ }
10522
+ },
10523
+ "required": [
10524
+ "tags"
10525
+ ],
10526
+ "description": "Conversation object configuration",
10527
+ "additionalProperties": false
10528
+ },
10499
10529
  "code": {
10500
10530
  "type": "object",
10501
10531
  "properties": {
@@ -10825,6 +10855,37 @@ export const state = {
10825
10855
  }
10826
10856
  },
10827
10857
  "description": "Definition of a tag that can be provided on the object",
10858
+ "nullable": true,
10859
+ "additionalProperties": false
10860
+ }
10861
+ }
10862
+ },
10863
+ "required": [
10864
+ "tags"
10865
+ ],
10866
+ "additionalProperties": false
10867
+ },
10868
+ "conversation": {
10869
+ "type": "object",
10870
+ "properties": {
10871
+ "tags": {
10872
+ "type": "object",
10873
+ "additionalProperties": {
10874
+ "type": "object",
10875
+ "properties": {
10876
+ "title": {
10877
+ "type": "string",
10878
+ "maxLength": 64,
10879
+ "description": "Title of the tag"
10880
+ },
10881
+ "description": {
10882
+ "type": "string",
10883
+ "maxLength": 256,
10884
+ "description": "Description of the tag"
10885
+ }
10886
+ },
10887
+ "description": "Definition of a tag that can be provided on the object",
10888
+ "nullable": true,
10828
10889
  "additionalProperties": false
10829
10890
  }
10830
10891
  }
@@ -10832,8 +10893,6 @@ export const state = {
10832
10893
  "required": [
10833
10894
  "tags"
10834
10895
  ],
10835
- "description": "User object configuration",
10836
- "nullable": true,
10837
10896
  "additionalProperties": false
10838
10897
  },
10839
10898
  "code": {
@@ -14068,7 +14127,7 @@ export const state = {
14068
14127
  "title": "Botpress API",
14069
14128
  "description": "API for Botpress Cloud",
14070
14129
  "server": "https://api.botpress.cloud",
14071
- "version": "0.66.0",
14130
+ "version": "0.67.1",
14072
14131
  "prefix": "v1"
14073
14132
  },
14074
14133
  "errors": [
@@ -16081,6 +16140,36 @@ export const state = {
16081
16140
  ],
16082
16141
  "description": "User object configuration",
16083
16142
  "additionalProperties": false
16143
+ },
16144
+ "conversation": {
16145
+ "type": "object",
16146
+ "properties": {
16147
+ "tags": {
16148
+ "type": "object",
16149
+ "additionalProperties": {
16150
+ "type": "object",
16151
+ "properties": {
16152
+ "title": {
16153
+ "type": "string",
16154
+ "maxLength": 64,
16155
+ "description": "Title of the tag"
16156
+ },
16157
+ "description": {
16158
+ "type": "string",
16159
+ "maxLength": 256,
16160
+ "description": "Description of the tag"
16161
+ }
16162
+ },
16163
+ "description": "Definition of a tag that can be provided on the object",
16164
+ "additionalProperties": false
16165
+ }
16166
+ }
16167
+ },
16168
+ "required": [
16169
+ "tags"
16170
+ ],
16171
+ "description": "Conversation object configuration",
16172
+ "additionalProperties": false
16084
16173
  }
16085
16174
  },
16086
16175
  "required": [
@@ -16094,7 +16183,8 @@ export const state = {
16094
16183
  "events",
16095
16184
  "actions",
16096
16185
  "dependencies",
16097
- "user"
16186
+ "user",
16187
+ "conversation"
16098
16188
  ],
16099
16189
  "description": "Plugin definition",
16100
16190
  "additionalProperties": false