@sap-ai-sdk/ai-api 2.1.0 → 2.1.1-20251113013327.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 (37) hide show
  1. package/dist/client/AI_CORE_API/execution-api.d.ts +69 -1
  2. package/dist/client/AI_CORE_API/execution-api.d.ts.map +1 -1
  3. package/dist/client/AI_CORE_API/execution-api.js +67 -0
  4. package/dist/client/AI_CORE_API/execution-api.js.map +1 -1
  5. package/dist/client/AI_CORE_API/index.d.ts +0 -1
  6. package/dist/client/AI_CORE_API/index.d.ts.map +1 -1
  7. package/dist/client/AI_CORE_API/index.js +0 -1
  8. package/dist/client/AI_CORE_API/index.js.map +1 -1
  9. package/dist/client/AI_CORE_API/resource-api.d.ts +9 -1
  10. package/dist/client/AI_CORE_API/resource-api.d.ts.map +1 -1
  11. package/dist/client/AI_CORE_API/resource-api.js +8 -0
  12. package/dist/client/AI_CORE_API/resource-api.js.map +1 -1
  13. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-details.d.ts +2 -0
  14. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-details.d.ts.map +1 -1
  15. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-details.js +0 -5
  16. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-details.js.map +1 -1
  17. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-patch-body.d.ts +2 -0
  18. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-patch-body.d.ts.map +1 -1
  19. package/dist/client/AI_CORE_API/schema/bcknd-instance-type-get-response.d.ts +8 -0
  20. package/dist/client/AI_CORE_API/schema/bcknd-instance-type-get-response.d.ts.map +1 -0
  21. package/dist/client/AI_CORE_API/schema/bcknd-instance-type-get-response.js +2 -0
  22. package/dist/client/AI_CORE_API/schema/bcknd-instance-type-get-response.js.map +1 -0
  23. package/dist/client/AI_CORE_API/schema/bcknd-instance-type.d.ts +22 -0
  24. package/dist/client/AI_CORE_API/schema/bcknd-instance-type.d.ts.map +1 -0
  25. package/dist/client/AI_CORE_API/schema/bcknd-instance-type.js +7 -0
  26. package/dist/client/AI_CORE_API/schema/bcknd-instance-type.js.map +1 -0
  27. package/dist/client/AI_CORE_API/schema/bcknd-service-capabilities.d.ts +4 -0
  28. package/dist/client/AI_CORE_API/schema/bcknd-service-capabilities.d.ts.map +1 -1
  29. package/dist/client/AI_CORE_API/schema/index.d.ts +141 -139
  30. package/dist/client/AI_CORE_API/schema/index.d.ts.map +1 -1
  31. package/dist/client/AI_CORE_API/schema/index.js +141 -139
  32. package/dist/client/AI_CORE_API/schema/index.js.map +1 -1
  33. package/package.json +2 -2
  34. package/dist/client/AI_CORE_API/execution-schedule-api.d.ts +0 -78
  35. package/dist/client/AI_CORE_API/execution-schedule-api.d.ts.map +0 -1
  36. package/dist/client/AI_CORE_API/execution-schedule-api.js +0 -81
  37. package/dist/client/AI_CORE_API/execution-schedule-api.js.map +0 -1
@@ -9,32 +9,15 @@ export * from './meta-ai-api.js';
9
9
  export * from './meta-version.js';
10
10
  export * from './meta-api-version.js';
11
11
  export * from './meta-api-error.js';
12
- export * from './trck-get-metric-resource.js';
13
- export * from './trck-metric-resource.js';
14
- export * from './trck-get-metric-resource-list.js';
15
- export * from './trck-delete-metrics-response.js';
16
- export * from './trck-execution-id.js';
17
- export * from './trck-timestamp.js';
18
- export * from './trck-get-metric-list.js';
19
- export * from './trck-metric-list.js';
20
- export * from './trck-get-metric.js';
21
- export * from './trck-metric.js';
22
- export * from './trck-metric-name.js';
23
- export * from './trck-metric-value.js';
24
- export * from './trckmetric-selector-permissible-values.js';
25
- export * from './trck-label-list.js';
26
- export * from './trck-label.js';
27
- export * from './trck-tag-list.js';
28
- export * from './trck-tag.js';
29
- export * from './trck-custom-info-object-list.js';
30
- export * from './trck-custom-info-object.js';
31
- export * from './trck-custom-info-object-data.js';
32
- export * from './trck-mlapi-execution-id.js';
33
- export * from './trck-generic-name.js';
34
- export * from './trck-label-name.js';
35
- export * from './trck-api-error.js';
36
- export * from './trck-details-error-response.js';
37
- export * from './trck-string-array.js';
12
+ export * from './kpi-column-name.js';
13
+ export * from './kpi-array-of-column-names.js';
14
+ export * from './kpi-aggregation-attribute.js';
15
+ export * from './kpi-count-aggregate.js';
16
+ export * from './kpi-result-row.js';
17
+ export * from './kpi-result-row-item.js';
18
+ export * from './kpi-result-row-list.js';
19
+ export * from './kpi-result-set.js';
20
+ export * from './kpi-api-error.js';
38
21
  export * from './rta-id.js';
