@appaflytech/wappa-mcp 0.0.11 → 0.0.12

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.
Files changed (107) hide show
  1. package/dist/client.d.ts +6 -0
  2. package/dist/client.d.ts.map +1 -1
  3. package/dist/client.js +52 -0
  4. package/dist/client.js.map +1 -1
  5. package/dist/factory.d.ts.map +1 -1
  6. package/dist/factory.js +38 -0
  7. package/dist/factory.js.map +1 -1
  8. package/dist/tools/ai-chat-sessions.d.ts +143 -0
  9. package/dist/tools/ai-chat-sessions.d.ts.map +1 -0
  10. package/dist/tools/ai-chat-sessions.js +144 -0
  11. package/dist/tools/ai-chat-sessions.js.map +1 -0
  12. package/dist/tools/app-users.d.ts +440 -0
  13. package/dist/tools/app-users.d.ts.map +1 -0
  14. package/dist/tools/app-users.js +347 -0
  15. package/dist/tools/app-users.js.map +1 -0
  16. package/dist/tools/component-categories.d.ts +157 -0
  17. package/dist/tools/component-categories.d.ts.map +1 -0
  18. package/dist/tools/component-categories.js +162 -0
  19. package/dist/tools/component-categories.js.map +1 -0
  20. package/dist/tools/countries.d.ts +148 -0
  21. package/dist/tools/countries.d.ts.map +1 -0
  22. package/dist/tools/countries.js +142 -0
  23. package/dist/tools/countries.js.map +1 -0
  24. package/dist/tools/db-routines.d.ts +229 -0
  25. package/dist/tools/db-routines.d.ts.map +1 -0
  26. package/dist/tools/db-routines.js +233 -0
  27. package/dist/tools/db-routines.js.map +1 -0
  28. package/dist/tools/dynamic-entities.d.ts +166 -0
  29. package/dist/tools/dynamic-entities.d.ts.map +1 -1
  30. package/dist/tools/dynamic-entities.js +147 -0
  31. package/dist/tools/dynamic-entities.js.map +1 -1
  32. package/dist/tools/entities.d.ts +119 -0
  33. package/dist/tools/entities.d.ts.map +1 -1
  34. package/dist/tools/entities.js +116 -0
  35. package/dist/tools/entities.js.map +1 -1
  36. package/dist/tools/error-logs.d.ts +67 -0
  37. package/dist/tools/error-logs.d.ts.map +1 -0
  38. package/dist/tools/error-logs.js +74 -0
  39. package/dist/tools/error-logs.js.map +1 -0
  40. package/dist/tools/general.d.ts.map +1 -1
  41. package/dist/tools/general.js +218 -0
  42. package/dist/tools/general.js.map +1 -1
  43. package/dist/tools/layouts.d.ts +21 -0
  44. package/dist/tools/layouts.d.ts.map +1 -1
  45. package/dist/tools/layouts.js +19 -0
  46. package/dist/tools/layouts.js.map +1 -1
  47. package/dist/tools/operations.d.ts +184 -0
  48. package/dist/tools/operations.d.ts.map +1 -0
  49. package/dist/tools/operations.js +217 -0
  50. package/dist/tools/operations.js.map +1 -0
  51. package/dist/tools/page-entities.d.ts +522 -0
  52. package/dist/tools/page-entities.d.ts.map +1 -0
  53. package/dist/tools/page-entities.js +535 -0
  54. package/dist/tools/page-entities.js.map +1 -0
  55. package/dist/tools/pages.d.ts +226 -0
  56. package/dist/tools/pages.d.ts.map +1 -1
  57. package/dist/tools/pages.js +194 -0
  58. package/dist/tools/pages.js.map +1 -1
  59. package/dist/tools/plugins.d.ts +230 -0
  60. package/dist/tools/plugins.d.ts.map +1 -0
  61. package/dist/tools/plugins.js +218 -0
  62. package/dist/tools/plugins.js.map +1 -0
  63. package/dist/tools/queries.d.ts +266 -0
  64. package/dist/tools/queries.d.ts.map +1 -1
  65. package/dist/tools/queries.js +288 -0
  66. package/dist/tools/queries.js.map +1 -1
  67. package/dist/tools/query-categories.d.ts +192 -0
  68. package/dist/tools/query-categories.d.ts.map +1 -0
  69. package/dist/tools/query-categories.js +204 -0
  70. package/dist/tools/query-categories.js.map +1 -0
  71. package/dist/tools/regions.d.ts +148 -0
  72. package/dist/tools/regions.d.ts.map +1 -0
  73. package/dist/tools/regions.js +148 -0
  74. package/dist/tools/regions.js.map +1 -0
  75. package/dist/tools/roles.d.ts +284 -0
  76. package/dist/tools/roles.d.ts.map +1 -0
  77. package/dist/tools/roles.js +291 -0
  78. package/dist/tools/roles.js.map +1 -0
  79. package/dist/tools/settings.d.ts +160 -0
  80. package/dist/tools/settings.d.ts.map +1 -0
  81. package/dist/tools/settings.js +187 -0
  82. package/dist/tools/settings.js.map +1 -0
  83. package/dist/tools/showcases.d.ts +184 -0
  84. package/dist/tools/showcases.d.ts.map +1 -0
  85. package/dist/tools/showcases.js +179 -0
  86. package/dist/tools/showcases.js.map +1 -0
  87. package/dist/tools/storage.d.ts +297 -0
  88. package/dist/tools/storage.d.ts.map +1 -0
  89. package/dist/tools/storage.js +302 -0
  90. package/dist/tools/storage.js.map +1 -0
  91. package/dist/tools/system-tools.d.ts +124 -0
  92. package/dist/tools/system-tools.d.ts.map +1 -0
  93. package/dist/tools/system-tools.js +147 -0
  94. package/dist/tools/system-tools.js.map +1 -0
  95. package/dist/tools/system-variables.d.ts +167 -0
  96. package/dist/tools/system-variables.d.ts.map +1 -0
  97. package/dist/tools/system-variables.js +176 -0
  98. package/dist/tools/system-variables.js.map +1 -0
  99. package/dist/tools/users.d.ts +266 -0
  100. package/dist/tools/users.d.ts.map +1 -0
  101. package/dist/tools/users.js +235 -0
  102. package/dist/tools/users.js.map +1 -0
  103. package/dist/tools/workflows.d.ts +278 -0
  104. package/dist/tools/workflows.d.ts.map +1 -0
  105. package/dist/tools/workflows.js +267 -0
  106. package/dist/tools/workflows.js.map +1 -0
  107. package/package.json +2 -2
