@wspc/cli 0.0.19 → 0.0.20
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/dist/cli.js +27 -41
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/spec/openapi.json +4 -34
package/package.json
CHANGED
package/spec/openapi.json
CHANGED
|
@@ -1868,22 +1868,6 @@
|
|
|
1868
1868
|
"type": "string",
|
|
1869
1869
|
"description": "Materialized `References` header for threaded replies."
|
|
1870
1870
|
},
|
|
1871
|
-
"provider": {
|
|
1872
|
-
"type": "string",
|
|
1873
|
-
"enum": [
|
|
1874
|
-
"cloudflare-email-service",
|
|
1875
|
-
"pete-mail"
|
|
1876
|
-
],
|
|
1877
|
-
"description": "Send provider used for this outbound email."
|
|
1878
|
-
},
|
|
1879
|
-
"provider_message_id": {
|
|
1880
|
-
"type": "string",
|
|
1881
|
-
"description": "Provider-side message id (after successful submission)."
|
|
1882
|
-
},
|
|
1883
|
-
"request_hash": {
|
|
1884
|
-
"type": "string",
|
|
1885
|
-
"description": "Hash of the canonicalized request body — used to enforce idempotency."
|
|
1886
|
-
},
|
|
1887
1871
|
"status": {
|
|
1888
1872
|
"type": "string",
|
|
1889
1873
|
"enum": [
|
|
@@ -1893,14 +1877,6 @@
|
|
|
1893
1877
|
],
|
|
1894
1878
|
"description": "Lifecycle status. `submitted`: the row is persisted; provider call is in flight. `sent`: provider accepted the message. `failed`: provider rejected; see `error_code`/`error_message`."
|
|
1895
1879
|
},
|
|
1896
|
-
"error_code": {
|
|
1897
|
-
"type": "string",
|
|
1898
|
-
"description": "Provider error code on `status: failed`."
|
|
1899
|
-
},
|
|
1900
|
-
"error_message": {
|
|
1901
|
-
"type": "string",
|
|
1902
|
-
"description": "Provider error message on `status: failed`."
|
|
1903
|
-
},
|
|
1904
1880
|
"idempotency_key": {
|
|
1905
1881
|
"type": "string",
|
|
1906
1882
|
"description": "Echo of the idempotency key used for this send."
|
|
@@ -1932,8 +1908,6 @@
|
|
|
1932
1908
|
"to",
|
|
1933
1909
|
"text_body",
|
|
1934
1910
|
"message_id",
|
|
1935
|
-
"provider",
|
|
1936
|
-
"request_hash",
|
|
1937
1911
|
"status",
|
|
1938
1912
|
"idempotency_key",
|
|
1939
1913
|
"attachment_count",
|
|
@@ -20305,8 +20279,6 @@
|
|
|
20305
20279
|
"subject": "Welcome to WSPC",
|
|
20306
20280
|
"text_body": "Hi Alice — welcome aboard.",
|
|
20307
20281
|
"message_id": "<01HW3K4N9V5G6Z8C2Q7B1Y0M3G@wspc.app>",
|
|
20308
|
-
"provider": "cloudflare-email-service",
|
|
20309
|
-
"request_hash": "sha256:abc...",
|
|
20310
20282
|
"status": "sent",
|
|
20311
20283
|
"idempotency_key": "retry-20260601-001",
|
|
20312
20284
|
"submitted_at": 1748736000500,
|
|
@@ -20331,8 +20303,6 @@
|
|
|
20331
20303
|
"subject": "Welcome to WSPC",
|
|
20332
20304
|
"text_body": "Hi Alice — welcome aboard.",
|
|
20333
20305
|
"message_id": "<01HW3K4N9V5G6Z8C2Q7B1Y0M3G@wspc.app>",
|
|
20334
|
-
"provider": "cloudflare-email-service",
|
|
20335
|
-
"request_hash": "sha256:abc...",
|
|
20336
20306
|
"status": "sent",
|
|
20337
20307
|
"idempotency_key": "retry-20260601-001",
|
|
20338
20308
|
"submitted_at": 1748736000500,
|
|
@@ -21010,10 +20980,10 @@
|
|
|
21010
20980
|
"name": "x-cb-push",
|
|
21011
20981
|
"in": "header",
|
|
21012
20982
|
"required": false,
|
|
20983
|
+
"description": "Optional opaque consistency bookmark returned by a previous push response. Send it back unchanged to continue read-after-write consistency.",
|
|
21013
20984
|
"schema": {
|
|
21014
20985
|
"type": "string"
|
|
21015
20986
|
},
|
|
21016
|
-
"description": "Optional opaque consistency bookmark returned by a previous push response. Send it back unchanged to continue read-after-write consistency.",
|
|
21017
20987
|
"example": "opaque-consistency-bookmark"
|
|
21018
20988
|
},
|
|
21019
20989
|
{
|
|
@@ -21296,10 +21266,10 @@
|
|
|
21296
21266
|
"name": "x-cb-push",
|
|
21297
21267
|
"in": "header",
|
|
21298
21268
|
"required": false,
|
|
21269
|
+
"description": "Optional opaque consistency bookmark returned by a previous push response. Send it back unchanged to continue read-after-write consistency.",
|
|
21299
21270
|
"schema": {
|
|
21300
21271
|
"type": "string"
|
|
21301
21272
|
},
|
|
21302
|
-
"description": "Optional opaque consistency bookmark returned by a previous push response. Send it back unchanged to continue read-after-write consistency.",
|
|
21303
21273
|
"example": "opaque-consistency-bookmark"
|
|
21304
21274
|
}
|
|
21305
21275
|
],
|
|
@@ -21627,10 +21597,10 @@
|
|
|
21627
21597
|
"name": "x-cb-push",
|
|
21628
21598
|
"in": "header",
|
|
21629
21599
|
"required": false,
|
|
21600
|
+
"description": "Optional opaque consistency bookmark returned by a previous push response. Send it back unchanged to continue read-after-write consistency.",
|
|
21630
21601
|
"schema": {
|
|
21631
21602
|
"type": "string"
|
|
21632
21603
|
},
|
|
21633
|
-
"description": "Optional opaque consistency bookmark returned by a previous push response. Send it back unchanged to continue read-after-write consistency.",
|
|
21634
21604
|
"example": "opaque-consistency-bookmark"
|
|
21635
21605
|
}
|
|
21636
21606
|
],
|
|
@@ -21932,10 +21902,10 @@
|
|
|
21932
21902
|
"name": "x-cb-push",
|
|
21933
21903
|
"in": "header",
|
|
21934
21904
|
"required": false,
|
|
21905
|
+
"description": "Optional opaque consistency bookmark returned by a previous push response. Send it back unchanged to continue read-after-write consistency.",
|
|
21935
21906
|
"schema": {
|
|
21936
21907
|
"type": "string"
|
|
21937
21908
|
},
|
|
21938
|
-
"description": "Optional opaque consistency bookmark returned by a previous push response. Send it back unchanged to continue read-after-write consistency.",
|
|
21939
21909
|
"example": "opaque-consistency-bookmark"
|
|
21940
21910
|
}
|
|
21941
21911
|
],
|