@d19n/youfibre-odin-sdk 2.0.78 → 2.0.81
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/README.md +2 -1
- package/dist/actions-v2/SendDirectDebitCreatedEmailDto.d.ts +8 -1
- package/dist/actions-v2/SendDirectDebitFailedEmailDto.d.ts +121 -0
- package/dist/actions-v2/SendDirectDebitFailedEmailDto.js +59 -0
- package/dist/actions-v2/SendDirectDebitSetupConfirmationEmailDto.d.ts +8 -1
- package/dist/actions-v2/SendRefundTransactionEmailDto.d.ts +8 -1
- package/dist/api-sdk-v2/FileApi.d.ts +122 -122
- package/dist/api-sdk-v2/FileApi.js +247 -247
- package/dist/api-sdk-v2/ProductApi.d.ts +2 -2
- package/dist/api-sdk-v2/ProductApi.js +6 -6
- package/dist/api-sdk-v2/ServiceApi.d.ts +2 -2
- package/dist/api-sdk-v2/ServiceApi.js +6 -6
- package/dist/db-sdk-v2/FileDb.d.ts +122 -122
- package/dist/db-sdk-v2/FileDb.js +247 -247
- package/dist/db-sdk-v2/ProductDb.d.ts +2 -2
- package/dist/db-sdk-v2/ProductDb.js +6 -6
- package/dist/db-sdk-v2/ServiceDb.d.ts +2 -2
- package/dist/db-sdk-v2/ServiceDb.js +6 -6
- package/dist/entities-v2/File.d.ts +6 -0
- package/dist/entities-v2/File.js +5 -1
- package/dist/entities-v2/PaymentMethod.d.ts +10 -1
- package/dist/entities-v2/PaymentMethod.js +2 -0
- package/dist/entities-v2/Product.d.ts +7 -7
- package/dist/entities-v2/Product.js +6 -6
- package/dist/entities-v2/Service.d.ts +2 -2
- package/dist/records-v2/EmailRecord.d.ts +29 -0
- package/dist/records-v2/EmailRecord.js +36 -0
- package/dist/records-v2/ProductRecord.d.ts +20 -20
- package/dist/records-v2/ProductRecord.js +33 -33
- package/dist/records-v2/ServiceRecord.d.ts +19 -19
- package/dist/records-v2/ServiceRecord.js +32 -32
- package/package.json +1 -1
|
@@ -33,377 +33,377 @@ class FileApi extends api_provider_1.ApiProvider {
|
|
|
33
33
|
// LAZY-LOADED LINK MANAGERS (Public Getters)
|
|
34
34
|
// ============================================
|
|
35
35
|
// Usage remains identical: api.address.list(recordId)
|
|
36
|
-
get
|
|
37
|
-
if (!this.
|
|
38
|
-
this.
|
|
36
|
+
get servicevisitaudit__file() {
|
|
37
|
+
if (!this._servicevisitaudit__file) {
|
|
38
|
+
this._servicevisitaudit__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:ServiceVisitAudit', 'SchemaModule:File', 'ServiceVisitAudit__File');
|
|
39
39
|
}
|
|
40
|
-
return this.
|
|
40
|
+
return this._servicevisitaudit__file;
|
|
41
41
|
}
|
|
42
|
-
get
|
|
43
|
-
if (!this.
|
|
44
|
-
this.
|
|
42
|
+
get blockagea55_file() {
|
|
43
|
+
if (!this._blockagea55_file) {
|
|
44
|
+
this._blockagea55_file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:BlockageA55', 'SchemaModule:File', 'BlockageA55_File');
|
|
45
45
|
}
|
|
46
|
-
return this.
|
|
46
|
+
return this._blockagea55_file;
|
|
47
47
|
}
|
|
48
|
-
get
|
|
49
|
-
if (!this.
|
|
50
|
-
this.
|
|
48
|
+
get netomniaftth2stageinstallaudit__file() {
|
|
49
|
+
if (!this._netomniaftth2stageinstallaudit__file) {
|
|
50
|
+
this._netomniaftth2stageinstallaudit__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:NetomniaFtth2StageInstallAudit', 'SchemaModule:File', 'NetomniaFtth2StageInstallAudit__File');
|
|
51
51
|
}
|
|
52
|
-
return this.
|
|
52
|
+
return this._netomniaftth2stageinstallaudit__file;
|
|
53
53
|
}
|
|
54
|
-
get
|
|
55
|
-
if (!this.
|
|
56
|
-
this.
|
|
54
|
+
get netomniaftth1stageinstallaudit__file() {
|
|
55
|
+
if (!this._netomniaftth1stageinstallaudit__file) {
|
|
56
|
+
this._netomniaftth1stageinstallaudit__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:NetomniaFtth1StageInstallAudit', 'SchemaModule:File', 'NetomniaFtth1StageInstallAudit__File');
|
|
57
57
|
}
|
|
58
|
-
return this.
|
|
58
|
+
return this._netomniaftth1stageinstallaudit__file;
|
|
59
59
|
}
|
|
60
|
-
get
|
|
61
|
-
if (!this.
|
|
62
|
-
this.
|
|
60
|
+
get overlayreala55_file() {
|
|
61
|
+
if (!this._overlayreala55_file) {
|
|
62
|
+
this._overlayreala55_file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:OverlayRealA55', 'SchemaModule:File', 'OverlayRealA55_File');
|
|
63
63
|
}
|
|
64
|
-
return this.
|
|
64
|
+
return this._overlayreala55_file;
|
|
65
65
|
}
|
|
66
|
-
get
|
|
67
|
-
if (!this.
|
|
68
|
-
this.
|
|
66
|
+
get appointment__file() {
|
|
67
|
+
if (!this._appointment__file) {
|
|
68
|
+
this._appointment__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'CrmModule:Appointment', 'SchemaModule:File', 'Appointment__File');
|
|
69
69
|
}
|
|
70
|
-
return this.
|
|
70
|
+
return this._appointment__file;
|
|
71
71
|
}
|
|
72
|
-
get
|
|
73
|
-
if (!this.
|
|
74
|
-
this.
|
|
72
|
+
get ugexternalaudit_file() {
|
|
73
|
+
if (!this._ugexternalaudit_file) {
|
|
74
|
+
this._ugexternalaudit_file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:UgExternalAudit', 'SchemaModule:File', 'UgExternalAudit_File');
|
|
75
75
|
}
|
|
76
|
-
return this.
|
|
76
|
+
return this._ugexternalaudit_file;
|
|
77
77
|
}
|
|
78
|
-
get
|
|
79
|
-
if (!this.
|
|
80
|
-
this.
|
|
78
|
+
get billingrequest__file() {
|
|
79
|
+
if (!this._billingrequest__file) {
|
|
80
|
+
this._billingrequest__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'BillingModule:BillingRequest', 'SchemaModule:File', 'BillingRequest__File');
|
|
81
81
|
}
|
|
82
|
-
return this.
|
|
82
|
+
return this._billingrequest__file;
|
|
83
83
|
}
|
|
84
|
-
get
|
|
85
|
-
if (!this.
|
|
86
|
-
this.
|
|
84
|
+
get transaction__file() {
|
|
85
|
+
if (!this._transaction__file) {
|
|
86
|
+
this._transaction__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'BillingModule:Transaction', 'SchemaModule:File', 'Transaction__File');
|
|
87
87
|
}
|
|
88
|
-
return this.
|
|
88
|
+
return this._transaction__file;
|
|
89
89
|
}
|
|
90
|
-
get
|
|
91
|
-
if (!this.
|
|
92
|
-
this.
|
|
90
|
+
get creditnote__file() {
|
|
91
|
+
if (!this._creditnote__file) {
|
|
92
|
+
this._creditnote__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'BillingModule:CreditNote', 'SchemaModule:File', 'CreditNote__File');
|
|
93
93
|
}
|
|
94
|
-
return this.
|
|
94
|
+
return this._creditnote__file;
|
|
95
95
|
}
|
|
96
|
-
get
|
|
97
|
-
if (!this.
|
|
98
|
-
this.
|
|
96
|
+
get address__file() {
|
|
97
|
+
if (!this._address__file) {
|
|
98
|
+
this._address__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'CrmModule:Address', 'SchemaModule:File', 'Address__File');
|
|
99
99
|
}
|
|
100
|
-
return this.
|
|
100
|
+
return this._address__file;
|
|
101
101
|
}
|
|
102
|
-
get
|
|
103
|
-
if (!this.
|
|
104
|
-
this.
|
|
102
|
+
get changereason__file() {
|
|
103
|
+
if (!this._changereason__file) {
|
|
104
|
+
this._changereason__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:ChangeReason', 'SchemaModule:File', 'ChangeReason__File');
|
|
105
105
|
}
|
|
106
|
-
return this.
|
|
106
|
+
return this._changereason__file;
|
|
107
107
|
}
|
|
108
|
-
get
|
|
109
|
-
if (!this.
|
|
110
|
-
this.
|
|
108
|
+
get discount__file() {
|
|
109
|
+
if (!this._discount__file) {
|
|
110
|
+
this._discount__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'ProductModule:Discount', 'SchemaModule:File', 'Discount__File');
|
|
111
111
|
}
|
|
112
|
-
return this.
|
|
112
|
+
return this._discount__file;
|
|
113
113
|
}
|
|
114
|
-
get
|
|
115
|
-
if (!this.
|
|
116
|
-
this.
|
|
114
|
+
get paymentmethodrefund__file() {
|
|
115
|
+
if (!this._paymentmethodrefund__file) {
|
|
116
|
+
this._paymentmethodrefund__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'BillingModule:PaymentMethodRefund', 'SchemaModule:File', 'PaymentMethodRefund__File');
|
|
117
117
|
}
|
|
118
|
-
return this.
|
|
118
|
+
return this._paymentmethodrefund__file;
|
|
119
119
|
}
|
|
120
|
-
get
|
|
121
|
-
if (!this.
|
|
122
|
-
this.
|
|
120
|
+
get serviceappointment__file() {
|
|
121
|
+
if (!this._serviceappointment__file) {
|
|
122
|
+
this._serviceappointment__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:ServiceAppointment', 'SchemaModule:File', 'ServiceAppointment__File');
|
|
123
123
|
}
|
|
124
|
-
return this.
|
|
124
|
+
return this._serviceappointment__file;
|
|
125
125
|
}
|
|
126
|
-
get
|
|
127
|
-
if (!this.
|
|
128
|
-
this.
|
|
126
|
+
get customerdevicerouter__file() {
|
|
127
|
+
if (!this._customerdevicerouter__file) {
|
|
128
|
+
this._customerdevicerouter__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'ServiceModule:CustomerDeviceRouter', 'SchemaModule:File', 'CustomerDeviceRouter__File');
|
|
129
129
|
}
|
|
130
|
-
return this.
|
|
130
|
+
return this._customerdevicerouter__file;
|
|
131
131
|
}
|
|
132
|
-
get
|
|
133
|
-
if (!this.
|
|
134
|
-
this.
|
|
132
|
+
get visit__file() {
|
|
133
|
+
if (!this._visit__file) {
|
|
134
|
+
this._visit__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'CrmModule:Visit', 'SchemaModule:File', 'Visit__File');
|
|
135
135
|
}
|
|
136
|
-
return this.
|
|
136
|
+
return this._visit__file;
|
|
137
137
|
}
|
|
138
|
-
get
|
|
139
|
-
if (!this.
|
|
140
|
-
this.
|
|
138
|
+
get fingerprint__file() {
|
|
139
|
+
if (!this._fingerprint__file) {
|
|
140
|
+
this._fingerprint__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'CrmModule:Fingerprint', 'SchemaModule:File', 'Fingerprint__File');
|
|
141
141
|
}
|
|
142
|
-
return this.
|
|
142
|
+
return this._fingerprint__file;
|
|
143
143
|
}
|
|
144
|
-
get
|
|
145
|
-
if (!this.
|
|
146
|
-
this.
|
|
144
|
+
get yftoolaudit_file() {
|
|
145
|
+
if (!this._yftoolaudit_file) {
|
|
146
|
+
this._yftoolaudit_file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:YfToolAudit', 'SchemaModule:File', 'YfToolAudit_File');
|
|
147
147
|
}
|
|
148
|
-
return this.
|
|
148
|
+
return this._yftoolaudit_file;
|
|
149
149
|
}
|
|
150
|
-
get
|
|
151
|
-
if (!this.
|
|
152
|
-
this.
|
|
150
|
+
get wayleaveaudit_file() {
|
|
151
|
+
if (!this._wayleaveaudit_file) {
|
|
152
|
+
this._wayleaveaudit_file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:WayleaveAudit', 'SchemaModule:File', 'WayleaveAudit_File');
|
|
153
153
|
}
|
|
154
|
-
return this.
|
|
154
|
+
return this._wayleaveaudit_file;
|
|
155
155
|
}
|
|
156
|
-
get
|
|
157
|
-
if (!this.
|
|
158
|
-
this.
|
|
156
|
+
get workorder__file() {
|
|
157
|
+
if (!this._workorder__file) {
|
|
158
|
+
this._workorder__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:WorkOrder', 'SchemaModule:File', 'WorkOrder__File');
|
|
159
159
|
}
|
|
160
|
-
return this.
|
|
160
|
+
return this._workorder__file;
|
|
161
161
|
}
|
|
162
|
-
get
|
|
163
|
-
if (!this.
|
|
164
|
-
this.
|
|
162
|
+
get orderitem__file() {
|
|
163
|
+
if (!this._orderitem__file) {
|
|
164
|
+
this._orderitem__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'OrderModule:OrderItem', 'SchemaModule:File', 'OrderItem__File');
|
|
165
165
|
}
|
|
166
|
-
return this.
|
|
166
|
+
return this._orderitem__file;
|
|
167
167
|
}
|
|
168
|
-
get
|
|
169
|
-
if (!this.
|
|
170
|
-
this.
|
|
168
|
+
get internalinstallaudit_file() {
|
|
169
|
+
if (!this._internalinstallaudit_file) {
|
|
170
|
+
this._internalinstallaudit_file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:InternalInstallAudit', 'SchemaModule:File', 'InternalInstallAudit_File');
|
|
171
171
|
}
|
|
172
|
-
return this.
|
|
172
|
+
return this._internalinstallaudit_file;
|
|
173
173
|
}
|
|
174
|
-
get
|
|
175
|
-
if (!this.
|
|
176
|
-
this.
|
|
174
|
+
get knowledgearticle__file() {
|
|
175
|
+
if (!this._knowledgearticle__file) {
|
|
176
|
+
this._knowledgearticle__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'SupportModule:KnowledgeArticle', 'SchemaModule:File', 'KnowledgeArticle__File');
|
|
177
177
|
}
|
|
178
|
-
return this.
|
|
178
|
+
return this._knowledgearticle__file;
|
|
179
179
|
}
|
|
180
|
-
get
|
|
181
|
-
if (!this.
|
|
182
|
-
this.
|
|
180
|
+
get case__file() {
|
|
181
|
+
if (!this._case__file) {
|
|
182
|
+
this._case__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'SupportModule:Case', 'SchemaModule:File', 'Case__File');
|
|
183
183
|
}
|
|
184
|
-
return this.
|
|
184
|
+
return this._case__file;
|
|
185
185
|
}
|
|
186
|
-
get
|
|
187
|
-
if (!this.
|
|
188
|
-
this.
|
|
186
|
+
get activity__file() {
|
|
187
|
+
if (!this._activity__file) {
|
|
188
|
+
this._activity__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'SchemaModule:Activity', 'SchemaModule:File', 'Activity__File');
|
|
189
189
|
}
|
|
190
|
-
return this.
|
|
190
|
+
return this._activity__file;
|
|
191
191
|
}
|
|
192
|
-
get
|
|
193
|
-
if (!this.
|
|
194
|
-
this.
|
|
192
|
+
get netomniaftthservicevisitsheet__file() {
|
|
193
|
+
if (!this._netomniaftthservicevisitsheet__file) {
|
|
194
|
+
this._netomniaftthservicevisitsheet__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:NetomniaFtthServiceVisitSheet', 'SchemaModule:File', 'NetomniaFtthServiceVisitSheet__File');
|
|
195
195
|
}
|
|
196
|
-
return this.
|
|
196
|
+
return this._netomniaftthservicevisitsheet__file;
|
|
197
197
|
}
|
|
198
|
-
get
|
|
199
|
-
if (!this.
|
|
200
|
-
this.
|
|
198
|
+
get yfstockcount__file() {
|
|
199
|
+
if (!this._yfstockcount__file) {
|
|
200
|
+
this._yfstockcount__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:YfStockCount', 'SchemaModule:File', 'YfStockCount__File');
|
|
201
201
|
}
|
|
202
|
-
return this.
|
|
202
|
+
return this._yfstockcount__file;
|
|
203
203
|
}
|
|
204
|
-
get
|
|
205
|
-
if (!this.
|
|
206
|
-
this.
|
|
204
|
+
get onetouchswitch_file() {
|
|
205
|
+
if (!this._onetouchswitch_file) {
|
|
206
|
+
this._onetouchswitch_file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'OrderModule:OneTouchSwitch', 'SchemaModule:File', 'OneTouchSwitch_File');
|
|
207
207
|
}
|
|
208
|
-
return this.
|
|
208
|
+
return this._onetouchswitch_file;
|
|
209
209
|
}
|
|
210
|
-
get
|
|
211
|
-
if (!this.
|
|
212
|
-
this.
|
|
210
|
+
get remediationrequiredreason__file() {
|
|
211
|
+
if (!this._remediationrequiredreason__file) {
|
|
212
|
+
this._remediationrequiredreason__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:RemediationRequiredReason', 'SchemaModule:File', 'RemediationRequiredReason__File');
|
|
213
213
|
}
|
|
214
|
-
return this.
|
|
214
|
+
return this._remediationrequiredreason__file;
|
|
215
215
|
}
|
|
216
|
-
get
|
|
217
|
-
if (!this.
|
|
218
|
-
this.
|
|
216
|
+
get invoice__file() {
|
|
217
|
+
if (!this._invoice__file) {
|
|
218
|
+
this._invoice__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'BillingModule:Invoice', 'SchemaModule:File', 'Invoice__File');
|
|
219
219
|
}
|
|
220
|
-
return this.
|
|
220
|
+
return this._invoice__file;
|
|
221
221
|
}
|
|
222
|
-
get
|
|
223
|
-
if (!this.
|
|
224
|
-
this.
|
|
222
|
+
get yfvanaudit_file() {
|
|
223
|
+
if (!this._yfvanaudit_file) {
|
|
224
|
+
this._yfvanaudit_file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:YfVanAudit', 'SchemaModule:File', 'YfVanAudit_File');
|
|
225
225
|
}
|
|
226
|
-
return this.
|
|
226
|
+
return this._yfvanaudit_file;
|
|
227
227
|
}
|
|
228
|
-
get
|
|
229
|
-
if (!this.
|
|
230
|
-
this.
|
|
228
|
+
get uginstallationaudit__file() {
|
|
229
|
+
if (!this._uginstallationaudit__file) {
|
|
230
|
+
this._uginstallationaudit__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:UgInstallationAudit', 'SchemaModule:File', 'UgInstallationAudit__File');
|
|
231
231
|
}
|
|
232
|
-
return this.
|
|
232
|
+
return this._uginstallationaudit__file;
|
|
233
233
|
}
|
|
234
|
-
get
|
|
235
|
-
if (!this.
|
|
236
|
-
this.
|
|
234
|
+
get ohinstallationaudit__file() {
|
|
235
|
+
if (!this._ohinstallationaudit__file) {
|
|
236
|
+
this._ohinstallationaudit__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:OhInstallationAudit', 'SchemaModule:File', 'OhInstallationAudit__File');
|
|
237
237
|
}
|
|
238
|
-
return this.
|
|
238
|
+
return this._ohinstallationaudit__file;
|
|
239
239
|
}
|
|
240
|
-
get
|
|
241
|
-
if (!this.
|
|
242
|
-
this.
|
|
240
|
+
get ugauditofinstallation__file() {
|
|
241
|
+
if (!this._ugauditofinstallation__file) {
|
|
242
|
+
this._ugauditofinstallation__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:UgAuditOfInstallation', 'SchemaModule:File', 'UgAuditOfInstallation__File');
|
|
243
243
|
}
|
|
244
|
-
return this.
|
|
245
|
-
}
|
|
246
|
-
get file__note() {
|
|
247
|
-
if (!this._file__note) {
|
|
248
|
-
this._file__note = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'SchemaModule:File', 'SupportModule:Note', 'File__Note');
|
|
249
|
-
}
|
|
250
|
-
return this._file__note;
|
|
244
|
+
return this._ugauditofinstallation__file;
|
|
251
245
|
}
|
|
252
246
|
get note__file() {
|
|
253
247
|
if (!this._note__file) {
|
|
254
|
-
this._note__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, '
|
|
248
|
+
this._note__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'SupportModule:Note', 'SchemaModule:File', 'Note__File');
|
|
255
249
|
}
|
|
256
250
|
return this._note__file;
|
|
257
251
|
}
|
|
258
|
-
get
|
|
259
|
-
if (!this.
|
|
260
|
-
this.
|
|
252
|
+
get yfequipmentcollection__file() {
|
|
253
|
+
if (!this._yfequipmentcollection__file) {
|
|
254
|
+
this._yfequipmentcollection__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:YfEquipmentCollection', 'SchemaModule:File', 'YfEquipmentCollection__File');
|
|
255
|
+
}
|
|
256
|
+
return this._yfequipmentcollection__file;
|
|
257
|
+
}
|
|
258
|
+
get lead__file() {
|
|
259
|
+
if (!this._lead__file) {
|
|
260
|
+
this._lead__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'CrmModule:Lead', 'SchemaModule:File', 'Lead__File');
|
|
261
261
|
}
|
|
262
|
-
return this.
|
|
262
|
+
return this._lead__file;
|
|
263
263
|
}
|
|
264
|
-
get
|
|
265
|
-
if (!this.
|
|
266
|
-
this.
|
|
264
|
+
get account__file() {
|
|
265
|
+
if (!this._account__file) {
|
|
266
|
+
this._account__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'CrmModule:Account', 'SchemaModule:File', 'Account__File');
|
|
267
267
|
}
|
|
268
|
-
return this.
|
|
268
|
+
return this._account__file;
|
|
269
269
|
}
|
|
270
|
-
get
|
|
271
|
-
if (!this.
|
|
272
|
-
this.
|
|
270
|
+
get paymentmethod__file() {
|
|
271
|
+
if (!this._paymentmethod__file) {
|
|
272
|
+
this._paymentmethod__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'BillingModule:PaymentMethod', 'SchemaModule:File', 'PaymentMethod__File');
|
|
273
273
|
}
|
|
274
|
-
return this.
|
|
274
|
+
return this._paymentmethod__file;
|
|
275
275
|
}
|
|
276
|
-
get
|
|
277
|
-
if (!this.
|
|
278
|
-
this.
|
|
276
|
+
get sweepermaintenanceaudit__file() {
|
|
277
|
+
if (!this._sweepermaintenanceaudit__file) {
|
|
278
|
+
this._sweepermaintenanceaudit__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:SweeperMaintenanceAudit', 'SchemaModule:File', 'SweeperMaintenanceAudit__File');
|
|
279
279
|
}
|
|
280
|
-
return this.
|
|
280
|
+
return this._sweepermaintenanceaudit__file;
|
|
281
281
|
}
|
|
282
|
-
get
|
|
283
|
-
if (!this.
|
|
284
|
-
this.
|
|
282
|
+
get blockagereporta55__file() {
|
|
283
|
+
if (!this._blockagereporta55__file) {
|
|
284
|
+
this._blockagereporta55__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:BlockageReportA55', 'SchemaModule:File', 'BlockageReportA55__File');
|
|
285
285
|
}
|
|
286
|
-
return this.
|
|
286
|
+
return this._blockagereporta55__file;
|
|
287
287
|
}
|
|
288
|
-
get
|
|
289
|
-
if (!this.
|
|
290
|
-
this.
|
|
288
|
+
get ohauditofinstallation__file() {
|
|
289
|
+
if (!this._ohauditofinstallation__file) {
|
|
290
|
+
this._ohauditofinstallation__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:OhAuditOfInstallation', 'SchemaModule:File', 'OhAuditOfInstallation__File');
|
|
291
291
|
}
|
|
292
|
-
return this.
|
|
292
|
+
return this._ohauditofinstallation__file;
|
|
293
293
|
}
|
|
294
|
-
get
|
|
295
|
-
if (!this.
|
|
296
|
-
this.
|
|
294
|
+
get ohinprogressaudit_file() {
|
|
295
|
+
if (!this._ohinprogressaudit_file) {
|
|
296
|
+
this._ohinprogressaudit_file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:OhInProgressAudit', 'SchemaModule:File', 'OhInProgressAudit_File');
|
|
297
297
|
}
|
|
298
|
-
return this.
|
|
298
|
+
return this._ohinprogressaudit_file;
|
|
299
299
|
}
|
|
300
|
-
get
|
|
301
|
-
if (!this.
|
|
302
|
-
this.
|
|
300
|
+
get contractbuyout__file() {
|
|
301
|
+
if (!this._contractbuyout__file) {
|
|
302
|
+
this._contractbuyout__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'OrderModule:ContractBuyOut', 'SchemaModule:File', 'ContractBuyOut__File');
|
|
303
303
|
}
|
|
304
|
-
return this.
|
|
304
|
+
return this._contractbuyout__file;
|
|
305
305
|
}
|
|
306
|
-
get
|
|
307
|
-
if (!this.
|
|
308
|
-
this.
|
|
306
|
+
get sitespecificriskassessmentoutcomeform__file() {
|
|
307
|
+
if (!this._sitespecificriskassessmentoutcomeform__file) {
|
|
308
|
+
this._sitespecificriskassessmentoutcomeform__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:SiteSpecificRiskAssessmentOutcomeForm', 'SchemaModule:File', 'SiteSpecificRiskAssessmentOutcomeForm__File');
|
|
309
309
|
}
|
|
310
|
-
return this.
|
|
310
|
+
return this._sitespecificriskassessmentoutcomeform__file;
|
|
311
311
|
}
|
|
312
|
-
get
|
|
313
|
-
if (!this.
|
|
314
|
-
this.
|
|
312
|
+
get remediationoutcomeform_file() {
|
|
313
|
+
if (!this._remediationoutcomeform_file) {
|
|
314
|
+
this._remediationoutcomeform_file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:RemediationOutcomeForm', 'SchemaModule:File', 'RemediationOutcomeForm_File');
|
|
315
315
|
}
|
|
316
|
-
return this.
|
|
316
|
+
return this._remediationoutcomeform_file;
|
|
317
317
|
}
|
|
318
|
-
get
|
|
319
|
-
if (!this.
|
|
320
|
-
this.
|
|
318
|
+
get order__file() {
|
|
319
|
+
if (!this._order__file) {
|
|
320
|
+
this._order__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'OrderModule:Order', 'SchemaModule:File', 'Order__File');
|
|
321
321
|
}
|
|
322
|
-
return this.
|
|
322
|
+
return this._order__file;
|
|
323
323
|
}
|
|
324
|
-
get
|
|
325
|
-
if (!this.
|
|
326
|
-
this.
|
|
324
|
+
get call__file() {
|
|
325
|
+
if (!this._call__file) {
|
|
326
|
+
this._call__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'NotificationModule:Call', 'SchemaModule:File', 'Call__File');
|
|
327
327
|
}
|
|
328
|
-
return this.
|
|
328
|
+
return this._call__file;
|
|
329
329
|
}
|
|
330
|
-
get
|
|
331
|
-
if (!this.
|
|
332
|
-
this.
|
|
330
|
+
get ohexternalaudit_file() {
|
|
331
|
+
if (!this._ohexternalaudit_file) {
|
|
332
|
+
this._ohexternalaudit_file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:OhExternalAudit', 'SchemaModule:File', 'OhExternalAudit_File');
|
|
333
333
|
}
|
|
334
|
-
return this.
|
|
334
|
+
return this._ohexternalaudit_file;
|
|
335
335
|
}
|
|
336
|
-
get
|
|
337
|
-
if (!this.
|
|
338
|
-
this.
|
|
336
|
+
get customerdeviceont__file() {
|
|
337
|
+
if (!this._customerdeviceont__file) {
|
|
338
|
+
this._customerdeviceont__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'ServiceModule:CustomerDeviceOnt', 'SchemaModule:File', 'CustomerDeviceOnt__File');
|
|
339
339
|
}
|
|
340
|
-
return this.
|
|
340
|
+
return this._customerdeviceont__file;
|
|
341
341
|
}
|
|
342
|
-
get
|
|
343
|
-
if (!this.
|
|
344
|
-
this.
|
|
342
|
+
get yffieldservicevisit__file() {
|
|
343
|
+
if (!this._yffieldservicevisit__file) {
|
|
344
|
+
this._yffieldservicevisit__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:YfFieldServiceVisit', 'SchemaModule:File', 'YfFieldServiceVisit__File');
|
|
345
345
|
}
|
|
346
|
-
return this.
|
|
346
|
+
return this._yffieldservicevisit__file;
|
|
347
347
|
}
|
|
348
|
-
get
|
|
349
|
-
if (!this.
|
|
350
|
-
this.
|
|
348
|
+
get billingadjustment__file() {
|
|
349
|
+
if (!this._billingadjustment__file) {
|
|
350
|
+
this._billingadjustment__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'OrderModule:BillingAdjustment', 'SchemaModule:File', 'BillingAdjustment__File');
|
|
351
351
|
}
|
|
352
|
-
return this.
|
|
352
|
+
return this._billingadjustment__file;
|
|
353
353
|
}
|
|
354
|
-
get
|
|
355
|
-
if (!this.
|
|
356
|
-
this.
|
|
354
|
+
get contact__file() {
|
|
355
|
+
if (!this._contact__file) {
|
|
356
|
+
this._contact__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'CrmModule:Contact', 'SchemaModule:File', 'Contact__File');
|
|
357
357
|
}
|
|
358
|
-
return this.
|
|
358
|
+
return this._contact__file;
|
|
359
359
|
}
|
|
360
|
-
get
|
|
361
|
-
if (!this.
|
|
362
|
-
this.
|
|
360
|
+
get message_file() {
|
|
361
|
+
if (!this._message_file) {
|
|
362
|
+
this._message_file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'NotificationModule:Message', 'SchemaModule:File', 'Message_File');
|
|
363
363
|
}
|
|
364
|
-
return this.
|
|
364
|
+
return this._message_file;
|
|
365
365
|
}
|
|
366
|
-
get
|
|
367
|
-
if (!this.
|
|
368
|
-
this.
|
|
366
|
+
get netomniainstallverification__file() {
|
|
367
|
+
if (!this._netomniainstallverification__file) {
|
|
368
|
+
this._netomniainstallverification__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:NetomniaInstallVerification', 'SchemaModule:File', 'NetomniaInstallVerification__File');
|
|
369
369
|
}
|
|
370
|
-
return this.
|
|
370
|
+
return this._netomniainstallverification__file;
|
|
371
371
|
}
|
|
372
|
-
get
|
|
373
|
-
if (!this.
|
|
374
|
-
this.
|
|
372
|
+
get attachments() {
|
|
373
|
+
if (!this._attachments) {
|
|
374
|
+
this._attachments = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'NotificationModule:Email', 'SchemaModule:File', 'Attachments');
|
|
375
375
|
}
|
|
376
|
-
return this.
|
|
376
|
+
return this._attachments;
|
|
377
377
|
}
|
|
378
|
-
get
|
|
379
|
-
if (!this.
|
|
380
|
-
this.
|
|
378
|
+
get ugretroaudit__file() {
|
|
379
|
+
if (!this._ugretroaudit__file) {
|
|
380
|
+
this._ugretroaudit__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:UgRetroAudit', 'SchemaModule:File', 'UgRetroAudit__File');
|
|
381
381
|
}
|
|
382
|
-
return this.
|
|
382
|
+
return this._ugretroaudit__file;
|
|
383
383
|
}
|
|
384
|
-
get
|
|
385
|
-
if (!this.
|
|
386
|
-
this.
|
|
384
|
+
get ohretroaudit__file() {
|
|
385
|
+
if (!this._ohretroaudit__file) {
|
|
386
|
+
this._ohretroaudit__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:OhRetroAudit', 'SchemaModule:File', 'OhRetroAudit__File');
|
|
387
387
|
}
|
|
388
|
-
return this.
|
|
388
|
+
return this._ohretroaudit__file;
|
|
389
389
|
}
|
|
390
|
-
get
|
|
391
|
-
if (!this.
|
|
392
|
-
this.
|
|
390
|
+
get uginprogressaudit_file() {
|
|
391
|
+
if (!this._uginprogressaudit_file) {
|
|
392
|
+
this._uginprogressaudit_file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'FieldServiceModule:UgInProgressAudit', 'SchemaModule:File', 'UgInProgressAudit_File');
|
|
393
393
|
}
|
|
394
|
-
return this.
|
|
394
|
+
return this._uginprogressaudit_file;
|
|
395
395
|
}
|
|
396
|
-
get
|
|
397
|
-
if (!this.
|
|
398
|
-
this.
|
|
396
|
+
get pgdirectdebitfile__file() {
|
|
397
|
+
if (!this._pgdirectdebitfile__file) {
|
|
398
|
+
this._pgdirectdebitfile__file = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'BillingModule:PgDirectDebitFile', 'SchemaModule:File', 'PgDirectDebitFile__File');
|
|
399
399
|
}
|
|
400
|
-
return this.
|
|
400
|
+
return this._pgdirectdebitfile__file;
|
|
401
401
|
}
|
|
402
|
-
get
|
|
403
|
-
if (!this.
|
|
404
|
-
this.
|
|
402
|
+
get note() {
|
|
403
|
+
if (!this._note) {
|
|
404
|
+
this._note = new api_record_link_manager_1.ApiRecordLinkManager(this.authParams, 'SchemaModule:File', 'SupportModule:Note', 'File__Note');
|
|
405
405
|
}
|
|
406
|
-
return this.
|
|
406
|
+
return this._note;
|
|
407
407
|
}
|
|
408
408
|
// ============================================
|
|
409
409
|
// STANDARD METHODS (Unchanged API)
|