@dropthis/cli 0.25.0 → 0.26.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 +1 -1
- package/dist/cli.cjs +10 -5
- package/dist/cli.cjs.map +1 -1
- package/node_modules/@dropthis/node/README.md +6 -0
- package/node_modules/@dropthis/node/dist/{drops-BVoN5MaZ.d.cts → drops-gUdVVDX6.d.cts} +12 -1
- package/node_modules/@dropthis/node/dist/{drops-BVoN5MaZ.d.ts → drops-gUdVVDX6.d.ts} +12 -1
- package/node_modules/@dropthis/node/dist/edge.cjs +1 -1
- package/node_modules/@dropthis/node/dist/edge.cjs.map +1 -1
- package/node_modules/@dropthis/node/dist/edge.d.cts +1 -1
- package/node_modules/@dropthis/node/dist/edge.d.ts +1 -1
- package/node_modules/@dropthis/node/dist/edge.mjs +1 -1
- package/node_modules/@dropthis/node/dist/edge.mjs.map +1 -1
- package/node_modules/@dropthis/node/dist/index.cjs +1 -1
- package/node_modules/@dropthis/node/dist/index.cjs.map +1 -1
- package/node_modules/@dropthis/node/dist/index.d.cts +2 -2
- package/node_modules/@dropthis/node/dist/index.d.ts +2 -2
- package/node_modules/@dropthis/node/dist/index.mjs +1 -1
- package/node_modules/@dropthis/node/dist/index.mjs.map +1 -1
- package/node_modules/@dropthis/node/package.json +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { A as AccountLimits, b as AccountResponse, c as ActionResolve,
|
|
1
|
+
import { V as Transport, w as DropthisResult, E as EmailOtpResponse, T as SessionResponse, C as CreateUploadSessionRequest, f as CreateUploadSessionResponse, Z as UploadSessionResponse, u as DropthisClientOptions, e as ApiKeysResource, a as AccountResource, t as DropsResource, J as PublishInput, i as DeploymentsResource, n as DomainsResource, M as PublishOptions, B as PreparedPublishRequest } from './drops-gUdVVDX6.cjs';
|
|
2
|
+
export { A as AccountLimits, b as AccountResponse, c as AccountWorkspace, d as ActionResolve, g as CursorPage, D as DeploymentContentFile, h as DeploymentContentManifest, j as DnsRecord, k as DomainDeletedResponse, l as DomainListResponse, m as DomainResponse, o as DropAction, p as DropContentFile, q as DropDeploymentResponse, r as DropOptions, s as DropResponse, v as DropthisErrorResponse, G as GetContentOptions, I as InMemoryPublishInput, K as KeyType, L as Limitations, x as ListDeploymentsParams, y as ListDeploymentsResponse, z as ListPage, N as NextHint, P as PrepareOptions, F as PreparedUploadFile, H as PublishFileInput, R as RequestControls, O as RequestOptions, Q as RevokeImpact, S as SHARED_POOL, U as TierInfo, W as UpdateContentOptions, X as UploadManifestFile, Y as UploadSessionFileResponse, _ as UploadTarget } from './drops-gUdVVDX6.cjs';
|
|
3
3
|
|
|
4
4
|
declare class AuthResource {
|
|
5
5
|
private readonly transport;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { A as AccountLimits, b as AccountResponse, c as ActionResolve,
|
|
1
|
+
import { V as Transport, w as DropthisResult, E as EmailOtpResponse, T as SessionResponse, C as CreateUploadSessionRequest, f as CreateUploadSessionResponse, Z as UploadSessionResponse, u as DropthisClientOptions, e as ApiKeysResource, a as AccountResource, t as DropsResource, J as PublishInput, i as DeploymentsResource, n as DomainsResource, M as PublishOptions, B as PreparedPublishRequest } from './drops-gUdVVDX6.js';
|
|
2
|
+
export { A as AccountLimits, b as AccountResponse, c as AccountWorkspace, d as ActionResolve, g as CursorPage, D as DeploymentContentFile, h as DeploymentContentManifest, j as DnsRecord, k as DomainDeletedResponse, l as DomainListResponse, m as DomainResponse, o as DropAction, p as DropContentFile, q as DropDeploymentResponse, r as DropOptions, s as DropResponse, v as DropthisErrorResponse, G as GetContentOptions, I as InMemoryPublishInput, K as KeyType, L as Limitations, x as ListDeploymentsParams, y as ListDeploymentsResponse, z as ListPage, N as NextHint, P as PrepareOptions, F as PreparedUploadFile, H as PublishFileInput, R as RequestControls, O as RequestOptions, Q as RevokeImpact, S as SHARED_POOL, U as TierInfo, W as UpdateContentOptions, X as UploadManifestFile, Y as UploadSessionFileResponse, _ as UploadTarget } from './drops-gUdVVDX6.js';
|
|
3
3
|
|
|
4
4
|
declare class AuthResource {
|
|
5
5
|
private readonly transport;
|