@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
package/src/tracking/types.ts
CHANGED
|
@@ -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
|
}>;
|