@devizovaburza/mdm-sdk 0.0.6 → 0.0.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.
@@ -153,25 +153,27 @@ declare const partnerApi: OpenAPIHono<hono.Env, hono_types.MergeSchemaPath<{
153
153
  };
154
154
  aml: {
155
155
  id: string;
156
+ partyId: string | null;
157
+ internalId: string | null;
158
+ sourceOfWealth: string | null;
159
+ yearlyIncome: string | null;
160
+ tradesPurpose: string | null;
161
+ sourceOfIncome: string | null;
162
+ transactionType: string | null;
163
+ transactionTypeExpiry: string | null;
164
+ isDistraint: boolean;
156
165
  estTxsVolumeMonth: string;
157
166
  estTxsVolumeYear: string;
158
167
  tradingCountries: string;
159
168
  tradingSide: string;
160
169
  acceptedAMLTermsAndConditions: boolean;
161
- partyId?: string | null | undefined;
162
- internalId?: string | null | undefined;
163
- sourceOfWealth?: string | undefined;
164
- yearlyIncome?: string | undefined;
165
- tradesPurpose?: string | null | undefined;
166
- sourceOfIncome?: string | undefined;
167
- transactionType?: string | null | undefined;
168
- transactionTypeExpiry?: string | null | undefined;
169
- isDistraint?: boolean | undefined;
170
- signatureMethod?: string | null | undefined;
171
- existencePeriod?: string | null | undefined;
172
- reputation?: string | null | undefined;
173
- riskLevel?: "LOW" | "MEDIUM" | "HIGH" | "UNACCEPTABLE" | "UNVERIFIED" | "UNCLASSIFIED" | null | undefined;
174
- kycStatus?: "UNVERIFIED" | "NOT_APPROVED" | "VERIFIED" | "REJECTED" | null | undefined;
170
+ signatureMethod: string | null;
171
+ existencePeriod: string | null;
172
+ reputation: string | null;
173
+ riskLevel: "LOW" | "MEDIUM" | "HIGH" | "UNACCEPTABLE" | "UNVERIFIED" | "UNCLASSIFIED" | null;
174
+ kycStatus: "UNVERIFIED" | "NOT_APPROVED" | "VERIFIED" | "REJECTED" | null;
175
+ createdAt: string | null;
176
+ updatedAt: string | null;
175
177
  };
176
178
  };
177
179
  };
@@ -1609,25 +1611,27 @@ declare const partnerApi: OpenAPIHono<hono.Env, hono_types.MergeSchemaPath<{
1609
1611
  message: string;
1610
1612
  aml?: {
1611
1613
  id: string;
1614
+ partyId: string | null;
1615
+ internalId: string | null;
1616
+ sourceOfWealth: string | null;
1617
+ yearlyIncome: string | null;
1618
+ tradesPurpose: string | null;
1619
+ sourceOfIncome: string | null;
1620
+ transactionType: string | null;
1621
+ transactionTypeExpiry: string | null;
1622
+ isDistraint: boolean;
1612
1623
  estTxsVolumeMonth: string;
1613
1624
  estTxsVolumeYear: string;
1614
1625
  tradingCountries: string;
1615
1626
  tradingSide: string;
1616
1627
  acceptedAMLTermsAndConditions: boolean;
1617
- partyId?: string | null | undefined;
1618
- internalId?: string | null | undefined;
1619
- sourceOfWealth?: string | undefined;
1620
- yearlyIncome?: string | undefined;
1621
- tradesPurpose?: string | null | undefined;
1622
- sourceOfIncome?: string | undefined;
1623
- transactionType?: string | null | undefined;
1624
- transactionTypeExpiry?: string | null | undefined;
1625
- isDistraint?: boolean | undefined;
1626
- signatureMethod?: string | null | undefined;
1627
- existencePeriod?: string | null | undefined;
1628
- reputation?: string | null | undefined;
1629
- riskLevel?: "LOW" | "MEDIUM" | "HIGH" | "UNACCEPTABLE" | "UNVERIFIED" | "UNCLASSIFIED" | null | undefined;
1630
- kycStatus?: "UNVERIFIED" | "NOT_APPROVED" | "VERIFIED" | "REJECTED" | null | undefined;
1628
+ signatureMethod: string | null;
1629
+ existencePeriod: string | null;
1630
+ reputation: string | null;
1631
+ riskLevel: "LOW" | "MEDIUM" | "HIGH" | "UNACCEPTABLE" | "UNVERIFIED" | "UNCLASSIFIED" | null;
1632
+ kycStatus: "UNVERIFIED" | "NOT_APPROVED" | "VERIFIED" | "REJECTED" | null;
1633
+ createdAt: string | null;
1634
+ updatedAt: string | null;
1631
1635
  } | undefined;
1632
1636
  };
