BiExcellence.OpenBi.Api.Configurator 0.0.40-ci-9635

This is a prerelease version of BiExcellence.OpenBi.Api.Configurator.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package BiExcellence.OpenBi.Api.Configurator --version 0.0.40-ci-9635
NuGet\Install-Package BiExcellence.OpenBi.Api.Configurator -Version 0.0.40-ci-9635
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BiExcellence.OpenBi.Api.Configurator" Version="0.0.40-ci-9635" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BiExcellence.OpenBi.Api.Configurator --version 0.0.40-ci-9635
#r "nuget: BiExcellence.OpenBi.Api.Configurator, 0.0.40-ci-9635"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BiExcellence.OpenBi.Api.Configurator as a Cake Addin
#addin nuget:?package=BiExcellence.OpenBi.Api.Configurator&version=0.0.40-ci-9635&prerelease

// Install BiExcellence.OpenBi.Api.Configurator as a Cake Tool
#tool nuget:?package=BiExcellence.OpenBi.Api.Configurator&version=0.0.40-ci-9635&prerelease

BiExcellence.OpenBi.Api.Configurator

Includes APIs related to configurator usage in open bi Respository Servers.

Usage

using BiExcellence.OpenBi.Api.Commands.Configurator;
var serverErrors = await session.GetServerErrors(cancellationToken);
await session.SendEmail("from@example.com", "to@example.com", "cc@example.com", "bcc@example.com", "Subject", "Body", isBodyHtml: false, cancellationToken);
var tableObjectLocks = await session.GetObjectLocksByTable(tableName, cancellationToken);
var usernameObjectLocks = await session.GetObjectLocksByUsername(username, cancellationToken);
var objectLock = await session.GetObjectLock(tableName, objectId, cancellationToken);

await session.LockObject(tableName, objectId, cancellationToken);
await session.UnlockObject(tableName, objectId, cancellationToken);
var transportTasks = await session.GetTransportTasks(tableName, cancellationToken);

var newTransportTask = new TransportTask { Description = "New Description" };

await session.CreateTransportTask(newTransportTask, cancellationToken);

await session.DeleteTransportTask(newTransportTask, cancellationToken);
var transportTaskElements = await session.GetTransportTaskElements(transportTask, cancellationToken);

var newTransportTaskElement = new TransportTaskElement { ElementId = organisationId, ElementType = TransportTaskElementTypes.Organisation, Action = TransportTaskElementActions.Create };

await session.AssignElementToTransportTask(newTransportTask, transportTask, cancellationToken);

