@xemahq/memory-api-client 0.1.2 → 0.2.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 (115) hide show
  1. package/LICENSE +36 -201
  2. package/README.md +62 -0
  3. package/dist/custom-fetch.d.ts +1 -1
  4. package/dist/custom-fetch.js +1 -1
  5. package/dist/endpoints/memory/memory.d.ts +10 -10
  6. package/dist/endpoints/memory/memory.js +27 -27
  7. package/dist/endpoints/org-admin/org-admin.d.ts +28 -0
  8. package/dist/endpoints/org-admin/org-admin.js +81 -0
  9. package/dist/index.d.ts +1 -4
  10. package/dist/index.js +2 -5
  11. package/dist/models/appendEntryBodyDto.d.ts +1 -1
  12. package/dist/models/appendEntryBodyDto.js +1 -1
  13. package/dist/models/createMemoryBodyDto.d.ts +1 -1
  14. package/dist/models/createMemoryBodyDto.js +1 -1
  15. package/dist/models/index.d.ts +3 -14
  16. package/dist/models/index.js +3 -14
  17. package/dist/models/{maintenanceControllerListRunsParams.d.ts → maintenanceOrgAdminControllerListRunsParams.d.ts} +2 -3
  18. package/dist/models/{memoryRelateBodyDto.js → maintenanceOrgAdminControllerListRunsParams.js} +1 -1
  19. package/dist/models/maintenanceProposalResponseDto.d.ts +6 -6
  20. package/dist/models/maintenanceProposalResponseDtoAppliedAt.d.ts +1 -1
  21. package/dist/models/maintenanceProposalResponseDtoAppliedAt.js +1 -1
  22. package/dist/models/maintenanceProposalResponseDtoDataEnvelope.d.ts +2 -2
  23. package/dist/models/maintenanceProposalResponseDtoKind.d.ts +1 -1
  24. package/dist/models/maintenanceProposalResponseDtoKind.js +1 -1
  25. package/dist/models/maintenanceProposalResponseDtoPayload.d.ts +1 -1
  26. package/dist/models/maintenanceProposalResponseDtoPayload.js +1 -1
  27. package/dist/models/maintenanceProposalResponseDtoReason.d.ts +1 -1
  28. package/dist/models/maintenanceProposalResponseDtoReason.js +1 -1
  29. package/dist/models/maintenanceProposalResponseDtoStatus.d.ts +1 -1
  30. package/dist/models/maintenanceProposalResponseDtoStatus.js +1 -1
  31. package/dist/models/maintenanceRunDetailDto.d.ts +6 -6
  32. package/dist/models/maintenanceRunDetailDtoCompletedAt.d.ts +1 -1
  33. package/dist/models/maintenanceRunDetailDtoCompletedAt.js +1 -1
  34. package/dist/models/maintenanceRunDetailDtoDataEnvelope.d.ts +2 -2
  35. package/dist/models/maintenanceRunDetailDtoMode.d.ts +1 -1
  36. package/dist/models/maintenanceRunDetailDtoMode.js +1 -1
  37. package/dist/models/maintenanceRunDetailDtoStatus.d.ts +1 -1
  38. package/dist/models/maintenanceRunDetailDtoStatus.js +1 -1
  39. package/dist/models/maintenanceRunDetailDtoTotals.d.ts +1 -1
  40. package/dist/models/maintenanceRunDetailDtoTotals.js +1 -1
  41. package/dist/models/maintenanceRunResponseDto.d.ts +5 -5
  42. package/dist/models/maintenanceRunResponseDtoCompletedAt.d.ts +1 -1
  43. package/dist/models/maintenanceRunResponseDtoCompletedAt.js +1 -1
  44. package/dist/models/maintenanceRunResponseDtoDataArrayEnvelope.d.ts +2 -2
  45. package/dist/models/maintenanceRunResponseDtoMode.d.ts +1 -1
  46. package/dist/models/maintenanceRunResponseDtoMode.js +1 -1
  47. package/dist/models/maintenanceRunResponseDtoStatus.d.ts +1 -1
  48. package/dist/models/maintenanceRunResponseDtoStatus.js +1 -1
  49. package/dist/models/maintenanceRunResponseDtoTotals.d.ts +1 -1
  50. package/dist/models/maintenanceRunResponseDtoTotals.js +1 -1
  51. package/dist/models/memoriesUiControllerDeleteFileParams.d.ts +1 -1
  52. package/dist/models/memoriesUiControllerDeleteFileParams.js +1 -1
  53. package/dist/models/memoriesUiControllerGetFileParams.d.ts +1 -1
  54. package/dist/models/memoriesUiControllerGetFileParams.js +1 -1
  55. package/dist/models/memoriesUiControllerListParams.d.ts +3 -3
  56. package/dist/models/memoriesUiControllerSearchParams.d.ts +3 -3
  57. package/dist/models/memoryDetailDto.d.ts +4 -4
  58. package/dist/models/memoryDetailDtoDataEnvelope.d.ts +2 -2
  59. package/dist/models/memoryKind.d.ts +1 -1
  60. package/dist/models/memoryKind.js +1 -1
  61. package/dist/models/memoryListResponseDto.d.ts +2 -2
  62. package/dist/models/memoryListResponseDtoDataEnvelope.d.ts +2 -2
  63. package/dist/models/memoryProjectDto.d.ts +1 -1
  64. package/dist/models/memoryProjectDto.js +1 -1
  65. package/dist/models/memoryProjectListResponseDto.d.ts +2 -2
  66. package/dist/models/memoryProjectListResponseDtoDataEnvelope.d.ts +2 -2
  67. package/dist/models/memoryScope.d.ts +1 -1
  68. package/dist/models/memoryScope.js +1 -1
  69. package/dist/models/memorySearchResponseDto.d.ts +2 -2
  70. package/dist/models/memorySearchResponseDtoDataEnvelope.d.ts +2 -2
  71. package/dist/models/memorySummaryDto.d.ts +4 -4
  72. package/dist/models/memorySummaryDtoDataEnvelope.d.ts +2 -2
  73. package/dist/models/memorySurface.d.ts +1 -1
  74. package/dist/models/memorySurface.js +1 -1
  75. package/dist/models/{startMaintenanceRunBodyDto.d.ts → orgAdminStartRunBodyDto.d.ts} +4 -6
  76. package/dist/models/{startMaintenanceRunBodyDtoMode.d.ts → orgAdminStartRunBodyDtoMode.d.ts} +3 -3
  77. package/dist/models/{startMaintenanceRunBodyDtoMode.js → orgAdminStartRunBodyDtoMode.js} +3 -3
  78. package/dist/models/renameMemoryBodyDto.d.ts +1 -1
  79. package/dist/models/renameMemoryBodyDto.js +1 -1
  80. package/dist/models/startMaintenanceRunResponseDto.d.ts +2 -2
  81. package/dist/models/startMaintenanceRunResponseDtoDataEnvelope.d.ts +2 -2
  82. package/dist/models/strReplaceBodyDto.d.ts +1 -1
  83. package/dist/models/strReplaceBodyDto.js +1 -1
  84. package/package.json +22 -2
  85. package/dist/endpoints/health/health.d.ts +0 -15
  86. package/dist/endpoints/health/health.js +0 -53
  87. package/dist/endpoints/memory-embedding-migration-admin/memory-embedding-migration-admin.d.ts +0 -13
  88. package/dist/endpoints/memory-embedding-migration-admin/memory-embedding-migration-admin.js +0 -20
  89. package/dist/endpoints/memory-internal/memory-internal.d.ts +0 -26
  90. package/dist/endpoints/memory-internal/memory-internal.js +0 -55
  91. package/dist/endpoints/memory-maintenance-admin/memory-maintenance-admin.d.ts +0 -38
  92. package/dist/endpoints/memory-maintenance-admin/memory-maintenance-admin.js +0 -111
  93. package/dist/models/applyMaintenanceProposalBodyDto.d.ts +0 -20
  94. package/dist/models/applyMaintenanceProposalBodyDtoKind.d.ts +0 -18
  95. package/dist/models/applyMaintenanceProposalBodyDtoKind.js +0 -17
  96. package/dist/models/applyMaintenanceProposalBodyDtoPayload.d.ts +0 -13
  97. package/dist/models/applyMaintenanceProposalBodyDtoPayload.js +0 -9
  98. package/dist/models/maintenanceControllerListRunsParams.js +0 -9
  99. package/dist/models/maintenanceRunResponseDtoDataEnvelope.d.ts +0 -11
  100. package/dist/models/maintenanceRunResponseDtoDataEnvelope.js +0 -2
  101. package/dist/models/memoryRecallBodyDto.d.ts +0 -23
  102. package/dist/models/memoryRecallBodyDto.js +0 -2
  103. package/dist/models/memoryRelateBodyDto.d.ts +0 -17
  104. package/dist/models/memoryStoreBodyDto.d.ts +0 -23
  105. package/dist/models/memoryStoreBodyDto.js +0 -2
  106. package/dist/models/startMaintenanceRunBodyDto.js +0 -2
  107. package/dist/models/triggerEmbeddingMigrationBodyDto.d.ts +0 -11
  108. package/dist/models/triggerEmbeddingMigrationBodyDto.js +0 -9
  109. package/dist/models/triggerEmbeddingMigrationResponseDto.d.ts +0 -17
  110. package/dist/models/triggerEmbeddingMigrationResponseDto.js +0 -2
  111. package/dist/models/triggerEmbeddingMigrationResponseDtoDataEnvelope.d.ts +0 -11
  112. package/dist/models/triggerEmbeddingMigrationResponseDtoDataEnvelope.js +0 -2
  113. package/dist/models/triggerEmbeddingMigrationResponseDtoReason.d.ts +0 -14
  114. package/dist/models/triggerEmbeddingMigrationResponseDtoReason.js +0 -9
  115. /package/dist/models/{applyMaintenanceProposalBodyDto.js → orgAdminStartRunBodyDto.js} +0 -0
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.maintenanceOrgAdminControllerRevertProposal = exports.getMaintenanceOrgAdminControllerRevertProposalUrl = exports.maintenanceOrgAdminControllerGetRunDetail = exports.getMaintenanceOrgAdminControllerGetRunDetailUrl = exports.maintenanceOrgAdminControllerStartRun = exports.getMaintenanceOrgAdminControllerStartRunUrl = exports.maintenanceOrgAdminControllerListRuns = exports.getMaintenanceOrgAdminControllerListRunsUrl = void 0;
4
+ const custom_fetch_1 = require("../../custom-fetch");
5
+ const getMaintenanceOrgAdminControllerListRunsUrl = (params) => {
6
+ const normalizedParams = new URLSearchParams();
7
+ Object.entries(params || {}).forEach(([key, value]) => {
8
+ if (value === undefined)
9
+ return;
10
+ if (value === null) {
11
+ normalizedParams.append(key, 'null');
12
+ return;
13
+ }
14
+ if (Array.isArray(value)) {
15
+ for (const item of value) {
16
+ if (item === undefined || item === null)
17
+ continue;
18
+ normalizedParams.append(key, item.toString());
19
+ }
20
+ return;
21
+ }
22
+ normalizedParams.append(key, value.toString());
23
+ });
24
+ const stringifiedParams = normalizedParams.toString();
25
+ return stringifiedParams.length > 0 ? `/org-admin/memory-maintenance/runs?${stringifiedParams}` : `/org-admin/memory-maintenance/runs`;
26
+ };
27
+ exports.getMaintenanceOrgAdminControllerListRunsUrl = getMaintenanceOrgAdminControllerListRunsUrl;
28
+ /**
29
+ * @summary Last N maintenance runs for the caller org.
30
+ */
31
+ const maintenanceOrgAdminControllerListRuns = async (params, options) => {
32
+ return (0, custom_fetch_1.customFetch)((0, exports.getMaintenanceOrgAdminControllerListRunsUrl)(params), {
33
+ ...options,
34
+ method: 'GET'
35
+ });
36
+ };
37
+ exports.maintenanceOrgAdminControllerListRuns = maintenanceOrgAdminControllerListRuns;
38
+ const getMaintenanceOrgAdminControllerStartRunUrl = () => {
39
+ return `/org-admin/memory-maintenance/runs`;
40
+ };
41
+ exports.getMaintenanceOrgAdminControllerStartRunUrl = getMaintenanceOrgAdminControllerStartRunUrl;
42
+ /**
43
+ * @summary Start a dry-run or apply maintenance run for the caller org. The org is forced from the verified JWT context.
44
+ */
45
+ const maintenanceOrgAdminControllerStartRun = async (orgAdminStartRunBodyDto, options) => {
46
+ return (0, custom_fetch_1.customFetch)((0, exports.getMaintenanceOrgAdminControllerStartRunUrl)(), {
47
+ ...options,
48
+ method: 'POST',
49
+ headers: { 'Content-Type': 'application/json', ...options?.headers },
50
+ body: JSON.stringify(orgAdminStartRunBodyDto)
51
+ });
52
+ };
53
+ exports.maintenanceOrgAdminControllerStartRun = maintenanceOrgAdminControllerStartRun;
54
+ const getMaintenanceOrgAdminControllerGetRunDetailUrl = (runId) => {
55
+ return `/org-admin/memory-maintenance/runs/${runId}`;
56
+ };
57
+ exports.getMaintenanceOrgAdminControllerGetRunDetailUrl = getMaintenanceOrgAdminControllerGetRunDetailUrl;
58
+ /**
59
+ * @summary Single run detail with every proposal it produced. 404 if the run is not owned by the caller org.
60
+ */
61
+ const maintenanceOrgAdminControllerGetRunDetail = async (runId, options) => {
62
+ return (0, custom_fetch_1.customFetch)((0, exports.getMaintenanceOrgAdminControllerGetRunDetailUrl)(runId), {
63
+ ...options,
64
+ method: 'GET'
65
+ });
66
+ };
67
+ exports.maintenanceOrgAdminControllerGetRunDetail = maintenanceOrgAdminControllerGetRunDetail;
68
+ const getMaintenanceOrgAdminControllerRevertProposalUrl = (proposalId) => {
69
+ return `/org-admin/memory-maintenance/proposals/${proposalId}/revert`;
70
+ };
71
+ exports.getMaintenanceOrgAdminControllerRevertProposalUrl = getMaintenanceOrgAdminControllerRevertProposalUrl;
72
+ /**
73
+ * @summary Revert a single applied PRUNE / RENAME / SUMMARY_REFRESH mutation. 404 if the proposal is not owned by the caller org.
74
+ */
75
+ const maintenanceOrgAdminControllerRevertProposal = async (proposalId, options) => {
76
+ return (0, custom_fetch_1.customFetch)((0, exports.getMaintenanceOrgAdminControllerRevertProposalUrl)(proposalId), {
77
+ ...options,
78
+ method: 'POST'
79
+ });
80
+ };
81
+ exports.maintenanceOrgAdminControllerRevertProposal = maintenanceOrgAdminControllerRevertProposal;
package/dist/index.d.ts CHANGED
@@ -1,7 +1,4 @@
1
1
  export { configureClient, getClientConfig, ClientError, customFetch, type ClientConfig } from './custom-fetch';
