@cloud-copilot/iam-data 0.18.202603101 → 0.18.202603121

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.
@@ -956,6 +956,14 @@
956
956
  "conditionKeys": [],
957
957
  "dependentActions": []
958
958
  },
959
+ "getnotebookexport": {
960
+ "name": "GetNotebookExport",
961
+ "description": "Grants permission to get notebook exports",
962
+ "accessLevel": "Read",
963
+ "resourceTypes": [],
964
+ "conditionKeys": [],
965
+ "dependentActions": []
966
+ },
959
967
  "getproject": {
960
968
  "name": "GetProject",
961
969
  "description": "Grants permission to get Project details",
@@ -1621,6 +1629,22 @@
1621
1629
  "conditionKeys": [],
1622
1630
  "dependentActions": []
1623
1631
  },
1632
+ "startnotebookexport": {
1633
+ "name": "StartNotebookExport",
1634
+ "description": "Grants permission to export notebooks",
1635
+ "accessLevel": "Write",
1636
+ "resourceTypes": [],
1637
+ "conditionKeys": [],
1638
+ "dependentActions": []
1639
+ },
1640
+ "startnotebookimport": {
1641
+ "name": "StartNotebookImport",
1642
+ "description": "Grants permission to import notebooks",
1643
+ "accessLevel": "Write",
1644
+ "resourceTypes": [],
1645
+ "conditionKeys": [],
1646
+ "dependentActions": []
1647
+ },
1624
1648
  "stopmetadatagenerationrun": {
1625
1649
  "name": "StopMetadataGenerationRun",
1626
1650
  "description": "Grants permission to stop metadata generation run",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.18.202603101",
3
+ "version": "0.18.202603121",
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-03-10T05:36:13.427Z",
9
+ "updatedAt": "2026-03-12T05:07:48.990Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",