@nevermined-io/cli 1.0.11-rc.1 → 1.0.11

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.
Files changed (2) hide show
  1. package/oclif.manifest.json +90 -90
  2. package/package.json +1 -1
@@ -1241,6 +1241,95 @@
1241
1241
  "get-members.js"
1242
1242
  ]
1243
1243
  },
1244
+ "x402token:get-x402-access-token": {
1245
+ "aliases": [],
1246
+ "args": {
1247
+ "plan": {
1248
+ "description": "plan identifier",
1249
+ "name": "plan",
1250
+ "required": true
1251
+ }
1252
+ },
1253
+ "description": "Create a permission and get an X402 access token for the given plan. This token allows the agent to verify and settle permissions on behalf of the subscriber. The token contains cryptographically signed session keys that delegate specific permissions (order, burn) to the agent.",
1254
+ "examples": [
1255
+ "$ nvm x402token get-x402-access-token <planId>"
1256
+ ],
1257
+ "flags": {
1258
+ "profile": {
1259
+ "char": "p",
1260
+ "description": "Configuration profile to use",
1261
+ "name": "profile",
1262
+ "required": false,
1263
+ "hasDynamicHelp": false,
1264
+ "multiple": false,
1265
+ "type": "option"
1266
+ },
1267
+ "format": {
1268
+ "char": "f",
1269
+ "description": "Output format",
1270
+ "name": "format",
1271
+ "default": "table",
1272
+ "hasDynamicHelp": false,
1273
+ "multiple": false,
1274
+ "options": [
1275
+ "table",
1276
+ "json",
1277
+ "quiet"
1278
+ ],
1279
+ "type": "option"
1280
+ },
1281
+ "verbose": {
1282
+ "char": "v",
1283
+ "description": "Verbose output",
1284
+ "name": "verbose",
1285
+ "allowNo": false,
1286
+ "type": "boolean"
1287
+ },
1288
+ "agent-id": {
1289
+ "name": "agent-id",
1290
+ "required": false,
1291
+ "hasDynamicHelp": false,
1292
+ "multiple": false,
1293
+ "type": "option"
1294
+ },
1295
+ "redemption-limit": {
1296
+ "name": "redemption-limit",
1297
+ "required": false,
1298
+ "hasDynamicHelp": false,
1299
+ "multiple": false,
1300
+ "type": "option"
1301
+ },
1302
+ "order-limit": {
1303
+ "name": "order-limit",
1304
+ "required": false,
1305
+ "hasDynamicHelp": false,
1306
+ "multiple": false,
1307
+ "type": "option"
1308
+ },
1309
+ "expiration": {
1310
+ "name": "expiration",
1311
+ "required": false,
1312
+ "hasDynamicHelp": false,
1313
+ "multiple": false,
1314
+ "type": "option"
1315
+ }
1316
+ },
1317
+ "hasDynamicHelp": false,
1318
+ "hiddenAliases": [],
1319
+ "id": "x402token:get-x402-access-token",
1320
+ "pluginAlias": "@nevermined-io/cli",
1321
+ "pluginName": "@nevermined-io/cli",
1322
+ "pluginType": "core",
1323
+ "strict": true,
1324
+ "enableJsonFlag": false,
1325
+ "isESM": true,
1326
+ "relativePath": [
1327
+ "dist",
1328
+ "commands",
1329
+ "x402token",
1330
+ "get-x402-access-token.js"
1331
+ ]
1332
+ },
1244
1333
  "plans:get-agents-associated-to-a-plan": {
1245
1334
  "aliases": [],
1246
1335
  "args": {
@@ -3180,96 +3269,7 @@
3180
3269
  "plans",
3181
3270
  "set-redemption-type.js"
3182
3271
  ]
3183
- },
3184
- "x402token:get-x402-access-token": {
3185
- "aliases": [],
3186
- "args": {
3187
- "plan": {
3188
- "description": "plan identifier",
3189
- "name": "plan",
3190
- "required": true
3191
- }
3192
- },
3193
- "description": "Create a permission and get an X402 access token for the given plan. This token allows the agent to verify and settle permissions on behalf of the subscriber. The token contains cryptographically signed session keys that delegate specific permissions (order, burn) to the agent.",
3194
- "examples": [
3195
- "$ nvm x402token get-x402-access-token <planId>"
3196
- ],
3197
- "flags": {
3198
- "profile": {
3199
- "char": "p",
3200
- "description": "Configuration profile to use",
3201
- "name": "profile",
3202
- "required": false,
3203
- "hasDynamicHelp": false,
3204
- "multiple": false,
3205
- "type": "option"
3206
- },
3207
- "format": {
3208
- "char": "f",
3209
- "description": "Output format",
3210
- "name": "format",
3211
- "default": "table",
3212
- "hasDynamicHelp": false,
3213
- "multiple": false,
3214
- "options": [
3215
- "table",
3216
- "json",
3217
- "quiet"
3218
- ],
3219
- "type": "option"
3220
- },
3221
- "verbose": {
3222
- "char": "v",
3223
- "description": "Verbose output",
3224
- "name": "verbose",
3225
- "allowNo": false,
3226
- "type": "boolean"
3227
- },
3228
- "agent-id": {
3229
- "name": "agent-id",
3230
- "required": false,
3231
- "hasDynamicHelp": false,
3232
- "multiple": false,
3233
- "type": "option"
3234
- },
3235
- "redemption-limit": {
3236
- "name": "redemption-limit",
3237
- "required": false,
3238
- "hasDynamicHelp": false,
3239
- "multiple": false,
3240
- "type": "option"
3241
- },
3242
- "order-limit": {
3243
- "name": "order-limit",
3244
- "required": false,
3245
- "hasDynamicHelp": false,
3246
- "multiple": false,
3247
- "type": "option"
3248
- },
3249
- "expiration": {
3250
- "name": "expiration",
3251
- "required": false,
3252
- "hasDynamicHelp": false,
3253
- "multiple": false,
3254
- "type": "option"
3255
- }
3256
- },
3257
- "hasDynamicHelp": false,
3258
- "hiddenAliases": [],
3259
- "id": "x402token:get-x402-access-token",
3260
- "pluginAlias": "@nevermined-io/cli",
3261
- "pluginName": "@nevermined-io/cli",
3262
- "pluginType": "core",
3263
- "strict": true,
3264
- "enableJsonFlag": false,
3265
- "isESM": true,
3266
- "relativePath": [
3267
- "dist",
3268
- "commands",
3269
- "x402token",
3270
- "get-x402-access-token.js"
3271
- ]
3272
3272
  }
3273
3273
  },
3274
- "version": "1.0.11-rc.1"
3274
+ "version": "1.0.11"
3275
3275
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nevermined-io/cli",
3
- "version": "1.0.11-rc.1",
3
+ "version": "1.0.11",
4
4
  "description": "CLI for Nevermined Payments SDK",
5
5
  "author": "Nevermined AG",
6
6
  "license": "Apache-2.0",