1633
1637
  outputFormat: "json";
@@ -1748,25 +1752,27 @@ declare const partnerApi: OpenAPIHono<hono.Env, hono_types.MergeSchemaPath<{
1748
1752
  message: string;
1749
1753
  aml?: {
1750
1754
  id: string;
1755
+ partyId: string | null;
1756
+ internalId: string | null;
1757
+ sourceOfWealth: string | null;
1758
+ yearlyIncome: string | null;
1759
+ tradesPurpose: string | null;
1760
+ sourceOfIncome: string | null;
1761
+ transactionType: string | null;
1762
+ transactionTypeExpiry: string | null;
1763
+ isDistraint: boolean;
1751
1764
  estTxsVolumeMonth: string;
1752
1765
  estTxsVolumeYear: string;
1753
1766
  tradingCountries: string;
1754
1767
  tradingSide: string;
1755
1768
  acceptedAMLTermsAndConditions: boolean;
1756
- partyId?: string | null | undefined;
1757
- internalId?: string | null | undefined;
1758
- sourceOfWealth?: string | undefined;
1759
- yearlyIncome?: string | undefined;
1760
- tradesPurpose?: string | null | undefined;
1761
- sourceOfIncome?: string | undefined;
1762
- transactionType?: string | null | undefined;
1763
- transactionTypeExpiry?: string | null | undefined;
1764
- isDistraint?: boolean | undefined;
1765
- signatureMethod?: string | null | undefined;
1766
- existencePeriod?: string | null | undefined;
1767
- reputation?: string | null | undefined;
1768
- riskLevel?: "LOW" | "MEDIUM" | "HIGH" | "UNACCEPTABLE" | "UNVERIFIED" | "UNCLASSIFIED" | null | undefined;
1769
- kycStatus?: "UNVERIFIED" | "NOT_APPROVED" | "VERIFIED" | "REJECTED" | null | undefined;
1769
+ signatureMethod: string | null;
1770
+ existencePeriod: string | null;
1771
+ reputation: string | null;
1772
+ riskLevel: "LOW" | "MEDIUM" | "HIGH" | "UNACCEPTABLE" | "UNVERIFIED" | "UNCLASSIFIED" | null;
1773
+ kycStatus: "UNVERIFIED" | "NOT_APPROVED" | "VERIFIED" | "REJECTED" | null;
1774
+ createdAt: string | null;
1775
+ updatedAt: string | null;
1770
1776
  } | undefined;
1771
1777
  };
1772
1778
  outputFormat: "json";
