@pdtf/schemas 3.6.0-2 → 3.6.0-4
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/package.json
CHANGED
|
@@ -247,6 +247,33 @@
|
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
|
+
},
|
|
251
|
+
"sourceOfFunds": {
|
|
252
|
+
"type": "object",
|
|
253
|
+
"properties": {
|
|
254
|
+
"result": {
|
|
255
|
+
"type": "string",
|
|
256
|
+
"enum": ["pass", "fail", "consider"]
|
|
257
|
+
},
|
|
258
|
+
"reports": {
|
|
259
|
+
"type": "array",
|
|
260
|
+
"items": {
|
|
261
|
+
"type": "object",
|
|
262
|
+
"properties": {
|
|
263
|
+
"reportName": {
|
|
264
|
+
"type": "string"
|
|
265
|
+
},
|
|
266
|
+
"result": {
|
|
267
|
+
"type": "string",
|
|
268
|
+
"enum": ["pass", "fail", "consider"]
|
|
269
|
+
},
|
|
270
|
+
"details": {
|
|
271
|
+
"type": "string"
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
}
|
|
250
277
|
}
|
|
251
278
|
}
|
|
252
279
|
}
|
|
@@ -26131,8 +26158,7 @@
|
|
|
26131
26158
|
"format": "date"
|
|
26132
26159
|
}
|
|
26133
26160
|
}
|
|
26134
|
-
}
|
|
26135
|
-
"minItems": 0
|
|
26161
|
+
}
|
|
26136
26162
|
}
|
|
26137
26163
|
}
|
|
26138
26164
|
}
|
|
@@ -41881,7 +41907,10 @@
|
|
|
41881
41907
|
},
|
|
41882
41908
|
"inclusions": { "type": "array", "items": { "type": "string" } },
|
|
41883
41909
|
"exclusions": { "type": "array", "items": { "type": "string" } },
|
|
41884
|
-
"conditions": { "type": "array", "items": { "type": "string" } }
|
|
41910
|
+
"conditions": { "type": "array", "items": { "type": "string" } },
|
|
41911
|
+
"externalIds": {
|
|
41912
|
+
"type": "object"
|
|
41913
|
+
}
|
|
41885
41914
|
},
|
|
41886
41915
|
"required": ["amount", "currency", "status"]
|
|
41887
41916
|
}
|
|
@@ -41965,6 +41994,9 @@
|
|
|
41965
41994
|
]
|
|
41966
41995
|
}
|
|
41967
41996
|
}
|
|
41997
|
+
},
|
|
41998
|
+
"externalIds": {
|
|
41999
|
+
"type": "object"
|
|
41968
42000
|
}
|
|
41969
42001
|
},
|
|
41970
42002
|
"required": ["subject", "status", "messages"],
|
|
@@ -4092,6 +4092,7 @@
|
|
|
4092
4092
|
inclusions[]
|
|
4093
4093
|
exclusions[]
|
|
4094
4094
|
conditions[]
|
|
4095
|
+
externalIds
|
|
4095
4096
|
enquiries{*}
|
|
4096
4097
|
subject
|
|
4097
4098
|
status
|
|
@@ -4100,4 +4101,5 @@
|
|
|
4100
4101
|
originatorRole
|
|
4101
4102
|
destinationRole
|
|
4102
4103
|
messageText
|
|
4104
|
+
externalIds
|
|
4103
4105
|
resolutionCondition
|
|
@@ -21371,8 +21371,7 @@
|
|
|
21371
21371
|
"format": "date"
|
|
21372
21372
|
}
|
|
21373
21373
|
}
|
|
21374
|
-
}
|
|
21375
|
-
"minItems": 0
|
|
21374
|
+
}
|
|
21376
21375
|
}
|
|
21377
21376
|
}
|
|
21378
21377
|
}
|
|
@@ -37419,6 +37418,9 @@
|
|
|
37419
37418
|
"items": {
|
|
37420
37419
|
"type": "string"
|
|
37421
37420
|
}
|
|
37421
|
+
},
|
|
37422
|
+
"externalIds": {
|
|
37423
|
+
"type": "object"
|
|
37422
37424
|
}
|
|
37423
37425
|
},
|
|
37424
37426
|
"required": [
|
|
@@ -37507,6 +37509,9 @@
|
|
|
37507
37509
|
]
|
|
37508
37510
|
}
|
|
37509
37511
|
}
|
|
37512
|
+
},
|
|
37513
|
+
"externalIds": {
|
|
37514
|
+
"type": "object"
|
|
37510
37515
|
}
|
|
37511
37516
|
},
|
|
37512
37517
|
"required": [
|
|
@@ -5210,7 +5210,8 @@
|
|
|
5210
5210
|
],
|
|
5211
5211
|
"conditions": [
|
|
5212
5212
|
"string"
|
|
5213
|
-
]
|
|
5213
|
+
],
|
|
5214
|
+
"externalIds": {}
|
|
5214
5215
|
}
|
|
5215
5216
|
},
|
|
5216
5217
|
"enquiries": {
|
|
@@ -5225,6 +5226,7 @@
|
|
|
5225
5226
|
"messageText": "string"
|
|
5226
5227
|
}
|
|
5227
5228
|
},
|
|
5229
|
+
"externalIds": {},
|
|
5228
5230
|
"resolutionCondition": "string"
|
|
5229
5231
|
}
|
|
5230
5232
|
}
|