syllable-sdk 0.1.0-alpha.163 → 0.1.0-alpha.168

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.
Files changed (139) hide show
  1. package/README.md +13 -0
  2. package/docs/sdks/agents/README.md +16 -0
  3. package/docs/sdks/batches/README.md +4 -4
  4. package/docs/sdks/roles/README.md +445 -0
  5. package/docs/sdks/takeouts/README.md +1 -1
  6. package/docs/sdks/workflows/README.md +8 -8
  7. package/funcs/rolesCreate.d.ts +16 -0
  8. package/funcs/rolesCreate.d.ts.map +1 -0
  9. package/funcs/rolesCreate.js +102 -0
  10. package/funcs/rolesCreate.js.map +1 -0
  11. package/funcs/rolesDelete.d.ts +16 -0
  12. package/funcs/rolesDelete.d.ts.map +1 -0
  13. package/funcs/rolesDelete.js +112 -0
  14. package/funcs/rolesDelete.js.map +1 -0
  15. package/funcs/rolesGetById.d.ts +17 -0
  16. package/funcs/rolesGetById.d.ts.map +1 -0
  17. package/funcs/rolesGetById.js +108 -0
  18. package/funcs/rolesGetById.js.map +1 -0
  19. package/funcs/rolesList.d.ts +17 -0
  20. package/funcs/rolesList.d.ts.map +1 -0
  21. package/funcs/rolesList.js +114 -0
  22. package/funcs/rolesList.js.map +1 -0
  23. package/funcs/rolesUpdate.d.ts +16 -0
  24. package/funcs/rolesUpdate.d.ts.map +1 -0
  25. package/funcs/rolesUpdate.js +102 -0
  26. package/funcs/rolesUpdate.js.map +1 -0
  27. package/funcs/takeoutsTakeoutsGetFile.d.ts +1 -1
  28. package/funcs/takeoutsTakeoutsGetFile.d.ts.map +1 -1
  29. package/funcs/takeoutsTakeoutsGetFile.js +3 -1
  30. package/funcs/takeoutsTakeoutsGetFile.js.map +1 -1
  31. package/jsr.json +1 -1
  32. package/lib/config.d.ts +2 -2
  33. package/lib/config.js +2 -2
  34. package/models/components/agentcreate.d.ts +8 -1
  35. package/models/components/agentcreate.d.ts.map +1 -1
  36. package/models/components/agentcreate.js +2 -0
  37. package/models/components/agentcreate.js.map +1 -1
  38. package/models/components/agentproperties.d.ts +3 -0
  39. package/models/components/agentproperties.d.ts.map +1 -1
  40. package/models/components/agentproperties.js +1 -0
  41. package/models/components/agentproperties.js.map +1 -1
  42. package/models/components/agentresponse.d.ts +8 -1
  43. package/models/components/agentresponse.d.ts.map +1 -1
  44. package/models/components/agentresponse.js +2 -0
  45. package/models/components/agentresponse.js.map +1 -1
  46. package/models/components/agentupdate.d.ts +8 -1
  47. package/models/components/agentupdate.d.ts.map +1 -1
  48. package/models/components/agentupdate.js +2 -0
  49. package/models/components/agentupdate.js.map +1 -1
  50. package/models/components/index.d.ts +5 -1
  51. package/models/components/index.d.ts.map +1 -1
  52. package/models/components/index.js +5 -1
  53. package/models/components/index.js.map +1 -1
  54. package/models/components/listresponseroleresponse.d.ts +53 -0
  55. package/models/components/listresponseroleresponse.d.ts.map +1 -0
  56. package/models/components/listresponseroleresponse.js +81 -0
  57. package/models/components/listresponseroleresponse.js.map +1 -0
  58. package/models/components/permissionresponse.d.ts +4 -2
  59. package/models/components/permissionresponse.d.ts.map +1 -1
  60. package/models/components/permissionresponse.js +2 -3
  61. package/models/components/permissionresponse.js.map +1 -1
  62. package/models/components/rolecreaterequest.d.ts +45 -0
  63. package/models/components/rolecreaterequest.d.ts.map +1 -0
  64. package/models/components/rolecreaterequest.js +63 -0
  65. package/models/components/rolecreaterequest.js.map +1 -0
  66. package/models/components/roleproperties.d.ts +40 -0
  67. package/models/components/roleproperties.d.ts.map +1 -0
  68. package/models/components/roleproperties.js +55 -0
  69. package/models/components/roleproperties.js.map +1 -0
  70. package/models/components/roleresponse.d.ts +70 -0
  71. package/models/components/roleresponse.d.ts.map +1 -0
  72. package/models/components/roleresponse.js +88 -0
  73. package/models/components/roleresponse.js.map +1 -0
  74. package/models/components/roleupdaterequest.d.ts +55 -0
  75. package/models/components/roleupdaterequest.d.ts.map +1 -0
  76. package/models/components/roleupdaterequest.js +76 -0
  77. package/models/components/roleupdaterequest.js.map +1 -0
  78. package/models/components/tooldetailresponse.d.ts +1 -1
  79. package/models/components/toolresponse.d.ts +1 -1
  80. package/models/operations/index.d.ts +3 -0
  81. package/models/operations/index.d.ts.map +1 -1
  82. package/models/operations/index.js +3 -0
  83. package/models/operations/index.js.map +1 -1
  84. package/models/operations/rolesdelete.d.ts +31 -0
  85. package/models/operations/rolesdelete.d.ts.map +1 -0
  86. package/models/operations/rolesdelete.js +70 -0
  87. package/models/operations/rolesdelete.js.map +1 -0
  88. package/models/operations/rolesgetbyid.d.ts +29 -0
  89. package/models/operations/rolesgetbyid.d.ts.map +1 -0
  90. package/models/operations/rolesgetbyid.js +68 -0
  91. package/models/operations/rolesgetbyid.js.map +1 -0
  92. package/models/operations/roleslist.d.ts +73 -0
  93. package/models/operations/roleslist.d.ts.map +1 -0
  94. package/models/operations/roleslist.js +99 -0
  95. package/models/operations/roleslist.js.map +1 -0
  96. package/openapi.json +826 -108
  97. package/package.json +1 -1
  98. package/sdk/roles.d.ts +41 -0
  99. package/sdk/roles.d.ts.map +1 -0
  100. package/sdk/roles.js +62 -0
  101. package/sdk/roles.js.map +1 -0
  102. package/sdk/sdk.d.ts +3 -0
  103. package/sdk/sdk.d.ts.map +1 -1
  104. package/sdk/sdk.js +4 -0
  105. package/sdk/sdk.js.map +1 -1
  106. package/sdk/takeouts.d.ts +1 -1
  107. package/sdk/takeouts.d.ts.map +1 -1
  108. package/src/funcs/rolesCreate.ts +135 -0
  109. package/src/funcs/rolesDelete.ts +147 -0
  110. package/src/funcs/rolesGetById.ts +142 -0
  111. package/src/funcs/rolesList.ts +148 -0
  112. package/src/funcs/rolesUpdate.ts +135 -0
  113. package/src/funcs/takeoutsTakeoutsGetFile.ts +5 -3
  114. package/src/lib/config.ts +2 -2
  115. package/src/models/components/agentcreate.ts +10 -1
  116. package/src/models/components/agentproperties.ts +1 -0
  117. package/src/models/components/agentresponse.ts +10 -1
  118. package/src/models/components/agentupdate.ts +10 -1
  119. package/src/models/components/index.ts +5 -1
  120. package/src/models/components/listresponseroleresponse.ts +116 -0
  121. package/src/models/components/permissionresponse.ts +6 -8
  122. package/src/models/components/rolecreaterequest.ts +86 -0
  123. package/src/models/components/roleproperties.ts +41 -0
  124. package/src/models/components/roleresponse.ts +134 -0
  125. package/src/models/components/roleupdaterequest.ts +109 -0
  126. package/src/models/components/tooldetailresponse.ts +1 -1
  127. package/src/models/components/toolresponse.ts +1 -1
  128. package/src/models/operations/index.ts +3 -0
  129. package/src/models/operations/rolesdelete.ts +79 -0
  130. package/src/models/operations/rolesgetbyid.ts +75 -0
  131. package/src/models/operations/roleslist.ts +149 -0
  132. package/src/sdk/roles.ts +100 -0
  133. package/src/sdk/sdk.ts +6 -0
  134. package/src/sdk/takeouts.ts +1 -1
  135. package/models/components/permissions.d.ts +0 -199
  136. package/models/components/permissions.d.ts.map +0 -1
  137. package/models/components/permissions.js +0 -108
  138. package/models/components/permissions.js.map +0 -1
  139. package/src/models/components/permissions.ts +0 -88
