@monarkmarkets/api-client 1.3.30 → 1.3.32

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/dist/Client.d.ts CHANGED
@@ -6063,8 +6063,6 @@ export declare class PreIPOCompanyNews implements IPreIPOCompanyNews {
6063
6063
  preIPOCompanyId?: string;
6064
6064
  /** The ID for this news object, generated by our third party data provider. */
6065
6065
  newsId: string | undefined;
6066
- /** Link to the news. */
6067
- link: string | undefined;
6068
6066
  /** The headline of the news. */
6069
6067
  headline: string | undefined;
6070
6068
  /** Metadata of the news. */
@@ -6087,8 +6085,6 @@ export interface IPreIPOCompanyNews {
6087
6085
  preIPOCompanyId?: string;
6088
6086
  /** The ID for this news object, generated by our third party data provider. */
6089
6087
  newsId: string | undefined;
6090
- /** Link to the news. */
6091
- link: string | undefined;
6092
6088
  /** The headline of the news. */
6093
6089
  headline: string | undefined;
6094
6090
  /** Metadata of the news. */
@@ -7024,7 +7020,7 @@ export interface ISignDocument {
7024
7020
  }
7025
7021
  export declare class SpvAipData implements ISpvAipData {
7026
7022
  /** Optional override for the Security Identifier. */
7027
- securityIdentifier?: SpvAipDataSecurityIdentifier;
7023
+ securityIdentifier?: SpvAipDataSecurityIdentifier | undefined;
7028
7024
  /** Optional override for the Security Issue ID for Custom Values. */
7029
7025
  overridenSecurityIssueId?: string | undefined;
7030
7026
  /** The given AIP fund number. */
@@ -7032,7 +7028,7 @@ export declare class SpvAipData implements ISpvAipData {
7032
7028
  /** Indicates if the Fund is Unitized or Capital Balance. */
7033
7029
  unitizedIndicator?: SpvAipDataUnitizedIndicator;
7034
7030
  /** Registered Indicator – Registered implies the instrument is 33 Act Registered
7035
- Unregistered implies the instrument is not 33 Act Registered */
7031
+ Unregistered implies the instrument is not 33 Act Registered. */
7036
7032
  registeredIndicator?: SpvAipDataRegisteredIndicator;
7037
7033
  /** The security type represented by the Fund. */
7038
7034
  aipSecurityType?: SpvAipDataAipSecurityType;
@@ -7069,7 +7065,7 @@ All shareholders in the same series pay performance fee on those shares at the s
7069
7065
  }
7070
7066
  export interface ISpvAipData {
7071
7067
  /** Optional override for the Security Identifier. */
7072
- securityIdentifier?: SpvAipDataSecurityIdentifier;
7068
+ securityIdentifier?: SpvAipDataSecurityIdentifier | undefined;
7073
7069
  /** Optional override for the Security Issue ID for Custom Values. */
7074
7070
  overridenSecurityIssueId?: string | undefined;
7075
7071
  /** The given AIP fund number. */
@@ -7077,7 +7073,7 @@ export interface ISpvAipData {
7077
7073
  /** Indicates if the Fund is Unitized or Capital Balance. */
7078
7074
  unitizedIndicator?: SpvAipDataUnitizedIndicator;
7079
7075
  /** Registered Indicator – Registered implies the instrument is 33 Act Registered
7080
- Unregistered implies the instrument is not 33 Act Registered */
7076
+ Unregistered implies the instrument is not 33 Act Registered. */
7081
7077
  registeredIndicator?: SpvAipDataRegisteredIndicator;
7082
7078
  /** The security type represented by the Fund. */
7083
7079
  aipSecurityType?: SpvAipDataAipSecurityType;
package/dist/Client.js CHANGED
@@ -14195,7 +14195,6 @@ export class PreIPOCompanyNews {
14195
14195
  this.id = _data["id"];
14196
14196
  this.preIPOCompanyId = _data["preIPOCompanyId"];
14197
14197
  this.newsId = _data["newsId"];
14198
- this.link = _data["link"];
14199
14198
  this.headline = _data["headline"];
14200
14199
  this.description = _data["description"];
14201
14200
  this.source = _data["source"];
@@ -14218,7 +14217,6 @@ export class PreIPOCompanyNews {
14218
14217
  data["id"] = this.id;
14219
14218
  data["preIPOCompanyId"] = this.preIPOCompanyId;
14220
14219
  data["newsId"] = this.newsId;
14221
- data["link"] = this.link;
14222
14220
  data["headline"] = this.headline;
14223
14221
  data["description"] = this.description;
14224
14222
  data["source"] = this.source;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monarkmarkets/api-client",
3
- "version": "1.3.30",
3
+ "version": "1.3.32",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",