@sendmux/cli 1.4.1 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +53 -7
- package/dist/agent-auth.d.ts +37 -0
- package/dist/agent-auth.d.ts.map +1 -0
- package/dist/agent-auth.js +348 -0
- package/dist/base-command.d.ts.map +1 -1
- package/dist/base-command.js +32 -4
- package/dist/commands/agent/invite-owner.d.ts +12 -0
- package/dist/commands/agent/invite-owner.d.ts.map +1 -0
- package/dist/commands/agent/invite-owner.js +36 -0
- package/dist/commands/agent/register.d.ts +16 -0
- package/dist/commands/agent/register.d.ts.map +1 -0
- package/dist/commands/agent/register.js +42 -0
- package/dist/commands/mailbox/get-connection.d.ts +26 -0
- package/dist/commands/mailbox/get-connection.d.ts.map +1 -0
- package/dist/commands/mailbox/get-connection.js +7 -0
- package/dist/commands/management/get-connection.d.ts +26 -0
- package/dist/commands/management/get-connection.d.ts.map +1 -0
- package/dist/commands/management/get-connection.js +7 -0
- package/dist/commands/profiles/list.d.ts.map +1 -1
- package/dist/commands/profiles/list.js +26 -8
- package/dist/commands/profiles/set.d.ts.map +1 -1
- package/dist/commands/profiles/set.js +12 -11
- package/dist/commands/profiles/show.d.ts.map +1 -1
- package/dist/commands/profiles/show.js +19 -7
- package/dist/commands/sending/get-connection.d.ts +26 -0
- package/dist/commands/sending/get-connection.d.ts.map +1 -0
- package/dist/commands/sending/get-connection.js +7 -0
- package/dist/generated/operations.d.ts +63 -0
- package/dist/generated/operations.d.ts.map +1 -1
- package/dist/generated/operations.js +69 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/profiles.d.ts +38 -2
- package/dist/profiles.d.ts.map +1 -1
- package/dist/profiles.js +147 -4
- package/oclif.manifest.json +744 -151
- package/package.json +5 -2
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,244 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
+
"agent:invite-owner": {
|
|
4
|
+
"aliases": [],
|
|
5
|
+
"args": {
|
|
6
|
+
"email": {
|
|
7
|
+
"description": "Owner email address.",
|
|
8
|
+
"name": "email",
|
|
9
|
+
"required": true
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"description": "Invite an owner to approve sending for an agent inbox.",
|
|
13
|
+
"flags": {
|
|
14
|
+
"json": {
|
|
15
|
+
"description": "Format output as json.",
|
|
16
|
+
"helpGroup": "GLOBAL",
|
|
17
|
+
"name": "json",
|
|
18
|
+
"allowNo": false,
|
|
19
|
+
"type": "boolean"
|
|
20
|
+
},
|
|
21
|
+
"profile": {
|
|
22
|
+
"char": "p",
|
|
23
|
+
"description": "Registered agent profile name.",
|
|
24
|
+
"name": "profile",
|
|
25
|
+
"required": true,
|
|
26
|
+
"hasDynamicHelp": false,
|
|
27
|
+
"multiple": false,
|
|
28
|
+
"type": "option"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"hasDynamicHelp": false,
|
|
32
|
+
"hiddenAliases": [],
|
|
33
|
+
"id": "agent:invite-owner",
|
|
34
|
+
"pluginAlias": "@sendmux/cli",
|
|
35
|
+
"pluginName": "@sendmux/cli",
|
|
36
|
+
"pluginType": "core",
|
|
37
|
+
"strict": true,
|
|
38
|
+
"enableJsonFlag": true,
|
|
39
|
+
"isESM": true,
|
|
40
|
+
"relativePath": [
|
|
41
|
+
"dist",
|
|
42
|
+
"commands",
|
|
43
|
+
"agent",
|
|
44
|
+
"invite-owner.js"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"agent:register": {
|
|
48
|
+
"aliases": [],
|
|
49
|
+
"args": {
|
|
50
|
+
"profile": {
|
|
51
|
+
"description": "Local profile name for the agent inbox.",
|
|
52
|
+
"name": "profile",
|
|
53
|
+
"required": true
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"description": "Register a durable agent inbox profile.",
|
|
57
|
+
"flags": {
|
|
58
|
+
"json": {
|
|
59
|
+
"description": "Format output as json.",
|
|
60
|
+
"helpGroup": "GLOBAL",
|
|
61
|
+
"name": "json",
|
|
62
|
+
"allowNo": false,
|
|
63
|
+
"type": "boolean"
|
|
64
|
+
},
|
|
65
|
+
"base-url": {
|
|
66
|
+
"description": "Sendmux app origin. Defaults to https://app.sendmux.ai.",
|
|
67
|
+
"name": "base-url",
|
|
68
|
+
"hasDynamicHelp": false,
|
|
69
|
+
"multiple": false,
|
|
70
|
+
"type": "option"
|
|
71
|
+
},
|
|
72
|
+
"client-name": {
|
|
73
|
+
"description": "Optional agent client name.",
|
|
74
|
+
"name": "client-name",
|
|
75
|
+
"hasDynamicHelp": false,
|
|
76
|
+
"multiple": false,
|
|
77
|
+
"type": "option"
|
|
78
|
+
},
|
|
79
|
+
"default": {
|
|
80
|
+
"description": "Make this the default profile.",
|
|
81
|
+
"name": "default",
|
|
82
|
+
"allowNo": false,
|
|
83
|
+
"type": "boolean"
|
|
84
|
+
},
|
|
85
|
+
"mailbox-local-part": {
|
|
86
|
+
"description": "Optional requested mailbox local part.",
|
|
87
|
+
"name": "mailbox-local-part",
|
|
88
|
+
"hasDynamicHelp": false,
|
|
89
|
+
"multiple": false,
|
|
90
|
+
"type": "option"
|
|
91
|
+
},
|
|
92
|
+
"owner-email": {
|
|
93
|
+
"description": "Invite this owner after the inbox becomes ready.",
|
|
94
|
+
"name": "owner-email",
|
|
95
|
+
"hasDynamicHelp": false,
|
|
96
|
+
"multiple": false,
|
|
97
|
+
"type": "option"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"hasDynamicHelp": false,
|
|
101
|
+
"hiddenAliases": [],
|
|
102
|
+
"id": "agent:register",
|
|
103
|
+
"pluginAlias": "@sendmux/cli",
|
|
104
|
+
"pluginName": "@sendmux/cli",
|
|
105
|
+
"pluginType": "core",
|
|
106
|
+
"strict": true,
|
|
107
|
+
"enableJsonFlag": true,
|
|
108
|
+
"isESM": true,
|
|
109
|
+
"relativePath": [
|
|
110
|
+
"dist",
|
|
111
|
+
"commands",
|
|
112
|
+
"agent",
|
|
113
|
+
"register.js"
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
"profiles:list": {
|
|
117
|
+
"aliases": [],
|
|
118
|
+
"args": {},
|
|
119
|
+
"description": "List local Sendmux CLI profiles.",
|
|
120
|
+
"flags": {
|
|
121
|
+
"json": {
|
|
122
|
+
"description": "Format output as json.",
|
|
123
|
+
"helpGroup": "GLOBAL",
|
|
124
|
+
"name": "json",
|
|
125
|
+
"allowNo": false,
|
|
126
|
+
"type": "boolean"
|
|
127
|
+
},
|
|
128
|
+
"verbose": {
|
|
129
|
+
"description": "Include masked API key prefixes.",
|
|
130
|
+
"name": "verbose",
|
|
131
|
+
"allowNo": false,
|
|
132
|
+
"type": "boolean"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"hasDynamicHelp": false,
|
|
136
|
+
"hiddenAliases": [],
|
|
137
|
+
"id": "profiles:list",
|
|
138
|
+
"pluginAlias": "@sendmux/cli",
|
|
139
|
+
"pluginName": "@sendmux/cli",
|
|
140
|
+
"pluginType": "core",
|
|
141
|
+
"strict": true,
|
|
142
|
+
"enableJsonFlag": true,
|
|
143
|
+
"isESM": true,
|
|
144
|
+
"relativePath": [
|
|
145
|
+
"dist",
|
|
146
|
+
"commands",
|
|
147
|
+
"profiles",
|
|
148
|
+
"list.js"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"profiles:set": {
|
|
152
|
+
"aliases": [],
|
|
153
|
+
"args": {
|
|
154
|
+
"name": {
|
|
155
|
+
"description": "Profile name.",
|
|
156
|
+
"name": "name",
|
|
157
|
+
"required": true
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"description": "Create or update a local Sendmux CLI profile.",
|
|
161
|
+
"flags": {
|
|
162
|
+
"json": {
|
|
163
|
+
"description": "Format output as json.",
|
|
164
|
+
"helpGroup": "GLOBAL",
|
|
165
|
+
"name": "json",
|
|
166
|
+
"allowNo": false,
|
|
167
|
+
"type": "boolean"
|
|
168
|
+
},
|
|
169
|
+
"api-key": {
|
|
170
|
+
"description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
|
|
171
|
+
"name": "api-key",
|
|
172
|
+
"required": false,
|
|
173
|
+
"hasDynamicHelp": false,
|
|
174
|
+
"multiple": false,
|
|
175
|
+
"type": "option"
|
|
176
|
+
},
|
|
177
|
+
"base-url": {
|
|
178
|
+
"description": "Optional API base URL override for this profile.",
|
|
179
|
+
"name": "base-url",
|
|
180
|
+
"hasDynamicHelp": false,
|
|
181
|
+
"multiple": false,
|
|
182
|
+
"type": "option"
|
|
183
|
+
},
|
|
184
|
+
"default": {
|
|
185
|
+
"description": "Make this the default profile.",
|
|
186
|
+
"name": "default",
|
|
187
|
+
"allowNo": false,
|
|
188
|
+
"type": "boolean"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"hasDynamicHelp": false,
|
|
192
|
+
"hiddenAliases": [],
|
|
193
|
+
"id": "profiles:set",
|
|
194
|
+
"pluginAlias": "@sendmux/cli",
|
|
195
|
+
"pluginName": "@sendmux/cli",
|
|
196
|
+
"pluginType": "core",
|
|
197
|
+
"strict": true,
|
|
198
|
+
"enableJsonFlag": true,
|
|
199
|
+
"isESM": true,
|
|
200
|
+
"relativePath": [
|
|
201
|
+
"dist",
|
|
202
|
+
"commands",
|
|
203
|
+
"profiles",
|
|
204
|
+
"set.js"
|
|
205
|
+
]
|
|
206
|
+
},
|
|
207
|
+
"profiles:show": {
|
|
208
|
+
"aliases": [],
|
|
209
|
+
"args": {
|
|
210
|
+
"name": {
|
|
211
|
+
"description": "Profile name. Defaults to the configured default profile.",
|
|
212
|
+
"name": "name",
|
|
213
|
+
"required": false
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"description": "Show a local Sendmux CLI profile without revealing its key.",
|
|
217
|
+
"flags": {
|
|
218
|
+
"json": {
|
|
219
|
+
"description": "Format output as json.",
|
|
220
|
+
"helpGroup": "GLOBAL",
|
|
221
|
+
"name": "json",
|
|
222
|
+
"allowNo": false,
|
|
223
|
+
"type": "boolean"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"hasDynamicHelp": false,
|
|
227
|
+
"hiddenAliases": [],
|
|
228
|
+
"id": "profiles:show",
|
|
229
|
+
"pluginAlias": "@sendmux/cli",
|
|
230
|
+
"pluginName": "@sendmux/cli",
|
|
231
|
+
"pluginType": "core",
|
|
232
|
+
"strict": true,
|
|
233
|
+
"enableJsonFlag": true,
|
|
234
|
+
"isESM": true,
|
|
235
|
+
"relativePath": [
|
|
236
|
+
"dist",
|
|
237
|
+
"commands",
|
|
238
|
+
"profiles",
|
|
239
|
+
"show.js"
|
|
240
|
+
]
|
|
241
|
+
},
|
|
3
242
|
"mailbox:batch-delete-messages": {
|
|
4
243
|
"aliases": [],
|
|
5
244
|
"args": {},
|
|
@@ -1659,13 +1898,173 @@
|
|
|
1659
1898
|
}
|
|
1660
1899
|
},
|
|
1661
1900
|
{
|
|
1662
|
-
"name": "mailbox_id",
|
|
1901
|
+
"name": "mailbox_id",
|
|
1902
|
+
"required": false,
|
|
1903
|
+
"schema": {
|
|
1904
|
+
"type": "string"
|
|
1905
|
+
}
|
|
1906
|
+
}
|
|
1907
|
+
],
|
|
1908
|
+
"responseKind": "json",
|
|
1909
|
+
"requestBodyRequired": false,
|
|
1910
|
+
"requiredKeyKind": "mailbox",
|
|
1911
|
+
"surface": "mailbox"
|
|
1912
|
+
},
|
|
1913
|
+
"isESM": true,
|
|
1914
|
+
"relativePath": [
|
|
1915
|
+
"dist",
|
|
1916
|
+
"commands",
|
|
1917
|
+
"mailbox",
|
|
1918
|
+
"get-changes.js"
|
|
1919
|
+
]
|
|
1920
|
+
},
|
|
1921
|
+
"mailbox:get-connection": {
|
|
1922
|
+
"aliases": [],
|
|
1923
|
+
"args": {},
|
|
1924
|
+
"description": "Get Mailbox connection",
|
|
1925
|
+
"flags": {
|
|
1926
|
+
"json": {
|
|
1927
|
+
"description": "Format output as json.",
|
|
1928
|
+
"helpGroup": "GLOBAL",
|
|
1929
|
+
"name": "json",
|
|
1930
|
+
"allowNo": false,
|
|
1931
|
+
"type": "boolean"
|
|
1932
|
+
},
|
|
1933
|
+
"api-key": {
|
|
1934
|
+
"description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
|
|
1935
|
+
"helpGroup": "GLOBAL",
|
|
1936
|
+
"name": "api-key",
|
|
1937
|
+
"hasDynamicHelp": false,
|
|
1938
|
+
"multiple": false,
|
|
1939
|
+
"type": "option"
|
|
1940
|
+
},
|
|
1941
|
+
"base-url": {
|
|
1942
|
+
"description": "Override the API base URL. Defaults to the SDK surface default or SENDMUX_BASE_URL.",
|
|
1943
|
+
"helpGroup": "GLOBAL",
|
|
1944
|
+
"name": "base-url",
|
|
1945
|
+
"hasDynamicHelp": false,
|
|
1946
|
+
"multiple": false,
|
|
1947
|
+
"type": "option"
|
|
1948
|
+
},
|
|
1949
|
+
"profile": {
|
|
1950
|
+
"char": "p",
|
|
1951
|
+
"description": "Profile name from the local Sendmux CLI config. Defaults to SENDMUX_PROFILE or the configured default profile.",
|
|
1952
|
+
"helpGroup": "GLOBAL",
|
|
1953
|
+
"name": "profile",
|
|
1954
|
+
"hasDynamicHelp": false,
|
|
1955
|
+
"multiple": false,
|
|
1956
|
+
"type": "option"
|
|
1957
|
+
},
|
|
1958
|
+
"attach": {
|
|
1959
|
+
"description": "Local file path to upload and attach to mailbox:send-message or sending:send. Repeat for multiple files.",
|
|
1960
|
+
"name": "attach",
|
|
1961
|
+
"hasDynamicHelp": false,
|
|
1962
|
+
"multiple": true,
|
|
1963
|
+
"type": "option"
|
|
1964
|
+
},
|
|
1965
|
+
"body": {
|
|
1966
|
+
"description": "JSON request body, or UTF-8 bytes for binary operations.",
|
|
1967
|
+
"name": "body",
|
|
1968
|
+
"hasDynamicHelp": false,
|
|
1969
|
+
"multiple": false,
|
|
1970
|
+
"type": "option"
|
|
1971
|
+
},
|
|
1972
|
+
"body-file": {
|
|
1973
|
+
"description": "Path to a JSON request body file, or a binary file for binary operations.",
|
|
1974
|
+
"name": "body-file",
|
|
1975
|
+
"hasDynamicHelp": false,
|
|
1976
|
+
"multiple": false,
|
|
1977
|
+
"type": "option"
|
|
1978
|
+
},
|
|
1979
|
+
"content-type": {
|
|
1980
|
+
"description": "Override the inferred Content-Type for --file or --attach.",
|
|
1981
|
+
"name": "content-type",
|
|
1982
|
+
"hasDynamicHelp": false,
|
|
1983
|
+
"multiple": false,
|
|
1984
|
+
"type": "option"
|
|
1985
|
+
},
|
|
1986
|
+
"file": {
|
|
1987
|
+
"description": "Local file path for attachment upload convenience commands.",
|
|
1988
|
+
"name": "file",
|
|
1989
|
+
"hasDynamicHelp": false,
|
|
1990
|
+
"multiple": false,
|
|
1991
|
+
"type": "option"
|
|
1992
|
+
},
|
|
1993
|
+
"header": {
|
|
1994
|
+
"description": "Header as name=value. Repeat for multiple headers.",
|
|
1995
|
+
"name": "header",
|
|
1996
|
+
"hasDynamicHelp": false,
|
|
1997
|
+
"multiple": true,
|
|
1998
|
+
"type": "option"
|
|
1999
|
+
},
|
|
2000
|
+
"idempotency-key": {
|
|
2001
|
+
"description": "Set the Idempotency-Key header.",
|
|
2002
|
+
"name": "idempotency-key",
|
|
2003
|
+
"hasDynamicHelp": false,
|
|
2004
|
+
"multiple": false,
|
|
2005
|
+
"type": "option"
|
|
2006
|
+
},
|
|
2007
|
+
"if-match": {
|
|
2008
|
+
"description": "Set the If-Match header.",
|
|
2009
|
+
"name": "if-match",
|
|
2010
|
+
"hasDynamicHelp": false,
|
|
2011
|
+
"multiple": false,
|
|
2012
|
+
"type": "option"
|
|
2013
|
+
},
|
|
2014
|
+
"if-none-match": {
|
|
2015
|
+
"description": "Set the If-None-Match header.",
|
|
2016
|
+
"name": "if-none-match",
|
|
2017
|
+
"hasDynamicHelp": false,
|
|
2018
|
+
"multiple": false,
|
|
2019
|
+
"type": "option"
|
|
2020
|
+
},
|
|
2021
|
+
"path": {
|
|
2022
|
+
"description": "Path parameter as name=value. Repeat for multiple path parameters.",
|
|
2023
|
+
"name": "path",
|
|
2024
|
+
"hasDynamicHelp": false,
|
|
2025
|
+
"multiple": true,
|
|
2026
|
+
"type": "option"
|
|
2027
|
+
},
|
|
2028
|
+
"query": {
|
|
2029
|
+
"description": "Query parameter as name=value. Repeat for multiple query parameters.",
|
|
2030
|
+
"name": "query",
|
|
2031
|
+
"hasDynamicHelp": false,
|
|
2032
|
+
"multiple": true,
|
|
2033
|
+
"type": "option"
|
|
2034
|
+
},
|
|
2035
|
+
"via-presigned": {
|
|
2036
|
+
"description": "For mailbox:upload-attachment --file, mint a short-lived upload URL and PUT the file without sending an API key.",
|
|
2037
|
+
"name": "via-presigned",
|
|
2038
|
+
"allowNo": false,
|
|
2039
|
+
"type": "boolean"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
2042
|
+
"hasDynamicHelp": false,
|
|
2043
|
+
"hiddenAliases": [],
|
|
2044
|
+
"id": "mailbox:get-connection",
|
|
2045
|
+
"pluginAlias": "@sendmux/cli",
|
|
2046
|
+
"pluginName": "@sendmux/cli",
|
|
2047
|
+
"pluginType": "core",
|
|
2048
|
+
"strict": true,
|
|
2049
|
+
"enableJsonFlag": true,
|
|
2050
|
+
"operation": {
|
|
2051
|
+
"bodyKind": "none",
|
|
2052
|
+
"command": "mailbox:get-connection",
|
|
2053
|
+
"description": "Get Mailbox connection",
|
|
2054
|
+
"headerParams": [
|
|
2055
|
+
{
|
|
2056
|
+
"name": "If-None-Match",
|
|
1663
2057
|
"required": false,
|
|
1664
2058
|
"schema": {
|
|
1665
2059
|
"type": "string"
|
|
1666
2060
|
}
|
|
1667
2061
|
}
|
|
1668
2062
|
],
|
|
2063
|
+
"method": "get",
|
|
2064
|
+
"operationId": "mailboxGetConnection",
|
|
2065
|
+
"path": "/mailbox/connection",
|
|
2066
|
+
"pathParams": [],
|
|
2067
|
+
"queryParams": [],
|
|
1669
2068
|
"responseKind": "json",
|
|
1670
2069
|
"requestBodyRequired": false,
|
|
1671
2070
|
"requiredKeyKind": "mailbox",
|
|
@@ -1676,7 +2075,7 @@
|
|
|
1676
2075
|
"dist",
|
|
1677
2076
|
"commands",
|
|
1678
2077
|
"mailbox",
|
|
1679
|
-
"get-
|
|
2078
|
+
"get-connection.js"
|
|
1680
2079
|
]
|
|
1681
2080
|
},
|
|
1682
2081
|
"mailbox:get-folder-changes": {
|
|
@@ -7782,10 +8181,10 @@
|
|
|
7782
8181
|
"get-attachment.js"
|
|
7783
8182
|
]
|
|
7784
8183
|
},
|
|
7785
|
-
"sending:get-
|
|
8184
|
+
"sending:get-connection": {
|
|
7786
8185
|
"aliases": [],
|
|
7787
8186
|
"args": {},
|
|
7788
|
-
"description": "
|
|
8187
|
+
"description": "Get Sending connection",
|
|
7789
8188
|
"flags": {
|
|
7790
8189
|
"json": {
|
|
7791
8190
|
"description": "Format output as json.",
|
|
@@ -7905,7 +8304,7 @@
|
|
|
7905
8304
|
},
|
|
7906
8305
|
"hasDynamicHelp": false,
|
|
7907
8306
|
"hiddenAliases": [],
|
|
7908
|
-
"id": "sending:get-
|
|
8307
|
+
"id": "sending:get-connection",
|
|
7909
8308
|
"pluginAlias": "@sendmux/cli",
|
|
7910
8309
|
"pluginName": "@sendmux/cli",
|
|
7911
8310
|
"pluginType": "core",
|
|
@@ -7913,8 +8312,8 @@
|
|
|
7913
8312
|
"enableJsonFlag": true,
|
|
7914
8313
|
"operation": {
|
|
7915
8314
|
"bodyKind": "none",
|
|
7916
|
-
"command": "sending:get-
|
|
7917
|
-
"description": "
|
|
8315
|
+
"command": "sending:get-connection",
|
|
8316
|
+
"description": "Get Sending connection",
|
|
7918
8317
|
"headerParams": [
|
|
7919
8318
|
{
|
|
7920
8319
|
"name": "If-None-Match",
|
|
@@ -7925,13 +8324,13 @@
|
|
|
7925
8324
|
}
|
|
7926
8325
|
],
|
|
7927
8326
|
"method": "get",
|
|
7928
|
-
"operationId": "
|
|
7929
|
-
"path": "/
|
|
8327
|
+
"operationId": "sendingGetConnection",
|
|
8328
|
+
"path": "/me",
|
|
7930
8329
|
"pathParams": [],
|
|
7931
8330
|
"queryParams": [],
|
|
7932
8331
|
"responseKind": "json",
|
|
7933
8332
|
"requestBodyRequired": false,
|
|
7934
|
-
"requiredKeyKind": "
|
|
8333
|
+
"requiredKeyKind": "sending",
|
|
7935
8334
|
"surface": "sending"
|
|
7936
8335
|
},
|
|
7937
8336
|
"isESM": true,
|
|
@@ -7939,13 +8338,13 @@
|
|
|
7939
8338
|
"dist",
|
|
7940
8339
|
"commands",
|
|
7941
8340
|
"sending",
|
|
7942
|
-
"get-
|
|
8341
|
+
"get-connection.js"
|
|
7943
8342
|
]
|
|
7944
8343
|
},
|
|
7945
|
-
"sending:
|
|
8344
|
+
"sending:get-open-api-spec": {
|
|
7946
8345
|
"aliases": [],
|
|
7947
8346
|
"args": {},
|
|
7948
|
-
"description": "
|
|
8347
|
+
"description": "OpenAPI 3.1 specification",
|
|
7949
8348
|
"flags": {
|
|
7950
8349
|
"json": {
|
|
7951
8350
|
"description": "Format output as json.",
|
|
@@ -8065,34 +8464,33 @@
|
|
|
8065
8464
|
},
|
|
8066
8465
|
"hasDynamicHelp": false,
|
|
8067
8466
|
"hiddenAliases": [],
|
|
8068
|
-
"id": "sending:
|
|
8467
|
+
"id": "sending:get-open-api-spec",
|
|
8069
8468
|
"pluginAlias": "@sendmux/cli",
|
|
8070
8469
|
"pluginName": "@sendmux/cli",
|
|
8071
8470
|
"pluginType": "core",
|
|
8072
8471
|
"strict": true,
|
|
8073
8472
|
"enableJsonFlag": true,
|
|
8074
8473
|
"operation": {
|
|
8075
|
-
"bodyKind": "
|
|
8076
|
-
"command": "sending:
|
|
8077
|
-
"description": "
|
|
8474
|
+
"bodyKind": "none",
|
|
8475
|
+
"command": "sending:get-open-api-spec",
|
|
8476
|
+
"description": "OpenAPI 3.1 specification",
|
|
8078
8477
|
"headerParams": [
|
|
8079
8478
|
{
|
|
8080
|
-
"name": "
|
|
8479
|
+
"name": "If-None-Match",
|
|
8081
8480
|
"required": false,
|
|
8082
8481
|
"schema": {
|
|
8083
|
-
"type": "string"
|
|
8084
|
-
"maxLength": 255
|
|
8482
|
+
"type": "string"
|
|
8085
8483
|
}
|
|
8086
8484
|
}
|
|
8087
8485
|
],
|
|
8088
|
-
"method": "
|
|
8089
|
-
"operationId": "
|
|
8090
|
-
"path": "/
|
|
8486
|
+
"method": "get",
|
|
8487
|
+
"operationId": "sendingGetOpenApiSpec",
|
|
8488
|
+
"path": "/openapi.json",
|
|
8091
8489
|
"pathParams": [],
|
|
8092
8490
|
"queryParams": [],
|
|
8093
8491
|
"responseKind": "json",
|
|
8094
|
-
"requestBodyRequired":
|
|
8095
|
-
"requiredKeyKind": "
|
|
8492
|
+
"requestBodyRequired": false,
|
|
8493
|
+
"requiredKeyKind": "none",
|
|
8096
8494
|
"surface": "sending"
|
|
8097
8495
|
},
|
|
8098
8496
|
"isESM": true,
|
|
@@ -8100,13 +8498,13 @@
|
|
|
8100
8498
|
"dist",
|
|
8101
8499
|
"commands",
|
|
8102
8500
|
"sending",
|
|
8103
|
-
"
|
|
8501
|
+
"get-open-api-spec.js"
|
|
8104
8502
|
]
|
|
8105
8503
|
},
|
|
8106
|
-
"sending:
|
|
8504
|
+
"sending:send": {
|
|
8107
8505
|
"aliases": [],
|
|
8108
8506
|
"args": {},
|
|
8109
|
-
"description": "
|
|
8507
|
+
"description": "Send a single email",
|
|
8110
8508
|
"flags": {
|
|
8111
8509
|
"json": {
|
|
8112
8510
|
"description": "Format output as json.",
|
|
@@ -8226,16 +8624,16 @@
|
|
|
8226
8624
|
},
|
|
8227
8625
|
"hasDynamicHelp": false,
|
|
8228
8626
|
"hiddenAliases": [],
|
|
8229
|
-
"id": "sending:
|
|
8627
|
+
"id": "sending:send",
|
|
8230
8628
|
"pluginAlias": "@sendmux/cli",
|
|
8231
8629
|
"pluginName": "@sendmux/cli",
|
|
8232
8630
|
"pluginType": "core",
|
|
8233
8631
|
"strict": true,
|
|
8234
8632
|
"enableJsonFlag": true,
|
|
8235
8633
|
"operation": {
|
|
8236
|
-
"bodyKind": "
|
|
8237
|
-
"command": "sending:
|
|
8238
|
-
"description": "
|
|
8634
|
+
"bodyKind": "json",
|
|
8635
|
+
"command": "sending:send",
|
|
8636
|
+
"description": "Send a single email",
|
|
8239
8637
|
"headerParams": [
|
|
8240
8638
|
{
|
|
8241
8639
|
"name": "Idempotency-Key",
|
|
@@ -8244,39 +8642,13 @@
|
|
|
8244
8642
|
"type": "string",
|
|
8245
8643
|
"maxLength": 255
|
|
8246
8644
|
}
|
|
8247
|
-
},
|
|
8248
|
-
{
|
|
8249
|
-
"name": "Content-Length",
|
|
8250
|
-
"required": true,
|
|
8251
|
-
"schema": {
|
|
8252
|
-
"type": "integer",
|
|
8253
|
-
"minimum": 1
|
|
8254
|
-
}
|
|
8255
8645
|
}
|
|
8256
8646
|
],
|
|
8257
8647
|
"method": "post",
|
|
8258
|
-
"operationId": "
|
|
8259
|
-
"path": "/emails/
|
|
8648
|
+
"operationId": "sendingSendEmail",
|
|
8649
|
+
"path": "/emails/send",
|
|
8260
8650
|
"pathParams": [],
|
|
8261
|
-
"queryParams": [
|
|
8262
|
-
{
|
|
8263
|
-
"name": "filename",
|
|
8264
|
-
"required": true,
|
|
8265
|
-
"schema": {
|
|
8266
|
-
"type": "string",
|
|
8267
|
-
"minLength": 1,
|
|
8268
|
-
"maxLength": 255
|
|
8269
|
-
}
|
|
8270
|
-
},
|
|
8271
|
-
{
|
|
8272
|
-
"name": "content_type",
|
|
8273
|
-
"required": false,
|
|
8274
|
-
"schema": {
|
|
8275
|
-
"type": "string",
|
|
8276
|
-
"maxLength": 255
|
|
8277
|
-
}
|
|
8278
|
-
}
|
|
8279
|
-
],
|
|
8651
|
+
"queryParams": [],
|
|
8280
8652
|
"responseKind": "json",
|
|
8281
8653
|
"requestBodyRequired": true,
|
|
8282
8654
|
"requiredKeyKind": "sending",
|
|
@@ -8287,54 +8659,13 @@
|
|
|
8287
8659
|
"dist",
|
|
8288
8660
|
"commands",
|
|
8289
8661
|
"sending",
|
|
8290
|
-
"
|
|
8662
|
+
"send.js"
|
|
8291
8663
|
]
|
|
8292
8664
|
},
|
|
8293
|
-
"
|
|
8665
|
+
"sending:upload-attachment": {
|
|
8294
8666
|
"aliases": [],
|
|
8295
8667
|
"args": {},
|
|
8296
|
-
"description": "
|
|
8297
|
-
"flags": {
|
|
8298
|
-
"json": {
|
|
8299
|
-
"description": "Format output as json.",
|
|
8300
|
-
"helpGroup": "GLOBAL",
|
|
8301
|
-
"name": "json",
|
|
8302
|
-
"allowNo": false,
|
|
8303
|
-
"type": "boolean"
|
|
8304
|
-
},
|
|
8305
|
-
"verbose": {
|
|
8306
|
-
"description": "Include masked API key prefixes.",
|
|
8307
|
-
"name": "verbose",
|
|
8308
|
-
"allowNo": false,
|
|
8309
|
-
"type": "boolean"
|
|
8310
|
-
}
|
|
8311
|
-
},
|
|
8312
|
-
"hasDynamicHelp": false,
|
|
8313
|
-
"hiddenAliases": [],
|
|
8314
|
-
"id": "profiles:list",
|
|
8315
|
-
"pluginAlias": "@sendmux/cli",
|
|
8316
|
-
"pluginName": "@sendmux/cli",
|
|
8317
|
-
"pluginType": "core",
|
|
8318
|
-
"strict": true,
|
|
8319
|
-
"enableJsonFlag": true,
|
|
8320
|
-
"isESM": true,
|
|
8321
|
-
"relativePath": [
|
|
8322
|
-
"dist",
|
|
8323
|
-
"commands",
|
|
8324
|
-
"profiles",
|
|
8325
|
-
"list.js"
|
|
8326
|
-
]
|
|
8327
|
-
},
|
|
8328
|
-
"profiles:set": {
|
|
8329
|
-
"aliases": [],
|
|
8330
|
-
"args": {
|
|
8331
|
-
"name": {
|
|
8332
|
-
"description": "Profile name.",
|
|
8333
|
-
"name": "name",
|
|
8334
|
-
"required": true
|
|
8335
|
-
}
|
|
8336
|
-
},
|
|
8337
|
-
"description": "Create or update a local Sendmux CLI profile.",
|
|
8668
|
+
"description": "Upload an attachment",
|
|
8338
8669
|
"flags": {
|
|
8339
8670
|
"json": {
|
|
8340
8671
|
"description": "Format output as json.",
|
|
@@ -8345,75 +8676,177 @@
|
|
|
8345
8676
|
},
|
|
8346
8677
|
"api-key": {
|
|
8347
8678
|
"description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
|
|
8679
|
+
"helpGroup": "GLOBAL",
|
|
8348
8680
|
"name": "api-key",
|
|
8349
|
-
"required": false,
|
|
8350
8681
|
"hasDynamicHelp": false,
|
|
8351
8682
|
"multiple": false,
|
|
8352
8683
|
"type": "option"
|
|
8353
8684
|
},
|
|
8354
|
-
"base-url": {
|
|
8355
|
-
"description": "
|
|
8356
|
-
"
|
|
8685
|
+
"base-url": {
|
|
8686
|
+
"description": "Override the API base URL. Defaults to the SDK surface default or SENDMUX_BASE_URL.",
|
|
8687
|
+
"helpGroup": "GLOBAL",
|
|
8688
|
+
"name": "base-url",
|
|
8689
|
+
"hasDynamicHelp": false,
|
|
8690
|
+
"multiple": false,
|
|
8691
|
+
"type": "option"
|
|
8692
|
+
},
|
|
8693
|
+
"profile": {
|
|
8694
|
+
"char": "p",
|
|
8695
|
+
"description": "Profile name from the local Sendmux CLI config. Defaults to SENDMUX_PROFILE or the configured default profile.",
|
|
8696
|
+
"helpGroup": "GLOBAL",
|
|
8697
|
+
"name": "profile",
|
|
8698
|
+
"hasDynamicHelp": false,
|
|
8699
|
+
"multiple": false,
|
|
8700
|
+
"type": "option"
|
|
8701
|
+
},
|
|
8702
|
+
"attach": {
|
|
8703
|
+
"description": "Local file path to upload and attach to mailbox:send-message or sending:send. Repeat for multiple files.",
|
|
8704
|
+
"name": "attach",
|
|
8705
|
+
"hasDynamicHelp": false,
|
|
8706
|
+
"multiple": true,
|
|
8707
|
+
"type": "option"
|
|
8708
|
+
},
|
|
8709
|
+
"body": {
|
|
8710
|
+
"description": "JSON request body, or UTF-8 bytes for binary operations.",
|
|
8711
|
+
"name": "body",
|
|
8712
|
+
"hasDynamicHelp": false,
|
|
8713
|
+
"multiple": false,
|
|
8714
|
+
"type": "option"
|
|
8715
|
+
},
|
|
8716
|
+
"body-file": {
|
|
8717
|
+
"description": "Path to a JSON request body file, or a binary file for binary operations.",
|
|
8718
|
+
"name": "body-file",
|
|
8719
|
+
"hasDynamicHelp": false,
|
|
8720
|
+
"multiple": false,
|
|
8721
|
+
"type": "option"
|
|
8722
|
+
},
|
|
8723
|
+
"content-type": {
|
|
8724
|
+
"description": "Override the inferred Content-Type for --file or --attach.",
|
|
8725
|
+
"name": "content-type",
|
|
8726
|
+
"hasDynamicHelp": false,
|
|
8727
|
+
"multiple": false,
|
|
8728
|
+
"type": "option"
|
|
8729
|
+
},
|
|
8730
|
+
"file": {
|
|
8731
|
+
"description": "Local file path for attachment upload convenience commands.",
|
|
8732
|
+
"name": "file",
|
|
8733
|
+
"hasDynamicHelp": false,
|
|
8734
|
+
"multiple": false,
|
|
8735
|
+
"type": "option"
|
|
8736
|
+
},
|
|
8737
|
+
"header": {
|
|
8738
|
+
"description": "Header as name=value. Repeat for multiple headers.",
|
|
8739
|
+
"name": "header",
|
|
8740
|
+
"hasDynamicHelp": false,
|
|
8741
|
+
"multiple": true,
|
|
8742
|
+
"type": "option"
|
|
8743
|
+
},
|
|
8744
|
+
"idempotency-key": {
|
|
8745
|
+
"description": "Set the Idempotency-Key header.",
|
|
8746
|
+
"name": "idempotency-key",
|
|
8747
|
+
"hasDynamicHelp": false,
|
|
8748
|
+
"multiple": false,
|
|
8749
|
+
"type": "option"
|
|
8750
|
+
},
|
|
8751
|
+
"if-match": {
|
|
8752
|
+
"description": "Set the If-Match header.",
|
|
8753
|
+
"name": "if-match",
|
|
8754
|
+
"hasDynamicHelp": false,
|
|
8755
|
+
"multiple": false,
|
|
8756
|
+
"type": "option"
|
|
8757
|
+
},
|
|
8758
|
+
"if-none-match": {
|
|
8759
|
+
"description": "Set the If-None-Match header.",
|
|
8760
|
+
"name": "if-none-match",
|
|
8761
|
+
"hasDynamicHelp": false,
|
|
8762
|
+
"multiple": false,
|
|
8763
|
+
"type": "option"
|
|
8764
|
+
},
|
|
8765
|
+
"path": {
|
|
8766
|
+
"description": "Path parameter as name=value. Repeat for multiple path parameters.",
|
|
8767
|
+
"name": "path",
|
|
8768
|
+
"hasDynamicHelp": false,
|
|
8769
|
+
"multiple": true,
|
|
8770
|
+
"type": "option"
|
|
8771
|
+
},
|
|
8772
|
+
"query": {
|
|
8773
|
+
"description": "Query parameter as name=value. Repeat for multiple query parameters.",
|
|
8774
|
+
"name": "query",
|
|
8357
8775
|
"hasDynamicHelp": false,
|
|
8358
|
-
"multiple":
|
|
8776
|
+
"multiple": true,
|
|
8359
8777
|
"type": "option"
|
|
8360
8778
|
},
|
|
8361
|
-
"
|
|
8362
|
-
"description": "
|
|
8363
|
-
"name": "
|
|
8779
|
+
"via-presigned": {
|
|
8780
|
+
"description": "For mailbox:upload-attachment --file, mint a short-lived upload URL and PUT the file without sending an API key.",
|
|
8781
|
+
"name": "via-presigned",
|
|
8364
8782
|
"allowNo": false,
|
|
8365
8783
|
"type": "boolean"
|
|
8366
8784
|
}
|
|
8367
8785
|
},
|
|
8368
8786
|
"hasDynamicHelp": false,
|
|
8369
8787
|
"hiddenAliases": [],
|
|
8370
|
-
"id": "
|
|
8788
|
+
"id": "sending:upload-attachment",
|
|
8371
8789
|
"pluginAlias": "@sendmux/cli",
|
|
8372
8790
|
"pluginName": "@sendmux/cli",
|
|
8373
8791
|
"pluginType": "core",
|
|
8374
8792
|
"strict": true,
|
|
8375
8793
|
"enableJsonFlag": true,
|
|
8376
|
-
"
|
|
8377
|
-
|
|
8378
|
-
"
|
|
8379
|
-
"
|
|
8380
|
-
"
|
|
8381
|
-
|
|
8382
|
-
|
|
8383
|
-
|
|
8384
|
-
|
|
8385
|
-
|
|
8386
|
-
|
|
8387
|
-
|
|
8388
|
-
|
|
8389
|
-
|
|
8390
|
-
|
|
8391
|
-
|
|
8392
|
-
|
|
8393
|
-
|
|
8394
|
-
|
|
8395
|
-
|
|
8396
|
-
|
|
8397
|
-
|
|
8398
|
-
|
|
8399
|
-
|
|
8400
|
-
|
|
8401
|
-
|
|
8794
|
+
"operation": {
|
|
8795
|
+
"bodyKind": "binary",
|
|
8796
|
+
"command": "sending:upload-attachment",
|
|
8797
|
+
"description": "Upload an attachment",
|
|
8798
|
+
"headerParams": [
|
|
8799
|
+
{
|
|
8800
|
+
"name": "Idempotency-Key",
|
|
8801
|
+
"required": false,
|
|
8802
|
+
"schema": {
|
|
8803
|
+
"type": "string",
|
|
8804
|
+
"maxLength": 255
|
|
8805
|
+
}
|
|
8806
|
+
},
|
|
8807
|
+
{
|
|
8808
|
+
"name": "Content-Length",
|
|
8809
|
+
"required": true,
|
|
8810
|
+
"schema": {
|
|
8811
|
+
"type": "integer",
|
|
8812
|
+
"minimum": 1
|
|
8813
|
+
}
|
|
8814
|
+
}
|
|
8815
|
+
],
|
|
8816
|
+
"method": "post",
|
|
8817
|
+
"operationId": "sendingUploadAttachment",
|
|
8818
|
+
"path": "/emails/attachments",
|
|
8819
|
+
"pathParams": [],
|
|
8820
|
+
"queryParams": [
|
|
8821
|
+
{
|
|
8822
|
+
"name": "filename",
|
|
8823
|
+
"required": true,
|
|
8824
|
+
"schema": {
|
|
8825
|
+
"type": "string",
|
|
8826
|
+
"minLength": 1,
|
|
8827
|
+
"maxLength": 255
|
|
8828
|
+
}
|
|
8829
|
+
},
|
|
8830
|
+
{
|
|
8831
|
+
"name": "content_type",
|
|
8832
|
+
"required": false,
|
|
8833
|
+
"schema": {
|
|
8834
|
+
"type": "string",
|
|
8835
|
+
"maxLength": 255
|
|
8836
|
+
}
|
|
8837
|
+
}
|
|
8838
|
+
],
|
|
8839
|
+
"responseKind": "json",
|
|
8840
|
+
"requestBodyRequired": true,
|
|
8841
|
+
"requiredKeyKind": "sending",
|
|
8842
|
+
"surface": "sending"
|
|
8402
8843
|
},
|
|
8403
|
-
"hasDynamicHelp": false,
|
|
8404
|
-
"hiddenAliases": [],
|
|
8405
|
-
"id": "profiles:show",
|
|
8406
|
-
"pluginAlias": "@sendmux/cli",
|
|
8407
|
-
"pluginName": "@sendmux/cli",
|
|
8408
|
-
"pluginType": "core",
|
|
8409
|
-
"strict": true,
|
|
8410
|
-
"enableJsonFlag": true,
|
|
8411
8844
|
"isESM": true,
|
|
8412
8845
|
"relativePath": [
|
|
8413
8846
|
"dist",
|
|
8414
8847
|
"commands",
|
|
8415
|
-
"
|
|
8416
|
-
"
|
|
8848
|
+
"sending",
|
|
8849
|
+
"upload-attachment.js"
|
|
8417
8850
|
]
|
|
8418
8851
|
},
|
|
8419
8852
|
"management:activate-provider": {
|
|
@@ -10855,6 +11288,166 @@
|
|
|
10855
11288
|
"delete-webhook.js"
|
|
10856
11289
|
]
|
|
10857
11290
|
},
|
|
11291
|
+
"management:get-connection": {
|
|
11292
|
+
"aliases": [],
|
|
11293
|
+
"args": {},
|
|
11294
|
+
"description": "Get Management connection",
|
|
11295
|
+
"flags": {
|
|
11296
|
+
"json": {
|
|
11297
|
+
"description": "Format output as json.",
|
|
11298
|
+
"helpGroup": "GLOBAL",
|
|
11299
|
+
"name": "json",
|
|
11300
|
+
"allowNo": false,
|
|
11301
|
+
"type": "boolean"
|
|
11302
|
+
},
|
|
11303
|
+
"api-key": {
|
|
11304
|
+
"description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
|
|
11305
|
+
"helpGroup": "GLOBAL",
|
|
11306
|
+
"name": "api-key",
|
|
11307
|
+
"hasDynamicHelp": false,
|
|
11308
|
+
"multiple": false,
|
|
11309
|
+
"type": "option"
|
|
11310
|
+
},
|
|
11311
|
+
"base-url": {
|
|
11312
|
+
"description": "Override the API base URL. Defaults to the SDK surface default or SENDMUX_BASE_URL.",
|
|
11313
|
+
"helpGroup": "GLOBAL",
|
|
11314
|
+
"name": "base-url",
|
|
11315
|
+
"hasDynamicHelp": false,
|
|
11316
|
+
"multiple": false,
|
|
11317
|
+
"type": "option"
|
|
11318
|
+
},
|
|
11319
|
+
"profile": {
|
|
11320
|
+
"char": "p",
|
|
11321
|
+
"description": "Profile name from the local Sendmux CLI config. Defaults to SENDMUX_PROFILE or the configured default profile.",
|
|
11322
|
+
"helpGroup": "GLOBAL",
|
|
11323
|
+
"name": "profile",
|
|
11324
|
+
"hasDynamicHelp": false,
|
|
11325
|
+
"multiple": false,
|
|
11326
|
+
"type": "option"
|
|
11327
|
+
},
|
|
11328
|
+
"attach": {
|
|
11329
|
+
"description": "Local file path to upload and attach to mailbox:send-message or sending:send. Repeat for multiple files.",
|
|
11330
|
+
"name": "attach",
|
|
11331
|
+
"hasDynamicHelp": false,
|
|
11332
|
+
"multiple": true,
|
|
11333
|
+
"type": "option"
|
|
11334
|
+
},
|
|
11335
|
+
"body": {
|
|
11336
|
+
"description": "JSON request body, or UTF-8 bytes for binary operations.",
|
|
11337
|
+
"name": "body",
|
|
11338
|
+
"hasDynamicHelp": false,
|
|
11339
|
+
"multiple": false,
|
|
11340
|
+
"type": "option"
|
|
11341
|
+
},
|
|
11342
|
+
"body-file": {
|
|
11343
|
+
"description": "Path to a JSON request body file, or a binary file for binary operations.",
|
|
11344
|
+
"name": "body-file",
|
|
11345
|
+
"hasDynamicHelp": false,
|
|
11346
|
+
"multiple": false,
|
|
11347
|
+
"type": "option"
|
|
11348
|
+
},
|
|
11349
|
+
"content-type": {
|
|
11350
|
+
"description": "Override the inferred Content-Type for --file or --attach.",
|
|
11351
|
+
"name": "content-type",
|
|
11352
|
+
"hasDynamicHelp": false,
|
|
11353
|
+
"multiple": false,
|
|
11354
|
+
"type": "option"
|
|
11355
|
+
},
|
|
11356
|
+
"file": {
|
|
11357
|
+
"description": "Local file path for attachment upload convenience commands.",
|
|
11358
|
+
"name": "file",
|
|
11359
|
+
"hasDynamicHelp": false,
|
|
11360
|
+
"multiple": false,
|
|
11361
|
+
"type": "option"
|
|
11362
|
+
},
|
|
11363
|
+
"header": {
|
|
11364
|
+
"description": "Header as name=value. Repeat for multiple headers.",
|
|
11365
|
+
"name": "header",
|
|
11366
|
+
"hasDynamicHelp": false,
|
|
11367
|
+
"multiple": true,
|
|
11368
|
+
"type": "option"
|
|
11369
|
+
},
|
|
11370
|
+
"idempotency-key": {
|
|
11371
|
+
"description": "Set the Idempotency-Key header.",
|
|
11372
|
+
"name": "idempotency-key",
|
|
11373
|
+
"hasDynamicHelp": false,
|
|
11374
|
+
"multiple": false,
|
|
11375
|
+
"type": "option"
|
|
11376
|
+
},
|
|
11377
|
+
"if-match": {
|
|
11378
|
+
"description": "Set the If-Match header.",
|
|
11379
|
+
"name": "if-match",
|
|
11380
|
+
"hasDynamicHelp": false,
|
|
11381
|
+
"multiple": false,
|
|
11382
|
+
"type": "option"
|
|
11383
|
+
},
|
|
11384
|
+
"if-none-match": {
|
|
11385
|
+
"description": "Set the If-None-Match header.",
|
|
11386
|
+
"name": "if-none-match",
|
|
11387
|
+
"hasDynamicHelp": false,
|
|
11388
|
+
"multiple": false,
|
|
11389
|
+
"type": "option"
|
|
11390
|
+
},
|
|
11391
|
+
"path": {
|
|
11392
|
+
"description": "Path parameter as name=value. Repeat for multiple path parameters.",
|
|
11393
|
+
"name": "path",
|
|
11394
|
+
"hasDynamicHelp": false,
|
|
11395
|
+
"multiple": true,
|
|
11396
|
+
"type": "option"
|
|
11397
|
+
},
|
|
11398
|
+
"query": {
|
|
11399
|
+
"description": "Query parameter as name=value. Repeat for multiple query parameters.",
|
|
11400
|
+
"name": "query",
|
|
11401
|
+
"hasDynamicHelp": false,
|
|
11402
|
+
"multiple": true,
|
|
11403
|
+
"type": "option"
|
|
11404
|
+
},
|
|
11405
|
+
"via-presigned": {
|
|
11406
|
+
"description": "For mailbox:upload-attachment --file, mint a short-lived upload URL and PUT the file without sending an API key.",
|
|
11407
|
+
"name": "via-presigned",
|
|
11408
|
+
"allowNo": false,
|
|
11409
|
+
"type": "boolean"
|
|
11410
|
+
}
|
|
11411
|
+
},
|
|
11412
|
+
"hasDynamicHelp": false,
|
|
11413
|
+
"hiddenAliases": [],
|
|
11414
|
+
"id": "management:get-connection",
|
|
11415
|
+
"pluginAlias": "@sendmux/cli",
|
|
11416
|
+
"pluginName": "@sendmux/cli",
|
|
11417
|
+
"pluginType": "core",
|
|
11418
|
+
"strict": true,
|
|
11419
|
+
"enableJsonFlag": true,
|
|
11420
|
+
"operation": {
|
|
11421
|
+
"bodyKind": "none",
|
|
11422
|
+
"command": "management:get-connection",
|
|
11423
|
+
"description": "Get Management connection",
|
|
11424
|
+
"headerParams": [
|
|
11425
|
+
{
|
|
11426
|
+
"name": "If-None-Match",
|
|
11427
|
+
"required": false,
|
|
11428
|
+
"schema": {
|
|
11429
|
+
"type": "string"
|
|
11430
|
+
}
|
|
11431
|
+
}
|
|
11432
|
+
],
|
|
11433
|
+
"method": "get",
|
|
11434
|
+
"operationId": "managementGetConnection",
|
|
11435
|
+
"path": "/me",
|
|
11436
|
+
"pathParams": [],
|
|
11437
|
+
"queryParams": [],
|
|
11438
|
+
"responseKind": "json",
|
|
11439
|
+
"requestBodyRequired": false,
|
|
11440
|
+
"requiredKeyKind": "root",
|
|
11441
|
+
"surface": "management"
|
|
11442
|
+
},
|
|
11443
|
+
"isESM": true,
|
|
11444
|
+
"relativePath": [
|
|
11445
|
+
"dist",
|
|
11446
|
+
"commands",
|
|
11447
|
+
"management",
|
|
11448
|
+
"get-connection.js"
|
|
11449
|
+
]
|
|
11450
|
+
},
|
|
10858
11451
|
"management:get-delivery-payload": {
|
|
10859
11452
|
"aliases": [],
|
|
10860
11453
|
"args": {},
|
|
@@ -18362,5 +18955,5 @@
|
|
|
18362
18955
|
]
|
|
18363
18956
|
}
|
|
18364
18957
|
},
|
|
18365
|
-
"version": "1.
|
|
18958
|
+
"version": "1.5.0"
|
|
18366
18959
|
}
|