package/openapi.json CHANGED
@@ -5363,6 +5363,414 @@
5363
5363
  ]
5364
5364
  }
5365
5365
  },
5366
+ "/api/v1/roles/": {
5367
+ "get": {
5368
+ "tags": [
5369
+ "roles"
5370
+ ],
5371
+ "summary": "List Roles",
5372
+ "description": "List the existing roles.",
5373
+ "operationId": "roles_list",
5374
+ "security": [
5375
+ {
5376
+ "APIKeyHeader": []
5377
+ }
5378
+ ],
5379
+ "parameters": [
5380
+ {
5381
+ "name": "page",
5382
+ "in": "query",
5383
+ "required": false,
5384
+ "schema": {
5385
+ "anyOf": [
5386
+ {
5387
+ "type": "integer",
5388
+ "minimum": 0
5389
+ },
5390
+ {
5391
+ "type": "null"
5392
+ }
5393
+ ],
5394
+ "description": "The page number from which to start (0-based)",
5395
+ "examples": [
5396
+ 0
5397
+ ],
5398
+ "default": 0,
5399
+ "title": "Page"
5400
+ },
5401
+ "description": "The page number from which to start (0-based)"
5402
+ },
5403
+ {
5404
+ "name": "limit",
5405
+ "in": "query",
5406
+ "required": false,
5407
+ "schema": {
5408
+ "type": "integer",
5409
+ "minimum": 0,
5410
+ "description": "The maximum number of items to return",
5411
+ "examples": [
5412
+ 25
5413
+ ],
5414
+ "default": 25,
5415
+ "title": "Limit"
5416
+ },
5417
+ "description": "The maximum number of items to return"
5418
+ },
5419
+ {
5420
+ "name": "search_fields",
5421
+ "in": "query",
5422
+ "required": false,
5423
+ "schema": {
5424
+ "type": "array",
5425
+ "items": {
5426
+ "$ref": "#/components/schemas/RoleProperties"
5427
+ },
5428
+ "description": "String names of fields to search. Correspond by index to search field values",
5429
+ "examples": [
5430
+ "name"
5431
+ ],
5432
+ "default": [],
5433
+ "title": "Search Fields"
5434
+ },
5435
+ "description": "String names of fields to search. Correspond by index to search field values"
5436
+ },
5437
+ {
5438
+ "name": "search_field_values",
5439
+ "in": "query",
5440
+ "required": false,
5441
+ "schema": {
5442
+ "type": "array",
5443
+ "items": {
5444
+ "type": "string"
5445
+ },
5446
+ "description": "Values of fields to search. Correspond by index to search fields. Unless field name contains \"list\", an individual search field value cannot be a list",
5447
+ "examples": [
5448
+ "Some Object Name"
5449
+ ],
5450
+ "default": [],
5451
+ "title": "Search Field Values"
5452
+ },
5453
+ "description": "Values of fields to search. Correspond by index to search fields. Unless field name contains \"list\", an individual search field value cannot be a list"
5454
+ },
5455
+ {
5456
+ "name": "order_by",
5457
+ "in": "query",
5458
+ "required": false,
5459
+ "schema": {
5460
+ "anyOf": [
5461
+ {
5462
+ "$ref": "#/components/schemas/RoleProperties"
5463
+ },
5464
+ {
5465
+ "type": "null"
5466
+ }
5467
+ ],
5468
+ "description": "The field whose value should be used to order the results",
5469
+ "examples": [
5470
+ "name"
5471
+ ],
5472
+ "title": "Order By"
5473
+ },
5474
+ "description": "The field whose value should be used to order the results"
5475
+ },
5476
+ {
5477
+ "name": "order_by_direction",
5478
+ "in": "query",
5479
+ "required": false,
5480
+ "schema": {
5481
+ "anyOf": [
5482
+ {
5483
+ "$ref": "#/components/schemas/OrderByDirection"
5484
+ },
5485
+ {
5486
+ "type": "null"
5487
+ }
5488
+ ],
5489
+ "description": "The direction in which to order the results",
5490
+ "title": "Order By Direction"
5491
+ },
5492
+ "description": "The direction in which to order the results"
5493
+ },
5494
+ {
5495
+ "name": "fields",
5496
+ "in": "query",
5497
+ "required": false,
5498
+ "schema": {
5499
+ "anyOf": [
5500
+ {
5501
+ "type": "array",
5502
+ "items": {
5503
+ "$ref": "#/components/schemas/RoleProperties"
5504
+ }
5505
+ },
5506
+ {
5507
+ "type": "null"
5508
+ }
5509
+ ],
5510
+ "description": "The fields to include in the response",
5511
+ "default": [],
5512
+ "title": "Fields"
5513
+ },
5514
+ "description": "The fields to include in the response"
5515
+ },
5516
+ {
5517
+ "name": "start_datetime",
5518
+ "in": "query",
5519
+ "required": false,
5520
+ "schema": {
5521
+ "anyOf": [
5522
+ {
5523
+ "type": "string"
5524
+ },
5525
+ {
5526
+ "type": "null"
5527
+ }
5528
+ ],
5529
+ "description": "The start datetime for filtering results",
5530
+ "examples": [
5531
+ "2023-01-01T00:00:00Z"
5532
+ ],
5533
+ "title": "Start Datetime"
5534
+ },
5535
+ "description": "The start datetime for filtering results"
5536
+ },
5537
+ {
5538
+ "name": "end_datetime",
5539
+ "in": "query",
5540
+ "required": false,
5541
+ "schema": {
5542
+ "anyOf": [
5543
+ {
5544
+ "type": "string"
5545
+ },
5546
+ {
5547
+ "type": "null"
5548
+ }
5549
+ ],
5550
+ "description": "The end datetime for filtering results",
5551
+ "examples": [
5552
+ "2024-01-01T00:00:00Z"
5553
+ ],
5554
+ "title": "End Datetime"
5555
+ },
5556
+ "description": "The end datetime for filtering results"
5557
+ }
5558
+ ],
5559
+ "responses": {
5560
+ "200": {
5561
+ "description": "Successful Response",
5562
+ "content": {
5563
+ "application/json": {
5564
+ "schema": {
5565
+ "$ref": "#/components/schemas/ListResponse_RoleResponse_"
5566
+ }
5567
+ }
5568
+ }
5569
+ },
5570
+ "422": {
5571
+ "description": "Validation Error",
5572
+ "content": {
5573
+ "application/json": {
5574
+ "schema": {
5575
+ "$ref": "#/components/schemas/HTTPValidationError"
5576
+ }
5577
+ }
5578
+ }
5579
+ }
5580
+ }
5581
+ },
5582
+ "post": {
5583
+ "tags": [
5584
+ "roles"
5585
+ ],
5586
+ "summary": "Create Role",
5587
+ "description": "Create a new role.",
5588
+ "operationId": "roles_create",
5589
+ "security": [
5590
+ {
5591
+ "APIKeyHeader": []
5592
+ }
5593
+ ],
5594
+ "requestBody": {
5595
+ "required": true,
5596
+ "content": {
5597
+ "application/json": {
5598
+ "schema": {
5599
+ "$ref": "#/components/schemas/RoleCreateRequest"
5600
+ }
5601
+ }
5602
+ }
5603
+ },
5604
+ "responses": {
5605
+ "200": {
5606
+ "description": "Successful Response",
5607
+ "content": {
5608
+ "application/json": {
5609
+ "schema": {
5610
+ "$ref": "#/components/schemas/RoleResponse"
5611
+ }
5612
+ }
5613
+ }
5614
+ },
5615
+ "422": {
5616
+ "description": "Validation Error",
5617
+ "content": {
5618
+ "application/json": {
5619
+ "schema": {
5620
+ "$ref": "#/components/schemas/HTTPValidationError"
5621
+ }
5622
+ }
5623
+ }
5624
+ }
5625
+ }
5626
+ },
5627
+ "put": {
5628
+ "tags": [
5629
+ "roles"
5630
+ ],
5631
+ "summary": "Update Role",
5632
+ "description": "Update an existing role.",
5633
+ "operationId": "roles_update",
5634
+ "security": [
5635
+ {
5636
+ "APIKeyHeader": []
5637
+ }
5638
+ ],
5639
+ "requestBody": {
5640
+ "required": true,
5641
+ "content": {
5642
+ "application/json": {
5643
+ "schema": {
5644
+ "$ref": "#/components/schemas/RoleUpdateRequest"
5645
+ }
5646
+ }
5647
+ }
5648
+ },
5649
+ "responses": {
5650
+ "200": {
5651
+ "description": "Successful Response",
5652
+ "content": {
5653
+ "application/json": {
5654
+ "schema": {
5655
+ "$ref": "#/components/schemas/RoleResponse"
5656
+ }
5657
+ }
5658
+ }
5659
+ },
5660
+ "422": {
5661
+ "description": "Validation Error",
5662
+ "content": {
5663
+ "application/json": {
5664
+ "schema": {
5665
+ "$ref": "#/components/schemas/HTTPValidationError"
5666
+ }
5667
+ }
5668
+ }
5669
+ }
5670
+ }
5671
+ }
5672
+ },
5673
+ "/api/v1/roles/{role_id}": {
5674
+ "get": {
5675
+ "tags": [
5676
+ "roles"
5677
+ ],
5678
+ "summary": "Get Role",
5679
+ "description": "Fetch a given role.",
5680
+ "operationId": "roles_get_by_id",
5681
+ "security": [
5682
+ {
5683
+ "APIKeyHeader": []
5684
+ }
5685
+ ],
5686
+ "parameters": [
5687
+ {
5688
+ "name": "role_id",
5689
+ "in": "path",
5690
+ "required": true,
5691
+ "schema": {
5692
+ "type": "integer",
5693
+ "title": "Role Id"
5694
+ }
5695
+ }
5696
+ ],
5697
+ "responses": {
5698
+ "200": {
5699
+ "description": "Successful Response",
5700
+ "content": {
5701
+ "application/json": {
5702
+ "schema": {
5703
+ "$ref": "#/components/schemas/RoleResponse"
5704
+ }
5705
+ }
5706
+ }
5707
+ },
5708
+ "422": {
5709
+ "description": "Validation Error",
5710
+ "content": {
5711
+ "application/json": {
5712
+ "schema": {
5713
+ "$ref": "#/components/schemas/HTTPValidationError"
5714
+ }
5715
+ }
5716
+ }
5717
+ }
5718
+ }
5719
+ },
5720
+ "delete": {
5721
+ "tags": [
5722
+ "roles"
5723
+ ],
5724
+ "summary": "Delete Role",
5725
+ "description": "Delete a role.",
5726
+ "operationId": "roles_delete",
5727
+ "security": [
5728
+ {
5729
+ "APIKeyHeader": []
5730
+ }
5731
+ ],
5732
+ "parameters": [
5733
+ {
5734
+ "name": "role_id",
5735
+ "in": "path",
5736
+ "required": true,
5737
+ "schema": {
5738
+ "type": "integer",
5739
+ "title": "Role Id"
5740
+ }
5741
+ },
5742
+ {
5743
+ "name": "reason",
5744
+ "in": "query",
5745
+ "required": true,
5746
+ "schema": {
5747
+ "type": "string",
5748
+ "title": "Reason"
5749
+ }
5750
+ }
5751
+ ],
5752
+ "responses": {
5753
+ "200": {
5754
+ "description": "Successful Response",
5755
+ "content": {
5756
+ "application/json": {
5757
+ "schema": {}
5758
+ }
5759
+ }
5760
+ },
5761
+ "422": {
5762
+ "description": "Validation Error",
5763
+ "content": {
5764
+ "application/json": {
5765
+ "schema": {
5766
+ "$ref": "#/components/schemas/HTTPValidationError"
5767
+ }
5768
+ }
5769
+ }
5770
+ }
5771
+ }
5772
+ }
5773
+ },
5366
5774
  "/api/v1/services/": {
5367
5775
  "get": {
5368
5776
  "tags": [
@@ -6418,7 +6826,9 @@
6418
6826
  "content": {
6419
6827
  "application/octet-stream": {
6420
6828
  "schema": {
6421
- "type": "string"
6829
+ "type": "string",
6830
+ "title": "bytes",
6831
+ "format": "binary"
6422
6832
  }
6423
6833
  }
6424
6834
  }
@@ -10253,7 +10663,9 @@
10253
10663
  "content": {
10254
10664
  "application/octet-stream": {
10255
10665
  "schema": {
10256
- "type": "string"
10666
+ "type": "string",
10667
+ "format": "binary",
10668
+ "title": "bytes"
10257
10669
  }
10258
10670
  }
10259
10671
  }
@@ -10383,11 +10795,13 @@
10383
10795
  ],
10384
10796
  "responses": {
10385
10797
  "200": {
10386
- "description": "Successful Response",
10798
+ "description": "File content",
10387
10799
  "content": {
10388
10800
  "application/zip": {
10389
10801
  "schema": {
10390
- "type": "string"
10802
+ "type": "string",
10803
+ "title": "bytes",
10804
+ "format": "binary"
10391
10805
  }
10392
10806
  }
10393
10807
  }
@@ -10468,11 +10882,33 @@
10468
10882
  }
10469
10883
  ],
10470
10884
  "title": "Label",
10471
- "description": "The agent label",
10885
+ "description": "The agent label (DEPRECATED - use labels instead.)",
10886
+ "deprecated": true,
10472
10887
  "examples": [
10473
10888
  "Information"
10474
10889
  ]
10475
10890
  },
10891
+ "labels": {
10892
+ "anyOf": [
10893
+ {
10894
+ "items": {
10895
+ "type": "string"
10896
+ },
10897
+ "type": "array"
10898
+ },
10899
+ {
10900
+ "type": "null"
10901
+ }
10902
+ ],
10903
+ "title": "Labels",
10904
+ "description": "The agent labels",
10905
+ "examples": [
10906
+ [
10907
+ "Information",
10908
+ "Weather"
10909
+ ]
10910
+ ]
10911
+ },
10476
10912
  "type": {
10477
10913
  "type": "string",
10478
10914
  "title": "Type",
@@ -10678,6 +11114,7 @@
10678
11114
  "name_exact",
10679
11115
  "description",
10680
11116
  "label",
11117
+ "labels",
10681
11118
  "name_description",
10682
11119
  "type",
10683
11120
  "timezone",
@@ -10729,11 +11166,33 @@
10729
11166
  }
10730
11167
  ],
