ntk-cms-api 20.26.9 → 20.26.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "20.26.9",
3
+ "version": "20.26.11",
4
4
  "description": "Complete API service layer and data models for CMS operations with TypeScript support",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",
@@ -2417,7 +2417,19 @@ declare class CoreLogMicroServiceStatusModel extends BaseEntity<string> {
2417
2417
  /**
2418
2418
  * هدف مسیریابی برای Ping و Command - InstanceIdentifier_RuntimeIdentity برای نمونه خاص، InstanceIdentifier برای broadcast
2419
2419
  */
2420
- get routeTarget(): string;
2420
+ routeTarget?: string;
2421
+ /**
2422
+ * لیست Queueهای فعال در میکروسرویس (ذخیره به صورت JSON)
2423
+ */
2424
+ activeQueuesJson?: string;
2425
+ /**
2426
+ * نام کاربری RabbitMQ که میکروسرویس با آن متصل شده است
2427
+ */
2428
+ rabbitMQUserName?: string;
2429
+ /**
2430
+ * لیست Queueهای فعال (از JSON parse شده)
2431
+ */
2432
+ activeQueues?: string[];
2421
2433
  }
2422
2434
 
2423
2435
  declare class CoreLogMicroServiceStatusService extends ApiCmsServerBase<CoreLogMicroServiceStatusModel, string, FilterModel> {
@@ -8684,6 +8696,8 @@ declare class TicketingFaqModel extends BaseModuleEntity<number> {
8684
8696
  declare class TicketingDepartemenModel extends BaseModuleEntity<number> {
8685
8697
  /** عنوان */
8686
8698
  title: string;
8699
+ /** توضیحات */
8700
+ description: string;
8687
8701
  /** جواب پیش‌فرض برای این بخش */
8688
8702
  defaultAnswerBody: string;
8689
8703
  /** اولویت در پاسخگویی */