@vrplatform/log 3.0.28 → 3.0.30

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.
@@ -241,7 +241,7 @@ type BankAccountCreatedProps = MaybePartial<{
241
241
  bankAccountId: string;
242
242
  createdAt: string;
243
243
  bankAccountType: 'trust' | 'operating';
244
- source: 'plaid' | 'manual';
244
+ source: 'plaid' | 'ramp' | 'manual';
245
245
  connectionId?: string;
246
246
  bankAccountName?: string;
247
247
  }>;
@@ -241,7 +241,7 @@ type BankAccountCreatedProps = MaybePartial<{
241
241
  bankAccountId: string;
242
242
  createdAt: string;
243
243
  bankAccountType: 'trust' | 'operating';
244
- source: 'plaid' | 'manual';
244
+ source: 'plaid' | 'ramp' | 'manual';
245
245
  connectionId?: string;
246
246
  bankAccountName?: string;
247
247
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vrplatform/log",
3
- "version": "3.0.28",
3
+ "version": "3.0.30",
4
4
  "main": "src/index.ts",
5
5
  "packageManager": "bun@1.3.0",
6
6
  "publishConfig": {
@@ -337,7 +337,7 @@ type BankAccountCreatedProps = MaybePartial<{
337
337
  bankAccountId: string;
338
338
  createdAt: string;
339
339
  bankAccountType: 'trust' | 'operating';
340
- source: 'plaid' | 'manual';
340
+ source: 'plaid' | 'ramp' | 'manual';
341
341
  connectionId?: string;
342
342
  bankAccountName?: string;
343
343
  }>;