@d19n/youfibre-odin-sdk 2.0.107 → 2.0.108
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/actions-v2/CompleteInstallWorkOrderFlowDto.d.ts +0 -3
- package/dist/actions-v2/CompleteInstallWorkOrderFlowDto.js +0 -3
- package/dist/actions-v2/CompleteServiceWorkOrderFlowDto.d.ts +0 -3
- package/dist/actions-v2/CompleteServiceWorkOrderFlowDto.js +0 -3
- package/dist/actions-v2/MoveBusinessInstallFromInProgressToPendingDto.d.ts +0 -3
- package/dist/actions-v2/MoveBusinessInstallFromInProgressToPendingDto.js +0 -3
- package/dist/actions-v2/MoveBusinessInstallToCompleteDto.d.ts +0 -3
- package/dist/actions-v2/MoveBusinessInstallToCompleteDto.js +0 -3
- package/dist/actions-v2/MoveBusinessInstallToEnRouteDto.d.ts +0 -3
- package/dist/actions-v2/MoveBusinessInstallToEnRouteDto.js +0 -3
- package/dist/actions-v2/MoveBusinessInstallToInProgressDto.d.ts +0 -3
- package/dist/actions-v2/MoveBusinessInstallToInProgressDto.js +0 -3
- package/dist/actions-v2/MoveInstallWorkOrderFromInProgressToPendingDto.d.ts +0 -3
- package/dist/actions-v2/MoveInstallWorkOrderFromInProgressToPendingDto.js +0 -3
- package/dist/actions-v2/MoveInstallWorkOrderToInProgressDto.d.ts +0 -3
- package/dist/actions-v2/MoveInstallWorkOrderToInProgressDto.js +0 -3
- package/dist/actions-v2/MoveServiceWorkOrderFromInProgressToPendingDto.d.ts +0 -3
- package/dist/actions-v2/MoveServiceWorkOrderFromInProgressToPendingDto.js +0 -3
- package/dist/actions-v2/MoveServiceWorkOrderToEnRouteDto.d.ts +0 -3
- package/dist/actions-v2/MoveServiceWorkOrderToEnRouteDto.js +0 -3
- package/dist/actions-v2/MoveServiceWorkOrderToInProgressDto.d.ts +0 -3
- package/dist/actions-v2/MoveServiceWorkOrderToInProgressDto.js +0 -3
- package/dist/entities-v2/OrderKci.d.ts +92 -0
- package/dist/entities-v2/OrderKci.js +2 -0
- package/package.json +1 -1
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
*
|
|
6
6
|
* @module FieldServiceModule
|
|
7
7
|
* @entity WorkOrder
|
|
8
|
-
* @entityType INSTALL
|
|
9
8
|
* @actionKey CompleteInstallWorkOrderFlow
|
|
10
9
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.CompleteInstallWorkOrderFlow
|
|
11
10
|
*
|
|
@@ -33,7 +32,6 @@ export interface CompleteInstallWorkOrderFlowProperties {
|
|
|
33
32
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
34
33
|
* @module FieldServiceModule
|
|
35
34
|
* @entity WorkOrder
|
|
36
|
-
* @entityType INSTALL (install)
|
|
37
35
|
* @targetStages WorkOrderStageDone
|
|
38
36
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.CompleteInstallWorkOrderFlow
|
|
39
37
|
* @permission schema.action.completeinstallworkorderflow.trigger
|
|
@@ -45,7 +43,6 @@ export declare class CompleteInstallWorkOrderFlowDto extends OdinRecordUpdateDto
|
|
|
45
43
|
static readonly ACTION_KEY = "CompleteInstallWorkOrderFlow";
|
|
46
44
|
static readonly MODULE_NAME = "FieldServiceModule";
|
|
47
45
|
static readonly ENTITIES: string[];
|
|
48
|
-
static readonly ENTITY_TYPE = "INSTALL";
|
|
49
46
|
static readonly EVENT_NAME = "k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.CompleteInstallWorkOrderFlow";
|
|
50
47
|
static readonly SCHEMA_ACTION_ID = "bee3139b-becc-47df-994f-dc76dbba7b36";
|
|
51
48
|
static readonly PERMISSION = "schema.action.completeinstallworkorderflow.trigger";
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
*
|
|
7
7
|
* @module FieldServiceModule
|
|
8
8
|
* @entity WorkOrder
|
|
9
|
-
* @entityType INSTALL
|
|
10
9
|
* @actionKey CompleteInstallWorkOrderFlow
|
|
11
10
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.CompleteInstallWorkOrderFlow
|
|
12
11
|
*
|
|
@@ -23,7 +22,6 @@ const core_1 = require("@d19n/odin-types/dist/core");
|
|
|
23
22
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
24
23
|
* @module FieldServiceModule
|
|
25
24
|
* @entity WorkOrder
|
|
26
|
-
* @entityType INSTALL (install)
|
|
27
25
|
* @targetStages WorkOrderStageDone
|
|
28
26
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.CompleteInstallWorkOrderFlow
|
|
29
27
|
* @permission schema.action.completeinstallworkorderflow.trigger
|
|
@@ -50,7 +48,6 @@ CompleteInstallWorkOrderFlowDto.ACTION_TYPE = 'UPDATE';
|
|
|
50
48
|
CompleteInstallWorkOrderFlowDto.ACTION_KEY = 'CompleteInstallWorkOrderFlow';
|
|
51
49
|
CompleteInstallWorkOrderFlowDto.MODULE_NAME = 'FieldServiceModule';
|
|
52
50
|
CompleteInstallWorkOrderFlowDto.ENTITIES = ['WorkOrder'];
|
|
53
|
-
CompleteInstallWorkOrderFlowDto.ENTITY_TYPE = 'INSTALL';
|
|
54
51
|
CompleteInstallWorkOrderFlowDto.EVENT_NAME = 'k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.CompleteInstallWorkOrderFlow';
|
|
55
52
|
CompleteInstallWorkOrderFlowDto.SCHEMA_ACTION_ID = 'bee3139b-becc-47df-994f-dc76dbba7b36';
|
|
56
53
|
CompleteInstallWorkOrderFlowDto.PERMISSION = 'schema.action.completeinstallworkorderflow.trigger';
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
*
|
|
6
6
|
* @module FieldServiceModule
|
|
7
7
|
* @entity WorkOrder
|
|
8
|
-
* @entityType SERVICE
|
|
9
8
|
* @actionKey CompleteServiceWorkOrderFlow
|
|
10
9
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.CompleteServiceWorkOrderFlow
|
|
11
10
|
*
|
|
@@ -33,7 +32,6 @@ export interface CompleteServiceWorkOrderFlowProperties {
|
|
|
33
32
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
34
33
|
* @module FieldServiceModule
|
|
35
34
|
* @entity WorkOrder
|
|
36
|
-
* @entityType SERVICE (service)
|
|
37
35
|
* @targetStages WorkOrderStageDone
|
|
38
36
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.CompleteServiceWorkOrderFlow
|
|
39
37
|
* @permission schema.action.completeserviceworkorderflow.trigger
|
|
@@ -45,7 +43,6 @@ export declare class CompleteServiceWorkOrderFlowDto extends OdinRecordUpdateDto
|
|
|
45
43
|
static readonly ACTION_KEY = "CompleteServiceWorkOrderFlow";
|
|
46
44
|
static readonly MODULE_NAME = "FieldServiceModule";
|
|
47
45
|
static readonly ENTITIES: string[];
|
|
48
|
-
static readonly ENTITY_TYPE = "SERVICE";
|
|
49
46
|
static readonly EVENT_NAME = "k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.CompleteServiceWorkOrderFlow";
|
|
50
47
|
static readonly SCHEMA_ACTION_ID = "9f336efc-375f-4def-8a9b-74538a1cd974";
|
|
51
48
|
static readonly PERMISSION = "schema.action.completeserviceworkorderflow.trigger";
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
*
|
|
7
7
|
* @module FieldServiceModule
|
|
8
8
|
* @entity WorkOrder
|
|
9
|
-
* @entityType SERVICE
|
|
10
9
|
* @actionKey CompleteServiceWorkOrderFlow
|
|
11
10
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.CompleteServiceWorkOrderFlow
|
|
12
11
|
*
|
|
@@ -23,7 +22,6 @@ const core_1 = require("@d19n/odin-types/dist/core");
|
|
|
23
22
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
24
23
|
* @module FieldServiceModule
|
|
25
24
|
* @entity WorkOrder
|
|
26
|
-
* @entityType SERVICE (service)
|
|
27
25
|
* @targetStages WorkOrderStageDone
|
|
28
26
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.CompleteServiceWorkOrderFlow
|
|
29
27
|
* @permission schema.action.completeserviceworkorderflow.trigger
|
|
@@ -50,7 +48,6 @@ CompleteServiceWorkOrderFlowDto.ACTION_TYPE = 'UPDATE';
|
|
|
50
48
|
CompleteServiceWorkOrderFlowDto.ACTION_KEY = 'CompleteServiceWorkOrderFlow';
|
|
51
49
|
CompleteServiceWorkOrderFlowDto.MODULE_NAME = 'FieldServiceModule';
|
|
52
50
|
CompleteServiceWorkOrderFlowDto.ENTITIES = ['WorkOrder'];
|
|
53
|
-
CompleteServiceWorkOrderFlowDto.ENTITY_TYPE = 'SERVICE';
|
|
54
51
|
CompleteServiceWorkOrderFlowDto.EVENT_NAME = 'k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.CompleteServiceWorkOrderFlow';
|
|
55
52
|
CompleteServiceWorkOrderFlowDto.SCHEMA_ACTION_ID = '9f336efc-375f-4def-8a9b-74538a1cd974';
|
|
56
53
|
CompleteServiceWorkOrderFlowDto.PERMISSION = 'schema.action.completeserviceworkorderflow.trigger';
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
*
|
|
4
4
|
* @module FieldServiceModule
|
|
5
5
|
* @entity WorkOrder
|
|
6
|
-
* @entityType INSTALL_BUSINESS
|
|
7
6
|
* @actionKey MoveBusinessInstallFromInProgressToPending
|
|
8
7
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallFromInProgressToPending
|
|
9
8
|
*
|
|
@@ -29,7 +28,6 @@ export interface MoveBusinessInstallFromInProgressToPendingProperties {
|
|
|
29
28
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
30
29
|
* @module FieldServiceModule
|
|
31
30
|
* @entity WorkOrder
|
|
32
|
-
* @entityType INSTALL_BUSINESS (Business Install)
|
|
33
31
|
* @targetStages BusinessInstallPipelineStagePending
|
|
34
32
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallFromInProgressToPending
|
|
35
33
|
* @benchmark This action is tracked for performance benchmarks
|
|
@@ -40,7 +38,6 @@ export declare class MoveBusinessInstallFromInProgressToPendingDto extends OdinR
|
|
|
40
38
|
static readonly ACTION_KEY = "MoveBusinessInstallFromInProgressToPending";
|
|
41
39
|
static readonly MODULE_NAME = "FieldServiceModule";
|
|
42
40
|
static readonly ENTITIES: string[];
|
|
43
|
-
static readonly ENTITY_TYPE = "INSTALL_BUSINESS";
|
|
44
41
|
static readonly EVENT_NAME = "k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallFromInProgressToPending";
|
|
45
42
|
static readonly SCHEMA_ACTION_ID = "f4c0a871-ef72-4087-96bc-127909189a7a";
|
|
46
43
|
static readonly TARGET_STAGES: readonly ["BusinessInstallPipelineStagePending"];
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*
|
|
5
5
|
* @module FieldServiceModule
|
|
6
6
|
* @entity WorkOrder
|
|
7
|
-
* @entityType INSTALL_BUSINESS
|
|
8
7
|
* @actionKey MoveBusinessInstallFromInProgressToPending
|
|
9
8
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallFromInProgressToPending
|
|
10
9
|
*
|
|
@@ -19,7 +18,6 @@ const core_1 = require("@d19n/odin-types/dist/core");
|
|
|
19
18
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
20
19
|
* @module FieldServiceModule
|
|
21
20
|
* @entity WorkOrder
|
|
22
|
-
* @entityType INSTALL_BUSINESS (Business Install)
|
|
23
21
|
* @targetStages BusinessInstallPipelineStagePending
|
|
24
22
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallFromInProgressToPending
|
|
25
23
|
* @benchmark This action is tracked for performance benchmarks
|
|
@@ -45,7 +43,6 @@ MoveBusinessInstallFromInProgressToPendingDto.ACTION_TYPE = 'UPDATE';
|
|
|
45
43
|
MoveBusinessInstallFromInProgressToPendingDto.ACTION_KEY = 'MoveBusinessInstallFromInProgressToPending';
|
|
46
44
|
MoveBusinessInstallFromInProgressToPendingDto.MODULE_NAME = 'FieldServiceModule';
|
|
47
45
|
MoveBusinessInstallFromInProgressToPendingDto.ENTITIES = ['WorkOrder'];
|
|
48
|
-
MoveBusinessInstallFromInProgressToPendingDto.ENTITY_TYPE = 'INSTALL_BUSINESS';
|
|
49
46
|
MoveBusinessInstallFromInProgressToPendingDto.EVENT_NAME = 'k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallFromInProgressToPending';
|
|
50
47
|
MoveBusinessInstallFromInProgressToPendingDto.SCHEMA_ACTION_ID = 'f4c0a871-ef72-4087-96bc-127909189a7a';
|
|
51
48
|
MoveBusinessInstallFromInProgressToPendingDto.TARGET_STAGES = ['BusinessInstallPipelineStagePending'];
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
*
|
|
6
6
|
* @module FieldServiceModule
|
|
7
7
|
* @entity WorkOrder
|
|
8
|
-
* @entityType INSTALL_BUSINESS
|
|
9
8
|
* @actionKey MoveBusinessInstallToComplete
|
|
10
9
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToComplete
|
|
11
10
|
*
|
|
@@ -33,7 +32,6 @@ export interface MoveBusinessInstallToCompleteProperties {
|
|
|
33
32
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
34
33
|
* @module FieldServiceModule
|
|
35
34
|
* @entity WorkOrder
|
|
36
|
-
* @entityType INSTALL_BUSINESS (Business Install)
|
|
37
35
|
* @targetStages BusinessInstallPipelineStageComplete
|
|
38
36
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToComplete
|
|
39
37
|
* @permission schema.action.movebusinessinstalltocomplete.trigger
|
|
@@ -45,7 +43,6 @@ export declare class MoveBusinessInstallToCompleteDto extends OdinRecordUpdateDt
|
|
|
45
43
|
static readonly ACTION_KEY = "MoveBusinessInstallToComplete";
|
|
46
44
|
static readonly MODULE_NAME = "FieldServiceModule";
|
|
47
45
|
static readonly ENTITIES: string[];
|
|
48
|
-
static readonly ENTITY_TYPE = "INSTALL_BUSINESS";
|
|
49
46
|
static readonly EVENT_NAME = "k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToComplete";
|
|
50
47
|
static readonly SCHEMA_ACTION_ID = "3592e38d-30c7-469f-991d-ea2013c07077";
|
|
51
48
|
static readonly PERMISSION = "schema.action.movebusinessinstalltocomplete.trigger";
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
*
|
|
7
7
|
* @module FieldServiceModule
|
|
8
8
|
* @entity WorkOrder
|
|
9
|
-
* @entityType INSTALL_BUSINESS
|
|
10
9
|
* @actionKey MoveBusinessInstallToComplete
|
|
11
10
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToComplete
|
|
12
11
|
*
|
|
@@ -23,7 +22,6 @@ const core_1 = require("@d19n/odin-types/dist/core");
|
|
|
23
22
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
24
23
|
* @module FieldServiceModule
|
|
25
24
|
* @entity WorkOrder
|
|
26
|
-
* @entityType INSTALL_BUSINESS (Business Install)
|
|
27
25
|
* @targetStages BusinessInstallPipelineStageComplete
|
|
28
26
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToComplete
|
|
29
27
|
* @permission schema.action.movebusinessinstalltocomplete.trigger
|
|
@@ -50,7 +48,6 @@ MoveBusinessInstallToCompleteDto.ACTION_TYPE = 'UPDATE';
|
|
|
50
48
|
MoveBusinessInstallToCompleteDto.ACTION_KEY = 'MoveBusinessInstallToComplete';
|
|
51
49
|
MoveBusinessInstallToCompleteDto.MODULE_NAME = 'FieldServiceModule';
|
|
52
50
|
MoveBusinessInstallToCompleteDto.ENTITIES = ['WorkOrder'];
|
|
53
|
-
MoveBusinessInstallToCompleteDto.ENTITY_TYPE = 'INSTALL_BUSINESS';
|
|
54
51
|
MoveBusinessInstallToCompleteDto.EVENT_NAME = 'k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToComplete';
|
|
55
52
|
MoveBusinessInstallToCompleteDto.SCHEMA_ACTION_ID = '3592e38d-30c7-469f-991d-ea2013c07077';
|
|
56
53
|
MoveBusinessInstallToCompleteDto.PERMISSION = 'schema.action.movebusinessinstalltocomplete.trigger';
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
*
|
|
6
6
|
* @module FieldServiceModule
|
|
7
7
|
* @entity WorkOrder
|
|
8
|
-
* @entityType INSTALL_BUSINESS
|
|
9
8
|
* @actionKey MoveBusinessInstallToEnRoute
|
|
10
9
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToEnRoute
|
|
11
10
|
*
|
|
@@ -33,7 +32,6 @@ export interface MoveBusinessInstallToEnRouteProperties {
|
|
|
33
32
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
34
33
|
* @module FieldServiceModule
|
|
35
34
|
* @entity WorkOrder
|
|
36
|
-
* @entityType INSTALL_BUSINESS (Business Install)
|
|
37
35
|
* @targetStages BusinessInstallPipelineStageEnRoute
|
|
38
36
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToEnRoute
|
|
39
37
|
* @permission schema.action.movebusinessinstalltoenroute.trigger
|
|
@@ -45,7 +43,6 @@ export declare class MoveBusinessInstallToEnRouteDto extends OdinRecordUpdateDto
|
|
|
45
43
|
static readonly ACTION_KEY = "MoveBusinessInstallToEnRoute";
|
|
46
44
|
static readonly MODULE_NAME = "FieldServiceModule";
|
|
47
45
|
static readonly ENTITIES: string[];
|
|
48
|
-
static readonly ENTITY_TYPE = "INSTALL_BUSINESS";
|
|
49
46
|
static readonly EVENT_NAME = "k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToEnRoute";
|
|
50
47
|
static readonly SCHEMA_ACTION_ID = "a0d13db8-6ce8-48ea-95b7-6f21e12e40e1";
|
|
51
48
|
static readonly PERMISSION = "schema.action.movebusinessinstalltoenroute.trigger";
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
*
|
|
7
7
|
* @module FieldServiceModule
|
|
8
8
|
* @entity WorkOrder
|
|
9
|
-
* @entityType INSTALL_BUSINESS
|
|
10
9
|
* @actionKey MoveBusinessInstallToEnRoute
|
|
11
10
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToEnRoute
|
|
12
11
|
*
|
|
@@ -23,7 +22,6 @@ const core_1 = require("@d19n/odin-types/dist/core");
|
|
|
23
22
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
24
23
|
* @module FieldServiceModule
|
|
25
24
|
* @entity WorkOrder
|
|
26
|
-
* @entityType INSTALL_BUSINESS (Business Install)
|
|
27
25
|
* @targetStages BusinessInstallPipelineStageEnRoute
|
|
28
26
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToEnRoute
|
|
29
27
|
* @permission schema.action.movebusinessinstalltoenroute.trigger
|
|
@@ -50,7 +48,6 @@ MoveBusinessInstallToEnRouteDto.ACTION_TYPE = 'UPDATE';
|
|
|
50
48
|
MoveBusinessInstallToEnRouteDto.ACTION_KEY = 'MoveBusinessInstallToEnRoute';
|
|
51
49
|
MoveBusinessInstallToEnRouteDto.MODULE_NAME = 'FieldServiceModule';
|
|
52
50
|
MoveBusinessInstallToEnRouteDto.ENTITIES = ['WorkOrder'];
|
|
53
|
-
MoveBusinessInstallToEnRouteDto.ENTITY_TYPE = 'INSTALL_BUSINESS';
|
|
54
51
|
MoveBusinessInstallToEnRouteDto.EVENT_NAME = 'k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToEnRoute';
|
|
55
52
|
MoveBusinessInstallToEnRouteDto.SCHEMA_ACTION_ID = 'a0d13db8-6ce8-48ea-95b7-6f21e12e40e1';
|
|
56
53
|
MoveBusinessInstallToEnRouteDto.PERMISSION = 'schema.action.movebusinessinstalltoenroute.trigger';
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
*
|
|
6
6
|
* @module FieldServiceModule
|
|
7
7
|
* @entity WorkOrder
|
|
8
|
-
* @entityType INSTALL_BUSINESS
|
|
9
8
|
* @actionKey MoveBusinessInstallToInProgress
|
|
10
9
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToInProgress
|
|
11
10
|
*
|
|
@@ -33,7 +32,6 @@ export interface MoveBusinessInstallToInProgressProperties {
|
|
|
33
32
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
34
33
|
* @module FieldServiceModule
|
|
35
34
|
* @entity WorkOrder
|
|
36
|
-
* @entityType INSTALL_BUSINESS (Business Install)
|
|
37
35
|
* @targetStages BusinessInstallPipelineStageInProgress
|
|
38
36
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToInProgress
|
|
39
37
|
* @permission schema.action.movebusinessinstalltoinprogress.trigger
|
|
@@ -45,7 +43,6 @@ export declare class MoveBusinessInstallToInProgressDto extends OdinRecordUpdate
|
|
|
45
43
|
static readonly ACTION_KEY = "MoveBusinessInstallToInProgress";
|
|
46
44
|
static readonly MODULE_NAME = "FieldServiceModule";
|
|
47
45
|
static readonly ENTITIES: string[];
|
|
48
|
-
static readonly ENTITY_TYPE = "INSTALL_BUSINESS";
|
|
49
46
|
static readonly EVENT_NAME = "k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToInProgress";
|
|
50
47
|
static readonly SCHEMA_ACTION_ID = "c0322325-d38c-42ff-8b9c-c35e5dccc38d";
|
|
51
48
|
static readonly PERMISSION = "schema.action.movebusinessinstalltoinprogress.trigger";
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
*
|
|
7
7
|
* @module FieldServiceModule
|
|
8
8
|
* @entity WorkOrder
|
|
9
|
-
* @entityType INSTALL_BUSINESS
|
|
10
9
|
* @actionKey MoveBusinessInstallToInProgress
|
|
11
10
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToInProgress
|
|
12
11
|
*
|
|
@@ -23,7 +22,6 @@ const core_1 = require("@d19n/odin-types/dist/core");
|
|
|
23
22
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
24
23
|
* @module FieldServiceModule
|
|
25
24
|
* @entity WorkOrder
|
|
26
|
-
* @entityType INSTALL_BUSINESS (Business Install)
|
|
27
25
|
* @targetStages BusinessInstallPipelineStageInProgress
|
|
28
26
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToInProgress
|
|
29
27
|
* @permission schema.action.movebusinessinstalltoinprogress.trigger
|
|
@@ -50,7 +48,6 @@ MoveBusinessInstallToInProgressDto.ACTION_TYPE = 'UPDATE';
|
|
|
50
48
|
MoveBusinessInstallToInProgressDto.ACTION_KEY = 'MoveBusinessInstallToInProgress';
|
|
51
49
|
MoveBusinessInstallToInProgressDto.MODULE_NAME = 'FieldServiceModule';
|
|
52
50
|
MoveBusinessInstallToInProgressDto.ENTITIES = ['WorkOrder'];
|
|
53
|
-
MoveBusinessInstallToInProgressDto.ENTITY_TYPE = 'INSTALL_BUSINESS';
|
|
54
51
|
MoveBusinessInstallToInProgressDto.EVENT_NAME = 'k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveBusinessInstallToInProgress';
|
|
55
52
|
MoveBusinessInstallToInProgressDto.SCHEMA_ACTION_ID = 'c0322325-d38c-42ff-8b9c-c35e5dccc38d';
|
|
56
53
|
MoveBusinessInstallToInProgressDto.PERMISSION = 'schema.action.movebusinessinstalltoinprogress.trigger';
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
*
|
|
6
6
|
* @module FieldServiceModule
|
|
7
7
|
* @entity WorkOrder
|
|
8
|
-
* @entityType INSTALL
|
|
9
8
|
* @actionKey MoveInstallWorkOrderFromInProgressToPending
|
|
10
9
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveInstallWorkOrderFromInProgressToPending
|
|
11
10
|
*
|
|
@@ -31,7 +30,6 @@ export interface MoveInstallWorkOrderFromInProgressToPendingProperties {
|
|
|
31
30
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
32
31
|
* @module FieldServiceModule
|
|
33
32
|
* @entity WorkOrder
|
|
34
|
-
* @entityType INSTALL (install)
|
|
35
33
|
* @targetStages CustomerWorkOrdersStagePending
|
|
36
34
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveInstallWorkOrderFromInProgressToPending
|
|
37
35
|
* @permission schema.action.moveinstallworkorderfrominprogresstopending.trigger
|
|
@@ -43,7 +41,6 @@ export declare class MoveInstallWorkOrderFromInProgressToPendingDto extends Odin
|
|
|
43
41
|
static readonly ACTION_KEY = "MoveInstallWorkOrderFromInProgressToPending";
|
|
44
42
|
static readonly MODULE_NAME = "FieldServiceModule";
|
|
45
43
|
static readonly ENTITIES: string[];
|
|
46
|
-
static readonly ENTITY_TYPE = "INSTALL";
|
|
47
44
|
static readonly EVENT_NAME = "k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveInstallWorkOrderFromInProgressToPending";
|
|
48
45
|
static readonly SCHEMA_ACTION_ID = "d79cb82d-bcdc-4e6a-9bed-dfb2342d5e72";
|
|
49
46
|
static readonly PERMISSION = "schema.action.moveinstallworkorderfrominprogresstopending.trigger";
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
*
|
|
7
7
|
* @module FieldServiceModule
|
|
8
8
|
* @entity WorkOrder
|
|
9
|
-
* @entityType INSTALL
|
|
10
9
|
* @actionKey MoveInstallWorkOrderFromInProgressToPending
|
|
11
10
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveInstallWorkOrderFromInProgressToPending
|
|
12
11
|
*
|
|
@@ -21,7 +20,6 @@ const core_1 = require("@d19n/odin-types/dist/core");
|
|
|
21
20
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
22
21
|
* @module FieldServiceModule
|
|
23
22
|
* @entity WorkOrder
|
|
24
|
-
* @entityType INSTALL (install)
|
|
25
23
|
* @targetStages CustomerWorkOrdersStagePending
|
|
26
24
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveInstallWorkOrderFromInProgressToPending
|
|
27
25
|
* @permission schema.action.moveinstallworkorderfrominprogresstopending.trigger
|
|
@@ -48,7 +46,6 @@ MoveInstallWorkOrderFromInProgressToPendingDto.ACTION_TYPE = 'UPDATE';
|
|
|
48
46
|
MoveInstallWorkOrderFromInProgressToPendingDto.ACTION_KEY = 'MoveInstallWorkOrderFromInProgressToPending';
|
|
49
47
|
MoveInstallWorkOrderFromInProgressToPendingDto.MODULE_NAME = 'FieldServiceModule';
|
|
50
48
|
MoveInstallWorkOrderFromInProgressToPendingDto.ENTITIES = ['WorkOrder'];
|
|
51
|
-
MoveInstallWorkOrderFromInProgressToPendingDto.ENTITY_TYPE = 'INSTALL';
|
|
52
49
|
MoveInstallWorkOrderFromInProgressToPendingDto.EVENT_NAME = 'k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveInstallWorkOrderFromInProgressToPending';
|
|
53
50
|
MoveInstallWorkOrderFromInProgressToPendingDto.SCHEMA_ACTION_ID = 'd79cb82d-bcdc-4e6a-9bed-dfb2342d5e72';
|
|
54
51
|
MoveInstallWorkOrderFromInProgressToPendingDto.PERMISSION = 'schema.action.moveinstallworkorderfrominprogresstopending.trigger';
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
*
|
|
6
6
|
* @module FieldServiceModule
|
|
7
7
|
* @entity WorkOrder
|
|
8
|
-
* @entityType INSTALL
|
|
9
8
|
* @actionKey MoveInstallWorkOrderToInProgress
|
|
10
9
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveInstallWorkOrderToInProgress
|
|
11
10
|
*
|
|
@@ -125,7 +124,6 @@ export interface MoveInstallWorkOrderToInProgressProperties {
|
|
|
125
124
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
126
125
|
* @module FieldServiceModule
|
|
127
126
|
* @entity WorkOrder
|
|
128
|
-
* @entityType INSTALL (install)
|
|
129
127
|
* @targetStages WorkOrderStageInProgress
|
|
130
128
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveInstallWorkOrderToInProgress
|
|
131
129
|
* @permission schema.action.moveinstallworkordertoinprogress.trigger
|
|
@@ -137,7 +135,6 @@ export declare class MoveInstallWorkOrderToInProgressDto extends OdinRecordUpdat
|
|
|
137
135
|
static readonly ACTION_KEY = "MoveInstallWorkOrderToInProgress";
|
|
138
136
|
static readonly MODULE_NAME = "FieldServiceModule";
|
|
139
137
|
static readonly ENTITIES: string[];
|
|
140
|
-
static readonly ENTITY_TYPE = "INSTALL";
|
|
141
138
|
static readonly EVENT_NAME = "k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveInstallWorkOrderToInProgress";
|
|
142
139
|
static readonly SCHEMA_ACTION_ID = "7de5d7a9-cd40-4198-9ff3-d9fd36039bf8";
|
|
143
140
|
static readonly PERMISSION = "schema.action.moveinstallworkordertoinprogress.trigger";
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
*
|
|
7
7
|
* @module FieldServiceModule
|
|
8
8
|
* @entity WorkOrder
|
|
9
|
-
* @entityType INSTALL
|
|
10
9
|
* @actionKey MoveInstallWorkOrderToInProgress
|
|
11
10
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveInstallWorkOrderToInProgress
|
|
12
11
|
*
|
|
@@ -69,7 +68,6 @@ exports.MoveInstallWorkOrderToInProgressSteps = {
|
|
|
69
68
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
70
69
|
* @module FieldServiceModule
|
|
71
70
|
* @entity WorkOrder
|
|
72
|
-
* @entityType INSTALL (install)
|
|
73
71
|
* @targetStages WorkOrderStageInProgress
|
|
74
72
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveInstallWorkOrderToInProgress
|
|
75
73
|
* @permission schema.action.moveinstallworkordertoinprogress.trigger
|
|
@@ -96,7 +94,6 @@ MoveInstallWorkOrderToInProgressDto.ACTION_TYPE = 'UPDATE';
|
|
|
96
94
|
MoveInstallWorkOrderToInProgressDto.ACTION_KEY = 'MoveInstallWorkOrderToInProgress';
|
|
97
95
|
MoveInstallWorkOrderToInProgressDto.MODULE_NAME = 'FieldServiceModule';
|
|
98
96
|
MoveInstallWorkOrderToInProgressDto.ENTITIES = ['WorkOrder'];
|
|
99
|
-
MoveInstallWorkOrderToInProgressDto.ENTITY_TYPE = 'INSTALL';
|
|
100
97
|
MoveInstallWorkOrderToInProgressDto.EVENT_NAME = 'k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveInstallWorkOrderToInProgress';
|
|
101
98
|
MoveInstallWorkOrderToInProgressDto.SCHEMA_ACTION_ID = '7de5d7a9-cd40-4198-9ff3-d9fd36039bf8';
|
|
102
99
|
MoveInstallWorkOrderToInProgressDto.PERMISSION = 'schema.action.moveinstallworkordertoinprogress.trigger';
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
*
|
|
4
4
|
* @module FieldServiceModule
|
|
5
5
|
* @entity WorkOrder
|
|
6
|
-
* @entityType SERVICE
|
|
7
6
|
* @actionKey MoveServiceWorkOrderFromInProgressToPending
|
|
8
7
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderFromInProgressToPending
|
|
9
8
|
*
|
|
@@ -29,7 +28,6 @@ export interface MoveServiceWorkOrderFromInProgressToPendingProperties {
|
|
|
29
28
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
30
29
|
* @module FieldServiceModule
|
|
31
30
|
* @entity WorkOrder
|
|
32
|
-
* @entityType SERVICE (service)
|
|
33
31
|
* @targetStages CustomerWorkOrdersStagePending
|
|
34
32
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderFromInProgressToPending
|
|
35
33
|
* @benchmark This action is tracked for performance benchmarks
|
|
@@ -40,7 +38,6 @@ export declare class MoveServiceWorkOrderFromInProgressToPendingDto extends Odin
|
|
|
40
38
|
static readonly ACTION_KEY = "MoveServiceWorkOrderFromInProgressToPending";
|
|
41
39
|
static readonly MODULE_NAME = "FieldServiceModule";
|
|
42
40
|
static readonly ENTITIES: string[];
|
|
43
|
-
static readonly ENTITY_TYPE = "SERVICE";
|
|
44
41
|
static readonly EVENT_NAME = "k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderFromInProgressToPending";
|
|
45
42
|
static readonly SCHEMA_ACTION_ID = "1f8b1986-1b3d-4954-aa3a-97c2bdd73c05";
|
|
46
43
|
static readonly TARGET_STAGES: readonly ["CustomerWorkOrdersStagePending"];
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*
|
|
5
5
|
* @module FieldServiceModule
|
|
6
6
|
* @entity WorkOrder
|
|
7
|
-
* @entityType SERVICE
|
|
8
7
|
* @actionKey MoveServiceWorkOrderFromInProgressToPending
|
|
9
8
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderFromInProgressToPending
|
|
10
9
|
*
|
|
@@ -19,7 +18,6 @@ const core_1 = require("@d19n/odin-types/dist/core");
|
|
|
19
18
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
20
19
|
* @module FieldServiceModule
|
|
21
20
|
* @entity WorkOrder
|
|
22
|
-
* @entityType SERVICE (service)
|
|
23
21
|
* @targetStages CustomerWorkOrdersStagePending
|
|
24
22
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderFromInProgressToPending
|
|
25
23
|
* @benchmark This action is tracked for performance benchmarks
|
|
@@ -45,7 +43,6 @@ MoveServiceWorkOrderFromInProgressToPendingDto.ACTION_TYPE = 'UPDATE';
|
|
|
45
43
|
MoveServiceWorkOrderFromInProgressToPendingDto.ACTION_KEY = 'MoveServiceWorkOrderFromInProgressToPending';
|
|
46
44
|
MoveServiceWorkOrderFromInProgressToPendingDto.MODULE_NAME = 'FieldServiceModule';
|
|
47
45
|
MoveServiceWorkOrderFromInProgressToPendingDto.ENTITIES = ['WorkOrder'];
|
|
48
|
-
MoveServiceWorkOrderFromInProgressToPendingDto.ENTITY_TYPE = 'SERVICE';
|
|
49
46
|
MoveServiceWorkOrderFromInProgressToPendingDto.EVENT_NAME = 'k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderFromInProgressToPending';
|
|
50
47
|
MoveServiceWorkOrderFromInProgressToPendingDto.SCHEMA_ACTION_ID = '1f8b1986-1b3d-4954-aa3a-97c2bdd73c05';
|
|
51
48
|
MoveServiceWorkOrderFromInProgressToPendingDto.TARGET_STAGES = ['CustomerWorkOrdersStagePending'];
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
*
|
|
6
6
|
* @module FieldServiceModule
|
|
7
7
|
* @entity WorkOrder
|
|
8
|
-
* @entityType SERVICE
|
|
9
8
|
* @actionKey MoveServiceWorkOrderToEnRoute
|
|
10
9
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderToEnRoute
|
|
11
10
|
*
|
|
@@ -31,7 +30,6 @@ export interface MoveServiceWorkOrderToEnRouteProperties {
|
|
|
31
30
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
32
31
|
* @module FieldServiceModule
|
|
33
32
|
* @entity WorkOrder
|
|
34
|
-
* @entityType SERVICE (service)
|
|
35
33
|
* @targetStages WorkOrderStageEnRoute
|
|
36
34
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderToEnRoute
|
|
37
35
|
* @permission schema.action.moveserviceworkordertoenroute.trigger
|
|
@@ -43,7 +41,6 @@ export declare class MoveServiceWorkOrderToEnRouteDto extends OdinRecordUpdateDt
|
|
|
43
41
|
static readonly ACTION_KEY = "MoveServiceWorkOrderToEnRoute";
|
|
44
42
|
static readonly MODULE_NAME = "FieldServiceModule";
|
|
45
43
|
static readonly ENTITIES: string[];
|
|
46
|
-
static readonly ENTITY_TYPE = "SERVICE";
|
|
47
44
|
static readonly EVENT_NAME = "k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderToEnRoute";
|
|
48
45
|
static readonly SCHEMA_ACTION_ID = "8119c88b-c73d-41a3-933e-d5c791ab3d97";
|
|
49
46
|
static readonly PERMISSION = "schema.action.moveserviceworkordertoenroute.trigger";
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
*
|
|
7
7
|
* @module FieldServiceModule
|
|
8
8
|
* @entity WorkOrder
|
|
9
|
-
* @entityType SERVICE
|
|
10
9
|
* @actionKey MoveServiceWorkOrderToEnRoute
|
|
11
10
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderToEnRoute
|
|
12
11
|
*
|
|
@@ -21,7 +20,6 @@ const core_1 = require("@d19n/odin-types/dist/core");
|
|
|
21
20
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
22
21
|
* @module FieldServiceModule
|
|
23
22
|
* @entity WorkOrder
|
|
24
|
-
* @entityType SERVICE (service)
|
|
25
23
|
* @targetStages WorkOrderStageEnRoute
|
|
26
24
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderToEnRoute
|
|
27
25
|
* @permission schema.action.moveserviceworkordertoenroute.trigger
|
|
@@ -48,7 +46,6 @@ MoveServiceWorkOrderToEnRouteDto.ACTION_TYPE = 'UPDATE';
|
|
|
48
46
|
MoveServiceWorkOrderToEnRouteDto.ACTION_KEY = 'MoveServiceWorkOrderToEnRoute';
|
|
49
47
|
MoveServiceWorkOrderToEnRouteDto.MODULE_NAME = 'FieldServiceModule';
|
|
50
48
|
MoveServiceWorkOrderToEnRouteDto.ENTITIES = ['WorkOrder'];
|
|
51
|
-
MoveServiceWorkOrderToEnRouteDto.ENTITY_TYPE = 'SERVICE';
|
|
52
49
|
MoveServiceWorkOrderToEnRouteDto.EVENT_NAME = 'k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderToEnRoute';
|
|
53
50
|
MoveServiceWorkOrderToEnRouteDto.SCHEMA_ACTION_ID = '8119c88b-c73d-41a3-933e-d5c791ab3d97';
|
|
54
51
|
MoveServiceWorkOrderToEnRouteDto.PERMISSION = 'schema.action.moveserviceworkordertoenroute.trigger';
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
*
|
|
6
6
|
* @module FieldServiceModule
|
|
7
7
|
* @entity WorkOrder
|
|
8
|
-
* @entityType SERVICE
|
|
9
8
|
* @actionKey MoveServiceWorkOrderToInProgress
|
|
10
9
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderToInProgress
|
|
11
10
|
*
|
|
@@ -33,7 +32,6 @@ export interface MoveServiceWorkOrderToInProgressProperties {
|
|
|
33
32
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
34
33
|
* @module FieldServiceModule
|
|
35
34
|
* @entity WorkOrder
|
|
36
|
-
* @entityType SERVICE (service)
|
|
37
35
|
* @targetStages WorkOrderStageInProgress
|
|
38
36
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderToInProgress
|
|
39
37
|
* @permission schema.action.moveserviceworkordertoinprogress.trigger
|
|
@@ -45,7 +43,6 @@ export declare class MoveServiceWorkOrderToInProgressDto extends OdinRecordUpdat
|
|
|
45
43
|
static readonly ACTION_KEY = "MoveServiceWorkOrderToInProgress";
|
|
46
44
|
static readonly MODULE_NAME = "FieldServiceModule";
|
|
47
45
|
static readonly ENTITIES: string[];
|
|
48
|
-
static readonly ENTITY_TYPE = "SERVICE";
|
|
49
46
|
static readonly EVENT_NAME = "k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderToInProgress";
|
|
50
47
|
static readonly SCHEMA_ACTION_ID = "680edd73-6ab0-4d20-93ac-aa83285ca28f";
|
|
51
48
|
static readonly PERMISSION = "schema.action.moveserviceworkordertoinprogress.trigger";
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
*
|
|
7
7
|
* @module FieldServiceModule
|
|
8
8
|
* @entity WorkOrder
|
|
9
|
-
* @entityType SERVICE
|
|
10
9
|
* @actionKey MoveServiceWorkOrderToInProgress
|
|
11
10
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderToInProgress
|
|
12
11
|
*
|
|
@@ -23,7 +22,6 @@ const core_1 = require("@d19n/odin-types/dist/core");
|
|
|
23
22
|
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
24
23
|
* @module FieldServiceModule
|
|
25
24
|
* @entity WorkOrder
|
|
26
|
-
* @entityType SERVICE (service)
|
|
27
25
|
* @targetStages WorkOrderStageInProgress
|
|
28
26
|
* @event k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderToInProgress
|
|
29
27
|
* @permission schema.action.moveserviceworkordertoinprogress.trigger
|
|
@@ -50,7 +48,6 @@ MoveServiceWorkOrderToInProgressDto.ACTION_TYPE = 'UPDATE';
|
|
|
50
48
|
MoveServiceWorkOrderToInProgressDto.ACTION_KEY = 'MoveServiceWorkOrderToInProgress';
|
|
51
49
|
MoveServiceWorkOrderToInProgressDto.MODULE_NAME = 'FieldServiceModule';
|
|
52
50
|
MoveServiceWorkOrderToInProgressDto.ENTITIES = ['WorkOrder'];
|
|
53
|
-
MoveServiceWorkOrderToInProgressDto.ENTITY_TYPE = 'SERVICE';
|
|
54
51
|
MoveServiceWorkOrderToInProgressDto.EVENT_NAME = 'k1.t-hEOJjsDb.FieldServiceModule.WorkOrder.Transition.MoveServiceWorkOrderToInProgress';
|
|
55
52
|
MoveServiceWorkOrderToInProgressDto.SCHEMA_ACTION_ID = '680edd73-6ab0-4d20-93ac-aa83285ca28f';
|
|
56
53
|
MoveServiceWorkOrderToInProgressDto.PERMISSION = 'schema.action.moveserviceworkordertoinprogress.trigger';
|
|
@@ -70,6 +70,8 @@ export declare enum OrderKciPropertyKeys {
|
|
|
70
70
|
RawPayload = "RawPayload",
|
|
71
71
|
/** Unique identifier for this service order update */
|
|
72
72
|
SupplierId = "SupplierId",
|
|
73
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events. */
|
|
74
|
+
SequenceNumber = "SequenceNumber",
|
|
73
75
|
/** Supplier's reason or problem codes, comma-separated (where applicable) */
|
|
74
76
|
SupplierCodes = "SupplierCodes"
|
|
75
77
|
}
|
|
@@ -109,6 +111,11 @@ export interface OrderKciProperties {
|
|
|
109
111
|
* @type {TEXT}
|
|
110
112
|
*/
|
|
111
113
|
SupplierId: string;
|
|
114
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
115
|
+
*
|
|
116
|
+
* @type {NUMBER}
|
|
117
|
+
*/
|
|
118
|
+
SequenceNumber: number;
|
|
112
119
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
113
120
|
*
|
|
114
121
|
* @type {TEXT}
|
|
@@ -151,6 +158,11 @@ export interface AcknowledgedOrderKciProperties {
|
|
|
151
158
|
* @type {TEXT}
|
|
152
159
|
*/
|
|
153
160
|
SupplierId: string;
|
|
161
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
162
|
+
*
|
|
163
|
+
* @type {NUMBER}
|
|
164
|
+
*/
|
|
165
|
+
SequenceNumber: number;
|
|
154
166
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
155
167
|
*
|
|
156
168
|
* @type {TEXT}
|
|
@@ -193,6 +205,11 @@ export interface AdditionalOrderKciProperties {
|
|
|
193
205
|
* @type {TEXT}
|
|
194
206
|
*/
|
|
195
207
|
SupplierId: string;
|
|
208
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
209
|
+
*
|
|
210
|
+
* @type {NUMBER}
|
|
211
|
+
*/
|
|
212
|
+
SequenceNumber: number;
|
|
196
213
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
197
214
|
*
|
|
198
215
|
* @type {TEXT}
|
|
@@ -235,6 +252,11 @@ export interface AmendedOrderKciProperties {
|
|
|
235
252
|
* @type {TEXT}
|
|
236
253
|
*/
|
|
237
254
|
SupplierId: string;
|
|
255
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
256
|
+
*
|
|
257
|
+
* @type {NUMBER}
|
|
258
|
+
*/
|
|
259
|
+
SequenceNumber: number;
|
|
238
260
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
239
261
|
*
|
|
240
262
|
* @type {TEXT}
|
|
@@ -277,6 +299,11 @@ export interface AmendmentRejectedOrderKciProperties {
|
|
|
277
299
|
* @type {TEXT}
|
|
278
300
|
*/
|
|
279
301
|
SupplierId: string;
|
|
302
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
303
|
+
*
|
|
304
|
+
* @type {NUMBER}
|
|
305
|
+
*/
|
|
306
|
+
SequenceNumber: number;
|
|
280
307
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
281
308
|
*
|
|
282
309
|
* @type {TEXT}
|
|
@@ -319,6 +346,11 @@ export interface CancellationRejectedOrderKciProperties {
|
|
|
319
346
|
* @type {TEXT}
|
|
320
347
|
*/
|
|
321
348
|
SupplierId: string;
|
|
349
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
350
|
+
*
|
|
351
|
+
* @type {NUMBER}
|
|
352
|
+
*/
|
|
353
|
+
SequenceNumber: number;
|
|
322
354
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
323
355
|
*
|
|
324
356
|
* @type {TEXT}
|
|
@@ -361,6 +393,11 @@ export interface CancelledOrderKciProperties {
|
|
|
361
393
|
* @type {TEXT}
|
|
362
394
|
*/
|
|
363
395
|
SupplierId: string;
|
|
396
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
397
|
+
*
|
|
398
|
+
* @type {NUMBER}
|
|
399
|
+
*/
|
|
400
|
+
SequenceNumber: number;
|
|
364
401
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
365
402
|
*
|
|
366
403
|
* @type {TEXT}
|
|
@@ -403,6 +440,11 @@ export interface CommittedOrderKciProperties {
|
|
|
403
440
|
* @type {TEXT}
|
|
404
441
|
*/
|
|
405
442
|
SupplierId: string;
|
|
443
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
444
|
+
*
|
|
445
|
+
* @type {NUMBER}
|
|
446
|
+
*/
|
|
447
|
+
SequenceNumber: number;
|
|
406
448
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
407
449
|
*
|
|
408
450
|
* @type {TEXT}
|
|
@@ -445,6 +487,11 @@ export interface CompletedOrderKciProperties {
|
|
|
445
487
|
* @type {TEXT}
|
|
446
488
|
*/
|
|
447
489
|
SupplierId: string;
|
|
490
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
491
|
+
*
|
|
492
|
+
* @type {NUMBER}
|
|
493
|
+
*/
|
|
494
|
+
SequenceNumber: number;
|
|
448
495
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
449
496
|
*
|
|
450
497
|
* @type {TEXT}
|
|
@@ -487,6 +534,11 @@ export interface CreatedOrderKciProperties {
|
|
|
487
534
|
* @type {TEXT}
|
|
488
535
|
*/
|
|
489
536
|
SupplierId: string;
|
|
537
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
538
|
+
*
|
|
539
|
+
* @type {NUMBER}
|
|
540
|
+
*/
|
|
541
|
+
SequenceNumber: number;
|
|
490
542
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
491
543
|
*
|
|
492
544
|
* @type {TEXT}
|
|
@@ -529,6 +581,11 @@ export interface DelayOrderKciProperties {
|
|
|
529
581
|
* @type {TEXT}
|
|
530
582
|
*/
|
|
531
583
|
SupplierId: string;
|
|
584
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
585
|
+
*
|
|
586
|
+
* @type {NUMBER}
|
|
587
|
+
*/
|
|
588
|
+
SequenceNumber: number;
|
|
532
589
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
533
590
|
*
|
|
534
591
|
* @type {TEXT}
|
|
@@ -571,6 +628,11 @@ export interface InformationRequiredOrderKciProperties {
|
|
|
571
628
|
* @type {TEXT}
|
|
572
629
|
*/
|
|
573
630
|
SupplierId: string;
|
|
631
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
632
|
+
*
|
|
633
|
+
* @type {NUMBER}
|
|
634
|
+
*/
|
|
635
|
+
SequenceNumber: number;
|
|
574
636
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
575
637
|
*
|
|
576
638
|
* @type {TEXT}
|
|
@@ -613,6 +675,11 @@ export interface OrderRejectedOrderKciProperties {
|
|
|
613
675
|
* @type {TEXT}
|
|
614
676
|
*/
|
|
615
677
|
SupplierId: string;
|
|
678
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
679
|
+
*
|
|
680
|
+
* @type {NUMBER}
|
|
681
|
+
*/
|
|
682
|
+
SequenceNumber: number;
|
|
616
683
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
617
684
|
*
|
|
618
685
|
* @type {TEXT}
|
|
@@ -655,6 +722,11 @@ export interface ReappointOrderKciProperties {
|
|
|
655
722
|
* @type {TEXT}
|
|
656
723
|
*/
|
|
657
724
|
SupplierId: string;
|
|
725
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
726
|
+
*
|
|
727
|
+
* @type {NUMBER}
|
|
728
|
+
*/
|
|
729
|
+
SequenceNumber: number;
|
|
658
730
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
659
731
|
*
|
|
660
732
|
* @type {TEXT}
|
|
@@ -697,6 +769,11 @@ export interface ReappointedOrderKciProperties {
|
|
|
697
769
|
* @type {TEXT}
|
|
698
770
|
*/
|
|
699
771
|
SupplierId: string;
|
|
772
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
773
|
+
*
|
|
774
|
+
* @type {NUMBER}
|
|
775
|
+
*/
|
|
776
|
+
SequenceNumber: number;
|
|
700
777
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
701
778
|
*
|
|
702
779
|
* @type {TEXT}
|
|
@@ -739,6 +816,11 @@ export interface ResumedOrderKciProperties {
|
|
|
739
816
|
* @type {TEXT}
|
|
740
817
|
*/
|
|
741
818
|
SupplierId: string;
|
|
819
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
820
|
+
*
|
|
821
|
+
* @type {NUMBER}
|
|
822
|
+
*/
|
|
823
|
+
SequenceNumber: number;
|
|
742
824
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
743
825
|
*
|
|
744
826
|
* @type {TEXT}
|
|
@@ -781,6 +863,11 @@ export interface UpdateOrderKciProperties {
|
|
|
781
863
|
* @type {TEXT}
|
|
782
864
|
*/
|
|
783
865
|
SupplierId: string;
|
|
866
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
867
|
+
*
|
|
868
|
+
* @type {NUMBER}
|
|
869
|
+
*/
|
|
870
|
+
SequenceNumber: number;
|
|
784
871
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
785
872
|
*
|
|
786
873
|
* @type {TEXT}
|
|
@@ -823,6 +910,11 @@ export interface WarningOrderKciProperties {
|
|
|
823
910
|
* @type {TEXT}
|
|
824
911
|
*/
|
|
825
912
|
SupplierId: string;
|
|
913
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
|
|
914
|
+
*
|
|
915
|
+
* @type {NUMBER}
|
|
916
|
+
*/
|
|
917
|
+
SequenceNumber: number;
|
|
826
918
|
/** Supplier's reason or problem codes, comma-separated (where applicable)
|
|
827
919
|
*
|
|
828
920
|
* @type {TEXT}
|
|
@@ -75,6 +75,8 @@ var OrderKciPropertyKeys;
|
|
|
75
75
|
OrderKciPropertyKeys["RawPayload"] = "RawPayload";
|
|
76
76
|
/** Unique identifier for this service order update */
|
|
77
77
|
OrderKciPropertyKeys["SupplierId"] = "SupplierId";
|
|
78
|
+
/** Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events. */
|
|
79
|
+
OrderKciPropertyKeys["SequenceNumber"] = "SequenceNumber";
|
|
78
80
|
/** Supplier's reason or problem codes, comma-separated (where applicable) */
|
|
79
81
|
OrderKciPropertyKeys["SupplierCodes"] = "SupplierCodes";
|
|
80
82
|
})(OrderKciPropertyKeys = exports.OrderKciPropertyKeys || (exports.OrderKciPropertyKeys = {}));
|