@botpress/api 1.18.2 → 1.20.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/index.js CHANGED
@@ -284123,7 +284123,7 @@ var state = {
284123
284123
  "title": "Botpress API",
284124
284124
  "description": "API for Botpress Cloud",
284125
284125
  "server": "https://api.botpress.cloud",
284126
- "version": "1.18.2",
284126
+ "version": "1.20.0",
284127
284127
  "prefix": "v1"
284128
284128
  },
284129
284129
  "errors": [
@@ -287754,6 +287754,31 @@ var state = {
287754
287754
  "expiresAt": {
287755
287755
  "type": "string",
287756
287756
  "description": "File expiry timestamp in ISO 8601 format"
287757
+ },
287758
+ "owner": {
287759
+ "type": "object",
287760
+ "properties": {
287761
+ "type": {
287762
+ "type": "string",
287763
+ "enum": [
287764
+ "bot",
287765
+ "integration",
287766
+ "user"
287767
+ ]
287768
+ },
287769
+ "id": {
287770
+ "type": "string",
287771
+ "description": 'This field is present if `type` is "user" or "bot". If `type` is "user", this is the user ID. If `type` is "bot", this is the bot ID.'
287772
+ },
287773
+ "name": {
287774
+ "type": "string",
287775
+ "description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
287776
+ }
287777
+ },
287778
+ "required": [
287779
+ "type"
287780
+ ],
287781
+ "additionalProperties": false
287757
287782
  }
287758
287783
  },
287759
287784
  "required": [
@@ -287769,7 +287794,8 @@ var state = {
287769
287794
  "updatedAt",
287770
287795
  "accessPolicies",
287771
287796
  "index",
287772
- "status"
287797
+ "status",
287798
+ "owner"
287773
287799
  ],
287774
287800
  "additionalProperties": false
287775
287801
  }
@@ -300867,7 +300893,8 @@ var state2 = {
300867
300893
  "type": "string",
300868
300894
  "enum": [
300869
300895
  "IntegrationAction",
300870
- "FileIndexing"
300896
+ "FileIndexing",
300897
+ "WebSearch"
300871
300898
  ]
300872
300899
  },
300873
300900
  "subtype": {
@@ -301056,7 +301083,7 @@ var state2 = {
301056
301083
  "title": "Botpress API",
301057
301084
  "description": "API for Botpress Cloud",
301058
301085
  "server": "https://api.botpress.cloud",
301059
- "version": "1.18.2",
301086
+ "version": "1.20.0",
301060
301087
  "prefix": "v1"
301061
301088
  },
301062
301089
  "errors": [
@@ -304747,6 +304774,31 @@ var state2 = {
304747
304774
  "expiresAt": {
304748
304775
  "type": "string",
304749
304776
  "description": "File expiry timestamp in ISO 8601 format"
304777
+ },
304778
+ "owner": {
304779
+ "type": "object",
304780
+ "properties": {
304781
+ "type": {
304782
+ "type": "string",
304783
+ "enum": [
304784
+ "bot",
304785
+ "integration",
304786
+ "user"
304787
+ ]
304788
+ },
304789
+ "id": {
304790
+ "type": "string",
304791
+ "description": 'This field is present if `type` is "user" or "bot". If `type` is "user", this is the user ID. If `type` is "bot", this is the bot ID.'
304792
+ },
304793
+ "name": {
304794
+ "type": "string",
304795
+ "description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
304796
+ }
304797
+ },
304798
+ "required": [
304799
+ "type"
304800
+ ],
304801
+ "additionalProperties": false
304750
304802
  }
304751
304803
  },
304752
304804
  "required": [
@@ -304762,7 +304814,8 @@ var state2 = {
304762
304814
  "updatedAt",
304763
304815
  "accessPolicies",
304764
304816
  "index",
304765
- "status"
304817
+ "status",
304818
+ "owner"
304766
304819
  ],
304767
304820
  "additionalProperties": false
304768
304821
  }
@@ -305075,7 +305128,7 @@ var state3 = {
305075
305128
  "index": {
305076
305129
  "default": false,
305077
305130
  "type": "boolean",
305078
- "description": "Set to a value of 'true' to index the file in vector storage. Only certain file formats are currently supported for indexing. Note that if a file is indexed, it will count towards both the Vector DB Storage quota and the File Storage quota of the workspace."
305131
+ "description": "Set to a value of 'true' to index the file in vector storage. Only certain file formats are currently supported for indexing. Files larger than 95 MB cannot be indexed. Note that if a file is indexed, it will count towards both the Vector DB Storage quota and the File Storage quota of the workspace."
305079
305132
  },
305080
305133
  "indexing": {
305081
305134
  "type": "object",
@@ -305316,6 +305369,31 @@ var state3 = {
305316
305369
  "type": "string",
305317
305370
  "description": "File expiry timestamp in ISO 8601 format"
305318
305371
  },
305372
+ "owner": {
305373
+ "type": "object",
305374
+ "properties": {
305375
+ "type": {
305376
+ "type": "string",
305377
+ "enum": [
305378
+ "bot",
305379
+ "integration",
305380
+ "user"
305381
+ ]
305382
+ },
305383
+ "id": {
305384
+ "type": "string",
305385
+ "description": 'This field is present if `type` is "user" or "bot". If `type` is "user", this is the user ID. If `type` is "bot", this is the bot ID.'
305386
+ },
305387
+ "name": {
305388
+ "type": "string",
305389
+ "description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
305390
+ }
305391
+ },
305392
+ "required": [
305393
+ "type"
305394
+ ],
305395
+ "additionalProperties": false
305396
+ },
305319
305397
  "uploadUrl": {
305320
305398
  "type": "string",
305321
305399
  "description": "URL to upload the file content. File content needs to be sent to this URL via a PUT request."
@@ -305335,6 +305413,7 @@ var state3 = {
305335
305413
  "accessPolicies",
305336
305414
  "index",
305337
305415
  "status",
305416
+ "owner",
305338
305417
  "uploadUrl"
305339
305418
  ],
305340
305419
  "additionalProperties": false
@@ -305515,6 +305594,30 @@ var state3 = {
305515
305594
  "expiresAt": {
305516
305595
  "type": "string",
305517
305596
  "description": "File expiry timestamp in ISO 8601 format"
305597
+ },
305598
+ "owner": {
305599
+ "type": "object",
305600
+ "properties": {
305601
+ "type": {
305602
+ "type": "string",
305603
+ "enum": [
305604
+ "bot",
305605
+ "integration",
305606
+ "user"
305607
+ ]
305608
+ },
305609
+ "id": {
305610
+ "type": "string",
305611
+ "description": 'This field is present if `type` is "user" or "bot". If `type` is "user", this is the user ID. If `type` is "bot", this is the bot ID.'
305612
+ },
305613
+ "name": {
305614
+ "type": "string",
305615
+ "description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
305616
+ }
305617
+ },
305618
+ "required": [
305619
+ "type"
305620
+ ]
305518
305621
  }
305519
305622
  },
305520
305623
  "required": [
@@ -305530,7 +305633,8 @@ var state3 = {
305530
305633
  "updatedAt",
305531
305634
  "accessPolicies",
305532
305635
  "index",
305533
- "status"
305636
+ "status",
305637
+ "owner"
305534
305638
  ]
305535
305639
  }
305536
305640
  },
@@ -305657,6 +305761,31 @@ var state3 = {
305657
305761
  "expiresAt": {
305658
305762
  "type": "string",
305659
305763
  "description": "File expiry timestamp in ISO 8601 format"
305764
+ },
305765
+ "owner": {
305766
+ "type": "object",
305767
+ "properties": {
305768
+ "type": {
305769
+ "type": "string",
305770
+ "enum": [
305771
+ "bot",
305772
+ "integration",
305773
+ "user"
305774
+ ]
305775
+ },
305776
+ "id": {
305777
+ "type": "string",
305778
+ "description": 'This field is present if `type` is "user" or "bot". If `type` is "user", this is the user ID. If `type` is "bot", this is the bot ID.'
305779
+ },
305780
+ "name": {
305781
+ "type": "string",
305782
+ "description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
305783
+ }
305784
+ },
305785
+ "required": [
305786
+ "type"
305787
+ ],
305788
+ "additionalProperties": false
305660
305789
  }
305661
305790
  },
305662
305791
  "required": [
@@ -305672,7 +305801,8 @@ var state3 = {
305672
305801
  "updatedAt",
305673
305802
  "accessPolicies",
305674
305803
  "index",
305675
- "status"
305804
+ "status",
305805
+ "owner"
305676
305806
  ],
305677
305807
  "additionalProperties": false
305678
305808
  }
@@ -305827,6 +305957,31 @@ var state3 = {
305827
305957
  "expiresAt": {
305828
305958
  "type": "string",
305829
305959
  "description": "File expiry timestamp in ISO 8601 format"
305960
+ },
305961
+ "owner": {
305962
+ "type": "object",
305963
+ "properties": {
305964
+ "type": {
305965
+ "type": "string",
305966
+ "enum": [
305967
+ "bot",
305968
+ "integration",
305969
+ "user"
305970
+ ]
305971
+ },
305972
+ "id": {
305973
+ "type": "string",
305974
+ "description": 'This field is present if `type` is "user" or "bot". If `type` is "user", this is the user ID. If `type` is "bot", this is the bot ID.'
305975
+ },
305976
+ "name": {
305977
+ "type": "string",
305978
+ "description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
305979
+ }
305980
+ },
305981
+ "required": [
305982
+ "type"
305983
+ ],
305984
+ "additionalProperties": false
305830
305985
  }
305831
305986
  },
305832
305987
  "required": [
@@ -305842,7 +305997,8 @@ var state3 = {
305842
305997
  "updatedAt",
305843
305998
  "accessPolicies",
305844
305999
  "index",
305845
- "status"
306000
+ "status",
306001
+ "owner"
305846
306002
  ],
305847
306003
  "additionalProperties": false
305848
306004
  }
@@ -305982,6 +306138,31 @@ var state3 = {
305982
306138
  "expiresAt": {
305983
306139
  "type": "string",
305984
306140
  "description": "File expiry timestamp in ISO 8601 format"
306141
+ },
306142
+ "owner": {
306143
+ "type": "object",
306144
+ "properties": {
306145
+ "type": {
306146
+ "type": "string",
306147
+ "enum": [
306148
+ "bot",
306149
+ "integration",
306150
+ "user"
306151
+ ]
306152
+ },
306153
+ "id": {
306154
+ "type": "string",
306155
+ "description": 'This field is present if `type` is "user" or "bot". If `type` is "user", this is the user ID. If `type` is "bot", this is the bot ID.'
306156
+ },
306157
+ "name": {
306158
+ "type": "string",
306159
+ "description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
306160
+ }
306161
+ },
306162
+ "required": [
306163
+ "type"
306164
+ ],
306165
+ "additionalProperties": false
305985
306166
  }
305986
306167
  },
305987
306168
  "required": [
@@ -305997,7 +306178,8 @@ var state3 = {
305997
306178
  "updatedAt",
305998
306179
  "accessPolicies",
305999
306180
  "index",
306000
- "status"
306181
+ "status",
306182
+ "owner"
306001
306183
  ],
306002
306184
  "additionalProperties": false
306003
306185
  }
@@ -306690,7 +306872,7 @@ var state3 = {
306690
306872
  "title": "Botpress API",
306691
306873
  "description": "API for Botpress Cloud",
306692
306874
  "server": "https://api.botpress.cloud",
306693
- "version": "1.18.2",
306875
+ "version": "1.20.0",
306694
306876
  "prefix": "v1"
306695
306877
  },
306696
306878
  "errors": [
@@ -310276,6 +310458,31 @@ var state3 = {
310276
310458
  "expiresAt": {
310277
310459
  "type": "string",
310278
310460
  "description": "File expiry timestamp in ISO 8601 format"
310461
+ },
310462
+ "owner": {
310463
+ "type": "object",
310464
+ "properties": {
310465
+ "type": {
310466
+ "type": "string",
310467
+ "enum": [
310468
+ "bot",
310469
+ "integration",
310470
+ "user"
310471
+ ]
310472
+ },
310473
+ "id": {
310474
+ "type": "string",
310475
+ "description": 'This field is present if `type` is "user" or "bot". If `type` is "user", this is the user ID. If `type` is "bot", this is the bot ID.'
310476
+ },
310477
+ "name": {
310478
+ "type": "string",
310479
+ "description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
310480
+ }
310481
+ },
310482
+ "required": [
310483
+ "type"
310484
+ ],
310485
+ "additionalProperties": false
310279
310486
  }
310280
310487
  },
310281
310488
  "required": [
@@ -310291,7 +310498,8 @@ var state3 = {
310291
310498
  "updatedAt",
310292
310499
  "accessPolicies",
310293
310500
  "index",
310294
- "status"
310501
+ "status",
310502
+ "owner"
310295
310503
  ],
310296
310504
  "additionalProperties": false
310297
310505
  }
@@ -311694,7 +311902,7 @@ var state4 = {
311694
311902
  "title": "Botpress API",
311695
311903
  "description": "API for Botpress Cloud",
311696
311904
  "server": "https://api.botpress.cloud",
311697
- "version": "1.18.2",
311905
+ "version": "1.20.0",
311698
311906
  "prefix": "v1"
311699
311907
  },
311700
311908
  "errors": [
@@ -315287,6 +315495,31 @@ var state4 = {
315287
315495
  "expiresAt": {
315288
315496
  "type": "string",
315289
315497
  "description": "File expiry timestamp in ISO 8601 format"
315498
+ },
315499
+ "owner": {
315500
+ "type": "object",
315501
+ "properties": {
315502
+ "type": {
315503
+ "type": "string",
315504
+ "enum": [
315505
+ "bot",
315506
+ "integration",
315507
+ "user"
315508
+ ]
315509
+ },
315510
+ "id": {
315511
+ "type": "string",
315512
+ "description": 'This field is present if `type` is "user" or "bot". If `type` is "user", this is the user ID. If `type` is "bot", this is the bot ID.'
315513
+ },
315514
+ "name": {
315515
+ "type": "string",
315516
+ "description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
315517
+ }
315518
+ },
315519
+ "required": [
315520
+ "type"
315521
+ ],
315522
+ "additionalProperties": false
315290
315523
  }
315291
315524
  },
315292
315525
  "required": [
@@ -315302,7 +315535,8 @@ var state4 = {
315302
315535
  "updatedAt",
315303
315536
  "accessPolicies",
315304
315537
  "index",
315305
- "status"
315538
+ "status",
315539
+ "owner"
315306
315540
  ],
315307
315541
  "additionalProperties": false
315308
315542
  }
@@ -330954,7 +331188,8 @@ var state5 = {
330954
331188
  "type": "string",
330955
331189
  "enum": [
330956
331190
  "IntegrationAction",
330957
- "FileIndexing"
331191
+ "FileIndexing",
331192
+ "WebSearch"
330958
331193
  ]
330959
331194
  },
330960
331195
  "subtype": {
@@ -331167,7 +331402,7 @@ var state5 = {
331167
331402
  "index": {
331168
331403
  "default": false,
331169
331404
  "type": "boolean",
331170
- "description": "Set to a value of 'true' to index the file in vector storage. Only certain file formats are currently supported for indexing. Note that if a file is indexed, it will count towards both the Vector DB Storage quota and the File Storage quota of the workspace."
331405
+ "description": "Set to a value of 'true' to index the file in vector storage. Only certain file formats are currently supported for indexing. Files larger than 95 MB cannot be indexed. Note that if a file is indexed, it will count towards both the Vector DB Storage quota and the File Storage quota of the workspace."
331171
331406
  },
331172
331407
  "indexing": {
331173
331408
  "type": "object",
@@ -331408,6 +331643,31 @@ var state5 = {
331408
331643
  "type": "string",
331409
331644
  "description": "File expiry timestamp in ISO 8601 format"
331410
331645
  },
331646
+ "owner": {
331647
+ "type": "object",
331648
+ "properties": {
331649
+ "type": {
331650
+ "type": "string",
331651
+ "enum": [
331652
+ "bot",
331653
+ "integration",
331654
+ "user"
331655
+ ]
331656
+ },
331657
+ "id": {
331658
+ "type": "string",
331659
+ "description": 'This field is present if `type` is "user" or "bot". If `type` is "user", this is the user ID. If `type` is "bot", this is the bot ID.'
331660
+ },
331661
+ "name": {
331662
+ "type": "string",
331663
+ "description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
331664
+ }
331665
+ },
331666
+ "required": [
331667
+ "type"
331668
+ ],
331669
+ "additionalProperties": false
331670
+ },
331411
331671
  "uploadUrl": {
331412
331672
  "type": "string",
331413
331673
  "description": "URL to upload the file content. File content needs to be sent to this URL via a PUT request."
@@ -331427,6 +331687,7 @@ var state5 = {
331427
331687
  "accessPolicies",
331428
331688
  "index",
331429
331689
  "status",
331690
+ "owner",
331430
331691
  "uploadUrl"
331431
331692
  ],
331432
331693
  "additionalProperties": false
@@ -331607,6 +331868,30 @@ var state5 = {
331607
331868
  "expiresAt": {
331608
331869
  "type": "string",
331609
331870
  "description": "File expiry timestamp in ISO 8601 format"
331871
+ },
331872
+ "owner": {
331873
+ "type": "object",
331874
+ "properties": {
331875
+ "type": {
331876
+ "type": "string",
331877
+ "enum": [
331878
+ "bot",
331879
+ "integration",
331880
+ "user"
331881
+ ]
331882
+ },
331883
+ "id": {
331884
+ "type": "string",
331885
+ "description": 'This field is present if `type` is "user" or "bot". If `type` is "user", this is the user ID. If `type` is "bot", this is the bot ID.'
331886
+ },
331887
+ "name": {
331888
+ "type": "string",
331889
+ "description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
331890
+ }
331891
+ },
331892
+ "required": [
331893
+ "type"
331894
+ ]
331610
331895
  }
331611
331896
  },
331612
331897
  "required": [
@@ -331622,7 +331907,8 @@ var state5 = {
331622
331907
  "updatedAt",
331623
331908
  "accessPolicies",
331624
331909
  "index",
331625
- "status"
331910
+ "status",
331911
+ "owner"
331626
331912
  ]
331627
331913
  }
331628
331914
  },
@@ -331749,6 +332035,31 @@ var state5 = {
331749
332035
  "expiresAt": {
331750
332036
  "type": "string",
331751
332037
  "description": "File expiry timestamp in ISO 8601 format"
332038
+ },
332039
+ "owner": {
332040
+ "type": "object",
332041
+ "properties": {
332042
+ "type": {
332043
+ "type": "string",
332044
+ "enum": [
332045
+ "bot",
332046
+ "integration",
332047
+ "user"
332048
+ ]
332049
+ },
332050
+ "id": {
332051
+ "type": "string",
332052
+ "description": 'This field is present if `type` is "user" or "bot". If `type` is "user", this is the user ID. If `type` is "bot", this is the bot ID.'
332053
+ },
332054
+ "name": {
332055
+ "type": "string",
332056
+ "description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
332057
+ }
332058
+ },
332059
+ "required": [
332060
+ "type"
332061
+ ],
332062
+ "additionalProperties": false
331752
332063
  }
331753
332064
  },
331754
332065
  "required": [
@@ -331764,7 +332075,8 @@ var state5 = {
331764
332075
  "updatedAt",
331765
332076
  "accessPolicies",
331766
332077
  "index",
331767
- "status"
332078
+ "status",
332079
+ "owner"
331768
332080
  ],
331769
332081
  "additionalProperties": false
331770
332082
  }
@@ -331919,6 +332231,31 @@ var state5 = {
331919
332231
  "expiresAt": {
331920
332232
  "type": "string",
331921
332233
  "description": "File expiry timestamp in ISO 8601 format"
332234
+ },
332235
+ "owner": {
332236
+ "type": "object",
332237
+ "properties": {
332238
+ "type": {
332239
+ "type": "string",
332240
+ "enum": [
332241
+ "bot",
332242
+ "integration",
332243
+ "user"
332244
+ ]
332245
+ },
332246
+ "id": {
332247
+ "type": "string",
332248
+ "description": 'This field is present if `type` is "user" or "bot". If `type` is "user", this is the user ID. If `type` is "bot", this is the bot ID.'
332249
+ },
332250
+ "name": {
332251
+ "type": "string",
332252
+ "description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
332253
+ }
332254
+ },
332255
+ "required": [
332256
+ "type"
332257
+ ],
332258
+ "additionalProperties": false
331922
332259
  }
331923
332260
  },
331924
332261
  "required": [
@@ -331934,7 +332271,8 @@ var state5 = {
331934
332271
  "updatedAt",
331935
332272
  "accessPolicies",
331936
332273
  "index",
331937
- "status"
332274
+ "status",
332275
+ "owner"
331938
332276
  ],
331939
332277
  "additionalProperties": false
331940
332278
  }
@@ -332074,6 +332412,31 @@ var state5 = {
332074
332412
  "expiresAt": {
332075
332413
  "type": "string",
332076
332414
  "description": "File expiry timestamp in ISO 8601 format"
332415
+ },
332416
+ "owner": {
332417
+ "type": "object",
332418
+ "properties": {
332419
+ "type": {
332420
+ "type": "string",
332421
+ "enum": [
332422
+ "bot",
332423
+ "integration",
332424
+ "user"
332425
+ ]
332426
+ },
332427
+ "id": {
332428
+ "type": "string",
332429
+ "description": 'This field is present if `type` is "user" or "bot". If `type` is "user", this is the user ID. If `type` is "bot", this is the bot ID.'
332430
+ },
332431
+ "name": {
332432
+ "type": "string",
332433
+ "description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
332434
+ }
332435
+ },
332436
+ "required": [
332437
+ "type"
332438
+ ],
332439
+ "additionalProperties": false
332077
332440
  }
332078
332441
  },
332079
332442
  "required": [
@@ -332089,7 +332452,8 @@ var state5 = {
332089
332452
  "updatedAt",
332090
332453
  "accessPolicies",
332091
332454
  "index",
332092
- "status"
332455
+ "status",
332456
+ "owner"
332093
332457
  ],
332094
332458
  "additionalProperties": false
332095
332459
  }
@@ -333988,7 +334352,7 @@ var state5 = {
333988
334352
  "title": "Botpress API",
333989
334353
  "description": "API for Botpress Cloud",
333990
334354
  "server": "https://api.botpress.cloud",
333991
- "version": "1.18.2",
334355
+ "version": "1.20.0",
333992
334356
  "prefix": "v1"
333993
334357
  },
333994
334358
  "errors": [
@@ -337798,6 +338162,31 @@ var state5 = {
337798
338162
  "expiresAt": {
337799
338163
  "type": "string",
337800
338164
  "description": "File expiry timestamp in ISO 8601 format"
338165
+ },
338166
+ "owner": {
338167
+ "type": "object",
338168
+ "properties": {
338169
+ "type": {
338170
+ "type": "string",
338171
+ "enum": [
338172
+ "bot",
338173
+ "integration",
338174
+ "user"
338175
+ ]
338176
+ },
338177
+ "id": {
338178
+ "type": "string",
338179
+ "description": 'This field is present if `type` is "user" or "bot". If `type` is "user", this is the user ID. If `type` is "bot", this is the bot ID.'
338180
+ },
338181
+ "name": {
338182
+ "type": "string",
338183
+ "description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
338184
+ }
338185
+ },
338186
+ "required": [
338187
+ "type"
338188
+ ],
338189
+ "additionalProperties": false
337801
338190
  }
337802
338191
  },
337803
338192
  "required": [
@@ -337813,7 +338202,8 @@ var state5 = {
337813
338202
  "updatedAt",
337814
338203
  "accessPolicies",
337815
338204
  "index",
337816
- "status"
338205
+ "status",
338206
+ "owner"
337817
338207
  ],
337818
338208
  "additionalProperties": false
337819
338209
  }