@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.
Files changed (91) hide show
  1. package/README.md +17 -16
  2. package/README.zh.md +15 -11
  3. package/THIRD_PARTY_NOTICES.md +0 -7
  4. package/lib/client.js +5572 -8534
  5. package/lib/client.js.map +1 -1
  6. package/lib/index.js +373 -36
  7. package/lib/provider.js +1 -1
  8. package/lib/{sdk-adapter-DLhLrLI6.mjs → sdk-adapter-BIbsJmRj.mjs} +28 -4
  9. package/lib/typert.host.js +221 -81
  10. package/lib/typert.remote-client.d.ts +5 -1
  11. package/lib/typert.remote-client.d.ts.map +1 -1
  12. package/lib/typert.remote-client.js +221 -81
  13. package/lib/types/client/AwikiGroupAccessNotice.d.ts +12 -0
  14. package/lib/types/client/AwikiGroupAccessNotice.d.ts.map +1 -0
  15. package/lib/types/client/AwikiGroupAccessNotice.js +31 -0
  16. package/lib/types/client/AwikiGroupAccessNotice.js.map +1 -0
  17. package/lib/types/client/AwikiGroupDetails.d.ts +8 -1
  18. package/lib/types/client/AwikiGroupDetails.d.ts.map +1 -1
  19. package/lib/types/client/AwikiGroupDetails.js +40 -4
  20. package/lib/types/client/AwikiGroupDetails.js.map +1 -1
  21. package/lib/types/client/AwikiIdentityAccess.d.ts +2 -1
  22. package/lib/types/client/AwikiIdentityAccess.d.ts.map +1 -1
  23. package/lib/types/client/AwikiIdentityAccess.js +10 -2
  24. package/lib/types/client/AwikiIdentityAccess.js.map +1 -1
  25. package/lib/types/client/AwikiMail.d.ts.map +1 -1
  26. package/lib/types/client/AwikiMail.js +5 -1
  27. package/lib/types/client/AwikiMail.js.map +1 -1
  28. package/lib/types/client/AwikiOverlay.d.ts.map +1 -1
  29. package/lib/types/client/AwikiOverlay.js +72 -11
  30. package/lib/types/client/AwikiOverlay.js.map +1 -1
  31. package/lib/types/client/AwikiRecoveryForm.d.ts +3 -0
  32. package/lib/types/client/AwikiRecoveryForm.d.ts.map +1 -1
  33. package/lib/types/client/AwikiRecoveryForm.js +10 -6
  34. package/lib/types/client/AwikiRecoveryForm.js.map +1 -1
  35. package/lib/types/client/AwikiSettingsSection.d.ts +4 -18
  36. package/lib/types/client/AwikiSettingsSection.d.ts.map +1 -1
  37. package/lib/types/client/AwikiSettingsSection.js +7 -271
  38. package/lib/types/client/AwikiSettingsSection.js.map +1 -1
  39. package/lib/types/client/awiki-client-bridge.d.ts +18 -0
  40. package/lib/types/client/awiki-client-bridge.d.ts.map +1 -0
  41. package/lib/types/client/awiki-client-bridge.js +18 -0
  42. package/lib/types/client/awiki-client-bridge.js.map +1 -0
  43. package/lib/types/client/controller.d.ts +38 -2
  44. package/lib/types/client/controller.d.ts.map +1 -1
  45. package/lib/types/client/controller.js +473 -47
  46. package/lib/types/client/controller.js.map +1 -1
  47. package/lib/types/client/index.d.ts +3 -3
  48. package/lib/types/client/index.d.ts.map +1 -1
  49. package/lib/types/client/index.js +7 -46
  50. package/lib/types/client/index.js.map +1 -1
  51. package/lib/types/client/settings-locales.d.ts +2 -5
  52. package/lib/types/client/settings-locales.d.ts.map +1 -1
  53. package/lib/types/client/settings-locales.js +3 -183
  54. package/lib/types/client/settings-locales.js.map +1 -1
  55. package/lib/types/client/slots.d.ts +6 -0
  56. package/lib/types/client/slots.d.ts.map +1 -1
  57. package/lib/types/conversation-preferences.d.ts +20 -0
  58. package/lib/types/conversation-preferences.d.ts.map +1 -0
  59. package/lib/types/conversation-preferences.js +294 -0
  60. package/lib/types/conversation-preferences.js.map +1 -0
  61. package/lib/types/index.d.ts +6 -1
  62. package/lib/types/index.d.ts.map +1 -1
  63. package/lib/types/index.js +39 -0
  64. package/lib/types/index.js.map +1 -1
  65. package/lib/types/sdk-adapter.d.ts.map +1 -1
  66. package/lib/types/sdk-adapter.js +35 -4
  67. package/lib/types/sdk-adapter.js.map +1 -1
  68. package/lib/types/types.d.ts +32 -1
  69. package/lib/types/types.d.ts.map +1 -1
  70. package/lib/types/types.js.map +1 -1
  71. package/package.json +57 -55
  72. package/lib/types/client/AwikiOnboarding.d.ts +0 -22
  73. package/lib/types/client/AwikiOnboarding.d.ts.map +0 -1
  74. package/lib/types/client/AwikiOnboarding.js +0 -104
  75. package/lib/types/client/AwikiOnboarding.js.map +0 -1
  76. package/lib/types/client/RechargeComingSoonDialog.d.ts +0 -11
  77. package/lib/types/client/RechargeComingSoonDialog.d.ts.map +0 -1
  78. package/lib/types/client/RechargeComingSoonDialog.js +0 -8
  79. package/lib/types/client/RechargeComingSoonDialog.js.map +0 -1
  80. package/lib/types/client/model-availability-controller.d.ts +0 -27
  81. package/lib/types/client/model-availability-controller.d.ts.map +0 -1
  82. package/lib/types/client/model-availability-controller.js +0 -111
  83. package/lib/types/client/model-availability-controller.js.map +0 -1
  84. package/lib/types/client/model-proxy-controller.d.ts +0 -45
  85. package/lib/types/client/model-proxy-controller.d.ts.map +0 -1
  86. package/lib/types/client/model-proxy-controller.js +0 -306
  87. package/lib/types/client/model-proxy-controller.js.map +0 -1
  88. package/lib/types/client/recharge-availability.d.ts +0 -6
  89. package/lib/types/client/recharge-availability.d.ts.map +0 -1
  90. package/lib/types/client/recharge-availability.js +0 -6
  91. 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({
@@ -1018,7 +1118,7 @@ export const TYPERT = {
1018
1118
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1019
1119
  schema: _awiki_dsh_plugin_awiki_activateRecovery_result$schema,
1020
1120
  },
1021
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":115,"column":9},
1121
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":117,"column":9},
1022
1122
  },
1023
1123
  {
1024
1124
  id: '@awiki/dsh-plugin#awiki/addGroupMember',
@@ -1043,7 +1143,7 @@ export const TYPERT = {
1043
1143
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1044
1144
  schema: _awiki_dsh_plugin_awiki_addGroupMember_result$schema,
1045
1145
  },
1046
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":145,"column":3},
1146
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":147,"column":3},
1047
1147
  },
1048
1148
  {
1049
1149
  id: '@awiki/dsh-plugin#awiki/clearLocalData',
@@ -1068,7 +1168,7 @@ export const TYPERT = {
1068
1168
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1069
1169
  schema: _awiki_dsh_plugin_awiki_clearLocalData_result$schema,
1070
1170
  },
1071
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":195,"column":3},
1171
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":205,"column":3},
1072
1172
  },
1073
1173
  {
1074
1174
  id: '@awiki/dsh-plugin#awiki/createGroup',
@@ -1093,7 +1193,7 @@ export const TYPERT = {
1093
1193
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1094
1194
  schema: _awiki_dsh_plugin_awiki_createGroup_result$schema,
1095
1195
  },
1096
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":130,"column":9},
1196
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":132,"column":9},
1097
1197
  },
1098
1198
  {
1099
1199
  id: '@awiki/dsh-plugin#awiki/discardRecovery',
@@ -1118,7 +1218,7 @@ export const TYPERT = {
1118
1218
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1119
1219
  schema: _awiki_dsh_plugin_awiki_discardRecovery_result$schema,
1120
1220
  },
1121
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":124,"column":9},
1221
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":126,"column":9},
1122
1222
  },
1123
1223
  {
1124
1224
  id: '@awiki/dsh-plugin#awiki/downloadAttachment',
@@ -1143,7 +1243,7 @@ export const TYPERT = {
1143
1243
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1144
1244
  schema: _awiki_dsh_plugin_awiki_downloadAttachment_result$schema,
1145
1245
  },
1146
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":177,"column":9},
1246
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":187,"column":9},
1147
1247
  },
1148
1248
  {
1149
1249
  id: '@awiki/dsh-plugin#awiki/getConfig',
@@ -1158,7 +1258,22 @@ export const TYPERT = {
1158
1258
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1159
1259
  schema: _awiki_dsh_plugin_awiki_getConfig_result$schema,
1160
1260
  },
1161
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":74,"column":3},
1261
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":76,"column":3},
1262
+ },
1263
+ {
1264
+ id: '@awiki/dsh-plugin#awiki/getConversationPreferences',
1265
+ service: 'awiki',
1266
+ namespace: 'awiki',
1267
+ method: 'getConversationPreferences',
1268
+ invocation: { kind: 'direct' },
1269
+ parameters: [
1270
+ ],
1271
+ result: {
1272
+ mode: 'strict',
1273
+ typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1274
+ schema: _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema,
1275
+ },
1276
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":156,"column":3},
1162
1277
  },
1163
1278
  {
1164
1279
  id: '@awiki/dsh-plugin#awiki/getGroup',
@@ -1183,7 +1298,7 @@ export const TYPERT = {
1183
1298
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1184
1299
  schema: _awiki_dsh_plugin_awiki_getGroup_result$schema,
1185
1300
  },
1186
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":133,"column":3},
1301
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":135,"column":3},
1187
1302
  },
1188
1303
  {
1189
1304
  id: '@awiki/dsh-plugin#awiki/getHistory',
@@ -1208,7 +1323,7 @@ export const TYPERT = {
1208
1323
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1209
1324
  schema: _awiki_dsh_plugin_awiki_getHistory_result$schema,
1210
1325
  },
1211
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":157,"column":3},
1326
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":167,"column":3},
1212
1327
  },
1213
1328
  {
1214
1329
  id: '@awiki/dsh-plugin#awiki/getIdentity',
@@ -1223,7 +1338,7 @@ export const TYPERT = {
1223
1338
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1224
1339
  schema: _awiki_dsh_plugin_awiki_getIdentity_result$schema,
1225
1340
  },
1226
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":77,"column":9},
1341
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":79,"column":9},
1227
1342
  },
1228
1343
  {
1229
1344
  id: '@awiki/dsh-plugin#awiki/getLocalHistory',
@@ -1248,7 +1363,7 @@ export const TYPERT = {
1248
1363
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1249
1364
  schema: _awiki_dsh_plugin_awiki_getLocalHistory_result$schema,
1250
1365
  },
1251
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":160,"column":3},
1366
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":170,"column":3},
1252
1367
  },
1253
1368
  {
1254
1369
  id: '@awiki/dsh-plugin#awiki/getMailAccount',
@@ -1263,7 +1378,7 @@ export const TYPERT = {
1263
1378
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1264
1379
  schema: _awiki_dsh_plugin_awiki_getMailAccount_result$schema,
1265
1380
  },
1266
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":180,"column":3},
1381
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":190,"column":3},
1267
1382
  },
1268
1383
  {
1269
1384
  id: '@awiki/dsh-plugin#awiki/getProfile',
@@ -1278,7 +1393,7 @@ export const TYPERT = {
1278
1393
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1279
1394
  schema: _awiki_dsh_plugin_awiki_getProfile_result$schema,
1280
1395
  },
1281
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":103,"column":3},
1396
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":105,"column":3},
1282
1397
  },
1283
1398
  {
1284
1399
  id: '@awiki/dsh-plugin#awiki/getRecoveryStatus',
@@ -1303,7 +1418,7 @@ export const TYPERT = {
1303
1418
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1304
1419
  schema: _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema,
1305
1420
  },
1306
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":118,"column":9},
1421
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":120,"column":9},
1307
1422
  },
1308
1423
  {
1309
1424
  id: '@awiki/dsh-plugin#awiki/getSession',
@@ -1318,7 +1433,7 @@ export const TYPERT = {
1318
1433
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1319
1434
  schema: _awiki_dsh_plugin_awiki_getSession_result$schema,
1320
1435
  },
1321
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":80,"column":9},
1436
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":82,"column":9},
1322
1437
  },
1323
1438
  {
1324
1439
  id: '@awiki/dsh-plugin#awiki/inspectIdentityAccess',
@@ -1343,7 +1458,7 @@ export const TYPERT = {
1343
1458
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1344
1459
  schema: _awiki_dsh_plugin_awiki_inspectIdentityAccess_result$schema,
1345
1460
  },
1346
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":89,"column":9},
1461
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":91,"column":9},
1347
1462
  },
1348
1463
  {
1349
1464
  id: '@awiki/dsh-plugin#awiki/joinGroup',
@@ -1368,7 +1483,7 @@ export const TYPERT = {
1368
1483
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1369
1484
  schema: _awiki_dsh_plugin_awiki_joinGroup_result$schema,
1370
1485
  },
1371
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":136,"column":3},
1486
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":138,"column":3},
1372
1487
  },
1373
1488
  {
1374
1489
  id: '@awiki/dsh-plugin#awiki/leaveGroup',
@@ -1393,7 +1508,7 @@ export const TYPERT = {
1393
1508
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1394
1509
  schema: _awiki_dsh_plugin_awiki_leaveGroup_result$schema,
1395
1510
  },
1396
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":139,"column":9},
1511
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":141,"column":9},
1397
1512
  },
1398
1513
  {
1399
1514
  id: '@awiki/dsh-plugin#awiki/listConversations',
@@ -1419,7 +1534,7 @@ export const TYPERT = {
1419
1534
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1420
1535
  schema: _awiki_dsh_plugin_awiki_listConversations_result$schema,
1421
1536
  },
1422
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":154,"column":3},
1537
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":164,"column":3},
1423
1538
  },
1424
1539
  {
1425
1540
  id: '@awiki/dsh-plugin#awiki/listGroupMembers',
@@ -1444,7 +1559,7 @@ export const TYPERT = {
1444
1559
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1445
1560
  schema: _awiki_dsh_plugin_awiki_listGroupMembers_result$schema,
1446
1561
  },
1447
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":142,"column":3},
1562
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":144,"column":3},
1448
1563
  },
1449
1564
  {
1450
1565
  id: '@awiki/dsh-plugin#awiki/listMailInbox',
@@ -1470,7 +1585,7 @@ export const TYPERT = {
1470
1585
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1471
1586
  schema: _awiki_dsh_plugin_awiki_listMailInbox_result$schema,
1472
1587
  },
1473
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":183,"column":9},
1588
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":193,"column":9},
1474
1589
  },
1475
1590
  {
1476
1591
  id: '@awiki/dsh-plugin#awiki/login',
@@ -1485,7 +1600,7 @@ export const TYPERT = {
1485
1600
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1486
1601
  schema: _awiki_dsh_plugin_awiki_login_result$schema,
1487
1602
  },
1488
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":86,"column":3},
1603
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":88,"column":3},
1489
1604
  },
1490
1605
  {
1491
1606
  id: '@awiki/dsh-plugin#awiki/logout',
@@ -1510,7 +1625,7 @@ export const TYPERT = {
1510
1625
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1511
1626
  schema: _awiki_dsh_plugin_awiki_logout_result$schema,
1512
1627
  },
1513
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":83,"column":3},
1628
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":85,"column":3},
1514
1629
  },
1515
1630
  {
1516
1631
  id: '@awiki/dsh-plugin#awiki/markConversationRead',
@@ -1535,7 +1650,7 @@ export const TYPERT = {
1535
1650
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1536
1651
  schema: _awiki_dsh_plugin_awiki_markConversationRead_result$schema,
1537
1652
  },
1538
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":168,"column":3},
1653
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":178,"column":3},
1539
1654
  },
1540
1655
  {
1541
1656
  id: '@awiki/dsh-plugin#awiki/markMailRead',
@@ -1560,7 +1675,7 @@ export const TYPERT = {
1560
1675
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1561
1676
  schema: _awiki_dsh_plugin_awiki_markMailRead_result$schema,
1562
1677
  },
1563
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":189,"column":3},
1678
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":199,"column":3},
1564
1679
  },
1565
1680
  {
1566
1681
  id: '@awiki/dsh-plugin#awiki/prepareRecovery',
@@ -1585,7 +1700,7 @@ export const TYPERT = {
1585
1700
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1586
1701
  schema: _awiki_dsh_plugin_awiki_prepareRecovery_result$schema,
1587
1702
  },
1588
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":112,"column":3},
1703
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":114,"column":3},
1589
1704
  },
1590
1705
  {
1591
1706
  id: '@awiki/dsh-plugin#awiki/readMail',
@@ -1610,7 +1725,7 @@ export const TYPERT = {
1610
1725
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1611
1726
  schema: _awiki_dsh_plugin_awiki_readMail_result$schema,
1612
1727
  },
1613
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":186,"column":9},
1728
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":196,"column":9},
1614
1729
  },
1615
1730
  {
1616
1731
  id: '@awiki/dsh-plugin#awiki/registerIdentity',
@@ -1635,7 +1750,7 @@ export const TYPERT = {
1635
1750
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1636
1751
  schema: _awiki_dsh_plugin_awiki_registerIdentity_result$schema,
1637
1752
  },
1638
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":97,"column":9},
1753
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":99,"column":9},
1639
1754
  },
1640
1755
  {
1641
1756
  id: '@awiki/dsh-plugin#awiki/removeGroupMember',
@@ -1660,7 +1775,7 @@ export const TYPERT = {
1660
1775
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1661
1776
  schema: _awiki_dsh_plugin_awiki_removeGroupMember_result$schema,
1662
1777
  },
1663
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":148,"column":3},
1778
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":150,"column":3},
1664
1779
  },
1665
1780
  {
1666
1781
  id: '@awiki/dsh-plugin#awiki/resolvePeer',
@@ -1685,7 +1800,7 @@ export const TYPERT = {
1685
1800
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1686
1801
  schema: _awiki_dsh_plugin_awiki_resolvePeer_result$schema,
1687
1802
  },
1688
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":127,"column":3},
1803
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":129,"column":3},
1689
1804
  },
1690
1805
  {
1691
1806
  id: '@awiki/dsh-plugin#awiki/resumeGroupRebindRecovery',
@@ -1700,7 +1815,7 @@ export const TYPERT = {
1700
1815
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1701
1816
  schema: _awiki_dsh_plugin_awiki_resumeGroupRebindRecovery_result$schema,
1702
1817
  },
1703
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":151,"column":9},
1818
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":153,"column":9},
1704
1819
  },
1705
1820
  {
1706
1821
  id: '@awiki/dsh-plugin#awiki/resumeRecovery',
@@ -1725,7 +1840,7 @@ export const TYPERT = {
1725
1840
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1726
1841
  schema: _awiki_dsh_plugin_awiki_resumeRecovery_result$schema,
1727
1842
  },
1728
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":121,"column":9},
1843
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":123,"column":9},
1729
1844
  },
1730
1845
  {
1731
1846
  id: '@awiki/dsh-plugin#awiki/sendAttachment',
@@ -1750,7 +1865,7 @@ export const TYPERT = {
1750
1865
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1751
1866
  schema: _awiki_dsh_plugin_awiki_sendAttachment_result$schema,
1752
1867
  },
1753
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":174,"column":9},
1868
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":184,"column":9},
1754
1869
  },
1755
1870
  {
1756
1871
  id: '@awiki/dsh-plugin#awiki/sendMail',
@@ -1775,7 +1890,7 @@ export const TYPERT = {
1775
1890
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1776
1891
  schema: _awiki_dsh_plugin_awiki_sendMail_result$schema,
1777
1892
  },
1778
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":192,"column":9},
1893
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":202,"column":9},
1779
1894
  },
1780
1895
  {
1781
1896
  id: '@awiki/dsh-plugin#awiki/sendRecoveryOtp',
@@ -1800,7 +1915,7 @@ export const TYPERT = {
1800
1915
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1801
1916
  schema: _awiki_dsh_plugin_awiki_sendRecoveryOtp_result$schema,
1802
1917
  },
1803
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":109,"column":3},
1918
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":111,"column":3},
1804
1919
  },
1805
1920
  {
1806
1921
  id: '@awiki/dsh-plugin#awiki/sendRegistrationOtp',
@@ -1825,7 +1940,7 @@ export const TYPERT = {
1825
1940
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1826
1941
  schema: _awiki_dsh_plugin_awiki_sendRegistrationOtp_result$schema,
1827
1942
  },
1828
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":94,"column":3},
1943
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":96,"column":3},
1829
1944
  },
1830
1945
  {
1831
1946
  id: '@awiki/dsh-plugin#awiki/sendText',
@@ -1850,7 +1965,7 @@ export const TYPERT = {
1850
1965
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1851
1966
  schema: _awiki_dsh_plugin_awiki_sendText_result$schema,
1852
1967
  },
1853
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":171,"column":3},
1968
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":181,"column":3},
1854
1969
  },
1855
1970
  {
1856
1971
  id: '@awiki/dsh-plugin#awiki/summarizeConversation',
@@ -1875,7 +1990,32 @@ export const TYPERT = {
1875
1990
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1876
1991
  schema: _awiki_dsh_plugin_awiki_summarizeConversation_result$schema,
1877
1992
  },
1878
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":163,"column":9},
1993
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":173,"column":9},
1994
+ },
1995
+ {
1996
+ id: '@awiki/dsh-plugin#awiki/updateConversationPreference',
1997
+ service: 'awiki',
1998
+ namespace: 'awiki',
1999
+ method: 'updateConversationPreference',
2000
+ invocation: { kind: 'direct' },
2001
+ parameters: [
2002
+ {
2003
+ name: 'request',
2004
+ wire: 'request',
2005
+ source: 'json',
2006
+ codec: {
2007
+ mode: 'strict',
2008
+ typeSymbol: '@awiki/dsh-plugin/types#AwikiConversationPreferenceMutation',
2009
+ schema: _awiki_dsh_plugin_awiki_updateConversationPreference_parameter_0$schema,
2010
+ },
2011
+ },
2012
+ ],
2013
+ result: {
2014
+ mode: 'strict',
2015
+ typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
2016
+ schema: _awiki_dsh_plugin_awiki_updateConversationPreference_result$schema,
2017
+ },
2018
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":159,"column":3},
1879
2019
  },
1880
2020
  {
1881
2021
  id: '@awiki/dsh-plugin#awiki/updateDisplayName',
@@ -1900,7 +2040,7 @@ export const TYPERT = {
1900
2040
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1901
2041
  schema: _awiki_dsh_plugin_awiki_updateDisplayName_result$schema,
1902
2042
  },
1903
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":100,"column":9},
2043
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":102,"column":9},
1904
2044
  },
1905
2045
  {
1906
2046
  id: '@awiki/dsh-plugin#awiki/updateProfile',
@@ -1925,7 +2065,7 @@ export const TYPERT = {
1925
2065
  typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
1926
2066
  schema: _awiki_dsh_plugin_awiki_updateProfile_result$schema,
1927
2067
  },
1928
- sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":106,"column":3},
2068
+ sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":108,"column":3},
1929
2069
  },
1930
2070
  ],
1931
2071
  model: {