@cuby-ui/api 0.0.487 → 0.0.488
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/constants/api-url.d.ts +10 -0
- package/constants/index.d.ts +10 -0
- package/constants/shared-construction-http-options.d.ts +4 -0
- package/constants/shared-factory-http-options.d.ts +4 -0
- package/constants/shared-instruction-http-options.d.ts +4 -0
- package/constants/shared-learning-http-option.d.ts +4 -0
- package/constants/shared-platform-http-options.d.ts +4 -0
- package/constants/shared-project-http-options.d.ts +4 -0
- package/constants/shared-schedule-http-options.d.ts +4 -0
- package/constants/storage-object-type.d.ts +6 -0
- package/constants/x-ndjson-config-options.d.ts +8 -0
- package/construction/index.d.ts +2 -0
- package/construction/models/action-job.d.ts +36 -0
- package/construction/models/approval.api.d.ts +14 -0
- package/construction/models/criterion-api.options.d.ts +32 -0
- package/construction/models/holder-acceptance-criterion-wrapper.d.ts +8 -0
- package/construction/models/index.d.ts +18 -0
- package/construction/models/job-action-type.d.ts +6 -0
- package/construction/models/job-api.options.d.ts +97 -0
- package/construction/models/main-job.d.ts +21 -0
- package/construction/models/modal-header.option.d.ts +8 -0
- package/construction/models/operation.model.d.ts +16 -0
- package/construction/models/quantum-group-resources-structure-api.options.d.ts +25 -0
- package/construction/models/resource.d.ts +27 -0
- package/construction/models/skill.model.d.ts +6 -0
- package/construction/models/stage-job-information.d.ts +10 -0
- package/construction/models/technology.api.options.d.ts +38 -0
- package/construction/models/technology.d.ts +46 -0
- package/construction/models/utility-api.options.d.ts +3 -0
- package/construction/models/utility-component-instruction-structure-api.options.d.ts +20 -0
- package/construction/models/utility.d.ts +40 -0
- package/construction/services/criterion-api.service.d.ts +25 -0
- package/construction/services/index.d.ts +6 -0
- package/construction/services/job-api.service.d.ts +32 -0
- package/construction/services/quantum-group-resources-structure-api.service.d.ts +15 -0
- package/construction/services/utility-api.service.d.ts +21 -0
- package/construction/services/utility-component-instruction-structure-api.service.d.ts +17 -0
- package/construction/services/utility-instructions-api.service.d.ts +10 -0
- package/esm2022/constants/api-url.mjs +2 -0
- package/esm2022/constants/index.mjs +10 -0
- package/esm2022/constants/shared-construction-http-options.mjs +6 -0
- package/esm2022/constants/shared-factory-http-options.mjs +6 -0
- package/esm2022/constants/shared-instruction-http-options.mjs +6 -0
- package/esm2022/constants/shared-learning-http-option.mjs +6 -0
- package/esm2022/constants/shared-platform-http-options.mjs +6 -0
- package/esm2022/constants/shared-project-http-options.mjs +6 -0
- package/esm2022/constants/shared-schedule-http-options.mjs +6 -0
- package/esm2022/constants/storage-object-type.mjs +5 -0
- package/esm2022/constants/x-ndjson-config-options.mjs +7 -0
- package/esm2022/construction/index.mjs +3 -0
- package/esm2022/construction/models/action-job.mjs +2 -0
- package/esm2022/construction/models/approval.api.mjs +2 -0
- package/esm2022/construction/models/criterion-api.options.mjs +2 -0
- package/esm2022/construction/models/holder-acceptance-criterion-wrapper.mjs +2 -0
- package/esm2022/construction/models/index.mjs +19 -0
- package/esm2022/construction/models/job-action-type.mjs +5 -0
- package/esm2022/construction/models/job-api.options.mjs +2 -0
- package/esm2022/construction/models/main-job.mjs +2 -0
- package/esm2022/construction/models/modal-header.option.mjs +2 -0
- package/esm2022/construction/models/operation.model.mjs +2 -0
- package/esm2022/construction/models/quantum-group-resources-structure-api.options.mjs +7 -0
- package/esm2022/construction/models/resource.mjs +7 -0
- package/esm2022/construction/models/skill.model.mjs +2 -0
- package/esm2022/construction/models/stage-job-information.mjs +2 -0
- package/esm2022/construction/models/technology.api.options.mjs +11 -0
- package/esm2022/construction/models/technology.mjs +2 -0
- package/esm2022/construction/models/utility-api.options.mjs +2 -0
- package/esm2022/construction/models/utility-component-instruction-structure-api.options.mjs +2 -0
- package/esm2022/construction/models/utility.mjs +2 -0
- package/esm2022/construction/services/criterion-api.service.mjs +93 -0
- package/esm2022/construction/services/index.mjs +7 -0
- package/esm2022/construction/services/job-api.service.mjs +128 -0
- package/esm2022/construction/services/quantum-group-resources-structure-api.service.mjs +30 -0
- package/esm2022/construction/services/utility-api.service.mjs +49 -0
- package/esm2022/construction/services/utility-component-instruction-structure-api.service.mjs +56 -0
- package/esm2022/construction/services/utility-instructions-api.service.mjs +25 -0
- package/esm2022/cuby-ui-api.mjs +5 -0
- package/esm2022/factory/index.mjs +3 -0
- package/esm2022/factory/models/arrow-work-flow-component-controller-api.options.mjs +6 -0
- package/esm2022/factory/models/arrow-work-flow-component-structure-api.options.mjs +2 -0
- package/esm2022/factory/models/arrow-work-flow-controller-api.options.mjs +2 -0
- package/esm2022/factory/models/arrow-work-flow-readiness-checklist-api.options.mjs +2 -0
- package/esm2022/factory/models/arrow-work-flow-trasnfer-controller-api.options.mjs +2 -0
- package/esm2022/factory/models/consumable.mjs +2 -0
- package/esm2022/factory/models/factory-api.options.mjs +2 -0
- package/esm2022/factory/models/index.mjs +14 -0
- package/esm2022/factory/models/intra-logistic.mjs +6 -0
- package/esm2022/factory/models/maintenance.mjs +2 -0
- package/esm2022/factory/models/manufacturer.mjs +2 -0
- package/esm2022/factory/models/measurment.mjs +2 -0
- package/esm2022/factory/models/specification.mjs +2 -0
- package/esm2022/factory/models/specifications.mjs +2 -0
- package/esm2022/factory/services/arrow-work-flow-actions-api.service.mjs +22 -0
- package/esm2022/factory/services/arrow-work-flow-component-controller-api.service.mjs +25 -0
- package/esm2022/factory/services/arrow-work-flow-component-structure-api.service.mjs +28 -0
- package/esm2022/factory/services/arrow-work-flow-readiness-checklist-api.service.mjs +25 -0
- package/esm2022/factory/services/arrow-work-flow-trasnfer-controller-api.service.mjs +61 -0
- package/esm2022/factory/services/factory-api.service.mjs +52 -0
- package/esm2022/factory/services/index.mjs +8 -0
- package/esm2022/factory/services/instructions-api.service.mjs +28 -0
- package/esm2022/index.mjs +9 -0
- package/esm2022/instruction/index.mjs +3 -0
- package/esm2022/instruction/models/index.mjs +2 -0
- package/esm2022/instruction/models/instruction-assessment-config.mjs +17 -0
- package/esm2022/instruction/services/index.mjs +2 -0
- package/esm2022/instruction/services/instruction-assessment-config-api.service.mjs +65 -0
- package/esm2022/platform/index.mjs +3 -0
- package/esm2022/platform/models/exchange-context-api.options.mjs +2 -0
- package/esm2022/platform/models/index.mjs +2 -0
- package/esm2022/platform/models/user-company-api.options.mjs +2 -0
- package/esm2022/platform/services/exchange-context-api.service.mjs +32 -0
- package/esm2022/platform/services/index.mjs +3 -0
- package/esm2022/platform/services/user-company-api.service.mjs +19 -0
- package/esm2022/project/index.mjs +3 -0
- package/esm2022/project/models/design-job-main-api.options.mjs +2 -0
- package/esm2022/project/models/design-job-main-group-api.options.mjs +2 -0
- package/esm2022/project/models/index.mjs +10 -0
- package/esm2022/project/models/project-api.options.mjs +2 -0
- package/esm2022/project/models/project-details-phase-init-api.options.mjs +2 -0
- package/esm2022/project/models/project-init-phase-api.options.mjs +2 -0
- package/esm2022/project/models/project-phase-design-technology-api.options.mjs +2 -0
- package/esm2022/project/models/project-resource-phase-init-api.options.mjs +2 -0
- package/esm2022/project/models/project-schedule-phase-init-api.options.mjs +2 -0
- package/esm2022/project/models/technology-phase-init-api.options.mjs +2 -0
- package/esm2022/project/services/crew-template-api.service.mjs +32 -0
- package/esm2022/project/services/design-job-main-api.service.mjs +22 -0
- package/esm2022/project/services/design-job-main-group-api.service.mjs +61 -0
- package/esm2022/project/services/index.mjs +11 -0
- package/esm2022/project/services/project-api.service.mjs +46 -0
- package/esm2022/project/services/project-details-phase-init-api.service.mjs +22 -0
- package/esm2022/project/services/project-init-phase-api.service.mjs +22 -0
- package/esm2022/project/services/project-phase-design-technology-api.service.mjs +34 -0
- package/esm2022/project/services/project-resource-phase-init-api.service.mjs +49 -0
- package/esm2022/project/services/project-schedule-phase-init-api.service.mjs +22 -0
- package/esm2022/project/services/technology-phase-init-api.service.mjs +38 -0
- package/esm2022/shared/index.mjs +3 -0
- package/esm2022/shared/models/criterion-type-operations.mjs +2 -0
- package/esm2022/shared/models/criterion.mjs +2 -0
- package/esm2022/shared/models/frame-api.options.mjs +2 -0
- package/esm2022/shared/models/index.mjs +19 -0
- package/esm2022/shared/models/instruction-type-operations.mjs +2 -0
- package/esm2022/shared/models/instruction.mjs +8 -0
- package/esm2022/shared/models/job.options.mjs +8 -0
- package/esm2022/shared/models/jtext-api.options.mjs +2 -0
- package/esm2022/shared/models/list-object-instruction.mjs +2 -0
- package/esm2022/shared/models/node-checklist-api.options.mjs +2 -0
- package/esm2022/shared/models/node-checklist.options.mjs +2 -0
- package/esm2022/shared/models/review-type.mjs +7 -0
- package/esm2022/shared/models/storage-object-criterion.mjs +2 -0
- package/esm2022/shared/models/storage-object-instruction.mjs +2 -0
- package/esm2022/shared/models/storage-object.mjs +2 -0
- package/esm2022/shared/models/subject.mjs +9 -0
- package/esm2022/shared/models/tree-struct-navigator-api.options.mjs +2 -0
- package/esm2022/shared/models/tree-struct-type.options.mjs +2 -0
- package/esm2022/shared/models/tree-struct.options.mjs +2 -0
- package/esm2022/shared/services/frame-api.service.mjs +45 -0
- package/esm2022/shared/services/index.mjs +6 -0
- package/esm2022/shared/services/jtext-api.service.mjs +53 -0
- package/esm2022/shared/services/node-checklist-api.service.mjs +61 -0
- package/esm2022/shared/services/tree-struct-api.service.mjs +31 -0
- package/esm2022/shared/services/tree-struct-navigator-api.service.mjs +54 -0
- package/esm2022/tokens/api-url-context.mjs +3 -0
- package/esm2022/tokens/index.mjs +2 -0
- package/factory/index.d.ts +2 -0
- package/factory/models/arrow-work-flow-component-controller-api.options.d.ts +56 -0
- package/factory/models/arrow-work-flow-component-structure-api.options.d.ts +7 -0
- package/factory/models/arrow-work-flow-controller-api.options.d.ts +56 -0
- package/factory/models/arrow-work-flow-readiness-checklist-api.options.d.ts +4 -0
- package/factory/models/arrow-work-flow-trasnfer-controller-api.options.d.ts +65 -0
- package/factory/models/consumable.d.ts +25 -0
- package/factory/models/factory-api.options.d.ts +26 -0
- package/factory/models/index.d.ts +13 -0
- package/factory/models/intra-logistic.d.ts +46 -0
- package/factory/models/maintenance.d.ts +12 -0
- package/factory/models/manufacturer.d.ts +5 -0
- package/factory/models/measurment.d.ts +6 -0
- package/factory/models/specification.d.ts +4 -0
- package/factory/models/specifications.d.ts +8 -0
- package/factory/services/arrow-work-flow-actions-api.service.d.ts +10 -0
- package/factory/services/arrow-work-flow-component-controller-api.service.d.ts +11 -0
- package/factory/services/arrow-work-flow-component-structure-api.service.d.ts +12 -0
- package/factory/services/arrow-work-flow-readiness-checklist-api.service.d.ts +11 -0
- package/factory/services/arrow-work-flow-trasnfer-controller-api.service.d.ts +20 -0
- package/factory/services/factory-api.service.d.ts +17 -0
- package/factory/services/index.d.ts +7 -0
- package/factory/services/instructions-api.service.d.ts +11 -0
- package/fesm2022/cuby-ui-api.mjs +1347 -0
- package/fesm2022/cuby-ui-api.mjs.map +1 -0
- package/index.d.ts +8 -0
- package/instruction/index.d.ts +2 -0
- package/instruction/models/index.d.ts +1 -0
- package/instruction/models/instruction-assessment-config.d.ts +43 -0
- package/instruction/services/index.d.ts +1 -0
- package/instruction/services/instruction-assessment-config-api.service.d.ts +25 -0
- package/package.json +1 -4
- package/platform/index.d.ts +2 -0
- package/platform/models/exchange-context-api.options.d.ts +19 -0
- package/platform/models/index.d.ts +2 -0
- package/platform/models/user-company-api.options.d.ts +20 -0
- package/platform/services/exchange-context-api.service.d.ts +10 -0
- package/platform/services/index.d.ts +2 -0
- package/platform/services/user-company-api.service.d.ts +9 -0
- package/project/index.d.ts +2 -0
- package/project/models/design-job-main-api.options.d.ts +12 -0
- package/project/models/design-job-main-group-api.options.d.ts +71 -0
- package/project/models/index.d.ts +9 -0
- package/project/models/project-api.options.d.ts +75 -0
- package/project/models/project-details-phase-init-api.options.d.ts +7 -0
- package/project/models/project-init-phase-api.options.d.ts +29 -0
- package/project/models/project-phase-design-technology-api.options.d.ts +33 -0
- package/project/models/project-resource-phase-init-api.options.d.ts +31 -0
- package/project/models/project-schedule-phase-init-api.options.d.ts +10 -0
- package/project/models/technology-phase-init-api.options.d.ts +4 -0
- package/project/services/crew-template-api.service.d.ts +12 -0
- package/project/services/design-job-main-api.service.d.ts +11 -0
- package/project/services/design-job-main-group-api.service.d.ts +20 -0
- package/project/services/index.d.ts +10 -0
- package/project/services/project-api.service.d.ts +15 -0
- package/project/services/project-details-phase-init-api.service.d.ts +10 -0
- package/project/services/project-init-phase-api.service.d.ts +10 -0
- package/project/services/project-phase-design-technology-api.service.d.ts +13 -0
- package/project/services/project-resource-phase-init-api.service.d.ts +14 -0
- package/project/services/project-schedule-phase-init-api.service.d.ts +10 -0
- package/project/services/technology-phase-init-api.service.d.ts +13 -0
- package/shared/index.d.ts +2 -0
- package/shared/models/criterion-type-operations.d.ts +7 -0
- package/shared/models/criterion.d.ts +7 -0
- package/shared/models/frame-api.options.d.ts +22 -0
- package/shared/models/index.d.ts +18 -0
- package/shared/models/instruction-type-operations.d.ts +7 -0
- package/shared/models/instruction.d.ts +15 -0
- package/shared/models/job.options.d.ts +64 -0
- package/shared/models/jtext-api.options.d.ts +20 -0
- package/shared/models/list-object-instruction.d.ts +6 -0
- package/shared/models/node-checklist-api.options.d.ts +29 -0
- package/shared/models/node-checklist.options.d.ts +46 -0
- package/shared/models/review-type.d.ts +5 -0
- package/shared/models/storage-object-criterion.d.ts +3 -0
- package/shared/models/storage-object-instruction.d.ts +3 -0
- package/shared/models/storage-object.d.ts +6 -0
- package/shared/models/subject.d.ts +9 -0
- package/shared/models/tree-struct-navigator-api.options.d.ts +21 -0
- package/shared/models/tree-struct-type.options.d.ts +10 -0
- package/shared/models/tree-struct.options.d.ts +15 -0
- package/shared/services/frame-api.service.d.ts +19 -0
- package/shared/services/index.d.ts +5 -0
- package/shared/services/jtext-api.service.d.ts +23 -0
- package/shared/services/node-checklist-api.service.d.ts +18 -0
- package/shared/services/tree-struct-api.service.d.ts +13 -0
- package/shared/services/tree-struct-navigator-api.service.d.ts +19 -0
- package/tokens/api-url-context.d.ts +6 -0
- package/tokens/index.d.ts +1 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CuiNullable } from '@cuby-ui/cdk';
|
|
2
|
+
import { Consumable } from './consumable';
|
|
3
|
+
export interface Maintenance {
|
|
4
|
+
readonly id: string;
|
|
5
|
+
readonly interval: {
|
|
6
|
+
readonly unitPeriod: string;
|
|
7
|
+
readonly value: CuiNullable<number>;
|
|
8
|
+
};
|
|
9
|
+
readonly duration: string;
|
|
10
|
+
readonly consumables: Consumable<any>[];
|
|
11
|
+
readonly holderInstructionStorageId?: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CuiNullable } from '@cuby-ui/cdk';
|
|
2
|
+
import { Specification } from './specification';
|
|
3
|
+
export interface Specifications {
|
|
4
|
+
readonly width: CuiNullable<Specification>;
|
|
5
|
+
readonly height: CuiNullable<Specification>;
|
|
6
|
+
readonly length: CuiNullable<Specification>;
|
|
7
|
+
readonly weight: CuiNullable<Specification>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Observable } from 'rxjs';
|
|
2
|
+
import { WorkflowChecklistInformation } from '../models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CuiArrowWorkFlowActionsApiService {
|
|
5
|
+
private readonly httpClient;
|
|
6
|
+
private readonly WORKFLOW_ACTION_URL;
|
|
7
|
+
changeInformation(actionId: string, body: WorkflowChecklistInformation): Observable<void>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiArrowWorkFlowActionsApiService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CuiArrowWorkFlowActionsApiService>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Observable } from 'rxjs';
|
|
2
|
+
import { WorkflowActionComponent, WorkflowComponentType } from '../models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CuiArrowWorkFlowComponentControllerApiService {
|
|
5
|
+
private readonly httpClient;
|
|
6
|
+
private readonly WORKFLOW_URL;
|
|
7
|
+
createComponent(arrowActionWorkFlowId: string, type: WorkflowComponentType): Observable<WorkflowActionComponent>;
|
|
8
|
+
deleteComponent(arrowActionWorkFlowId: string, componentId: string): Observable<void>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiArrowWorkFlowComponentControllerApiService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CuiArrowWorkFlowComponentControllerApiService>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Observable } from 'rxjs';
|
|
2
|
+
import { MoveArrowWorkFlowStructureParams, WorkflowComponentType, WorkflowSuitableAction } from '../models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CuiArrowWorkFlowComponentStructureApiService {
|
|
5
|
+
private readonly httpClient;
|
|
6
|
+
private readonly WORKFLOW_URL;
|
|
7
|
+
moveStructure(arrowActionWorkFlowId: string, params: MoveArrowWorkFlowStructureParams): Observable<void>;
|
|
8
|
+
getStructureOptions(arrowActionWorkFlowId: string, type: WorkflowComponentType): Observable<WorkflowSuitableAction[]>;
|
|
9
|
+
deleteStructure(arrowActionWorkFlowId: string, type: WorkflowComponentType, structureId: string): Observable<void>;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiArrowWorkFlowComponentStructureApiService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CuiArrowWorkFlowComponentStructureApiService>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Observable } from 'rxjs';
|
|
2
|
+
import { WorkflowChecklistStructure } from '../models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CuiArrowWorkFlowReadinessChecklistApiService {
|
|
5
|
+
private readonly httpClient;
|
|
6
|
+
private readonly WORKFLOW_URL;
|
|
7
|
+
createChecklist(arrowId: string): Observable<WorkflowChecklistStructure>;
|
|
8
|
+
injectChecklist(arrowId: string, checklistId: string): Observable<WorkflowChecklistStructure>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiArrowWorkFlowReadinessChecklistApiService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CuiArrowWorkFlowReadinessChecklistApiService>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { Observable } from 'rxjs';
|
|
2
|
+
import { StorageObjectInstruction } from '../../shared';
|
|
3
|
+
import { AddArrowWorkFlowTransferRequestBody, AvailableAllWorkflowTransfer, CopyWorkflowInstructionRequestBody, CreateWorkflowInstructionRequestBody, InsertWorkflowInstructionRequestBody, TransferType, UnbindWorkflowInstructionRequestBody, UpdateArrowWorkFlowTransferRequestBody, WorkflowTransferStructure } from '../models';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CuiArrowWorkFlowTransferControllerApiService {
|
|
6
|
+
private readonly httpClient;
|
|
7
|
+
private readonly WORKFLOW_URL;
|
|
8
|
+
private readonly TRANSFER_URL;
|
|
9
|
+
createInstruction(body: CreateWorkflowInstructionRequestBody): Observable<StorageObjectInstruction>;
|
|
10
|
+
copyInstruction(body: CopyWorkflowInstructionRequestBody): Observable<StorageObjectInstruction>;
|
|
11
|
+
insertInstruction(body: InsertWorkflowInstructionRequestBody): Observable<StorageObjectInstruction>;
|
|
12
|
+
unbindInstruction(body: UnbindWorkflowInstructionRequestBody): Observable<StorageObjectInstruction>;
|
|
13
|
+
addTransfer(body: AddArrowWorkFlowTransferRequestBody): Observable<WorkflowTransferStructure>;
|
|
14
|
+
updateTransfer(body: UpdateArrowWorkFlowTransferRequestBody): Observable<WorkflowTransferStructure>;
|
|
15
|
+
insertTransfer(arrowActionWorkFlowId: string, id: string, transferType: TransferType): Observable<WorkflowTransferStructure>;
|
|
16
|
+
getAvailableTransferTypes(arrowActionWorkFlowId: string): Observable<TransferType[]>;
|
|
17
|
+
getAvailableAll<T extends AvailableAllWorkflowTransfer>(arrowActionWorkFlowId: string, type: TransferType): Observable<T[]>;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiArrowWorkFlowTransferControllerApiService, never>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CuiArrowWorkFlowTransferControllerApiService>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { Observable } from 'rxjs';
|
|
2
|
+
import { FactoryMaterial, Structure } from '../models/factory-api.options';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CuiFactoryApiService {
|
|
5
|
+
private readonly httpClient;
|
|
6
|
+
private readonly FACTORY_MATERIAL_URL;
|
|
7
|
+
private readonly FACTORY_TOOL_URL;
|
|
8
|
+
private readonly FACTORY_PART_URL;
|
|
9
|
+
private readonly SHARED_HTTP_OPTIONS;
|
|
10
|
+
getMaterialsByIds(ids: string[]): Observable<Structure>;
|
|
11
|
+
getPartsByIds(ids: string[]): Observable<Structure>;
|
|
12
|
+
getPartsByIdsStream(ids: string[]): Observable<Structure>;
|
|
13
|
+
getToolsByIdsStream(ids: string[]): Observable<Structure>;
|
|
14
|
+
getToolsByIds(ids: string[]): Observable<FactoryMaterial>;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiFactoryApiService, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CuiFactoryApiService>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { CuiInstructionsApiService } from './instructions-api.service';
|
|
2
|
+
export { CuiArrowWorkFlowActionsApiService } from './arrow-work-flow-actions-api.service';
|
|
3
|
+
export { CuiArrowWorkFlowComponentControllerApiService } from './arrow-work-flow-component-controller-api.service';
|
|
4
|
+
export { CuiArrowWorkFlowReadinessChecklistApiService } from './arrow-work-flow-readiness-checklist-api.service';
|
|
5
|
+
export { CuiArrowWorkFlowComponentStructureApiService } from './arrow-work-flow-component-structure-api.service';
|
|
6
|
+
export { CuiArrowWorkFlowTransferControllerApiService } from './arrow-work-flow-trasnfer-controller-api.service';
|
|
7
|
+
export { CuiFactoryApiService } from './factory-api.service';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CuiInstructionsApiService {
|
|
4
|
+
private readonly httpClient;
|
|
5
|
+
private readonly INSTRUCTION_URL;
|
|
6
|
+
changeTitle(instructionId: string, title: string): Observable<void>;
|
|
7
|
+
changeDescription(instructionId: string, shortDescription: string): Observable<void>;
|
|
8
|
+
deleteInstruction(listingInstructionId: string, instructionStorageId: string): Observable<void>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiInstructionsApiService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CuiInstructionsApiService>;
|
|
11
|
+
}
|