@cloud-copilot/iam-data 0.15.202509161 → 0.15.202509171

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.
@@ -1143,6 +1143,21 @@
1143
1143
  ],
1144
1144
  "dependentActions": []
1145
1145
  },
1146
+ "retrieve": {
1147
+ "name": "Retrieve",
1148
+ "description": "Grants permission to retrieve knowledge content from specified assistant associations",
1149
+ "accessLevel": "Read",
1150
+ "resourceTypes": [
1151
+ {
1152
+ "name": "Assistant",
1153
+ "required": true,
1154
+ "conditionKeys": [],
1155
+ "dependentActions": []
1156
+ }
1157
+ ],
1158
+ "conditionKeys": [],
1159
+ "dependentActions": []
1160
+ },
1146
1161
  "searchcontent": {
1147
1162
  "name": "SearchContent",
1148
1163
  "description": "Grants permission to search for content referencing a specified knowledge base. Can be used to get a specific content resource by its name",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202509161",
3
+ "version": "0.15.202509171",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-09-16T04:44:53.818Z",
6
+ "updatedAt": "2025-09-17T04:45:17.323Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",