@awiki/dsh-plugin 0.3.0-rc.1 → 0.3.0
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 +17 -16
- package/README.zh.md +15 -11
- package/THIRD_PARTY_NOTICES.md +0 -7
- package/lib/client.js +5572 -8534
- package/lib/client.js.map +1 -1
- package/lib/index.js +373 -36
- package/lib/provider.js +1 -1
- package/lib/{sdk-adapter-DLhLrLI6.mjs → sdk-adapter-BIbsJmRj.mjs} +28 -4
- package/lib/typert.host.js +221 -81
- package/lib/typert.remote-client.d.ts +5 -1
- package/lib/typert.remote-client.d.ts.map +1 -1
- package/lib/typert.remote-client.js +221 -81
- package/lib/types/client/AwikiGroupAccessNotice.d.ts +12 -0
- package/lib/types/client/AwikiGroupAccessNotice.d.ts.map +1 -0
- package/lib/types/client/AwikiGroupAccessNotice.js +31 -0
- package/lib/types/client/AwikiGroupAccessNotice.js.map +1 -0
- package/lib/types/client/AwikiGroupDetails.d.ts +8 -1
- package/lib/types/client/AwikiGroupDetails.d.ts.map +1 -1
- package/lib/types/client/AwikiGroupDetails.js +40 -4
- package/lib/types/client/AwikiGroupDetails.js.map +1 -1
- package/lib/types/client/AwikiIdentityAccess.d.ts +2 -1
- package/lib/types/client/AwikiIdentityAccess.d.ts.map +1 -1
- package/lib/types/client/AwikiIdentityAccess.js +10 -2
- package/lib/types/client/AwikiIdentityAccess.js.map +1 -1
- package/lib/types/client/AwikiMail.d.ts.map +1 -1
- package/lib/types/client/AwikiMail.js +5 -1
- 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 +72 -11
- package/lib/types/client/AwikiOverlay.js.map +1 -1
- package/lib/types/client/AwikiRecoveryForm.d.ts +3 -0
- package/lib/types/client/AwikiRecoveryForm.d.ts.map +1 -1
- package/lib/types/client/AwikiRecoveryForm.js +10 -6
- package/lib/types/client/AwikiRecoveryForm.js.map +1 -1
- package/lib/types/client/AwikiSettingsSection.d.ts +4 -18
- package/lib/types/client/AwikiSettingsSection.d.ts.map +1 -1
- package/lib/types/client/AwikiSettingsSection.js +7 -271
- package/lib/types/client/AwikiSettingsSection.js.map +1 -1
- package/lib/types/client/awiki-client-bridge.d.ts +18 -0
- package/lib/types/client/awiki-client-bridge.d.ts.map +1 -0
- package/lib/types/client/awiki-client-bridge.js +18 -0
- package/lib/types/client/awiki-client-bridge.js.map +1 -0
- package/lib/types/client/controller.d.ts +38 -2
- package/lib/types/client/controller.d.ts.map +1 -1
- package/lib/types/client/controller.js +473 -47
- package/lib/types/client/controller.js.map +1 -1
- package/lib/types/client/index.d.ts +3 -3
- package/lib/types/client/index.d.ts.map +1 -1
- package/lib/types/client/index.js +7 -46
- package/lib/types/client/index.js.map +1 -1
- package/lib/types/client/settings-locales.d.ts +2 -5
- package/lib/types/client/settings-locales.d.ts.map +1 -1
- package/lib/types/client/settings-locales.js +3 -183
- package/lib/types/client/settings-locales.js.map +1 -1
- package/lib/types/client/slots.d.ts +6 -0
- package/lib/types/client/slots.d.ts.map +1 -1
- package/lib/types/conversation-preferences.d.ts +20 -0
- package/lib/types/conversation-preferences.d.ts.map +1 -0
- package/lib/types/conversation-preferences.js +294 -0
- package/lib/types/conversation-preferences.js.map +1 -0
- package/lib/types/index.d.ts +6 -1
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/index.js +39 -0
- package/lib/types/index.js.map +1 -1
- package/lib/types/sdk-adapter.d.ts.map +1 -1
- package/lib/types/sdk-adapter.js +35 -4
- package/lib/types/sdk-adapter.js.map +1 -1
- package/lib/types/types.d.ts +32 -1
- package/lib/types/types.d.ts.map +1 -1
- package/lib/types/types.js.map +1 -1
- package/package.json +57 -55
- package/lib/types/client/AwikiOnboarding.d.ts +0 -22
- package/lib/types/client/AwikiOnboarding.d.ts.map +0 -1
- package/lib/types/client/AwikiOnboarding.js +0 -104
- package/lib/types/client/AwikiOnboarding.js.map +0 -1
- package/lib/types/client/RechargeComingSoonDialog.d.ts +0 -11
- package/lib/types/client/RechargeComingSoonDialog.d.ts.map +0 -1
- package/lib/types/client/RechargeComingSoonDialog.js +0 -8
- package/lib/types/client/RechargeComingSoonDialog.js.map +0 -1
- package/lib/types/client/model-availability-controller.d.ts +0 -27
- package/lib/types/client/model-availability-controller.d.ts.map +0 -1
- package/lib/types/client/model-availability-controller.js +0 -111
- package/lib/types/client/model-availability-controller.js.map +0 -1
- package/lib/types/client/model-proxy-controller.d.ts +0 -45
- package/lib/types/client/model-proxy-controller.d.ts.map +0 -1
- package/lib/types/client/model-proxy-controller.js +0 -306
- package/lib/types/client/model-proxy-controller.js.map +0 -1
- package/lib/types/client/recharge-availability.d.ts +0 -6
- package/lib/types/client/recharge-availability.d.ts.map +0 -1
- package/lib/types/client/recharge-availability.js +0 -6
- package/lib/types/client/recharge-availability.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("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("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({
|
|
@@ -34,7 +34,7 @@ const _awiki_dsh_plugin_awiki_addGroupMember_parameter_0$schema = z.object({
|
|
|
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("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("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({
|
|
@@ -50,7 +50,7 @@ const _awiki_dsh_plugin_awiki_clearLocalData_parameter_0$schema = z.object({
|
|
|
50
50
|
const _awiki_dsh_plugin_awiki_clearLocalData_result$schema = z.union([z.object({
|
|
51
51
|
'ok': z.literal(false).readonly(),
|
|
52
52
|
'error': z.object({
|
|
53
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("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("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
54
54
|
'message': z.string().readonly(),
|
|
55
55
|
}).readonly(),
|
|
56
56
|
}), z.object({
|
|
@@ -66,7 +66,7 @@ const _awiki_dsh_plugin_awiki_createGroup_parameter_0$schema = z.object({
|
|
|
66
66
|
const _awiki_dsh_plugin_awiki_createGroup_result$schema = z.union([z.object({
|
|
67
67
|
'ok': z.literal(false).readonly(),
|
|
68
68
|
'error': z.object({
|
|
69
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("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("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
70
70
|
'message': z.string().readonly(),
|
|
71
71
|
}).readonly(),
|
|
72
72
|
}), z.object({
|
|
@@ -88,7 +88,7 @@ const _awiki_dsh_plugin_awiki_createGroup_result$schema = z.union([z.object({
|
|
|
88
88
|
'failedMembers': z.array(z.object({
|
|
89
89
|
'member': z.string().readonly(),
|
|
90
90
|
'error': z.object({
|
|
91
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("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("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
92
92
|
'message': z.string().readonly(),
|
|
93
93
|
}).readonly(),
|
|
94
94
|
})).readonly(),
|
|
@@ -100,7 +100,7 @@ const _awiki_dsh_plugin_awiki_discardRecovery_parameter_0$schema = z.object({
|
|
|
100
100
|
const _awiki_dsh_plugin_awiki_discardRecovery_result$schema = z.union([z.object({
|
|
101
101
|
'ok': z.literal(false).readonly(),
|
|
102
102
|
'error': z.object({
|
|
103
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("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("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
104
104
|
'message': z.string().readonly(),
|
|
105
105
|
}).readonly(),
|
|
106
106
|
}), z.object({
|
|
@@ -116,7 +116,7 @@ const _awiki_dsh_plugin_awiki_downloadAttachment_parameter_0$schema = z.object({
|
|
|
116
116
|
const _awiki_dsh_plugin_awiki_downloadAttachment_result$schema = z.union([z.object({
|
|
117
117
|
'ok': z.literal(false).readonly(),
|
|
118
118
|
'error': z.object({
|
|
119
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("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("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
120
120
|
'message': z.string().readonly(),
|
|
121
121
|
}).readonly(),
|
|
122
122
|
}), z.object({
|
|
@@ -135,7 +135,7 @@ const _awiki_dsh_plugin_awiki_downloadAttachment_result$schema = z.union([z.obje
|
|
|
135
135
|
const _awiki_dsh_plugin_awiki_getConfig_result$schema = z.union([z.object({
|
|
136
136
|
'ok': z.literal(false).readonly(),
|
|
137
137
|
'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("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(),
|
|
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(),
|
|
139
139
|
'message': z.string().readonly(),
|
|
140
140
|
}).readonly(),
|
|
141
141
|
}), z.object({
|
|
@@ -145,13 +145,47 @@ const _awiki_dsh_plugin_awiki_getConfig_result$schema = z.union([z.object({
|
|
|
145
145
|
'attachmentMaxBytes': z.number().readonly(),
|
|
146
146
|
}).readonly(),
|
|
147
147
|
})])
|
|
148
|
+
const _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema = z.union([z.object({
|
|
149
|
+
'ok': z.literal(false).readonly(),
|
|
150
|
+
'error': z.object({
|
|
151
|
+
'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(),
|
|
152
|
+
'message': z.string().readonly(),
|
|
153
|
+
}).readonly(),
|
|
154
|
+
}), z.object({
|
|
155
|
+
'ok': z.literal(true).readonly(),
|
|
156
|
+
'value': z.object({
|
|
157
|
+
'hiddenConversations': z.array(z.object({
|
|
158
|
+
'conversation': z.union([z.object({
|
|
159
|
+
'kind': z.literal("group").readonly(),
|
|
160
|
+
'id': z.intersection(z.string(), z.unknown()).readonly(),
|
|
161
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
162
|
+
'title': z.string().readonly(),
|
|
163
|
+
'unreadCount': z.number().readonly().optional(),
|
|
164
|
+
'lastMessageAt': z.number().readonly().optional(),
|
|
165
|
+
'lastMessagePreview': z.string().readonly().optional(),
|
|
166
|
+
}), z.object({
|
|
167
|
+
'kind': z.literal("direct").readonly(),
|
|
168
|
+
'id': z.intersection(z.string(), z.unknown()).readonly(),
|
|
169
|
+
'peerDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
170
|
+
'peerHandle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
171
|
+
'displayName': z.string().readonly().optional(),
|
|
172
|
+
'title': z.string().readonly(),
|
|
173
|
+
'unreadCount': z.number().readonly().optional(),
|
|
174
|
+
'lastMessageAt': z.number().readonly().optional(),
|
|
175
|
+
'lastMessagePreview': z.string().readonly().optional(),
|
|
176
|
+
})]).readonly(),
|
|
177
|
+
'hiddenAt': z.number().readonly(),
|
|
178
|
+
})).readonly(),
|
|
179
|
+
'dismissedGroupRecoverySignature': z.string().readonly().optional(),
|
|
180
|
+
}).readonly(),
|
|
181
|
+
})])
|
|
148
182
|
const _awiki_dsh_plugin_awiki_getGroup_parameter_0$schema = z.object({
|
|
149
183
|
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
150
184
|
})
|
|
151
185
|
const _awiki_dsh_plugin_awiki_getGroup_result$schema = z.union([z.object({
|
|
152
186
|
'ok': z.literal(false).readonly(),
|
|
153
187
|
'error': z.object({
|
|
154
|
-
'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("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(),
|
|
188
|
+
'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(),
|
|
155
189
|
'message': z.string().readonly(),
|
|
156
190
|
}).readonly(),
|
|
157
191
|
}), z.object({
|
|
@@ -174,7 +208,7 @@ const _awiki_dsh_plugin_awiki_getHistory_parameter_0$schema = z.object({
|
|
|
174
208
|
const _awiki_dsh_plugin_awiki_getHistory_result$schema = z.union([z.object({
|
|
175
209
|
'ok': z.literal(false).readonly(),
|
|
176
210
|
'error': z.object({
|
|
177
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("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(),
|
|
211
|
+
'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(),
|
|
178
212
|
'message': z.string().readonly(),
|
|
179
213
|
}).readonly(),
|
|
180
214
|
}), z.object({
|
|
@@ -218,7 +252,7 @@ const _awiki_dsh_plugin_awiki_getHistory_result$schema = z.union([z.object({
|
|
|
218
252
|
const _awiki_dsh_plugin_awiki_getIdentity_result$schema = z.union([z.object({
|
|
219
253
|
'ok': z.literal(false).readonly(),
|
|
220
254
|
'error': z.object({
|
|
221
|
-
'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("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(),
|
|
255
|
+
'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(),
|
|
222
256
|
'message': z.string().readonly(),
|
|
223
257
|
}).readonly(),
|
|
224
258
|
}), z.object({
|
|
@@ -238,7 +272,7 @@ const _awiki_dsh_plugin_awiki_getLocalHistory_parameter_0$schema = z.object({
|
|
|
238
272
|
const _awiki_dsh_plugin_awiki_getLocalHistory_result$schema = z.union([z.object({
|
|
239
273
|
'ok': z.literal(false).readonly(),
|
|
240
274
|
'error': z.object({
|
|
241
|
-
'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("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(),
|
|
275
|
+
'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(),
|
|
242
276
|
'message': z.string().readonly(),
|
|
243
277
|
}).readonly(),
|
|
244
278
|
}), z.object({
|
|
@@ -282,7 +316,7 @@ const _awiki_dsh_plugin_awiki_getLocalHistory_result$schema = z.union([z.object(
|
|
|
282
316
|
const _awiki_dsh_plugin_awiki_getMailAccount_result$schema = z.union([z.object({
|
|
283
317
|
'ok': z.literal(false).readonly(),
|
|
284
318
|
'error': z.object({
|
|
285
|
-
'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("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(),
|
|
319
|
+
'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(),
|
|
286
320
|
'message': z.string().readonly(),
|
|
287
321
|
}).readonly(),
|
|
288
322
|
}), z.object({
|
|
@@ -296,7 +330,7 @@ const _awiki_dsh_plugin_awiki_getMailAccount_result$schema = z.union([z.object({
|
|
|
296
330
|
const _awiki_dsh_plugin_awiki_getProfile_result$schema = z.union([z.object({
|
|
297
331
|
'ok': z.literal(false).readonly(),
|
|
298
332
|
'error': z.object({
|
|
299
|
-
'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("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(),
|
|
333
|
+
'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(),
|
|
300
334
|
'message': z.string().readonly(),
|
|
301
335
|
}).readonly(),
|
|
302
336
|
}), z.object({
|
|
@@ -316,7 +350,7 @@ const _awiki_dsh_plugin_awiki_getRecoveryStatus_parameter_0$schema = z.object({
|
|
|
316
350
|
const _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema = z.union([z.object({
|
|
317
351
|
'ok': z.literal(false).readonly(),
|
|
318
352
|
'error': z.object({
|
|
319
|
-
'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("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(),
|
|
353
|
+
'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(),
|
|
320
354
|
'message': z.string().readonly(),
|
|
321
355
|
}).readonly(),
|
|
322
356
|
}), z.object({
|
|
@@ -338,7 +372,7 @@ const _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema = z.union([z.objec
|
|
|
338
372
|
const _awiki_dsh_plugin_awiki_getSession_result$schema = z.union([z.object({
|
|
339
373
|
'ok': z.literal(false).readonly(),
|
|
340
374
|
'error': z.object({
|
|
341
|
-
'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("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(),
|
|
375
|
+
'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(),
|
|
342
376
|
'message': z.string().readonly(),
|
|
343
377
|
}).readonly(),
|
|
344
378
|
}), z.object({
|
|
@@ -363,7 +397,7 @@ const _awiki_dsh_plugin_awiki_inspectIdentityAccess_parameter_0$schema = z.objec
|
|
|
363
397
|
const _awiki_dsh_plugin_awiki_inspectIdentityAccess_result$schema = z.union([z.object({
|
|
364
398
|
'ok': z.literal(false).readonly(),
|
|
365
399
|
'error': z.object({
|
|
366
|
-
'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("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(),
|
|
400
|
+
'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(),
|
|
367
401
|
'message': z.string().readonly(),
|
|
368
402
|
}).readonly(),
|
|
369
403
|
}), z.object({
|
|
@@ -379,7 +413,7 @@ const _awiki_dsh_plugin_awiki_joinGroup_parameter_0$schema = z.object({
|
|
|
379
413
|
const _awiki_dsh_plugin_awiki_joinGroup_result$schema = z.union([z.object({
|
|
380
414
|
'ok': z.literal(false).readonly(),
|
|
381
415
|
'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("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(),
|
|
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(),
|
|
383
417
|
'message': z.string().readonly(),
|
|
384
418
|
}).readonly(),
|
|
385
419
|
}), z.object({
|
|
@@ -400,7 +434,7 @@ const _awiki_dsh_plugin_awiki_leaveGroup_parameter_0$schema = z.object({
|
|
|
400
434
|
const _awiki_dsh_plugin_awiki_leaveGroup_result$schema = z.union([z.object({
|
|
401
435
|
'ok': z.literal(false).readonly(),
|
|
402
436
|
'error': z.object({
|
|
403
|
-
'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("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(),
|
|
437
|
+
'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(),
|
|
404
438
|
'message': z.string().readonly(),
|
|
405
439
|
}).readonly(),
|
|
406
440
|
}), z.object({
|
|
@@ -416,7 +450,7 @@ const _awiki_dsh_plugin_awiki_listConversations_parameter_0$schema = z.union([z.
|
|
|
416
450
|
const _awiki_dsh_plugin_awiki_listConversations_result$schema = z.union([z.object({
|
|
417
451
|
'ok': z.literal(false).readonly(),
|
|
418
452
|
'error': z.object({
|
|
419
|
-
'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("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(),
|
|
453
|
+
'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(),
|
|
420
454
|
'message': z.string().readonly(),
|
|
421
455
|
}).readonly(),
|
|
422
456
|
}), z.object({
|
|
@@ -453,7 +487,7 @@ const _awiki_dsh_plugin_awiki_listGroupMembers_parameter_0$schema = z.object({
|
|
|
453
487
|
const _awiki_dsh_plugin_awiki_listGroupMembers_result$schema = z.union([z.object({
|
|
454
488
|
'ok': z.literal(false).readonly(),
|
|
455
489
|
'error': z.object({
|
|
456
|
-
'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("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(),
|
|
490
|
+
'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(),
|
|
457
491
|
'message': z.string().readonly(),
|
|
458
492
|
}).readonly(),
|
|
459
493
|
}), z.object({
|
|
@@ -488,7 +522,7 @@ const _awiki_dsh_plugin_awiki_listMailInbox_parameter_0$schema = z.union([z.unde
|
|
|
488
522
|
const _awiki_dsh_plugin_awiki_listMailInbox_result$schema = z.union([z.object({
|
|
489
523
|
'ok': z.literal(false).readonly(),
|
|
490
524
|
'error': z.object({
|
|
491
|
-
'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("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(),
|
|
525
|
+
'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(),
|
|
492
526
|
'message': z.string().readonly(),
|
|
493
527
|
}).readonly(),
|
|
494
528
|
}), z.object({
|
|
@@ -517,7 +551,7 @@ const _awiki_dsh_plugin_awiki_listMailInbox_result$schema = z.union([z.object({
|
|
|
517
551
|
const _awiki_dsh_plugin_awiki_login_result$schema = z.union([z.object({
|
|
518
552
|
'ok': z.literal(false).readonly(),
|
|
519
553
|
'error': z.object({
|
|
520
|
-
'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("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(),
|
|
554
|
+
'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(),
|
|
521
555
|
'message': z.string().readonly(),
|
|
522
556
|
}).readonly(),
|
|
523
557
|
}), z.object({
|
|
@@ -542,7 +576,7 @@ const _awiki_dsh_plugin_awiki_logout_parameter_0$schema = z.object({
|
|
|
542
576
|
const _awiki_dsh_plugin_awiki_logout_result$schema = z.union([z.object({
|
|
543
577
|
'ok': z.literal(false).readonly(),
|
|
544
578
|
'error': z.object({
|
|
545
|
-
'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("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(),
|
|
579
|
+
'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(),
|
|
546
580
|
'message': z.string().readonly(),
|
|
547
581
|
}).readonly(),
|
|
548
582
|
}), z.object({
|
|
@@ -567,7 +601,7 @@ const _awiki_dsh_plugin_awiki_markConversationRead_parameter_0$schema = z.object
|
|
|
567
601
|
const _awiki_dsh_plugin_awiki_markConversationRead_result$schema = z.union([z.object({
|
|
568
602
|
'ok': z.literal(false).readonly(),
|
|
569
603
|
'error': z.object({
|
|
570
|
-
'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("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(),
|
|
604
|
+
'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(),
|
|
571
605
|
'message': z.string().readonly(),
|
|
572
606
|
}).readonly(),
|
|
573
607
|
}), z.object({
|
|
@@ -580,7 +614,7 @@ const _awiki_dsh_plugin_awiki_markMailRead_parameter_0$schema = z.object({
|
|
|
580
614
|
const _awiki_dsh_plugin_awiki_markMailRead_result$schema = z.union([z.object({
|
|
581
615
|
'ok': z.literal(false).readonly(),
|
|
582
616
|
'error': z.object({
|
|
583
|
-
'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("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(),
|
|
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(),
|
|
584
618
|
'message': z.string().readonly(),
|
|
585
619
|
}).readonly(),
|
|
586
620
|
}), z.object({
|
|
@@ -597,7 +631,7 @@ const _awiki_dsh_plugin_awiki_prepareRecovery_parameter_0$schema = z.object({
|
|
|
597
631
|
const _awiki_dsh_plugin_awiki_prepareRecovery_result$schema = z.union([z.object({
|
|
598
632
|
'ok': z.literal(false).readonly(),
|
|
599
633
|
'error': z.object({
|
|
600
|
-
'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("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(),
|
|
634
|
+
'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(),
|
|
601
635
|
'message': z.string().readonly(),
|
|
602
636
|
}).readonly(),
|
|
603
637
|
}), z.object({
|
|
@@ -622,7 +656,7 @@ const _awiki_dsh_plugin_awiki_readMail_parameter_0$schema = z.object({
|
|
|
622
656
|
const _awiki_dsh_plugin_awiki_readMail_result$schema = z.union([z.object({
|
|
623
657
|
'ok': z.literal(false).readonly(),
|
|
624
658
|
'error': z.object({
|
|
625
|
-
'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("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(),
|
|
659
|
+
'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(),
|
|
626
660
|
'message': z.string().readonly(),
|
|
627
661
|
}).readonly(),
|
|
628
662
|
}), z.object({
|
|
@@ -663,7 +697,7 @@ const _awiki_dsh_plugin_awiki_registerIdentity_parameter_0$schema = z.object({
|
|
|
663
697
|
const _awiki_dsh_plugin_awiki_registerIdentity_result$schema = z.union([z.object({
|
|
664
698
|
'ok': z.literal(false).readonly(),
|
|
665
699
|
'error': z.object({
|
|
666
|
-
'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("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(),
|
|
700
|
+
'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(),
|
|
667
701
|
'message': z.string().readonly(),
|
|
668
702
|
}).readonly(),
|
|
669
703
|
}), z.object({
|
|
@@ -682,7 +716,7 @@ const _awiki_dsh_plugin_awiki_removeGroupMember_parameter_0$schema = z.object({
|
|
|
682
716
|
const _awiki_dsh_plugin_awiki_removeGroupMember_result$schema = z.union([z.object({
|
|
683
717
|
'ok': z.literal(false).readonly(),
|
|
684
718
|
'error': z.object({
|
|
685
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("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(),
|
|
719
|
+
'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(),
|
|
686
720
|
'message': z.string().readonly(),
|
|
687
721
|
}).readonly(),
|
|
688
722
|
}), z.object({
|
|
@@ -698,7 +732,7 @@ const _awiki_dsh_plugin_awiki_resolvePeer_parameter_0$schema = z.object({
|
|
|
698
732
|
const _awiki_dsh_plugin_awiki_resolvePeer_result$schema = z.union([z.object({
|
|
699
733
|
'ok': z.literal(false).readonly(),
|
|
700
734
|
'error': z.object({
|
|
701
|
-
'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("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(),
|
|
735
|
+
'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(),
|
|
702
736
|
'message': z.string().readonly(),
|
|
703
737
|
}).readonly(),
|
|
704
738
|
}), z.object({
|
|
@@ -713,7 +747,7 @@ const _awiki_dsh_plugin_awiki_resolvePeer_result$schema = z.union([z.object({
|
|
|
713
747
|
const _awiki_dsh_plugin_awiki_resumeGroupRebindRecovery_result$schema = z.union([z.object({
|
|
714
748
|
'ok': z.literal(false).readonly(),
|
|
715
749
|
'error': z.object({
|
|
716
|
-
'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("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(),
|
|
750
|
+
'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(),
|
|
717
751
|
'message': z.string().readonly(),
|
|
718
752
|
}).readonly(),
|
|
719
753
|
}), z.object({
|
|
@@ -723,6 +757,10 @@ const _awiki_dsh_plugin_awiki_resumeGroupRebindRecovery_result$schema = z.union(
|
|
|
723
757
|
'completed': z.number().readonly(),
|
|
724
758
|
'pending': z.number().readonly(),
|
|
725
759
|
'blocked': z.number().readonly(),
|
|
760
|
+
'items': z.array(z.object({
|
|
761
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
762
|
+
'status': z.union([z.literal("pending"), z.literal("blocked")]).readonly(),
|
|
763
|
+
})).readonly(),
|
|
726
764
|
}).readonly(),
|
|
727
765
|
})])
|
|
728
766
|
const _awiki_dsh_plugin_awiki_resumeRecovery_parameter_0$schema = z.object({
|
|
@@ -731,7 +769,7 @@ const _awiki_dsh_plugin_awiki_resumeRecovery_parameter_0$schema = z.object({
|
|
|
731
769
|
const _awiki_dsh_plugin_awiki_resumeRecovery_result$schema = z.union([z.object({
|
|
732
770
|
'ok': z.literal(false).readonly(),
|
|
733
771
|
'error': z.object({
|
|
734
|
-
'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("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(),
|
|
772
|
+
'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(),
|
|
735
773
|
'message': z.string().readonly(),
|
|
736
774
|
}).readonly(),
|
|
737
775
|
}), z.object({
|
|
@@ -767,7 +805,7 @@ const _awiki_dsh_plugin_awiki_sendAttachment_parameter_0$schema = z.object({
|
|
|
767
805
|
const _awiki_dsh_plugin_awiki_sendAttachment_result$schema = z.union([z.object({
|
|
768
806
|
'ok': z.literal(false).readonly(),
|
|
769
807
|
'error': z.object({
|
|
770
|
-
'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("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(),
|
|
808
|
+
'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(),
|
|
771
809
|
'message': z.string().readonly(),
|
|
772
810
|
}).readonly(),
|
|
773
811
|
}), z.object({
|
|
@@ -813,7 +851,7 @@ const _awiki_dsh_plugin_awiki_sendMail_parameter_0$schema = z.object({
|
|
|
813
851
|
const _awiki_dsh_plugin_awiki_sendMail_result$schema = z.union([z.object({
|
|
814
852
|
'ok': z.literal(false).readonly(),
|
|
815
853
|
'error': z.object({
|
|
816
|
-
'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("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(),
|
|
854
|
+
'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(),
|
|
817
855
|
'message': z.string().readonly(),
|
|
818
856
|
}).readonly(),
|
|
819
857
|
}), z.object({
|
|
@@ -831,7 +869,7 @@ const _awiki_dsh_plugin_awiki_sendRecoveryOtp_parameter_0$schema = z.object({
|
|
|
831
869
|
const _awiki_dsh_plugin_awiki_sendRecoveryOtp_result$schema = z.union([z.object({
|
|
832
870
|
'ok': z.literal(false).readonly(),
|
|
833
871
|
'error': z.object({
|
|
834
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("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(),
|
|
872
|
+
'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(),
|
|
835
873
|
'message': z.string().readonly(),
|
|
836
874
|
}).readonly(),
|
|
837
875
|
}), z.object({
|
|
@@ -850,7 +888,7 @@ const _awiki_dsh_plugin_awiki_sendRegistrationOtp_parameter_0$schema = z.object(
|
|
|
850
888
|
const _awiki_dsh_plugin_awiki_sendRegistrationOtp_result$schema = z.union([z.object({
|
|
851
889
|
'ok': z.literal(false).readonly(),
|
|
852
890
|
'error': z.object({
|
|
853
|
-
'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("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(),
|
|
891
|
+
'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(),
|
|
854
892
|
'message': z.string().readonly(),
|
|
855
893
|
}).readonly(),
|
|
856
894
|
}), z.object({
|
|
@@ -881,7 +919,7 @@ const _awiki_dsh_plugin_awiki_sendText_parameter_0$schema = z.object({
|
|
|
881
919
|
const _awiki_dsh_plugin_awiki_sendText_result$schema = z.union([z.object({
|
|
882
920
|
'ok': z.literal(false).readonly(),
|
|
883
921
|
'error': z.object({
|
|
884
|
-
'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("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(),
|
|
922
|
+
'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(),
|
|
885
923
|
'message': z.string().readonly(),
|
|
886
924
|
}).readonly(),
|
|
887
925
|
}), z.object({
|
|
@@ -925,7 +963,7 @@ const _awiki_dsh_plugin_awiki_summarizeConversation_parameter_0$schema = z.objec
|
|
|
925
963
|
const _awiki_dsh_plugin_awiki_summarizeConversation_result$schema = z.union([z.object({
|
|
926
964
|
'ok': z.literal(false).readonly(),
|
|
927
965
|
'error': z.object({
|
|
928
|
-
'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("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(),
|
|
966
|
+
'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(),
|
|
929
967
|
'message': z.string().readonly(),
|
|
930
968
|
}).readonly(),
|
|
931
969
|
}), z.object({
|
|
@@ -948,13 +986,75 @@ const _awiki_dsh_plugin_awiki_summarizeConversation_result$schema = z.union([z.o
|
|
|
948
986
|
})).readonly(),
|
|
949
987
|
}).readonly(),
|
|
950
988
|
})])
|
|
989
|
+
const _awiki_dsh_plugin_awiki_updateConversationPreference_parameter_0$schema = z.union([z.object({
|
|
990
|
+
'action': z.literal("hide").readonly(),
|
|
991
|
+
'conversation': z.union([z.object({
|
|
992
|
+
'kind': z.literal("group").readonly(),
|
|
993
|
+
'id': z.intersection(z.string(), z.unknown()).readonly(),
|
|
994
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
995
|
+
'title': z.string().readonly(),
|
|
996
|
+
'unreadCount': z.number().readonly().optional(),
|
|
997
|
+
'lastMessageAt': z.number().readonly().optional(),
|
|
998
|
+
'lastMessagePreview': z.string().readonly().optional(),
|
|
999
|
+
}), z.object({
|
|
1000
|
+
'kind': z.literal("direct").readonly(),
|
|
1001
|
+
'id': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1002
|
+
'peerDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1003
|
+
'peerHandle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
1004
|
+
'displayName': z.string().readonly().optional(),
|
|
1005
|
+
'title': z.string().readonly(),
|
|
1006
|
+
'unreadCount': z.number().readonly().optional(),
|
|
1007
|
+
'lastMessageAt': z.number().readonly().optional(),
|
|
1008
|
+
'lastMessagePreview': z.string().readonly().optional(),
|
|
1009
|
+
})]).readonly(),
|
|
1010
|
+
}), z.object({
|
|
1011
|
+
'action': z.literal("restore").readonly(),
|
|
1012
|
+
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1013
|
+
}), z.object({
|
|
1014
|
+
'action': z.literal("dismiss-group-recovery").readonly(),
|
|
1015
|
+
'signature': z.string().readonly(),
|
|
1016
|
+
})])
|
|
1017
|
+
const _awiki_dsh_plugin_awiki_updateConversationPreference_result$schema = z.union([z.object({
|
|
1018
|
+
'ok': z.literal(false).readonly(),
|
|
1019
|
+
'error': z.object({
|
|
1020
|
+
'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(),
|
|
1021
|
+
'message': z.string().readonly(),
|
|
1022
|
+
}).readonly(),
|
|
1023
|
+
}), z.object({
|
|
1024
|
+
'ok': z.literal(true).readonly(),
|
|
1025
|
+
'value': z.object({
|
|
1026
|
+
'hiddenConversations': z.array(z.object({
|
|
1027
|
+
'conversation': z.union([z.object({
|
|
1028
|
+
'kind': z.literal("group").readonly(),
|
|
1029
|
+
'id': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1030
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1031
|
+
'title': z.string().readonly(),
|
|
1032
|
+
'unreadCount': z.number().readonly().optional(),
|
|
1033
|
+
'lastMessageAt': z.number().readonly().optional(),
|
|
1034
|
+
'lastMessagePreview': z.string().readonly().optional(),
|
|
1035
|
+
}), z.object({
|
|
1036
|
+
'kind': z.literal("direct").readonly(),
|
|
1037
|
+
'id': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1038
|
+
'peerDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1039
|
+
'peerHandle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
1040
|
+
'displayName': z.string().readonly().optional(),
|
|
1041
|
+
'title': z.string().readonly(),
|
|
1042
|
+
'unreadCount': z.number().readonly().optional(),
|
|
1043
|
+
'lastMessageAt': z.number().readonly().optional(),
|
|
1044
|
+
'lastMessagePreview': z.string().readonly().optional(),
|
|
1045
|
+
})]).readonly(),
|
|
1046
|
+
'hiddenAt': z.number().readonly(),
|
|
1047
|
+
})).readonly(),
|
|
1048
|
+
'dismissedGroupRecoverySignature': z.string().readonly().optional(),
|
|
1049
|
+
}).readonly(),
|
|
1050
|
+
})])
|
|
951
1051
|
const _awiki_dsh_plugin_awiki_updateDisplayName_parameter_0$schema = z.object({
|
|
952
1052
|
'displayName': z.string().readonly(),
|
|
953
1053
|
})
|
|
954
1054
|
const _awiki_dsh_plugin_awiki_updateDisplayName_result$schema = z.union([z.object({
|
|
955
1055
|
'ok': z.literal(false).readonly(),
|
|
956
1056
|
'error': z.object({
|
|
957
|
-
'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("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(),
|
|
1057
|
+
'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(),
|
|
958
1058
|
'message': z.string().readonly(),
|
|
959
1059
|
}).readonly(),
|
|
960
1060
|
}), z.object({
|
|
@@ -974,7 +1074,7 @@ const _awiki_dsh_plugin_awiki_updateProfile_parameter_0$schema = z.object({
|
|
|
974
1074
|
const _awiki_dsh_plugin_awiki_updateProfile_result$schema = z.union([z.object({
|
|
975
1075
|
'ok': z.literal(false).readonly(),
|
|
976
1076
|
'error': z.object({
|
|
977
|
-
'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("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(),
|
|
1077
|
+
'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(),
|
|
978
1078
|
'message': z.string().readonly(),
|
|
979
1079
|
}).readonly(),
|
|
980
1080
|
}), z.object({
|
|
@@ -1015,7 +1115,7 @@ export const TYPERT_REMOTE = {
|
|
|
1015
1115
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1016
1116
|
schema: _awiki_dsh_plugin_awiki_activateRecovery_result$schema,
|
|
1017
1117
|
},
|
|
1018
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1118
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":117,"column":9},
|
|
1019
1119
|
},
|
|
1020
1120
|
{
|
|
1021
1121
|
id: '@awiki/dsh-plugin#awiki/addGroupMember',
|
|
@@ -1040,7 +1140,7 @@ export const TYPERT_REMOTE = {
|
|
|
1040
1140
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1041
1141
|
schema: _awiki_dsh_plugin_awiki_addGroupMember_result$schema,
|
|
1042
1142
|
},
|
|
1043
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1143
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":147,"column":3},
|
|
1044
1144
|
},
|
|
1045
1145
|
{
|
|
1046
1146
|
id: '@awiki/dsh-plugin#awiki/clearLocalData',
|
|
@@ -1065,7 +1165,7 @@ export const TYPERT_REMOTE = {
|
|
|
1065
1165
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1066
1166
|
schema: _awiki_dsh_plugin_awiki_clearLocalData_result$schema,
|
|
1067
1167
|
},
|
|
1068
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1168
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":205,"column":3},
|
|
1069
1169
|
},
|
|
1070
1170
|
{
|
|
1071
1171
|
id: '@awiki/dsh-plugin#awiki/createGroup',
|
|
@@ -1090,7 +1190,7 @@ export const TYPERT_REMOTE = {
|
|
|
1090
1190
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1091
1191
|
schema: _awiki_dsh_plugin_awiki_createGroup_result$schema,
|
|
1092
1192
|
},
|
|
1093
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1193
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":132,"column":9},
|
|
1094
1194
|
},
|
|
1095
1195
|
{
|
|
1096
1196
|
id: '@awiki/dsh-plugin#awiki/discardRecovery',
|
|
@@ -1115,7 +1215,7 @@ export const TYPERT_REMOTE = {
|
|
|
1115
1215
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1116
1216
|
schema: _awiki_dsh_plugin_awiki_discardRecovery_result$schema,
|
|
1117
1217
|
},
|
|
1118
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1218
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":126,"column":9},
|
|
1119
1219
|
},
|
|
1120
1220
|
{
|
|
1121
1221
|
id: '@awiki/dsh-plugin#awiki/downloadAttachment',
|
|
@@ -1140,7 +1240,7 @@ export const TYPERT_REMOTE = {
|
|
|
1140
1240
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1141
1241
|
schema: _awiki_dsh_plugin_awiki_downloadAttachment_result$schema,
|
|
1142
1242
|
},
|
|
1143
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1243
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":187,"column":9},
|
|
1144
1244
|
},
|
|
1145
1245
|
{
|
|
1146
1246
|
id: '@awiki/dsh-plugin#awiki/getConfig',
|
|
@@ -1155,7 +1255,22 @@ export const TYPERT_REMOTE = {
|
|
|
1155
1255
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1156
1256
|
schema: _awiki_dsh_plugin_awiki_getConfig_result$schema,
|
|
1157
1257
|
},
|
|
1158
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1258
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":76,"column":3},
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
id: '@awiki/dsh-plugin#awiki/getConversationPreferences',
|
|
1262
|
+
service: 'awiki',
|
|
1263
|
+
namespace: 'awiki',
|
|
1264
|
+
method: 'getConversationPreferences',
|
|
1265
|
+
invocation: { kind: 'direct' },
|
|
1266
|
+
parameters: [
|
|
1267
|
+
],
|
|
1268
|
+
result: {
|
|
1269
|
+
mode: 'strict',
|
|
1270
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1271
|
+
schema: _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema,
|
|
1272
|
+
},
|
|
1273
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":156,"column":3},
|
|
1159
1274
|
},
|
|
1160
1275
|
{
|
|
1161
1276
|
id: '@awiki/dsh-plugin#awiki/getGroup',
|
|
@@ -1180,7 +1295,7 @@ export const TYPERT_REMOTE = {
|
|
|
1180
1295
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1181
1296
|
schema: _awiki_dsh_plugin_awiki_getGroup_result$schema,
|
|
1182
1297
|
},
|
|
1183
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1298
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":135,"column":3},
|
|
1184
1299
|
},
|
|
1185
1300
|
{
|
|
1186
1301
|
id: '@awiki/dsh-plugin#awiki/getHistory',
|
|
@@ -1205,7 +1320,7 @@ export const TYPERT_REMOTE = {
|
|
|
1205
1320
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1206
1321
|
schema: _awiki_dsh_plugin_awiki_getHistory_result$schema,
|
|
1207
1322
|
},
|
|
1208
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1323
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":167,"column":3},
|
|
1209
1324
|
},
|
|
1210
1325
|
{
|
|
1211
1326
|
id: '@awiki/dsh-plugin#awiki/getIdentity',
|
|
@@ -1220,7 +1335,7 @@ export const TYPERT_REMOTE = {
|
|
|
1220
1335
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1221
1336
|
schema: _awiki_dsh_plugin_awiki_getIdentity_result$schema,
|
|
1222
1337
|
},
|
|
1223
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1338
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":79,"column":9},
|
|
1224
1339
|
},
|
|
1225
1340
|
{
|
|
1226
1341
|
id: '@awiki/dsh-plugin#awiki/getLocalHistory',
|
|
@@ -1245,7 +1360,7 @@ export const TYPERT_REMOTE = {
|
|
|
1245
1360
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1246
1361
|
schema: _awiki_dsh_plugin_awiki_getLocalHistory_result$schema,
|
|
1247
1362
|
},
|
|
1248
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1363
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":170,"column":3},
|
|
1249
1364
|
},
|
|
1250
1365
|
{
|
|
1251
1366
|
id: '@awiki/dsh-plugin#awiki/getMailAccount',
|
|
@@ -1260,7 +1375,7 @@ export const TYPERT_REMOTE = {
|
|
|
1260
1375
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1261
1376
|
schema: _awiki_dsh_plugin_awiki_getMailAccount_result$schema,
|
|
1262
1377
|
},
|
|
1263
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1378
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":190,"column":3},
|
|
1264
1379
|
},
|
|
1265
1380
|
{
|
|
1266
1381
|
id: '@awiki/dsh-plugin#awiki/getProfile',
|
|
@@ -1275,7 +1390,7 @@ export const TYPERT_REMOTE = {
|
|
|
1275
1390
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1276
1391
|
schema: _awiki_dsh_plugin_awiki_getProfile_result$schema,
|
|
1277
1392
|
},
|
|
1278
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1393
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":105,"column":3},
|
|
1279
1394
|
},
|
|
1280
1395
|
{
|
|
1281
1396
|
id: '@awiki/dsh-plugin#awiki/getRecoveryStatus',
|
|
@@ -1300,7 +1415,7 @@ export const TYPERT_REMOTE = {
|
|
|
1300
1415
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1301
1416
|
schema: _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema,
|
|
1302
1417
|
},
|
|
1303
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1418
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":120,"column":9},
|
|
1304
1419
|
},
|
|
1305
1420
|
{
|
|
1306
1421
|
id: '@awiki/dsh-plugin#awiki/getSession',
|
|
@@ -1315,7 +1430,7 @@ export const TYPERT_REMOTE = {
|
|
|
1315
1430
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1316
1431
|
schema: _awiki_dsh_plugin_awiki_getSession_result$schema,
|
|
1317
1432
|
},
|
|
1318
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1433
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":82,"column":9},
|
|
1319
1434
|
},
|
|
1320
1435
|
{
|
|
1321
1436
|
id: '@awiki/dsh-plugin#awiki/inspectIdentityAccess',
|
|
@@ -1340,7 +1455,7 @@ export const TYPERT_REMOTE = {
|
|
|
1340
1455
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1341
1456
|
schema: _awiki_dsh_plugin_awiki_inspectIdentityAccess_result$schema,
|
|
1342
1457
|
},
|
|
1343
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1458
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":91,"column":9},
|
|
1344
1459
|
},
|
|
1345
1460
|
{
|
|
1346
1461
|
id: '@awiki/dsh-plugin#awiki/joinGroup',
|
|
@@ -1365,7 +1480,7 @@ export const TYPERT_REMOTE = {
|
|
|
1365
1480
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1366
1481
|
schema: _awiki_dsh_plugin_awiki_joinGroup_result$schema,
|
|
1367
1482
|
},
|
|
1368
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1483
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":138,"column":3},
|
|
1369
1484
|
},
|
|
1370
1485
|
{
|
|
1371
1486
|
id: '@awiki/dsh-plugin#awiki/leaveGroup',
|
|
@@ -1390,7 +1505,7 @@ export const TYPERT_REMOTE = {
|
|
|
1390
1505
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1391
1506
|
schema: _awiki_dsh_plugin_awiki_leaveGroup_result$schema,
|
|
1392
1507
|
},
|
|
1393
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1508
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":141,"column":9},
|
|
1394
1509
|
},
|
|
1395
1510
|
{
|
|
1396
1511
|
id: '@awiki/dsh-plugin#awiki/listConversations',
|
|
@@ -1416,7 +1531,7 @@ export const TYPERT_REMOTE = {
|
|
|
1416
1531
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1417
1532
|
schema: _awiki_dsh_plugin_awiki_listConversations_result$schema,
|
|
1418
1533
|
},
|
|
1419
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1534
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":164,"column":3},
|
|
1420
1535
|
},
|
|
1421
1536
|
{
|
|
1422
1537
|
id: '@awiki/dsh-plugin#awiki/listGroupMembers',
|
|
@@ -1441,7 +1556,7 @@ export const TYPERT_REMOTE = {
|
|
|
1441
1556
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1442
1557
|
schema: _awiki_dsh_plugin_awiki_listGroupMembers_result$schema,
|
|
1443
1558
|
},
|
|
1444
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1559
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":144,"column":3},
|
|
1445
1560
|
},
|
|
1446
1561
|
{
|
|
1447
1562
|
id: '@awiki/dsh-plugin#awiki/listMailInbox',
|
|
@@ -1467,7 +1582,7 @@ export const TYPERT_REMOTE = {
|
|
|
1467
1582
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1468
1583
|
schema: _awiki_dsh_plugin_awiki_listMailInbox_result$schema,
|
|
1469
1584
|
},
|
|
1470
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1585
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":193,"column":9},
|
|
1471
1586
|
},
|
|
1472
1587
|
{
|
|
1473
1588
|
id: '@awiki/dsh-plugin#awiki/login',
|
|
@@ -1482,7 +1597,7 @@ export const TYPERT_REMOTE = {
|
|
|
1482
1597
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1483
1598
|
schema: _awiki_dsh_plugin_awiki_login_result$schema,
|
|
1484
1599
|
},
|
|
1485
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1600
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":88,"column":3},
|
|
1486
1601
|
},
|
|
1487
1602
|
{
|
|
1488
1603
|
id: '@awiki/dsh-plugin#awiki/logout',
|
|
@@ -1507,7 +1622,7 @@ export const TYPERT_REMOTE = {
|
|
|
1507
1622
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1508
1623
|
schema: _awiki_dsh_plugin_awiki_logout_result$schema,
|
|
1509
1624
|
},
|
|
1510
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1625
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":85,"column":3},
|
|
1511
1626
|
},
|
|
1512
1627
|
{
|
|
1513
1628
|
id: '@awiki/dsh-plugin#awiki/markConversationRead',
|
|
@@ -1532,7 +1647,7 @@ export const TYPERT_REMOTE = {
|
|
|
1532
1647
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1533
1648
|
schema: _awiki_dsh_plugin_awiki_markConversationRead_result$schema,
|
|
1534
1649
|
},
|
|
1535
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1650
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":178,"column":3},
|
|
1536
1651
|
},
|
|
1537
1652
|
{
|
|
1538
1653
|
id: '@awiki/dsh-plugin#awiki/markMailRead',
|
|
@@ -1557,7 +1672,7 @@ export const TYPERT_REMOTE = {
|
|
|
1557
1672
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1558
1673
|
schema: _awiki_dsh_plugin_awiki_markMailRead_result$schema,
|
|
1559
1674
|
},
|
|
1560
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1675
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":199,"column":3},
|
|
1561
1676
|
},
|
|
1562
1677
|
{
|
|
1563
1678
|
id: '@awiki/dsh-plugin#awiki/prepareRecovery',
|
|
@@ -1582,7 +1697,7 @@ export const TYPERT_REMOTE = {
|
|
|
1582
1697
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1583
1698
|
schema: _awiki_dsh_plugin_awiki_prepareRecovery_result$schema,
|
|
1584
1699
|
},
|
|
1585
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1700
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":114,"column":3},
|
|
1586
1701
|
},
|
|
1587
1702
|
{
|
|
1588
1703
|
id: '@awiki/dsh-plugin#awiki/readMail',
|
|
@@ -1607,7 +1722,7 @@ export const TYPERT_REMOTE = {
|
|
|
1607
1722
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1608
1723
|
schema: _awiki_dsh_plugin_awiki_readMail_result$schema,
|
|
1609
1724
|
},
|
|
1610
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1725
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":196,"column":9},
|
|
1611
1726
|
},
|
|
1612
1727
|
{
|
|
1613
1728
|
id: '@awiki/dsh-plugin#awiki/registerIdentity',
|
|
@@ -1632,7 +1747,7 @@ export const TYPERT_REMOTE = {
|
|
|
1632
1747
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1633
1748
|
schema: _awiki_dsh_plugin_awiki_registerIdentity_result$schema,
|
|
1634
1749
|
},
|
|
1635
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1750
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":99,"column":9},
|
|
1636
1751
|
},
|
|
1637
1752
|
{
|
|
1638
1753
|
id: '@awiki/dsh-plugin#awiki/removeGroupMember',
|
|
@@ -1657,7 +1772,7 @@ export const TYPERT_REMOTE = {
|
|
|
1657
1772
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1658
1773
|
schema: _awiki_dsh_plugin_awiki_removeGroupMember_result$schema,
|
|
1659
1774
|
},
|
|
1660
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1775
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":150,"column":3},
|
|
1661
1776
|
},
|
|
1662
1777
|
{
|
|
1663
1778
|
id: '@awiki/dsh-plugin#awiki/resolvePeer',
|
|
@@ -1682,7 +1797,7 @@ export const TYPERT_REMOTE = {
|
|
|
1682
1797
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1683
1798
|
schema: _awiki_dsh_plugin_awiki_resolvePeer_result$schema,
|
|
1684
1799
|
},
|
|
1685
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1800
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":129,"column":3},
|
|
1686
1801
|
},
|
|
1687
1802
|
{
|
|
1688
1803
|
id: '@awiki/dsh-plugin#awiki/resumeGroupRebindRecovery',
|
|
@@ -1697,7 +1812,7 @@ export const TYPERT_REMOTE = {
|
|
|
1697
1812
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1698
1813
|
schema: _awiki_dsh_plugin_awiki_resumeGroupRebindRecovery_result$schema,
|
|
1699
1814
|
},
|
|
1700
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1815
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":153,"column":9},
|
|
1701
1816
|
},
|
|
1702
1817
|
{
|
|
1703
1818
|
id: '@awiki/dsh-plugin#awiki/resumeRecovery',
|
|
@@ -1722,7 +1837,7 @@ export const TYPERT_REMOTE = {
|
|
|
1722
1837
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1723
1838
|
schema: _awiki_dsh_plugin_awiki_resumeRecovery_result$schema,
|
|
1724
1839
|
},
|
|
1725
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1840
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":123,"column":9},
|
|
1726
1841
|
},
|
|
1727
1842
|
{
|
|
1728
1843
|
id: '@awiki/dsh-plugin#awiki/sendAttachment',
|
|
@@ -1747,7 +1862,7 @@ export const TYPERT_REMOTE = {
|
|
|
1747
1862
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1748
1863
|
schema: _awiki_dsh_plugin_awiki_sendAttachment_result$schema,
|
|
1749
1864
|
},
|
|
1750
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1865
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":184,"column":9},
|
|
1751
1866
|
},
|
|
1752
1867
|
{
|
|
1753
1868
|
id: '@awiki/dsh-plugin#awiki/sendMail',
|
|
@@ -1772,7 +1887,7 @@ export const TYPERT_REMOTE = {
|
|
|
1772
1887
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1773
1888
|
schema: _awiki_dsh_plugin_awiki_sendMail_result$schema,
|
|
1774
1889
|
},
|
|
1775
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1890
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":202,"column":9},
|
|
1776
1891
|
},
|
|
1777
1892
|
{
|
|
1778
1893
|
id: '@awiki/dsh-plugin#awiki/sendRecoveryOtp',
|
|
@@ -1797,7 +1912,7 @@ export const TYPERT_REMOTE = {
|
|
|
1797
1912
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1798
1913
|
schema: _awiki_dsh_plugin_awiki_sendRecoveryOtp_result$schema,
|
|
1799
1914
|
},
|
|
1800
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1915
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":111,"column":3},
|
|
1801
1916
|
},
|
|
1802
1917
|
{
|
|
1803
1918
|
id: '@awiki/dsh-plugin#awiki/sendRegistrationOtp',
|
|
@@ -1822,7 +1937,7 @@ export const TYPERT_REMOTE = {
|
|
|
1822
1937
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1823
1938
|
schema: _awiki_dsh_plugin_awiki_sendRegistrationOtp_result$schema,
|
|
1824
1939
|
},
|
|
1825
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1940
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":96,"column":3},
|
|
1826
1941
|
},
|
|
1827
1942
|
{
|
|
1828
1943
|
id: '@awiki/dsh-plugin#awiki/sendText',
|
|
@@ -1847,7 +1962,7 @@ export const TYPERT_REMOTE = {
|
|
|
1847
1962
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1848
1963
|
schema: _awiki_dsh_plugin_awiki_sendText_result$schema,
|
|
1849
1964
|
},
|
|
1850
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1965
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":181,"column":3},
|
|
1851
1966
|
},
|
|
1852
1967
|
{
|
|
1853
1968
|
id: '@awiki/dsh-plugin#awiki/summarizeConversation',
|
|
@@ -1872,7 +1987,32 @@ export const TYPERT_REMOTE = {
|
|
|
1872
1987
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1873
1988
|
schema: _awiki_dsh_plugin_awiki_summarizeConversation_result$schema,
|
|
1874
1989
|
},
|
|
1875
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1990
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":173,"column":9},
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
id: '@awiki/dsh-plugin#awiki/updateConversationPreference',
|
|
1994
|
+
service: 'awiki',
|
|
1995
|
+
namespace: 'awiki',
|
|
1996
|
+
method: 'updateConversationPreference',
|
|
1997
|
+
invocation: { kind: 'direct' },
|
|
1998
|
+
parameters: [
|
|
1999
|
+
{
|
|
2000
|
+
name: 'request',
|
|
2001
|
+
wire: 'request',
|
|
2002
|
+
source: 'json',
|
|
2003
|
+
codec: {
|
|
2004
|
+
mode: 'strict',
|
|
2005
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiConversationPreferenceMutation',
|
|
2006
|
+
schema: _awiki_dsh_plugin_awiki_updateConversationPreference_parameter_0$schema,
|
|
2007
|
+
},
|
|
2008
|
+
},
|
|
2009
|
+
],
|
|
2010
|
+
result: {
|
|
2011
|
+
mode: 'strict',
|
|
2012
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2013
|
+
schema: _awiki_dsh_plugin_awiki_updateConversationPreference_result$schema,
|
|
2014
|
+
},
|
|
2015
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":159,"column":3},
|
|
1876
2016
|
},
|
|
1877
2017
|
{
|
|
1878
2018
|
id: '@awiki/dsh-plugin#awiki/updateDisplayName',
|
|
@@ -1897,7 +2037,7 @@ export const TYPERT_REMOTE = {
|
|
|
1897
2037
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1898
2038
|
schema: _awiki_dsh_plugin_awiki_updateDisplayName_result$schema,
|
|
1899
2039
|
},
|
|
1900
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2040
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":102,"column":9},
|
|
1901
2041
|
},
|
|
1902
2042
|
{
|
|
1903
2043
|
id: '@awiki/dsh-plugin#awiki/updateProfile',
|
|
@@ -1922,7 +2062,7 @@ export const TYPERT_REMOTE = {
|
|
|
1922
2062
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1923
2063
|
schema: _awiki_dsh_plugin_awiki_updateProfile_result$schema,
|
|
1924
2064
|
},
|
|
1925
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2065
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":108,"column":3},
|
|
1926
2066
|
},
|
|
1927
2067
|
],
|
|
1928
2068
|
}
|