@xemahq/llm-registry-internal-api-client 0.7.0 → 0.7.2

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 (87) hide show
  1. package/dist/custom-fetch.d.ts +46 -16
  2. package/dist/custom-fetch.js +128 -58
  3. package/dist/endpoints/contribution-sync/contribution-sync.js +1 -3
  4. package/dist/endpoints/describe-objects/describe-objects.d.ts +1 -3
  5. package/dist/endpoints/internal-agent-invocation/internal-agent-invocation.d.ts +3 -5
  6. package/dist/endpoints/internal-managed-model-resolution-rules/internal-managed-model-resolution-rules.d.ts +1 -3
  7. package/dist/index.d.ts +1 -1
  8. package/dist/models/agentInvokeRequestDto.d.ts +1 -3
  9. package/dist/models/agentInvokeRequestDtoInput.d.ts +1 -3
  10. package/dist/models/agentInvokeRequestDtoInput.js +1 -3
  11. package/dist/models/agentInvokeResponseDto.d.ts +28 -0
  12. package/dist/models/agentInvokeResponseDto.js +2 -0
  13. package/dist/models/agentInvokeResponseDtoDataEnvelope.d.ts +9 -0
  14. package/dist/models/agentInvokeResponseDtoDataEnvelope.js +2 -0
  15. package/dist/models/agentInvokeResponseDtoMode.d.ts +14 -0
  16. package/dist/models/agentInvokeResponseDtoMode.js +13 -0
  17. package/dist/models/agentInvokeResponseDtoOutput.d.ts +11 -0
  18. package/dist/models/agentInvokeResponseDtoOutput.js +7 -0
  19. package/dist/models/agentInvokeResponseDtoStatus.d.ts +19 -0
  20. package/dist/models/agentInvokeResponseDtoStatus.js +18 -0
  21. package/dist/models/defaultTargetRefDto.d.ts +1 -3
  22. package/dist/models/defaultTargetRefDto.js +1 -3
  23. package/dist/models/describeObjectsResponseDto.d.ts +1 -3
  24. package/dist/models/describeObjectsResponseDtoDataEnvelope.d.ts +1 -3
  25. package/dist/models/errorDetailsDto.d.ts +1 -3
  26. package/dist/models/errorDetailsDtoDetails.d.ts +1 -3
  27. package/dist/models/errorDetailsDtoDetails.js +1 -3
  28. package/dist/models/errorPayloadDto.d.ts +1 -3
  29. package/dist/models/errorResponseDto.d.ts +1 -3
  30. package/dist/models/executionRequirementsDto.d.ts +1 -3
  31. package/dist/models/executionRequirementsDtoMode.d.ts +1 -3
  32. package/dist/models/executionRequirementsDtoMode.js +1 -3
  33. package/dist/models/executionRequirementsDtoPriority.d.ts +1 -3
  34. package/dist/models/executionRequirementsDtoPriority.js +1 -3
  35. package/dist/models/index.d.ts +7 -0
  36. package/dist/models/index.js +7 -0
  37. package/dist/models/invocationDecisionDto.d.ts +14 -0
  38. package/dist/models/invocationDecisionDto.js +2 -0
  39. package/dist/models/invocationDecisionDtoPayload.d.ts +11 -0
  40. package/dist/models/invocationDecisionDtoPayload.js +7 -0
  41. package/dist/models/invocationLimitsDto.d.ts +1 -3
  42. package/dist/models/invocationLimitsDto.js +1 -3
  43. package/dist/models/isolationLevel.d.ts +1 -3
  44. package/dist/models/isolationLevel.js +1 -3
  45. package/dist/models/modelResolutionRuleResponseDto.d.ts +1 -3
  46. package/dist/models/modelResolutionRuleResponseDtoDataEnvelope.d.ts +1 -3
  47. package/dist/models/modelResolutionRuleResponseDtoDefaultTargetOverridePrevModelClass.d.ts +1 -3
  48. package/dist/models/modelResolutionRuleResponseDtoDefaultTargetOverridePrevModelClass.js +1 -3
  49. package/dist/models/modelResolutionRuleResponseDtoDefaultTargetOverridePrevTargetKind.d.ts +1 -3
  50. package/dist/models/modelResolutionRuleResponseDtoDefaultTargetOverridePrevTargetKind.js +1 -3
  51. package/dist/models/modelResolutionRuleResponseDtoTargetKind.d.ts +1 -3
  52. package/dist/models/modelResolutionRuleResponseDtoTargetKind.js +1 -3
  53. package/dist/models/modelResolutionRuleResponseDtoTargetModelClass.d.ts +1 -3
  54. package/dist/models/modelResolutionRuleResponseDtoTargetModelClass.js +1 -3
  55. package/dist/models/modelResolutionSelectorDto.d.ts +1 -3
  56. package/dist/models/modelResolutionSelectorDtoExtra.d.ts +1 -3
  57. package/dist/models/modelResolutionSelectorDtoExtra.js +1 -3
  58. package/dist/models/modelResolutionSelectorDtoModelCapability.d.ts +1 -3
  59. package/dist/models/modelResolutionSelectorDtoModelCapability.js +1 -3
  60. package/dist/models/modelResolutionSelectorDtoModelClass.d.ts +1 -3
  61. package/dist/models/modelResolutionSelectorDtoModelClass.js +1 -3
  62. package/dist/models/modelResolutionSelectorResponseDto.d.ts +1 -3
  63. package/dist/models/modelResolutionSelectorResponseDtoExtra.d.ts +1 -3
  64. package/dist/models/modelResolutionSelectorResponseDtoExtra.js +1 -3
  65. package/dist/models/modelResolutionSelectorResponseDtoModelCapability.d.ts +1 -3
  66. package/dist/models/modelResolutionSelectorResponseDtoModelCapability.js +1 -3
  67. package/dist/models/modelResolutionSelectorResponseDtoModelClass.d.ts +1 -3
  68. package/dist/models/modelResolutionSelectorResponseDtoModelClass.js +1 -3
  69. package/dist/models/objectLifecycle.d.ts +1 -3
  70. package/dist/models/objectLifecycle.js +1 -3
  71. package/dist/models/repointDefaultTargetDto.d.ts +1 -3
  72. package/dist/models/spaceKind.d.ts +1 -3
  73. package/dist/models/spaceKind.js +1 -3
  74. package/dist/models/upsertManagedModelResolutionRuleDto.d.ts +1 -3
  75. package/dist/models/upsertManagedModelResolutionRuleDtoTargetKind.d.ts +1 -3
  76. package/dist/models/upsertManagedModelResolutionRuleDtoTargetKind.js +1 -3
  77. package/dist/models/upsertManagedModelResolutionRuleDtoTargetModelClass.d.ts +1 -3
  78. package/dist/models/upsertManagedModelResolutionRuleDtoTargetModelClass.js +1 -3
  79. package/dist/models/xemaObjectKind.d.ts +1 -3
  80. package/dist/models/xemaObjectKind.js +1 -3
  81. package/dist/models/xemaObjectResponseDto.d.ts +1 -3
  82. package/dist/models/xemaObjectResponseDtoPayload.d.ts +1 -3
  83. package/dist/models/xemaObjectResponseDtoPayload.js +1 -3
  84. package/dist/models/xemaSpaceRefDto.d.ts +1 -3
  85. package/dist/models/xemaSubjectRefDto.d.ts +1 -3
  86. package/dist/models/xemaSubjectRefDto.js +1 -3
  87. package/package.json +2 -2
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  import type { ExecutionRequirementsDtoMode } from './executionRequirementsDtoMode.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +1,10 @@
1
1
  export * from './agentInvokeRequestDto';
