@mastra/server 1.63.2 → 1.63.3-alpha.0

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 (136) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/_types/@internal_core/dist/storage/index.d.ts +401 -401
  3. package/dist/_types/@mastra_schema-compat/dist/schema-compatibility-v3.d.ts +5 -5
  4. package/dist/_types/@mastra_schema-compat/dist/schema-compatibility-v4.d.ts +5 -5
  5. package/dist/_types/@mastra_schema-compat/dist/standard-schema/standard-schema.d.ts +1 -1
  6. package/dist/docs/SKILL.md +1 -1
  7. package/dist/docs/assets/SOURCE_MAP.json +1 -1
  8. package/dist/server/a2a/push-notification-sender.d.ts.map +1 -1
  9. package/dist/server/a2a/push-notification-store.d.ts.map +1 -1
  10. package/dist/server/a2a/store.d.ts.map +1 -1
  11. package/dist/server/auth/helpers.d.ts +1 -1
  12. package/dist/server/auth/helpers.d.ts.map +1 -1
  13. package/dist/server/browser-stream/viewer-registry.d.ts.map +1 -1
  14. package/dist/server/constants.d.ts +1 -1
  15. package/dist/server/constants.d.ts.map +1 -1
  16. package/dist/server/handlers/a2a.d.ts +60 -60
  17. package/dist/server/handlers/a2a.d.ts.map +1 -1
  18. package/dist/server/handlers/agent-builder.d.ts +110 -110
  19. package/dist/server/handlers/agent-controller.d.ts +110 -110
  20. package/dist/server/handlers/agent-versions.d.ts +5267 -5259
  21. package/dist/server/handlers/agent-versions.d.ts.map +1 -1
  22. package/dist/server/handlers/agents.d.ts +4355 -4355
  23. package/dist/server/handlers/agents.d.ts.map +1 -1
  24. package/dist/server/handlers/auth.d.ts +52 -52
  25. package/dist/server/handlers/background-tasks.d.ts +37 -37
  26. package/dist/server/handlers/builder-registry.d.ts +12 -12
  27. package/dist/server/handlers/channels.d.ts +10 -10
  28. package/dist/server/handlers/conversations.d.ts +13 -13
  29. package/dist/server/handlers/datasets.d.ts +396 -396
  30. package/dist/server/handlers/dynamic-workflows.d.ts +36 -36
  31. package/dist/server/handlers/editor-builder.d.ts +13 -13
  32. package/dist/server/handlers/gateway-memory-client.d.ts +4 -4
  33. package/dist/server/handlers/gateway-memory-client.d.ts.map +1 -1
  34. package/dist/server/handlers/logs.d.ts +40 -40
  35. package/dist/server/handlers/mcp-client-versions.d.ts +32 -32
  36. package/dist/server/handlers/mcp.d.ts +23 -23
  37. package/dist/server/handlers/memory.d.ts +138 -138
  38. package/dist/server/handlers/observability-list-query-schemas.d.ts +1 -1
  39. package/dist/server/handlers/observability-new-endpoints.d.ts +859 -859
  40. package/dist/server/handlers/observability-shared.d.ts +126 -126
  41. package/dist/server/handlers/observability-shared.d.ts.map +1 -1
  42. package/dist/server/handlers/observability.d.ts +17 -17
  43. package/dist/server/handlers/plans.d.ts +3 -3
  44. package/dist/server/handlers/processor-providers.d.ts +9 -9
  45. package/dist/server/handlers/processors.d.ts +31 -31
  46. package/dist/server/handlers/prompt-block-versions.d.ts +176 -176
  47. package/dist/server/handlers/responses.adapter.d.ts +3 -3
  48. package/dist/server/handlers/responses.adapter.d.ts.map +1 -1
  49. package/dist/server/handlers/responses.d.ts +17 -17
  50. package/dist/server/handlers/schedules.d.ts +242 -242
  51. package/dist/server/handlers/scorer-versions.d.ts +39 -39
  52. package/dist/server/handlers/scores.d.ts +20 -20
  53. package/dist/server/handlers/stored-agent-favorites.d.ts +4 -4
  54. package/dist/server/handlers/stored-agents.d.ts +5992 -5984
  55. package/dist/server/handlers/stored-agents.d.ts.map +1 -1
  56. package/dist/server/handlers/stored-mcp-clients.d.ts +46 -46
  57. package/dist/server/handlers/stored-prompt-blocks.d.ts +193 -193
  58. package/dist/server/handlers/stored-scorers.d.ts +56 -56
  59. package/dist/server/handlers/stored-skill-favorites.d.ts +4 -4
  60. package/dist/server/handlers/stored-skills.d.ts +70 -70
  61. package/dist/server/handlers/stored-workspaces.d.ts +36 -36
  62. package/dist/server/handlers/system.d.ts +19 -19
  63. package/dist/server/handlers/tool-providers.d.ts +49 -49
  64. package/dist/server/handlers/tools.d.ts +10 -10
  65. package/dist/server/handlers/vector.d.ts +18 -18
  66. package/dist/server/handlers/version-helpers.d.ts +1 -1
  67. package/dist/server/handlers/version-helpers.d.ts.map +1 -1
  68. package/dist/server/handlers/workflows.d.ts +167 -167
  69. package/dist/server/handlers/workspace.d.ts +370 -370
  70. package/dist/server/http-exception.d.ts.map +1 -1
  71. package/dist/server/schemas/a2a.d.ts +18 -18
  72. package/dist/server/schemas/agent-versions.d.ts +3948 -3948
  73. package/dist/server/schemas/agents.d.ts +172 -172
  74. package/dist/server/schemas/agents.d.ts.map +1 -1
  75. package/dist/server/schemas/auth.d.ts +5 -5
  76. package/dist/server/schemas/background-tasks.d.ts +22 -22
  77. package/dist/server/schemas/builder-registry.d.ts +1 -1
  78. package/dist/server/schemas/channels.d.ts +1 -1
  79. package/dist/server/schemas/common.d.ts +5 -5
  80. package/dist/server/schemas/common.d.ts.map +1 -1
  81. package/dist/server/schemas/conversations.d.ts +2 -2
  82. package/dist/server/schemas/datasets.d.ts +98 -98
  83. package/dist/server/schemas/dynamic-workflows.d.ts +7 -7
  84. package/dist/server/schemas/logs.d.ts +8 -8
  85. package/dist/server/schemas/mcp-client-versions.d.ts +2 -2
  86. package/dist/server/schemas/memory-config.d.ts +5 -5
  87. package/dist/server/schemas/memory.d.ts +20 -20
  88. package/dist/server/schemas/processor-providers.d.ts +2 -2
  89. package/dist/server/schemas/processors.d.ts +13 -13
  90. package/dist/server/schemas/prompt-block-versions.d.ts +149 -149
  91. package/dist/server/schemas/responses.d.ts +11 -11
  92. package/dist/server/schemas/rule-group.d.ts +28 -28
  93. package/dist/server/schemas/schedules.d.ts +120 -120
  94. package/dist/server/schemas/scorer-versions.d.ts +9 -9
  95. package/dist/server/schemas/scores.d.ts +2 -2
  96. package/dist/server/schemas/stored-agents.d.ts +9052 -9052
  97. package/dist/server/schemas/stored-mcp-clients.d.ts +9 -9
  98. package/dist/server/schemas/stored-prompt-blocks.d.ts +156 -156
  99. package/dist/server/schemas/stored-scorers.d.ts +16 -16
  100. package/dist/server/schemas/stored-skills.d.ts +22 -22
  101. package/dist/server/schemas/stored-workspaces.d.ts +6 -6
  102. package/dist/server/schemas/system.d.ts +12 -12
  103. package/dist/server/schemas/tool-providers.d.ts +20 -20
  104. package/dist/server/schemas/vectors.d.ts +1 -1
  105. package/dist/server/schemas/version-common.d.ts +2 -2
  106. package/dist/server/schemas/workflows.d.ts +57 -57
  107. package/dist/server/schemas/workspace.d.ts +17 -17
  108. package/dist/server/server-adapter/index.d.ts.map +1 -1
  109. package/dist/server/server-adapter/routes/a2a.d.ts +49 -49
  110. package/dist/server/server-adapter/routes/agent-builder.d.ts +110 -110
  111. package/dist/server/server-adapter/routes/channels.d.ts +10 -10
  112. package/dist/server/server-adapter/routes/conversations.d.ts +26 -26
  113. package/dist/server/server-adapter/routes/datasets.d.ts +394 -394
  114. package/dist/server/server-adapter/routes/editor-builder.d.ts +25 -25
  115. package/dist/server/server-adapter/routes/legacy.d.ts +157 -157
  116. package/dist/server/server-adapter/routes/logs.d.ts +40 -40
  117. package/dist/server/server-adapter/routes/mcp.d.ts +23 -23
  118. package/dist/server/server-adapter/routes/memory.d.ts +138 -138
  119. package/dist/server/server-adapter/routes/observability.d.ts +446 -446
  120. package/dist/server/server-adapter/routes/processor-providers.d.ts +9 -9
  121. package/dist/server/server-adapter/routes/processors.d.ts +31 -31
  122. package/dist/server/server-adapter/routes/responses.d.ts +17 -17
  123. package/dist/server/server-adapter/routes/scorers.d.ts +20 -20
  124. package/dist/server/server-adapter/routes/stored-mcp-clients.d.ts +78 -78
  125. package/dist/server/server-adapter/routes/stored-prompt-blocks.d.ts +369 -369
  126. package/dist/server/server-adapter/routes/stored-scorers.d.ts +95 -95
  127. package/dist/server/server-adapter/routes/stored-skills.d.ts +74 -74
  128. package/dist/server/server-adapter/routes/stored-workspaces.d.ts +36 -36
  129. package/dist/server/server-adapter/routes/system.d.ts +19 -19
  130. package/dist/server/server-adapter/routes/tool-providers.d.ts +49 -49
  131. package/dist/server/server-adapter/routes/tools.d.ts +6 -6
  132. package/dist/server/server-adapter/routes/vectors.d.ts +18 -18
  133. package/dist/server/server-adapter/routes/workflows.d.ts +163 -163
  134. package/dist/server/server-adapter/routes/workspace.d.ts +334 -334
  135. package/dist/server/utils.d.ts.map +1 -1
  136. package/package.json +7 -6