@@ -0,0 +1,229 @@
1
+ /**
2
+ * MCP Tools for DB Routines CRUD operations
3
+ * DB Routines = database functions/procedures (raw SQL) defined globally on the platform.
4
+ * GLOBAL routes (no {site} prefix): /dbroutines
5
+ */
6
+ import { WapClient } from "../client.js";
7
+ export declare function getDbRoutineTools(client: WapClient): {
8
+ list_db_routines: {
9
+ description: string;
10
+ inputSchema: {
11
+ type: "object";
12
+ properties: {
13
+ title: {
14
+ type: string;
15
+ description: string;
16
+ };
17
+ description: {
18
+ type: string;
19
+ description: string;
20
+ };
21
+ name: {
22
+ type: string;
23
+ description: string;
24
+ };
25
+ type: {
26
+ type: string;
27
+ description: string;
28
+ };
29
+ returnType: {
30
+ type: string;
31
+ description: string;
32
+ };
33
+ order: {
34
+ type: string;
35
+ description: string;
36
+ };
37
+ isDescending: {
38
+ type: string;
39
+ description: string;
40
+ };
41
+ pageIndex: {
42
+ type: string;
43
+ description: string;
44
+ };
45
+ pageLength: {
46
+ type: string;
47
+ description: string;
48
+ };
49
+ };
50
+ };
51
+ handler: (args: {
52
+ title?: string;
53
+ description?: string;
54
+ name?: string;
55
+ type?: number;
56
+ returnType?: number;
57
+ order?: string;
58
+ isDescending?: boolean;
59
+ pageIndex?: number;
60
+ pageLength?: number;
61
+ }) => Promise<{
62
+ content: {
63
+ type: "text";
64
+ text: string;
65
+ }[];
66
+ }>;
67
+ };
68
+ get_db_routine: {
69
+ description: string;
70
+ inputSchema: {
71
+ type: "object";
72
+ properties: {
73
+ id: {
74
+ type: string;
75
+ description: string;
76
+ };
77
+ };
78
+ required: string[];
79
+ };
80
+ handler: (args: {
81
+ id: string;
82
+ }) => Promise<{
83
+ content: {
84
+ type: "text";
85
+ text: string;
86
+ }[];
87
+ }>;
88
+ };
89
+ create_db_routine: {
90
+ description: string;
91
+ inputSchema: {
92
+ type: "object";
93
+ properties: {
94
+ id: {
95
+ type: string;
96
+ description: string;
97
+ };
98
+ title: {
99
+ type: string;
100
+ description: string;
101
+ };
102
+ description: {
103
+ type: string;
104
+ description: string;
105
+ };
106
+ methodName: {
107
+ type: string;
108
+ description: string;
109
+ };
110
+ type: {
111
+ type: string;
112
+ description: string;
113
+ };
114
+ parameters: {
115
+ type: string;
116
+ description: string;
117
+ };
118
+ returnType: {
119
+ type: string;
120
+ description: string;
121
+ };
122
+ rawSql: {
123
+ type: string;
124
+ description: string;
125
+ };
126
+ };
127
+ required: string[];
128
+ };
129
+ handler: (args: {
130
+ id?: string;
131
+ title: string;
132
+ description?: string;
133
+ methodName: string;
134
+ type: number;
135
+ parameters?: Array<{
136
+ name: string;
137
+ type: number;
138
+ }>;
139
+ returnType: number;
140
+ rawSql: string;
141
+ }) => Promise<{
142
+ content: {
143
+ type: "text";
144
+ text: string;
145
+ }[];
146
+ }>;
147
+ };
148
+ update_db_routine: {
149
+ description: string;
150
+ inputSchema: {
151
+ type: "object";
152
+ properties: {
153
+ id: {
154
+ type: string;
155
+ description: string;
156
+ };
157
+ title: {
158
+ type: string;
159
+ description: string;
160
+ };
161
+ description: {
162
+ type: string;
163
+ description: string;
164
+ };
165
+ methodName: {
166
+ type: string;
167
+ description: string;
168
+ };
169
+ type: {
170
+ type: string;
171
+ description: string;
172
+ };
173
+ parameters: {
174
+ type: string;
175
+ description: string;
176
+ };
177
+ returnType: {
178
+ type: string;
179
+ description: string;
180
+ };
181
+ rawSql: {
182
+ type: string;
183
+ description: string;
184
+ };
185
+ };
186
+ required: string[];
187
+ };
188
+ handler: (args: {
189
+ id: string;
190
+ title: string;
191
+ description?: string;
192
+ methodName: string;
193
+ type: number;
194
+ parameters?: Array<{
195
+ name: string;
196
+ type: number;
197
+ }>;
198
+ returnType: number;
199
+ rawSql: string;
200
+ }) => Promise<{
201
+ content: {
202
+ type: "text";
203
+ text: string;
204
+ }[];
205
+ }>;
206
+ };
207
+ delete_db_routine: {
208
+ description: string;
209
+ inputSchema: {
210
+ type: "object";
211
+ properties: {
212
+ id: {
213
+ type: string;
214
+ description: string;
215
+ };
216
+ };
217
+ required: string[];
218
+ };
219
+ handler: (args: {
220
+ id: string;
221
+ }) => Promise<{
222
+ content: {
223
+ type: "text";
224
+ text: string;
225
+ }[];
226
+ }>;
227
+ };
228
+ };
229
+ //# sourceMappingURL=db-routines.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"db-routines.d.ts","sourceRoot":"","sources":["../../src/tools/db-routines.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAiDvB;YACpB,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,YAAY,CAAC,EAAE,OAAO,CAAC;YACvB,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,UAAU,CAAC,EAAE,MAAM,CAAC;SACrB;;;;;;;;;;;;;;;;;;;wBAuCqB;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAsDd;YACpB,EAAE,CAAC,EAAE,MAAM,CAAC;YACZ,KAAK,EAAE,MAAM,CAAC;YACd,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,UAAU,EAAE,MAAM,CAAC;YACnB,IAAI,EAAE,MAAM,CAAC;YACb,UAAU,CAAC,EAAE,KAAK,CAAC;gBAAE,IAAI,EAAE,MAAM,CAAC;gBAAC,IAAI,EAAE,MAAM,CAAA;aAAE,CAAC,CAAC;YACnD,UAAU,EAAE,MAAM,CAAC;YACnB,MAAM,EAAE,MAAM,CAAC;SAChB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBA4DqB;YACpB,EAAE,EAAE,MAAM,CAAC;YACX,KAAK,EAAE,MAAM,CAAC;YACd,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,UAAU,EAAE,MAAM,CAAC;YACnB,IAAI,EAAE,MAAM,CAAC;YACb,UAAU,CAAC,EAAE,KAAK,CAAC;gBAAE,IAAI,EAAE,MAAM,CAAC;gBAAC,IAAI,EAAE,MAAM,CAAA;aAAE,CAAC,CAAC;YACnD,UAAU,EAAE,MAAM,CAAC;YACnB,MAAM,EAAE,MAAM,CAAC;SAChB;;;;;;;;;;;;;;;;;;;wBA0BqB;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE;;;;;;;EAUzC"}
@@ -0,0 +1,233 @@
1
+ /**
2
+ * MCP Tools for DB Routines CRUD operations
3
+ * DB Routines = database functions/procedures (raw SQL) defined globally on the platform.
4
+ * GLOBAL routes (no {site} prefix): /dbroutines
5
+ */
6
+ export function getDbRoutineTools(client) {
7
+ return {
8
+ // ─── List DB Routines ──────────────────────────────────
9
+ list_db_routines: {
10
+ description: "Tüm veritabanı rutinlerini (function/procedure) listeler. Başlık, açıklama, isim, tip ve dönüş tipine göre filtrelenebilir.",
11
+ inputSchema: {
12
+ type: "object",
13
+ properties: {
14
+ title: {
15
+ type: "string",
16
+ description: "Başlık (title) ile filtrele",
17
+ },
18
+ description: {
19
+ type: "string",
20
+ description: "Açıklama (description) ile filtrele",
21
+ },
22
+ name: {
23
+ type: "string",
24
+ description: "Metot adı (name/methodName) ile filtrele",
25
+ },
26
+ type: {
27
+ type: "number",
28
+ description: "Rutin tipi ile filtrele. 50 = Function, 60 = Procedure.",
29
+ },
30
+ returnType: {
31
+ type: "number",
32
+ description: "Dönüş tipi ile filtrele. 70=Void, 71=Text, 72=Json, 73=Jsonb, 74=Integer, 75=Numeric, 76=Boolean, 77=Table, 78=Uuid, 79=Timestamp.",
33
+ },
34
+ order: {
35
+ type: "string",
36
+ description: "Sıralama yapılacak alan adı",
37
+ },
38
+ isDescending: {
39
+ type: "boolean",
40
+ description: "Azalan sıralama (true) / artan sıralama (false)",
41
+ },
42
+ pageIndex: {
43
+ type: "number",
44
+ description: "Sayfa numarası (0-based)",
45
+ },
46
+ pageLength: {
47
+ type: "number",
48
+ description: "Sayfa boyutu (varsayılan: 10)",
49
+ },
50
+ },
51
+ },
52
+ handler: async (args) => {
53
+ const params = {};
54
+ if (args.title)
55
+ params.title = args.title;
56
+ if (args.description)
57
+ params.description = args.description;
58
+ if (args.name)
59
+ params.name = args.name;
60
+ if (args.type !== undefined)
61
+ params.type = String(args.type);
62
+ if (args.returnType !== undefined)
63
+ params.returnType = String(args.returnType);
64
+ if (args.order)
65
+ params.order = args.order;
66
+ if (args.isDescending !== undefined)
67
+ params.isDescending = String(args.isDescending);
68
+ if (args.pageIndex !== undefined)
69
+ params.pageIndex = String(args.pageIndex);
70
+ if (args.pageLength !== undefined)
71
+ params.pageLength = String(args.pageLength);
72
+ const result = await client.request("GET", "/dbroutines", undefined, params);
73
+ return {
74
+ content: [
75
+ { type: "text", text: JSON.stringify(result, null, 2) },
76
+ ],
77
+ };
78
+ },
79
+ },
80
+ // ─── Get DB Routine ────────────────────────────────────
81
+ get_db_routine: {
82
+ description: "Belirli bir veritabanı rutininin detaylarını ID ile getirir.",
83
+ inputSchema: {
84
+ type: "object",
85
+ properties: {
86
+ id: { type: "string", description: "DB Routine ID (GUID)" },
87
+ },
88
+ required: ["id"],
89
+ },
90
+ handler: async (args) => {
91
+ const result = await client.request("GET", `/dbroutines/${args.id}`);
92
+ return {
93
+ content: [
94
+ { type: "text", text: JSON.stringify(result, null, 2) },
95
+ ],
96
+ };
97
+ },
98
+ },
99
+ // ─── Create DB Routine ─────────────────────────────────
100
+ create_db_routine: {
101
+ description: `Yeni bir veritabanı rutini (function/procedure) oluşturur.
102
+ 'type': 50 = Function, 60 = Procedure.
103
+ 'returnType' ve parametre 'type': 70=Void, 71=Text, 72=Json, 73=Jsonb, 74=Integer, 75=Numeric, 76=Boolean, 77=Table, 78=Uuid, 79=Timestamp.
104
+ 'parameters': [{ "name": "param1", "type": 71 }, ...] biçiminde dizi.
105
+ 'rawSql': Rutinin ham SQL gövdesi.`,
106
+ inputSchema: {
107
+ type: "object",
108
+ properties: {
109
+ id: {
110
+ type: "string",
111
+ description: "İsteğe bağlı önceden belirlenmiş ID (GUID)",
112
+ },
113
+ title: { type: "string", description: "Rutin başlığı (title)" },
114
+ description: {
115
+ type: "string",
116
+ description: "Rutin açıklaması (description)",
117
+ },
118
+ methodName: {
119
+ type: "string",
120
+ description: "Veritabanındaki function/procedure metot adı",
121
+ },
122
+ type: {
123
+ type: "number",
124
+ description: "Rutin tipi. 50 = Function, 60 = Procedure.",
125
+ },
126
+ parameters: {
127
+ type: "array",
128
+ description: 'Parametre dizisi. Her öğe { "name": string, "type": number } biçiminde (type için veri tipi enum değeri, örn. 71=Text).',
129
+ },
130
+ returnType: {
131
+ type: "number",
132
+ description: "Dönüş tipi. 70=Void, 71=Text, 72=Json, 73=Jsonb, 74=Integer, 75=Numeric, 76=Boolean, 77=Table, 78=Uuid, 79=Timestamp.",
133
+ },
134
+ rawSql: {
135
+ type: "string",
136
+ description: "Rutinin ham SQL gövdesi (rawSql)",
137
+ },
138
+ },
139
+ required: ["title", "methodName", "type", "returnType", "rawSql"],
140
+ },
141
+ handler: async (args) => {
142
+ const body = {
143
+ id: args.id,
144
+ title: args.title,
145
+ description: args.description,
146
+ methodName: args.methodName,
147
+ type: args.type,
148
+ parameters: args.parameters ?? [],
149
+ returnType: args.returnType,
150
+ rawSql: args.rawSql,
151
+ };
152
+ const result = await client.request("POST", "/dbroutines", body);
153
+ return {
154
+ content: [
155
+ { type: "text", text: JSON.stringify(result, null, 2) },
156
+ ],
157
+ };
158
+ },
159
+ },
160
+ // ─── Update DB Routine ─────────────────────────────────
161
+ update_db_routine: {
162
+ description: `Mevcut bir veritabanı rutinini günceller.
163
+ 'type': 50 = Function, 60 = Procedure.
164
+ 'returnType' ve parametre 'type': 70=Void, 71=Text, 72=Json, 73=Jsonb, 74=Integer, 75=Numeric, 76=Boolean, 77=Table, 78=Uuid, 79=Timestamp.
165
+ 'parameters': [{ "name": "param1", "type": 71 }, ...] biçiminde dizi.`,
166
+ inputSchema: {
167
+ type: "object",
168
+ properties: {
169
+ id: { type: "string", description: "Güncellenecek DB Routine ID" },
170
+ title: { type: "string", description: "Yeni başlık (title)" },
171
+ description: {
172
+ type: "string",
173
+ description: "Yeni açıklama (description)",
174
+ },
175
+ methodName: {
176
+ type: "string",
177
+ description: "Veritabanındaki function/procedure metot adı",
178
+ },
179
+ type: {
180
+ type: "number",
181
+ description: "Rutin tipi. 50 = Function, 60 = Procedure.",
182
+ },
183
+ parameters: {
184
+ type: "array",
185
+ description: 'Parametre dizisi. Her öğe { "name": string, "type": number } biçiminde.',
186
+ },
187
+ returnType: {
188
+ type: "number",
189
+ description: "Dönüş tipi. 70=Void, 71=Text, 72=Json, 73=Jsonb, 74=Integer, 75=Numeric, 76=Boolean, 77=Table, 78=Uuid, 79=Timestamp.",
190
+ },
191
+ rawSql: {
192
+ type: "string",
193
+ description: "Rutinin ham SQL gövdesi (rawSql)",
194
+ },
195
+ },
196
+ required: ["id", "title", "methodName", "type", "returnType", "rawSql"],
197
+ },
198
+ handler: async (args) => {
199
+ const { id, parameters, ...rest } = args;
200
+ const body = {
201
+ ...rest,
202
+ parameters: parameters ?? [],
203
+ };
204
+ const result = await client.request("PUT", `/dbroutines/${id}`, body);
205
+ return {
206
+ content: [
207
+ { type: "text", text: JSON.stringify(result, null, 2) },
208
+ ],
209
+ };
210
+ },
211
+ },
212
+ // ─── Delete DB Routine ─────────────────────────────────
213
+ delete_db_routine: {
214
+ description: "Bir veritabanı rutinini siler. DİKKAT: Bu işlem geri alınamaz.",
215
+ inputSchema: {
216
+ type: "object",
217
+ properties: {
218
+ id: { type: "string", description: "Silinecek DB Routine ID" },
219
+ },
220
+ required: ["id"],
221
+ },
222
+ handler: async (args) => {
223
+ const result = await client.request("DELETE", `/dbroutines/${args.id}`);
224
+ return {
225
+ content: [
226
+ { type: "text", text: JSON.stringify(result, null, 2) },
227
+ ],
228
+ };
229
+ },
230
+ },
231
+ };
232
+ }
233
+ //# sourceMappingURL=db-routines.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"db-routines.js","sourceRoot":"","sources":["../../src/tools/db-routines.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,MAAM,UAAU,iBAAiB,CAAC,MAAiB;IACjD,OAAO;QACL,0DAA0D;QAC1D,gBAAgB,EAAE;YAChB,WAAW,EACT,6HAA6H;YAC/H,WAAW,EAAE;gBACX,IAAI,EAAE,QAAiB;gBACvB,UAAU,EAAE;oBACV,KAAK,EAAE;wBACL,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,6BAA6B;qBAC3C;oBACD,WAAW,EAAE;wBACX,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,qCAAqC;qBACnD;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,0CAA0C;qBACxD;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;wBACd,WAAW,EACT,yDAAyD;qBAC5D;oBACD,UAAU,EAAE;wBACV,IAAI,EAAE,QAAQ;wBACd,WAAW,EACT,oIAAoI;qBACvI;oBACD,KAAK,EAAE;wBACL,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,6BAA6B;qBAC3C;oBACD,YAAY,EAAE;wBACZ,IAAI,EAAE,SAAS;wBACf,WAAW,EAAE,iDAAiD;qBAC/D;oBACD,SAAS,EAAE;wBACT,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,0BAA0B;qBACxC;oBACD,UAAU,EAAE;wBACV,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,+BAA+B;qBAC7C;iBACF;aACF;YACD,OAAO,EAAE,KAAK,EAAE,IAUf,EAAE,EAAE;gBACH,MAAM,MAAM,GAA2B,EAAE,CAAC;gBAC1C,IAAI,IAAI,CAAC,KAAK;oBAAE,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;gBAC1C,IAAI,IAAI,CAAC,WAAW;oBAAE,MAAM,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC;gBAC5D,IAAI,IAAI,CAAC,IAAI;oBAAE,MAAM,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;gBACvC,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS;oBAAE,MAAM,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;gBAC7D,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS;oBAC/B,MAAM,CAAC,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;gBAC9C,IAAI,IAAI,CAAC,KAAK;oBAAE,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;gBAC1C,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS;oBACjC,MAAM,CAAC,YAAY,GAAG,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;gBAClD,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS;oBAC9B,MAAM,CAAC,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;gBAC5C,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS;oBAC/B,MAAM,CAAC,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;gBAC9C,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CACjC,KAAK,EACL,aAAa,EACb,SAAS,EACT,MAAM,CACP,CAAC;gBACF,OAAO;oBACL,OAAO,EAAE;wBACP,EAAE,IAAI,EAAE,MAAe,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE;qBACjE;iBACF,CAAC;YACJ,CAAC;SACF;QAED,0DAA0D;QAC1D,cAAc,EAAE;YACd,WAAW,EAAE,8DAA8D;YAC3E,WAAW,EAAE;gBACX,IAAI,EAAE,QAAiB;gBACvB,UAAU,EAAE;oBACV,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,sBAAsB,EAAE;iBAC5D;gBACD,QAAQ,EAAE,CAAC,IAAI,CAAC;aACjB;YACD,OAAO,EAAE,KAAK,EAAE,IAAoB,EAAE,EAAE;gBACtC,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,eAAe,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;gBACrE,OAAO;oBACL,OAAO,EAAE;wBACP,EAAE,IAAI,EAAE,MAAe,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE;qBACjE;iBACF,CAAC;YACJ,CAAC;SACF;QAED,0DAA0D;QAC1D,iBAAiB,EAAE;YACjB,WAAW,EAAE;;;;mCAIgB;YAC7B,WAAW,EAAE;gBACX,IAAI,EAAE,QAAiB;gBACvB,UAAU,EAAE;oBACV,EAAE,EAAE;wBACF,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,4CAA4C;qBAC1D;oBACD,KAAK,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,uBAAuB,EAAE;oBAC/D,WAAW,EAAE;wBACX,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,gCAAgC;qBAC9C;oBACD,UAAU,EAAE;wBACV,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,8CAA8C;qBAC5D;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,4CAA4C;qBAC1D;oBACD,UAAU,EAAE;wBACV,IAAI,EAAE,OAAO;wBACb,WAAW,EACT,yHAAyH;qBAC5H;oBACD,UAAU,EAAE;wBACV,IAAI,EAAE,QAAQ;wBACd,WAAW,EACT,uHAAuH;qBAC1H;oBACD,MAAM,EAAE;wBACN,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,kCAAkC;qBAChD;iBACF;gBACD,QAAQ,EAAE,CAAC,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,QAAQ,CAAC;aAClE;YACD,OAAO,EAAE,KAAK,EAAE,IASf,EAAE,EAAE;gBACH,MAAM,IAAI,GAAG;oBACX,EAAE,EAAE,IAAI,CAAC,EAAE;oBACX,KAAK,EAAE,IAAI,CAAC,KAAK;oBACjB,WAAW,EAAE,IAAI,CAAC,WAAW;oBAC7B,UAAU,EAAE,IAAI,CAAC,UAAU;oBAC3B,IAAI,EAAE,IAAI,CAAC,IAAI;oBACf,UAAU,EAAE,IAAI,CAAC,UAAU,IAAI,EAAE;oBACjC,UAAU,EAAE,IAAI,CAAC,UAAU;oBAC3B,MAAM,EAAE,IAAI,CAAC,MAAM;iBACpB,CAAC;gBACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,MAAM,EAAE,aAAa,EAAE,IAAI,CAAC,CAAC;gBACjE,OAAO;oBACL,OAAO,EAAE;wBACP,EAAE,IAAI,EAAE,MAAe,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE;qBACjE;iBACF,CAAC;YACJ,CAAC;SACF;QAED,0DAA0D;QAC1D,iBAAiB,EAAE;YACjB,WAAW,EAAE;;;sEAGmD;YAChE,WAAW,EAAE;gBACX,IAAI,EAAE,QAAiB;gBACvB,UAAU,EAAE;oBACV,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,6BAA6B,EAAE;oBAClE,KAAK,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,qBAAqB,EAAE;oBAC7D,WAAW,EAAE;wBACX,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,6BAA6B;qBAC3C;oBACD,UAAU,EAAE;wBACV,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,8CAA8C;qBAC5D;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,4CAA4C;qBAC1D;oBACD,UAAU,EAAE;wBACV,IAAI,EAAE,OAAO;wBACb,WAAW,EACT,yEAAyE;qBAC5E;oBACD,UAAU,EAAE;wBACV,IAAI,EAAE,QAAQ;wBACd,WAAW,EACT,uHAAuH;qBAC1H;oBACD,MAAM,EAAE;wBACN,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,kCAAkC;qBAChD;iBACF;gBACD,QAAQ,EAAE,CAAC,IAAI,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,QAAQ,CAAC;aACxE;YACD,OAAO,EAAE,KAAK,EAAE,IASf,EAAE,EAAE;gBACH,MAAM,EAAE,EAAE,EAAE,UAAU,EAAE,GAAG,IAAI,EAAE,GAAG,IAAI,CAAC;gBACzC,MAAM,IAAI,GAAG;oBACX,GAAG,IAAI;oBACP,UAAU,EAAE,UAAU,IAAI,EAAE;iBAC7B,CAAC;gBACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,eAAe,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;gBACtE,OAAO;oBACL,OAAO,EAAE;wBACP,EAAE,IAAI,EAAE,MAAe,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE;qBACjE;iBACF,CAAC;YACJ,CAAC;SACF;QAED,0DAA0D;QAC1D,iBAAiB,EAAE;YACjB,WAAW,EACT,gEAAgE;YAClE,WAAW,EAAE;gBACX,IAAI,EAAE,QAAiB;gBACvB,UAAU,EAAE;oBACV,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,yBAAyB,EAAE;iBAC/D;gBACD,QAAQ,EAAE,CAAC,IAAI,CAAC;aACjB;YACD,OAAO,EAAE,KAAK,EAAE,IAAoB,EAAE,EAAE;gBACtC,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,QAAQ,EAAE,eAAe,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;gBACxE,OAAO;oBACL,OAAO,EAAE;wBACP,EAAE,IAAI,EAAE,MAAe,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE;qBACjE;iBACF,CAAC;YACJ,CAAC;SACF;KACF,CAAC;AACJ,CAAC"}
@@ -314,5 +314,171 @@ export declare function getDynamicEntityTools(client: WapClient): {
314
314
  }[];
