1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00
This commit is contained in:
Rory Powell 2023-04-28 11:24:05 +01:00
parent a20dfa588a
commit 0b88848277
2 changed files with 9 additions and 8 deletions

View file

@ -9,7 +9,8 @@ import {
LicenseCheckoutSuccessEvent,
LicenseCheckoutOpenedEvent,
LicensePaymentFailedEvent,
LicensePaymentRecoveredEvent, PriceDuration,
LicensePaymentRecoveredEvent,
PriceDuration,
} from "@budibase/types"
async function planChanged(
@ -24,7 +25,7 @@ async function planChanged(
to,
from,
quantity,
duration
duration,
}
await publishEvent(Event.LICENSE_PLAN_CHANGED, properties)
}

View file

@ -1486,15 +1486,15 @@
pouchdb-promise "^6.0.4"
through2 "^2.0.0"
"@budibase/pro@2.5.6-alpha.38":
version "2.5.6-alpha.38"
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.5.6-alpha.38.tgz#09e8dfbb6cefe856b5c01845a5a5c02a406faedf"
integrity sha512-CBZv6V+163USHPN0SuEIrXeGA+9gB1QNmHrMEPSmwlOCZbNW2dhniz00EVSuVh3ypHSjDECgozasDJTNRhiufQ==
"@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==
dependencies:
"@budibase/backend-core" "2.5.6-alpha.38"
"@budibase/backend-core" "2.5.6-alpha.39"
"@budibase/shared-core" "2.4.44-alpha.1"
"@budibase/string-templates" "2.4.44-alpha.1"
"@budibase/types" "2.5.6-alpha.38"
"@budibase/types" "2.5.6-alpha.39"
"@koa/router" "8.0.8"
bull "4.10.1"
joi "17.6.0"