@@ -1809,25 +1815,27 @@ declare const partnerApi: OpenAPIHono<hono.Env, hono_types.MergeSchemaPath<{
1809
1815
  message: string;
1810
1816
  aml?: {
1811
1817
  id: string;
1818
+ partyId: string | null;
1819
+ internalId: string | null;
1820
+ sourceOfWealth: string | null;
1821
+ yearlyIncome: string | null;
1822
+ tradesPurpose: string | null;
1823
+ sourceOfIncome: string | null;
1824
+ transactionType: string | null;
1825
+ transactionTypeExpiry: string | null;
1826
+ isDistraint: boolean;
1812
1827
  estTxsVolumeMonth: string;
1813
1828
  estTxsVolumeYear: string;
1814
1829
  tradingCountries: string;
1815
1830
  tradingSide: string;
1816
1831
  acceptedAMLTermsAndConditions: boolean;
1817
- partyId?: string | null | undefined;
1818
- internalId?: string | null | undefined;
1819
- sourceOfWealth?: string | undefined;
1820
- yearlyIncome?: string | undefined;
1821
- tradesPurpose?: string | null | undefined;
1822
- sourceOfIncome?: string | undefined;
1823
- transactionType?: string | null | undefined;
1824
- transactionTypeExpiry?: string | null | undefined;
1825
- isDistraint?: boolean | undefined;
1826
- signatureMethod?: string | null | undefined;
1827
- existencePeriod?: string | null | undefined;
1828
- reputation?: string | null | undefined;
1829
- riskLevel?: "LOW" | "MEDIUM" | "HIGH" | "UNACCEPTABLE" | "UNVERIFIED" | "UNCLASSIFIED" | null | undefined;
1830
- kycStatus?: "UNVERIFIED" | "NOT_APPROVED" | "VERIFIED" | "REJECTED" | null | undefined;
1832
+ signatureMethod: string | null;
1833
+ existencePeriod: string | null;
1834
+ reputation: string | null;
1835
+ riskLevel: "LOW" | "MEDIUM" | "HIGH" | "UNACCEPTABLE" | "UNVERIFIED" | "UNCLASSIFIED" | null;
1836
+ kycStatus: "UNVERIFIED" | "NOT_APPROVED" | "VERIFIED" | "REJECTED" | null;
1837
+ createdAt: string | null;
1838
+ updatedAt: string | null;
1831
1839
  } | undefined;
1832
1840
  };
1833
1841
  outputFormat: "json";
@@ -3322,20 +3330,23 @@ declare const partnerApi: OpenAPIHono<hono.Env, hono_types.MergeSchemaPath<{
3322
3330
  output: {
3323
3331
  message: string;
3324
3332
  address?: {
3325
- partyId?: string | null | undefined;
3326
- internalId?: string | null | undefined;
3327
- addressType?: "PERMANENT_ADDRESS" | "REGISTERED_OFFICE" | "CONTACT_ADDRESS" | undefined;
3328
- street?: string | null | undefined;
3329
- orientationNumber?: string | null | undefined;
3330
- descriptiveNumber?: string | null | undefined;
3331
- municipality?: string | undefined;
3332
- municipalityPart?: string | null | undefined;
3333
- zipCode?: string | undefined;
3334
- district?: string | null | undefined;
3335
- region?: string | null | undefined;
3336
- countryCode?: "ID" | "IM" | "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "IR" | "IQ" | "IE" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW" | undefined;
3337
- externalId?: string | null | undefined;
3338
- ruianCode?: string | null | undefined;
3333
+ id: string;
3334
+ partyId: string | null;
3335
+ internalId: string | null;
3336
+ addressType: "PERMANENT_ADDRESS" | "REGISTERED_OFFICE" | "CONTACT_ADDRESS";
3337
+ street: string | null;
3338
+ orientationNumber: string | null;
3339
+ descriptiveNumber: string | null;
3340
+ municipality: string;
3341
+ municipalityPart: string | null;
3342
+ zipCode: string;
3343
+ district: string | null;
3344
+ region: string | null;
3345
+ countryCode: "ID" | "IM" | "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "IR" | "IQ" | "IE" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW";
3346
+ externalId: string | null;
3347
+ ruianCode: string | null;
3348
+ createdAt: string | null;
3349
+ updatedAt: string | null;
3339
3350
  } | undefined;
3340
3351
  };
3341
3352
  outputFormat: "json";
@@ -4318,43 +4329,48 @@ declare const partnerApi: OpenAPIHono<hono.Env, hono_types.MergeSchemaPath<{
4318
4329
  numberOfEmployees?: number | null | undefined;
4319
4330
  } | null;
4320
4331
  })[] | null;