10731
11168
  "title": "Label",
10732
- "description": "The agent label",
11169
+ "description": "The agent label (DEPRECATED - use labels instead.)",
11170
+ "deprecated": true,
10733
11171
  "examples": [
10734
11172
  "Information"
10735
11173
  ]
10736
11174
  },
11175
+ "labels": {
11176
+ "anyOf": [
11177
+ {
11178
+ "items": {
11179
+ "type": "string"
11180
+ },
11181
+ "type": "array"
11182
+ },
11183
+ {
11184
+ "type": "null"
11185
+ }
11186
+ ],
11187
+ "title": "Labels",
11188
+ "description": "The agent labels",
11189
+ "examples": [
11190
+ [
11191
+ "Information",
11192
+ "Weather"
11193
+ ]
11194
+ ]
11195
+ },
10737
11196
  "type": {
10738
11197
  "type": "string",
10739
11198
  "title": "Type",
@@ -11116,11 +11575,33 @@
11116
11575
  }
11117
11576
  ],
11118
11577
  "title": "Label",
11119
- "description": "The agent label",
11578
+ "description": "The agent label (DEPRECATED - use labels instead.)",
11579
+ "deprecated": true,
11120
11580
  "examples": [
11121
11581
  "Information"
11122
11582
  ]
11123
11583
  },