2
2
  export * from './models';
3
- export * from './endpoints/health/health';
4
3
  export * from './endpoints/memory/memory';
5
- export * from './endpoints/memory-embedding-migration-admin/memory-embedding-migration-admin';
6
- export * from './endpoints/memory-internal/memory-internal';
7
- export * from './endpoints/memory-maintenance-admin/memory-maintenance-admin';
4
+ export * from './endpoints/org-admin/org-admin';
package/dist/index.js CHANGED
@@ -15,15 +15,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.customFetch = exports.ClientError = exports.getClientConfig = exports.configureClient = void 0;
18
- // Auto-generated by scripts/build-client-index.js — do not edit manually.
18
+ // Auto-generated by @xemahq/api-client-generator — do not edit manually.
19
19
  var custom_fetch_1 = require("./custom-fetch");
20
20
  Object.defineProperty(exports, "configureClient", { enumerable: true, get: function () { return custom_fetch_1.configureClient; } });
21
21
  Object.defineProperty(exports, "getClientConfig", { enumerable: true, get: function () { return custom_fetch_1.getClientConfig; } });
22
22
  Object.defineProperty(exports, "ClientError", { enumerable: true, get: function () { return custom_fetch_1.ClientError; } });
23
23
  Object.defineProperty(exports, "customFetch", { enumerable: true, get: function () { return custom_fetch_1.customFetch; } });
