ntk-cms-api 20.26.9 → 20.26.10

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.
@@ -3922,15 +3922,6 @@ class CoreLogTokenConnectionModel extends CoreTokenConnectionModel {
3922
3922
  * مدل وضعیت میکروسرویس
3923
3923
  */
3924
3924
  class CoreLogMicroServiceStatusModel extends BaseEntity {
3925
- /**
3926
- * هدف مسیریابی برای Ping و Command - InstanceIdentifier_RuntimeIdentity برای نمونه خاص، InstanceIdentifier برای broadcast
3927
- */
3928
- get routeTarget() {
3929
- if (this.instanceIdentifier && this.runtimeIdentity) {
3930
- return this.instanceIdentifier + '_' + this.runtimeIdentity;
3931
- }
3932
- return this.instanceIdentifier || '';
3933
- }
3934
3925
  }
3935
3926
 
3936
3927
  /**