11584
+ "labels": {
11585
+ "anyOf": [
11586
+ {
11587
+ "items": {
11588
+ "type": "string"
11589
+ },
11590
+ "type": "array"
11591
+ },
11592
+ {
11593
+ "type": "null"
11594
+ }
11595
+ ],
11596
+ "title": "Labels",
11597
+ "description": "The agent labels",
11598
+ "examples": [
11599
+ [
11600
+ "Information",
11601
+ "Weather"
11602
+ ]
11603
+ ]
11604
+ },
11124
11605
  "type": {
11125
11606
  "type": "string",
11126
11607
  "title": "Type",
@@ -11578,7 +12059,7 @@
11578
12059
  "title": "Batch Id",
11579
12060
  "description": "Unique ID for conversation batch",
11580
12061
  "examples": [
11581
- "20250527.9"
12062
+ "20250529.9"
11582
12063
  ]
11583
12064
  },
11584
12065
  "campaign_id": {
@@ -11602,7 +12083,7 @@
11602
12083
  "title": "Expires On",
11603
12084
  "description": "Timestamp of batch expiration",
11604
12085
  "examples": [
11605
- "2025-05-28T00:00:00Z"
12086
+ "2025-05-30T00:00:00Z"
11606
12087
  ]
11607
12088
  },
