@cloud-copilot/iam-data 0.15.202602141 → 0.15.202602171

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.
@@ -175,6 +175,29 @@
175
175
  ],
176
176
  "dependentActions": []
177
177
  },
178
+ "generateas2805kekvalidation": {
179
+ "name": "GenerateAs2805KekValidation",
180
+ "description": "Grants permission to generate a KekValidationRequest or a KekValidationResponse for node-to-node initialization between payment processing nodes using Australian Standard 2805 (AS2805)",
181
+ "accessLevel": "Write",
182
+ "resourceTypes": [
183
+ {
184
+ "name": "alias",
185
+ "required": true,
186
+ "conditionKeys": [],
187
+ "dependentActions": []
188
+ },
189
+ {
190
+ "name": "key",
191
+ "required": true,
192
+ "conditionKeys": [],
193
+ "dependentActions": []
194
+ }
195
+ ],
196
+ "conditionKeys": [
197
+ "payment-cryptography:RequestAlias"
198
+ ],
199
+ "dependentActions": []
200
+ },
178
201
  "generatecardvalidationdata": {
179
202
  "name": "GenerateCardValidationData",
180
203
  "description": "Grants permission to generate card-related data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card Verification Values (dCVV/dCVV2) or Card Security Codes (CSC) that check the validity of a magnetic stripe card",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "payment-cryptography:importkeymaterial": {
23
23
  "key": "payment-cryptography:ImportKeyMaterial",
24
- "description": "Filters access by the type of key material being imported [RootCertificatePublicKey, TrustedCertificatePublicKey, Tr34KeyBlock, Tr31KeyBlock] for the ImportKey operation",
24
+ "description": "Filters access by the type of key material being imported [RootCertificatePublicKey, TrustedCertificatePublicKey, Tr34KeyBlock, Tr31KeyBlock, DiffieHellmanTr31KeyBlock, As2805KeyCryptogram] for the ImportKey operation",
25
25
  "type": "String"
26
26
  },
27
27
  "payment-cryptography:keyalgorithm": {
@@ -237,7 +237,7 @@
237
237
  "sts:identitytokenaudience": {
238
238
  "key": "sts:IdentityTokenAudience",
239
239
  "description": "Filters access by the audience that is passed in the request",
240
- "type": "String"
240
+ "type": "ArrayOfString"
241
241
  },
242
242
  "sts:requestcontext/${contextkey}": {
243
243
  "key": "sts:RequestContext/${ContextKey}",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202602141",
3
+ "version": "0.15.202602171",
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-14T05:33:49.648Z",
9
+ "updatedAt": "2026-02-17T05:46:24.183Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",