@happyvertical/smrt-support 0.44.0 → 0.45.0

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.
@@ -2,7 +2,7 @@
2
2
  "version": "1.0.0",
3
3
  "timestamp": 0,
4
4
  "packageName": "@happyvertical/smrt-support",
5
- "packageVersion": "0.44.0",
5
+ "packageVersion": "0.45.0",
6
6
  "objects": {
7
7
  "@happyvertical/smrt-support:ServiceTimeEntry": {
8
8
  "name": "servicetimeentry",
@@ -162,7 +162,76 @@
162
162
  "_meta": {}
163
163
  }
164
164
  },
165
- "methods": {},
165
+ "methods": {
166
+ "getEvidence": {
167
+ "name": "getEvidence",
168
+ "async": false,
169
+ "parameters": [],
170
+ "returnType": "ServiceEvidence[]",
171
+ "isStatic": false,
172
+ "isPublic": true
173
+ },
174
+ "setEvidence": {
175
+ "name": "setEvidence",
176
+ "async": false,
177
+ "parameters": [
178
+ {
179
+ "name": "value",
180
+ "type": "ServiceEvidence[]",
181
+ "optional": false
182
+ }
183
+ ],
184
+ "returnType": "void",
185
+ "isStatic": false,
186
+ "isPublic": true
187
+ },
188
+ "getMetadata": {
189
+ "name": "getMetadata",
190
+ "async": false,
191
+ "parameters": [],
192
+ "returnType": "Record<string>",
193
+ "isStatic": false,
194
+ "isPublic": true
195
+ },
196
+ "setMetadata": {
197
+ "name": "setMetadata",
198
+ "async": false,
199
+ "parameters": [
200
+ {
201
+ "name": "value",
202
+ "type": "Record<string>",
203
+ "optional": false
204
+ }
205
+ ],
206
+ "returnType": "void",
207
+ "isStatic": false,
208
+ "isPublic": true
209
+ },
210
+ "durationHours": {
211
+ "name": "durationHours",
212
+ "async": false,
213
+ "parameters": [],
214
+ "returnType": "number",
215
+ "isStatic": false,
216
+ "isPublic": true
217
+ },
218
+ "initialize": {
219
+ "name": "initialize",
220
+ "async": true,
221
+ "parameters": [],
222
+ "returnType": "Promise",
223
+ "isStatic": false,
224
+ "isPublic": true
225
+ },
226
+ "save": {
227
+ "name": "save",
228
+ "async": true,
229
+ "parameters": [],
230
+ "returnType": "Promise",
231
+ "isStatic": false,
232
+ "isPublic": true
233
+ }
234
+ },
166
235
  "decoratorConfig": {
167
236
  "tableName": "service_time_entries",
168
237
  "api": {