@cloud-copilot/iam-data 0.17.202602271 → 0.17.202603011

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.
@@ -1,4 +1,13 @@
1
1
  {
2
+ "allowvendedlogdeliveryforresource": {
3
+ "name": "AllowVendedLogDeliveryForResource",
4
+ "isPermissionOnly": true,
5
+ "description": "Grants permission to authorize vended logs",
6
+ "accessLevel": "Permissions management",
7
+ "resourceTypes": [],
8
+ "conditionKeys": [],
9
+ "dependentActions": []
10
+ },
2
11
  "associateservice": {
3
12
  "name": "AssociateService",
4
13
  "description": "Grants permission to associate service",
@@ -43,6 +52,14 @@
43
52
  "conditionKeys": [],
44
53
  "dependentActions": []
45
54
  },
55
+ "createchat": {
56
+ "name": "CreateChat",
57
+ "description": "Grants permission to create a new chat session",
58
+ "accessLevel": "Write",
59
+ "resourceTypes": [],
60
+ "conditionKeys": [],
61
+ "dependentActions": []
62
+ },
46
63
  "createknowledgeitem": {
47
64
  "name": "CreateKnowledgeItem",
48
65
  "description": "Grants permission to create a new knowledge item",
@@ -332,6 +349,14 @@
332
349
  "conditionKeys": [],
333
350
  "dependentActions": []
334
351
  },
352
+ "listchats": {
353
+ "name": "ListChats",
354
+ "description": "Grants permission to list existing chat sessions",
355
+ "accessLevel": "List",
356
+ "resourceTypes": [],
357
+ "conditionKeys": [],
358
+ "dependentActions": []
359
+ },
335
360
  "listexecutions": {
336
361
  "name": "ListExecutions",
337
362
  "description": "Grants permission to list executions",
@@ -440,6 +465,14 @@
440
465
  "conditionKeys": [],
441
466
  "dependentActions": []
442
467
  },
468
+ "streammessage": {
469
+ "name": "StreamMessage",
470
+ "description": "Grants permission to invoke an agent",
471
+ "accessLevel": "Write",
472
+ "resourceTypes": [],
473
+ "conditionKeys": [],
474
+ "dependentActions": []
475
+ },
443
476
  "updateagentspace": {
444
477
  "name": "UpdateAgentSpace",
445
478
  "description": "Grants permission to update agentspace",
@@ -484,6 +517,14 @@
484
517
  "conditionKeys": [],
485
518
  "dependentActions": []
486
519
  },
520
+ "updategoal": {
521
+ "name": "UpdateGoal",
522
+ "description": "Grants permission to update a goal",
523
+ "accessLevel": "Write",
524
+ "resourceTypes": [],
525
+ "conditionKeys": [],
526
+ "dependentActions": []
527
+ },
487
528
  "updateknowledgeitem": {
488
529
  "name": "UpdateKnowledgeItem",
489
530
  "description": "Grants permission to update a knowledge item",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.17.202602271",
3
+ "version": "0.17.202603011",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/cloud-copilot/iam-data.git"
8
8
  },
9
- "updatedAt": "2026-02-27T05:40:40.838Z",
9
+ "updatedAt": "2026-03-01T05:40:07.247Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",