@awiki/dsh-plugin 0.3.4 → 0.3.6
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 +60 -51
- package/README.zh.md +51 -43
- package/cordis.patch.yml +7 -21
- package/lib/client.js +785 -1308
- package/lib/client.js.map +1 -1
- package/lib/index.js +715 -1017
- package/lib/provider.js +16 -52
- package/lib/{sdk-adapter-BeJakxLP.mjs → sdk-adapter--trNlr-T.mjs} +38 -143
- package/lib/typert.host.js +139 -414
- package/lib/typert.remote-client.d.ts +5 -19
- package/lib/typert.remote-client.d.ts.map +1 -1
- package/lib/typert.remote-client.js +139 -414
- package/lib/types/client/AwikiIdentityAccess.d.ts +5 -6
- package/lib/types/client/AwikiIdentityAccess.d.ts.map +1 -1
- package/lib/types/client/AwikiIdentityAccess.js +27 -88
- package/lib/types/client/AwikiIdentityAccess.js.map +1 -1
- 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 +130 -6
- package/lib/types/client/AwikiMail.js.map +1 -1
- package/lib/types/client/AwikiOverlay.d.ts.map +1 -1
- package/lib/types/client/AwikiOverlay.js +3 -4
- package/lib/types/client/AwikiOverlay.js.map +1 -1
- package/lib/types/client/controller.d.ts +11 -20
- package/lib/types/client/controller.d.ts.map +1 -1
- package/lib/types/client/controller.js +48 -53
- package/lib/types/client/controller.js.map +1 -1
- package/lib/types/client/index.d.ts.map +1 -1
- package/lib/types/client/index.js +2 -8
- package/lib/types/client/index.js.map +1 -1
- package/lib/types/client/mail-attachment.d.ts +40 -0
- package/lib/types/client/mail-attachment.d.ts.map +1 -0
- package/lib/types/client/mail-attachment.js +186 -0
- package/lib/types/client/mail-attachment.js.map +1 -0
- package/lib/types/client/settings-locales.js +8 -8
- package/lib/types/client/settings-locales.js.map +1 -1
- package/lib/types/client/slots.d.ts +6 -10
- package/lib/types/client/slots.d.ts.map +1 -1
- package/lib/types/index.d.ts +28 -59
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/index.js +417 -800
- package/lib/types/index.js.map +1 -1
- package/lib/types/listener-state.d.ts +3 -5
- package/lib/types/listener-state.d.ts.map +1 -1
- package/lib/types/listener-state.js +13 -28
- package/lib/types/listener-state.js.map +1 -1
- package/lib/types/listener.d.ts +32 -9
- package/lib/types/listener.d.ts.map +1 -1
- package/lib/types/listener.js +127 -11
- package/lib/types/listener.js.map +1 -1
- package/lib/types/mail.d.ts +28 -2
- package/lib/types/mail.d.ts.map +1 -1
- package/lib/types/mail.js +78 -2
- package/lib/types/mail.js.map +1 -1
- package/lib/types/profile-state.d.ts +17 -0
- package/lib/types/profile-state.d.ts.map +1 -0
- package/lib/types/profile-state.js +58 -0
- package/lib/types/profile-state.js.map +1 -0
- package/lib/types/provider-api.d.ts +36 -100
- package/lib/types/provider-api.d.ts.map +1 -1
- package/lib/types/provider.d.ts +1 -7
- package/lib/types/provider.d.ts.map +1 -1
- package/lib/types/provider.js +15 -53
- package/lib/types/provider.js.map +1 -1
- package/lib/types/sdk-adapter.d.ts +5 -30
- package/lib/types/sdk-adapter.d.ts.map +1 -1
- package/lib/types/sdk-adapter.js +48 -133
- package/lib/types/sdk-adapter.js.map +1 -1
- package/lib/types/sent-mail-store.d.ts +7 -2
- package/lib/types/sent-mail-store.d.ts.map +1 -1
- package/lib/types/sent-mail-store.js +125 -23
- package/lib/types/sent-mail-store.js.map +1 -1
- package/lib/types/tools.d.ts +1 -1
- package/lib/types/tools.d.ts.map +1 -1
- package/lib/types/tools.js +20 -4
- package/lib/types/tools.js.map +1 -1
- package/lib/types/types.d.ts +45 -77
- package/lib/types/types.d.ts.map +1 -1
- package/lib/types/types.js.map +1 -1
- package/package.json +4 -6
- package/lib/types/client/AwikiDevices.d.ts +0 -28
- package/lib/types/client/AwikiDevices.d.ts.map +0 -1
- package/lib/types/client/AwikiDevices.js +0 -85
- package/lib/types/client/AwikiDevices.js.map +0 -1
- package/lib/types/realtime-supervisor.d.ts +0 -43
- package/lib/types/realtime-supervisor.d.ts.map +0 -1
- package/lib/types/realtime-supervisor.js +0 -166
- package/lib/types/realtime-supervisor.js.map +0 -1
|
@@ -7,7 +7,7 @@ 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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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
12
|
}).readonly(),
|
|
13
13
|
}), z.object({
|
|
@@ -28,13 +28,13 @@ const _awiki_dsh_plugin_awiki_activateRecovery_result$schema = z.union([z.object
|
|
|
28
28
|
})])
|
|
29
29
|
const _awiki_dsh_plugin_awiki_addGroupMember_parameter_0$schema = z.object({
|
|
30
30
|
'member': z.string().readonly(),
|
|
31
|
-
'role': z.union([z.literal("
|
|
31
|
+
'role': z.union([z.literal("admin"), z.literal("member")]).readonly().optional(),
|
|
32
32
|
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
33
33
|
})
|
|
34
34
|
const _awiki_dsh_plugin_awiki_addGroupMember_result$schema = z.union([z.object({
|
|
35
35
|
'ok': z.literal(false).readonly(),
|
|
36
36
|
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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
38
|
'message': z.string().readonly(),
|
|
39
39
|
}).readonly(),
|
|
40
40
|
}), z.object({
|
|
@@ -44,60 +44,13 @@ const _awiki_dsh_plugin_awiki_addGroupMember_result$schema = z.union([z.object({
|
|
|
44
44
|
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
45
45
|
}).readonly(),
|
|
46
46
|
})])
|
|
47
|
-
const _awiki_dsh_plugin_awiki_approveDeviceJoin_parameter_0$schema = z.object({
|
|
48
|
-
'enteredSas': z.string().readonly(),
|
|
49
|
-
'confirmation': z.string().readonly(),
|
|
50
|
-
'requestRef': z.string().readonly(),
|
|
51
|
-
})
|
|
52
|
-
const _awiki_dsh_plugin_awiki_approveDeviceJoin_result$schema = z.union([z.object({
|
|
53
|
-
'ok': z.literal(false).readonly(),
|
|
54
|
-
'error': z.object({
|
|
55
|
-
'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("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(),
|
|
56
|
-
'message': z.string().readonly(),
|
|
57
|
-
}).readonly(),
|
|
58
|
-
}), z.object({
|
|
59
|
-
'ok': z.literal(true).readonly(),
|
|
60
|
-
'value': z.object({
|
|
61
|
-
'requestRef': z.string().readonly(),
|
|
62
|
-
'phase': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
63
|
-
'expiresAt': z.string().readonly(),
|
|
64
|
-
'sas': z.string().readonly().optional(),
|
|
65
|
-
}).readonly(),
|
|
66
|
-
})])
|
|
67
|
-
const _awiki_dsh_plugin_awiki_beginDeviceJoin_result$schema = z.union([z.object({
|
|
68
|
-
'ok': z.literal(false).readonly(),
|
|
69
|
-
'error': z.object({
|
|
70
|
-
'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("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(),
|
|
71
|
-
'message': z.string().readonly(),
|
|
72
|
-
}).readonly(),
|
|
73
|
-
}), z.object({
|
|
74
|
-
'ok': z.literal(true).readonly(),
|
|
75
|
-
'value': z.object({
|
|
76
|
-
'phase': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
77
|
-
'expiresAt': z.string().readonly(),
|
|
78
|
-
'sas': z.string().readonly().optional(),
|
|
79
|
-
'completed': z.boolean().readonly(),
|
|
80
|
-
}).readonly(),
|
|
81
|
-
})])
|
|
82
|
-
const _awiki_dsh_plugin_awiki_cancelDeviceJoin_result$schema = z.union([z.object({
|
|
83
|
-
'ok': z.literal(false).readonly(),
|
|
84
|
-
'error': z.object({
|
|
85
|
-
'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("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(),
|
|
86
|
-
'message': z.string().readonly(),
|
|
87
|
-
}).readonly(),
|
|
88
|
-
}), z.object({
|
|
89
|
-
'ok': z.literal(true).readonly(),
|
|
90
|
-
'value': z.object({
|
|
91
|
-
'completed': z.literal(true).readonly(),
|
|
92
|
-
}).readonly(),
|
|
93
|
-
})])
|
|
94
47
|
const _awiki_dsh_plugin_awiki_clearLocalData_parameter_0$schema = z.object({
|
|
95
48
|
'confirmation': z.string().readonly(),
|
|
96
49
|
})
|
|
97
50
|
const _awiki_dsh_plugin_awiki_clearLocalData_result$schema = z.union([z.object({
|
|
98
51
|
'ok': z.literal(false).readonly(),
|
|
99
52
|
'error': z.object({
|
|
100
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
101
54
|
'message': z.string().readonly(),
|
|
102
55
|
}).readonly(),
|
|
103
56
|
}), z.object({
|
|
@@ -113,7 +66,7 @@ const _awiki_dsh_plugin_awiki_createGroup_parameter_0$schema = z.object({
|
|
|
113
66
|
const _awiki_dsh_plugin_awiki_createGroup_result$schema = z.union([z.object({
|
|
114
67
|
'ok': z.literal(false).readonly(),
|
|
115
68
|
'error': z.object({
|
|
116
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
117
70
|
'message': z.string().readonly(),
|
|
118
71
|
}).readonly(),
|
|
119
72
|
}), z.object({
|
|
@@ -135,7 +88,7 @@ const _awiki_dsh_plugin_awiki_createGroup_result$schema = z.union([z.object({
|
|
|
135
88
|
'failedMembers': z.array(z.object({
|
|
136
89
|
'member': z.string().readonly(),
|
|
137
90
|
'error': z.object({
|
|
138
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
139
92
|
'message': z.string().readonly(),
|
|
140
93
|
}).readonly(),
|
|
141
94
|
})).readonly(),
|
|
@@ -147,7 +100,7 @@ const _awiki_dsh_plugin_awiki_discardRecovery_parameter_0$schema = z.object({
|
|
|
147
100
|
const _awiki_dsh_plugin_awiki_discardRecovery_result$schema = z.union([z.object({
|
|
148
101
|
'ok': z.literal(false).readonly(),
|
|
149
102
|
'error': z.object({
|
|
150
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
151
104
|
'message': z.string().readonly(),
|
|
152
105
|
}).readonly(),
|
|
153
106
|
}), z.object({
|
|
@@ -163,7 +116,7 @@ const _awiki_dsh_plugin_awiki_downloadAttachment_parameter_0$schema = z.object({
|
|
|
163
116
|
const _awiki_dsh_plugin_awiki_downloadAttachment_result$schema = z.union([z.object({
|
|
164
117
|
'ok': z.literal(false).readonly(),
|
|
165
118
|
'error': z.object({
|
|
166
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
167
120
|
'message': z.string().readonly(),
|
|
168
121
|
}).readonly(),
|
|
169
122
|
}), z.object({
|
|
@@ -179,24 +132,49 @@ const _awiki_dsh_plugin_awiki_downloadAttachment_result$schema = z.union([z.obje
|
|
|
179
132
|
'bytesBase64': z.string().readonly(),
|
|
180
133
|
}).readonly(),
|
|
181
134
|
})])
|
|
135
|
+
const _awiki_dsh_plugin_awiki_downloadMailAttachment_parameter_0$schema = z.object({
|
|
136
|
+
'localMessageId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
137
|
+
'attachmentIndex': z.number().readonly(),
|
|
138
|
+
})
|
|
139
|
+
const _awiki_dsh_plugin_awiki_downloadMailAttachment_result$schema = z.union([z.object({
|
|
140
|
+
'ok': z.literal(false).readonly(),
|
|
141
|
+
'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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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
|
+
'message': z.string().readonly(),
|
|
144
|
+
}).readonly(),
|
|
145
|
+
}), z.object({
|
|
146
|
+
'ok': z.literal(true).readonly(),
|
|
147
|
+
'value': z.object({
|
|
148
|
+
'fileName': z.string().readonly(),
|
|
149
|
+
'contentType': z.string().readonly(),
|
|
150
|
+
'sizeBytes': z.number().readonly(),
|
|
151
|
+
'sha256': z.string().readonly(),
|
|
152
|
+
'bytesBase64': z.string().readonly(),
|
|
153
|
+
}).readonly(),
|
|
154
|
+
})])
|
|
182
155
|
const _awiki_dsh_plugin_awiki_getConfig_result$schema = z.union([z.object({
|
|
183
156
|
'ok': z.literal(false).readonly(),
|
|
184
157
|
'error': z.object({
|
|
185
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
186
159
|
'message': z.string().readonly(),
|
|
187
160
|
}).readonly(),
|
|
188
161
|
}), z.object({
|
|
189
162
|
'ok': z.literal(true).readonly(),
|
|
190
163
|
'value': z.object({
|
|
164
|
+
'tenantDomain': z.string().readonly(),
|
|
191
165
|
'pollIntervalMs': z.number().readonly(),
|
|
192
166
|
'attachmentMaxBytes': z.number().readonly(),
|
|
193
|
-
'
|
|
167
|
+
'mailAttachmentMaxCount': z.number().readonly(),
|
|
168
|
+
'mailAttachmentMaxBytes': z.number().readonly(),
|
|
169
|
+
'mailAttachmentTotalMaxBytes': z.number().readonly(),
|
|
170
|
+
'profileName': z.string().readonly().optional(),
|
|
171
|
+
'legacySharedStateDetected': z.boolean().readonly().optional(),
|
|
194
172
|
}).readonly(),
|
|
195
173
|
})])
|
|
196
174
|
const _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema = z.union([z.object({
|
|
197
175
|
'ok': z.literal(false).readonly(),
|
|
198
176
|
'error': z.object({
|
|
199
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
200
178
|
'message': z.string().readonly(),
|
|
201
179
|
}).readonly(),
|
|
202
180
|
}), z.object({
|
|
@@ -227,28 +205,13 @@ const _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema = z.union
|
|
|
227
205
|
'dismissedGroupRecoverySignature': z.string().readonly().optional(),
|
|
228
206
|
}).readonly(),
|
|
229
207
|
})])
|
|
230
|
-
const _awiki_dsh_plugin_awiki_getDeviceJoinStatus_result$schema = z.union([z.object({
|
|
231
|
-
'ok': z.literal(false).readonly(),
|
|
232
|
-
'error': z.object({
|
|
233
|
-
'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("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(),
|
|
234
|
-
'message': z.string().readonly(),
|
|
235
|
-
}).readonly(),
|
|
236
|
-
}), z.object({
|
|
237
|
-
'ok': z.literal(true).readonly(),
|
|
238
|
-
'value': z.union([z.literal(null), z.object({
|
|
239
|
-
'phase': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
240
|
-
'expiresAt': z.string().readonly(),
|
|
241
|
-
'sas': z.string().readonly().optional(),
|
|
242
|
-
'completed': z.boolean().readonly(),
|
|
243
|
-
})]).readonly(),
|
|
244
|
-
})])
|
|
245
208
|
const _awiki_dsh_plugin_awiki_getGroup_parameter_0$schema = z.object({
|
|
246
209
|
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
247
210
|
})
|
|
248
211
|
const _awiki_dsh_plugin_awiki_getGroup_result$schema = z.union([z.object({
|
|
249
212
|
'ok': z.literal(false).readonly(),
|
|
250
213
|
'error': z.object({
|
|
251
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
252
215
|
'message': z.string().readonly(),
|
|
253
216
|
}).readonly(),
|
|
254
217
|
}), z.object({
|
|
@@ -271,7 +234,7 @@ const _awiki_dsh_plugin_awiki_getHistory_parameter_0$schema = z.object({
|
|
|
271
234
|
const _awiki_dsh_plugin_awiki_getHistory_result$schema = z.union([z.object({
|
|
272
235
|
'ok': z.literal(false).readonly(),
|
|
273
236
|
'error': z.object({
|
|
274
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
275
238
|
'message': z.string().readonly(),
|
|
276
239
|
}).readonly(),
|
|
277
240
|
}), z.object({
|
|
@@ -315,7 +278,7 @@ const _awiki_dsh_plugin_awiki_getHistory_result$schema = z.union([z.object({
|
|
|
315
278
|
const _awiki_dsh_plugin_awiki_getIdentity_result$schema = z.union([z.object({
|
|
316
279
|
'ok': z.literal(false).readonly(),
|
|
317
280
|
'error': z.object({
|
|
318
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
319
282
|
'message': z.string().readonly(),
|
|
320
283
|
}).readonly(),
|
|
321
284
|
}), z.object({
|
|
@@ -335,7 +298,7 @@ const _awiki_dsh_plugin_awiki_getLocalHistory_parameter_0$schema = z.object({
|
|
|
335
298
|
const _awiki_dsh_plugin_awiki_getLocalHistory_result$schema = z.union([z.object({
|
|
336
299
|
'ok': z.literal(false).readonly(),
|
|
337
300
|
'error': z.object({
|
|
338
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
339
302
|
'message': z.string().readonly(),
|
|
340
303
|
}).readonly(),
|
|
341
304
|
}), z.object({
|
|
@@ -379,7 +342,7 @@ const _awiki_dsh_plugin_awiki_getLocalHistory_result$schema = z.union([z.object(
|
|
|
379
342
|
const _awiki_dsh_plugin_awiki_getMailAccount_result$schema = z.union([z.object({
|
|
380
343
|
'ok': z.literal(false).readonly(),
|
|
381
344
|
'error': z.object({
|
|
382
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
383
346
|
'message': z.string().readonly(),
|
|
384
347
|
}).readonly(),
|
|
385
348
|
}), z.object({
|
|
@@ -393,7 +356,7 @@ const _awiki_dsh_plugin_awiki_getMailAccount_result$schema = z.union([z.object({
|
|
|
393
356
|
const _awiki_dsh_plugin_awiki_getProfile_result$schema = z.union([z.object({
|
|
394
357
|
'ok': z.literal(false).readonly(),
|
|
395
358
|
'error': z.object({
|
|
396
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
397
360
|
'message': z.string().readonly(),
|
|
398
361
|
}).readonly(),
|
|
399
362
|
}), z.object({
|
|
@@ -413,7 +376,7 @@ const _awiki_dsh_plugin_awiki_getRecoveryStatus_parameter_0$schema = z.object({
|
|
|
413
376
|
const _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema = z.union([z.object({
|
|
414
377
|
'ok': z.literal(false).readonly(),
|
|
415
378
|
'error': z.object({
|
|
416
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
417
380
|
'message': z.string().readonly(),
|
|
418
381
|
}).readonly(),
|
|
419
382
|
}), z.object({
|
|
@@ -435,7 +398,7 @@ const _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema = z.union([z.objec
|
|
|
435
398
|
const _awiki_dsh_plugin_awiki_getSession_result$schema = z.union([z.object({
|
|
436
399
|
'ok': z.literal(false).readonly(),
|
|
437
400
|
'error': z.object({
|
|
438
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
439
402
|
'message': z.string().readonly(),
|
|
440
403
|
}).readonly(),
|
|
441
404
|
}), z.object({
|
|
@@ -460,7 +423,7 @@ const _awiki_dsh_plugin_awiki_inspectIdentityAccess_parameter_0$schema = z.objec
|
|
|
460
423
|
const _awiki_dsh_plugin_awiki_inspectIdentityAccess_result$schema = z.union([z.object({
|
|
461
424
|
'ok': z.literal(false).readonly(),
|
|
462
425
|
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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
427
|
'message': z.string().readonly(),
|
|
465
428
|
}).readonly(),
|
|
466
429
|
}), z.object({
|
|
@@ -476,7 +439,7 @@ const _awiki_dsh_plugin_awiki_joinGroup_parameter_0$schema = z.object({
|
|
|
476
439
|
const _awiki_dsh_plugin_awiki_joinGroup_result$schema = z.union([z.object({
|
|
477
440
|
'ok': z.literal(false).readonly(),
|
|
478
441
|
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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
443
|
'message': z.string().readonly(),
|
|
481
444
|
}).readonly(),
|
|
482
445
|
}), z.object({
|
|
@@ -497,7 +460,7 @@ const _awiki_dsh_plugin_awiki_leaveGroup_parameter_0$schema = z.object({
|
|
|
497
460
|
const _awiki_dsh_plugin_awiki_leaveGroup_result$schema = z.union([z.object({
|
|
498
461
|
'ok': z.literal(false).readonly(),
|
|
499
462
|
'error': z.object({
|
|
500
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
501
464
|
'message': z.string().readonly(),
|
|
502
465
|
}).readonly(),
|
|
503
466
|
}), z.object({
|
|
@@ -513,7 +476,7 @@ const _awiki_dsh_plugin_awiki_listConversations_parameter_0$schema = z.union([z.
|
|
|
513
476
|
const _awiki_dsh_plugin_awiki_listConversations_result$schema = z.union([z.object({
|
|
514
477
|
'ok': z.literal(false).readonly(),
|
|
515
478
|
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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
480
|
'message': z.string().readonly(),
|
|
518
481
|
}).readonly(),
|
|
519
482
|
}), z.object({
|
|
@@ -550,7 +513,7 @@ const _awiki_dsh_plugin_awiki_listGroupMembers_parameter_0$schema = z.object({
|
|
|
550
513
|
const _awiki_dsh_plugin_awiki_listGroupMembers_result$schema = z.union([z.object({
|
|
551
514
|
'ok': z.literal(false).readonly(),
|
|
552
515
|
'error': z.object({
|
|
553
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
554
517
|
'message': z.string().readonly(),
|
|
555
518
|
}).readonly(),
|
|
556
519
|
}), z.object({
|
|
@@ -585,7 +548,7 @@ const _awiki_dsh_plugin_awiki_listMailInbox_parameter_0$schema = z.union([z.unde
|
|
|
585
548
|
const _awiki_dsh_plugin_awiki_listMailInbox_result$schema = z.union([z.object({
|
|
586
549
|
'ok': z.literal(false).readonly(),
|
|
587
550
|
'error': z.object({
|
|
588
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
589
552
|
'message': z.string().readonly(),
|
|
590
553
|
}).readonly(),
|
|
591
554
|
}), z.object({
|
|
@@ -614,7 +577,7 @@ const _awiki_dsh_plugin_awiki_listMailInbox_result$schema = z.union([z.object({
|
|
|
614
577
|
const _awiki_dsh_plugin_awiki_login_result$schema = z.union([z.object({
|
|
615
578
|
'ok': z.literal(false).readonly(),
|
|
616
579
|
'error': z.object({
|
|
617
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
618
581
|
'message': z.string().readonly(),
|
|
619
582
|
}).readonly(),
|
|
620
583
|
}), z.object({
|
|
@@ -639,7 +602,7 @@ const _awiki_dsh_plugin_awiki_logout_parameter_0$schema = z.object({
|
|
|
639
602
|
const _awiki_dsh_plugin_awiki_logout_result$schema = z.union([z.object({
|
|
640
603
|
'ok': z.literal(false).readonly(),
|
|
641
604
|
'error': z.object({
|
|
642
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
643
606
|
'message': z.string().readonly(),
|
|
644
607
|
}).readonly(),
|
|
645
608
|
}), z.object({
|
|
@@ -664,7 +627,7 @@ const _awiki_dsh_plugin_awiki_markConversationRead_parameter_0$schema = z.object
|
|
|
664
627
|
const _awiki_dsh_plugin_awiki_markConversationRead_result$schema = z.union([z.object({
|
|
665
628
|
'ok': z.literal(false).readonly(),
|
|
666
629
|
'error': z.object({
|
|
667
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
668
631
|
'message': z.string().readonly(),
|
|
669
632
|
}).readonly(),
|
|
670
633
|
}), z.object({
|
|
@@ -677,7 +640,7 @@ const _awiki_dsh_plugin_awiki_markMailRead_parameter_0$schema = z.object({
|
|
|
677
640
|
const _awiki_dsh_plugin_awiki_markMailRead_result$schema = z.union([z.object({
|
|
678
641
|
'ok': z.literal(false).readonly(),
|
|
679
642
|
'error': z.object({
|
|
680
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
681
644
|
'message': z.string().readonly(),
|
|
682
645
|
}).readonly(),
|
|
683
646
|
}), z.object({
|
|
@@ -694,7 +657,7 @@ const _awiki_dsh_plugin_awiki_prepareRecovery_parameter_0$schema = z.object({
|
|
|
694
657
|
const _awiki_dsh_plugin_awiki_prepareRecovery_result$schema = z.union([z.object({
|
|
695
658
|
'ok': z.literal(false).readonly(),
|
|
696
659
|
'error': z.object({
|
|
697
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
698
661
|
'message': z.string().readonly(),
|
|
699
662
|
}).readonly(),
|
|
700
663
|
}), z.object({
|
|
@@ -719,7 +682,7 @@ const _awiki_dsh_plugin_awiki_readMail_parameter_0$schema = z.object({
|
|
|
719
682
|
const _awiki_dsh_plugin_awiki_readMail_result$schema = z.union([z.object({
|
|
720
683
|
'ok': z.literal(false).readonly(),
|
|
721
684
|
'error': z.object({
|
|
722
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
723
686
|
'message': z.string().readonly(),
|
|
724
687
|
}).readonly(),
|
|
725
688
|
}), z.object({
|
|
@@ -752,36 +715,6 @@ const _awiki_dsh_plugin_awiki_readMail_result$schema = z.union([z.object({
|
|
|
752
715
|
})).readonly(),
|
|
753
716
|
}).readonly(),
|
|
754
717
|
})])
|
|
755
|
-
const _awiki_dsh_plugin_awiki_refreshDeviceManagement_result$schema = z.union([z.object({
|
|
756
|
-
'ok': z.literal(false).readonly(),
|
|
757
|
-
'error': z.object({
|
|
758
|
-
'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("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(),
|
|
759
|
-
'message': z.string().readonly(),
|
|
760
|
-
}).readonly(),
|
|
761
|
-
}), z.object({
|
|
762
|
-
'ok': z.literal(true).readonly(),
|
|
763
|
-
'value': z.object({
|
|
764
|
-
'canManage': z.boolean().readonly(),
|
|
765
|
-
'role': z.union([z.literal("member"), z.literal("admin")]).readonly().optional(),
|
|
766
|
-
'readiness': z.union([z.literal("legacy"), z.literal("member_ready"), z.literal("admin_awaiting_root"), z.literal("admin_ready"), z.literal("blocked")]).readonly(),
|
|
767
|
-
'devices': z.array(z.object({
|
|
768
|
-
'deviceRef': z.string().readonly(),
|
|
769
|
-
'status': z.union([z.literal("active"), z.literal("revoked")]).readonly(),
|
|
770
|
-
'role': z.union([z.literal("member"), z.literal("admin")]).readonly(),
|
|
771
|
-
'managementReady': z.boolean().readonly(),
|
|
772
|
-
'isCurrent': z.boolean().readonly(),
|
|
773
|
-
})).readonly(),
|
|
774
|
-
'requests': z.array(z.object({
|
|
775
|
-
'requestRef': z.string().readonly(),
|
|
776
|
-
'candidateKeyFingerprint': z.string().readonly(),
|
|
777
|
-
'issuedAt': z.string().readonly(),
|
|
778
|
-
'expiresAt': z.string().readonly(),
|
|
779
|
-
'state': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
780
|
-
'claimedByCurrentDevice': z.boolean().readonly(),
|
|
781
|
-
'canStartVerification': z.boolean().readonly(),
|
|
782
|
-
})).readonly(),
|
|
783
|
-
}).readonly(),
|
|
784
|
-
})])
|
|
785
718
|
const _awiki_dsh_plugin_awiki_registerIdentity_parameter_0$schema = z.object({
|
|
786
719
|
'handle': z.string().readonly(),
|
|
787
720
|
'phone': z.string().readonly(),
|
|
@@ -790,44 +723,17 @@ const _awiki_dsh_plugin_awiki_registerIdentity_parameter_0$schema = z.object({
|
|
|
790
723
|
const _awiki_dsh_plugin_awiki_registerIdentity_result$schema = z.union([z.object({
|
|
791
724
|
'ok': z.literal(false).readonly(),
|
|
792
725
|
'error': z.object({
|
|
793
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
794
727
|
'message': z.string().readonly(),
|
|
795
728
|
}).readonly(),
|
|
796
729
|
}), z.object({
|
|
797
730
|
'ok': z.literal(true).readonly(),
|
|
798
|
-
'value': z.
|
|
799
|
-
'status': z.literal("registered").readonly(),
|
|
800
|
-
'identity': z.object({
|
|
731
|
+
'value': z.object({
|
|
801
732
|
'handle': z.intersection(z.string(), z.unknown()).readonly(),
|
|
802
733
|
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
803
734
|
'displayName': z.string().readonly().optional(),
|
|
804
735
|
'registeredAt': z.number().readonly(),
|
|
805
736
|
}).readonly(),
|
|
806
|
-
}), z.object({
|
|
807
|
-
'status': z.literal("join-required").readonly(),
|
|
808
|
-
'fullHandle': z.intersection(z.string(), z.unknown()).readonly(),
|
|
809
|
-
'mode': z.union([z.literal("ordinary"), z.literal("handle-recovery-rebind")]).readonly(),
|
|
810
|
-
'requiresUserPresence': z.boolean().readonly(),
|
|
811
|
-
})]).readonly(),
|
|
812
|
-
})])
|
|
813
|
-
const _awiki_dsh_plugin_awiki_rejectDeviceJoin_parameter_0$schema = z.object({
|
|
814
|
-
'reason': z.union([z.literal("user_rejected"), z.literal("sas_mismatch")]).readonly(),
|
|
815
|
-
'requestRef': z.string().readonly(),
|
|
816
|
-
})
|
|
817
|
-
const _awiki_dsh_plugin_awiki_rejectDeviceJoin_result$schema = z.union([z.object({
|
|
818
|
-
'ok': z.literal(false).readonly(),
|
|
819
|
-
'error': z.object({
|
|
820
|
-
'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("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(),
|
|
821
|
-
'message': z.string().readonly(),
|
|
822
|
-
}).readonly(),
|
|
823
|
-
}), z.object({
|
|
824
|
-
'ok': z.literal(true).readonly(),
|
|
825
|
-
'value': z.object({
|
|
826
|
-
'requestRef': z.string().readonly(),
|
|
827
|
-
'phase': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
828
|
-
'expiresAt': z.string().readonly(),
|
|
829
|
-
'sas': z.string().readonly().optional(),
|
|
830
|
-
}).readonly(),
|
|
831
737
|
})])
|
|
832
738
|
const _awiki_dsh_plugin_awiki_removeGroupMember_parameter_0$schema = z.object({
|
|
833
739
|
'member': z.string().readonly(),
|
|
@@ -836,7 +742,7 @@ const _awiki_dsh_plugin_awiki_removeGroupMember_parameter_0$schema = z.object({
|
|
|
836
742
|
const _awiki_dsh_plugin_awiki_removeGroupMember_result$schema = z.union([z.object({
|
|
837
743
|
'ok': z.literal(false).readonly(),
|
|
838
744
|
'error': z.object({
|
|
839
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
840
746
|
'message': z.string().readonly(),
|
|
841
747
|
}).readonly(),
|
|
842
748
|
}), z.object({
|
|
@@ -852,7 +758,7 @@ const _awiki_dsh_plugin_awiki_resolvePeer_parameter_0$schema = z.object({
|
|
|
852
758
|
const _awiki_dsh_plugin_awiki_resolvePeer_result$schema = z.union([z.object({
|
|
853
759
|
'ok': z.literal(false).readonly(),
|
|
854
760
|
'error': z.object({
|
|
855
|
-
'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("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(),
|
|
761
|
+
'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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
856
762
|
'message': z.string().readonly(),
|
|
857
763
|
}).readonly(),
|
|
858
764
|
}), z.object({
|
|
@@ -867,7 +773,7 @@ const _awiki_dsh_plugin_awiki_resolvePeer_result$schema = z.union([z.object({
|
|
|
867
773
|
const _awiki_dsh_plugin_awiki_resumeGroupRebindRecovery_result$schema = z.union([z.object({
|
|
868
774
|
'ok': z.literal(false).readonly(),
|
|
869
775
|
'error': z.object({
|
|
870
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
871
777
|
'message': z.string().readonly(),
|
|
872
778
|
}).readonly(),
|
|
873
779
|
}), z.object({
|
|
@@ -889,7 +795,7 @@ const _awiki_dsh_plugin_awiki_resumeRecovery_parameter_0$schema = z.object({
|
|
|
889
795
|
const _awiki_dsh_plugin_awiki_resumeRecovery_result$schema = z.union([z.object({
|
|
890
796
|
'ok': z.literal(false).readonly(),
|
|
891
797
|
'error': z.object({
|
|
892
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
893
799
|
'message': z.string().readonly(),
|
|
894
800
|
}).readonly(),
|
|
895
801
|
}), z.object({
|
|
@@ -908,40 +814,6 @@ const _awiki_dsh_plugin_awiki_resumeRecovery_result$schema = z.union([z.object({
|
|
|
908
814
|
'unsupportedDidOnlyGroupCount': z.number().readonly(),
|
|
909
815
|
}).readonly(),
|
|
910
816
|
})])
|
|
911
|
-
const _awiki_dsh_plugin_awiki_revokeDevice_parameter_0$schema = z.object({
|
|
912
|
-
'deviceRef': z.string().readonly(),
|
|
913
|
-
'confirmation': z.string().readonly(),
|
|
914
|
-
})
|
|
915
|
-
const _awiki_dsh_plugin_awiki_revokeDevice_result$schema = z.union([z.object({
|
|
916
|
-
'ok': z.literal(false).readonly(),
|
|
917
|
-
'error': z.object({
|
|
918
|
-
'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("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(),
|
|
919
|
-
'message': z.string().readonly(),
|
|
920
|
-
}).readonly(),
|
|
921
|
-
}), z.object({
|
|
922
|
-
'ok': z.literal(true).readonly(),
|
|
923
|
-
'value': z.object({
|
|
924
|
-
'canManage': z.boolean().readonly(),
|
|
925
|
-
'role': z.union([z.literal("member"), z.literal("admin")]).readonly().optional(),
|
|
926
|
-
'readiness': z.union([z.literal("legacy"), z.literal("member_ready"), z.literal("admin_awaiting_root"), z.literal("admin_ready"), z.literal("blocked")]).readonly(),
|
|
927
|
-
'devices': z.array(z.object({
|
|
928
|
-
'deviceRef': z.string().readonly(),
|
|
929
|
-
'status': z.union([z.literal("active"), z.literal("revoked")]).readonly(),
|
|
930
|
-
'role': z.union([z.literal("member"), z.literal("admin")]).readonly(),
|
|
931
|
-
'managementReady': z.boolean().readonly(),
|
|
932
|
-
'isCurrent': z.boolean().readonly(),
|
|
933
|
-
})).readonly(),
|
|
934
|
-
'requests': z.array(z.object({
|
|
935
|
-
'requestRef': z.string().readonly(),
|
|
936
|
-
'candidateKeyFingerprint': z.string().readonly(),
|
|
937
|
-
'issuedAt': z.string().readonly(),
|
|
938
|
-
'expiresAt': z.string().readonly(),
|
|
939
|
-
'state': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
940
|
-
'claimedByCurrentDevice': z.boolean().readonly(),
|
|
941
|
-
'canStartVerification': z.boolean().readonly(),
|
|
942
|
-
})).readonly(),
|
|
943
|
-
}).readonly(),
|
|
944
|
-
})])
|
|
945
817
|
const _awiki_dsh_plugin_awiki_sendAttachment_parameter_0$schema = z.object({
|
|
946
818
|
'target': z.union([z.object({
|
|
947
819
|
'kind': z.literal("direct").readonly(),
|
|
@@ -959,7 +831,7 @@ const _awiki_dsh_plugin_awiki_sendAttachment_parameter_0$schema = z.object({
|
|
|
959
831
|
const _awiki_dsh_plugin_awiki_sendAttachment_result$schema = z.union([z.object({
|
|
960
832
|
'ok': z.literal(false).readonly(),
|
|
961
833
|
'error': z.object({
|
|
962
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
963
835
|
'message': z.string().readonly(),
|
|
964
836
|
}).readonly(),
|
|
965
837
|
}), z.object({
|
|
@@ -1001,11 +873,17 @@ const _awiki_dsh_plugin_awiki_sendMail_parameter_0$schema = z.object({
|
|
|
1001
873
|
'cc': z.array(z.string()).readonly().optional(),
|
|
1002
874
|
'subject': z.string().readonly(),
|
|
1003
875
|
'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(),
|
|
1004
882
|
})
|
|
1005
883
|
const _awiki_dsh_plugin_awiki_sendMail_result$schema = z.union([z.object({
|
|
1006
884
|
'ok': z.literal(false).readonly(),
|
|
1007
885
|
'error': z.object({
|
|
1008
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
1009
887
|
'message': z.string().readonly(),
|
|
1010
888
|
}).readonly(),
|
|
1011
889
|
}), z.object({
|
|
@@ -1023,7 +901,7 @@ const _awiki_dsh_plugin_awiki_sendRecoveryOtp_parameter_0$schema = z.object({
|
|
|
1023
901
|
const _awiki_dsh_plugin_awiki_sendRecoveryOtp_result$schema = z.union([z.object({
|
|
1024
902
|
'ok': z.literal(false).readonly(),
|
|
1025
903
|
'error': z.object({
|
|
1026
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
1027
905
|
'message': z.string().readonly(),
|
|
1028
906
|
}).readonly(),
|
|
1029
907
|
}), z.object({
|
|
@@ -1042,7 +920,7 @@ const _awiki_dsh_plugin_awiki_sendRegistrationOtp_parameter_0$schema = z.object(
|
|
|
1042
920
|
const _awiki_dsh_plugin_awiki_sendRegistrationOtp_result$schema = z.union([z.object({
|
|
1043
921
|
'ok': z.literal(false).readonly(),
|
|
1044
922
|
'error': z.object({
|
|
1045
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
1046
924
|
'message': z.string().readonly(),
|
|
1047
925
|
}).readonly(),
|
|
1048
926
|
}), z.object({
|
|
@@ -1073,7 +951,7 @@ const _awiki_dsh_plugin_awiki_sendText_parameter_0$schema = z.object({
|
|
|
1073
951
|
const _awiki_dsh_plugin_awiki_sendText_result$schema = z.union([z.object({
|
|
1074
952
|
'ok': z.literal(false).readonly(),
|
|
1075
953
|
'error': z.object({
|
|
1076
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
1077
955
|
'message': z.string().readonly(),
|
|
1078
956
|
}).readonly(),
|
|
1079
957
|
}), z.object({
|
|
@@ -1110,24 +988,6 @@ const _awiki_dsh_plugin_awiki_sendText_result$schema = z.union([z.object({
|
|
|
1110
988
|
})]).readonly(),
|
|
1111
989
|
}).readonly(),
|
|
1112
990
|
})])
|
|
1113
|
-
const _awiki_dsh_plugin_awiki_startDeviceJoinVerification_parameter_0$schema = z.object({
|
|
1114
|
-
'requestRef': z.string().readonly(),
|
|
1115
|
-
})
|
|
1116
|
-
const _awiki_dsh_plugin_awiki_startDeviceJoinVerification_result$schema = z.union([z.object({
|
|
1117
|
-
'ok': z.literal(false).readonly(),
|
|
1118
|
-
'error': z.object({
|
|
1119
|
-
'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("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(),
|
|
1120
|
-
'message': z.string().readonly(),
|
|
1121
|
-
}).readonly(),
|
|
1122
|
-
}), z.object({
|
|
1123
|
-
'ok': z.literal(true).readonly(),
|
|
1124
|
-
'value': z.object({
|
|
1125
|
-
'requestRef': z.string().readonly(),
|
|
1126
|
-
'phase': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
1127
|
-
'expiresAt': z.string().readonly(),
|
|
1128
|
-
'sas': z.string().readonly().optional(),
|
|
1129
|
-
}).readonly(),
|
|
1130
|
-
})])
|
|
1131
991
|
const _awiki_dsh_plugin_awiki_summarizeConversation_parameter_0$schema = z.object({
|
|
1132
992
|
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1133
993
|
'unreadCountAtOpen': z.number().readonly().optional(),
|
|
@@ -1135,7 +995,7 @@ const _awiki_dsh_plugin_awiki_summarizeConversation_parameter_0$schema = z.objec
|
|
|
1135
995
|
const _awiki_dsh_plugin_awiki_summarizeConversation_result$schema = z.union([z.object({
|
|
1136
996
|
'ok': z.literal(false).readonly(),
|
|
1137
997
|
'error': z.object({
|
|
1138
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
1139
999
|
'message': z.string().readonly(),
|
|
1140
1000
|
}).readonly(),
|
|
1141
1001
|
}), z.object({
|
|
@@ -1189,7 +1049,7 @@ const _awiki_dsh_plugin_awiki_updateConversationPreference_parameter_0$schema =
|
|
|
1189
1049
|
const _awiki_dsh_plugin_awiki_updateConversationPreference_result$schema = z.union([z.object({
|
|
1190
1050
|
'ok': z.literal(false).readonly(),
|
|
1191
1051
|
'error': z.object({
|
|
1192
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
1193
1053
|
'message': z.string().readonly(),
|
|
1194
1054
|
}).readonly(),
|
|
1195
1055
|
}), z.object({
|
|
@@ -1226,7 +1086,7 @@ const _awiki_dsh_plugin_awiki_updateDisplayName_parameter_0$schema = z.object({
|
|
|
1226
1086
|
const _awiki_dsh_plugin_awiki_updateDisplayName_result$schema = z.union([z.object({
|
|
1227
1087
|
'ok': z.literal(false).readonly(),
|
|
1228
1088
|
'error': z.object({
|
|
1229
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
1230
1090
|
'message': z.string().readonly(),
|
|
1231
1091
|
}).readonly(),
|
|
1232
1092
|
}), z.object({
|
|
@@ -1246,7 +1106,7 @@ const _awiki_dsh_plugin_awiki_updateProfile_parameter_0$schema = z.object({
|
|
|
1246
1106
|
const _awiki_dsh_plugin_awiki_updateProfile_result$schema = z.union([z.object({
|
|
1247
1107
|
'ok': z.literal(false).readonly(),
|
|
1248
1108
|
'error': z.object({
|
|
1249
|
-
'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("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(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), 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(),
|
|
1250
1110
|
'message': z.string().readonly(),
|
|
1251
1111
|
}).readonly(),
|
|
1252
1112
|
}), z.object({
|
|
@@ -1287,7 +1147,7 @@ export const TYPERT_REMOTE = {
|
|
|
1287
1147
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1288
1148
|
schema: _awiki_dsh_plugin_awiki_activateRecovery_result$schema,
|
|
1289
1149
|
},
|
|
1290
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1150
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":119,"column":9},
|
|
1291
1151
|
},
|
|
1292
1152
|
{
|
|
1293
1153
|
id: '@awiki/dsh-plugin#awiki/addGroupMember',
|
|
@@ -1312,62 +1172,7 @@ export const TYPERT_REMOTE = {
|
|
|
1312
1172
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1313
1173
|
schema: _awiki_dsh_plugin_awiki_addGroupMember_result$schema,
|
|
1314
1174
|
},
|
|
1315
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
id: '@awiki/dsh-plugin#awiki/approveDeviceJoin',
|
|
1319
|
-
service: 'awiki',
|
|
1320
|
-
namespace: 'awiki',
|
|
1321
|
-
method: 'approveDeviceJoin',
|
|
1322
|
-
invocation: { kind: 'direct' },
|
|
1323
|
-
parameters: [
|
|
1324
|
-
{
|
|
1325
|
-
name: 'request',
|
|
1326
|
-
wire: 'request',
|
|
1327
|
-
source: 'json',
|
|
1328
|
-
codec: {
|
|
1329
|
-
mode: 'strict',
|
|
1330
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiApproveDeviceJoinRequest',
|
|
1331
|
-
schema: _awiki_dsh_plugin_awiki_approveDeviceJoin_parameter_0$schema,
|
|
1332
|
-
},
|
|
1333
|
-
},
|
|
1334
|
-
],
|
|
1335
|
-
result: {
|
|
1336
|
-
mode: 'strict',
|
|
1337
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1338
|
-
schema: _awiki_dsh_plugin_awiki_approveDeviceJoin_result$schema,
|
|
1339
|
-
},
|
|
1340
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":129,"column":9},
|
|
1341
|
-
},
|
|
1342
|
-
{
|
|
1343
|
-
id: '@awiki/dsh-plugin#awiki/beginDeviceJoin',
|
|
1344
|
-
service: 'awiki',
|
|
1345
|
-
namespace: 'awiki',
|
|
1346
|
-
method: 'beginDeviceJoin',
|
|
1347
|
-
invocation: { kind: 'direct' },
|
|
1348
|
-
parameters: [
|
|
1349
|
-
],
|
|
1350
|
-
result: {
|
|
1351
|
-
mode: 'strict',
|
|
1352
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1353
|
-
schema: _awiki_dsh_plugin_awiki_beginDeviceJoin_result$schema,
|
|
1354
|
-
},
|
|
1355
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":112,"column":9},
|
|
1356
|
-
},
|
|
1357
|
-
{
|
|
1358
|
-
id: '@awiki/dsh-plugin#awiki/cancelDeviceJoin',
|
|
1359
|
-
service: 'awiki',
|
|
1360
|
-
namespace: 'awiki',
|
|
1361
|
-
method: 'cancelDeviceJoin',
|
|
1362
|
-
invocation: { kind: 'direct' },
|
|
1363
|
-
parameters: [
|
|
1364
|
-
],
|
|
1365
|
-
result: {
|
|
1366
|
-
mode: 'strict',
|
|
1367
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1368
|
-
schema: _awiki_dsh_plugin_awiki_cancelDeviceJoin_result$schema,
|
|
1369
|
-
},
|
|
1370
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":118,"column":9},
|
|
1175
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":149,"column":3},
|
|
1371
1176
|
},
|
|
1372
1177
|
{
|
|
1373
1178
|
id: '@awiki/dsh-plugin#awiki/clearLocalData',
|
|
@@ -1392,7 +1197,7 @@ export const TYPERT_REMOTE = {
|
|
|
1392
1197
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1393
1198
|
schema: _awiki_dsh_plugin_awiki_clearLocalData_result$schema,
|
|
1394
1199
|
},
|
|
1395
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1200
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":212,"column":3},
|
|
1396
1201
|
},
|
|
1397
1202
|
{
|
|
1398
1203
|
id: '@awiki/dsh-plugin#awiki/createGroup',
|
|
@@ -1417,7 +1222,7 @@ export const TYPERT_REMOTE = {
|
|
|
1417
1222
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1418
1223
|
schema: _awiki_dsh_plugin_awiki_createGroup_result$schema,
|
|
1419
1224
|
},
|
|
1420
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1225
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":134,"column":9},
|
|
1421
1226
|
},
|
|
1422
1227
|
{
|
|
1423
1228
|
id: '@awiki/dsh-plugin#awiki/discardRecovery',
|
|
@@ -1442,7 +1247,7 @@ export const TYPERT_REMOTE = {
|
|
|
1442
1247
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1443
1248
|
schema: _awiki_dsh_plugin_awiki_discardRecovery_result$schema,
|
|
1444
1249
|
},
|
|
1445
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1250
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":128,"column":9},
|
|
1446
1251
|
},
|
|
1447
1252
|
{
|
|
1448
1253
|
id: '@awiki/dsh-plugin#awiki/downloadAttachment',
|
|
@@ -1467,52 +1272,62 @@ export const TYPERT_REMOTE = {
|
|
|
1467
1272
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1468
1273
|
schema: _awiki_dsh_plugin_awiki_downloadAttachment_result$schema,
|
|
1469
1274
|
},
|
|
1470
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1275
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":189,"column":9},
|
|
1471
1276
|
},
|
|
1472
1277
|
{
|
|
1473
|
-
id: '@awiki/dsh-plugin#awiki/
|
|
1278
|
+
id: '@awiki/dsh-plugin#awiki/downloadMailAttachment',
|
|
1474
1279
|
service: 'awiki',
|
|
1475
1280
|
namespace: 'awiki',
|
|
1476
|
-
method: '
|
|
1281
|
+
method: 'downloadMailAttachment',
|
|
1477
1282
|
invocation: { kind: 'direct' },
|
|
1478
1283
|
parameters: [
|
|
1284
|
+
{
|
|
1285
|
+
name: 'request',
|
|
1286
|
+
wire: 'request',
|
|
1287
|
+
source: 'json',
|
|
1288
|
+
codec: {
|
|
1289
|
+
mode: 'strict',
|
|
1290
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiMailAttachmentDownloadRequest',
|
|
1291
|
+
schema: _awiki_dsh_plugin_awiki_downloadMailAttachment_parameter_0$schema,
|
|
1292
|
+
},
|
|
1293
|
+
},
|
|
1479
1294
|
],
|
|
1480
1295
|
result: {
|
|
1481
1296
|
mode: 'strict',
|
|
1482
1297
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1483
|
-
schema:
|
|
1298
|
+
schema: _awiki_dsh_plugin_awiki_downloadMailAttachment_result$schema,
|
|
1484
1299
|
},
|
|
1485
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1300
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":207,"column":9},
|
|
1486
1301
|
},
|
|
1487
1302
|
{
|
|
1488
|
-
id: '@awiki/dsh-plugin#awiki/
|
|
1303
|
+
id: '@awiki/dsh-plugin#awiki/getConfig',
|
|
1489
1304
|
service: 'awiki',
|
|
1490
1305
|
namespace: 'awiki',
|
|
1491
|
-
method: '
|
|
1306
|
+
method: 'getConfig',
|
|
1492
1307
|
invocation: { kind: 'direct' },
|
|
1493
1308
|
parameters: [
|
|
1494
1309
|
],
|
|
1495
1310
|
result: {
|
|
1496
1311
|
mode: 'strict',
|
|
1497
1312
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1498
|
-
schema:
|
|
1313
|
+
schema: _awiki_dsh_plugin_awiki_getConfig_result$schema,
|
|
1499
1314
|
},
|
|
1500
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1315
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":78,"column":3},
|
|
1501
1316
|
},
|
|
1502
1317
|
{
|
|
1503
|
-
id: '@awiki/dsh-plugin#awiki/
|
|
1318
|
+
id: '@awiki/dsh-plugin#awiki/getConversationPreferences',
|
|
1504
1319
|
service: 'awiki',
|
|
1505
1320
|
namespace: 'awiki',
|
|
1506
|
-
method: '
|
|
1321
|
+
method: 'getConversationPreferences',
|
|
1507
1322
|
invocation: { kind: 'direct' },
|
|
1508
1323
|
parameters: [
|
|
1509
1324
|
],
|
|
1510
1325
|
result: {
|
|
1511
1326
|
mode: 'strict',
|
|
1512
1327
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1513
|
-
schema:
|
|
1328
|
+
schema: _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema,
|
|
1514
1329
|
},
|
|
1515
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1330
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":158,"column":3},
|
|
1516
1331
|
},
|
|
1517
1332
|
{
|
|
1518
1333
|
id: '@awiki/dsh-plugin#awiki/getGroup',
|
|
@@ -1537,7 +1352,7 @@ export const TYPERT_REMOTE = {
|
|
|
1537
1352
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1538
1353
|
schema: _awiki_dsh_plugin_awiki_getGroup_result$schema,
|
|
1539
1354
|
},
|
|
1540
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1355
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":137,"column":3},
|
|
1541
1356
|
},
|
|
1542
1357
|
{
|
|
1543
1358
|
id: '@awiki/dsh-plugin#awiki/getHistory',
|
|
@@ -1562,7 +1377,7 @@ export const TYPERT_REMOTE = {
|
|
|
1562
1377
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1563
1378
|
schema: _awiki_dsh_plugin_awiki_getHistory_result$schema,
|
|
1564
1379
|
},
|
|
1565
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1380
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":169,"column":3},
|
|
1566
1381
|
},
|
|
1567
1382
|
{
|
|
1568
1383
|
id: '@awiki/dsh-plugin#awiki/getIdentity',
|
|
@@ -1577,7 +1392,7 @@ export const TYPERT_REMOTE = {
|
|
|
1577
1392
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1578
1393
|
schema: _awiki_dsh_plugin_awiki_getIdentity_result$schema,
|
|
1579
1394
|
},
|
|
1580
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1395
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":81,"column":9},
|
|
1581
1396
|
},
|
|
1582
1397
|
{
|
|
1583
1398
|
id: '@awiki/dsh-plugin#awiki/getLocalHistory',
|
|
@@ -1602,7 +1417,7 @@ export const TYPERT_REMOTE = {
|
|
|
1602
1417
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1603
1418
|
schema: _awiki_dsh_plugin_awiki_getLocalHistory_result$schema,
|
|
1604
1419
|
},
|
|
1605
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1420
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":172,"column":3},
|
|
1606
1421
|
},
|
|
1607
1422
|
{
|
|
1608
1423
|
id: '@awiki/dsh-plugin#awiki/getMailAccount',
|
|
@@ -1617,7 +1432,7 @@ export const TYPERT_REMOTE = {
|
|
|
1617
1432
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1618
1433
|
schema: _awiki_dsh_plugin_awiki_getMailAccount_result$schema,
|
|
1619
1434
|
},
|
|
1620
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1435
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":192,"column":3},
|
|
1621
1436
|
},
|
|
1622
1437
|
{
|
|
1623
1438
|
id: '@awiki/dsh-plugin#awiki/getProfile',
|
|
@@ -1632,7 +1447,7 @@ export const TYPERT_REMOTE = {
|
|
|
1632
1447
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1633
1448
|
schema: _awiki_dsh_plugin_awiki_getProfile_result$schema,
|
|
1634
1449
|
},
|
|
1635
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1450
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":107,"column":3},
|
|
1636
1451
|
},
|
|
1637
1452
|
{
|
|
1638
1453
|
id: '@awiki/dsh-plugin#awiki/getRecoveryStatus',
|
|
@@ -1657,7 +1472,7 @@ export const TYPERT_REMOTE = {
|
|
|
1657
1472
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1658
1473
|
schema: _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema,
|
|
1659
1474
|
},
|
|
1660
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1475
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":122,"column":9},
|
|
1661
1476
|
},
|
|
1662
1477
|
{
|
|
1663
1478
|
id: '@awiki/dsh-plugin#awiki/getSession',
|
|
@@ -1672,7 +1487,7 @@ export const TYPERT_REMOTE = {
|
|
|
1672
1487
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1673
1488
|
schema: _awiki_dsh_plugin_awiki_getSession_result$schema,
|
|
1674
1489
|
},
|
|
1675
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1490
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":84,"column":9},
|
|
1676
1491
|
},
|
|
1677
1492
|
{
|
|
1678
1493
|
id: '@awiki/dsh-plugin#awiki/inspectIdentityAccess',
|
|
@@ -1697,7 +1512,7 @@ export const TYPERT_REMOTE = {
|
|
|
1697
1512
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1698
1513
|
schema: _awiki_dsh_plugin_awiki_inspectIdentityAccess_result$schema,
|
|
1699
1514
|
},
|
|
1700
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1515
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":93,"column":9},
|
|
1701
1516
|
},
|
|
1702
1517
|
{
|
|
1703
1518
|
id: '@awiki/dsh-plugin#awiki/joinGroup',
|
|
@@ -1722,7 +1537,7 @@ export const TYPERT_REMOTE = {
|
|
|
1722
1537
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1723
1538
|
schema: _awiki_dsh_plugin_awiki_joinGroup_result$schema,
|
|
1724
1539
|
},
|
|
1725
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1540
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":140,"column":3},
|
|
1726
1541
|
},
|
|
1727
1542
|
{
|
|
1728
1543
|
id: '@awiki/dsh-plugin#awiki/leaveGroup',
|
|
@@ -1747,7 +1562,7 @@ export const TYPERT_REMOTE = {
|
|
|
1747
1562
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1748
1563
|
schema: _awiki_dsh_plugin_awiki_leaveGroup_result$schema,
|
|
1749
1564
|
},
|
|
1750
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1565
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":143,"column":9},
|
|
1751
1566
|
},
|
|
1752
1567
|
{
|
|
1753
1568
|
id: '@awiki/dsh-plugin#awiki/listConversations',
|
|
@@ -1773,7 +1588,7 @@ export const TYPERT_REMOTE = {
|
|
|
1773
1588
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1774
1589
|
schema: _awiki_dsh_plugin_awiki_listConversations_result$schema,
|
|
1775
1590
|
},
|
|
1776
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1591
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":166,"column":3},
|
|
1777
1592
|
},
|
|
1778
1593
|
{
|
|
1779
1594
|
id: '@awiki/dsh-plugin#awiki/listGroupMembers',
|
|
@@ -1798,7 +1613,7 @@ export const TYPERT_REMOTE = {
|
|
|
1798
1613
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1799
1614
|
schema: _awiki_dsh_plugin_awiki_listGroupMembers_result$schema,
|
|
1800
1615
|
},
|
|
1801
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1616
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":146,"column":3},
|
|
1802
1617
|
},
|
|
1803
1618
|
{
|
|
1804
1619
|
id: '@awiki/dsh-plugin#awiki/listMailInbox',
|
|
@@ -1824,7 +1639,7 @@ export const TYPERT_REMOTE = {
|
|
|
1824
1639
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1825
1640
|
schema: _awiki_dsh_plugin_awiki_listMailInbox_result$schema,
|
|
1826
1641
|
},
|
|
1827
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1642
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":195,"column":9},
|
|
1828
1643
|
},
|
|
1829
1644
|
{
|
|
1830
1645
|
id: '@awiki/dsh-plugin#awiki/login',
|
|
@@ -1839,7 +1654,7 @@ export const TYPERT_REMOTE = {
|
|
|
1839
1654
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1840
1655
|
schema: _awiki_dsh_plugin_awiki_login_result$schema,
|
|
1841
1656
|
},
|
|
1842
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1657
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":90,"column":3},
|
|
1843
1658
|
},
|
|
1844
1659
|
{
|
|
1845
1660
|
id: '@awiki/dsh-plugin#awiki/logout',
|
|
@@ -1864,7 +1679,7 @@ export const TYPERT_REMOTE = {
|
|
|
1864
1679
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1865
1680
|
schema: _awiki_dsh_plugin_awiki_logout_result$schema,
|
|
1866
1681
|
},
|
|
1867
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1682
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":87,"column":3},
|
|
1868
1683
|
},
|
|
1869
1684
|
{
|
|
1870
1685
|
id: '@awiki/dsh-plugin#awiki/markConversationRead',
|
|
@@ -1889,7 +1704,7 @@ export const TYPERT_REMOTE = {
|
|
|
1889
1704
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1890
1705
|
schema: _awiki_dsh_plugin_awiki_markConversationRead_result$schema,
|
|
1891
1706
|
},
|
|
1892
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1707
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":180,"column":3},
|
|
1893
1708
|
},
|
|
1894
1709
|
{
|
|
1895
1710
|
id: '@awiki/dsh-plugin#awiki/markMailRead',
|
|
@@ -1914,7 +1729,7 @@ export const TYPERT_REMOTE = {
|
|
|
1914
1729
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1915
1730
|
schema: _awiki_dsh_plugin_awiki_markMailRead_result$schema,
|
|
1916
1731
|
},
|
|
1917
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1732
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":201,"column":3},
|
|
1918
1733
|
},
|
|
1919
1734
|
{
|
|
1920
1735
|
id: '@awiki/dsh-plugin#awiki/prepareRecovery',
|
|
@@ -1939,7 +1754,7 @@ export const TYPERT_REMOTE = {
|
|
|
1939
1754
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1940
1755
|
schema: _awiki_dsh_plugin_awiki_prepareRecovery_result$schema,
|
|
1941
1756
|
},
|
|
1942
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1757
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":116,"column":3},
|
|
1943
1758
|
},
|
|
1944
1759
|
{
|
|
1945
1760
|
id: '@awiki/dsh-plugin#awiki/readMail',
|
|
@@ -1964,22 +1779,7 @@ export const TYPERT_REMOTE = {
|
|
|
1964
1779
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1965
1780
|
schema: _awiki_dsh_plugin_awiki_readMail_result$schema,
|
|
1966
1781
|
},
|
|
1967
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
id: '@awiki/dsh-plugin#awiki/refreshDeviceManagement',
|
|
1971
|
-
service: 'awiki',
|
|
1972
|
-
namespace: 'awiki',
|
|
1973
|
-
method: 'refreshDeviceManagement',
|
|
1974
|
-
invocation: { kind: 'direct' },
|
|
1975
|
-
parameters: [
|
|
1976
|
-
],
|
|
1977
|
-
result: {
|
|
1978
|
-
mode: 'strict',
|
|
1979
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1980
|
-
schema: _awiki_dsh_plugin_awiki_refreshDeviceManagement_result$schema,
|
|
1981
|
-
},
|
|
1982
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":121,"column":3},
|
|
1782
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":198,"column":9},
|
|
1983
1783
|
},
|
|
1984
1784
|
{
|
|
1985
1785
|
id: '@awiki/dsh-plugin#awiki/registerIdentity',
|
|
@@ -2004,32 +1804,7 @@ export const TYPERT_REMOTE = {
|
|
|
2004
1804
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2005
1805
|
schema: _awiki_dsh_plugin_awiki_registerIdentity_result$schema,
|
|
2006
1806
|
},
|
|
2007
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2008
|
-
},
|
|
2009
|
-
{
|
|
2010
|
-
id: '@awiki/dsh-plugin#awiki/rejectDeviceJoin',
|
|
2011
|
-
service: 'awiki',
|
|
2012
|
-
namespace: 'awiki',
|
|
2013
|
-
method: 'rejectDeviceJoin',
|
|
2014
|
-
invocation: { kind: 'direct' },
|
|
2015
|
-
parameters: [
|
|
2016
|
-
{
|
|
2017
|
-
name: 'request',
|
|
2018
|
-
wire: 'request',
|
|
2019
|
-
source: 'json',
|
|
2020
|
-
codec: {
|
|
2021
|
-
mode: 'strict',
|
|
2022
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiRejectDeviceJoinRequest',
|
|
2023
|
-
schema: _awiki_dsh_plugin_awiki_rejectDeviceJoin_parameter_0$schema,
|
|
2024
|
-
},
|
|
2025
|
-
},
|
|
2026
|
-
],
|
|
2027
|
-
result: {
|
|
2028
|
-
mode: 'strict',
|
|
2029
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2030
|
-
schema: _awiki_dsh_plugin_awiki_rejectDeviceJoin_result$schema,
|
|
2031
|
-
},
|
|
2032
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":134,"column":9},
|
|
1807
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":101,"column":9},
|
|
2033
1808
|
},
|
|
2034
1809
|
{
|
|
2035
1810
|
id: '@awiki/dsh-plugin#awiki/removeGroupMember',
|
|
@@ -2054,7 +1829,7 @@ export const TYPERT_REMOTE = {
|
|
|
2054
1829
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2055
1830
|
schema: _awiki_dsh_plugin_awiki_removeGroupMember_result$schema,
|
|
2056
1831
|
},
|
|
2057
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1832
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":152,"column":3},
|
|
2058
1833
|
},
|
|
2059
1834
|
{
|
|
2060
1835
|
id: '@awiki/dsh-plugin#awiki/resolvePeer',
|
|
@@ -2079,7 +1854,7 @@ export const TYPERT_REMOTE = {
|
|
|
2079
1854
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2080
1855
|
schema: _awiki_dsh_plugin_awiki_resolvePeer_result$schema,
|
|
2081
1856
|
},
|
|
2082
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1857
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":131,"column":3},
|
|
2083
1858
|
},
|
|
2084
1859
|
{
|
|
2085
1860
|
id: '@awiki/dsh-plugin#awiki/resumeGroupRebindRecovery',
|
|
@@ -2094,7 +1869,7 @@ export const TYPERT_REMOTE = {
|
|
|
2094
1869
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2095
1870
|
schema: _awiki_dsh_plugin_awiki_resumeGroupRebindRecovery_result$schema,
|
|
2096
1871
|
},
|
|
2097
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1872
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":155,"column":9},
|
|
2098
1873
|
},
|
|
2099
1874
|
{
|
|
2100
1875
|
id: '@awiki/dsh-plugin#awiki/resumeRecovery',
|
|
@@ -2119,32 +1894,7 @@ export const TYPERT_REMOTE = {
|
|
|
2119
1894
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2120
1895
|
schema: _awiki_dsh_plugin_awiki_resumeRecovery_result$schema,
|
|
2121
1896
|
},
|
|
2122
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2123
|
-
},
|
|
2124
|
-
{
|
|
2125
|
-
id: '@awiki/dsh-plugin#awiki/revokeDevice',
|
|
2126
|
-
service: 'awiki',
|
|
2127
|
-
namespace: 'awiki',
|
|
2128
|
-
method: 'revokeDevice',
|
|
2129
|
-
invocation: { kind: 'direct' },
|
|
2130
|
-
parameters: [
|
|
2131
|
-
{
|
|
2132
|
-
name: 'request',
|
|
2133
|
-
wire: 'request',
|
|
2134
|
-
source: 'json',
|
|
2135
|
-
codec: {
|
|
2136
|
-
mode: 'strict',
|
|
2137
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiRevokeDeviceRequest',
|
|
2138
|
-
schema: _awiki_dsh_plugin_awiki_revokeDevice_parameter_0$schema,
|
|
2139
|
-
},
|
|
2140
|
-
},
|
|
2141
|
-
],
|
|
2142
|
-
result: {
|
|
2143
|
-
mode: 'strict',
|
|
2144
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2145
|
-
schema: _awiki_dsh_plugin_awiki_revokeDevice_result$schema,
|
|
2146
|
-
},
|
|
2147
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":139,"column":9},
|
|
1897
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":125,"column":9},
|
|
2148
1898
|
},
|
|
2149
1899
|
{
|
|
2150
1900
|
id: '@awiki/dsh-plugin#awiki/sendAttachment',
|
|
@@ -2169,7 +1919,7 @@ export const TYPERT_REMOTE = {
|
|
|
2169
1919
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2170
1920
|
schema: _awiki_dsh_plugin_awiki_sendAttachment_result$schema,
|
|
2171
1921
|
},
|
|
2172
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1922
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":186,"column":9},
|
|
2173
1923
|
},
|
|
2174
1924
|
{
|
|
2175
1925
|
id: '@awiki/dsh-plugin#awiki/sendMail',
|
|
@@ -2194,7 +1944,7 @@ export const TYPERT_REMOTE = {
|
|
|
2194
1944
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2195
1945
|
schema: _awiki_dsh_plugin_awiki_sendMail_result$schema,
|
|
2196
1946
|
},
|
|
2197
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1947
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":204,"column":9},
|
|
2198
1948
|
},
|
|
2199
1949
|
{
|
|
2200
1950
|
id: '@awiki/dsh-plugin#awiki/sendRecoveryOtp',
|
|
@@ -2219,7 +1969,7 @@ export const TYPERT_REMOTE = {
|
|
|
2219
1969
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2220
1970
|
schema: _awiki_dsh_plugin_awiki_sendRecoveryOtp_result$schema,
|
|
2221
1971
|
},
|
|
2222
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1972
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":113,"column":3},
|
|
2223
1973
|
},
|
|
2224
1974
|
{
|
|
2225
1975
|
id: '@awiki/dsh-plugin#awiki/sendRegistrationOtp',
|
|
@@ -2244,7 +1994,7 @@ export const TYPERT_REMOTE = {
|
|
|
2244
1994
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2245
1995
|
schema: _awiki_dsh_plugin_awiki_sendRegistrationOtp_result$schema,
|
|
2246
1996
|
},
|
|
2247
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1997
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":98,"column":3},
|
|
2248
1998
|
},
|
|
2249
1999
|
{
|
|
2250
2000
|
id: '@awiki/dsh-plugin#awiki/sendText',
|
|
@@ -2269,32 +2019,7 @@ export const TYPERT_REMOTE = {
|
|
|
2269
2019
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2270
2020
|
schema: _awiki_dsh_plugin_awiki_sendText_result$schema,
|
|
2271
2021
|
},
|
|
2272
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2273
|
-
},
|
|
2274
|
-
{
|
|
2275
|
-
id: '@awiki/dsh-plugin#awiki/startDeviceJoinVerification',
|
|
2276
|
-
service: 'awiki',
|
|
2277
|
-
namespace: 'awiki',
|
|
2278
|
-
method: 'startDeviceJoinVerification',
|
|
2279
|
-
invocation: { kind: 'direct' },
|
|
2280
|
-
parameters: [
|
|
2281
|
-
{
|
|
2282
|
-
name: 'request',
|
|
2283
|
-
wire: 'request',
|
|
2284
|
-
source: 'json',
|
|
2285
|
-
codec: {
|
|
2286
|
-
mode: 'strict',
|
|
2287
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiRequestRefInput',
|
|
2288
|
-
schema: _awiki_dsh_plugin_awiki_startDeviceJoinVerification_parameter_0$schema,
|
|
2289
|
-
},
|
|
2290
|
-
},
|
|
2291
|
-
],
|
|
2292
|
-
result: {
|
|
2293
|
-
mode: 'strict',
|
|
2294
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2295
|
-
schema: _awiki_dsh_plugin_awiki_startDeviceJoinVerification_result$schema,
|
|
2296
|
-
},
|
|
2297
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":124,"column":9},
|
|
2022
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":183,"column":3},
|
|
2298
2023
|
},
|
|
2299
2024
|
{
|
|
2300
2025
|
id: '@awiki/dsh-plugin#awiki/summarizeConversation',
|
|
@@ -2319,7 +2044,7 @@ export const TYPERT_REMOTE = {
|
|
|
2319
2044
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2320
2045
|
schema: _awiki_dsh_plugin_awiki_summarizeConversation_result$schema,
|
|
2321
2046
|
},
|
|
2322
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2047
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":175,"column":9},
|
|
2323
2048
|
},
|
|
2324
2049
|
{
|
|
2325
2050
|
id: '@awiki/dsh-plugin#awiki/updateConversationPreference',
|
|
@@ -2344,7 +2069,7 @@ export const TYPERT_REMOTE = {
|
|
|
2344
2069
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2345
2070
|
schema: _awiki_dsh_plugin_awiki_updateConversationPreference_result$schema,
|
|
2346
2071
|
},
|
|
2347
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2072
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":161,"column":3},
|
|
2348
2073
|
},
|
|
2349
2074
|
{
|
|
2350
2075
|
id: '@awiki/dsh-plugin#awiki/updateDisplayName',
|
|
@@ -2369,7 +2094,7 @@ export const TYPERT_REMOTE = {
|
|
|
2369
2094
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2370
2095
|
schema: _awiki_dsh_plugin_awiki_updateDisplayName_result$schema,
|
|
2371
2096
|
},
|
|
2372
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2097
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":104,"column":9},
|
|
2373
2098
|
},
|
|
2374
2099
|
{
|
|
2375
2100
|
id: '@awiki/dsh-plugin#awiki/updateProfile',
|
|
@@ -2394,7 +2119,7 @@ export const TYPERT_REMOTE = {
|
|
|
2394
2119
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2395
2120
|
schema: _awiki_dsh_plugin_awiki_updateProfile_result$schema,
|
|
2396
2121
|
},
|
|
2397
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2122
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":110,"column":3},
|
|
2398
2123
|
},
|
|
2399
2124
|
],
|
|
2400
2125
|
}
|