@awiki/dsh-plugin 0.3.7 → 0.3.11-rc.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.
- package/README.md +112 -73
- package/README.zh.md +91 -62
- package/THIRD_PARTY_NOTICES.md +1 -1
- package/cordis.patch.yml +6 -5
- package/lib/builtin-tenants.json +22 -0
- package/lib/builtin-tenants.sha256 +1 -0
- package/lib/client.js +9281 -2379
- package/lib/client.js.map +1 -1
- package/lib/index.js +3553 -1138
- package/lib/model-proxy-contract.js +19 -11
- package/lib/provider.js +73 -17
- package/lib/{sdk-adapter--trNlr-T.mjs → sdk-adapter-CYcJH7sM.mjs} +374 -101
- package/lib/typert.host.js +1595 -168
- package/lib/typert.remote-client.d.ts +43 -7
- package/lib/typert.remote-client.d.ts.map +1 -1
- package/lib/typert.remote-client.js +1595 -168
- package/lib/types/builtin-tenant-config.d.ts +19 -0
- package/lib/types/builtin-tenant-config.d.ts.map +1 -0
- package/lib/types/builtin-tenant-config.js +57 -0
- package/lib/types/builtin-tenant-config.js.map +1 -0
- package/lib/types/client/AwikiDeviceJoinReminder.d.ts +15 -0
- package/lib/types/client/AwikiDeviceJoinReminder.d.ts.map +1 -0
- package/lib/types/client/AwikiDeviceJoinReminder.js +74 -0
- package/lib/types/client/AwikiDeviceJoinReminder.js.map +1 -0
- package/lib/types/client/AwikiDevices.d.ts +33 -0
- package/lib/types/client/AwikiDevices.d.ts.map +1 -0
- package/lib/types/client/AwikiDevices.js +141 -0
- package/lib/types/client/AwikiDevices.js.map +1 -0
- package/lib/types/client/AwikiGroupDetails.d.ts.map +1 -1
- package/lib/types/client/AwikiGroupDetails.js +16 -13
- package/lib/types/client/AwikiGroupDetails.js.map +1 -1
- package/lib/types/client/AwikiIdentityAccess.d.ts +17 -8
- package/lib/types/client/AwikiIdentityAccess.d.ts.map +1 -1
- package/lib/types/client/AwikiIdentityAccess.js +269 -37
- package/lib/types/client/AwikiIdentityAccess.js.map +1 -1
- package/lib/types/client/AwikiIntegrationSettings.d.ts +21 -0
- package/lib/types/client/AwikiIntegrationSettings.d.ts.map +1 -0
- package/lib/types/client/AwikiIntegrationSettings.js +105 -0
- package/lib/types/client/AwikiIntegrationSettings.js.map +1 -0
- package/lib/types/client/AwikiMail.d.ts +1 -1
- package/lib/types/client/AwikiMail.d.ts.map +1 -1
- package/lib/types/client/AwikiMail.js +17 -137
- package/lib/types/client/AwikiMail.js.map +1 -1
- package/lib/types/client/AwikiOverlay.d.ts +0 -1
- package/lib/types/client/AwikiOverlay.d.ts.map +1 -1
- package/lib/types/client/AwikiOverlay.js +26 -28
- package/lib/types/client/AwikiOverlay.js.map +1 -1
- package/lib/types/client/AwikiProfileCard.d.ts.map +1 -1
- package/lib/types/client/AwikiProfileCard.js +17 -18
- package/lib/types/client/AwikiProfileCard.js.map +1 -1
- package/lib/types/client/AwikiRecoveryForm.d.ts +6 -1
- package/lib/types/client/AwikiRecoveryForm.d.ts.map +1 -1
- package/lib/types/client/AwikiRecoveryForm.js +74 -30
- package/lib/types/client/AwikiRecoveryForm.js.map +1 -1
- package/lib/types/client/AwikiSettingsSection.d.ts +28 -13
- package/lib/types/client/AwikiSettingsSection.d.ts.map +1 -1
- package/lib/types/client/AwikiSettingsSection.js +93 -61
- package/lib/types/client/AwikiSettingsSection.js.map +1 -1
- package/lib/types/client/AwikiUpdates.d.ts +10 -0
- package/lib/types/client/AwikiUpdates.d.ts.map +1 -0
- package/lib/types/client/AwikiUpdates.js +57 -0
- package/lib/types/client/AwikiUpdates.js.map +1 -0
- package/lib/types/client/awiki-client-bridge.d.ts +2 -2
- package/lib/types/client/awiki-client-bridge.d.ts.map +1 -1
- package/lib/types/client/awiki-client-bridge.js +4 -1
- package/lib/types/client/awiki-client-bridge.js.map +1 -1
- package/lib/types/client/controller.d.ts +92 -44
- package/lib/types/client/controller.d.ts.map +1 -1
- package/lib/types/client/controller.js +761 -334
- package/lib/types/client/controller.js.map +1 -1
- package/lib/types/client/drafts.d.ts +31 -0
- package/lib/types/client/drafts.d.ts.map +1 -0
- package/lib/types/client/drafts.js +94 -0
- package/lib/types/client/drafts.js.map +1 -0
- package/lib/types/client/image-cache.d.ts +2 -2
- package/lib/types/client/image-cache.d.ts.map +1 -1
- package/lib/types/client/image-cache.js +15 -2
- package/lib/types/client/image-cache.js.map +1 -1
- package/lib/types/client/index.d.ts +1 -1
- package/lib/types/client/index.d.ts.map +1 -1
- package/lib/types/client/index.js +64 -19
- package/lib/types/client/index.js.map +1 -1
- package/lib/types/client/integration-operation.d.ts +9 -0
- package/lib/types/client/integration-operation.d.ts.map +1 -0
- package/lib/types/client/integration-operation.js +54 -0
- package/lib/types/client/integration-operation.js.map +1 -0
- package/lib/types/client/mail-list-cache.d.ts +2 -0
- package/lib/types/client/mail-list-cache.d.ts.map +1 -1
- package/lib/types/client/mail-list-cache.js +18 -0
- package/lib/types/client/mail-list-cache.js.map +1 -1
- package/lib/types/client/otp-cooldown.d.ts +7 -0
- package/lib/types/client/otp-cooldown.d.ts.map +1 -0
- package/lib/types/client/otp-cooldown.js +29 -0
- package/lib/types/client/otp-cooldown.js.map +1 -0
- package/lib/types/client/settings-controller.d.ts +38 -2
- package/lib/types/client/settings-controller.d.ts.map +1 -1
- package/lib/types/client/settings-controller.js +206 -10
- package/lib/types/client/settings-controller.js.map +1 -1
- package/lib/types/client/settings-locales.d.ts +1 -1
- package/lib/types/client/settings-locales.d.ts.map +1 -1
- package/lib/types/client/settings-locales.js +192 -14
- package/lib/types/client/settings-locales.js.map +1 -1
- package/lib/types/client/slots.d.ts +21 -10
- package/lib/types/client/slots.d.ts.map +1 -1
- package/lib/types/client/slots.js +0 -1
- package/lib/types/client/slots.js.map +1 -1
- package/lib/types/client/store.d.ts +1 -1
- package/lib/types/client/store.d.ts.map +1 -1
- package/lib/types/client/store.js +1 -1
- package/lib/types/client/store.js.map +1 -1
- package/lib/types/conversation-preferences.d.ts.map +1 -1
- package/lib/types/conversation-preferences.js +0 -17
- package/lib/types/conversation-preferences.js.map +1 -1
- package/lib/types/desktop-distribution.d.ts +25 -0
- package/lib/types/desktop-distribution.d.ts.map +1 -0
- package/lib/types/desktop-distribution.js +57 -0
- package/lib/types/desktop-distribution.js.map +1 -0
- package/lib/types/domain.d.ts +1 -1
- package/lib/types/domain.d.ts.map +1 -1
- package/lib/types/domain.js +2 -1
- package/lib/types/domain.js.map +1 -1
- package/lib/types/index.d.ts +165 -41
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/index.js +1594 -535
- package/lib/types/index.js.map +1 -1
- package/lib/types/integration-client.d.ts +17 -0
- package/lib/types/integration-client.d.ts.map +1 -0
- package/lib/types/integration-client.js +233 -0
- package/lib/types/integration-client.js.map +1 -0
- package/lib/types/legacy-sent-mail-cache.d.ts +4 -0
- package/lib/types/legacy-sent-mail-cache.d.ts.map +1 -0
- package/lib/types/legacy-sent-mail-cache.js +29 -0
- package/lib/types/legacy-sent-mail-cache.js.map +1 -0
- package/lib/types/listener-state.d.ts +5 -3
- package/lib/types/listener-state.d.ts.map +1 -1
- package/lib/types/listener-state.js +28 -13
- package/lib/types/listener-state.js.map +1 -1
- package/lib/types/listener.d.ts +9 -32
- package/lib/types/listener.d.ts.map +1 -1
- package/lib/types/listener.js +13 -128
- package/lib/types/listener.js.map +1 -1
- package/lib/types/mail-list-client.d.ts +12 -0
- package/lib/types/mail-list-client.d.ts.map +1 -0
- package/lib/types/mail-list-client.js +254 -0
- package/lib/types/mail-list-client.js.map +1 -0
- package/lib/types/mail-recovery-observability.d.ts +8 -0
- package/lib/types/mail-recovery-observability.d.ts.map +1 -0
- package/lib/types/mail-recovery-observability.js +119 -0
- package/lib/types/mail-recovery-observability.js.map +1 -0
- package/lib/types/mail.d.ts +2 -28
- package/lib/types/mail.d.ts.map +1 -1
- package/lib/types/mail.js +2 -79
- package/lib/types/mail.js.map +1 -1
- package/lib/types/model-proxy-contract.d.ts +8 -8
- package/lib/types/model-proxy-contract.d.ts.map +1 -1
- package/lib/types/model-proxy-contract.js +15 -8
- package/lib/types/model-proxy-contract.js.map +1 -1
- package/lib/types/package-version.generated.d.ts +4 -0
- package/lib/types/package-version.generated.d.ts.map +1 -0
- package/lib/types/package-version.generated.js +4 -0
- package/lib/types/package-version.generated.js.map +1 -0
- package/lib/types/profile-state.d.ts +2 -13
- package/lib/types/profile-state.d.ts.map +1 -1
- package/lib/types/profile-state.js +3 -20
- package/lib/types/profile-state.js.map +1 -1
- package/lib/types/provider-api.d.ts +134 -43
- package/lib/types/provider-api.d.ts.map +1 -1
- package/lib/types/provider.d.ts +8 -2
- package/lib/types/provider.d.ts.map +1 -1
- package/lib/types/provider.js +76 -16
- package/lib/types/provider.js.map +1 -1
- package/lib/types/realtime-supervisor.d.ts +60 -0
- package/lib/types/realtime-supervisor.d.ts.map +1 -0
- package/lib/types/realtime-supervisor.js +255 -0
- package/lib/types/realtime-supervisor.js.map +1 -0
- package/lib/types/registration-policy.d.ts +7 -0
- package/lib/types/registration-policy.d.ts.map +1 -0
- package/lib/types/registration-policy.js +21 -0
- package/lib/types/registration-policy.js.map +1 -0
- package/lib/types/sdk-adapter.d.ts +62 -11
- package/lib/types/sdk-adapter.d.ts.map +1 -1
- package/lib/types/sdk-adapter.js +285 -123
- package/lib/types/sdk-adapter.js.map +1 -1
- package/lib/types/settings-rpc-contract.d.ts +63 -5
- package/lib/types/settings-rpc-contract.d.ts.map +1 -1
- package/lib/types/settings-rpc-contract.js +108 -5
- package/lib/types/settings-rpc-contract.js.map +1 -1
- package/lib/types/settings-rpc.d.ts +14 -1
- package/lib/types/settings-rpc.d.ts.map +1 -1
- package/lib/types/settings-rpc.js +132 -3
- package/lib/types/settings-rpc.js.map +1 -1
- package/lib/types/settings-transport.d.ts +7 -0
- package/lib/types/settings-transport.d.ts.map +1 -0
- package/lib/types/settings-transport.js +52 -0
- package/lib/types/settings-transport.js.map +1 -0
- package/lib/types/tenant-registry.d.ts +74 -0
- package/lib/types/tenant-registry.d.ts.map +1 -0
- package/lib/types/tenant-registry.js +440 -0
- package/lib/types/tenant-registry.js.map +1 -0
- package/lib/types/tools.d.ts +1 -1
- package/lib/types/tools.d.ts.map +1 -1
- package/lib/types/tools.js +4 -20
- package/lib/types/tools.js.map +1 -1
- package/lib/types/types.d.ts +249 -66
- package/lib/types/types.d.ts.map +1 -1
- package/lib/types/types.js.map +1 -1
- package/lib/types/update-policy.d.ts +51 -0
- package/lib/types/update-policy.d.ts.map +1 -0
- package/lib/types/update-policy.js +379 -0
- package/lib/types/update-policy.js.map +1 -0
- package/lib/types/version.d.ts +4 -0
- package/lib/types/version.d.ts.map +1 -0
- package/lib/types/version.js +44 -0
- package/lib/types/version.js.map +1 -0
- package/package.json +88 -61
- package/lib/types/base64.d.ts +0 -4
- package/lib/types/base64.d.ts.map +0 -1
- package/lib/types/base64.js +0 -28
- package/lib/types/base64.js.map +0 -1
- package/lib/types/client/mail-attachment.d.ts +0 -40
- package/lib/types/client/mail-attachment.d.ts.map +0 -1
- package/lib/types/client/mail-attachment.js +0 -187
- package/lib/types/client/mail-attachment.js.map +0 -1
- package/lib/types/sent-mail-store.d.ts +0 -27
- package/lib/types/sent-mail-store.d.ts.map +0 -1
- package/lib/types/sent-mail-store.js +0 -348
- package/lib/types/sent-mail-store.js.map +0 -1
|
@@ -7,8 +7,17 @@ const _awiki_dsh_plugin_awiki_activateRecovery_parameter_0$schema = z.object({
|
|
|
7
7
|
const _awiki_dsh_plugin_awiki_activateRecovery_result$schema = z.union([z.object({
|
|
8
8
|
'ok': z.literal(false).readonly(),
|
|
9
9
|
'error': z.object({
|
|
10
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
10
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
11
11
|
'message': z.string().readonly(),
|
|
12
|
+
'mailRecoveryObservability': z.object({
|
|
13
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
14
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
15
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
16
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
17
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
18
|
+
'retryable': z.boolean().readonly(),
|
|
19
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
20
|
+
}).readonly().optional(),
|
|
12
21
|
}).readonly(),
|
|
13
22
|
}), z.object({
|
|
14
23
|
'ok': z.literal(true).readonly(),
|
|
@@ -18,24 +27,41 @@ const _awiki_dsh_plugin_awiki_activateRecovery_result$schema = z.union([z.object
|
|
|
18
27
|
'previousDid': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
19
28
|
'currentDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
20
29
|
'phase': z.union([z.literal("awaiting_factor"), z.literal("ready_to_commit"), z.literal("remote_outcome_unknown"), z.literal("remote_committed"), z.literal("identity_transition_pending"), z.literal("applied"), z.literal("quarantined_key_unavailable")]).readonly(),
|
|
30
|
+
'allowedActions': z.array(z.union([z.literal("start_new"), z.literal("request_otp"), z.literal("prepare"), z.literal("activate"), z.literal("resume"), z.literal("discard_pre_attempt"), z.literal("quarantine_key_unavailable"), z.literal("activate_identity")])).readonly().optional(),
|
|
21
31
|
'failureCode': z.string().readonly().optional(),
|
|
22
32
|
'retryable': z.boolean().readonly(),
|
|
23
33
|
'localOrdinaryDataWillMigrate': z.boolean().readonly(),
|
|
24
34
|
'otherDevicesMustRejoin': z.boolean().readonly(),
|
|
25
|
-
'
|
|
26
|
-
'
|
|
35
|
+
'mailRecoveryObservability': z.object({
|
|
36
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
37
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
38
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
39
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
40
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
41
|
+
'retryable': z.boolean().readonly(),
|
|
42
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
43
|
+
}).readonly().optional(),
|
|
27
44
|
}).readonly(),
|
|
28
45
|
})])
|
|
29
46
|
const _awiki_dsh_plugin_awiki_addGroupMember_parameter_0$schema = z.object({
|
|
30
47
|
'member': z.string().readonly(),
|
|
31
|
-
'role': z.union([z.literal("
|
|
48
|
+
'role': z.union([z.literal("member"), z.literal("admin")]).readonly().optional(),
|
|
32
49
|
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
33
50
|
})
|
|
34
51
|
const _awiki_dsh_plugin_awiki_addGroupMember_result$schema = z.union([z.object({
|
|
35
52
|
'ok': z.literal(false).readonly(),
|
|
36
53
|
'error': z.object({
|
|
37
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
54
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
38
55
|
'message': z.string().readonly(),
|
|
56
|
+
'mailRecoveryObservability': z.object({
|
|
57
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
58
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
59
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
60
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
61
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
62
|
+
'retryable': z.boolean().readonly(),
|
|
63
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
64
|
+
}).readonly().optional(),
|
|
39
65
|
}).readonly(),
|
|
40
66
|
}), z.object({
|
|
41
67
|
'ok': z.literal(true).readonly(),
|
|
@@ -44,21 +70,168 @@ const _awiki_dsh_plugin_awiki_addGroupMember_result$schema = z.union([z.object({
|
|
|
44
70
|
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
45
71
|
}).readonly(),
|
|
46
72
|
})])
|
|
73
|
+
const _awiki_dsh_plugin_awiki_approveDeviceJoin_parameter_0$schema = z.object({
|
|
74
|
+
'enteredSas': z.string().readonly(),
|
|
75
|
+
'confirmation': z.string().readonly(),
|
|
76
|
+
'requestRef': z.string().readonly(),
|
|
77
|
+
})
|
|
78
|
+
const _awiki_dsh_plugin_awiki_approveDeviceJoin_result$schema = z.union([z.object({
|
|
79
|
+
'ok': z.literal(false).readonly(),
|
|
80
|
+
'error': z.object({
|
|
81
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
82
|
+
'message': z.string().readonly(),
|
|
83
|
+
'mailRecoveryObservability': z.object({
|
|
84
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
85
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
86
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
87
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
88
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
89
|
+
'retryable': z.boolean().readonly(),
|
|
90
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
91
|
+
}).readonly().optional(),
|
|
92
|
+
}).readonly(),
|
|
93
|
+
}), z.object({
|
|
94
|
+
'ok': z.literal(true).readonly(),
|
|
95
|
+
'value': z.object({
|
|
96
|
+
'requestRef': z.string().readonly(),
|
|
97
|
+
'phase': z.union([z.literal("rejected"), z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("expired")]).readonly(),
|
|
98
|
+
'expiresAt': z.string().readonly(),
|
|
99
|
+
'sas': z.string().readonly().optional(),
|
|
100
|
+
}).readonly(),
|
|
101
|
+
})])
|
|
102
|
+
const _awiki_dsh_plugin_awiki_beginDeviceJoin_result$schema = z.union([z.object({
|
|
103
|
+
'ok': z.literal(false).readonly(),
|
|
104
|
+
'error': z.object({
|
|
105
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
106
|
+
'message': z.string().readonly(),
|
|
107
|
+
'mailRecoveryObservability': z.object({
|
|
108
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
109
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
110
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
111
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
112
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
113
|
+
'retryable': z.boolean().readonly(),
|
|
114
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
115
|
+
}).readonly().optional(),
|
|
116
|
+
}).readonly(),
|
|
117
|
+
}), z.object({
|
|
118
|
+
'ok': z.literal(true).readonly(),
|
|
119
|
+
'value': z.object({
|
|
120
|
+
'phase': z.union([z.literal("rejected"), z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("expired")]).readonly(),
|
|
121
|
+
'expiresAt': z.string().readonly(),
|
|
122
|
+
'sas': z.string().readonly().optional(),
|
|
123
|
+
'completed': z.boolean().readonly(),
|
|
124
|
+
}).readonly(),
|
|
125
|
+
})])
|
|
126
|
+
const _awiki_dsh_plugin_awiki_cancelDeviceJoin_result$schema = z.union([z.object({
|
|
127
|
+
'ok': z.literal(false).readonly(),
|
|
128
|
+
'error': z.object({
|
|
129
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
130
|
+
'message': z.string().readonly(),
|
|
131
|
+
'mailRecoveryObservability': z.object({
|
|
132
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
133
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
134
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
135
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
136
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
137
|
+
'retryable': z.boolean().readonly(),
|
|
138
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
139
|
+
}).readonly().optional(),
|
|
140
|
+
}).readonly(),
|
|
141
|
+
}), z.object({
|
|
142
|
+
'ok': z.literal(true).readonly(),
|
|
143
|
+
'value': z.object({
|
|
144
|
+
'completed': z.literal(true).readonly(),
|
|
145
|
+
}).readonly(),
|
|
146
|
+
})])
|
|
47
147
|
const _awiki_dsh_plugin_awiki_clearLocalData_parameter_0$schema = z.object({
|
|
48
148
|
'confirmation': z.string().readonly(),
|
|
49
149
|
})
|
|
50
150
|
const _awiki_dsh_plugin_awiki_clearLocalData_result$schema = z.union([z.object({
|
|
51
151
|
'ok': z.literal(false).readonly(),
|
|
52
152
|
'error': z.object({
|
|
53
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
153
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
54
154
|
'message': z.string().readonly(),
|
|
155
|
+
'mailRecoveryObservability': z.object({
|
|
156
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
157
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
158
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
159
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
160
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
161
|
+
'retryable': z.boolean().readonly(),
|
|
162
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
163
|
+
}).readonly().optional(),
|
|
55
164
|
}).readonly(),
|
|
56
165
|
}), z.object({
|
|
57
166
|
'ok': z.literal(true).readonly(),
|
|
58
167
|
'value': z.object({
|
|
168
|
+
'clearedIdentityDids': z.array(z.string()).readonly().optional(),
|
|
59
169
|
'cleared': z.boolean().readonly(),
|
|
60
170
|
}).readonly(),
|
|
61
171
|
})])
|
|
172
|
+
const _awiki_dsh_plugin_awiki_closeIntegration_parameter_0$schema = z.object({
|
|
173
|
+
'expectedRevision': z.number().readonly(),
|
|
174
|
+
'idempotencyKey': z.string().readonly(),
|
|
175
|
+
})
|
|
176
|
+
const _awiki_dsh_plugin_awiki_closeIntegration_result$schema = z.union([z.object({
|
|
177
|
+
'ok': z.literal(false).readonly(),
|
|
178
|
+
'error': z.object({
|
|
179
|
+
'code': z.union([z.literal("invalid-request"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("network"), z.literal("remote"), z.literal("unauthorized"), z.literal("unavailable")]).readonly(),
|
|
180
|
+
'message': z.string().readonly(),
|
|
181
|
+
}).readonly(),
|
|
182
|
+
}), z.object({
|
|
183
|
+
'ok': z.literal(true).readonly(),
|
|
184
|
+
'value': z.object({
|
|
185
|
+
'id': z.string().readonly(),
|
|
186
|
+
'publicId': z.union([z.literal(null), z.string()]).readonly(),
|
|
187
|
+
'integrationUrl': z.union([z.literal(null), z.string()]).readonly(),
|
|
188
|
+
'owner': z.object({
|
|
189
|
+
'tenantId': z.string().readonly(),
|
|
190
|
+
'handle': z.string().readonly(),
|
|
191
|
+
'currentDid': z.string().readonly(),
|
|
192
|
+
'displayName': z.string().readonly(),
|
|
193
|
+
}).readonly(),
|
|
194
|
+
'productName': z.string().readonly(),
|
|
195
|
+
'description': z.string().readonly(),
|
|
196
|
+
'contactEnabled': z.boolean().readonly(),
|
|
197
|
+
'contactDescription': z.string().readonly(),
|
|
198
|
+
'groupTargets': z.array(z.object({
|
|
199
|
+
'id': z.string().readonly(),
|
|
200
|
+
'groupDid': z.string().readonly(),
|
|
201
|
+
'displayName': z.string().readonly(),
|
|
202
|
+
'avatarUrl': z.union([z.literal(null), z.string()]).readonly(),
|
|
203
|
+
'description': z.string().readonly(),
|
|
204
|
+
'availability': z.union([z.literal("eligible"), z.literal("group_not_found"), z.literal("owner_not_active"), z.literal("owner_mismatch"), z.literal("not_open_join"), z.literal("unsupported_security_profile"), z.literal("member_send_disabled"), z.literal("attachments_disabled"), z.literal("group_full"), z.literal("validation_unavailable")]).readonly(),
|
|
205
|
+
})).readonly(),
|
|
206
|
+
'status': z.union([z.literal("active"), z.literal("closed")]).readonly(),
|
|
207
|
+
'revision': z.number().readonly(),
|
|
208
|
+
}).readonly(),
|
|
209
|
+
})])
|
|
210
|
+
const _awiki_dsh_plugin_awiki_confirmRootTransfer_parameter_0$schema = z.object({
|
|
211
|
+
'transferRef': z.string().readonly(),
|
|
212
|
+
})
|
|
213
|
+
const _awiki_dsh_plugin_awiki_confirmRootTransfer_result$schema = z.union([z.object({
|
|
214
|
+
'ok': z.literal(false).readonly(),
|
|
215
|
+
'error': z.object({
|
|
216
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
217
|
+
'message': z.string().readonly(),
|
|
218
|
+
'mailRecoveryObservability': z.object({
|
|
219
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
220
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
221
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
222
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
223
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
224
|
+
'retryable': z.boolean().readonly(),
|
|
225
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
226
|
+
}).readonly().optional(),
|
|
227
|
+
}).readonly(),
|
|
228
|
+
}), z.object({
|
|
229
|
+
'ok': z.literal(true).readonly(),
|
|
230
|
+
'value': z.object({
|
|
231
|
+
'deviceRef': z.string().readonly(),
|
|
232
|
+
'acceptedAt': z.string().readonly(),
|
|
233
|
+
}).readonly(),
|
|
234
|
+
})])
|
|
62
235
|
const _awiki_dsh_plugin_awiki_createGroup_parameter_0$schema = z.object({
|
|
63
236
|
'name': z.string().readonly(),
|
|
64
237
|
'members': z.array(z.string()).readonly(),
|
|
@@ -66,8 +239,17 @@ const _awiki_dsh_plugin_awiki_createGroup_parameter_0$schema = z.object({
|
|
|
66
239
|
const _awiki_dsh_plugin_awiki_createGroup_result$schema = z.union([z.object({
|
|
67
240
|
'ok': z.literal(false).readonly(),
|
|
68
241
|
'error': z.object({
|
|
69
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
242
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
70
243
|
'message': z.string().readonly(),
|
|
244
|
+
'mailRecoveryObservability': z.object({
|
|
245
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
246
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
247
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
248
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
249
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
250
|
+
'retryable': z.boolean().readonly(),
|
|
251
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
252
|
+
}).readonly().optional(),
|
|
71
253
|
}).readonly(),
|
|
72
254
|
}), z.object({
|
|
73
255
|
'ok': z.literal(true).readonly(),
|
|
@@ -88,20 +270,84 @@ const _awiki_dsh_plugin_awiki_createGroup_result$schema = z.union([z.object({
|
|
|
88
270
|
'failedMembers': z.array(z.object({
|
|
89
271
|
'member': z.string().readonly(),
|
|
90
272
|
'error': z.object({
|
|
91
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
273
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
92
274
|
'message': z.string().readonly(),
|
|
275
|
+
'mailRecoveryObservability': z.object({
|
|
276
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
277
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
278
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
279
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
280
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
281
|
+
'retryable': z.boolean().readonly(),
|
|
282
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
283
|
+
}).readonly().optional(),
|
|
93
284
|
}).readonly(),
|
|
94
285
|
})).readonly(),
|
|
95
286
|
}).readonly(),
|
|
96
287
|
})])
|
|
288
|
+
const _awiki_dsh_plugin_awiki_createIntegration_parameter_0$schema = z.object({
|
|
289
|
+
'idempotencyKey': z.string().readonly(),
|
|
290
|
+
'productName': z.string().readonly(),
|
|
291
|
+
'description': z.string().readonly(),
|
|
292
|
+
'contactEnabled': z.boolean().readonly(),
|
|
293
|
+
'contactDescription': z.string().readonly(),
|
|
294
|
+
'groupTargets': z.array(z.object({
|
|
295
|
+
'id': z.union([z.literal(null), z.string()]).readonly().optional(),
|
|
296
|
+
'groupDid': z.string().readonly(),
|
|
297
|
+
'description': z.string().readonly(),
|
|
298
|
+
})).readonly(),
|
|
299
|
+
})
|
|
300
|
+
const _awiki_dsh_plugin_awiki_createIntegration_result$schema = z.union([z.object({
|
|
301
|
+
'ok': z.literal(false).readonly(),
|
|
302
|
+
'error': z.object({
|
|
303
|
+
'code': z.union([z.literal("invalid-request"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("network"), z.literal("remote"), z.literal("unauthorized"), z.literal("unavailable")]).readonly(),
|
|
304
|
+
'message': z.string().readonly(),
|
|
305
|
+
}).readonly(),
|
|
306
|
+
}), z.object({
|
|
307
|
+
'ok': z.literal(true).readonly(),
|
|
308
|
+
'value': z.object({
|
|
309
|
+
'id': z.string().readonly(),
|
|
310
|
+
'publicId': z.union([z.literal(null), z.string()]).readonly(),
|
|
311
|
+
'integrationUrl': z.union([z.literal(null), z.string()]).readonly(),
|
|
312
|
+
'owner': z.object({
|
|
313
|
+
'tenantId': z.string().readonly(),
|
|
314
|
+
'handle': z.string().readonly(),
|
|
315
|
+
'currentDid': z.string().readonly(),
|
|
316
|
+
'displayName': z.string().readonly(),
|
|
317
|
+
}).readonly(),
|
|
318
|
+
'productName': z.string().readonly(),
|
|
319
|
+
'description': z.string().readonly(),
|
|
320
|
+
'contactEnabled': z.boolean().readonly(),
|
|
321
|
+
'contactDescription': z.string().readonly(),
|
|
322
|
+
'groupTargets': z.array(z.object({
|
|
323
|
+
'id': z.string().readonly(),
|
|
324
|
+
'groupDid': z.string().readonly(),
|
|
325
|
+
'displayName': z.string().readonly(),
|
|
326
|
+
'avatarUrl': z.union([z.literal(null), z.string()]).readonly(),
|
|
327
|
+
'description': z.string().readonly(),
|
|
328
|
+
'availability': z.union([z.literal("eligible"), z.literal("group_not_found"), z.literal("owner_not_active"), z.literal("owner_mismatch"), z.literal("not_open_join"), z.literal("unsupported_security_profile"), z.literal("member_send_disabled"), z.literal("attachments_disabled"), z.literal("group_full"), z.literal("validation_unavailable")]).readonly(),
|
|
329
|
+
})).readonly(),
|
|
330
|
+
'status': z.union([z.literal("active"), z.literal("closed")]).readonly(),
|
|
331
|
+
'revision': z.number().readonly(),
|
|
332
|
+
}).readonly(),
|
|
333
|
+
})])
|
|
97
334
|
const _awiki_dsh_plugin_awiki_discardRecovery_parameter_0$schema = z.object({
|
|
98
335
|
'operationId': z.string().readonly(),
|
|
99
336
|
})
|
|
100
337
|
const _awiki_dsh_plugin_awiki_discardRecovery_result$schema = z.union([z.object({
|
|
101
338
|
'ok': z.literal(false).readonly(),
|
|
102
339
|
'error': z.object({
|
|
103
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
340
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
104
341
|
'message': z.string().readonly(),
|
|
342
|
+
'mailRecoveryObservability': z.object({
|
|
343
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
344
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
345
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
346
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
347
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
348
|
+
'retryable': z.boolean().readonly(),
|
|
349
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
350
|
+
}).readonly().optional(),
|
|
105
351
|
}).readonly(),
|
|
106
352
|
}), z.object({
|
|
107
353
|
'ok': z.literal(true).readonly(),
|
|
@@ -116,8 +362,17 @@ const _awiki_dsh_plugin_awiki_downloadAttachment_parameter_0$schema = z.object({
|
|
|
116
362
|
const _awiki_dsh_plugin_awiki_downloadAttachment_result$schema = z.union([z.object({
|
|
117
363
|
'ok': z.literal(false).readonly(),
|
|
118
364
|
'error': z.object({
|
|
119
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
365
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
120
366
|
'message': z.string().readonly(),
|
|
367
|
+
'mailRecoveryObservability': z.object({
|
|
368
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
369
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
370
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
371
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
372
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
373
|
+
'retryable': z.boolean().readonly(),
|
|
374
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
375
|
+
}).readonly().optional(),
|
|
121
376
|
}).readonly(),
|
|
122
377
|
}), z.object({
|
|
123
378
|
'ok': z.literal(true).readonly(),
|
|
@@ -132,50 +387,97 @@ const _awiki_dsh_plugin_awiki_downloadAttachment_result$schema = z.union([z.obje
|
|
|
132
387
|
'bytesBase64': z.string().readonly(),
|
|
133
388
|
}).readonly(),
|
|
134
389
|
})])
|
|
135
|
-
const
|
|
136
|
-
'
|
|
137
|
-
'attachmentIndex': z.number().readonly(),
|
|
390
|
+
const _awiki_dsh_plugin_awiki_enterRecoveredSession_parameter_0$schema = z.object({
|
|
391
|
+
'operationId': z.string().readonly(),
|
|
138
392
|
})
|
|
139
|
-
const
|
|
393
|
+
const _awiki_dsh_plugin_awiki_enterRecoveredSession_result$schema = z.union([z.object({
|
|
140
394
|
'ok': z.literal(false).readonly(),
|
|
141
395
|
'error': z.object({
|
|
142
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
396
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
143
397
|
'message': z.string().readonly(),
|
|
398
|
+
'mailRecoveryObservability': z.object({
|
|
399
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
400
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
401
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
402
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
403
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
404
|
+
'retryable': z.boolean().readonly(),
|
|
405
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
406
|
+
}).readonly().optional(),
|
|
144
407
|
}).readonly(),
|
|
145
408
|
}), z.object({
|
|
146
409
|
'ok': z.literal(true).readonly(),
|
|
147
410
|
'value': z.object({
|
|
148
|
-
'
|
|
149
|
-
'
|
|
150
|
-
'
|
|
151
|
-
'
|
|
152
|
-
'
|
|
411
|
+
'operationId': z.string().readonly(),
|
|
412
|
+
'fullHandle': z.string().readonly(),
|
|
413
|
+
'previousDid': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
414
|
+
'currentDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
415
|
+
'phase': z.union([z.literal("awaiting_factor"), z.literal("ready_to_commit"), z.literal("remote_outcome_unknown"), z.literal("remote_committed"), z.literal("identity_transition_pending"), z.literal("applied"), z.literal("quarantined_key_unavailable")]).readonly(),
|
|
416
|
+
'allowedActions': z.array(z.union([z.literal("start_new"), z.literal("request_otp"), z.literal("prepare"), z.literal("activate"), z.literal("resume"), z.literal("discard_pre_attempt"), z.literal("quarantine_key_unavailable"), z.literal("activate_identity")])).readonly().optional(),
|
|
417
|
+
'failureCode': z.string().readonly().optional(),
|
|
418
|
+
'retryable': z.boolean().readonly(),
|
|
419
|
+
'localOrdinaryDataWillMigrate': z.boolean().readonly(),
|
|
420
|
+
'otherDevicesMustRejoin': z.boolean().readonly(),
|
|
421
|
+
'mailRecoveryObservability': z.object({
|
|
422
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
423
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
424
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
425
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
426
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
427
|
+
'retryable': z.boolean().readonly(),
|
|
428
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
429
|
+
}).readonly().optional(),
|
|
153
430
|
}).readonly(),
|
|
154
431
|
})])
|
|
155
432
|
const _awiki_dsh_plugin_awiki_getConfig_result$schema = z.union([z.object({
|
|
156
433
|
'ok': z.literal(false).readonly(),
|
|
157
434
|
'error': z.object({
|
|
158
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
435
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
159
436
|
'message': z.string().readonly(),
|
|
437
|
+
'mailRecoveryObservability': z.object({
|
|
438
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
439
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
440
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
441
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
442
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
443
|
+
'retryable': z.boolean().readonly(),
|
|
444
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
445
|
+
}).readonly().optional(),
|
|
160
446
|
}).readonly(),
|
|
161
447
|
}), z.object({
|
|
162
448
|
'ok': z.literal(true).readonly(),
|
|
163
449
|
'value': z.object({
|
|
164
|
-
'tenantDomain': z.string().readonly(),
|
|
165
450
|
'pollIntervalMs': z.number().readonly(),
|
|
166
451
|
'attachmentMaxBytes': z.number().readonly(),
|
|
167
|
-
'
|
|
168
|
-
'
|
|
169
|
-
'
|
|
170
|
-
'
|
|
171
|
-
'
|
|
452
|
+
'handleRecoveryPhoneEnabled': z.boolean().readonly(),
|
|
453
|
+
'integrationGuideUrl': z.string().readonly().optional(),
|
|
454
|
+
'tenantId': z.string().readonly(),
|
|
455
|
+
'tenantGeneration': z.number().readonly(),
|
|
456
|
+
'tenantOnline': z.boolean().readonly(),
|
|
457
|
+
'services': z.object({
|
|
458
|
+
'modelProxy': z.object({
|
|
459
|
+
'enabled': z.boolean().readonly(),
|
|
460
|
+
}).readonly(),
|
|
461
|
+
'guestGateway': z.object({
|
|
462
|
+
'enabled': z.boolean().readonly(),
|
|
463
|
+
}).readonly(),
|
|
464
|
+
}).readonly(),
|
|
172
465
|
}).readonly(),
|
|
173
466
|
})])
|
|
174
467
|
const _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema = z.union([z.object({
|
|
175
468
|
'ok': z.literal(false).readonly(),
|
|
176
469
|
'error': z.object({
|
|
177
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
470
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
178
471
|
'message': z.string().readonly(),
|
|
472
|
+
'mailRecoveryObservability': z.object({
|
|
473
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
474
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
475
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
476
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
477
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
478
|
+
'retryable': z.boolean().readonly(),
|
|
479
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
480
|
+
}).readonly().optional(),
|
|
179
481
|
}).readonly(),
|
|
180
482
|
}), z.object({
|
|
181
483
|
'ok': z.literal(true).readonly(),
|
|
@@ -202,17 +504,74 @@ const _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema = z.union
|
|
|
202
504
|
})]).readonly(),
|
|
203
505
|
'hiddenAt': z.number().readonly(),
|
|
204
506
|
})).readonly(),
|
|
205
|
-
'dismissedGroupRecoverySignature': z.string().readonly().optional(),
|
|
206
507
|
}).readonly(),
|
|
207
508
|
})])
|
|
509
|
+
const _awiki_dsh_plugin_awiki_getDeviceJoinStatus_result$schema = z.union([z.object({
|
|
510
|
+
'ok': z.literal(false).readonly(),
|
|
511
|
+
'error': z.object({
|
|
512
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
513
|
+
'message': z.string().readonly(),
|
|
514
|
+
'mailRecoveryObservability': z.object({
|
|
515
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
516
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
517
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
518
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
519
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
520
|
+
'retryable': z.boolean().readonly(),
|
|
521
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
522
|
+
}).readonly().optional(),
|
|
523
|
+
}).readonly(),
|
|
524
|
+
}), z.object({
|
|
525
|
+
'ok': z.literal(true).readonly(),
|
|
526
|
+
'value': z.union([z.literal(null), z.object({
|
|
527
|
+
'phase': z.union([z.literal("rejected"), z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("expired")]).readonly(),
|
|
528
|
+
'expiresAt': z.string().readonly(),
|
|
529
|
+
'sas': z.string().readonly().optional(),
|
|
530
|
+
'completed': z.boolean().readonly(),
|
|
531
|
+
})]).readonly(),
|
|
532
|
+
})])
|
|
533
|
+
const _awiki_dsh_plugin_awiki_getDisplayProfiles_parameter_0$schema = z.array(z.intersection(z.string(), z.unknown()))
|
|
534
|
+
const _awiki_dsh_plugin_awiki_getDisplayProfiles_result$schema = z.union([z.object({
|
|
535
|
+
'ok': z.literal(false).readonly(),
|
|
536
|
+
'error': z.object({
|
|
537
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
538
|
+
'message': z.string().readonly(),
|
|
539
|
+
'mailRecoveryObservability': z.object({
|
|
540
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
541
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
542
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
543
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
544
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
545
|
+
'retryable': z.boolean().readonly(),
|
|
546
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
547
|
+
}).readonly().optional(),
|
|
548
|
+
}).readonly(),
|
|
549
|
+
}), z.object({
|
|
550
|
+
'ok': z.literal(true).readonly(),
|
|
551
|
+
'value': z.array(z.object({
|
|
552
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
553
|
+
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
554
|
+
'displayName': z.string().readonly().optional(),
|
|
555
|
+
'cacheHit': z.boolean().readonly(),
|
|
556
|
+
})).readonly(),
|
|
557
|
+
})])
|
|
208
558
|
const _awiki_dsh_plugin_awiki_getGroup_parameter_0$schema = z.object({
|
|
209
559
|
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
210
560
|
})
|
|
211
561
|
const _awiki_dsh_plugin_awiki_getGroup_result$schema = z.union([z.object({
|
|
212
562
|
'ok': z.literal(false).readonly(),
|
|
213
563
|
'error': z.object({
|
|
214
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
564
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
215
565
|
'message': z.string().readonly(),
|
|
566
|
+
'mailRecoveryObservability': z.object({
|
|
567
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
568
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
569
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
570
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
571
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
572
|
+
'retryable': z.boolean().readonly(),
|
|
573
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
574
|
+
}).readonly().optional(),
|
|
216
575
|
}).readonly(),
|
|
217
576
|
}), z.object({
|
|
218
577
|
'ok': z.literal(true).readonly(),
|
|
@@ -234,8 +593,17 @@ const _awiki_dsh_plugin_awiki_getHistory_parameter_0$schema = z.object({
|
|
|
234
593
|
const _awiki_dsh_plugin_awiki_getHistory_result$schema = z.union([z.object({
|
|
235
594
|
'ok': z.literal(false).readonly(),
|
|
236
595
|
'error': z.object({
|
|
237
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
596
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
238
597
|
'message': z.string().readonly(),
|
|
598
|
+
'mailRecoveryObservability': z.object({
|
|
599
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
600
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
601
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
602
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
603
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
604
|
+
'retryable': z.boolean().readonly(),
|
|
605
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
606
|
+
}).readonly().optional(),
|
|
239
607
|
}).readonly(),
|
|
240
608
|
}), z.object({
|
|
241
609
|
'ok': z.literal(true).readonly(),
|
|
@@ -278,8 +646,17 @@ const _awiki_dsh_plugin_awiki_getHistory_result$schema = z.union([z.object({
|
|
|
278
646
|
const _awiki_dsh_plugin_awiki_getIdentity_result$schema = z.union([z.object({
|
|
279
647
|
'ok': z.literal(false).readonly(),
|
|
280
648
|
'error': z.object({
|
|
281
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
649
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
282
650
|
'message': z.string().readonly(),
|
|
651
|
+
'mailRecoveryObservability': z.object({
|
|
652
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
653
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
654
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
655
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
656
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
657
|
+
'retryable': z.boolean().readonly(),
|
|
658
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
659
|
+
}).readonly().optional(),
|
|
283
660
|
}).readonly(),
|
|
284
661
|
}), z.object({
|
|
285
662
|
'ok': z.literal(true).readonly(),
|
|
@@ -290,6 +667,71 @@ const _awiki_dsh_plugin_awiki_getIdentity_result$schema = z.union([z.object({
|
|
|
290
667
|
'registeredAt': z.number().readonly(),
|
|
291
668
|
})]).readonly(),
|
|
292
669
|
})])
|
|
670
|
+
const _awiki_dsh_plugin_awiki_getIdentityAccessState_result$schema = z.union([z.object({
|
|
671
|
+
'ok': z.literal(false).readonly(),
|
|
672
|
+
'error': z.object({
|
|
673
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
674
|
+
'message': z.string().readonly(),
|
|
675
|
+
'mailRecoveryObservability': z.object({
|
|
676
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
677
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
678
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
679
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
680
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
681
|
+
'retryable': z.boolean().readonly(),
|
|
682
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
683
|
+
}).readonly().optional(),
|
|
684
|
+
}).readonly(),
|
|
685
|
+
}), z.object({
|
|
686
|
+
'ok': z.literal(true).readonly(),
|
|
687
|
+
'value': z.object({
|
|
688
|
+
'choice': z.union([z.literal(null), z.object({
|
|
689
|
+
'status': z.literal("join-required").readonly(),
|
|
690
|
+
'fullHandle': z.intersection(z.string(), z.unknown()).readonly(),
|
|
691
|
+
'mode': z.union([z.literal("ordinary"), z.literal("handle-recovery-rebind")]).readonly(),
|
|
692
|
+
'requiresUserPresence': z.boolean().readonly(),
|
|
693
|
+
})]).readonly(),
|
|
694
|
+
'joining': z.boolean().readonly(),
|
|
695
|
+
'recoveries': z.array(z.object({
|
|
696
|
+
'operationId': z.string().readonly(),
|
|
697
|
+
'fullHandle': z.string().readonly(),
|
|
698
|
+
})).readonly(),
|
|
699
|
+
}).readonly(),
|
|
700
|
+
})])
|
|
701
|
+
const _awiki_dsh_plugin_awiki_getIntegration_result$schema = z.union([z.object({
|
|
702
|
+
'ok': z.literal(false).readonly(),
|
|
703
|
+
'error': z.object({
|
|
704
|
+
'code': z.union([z.literal("invalid-request"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("network"), z.literal("remote"), z.literal("unauthorized"), z.literal("unavailable")]).readonly(),
|
|
705
|
+
'message': z.string().readonly(),
|
|
706
|
+
}).readonly(),
|
|
707
|
+
}), z.object({
|
|
708
|
+
'ok': z.literal(true).readonly(),
|
|
709
|
+
'value': z.object({
|
|
710
|
+
'id': z.string().readonly(),
|
|
711
|
+
'publicId': z.union([z.literal(null), z.string()]).readonly(),
|
|
712
|
+
'integrationUrl': z.union([z.literal(null), z.string()]).readonly(),
|
|
713
|
+
'owner': z.object({
|
|
714
|
+
'tenantId': z.string().readonly(),
|
|
715
|
+
'handle': z.string().readonly(),
|
|
716
|
+
'currentDid': z.string().readonly(),
|
|
717
|
+
'displayName': z.string().readonly(),
|
|
718
|
+
}).readonly(),
|
|
719
|
+
'productName': z.string().readonly(),
|
|
720
|
+
'description': z.string().readonly(),
|
|
721
|
+
'contactEnabled': z.boolean().readonly(),
|
|
722
|
+
'contactDescription': z.string().readonly(),
|
|
723
|
+
'groupTargets': z.array(z.object({
|
|
724
|
+
'id': z.string().readonly(),
|
|
725
|
+
'groupDid': z.string().readonly(),
|
|
726
|
+
'displayName': z.string().readonly(),
|
|
727
|
+
'avatarUrl': z.union([z.literal(null), z.string()]).readonly(),
|
|
728
|
+
'description': z.string().readonly(),
|
|
729
|
+
'availability': z.union([z.literal("eligible"), z.literal("group_not_found"), z.literal("owner_not_active"), z.literal("owner_mismatch"), z.literal("not_open_join"), z.literal("unsupported_security_profile"), z.literal("member_send_disabled"), z.literal("attachments_disabled"), z.literal("group_full"), z.literal("validation_unavailable")]).readonly(),
|
|
730
|
+
})).readonly(),
|
|
731
|
+
'status': z.union([z.literal("active"), z.literal("closed")]).readonly(),
|
|
732
|
+
'revision': z.number().readonly(),
|
|
733
|
+
}).readonly(),
|
|
734
|
+
})])
|
|
293
735
|
const _awiki_dsh_plugin_awiki_getLocalHistory_parameter_0$schema = z.object({
|
|
294
736
|
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
295
737
|
'cursor': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
@@ -298,8 +740,17 @@ const _awiki_dsh_plugin_awiki_getLocalHistory_parameter_0$schema = z.object({
|
|
|
298
740
|
const _awiki_dsh_plugin_awiki_getLocalHistory_result$schema = z.union([z.object({
|
|
299
741
|
'ok': z.literal(false).readonly(),
|
|
300
742
|
'error': z.object({
|
|
301
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
743
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
302
744
|
'message': z.string().readonly(),
|
|
745
|
+
'mailRecoveryObservability': z.object({
|
|
746
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
747
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
748
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
749
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
750
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
751
|
+
'retryable': z.boolean().readonly(),
|
|
752
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
753
|
+
}).readonly().optional(),
|
|
303
754
|
}).readonly(),
|
|
304
755
|
}), z.object({
|
|
305
756
|
'ok': z.literal(true).readonly(),
|
|
@@ -342,8 +793,17 @@ const _awiki_dsh_plugin_awiki_getLocalHistory_result$schema = z.union([z.object(
|
|
|
342
793
|
const _awiki_dsh_plugin_awiki_getMailAccount_result$schema = z.union([z.object({
|
|
343
794
|
'ok': z.literal(false).readonly(),
|
|
344
795
|
'error': z.object({
|
|
345
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
796
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
346
797
|
'message': z.string().readonly(),
|
|
798
|
+
'mailRecoveryObservability': z.object({
|
|
799
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
800
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
801
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
802
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
803
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
804
|
+
'retryable': z.boolean().readonly(),
|
|
805
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
806
|
+
}).readonly().optional(),
|
|
347
807
|
}).readonly(),
|
|
348
808
|
}), z.object({
|
|
349
809
|
'ok': z.literal(true).readonly(),
|
|
@@ -356,8 +816,17 @@ const _awiki_dsh_plugin_awiki_getMailAccount_result$schema = z.union([z.object({
|
|
|
356
816
|
const _awiki_dsh_plugin_awiki_getProfile_result$schema = z.union([z.object({
|
|
357
817
|
'ok': z.literal(false).readonly(),
|
|
358
818
|
'error': z.object({
|
|
359
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
819
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
360
820
|
'message': z.string().readonly(),
|
|
821
|
+
'mailRecoveryObservability': z.object({
|
|
822
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
823
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
824
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
825
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
826
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
827
|
+
'retryable': z.boolean().readonly(),
|
|
828
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
829
|
+
}).readonly().optional(),
|
|
361
830
|
}).readonly(),
|
|
362
831
|
}), z.object({
|
|
363
832
|
'ok': z.literal(true).readonly(),
|
|
@@ -376,8 +845,17 @@ const _awiki_dsh_plugin_awiki_getRecoveryStatus_parameter_0$schema = z.object({
|
|
|
376
845
|
const _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema = z.union([z.object({
|
|
377
846
|
'ok': z.literal(false).readonly(),
|
|
378
847
|
'error': z.object({
|
|
379
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
848
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
380
849
|
'message': z.string().readonly(),
|
|
850
|
+
'mailRecoveryObservability': z.object({
|
|
851
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
852
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
853
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
854
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
855
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
856
|
+
'retryable': z.boolean().readonly(),
|
|
857
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
858
|
+
}).readonly().optional(),
|
|
381
859
|
}).readonly(),
|
|
382
860
|
}), z.object({
|
|
383
861
|
'ok': z.literal(true).readonly(),
|
|
@@ -387,19 +865,36 @@ const _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema = z.union([z.objec
|
|
|
387
865
|
'previousDid': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
388
866
|
'currentDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
389
867
|
'phase': z.union([z.literal("awaiting_factor"), z.literal("ready_to_commit"), z.literal("remote_outcome_unknown"), z.literal("remote_committed"), z.literal("identity_transition_pending"), z.literal("applied"), z.literal("quarantined_key_unavailable")]).readonly(),
|
|
868
|
+
'allowedActions': z.array(z.union([z.literal("start_new"), z.literal("request_otp"), z.literal("prepare"), z.literal("activate"), z.literal("resume"), z.literal("discard_pre_attempt"), z.literal("quarantine_key_unavailable"), z.literal("activate_identity")])).readonly().optional(),
|
|
390
869
|
'failureCode': z.string().readonly().optional(),
|
|
391
870
|
'retryable': z.boolean().readonly(),
|
|
392
871
|
'localOrdinaryDataWillMigrate': z.boolean().readonly(),
|
|
393
872
|
'otherDevicesMustRejoin': z.boolean().readonly(),
|
|
394
|
-
'
|
|
395
|
-
'
|
|
873
|
+
'mailRecoveryObservability': z.object({
|
|
874
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
875
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
876
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
877
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
878
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
879
|
+
'retryable': z.boolean().readonly(),
|
|
880
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
881
|
+
}).readonly().optional(),
|
|
396
882
|
}).readonly(),
|
|
397
883
|
})])
|
|
398
884
|
const _awiki_dsh_plugin_awiki_getSession_result$schema = z.union([z.object({
|
|
399
885
|
'ok': z.literal(false).readonly(),
|
|
400
886
|
'error': z.object({
|
|
401
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
887
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
402
888
|
'message': z.string().readonly(),
|
|
889
|
+
'mailRecoveryObservability': z.object({
|
|
890
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
891
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
892
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
893
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
894
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
895
|
+
'retryable': z.boolean().readonly(),
|
|
896
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
897
|
+
}).readonly().optional(),
|
|
403
898
|
}).readonly(),
|
|
404
899
|
}), z.object({
|
|
405
900
|
'ok': z.literal(true).readonly(),
|
|
@@ -423,8 +918,17 @@ const _awiki_dsh_plugin_awiki_inspectIdentityAccess_parameter_0$schema = z.objec
|
|
|
423
918
|
const _awiki_dsh_plugin_awiki_inspectIdentityAccess_result$schema = z.union([z.object({
|
|
424
919
|
'ok': z.literal(false).readonly(),
|
|
425
920
|
'error': z.object({
|
|
426
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
921
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
427
922
|
'message': z.string().readonly(),
|
|
923
|
+
'mailRecoveryObservability': z.object({
|
|
924
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
925
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
926
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
927
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
928
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
929
|
+
'retryable': z.boolean().readonly(),
|
|
930
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
931
|
+
}).readonly().optional(),
|
|
428
932
|
}).readonly(),
|
|
429
933
|
}), z.object({
|
|
430
934
|
'ok': z.literal(true).readonly(),
|
|
@@ -439,8 +943,17 @@ const _awiki_dsh_plugin_awiki_joinGroup_parameter_0$schema = z.object({
|
|
|
439
943
|
const _awiki_dsh_plugin_awiki_joinGroup_result$schema = z.union([z.object({
|
|
440
944
|
'ok': z.literal(false).readonly(),
|
|
441
945
|
'error': z.object({
|
|
442
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
946
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
443
947
|
'message': z.string().readonly(),
|
|
948
|
+
'mailRecoveryObservability': z.object({
|
|
949
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
950
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
951
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
952
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
953
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
954
|
+
'retryable': z.boolean().readonly(),
|
|
955
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
956
|
+
}).readonly().optional(),
|
|
444
957
|
}).readonly(),
|
|
445
958
|
}), z.object({
|
|
446
959
|
'ok': z.literal(true).readonly(),
|
|
@@ -460,8 +973,17 @@ const _awiki_dsh_plugin_awiki_leaveGroup_parameter_0$schema = z.object({
|
|
|
460
973
|
const _awiki_dsh_plugin_awiki_leaveGroup_result$schema = z.union([z.object({
|
|
461
974
|
'ok': z.literal(false).readonly(),
|
|
462
975
|
'error': z.object({
|
|
463
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
976
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
464
977
|
'message': z.string().readonly(),
|
|
978
|
+
'mailRecoveryObservability': z.object({
|
|
979
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
980
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
981
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
982
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
983
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
984
|
+
'retryable': z.boolean().readonly(),
|
|
985
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
986
|
+
}).readonly().optional(),
|
|
465
987
|
}).readonly(),
|
|
466
988
|
}), z.object({
|
|
467
989
|
'ok': z.literal(true).readonly(),
|
|
@@ -476,8 +998,17 @@ const _awiki_dsh_plugin_awiki_listConversations_parameter_0$schema = z.union([z.
|
|
|
476
998
|
const _awiki_dsh_plugin_awiki_listConversations_result$schema = z.union([z.object({
|
|
477
999
|
'ok': z.literal(false).readonly(),
|
|
478
1000
|
'error': z.object({
|
|
479
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1001
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
480
1002
|
'message': z.string().readonly(),
|
|
1003
|
+
'mailRecoveryObservability': z.object({
|
|
1004
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1005
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1006
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1007
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1008
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1009
|
+
'retryable': z.boolean().readonly(),
|
|
1010
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1011
|
+
}).readonly().optional(),
|
|
481
1012
|
}).readonly(),
|
|
482
1013
|
}), z.object({
|
|
483
1014
|
'ok': z.literal(true).readonly(),
|
|
@@ -513,8 +1044,17 @@ const _awiki_dsh_plugin_awiki_listGroupMembers_parameter_0$schema = z.object({
|
|
|
513
1044
|
const _awiki_dsh_plugin_awiki_listGroupMembers_result$schema = z.union([z.object({
|
|
514
1045
|
'ok': z.literal(false).readonly(),
|
|
515
1046
|
'error': z.object({
|
|
516
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1047
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
517
1048
|
'message': z.string().readonly(),
|
|
1049
|
+
'mailRecoveryObservability': z.object({
|
|
1050
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1051
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1052
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1053
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1054
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1055
|
+
'retryable': z.boolean().readonly(),
|
|
1056
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1057
|
+
}).readonly().optional(),
|
|
518
1058
|
}).readonly(),
|
|
519
1059
|
}), z.object({
|
|
520
1060
|
'ok': z.literal(true).readonly(),
|
|
@@ -548,8 +1088,17 @@ const _awiki_dsh_plugin_awiki_listMailInbox_parameter_0$schema = z.union([z.unde
|
|
|
548
1088
|
const _awiki_dsh_plugin_awiki_listMailInbox_result$schema = z.union([z.object({
|
|
549
1089
|
'ok': z.literal(false).readonly(),
|
|
550
1090
|
'error': z.object({
|
|
551
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1091
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
552
1092
|
'message': z.string().readonly(),
|
|
1093
|
+
'mailRecoveryObservability': z.object({
|
|
1094
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1095
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1096
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1097
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1098
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1099
|
+
'retryable': z.boolean().readonly(),
|
|
1100
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1101
|
+
}).readonly().optional(),
|
|
553
1102
|
}).readonly(),
|
|
554
1103
|
}), z.object({
|
|
555
1104
|
'ok': z.literal(true).readonly(),
|
|
@@ -577,8 +1126,17 @@ const _awiki_dsh_plugin_awiki_listMailInbox_result$schema = z.union([z.object({
|
|
|
577
1126
|
const _awiki_dsh_plugin_awiki_login_result$schema = z.union([z.object({
|
|
578
1127
|
'ok': z.literal(false).readonly(),
|
|
579
1128
|
'error': z.object({
|
|
580
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1129
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
581
1130
|
'message': z.string().readonly(),
|
|
1131
|
+
'mailRecoveryObservability': z.object({
|
|
1132
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1133
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1134
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1135
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1136
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1137
|
+
'retryable': z.boolean().readonly(),
|
|
1138
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1139
|
+
}).readonly().optional(),
|
|
582
1140
|
}).readonly(),
|
|
583
1141
|
}), z.object({
|
|
584
1142
|
'ok': z.literal(true).readonly(),
|
|
@@ -602,8 +1160,17 @@ const _awiki_dsh_plugin_awiki_logout_parameter_0$schema = z.object({
|
|
|
602
1160
|
const _awiki_dsh_plugin_awiki_logout_result$schema = z.union([z.object({
|
|
603
1161
|
'ok': z.literal(false).readonly(),
|
|
604
1162
|
'error': z.object({
|
|
605
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1163
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
606
1164
|
'message': z.string().readonly(),
|
|
1165
|
+
'mailRecoveryObservability': z.object({
|
|
1166
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1167
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1168
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1169
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1170
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1171
|
+
'retryable': z.boolean().readonly(),
|
|
1172
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1173
|
+
}).readonly().optional(),
|
|
607
1174
|
}).readonly(),
|
|
608
1175
|
}), z.object({
|
|
609
1176
|
'ok': z.literal(true).readonly(),
|
|
@@ -627,8 +1194,17 @@ const _awiki_dsh_plugin_awiki_markConversationRead_parameter_0$schema = z.object
|
|
|
627
1194
|
const _awiki_dsh_plugin_awiki_markConversationRead_result$schema = z.union([z.object({
|
|
628
1195
|
'ok': z.literal(false).readonly(),
|
|
629
1196
|
'error': z.object({
|
|
630
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1197
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
631
1198
|
'message': z.string().readonly(),
|
|
1199
|
+
'mailRecoveryObservability': z.object({
|
|
1200
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1201
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1202
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1203
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1204
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1205
|
+
'retryable': z.boolean().readonly(),
|
|
1206
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1207
|
+
}).readonly().optional(),
|
|
632
1208
|
}).readonly(),
|
|
633
1209
|
}), z.object({
|
|
634
1210
|
'ok': z.literal(true).readonly(),
|
|
@@ -640,8 +1216,17 @@ const _awiki_dsh_plugin_awiki_markMailRead_parameter_0$schema = z.object({
|
|
|
640
1216
|
const _awiki_dsh_plugin_awiki_markMailRead_result$schema = z.union([z.object({
|
|
641
1217
|
'ok': z.literal(false).readonly(),
|
|
642
1218
|
'error': z.object({
|
|
643
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1219
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
644
1220
|
'message': z.string().readonly(),
|
|
1221
|
+
'mailRecoveryObservability': z.object({
|
|
1222
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1223
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1224
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1225
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1226
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1227
|
+
'retryable': z.boolean().readonly(),
|
|
1228
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1229
|
+
}).readonly().optional(),
|
|
645
1230
|
}).readonly(),
|
|
646
1231
|
}), z.object({
|
|
647
1232
|
'ok': z.literal(true).readonly(),
|
|
@@ -657,8 +1242,17 @@ const _awiki_dsh_plugin_awiki_prepareRecovery_parameter_0$schema = z.object({
|
|
|
657
1242
|
const _awiki_dsh_plugin_awiki_prepareRecovery_result$schema = z.union([z.object({
|
|
658
1243
|
'ok': z.literal(false).readonly(),
|
|
659
1244
|
'error': z.object({
|
|
660
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1245
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
661
1246
|
'message': z.string().readonly(),
|
|
1247
|
+
'mailRecoveryObservability': z.object({
|
|
1248
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1249
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1250
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1251
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1252
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1253
|
+
'retryable': z.boolean().readonly(),
|
|
1254
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1255
|
+
}).readonly().optional(),
|
|
662
1256
|
}).readonly(),
|
|
663
1257
|
}), z.object({
|
|
664
1258
|
'ok': z.literal(true).readonly(),
|
|
@@ -668,12 +1262,46 @@ const _awiki_dsh_plugin_awiki_prepareRecovery_result$schema = z.union([z.object(
|
|
|
668
1262
|
'previousDid': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
669
1263
|
'currentDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
670
1264
|
'phase': z.union([z.literal("awaiting_factor"), z.literal("ready_to_commit"), z.literal("remote_outcome_unknown"), z.literal("remote_committed"), z.literal("identity_transition_pending"), z.literal("applied"), z.literal("quarantined_key_unavailable")]).readonly(),
|
|
1265
|
+
'allowedActions': z.array(z.union([z.literal("start_new"), z.literal("request_otp"), z.literal("prepare"), z.literal("activate"), z.literal("resume"), z.literal("discard_pre_attempt"), z.literal("quarantine_key_unavailable"), z.literal("activate_identity")])).readonly().optional(),
|
|
671
1266
|
'failureCode': z.string().readonly().optional(),
|
|
672
1267
|
'retryable': z.boolean().readonly(),
|
|
673
1268
|
'localOrdinaryDataWillMigrate': z.boolean().readonly(),
|
|
674
1269
|
'otherDevicesMustRejoin': z.boolean().readonly(),
|
|
675
|
-
'
|
|
676
|
-
'
|
|
1270
|
+
'mailRecoveryObservability': z.object({
|
|
1271
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1272
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1273
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1274
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1275
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1276
|
+
'retryable': z.boolean().readonly(),
|
|
1277
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1278
|
+
}).readonly().optional(),
|
|
1279
|
+
}).readonly(),
|
|
1280
|
+
})])
|
|
1281
|
+
const _awiki_dsh_plugin_awiki_prepareRootTransfer_parameter_0$schema = z.object({
|
|
1282
|
+
'deviceRef': z.string().readonly(),
|
|
1283
|
+
})
|
|
1284
|
+
const _awiki_dsh_plugin_awiki_prepareRootTransfer_result$schema = z.union([z.object({
|
|
1285
|
+
'ok': z.literal(false).readonly(),
|
|
1286
|
+
'error': z.object({
|
|
1287
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1288
|
+
'message': z.string().readonly(),
|
|
1289
|
+
'mailRecoveryObservability': z.object({
|
|
1290
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1291
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1292
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1293
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1294
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1295
|
+
'retryable': z.boolean().readonly(),
|
|
1296
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1297
|
+
}).readonly().optional(),
|
|
1298
|
+
}).readonly(),
|
|
1299
|
+
}), z.object({
|
|
1300
|
+
'ok': z.literal(true).readonly(),
|
|
1301
|
+
'value': z.object({
|
|
1302
|
+
'transferRef': z.string().readonly(),
|
|
1303
|
+
'deviceRef': z.string().readonly(),
|
|
1304
|
+
'expiresAt': z.string().readonly(),
|
|
677
1305
|
}).readonly(),
|
|
678
1306
|
})])
|
|
679
1307
|
const _awiki_dsh_plugin_awiki_readMail_parameter_0$schema = z.object({
|
|
@@ -682,8 +1310,17 @@ const _awiki_dsh_plugin_awiki_readMail_parameter_0$schema = z.object({
|
|
|
682
1310
|
const _awiki_dsh_plugin_awiki_readMail_result$schema = z.union([z.object({
|
|
683
1311
|
'ok': z.literal(false).readonly(),
|
|
684
1312
|
'error': z.object({
|
|
685
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1313
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
686
1314
|
'message': z.string().readonly(),
|
|
1315
|
+
'mailRecoveryObservability': z.object({
|
|
1316
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1317
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1318
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1319
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1320
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1321
|
+
'retryable': z.boolean().readonly(),
|
|
1322
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1323
|
+
}).readonly().optional(),
|
|
687
1324
|
}).readonly(),
|
|
688
1325
|
}), z.object({
|
|
689
1326
|
'ok': z.literal(true).readonly(),
|
|
@@ -715,6 +1352,48 @@ const _awiki_dsh_plugin_awiki_readMail_result$schema = z.union([z.object({
|
|
|
715
1352
|
})).readonly(),
|
|
716
1353
|
}).readonly(),
|
|
717
1354
|
})])
|
|
1355
|
+
const _awiki_dsh_plugin_awiki_refreshDeviceManagement_result$schema = z.union([z.object({
|
|
1356
|
+
'ok': z.literal(false).readonly(),
|
|
1357
|
+
'error': z.object({
|
|
1358
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1359
|
+
'message': z.string().readonly(),
|
|
1360
|
+
'mailRecoveryObservability': z.object({
|
|
1361
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1362
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1363
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1364
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1365
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1366
|
+
'retryable': z.boolean().readonly(),
|
|
1367
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1368
|
+
}).readonly().optional(),
|
|
1369
|
+
}).readonly(),
|
|
1370
|
+
}), z.object({
|
|
1371
|
+
'ok': z.literal(true).readonly(),
|
|
1372
|
+
'value': z.object({
|
|
1373
|
+
'canManage': z.boolean().readonly(),
|
|
1374
|
+
'rootTransferSupported': z.boolean().readonly(),
|
|
1375
|
+
'role': z.union([z.literal("member"), z.literal("admin")]).readonly().optional(),
|
|
1376
|
+
'readiness': z.union([z.literal("legacy"), z.literal("member_ready"), z.literal("admin_awaiting_root"), z.literal("admin_ready"), z.literal("blocked")]).readonly(),
|
|
1377
|
+
'devices': z.array(z.object({
|
|
1378
|
+
'deviceRef': z.string().readonly(),
|
|
1379
|
+
'displayId': z.string().readonly(),
|
|
1380
|
+
'joinedAt': z.string().readonly().optional(),
|
|
1381
|
+
'status': z.union([z.literal("active"), z.literal("revoked")]).readonly(),
|
|
1382
|
+
'role': z.union([z.literal("member"), z.literal("admin")]).readonly(),
|
|
1383
|
+
'managementReady': z.boolean().readonly(),
|
|
1384
|
+
'isCurrent': z.boolean().readonly(),
|
|
1385
|
+
})).readonly(),
|
|
1386
|
+
'requests': z.array(z.object({
|
|
1387
|
+
'requestRef': z.string().readonly(),
|
|
1388
|
+
'candidateKeyFingerprint': z.string().readonly(),
|
|
1389
|
+
'issuedAt': z.string().readonly(),
|
|
1390
|
+
'expiresAt': z.string().readonly(),
|
|
1391
|
+
'state': z.union([z.literal("rejected"), z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("expired")]).readonly(),
|
|
1392
|
+
'claimedByCurrentDevice': z.boolean().readonly(),
|
|
1393
|
+
'canStartVerification': z.boolean().readonly(),
|
|
1394
|
+
})).readonly(),
|
|
1395
|
+
}).readonly(),
|
|
1396
|
+
})])
|
|
718
1397
|
const _awiki_dsh_plugin_awiki_registerIdentity_parameter_0$schema = z.object({
|
|
719
1398
|
'handle': z.string().readonly(),
|
|
720
1399
|
'phone': z.string().readonly(),
|
|
@@ -723,17 +1402,62 @@ const _awiki_dsh_plugin_awiki_registerIdentity_parameter_0$schema = z.object({
|
|
|
723
1402
|
const _awiki_dsh_plugin_awiki_registerIdentity_result$schema = z.union([z.object({
|
|
724
1403
|
'ok': z.literal(false).readonly(),
|
|
725
1404
|
'error': z.object({
|
|
726
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1405
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
727
1406
|
'message': z.string().readonly(),
|
|
1407
|
+
'mailRecoveryObservability': z.object({
|
|
1408
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1409
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1410
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1411
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1412
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1413
|
+
'retryable': z.boolean().readonly(),
|
|
1414
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1415
|
+
}).readonly().optional(),
|
|
728
1416
|
}).readonly(),
|
|
729
1417
|
}), z.object({
|
|
730
1418
|
'ok': z.literal(true).readonly(),
|
|
731
|
-
'value': z.object({
|
|
1419
|
+
'value': z.union([z.object({
|
|
1420
|
+
'status': z.literal("registered").readonly(),
|
|
1421
|
+
'identity': z.object({
|
|
732
1422
|
'handle': z.intersection(z.string(), z.unknown()).readonly(),
|
|
733
1423
|
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
734
1424
|
'displayName': z.string().readonly().optional(),
|
|
735
1425
|
'registeredAt': z.number().readonly(),
|
|
736
1426
|
}).readonly(),
|
|
1427
|
+
}), z.object({
|
|
1428
|
+
'status': z.literal("join-required").readonly(),
|
|
1429
|
+
'fullHandle': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1430
|
+
'mode': z.union([z.literal("ordinary"), z.literal("handle-recovery-rebind")]).readonly(),
|
|
1431
|
+
'requiresUserPresence': z.boolean().readonly(),
|
|
1432
|
+
})]).readonly(),
|
|
1433
|
+
})])
|
|
1434
|
+
const _awiki_dsh_plugin_awiki_rejectDeviceJoin_parameter_0$schema = z.object({
|
|
1435
|
+
'reason': z.union([z.literal("user_rejected"), z.literal("sas_mismatch")]).readonly(),
|
|
1436
|
+
'requestRef': z.string().readonly(),
|
|
1437
|
+
})
|
|
1438
|
+
const _awiki_dsh_plugin_awiki_rejectDeviceJoin_result$schema = z.union([z.object({
|
|
1439
|
+
'ok': z.literal(false).readonly(),
|
|
1440
|
+
'error': z.object({
|
|
1441
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1442
|
+
'message': z.string().readonly(),
|
|
1443
|
+
'mailRecoveryObservability': z.object({
|
|
1444
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1445
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1446
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1447
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1448
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1449
|
+
'retryable': z.boolean().readonly(),
|
|
1450
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1451
|
+
}).readonly().optional(),
|
|
1452
|
+
}).readonly(),
|
|
1453
|
+
}), z.object({
|
|
1454
|
+
'ok': z.literal(true).readonly(),
|
|
1455
|
+
'value': z.object({
|
|
1456
|
+
'requestRef': z.string().readonly(),
|
|
1457
|
+
'phase': z.union([z.literal("rejected"), z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("expired")]).readonly(),
|
|
1458
|
+
'expiresAt': z.string().readonly(),
|
|
1459
|
+
'sas': z.string().readonly().optional(),
|
|
1460
|
+
}).readonly(),
|
|
737
1461
|
})])
|
|
738
1462
|
const _awiki_dsh_plugin_awiki_removeGroupMember_parameter_0$schema = z.object({
|
|
739
1463
|
'member': z.string().readonly(),
|
|
@@ -742,8 +1466,17 @@ const _awiki_dsh_plugin_awiki_removeGroupMember_parameter_0$schema = z.object({
|
|
|
742
1466
|
const _awiki_dsh_plugin_awiki_removeGroupMember_result$schema = z.union([z.object({
|
|
743
1467
|
'ok': z.literal(false).readonly(),
|
|
744
1468
|
'error': z.object({
|
|
745
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1469
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
746
1470
|
'message': z.string().readonly(),
|
|
1471
|
+
'mailRecoveryObservability': z.object({
|
|
1472
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1473
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1474
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1475
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1476
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1477
|
+
'retryable': z.boolean().readonly(),
|
|
1478
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1479
|
+
}).readonly().optional(),
|
|
747
1480
|
}).readonly(),
|
|
748
1481
|
}), z.object({
|
|
749
1482
|
'ok': z.literal(true).readonly(),
|
|
@@ -752,41 +1485,78 @@ const _awiki_dsh_plugin_awiki_removeGroupMember_result$schema = z.union([z.objec
|
|
|
752
1485
|
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
753
1486
|
}).readonly(),
|
|
754
1487
|
})])
|
|
755
|
-
const
|
|
756
|
-
'
|
|
1488
|
+
const _awiki_dsh_plugin_awiki_reopenIntegration_parameter_0$schema = z.object({
|
|
1489
|
+
'expectedRevision': z.number().readonly(),
|
|
1490
|
+
'idempotencyKey': z.string().readonly(),
|
|
1491
|
+
'productName': z.string().readonly(),
|
|
1492
|
+
'description': z.string().readonly(),
|
|
1493
|
+
'contactEnabled': z.boolean().readonly(),
|
|
1494
|
+
'contactDescription': z.string().readonly(),
|
|
1495
|
+
'groupTargets': z.array(z.object({
|
|
1496
|
+
'id': z.union([z.literal(null), z.string()]).readonly().optional(),
|
|
1497
|
+
'groupDid': z.string().readonly(),
|
|
1498
|
+
'description': z.string().readonly(),
|
|
1499
|
+
})).readonly(),
|
|
757
1500
|
})
|
|
758
|
-
const
|
|
1501
|
+
const _awiki_dsh_plugin_awiki_reopenIntegration_result$schema = z.union([z.object({
|
|
759
1502
|
'ok': z.literal(false).readonly(),
|
|
760
1503
|
'error': z.object({
|
|
761
|
-
'code': z.union([z.literal("
|
|
1504
|
+
'code': z.union([z.literal("invalid-request"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("network"), z.literal("remote"), z.literal("unauthorized"), z.literal("unavailable")]).readonly(),
|
|
762
1505
|
'message': z.string().readonly(),
|
|
763
1506
|
}).readonly(),
|
|
764
1507
|
}), z.object({
|
|
765
1508
|
'ok': z.literal(true).readonly(),
|
|
766
1509
|
'value': z.object({
|
|
767
|
-
'
|
|
768
|
-
'
|
|
769
|
-
'
|
|
770
|
-
'
|
|
1510
|
+
'id': z.string().readonly(),
|
|
1511
|
+
'publicId': z.union([z.literal(null), z.string()]).readonly(),
|
|
1512
|
+
'integrationUrl': z.union([z.literal(null), z.string()]).readonly(),
|
|
1513
|
+
'owner': z.object({
|
|
1514
|
+
'tenantId': z.string().readonly(),
|
|
1515
|
+
'handle': z.string().readonly(),
|
|
1516
|
+
'currentDid': z.string().readonly(),
|
|
1517
|
+
'displayName': z.string().readonly(),
|
|
1518
|
+
}).readonly(),
|
|
1519
|
+
'productName': z.string().readonly(),
|
|
1520
|
+
'description': z.string().readonly(),
|
|
1521
|
+
'contactEnabled': z.boolean().readonly(),
|
|
1522
|
+
'contactDescription': z.string().readonly(),
|
|
1523
|
+
'groupTargets': z.array(z.object({
|
|
1524
|
+
'id': z.string().readonly(),
|
|
1525
|
+
'groupDid': z.string().readonly(),
|
|
1526
|
+
'displayName': z.string().readonly(),
|
|
1527
|
+
'avatarUrl': z.union([z.literal(null), z.string()]).readonly(),
|
|
1528
|
+
'description': z.string().readonly(),
|
|
1529
|
+
'availability': z.union([z.literal("eligible"), z.literal("group_not_found"), z.literal("owner_not_active"), z.literal("owner_mismatch"), z.literal("not_open_join"), z.literal("unsupported_security_profile"), z.literal("member_send_disabled"), z.literal("attachments_disabled"), z.literal("group_full"), z.literal("validation_unavailable")]).readonly(),
|
|
1530
|
+
})).readonly(),
|
|
1531
|
+
'status': z.union([z.literal("active"), z.literal("closed")]).readonly(),
|
|
1532
|
+
'revision': z.number().readonly(),
|
|
771
1533
|
}).readonly(),
|
|
772
1534
|
})])
|
|
773
|
-
const
|
|
1535
|
+
const _awiki_dsh_plugin_awiki_resolvePeer_parameter_0$schema = z.object({
|
|
1536
|
+
'peer': z.string().readonly(),
|
|
1537
|
+
})
|
|
1538
|
+
const _awiki_dsh_plugin_awiki_resolvePeer_result$schema = z.union([z.object({
|
|
774
1539
|
'ok': z.literal(false).readonly(),
|
|
775
1540
|
'error': z.object({
|
|
776
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1541
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
777
1542
|
'message': z.string().readonly(),
|
|
1543
|
+
'mailRecoveryObservability': z.object({
|
|
1544
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1545
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1546
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1547
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1548
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1549
|
+
'retryable': z.boolean().readonly(),
|
|
1550
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1551
|
+
}).readonly().optional(),
|
|
778
1552
|
}).readonly(),
|
|
779
1553
|
}), z.object({
|
|
780
1554
|
'ok': z.literal(true).readonly(),
|
|
781
1555
|
'value': z.object({
|
|
782
|
-
'
|
|
783
|
-
'
|
|
784
|
-
'
|
|
785
|
-
'
|
|
786
|
-
'items': z.array(z.object({
|
|
787
|
-
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
788
|
-
'status': z.union([z.literal("pending"), z.literal("blocked")]).readonly(),
|
|
789
|
-
})).readonly(),
|
|
1556
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1557
|
+
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
1558
|
+
'displayName': z.string().readonly().optional(),
|
|
1559
|
+
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
790
1560
|
}).readonly(),
|
|
791
1561
|
})])
|
|
792
1562
|
const _awiki_dsh_plugin_awiki_resumeRecovery_parameter_0$schema = z.object({
|
|
@@ -795,8 +1565,17 @@ const _awiki_dsh_plugin_awiki_resumeRecovery_parameter_0$schema = z.object({
|
|
|
795
1565
|
const _awiki_dsh_plugin_awiki_resumeRecovery_result$schema = z.union([z.object({
|
|
796
1566
|
'ok': z.literal(false).readonly(),
|
|
797
1567
|
'error': z.object({
|
|
798
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1568
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
799
1569
|
'message': z.string().readonly(),
|
|
1570
|
+
'mailRecoveryObservability': z.object({
|
|
1571
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1572
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1573
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1574
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1575
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1576
|
+
'retryable': z.boolean().readonly(),
|
|
1577
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1578
|
+
}).readonly().optional(),
|
|
800
1579
|
}).readonly(),
|
|
801
1580
|
}), z.object({
|
|
802
1581
|
'ok': z.literal(true).readonly(),
|
|
@@ -806,12 +1585,125 @@ const _awiki_dsh_plugin_awiki_resumeRecovery_result$schema = z.union([z.object({
|
|
|
806
1585
|
'previousDid': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
807
1586
|
'currentDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
808
1587
|
'phase': z.union([z.literal("awaiting_factor"), z.literal("ready_to_commit"), z.literal("remote_outcome_unknown"), z.literal("remote_committed"), z.literal("identity_transition_pending"), z.literal("applied"), z.literal("quarantined_key_unavailable")]).readonly(),
|
|
1588
|
+
'allowedActions': z.array(z.union([z.literal("start_new"), z.literal("request_otp"), z.literal("prepare"), z.literal("activate"), z.literal("resume"), z.literal("discard_pre_attempt"), z.literal("quarantine_key_unavailable"), z.literal("activate_identity")])).readonly().optional(),
|
|
809
1589
|
'failureCode': z.string().readonly().optional(),
|
|
810
1590
|
'retryable': z.boolean().readonly(),
|
|
811
1591
|
'localOrdinaryDataWillMigrate': z.boolean().readonly(),
|
|
812
1592
|
'otherDevicesMustRejoin': z.boolean().readonly(),
|
|
813
|
-
'
|
|
814
|
-
'
|
|
1593
|
+
'mailRecoveryObservability': z.object({
|
|
1594
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1595
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1596
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1597
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1598
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1599
|
+
'retryable': z.boolean().readonly(),
|
|
1600
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1601
|
+
}).readonly().optional(),
|
|
1602
|
+
}).readonly(),
|
|
1603
|
+
})])
|
|
1604
|
+
const _awiki_dsh_plugin_awiki_retireDeviceIdentityForRejoin_result$schema = z.union([z.object({
|
|
1605
|
+
'ok': z.literal(false).readonly(),
|
|
1606
|
+
'error': z.object({
|
|
1607
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1608
|
+
'message': z.string().readonly(),
|
|
1609
|
+
'mailRecoveryObservability': z.object({
|
|
1610
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1611
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1612
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1613
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1614
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1615
|
+
'retryable': z.boolean().readonly(),
|
|
1616
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1617
|
+
}).readonly().optional(),
|
|
1618
|
+
}).readonly(),
|
|
1619
|
+
}), z.object({
|
|
1620
|
+
'ok': z.literal(true).readonly(),
|
|
1621
|
+
'value': z.object({
|
|
1622
|
+
'completed': z.literal(true).readonly(),
|
|
1623
|
+
}).readonly(),
|
|
1624
|
+
})])
|
|
1625
|
+
const _awiki_dsh_plugin_awiki_revokeDevice_parameter_0$schema = z.object({
|
|
1626
|
+
'deviceRef': z.string().readonly(),
|
|
1627
|
+
'confirmation': z.string().readonly(),
|
|
1628
|
+
})
|
|
1629
|
+
const _awiki_dsh_plugin_awiki_revokeDevice_result$schema = z.union([z.object({
|
|
1630
|
+
'ok': z.literal(false).readonly(),
|
|
1631
|
+
'error': z.object({
|
|
1632
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1633
|
+
'message': z.string().readonly(),
|
|
1634
|
+
'mailRecoveryObservability': z.object({
|
|
1635
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1636
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1637
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1638
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1639
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1640
|
+
'retryable': z.boolean().readonly(),
|
|
1641
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1642
|
+
}).readonly().optional(),
|
|
1643
|
+
}).readonly(),
|
|
1644
|
+
}), z.object({
|
|
1645
|
+
'ok': z.literal(true).readonly(),
|
|
1646
|
+
'value': z.object({
|
|
1647
|
+
'canManage': z.boolean().readonly(),
|
|
1648
|
+
'rootTransferSupported': z.boolean().readonly(),
|
|
1649
|
+
'role': z.union([z.literal("member"), z.literal("admin")]).readonly().optional(),
|
|
1650
|
+
'readiness': z.union([z.literal("legacy"), z.literal("member_ready"), z.literal("admin_awaiting_root"), z.literal("admin_ready"), z.literal("blocked")]).readonly(),
|
|
1651
|
+
'devices': z.array(z.object({
|
|
1652
|
+
'deviceRef': z.string().readonly(),
|
|
1653
|
+
'displayId': z.string().readonly(),
|
|
1654
|
+
'joinedAt': z.string().readonly().optional(),
|
|
1655
|
+
'status': z.union([z.literal("active"), z.literal("revoked")]).readonly(),
|
|
1656
|
+
'role': z.union([z.literal("member"), z.literal("admin")]).readonly(),
|
|
1657
|
+
'managementReady': z.boolean().readonly(),
|
|
1658
|
+
'isCurrent': z.boolean().readonly(),
|
|
1659
|
+
})).readonly(),
|
|
1660
|
+
'requests': z.array(z.object({
|
|
1661
|
+
'requestRef': z.string().readonly(),
|
|
1662
|
+
'candidateKeyFingerprint': z.string().readonly(),
|
|
1663
|
+
'issuedAt': z.string().readonly(),
|
|
1664
|
+
'expiresAt': z.string().readonly(),
|
|
1665
|
+
'state': z.union([z.literal("rejected"), z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("expired")]).readonly(),
|
|
1666
|
+
'claimedByCurrentDevice': z.boolean().readonly(),
|
|
1667
|
+
'canStartVerification': z.boolean().readonly(),
|
|
1668
|
+
})).readonly(),
|
|
1669
|
+
}).readonly(),
|
|
1670
|
+
})])
|
|
1671
|
+
const _awiki_dsh_plugin_awiki_rotateIntegrationId_parameter_0$schema = z.object({
|
|
1672
|
+
'expectedRevision': z.number().readonly(),
|
|
1673
|
+
'idempotencyKey': z.string().readonly(),
|
|
1674
|
+
})
|
|
1675
|
+
const _awiki_dsh_plugin_awiki_rotateIntegrationId_result$schema = z.union([z.object({
|
|
1676
|
+
'ok': z.literal(false).readonly(),
|
|
1677
|
+
'error': z.object({
|
|
1678
|
+
'code': z.union([z.literal("invalid-request"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("network"), z.literal("remote"), z.literal("unauthorized"), z.literal("unavailable")]).readonly(),
|
|
1679
|
+
'message': z.string().readonly(),
|
|
1680
|
+
}).readonly(),
|
|
1681
|
+
}), z.object({
|
|
1682
|
+
'ok': z.literal(true).readonly(),
|
|
1683
|
+
'value': z.object({
|
|
1684
|
+
'id': z.string().readonly(),
|
|
1685
|
+
'publicId': z.union([z.literal(null), z.string()]).readonly(),
|
|
1686
|
+
'integrationUrl': z.union([z.literal(null), z.string()]).readonly(),
|
|
1687
|
+
'owner': z.object({
|
|
1688
|
+
'tenantId': z.string().readonly(),
|
|
1689
|
+
'handle': z.string().readonly(),
|
|
1690
|
+
'currentDid': z.string().readonly(),
|
|
1691
|
+
'displayName': z.string().readonly(),
|
|
1692
|
+
}).readonly(),
|
|
1693
|
+
'productName': z.string().readonly(),
|
|
1694
|
+
'description': z.string().readonly(),
|
|
1695
|
+
'contactEnabled': z.boolean().readonly(),
|
|
1696
|
+
'contactDescription': z.string().readonly(),
|
|
1697
|
+
'groupTargets': z.array(z.object({
|
|
1698
|
+
'id': z.string().readonly(),
|
|
1699
|
+
'groupDid': z.string().readonly(),
|
|
1700
|
+
'displayName': z.string().readonly(),
|
|
1701
|
+
'avatarUrl': z.union([z.literal(null), z.string()]).readonly(),
|
|
1702
|
+
'description': z.string().readonly(),
|
|
1703
|
+
'availability': z.union([z.literal("eligible"), z.literal("group_not_found"), z.literal("owner_not_active"), z.literal("owner_mismatch"), z.literal("not_open_join"), z.literal("unsupported_security_profile"), z.literal("member_send_disabled"), z.literal("attachments_disabled"), z.literal("group_full"), z.literal("validation_unavailable")]).readonly(),
|
|
1704
|
+
})).readonly(),
|
|
1705
|
+
'status': z.union([z.literal("active"), z.literal("closed")]).readonly(),
|
|
1706
|
+
'revision': z.number().readonly(),
|
|
815
1707
|
}).readonly(),
|
|
816
1708
|
})])
|
|
817
1709
|
const _awiki_dsh_plugin_awiki_sendAttachment_parameter_0$schema = z.object({
|
|
@@ -831,8 +1723,17 @@ const _awiki_dsh_plugin_awiki_sendAttachment_parameter_0$schema = z.object({
|
|
|
831
1723
|
const _awiki_dsh_plugin_awiki_sendAttachment_result$schema = z.union([z.object({
|
|
832
1724
|
'ok': z.literal(false).readonly(),
|
|
833
1725
|
'error': z.object({
|
|
834
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1726
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
835
1727
|
'message': z.string().readonly(),
|
|
1728
|
+
'mailRecoveryObservability': z.object({
|
|
1729
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1730
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1731
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1732
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1733
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1734
|
+
'retryable': z.boolean().readonly(),
|
|
1735
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1736
|
+
}).readonly().optional(),
|
|
836
1737
|
}).readonly(),
|
|
837
1738
|
}), z.object({
|
|
838
1739
|
'ok': z.literal(true).readonly(),
|
|
@@ -873,18 +1774,21 @@ const _awiki_dsh_plugin_awiki_sendMail_parameter_0$schema = z.object({
|
|
|
873
1774
|
'cc': z.array(z.string()).readonly().optional(),
|
|
874
1775
|
'subject': z.string().readonly(),
|
|
875
1776
|
'bodyText': z.string().readonly(),
|
|
876
|
-
'attachments': z.array(z.object({
|
|
877
|
-
'fileName': z.string().readonly(),
|
|
878
|
-
'contentType': z.string().readonly(),
|
|
879
|
-
'sizeBytes': z.number().readonly(),
|
|
880
|
-
'bytesBase64': z.string().readonly(),
|
|
881
|
-
})).readonly().optional(),
|
|
882
1777
|
})
|
|
883
1778
|
const _awiki_dsh_plugin_awiki_sendMail_result$schema = z.union([z.object({
|
|
884
1779
|
'ok': z.literal(false).readonly(),
|
|
885
1780
|
'error': z.object({
|
|
886
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1781
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
887
1782
|
'message': z.string().readonly(),
|
|
1783
|
+
'mailRecoveryObservability': z.object({
|
|
1784
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1785
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1786
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1787
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1788
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1789
|
+
'retryable': z.boolean().readonly(),
|
|
1790
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1791
|
+
}).readonly().optional(),
|
|
888
1792
|
}).readonly(),
|
|
889
1793
|
}), z.object({
|
|
890
1794
|
'ok': z.literal(true).readonly(),
|
|
@@ -901,8 +1805,17 @@ const _awiki_dsh_plugin_awiki_sendRecoveryOtp_parameter_0$schema = z.object({
|
|
|
901
1805
|
const _awiki_dsh_plugin_awiki_sendRecoveryOtp_result$schema = z.union([z.object({
|
|
902
1806
|
'ok': z.literal(false).readonly(),
|
|
903
1807
|
'error': z.object({
|
|
904
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1808
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
905
1809
|
'message': z.string().readonly(),
|
|
1810
|
+
'mailRecoveryObservability': z.object({
|
|
1811
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1812
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1813
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1814
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1815
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1816
|
+
'retryable': z.boolean().readonly(),
|
|
1817
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1818
|
+
}).readonly().optional(),
|
|
906
1819
|
}).readonly(),
|
|
907
1820
|
}), z.object({
|
|
908
1821
|
'ok': z.literal(true).readonly(),
|
|
@@ -920,8 +1833,17 @@ const _awiki_dsh_plugin_awiki_sendRegistrationOtp_parameter_0$schema = z.object(
|
|
|
920
1833
|
const _awiki_dsh_plugin_awiki_sendRegistrationOtp_result$schema = z.union([z.object({
|
|
921
1834
|
'ok': z.literal(false).readonly(),
|
|
922
1835
|
'error': z.object({
|
|
923
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1836
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
924
1837
|
'message': z.string().readonly(),
|
|
1838
|
+
'mailRecoveryObservability': z.object({
|
|
1839
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1840
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1841
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1842
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1843
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1844
|
+
'retryable': z.boolean().readonly(),
|
|
1845
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1846
|
+
}).readonly().optional(),
|
|
925
1847
|
}).readonly(),
|
|
926
1848
|
}), z.object({
|
|
927
1849
|
'ok': z.literal(true).readonly(),
|
|
@@ -951,8 +1873,17 @@ const _awiki_dsh_plugin_awiki_sendText_parameter_0$schema = z.object({
|
|
|
951
1873
|
const _awiki_dsh_plugin_awiki_sendText_result$schema = z.union([z.object({
|
|
952
1874
|
'ok': z.literal(false).readonly(),
|
|
953
1875
|
'error': z.object({
|
|
954
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1876
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
955
1877
|
'message': z.string().readonly(),
|
|
1878
|
+
'mailRecoveryObservability': z.object({
|
|
1879
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1880
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1881
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1882
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1883
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1884
|
+
'retryable': z.boolean().readonly(),
|
|
1885
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1886
|
+
}).readonly().optional(),
|
|
956
1887
|
}).readonly(),
|
|
957
1888
|
}), z.object({
|
|
958
1889
|
'ok': z.literal(true).readonly(),
|
|
@@ -988,6 +1919,33 @@ const _awiki_dsh_plugin_awiki_sendText_result$schema = z.union([z.object({
|
|
|
988
1919
|
})]).readonly(),
|
|
989
1920
|
}).readonly(),
|
|
990
1921
|
})])
|
|
1922
|
+
const _awiki_dsh_plugin_awiki_startDeviceJoinVerification_parameter_0$schema = z.object({
|
|
1923
|
+
'requestRef': z.string().readonly(),
|
|
1924
|
+
})
|
|
1925
|
+
const _awiki_dsh_plugin_awiki_startDeviceJoinVerification_result$schema = z.union([z.object({
|
|
1926
|
+
'ok': z.literal(false).readonly(),
|
|
1927
|
+
'error': z.object({
|
|
1928
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1929
|
+
'message': z.string().readonly(),
|
|
1930
|
+
'mailRecoveryObservability': z.object({
|
|
1931
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1932
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1933
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1934
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1935
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1936
|
+
'retryable': z.boolean().readonly(),
|
|
1937
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1938
|
+
}).readonly().optional(),
|
|
1939
|
+
}).readonly(),
|
|
1940
|
+
}), z.object({
|
|
1941
|
+
'ok': z.literal(true).readonly(),
|
|
1942
|
+
'value': z.object({
|
|
1943
|
+
'requestRef': z.string().readonly(),
|
|
1944
|
+
'phase': z.union([z.literal("rejected"), z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("expired")]).readonly(),
|
|
1945
|
+
'expiresAt': z.string().readonly(),
|
|
1946
|
+
'sas': z.string().readonly().optional(),
|
|
1947
|
+
}).readonly(),
|
|
1948
|
+
})])
|
|
991
1949
|
const _awiki_dsh_plugin_awiki_summarizeConversation_parameter_0$schema = z.object({
|
|
992
1950
|
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
993
1951
|
'unreadCountAtOpen': z.number().readonly().optional(),
|
|
@@ -995,8 +1953,17 @@ const _awiki_dsh_plugin_awiki_summarizeConversation_parameter_0$schema = z.objec
|
|
|
995
1953
|
const _awiki_dsh_plugin_awiki_summarizeConversation_result$schema = z.union([z.object({
|
|
996
1954
|
'ok': z.literal(false).readonly(),
|
|
997
1955
|
'error': z.object({
|
|
998
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
1956
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
999
1957
|
'message': z.string().readonly(),
|
|
1958
|
+
'mailRecoveryObservability': z.object({
|
|
1959
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
1960
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
1961
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
1962
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
1963
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
1964
|
+
'retryable': z.boolean().readonly(),
|
|
1965
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
1966
|
+
}).readonly().optional(),
|
|
1000
1967
|
}).readonly(),
|
|
1001
1968
|
}), z.object({
|
|
1002
1969
|
'ok': z.literal(true).readonly(),
|
|
@@ -1042,15 +2009,21 @@ const _awiki_dsh_plugin_awiki_updateConversationPreference_parameter_0$schema =
|
|
|
1042
2009
|
}), z.object({
|
|
1043
2010
|
'action': z.literal("restore").readonly(),
|
|
1044
2011
|
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1045
|
-
}), z.object({
|
|
1046
|
-
'action': z.literal("dismiss-group-recovery").readonly(),
|
|
1047
|
-
'signature': z.string().readonly(),
|
|
1048
2012
|
})])
|
|
1049
2013
|
const _awiki_dsh_plugin_awiki_updateConversationPreference_result$schema = z.union([z.object({
|
|
1050
2014
|
'ok': z.literal(false).readonly(),
|
|
1051
2015
|
'error': z.object({
|
|
1052
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
2016
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1053
2017
|
'message': z.string().readonly(),
|
|
2018
|
+
'mailRecoveryObservability': z.object({
|
|
2019
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
2020
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
2021
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
2022
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
2023
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
2024
|
+
'retryable': z.boolean().readonly(),
|
|
2025
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
2026
|
+
}).readonly().optional(),
|
|
1054
2027
|
}).readonly(),
|
|
1055
2028
|
}), z.object({
|
|
1056
2029
|
'ok': z.literal(true).readonly(),
|
|
@@ -1077,7 +2050,6 @@ const _awiki_dsh_plugin_awiki_updateConversationPreference_result$schema = z.uni
|
|
|
1077
2050
|
})]).readonly(),
|
|
1078
2051
|
'hiddenAt': z.number().readonly(),
|
|
1079
2052
|
})).readonly(),
|
|
1080
|
-
'dismissedGroupRecoverySignature': z.string().readonly().optional(),
|
|
1081
2053
|
}).readonly(),
|
|
1082
2054
|
})])
|
|
1083
2055
|
const _awiki_dsh_plugin_awiki_updateDisplayName_parameter_0$schema = z.object({
|
|
@@ -1086,8 +2058,17 @@ const _awiki_dsh_plugin_awiki_updateDisplayName_parameter_0$schema = z.object({
|
|
|
1086
2058
|
const _awiki_dsh_plugin_awiki_updateDisplayName_result$schema = z.union([z.object({
|
|
1087
2059
|
'ok': z.literal(false).readonly(),
|
|
1088
2060
|
'error': z.object({
|
|
1089
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
2061
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1090
2062
|
'message': z.string().readonly(),
|
|
2063
|
+
'mailRecoveryObservability': z.object({
|
|
2064
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
2065
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
2066
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
2067
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
2068
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
2069
|
+
'retryable': z.boolean().readonly(),
|
|
2070
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
2071
|
+
}).readonly().optional(),
|
|
1091
2072
|
}).readonly(),
|
|
1092
2073
|
}), z.object({
|
|
1093
2074
|
'ok': z.literal(true).readonly(),
|
|
@@ -1098,6 +2079,53 @@ const _awiki_dsh_plugin_awiki_updateDisplayName_result$schema = z.union([z.objec
|
|
|
1098
2079
|
'registeredAt': z.number().readonly(),
|
|
1099
2080
|
}).readonly(),
|
|
1100
2081
|
})])
|
|
2082
|
+
const _awiki_dsh_plugin_awiki_updateIntegration_parameter_0$schema = z.object({
|
|
2083
|
+
'expectedRevision': z.number().readonly(),
|
|
2084
|
+
'idempotencyKey': z.string().readonly(),
|
|
2085
|
+
'productName': z.string().readonly(),
|
|
2086
|
+
'description': z.string().readonly(),
|
|
2087
|
+
'contactEnabled': z.boolean().readonly(),
|
|
2088
|
+
'contactDescription': z.string().readonly(),
|
|
2089
|
+
'groupTargets': z.array(z.object({
|
|
2090
|
+
'id': z.union([z.literal(null), z.string()]).readonly().optional(),
|
|
2091
|
+
'groupDid': z.string().readonly(),
|
|
2092
|
+
'description': z.string().readonly(),
|
|
2093
|
+
})).readonly(),
|
|
2094
|
+
})
|
|
2095
|
+
const _awiki_dsh_plugin_awiki_updateIntegration_result$schema = z.union([z.object({
|
|
2096
|
+
'ok': z.literal(false).readonly(),
|
|
2097
|
+
'error': z.object({
|
|
2098
|
+
'code': z.union([z.literal("invalid-request"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("network"), z.literal("remote"), z.literal("unauthorized"), z.literal("unavailable")]).readonly(),
|
|
2099
|
+
'message': z.string().readonly(),
|
|
2100
|
+
}).readonly(),
|
|
2101
|
+
}), z.object({
|
|
2102
|
+
'ok': z.literal(true).readonly(),
|
|
2103
|
+
'value': z.object({
|
|
2104
|
+
'id': z.string().readonly(),
|
|
2105
|
+
'publicId': z.union([z.literal(null), z.string()]).readonly(),
|
|
2106
|
+
'integrationUrl': z.union([z.literal(null), z.string()]).readonly(),
|
|
2107
|
+
'owner': z.object({
|
|
2108
|
+
'tenantId': z.string().readonly(),
|
|
2109
|
+
'handle': z.string().readonly(),
|
|
2110
|
+
'currentDid': z.string().readonly(),
|
|
2111
|
+
'displayName': z.string().readonly(),
|
|
2112
|
+
}).readonly(),
|
|
2113
|
+
'productName': z.string().readonly(),
|
|
2114
|
+
'description': z.string().readonly(),
|
|
2115
|
+
'contactEnabled': z.boolean().readonly(),
|
|
2116
|
+
'contactDescription': z.string().readonly(),
|
|
2117
|
+
'groupTargets': z.array(z.object({
|
|
2118
|
+
'id': z.string().readonly(),
|
|
2119
|
+
'groupDid': z.string().readonly(),
|
|
2120
|
+
'displayName': z.string().readonly(),
|
|
2121
|
+
'avatarUrl': z.union([z.literal(null), z.string()]).readonly(),
|
|
2122
|
+
'description': z.string().readonly(),
|
|
2123
|
+
'availability': z.union([z.literal("eligible"), z.literal("group_not_found"), z.literal("owner_not_active"), z.literal("owner_mismatch"), z.literal("not_open_join"), z.literal("unsupported_security_profile"), z.literal("member_send_disabled"), z.literal("attachments_disabled"), z.literal("group_full"), z.literal("validation_unavailable")]).readonly(),
|
|
2124
|
+
})).readonly(),
|
|
2125
|
+
'status': z.union([z.literal("active"), z.literal("closed")]).readonly(),
|
|
2126
|
+
'revision': z.number().readonly(),
|
|
2127
|
+
}).readonly(),
|
|
2128
|
+
})])
|
|
1101
2129
|
const _awiki_dsh_plugin_awiki_updateProfile_parameter_0$schema = z.object({
|
|
1102
2130
|
'displayName': z.string().readonly(),
|
|
1103
2131
|
'bio': z.string().readonly(),
|
|
@@ -1106,8 +2134,17 @@ const _awiki_dsh_plugin_awiki_updateProfile_parameter_0$schema = z.object({
|
|
|
1106
2134
|
const _awiki_dsh_plugin_awiki_updateProfile_result$schema = z.union([z.object({
|
|
1107
2135
|
'ok': z.literal(false).readonly(),
|
|
1108
2136
|
'error': z.object({
|
|
1109
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("
|
|
2137
|
+
'code': z.union([z.literal("client-version-unsupported"), z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("short-handle-invite-required"), z.literal("not-found"), z.literal("forbidden"), z.literal("device-rejoin-required"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1110
2138
|
'message': z.string().readonly(),
|
|
2139
|
+
'mailRecoveryObservability': z.object({
|
|
2140
|
+
'current_principal_matches_recovery': z.boolean().readonly(),
|
|
2141
|
+
'request_generation_classification': z.union([z.literal("current"), z.literal("replaced")]).readonly(),
|
|
2142
|
+
'mail_ingress_classification': z.union([z.literal("reached"), z.literal("not_reached"), z.literal("unknown")]).readonly(),
|
|
2143
|
+
'auth_status_class': z.union([z.literal("unknown"), z.literal("accepted"), z.literal("rejected"), z.literal("dependency_unavailable")]).readonly(),
|
|
2144
|
+
'auth_stable_machine_code': z.string().readonly().optional(),
|
|
2145
|
+
'retryable': z.boolean().readonly(),
|
|
2146
|
+
'mail_closed_classification': z.union([z.literal("unknown"), z.literal("dependency_unavailable"), z.literal("success"), z.literal("authentication_rejected"), z.literal("no_active_handle"), z.literal("multiple_active_handles"), z.literal("no_mailbox"), z.literal("owner_conflict")]).readonly(),
|
|
2147
|
+
}).readonly().optional(),
|
|
1111
2148
|
}).readonly(),
|
|
1112
2149
|
}), z.object({
|
|
1113
2150
|
'ok': z.literal(true).readonly(),
|
|
@@ -1125,10 +2162,115 @@ export const TYPERT_REMOTE = {
|
|
|
1125
2162
|
package: '@awiki/dsh-plugin',
|
|
1126
2163
|
descriptors: [
|
|
1127
2164
|
{
|
|
1128
|
-
id: '@awiki/dsh-plugin#awiki/activateRecovery',
|
|
2165
|
+
id: '@awiki/dsh-plugin#awiki/activateRecovery',
|
|
2166
|
+
service: 'awiki',
|
|
2167
|
+
namespace: 'awiki',
|
|
2168
|
+
method: 'activateRecovery',
|
|
2169
|
+
invocation: { kind: 'direct' },
|
|
2170
|
+
parameters: [
|
|
2171
|
+
{
|
|
2172
|
+
name: 'request',
|
|
2173
|
+
wire: 'request',
|
|
2174
|
+
source: 'json',
|
|
2175
|
+
codec: {
|
|
2176
|
+
mode: 'strict',
|
|
2177
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRecoveryOperationRequest',
|
|
2178
|
+
schema: _awiki_dsh_plugin_awiki_activateRecovery_parameter_0$schema,
|
|
2179
|
+
},
|
|
2180
|
+
},
|
|
2181
|
+
],
|
|
2182
|
+
result: {
|
|
2183
|
+
mode: 'strict',
|
|
2184
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2185
|
+
schema: _awiki_dsh_plugin_awiki_activateRecovery_result$schema,
|
|
2186
|
+
},
|
|
2187
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":204,"column":9},
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
id: '@awiki/dsh-plugin#awiki/addGroupMember',
|
|
2191
|
+
service: 'awiki',
|
|
2192
|
+
namespace: 'awiki',
|
|
2193
|
+
method: 'addGroupMember',
|
|
2194
|
+
invocation: { kind: 'direct' },
|
|
2195
|
+
parameters: [
|
|
2196
|
+
{
|
|
2197
|
+
name: 'request',
|
|
2198
|
+
wire: 'request',
|
|
2199
|
+
source: 'json',
|
|
2200
|
+
codec: {
|
|
2201
|
+
mode: 'strict',
|
|
2202
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiAddGroupMemberRequest',
|
|
2203
|
+
schema: _awiki_dsh_plugin_awiki_addGroupMember_parameter_0$schema,
|
|
2204
|
+
},
|
|
2205
|
+
},
|
|
2206
|
+
],
|
|
2207
|
+
result: {
|
|
2208
|
+
mode: 'strict',
|
|
2209
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2210
|
+
schema: _awiki_dsh_plugin_awiki_addGroupMember_result$schema,
|
|
2211
|
+
},
|
|
2212
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":240,"column":3},
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
id: '@awiki/dsh-plugin#awiki/approveDeviceJoin',
|
|
2216
|
+
service: 'awiki',
|
|
2217
|
+
namespace: 'awiki',
|
|
2218
|
+
method: 'approveDeviceJoin',
|
|
2219
|
+
invocation: { kind: 'direct' },
|
|
2220
|
+
parameters: [
|
|
2221
|
+
{
|
|
2222
|
+
name: 'request',
|
|
2223
|
+
wire: 'request',
|
|
2224
|
+
source: 'json',
|
|
2225
|
+
codec: {
|
|
2226
|
+
mode: 'strict',
|
|
2227
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiApproveDeviceJoinRequest',
|
|
2228
|
+
schema: _awiki_dsh_plugin_awiki_approveDeviceJoin_parameter_0$schema,
|
|
2229
|
+
},
|
|
2230
|
+
},
|
|
2231
|
+
],
|
|
2232
|
+
result: {
|
|
2233
|
+
mode: 'strict',
|
|
2234
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2235
|
+
schema: _awiki_dsh_plugin_awiki_approveDeviceJoin_result$schema,
|
|
2236
|
+
},
|
|
2237
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":164,"column":9},
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
id: '@awiki/dsh-plugin#awiki/beginDeviceJoin',
|
|
2241
|
+
service: 'awiki',
|
|
2242
|
+
namespace: 'awiki',
|
|
2243
|
+
method: 'beginDeviceJoin',
|
|
2244
|
+
invocation: { kind: 'direct' },
|
|
2245
|
+
parameters: [
|
|
2246
|
+
],
|
|
2247
|
+
result: {
|
|
2248
|
+
mode: 'strict',
|
|
2249
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2250
|
+
schema: _awiki_dsh_plugin_awiki_beginDeviceJoin_result$schema,
|
|
2251
|
+
},
|
|
2252
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":144,"column":9},
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
id: '@awiki/dsh-plugin#awiki/cancelDeviceJoin',
|
|
2256
|
+
service: 'awiki',
|
|
2257
|
+
namespace: 'awiki',
|
|
2258
|
+
method: 'cancelDeviceJoin',
|
|
2259
|
+
invocation: { kind: 'direct' },
|
|
2260
|
+
parameters: [
|
|
2261
|
+
],
|
|
2262
|
+
result: {
|
|
2263
|
+
mode: 'strict',
|
|
2264
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2265
|
+
schema: _awiki_dsh_plugin_awiki_cancelDeviceJoin_result$schema,
|
|
2266
|
+
},
|
|
2267
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":153,"column":9},
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
id: '@awiki/dsh-plugin#awiki/clearLocalData',
|
|
1129
2271
|
service: 'awiki',
|
|
1130
2272
|
namespace: 'awiki',
|
|
1131
|
-
method: '
|
|
2273
|
+
method: 'clearLocalData',
|
|
1132
2274
|
invocation: { kind: 'direct' },
|
|
1133
2275
|
parameters: [
|
|
1134
2276
|
{
|
|
@@ -1137,23 +2279,23 @@ export const TYPERT_REMOTE = {
|
|
|
1137
2279
|
source: 'json',
|
|
1138
2280
|
codec: {
|
|
1139
2281
|
mode: 'strict',
|
|
1140
|
-
typeSymbol: '@awiki/dsh-plugin/types#
|
|
1141
|
-
schema:
|
|
2282
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiClearLocalDataRequest',
|
|
2283
|
+
schema: _awiki_dsh_plugin_awiki_clearLocalData_parameter_0$schema,
|
|
1142
2284
|
},
|
|
1143
2285
|
},
|
|
1144
2286
|
],
|
|
1145
2287
|
result: {
|
|
1146
2288
|
mode: 'strict',
|
|
1147
2289
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1148
|
-
schema:
|
|
2290
|
+
schema: _awiki_dsh_plugin_awiki_clearLocalData_result$schema,
|
|
1149
2291
|
},
|
|
1150
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2292
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":295,"column":3},
|
|
1151
2293
|
},
|
|
1152
2294
|
{
|
|
1153
|
-
id: '@awiki/dsh-plugin#awiki/
|
|
2295
|
+
id: '@awiki/dsh-plugin#awiki/closeIntegration',
|
|
1154
2296
|
service: 'awiki',
|
|
1155
2297
|
namespace: 'awiki',
|
|
1156
|
-
method: '
|
|
2298
|
+
method: 'closeIntegration',
|
|
1157
2299
|
invocation: { kind: 'direct' },
|
|
1158
2300
|
parameters: [
|
|
1159
2301
|
{
|
|
@@ -1162,23 +2304,23 @@ export const TYPERT_REMOTE = {
|
|
|
1162
2304
|
source: 'json',
|
|
1163
2305
|
codec: {
|
|
1164
2306
|
mode: 'strict',
|
|
1165
|
-
typeSymbol: '@awiki/dsh-plugin/types#
|
|
1166
|
-
schema:
|
|
2307
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiIntegrationRevisionRequest',
|
|
2308
|
+
schema: _awiki_dsh_plugin_awiki_closeIntegration_parameter_0$schema,
|
|
1167
2309
|
},
|
|
1168
2310
|
},
|
|
1169
2311
|
],
|
|
1170
2312
|
result: {
|
|
1171
2313
|
mode: 'strict',
|
|
1172
|
-
typeSymbol: '@awiki/dsh-plugin/types#
|
|
1173
|
-
schema:
|
|
2314
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiIntegrationResult',
|
|
2315
|
+
schema: _awiki_dsh_plugin_awiki_closeIntegration_result$schema,
|
|
1174
2316
|
},
|
|
1175
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2317
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":112,"column":3},
|
|
1176
2318
|
},
|
|
1177
2319
|
{
|
|
1178
|
-
id: '@awiki/dsh-plugin#awiki/
|
|
2320
|
+
id: '@awiki/dsh-plugin#awiki/confirmRootTransfer',
|
|
1179
2321
|
service: 'awiki',
|
|
1180
2322
|
namespace: 'awiki',
|
|
1181
|
-
method: '
|
|
2323
|
+
method: 'confirmRootTransfer',
|
|
1182
2324
|
invocation: { kind: 'direct' },
|
|
1183
2325
|
parameters: [
|
|
1184
2326
|
{
|
|
@@ -1187,17 +2329,17 @@ export const TYPERT_REMOTE = {
|
|
|
1187
2329
|
source: 'json',
|
|
1188
2330
|
codec: {
|
|
1189
2331
|
mode: 'strict',
|
|
1190
|
-
typeSymbol: '@awiki/dsh-plugin/types#
|
|
1191
|
-
schema:
|
|
2332
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiConfirmRootTransferRequest',
|
|
2333
|
+
schema: _awiki_dsh_plugin_awiki_confirmRootTransfer_parameter_0$schema,
|
|
1192
2334
|
},
|
|
1193
2335
|
},
|
|
1194
2336
|
],
|
|
1195
2337
|
result: {
|
|
1196
2338
|
mode: 'strict',
|
|
1197
2339
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1198
|
-
schema:
|
|
2340
|
+
schema: _awiki_dsh_plugin_awiki_confirmRootTransfer_result$schema,
|
|
1199
2341
|
},
|
|
1200
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2342
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":184,"column":9},
|
|
1201
2343
|
},
|
|
1202
2344
|
{
|
|
1203
2345
|
id: '@awiki/dsh-plugin#awiki/createGroup',
|
|
@@ -1222,7 +2364,32 @@ export const TYPERT_REMOTE = {
|
|
|
1222
2364
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1223
2365
|
schema: _awiki_dsh_plugin_awiki_createGroup_result$schema,
|
|
1224
2366
|
},
|
|
1225
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2367
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":222,"column":9},
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
id: '@awiki/dsh-plugin#awiki/createIntegration',
|
|
2371
|
+
service: 'awiki',
|
|
2372
|
+
namespace: 'awiki',
|
|
2373
|
+
method: 'createIntegration',
|
|
2374
|
+
invocation: { kind: 'direct' },
|
|
2375
|
+
parameters: [
|
|
2376
|
+
{
|
|
2377
|
+
name: 'request',
|
|
2378
|
+
wire: 'request',
|
|
2379
|
+
source: 'json',
|
|
2380
|
+
codec: {
|
|
2381
|
+
mode: 'strict',
|
|
2382
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiCreateIntegrationRequest',
|
|
2383
|
+
schema: _awiki_dsh_plugin_awiki_createIntegration_parameter_0$schema,
|
|
2384
|
+
},
|
|
2385
|
+
},
|
|
2386
|
+
],
|
|
2387
|
+
result: {
|
|
2388
|
+
mode: 'strict',
|
|
2389
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiIntegrationResult',
|
|
2390
|
+
schema: _awiki_dsh_plugin_awiki_createIntegration_result$schema,
|
|
2391
|
+
},
|
|
2392
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":103,"column":3},
|
|
1226
2393
|
},
|
|
1227
2394
|
{
|
|
1228
2395
|
id: '@awiki/dsh-plugin#awiki/discardRecovery',
|
|
@@ -1247,7 +2414,7 @@ export const TYPERT_REMOTE = {
|
|
|
1247
2414
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1248
2415
|
schema: _awiki_dsh_plugin_awiki_discardRecovery_result$schema,
|
|
1249
2416
|
},
|
|
1250
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2417
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":216,"column":9},
|
|
1251
2418
|
},
|
|
1252
2419
|
{
|
|
1253
2420
|
id: '@awiki/dsh-plugin#awiki/downloadAttachment',
|
|
@@ -1272,13 +2439,13 @@ export const TYPERT_REMOTE = {
|
|
|
1272
2439
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1273
2440
|
schema: _awiki_dsh_plugin_awiki_downloadAttachment_result$schema,
|
|
1274
2441
|
},
|
|
1275
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2442
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":277,"column":9},
|
|
1276
2443
|
},
|
|
1277
2444
|
{
|
|
1278
|
-
id: '@awiki/dsh-plugin#awiki/
|
|
2445
|
+
id: '@awiki/dsh-plugin#awiki/enterRecoveredSession',
|
|
1279
2446
|
service: 'awiki',
|
|
1280
2447
|
namespace: 'awiki',
|
|
1281
|
-
method: '
|
|
2448
|
+
method: 'enterRecoveredSession',
|
|
1282
2449
|
invocation: { kind: 'direct' },
|
|
1283
2450
|
parameters: [
|
|
1284
2451
|
{
|
|
@@ -1287,17 +2454,17 @@ export const TYPERT_REMOTE = {
|
|
|
1287
2454
|
source: 'json',
|
|
1288
2455
|
codec: {
|
|
1289
2456
|
mode: 'strict',
|
|
1290
|
-
typeSymbol: '@awiki/dsh-plugin/types#
|
|
1291
|
-
schema:
|
|
2457
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRecoveryOperationRequest',
|
|
2458
|
+
schema: _awiki_dsh_plugin_awiki_enterRecoveredSession_parameter_0$schema,
|
|
1292
2459
|
},
|
|
1293
2460
|
},
|
|
1294
2461
|
],
|
|
1295
2462
|
result: {
|
|
1296
2463
|
mode: 'strict',
|
|
1297
2464
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1298
|
-
schema:
|
|
2465
|
+
schema: _awiki_dsh_plugin_awiki_enterRecoveredSession_result$schema,
|
|
1299
2466
|
},
|
|
1300
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2467
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":213,"column":9},
|
|
1301
2468
|
},
|
|
1302
2469
|
{
|
|
1303
2470
|
id: '@awiki/dsh-plugin#awiki/getConfig',
|
|
@@ -1312,7 +2479,7 @@ export const TYPERT_REMOTE = {
|
|
|
1312
2479
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1313
2480
|
schema: _awiki_dsh_plugin_awiki_getConfig_result$schema,
|
|
1314
2481
|
},
|
|
1315
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2482
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":97,"column":9},
|
|
1316
2483
|
},
|
|
1317
2484
|
{
|
|
1318
2485
|
id: '@awiki/dsh-plugin#awiki/getConversationPreferences',
|
|
@@ -1327,7 +2494,47 @@ export const TYPERT_REMOTE = {
|
|
|
1327
2494
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1328
2495
|
schema: _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema,
|
|
1329
2496
|
},
|
|
1330
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2497
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":246,"column":3},
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
id: '@awiki/dsh-plugin#awiki/getDeviceJoinStatus',
|
|
2501
|
+
service: 'awiki',
|
|
2502
|
+
namespace: 'awiki',
|
|
2503
|
+
method: 'getDeviceJoinStatus',
|
|
2504
|
+
invocation: { kind: 'direct' },
|
|
2505
|
+
parameters: [
|
|
2506
|
+
],
|
|
2507
|
+
result: {
|
|
2508
|
+
mode: 'strict',
|
|
2509
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2510
|
+
schema: _awiki_dsh_plugin_awiki_getDeviceJoinStatus_result$schema,
|
|
2511
|
+
},
|
|
2512
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":150,"column":9},
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
id: '@awiki/dsh-plugin#awiki/getDisplayProfiles',
|
|
2516
|
+
service: 'awiki',
|
|
2517
|
+
namespace: 'awiki',
|
|
2518
|
+
method: 'getDisplayProfiles',
|
|
2519
|
+
invocation: { kind: 'direct' },
|
|
2520
|
+
parameters: [
|
|
2521
|
+
{
|
|
2522
|
+
name: 'peers',
|
|
2523
|
+
wire: 'peers',
|
|
2524
|
+
source: 'json',
|
|
2525
|
+
codec: {
|
|
2526
|
+
mode: 'strict',
|
|
2527
|
+
typeSymbol: '@awiki/dsh-plugin#awiki/getDisplayProfiles:peers',
|
|
2528
|
+
schema: _awiki_dsh_plugin_awiki_getDisplayProfiles_parameter_0$schema,
|
|
2529
|
+
},
|
|
2530
|
+
},
|
|
2531
|
+
],
|
|
2532
|
+
result: {
|
|
2533
|
+
mode: 'strict',
|
|
2534
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2535
|
+
schema: _awiki_dsh_plugin_awiki_getDisplayProfiles_result$schema,
|
|
2536
|
+
},
|
|
2537
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":234,"column":3},
|
|
1331
2538
|
},
|
|
1332
2539
|
{
|
|
1333
2540
|
id: '@awiki/dsh-plugin#awiki/getGroup',
|
|
@@ -1352,7 +2559,7 @@ export const TYPERT_REMOTE = {
|
|
|
1352
2559
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1353
2560
|
schema: _awiki_dsh_plugin_awiki_getGroup_result$schema,
|
|
1354
2561
|
},
|
|
1355
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2562
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":225,"column":3},
|
|
1356
2563
|
},
|
|
1357
2564
|
{
|
|
1358
2565
|
id: '@awiki/dsh-plugin#awiki/getHistory',
|
|
@@ -1377,7 +2584,7 @@ export const TYPERT_REMOTE = {
|
|
|
1377
2584
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1378
2585
|
schema: _awiki_dsh_plugin_awiki_getHistory_result$schema,
|
|
1379
2586
|
},
|
|
1380
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2587
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":257,"column":3},
|
|
1381
2588
|
},
|
|
1382
2589
|
{
|
|
1383
2590
|
id: '@awiki/dsh-plugin#awiki/getIdentity',
|
|
@@ -1392,7 +2599,37 @@ export const TYPERT_REMOTE = {
|
|
|
1392
2599
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1393
2600
|
schema: _awiki_dsh_plugin_awiki_getIdentity_result$schema,
|
|
1394
2601
|
},
|
|
1395
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2602
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":118,"column":9},
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
id: '@awiki/dsh-plugin#awiki/getIdentityAccessState',
|
|
2606
|
+
service: 'awiki',
|
|
2607
|
+
namespace: 'awiki',
|
|
2608
|
+
method: 'getIdentityAccessState',
|
|
2609
|
+
invocation: { kind: 'direct' },
|
|
2610
|
+
parameters: [
|
|
2611
|
+
],
|
|
2612
|
+
result: {
|
|
2613
|
+
mode: 'strict',
|
|
2614
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2615
|
+
schema: _awiki_dsh_plugin_awiki_getIdentityAccessState_result$schema,
|
|
2616
|
+
},
|
|
2617
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":147,"column":3},
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
id: '@awiki/dsh-plugin#awiki/getIntegration',
|
|
2621
|
+
service: 'awiki',
|
|
2622
|
+
namespace: 'awiki',
|
|
2623
|
+
method: 'getIntegration',
|
|
2624
|
+
invocation: { kind: 'direct' },
|
|
2625
|
+
parameters: [
|
|
2626
|
+
],
|
|
2627
|
+
result: {
|
|
2628
|
+
mode: 'strict',
|
|
2629
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiIntegrationResult',
|
|
2630
|
+
schema: _awiki_dsh_plugin_awiki_getIntegration_result$schema,
|
|
2631
|
+
},
|
|
2632
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":100,"column":3},
|
|
1396
2633
|
},
|
|
1397
2634
|
{
|
|
1398
2635
|
id: '@awiki/dsh-plugin#awiki/getLocalHistory',
|
|
@@ -1417,7 +2654,7 @@ export const TYPERT_REMOTE = {
|
|
|
1417
2654
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1418
2655
|
schema: _awiki_dsh_plugin_awiki_getLocalHistory_result$schema,
|
|
1419
2656
|
},
|
|
1420
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2657
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":260,"column":3},
|
|
1421
2658
|
},
|
|
1422
2659
|
{
|
|
1423
2660
|
id: '@awiki/dsh-plugin#awiki/getMailAccount',
|
|
@@ -1432,7 +2669,7 @@ export const TYPERT_REMOTE = {
|
|
|
1432
2669
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1433
2670
|
schema: _awiki_dsh_plugin_awiki_getMailAccount_result$schema,
|
|
1434
2671
|
},
|
|
1435
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2672
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":280,"column":3},
|
|
1436
2673
|
},
|
|
1437
2674
|
{
|
|
1438
2675
|
id: '@awiki/dsh-plugin#awiki/getProfile',
|
|
@@ -1447,7 +2684,7 @@ export const TYPERT_REMOTE = {
|
|
|
1447
2684
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1448
2685
|
schema: _awiki_dsh_plugin_awiki_getProfile_result$schema,
|
|
1449
2686
|
},
|
|
1450
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2687
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":192,"column":3},
|
|
1451
2688
|
},
|
|
1452
2689
|
{
|
|
1453
2690
|
id: '@awiki/dsh-plugin#awiki/getRecoveryStatus',
|
|
@@ -1472,7 +2709,7 @@ export const TYPERT_REMOTE = {
|
|
|
1472
2709
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1473
2710
|
schema: _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema,
|
|
1474
2711
|
},
|
|
1475
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2712
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":207,"column":9},
|
|
1476
2713
|
},
|
|
1477
2714
|
{
|
|
1478
2715
|
id: '@awiki/dsh-plugin#awiki/getSession',
|
|
@@ -1487,7 +2724,7 @@ export const TYPERT_REMOTE = {
|
|
|
1487
2724
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1488
2725
|
schema: _awiki_dsh_plugin_awiki_getSession_result$schema,
|
|
1489
2726
|
},
|
|
1490
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2727
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":121,"column":9},
|
|
1491
2728
|
},
|
|
1492
2729
|
{
|
|
1493
2730
|
id: '@awiki/dsh-plugin#awiki/inspectIdentityAccess',
|
|
@@ -1512,7 +2749,7 @@ export const TYPERT_REMOTE = {
|
|
|
1512
2749
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1513
2750
|
schema: _awiki_dsh_plugin_awiki_inspectIdentityAccess_result$schema,
|
|
1514
2751
|
},
|
|
1515
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2752
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":130,"column":9},
|
|
1516
2753
|
},
|
|
1517
2754
|
{
|
|
1518
2755
|
id: '@awiki/dsh-plugin#awiki/joinGroup',
|
|
@@ -1537,7 +2774,7 @@ export const TYPERT_REMOTE = {
|
|
|
1537
2774
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1538
2775
|
schema: _awiki_dsh_plugin_awiki_joinGroup_result$schema,
|
|
1539
2776
|
},
|
|
1540
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2777
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":228,"column":3},
|
|
1541
2778
|
},
|
|
1542
2779
|
{
|
|
1543
2780
|
id: '@awiki/dsh-plugin#awiki/leaveGroup',
|
|
@@ -1562,7 +2799,7 @@ export const TYPERT_REMOTE = {
|
|
|
1562
2799
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1563
2800
|
schema: _awiki_dsh_plugin_awiki_leaveGroup_result$schema,
|
|
1564
2801
|
},
|
|
1565
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2802
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":231,"column":9},
|
|
1566
2803
|
},
|
|
1567
2804
|
{
|
|
1568
2805
|
id: '@awiki/dsh-plugin#awiki/listConversations',
|
|
@@ -1588,7 +2825,7 @@ export const TYPERT_REMOTE = {
|
|
|
1588
2825
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1589
2826
|
schema: _awiki_dsh_plugin_awiki_listConversations_result$schema,
|
|
1590
2827
|
},
|
|
1591
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2828
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":254,"column":3},
|
|
1592
2829
|
},
|
|
1593
2830
|
{
|
|
1594
2831
|
id: '@awiki/dsh-plugin#awiki/listGroupMembers',
|
|
@@ -1613,7 +2850,7 @@ export const TYPERT_REMOTE = {
|
|
|
1613
2850
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1614
2851
|
schema: _awiki_dsh_plugin_awiki_listGroupMembers_result$schema,
|
|
1615
2852
|
},
|
|
1616
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2853
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":237,"column":3},
|
|
1617
2854
|
},
|
|
1618
2855
|
{
|
|
1619
2856
|
id: '@awiki/dsh-plugin#awiki/listMailInbox',
|
|
@@ -1639,7 +2876,7 @@ export const TYPERT_REMOTE = {
|
|
|
1639
2876
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1640
2877
|
schema: _awiki_dsh_plugin_awiki_listMailInbox_result$schema,
|
|
1641
2878
|
},
|
|
1642
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2879
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":283,"column":9},
|
|
1643
2880
|
},
|
|
1644
2881
|
{
|
|
1645
2882
|
id: '@awiki/dsh-plugin#awiki/login',
|
|
@@ -1654,7 +2891,7 @@ export const TYPERT_REMOTE = {
|
|
|
1654
2891
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1655
2892
|
schema: _awiki_dsh_plugin_awiki_login_result$schema,
|
|
1656
2893
|
},
|
|
1657
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2894
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":127,"column":3},
|
|
1658
2895
|
},
|
|
1659
2896
|
{
|
|
1660
2897
|
id: '@awiki/dsh-plugin#awiki/logout',
|
|
@@ -1679,7 +2916,7 @@ export const TYPERT_REMOTE = {
|
|
|
1679
2916
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1680
2917
|
schema: _awiki_dsh_plugin_awiki_logout_result$schema,
|
|
1681
2918
|
},
|
|
1682
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2919
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":124,"column":3},
|
|
1683
2920
|
},
|
|
1684
2921
|
{
|
|
1685
2922
|
id: '@awiki/dsh-plugin#awiki/markConversationRead',
|
|
@@ -1704,7 +2941,7 @@ export const TYPERT_REMOTE = {
|
|
|
1704
2941
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1705
2942
|
schema: _awiki_dsh_plugin_awiki_markConversationRead_result$schema,
|
|
1706
2943
|
},
|
|
1707
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2944
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":268,"column":3},
|
|
1708
2945
|
},
|
|
1709
2946
|
{
|
|
1710
2947
|
id: '@awiki/dsh-plugin#awiki/markMailRead',
|
|
@@ -1729,7 +2966,7 @@ export const TYPERT_REMOTE = {
|
|
|
1729
2966
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1730
2967
|
schema: _awiki_dsh_plugin_awiki_markMailRead_result$schema,
|
|
1731
2968
|
},
|
|
1732
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2969
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":289,"column":3},
|
|
1733
2970
|
},
|
|
1734
2971
|
{
|
|
1735
2972
|
id: '@awiki/dsh-plugin#awiki/prepareRecovery',
|
|
@@ -1754,7 +2991,32 @@ export const TYPERT_REMOTE = {
|
|
|
1754
2991
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1755
2992
|
schema: _awiki_dsh_plugin_awiki_prepareRecovery_result$schema,
|
|
1756
2993
|
},
|
|
1757
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2994
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":201,"column":3},
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
id: '@awiki/dsh-plugin#awiki/prepareRootTransfer',
|
|
2998
|
+
service: 'awiki',
|
|
2999
|
+
namespace: 'awiki',
|
|
3000
|
+
method: 'prepareRootTransfer',
|
|
3001
|
+
invocation: { kind: 'direct' },
|
|
3002
|
+
parameters: [
|
|
3003
|
+
{
|
|
3004
|
+
name: 'request',
|
|
3005
|
+
wire: 'request',
|
|
3006
|
+
source: 'json',
|
|
3007
|
+
codec: {
|
|
3008
|
+
mode: 'strict',
|
|
3009
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiPrepareRootTransferRequest',
|
|
3010
|
+
schema: _awiki_dsh_plugin_awiki_prepareRootTransfer_parameter_0$schema,
|
|
3011
|
+
},
|
|
3012
|
+
},
|
|
3013
|
+
],
|
|
3014
|
+
result: {
|
|
3015
|
+
mode: 'strict',
|
|
3016
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
3017
|
+
schema: _awiki_dsh_plugin_awiki_prepareRootTransfer_result$schema,
|
|
3018
|
+
},
|
|
3019
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":179,"column":9},
|
|
1758
3020
|
},
|
|
1759
3021
|
{
|
|
1760
3022
|
id: '@awiki/dsh-plugin#awiki/readMail',
|
|
@@ -1779,7 +3041,22 @@ export const TYPERT_REMOTE = {
|
|
|
1779
3041
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1780
3042
|
schema: _awiki_dsh_plugin_awiki_readMail_result$schema,
|
|
1781
3043
|
},
|
|
1782
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
3044
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":286,"column":9},
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
id: '@awiki/dsh-plugin#awiki/refreshDeviceManagement',
|
|
3048
|
+
service: 'awiki',
|
|
3049
|
+
namespace: 'awiki',
|
|
3050
|
+
method: 'refreshDeviceManagement',
|
|
3051
|
+
invocation: { kind: 'direct' },
|
|
3052
|
+
parameters: [
|
|
3053
|
+
],
|
|
3054
|
+
result: {
|
|
3055
|
+
mode: 'strict',
|
|
3056
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
3057
|
+
schema: _awiki_dsh_plugin_awiki_refreshDeviceManagement_result$schema,
|
|
3058
|
+
},
|
|
3059
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":156,"column":3},
|
|
1783
3060
|
},
|
|
1784
3061
|
{
|
|
1785
3062
|
id: '@awiki/dsh-plugin#awiki/registerIdentity',
|
|
@@ -1804,7 +3081,32 @@ export const TYPERT_REMOTE = {
|
|
|
1804
3081
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1805
3082
|
schema: _awiki_dsh_plugin_awiki_registerIdentity_result$schema,
|
|
1806
3083
|
},
|
|
1807
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
3084
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":138,"column":9},
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
id: '@awiki/dsh-plugin#awiki/rejectDeviceJoin',
|
|
3088
|
+
service: 'awiki',
|
|
3089
|
+
namespace: 'awiki',
|
|
3090
|
+
method: 'rejectDeviceJoin',
|
|
3091
|
+
invocation: { kind: 'direct' },
|
|
3092
|
+
parameters: [
|
|
3093
|
+
{
|
|
3094
|
+
name: 'request',
|
|
3095
|
+
wire: 'request',
|
|
3096
|
+
source: 'json',
|
|
3097
|
+
codec: {
|
|
3098
|
+
mode: 'strict',
|
|
3099
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRejectDeviceJoinRequest',
|
|
3100
|
+
schema: _awiki_dsh_plugin_awiki_rejectDeviceJoin_parameter_0$schema,
|
|
3101
|
+
},
|
|
3102
|
+
},
|
|
3103
|
+
],
|
|
3104
|
+
result: {
|
|
3105
|
+
mode: 'strict',
|
|
3106
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
3107
|
+
schema: _awiki_dsh_plugin_awiki_rejectDeviceJoin_result$schema,
|
|
3108
|
+
},
|
|
3109
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":169,"column":9},
|
|
1808
3110
|
},
|
|
1809
3111
|
{
|
|
1810
3112
|
id: '@awiki/dsh-plugin#awiki/removeGroupMember',
|
|
@@ -1829,7 +3131,32 @@ export const TYPERT_REMOTE = {
|
|
|
1829
3131
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1830
3132
|
schema: _awiki_dsh_plugin_awiki_removeGroupMember_result$schema,
|
|
1831
3133
|
},
|
|
1832
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
3134
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":243,"column":3},
|
|
3135
|
+
},
|
|
3136
|
+
{
|
|
3137
|
+
id: '@awiki/dsh-plugin#awiki/reopenIntegration',
|
|
3138
|
+
service: 'awiki',
|
|
3139
|
+
namespace: 'awiki',
|
|
3140
|
+
method: 'reopenIntegration',
|
|
3141
|
+
invocation: { kind: 'direct' },
|
|
3142
|
+
parameters: [
|
|
3143
|
+
{
|
|
3144
|
+
name: 'request',
|
|
3145
|
+
wire: 'request',
|
|
3146
|
+
source: 'json',
|
|
3147
|
+
codec: {
|
|
3148
|
+
mode: 'strict',
|
|
3149
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiReopenIntegrationRequest',
|
|
3150
|
+
schema: _awiki_dsh_plugin_awiki_reopenIntegration_parameter_0$schema,
|
|
3151
|
+
},
|
|
3152
|
+
},
|
|
3153
|
+
],
|
|
3154
|
+
result: {
|
|
3155
|
+
mode: 'strict',
|
|
3156
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiIntegrationResult',
|
|
3157
|
+
schema: _awiki_dsh_plugin_awiki_reopenIntegration_result$schema,
|
|
3158
|
+
},
|
|
3159
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":115,"column":3},
|
|
1833
3160
|
},
|
|
1834
3161
|
{
|
|
1835
3162
|
id: '@awiki/dsh-plugin#awiki/resolvePeer',
|
|
@@ -1854,28 +3181,53 @@ export const TYPERT_REMOTE = {
|
|
|
1854
3181
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1855
3182
|
schema: _awiki_dsh_plugin_awiki_resolvePeer_result$schema,
|
|
1856
3183
|
},
|
|
1857
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
3184
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":219,"column":3},
|
|
1858
3185
|
},
|
|
1859
3186
|
{
|
|
1860
|
-
id: '@awiki/dsh-plugin#awiki/
|
|
3187
|
+
id: '@awiki/dsh-plugin#awiki/resumeRecovery',
|
|
1861
3188
|
service: 'awiki',
|
|
1862
3189
|
namespace: 'awiki',
|
|
1863
|
-
method: '
|
|
3190
|
+
method: 'resumeRecovery',
|
|
1864
3191
|
invocation: { kind: 'direct' },
|
|
1865
3192
|
parameters: [
|
|
3193
|
+
{
|
|
3194
|
+
name: 'request',
|
|
3195
|
+
wire: 'request',
|
|
3196
|
+
source: 'json',
|
|
3197
|
+
codec: {
|
|
3198
|
+
mode: 'strict',
|
|
3199
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRecoveryOperationRequest',
|
|
3200
|
+
schema: _awiki_dsh_plugin_awiki_resumeRecovery_parameter_0$schema,
|
|
3201
|
+
},
|
|
3202
|
+
},
|
|
1866
3203
|
],
|
|
1867
3204
|
result: {
|
|
1868
3205
|
mode: 'strict',
|
|
1869
3206
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1870
|
-
schema:
|
|
3207
|
+
schema: _awiki_dsh_plugin_awiki_resumeRecovery_result$schema,
|
|
1871
3208
|
},
|
|
1872
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
3209
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":210,"column":9},
|
|
1873
3210
|
},
|
|
1874
3211
|
{
|
|
1875
|
-
id: '@awiki/dsh-plugin#awiki/
|
|
3212
|
+
id: '@awiki/dsh-plugin#awiki/retireDeviceIdentityForRejoin',
|
|
1876
3213
|
service: 'awiki',
|
|
1877
3214
|
namespace: 'awiki',
|
|
1878
|
-
method: '
|
|
3215
|
+
method: 'retireDeviceIdentityForRejoin',
|
|
3216
|
+
invocation: { kind: 'direct' },
|
|
3217
|
+
parameters: [
|
|
3218
|
+
],
|
|
3219
|
+
result: {
|
|
3220
|
+
mode: 'strict',
|
|
3221
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
3222
|
+
schema: _awiki_dsh_plugin_awiki_retireDeviceIdentityForRejoin_result$schema,
|
|
3223
|
+
},
|
|
3224
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":141,"column":3},
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
id: '@awiki/dsh-plugin#awiki/revokeDevice',
|
|
3228
|
+
service: 'awiki',
|
|
3229
|
+
namespace: 'awiki',
|
|
3230
|
+
method: 'revokeDevice',
|
|
1879
3231
|
invocation: { kind: 'direct' },
|
|
1880
3232
|
parameters: [
|
|
1881
3233
|
{
|
|
@@ -1884,17 +3236,42 @@ export const TYPERT_REMOTE = {
|
|
|
1884
3236
|
source: 'json',
|
|
1885
3237
|
codec: {
|
|
1886
3238
|
mode: 'strict',
|
|
1887
|
-
typeSymbol: '@awiki/dsh-plugin/types#
|
|
1888
|
-
schema:
|
|
3239
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRevokeDeviceRequest',
|
|
3240
|
+
schema: _awiki_dsh_plugin_awiki_revokeDevice_parameter_0$schema,
|
|
1889
3241
|
},
|
|
1890
3242
|
},
|
|
1891
3243
|
],
|
|
1892
3244
|
result: {
|
|
1893
3245
|
mode: 'strict',
|
|
1894
3246
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1895
|
-
schema:
|
|
3247
|
+
schema: _awiki_dsh_plugin_awiki_revokeDevice_result$schema,
|
|
3248
|
+
},
|
|
3249
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":174,"column":9},
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
id: '@awiki/dsh-plugin#awiki/rotateIntegrationId',
|
|
3253
|
+
service: 'awiki',
|
|
3254
|
+
namespace: 'awiki',
|
|
3255
|
+
method: 'rotateIntegrationId',
|
|
3256
|
+
invocation: { kind: 'direct' },
|
|
3257
|
+
parameters: [
|
|
3258
|
+
{
|
|
3259
|
+
name: 'request',
|
|
3260
|
+
wire: 'request',
|
|
3261
|
+
source: 'json',
|
|
3262
|
+
codec: {
|
|
3263
|
+
mode: 'strict',
|
|
3264
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiIntegrationRevisionRequest',
|
|
3265
|
+
schema: _awiki_dsh_plugin_awiki_rotateIntegrationId_parameter_0$schema,
|
|
3266
|
+
},
|
|
3267
|
+
},
|
|
3268
|
+
],
|
|
3269
|
+
result: {
|
|
3270
|
+
mode: 'strict',
|
|
3271
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiIntegrationResult',
|
|
3272
|
+
schema: _awiki_dsh_plugin_awiki_rotateIntegrationId_result$schema,
|
|
1896
3273
|
},
|
|
1897
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
3274
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":109,"column":3},
|
|
1898
3275
|
},
|
|
1899
3276
|
{
|
|
1900
3277
|
id: '@awiki/dsh-plugin#awiki/sendAttachment',
|
|
@@ -1919,7 +3296,7 @@ export const TYPERT_REMOTE = {
|
|
|
1919
3296
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1920
3297
|
schema: _awiki_dsh_plugin_awiki_sendAttachment_result$schema,
|
|
1921
3298
|
},
|
|
1922
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
3299
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":274,"column":9},
|
|
1923
3300
|
},
|
|
1924
3301
|
{
|
|
1925
3302
|
id: '@awiki/dsh-plugin#awiki/sendMail',
|
|
@@ -1944,7 +3321,7 @@ export const TYPERT_REMOTE = {
|
|
|
1944
3321
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1945
3322
|
schema: _awiki_dsh_plugin_awiki_sendMail_result$schema,
|
|
1946
3323
|
},
|
|
1947
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
3324
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":292,"column":9},
|
|
1948
3325
|
},
|
|
1949
3326
|
{
|
|
1950
3327
|
id: '@awiki/dsh-plugin#awiki/sendRecoveryOtp',
|
|
@@ -1969,7 +3346,7 @@ export const TYPERT_REMOTE = {
|
|
|
1969
3346
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1970
3347
|
schema: _awiki_dsh_plugin_awiki_sendRecoveryOtp_result$schema,
|
|
1971
3348
|
},
|
|
1972
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
3349
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":198,"column":3},
|
|
1973
3350
|
},
|
|
1974
3351
|
{
|
|
1975
3352
|
id: '@awiki/dsh-plugin#awiki/sendRegistrationOtp',
|
|
@@ -1994,7 +3371,7 @@ export const TYPERT_REMOTE = {
|
|
|
1994
3371
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1995
3372
|
schema: _awiki_dsh_plugin_awiki_sendRegistrationOtp_result$schema,
|
|
1996
3373
|
},
|
|
1997
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
3374
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":135,"column":9},
|
|
1998
3375
|
},
|
|
1999
3376
|
{
|
|
2000
3377
|
id: '@awiki/dsh-plugin#awiki/sendText',
|
|
@@ -2019,7 +3396,32 @@ export const TYPERT_REMOTE = {
|
|
|
2019
3396
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2020
3397
|
schema: _awiki_dsh_plugin_awiki_sendText_result$schema,
|
|
2021
3398
|
},
|
|
2022
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
3399
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":271,"column":3},
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
id: '@awiki/dsh-plugin#awiki/startDeviceJoinVerification',
|
|
3403
|
+
service: 'awiki',
|
|
3404
|
+
namespace: 'awiki',
|
|
3405
|
+
method: 'startDeviceJoinVerification',
|
|
3406
|
+
invocation: { kind: 'direct' },
|
|
3407
|
+
parameters: [
|
|
3408
|
+
{
|
|
3409
|
+
name: 'request',
|
|
3410
|
+
wire: 'request',
|
|
3411
|
+
source: 'json',
|
|
3412
|
+
codec: {
|
|
3413
|
+
mode: 'strict',
|
|
3414
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRequestRefInput',
|
|
3415
|
+
schema: _awiki_dsh_plugin_awiki_startDeviceJoinVerification_parameter_0$schema,
|
|
3416
|
+
},
|
|
3417
|
+
},
|
|
3418
|
+
],
|
|
3419
|
+
result: {
|
|
3420
|
+
mode: 'strict',
|
|
3421
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
3422
|
+
schema: _awiki_dsh_plugin_awiki_startDeviceJoinVerification_result$schema,
|
|
3423
|
+
},
|
|
3424
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":159,"column":9},
|
|
2023
3425
|
},
|
|
2024
3426
|
{
|
|
2025
3427
|
id: '@awiki/dsh-plugin#awiki/summarizeConversation',
|
|
@@ -2044,7 +3446,7 @@ export const TYPERT_REMOTE = {
|
|
|
2044
3446
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2045
3447
|
schema: _awiki_dsh_plugin_awiki_summarizeConversation_result$schema,
|
|
2046
3448
|
},
|
|
2047
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
3449
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":263,"column":9},
|
|
2048
3450
|
},
|
|
2049
3451
|
{
|
|
2050
3452
|
id: '@awiki/dsh-plugin#awiki/updateConversationPreference',
|
|
@@ -2069,7 +3471,7 @@ export const TYPERT_REMOTE = {
|
|
|
2069
3471
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2070
3472
|
schema: _awiki_dsh_plugin_awiki_updateConversationPreference_result$schema,
|
|
2071
3473
|
},
|
|
2072
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
3474
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":249,"column":3},
|
|
2073
3475
|
},
|
|
2074
3476
|
{
|
|
2075
3477
|
id: '@awiki/dsh-plugin#awiki/updateDisplayName',
|
|
@@ -2094,7 +3496,32 @@ export const TYPERT_REMOTE = {
|
|
|
2094
3496
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2095
3497
|
schema: _awiki_dsh_plugin_awiki_updateDisplayName_result$schema,
|
|
2096
3498
|
},
|
|
2097
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
3499
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":189,"column":9},
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
id: '@awiki/dsh-plugin#awiki/updateIntegration',
|
|
3503
|
+
service: 'awiki',
|
|
3504
|
+
namespace: 'awiki',
|
|
3505
|
+
method: 'updateIntegration',
|
|
3506
|
+
invocation: { kind: 'direct' },
|
|
3507
|
+
parameters: [
|
|
3508
|
+
{
|
|
3509
|
+
name: 'request',
|
|
3510
|
+
wire: 'request',
|
|
3511
|
+
source: 'json',
|
|
3512
|
+
codec: {
|
|
3513
|
+
mode: 'strict',
|
|
3514
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiUpdateIntegrationRequest',
|
|
3515
|
+
schema: _awiki_dsh_plugin_awiki_updateIntegration_parameter_0$schema,
|
|
3516
|
+
},
|
|
3517
|
+
},
|
|
3518
|
+
],
|
|
3519
|
+
result: {
|
|
3520
|
+
mode: 'strict',
|
|
3521
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiIntegrationResult',
|
|
3522
|
+
schema: _awiki_dsh_plugin_awiki_updateIntegration_result$schema,
|
|
3523
|
+
},
|
|
3524
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":106,"column":3},
|
|
2098
3525
|
},
|
|
2099
3526
|
{
|
|
2100
3527
|
id: '@awiki/dsh-plugin#awiki/updateProfile',
|
|
@@ -2119,7 +3546,7 @@ export const TYPERT_REMOTE = {
|
|
|
2119
3546
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2120
3547
|
schema: _awiki_dsh_plugin_awiki_updateProfile_result$schema,
|
|
2121
3548
|
},
|
|
2122
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
3549
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":195,"column":3},
|
|
2123
3550
|
},
|
|
2124
3551
|
],
|
|
2125
3552
|
}
|