@shipstatic/ship 2.6.1 → 2.6.2
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/THIRD-PARTY-LICENSES.md +1 -1
- package/dist/browser.d.ts +5 -4
- package/dist/browser.js.map +1 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -1221,9 +1221,10 @@ declare const SIGN_IN_RETURN_PARAM = "signing-in";
|
|
|
1221
1221
|
* How a request (or recorded activity) was authorized.
|
|
1222
1222
|
*
|
|
1223
1223
|
* Client populations: `SESSION` (first-party cookie), `API_KEY` (`ship-`
|
|
1224
|
-
* key), `TOKEN` (`deploy-` deploy token), `AGENT` (anonymous
|
|
1225
|
-
*
|
|
1226
|
-
*
|
|
1224
|
+
* key), `TOKEN` (`deploy-` deploy token), `AGENT` (anonymous, no credential:
|
|
1225
|
+
* public deploys are granted the public-account identity per request, and a
|
|
1226
|
+
* captcha-verified share-link setup open audits as this population),
|
|
1227
|
+
* `OAUTH` (delegated access token). The one server population:
|
|
1227
1228
|
* `SYSTEM` (scheduled/background jobs). Webhook receipt is deliberately not
|
|
1228
1229
|
* a population: a signed delivery is verified, never authorized — it acts
|
|
1229
1230
|
* as no one and audits as no one.
|
|
@@ -1972,7 +1973,7 @@ interface BillingSyncResponse {
|
|
|
1972
1973
|
* keeps no IP address. Activity from deploys made without an account ages
|
|
1973
1974
|
* out sooner, and deleting an account removes its rows outright, at any age.
|
|
1974
1975
|
*/
|
|
1975
|
-
type ActivityEvent = 'account.create' | 'account.delete' | 'account.key.generate' | 'account.plan.transition' | 'deployment.create' | 'deployment.update' | 'deployment.delete' | 'deployment.claim' | 'deployment.flagged' | 'deployment.open' | 'domain.create' | 'domain.update' | 'domain.delete' | 'domain.verify' | 'token.create' | 'token.consume' | 'token.delete' | 'checkout.open' | 'admin.account.plan.update' | 'admin.account.suspended.update' | 'admin.account.ref.update' | 'admin.account.labels.update' | 'admin.deployment.delete' | 'admin.domain.delete' | 'admin.impersonate';
|
|
1976
|
+
type ActivityEvent = 'account.create' | 'account.delete' | 'account.key.generate' | 'account.plan.transition' | 'deployment.create' | 'deployment.update' | 'deployment.delete' | 'deployment.claim' | 'deployment.flagged' | 'deployment.open' | 'domain.create' | 'domain.update' | 'domain.delete' | 'domain.verify' | 'domain.setup.open' | 'token.create' | 'token.consume' | 'token.delete' | 'checkout.open' | 'admin.account.plan.update' | 'admin.account.suspended.update' | 'admin.account.ref.update' | 'admin.account.labels.update' | 'admin.deployment.delete' | 'admin.domain.delete' | 'admin.impersonate';
|
|
1976
1977
|
/**
|
|
1977
1978
|
* Activity events visible to users in the dashboard
|
|
1978
1979
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1221,9 +1221,10 @@ declare const SIGN_IN_RETURN_PARAM = "signing-in";
|
|
|
1221
1221
|
* How a request (or recorded activity) was authorized.
|
|
1222
1222
|
*
|
|
1223
1223
|
* Client populations: `SESSION` (first-party cookie), `API_KEY` (`ship-`
|
|
1224
|
-
* key), `TOKEN` (`deploy-` deploy token), `AGENT` (anonymous
|
|
1225
|
-
*
|
|
1226
|
-
*
|
|
1224
|
+
* key), `TOKEN` (`deploy-` deploy token), `AGENT` (anonymous, no credential:
|
|
1225
|
+
* public deploys are granted the public-account identity per request, and a
|
|
1226
|
+
* captcha-verified share-link setup open audits as this population),
|
|
1227
|
+
* `OAUTH` (delegated access token). The one server population:
|
|
1227
1228
|
* `SYSTEM` (scheduled/background jobs). Webhook receipt is deliberately not
|
|
1228
1229
|
* a population: a signed delivery is verified, never authorized — it acts
|
|
1229
1230
|
* as no one and audits as no one.
|
|
@@ -1972,7 +1973,7 @@ interface BillingSyncResponse {
|
|
|
1972
1973
|
* keeps no IP address. Activity from deploys made without an account ages
|
|
1973
1974
|
* out sooner, and deleting an account removes its rows outright, at any age.
|
|
1974
1975
|
*/
|
|
1975
|
-
type ActivityEvent = 'account.create' | 'account.delete' | 'account.key.generate' | 'account.plan.transition' | 'deployment.create' | 'deployment.update' | 'deployment.delete' | 'deployment.claim' | 'deployment.flagged' | 'deployment.open' | 'domain.create' | 'domain.update' | 'domain.delete' | 'domain.verify' | 'token.create' | 'token.consume' | 'token.delete' | 'checkout.open' | 'admin.account.plan.update' | 'admin.account.suspended.update' | 'admin.account.ref.update' | 'admin.account.labels.update' | 'admin.deployment.delete' | 'admin.domain.delete' | 'admin.impersonate';
|
|
1976
|
+
type ActivityEvent = 'account.create' | 'account.delete' | 'account.key.generate' | 'account.plan.transition' | 'deployment.create' | 'deployment.update' | 'deployment.delete' | 'deployment.claim' | 'deployment.flagged' | 'deployment.open' | 'domain.create' | 'domain.update' | 'domain.delete' | 'domain.verify' | 'domain.setup.open' | 'token.create' | 'token.consume' | 'token.delete' | 'checkout.open' | 'admin.account.plan.update' | 'admin.account.suspended.update' | 'admin.account.ref.update' | 'admin.account.labels.update' | 'admin.deployment.delete' | 'admin.domain.delete' | 'admin.impersonate';
|
|
1976
1977
|
/**
|
|
1977
1978
|
* Activity events visible to users in the dashboard
|
|
1978
1979
|
*/
|