diff --git a/src/lib/microsoft-partnercenter.ts b/src/lib/microsoft-partnercenter.ts index 4a12ff1..a94607c 100644 --- a/src/lib/microsoft-partnercenter.ts +++ b/src/lib/microsoft-partnercenter.ts @@ -61,7 +61,7 @@ export class MicrosoftPartnerCenter { customerId: string, subscriptionId: string, usersQuantity: number, - ): Promise { + ): Promise { const subscription = await this.getCustomerSubscriptionById(customerId, subscriptionId) subscription.quantity = usersQuantity const { data } = await this.httpAgent.patch( diff --git a/src/lib/types/subscriptions.types.ts b/src/lib/types/subscriptions.types.ts index e973ca0..c6f5e34 100644 --- a/src/lib/types/subscriptions.types.ts +++ b/src/lib/types/subscriptions.types.ts @@ -78,6 +78,7 @@ export enum Status { Active = 'active', Deleted = 'deleted', Disabled = 'disabled', + Suspended = 'suspended', } export enum SuspensionReason {