@dxos/plugin-client 0.8.4-main.937b3ca → 0.8.4-main.9be5663bfe
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/lib/browser/chunk-ELAYKIQU.mjs +12 -0
- package/dist/lib/browser/chunk-ELAYKIQU.mjs.map +7 -0
- package/dist/lib/browser/chunk-J5LGTIGS.mjs +10 -0
- package/dist/lib/browser/chunk-J5LGTIGS.mjs.map +7 -0
- package/dist/lib/browser/chunk-M43LJQ5U.mjs +175 -0
- package/dist/lib/browser/chunk-M43LJQ5U.mjs.map +7 -0
- package/dist/lib/browser/chunk-WNJRYPGG.mjs +131 -0
- package/dist/lib/browser/chunk-WNJRYPGG.mjs.map +7 -0
- package/dist/lib/browser/cli/index.mjs +92 -80
- package/dist/lib/browser/cli/index.mjs.map +3 -3
- package/dist/lib/browser/create-agent-SS5SE35J.mjs +34 -0
- package/dist/lib/browser/create-agent-SS5SE35J.mjs.map +7 -0
- package/dist/lib/browser/create-identity-PBEUEIPN.mjs +30 -0
- package/dist/lib/browser/create-identity-PBEUEIPN.mjs.map +7 -0
- package/dist/lib/browser/create-passkey-JN6I5WMM.mjs +105 -0
- package/dist/lib/browser/create-passkey-JN6I5WMM.mjs.map +7 -0
- package/dist/lib/browser/create-recovery-code-32I6IWZC.mjs +44 -0
- package/dist/lib/browser/create-recovery-code-32I6IWZC.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +90 -93
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/join-identity-2BP4G2SD.mjs +27 -0
- package/dist/lib/browser/join-identity-2BP4G2SD.mjs.map +7 -0
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/operations/index.mjs +13 -0
- package/dist/lib/browser/operations/index.mjs.map +7 -0
- package/dist/lib/browser/recover-identity-LS6B5INB.mjs +26 -0
- package/dist/lib/browser/recover-identity-LS6B5INB.mjs.map +7 -0
- package/dist/lib/browser/redeem-passkey-OCIV6VCK.mjs +82 -0
- package/dist/lib/browser/redeem-passkey-OCIV6VCK.mjs.map +7 -0
- package/dist/lib/browser/redeem-token-6BCRGKV6.mjs +37 -0
- package/dist/lib/browser/redeem-token-6BCRGKV6.mjs.map +7 -0
- package/dist/lib/browser/reset-storage-QJLTL7J3.mjs +26 -0
- package/dist/lib/browser/reset-storage-QJLTL7J3.mjs.map +7 -0
- package/dist/lib/browser/share-identity-YJEBJTPA.mjs +31 -0
- package/dist/lib/browser/share-identity-YJEBJTPA.mjs.map +7 -0
- package/dist/lib/browser/testing/index.mjs +22 -0
- package/dist/lib/browser/testing/index.mjs.map +7 -0
- package/dist/lib/browser/types/index.mjs +4 -5
- package/dist/lib/node-esm/chunk-HSLMI22Q.mjs +11 -0
- package/dist/lib/node-esm/chunk-HSLMI22Q.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-IT5LAIV3.mjs +133 -0
- package/dist/lib/node-esm/chunk-IT5LAIV3.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-J5RWSQT6.mjs +14 -0
- package/dist/lib/node-esm/chunk-J5RWSQT6.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-SJ6FDER5.mjs +176 -0
- package/dist/lib/node-esm/chunk-SJ6FDER5.mjs.map +7 -0
- package/dist/lib/node-esm/cli/index.mjs +92 -80
- package/dist/lib/node-esm/cli/index.mjs.map +3 -3
- package/dist/lib/node-esm/create-agent-QGEHMHBL.mjs +35 -0
- package/dist/lib/node-esm/create-agent-QGEHMHBL.mjs.map +7 -0
- package/dist/lib/node-esm/create-identity-EHRJQOO4.mjs +31 -0
- package/dist/lib/node-esm/create-identity-EHRJQOO4.mjs.map +7 -0
- package/dist/lib/node-esm/create-passkey-PFBHHBEQ.mjs +106 -0
- package/dist/lib/node-esm/create-passkey-PFBHHBEQ.mjs.map +7 -0
- package/dist/lib/node-esm/create-recovery-code-HBAM2A72.mjs +45 -0
- package/dist/lib/node-esm/create-recovery-code-HBAM2A72.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +90 -93
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/join-identity-75JCKQHM.mjs +28 -0
- package/dist/lib/node-esm/join-identity-75JCKQHM.mjs.map +7 -0
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/operations/index.mjs +14 -0
- package/dist/lib/node-esm/operations/index.mjs.map +7 -0
- package/dist/lib/node-esm/recover-identity-AKGNTUJI.mjs +27 -0
- package/dist/lib/node-esm/recover-identity-AKGNTUJI.mjs.map +7 -0
- package/dist/lib/node-esm/redeem-passkey-FZO3LZ57.mjs +83 -0
- package/dist/lib/node-esm/redeem-passkey-FZO3LZ57.mjs.map +7 -0
- package/dist/lib/node-esm/redeem-token-IHHIAIQ2.mjs +38 -0
- package/dist/lib/node-esm/redeem-token-IHHIAIQ2.mjs.map +7 -0
- package/dist/lib/node-esm/reset-storage-S5MJITI3.mjs +27 -0
- package/dist/lib/node-esm/reset-storage-S5MJITI3.mjs.map +7 -0
- package/dist/lib/node-esm/share-identity-QZLY3VHE.mjs +32 -0
- package/dist/lib/node-esm/share-identity-QZLY3VHE.mjs.map +7 -0
- package/dist/lib/node-esm/testing/index.mjs +23 -0
- package/dist/lib/node-esm/testing/index.mjs.map +7 -0
- package/dist/lib/node-esm/types/index.mjs +4 -5
- package/dist/types/src/ClientPlugin.d.ts +1 -1
- package/dist/types/src/ClientPlugin.d.ts.map +1 -1
- package/dist/types/src/capabilities/app-graph-builder.d.ts +6 -0
- package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -0
- package/dist/types/src/capabilities/client.d.ts +8 -0
- package/dist/types/src/capabilities/client.d.ts.map +1 -0
- package/dist/types/src/capabilities/index.d.ts +32 -7
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/migrations.d.ts +5 -0
- package/dist/types/src/capabilities/migrations.d.ts.map +1 -0
- package/dist/types/src/capabilities/navigation-handler/index.d.ts +4 -0
- package/dist/types/src/capabilities/navigation-handler/index.d.ts.map +1 -0
- package/dist/types/src/capabilities/navigation-handler/navigation-handler.d.ts +15 -0
- package/dist/types/src/capabilities/navigation-handler/navigation-handler.d.ts.map +1 -0
- package/dist/types/src/capabilities/{client/index.d.ts → node.d.ts} +7 -3
- package/dist/types/src/capabilities/node.d.ts.map +1 -0
- package/dist/types/src/capabilities/operation-handler.d.ts +6 -0
- package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -0
- package/dist/types/src/capabilities/{react-context/react-context.d.ts → react-context.d.ts} +1 -1
- package/dist/types/src/capabilities/react-context.d.ts.map +1 -0
- package/dist/types/src/capabilities/react-surface.d.ts +9 -0
- package/dist/types/src/capabilities/react-surface.d.ts.map +1 -0
- package/dist/types/src/capabilities/schema-defs.d.ts +5 -0
- package/dist/types/src/capabilities/schema-defs.d.ts.map +1 -0
- package/dist/types/src/cli/commands/config/view.d.ts.map +1 -1
- package/dist/types/src/cli/commands/device/info/info.d.ts +2 -2
- package/dist/types/src/cli/commands/device/info/info.d.ts.map +1 -1
- package/dist/types/src/cli/commands/device/list/list.d.ts +2 -2
- package/dist/types/src/cli/commands/device/list/list.d.ts.map +1 -1
- package/dist/types/src/cli/commands/device/update/update.d.ts.map +1 -1
- package/dist/types/src/cli/commands/edge/status.d.ts.map +1 -1
- package/dist/types/src/cli/commands/halo/create/create.d.ts +2 -2
- package/dist/types/src/cli/commands/halo/create/create.d.ts.map +1 -1
- package/dist/types/src/cli/commands/halo/credential/list/list.d.ts +1 -1
- package/dist/types/src/cli/commands/halo/credential/list/list.d.ts.map +1 -1
- package/dist/types/src/cli/commands/halo/identity/identity.d.ts +2 -2
- package/dist/types/src/cli/commands/halo/identity/identity.d.ts.map +1 -1
- package/dist/types/src/cli/commands/halo/keys/keys.d.ts +2 -2
- package/dist/types/src/cli/commands/halo/keys/keys.d.ts.map +1 -1
- package/dist/types/src/cli/commands/halo/seed/seed.d.ts.map +1 -1
- package/dist/types/src/cli/commands/halo/update/update.d.ts.map +1 -1
- package/dist/types/src/cli/commands/profile/create.d.ts +2 -1
- package/dist/types/src/cli/commands/profile/create.d.ts.map +1 -1
- package/dist/types/src/cli/commands/profile/delete.d.ts +1 -1
- package/dist/types/src/cli/commands/profile/delete.d.ts.map +1 -1
- package/dist/types/src/cli/commands/profile/list.d.ts.map +1 -1
- package/dist/types/src/cli/plugin.d.ts +1 -1
- package/dist/types/src/cli/plugin.d.ts.map +1 -1
- package/dist/types/src/cli/testing/test-console.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +0 -6
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/containers/DevicesContainer/DevicesContainer.d.ts.map +1 -0
- package/dist/types/src/containers/DevicesContainer/DevicesContainer.stories.d.ts +184 -0
- package/dist/types/src/containers/DevicesContainer/DevicesContainer.stories.d.ts.map +1 -0
- package/dist/types/src/containers/DevicesContainer/index.d.ts +2 -0
- package/dist/types/src/containers/DevicesContainer/index.d.ts.map +1 -0
- package/dist/types/src/containers/JoinDialog/JoinDialog.d.ts.map +1 -0
- package/dist/types/src/containers/JoinDialog/JoinDialog.stories.d.ts +15 -0
- package/dist/types/src/containers/JoinDialog/JoinDialog.stories.d.ts.map +1 -0
- package/dist/types/src/containers/JoinDialog/index.d.ts +2 -0
- package/dist/types/src/containers/JoinDialog/index.d.ts.map +1 -0
- package/dist/types/src/containers/ProfileContainer/ProfileContainer.d.ts.map +1 -0
- package/dist/types/src/containers/ProfileContainer/ProfileContainer.stories.d.ts.map +1 -0
- package/dist/types/src/containers/ProfileContainer/index.d.ts +2 -0
- package/dist/types/src/containers/ProfileContainer/index.d.ts.map +1 -0
- package/dist/types/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.d.ts.map +1 -0
- package/dist/types/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.stories.d.ts.map +1 -0
- package/dist/types/src/containers/RecoveryCodeDialog/index.d.ts +4 -0
- package/dist/types/src/containers/RecoveryCodeDialog/index.d.ts.map +1 -0
- package/dist/types/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.d.ts.map +1 -0
- package/dist/types/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.stories.d.ts.map +1 -0
- package/dist/types/src/containers/RecoveryCredentialsContainer/index.d.ts +2 -0
- package/dist/types/src/containers/RecoveryCredentialsContainer/index.d.ts.map +1 -0
- package/dist/types/src/{components → containers/ResetDialog}/ResetDialog.d.ts +1 -1
- package/dist/types/src/containers/ResetDialog/ResetDialog.d.ts.map +1 -0
- package/dist/types/src/{components → containers/ResetDialog}/ResetDialog.stories.d.ts +1 -1
- package/dist/types/src/containers/ResetDialog/ResetDialog.stories.d.ts.map +1 -0
- package/dist/types/src/containers/ResetDialog/index.d.ts +4 -0
- package/dist/types/src/containers/ResetDialog/index.d.ts.map +1 -0
- package/dist/types/src/containers/index.d.ts +10 -0
- package/dist/types/src/containers/index.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +2 -4
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/operations/create-agent.d.ts +5 -0
- package/dist/types/src/operations/create-agent.d.ts.map +1 -0
- package/dist/types/src/operations/create-identity.d.ts +5 -0
- package/dist/types/src/operations/create-identity.d.ts.map +1 -0
- package/dist/types/src/operations/create-passkey.d.ts +5 -0
- package/dist/types/src/operations/create-passkey.d.ts.map +1 -0
- package/dist/types/src/operations/create-recovery-code.d.ts +5 -0
- package/dist/types/src/operations/create-recovery-code.d.ts.map +1 -0
- package/dist/types/src/operations/definitions.d.ts +36 -0
- package/dist/types/src/operations/definitions.d.ts.map +1 -0
- package/dist/types/src/operations/index.d.ts +4 -0
- package/dist/types/src/operations/index.d.ts.map +1 -0
- package/dist/types/src/operations/join-identity.d.ts +5 -0
- package/dist/types/src/operations/join-identity.d.ts.map +1 -0
- package/dist/types/src/operations/recover-identity.d.ts +5 -0
- package/dist/types/src/operations/recover-identity.d.ts.map +1 -0
- package/dist/types/src/operations/redeem-passkey.d.ts +5 -0
- package/dist/types/src/operations/redeem-passkey.d.ts.map +1 -0
- package/dist/types/src/operations/redeem-token.d.ts +5 -0
- package/dist/types/src/operations/redeem-token.d.ts.map +1 -0
- package/dist/types/src/operations/reset-storage.d.ts +5 -0
- package/dist/types/src/operations/reset-storage.d.ts.map +1 -0
- package/dist/types/src/operations/share-identity.d.ts +5 -0
- package/dist/types/src/operations/share-identity.d.ts.map +1 -0
- package/dist/types/src/testing/index.d.ts +2 -0
- package/dist/types/src/testing/index.d.ts.map +1 -0
- package/dist/types/src/testing/initializeIdentity.d.ts +13 -0
- package/dist/types/src/testing/initializeIdentity.d.ts.map +1 -0
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types/capabilities.d.ts +1 -1
- package/dist/types/src/types/capabilities.d.ts.map +1 -1
- package/dist/types/src/types/schema.d.ts +26 -175
- package/dist/types/src/types/schema.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +72 -36
- package/src/ClientPlugin.ts +37 -24
- package/src/capabilities/{app-graph-builder/app-graph-builder.ts → app-graph-builder.ts} +22 -20
- package/src/capabilities/{client/client.ts → client.ts} +16 -12
- package/src/capabilities/index.ts +15 -7
- package/src/capabilities/{migrations/migrations.ts → migrations.ts} +4 -4
- package/src/capabilities/navigation-handler/index.ts +9 -0
- package/src/capabilities/navigation-handler/navigation-handler.ts +64 -0
- package/src/capabilities/node.ts +13 -0
- package/src/capabilities/operation-handler.ts +16 -0
- package/src/capabilities/{react-context/react-context.tsx → react-context.tsx} +7 -7
- package/src/capabilities/{react-surface/react-surface.tsx → react-surface.tsx} +21 -22
- package/src/capabilities/{schema-defs/schema-defs.ts → schema-defs.ts} +8 -7
- package/src/cli/commands/config/view.ts +4 -1
- package/src/cli/commands/device/info/info.test.ts +0 -1
- package/src/cli/commands/device/info/info.ts +0 -2
- package/src/cli/commands/device/list/list.test.ts +0 -1
- package/src/cli/commands/device/list/list.ts +0 -2
- package/src/cli/commands/device/update/update.ts +0 -2
- package/src/cli/commands/edge/status.ts +3 -2
- package/src/cli/commands/halo/create/create.test.ts +0 -1
- package/src/cli/commands/halo/create/create.ts +14 -6
- package/src/cli/commands/halo/credential/list/list.test.ts +0 -1
- package/src/cli/commands/halo/credential/list/list.ts +4 -7
- package/src/cli/commands/halo/identity/identity.ts +0 -1
- package/src/cli/commands/halo/keys/keys.ts +0 -2
- package/src/cli/commands/halo/seed/seed.ts +0 -2
- package/src/cli/commands/halo/update/update.test.ts +0 -1
- package/src/cli/commands/halo/update/update.ts +0 -2
- package/src/cli/commands/profile/create.ts +9 -6
- package/src/cli/commands/profile/delete.ts +5 -2
- package/src/cli/commands/profile/list.ts +12 -11
- package/src/cli/plugin.ts +11 -13
- package/src/cli/testing/test-console.ts +1 -2
- package/src/components/index.ts +0 -7
- package/src/constants.ts +4 -4
- package/src/{components → containers/DevicesContainer}/DevicesContainer.stories.tsx +10 -7
- package/src/{components → containers/DevicesContainer}/DevicesContainer.tsx +77 -84
- package/src/containers/DevicesContainer/index.ts +5 -0
- package/src/containers/JoinDialog/JoinDialog.stories.tsx +42 -0
- package/src/{components → containers/JoinDialog}/JoinDialog.tsx +20 -15
- package/src/containers/JoinDialog/index.ts +5 -0
- package/src/{components → containers/ProfileContainer}/ProfileContainer.stories.tsx +4 -5
- package/src/{components → containers/ProfileContainer}/ProfileContainer.tsx +22 -30
- package/src/containers/ProfileContainer/index.ts +5 -0
- package/src/{components → containers/RecoveryCodeDialog}/RecoveryCodeDialog.stories.tsx +4 -5
- package/src/{components → containers/RecoveryCodeDialog}/RecoveryCodeDialog.tsx +29 -26
- package/src/containers/RecoveryCodeDialog/index.ts +8 -0
- package/src/{components → containers/RecoveryCredentialsContainer}/RecoveryCredentialsContainer.stories.tsx +10 -7
- package/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.tsx +66 -0
- package/src/containers/RecoveryCredentialsContainer/index.ts +5 -0
- package/src/{components → containers/ResetDialog}/ResetDialog.stories.tsx +27 -15
- package/src/{components → containers/ResetDialog}/ResetDialog.tsx +15 -13
- package/src/containers/ResetDialog/index.ts +8 -0
- package/src/containers/index.ts +15 -0
- package/src/index.ts +2 -5
- package/src/meta.ts +1 -1
- package/src/operations/create-agent.ts +26 -0
- package/src/operations/create-identity.ts +29 -0
- package/src/operations/create-passkey.ts +88 -0
- package/src/operations/create-recovery-code.ts +34 -0
- package/src/operations/definitions.ts +107 -0
- package/src/operations/index.ts +20 -0
- package/src/operations/join-identity.ts +28 -0
- package/src/operations/recover-identity.ts +28 -0
- package/src/operations/redeem-passkey.ts +85 -0
- package/src/operations/redeem-token.ts +31 -0
- package/src/operations/reset-storage.ts +27 -0
- package/src/operations/share-identity.ts +26 -0
- package/src/testing/index.ts +5 -0
- package/src/testing/initializeIdentity.ts +24 -0
- package/src/translations.ts +53 -42
- package/src/types/capabilities.ts +4 -4
- package/src/types/events.ts +6 -6
- package/src/types/schema.ts +18 -123
- package/dist/lib/browser/app-graph-builder-3FGBMLTF.mjs +0 -118
- package/dist/lib/browser/app-graph-builder-3FGBMLTF.mjs.map +0 -7
- package/dist/lib/browser/chunk-4BZGRIFS.mjs +0 -293
- package/dist/lib/browser/chunk-4BZGRIFS.mjs.map +0 -7
- package/dist/lib/browser/chunk-F7H2Y3Z2.mjs +0 -18
- package/dist/lib/browser/chunk-F7H2Y3Z2.mjs.map +0 -7
- package/dist/lib/browser/chunk-G7C3S2BE.mjs +0 -15
- package/dist/lib/browser/chunk-G7C3S2BE.mjs.map +0 -7
- package/dist/lib/browser/client-IX5LMWV4.mjs +0 -86
- package/dist/lib/browser/client-IX5LMWV4.mjs.map +0 -7
- package/dist/lib/browser/migrations-3EBTAW3N.mjs +0 -24
- package/dist/lib/browser/migrations-3EBTAW3N.mjs.map +0 -7
- package/dist/lib/browser/operation-resolver-2NT3ISVP.mjs +0 -298
- package/dist/lib/browser/operation-resolver-2NT3ISVP.mjs.map +0 -7
- package/dist/lib/browser/react-context-4UABG3GP.mjs +0 -24
- package/dist/lib/browser/react-context-4UABG3GP.mjs.map +0 -7
- package/dist/lib/browser/react-surface-RSQ74XCT.mjs +0 -675
- package/dist/lib/browser/react-surface-RSQ74XCT.mjs.map +0 -7
- package/dist/lib/browser/schema-defs-O7VLP745.mjs +0 -26
- package/dist/lib/browser/schema-defs-O7VLP745.mjs.map +0 -7
- package/dist/lib/node-esm/app-graph-builder-2PIYVUNC.mjs +0 -119
- package/dist/lib/node-esm/app-graph-builder-2PIYVUNC.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-BCELGXRI.mjs +0 -20
- package/dist/lib/node-esm/chunk-BCELGXRI.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-JAF64TFQ.mjs +0 -295
- package/dist/lib/node-esm/chunk-JAF64TFQ.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-PRAFFO54.mjs +0 -16
- package/dist/lib/node-esm/chunk-PRAFFO54.mjs.map +0 -7
- package/dist/lib/node-esm/client-FFPK5UFP.mjs +0 -87
- package/dist/lib/node-esm/client-FFPK5UFP.mjs.map +0 -7
- package/dist/lib/node-esm/migrations-WSZSFGDK.mjs +0 -25
- package/dist/lib/node-esm/migrations-WSZSFGDK.mjs.map +0 -7
- package/dist/lib/node-esm/operation-resolver-VW5R2BE4.mjs +0 -299
- package/dist/lib/node-esm/operation-resolver-VW5R2BE4.mjs.map +0 -7
- package/dist/lib/node-esm/react-context-UVXMGPW4.mjs +0 -25
- package/dist/lib/node-esm/react-context-UVXMGPW4.mjs.map +0 -7
- package/dist/lib/node-esm/react-surface-KBHANGGC.mjs +0 -676
- package/dist/lib/node-esm/react-surface-KBHANGGC.mjs.map +0 -7
- package/dist/lib/node-esm/schema-defs-QLRGBIKY.mjs +0 -27
- package/dist/lib/node-esm/schema-defs-QLRGBIKY.mjs.map +0 -7
- package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts +0 -6
- package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts.map +0 -1
- package/dist/types/src/capabilities/app-graph-builder/index.d.ts +0 -3
- package/dist/types/src/capabilities/app-graph-builder/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/client/client.d.ts +0 -8
- package/dist/types/src/capabilities/client/client.d.ts.map +0 -1
- package/dist/types/src/capabilities/client/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/migrations/index.d.ts +0 -3
- package/dist/types/src/capabilities/migrations/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/migrations/migrations.d.ts +0 -5
- package/dist/types/src/capabilities/migrations/migrations.d.ts.map +0 -1
- package/dist/types/src/capabilities/operation-resolver/index.d.ts +0 -5
- package/dist/types/src/capabilities/operation-resolver/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts +0 -8
- package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-context/index.d.ts +0 -7
- package/dist/types/src/capabilities/react-context/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-context/react-context.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-surface/index.d.ts +0 -5
- package/dist/types/src/capabilities/react-surface/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-surface/react-surface.d.ts +0 -9
- package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +0 -1
- package/dist/types/src/capabilities/schema-defs/index.d.ts +0 -3
- package/dist/types/src/capabilities/schema-defs/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/schema-defs/schema-defs.d.ts +0 -5
- package/dist/types/src/capabilities/schema-defs/schema-defs.d.ts.map +0 -1
- package/dist/types/src/components/DevicesContainer.d.ts.map +0 -1
- package/dist/types/src/components/DevicesContainer.stories.d.ts +0 -181
- package/dist/types/src/components/DevicesContainer.stories.d.ts.map +0 -1
- package/dist/types/src/components/JoinDialog.d.ts.map +0 -1
- package/dist/types/src/components/ProfileContainer.d.ts.map +0 -1
- package/dist/types/src/components/ProfileContainer.stories.d.ts.map +0 -1
- package/dist/types/src/components/RecoveryCodeDialog.d.ts.map +0 -1
- package/dist/types/src/components/RecoveryCodeDialog.stories.d.ts.map +0 -1
- package/dist/types/src/components/RecoveryCredentialsContainer.d.ts.map +0 -1
- package/dist/types/src/components/RecoveryCredentialsContainer.stories.d.ts.map +0 -1
- package/dist/types/src/components/ResetDialog.d.ts.map +0 -1
- package/dist/types/src/components/ResetDialog.stories.d.ts.map +0 -1
- package/src/capabilities/app-graph-builder/index.ts +0 -7
- package/src/capabilities/client/index.ts +0 -7
- package/src/capabilities/migrations/index.ts +0 -7
- package/src/capabilities/operation-resolver/index.ts +0 -7
- package/src/capabilities/operation-resolver/operation-resolver.ts +0 -248
- package/src/capabilities/react-context/index.ts +0 -7
- package/src/capabilities/react-surface/index.ts +0 -7
- package/src/capabilities/schema-defs/index.ts +0 -7
- package/src/components/RecoveryCredentialsContainer.tsx +0 -68
- /package/dist/types/src/{components → containers/DevicesContainer}/DevicesContainer.d.ts +0 -0
- /package/dist/types/src/{components → containers/JoinDialog}/JoinDialog.d.ts +0 -0
- /package/dist/types/src/{components → containers/ProfileContainer}/ProfileContainer.d.ts +0 -0
- /package/dist/types/src/{components → containers/ProfileContainer}/ProfileContainer.stories.d.ts +0 -0
- /package/dist/types/src/{components → containers/RecoveryCodeDialog}/RecoveryCodeDialog.d.ts +0 -0
- /package/dist/types/src/{components → containers/RecoveryCodeDialog}/RecoveryCodeDialog.stories.d.ts +0 -0
- /package/dist/types/src/{components → containers/RecoveryCredentialsContainer}/RecoveryCredentialsContainer.d.ts +0 -0
- /package/dist/types/src/{components → containers/RecoveryCredentialsContainer}/RecoveryCredentialsContainer.stories.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redeem-passkey.d.ts","sourceRoot":"","sources":["../../../../src/operations/redeem-passkey.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAG5C,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,aAAa,CAgExD,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redeem-token.d.ts","sourceRoot":"","sources":["../../../../src/operations/redeem-token.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAG5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,WAAW,CAatD,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reset-storage.d.ts","sourceRoot":"","sources":["../../../../src/operations/reset-storage.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAG5C,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAE7C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,YAAY,CAYvD,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"share-identity.d.ts","sourceRoot":"","sources":["../../../../src/operations/share-identity.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI5C,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,aAAa,CAUxD,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/testing/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as Effect from 'effect/Effect';
|
|
2
|
+
import { type Client } from '@dxos/client';
|
|
3
|
+
import { type Space } from '@dxos/client-protocol';
|
|
4
|
+
import { type Identity } from '@dxos/protocols/proto/dxos/client/services';
|
|
5
|
+
/**
|
|
6
|
+
* Create an identity and a personal space.
|
|
7
|
+
* Returns the identity and space for further setup.
|
|
8
|
+
*/
|
|
9
|
+
export declare const initializeIdentity: (client: Client) => Effect.Effect<{
|
|
10
|
+
identity: Identity;
|
|
11
|
+
personalSpace: Space;
|
|
12
|
+
}, never, never>;
|
|
13
|
+
//# sourceMappingURL=initializeIdentity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"initializeIdentity.d.ts","sourceRoot":"","sources":["../../../../src/testing/initializeIdentity.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,4CAA4C,CAAC;AAE3E;;;GAGG;AACH,eAAO,MAAM,kBAAkB,GAC7B,QAAQ,MAAM,KACb,MAAM,CAAC,MAAM,CAAC;IAAE,QAAQ,EAAE,QAAQ,CAAC;IAAC,aAAa,EAAE,KAAK,CAAA;CAAE,EAAE,KAAK,EAAE,KAAK,CAMvE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AA+E/C,eAAO,MAAM,YAAY,EAAE,QAAQ,EAAkD,CAAC"}
|
|
@@ -4,7 +4,7 @@ import { type ObjectMigration } from '@dxos/client/echo';
|
|
|
4
4
|
import { type Type } from '@dxos/echo';
|
|
5
5
|
export declare namespace ClientCapabilities {
|
|
6
6
|
const Client: Capability.InterfaceDef<Client>;
|
|
7
|
-
const Schema: Capability.InterfaceDef<Type.
|
|
7
|
+
const Schema: Capability.InterfaceDef<Type.AnyEntity[]>;
|
|
8
8
|
const Migration: Capability.InterfaceDef<ObjectMigration[]>;
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=capabilities.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../../../../src/types/capabilities.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAIvC,yBAAiB,kBAAkB,CAAC;IAC3B,MAAM,MAAM,iCAA0D,CAAC;IACvE,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../../../../src/types/capabilities.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAIvC,yBAAiB,kBAAkB,CAAC;IAC3B,MAAM,MAAM,iCAA0D,CAAC;IACvE,MAAM,MAAM,2CAAoE,CAAC;IACjF,MAAM,SAAS,4CAAwE,CAAC;CAChG"}
|
|
@@ -3,8 +3,8 @@ import * as Schema from 'effect/Schema';
|
|
|
3
3
|
import { Capability } from '@dxos/app-framework';
|
|
4
4
|
import { type Client, type ClientOptions, PublicKey } from '@dxos/client';
|
|
5
5
|
export declare namespace ClientAction {
|
|
6
|
-
const CreateIdentity_base: Schema.TaggedClass<CreateIdentity, `${string}
|
|
7
|
-
readonly _tag: Schema.tag<`${string}
|
|
6
|
+
const CreateIdentity_base: Schema.TaggedClass<CreateIdentity, `${string}.action.create-identity`, {
|
|
7
|
+
readonly _tag: Schema.tag<`${string}.action.create-identity`>;
|
|
8
8
|
} & {
|
|
9
9
|
input: Schema.Struct<{
|
|
10
10
|
displayName: Schema.optional<typeof Schema.String>;
|
|
@@ -23,8 +23,8 @@ export declare namespace ClientAction {
|
|
|
23
23
|
}>;
|
|
24
24
|
export class CreateIdentity extends CreateIdentity_base {
|
|
25
25
|
}
|
|
26
|
-
const JoinIdentity_base: Schema.TaggedClass<JoinIdentity, `${string}
|
|
27
|
-
readonly _tag: Schema.tag<`${string}
|
|
26
|
+
const JoinIdentity_base: Schema.TaggedClass<JoinIdentity, `${string}.action.join-identity`, {
|
|
27
|
+
readonly _tag: Schema.tag<`${string}.action.join-identity`>;
|
|
28
28
|
} & {
|
|
29
29
|
input: Schema.Struct<{
|
|
30
30
|
invitationCode: Schema.optional<typeof Schema.String>;
|
|
@@ -33,24 +33,24 @@ export declare namespace ClientAction {
|
|
|
33
33
|
}>;
|
|
34
34
|
export class JoinIdentity extends JoinIdentity_base {
|
|
35
35
|
}
|
|
36
|
-
const ShareIdentity_base: Schema.TaggedClass<ShareIdentity, `${string}
|
|
37
|
-
readonly _tag: Schema.tag<`${string}
|
|
36
|
+
const ShareIdentity_base: Schema.TaggedClass<ShareIdentity, `${string}.action.share-identity`, {
|
|
37
|
+
readonly _tag: Schema.tag<`${string}.action.share-identity`>;
|
|
38
38
|
} & {
|
|
39
39
|
input: typeof Schema.Void;
|
|
40
40
|
output: typeof Schema.Void;
|
|
41
41
|
}>;
|
|
42
42
|
export class ShareIdentity extends ShareIdentity_base {
|
|
43
43
|
}
|
|
44
|
-
const RecoverIdentity_base: Schema.TaggedClass<RecoverIdentity, `${string}
|
|
45
|
-
readonly _tag: Schema.tag<`${string}
|
|
44
|
+
const RecoverIdentity_base: Schema.TaggedClass<RecoverIdentity, `${string}.action.recover-identity`, {
|
|
45
|
+
readonly _tag: Schema.tag<`${string}.action.recover-identity`>;
|
|
46
46
|
} & {
|
|
47
47
|
input: typeof Schema.Void;
|
|
48
48
|
output: typeof Schema.Void;
|
|
49
49
|
}>;
|
|
50
50
|
export class RecoverIdentity extends RecoverIdentity_base {
|
|
51
51
|
}
|
|
52
|
-
const ResetStorage_base: Schema.TaggedClass<ResetStorage, `${string}
|
|
53
|
-
readonly _tag: Schema.tag<`${string}
|
|
52
|
+
const ResetStorage_base: Schema.TaggedClass<ResetStorage, `${string}.action.reset-storage`, {
|
|
53
|
+
readonly _tag: Schema.tag<`${string}.action.reset-storage`>;
|
|
54
54
|
} & {
|
|
55
55
|
input: Schema.Struct<{
|
|
56
56
|
mode: Schema.optional<typeof Schema.String>;
|
|
@@ -59,40 +59,40 @@ export declare namespace ClientAction {
|
|
|
59
59
|
}>;
|
|
60
60
|
export class ResetStorage extends ResetStorage_base {
|
|
61
61
|
}
|
|
62
|
-
const CreateAgent_base: Schema.TaggedClass<CreateAgent, `${string}
|
|
63
|
-
readonly _tag: Schema.tag<`${string}
|
|
62
|
+
const CreateAgent_base: Schema.TaggedClass<CreateAgent, `${string}.action.create-agent`, {
|
|
63
|
+
readonly _tag: Schema.tag<`${string}.action.create-agent`>;
|
|
64
64
|
} & {
|
|
65
65
|
input: typeof Schema.Void;
|
|
66
66
|
output: typeof Schema.Void;
|
|
67
67
|
}>;
|
|
68
68
|
export class CreateAgent extends CreateAgent_base {
|
|
69
69
|
}
|
|
70
|
-
const CreateRecoveryCode_base: Schema.TaggedClass<CreateRecoveryCode, `${string}
|
|
71
|
-
readonly _tag: Schema.tag<`${string}
|
|
70
|
+
const CreateRecoveryCode_base: Schema.TaggedClass<CreateRecoveryCode, `${string}.action.create-recovery-code`, {
|
|
71
|
+
readonly _tag: Schema.tag<`${string}.action.create-recovery-code`>;
|
|
72
72
|
} & {
|
|
73
73
|
input: typeof Schema.Void;
|
|
74
74
|
output: typeof Schema.Void;
|
|
75
75
|
}>;
|
|
76
76
|
export class CreateRecoveryCode extends CreateRecoveryCode_base {
|
|
77
77
|
}
|
|
78
|
-
const CreatePasskey_base: Schema.TaggedClass<CreatePasskey, `${string}
|
|
79
|
-
readonly _tag: Schema.tag<`${string}
|
|
78
|
+
const CreatePasskey_base: Schema.TaggedClass<CreatePasskey, `${string}.action.create-passkey`, {
|
|
79
|
+
readonly _tag: Schema.tag<`${string}.action.create-passkey`>;
|
|
80
80
|
} & {
|
|
81
81
|
input: typeof Schema.Void;
|
|
82
82
|
output: typeof Schema.Void;
|
|
83
83
|
}>;
|
|
84
84
|
export class CreatePasskey extends CreatePasskey_base {
|
|
85
85
|
}
|
|
86
|
-
const RedeemPasskey_base: Schema.TaggedClass<RedeemPasskey, `${string}
|
|
87
|
-
readonly _tag: Schema.tag<`${string}
|
|
86
|
+
const RedeemPasskey_base: Schema.TaggedClass<RedeemPasskey, `${string}.action.redeem-passkey`, {
|
|
87
|
+
readonly _tag: Schema.tag<`${string}.action.redeem-passkey`>;
|
|
88
88
|
} & {
|
|
89
89
|
input: typeof Schema.Void;
|
|
90
90
|
output: typeof Schema.Void;
|
|
91
91
|
}>;
|
|
92
92
|
export class RedeemPasskey extends RedeemPasskey_base {
|
|
93
93
|
}
|
|
94
|
-
const RedeemToken_base: Schema.TaggedClass<RedeemToken, `${string}
|
|
95
|
-
readonly _tag: Schema.tag<`${string}
|
|
94
|
+
const RedeemToken_base: Schema.TaggedClass<RedeemToken, `${string}.action.redeem-token`, {
|
|
95
|
+
readonly _tag: Schema.tag<`${string}.action.redeem-token`>;
|
|
96
96
|
} & {
|
|
97
97
|
input: Schema.Struct<{
|
|
98
98
|
token: typeof Schema.String;
|
|
@@ -103,164 +103,15 @@ export declare namespace ClientAction {
|
|
|
103
103
|
}
|
|
104
104
|
export {};
|
|
105
105
|
}
|
|
106
|
-
/**
|
|
107
|
-
* Operations for the Client plugin.
|
|
108
|
-
*/
|
|
109
|
-
export declare namespace ClientOperation {
|
|
110
|
-
const CreateIdentity: Omit<{
|
|
111
|
-
readonly meta: {
|
|
112
|
-
readonly key: `${string}/create-identity`;
|
|
113
|
-
readonly name: "Create Identity";
|
|
114
|
-
};
|
|
115
|
-
readonly services: readonly [typeof Capability.Service];
|
|
116
|
-
readonly schema: {
|
|
117
|
-
readonly input: Schema.Struct<{
|
|
118
|
-
displayName: Schema.optional<typeof Schema.String>;
|
|
119
|
-
avatarCid: Schema.optional<typeof Schema.String>;
|
|
120
|
-
data: Schema.optional<Schema.Record$<typeof Schema.String, typeof Schema.Any>>;
|
|
121
|
-
}>;
|
|
122
|
-
readonly output: Schema.Struct<{
|
|
123
|
-
identityKey: Schema.instanceOf<PublicKey>;
|
|
124
|
-
spaceKey: Schema.optional<Schema.instanceOf<PublicKey>>;
|
|
125
|
-
profile: Schema.optional<Schema.Struct<{
|
|
126
|
-
displayName: Schema.optional<typeof Schema.String>;
|
|
127
|
-
avatarCid: Schema.optional<typeof Schema.String>;
|
|
128
|
-
data: Schema.optional<Schema.Record$<typeof Schema.String, typeof Schema.Any>>;
|
|
129
|
-
}>>;
|
|
130
|
-
}>;
|
|
131
|
-
};
|
|
132
|
-
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
133
|
-
readonly executionMode: "sync" | "async";
|
|
134
|
-
};
|
|
135
|
-
const JoinIdentity: Omit<{
|
|
136
|
-
readonly meta: {
|
|
137
|
-
readonly key: `${string}/join-identity`;
|
|
138
|
-
readonly name: "Join Identity";
|
|
139
|
-
};
|
|
140
|
-
readonly services: readonly [typeof Capability.Service];
|
|
141
|
-
readonly schema: {
|
|
142
|
-
readonly input: Schema.Struct<{
|
|
143
|
-
invitationCode: Schema.optional<typeof Schema.String>;
|
|
144
|
-
}>;
|
|
145
|
-
readonly output: typeof Schema.Void;
|
|
146
|
-
};
|
|
147
|
-
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
148
|
-
readonly executionMode: "sync" | "async";
|
|
149
|
-
};
|
|
150
|
-
const ShareIdentity: Omit<{
|
|
151
|
-
readonly meta: {
|
|
152
|
-
readonly key: `${string}/share-identity`;
|
|
153
|
-
readonly name: "Share Identity";
|
|
154
|
-
};
|
|
155
|
-
readonly services: readonly [typeof Capability.Service];
|
|
156
|
-
readonly schema: {
|
|
157
|
-
readonly input: typeof Schema.Void;
|
|
158
|
-
readonly output: typeof Schema.Void;
|
|
159
|
-
};
|
|
160
|
-
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
161
|
-
readonly executionMode: "sync" | "async";
|
|
162
|
-
};
|
|
163
|
-
const RecoverIdentity: Omit<{
|
|
164
|
-
readonly meta: {
|
|
165
|
-
readonly key: `${string}/recover-identity`;
|
|
166
|
-
readonly name: "Recover Identity";
|
|
167
|
-
};
|
|
168
|
-
readonly services: readonly [typeof Capability.Service];
|
|
169
|
-
readonly schema: {
|
|
170
|
-
readonly input: typeof Schema.Void;
|
|
171
|
-
readonly output: typeof Schema.Void;
|
|
172
|
-
};
|
|
173
|
-
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
174
|
-
readonly executionMode: "sync" | "async";
|
|
175
|
-
};
|
|
176
|
-
const ResetStorage: Omit<{
|
|
177
|
-
readonly meta: {
|
|
178
|
-
readonly key: `${string}/reset-storage`;
|
|
179
|
-
readonly name: "Reset Storage";
|
|
180
|
-
};
|
|
181
|
-
readonly services: readonly [typeof Capability.Service];
|
|
182
|
-
readonly schema: {
|
|
183
|
-
readonly input: Schema.Struct<{
|
|
184
|
-
mode: Schema.optional<typeof Schema.String>;
|
|
185
|
-
}>;
|
|
186
|
-
readonly output: typeof Schema.Void;
|
|
187
|
-
};
|
|
188
|
-
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
189
|
-
readonly executionMode: "sync" | "async";
|
|
190
|
-
};
|
|
191
|
-
const CreateAgent: Omit<{
|
|
192
|
-
readonly meta: {
|
|
193
|
-
readonly key: `${string}/create-agent`;
|
|
194
|
-
readonly name: "Create Agent";
|
|
195
|
-
};
|
|
196
|
-
readonly services: readonly [typeof Capability.Service];
|
|
197
|
-
readonly schema: {
|
|
198
|
-
readonly input: typeof Schema.Void;
|
|
199
|
-
readonly output: typeof Schema.Void;
|
|
200
|
-
};
|
|
201
|
-
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
202
|
-
readonly executionMode: "sync" | "async";
|
|
203
|
-
};
|
|
204
|
-
const CreateRecoveryCode: Omit<{
|
|
205
|
-
readonly meta: {
|
|
206
|
-
readonly key: `${string}/create-recovery-code`;
|
|
207
|
-
readonly name: "Create Recovery Code";
|
|
208
|
-
};
|
|
209
|
-
readonly services: readonly [typeof Capability.Service];
|
|
210
|
-
readonly schema: {
|
|
211
|
-
readonly input: typeof Schema.Void;
|
|
212
|
-
readonly output: typeof Schema.Void;
|
|
213
|
-
};
|
|
214
|
-
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
215
|
-
readonly executionMode: "sync" | "async";
|
|
216
|
-
};
|
|
217
|
-
const CreatePasskey: Omit<{
|
|
218
|
-
readonly meta: {
|
|
219
|
-
readonly key: `${string}/create-passkey`;
|
|
220
|
-
readonly name: "Create Passkey";
|
|
221
|
-
};
|
|
222
|
-
readonly services: readonly [typeof Capability.Service];
|
|
223
|
-
readonly schema: {
|
|
224
|
-
readonly input: typeof Schema.Void;
|
|
225
|
-
readonly output: typeof Schema.Void;
|
|
226
|
-
};
|
|
227
|
-
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
228
|
-
readonly executionMode: "sync" | "async";
|
|
229
|
-
};
|
|
230
|
-
const RedeemPasskey: Omit<{
|
|
231
|
-
readonly meta: {
|
|
232
|
-
readonly key: `${string}/redeem-passkey`;
|
|
233
|
-
readonly name: "Redeem Passkey";
|
|
234
|
-
};
|
|
235
|
-
readonly services: readonly [typeof Capability.Service];
|
|
236
|
-
readonly schema: {
|
|
237
|
-
readonly input: typeof Schema.Void;
|
|
238
|
-
readonly output: typeof Schema.Void;
|
|
239
|
-
};
|
|
240
|
-
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
241
|
-
readonly executionMode: "sync" | "async";
|
|
242
|
-
};
|
|
243
|
-
const RedeemToken: Omit<{
|
|
244
|
-
readonly meta: {
|
|
245
|
-
readonly key: `${string}/redeem-token`;
|
|
246
|
-
readonly name: "Redeem Token";
|
|
247
|
-
};
|
|
248
|
-
readonly services: readonly [typeof Capability.Service];
|
|
249
|
-
readonly schema: {
|
|
250
|
-
readonly input: Schema.Struct<{
|
|
251
|
-
token: typeof Schema.String;
|
|
252
|
-
}>;
|
|
253
|
-
readonly output: typeof Schema.Void;
|
|
254
|
-
};
|
|
255
|
-
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
256
|
-
readonly executionMode: "sync" | "async";
|
|
257
|
-
};
|
|
258
|
-
}
|
|
259
106
|
export type ClientPluginOptions = ClientOptions & {
|
|
260
107
|
/**
|
|
261
|
-
* Base
|
|
108
|
+
* Base origin for the invitation link.
|
|
109
|
+
*/
|
|
110
|
+
shareableLinkOrigin?: string;
|
|
111
|
+
/**
|
|
112
|
+
* Path for the invitation link.
|
|
262
113
|
*/
|
|
263
|
-
|
|
114
|
+
invitationPath?: string;
|
|
264
115
|
/**
|
|
265
116
|
* Query parameter for the invitation code.
|
|
266
117
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/types/schema.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/types/schema.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAiB1E,yBAAiB,YAAY,CAAC;;;;;;;;;;;;;;;;;;;IAO5B,MAAM,OAAO,cAAe,SAAQ,mBAGlC;KAAG;;;;;;;;;IAEL,MAAM,OAAO,YAAa,SAAQ,iBAKhC;KAAG;;;;;;;IAEL,MAAM,OAAO,aAAc,SAAQ,kBAGjC;KAAG;;;;;;;IAEL,MAAM,OAAO,eAAgB,SAAQ,oBAGnC;KAAG;;;;;;;;;IAEL,MAAM,OAAO,YAAa,SAAQ,iBAKhC;KAAG;;;;;;;IAEL,MAAM,OAAO,WAAY,SAAQ,gBAG/B;KAAG;;;;;;;IAEL,MAAM,OAAO,kBAAmB,SAAQ,uBAMvC;KAAG;;;;;;;IAEJ,MAAM,OAAO,aAAc,SAAQ,kBAGjC;KAAG;;;;;;;IAEL,MAAM,OAAO,aAAc,SAAQ,kBAGjC;KAAG;;;;;;;;;IAEL,MAAM,OAAO,WAAY,SAAQ,gBAK/B;KAAG;;CACN;AAED,MAAM,MAAM,mBAAmB,GAAG,aAAa,GAAG;IAChD;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,CAAC,MAAM,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,KAAK,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,GAAG,KAAK,EAAE,UAAU,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC;IAErH;;;OAGG;IACH,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,KAAK,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,GAAG,KAAK,EAAE,UAAU,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC;IAE/G;;;OAGG;IACH,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,GAAG,KAAK,EAAE,UAAU,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC;CAC3G,CAAC;AAEF,yBAAiB,OAAO,CAAC;IAKhB,MAAM,EAAE,oCAAY,CAAC;IAErB,MAAM,OAAO,2CAAmB,CAAC;IACjC,MAAM,OAAO,2CAAmB,CAAC;IACjC,MAAM,QAAQ,4CAAoB,CAAC;CAC3C"}
|