@tiba-spark/client-shared-lib 25.4.0-207 → 25.4.0-234

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.
@@ -2264,6 +2264,7 @@ export interface ICreateVendorCommand {
2264
2264
  }
2265
2265
  export declare class CreateVendorIntegrationCommand implements ICreateVendorIntegrationCommand {
2266
2266
  vendorId: number;
2267
+ tenantId: number;
2267
2268
  vendorRoles: VendorRoles[] | undefined;
2268
2269
  smartparkWithParkIds: SmartparkWithFacilityIdsModel[] | undefined;
2269
2270
  constructor(data?: ICreateVendorIntegrationCommand);
@@ -2274,6 +2275,7 @@ export declare class CreateVendorIntegrationCommand implements ICreateVendorInte
2274
2275
  }
2275
2276
  export interface ICreateVendorIntegrationCommand {
2276
2277
  vendorId: number;
2278
+ tenantId: number;
2277
2279
  vendorRoles: VendorRoles[] | undefined;
2278
2280
  smartparkWithParkIds: SmartparkWithFacilityIdsModel[] | undefined;
2279
2281
  }