39
22
  export * from './rta-ttl.js';
40
23
  export * from './rta-label-list.js';
@@ -88,6 +71,138 @@ export * from './rt-atimestamp.js';
88
71
  export * from './rt-amessage.js';
89
72
  export * from './rta-error-response.js';
90
73
  export * from './rta-error.js';
74
+ export * from './d-set-url.js';
75
+ export * from './d-set-error.js';
76
+ export * from './d-set-file-creation-response.js';
77
+ export * from './trck-get-metric-resource.js';
78
+ export * from './trck-metric-resource.js';
79
+ export * from './trck-get-metric-resource-list.js';
80
+ export * from './trck-delete-metrics-response.js';
81
+ export * from './trck-execution-id.js';
82
+ export * from './trck-timestamp.js';
83
+ export * from './trck-get-metric-list.js';
84
+ export * from './trck-metric-list.js';
85
+ export * from './trck-get-metric.js';
86
+ export * from './trck-metric.js';
87
+ export * from './trck-metric-name.js';
88
+ export * from './trck-metric-value.js';
89
+ export * from './trckmetric-selector-permissible-values.js';
90
+ export * from './trck-label-list.js';
91
+ export * from './trck-label.js';
92
+ export * from './trck-tag-list.js';
93
+ export * from './trck-tag.js';
94
+ export * from './trck-custom-info-object-list.js';
95
+ export * from './trck-custom-info-object.js';
96
+ export * from './trck-custom-info-object-data.js';
97
+ export * from './trck-mlapi-execution-id.js';
98
+ export * from './trck-generic-name.js';
99
+ export * from './trck-label-name.js';
100
+ export * from './trck-api-error.js';
101
+ export * from './trck-details-error-response.js';
102
+ export * from './trck-string-array.js';
103
+ export * from './bcknd-id.js';
104
+ export * from './bcknd-message.js';
105
+ export * from './bcknd-name.js';
106
+ export * from './bcknd-creation-response-message.js';
107
+ export * from './bcknd-url.js';
108
+ export * from './bcknd-resource-group-list.js';
109
+ export * from './bcknd-resource-group-base.js';
110
+ export * from './bcknd-resource-group.js';
111
+ export * from './bcknd-internal-resource-group.js';
112
+ export * from './bcknd-resource-groups-post-request.js';
113
+ export * from './bcknd-resource-group-labels.js';
114
+ export * from './bcknd-resource-group-label.js';
115
+ export * from './bcknd-internal-resource-group-labels.js';
116
+ export * from './bcknd-internal-resource-group-label.js';
117
+ export * from './bcknd-internal-resource-group-annotations.js';
118
+ export * from './bcknd-internal-resource-group-annotation.js';
119
+ export * from './bcknd-resource-group-deletion-response.js';
120
+ export * from './bcknd-resource-group-deletion-response-message.js';
121
+ export * from './bcknd-resource-group-patch-request.js';
122
+ export * from './bcknd-event.js';
123
+ export * from './bcknd-tenant.js';
124
+ export * from './bckndobject-store-secret-with-sensitive-data-request.js';
125
+ export * from './bckndobject-store-secret-with-sensitive-data-request-for-post-call.js';
126
+ export * from './bckndobject-store-secret-status-response.js';
127
+ export * from './bckndobject-store-secret-status.js';
128
+ export * from './bckndobject-store-secret-deletion-response.js';
129
+ export * from './bckndobject-store-secret-deletion-response-message.js';
130
+ export * from './bckndobject-store-secret-creation-response.js';
131
+ export * from './bckndobject-store-secret-creation-response-message.js';
132
+ export * from './bckndobject-store-secret-modification-response-message.js';
133
+ export * from './bckndobject-store-secret-modification-response.js';
134
+ export * from './bcknddocker-registry-name-component.js';
135
+ export * from './bcknddocker-registry-secret-with-sensitive-data-request.js';
136
+ export * from './bcknddocker-registry-secret-status-response.js';
137
+ export * from './bcknddocker-registry-secret-status.js';
138
+ export * from './bcknddocker-registry-secret-deletion-response.js';
139
+ export * from './bcknddocker-registry-secret-deletion-response-message.js';
140
+ export * from './bcknddocker-registry-secret-creation-response.js';
141
+ export * from './bcknddocker-registry-secret-creation-response-message.js';
142
+ export * from './bcknddocker-registry-secret-modification-response-message.js';
143
+ export * from './bcknddocker-registry-secret-modification-response.js';
144
+ export * from './bcknd-generic-secret-data.js';
145
+ export * from './bcknd-generic-secret-post-body.js';
146
+ export * from './bcknd-generic-secret-patch-body.js';
147
+ export * from './bcknd-generic-secret-data-response.js';
148
+ export * from './bcknd-generic-secret-details.js';
149
+ export * from './bcknd-list-generic-secrets-response.js';
150
+ export * from './bcknd-generic-secret-labels.js';
151
+ export * from './bcknd-generic-secret-label.js';
152
+ export * from './bcknd-argo-cd-repository-data.js';
153
+ export * from './bcknd-argo-cd-repository-credentials.js';
154
+ export * from './bcknd-argo-cd-repository-data-response.js';
155
+ export * from './bcknd-argo-cd-repository-creation-response.js';
156
+ export * from './bcknd-argo-cd-repository-creation-response-message.js';
157
+ export * from './bcknd-argo-cd-repository-details.js';
158
+ export * from './bcknd-argo-cd-repository-deletion-response.js';
159
+ export * from './bcknd-argo-cd-repository-deletion-response-message.js';
160
+ export * from './bcknd-argo-cd-repository-modification-response.js';
161
+ export * from './bcknd-argo-cd-repository-modification-response-message.js';
162
+ export * from './bcknd-argo-cd-application-base-data.js';
163
+ export * from './bcknd-argo-cd-application-data.js';
164
+ export * from './bcknd-all-argo-cd-application-data.js';
165
+ export * from './bcknd-argo-cd-application-data-repo-name.js';
166
+ export * from './bcknd-argo-cd-application-status.js';
167
+ export * from './bcknd-argo-cd-application-deletion-response.js';
168
+ export * from './bcknd-argo-cd-application-deletion-response-message.js';
169
+ export * from './bcknd-argo-cd-application-creation-response.js';
170
+ export * from './bcknd-argo-cd-application-creation-response-message.js';
171
+ export * from './bcknd-argo-cd-application-modification-response.js';
172
+ export * from './bcknd-argo-cd-application-modification-response-message.js';
173
+ export * from './bcknd-argo-cd-application-refresh-response.js';
174
+ export * from './bcknd-argo-cd-application-refresh-response-message.js';
175
+ export * from './bcknd-service-list.js';
176
+ export * from './bcknd-service.js';
177
+ export * from './bcknd-extended-service.js';
178
+ export * from './bcknd-service-broker-secret.js';
179
+ export * from './bcknd-service-capabilities.js';
180
+ export * from './bcknd-service-service-catalog.js';
181
+ export * from './bcknd-service-service-catalog-item.js';
182
+ export * from './bcknd-service-service-catalog-item-extend-catalog.js';
183
+ export * from './bcknd-service-service-plan-item.js';
184
+ export * from './bcknd-service-service-plan-item-metadata.js';
185
+ export * from './bcknd-service-service-catalog-item-extend-credentials.js';
186
+ export * from './bcknd-shared-resource-group-status.js';
187
+ export * from './bcknd-deployment-resource-quota-response.js';
188
+ export * from './bcknd-deployment-usage.js';
189
+ export * from './bcknd-usage-resource-plan-item.js';
190
+ export * from './bcknd-deployment-quota-item.js';
191
+ export * from './bcknd-deployment-quota.js';
192
+ export * from './bcknd-common-resource-quota-response.js';
193
+ export * from './bcknd-executable-resource-quota-response.js';
194
+ export * from './bcknd-resource-patch-body.js';
195
+ export * from './bcknd-resource-patch-resource-plans.js';
196
+ export * from './bcknd-resource-patch-nodes.js';
197
+ export * from './bcknd-resource-patch-response.js';
198
+ export * from './bcknd-resource-get-response.js';
199
+ export * from './bcknd-instance-type-get-response.js';
200
+ export * from './bcknd-resource-get-resource-plans.js';
201
+ export * from './bcknd-instance-type.js';
202
+ export * from './bcknd-error-response.js';
203
+ export * from './bcknd-error.js';
204
+ export * from './tnt-tenant-info.js';
205
+ export * from './tnt-api-error.js';
91
206
  export * from './ai-scenario.js';