11608
12089
  "paused": {
@@ -11655,7 +12136,7 @@
11655
12136
  "title": "Created At",
11656
12137
  "description": "Timestamp of batch creation",
11657
12138
  "examples": [
11658
- "2025-05-27T00:00:00Z"
12139
+ "2025-05-29T00:00:00Z"
11659
12140
  ]
11660
12141
  },
11661
12142
  "deleted_at": {
@@ -11671,7 +12152,7 @@
11671
12152
  "title": "Deleted At",
11672
12153
  "description": "Timestamp of batch deletion",
11673
12154
  "examples": [
11674
- "2025-05-27T00:00:00Z"
12155
+ "2025-05-29T00:00:00Z"
11675
12156
  ]
11676
12157
  },
11677
12158
  "deleted_reason": {
@@ -11702,7 +12183,7 @@
11702
12183
  "title": "Last Updated At",
11703
12184
  "description": "Timestamp of last change to batch",
11704
12185
  "examples": [
11705
- "2025-05-27T00:00:00Z"
12186
+ "2025-05-29T00:00:00Z"
11706
12187
  ]
11707
12188
  },
11708
12189
  "last_updated_by": {
@@ -12217,7 +12698,7 @@
12217
12698
  "title": "Batch Id",
12218
12699
  "description": "Unique ID for conversation batch",
12219
12700
  "examples": [
12220
- "20250527.9"
12701
+ "20250529.9"
12221
12702
  ]
12222
12703
  },
12223
12704
  "campaign_id": {
@@ -12241,7 +12722,7 @@
12241
12722
  "title": "Expires On",
12242
12723
  "description": "Timestamp of batch expiration",
12243
12724
  "examples": [
12244
- "2025-05-28T00:00:00Z"
12725
+ "2025-05-30T00:00:00Z"
12245
12726
  ]
12246
12727
  },
12247
12728
  "paused": {
@@ -12294,7 +12775,7 @@
12294
12775
  "title": "Created At",
12295
12776
  "description": "Timestamp of batch creation",
12296
12777
  "examples": [
12297
- "2025-05-27T00:00:00Z"
12778
+ "2025-05-29T00:00:00Z"
12298
12779
  ]
12299
12780
  },
12300
12781
  "deleted_at": {
@@ -12310,7 +12791,7 @@
12310
12791
  "title": "Deleted At",
12311
12792
  "description": "Timestamp of batch deletion",
12312
12793
  "examples": [
12313
- "2025-05-27T00:00:00Z"
12794
+ "2025-05-29T00:00:00Z"
12314
12795
  ]
12315
12796
  },
12316
12797
  "deleted_reason": {
@@ -12341,7 +12822,7 @@
12341
12822
  "title": "Last Updated At",
12342
12823
  "description": "Timestamp of last change to batch",
12343
12824
  "examples": [
12344
- "2025-05-27T00:00:00Z"
12825
+ "2025-05-29T00:00:00Z"
12345
12826
  ]
12346
12827
  },
12347
12828
  "last_updated_by": {
@@ -12384,7 +12865,7 @@
12384
12865
  "title": "Batch Id",
12385
12866
  "description": "Unique ID for conversation batch",
12386
12867
  "examples": [
12387
- "20250527.9"
12868
+ "20250529.9"
12388
12869
  ]
12389
12870
  },
12390
12871
  "campaign_id": {
@@ -12408,7 +12889,7 @@
12408
12889
  "title": "Expires On",
12409
12890
  "description": "Timestamp of batch expiration",
12410
12891
  "examples": [
12411
- "2025-05-28T00:00:00Z"
12892
+ "2025-05-30T00:00:00Z"
12412
12893
  ]
12413
12894
  },
12414
12895
  "paused": {
@@ -12557,7 +13038,7 @@
12557
13038
  "title": "Created At",
12558
13039
  "description": "Timestamp of request creation",
12559
13040
  "examples": [
12560
- "2025-05-26T00:00:00Z"
13041
+ "2025-05-28T00:00:00Z"
12561
13042
  ]
12562
13043
  },
12563
13044
  "sent_at": {
@@ -12573,7 +13054,7 @@
12573
13054
  "title": "Sent At",
12574
13055
  "description": "Timestamp at which request was sent",
12575
13056
  "examples": [
12576
- "2025-05-27T00:00:00Z"
13057
+ "2025-05-29T00:00:00Z"
12577
13058
  ]
12578
13059
  },
12579
13060
  "attempt_count": {
@@ -14473,7 +14954,7 @@
14473
14954
  "title": "Created At",
14474
14955
  "description": "Timestamp at which insight upload folder was created",
14475
14956
  "examples": [
14476
- "2025-05-26T00:00:00Z"
14957
+ "2025-05-28T00:00:00Z"
14477
14958
  ]
14478
14959
  },
14479
14960
  "updated_at": {
@@ -14482,7 +14963,7 @@
14482
14963
  "title": "Updated At",
14483
14964
  "description": "Timestamp at which insight upload folder was last updated",
14484
14965
  "examples": [
14485
- "2025-05-27T00:00:00Z"
14966
+ "2025-05-29T00:00:00Z"
14486
14967
  ]
14487
14968
  },
14488
14969
  "last_updated_by": {
@@ -15197,7 +15678,7 @@
15197
15678
  "title": "Created At",
15198
15679
  "description": "Timestamp of at which insight tool configuration was created",
15199
15680
  "examples": [
15200
- "2025-05-26T00:00:00Z"
15681
+ "2025-05-28T00:00:00Z"
15201
15682
  ]
15202
15683
  },
15203
15684
  "updated_at": {
@@ -15206,7 +15687,7 @@
15206
15687
  "title": "Updated At",
15207
15688
  "description": "Timestamp at which insight tool configuration was last updated",
15208
15689
  "examples": [
15209
- "2025-05-27T00:00:00Z"
15690
+ "2025-05-29T00:00:00Z"
15210
15691
  ]
15211
15692
  },
