@tiba-spark/client-shared-lib 26.2.0-166 → 26.2.0-178
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/libraries/service-proxy/cloud-service-proxies.mjs +2 -1
- package/fesm2022/tiba-spark-client-shared-lib.mjs +1 -0
- package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
- package/libraries/service-proxy/cloud-service-proxies.d.ts +2 -1
- package/libraries/service-proxy/cloud-service-proxies.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -96634,6 +96634,7 @@ var VendorRoles;
|
|
|
96634
96634
|
VendorRoles[VendorRoles["EvCharge"] = 8] = "EvCharge";
|
|
96635
96635
|
VendorRoles[VendorRoles["Account"] = 9] = "Account";
|
|
96636
96636
|
VendorRoles[VendorRoles["OfflinePayment"] = 10] = "OfflinePayment";
|
|
96637
|
+
VendorRoles[VendorRoles["Resident"] = 11] = "Resident";
|
|
96637
96638
|
})(VendorRoles || (VendorRoles = {}));
|
|
96638
96639
|
class VendorWebhookConfigurationDto {
|
|
96639
96640
|
constructor(data) {
|