92
207
  export * from './ai-scenario-label-list.js';
93
208
  export * from './ai-label-list.js';
@@ -202,117 +317,4 @@ export * from './ai-creation-response-message.js';
202
317
  export * from './ai-url.js';
203
318
  export * from './ai-api-error-with-id.js';
204
319
  export * from './ai-api-error.js';
205
- export * from './tnt-tenant-info.js';
206
- export * from './tnt-api-error.js';
207
- export * from './kpi-column-name.js';
208
- export * from './kpi-array-of-column-names.js';
209
- export * from './kpi-aggregation-attribute.js';
210
- export * from './kpi-count-aggregate.js';
211
- export * from './kpi-result-row.js';
212
- export * from './kpi-result-row-item.js';
213
- export * from './kpi-result-row-list.js';
214
- export * from './kpi-result-set.js';
215
- export * from './kpi-api-error.js';
216
- export * from './d-set-url.js';
217
- export * from './d-set-error.js';
218
- export * from './d-set-file-creation-response.js';
219
- export * from './bcknd-id.js';
220
- export * from './bcknd-message.js';
221
- export * from './bcknd-name.js';
222
- export * from './bcknd-creation-response-message.js';
223
- export * from './bcknd-url.js';
224
- export * from './bcknd-resource-group-list.js';
225
- export * from './bcknd-resource-group-base.js';
226
- export * from './bcknd-resource-group.js';
227
- export * from './bcknd-internal-resource-group.js';
228
- export * from './bcknd-resource-groups-post-request.js';
229
- export * from './bcknd-resource-group-labels.js';
230
- export * from './bcknd-resource-group-label.js';
231
- export * from './bcknd-internal-resource-group-labels.js';
232
- export * from './bcknd-internal-resource-group-label.js';
233
- export * from './bcknd-internal-resource-group-annotations.js';
234
- export * from './bcknd-internal-resource-group-annotation.js';
235
- export * from './bcknd-resource-group-deletion-response.js';
236
- export * from './bcknd-resource-group-deletion-response-message.js';
237
- export * from './bcknd-resource-group-patch-request.js';
238
- export * from './bcknd-event.js';
239
- export * from './bcknd-tenant.js';
240
- export * from './bckndobject-store-secret-with-sensitive-data-request.js';
241
- export * from './bckndobject-store-secret-with-sensitive-data-request-for-post-call.js';
242
- export * from './bckndobject-store-secret-status-response.js';
243
- export * from './bckndobject-store-secret-status.js';
244
- export * from './bckndobject-store-secret-deletion-response.js';
245
- export * from './bckndobject-store-secret-deletion-response-message.js';
246
- export * from './bckndobject-store-secret-creation-response.js';
247
- export * from './bckndobject-store-secret-creation-response-message.js';
248
- export * from './bckndobject-store-secret-modification-response-message.js';
249
- export * from './bckndobject-store-secret-modification-response.js';
250
- export * from './bcknddocker-registry-name-component.js';
251
- export * from './bcknddocker-registry-secret-with-sensitive-data-request.js';
252
- export * from './bcknddocker-registry-secret-status-response.js';
253
- export * from './bcknddocker-registry-secret-status.js';
254
- export * from './bcknddocker-registry-secret-deletion-response.js';
255
- export * from './bcknddocker-registry-secret-deletion-response-message.js';
256
- export * from './bcknddocker-registry-secret-creation-response.js';
257
- export * from './bcknddocker-registry-secret-creation-response-message.js';
258
- export * from './bcknddocker-registry-secret-modification-response-message.js';
259
- export * from './bcknddocker-registry-secret-modification-response.js';
260
- export * from './bcknd-generic-secret-data.js';
261
- export * from './bcknd-generic-secret-post-body.js';
262
- export * from './bcknd-generic-secret-patch-body.js';
263
- export * from './bcknd-generic-secret-data-response.js';
264
- export * from './bcknd-generic-secret-details.js';
265
- export * from './bcknd-list-generic-secrets-response.js';
266
- export * from './bcknd-generic-secret-labels.js';
267
- export * from './bcknd-generic-secret-label.js';
268
- export * from './bcknd-argo-cd-repository-data.js';
269
- export * from './bcknd-argo-cd-repository-credentials.js';
270
- export * from './bcknd-argo-cd-repository-data-response.js';
271
- export * from './bcknd-argo-cd-repository-creation-response.js';
272
- export * from './bcknd-argo-cd-repository-creation-response-message.js';
273
- export * from './bcknd-argo-cd-repository-details.js';
274
- export * from './bcknd-argo-cd-repository-deletion-response.js';
275
- export * from './bcknd-argo-cd-repository-deletion-response-message.js';
276
- export * from './bcknd-argo-cd-repository-modification-response.js';
277
- export * from './bcknd-argo-cd-repository-modification-response-message.js';
278
- export * from './bcknd-argo-cd-application-base-data.js';
279
- export * from './bcknd-argo-cd-application-data.js';
280
- export * from './bcknd-all-argo-cd-application-data.js';
281
- export * from './bcknd-argo-cd-application-data-repo-name.js';
282
- export * from './bcknd-argo-cd-application-status.js';
283
- export * from './bcknd-argo-cd-application-deletion-response.js';
284
- export * from './bcknd-argo-cd-application-deletion-response-message.js';
285
- export * from './bcknd-argo-cd-application-creation-response.js';
286
- export * from './bcknd-argo-cd-application-creation-response-message.js';
287
- export * from './bcknd-argo-cd-application-modification-response.js';
288
- export * from './bcknd-argo-cd-application-modification-response-message.js';
289
- export * from './bcknd-argo-cd-application-refresh-response.js';
290
- export * from './bcknd-argo-cd-application-refresh-response-message.js';
291
- export * from './bcknd-service-list.js';
292
- export * from './bcknd-service.js';
293
- export * from './bcknd-extended-service.js';
294
- export * from './bcknd-service-broker-secret.js';
295
- export * from './bcknd-service-capabilities.js';
296
- export * from './bcknd-service-service-catalog.js';
297
- export * from './bcknd-service-service-catalog-item.js';
298
- export * from './bcknd-service-service-catalog-item-extend-catalog.js';
299
- export * from './bcknd-service-service-plan-item.js';
300
- export * from './bcknd-service-service-plan-item-metadata.js';
301
- export * from './bcknd-service-service-catalog-item-extend-credentials.js';
302
- export * from './bcknd-shared-resource-group-status.js';
303
- export * from './bcknd-deployment-resource-quota-response.js';
304
- export * from './bcknd-deployment-usage.js';
305
- export * from './bcknd-usage-resource-plan-item.js';
306
- export * from './bcknd-deployment-quota-item.js';
307
- export * from './bcknd-deployment-quota.js';
308
- export * from './bcknd-common-resource-quota-response.js';
309
- export * from './bcknd-executable-resource-quota-response.js';
310
- export * from './bcknd-resource-patch-body.js';
311
- export * from './bcknd-resource-patch-resource-plans.js';
312
- export * from './bcknd-resource-patch-nodes.js';
313
- export * from './bcknd-resource-patch-response.js';
314
- export * from './bcknd-resource-get-response.js';
315
- export * from './bcknd-resource-get-resource-plans.js';
316
- export * from './bcknd-error-response.js';
317
- export * from './bcknd-error.js';
318
320
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,oCAAoC,CAAC;AACnD,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yCAAyC,CAAC;AACxD,cAAc,0CAA0C,CAAC;AACzD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mCAAmC,CAAC;AAClD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+CAA+C,CAAC;AAC9D,cAAc,qDAAqD,CAAC;AACpE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,mDAAmD,CAAC;AAClE,cAAc,oCAAoC,CAAC;AACnD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,sCAAsC,CAAC;AACrD,cAAc,uBAAuB,CAAC;AACtC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,kDAAkD,CAAC;AACjE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,mCAAmC,CAAC;AAClD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,mCAAmC,CAAC;AAClD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sCAAsC,CAAC;AACrD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oCAAoC,CAAC;AACnD,cAAc,yCAAyC,CAAC;AACxD,cAAc,kCAAkC,CAAC;AACjD,cAAc,iCAAiC,CAAC;AAChD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,0CAA0C,CAAC;AACzD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,qDAAqD,CAAC;AACpE,cAAc,yCAAyC,CAAC;AACxD,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2DAA2D,CAAC;AAC1E,cAAc,yEAAyE,CAAC;AACxF,cAAc,+CAA+C,CAAC;AAC9D,cAAc,sCAAsC,CAAC;AACrD,cAAc,iDAAiD,CAAC;AAChE,cAAc,yDAAyD,CAAC;AACxE,cAAc,iDAAiD,CAAC;AAChE,cAAc,yDAAyD,CAAC;AACxE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,qDAAqD,CAAC;AACpE,cAAc,0CAA0C,CAAC;AACzD,cAAc,8DAA8D,CAAC;AAC7E,cAAc,kDAAkD,CAAC;AACjE,cAAc,yCAAyC,CAAC;AACxD,cAAc,oDAAoD,CAAC;AACnE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,oDAAoD,CAAC;AACnE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,gEAAgE,CAAC;AAC/E,cAAc,wDAAwD,CAAC;AACvE,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC;AACrD,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0CAA0C,CAAC;AACzD,cAAc,kCAAkC,CAAC;AACjD,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iDAAiD,CAAC;AAChE,cAAc,yDAAyD,CAAC;AACxE,cAAc,uCAAuC,CAAC;AACtD,cAAc,iDAAiD,CAAC;AAChE,cAAc,yDAAyD,CAAC;AACxE,cAAc,qDAAqD,CAAC;AACpE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,0CAA0C,CAAC;AACzD,cAAc,qCAAqC,CAAC;AACpD,cAAc,yCAAyC,CAAC;AACxD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uCAAuC,CAAC;AACtD,cAAc,kDAAkD,CAAC;AACjE,cAAc,0DAA0D,CAAC;AACzE,cAAc,kDAAkD,CAAC;AACjE,cAAc,0DAA0D,CAAC;AACzE,cAAc,sDAAsD,CAAC;AACrE,cAAc,8DAA8D,CAAC;AAC7E,cAAc,iDAAiD,CAAC;AAChE,cAAc,yDAAyD,CAAC;AACxE,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wDAAwD,CAAC;AACvE,cAAc,sCAAsC,CAAC;AACrD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,4DAA4D,CAAC;AAC3E,cAAc,yCAAyC,CAAC;AACxD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qCAAqC,CAAC;AACpD,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0CAA0C,CAAC;AACzD,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC;AACvD,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,uBAAuB,CAAC;AACtC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,wCAAwC,CAAC;AACvD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yCAAyC,CAAC;AACxD,cAAc,iDAAiD,CAAC;AAChE,cAAc,kCAAkC,CAAC;AACjD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qCAAqC,CAAC;AACpD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,wCAAwC,CAAC;AACvD,cAAc,wDAAwD,CAAC;AACvE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,yCAAyC,CAAC;AACxD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,qCAAqC,CAAC;AACpD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iDAAiD,CAAC;AAChE,cAAc,yCAAyC,CAAC;AACxD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mCAAmC,CAAC;AAClD,cAAc,cAAc,CAAC;AAC7B,cAAc,0CAA0C,CAAC;AACzD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iDAAiD,CAAC;AAChE,cAAc,kDAAkD,CAAC;AACjE,cAAc,0DAA0D,CAAC;AACzE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sDAAsD,CAAC;AACrE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sDAAsD,CAAC;AACrE,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sCAAsC,CAAC;AACrD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yDAAyD,CAAC;AACxE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0CAA0C,CAAC;AACzD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,sCAAsC,CAAC;AACrD,cAAc,kDAAkD,CAAC;AACjE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0CAA0C,CAAC;AACzD,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,kBAAkB,CAAC;AACjC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC;AACnD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mCAAmC,CAAC;AAClD,cAAc,aAAa,CAAC;AAC5B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ai-sdk/ai-api",
3
- "version": "2.1.0",
3
+ "version": "2.1.1-20251113013327.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "@sap-cloud-sdk/connectivity": "^4.1.2",
28
28
  "@sap-cloud-sdk/util": "^4.1.2",
