@awiki/dsh-plugin 0.2.5 → 0.3.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +63 -23
- package/README.zh.md +55 -20
- package/THIRD_PARTY_NOTICES.md +1 -1
- package/cordis.patch.yml +0 -8
- package/lib/client.js +5452 -1849
- package/lib/client.js.map +1 -1
- package/lib/index.js +950 -38
- package/lib/model-proxy-contract.js +8 -1
- package/lib/provider.js +3 -1
- package/lib/{sdk-adapter-DKgkyApB.mjs → sdk-adapter-DLhLrLI6.mjs} +219 -2
- package/lib/typert.host.js +796 -49
- package/lib/typert.remote-client.d.ts +33 -1
- package/lib/typert.remote-client.d.ts.map +1 -1
- package/lib/typert.remote-client.js +796 -49
- package/lib/types/client/AwikiGroupDetails.d.ts +16 -0
- package/lib/types/client/AwikiGroupDetails.d.ts.map +1 -0
- package/lib/types/client/AwikiGroupDetails.js +108 -0
- package/lib/types/client/AwikiGroupDetails.js.map +1 -0
- package/lib/types/client/AwikiIdentityAccess.d.ts +21 -0
- package/lib/types/client/AwikiIdentityAccess.d.ts.map +1 -0
- package/lib/types/client/AwikiIdentityAccess.js +148 -0
- package/lib/types/client/AwikiIdentityAccess.js.map +1 -0
- package/lib/types/client/AwikiIdentityPage.d.ts +11 -0
- package/lib/types/client/AwikiIdentityPage.d.ts.map +1 -0
- package/lib/types/client/AwikiIdentityPage.js +8 -0
- package/lib/types/client/AwikiIdentityPage.js.map +1 -0
- package/lib/types/client/AwikiMail.d.ts +2 -1
- package/lib/types/client/AwikiMail.d.ts.map +1 -1
- package/lib/types/client/AwikiMail.js +153 -33
- package/lib/types/client/AwikiMail.js.map +1 -1
- package/lib/types/client/AwikiOnboarding.d.ts.map +1 -1
- package/lib/types/client/AwikiOnboarding.js +26 -9
- package/lib/types/client/AwikiOnboarding.js.map +1 -1
- package/lib/types/client/AwikiOverlay.d.ts +0 -5
- package/lib/types/client/AwikiOverlay.d.ts.map +1 -1
- package/lib/types/client/AwikiOverlay.js +136 -124
- package/lib/types/client/AwikiOverlay.js.map +1 -1
- package/lib/types/client/AwikiProfileCard.d.ts +9 -0
- package/lib/types/client/AwikiProfileCard.d.ts.map +1 -0
- package/lib/types/client/AwikiProfileCard.js +90 -0
- package/lib/types/client/AwikiProfileCard.js.map +1 -0
- package/lib/types/client/AwikiRecoveryForm.d.ts +24 -0
- package/lib/types/client/AwikiRecoveryForm.d.ts.map +1 -0
- package/lib/types/client/AwikiRecoveryForm.js +148 -0
- package/lib/types/client/AwikiRecoveryForm.js.map +1 -0
- package/lib/types/client/AwikiSettingsSection.d.ts +0 -2
- package/lib/types/client/AwikiSettingsSection.d.ts.map +1 -1
- package/lib/types/client/AwikiSettingsSection.js +13 -15
- package/lib/types/client/AwikiSettingsSection.js.map +1 -1
- package/lib/types/client/MentionText.d.ts +7 -0
- package/lib/types/client/MentionText.d.ts.map +1 -0
- package/lib/types/client/MentionText.js +10 -0
- package/lib/types/client/MentionText.js.map +1 -0
- package/lib/types/client/controller.d.ts +94 -2
- package/lib/types/client/controller.d.ts.map +1 -1
- package/lib/types/client/controller.js +466 -13
- package/lib/types/client/controller.js.map +1 -1
- package/lib/types/client/index.d.ts.map +1 -1
- package/lib/types/client/index.js +21 -4
- package/lib/types/client/index.js.map +1 -1
- package/lib/types/client/mail-list-cache.d.ts +15 -0
- package/lib/types/client/mail-list-cache.d.ts.map +1 -0
- package/lib/types/client/mail-list-cache.js +212 -0
- package/lib/types/client/mail-list-cache.js.map +1 -0
- package/lib/types/client/mentions.d.ts +51 -0
- package/lib/types/client/mentions.d.ts.map +1 -0
- package/lib/types/client/mentions.js +165 -0
- package/lib/types/client/mentions.js.map +1 -0
- package/lib/types/client/model-proxy-controller.d.ts +4 -0
- package/lib/types/client/model-proxy-controller.d.ts.map +1 -1
- package/lib/types/client/model-proxy-controller.js +68 -3
- package/lib/types/client/model-proxy-controller.js.map +1 -1
- package/lib/types/client/settings-locales.js +8 -8
- package/lib/types/client/settings-locales.js.map +1 -1
- package/lib/types/client/slots.d.ts +21 -2
- package/lib/types/client/slots.d.ts.map +1 -1
- package/lib/types/index.d.ts +40 -6
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/index.js +523 -23
- package/lib/types/index.js.map +1 -1
- package/lib/types/model-proxy-contract.d.ts +6 -0
- package/lib/types/model-proxy-contract.d.ts.map +1 -1
- package/lib/types/model-proxy-contract.js +6 -0
- package/lib/types/model-proxy-contract.js.map +1 -1
- package/lib/types/provider-api.d.ts +29 -1
- package/lib/types/provider-api.d.ts.map +1 -1
- package/lib/types/provider.d.ts.map +1 -1
- package/lib/types/provider.js +2 -0
- package/lib/types/provider.js.map +1 -1
- package/lib/types/sdk-adapter.d.ts +18 -1
- package/lib/types/sdk-adapter.d.ts.map +1 -1
- package/lib/types/sdk-adapter.js +244 -2
- package/lib/types/sdk-adapter.js.map +1 -1
- package/lib/types/sent-mail-store.d.ts +22 -0
- package/lib/types/sent-mail-store.d.ts.map +1 -0
- package/lib/types/sent-mail-store.js +246 -0
- package/lib/types/sent-mail-store.js.map +1 -0
- package/lib/types/types.d.ts +152 -2
- package/lib/types/types.d.ts.map +1 -1
- package/lib/types/types.js.map +1 -1
- package/package.json +15 -26
- package/lib/model-proxy.js +0 -383
- package/lib/types/client/model-account-settings-availability.d.ts +0 -4
- package/lib/types/client/model-account-settings-availability.d.ts.map +0 -1
- package/lib/types/client/model-account-settings-availability.js +0 -4
- package/lib/types/client/model-account-settings-availability.js.map +0 -1
- package/lib/types/model-proxy.d.ts +0 -14
- package/lib/types/model-proxy.d.ts.map +0 -1
- package/lib/types/model-proxy.js +0 -371
- package/lib/types/model-proxy.js.map +0 -1
|
@@ -1,13 +1,56 @@
|
|
|
1
1
|
/* Generated by @deepseek-ai/dsh-typert-generator from the Host FaceModel — do not edit. */
|
|
2
2
|
import { z } from 'zod'
|
|
3
3
|
|
|
4
|
+
const _awiki_dsh_plugin_awiki_activateRecovery_parameter_0$schema = z.object({
|
|
5
|
+
'operationId': z.string().readonly(),
|
|
6
|
+
})
|
|
7
|
+
const _awiki_dsh_plugin_awiki_activateRecovery_result$schema = z.union([z.object({
|
|
8
|
+
'ok': z.literal(false).readonly(),
|
|
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(),
|
|
11
|
+
'message': z.string().readonly(),
|
|
12
|
+
}).readonly(),
|
|
13
|
+
}), z.object({
|
|
14
|
+
'ok': z.literal(true).readonly(),
|
|
15
|
+
'value': z.object({
|
|
16
|
+
'operationId': z.string().readonly(),
|
|
17
|
+
'fullHandle': z.string().readonly(),
|
|
18
|
+
'previousDid': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
19
|
+
'currentDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
20
|
+
'phase': z.union([z.literal("awaiting_factor"), z.literal("ready_to_commit"), z.literal("remote_outcome_unknown"), z.literal("remote_committed"), z.literal("identity_transition_pending"), z.literal("applied"), z.literal("quarantined_key_unavailable")]).readonly(),
|
|
21
|
+
'failureCode': z.string().readonly().optional(),
|
|
22
|
+
'retryable': z.boolean().readonly(),
|
|
23
|
+
'localOrdinaryDataWillMigrate': z.boolean().readonly(),
|
|
24
|
+
'otherDevicesMustRejoin': z.boolean().readonly(),
|
|
25
|
+
'unsupportedE2eeGroupCount': z.number().readonly(),
|
|
26
|
+
'unsupportedDidOnlyGroupCount': z.number().readonly(),
|
|
27
|
+
}).readonly(),
|
|
28
|
+
})])
|
|
29
|
+
const _awiki_dsh_plugin_awiki_addGroupMember_parameter_0$schema = z.object({
|
|
30
|
+
'member': z.string().readonly(),
|
|
31
|
+
'role': z.union([z.literal("admin"), z.literal("member")]).readonly().optional(),
|
|
32
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
33
|
+
})
|
|
34
|
+
const _awiki_dsh_plugin_awiki_addGroupMember_result$schema = z.union([z.object({
|
|
35
|
+
'ok': z.literal(false).readonly(),
|
|
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(),
|
|
38
|
+
'message': z.string().readonly(),
|
|
39
|
+
}).readonly(),
|
|
40
|
+
}), z.object({
|
|
41
|
+
'ok': z.literal(true).readonly(),
|
|
42
|
+
'value': z.object({
|
|
43
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
44
|
+
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
45
|
+
}).readonly(),
|
|
46
|
+
})])
|
|
4
47
|
const _awiki_dsh_plugin_awiki_clearLocalData_parameter_0$schema = z.object({
|
|
5
48
|
'confirmation': z.string().readonly(),
|
|
6
49
|
})
|
|
7
50
|
const _awiki_dsh_plugin_awiki_clearLocalData_result$schema = z.union([z.object({
|
|
8
51
|
'ok': z.literal(false).readonly(),
|
|
9
52
|
'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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), 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("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), 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
54
|
'message': z.string().readonly(),
|
|
12
55
|
}).readonly(),
|
|
13
56
|
}), z.object({
|
|
@@ -23,7 +66,7 @@ const _awiki_dsh_plugin_awiki_createGroup_parameter_0$schema = z.object({
|
|
|
23
66
|
const _awiki_dsh_plugin_awiki_createGroup_result$schema = z.union([z.object({
|
|
24
67
|
'ok': z.literal(false).readonly(),
|
|
25
68
|
'error': z.object({
|
|
26
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), 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("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
27
70
|
'message': z.string().readonly(),
|
|
28
71
|
}).readonly(),
|
|
29
72
|
}), z.object({
|
|
@@ -45,12 +88,27 @@ const _awiki_dsh_plugin_awiki_createGroup_result$schema = z.union([z.object({
|
|
|
45
88
|
'failedMembers': z.array(z.object({
|
|
46
89
|
'member': z.string().readonly(),
|
|
47
90
|
'error': z.object({
|
|
48
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), 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("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
49
92
|
'message': z.string().readonly(),
|
|
50
93
|
}).readonly(),
|
|
51
94
|
})).readonly(),
|
|
52
95
|
}).readonly(),
|
|
53
96
|
})])
|
|
97
|
+
const _awiki_dsh_plugin_awiki_discardRecovery_parameter_0$schema = z.object({
|
|
98
|
+
'operationId': z.string().readonly(),
|
|
99
|
+
})
|
|
100
|
+
const _awiki_dsh_plugin_awiki_discardRecovery_result$schema = z.union([z.object({
|
|
101
|
+
'ok': z.literal(false).readonly(),
|
|
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(),
|
|
104
|
+
'message': z.string().readonly(),
|
|
105
|
+
}).readonly(),
|
|
106
|
+
}), z.object({
|
|
107
|
+
'ok': z.literal(true).readonly(),
|
|
108
|
+
'value': z.object({
|
|
109
|
+
'completed': z.literal(true).readonly(),
|
|
110
|
+
}).readonly(),
|
|
111
|
+
})])
|
|
54
112
|
const _awiki_dsh_plugin_awiki_downloadAttachment_parameter_0$schema = z.object({
|
|
55
113
|
'attachmentId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
56
114
|
'messageId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -58,7 +116,7 @@ const _awiki_dsh_plugin_awiki_downloadAttachment_parameter_0$schema = z.object({
|
|
|
58
116
|
const _awiki_dsh_plugin_awiki_downloadAttachment_result$schema = z.union([z.object({
|
|
59
117
|
'ok': z.literal(false).readonly(),
|
|
60
118
|
'error': z.object({
|
|
61
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), 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("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
62
120
|
'message': z.string().readonly(),
|
|
63
121
|
}).readonly(),
|
|
64
122
|
}), z.object({
|
|
@@ -77,7 +135,7 @@ const _awiki_dsh_plugin_awiki_downloadAttachment_result$schema = z.union([z.obje
|
|
|
77
135
|
const _awiki_dsh_plugin_awiki_getConfig_result$schema = z.union([z.object({
|
|
78
136
|
'ok': z.literal(false).readonly(),
|
|
79
137
|
'error': z.object({
|
|
80
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), 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("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
81
139
|
'message': z.string().readonly(),
|
|
82
140
|
}).readonly(),
|
|
83
141
|
}), z.object({
|
|
@@ -87,6 +145,27 @@ const _awiki_dsh_plugin_awiki_getConfig_result$schema = z.union([z.object({
|
|
|
87
145
|
'attachmentMaxBytes': z.number().readonly(),
|
|
88
146
|
}).readonly(),
|
|
89
147
|
})])
|
|
148
|
+
const _awiki_dsh_plugin_awiki_getGroup_parameter_0$schema = z.object({
|
|
149
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
150
|
+
})
|
|
151
|
+
const _awiki_dsh_plugin_awiki_getGroup_result$schema = z.union([z.object({
|
|
152
|
+
'ok': z.literal(false).readonly(),
|
|
153
|
+
'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(),
|
|
155
|
+
'message': z.string().readonly(),
|
|
156
|
+
}).readonly(),
|
|
157
|
+
}), z.object({
|
|
158
|
+
'ok': z.literal(true).readonly(),
|
|
159
|
+
'value': z.object({
|
|
160
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
161
|
+
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
162
|
+
'title': z.string().readonly(),
|
|
163
|
+
'description': z.string().readonly().optional(),
|
|
164
|
+
'myRole': z.string().readonly().optional(),
|
|
165
|
+
'membershipStatus': z.string().readonly().optional(),
|
|
166
|
+
'memberCount': z.number().readonly().optional(),
|
|
167
|
+
}).readonly(),
|
|
168
|
+
})])
|
|
90
169
|
const _awiki_dsh_plugin_awiki_getHistory_parameter_0$schema = z.object({
|
|
91
170
|
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
92
171
|
'cursor': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
@@ -95,7 +174,7 @@ const _awiki_dsh_plugin_awiki_getHistory_parameter_0$schema = z.object({
|
|
|
95
174
|
const _awiki_dsh_plugin_awiki_getHistory_result$schema = z.union([z.object({
|
|
96
175
|
'ok': z.literal(false).readonly(),
|
|
97
176
|
'error': z.object({
|
|
98
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
177
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
99
178
|
'message': z.string().readonly(),
|
|
100
179
|
}).readonly(),
|
|
101
180
|
}), z.object({
|
|
@@ -113,6 +192,13 @@ const _awiki_dsh_plugin_awiki_getHistory_result$schema = z.union([z.object({
|
|
|
113
192
|
'content': z.union([z.object({
|
|
114
193
|
'kind': z.literal("text").readonly(),
|
|
115
194
|
'text': z.string().readonly(),
|
|
195
|
+
'mentions': z.array(z.object({
|
|
196
|
+
'id': z.string().readonly(),
|
|
197
|
+
'start': z.number().readonly(),
|
|
198
|
+
'end': z.number().readonly(),
|
|
199
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
200
|
+
'displayName': z.string().readonly().optional(),
|
|
201
|
+
})).readonly().optional(),
|
|
116
202
|
}), z.object({
|
|
117
203
|
'kind': z.literal("attachment").readonly(),
|
|
118
204
|
'attachment': z.object({
|
|
@@ -132,7 +218,7 @@ const _awiki_dsh_plugin_awiki_getHistory_result$schema = z.union([z.object({
|
|
|
132
218
|
const _awiki_dsh_plugin_awiki_getIdentity_result$schema = z.union([z.object({
|
|
133
219
|
'ok': z.literal(false).readonly(),
|
|
134
220
|
'error': z.object({
|
|
135
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
136
222
|
'message': z.string().readonly(),
|
|
137
223
|
}).readonly(),
|
|
138
224
|
}), z.object({
|
|
@@ -152,7 +238,7 @@ const _awiki_dsh_plugin_awiki_getLocalHistory_parameter_0$schema = z.object({
|
|
|
152
238
|
const _awiki_dsh_plugin_awiki_getLocalHistory_result$schema = z.union([z.object({
|
|
153
239
|
'ok': z.literal(false).readonly(),
|
|
154
240
|
'error': z.object({
|
|
155
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
156
242
|
'message': z.string().readonly(),
|
|
157
243
|
}).readonly(),
|
|
158
244
|
}), z.object({
|
|
@@ -170,6 +256,13 @@ const _awiki_dsh_plugin_awiki_getLocalHistory_result$schema = z.union([z.object(
|
|
|
170
256
|
'content': z.union([z.object({
|
|
171
257
|
'kind': z.literal("text").readonly(),
|
|
172
258
|
'text': z.string().readonly(),
|
|
259
|
+
'mentions': z.array(z.object({
|
|
260
|
+
'id': z.string().readonly(),
|
|
261
|
+
'start': z.number().readonly(),
|
|
262
|
+
'end': z.number().readonly(),
|
|
263
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
264
|
+
'displayName': z.string().readonly().optional(),
|
|
265
|
+
})).readonly().optional(),
|
|
173
266
|
}), z.object({
|
|
174
267
|
'kind': z.literal("attachment").readonly(),
|
|
175
268
|
'attachment': z.object({
|
|
@@ -189,7 +282,7 @@ const _awiki_dsh_plugin_awiki_getLocalHistory_result$schema = z.union([z.object(
|
|
|
189
282
|
const _awiki_dsh_plugin_awiki_getMailAccount_result$schema = z.union([z.object({
|
|
190
283
|
'ok': z.literal(false).readonly(),
|
|
191
284
|
'error': z.object({
|
|
192
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
193
286
|
'message': z.string().readonly(),
|
|
194
287
|
}).readonly(),
|
|
195
288
|
}), z.object({
|
|
@@ -200,10 +293,52 @@ const _awiki_dsh_plugin_awiki_getMailAccount_result$schema = z.union([z.object({
|
|
|
200
293
|
'status': z.string().readonly().optional(),
|
|
201
294
|
}).readonly(),
|
|
202
295
|
})])
|
|
296
|
+
const _awiki_dsh_plugin_awiki_getProfile_result$schema = z.union([z.object({
|
|
297
|
+
'ok': z.literal(false).readonly(),
|
|
298
|
+
'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(),
|
|
300
|
+
'message': z.string().readonly(),
|
|
301
|
+
}).readonly(),
|
|
302
|
+
}), z.object({
|
|
303
|
+
'ok': z.literal(true).readonly(),
|
|
304
|
+
'value': z.object({
|
|
305
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
306
|
+
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
307
|
+
'displayName': z.string().readonly(),
|
|
308
|
+
'bio': z.string().readonly(),
|
|
309
|
+
'tags': z.array(z.string()).readonly(),
|
|
310
|
+
'updatedAt': z.string().readonly().optional(),
|
|
311
|
+
}).readonly(),
|
|
312
|
+
})])
|
|
313
|
+
const _awiki_dsh_plugin_awiki_getRecoveryStatus_parameter_0$schema = z.object({
|
|
314
|
+
'operationId': z.string().readonly(),
|
|
315
|
+
})
|
|
316
|
+
const _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema = z.union([z.object({
|
|
317
|
+
'ok': z.literal(false).readonly(),
|
|
318
|
+
'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(),
|
|
320
|
+
'message': z.string().readonly(),
|
|
321
|
+
}).readonly(),
|
|
322
|
+
}), z.object({
|
|
323
|
+
'ok': z.literal(true).readonly(),
|
|
324
|
+
'value': z.object({
|
|
325
|
+
'operationId': z.string().readonly(),
|
|
326
|
+
'fullHandle': z.string().readonly(),
|
|
327
|
+
'previousDid': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
328
|
+
'currentDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
329
|
+
'phase': z.union([z.literal("awaiting_factor"), z.literal("ready_to_commit"), z.literal("remote_outcome_unknown"), z.literal("remote_committed"), z.literal("identity_transition_pending"), z.literal("applied"), z.literal("quarantined_key_unavailable")]).readonly(),
|
|
330
|
+
'failureCode': z.string().readonly().optional(),
|
|
331
|
+
'retryable': z.boolean().readonly(),
|
|
332
|
+
'localOrdinaryDataWillMigrate': z.boolean().readonly(),
|
|
333
|
+
'otherDevicesMustRejoin': z.boolean().readonly(),
|
|
334
|
+
'unsupportedE2eeGroupCount': z.number().readonly(),
|
|
335
|
+
'unsupportedDidOnlyGroupCount': z.number().readonly(),
|
|
336
|
+
}).readonly(),
|
|
337
|
+
})])
|
|
203
338
|
const _awiki_dsh_plugin_awiki_getSession_result$schema = z.union([z.object({
|
|
204
339
|
'ok': z.literal(false).readonly(),
|
|
205
340
|
'error': z.object({
|
|
206
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
207
342
|
'message': z.string().readonly(),
|
|
208
343
|
}).readonly(),
|
|
209
344
|
}), z.object({
|
|
@@ -222,6 +357,58 @@ const _awiki_dsh_plugin_awiki_getSession_result$schema = z.union([z.object({
|
|
|
222
357
|
}).readonly(),
|
|
223
358
|
})]).readonly(),
|
|
224
359
|
})])
|
|
360
|
+
const _awiki_dsh_plugin_awiki_inspectIdentityAccess_parameter_0$schema = z.object({
|
|
361
|
+
'handle': z.string().readonly(),
|
|
362
|
+
})
|
|
363
|
+
const _awiki_dsh_plugin_awiki_inspectIdentityAccess_result$schema = z.union([z.object({
|
|
364
|
+
'ok': z.literal(false).readonly(),
|
|
365
|
+
'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(),
|
|
367
|
+
'message': z.string().readonly(),
|
|
368
|
+
}).readonly(),
|
|
369
|
+
}), z.object({
|
|
370
|
+
'ok': z.literal(true).readonly(),
|
|
371
|
+
'value': z.object({
|
|
372
|
+
'status': z.union([z.literal("available"), z.literal("existing")]).readonly(),
|
|
373
|
+
'fullHandle': z.string().readonly(),
|
|
374
|
+
}).readonly(),
|
|
375
|
+
})])
|
|
376
|
+
const _awiki_dsh_plugin_awiki_joinGroup_parameter_0$schema = z.object({
|
|
377
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
378
|
+
})
|
|
379
|
+
const _awiki_dsh_plugin_awiki_joinGroup_result$schema = z.union([z.object({
|
|
380
|
+
'ok': z.literal(false).readonly(),
|
|
381
|
+
'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(),
|
|
383
|
+
'message': z.string().readonly(),
|
|
384
|
+
}).readonly(),
|
|
385
|
+
}), z.object({
|
|
386
|
+
'ok': z.literal(true).readonly(),
|
|
387
|
+
'value': z.object({
|
|
388
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
389
|
+
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
390
|
+
'title': z.string().readonly(),
|
|
391
|
+
'description': z.string().readonly().optional(),
|
|
392
|
+
'myRole': z.string().readonly().optional(),
|
|
393
|
+
'membershipStatus': z.string().readonly().optional(),
|
|
394
|
+
'memberCount': z.number().readonly().optional(),
|
|
395
|
+
}).readonly(),
|
|
396
|
+
})])
|
|
397
|
+
const _awiki_dsh_plugin_awiki_leaveGroup_parameter_0$schema = z.object({
|
|
398
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
399
|
+
})
|
|
400
|
+
const _awiki_dsh_plugin_awiki_leaveGroup_result$schema = z.union([z.object({
|
|
401
|
+
'ok': z.literal(false).readonly(),
|
|
402
|
+
'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(),
|
|
404
|
+
'message': z.string().readonly(),
|
|
405
|
+
}).readonly(),
|
|
406
|
+
}), z.object({
|
|
407
|
+
'ok': z.literal(true).readonly(),
|
|
408
|
+
'value': z.object({
|
|
409
|
+
'completed': z.literal(true).readonly(),
|
|
410
|
+
}).readonly(),
|
|
411
|
+
})])
|
|
225
412
|
const _awiki_dsh_plugin_awiki_listConversations_parameter_0$schema = z.union([z.undefined(), z.object({
|
|
226
413
|
'cursor': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
227
414
|
'limit': z.number().readonly().optional(),
|
|
@@ -229,7 +416,7 @@ const _awiki_dsh_plugin_awiki_listConversations_parameter_0$schema = z.union([z.
|
|
|
229
416
|
const _awiki_dsh_plugin_awiki_listConversations_result$schema = z.union([z.object({
|
|
230
417
|
'ok': z.literal(false).readonly(),
|
|
231
418
|
'error': z.object({
|
|
232
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
233
420
|
'message': z.string().readonly(),
|
|
234
421
|
}).readonly(),
|
|
235
422
|
}), z.object({
|
|
@@ -258,6 +445,40 @@ const _awiki_dsh_plugin_awiki_listConversations_result$schema = z.union([z.objec
|
|
|
258
445
|
'hasMore': z.boolean().readonly(),
|
|
259
446
|
}).readonly(),
|
|
260
447
|
})])
|
|
448
|
+
const _awiki_dsh_plugin_awiki_listGroupMembers_parameter_0$schema = z.object({
|
|
449
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
450
|
+
'cursor': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
451
|
+
'limit': z.number().readonly().optional(),
|
|
452
|
+
})
|
|
453
|
+
const _awiki_dsh_plugin_awiki_listGroupMembers_result$schema = z.union([z.object({
|
|
454
|
+
'ok': z.literal(false).readonly(),
|
|
455
|
+
'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(),
|
|
457
|
+
'message': z.string().readonly(),
|
|
458
|
+
}).readonly(),
|
|
459
|
+
}), z.object({
|
|
460
|
+
'ok': z.literal(true).readonly(),
|
|
461
|
+
'value': z.object({
|
|
462
|
+
'items': z.array(z.object({
|
|
463
|
+
'membershipId': z.string().readonly().optional(),
|
|
464
|
+
'peerPersonaId': z.string().readonly().optional(),
|
|
465
|
+
'did': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
466
|
+
'credentialDid': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
467
|
+
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
468
|
+
'displayName': z.string().readonly().optional(),
|
|
469
|
+
'role': z.string().readonly().optional(),
|
|
470
|
+
'status': z.string().readonly().optional(),
|
|
471
|
+
'joinedAt': z.string().readonly().optional(),
|
|
472
|
+
'subjectType': z.string().readonly().optional(),
|
|
473
|
+
})).readonly(),
|
|
474
|
+
'total': z.number().readonly().optional(),
|
|
475
|
+
'nextCursor': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
476
|
+
'hasMore': z.boolean().readonly(),
|
|
477
|
+
'pageGroup': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
478
|
+
'groupStateVersion': z.string().readonly().optional(),
|
|
479
|
+
'warnings': z.array(z.string()).readonly(),
|
|
480
|
+
}).readonly(),
|
|
481
|
+
})])
|
|
261
482
|
const _awiki_dsh_plugin_awiki_listMailInbox_parameter_0$schema = z.union([z.undefined(), z.object({
|
|
262
483
|
'folder': z.string().readonly().optional(),
|
|
263
484
|
'unreadOnly': z.boolean().readonly().optional(),
|
|
@@ -267,7 +488,7 @@ const _awiki_dsh_plugin_awiki_listMailInbox_parameter_0$schema = z.union([z.unde
|
|
|
267
488
|
const _awiki_dsh_plugin_awiki_listMailInbox_result$schema = z.union([z.object({
|
|
268
489
|
'ok': z.literal(false).readonly(),
|
|
269
490
|
'error': z.object({
|
|
270
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
271
492
|
'message': z.string().readonly(),
|
|
272
493
|
}).readonly(),
|
|
273
494
|
}), z.object({
|
|
@@ -296,7 +517,7 @@ const _awiki_dsh_plugin_awiki_listMailInbox_result$schema = z.union([z.object({
|
|
|
296
517
|
const _awiki_dsh_plugin_awiki_login_result$schema = z.union([z.object({
|
|
297
518
|
'ok': z.literal(false).readonly(),
|
|
298
519
|
'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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
300
521
|
'message': z.string().readonly(),
|
|
301
522
|
}).readonly(),
|
|
302
523
|
}), z.object({
|
|
@@ -321,7 +542,7 @@ const _awiki_dsh_plugin_awiki_logout_parameter_0$schema = z.object({
|
|
|
321
542
|
const _awiki_dsh_plugin_awiki_logout_result$schema = z.union([z.object({
|
|
322
543
|
'ok': z.literal(false).readonly(),
|
|
323
544
|
'error': z.object({
|
|
324
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
325
546
|
'message': z.string().readonly(),
|
|
326
547
|
}).readonly(),
|
|
327
548
|
}), z.object({
|
|
@@ -346,7 +567,7 @@ const _awiki_dsh_plugin_awiki_markConversationRead_parameter_0$schema = z.object
|
|
|
346
567
|
const _awiki_dsh_plugin_awiki_markConversationRead_result$schema = z.union([z.object({
|
|
347
568
|
'ok': z.literal(false).readonly(),
|
|
348
569
|
'error': z.object({
|
|
349
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
350
571
|
'message': z.string().readonly(),
|
|
351
572
|
}).readonly(),
|
|
352
573
|
}), z.object({
|
|
@@ -359,7 +580,7 @@ const _awiki_dsh_plugin_awiki_markMailRead_parameter_0$schema = z.object({
|
|
|
359
580
|
const _awiki_dsh_plugin_awiki_markMailRead_result$schema = z.union([z.object({
|
|
360
581
|
'ok': z.literal(false).readonly(),
|
|
361
582
|
'error': z.object({
|
|
362
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
363
584
|
'message': z.string().readonly(),
|
|
364
585
|
}).readonly(),
|
|
365
586
|
}), z.object({
|
|
@@ -368,13 +589,40 @@ const _awiki_dsh_plugin_awiki_markMailRead_result$schema = z.union([z.object({
|
|
|
368
589
|
'updated': z.number().readonly(),
|
|
369
590
|
}).readonly(),
|
|
370
591
|
})])
|
|
592
|
+
const _awiki_dsh_plugin_awiki_prepareRecovery_parameter_0$schema = z.object({
|
|
593
|
+
'operationId': z.string().readonly(),
|
|
594
|
+
'phone': z.string().readonly(),
|
|
595
|
+
'otp': z.string().readonly(),
|
|
596
|
+
})
|
|
597
|
+
const _awiki_dsh_plugin_awiki_prepareRecovery_result$schema = z.union([z.object({
|
|
598
|
+
'ok': z.literal(false).readonly(),
|
|
599
|
+
'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(),
|
|
601
|
+
'message': z.string().readonly(),
|
|
602
|
+
}).readonly(),
|
|
603
|
+
}), z.object({
|
|
604
|
+
'ok': z.literal(true).readonly(),
|
|
605
|
+
'value': z.object({
|
|
606
|
+
'operationId': z.string().readonly(),
|
|
607
|
+
'fullHandle': z.string().readonly(),
|
|
608
|
+
'previousDid': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
609
|
+
'currentDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
610
|
+
'phase': z.union([z.literal("awaiting_factor"), z.literal("ready_to_commit"), z.literal("remote_outcome_unknown"), z.literal("remote_committed"), z.literal("identity_transition_pending"), z.literal("applied"), z.literal("quarantined_key_unavailable")]).readonly(),
|
|
611
|
+
'failureCode': z.string().readonly().optional(),
|
|
612
|
+
'retryable': z.boolean().readonly(),
|
|
613
|
+
'localOrdinaryDataWillMigrate': z.boolean().readonly(),
|
|
614
|
+
'otherDevicesMustRejoin': z.boolean().readonly(),
|
|
615
|
+
'unsupportedE2eeGroupCount': z.number().readonly(),
|
|
616
|
+
'unsupportedDidOnlyGroupCount': z.number().readonly(),
|
|
617
|
+
}).readonly(),
|
|
618
|
+
})])
|
|
371
619
|
const _awiki_dsh_plugin_awiki_readMail_parameter_0$schema = z.object({
|
|
372
620
|
'messageId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
373
621
|
})
|
|
374
622
|
const _awiki_dsh_plugin_awiki_readMail_result$schema = z.union([z.object({
|
|
375
623
|
'ok': z.literal(false).readonly(),
|
|
376
624
|
'error': z.object({
|
|
377
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
378
626
|
'message': z.string().readonly(),
|
|
379
627
|
}).readonly(),
|
|
380
628
|
}), z.object({
|
|
@@ -415,7 +663,7 @@ const _awiki_dsh_plugin_awiki_registerIdentity_parameter_0$schema = z.object({
|
|
|
415
663
|
const _awiki_dsh_plugin_awiki_registerIdentity_result$schema = z.union([z.object({
|
|
416
664
|
'ok': z.literal(false).readonly(),
|
|
417
665
|
'error': z.object({
|
|
418
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
419
667
|
'message': z.string().readonly(),
|
|
420
668
|
}).readonly(),
|
|
421
669
|
}), z.object({
|
|
@@ -427,13 +675,30 @@ const _awiki_dsh_plugin_awiki_registerIdentity_result$schema = z.union([z.object
|
|
|
427
675
|
'registeredAt': z.number().readonly(),
|
|
428
676
|
}).readonly(),
|
|
429
677
|
})])
|
|
678
|
+
const _awiki_dsh_plugin_awiki_removeGroupMember_parameter_0$schema = z.object({
|
|
679
|
+
'member': z.string().readonly(),
|
|
680
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
681
|
+
})
|
|
682
|
+
const _awiki_dsh_plugin_awiki_removeGroupMember_result$schema = z.union([z.object({
|
|
683
|
+
'ok': z.literal(false).readonly(),
|
|
684
|
+
'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(),
|
|
686
|
+
'message': z.string().readonly(),
|
|
687
|
+
}).readonly(),
|
|
688
|
+
}), z.object({
|
|
689
|
+
'ok': z.literal(true).readonly(),
|
|
690
|
+
'value': z.object({
|
|
691
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
692
|
+
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
693
|
+
}).readonly(),
|
|
694
|
+
})])
|
|
430
695
|
const _awiki_dsh_plugin_awiki_resolvePeer_parameter_0$schema = z.object({
|
|
431
696
|
'peer': z.string().readonly(),
|
|
432
697
|
})
|
|
433
698
|
const _awiki_dsh_plugin_awiki_resolvePeer_result$schema = z.union([z.object({
|
|
434
699
|
'ok': z.literal(false).readonly(),
|
|
435
700
|
'error': z.object({
|
|
436
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
437
702
|
'message': z.string().readonly(),
|
|
438
703
|
}).readonly(),
|
|
439
704
|
}), z.object({
|
|
@@ -445,6 +710,46 @@ const _awiki_dsh_plugin_awiki_resolvePeer_result$schema = z.union([z.object({
|
|
|
445
710
|
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
446
711
|
}).readonly(),
|
|
447
712
|
})])
|
|
713
|
+
const _awiki_dsh_plugin_awiki_resumeGroupRebindRecovery_result$schema = z.union([z.object({
|
|
714
|
+
'ok': z.literal(false).readonly(),
|
|
715
|
+
'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(),
|
|
717
|
+
'message': z.string().readonly(),
|
|
718
|
+
}).readonly(),
|
|
719
|
+
}), z.object({
|
|
720
|
+
'ok': z.literal(true).readonly(),
|
|
721
|
+
'value': z.object({
|
|
722
|
+
'processed': z.number().readonly(),
|
|
723
|
+
'completed': z.number().readonly(),
|
|
724
|
+
'pending': z.number().readonly(),
|
|
725
|
+
'blocked': z.number().readonly(),
|
|
726
|
+
}).readonly(),
|
|
727
|
+
})])
|
|
728
|
+
const _awiki_dsh_plugin_awiki_resumeRecovery_parameter_0$schema = z.object({
|
|
729
|
+
'operationId': z.string().readonly(),
|
|
730
|
+
})
|
|
731
|
+
const _awiki_dsh_plugin_awiki_resumeRecovery_result$schema = z.union([z.object({
|
|
732
|
+
'ok': z.literal(false).readonly(),
|
|
733
|
+
'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(),
|
|
735
|
+
'message': z.string().readonly(),
|
|
736
|
+
}).readonly(),
|
|
737
|
+
}), z.object({
|
|
738
|
+
'ok': z.literal(true).readonly(),
|
|
739
|
+
'value': z.object({
|
|
740
|
+
'operationId': z.string().readonly(),
|
|
741
|
+
'fullHandle': z.string().readonly(),
|
|
742
|
+
'previousDid': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
743
|
+
'currentDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
744
|
+
'phase': z.union([z.literal("awaiting_factor"), z.literal("ready_to_commit"), z.literal("remote_outcome_unknown"), z.literal("remote_committed"), z.literal("identity_transition_pending"), z.literal("applied"), z.literal("quarantined_key_unavailable")]).readonly(),
|
|
745
|
+
'failureCode': z.string().readonly().optional(),
|
|
746
|
+
'retryable': z.boolean().readonly(),
|
|
747
|
+
'localOrdinaryDataWillMigrate': z.boolean().readonly(),
|
|
748
|
+
'otherDevicesMustRejoin': z.boolean().readonly(),
|
|
749
|
+
'unsupportedE2eeGroupCount': z.number().readonly(),
|
|
750
|
+
'unsupportedDidOnlyGroupCount': z.number().readonly(),
|
|
751
|
+
}).readonly(),
|
|
752
|
+
})])
|
|
448
753
|
const _awiki_dsh_plugin_awiki_sendAttachment_parameter_0$schema = z.object({
|
|
449
754
|
'target': z.union([z.object({
|
|
450
755
|
'kind': z.literal("direct").readonly(),
|
|
@@ -462,7 +767,7 @@ const _awiki_dsh_plugin_awiki_sendAttachment_parameter_0$schema = z.object({
|
|
|
462
767
|
const _awiki_dsh_plugin_awiki_sendAttachment_result$schema = z.union([z.object({
|
|
463
768
|
'ok': z.literal(false).readonly(),
|
|
464
769
|
'error': z.object({
|
|
465
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
466
771
|
'message': z.string().readonly(),
|
|
467
772
|
}).readonly(),
|
|
468
773
|
}), z.object({
|
|
@@ -479,6 +784,13 @@ const _awiki_dsh_plugin_awiki_sendAttachment_result$schema = z.union([z.object({
|
|
|
479
784
|
'content': z.union([z.object({
|
|
480
785
|
'kind': z.literal("text").readonly(),
|
|
481
786
|
'text': z.string().readonly(),
|
|
787
|
+
'mentions': z.array(z.object({
|
|
788
|
+
'id': z.string().readonly(),
|
|
789
|
+
'start': z.number().readonly(),
|
|
790
|
+
'end': z.number().readonly(),
|
|
791
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
792
|
+
'displayName': z.string().readonly().optional(),
|
|
793
|
+
})).readonly().optional(),
|
|
482
794
|
}), z.object({
|
|
483
795
|
'kind': z.literal("attachment").readonly(),
|
|
484
796
|
'attachment': z.object({
|
|
@@ -501,7 +813,7 @@ const _awiki_dsh_plugin_awiki_sendMail_parameter_0$schema = z.object({
|
|
|
501
813
|
const _awiki_dsh_plugin_awiki_sendMail_result$schema = z.union([z.object({
|
|
502
814
|
'ok': z.literal(false).readonly(),
|
|
503
815
|
'error': z.object({
|
|
504
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
505
817
|
'message': z.string().readonly(),
|
|
506
818
|
}).readonly(),
|
|
507
819
|
}), z.object({
|
|
@@ -512,6 +824,25 @@ const _awiki_dsh_plugin_awiki_sendMail_result$schema = z.union([z.object({
|
|
|
512
824
|
'warnings': z.array(z.string()).readonly(),
|
|
513
825
|
}).readonly(),
|
|
514
826
|
})])
|
|
827
|
+
const _awiki_dsh_plugin_awiki_sendRecoveryOtp_parameter_0$schema = z.object({
|
|
828
|
+
'fullHandle': z.string().readonly(),
|
|
829
|
+
'phone': z.string().readonly(),
|
|
830
|
+
})
|
|
831
|
+
const _awiki_dsh_plugin_awiki_sendRecoveryOtp_result$schema = z.union([z.object({
|
|
832
|
+
'ok': z.literal(false).readonly(),
|
|
833
|
+
'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(),
|
|
835
|
+
'message': z.string().readonly(),
|
|
836
|
+
}).readonly(),
|
|
837
|
+
}), z.object({
|
|
838
|
+
'ok': z.literal(true).readonly(),
|
|
839
|
+
'value': z.object({
|
|
840
|
+
'operationId': z.string().readonly(),
|
|
841
|
+
'fullHandle': z.string().readonly(),
|
|
842
|
+
'retryAfterSeconds': z.number().readonly(),
|
|
843
|
+
'retryAt': z.string().readonly(),
|
|
844
|
+
}).readonly(),
|
|
845
|
+
})])
|
|
515
846
|
const _awiki_dsh_plugin_awiki_sendRegistrationOtp_parameter_0$schema = z.object({
|
|
516
847
|
'handle': z.string().readonly(),
|
|
517
848
|
'phone': z.string().readonly(),
|
|
@@ -519,7 +850,7 @@ const _awiki_dsh_plugin_awiki_sendRegistrationOtp_parameter_0$schema = z.object(
|
|
|
519
850
|
const _awiki_dsh_plugin_awiki_sendRegistrationOtp_result$schema = z.union([z.object({
|
|
520
851
|
'ok': z.literal(false).readonly(),
|
|
521
852
|
'error': z.object({
|
|
522
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
523
854
|
'message': z.string().readonly(),
|
|
524
855
|
}).readonly(),
|
|
525
856
|
}), z.object({
|
|
@@ -539,11 +870,18 @@ const _awiki_dsh_plugin_awiki_sendText_parameter_0$schema = z.object({
|
|
|
539
870
|
})]).readonly(),
|
|
540
871
|
'text': z.string().readonly(),
|
|
541
872
|
'idempotencyKey': z.string().readonly(),
|
|
873
|
+
'mentions': z.array(z.object({
|
|
874
|
+
'id': z.string().readonly(),
|
|
875
|
+
'start': z.number().readonly(),
|
|
876
|
+
'end': z.number().readonly(),
|
|
877
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
878
|
+
'displayName': z.string().readonly().optional(),
|
|
879
|
+
})).readonly().optional(),
|
|
542
880
|
})
|
|
543
881
|
const _awiki_dsh_plugin_awiki_sendText_result$schema = z.union([z.object({
|
|
544
882
|
'ok': z.literal(false).readonly(),
|
|
545
883
|
'error': z.object({
|
|
546
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
547
885
|
'message': z.string().readonly(),
|
|
548
886
|
}).readonly(),
|
|
549
887
|
}), z.object({
|
|
@@ -560,6 +898,13 @@ const _awiki_dsh_plugin_awiki_sendText_result$schema = z.union([z.object({
|
|
|
560
898
|
'content': z.union([z.object({
|
|
561
899
|
'kind': z.literal("text").readonly(),
|
|
562
900
|
'text': z.string().readonly(),
|
|
901
|
+
'mentions': z.array(z.object({
|
|
902
|
+
'id': z.string().readonly(),
|
|
903
|
+
'start': z.number().readonly(),
|
|
904
|
+
'end': z.number().readonly(),
|
|
905
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
906
|
+
'displayName': z.string().readonly().optional(),
|
|
907
|
+
})).readonly().optional(),
|
|
563
908
|
}), z.object({
|
|
564
909
|
'kind': z.literal("attachment").readonly(),
|
|
565
910
|
'attachment': z.object({
|
|
@@ -580,7 +925,7 @@ const _awiki_dsh_plugin_awiki_summarizeConversation_parameter_0$schema = z.objec
|
|
|
580
925
|
const _awiki_dsh_plugin_awiki_summarizeConversation_result$schema = z.union([z.object({
|
|
581
926
|
'ok': z.literal(false).readonly(),
|
|
582
927
|
'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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
584
929
|
'message': z.string().readonly(),
|
|
585
930
|
}).readonly(),
|
|
586
931
|
}), z.object({
|
|
@@ -609,7 +954,7 @@ const _awiki_dsh_plugin_awiki_updateDisplayName_parameter_0$schema = z.object({
|
|
|
609
954
|
const _awiki_dsh_plugin_awiki_updateDisplayName_result$schema = z.union([z.object({
|
|
610
955
|
'ok': z.literal(false).readonly(),
|
|
611
956
|
'error': z.object({
|
|
612
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.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("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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(),
|
|
613
958
|
'message': z.string().readonly(),
|
|
614
959
|
}).readonly(),
|
|
615
960
|
}), z.object({
|
|
@@ -621,10 +966,82 @@ const _awiki_dsh_plugin_awiki_updateDisplayName_result$schema = z.union([z.objec
|
|
|
621
966
|
'registeredAt': z.number().readonly(),
|
|
622
967
|
}).readonly(),
|
|
623
968
|
})])
|
|
969
|
+
const _awiki_dsh_plugin_awiki_updateProfile_parameter_0$schema = z.object({
|
|
970
|
+
'displayName': z.string().readonly(),
|
|
971
|
+
'bio': z.string().readonly(),
|
|
972
|
+
'tags': z.array(z.string()).readonly(),
|
|
973
|
+
})
|
|
974
|
+
const _awiki_dsh_plugin_awiki_updateProfile_result$schema = z.union([z.object({
|
|
975
|
+
'ok': z.literal(false).readonly(),
|
|
976
|
+
'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(),
|
|
978
|
+
'message': z.string().readonly(),
|
|
979
|
+
}).readonly(),
|
|
980
|
+
}), z.object({
|
|
981
|
+
'ok': z.literal(true).readonly(),
|
|
982
|
+
'value': z.object({
|
|
983
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
984
|
+
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
985
|
+
'displayName': z.string().readonly(),
|
|
986
|
+
'bio': z.string().readonly(),
|
|
987
|
+
'tags': z.array(z.string()).readonly(),
|
|
988
|
+
'updatedAt': z.string().readonly().optional(),
|
|
989
|
+
}).readonly(),
|
|
990
|
+
})])
|
|
624
991
|
|
|
625
992
|
export const TYPERT_REMOTE = {
|
|
626
993
|
package: '@awiki/dsh-plugin',
|
|
627
994
|
descriptors: [
|
|
995
|
+
{
|
|
996
|
+
id: '@awiki/dsh-plugin#awiki/activateRecovery',
|
|
997
|
+
service: 'awiki',
|
|
998
|
+
namespace: 'awiki',
|
|
999
|
+
method: 'activateRecovery',
|
|
1000
|
+
invocation: { kind: 'direct' },
|
|
1001
|
+
parameters: [
|
|
1002
|
+
{
|
|
1003
|
+
name: 'request',
|
|
1004
|
+
wire: 'request',
|
|
1005
|
+
source: 'json',
|
|
1006
|
+
codec: {
|
|
1007
|
+
mode: 'strict',
|
|
1008
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRecoveryOperationRequest',
|
|
1009
|
+
schema: _awiki_dsh_plugin_awiki_activateRecovery_parameter_0$schema,
|
|
1010
|
+
},
|
|
1011
|
+
},
|
|
1012
|
+
],
|
|
1013
|
+
result: {
|
|
1014
|
+
mode: 'strict',
|
|
1015
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1016
|
+
schema: _awiki_dsh_plugin_awiki_activateRecovery_result$schema,
|
|
1017
|
+
},
|
|
1018
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":115,"column":9},
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
id: '@awiki/dsh-plugin#awiki/addGroupMember',
|
|
1022
|
+
service: 'awiki',
|
|
1023
|
+
namespace: 'awiki',
|
|
1024
|
+
method: 'addGroupMember',
|
|
1025
|
+
invocation: { kind: 'direct' },
|
|
1026
|
+
parameters: [
|
|
1027
|
+
{
|
|
1028
|
+
name: 'request',
|
|
1029
|
+
wire: 'request',
|
|
1030
|
+
source: 'json',
|
|
1031
|
+
codec: {
|
|
1032
|
+
mode: 'strict',
|
|
1033
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiAddGroupMemberRequest',
|
|
1034
|
+
schema: _awiki_dsh_plugin_awiki_addGroupMember_parameter_0$schema,
|
|
1035
|
+
},
|
|
1036
|
+
},
|
|
1037
|
+
],
|
|
1038
|
+
result: {
|
|
1039
|
+
mode: 'strict',
|
|
1040
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1041
|
+
schema: _awiki_dsh_plugin_awiki_addGroupMember_result$schema,
|
|
1042
|
+
},
|
|
1043
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":145,"column":3},
|
|
1044
|
+
},
|
|
628
1045
|
{
|
|
629
1046
|
id: '@awiki/dsh-plugin#awiki/clearLocalData',
|
|
630
1047
|
service: 'awiki',
|
|
@@ -648,7 +1065,7 @@ export const TYPERT_REMOTE = {
|
|
|
648
1065
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
649
1066
|
schema: _awiki_dsh_plugin_awiki_clearLocalData_result$schema,
|
|
650
1067
|
},
|
|
651
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1068
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":195,"column":3},
|
|
652
1069
|
},
|
|
653
1070
|
{
|
|
654
1071
|
id: '@awiki/dsh-plugin#awiki/createGroup',
|
|
@@ -673,7 +1090,32 @@ export const TYPERT_REMOTE = {
|
|
|
673
1090
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
674
1091
|
schema: _awiki_dsh_plugin_awiki_createGroup_result$schema,
|
|
675
1092
|
},
|
|
676
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1093
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":130,"column":9},
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
id: '@awiki/dsh-plugin#awiki/discardRecovery',
|
|
1097
|
+
service: 'awiki',
|
|
1098
|
+
namespace: 'awiki',
|
|
1099
|
+
method: 'discardRecovery',
|
|
1100
|
+
invocation: { kind: 'direct' },
|
|
1101
|
+
parameters: [
|
|
1102
|
+
{
|
|
1103
|
+
name: 'request',
|
|
1104
|
+
wire: 'request',
|
|
1105
|
+
source: 'json',
|
|
1106
|
+
codec: {
|
|
1107
|
+
mode: 'strict',
|
|
1108
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRecoveryOperationRequest',
|
|
1109
|
+
schema: _awiki_dsh_plugin_awiki_discardRecovery_parameter_0$schema,
|
|
1110
|
+
},
|
|
1111
|
+
},
|
|
1112
|
+
],
|
|
1113
|
+
result: {
|
|
1114
|
+
mode: 'strict',
|
|
1115
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1116
|
+
schema: _awiki_dsh_plugin_awiki_discardRecovery_result$schema,
|
|
1117
|
+
},
|
|
1118
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":124,"column":9},
|
|
677
1119
|
},
|
|
678
1120
|
{
|
|
679
1121
|
id: '@awiki/dsh-plugin#awiki/downloadAttachment',
|
|
@@ -698,7 +1140,7 @@ export const TYPERT_REMOTE = {
|
|
|
698
1140
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
699
1141
|
schema: _awiki_dsh_plugin_awiki_downloadAttachment_result$schema,
|
|
700
1142
|
},
|
|
701
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1143
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":177,"column":9},
|
|
702
1144
|
},
|
|
703
1145
|
{
|
|
704
1146
|
id: '@awiki/dsh-plugin#awiki/getConfig',
|
|
@@ -713,7 +1155,32 @@ export const TYPERT_REMOTE = {
|
|
|
713
1155
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
714
1156
|
schema: _awiki_dsh_plugin_awiki_getConfig_result$schema,
|
|
715
1157
|
},
|
|
716
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1158
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":74,"column":3},
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
id: '@awiki/dsh-plugin#awiki/getGroup',
|
|
1162
|
+
service: 'awiki',
|
|
1163
|
+
namespace: 'awiki',
|
|
1164
|
+
method: 'getGroup',
|
|
1165
|
+
invocation: { kind: 'direct' },
|
|
1166
|
+
parameters: [
|
|
1167
|
+
{
|
|
1168
|
+
name: 'request',
|
|
1169
|
+
wire: 'request',
|
|
1170
|
+
source: 'json',
|
|
1171
|
+
codec: {
|
|
1172
|
+
mode: 'strict',
|
|
1173
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiGroupRequest',
|
|
1174
|
+
schema: _awiki_dsh_plugin_awiki_getGroup_parameter_0$schema,
|
|
1175
|
+
},
|
|
1176
|
+
},
|
|
1177
|
+
],
|
|
1178
|
+
result: {
|
|
1179
|
+
mode: 'strict',
|
|
1180
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1181
|
+
schema: _awiki_dsh_plugin_awiki_getGroup_result$schema,
|
|
1182
|
+
},
|
|
1183
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":133,"column":3},
|
|
717
1184
|
},
|
|
718
1185
|
{
|
|
719
1186
|
id: '@awiki/dsh-plugin#awiki/getHistory',
|
|
@@ -738,7 +1205,7 @@ export const TYPERT_REMOTE = {
|
|
|
738
1205
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
739
1206
|
schema: _awiki_dsh_plugin_awiki_getHistory_result$schema,
|
|
740
1207
|
},
|
|
741
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1208
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":157,"column":3},
|
|
742
1209
|
},
|
|
743
1210
|
{
|
|
744
1211
|
id: '@awiki/dsh-plugin#awiki/getIdentity',
|
|
@@ -753,7 +1220,7 @@ export const TYPERT_REMOTE = {
|
|
|
753
1220
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
754
1221
|
schema: _awiki_dsh_plugin_awiki_getIdentity_result$schema,
|
|
755
1222
|
},
|
|
756
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1223
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":77,"column":9},
|
|
757
1224
|
},
|
|
758
1225
|
{
|
|
759
1226
|
id: '@awiki/dsh-plugin#awiki/getLocalHistory',
|
|
@@ -778,7 +1245,7 @@ export const TYPERT_REMOTE = {
|
|
|
778
1245
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
779
1246
|
schema: _awiki_dsh_plugin_awiki_getLocalHistory_result$schema,
|
|
780
1247
|
},
|
|
781
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1248
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":160,"column":3},
|
|
782
1249
|
},
|
|
783
1250
|
{
|
|
784
1251
|
id: '@awiki/dsh-plugin#awiki/getMailAccount',
|
|
@@ -793,7 +1260,47 @@ export const TYPERT_REMOTE = {
|
|
|
793
1260
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
794
1261
|
schema: _awiki_dsh_plugin_awiki_getMailAccount_result$schema,
|
|
795
1262
|
},
|
|
796
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1263
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":180,"column":3},
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
id: '@awiki/dsh-plugin#awiki/getProfile',
|
|
1267
|
+
service: 'awiki',
|
|
1268
|
+
namespace: 'awiki',
|
|
1269
|
+
method: 'getProfile',
|
|
1270
|
+
invocation: { kind: 'direct' },
|
|
1271
|
+
parameters: [
|
|
1272
|
+
],
|
|
1273
|
+
result: {
|
|
1274
|
+
mode: 'strict',
|
|
1275
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1276
|
+
schema: _awiki_dsh_plugin_awiki_getProfile_result$schema,
|
|
1277
|
+
},
|
|
1278
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":103,"column":3},
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
id: '@awiki/dsh-plugin#awiki/getRecoveryStatus',
|
|
1282
|
+
service: 'awiki',
|
|
1283
|
+
namespace: 'awiki',
|
|
1284
|
+
method: 'getRecoveryStatus',
|
|
1285
|
+
invocation: { kind: 'direct' },
|
|
1286
|
+
parameters: [
|
|
1287
|
+
{
|
|
1288
|
+
name: 'request',
|
|
1289
|
+
wire: 'request',
|
|
1290
|
+
source: 'json',
|
|
1291
|
+
codec: {
|
|
1292
|
+
mode: 'strict',
|
|
1293
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRecoveryOperationRequest',
|
|
1294
|
+
schema: _awiki_dsh_plugin_awiki_getRecoveryStatus_parameter_0$schema,
|
|
1295
|
+
},
|
|
1296
|
+
},
|
|
1297
|
+
],
|
|
1298
|
+
result: {
|
|
1299
|
+
mode: 'strict',
|
|
1300
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1301
|
+
schema: _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema,
|
|
1302
|
+
},
|
|
1303
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":118,"column":9},
|
|
797
1304
|
},
|
|
798
1305
|
{
|
|
799
1306
|
id: '@awiki/dsh-plugin#awiki/getSession',
|
|
@@ -808,7 +1315,82 @@ export const TYPERT_REMOTE = {
|
|
|
808
1315
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
809
1316
|
schema: _awiki_dsh_plugin_awiki_getSession_result$schema,
|
|
810
1317
|
},
|
|
811
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1318
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":80,"column":9},
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
id: '@awiki/dsh-plugin#awiki/inspectIdentityAccess',
|
|
1322
|
+
service: 'awiki',
|
|
1323
|
+
namespace: 'awiki',
|
|
1324
|
+
method: 'inspectIdentityAccess',
|
|
1325
|
+
invocation: { kind: 'direct' },
|
|
1326
|
+
parameters: [
|
|
1327
|
+
{
|
|
1328
|
+
name: 'request',
|
|
1329
|
+
wire: 'request',
|
|
1330
|
+
source: 'json',
|
|
1331
|
+
codec: {
|
|
1332
|
+
mode: 'strict',
|
|
1333
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiIdentityAccessInspectionRequest',
|
|
1334
|
+
schema: _awiki_dsh_plugin_awiki_inspectIdentityAccess_parameter_0$schema,
|
|
1335
|
+
},
|
|
1336
|
+
},
|
|
1337
|
+
],
|
|
1338
|
+
result: {
|
|
1339
|
+
mode: 'strict',
|
|
1340
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1341
|
+
schema: _awiki_dsh_plugin_awiki_inspectIdentityAccess_result$schema,
|
|
1342
|
+
},
|
|
1343
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":89,"column":9},
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
id: '@awiki/dsh-plugin#awiki/joinGroup',
|
|
1347
|
+
service: 'awiki',
|
|
1348
|
+
namespace: 'awiki',
|
|
1349
|
+
method: 'joinGroup',
|
|
1350
|
+
invocation: { kind: 'direct' },
|
|
1351
|
+
parameters: [
|
|
1352
|
+
{
|
|
1353
|
+
name: 'request',
|
|
1354
|
+
wire: 'request',
|
|
1355
|
+
source: 'json',
|
|
1356
|
+
codec: {
|
|
1357
|
+
mode: 'strict',
|
|
1358
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiGroupRequest',
|
|
1359
|
+
schema: _awiki_dsh_plugin_awiki_joinGroup_parameter_0$schema,
|
|
1360
|
+
},
|
|
1361
|
+
},
|
|
1362
|
+
],
|
|
1363
|
+
result: {
|
|
1364
|
+
mode: 'strict',
|
|
1365
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1366
|
+
schema: _awiki_dsh_plugin_awiki_joinGroup_result$schema,
|
|
1367
|
+
},
|
|
1368
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":136,"column":3},
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
id: '@awiki/dsh-plugin#awiki/leaveGroup',
|
|
1372
|
+
service: 'awiki',
|
|
1373
|
+
namespace: 'awiki',
|
|
1374
|
+
method: 'leaveGroup',
|
|
1375
|
+
invocation: { kind: 'direct' },
|
|
1376
|
+
parameters: [
|
|
1377
|
+
{
|
|
1378
|
+
name: 'request',
|
|
1379
|
+
wire: 'request',
|
|
1380
|
+
source: 'json',
|
|
1381
|
+
codec: {
|
|
1382
|
+
mode: 'strict',
|
|
1383
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiGroupRequest',
|
|
1384
|
+
schema: _awiki_dsh_plugin_awiki_leaveGroup_parameter_0$schema,
|
|
1385
|
+
},
|
|
1386
|
+
},
|
|
1387
|
+
],
|
|
1388
|
+
result: {
|
|
1389
|
+
mode: 'strict',
|
|
1390
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1391
|
+
schema: _awiki_dsh_plugin_awiki_leaveGroup_result$schema,
|
|
1392
|
+
},
|
|
1393
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":139,"column":9},
|
|
812
1394
|
},
|
|
813
1395
|
{
|
|
814
1396
|
id: '@awiki/dsh-plugin#awiki/listConversations',
|
|
@@ -834,7 +1416,32 @@ export const TYPERT_REMOTE = {
|
|
|
834
1416
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
835
1417
|
schema: _awiki_dsh_plugin_awiki_listConversations_result$schema,
|
|
836
1418
|
},
|
|
837
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1419
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":154,"column":3},
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
id: '@awiki/dsh-plugin#awiki/listGroupMembers',
|
|
1423
|
+
service: 'awiki',
|
|
1424
|
+
namespace: 'awiki',
|
|
1425
|
+
method: 'listGroupMembers',
|
|
1426
|
+
invocation: { kind: 'direct' },
|
|
1427
|
+
parameters: [
|
|
1428
|
+
{
|
|
1429
|
+
name: 'request',
|
|
1430
|
+
wire: 'request',
|
|
1431
|
+
source: 'json',
|
|
1432
|
+
codec: {
|
|
1433
|
+
mode: 'strict',
|
|
1434
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiGroupMembersRequest',
|
|
1435
|
+
schema: _awiki_dsh_plugin_awiki_listGroupMembers_parameter_0$schema,
|
|
1436
|
+
},
|
|
1437
|
+
},
|
|
1438
|
+
],
|
|
1439
|
+
result: {
|
|
1440
|
+
mode: 'strict',
|
|
1441
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1442
|
+
schema: _awiki_dsh_plugin_awiki_listGroupMembers_result$schema,
|
|
1443
|
+
},
|
|
1444
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":142,"column":3},
|
|
838
1445
|
},
|
|
839
1446
|
{
|
|
840
1447
|
id: '@awiki/dsh-plugin#awiki/listMailInbox',
|
|
@@ -860,7 +1467,7 @@ export const TYPERT_REMOTE = {
|
|
|
860
1467
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
861
1468
|
schema: _awiki_dsh_plugin_awiki_listMailInbox_result$schema,
|
|
862
1469
|
},
|
|
863
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1470
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":183,"column":9},
|
|
864
1471
|
},
|
|
865
1472
|
{
|
|
866
1473
|
id: '@awiki/dsh-plugin#awiki/login',
|
|
@@ -875,7 +1482,7 @@ export const TYPERT_REMOTE = {
|
|
|
875
1482
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
876
1483
|
schema: _awiki_dsh_plugin_awiki_login_result$schema,
|
|
877
1484
|
},
|
|
878
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1485
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":86,"column":3},
|
|
879
1486
|
},
|
|
880
1487
|
{
|
|
881
1488
|
id: '@awiki/dsh-plugin#awiki/logout',
|
|
@@ -900,7 +1507,7 @@ export const TYPERT_REMOTE = {
|
|
|
900
1507
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
901
1508
|
schema: _awiki_dsh_plugin_awiki_logout_result$schema,
|
|
902
1509
|
},
|
|
903
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1510
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":83,"column":3},
|
|
904
1511
|
},
|
|
905
1512
|
{
|
|
906
1513
|
id: '@awiki/dsh-plugin#awiki/markConversationRead',
|
|
@@ -925,7 +1532,7 @@ export const TYPERT_REMOTE = {
|
|
|
925
1532
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
926
1533
|
schema: _awiki_dsh_plugin_awiki_markConversationRead_result$schema,
|
|
927
1534
|
},
|
|
928
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1535
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":168,"column":3},
|
|
929
1536
|
},
|
|
930
1537
|
{
|
|
931
1538
|
id: '@awiki/dsh-plugin#awiki/markMailRead',
|
|
@@ -950,7 +1557,32 @@ export const TYPERT_REMOTE = {
|
|
|
950
1557
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
951
1558
|
schema: _awiki_dsh_plugin_awiki_markMailRead_result$schema,
|
|
952
1559
|
},
|
|
953
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1560
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":189,"column":3},
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
id: '@awiki/dsh-plugin#awiki/prepareRecovery',
|
|
1564
|
+
service: 'awiki',
|
|
1565
|
+
namespace: 'awiki',
|
|
1566
|
+
method: 'prepareRecovery',
|
|
1567
|
+
invocation: { kind: 'direct' },
|
|
1568
|
+
parameters: [
|
|
1569
|
+
{
|
|
1570
|
+
name: 'request',
|
|
1571
|
+
wire: 'request',
|
|
1572
|
+
source: 'json',
|
|
1573
|
+
codec: {
|
|
1574
|
+
mode: 'strict',
|
|
1575
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRecoveryPrepareRequest',
|
|
1576
|
+
schema: _awiki_dsh_plugin_awiki_prepareRecovery_parameter_0$schema,
|
|
1577
|
+
},
|
|
1578
|
+
},
|
|
1579
|
+
],
|
|
1580
|
+
result: {
|
|
1581
|
+
mode: 'strict',
|
|
1582
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1583
|
+
schema: _awiki_dsh_plugin_awiki_prepareRecovery_result$schema,
|
|
1584
|
+
},
|
|
1585
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":112,"column":3},
|
|
954
1586
|
},
|
|
955
1587
|
{
|
|
956
1588
|
id: '@awiki/dsh-plugin#awiki/readMail',
|
|
@@ -975,7 +1607,7 @@ export const TYPERT_REMOTE = {
|
|
|
975
1607
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
976
1608
|
schema: _awiki_dsh_plugin_awiki_readMail_result$schema,
|
|
977
1609
|
},
|
|
978
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1610
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":186,"column":9},
|
|
979
1611
|
},
|
|
980
1612
|
{
|
|
981
1613
|
id: '@awiki/dsh-plugin#awiki/registerIdentity',
|
|
@@ -1000,7 +1632,32 @@ export const TYPERT_REMOTE = {
|
|
|
1000
1632
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1001
1633
|
schema: _awiki_dsh_plugin_awiki_registerIdentity_result$schema,
|
|
1002
1634
|
},
|
|
1003
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1635
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":97,"column":9},
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
id: '@awiki/dsh-plugin#awiki/removeGroupMember',
|
|
1639
|
+
service: 'awiki',
|
|
1640
|
+
namespace: 'awiki',
|
|
1641
|
+
method: 'removeGroupMember',
|
|
1642
|
+
invocation: { kind: 'direct' },
|
|
1643
|
+
parameters: [
|
|
1644
|
+
{
|
|
1645
|
+
name: 'request',
|
|
1646
|
+
wire: 'request',
|
|
1647
|
+
source: 'json',
|
|
1648
|
+
codec: {
|
|
1649
|
+
mode: 'strict',
|
|
1650
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRemoveGroupMemberRequest',
|
|
1651
|
+
schema: _awiki_dsh_plugin_awiki_removeGroupMember_parameter_0$schema,
|
|
1652
|
+
},
|
|
1653
|
+
},
|
|
1654
|
+
],
|
|
1655
|
+
result: {
|
|
1656
|
+
mode: 'strict',
|
|
1657
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1658
|
+
schema: _awiki_dsh_plugin_awiki_removeGroupMember_result$schema,
|
|
1659
|
+
},
|
|
1660
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":148,"column":3},
|
|
1004
1661
|
},
|
|
1005
1662
|
{
|
|
1006
1663
|
id: '@awiki/dsh-plugin#awiki/resolvePeer',
|
|
@@ -1025,7 +1682,47 @@ export const TYPERT_REMOTE = {
|
|
|
1025
1682
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1026
1683
|
schema: _awiki_dsh_plugin_awiki_resolvePeer_result$schema,
|
|
1027
1684
|
},
|
|
1028
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1685
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":127,"column":3},
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
id: '@awiki/dsh-plugin#awiki/resumeGroupRebindRecovery',
|
|
1689
|
+
service: 'awiki',
|
|
1690
|
+
namespace: 'awiki',
|
|
1691
|
+
method: 'resumeGroupRebindRecovery',
|
|
1692
|
+
invocation: { kind: 'direct' },
|
|
1693
|
+
parameters: [
|
|
1694
|
+
],
|
|
1695
|
+
result: {
|
|
1696
|
+
mode: 'strict',
|
|
1697
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1698
|
+
schema: _awiki_dsh_plugin_awiki_resumeGroupRebindRecovery_result$schema,
|
|
1699
|
+
},
|
|
1700
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":151,"column":9},
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
id: '@awiki/dsh-plugin#awiki/resumeRecovery',
|
|
1704
|
+
service: 'awiki',
|
|
1705
|
+
namespace: 'awiki',
|
|
1706
|
+
method: 'resumeRecovery',
|
|
1707
|
+
invocation: { kind: 'direct' },
|
|
1708
|
+
parameters: [
|
|
1709
|
+
{
|
|
1710
|
+
name: 'request',
|
|
1711
|
+
wire: 'request',
|
|
1712
|
+
source: 'json',
|
|
1713
|
+
codec: {
|
|
1714
|
+
mode: 'strict',
|
|
1715
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRecoveryOperationRequest',
|
|
1716
|
+
schema: _awiki_dsh_plugin_awiki_resumeRecovery_parameter_0$schema,
|
|
1717
|
+
},
|
|
1718
|
+
},
|
|
1719
|
+
],
|
|
1720
|
+
result: {
|
|
1721
|
+
mode: 'strict',
|
|
1722
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1723
|
+
schema: _awiki_dsh_plugin_awiki_resumeRecovery_result$schema,
|
|
1724
|
+
},
|
|
1725
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":121,"column":9},
|
|
1029
1726
|
},
|
|
1030
1727
|
{
|
|
1031
1728
|
id: '@awiki/dsh-plugin#awiki/sendAttachment',
|
|
@@ -1050,7 +1747,7 @@ export const TYPERT_REMOTE = {
|
|
|
1050
1747
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1051
1748
|
schema: _awiki_dsh_plugin_awiki_sendAttachment_result$schema,
|
|
1052
1749
|
},
|
|
1053
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1750
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":174,"column":9},
|
|
1054
1751
|
},
|
|
1055
1752
|
{
|
|
1056
1753
|
id: '@awiki/dsh-plugin#awiki/sendMail',
|
|
@@ -1075,7 +1772,32 @@ export const TYPERT_REMOTE = {
|
|
|
1075
1772
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1076
1773
|
schema: _awiki_dsh_plugin_awiki_sendMail_result$schema,
|
|
1077
1774
|
},
|
|
1078
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1775
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":192,"column":9},
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
id: '@awiki/dsh-plugin#awiki/sendRecoveryOtp',
|
|
1779
|
+
service: 'awiki',
|
|
1780
|
+
namespace: 'awiki',
|
|
1781
|
+
method: 'sendRecoveryOtp',
|
|
1782
|
+
invocation: { kind: 'direct' },
|
|
1783
|
+
parameters: [
|
|
1784
|
+
{
|
|
1785
|
+
name: 'request',
|
|
1786
|
+
wire: 'request',
|
|
1787
|
+
source: 'json',
|
|
1788
|
+
codec: {
|
|
1789
|
+
mode: 'strict',
|
|
1790
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRecoveryOtpRequest',
|
|
1791
|
+
schema: _awiki_dsh_plugin_awiki_sendRecoveryOtp_parameter_0$schema,
|
|
1792
|
+
},
|
|
1793
|
+
},
|
|
1794
|
+
],
|
|
1795
|
+
result: {
|
|
1796
|
+
mode: 'strict',
|
|
1797
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1798
|
+
schema: _awiki_dsh_plugin_awiki_sendRecoveryOtp_result$schema,
|
|
1799
|
+
},
|
|
1800
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":109,"column":3},
|
|
1079
1801
|
},
|
|
1080
1802
|
{
|
|
1081
1803
|
id: '@awiki/dsh-plugin#awiki/sendRegistrationOtp',
|
|
@@ -1100,7 +1822,7 @@ export const TYPERT_REMOTE = {
|
|
|
1100
1822
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1101
1823
|
schema: _awiki_dsh_plugin_awiki_sendRegistrationOtp_result$schema,
|
|
1102
1824
|
},
|
|
1103
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1825
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":94,"column":3},
|
|
1104
1826
|
},
|
|
1105
1827
|
{
|
|
1106
1828
|
id: '@awiki/dsh-plugin#awiki/sendText',
|
|
@@ -1125,7 +1847,7 @@ export const TYPERT_REMOTE = {
|
|
|
1125
1847
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1126
1848
|
schema: _awiki_dsh_plugin_awiki_sendText_result$schema,
|
|
1127
1849
|
},
|
|
1128
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1850
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":171,"column":3},
|
|
1129
1851
|
},
|
|
1130
1852
|
{
|
|
1131
1853
|
id: '@awiki/dsh-plugin#awiki/summarizeConversation',
|
|
@@ -1150,7 +1872,7 @@ export const TYPERT_REMOTE = {
|
|
|
1150
1872
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1151
1873
|
schema: _awiki_dsh_plugin_awiki_summarizeConversation_result$schema,
|
|
1152
1874
|
},
|
|
1153
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1875
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":163,"column":9},
|
|
1154
1876
|
},
|
|
1155
1877
|
{
|
|
1156
1878
|
id: '@awiki/dsh-plugin#awiki/updateDisplayName',
|
|
@@ -1175,7 +1897,32 @@ export const TYPERT_REMOTE = {
|
|
|
1175
1897
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1176
1898
|
schema: _awiki_dsh_plugin_awiki_updateDisplayName_result$schema,
|
|
1177
1899
|
},
|
|
1178
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1900
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":100,"column":9},
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
id: '@awiki/dsh-plugin#awiki/updateProfile',
|
|
1904
|
+
service: 'awiki',
|
|
1905
|
+
namespace: 'awiki',
|
|
1906
|
+
method: 'updateProfile',
|
|
1907
|
+
invocation: { kind: 'direct' },
|
|
1908
|
+
parameters: [
|
|
1909
|
+
{
|
|
1910
|
+
name: 'request',
|
|
1911
|
+
wire: 'request',
|
|
1912
|
+
source: 'json',
|
|
1913
|
+
codec: {
|
|
1914
|
+
mode: 'strict',
|
|
1915
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiUpdateProfileRequest',
|
|
1916
|
+
schema: _awiki_dsh_plugin_awiki_updateProfile_parameter_0$schema,
|
|
1917
|
+
},
|
|
1918
|
+
},
|
|
1919
|
+
],
|
|
1920
|
+
result: {
|
|
1921
|
+
mode: 'strict',
|
|
1922
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1923
|
+
schema: _awiki_dsh_plugin_awiki_updateProfile_result$schema,
|
|
1924
|
+
},
|
|
1925
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":106,"column":3},
|
|
1179
1926
|
},
|
|
1180
1927
|
],
|
|
1181
1928
|
}
|