(licenseKey: string)
| 207 | } |
| 208 | |
| 209 | async function activate(licenseKey: string) { |
| 210 | await sdk.request(activateLicense({ license_key: licenseKey })); |
| 211 | await hydrate(); |
| 212 | } |
| 213 | |
| 214 | async function update(licenseKey: string) { |
| 215 | await sdk.request(updateLicense({ license_key: licenseKey })); |