29
- "@sap-ai-sdk/core": "^2.1.0"
29
+ "@sap-ai-sdk/core": "^2.1.1-20251113013327.0"
30
30
  },
31
31
  "scripts": {
32
32
  "compile": "tsc",
@@ -1,78 +0,0 @@
1
- import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
2
- import type { AiExecutionScheduleList, AiExecutionScheduleCreationData, AiExecutionScheduleCreationResponse, AiExecutionSchedule, AiExecutionScheduleModificationRequest, AiExecutionScheduleModificationResponse, AiExecutionScheduleDeletionResponse } from './schema/index.js';
3
- /**
4
- * Representation of the 'ExecutionScheduleApi'.
5
- * This API is part of the 'AI_CORE_API' service.
6
- */
7
- export declare const ExecutionScheduleApi: {
8
- _defaultBasePath: undefined;
9
- /**
10
- * Retrieve a list of execution schedules that match the specified filter criteria.
11
- * Filter criteria include executionScheduleStatus or a configurationId.
12
- * With top/skip parameters it is possible to paginate the result list.
13
- *
14
- * @param queryParameters - Object containing the following keys: configurationId, status, $top, $skip.
15
- * @param headerParameters - Object containing the following keys: AI-Resource-Group.
16
- * @returns The request builder, use the `execute()` method to trigger the request.
17
- */
18
- executionScheduleQuery: (queryParameters: {
19
- configurationId?: string;
20
- status?: "ACTIVE" | "INACTIVE";
21
- $top?: number;
22
- $skip?: number;
23
- }, headerParameters: {
24
- "AI-Resource-Group": string;
25
- }) => OpenApiRequestBuilder<AiExecutionScheduleList>;
26
- /**
27
- * Create an execution schedule using the configuration specified by configurationId, and schedule.
28
- * @param body - Request body.
29
- * @param headerParameters - Object containing the following keys: AI-Resource-Group.
30
- * @returns The request builder, use the `execute()` method to trigger the request.
31
- */
32
- executionScheduleCreate: (body: AiExecutionScheduleCreationData, headerParameters: {
33
- "AI-Resource-Group": string;
34
- }) => OpenApiRequestBuilder<AiExecutionScheduleCreationResponse>;
35
- /**
36
- * Retrieve details for execution schedule with executionScheduleId.
37
- * @param executionScheduleId - Execution Schedule identifier
38
- * @param headerParameters - Object containing the following keys: AI-Resource-Group.
39
- * @returns The request builder, use the `execute()` method to trigger the request.
40
- */
41
- executionScheduleGet: (executionScheduleId: string, headerParameters: {
42
- "AI-Resource-Group": string;
43
- }) => OpenApiRequestBuilder<AiExecutionSchedule>;
44
- /**
45
- * Update details of an execution schedule
46
- * @param executionScheduleId - Execution Schedule identifier
47
- * @param body - Request body.
48
- * @param headerParameters - Object containing the following keys: AI-Resource-Group.
49
- * @returns The request builder, use the `execute()` method to trigger the request.
50
- */
51
- executionScheduleModify: (executionScheduleId: string, body: AiExecutionScheduleModificationRequest, headerParameters: {
52
- "AI-Resource-Group": string;
53
- }) => OpenApiRequestBuilder<AiExecutionScheduleModificationResponse>;
54
- /**
55
- * Delete the execution schedule with executionScheduleId.
56
- * @param executionScheduleId - Execution Schedule identifier
57
- * @param headerParameters - Object containing the following keys: AI-Resource-Group.
58
- * @returns The request builder, use the `execute()` method to trigger the request.
59
- */
60
- executionScheduleDelete: (executionScheduleId: string, headerParameters: {
61
- "AI-Resource-Group": string;
62
- }) => OpenApiRequestBuilder<AiExecutionScheduleDeletionResponse>;
63
- /**
64
- * Retrieve the number of scheduled executions. The number can be filtered by
65
- * configurationId or executionScheduleStatus.
66
- *
67
- * @param queryParameters - Object containing the following keys: configurationId, status.
68
- * @param headerParameters - Object containing the following keys: AI-Resource-Group.
69
- * @returns The request builder, use the `execute()` method to trigger the request.
70
- */
71
- executionScheduleCount: (queryParameters: {
72
- configurationId?: string;
73
- status?: "ACTIVE" | "INACTIVE";
74
- }, headerParameters: {
75
- "AI-Resource-Group": string;
76
- }) => OpenApiRequestBuilder<number>;
77
- };
78
- //# sourceMappingURL=execution-schedule-api.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"execution-schedule-api.d.ts","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/execution-schedule-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,uBAAuB,EACvB,+BAA+B,EAC/B,mCAAmC,EACnC,mBAAmB,EACnB,sCAAsC,EACtC,uCAAuC,EACvC,mCAAmC,EACpC,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;IAE/B;;;;;;;;OAQG;8CAEgB;QACf,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,MAAM,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAC;QAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,oBACiB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;oCAEK,+BAA+B,oBACnB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;gDAEoB,MAAM,oBACT;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;mDAEoB,MAAM,QACrB,sCAAsC,oBAC1B;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;OAKG;mDAEoB,MAAM,oBACT;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;;OAOG;8CAEgB;QACf,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,MAAM,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAC;KAChC,oBACiB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;CAWpD,CAAC"}
@@ -1,81 +0,0 @@
1
- /*
2
- * Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- *
4
- * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
- */
6
- import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
7
- /**
8
- * Representation of the 'ExecutionScheduleApi'.
9
- * This API is part of the 'AI_CORE_API' service.
10
- */
11
- export const ExecutionScheduleApi = {
12
- _defaultBasePath: undefined,
13
- /**
14
- * Retrieve a list of execution schedules that match the specified filter criteria.
15
- * Filter criteria include executionScheduleStatus or a configurationId.
16
- * With top/skip parameters it is possible to paginate the result list.
17
- *
18
- * @param queryParameters - Object containing the following keys: configurationId, status, $top, $skip.
19
- * @param headerParameters - Object containing the following keys: AI-Resource-Group.
20
- * @returns The request builder, use the `execute()` method to trigger the request.
21
- */
22
- executionScheduleQuery: (queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/executionSchedules', {
23
- queryParameters,
24
- headerParameters
25
- }, ExecutionScheduleApi._defaultBasePath),
26
- /**
27
- * Create an execution schedule using the configuration specified by configurationId, and schedule.
28
- * @param body - Request body.
29
- * @param headerParameters - Object containing the following keys: AI-Resource-Group.
30
- * @returns The request builder, use the `execute()` method to trigger the request.
31
- */
32
- executionScheduleCreate: (body, headerParameters) => new OpenApiRequestBuilder('post', '/lm/executionSchedules', {
33
- body,
34
- headerParameters
35
- }, ExecutionScheduleApi._defaultBasePath),
36
- /**
37
- * Retrieve details for execution schedule with executionScheduleId.
38
- * @param executionScheduleId - Execution Schedule identifier
39
- * @param headerParameters - Object containing the following keys: AI-Resource-Group.
40
- * @returns The request builder, use the `execute()` method to trigger the request.
41
- */
42
- executionScheduleGet: (executionScheduleId, headerParameters) => new OpenApiRequestBuilder('get', '/lm/executionSchedules/{executionScheduleId}', {
43
- pathParameters: { executionScheduleId },
44
- headerParameters
45
- }, ExecutionScheduleApi._defaultBasePath),
46
- /**
47
- * Update details of an execution schedule
48
- * @param executionScheduleId - Execution Schedule identifier
49
- * @param body - Request body.
50
- * @param headerParameters - Object containing the following keys: AI-Resource-Group.
51
- * @returns The request builder, use the `execute()` method to trigger the request.
52
- */
53
- executionScheduleModify: (executionScheduleId, body, headerParameters) => new OpenApiRequestBuilder('patch', '/lm/executionSchedules/{executionScheduleId}', {
54
- pathParameters: { executionScheduleId },
55
- body,
56
- headerParameters
57
- }, ExecutionScheduleApi._defaultBasePath),
58
- /**
59
- * Delete the execution schedule with executionScheduleId.
60
- * @param executionScheduleId - Execution Schedule identifier
61
- * @param headerParameters - Object containing the following keys: AI-Resource-Group.
62
- * @returns The request builder, use the `execute()` method to trigger the request.
63
- */
64
- executionScheduleDelete: (executionScheduleId, headerParameters) => new OpenApiRequestBuilder('delete', '/lm/executionSchedules/{executionScheduleId}', {
65
- pathParameters: { executionScheduleId },
66
- headerParameters
67
- }, ExecutionScheduleApi._defaultBasePath),
68
- /**
69
- * Retrieve the number of scheduled executions. The number can be filtered by
70
- * configurationId or executionScheduleStatus.
71
- *
72
- * @param queryParameters - Object containing the following keys: configurationId, status.
73
- * @param headerParameters - Object containing the following keys: AI-Resource-Group.
74
- * @returns The request builder, use the `execute()` method to trigger the request.
75
- */
76
- executionScheduleCount: (queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/executionSchedules/$count', {
77
- queryParameters,
78
- headerParameters
79
- }, ExecutionScheduleApi._defaultBasePath)
80
- };
81
- //# sourceMappingURL=execution-schedule-api.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"execution-schedule-api.js","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/execution-schedule-api.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAUzD;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,gBAAgB,EAAE,SAAS;IAC3B;;;;;;;;OAQG;IACH,sBAAsB,EAAE,CACtB,eAKC,EACD,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,wBAAwB,EACxB;QACE,eAAe;QACf,gBAAgB;KACjB,EACD,oBAAoB,CAAC,gBAAgB,CACtC;IACH;;;;;OAKG;IACH,uBAAuB,EAAE,CACvB,IAAqC,EACrC,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,MAAM,EACN,wBAAwB,EACxB;QACE,IAAI;QACJ,gBAAgB;KACjB,EACD,oBAAoB,CAAC,gBAAgB,CACtC;IACH;;;;;OAKG;IACH,oBAAoB,EAAE,CACpB,mBAA2B,EAC3B,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,8CAA8C,EAC9C;QACE,cAAc,EAAE,EAAE,mBAAmB,EAAE;QACvC,gBAAgB;KACjB,EACD,oBAAoB,CAAC,gBAAgB,CACtC;IACH;;;;;;OAMG;IACH,uBAAuB,EAAE,CACvB,mBAA2B,EAC3B,IAA4C,EAC5C,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,OAAO,EACP,8CAA8C,EAC9C;QACE,cAAc,EAAE,EAAE,mBAAmB,EAAE;QACvC,IAAI;QACJ,gBAAgB;KACjB,EACD,oBAAoB,CAAC,gBAAgB,CACtC;IACH;;;;;OAKG;IACH,uBAAuB,EAAE,CACvB,mBAA2B,EAC3B,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,QAAQ,EACR,8CAA8C,EAC9C;QACE,cAAc,EAAE,EAAE,mBAAmB,EAAE;QACvC,gBAAgB;KACjB,EACD,oBAAoB,CAAC,gBAAgB,CACtC;IACH;;;;;;;OAOG;IACH,sBAAsB,EAAE,CACtB,eAGC,EACD,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,+BAA+B,EAC/B;QACE,eAAe;QACf,gBAAgB;KACjB,EACD,oBAAoB,CAAC,gBAAgB,CACtC;CACJ,CAAC"}