2
2
  export * from './agentInvokeRequestDtoInput';
3
+ export * from './agentInvokeResponseDto';
4
+ export * from './agentInvokeResponseDtoDataEnvelope';
5
+ export * from './agentInvokeResponseDtoMode';
6
+ export * from './agentInvokeResponseDtoOutput';
7
+ export * from './agentInvokeResponseDtoStatus';
3
8
  export * from './defaultTargetRefDto';
4
9
  export * from './describeObjectsResponseDto';
5
10
  export * from './describeObjectsResponseDtoDataEnvelope';
@@ -10,6 +15,8 @@ export * from './errorResponseDto';
10
15
  export * from './executionRequirementsDto';
11
16
  export * from './executionRequirementsDtoMode';
12
17
  export * from './executionRequirementsDtoPriority';
18
+ export * from './invocationDecisionDto';
19
+ export * from './invocationDecisionDtoPayload';
13
20
  export * from './invocationLimitsDto';
14
21
  export * from './isolationLevel';
15
22
  export * from './modelResolutionRuleResponseDto';
@@ -17,6 +17,11 @@ 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("./agentInvokeRequestDto"), exports);
19
19
  __exportStar(require("./agentInvokeRequestDtoInput"), exports);
20
+ __exportStar(require("./agentInvokeResponseDto"), exports);
21
+ __exportStar(require("./agentInvokeResponseDtoDataEnvelope"), exports);
22
+ __exportStar(require("./agentInvokeResponseDtoMode"), exports);
23
+ __exportStar(require("./agentInvokeResponseDtoOutput"), exports);
24
+ __exportStar(require("./agentInvokeResponseDtoStatus"), exports);
20
25
  __exportStar(require("./defaultTargetRefDto"), exports);