@@ -5,8 +5,8 @@ export declare const storedPromptBlockIdPathParams: z.ZodObject<{
5
5
  }, z.core.$strip>;
6
6
  export { statusQuerySchema };
7
7
  export declare const listStoredPromptBlocksQuerySchema: z.ZodObject<{
8
- perPage: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
9
8
  page: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
9
+ perPage: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
10
10
  orderBy: z.ZodOptional<z.ZodObject<{
11
11
  field: z.ZodOptional<z.ZodEnum<{
12
12
  createdAt: "createdAt";
@@ -18,15 +18,15 @@ export declare const listStoredPromptBlocksQuerySchema: z.ZodObject<{
18
18
  }>>;
19
19
  }, z.core.$strip>>;
20
20
  status: z.ZodOptional<z.ZodEnum<{
21
+ archived: "archived";
21
22
  draft: "draft";
22
23
  published: "published";
23
- archived: "archived";
24
24
  }>>;
25
25
  authorId: z.ZodOptional<z.ZodString>;
26
26
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
27
27
  }, z.core.$strip> | z.ZodObject<{
28
- perPage: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
29
28
  page: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
29
+ perPage: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
30
30
  orderBy: z.ZodOptional<z.ZodObject<{
31
31
  field: z.ZodOptional<z.ZodEnum<{
32
32
  createdAt: "createdAt";
@@ -38,17 +38,14 @@ export declare const listStoredPromptBlocksQuerySchema: z.ZodObject<{
38
38
  }>>;
39
39
  }, z.core.$strip>>;
40
40
  status: z.ZodOptional<z.ZodEnum<{
41
+ archived: "archived";
41
42
  draft: "draft";
42
43
  published: "published";
43
- archived: "archived";
44
44
  }>>;
45
45
  authorId: z.ZodOptional<z.ZodString>;
46
46
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
47
47
  }, z.core.$strip>;
48
48
  export declare const createStoredPromptBlockBodySchema: z.ZodObject<{
49
- id: z.ZodOptional<z.ZodString>;
50
- authorId: z.ZodOptional<z.ZodString>;
51
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
52
49
  name: z.ZodString;
53
50
  description: z.ZodOptional<z.ZodString>;
54
51
  content: z.ZodString;
@@ -60,18 +57,18 @@ export declare const createStoredPromptBlockBodySchema: z.ZodObject<{
60
57
  conditions: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
61
58
  field: z.ZodString;
62
59
  operator: z.ZodEnum<{
63
- in: "in";
64
- equals: "equals";
65
- not_equals: "not_equals";
66
60
  contains: "contains";
67
- not_contains: "not_contains";
61
+ equals: "equals";
62
+ exists: "exists";
68
63
  greater_than: "greater_than";
69
- less_than: "less_than";
70
64
  greater_than_or_equal: "greater_than_or_equal";
65
+ in: "in";
66
+ less_than: "less_than";
71
67
  less_than_or_equal: "less_than_or_equal";
72
- not_in: "not_in";
73
- exists: "exists";
68
+ not_contains: "not_contains";
69
+ not_equals: "not_equals";
74
70
  not_exists: "not_exists";
71
+ not_in: "not_in";
75
72
  }>;
76
73
  value: z.ZodOptional<z.ZodUnknown>;
77
74
  }, z.core.$strip>, z.ZodObject<{
@@ -82,18 +79,18 @@ export declare const createStoredPromptBlockBodySchema: z.ZodObject<{
82
79
  conditions: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
83
80
  field: z.ZodString;
84
81
  operator: z.ZodEnum<{
85
- in: "in";
86
- equals: "equals";
87
- not_equals: "not_equals";
88
82
  contains: "contains";
89
- not_contains: "not_contains";
83
+ equals: "equals";
84
+ exists: "exists";
90
85
  greater_than: "greater_than";
91
- less_than: "less_than";
92
86
  greater_than_or_equal: "greater_than_or_equal";
87
+ in: "in";
88
+ less_than: "less_than";
93
89
  less_than_or_equal: "less_than_or_equal";
94
- not_in: "not_in";
95
- exists: "exists";
90
+ not_contains: "not_contains";
91
+ not_equals: "not_equals";
96
92
  not_exists: "not_exists";
93
+ not_in: "not_in";
97
94
  }>;
98
95
  value: z.ZodOptional<z.ZodUnknown>;
99
96
  }, z.core.$strip>, z.ZodObject<{
@@ -104,18 +101,18 @@ export declare const createStoredPromptBlockBodySchema: z.ZodObject<{
104
101
  conditions: z.ZodArray<z.ZodObject<{
105
102
  field: z.ZodString;
106
103
  operator: z.ZodEnum<{
107
- in: "in";
108
- equals: "equals";
109
- not_equals: "not_equals";
110
104
  contains: "contains";
111
- not_contains: "not_contains";
105
+ equals: "equals";
106
+ exists: "exists";
112
107
  greater_than: "greater_than";
113
- less_than: "less_than";
114
108
  greater_than_or_equal: "greater_than_or_equal";
109
+ in: "in";
110
+ less_than: "less_than";
115
111
  less_than_or_equal: "less_than_or_equal";
116
- not_in: "not_in";
117
- exists: "exists";
112
+ not_contains: "not_contains";
113
+ not_equals: "not_equals";
118
114
  not_exists: "not_exists";
115
+ not_in: "not_in";
119
116
  }>;
120
117
  value: z.ZodOptional<z.ZodUnknown>;
121
118
  }, z.core.$strip>>;
@@ -123,10 +120,11 @@ export declare const createStoredPromptBlockBodySchema: z.ZodObject<{
123
120
  }, z.core.$strip>]>>;
124
121
  }, z.core.$strip>>;
125
122
  requestContextSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
126
- }, z.core.$strip>;
127
- export declare const updateStoredPromptBlockBodySchema: z.ZodObject<{
123
+ id: z.ZodOptional<z.ZodString>;
128
124
  authorId: z.ZodOptional<z.ZodString>;
129
125
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
126
+ }, z.core.$strip>;
127
+ export declare const updateStoredPromptBlockBodySchema: z.ZodObject<{
130
128
  name: z.ZodOptional<z.ZodString>;
131
129
  description: z.ZodOptional<z.ZodOptional<z.ZodString>>;
132
130
  content: z.ZodOptional<z.ZodString>;
@@ -138,18 +136,18 @@ export declare const updateStoredPromptBlockBodySchema: z.ZodObject<{
138
136
  conditions: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
139
137
  field: z.ZodString;
140
138
  operator: z.ZodEnum<{
141
- in: "in";
142
- equals: "equals";
143
- not_equals: "not_equals";
144
139
  contains: "contains";
145
- not_contains: "not_contains";
140
+ equals: "equals";
141
+ exists: "exists";
146
142
  greater_than: "greater_than";
147
- less_than: "less_than";
148
143
  greater_than_or_equal: "greater_than_or_equal";
144
+ in: "in";
145
+ less_than: "less_than";
149
146
  less_than_or_equal: "less_than_or_equal";
150
- not_in: "not_in";
151
- exists: "exists";
147
+ not_contains: "not_contains";
148
+ not_equals: "not_equals";
152
149
  not_exists: "not_exists";
150
+ not_in: "not_in";
153
151
  }>;
154
152
  value: z.ZodOptional<z.ZodUnknown>;
155
153
  }, z.core.$strip>, z.ZodObject<{
@@ -160,18 +158,18 @@ export declare const updateStoredPromptBlockBodySchema: z.ZodObject<{
160
158
  conditions: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
161
159
  field: z.ZodString;
162
160
  operator: z.ZodEnum<{
163
- in: "in";
164
- equals: "equals";
165
- not_equals: "not_equals";
166
161
  contains: "contains";
167
- not_contains: "not_contains";
162
+ equals: "equals";
163
+ exists: "exists";
168
164
  greater_than: "greater_than";
169
- less_than: "less_than";
170
165
  greater_than_or_equal: "greater_than_or_equal";
166
+ in: "in";
167
+ less_than: "less_than";
171
168
  less_than_or_equal: "less_than_or_equal";
172
- not_in: "not_in";
173
- exists: "exists";
169
+ not_contains: "not_contains";
170
+ not_equals: "not_equals";
174
171
  not_exists: "not_exists";
172
+ not_in: "not_in";
175
173
  }>;
176
174
  value: z.ZodOptional<z.ZodUnknown>;
177
175
  }, z.core.$strip>, z.ZodObject<{
@@ -182,18 +180,18 @@ export declare const updateStoredPromptBlockBodySchema: z.ZodObject<{
182
180
  conditions: z.ZodArray<z.ZodObject<{
183
181
  field: z.ZodString;
184
182
  operator: z.ZodEnum<{
185
- in: "in";
186
- equals: "equals";
187
- not_equals: "not_equals";
188
183
  contains: "contains";
189
- not_contains: "not_contains";
184
+ equals: "equals";
185
+ exists: "exists";
190
186
  greater_than: "greater_than";
191
- less_than: "less_than";
192
187
  greater_than_or_equal: "greater_than_or_equal";
188
+ in: "in";
189
+ less_than: "less_than";
193
190
  less_than_or_equal: "less_than_or_equal";
194
- not_in: "not_in";
195
- exists: "exists";
191
+ not_contains: "not_contains";
192
+ not_equals: "not_equals";
196
193
  not_exists: "not_exists";
194
+ not_in: "not_in";
197
195
  }>;
198
196
  value: z.ZodOptional<z.ZodUnknown>;
199
197
  }, z.core.$strip>>;
@@ -201,6 +199,8 @@ export declare const updateStoredPromptBlockBodySchema: z.ZodObject<{
201
199
  }, z.core.$strip>]>>;
202
200
  }, z.core.$strip>>>;
203
201
  requestContextSchema: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
202
+ authorId: z.ZodOptional<z.ZodString>;
203
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
204
204
  }, z.core.$strip>;
205
205
  export declare const storedPromptBlockSchema: z.ZodObject<{
206
206
  id: z.ZodString;
@@ -222,18 +222,18 @@ export declare const storedPromptBlockSchema: z.ZodObject<{
222
222
  conditions: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
223
223
  field: z.ZodString;
224
224
  operator: z.ZodEnum<{
225
- in: "in";
226
- equals: "equals";
227
- not_equals: "not_equals";
228
225
  contains: "contains";
229
- not_contains: "not_contains";
226
+ equals: "equals";
227
+ exists: "exists";
230
228
  greater_than: "greater_than";
231
- less_than: "less_than";
232
229
  greater_than_or_equal: "greater_than_or_equal";
230
+ in: "in";
231
+ less_than: "less_than";
233
232
  less_than_or_equal: "less_than_or_equal";
234
- not_in: "not_in";
235
- exists: "exists";
233
+ not_contains: "not_contains";
234
+ not_equals: "not_equals";
236
235
  not_exists: "not_exists";
236
+ not_in: "not_in";
237
237
  }>;
238
238
  value: z.ZodOptional<z.ZodUnknown>;
239
239
  }, z.core.$strip>, z.ZodObject<{
@@ -244,18 +244,18 @@ export declare const storedPromptBlockSchema: z.ZodObject<{
244
244
  conditions: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
245
245
  field: z.ZodString;
246
246
  operator: z.ZodEnum<{
247
- in: "in";
248
- equals: "equals";
249
- not_equals: "not_equals";
250
247
  contains: "contains";
251
- not_contains: "not_contains";
248
+ equals: "equals";
249
+ exists: "exists";
252
250
  greater_than: "greater_than";
253
- less_than: "less_than";
254
251
  greater_than_or_equal: "greater_than_or_equal";
252
+ in: "in";
253
+ less_than: "less_than";
255
254
  less_than_or_equal: "less_than_or_equal";
256
- not_in: "not_in";
257
- exists: "exists";
255
+ not_contains: "not_contains";
256
+ not_equals: "not_equals";
258
257
  not_exists: "not_exists";
258
+ not_in: "not_in";
259
259
  }>;
260
260
  value: z.ZodOptional<z.ZodUnknown>;
261
261
  }, z.core.$strip>, z.ZodObject<{
@@ -266,18 +266,18 @@ export declare const storedPromptBlockSchema: z.ZodObject<{
266
266
  conditions: z.ZodArray<z.ZodObject<{
267
267
  field: z.ZodString;
268
268
  operator: z.ZodEnum<{
269
- in: "in";
270
- equals: "equals";
271
- not_equals: "not_equals";
272
269
  contains: "contains";
273
- not_contains: "not_contains";
270
+ equals: "equals";
271
+ exists: "exists";
274
272
  greater_than: "greater_than";
275
- less_than: "less_than";
276
273
  greater_than_or_equal: "greater_than_or_equal";
274
+ in: "in";
275
+ less_than: "less_than";
277
276
  less_than_or_equal: "less_than_or_equal";
278
- not_in: "not_in";
279
- exists: "exists";
277
+ not_contains: "not_contains";
278
+ not_equals: "not_equals";
280
279
  not_exists: "not_exists";
280
+ not_in: "not_in";
281
281
  }>;
282
282
  value: z.ZodOptional<z.ZodUnknown>;
283
283
  }, z.core.$strip>>;
@@ -311,18 +311,18 @@ export declare const listStoredPromptBlocksResponseSchema: z.ZodObject<{
311
311
  conditions: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
312
312
  field: z.ZodString;
313
313
  operator: z.ZodEnum<{
314
- in: "in";
315
- equals: "equals";
316
- not_equals: "not_equals";
317
314
  contains: "contains";
318
- not_contains: "not_contains";
315
+ equals: "equals";
316
+ exists: "exists";
319
317
  greater_than: "greater_than";
320
- less_than: "less_than";
321
318
  greater_than_or_equal: "greater_than_or_equal";
319
+ in: "in";
320
+ less_than: "less_than";
322
321
  less_than_or_equal: "less_than_or_equal";
323
- not_in: "not_in";
324
- exists: "exists";
322
+ not_contains: "not_contains";
323
+ not_equals: "not_equals";
325
324
  not_exists: "not_exists";
325
+ not_in: "not_in";
326
326
  }>;
327
327
  value: z.ZodOptional<z.ZodUnknown>;
328
328
  }, z.core.$strip>, z.ZodObject<{
@@ -333,18 +333,18 @@ export declare const listStoredPromptBlocksResponseSchema: z.ZodObject<{
333
333
  conditions: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
334
334
  field: z.ZodString;
335
335
  operator: z.ZodEnum<{
336
- in: "in";
337
- equals: "equals";
338
- not_equals: "not_equals";
339
336
  contains: "contains";
340
- not_contains: "not_contains";
337
+ equals: "equals";
338
+ exists: "exists";
341
339
  greater_than: "greater_than";
342
- less_than: "less_than";
343
340
  greater_than_or_equal: "greater_than_or_equal";
341
+ in: "in";
342
+ less_than: "less_than";
344
343
  less_than_or_equal: "less_than_or_equal";
345
- not_in: "not_in";
346
- exists: "exists";
344
+ not_contains: "not_contains";
345
+ not_equals: "not_equals";
347
346
  not_exists: "not_exists";
347
+ not_in: "not_in";
348
348
  }>;
349
349
  value: z.ZodOptional<z.ZodUnknown>;
350
350
  }, z.core.$strip>, z.ZodObject<{
@@ -355,18 +355,18 @@ export declare const listStoredPromptBlocksResponseSchema: z.ZodObject<{
355
355
  conditions: z.ZodArray<z.ZodObject<{
356
356
  field: z.ZodString;
357
357
  operator: z.ZodEnum<{
358
- in: "in";
359
- equals: "equals";
360
- not_equals: "not_equals";
361
358
  contains: "contains";
362
- not_contains: "not_contains";
359
+ equals: "equals";
360
+ exists: "exists";
363
361
  greater_than: "greater_than";
364
- less_than: "less_than";
365
362
  greater_than_or_equal: "greater_than_or_equal";
363
+ in: "in";
364
+ less_than: "less_than";
366
365
  less_than_or_equal: "less_than_or_equal";
367
- not_in: "not_in";
368
- exists: "exists";
366
+ not_contains: "not_contains";
367
+ not_equals: "not_equals";
369
368
  not_exists: "not_exists";
369
+ not_in: "not_in";
370
370
  }>;
371
371
  value: z.ZodOptional<z.ZodUnknown>;
372
372
  }, z.core.$strip>>;
@@ -396,18 +396,18 @@ export declare const getStoredPromptBlockResponseSchema: z.ZodObject<{
396
396
  conditions: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
397
397
  field: z.ZodString;
398
398
  operator: z.ZodEnum<{
399
- in: "in";
400
- equals: "equals";
401
- not_equals: "not_equals";
402
399
  contains: "contains";
403
- not_contains: "not_contains";
400
+ equals: "equals";
401
+ exists: "exists";
404
402
  greater_than: "greater_than";
405
- less_than: "less_than";
406
403
  greater_than_or_equal: "greater_than_or_equal";
404
+ in: "in";
405
+ less_than: "less_than";
407
406
  less_than_or_equal: "less_than_or_equal";
408
- not_in: "not_in";
409
- exists: "exists";
407
+ not_contains: "not_contains";
408
+ not_equals: "not_equals";
410
409
  not_exists: "not_exists";
410
+ not_in: "not_in";
411
411
  }>;
412
412
  value: z.ZodOptional<z.ZodUnknown>;
413
413
  }, z.core.$strip>, z.ZodObject<{
@@ -418,18 +418,18 @@ export declare const getStoredPromptBlockResponseSchema: z.ZodObject<{
418
418
  conditions: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
419
419
  field: z.ZodString;
420
420
  operator: z.ZodEnum<{
421
- in: "in";
422
- equals: "equals";
423
- not_equals: "not_equals";
424
421
  contains: "contains";
425
- not_contains: "not_contains";
422
+ equals: "equals";
423
+ exists: "exists";
426
424
  greater_than: "greater_than";
427
- less_than: "less_than";
428
425
  greater_than_or_equal: "greater_than_or_equal";
426
+ in: "in";
427
+ less_than: "less_than";
429
428
  less_than_or_equal: "less_than_or_equal";
430
- not_in: "not_in";
431
- exists: "exists";
429
+ not_contains: "not_contains";
430
+ not_equals: "not_equals";
432
431
  not_exists: "not_exists";
432
+ not_in: "not_in";
433
433
  }>;
434
434
  value: z.ZodOptional<z.ZodUnknown>;
435
435
  }, z.core.$strip>, z.ZodObject<{
@@ -440,18 +440,18 @@ export declare const getStoredPromptBlockResponseSchema: z.ZodObject<{
440
440
  conditions: z.ZodArray<z.ZodObject<{
441
441
  field: z.ZodString;
442
442
  operator: z.ZodEnum<{
443
- in: "in";
444
- equals: "equals";
445
- not_equals: "not_equals";
446
443
  contains: "contains";
447
- not_contains: "not_contains";
444
+ equals: "equals";
445
+ exists: "exists";
448
446
  greater_than: "greater_than";
449
- less_than: "less_than";
450
447
  greater_than_or_equal: "greater_than_or_equal";
448
+ in: "in";
449
+ less_than: "less_than";
451
450
  less_than_or_equal: "less_than_or_equal";
452
- not_in: "not_in";
453
- exists: "exists";
451
+ not_contains: "not_contains";
452
+ not_equals: "not_equals";
454
453
  not_exists: "not_exists";
454
+ not_in: "not_in";
455
455
  }>;
456
456
  value: z.ZodOptional<z.ZodUnknown>;
457
457
  }, z.core.$strip>>;
@@ -480,18 +480,18 @@ export declare const createStoredPromptBlockResponseSchema: z.ZodObject<{
480
480
  conditions: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
481
481
  field: z.ZodString;
482
482
  operator: z.ZodEnum<{
483
- in: "in";
484
- equals: "equals";
485
- not_equals: "not_equals";
486
483
  contains: "contains";
487
- not_contains: "not_contains";
484
+ equals: "equals";
485
+ exists: "exists";
488
486
  greater_than: "greater_than";
489
- less_than: "less_than";
490
487
  greater_than_or_equal: "greater_than_or_equal";
488
+ in: "in";
489
+ less_than: "less_than";
491
490
  less_than_or_equal: "less_than_or_equal";
492
- not_in: "not_in";
493
- exists: "exists";
491
+ not_contains: "not_contains";
492
+ not_equals: "not_equals";
494
493
  not_exists: "not_exists";
494
+ not_in: "not_in";
495
495
  }>;
496
496
  value: z.ZodOptional<z.ZodUnknown>;
497
497
  }, z.core.$strip>, z.ZodObject<{
@@ -502,18 +502,18 @@ export declare const createStoredPromptBlockResponseSchema: z.ZodObject<{
502
502
  conditions: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
503
503
  field: z.ZodString;
504
504
  operator: z.ZodEnum<{
505
- in: "in";
506
- equals: "equals";
507
- not_equals: "not_equals";
508
505
  contains: "contains";
509
- not_contains: "not_contains";
506
+ equals: "equals";
507
+ exists: "exists";
510
508
  greater_than: "greater_than";
511
- less_than: "less_than";
512
509
  greater_than_or_equal: "greater_than_or_equal";
510
+ in: "in";
511
+ less_than: "less_than";
513
512
  less_than_or_equal: "less_than_or_equal";
514
- not_in: "not_in";
515
- exists: "exists";
513
+ not_contains: "not_contains";
514
+ not_equals: "not_equals";
516
515
  not_exists: "not_exists";
516
+ not_in: "not_in";
517
517
  }>;
518
518
  value: z.ZodOptional<z.ZodUnknown>;
519
519
  }, z.core.$strip>, z.ZodObject<{
@@ -524,18 +524,18 @@ export declare const createStoredPromptBlockResponseSchema: z.ZodObject<{
524
524
  conditions: z.ZodArray<z.ZodObject<{
525
525
  field: z.ZodString;
526
526
  operator: z.ZodEnum<{
527
- in: "in";
528
- equals: "equals";
529
- not_equals: "not_equals";
530
527
  contains: "contains";
531
- not_contains: "not_contains";
528
+ equals: "equals";
529
+ exists: "exists";
532
530
  greater_than: "greater_than";
533
- less_than: "less_than";
534
531
  greater_than_or_equal: "greater_than_or_equal";
532
+ in: "in";
533
+ less_than: "less_than";
535
534
  less_than_or_equal: "less_than_or_equal";
536
- not_in: "not_in";
537
- exists: "exists";
535
+ not_contains: "not_contains";
536
+ not_equals: "not_equals";
538
537
  not_exists: "not_exists";
538
+ not_in: "not_in";
539
539
  }>;
540
540
  value: z.ZodOptional<z.ZodUnknown>;
541
541
  }, z.core.$strip>>;
@@ -572,18 +572,18 @@ export declare const updateStoredPromptBlockResponseSchema: z.ZodUnion<readonly
572
572
  conditions: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
573
573
  field: z.ZodString;
574
574
  operator: z.ZodEnum<{
575
- in: "in";
576
- equals: "equals";
577
- not_equals: "not_equals";
578
575
  contains: "contains";
579
- not_contains: "not_contains";
576
+ equals: "equals";
577
+ exists: "exists";
580
578
  greater_than: "greater_than";
581
- less_than: "less_than";
582
579
  greater_than_or_equal: "greater_than_or_equal";
580
+ in: "in";
581
+ less_than: "less_than";
583
582
  less_than_or_equal: "less_than_or_equal";
584
- not_in: "not_in";
585
- exists: "exists";
583
+ not_contains: "not_contains";
584
+ not_equals: "not_equals";
586
585
  not_exists: "not_exists";
586
+ not_in: "not_in";
587
587
  }>;
588
588
  value: z.ZodOptional<z.ZodUnknown>;
589
589
  }, z.core.$strip>, z.ZodObject<{
@@ -594,18 +594,18 @@ export declare const updateStoredPromptBlockResponseSchema: z.ZodUnion<readonly
594
594
  conditions: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
595
595
  field: z.ZodString;
596
596
  operator: z.ZodEnum<{
597
- in: "in";
598
- equals: "equals";
599
- not_equals: "not_equals";
600
597
  contains: "contains";
601
- not_contains: "not_contains";
598
+ equals: "equals";
599
+ exists: "exists";
602
600
  greater_than: "greater_than";
603
- less_than: "less_than";
604
601
  greater_than_or_equal: "greater_than_or_equal";
602
+ in: "in";
603
+ less_than: "less_than";
605
604
  less_than_or_equal: "less_than_or_equal";
606
- not_in: "not_in";
607
- exists: "exists";
605
+ not_contains: "not_contains";
606
+ not_equals: "not_equals";
608
607
  not_exists: "not_exists";
608
+ not_in: "not_in";
609
609
  }>;
610
610
  value: z.ZodOptional<z.ZodUnknown>;
611
611
  }, z.core.$strip>, z.ZodObject<{
@@ -616,18 +616,18 @@ export declare const updateStoredPromptBlockResponseSchema: z.ZodUnion<readonly
616
616
  conditions: z.ZodArray<z.ZodObject<{
617
617
  field: z.ZodString;
618
618
  operator: z.ZodEnum<{
619
- in: "in";
620
- equals: "equals";
621
- not_equals: "not_equals";
622
619
  contains: "contains";
623
- not_contains: "not_contains";
620
+ equals: "equals";
621
+ exists: "exists";
624
622
  greater_than: "greater_than";
625
- less_than: "less_than";
626
623
  greater_than_or_equal: "greater_than_or_equal";
624
+ in: "in";
625
+ less_than: "less_than";
627
626
  less_than_or_equal: "less_than_or_equal";
628
- not_in: "not_in";
629
- exists: "exists";
627
+ not_contains: "not_contains";
628
+ not_equals: "not_equals";
630
629
  not_exists: "not_exists";
630
+ not_in: "not_in";
631
631
  }>;
632
632
  value: z.ZodOptional<z.ZodUnknown>;
633
633
  }, z.core.$strip>>;