@semiont/core 0.5.29 → 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/dist/openapi.d.ts CHANGED
@@ -128,7 +128,9 @@ declare const GraphResourceNode: ValidateFunction<components['schemas']['GraphRe
128
128
  declare const HealthResponse: ValidateFunction<components['schemas']['HealthResponse']>;
129
129
  declare const InferenceLimits: ValidateFunction<components['schemas']['InferenceLimits']>;
130
130
  declare const JobAssessmentAnnotationResult: ValidateFunction<components['schemas']['JobAssessmentAnnotationResult']>;
131
+ declare const JobCancelCommand: ValidateFunction<components['schemas']['JobCancelCommand']>;
131
132
  declare const JobCancelRequest: ValidateFunction<components['schemas']['JobCancelRequest']>;
133
+ declare const JobCheckpointCommand: ValidateFunction<components['schemas']['JobCheckpointCommand']>;
132
134
  declare const JobClaimCommand: ValidateFunction<components['schemas']['JobClaimCommand']>;
133
135
  declare const JobCommentAnnotationResult: ValidateFunction<components['schemas']['JobCommentAnnotationResult']>;
134
136
  declare const JobCompleteCommand: ValidateFunction<components['schemas']['JobCompleteCommand']>;
@@ -167,6 +169,8 @@ declare const KnowledgeGraph: ValidateFunction<components['schemas']['KnowledgeG
167
169
  declare const ListResourcesResponse: ValidateFunction<components['schemas']['ListResourcesResponse']>;
168
170
  declare const MarkArchiveCommand: ValidateFunction<components['schemas']['MarkArchiveCommand']>;
169
171
  declare const MarkAssistRequestEvent: ValidateFunction<components['schemas']['MarkAssistRequestEvent']>;
172
+ declare const MarkCommitCommand: ValidateFunction<components['schemas']['MarkCommitCommand']>;
173
+ declare const MarkCommitOk: ValidateFunction<components['schemas']['MarkCommitOk']>;
170
174
  declare const MarkCreateCommand: ValidateFunction<components['schemas']['MarkCreateCommand']>;
171
175
  declare const MarkCreateOk: ValidateFunction<components['schemas']['MarkCreateOk']>;
172
176
  declare const MarkCreateRequest: ValidateFunction<components['schemas']['MarkCreateRequest']>;
@@ -357,7 +361,9 @@ declare const generated_GraphResourceNode: typeof GraphResourceNode;
357
361
  declare const generated_HealthResponse: typeof HealthResponse;
358
362
  declare const generated_InferenceLimits: typeof InferenceLimits;
359
363
  declare const generated_JobAssessmentAnnotationResult: typeof JobAssessmentAnnotationResult;
364
+ declare const generated_JobCancelCommand: typeof JobCancelCommand;
360
365
  declare const generated_JobCancelRequest: typeof JobCancelRequest;
366
+ declare const generated_JobCheckpointCommand: typeof JobCheckpointCommand;
361
367
  declare const generated_JobClaimCommand: typeof JobClaimCommand;
362
368
  declare const generated_JobCommentAnnotationResult: typeof JobCommentAnnotationResult;
363
369
  declare const generated_JobCompleteCommand: typeof JobCompleteCommand;
@@ -396,6 +402,8 @@ declare const generated_KnowledgeGraph: typeof KnowledgeGraph;
396
402
  declare const generated_ListResourcesResponse: typeof ListResourcesResponse;
397
403
  declare const generated_MarkArchiveCommand: typeof MarkArchiveCommand;
398
404
  declare const generated_MarkAssistRequestEvent: typeof MarkAssistRequestEvent;
405
+ declare const generated_MarkCommitCommand: typeof MarkCommitCommand;
406
+ declare const generated_MarkCommitOk: typeof MarkCommitOk;
399
407
  declare const generated_MarkCreateCommand: typeof MarkCreateCommand;
400
408
  declare const generated_MarkCreateOk: typeof MarkCreateOk;
401
409
  declare const generated_MarkCreateRequest: typeof MarkCreateRequest;
@@ -587,7 +595,9 @@ declare namespace generated {
587
595
  generated_HealthResponse as HealthResponse,
588
596
  generated_InferenceLimits as InferenceLimits,
589
597
  generated_JobAssessmentAnnotationResult as JobAssessmentAnnotationResult,
598
+ generated_JobCancelCommand as JobCancelCommand,
590
599
  generated_JobCancelRequest as JobCancelRequest,
600
+ generated_JobCheckpointCommand as JobCheckpointCommand,
591
601
  generated_JobClaimCommand as JobClaimCommand,
592
602
  generated_JobCommentAnnotationResult as JobCommentAnnotationResult,
593
603
  generated_JobCompleteCommand as JobCompleteCommand,
@@ -626,6 +636,8 @@ declare namespace generated {
626
636
  generated_ListResourcesResponse as ListResourcesResponse,
627
637
  generated_MarkArchiveCommand as MarkArchiveCommand,
628
638
  generated_MarkAssistRequestEvent as MarkAssistRequestEvent,
639
+ generated_MarkCommitCommand as MarkCommitCommand,
640
+ generated_MarkCommitOk as MarkCommitOk,
629
641
  generated_MarkCreateCommand as MarkCreateCommand,
630
642
  generated_MarkCreateOk as MarkCreateOk,
631
643
  generated_MarkCreateRequest as MarkCreateRequest,