glitch-javascript-sdk 3.9.7 → 3.9.8

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.
@@ -128,8 +128,6 @@ export interface HostingMarketplaceSubscription {
128
128
  export interface HostingAwsMarketplaceSubscription {
129
129
  id: string;
130
130
  customer_aws_account_id?: string | null;
131
- license_arn: string;
132
- product_code: string;
133
131
  plan_dimension?: string | null;
134
132
  plan_key?: Exclude<HostingPlanKey, 'free'> | null;
135
133
  status: 'PendingRegistration' | 'PendingEntitlement' | 'Subscribed' | 'Unsubscribed';