@botpress/api 0.2.2 → 0.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.
@@ -1362,34 +1362,6 @@ export declare const state: {
1362
1362
  };
1363
1363
  description: string;
1364
1364
  };
1365
- tags: {
1366
- type: "object";
1367
- properties: {
1368
- messages: {
1369
- default: never[];
1370
- type: "array";
1371
- items: {
1372
- type: "string";
1373
- };
1374
- };
1375
- conversations: {
1376
- default: never[];
1377
- type: "array";
1378
- items: {
1379
- type: "string";
1380
- };
1381
- };
1382
- users: {
1383
- default: never[];
1384
- type: "array";
1385
- items: {
1386
- type: "string";
1387
- };
1388
- };
1389
- };
1390
- description: string;
1391
- additionalProperties: false;
1392
- };
1393
1365
  events: {
1394
1366
  type: "object";
1395
1367
  additionalProperties: {
@@ -1450,6 +1422,78 @@ export declare const state: {
1450
1422
  };
1451
1423
  additionalProperties: false;
1452
1424
  };
1425
+ user: {
1426
+ type: "object";
1427
+ properties: {
1428
+ tags: {
1429
+ type: "object";
1430
+ additionalProperties: {
1431
+ type: "object";
1432
+ properties: {
1433
+ title: {
1434
+ type: "string";
1435
+ description: string;
1436
+ };
1437
+ description: {
1438
+ type: "string";
1439
+ description: string;
1440
+ };
1441
+ };
1442
+ description: string;
1443
+ additionalProperties: false;
1444
+ };
1445
+ };
1446
+ };
1447
+ additionalProperties: false;
1448
+ };
1449
+ conversation: {
1450
+ type: "object";
1451
+ properties: {
1452
+ tags: {
1453
+ type: "object";
1454
+ additionalProperties: {
1455
+ type: "object";
1456
+ properties: {
1457
+ title: {
1458
+ type: "string";
1459
+ description: string;
1460
+ };
1461
+ description: {
1462
+ type: "string";
1463
+ description: string;
1464
+ };
1465
+ };
1466
+ description: string;
1467
+ additionalProperties: false;
1468
+ };
1469
+ };
1470
+ };
1471
+ additionalProperties: false;
1472
+ };
1473
+ message: {
1474
+ type: "object";
1475
+ properties: {
1476
+ tags: {
1477
+ type: "object";
1478
+ additionalProperties: {
1479
+ type: "object";
1480
+ properties: {
1481
+ title: {
1482
+ type: "string";
1483
+ description: string;
1484
+ };
1485
+ description: {
1486
+ type: "string";
1487
+ description: string;
1488
+ };
1489
+ };
1490
+ description: string;
1491
+ additionalProperties: false;
1492
+ };
1493
+ };
1494
+ };
1495
+ additionalProperties: false;
1496
+ };
1453
1497
  code: {
1454
1498
  type: "string";
1455
1499
  description: string;
@@ -1531,58 +1575,98 @@ export declare const state: {
1531
1575
  enum: string[];
1532
1576
  description: string;
1533
1577
  };
1534
- states: {
1578
+ configuration: {
1535
1579
  type: "object";
1536
- additionalProperties: {
1537
- type: "object";
1538
- properties: {
1539
- type: {
1540
- type: "string";
1541
- enum: string[];
1542
- description: string;
1543
- };
1544
- schema: {
1580
+ properties: {
1581
+ data: {
1582
+ type: "object";
1583
+ additionalProperties: true;
1584
+ description: string;
1585
+ };
1586
+ schema: {
1587
+ type: "object";
1588
+ additionalProperties: true;
1589
+ description: string;
1590
+ };
1591
+ };
1592
+ additionalProperties: false;
1593
+ };
1594
+ blocked: {
1595
+ type: "boolean";
1596
+ };
1597
+ user: {
1598
+ type: "object";
1599
+ properties: {
1600
+ tags: {
1601
+ type: "object";
1602
+ additionalProperties: {
1545
1603
  type: "object";
1546
- additionalProperties: true;
1547
- description: string;
1548
- };
1549
- expiry: {
1550
- type: "number";
1551
- minimum: number;
1604
+ properties: {
1605
+ title: {
1606
+ type: "string";
1607
+ description: string;
1608
+ };
1609
+ description: {
1610
+ type: "string";
1611
+ description: string;
1612
+ };
1613
+ };
1552
1614
  description: string;
1615
+ nullable: true;
1616
+ additionalProperties: false;
1553
1617
  };
1554
1618
  };
1555
- required: string[];
1556
- additionalProperties: false;
1557
1619
  };
1558
- description: string;
1620
+ additionalProperties: false;
1559
1621
  };
1560
- tags: {
1622
+ message: {
1561
1623
  type: "object";
1562
1624
  properties: {
1563
- messages: {
1564
- default: never[];
1565
- type: "array";
1566
- items: {
1567
- type: "string";
1568
- };
1569
- };
1570
- conversations: {
1571
- default: never[];
1572
- type: "array";
1573
- items: {
1574
- type: "string";
1625
+ tags: {
1626
+ type: "object";
1627
+ additionalProperties: {
1628
+ type: "object";
1629
+ properties: {
1630
+ title: {
1631
+ type: "string";
1632
+ description: string;
1633
+ };
1634
+ description: {
1635
+ type: "string";
1636
+ description: string;
1637
+ };
1638
+ };
1639
+ description: string;
1640
+ nullable: true;
1641
+ additionalProperties: false;
1575
1642
  };
1576
1643
  };
1577
- users: {
1578
- default: never[];
1579
- type: "array";
1580
- items: {
1581
- type: "string";
1644
+ };
1645
+ additionalProperties: false;
1646
+ };
1647
+ conversation: {
1648
+ type: "object";
1649
+ properties: {
1650
+ tags: {
1651
+ type: "object";
1652
+ additionalProperties: {
1653
+ type: "object";
1654
+ properties: {
1655
+ title: {
1656
+ type: "string";
1657
+ description: string;
1658
+ };
1659
+ description: {
1660
+ type: "string";
1661
+ description: string;
1662
+ };
1663
+ };
1664
+ description: string;
1665
+ nullable: true;
1666
+ additionalProperties: false;
1582
1667
  };
1583
1668
  };
1584
1669
  };
1585
- description: string;
1586
1670
  additionalProperties: false;
1587
1671
  };
1588
1672
  events: {
@@ -1597,9 +1681,35 @@ export declare const state: {
1597
1681
  };
1598
1682
  required: string[];
1599
1683
  description: string;
1684
+ nullable: true;
1685
+ additionalProperties: false;
1686
+ };
1687
+ };
1688
+ states: {
1689
+ type: "object";
1690
+ additionalProperties: {
1691
+ type: "object";
1692
+ properties: {
1693
+ type: {
1694
+ type: "string";
1695
+ enum: string[];
1696
+ description: string;
1697
+ };
1698
+ schema: {
1699
+ type: "object";
1700
+ additionalProperties: true;
1701
+ description: string;
1702
+ };
1703
+ expiry: {
1704
+ type: "number";
1705
+ minimum: number;
1706
+ description: string;
1707
+ };
1708
+ };
1709
+ required: string[];
1710
+ nullable: true;
1600
1711
  additionalProperties: false;
1601
1712
  };
1602
- description: string;
1603
1713
  };
1604
1714
  recurringEvents: {
1605
1715
  type: "object";
@@ -1625,28 +1735,9 @@ export declare const state: {
1625
1735
  };
1626
1736
  };
1627
1737
  required: string[];
1738
+ nullable: true;
1628
1739
  additionalProperties: false;
1629
1740
  };
1630
- description: string;
1631
- };
1632
- configuration: {
1633
- type: "object";
1634
- properties: {
1635
- data: {
1636
- type: "object";
1637
- additionalProperties: true;
1638
- description: string;
1639
- };
1640
- schema: {
1641
- type: "object";
1642
- additionalProperties: true;
1643
- description: string;
1644
- };
1645
- };
1646
- additionalProperties: false;
1647
- };
1648
- blocked: {
1649
- type: "boolean";
1650
1741
  };
1651
1742
  integrations: {
1652
1743
  type: "object";
@@ -2140,91 +2231,19 @@ export declare const state: {
2140
2231
  type: "string";
2141
2232
  description: string;
2142
2233
  };
2143
- tags: {
2234
+ configuration: {
2144
2235
  type: "object";
2145
2236
  properties: {
2146
- users: {
2147
- default: never[];
2148
- type: "array";
2149
- items: {
2150
- type: "string";
2151
- };
2237
+ schema: {
2238
+ type: "object";
2239
+ additionalProperties: true;
2240
+ description: string;
2152
2241
  };
2153
2242
  };
2243
+ required: string[];
2154
2244
  description: string;
2155
2245
  additionalProperties: false;
2156
2246
  };
2157
- channels: {
2158
- type: "object";
2159
- additionalProperties: {
2160
- type: "object";
2161
- properties: {
2162
- tags: {
2163
- type: "object";
2164
- properties: {
2165
- messages: {
2166
- default: never[];
2167
- type: "array";
2168
- items: {
2169
- type: "string";
2170
- };
2171
- };
2172
- conversations: {
2173
- default: never[];
2174
- type: "array";
2175
- items: {
2176
- type: "string";
2177
- };
2178
- };
2179
- };
2180
- additionalProperties: false;
2181
- };
2182
- messages: {
2183
- type: "object";
2184
- additionalProperties: {
2185
- type: "object";
2186
- properties: {
2187
- schema: {
2188
- type: "object";
2189
- additionalProperties: true;
2190
- };
2191
- };
2192
- required: string[];
2193
- additionalProperties: false;
2194
- };
2195
- };
2196
- conversation: {
2197
- type: "object";
2198
- properties: {
2199
- creation: {
2200
- type: "object";
2201
- properties: {
2202
- enabled: {
2203
- type: "boolean";
2204
- description: string;
2205
- };
2206
- requiredTags: {
2207
- type: "array";
2208
- items: {
2209
- type: "string";
2210
- };
2211
- description: string;
2212
- };
2213
- };
2214
- required: string[];
2215
- description: string;
2216
- additionalProperties: false;
2217
- };
2218
- };
2219
- required: string[];
2220
- additionalProperties: false;
2221
- };
2222
- };
2223
- required: string[];
2224
- additionalProperties: false;
2225
- };
2226
- description: string;
2227
- };
2228
2247
  states: {
2229
2248
  type: "object";
2230
2249
  additionalProperties: {
@@ -2242,22 +2261,9 @@ export declare const state: {
2242
2261
  };
2243
2262
  };
2244
2263
  required: string[];
2264
+ description: string;
2245
2265
  additionalProperties: false;
2246
2266
  };
2247
- description: string;
2248
- };
2249
- configuration: {
2250
- type: "object";
2251
- properties: {
2252
- schema: {
2253
- type: "object";
2254
- additionalProperties: true;
2255
- description: string;
2256
- };
2257
- };
2258
- required: string[];
2259
- description: string;
2260
- additionalProperties: false;
2261
2267
  };
2262
2268
  events: {
2263
2269
  type: "object";
@@ -2273,7 +2279,6 @@ export declare const state: {
2273
2279
  description: string;
2274
2280
  additionalProperties: false;
2275
2281
  };
2276
- description: string;
2277
2282
  };
2278
2283
  actions: {
2279
2284
  type: "object";
@@ -2304,9 +2309,101 @@ export declare const state: {
2304
2309
  };
2305
2310
  };
2306
2311
  required: string[];
2312
+ description: string;
2313
+ additionalProperties: false;
2314
+ };
2315
+ };
2316
+ channels: {
2317
+ type: "object";
2318
+ additionalProperties: {
2319
+ type: "object";
2320
+ properties: {
2321
+ messages: {
2322
+ type: "object";
2323
+ additionalProperties: {
2324
+ type: "object";
2325
+ properties: {
2326
+ schema: {
2327
+ type: "object";
2328
+ additionalProperties: true;
2329
+ };
2330
+ };
2331
+ required: string[];
2332
+ description: string;
2333
+ additionalProperties: false;
2334
+ };
2335
+ };
2336
+ conversation: {
2337
+ type: "object";
2338
+ properties: {
2339
+ creation: {
2340
+ type: "object";
2341
+ properties: {
2342
+ enabled: {
2343
+ type: "boolean";
2344
+ description: string;
2345
+ };
2346
+ requiredTags: {
2347
+ type: "array";
2348
+ items: {
2349
+ type: "string";
2350
+ };
2351
+ description: string;
2352
+ };
2353
+ };
2354
+ required: string[];
2355
+ description: string;
2356
+ additionalProperties: false;
2357
+ };
2358
+ tags: {
2359
+ type: "object";
2360
+ additionalProperties: {
2361
+ type: "object";
2362
+ properties: {
2363
+ title: {
2364
+ type: "string";
2365
+ description: string;
2366
+ };
2367
+ description: {
2368
+ type: "string";
2369
+ description: string;
2370
+ };
2371
+ };
2372
+ description: string;
2373
+ additionalProperties: false;
2374
+ };
2375
+ };
2376
+ };
2377
+ additionalProperties: false;
2378
+ };
2379
+ message: {
2380
+ type: "object";
2381
+ properties: {
2382
+ tags: {
2383
+ type: "object";
2384
+ additionalProperties: {
2385
+ type: "object";
2386
+ properties: {
2387
+ title: {
2388
+ type: "string";
2389
+ description: string;
2390
+ };
2391
+ description: {
2392
+ type: "string";
2393
+ description: string;
2394
+ };
2395
+ };
2396
+ description: string;
2397
+ additionalProperties: false;
2398
+ };
2399
+ };
2400
+ };
2401
+ additionalProperties: false;
2402
+ };
2403
+ };
2404
+ required: string[];
2307
2405
  additionalProperties: false;
2308
2406
  };
2309
- description: string;
2310
2407
  };
2311
2408
  user: {
2312
2409
  type: "object";
@@ -2330,18 +2427,31 @@ export declare const state: {
2330
2427
  description: string;
2331
2428
  additionalProperties: false;
2332
2429
  };
2430
+ tags: {
2431
+ type: "object";
2432
+ additionalProperties: {
2433
+ type: "object";
2434
+ properties: {
2435
+ title: {
2436
+ type: "string";
2437
+ description: string;
2438
+ };
2439
+ description: {
2440
+ type: "string";
2441
+ description: string;
2442
+ };
2443
+ };
2444
+ description: string;
2445
+ additionalProperties: false;
2446
+ };
2447
+ };
2333
2448
  };
2334
- required: string[];
2335
2449
  additionalProperties: false;
2336
2450
  };
2337
2451
  code: {
2338
2452
  type: "string";
2339
2453
  description: string;
2340
2454
  };
2341
- public: {
2342
- type: "boolean";
2343
- description: string;
2344
- };
2345
2455
  url: {
2346
2456
  type: "string";
2347
2457
  description: string;
@@ -2409,17 +2519,16 @@ export declare const state: {
2409
2519
  schema: {
2410
2520
  type: "object";
2411
2521
  properties: {
2412
- tags: {
2522
+ configuration: {
2413
2523
  type: "object";
2414
2524
  properties: {
2415
- users: {
2416
- default: never[];
2417
- type: "array";
2418
- items: {
2419
- type: "string";
2420
- };
2525
+ schema: {
2526
+ type: "object";
2527
+ additionalProperties: true;
2528
+ description: string;
2421
2529
  };
2422
2530
  };
2531
+ required: string[];
2423
2532
  description: string;
2424
2533
  additionalProperties: false;
2425
2534
  };
@@ -2428,26 +2537,6 @@ export declare const state: {
2428
2537
  additionalProperties: {
2429
2538
  type: "object";
2430
2539
  properties: {
2431
- tags: {
2432
- type: "object";
2433
- properties: {
2434
- messages: {
2435
- default: never[];
2436
- type: "array";
2437
- items: {
2438
- type: "string";
2439
- };
2440
- };
2441
- conversations: {
2442
- default: never[];
2443
- type: "array";
2444
- items: {
2445
- type: "string";
2446
- };
2447
- };
2448
- };
2449
- additionalProperties: false;
2450
- };
2451
2540
  messages: {
2452
2541
  type: "object";
2453
2542
  additionalProperties: {
@@ -2459,6 +2548,8 @@ export declare const state: {
2459
2548
  };
2460
2549
  };
2461
2550
  required: string[];
2551
+ description: string;
2552
+ nullable: true;
2462
2553
  additionalProperties: false;
2463
2554
  };
2464
2555
  };
@@ -2484,65 +2575,56 @@ export declare const state: {
2484
2575
  description: string;
2485
2576
  additionalProperties: false;
2486
2577
  };
2578
+ tags: {
2579
+ type: "object";
2580
+ additionalProperties: {
2581
+ type: "object";
2582
+ properties: {
2583
+ title: {
2584
+ type: "string";
2585
+ description: string;
2586
+ };
2587
+ description: {
2588
+ type: "string";
2589
+ description: string;
2590
+ };
2591
+ };
2592
+ description: string;
2593
+ nullable: true;
2594
+ additionalProperties: false;
2595
+ };
2596
+ };
2487
2597
  };
2488
- required: string[];
2489
2598
  additionalProperties: false;
2490
2599
  };
2491
- };
2492
- required: string[];
2493
- additionalProperties: false;
2494
- };
2495
- description: string;
2496
- };
2497
- states: {
2498
- type: "object";
2499
- additionalProperties: {
2500
- type: "object";
2501
- properties: {
2502
- type: {
2503
- type: "string";
2504
- enum: string[];
2505
- description: string;
2506
- };
2507
- schema: {
2508
- type: "object";
2509
- additionalProperties: true;
2510
- description: string;
2511
- };
2512
- };
2513
- required: string[];
2514
- additionalProperties: false;
2515
- };
2516
- description: string;
2517
- };
2518
- configuration: {
2519
- type: "object";
2520
- properties: {
2521
- schema: {
2522
- type: "object";
2523
- additionalProperties: true;
2524
- description: string;
2525
- };
2526
- };
2527
- required: string[];
2528
- description: string;
2529
- additionalProperties: false;
2530
- };
2531
- events: {
2532
- type: "object";
2533
- additionalProperties: {
2534
- type: "object";
2535
- properties: {
2536
- schema: {
2600
+ message: {
2537
2601
  type: "object";
2538
- additionalProperties: true;
2602
+ properties: {
2603
+ tags: {
2604
+ type: "object";
2605
+ additionalProperties: {
2606
+ type: "object";
2607
+ properties: {
2608
+ title: {
2609
+ type: "string";
2610
+ description: string;
2611
+ };
2612
+ description: {
2613
+ type: "string";
2614
+ description: string;
2615
+ };
2616
+ };
2617
+ description: string;
2618
+ nullable: true;
2619
+ additionalProperties: false;
2620
+ };
2621
+ };
2622
+ };
2623
+ additionalProperties: false;
2539
2624
  };
2540
2625
  };
2541
- required: string[];
2542
- description: string;
2543
2626
  additionalProperties: false;
2544
2627
  };
2545
- description: string;
2546
2628
  };
2547
2629
  actions: {
2548
2630
  type: "object";
@@ -2573,9 +2655,48 @@ export declare const state: {
2573
2655
  };
2574
2656
  };
2575
2657
  required: string[];
2658
+ description: string;
2659
+ nullable: true;
2660
+ additionalProperties: false;
2661
+ };
2662
+ };
2663
+ events: {
2664
+ type: "object";
2665
+ additionalProperties: {
2666
+ type: "object";
2667
+ properties: {
2668
+ schema: {
2669
+ type: "object";
2670
+ additionalProperties: true;
2671
+ };
2672
+ };
2673
+ required: string[];
2674
+ description: string;
2675
+ nullable: true;
2676
+ additionalProperties: false;
2677
+ };
2678
+ };
2679
+ states: {
2680
+ type: "object";
2681
+ additionalProperties: {
2682
+ type: "object";
2683
+ properties: {
2684
+ type: {
2685
+ type: "string";
2686
+ enum: string[];
2687
+ description: string;
2688
+ };
2689
+ schema: {
2690
+ type: "object";
2691
+ additionalProperties: true;
2692
+ description: string;
2693
+ };
2694
+ };
2695
+ required: string[];
2696
+ description: string;
2697
+ nullable: true;
2576
2698
  additionalProperties: false;
2577
2699
  };
2578
- description: string;
2579
2700
  };
2580
2701
  user: {
2581
2702
  type: "object";
@@ -2599,22 +2720,32 @@ export declare const state: {
2599
2720
  description: string;
2600
2721
  additionalProperties: false;
2601
2722
  };
2723
+ tags: {
2724
+ type: "object";
2725
+ additionalProperties: {
2726
+ type: "object";
2727
+ properties: {
2728
+ title: {
2729
+ type: "string";
2730
+ description: string;
2731
+ };
2732
+ description: {
2733
+ type: "string";
2734
+ description: string;
2735
+ };
2736
+ };
2737
+ description: string;
2738
+ nullable: true;
2739
+ additionalProperties: false;
2740
+ };
2741
+ };
2602
2742
  };
2603
- required: string[];
2604
2743
  additionalProperties: false;
2605
2744
  };
2606
2745
  code: {
2607
2746
  type: "string";
2608
2747
  description: string;
2609
2748
  };
2610
- public: {
2611
- type: "boolean";
2612
- description: string;
2613
- };
2614
- url: {
2615
- type: "string";
2616
- description: string;
2617
- };
2618
2749
  icon: {
2619
2750
  type: "string";
2620
2751
  description: string;
@@ -2634,6 +2765,10 @@ export declare const state: {
2634
2765
  maxLength: number;
2635
2766
  description: string;
2636
2767
  };
2768
+ url: {
2769
+ type: "string";
2770
+ description: string;
2771
+ };
2637
2772
  };
2638
2773
  title: string;
2639
2774
  additionalProperties: false;
@@ -3277,6 +3412,84 @@ export declare const state: {
3277
3412
  };
3278
3413
  description: string;
3279
3414
  };
3415
+ user: {
3416
+ type: "object";
3417
+ properties: {
3418
+ tags: {
3419
+ type: "object";
3420
+ additionalProperties: {
3421
+ type: "object";
3422
+ properties: {
3423
+ title: {
3424
+ type: "string";
3425
+ description: string;
3426
+ };
3427
+ description: {
3428
+ type: "string";
3429
+ description: string;
3430
+ };
3431
+ };
3432
+ description: string;
3433
+ additionalProperties: false;
3434
+ };
3435
+ };
3436
+ };
3437
+ required: string[];
3438
+ description: string;
3439
+ additionalProperties: false;
3440
+ };
3441
+ conversation: {
3442
+ type: "object";
3443
+ properties: {
3444
+ tags: {
3445
+ type: "object";
3446
+ additionalProperties: {
3447
+ type: "object";
3448
+ properties: {
3449
+ title: {
3450
+ type: "string";
3451
+ description: string;
3452
+ };
3453
+ description: {
3454
+ type: "string";
3455
+ description: string;
3456
+ };
3457
+ };
3458
+ description: string;
3459
+ additionalProperties: false;
3460
+ };
3461
+ };
3462
+ };
3463
+ required: string[];
3464
+ description: string;
3465
+ additionalProperties: false;
3466
+ };
3467
+ message: {
3468
+ type: "object";
3469
+ properties: {
3470
+ tags: {
3471
+ type: "object";
3472
+ additionalProperties: {
3473
+ type: "object";
3474
+ properties: {
3475
+ title: {
3476
+ type: "string";
3477
+ description: string;
3478
+ };
3479
+ description: {
3480
+ type: "string";
3481
+ description: string;
3482
+ };
3483
+ };
3484
+ description: string;
3485
+ additionalProperties: false;
3486
+ };
3487
+ };
3488
+ };
3489
+ required: string[];
3490
+ description: string;
3491
+ additionalProperties: false;
3492
+ };
3280
3493
  states: {
3281
3494
  type: "object";
3282
3495
  additionalProperties: {
@@ -3303,34 +3516,6 @@ export declare const state: {
3303
3516
  };
3304
3517
  description: string;
3305
3518
  };
3306
- tags: {
3307
- type: "object";
3308
- properties: {
3309
- messages: {
3310
- default: never[];
3311
- type: "array";
3312
- items: {
3313
- type: "string";
3314
- };
3315
- };
3316
- conversations: {
3317
- default: never[];
3318
- type: "array";
3319
- items: {
3320
- type: "string";
3321
- };
3322
- };
3323
- users: {
3324
- default: never[];
3325
- type: "array";
3326
- items: {
3327
- type: "string";
3328
- };
3329
- };
3330
- };
3331
- description: string;
3332
- additionalProperties: false;
3333
- };
3334
3519
  configuration: {
3335
3520
  type: "object";
3336
3521
  properties: {
@@ -3460,31 +3645,24 @@ export declare const state: {
3460
3645
  type: "string";
3461
3646
  description: string;
3462
3647
  };
3648
+ configuration: {
3649
+ type: "object";
3650
+ properties: {
3651
+ schema: {
3652
+ type: "object";
3653
+ additionalProperties: true;
3654
+ description: string;
3655
+ };
3656
+ };
3657
+ required: string[];
3658
+ description: string;
3659
+ additionalProperties: false;
3660
+ };
3463
3661
  channels: {
3464
3662
  type: "object";
3465
3663
  additionalProperties: {
3466
3664
  type: "object";
3467
3665
  properties: {
3468
- tags: {
3469
- type: "object";
3470
- properties: {
3471
- messages: {
3472
- default: never[];
3473
- type: "array";
3474
- items: {
3475
- type: "string";
3476
- };
3477
- };
3478
- conversations: {
3479
- default: never[];
3480
- type: "array";
3481
- items: {
3482
- type: "string";
3483
- };
3484
- };
3485
- };
3486
- additionalProperties: false;
3487
- };
3488
3666
  messages: {
3489
3667
  type: "object";
3490
3668
  additionalProperties: {
@@ -3496,12 +3674,31 @@ export declare const state: {
3496
3674
  };
3497
3675
  };
3498
3676
  required: string[];
3677
+ description: string;
3499
3678
  additionalProperties: false;
3500
3679
  };
3501
3680
  };
3502
3681
  conversation: {
3503
3682
  type: "object";
3504
3683
  properties: {
3684
+ tags: {
3685
+ type: "object";
3686
+ additionalProperties: {
3687
+ type: "object";
3688
+ properties: {
3689
+ title: {
3690
+ type: "string";
3691
+ description: string;
3692
+ };
3693
+ description: {
3694
+ type: "string";
3695
+ description: string;
3696
+ };
3697
+ };
3698
+ description: string;
3699
+ additionalProperties: false;
3700
+ };
3701
+ };
3505
3702
  creation: {
3506
3703
  type: "object";
3507
3704
  properties: {
@@ -3523,16 +3720,42 @@ export declare const state: {
3523
3720
  };
3524
3721
  };
3525
3722
  required: string[];
3723
+ description: string;
3724
+ additionalProperties: false;
3725
+ };
3726
+ message: {
3727
+ type: "object";
3728
+ properties: {
3729
+ tags: {
3730
+ type: "object";
3731
+ additionalProperties: {
3732
+ type: "object";
3733
+ properties: {
3734
+ title: {
3735
+ type: "string";
3736
+ description: string;
3737
+ };
3738
+ description: {
3739
+ type: "string";
3740
+ description: string;
3741
+ };
3742
+ };
3743
+ description: string;
3744
+ additionalProperties: false;
3745
+ };
3746
+ };
3747
+ };
3748
+ required: string[];
3749
+ description: string;
3526
3750
  additionalProperties: false;
3527
3751
  };
3528
3752
  };
3529
3753
  required: string[];
3754
+ description: string;
3530
3755
  additionalProperties: false;
3531
3756
  };
3532
- description: string;
3533
3757
  };
3534
3758
  states: {
3535
- default: {};
3536
3759
  type: "object";
3537
3760
  additionalProperties: {
3538
3761
  type: "object";
@@ -3549,22 +3772,9 @@ export declare const state: {
3549
3772
  };
3550
3773
  };
3551
3774
  required: string[];
3775
+ description: string;
3552
3776
  additionalProperties: false;
3553
3777
  };
3554
- description: string;
3555
- };
3556
- configuration: {
3557
- type: "object";
3558
- properties: {
3559
- schema: {
3560
- type: "object";
3561
- additionalProperties: true;
3562
- description: string;
3563
- };
3564
- };
3565
- required: string[];
3566
- description: string;
3567
- additionalProperties: false;
3568
3778
  };
3569
3779
  events: {
3570
3780
  type: "object";
@@ -3580,7 +3790,6 @@ export declare const state: {
3580
3790
  description: string;
3581
3791
  additionalProperties: false;
3582
3792
  };
3583
- description: string;
3584
3793
  };
3585
3794
  actions: {
3586
3795
  type: "object";
@@ -3611,13 +3820,31 @@ export declare const state: {
3611
3820
  };
3612
3821
  };
3613
3822
  required: string[];
3823
+ description: string;
3614
3824
  additionalProperties: false;
3615
3825
  };
3616
- description: string;
3617
3826
  };
3618
3827
  user: {
3619
3828
  type: "object";
3620
3829
  properties: {
3830
+ tags: {
3831
+ type: "object";
3832
+ additionalProperties: {
3833
+ type: "object";
3834
+ properties: {
3835
+ title: {
3836
+ type: "string";
3837
+ description: string;
3838
+ };
3839
+ description: {
3840
+ type: "string";
3841
+ description: string;
3842
+ };
3843
+ };
3844
+ description: string;
3845
+ additionalProperties: false;
3846
+ };
3847
+ };
3621
3848
  creation: {
3622
3849
  type: "object";
3623
3850
  properties: {
@@ -3639,6 +3866,7 @@ export declare const state: {
3639
3866
  };
3640
3867
  };
3641
3868
  required: string[];
3869
+ description: string;
3642
3870
  additionalProperties: false;
3643
3871
  };
3644
3872
  dev: {