1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Merge pull request #10456 from Budibase/pricing/fixes-3

Add licenseRequestedAt time to license type
This commit is contained in:
Rory Powell 2023-04-29 10:00:04 +01:00 committed by GitHub
commit 1b480becfa
2 changed files with 7 additions and 6 deletions

View file

@ -48,6 +48,7 @@ export interface Account extends CreateAccount {
stripeCustomerId?: string
licenseKey?: string
licenseKeyActivatedAt?: number
licenseRequestedAt?: number
licenseOverrides?: LicenseOverrides
quotaUsage?: QuotaUsage
}

View file

@ -1486,15 +1486,15 @@
pouchdb-promise "^6.0.4"
through2 "^2.0.0"
"@budibase/pro@2.5.6-alpha.39":
version "2.5.6-alpha.39"
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.5.6-alpha.39.tgz#31ff637f01936cc55a21cb39c01c26afb42a7c54"
integrity sha512-Y33wjTLJ8P1KuYdz9T0QRrFxuvCNG9J6gkzp4lPZvrYr1RLFbvDIyz2wVMe5A0379EsYzTxuca7sXNvY21np/g==
"@budibase/pro@2.5.6-alpha.40":
version "2.5.6-alpha.40"
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.5.6-alpha.40.tgz#96e85d22b61425bfd055377864938245c6ef17ec"
integrity sha512-hWKPVbGbjWcO3evIViICOL6g4hsv051lwUqCLRdZnSIiKCPlrr5JSsiINFinMHof55rHK5LALbGzJL4Ju82UeQ==
dependencies:
"@budibase/backend-core" "2.5.6-alpha.39"
"@budibase/backend-core" "2.5.6-alpha.40"
"@budibase/shared-core" "2.4.44-alpha.1"
"@budibase/string-templates" "2.4.44-alpha.1"
"@budibase/types" "2.5.6-alpha.39"
"@budibase/types" "2.5.6-alpha.40"
"@koa/router" "8.0.8"
bull "4.10.1"
joi "17.6.0"