@things-factory/integration-label-studio 10.0.0-beta.21 → 10.0.0-beta.22
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.
|
@@ -8,5 +8,5 @@ import { LabelStudioAIPredictionService } from './ai-prediction-service.js';
|
|
|
8
8
|
import { DatasetLabelingIntegration } from './dataset-labeling-integration.js';
|
|
9
9
|
import { ExternalDataSourceService } from './external-data-source-service.js';
|
|
10
10
|
export declare const schema: {
|
|
11
|
-
resolverClasses: (typeof UserSyncMutation | typeof ProjectManagement | typeof TaskManagement | typeof WebhookManagement | typeof MLBackendService | typeof PredictionManagement | typeof LabelStudioAIPredictionService | typeof
|
|
11
|
+
resolverClasses: (typeof DatasetLabelingIntegration | typeof UserSyncMutation | typeof ProjectManagement | typeof TaskManagement | typeof WebhookManagement | typeof MLBackendService | typeof PredictionManagement | typeof LabelStudioAIPredictionService | typeof ExternalDataSourceService)[];
|
|
12
12
|
};
|