@monarkmarkets/api-client 1.1.120 → 1.1.122

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.
Files changed (2) hide show
  1. package/dist/Client.d.ts +4 -4
  2. package/package.json +1 -1
package/dist/Client.d.ts CHANGED
@@ -1634,7 +1634,7 @@ This number is used to calculate the remaining number of seats in an SPV after a
1634
1634
  formationDate?: Date;
1635
1635
  /** Tax classification of the entity. */
1636
1636
  taxClassification?: EntityInvestorTaxClassification;
1637
- /** The tax id (EIN) for entities; for revocable trusts, a tax id is not required.
1637
+ /** The tax id (EIN) for entities; for revocable trusts, a tax id is not required. For foreign entities, a tax id may also not be required. For any entity where a tax id is not required, send 000-00-0000.
1638
1638
  This PII field is tokenized. */
1639
1639
  taxId?: string | undefined;
1640
1640
  /** Primary address street of the entity. */
@@ -1691,7 +1691,7 @@ This number is used to calculate the remaining number of seats in an SPV after a
1691
1691
  formationDate?: Date;
1692
1692
  /** Tax classification of the entity. */
1693
1693
  taxClassification?: EntityInvestorTaxClassification;
1694
- /** The tax id (EIN) for entities; for revocable trusts, a tax id is not required.
1694
+ /** The tax id (EIN) for entities; for revocable trusts, a tax id is not required. For foreign entities, a tax id may also not be required. For any entity where a tax id is not required, send 000-00-0000.
1695
1695
  This PII field is tokenized. */
1696
1696
  taxId?: string | undefined;
1697
1697
  /** Primary address street of the entity. */
@@ -5211,7 +5211,7 @@ This number is used to calculate the remaining number of seats in an SPV after a
5211
5211
  formationDate: Date;
5212
5212
  /** Tax classification of the entity. */
5213
5213
  taxClassification?: UpdateEntityInvestorTaxClassification;
5214
- /** The tax id (EIN) for entities; for revocable trusts, a tax id is not required.
5214
+ /** The tax id (EIN) for entities; for revocable trusts, a tax id is not required. For foreign entities, a tax id may also not be required. For any entity where a tax id is not required, send 000-00-0000.
5215
5215
  This PII field is tokenized. */
5216
5216
  taxId?: string | undefined;
5217
5217
  /** Primary address street of the entity. */
@@ -5269,7 +5269,7 @@ This number is used to calculate the remaining number of seats in an SPV after a
5269
5269
  formationDate: Date;
5270
5270
  /** Tax classification of the entity. */
5271
5271
  taxClassification?: UpdateEntityInvestorTaxClassification;
5272
- /** The tax id (EIN) for entities; for revocable trusts, a tax id is not required.
5272
+ /** The tax id (EIN) for entities; for revocable trusts, a tax id is not required. For foreign entities, a tax id may also not be required. For any entity where a tax id is not required, send 000-00-0000.
5273
5273
  This PII field is tokenized. */
5274
5274
  taxId?: string | undefined;
5275
5275
  /** Primary address street of the entity. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monarkmarkets/api-client",
3
- "version": "1.1.120",
3
+ "version": "1.1.122",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",