@sendmux/cli 1.0.1 → 1.1.0
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.
- package/README.md +6 -5
- package/dist/base-command.d.ts +2 -2
- package/dist/base-command.d.ts.map +1 -1
- package/dist/base-command.js +4 -4
- package/dist/commands/management/check-mailbox-availability.d.ts +26 -0
- package/dist/commands/management/check-mailbox-availability.d.ts.map +1 -0
- package/dist/commands/management/check-mailbox-availability.js +7 -0
- package/dist/commands/sending/get-open-api-spec.d.ts +1 -1
- package/dist/commands/sending/send/batch.d.ts +1 -1
- package/dist/commands/sending/send.d.ts +1 -1
- package/dist/generated/operations.d.ts +26 -5
- package/dist/generated/operations.d.ts.map +1 -1
- package/dist/generated/operations.js +26 -3
- package/dist/key-kind.d.ts +3 -0
- package/dist/key-kind.d.ts.map +1 -1
- package/dist/key-kind.js +13 -1
- package/dist/operation-types.d.ts +2 -2
- package/dist/operation-types.d.ts.map +1 -1
- package/oclif.manifest.json +494 -361
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -6138,51 +6138,10 @@
|
|
|
6138
6138
|
"upload-attachment.js"
|
|
6139
6139
|
]
|
|
6140
6140
|
},
|
|
6141
|
-
"
|
|
6141
|
+
"sending:get-open-api-spec": {
|
|
6142
6142
|
"aliases": [],
|
|
6143
6143
|
"args": {},
|
|
6144
|
-
"description": "
|
|
6145
|
-
"flags": {
|
|
6146
|
-
"json": {
|
|
6147
|
-
"description": "Format output as json.",
|
|
6148
|
-
"helpGroup": "GLOBAL",
|
|
6149
|
-
"name": "json",
|
|
6150
|
-
"allowNo": false,
|
|
6151
|
-
"type": "boolean"
|
|
6152
|
-
},
|
|
6153
|
-
"verbose": {
|
|
6154
|
-
"description": "Include masked API key prefixes.",
|
|
6155
|
-
"name": "verbose",
|
|
6156
|
-
"allowNo": false,
|
|
6157
|
-
"type": "boolean"
|
|
6158
|
-
}
|
|
6159
|
-
},
|
|
6160
|
-
"hasDynamicHelp": false,
|
|
6161
|
-
"hiddenAliases": [],
|
|
6162
|
-
"id": "profiles:list",
|
|
6163
|
-
"pluginAlias": "@sendmux/cli",
|
|
6164
|
-
"pluginName": "@sendmux/cli",
|
|
6165
|
-
"pluginType": "core",
|
|
6166
|
-
"strict": true,
|
|
6167
|
-
"enableJsonFlag": true,
|
|
6168
|
-
"isESM": true,
|
|
6169
|
-
"relativePath": [
|
|
6170
|
-
"dist",
|
|
6171
|
-
"commands",
|
|
6172
|
-
"profiles",
|
|
6173
|
-
"list.js"
|
|
6174
|
-
]
|
|
6175
|
-
},
|
|
6176
|
-
"profiles:set": {
|
|
6177
|
-
"aliases": [],
|
|
6178
|
-
"args": {
|
|
6179
|
-
"name": {
|
|
6180
|
-
"description": "Profile name.",
|
|
6181
|
-
"name": "name",
|
|
6182
|
-
"required": true
|
|
6183
|
-
}
|
|
6184
|
-
},
|
|
6185
|
-
"description": "Create or update a local Sendmux CLI profile.",
|
|
6144
|
+
"description": "OpenAPI 3.1 specification",
|
|
6186
6145
|
"flags": {
|
|
6187
6146
|
"json": {
|
|
6188
6147
|
"description": "Format output as json.",
|
|
@@ -6193,81 +6152,129 @@
|
|
|
6193
6152
|
},
|
|
6194
6153
|
"api-key": {
|
|
6195
6154
|
"description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
|
|
6155
|
+
"helpGroup": "GLOBAL",
|
|
6196
6156
|
"name": "api-key",
|
|
6197
|
-
"required": false,
|
|
6198
6157
|
"hasDynamicHelp": false,
|
|
6199
6158
|
"multiple": false,
|
|
6200
6159
|
"type": "option"
|
|
6201
6160
|
},
|
|
6202
6161
|
"base-url": {
|
|
6203
|
-
"description": "
|
|
6162
|
+
"description": "Override the API base URL. Defaults to the SDK surface default or SENDMUX_BASE_URL.",
|
|
6163
|
+
"helpGroup": "GLOBAL",
|
|
6204
6164
|
"name": "base-url",
|
|
6205
6165
|
"hasDynamicHelp": false,
|
|
6206
6166
|
"multiple": false,
|
|
6207
6167
|
"type": "option"
|
|
6208
6168
|
},
|
|
6209
|
-
"
|
|
6210
|
-
"
|
|
6211
|
-
"
|
|
6212
|
-
"allowNo": false,
|
|
6213
|
-
"type": "boolean"
|
|
6214
|
-
}
|
|
6215
|
-
},
|
|
6216
|
-
"hasDynamicHelp": false,
|
|
6217
|
-
"hiddenAliases": [],
|
|
6218
|
-
"id": "profiles:set",
|
|
6219
|
-
"pluginAlias": "@sendmux/cli",
|
|
6220
|
-
"pluginName": "@sendmux/cli",
|
|
6221
|
-
"pluginType": "core",
|
|
6222
|
-
"strict": true,
|
|
6223
|
-
"enableJsonFlag": true,
|
|
6224
|
-
"isESM": true,
|
|
6225
|
-
"relativePath": [
|
|
6226
|
-
"dist",
|
|
6227
|
-
"commands",
|
|
6228
|
-
"profiles",
|
|
6229
|
-
"set.js"
|
|
6230
|
-
]
|
|
6231
|
-
},
|
|
6232
|
-
"profiles:show": {
|
|
6233
|
-
"aliases": [],
|
|
6234
|
-
"args": {
|
|
6235
|
-
"name": {
|
|
6236
|
-
"description": "Profile name. Defaults to the configured default profile.",
|
|
6237
|
-
"name": "name",
|
|
6238
|
-
"required": false
|
|
6239
|
-
}
|
|
6240
|
-
},
|
|
6241
|
-
"description": "Show a local Sendmux CLI profile without revealing its key.",
|
|
6242
|
-
"flags": {
|
|
6243
|
-
"json": {
|
|
6244
|
-
"description": "Format output as json.",
|
|
6169
|
+
"profile": {
|
|
6170
|
+
"char": "p",
|
|
6171
|
+
"description": "Profile name from the local Sendmux CLI config. Defaults to SENDMUX_PROFILE or the configured default profile.",
|
|
6245
6172
|
"helpGroup": "GLOBAL",
|
|
6246
|
-
"name": "
|
|
6247
|
-
"
|
|
6248
|
-
"
|
|
6173
|
+
"name": "profile",
|
|
6174
|
+
"hasDynamicHelp": false,
|
|
6175
|
+
"multiple": false,
|
|
6176
|
+
"type": "option"
|
|
6177
|
+
},
|
|
6178
|
+
"body": {
|
|
6179
|
+
"description": "JSON request body, or UTF-8 bytes for binary operations.",
|
|
6180
|
+
"name": "body",
|
|
6181
|
+
"hasDynamicHelp": false,
|
|
6182
|
+
"multiple": false,
|
|
6183
|
+
"type": "option"
|
|
6184
|
+
},
|
|
6185
|
+
"body-file": {
|
|
6186
|
+
"description": "Path to a JSON request body file, or a binary file for binary operations.",
|
|
6187
|
+
"name": "body-file",
|
|
6188
|
+
"hasDynamicHelp": false,
|
|
6189
|
+
"multiple": false,
|
|
6190
|
+
"type": "option"
|
|
6191
|
+
},
|
|
6192
|
+
"header": {
|
|
6193
|
+
"description": "Header as name=value. Repeat for multiple headers.",
|
|
6194
|
+
"name": "header",
|
|
6195
|
+
"hasDynamicHelp": false,
|
|
6196
|
+
"multiple": true,
|
|
6197
|
+
"type": "option"
|
|
6198
|
+
},
|
|
6199
|
+
"idempotency-key": {
|
|
6200
|
+
"description": "Set the Idempotency-Key header.",
|
|
6201
|
+
"name": "idempotency-key",
|
|
6202
|
+
"hasDynamicHelp": false,
|
|
6203
|
+
"multiple": false,
|
|
6204
|
+
"type": "option"
|
|
6205
|
+
},
|
|
6206
|
+
"if-match": {
|
|
6207
|
+
"description": "Set the If-Match header.",
|
|
6208
|
+
"name": "if-match",
|
|
6209
|
+
"hasDynamicHelp": false,
|
|
6210
|
+
"multiple": false,
|
|
6211
|
+
"type": "option"
|
|
6212
|
+
},
|
|
6213
|
+
"if-none-match": {
|
|
6214
|
+
"description": "Set the If-None-Match header.",
|
|
6215
|
+
"name": "if-none-match",
|
|
6216
|
+
"hasDynamicHelp": false,
|
|
6217
|
+
"multiple": false,
|
|
6218
|
+
"type": "option"
|
|
6219
|
+
},
|
|
6220
|
+
"path": {
|
|
6221
|
+
"description": "Path parameter as name=value. Repeat for multiple path parameters.",
|
|
6222
|
+
"name": "path",
|
|
6223
|
+
"hasDynamicHelp": false,
|
|
6224
|
+
"multiple": true,
|
|
6225
|
+
"type": "option"
|
|
6226
|
+
},
|
|
6227
|
+
"query": {
|
|
6228
|
+
"description": "Query parameter as name=value. Repeat for multiple query parameters.",
|
|
6229
|
+
"name": "query",
|
|
6230
|
+
"hasDynamicHelp": false,
|
|
6231
|
+
"multiple": true,
|
|
6232
|
+
"type": "option"
|
|
6249
6233
|
}
|
|
6250
6234
|
},
|
|
6251
6235
|
"hasDynamicHelp": false,
|
|
6252
6236
|
"hiddenAliases": [],
|
|
6253
|
-
"id": "
|
|
6237
|
+
"id": "sending:get-open-api-spec",
|
|
6254
6238
|
"pluginAlias": "@sendmux/cli",
|
|
6255
6239
|
"pluginName": "@sendmux/cli",
|
|
6256
6240
|
"pluginType": "core",
|
|
6257
6241
|
"strict": true,
|
|
6258
6242
|
"enableJsonFlag": true,
|
|
6243
|
+
"operation": {
|
|
6244
|
+
"bodyKind": "none",
|
|
6245
|
+
"command": "sending:get-open-api-spec",
|
|
6246
|
+
"description": "OpenAPI 3.1 specification",
|
|
6247
|
+
"headerParams": [
|
|
6248
|
+
{
|
|
6249
|
+
"name": "If-None-Match",
|
|
6250
|
+
"required": false,
|
|
6251
|
+
"schema": {
|
|
6252
|
+
"type": "string"
|
|
6253
|
+
}
|
|
6254
|
+
}
|
|
6255
|
+
],
|
|
6256
|
+
"method": "get",
|
|
6257
|
+
"operationId": "sendingGetOpenApiSpec",
|
|
6258
|
+
"path": "/openapi.json",
|
|
6259
|
+
"pathParams": [],
|
|
6260
|
+
"queryParams": [],
|
|
6261
|
+
"responseKind": "json",
|
|
6262
|
+
"requestBodyRequired": false,
|
|
6263
|
+
"requiredKeyKind": "sending",
|
|
6264
|
+
"surface": "sending"
|
|
6265
|
+
},
|
|
6259
6266
|
"isESM": true,
|
|
6260
6267
|
"relativePath": [
|
|
6261
6268
|
"dist",
|
|
6262
6269
|
"commands",
|
|
6263
|
-
"
|
|
6264
|
-
"
|
|
6270
|
+
"sending",
|
|
6271
|
+
"get-open-api-spec.js"
|
|
6265
6272
|
]
|
|
6266
6273
|
},
|
|
6267
|
-
"sending:
|
|
6274
|
+
"sending:send": {
|
|
6268
6275
|
"aliases": [],
|
|
6269
6276
|
"args": {},
|
|
6270
|
-
"description": "
|
|
6277
|
+
"description": "Send a single email",
|
|
6271
6278
|
"flags": {
|
|
6272
6279
|
"json": {
|
|
6273
6280
|
"description": "Format output as json.",
|
|
@@ -6360,47 +6367,174 @@
|
|
|
6360
6367
|
},
|
|
6361
6368
|
"hasDynamicHelp": false,
|
|
6362
6369
|
"hiddenAliases": [],
|
|
6363
|
-
"id": "sending:
|
|
6370
|
+
"id": "sending:send",
|
|
6371
|
+
"pluginAlias": "@sendmux/cli",
|
|
6372
|
+
"pluginName": "@sendmux/cli",
|
|
6373
|
+
"pluginType": "core",
|
|
6374
|
+
"strict": true,
|
|
6375
|
+
"enableJsonFlag": true,
|
|
6376
|
+
"operation": {
|
|
6377
|
+
"bodyKind": "json",
|
|
6378
|
+
"command": "sending:send",
|
|
6379
|
+
"description": "Send a single email",
|
|
6380
|
+
"headerParams": [
|
|
6381
|
+
{
|
|
6382
|
+
"name": "Idempotency-Key",
|
|
6383
|
+
"required": false,
|
|
6384
|
+
"schema": {
|
|
6385
|
+
"type": "string",
|
|
6386
|
+
"maxLength": 255
|
|
6387
|
+
}
|
|
6388
|
+
}
|
|
6389
|
+
],
|
|
6390
|
+
"method": "post",
|
|
6391
|
+
"operationId": "sendingSendEmail",
|
|
6392
|
+
"path": "/emails/send",
|
|
6393
|
+
"pathParams": [],
|
|
6394
|
+
"queryParams": [],
|
|
6395
|
+
"responseKind": "json",
|
|
6396
|
+
"requestBodyRequired": true,
|
|
6397
|
+
"requiredKeyKind": "sending",
|
|
6398
|
+
"surface": "sending"
|
|
6399
|
+
},
|
|
6400
|
+
"isESM": true,
|
|
6401
|
+
"relativePath": [
|
|
6402
|
+
"dist",
|
|
6403
|
+
"commands",
|
|
6404
|
+
"sending",
|
|
6405
|
+
"send.js"
|
|
6406
|
+
]
|
|
6407
|
+
},
|
|
6408
|
+
"profiles:list": {
|
|
6409
|
+
"aliases": [],
|
|
6410
|
+
"args": {},
|
|
6411
|
+
"description": "List local Sendmux CLI profiles.",
|
|
6412
|
+
"flags": {
|
|
6413
|
+
"json": {
|
|
6414
|
+
"description": "Format output as json.",
|
|
6415
|
+
"helpGroup": "GLOBAL",
|
|
6416
|
+
"name": "json",
|
|
6417
|
+
"allowNo": false,
|
|
6418
|
+
"type": "boolean"
|
|
6419
|
+
},
|
|
6420
|
+
"verbose": {
|
|
6421
|
+
"description": "Include masked API key prefixes.",
|
|
6422
|
+
"name": "verbose",
|
|
6423
|
+
"allowNo": false,
|
|
6424
|
+
"type": "boolean"
|
|
6425
|
+
}
|
|
6426
|
+
},
|
|
6427
|
+
"hasDynamicHelp": false,
|
|
6428
|
+
"hiddenAliases": [],
|
|
6429
|
+
"id": "profiles:list",
|
|
6430
|
+
"pluginAlias": "@sendmux/cli",
|
|
6431
|
+
"pluginName": "@sendmux/cli",
|
|
6432
|
+
"pluginType": "core",
|
|
6433
|
+
"strict": true,
|
|
6434
|
+
"enableJsonFlag": true,
|
|
6435
|
+
"isESM": true,
|
|
6436
|
+
"relativePath": [
|
|
6437
|
+
"dist",
|
|
6438
|
+
"commands",
|
|
6439
|
+
"profiles",
|
|
6440
|
+
"list.js"
|
|
6441
|
+
]
|
|
6442
|
+
},
|
|
6443
|
+
"profiles:set": {
|
|
6444
|
+
"aliases": [],
|
|
6445
|
+
"args": {
|
|
6446
|
+
"name": {
|
|
6447
|
+
"description": "Profile name.",
|
|
6448
|
+
"name": "name",
|
|
6449
|
+
"required": true
|
|
6450
|
+
}
|
|
6451
|
+
},
|
|
6452
|
+
"description": "Create or update a local Sendmux CLI profile.",
|
|
6453
|
+
"flags": {
|
|
6454
|
+
"json": {
|
|
6455
|
+
"description": "Format output as json.",
|
|
6456
|
+
"helpGroup": "GLOBAL",
|
|
6457
|
+
"name": "json",
|
|
6458
|
+
"allowNo": false,
|
|
6459
|
+
"type": "boolean"
|
|
6460
|
+
},
|
|
6461
|
+
"api-key": {
|
|
6462
|
+
"description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
|
|
6463
|
+
"name": "api-key",
|
|
6464
|
+
"required": false,
|
|
6465
|
+
"hasDynamicHelp": false,
|
|
6466
|
+
"multiple": false,
|
|
6467
|
+
"type": "option"
|
|
6468
|
+
},
|
|
6469
|
+
"base-url": {
|
|
6470
|
+
"description": "Optional API base URL override for this profile.",
|
|
6471
|
+
"name": "base-url",
|
|
6472
|
+
"hasDynamicHelp": false,
|
|
6473
|
+
"multiple": false,
|
|
6474
|
+
"type": "option"
|
|
6475
|
+
},
|
|
6476
|
+
"default": {
|
|
6477
|
+
"description": "Make this the default profile.",
|
|
6478
|
+
"name": "default",
|
|
6479
|
+
"allowNo": false,
|
|
6480
|
+
"type": "boolean"
|
|
6481
|
+
}
|
|
6482
|
+
},
|
|
6483
|
+
"hasDynamicHelp": false,
|
|
6484
|
+
"hiddenAliases": [],
|
|
6485
|
+
"id": "profiles:set",
|
|
6486
|
+
"pluginAlias": "@sendmux/cli",
|
|
6487
|
+
"pluginName": "@sendmux/cli",
|
|
6488
|
+
"pluginType": "core",
|
|
6489
|
+
"strict": true,
|
|
6490
|
+
"enableJsonFlag": true,
|
|
6491
|
+
"isESM": true,
|
|
6492
|
+
"relativePath": [
|
|
6493
|
+
"dist",
|
|
6494
|
+
"commands",
|
|
6495
|
+
"profiles",
|
|
6496
|
+
"set.js"
|
|
6497
|
+
]
|
|
6498
|
+
},
|
|
6499
|
+
"profiles:show": {
|
|
6500
|
+
"aliases": [],
|
|
6501
|
+
"args": {
|
|
6502
|
+
"name": {
|
|
6503
|
+
"description": "Profile name. Defaults to the configured default profile.",
|
|
6504
|
+
"name": "name",
|
|
6505
|
+
"required": false
|
|
6506
|
+
}
|
|
6507
|
+
},
|
|
6508
|
+
"description": "Show a local Sendmux CLI profile without revealing its key.",
|
|
6509
|
+
"flags": {
|
|
6510
|
+
"json": {
|
|
6511
|
+
"description": "Format output as json.",
|
|
6512
|
+
"helpGroup": "GLOBAL",
|
|
6513
|
+
"name": "json",
|
|
6514
|
+
"allowNo": false,
|
|
6515
|
+
"type": "boolean"
|
|
6516
|
+
}
|
|
6517
|
+
},
|
|
6518
|
+
"hasDynamicHelp": false,
|
|
6519
|
+
"hiddenAliases": [],
|
|
6520
|
+
"id": "profiles:show",
|
|
6364
6521
|
"pluginAlias": "@sendmux/cli",
|
|
6365
6522
|
"pluginName": "@sendmux/cli",
|
|
6366
6523
|
"pluginType": "core",
|
|
6367
6524
|
"strict": true,
|
|
6368
6525
|
"enableJsonFlag": true,
|
|
6369
|
-
"operation": {
|
|
6370
|
-
"bodyKind": "none",
|
|
6371
|
-
"command": "sending:get-open-api-spec",
|
|
6372
|
-
"description": "OpenAPI 3.1 specification",
|
|
6373
|
-
"headerParams": [
|
|
6374
|
-
{
|
|
6375
|
-
"name": "If-None-Match",
|
|
6376
|
-
"required": false,
|
|
6377
|
-
"schema": {
|
|
6378
|
-
"type": "string"
|
|
6379
|
-
}
|
|
6380
|
-
}
|
|
6381
|
-
],
|
|
6382
|
-
"method": "get",
|
|
6383
|
-
"operationId": "sendingGetOpenApiSpec",
|
|
6384
|
-
"path": "/openapi.json",
|
|
6385
|
-
"pathParams": [],
|
|
6386
|
-
"queryParams": [],
|
|
6387
|
-
"responseKind": "json",
|
|
6388
|
-
"requestBodyRequired": false,
|
|
6389
|
-
"requiredKeyKind": "mailbox",
|
|
6390
|
-
"surface": "sending"
|
|
6391
|
-
},
|
|
6392
6526
|
"isESM": true,
|
|
6393
6527
|
"relativePath": [
|
|
6394
6528
|
"dist",
|
|
6395
6529
|
"commands",
|
|
6396
|
-
"
|
|
6397
|
-
"
|
|
6530
|
+
"profiles",
|
|
6531
|
+
"show.js"
|
|
6398
6532
|
]
|
|
6399
6533
|
},
|
|
6400
|
-
"
|
|
6534
|
+
"management:activate-provider": {
|
|
6401
6535
|
"aliases": [],
|
|
6402
6536
|
"args": {},
|
|
6403
|
-
"description": "
|
|
6537
|
+
"description": "Activate a sending account",
|
|
6404
6538
|
"flags": {
|
|
6405
6539
|
"json": {
|
|
6406
6540
|
"description": "Format output as json.",
|
|
@@ -6493,16 +6627,16 @@
|
|
|
6493
6627
|
},
|
|
6494
6628
|
"hasDynamicHelp": false,
|
|
6495
6629
|
"hiddenAliases": [],
|
|
6496
|
-
"id": "
|
|
6630
|
+
"id": "management:activate-provider",
|
|
6497
6631
|
"pluginAlias": "@sendmux/cli",
|
|
6498
6632
|
"pluginName": "@sendmux/cli",
|
|
6499
6633
|
"pluginType": "core",
|
|
6500
6634
|
"strict": true,
|
|
6501
6635
|
"enableJsonFlag": true,
|
|
6502
6636
|
"operation": {
|
|
6503
|
-
"bodyKind": "
|
|
6504
|
-
"command": "
|
|
6505
|
-
"description": "
|
|
6637
|
+
"bodyKind": "none",
|
|
6638
|
+
"command": "management:activate-provider",
|
|
6639
|
+
"description": "Activate a sending account",
|
|
6506
6640
|
"headerParams": [
|
|
6507
6641
|
{
|
|
6508
6642
|
"name": "Idempotency-Key",
|
|
@@ -6514,27 +6648,35 @@
|
|
|
6514
6648
|
}
|
|
6515
6649
|
],
|
|
6516
6650
|
"method": "post",
|
|
6517
|
-
"operationId": "
|
|
6518
|
-
"path": "/
|
|
6519
|
-
"pathParams": [
|
|
6651
|
+
"operationId": "managementActivateProvider",
|
|
6652
|
+
"path": "/providers/{public_id}/activate",
|
|
6653
|
+
"pathParams": [
|
|
6654
|
+
{
|
|
6655
|
+
"name": "public_id",
|
|
6656
|
+
"required": true,
|
|
6657
|
+
"schema": {
|
|
6658
|
+
"type": "string"
|
|
6659
|
+
}
|
|
6660
|
+
}
|
|
6661
|
+
],
|
|
6520
6662
|
"queryParams": [],
|
|
6521
6663
|
"responseKind": "json",
|
|
6522
|
-
"requestBodyRequired":
|
|
6523
|
-
"requiredKeyKind": "
|
|
6524
|
-
"surface": "
|
|
6664
|
+
"requestBodyRequired": false,
|
|
6665
|
+
"requiredKeyKind": "root",
|
|
6666
|
+
"surface": "management"
|
|
6525
6667
|
},
|
|
6526
6668
|
"isESM": true,
|
|
6527
6669
|
"relativePath": [
|
|
6528
6670
|
"dist",
|
|
6529
6671
|
"commands",
|
|
6530
|
-
"
|
|
6531
|
-
"
|
|
6672
|
+
"management",
|
|
6673
|
+
"activate-provider.js"
|
|
6532
6674
|
]
|
|
6533
6675
|
},
|
|
6534
|
-
"management:
|
|
6676
|
+
"management:cancel-shared-amazon-ses-limit-request": {
|
|
6535
6677
|
"aliases": [],
|
|
6536
6678
|
"args": {},
|
|
6537
|
-
"description": "
|
|
6679
|
+
"description": "Cancel a shared Amazon SES daily limit request",
|
|
6538
6680
|
"flags": {
|
|
6539
6681
|
"json": {
|
|
6540
6682
|
"description": "Format output as json.",
|
|
@@ -6627,7 +6769,7 @@
|
|
|
6627
6769
|
},
|
|
6628
6770
|
"hasDynamicHelp": false,
|
|
6629
6771
|
"hiddenAliases": [],
|
|
6630
|
-
"id": "management:
|
|
6772
|
+
"id": "management:cancel-shared-amazon-ses-limit-request",
|
|
6631
6773
|
"pluginAlias": "@sendmux/cli",
|
|
6632
6774
|
"pluginName": "@sendmux/cli",
|
|
6633
6775
|
"pluginType": "core",
|
|
@@ -6635,24 +6777,15 @@
|
|
|
6635
6777
|
"enableJsonFlag": true,
|
|
6636
6778
|
"operation": {
|
|
6637
6779
|
"bodyKind": "none",
|
|
6638
|
-
"command": "management:
|
|
6639
|
-
"description": "
|
|
6640
|
-
"headerParams": [
|
|
6641
|
-
|
|
6642
|
-
|
|
6643
|
-
|
|
6644
|
-
"schema": {
|
|
6645
|
-
"type": "string",
|
|
6646
|
-
"maxLength": 255
|
|
6647
|
-
}
|
|
6648
|
-
}
|
|
6649
|
-
],
|
|
6650
|
-
"method": "post",
|
|
6651
|
-
"operationId": "managementActivateProvider",
|
|
6652
|
-
"path": "/providers/{public_id}/activate",
|
|
6780
|
+
"command": "management:cancel-shared-amazon-ses-limit-request",
|
|
6781
|
+
"description": "Cancel a shared Amazon SES daily limit request",
|
|
6782
|
+
"headerParams": [],
|
|
6783
|
+
"method": "delete",
|
|
6784
|
+
"operationId": "managementCancelSharedAmazonSesLimitRequest",
|
|
6785
|
+
"path": "/providers/shared-amazon-ses-limit-request/{request_id}",
|
|
6653
6786
|
"pathParams": [
|
|
6654
6787
|
{
|
|
6655
|
-
"name": "
|
|
6788
|
+
"name": "request_id",
|
|
6656
6789
|
"required": true,
|
|
6657
6790
|
"schema": {
|
|
6658
6791
|
"type": "string"
|
|
@@ -6670,13 +6803,13 @@
|
|
|
6670
6803
|
"dist",
|
|
6671
6804
|
"commands",
|
|
6672
6805
|
"management",
|
|
6673
|
-
"
|
|
6806
|
+
"cancel-shared-amazon-ses-limit-request.js"
|
|
6674
6807
|
]
|
|
6675
6808
|
},
|
|
6676
|
-
"management:
|
|
6809
|
+
"management:check-mailbox-availability": {
|
|
6677
6810
|
"aliases": [],
|
|
6678
6811
|
"args": {},
|
|
6679
|
-
"description": "
|
|
6812
|
+
"description": "Check mailbox address availability",
|
|
6680
6813
|
"flags": {
|
|
6681
6814
|
"json": {
|
|
6682
6815
|
"description": "Format output as json.",
|
|
@@ -6769,7 +6902,7 @@
|
|
|
6769
6902
|
},
|
|
6770
6903
|
"hasDynamicHelp": false,
|
|
6771
6904
|
"hiddenAliases": [],
|
|
6772
|
-
"id": "management:
|
|
6905
|
+
"id": "management:check-mailbox-availability",
|
|
6773
6906
|
"pluginAlias": "@sendmux/cli",
|
|
6774
6907
|
"pluginName": "@sendmux/cli",
|
|
6775
6908
|
"pluginType": "core",
|
|
@@ -6777,22 +6910,22 @@
|
|
|
6777
6910
|
"enableJsonFlag": true,
|
|
6778
6911
|
"operation": {
|
|
6779
6912
|
"bodyKind": "none",
|
|
6780
|
-
"command": "management:
|
|
6781
|
-
"description": "
|
|
6913
|
+
"command": "management:check-mailbox-availability",
|
|
6914
|
+
"description": "Check mailbox address availability",
|
|
6782
6915
|
"headerParams": [],
|
|
6783
|
-
"method": "
|
|
6784
|
-
"operationId": "
|
|
6785
|
-
"path": "/
|
|
6786
|
-
"pathParams": [
|
|
6916
|
+
"method": "get",
|
|
6917
|
+
"operationId": "managementCheckMailboxAvailability",
|
|
6918
|
+
"path": "/mailboxes/availability",
|
|
6919
|
+
"pathParams": [],
|
|
6920
|
+
"queryParams": [
|
|
6787
6921
|
{
|
|
6788
|
-
"name": "
|
|
6922
|
+
"name": "email",
|
|
6789
6923
|
"required": true,
|
|
6790
6924
|
"schema": {
|
|
6791
6925
|
"type": "string"
|
|
6792
6926
|
}
|
|
6793
6927
|
}
|
|
6794
6928
|
],
|
|
6795
|
-
"queryParams": [],
|
|
6796
6929
|
"responseKind": "json",
|
|
6797
6930
|
"requestBodyRequired": false,
|
|
6798
6931
|
"requiredKeyKind": "root",
|
|
@@ -6803,7 +6936,7 @@
|
|
|
6803
6936
|
"dist",
|
|
6804
6937
|
"commands",
|
|
6805
6938
|
"management",
|
|
6806
|
-
"
|
|
6939
|
+
"check-mailbox-availability.js"
|
|
6807
6940
|
]
|
|
6808
6941
|
},
|
|
6809
6942
|
"management:create-domain": {
|
|
@@ -13111,154 +13244,21 @@
|
|
|
13111
13244
|
"strict": true,
|
|
13112
13245
|
"enableJsonFlag": true,
|
|
13113
13246
|
"operation": {
|
|
13114
|
-
"bodyKind": "json",
|
|
13115
|
-
"command": "management:update-webhook",
|
|
13116
|
-
"description": "Update a webhook subscription",
|
|
13117
|
-
"headerParams": [
|
|
13118
|
-
{
|
|
13119
|
-
"name": "If-Match",
|
|
13120
|
-
"required": false,
|
|
13121
|
-
"schema": {
|
|
13122
|
-
"type": "string"
|
|
13123
|
-
}
|
|
13124
|
-
}
|
|
13125
|
-
],
|
|
13126
|
-
"method": "patch",
|
|
13127
|
-
"operationId": "managementUpdateWebhook",
|
|
13128
|
-
"path": "/webhooks/{public_id}",
|
|
13129
|
-
"pathParams": [
|
|
13130
|
-
{
|
|
13131
|
-
"name": "public_id",
|
|
13132
|
-
"required": true,
|
|
13133
|
-
"schema": {
|
|
13134
|
-
"type": "string"
|
|
13135
|
-
}
|
|
13136
|
-
}
|
|
13137
|
-
],
|
|
13138
|
-
"queryParams": [],
|
|
13139
|
-
"responseKind": "json",
|
|
13140
|
-
"requestBodyRequired": false,
|
|
13141
|
-
"requiredKeyKind": "root",
|
|
13142
|
-
"surface": "management"
|
|
13143
|
-
},
|
|
13144
|
-
"isESM": true,
|
|
13145
|
-
"relativePath": [
|
|
13146
|
-
"dist",
|
|
13147
|
-
"commands",
|
|
13148
|
-
"management",
|
|
13149
|
-
"update-webhook.js"
|
|
13150
|
-
]
|
|
13151
|
-
},
|
|
13152
|
-
"management:verify-domain": {
|
|
13153
|
-
"aliases": [],
|
|
13154
|
-
"args": {},
|
|
13155
|
-
"description": "Verify a mailbox domain",
|
|
13156
|
-
"flags": {
|
|
13157
|
-
"json": {
|
|
13158
|
-
"description": "Format output as json.",
|
|
13159
|
-
"helpGroup": "GLOBAL",
|
|
13160
|
-
"name": "json",
|
|
13161
|
-
"allowNo": false,
|
|
13162
|
-
"type": "boolean"
|
|
13163
|
-
},
|
|
13164
|
-
"api-key": {
|
|
13165
|
-
"description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
|
|
13166
|
-
"helpGroup": "GLOBAL",
|
|
13167
|
-
"name": "api-key",
|
|
13168
|
-
"hasDynamicHelp": false,
|
|
13169
|
-
"multiple": false,
|
|
13170
|
-
"type": "option"
|
|
13171
|
-
},
|
|
13172
|
-
"base-url": {
|
|
13173
|
-
"description": "Override the API base URL. Defaults to the SDK surface default or SENDMUX_BASE_URL.",
|
|
13174
|
-
"helpGroup": "GLOBAL",
|
|
13175
|
-
"name": "base-url",
|
|
13176
|
-
"hasDynamicHelp": false,
|
|
13177
|
-
"multiple": false,
|
|
13178
|
-
"type": "option"
|
|
13179
|
-
},
|
|
13180
|
-
"profile": {
|
|
13181
|
-
"char": "p",
|
|
13182
|
-
"description": "Profile name from the local Sendmux CLI config. Defaults to SENDMUX_PROFILE or the configured default profile.",
|
|
13183
|
-
"helpGroup": "GLOBAL",
|
|
13184
|
-
"name": "profile",
|
|
13185
|
-
"hasDynamicHelp": false,
|
|
13186
|
-
"multiple": false,
|
|
13187
|
-
"type": "option"
|
|
13188
|
-
},
|
|
13189
|
-
"body": {
|
|
13190
|
-
"description": "JSON request body, or UTF-8 bytes for binary operations.",
|
|
13191
|
-
"name": "body",
|
|
13192
|
-
"hasDynamicHelp": false,
|
|
13193
|
-
"multiple": false,
|
|
13194
|
-
"type": "option"
|
|
13195
|
-
},
|
|
13196
|
-
"body-file": {
|
|
13197
|
-
"description": "Path to a JSON request body file, or a binary file for binary operations.",
|
|
13198
|
-
"name": "body-file",
|
|
13199
|
-
"hasDynamicHelp": false,
|
|
13200
|
-
"multiple": false,
|
|
13201
|
-
"type": "option"
|
|
13202
|
-
},
|
|
13203
|
-
"header": {
|
|
13204
|
-
"description": "Header as name=value. Repeat for multiple headers.",
|
|
13205
|
-
"name": "header",
|
|
13206
|
-
"hasDynamicHelp": false,
|
|
13207
|
-
"multiple": true,
|
|
13208
|
-
"type": "option"
|
|
13209
|
-
},
|
|
13210
|
-
"idempotency-key": {
|
|
13211
|
-
"description": "Set the Idempotency-Key header.",
|
|
13212
|
-
"name": "idempotency-key",
|
|
13213
|
-
"hasDynamicHelp": false,
|
|
13214
|
-
"multiple": false,
|
|
13215
|
-
"type": "option"
|
|
13216
|
-
},
|
|
13217
|
-
"if-match": {
|
|
13218
|
-
"description": "Set the If-Match header.",
|
|
13219
|
-
"name": "if-match",
|
|
13220
|
-
"hasDynamicHelp": false,
|
|
13221
|
-
"multiple": false,
|
|
13222
|
-
"type": "option"
|
|
13223
|
-
},
|
|
13224
|
-
"if-none-match": {
|
|
13225
|
-
"description": "Set the If-None-Match header.",
|
|
13226
|
-
"name": "if-none-match",
|
|
13227
|
-
"hasDynamicHelp": false,
|
|
13228
|
-
"multiple": false,
|
|
13229
|
-
"type": "option"
|
|
13230
|
-
},
|
|
13231
|
-
"path": {
|
|
13232
|
-
"description": "Path parameter as name=value. Repeat for multiple path parameters.",
|
|
13233
|
-
"name": "path",
|
|
13234
|
-
"hasDynamicHelp": false,
|
|
13235
|
-
"multiple": true,
|
|
13236
|
-
"type": "option"
|
|
13237
|
-
},
|
|
13238
|
-
"query": {
|
|
13239
|
-
"description": "Query parameter as name=value. Repeat for multiple query parameters.",
|
|
13240
|
-
"name": "query",
|
|
13241
|
-
"hasDynamicHelp": false,
|
|
13242
|
-
"multiple": true,
|
|
13243
|
-
"type": "option"
|
|
13244
|
-
}
|
|
13245
|
-
},
|
|
13246
|
-
"hasDynamicHelp": false,
|
|
13247
|
-
"hiddenAliases": [],
|
|
13248
|
-
"id": "management:verify-domain",
|
|
13249
|
-
"pluginAlias": "@sendmux/cli",
|
|
13250
|
-
"pluginName": "@sendmux/cli",
|
|
13251
|
-
"pluginType": "core",
|
|
13252
|
-
"strict": true,
|
|
13253
|
-
"enableJsonFlag": true,
|
|
13254
|
-
"operation": {
|
|
13255
|
-
"bodyKind": "none",
|
|
13256
|
-
"command": "management:verify-domain",
|
|
13257
|
-
"description": "Verify a mailbox domain",
|
|
13258
|
-
"headerParams": [],
|
|
13259
|
-
"method": "post",
|
|
13260
|
-
"operationId": "managementVerifyDomain",
|
|
13261
|
-
"path": "/domains/{public_id}/verify",
|
|
13247
|
+
"bodyKind": "json",
|
|
13248
|
+
"command": "management:update-webhook",
|
|
13249
|
+
"description": "Update a webhook subscription",
|
|
13250
|
+
"headerParams": [
|
|
13251
|
+
{
|
|
13252
|
+
"name": "If-Match",
|
|
13253
|
+
"required": false,
|
|
13254
|
+
"schema": {
|
|
13255
|
+
"type": "string"
|
|
13256
|
+
}
|
|
13257
|
+
}
|
|
13258
|
+
],
|
|
13259
|
+
"method": "patch",
|
|
13260
|
+
"operationId": "managementUpdateWebhook",
|
|
13261
|
+
"path": "/webhooks/{public_id}",
|
|
13262
13262
|
"pathParams": [
|
|
13263
13263
|
{
|
|
13264
13264
|
"name": "public_id",
|
|
@@ -13279,13 +13279,13 @@
|
|
|
13279
13279
|
"dist",
|
|
13280
13280
|
"commands",
|
|
13281
13281
|
"management",
|
|
13282
|
-
"
|
|
13282
|
+
"update-webhook.js"
|
|
13283
13283
|
]
|
|
13284
13284
|
},
|
|
13285
|
-
"
|
|
13285
|
+
"management:verify-domain": {
|
|
13286
13286
|
"aliases": [],
|
|
13287
13287
|
"args": {},
|
|
13288
|
-
"description": "
|
|
13288
|
+
"description": "Verify a mailbox domain",
|
|
13289
13289
|
"flags": {
|
|
13290
13290
|
"json": {
|
|
13291
13291
|
"description": "Format output as json.",
|
|
@@ -13378,7 +13378,7 @@
|
|
|
13378
13378
|
},
|
|
13379
13379
|
"hasDynamicHelp": false,
|
|
13380
13380
|
"hiddenAliases": [],
|
|
13381
|
-
"id": "
|
|
13381
|
+
"id": "management:verify-domain",
|
|
13382
13382
|
"pluginAlias": "@sendmux/cli",
|
|
13383
13383
|
"pluginName": "@sendmux/cli",
|
|
13384
13384
|
"pluginType": "core",
|
|
@@ -13386,56 +13386,39 @@
|
|
|
13386
13386
|
"enableJsonFlag": true,
|
|
13387
13387
|
"operation": {
|
|
13388
13388
|
"bodyKind": "none",
|
|
13389
|
-
"command": "
|
|
13390
|
-
"description": "
|
|
13389
|
+
"command": "management:verify-domain",
|
|
13390
|
+
"description": "Verify a mailbox domain",
|
|
13391
13391
|
"headerParams": [],
|
|
13392
|
-
"method": "
|
|
13393
|
-
"operationId": "
|
|
13394
|
-
"path": "/
|
|
13395
|
-
"pathParams": [
|
|
13396
|
-
"queryParams": [
|
|
13397
|
-
{
|
|
13398
|
-
"name": "cursor",
|
|
13399
|
-
"required": false,
|
|
13400
|
-
"schema": {
|
|
13401
|
-
"type": "string"
|
|
13402
|
-
}
|
|
13403
|
-
},
|
|
13404
|
-
{
|
|
13405
|
-
"name": "limit",
|
|
13406
|
-
"required": false,
|
|
13407
|
-
"schema": {
|
|
13408
|
-
"type": "integer",
|
|
13409
|
-
"minimum": 1,
|
|
13410
|
-
"maximum": 100
|
|
13411
|
-
}
|
|
13412
|
-
},
|
|
13392
|
+
"method": "post",
|
|
13393
|
+
"operationId": "managementVerifyDomain",
|
|
13394
|
+
"path": "/domains/{public_id}/verify",
|
|
13395
|
+
"pathParams": [
|
|
13413
13396
|
{
|
|
13414
|
-
"name": "
|
|
13415
|
-
"required":
|
|
13397
|
+
"name": "public_id",
|
|
13398
|
+
"required": true,
|
|
13416
13399
|
"schema": {
|
|
13417
13400
|
"type": "string"
|
|
13418
13401
|
}
|
|
13419
13402
|
}
|
|
13420
13403
|
],
|
|
13404
|
+
"queryParams": [],
|
|
13421
13405
|
"responseKind": "json",
|
|
13422
13406
|
"requestBodyRequired": false,
|
|
13423
|
-
"requiredKeyKind": "
|
|
13424
|
-
"surface": "
|
|
13407
|
+
"requiredKeyKind": "root",
|
|
13408
|
+
"surface": "management"
|
|
13425
13409
|
},
|
|
13426
13410
|
"isESM": true,
|
|
13427
13411
|
"relativePath": [
|
|
13428
13412
|
"dist",
|
|
13429
13413
|
"commands",
|
|
13430
|
-
"
|
|
13431
|
-
"
|
|
13432
|
-
"list.js"
|
|
13414
|
+
"management",
|
|
13415
|
+
"verify-domain.js"
|
|
13433
13416
|
]
|
|
13434
13417
|
},
|
|
13435
|
-
"mailbox:
|
|
13418
|
+
"mailbox:folders:list": {
|
|
13436
13419
|
"aliases": [],
|
|
13437
13420
|
"args": {},
|
|
13438
|
-
"description": "
|
|
13421
|
+
"description": "List mailbox folders",
|
|
13439
13422
|
"flags": {
|
|
13440
13423
|
"json": {
|
|
13441
13424
|
"description": "Format output as json.",
|
|
@@ -13528,7 +13511,7 @@
|
|
|
13528
13511
|
},
|
|
13529
13512
|
"hasDynamicHelp": false,
|
|
13530
13513
|
"hiddenAliases": [],
|
|
13531
|
-
"id": "mailbox:
|
|
13514
|
+
"id": "mailbox:folders:list",
|
|
13532
13515
|
"pluginAlias": "@sendmux/cli",
|
|
13533
13516
|
"pluginName": "@sendmux/cli",
|
|
13534
13517
|
"pluginType": "core",
|
|
@@ -13536,22 +13519,30 @@
|
|
|
13536
13519
|
"enableJsonFlag": true,
|
|
13537
13520
|
"operation": {
|
|
13538
13521
|
"bodyKind": "none",
|
|
13539
|
-
"command": "mailbox:
|
|
13540
|
-
"description": "
|
|
13541
|
-
"headerParams": [
|
|
13522
|
+
"command": "mailbox:folders:list",
|
|
13523
|
+
"description": "List mailbox folders",
|
|
13524
|
+
"headerParams": [],
|
|
13525
|
+
"method": "get",
|
|
13526
|
+
"operationId": "mailboxListFolders",
|
|
13527
|
+
"path": "/mailbox/folders",
|
|
13528
|
+
"pathParams": [],
|
|
13529
|
+
"queryParams": [
|
|
13542
13530
|
{
|
|
13543
|
-
"name": "
|
|
13531
|
+
"name": "cursor",
|
|
13544
13532
|
"required": false,
|
|
13545
13533
|
"schema": {
|
|
13546
13534
|
"type": "string"
|
|
13547
13535
|
}
|
|
13548
|
-
}
|
|
13549
|
-
|
|
13550
|
-
|
|
13551
|
-
|
|
13552
|
-
|
|
13553
|
-
|
|
13554
|
-
|
|
13536
|
+
},
|
|
13537
|
+
{
|
|
13538
|
+
"name": "limit",
|
|
13539
|
+
"required": false,
|
|
13540
|
+
"schema": {
|
|
13541
|
+
"type": "integer",
|
|
13542
|
+
"minimum": 1,
|
|
13543
|
+
"maximum": 100
|
|
13544
|
+
}
|
|
13545
|
+
},
|
|
13555
13546
|
{
|
|
13556
13547
|
"name": "mailbox_id",
|
|
13557
13548
|
"required": false,
|
|
@@ -13570,8 +13561,8 @@
|
|
|
13570
13561
|
"dist",
|
|
13571
13562
|
"commands",
|
|
13572
13563
|
"mailbox",
|
|
13573
|
-
"
|
|
13574
|
-
"
|
|
13564
|
+
"folders",
|
|
13565
|
+
"list.js"
|
|
13575
13566
|
]
|
|
13576
13567
|
},
|
|
13577
13568
|
"mailbox:messages:get": {
|
|
@@ -14035,6 +14026,148 @@
|
|
|
14035
14026
|
"list.js"
|
|
14036
14027
|
]
|
|
14037
14028
|
},
|
|
14029
|
+
"mailbox:me:get": {
|
|
14030
|
+
"aliases": [],
|
|
14031
|
+
"args": {},
|
|
14032
|
+
"description": "Self-introspect the calling mailbox",
|
|
14033
|
+
"flags": {
|
|
14034
|
+
"json": {
|
|
14035
|
+
"description": "Format output as json.",
|
|
14036
|
+
"helpGroup": "GLOBAL",
|
|
14037
|
+
"name": "json",
|
|
14038
|
+
"allowNo": false,
|
|
14039
|
+
"type": "boolean"
|
|
14040
|
+
},
|
|
14041
|
+
"api-key": {
|
|
14042
|
+
"description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
|
|
14043
|
+
"helpGroup": "GLOBAL",
|
|
14044
|
+
"name": "api-key",
|
|
14045
|
+
"hasDynamicHelp": false,
|
|
14046
|
+
"multiple": false,
|
|
14047
|
+
"type": "option"
|
|
14048
|
+
},
|
|
14049
|
+
"base-url": {
|
|
14050
|
+
"description": "Override the API base URL. Defaults to the SDK surface default or SENDMUX_BASE_URL.",
|
|
14051
|
+
"helpGroup": "GLOBAL",
|
|
14052
|
+
"name": "base-url",
|
|
14053
|
+
"hasDynamicHelp": false,
|
|
14054
|
+
"multiple": false,
|
|
14055
|
+
"type": "option"
|
|
14056
|
+
},
|
|
14057
|
+
"profile": {
|
|
14058
|
+
"char": "p",
|
|
14059
|
+
"description": "Profile name from the local Sendmux CLI config. Defaults to SENDMUX_PROFILE or the configured default profile.",
|
|
14060
|
+
"helpGroup": "GLOBAL",
|
|
14061
|
+
"name": "profile",
|
|
14062
|
+
"hasDynamicHelp": false,
|
|
14063
|
+
"multiple": false,
|
|
14064
|
+
"type": "option"
|
|
14065
|
+
},
|
|
14066
|
+
"body": {
|
|
14067
|
+
"description": "JSON request body, or UTF-8 bytes for binary operations.",
|
|
14068
|
+
"name": "body",
|
|
14069
|
+
"hasDynamicHelp": false,
|
|
14070
|
+
"multiple": false,
|
|
14071
|
+
"type": "option"
|
|
14072
|
+
},
|
|
14073
|
+
"body-file": {
|
|
14074
|
+
"description": "Path to a JSON request body file, or a binary file for binary operations.",
|
|
14075
|
+
"name": "body-file",
|
|
14076
|
+
"hasDynamicHelp": false,
|
|
14077
|
+
"multiple": false,
|
|
14078
|
+
"type": "option"
|
|
14079
|
+
},
|
|
14080
|
+
"header": {
|
|
14081
|
+
"description": "Header as name=value. Repeat for multiple headers.",
|
|
14082
|
+
"name": "header",
|
|
14083
|
+
"hasDynamicHelp": false,
|
|
14084
|
+
"multiple": true,
|
|
14085
|
+
"type": "option"
|
|
14086
|
+
},
|
|
14087
|
+
"idempotency-key": {
|
|
14088
|
+
"description": "Set the Idempotency-Key header.",
|
|
14089
|
+
"name": "idempotency-key",
|
|
14090
|
+
"hasDynamicHelp": false,
|
|
14091
|
+
"multiple": false,
|
|
14092
|
+
"type": "option"
|
|
14093
|
+
},
|
|
14094
|
+
"if-match": {
|
|
14095
|
+
"description": "Set the If-Match header.",
|
|
14096
|
+
"name": "if-match",
|
|
14097
|
+
"hasDynamicHelp": false,
|
|
14098
|
+
"multiple": false,
|
|
14099
|
+
"type": "option"
|
|
14100
|
+
},
|
|
14101
|
+
"if-none-match": {
|
|
14102
|
+
"description": "Set the If-None-Match header.",
|
|
14103
|
+
"name": "if-none-match",
|
|
14104
|
+
"hasDynamicHelp": false,
|
|
14105
|
+
"multiple": false,
|
|
14106
|
+
"type": "option"
|
|
14107
|
+
},
|
|
14108
|
+
"path": {
|
|
14109
|
+
"description": "Path parameter as name=value. Repeat for multiple path parameters.",
|
|
14110
|
+
"name": "path",
|
|
14111
|
+
"hasDynamicHelp": false,
|
|
14112
|
+
"multiple": true,
|
|
14113
|
+
"type": "option"
|
|
14114
|
+
},
|
|
14115
|
+
"query": {
|
|
14116
|
+
"description": "Query parameter as name=value. Repeat for multiple query parameters.",
|
|
14117
|
+
"name": "query",
|
|
14118
|
+
"hasDynamicHelp": false,
|
|
14119
|
+
"multiple": true,
|
|
14120
|
+
"type": "option"
|
|
14121
|
+
}
|
|
14122
|
+
},
|
|
14123
|
+
"hasDynamicHelp": false,
|
|
14124
|
+
"hiddenAliases": [],
|
|
14125
|
+
"id": "mailbox:me:get",
|
|
14126
|
+
"pluginAlias": "@sendmux/cli",
|
|
14127
|
+
"pluginName": "@sendmux/cli",
|
|
14128
|
+
"pluginType": "core",
|
|
14129
|
+
"strict": true,
|
|
14130
|
+
"enableJsonFlag": true,
|
|
14131
|
+
"operation": {
|
|
14132
|
+
"bodyKind": "none",
|
|
14133
|
+
"command": "mailbox:me:get",
|
|
14134
|
+
"description": "Self-introspect the calling mailbox",
|
|
14135
|
+
"headerParams": [
|
|
14136
|
+
{
|
|
14137
|
+
"name": "If-None-Match",
|
|
14138
|
+
"required": false,
|
|
14139
|
+
"schema": {
|
|
14140
|
+
"type": "string"
|
|
14141
|
+
}
|
|
14142
|
+
}
|
|
14143
|
+
],
|
|
14144
|
+
"method": "get",
|
|
14145
|
+
"operationId": "mailboxGetMe",
|
|
14146
|
+
"path": "/mailbox/me",
|
|
14147
|
+
"pathParams": [],
|
|
14148
|
+
"queryParams": [
|
|
14149
|
+
{
|
|
14150
|
+
"name": "mailbox_id",
|
|
14151
|
+
"required": false,
|
|
14152
|
+
"schema": {
|
|
14153
|
+
"type": "string"
|
|
14154
|
+
}
|
|
14155
|
+
}
|
|
14156
|
+
],
|
|
14157
|
+
"responseKind": "json",
|
|
14158
|
+
"requestBodyRequired": false,
|
|
14159
|
+
"requiredKeyKind": "mailbox",
|
|
14160
|
+
"surface": "mailbox"
|
|
14161
|
+
},
|
|
14162
|
+
"isESM": true,
|
|
14163
|
+
"relativePath": [
|
|
14164
|
+
"dist",
|
|
14165
|
+
"commands",
|
|
14166
|
+
"mailbox",
|
|
14167
|
+
"me",
|
|
14168
|
+
"get.js"
|
|
14169
|
+
]
|
|
14170
|
+
},
|
|
14038
14171
|
"sending:send:batch": {
|
|
14039
14172
|
"aliases": [],
|
|
14040
14173
|
"args": {},
|
|
@@ -14158,7 +14291,7 @@
|
|
|
14158
14291
|
"queryParams": [],
|
|
14159
14292
|
"responseKind": "json",
|
|
14160
14293
|
"requestBodyRequired": true,
|
|
14161
|
-
"requiredKeyKind": "
|
|
14294
|
+
"requiredKeyKind": "sending",
|
|
14162
14295
|
"surface": "sending"
|
|
14163
14296
|
},
|
|
14164
14297
|
"isESM": true,
|
|
@@ -14778,5 +14911,5 @@
|
|
|
14778
14911
|
]
|
|
14779
14912
|
}
|
|
14780
14913
|
},
|
|
14781
|
-
"version": "1.0
|
|
14914
|
+
"version": "1.1.0"
|
|
14782
14915
|
}
|