24
24
  __exportStar(require("./models"), exports);
25
- __exportStar(require("./endpoints/health/health"), exports);
26
25
  __exportStar(require("./endpoints/memory/memory"), exports);
27
- __exportStar(require("./endpoints/memory-embedding-migration-admin/memory-embedding-migration-admin"), exports);
28
- __exportStar(require("./endpoints/memory-internal/memory-internal"), exports);
29
- __exportStar(require("./endpoints/memory-maintenance-admin/memory-maintenance-admin"), exports);
26
+ __exportStar(require("./endpoints/org-admin/org-admin"), exports);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,9 +1,6 @@
1
1
  export * from './appendEntryBodyDto';
2
- export * from './applyMaintenanceProposalBodyDto';
3
- export * from './applyMaintenanceProposalBodyDtoKind';
4
- export * from './applyMaintenanceProposalBodyDtoPayload';
5
2
  export * from './createMemoryBodyDto';
6
- export * from './maintenanceControllerListRunsParams';
3
+ export * from './maintenanceOrgAdminControllerListRunsParams';
7
4
  export * from './maintenanceProposalResponseDto';
8
5
  export * from './maintenanceProposalResponseDtoAppliedAt';
9
6
  export * from './maintenanceProposalResponseDtoDataEnvelope';
@@ -20,7 +17,6 @@ export * from './maintenanceRunDetailDtoTotals';
20
17
  export * from './maintenanceRunResponseDto';
