@owneraio/finp2p-sdk-js 0.21.6 → 0.21.7

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.
@@ -69,7 +69,7 @@ export interface Intent {
69
69
  export interface Intents {
70
70
  nodes: Intent[];
71
71
  }
72
- export type IntentDetails = PrimarySale | RedemptionIntent | BuyingIntent | SellingIntent | LoanIntent;
72
+ export type IntentDetails = PrimarySale | RedemptionIntent | BuyingIntent | SellingIntent | LoanIntent | PrivateIntent;
73
73
  export interface PrimarySale {
74
74
  issuerId: string;
75
75
  assetTerm: AssetTerm;
@@ -100,6 +100,14 @@ export interface SellingIntent {
100
100
  settlementTerm: SettlementTerm;
101
101
  sellingSettlementInstruction: SellingIntentSettlementInstruction;
102
102
  }
103
+ export interface PrivateIntent {
104
+ seller: string;
105
+ buyer: string;
106
+ assetTerm: AssetTerm;
107
+ assetInstruction: AssetInstruction;
108
+ settlementTerm: SettlementTerm;
109
+ sellingSettlementInstruction: SellingIntentSettlementInstruction;
110
+ }
103
111
  export interface LoanIntent {
104
112
  borrower: string;
105
113
  lender: string;
@@ -1 +1 @@
1
- {"version":3,"file":"OssSchemas.js","sourceRoot":"","sources":["../../../src/types/Oss/OssSchemas.ts"],"names":[],"mappings":";;;AAqVA,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,8CAAiC,CAAA;IACjC,0BAAa,CAAA;IACb,8BAAiB,CAAA;AACnB,CAAC,EAJW,SAAS,yBAAT,SAAS,QAIpB;AAOD,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,oCAAe,CAAA;IACf,wCAAmB,CAAA;AACrB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B"}
1
+ {"version":3,"file":"OssSchemas.js","sourceRoot":"","sources":["../../../src/types/Oss/OssSchemas.ts"],"names":[],"mappings":";;;AA8VA,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,8CAAiC,CAAA;IACjC,0BAAa,CAAA;IACb,8BAAiB,CAAA;AACnB,CAAC,EAJW,SAAS,yBAAT,SAAS,QAIpB;AAOD,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,oCAAe,CAAA;IACf,wCAAmB,CAAA;AACrB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@owneraio/finp2p-sdk-js",
3
3
  "main": "lib/index.js",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
- "version": "0.21.6",
5
+ "version": "0.21.7",
6
6
  "homepage": "https://ownera.io/",
7
7
  "scripts": {
8
8
  "build": "yarn clean && tsc",