@semiont/core 0.5.28 → 0.5.30
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/README.md +9 -9
- package/dist/{chunk-CUPZGI7I.js → chunk-EWOITHBH.js} +24 -4
- package/dist/chunk-EWOITHBH.js.map +1 -0
- package/dist/{chunk-PPUO5IPX.js → chunk-IQGH6UJN.js} +7 -7
- package/dist/{chunk-PPUO5IPX.js.map → chunk-IQGH6UJN.js.map} +1 -1
- package/dist/{chunk-JWTQJVKM.js → chunk-UGI6IOOX.js} +35 -17
- package/dist/chunk-UGI6IOOX.js.map +1 -0
- package/dist/config/node-config-loader.d.ts +147 -93
- package/dist/config/node-config-loader.js +77 -50
- package/dist/config/node-config-loader.js.map +1 -1
- package/dist/index.d.ts +390 -746
- package/dist/index.js +68 -6
- package/dist/index.js.map +1 -1
- package/dist/openapi.d.ts +21 -0
- package/dist/openapi.js +3002 -1373
- package/dist/openapi.js.map +1 -1
- package/dist/testing/axioms.js +2 -2
- package/dist/testing.d.ts +4 -4
- package/dist/testing.js +2 -2
- package/package.json +4 -4
- package/dist/chunk-CUPZGI7I.js.map +0 -1
- package/dist/chunk-JWTQJVKM.js.map +0 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ declare const BodyOperationReplace: ValidateFunction<components['schemas']['Body
|
|
|
36
36
|
declare const BodyPurpose: ValidateFunction<components['schemas']['BodyPurpose']>;
|
|
37
37
|
declare const BrowseAgentsRequest: ValidateFunction<components['schemas']['BrowseAgentsRequest']>;
|
|
38
38
|
declare const BrowseAgentsResult: ValidateFunction<components['schemas']['BrowseAgentsResult']>;
|
|
39
|
+
declare const BrowseAnchoredTextByChecksumRequest: ValidateFunction<components['schemas']['BrowseAnchoredTextByChecksumRequest']>;
|
|
39
40
|
declare const BrowseAnchoredTextRequest: ValidateFunction<components['schemas']['BrowseAnchoredTextRequest']>;
|
|
40
41
|
declare const BrowseAnchoredTextResult: ValidateFunction<components['schemas']['BrowseAnchoredTextResult']>;
|
|
41
42
|
declare const BrowseAnnotationContextRequest: ValidateFunction<components['schemas']['BrowseAnnotationContextRequest']>;
|
|
@@ -127,7 +128,9 @@ declare const GraphResourceNode: ValidateFunction<components['schemas']['GraphRe
|
|
|
127
128
|
declare const HealthResponse: ValidateFunction<components['schemas']['HealthResponse']>;
|
|
128
129
|
declare const InferenceLimits: ValidateFunction<components['schemas']['InferenceLimits']>;
|
|
129
130
|
declare const JobAssessmentAnnotationResult: ValidateFunction<components['schemas']['JobAssessmentAnnotationResult']>;
|
|
131
|
+
declare const JobCancelCommand: ValidateFunction<components['schemas']['JobCancelCommand']>;
|
|
130
132
|
declare const JobCancelRequest: ValidateFunction<components['schemas']['JobCancelRequest']>;
|
|
133
|
+
declare const JobCheckpointCommand: ValidateFunction<components['schemas']['JobCheckpointCommand']>;
|
|
131
134
|
declare const JobClaimCommand: ValidateFunction<components['schemas']['JobClaimCommand']>;
|
|
132
135
|
declare const JobCommentAnnotationResult: ValidateFunction<components['schemas']['JobCommentAnnotationResult']>;
|
|
133
136
|
declare const JobCompleteCommand: ValidateFunction<components['schemas']['JobCompleteCommand']>;
|
|
@@ -166,6 +169,8 @@ declare const KnowledgeGraph: ValidateFunction<components['schemas']['KnowledgeG
|
|
|
166
169
|
declare const ListResourcesResponse: ValidateFunction<components['schemas']['ListResourcesResponse']>;
|
|
167
170
|
declare const MarkArchiveCommand: ValidateFunction<components['schemas']['MarkArchiveCommand']>;
|
|
168
171
|
declare const MarkAssistRequestEvent: ValidateFunction<components['schemas']['MarkAssistRequestEvent']>;
|
|
172
|
+
declare const MarkCommitCommand: ValidateFunction<components['schemas']['MarkCommitCommand']>;
|
|
173
|
+
declare const MarkCommitOk: ValidateFunction<components['schemas']['MarkCommitOk']>;
|
|
169
174
|
declare const MarkCreateCommand: ValidateFunction<components['schemas']['MarkCreateCommand']>;
|
|
170
175
|
declare const MarkCreateOk: ValidateFunction<components['schemas']['MarkCreateOk']>;
|
|
171
176
|
declare const MarkCreateRequest: ValidateFunction<components['schemas']['MarkCreateRequest']>;
|
|
@@ -224,6 +229,8 @@ declare const UserResponse: ValidateFunction<components['schemas']['UserResponse
|
|
|
224
229
|
declare const WeaveRebuildCommand: ValidateFunction<components['schemas']['WeaveRebuildCommand']>;
|
|
225
230
|
declare const YieldCloneCreateCommand: ValidateFunction<components['schemas']['YieldCloneCreateCommand']>;
|
|
226
231
|
declare const YieldCloneCreated: ValidateFunction<components['schemas']['YieldCloneCreated']>;
|
|
232
|
+
declare const YieldClonePersistCommand: ValidateFunction<components['schemas']['YieldClonePersistCommand']>;
|
|
233
|
+
declare const YieldClonePersistOk: ValidateFunction<components['schemas']['YieldClonePersistOk']>;
|
|
227
234
|
declare const YieldCloneResourceRequest: ValidateFunction<components['schemas']['YieldCloneResourceRequest']>;
|
|
228
235
|
declare const YieldCloneTokenRequest: ValidateFunction<components['schemas']['YieldCloneTokenRequest']>;
|
|
229
236
|
declare const YieldCreateCommand: ValidateFunction<components['schemas']['YieldCreateCommand']>;
|
|
@@ -262,6 +269,7 @@ declare const generated_BodyOperationReplace: typeof BodyOperationReplace;
|
|
|
262
269
|
declare const generated_BodyPurpose: typeof BodyPurpose;
|
|
263
270
|
declare const generated_BrowseAgentsRequest: typeof BrowseAgentsRequest;
|
|
264
271
|
declare const generated_BrowseAgentsResult: typeof BrowseAgentsResult;
|
|
272
|
+
declare const generated_BrowseAnchoredTextByChecksumRequest: typeof BrowseAnchoredTextByChecksumRequest;
|
|
265
273
|
declare const generated_BrowseAnchoredTextRequest: typeof BrowseAnchoredTextRequest;
|
|
266
274
|
declare const generated_BrowseAnchoredTextResult: typeof BrowseAnchoredTextResult;
|
|
267
275
|
declare const generated_BrowseAnnotationContextRequest: typeof BrowseAnnotationContextRequest;
|
|
@@ -353,7 +361,9 @@ declare const generated_GraphResourceNode: typeof GraphResourceNode;
|
|
|
353
361
|
declare const generated_HealthResponse: typeof HealthResponse;
|
|
354
362
|
declare const generated_InferenceLimits: typeof InferenceLimits;
|
|
355
363
|
declare const generated_JobAssessmentAnnotationResult: typeof JobAssessmentAnnotationResult;
|
|
364
|
+
declare const generated_JobCancelCommand: typeof JobCancelCommand;
|
|
356
365
|
declare const generated_JobCancelRequest: typeof JobCancelRequest;
|
|
366
|
+
declare const generated_JobCheckpointCommand: typeof JobCheckpointCommand;
|
|
357
367
|
declare const generated_JobClaimCommand: typeof JobClaimCommand;
|
|
358
368
|
declare const generated_JobCommentAnnotationResult: typeof JobCommentAnnotationResult;
|
|
359
369
|
declare const generated_JobCompleteCommand: typeof JobCompleteCommand;
|
|
@@ -392,6 +402,8 @@ declare const generated_KnowledgeGraph: typeof KnowledgeGraph;
|
|
|
392
402
|
declare const generated_ListResourcesResponse: typeof ListResourcesResponse;
|
|
393
403
|
declare const generated_MarkArchiveCommand: typeof MarkArchiveCommand;
|
|
394
404
|
declare const generated_MarkAssistRequestEvent: typeof MarkAssistRequestEvent;
|
|
405
|
+
declare const generated_MarkCommitCommand: typeof MarkCommitCommand;
|
|
406
|
+
declare const generated_MarkCommitOk: typeof MarkCommitOk;
|
|
395
407
|
declare const generated_MarkCreateCommand: typeof MarkCreateCommand;
|
|
396
408
|
declare const generated_MarkCreateOk: typeof MarkCreateOk;
|
|
397
409
|
declare const generated_MarkCreateRequest: typeof MarkCreateRequest;
|
|
@@ -450,6 +462,8 @@ declare const generated_UserResponse: typeof UserResponse;
|
|
|
450
462
|
declare const generated_WeaveRebuildCommand: typeof WeaveRebuildCommand;
|
|
451
463
|
declare const generated_YieldCloneCreateCommand: typeof YieldCloneCreateCommand;
|
|
452
464
|
declare const generated_YieldCloneCreated: typeof YieldCloneCreated;
|
|
465
|
+
declare const generated_YieldClonePersistCommand: typeof YieldClonePersistCommand;
|
|
466
|
+
declare const generated_YieldClonePersistOk: typeof YieldClonePersistOk;
|
|
453
467
|
declare const generated_YieldCloneResourceRequest: typeof YieldCloneResourceRequest;
|
|
454
468
|
declare const generated_YieldCloneTokenRequest: typeof YieldCloneTokenRequest;
|
|
455
469
|
declare const generated_YieldCreateCommand: typeof YieldCreateCommand;
|
|
@@ -489,6 +503,7 @@ declare namespace generated {
|
|
|
489
503
|
generated_BodyPurpose as BodyPurpose,
|
|
490
504
|
generated_BrowseAgentsRequest as BrowseAgentsRequest,
|
|
491
505
|
generated_BrowseAgentsResult as BrowseAgentsResult,
|
|
506
|
+
generated_BrowseAnchoredTextByChecksumRequest as BrowseAnchoredTextByChecksumRequest,
|
|
492
507
|
generated_BrowseAnchoredTextRequest as BrowseAnchoredTextRequest,
|
|
493
508
|
generated_BrowseAnchoredTextResult as BrowseAnchoredTextResult,
|
|
494
509
|
generated_BrowseAnnotationContextRequest as BrowseAnnotationContextRequest,
|
|
@@ -580,7 +595,9 @@ declare namespace generated {
|
|
|
580
595
|
generated_HealthResponse as HealthResponse,
|
|
581
596
|
generated_InferenceLimits as InferenceLimits,
|
|
582
597
|
generated_JobAssessmentAnnotationResult as JobAssessmentAnnotationResult,
|
|
598
|
+
generated_JobCancelCommand as JobCancelCommand,
|
|
583
599
|
generated_JobCancelRequest as JobCancelRequest,
|
|
600
|
+
generated_JobCheckpointCommand as JobCheckpointCommand,
|
|
584
601
|
generated_JobClaimCommand as JobClaimCommand,
|
|
585
602
|
generated_JobCommentAnnotationResult as JobCommentAnnotationResult,
|
|
586
603
|
generated_JobCompleteCommand as JobCompleteCommand,
|
|
@@ -619,6 +636,8 @@ declare namespace generated {
|
|
|
619
636
|
generated_ListResourcesResponse as ListResourcesResponse,
|
|
620
637
|
generated_MarkArchiveCommand as MarkArchiveCommand,
|
|
621
638
|
generated_MarkAssistRequestEvent as MarkAssistRequestEvent,
|
|
639
|
+
generated_MarkCommitCommand as MarkCommitCommand,
|
|
640
|
+
generated_MarkCommitOk as MarkCommitOk,
|
|
622
641
|
generated_MarkCreateCommand as MarkCreateCommand,
|
|
623
642
|
generated_MarkCreateOk as MarkCreateOk,
|
|
624
643
|
generated_MarkCreateRequest as MarkCreateRequest,
|
|
@@ -677,6 +696,8 @@ declare namespace generated {
|
|
|
677
696
|
generated_WeaveRebuildCommand as WeaveRebuildCommand,
|
|
678
697
|
generated_YieldCloneCreateCommand as YieldCloneCreateCommand,
|
|
679
698
|
generated_YieldCloneCreated as YieldCloneCreated,
|
|
699
|
+
generated_YieldClonePersistCommand as YieldClonePersistCommand,
|
|
700
|
+
generated_YieldClonePersistOk as YieldClonePersistOk,
|
|
680
701
|
generated_YieldCloneResourceRequest as YieldCloneResourceRequest,
|
|
681
702
|
generated_YieldCloneTokenRequest as YieldCloneTokenRequest,
|
|
682
703
|
generated_YieldCreateCommand as YieldCreateCommand,
|