4321
- addresses: ({
4322
- partyId?: string | null | undefined;
4323
- internalId?: string | null | undefined;
4324
- addressType?: "PERMANENT_ADDRESS" | "REGISTERED_OFFICE" | "CONTACT_ADDRESS" | undefined;
4325
- street?: string | null | undefined;
4326
- orientationNumber?: string | null | undefined;
4327
- descriptiveNumber?: string | null | undefined;
4328
- municipality?: string | undefined;
4329
- municipalityPart?: string | null | undefined;
4330
- zipCode?: string | undefined;
4331
- district?: string | null | undefined;
4332
- region?: string | null | undefined;
4333
- countryCode?: "ID" | "IM" | "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "IR" | "IQ" | "IE" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW" | undefined;
4334
- externalId?: string | null | undefined;
4335
- ruianCode?: string | null | undefined;
4336
- } | null)[] | null;
4332
+ addresses: {
4333
+ id: string;
4334
+ partyId: string | null;
4335
+ internalId: string | null;
4336
+ addressType: "PERMANENT_ADDRESS" | "REGISTERED_OFFICE" | "CONTACT_ADDRESS";
4337
+ street: string | null;
4338
+ orientationNumber: string | null;
4339
+ descriptiveNumber: string | null;
4340
+ municipality: string;
4341
+ municipalityPart: string | null;
4342
+ zipCode: string;
4343
+ district: string | null;
4344
+ region: string | null;
4345
+ countryCode: "ID" | "IM" | "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "IR" | "IQ" | "IE" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW";
4346
+ externalId: string | null;
4347
+ ruianCode: string | null;
4348
+ createdAt: string | null;
4349
+ updatedAt: string | null;
4350
+ }[] | null;
4337
4351
  aml: {
4338
4352
  id: string;
4353
+ partyId: string | null;
4354
+ internalId: string | null;
4355
+ sourceOfWealth: string | null;
4356
+ yearlyIncome: string | null;
4357
+ tradesPurpose: string | null;
4358
+ sourceOfIncome: string | null;
4359
+ transactionType: string | null;
4360
+ transactionTypeExpiry: string | null;
4361
+ isDistraint: boolean;
4339
4362
  estTxsVolumeMonth: string;
4340
4363
  estTxsVolumeYear: string;
4341
4364
  tradingCountries: string;
4342
4365
  tradingSide: string;
4343
4366
  acceptedAMLTermsAndConditions: boolean;
4344
- partyId?: string | null | undefined;
4345
- internalId?: string | null | undefined;
4346
- sourceOfWealth?: string | undefined;
4347
- yearlyIncome?: string | undefined;
4348
- tradesPurpose?: string | null | undefined;
4349
- sourceOfIncome?: string | undefined;
4350
- transactionType?: string | null | undefined;
4351
- transactionTypeExpiry?: string | null | undefined;
4352
- isDistraint?: boolean | undefined;
4353
- signatureMethod?: string | null | undefined;
4354
- existencePeriod?: string | null | undefined;
4355
- reputation?: string | null | undefined;
4356
- riskLevel?: "LOW" | "MEDIUM" | "HIGH" | "UNACCEPTABLE" | "UNVERIFIED" | "UNCLASSIFIED" | null | undefined;
4357
- kycStatus?: "UNVERIFIED" | "NOT_APPROVED" | "VERIFIED" | "REJECTED" | null | undefined;
4367
+ signatureMethod: string | null;
4368
+ existencePeriod: string | null;
4369
+ reputation: string | null;
4370
+ riskLevel: "LOW" | "MEDIUM" | "HIGH" | "UNACCEPTABLE" | "UNVERIFIED" | "UNCLASSIFIED" | null;
4371
+ kycStatus: "UNVERIFIED" | "NOT_APPROVED" | "VERIFIED" | "REJECTED" | null;
4372
+ createdAt: string | null;
4373
+ updatedAt: string | null;
4358
4374
  } | null;
4359
4375
  recipients: {
4360
4376
  partyId: string | null;
@@ -5171,43 +5187,48 @@ declare const partnerApi: OpenAPIHono<hono.Env, hono_types.MergeSchemaPath<{
5171
5187
  numberOfEmployees?: number | null | undefined;
5172
5188
  } | null;
5173
5189
  })[] | null;
