import { SettingService } from "https://deno.land/x/windmill@v1.354.0/windmill-api/index.ts";
Static Methods
createCustomerPortalSession(): CancelablePromise<string>
create customer portal session
getGlobal(unnamed 0: { key: string; }): CancelablePromise<any>
get global settings
getLatestKeyRenewalAttempt(): CancelablePromise<{ result: string; attempted_at: string; } | null>
get latest key renewal attempt
getLocal(): CancelablePromise<any>
get local settings
renewLicenseKey(): CancelablePromise<string>
renew license key
sendStats(): CancelablePromise<string>
send stats
setGlobal(unnamed 0: { key: string; requestBody: { value?: any; }; }): CancelablePromise<string>
post global settings
testLicenseKey(unnamed 0: { requestBody: { license_key: string; }; }): CancelablePromise<string>
test license key
testMetadata(unnamed 0: { requestBody: string; }): CancelablePromise<string>
test metadata
testObjectStorageConfig(unnamed 0: { requestBody: any; }): CancelablePromise<string>
test object storage config
testSmtp(unnamed 0: { requestBody: { to: string; smtp: { host: string; username: string; password: string; port: number; from: string; tls_implicit: boolean; }; }; }): CancelablePromise<string>
test smtp