@dv4resi/dvss-backend-module-offering-im 0.0.23 → 0.0.24

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/dist/index.js CHANGED
@@ -3415,6 +3415,12 @@ function _ts_metadata17(k, v) {
3415
3415
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
3416
3416
  }
3417
3417
  __name(_ts_metadata17, "_ts_metadata");
3418
+ function _ts_param9(paramIndex, decorator) {
3419
+ return function(target, key) {
3420
+ decorator(target, key, paramIndex);
3421
+ };
3422
+ }
3423
+ __name(_ts_param9, "_ts_param");
3418
3424
  exports.TrybeApiClientService = class TrybeApiClientService {
3419
3425
  static {
3420
3426
  __name(this, "TrybeApiClientService");
@@ -3441,6 +3447,7 @@ exports.TrybeApiClientService = class TrybeApiClientService {
3441
3447
  };
3442
3448
  exports.TrybeApiClientService = _ts_decorate20([
3443
3449
  common.Injectable(),
3450
+ _ts_param9(0, common.Inject(common.forwardRef(() => exports.TrybeAuthService))),
3444
3451
  _ts_metadata17("design:type", Function),
3445
3452
  _ts_metadata17("design:paramtypes", [
3446
3453
  typeof exports.TrybeAuthService === "undefined" ? Object : exports.TrybeAuthService,
@@ -3460,12 +3467,12 @@ function _ts_metadata18(k, v) {
3460
3467
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
3461
3468
  }
3462
3469
  __name(_ts_metadata18, "_ts_metadata");
3463
- function _ts_param9(paramIndex, decorator) {
3470
+ function _ts_param10(paramIndex, decorator) {
3464
3471
  return function(target, key) {
3465
3472
  decorator(target, key, paramIndex);
3466
3473
  };
3467
3474
  }
3468
- __name(_ts_param9, "_ts_param");
3475
+ __name(_ts_param10, "_ts_param");
3469
3476
  exports.TrybeCustomerManagement = class _TrybeCustomerManagement {
3470
3477
  static {
3471
3478
  __name(this, "TrybeCustomerManagement");
@@ -3573,7 +3580,7 @@ exports.TrybeCustomerManagement = class _TrybeCustomerManagement {
3573
3580
  };
3574
3581
  exports.TrybeCustomerManagement = _ts_decorate21([
3575
3582
  common.Injectable(),
3576
- _ts_param9(1, common.Inject(common.forwardRef(() => exports.TrybeApiClientService))),
3583
+ _ts_param10(1, common.Inject(common.forwardRef(() => exports.TrybeApiClientService))),
3577
3584
  _ts_metadata18("design:type", Function),
3578
3585
  _ts_metadata18("design:paramtypes", [
3579
3586
  typeof dvssBackendModuleUtility.LoggerService === "undefined" ? Object : dvssBackendModuleUtility.LoggerService,