@tiba-spark/client-shared-lib 26.2.0-176 → 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
|
@@ -7737,7 +7737,8 @@ export declare enum VendorRoles {
|
|
|
7737
7737
|
General = 7,
|
|
7738
7738
|
EvCharge = 8,
|
|
7739
7739
|
Account = 9,
|
|
7740
|
-
OfflinePayment = 10
|
|
7740
|
+
OfflinePayment = 10,
|
|
7741
|
+
Resident = 11
|
|
7741
7742
|
}
|
|
7742
7743
|
export declare class VendorWebhookConfigurationDto implements IVendorWebhookConfigurationDto {
|
|
7743
7744
|
vendorId: number;
|