@springtree/eva-services-core-management 2.17.0 → 2.18.1

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.
@@ -6467,7 +6467,52 @@ Also the MessageTemplate `QRCodePrintingTemplate` can be configured in Stencil.
6467
6467
  response?: EVA.Core.Management.PushCaseResponse;
6468
6468
  }
6469
6469
  /**
6470
- * TODO: Needs documentation
6470
+ * Push multiple companies at once.
6471
+ If a company doesn't exist it will be created, otherwise is will be updated.
6472
+ There is a limit (1000) of companies that can be pushed a once.
6473
+ *
6474
+ * @export
6475
+ * @class PushCompanies
6476
+ * @implements {EvaService}
6477
+ */
6478
+ class PushCompanies implements IEvaServiceDefinition {
6479
+ name: string;
6480
+ path: string;
6481
+ request?: EVA.Core.Management.PushCompanies;
6482
+ response?: EVA.Core.Management.PushCompaniesResponse;
6483
+ }
6484
+ /**
6485
+ * Push multiple companies at once.
6486
+ If a company doesn't exist it will be created, otherwise is will be updated.
6487
+ There is a limit (1000) of companies that can be pushed a once.
6488
+ *
6489
+ * @export
6490
+ * @class PushCompanies_Async
6491
+ * @implements {EvaService}
6492
+ */
6493
+ class PushCompanies_Async implements IEvaServiceDefinition {
6494
+ name: string;
6495
+ path: string;
6496
+ request?: EVA.Core.Management.PushCompanies;
6497
+ response?: EVA.Core.AsyncRequestResponse;
6498
+ }
6499
+ /**
6500
+ * Push multiple companies at once.
6501
+ If a company doesn't exist it will be created, otherwise is will be updated.
6502
+ There is a limit (1000) of companies that can be pushed a once.
6503
+ *
6504
+ * @export
6505
+ * @class PushCompanies_AsyncResult
6506
+ * @implements {EvaService}
6507
+ */
6508
+ class PushCompanies_AsyncResult implements IEvaServiceDefinition {
6509
+ name: string;
6510
+ path: string;
6511
+ request?: EVA.Core.AsyncRequestResultRequest;
6512
+ response?: EVA.Core.Management.PushCompaniesResponse;
6513
+ }
6514
+ /**
6515
+ * Push a company. If it doesn't exist it will be created, otherwise is will be updated.
6471
6516
  *
6472
6517
  * @export
6473
6518
  * @class PushCompany
@@ -6480,7 +6525,7 @@ Also the MessageTemplate `QRCodePrintingTemplate` can be configured in Stencil.
6480
6525
  response?: EVA.Core.Management.PushCompanyResponse;
6481
6526
  }
6482
6527
  /**
6483
- * TODO: Needs documentation
6528
+ * Push a company. If it doesn't exist it will be created, otherwise is will be updated.
6484
6529
  *
6485
6530
  * @export
6486
6531
  * @class PushCompany_Async
@@ -6493,7 +6538,7 @@ Also the MessageTemplate `QRCodePrintingTemplate` can be configured in Stencil.
6493
6538
  response?: EVA.Core.AsyncRequestResponse;
6494
6539
  }
6495
6540
  /**
6496
- * TODO: Needs documentation
6541
+ * Push a company. If it doesn't exist it will be created, otherwise is will be updated.
6497
6542
  *
6498
6543
  * @export
6499
6544
  * @class PushCompany_AsyncResult