@d19n/youfibre-odin-sdk 1.0.125 → 1.0.126
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/api-sdk-v2/CaseApi.d.ts +2 -0
- package/dist/api-sdk-v2/CaseApi.js +2 -0
- package/dist/api-sdk-v2/OutageCaseApi.d.ts +2 -0
- package/dist/api-sdk-v2/OutageCaseApi.js +2 -0
- package/dist/api-sdk-v2/UserApi.d.ts +2 -0
- package/dist/api-sdk-v2/UserApi.js +2 -0
- package/dist/db-sdk-v2/CaseDb.d.ts +2 -0
- package/dist/db-sdk-v2/CaseDb.js +2 -0
- package/dist/db-sdk-v2/UserDb.d.ts +2 -0
- package/dist/db-sdk-v2/UserDb.js +2 -0
- package/dist/entities-v2/CollectionWorkOrder.d.ts +3 -3
- package/dist/entities-v2/CollectionWorkOrder.js +1 -1
- package/dist/entities-v2/Contact.d.ts +3 -1
- package/dist/entities-v2/Contact.js +1 -0
- package/dist/entities-v2/FinanceWorkOrder.d.ts +3 -3
- package/dist/entities-v2/FinanceWorkOrder.js +1 -1
- package/dist/entities-v2/InspectionWorkOrder.d.ts +3 -3
- package/dist/entities-v2/InspectionWorkOrder.js +1 -1
- package/dist/entities-v2/InstallBusinessWorkOrder.d.ts +3 -3
- package/dist/entities-v2/InstallBusinessWorkOrder.js +1 -1
- package/dist/entities-v2/InstallServiceWorkOrder.d.ts +3 -3
- package/dist/entities-v2/InstallServiceWorkOrder.js +1 -1
- package/dist/entities-v2/InstallWorkOrder.d.ts +3 -3
- package/dist/entities-v2/InstallWorkOrder.js +1 -1
- package/dist/entities-v2/NetworkAdjustmentWorkOrder.d.ts +3 -3
- package/dist/entities-v2/NetworkAdjustmentWorkOrder.js +1 -1
- package/dist/entities-v2/PlanningWorkOrder.d.ts +3 -3
- package/dist/entities-v2/PlanningWorkOrder.js +1 -1
- package/dist/entities-v2/PrePullWorkOrder.d.ts +3 -3
- package/dist/entities-v2/PrePullWorkOrder.js +1 -1
- package/dist/entities-v2/RemediationWorkOrder.d.ts +3 -3
- package/dist/entities-v2/RemediationWorkOrder.js +1 -1
- package/dist/entities-v2/ServiceWorkOrder.d.ts +3 -3
- package/dist/entities-v2/ServiceWorkOrder.js +1 -1
- package/dist/entities-v2/WayleaveWorkOrder.d.ts +3 -3
- package/dist/entities-v2/WayleaveWorkOrder.js +1 -1
- package/dist/entities-v2/WorkOrder.d.ts +3 -3
- package/dist/entities-v2/WorkOrder.js +1 -1
- package/package.json +1 -1
- package/src/api-sdk-v2/CaseApi.ts +14 -0
- package/src/api-sdk-v2/OutageCaseApi.ts +14 -0
- package/src/api-sdk-v2/UserApi.ts +14 -0
- package/src/db-sdk-v2/CaseDb.ts +16 -0
- package/src/db-sdk-v2/UserDb.ts +16 -0
- package/src/entities-v2/CollectionWorkOrder.ts +3 -3
- package/src/entities-v2/Contact.ts +3 -0
- package/src/entities-v2/FinanceWorkOrder.ts +3 -3
- package/src/entities-v2/InspectionWorkOrder.ts +3 -3
- package/src/entities-v2/InstallBusinessWorkOrder.ts +3 -3
- package/src/entities-v2/InstallServiceWorkOrder.ts +3 -3
- package/src/entities-v2/InstallWorkOrder.ts +3 -3
- package/src/entities-v2/NetworkAdjustmentWorkOrder.ts +3 -3
- package/src/entities-v2/PlanningWorkOrder.ts +3 -3
- package/src/entities-v2/PrePullWorkOrder.ts +3 -3
- package/src/entities-v2/RemediationWorkOrder.ts +3 -3
- package/src/entities-v2/ServiceWorkOrder.ts +3 -3
- package/src/entities-v2/WayleaveWorkOrder.ts +3 -3
- package/src/entities-v2/WorkOrder.ts +3 -3
|
@@ -12,6 +12,8 @@ export declare class CaseApi extends ApiProvider {
|
|
|
12
12
|
readonly caseowner: ApiRecordLinkManager;
|
|
13
13
|
readonly case__user: ApiRecordLinkManager;
|
|
14
14
|
readonly casecollaborators: ApiRecordLinkManager;
|
|
15
|
+
readonly followers: ApiRecordLinkManager;
|
|
16
|
+
readonly favourite_cases: ApiRecordLinkManager;
|
|
15
17
|
readonly outage__case: ApiRecordLinkManager;
|
|
16
18
|
readonly outage: ApiRecordLinkManager;
|
|
17
19
|
readonly smsmessage: ApiRecordLinkManager;
|
|
@@ -21,6 +21,8 @@ class CaseApi extends api_provider_1.ApiProvider {
|
|
|
21
21
|
this.caseowner = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'IdentityModule:User', 'CaseOwner');
|
|
22
22
|
this.case__user = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'IdentityModule:User', 'Case__User');
|
|
23
23
|
this.casecollaborators = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'IdentityModule:User', 'CaseCollaborators');
|
|
24
|
+
this.followers = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'IdentityModule:User', 'followers');
|
|
25
|
+
this.favourite_cases = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'IdentityModule:User', 'favourite_cases');
|
|
24
26
|
this.outage__case = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'ServiceModule:Outage', 'Outage__Case');
|
|
25
27
|
this.outage = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'ServiceModule:Outage', 'Outage');
|
|
26
28
|
this.smsmessage = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'NotificationModule:SmsMessage', 'Case__SmsMessage');
|
|
@@ -13,6 +13,8 @@ export declare class OutageCaseApi extends ApiProvider {
|
|
|
13
13
|
readonly caseowner: ApiRecordLinkManager;
|
|
14
14
|
readonly case__user: ApiRecordLinkManager;
|
|
15
15
|
readonly casecollaborators: ApiRecordLinkManager;
|
|
16
|
+
readonly followers: ApiRecordLinkManager;
|
|
17
|
+
readonly favourite_cases: ApiRecordLinkManager;
|
|
16
18
|
readonly outage__case: ApiRecordLinkManager;
|
|
17
19
|
readonly outage: ApiRecordLinkManager;
|
|
18
20
|
readonly smsmessage: ApiRecordLinkManager;
|
|
@@ -22,6 +22,8 @@ class OutageCaseApi extends api_provider_1.ApiProvider {
|
|
|
22
22
|
this.caseowner = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'IdentityModule:User', 'CaseOwner');
|
|
23
23
|
this.case__user = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'IdentityModule:User', 'Case__User');
|
|
24
24
|
this.casecollaborators = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'IdentityModule:User', 'CaseCollaborators');
|
|
25
|
+
this.followers = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'IdentityModule:User', 'followers');
|
|
26
|
+
this.favourite_cases = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'IdentityModule:User', 'favourite_cases');
|
|
25
27
|
this.outage__case = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'ServiceModule:Outage', 'Outage__Case');
|
|
26
28
|
this.outage = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'ServiceModule:Outage', 'Outage');
|
|
27
29
|
this.smsmessage = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'SupportModule:Case', 'NotificationModule:SmsMessage', 'Case__SmsMessage');
|
|
@@ -15,6 +15,8 @@ export declare class UserApi extends ApiProvider {
|
|
|
15
15
|
readonly caseowner: ApiRecordLinkManager;
|
|
16
16
|
readonly case__user: ApiRecordLinkManager;
|
|
17
17
|
readonly casecollaborators: ApiRecordLinkManager;
|
|
18
|
+
readonly followers: ApiRecordLinkManager;
|
|
19
|
+
readonly favourite_cases: ApiRecordLinkManager;
|
|
18
20
|
readonly address: ApiRecordLinkManager;
|
|
19
21
|
readonly blockagea55: ApiRecordLinkManager;
|
|
20
22
|
readonly crmdataset: ApiRecordLinkManager;
|
|
@@ -24,6 +24,8 @@ class UserApi extends api_provider_1.ApiProvider {
|
|
|
24
24
|
this.caseowner = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'IdentityModule:User', 'SupportModule:Case', 'CaseOwner');
|
|
25
25
|
this.case__user = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'IdentityModule:User', 'SupportModule:Case', 'Case__User');
|
|
26
26
|
this.casecollaborators = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'IdentityModule:User', 'SupportModule:Case', 'CaseCollaborators');
|
|
27
|
+
this.followers = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'IdentityModule:User', 'SupportModule:Case', 'followers');
|
|
28
|
+
this.favourite_cases = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'IdentityModule:User', 'SupportModule:Case', 'favourite_cases');
|
|
27
29
|
this.address = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'IdentityModule:User', 'CrmModule:Address', 'Address_User');
|
|
28
30
|
this.blockagea55 = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'IdentityModule:User', 'FieldServiceModule:BlockageA55', 'BlockageA55_User');
|
|
29
31
|
this.crmdataset = new api_record_link_manager_1.ApiRecordLinkManager(authParams, 'IdentityModule:User', 'CrmModule:CrmDataset', 'CrmDataset__User');
|
|
@@ -12,6 +12,8 @@ export declare class CaseDb extends DbProvider {
|
|
|
12
12
|
readonly caseowner: DbRecordLinkManager;
|
|
13
13
|
readonly case__user: DbRecordLinkManager;
|
|
14
14
|
readonly casecollaborators: DbRecordLinkManager;
|
|
15
|
+
readonly followers: DbRecordLinkManager;
|
|
16
|
+
readonly favourite_cases: DbRecordLinkManager;
|
|
15
17
|
readonly outage__case: DbRecordLinkManager;
|
|
16
18
|
readonly outage: DbRecordLinkManager;
|
|
17
19
|
readonly smsmessage: DbRecordLinkManager;
|
package/dist/db-sdk-v2/CaseDb.js
CHANGED
|
@@ -22,6 +22,8 @@ class CaseDb extends db_provider_1.DbProvider {
|
|
|
22
22
|
this.caseowner = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'SupportModule:Case', 'IdentityModule:User', 'CaseOwner');
|
|
23
23
|
this.case__user = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'SupportModule:Case', 'IdentityModule:User', 'Case__User');
|
|
24
24
|
this.casecollaborators = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'SupportModule:Case', 'IdentityModule:User', 'CaseCollaborators');
|
|
25
|
+
this.followers = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'SupportModule:Case', 'IdentityModule:User', 'followers');
|
|
26
|
+
this.favourite_cases = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'SupportModule:Case', 'IdentityModule:User', 'favourite_cases');
|
|
25
27
|
this.outage__case = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'SupportModule:Case', 'ServiceModule:Outage', 'Outage__Case');
|
|
26
28
|
this.outage = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'SupportModule:Case', 'ServiceModule:Outage', 'Outage');
|
|
27
29
|
this.smsmessage = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'SupportModule:Case', 'NotificationModule:SmsMessage', 'Case__SmsMessage');
|
|
@@ -15,6 +15,8 @@ export declare class UserDb extends DbProvider {
|
|
|
15
15
|
readonly caseowner: DbRecordLinkManager;
|
|
16
16
|
readonly case__user: DbRecordLinkManager;
|
|
17
17
|
readonly casecollaborators: DbRecordLinkManager;
|
|
18
|
+
readonly followers: DbRecordLinkManager;
|
|
19
|
+
readonly favourite_cases: DbRecordLinkManager;
|
|
18
20
|
readonly address: DbRecordLinkManager;
|
|
19
21
|
readonly blockagea55: DbRecordLinkManager;
|
|
20
22
|
readonly crmdataset: DbRecordLinkManager;
|
package/dist/db-sdk-v2/UserDb.js
CHANGED
|
@@ -25,6 +25,8 @@ class UserDb extends db_provider_1.DbProvider {
|
|
|
25
25
|
this.caseowner = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'IdentityModule:User', 'SupportModule:Case', 'CaseOwner');
|
|
26
26
|
this.case__user = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'IdentityModule:User', 'SupportModule:Case', 'Case__User');
|
|
27
27
|
this.casecollaborators = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'IdentityModule:User', 'SupportModule:Case', 'CaseCollaborators');
|
|
28
|
+
this.followers = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'IdentityModule:User', 'SupportModule:Case', 'followers');
|
|
29
|
+
this.favourite_cases = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'IdentityModule:User', 'SupportModule:Case', 'favourite_cases');
|
|
28
30
|
this.address = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'IdentityModule:User', 'CrmModule:Address', 'Address_User');
|
|
29
31
|
this.blockagea55 = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'IdentityModule:User', 'FieldServiceModule:BlockageA55', 'BlockageA55_User');
|
|
30
32
|
this.crmdataset = new db_record_link_manager_1.DbRecordLinkManager(this.principal, this.dbService, 'IdentityModule:User', 'CrmModule:CrmDataset', 'CrmDataset__User');
|
|
@@ -316,8 +316,8 @@ export declare enum CollectionWorkOrderPropertyKeys {
|
|
|
316
316
|
EarlierAvailability = "EarlierAvailability",
|
|
317
317
|
Provider = "Provider",
|
|
318
318
|
OutcomeOfServiceVisit = "OutcomeOfServiceVisit",
|
|
319
|
-
|
|
320
|
-
|
|
319
|
+
NotWithinNetomniaControl = "NotWithinNetomniaControl",
|
|
320
|
+
ContractorComments = "ContractorComments"
|
|
321
321
|
}
|
|
322
322
|
export interface CollectionWorkOrderProperties {
|
|
323
323
|
TeamName?: string;
|
|
@@ -402,8 +402,8 @@ export interface CollectionWorkOrderProperties {
|
|
|
402
402
|
EarlierAvailability?: boolean;
|
|
403
403
|
Provider?: CollectionWorkOrderProvider;
|
|
404
404
|
OutcomeOfServiceVisit?: CollectionWorkOrderOutcomeOfServiceVisit;
|
|
405
|
-
ContractorComments?: string;
|
|
406
405
|
NotWithinNetomniaControl?: boolean;
|
|
406
|
+
ContractorComments?: string;
|
|
407
407
|
}
|
|
408
408
|
export declare class CollectionWorkOrder extends OdinRecord<CollectionWorkOrderProperties> {
|
|
409
409
|
entity: 'FieldServiceModule:WorkOrder';
|
|
@@ -291,8 +291,8 @@ var CollectionWorkOrderPropertyKeys;
|
|
|
291
291
|
CollectionWorkOrderPropertyKeys["EarlierAvailability"] = "EarlierAvailability";
|
|
292
292
|
CollectionWorkOrderPropertyKeys["Provider"] = "Provider";
|
|
293
293
|
CollectionWorkOrderPropertyKeys["OutcomeOfServiceVisit"] = "OutcomeOfServiceVisit";
|
|
294
|
-
CollectionWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
295
294
|
CollectionWorkOrderPropertyKeys["NotWithinNetomniaControl"] = "NotWithinNetomniaControl";
|
|
295
|
+
CollectionWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
296
296
|
})(CollectionWorkOrderPropertyKeys = exports.CollectionWorkOrderPropertyKeys || (exports.CollectionWorkOrderPropertyKeys = {}));
|
|
297
297
|
class CollectionWorkOrder extends odin_types_1.OdinRecord {
|
|
298
298
|
}
|
|
@@ -120,7 +120,8 @@ export declare enum ContactPropertyKeys {
|
|
|
120
120
|
EmailValid = "EmailValid",
|
|
121
121
|
CurrentContractType = "CurrentContractType",
|
|
122
122
|
InitialSource = "initialSource",
|
|
123
|
-
PortalStatus = "PortalStatus"
|
|
123
|
+
PortalStatus = "PortalStatus",
|
|
124
|
+
PushNotificationConsent = "PushNotificationConsent"
|
|
124
125
|
}
|
|
125
126
|
export interface ContactProperties {
|
|
126
127
|
MobileValid?: boolean;
|
|
@@ -162,6 +163,7 @@ export interface ContactProperties {
|
|
|
162
163
|
CurrentContractType?: string;
|
|
163
164
|
InitialSource?: string;
|
|
164
165
|
PortalStatus?: ContactPortalStatus;
|
|
166
|
+
PushNotificationConsent?: boolean;
|
|
165
167
|
}
|
|
166
168
|
export declare class Contact extends OdinRecord<ContactProperties> {
|
|
167
169
|
entity: 'CrmModule:Contact';
|
|
@@ -106,6 +106,7 @@ var ContactPropertyKeys;
|
|
|
106
106
|
ContactPropertyKeys["CurrentContractType"] = "CurrentContractType";
|
|
107
107
|
ContactPropertyKeys["InitialSource"] = "initialSource";
|
|
108
108
|
ContactPropertyKeys["PortalStatus"] = "PortalStatus";
|
|
109
|
+
ContactPropertyKeys["PushNotificationConsent"] = "PushNotificationConsent";
|
|
109
110
|
})(ContactPropertyKeys = exports.ContactPropertyKeys || (exports.ContactPropertyKeys = {}));
|
|
110
111
|
class Contact extends odin_types_1.OdinRecord {
|
|
111
112
|
}
|
|
@@ -318,8 +318,8 @@ export declare enum FinanceWorkOrderPropertyKeys {
|
|
|
318
318
|
EarlierAvailability = "EarlierAvailability",
|
|
319
319
|
Provider = "Provider",
|
|
320
320
|
OutcomeOfServiceVisit = "OutcomeOfServiceVisit",
|
|
321
|
-
|
|
322
|
-
|
|
321
|
+
NotWithinNetomniaControl = "NotWithinNetomniaControl",
|
|
322
|
+
ContractorComments = "ContractorComments"
|
|
323
323
|
}
|
|
324
324
|
export interface FinanceWorkOrderProperties {
|
|
325
325
|
TeamName?: string;
|
|
@@ -404,8 +404,8 @@ export interface FinanceWorkOrderProperties {
|
|
|
404
404
|
EarlierAvailability?: boolean;
|
|
405
405
|
Provider?: FinanceWorkOrderProvider;
|
|
406
406
|
OutcomeOfServiceVisit?: FinanceWorkOrderOutcomeOfServiceVisit;
|
|
407
|
-
ContractorComments?: string;
|
|
408
407
|
NotWithinNetomniaControl?: boolean;
|
|
408
|
+
ContractorComments?: string;
|
|
409
409
|
}
|
|
410
410
|
export declare class FinanceWorkOrder extends OdinRecord<FinanceWorkOrderProperties> {
|
|
411
411
|
entity: 'FieldServiceModule:WorkOrder';
|
|
@@ -293,8 +293,8 @@ var FinanceWorkOrderPropertyKeys;
|
|
|
293
293
|
FinanceWorkOrderPropertyKeys["EarlierAvailability"] = "EarlierAvailability";
|
|
294
294
|
FinanceWorkOrderPropertyKeys["Provider"] = "Provider";
|
|
295
295
|
FinanceWorkOrderPropertyKeys["OutcomeOfServiceVisit"] = "OutcomeOfServiceVisit";
|
|
296
|
-
FinanceWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
297
296
|
FinanceWorkOrderPropertyKeys["NotWithinNetomniaControl"] = "NotWithinNetomniaControl";
|
|
297
|
+
FinanceWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
298
298
|
})(FinanceWorkOrderPropertyKeys = exports.FinanceWorkOrderPropertyKeys || (exports.FinanceWorkOrderPropertyKeys = {}));
|
|
299
299
|
class FinanceWorkOrder extends odin_types_1.OdinRecord {
|
|
300
300
|
}
|
|
@@ -322,8 +322,8 @@ export declare enum InspectionWorkOrderPropertyKeys {
|
|
|
322
322
|
EarlierAvailability = "EarlierAvailability",
|
|
323
323
|
Provider = "Provider",
|
|
324
324
|
OutcomeOfServiceVisit = "OutcomeOfServiceVisit",
|
|
325
|
-
|
|
326
|
-
|
|
325
|
+
NotWithinNetomniaControl = "NotWithinNetomniaControl",
|
|
326
|
+
ContractorComments = "ContractorComments"
|
|
327
327
|
}
|
|
328
328
|
export interface InspectionWorkOrderProperties {
|
|
329
329
|
TeamName?: string;
|
|
@@ -408,8 +408,8 @@ export interface InspectionWorkOrderProperties {
|
|
|
408
408
|
EarlierAvailability?: boolean;
|
|
409
409
|
Provider?: InspectionWorkOrderProvider;
|
|
410
410
|
OutcomeOfServiceVisit?: InspectionWorkOrderOutcomeOfServiceVisit;
|
|
411
|
-
ContractorComments?: string;
|
|
412
411
|
NotWithinNetomniaControl?: boolean;
|
|
412
|
+
ContractorComments?: string;
|
|
413
413
|
}
|
|
414
414
|
export declare class InspectionWorkOrder extends OdinRecord<InspectionWorkOrderProperties> {
|
|
415
415
|
entity: 'FieldServiceModule:WorkOrder';
|
|
@@ -297,8 +297,8 @@ var InspectionWorkOrderPropertyKeys;
|
|
|
297
297
|
InspectionWorkOrderPropertyKeys["EarlierAvailability"] = "EarlierAvailability";
|
|
298
298
|
InspectionWorkOrderPropertyKeys["Provider"] = "Provider";
|
|
299
299
|
InspectionWorkOrderPropertyKeys["OutcomeOfServiceVisit"] = "OutcomeOfServiceVisit";
|
|
300
|
-
InspectionWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
301
300
|
InspectionWorkOrderPropertyKeys["NotWithinNetomniaControl"] = "NotWithinNetomniaControl";
|
|
301
|
+
InspectionWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
302
302
|
})(InspectionWorkOrderPropertyKeys = exports.InspectionWorkOrderPropertyKeys || (exports.InspectionWorkOrderPropertyKeys = {}));
|
|
303
303
|
class InspectionWorkOrder extends odin_types_1.OdinRecord {
|
|
304
304
|
}
|
|
@@ -324,8 +324,8 @@ export declare enum InstallBusinessWorkOrderPropertyKeys {
|
|
|
324
324
|
EarlierAvailability = "EarlierAvailability",
|
|
325
325
|
Provider = "Provider",
|
|
326
326
|
OutcomeOfServiceVisit = "OutcomeOfServiceVisit",
|
|
327
|
-
|
|
328
|
-
|
|
327
|
+
NotWithinNetomniaControl = "NotWithinNetomniaControl",
|
|
328
|
+
ContractorComments = "ContractorComments"
|
|
329
329
|
}
|
|
330
330
|
export interface InstallBusinessWorkOrderProperties {
|
|
331
331
|
TeamName?: string;
|
|
@@ -410,8 +410,8 @@ export interface InstallBusinessWorkOrderProperties {
|
|
|
410
410
|
EarlierAvailability?: boolean;
|
|
411
411
|
Provider?: InstallBusinessWorkOrderProvider;
|
|
412
412
|
OutcomeOfServiceVisit?: InstallBusinessWorkOrderOutcomeOfServiceVisit;
|
|
413
|
-
ContractorComments?: string;
|
|
414
413
|
NotWithinNetomniaControl?: boolean;
|
|
414
|
+
ContractorComments?: string;
|
|
415
415
|
}
|
|
416
416
|
export declare class InstallBusinessWorkOrder extends OdinRecord<InstallBusinessWorkOrderProperties> {
|
|
417
417
|
entity: 'FieldServiceModule:WorkOrder';
|
|
@@ -299,8 +299,8 @@ var InstallBusinessWorkOrderPropertyKeys;
|
|
|
299
299
|
InstallBusinessWorkOrderPropertyKeys["EarlierAvailability"] = "EarlierAvailability";
|
|
300
300
|
InstallBusinessWorkOrderPropertyKeys["Provider"] = "Provider";
|
|
301
301
|
InstallBusinessWorkOrderPropertyKeys["OutcomeOfServiceVisit"] = "OutcomeOfServiceVisit";
|
|
302
|
-
InstallBusinessWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
303
302
|
InstallBusinessWorkOrderPropertyKeys["NotWithinNetomniaControl"] = "NotWithinNetomniaControl";
|
|
303
|
+
InstallBusinessWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
304
304
|
})(InstallBusinessWorkOrderPropertyKeys = exports.InstallBusinessWorkOrderPropertyKeys || (exports.InstallBusinessWorkOrderPropertyKeys = {}));
|
|
305
305
|
class InstallBusinessWorkOrder extends odin_types_1.OdinRecord {
|
|
306
306
|
}
|
|
@@ -302,8 +302,8 @@ export declare enum InstallServiceWorkOrderPropertyKeys {
|
|
|
302
302
|
EarlierAvailability = "EarlierAvailability",
|
|
303
303
|
Provider = "Provider",
|
|
304
304
|
OutcomeOfServiceVisit = "OutcomeOfServiceVisit",
|
|
305
|
-
|
|
306
|
-
|
|
305
|
+
NotWithinNetomniaControl = "NotWithinNetomniaControl",
|
|
306
|
+
ContractorComments = "ContractorComments"
|
|
307
307
|
}
|
|
308
308
|
export interface InstallServiceWorkOrderProperties {
|
|
309
309
|
TeamName?: string;
|
|
@@ -388,8 +388,8 @@ export interface InstallServiceWorkOrderProperties {
|
|
|
388
388
|
EarlierAvailability?: boolean;
|
|
389
389
|
Provider?: InstallServiceWorkOrderProvider;
|
|
390
390
|
OutcomeOfServiceVisit?: InstallServiceWorkOrderOutcomeOfServiceVisit;
|
|
391
|
-
ContractorComments?: string;
|
|
392
391
|
NotWithinNetomniaControl?: boolean;
|
|
392
|
+
ContractorComments?: string;
|
|
393
393
|
}
|
|
394
394
|
export declare class InstallServiceWorkOrder extends OdinRecord<InstallServiceWorkOrderProperties> {
|
|
395
395
|
entity: 'FieldServiceModule:WorkOrder';
|
|
@@ -275,8 +275,8 @@ var InstallServiceWorkOrderPropertyKeys;
|
|
|
275
275
|
InstallServiceWorkOrderPropertyKeys["EarlierAvailability"] = "EarlierAvailability";
|
|
276
276
|
InstallServiceWorkOrderPropertyKeys["Provider"] = "Provider";
|
|
277
277
|
InstallServiceWorkOrderPropertyKeys["OutcomeOfServiceVisit"] = "OutcomeOfServiceVisit";
|
|
278
|
-
InstallServiceWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
279
278
|
InstallServiceWorkOrderPropertyKeys["NotWithinNetomniaControl"] = "NotWithinNetomniaControl";
|
|
279
|
+
InstallServiceWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
280
280
|
})(InstallServiceWorkOrderPropertyKeys = exports.InstallServiceWorkOrderPropertyKeys || (exports.InstallServiceWorkOrderPropertyKeys = {}));
|
|
281
281
|
class InstallServiceWorkOrder extends odin_types_1.OdinRecord {
|
|
282
282
|
}
|
|
@@ -322,8 +322,8 @@ export declare enum InstallWorkOrderPropertyKeys {
|
|
|
322
322
|
EarlierAvailability = "EarlierAvailability",
|
|
323
323
|
Provider = "Provider",
|
|
324
324
|
OutcomeOfServiceVisit = "OutcomeOfServiceVisit",
|
|
325
|
-
|
|
326
|
-
|
|
325
|
+
NotWithinNetomniaControl = "NotWithinNetomniaControl",
|
|
326
|
+
ContractorComments = "ContractorComments"
|
|
327
327
|
}
|
|
328
328
|
export interface InstallWorkOrderProperties {
|
|
329
329
|
TeamName?: string;
|
|
@@ -408,8 +408,8 @@ export interface InstallWorkOrderProperties {
|
|
|
408
408
|
EarlierAvailability?: boolean;
|
|
409
409
|
Provider?: InstallWorkOrderProvider;
|
|
410
410
|
OutcomeOfServiceVisit?: InstallWorkOrderOutcomeOfServiceVisit;
|
|
411
|
-
ContractorComments?: string;
|
|
412
411
|
NotWithinNetomniaControl?: boolean;
|
|
412
|
+
ContractorComments?: string;
|
|
413
413
|
}
|
|
414
414
|
export declare class InstallWorkOrder extends OdinRecord<InstallWorkOrderProperties> {
|
|
415
415
|
entity: 'FieldServiceModule:WorkOrder';
|
|
@@ -297,8 +297,8 @@ var InstallWorkOrderPropertyKeys;
|
|
|
297
297
|
InstallWorkOrderPropertyKeys["EarlierAvailability"] = "EarlierAvailability";
|
|
298
298
|
InstallWorkOrderPropertyKeys["Provider"] = "Provider";
|
|
299
299
|
InstallWorkOrderPropertyKeys["OutcomeOfServiceVisit"] = "OutcomeOfServiceVisit";
|
|
300
|
-
InstallWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
301
300
|
InstallWorkOrderPropertyKeys["NotWithinNetomniaControl"] = "NotWithinNetomniaControl";
|
|
301
|
+
InstallWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
302
302
|
})(InstallWorkOrderPropertyKeys = exports.InstallWorkOrderPropertyKeys || (exports.InstallWorkOrderPropertyKeys = {}));
|
|
303
303
|
class InstallWorkOrder extends odin_types_1.OdinRecord {
|
|
304
304
|
}
|
|
@@ -316,8 +316,8 @@ export declare enum NetworkAdjustmentWorkOrderPropertyKeys {
|
|
|
316
316
|
EarlierAvailability = "EarlierAvailability",
|
|
317
317
|
Provider = "Provider",
|
|
318
318
|
OutcomeOfServiceVisit = "OutcomeOfServiceVisit",
|
|
319
|
-
|
|
320
|
-
|
|
319
|
+
NotWithinNetomniaControl = "NotWithinNetomniaControl",
|
|
320
|
+
ContractorComments = "ContractorComments"
|
|
321
321
|
}
|
|
322
322
|
export interface NetworkAdjustmentWorkOrderProperties {
|
|
323
323
|
TeamName?: string;
|
|
@@ -402,8 +402,8 @@ export interface NetworkAdjustmentWorkOrderProperties {
|
|
|
402
402
|
EarlierAvailability?: boolean;
|
|
403
403
|
Provider?: NetworkAdjustmentWorkOrderProvider;
|
|
404
404
|
OutcomeOfServiceVisit?: NetworkAdjustmentWorkOrderOutcomeOfServiceVisit;
|
|
405
|
-
ContractorComments?: string;
|
|
406
405
|
NotWithinNetomniaControl?: boolean;
|
|
406
|
+
ContractorComments?: string;
|
|
407
407
|
}
|
|
408
408
|
export declare class NetworkAdjustmentWorkOrder extends OdinRecord<NetworkAdjustmentWorkOrderProperties> {
|
|
409
409
|
entity: 'FieldServiceModule:WorkOrder';
|
|
@@ -291,8 +291,8 @@ var NetworkAdjustmentWorkOrderPropertyKeys;
|
|
|
291
291
|
NetworkAdjustmentWorkOrderPropertyKeys["EarlierAvailability"] = "EarlierAvailability";
|
|
292
292
|
NetworkAdjustmentWorkOrderPropertyKeys["Provider"] = "Provider";
|
|
293
293
|
NetworkAdjustmentWorkOrderPropertyKeys["OutcomeOfServiceVisit"] = "OutcomeOfServiceVisit";
|
|
294
|
-
NetworkAdjustmentWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
295
294
|
NetworkAdjustmentWorkOrderPropertyKeys["NotWithinNetomniaControl"] = "NotWithinNetomniaControl";
|
|
295
|
+
NetworkAdjustmentWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
296
296
|
})(NetworkAdjustmentWorkOrderPropertyKeys = exports.NetworkAdjustmentWorkOrderPropertyKeys || (exports.NetworkAdjustmentWorkOrderPropertyKeys = {}));
|
|
297
297
|
class NetworkAdjustmentWorkOrder extends odin_types_1.OdinRecord {
|
|
298
298
|
}
|
|
@@ -320,8 +320,8 @@ export declare enum PlanningWorkOrderPropertyKeys {
|
|
|
320
320
|
EarlierAvailability = "EarlierAvailability",
|
|
321
321
|
Provider = "Provider",
|
|
322
322
|
OutcomeOfServiceVisit = "OutcomeOfServiceVisit",
|
|
323
|
-
|
|
324
|
-
|
|
323
|
+
NotWithinNetomniaControl = "NotWithinNetomniaControl",
|
|
324
|
+
ContractorComments = "ContractorComments"
|
|
325
325
|
}
|
|
326
326
|
export interface PlanningWorkOrderProperties {
|
|
327
327
|
TeamName?: string;
|
|
@@ -406,8 +406,8 @@ export interface PlanningWorkOrderProperties {
|
|
|
406
406
|
EarlierAvailability?: boolean;
|
|
407
407
|
Provider?: PlanningWorkOrderProvider;
|
|
408
408
|
OutcomeOfServiceVisit?: PlanningWorkOrderOutcomeOfServiceVisit;
|
|
409
|
-
ContractorComments?: string;
|
|
410
409
|
NotWithinNetomniaControl?: boolean;
|
|
410
|
+
ContractorComments?: string;
|
|
411
411
|
}
|
|
412
412
|
export declare class PlanningWorkOrder extends OdinRecord<PlanningWorkOrderProperties> {
|
|
413
413
|
entity: 'FieldServiceModule:WorkOrder';
|
|
@@ -295,8 +295,8 @@ var PlanningWorkOrderPropertyKeys;
|
|
|
295
295
|
PlanningWorkOrderPropertyKeys["EarlierAvailability"] = "EarlierAvailability";
|
|
296
296
|
PlanningWorkOrderPropertyKeys["Provider"] = "Provider";
|
|
297
297
|
PlanningWorkOrderPropertyKeys["OutcomeOfServiceVisit"] = "OutcomeOfServiceVisit";
|
|
298
|
-
PlanningWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
299
298
|
PlanningWorkOrderPropertyKeys["NotWithinNetomniaControl"] = "NotWithinNetomniaControl";
|
|
299
|
+
PlanningWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
300
300
|
})(PlanningWorkOrderPropertyKeys = exports.PlanningWorkOrderPropertyKeys || (exports.PlanningWorkOrderPropertyKeys = {}));
|
|
301
301
|
class PlanningWorkOrder extends odin_types_1.OdinRecord {
|
|
302
302
|
}
|
|
@@ -322,8 +322,8 @@ export declare enum PrePullWorkOrderPropertyKeys {
|
|
|
322
322
|
EarlierAvailability = "EarlierAvailability",
|
|
323
323
|
Provider = "Provider",
|
|
324
324
|
OutcomeOfServiceVisit = "OutcomeOfServiceVisit",
|
|
325
|
-
|
|
326
|
-
|
|
325
|
+
NotWithinNetomniaControl = "NotWithinNetomniaControl",
|
|
326
|
+
ContractorComments = "ContractorComments"
|
|
327
327
|
}
|
|
328
328
|
export interface PrePullWorkOrderProperties {
|
|
329
329
|
TeamName?: string;
|
|
@@ -408,8 +408,8 @@ export interface PrePullWorkOrderProperties {
|
|
|
408
408
|
EarlierAvailability?: boolean;
|
|
409
409
|
Provider?: PrePullWorkOrderProvider;
|
|
410
410
|
OutcomeOfServiceVisit?: PrePullWorkOrderOutcomeOfServiceVisit;
|
|
411
|
-
ContractorComments?: string;
|
|
412
411
|
NotWithinNetomniaControl?: boolean;
|
|
412
|
+
ContractorComments?: string;
|
|
413
413
|
}
|
|
414
414
|
export declare class PrePullWorkOrder extends OdinRecord<PrePullWorkOrderProperties> {
|
|
415
415
|
entity: 'FieldServiceModule:WorkOrder';
|
|
@@ -297,8 +297,8 @@ var PrePullWorkOrderPropertyKeys;
|
|
|
297
297
|
PrePullWorkOrderPropertyKeys["EarlierAvailability"] = "EarlierAvailability";
|
|
298
298
|
PrePullWorkOrderPropertyKeys["Provider"] = "Provider";
|
|
299
299
|
PrePullWorkOrderPropertyKeys["OutcomeOfServiceVisit"] = "OutcomeOfServiceVisit";
|
|
300
|
-
PrePullWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
301
300
|
PrePullWorkOrderPropertyKeys["NotWithinNetomniaControl"] = "NotWithinNetomniaControl";
|
|
301
|
+
PrePullWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
302
302
|
})(PrePullWorkOrderPropertyKeys = exports.PrePullWorkOrderPropertyKeys || (exports.PrePullWorkOrderPropertyKeys = {}));
|
|
303
303
|
class PrePullWorkOrder extends odin_types_1.OdinRecord {
|
|
304
304
|
}
|
|
@@ -322,8 +322,8 @@ export declare enum RemediationWorkOrderPropertyKeys {
|
|
|
322
322
|
EarlierAvailability = "EarlierAvailability",
|
|
323
323
|
Provider = "Provider",
|
|
324
324
|
OutcomeOfServiceVisit = "OutcomeOfServiceVisit",
|
|
325
|
-
|
|
326
|
-
|
|
325
|
+
NotWithinNetomniaControl = "NotWithinNetomniaControl",
|
|
326
|
+
ContractorComments = "ContractorComments"
|
|
327
327
|
}
|
|
328
328
|
export interface RemediationWorkOrderProperties {
|
|
329
329
|
TeamName?: string;
|
|
@@ -408,8 +408,8 @@ export interface RemediationWorkOrderProperties {
|
|
|
408
408
|
EarlierAvailability?: boolean;
|
|
409
409
|
Provider?: RemediationWorkOrderProvider;
|
|
410
410
|
OutcomeOfServiceVisit?: RemediationWorkOrderOutcomeOfServiceVisit;
|
|
411
|
-
ContractorComments?: string;
|
|
412
411
|
NotWithinNetomniaControl?: boolean;
|
|
412
|
+
ContractorComments?: string;
|
|
413
413
|
}
|
|
414
414
|
export declare class RemediationWorkOrder extends OdinRecord<RemediationWorkOrderProperties> {
|
|
415
415
|
entity: 'FieldServiceModule:WorkOrder';
|
|
@@ -297,8 +297,8 @@ var RemediationWorkOrderPropertyKeys;
|
|
|
297
297
|
RemediationWorkOrderPropertyKeys["EarlierAvailability"] = "EarlierAvailability";
|
|
298
298
|
RemediationWorkOrderPropertyKeys["Provider"] = "Provider";
|
|
299
299
|
RemediationWorkOrderPropertyKeys["OutcomeOfServiceVisit"] = "OutcomeOfServiceVisit";
|
|
300
|
-
RemediationWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
301
300
|
RemediationWorkOrderPropertyKeys["NotWithinNetomniaControl"] = "NotWithinNetomniaControl";
|
|
301
|
+
RemediationWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
302
302
|
})(RemediationWorkOrderPropertyKeys = exports.RemediationWorkOrderPropertyKeys || (exports.RemediationWorkOrderPropertyKeys = {}));
|
|
303
303
|
class RemediationWorkOrder extends odin_types_1.OdinRecord {
|
|
304
304
|
}
|
|
@@ -322,8 +322,8 @@ export declare enum ServiceWorkOrderPropertyKeys {
|
|
|
322
322
|
EarlierAvailability = "EarlierAvailability",
|
|
323
323
|
Provider = "Provider",
|
|
324
324
|
OutcomeOfServiceVisit = "OutcomeOfServiceVisit",
|
|
325
|
-
|
|
326
|
-
|
|
325
|
+
NotWithinNetomniaControl = "NotWithinNetomniaControl",
|
|
326
|
+
ContractorComments = "ContractorComments"
|
|
327
327
|
}
|
|
328
328
|
export interface ServiceWorkOrderProperties {
|
|
329
329
|
TeamName?: string;
|
|
@@ -408,8 +408,8 @@ export interface ServiceWorkOrderProperties {
|
|
|
408
408
|
EarlierAvailability?: boolean;
|
|
409
409
|
Provider?: ServiceWorkOrderProvider;
|
|
410
410
|
OutcomeOfServiceVisit?: ServiceWorkOrderOutcomeOfServiceVisit;
|
|
411
|
-
ContractorComments?: string;
|
|
412
411
|
NotWithinNetomniaControl?: boolean;
|
|
412
|
+
ContractorComments?: string;
|
|
413
413
|
}
|
|
414
414
|
export declare class ServiceWorkOrder extends OdinRecord<ServiceWorkOrderProperties> {
|
|
415
415
|
entity: 'FieldServiceModule:WorkOrder';
|
|
@@ -297,8 +297,8 @@ var ServiceWorkOrderPropertyKeys;
|
|
|
297
297
|
ServiceWorkOrderPropertyKeys["EarlierAvailability"] = "EarlierAvailability";
|
|
298
298
|
ServiceWorkOrderPropertyKeys["Provider"] = "Provider";
|
|
299
299
|
ServiceWorkOrderPropertyKeys["OutcomeOfServiceVisit"] = "OutcomeOfServiceVisit";
|
|
300
|
-
ServiceWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
301
300
|
ServiceWorkOrderPropertyKeys["NotWithinNetomniaControl"] = "NotWithinNetomniaControl";
|
|
301
|
+
ServiceWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
302
302
|
})(ServiceWorkOrderPropertyKeys = exports.ServiceWorkOrderPropertyKeys || (exports.ServiceWorkOrderPropertyKeys = {}));
|
|
303
303
|
class ServiceWorkOrder extends odin_types_1.OdinRecord {
|
|
304
304
|
}
|
|
@@ -320,8 +320,8 @@ export declare enum WayleaveWorkOrderPropertyKeys {
|
|
|
320
320
|
EarlierAvailability = "EarlierAvailability",
|
|
321
321
|
Provider = "Provider",
|
|
322
322
|
OutcomeOfServiceVisit = "OutcomeOfServiceVisit",
|
|
323
|
-
|
|
324
|
-
|
|
323
|
+
NotWithinNetomniaControl = "NotWithinNetomniaControl",
|
|
324
|
+
ContractorComments = "ContractorComments"
|
|
325
325
|
}
|
|
326
326
|
export interface WayleaveWorkOrderProperties {
|
|
327
327
|
TeamName?: string;
|
|
@@ -406,8 +406,8 @@ export interface WayleaveWorkOrderProperties {
|
|
|
406
406
|
EarlierAvailability?: boolean;
|
|
407
407
|
Provider?: WayleaveWorkOrderProvider;
|
|
408
408
|
OutcomeOfServiceVisit?: WayleaveWorkOrderOutcomeOfServiceVisit;
|
|
409
|
-
ContractorComments?: string;
|
|
410
409
|
NotWithinNetomniaControl?: boolean;
|
|
410
|
+
ContractorComments?: string;
|
|
411
411
|
}
|
|
412
412
|
export declare class WayleaveWorkOrder extends OdinRecord<WayleaveWorkOrderProperties> {
|
|
413
413
|
entity: 'FieldServiceModule:WorkOrder';
|
|
@@ -295,8 +295,8 @@ var WayleaveWorkOrderPropertyKeys;
|
|
|
295
295
|
WayleaveWorkOrderPropertyKeys["EarlierAvailability"] = "EarlierAvailability";
|
|
296
296
|
WayleaveWorkOrderPropertyKeys["Provider"] = "Provider";
|
|
297
297
|
WayleaveWorkOrderPropertyKeys["OutcomeOfServiceVisit"] = "OutcomeOfServiceVisit";
|
|
298
|
-
WayleaveWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
299
298
|
WayleaveWorkOrderPropertyKeys["NotWithinNetomniaControl"] = "NotWithinNetomniaControl";
|
|
299
|
+
WayleaveWorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
300
300
|
})(WayleaveWorkOrderPropertyKeys = exports.WayleaveWorkOrderPropertyKeys || (exports.WayleaveWorkOrderPropertyKeys = {}));
|
|
301
301
|
class WayleaveWorkOrder extends odin_types_1.OdinRecord {
|
|
302
302
|
}
|
|
@@ -315,8 +315,8 @@ export declare enum WorkOrderPropertyKeys {
|
|
|
315
315
|
EarlierAvailability = "EarlierAvailability",
|
|
316
316
|
Provider = "Provider",
|
|
317
317
|
OutcomeOfServiceVisit = "OutcomeOfServiceVisit",
|
|
318
|
-
|
|
319
|
-
|
|
318
|
+
NotWithinNetomniaControl = "NotWithinNetomniaControl",
|
|
319
|
+
ContractorComments = "ContractorComments"
|
|
320
320
|
}
|
|
321
321
|
export interface WorkOrderProperties {
|
|
322
322
|
TeamName?: string;
|
|
@@ -401,8 +401,8 @@ export interface WorkOrderProperties {
|
|
|
401
401
|
EarlierAvailability?: boolean;
|
|
402
402
|
Provider?: WorkOrderProvider;
|
|
403
403
|
OutcomeOfServiceVisit?: WorkOrderOutcomeOfServiceVisit;
|
|
404
|
-
ContractorComments?: string;
|
|
405
404
|
NotWithinNetomniaControl?: boolean;
|
|
405
|
+
ContractorComments?: string;
|
|
406
406
|
}
|
|
407
407
|
export declare class WorkOrder extends OdinRecord<WorkOrderProperties> {
|
|
408
408
|
entity: 'FieldServiceModule:WorkOrder';
|
|
@@ -290,8 +290,8 @@ var WorkOrderPropertyKeys;
|
|
|
290
290
|
WorkOrderPropertyKeys["EarlierAvailability"] = "EarlierAvailability";
|
|
291
291
|
WorkOrderPropertyKeys["Provider"] = "Provider";
|
|
292
292
|
WorkOrderPropertyKeys["OutcomeOfServiceVisit"] = "OutcomeOfServiceVisit";
|
|
293
|
-
WorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
294
293
|
WorkOrderPropertyKeys["NotWithinNetomniaControl"] = "NotWithinNetomniaControl";
|
|
294
|
+
WorkOrderPropertyKeys["ContractorComments"] = "ContractorComments";
|
|
295
295
|
})(WorkOrderPropertyKeys = exports.WorkOrderPropertyKeys || (exports.WorkOrderPropertyKeys = {}));
|
|
296
296
|
class WorkOrder extends odin_types_1.OdinRecord {
|
|
297
297
|
}
|
package/package.json
CHANGED
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
public readonly caseowner: ApiRecordLinkManager;
|
|
17
17
|
public readonly case__user: ApiRecordLinkManager;
|
|
18
18
|
public readonly casecollaborators: ApiRecordLinkManager;
|
|
19
|
+
public readonly followers: ApiRecordLinkManager;
|
|
20
|
+
public readonly favourite_cases: ApiRecordLinkManager;
|
|
19
21
|
public readonly outage__case: ApiRecordLinkManager;
|
|
20
22
|
public readonly outage: ApiRecordLinkManager;
|
|
21
23
|
public readonly smsmessage: ApiRecordLinkManager;
|
|
@@ -56,6 +58,18 @@
|
|
|
56
58
|
'IdentityModule:User',
|
|
57
59
|
'CaseCollaborators'
|
|
58
60
|
);
|
|
61
|
+
this.followers = new ApiRecordLinkManager(
|
|
62
|
+
authParams,
|
|
63
|
+
'SupportModule:Case',
|
|
64
|
+
'IdentityModule:User',
|
|
65
|
+
'followers'
|
|
66
|
+
);
|
|
67
|
+
this.favourite_cases = new ApiRecordLinkManager(
|
|
68
|
+
authParams,
|
|
69
|
+
'SupportModule:Case',
|
|
70
|
+
'IdentityModule:User',
|
|
71
|
+
'favourite_cases'
|
|
72
|
+
);
|
|
59
73
|
this.outage__case = new ApiRecordLinkManager(
|
|
60
74
|
authParams,
|
|
61
75
|
'SupportModule:Case',
|
|
@@ -17,6 +17,8 @@
|
|
|
17
17
|
public readonly caseowner: ApiRecordLinkManager;
|
|
18
18
|
public readonly case__user: ApiRecordLinkManager;
|
|
19
19
|
public readonly casecollaborators: ApiRecordLinkManager;
|
|
20
|
+
public readonly followers: ApiRecordLinkManager;
|
|
21
|
+
public readonly favourite_cases: ApiRecordLinkManager;
|
|
20
22
|
public readonly outage__case: ApiRecordLinkManager;
|
|
21
23
|
public readonly outage: ApiRecordLinkManager;
|
|
22
24
|
public readonly smsmessage: ApiRecordLinkManager;
|
|
@@ -57,6 +59,18 @@
|
|
|
57
59
|
'IdentityModule:User',
|
|
58
60
|
'CaseCollaborators'
|
|
59
61
|
);
|
|
62
|
+
this.followers = new ApiRecordLinkManager(
|
|
63
|
+
authParams,
|
|
64
|
+
'SupportModule:Case',
|
|
65
|
+
'IdentityModule:User',
|
|
66
|
+
'followers'
|
|
67
|
+
);
|
|
68
|
+
this.favourite_cases = new ApiRecordLinkManager(
|
|
69
|
+
authParams,
|
|
70
|
+
'SupportModule:Case',
|
|
71
|
+
'IdentityModule:User',
|
|
72
|
+
'favourite_cases'
|
|
73
|
+
);
|
|
60
74
|
this.outage__case = new ApiRecordLinkManager(
|
|
61
75
|
authParams,
|
|
62
76
|
'SupportModule:Case',
|
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
public readonly caseowner: ApiRecordLinkManager;
|
|
20
20
|
public readonly case__user: ApiRecordLinkManager;
|
|
21
21
|
public readonly casecollaborators: ApiRecordLinkManager;
|
|
22
|
+
public readonly followers: ApiRecordLinkManager;
|
|
23
|
+
public readonly favourite_cases: ApiRecordLinkManager;
|
|
22
24
|
public readonly address: ApiRecordLinkManager;
|
|
23
25
|
public readonly blockagea55: ApiRecordLinkManager;
|
|
24
26
|
public readonly crmdataset: ApiRecordLinkManager;
|
|
@@ -75,6 +77,18 @@
|
|
|
75
77
|
'SupportModule:Case',
|
|
76
78
|
'CaseCollaborators'
|
|
77
79
|
);
|
|
80
|
+
this.followers = new ApiRecordLinkManager(
|
|
81
|
+
authParams,
|
|
82
|
+
'IdentityModule:User',
|
|
83
|
+
'SupportModule:Case',
|
|
84
|
+
'followers'
|
|
85
|
+
);
|
|
86
|
+
this.favourite_cases = new ApiRecordLinkManager(
|
|
87
|
+
authParams,
|
|
88
|
+
'IdentityModule:User',
|
|
89
|
+
'SupportModule:Case',
|
|
90
|
+
'favourite_cases'
|
|
91
|
+
);
|
|
78
92
|
this.address = new ApiRecordLinkManager(
|
|
79
93
|
authParams,
|
|
80
94
|
'IdentityModule:User',
|
package/src/db-sdk-v2/CaseDb.ts
CHANGED
|
@@ -18,6 +18,8 @@
|
|
|
18
18
|
public readonly caseowner: DbRecordLinkManager;
|
|
19
19
|
public readonly case__user: DbRecordLinkManager;
|
|
20
20
|
public readonly casecollaborators: DbRecordLinkManager;
|
|
21
|
+
public readonly followers: DbRecordLinkManager;
|
|
22
|
+
public readonly favourite_cases: DbRecordLinkManager;
|
|
21
23
|
public readonly outage__case: DbRecordLinkManager;
|
|
22
24
|
public readonly outage: DbRecordLinkManager;
|
|
23
25
|
public readonly smsmessage: DbRecordLinkManager;
|
|
@@ -64,6 +66,20 @@
|
|
|
64
66
|
'IdentityModule:User',
|
|
65
67
|
'CaseCollaborators'
|
|
66
68
|
);
|
|
69
|
+
this.followers = new DbRecordLinkManager(
|
|
70
|
+
this.principal,
|
|
71
|
+
this.dbService,
|
|
72
|
+
'SupportModule:Case',
|
|
73
|
+
'IdentityModule:User',
|
|
74
|
+
'followers'
|
|
75
|
+
);
|
|
76
|
+
this.favourite_cases = new DbRecordLinkManager(
|
|
77
|
+
this.principal,
|
|
78
|
+
this.dbService,
|
|
79
|
+
'SupportModule:Case',
|
|
80
|
+
'IdentityModule:User',
|
|
81
|
+
'favourite_cases'
|
|
82
|
+
);
|
|
67
83
|
this.outage__case = new DbRecordLinkManager(
|
|
68
84
|
this.principal,
|
|
69
85
|
this.dbService,
|
package/src/db-sdk-v2/UserDb.ts
CHANGED
|
@@ -21,6 +21,8 @@
|
|
|
21
21
|
public readonly caseowner: DbRecordLinkManager;
|
|
22
22
|
public readonly case__user: DbRecordLinkManager;
|
|
23
23
|
public readonly casecollaborators: DbRecordLinkManager;
|
|
24
|
+
public readonly followers: DbRecordLinkManager;
|
|
25
|
+
public readonly favourite_cases: DbRecordLinkManager;
|
|
24
26
|
public readonly address: DbRecordLinkManager;
|
|
25
27
|
public readonly blockagea55: DbRecordLinkManager;
|
|
26
28
|
public readonly crmdataset: DbRecordLinkManager;
|
|
@@ -86,6 +88,20 @@
|
|
|
86
88
|
'SupportModule:Case',
|
|
87
89
|
'CaseCollaborators'
|
|
88
90
|
);
|
|
91
|
+
this.followers = new DbRecordLinkManager(
|
|
92
|
+
this.principal,
|
|
93
|
+
this.dbService,
|
|
94
|
+
'IdentityModule:User',
|
|
95
|
+
'SupportModule:Case',
|
|
96
|
+
'followers'
|
|
97
|
+
);
|
|
98
|
+
this.favourite_cases = new DbRecordLinkManager(
|
|
99
|
+
this.principal,
|
|
100
|
+
this.dbService,
|
|
101
|
+
'IdentityModule:User',
|
|
102
|
+
'SupportModule:Case',
|
|
103
|
+
'favourite_cases'
|
|
104
|
+
);
|
|
89
105
|
this.address = new DbRecordLinkManager(
|
|
90
106
|
this.principal,
|
|
91
107
|
this.dbService,
|
|
@@ -326,8 +326,8 @@ export enum CollectionWorkOrderPropertyKeys {
|
|
|
326
326
|
EarlierAvailability = 'EarlierAvailability',
|
|
327
327
|
Provider = 'Provider',
|
|
328
328
|
OutcomeOfServiceVisit = 'OutcomeOfServiceVisit',
|
|
329
|
-
ContractorComments = 'ContractorComments',
|
|
330
329
|
NotWithinNetomniaControl = 'NotWithinNetomniaControl',
|
|
330
|
+
ContractorComments = 'ContractorComments',
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
|
|
@@ -496,10 +496,10 @@ export interface CollectionWorkOrderProperties {
|
|
|
496
496
|
Provider?: CollectionWorkOrderProvider
|
|
497
497
|
//Outcome of service visit
|
|
498
498
|
OutcomeOfServiceVisit?: CollectionWorkOrderOutcomeOfServiceVisit
|
|
499
|
-
//comments left by the contractor during fulfillment
|
|
500
|
-
ContractorComments?: string
|
|
501
499
|
//Any installations with this box ticked would be excluded from ACS payment.
|
|
502
500
|
NotWithinNetomniaControl?: boolean
|
|
501
|
+
//comments left by the contractor during fulfillment
|
|
502
|
+
ContractorComments?: string
|
|
503
503
|
}
|
|
504
504
|
|
|
505
505
|
|
|
@@ -130,6 +130,7 @@ export enum ContactPropertyKeys {
|
|
|
130
130
|
CurrentContractType = 'CurrentContractType',
|
|
131
131
|
InitialSource = 'initialSource',
|
|
132
132
|
PortalStatus = 'PortalStatus',
|
|
133
|
+
PushNotificationConsent = 'PushNotificationConsent',
|
|
133
134
|
}
|
|
134
135
|
|
|
135
136
|
|
|
@@ -212,6 +213,8 @@ export interface ContactProperties {
|
|
|
212
213
|
InitialSource?: string
|
|
213
214
|
//empty if never registered, INACTIVE if requested a code, ACTIVE if completed registration
|
|
214
215
|
PortalStatus?: ContactPortalStatus
|
|
216
|
+
//User consent to receive push notification
|
|
217
|
+
PushNotificationConsent?: boolean
|
|
215
218
|
}
|
|
216
219
|
|
|
217
220
|
|
|
@@ -328,8 +328,8 @@ export enum FinanceWorkOrderPropertyKeys {
|
|
|
328
328
|
EarlierAvailability = 'EarlierAvailability',
|
|
329
329
|
Provider = 'Provider',
|
|
330
330
|
OutcomeOfServiceVisit = 'OutcomeOfServiceVisit',
|
|
331
|
-
ContractorComments = 'ContractorComments',
|
|
332
331
|
NotWithinNetomniaControl = 'NotWithinNetomniaControl',
|
|
332
|
+
ContractorComments = 'ContractorComments',
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
|
|
@@ -498,10 +498,10 @@ export interface FinanceWorkOrderProperties {
|
|
|
498
498
|
Provider?: FinanceWorkOrderProvider
|
|
499
499
|
//Outcome of service visit
|
|
500
500
|
OutcomeOfServiceVisit?: FinanceWorkOrderOutcomeOfServiceVisit
|
|
501
|
-
//comments left by the contractor during fulfillment
|
|
502
|
-
ContractorComments?: string
|
|
503
501
|
//Any installations with this box ticked would be excluded from ACS payment.
|
|
504
502
|
NotWithinNetomniaControl?: boolean
|
|
503
|
+
//comments left by the contractor during fulfillment
|
|
504
|
+
ContractorComments?: string
|
|
505
505
|
}
|
|
506
506
|
|
|
507
507
|
|
|
@@ -332,8 +332,8 @@ export enum InspectionWorkOrderPropertyKeys {
|
|
|
332
332
|
EarlierAvailability = 'EarlierAvailability',
|
|
333
333
|
Provider = 'Provider',
|
|
334
334
|
OutcomeOfServiceVisit = 'OutcomeOfServiceVisit',
|
|
335
|
-
ContractorComments = 'ContractorComments',
|
|
336
335
|
NotWithinNetomniaControl = 'NotWithinNetomniaControl',
|
|
336
|
+
ContractorComments = 'ContractorComments',
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
|
|
@@ -502,10 +502,10 @@ export interface InspectionWorkOrderProperties {
|
|
|
502
502
|
Provider?: InspectionWorkOrderProvider
|
|
503
503
|
//Outcome of service visit
|
|
504
504
|
OutcomeOfServiceVisit?: InspectionWorkOrderOutcomeOfServiceVisit
|
|
505
|
-
//comments left by the contractor during fulfillment
|
|
506
|
-
ContractorComments?: string
|
|
507
505
|
//Any installations with this box ticked would be excluded from ACS payment.
|
|
508
506
|
NotWithinNetomniaControl?: boolean
|
|
507
|
+
//comments left by the contractor during fulfillment
|
|
508
|
+
ContractorComments?: string
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
|
|
@@ -334,8 +334,8 @@ export enum InstallBusinessWorkOrderPropertyKeys {
|
|
|
334
334
|
EarlierAvailability = 'EarlierAvailability',
|
|
335
335
|
Provider = 'Provider',
|
|
336
336
|
OutcomeOfServiceVisit = 'OutcomeOfServiceVisit',
|
|
337
|
-
ContractorComments = 'ContractorComments',
|
|
338
337
|
NotWithinNetomniaControl = 'NotWithinNetomniaControl',
|
|
338
|
+
ContractorComments = 'ContractorComments',
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
|
|
@@ -504,10 +504,10 @@ export interface InstallBusinessWorkOrderProperties {
|
|
|
504
504
|
Provider?: InstallBusinessWorkOrderProvider
|
|
505
505
|
//Outcome of service visit
|
|
506
506
|
OutcomeOfServiceVisit?: InstallBusinessWorkOrderOutcomeOfServiceVisit
|
|
507
|
-
//comments left by the contractor during fulfillment
|
|
508
|
-
ContractorComments?: string
|
|
509
507
|
//Any installations with this box ticked would be excluded from ACS payment.
|
|
510
508
|
NotWithinNetomniaControl?: boolean
|
|
509
|
+
//comments left by the contractor during fulfillment
|
|
510
|
+
ContractorComments?: string
|
|
511
511
|
}
|
|
512
512
|
|
|
513
513
|
|
|
@@ -310,8 +310,8 @@ export enum InstallServiceWorkOrderPropertyKeys {
|
|
|
310
310
|
EarlierAvailability = 'EarlierAvailability',
|
|
311
311
|
Provider = 'Provider',
|
|
312
312
|
OutcomeOfServiceVisit = 'OutcomeOfServiceVisit',
|
|
313
|
-
ContractorComments = 'ContractorComments',
|
|
314
313
|
NotWithinNetomniaControl = 'NotWithinNetomniaControl',
|
|
314
|
+
ContractorComments = 'ContractorComments',
|
|
315
315
|
}
|
|
316
316
|
|
|
317
317
|
|
|
@@ -480,10 +480,10 @@ export interface InstallServiceWorkOrderProperties {
|
|
|
480
480
|
Provider?: InstallServiceWorkOrderProvider
|
|
481
481
|
//Outcome of service visit
|
|
482
482
|
OutcomeOfServiceVisit?: InstallServiceWorkOrderOutcomeOfServiceVisit
|
|
483
|
-
//comments left by the contractor during fulfillment
|
|
484
|
-
ContractorComments?: string
|
|
485
483
|
//Any installations with this box ticked would be excluded from ACS payment.
|
|
486
484
|
NotWithinNetomniaControl?: boolean
|
|
485
|
+
//comments left by the contractor during fulfillment
|
|
486
|
+
ContractorComments?: string
|
|
487
487
|
}
|
|
488
488
|
|
|
489
489
|
|
|
@@ -332,8 +332,8 @@ export enum InstallWorkOrderPropertyKeys {
|
|
|
332
332
|
EarlierAvailability = 'EarlierAvailability',
|
|
333
333
|
Provider = 'Provider',
|
|
334
334
|
OutcomeOfServiceVisit = 'OutcomeOfServiceVisit',
|
|
335
|
-
ContractorComments = 'ContractorComments',
|
|
336
335
|
NotWithinNetomniaControl = 'NotWithinNetomniaControl',
|
|
336
|
+
ContractorComments = 'ContractorComments',
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
|
|
@@ -502,10 +502,10 @@ export interface InstallWorkOrderProperties {
|
|
|
502
502
|
Provider?: InstallWorkOrderProvider
|
|
503
503
|
//Outcome of service visit
|
|
504
504
|
OutcomeOfServiceVisit?: InstallWorkOrderOutcomeOfServiceVisit
|
|
505
|
-
//comments left by the contractor during fulfillment
|
|
506
|
-
ContractorComments?: string
|
|
507
505
|
//Any installations with this box ticked would be excluded from ACS payment.
|
|
508
506
|
NotWithinNetomniaControl?: boolean
|
|
507
|
+
//comments left by the contractor during fulfillment
|
|
508
|
+
ContractorComments?: string
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
|
|
@@ -326,8 +326,8 @@ export enum NetworkAdjustmentWorkOrderPropertyKeys {
|
|
|
326
326
|
EarlierAvailability = 'EarlierAvailability',
|
|
327
327
|
Provider = 'Provider',
|
|
328
328
|
OutcomeOfServiceVisit = 'OutcomeOfServiceVisit',
|
|
329
|
-
ContractorComments = 'ContractorComments',
|
|
330
329
|
NotWithinNetomniaControl = 'NotWithinNetomniaControl',
|
|
330
|
+
ContractorComments = 'ContractorComments',
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
|
|
@@ -496,10 +496,10 @@ export interface NetworkAdjustmentWorkOrderProperties {
|
|
|
496
496
|
Provider?: NetworkAdjustmentWorkOrderProvider
|
|
497
497
|
//Outcome of service visit
|
|
498
498
|
OutcomeOfServiceVisit?: NetworkAdjustmentWorkOrderOutcomeOfServiceVisit
|
|
499
|
-
//comments left by the contractor during fulfillment
|
|
500
|
-
ContractorComments?: string
|
|
501
499
|
//Any installations with this box ticked would be excluded from ACS payment.
|
|
502
500
|
NotWithinNetomniaControl?: boolean
|
|
501
|
+
//comments left by the contractor during fulfillment
|
|
502
|
+
ContractorComments?: string
|
|
503
503
|
}
|
|
504
504
|
|
|
505
505
|
|
|
@@ -330,8 +330,8 @@ export enum PlanningWorkOrderPropertyKeys {
|
|
|
330
330
|
EarlierAvailability = 'EarlierAvailability',
|
|
331
331
|
Provider = 'Provider',
|
|
332
332
|
OutcomeOfServiceVisit = 'OutcomeOfServiceVisit',
|
|
333
|
-
ContractorComments = 'ContractorComments',
|
|
334
333
|
NotWithinNetomniaControl = 'NotWithinNetomniaControl',
|
|
334
|
+
ContractorComments = 'ContractorComments',
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
|
|
@@ -500,10 +500,10 @@ export interface PlanningWorkOrderProperties {
|
|
|
500
500
|
Provider?: PlanningWorkOrderProvider
|
|
501
501
|
//Outcome of service visit
|
|
502
502
|
OutcomeOfServiceVisit?: PlanningWorkOrderOutcomeOfServiceVisit
|
|
503
|
-
//comments left by the contractor during fulfillment
|
|
504
|
-
ContractorComments?: string
|
|
505
503
|
//Any installations with this box ticked would be excluded from ACS payment.
|
|
506
504
|
NotWithinNetomniaControl?: boolean
|
|
505
|
+
//comments left by the contractor during fulfillment
|
|
506
|
+
ContractorComments?: string
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
|
|
@@ -332,8 +332,8 @@ export enum PrePullWorkOrderPropertyKeys {
|
|
|
332
332
|
EarlierAvailability = 'EarlierAvailability',
|
|
333
333
|
Provider = 'Provider',
|
|
334
334
|
OutcomeOfServiceVisit = 'OutcomeOfServiceVisit',
|
|
335
|
-
ContractorComments = 'ContractorComments',
|
|
336
335
|
NotWithinNetomniaControl = 'NotWithinNetomniaControl',
|
|
336
|
+
ContractorComments = 'ContractorComments',
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
|
|
@@ -502,10 +502,10 @@ export interface PrePullWorkOrderProperties {
|
|
|
502
502
|
Provider?: PrePullWorkOrderProvider
|
|
503
503
|
//Outcome of service visit
|
|
504
504
|
OutcomeOfServiceVisit?: PrePullWorkOrderOutcomeOfServiceVisit
|
|
505
|
-
//comments left by the contractor during fulfillment
|
|
506
|
-
ContractorComments?: string
|
|
507
505
|
//Any installations with this box ticked would be excluded from ACS payment.
|
|
508
506
|
NotWithinNetomniaControl?: boolean
|
|
507
|
+
//comments left by the contractor during fulfillment
|
|
508
|
+
ContractorComments?: string
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
|
|
@@ -332,8 +332,8 @@ export enum RemediationWorkOrderPropertyKeys {
|
|
|
332
332
|
EarlierAvailability = 'EarlierAvailability',
|
|
333
333
|
Provider = 'Provider',
|
|
334
334
|
OutcomeOfServiceVisit = 'OutcomeOfServiceVisit',
|
|
335
|
-
ContractorComments = 'ContractorComments',
|
|
336
335
|
NotWithinNetomniaControl = 'NotWithinNetomniaControl',
|
|
336
|
+
ContractorComments = 'ContractorComments',
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
|
|
@@ -502,10 +502,10 @@ export interface RemediationWorkOrderProperties {
|
|
|
502
502
|
Provider?: RemediationWorkOrderProvider
|
|
503
503
|
//Outcome of service visit
|
|
504
504
|
OutcomeOfServiceVisit?: RemediationWorkOrderOutcomeOfServiceVisit
|
|
505
|
-
//comments left by the contractor during fulfillment
|
|
506
|
-
ContractorComments?: string
|
|
507
505
|
//Any installations with this box ticked would be excluded from ACS payment.
|
|
508
506
|
NotWithinNetomniaControl?: boolean
|
|
507
|
+
//comments left by the contractor during fulfillment
|
|
508
|
+
ContractorComments?: string
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
|
|
@@ -332,8 +332,8 @@ export enum ServiceWorkOrderPropertyKeys {
|
|
|
332
332
|
EarlierAvailability = 'EarlierAvailability',
|
|
333
333
|
Provider = 'Provider',
|
|
334
334
|
OutcomeOfServiceVisit = 'OutcomeOfServiceVisit',
|
|
335
|
-
ContractorComments = 'ContractorComments',
|
|
336
335
|
NotWithinNetomniaControl = 'NotWithinNetomniaControl',
|
|
336
|
+
ContractorComments = 'ContractorComments',
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
|
|
@@ -502,10 +502,10 @@ export interface ServiceWorkOrderProperties {
|
|
|
502
502
|
Provider?: ServiceWorkOrderProvider
|
|
503
503
|
//Outcome of service visit
|
|
504
504
|
OutcomeOfServiceVisit?: ServiceWorkOrderOutcomeOfServiceVisit
|
|
505
|
-
//comments left by the contractor during fulfillment
|
|
506
|
-
ContractorComments?: string
|
|
507
505
|
//Any installations with this box ticked would be excluded from ACS payment.
|
|
508
506
|
NotWithinNetomniaControl?: boolean
|
|
507
|
+
//comments left by the contractor during fulfillment
|
|
508
|
+
ContractorComments?: string
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
|
|
@@ -330,8 +330,8 @@ export enum WayleaveWorkOrderPropertyKeys {
|
|
|
330
330
|
EarlierAvailability = 'EarlierAvailability',
|
|
331
331
|
Provider = 'Provider',
|
|
332
332
|
OutcomeOfServiceVisit = 'OutcomeOfServiceVisit',
|
|
333
|
-
ContractorComments = 'ContractorComments',
|
|
334
333
|
NotWithinNetomniaControl = 'NotWithinNetomniaControl',
|
|
334
|
+
ContractorComments = 'ContractorComments',
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
|
|
@@ -500,10 +500,10 @@ export interface WayleaveWorkOrderProperties {
|
|
|
500
500
|
Provider?: WayleaveWorkOrderProvider
|
|
501
501
|
//Outcome of service visit
|
|
502
502
|
OutcomeOfServiceVisit?: WayleaveWorkOrderOutcomeOfServiceVisit
|
|
503
|
-
//comments left by the contractor during fulfillment
|
|
504
|
-
ContractorComments?: string
|
|
505
503
|
//Any installations with this box ticked would be excluded from ACS payment.
|
|
506
504
|
NotWithinNetomniaControl?: boolean
|
|
505
|
+
//comments left by the contractor during fulfillment
|
|
506
|
+
ContractorComments?: string
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
|
|
@@ -324,8 +324,8 @@ export enum WorkOrderPropertyKeys {
|
|
|
324
324
|
EarlierAvailability = 'EarlierAvailability',
|
|
325
325
|
Provider = 'Provider',
|
|
326
326
|
OutcomeOfServiceVisit = 'OutcomeOfServiceVisit',
|
|
327
|
-
ContractorComments = 'ContractorComments',
|
|
328
327
|
NotWithinNetomniaControl = 'NotWithinNetomniaControl',
|
|
328
|
+
ContractorComments = 'ContractorComments',
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
|
|
@@ -494,10 +494,10 @@ export interface WorkOrderProperties {
|
|
|
494
494
|
Provider?: WorkOrderProvider
|
|
495
495
|
//Outcome of service visit
|
|
496
496
|
OutcomeOfServiceVisit?: WorkOrderOutcomeOfServiceVisit
|
|
497
|
-
//comments left by the contractor during fulfillment
|
|
498
|
-
ContractorComments?: string
|
|
499
497
|
//Any installations with this box ticked would be excluded from ACS payment.
|
|
500
498
|
NotWithinNetomniaControl?: boolean
|
|
499
|
+
//comments left by the contractor during fulfillment
|
|
500
|
+
ContractorComments?: string
|
|
501
501
|
}
|
|
502
502
|
|
|
503
503
|
|