21
18
  export * from './maintenanceRunResponseDtoCompletedAt';
22
19
  export * from './maintenanceRunResponseDtoDataArrayEnvelope';
23
- export * from './maintenanceRunResponseDtoDataEnvelope';
24
20
  export * from './maintenanceRunResponseDtoMode';
25
21
  export * from './maintenanceRunResponseDtoStatus';
26
22
  export * from './maintenanceRunResponseDtoTotals';
@@ -36,22 +32,15 @@ export * from './memoryListResponseDtoDataEnvelope';
36
32
  export * from './memoryProjectDto';
37
33
  export * from './memoryProjectListResponseDto';
38
34
  export * from './memoryProjectListResponseDtoDataEnvelope';
39
- export * from './memoryRecallBodyDto';
40
- export * from './memoryRelateBodyDto';
41
35
  export * from './memoryScope';
42
36
  export * from './memorySearchResponseDto';
43
37
  export * from './memorySearchResponseDtoDataEnvelope';
44
- export * from './memoryStoreBodyDto';
45
38
  export * from './memorySummaryDto';
46
39
  export * from './memorySummaryDtoDataEnvelope';
47
40
  export * from './memorySurface';
41
+ export * from './orgAdminStartRunBodyDto';
42
+ export * from './orgAdminStartRunBodyDtoMode';
48
43
  export * from './renameMemoryBodyDto';