5174
- addresses: ({
5175
- partyId?: string | null | undefined;
5176
- internalId?: string | null | undefined;
5177
- addressType?: "PERMANENT_ADDRESS" | "REGISTERED_OFFICE" | "CONTACT_ADDRESS" | undefined;
5178
- street?: string | null | undefined;
5179
- orientationNumber?: string | null | undefined;
5180
- descriptiveNumber?: string | null | undefined;
5181
- municipality?: string | undefined;
5182
- municipalityPart?: string | null | undefined;
5183
- zipCode?: string | undefined;
5184
- district?: string | null | undefined;
5185
- region?: string | null | undefined;
5186
- countryCode?: "ID" | "IM" | "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "IR" | "IQ" | "IE" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW" | undefined;
5187
- externalId?: string | null | undefined;
5188
- ruianCode?: string | null | undefined;
5189
- } | null)[] | null;
5190
+ addresses: {
5191
+ id: string;
5192
+ partyId: string | null;
5193
+ internalId: string | null;
5194
+ addressType: "PERMANENT_ADDRESS" | "REGISTERED_OFFICE" | "CONTACT_ADDRESS";
5195
+ street: string | null;
5196
+ orientationNumber: string | null;
5197
+ descriptiveNumber: string | null;
5198
+ municipality: string;
5199
+ municipalityPart: string | null;
5200
+ zipCode: string;
5201
+ district: string | null;
5202
+ region: string | null;
5203
+ countryCode: "ID" | "IM" | "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "IR" | "IQ" | "IE" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW";
5204
+ externalId: string | null;
5205
+ ruianCode: string | null;
5206
+ createdAt: string | null;
5207
+ updatedAt: string | null;
5208
+ }[] | null;
5190
5209
  aml: {
5191
5210
  id: string;
5211
+ partyId: string | null;
5212
+ internalId: string | null;
5213
+ sourceOfWealth: string | null;
5214
+ yearlyIncome: string | null;
5215
+ tradesPurpose: string | null;
5216
+ sourceOfIncome: string | null;
5217
+ transactionType: string | null;
5218
+ transactionTypeExpiry: string | null;
5219
+ isDistraint: boolean;
5192
5220
  estTxsVolumeMonth: string;
5193
5221
  estTxsVolumeYear: string;
5194
5222
  tradingCountries: string;
5195
5223
  tradingSide: string;
5196
5224
  acceptedAMLTermsAndConditions: boolean;
5197
- partyId?: string | null | undefined;
5198
- internalId?: string | null | undefined;
5199
- sourceOfWealth?: string | undefined;
5200
- yearlyIncome?: string | undefined;
5201
- tradesPurpose?: string | null | undefined;
5202
- sourceOfIncome?: string | undefined;
5203
- transactionType?: string | null | undefined;
5204
- transactionTypeExpiry?: string | null | undefined;
5205
- isDistraint?: boolean | undefined;
5206
- signatureMethod?: string | null | undefined;
5207
- existencePeriod?: string | null | undefined;
5208
- reputation?: string | null | undefined;
5209
- riskLevel?: "LOW" | "MEDIUM" | "HIGH" | "UNACCEPTABLE" | "UNVERIFIED" | "UNCLASSIFIED" | null | undefined;
5210
- kycStatus?: "UNVERIFIED" | "NOT_APPROVED" | "VERIFIED" | "REJECTED" | null | undefined;
5225
+ signatureMethod: string | null;
5226
+ existencePeriod: string | null;
5227
+ reputation: string | null;
5228
+ riskLevel: "LOW" | "MEDIUM" | "HIGH" | "UNACCEPTABLE" | "UNVERIFIED" | "UNCLASSIFIED" | null;
5229
+ kycStatus: "UNVERIFIED" | "NOT_APPROVED" | "VERIFIED" | "REJECTED" | null;
5230
+ createdAt: string | null;
5231
+ updatedAt: string | null;
5211
5232
  } | null;
5212
5233
  recipients: {
5213
5234
  partyId: string | null;
@@ -14663,23 +14684,24 @@ declare const partyOutputSchema: z.ZodObject<{
14663
14684
  numberOfEmployees: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14664
14685
  }, z.core.$strip>>;
14665
14686
  }, z.core.$strip>], "partyType">>>;