21
26
  __exportStar(require("./describeObjectsResponseDto"), exports);
22
27
  __exportStar(require("./describeObjectsResponseDtoDataEnvelope"), exports);
@@ -27,6 +32,8 @@ __exportStar(require("./errorResponseDto"), exports);
27
32
  __exportStar(require("./executionRequirementsDto"), exports);
28
33
  __exportStar(require("./executionRequirementsDtoMode"), exports);
29
34
  __exportStar(require("./executionRequirementsDtoPriority"), exports);
35
+ __exportStar(require("./invocationDecisionDto"), exports);
36
+ __exportStar(require("./invocationDecisionDtoPayload"), exports);
30
37
  __exportStar(require("./invocationLimitsDto"), exports);
31
38
  __exportStar(require("./isolationLevel"), exports);
32
39
  __exportStar(require("./modelResolutionRuleResponseDto"), exports);
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
3
+ * LLM Registry API
4
+ * OpenAPI spec version: 0.1.3
5
+ */
6
+ import type { InvocationDecisionDtoPayload } from './invocationDecisionDtoPayload.js';
7
+ export interface InvocationDecisionDto {
8
+ /** Decision kind, e.g. `classification`, `route`. */
9
+ kind: string;
10
+ /** Decision payload. */
11
+ payload: InvocationDecisionDtoPayload;
12
+ /** Confidence in [0,1] when the producer reports one. */
13
+ confidence?: number;
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
3
+ * LLM Registry API
4
+ * OpenAPI spec version: 0.1.3
5
+ */
6
+ /**
7
+ * Decision payload.
8
+ */
9
+ export type InvocationDecisionDtoPayload = {
10
+ [key: string]: unknown;
11
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
+ * LLM Registry API
5
+ * OpenAPI spec version: 0.1.3
6
+ */
7
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  export interface InvocationLimitsDto {
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  import type { ModelResolutionRuleResponseDtoDefaultTargetOverridePrevModelClass } from './modelResolutionRuleResponseDtoDefaultTargetOverridePrevModelClass.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  import type { ModelResolutionRuleResponseDto } from './modelResolutionRuleResponseDto.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  export type ModelResolutionRuleResponseDtoTargetKind = typeof ModelResolutionRuleResponseDtoTargetKind[keyof typeof ModelResolutionRuleResponseDtoTargetKind];
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  import type { ModelResolutionSelectorDtoExtra } from './modelResolutionSelectorDtoExtra.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  import type { ModelResolutionSelectorResponseDtoExtra } from './modelResolutionSelectorResponseDtoExtra.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  import type { DefaultTargetRefDto } from './defaultTargetRefDto.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  import type { ModelResolutionSelectorDto } from './modelResolutionSelectorDto.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  import type { ObjectLifecycle } from './objectLifecycle.js';
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
4
  * OpenAPI spec version: 0.1.3
7
5
  */
8
6
  /**
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
5
  * OpenAPI spec version: 0.1.3
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });