@cuby-ui/api 0.0.365 → 0.0.367
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/esm2022/factory/services/arrow-work-flow-actions-api.service.mjs +3 -3
- package/esm2022/factory/services/arrow-work-flow-component-controller-api.service.mjs +3 -3
- package/esm2022/factory/services/arrow-work-flow-component-structure-api.service.mjs +3 -3
- package/esm2022/factory/services/arrow-work-flow-readiness-checklist-api.service.mjs +3 -3
- package/esm2022/factory/services/arrow-work-flow-trasnfer-controller-api.service.mjs +3 -3
- package/esm2022/factory/services/instructions-api.service.mjs +3 -3
- package/esm2022/platform/models/index.mjs +1 -1
- package/esm2022/platform/models/user-company-api.options.mjs +2 -0
- package/esm2022/platform/services/exchange-context-api.service.mjs +3 -3
- package/esm2022/platform/services/index.mjs +2 -1
- package/esm2022/platform/services/user-company-api.service.mjs +19 -0
- package/esm2022/project/services/crew-template-api.service.mjs +3 -3
- package/esm2022/project/services/design-job-main-api.service.mjs +3 -3
- package/esm2022/project/services/design-job-main-group-api.service.mjs +3 -3
- package/esm2022/project/services/project-api.service.mjs +3 -3
- package/esm2022/project/services/project-details-phase-init-api.service.mjs +3 -3
- package/esm2022/project/services/project-init-phase-api.service.mjs +3 -3
- package/esm2022/project/services/project-phase-design-technology-api.service.mjs +3 -3
- package/esm2022/project/services/project-resource-phase-init-api.service.mjs +3 -3
- package/esm2022/project/services/project-schedule-phase-init-api.service.mjs +3 -3
- package/esm2022/project/services/technology-phase-init-api.service.mjs +3 -3
- package/esm2022/shared/services/frame-api.service.mjs +3 -3
- package/esm2022/shared/services/node-checklist-api.service.mjs +3 -3
- package/esm2022/shared/services/tree-struct-api.service.mjs +3 -3
- package/esm2022/shared/services/tree-struct-navigator-api.service.mjs +3 -3
- package/fesm2022/cuby-ui-api.mjs +79 -64
- package/fesm2022/cuby-ui-api.mjs.map +1 -1
- package/package.json +1 -1
- package/platform/models/index.d.ts +1 -0
- package/platform/models/user-company-api.options.d.ts +20 -0
- package/platform/services/index.d.ts +1 -0
- package/platform/services/user-company-api.service.d.ts +9 -0
package/fesm2022/cuby-ui-api.mjs
CHANGED
|
@@ -90,10 +90,10 @@ class CuiFrameApiService {
|
|
|
90
90
|
params: { frameContainerId: frameId, dataResourceContainerId: fragmentId }
|
|
91
91
|
});
|
|
92
92
|
}
|
|
93
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
94
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
93
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiFrameApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
94
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiFrameApiService, providedIn: 'root' }); }
|
|
95
95
|
}
|
|
96
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
96
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiFrameApiService, decorators: [{
|
|
97
97
|
type: Injectable,
|
|
98
98
|
args: [{
|
|
99
99
|
providedIn: 'root'
|
|
@@ -117,10 +117,10 @@ class CuiTreeStructApiService {
|
|
|
117
117
|
deleteTreeStructElement(treeStructId, elementId, context) {
|
|
118
118
|
return this.httpClient.delete(`${this.TREE_STRUCT_URL}/${treeStructId}/element/${elementId}`, context);
|
|
119
119
|
}
|
|
120
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
121
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
120
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiTreeStructApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
121
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiTreeStructApiService, providedIn: 'root' }); }
|
|
122
122
|
}
|
|
123
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiTreeStructApiService, decorators: [{
|
|
124
124
|
type: Injectable,
|
|
125
125
|
args: [{
|
|
126
126
|
providedIn: 'root'
|
|
@@ -175,10 +175,10 @@ class CuiNodeChecklistApiService {
|
|
|
175
175
|
deleteEvaluationCriteriaItem(id, listId, criteriaId, context) {
|
|
176
176
|
return this.httpClient.delete(`${this.MAIN_URL}/${id}/content/list_evaluation/${criteriaId}/${listId}`, context);
|
|
177
177
|
}
|
|
178
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
179
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
178
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiNodeChecklistApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
179
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiNodeChecklistApiService, providedIn: 'root' }); }
|
|
180
180
|
}
|
|
181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiNodeChecklistApiService, decorators: [{
|
|
182
182
|
type: Injectable,
|
|
183
183
|
args: [{
|
|
184
184
|
providedIn: 'root'
|
|
@@ -225,10 +225,10 @@ class CuiTreeStructNavigatorApiService {
|
|
|
225
225
|
params: { type }
|
|
226
226
|
});
|
|
227
227
|
}
|
|
228
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
229
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
228
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiTreeStructNavigatorApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
229
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiTreeStructNavigatorApiService, providedIn: 'root' }); }
|
|
230
230
|
}
|
|
231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiTreeStructNavigatorApiService, decorators: [{
|
|
232
232
|
type: Injectable,
|
|
233
233
|
args: [{
|
|
234
234
|
providedIn: 'root'
|
|
@@ -253,10 +253,10 @@ class CuiCrewTemplateApiService {
|
|
|
253
253
|
getTemplateById(templateId) {
|
|
254
254
|
return this.httpClient.get(`${this.CREW_TEMPLATE_URL}/${templateId}`, SHARED_PROJECT_HTTP_OPTIONS);
|
|
255
255
|
}
|
|
256
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
257
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
256
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiCrewTemplateApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
257
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiCrewTemplateApiService, providedIn: 'root' }); }
|
|
258
258
|
}
|
|
259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiCrewTemplateApiService, decorators: [{
|
|
260
260
|
type: Injectable,
|
|
261
261
|
args: [{
|
|
262
262
|
providedIn: 'root'
|
|
@@ -271,10 +271,10 @@ class CuiDesignJobMainApiService {
|
|
|
271
271
|
getTask(phaseId, activityId, taskId) {
|
|
272
272
|
return this.httpClient.get(`${this.PROJECT_STAGE_URL}/${phaseId}/construction_technology/stage/${activityId}/job/main/${taskId}`, SHARED_PROJECT_HTTP_OPTIONS);
|
|
273
273
|
}
|
|
274
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
275
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
274
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiDesignJobMainApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
275
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiDesignJobMainApiService, providedIn: 'root' }); }
|
|
276
276
|
}
|
|
277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiDesignJobMainApiService, decorators: [{
|
|
278
278
|
type: Injectable,
|
|
279
279
|
args: [{
|
|
280
280
|
providedIn: 'root'
|
|
@@ -328,10 +328,10 @@ class CuiDesignJobMainGroupApiService {
|
|
|
328
328
|
}
|
|
329
329
|
return formData;
|
|
330
330
|
}
|
|
331
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
332
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
331
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiDesignJobMainGroupApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
332
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiDesignJobMainGroupApiService, providedIn: 'root' }); }
|
|
333
333
|
}
|
|
334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiDesignJobMainGroupApiService, decorators: [{
|
|
335
335
|
type: Injectable,
|
|
336
336
|
args: [{
|
|
337
337
|
providedIn: 'root'
|
|
@@ -369,10 +369,10 @@ class CuiProjectApiService {
|
|
|
369
369
|
...body
|
|
370
370
|
});
|
|
371
371
|
}
|
|
372
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
373
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
372
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
373
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectApiService, providedIn: 'root' }); }
|
|
374
374
|
}
|
|
375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectApiService, decorators: [{
|
|
376
376
|
type: Injectable,
|
|
377
377
|
args: [{
|
|
378
378
|
providedIn: 'root'
|
|
@@ -387,10 +387,10 @@ class CuiProjectDetailsPhaseInitApiService {
|
|
|
387
387
|
setAddress(phaseId, body) {
|
|
388
388
|
return this.httpClient.patch(`${this.PROJECT_INIT_PHASE_URL}/${phaseId}/details/address`, body, SHARED_PROJECT_HTTP_OPTIONS);
|
|
389
389
|
}
|
|
390
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
391
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
390
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectDetailsPhaseInitApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
391
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectDetailsPhaseInitApiService, providedIn: 'root' }); }
|
|
392
392
|
}
|
|
393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectDetailsPhaseInitApiService, decorators: [{
|
|
394
394
|
type: Injectable,
|
|
395
395
|
args: [{
|
|
396
396
|
providedIn: 'root'
|
|
@@ -405,10 +405,10 @@ class CuiProjectInitPhaseApiService {
|
|
|
405
405
|
changePhase(initPhaseId, type) {
|
|
406
406
|
return this.httpClient.patch(`${this.PROJECT_INIT_PHASE_URL}/${initPhaseId}/transition`, {}, { ...SHARED_PROJECT_HTTP_OPTIONS, params: { type } });
|
|
407
407
|
}
|
|
408
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
409
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
408
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectInitPhaseApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
409
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectInitPhaseApiService, providedIn: 'root' }); }
|
|
410
410
|
}
|
|
411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectInitPhaseApiService, decorators: [{
|
|
412
412
|
type: Injectable,
|
|
413
413
|
args: [{
|
|
414
414
|
providedIn: 'root'
|
|
@@ -429,10 +429,10 @@ class CuiProjectPhaseDesignTechnologyService {
|
|
|
429
429
|
getStageChildren(phaseId, stageId) {
|
|
430
430
|
return this.httpClient.get(`${this.DESIGN_PAHASE_URL}/${phaseId}/stage/${stageId}/sub`, { ...X_NDJSON_CONFIG_OPTIONS, ...SHARED_PROJECT_HTTP_OPTIONS });
|
|
431
431
|
}
|
|
432
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
433
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
432
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectPhaseDesignTechnologyService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
433
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectPhaseDesignTechnologyService, providedIn: 'root' }); }
|
|
434
434
|
}
|
|
435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectPhaseDesignTechnologyService, decorators: [{
|
|
436
436
|
type: Injectable,
|
|
437
437
|
args: [{
|
|
438
438
|
providedIn: 'root'
|
|
@@ -473,10 +473,10 @@ class CuiProjectResoursePhaseInitApiService {
|
|
|
473
473
|
params: { builderCrewId }
|
|
474
474
|
});
|
|
475
475
|
}
|
|
476
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
477
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
476
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectResoursePhaseInitApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
477
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectResoursePhaseInitApiService, providedIn: 'root' }); }
|
|
478
478
|
}
|
|
479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectResoursePhaseInitApiService, decorators: [{
|
|
480
480
|
type: Injectable,
|
|
481
481
|
args: [{
|
|
482
482
|
providedIn: 'root'
|
|
@@ -491,10 +491,10 @@ class CuiProjectSchedulePhaseInitApiService {
|
|
|
491
491
|
applySchedule(phaseId, body) {
|
|
492
492
|
return this.httpClient.patch(`${this.PROJECT_INIT_URL}/${phaseId}/schedule/builder-crew/${body.builderCrewId}`, body, SHARED_PROJECT_HTTP_OPTIONS);
|
|
493
493
|
}
|
|
494
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
495
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
494
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectSchedulePhaseInitApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
495
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectSchedulePhaseInitApiService, providedIn: 'root' }); }
|
|
496
496
|
}
|
|
497
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiProjectSchedulePhaseInitApiService, decorators: [{
|
|
498
498
|
type: Injectable,
|
|
499
499
|
args: [{
|
|
500
500
|
providedIn: 'root'
|
|
@@ -525,10 +525,10 @@ class CuiTechnologyPhaseInitApiService {
|
|
|
525
525
|
deleteRule(phaseId, technologyId, stageRulesId) {
|
|
526
526
|
return this.httpClient.patch(`${this.PROJECT_INIT_PHASE_URL}/${phaseId}/technology`, {}, { ...SHARED_PROJECT_HTTP_OPTIONS, params: { stageRulesId, technologyId } });
|
|
527
527
|
}
|
|
528
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
529
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
528
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiTechnologyPhaseInitApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
529
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiTechnologyPhaseInitApiService, providedIn: 'root' }); }
|
|
530
530
|
}
|
|
531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiTechnologyPhaseInitApiService, decorators: [{
|
|
532
532
|
type: Injectable,
|
|
533
533
|
args: [{
|
|
534
534
|
providedIn: 'root'
|
|
@@ -561,10 +561,10 @@ class CuiInstructionsApiService {
|
|
|
561
561
|
deleteInstruction(listingInstructionId, instructionStorageId) {
|
|
562
562
|
return this.httpClient.delete(`${this.INSTRUCTION_URL}/${listingInstructionId}/${instructionStorageId}`, SHARED_FACTORY_HTTP_OPTIONS);
|
|
563
563
|
}
|
|
564
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
565
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
564
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiInstructionsApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
565
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiInstructionsApiService, providedIn: 'root' }); }
|
|
566
566
|
}
|
|
567
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiInstructionsApiService, decorators: [{
|
|
568
568
|
type: Injectable,
|
|
569
569
|
args: [{
|
|
570
570
|
providedIn: 'root'
|
|
@@ -579,10 +579,10 @@ class CuiArrowWorkFlowActionsApiService {
|
|
|
579
579
|
changeInformation(actionId, body) {
|
|
580
580
|
return this.httpClient.patch(`${this.WORKFLOW_ACTION_URL}/${actionId}`, body, SHARED_FACTORY_HTTP_OPTIONS);
|
|
581
581
|
}
|
|
582
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
583
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
582
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiArrowWorkFlowActionsApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
583
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiArrowWorkFlowActionsApiService, providedIn: 'root' }); }
|
|
584
584
|
}
|
|
585
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiArrowWorkFlowActionsApiService, decorators: [{
|
|
586
586
|
type: Injectable,
|
|
587
587
|
args: [{
|
|
588
588
|
providedIn: 'root'
|
|
@@ -600,10 +600,10 @@ class CuiArrowWorkFlowComponentControllerApiService {
|
|
|
600
600
|
deleteComponent(arrowActionWorkFlowId, componentId) {
|
|
601
601
|
return this.httpClient.delete(`${this.WORKFLOW_URL}/${arrowActionWorkFlowId}/action/${componentId}`, SHARED_FACTORY_HTTP_OPTIONS);
|
|
602
602
|
}
|
|
603
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
604
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
603
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiArrowWorkFlowComponentControllerApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
604
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiArrowWorkFlowComponentControllerApiService, providedIn: 'root' }); }
|
|
605
605
|
}
|
|
606
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiArrowWorkFlowComponentControllerApiService, decorators: [{
|
|
607
607
|
type: Injectable,
|
|
608
608
|
args: [{
|
|
609
609
|
providedIn: 'root'
|
|
@@ -621,10 +621,10 @@ class CuiArrowWorkFlowReadinessChecklistApiService {
|
|
|
621
621
|
injectChecklist(arrowId, checklistId) {
|
|
622
622
|
return this.httpClient.post(`${this.WORKFLOW_URL}/${arrowId}/action/checklist_readiness/insert/${checklistId}`, {}, SHARED_FACTORY_HTTP_OPTIONS);
|
|
623
623
|
}
|
|
624
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
625
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
624
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiArrowWorkFlowReadinessChecklistApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
625
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiArrowWorkFlowReadinessChecklistApiService, providedIn: 'root' }); }
|
|
626
626
|
}
|
|
627
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
627
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiArrowWorkFlowReadinessChecklistApiService, decorators: [{
|
|
628
628
|
type: Injectable,
|
|
629
629
|
args: [{
|
|
630
630
|
providedIn: 'root'
|
|
@@ -645,10 +645,10 @@ class CuiArrowWorkFlowComponentStructureApiService {
|
|
|
645
645
|
deleteStructure(arrowActionWorkFlowId, type, structureId) {
|
|
646
646
|
return this.httpClient.delete(`${this.WORKFLOW_URL}/${arrowActionWorkFlowId}/action/${type}/structure/${structureId}`, SHARED_FACTORY_HTTP_OPTIONS);
|
|
647
647
|
}
|
|
648
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
649
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
648
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiArrowWorkFlowComponentStructureApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
649
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiArrowWorkFlowComponentStructureApiService, providedIn: 'root' }); }
|
|
650
650
|
}
|
|
651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
651
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiArrowWorkFlowComponentStructureApiService, decorators: [{
|
|
652
652
|
type: Injectable,
|
|
653
653
|
args: [{
|
|
654
654
|
providedIn: 'root'
|
|
@@ -701,10 +701,10 @@ class CuiArrowWorkFlowTransferControllerApiService {
|
|
|
701
701
|
getAvailableAll(arrowActionWorkFlowId, type) {
|
|
702
702
|
return this.httpClient.get(`${this.WORKFLOW_URL}/${arrowActionWorkFlowId}/${this.TRANSFER_URL}/available_all`, { ...SHARED_FACTORY_HTTP_OPTIONS, params: { type } });
|
|
703
703
|
}
|
|
704
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
705
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
704
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiArrowWorkFlowTransferControllerApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
705
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiArrowWorkFlowTransferControllerApiService, providedIn: 'root' }); }
|
|
706
706
|
}
|
|
707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiArrowWorkFlowTransferControllerApiService, decorators: [{
|
|
708
708
|
type: Injectable,
|
|
709
709
|
args: [{
|
|
710
710
|
providedIn: 'root'
|
|
@@ -729,19 +729,34 @@ class CuiExchangeContextApiService {
|
|
|
729
729
|
...SHARED_PLATFORM_HTTP_OPTIONS
|
|
730
730
|
});
|
|
731
731
|
}
|
|
732
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
733
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
732
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiExchangeContextApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
733
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiExchangeContextApiService, providedIn: 'root' }); }
|
|
734
734
|
}
|
|
735
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
735
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CuiExchangeContextApiService, decorators: [{
|
|
736
736
|
type: Injectable,
|
|
737
737
|
args: [{
|
|
738
738
|
providedIn: 'root'
|
|
739
739
|
}]
|
|
740
740
|
}] });
|
|
741
741
|
|
|
742
|
+
class UserCompanyApiService {
|
|
743
|
+
constructor() {
|
|
744
|
+
this.httpClient = inject(HttpClient);
|
|
745
|
+
}
|
|
746
|
+
getMyCompanies() {
|
|
747
|
+
return this.httpClient.get(`platform/company/my-companies`, SHARED_PLATFORM_HTTP_OPTIONS);
|
|
748
|
+
}
|
|
749
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UserCompanyApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
750
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UserCompanyApiService, providedIn: 'root' }); }
|
|
751
|
+
}
|
|
752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UserCompanyApiService, decorators: [{
|
|
753
|
+
type: Injectable,
|
|
754
|
+
args: [{ providedIn: 'root' }]
|
|
755
|
+
}] });
|
|
756
|
+
|
|
742
757
|
/**
|
|
743
758
|
* Generated bundle index. Do not edit.
|
|
744
759
|
*/
|
|
745
760
|
|
|
746
|
-
export { CUI_API_URL_CONTEXT, CuiArrowWorkFlowActionsApiService, CuiArrowWorkFlowComponentControllerApiService, CuiArrowWorkFlowComponentStructureApiService, CuiArrowWorkFlowReadinessChecklistApiService, CuiArrowWorkFlowTransferControllerApiService, CuiCrewTemplateApiService, CuiDesignJobMainApiService, CuiDesignJobMainGroupApiService, CuiExchangeContextApiService, CuiFrameApiService, CuiInstructionsApiService, CuiNodeChecklistApiService, CuiProjectApiService, CuiProjectDetailsPhaseInitApiService, CuiProjectInitPhaseApiService, CuiProjectPhaseDesignTechnologyService, CuiProjectResoursePhaseInitApiService, CuiProjectSchedulePhaseInitApiService, CuiStorageObjectType, CuiTechnologyPhaseInitApiService, CuiTreeStructApiService, CuiTreeStructNavigatorApiService, JobType, MaintainableContentType, SHARED_CONSTRUCTION_HTTP_OPTIONS, SHARED_FACTORY_HTTP_OPTIONS, SHARED_LEARNING_HTTP_OPTIONS, SHARED_PLATFORM_HTTP_OPTIONS, SHARED_PROJECT_HTTP_OPTIONS, SHARED_SCHEDULE_HTTP_OPTIONS, SubjectType, WorkflowStructureType, X_NDJSON_CONFIG_OPTIONS };
|
|
761
|
+
export { CUI_API_URL_CONTEXT, CuiArrowWorkFlowActionsApiService, CuiArrowWorkFlowComponentControllerApiService, CuiArrowWorkFlowComponentStructureApiService, CuiArrowWorkFlowReadinessChecklistApiService, CuiArrowWorkFlowTransferControllerApiService, CuiCrewTemplateApiService, CuiDesignJobMainApiService, CuiDesignJobMainGroupApiService, CuiExchangeContextApiService, CuiFrameApiService, CuiInstructionsApiService, CuiNodeChecklistApiService, CuiProjectApiService, CuiProjectDetailsPhaseInitApiService, CuiProjectInitPhaseApiService, CuiProjectPhaseDesignTechnologyService, CuiProjectResoursePhaseInitApiService, CuiProjectSchedulePhaseInitApiService, CuiStorageObjectType, CuiTechnologyPhaseInitApiService, CuiTreeStructApiService, CuiTreeStructNavigatorApiService, JobType, MaintainableContentType, SHARED_CONSTRUCTION_HTTP_OPTIONS, SHARED_FACTORY_HTTP_OPTIONS, SHARED_LEARNING_HTTP_OPTIONS, SHARED_PLATFORM_HTTP_OPTIONS, SHARED_PROJECT_HTTP_OPTIONS, SHARED_SCHEDULE_HTTP_OPTIONS, SubjectType, UserCompanyApiService, WorkflowStructureType, X_NDJSON_CONFIG_OPTIONS };
|
|
747
762
|
//# sourceMappingURL=cuby-ui-api.mjs.map
|