@vesant-sdk/transaction 0.1.2-dev.30e7557 → 0.1.2-dev.328baf7

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/index.d.mts CHANGED
@@ -225,7 +225,7 @@ interface CustomerTaxProfileRecord {
225
225
  created_at: string;
226
226
  updated_at: string;
227
227
  }
228
- type TaxFormTrigger = 'trigger_account_creation' | 'trigger_first_withdrawal' | 'trigger_threshold' | 'trigger_manual' | 'trigger_tin_invalid' | 'trigger_w8ben_expiry' | 'trigger_tin_expired';
228
+ type TaxFormTrigger = 'trigger_account_creation' | 'trigger_first_withdrawal' | 'trigger_threshold' | 'trigger_manual' | 'trigger_self_request' | 'trigger_tin_invalid' | 'trigger_w8ben_expiry' | 'trigger_tin_expired';
229
229
  interface CustomerTaxProfileDocuments {
230
230
  w_form: string;
231
231
  '1099_form': string;
package/dist/index.d.ts CHANGED
@@ -225,7 +225,7 @@ interface CustomerTaxProfileRecord {
225
225
  created_at: string;
226
226
  updated_at: string;
227
227
  }
228
- type TaxFormTrigger = 'trigger_account_creation' | 'trigger_first_withdrawal' | 'trigger_threshold' | 'trigger_manual' | 'trigger_tin_invalid' | 'trigger_w8ben_expiry' | 'trigger_tin_expired';
228
+ type TaxFormTrigger = 'trigger_account_creation' | 'trigger_first_withdrawal' | 'trigger_threshold' | 'trigger_manual' | 'trigger_self_request' | 'trigger_tin_invalid' | 'trigger_w8ben_expiry' | 'trigger_tin_expired';
229
229
  interface CustomerTaxProfileDocuments {
230
230
  w_form: string;
231
231
  '1099_form': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vesant-sdk/transaction",
3
- "version": "0.1.2-dev.30e7557",
3
+ "version": "0.1.2-dev.328baf7",
4
4
  "description": "Transaction monitoring and unified transaction ingestion client for the Vesant Compliance Platform",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",