14666
- addresses: z.ZodNullable<z.ZodArray<z.ZodNullable<z.ZodOptional<z.ZodObject<{
14667
- partyId: z.ZodOptional<z.ZodNullable<z.ZodUUID>>;
14668
- internalId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
14669
- addressType: z.ZodOptional<z.ZodEnum<{
14687
+ addresses: z.ZodNullable<z.ZodArray<z.ZodObject<{
14688
+ id: z.ZodUUID;
14689
+ partyId: z.ZodNullable<z.ZodUUID>;
14690
+ internalId: z.ZodNullable<z.ZodString>;
14691
+ addressType: z.ZodEnum<{
14670
14692
  PERMANENT_ADDRESS: "PERMANENT_ADDRESS";
14671
14693
  REGISTERED_OFFICE: "REGISTERED_OFFICE";
14672
14694
  CONTACT_ADDRESS: "CONTACT_ADDRESS";
14673
- }>>;
14674
- street: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14675
- orientationNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14676
- descriptiveNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14677
- municipality: z.ZodOptional<z.ZodString>;
14678
- municipalityPart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14679
- zipCode: z.ZodOptional<z.ZodString>;
14680
- district: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14681
- region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14682
- countryCode: z.ZodOptional<z.ZodEnum<{
14695
+ }>;
14696
+ street: z.ZodNullable<z.ZodString>;
14697
+ orientationNumber: z.ZodNullable<z.ZodString>;
14698
+ descriptiveNumber: z.ZodNullable<z.ZodString>;
14699
+ municipality: z.ZodString;
14700
+ municipalityPart: z.ZodNullable<z.ZodString>;
14701
+ zipCode: z.ZodString;
14702
+ district: z.ZodNullable<z.ZodString>;
14703
+ region: z.ZodNullable<z.ZodString>;
14704
+ countryCode: z.ZodEnum<{
14683
14705
  ID: "ID";
14684
14706
  IM: "IM";
14685
14707
  AF: "AF";
@@ -14890,43 +14912,47 @@ declare const partyOutputSchema: z.ZodObject<{
14890
14912
  YE: "YE";
14891
14913
  ZM: "ZM";
14892
14914
  ZW: "ZW";
14893
- }>>;
14894
- externalId: z.ZodOptional<z.ZodNullable<z.ZodUUID>>;
14895
- ruianCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14896
- }, z.core.$strip>>>>>;
14915
+ }>;
14916
+ externalId: z.ZodNullable<z.ZodUUID>;
14917
+ ruianCode: z.ZodNullable<z.ZodString>;
14918
+ createdAt: z.ZodNullable<z.ZodDate>;
14919
+ updatedAt: z.ZodNullable<z.ZodDate>;
14920
+ }, z.core.$strip>>>;
14897
14921
  aml: z.ZodNullable<z.ZodObject<{
14898
14922
  id: z.ZodUUID;
14899
- partyId: z.ZodNullable<z.ZodOptional<z.ZodUUID>>;
14900
- internalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
14901
- sourceOfWealth: z.ZodOptional<z.ZodString>;
14902
- yearlyIncome: z.ZodOptional<z.ZodString>;
14903
- tradesPurpose: z.ZodNullable<z.ZodOptional<z.ZodString>>;
14904
- sourceOfIncome: z.ZodOptional<z.ZodString>;
14905
- transactionType: z.ZodNullable<z.ZodOptional<z.ZodString>>;
14906
- transactionTypeExpiry: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
14907
- isDistraint: z.ZodOptional<z.ZodBoolean>;
14923
+ partyId: z.ZodNullable<z.ZodUUID>;
14924
+ internalId: z.ZodNullable<z.ZodString>;
14925
+ sourceOfWealth: z.ZodNullable<z.ZodString>;
14926
+ yearlyIncome: z.ZodNullable<z.ZodString>;
14927
+ tradesPurpose: z.ZodNullable<z.ZodString>;
14928
+ sourceOfIncome: z.ZodNullable<z.ZodString>;
14929
+ transactionType: z.ZodNullable<z.ZodString>;
14930
+ transactionTypeExpiry: z.ZodNullable<z.ZodDate>;
14931
+ isDistraint: z.ZodBoolean;
14908
14932
  estTxsVolumeMonth: z.ZodString;
14909
14933
  estTxsVolumeYear: z.ZodString;
14910
14934
  tradingCountries: z.ZodString;
14911
14935
  tradingSide: z.ZodString;
14912
14936
  acceptedAMLTermsAndConditions: z.ZodBoolean;
14913
- signatureMethod: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14914
- existencePeriod: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14915
- reputation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14916
- riskLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
14937
+ signatureMethod: z.ZodNullable<z.ZodString>;
14938
+ existencePeriod: z.ZodNullable<z.ZodString>;
14939
+ reputation: z.ZodNullable<z.ZodString>;
14940
+ riskLevel: z.ZodNullable<z.ZodEnum<{
14917
14941
  LOW: "LOW";
14918
14942
  MEDIUM: "MEDIUM";
14919
14943
  HIGH: "HIGH";
14920
14944
  UNACCEPTABLE: "UNACCEPTABLE";
14921
14945
  UNVERIFIED: "UNVERIFIED";
14922
14946
  UNCLASSIFIED: "UNCLASSIFIED";
14923
- }>>>;
14924
- kycStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
14947
+ }>>;
14948
+ kycStatus: z.ZodNullable<z.ZodEnum<{
14925
14949
  UNVERIFIED: "UNVERIFIED";
14926
14950
  NOT_APPROVED: "NOT_APPROVED";
14927
14951
  VERIFIED: "VERIFIED";
14928
14952
  REJECTED: "REJECTED";
14929
- }>>>;
14953
+ }>>;
14954
+ createdAt: z.ZodNullable<z.ZodDate>;
14955
+ updatedAt: z.ZodNullable<z.ZodDate>;
14930
14956
  }, z.core.$strip>>;
