UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

1 lines 423 B
import{CommandRegistry as e}from"../CommandRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export class LicenseRequestArgs{applicationName;accountId;sku}export class LicensingCommands extends e{_prefix="licensing";get validateLicense(){return this._get("validate-license")}}export class LicensingOperations extends t{_prefix="licensing";get getLicenseState(){return this._get("get-license-state")}}