@yigemo/choosefire 0.3.0 → 0.3.1
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.
|
@@ -302,7 +302,7 @@ export type FamilyWealthV2CommandReceipt = {
|
|
|
302
302
|
committedAt: string;
|
|
303
303
|
cursor: string;
|
|
304
304
|
affectedObjects: Array<{
|
|
305
|
-
objectType: 'household' | 'workspace' | 'asset_account' | 'valuation_snapshot' | 'classification' | 'holding';
|
|
305
|
+
objectType: 'household' | 'workspace' | 'asset_account' | 'valuation_snapshot' | 'classification' | 'holding' | 'external_cash_flow';
|
|
306
306
|
objectId: string;
|
|
307
307
|
}>;
|
|
308
308
|
projectionHints: string[];
|
|
@@ -328,8 +328,8 @@ export type FamilyWealthV2WorkspaceSummary = {
|
|
|
328
328
|
};
|
|
329
329
|
cursor: string;
|
|
330
330
|
capabilities: {
|
|
331
|
-
readable: Array<'workspace.summary.v2' | 'activity.page.v2' | 'workspace.overview.v2' | 'asset_account.detail.v2'>;
|
|
332
|
-
writable: Array<'asset_account.create.v2' | 'asset_account.update.v2' | 'asset_account.archive.v2' | 'valuation_snapshot.append.v2' | 'classification.replace.v2' | 'holding.create.v2' | 'holding.update.v2' | 'holding.archive.v2'>;
|
|
331
|
+
readable: Array<'workspace.summary.v2' | 'activity.page.v2' | 'workspace.overview.v2' | 'asset_account.detail.v2' | 'account.timeline.v2'>;
|
|
332
|
+
writable: Array<'asset_account.create.v2' | 'asset_account.update.v2' | 'asset_account.archive.v2' | 'valuation_snapshot.append.v2' | 'classification.replace.v2' | 'holding.create.v2' | 'holding.update.v2' | 'holding.archive.v2' | 'external_cash_flow.record.v2'>;
|
|
333
333
|
};
|
|
334
334
|
};
|
|
335
335
|
export type FamilyWealthV2ActivityPage = {
|
|
@@ -341,7 +341,7 @@ export type FamilyWealthV2ActivityPage = {
|
|
|
341
341
|
items: Array<{
|
|
342
342
|
operationId: string;
|
|
343
343
|
commandId: string;
|
|
344
|
-
operation: 'workspace.initialize.v2' | 'asset_account.create.v2' | 'asset_account.update.v2' | 'asset_account.archive.v2' | 'valuation_snapshot.append.v2' | 'classification.replace.v2' | 'holding.create.v2' | 'holding.update.v2' | 'holding.archive.v2';
|
|
344
|
+
operation: 'workspace.initialize.v2' | 'asset_account.create.v2' | 'asset_account.update.v2' | 'asset_account.archive.v2' | 'valuation_snapshot.append.v2' | 'classification.replace.v2' | 'holding.create.v2' | 'holding.update.v2' | 'holding.archive.v2' | 'external_cash_flow.record.v2';
|
|
345
345
|
source: {
|
|
346
346
|
clientId: string;
|
|
347
347
|
channel: 'web' | 'cli';
|