@capxul/sdk 4.2.0 → 4.20.0-beta.2
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/{signer-C0hZ6Kiy.d.mts → OAuthBearerAuthClient-C-ip-z8M.d.mts} +30 -6
- package/dist/{clock-DIfTX44d.mjs → OAuthBearerAuthClient-DDD0JlaI.mjs} +379 -27
- package/dist/index.d.mts +75 -51
- package/dist/index.mjs +144 -3569
- package/dist/node/index.d.mts +2 -3
- package/dist/node/index.mjs +1 -2
- package/dist/{create-capxul-client-B6PUjdld.mjs → production-BQVXgcbY.mjs} +9253 -3070
- package/dist/{observation-vegBPfXj.d.mts → production-Cn5awmW8.d.mts} +321 -88
- package/dist/testing/index.d.mts +82 -2
- package/dist/testing/index.mjs +101 -4
- package/package.json +7 -7
- package/dist/OAuthBearerAuthClient-ByPzJZr8.mjs +0 -211
- package/dist/OAuthBearerAuthClient-D-DLYlKj.d.mts +0 -19
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
import { Context, Effect, Layer, Schema, Scope, Tracer } from "effect";
|
|
1
|
+
import { $ as PayrollGroupId, A as AllowanceKey, B as ChainId, C as AuthCachePort, D as Account$1, Et as FailureMode, F as AssetId, H as CurrencyCode, I as AuthSession, K as Email, L as AuthUserId, M as AnonymousDistinctId, N as AppId, Q as PaymentCommandId, R as BlockNumber, U as DocumentHash, V as CountryCode, W as DurationMs, X as OrgId, Y as Money, Z as PartyId, _ as Session$1, _t as CapxulErrorCode, at as RoleKey, b as AuthClientPort, bt as Failure, ct as TesterKind, d as AccountRequirement, et as PayrollRunId, g as Profile$1, gt as CapxulError, h as CapxulResult, i as CapxulSigner, it as PublishableKey, j as AllowedOrigin, k as Address$1, lt as TxHash, nt as PermissionId, ot as SessionToken, q as EpochMs, rt as Profile, s as SignerStatusStore, st as SmartAccount, tt as PermissionAssignmentId, u as AccountProviderSource, ut as WeiAmount, v as SmartAccount$1, vt as CapxulErrorDetails, x as CanSendOtpStatus, y as ClockPort, z as BudgetId } from "./OAuthBearerAuthClient-C-ip-z8M.mjs";
|
|
3
2
|
import { Hex } from "viem";
|
|
3
|
+
import { Context, Effect, Layer, Schema, Scope, Tracer } from "effect";
|
|
4
4
|
import { FunctionReference } from "convex/server";
|
|
5
5
|
//#region src/domain/machine/shell.d.ts
|
|
6
6
|
declare const INVOCATION_PARENT_SPAN: unique symbol;
|
|
@@ -284,7 +284,7 @@ interface TelemetryPort {
|
|
|
284
284
|
}
|
|
285
285
|
//#endregion
|
|
286
286
|
//#region ../observability/src/index.d.ts
|
|
287
|
-
declare const TELEMETRY_EVENT_NAMES: readonly ["auth_otp_requested", "auth_otp_delivered", "auth_otp_expired", "auth_verified", "auth_failed", "auth_signed_out", "onboarding_intent_selected", "onboarding_profile_submitted", "onboarding_organization_submitted", "onboarding_dashboard_reached", "provisioning_safe_created", "provisioning_safe_confirmed", "bootstrap_resolved", "bootstrap_failed", "member_activation_started", "member_activation_ready", "member_activation_failed", "organization_creation_started", "organization_creation_ready", "organization_creation_failed", "chain_upstream_fallback", "bundler_error", "receipt_pending", "operation_retried", "account_balance_read", "account_balance_failed", "faucet_requested", "faucet_confirmed", "faucet_failed", "org_create_started", "org_safe_created", "org_safe_confirmed", "org_roles_seeded", "org_created", "org_create_failed", "org_invite_sent", "org_invite_accepted", "org_invite_expired", "payment_initiated", "payment_settled", "payment_failed", "payment_verification_retry", "payment_lifecycle_transition", "quick_pay_external_address_acknowledged", "deposit_initiated", "deposit_settled", "permission_mirror_verification", "movement_scan_window", "movement_scan_checkpoint", "movement_scan_incident", "activity_annotation_saved", "ui_activity_action_completed", "contact_relationship_changed", "ui_contact_action_completed"];
|
|
287
|
+
declare const TELEMETRY_EVENT_NAMES: readonly ["auth_otp_requested", "auth_otp_delivered", "auth_otp_expired", "auth_verified", "auth_failed", "identity_refused", "auth_signed_out", "onboarding_intent_selected", "onboarding_profile_submitted", "onboarding_organization_submitted", "onboarding_dashboard_reached", "provisioning_safe_created", "provisioning_safe_confirmed", "bootstrap_resolved", "bootstrap_failed", "member_activation_started", "member_activation_ready", "member_activation_failed", "organization_creation_started", "organization_creation_ready", "organization_creation_failed", "chain_upstream_fallback", "bundler_error", "receipt_pending", "operation_retried", "account_balance_read", "account_balance_failed", "faucet_requested", "faucet_confirmed", "faucet_failed", "org_create_started", "org_safe_created", "org_safe_confirmed", "org_roles_seeded", "org_created", "org_create_failed", "org_invite_sent", "org_invite_accepted", "org_invite_expired", "payment_initiated", "payment_settled", "payment_failed", "payment_verification_retry", "payment_lifecycle_transition", "quick_pay_external_address_acknowledged", "deposit_initiated", "deposit_settled", "permission_mirror_verification", "movement_scan_window", "movement_scan_checkpoint", "movement_scan_incident", "indexer_drift_corrected", "activity_annotation_saved", "ui_activity_action_completed", "contact_relationship_changed", "ui_contact_action_completed", "access_recovery_completed", "ui_access_step_completed", "org_invite_progressed", "invoice_issued", "invoice_request_transitioned", "ui_invoice_step_completed", "ui_treasury_step_completed", "ui_receive_step_completed", "payroll_group_changed", "payroll_run_transitioned", "ui_payroll_action_completed", "cli_diagnostic_completed"];
|
|
288
288
|
type TelemetryEventName = (typeof TELEMETRY_EVENT_NAMES)[number];
|
|
289
289
|
type TelemetryProps = Record<string, unknown>;
|
|
290
290
|
type TelemetryEvent = {
|
|
@@ -332,6 +332,13 @@ declare const PAYMENT_STATUSES: readonly ["pending", "settling", "unresolved", "
|
|
|
332
332
|
type PaymentStatus$1 = (typeof PAYMENT_STATUSES)[number];
|
|
333
333
|
declare const PAYMENT_EXECUTION_STATUSES: readonly ["pending", "included", "dropped", "replaced", "expired", "unresolved", "superseded", "failed", "settled"];
|
|
334
334
|
type PaymentExecutionStatus = (typeof PAYMENT_EXECUTION_STATUSES)[number];
|
|
335
|
+
/** Read-time execution meaning; it does not change the Payment's durable outcome. */
|
|
336
|
+
interface PaymentExecutionView {
|
|
337
|
+
readonly status: PaymentExecutionStatus;
|
|
338
|
+
readonly retryRequired: boolean;
|
|
339
|
+
/** Present only when complete durable execution history supports no broadcast. */
|
|
340
|
+
readonly notSent?: true;
|
|
341
|
+
}
|
|
335
342
|
/** The payment direction relative to the current actor. */
|
|
336
343
|
declare const PAYMENT_DIRECTIONS: readonly ["in", "out", "self"];
|
|
337
344
|
type PaymentDirection$1 = (typeof PAYMENT_DIRECTIONS)[number];
|
|
@@ -611,6 +618,10 @@ type BootstrapResolution = {
|
|
|
611
618
|
readonly siteBaseUrl: string;
|
|
612
619
|
readonly openfortPublishableKey: string;
|
|
613
620
|
readonly shieldPublishableKey: string;
|
|
621
|
+
/** Openfort third-party auth provider the signer presents; absent means better-auth. */
|
|
622
|
+
readonly openfortAuthProvider?: "better-auth" | "oidc";
|
|
623
|
+
/** Origin of the Ponder indexer the SDK reads directly; absent means no indexer reads. */
|
|
624
|
+
readonly indexerUrl?: string;
|
|
614
625
|
readonly engineeringTelemetry?: EngineeringTelemetryBootstrapPolicyV1;
|
|
615
626
|
};
|
|
616
627
|
type BootstrapErrorKind = "notAuthenticated" | "network" | "provider" | "malformedBody" | "invalidInput" | "rateLimited";
|
|
@@ -904,6 +915,138 @@ interface AccountReadPort {
|
|
|
904
915
|
fundFromFaucet(input: FundFromFaucetInput): Effect.Effect<FundFromFaucetResult, AccountReadError, never>;
|
|
905
916
|
}
|
|
906
917
|
//#endregion
|
|
918
|
+
//#region src/ports/indexer-read.d.ts
|
|
919
|
+
/**
|
|
920
|
+
* IndexerReadPort is the SDK's read seam onto the Ponder read model
|
|
921
|
+
* (`apps/indexer`). Ponder holds what the chain said; Convex holds what the
|
|
922
|
+
* user meant. Nothing here is copied into Convex, nothing waits for a
|
|
923
|
+
* finality tag, and no write path may read through this port.
|
|
924
|
+
*
|
|
925
|
+
* Every read is scoped to one Safe and one page. The indexer accepts only the
|
|
926
|
+
* exact compiled statements in `apps/indexer/src/queries.ts`, so the adapter
|
|
927
|
+
* that implements this port reproduces those statements byte for byte and the
|
|
928
|
+
* service refuses anything else with 403.
|
|
929
|
+
*/
|
|
930
|
+
/** One page of rows for one Safe. `offset` defaults to 0 (the first page). */
|
|
931
|
+
interface IndexerReadInput {
|
|
932
|
+
/** The Safe the caller owns. The indexer refuses a Safe outside the session claim. */
|
|
933
|
+
readonly safe: Address$1;
|
|
934
|
+
/** 1 to 1000 inclusive — the indexer's own bound. */
|
|
935
|
+
readonly limit: number;
|
|
936
|
+
readonly offset?: number;
|
|
937
|
+
readonly eventId?: string;
|
|
938
|
+
/** Exact Payment lookup for a bounded set of actor-authorized settlement IDs. */
|
|
939
|
+
readonly settlements?: readonly string[];
|
|
940
|
+
/** Transfer occurrence time in epoch seconds; continuation excludes the last row. */
|
|
941
|
+
readonly timeline?: {
|
|
942
|
+
readonly from: number;
|
|
943
|
+
readonly to: number;
|
|
944
|
+
readonly before?: {
|
|
945
|
+
readonly timestamp: number;
|
|
946
|
+
readonly id: string;
|
|
947
|
+
};
|
|
948
|
+
};
|
|
949
|
+
}
|
|
950
|
+
/**
|
|
951
|
+
* The chain evidence every indexed row carries. `id` is the logical event id
|
|
952
|
+
* `chainId:txHash:transactionLogOrdinal`; it survives a reorg, so it is the
|
|
953
|
+
* key a Convex intent row stitches against.
|
|
954
|
+
*/
|
|
955
|
+
interface IndexerEventIdentity {
|
|
956
|
+
readonly id: string;
|
|
957
|
+
readonly chainId: ChainId;
|
|
958
|
+
readonly txHash: TxHash;
|
|
959
|
+
readonly transactionLogOrdinal: number;
|
|
960
|
+
/**
|
|
961
|
+
* The block-global log index of the same log, as the transaction receipt
|
|
962
|
+
* reports it. The ordinal above is the identity; this is the key Convex
|
|
963
|
+
* settles a Payment on (P12).
|
|
964
|
+
*/
|
|
965
|
+
readonly logIndex: number;
|
|
966
|
+
readonly blockNumber: bigint;
|
|
967
|
+
readonly blockHash: string;
|
|
968
|
+
/** Block timestamp in epoch seconds. */
|
|
969
|
+
readonly timestamp: bigint;
|
|
970
|
+
}
|
|
971
|
+
interface IndexerTransferRow extends IndexerEventIdentity {
|
|
972
|
+
/** Timeline projection only. Null means no protocol event owns this Transfer. */
|
|
973
|
+
readonly paymentSettlementId?: string | null;
|
|
974
|
+
readonly assetId: AssetId;
|
|
975
|
+
readonly token: Address$1;
|
|
976
|
+
readonly from: Address$1;
|
|
977
|
+
readonly to: Address$1;
|
|
978
|
+
/**
|
|
979
|
+
* Raw token units, exact. This is an evidence boundary, so the row never
|
|
980
|
+
* carries Money or AssetAmount: the reader owns the asset's decimals.
|
|
981
|
+
*/
|
|
982
|
+
readonly amount: bigint;
|
|
983
|
+
}
|
|
984
|
+
interface IndexerPaymentRow extends IndexerEventIdentity {
|
|
985
|
+
readonly contract: Address$1;
|
|
986
|
+
/** The protocol settlement id a Convex Payment command stitches against. */
|
|
987
|
+
readonly settlementId: string;
|
|
988
|
+
readonly sender: Address$1;
|
|
989
|
+
readonly recipient: Address$1;
|
|
990
|
+
readonly assetId: AssetId;
|
|
991
|
+
readonly token: Address$1;
|
|
992
|
+
/** Raw token units, exact. */
|
|
993
|
+
readonly amount: bigint;
|
|
994
|
+
readonly kind: number;
|
|
995
|
+
readonly documentHash: string;
|
|
996
|
+
}
|
|
997
|
+
/** A row of the indexer's signed-transfer `balance` view. */
|
|
998
|
+
interface IndexerBalanceRow {
|
|
999
|
+
readonly chainId: ChainId;
|
|
1000
|
+
readonly assetId: AssetId;
|
|
1001
|
+
readonly address: Address$1;
|
|
1002
|
+
/** Raw token units, exact. */
|
|
1003
|
+
readonly amount: bigint;
|
|
1004
|
+
}
|
|
1005
|
+
/** One chain's sync position, from the indexer's native `/status` route. */
|
|
1006
|
+
interface IndexerChainStatus {
|
|
1007
|
+
readonly chain: string;
|
|
1008
|
+
readonly chainId: ChainId;
|
|
1009
|
+
readonly blockNumber: bigint;
|
|
1010
|
+
/** Block timestamp in epoch seconds. Its age is the freshness label. */
|
|
1011
|
+
readonly blockTimestamp: bigint;
|
|
1012
|
+
}
|
|
1013
|
+
/**
|
|
1014
|
+
* The tables this seam reads today. P04 adds the authority rows (`safe`,
|
|
1015
|
+
* `safe_event`, `roles_module`) and P05 adds `commitment`: each is one more
|
|
1016
|
+
* entry here plus its statement and decoder.
|
|
1017
|
+
*/
|
|
1018
|
+
interface IndexerRowsByTable {
|
|
1019
|
+
readonly transfer: readonly IndexerTransferRow[];
|
|
1020
|
+
readonly payment: readonly IndexerPaymentRow[];
|
|
1021
|
+
readonly balance: readonly IndexerBalanceRow[];
|
|
1022
|
+
}
|
|
1023
|
+
type IndexerTable = keyof IndexerRowsByTable;
|
|
1024
|
+
declare const IndexerReadError_base: new <A extends Record<string, any> = {}>(args: import("effect/Types").VoidIfEmpty<{ readonly [P in keyof A as P extends "_tag" ? never : P]: A[P]; }>) => import("effect/Cause").YieldableError & {
|
|
1025
|
+
readonly _tag: "IndexerReadError";
|
|
1026
|
+
} & Readonly<A>;
|
|
1027
|
+
declare class IndexerReadError extends IndexerReadError_base<{
|
|
1028
|
+
readonly operation: string;
|
|
1029
|
+
readonly publicCode: CapxulErrorCode;
|
|
1030
|
+
readonly publicError: CapxulError;
|
|
1031
|
+
readonly cause: unknown;
|
|
1032
|
+
readonly details?: CapxulErrorDetails;
|
|
1033
|
+
}> {}
|
|
1034
|
+
interface IndexerReadPort {
|
|
1035
|
+
/** One page of rows, newest block first. An empty page is a value, not an error. */
|
|
1036
|
+
read<T extends IndexerTable>(table: T, input: IndexerReadInput): Effect.Effect<IndexerRowsByTable[T], IndexerReadError>;
|
|
1037
|
+
/**
|
|
1038
|
+
* The same page over the indexer's live stream. The first snapshot is
|
|
1039
|
+
* `loading`; each later snapshot carries the whole page again. The indexer
|
|
1040
|
+
* closes the stream on token expiry or revoked authority, which arrives as
|
|
1041
|
+
* one `error` snapshot — the caller re-reads with a refreshed token.
|
|
1042
|
+
*
|
|
1043
|
+
* @internal-use — substrate reactive transport, like `ConvexCallPort.subscribe`.
|
|
1044
|
+
*/
|
|
1045
|
+
subscribe<T extends IndexerTable>(table: T, input: IndexerReadInput, callback: (snapshot: Snapshot<IndexerRowsByTable[T]>) => void): Effect.Effect<Unsubscribe, IndexerReadError>;
|
|
1046
|
+
/** Sync position per chain. Unauthenticated: a stale index is not a refusal. */
|
|
1047
|
+
readonly status: Effect.Effect<readonly IndexerChainStatus[], IndexerReadError>;
|
|
1048
|
+
}
|
|
1049
|
+
//#endregion
|
|
907
1050
|
//#region src/flows/types.d.ts
|
|
908
1051
|
/** The runtime port bundle that `assembleCapxulClient` uses. */
|
|
909
1052
|
interface FlowPorts {
|
|
@@ -916,6 +1059,11 @@ interface FlowPorts {
|
|
|
916
1059
|
readonly clock: ClockPort;
|
|
917
1060
|
readonly telemetry: TelemetryPort;
|
|
918
1061
|
readonly convexCall: ConvexCallPort;
|
|
1062
|
+
/**
|
|
1063
|
+
* The Ponder read seam (P02). Optional: it is present only when the client
|
|
1064
|
+
* was given an indexer origin, and every existing flow works without it.
|
|
1065
|
+
*/
|
|
1066
|
+
readonly indexerRead?: IndexerReadPort;
|
|
919
1067
|
}
|
|
920
1068
|
/** Legacy method input retained by the imperative auth surface. */
|
|
921
1069
|
interface ExternalSigner {
|
|
@@ -1153,10 +1301,17 @@ interface ResolvedTarget {
|
|
|
1153
1301
|
readonly canPayout: boolean;
|
|
1154
1302
|
};
|
|
1155
1303
|
}
|
|
1304
|
+
/**
|
|
1305
|
+
* R09 (#1967): the declared option type is the `InvocationControls` the money
|
|
1306
|
+
* surface already forwards to `deps.invocationControls`, named here exactly as
|
|
1307
|
+
* R02 named it on the address book and R13 on payroll. A caller that captured
|
|
1308
|
+
* one user attempt can hand the same `correlation_id`/`journey_id` to the read
|
|
1309
|
+
* it starts, so the read joins that attempt instead of standing alone.
|
|
1310
|
+
* `{ signal }` callers are unaffected.
|
|
1311
|
+
*/
|
|
1312
|
+
type PaymentReadOptions = InvocationControls;
|
|
1156
1313
|
interface TargetsMethods {
|
|
1157
|
-
resolve(reference: TargetReference, options?:
|
|
1158
|
-
readonly signal?: AbortSignal;
|
|
1159
|
-
}): Promise<CapxulResult<ResolvedTarget>>;
|
|
1314
|
+
resolve(reference: TargetReference, options?: PaymentReadOptions): Promise<CapxulResult<ResolvedTarget>>;
|
|
1160
1315
|
}
|
|
1161
1316
|
type Ref$1 = {
|
|
1162
1317
|
readonly kind: "handle";
|
|
@@ -1203,9 +1358,8 @@ interface MeMethods {
|
|
|
1203
1358
|
get(options?: {
|
|
1204
1359
|
readonly signal?: AbortSignal;
|
|
1205
1360
|
}): Promise<CapxulResult<MeProfile>>;
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
}): Promise<CapxulResult<DepositInstructions>>;
|
|
1361
|
+
/** R08 (#1966): accepts a captured attempt, exactly as the treasury read does. */
|
|
1362
|
+
depositInstructions(options?: InvocationControls): Promise<CapxulResult<DepositInstructions>>;
|
|
1209
1363
|
}
|
|
1210
1364
|
interface PaymentMoney {
|
|
1211
1365
|
readonly currency: string;
|
|
@@ -1257,10 +1411,7 @@ interface Payment {
|
|
|
1257
1411
|
readonly timing: PaymentTiming;
|
|
1258
1412
|
readonly released: PaymentMoney;
|
|
1259
1413
|
readonly availableToClaim: PaymentMoney;
|
|
1260
|
-
readonly execution?:
|
|
1261
|
-
readonly status: PaymentExecutionStatus;
|
|
1262
|
-
readonly retryRequired: boolean;
|
|
1263
|
-
};
|
|
1414
|
+
readonly execution?: PaymentExecutionView;
|
|
1264
1415
|
readonly createdAt: number;
|
|
1265
1416
|
readonly updatedAt: number;
|
|
1266
1417
|
}
|
|
@@ -1410,6 +1561,7 @@ type ActivityReference = {
|
|
|
1410
1561
|
};
|
|
1411
1562
|
type ActivityItem = {
|
|
1412
1563
|
readonly kind: "payment";
|
|
1564
|
+
readonly execution?: PaymentExecutionView;
|
|
1413
1565
|
readonly id: string;
|
|
1414
1566
|
readonly ledgerKind: "Payment" | "Payout" | "Deposit";
|
|
1415
1567
|
readonly status: PaymentStatus;
|
|
@@ -1440,6 +1592,8 @@ type ActivityItem = {
|
|
|
1440
1592
|
readonly updatedAt: number;
|
|
1441
1593
|
};
|
|
1442
1594
|
interface ActivityPage {
|
|
1595
|
+
/** Usable fallback data omits indexed movements; never present it as complete. */
|
|
1596
|
+
readonly readWarning?: "indexer-unavailable";
|
|
1443
1597
|
readonly items: readonly ActivityItem[];
|
|
1444
1598
|
readonly cursor: string | null;
|
|
1445
1599
|
readonly checkpoint: number;
|
|
@@ -1461,6 +1615,7 @@ interface ActivitySummaryTotal {
|
|
|
1461
1615
|
readonly pendingIn: string;
|
|
1462
1616
|
}
|
|
1463
1617
|
interface ActivitySummary {
|
|
1618
|
+
readonly readWarning?: ActivityPage["readWarning"];
|
|
1464
1619
|
readonly window: {
|
|
1465
1620
|
readonly from: number | null;
|
|
1466
1621
|
readonly to: number | null;
|
|
@@ -1551,20 +1706,30 @@ interface ActivityAnnotationInput {
|
|
|
1551
1706
|
readonly accountingCategory?: string;
|
|
1552
1707
|
readonly memo?: string;
|
|
1553
1708
|
}
|
|
1709
|
+
/**
|
|
1710
|
+
* #1960 R02: the declared option type is the `InvocationControls` these methods
|
|
1711
|
+
* have always forwarded to `deps.invocationControls`, so an Activity action can
|
|
1712
|
+
* carry the correlation its UI observation already used. `{ signal }` callers
|
|
1713
|
+
* are unaffected.
|
|
1714
|
+
*/
|
|
1554
1715
|
interface ActivityMethods {
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1716
|
+
/**
|
|
1717
|
+
* Tell the caller when the indexed page for this actor's Safe changed, over
|
|
1718
|
+
* the indexer's one live connection. The callback carries no rows: it is the
|
|
1719
|
+
* signal to re-read `list` or `summary`. Without an indexer this resolves a
|
|
1720
|
+
* no-op teardown, so a caller needs no branch.
|
|
1721
|
+
*
|
|
1722
|
+
* @internal-use — substrate reactive transport, like `ConvexCallPort.subscribe`.
|
|
1723
|
+
*/
|
|
1724
|
+
subscribe(onChange: () => void, params?: {
|
|
1725
|
+
readonly actor?: ActorReference;
|
|
1726
|
+
}, options?: InvocationControls): Promise<CapxulResult<() => void>>;
|
|
1727
|
+
list(params?: ActivityListParams, options?: InvocationControls): Promise<CapxulResult<ActivityPage>>;
|
|
1728
|
+
summary(params?: ActivitySummaryParams, options?: InvocationControls): Promise<CapxulResult<ActivitySummary>>;
|
|
1729
|
+
get(reference: ActivityReference, options?: InvocationControls & {
|
|
1563
1730
|
readonly actor?: ActorReference;
|
|
1564
1731
|
}): Promise<CapxulResult<ActivityDetail | null>>;
|
|
1565
|
-
annotate(input: ActivityAnnotationInput, options?:
|
|
1566
|
-
readonly signal?: AbortSignal;
|
|
1567
|
-
}): Promise<CapxulResult<ActivityAnnotation>>;
|
|
1732
|
+
annotate(input: ActivityAnnotationInput, options?: InvocationControls): Promise<CapxulResult<ActivityAnnotation>>;
|
|
1568
1733
|
}
|
|
1569
1734
|
interface OfframpQuoteInput {
|
|
1570
1735
|
readonly actor?: ActorReference;
|
|
@@ -1632,12 +1797,8 @@ interface PaymentsMethods {
|
|
|
1632
1797
|
claim(paymentId: string, options?: {
|
|
1633
1798
|
readonly signal?: AbortSignal;
|
|
1634
1799
|
}): Promise<CapxulResult<Payment>>;
|
|
1635
|
-
list(options?:
|
|
1636
|
-
|
|
1637
|
-
}): Promise<CapxulResult<readonly Payment[]>>;
|
|
1638
|
-
get(paymentId: string, options?: {
|
|
1639
|
-
readonly signal?: AbortSignal;
|
|
1640
|
-
}): Promise<CapxulResult<Payment | null>>;
|
|
1800
|
+
list(options?: PaymentReadOptions): Promise<CapxulResult<readonly Payment[]>>;
|
|
1801
|
+
get(paymentId: string, options?: PaymentReadOptions): Promise<CapxulResult<Payment | null>>;
|
|
1641
1802
|
cancel(paymentId: string, options?: {
|
|
1642
1803
|
readonly signal?: AbortSignal;
|
|
1643
1804
|
}): Promise<CapxulResult<Payment>>;
|
|
@@ -1718,25 +1879,19 @@ interface AddressBookLabelInput {
|
|
|
1718
1879
|
interface AddressBookListInput {
|
|
1719
1880
|
readonly includeHidden?: boolean;
|
|
1720
1881
|
}
|
|
1882
|
+
/**
|
|
1883
|
+
* #1960 R02: the declared option type is the `InvocationControls` these methods
|
|
1884
|
+
* have always forwarded to `deps.invocationControls`. Naming it lets a caller
|
|
1885
|
+
* that captured one user attempt hand the same `correlation_id`/`journey_id` to
|
|
1886
|
+
* the operation the attempt starts. `{ signal }` callers are unaffected.
|
|
1887
|
+
*/
|
|
1721
1888
|
interface AddressBookMethods {
|
|
1722
|
-
list(input?: AddressBookListInput, options?:
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
add(input: AddressBookAddInput, options?: {
|
|
1729
|
-
readonly signal?: AbortSignal;
|
|
1730
|
-
}): Promise<CapxulResult<AddressBookEntry>>;
|
|
1731
|
-
hide(entryId: PartyId, options?: {
|
|
1732
|
-
readonly signal?: AbortSignal;
|
|
1733
|
-
}): Promise<CapxulResult<AddressBookEntry>>;
|
|
1734
|
-
unhide(entryId: PartyId, options?: {
|
|
1735
|
-
readonly signal?: AbortSignal;
|
|
1736
|
-
}): Promise<CapxulResult<AddressBookEntry>>;
|
|
1737
|
-
label(input: AddressBookLabelInput, options?: {
|
|
1738
|
-
readonly signal?: AbortSignal;
|
|
1739
|
-
}): Promise<CapxulResult<AddressBookEntry>>;
|
|
1889
|
+
list(input?: AddressBookListInput, options?: InvocationControls): Promise<CapxulResult<readonly AddressBookEntry[]>>;
|
|
1890
|
+
get(entryId: PartyId, options?: InvocationControls): Promise<CapxulResult<AddressBookEntry | null>>;
|
|
1891
|
+
add(input: AddressBookAddInput, options?: InvocationControls): Promise<CapxulResult<AddressBookEntry>>;
|
|
1892
|
+
hide(entryId: PartyId, options?: InvocationControls): Promise<CapxulResult<AddressBookEntry>>;
|
|
1893
|
+
unhide(entryId: PartyId, options?: InvocationControls): Promise<CapxulResult<AddressBookEntry>>;
|
|
1894
|
+
label(input: AddressBookLabelInput, options?: InvocationControls): Promise<CapxulResult<AddressBookEntry>>;
|
|
1740
1895
|
}
|
|
1741
1896
|
interface ActorRequest {
|
|
1742
1897
|
readonly id: string;
|
|
@@ -1753,19 +1908,17 @@ interface ActorRequestIssueInput {
|
|
|
1753
1908
|
readonly memo?: string;
|
|
1754
1909
|
readonly expiresAt?: number;
|
|
1755
1910
|
}
|
|
1911
|
+
/**
|
|
1912
|
+
* The issuer's own requests. The options are the address book's
|
|
1913
|
+
* `InvocationControls` (R07 #1965), so a caller that captured one browser
|
|
1914
|
+
* attempt hands it to the operation that attempt started; `{ signal }` callers
|
|
1915
|
+
* are unaffected.
|
|
1916
|
+
*/
|
|
1756
1917
|
interface ActorRequestsMethods {
|
|
1757
|
-
issue(input: ActorRequestIssueInput, options?:
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
readonly signal?: AbortSignal;
|
|
1762
|
-
}): Promise<CapxulResult<readonly ActorRequest[]>>;
|
|
1763
|
-
get(requestId: string, options?: {
|
|
1764
|
-
readonly signal?: AbortSignal;
|
|
1765
|
-
}): Promise<CapxulResult<ActorRequest | null>>;
|
|
1766
|
-
cancel(requestId: string, options?: {
|
|
1767
|
-
readonly signal?: AbortSignal;
|
|
1768
|
-
}): Promise<CapxulResult<ActorRequest>>;
|
|
1918
|
+
issue(input: ActorRequestIssueInput, options?: InvocationControls): Promise<CapxulResult<ActorRequest>>;
|
|
1919
|
+
list(options?: InvocationControls): Promise<CapxulResult<readonly ActorRequest[]>>;
|
|
1920
|
+
get(requestId: string, options?: InvocationControls): Promise<CapxulResult<ActorRequest | null>>;
|
|
1921
|
+
cancel(requestId: string, options?: InvocationControls): Promise<CapxulResult<ActorRequest>>;
|
|
1769
1922
|
}
|
|
1770
1923
|
interface InboxItem {
|
|
1771
1924
|
readonly id: string;
|
|
@@ -1779,24 +1932,18 @@ interface InboxApproveInput {
|
|
|
1779
1932
|
readonly timing?: PaymentTiming;
|
|
1780
1933
|
readonly permissionId?: string;
|
|
1781
1934
|
}
|
|
1935
|
+
/** The payer's own inbox. Its scope is the payer's, never the issuer's. */
|
|
1782
1936
|
interface InboxMethods {
|
|
1783
|
-
list(options?:
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
approve(input: InboxApproveInput, options?: {
|
|
1787
|
-
readonly signal?: AbortSignal;
|
|
1788
|
-
}): Promise<CapxulResult<Payment>>;
|
|
1789
|
-
decline(requestId: string, options?: {
|
|
1790
|
-
readonly signal?: AbortSignal;
|
|
1791
|
-
}): Promise<CapxulResult<InboxItem>>;
|
|
1937
|
+
list(options?: InvocationControls): Promise<CapxulResult<readonly InboxItem[]>>;
|
|
1938
|
+
approve(input: InboxApproveInput, options?: InvocationControls): Promise<CapxulResult<Payment>>;
|
|
1939
|
+
decline(requestId: string, options?: InvocationControls): Promise<CapxulResult<InboxItem>>;
|
|
1792
1940
|
}
|
|
1793
1941
|
interface ActorProfileMethods {
|
|
1794
1942
|
get(options?: {
|
|
1795
1943
|
readonly signal?: AbortSignal;
|
|
1796
1944
|
}): Promise<CapxulResult<ActorProfile>>;
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
}): Promise<CapxulResult<DepositInstructions>>;
|
|
1945
|
+
/** R08 (#1966): accepts a captured attempt, exactly as the treasury read does. */
|
|
1946
|
+
depositInstructions(options?: InvocationControls): Promise<CapxulResult<DepositInstructions>>;
|
|
1800
1947
|
}
|
|
1801
1948
|
interface ActorRelationshipMethods {
|
|
1802
1949
|
readonly addressBook: AddressBookMethods;
|
|
@@ -1957,6 +2104,12 @@ type ListOrgRolesInput = {
|
|
|
1957
2104
|
type ListOrgMembersInput = {
|
|
1958
2105
|
readonly orgId: OrgId;
|
|
1959
2106
|
};
|
|
2107
|
+
/**
|
|
2108
|
+
* R06 (#1964): the program attaches the caller's captured attempt to this
|
|
2109
|
+
* record through `copyInvocationObservation`, so the adapter forwards one
|
|
2110
|
+
* observation context to the backend action that owns `org_invite_sent`. The
|
|
2111
|
+
* carrier is a non-enumerable symbol and never becomes a wire field.
|
|
2112
|
+
*/
|
|
1960
2113
|
type InviteOrgMemberInput = {
|
|
1961
2114
|
readonly orgId: OrgId;
|
|
1962
2115
|
readonly input: InviteMemberInput;
|
|
@@ -2218,9 +2371,15 @@ interface AuthorizeRunInput {
|
|
|
2218
2371
|
*/
|
|
2219
2372
|
readonly requestKey?: string;
|
|
2220
2373
|
}
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2374
|
+
/**
|
|
2375
|
+
* R13 (#1968): the declared option type is the `InvocationControls` these
|
|
2376
|
+
* methods have always forwarded to `deps.invocationControls` — the same naming
|
|
2377
|
+
* R02 gave the address book. It lets a caller that captured one browser attempt
|
|
2378
|
+
* hand that attempt's `correlation_id`/`journey_id` to the payroll operation it
|
|
2379
|
+
* starts, so `ui_payroll_action_completed` and the durable group and run events
|
|
2380
|
+
* share a correlation. `{ signal }` callers are unaffected.
|
|
2381
|
+
*/
|
|
2382
|
+
type PayrollOptions = InvocationControls;
|
|
2224
2383
|
type AuthorizeRunOptions = PayrollOptions & {
|
|
2225
2384
|
/** Persist this SDK-allocated key before the first backend write. Reject to prevent execution. */
|
|
2226
2385
|
readonly onRequestKey?: (key: string) => void | Promise<void>;
|
|
@@ -2370,14 +2529,15 @@ interface OrgScopedMethods extends ActorRelationshipMethods {
|
|
|
2370
2529
|
retrySetup(options?: {
|
|
2371
2530
|
readonly signal?: AbortSignal;
|
|
2372
2531
|
}): Promise<CapxulResult<OrgLifecycle>>;
|
|
2373
|
-
/**
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2532
|
+
/**
|
|
2533
|
+
* The Organization treasury Account. R08 (#1966): the declared option type is
|
|
2534
|
+
* the `InvocationControls` this surface already forwards, so a screen that
|
|
2535
|
+
* captured one user attempt can hand the same `correlation_id`/`journey_id`
|
|
2536
|
+
* to the read it starts. `{ signal }` callers are unaffected.
|
|
2537
|
+
*/
|
|
2538
|
+
treasury(options?: InvocationControls): Promise<CapxulResult<Account$1>>;
|
|
2377
2539
|
readonly account: {
|
|
2378
|
-
get(options?:
|
|
2379
|
-
readonly signal?: AbortSignal;
|
|
2380
|
-
}): Promise<CapxulResult<OrganizationAccount>>;
|
|
2540
|
+
get(options?: InvocationControls): Promise<CapxulResult<OrganizationAccount>>;
|
|
2381
2541
|
};
|
|
2382
2542
|
members(options?: {
|
|
2383
2543
|
readonly signal?: AbortSignal;
|
|
@@ -2385,9 +2545,14 @@ interface OrgScopedMethods extends ActorRelationshipMethods {
|
|
|
2385
2545
|
roles(options?: {
|
|
2386
2546
|
readonly signal?: AbortSignal;
|
|
2387
2547
|
}): Promise<CapxulResult<readonly RoleView[]>>;
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2548
|
+
/**
|
|
2549
|
+
* Invite a member by email. `options` is the browser attempt the caller
|
|
2550
|
+
* captured before the person pressed the button (R06 #1964); it reaches the
|
|
2551
|
+
* backend action unchanged, so the durable `org_invite_sent` and the later
|
|
2552
|
+
* `org_invite_progressed` share the attempt's correlation. `{ signal }`
|
|
2553
|
+
* callers are unaffected.
|
|
2554
|
+
*/
|
|
2555
|
+
invite(input: InviteMemberInput, options?: InvocationControls): Promise<CapxulResult<MemberView>>;
|
|
2391
2556
|
/**
|
|
2392
2557
|
* Leak-safe Organization payment: execute through the payments engine with
|
|
2393
2558
|
* the selected receipt-verified Budget Permission
|
|
@@ -2486,11 +2651,11 @@ interface MediaMethods {
|
|
|
2486
2651
|
}
|
|
2487
2652
|
//#endregion
|
|
2488
2653
|
//#region src/contract/system.d.ts
|
|
2489
|
-
/** What `system:
|
|
2654
|
+
/** What `system:healthObserved` answers. */
|
|
2490
2655
|
interface SystemHealth {
|
|
2491
2656
|
/** The nonce the caller sent, as the backend saw it. */
|
|
2492
2657
|
readonly nonce: string;
|
|
2493
|
-
/** Deployment that answered, e.g. `
|
|
2658
|
+
/** Deployment that answered, e.g. `api` for the Railway staging host. */
|
|
2494
2659
|
readonly deployment: string;
|
|
2495
2660
|
/** Backend clock at execution (epoch ms). */
|
|
2496
2661
|
readonly at: number;
|
|
@@ -2602,6 +2767,8 @@ interface IdentityRuntime {
|
|
|
2602
2767
|
readonly runFacade?: <T>(verb: IdentityFacadeVerb, controls: InvocationControls | undefined, run: (controls: InvocationControls) => Promise<T>) => Promise<T>;
|
|
2603
2768
|
}
|
|
2604
2769
|
interface CapxulClient {
|
|
2770
|
+
/** Stop this client's resources. Repeated calls share the same cleanup. */
|
|
2771
|
+
close(): Promise<CapxulResult<void>>;
|
|
2605
2772
|
readonly auth: AuthMethods;
|
|
2606
2773
|
readonly smartAccount: SmartAccountMethods;
|
|
2607
2774
|
readonly identity: IdentityMethods;
|
|
@@ -2676,6 +2843,13 @@ interface CapxulClient {
|
|
|
2676
2843
|
* NOT on the public `client.accounts` surface.
|
|
2677
2844
|
*/
|
|
2678
2845
|
readonly accounts: AccountsFaucetMethods;
|
|
2846
|
+
/**
|
|
2847
|
+
* Ponder read seam (P02). Present only when the client was built with an
|
|
2848
|
+
* indexer origin, so every reader treats it as optional. Ponder holds what
|
|
2849
|
+
* the chain said; Convex holds what the user meant. Reads here never run
|
|
2850
|
+
* inside a write path and never wait for a finality tag.
|
|
2851
|
+
*/
|
|
2852
|
+
readonly indexer?: IndexerReadPort;
|
|
2679
2853
|
/** Quarantined Reference-harness evidence; never a product Organization method. */
|
|
2680
2854
|
readonly organizationSetup: OrganizationSetupProofMethods;
|
|
2681
2855
|
/** Product telemetry projection for internal composition and test harnesses. */
|
|
@@ -2771,6 +2945,10 @@ interface PostHogObservabilityClient {
|
|
|
2771
2945
|
interface PostHogObservabilityOptions {
|
|
2772
2946
|
/** Consent / kill-switch seam. Defaults to enabled. */
|
|
2773
2947
|
readonly enabled?: boolean | (() => boolean);
|
|
2948
|
+
/** Omission preserves bootstrap engineering. False/throw closes the acquired runtime's collection. */
|
|
2949
|
+
readonly engineeringEnabled?: boolean | (() => boolean);
|
|
2950
|
+
/** Opt in to code/timing/correlation-only engineering exports. Omission preserves full safe diagnostics. */
|
|
2951
|
+
readonly engineeringPrivacy?: "minimal";
|
|
2774
2952
|
/** Host environment stamped on every SDK-owned product event. */
|
|
2775
2953
|
readonly capxulEnv?: CapxulEnv;
|
|
2776
2954
|
/** Host-owned correlation context shared by product and failure delivery. */
|
|
@@ -2875,4 +3053,59 @@ interface ObservationAdapter {
|
|
|
2875
3053
|
/** Stable PostHog event used for typed failures that are expected product outcomes. */
|
|
2876
3054
|
declare const CAPXUL_SDK_EXPECTED_OUTCOME_EVENT = "capxul_sdk_expected_outcome";
|
|
2877
3055
|
//#endregion
|
|
2878
|
-
|
|
3056
|
+
//#region src/ports/diagnostic.d.ts
|
|
3057
|
+
type DiagnosticDetail = Readonly<Record<string, unknown>>;
|
|
3058
|
+
interface DiagnosticPort {
|
|
3059
|
+
readonly trace: (scope: string, detail: DiagnosticDetail) => void;
|
|
3060
|
+
}
|
|
3061
|
+
//#endregion
|
|
3062
|
+
//#region src/openfort/create-openfort-browser-signer.d.ts
|
|
3063
|
+
interface OpenfortBrowserSignerOptions {
|
|
3064
|
+
readonly diagnostic?: DiagnosticPort;
|
|
3065
|
+
/** Testing seam below the existing one-retry recovery owner. */
|
|
3066
|
+
readonly signUserOpHash?: ((hash: Parameters<CapxulSigner["signUserOpHash"]>[0], delegate: CapxulSigner["signUserOpHash"]) => ReturnType<CapxulSigner["signUserOpHash"]>) | undefined;
|
|
3067
|
+
}
|
|
3068
|
+
//#endregion
|
|
3069
|
+
//#region src/production.d.ts
|
|
3070
|
+
/**
|
|
3071
|
+
* Consumer-facing `createCapxulClient` input (SDK DX public surface · #326).
|
|
3072
|
+
* The publishable key is the primary input; bootstrap host, invoke timeout,
|
|
3073
|
+
* runtime detection, and auth-cache selection are SDK-owned defaults.
|
|
3074
|
+
*/
|
|
3075
|
+
interface CapxulClientInput {
|
|
3076
|
+
readonly publishableKey: string;
|
|
3077
|
+
/** Public Capxul bootstrap origin; defaults remain unchanged when omitted. */
|
|
3078
|
+
readonly bootstrapBaseUrl?: string;
|
|
3079
|
+
/**
|
|
3080
|
+
* One host-owned product/failure observability module around the host's
|
|
3081
|
+
* existing analytics client. Omit for zero host observation work.
|
|
3082
|
+
*/
|
|
3083
|
+
readonly observability?: HostObservability;
|
|
3084
|
+
/**
|
|
3085
|
+
* Init-time account readiness target (issue #159 · AC4). Threaded into
|
|
3086
|
+
* `assembleCapxulClient` so `client.account.{getStatus,ensureReady}` reflect
|
|
3087
|
+
* the consumer's chosen requirement. Optional — defaults to `"none"` (SDK
|
|
3088
|
+
* publish readiness · I3) so `createCapxulClient({ publishableKey })` works
|
|
3089
|
+
* with no account lane.
|
|
3090
|
+
*/
|
|
3091
|
+
readonly requirement?: AccountRequirement;
|
|
3092
|
+
/**
|
|
3093
|
+
* Consumer-held signer (backend-orchestrated-deploy.md). Required for
|
|
3094
|
+
* `requirement: "deployed"` flows: `provision` reads `getAddress()` and the
|
|
3095
|
+
* deploy path signs the backend's SafeOp digest via `signUserOpHash()`. The
|
|
3096
|
+
* backend orchestrates build + gas + paymaster + submit — the client never
|
|
3097
|
+
* holds an RPC URL, a gas-sponsorship policy, or a bundler.
|
|
3098
|
+
*/
|
|
3099
|
+
readonly signer?: CapxulSigner;
|
|
3100
|
+
}
|
|
3101
|
+
/** Per-client signing controls; only the testing entry exposes these to consumers. */
|
|
3102
|
+
interface ProductionSignerControls {
|
|
3103
|
+
/** Final signing call. Address, readiness and session lifecycle retain their real owner. */
|
|
3104
|
+
readonly signUserOpHash?: (hash: Parameters<CapxulSigner["signUserOpHash"]>[0], signer: CapxulSigner & {
|
|
3105
|
+
readonly resetSession?: () => void;
|
|
3106
|
+
}) => ReturnType<CapxulSigner["signUserOpHash"]>;
|
|
3107
|
+
/** Embedded signing calls, including the existing recovery owner's single retry. */
|
|
3108
|
+
readonly signEmbeddedUserOpHash?: OpenfortBrowserSignerOptions["signUserOpHash"];
|
|
3109
|
+
}
|
|
3110
|
+
//#endregion
|
|
3111
|
+
export { OrganizationPaymentBatchInput as $, RequestStatus as $n, Destination as $t, OrgScopedMethods as A, Ref$1 as An, AddressBookAddInput as At, AuthorizeRunOptions as B, SmartAccountMethods as Bn, ActivityFilter as Bt, CurrentUserMethods as C, PaymentMoney as Cn, AccountMethods as Ct, MemberStatus as D, PaymentsMethods as Dn, ActorRequest as Dt, InviteMemberInput as E, PaymentType as En, ActorRelationshipMethods as Et, ResendInviteTokenInput as F, AccountLifecycle as Fn, InboxItem as Ft, PayrollGroupsMethods as G, ActorRef as Gn, ActivityPage as Gt, PayrollGroup as H, OrgLifecycle as Hn, ActivityKind as Ht, RoleDefinition as I, AccountSetupStep as In, InboxMethods as It, PayrollRun as J, SubmittedPermissionExecution as Jn, ActivitySummary as Jt, PayrollMethods as K, CurrentHoldings as Kn, ActivityRange as Kt, RoleSpendCap as L, isSettingUpLifecycle as Ln, ActivityAnnotation as Lt, OrgView as M, TargetReference as Mn, AddressBookLabelInput as Mt, OrganizationAccount as N, TargetsMethods as Nn, AddressBookMethods as Nt, MemberView as O, PaymentsPayInput as On, ActorRequestIssueInput as Ot, OrganizationAuditLogItem as P, fingerprintPaymentIntent as Pn, InboxApproveInput as Pt, PayrollTermsUnit as Q, PaymentStatus$1 as Qn, DepositInstructions as Qt, RoleView as R, CompleteProfileInput as Rn, ActivityAnnotationInput as Rt, CurrentUserContext as S, PaymentDocumentsMethods as Sn, ReadyAccountLifecycle as St, DetectPendingOrgInvitationsResult as T, PaymentTiming as Tn, ActorProfileMethods as Tt, PayrollGroupInput as U, OrgSetupStep as Un, ActivityListParams as Ut, PayrollEngagementTerms as V, AuthMethods as Vn, ActivityItem as Vt, PayrollGroupMember as W, PayoutAddress as Wn, ActivityMethods as Wt, PayrollRunStatus as X, PAYMENT_DIRECTIONS as Xn, ActivitySummaryTotal as Xt, PayrollRunItemInput as Y, InboxStatus as Yn, ActivitySummaryParams as Yt, PayrollRuns as Z, PAYMENT_STATUSES as Zn, ActorReference as Zt, HoldingsMethods as _, PaymentDirection as _n, OnboardingMethods as _t, ObservationContext as a, DestinationRemoveInput as an, IdentityEvent as ar, PermissionCreateInput as at, SystemHealth as b, PaymentDocumentRender as bn, PersonOnboarding as bt, HostObservability as c, MeMethods as cn, Readiness as cr, PermissionReplaceInput as ct, postHogObservability as d, OfframpMethods as dn, isClaimed as dr, Budget as dt, DestinationAddInput as en, TelemetryEvent as er, OrganizationPaymentInput as et, CapxulClient as f, OfframpQuote as fn, isRestoring as fr, OrgMe as ft, IdentityRuntimeSendResult as g, PaymentActivityEvidence as gn, CompletedPersonProfile as gt, IdentityRuntime as h, Payment as hn, AccountsMethods as ht, ObservationAdapter as i, DestinationRail as in, Destination$1 as ir, PermissionChangeInput as it, OrgTemplate as j, ResolvedTarget as jn, AddressBookEntry as jt, OrgMethods as k, RecipientResolution as kn, ActorRequestsMethods as kt, PostHogObservabilityClient as l, MeProfile as ln, StateLabel as lr, PermissionRevokeInput as lt, IdentityProfileDetails as m, OfframpStatus as mn, InvocationControls as mr, OrgMeOptions as mt, ProductionSignerControls as n, DestinationListInput as nn, TelemetryIdentifyInput as nr, OrganizationPaymentsMethods as nt, ObservationDelivery as o, DestinationsMethods as on, IdentityState as or, PermissionMethods as ot, CreateCapxulClientInput as p, OfframpQuoteInput as pn, IdentityTransition as pr, OrgMeMethod as pt, PayrollOptions as q, Permission as qn, ActivityReference as qt, CAPXUL_SDK_EXPECTED_OUTCOME_EVENT as r, DestinationPayload as rn, TelemetryPort as rr, PermissionAssignInput as rt, SdkFailureObservation as s, FinancialOpsMethods as sn, OrgLane as sr, PermissionOptions as st, CapxulClientInput as t, DestinationKind as tn, TelemetryGroupInput as tr, OrganizationPaymentItemInput as tt, PostHogObservabilityOptions as u, MovementActivityEvidence as un, destination as ur, PermissionReadResult as ut, Holding as v, PaymentDocumentKind as vn, OrganizationOnboarding as vt, CreateOrgInput as w, PaymentStatus as wn, ActorProfile as wt, MediaMethods as x, PaymentDocumentVerification as xn, PersonOnboardingInput as xt, SystemMethods as y, PaymentDocumentRef as yn, OrganizationOnboardingInput as yt, AuthorizeRunInput as z, IdentityMethods as zn, ActivityDetail as zt };
|