15212
15693
  "last_updated_by": {
@@ -15561,7 +16042,7 @@
15561
16042
  "title": "Start Datetime",
15562
16043
  "description": "Timestamp for when the insight workflow should start. An empty value indicates start on activation",
15563
16044
  "examples": [
15564
- "2025-05-26T00:00:00Z"
16045
+ "2025-05-28T00:00:00Z"
15565
16046
  ]
15566
16047
  },
15567
16048
  "end_datetime": {
@@ -15577,7 +16058,7 @@
15577
16058
  "title": "End Datetime",
15578
16059
  "description": "Timestamp of when the insight workflow should end. An empty value indicates no end",
15579
16060
  "examples": [
15580
- "2025-05-27T00:00:00Z"
16061
+ "2025-05-29T00:00:00Z"
15581
16062
  ]
15582
16063
  }
15583
16064
  },
@@ -15651,7 +16132,7 @@
15651
16132
  "title": "Start Datetime",
15652
16133
  "description": "Timestamp for when the insight workflow should start. An empty value indicates start on activation",
15653
16134
  "examples": [
15654
- "2025-05-26T00:00:00Z"
16135
+ "2025-05-28T00:00:00Z"
15655
16136
  ]
15656
16137
  },
15657
16138
  "end_datetime": {
@@ -15667,7 +16148,7 @@
15667
16148
  "title": "End Datetime",
15668
16149
  "description": "Timestamp of when the insight workflow should end. An empty value indicates no end",
15669
16150
  "examples": [
15670
- "2025-05-27T00:00:00Z"
16151
+ "2025-05-29T00:00:00Z"
15671
16152
  ]
15672
16153
  },
15673
16154
  "id": {
@@ -15720,7 +16201,7 @@
15720
16201
  "title": "Created At",
15721
16202
  "description": "Timestamp at which the insight workflow was created",
15722
16203
  "examples": [
15723
- "2025-05-26T00:00:00Z"
16204
+ "2025-05-28T00:00:00Z"
15724
16205
  ]
15725
16206
  },
15726
16207
  "updated_at": {
@@ -15729,7 +16210,7 @@
15729
16210
  "title": "Updated At",
15730
16211
  "description": "Timestamp of most recent update to the insight workflow",
15731
16212
  "examples": [
15732
- "2025-05-27T00:00:00Z"
16213
+ "2025-05-29T00:00:00Z"
15733
16214
  ]
15734
16215
  },
15735
16216
  "last_updated_by": {
@@ -15825,7 +16306,7 @@
15825
16306
  "title": "Created At",
15826
16307
  "description": "Timestamp at which insight upload folder was created",
15827
16308
  "examples": [
15828
- "2025-05-26T00:00:00Z"
16309
+ "2025-05-28T00:00:00Z"
15829
16310
  ]
15830
16311
  },
15831
16312
  "updated_at": {
@@ -15834,7 +16315,7 @@
15834
16315
  "title": "Updated At",
15835
16316
  "description": "Timestamp at which insight upload folder was last updated",
15836
16317
  "examples": [
15837
- "2025-05-27T00:00:00Z"
16318
+ "2025-05-29T00:00:00Z"
15838
16319
  ]
15839
16320
  },
15840
16321
  "last_updated_by": {
@@ -16069,7 +16550,7 @@
16069
16550
  "title": "Created At",
16070
16551
  "description": "Timestamp at which insight tool result was created",
16071
16552
  "examples": [
16072
- "2025-05-26T00:00:00Z"
16553
+ "2025-05-28T00:00:00Z"
16073
16554
  ]
16074
16555
  },
16075
16556
  "updated_at": {
@@ -16078,7 +16559,7 @@
16078
16559
  "title": "Updated At",
16079
16560
  "description": "Timestamp at which insight tool result was last updated",
16080
16561
  "examples": [
16081
- "2025-05-27T00:00:00Z"
16562
+ "2025-05-29T00:00:00Z"
16082
16563
  ]
16083
16564
  }
16084
16565
  },
@@ -16213,7 +16694,7 @@
16213
16694
  "title": "Start Time",
16214
16695
  "description": "Start time of the uploaded file",
16215
16696
  "examples": [
16216
- "2025-05-26T00:00:00Z"
16697
+ "2025-05-28T00:00:00Z"
16217
16698
  ]
16218
16699
  },
16219
16700
  "end_time": {
@@ -16229,7 +16710,7 @@
16229
16710
  "title": "End Time",
16230
16711
  "description": "End time of the uploaded file",
16231
16712
  "examples": [
16232
- "2025-05-27T00:00:00Z"
16713
+ "2025-05-29T00:00:00Z"
16233
16714
  ]
16234
16715
  },
16235
16716
  "error_message": {
@@ -16284,7 +16765,7 @@
16284
16765
  "title": "Created At",
16285
16766
  "description": "Timestamp at which insight upload file was created",
16286
16767
  "examples": [
16287
- "2025-05-26T00:00:00Z"
16768
+ "2025-05-28T00:00:00Z"
16288
16769
  ]
16289
16770
  }
16290
16771
  },
@@ -18241,6 +18722,72 @@
18241
18722
  ],
18242
18723
  "title": "ListResponse[PromptResponse]"
18243
18724
  },