14931
14957
  recipients: z.ZodNullable<z.ZodArray<z.ZodObject<{
14932
14958
  partyId: z.ZodNullable<z.ZodUUID>;
@@ -19380,23 +19406,24 @@ declare const partiesOutputDataSchema: z.ZodArray<z.ZodObject<{
19380
19406
  numberOfEmployees: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
19381
19407
  }, z.core.$strip>>;
19382
19408
  }, z.core.$strip>], "partyType">>>;
19383
- addresses: z.ZodNullable<z.ZodArray<z.ZodNullable<z.ZodOptional<z.ZodObject<{
19384
- partyId: z.ZodOptional<z.ZodNullable<z.ZodUUID>>;
19385
- internalId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
19386
- addressType: z.ZodOptional<z.ZodEnum<{
19409
+ addresses: z.ZodNullable<z.ZodArray<z.ZodObject<{
19410
+ id: z.ZodUUID;
19411
+ partyId: z.ZodNullable<z.ZodUUID>;
19412
+ internalId: z.ZodNullable<z.ZodString>;
19413
+ addressType: z.ZodEnum<{
19387
19414
  PERMANENT_ADDRESS: "PERMANENT_ADDRESS";
19388
19415
  REGISTERED_OFFICE: "REGISTERED_OFFICE";
19389
19416
  CONTACT_ADDRESS: "CONTACT_ADDRESS";
19390
- }>>;
19391
- street: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19392
- orientationNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19393
- descriptiveNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19394
- municipality: z.ZodOptional<z.ZodString>;
19395
- municipalityPart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19396
- zipCode: z.ZodOptional<z.ZodString>;
19397
- district: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19398
- region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19399
- countryCode: z.ZodOptional<z.ZodEnum<{
19417
+ }>;
19418
+ street: z.ZodNullable<z.ZodString>;
19419
+ orientationNumber: z.ZodNullable<z.ZodString>;
19420
+ descriptiveNumber: z.ZodNullable<z.ZodString>;
19421
+ municipality: z.ZodString;
19422
+ municipalityPart: z.ZodNullable<z.ZodString>;
19423
+ zipCode: z.ZodString;
19424
+ district: z.ZodNullable<z.ZodString>;
19425
+ region: z.ZodNullable<z.ZodString>;
19426
+ countryCode: z.ZodEnum<{
19400
19427
  ID: "ID";
19401
19428
  IM: "IM";
19402
19429
  AF: "AF";
@@ -19607,43 +19634,47 @@ declare const partiesOutputDataSchema: z.ZodArray<z.ZodObject<{
19607
19634
  YE: "YE";
19608
19635
  ZM: "ZM";
19609
19636
  ZW: "ZW";
19610
- }>>;
19611
- externalId: z.ZodOptional<z.ZodNullable<z.ZodUUID>>;
19612
- ruianCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19613
- }, z.core.$strip>>>>>;
19637
+ }>;
19638
+ externalId: z.ZodNullable<z.ZodUUID>;
19639
+ ruianCode: z.ZodNullable<z.ZodString>;
19640
+ createdAt: z.ZodNullable<z.ZodDate>;
19641
+ updatedAt: z.ZodNullable<z.ZodDate>;
19642
+ }, z.core.$strip>>>;
19614
19643
  aml: z.ZodNullable<z.ZodObject<{
19615
19644
  id: z.ZodUUID;
19616
- partyId: z.ZodNullable<z.ZodOptional<z.ZodUUID>>;
19617
- internalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19618
- sourceOfWealth: z.ZodOptional<z.ZodString>;
19619
- yearlyIncome: z.ZodOptional<z.ZodString>;
19620
- tradesPurpose: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19621
- sourceOfIncome: z.ZodOptional<z.ZodString>;
19622
- transactionType: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19623
- transactionTypeExpiry: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
19624
- isDistraint: z.ZodOptional<z.ZodBoolean>;
19645
+ partyId: z.ZodNullable<z.ZodUUID>;
19646
+ internalId: z.ZodNullable<z.ZodString>;
19647
+ sourceOfWealth: z.ZodNullable<z.ZodString>;
19648
+ yearlyIncome: z.ZodNullable<z.ZodString>;
19649
+ tradesPurpose: z.ZodNullable<z.ZodString>;
19650
+ sourceOfIncome: z.ZodNullable<z.ZodString>;
19651
+ transactionType: z.ZodNullable<z.ZodString>;
19652
+ transactionTypeExpiry: z.ZodNullable<z.ZodDate>;
19653
+ isDistraint: z.ZodBoolean;
19625
19654
  estTxsVolumeMonth: z.ZodString;
19626
19655
  estTxsVolumeYear: z.ZodString;
19627
19656
  tradingCountries: z.ZodString;
19628
19657
  tradingSide: z.ZodString;
19629
19658
  acceptedAMLTermsAndConditions: z.ZodBoolean;
19630
- signatureMethod: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19631
- existencePeriod: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19632
- reputation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19633
- riskLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
19659
+ signatureMethod: z.ZodNullable<z.ZodString>;
19660
+ existencePeriod: z.ZodNullable<z.ZodString>;
19661
+ reputation: z.ZodNullable<z.ZodString>;
19662
+ riskLevel: z.ZodNullable<z.ZodEnum<{
19634
19663
  LOW: "LOW";
19635
19664
  MEDIUM: "MEDIUM";
19636
19665
  HIGH: "HIGH";
19637
19666
  UNACCEPTABLE: "UNACCEPTABLE";
19638
19667
  UNVERIFIED: "UNVERIFIED";
19639
19668
  UNCLASSIFIED: "UNCLASSIFIED";
19640
- }>>>;
19641
- kycStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
19669
+ }>>;
19670
+ kycStatus: z.ZodNullable<z.ZodEnum<{
19642
19671
  UNVERIFIED: "UNVERIFIED";
19643
19672
  NOT_APPROVED: "NOT_APPROVED";
19644
19673
  VERIFIED: "VERIFIED";
19645
19674
  REJECTED: "REJECTED";
19646
- }>>>;
19675
+ }>>;
19676
+ createdAt: z.ZodNullable<z.ZodDate>;
19677
+ updatedAt: z.ZodNullable<z.ZodDate>;
19647
19678
  }, z.core.$strip>>;
19648
19679
  recipients: z.ZodNullable<z.ZodArray<z.ZodObject<{
19649
19680
  partyId: z.ZodNullable<z.ZodUUID>;