@xemahq/memory-api-client 0.2.1 → 0.2.3

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 (77) hide show
  1. package/dist/custom-fetch.d.ts +46 -16
  2. package/dist/custom-fetch.js +129 -55
  3. package/dist/endpoints/memory/memory.d.ts +1 -3
  4. package/dist/endpoints/org-admin/org-admin.d.ts +1 -3
  5. package/dist/index.d.ts +1 -1
  6. package/dist/models/appendEntryBodyDto.d.ts +1 -3
  7. package/dist/models/appendEntryBodyDto.js +1 -3
  8. package/dist/models/createMemoryBodyDto.d.ts +1 -3
  9. package/dist/models/createMemoryBodyDto.js +1 -3
  10. package/dist/models/maintenanceOrgAdminControllerListRunsParams.d.ts +1 -3
  11. package/dist/models/maintenanceOrgAdminControllerListRunsParams.js +1 -3
  12. package/dist/models/maintenanceProposalResponseDto.d.ts +1 -3
  13. package/dist/models/maintenanceProposalResponseDtoAppliedAt.d.ts +1 -3
  14. package/dist/models/maintenanceProposalResponseDtoAppliedAt.js +1 -3
  15. package/dist/models/maintenanceProposalResponseDtoDataEnvelope.d.ts +1 -3
  16. package/dist/models/maintenanceProposalResponseDtoKind.d.ts +1 -3
  17. package/dist/models/maintenanceProposalResponseDtoKind.js +1 -3
  18. package/dist/models/maintenanceProposalResponseDtoPayload.d.ts +1 -3
  19. package/dist/models/maintenanceProposalResponseDtoPayload.js +1 -3
  20. package/dist/models/maintenanceProposalResponseDtoReason.d.ts +1 -3
  21. package/dist/models/maintenanceProposalResponseDtoReason.js +1 -3
  22. package/dist/models/maintenanceProposalResponseDtoStatus.d.ts +1 -3
  23. package/dist/models/maintenanceProposalResponseDtoStatus.js +1 -3
  24. package/dist/models/maintenanceRunDetailDto.d.ts +1 -3
  25. package/dist/models/maintenanceRunDetailDtoCompletedAt.d.ts +1 -3
  26. package/dist/models/maintenanceRunDetailDtoCompletedAt.js +1 -3
  27. package/dist/models/maintenanceRunDetailDtoDataEnvelope.d.ts +1 -3
  28. package/dist/models/maintenanceRunDetailDtoMode.d.ts +1 -3
  29. package/dist/models/maintenanceRunDetailDtoMode.js +1 -3
  30. package/dist/models/maintenanceRunDetailDtoStatus.d.ts +1 -3
  31. package/dist/models/maintenanceRunDetailDtoStatus.js +1 -3
  32. package/dist/models/maintenanceRunDetailDtoTotals.d.ts +1 -3
  33. package/dist/models/maintenanceRunDetailDtoTotals.js +1 -3
  34. package/dist/models/maintenanceRunResponseDto.d.ts +1 -3
  35. package/dist/models/maintenanceRunResponseDtoCompletedAt.d.ts +1 -3
  36. package/dist/models/maintenanceRunResponseDtoCompletedAt.js +1 -3
  37. package/dist/models/maintenanceRunResponseDtoDataArrayEnvelope.d.ts +1 -3
  38. package/dist/models/maintenanceRunResponseDtoMode.d.ts +1 -3
  39. package/dist/models/maintenanceRunResponseDtoMode.js +1 -3
  40. package/dist/models/maintenanceRunResponseDtoStatus.d.ts +1 -3
  41. package/dist/models/maintenanceRunResponseDtoStatus.js +1 -3
  42. package/dist/models/maintenanceRunResponseDtoTotals.d.ts +1 -3
  43. package/dist/models/maintenanceRunResponseDtoTotals.js +1 -3
  44. package/dist/models/memoriesUiControllerDeleteFileParams.d.ts +1 -3
  45. package/dist/models/memoriesUiControllerDeleteFileParams.js +1 -3
  46. package/dist/models/memoriesUiControllerGetFileParams.d.ts +1 -3
  47. package/dist/models/memoriesUiControllerGetFileParams.js +1 -3
  48. package/dist/models/memoriesUiControllerListParams.d.ts +1 -3
  49. package/dist/models/memoriesUiControllerSearchParams.d.ts +1 -3
  50. package/dist/models/memoryDetailDto.d.ts +1 -3
  51. package/dist/models/memoryDetailDtoDataEnvelope.d.ts +1 -3
  52. package/dist/models/memoryKind.d.ts +1 -3
  53. package/dist/models/memoryKind.js +1 -3
  54. package/dist/models/memoryListResponseDto.d.ts +1 -3
  55. package/dist/models/memoryListResponseDtoDataEnvelope.d.ts +1 -3
  56. package/dist/models/memoryProjectDto.d.ts +1 -3
  57. package/dist/models/memoryProjectDto.js +1 -3
  58. package/dist/models/memoryProjectListResponseDto.d.ts +1 -3
  59. package/dist/models/memoryProjectListResponseDtoDataEnvelope.d.ts +1 -3
  60. package/dist/models/memoryScope.d.ts +1 -3
  61. package/dist/models/memoryScope.js +1 -3
  62. package/dist/models/memorySearchResponseDto.d.ts +1 -3
  63. package/dist/models/memorySearchResponseDtoDataEnvelope.d.ts +1 -3
  64. package/dist/models/memorySummaryDto.d.ts +1 -3
  65. package/dist/models/memorySummaryDtoDataEnvelope.d.ts +1 -3
  66. package/dist/models/memorySurface.d.ts +1 -3
  67. package/dist/models/memorySurface.js +1 -3
  68. package/dist/models/orgAdminStartRunBodyDto.d.ts +1 -3
  69. package/dist/models/orgAdminStartRunBodyDtoMode.d.ts +1 -3
  70. package/dist/models/orgAdminStartRunBodyDtoMode.js +1 -3
  71. package/dist/models/renameMemoryBodyDto.d.ts +1 -3
  72. package/dist/models/renameMemoryBodyDto.js +1 -3
  73. package/dist/models/startMaintenanceRunResponseDto.d.ts +1 -3
  74. package/dist/models/startMaintenanceRunResponseDtoDataEnvelope.d.ts +1 -3
  75. package/dist/models/strReplaceBodyDto.d.ts +1 -3
  76. package/dist/models/strReplaceBodyDto.js +1 -3
  77. package/package.json +3 -3
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.15.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Memory API
6
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
7
5
  * OpenAPI spec version: 0.1.0
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { MaintenanceRunResponseDtoCompletedAt } from './maintenanceRunResponseDtoCompletedAt.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.15.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Memory API
6
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
7
5
  * OpenAPI spec version: 0.1.0
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { MaintenanceRunResponseDto } from './maintenanceRunResponseDto.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  export type MaintenanceRunResponseDtoMode = typeof MaintenanceRunResponseDtoMode[keyof typeof MaintenanceRunResponseDtoMode];
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.15.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Memory API
6
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
7
5
  * OpenAPI spec version: 0.1.0
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  export type MaintenanceRunResponseDtoStatus = typeof MaintenanceRunResponseDtoStatus[keyof typeof MaintenanceRunResponseDtoStatus];
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.15.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Memory API
6
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
7
5
  * OpenAPI spec version: 0.1.0
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.15.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Memory API
6
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
7
5
  * OpenAPI spec version: 0.1.0
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  export type MemoriesUiControllerDeleteFileParams = {
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.15.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Memory API
6
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
7
5
  * OpenAPI spec version: 0.1.0
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  export type MemoriesUiControllerGetFileParams = {
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.15.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Memory API
6
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
7
5
  * OpenAPI spec version: 0.1.0
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { MemoryKind } from './memoryKind.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { MemoryKind } from './memoryKind.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { MemoryKind } from './memoryKind.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { MemoryDetailDto } from './memoryDetailDto.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  export type MemoryKind = typeof MemoryKind[keyof typeof MemoryKind];
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.15.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Memory API
6
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
7
5
  * OpenAPI spec version: 0.1.0
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { MemorySummaryDto } from './memorySummaryDto.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { MemoryListResponseDto } from './memoryListResponseDto.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  export interface MemoryProjectDto {
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.15.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Memory API
6
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
7
5
  * OpenAPI spec version: 0.1.0
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { MemoryProjectDto } from './memoryProjectDto.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { MemoryProjectListResponseDto } from './memoryProjectListResponseDto.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  export type MemoryScope = typeof MemoryScope[keyof typeof MemoryScope];
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.15.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Memory API
6
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
7
5
  * OpenAPI spec version: 0.1.0
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { MemorySummaryDto } from './memorySummaryDto.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { MemorySearchResponseDto } from './memorySearchResponseDto.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { MemoryKind } from './memoryKind.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { MemorySummaryDto } from './memorySummaryDto.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  export type MemorySurface = typeof MemorySurface[keyof typeof MemorySurface];
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.15.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Memory API
6
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
7
5
  * OpenAPI spec version: 0.1.0
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { OrgAdminStartRunBodyDtoMode } from './orgAdminStartRunBodyDtoMode.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.15.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Memory API
6
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
7
5
  * OpenAPI spec version: 0.1.0
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  export interface RenameMemoryBodyDto {
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.15.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Memory API
6
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
7
5
  * OpenAPI spec version: 0.1.0
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { MaintenanceRunResponseDto } from './maintenanceRunResponseDto.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { StartMaintenanceRunResponseDto } from './startMaintenanceRunResponseDto.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.15.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Memory API
5
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  export interface StrReplaceBodyDto {
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.15.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Memory API
6
- * Persistent agent memory — operational insights, decisions, and patterns that survive across executions
7
5
  * OpenAPI spec version: 0.1.0
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xemahq/memory-api-client",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -17,9 +17,9 @@
17
17
  "kind": "api-client",
18
18
  "surface": "public",
19
19
  "service": "memory-api",
20
- "biome": "agent-runtime",
20
+ "biome": "memory",
21
21
  "target": "server",
22
- "generator": "@xemahq/api-client-generator@0.2.0",
22
+ "generator": "@xemahq/api-client-generator@0.12.0",
23
23
  "source": "openapi.public.json"
24
24
  },
25
25
  "license": "LicenseRef-Xema-Proprietary",