import Stigg from '@stigg/typescript';const client = new Stigg({ apiKey: process.env['STIGG_API_KEY'], // This is the default and can be omitted});const planEntitlement = await client.v1.plans.entitlements.update('id', { planId: 'planId' });console.log(planEntitlement.data);
import Stigg from '@stigg/typescript';const client = new Stigg({ apiKey: process.env['STIGG_API_KEY'], // This is the default and can be omitted});const planEntitlement = await client.v1.plans.entitlements.update('id', { planId: 'planId' });console.log(planEntitlement.data);