@pdtf/schemas 3.6.0-3 → 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
|
}
|
|
@@ -41880,7 +41907,10 @@
|
|
|
41880
41907
|
},
|
|
41881
41908
|
"inclusions": { "type": "array", "items": { "type": "string" } },
|
|
41882
41909
|
"exclusions": { "type": "array", "items": { "type": "string" } },
|
|
41883
|
-
"conditions": { "type": "array", "items": { "type": "string" } }
|
|
41910
|
+
"conditions": { "type": "array", "items": { "type": "string" } },
|
|
41911
|
+
"externalIds": {
|
|
41912
|
+
"type": "object"
|
|
41913
|
+
}
|
|
41884
41914
|
},
|
|
41885
41915
|
"required": ["amount", "currency", "status"]
|
|
41886
41916
|
}
|
|
@@ -41964,6 +41994,9 @@
|
|
|
41964
41994
|
]
|
|
41965
41995
|
}
|
|
41966
41996
|
}
|
|
41997
|
+
},
|
|
41998
|
+
"externalIds": {
|
|
41999
|
+
"type": "object"
|
|
41967
42000
|
}
|
|
41968
42001
|
},
|
|
41969
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
|
|
@@ -37418,6 +37418,9 @@
|
|
|
37418
37418
|
"items": {
|
|
37419
37419
|
"type": "string"
|
|
37420
37420
|
}
|
|
37421
|
+
},
|
|
37422
|
+
"externalIds": {
|
|
37423
|
+
"type": "object"
|
|
37421
37424
|
}
|
|
37422
37425
|
},
|
|
37423
37426
|
"required": [
|
|
@@ -37506,6 +37509,9 @@
|
|
|
37506
37509
|
]
|
|
37507
37510
|
}
|
|
37508
37511
|
}
|
|
37512
|
+
},
|
|
37513
|
+
"externalIds": {
|
|
37514
|
+
"type": "object"
|
|
37509
37515
|
}
|
|
37510
37516
|
},
|
|
37511
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
|
}
|