@mojaloop/api-snippets 16.0.2 → 16.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.
@@ -14,6 +14,10 @@ properties:
14
14
  $ref: ./Amount.yaml
15
15
  transactionType:
16
16
  $ref: ./transferTransactionType.yaml
17
+ ilpPacket:
18
+ $ref: ./IlpPacket.yaml
19
+ condition:
20
+ $ref: ./IlpCondition.yaml
17
21
  note:
18
22
  $ref: ./Note.yaml
19
23
  extensions:
@@ -24,3 +28,5 @@ required:
24
28
  - amountType
25
29
  - currency
26
30
  - amount
31
+ - ilpPacket
32
+ - condition