@sendmux/cli 1.7.0 → 1.7.1
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/oclif.manifest.json +1343 -1343
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -7647,136 +7647,10 @@
|
|
|
7647
7647
|
"upload-attachment.js"
|
|
7648
7648
|
]
|
|
7649
7649
|
},
|
|
7650
|
-
"
|
|
7651
|
-
"aliases": [],
|
|
7652
|
-
"args": {},
|
|
7653
|
-
"description": "List local Sendmux CLI profiles.",
|
|
7654
|
-
"flags": {
|
|
7655
|
-
"json": {
|
|
7656
|
-
"description": "Format output as json.",
|
|
7657
|
-
"helpGroup": "GLOBAL",
|
|
7658
|
-
"name": "json",
|
|
7659
|
-
"allowNo": false,
|
|
7660
|
-
"type": "boolean"
|
|
7661
|
-
},
|
|
7662
|
-
"verbose": {
|
|
7663
|
-
"description": "Include masked API key prefixes.",
|
|
7664
|
-
"name": "verbose",
|
|
7665
|
-
"allowNo": false,
|
|
7666
|
-
"type": "boolean"
|
|
7667
|
-
}
|
|
7668
|
-
},
|
|
7669
|
-
"hasDynamicHelp": false,
|
|
7670
|
-
"hiddenAliases": [],
|
|
7671
|
-
"id": "profiles:list",
|
|
7672
|
-
"pluginAlias": "@sendmux/cli",
|
|
7673
|
-
"pluginName": "@sendmux/cli",
|
|
7674
|
-
"pluginType": "core",
|
|
7675
|
-
"strict": true,
|
|
7676
|
-
"enableJsonFlag": true,
|
|
7677
|
-
"isESM": true,
|
|
7678
|
-
"relativePath": [
|
|
7679
|
-
"dist",
|
|
7680
|
-
"commands",
|
|
7681
|
-
"profiles",
|
|
7682
|
-
"list.js"
|
|
7683
|
-
]
|
|
7684
|
-
},
|
|
7685
|
-
"profiles:set": {
|
|
7686
|
-
"aliases": [],
|
|
7687
|
-
"args": {
|
|
7688
|
-
"name": {
|
|
7689
|
-
"description": "Profile name.",
|
|
7690
|
-
"name": "name",
|
|
7691
|
-
"required": true
|
|
7692
|
-
}
|
|
7693
|
-
},
|
|
7694
|
-
"description": "Create or update a local Sendmux CLI profile.",
|
|
7695
|
-
"flags": {
|
|
7696
|
-
"json": {
|
|
7697
|
-
"description": "Format output as json.",
|
|
7698
|
-
"helpGroup": "GLOBAL",
|
|
7699
|
-
"name": "json",
|
|
7700
|
-
"allowNo": false,
|
|
7701
|
-
"type": "boolean"
|
|
7702
|
-
},
|
|
7703
|
-
"api-key": {
|
|
7704
|
-
"description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
|
|
7705
|
-
"name": "api-key",
|
|
7706
|
-
"required": false,
|
|
7707
|
-
"hasDynamicHelp": false,
|
|
7708
|
-
"multiple": false,
|
|
7709
|
-
"type": "option"
|
|
7710
|
-
},
|
|
7711
|
-
"base-url": {
|
|
7712
|
-
"description": "Optional API base URL override for this profile.",
|
|
7713
|
-
"name": "base-url",
|
|
7714
|
-
"hasDynamicHelp": false,
|
|
7715
|
-
"multiple": false,
|
|
7716
|
-
"type": "option"
|
|
7717
|
-
},
|
|
7718
|
-
"default": {
|
|
7719
|
-
"description": "Make this the default profile.",
|
|
7720
|
-
"name": "default",
|
|
7721
|
-
"allowNo": false,
|
|
7722
|
-
"type": "boolean"
|
|
7723
|
-
}
|
|
7724
|
-
},
|
|
7725
|
-
"hasDynamicHelp": false,
|
|
7726
|
-
"hiddenAliases": [],
|
|
7727
|
-
"id": "profiles:set",
|
|
7728
|
-
"pluginAlias": "@sendmux/cli",
|
|
7729
|
-
"pluginName": "@sendmux/cli",
|
|
7730
|
-
"pluginType": "core",
|
|
7731
|
-
"strict": true,
|
|
7732
|
-
"enableJsonFlag": true,
|
|
7733
|
-
"isESM": true,
|
|
7734
|
-
"relativePath": [
|
|
7735
|
-
"dist",
|
|
7736
|
-
"commands",
|
|
7737
|
-
"profiles",
|
|
7738
|
-
"set.js"
|
|
7739
|
-
]
|
|
7740
|
-
},
|
|
7741
|
-
"profiles:show": {
|
|
7742
|
-
"aliases": [],
|
|
7743
|
-
"args": {
|
|
7744
|
-
"name": {
|
|
7745
|
-
"description": "Profile name. Defaults to the configured default profile.",
|
|
7746
|
-
"name": "name",
|
|
7747
|
-
"required": false
|
|
7748
|
-
}
|
|
7749
|
-
},
|
|
7750
|
-
"description": "Show a local Sendmux CLI profile without revealing its key.",
|
|
7751
|
-
"flags": {
|
|
7752
|
-
"json": {
|
|
7753
|
-
"description": "Format output as json.",
|
|
7754
|
-
"helpGroup": "GLOBAL",
|
|
7755
|
-
"name": "json",
|
|
7756
|
-
"allowNo": false,
|
|
7757
|
-
"type": "boolean"
|
|
7758
|
-
}
|
|
7759
|
-
},
|
|
7760
|
-
"hasDynamicHelp": false,
|
|
7761
|
-
"hiddenAliases": [],
|
|
7762
|
-
"id": "profiles:show",
|
|
7763
|
-
"pluginAlias": "@sendmux/cli",
|
|
7764
|
-
"pluginName": "@sendmux/cli",
|
|
7765
|
-
"pluginType": "core",
|
|
7766
|
-
"strict": true,
|
|
7767
|
-
"enableJsonFlag": true,
|
|
7768
|
-
"isESM": true,
|
|
7769
|
-
"relativePath": [
|
|
7770
|
-
"dist",
|
|
7771
|
-
"commands",
|
|
7772
|
-
"profiles",
|
|
7773
|
-
"show.js"
|
|
7774
|
-
]
|
|
7775
|
-
},
|
|
7776
|
-
"sending:complete-attachment-upload": {
|
|
7650
|
+
"management:activate-provider": {
|
|
7777
7651
|
"aliases": [],
|
|
7778
7652
|
"args": {},
|
|
7779
|
-
"description": "
|
|
7653
|
+
"description": "Activate a sending account",
|
|
7780
7654
|
"flags": {
|
|
7781
7655
|
"json": {
|
|
7782
7656
|
"description": "Format output as json.",
|
|
@@ -7896,64 +7770,56 @@
|
|
|
7896
7770
|
},
|
|
7897
7771
|
"hasDynamicHelp": false,
|
|
7898
7772
|
"hiddenAliases": [],
|
|
7899
|
-
"id": "
|
|
7773
|
+
"id": "management:activate-provider",
|
|
7900
7774
|
"pluginAlias": "@sendmux/cli",
|
|
7901
7775
|
"pluginName": "@sendmux/cli",
|
|
7902
7776
|
"pluginType": "core",
|
|
7903
7777
|
"strict": true,
|
|
7904
7778
|
"enableJsonFlag": true,
|
|
7905
7779
|
"operation": {
|
|
7906
|
-
"bodyKind": "
|
|
7907
|
-
"command": "
|
|
7908
|
-
"description": "
|
|
7780
|
+
"bodyKind": "none",
|
|
7781
|
+
"command": "management:activate-provider",
|
|
7782
|
+
"description": "Activate a sending account",
|
|
7909
7783
|
"headerParams": [
|
|
7910
7784
|
{
|
|
7911
|
-
"name": "
|
|
7912
|
-
"required":
|
|
7913
|
-
"schema": {
|
|
7914
|
-
"type": "string"
|
|
7915
|
-
}
|
|
7916
|
-
},
|
|
7917
|
-
{
|
|
7918
|
-
"name": "Content-Length",
|
|
7919
|
-
"required": true,
|
|
7785
|
+
"name": "Idempotency-Key",
|
|
7786
|
+
"required": false,
|
|
7920
7787
|
"schema": {
|
|
7921
|
-
"type": "
|
|
7922
|
-
"
|
|
7788
|
+
"type": "string",
|
|
7789
|
+
"maxLength": 255
|
|
7923
7790
|
}
|
|
7924
7791
|
}
|
|
7925
7792
|
],
|
|
7926
|
-
"method": "
|
|
7927
|
-
"operationId": "
|
|
7928
|
-
"path": "/
|
|
7793
|
+
"method": "post",
|
|
7794
|
+
"operationId": "managementActivateProvider",
|
|
7795
|
+
"path": "/providers/{public_id}/activate",
|
|
7929
7796
|
"pathParams": [
|
|
7930
7797
|
{
|
|
7931
|
-
"name": "
|
|
7798
|
+
"name": "public_id",
|
|
7932
7799
|
"required": true,
|
|
7933
7800
|
"schema": {
|
|
7934
|
-
"type": "string"
|
|
7935
|
-
"pattern": "^upl_[a-z0-9]{24}$"
|
|
7801
|
+
"type": "string"
|
|
7936
7802
|
}
|
|
7937
7803
|
}
|
|
7938
7804
|
],
|
|
7939
7805
|
"queryParams": [],
|
|
7940
7806
|
"responseKind": "json",
|
|
7941
|
-
"requestBodyRequired":
|
|
7942
|
-
"requiredKeyKind": "
|
|
7943
|
-
"surface": "
|
|
7807
|
+
"requestBodyRequired": false,
|
|
7808
|
+
"requiredKeyKind": "root",
|
|
7809
|
+
"surface": "management"
|
|
7944
7810
|
},
|
|
7945
7811
|
"isESM": true,
|
|
7946
7812
|
"relativePath": [
|
|
7947
7813
|
"dist",
|
|
7948
7814
|
"commands",
|
|
7949
|
-
"
|
|
7950
|
-
"
|
|
7815
|
+
"management",
|
|
7816
|
+
"activate-provider.js"
|
|
7951
7817
|
]
|
|
7952
7818
|
},
|
|
7953
|
-
"
|
|
7819
|
+
"management:cancel-shared-amazon-ses-limit-request": {
|
|
7954
7820
|
"aliases": [],
|
|
7955
7821
|
"args": {},
|
|
7956
|
-
"description": "
|
|
7822
|
+
"description": "Cancel a shared Amazon SES daily limit request",
|
|
7957
7823
|
"flags": {
|
|
7958
7824
|
"json": {
|
|
7959
7825
|
"description": "Format output as json.",
|
|
@@ -8073,48 +7939,47 @@
|
|
|
8073
7939
|
},
|
|
8074
7940
|
"hasDynamicHelp": false,
|
|
8075
7941
|
"hiddenAliases": [],
|
|
8076
|
-
"id": "
|
|
7942
|
+
"id": "management:cancel-shared-amazon-ses-limit-request",
|
|
8077
7943
|
"pluginAlias": "@sendmux/cli",
|
|
8078
7944
|
"pluginName": "@sendmux/cli",
|
|
8079
7945
|
"pluginType": "core",
|
|
8080
7946
|
"strict": true,
|
|
8081
7947
|
"enableJsonFlag": true,
|
|
8082
7948
|
"operation": {
|
|
8083
|
-
"bodyKind": "
|
|
8084
|
-
"command": "
|
|
8085
|
-
"description": "
|
|
8086
|
-
"headerParams": [
|
|
7949
|
+
"bodyKind": "none",
|
|
7950
|
+
"command": "management:cancel-shared-amazon-ses-limit-request",
|
|
7951
|
+
"description": "Cancel a shared Amazon SES daily limit request",
|
|
7952
|
+
"headerParams": [],
|
|
7953
|
+
"method": "delete",
|
|
7954
|
+
"operationId": "managementCancelSharedAmazonSesLimitRequest",
|
|
7955
|
+
"path": "/providers/shared-amazon-ses-limit-request/{request_id}",
|
|
7956
|
+
"pathParams": [
|
|
8087
7957
|
{
|
|
8088
|
-
"name": "
|
|
8089
|
-
"required":
|
|
7958
|
+
"name": "request_id",
|
|
7959
|
+
"required": true,
|
|
8090
7960
|
"schema": {
|
|
8091
|
-
"type": "string"
|
|
8092
|
-
"maxLength": 255
|
|
7961
|
+
"type": "string"
|
|
8093
7962
|
}
|
|
8094
7963
|
}
|
|
8095
7964
|
],
|
|
8096
|
-
"method": "post",
|
|
8097
|
-
"operationId": "sendingCreateAttachmentUpload",
|
|
8098
|
-
"path": "/emails/attachment-uploads",
|
|
8099
|
-
"pathParams": [],
|
|
8100
7965
|
"queryParams": [],
|
|
8101
7966
|
"responseKind": "json",
|
|
8102
|
-
"requestBodyRequired":
|
|
8103
|
-
"requiredKeyKind": "
|
|
8104
|
-
"surface": "
|
|
7967
|
+
"requestBodyRequired": false,
|
|
7968
|
+
"requiredKeyKind": "root",
|
|
7969
|
+
"surface": "management"
|
|
8105
7970
|
},
|
|
8106
7971
|
"isESM": true,
|
|
8107
7972
|
"relativePath": [
|
|
8108
7973
|
"dist",
|
|
8109
7974
|
"commands",
|
|
8110
|
-
"
|
|
8111
|
-
"
|
|
7975
|
+
"management",
|
|
7976
|
+
"cancel-shared-amazon-ses-limit-request.js"
|
|
8112
7977
|
]
|
|
8113
7978
|
},
|
|
8114
|
-
"
|
|
7979
|
+
"management:check-mailbox-availability": {
|
|
8115
7980
|
"aliases": [],
|
|
8116
7981
|
"args": {},
|
|
8117
|
-
"description": "
|
|
7982
|
+
"description": "Check mailbox address availability",
|
|
8118
7983
|
"flags": {
|
|
8119
7984
|
"json": {
|
|
8120
7985
|
"description": "Format output as json.",
|
|
@@ -8234,7 +8099,7 @@
|
|
|
8234
8099
|
},
|
|
8235
8100
|
"hasDynamicHelp": false,
|
|
8236
8101
|
"hiddenAliases": [],
|
|
8237
|
-
"id": "
|
|
8102
|
+
"id": "management:check-mailbox-availability",
|
|
8238
8103
|
"pluginAlias": "@sendmux/cli",
|
|
8239
8104
|
"pluginName": "@sendmux/cli",
|
|
8240
8105
|
"pluginType": "core",
|
|
@@ -8242,40 +8107,39 @@
|
|
|
8242
8107
|
"enableJsonFlag": true,
|
|
8243
8108
|
"operation": {
|
|
8244
8109
|
"bodyKind": "none",
|
|
8245
|
-
"command": "
|
|
8246
|
-
"description": "
|
|
8110
|
+
"command": "management:check-mailbox-availability",
|
|
8111
|
+
"description": "Check mailbox address availability",
|
|
8247
8112
|
"headerParams": [],
|
|
8248
8113
|
"method": "get",
|
|
8249
|
-
"operationId": "
|
|
8250
|
-
"path": "/
|
|
8251
|
-
"pathParams": [
|
|
8114
|
+
"operationId": "managementCheckMailboxAvailability",
|
|
8115
|
+
"path": "/mailboxes/availability",
|
|
8116
|
+
"pathParams": [],
|
|
8117
|
+
"queryParams": [
|
|
8252
8118
|
{
|
|
8253
|
-
"name": "
|
|
8119
|
+
"name": "email",
|
|
8254
8120
|
"required": true,
|
|
8255
8121
|
"schema": {
|
|
8256
|
-
"type": "string"
|
|
8257
|
-
"pattern": "^att_[a-z0-9]{24}$"
|
|
8122
|
+
"type": "string"
|
|
8258
8123
|
}
|
|
8259
8124
|
}
|
|
8260
8125
|
],
|
|
8261
|
-
"queryParams": [],
|
|
8262
8126
|
"responseKind": "json",
|
|
8263
8127
|
"requestBodyRequired": false,
|
|
8264
|
-
"requiredKeyKind": "
|
|
8265
|
-
"surface": "
|
|
8128
|
+
"requiredKeyKind": "root",
|
|
8129
|
+
"surface": "management"
|
|
8266
8130
|
},
|
|
8267
8131
|
"isESM": true,
|
|
8268
8132
|
"relativePath": [
|
|
8269
8133
|
"dist",
|
|
8270
8134
|
"commands",
|
|
8271
|
-
"
|
|
8272
|
-
"
|
|
8135
|
+
"management",
|
|
8136
|
+
"check-mailbox-availability.js"
|
|
8273
8137
|
]
|
|
8274
8138
|
},
|
|
8275
|
-
"
|
|
8139
|
+
"management:create-domain": {
|
|
8276
8140
|
"aliases": [],
|
|
8277
8141
|
"args": {},
|
|
8278
|
-
"description": "
|
|
8142
|
+
"description": "Add a mailbox domain",
|
|
8279
8143
|
"flags": {
|
|
8280
8144
|
"json": {
|
|
8281
8145
|
"description": "Format output as json.",
|
|
@@ -8395,47 +8259,48 @@
|
|
|
8395
8259
|
},
|
|
8396
8260
|
"hasDynamicHelp": false,
|
|
8397
8261
|
"hiddenAliases": [],
|
|
8398
|
-
"id": "
|
|
8262
|
+
"id": "management:create-domain",
|
|
8399
8263
|
"pluginAlias": "@sendmux/cli",
|
|
8400
8264
|
"pluginName": "@sendmux/cli",
|
|
8401
8265
|
"pluginType": "core",
|
|
8402
8266
|
"strict": true,
|
|
8403
8267
|
"enableJsonFlag": true,
|
|
8404
8268
|
"operation": {
|
|
8405
|
-
"bodyKind": "
|
|
8406
|
-
"command": "
|
|
8407
|
-
"description": "
|
|
8269
|
+
"bodyKind": "json",
|
|
8270
|
+
"command": "management:create-domain",
|
|
8271
|
+
"description": "Add a mailbox domain",
|
|
8408
8272
|
"headerParams": [
|
|
8409
8273
|
{
|
|
8410
|
-
"name": "
|
|
8274
|
+
"name": "Idempotency-Key",
|
|
8411
8275
|
"required": false,
|
|
8412
8276
|
"schema": {
|
|
8413
|
-
"type": "string"
|
|
8277
|
+
"type": "string",
|
|
8278
|
+
"maxLength": 255
|
|
8414
8279
|
}
|
|
8415
8280
|
}
|
|
8416
8281
|
],
|
|
8417
|
-
"method": "
|
|
8418
|
-
"operationId": "
|
|
8419
|
-
"path": "/
|
|
8282
|
+
"method": "post",
|
|
8283
|
+
"operationId": "managementCreateDomain",
|
|
8284
|
+
"path": "/domains",
|
|
8420
8285
|
"pathParams": [],
|
|
8421
8286
|
"queryParams": [],
|
|
8422
8287
|
"responseKind": "json",
|
|
8423
8288
|
"requestBodyRequired": false,
|
|
8424
|
-
"requiredKeyKind": "
|
|
8425
|
-
"surface": "
|
|
8289
|
+
"requiredKeyKind": "root",
|
|
8290
|
+
"surface": "management"
|
|
8426
8291
|
},
|
|
8427
8292
|
"isESM": true,
|
|
8428
8293
|
"relativePath": [
|
|
8429
8294
|
"dist",
|
|
8430
8295
|
"commands",
|
|
8431
|
-
"
|
|
8432
|
-
"
|
|
8296
|
+
"management",
|
|
8297
|
+
"create-domain.js"
|
|
8433
8298
|
]
|
|
8434
8299
|
},
|
|
8435
|
-
"
|
|
8300
|
+
"management:create-mailbox-key": {
|
|
8436
8301
|
"aliases": [],
|
|
8437
8302
|
"args": {},
|
|
8438
|
-
"description": "
|
|
8303
|
+
"description": "Create a mailbox API key",
|
|
8439
8304
|
"flags": {
|
|
8440
8305
|
"json": {
|
|
8441
8306
|
"description": "Format output as json.",
|
|
@@ -8555,47 +8420,56 @@
|
|
|
8555
8420
|
},
|
|
8556
8421
|
"hasDynamicHelp": false,
|
|
8557
8422
|
"hiddenAliases": [],
|
|
8558
|
-
"id": "
|
|
8423
|
+
"id": "management:create-mailbox-key",
|
|
8559
8424
|
"pluginAlias": "@sendmux/cli",
|
|
8560
8425
|
"pluginName": "@sendmux/cli",
|
|
8561
8426
|
"pluginType": "core",
|
|
8562
8427
|
"strict": true,
|
|
8563
8428
|
"enableJsonFlag": true,
|
|
8564
8429
|
"operation": {
|
|
8565
|
-
"bodyKind": "
|
|
8566
|
-
"command": "
|
|
8567
|
-
"description": "
|
|
8430
|
+
"bodyKind": "json",
|
|
8431
|
+
"command": "management:create-mailbox-key",
|
|
8432
|
+
"description": "Create a mailbox API key",
|
|
8568
8433
|
"headerParams": [
|
|
8569
8434
|
{
|
|
8570
|
-
"name": "
|
|
8435
|
+
"name": "Idempotency-Key",
|
|
8571
8436
|
"required": false,
|
|
8437
|
+
"schema": {
|
|
8438
|
+
"type": "string",
|
|
8439
|
+
"maxLength": 255
|
|
8440
|
+
}
|
|
8441
|
+
}
|
|
8442
|
+
],
|
|
8443
|
+
"method": "post",
|
|
8444
|
+
"operationId": "managementCreateMailboxKey",
|
|
8445
|
+
"path": "/mailboxes/{public_id}/keys",
|
|
8446
|
+
"pathParams": [
|
|
8447
|
+
{
|
|
8448
|
+
"name": "public_id",
|
|
8449
|
+
"required": true,
|
|
8572
8450
|
"schema": {
|
|
8573
8451
|
"type": "string"
|
|
8574
8452
|
}
|
|
8575
8453
|
}
|
|
8576
8454
|
],
|
|
8577
|
-
"method": "get",
|
|
8578
|
-
"operationId": "sendingGetOpenApiSpec",
|
|
8579
|
-
"path": "/openapi.json",
|
|
8580
|
-
"pathParams": [],
|
|
8581
8455
|
"queryParams": [],
|
|
8582
8456
|
"responseKind": "json",
|
|
8583
8457
|
"requestBodyRequired": false,
|
|
8584
|
-
"requiredKeyKind": "
|
|
8585
|
-
"surface": "
|
|
8458
|
+
"requiredKeyKind": "root",
|
|
8459
|
+
"surface": "management"
|
|
8586
8460
|
},
|
|
8587
8461
|
"isESM": true,
|
|
8588
8462
|
"relativePath": [
|
|
8589
8463
|
"dist",
|
|
8590
8464
|
"commands",
|
|
8591
|
-
"
|
|
8592
|
-
"
|
|
8465
|
+
"management",
|
|
8466
|
+
"create-mailbox-key.js"
|
|
8593
8467
|
]
|
|
8594
8468
|
},
|
|
8595
|
-
"
|
|
8469
|
+
"management:create-mailbox": {
|
|
8596
8470
|
"aliases": [],
|
|
8597
8471
|
"args": {},
|
|
8598
|
-
"description": "
|
|
8472
|
+
"description": "Create a mailbox",
|
|
8599
8473
|
"flags": {
|
|
8600
8474
|
"json": {
|
|
8601
8475
|
"description": "Format output as json.",
|
|
@@ -8715,7 +8589,7 @@
|
|
|
8715
8589
|
},
|
|
8716
8590
|
"hasDynamicHelp": false,
|
|
8717
8591
|
"hiddenAliases": [],
|
|
8718
|
-
"id": "
|
|
8592
|
+
"id": "management:create-mailbox",
|
|
8719
8593
|
"pluginAlias": "@sendmux/cli",
|
|
8720
8594
|
"pluginName": "@sendmux/cli",
|
|
8721
8595
|
"pluginType": "core",
|
|
@@ -8723,8 +8597,8 @@
|
|
|
8723
8597
|
"enableJsonFlag": true,
|
|
8724
8598
|
"operation": {
|
|
8725
8599
|
"bodyKind": "json",
|
|
8726
|
-
"command": "
|
|
8727
|
-
"description": "
|
|
8600
|
+
"command": "management:create-mailbox",
|
|
8601
|
+
"description": "Create a mailbox",
|
|
8728
8602
|
"headerParams": [
|
|
8729
8603
|
{
|
|
8730
8604
|
"name": "Idempotency-Key",
|
|
@@ -8736,27 +8610,27 @@
|
|
|
8736
8610
|
}
|
|
8737
8611
|
],
|
|
8738
8612
|
"method": "post",
|
|
8739
|
-
"operationId": "
|
|
8740
|
-
"path": "/
|
|
8613
|
+
"operationId": "managementCreateMailbox",
|
|
8614
|
+
"path": "/mailboxes",
|
|
8741
8615
|
"pathParams": [],
|
|
8742
8616
|
"queryParams": [],
|
|
8743
8617
|
"responseKind": "json",
|
|
8744
|
-
"requestBodyRequired":
|
|
8745
|
-
"requiredKeyKind": "
|
|
8746
|
-
"surface": "
|
|
8618
|
+
"requestBodyRequired": false,
|
|
8619
|
+
"requiredKeyKind": "root",
|
|
8620
|
+
"surface": "management"
|
|
8747
8621
|
},
|
|
8748
8622
|
"isESM": true,
|
|
8749
8623
|
"relativePath": [
|
|
8750
8624
|
"dist",
|
|
8751
8625
|
"commands",
|
|
8752
|
-
"
|
|
8753
|
-
"
|
|
8626
|
+
"management",
|
|
8627
|
+
"create-mailbox.js"
|
|
8754
8628
|
]
|
|
8755
8629
|
},
|
|
8756
|
-
"
|
|
8630
|
+
"management:create-provider": {
|
|
8757
8631
|
"aliases": [],
|
|
8758
8632
|
"args": {},
|
|
8759
|
-
"description": "
|
|
8633
|
+
"description": "Create an SMTP sending account",
|
|
8760
8634
|
"flags": {
|
|
8761
8635
|
"json": {
|
|
8762
8636
|
"description": "Format output as json.",
|
|
@@ -8876,50 +8750,19 @@
|
|
|
8876
8750
|
},
|
|
8877
8751
|
"hasDynamicHelp": false,
|
|
8878
8752
|
"hiddenAliases": [],
|
|
8879
|
-
"id": "
|
|
8753
|
+
"id": "management:create-provider",
|
|
8880
8754
|
"pluginAlias": "@sendmux/cli",
|
|
8881
8755
|
"pluginName": "@sendmux/cli",
|
|
8882
8756
|
"pluginType": "core",
|
|
8883
8757
|
"strict": true,
|
|
8884
8758
|
"enableJsonFlag": true,
|
|
8885
|
-
"operation": {
|
|
8886
|
-
"bodyKind": "
|
|
8887
|
-
"command": "
|
|
8888
|
-
"description": "
|
|
8889
|
-
"headerParams": [
|
|
8890
|
-
{
|
|
8891
|
-
"name": "Idempotency-Key",
|
|
8892
|
-
"required": false,
|
|
8893
|
-
"schema": {
|
|
8894
|
-
"type": "string",
|
|
8895
|
-
"maxLength": 255
|
|
8896
|
-
}
|
|
8897
|
-
},
|
|
8898
|
-
{
|
|
8899
|
-
"name": "Content-Length",
|
|
8900
|
-
"required": true,
|
|
8901
|
-
"schema": {
|
|
8902
|
-
"type": "integer",
|
|
8903
|
-
"minimum": 1
|
|
8904
|
-
}
|
|
8905
|
-
}
|
|
8906
|
-
],
|
|
8907
|
-
"method": "post",
|
|
8908
|
-
"operationId": "sendingUploadAttachment",
|
|
8909
|
-
"path": "/emails/attachments",
|
|
8910
|
-
"pathParams": [],
|
|
8911
|
-
"queryParams": [
|
|
8912
|
-
{
|
|
8913
|
-
"name": "filename",
|
|
8914
|
-
"required": true,
|
|
8915
|
-
"schema": {
|
|
8916
|
-
"type": "string",
|
|
8917
|
-
"minLength": 1,
|
|
8918
|
-
"maxLength": 255
|
|
8919
|
-
}
|
|
8920
|
-
},
|
|
8759
|
+
"operation": {
|
|
8760
|
+
"bodyKind": "json",
|
|
8761
|
+
"command": "management:create-provider",
|
|
8762
|
+
"description": "Create an SMTP sending account",
|
|
8763
|
+
"headerParams": [
|
|
8921
8764
|
{
|
|
8922
|
-
"name": "
|
|
8765
|
+
"name": "Idempotency-Key",
|
|
8923
8766
|
"required": false,
|
|
8924
8767
|
"schema": {
|
|
8925
8768
|
"type": "string",
|
|
@@ -8927,23 +8770,28 @@
|
|
|
8927
8770
|
}
|
|
8928
8771
|
}
|
|
8929
8772
|
],
|
|
8773
|
+
"method": "post",
|
|
8774
|
+
"operationId": "managementCreateProvider",
|
|
8775
|
+
"path": "/providers",
|
|
8776
|
+
"pathParams": [],
|
|
8777
|
+
"queryParams": [],
|
|
8930
8778
|
"responseKind": "json",
|
|
8931
|
-
"requestBodyRequired":
|
|
8932
|
-
"requiredKeyKind": "
|
|
8933
|
-
"surface": "
|
|
8779
|
+
"requestBodyRequired": false,
|
|
8780
|
+
"requiredKeyKind": "root",
|
|
8781
|
+
"surface": "management"
|
|
8934
8782
|
},
|
|
8935
8783
|
"isESM": true,
|
|
8936
8784
|
"relativePath": [
|
|
8937
8785
|
"dist",
|
|
8938
8786
|
"commands",
|
|
8939
|
-
"
|
|
8940
|
-
"
|
|
8787
|
+
"management",
|
|
8788
|
+
"create-provider.js"
|
|
8941
8789
|
]
|
|
8942
8790
|
},
|
|
8943
|
-
"management:
|
|
8791
|
+
"management:create-shared-amazon-ses-limit-request": {
|
|
8944
8792
|
"aliases": [],
|
|
8945
8793
|
"args": {},
|
|
8946
|
-
"description": "
|
|
8794
|
+
"description": "Request a shared Amazon SES daily limit increase",
|
|
8947
8795
|
"flags": {
|
|
8948
8796
|
"json": {
|
|
8949
8797
|
"description": "Format output as json.",
|
|
@@ -9063,7 +8911,7 @@
|
|
|
9063
8911
|
},
|
|
9064
8912
|
"hasDynamicHelp": false,
|
|
9065
8913
|
"hiddenAliases": [],
|
|
9066
|
-
"id": "management:
|
|
8914
|
+
"id": "management:create-shared-amazon-ses-limit-request",
|
|
9067
8915
|
"pluginAlias": "@sendmux/cli",
|
|
9068
8916
|
"pluginName": "@sendmux/cli",
|
|
9069
8917
|
"pluginType": "core",
|
|
@@ -9071,8 +8919,8 @@
|
|
|
9071
8919
|
"enableJsonFlag": true,
|
|
9072
8920
|
"operation": {
|
|
9073
8921
|
"bodyKind": "none",
|
|
9074
|
-
"command": "management:
|
|
9075
|
-
"description": "
|
|
8922
|
+
"command": "management:create-shared-amazon-ses-limit-request",
|
|
8923
|
+
"description": "Request a shared Amazon SES daily limit increase",
|
|
9076
8924
|
"headerParams": [
|
|
9077
8925
|
{
|
|
9078
8926
|
"name": "Idempotency-Key",
|
|
@@ -9084,17 +8932,9 @@
|
|
|
9084
8932
|
}
|
|
9085
8933
|
],
|
|
9086
8934
|
"method": "post",
|
|
9087
|
-
"operationId": "
|
|
9088
|
-
"path": "/providers/
|
|
9089
|
-
"pathParams": [
|
|
9090
|
-
{
|
|
9091
|
-
"name": "public_id",
|
|
9092
|
-
"required": true,
|
|
9093
|
-
"schema": {
|
|
9094
|
-
"type": "string"
|
|
9095
|
-
}
|
|
9096
|
-
}
|
|
9097
|
-
],
|
|
8935
|
+
"operationId": "managementCreateSharedAmazonSesLimitRequest",
|
|
8936
|
+
"path": "/providers/shared-amazon-ses-limit-request",
|
|
8937
|
+
"pathParams": [],
|
|
9098
8938
|
"queryParams": [],
|
|
9099
8939
|
"responseKind": "json",
|
|
9100
8940
|
"requestBodyRequired": false,
|
|
@@ -9106,13 +8946,13 @@
|
|
|
9106
8946
|
"dist",
|
|
9107
8947
|
"commands",
|
|
9108
8948
|
"management",
|
|
9109
|
-
"
|
|
8949
|
+
"create-shared-amazon-ses-limit-request.js"
|
|
9110
8950
|
]
|
|
9111
8951
|
},
|
|
9112
|
-
"management:
|
|
8952
|
+
"management:create-webhook": {
|
|
9113
8953
|
"aliases": [],
|
|
9114
8954
|
"args": {},
|
|
9115
|
-
"description": "
|
|
8955
|
+
"description": "Create a webhook subscription",
|
|
9116
8956
|
"flags": {
|
|
9117
8957
|
"json": {
|
|
9118
8958
|
"description": "Format output as json.",
|
|
@@ -9232,29 +9072,30 @@
|
|
|
9232
9072
|
},
|
|
9233
9073
|
"hasDynamicHelp": false,
|
|
9234
9074
|
"hiddenAliases": [],
|
|
9235
|
-
"id": "management:
|
|
9075
|
+
"id": "management:create-webhook",
|
|
9236
9076
|
"pluginAlias": "@sendmux/cli",
|
|
9237
9077
|
"pluginName": "@sendmux/cli",
|
|
9238
9078
|
"pluginType": "core",
|
|
9239
9079
|
"strict": true,
|
|
9240
9080
|
"enableJsonFlag": true,
|
|
9241
9081
|
"operation": {
|
|
9242
|
-
"bodyKind": "
|
|
9243
|
-
"command": "management:
|
|
9244
|
-
"description": "
|
|
9245
|
-
"headerParams": [
|
|
9246
|
-
"method": "delete",
|
|
9247
|
-
"operationId": "managementCancelSharedAmazonSesLimitRequest",
|
|
9248
|
-
"path": "/providers/shared-amazon-ses-limit-request/{request_id}",
|
|
9249
|
-
"pathParams": [
|
|
9082
|
+
"bodyKind": "json",
|
|
9083
|
+
"command": "management:create-webhook",
|
|
9084
|
+
"description": "Create a webhook subscription",
|
|
9085
|
+
"headerParams": [
|
|
9250
9086
|
{
|
|
9251
|
-
"name": "
|
|
9252
|
-
"required":
|
|
9087
|
+
"name": "Idempotency-Key",
|
|
9088
|
+
"required": false,
|
|
9253
9089
|
"schema": {
|
|
9254
|
-
"type": "string"
|
|
9090
|
+
"type": "string",
|
|
9091
|
+
"maxLength": 255
|
|
9255
9092
|
}
|
|
9256
9093
|
}
|
|
9257
9094
|
],
|
|
9095
|
+
"method": "post",
|
|
9096
|
+
"operationId": "managementCreateWebhook",
|
|
9097
|
+
"path": "/webhooks",
|
|
9098
|
+
"pathParams": [],
|
|
9258
9099
|
"queryParams": [],
|
|
9259
9100
|
"responseKind": "json",
|
|
9260
9101
|
"requestBodyRequired": false,
|
|
@@ -9266,13 +9107,13 @@
|
|
|
9266
9107
|
"dist",
|
|
9267
9108
|
"commands",
|
|
9268
9109
|
"management",
|
|
9269
|
-
"
|
|
9110
|
+
"create-webhook.js"
|
|
9270
9111
|
]
|
|
9271
9112
|
},
|
|
9272
|
-
"management:
|
|
9113
|
+
"management:deactivate-provider": {
|
|
9273
9114
|
"aliases": [],
|
|
9274
9115
|
"args": {},
|
|
9275
|
-
"description": "
|
|
9116
|
+
"description": "Deactivate a sending account",
|
|
9276
9117
|
"flags": {
|
|
9277
9118
|
"json": {
|
|
9278
9119
|
"description": "Format output as json.",
|
|
@@ -9392,7 +9233,7 @@
|
|
|
9392
9233
|
},
|
|
9393
9234
|
"hasDynamicHelp": false,
|
|
9394
9235
|
"hiddenAliases": [],
|
|
9395
|
-
"id": "management:
|
|
9236
|
+
"id": "management:deactivate-provider",
|
|
9396
9237
|
"pluginAlias": "@sendmux/cli",
|
|
9397
9238
|
"pluginName": "@sendmux/cli",
|
|
9398
9239
|
"pluginType": "core",
|
|
@@ -9400,22 +9241,31 @@
|
|
|
9400
9241
|
"enableJsonFlag": true,
|
|
9401
9242
|
"operation": {
|
|
9402
9243
|
"bodyKind": "none",
|
|
9403
|
-
"command": "management:
|
|
9404
|
-
"description": "
|
|
9405
|
-
"headerParams": [
|
|
9406
|
-
"method": "get",
|
|
9407
|
-
"operationId": "managementCheckMailboxAvailability",
|
|
9408
|
-
"path": "/mailboxes/availability",
|
|
9409
|
-
"pathParams": [],
|
|
9410
|
-
"queryParams": [
|
|
9244
|
+
"command": "management:deactivate-provider",
|
|
9245
|
+
"description": "Deactivate a sending account",
|
|
9246
|
+
"headerParams": [
|
|
9411
9247
|
{
|
|
9412
|
-
"name": "
|
|
9248
|
+
"name": "Idempotency-Key",
|
|
9249
|
+
"required": false,
|
|
9250
|
+
"schema": {
|
|
9251
|
+
"type": "string",
|
|
9252
|
+
"maxLength": 255
|
|
9253
|
+
}
|
|
9254
|
+
}
|
|
9255
|
+
],
|
|
9256
|
+
"method": "post",
|
|
9257
|
+
"operationId": "managementDeactivateProvider",
|
|
9258
|
+
"path": "/providers/{public_id}/deactivate",
|
|
9259
|
+
"pathParams": [
|
|
9260
|
+
{
|
|
9261
|
+
"name": "public_id",
|
|
9413
9262
|
"required": true,
|
|
9414
9263
|
"schema": {
|
|
9415
9264
|
"type": "string"
|
|
9416
9265
|
}
|
|
9417
9266
|
}
|
|
9418
9267
|
],
|
|
9268
|
+
"queryParams": [],
|
|
9419
9269
|
"responseKind": "json",
|
|
9420
9270
|
"requestBodyRequired": false,
|
|
9421
9271
|
"requiredKeyKind": "root",
|
|
@@ -9426,13 +9276,13 @@
|
|
|
9426
9276
|
"dist",
|
|
9427
9277
|
"commands",
|
|
9428
9278
|
"management",
|
|
9429
|
-
"
|
|
9279
|
+
"deactivate-provider.js"
|
|
9430
9280
|
]
|
|
9431
9281
|
},
|
|
9432
|
-
"management:
|
|
9282
|
+
"management:delete-domain": {
|
|
9433
9283
|
"aliases": [],
|
|
9434
9284
|
"args": {},
|
|
9435
|
-
"description": "
|
|
9285
|
+
"description": "Delete a mailbox domain",
|
|
9436
9286
|
"flags": {
|
|
9437
9287
|
"json": {
|
|
9438
9288
|
"description": "Format output as json.",
|
|
@@ -9552,30 +9402,29 @@
|
|
|
9552
9402
|
},
|
|
9553
9403
|
"hasDynamicHelp": false,
|
|
9554
9404
|
"hiddenAliases": [],
|
|
9555
|
-
"id": "management:
|
|
9405
|
+
"id": "management:delete-domain",
|
|
9556
9406
|
"pluginAlias": "@sendmux/cli",
|
|
9557
9407
|
"pluginName": "@sendmux/cli",
|
|
9558
9408
|
"pluginType": "core",
|
|
9559
9409
|
"strict": true,
|
|
9560
9410
|
"enableJsonFlag": true,
|
|
9561
9411
|
"operation": {
|
|
9562
|
-
"bodyKind": "
|
|
9563
|
-
"command": "management:
|
|
9564
|
-
"description": "
|
|
9565
|
-
"headerParams": [
|
|
9412
|
+
"bodyKind": "none",
|
|
9413
|
+
"command": "management:delete-domain",
|
|
9414
|
+
"description": "Delete a mailbox domain",
|
|
9415
|
+
"headerParams": [],
|
|
9416
|
+
"method": "delete",
|
|
9417
|
+
"operationId": "managementDeleteDomain",
|
|
9418
|
+
"path": "/domains/{public_id}",
|
|
9419
|
+
"pathParams": [
|
|
9566
9420
|
{
|
|
9567
|
-
"name": "
|
|
9568
|
-
"required":
|
|
9421
|
+
"name": "public_id",
|
|
9422
|
+
"required": true,
|
|
9569
9423
|
"schema": {
|
|
9570
|
-
"type": "string"
|
|
9571
|
-
"maxLength": 255
|
|
9424
|
+
"type": "string"
|
|
9572
9425
|
}
|
|
9573
9426
|
}
|
|
9574
9427
|
],
|
|
9575
|
-
"method": "post",
|
|
9576
|
-
"operationId": "managementCreateDomain",
|
|
9577
|
-
"path": "/domains",
|
|
9578
|
-
"pathParams": [],
|
|
9579
9428
|
"queryParams": [],
|
|
9580
9429
|
"responseKind": "json",
|
|
9581
9430
|
"requestBodyRequired": false,
|
|
@@ -9587,13 +9436,13 @@
|
|
|
9587
9436
|
"dist",
|
|
9588
9437
|
"commands",
|
|
9589
9438
|
"management",
|
|
9590
|
-
"
|
|
9439
|
+
"delete-domain.js"
|
|
9591
9440
|
]
|
|
9592
9441
|
},
|
|
9593
|
-
"management:
|
|
9442
|
+
"management:delete-mailbox-key": {
|
|
9594
9443
|
"aliases": [],
|
|
9595
9444
|
"args": {},
|
|
9596
|
-
"description": "
|
|
9445
|
+
"description": "Revoke a mailbox API key",
|
|
9597
9446
|
"flags": {
|
|
9598
9447
|
"json": {
|
|
9599
9448
|
"description": "Format output as json.",
|
|
@@ -9713,32 +9562,30 @@
|
|
|
9713
9562
|
},
|
|
9714
9563
|
"hasDynamicHelp": false,
|
|
9715
9564
|
"hiddenAliases": [],
|
|
9716
|
-
"id": "management:
|
|
9565
|
+
"id": "management:delete-mailbox-key",
|
|
9717
9566
|
"pluginAlias": "@sendmux/cli",
|
|
9718
9567
|
"pluginName": "@sendmux/cli",
|
|
9719
9568
|
"pluginType": "core",
|
|
9720
9569
|
"strict": true,
|
|
9721
9570
|
"enableJsonFlag": true,
|
|
9722
9571
|
"operation": {
|
|
9723
|
-
"bodyKind": "
|
|
9724
|
-
"command": "management:
|
|
9725
|
-
"description": "
|
|
9726
|
-
"headerParams": [
|
|
9572
|
+
"bodyKind": "none",
|
|
9573
|
+
"command": "management:delete-mailbox-key",
|
|
9574
|
+
"description": "Revoke a mailbox API key",
|
|
9575
|
+
"headerParams": [],
|
|
9576
|
+
"method": "delete",
|
|
9577
|
+
"operationId": "managementDeleteMailboxKey",
|
|
9578
|
+
"path": "/mailboxes/{public_id}/keys/{key_id}",
|
|
9579
|
+
"pathParams": [
|
|
9727
9580
|
{
|
|
9728
|
-
"name": "
|
|
9729
|
-
"required":
|
|
9581
|
+
"name": "public_id",
|
|
9582
|
+
"required": true,
|
|
9730
9583
|
"schema": {
|
|
9731
|
-
"type": "string"
|
|
9732
|
-
"maxLength": 255
|
|
9584
|
+
"type": "string"
|
|
9733
9585
|
}
|
|
9734
|
-
}
|
|
9735
|
-
],
|
|
9736
|
-
"method": "post",
|
|
9737
|
-
"operationId": "managementCreateMailboxKey",
|
|
9738
|
-
"path": "/mailboxes/{public_id}/keys",
|
|
9739
|
-
"pathParams": [
|
|
9586
|
+
},
|
|
9740
9587
|
{
|
|
9741
|
-
"name": "
|
|
9588
|
+
"name": "key_id",
|
|
9742
9589
|
"required": true,
|
|
9743
9590
|
"schema": {
|
|
9744
9591
|
"type": "string"
|
|
@@ -9756,13 +9603,13 @@
|
|
|
9756
9603
|
"dist",
|
|
9757
9604
|
"commands",
|
|
9758
9605
|
"management",
|
|
9759
|
-
"
|
|
9606
|
+
"delete-mailbox-key.js"
|
|
9760
9607
|
]
|
|
9761
9608
|
},
|
|
9762
|
-
"management:
|
|
9609
|
+
"management:delete-mailbox": {
|
|
9763
9610
|
"aliases": [],
|
|
9764
9611
|
"args": {},
|
|
9765
|
-
"description": "
|
|
9612
|
+
"description": "Delete a mailbox",
|
|
9766
9613
|
"flags": {
|
|
9767
9614
|
"json": {
|
|
9768
9615
|
"description": "Format output as json.",
|
|
@@ -9882,30 +9729,29 @@
|
|
|
9882
9729
|
},
|
|
9883
9730
|
"hasDynamicHelp": false,
|
|
9884
9731
|
"hiddenAliases": [],
|
|
9885
|
-
"id": "management:
|
|
9732
|
+
"id": "management:delete-mailbox",
|
|
9886
9733
|
"pluginAlias": "@sendmux/cli",
|
|
9887
9734
|
"pluginName": "@sendmux/cli",
|
|
9888
9735
|
"pluginType": "core",
|
|
9889
9736
|
"strict": true,
|
|
9890
9737
|
"enableJsonFlag": true,
|
|
9891
9738
|
"operation": {
|
|
9892
|
-
"bodyKind": "
|
|
9893
|
-
"command": "management:
|
|
9894
|
-
"description": "
|
|
9895
|
-
"headerParams": [
|
|
9739
|
+
"bodyKind": "none",
|
|
9740
|
+
"command": "management:delete-mailbox",
|
|
9741
|
+
"description": "Delete a mailbox",
|
|
9742
|
+
"headerParams": [],
|
|
9743
|
+
"method": "delete",
|
|
9744
|
+
"operationId": "managementDeleteMailbox",
|
|
9745
|
+
"path": "/mailboxes/{public_id}",
|
|
9746
|
+
"pathParams": [
|
|
9896
9747
|
{
|
|
9897
|
-
"name": "
|
|
9898
|
-
"required":
|
|
9748
|
+
"name": "public_id",
|
|
9749
|
+
"required": true,
|
|
9899
9750
|
"schema": {
|
|
9900
|
-
"type": "string"
|
|
9901
|
-
"maxLength": 255
|
|
9751
|
+
"type": "string"
|
|
9902
9752
|
}
|
|
9903
9753
|
}
|
|
9904
9754
|
],
|
|
9905
|
-
"method": "post",
|
|
9906
|
-
"operationId": "managementCreateMailbox",
|
|
9907
|
-
"path": "/mailboxes",
|
|
9908
|
-
"pathParams": [],
|
|
9909
9755
|
"queryParams": [],
|
|
9910
9756
|
"responseKind": "json",
|
|
9911
9757
|
"requestBodyRequired": false,
|
|
@@ -9917,13 +9763,13 @@
|
|
|
9917
9763
|
"dist",
|
|
9918
9764
|
"commands",
|
|
9919
9765
|
"management",
|
|
9920
|
-
"
|
|
9766
|
+
"delete-mailbox.js"
|
|
9921
9767
|
]
|
|
9922
9768
|
},
|
|
9923
|
-
"management:
|
|
9769
|
+
"management:delete-provider": {
|
|
9924
9770
|
"aliases": [],
|
|
9925
9771
|
"args": {},
|
|
9926
|
-
"description": "
|
|
9772
|
+
"description": "Delete a sending account",
|
|
9927
9773
|
"flags": {
|
|
9928
9774
|
"json": {
|
|
9929
9775
|
"description": "Format output as json.",
|
|
@@ -10043,30 +9889,29 @@
|
|
|
10043
9889
|
},
|
|
10044
9890
|
"hasDynamicHelp": false,
|
|
10045
9891
|
"hiddenAliases": [],
|
|
10046
|
-
"id": "management:
|
|
9892
|
+
"id": "management:delete-provider",
|
|
10047
9893
|
"pluginAlias": "@sendmux/cli",
|
|
10048
9894
|
"pluginName": "@sendmux/cli",
|
|
10049
9895
|
"pluginType": "core",
|
|
10050
9896
|
"strict": true,
|
|
10051
9897
|
"enableJsonFlag": true,
|
|
10052
9898
|
"operation": {
|
|
10053
|
-
"bodyKind": "
|
|
10054
|
-
"command": "management:
|
|
10055
|
-
"description": "
|
|
10056
|
-
"headerParams": [
|
|
9899
|
+
"bodyKind": "none",
|
|
9900
|
+
"command": "management:delete-provider",
|
|
9901
|
+
"description": "Delete a sending account",
|
|
9902
|
+
"headerParams": [],
|
|
9903
|
+
"method": "delete",
|
|
9904
|
+
"operationId": "managementDeleteProvider",
|
|
9905
|
+
"path": "/providers/{public_id}",
|
|
9906
|
+
"pathParams": [
|
|
10057
9907
|
{
|
|
10058
|
-
"name": "
|
|
10059
|
-
"required":
|
|
9908
|
+
"name": "public_id",
|
|
9909
|
+
"required": true,
|
|
10060
9910
|
"schema": {
|
|
10061
|
-
"type": "string"
|
|
10062
|
-
"maxLength": 255
|
|
9911
|
+
"type": "string"
|
|
10063
9912
|
}
|
|
10064
9913
|
}
|
|
10065
9914
|
],
|
|
10066
|
-
"method": "post",
|
|
10067
|
-
"operationId": "managementCreateProvider",
|
|
10068
|
-
"path": "/providers",
|
|
10069
|
-
"pathParams": [],
|
|
10070
9915
|
"queryParams": [],
|
|
10071
9916
|
"responseKind": "json",
|
|
10072
9917
|
"requestBodyRequired": false,
|
|
@@ -10078,13 +9923,13 @@
|
|
|
10078
9923
|
"dist",
|
|
10079
9924
|
"commands",
|
|
10080
9925
|
"management",
|
|
10081
|
-
"
|
|
9926
|
+
"delete-provider.js"
|
|
10082
9927
|
]
|
|
10083
9928
|
},
|
|
10084
|
-
"management:
|
|
9929
|
+
"management:delete-webhook": {
|
|
10085
9930
|
"aliases": [],
|
|
10086
9931
|
"args": {},
|
|
10087
|
-
"description": "
|
|
9932
|
+
"description": "Delete a webhook subscription",
|
|
10088
9933
|
"flags": {
|
|
10089
9934
|
"json": {
|
|
10090
9935
|
"description": "Format output as json.",
|
|
@@ -10204,7 +10049,7 @@
|
|
|
10204
10049
|
},
|
|
10205
10050
|
"hasDynamicHelp": false,
|
|
10206
10051
|
"hiddenAliases": [],
|
|
10207
|
-
"id": "management:
|
|
10052
|
+
"id": "management:delete-webhook",
|
|
10208
10053
|
"pluginAlias": "@sendmux/cli",
|
|
10209
10054
|
"pluginName": "@sendmux/cli",
|
|
10210
10055
|
"pluginType": "core",
|
|
@@ -10212,22 +10057,21 @@
|
|
|
10212
10057
|
"enableJsonFlag": true,
|
|
10213
10058
|
"operation": {
|
|
10214
10059
|
"bodyKind": "none",
|
|
10215
|
-
"command": "management:
|
|
10216
|
-
"description": "
|
|
10217
|
-
"headerParams": [
|
|
10060
|
+
"command": "management:delete-webhook",
|
|
10061
|
+
"description": "Delete a webhook subscription",
|
|
10062
|
+
"headerParams": [],
|
|
10063
|
+
"method": "delete",
|
|
10064
|
+
"operationId": "managementDeleteWebhook",
|
|
10065
|
+
"path": "/webhooks/{public_id}",
|
|
10066
|
+
"pathParams": [
|
|
10218
10067
|
{
|
|
10219
|
-
"name": "
|
|
10220
|
-
"required":
|
|
10068
|
+
"name": "public_id",
|
|
10069
|
+
"required": true,
|
|
10221
10070
|
"schema": {
|
|
10222
|
-
"type": "string"
|
|
10223
|
-
"maxLength": 255
|
|
10071
|
+
"type": "string"
|
|
10224
10072
|
}
|
|
10225
10073
|
}
|
|
10226
10074
|
],
|
|
10227
|
-
"method": "post",
|
|
10228
|
-
"operationId": "managementCreateSharedAmazonSesLimitRequest",
|
|
10229
|
-
"path": "/providers/shared-amazon-ses-limit-request",
|
|
10230
|
-
"pathParams": [],
|
|
10231
10075
|
"queryParams": [],
|
|
10232
10076
|
"responseKind": "json",
|
|
10233
10077
|
"requestBodyRequired": false,
|
|
@@ -10239,13 +10083,13 @@
|
|
|
10239
10083
|
"dist",
|
|
10240
10084
|
"commands",
|
|
10241
10085
|
"management",
|
|
10242
|
-
"
|
|
10086
|
+
"delete-webhook.js"
|
|
10243
10087
|
]
|
|
10244
10088
|
},
|
|
10245
|
-
"management:
|
|
10089
|
+
"management:get-connection": {
|
|
10246
10090
|
"aliases": [],
|
|
10247
10091
|
"args": {},
|
|
10248
|
-
"description": "
|
|
10092
|
+
"description": "Get Management connection",
|
|
10249
10093
|
"flags": {
|
|
10250
10094
|
"json": {
|
|
10251
10095
|
"description": "Format output as json.",
|
|
@@ -10365,29 +10209,28 @@
|
|
|
10365
10209
|
},
|
|
10366
10210
|
"hasDynamicHelp": false,
|
|
10367
10211
|
"hiddenAliases": [],
|
|
10368
|
-
"id": "management:
|
|
10212
|
+
"id": "management:get-connection",
|
|
10369
10213
|
"pluginAlias": "@sendmux/cli",
|
|
10370
10214
|
"pluginName": "@sendmux/cli",
|
|
10371
10215
|
"pluginType": "core",
|
|
10372
10216
|
"strict": true,
|
|
10373
10217
|
"enableJsonFlag": true,
|
|
10374
10218
|
"operation": {
|
|
10375
|
-
"bodyKind": "
|
|
10376
|
-
"command": "management:
|
|
10377
|
-
"description": "
|
|
10219
|
+
"bodyKind": "none",
|
|
10220
|
+
"command": "management:get-connection",
|
|
10221
|
+
"description": "Get Management connection",
|
|
10378
10222
|
"headerParams": [
|
|
10379
10223
|
{
|
|
10380
|
-
"name": "
|
|
10224
|
+
"name": "If-None-Match",
|
|
10381
10225
|
"required": false,
|
|
10382
10226
|
"schema": {
|
|
10383
|
-
"type": "string"
|
|
10384
|
-
"maxLength": 255
|
|
10227
|
+
"type": "string"
|
|
10385
10228
|
}
|
|
10386
10229
|
}
|
|
10387
10230
|
],
|
|
10388
|
-
"method": "
|
|
10389
|
-
"operationId": "
|
|
10390
|
-
"path": "/
|
|
10231
|
+
"method": "get",
|
|
10232
|
+
"operationId": "managementGetConnection",
|
|
10233
|
+
"path": "/me",
|
|
10391
10234
|
"pathParams": [],
|
|
10392
10235
|
"queryParams": [],
|
|
10393
10236
|
"responseKind": "json",
|
|
@@ -10400,13 +10243,13 @@
|
|
|
10400
10243
|
"dist",
|
|
10401
10244
|
"commands",
|
|
10402
10245
|
"management",
|
|
10403
|
-
"
|
|
10246
|
+
"get-connection.js"
|
|
10404
10247
|
]
|
|
10405
10248
|
},
|
|
10406
|
-
"management:
|
|
10249
|
+
"management:get-delivery-payload": {
|
|
10407
10250
|
"aliases": [],
|
|
10408
10251
|
"args": {},
|
|
10409
|
-
"description": "
|
|
10252
|
+
"description": "Get a webhook delivery payload",
|
|
10410
10253
|
"flags": {
|
|
10411
10254
|
"json": {
|
|
10412
10255
|
"description": "Format output as json.",
|
|
@@ -10526,7 +10369,7 @@
|
|
|
10526
10369
|
},
|
|
10527
10370
|
"hasDynamicHelp": false,
|
|
10528
10371
|
"hiddenAliases": [],
|
|
10529
|
-
"id": "management:
|
|
10372
|
+
"id": "management:get-delivery-payload",
|
|
10530
10373
|
"pluginAlias": "@sendmux/cli",
|
|
10531
10374
|
"pluginName": "@sendmux/cli",
|
|
10532
10375
|
"pluginType": "core",
|
|
@@ -10534,24 +10377,22 @@
|
|
|
10534
10377
|
"enableJsonFlag": true,
|
|
10535
10378
|
"operation": {
|
|
10536
10379
|
"bodyKind": "none",
|
|
10537
|
-
"command": "management:
|
|
10538
|
-
"description": "
|
|
10539
|
-
"headerParams": [
|
|
10380
|
+
"command": "management:get-delivery-payload",
|
|
10381
|
+
"description": "Get a webhook delivery payload",
|
|
10382
|
+
"headerParams": [],
|
|
10383
|
+
"method": "get",
|
|
10384
|
+
"operationId": "managementGetDeliveryPayload",
|
|
10385
|
+
"path": "/webhooks/{public_id}/deliveries/{delivery_id}/payload",
|
|
10386
|
+
"pathParams": [
|
|
10540
10387
|
{
|
|
10541
|
-
"name": "
|
|
10542
|
-
"required":
|
|
10388
|
+
"name": "public_id",
|
|
10389
|
+
"required": true,
|
|
10543
10390
|
"schema": {
|
|
10544
|
-
"type": "string"
|
|
10545
|
-
"maxLength": 255
|
|
10391
|
+
"type": "string"
|
|
10546
10392
|
}
|
|
10547
|
-
}
|
|
10548
|
-
],
|
|
10549
|
-
"method": "post",
|
|
10550
|
-
"operationId": "managementDeactivateProvider",
|
|
10551
|
-
"path": "/providers/{public_id}/deactivate",
|
|
10552
|
-
"pathParams": [
|
|
10393
|
+
},
|
|
10553
10394
|
{
|
|
10554
|
-
"name": "
|
|
10395
|
+
"name": "delivery_id",
|
|
10555
10396
|
"required": true,
|
|
10556
10397
|
"schema": {
|
|
10557
10398
|
"type": "string"
|
|
@@ -10569,13 +10410,13 @@
|
|
|
10569
10410
|
"dist",
|
|
10570
10411
|
"commands",
|
|
10571
10412
|
"management",
|
|
10572
|
-
"
|
|
10413
|
+
"get-delivery-payload.js"
|
|
10573
10414
|
]
|
|
10574
10415
|
},
|
|
10575
|
-
"management:
|
|
10416
|
+
"management:get-domain-filters": {
|
|
10576
10417
|
"aliases": [],
|
|
10577
10418
|
"args": {},
|
|
10578
|
-
"description": "
|
|
10419
|
+
"description": "Get domain-wide sender filters",
|
|
10579
10420
|
"flags": {
|
|
10580
10421
|
"json": {
|
|
10581
10422
|
"description": "Format output as json.",
|
|
@@ -10695,7 +10536,7 @@
|
|
|
10695
10536
|
},
|
|
10696
10537
|
"hasDynamicHelp": false,
|
|
10697
10538
|
"hiddenAliases": [],
|
|
10698
|
-
"id": "management:
|
|
10539
|
+
"id": "management:get-domain-filters",
|
|
10699
10540
|
"pluginAlias": "@sendmux/cli",
|
|
10700
10541
|
"pluginName": "@sendmux/cli",
|
|
10701
10542
|
"pluginType": "core",
|
|
@@ -10703,12 +10544,20 @@
|
|
|
10703
10544
|
"enableJsonFlag": true,
|
|
10704
10545
|
"operation": {
|
|
10705
10546
|
"bodyKind": "none",
|
|
10706
|
-
"command": "management:
|
|
10707
|
-
"description": "
|
|
10708
|
-
"headerParams": [
|
|
10709
|
-
|
|
10710
|
-
|
|
10711
|
-
|
|
10547
|
+
"command": "management:get-domain-filters",
|
|
10548
|
+
"description": "Get domain-wide sender filters",
|
|
10549
|
+
"headerParams": [
|
|
10550
|
+
{
|
|
10551
|
+
"name": "If-None-Match",
|
|
10552
|
+
"required": false,
|
|
10553
|
+
"schema": {
|
|
10554
|
+
"type": "string"
|
|
10555
|
+
}
|
|
10556
|
+
}
|
|
10557
|
+
],
|
|
10558
|
+
"method": "get",
|
|
10559
|
+
"operationId": "managementGetDomainFilters",
|
|
10560
|
+
"path": "/domains/{public_id}/filters",
|
|
10712
10561
|
"pathParams": [
|
|
10713
10562
|
{
|
|
10714
10563
|
"name": "public_id",
|
|
@@ -10729,13 +10578,13 @@
|
|
|
10729
10578
|
"dist",
|
|
10730
10579
|
"commands",
|
|
10731
10580
|
"management",
|
|
10732
|
-
"
|
|
10581
|
+
"get-domain-filters.js"
|
|
10733
10582
|
]
|
|
10734
10583
|
},
|
|
10735
|
-
"management:
|
|
10584
|
+
"management:get-domain-zone-file": {
|
|
10736
10585
|
"aliases": [],
|
|
10737
10586
|
"args": {},
|
|
10738
|
-
"description": "
|
|
10587
|
+
"description": "Download a domain as a zone file",
|
|
10739
10588
|
"flags": {
|
|
10740
10589
|
"json": {
|
|
10741
10590
|
"description": "Format output as json.",
|
|
@@ -10855,7 +10704,7 @@
|
|
|
10855
10704
|
},
|
|
10856
10705
|
"hasDynamicHelp": false,
|
|
10857
10706
|
"hiddenAliases": [],
|
|
10858
|
-
"id": "management:
|
|
10707
|
+
"id": "management:get-domain-zone-file",
|
|
10859
10708
|
"pluginAlias": "@sendmux/cli",
|
|
10860
10709
|
"pluginName": "@sendmux/cli",
|
|
10861
10710
|
"pluginType": "core",
|
|
@@ -10863,12 +10712,12 @@
|
|
|
10863
10712
|
"enableJsonFlag": true,
|
|
10864
10713
|
"operation": {
|
|
10865
10714
|
"bodyKind": "none",
|
|
10866
|
-
"command": "management:
|
|
10867
|
-
"description": "
|
|
10715
|
+
"command": "management:get-domain-zone-file",
|
|
10716
|
+
"description": "Download a domain as a zone file",
|
|
10868
10717
|
"headerParams": [],
|
|
10869
|
-
"method": "
|
|
10870
|
-
"operationId": "
|
|
10871
|
-
"path": "/
|
|
10718
|
+
"method": "get",
|
|
10719
|
+
"operationId": "managementGetDomainZoneFile",
|
|
10720
|
+
"path": "/domains/{public_id}/zone-file",
|
|
10872
10721
|
"pathParams": [
|
|
10873
10722
|
{
|
|
10874
10723
|
"name": "public_id",
|
|
@@ -10876,17 +10725,10 @@
|
|
|
10876
10725
|
"schema": {
|
|
10877
10726
|
"type": "string"
|
|
10878
10727
|
}
|
|
10879
|
-
},
|
|
10880
|
-
{
|
|
10881
|
-
"name": "key_id",
|
|
10882
|
-
"required": true,
|
|
10883
|
-
"schema": {
|
|
10884
|
-
"type": "string"
|
|
10885
|
-
}
|
|
10886
10728
|
}
|
|
10887
10729
|
],
|
|
10888
10730
|
"queryParams": [],
|
|
10889
|
-
"responseKind": "
|
|
10731
|
+
"responseKind": "text",
|
|
10890
10732
|
"requestBodyRequired": false,
|
|
10891
10733
|
"requiredKeyKind": "root",
|
|
10892
10734
|
"surface": "management"
|
|
@@ -10896,13 +10738,13 @@
|
|
|
10896
10738
|
"dist",
|
|
10897
10739
|
"commands",
|
|
10898
10740
|
"management",
|
|
10899
|
-
"
|
|
10741
|
+
"get-domain-zone-file.js"
|
|
10900
10742
|
]
|
|
10901
10743
|
},
|
|
10902
|
-
"management:
|
|
10744
|
+
"management:get-email-log": {
|
|
10903
10745
|
"aliases": [],
|
|
10904
10746
|
"args": {},
|
|
10905
|
-
"description": "
|
|
10747
|
+
"description": "Get delivery log",
|
|
10906
10748
|
"flags": {
|
|
10907
10749
|
"json": {
|
|
10908
10750
|
"description": "Format output as json.",
|
|
@@ -11022,7 +10864,7 @@
|
|
|
11022
10864
|
},
|
|
11023
10865
|
"hasDynamicHelp": false,
|
|
11024
10866
|
"hiddenAliases": [],
|
|
11025
|
-
"id": "management:
|
|
10867
|
+
"id": "management:get-email-log",
|
|
11026
10868
|
"pluginAlias": "@sendmux/cli",
|
|
11027
10869
|
"pluginName": "@sendmux/cli",
|
|
11028
10870
|
"pluginType": "core",
|
|
@@ -11030,12 +10872,20 @@
|
|
|
11030
10872
|
"enableJsonFlag": true,
|
|
11031
10873
|
"operation": {
|
|
11032
10874
|
"bodyKind": "none",
|
|
11033
|
-
"command": "management:
|
|
11034
|
-
"description": "
|
|
11035
|
-
"headerParams": [
|
|
11036
|
-
|
|
11037
|
-
|
|
11038
|
-
|
|
10875
|
+
"command": "management:get-email-log",
|
|
10876
|
+
"description": "Get delivery log",
|
|
10877
|
+
"headerParams": [
|
|
10878
|
+
{
|
|
10879
|
+
"name": "If-None-Match",
|
|
10880
|
+
"required": false,
|
|
10881
|
+
"schema": {
|
|
10882
|
+
"type": "string"
|
|
10883
|
+
}
|
|
10884
|
+
}
|
|
10885
|
+
],
|
|
10886
|
+
"method": "get",
|
|
10887
|
+
"operationId": "managementGetEmailLog",
|
|
10888
|
+
"path": "/emails/logs/{public_id}",
|
|
11039
10889
|
"pathParams": [
|
|
11040
10890
|
{
|
|
11041
10891
|
"name": "public_id",
|
|
@@ -11056,13 +10906,13 @@
|
|
|
11056
10906
|
"dist",
|
|
11057
10907
|
"commands",
|
|
11058
10908
|
"management",
|
|
11059
|
-
"
|
|
10909
|
+
"get-email-log.js"
|
|
11060
10910
|
]
|
|
11061
10911
|
},
|
|
11062
|
-
"management:
|
|
10912
|
+
"management:get-email-metrics": {
|
|
11063
10913
|
"aliases": [],
|
|
11064
10914
|
"args": {},
|
|
11065
|
-
"description": "
|
|
10915
|
+
"description": "Get email metrics",
|
|
11066
10916
|
"flags": {
|
|
11067
10917
|
"json": {
|
|
11068
10918
|
"description": "Format output as json.",
|
|
@@ -11182,7 +11032,7 @@
|
|
|
11182
11032
|
},
|
|
11183
11033
|
"hasDynamicHelp": false,
|
|
11184
11034
|
"hiddenAliases": [],
|
|
11185
|
-
"id": "management:
|
|
11035
|
+
"id": "management:get-email-metrics",
|
|
11186
11036
|
"pluginAlias": "@sendmux/cli",
|
|
11187
11037
|
"pluginName": "@sendmux/cli",
|
|
11188
11038
|
"pluginType": "core",
|
|
@@ -11190,22 +11040,59 @@
|
|
|
11190
11040
|
"enableJsonFlag": true,
|
|
11191
11041
|
"operation": {
|
|
11192
11042
|
"bodyKind": "none",
|
|
11193
|
-
"command": "management:
|
|
11194
|
-
"description": "
|
|
11043
|
+
"command": "management:get-email-metrics",
|
|
11044
|
+
"description": "Get email metrics",
|
|
11195
11045
|
"headerParams": [],
|
|
11196
|
-
"method": "
|
|
11197
|
-
"operationId": "
|
|
11198
|
-
"path": "/
|
|
11199
|
-
"pathParams": [
|
|
11046
|
+
"method": "get",
|
|
11047
|
+
"operationId": "managementGetEmailMetrics",
|
|
11048
|
+
"path": "/emails/metrics",
|
|
11049
|
+
"pathParams": [],
|
|
11050
|
+
"queryParams": [
|
|
11200
11051
|
{
|
|
11201
|
-
"name": "
|
|
11202
|
-
"required":
|
|
11052
|
+
"name": "window",
|
|
11053
|
+
"required": false,
|
|
11054
|
+
"schema": {
|
|
11055
|
+
"type": "string",
|
|
11056
|
+
"enum": [
|
|
11057
|
+
"24h",
|
|
11058
|
+
"7d",
|
|
11059
|
+
"30d"
|
|
11060
|
+
]
|
|
11061
|
+
}
|
|
11062
|
+
},
|
|
11063
|
+
{
|
|
11064
|
+
"name": "from_date",
|
|
11065
|
+
"required": false,
|
|
11066
|
+
"schema": {
|
|
11067
|
+
"type": "string"
|
|
11068
|
+
}
|
|
11069
|
+
},
|
|
11070
|
+
{
|
|
11071
|
+
"name": "to_date",
|
|
11072
|
+
"required": false,
|
|
11073
|
+
"schema": {
|
|
11074
|
+
"type": "string"
|
|
11075
|
+
}
|
|
11076
|
+
},
|
|
11077
|
+
{
|
|
11078
|
+
"name": "granularity",
|
|
11079
|
+
"required": false,
|
|
11080
|
+
"schema": {
|
|
11081
|
+
"type": "string",
|
|
11082
|
+
"enum": [
|
|
11083
|
+
"hourly",
|
|
11084
|
+
"daily"
|
|
11085
|
+
]
|
|
11086
|
+
}
|
|
11087
|
+
},
|
|
11088
|
+
{
|
|
11089
|
+
"name": "provider_id",
|
|
11090
|
+
"required": false,
|
|
11203
11091
|
"schema": {
|
|
11204
11092
|
"type": "string"
|
|
11205
11093
|
}
|
|
11206
11094
|
}
|
|
11207
11095
|
],
|
|
11208
|
-
"queryParams": [],
|
|
11209
11096
|
"responseKind": "json",
|
|
11210
11097
|
"requestBodyRequired": false,
|
|
11211
11098
|
"requiredKeyKind": "root",
|
|
@@ -11216,13 +11103,13 @@
|
|
|
11216
11103
|
"dist",
|
|
11217
11104
|
"commands",
|
|
11218
11105
|
"management",
|
|
11219
|
-
"
|
|
11106
|
+
"get-email-metrics.js"
|
|
11220
11107
|
]
|
|
11221
11108
|
},
|
|
11222
|
-
"management:
|
|
11109
|
+
"management:get-inbox-log": {
|
|
11223
11110
|
"aliases": [],
|
|
11224
11111
|
"args": {},
|
|
11225
|
-
"description": "
|
|
11112
|
+
"description": "Get incoming log",
|
|
11226
11113
|
"flags": {
|
|
11227
11114
|
"json": {
|
|
11228
11115
|
"description": "Format output as json.",
|
|
@@ -11342,7 +11229,7 @@
|
|
|
11342
11229
|
},
|
|
11343
11230
|
"hasDynamicHelp": false,
|
|
11344
11231
|
"hiddenAliases": [],
|
|
11345
|
-
"id": "management:
|
|
11232
|
+
"id": "management:get-inbox-log",
|
|
11346
11233
|
"pluginAlias": "@sendmux/cli",
|
|
11347
11234
|
"pluginName": "@sendmux/cli",
|
|
11348
11235
|
"pluginType": "core",
|
|
@@ -11350,12 +11237,12 @@
|
|
|
11350
11237
|
"enableJsonFlag": true,
|
|
11351
11238
|
"operation": {
|
|
11352
11239
|
"bodyKind": "none",
|
|
11353
|
-
"command": "management:
|
|
11354
|
-
"description": "
|
|
11240
|
+
"command": "management:get-inbox-log",
|
|
11241
|
+
"description": "Get incoming log",
|
|
11355
11242
|
"headerParams": [],
|
|
11356
|
-
"method": "
|
|
11357
|
-
"operationId": "
|
|
11358
|
-
"path": "/
|
|
11243
|
+
"method": "get",
|
|
11244
|
+
"operationId": "managementGetInboxLog",
|
|
11245
|
+
"path": "/inboxes/logs/{public_id}",
|
|
11359
11246
|
"pathParams": [
|
|
11360
11247
|
{
|
|
11361
11248
|
"name": "public_id",
|
|
@@ -11376,13 +11263,13 @@
|
|
|
11376
11263
|
"dist",
|
|
11377
11264
|
"commands",
|
|
11378
11265
|
"management",
|
|
11379
|
-
"
|
|
11266
|
+
"get-inbox-log.js"
|
|
11380
11267
|
]
|
|
11381
11268
|
},
|
|
11382
|
-
"management:get-
|
|
11269
|
+
"management:get-mailbox-filters": {
|
|
11383
11270
|
"aliases": [],
|
|
11384
11271
|
"args": {},
|
|
11385
|
-
"description": "Get
|
|
11272
|
+
"description": "Get mailbox sender filters",
|
|
11386
11273
|
"flags": {
|
|
11387
11274
|
"json": {
|
|
11388
11275
|
"description": "Format output as json.",
|
|
@@ -11502,7 +11389,7 @@
|
|
|
11502
11389
|
},
|
|
11503
11390
|
"hasDynamicHelp": false,
|
|
11504
11391
|
"hiddenAliases": [],
|
|
11505
|
-
"id": "management:get-
|
|
11392
|
+
"id": "management:get-mailbox-filters",
|
|
11506
11393
|
"pluginAlias": "@sendmux/cli",
|
|
11507
11394
|
"pluginName": "@sendmux/cli",
|
|
11508
11395
|
"pluginType": "core",
|
|
@@ -11510,21 +11397,29 @@
|
|
|
11510
11397
|
"enableJsonFlag": true,
|
|
11511
11398
|
"operation": {
|
|
11512
11399
|
"bodyKind": "none",
|
|
11513
|
-
"command": "management:get-
|
|
11514
|
-
"description": "Get
|
|
11400
|
+
"command": "management:get-mailbox-filters",
|
|
11401
|
+
"description": "Get mailbox sender filters",
|
|
11515
11402
|
"headerParams": [
|
|
11516
11403
|
{
|
|
11517
|
-
"name": "If-None-Match",
|
|
11518
|
-
"required": false,
|
|
11404
|
+
"name": "If-None-Match",
|
|
11405
|
+
"required": false,
|
|
11406
|
+
"schema": {
|
|
11407
|
+
"type": "string"
|
|
11408
|
+
}
|
|
11409
|
+
}
|
|
11410
|
+
],
|
|
11411
|
+
"method": "get",
|
|
11412
|
+
"operationId": "managementGetMailboxFilters",
|
|
11413
|
+
"path": "/mailboxes/{public_id}/filters",
|
|
11414
|
+
"pathParams": [
|
|
11415
|
+
{
|
|
11416
|
+
"name": "public_id",
|
|
11417
|
+
"required": true,
|
|
11519
11418
|
"schema": {
|
|
11520
11419
|
"type": "string"
|
|
11521
11420
|
}
|
|
11522
11421
|
}
|
|
11523
11422
|
],
|
|
11524
|
-
"method": "get",
|
|
11525
|
-
"operationId": "managementGetConnection",
|
|
11526
|
-
"path": "/me",
|
|
11527
|
-
"pathParams": [],
|
|
11528
11423
|
"queryParams": [],
|
|
11529
11424
|
"responseKind": "json",
|
|
11530
11425
|
"requestBodyRequired": false,
|
|
@@ -11536,13 +11431,13 @@
|
|
|
11536
11431
|
"dist",
|
|
11537
11432
|
"commands",
|
|
11538
11433
|
"management",
|
|
11539
|
-
"get-
|
|
11434
|
+
"get-mailbox-filters.js"
|
|
11540
11435
|
]
|
|
11541
11436
|
},
|
|
11542
|
-
"management:get-
|
|
11437
|
+
"management:get-mailbox": {
|
|
11543
11438
|
"aliases": [],
|
|
11544
11439
|
"args": {},
|
|
11545
|
-
"description": "Get a
|
|
11440
|
+
"description": "Get a mailbox",
|
|
11546
11441
|
"flags": {
|
|
11547
11442
|
"json": {
|
|
11548
11443
|
"description": "Format output as json.",
|
|
@@ -11662,7 +11557,7 @@
|
|
|
11662
11557
|
},
|
|
11663
11558
|
"hasDynamicHelp": false,
|
|
11664
11559
|
"hiddenAliases": [],
|
|
11665
|
-
"id": "management:get-
|
|
11560
|
+
"id": "management:get-mailbox",
|
|
11666
11561
|
"pluginAlias": "@sendmux/cli",
|
|
11667
11562
|
"pluginName": "@sendmux/cli",
|
|
11668
11563
|
"pluginType": "core",
|
|
@@ -11670,22 +11565,23 @@
|
|
|
11670
11565
|
"enableJsonFlag": true,
|
|
11671
11566
|
"operation": {
|
|
11672
11567
|
"bodyKind": "none",
|
|
11673
|
-
"command": "management:get-
|
|
11674
|
-
"description": "Get a
|
|
11675
|
-
"headerParams": [
|
|
11676
|
-
"method": "get",
|
|
11677
|
-
"operationId": "managementGetDeliveryPayload",
|
|
11678
|
-
"path": "/webhooks/{public_id}/deliveries/{delivery_id}/payload",
|
|
11679
|
-
"pathParams": [
|
|
11568
|
+
"command": "management:get-mailbox",
|
|
11569
|
+
"description": "Get a mailbox",
|
|
11570
|
+
"headerParams": [
|
|
11680
11571
|
{
|
|
11681
|
-
"name": "
|
|
11682
|
-
"required":
|
|
11572
|
+
"name": "If-None-Match",
|
|
11573
|
+
"required": false,
|
|
11683
11574
|
"schema": {
|
|
11684
11575
|
"type": "string"
|
|
11685
11576
|
}
|
|
11686
|
-
}
|
|
11577
|
+
}
|
|
11578
|
+
],
|
|
11579
|
+
"method": "get",
|
|
11580
|
+
"operationId": "managementGetMailbox",
|
|
11581
|
+
"path": "/mailboxes/{public_id}",
|
|
11582
|
+
"pathParams": [
|
|
11687
11583
|
{
|
|
11688
|
-
"name": "
|
|
11584
|
+
"name": "public_id",
|
|
11689
11585
|
"required": true,
|
|
11690
11586
|
"schema": {
|
|
11691
11587
|
"type": "string"
|
|
@@ -11703,13 +11599,13 @@
|
|
|
11703
11599
|
"dist",
|
|
11704
11600
|
"commands",
|
|
11705
11601
|
"management",
|
|
11706
|
-
"get-
|
|
11602
|
+
"get-mailbox.js"
|
|
11707
11603
|
]
|
|
11708
11604
|
},
|
|
11709
|
-
"management:get-
|
|
11605
|
+
"management:get-provider-limits": {
|
|
11710
11606
|
"aliases": [],
|
|
11711
11607
|
"args": {},
|
|
11712
|
-
"description": "Get
|
|
11608
|
+
"description": "Get sending account limits",
|
|
11713
11609
|
"flags": {
|
|
11714
11610
|
"json": {
|
|
11715
11611
|
"description": "Format output as json.",
|
|
@@ -11829,7 +11725,7 @@
|
|
|
11829
11725
|
},
|
|
11830
11726
|
"hasDynamicHelp": false,
|
|
11831
11727
|
"hiddenAliases": [],
|
|
11832
|
-
"id": "management:get-
|
|
11728
|
+
"id": "management:get-provider-limits",
|
|
11833
11729
|
"pluginAlias": "@sendmux/cli",
|
|
11834
11730
|
"pluginName": "@sendmux/cli",
|
|
11835
11731
|
"pluginType": "core",
|
|
@@ -11837,29 +11733,13 @@
|
|
|
11837
11733
|
"enableJsonFlag": true,
|
|
11838
11734
|
"operation": {
|
|
11839
11735
|
"bodyKind": "none",
|
|
11840
|
-
"command": "management:get-
|
|
11841
|
-
"description": "Get
|
|
11842
|
-
"headerParams": [
|
|
11843
|
-
{
|
|
11844
|
-
"name": "If-None-Match",
|
|
11845
|
-
"required": false,
|
|
11846
|
-
"schema": {
|
|
11847
|
-
"type": "string"
|
|
11848
|
-
}
|
|
11849
|
-
}
|
|
11850
|
-
],
|
|
11736
|
+
"command": "management:get-provider-limits",
|
|
11737
|
+
"description": "Get sending account limits",
|
|
11738
|
+
"headerParams": [],
|
|
11851
11739
|
"method": "get",
|
|
11852
|
-
"operationId": "
|
|
11853
|
-
"path": "/
|
|
11854
|
-
"pathParams": [
|
|
11855
|
-
{
|
|
11856
|
-
"name": "public_id",
|
|
11857
|
-
"required": true,
|
|
11858
|
-
"schema": {
|
|
11859
|
-
"type": "string"
|
|
11860
|
-
}
|
|
11861
|
-
}
|
|
11862
|
-
],
|
|
11740
|
+
"operationId": "managementGetProviderLimits",
|
|
11741
|
+
"path": "/providers/limits",
|
|
11742
|
+
"pathParams": [],
|
|
11863
11743
|
"queryParams": [],
|
|
11864
11744
|
"responseKind": "json",
|
|
11865
11745
|
"requestBodyRequired": false,
|
|
@@ -11871,13 +11751,13 @@
|
|
|
11871
11751
|
"dist",
|
|
11872
11752
|
"commands",
|
|
11873
11753
|
"management",
|
|
11874
|
-
"get-
|
|
11754
|
+
"get-provider-limits.js"
|
|
11875
11755
|
]
|
|
11876
11756
|
},
|
|
11877
|
-
"management:get-
|
|
11757
|
+
"management:get-provider-stats": {
|
|
11878
11758
|
"aliases": [],
|
|
11879
11759
|
"args": {},
|
|
11880
|
-
"description": "
|
|
11760
|
+
"description": "Get sending account statistics",
|
|
11881
11761
|
"flags": {
|
|
11882
11762
|
"json": {
|
|
11883
11763
|
"description": "Format output as json.",
|
|
@@ -11997,7 +11877,7 @@
|
|
|
11997
11877
|
},
|
|
11998
11878
|
"hasDynamicHelp": false,
|
|
11999
11879
|
"hiddenAliases": [],
|
|
12000
|
-
"id": "management:get-
|
|
11880
|
+
"id": "management:get-provider-stats",
|
|
12001
11881
|
"pluginAlias": "@sendmux/cli",
|
|
12002
11882
|
"pluginName": "@sendmux/cli",
|
|
12003
11883
|
"pluginType": "core",
|
|
@@ -12005,23 +11885,15 @@
|
|
|
12005
11885
|
"enableJsonFlag": true,
|
|
12006
11886
|
"operation": {
|
|
12007
11887
|
"bodyKind": "none",
|
|
12008
|
-
"command": "management:get-
|
|
12009
|
-
"description": "
|
|
11888
|
+
"command": "management:get-provider-stats",
|
|
11889
|
+
"description": "Get sending account statistics",
|
|
12010
11890
|
"headerParams": [],
|
|
12011
11891
|
"method": "get",
|
|
12012
|
-
"operationId": "
|
|
12013
|
-
"path": "/
|
|
12014
|
-
"pathParams": [
|
|
12015
|
-
{
|
|
12016
|
-
"name": "public_id",
|
|
12017
|
-
"required": true,
|
|
12018
|
-
"schema": {
|
|
12019
|
-
"type": "string"
|
|
12020
|
-
}
|
|
12021
|
-
}
|
|
12022
|
-
],
|
|
11892
|
+
"operationId": "managementGetProviderStats",
|
|
11893
|
+
"path": "/providers/stats",
|
|
11894
|
+
"pathParams": [],
|
|
12023
11895
|
"queryParams": [],
|
|
12024
|
-
"responseKind": "
|
|
11896
|
+
"responseKind": "json",
|
|
12025
11897
|
"requestBodyRequired": false,
|
|
12026
11898
|
"requiredKeyKind": "root",
|
|
12027
11899
|
"surface": "management"
|
|
@@ -12031,13 +11903,13 @@
|
|
|
12031
11903
|
"dist",
|
|
12032
11904
|
"commands",
|
|
12033
11905
|
"management",
|
|
12034
|
-
"get-
|
|
11906
|
+
"get-provider-stats.js"
|
|
12035
11907
|
]
|
|
12036
11908
|
},
|
|
12037
|
-
"management:get-
|
|
11909
|
+
"management:get-provider-usage": {
|
|
12038
11910
|
"aliases": [],
|
|
12039
11911
|
"args": {},
|
|
12040
|
-
"description": "Get
|
|
11912
|
+
"description": "Get sending account usage",
|
|
12041
11913
|
"flags": {
|
|
12042
11914
|
"json": {
|
|
12043
11915
|
"description": "Format output as json.",
|
|
@@ -12157,7 +12029,7 @@
|
|
|
12157
12029
|
},
|
|
12158
12030
|
"hasDynamicHelp": false,
|
|
12159
12031
|
"hiddenAliases": [],
|
|
12160
|
-
"id": "management:get-
|
|
12032
|
+
"id": "management:get-provider-usage",
|
|
12161
12033
|
"pluginAlias": "@sendmux/cli",
|
|
12162
12034
|
"pluginName": "@sendmux/cli",
|
|
12163
12035
|
"pluginType": "core",
|
|
@@ -12165,29 +12037,13 @@
|
|
|
12165
12037
|
"enableJsonFlag": true,
|
|
12166
12038
|
"operation": {
|
|
12167
12039
|
"bodyKind": "none",
|
|
12168
|
-
"command": "management:get-
|
|
12169
|
-
"description": "Get
|
|
12170
|
-
"headerParams": [
|
|
12171
|
-
{
|
|
12172
|
-
"name": "If-None-Match",
|
|
12173
|
-
"required": false,
|
|
12174
|
-
"schema": {
|
|
12175
|
-
"type": "string"
|
|
12176
|
-
}
|
|
12177
|
-
}
|
|
12178
|
-
],
|
|
12040
|
+
"command": "management:get-provider-usage",
|
|
12041
|
+
"description": "Get sending account usage",
|
|
12042
|
+
"headerParams": [],
|
|
12179
12043
|
"method": "get",
|
|
12180
|
-
"operationId": "
|
|
12181
|
-
"path": "/
|
|
12182
|
-
"pathParams": [
|
|
12183
|
-
{
|
|
12184
|
-
"name": "public_id",
|
|
12185
|
-
"required": true,
|
|
12186
|
-
"schema": {
|
|
12187
|
-
"type": "string"
|
|
12188
|
-
}
|
|
12189
|
-
}
|
|
12190
|
-
],
|
|
12044
|
+
"operationId": "managementGetProviderUsage",
|
|
12045
|
+
"path": "/providers/usage",
|
|
12046
|
+
"pathParams": [],
|
|
12191
12047
|
"queryParams": [],
|
|
12192
12048
|
"responseKind": "json",
|
|
12193
12049
|
"requestBodyRequired": false,
|
|
@@ -12199,13 +12055,13 @@
|
|
|
12199
12055
|
"dist",
|
|
12200
12056
|
"commands",
|
|
12201
12057
|
"management",
|
|
12202
|
-
"get-
|
|
12058
|
+
"get-provider-usage.js"
|
|
12203
12059
|
]
|
|
12204
12060
|
},
|
|
12205
|
-
"management:get-
|
|
12061
|
+
"management:get-provider": {
|
|
12206
12062
|
"aliases": [],
|
|
12207
12063
|
"args": {},
|
|
12208
|
-
"description": "Get
|
|
12064
|
+
"description": "Get a sending account",
|
|
12209
12065
|
"flags": {
|
|
12210
12066
|
"json": {
|
|
12211
12067
|
"description": "Format output as json.",
|
|
@@ -12325,7 +12181,7 @@
|
|
|
12325
12181
|
},
|
|
12326
12182
|
"hasDynamicHelp": false,
|
|
12327
12183
|
"hiddenAliases": [],
|
|
12328
|
-
"id": "management:get-
|
|
12184
|
+
"id": "management:get-provider",
|
|
12329
12185
|
"pluginAlias": "@sendmux/cli",
|
|
12330
12186
|
"pluginName": "@sendmux/cli",
|
|
12331
12187
|
"pluginType": "core",
|
|
@@ -12333,59 +12189,30 @@
|
|
|
12333
12189
|
"enableJsonFlag": true,
|
|
12334
12190
|
"operation": {
|
|
12335
12191
|
"bodyKind": "none",
|
|
12336
|
-
"command": "management:get-
|
|
12337
|
-
"description": "Get
|
|
12338
|
-
"headerParams": [
|
|
12339
|
-
"method": "get",
|
|
12340
|
-
"operationId": "managementGetEmailMetrics",
|
|
12341
|
-
"path": "/emails/metrics",
|
|
12342
|
-
"pathParams": [],
|
|
12343
|
-
"queryParams": [
|
|
12344
|
-
{
|
|
12345
|
-
"name": "window",
|
|
12346
|
-
"required": false,
|
|
12347
|
-
"schema": {
|
|
12348
|
-
"type": "string",
|
|
12349
|
-
"enum": [
|
|
12350
|
-
"24h",
|
|
12351
|
-
"7d",
|
|
12352
|
-
"30d"
|
|
12353
|
-
]
|
|
12354
|
-
}
|
|
12355
|
-
},
|
|
12356
|
-
{
|
|
12357
|
-
"name": "from_date",
|
|
12358
|
-
"required": false,
|
|
12359
|
-
"schema": {
|
|
12360
|
-
"type": "string"
|
|
12361
|
-
}
|
|
12362
|
-
},
|
|
12192
|
+
"command": "management:get-provider",
|
|
12193
|
+
"description": "Get a sending account",
|
|
12194
|
+
"headerParams": [
|
|
12363
12195
|
{
|
|
12364
|
-
"name": "
|
|
12196
|
+
"name": "If-None-Match",
|
|
12365
12197
|
"required": false,
|
|
12366
12198
|
"schema": {
|
|
12367
12199
|
"type": "string"
|
|
12368
12200
|
}
|
|
12369
|
-
}
|
|
12370
|
-
|
|
12371
|
-
|
|
12372
|
-
|
|
12373
|
-
|
|
12374
|
-
|
|
12375
|
-
"enum": [
|
|
12376
|
-
"hourly",
|
|
12377
|
-
"daily"
|
|
12378
|
-
]
|
|
12379
|
-
}
|
|
12380
|
-
},
|
|
12201
|
+
}
|
|
12202
|
+
],
|
|
12203
|
+
"method": "get",
|
|
12204
|
+
"operationId": "managementGetProvider",
|
|
12205
|
+
"path": "/providers/{public_id}",
|
|
12206
|
+
"pathParams": [
|
|
12381
12207
|
{
|
|
12382
|
-
"name": "
|
|
12383
|
-
"required":
|
|
12208
|
+
"name": "public_id",
|
|
12209
|
+
"required": true,
|
|
12384
12210
|
"schema": {
|
|
12385
12211
|
"type": "string"
|
|
12386
12212
|
}
|
|
12387
12213
|
}
|
|
12388
12214
|
],
|
|
12215
|
+
"queryParams": [],
|
|
12389
12216
|
"responseKind": "json",
|
|
12390
12217
|
"requestBodyRequired": false,
|
|
12391
12218
|
"requiredKeyKind": "root",
|
|
@@ -12396,13 +12223,13 @@
|
|
|
12396
12223
|
"dist",
|
|
12397
12224
|
"commands",
|
|
12398
12225
|
"management",
|
|
12399
|
-
"get-
|
|
12226
|
+
"get-provider.js"
|
|
12400
12227
|
]
|
|
12401
12228
|
},
|
|
12402
|
-
"management:get-
|
|
12229
|
+
"management:get-shared-amazon-ses-limit-request": {
|
|
12403
12230
|
"aliases": [],
|
|
12404
12231
|
"args": {},
|
|
12405
|
-
"description": "Get
|
|
12232
|
+
"description": "Get shared Amazon SES limit request state",
|
|
12406
12233
|
"flags": {
|
|
12407
12234
|
"json": {
|
|
12408
12235
|
"description": "Format output as json.",
|
|
@@ -12522,7 +12349,7 @@
|
|
|
12522
12349
|
},
|
|
12523
12350
|
"hasDynamicHelp": false,
|
|
12524
12351
|
"hiddenAliases": [],
|
|
12525
|
-
"id": "management:get-
|
|
12352
|
+
"id": "management:get-shared-amazon-ses-limit-request",
|
|
12526
12353
|
"pluginAlias": "@sendmux/cli",
|
|
12527
12354
|
"pluginName": "@sendmux/cli",
|
|
12528
12355
|
"pluginType": "core",
|
|
@@ -12530,21 +12357,13 @@
|
|
|
12530
12357
|
"enableJsonFlag": true,
|
|
12531
12358
|
"operation": {
|
|
12532
12359
|
"bodyKind": "none",
|
|
12533
|
-
"command": "management:get-
|
|
12534
|
-
"description": "Get
|
|
12360
|
+
"command": "management:get-shared-amazon-ses-limit-request",
|
|
12361
|
+
"description": "Get shared Amazon SES limit request state",
|
|
12535
12362
|
"headerParams": [],
|
|
12536
12363
|
"method": "get",
|
|
12537
|
-
"operationId": "
|
|
12538
|
-
"path": "/
|
|
12539
|
-
"pathParams": [
|
|
12540
|
-
{
|
|
12541
|
-
"name": "public_id",
|
|
12542
|
-
"required": true,
|
|
12543
|
-
"schema": {
|
|
12544
|
-
"type": "string"
|
|
12545
|
-
}
|
|
12546
|
-
}
|
|
12547
|
-
],
|
|
12364
|
+
"operationId": "managementGetSharedAmazonSesLimitRequest",
|
|
12365
|
+
"path": "/providers/shared-amazon-ses-limit-request",
|
|
12366
|
+
"pathParams": [],
|
|
12548
12367
|
"queryParams": [],
|
|
12549
12368
|
"responseKind": "json",
|
|
12550
12369
|
"requestBodyRequired": false,
|
|
@@ -12556,13 +12375,13 @@
|
|
|
12556
12375
|
"dist",
|
|
12557
12376
|
"commands",
|
|
12558
12377
|
"management",
|
|
12559
|
-
"get-
|
|
12378
|
+
"get-shared-amazon-ses-limit-request.js"
|
|
12560
12379
|
]
|
|
12561
12380
|
},
|
|
12562
|
-
"management:get-
|
|
12381
|
+
"management:get-spend-summary": {
|
|
12563
12382
|
"aliases": [],
|
|
12564
12383
|
"args": {},
|
|
12565
|
-
"description": "Get
|
|
12384
|
+
"description": "Get spend summary",
|
|
12566
12385
|
"flags": {
|
|
12567
12386
|
"json": {
|
|
12568
12387
|
"description": "Format output as json.",
|
|
@@ -12682,38 +12501,35 @@
|
|
|
12682
12501
|
},
|
|
12683
12502
|
"hasDynamicHelp": false,
|
|
12684
12503
|
"hiddenAliases": [],
|
|
12685
|
-
"id": "management:get-
|
|
12504
|
+
"id": "management:get-spend-summary",
|
|
12686
12505
|
"pluginAlias": "@sendmux/cli",
|
|
12687
12506
|
"pluginName": "@sendmux/cli",
|
|
12688
12507
|
"pluginType": "core",
|
|
12689
|
-
"strict": true,
|
|
12690
|
-
"enableJsonFlag": true,
|
|
12691
|
-
"operation": {
|
|
12692
|
-
"bodyKind": "none",
|
|
12693
|
-
"command": "management:get-
|
|
12694
|
-
"description": "Get
|
|
12695
|
-
"headerParams": [
|
|
12696
|
-
{
|
|
12697
|
-
"name": "If-None-Match",
|
|
12698
|
-
"required": false,
|
|
12699
|
-
"schema": {
|
|
12700
|
-
"type": "string"
|
|
12701
|
-
}
|
|
12702
|
-
}
|
|
12703
|
-
],
|
|
12508
|
+
"strict": true,
|
|
12509
|
+
"enableJsonFlag": true,
|
|
12510
|
+
"operation": {
|
|
12511
|
+
"bodyKind": "none",
|
|
12512
|
+
"command": "management:get-spend-summary",
|
|
12513
|
+
"description": "Get spend summary",
|
|
12514
|
+
"headerParams": [],
|
|
12704
12515
|
"method": "get",
|
|
12705
|
-
"operationId": "
|
|
12706
|
-
"path": "/
|
|
12707
|
-
"pathParams": [
|
|
12516
|
+
"operationId": "managementGetSpendSummary",
|
|
12517
|
+
"path": "/billing/summary",
|
|
12518
|
+
"pathParams": [],
|
|
12519
|
+
"queryParams": [
|
|
12708
12520
|
{
|
|
12709
|
-
"name": "
|
|
12710
|
-
"required":
|
|
12521
|
+
"name": "days",
|
|
12522
|
+
"required": false,
|
|
12711
12523
|
"schema": {
|
|
12712
|
-
"type": "string"
|
|
12524
|
+
"type": "string",
|
|
12525
|
+
"enum": [
|
|
12526
|
+
"7",
|
|
12527
|
+
"30",
|
|
12528
|
+
"90"
|
|
12529
|
+
]
|
|
12713
12530
|
}
|
|
12714
12531
|
}
|
|
12715
12532
|
],
|
|
12716
|
-
"queryParams": [],
|
|
12717
12533
|
"responseKind": "json",
|
|
12718
12534
|
"requestBodyRequired": false,
|
|
12719
12535
|
"requiredKeyKind": "root",
|
|
@@ -12724,13 +12540,13 @@
|
|
|
12724
12540
|
"dist",
|
|
12725
12541
|
"commands",
|
|
12726
12542
|
"management",
|
|
12727
|
-
"get-
|
|
12543
|
+
"get-spend-summary.js"
|
|
12728
12544
|
]
|
|
12729
12545
|
},
|
|
12730
|
-
"management:get-
|
|
12546
|
+
"management:get-webhook": {
|
|
12731
12547
|
"aliases": [],
|
|
12732
12548
|
"args": {},
|
|
12733
|
-
"description": "Get a
|
|
12549
|
+
"description": "Get a webhook subscription",
|
|
12734
12550
|
"flags": {
|
|
12735
12551
|
"json": {
|
|
12736
12552
|
"description": "Format output as json.",
|
|
@@ -12850,7 +12666,7 @@
|
|
|
12850
12666
|
},
|
|
12851
12667
|
"hasDynamicHelp": false,
|
|
12852
12668
|
"hiddenAliases": [],
|
|
12853
|
-
"id": "management:get-
|
|
12669
|
+
"id": "management:get-webhook",
|
|
12854
12670
|
"pluginAlias": "@sendmux/cli",
|
|
12855
12671
|
"pluginName": "@sendmux/cli",
|
|
12856
12672
|
"pluginType": "core",
|
|
@@ -12858,8 +12674,8 @@
|
|
|
12858
12674
|
"enableJsonFlag": true,
|
|
12859
12675
|
"operation": {
|
|
12860
12676
|
"bodyKind": "none",
|
|
12861
|
-
"command": "management:get-
|
|
12862
|
-
"description": "Get a
|
|
12677
|
+
"command": "management:get-webhook",
|
|
12678
|
+
"description": "Get a webhook subscription",
|
|
12863
12679
|
"headerParams": [
|
|
12864
12680
|
{
|
|
12865
12681
|
"name": "If-None-Match",
|
|
@@ -12870,8 +12686,8 @@
|
|
|
12870
12686
|
}
|
|
12871
12687
|
],
|
|
12872
12688
|
"method": "get",
|
|
12873
|
-
"operationId": "
|
|
12874
|
-
"path": "/
|
|
12689
|
+
"operationId": "managementGetWebhook",
|
|
12690
|
+
"path": "/webhooks/{public_id}",
|
|
12875
12691
|
"pathParams": [
|
|
12876
12692
|
{
|
|
12877
12693
|
"name": "public_id",
|
|
@@ -12892,13 +12708,13 @@
|
|
|
12892
12708
|
"dist",
|
|
12893
12709
|
"commands",
|
|
12894
12710
|
"management",
|
|
12895
|
-
"get-
|
|
12711
|
+
"get-webhook.js"
|
|
12896
12712
|
]
|
|
12897
12713
|
},
|
|
12898
|
-
"management:
|
|
12714
|
+
"management:list-balance": {
|
|
12899
12715
|
"aliases": [],
|
|
12900
12716
|
"args": {},
|
|
12901
|
-
"description": "Get
|
|
12717
|
+
"description": "Get current balance",
|
|
12902
12718
|
"flags": {
|
|
12903
12719
|
"json": {
|
|
12904
12720
|
"description": "Format output as json.",
|
|
@@ -13018,7 +12834,7 @@
|
|
|
13018
12834
|
},
|
|
13019
12835
|
"hasDynamicHelp": false,
|
|
13020
12836
|
"hiddenAliases": [],
|
|
13021
|
-
"id": "management:
|
|
12837
|
+
"id": "management:list-balance",
|
|
13022
12838
|
"pluginAlias": "@sendmux/cli",
|
|
13023
12839
|
"pluginName": "@sendmux/cli",
|
|
13024
12840
|
"pluginType": "core",
|
|
@@ -13026,12 +12842,12 @@
|
|
|
13026
12842
|
"enableJsonFlag": true,
|
|
13027
12843
|
"operation": {
|
|
13028
12844
|
"bodyKind": "none",
|
|
13029
|
-
"command": "management:
|
|
13030
|
-
"description": "Get
|
|
12845
|
+
"command": "management:list-balance",
|
|
12846
|
+
"description": "Get current balance",
|
|
13031
12847
|
"headerParams": [],
|
|
13032
12848
|
"method": "get",
|
|
13033
|
-
"operationId": "
|
|
13034
|
-
"path": "/
|
|
12849
|
+
"operationId": "managementListBalance",
|
|
12850
|
+
"path": "/billing/balance",
|
|
13035
12851
|
"pathParams": [],
|
|
13036
12852
|
"queryParams": [],
|
|
13037
12853
|
"responseKind": "json",
|
|
@@ -13044,13 +12860,13 @@
|
|
|
13044
12860
|
"dist",
|
|
13045
12861
|
"commands",
|
|
13046
12862
|
"management",
|
|
13047
|
-
"
|
|
12863
|
+
"list-balance.js"
|
|
13048
12864
|
]
|
|
13049
12865
|
},
|
|
13050
|
-
"management:
|
|
12866
|
+
"management:list-delivery": {
|
|
13051
12867
|
"aliases": [],
|
|
13052
12868
|
"args": {},
|
|
13053
|
-
"description": "
|
|
12869
|
+
"description": "List webhook delivery attempts",
|
|
13054
12870
|
"flags": {
|
|
13055
12871
|
"json": {
|
|
13056
12872
|
"description": "Format output as json.",
|
|
@@ -13170,7 +12986,7 @@
|
|
|
13170
12986
|
},
|
|
13171
12987
|
"hasDynamicHelp": false,
|
|
13172
12988
|
"hiddenAliases": [],
|
|
13173
|
-
"id": "management:
|
|
12989
|
+
"id": "management:list-delivery",
|
|
13174
12990
|
"pluginAlias": "@sendmux/cli",
|
|
13175
12991
|
"pluginName": "@sendmux/cli",
|
|
13176
12992
|
"pluginType": "core",
|
|
@@ -13178,14 +12994,69 @@
|
|
|
13178
12994
|
"enableJsonFlag": true,
|
|
13179
12995
|
"operation": {
|
|
13180
12996
|
"bodyKind": "none",
|
|
13181
|
-
"command": "management:
|
|
13182
|
-
"description": "
|
|
12997
|
+
"command": "management:list-delivery",
|
|
12998
|
+
"description": "List webhook delivery attempts",
|
|
13183
12999
|
"headerParams": [],
|
|
13184
13000
|
"method": "get",
|
|
13185
|
-
"operationId": "
|
|
13186
|
-
"path": "/
|
|
13187
|
-
"pathParams": [
|
|
13188
|
-
|
|
13001
|
+
"operationId": "managementListDelivery",
|
|
13002
|
+
"path": "/webhooks/{public_id}/deliveries",
|
|
13003
|
+
"pathParams": [
|
|
13004
|
+
{
|
|
13005
|
+
"name": "public_id",
|
|
13006
|
+
"required": true,
|
|
13007
|
+
"schema": {
|
|
13008
|
+
"type": "string"
|
|
13009
|
+
}
|
|
13010
|
+
}
|
|
13011
|
+
],
|
|
13012
|
+
"queryParams": [
|
|
13013
|
+
{
|
|
13014
|
+
"name": "cursor",
|
|
13015
|
+
"required": false,
|
|
13016
|
+
"schema": {
|
|
13017
|
+
"type": "string"
|
|
13018
|
+
}
|
|
13019
|
+
},
|
|
13020
|
+
{
|
|
13021
|
+
"name": "limit",
|
|
13022
|
+
"required": false,
|
|
13023
|
+
"schema": {
|
|
13024
|
+
"type": "integer",
|
|
13025
|
+
"minimum": 1,
|
|
13026
|
+
"maximum": 100
|
|
13027
|
+
}
|
|
13028
|
+
},
|
|
13029
|
+
{
|
|
13030
|
+
"name": "event_type",
|
|
13031
|
+
"required": false,
|
|
13032
|
+
"schema": {
|
|
13033
|
+
"type": "string",
|
|
13034
|
+
"enum": [
|
|
13035
|
+
"message.delivered",
|
|
13036
|
+
"message.bounced",
|
|
13037
|
+
"message.complained",
|
|
13038
|
+
"message.rejected",
|
|
13039
|
+
"message.delivery_delayed",
|
|
13040
|
+
"message.received",
|
|
13041
|
+
"message.received.spam",
|
|
13042
|
+
"sendmux.test"
|
|
13043
|
+
]
|
|
13044
|
+
}
|
|
13045
|
+
},
|
|
13046
|
+
{
|
|
13047
|
+
"name": "result",
|
|
13048
|
+
"required": false,
|
|
13049
|
+
"schema": {
|
|
13050
|
+
"type": "string",
|
|
13051
|
+
"enum": [
|
|
13052
|
+
"success",
|
|
13053
|
+
"retrying",
|
|
13054
|
+
"failed",
|
|
13055
|
+
"permanent_failure"
|
|
13056
|
+
]
|
|
13057
|
+
}
|
|
13058
|
+
}
|
|
13059
|
+
],
|
|
13189
13060
|
"responseKind": "json",
|
|
13190
13061
|
"requestBodyRequired": false,
|
|
13191
13062
|
"requiredKeyKind": "root",
|
|
@@ -13196,13 +13067,13 @@
|
|
|
13196
13067
|
"dist",
|
|
13197
13068
|
"commands",
|
|
13198
13069
|
"management",
|
|
13199
|
-
"
|
|
13070
|
+
"list-delivery.js"
|
|
13200
13071
|
]
|
|
13201
13072
|
},
|
|
13202
|
-
"management:
|
|
13073
|
+
"management:list-email-logs": {
|
|
13203
13074
|
"aliases": [],
|
|
13204
13075
|
"args": {},
|
|
13205
|
-
"description": "
|
|
13076
|
+
"description": "List delivery logs",
|
|
13206
13077
|
"flags": {
|
|
13207
13078
|
"json": {
|
|
13208
13079
|
"description": "Format output as json.",
|
|
@@ -13322,7 +13193,7 @@
|
|
|
13322
13193
|
},
|
|
13323
13194
|
"hasDynamicHelp": false,
|
|
13324
13195
|
"hiddenAliases": [],
|
|
13325
|
-
"id": "management:
|
|
13196
|
+
"id": "management:list-email-logs",
|
|
13326
13197
|
"pluginAlias": "@sendmux/cli",
|
|
13327
13198
|
"pluginName": "@sendmux/cli",
|
|
13328
13199
|
"pluginType": "core",
|
|
@@ -13330,14 +13201,72 @@
|
|
|
13330
13201
|
"enableJsonFlag": true,
|
|
13331
13202
|
"operation": {
|
|
13332
13203
|
"bodyKind": "none",
|
|
13333
|
-
"command": "management:
|
|
13334
|
-
"description": "
|
|
13204
|
+
"command": "management:list-email-logs",
|
|
13205
|
+
"description": "List delivery logs",
|
|
13335
13206
|
"headerParams": [],
|
|
13336
13207
|
"method": "get",
|
|
13337
|
-
"operationId": "
|
|
13338
|
-
"path": "/
|
|
13208
|
+
"operationId": "managementListEmailLogs",
|
|
13209
|
+
"path": "/emails/logs",
|
|
13339
13210
|
"pathParams": [],
|
|
13340
|
-
"queryParams": [
|
|
13211
|
+
"queryParams": [
|
|
13212
|
+
{
|
|
13213
|
+
"name": "limit",
|
|
13214
|
+
"required": false,
|
|
13215
|
+
"schema": {
|
|
13216
|
+
"type": "integer",
|
|
13217
|
+
"minimum": 1,
|
|
13218
|
+
"maximum": 100
|
|
13219
|
+
}
|
|
13220
|
+
},
|
|
13221
|
+
{
|
|
13222
|
+
"name": "cursor",
|
|
13223
|
+
"required": false,
|
|
13224
|
+
"schema": {
|
|
13225
|
+
"type": "string"
|
|
13226
|
+
}
|
|
13227
|
+
},
|
|
13228
|
+
{
|
|
13229
|
+
"name": "status",
|
|
13230
|
+
"required": false,
|
|
13231
|
+
"schema": {
|
|
13232
|
+
"type": "string",
|
|
13233
|
+
"enum": [
|
|
13234
|
+
"pending",
|
|
13235
|
+
"sent",
|
|
13236
|
+
"failed",
|
|
13237
|
+
"rejected"
|
|
13238
|
+
]
|
|
13239
|
+
}
|
|
13240
|
+
},
|
|
13241
|
+
{
|
|
13242
|
+
"name": "from_date",
|
|
13243
|
+
"required": false,
|
|
13244
|
+
"schema": {
|
|
13245
|
+
"type": "string"
|
|
13246
|
+
}
|
|
13247
|
+
},
|
|
13248
|
+
{
|
|
13249
|
+
"name": "to_date",
|
|
13250
|
+
"required": false,
|
|
13251
|
+
"schema": {
|
|
13252
|
+
"type": "string"
|
|
13253
|
+
}
|
|
13254
|
+
},
|
|
13255
|
+
{
|
|
13256
|
+
"name": "provider_id",
|
|
13257
|
+
"required": false,
|
|
13258
|
+
"schema": {
|
|
13259
|
+
"type": "string"
|
|
13260
|
+
}
|
|
13261
|
+
},
|
|
13262
|
+
{
|
|
13263
|
+
"name": "search",
|
|
13264
|
+
"required": false,
|
|
13265
|
+
"schema": {
|
|
13266
|
+
"type": "string"
|
|
13267
|
+
}
|
|
13268
|
+
}
|
|
13269
|
+
],
|
|
13341
13270
|
"responseKind": "json",
|
|
13342
13271
|
"requestBodyRequired": false,
|
|
13343
13272
|
"requiredKeyKind": "root",
|
|
@@ -13348,13 +13277,13 @@
|
|
|
13348
13277
|
"dist",
|
|
13349
13278
|
"commands",
|
|
13350
13279
|
"management",
|
|
13351
|
-
"
|
|
13280
|
+
"list-email-logs.js"
|
|
13352
13281
|
]
|
|
13353
13282
|
},
|
|
13354
|
-
"management:
|
|
13283
|
+
"management:list-inbox-logs": {
|
|
13355
13284
|
"aliases": [],
|
|
13356
13285
|
"args": {},
|
|
13357
|
-
"description": "
|
|
13286
|
+
"description": "List incoming logs",
|
|
13358
13287
|
"flags": {
|
|
13359
13288
|
"json": {
|
|
13360
13289
|
"description": "Format output as json.",
|
|
@@ -13474,7 +13403,7 @@
|
|
|
13474
13403
|
},
|
|
13475
13404
|
"hasDynamicHelp": false,
|
|
13476
13405
|
"hiddenAliases": [],
|
|
13477
|
-
"id": "management:
|
|
13406
|
+
"id": "management:list-inbox-logs",
|
|
13478
13407
|
"pluginAlias": "@sendmux/cli",
|
|
13479
13408
|
"pluginName": "@sendmux/cli",
|
|
13480
13409
|
"pluginType": "core",
|
|
@@ -13482,30 +13411,70 @@
|
|
|
13482
13411
|
"enableJsonFlag": true,
|
|
13483
13412
|
"operation": {
|
|
13484
13413
|
"bodyKind": "none",
|
|
13485
|
-
"command": "management:
|
|
13486
|
-
"description": "
|
|
13487
|
-
"headerParams": [
|
|
13414
|
+
"command": "management:list-inbox-logs",
|
|
13415
|
+
"description": "List incoming logs",
|
|
13416
|
+
"headerParams": [],
|
|
13417
|
+
"method": "get",
|
|
13418
|
+
"operationId": "managementListInboxLogs",
|
|
13419
|
+
"path": "/inboxes/logs",
|
|
13420
|
+
"pathParams": [],
|
|
13421
|
+
"queryParams": [
|
|
13422
|
+
{
|
|
13423
|
+
"name": "limit",
|
|
13424
|
+
"required": false,
|
|
13425
|
+
"schema": {
|
|
13426
|
+
"type": "integer",
|
|
13427
|
+
"minimum": 1,
|
|
13428
|
+
"maximum": 100
|
|
13429
|
+
}
|
|
13430
|
+
},
|
|
13431
|
+
{
|
|
13432
|
+
"name": "cursor",
|
|
13433
|
+
"required": false,
|
|
13434
|
+
"schema": {
|
|
13435
|
+
"type": "string"
|
|
13436
|
+
}
|
|
13437
|
+
},
|
|
13438
|
+
{
|
|
13439
|
+
"name": "mailbox_id",
|
|
13440
|
+
"required": false,
|
|
13441
|
+
"schema": {
|
|
13442
|
+
"type": "string"
|
|
13443
|
+
}
|
|
13444
|
+
},
|
|
13445
|
+
{
|
|
13446
|
+
"name": "event_type",
|
|
13447
|
+
"required": false,
|
|
13448
|
+
"schema": {
|
|
13449
|
+
"type": "string",
|
|
13450
|
+
"enum": [
|
|
13451
|
+
"message.received",
|
|
13452
|
+
"message.received.spam"
|
|
13453
|
+
]
|
|
13454
|
+
}
|
|
13455
|
+
},
|
|
13488
13456
|
{
|
|
13489
|
-
"name": "
|
|
13457
|
+
"name": "from_date",
|
|
13490
13458
|
"required": false,
|
|
13491
13459
|
"schema": {
|
|
13492
13460
|
"type": "string"
|
|
13493
13461
|
}
|
|
13494
|
-
}
|
|
13495
|
-
],
|
|
13496
|
-
"method": "get",
|
|
13497
|
-
"operationId": "managementGetProvider",
|
|
13498
|
-
"path": "/providers/{public_id}",
|
|
13499
|
-
"pathParams": [
|
|
13462
|
+
},
|
|
13500
13463
|
{
|
|
13501
|
-
"name": "
|
|
13502
|
-
"required":
|
|
13464
|
+
"name": "to_date",
|
|
13465
|
+
"required": false,
|
|
13466
|
+
"schema": {
|
|
13467
|
+
"type": "string"
|
|
13468
|
+
}
|
|
13469
|
+
},
|
|
13470
|
+
{
|
|
13471
|
+
"name": "search",
|
|
13472
|
+
"required": false,
|
|
13503
13473
|
"schema": {
|
|
13504
13474
|
"type": "string"
|
|
13505
13475
|
}
|
|
13506
13476
|
}
|
|
13507
13477
|
],
|
|
13508
|
-
"queryParams": [],
|
|
13509
13478
|
"responseKind": "json",
|
|
13510
13479
|
"requestBodyRequired": false,
|
|
13511
13480
|
"requiredKeyKind": "root",
|
|
@@ -13516,13 +13485,13 @@
|
|
|
13516
13485
|
"dist",
|
|
13517
13486
|
"commands",
|
|
13518
13487
|
"management",
|
|
13519
|
-
"
|
|
13488
|
+
"list-inbox-logs.js"
|
|
13520
13489
|
]
|
|
13521
13490
|
},
|
|
13522
|
-
"management:
|
|
13491
|
+
"management:list-transactions": {
|
|
13523
13492
|
"aliases": [],
|
|
13524
13493
|
"args": {},
|
|
13525
|
-
"description": "
|
|
13494
|
+
"description": "List transactions",
|
|
13526
13495
|
"flags": {
|
|
13527
13496
|
"json": {
|
|
13528
13497
|
"description": "Format output as json.",
|
|
@@ -13642,7 +13611,7 @@
|
|
|
13642
13611
|
},
|
|
13643
13612
|
"hasDynamicHelp": false,
|
|
13644
13613
|
"hiddenAliases": [],
|
|
13645
|
-
"id": "management:
|
|
13614
|
+
"id": "management:list-transactions",
|
|
13646
13615
|
"pluginAlias": "@sendmux/cli",
|
|
13647
13616
|
"pluginName": "@sendmux/cli",
|
|
13648
13617
|
"pluginType": "core",
|
|
@@ -13650,14 +13619,45 @@
|
|
|
13650
13619
|
"enableJsonFlag": true,
|
|
13651
13620
|
"operation": {
|
|
13652
13621
|
"bodyKind": "none",
|
|
13653
|
-
"command": "management:
|
|
13654
|
-
"description": "
|
|
13622
|
+
"command": "management:list-transactions",
|
|
13623
|
+
"description": "List transactions",
|
|
13655
13624
|
"headerParams": [],
|
|
13656
13625
|
"method": "get",
|
|
13657
|
-
"operationId": "
|
|
13658
|
-
"path": "/
|
|
13626
|
+
"operationId": "managementListTransactions",
|
|
13627
|
+
"path": "/billing/transactions",
|
|
13659
13628
|
"pathParams": [],
|
|
13660
|
-
"queryParams": [
|
|
13629
|
+
"queryParams": [
|
|
13630
|
+
{
|
|
13631
|
+
"name": "cursor",
|
|
13632
|
+
"required": false,
|
|
13633
|
+
"schema": {
|
|
13634
|
+
"type": "string"
|
|
13635
|
+
}
|
|
13636
|
+
},
|
|
13637
|
+
{
|
|
13638
|
+
"name": "limit",
|
|
13639
|
+
"required": false,
|
|
13640
|
+
"schema": {
|
|
13641
|
+
"type": "integer",
|
|
13642
|
+
"minimum": 1,
|
|
13643
|
+
"maximum": 100
|
|
13644
|
+
}
|
|
13645
|
+
},
|
|
13646
|
+
{
|
|
13647
|
+
"name": "type",
|
|
13648
|
+
"required": false,
|
|
13649
|
+
"schema": {
|
|
13650
|
+
"type": "string",
|
|
13651
|
+
"enum": [
|
|
13652
|
+
"PURCHASE",
|
|
13653
|
+
"USAGE",
|
|
13654
|
+
"AUTO_TOPUP",
|
|
13655
|
+
"REFUND",
|
|
13656
|
+
"ADJUSTMENT"
|
|
13657
|
+
]
|
|
13658
|
+
}
|
|
13659
|
+
}
|
|
13660
|
+
],
|
|
13661
13661
|
"responseKind": "json",
|
|
13662
13662
|
"requestBodyRequired": false,
|
|
13663
13663
|
"requiredKeyKind": "root",
|
|
@@ -13668,13 +13668,13 @@
|
|
|
13668
13668
|
"dist",
|
|
13669
13669
|
"commands",
|
|
13670
13670
|
"management",
|
|
13671
|
-
"
|
|
13671
|
+
"list-transactions.js"
|
|
13672
13672
|
]
|
|
13673
13673
|
},
|
|
13674
|
-
"management:
|
|
13674
|
+
"management:list-webhooks": {
|
|
13675
13675
|
"aliases": [],
|
|
13676
13676
|
"args": {},
|
|
13677
|
-
"description": "
|
|
13677
|
+
"description": "List webhook subscriptions",
|
|
13678
13678
|
"flags": {
|
|
13679
13679
|
"json": {
|
|
13680
13680
|
"description": "Format output as json.",
|
|
@@ -13794,7 +13794,7 @@
|
|
|
13794
13794
|
},
|
|
13795
13795
|
"hasDynamicHelp": false,
|
|
13796
13796
|
"hiddenAliases": [],
|
|
13797
|
-
"id": "management:
|
|
13797
|
+
"id": "management:list-webhooks",
|
|
13798
13798
|
"pluginAlias": "@sendmux/cli",
|
|
13799
13799
|
"pluginName": "@sendmux/cli",
|
|
13800
13800
|
"pluginType": "core",
|
|
@@ -13802,24 +13802,28 @@
|
|
|
13802
13802
|
"enableJsonFlag": true,
|
|
13803
13803
|
"operation": {
|
|
13804
13804
|
"bodyKind": "none",
|
|
13805
|
-
"command": "management:
|
|
13806
|
-
"description": "
|
|
13805
|
+
"command": "management:list-webhooks",
|
|
13806
|
+
"description": "List webhook subscriptions",
|
|
13807
13807
|
"headerParams": [],
|
|
13808
13808
|
"method": "get",
|
|
13809
|
-
"operationId": "
|
|
13810
|
-
"path": "/
|
|
13809
|
+
"operationId": "managementListWebhooks",
|
|
13810
|
+
"path": "/webhooks",
|
|
13811
13811
|
"pathParams": [],
|
|
13812
13812
|
"queryParams": [
|
|
13813
13813
|
{
|
|
13814
|
-
"name": "
|
|
13814
|
+
"name": "cursor",
|
|
13815
13815
|
"required": false,
|
|
13816
13816
|
"schema": {
|
|
13817
|
-
"type": "string"
|
|
13818
|
-
|
|
13819
|
-
|
|
13820
|
-
|
|
13821
|
-
|
|
13822
|
-
|
|
13817
|
+
"type": "string"
|
|
13818
|
+
}
|
|
13819
|
+
},
|
|
13820
|
+
{
|
|
13821
|
+
"name": "limit",
|
|
13822
|
+
"required": false,
|
|
13823
|
+
"schema": {
|
|
13824
|
+
"type": "integer",
|
|
13825
|
+
"minimum": 1,
|
|
13826
|
+
"maximum": 100
|
|
13823
13827
|
}
|
|
13824
13828
|
}
|
|
13825
13829
|
],
|
|
@@ -13833,13 +13837,13 @@
|
|
|
13833
13837
|
"dist",
|
|
13834
13838
|
"commands",
|
|
13835
13839
|
"management",
|
|
13836
|
-
"
|
|
13840
|
+
"list-webhooks.js"
|
|
13837
13841
|
]
|
|
13838
13842
|
},
|
|
13839
|
-
"management:
|
|
13843
|
+
"management:request-sending-account-limit-increase": {
|
|
13840
13844
|
"aliases": [],
|
|
13841
13845
|
"args": {},
|
|
13842
|
-
"description": "
|
|
13846
|
+
"description": "Request a sending account limit increase",
|
|
13843
13847
|
"flags": {
|
|
13844
13848
|
"json": {
|
|
13845
13849
|
"description": "Format output as json.",
|
|
@@ -13959,7 +13963,7 @@
|
|
|
13959
13963
|
},
|
|
13960
13964
|
"hasDynamicHelp": false,
|
|
13961
13965
|
"hiddenAliases": [],
|
|
13962
|
-
"id": "management:
|
|
13966
|
+
"id": "management:request-sending-account-limit-increase",
|
|
13963
13967
|
"pluginAlias": "@sendmux/cli",
|
|
13964
13968
|
"pluginName": "@sendmux/cli",
|
|
13965
13969
|
"pluginType": "core",
|
|
@@ -13967,29 +13971,22 @@
|
|
|
13967
13971
|
"enableJsonFlag": true,
|
|
13968
13972
|
"operation": {
|
|
13969
13973
|
"bodyKind": "none",
|
|
13970
|
-
"command": "management:
|
|
13971
|
-
"description": "
|
|
13974
|
+
"command": "management:request-sending-account-limit-increase",
|
|
13975
|
+
"description": "Request a sending account limit increase",
|
|
13972
13976
|
"headerParams": [
|
|
13973
13977
|
{
|
|
13974
|
-
"name": "
|
|
13978
|
+
"name": "Idempotency-Key",
|
|
13975
13979
|
"required": false,
|
|
13976
13980
|
"schema": {
|
|
13977
|
-
"type": "string"
|
|
13978
|
-
|
|
13979
|
-
}
|
|
13980
|
-
],
|
|
13981
|
-
"method": "get",
|
|
13982
|
-
"operationId": "managementGetWebhook",
|
|
13983
|
-
"path": "/webhooks/{public_id}",
|
|
13984
|
-
"pathParams": [
|
|
13985
|
-
{
|
|
13986
|
-
"name": "public_id",
|
|
13987
|
-
"required": true,
|
|
13988
|
-
"schema": {
|
|
13989
|
-
"type": "string"
|
|
13981
|
+
"type": "string",
|
|
13982
|
+
"maxLength": 255
|
|
13990
13983
|
}
|
|
13991
13984
|
}
|
|
13992
13985
|
],
|
|
13986
|
+
"method": "post",
|
|
13987
|
+
"operationId": "managementRequestSendingAccountLimitIncrease",
|
|
13988
|
+
"path": "/providers/limits/sending-accounts/request-increase",
|
|
13989
|
+
"pathParams": [],
|
|
13993
13990
|
"queryParams": [],
|
|
13994
13991
|
"responseKind": "json",
|
|
13995
13992
|
"requestBodyRequired": false,
|
|
@@ -14001,13 +13998,13 @@
|
|
|
14001
13998
|
"dist",
|
|
14002
13999
|
"commands",
|
|
14003
14000
|
"management",
|
|
14004
|
-
"
|
|
14001
|
+
"request-sending-account-limit-increase.js"
|
|
14005
14002
|
]
|
|
14006
14003
|
},
|
|
14007
|
-
"management:
|
|
14004
|
+
"management:resume-mailbox": {
|
|
14008
14005
|
"aliases": [],
|
|
14009
14006
|
"args": {},
|
|
14010
|
-
"description": "
|
|
14007
|
+
"description": "Resume a mailbox",
|
|
14011
14008
|
"flags": {
|
|
14012
14009
|
"json": {
|
|
14013
14010
|
"description": "Format output as json.",
|
|
@@ -14127,7 +14124,7 @@
|
|
|
14127
14124
|
},
|
|
14128
14125
|
"hasDynamicHelp": false,
|
|
14129
14126
|
"hiddenAliases": [],
|
|
14130
|
-
"id": "management:
|
|
14127
|
+
"id": "management:resume-mailbox",
|
|
14131
14128
|
"pluginAlias": "@sendmux/cli",
|
|
14132
14129
|
"pluginName": "@sendmux/cli",
|
|
14133
14130
|
"pluginType": "core",
|
|
@@ -14135,13 +14132,30 @@
|
|
|
14135
14132
|
"enableJsonFlag": true,
|
|
14136
14133
|
"operation": {
|
|
14137
14134
|
"bodyKind": "none",
|
|
14138
|
-
"command": "management:
|
|
14139
|
-
"description": "
|
|
14140
|
-
"headerParams": [
|
|
14141
|
-
|
|
14142
|
-
|
|
14143
|
-
|
|
14144
|
-
|
|
14135
|
+
"command": "management:resume-mailbox",
|
|
14136
|
+
"description": "Resume a mailbox",
|
|
14137
|
+
"headerParams": [
|
|
14138
|
+
{
|
|
14139
|
+
"name": "Idempotency-Key",
|
|
14140
|
+
"required": false,
|
|
14141
|
+
"schema": {
|
|
14142
|
+
"type": "string",
|
|
14143
|
+
"maxLength": 255
|
|
14144
|
+
}
|
|
14145
|
+
}
|
|
14146
|
+
],
|
|
14147
|
+
"method": "post",
|
|
14148
|
+
"operationId": "managementResumeMailbox",
|
|
14149
|
+
"path": "/mailboxes/{public_id}/resume",
|
|
14150
|
+
"pathParams": [
|
|
14151
|
+
{
|
|
14152
|
+
"name": "public_id",
|
|
14153
|
+
"required": true,
|
|
14154
|
+
"schema": {
|
|
14155
|
+
"type": "string"
|
|
14156
|
+
}
|
|
14157
|
+
}
|
|
14158
|
+
],
|
|
14145
14159
|
"queryParams": [],
|
|
14146
14160
|
"responseKind": "json",
|
|
14147
14161
|
"requestBodyRequired": false,
|
|
@@ -14153,13 +14167,13 @@
|
|
|
14153
14167
|
"dist",
|
|
14154
14168
|
"commands",
|
|
14155
14169
|
"management",
|
|
14156
|
-
"
|
|
14170
|
+
"resume-mailbox.js"
|
|
14157
14171
|
]
|
|
14158
14172
|
},
|
|
14159
|
-
"management:
|
|
14173
|
+
"management:rotate-webhook-secret": {
|
|
14160
14174
|
"aliases": [],
|
|
14161
14175
|
"args": {},
|
|
14162
|
-
"description": "
|
|
14176
|
+
"description": "Rotate the signing secret",
|
|
14163
14177
|
"flags": {
|
|
14164
14178
|
"json": {
|
|
14165
14179
|
"description": "Format output as json.",
|
|
@@ -14279,7 +14293,7 @@
|
|
|
14279
14293
|
},
|
|
14280
14294
|
"hasDynamicHelp": false,
|
|
14281
14295
|
"hiddenAliases": [],
|
|
14282
|
-
"id": "management:
|
|
14296
|
+
"id": "management:rotate-webhook-secret",
|
|
14283
14297
|
"pluginAlias": "@sendmux/cli",
|
|
14284
14298
|
"pluginName": "@sendmux/cli",
|
|
14285
14299
|
"pluginType": "core",
|
|
@@ -14287,69 +14301,31 @@
|
|
|
14287
14301
|
"enableJsonFlag": true,
|
|
14288
14302
|
"operation": {
|
|
14289
14303
|
"bodyKind": "none",
|
|
14290
|
-
"command": "management:
|
|
14291
|
-
"description": "
|
|
14292
|
-
"headerParams": [
|
|
14293
|
-
"method": "get",
|
|
14294
|
-
"operationId": "managementListDelivery",
|
|
14295
|
-
"path": "/webhooks/{public_id}/deliveries",
|
|
14296
|
-
"pathParams": [
|
|
14297
|
-
{
|
|
14298
|
-
"name": "public_id",
|
|
14299
|
-
"required": true,
|
|
14300
|
-
"schema": {
|
|
14301
|
-
"type": "string"
|
|
14302
|
-
}
|
|
14303
|
-
}
|
|
14304
|
-
],
|
|
14305
|
-
"queryParams": [
|
|
14306
|
-
{
|
|
14307
|
-
"name": "cursor",
|
|
14308
|
-
"required": false,
|
|
14309
|
-
"schema": {
|
|
14310
|
-
"type": "string"
|
|
14311
|
-
}
|
|
14312
|
-
},
|
|
14313
|
-
{
|
|
14314
|
-
"name": "limit",
|
|
14315
|
-
"required": false,
|
|
14316
|
-
"schema": {
|
|
14317
|
-
"type": "integer",
|
|
14318
|
-
"minimum": 1,
|
|
14319
|
-
"maximum": 100
|
|
14320
|
-
}
|
|
14321
|
-
},
|
|
14304
|
+
"command": "management:rotate-webhook-secret",
|
|
14305
|
+
"description": "Rotate the signing secret",
|
|
14306
|
+
"headerParams": [
|
|
14322
14307
|
{
|
|
14323
|
-
"name": "
|
|
14308
|
+
"name": "Idempotency-Key",
|
|
14324
14309
|
"required": false,
|
|
14325
14310
|
"schema": {
|
|
14326
14311
|
"type": "string",
|
|
14327
|
-
"
|
|
14328
|
-
"message.delivered",
|
|
14329
|
-
"message.bounced",
|
|
14330
|
-
"message.complained",
|
|
14331
|
-
"message.rejected",
|
|
14332
|
-
"message.delivery_delayed",
|
|
14333
|
-
"message.received",
|
|
14334
|
-
"message.received.spam",
|
|
14335
|
-
"sendmux.test"
|
|
14336
|
-
]
|
|
14312
|
+
"maxLength": 255
|
|
14337
14313
|
}
|
|
14338
|
-
}
|
|
14314
|
+
}
|
|
14315
|
+
],
|
|
14316
|
+
"method": "post",
|
|
14317
|
+
"operationId": "managementRotateWebhookSecret",
|
|
14318
|
+
"path": "/webhooks/{public_id}/rotate-secret",
|
|
14319
|
+
"pathParams": [
|
|
14339
14320
|
{
|
|
14340
|
-
"name": "
|
|
14341
|
-
"required":
|
|
14342
|
-
"schema": {
|
|
14343
|
-
"type": "string"
|
|
14344
|
-
"enum": [
|
|
14345
|
-
"success",
|
|
14346
|
-
"retrying",
|
|
14347
|
-
"failed",
|
|
14348
|
-
"permanent_failure"
|
|
14349
|
-
]
|
|
14321
|
+
"name": "public_id",
|
|
14322
|
+
"required": true,
|
|
14323
|
+
"schema": {
|
|
14324
|
+
"type": "string"
|
|
14350
14325
|
}
|
|
14351
14326
|
}
|
|
14352
14327
|
],
|
|
14328
|
+
"queryParams": [],
|
|
14353
14329
|
"responseKind": "json",
|
|
14354
14330
|
"requestBodyRequired": false,
|
|
14355
14331
|
"requiredKeyKind": "root",
|
|
@@ -14360,13 +14336,13 @@
|
|
|
14360
14336
|
"dist",
|
|
14361
14337
|
"commands",
|
|
14362
14338
|
"management",
|
|
14363
|
-
"
|
|
14339
|
+
"rotate-webhook-secret.js"
|
|
14364
14340
|
]
|
|
14365
14341
|
},
|
|
14366
|
-
"management:
|
|
14342
|
+
"management:set-domain-filters": {
|
|
14367
14343
|
"aliases": [],
|
|
14368
14344
|
"args": {},
|
|
14369
|
-
"description": "
|
|
14345
|
+
"description": "Replace domain-wide sender filters",
|
|
14370
14346
|
"flags": {
|
|
14371
14347
|
"json": {
|
|
14372
14348
|
"description": "Format output as json.",
|
|
@@ -14486,80 +14462,38 @@
|
|
|
14486
14462
|
},
|
|
14487
14463
|
"hasDynamicHelp": false,
|
|
14488
14464
|
"hiddenAliases": [],
|
|
14489
|
-
"id": "management:
|
|
14465
|
+
"id": "management:set-domain-filters",
|
|
14490
14466
|
"pluginAlias": "@sendmux/cli",
|
|
14491
14467
|
"pluginName": "@sendmux/cli",
|
|
14492
14468
|
"pluginType": "core",
|
|
14493
14469
|
"strict": true,
|
|
14494
14470
|
"enableJsonFlag": true,
|
|
14495
14471
|
"operation": {
|
|
14496
|
-
"bodyKind": "
|
|
14497
|
-
"command": "management:
|
|
14498
|
-
"description": "
|
|
14499
|
-
"headerParams": [
|
|
14500
|
-
"method": "get",
|
|
14501
|
-
"operationId": "managementListEmailLogs",
|
|
14502
|
-
"path": "/emails/logs",
|
|
14503
|
-
"pathParams": [],
|
|
14504
|
-
"queryParams": [
|
|
14505
|
-
{
|
|
14506
|
-
"name": "limit",
|
|
14507
|
-
"required": false,
|
|
14508
|
-
"schema": {
|
|
14509
|
-
"type": "integer",
|
|
14510
|
-
"minimum": 1,
|
|
14511
|
-
"maximum": 100
|
|
14512
|
-
}
|
|
14513
|
-
},
|
|
14514
|
-
{
|
|
14515
|
-
"name": "cursor",
|
|
14516
|
-
"required": false,
|
|
14517
|
-
"schema": {
|
|
14518
|
-
"type": "string"
|
|
14519
|
-
}
|
|
14520
|
-
},
|
|
14521
|
-
{
|
|
14522
|
-
"name": "status",
|
|
14523
|
-
"required": false,
|
|
14524
|
-
"schema": {
|
|
14525
|
-
"type": "string",
|
|
14526
|
-
"enum": [
|
|
14527
|
-
"pending",
|
|
14528
|
-
"sent",
|
|
14529
|
-
"failed",
|
|
14530
|
-
"rejected"
|
|
14531
|
-
]
|
|
14532
|
-
}
|
|
14533
|
-
},
|
|
14534
|
-
{
|
|
14535
|
-
"name": "from_date",
|
|
14536
|
-
"required": false,
|
|
14537
|
-
"schema": {
|
|
14538
|
-
"type": "string"
|
|
14539
|
-
}
|
|
14540
|
-
},
|
|
14541
|
-
{
|
|
14542
|
-
"name": "to_date",
|
|
14543
|
-
"required": false,
|
|
14544
|
-
"schema": {
|
|
14545
|
-
"type": "string"
|
|
14546
|
-
}
|
|
14547
|
-
},
|
|
14472
|
+
"bodyKind": "json",
|
|
14473
|
+
"command": "management:set-domain-filters",
|
|
14474
|
+
"description": "Replace domain-wide sender filters",
|
|
14475
|
+
"headerParams": [
|
|
14548
14476
|
{
|
|
14549
|
-
"name": "
|
|
14477
|
+
"name": "If-Match",
|
|
14550
14478
|
"required": false,
|
|
14551
14479
|
"schema": {
|
|
14552
14480
|
"type": "string"
|
|
14553
14481
|
}
|
|
14554
|
-
}
|
|
14482
|
+
}
|
|
14483
|
+
],
|
|
14484
|
+
"method": "put",
|
|
14485
|
+
"operationId": "managementSetDomainFilters",
|
|
14486
|
+
"path": "/domains/{public_id}/filters",
|
|
14487
|
+
"pathParams": [
|
|
14555
14488
|
{
|
|
14556
|
-
"name": "
|
|
14557
|
-
"required":
|
|
14489
|
+
"name": "public_id",
|
|
14490
|
+
"required": true,
|
|
14558
14491
|
"schema": {
|
|
14559
14492
|
"type": "string"
|
|
14560
14493
|
}
|
|
14561
14494
|
}
|
|
14562
14495
|
],
|
|
14496
|
+
"queryParams": [],
|
|
14563
14497
|
"responseKind": "json",
|
|
14564
14498
|
"requestBodyRequired": false,
|
|
14565
14499
|
"requiredKeyKind": "root",
|
|
@@ -14570,13 +14504,13 @@
|
|
|
14570
14504
|
"dist",
|
|
14571
14505
|
"commands",
|
|
14572
14506
|
"management",
|
|
14573
|
-
"
|
|
14507
|
+
"set-domain-filters.js"
|
|
14574
14508
|
]
|
|
14575
14509
|
},
|
|
14576
|
-
"management:
|
|
14510
|
+
"management:set-mailbox-filters": {
|
|
14577
14511
|
"aliases": [],
|
|
14578
14512
|
"args": {},
|
|
14579
|
-
"description": "
|
|
14513
|
+
"description": "Replace mailbox sender filters",
|
|
14580
14514
|
"flags": {
|
|
14581
14515
|
"json": {
|
|
14582
14516
|
"description": "Format output as json.",
|
|
@@ -14696,78 +14630,38 @@
|
|
|
14696
14630
|
},
|
|
14697
14631
|
"hasDynamicHelp": false,
|
|
14698
14632
|
"hiddenAliases": [],
|
|
14699
|
-
"id": "management:
|
|
14633
|
+
"id": "management:set-mailbox-filters",
|
|
14700
14634
|
"pluginAlias": "@sendmux/cli",
|
|
14701
14635
|
"pluginName": "@sendmux/cli",
|
|
14702
14636
|
"pluginType": "core",
|
|
14703
14637
|
"strict": true,
|
|
14704
14638
|
"enableJsonFlag": true,
|
|
14705
14639
|
"operation": {
|
|
14706
|
-
"bodyKind": "
|
|
14707
|
-
"command": "management:
|
|
14708
|
-
"description": "
|
|
14709
|
-
"headerParams": [
|
|
14710
|
-
"method": "get",
|
|
14711
|
-
"operationId": "managementListInboxLogs",
|
|
14712
|
-
"path": "/inboxes/logs",
|
|
14713
|
-
"pathParams": [],
|
|
14714
|
-
"queryParams": [
|
|
14715
|
-
{
|
|
14716
|
-
"name": "limit",
|
|
14717
|
-
"required": false,
|
|
14718
|
-
"schema": {
|
|
14719
|
-
"type": "integer",
|
|
14720
|
-
"minimum": 1,
|
|
14721
|
-
"maximum": 100
|
|
14722
|
-
}
|
|
14723
|
-
},
|
|
14724
|
-
{
|
|
14725
|
-
"name": "cursor",
|
|
14726
|
-
"required": false,
|
|
14727
|
-
"schema": {
|
|
14728
|
-
"type": "string"
|
|
14729
|
-
}
|
|
14730
|
-
},
|
|
14731
|
-
{
|
|
14732
|
-
"name": "mailbox_id",
|
|
14733
|
-
"required": false,
|
|
14734
|
-
"schema": {
|
|
14735
|
-
"type": "string"
|
|
14736
|
-
}
|
|
14737
|
-
},
|
|
14738
|
-
{
|
|
14739
|
-
"name": "event_type",
|
|
14740
|
-
"required": false,
|
|
14741
|
-
"schema": {
|
|
14742
|
-
"type": "string",
|
|
14743
|
-
"enum": [
|
|
14744
|
-
"message.received",
|
|
14745
|
-
"message.received.spam"
|
|
14746
|
-
]
|
|
14747
|
-
}
|
|
14748
|
-
},
|
|
14749
|
-
{
|
|
14750
|
-
"name": "from_date",
|
|
14751
|
-
"required": false,
|
|
14752
|
-
"schema": {
|
|
14753
|
-
"type": "string"
|
|
14754
|
-
}
|
|
14755
|
-
},
|
|
14640
|
+
"bodyKind": "json",
|
|
14641
|
+
"command": "management:set-mailbox-filters",
|
|
14642
|
+
"description": "Replace mailbox sender filters",
|
|
14643
|
+
"headerParams": [
|
|
14756
14644
|
{
|
|
14757
|
-
"name": "
|
|
14645
|
+
"name": "If-Match",
|
|
14758
14646
|
"required": false,
|
|
14759
14647
|
"schema": {
|
|
14760
14648
|
"type": "string"
|
|
14761
14649
|
}
|
|
14762
|
-
}
|
|
14650
|
+
}
|
|
14651
|
+
],
|
|
14652
|
+
"method": "put",
|
|
14653
|
+
"operationId": "managementSetMailboxFilters",
|
|
14654
|
+
"path": "/mailboxes/{public_id}/filters",
|
|
14655
|
+
"pathParams": [
|
|
14763
14656
|
{
|
|
14764
|
-
"name": "
|
|
14765
|
-
"required":
|
|
14657
|
+
"name": "public_id",
|
|
14658
|
+
"required": true,
|
|
14766
14659
|
"schema": {
|
|
14767
14660
|
"type": "string"
|
|
14768
14661
|
}
|
|
14769
14662
|
}
|
|
14770
14663
|
],
|
|
14664
|
+
"queryParams": [],
|
|
14771
14665
|
"responseKind": "json",
|
|
14772
14666
|
"requestBodyRequired": false,
|
|
14773
14667
|
"requiredKeyKind": "root",
|
|
@@ -14778,13 +14672,13 @@
|
|
|
14778
14672
|
"dist",
|
|
14779
14673
|
"commands",
|
|
14780
14674
|
"management",
|
|
14781
|
-
"
|
|
14675
|
+
"set-mailbox-filters.js"
|
|
14782
14676
|
]
|
|
14783
14677
|
},
|
|
14784
|
-
"management:
|
|
14678
|
+
"management:suspend-mailbox": {
|
|
14785
14679
|
"aliases": [],
|
|
14786
14680
|
"args": {},
|
|
14787
|
-
"description": "
|
|
14681
|
+
"description": "Suspend a mailbox",
|
|
14788
14682
|
"flags": {
|
|
14789
14683
|
"json": {
|
|
14790
14684
|
"description": "Format output as json.",
|
|
@@ -14904,7 +14798,7 @@
|
|
|
14904
14798
|
},
|
|
14905
14799
|
"hasDynamicHelp": false,
|
|
14906
14800
|
"hiddenAliases": [],
|
|
14907
|
-
"id": "management:
|
|
14801
|
+
"id": "management:suspend-mailbox",
|
|
14908
14802
|
"pluginAlias": "@sendmux/cli",
|
|
14909
14803
|
"pluginName": "@sendmux/cli",
|
|
14910
14804
|
"pluginType": "core",
|
|
@@ -14912,45 +14806,31 @@
|
|
|
14912
14806
|
"enableJsonFlag": true,
|
|
14913
14807
|
"operation": {
|
|
14914
14808
|
"bodyKind": "none",
|
|
14915
|
-
"command": "management:
|
|
14916
|
-
"description": "
|
|
14917
|
-
"headerParams": [
|
|
14918
|
-
"method": "get",
|
|
14919
|
-
"operationId": "managementListTransactions",
|
|
14920
|
-
"path": "/billing/transactions",
|
|
14921
|
-
"pathParams": [],
|
|
14922
|
-
"queryParams": [
|
|
14923
|
-
{
|
|
14924
|
-
"name": "cursor",
|
|
14925
|
-
"required": false,
|
|
14926
|
-
"schema": {
|
|
14927
|
-
"type": "string"
|
|
14928
|
-
}
|
|
14929
|
-
},
|
|
14809
|
+
"command": "management:suspend-mailbox",
|
|
14810
|
+
"description": "Suspend a mailbox",
|
|
14811
|
+
"headerParams": [
|
|
14930
14812
|
{
|
|
14931
|
-
"name": "
|
|
14813
|
+
"name": "Idempotency-Key",
|
|
14932
14814
|
"required": false,
|
|
14933
14815
|
"schema": {
|
|
14934
|
-
"type": "
|
|
14935
|
-
"
|
|
14936
|
-
"maximum": 100
|
|
14816
|
+
"type": "string",
|
|
14817
|
+
"maxLength": 255
|
|
14937
14818
|
}
|
|
14938
|
-
}
|
|
14819
|
+
}
|
|
14820
|
+
],
|
|
14821
|
+
"method": "post",
|
|
14822
|
+
"operationId": "managementSuspendMailbox",
|
|
14823
|
+
"path": "/mailboxes/{public_id}/suspend",
|
|
14824
|
+
"pathParams": [
|
|
14939
14825
|
{
|
|
14940
|
-
"name": "
|
|
14941
|
-
"required":
|
|
14826
|
+
"name": "public_id",
|
|
14827
|
+
"required": true,
|
|
14942
14828
|
"schema": {
|
|
14943
|
-
"type": "string"
|
|
14944
|
-
"enum": [
|
|
14945
|
-
"PURCHASE",
|
|
14946
|
-
"USAGE",
|
|
14947
|
-
"AUTO_TOPUP",
|
|
14948
|
-
"REFUND",
|
|
14949
|
-
"ADJUSTMENT"
|
|
14950
|
-
]
|
|
14829
|
+
"type": "string"
|
|
14951
14830
|
}
|
|
14952
14831
|
}
|
|
14953
14832
|
],
|
|
14833
|
+
"queryParams": [],
|
|
14954
14834
|
"responseKind": "json",
|
|
14955
14835
|
"requestBodyRequired": false,
|
|
14956
14836
|
"requiredKeyKind": "root",
|
|
@@ -14961,13 +14841,13 @@
|
|
|
14961
14841
|
"dist",
|
|
14962
14842
|
"commands",
|
|
14963
14843
|
"management",
|
|
14964
|
-
"
|
|
14844
|
+
"suspend-mailbox.js"
|
|
14965
14845
|
]
|
|
14966
14846
|
},
|
|
14967
|
-
"management:
|
|
14847
|
+
"management:test-provider": {
|
|
14968
14848
|
"aliases": [],
|
|
14969
14849
|
"args": {},
|
|
14970
|
-
"description": "
|
|
14850
|
+
"description": "Test an SMTP sending account",
|
|
14971
14851
|
"flags": {
|
|
14972
14852
|
"json": {
|
|
14973
14853
|
"description": "Format output as json.",
|
|
@@ -15087,7 +14967,7 @@
|
|
|
15087
14967
|
},
|
|
15088
14968
|
"hasDynamicHelp": false,
|
|
15089
14969
|
"hiddenAliases": [],
|
|
15090
|
-
"id": "management:
|
|
14970
|
+
"id": "management:test-provider",
|
|
15091
14971
|
"pluginAlias": "@sendmux/cli",
|
|
15092
14972
|
"pluginName": "@sendmux/cli",
|
|
15093
14973
|
"pluginType": "core",
|
|
@@ -15095,31 +14975,31 @@
|
|
|
15095
14975
|
"enableJsonFlag": true,
|
|
15096
14976
|
"operation": {
|
|
15097
14977
|
"bodyKind": "none",
|
|
15098
|
-
"command": "management:
|
|
15099
|
-
"description": "
|
|
15100
|
-
"headerParams": [
|
|
15101
|
-
"method": "get",
|
|
15102
|
-
"operationId": "managementListWebhooks",
|
|
15103
|
-
"path": "/webhooks",
|
|
15104
|
-
"pathParams": [],
|
|
15105
|
-
"queryParams": [
|
|
14978
|
+
"command": "management:test-provider",
|
|
14979
|
+
"description": "Test an SMTP sending account",
|
|
14980
|
+
"headerParams": [
|
|
15106
14981
|
{
|
|
15107
|
-
"name": "
|
|
14982
|
+
"name": "Idempotency-Key",
|
|
15108
14983
|
"required": false,
|
|
15109
14984
|
"schema": {
|
|
15110
|
-
"type": "string"
|
|
14985
|
+
"type": "string",
|
|
14986
|
+
"maxLength": 255
|
|
15111
14987
|
}
|
|
15112
|
-
}
|
|
14988
|
+
}
|
|
14989
|
+
],
|
|
14990
|
+
"method": "post",
|
|
14991
|
+
"operationId": "managementTestProvider",
|
|
14992
|
+
"path": "/providers/{public_id}/test",
|
|
14993
|
+
"pathParams": [
|
|
15113
14994
|
{
|
|
15114
|
-
"name": "
|
|
15115
|
-
"required":
|
|
14995
|
+
"name": "public_id",
|
|
14996
|
+
"required": true,
|
|
15116
14997
|
"schema": {
|
|
15117
|
-
"type": "
|
|
15118
|
-
"minimum": 1,
|
|
15119
|
-
"maximum": 100
|
|
14998
|
+
"type": "string"
|
|
15120
14999
|
}
|
|
15121
15000
|
}
|
|
15122
15001
|
],
|
|
15002
|
+
"queryParams": [],
|
|
15123
15003
|
"responseKind": "json",
|
|
15124
15004
|
"requestBodyRequired": false,
|
|
15125
15005
|
"requiredKeyKind": "root",
|
|
@@ -15130,13 +15010,13 @@
|
|
|
15130
15010
|
"dist",
|
|
15131
15011
|
"commands",
|
|
15132
15012
|
"management",
|
|
15133
|
-
"
|
|
15013
|
+
"test-provider.js"
|
|
15134
15014
|
]
|
|
15135
15015
|
},
|
|
15136
|
-
"management:
|
|
15016
|
+
"management:test-webhook": {
|
|
15137
15017
|
"aliases": [],
|
|
15138
15018
|
"args": {},
|
|
15139
|
-
"description": "
|
|
15019
|
+
"description": "Send a synthetic test event",
|
|
15140
15020
|
"flags": {
|
|
15141
15021
|
"json": {
|
|
15142
15022
|
"description": "Format output as json.",
|
|
@@ -15256,7 +15136,7 @@
|
|
|
15256
15136
|
},
|
|
15257
15137
|
"hasDynamicHelp": false,
|
|
15258
15138
|
"hiddenAliases": [],
|
|
15259
|
-
"id": "management:
|
|
15139
|
+
"id": "management:test-webhook",
|
|
15260
15140
|
"pluginAlias": "@sendmux/cli",
|
|
15261
15141
|
"pluginName": "@sendmux/cli",
|
|
15262
15142
|
"pluginType": "core",
|
|
@@ -15264,8 +15144,8 @@
|
|
|
15264
15144
|
"enableJsonFlag": true,
|
|
15265
15145
|
"operation": {
|
|
15266
15146
|
"bodyKind": "none",
|
|
15267
|
-
"command": "management:
|
|
15268
|
-
"description": "
|
|
15147
|
+
"command": "management:test-webhook",
|
|
15148
|
+
"description": "Send a synthetic test event",
|
|
15269
15149
|
"headerParams": [
|
|
15270
15150
|
{
|
|
15271
15151
|
"name": "Idempotency-Key",
|
|
@@ -15277,9 +15157,17 @@
|
|
|
15277
15157
|
}
|
|
15278
15158
|
],
|
|
15279
15159
|
"method": "post",
|
|
15280
|
-
"operationId": "
|
|
15281
|
-
"path": "/
|
|
15282
|
-
"pathParams": [
|
|
15160
|
+
"operationId": "managementTestWebhook",
|
|
15161
|
+
"path": "/webhooks/{public_id}/test",
|
|
15162
|
+
"pathParams": [
|
|
15163
|
+
{
|
|
15164
|
+
"name": "public_id",
|
|
15165
|
+
"required": true,
|
|
15166
|
+
"schema": {
|
|
15167
|
+
"type": "string"
|
|
15168
|
+
}
|
|
15169
|
+
}
|
|
15170
|
+
],
|
|
15283
15171
|
"queryParams": [],
|
|
15284
15172
|
"responseKind": "json",
|
|
15285
15173
|
"requestBodyRequired": false,
|
|
@@ -15291,13 +15179,13 @@
|
|
|
15291
15179
|
"dist",
|
|
15292
15180
|
"commands",
|
|
15293
15181
|
"management",
|
|
15294
|
-
"
|
|
15182
|
+
"test-webhook.js"
|
|
15295
15183
|
]
|
|
15296
15184
|
},
|
|
15297
|
-
"management:
|
|
15185
|
+
"management:update-domain": {
|
|
15298
15186
|
"aliases": [],
|
|
15299
15187
|
"args": {},
|
|
15300
|
-
"description": "
|
|
15188
|
+
"description": "Update a mailbox domain",
|
|
15301
15189
|
"flags": {
|
|
15302
15190
|
"json": {
|
|
15303
15191
|
"description": "Format output as json.",
|
|
@@ -15417,29 +15305,28 @@
|
|
|
15417
15305
|
},
|
|
15418
15306
|
"hasDynamicHelp": false,
|
|
15419
15307
|
"hiddenAliases": [],
|
|
15420
|
-
"id": "management:
|
|
15308
|
+
"id": "management:update-domain",
|
|
15421
15309
|
"pluginAlias": "@sendmux/cli",
|
|
15422
15310
|
"pluginName": "@sendmux/cli",
|
|
15423
15311
|
"pluginType": "core",
|
|
15424
15312
|
"strict": true,
|
|
15425
15313
|
"enableJsonFlag": true,
|
|
15426
15314
|
"operation": {
|
|
15427
|
-
"bodyKind": "
|
|
15428
|
-
"command": "management:
|
|
15429
|
-
"description": "
|
|
15315
|
+
"bodyKind": "json",
|
|
15316
|
+
"command": "management:update-domain",
|
|
15317
|
+
"description": "Update a mailbox domain",
|
|
15430
15318
|
"headerParams": [
|
|
15431
15319
|
{
|
|
15432
|
-
"name": "
|
|
15320
|
+
"name": "If-Match",
|
|
15433
15321
|
"required": false,
|
|
15434
15322
|
"schema": {
|
|
15435
|
-
"type": "string"
|
|
15436
|
-
"maxLength": 255
|
|
15323
|
+
"type": "string"
|
|
15437
15324
|
}
|
|
15438
15325
|
}
|
|
15439
15326
|
],
|
|
15440
|
-
"method": "
|
|
15441
|
-
"operationId": "
|
|
15442
|
-
"path": "/
|
|
15327
|
+
"method": "patch",
|
|
15328
|
+
"operationId": "managementUpdateDomain",
|
|
15329
|
+
"path": "/domains/{public_id}",
|
|
15443
15330
|
"pathParams": [
|
|
15444
15331
|
{
|
|
15445
15332
|
"name": "public_id",
|
|
@@ -15460,13 +15347,13 @@
|
|
|
15460
15347
|
"dist",
|
|
15461
15348
|
"commands",
|
|
15462
15349
|
"management",
|
|
15463
|
-
"
|
|
15350
|
+
"update-domain.js"
|
|
15464
15351
|
]
|
|
15465
15352
|
},
|
|
15466
|
-
"management:
|
|
15353
|
+
"management:update-mailbox": {
|
|
15467
15354
|
"aliases": [],
|
|
15468
15355
|
"args": {},
|
|
15469
|
-
"description": "
|
|
15356
|
+
"description": "Update a mailbox",
|
|
15470
15357
|
"flags": {
|
|
15471
15358
|
"json": {
|
|
15472
15359
|
"description": "Format output as json.",
|
|
@@ -15586,29 +15473,28 @@
|
|
|
15586
15473
|
},
|
|
15587
15474
|
"hasDynamicHelp": false,
|
|
15588
15475
|
"hiddenAliases": [],
|
|
15589
|
-
"id": "management:
|
|
15476
|
+
"id": "management:update-mailbox",
|
|
15590
15477
|
"pluginAlias": "@sendmux/cli",
|
|
15591
15478
|
"pluginName": "@sendmux/cli",
|
|
15592
15479
|
"pluginType": "core",
|
|
15593
15480
|
"strict": true,
|
|
15594
15481
|
"enableJsonFlag": true,
|
|
15595
15482
|
"operation": {
|
|
15596
|
-
"bodyKind": "
|
|
15597
|
-
"command": "management:
|
|
15598
|
-
"description": "
|
|
15483
|
+
"bodyKind": "json",
|
|
15484
|
+
"command": "management:update-mailbox",
|
|
15485
|
+
"description": "Update a mailbox",
|
|
15599
15486
|
"headerParams": [
|
|
15600
15487
|
{
|
|
15601
|
-
"name": "
|
|
15488
|
+
"name": "If-Match",
|
|
15602
15489
|
"required": false,
|
|
15603
15490
|
"schema": {
|
|
15604
|
-
"type": "string"
|
|
15605
|
-
"maxLength": 255
|
|
15491
|
+
"type": "string"
|
|
15606
15492
|
}
|
|
15607
15493
|
}
|
|
15608
15494
|
],
|
|
15609
|
-
"method": "
|
|
15610
|
-
"operationId": "
|
|
15611
|
-
"path": "/
|
|
15495
|
+
"method": "patch",
|
|
15496
|
+
"operationId": "managementUpdateMailbox",
|
|
15497
|
+
"path": "/mailboxes/{public_id}",
|
|
15612
15498
|
"pathParams": [
|
|
15613
15499
|
{
|
|
15614
15500
|
"name": "public_id",
|
|
@@ -15629,13 +15515,13 @@
|
|
|
15629
15515
|
"dist",
|
|
15630
15516
|
"commands",
|
|
15631
15517
|
"management",
|
|
15632
|
-
"
|
|
15518
|
+
"update-mailbox.js"
|
|
15633
15519
|
]
|
|
15634
15520
|
},
|
|
15635
|
-
"management:
|
|
15521
|
+
"management:update-provider": {
|
|
15636
15522
|
"aliases": [],
|
|
15637
15523
|
"args": {},
|
|
15638
|
-
"description": "
|
|
15524
|
+
"description": "Update a sending account",
|
|
15639
15525
|
"flags": {
|
|
15640
15526
|
"json": {
|
|
15641
15527
|
"description": "Format output as json.",
|
|
@@ -15755,7 +15641,7 @@
|
|
|
15755
15641
|
},
|
|
15756
15642
|
"hasDynamicHelp": false,
|
|
15757
15643
|
"hiddenAliases": [],
|
|
15758
|
-
"id": "management:
|
|
15644
|
+
"id": "management:update-provider",
|
|
15759
15645
|
"pluginAlias": "@sendmux/cli",
|
|
15760
15646
|
"pluginName": "@sendmux/cli",
|
|
15761
15647
|
"pluginType": "core",
|
|
@@ -15763,8 +15649,8 @@
|
|
|
15763
15649
|
"enableJsonFlag": true,
|
|
15764
15650
|
"operation": {
|
|
15765
15651
|
"bodyKind": "json",
|
|
15766
|
-
"command": "management:
|
|
15767
|
-
"description": "
|
|
15652
|
+
"command": "management:update-provider",
|
|
15653
|
+
"description": "Update a sending account",
|
|
15768
15654
|
"headerParams": [
|
|
15769
15655
|
{
|
|
15770
15656
|
"name": "If-Match",
|
|
@@ -15774,9 +15660,9 @@
|
|
|
15774
15660
|
}
|
|
15775
15661
|
}
|
|
15776
15662
|
],
|
|
15777
|
-
"method": "
|
|
15778
|
-
"operationId": "
|
|
15779
|
-
"path": "/
|
|
15663
|
+
"method": "patch",
|
|
15664
|
+
"operationId": "managementUpdateProvider",
|
|
15665
|
+
"path": "/providers/{public_id}",
|
|
15780
15666
|
"pathParams": [
|
|
15781
15667
|
{
|
|
15782
15668
|
"name": "public_id",
|
|
@@ -15797,13 +15683,13 @@
|
|
|
15797
15683
|
"dist",
|
|
15798
15684
|
"commands",
|
|
15799
15685
|
"management",
|
|
15800
|
-
"
|
|
15686
|
+
"update-provider.js"
|
|
15801
15687
|
]
|
|
15802
15688
|
},
|
|
15803
|
-
"management:
|
|
15689
|
+
"management:update-webhook": {
|
|
15804
15690
|
"aliases": [],
|
|
15805
15691
|
"args": {},
|
|
15806
|
-
"description": "
|
|
15692
|
+
"description": "Update a webhook subscription",
|
|
15807
15693
|
"flags": {
|
|
15808
15694
|
"json": {
|
|
15809
15695
|
"description": "Format output as json.",
|
|
@@ -15923,7 +15809,7 @@
|
|
|
15923
15809
|
},
|
|
15924
15810
|
"hasDynamicHelp": false,
|
|
15925
15811
|
"hiddenAliases": [],
|
|
15926
|
-
"id": "management:
|
|
15812
|
+
"id": "management:update-webhook",
|
|
15927
15813
|
"pluginAlias": "@sendmux/cli",
|
|
15928
15814
|
"pluginName": "@sendmux/cli",
|
|
15929
15815
|
"pluginType": "core",
|
|
@@ -15931,8 +15817,8 @@
|
|
|
15931
15817
|
"enableJsonFlag": true,
|
|
15932
15818
|
"operation": {
|
|
15933
15819
|
"bodyKind": "json",
|
|
15934
|
-
"command": "management:
|
|
15935
|
-
"description": "
|
|
15820
|
+
"command": "management:update-webhook",
|
|
15821
|
+
"description": "Update a webhook subscription",
|
|
15936
15822
|
"headerParams": [
|
|
15937
15823
|
{
|
|
15938
15824
|
"name": "If-Match",
|
|
@@ -15942,9 +15828,9 @@
|
|
|
15942
15828
|
}
|
|
15943
15829
|
}
|
|
15944
15830
|
],
|
|
15945
|
-
"method": "
|
|
15946
|
-
"operationId": "
|
|
15947
|
-
"path": "/
|
|
15831
|
+
"method": "patch",
|
|
15832
|
+
"operationId": "managementUpdateWebhook",
|
|
15833
|
+
"path": "/webhooks/{public_id}",
|
|
15948
15834
|
"pathParams": [
|
|
15949
15835
|
{
|
|
15950
15836
|
"name": "public_id",
|
|
@@ -15965,13 +15851,13 @@
|
|
|
15965
15851
|
"dist",
|
|
15966
15852
|
"commands",
|
|
15967
15853
|
"management",
|
|
15968
|
-
"
|
|
15854
|
+
"update-webhook.js"
|
|
15969
15855
|
]
|
|
15970
15856
|
},
|
|
15971
|
-
"management:
|
|
15857
|
+
"management:verify-domain": {
|
|
15972
15858
|
"aliases": [],
|
|
15973
15859
|
"args": {},
|
|
15974
|
-
"description": "
|
|
15860
|
+
"description": "Verify a mailbox domain",
|
|
15975
15861
|
"flags": {
|
|
15976
15862
|
"json": {
|
|
15977
15863
|
"description": "Format output as json.",
|
|
@@ -16091,7 +15977,7 @@
|
|
|
16091
15977
|
},
|
|
16092
15978
|
"hasDynamicHelp": false,
|
|
16093
15979
|
"hiddenAliases": [],
|
|
16094
|
-
"id": "management:
|
|
15980
|
+
"id": "management:verify-domain",
|
|
16095
15981
|
"pluginAlias": "@sendmux/cli",
|
|
16096
15982
|
"pluginName": "@sendmux/cli",
|
|
16097
15983
|
"pluginType": "core",
|
|
@@ -16099,21 +15985,12 @@
|
|
|
16099
15985
|
"enableJsonFlag": true,
|
|
16100
15986
|
"operation": {
|
|
16101
15987
|
"bodyKind": "none",
|
|
16102
|
-
"command": "management:
|
|
16103
|
-
"description": "
|
|
16104
|
-
"headerParams": [
|
|
16105
|
-
{
|
|
16106
|
-
"name": "Idempotency-Key",
|
|
16107
|
-
"required": false,
|
|
16108
|
-
"schema": {
|
|
16109
|
-
"type": "string",
|
|
16110
|
-
"maxLength": 255
|
|
16111
|
-
}
|
|
16112
|
-
}
|
|
16113
|
-
],
|
|
15988
|
+
"command": "management:verify-domain",
|
|
15989
|
+
"description": "Verify a mailbox domain",
|
|
15990
|
+
"headerParams": [],
|
|
16114
15991
|
"method": "post",
|
|
16115
|
-
"operationId": "
|
|
16116
|
-
"path": "/
|
|
15992
|
+
"operationId": "managementVerifyDomain",
|
|
15993
|
+
"path": "/domains/{public_id}/verify",
|
|
16117
15994
|
"pathParams": [
|
|
16118
15995
|
{
|
|
16119
15996
|
"name": "public_id",
|
|
@@ -16133,14 +16010,140 @@
|
|
|
16133
16010
|
"relativePath": [
|
|
16134
16011
|
"dist",
|
|
16135
16012
|
"commands",
|
|
16136
|
-
"management",
|
|
16137
|
-
"
|
|
16013
|
+
"management",
|
|
16014
|
+
"verify-domain.js"
|
|
16015
|
+
]
|
|
16016
|
+
},
|
|
16017
|
+
"profiles:list": {
|
|
16018
|
+
"aliases": [],
|
|
16019
|
+
"args": {},
|
|
16020
|
+
"description": "List local Sendmux CLI profiles.",
|
|
16021
|
+
"flags": {
|
|
16022
|
+
"json": {
|
|
16023
|
+
"description": "Format output as json.",
|
|
16024
|
+
"helpGroup": "GLOBAL",
|
|
16025
|
+
"name": "json",
|
|
16026
|
+
"allowNo": false,
|
|
16027
|
+
"type": "boolean"
|
|
16028
|
+
},
|
|
16029
|
+
"verbose": {
|
|
16030
|
+
"description": "Include masked API key prefixes.",
|
|
16031
|
+
"name": "verbose",
|
|
16032
|
+
"allowNo": false,
|
|
16033
|
+
"type": "boolean"
|
|
16034
|
+
}
|
|
16035
|
+
},
|
|
16036
|
+
"hasDynamicHelp": false,
|
|
16037
|
+
"hiddenAliases": [],
|
|
16038
|
+
"id": "profiles:list",
|
|
16039
|
+
"pluginAlias": "@sendmux/cli",
|
|
16040
|
+
"pluginName": "@sendmux/cli",
|
|
16041
|
+
"pluginType": "core",
|
|
16042
|
+
"strict": true,
|
|
16043
|
+
"enableJsonFlag": true,
|
|
16044
|
+
"isESM": true,
|
|
16045
|
+
"relativePath": [
|
|
16046
|
+
"dist",
|
|
16047
|
+
"commands",
|
|
16048
|
+
"profiles",
|
|
16049
|
+
"list.js"
|
|
16050
|
+
]
|
|
16051
|
+
},
|
|
16052
|
+
"profiles:set": {
|
|
16053
|
+
"aliases": [],
|
|
16054
|
+
"args": {
|
|
16055
|
+
"name": {
|
|
16056
|
+
"description": "Profile name.",
|
|
16057
|
+
"name": "name",
|
|
16058
|
+
"required": true
|
|
16059
|
+
}
|
|
16060
|
+
},
|
|
16061
|
+
"description": "Create or update a local Sendmux CLI profile.",
|
|
16062
|
+
"flags": {
|
|
16063
|
+
"json": {
|
|
16064
|
+
"description": "Format output as json.",
|
|
16065
|
+
"helpGroup": "GLOBAL",
|
|
16066
|
+
"name": "json",
|
|
16067
|
+
"allowNo": false,
|
|
16068
|
+
"type": "boolean"
|
|
16069
|
+
},
|
|
16070
|
+
"api-key": {
|
|
16071
|
+
"description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
|
|
16072
|
+
"name": "api-key",
|
|
16073
|
+
"required": false,
|
|
16074
|
+
"hasDynamicHelp": false,
|
|
16075
|
+
"multiple": false,
|
|
16076
|
+
"type": "option"
|
|
16077
|
+
},
|
|
16078
|
+
"base-url": {
|
|
16079
|
+
"description": "Optional API base URL override for this profile.",
|
|
16080
|
+
"name": "base-url",
|
|
16081
|
+
"hasDynamicHelp": false,
|
|
16082
|
+
"multiple": false,
|
|
16083
|
+
"type": "option"
|
|
16084
|
+
},
|
|
16085
|
+
"default": {
|
|
16086
|
+
"description": "Make this the default profile.",
|
|
16087
|
+
"name": "default",
|
|
16088
|
+
"allowNo": false,
|
|
16089
|
+
"type": "boolean"
|
|
16090
|
+
}
|
|
16091
|
+
},
|
|
16092
|
+
"hasDynamicHelp": false,
|
|
16093
|
+
"hiddenAliases": [],
|
|
16094
|
+
"id": "profiles:set",
|
|
16095
|
+
"pluginAlias": "@sendmux/cli",
|
|
16096
|
+
"pluginName": "@sendmux/cli",
|
|
16097
|
+
"pluginType": "core",
|
|
16098
|
+
"strict": true,
|
|
16099
|
+
"enableJsonFlag": true,
|
|
16100
|
+
"isESM": true,
|
|
16101
|
+
"relativePath": [
|
|
16102
|
+
"dist",
|
|
16103
|
+
"commands",
|
|
16104
|
+
"profiles",
|
|
16105
|
+
"set.js"
|
|
16106
|
+
]
|
|
16107
|
+
},
|
|
16108
|
+
"profiles:show": {
|
|
16109
|
+
"aliases": [],
|
|
16110
|
+
"args": {
|
|
16111
|
+
"name": {
|
|
16112
|
+
"description": "Profile name. Defaults to the configured default profile.",
|
|
16113
|
+
"name": "name",
|
|
16114
|
+
"required": false
|
|
16115
|
+
}
|
|
16116
|
+
},
|
|
16117
|
+
"description": "Show a local Sendmux CLI profile without revealing its key.",
|
|
16118
|
+
"flags": {
|
|
16119
|
+
"json": {
|
|
16120
|
+
"description": "Format output as json.",
|
|
16121
|
+
"helpGroup": "GLOBAL",
|
|
16122
|
+
"name": "json",
|
|
16123
|
+
"allowNo": false,
|
|
16124
|
+
"type": "boolean"
|
|
16125
|
+
}
|
|
16126
|
+
},
|
|
16127
|
+
"hasDynamicHelp": false,
|
|
16128
|
+
"hiddenAliases": [],
|
|
16129
|
+
"id": "profiles:show",
|
|
16130
|
+
"pluginAlias": "@sendmux/cli",
|
|
16131
|
+
"pluginName": "@sendmux/cli",
|
|
16132
|
+
"pluginType": "core",
|
|
16133
|
+
"strict": true,
|
|
16134
|
+
"enableJsonFlag": true,
|
|
16135
|
+
"isESM": true,
|
|
16136
|
+
"relativePath": [
|
|
16137
|
+
"dist",
|
|
16138
|
+
"commands",
|
|
16139
|
+
"profiles",
|
|
16140
|
+
"show.js"
|
|
16138
16141
|
]
|
|
16139
16142
|
},
|
|
16140
|
-
"
|
|
16143
|
+
"sending:complete-attachment-upload": {
|
|
16141
16144
|
"aliases": [],
|
|
16142
16145
|
"args": {},
|
|
16143
|
-
"description": "
|
|
16146
|
+
"description": "Upload bytes to an attachment upload URL",
|
|
16144
16147
|
"flags": {
|
|
16145
16148
|
"json": {
|
|
16146
16149
|
"description": "Format output as json.",
|
|
@@ -16260,56 +16263,64 @@
|
|
|
16260
16263
|
},
|
|
16261
16264
|
"hasDynamicHelp": false,
|
|
16262
16265
|
"hiddenAliases": [],
|
|
16263
|
-
"id": "
|
|
16266
|
+
"id": "sending:complete-attachment-upload",
|
|
16264
16267
|
"pluginAlias": "@sendmux/cli",
|
|
16265
16268
|
"pluginName": "@sendmux/cli",
|
|
16266
16269
|
"pluginType": "core",
|
|
16267
16270
|
"strict": true,
|
|
16268
16271
|
"enableJsonFlag": true,
|
|
16269
16272
|
"operation": {
|
|
16270
|
-
"bodyKind": "
|
|
16271
|
-
"command": "
|
|
16272
|
-
"description": "
|
|
16273
|
+
"bodyKind": "binary",
|
|
16274
|
+
"command": "sending:complete-attachment-upload",
|
|
16275
|
+
"description": "Upload bytes to an attachment upload URL",
|
|
16273
16276
|
"headerParams": [
|
|
16274
16277
|
{
|
|
16275
|
-
"name": "
|
|
16276
|
-
"required":
|
|
16278
|
+
"name": "X-Sendmux-Upload-Token",
|
|
16279
|
+
"required": true,
|
|
16277
16280
|
"schema": {
|
|
16278
|
-
"type": "string"
|
|
16279
|
-
|
|
16281
|
+
"type": "string"
|
|
16282
|
+
}
|
|
16283
|
+
},
|
|
16284
|
+
{
|
|
16285
|
+
"name": "Content-Length",
|
|
16286
|
+
"required": true,
|
|
16287
|
+
"schema": {
|
|
16288
|
+
"type": "integer",
|
|
16289
|
+
"minimum": 1
|
|
16280
16290
|
}
|
|
16281
16291
|
}
|
|
16282
16292
|
],
|
|
16283
|
-
"method": "
|
|
16284
|
-
"operationId": "
|
|
16285
|
-
"path": "/
|
|
16293
|
+
"method": "put",
|
|
16294
|
+
"operationId": "sendingCompleteAttachmentUpload",
|
|
16295
|
+
"path": "/emails/attachment-uploads/{upload_id}",
|
|
16286
16296
|
"pathParams": [
|
|
16287
16297
|
{
|
|
16288
|
-
"name": "
|
|
16298
|
+
"name": "upload_id",
|
|
16289
16299
|
"required": true,
|
|
16290
16300
|
"schema": {
|
|
16291
|
-
"type": "string"
|
|
16301
|
+
"type": "string",
|
|
16302
|
+
"pattern": "^upl_[a-z0-9]{24}$"
|
|
16292
16303
|
}
|
|
16293
16304
|
}
|
|
16294
16305
|
],
|
|
16295
16306
|
"queryParams": [],
|
|
16296
16307
|
"responseKind": "json",
|
|
16297
|
-
"requestBodyRequired":
|
|
16298
|
-
"requiredKeyKind": "
|
|
16299
|
-
"surface": "
|
|
16308
|
+
"requestBodyRequired": true,
|
|
16309
|
+
"requiredKeyKind": "none",
|
|
16310
|
+
"surface": "sending"
|
|
16300
16311
|
},
|
|
16301
16312
|
"isESM": true,
|
|
16302
16313
|
"relativePath": [
|
|
16303
16314
|
"dist",
|
|
16304
16315
|
"commands",
|
|
16305
|
-
"
|
|
16306
|
-
"
|
|
16316
|
+
"sending",
|
|
16317
|
+
"complete-attachment-upload.js"
|
|
16307
16318
|
]
|
|
16308
16319
|
},
|
|
16309
|
-
"
|
|
16320
|
+
"sending:create-attachment-upload": {
|
|
16310
16321
|
"aliases": [],
|
|
16311
16322
|
"args": {},
|
|
16312
|
-
"description": "
|
|
16323
|
+
"description": "Create an attachment upload URL",
|
|
16313
16324
|
"flags": {
|
|
16314
16325
|
"json": {
|
|
16315
16326
|
"description": "Format output as json.",
|
|
@@ -16429,16 +16440,16 @@
|
|
|
16429
16440
|
},
|
|
16430
16441
|
"hasDynamicHelp": false,
|
|
16431
16442
|
"hiddenAliases": [],
|
|
16432
|
-
"id": "
|
|
16443
|
+
"id": "sending:create-attachment-upload",
|
|
16433
16444
|
"pluginAlias": "@sendmux/cli",
|
|
16434
16445
|
"pluginName": "@sendmux/cli",
|
|
16435
16446
|
"pluginType": "core",
|
|
16436
16447
|
"strict": true,
|
|
16437
16448
|
"enableJsonFlag": true,
|
|
16438
16449
|
"operation": {
|
|
16439
|
-
"bodyKind": "
|
|
16440
|
-
"command": "
|
|
16441
|
-
"description": "
|
|
16450
|
+
"bodyKind": "json",
|
|
16451
|
+
"command": "sending:create-attachment-upload",
|
|
16452
|
+
"description": "Create an attachment upload URL",
|
|
16442
16453
|
"headerParams": [
|
|
16443
16454
|
{
|
|
16444
16455
|
"name": "Idempotency-Key",
|
|
@@ -16450,35 +16461,27 @@
|
|
|
16450
16461
|
}
|
|
16451
16462
|
],
|
|
16452
16463
|
"method": "post",
|
|
16453
|
-
"operationId": "
|
|
16454
|
-
"path": "/
|
|
16455
|
-
"pathParams": [
|
|
16456
|
-
{
|
|
16457
|
-
"name": "public_id",
|
|
16458
|
-
"required": true,
|
|
16459
|
-
"schema": {
|
|
16460
|
-
"type": "string"
|
|
16461
|
-
}
|
|
16462
|
-
}
|
|
16463
|
-
],
|
|
16464
|
+
"operationId": "sendingCreateAttachmentUpload",
|
|
16465
|
+
"path": "/emails/attachment-uploads",
|
|
16466
|
+
"pathParams": [],
|
|
16464
16467
|
"queryParams": [],
|
|
16465
16468
|
"responseKind": "json",
|
|
16466
|
-
"requestBodyRequired":
|
|
16467
|
-
"requiredKeyKind": "
|
|
16468
|
-
"surface": "
|
|
16469
|
+
"requestBodyRequired": true,
|
|
16470
|
+
"requiredKeyKind": "sending",
|
|
16471
|
+
"surface": "sending"
|
|
16469
16472
|
},
|
|
16470
16473
|
"isESM": true,
|
|
16471
16474
|
"relativePath": [
|
|
16472
16475
|
"dist",
|
|
16473
16476
|
"commands",
|
|
16474
|
-
"
|
|
16475
|
-
"
|
|
16477
|
+
"sending",
|
|
16478
|
+
"create-attachment-upload.js"
|
|
16476
16479
|
]
|
|
16477
16480
|
},
|
|
16478
|
-
"
|
|
16481
|
+
"sending:get-attachment": {
|
|
16479
16482
|
"aliases": [],
|
|
16480
16483
|
"args": {},
|
|
16481
|
-
"description": "
|
|
16484
|
+
"description": "Get attachment metadata",
|
|
16482
16485
|
"flags": {
|
|
16483
16486
|
"json": {
|
|
16484
16487
|
"description": "Format output as json.",
|
|
@@ -16598,55 +16601,48 @@
|
|
|
16598
16601
|
},
|
|
16599
16602
|
"hasDynamicHelp": false,
|
|
16600
16603
|
"hiddenAliases": [],
|
|
16601
|
-
"id": "
|
|
16604
|
+
"id": "sending:get-attachment",
|
|
16602
16605
|
"pluginAlias": "@sendmux/cli",
|
|
16603
16606
|
"pluginName": "@sendmux/cli",
|
|
16604
16607
|
"pluginType": "core",
|
|
16605
16608
|
"strict": true,
|
|
16606
16609
|
"enableJsonFlag": true,
|
|
16607
16610
|
"operation": {
|
|
16608
|
-
"bodyKind": "
|
|
16609
|
-
"command": "
|
|
16610
|
-
"description": "
|
|
16611
|
-
"headerParams": [
|
|
16612
|
-
|
|
16613
|
-
|
|
16614
|
-
|
|
16615
|
-
"schema": {
|
|
16616
|
-
"type": "string"
|
|
16617
|
-
}
|
|
16618
|
-
}
|
|
16619
|
-
],
|
|
16620
|
-
"method": "patch",
|
|
16621
|
-
"operationId": "managementUpdateDomain",
|
|
16622
|
-
"path": "/domains/{public_id}",
|
|
16611
|
+
"bodyKind": "none",
|
|
16612
|
+
"command": "sending:get-attachment",
|
|
16613
|
+
"description": "Get attachment metadata",
|
|
16614
|
+
"headerParams": [],
|
|
16615
|
+
"method": "get",
|
|
16616
|
+
"operationId": "sendingGetAttachment",
|
|
16617
|
+
"path": "/emails/attachments/{attachment_id}",
|
|
16623
16618
|
"pathParams": [
|
|
16624
16619
|
{
|
|
16625
|
-
"name": "
|
|
16620
|
+
"name": "attachment_id",
|
|
16626
16621
|
"required": true,
|
|
16627
16622
|
"schema": {
|
|
16628
|
-
"type": "string"
|
|
16623
|
+
"type": "string",
|
|
16624
|
+
"pattern": "^att_[a-z0-9]{24}$"
|
|
16629
16625
|
}
|
|
16630
16626
|
}
|
|
16631
16627
|
],
|
|
16632
16628
|
"queryParams": [],
|
|
16633
16629
|
"responseKind": "json",
|
|
16634
16630
|
"requestBodyRequired": false,
|
|
16635
|
-
"requiredKeyKind": "
|
|
16636
|
-
"surface": "
|
|
16631
|
+
"requiredKeyKind": "sending",
|
|
16632
|
+
"surface": "sending"
|
|
16637
16633
|
},
|
|
16638
16634
|
"isESM": true,
|
|
16639
16635
|
"relativePath": [
|
|
16640
16636
|
"dist",
|
|
16641
16637
|
"commands",
|
|
16642
|
-
"
|
|
16643
|
-
"
|
|
16638
|
+
"sending",
|
|
16639
|
+
"get-attachment.js"
|
|
16644
16640
|
]
|
|
16645
16641
|
},
|
|
16646
|
-
"
|
|
16642
|
+
"sending:get-connection": {
|
|
16647
16643
|
"aliases": [],
|
|
16648
16644
|
"args": {},
|
|
16649
|
-
"description": "
|
|
16645
|
+
"description": "Get Sending connection",
|
|
16650
16646
|
"flags": {
|
|
16651
16647
|
"json": {
|
|
16652
16648
|
"description": "Format output as json.",
|
|
@@ -16766,55 +16762,47 @@
|
|
|
16766
16762
|
},
|
|
16767
16763
|
"hasDynamicHelp": false,
|
|
16768
16764
|
"hiddenAliases": [],
|
|
16769
|
-
"id": "
|
|
16765
|
+
"id": "sending:get-connection",
|
|
16770
16766
|
"pluginAlias": "@sendmux/cli",
|
|
16771
16767
|
"pluginName": "@sendmux/cli",
|
|
16772
16768
|
"pluginType": "core",
|
|
16773
16769
|
"strict": true,
|
|
16774
16770
|
"enableJsonFlag": true,
|
|
16775
16771
|
"operation": {
|
|
16776
|
-
"bodyKind": "
|
|
16777
|
-
"command": "
|
|
16778
|
-
"description": "
|
|
16772
|
+
"bodyKind": "none",
|
|
16773
|
+
"command": "sending:get-connection",
|
|
16774
|
+
"description": "Get Sending connection",
|
|
16779
16775
|
"headerParams": [
|
|
16780
16776
|
{
|
|
16781
|
-
"name": "If-Match",
|
|
16777
|
+
"name": "If-None-Match",
|
|
16782
16778
|
"required": false,
|
|
16783
16779
|
"schema": {
|
|
16784
16780
|
"type": "string"
|
|
16785
16781
|
}
|
|
16786
16782
|
}
|
|
16787
16783
|
],
|
|
16788
|
-
"method": "
|
|
16789
|
-
"operationId": "
|
|
16790
|
-
"path": "/
|
|
16791
|
-
"pathParams": [
|
|
16792
|
-
{
|
|
16793
|
-
"name": "public_id",
|
|
16794
|
-
"required": true,
|
|
16795
|
-
"schema": {
|
|
16796
|
-
"type": "string"
|
|
16797
|
-
}
|
|
16798
|
-
}
|
|
16799
|
-
],
|
|
16784
|
+
"method": "get",
|
|
16785
|
+
"operationId": "sendingGetConnection",
|
|
16786
|
+
"path": "/me",
|
|
16787
|
+
"pathParams": [],
|
|
16800
16788
|
"queryParams": [],
|
|
16801
16789
|
"responseKind": "json",
|
|
16802
16790
|
"requestBodyRequired": false,
|
|
16803
|
-
"requiredKeyKind": "
|
|
16804
|
-
"surface": "
|
|
16791
|
+
"requiredKeyKind": "sending",
|
|
16792
|
+
"surface": "sending"
|
|
16805
16793
|
},
|
|
16806
16794
|
"isESM": true,
|
|
16807
16795
|
"relativePath": [
|
|
16808
16796
|
"dist",
|
|
16809
16797
|
"commands",
|
|
16810
|
-
"
|
|
16811
|
-
"
|
|
16798
|
+
"sending",
|
|
16799
|
+
"get-connection.js"
|
|
16812
16800
|
]
|
|
16813
16801
|
},
|
|
16814
|
-
"
|
|
16802
|
+
"sending:get-open-api-spec": {
|
|
16815
16803
|
"aliases": [],
|
|
16816
16804
|
"args": {},
|
|
16817
|
-
"description": "
|
|
16805
|
+
"description": "OpenAPI 3.1 specification",
|
|
16818
16806
|
"flags": {
|
|
16819
16807
|
"json": {
|
|
16820
16808
|
"description": "Format output as json.",
|
|
@@ -16934,55 +16922,47 @@
|
|
|
16934
16922
|
},
|
|
16935
16923
|
"hasDynamicHelp": false,
|
|
16936
16924
|
"hiddenAliases": [],
|
|
16937
|
-
"id": "
|
|
16925
|
+
"id": "sending:get-open-api-spec",
|
|
16938
16926
|
"pluginAlias": "@sendmux/cli",
|
|
16939
16927
|
"pluginName": "@sendmux/cli",
|
|
16940
16928
|
"pluginType": "core",
|
|
16941
16929
|
"strict": true,
|
|
16942
16930
|
"enableJsonFlag": true,
|
|
16943
16931
|
"operation": {
|
|
16944
|
-
"bodyKind": "
|
|
16945
|
-
"command": "
|
|
16946
|
-
"description": "
|
|
16932
|
+
"bodyKind": "none",
|
|
16933
|
+
"command": "sending:get-open-api-spec",
|
|
16934
|
+
"description": "OpenAPI 3.1 specification",
|
|
16947
16935
|
"headerParams": [
|
|
16948
16936
|
{
|
|
16949
|
-
"name": "If-Match",
|
|
16937
|
+
"name": "If-None-Match",
|
|
16950
16938
|
"required": false,
|
|
16951
16939
|
"schema": {
|
|
16952
16940
|
"type": "string"
|
|
16953
16941
|
}
|
|
16954
16942
|
}
|
|
16955
16943
|
],
|
|
16956
|
-
"method": "
|
|
16957
|
-
"operationId": "
|
|
16958
|
-
"path": "/
|
|
16959
|
-
"pathParams": [
|
|
16960
|
-
{
|
|
16961
|
-
"name": "public_id",
|
|
16962
|
-
"required": true,
|
|
16963
|
-
"schema": {
|
|
16964
|
-
"type": "string"
|
|
16965
|
-
}
|
|
16966
|
-
}
|
|
16967
|
-
],
|
|
16944
|
+
"method": "get",
|
|
16945
|
+
"operationId": "sendingGetOpenApiSpec",
|
|
16946
|
+
"path": "/openapi.json",
|
|
16947
|
+
"pathParams": [],
|
|
16968
16948
|
"queryParams": [],
|
|
16969
16949
|
"responseKind": "json",
|
|
16970
16950
|
"requestBodyRequired": false,
|
|
16971
|
-
"requiredKeyKind": "
|
|
16972
|
-
"surface": "
|
|
16951
|
+
"requiredKeyKind": "none",
|
|
16952
|
+
"surface": "sending"
|
|
16973
16953
|
},
|
|
16974
16954
|
"isESM": true,
|
|
16975
16955
|
"relativePath": [
|
|
16976
16956
|
"dist",
|
|
16977
16957
|
"commands",
|
|
16978
|
-
"
|
|
16979
|
-
"
|
|
16958
|
+
"sending",
|
|
16959
|
+
"get-open-api-spec.js"
|
|
16980
16960
|
]
|
|
16981
16961
|
},
|
|
16982
|
-
"
|
|
16962
|
+
"sending:send": {
|
|
16983
16963
|
"aliases": [],
|
|
16984
16964
|
"args": {},
|
|
16985
|
-
"description": "
|
|
16965
|
+
"description": "Send a single email",
|
|
16986
16966
|
"flags": {
|
|
16987
16967
|
"json": {
|
|
16988
16968
|
"description": "Format output as json.",
|
|
@@ -17102,7 +17082,7 @@
|
|
|
17102
17082
|
},
|
|
17103
17083
|
"hasDynamicHelp": false,
|
|
17104
17084
|
"hiddenAliases": [],
|
|
17105
|
-
"id": "
|
|
17085
|
+
"id": "sending:send",
|
|
17106
17086
|
"pluginAlias": "@sendmux/cli",
|
|
17107
17087
|
"pluginName": "@sendmux/cli",
|
|
17108
17088
|
"pluginType": "core",
|
|
@@ -17110,47 +17090,40 @@
|
|
|
17110
17090
|
"enableJsonFlag": true,
|
|
17111
17091
|
"operation": {
|
|
17112
17092
|
"bodyKind": "json",
|
|
17113
|
-
"command": "
|
|
17114
|
-
"description": "
|
|
17093
|
+
"command": "sending:send",
|
|
17094
|
+
"description": "Send a single email",
|
|
17115
17095
|
"headerParams": [
|
|
17116
17096
|
{
|
|
17117
|
-
"name": "
|
|
17097
|
+
"name": "Idempotency-Key",
|
|
17118
17098
|
"required": false,
|
|
17119
17099
|
"schema": {
|
|
17120
|
-
"type": "string"
|
|
17121
|
-
|
|
17122
|
-
}
|
|
17123
|
-
],
|
|
17124
|
-
"method": "patch",
|
|
17125
|
-
"operationId": "managementUpdateWebhook",
|
|
17126
|
-
"path": "/webhooks/{public_id}",
|
|
17127
|
-
"pathParams": [
|
|
17128
|
-
{
|
|
17129
|
-
"name": "public_id",
|
|
17130
|
-
"required": true,
|
|
17131
|
-
"schema": {
|
|
17132
|
-
"type": "string"
|
|
17100
|
+
"type": "string",
|
|
17101
|
+
"maxLength": 255
|
|
17133
17102
|
}
|
|
17134
17103
|
}
|
|
17135
17104
|
],
|
|
17105
|
+
"method": "post",
|
|
17106
|
+
"operationId": "sendingSendEmail",
|
|
17107
|
+
"path": "/emails/send",
|
|
17108
|
+
"pathParams": [],
|
|
17136
17109
|
"queryParams": [],
|
|
17137
17110
|
"responseKind": "json",
|
|
17138
|
-
"requestBodyRequired":
|
|
17139
|
-
"requiredKeyKind": "
|
|
17140
|
-
"surface": "
|
|
17111
|
+
"requestBodyRequired": true,
|
|
17112
|
+
"requiredKeyKind": "sending",
|
|
17113
|
+
"surface": "sending"
|
|
17141
17114
|
},
|
|
17142
17115
|
"isESM": true,
|
|
17143
17116
|
"relativePath": [
|
|
17144
17117
|
"dist",
|
|
17145
17118
|
"commands",
|
|
17146
|
-
"
|
|
17147
|
-
"
|
|
17119
|
+
"sending",
|
|
17120
|
+
"send.js"
|
|
17148
17121
|
]
|
|
17149
17122
|
},
|
|
17150
|
-
"
|
|
17123
|
+
"sending:upload-attachment": {
|
|
17151
17124
|
"aliases": [],
|
|
17152
17125
|
"args": {},
|
|
17153
|
-
"description": "
|
|
17126
|
+
"description": "Upload an attachment",
|
|
17154
17127
|
"flags": {
|
|
17155
17128
|
"json": {
|
|
17156
17129
|
"description": "Format output as json.",
|
|
@@ -17270,41 +17243,68 @@
|
|
|
17270
17243
|
},
|
|
17271
17244
|
"hasDynamicHelp": false,
|
|
17272
17245
|
"hiddenAliases": [],
|
|
17273
|
-
"id": "
|
|
17246
|
+
"id": "sending:upload-attachment",
|
|
17274
17247
|
"pluginAlias": "@sendmux/cli",
|
|
17275
17248
|
"pluginName": "@sendmux/cli",
|
|
17276
17249
|
"pluginType": "core",
|
|
17277
17250
|
"strict": true,
|
|
17278
17251
|
"enableJsonFlag": true,
|
|
17279
17252
|
"operation": {
|
|
17280
|
-
"bodyKind": "
|
|
17281
|
-
"command": "
|
|
17282
|
-
"description": "
|
|
17283
|
-
"headerParams": [
|
|
17253
|
+
"bodyKind": "binary",
|
|
17254
|
+
"command": "sending:upload-attachment",
|
|
17255
|
+
"description": "Upload an attachment",
|
|
17256
|
+
"headerParams": [
|
|
17257
|
+
{
|
|
17258
|
+
"name": "Idempotency-Key",
|
|
17259
|
+
"required": false,
|
|
17260
|
+
"schema": {
|
|
17261
|
+
"type": "string",
|
|
17262
|
+
"maxLength": 255
|
|
17263
|
+
}
|
|
17264
|
+
},
|
|
17265
|
+
{
|
|
17266
|
+
"name": "Content-Length",
|
|
17267
|
+
"required": true,
|
|
17268
|
+
"schema": {
|
|
17269
|
+
"type": "integer",
|
|
17270
|
+
"minimum": 1
|
|
17271
|
+
}
|
|
17272
|
+
}
|
|
17273
|
+
],
|
|
17284
17274
|
"method": "post",
|
|
17285
|
-
"operationId": "
|
|
17286
|
-
"path": "/
|
|
17287
|
-
"pathParams": [
|
|
17275
|
+
"operationId": "sendingUploadAttachment",
|
|
17276
|
+
"path": "/emails/attachments",
|
|
17277
|
+
"pathParams": [],
|
|
17278
|
+
"queryParams": [
|
|
17288
17279
|
{
|
|
17289
|
-
"name": "
|
|
17280
|
+
"name": "filename",
|
|
17290
17281
|
"required": true,
|
|
17291
17282
|
"schema": {
|
|
17292
|
-
"type": "string"
|
|
17283
|
+
"type": "string",
|
|
17284
|
+
"minLength": 1,
|
|
17285
|
+
"maxLength": 255
|
|
17286
|
+
}
|
|
17287
|
+
},
|
|
17288
|
+
{
|
|
17289
|
+
"name": "content_type",
|
|
17290
|
+
"required": false,
|
|
17291
|
+
"schema": {
|
|
17292
|
+
"type": "string",
|
|
17293
|
+
"maxLength": 255
|
|
17293
17294
|
}
|
|
17294
17295
|
}
|
|
17295
17296
|
],
|
|
17296
|
-
"queryParams": [],
|
|
17297
17297
|
"responseKind": "json",
|
|
17298
|
-
"requestBodyRequired":
|
|
17299
|
-
"requiredKeyKind": "
|
|
17300
|
-
"surface": "
|
|
17298
|
+
"requestBodyRequired": true,
|
|
17299
|
+
"requiredKeyKind": "sending",
|
|
17300
|
+
"surface": "sending"
|
|
17301
17301
|
},
|
|
17302
17302
|
"isESM": true,
|
|
17303
17303
|
"relativePath": [
|
|
17304
17304
|
"dist",
|
|
17305
17305
|
"commands",
|
|
17306
|
-
"
|
|
17307
|
-
"
|
|
17306
|
+
"sending",
|
|
17307
|
+
"upload-attachment.js"
|
|
17308
17308
|
]
|
|
17309
17309
|
},
|
|
17310
17310
|
"mailbox:folders:list": {
|
|
@@ -18168,10 +18168,10 @@
|
|
|
18168
18168
|
"list.js"
|
|
18169
18169
|
]
|
|
18170
18170
|
},
|
|
18171
|
-
"
|
|
18171
|
+
"management:domains:get": {
|
|
18172
18172
|
"aliases": [],
|
|
18173
18173
|
"args": {},
|
|
18174
|
-
"description": "
|
|
18174
|
+
"description": "Get a mailbox domain",
|
|
18175
18175
|
"flags": {
|
|
18176
18176
|
"json": {
|
|
18177
18177
|
"description": "Format output as json.",
|
|
@@ -18291,49 +18291,56 @@
|
|
|
18291
18291
|
},
|
|
18292
18292
|
"hasDynamicHelp": false,
|
|
18293
18293
|
"hiddenAliases": [],
|
|
18294
|
-
"id": "
|
|
18294
|
+
"id": "management:domains:get",
|
|
18295
18295
|
"pluginAlias": "@sendmux/cli",
|
|
18296
18296
|
"pluginName": "@sendmux/cli",
|
|
18297
18297
|
"pluginType": "core",
|
|
18298
18298
|
"strict": true,
|
|
18299
18299
|
"enableJsonFlag": true,
|
|
18300
18300
|
"operation": {
|
|
18301
|
-
"bodyKind": "
|
|
18302
|
-
"command": "
|
|
18303
|
-
"description": "
|
|
18301
|
+
"bodyKind": "none",
|
|
18302
|
+
"command": "management:domains:get",
|
|
18303
|
+
"description": "Get a mailbox domain",
|
|
18304
18304
|
"headerParams": [
|
|
18305
18305
|
{
|
|
18306
|
-
"name": "
|
|
18306
|
+
"name": "If-None-Match",
|
|
18307
18307
|
"required": false,
|
|
18308
18308
|
"schema": {
|
|
18309
|
-
"type": "string"
|
|
18310
|
-
|
|
18309
|
+
"type": "string"
|
|
18310
|
+
}
|
|
18311
|
+
}
|
|
18312
|
+
],
|
|
18313
|
+
"method": "get",
|
|
18314
|
+
"operationId": "managementGetDomain",
|
|
18315
|
+
"path": "/domains/{public_id}",
|
|
18316
|
+
"pathParams": [
|
|
18317
|
+
{
|
|
18318
|
+
"name": "public_id",
|
|
18319
|
+
"required": true,
|
|
18320
|
+
"schema": {
|
|
18321
|
+
"type": "string"
|
|
18311
18322
|
}
|
|
18312
18323
|
}
|
|
18313
18324
|
],
|
|
18314
|
-
"method": "post",
|
|
18315
|
-
"operationId": "sendingSendEmailBatch",
|
|
18316
|
-
"path": "/emails/send/batch",
|
|
18317
|
-
"pathParams": [],
|
|
18318
18325
|
"queryParams": [],
|
|
18319
18326
|
"responseKind": "json",
|
|
18320
|
-
"requestBodyRequired":
|
|
18321
|
-
"requiredKeyKind": "
|
|
18322
|
-
"surface": "
|
|
18327
|
+
"requestBodyRequired": false,
|
|
18328
|
+
"requiredKeyKind": "root",
|
|
18329
|
+
"surface": "management"
|
|
18323
18330
|
},
|
|
18324
18331
|
"isESM": true,
|
|
18325
18332
|
"relativePath": [
|
|
18326
18333
|
"dist",
|
|
18327
18334
|
"commands",
|
|
18328
|
-
"
|
|
18329
|
-
"
|
|
18330
|
-
"
|
|
18335
|
+
"management",
|
|
18336
|
+
"domains",
|
|
18337
|
+
"get.js"
|
|
18331
18338
|
]
|
|
18332
18339
|
},
|
|
18333
|
-
"management:domains:
|
|
18340
|
+
"management:domains:list": {
|
|
18334
18341
|
"aliases": [],
|
|
18335
18342
|
"args": {},
|
|
18336
|
-
"description": "
|
|
18343
|
+
"description": "List mailbox domains",
|
|
18337
18344
|
"flags": {
|
|
18338
18345
|
"json": {
|
|
18339
18346
|
"description": "Format output as json.",
|
|
@@ -18453,7 +18460,7 @@
|
|
|
18453
18460
|
},
|
|
18454
18461
|
"hasDynamicHelp": false,
|
|
18455
18462
|
"hiddenAliases": [],
|
|
18456
|
-
"id": "management:domains:
|
|
18463
|
+
"id": "management:domains:list",
|
|
18457
18464
|
"pluginAlias": "@sendmux/cli",
|
|
18458
18465
|
"pluginName": "@sendmux/cli",
|
|
18459
18466
|
"pluginType": "core",
|
|
@@ -18461,30 +18468,31 @@
|
|
|
18461
18468
|
"enableJsonFlag": true,
|
|
18462
18469
|
"operation": {
|
|
18463
18470
|
"bodyKind": "none",
|
|
18464
|
-
"command": "management:domains:
|
|
18465
|
-
"description": "
|
|
18466
|
-
"headerParams": [
|
|
18471
|
+
"command": "management:domains:list",
|
|
18472
|
+
"description": "List mailbox domains",
|
|
18473
|
+
"headerParams": [],
|
|
18474
|
+
"method": "get",
|
|
18475
|
+
"operationId": "managementListDomains",
|
|
18476
|
+
"path": "/domains",
|
|
18477
|
+
"pathParams": [],
|
|
18478
|
+
"queryParams": [
|
|
18467
18479
|
{
|
|
18468
|
-
"name": "
|
|
18480
|
+
"name": "cursor",
|
|
18469
18481
|
"required": false,
|
|
18470
18482
|
"schema": {
|
|
18471
18483
|
"type": "string"
|
|
18472
18484
|
}
|
|
18473
|
-
}
|
|
18474
|
-
],
|
|
18475
|
-
"method": "get",
|
|
18476
|
-
"operationId": "managementGetDomain",
|
|
18477
|
-
"path": "/domains/{public_id}",
|
|
18478
|
-
"pathParams": [
|
|
18485
|
+
},
|
|
18479
18486
|
{
|
|
18480
|
-
"name": "
|
|
18481
|
-
"required":
|
|
18487
|
+
"name": "limit",
|
|
18488
|
+
"required": false,
|
|
18482
18489
|
"schema": {
|
|
18483
|
-
"type": "
|
|
18490
|
+
"type": "integer",
|
|
18491
|
+
"minimum": 1,
|
|
18492
|
+
"maximum": 100
|
|
18484
18493
|
}
|
|
18485
18494
|
}
|
|
18486
18495
|
],
|
|
18487
|
-
"queryParams": [],
|
|
18488
18496
|
"responseKind": "json",
|
|
18489
18497
|
"requestBodyRequired": false,
|
|
18490
18498
|
"requiredKeyKind": "root",
|
|
@@ -18496,13 +18504,13 @@
|
|
|
18496
18504
|
"commands",
|
|
18497
18505
|
"management",
|
|
18498
18506
|
"domains",
|
|
18499
|
-
"
|
|
18507
|
+
"list.js"
|
|
18500
18508
|
]
|
|
18501
18509
|
},
|
|
18502
|
-
"management:
|
|
18510
|
+
"management:providers:list": {
|
|
18503
18511
|
"aliases": [],
|
|
18504
18512
|
"args": {},
|
|
18505
|
-
"description": "List
|
|
18513
|
+
"description": "List sending accounts",
|
|
18506
18514
|
"flags": {
|
|
18507
18515
|
"json": {
|
|
18508
18516
|
"description": "Format output as json.",
|
|
@@ -18622,7 +18630,7 @@
|
|
|
18622
18630
|
},
|
|
18623
18631
|
"hasDynamicHelp": false,
|
|
18624
18632
|
"hiddenAliases": [],
|
|
18625
|
-
"id": "management:
|
|
18633
|
+
"id": "management:providers:list",
|
|
18626
18634
|
"pluginAlias": "@sendmux/cli",
|
|
18627
18635
|
"pluginName": "@sendmux/cli",
|
|
18628
18636
|
"pluginType": "core",
|
|
@@ -18630,12 +18638,12 @@
|
|
|
18630
18638
|
"enableJsonFlag": true,
|
|
18631
18639
|
"operation": {
|
|
18632
18640
|
"bodyKind": "none",
|
|
18633
|
-
"command": "management:
|
|
18634
|
-
"description": "List
|
|
18641
|
+
"command": "management:providers:list",
|
|
18642
|
+
"description": "List sending accounts",
|
|
18635
18643
|
"headerParams": [],
|
|
18636
18644
|
"method": "get",
|
|
18637
|
-
"operationId": "
|
|
18638
|
-
"path": "/
|
|
18645
|
+
"operationId": "managementListProviders",
|
|
18646
|
+
"path": "/providers",
|
|
18639
18647
|
"pathParams": [],
|
|
18640
18648
|
"queryParams": [
|
|
18641
18649
|
{
|
|
@@ -18645,6 +18653,32 @@
|
|
|
18645
18653
|
"type": "string"
|
|
18646
18654
|
}
|
|
18647
18655
|
},
|
|
18656
|
+
{
|
|
18657
|
+
"name": "status",
|
|
18658
|
+
"required": false,
|
|
18659
|
+
"schema": {
|
|
18660
|
+
"type": "string",
|
|
18661
|
+
"enum": [
|
|
18662
|
+
"active",
|
|
18663
|
+
"inactive",
|
|
18664
|
+
"error",
|
|
18665
|
+
"pending"
|
|
18666
|
+
]
|
|
18667
|
+
}
|
|
18668
|
+
},
|
|
18669
|
+
{
|
|
18670
|
+
"name": "type",
|
|
18671
|
+
"required": false,
|
|
18672
|
+
"schema": {
|
|
18673
|
+
"type": "string",
|
|
18674
|
+
"enum": [
|
|
18675
|
+
"smtp",
|
|
18676
|
+
"gmail_api",
|
|
18677
|
+
"outlook_api",
|
|
18678
|
+
"amazon_ses"
|
|
18679
|
+
]
|
|
18680
|
+
}
|
|
18681
|
+
},
|
|
18648
18682
|
{
|
|
18649
18683
|
"name": "limit",
|
|
18650
18684
|
"required": false,
|
|
@@ -18665,7 +18699,7 @@
|
|
|
18665
18699
|
"dist",
|
|
18666
18700
|
"commands",
|
|
18667
18701
|
"management",
|
|
18668
|
-
"
|
|
18702
|
+
"providers",
|
|
18669
18703
|
"list.js"
|
|
18670
18704
|
]
|
|
18671
18705
|
},
|
|
@@ -18849,10 +18883,10 @@
|
|
|
18849
18883
|
"list.js"
|
|
18850
18884
|
]
|
|
18851
18885
|
},
|
|
18852
|
-
"
|
|
18886
|
+
"sending:send:batch": {
|
|
18853
18887
|
"aliases": [],
|
|
18854
18888
|
"args": {},
|
|
18855
|
-
"description": "
|
|
18889
|
+
"description": "Send a batch of emails",
|
|
18856
18890
|
"flags": {
|
|
18857
18891
|
"json": {
|
|
18858
18892
|
"description": "Format output as json.",
|
|
@@ -18972,79 +19006,45 @@
|
|
|
18972
19006
|
},
|
|
18973
19007
|
"hasDynamicHelp": false,
|
|
18974
19008
|
"hiddenAliases": [],
|
|
18975
|
-
"id": "
|
|
19009
|
+
"id": "sending:send:batch",
|
|
18976
19010
|
"pluginAlias": "@sendmux/cli",
|
|
18977
19011
|
"pluginName": "@sendmux/cli",
|
|
18978
19012
|
"pluginType": "core",
|
|
18979
19013
|
"strict": true,
|
|
18980
19014
|
"enableJsonFlag": true,
|
|
18981
19015
|
"operation": {
|
|
18982
|
-
"bodyKind": "
|
|
18983
|
-
"command": "
|
|
18984
|
-
"description": "
|
|
18985
|
-
"headerParams": [
|
|
18986
|
-
"method": "get",
|
|
18987
|
-
"operationId": "managementListProviders",
|
|
18988
|
-
"path": "/providers",
|
|
18989
|
-
"pathParams": [],
|
|
18990
|
-
"queryParams": [
|
|
18991
|
-
{
|
|
18992
|
-
"name": "cursor",
|
|
18993
|
-
"required": false,
|
|
18994
|
-
"schema": {
|
|
18995
|
-
"type": "string"
|
|
18996
|
-
}
|
|
18997
|
-
},
|
|
18998
|
-
{
|
|
18999
|
-
"name": "status",
|
|
19000
|
-
"required": false,
|
|
19001
|
-
"schema": {
|
|
19002
|
-
"type": "string",
|
|
19003
|
-
"enum": [
|
|
19004
|
-
"active",
|
|
19005
|
-
"inactive",
|
|
19006
|
-
"error",
|
|
19007
|
-
"pending"
|
|
19008
|
-
]
|
|
19009
|
-
}
|
|
19010
|
-
},
|
|
19016
|
+
"bodyKind": "json",
|
|
19017
|
+
"command": "sending:send:batch",
|
|
19018
|
+
"description": "Send a batch of emails",
|
|
19019
|
+
"headerParams": [
|
|
19011
19020
|
{
|
|
19012
|
-
"name": "
|
|
19021
|
+
"name": "Idempotency-Key",
|
|
19013
19022
|
"required": false,
|
|
19014
19023
|
"schema": {
|
|
19015
19024
|
"type": "string",
|
|
19016
|
-
"
|
|
19017
|
-
"smtp",
|
|
19018
|
-
"gmail_api",
|
|
19019
|
-
"outlook_api",
|
|
19020
|
-
"amazon_ses"
|
|
19021
|
-
]
|
|
19022
|
-
}
|
|
19023
|
-
},
|
|
19024
|
-
{
|
|
19025
|
-
"name": "limit",
|
|
19026
|
-
"required": false,
|
|
19027
|
-
"schema": {
|
|
19028
|
-
"type": "integer",
|
|
19029
|
-
"minimum": 1,
|
|
19030
|
-
"maximum": 100
|
|
19025
|
+
"maxLength": 255
|
|
19031
19026
|
}
|
|
19032
19027
|
}
|
|
19033
19028
|
],
|
|
19029
|
+
"method": "post",
|
|
19030
|
+
"operationId": "sendingSendEmailBatch",
|
|
19031
|
+
"path": "/emails/send/batch",
|
|
19032
|
+
"pathParams": [],
|
|
19033
|
+
"queryParams": [],
|
|
19034
19034
|
"responseKind": "json",
|
|
19035
|
-
"requestBodyRequired":
|
|
19036
|
-
"requiredKeyKind": "
|
|
19037
|
-
"surface": "
|
|
19035
|
+
"requestBodyRequired": true,
|
|
19036
|
+
"requiredKeyKind": "sending",
|
|
19037
|
+
"surface": "sending"
|
|
19038
19038
|
},
|
|
19039
19039
|
"isESM": true,
|
|
19040
19040
|
"relativePath": [
|
|
19041
19041
|
"dist",
|
|
19042
19042
|
"commands",
|
|
19043
|
-
"
|
|
19044
|
-
"
|
|
19045
|
-
"
|
|
19043
|
+
"sending",
|
|
19044
|
+
"send",
|
|
19045
|
+
"batch.js"
|
|
19046
19046
|
]
|
|
19047
19047
|
}
|
|
19048
19048
|
},
|
|
19049
|
-
"version": "1.7.
|
|
19049
|
+
"version": "1.7.1"
|
|
19050
19050
|
}
|