315
315
  }>;
316
316
  };
317
+ bulk_create_dynamic_entity_localizations: {
318
+ description: string;
319
+ inputSchema: {
320
+ type: "object";
321
+ properties: {
322
+ entityId: {
323
+ type: string;
324
+ description: string;
325
+ };
326
+ sourceLanguageId: {
327
+ type: string;
328
+ description: string;
329
+ };
330
+ useTranslateApi: {
331
+ type: string;
332
+ description: string;
333
+ };
334
+ };
335
+ required: string[];
336
+ };
337
+ handler: (args: {
338
+ entityId: string;
339
+ sourceLanguageId: string;
340
+ useTranslateApi?: boolean;
341
+ }) => Promise<{
342
+ content: {
343
+ type: "text";
344
+ text: string;
345
+ }[];
346
+ }>;
347
+ };
348
+ get_dynamic_entity_as_query: {
349
+ description: string;
350
+ inputSchema: {
351
+ type: "object";
352
+ properties: {
353
+ entityId: {
354
+ type: string;
355
+ description: string;
356
+ };
357
+ status: {
358
+ type: string;
359
+ description: string;
360
+ enum: string[];
361
+ };
362
+ pageIndex: {
363
+ type: string;
364
+ description: string;
365
+ };
366
+ pageLength: {
367
+ type: string;
368
+ description: string;
369
+ };
370
+ order: {
371
+ type: string;
372
+ description: string;
373
+ };
374
+ isDescending: {
375
+ type: string;
376
+ description: string;
377
+ };
378
+ filters: {
379
+ type: string;
380
+ description: string;
381
+ };
382
+ };
383
+ required: string[];
384
+ };
385
+ handler: (args: {
386
+ entityId: string;
387
+ status?: string;
388
+ pageIndex?: number;
389
+ pageLength?: number;
390
+ order?: string;
391
+ isDescending?: boolean;
392
+ filters?: Record<string, unknown>;
393
+ }) => Promise<{
394
+ content: {
395
+ type: "text";
396
+ text: string;
397
+ }[];
398
+ }>;
399
+ };
400
+ list_dynamic_entity_drafts: {
401
+ description: string;
402
+ inputSchema: {
403
+ type: "object";
404
+ properties: {
405
+ entityId: {
406
+ type: string;
407
+ description: string;
408
+ };
409
+ id: {
410
+ type: string;
411
+ description: string;
412
+ };
413
+ pageIndex: {
414
+ type: string;
415
+ description: string;
416
+ };
417
+ pageLength: {
418
+ type: string;
419
+ description: string;
420
+ };
421
+ };
422
+ required: string[];
423
+ };
424
+ handler: (args: {
425
+ entityId: string;
426
+ id: string;
427
+ pageIndex?: number;
428
+ pageLength?: number;
429
+ }) => Promise<{
430
+ content: {
431
+ type: "text";
432
+ text: string;
433
+ }[];
434
+ }>;
435
+ };
436
+ delete_dynamic_entity_version: {
437
+ description: string;
438
+ inputSchema: {
439
+ type: "object";
440
+ properties: {
441
+ entityId: {
442
+ type: string;
443
+ description: string;
444
+ };
445
+ id: {
446
+ type: string;
447
+ description: string;
448
+ };
449
+ };
450
+ required: string[];
451
+ };
452
+ handler: (args: {
453
+ entityId: string;
454
+ id: string;
455
+ }) => Promise<{
456
+ content: {
457
+ type: "text";
458
+ text: string;
459
+ }[];
460
+ }>;
461
+ };
462
+ get_dynamic_entity_order_info: {
463
+ description: string;
464
+ inputSchema: {
465
+ type: "object";
466
+ properties: {
467
+ entityId: {
468
+ type: string;
469
+ description: string;
470
+ };
471
+ };
472
+ required: string[];
473
+ };
474
+ handler: (args: {
475
+ entityId: string;
476
+ }) => Promise<{
477
+ content: {
478
+ type: "text";
479
+ text: string;
480
+ }[];
481
+ }>;
482
+ };
317
483
  };
