@cloud-copilot/iam-data 0.15.202512101 → 0.15.202512111

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.
@@ -166,6 +166,27 @@
166
166
  "conditionKeys": [],
167
167
  "dependentActions": []
168
168
  },
169
+ "getgovcloudaccountinformation": {
170
+ "name": "GetGovCloudAccountInformation",
171
+ "description": "Grants permission to retrieve the linked GovCloud account information for an account",
172
+ "accessLevel": "Read",
173
+ "resourceTypes": [
174
+ {
175
+ "name": "account",
176
+ "required": false,
177
+ "conditionKeys": [],
178
+ "dependentActions": []
179
+ },
180
+ {
181
+ "name": "accountInOrganization",
182
+ "required": false,
183
+ "conditionKeys": [],
184
+ "dependentActions": []
185
+ }
186
+ ],
187
+ "conditionKeys": [],
188
+ "dependentActions": []
189
+ },
169
190
  "getprimaryemail": {
170
191
  "name": "GetPrimaryEmail",
171
192
  "description": "Grants permission to retrieve the primary email address of an account",
@@ -143,6 +143,14 @@
143
143
  "conditionKeys": [],
144
144
  "dependentActions": []
145
145
  },
146
+ "listreportversions": {
147
+ "name": "ListReportVersions",
148
+ "description": "Grants permission to list report versions in your account",
149
+ "accessLevel": "List",
150
+ "resourceTypes": [],
151
+ "conditionKeys": [],
152
+ "dependentActions": []
153
+ },
146
154
  "listreports": {
147
155
  "name": "ListReports",
148
156
  "description": "Grants permission to list reports in your account",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202512101",
3
+ "version": "0.15.202512111",
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": "2025-12-10T04:56:34.711Z",
9
+ "updatedAt": "2025-12-11T04:58:14.608Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",