49
- export * from './startMaintenanceRunBodyDto';
50
- export * from './startMaintenanceRunBodyDtoMode';
51
44
  export * from './startMaintenanceRunResponseDto';
52
45
  export * from './startMaintenanceRunResponseDtoDataEnvelope';
53
46
  export * from './strReplaceBodyDto';
54
- export * from './triggerEmbeddingMigrationBodyDto';
55
- export * from './triggerEmbeddingMigrationResponseDto';
56
- export * from './triggerEmbeddingMigrationResponseDtoDataEnvelope';
57
- export * from './triggerEmbeddingMigrationResponseDtoReason';
@@ -16,11 +16,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  // Auto-generated by tooling/codegen/regenerate-models-barrel.js — do not edit manually.
18
18
  __exportStar(require("./appendEntryBodyDto"), exports);
19
- __exportStar(require("./applyMaintenanceProposalBodyDto"), exports);
20
- __exportStar(require("./applyMaintenanceProposalBodyDtoKind"), exports);
21
- __exportStar(require("./applyMaintenanceProposalBodyDtoPayload"), exports);
22
19
  __exportStar(require("./createMemoryBodyDto"), exports);
23
- __exportStar(require("./maintenanceControllerListRunsParams"), exports);
20
+ __exportStar(require("./maintenanceOrgAdminControllerListRunsParams"), exports);
24
21
  __exportStar(require("./maintenanceProposalResponseDto"), exports);