18725
+ "ListResponse_RoleResponse_": {
18726
+ "properties": {
18727
+ "items": {
18728
+ "items": {
18729
+ "$ref": "#/components/schemas/RoleResponse"
18730
+ },
18731
+ "type": "array",
18732
+ "title": "Items",
18733
+ "description": "List of items returned from the query",
18734
+ "examples": []
18735
+ },
18736
+ "page": {
18737
+ "type": "integer",
18738
+ "title": "Page",
18739
+ "description": "The page number of the results (0-based)",
18740
+ "examples": [
18741
+ 0
18742
+ ]
18743
+ },
18744
+ "page_size": {
18745
+ "type": "integer",
18746
+ "title": "Page Size",
18747
+ "description": "The number of items returned per page",
18748
+ "examples": [
18749
+ 25
18750
+ ]
18751
+ },
18752
+ "total_pages": {
18753
+ "anyOf": [
18754
+ {
18755
+ "type": "integer"
18756
+ },
18757
+ {
18758
+ "type": "null"
18759
+ }
18760
+ ],
18761
+ "title": "Total Pages",
18762
+ "description": "The total number of pages of results given the indicated page size",
18763
+ "examples": [
18764
+ 4
18765
+ ]
18766
+ },
18767
+ "total_count": {
18768
+ "anyOf": [
18769
+ {
18770
+ "type": "integer"
18771
+ },
18772
+ {
18773
+ "type": "null"
18774
+ }
18775
+ ],
18776
+ "title": "Total Count",
18777
+ "description": "The total number of items returned from the query",
18778
+ "examples": [
18779
+ 100
18780
+ ]
18781
+ }
18782
+ },
18783
+ "type": "object",
18784
+ "required": [
18785
+ "items",
18786
+ "page",
18787
+ "page_size"
18788
+ ],
18789
+ "title": "ListResponse[RoleResponse]"
18790
+ },
18244
18791
  "ListResponse_ServiceResponse_": {
18245
18792
  "properties": {
18246
18793
  "items": {
@@ -18705,7 +19252,7 @@
18705
19252
  "title": "Created At",
18706
19253
  "description": "Timestamp of campaign creation",
18707
19254
  "examples": [
18708
- "2025-05-27T00:00:00Z"
19255
+ "2025-05-29T00:00:00Z"
18709
19256
  ]
18710
19257
  },
18711
19258
  "updated_at": {
@@ -18714,7 +19261,7 @@
18714
19261
  "title": "Updated At",
18715
19262
  "description": "Timestamp of campaign update",
18716
19263
  "examples": [
18717
- "2025-05-27T00:00:00Z"
19264
+ "2025-05-29T00:00:00Z"
18718
19265
  ]
18719
19266
  },
18720
19267
  "last_updated_by": {
@@ -18912,7 +19459,8 @@
18912
19459
  "PermissionResponse": {
18913
19460
  "properties": {
18914
19461
  "name": {
18915
- "$ref": "#/components/schemas/Permissions",
19462
+ "type": "string",
19463
+ "title": "Name",
18916
19464
  "description": "Name of the permission",
18917
19465
  "examples": [
18918
19466
  "agents_read"
@@ -18935,71 +19483,6 @@
18935
19483
  "title": "PermissionResponse",
18936
19484
  "description": "Information about a permission."
18937
19485
  },
18938
- "Permissions": {
18939
- "type": "string",
18940
- "enum": [
18941
- "agents_read",
18942
- "agents_write",
18943
- "agents_delete",
18944
- "api_token_read",
18945
- "api_token_write",
18946
- "api_token_delete",
18947
- "channels_read",
18948
- "channels_write",
18949
- "channels_delete",
18950
- "chat",
18951
- "conversations_read",
18952
- "custom_messages_read",
18953
- "custom_messages_write",
18954
- "custom_messages_delete",
18955
- "data_sources_read",
18956
- "data_sources_write",
18957
- "data_sources_delete",
18958
- "directory_read",
18959
- "directory_write",
18960
- "directory_delete",
18961
- "events_read",
18962
- "incidents_read",
18963
- "insights_read",
18964
- "insights_write",
18965
- "insights_delete",
18966
- "integrations_read",
18967
- "integrations_write",
18968
- "integrations_delete",
18969
- "language_groups_read",
18970
- "language_groups_write",
18971
- "language_groups_delete",
18972
- "organizations_read",
18973
- "organizations_write",
18974
- "outbound_read",
18975
- "outbound_write",
18976
- "outbound_delete",
18977
- "permissions_read",
18978
- "prompts_read",
18979
- "prompts_write",
18980
- "prompts_delete",
18981
- "recording_download",
18982
- "reports_read",
18983
- "services_read",
18984
- "services_write",
18985
- "services_delete",
18986
- "session_labels_read",
18987
- "session_labels_write",
18988
- "sessions_read",
18989
- "tools_read",
18990
- "tools_write",
18991
- "tools_delete",
18992
- "users_read",
18993
- "users_write",
18994
- "users_delete",
18995
- "sa_incidents_read",
18996
- "sa_incidents_write",
18997
- "sa_incidents_delete",
18998
- "sa_permissions_read",
18999
- "syllable_admin_global"
19000
- ],
19001
- "title": "Permissions"
19002
- },
19003
19486
  "PromptCreateRequest": {
19004
19487
  "properties": {
19005
19488
  "name": {
@@ -19604,6 +20087,237 @@
19604
20087
  "title": "RequestStatus",
19605
20088
  "description": "Status of a communication request."
19606
20089
  },
20090
+ "RoleCreateRequest": {
20091
+ "properties": {
20092
+ "name": {
20093
+ "type": "string",
20094
+ "title": "Name",
20095
+ "description": "The name of the role.",
20096
+ "examples": [
20097
+ "prompt_engineer"
20098
+ ]
20099
+ },
20100
+ "description": {
20101
+ "anyOf": [
20102
+ {
20103
+ "type": "string"
20104
+ },
20105
+ {
20106
+ "type": "null"
20107
+ }
20108
+ ],
20109
+ "title": "Description",
20110
+ "description": "The description of the role.",
20111
+ "examples": [
20112
+ "Role for users who can fetch and change prompts"
20113
+ ]
20114
+ },
20115
+ "permissions": {
20116
+ "items": {
20117
+ "type": "string"
20118
+ },
20119
+ "type": "array",
20120
+ "title": "Permissions",
20121
+ "description": "The permissions associated with the role. Available permissions can be found by calling `GET /permissions`.",
20122
+ "examples": [
20123
+ [
20124
+ "prompts_read",
20125
+ "prompts_write",
20126
+ "prompts_delete"
20127
+ ]
20128
+ ]
20129
+ }
20130
+ },
20131
+ "type": "object",
20132
+ "required": [
20133
+ "name",
20134
+ "permissions"
20135
+ ],
20136
+ "title": "RoleCreateRequest",
20137
+ "description": "Request model to create a role."
20138
+ },
20139
+ "RoleProperties": {
20140
+ "type": "string",
20141
+ "enum": [
20142
+ "name",
20143
+ "description",
20144
+ "updated_at",
20145
+ "last_updated_by"
20146
+ ],
20147
+ "title": "RoleProperties",
20148
+ "description": "Names of role fields supported for filtering/sorting on list endpoint."
20149
+ },
20150
+ "RoleResponse": {
20151
+ "properties": {
20152
+ "name": {
20153
+ "type": "string",
20154
+ "title": "Name",
20155
+ "description": "The name of the role.",
20156
+ "examples": [
20157
+ "prompt_engineer"
20158
+ ]
20159
+ },
20160
+ "description": {
20161
+ "anyOf": [
20162
+ {
20163
+ "type": "string"
20164
+ },
20165
+ {
20166
+ "type": "null"
20167
+ }
20168
+ ],
20169
+ "title": "Description",
20170
+ "description": "The description of the role.",
20171
+ "examples": [
20172
+ "Role for users who can fetch and change prompts"
20173
+ ]
20174
+ },
20175
+ "permissions": {
20176
+ "items": {
20177
+ "type": "string"
20178
+ },
20179
+ "type": "array",
20180
+ "title": "Permissions",
20181
+ "description": "The permissions associated with the role. Available permissions can be found by calling `GET /permissions`.",
20182
+ "examples": [
20183
+ [
20184
+ "prompts_read",
20185
+ "prompts_write",
20186
+ "prompts_delete"
20187
+ ]
20188
+ ]
20189
+ },
20190
+ "id": {
20191
+ "type": "integer",
20192
+ "title": "Id",
20193
+ "description": "The internal ID of the role.",
20194
+ "examples": [
20195
+ 1
20196
+ ]
20197
+ },
20198
+ "last_updated_comments": {
20199
+ "anyOf": [
20200
+ {
20201
+ "type": "string"
20202
+ },
20203
+ {
20204
+ "type": "null"
20205
+ }
20206
+ ],
20207
+ "title": "Last Updated Comments",
20208
+ "description": "Comments for the most recent edit to the role.",
20209
+ "examples": [
20210
+ "Updated to add delete permission"
20211
+ ]
20212
+ },
20213
+ "is_system_role": {
20214
+ "type": "boolean",
20215
+ "title": "Is System Role",
20216
+ "description": "Whether this is a built-in system role that cannot be updated or deleted",
20217
+ "examples": [
20218
+ false
20219
+ ]
20220
+ },
20221
+ "last_updated": {
20222
+ "type": "string",
20223
+ "format": "date-time",
20224
+ "title": "Last Updated",
20225
+ "description": "The timestamp of the most recent update to the role"
20226
+ },
20227
+ "last_updated_by": {
20228
+ "type": "string",
20229
+ "title": "Last Updated By",
20230
+ "description": "The email of the user who last updated the role",
20231
+ "examples": [
20232
+ "user@email.com"
20233
+ ]
20234
+ }
20235
+ },
20236
+ "type": "object",
20237
+ "required": [
20238
+ "name",
20239
+ "permissions",
20240
+ "id",
20241
+ "is_system_role",
20242
+ "last_updated",
20243
+ "last_updated_by"
20244
+ ],
20245
+ "title": "RoleResponse",
20246
+ "description": "Information about a role."
20247
+ },
20248
+ "RoleUpdateRequest": {
20249
+ "properties": {
20250
+ "name": {
20251
+ "type": "string",
20252
+ "title": "Name",
20253
+ "description": "The name of the role.",
20254
+ "examples": [
20255
+ "prompt_engineer"
20256
+ ]
20257
+ },
20258
+ "description": {
20259
+ "anyOf": [
20260
+ {
20261
+ "type": "string"
20262
+ },
20263
+ {
20264
+ "type": "null"
20265
+ }
20266
+ ],
20267
+ "title": "Description",
20268
+ "description": "The description of the role.",
20269
+ "examples": [
20270
+ "Role for users who can fetch and change prompts"
20271
+ ]
20272
+ },
20273
+ "permissions": {
20274
+ "items": {
20275
+ "type": "string"
20276
+ },
20277
+ "type": "array",
20278
+ "title": "Permissions",
20279
+ "description": "The permissions associated with the role. Available permissions can be found by calling `GET /permissions`.",
20280
+ "examples": [
20281
+ [
20282
+ "prompts_read",
20283
+ "prompts_write",
20284
+ "prompts_delete"
20285
+ ]
20286
+ ]
20287
+ },
20288
+ "id": {
20289
+ "type": "integer",
20290
+ "title": "Id",
20291
+ "description": "The internal ID of the role.",
20292
+ "examples": [
20293
+ 1
20294
+ ]
20295
+ },
20296
+ "last_updated_comments": {
20297
+ "anyOf": [
20298
+ {
20299
+ "type": "string"
20300
+ },
20301
+ {
20302
+ "type": "null"
20303
+ }
20304
+ ],
20305
+ "title": "Last Updated Comments",
20306
+ "description": "Comments for the most recent edit to the role.",
20307
+ "examples": [
20308
+ "Updated to add delete permission"
20309
+ ]
20310
+ }
20311
+ },
20312
+ "type": "object",
20313
+ "required": [
20314
+ "name",
20315
+ "permissions",
20316
+ "id"
20317
+ ],
20318
+ "title": "RoleUpdateRequest",
20319
+ "description": "Request model to update an existing role."
20320
+ },
19607
20321
  "ServiceCreateRequest": {
19608
20322
  "properties": {
19609
20323
  "name": {
@@ -21290,7 +22004,7 @@
21290
22004
  "type": "string",
21291
22005
  "format": "date-time",
21292
22006
  "title": "Last Updated",
21293
- "description": "The timestamp of the most recent update to the service"
22007
+ "description": "The timestamp of the most recent update to the tool"
21294
22008
  },
21295
22009
  "last_updated_by": {
21296
22010
  "type": "string",
@@ -21686,7 +22400,7 @@
21686
22400
  "type": "string",
21687
22401
  "format": "date-time",
21688
22402
  "title": "Last Updated",
21689
- "description": "The timestamp of the most recent update to the service"
22403
+ "description": "The timestamp of the most recent update to the tool"
21690
22404
  },
21691
22405
  "last_updated_by": {
21692
22406
  "type": "string",
@@ -22212,6 +22926,10 @@
22212
22926
  "name": "prompts",
22213
22927
  "description": "Operations related to prompts. A prompt defines the behavior of an agent by delivering instructions to the LLM about how the agent should behave. A prompt can be linked to one or more agents. A prompt can also be linked to tools to allow an agent using the prompt to use them. For more information, see [Console docs](https://docs.syllable.ai/Resources/Prompts)."
22214
22928
  },
22929
+ {
22930
+ "name": "roles",
22931
+ "description": "Operations related to roles. A role is a collection of permissions that can be assigned to users to control their access to various features within the Syllable system."
22932
+ },
22215
22933
  {
22216
22934
  "name": "services",
22217
22935
  "description": "Operations related to service configuration. A service is a collection of tools."