@shipstatic/types 0.8.0 → 0.8.1

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/index.d.ts CHANGED
@@ -564,8 +564,6 @@ export type DeployInput = File[] | string | string[];
564
564
  export interface DeploymentUploadOptions {
565
565
  /** Optional labels for categorization and filtering */
566
566
  labels?: string[];
567
- /** Optional subdomain suggestion for the deployment */
568
- subdomain?: string;
569
567
  /** Client identifier (e.g., 'cli', 'sdk', 'web') */
570
568
  via?: string;
571
569
  /** @internal Trigger server-side build. Only available via /upload endpoint. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipstatic/types",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Shared types for ShipStatic platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/src/index.ts CHANGED
@@ -870,8 +870,6 @@ export type DeployInput = File[] | string | string[];
870
870
  export interface DeploymentUploadOptions {
871
871
  /** Optional labels for categorization and filtering */
872
872
  labels?: string[];
873
- /** Optional subdomain suggestion for the deployment */
874
- subdomain?: string;
875
873
  /** Client identifier (e.g., 'cli', 'sdk', 'web') */
876
874
  via?: string;
877
875
  /** @internal Trigger server-side build. Only available via /upload endpoint. */