25
22
  __exportStar(require("./maintenanceProposalResponseDtoAppliedAt"), exports);
26
23
  __exportStar(require("./maintenanceProposalResponseDtoDataEnvelope"), exports);
@@ -37,7 +34,6 @@ __exportStar(require("./maintenanceRunDetailDtoTotals"), exports);
37
34
  __exportStar(require("./maintenanceRunResponseDto"), exports);
38
35
  __exportStar(require("./maintenanceRunResponseDtoCompletedAt"), exports);
39
36
  __exportStar(require("./maintenanceRunResponseDtoDataArrayEnvelope"), exports);
40
- __exportStar(require("./maintenanceRunResponseDtoDataEnvelope"), exports);
41
37
  __exportStar(require("./maintenanceRunResponseDtoMode"), exports);
42
38
  __exportStar(require("./maintenanceRunResponseDtoStatus"), exports);
43
39
  __exportStar(require("./maintenanceRunResponseDtoTotals"), exports);
@@ -53,22 +49,15 @@ __exportStar(require("./memoryListResponseDtoDataEnvelope"), exports);
53
49
  __exportStar(require("./memoryProjectDto"), exports);
54
50
  __exportStar(require("./memoryProjectListResponseDto"), exports);
55
51
  __exportStar(require("./memoryProjectListResponseDtoDataEnvelope"), exports);
56
- __exportStar(require("./memoryRecallBodyDto"), exports);
57
- __exportStar(require("./memoryRelateBodyDto"), exports);
58
52
  __exportStar(require("./memoryScope"), exports);
59
53
  __exportStar(require("./memorySearchResponseDto"), exports);
60
54
  __exportStar(require("./memorySearchResponseDtoDataEnvelope"), exports);
61
- __exportStar(require("./memoryStoreBodyDto"), exports);
62
55
  __exportStar(require("./memorySummaryDto"), exports);
63
56
  __exportStar(require("./memorySummaryDtoDataEnvelope"), exports);
64
57
  __exportStar(require("./memorySurface"), exports);
58
+ __exportStar(require("./orgAdminStartRunBodyDto"), exports);
59
+ __exportStar(require("./orgAdminStartRunBodyDtoMode"), exports);
65
60
  __exportStar(require("./renameMemoryBodyDto"), exports);
66
- __exportStar(require("./startMaintenanceRunBodyDto"), exports);
67
- __exportStar(require("./startMaintenanceRunBodyDtoMode"), exports);
68
61
  __exportStar(require("./startMaintenanceRunResponseDto"), exports);
69
62
  __exportStar(require("./startMaintenanceRunResponseDtoDataEnvelope"), exports);
70
63
  __exportStar(require("./strReplaceBodyDto"), exports);
