@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.
- package/dist/custom-fetch.d.ts +46 -16
- package/dist/custom-fetch.js +129 -55
- package/dist/endpoints/memory/memory.d.ts +1 -3
- package/dist/endpoints/org-admin/org-admin.d.ts +1 -3
- package/dist/index.d.ts +1 -1
- package/dist/models/appendEntryBodyDto.d.ts +1 -3
- package/dist/models/appendEntryBodyDto.js +1 -3
- package/dist/models/createMemoryBodyDto.d.ts +1 -3
- package/dist/models/createMemoryBodyDto.js +1 -3
- package/dist/models/maintenanceOrgAdminControllerListRunsParams.d.ts +1 -3
- package/dist/models/maintenanceOrgAdminControllerListRunsParams.js +1 -3
- package/dist/models/maintenanceProposalResponseDto.d.ts +1 -3
- package/dist/models/maintenanceProposalResponseDtoAppliedAt.d.ts +1 -3
- package/dist/models/maintenanceProposalResponseDtoAppliedAt.js +1 -3
- package/dist/models/maintenanceProposalResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/maintenanceProposalResponseDtoKind.d.ts +1 -3
- package/dist/models/maintenanceProposalResponseDtoKind.js +1 -3
- package/dist/models/maintenanceProposalResponseDtoPayload.d.ts +1 -3
- package/dist/models/maintenanceProposalResponseDtoPayload.js +1 -3
- package/dist/models/maintenanceProposalResponseDtoReason.d.ts +1 -3
- package/dist/models/maintenanceProposalResponseDtoReason.js +1 -3
- package/dist/models/maintenanceProposalResponseDtoStatus.d.ts +1 -3
- package/dist/models/maintenanceProposalResponseDtoStatus.js +1 -3
- package/dist/models/maintenanceRunDetailDto.d.ts +1 -3
- package/dist/models/maintenanceRunDetailDtoCompletedAt.d.ts +1 -3
- package/dist/models/maintenanceRunDetailDtoCompletedAt.js +1 -3
- package/dist/models/maintenanceRunDetailDtoDataEnvelope.d.ts +1 -3
- package/dist/models/maintenanceRunDetailDtoMode.d.ts +1 -3
- package/dist/models/maintenanceRunDetailDtoMode.js +1 -3
- package/dist/models/maintenanceRunDetailDtoStatus.d.ts +1 -3
- package/dist/models/maintenanceRunDetailDtoStatus.js +1 -3
- package/dist/models/maintenanceRunDetailDtoTotals.d.ts +1 -3
- package/dist/models/maintenanceRunDetailDtoTotals.js +1 -3
- package/dist/models/maintenanceRunResponseDto.d.ts +1 -3
- package/dist/models/maintenanceRunResponseDtoCompletedAt.d.ts +1 -3
- package/dist/models/maintenanceRunResponseDtoCompletedAt.js +1 -3
- package/dist/models/maintenanceRunResponseDtoDataArrayEnvelope.d.ts +1 -3
- package/dist/models/maintenanceRunResponseDtoMode.d.ts +1 -3
- package/dist/models/maintenanceRunResponseDtoMode.js +1 -3
- package/dist/models/maintenanceRunResponseDtoStatus.d.ts +1 -3
- package/dist/models/maintenanceRunResponseDtoStatus.js +1 -3
- package/dist/models/maintenanceRunResponseDtoTotals.d.ts +1 -3
- package/dist/models/maintenanceRunResponseDtoTotals.js +1 -3
- package/dist/models/memoriesUiControllerDeleteFileParams.d.ts +1 -3
- package/dist/models/memoriesUiControllerDeleteFileParams.js +1 -3
- package/dist/models/memoriesUiControllerGetFileParams.d.ts +1 -3
- package/dist/models/memoriesUiControllerGetFileParams.js +1 -3
- package/dist/models/memoriesUiControllerListParams.d.ts +1 -3
- package/dist/models/memoriesUiControllerSearchParams.d.ts +1 -3
- package/dist/models/memoryDetailDto.d.ts +1 -3
- package/dist/models/memoryDetailDtoDataEnvelope.d.ts +1 -3
- package/dist/models/memoryKind.d.ts +1 -3
- package/dist/models/memoryKind.js +1 -3
- package/dist/models/memoryListResponseDto.d.ts +1 -3
- package/dist/models/memoryListResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/memoryProjectDto.d.ts +1 -3
- package/dist/models/memoryProjectDto.js +1 -3
- package/dist/models/memoryProjectListResponseDto.d.ts +1 -3
- package/dist/models/memoryProjectListResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/memoryScope.d.ts +1 -3
- package/dist/models/memoryScope.js +1 -3
- package/dist/models/memorySearchResponseDto.d.ts +1 -3
- package/dist/models/memorySearchResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/memorySummaryDto.d.ts +1 -3
- package/dist/models/memorySummaryDtoDataEnvelope.d.ts +1 -3
- package/dist/models/memorySurface.d.ts +1 -3
- package/dist/models/memorySurface.js +1 -3
- package/dist/models/orgAdminStartRunBodyDto.d.ts +1 -3
- package/dist/models/orgAdminStartRunBodyDtoMode.d.ts +1 -3
- package/dist/models/orgAdminStartRunBodyDtoMode.js +1 -3
- package/dist/models/renameMemoryBodyDto.d.ts +1 -3
- package/dist/models/renameMemoryBodyDto.js +1 -3
- package/dist/models/startMaintenanceRunResponseDto.d.ts +1 -3
- package/dist/models/startMaintenanceRunResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/strReplaceBodyDto.d.ts +1 -3
- package/dist/models/strReplaceBodyDto.js +1 -3
- package/package.json +3 -3
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
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": "
|
|
20
|
+
"biome": "memory",
|
|
21
21
|
"target": "server",
|
|
22
|
-
"generator": "@xemahq/api-client-generator@0.
|
|
22
|
+
"generator": "@xemahq/api-client-generator@0.12.0",
|
|
23
23
|
"source": "openapi.public.json"
|
|
24
24
|
},
|
|
25
25
|
"license": "LicenseRef-Xema-Proprietary",
|