318
484
  //# sourceMappingURL=dynamic-entities.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dynamic-entities.d.ts","sourceRoot":"","sources":["../../src/tools/dynamic-entities.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AASzC,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAgC3B;YACpB,QAAQ,EAAE,MAAM,CAAC;YACjB,MAAM,CAAC,EAAE,MAAM,CAAC;YAChB,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,YAAY,CAAC,EAAE,OAAO,CAAC;SACxB;;;;;;;;;;;;;;;;;;;;;;;wBA+BqB;YAAE,QAAQ,EAAE,MAAM,CAAC;YAAC,EAAE,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAwChC;YACpB,QAAQ,EAAE,MAAM,CAAC;YACjB,MAAM,CAAC,EAAE,MAAM,CAAC;YAChB,OAAO,EAAE,OAAO,EAAE,CAAC;SACpB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAmCqB;YACpB,QAAQ,EAAE,MAAM,CAAC;YACjB,EAAE,EAAE,MAAM,CAAC;YACX,MAAM,CAAC,EAAE,MAAM,CAAC;YAChB,OAAO,EAAE,OAAO,EAAE,CAAC;SACpB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBA4CqB;YACpB,QAAQ,EAAE,MAAM,CAAC;YACjB,EAAE,EAAE,MAAM,CAAC;YACX,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,MAAM,EAAE,MAAM,CAAC;YACf,OAAO,CAAC,EAAE,OAAO,EAAE,CAAC;SACrB;;;;;;;;;;;;;;;;;;;;;;;wBA0GqB;YAAE,QAAQ,EAAE,MAAM,CAAC;YAAC,EAAE,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;;;;;;wBAsBhC;YAAE,QAAQ,EAAE,MAAM,CAAC;YAAC,EAAE,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBA8BhC;YACpB,QAAQ,EAAE,MAAM,CAAC;YACjB,EAAE,EAAE,MAAM,CAAC;YACX,gBAAgB,EAAE,MAAM,CAAC;YACzB,eAAe,CAAC,EAAE,OAAO,CAAC;SAC3B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBA8BqB;YACpB,QAAQ,EAAE,MAAM,CAAC;YACjB,EAAE,EAAE,MAAM,CAAC;YACX,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,UAAU,CAAC,EAAE,MAAM,CAAC;SACrB;;;;;;;EAmBN"}
1
+ {"version":3,"file":"dynamic-entities.d.ts","sourceRoot":"","sources":["../../src/tools/dynamic-entities.ts"],"names":[],"mappings":"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"}