await session.RemoveElementFromTransportTask(newTransportTask, transportTask, cancellationToken);
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.45-ci.14416 46 6/2/2024
0.0.45-ci.14414 40 5/31/2024
0.0.45-ci.14377 67 5/23/2024
0.0.45-ci.14376 45 5/23/2024
0.0.45-ci.14351 49 5/21/2024
0.0.45-ci.14331 56 5/15/2024
0.0.45-ci.14124 69 4/25/2024
0.0.45-ci.14033 63 4/13/2024
0.0.45-ci.13804 64 3/20/2024
0.0.45-ci.13743 56 3/14/2024
0.0.45-ci.13689 65 3/7/2024
0.0.45-ci.13688 50 3/7/2024
0.0.45-ci.13687 46 3/7/2024
0.0.45-ci.13685 52 3/7/2024
0.0.45-ci.13684 49 3/7/2024
0.0.44-ci-13527 66 2/11/2024
0.0.44-ci-13362 90 1/13/2024
0.0.44-ci-13101 134 12/15/2023
0.0.44-ci-12837 106 11/17/2023
0.0.44-ci-12746 74 11/4/2023
0.0.44-ci-12516 119 10/2/2023
0.0.44-ci-12514 69 10/2/2023
0.0.44-ci-12371 78 9/15/2023
0.0.44-ci-12095 90 8/12/2023
0.0.44-ci-12078 77 8/10/2023
0.0.44-ci-11834 92 7/19/2023
0.0.44-ci-11274 81 4/24/2023
0.0.44-ci-10785 98 3/1/2023
0.0.44-ci-10361 106 1/6/2023
0.0.44-ci-10144 248 11/20/2022
0.0.44-ci.13683 43 3/7/2024
0.0.44-ci.13679 50 3/5/2024
0.0.43-ci-10037 100 11/1/2022
0.0.42-ci-9858 121 9/26/2022
0.0.42-ci-9833 127 9/21/2022
0.0.42-ci-9799 118 8/31/2022
0.0.42-ci-9793 155 8/26/2022
0.0.42-ci-9770 116 8/20/2022
0.0.42-ci-9766 116 8/18/2022
0.0.42-ci-9763 120 8/17/2022
0.0.42-ci-9757 130 8/16/2022
0.0.42-ci-9755 116 8/16/2022
0.0.42-ci-9750 132 8/13/2022
0.0.42-ci-9749 124 8/13/2022
0.0.42-ci-9745 138 8/11/2022
0.0.42-ci-10034 98 11/1/2022
0.0.41-ci-9718 147 8/6/2022
0.0.41-ci-9715 129 8/6/2022
0.0.41-ci-9714 126 8/6/2022
0.0.40-ci-9639 129 7/23/2022
0.0.40-ci-9635 138 7/22/2022
0.0.40-ci-9613 155 7/17/2022
0.0.40-ci-9560 163 7/10/2022
0.0.30-ci-9543 133 7/4/2022
0.0.30-ci-9502 148 6/23/2022
0.0.29-ci-9501 120 6/23/2022
0.0.29-ci-9471 132 6/14/2022
0.0.28-ci-9409 133 5/25/2022
0.0.28-ci-9063 332 2/6/2022
0.0.28-ci-9062 134 2/6/2022
0.0.28-ci-8937 160 1/1/2022
0.0.28-ci-7ef2e29d087c0c861... 164 12/20/2021
0.0.28-ci-0dbfeaa779f651d57... 144 12/25/2021
0.0.27-ci-cc5208f2acb657039... 219 10/16/2021
0.0.27-ci-bc25b02dcdd89050a... 185 10/21/2021
0.0.27-ci-8629 166 8/29/2021
0.0.27-ci-8602 221 8/10/2021
0.0.27-ci-8598 164 8/9/2021
0.0.27-ci-8594 164 8/9/2021
0.0.27-ci-8574 184 8/2/2021
0.0.27-ci-8573 189 7/30/2021
0.0.27-ci-8568 194 7/29/2021
0.0.27-ci-8567 196 7/28/2021
0.0.27-ci-8566 193 7/28/2021
0.0.27-ci-6c1253a67d3c8a846... 195 10/19/2021
0.0.27-ci-2f40d9dd27860f124... 195 10/16/2021
0.0.26-ci-8544 209 7/16/2021
0.0.26-ci-8529 182 7/8/2021
0.0.26-ci-8527 188 7/8/2021
0.0.26-ci-8513 191 6/25/2021
0.0.25-ci-8510 182 6/25/2021
0.0.25-ci-8499 192 6/24/2021
0.0.25-ci-8492 232 6/22/2021
0.0.24-ci-8477 175 6/15/2021
0.0.24-ci-8468 175 6/14/2021
0.0.24-ci-8467 186 6/14/2021
0.0.24-ci-8431 182 6/1/2021
0.0.24-ci-8422 172 5/27/2021
0.0.24-ci-8415 199 5/21/2021
0.0.24-ci-8414 209 5/21/2021
0.0.24-ci-8291 205 4/2/2021
0.0.24-ci-8256 225 3/19/2021
0.0.23-ci-8207 187 3/3/2021
0.0.22-ci-8196 183 2/26/2021
0.0.22-ci-8188 179 2/25/2021
0.0.22-ci-8187 185 2/25/2021
0.0.22-ci-8166 187 2/22/2021
0.0.22-ci-8120 163 2/12/2021
0.0.22-ci-8116 174 2/12/2021
0.0.22-ci-8075 171 1/29/2021
0.0.22-ci-8006 206 1/16/2021
0.0.22-ci-7989 186 1/12/2021
0.0.22-ci-7986 215 1/12/2021
0.0.22-ci-7983 247 1/11/2021
0.0.22-ci-7982 251 1/11/2021
0.0.22-ci-7981 191 1/11/2021
0.0.22-ci-7974 212 1/5/2021
0.0.22-ci-7957 216 12/29/2020
0.0.22-ci-7956 189 12/29/2020
0.0.21-ci-7953 251 12/18/2020
0.0.21-ci-7949 263 12/17/2020
0.0.20-ci-7944 228 12/16/2020
0.0.20-ci-7920 215 11/26/2020
0.0.20-ci-7829 260 11/2/2020
0.0.20-ci-7668 283 9/24/2020
0.0.20-ci-7561 277 8/26/2020
0.0.20-ci-7551 275 8/24/2020
0.0.20-ci-7545 254 8/24/2020
0.0.20-ci-7530 266 8/17/2020
0.0.20-ci-7513 283 8/13/2020
0.0.20-ci-7506 276 8/12/2020
0.0.20-ci-7478 309 8/6/2020
0.0.20-ci-7398 295 7/27/2020
0.0.20-ci-7390 280 7/24/2020
0.0.19-ci-7387 277 7/23/2020
0.0.19-ci-7376 275 7/21/2020
0.0.19-ci-7367 279 7/19/2020
0.0.19-ci-7342 401 7/11/2020
0.0.18-ci-7328 305 7/9/2020
0.0.18-ci-7282 276 7/3/2020
0.0.18-ci-7281 291 7/3/2020
0.0.18-ci-7278 281 7/2/2020
0.0.18-ci-7275 294 7/1/2020
0.0.18-ci-7272 286 7/1/2020
0.0.18-ci-7271 282 7/1/2020
0.0.18-ci-7270 292 7/1/2020
0.0.18-ci-7240 356 6/24/2020
0.0.18-ci-7230 291 6/24/2020
0.0.18-ci-7229 325 6/24/2020
0.0.18-ci-7228 324 6/24/2020
0.0.18-ci-7226 297 6/23/2020
0.0.18-ci-7213 314 6/22/2020
0.0.18-ci-7207 346 6/22/2020
0.0.18-ci-7191 311 6/19/2020
0.0.18-ci-7187 291 6/19/2020
0.0.17-ci-7163 309 6/15/2020
0.0.17-ci-7156 319 6/15/2020
0.0.17-ci-7150 331 6/14/2020
0.0.17-ci-7144 319 6/11/2020
0.0.17-ci-7142 287 6/10/2020
0.0.17-ci-7140 311 6/10/2020
0.0.17-ci-7133 320 6/10/2020
0.0.17-ci-7132 283 6/10/2020
0.0.17-ci-7131 301 6/9/2020
0.0.17-ci-7128 305 6/9/2020
0.0.16-ci-7125 292 6/6/2020
0.0.16-ci-7106 296 6/2/2020
0.0.16-ci-7105 320 6/2/2020
0.0.16-ci-7103 294 5/31/2020
0.0.16-ci-7101 304 5/31/2020
0.0.16-ci-7100 338 5/31/2020
0.0.16-ci-7099 318 5/30/2020
0.0.16-ci-7098 329 5/30/2020
0.0.15-ci-7082 293 5/28/2020
0.0.15-ci-7081 306 5/28/2020
0.0.15-ci-7079 330 5/28/2020
0.0.15-ci-7075 302 5/28/2020
0.0.15-ci-7074 308 5/28/2020
0.0.14-ci-6927 326 4/18/2020
0.0.14-ci-6891 350 4/7/2020
0.0.13-ci-6888 364 4/7/2020
0.0.13-ci-6887 328 4/7/2020
0.0.13-ci-6736 332 2/26/2020
0.0.13-ci-6716 330 2/24/2020
0.0.13-ci-6693 329 2/18/2020
0.0.13-ci-6609 343 1/28/2020
0.0.13-ci-6608 352 1/28/2020
0.0.13-ci-6599 325 1/24/2020
0.0.13-ci-6597 356 1/23/2020
0.0.13-ci-6595 331 1/22/2020
0.0.13-ci-6587 398 1/17/2020
0.0.13-ci-6585 325 1/17/2020
0.0.12-ci-6582 335 1/16/2020
0.0.12-ci-6575 361 1/15/2020
0.0.12-ci-6561 355 1/13/2020
0.0.12-ci-6534 351 12/9/2019
0.0.12-ci-6506 367 11/14/2019
0.0.12-ci-6505 343 11/13/2019
0.0.12-ci-6502 343 11/12/2019
0.0.12-ci-6487 350 11/8/2019
0.0.12-ci-6481 359 11/8/2019
0.0.12-ci-6469 354 11/5/2019
0.0.12-ci-6468 356 11/5/2019
0.0.12-ci-6428 395 10/14/2019
0.0.12-ci-6384 413 9/19/2019
0.0.12-ci-6338 360 9/3/2019
0.0.12-ci-6293 378 8/22/2019
0.0.12-ci-6257 386 8/8/2019
0.0.12-ci-6215 390 7/29/2019
0.0.12-ci-6208 383 7/26/2019
0.0.12-ci-6204 370 7/26/2019
0.0.12-ci-6200 379 7/25/2019
0.0.12-ci-6188 363 7/24/2019
0.0.12-ci-6187 383 7/24/2019
0.0.11-ci-6185 395 7/24/2019
0.0.11-ci-6146 426 7/16/2019
0.0.11-ci-6131 394 7/15/2019
0.0.11-ci-6099 407 7/11/2019
0.0.11-ci-6094 418 7/10/2019
0.0.11-ci-6086 396 7/9/2019
0.0.11-ci-6071 382 7/5/2019
0.0.11-ci-6070 383 7/5/2019
0.0.11-ci-6068 385 7/5/2019
0.0.11-ci-6067 374 7/5/2019
0.0.11-ci-6062 383 7/4/2019
0.0.11-ci-6054 380 7/2/2019
0.0.11-ci-6053 367 7/2/2019
0.0.11-ci-6049 399 7/1/2019
0.0.11-ci-6045 392 6/28/2019
0.0.11-ci-6038 395 6/28/2019
0.0.11-ci-6020 404 6/14/2019
0.0.11-ci-6013 395 6/13/2019
0.0.11-ci-6011 422 6/13/2019
0.0.11-ci-6003 419 6/11/2019
0.0.11-ci-5999 426 6/5/2019
0.0.11-ci-5995 424 6/4/2019
0.0.11-ci-5992 425 6/4/2019
0.0.11-ci-5990 439 6/4/2019
0.0.11-ci-5985 413 5/31/2019
0.0.11-ci-5973 418 5/28/2019
0.0.11-ci-5972 407 5/28/2019
0.0.11-ci-5967 414 5/24/2019
0.0.11-ci-5964 421 5/23/2019
0.0.11-ci-5900 481 4/25/2019

fix(OpenBiDataProviderView): use 12 as integer data type value