71
- __exportStar(require("./triggerEmbeddingMigrationBodyDto"), exports);
72
- __exportStar(require("./triggerEmbeddingMigrationResponseDto"), exports);
73
- __exportStar(require("./triggerEmbeddingMigrationResponseDtoDataEnvelope"), exports);
74
- __exportStar(require("./triggerEmbeddingMigrationResponseDtoReason"), exports);
@@ -1,12 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- export type MaintenanceControllerListRunsParams = {
9
- orgId: string;
8
+ export type MaintenanceOrgAdminControllerListRunsParams = {
10
9
  /**
11
10
  * Most-recent-first; defaults to 10.
12
11
  * @minimum 1
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,15 +1,15 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { MaintenanceProposalResponseDtoAppliedAt } from './maintenanceProposalResponseDtoAppliedAt';
9
- import type { MaintenanceProposalResponseDtoKind } from './maintenanceProposalResponseDtoKind';
10
- import type { MaintenanceProposalResponseDtoPayload } from './maintenanceProposalResponseDtoPayload';
11
- import type { MaintenanceProposalResponseDtoReason } from './maintenanceProposalResponseDtoReason';
12
- import type { MaintenanceProposalResponseDtoStatus } from './maintenanceProposalResponseDtoStatus';
8
+ import type { MaintenanceProposalResponseDtoAppliedAt } from './maintenanceProposalResponseDtoAppliedAt.js';
9
+ import type { MaintenanceProposalResponseDtoKind } from './maintenanceProposalResponseDtoKind.js';
10
+ import type { MaintenanceProposalResponseDtoPayload } from './maintenanceProposalResponseDtoPayload.js';
11
+ import type { MaintenanceProposalResponseDtoReason } from './maintenanceProposalResponseDtoReason.js';
12
+ import type { MaintenanceProposalResponseDtoStatus } from './maintenanceProposalResponseDtoStatus.js';
13
13
  export interface MaintenanceProposalResponseDto {
14
14
  id: string;
15
15
  runId: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { MaintenanceProposalResponseDto } from './maintenanceProposalResponseDto';
8
+ import type { MaintenanceProposalResponseDto } from './maintenanceProposalResponseDto.js';
9
9
  export interface MaintenanceProposalResponseDtoDataEnvelope {
10
10
  data: MaintenanceProposalResponseDto;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,15 +1,15 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { MaintenanceProposalResponseDto } from './maintenanceProposalResponseDto';
9
- import type { MaintenanceRunDetailDtoCompletedAt } from './maintenanceRunDetailDtoCompletedAt';
10
- import type { MaintenanceRunDetailDtoMode } from './maintenanceRunDetailDtoMode';
11
- import type { MaintenanceRunDetailDtoStatus } from './maintenanceRunDetailDtoStatus';
12
- import type { MaintenanceRunDetailDtoTotals } from './maintenanceRunDetailDtoTotals';
8
+ import type { MaintenanceProposalResponseDto } from './maintenanceProposalResponseDto.js';
9
+ import type { MaintenanceRunDetailDtoCompletedAt } from './maintenanceRunDetailDtoCompletedAt.js';
10
+ import type { MaintenanceRunDetailDtoMode } from './maintenanceRunDetailDtoMode.js';
11
+ import type { MaintenanceRunDetailDtoStatus } from './maintenanceRunDetailDtoStatus.js';
12
+ import type { MaintenanceRunDetailDtoTotals } from './maintenanceRunDetailDtoTotals.js';
13
13
  export interface MaintenanceRunDetailDto {
14
14
  id: string;
15
15
  orgId: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { MaintenanceRunDetailDto } from './maintenanceRunDetailDto';
8
+ import type { MaintenanceRunDetailDto } from './maintenanceRunDetailDto.js';
9
9
  export interface MaintenanceRunDetailDtoDataEnvelope {
10
10
  data: MaintenanceRunDetailDto;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,14 +1,14 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { MaintenanceRunResponseDtoCompletedAt } from './maintenanceRunResponseDtoCompletedAt';
9
- import type { MaintenanceRunResponseDtoMode } from './maintenanceRunResponseDtoMode';
10
- import type { MaintenanceRunResponseDtoStatus } from './maintenanceRunResponseDtoStatus';
11
- import type { MaintenanceRunResponseDtoTotals } from './maintenanceRunResponseDtoTotals';
8
+ import type { MaintenanceRunResponseDtoCompletedAt } from './maintenanceRunResponseDtoCompletedAt.js';
9
+ import type { MaintenanceRunResponseDtoMode } from './maintenanceRunResponseDtoMode.js';
10
+ import type { MaintenanceRunResponseDtoStatus } from './maintenanceRunResponseDtoStatus.js';
11
+ import type { MaintenanceRunResponseDtoTotals } from './maintenanceRunResponseDtoTotals.js';
12
12
  export interface MaintenanceRunResponseDto {
13
13
  id: string;
14
14
  orgId: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { MaintenanceRunResponseDto } from './maintenanceRunResponseDto';
8
+ import type { MaintenanceRunResponseDto } from './maintenanceRunResponseDto.js';
9
9
  export interface MaintenanceRunResponseDtoDataArrayEnvelope {
10
10
  data: MaintenanceRunResponseDto[];
11
11
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.15.0 🍺
4
4
  * Do not edit manually.
5
5
  * Memory API
6
6
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.15.0 🍺
3
3
  * Do not edit manually.
4
4
  * Memory API
5
5
  * Persistent agent memory — operational insights, decisions, and patterns that survive across executions