@wspc/cli 0.0.11 → 0.0.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wspc/cli",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Official TypeScript SDK and CLI for wspc (https://wspc.ai)",
5
5
  "type": "module",
6
6
  "bin": {
package/spec/openapi.json CHANGED
@@ -15617,7 +15617,7 @@
15617
15617
  {
15618
15618
  "lang": "bash",
15619
15619
  "label": "wspc CLI",
15620
- "source": "wspc email domain add mail.example.com"
15620
+ "source": "wspc domain add mail.example.com"
15621
15621
  }
15622
15622
  ],
15623
15623
  "requestBody": {
@@ -15965,7 +15965,7 @@
15965
15965
  {
15966
15966
  "lang": "bash",
15967
15967
  "label": "wspc CLI",
15968
- "source": "wspc email domain ls"
15968
+ "source": "wspc domain ls"
15969
15969
  }
15970
15970
  ],
15971
15971
  "responses": {
@@ -16989,7 +16989,7 @@
16989
16989
  {
16990
16990
  "lang": "bash",
16991
16991
  "label": "wspc CLI",
16992
- "source": "wspc email domain show mail.example.com"
16992
+ "source": "wspc domain show mail.example.com"
16993
16993
  }
16994
16994
  ],
16995
16995
  "parameters": [
@@ -19701,7 +19701,7 @@
19701
19701
  {
19702
19702
  "lang": "bash",
19703
19703
  "label": "wspc CLI",
19704
- "source": "wspc email domain verify mail.example.com"
19704
+ "source": "wspc domain verify mail.example.com"
19705
19705
  }
19706
19706
  ],
19707
19707
  "parameters": [
@@ -32609,11 +32609,11 @@
32609
32609
  },
32610
32610
  {
32611
32611
  "name": "EmailAliases",
32612
- "description": "User-managed @wspc.app email aliases that route inbound mail to the user's inbox."
32612
+ "description": "User-managed platform-domain or fully verified custom-domain email aliases that route inbound mail to the user's inbox."
32613
32613
  },
32614
32614
  {
32615
32615
  "name": "EmailDomains",
32616
- "description": "EmailDomains endpoints."
32616
+ "description": "Organization-managed custom email domains, including DNS verification records and cached provider status."
32617
32617
  },
32618
32618
  {
32619
32619
  "name": "Emails",