@d19n/youfibre-odin-sdk 1.0.222 → 1.0.224
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/BillingAdjustmentCreateDto.d.ts +4 -0
- package/dist/actions-v2/BillingAdjustmentUpdateDto.d.ts +6 -2
- package/dist/entities-v2/AfpInvoiceFile.d.ts +0 -4
- package/dist/entities-v2/AfpInvoiceFile.js +1 -3
- package/dist/entities-v2/BillingAdjustment.d.ts +8 -0
- package/dist/entities-v2/BillingAdjustment.js +4 -0
- package/dist/entities-v2/BlockageA55.d.ts +38 -38
- package/dist/entities-v2/BlockageA55.js +34 -34
- package/dist/entities-v2/CsvFile.d.ts +0 -4
- package/dist/entities-v2/CsvFile.js +1 -3
- package/dist/entities-v2/EmailFile.d.ts +0 -4
- package/dist/entities-v2/EmailFile.js +1 -3
- package/dist/entities-v2/InvoiceFile.d.ts +0 -4
- package/dist/entities-v2/InvoiceFile.js +1 -3
- package/dist/entities-v2/NaProblemEvidenceFile.d.ts +0 -4
- package/dist/entities-v2/NaProblemEvidenceFile.js +1 -3
- package/dist/entities-v2/NaSolutionEvidenceFile.d.ts +0 -4
- package/dist/entities-v2/NaSolutionEvidenceFile.js +1 -3
- package/dist/entities-v2/OhInstallationAudit.d.ts +23 -23
- package/dist/entities-v2/OhInstallationAudit.js +18 -18
- package/dist/entities-v2/OntReplacementApproval.d.ts +1 -0
- package/dist/entities-v2/OpenreachA55File.d.ts +0 -4
- package/dist/entities-v2/OpenreachA55File.js +1 -3
- package/dist/entities-v2/OtdrFile.d.ts +0 -4
- package/dist/entities-v2/OtdrFile.js +1 -3
- package/dist/entities-v2/RemediationRequiredReason.d.ts +102 -102
- package/dist/entities-v2/RemediationRequiredReason.js +100 -100
- package/package.json +2 -2
- package/src/actions-v2/BillingAdjustmentCreateDto.ts +4 -0
- package/src/actions-v2/BillingAdjustmentUpdateDto.ts +6 -2
- package/src/entities-v2/AfpInvoiceFile.ts +0 -4
- package/src/entities-v2/BillingAdjustment.ts +12 -0
- package/src/entities-v2/BlockageA55.ts +45 -45
- package/src/entities-v2/CsvFile.ts +0 -4
- package/src/entities-v2/EmailFile.ts +0 -4
- package/src/entities-v2/InvoiceFile.ts +0 -4
- package/src/entities-v2/NaProblemEvidenceFile.ts +0 -4
- package/src/entities-v2/NaSolutionEvidenceFile.ts +0 -4
- package/src/entities-v2/OhInstallationAudit.ts +29 -29
- package/src/entities-v2/OntReplacementApproval.ts +1 -0
- package/src/entities-v2/OpenreachA55File.ts +0 -4
- package/src/entities-v2/OtdrFile.ts +0 -4
- package/src/entities-v2/RemediationRequiredReason.ts +105 -105
|
@@ -5,6 +5,10 @@ export interface BillingAdjustmentCreateProperties {
|
|
|
5
5
|
DiscountLength: number;
|
|
6
6
|
DiscountValue: number;
|
|
7
7
|
Description: string;
|
|
8
|
+
InCycleBillingPeriodEnd?: string;
|
|
9
|
+
ProrationBillableDays?: number;
|
|
10
|
+
ProrationBillingPeriodEnd?: string;
|
|
11
|
+
ProrationBillingPeriodStart?: string;
|
|
8
12
|
}
|
|
9
13
|
export declare class BillingAdjustmentCreateDto extends OdinRecordCreateDto<BillingAdjustmentCreateProperties> {
|
|
10
14
|
readonly actionName: string;
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { OdinRecord, OdinRecordUpdateDto, OdinRecordUpdatedEvent } from '@d19n/odin-types/dist/core';
|
|
2
2
|
export interface BillingAdjustmentUpdateProperties {
|
|
3
3
|
Reason: string;
|
|
4
|
-
Description: string;
|
|
5
|
-
DiscountLength: number;
|
|
6
4
|
DiscountType: string;
|
|
5
|
+
DiscountLength: number;
|
|
7
6
|
DiscountValue: number;
|
|
7
|
+
Description: string;
|
|
8
|
+
InCycleBillingPeriodEnd?: string;
|
|
9
|
+
ProrationBillableDays?: number;
|
|
10
|
+
ProrationBillingPeriodEnd?: string;
|
|
11
|
+
ProrationBillingPeriodStart?: string;
|
|
8
12
|
}
|
|
9
13
|
export declare class BillingAdjustmentUpdateDto extends OdinRecordUpdateDto<BillingAdjustmentUpdateProperties> {
|
|
10
14
|
readonly actionName: string;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OdinRecord, OdinLink, LinkedOdinRecord } from '@d19n/odin-types/dist/core';
|
|
2
|
-
import { FileProperties } from './File';
|
|
3
2
|
import { AppointmentProperties } from './Appointment';
|
|
4
3
|
import { UgExternalAuditProperties } from './UgExternalAudit';
|
|
5
4
|
import { YfToolAuditProperties } from './YfToolAudit';
|
|
@@ -100,7 +99,6 @@ export declare class AfpInvoiceFile extends OdinRecord<AfpInvoiceFileProperties>
|
|
|
100
99
|
schemaTypeId: 'ff5d0442-3bca-4dbf-84f1-b0a2d9d35ffd';
|
|
101
100
|
schemaId: 'e553681c-76a3-4637-bace-9aae7d9ab7bd';
|
|
102
101
|
properties: AfpInvoiceFileProperties;
|
|
103
|
-
File: OdinLink<LinkedOdinRecord<FileProperties>>;
|
|
104
102
|
Appointment: OdinLink<LinkedOdinRecord<AppointmentProperties>>;
|
|
105
103
|
UgExternalAudit: OdinLink<LinkedOdinRecord<UgExternalAuditProperties>>;
|
|
106
104
|
YfToolAudit: OdinLink<LinkedOdinRecord<YfToolAuditProperties>>;
|
|
@@ -164,7 +162,5 @@ export declare class AfpInvoiceFile extends OdinRecord<AfpInvoiceFileProperties>
|
|
|
164
162
|
export declare const ROUTING_KEY_FILE_CREATED = "SchemaModule.File.SubDbRecordCreated";
|
|
165
163
|
export declare const ROUTING_KEY_FILE_UPDATED = "SchemaModule.File.SubDbRecordUpdated";
|
|
166
164
|
export declare const ROUTING_KEY_FILE_DELETED = "SchemaModule.File.SubDbRecordDeleted";
|
|
167
|
-
export declare const ROUTING_KEY_LINK_APPOINTMENT_FILE_CREATED = "SchemaModule.File.File.SubDbRecordAssociationCreated";
|
|
168
|
-
export declare const ROUTING_KEY_LINK_APPOINTMENT_FILE_DELETED = "SchemaModule.File.File.SubDbRecordAssociationDeleted";
|
|
169
165
|
export declare const ROUTING_KEY_LINK_FILE_NOTE_CREATED = "SchemaModule.File.Note.SubDbRecordAssociationCreated";
|
|
170
166
|
export declare const ROUTING_KEY_LINK_FILE_NOTE_DELETED = "SchemaModule.File.Note.SubDbRecordAssociationDeleted";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = exports.
|
|
3
|
+
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = exports.ROUTING_KEY_FILE_DELETED = exports.ROUTING_KEY_FILE_UPDATED = exports.ROUTING_KEY_FILE_CREATED = exports.AfpInvoiceFile = exports.AfpInvoiceFilePropertyKeys = exports.AfpInvoiceFileCategory = exports.AfpInvoiceFileDevice = exports.AfpInvoiceFileDataStore = void 0;
|
|
4
4
|
const core_1 = require("@d19n/odin-types/dist/core");
|
|
5
5
|
var AfpInvoiceFileDataStore;
|
|
6
6
|
(function (AfpInvoiceFileDataStore) {
|
|
@@ -36,7 +36,5 @@ exports.AfpInvoiceFile = AfpInvoiceFile;
|
|
|
36
36
|
exports.ROUTING_KEY_FILE_CREATED = 'SchemaModule.File.SubDbRecordCreated';
|
|
37
37
|
exports.ROUTING_KEY_FILE_UPDATED = 'SchemaModule.File.SubDbRecordUpdated';
|
|
38
38
|
exports.ROUTING_KEY_FILE_DELETED = 'SchemaModule.File.SubDbRecordDeleted';
|
|
39
|
-
exports.ROUTING_KEY_LINK_APPOINTMENT_FILE_CREATED = 'SchemaModule.File.File.SubDbRecordAssociationCreated';
|
|
40
|
-
exports.ROUTING_KEY_LINK_APPOINTMENT_FILE_DELETED = 'SchemaModule.File.File.SubDbRecordAssociationDeleted';
|
|
41
39
|
exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = 'SchemaModule.File.Note.SubDbRecordAssociationCreated';
|
|
42
40
|
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = 'SchemaModule.File.Note.SubDbRecordAssociationDeleted';
|
|
@@ -35,7 +35,11 @@ export declare enum BillingAdjustmentPropertyKeys {
|
|
|
35
35
|
DiscountType = "DiscountType",
|
|
36
36
|
DiscountValue = "DiscountValue",
|
|
37
37
|
FreePeriodLength = "FreePeriodLength",
|
|
38
|
+
InCycleBillingPeriodEnd = "InCycleBillingPeriodEnd",
|
|
39
|
+
InCycleBillingPeriodStart = "InCycleBillingPeriodStart",
|
|
38
40
|
ProrationBillableDays = "ProrationBillableDays",
|
|
41
|
+
ProrationBillingPeriodEnd = "ProrationBillingPeriodEnd",
|
|
42
|
+
ProrationBillingPeriodStart = "ProrationBillingPeriodStart",
|
|
39
43
|
ProrationType = "ProrationType",
|
|
40
44
|
Reason = "Reason",
|
|
41
45
|
Source = "Source",
|
|
@@ -47,7 +51,11 @@ export interface BillingAdjustmentProperties {
|
|
|
47
51
|
DiscountType: BillingAdjustmentDiscountType;
|
|
48
52
|
DiscountValue: number;
|
|
49
53
|
FreePeriodLength: number;
|
|
54
|
+
InCycleBillingPeriodEnd: string;
|
|
55
|
+
InCycleBillingPeriodStart: string;
|
|
50
56
|
ProrationBillableDays: number;
|
|
57
|
+
ProrationBillingPeriodEnd: string;
|
|
58
|
+
ProrationBillingPeriodStart: string;
|
|
51
59
|
ProrationType: BillingAdjustmentProrationType;
|
|
52
60
|
Reason: BillingAdjustmentReason;
|
|
53
61
|
Source: string;
|
|
@@ -39,7 +39,11 @@ var BillingAdjustmentPropertyKeys;
|
|
|
39
39
|
BillingAdjustmentPropertyKeys["DiscountType"] = "DiscountType";
|
|
40
40
|
BillingAdjustmentPropertyKeys["DiscountValue"] = "DiscountValue";
|
|
41
41
|
BillingAdjustmentPropertyKeys["FreePeriodLength"] = "FreePeriodLength";
|
|
42
|
+
BillingAdjustmentPropertyKeys["InCycleBillingPeriodEnd"] = "InCycleBillingPeriodEnd";
|
|
43
|
+
BillingAdjustmentPropertyKeys["InCycleBillingPeriodStart"] = "InCycleBillingPeriodStart";
|
|
42
44
|
BillingAdjustmentPropertyKeys["ProrationBillableDays"] = "ProrationBillableDays";
|
|
45
|
+
BillingAdjustmentPropertyKeys["ProrationBillingPeriodEnd"] = "ProrationBillingPeriodEnd";
|
|
46
|
+
BillingAdjustmentPropertyKeys["ProrationBillingPeriodStart"] = "ProrationBillingPeriodStart";
|
|
43
47
|
BillingAdjustmentPropertyKeys["ProrationType"] = "ProrationType";
|
|
44
48
|
BillingAdjustmentPropertyKeys["Reason"] = "Reason";
|
|
45
49
|
BillingAdjustmentPropertyKeys["Source"] = "Source";
|
|
@@ -6,6 +6,28 @@ import { WorkOrderProperties } from './WorkOrder';
|
|
|
6
6
|
export declare enum BlockageA55EntityTypes {
|
|
7
7
|
OUTCOME_FORM = "OUTCOME_FORM"
|
|
8
8
|
}
|
|
9
|
+
export declare enum BlockageA55PointBLocation {
|
|
10
|
+
CUSTOMER_PROPERTY = "CUSTOMER_PROPERTY",
|
|
11
|
+
CHAMBER = "CHAMBER",
|
|
12
|
+
POLE = "POLE"
|
|
13
|
+
}
|
|
14
|
+
export declare enum BlockageA55ChamberTypePointB {
|
|
15
|
+
JUF2 = "JUF2",
|
|
16
|
+
JUF10 = "JUF10",
|
|
17
|
+
JRC12_C_W_2_LIDS = "JRC12",
|
|
18
|
+
JRC14_C_W_3_LIDS = "JRC14",
|
|
19
|
+
CW1_C_W_MANHOLE = "CW1",
|
|
20
|
+
DUCT_MOUTH_AT_PROPERTY = "DUCT_MOUTH_AT_PROPERTY",
|
|
21
|
+
LOCKED_CHAMBER = "LOCKED_CHAMBER",
|
|
22
|
+
HOLLOW_POLE = "HOLLOW_POLE",
|
|
23
|
+
JUF4 = "JUF4",
|
|
24
|
+
JUF6 = "JUF6",
|
|
25
|
+
M_H = "M/H"
|
|
26
|
+
}
|
|
27
|
+
export declare enum BlockageA55SecondBlockgageSurfaceType {
|
|
28
|
+
SOFT_GRASS_SOIL = "SOFT",
|
|
29
|
+
HARD_TARMAC_PAVING = "HARD"
|
|
30
|
+
}
|
|
9
31
|
export declare enum BlockageA55BlockageLocation {
|
|
10
32
|
PRIVATE_LAND = "PRIVATE_LAND",
|
|
11
33
|
PUBLIC_LAND = "PUBLIC_LAND"
|
|
@@ -32,24 +54,6 @@ export declare enum BlockageA55ChamberTypePointA {
|
|
|
32
54
|
JUF6 = "JUF6",
|
|
33
55
|
M_H = "M/H"
|
|
34
56
|
}
|
|
35
|
-
export declare enum BlockageA55PointBLocation {
|
|
36
|
-
CUSTOMER_PROPERTY = "CUSTOMER_PROPERTY",
|
|
37
|
-
CHAMBER = "CHAMBER",
|
|
38
|
-
POLE = "POLE"
|
|
39
|
-
}
|
|
40
|
-
export declare enum BlockageA55ChamberTypePointB {
|
|
41
|
-
JUF2 = "JUF2",
|
|
42
|
-
JUF10 = "JUF10",
|
|
43
|
-
JRC12_C_W_2_LIDS = "JRC12",
|
|
44
|
-
JRC14_C_W_3_LIDS = "JRC14",
|
|
45
|
-
CW1_C_W_MANHOLE = "CW1",
|
|
46
|
-
DUCT_MOUTH_AT_PROPERTY = "DUCT_MOUTH_AT_PROPERTY",
|
|
47
|
-
LOCKED_CHAMBER = "LOCKED_CHAMBER",
|
|
48
|
-
HOLLOW_POLE = "HOLLOW_POLE",
|
|
49
|
-
JUF4 = "JUF4",
|
|
50
|
-
JUF6 = "JUF6",
|
|
51
|
-
M_H = "M/H"
|
|
52
|
-
}
|
|
53
57
|
export declare enum BlockageA55MinimumFootwayDistanceMaintained {
|
|
54
58
|
YES = "YES",
|
|
55
59
|
NO = "NO"
|
|
@@ -66,10 +70,6 @@ export declare enum BlockageA55SecondBlockageLocation {
|
|
|
66
70
|
PRIVATE_LAND = "PRIVATE_LAND",
|
|
67
71
|
PUBLIC_LAND = "PUBLIC_LAND"
|
|
68
72
|
}
|
|
69
|
-
export declare enum BlockageA55SecondBlockgageSurfaceType {
|
|
70
|
-
SOFT_GRASS_SOIL = "SOFT",
|
|
71
|
-
HARD_TARMAC_PAVING = "HARD"
|
|
72
|
-
}
|
|
73
73
|
export declare enum BlockageA55PermissionsRequired {
|
|
74
74
|
YES = "YES",
|
|
75
75
|
NO = "NO"
|
|
@@ -79,10 +79,15 @@ export declare enum BlockageA55PropertyKeys {
|
|
|
79
79
|
DateCreated = "DateCreated",
|
|
80
80
|
ExchangeName = "ExchangeName",
|
|
81
81
|
EngineerName = "EngineerName",
|
|
82
|
+
PointBLocation = "PointBLocation",
|
|
83
|
+
ChamberTypePointB = "ChamberTypePointB",
|
|
84
|
+
SecondBlockgageSurfaceType = "SecondBlockgageSurfaceType",
|
|
85
|
+
PointBImageSurrounding = "PointBImageSurrounding",
|
|
86
|
+
PointBImageInternal = "PointBImageInternal",
|
|
87
|
+
Udprn = "UDPRN",
|
|
82
88
|
WorkOrderNumber = "WorkOrderNumber",
|
|
83
89
|
FullAddress = "FullAddress",
|
|
84
90
|
PianoiNumber = "PIANOINumber",
|
|
85
|
-
Udprn = "UDPRN",
|
|
86
91
|
BlockageDetails = "BlockageDetails",
|
|
87
92
|
BlockageLocation = "BlockageLocation",
|
|
88
93
|
SurfaceType = "SurfaceType",
|
|
@@ -91,16 +96,12 @@ export declare enum BlockageA55PropertyKeys {
|
|
|
91
96
|
DuctId = "DuctID",
|
|
92
97
|
PointADetails = "PointADetails",
|
|
93
98
|
PointALocation = "PointALocation",
|
|
94
|
-
ChamberTypePointA = "ChamberTypePointA",
|
|
95
99
|
PointAImageSurrounding = "PointAImageSurrounding",
|
|
96
100
|
PointAImageInternal = "PointAImageInternal",
|
|
97
101
|
PointAImageRod = "PointAImageRod",
|
|
98
102
|
PointAClosestAddress = "PointAClosestAddress",
|
|
99
103
|
PointBDetails = "PointBDetails",
|
|
100
|
-
|
|
101
|
-
ChamberTypePointB = "ChamberTypePointB",
|
|
102
|
-
PointBImageSurrounding = "PointBImageSurrounding",
|
|
103
|
-
PointBImageInternal = "PointBImageInternal",
|
|
104
|
+
ChamberTypePointA = "ChamberTypePointA",
|
|
104
105
|
PointBImageRod = "PointBImageRod",
|
|
105
106
|
PointBClosestAddress = "PointBClosestAddress",
|
|
106
107
|
FurtherDetails = "FurtherDetails",
|
|
@@ -108,11 +109,10 @@ export declare enum BlockageA55PropertyKeys {
|
|
|
108
109
|
MinimumFootwayDistanceMaintained = "MinimumFootwayDistanceMaintained",
|
|
109
110
|
CarriagewayIncursionRequired = "CarriagewayIncursionRequired",
|
|
110
111
|
NetomniaOdinImageDuctSection = "NetomniaOdinImageDuctSection",
|
|
112
|
+
SecondBlockageClosestAddress = "SecondBlockageClosestAddress",
|
|
111
113
|
AddXToTheImage = "AddXToTheImage",
|
|
112
114
|
AnyFurtherBlockages = "AnyFurtherBlockages",
|
|
113
115
|
SecondBlockageLocation = "SecondBlockageLocation",
|
|
114
|
-
SecondBlockgageSurfaceType = "SecondBlockgageSurfaceType",
|
|
115
|
-
SecondBlockageClosestAddress = "SecondBlockageClosestAddress",
|
|
116
116
|
SecondBlockageImageXMarked = "SecondBlockageImageXMarked",
|
|
117
117
|
CustomerInformation = "CustomerInformation",
|
|
118
118
|
PermissionsRequired = "PermissionsRequired",
|
|
@@ -125,10 +125,15 @@ export interface BlockageA55Properties {
|
|
|
125
125
|
DateCreated: string;
|
|
126
126
|
ExchangeName: string;
|
|
127
127
|
EngineerName: string;
|
|
128
|
+
PointBLocation: BlockageA55PointBLocation;
|
|
129
|
+
ChamberTypePointB: BlockageA55ChamberTypePointB;
|
|
130
|
+
SecondBlockgageSurfaceType: BlockageA55SecondBlockgageSurfaceType;
|
|
131
|
+
PointBImageSurrounding: string;
|
|
132
|
+
PointBImageInternal: string;
|
|
133
|
+
Udprn: string;
|
|
128
134
|
WorkOrderNumber: string;
|
|
129
135
|
FullAddress: string;
|
|
130
136
|
PianoiNumber: string;
|
|
131
|
-
Udprn: string;
|
|
132
137
|
BlockageDetails: string;
|
|
133
138
|
BlockageLocation: BlockageA55BlockageLocation;
|
|
134
139
|
SurfaceType: BlockageA55SurfaceType;
|
|
@@ -137,16 +142,12 @@ export interface BlockageA55Properties {
|
|
|
137
142
|
DuctId: string;
|
|
138
143
|
PointADetails: string;
|
|
139
144
|
PointALocation: BlockageA55PointALocation;
|
|
140
|
-
ChamberTypePointA: BlockageA55ChamberTypePointA;
|
|
141
145
|
PointAImageSurrounding: string;
|
|
142
146
|
PointAImageInternal: string;
|
|
143
147
|
PointAImageRod: string;
|
|
144
148
|
PointAClosestAddress: string;
|
|
145
149
|
PointBDetails: string;
|
|
146
|
-
|
|
147
|
-
ChamberTypePointB: BlockageA55ChamberTypePointB;
|
|
148
|
-
PointBImageSurrounding: string;
|
|
149
|
-
PointBImageInternal: string;
|
|
150
|
+
ChamberTypePointA: BlockageA55ChamberTypePointA;
|
|
150
151
|
PointBImageRod: string;
|
|
151
152
|
PointBClosestAddress: string;
|
|
152
153
|
FurtherDetails: string;
|
|
@@ -154,11 +155,10 @@ export interface BlockageA55Properties {
|
|
|
154
155
|
MinimumFootwayDistanceMaintained: BlockageA55MinimumFootwayDistanceMaintained;
|
|
155
156
|
CarriagewayIncursionRequired: BlockageA55CarriagewayIncursionRequired;
|
|
156
157
|
NetomniaOdinImageDuctSection: string;
|
|
158
|
+
SecondBlockageClosestAddress: string;
|
|
157
159
|
AddXToTheImage: string;
|
|
158
160
|
AnyFurtherBlockages: BlockageA55AnyFurtherBlockages;
|
|
159
161
|
SecondBlockageLocation: BlockageA55SecondBlockageLocation;
|
|
160
|
-
SecondBlockgageSurfaceType: BlockageA55SecondBlockgageSurfaceType;
|
|
161
|
-
SecondBlockageClosestAddress: string;
|
|
162
162
|
SecondBlockageImageXMarked: string;
|
|
163
163
|
CustomerInformation: string;
|
|
164
164
|
PermissionsRequired: BlockageA55PermissionsRequired;
|
|
@@ -1,11 +1,36 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ROUTING_KEY_LINK_BLOCKAGE_A55_NOTE_DELETED = exports.ROUTING_KEY_LINK_BLOCKAGE_A55_NOTE_CREATED = exports.ROUTING_KEY_LINK_BLOCKAGE_A55_FILE_DELETED = exports.ROUTING_KEY_LINK_BLOCKAGE_A55_FILE_CREATED = exports.ROUTING_KEY_LINK_BLOCKAGE_A55_USER_DELETED = exports.ROUTING_KEY_LINK_BLOCKAGE_A55_USER_CREATED = exports.ROUTING_KEY_BLOCKAGE_A55_DELETED = exports.ROUTING_KEY_BLOCKAGE_A55_UPDATED = exports.ROUTING_KEY_BLOCKAGE_A55_CREATED = exports.BlockageA55 = exports.BlockageA55PropertyKeys = exports.BlockageA55PermissionsRequired = exports.
|
|
3
|
+
exports.ROUTING_KEY_LINK_BLOCKAGE_A55_NOTE_DELETED = exports.ROUTING_KEY_LINK_BLOCKAGE_A55_NOTE_CREATED = exports.ROUTING_KEY_LINK_BLOCKAGE_A55_FILE_DELETED = exports.ROUTING_KEY_LINK_BLOCKAGE_A55_FILE_CREATED = exports.ROUTING_KEY_LINK_BLOCKAGE_A55_USER_DELETED = exports.ROUTING_KEY_LINK_BLOCKAGE_A55_USER_CREATED = exports.ROUTING_KEY_BLOCKAGE_A55_DELETED = exports.ROUTING_KEY_BLOCKAGE_A55_UPDATED = exports.ROUTING_KEY_BLOCKAGE_A55_CREATED = exports.BlockageA55 = exports.BlockageA55PropertyKeys = exports.BlockageA55PermissionsRequired = exports.BlockageA55SecondBlockageLocation = exports.BlockageA55AnyFurtherBlockages = exports.BlockageA55CarriagewayIncursionRequired = exports.BlockageA55MinimumFootwayDistanceMaintained = exports.BlockageA55ChamberTypePointA = exports.BlockageA55PointALocation = exports.BlockageA55SurfaceType = exports.BlockageA55BlockageLocation = exports.BlockageA55SecondBlockgageSurfaceType = exports.BlockageA55ChamberTypePointB = exports.BlockageA55PointBLocation = exports.BlockageA55EntityTypes = void 0;
|
|
4
4
|
const core_1 = require("@d19n/odin-types/dist/core");
|
|
5
5
|
var BlockageA55EntityTypes;
|
|
6
6
|
(function (BlockageA55EntityTypes) {
|
|
7
7
|
BlockageA55EntityTypes["OUTCOME_FORM"] = "OUTCOME_FORM";
|
|
8
8
|
})(BlockageA55EntityTypes = exports.BlockageA55EntityTypes || (exports.BlockageA55EntityTypes = {}));
|
|
9
|
+
var BlockageA55PointBLocation;
|
|
10
|
+
(function (BlockageA55PointBLocation) {
|
|
11
|
+
BlockageA55PointBLocation["CUSTOMER_PROPERTY"] = "CUSTOMER_PROPERTY";
|
|
12
|
+
BlockageA55PointBLocation["CHAMBER"] = "CHAMBER";
|
|
13
|
+
BlockageA55PointBLocation["POLE"] = "POLE";
|
|
14
|
+
})(BlockageA55PointBLocation = exports.BlockageA55PointBLocation || (exports.BlockageA55PointBLocation = {}));
|
|
15
|
+
var BlockageA55ChamberTypePointB;
|
|
16
|
+
(function (BlockageA55ChamberTypePointB) {
|
|
17
|
+
BlockageA55ChamberTypePointB["JUF2"] = "JUF2";
|
|
18
|
+
BlockageA55ChamberTypePointB["JUF10"] = "JUF10";
|
|
19
|
+
BlockageA55ChamberTypePointB["JRC12_C_W_2_LIDS"] = "JRC12";
|
|
20
|
+
BlockageA55ChamberTypePointB["JRC14_C_W_3_LIDS"] = "JRC14";
|
|
21
|
+
BlockageA55ChamberTypePointB["CW1_C_W_MANHOLE"] = "CW1";
|
|
22
|
+
BlockageA55ChamberTypePointB["DUCT_MOUTH_AT_PROPERTY"] = "DUCT_MOUTH_AT_PROPERTY";
|
|
23
|
+
BlockageA55ChamberTypePointB["LOCKED_CHAMBER"] = "LOCKED_CHAMBER";
|
|
24
|
+
BlockageA55ChamberTypePointB["HOLLOW_POLE"] = "HOLLOW_POLE";
|
|
25
|
+
BlockageA55ChamberTypePointB["JUF4"] = "JUF4";
|
|
26
|
+
BlockageA55ChamberTypePointB["JUF6"] = "JUF6";
|
|
27
|
+
BlockageA55ChamberTypePointB["M_H"] = "M/H";
|
|
28
|
+
})(BlockageA55ChamberTypePointB = exports.BlockageA55ChamberTypePointB || (exports.BlockageA55ChamberTypePointB = {}));
|
|
29
|
+
var BlockageA55SecondBlockgageSurfaceType;
|
|
30
|
+
(function (BlockageA55SecondBlockgageSurfaceType) {
|
|
31
|
+
BlockageA55SecondBlockgageSurfaceType["SOFT_GRASS_SOIL"] = "SOFT";
|
|
32
|
+
BlockageA55SecondBlockgageSurfaceType["HARD_TARMAC_PAVING"] = "HARD";
|
|
33
|
+
})(BlockageA55SecondBlockgageSurfaceType = exports.BlockageA55SecondBlockgageSurfaceType || (exports.BlockageA55SecondBlockgageSurfaceType = {}));
|
|
9
34
|
var BlockageA55BlockageLocation;
|
|
10
35
|
(function (BlockageA55BlockageLocation) {
|
|
11
36
|
BlockageA55BlockageLocation["PRIVATE_LAND"] = "PRIVATE_LAND";
|
|
@@ -36,26 +61,6 @@ var BlockageA55ChamberTypePointA;
|
|
|
36
61
|
BlockageA55ChamberTypePointA["JUF6"] = "JUF6";
|
|
37
62
|
BlockageA55ChamberTypePointA["M_H"] = "M/H";
|
|
38
63
|
})(BlockageA55ChamberTypePointA = exports.BlockageA55ChamberTypePointA || (exports.BlockageA55ChamberTypePointA = {}));
|
|
39
|
-
var BlockageA55PointBLocation;
|
|
40
|
-
(function (BlockageA55PointBLocation) {
|
|
41
|
-
BlockageA55PointBLocation["CUSTOMER_PROPERTY"] = "CUSTOMER_PROPERTY";
|
|
42
|
-
BlockageA55PointBLocation["CHAMBER"] = "CHAMBER";
|
|
43
|
-
BlockageA55PointBLocation["POLE"] = "POLE";
|
|
44
|
-
})(BlockageA55PointBLocation = exports.BlockageA55PointBLocation || (exports.BlockageA55PointBLocation = {}));
|
|
45
|
-
var BlockageA55ChamberTypePointB;
|
|
46
|
-
(function (BlockageA55ChamberTypePointB) {
|
|
47
|
-
BlockageA55ChamberTypePointB["JUF2"] = "JUF2";
|
|
48
|
-
BlockageA55ChamberTypePointB["JUF10"] = "JUF10";
|
|
49
|
-
BlockageA55ChamberTypePointB["JRC12_C_W_2_LIDS"] = "JRC12";
|
|
50
|
-
BlockageA55ChamberTypePointB["JRC14_C_W_3_LIDS"] = "JRC14";
|
|
51
|
-
BlockageA55ChamberTypePointB["CW1_C_W_MANHOLE"] = "CW1";
|
|
52
|
-
BlockageA55ChamberTypePointB["DUCT_MOUTH_AT_PROPERTY"] = "DUCT_MOUTH_AT_PROPERTY";
|
|
53
|
-
BlockageA55ChamberTypePointB["LOCKED_CHAMBER"] = "LOCKED_CHAMBER";
|
|
54
|
-
BlockageA55ChamberTypePointB["HOLLOW_POLE"] = "HOLLOW_POLE";
|
|
55
|
-
BlockageA55ChamberTypePointB["JUF4"] = "JUF4";
|
|
56
|
-
BlockageA55ChamberTypePointB["JUF6"] = "JUF6";
|
|
57
|
-
BlockageA55ChamberTypePointB["M_H"] = "M/H";
|
|
58
|
-
})(BlockageA55ChamberTypePointB = exports.BlockageA55ChamberTypePointB || (exports.BlockageA55ChamberTypePointB = {}));
|
|
59
64
|
var BlockageA55MinimumFootwayDistanceMaintained;
|
|
60
65
|
(function (BlockageA55MinimumFootwayDistanceMaintained) {
|
|
61
66
|
BlockageA55MinimumFootwayDistanceMaintained["YES"] = "YES";
|
|
@@ -76,11 +81,6 @@ var BlockageA55SecondBlockageLocation;
|
|
|
76
81
|
BlockageA55SecondBlockageLocation["PRIVATE_LAND"] = "PRIVATE_LAND";
|
|
77
82
|
BlockageA55SecondBlockageLocation["PUBLIC_LAND"] = "PUBLIC_LAND";
|
|
78
83
|
})(BlockageA55SecondBlockageLocation = exports.BlockageA55SecondBlockageLocation || (exports.BlockageA55SecondBlockageLocation = {}));
|
|
79
|
-
var BlockageA55SecondBlockgageSurfaceType;
|
|
80
|
-
(function (BlockageA55SecondBlockgageSurfaceType) {
|
|
81
|
-
BlockageA55SecondBlockgageSurfaceType["SOFT_GRASS_SOIL"] = "SOFT";
|
|
82
|
-
BlockageA55SecondBlockgageSurfaceType["HARD_TARMAC_PAVING"] = "HARD";
|
|
83
|
-
})(BlockageA55SecondBlockgageSurfaceType = exports.BlockageA55SecondBlockgageSurfaceType || (exports.BlockageA55SecondBlockgageSurfaceType = {}));
|
|
84
84
|
var BlockageA55PermissionsRequired;
|
|
85
85
|
(function (BlockageA55PermissionsRequired) {
|
|
86
86
|
BlockageA55PermissionsRequired["YES"] = "YES";
|
|
@@ -92,10 +92,15 @@ var BlockageA55PropertyKeys;
|
|
|
92
92
|
BlockageA55PropertyKeys["DateCreated"] = "DateCreated";
|
|
93
93
|
BlockageA55PropertyKeys["ExchangeName"] = "ExchangeName";
|
|
94
94
|
BlockageA55PropertyKeys["EngineerName"] = "EngineerName";
|
|
95
|
+
BlockageA55PropertyKeys["PointBLocation"] = "PointBLocation";
|
|
96
|
+
BlockageA55PropertyKeys["ChamberTypePointB"] = "ChamberTypePointB";
|
|
97
|
+
BlockageA55PropertyKeys["SecondBlockgageSurfaceType"] = "SecondBlockgageSurfaceType";
|
|
98
|
+
BlockageA55PropertyKeys["PointBImageSurrounding"] = "PointBImageSurrounding";
|
|
99
|
+
BlockageA55PropertyKeys["PointBImageInternal"] = "PointBImageInternal";
|
|
100
|
+
BlockageA55PropertyKeys["Udprn"] = "UDPRN";
|
|
95
101
|
BlockageA55PropertyKeys["WorkOrderNumber"] = "WorkOrderNumber";
|
|
96
102
|
BlockageA55PropertyKeys["FullAddress"] = "FullAddress";
|
|
97
103
|
BlockageA55PropertyKeys["PianoiNumber"] = "PIANOINumber";
|
|
98
|
-
BlockageA55PropertyKeys["Udprn"] = "UDPRN";
|
|
99
104
|
BlockageA55PropertyKeys["BlockageDetails"] = "BlockageDetails";
|
|
100
105
|
BlockageA55PropertyKeys["BlockageLocation"] = "BlockageLocation";
|
|
101
106
|
BlockageA55PropertyKeys["SurfaceType"] = "SurfaceType";
|
|
@@ -104,16 +109,12 @@ var BlockageA55PropertyKeys;
|
|
|
104
109
|
BlockageA55PropertyKeys["DuctId"] = "DuctID";
|
|
105
110
|
BlockageA55PropertyKeys["PointADetails"] = "PointADetails";
|
|
106
111
|
BlockageA55PropertyKeys["PointALocation"] = "PointALocation";
|
|
107
|
-
BlockageA55PropertyKeys["ChamberTypePointA"] = "ChamberTypePointA";
|
|
108
112
|
BlockageA55PropertyKeys["PointAImageSurrounding"] = "PointAImageSurrounding";
|
|
109
113
|
BlockageA55PropertyKeys["PointAImageInternal"] = "PointAImageInternal";
|
|
110
114
|
BlockageA55PropertyKeys["PointAImageRod"] = "PointAImageRod";
|
|
111
115
|
BlockageA55PropertyKeys["PointAClosestAddress"] = "PointAClosestAddress";
|
|
112
116
|
BlockageA55PropertyKeys["PointBDetails"] = "PointBDetails";
|
|
113
|
-
BlockageA55PropertyKeys["
|
|
114
|
-
BlockageA55PropertyKeys["ChamberTypePointB"] = "ChamberTypePointB";
|
|
115
|
-
BlockageA55PropertyKeys["PointBImageSurrounding"] = "PointBImageSurrounding";
|
|
116
|
-
BlockageA55PropertyKeys["PointBImageInternal"] = "PointBImageInternal";
|
|
117
|
+
BlockageA55PropertyKeys["ChamberTypePointA"] = "ChamberTypePointA";
|
|
117
118
|
BlockageA55PropertyKeys["PointBImageRod"] = "PointBImageRod";
|
|
118
119
|
BlockageA55PropertyKeys["PointBClosestAddress"] = "PointBClosestAddress";
|
|
119
120
|
BlockageA55PropertyKeys["FurtherDetails"] = "FurtherDetails";
|
|
@@ -121,11 +122,10 @@ var BlockageA55PropertyKeys;
|
|
|
121
122
|
BlockageA55PropertyKeys["MinimumFootwayDistanceMaintained"] = "MinimumFootwayDistanceMaintained";
|
|
122
123
|
BlockageA55PropertyKeys["CarriagewayIncursionRequired"] = "CarriagewayIncursionRequired";
|
|
123
124
|
BlockageA55PropertyKeys["NetomniaOdinImageDuctSection"] = "NetomniaOdinImageDuctSection";
|
|
125
|
+
BlockageA55PropertyKeys["SecondBlockageClosestAddress"] = "SecondBlockageClosestAddress";
|
|
124
126
|
BlockageA55PropertyKeys["AddXToTheImage"] = "AddXToTheImage";
|
|
125
127
|
BlockageA55PropertyKeys["AnyFurtherBlockages"] = "AnyFurtherBlockages";
|
|
126
128
|
BlockageA55PropertyKeys["SecondBlockageLocation"] = "SecondBlockageLocation";
|
|
127
|
-
BlockageA55PropertyKeys["SecondBlockgageSurfaceType"] = "SecondBlockgageSurfaceType";
|
|
128
|
-
BlockageA55PropertyKeys["SecondBlockageClosestAddress"] = "SecondBlockageClosestAddress";
|
|
129
129
|
BlockageA55PropertyKeys["SecondBlockageImageXMarked"] = "SecondBlockageImageXMarked";
|
|
130
130
|
BlockageA55PropertyKeys["CustomerInformation"] = "CustomerInformation";
|
|
131
131
|
BlockageA55PropertyKeys["PermissionsRequired"] = "PermissionsRequired";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OdinRecord, OdinLink, LinkedOdinRecord } from '@d19n/odin-types/dist/core';
|
|
2
|
-
import { FileProperties } from './File';
|
|
3
2
|
import { AppointmentProperties } from './Appointment';
|
|
4
3
|
import { UgExternalAuditProperties } from './UgExternalAudit';
|
|
5
4
|
import { YfToolAuditProperties } from './YfToolAudit';
|
|
@@ -100,7 +99,6 @@ export declare class CsvFile extends OdinRecord<CsvFileProperties> {
|
|
|
100
99
|
schemaTypeId: '7e1dc0e9-437e-47b4-994a-c38fb0fcced0';
|
|
101
100
|
schemaId: 'e553681c-76a3-4637-bace-9aae7d9ab7bd';
|
|
102
101
|
properties: CsvFileProperties;
|
|
103
|
-
File: OdinLink<LinkedOdinRecord<FileProperties>>;
|
|
104
102
|
Appointment: OdinLink<LinkedOdinRecord<AppointmentProperties>>;
|
|
105
103
|
UgExternalAudit: OdinLink<LinkedOdinRecord<UgExternalAuditProperties>>;
|
|
106
104
|
YfToolAudit: OdinLink<LinkedOdinRecord<YfToolAuditProperties>>;
|
|
@@ -164,7 +162,5 @@ export declare class CsvFile extends OdinRecord<CsvFileProperties> {
|
|
|
164
162
|
export declare const ROUTING_KEY_FILE_CREATED = "SchemaModule.File.SubDbRecordCreated";
|
|
165
163
|
export declare const ROUTING_KEY_FILE_UPDATED = "SchemaModule.File.SubDbRecordUpdated";
|
|
166
164
|
export declare const ROUTING_KEY_FILE_DELETED = "SchemaModule.File.SubDbRecordDeleted";
|
|
167
|
-
export declare const ROUTING_KEY_LINK_APPOINTMENT_FILE_CREATED = "SchemaModule.File.File.SubDbRecordAssociationCreated";
|
|
168
|
-
export declare const ROUTING_KEY_LINK_APPOINTMENT_FILE_DELETED = "SchemaModule.File.File.SubDbRecordAssociationDeleted";
|
|
169
165
|
export declare const ROUTING_KEY_LINK_FILE_NOTE_CREATED = "SchemaModule.File.Note.SubDbRecordAssociationCreated";
|
|
170
166
|
export declare const ROUTING_KEY_LINK_FILE_NOTE_DELETED = "SchemaModule.File.Note.SubDbRecordAssociationDeleted";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = exports.
|
|
3
|
+
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = exports.ROUTING_KEY_FILE_DELETED = exports.ROUTING_KEY_FILE_UPDATED = exports.ROUTING_KEY_FILE_CREATED = exports.CsvFile = exports.CsvFilePropertyKeys = exports.CsvFileCategory = exports.CsvFileDevice = exports.CsvFileDataStore = void 0;
|
|
4
4
|
const core_1 = require("@d19n/odin-types/dist/core");
|
|
5
5
|
var CsvFileDataStore;
|
|
6
6
|
(function (CsvFileDataStore) {
|
|
@@ -36,7 +36,5 @@ exports.CsvFile = CsvFile;
|
|
|
36
36
|
exports.ROUTING_KEY_FILE_CREATED = 'SchemaModule.File.SubDbRecordCreated';
|
|
37
37
|
exports.ROUTING_KEY_FILE_UPDATED = 'SchemaModule.File.SubDbRecordUpdated';
|
|
38
38
|
exports.ROUTING_KEY_FILE_DELETED = 'SchemaModule.File.SubDbRecordDeleted';
|
|
39
|
-
exports.ROUTING_KEY_LINK_APPOINTMENT_FILE_CREATED = 'SchemaModule.File.File.SubDbRecordAssociationCreated';
|
|
40
|
-
exports.ROUTING_KEY_LINK_APPOINTMENT_FILE_DELETED = 'SchemaModule.File.File.SubDbRecordAssociationDeleted';
|
|
41
39
|
exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = 'SchemaModule.File.Note.SubDbRecordAssociationCreated';
|
|
42
40
|
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = 'SchemaModule.File.Note.SubDbRecordAssociationDeleted';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OdinRecord, OdinLink, LinkedOdinRecord } from '@d19n/odin-types/dist/core';
|
|
2
|
-
import { FileProperties } from './File';
|
|
3
2
|
import { AppointmentProperties } from './Appointment';
|
|
4
3
|
import { UgExternalAuditProperties } from './UgExternalAudit';
|
|
5
4
|
import { YfToolAuditProperties } from './YfToolAudit';
|
|
@@ -100,7 +99,6 @@ export declare class EmailFile extends OdinRecord<EmailFileProperties> {
|
|
|
100
99
|
schemaTypeId: 'bfbc480d-321b-459d-bcd7-c4443b97f4e0';
|
|
101
100
|
schemaId: 'e553681c-76a3-4637-bace-9aae7d9ab7bd';
|
|
102
101
|
properties: EmailFileProperties;
|
|
103
|
-
File: OdinLink<LinkedOdinRecord<FileProperties>>;
|
|
104
102
|
Appointment: OdinLink<LinkedOdinRecord<AppointmentProperties>>;
|
|
105
103
|
UgExternalAudit: OdinLink<LinkedOdinRecord<UgExternalAuditProperties>>;
|
|
106
104
|
YfToolAudit: OdinLink<LinkedOdinRecord<YfToolAuditProperties>>;
|
|
@@ -164,7 +162,5 @@ export declare class EmailFile extends OdinRecord<EmailFileProperties> {
|
|
|
164
162
|
export declare const ROUTING_KEY_FILE_CREATED = "SchemaModule.File.SubDbRecordCreated";
|
|
165
163
|
export declare const ROUTING_KEY_FILE_UPDATED = "SchemaModule.File.SubDbRecordUpdated";
|
|
166
164
|
export declare const ROUTING_KEY_FILE_DELETED = "SchemaModule.File.SubDbRecordDeleted";
|
|
167
|
-
export declare const ROUTING_KEY_LINK_APPOINTMENT_FILE_CREATED = "SchemaModule.File.File.SubDbRecordAssociationCreated";
|
|
168
|
-
export declare const ROUTING_KEY_LINK_APPOINTMENT_FILE_DELETED = "SchemaModule.File.File.SubDbRecordAssociationDeleted";
|
|
169
165
|
export declare const ROUTING_KEY_LINK_FILE_NOTE_CREATED = "SchemaModule.File.Note.SubDbRecordAssociationCreated";
|
|
170
166
|
export declare const ROUTING_KEY_LINK_FILE_NOTE_DELETED = "SchemaModule.File.Note.SubDbRecordAssociationDeleted";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = exports.
|
|
3
|
+
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = exports.ROUTING_KEY_FILE_DELETED = exports.ROUTING_KEY_FILE_UPDATED = exports.ROUTING_KEY_FILE_CREATED = exports.EmailFile = exports.EmailFilePropertyKeys = exports.EmailFileCategory = exports.EmailFileDevice = exports.EmailFileDataStore = void 0;
|
|
4
4
|
const core_1 = require("@d19n/odin-types/dist/core");
|
|
5
5
|
var EmailFileDataStore;
|
|
6
6
|
(function (EmailFileDataStore) {
|
|
@@ -36,7 +36,5 @@ exports.EmailFile = EmailFile;
|
|
|
36
36
|
exports.ROUTING_KEY_FILE_CREATED = 'SchemaModule.File.SubDbRecordCreated';
|
|
37
37
|
exports.ROUTING_KEY_FILE_UPDATED = 'SchemaModule.File.SubDbRecordUpdated';
|
|
38
38
|
exports.ROUTING_KEY_FILE_DELETED = 'SchemaModule.File.SubDbRecordDeleted';
|
|
39
|
-
exports.ROUTING_KEY_LINK_APPOINTMENT_FILE_CREATED = 'SchemaModule.File.File.SubDbRecordAssociationCreated';
|
|
40
|
-
exports.ROUTING_KEY_LINK_APPOINTMENT_FILE_DELETED = 'SchemaModule.File.File.SubDbRecordAssociationDeleted';
|
|
41
39
|
exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = 'SchemaModule.File.Note.SubDbRecordAssociationCreated';
|
|
42
40
|
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = 'SchemaModule.File.Note.SubDbRecordAssociationDeleted';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OdinRecord, OdinLink, LinkedOdinRecord } from '@d19n/odin-types/dist/core';
|
|
2
|
-
import { FileProperties } from './File';
|
|
3
2
|
import { AppointmentProperties } from './Appointment';
|
|
4
3
|
import { UgExternalAuditProperties } from './UgExternalAudit';
|
|
5
4
|
import { YfToolAuditProperties } from './YfToolAudit';
|
|
@@ -100,7 +99,6 @@ export declare class InvoiceFile extends OdinRecord<InvoiceFileProperties> {
|
|
|
100
99
|
schemaTypeId: 'ec441f3b-2dc6-410b-bec3-6de48d2e0316';
|
|
101
100
|
schemaId: 'e553681c-76a3-4637-bace-9aae7d9ab7bd';
|
|
102
101
|
properties: InvoiceFileProperties;
|
|
103
|
-
File: OdinLink<LinkedOdinRecord<FileProperties>>;
|
|
104
102
|
Appointment: OdinLink<LinkedOdinRecord<AppointmentProperties>>;
|
|
105
103
|
UgExternalAudit: OdinLink<LinkedOdinRecord<UgExternalAuditProperties>>;
|
|
106
104
|
YfToolAudit: OdinLink<LinkedOdinRecord<YfToolAuditProperties>>;
|
|
@@ -164,7 +162,5 @@ export declare class InvoiceFile extends OdinRecord<InvoiceFileProperties> {
|
|
|
164
162
|
export declare const ROUTING_KEY_FILE_CREATED = "SchemaModule.File.SubDbRecordCreated";
|
|
165
163
|
export declare const ROUTING_KEY_FILE_UPDATED = "SchemaModule.File.SubDbRecordUpdated";
|
|
166
164
|
export declare const ROUTING_KEY_FILE_DELETED = "SchemaModule.File.SubDbRecordDeleted";
|
|
167
|
-
export declare const ROUTING_KEY_LINK_APPOINTMENT_FILE_CREATED = "SchemaModule.File.File.SubDbRecordAssociationCreated";
|
|
168
|
-
export declare const ROUTING_KEY_LINK_APPOINTMENT_FILE_DELETED = "SchemaModule.File.File.SubDbRecordAssociationDeleted";
|
|
169
165
|
export declare const ROUTING_KEY_LINK_FILE_NOTE_CREATED = "SchemaModule.File.Note.SubDbRecordAssociationCreated";
|
|
170
166
|
export declare const ROUTING_KEY_LINK_FILE_NOTE_DELETED = "SchemaModule.File.Note.SubDbRecordAssociationDeleted";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = exports.
|
|
3
|
+
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = exports.ROUTING_KEY_FILE_DELETED = exports.ROUTING_KEY_FILE_UPDATED = exports.ROUTING_KEY_FILE_CREATED = exports.InvoiceFile = exports.InvoiceFilePropertyKeys = exports.InvoiceFileCategory = exports.InvoiceFileDevice = exports.InvoiceFileDataStore = void 0;
|
|
4
4
|
const core_1 = require("@d19n/odin-types/dist/core");
|
|
5
5
|
var InvoiceFileDataStore;
|
|
6
6
|
(function (InvoiceFileDataStore) {
|
|
@@ -36,7 +36,5 @@ exports.InvoiceFile = InvoiceFile;
|
|
|
36
36
|
exports.ROUTING_KEY_FILE_CREATED = 'SchemaModule.File.SubDbRecordCreated';
|
|
37
37
|
exports.ROUTING_KEY_FILE_UPDATED = 'SchemaModule.File.SubDbRecordUpdated';
|
|
38
38
|
exports.ROUTING_KEY_FILE_DELETED = 'SchemaModule.File.SubDbRecordDeleted';
|
|
39
|
-
exports.ROUTING_KEY_LINK_APPOINTMENT_FILE_CREATED = 'SchemaModule.File.File.SubDbRecordAssociationCreated';
|
|
40
|
-
exports.ROUTING_KEY_LINK_APPOINTMENT_FILE_DELETED = 'SchemaModule.File.File.SubDbRecordAssociationDeleted';
|
|
41
39
|
exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = 'SchemaModule.File.Note.SubDbRecordAssociationCreated';
|
|
42
40
|
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = 'SchemaModule.File.Note.SubDbRecordAssociationDeleted';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OdinRecord, OdinLink, LinkedOdinRecord } from '@d19n/odin-types/dist/core';
|
|
2
|
-
import { FileProperties } from './File';
|
|
3
2
|
import { AppointmentProperties } from './Appointment';
|
|
4
3
|
import { UgExternalAuditProperties } from './UgExternalAudit';
|
|
5
4
|
import { YfToolAuditProperties } from './YfToolAudit';
|
|
@@ -100,7 +99,6 @@ export declare class NaProblemEvidenceFile extends OdinRecord<NaProblemEvidenceF
|
|
|
100
99
|
schemaTypeId: '636b6423-115d-4e40-b76a-74561671373e';
|
|
101
100
|
schemaId: 'e553681c-76a3-4637-bace-9aae7d9ab7bd';
|
|
102
101
|
properties: NaProblemEvidenceFileProperties;
|
|
103
|
-
File: OdinLink<LinkedOdinRecord<FileProperties>>;
|
|
104
102
|
Appointment: OdinLink<LinkedOdinRecord<AppointmentProperties>>;
|
|
105
103
|
UgExternalAudit: OdinLink<LinkedOdinRecord<UgExternalAuditProperties>>;
|
|
106
104
|
YfToolAudit: OdinLink<LinkedOdinRecord<YfToolAuditProperties>>;
|
|
@@ -164,7 +162,5 @@ export declare class NaProblemEvidenceFile extends OdinRecord<NaProblemEvidenceF
|
|
|
164
162
|
export declare const ROUTING_KEY_FILE_CREATED = "SchemaModule.File.SubDbRecordCreated";
|
|
165
163
|
export declare const ROUTING_KEY_FILE_UPDATED = "SchemaModule.File.SubDbRecordUpdated";
|
|
166
164
|
export declare const ROUTING_KEY_FILE_DELETED = "SchemaModule.File.SubDbRecordDeleted";
|
|
167
|
-
export declare const ROUTING_KEY_LINK_APPOINTMENT_FILE_CREATED = "SchemaModule.File.File.SubDbRecordAssociationCreated";
|
|
168
|
-
export declare const ROUTING_KEY_LINK_APPOINTMENT_FILE_DELETED = "SchemaModule.File.File.SubDbRecordAssociationDeleted";
|
|
169
165
|
export declare const ROUTING_KEY_LINK_FILE_NOTE_CREATED = "SchemaModule.File.Note.SubDbRecordAssociationCreated";
|
|
170
166
|
export declare const ROUTING_KEY_LINK_FILE_NOTE_DELETED = "SchemaModule.File.Note.SubDbRecordAssociationDeleted";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = exports.
|
|
3
|
+
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = exports.ROUTING_KEY_FILE_DELETED = exports.ROUTING_KEY_FILE_UPDATED = exports.ROUTING_KEY_FILE_CREATED = exports.NaProblemEvidenceFile = exports.NaProblemEvidenceFilePropertyKeys = exports.NaProblemEvidenceFileCategory = exports.NaProblemEvidenceFileDevice = exports.NaProblemEvidenceFileDataStore = void 0;
|
|
4
4
|
const core_1 = require("@d19n/odin-types/dist/core");
|
|
5
5
|
var NaProblemEvidenceFileDataStore;
|
|
6
6
|
(function (NaProblemEvidenceFileDataStore) {
|
|
@@ -36,7 +36,5 @@ exports.NaProblemEvidenceFile = NaProblemEvidenceFile;
|
|
|
36
36
|
exports.ROUTING_KEY_FILE_CREATED = 'SchemaModule.File.SubDbRecordCreated';
|
|
37
37
|
exports.ROUTING_KEY_FILE_UPDATED = 'SchemaModule.File.SubDbRecordUpdated';
|
|
38
38
|
exports.ROUTING_KEY_FILE_DELETED = 'SchemaModule.File.SubDbRecordDeleted';
|
|
39
|
-
exports.ROUTING_KEY_LINK_APPOINTMENT_FILE_CREATED = 'SchemaModule.File.File.SubDbRecordAssociationCreated';
|
|
40
|
-
exports.ROUTING_KEY_LINK_APPOINTMENT_FILE_DELETED = 'SchemaModule.File.File.SubDbRecordAssociationDeleted';
|
|
41
39
|
exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = 'SchemaModule.File.Note.SubDbRecordAssociationCreated';
|
|
42
40
|
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = 'SchemaModule.File.Note.SubDbRecordAssociationDeleted';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OdinRecord, OdinLink, LinkedOdinRecord } from '@d19n/odin-types/dist/core';
|
|
2
|
-
import { FileProperties } from './File';
|
|
3
2
|
import { AppointmentProperties } from './Appointment';
|
|
4
3
|
import { UgExternalAuditProperties } from './UgExternalAudit';
|
|
5
4
|
import { YfToolAuditProperties } from './YfToolAudit';
|
|
@@ -100,7 +99,6 @@ export declare class NaSolutionEvidenceFile extends OdinRecord<NaSolutionEvidenc
|
|
|
100
99
|
schemaTypeId: 'f2fb4920-c076-4947-8f18-2769a24b8124';
|
|
101
100
|
schemaId: 'e553681c-76a3-4637-bace-9aae7d9ab7bd';
|
|
102
101
|
properties: NaSolutionEvidenceFileProperties;
|
|
103
|
-
File: OdinLink<LinkedOdinRecord<FileProperties>>;
|
|
104
102
|
Appointment: OdinLink<LinkedOdinRecord<AppointmentProperties>>;
|
|
105
103
|
UgExternalAudit: OdinLink<LinkedOdinRecord<UgExternalAuditProperties>>;
|
|
106
104
|
YfToolAudit: OdinLink<LinkedOdinRecord<YfToolAuditProperties>>;
|
|
@@ -164,7 +162,5 @@ export declare class NaSolutionEvidenceFile extends OdinRecord<NaSolutionEvidenc
|
|
|
164
162
|
export declare const ROUTING_KEY_FILE_CREATED = "SchemaModule.File.SubDbRecordCreated";
|
|
165
163
|
export declare const ROUTING_KEY_FILE_UPDATED = "SchemaModule.File.SubDbRecordUpdated";
|
|
166
164
|
export declare const ROUTING_KEY_FILE_DELETED = "SchemaModule.File.SubDbRecordDeleted";
|
|
167
|
-
export declare const ROUTING_KEY_LINK_APPOINTMENT_FILE_CREATED = "SchemaModule.File.File.SubDbRecordAssociationCreated";
|
|
168
|
-
export declare const ROUTING_KEY_LINK_APPOINTMENT_FILE_DELETED = "SchemaModule.File.File.SubDbRecordAssociationDeleted";
|
|
169
165
|
export declare const ROUTING_KEY_LINK_FILE_NOTE_CREATED = "SchemaModule.File.Note.SubDbRecordAssociationCreated";
|
|
170
166
|
export declare const ROUTING_KEY_LINK_FILE_NOTE_DELETED = "SchemaModule.File.Note.SubDbRecordAssociationDeleted";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = exports.
|
|
3
|
+
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = exports.ROUTING_KEY_FILE_DELETED = exports.ROUTING_KEY_FILE_UPDATED = exports.ROUTING_KEY_FILE_CREATED = exports.NaSolutionEvidenceFile = exports.NaSolutionEvidenceFilePropertyKeys = exports.NaSolutionEvidenceFileCategory = exports.NaSolutionEvidenceFileDevice = exports.NaSolutionEvidenceFileDataStore = void 0;
|
|
4
4
|
const core_1 = require("@d19n/odin-types/dist/core");
|
|
5
5
|
var NaSolutionEvidenceFileDataStore;
|
|
6
6
|
(function (NaSolutionEvidenceFileDataStore) {
|
|
@@ -36,7 +36,5 @@ exports.NaSolutionEvidenceFile = NaSolutionEvidenceFile;
|
|
|
36
36
|
exports.ROUTING_KEY_FILE_CREATED = 'SchemaModule.File.SubDbRecordCreated';
|
|
37
37
|
exports.ROUTING_KEY_FILE_UPDATED = 'SchemaModule.File.SubDbRecordUpdated';
|
|
38
38
|
exports.ROUTING_KEY_FILE_DELETED = 'SchemaModule.File.SubDbRecordDeleted';
|
|
39
|
-
exports.ROUTING_KEY_LINK_APPOINTMENT_FILE_CREATED = 'SchemaModule.File.File.SubDbRecordAssociationCreated';
|
|
40
|
-
exports.ROUTING_KEY_LINK_APPOINTMENT_FILE_DELETED = 'SchemaModule.File.File.SubDbRecordAssociationDeleted';
|
|
41
39
|
exports.ROUTING_KEY_LINK_FILE_NOTE_CREATED = 'SchemaModule.File.Note.SubDbRecordAssociationCreated';
|
|
42
40
|
exports.ROUTING_KEY_LINK_FILE_NOTE_DELETED = 'SchemaModule.File.Note.SubDbRecordAssociationDeleted';
|