@awiki/dsh-plugin 0.3.4 → 0.3.5
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 +32 -38
- package/README.zh.md +28 -31
- package/cordis.patch.yml +0 -17
- package/lib/client.js +269 -1266
- package/lib/client.js.map +1 -1
- package/lib/index.js +316 -922
- package/lib/provider.js +16 -52
- package/lib/{sdk-adapter-BeJakxLP.mjs → sdk-adapter-CDLTgHJA.mjs} +4 -142
- package/lib/typert.host.js +89 -419
- package/lib/typert.remote-client.d.ts +3 -19
- package/lib/typert.remote-client.d.ts.map +1 -1
- package/lib/typert.remote-client.js +89 -419
- package/lib/types/client/AwikiIdentityAccess.d.ts +5 -6
- package/lib/types/client/AwikiIdentityAccess.d.ts.map +1 -1
- package/lib/types/client/AwikiIdentityAccess.js +27 -88
- package/lib/types/client/AwikiIdentityAccess.js.map +1 -1
- package/lib/types/client/AwikiOverlay.d.ts.map +1 -1
- package/lib/types/client/AwikiOverlay.js +3 -4
- package/lib/types/client/AwikiOverlay.js.map +1 -1
- package/lib/types/client/controller.d.ts +5 -20
- package/lib/types/client/controller.d.ts.map +1 -1
- package/lib/types/client/controller.js +7 -38
- 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 +0 -8
- package/lib/types/client/index.js.map +1 -1
- package/lib/types/client/slots.d.ts +2 -10
- package/lib/types/client/slots.d.ts.map +1 -1
- package/lib/types/index.d.ts +11 -54
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/index.js +176 -735
- package/lib/types/index.js.map +1 -1
- package/lib/types/listener-state.d.ts +3 -5
- package/lib/types/listener-state.d.ts.map +1 -1
- package/lib/types/listener-state.js +13 -28
- package/lib/types/listener-state.js.map +1 -1
- package/lib/types/listener.d.ts +32 -9
- package/lib/types/listener.d.ts.map +1 -1
- package/lib/types/listener.js +127 -11
- package/lib/types/listener.js.map +1 -1
- package/lib/types/profile-state.d.ts +11 -0
- package/lib/types/profile-state.d.ts.map +1 -0
- package/lib/types/profile-state.js +48 -0
- package/lib/types/profile-state.js.map +1 -0
- package/lib/types/provider-api.d.ts +4 -96
- package/lib/types/provider-api.d.ts.map +1 -1
- package/lib/types/provider.d.ts +1 -7
- package/lib/types/provider.d.ts.map +1 -1
- package/lib/types/provider.js +15 -53
- package/lib/types/provider.js.map +1 -1
- package/lib/types/sdk-adapter.d.ts +2 -28
- package/lib/types/sdk-adapter.d.ts.map +1 -1
- package/lib/types/sdk-adapter.js +3 -132
- package/lib/types/sdk-adapter.js.map +1 -1
- package/lib/types/types.d.ts +6 -76
- package/lib/types/types.d.ts.map +1 -1
- package/lib/types/types.js.map +1 -1
- package/package.json +18 -18
- package/lib/types/client/AwikiDevices.d.ts +0 -28
- package/lib/types/client/AwikiDevices.d.ts.map +0 -1
- package/lib/types/client/AwikiDevices.js +0 -85
- package/lib/types/client/AwikiDevices.js.map +0 -1
- package/lib/types/realtime-supervisor.d.ts +0 -43
- package/lib/types/realtime-supervisor.d.ts.map +0 -1
- package/lib/types/realtime-supervisor.js +0 -166
- package/lib/types/realtime-supervisor.js.map +0 -1
|
@@ -7,7 +7,7 @@ const _awiki_dsh_plugin_awiki_activateRecovery_parameter_0$schema = z.object({
|
|
|
7
7
|
const _awiki_dsh_plugin_awiki_activateRecovery_result$schema = z.union([z.object({
|
|
8
8
|
'ok': z.literal(false).readonly(),
|
|
9
9
|
'error': z.object({
|
|
10
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
10
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
11
11
|
'message': z.string().readonly(),
|
|
12
12
|
}).readonly(),
|
|
13
13
|
}), z.object({
|
|
@@ -28,13 +28,13 @@ const _awiki_dsh_plugin_awiki_activateRecovery_result$schema = z.union([z.object
|
|
|
28
28
|
})])
|
|
29
29
|
const _awiki_dsh_plugin_awiki_addGroupMember_parameter_0$schema = z.object({
|
|
30
30
|
'member': z.string().readonly(),
|
|
31
|
-
'role': z.union([z.literal("
|
|
31
|
+
'role': z.union([z.literal("admin"), z.literal("member")]).readonly().optional(),
|
|
32
32
|
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
33
33
|
})
|
|
34
34
|
const _awiki_dsh_plugin_awiki_addGroupMember_result$schema = z.union([z.object({
|
|
35
35
|
'ok': z.literal(false).readonly(),
|
|
36
36
|
'error': z.object({
|
|
37
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
37
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
38
38
|
'message': z.string().readonly(),
|
|
39
39
|
}).readonly(),
|
|
40
40
|
}), z.object({
|
|
@@ -44,60 +44,13 @@ const _awiki_dsh_plugin_awiki_addGroupMember_result$schema = z.union([z.object({
|
|
|
44
44
|
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
45
45
|
}).readonly(),
|
|
46
46
|
})])
|
|
47
|
-
const _awiki_dsh_plugin_awiki_approveDeviceJoin_parameter_0$schema = z.object({
|
|
48
|
-
'enteredSas': z.string().readonly(),
|
|
49
|
-
'confirmation': z.string().readonly(),
|
|
50
|
-
'requestRef': z.string().readonly(),
|
|
51
|
-
})
|
|
52
|
-
const _awiki_dsh_plugin_awiki_approveDeviceJoin_result$schema = z.union([z.object({
|
|
53
|
-
'ok': z.literal(false).readonly(),
|
|
54
|
-
'error': z.object({
|
|
55
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
56
|
-
'message': z.string().readonly(),
|
|
57
|
-
}).readonly(),
|
|
58
|
-
}), z.object({
|
|
59
|
-
'ok': z.literal(true).readonly(),
|
|
60
|
-
'value': z.object({
|
|
61
|
-
'requestRef': z.string().readonly(),
|
|
62
|
-
'phase': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
63
|
-
'expiresAt': z.string().readonly(),
|
|
64
|
-
'sas': z.string().readonly().optional(),
|
|
65
|
-
}).readonly(),
|
|
66
|
-
})])
|
|
67
|
-
const _awiki_dsh_plugin_awiki_beginDeviceJoin_result$schema = z.union([z.object({
|
|
68
|
-
'ok': z.literal(false).readonly(),
|
|
69
|
-
'error': z.object({
|
|
70
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
71
|
-
'message': z.string().readonly(),
|
|
72
|
-
}).readonly(),
|
|
73
|
-
}), z.object({
|
|
74
|
-
'ok': z.literal(true).readonly(),
|
|
75
|
-
'value': z.object({
|
|
76
|
-
'phase': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
77
|
-
'expiresAt': z.string().readonly(),
|
|
78
|
-
'sas': z.string().readonly().optional(),
|
|
79
|
-
'completed': z.boolean().readonly(),
|
|
80
|
-
}).readonly(),
|
|
81
|
-
})])
|
|
82
|
-
const _awiki_dsh_plugin_awiki_cancelDeviceJoin_result$schema = z.union([z.object({
|
|
83
|
-
'ok': z.literal(false).readonly(),
|
|
84
|
-
'error': z.object({
|
|
85
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
86
|
-
'message': z.string().readonly(),
|
|
87
|
-
}).readonly(),
|
|
88
|
-
}), z.object({
|
|
89
|
-
'ok': z.literal(true).readonly(),
|
|
90
|
-
'value': z.object({
|
|
91
|
-
'completed': z.literal(true).readonly(),
|
|
92
|
-
}).readonly(),
|
|
93
|
-
})])
|
|
94
47
|
const _awiki_dsh_plugin_awiki_clearLocalData_parameter_0$schema = z.object({
|
|
95
48
|
'confirmation': z.string().readonly(),
|
|
96
49
|
})
|
|
97
50
|
const _awiki_dsh_plugin_awiki_clearLocalData_result$schema = z.union([z.object({
|
|
98
51
|
'ok': z.literal(false).readonly(),
|
|
99
52
|
'error': z.object({
|
|
100
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
53
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
101
54
|
'message': z.string().readonly(),
|
|
102
55
|
}).readonly(),
|
|
103
56
|
}), z.object({
|
|
@@ -113,7 +66,7 @@ const _awiki_dsh_plugin_awiki_createGroup_parameter_0$schema = z.object({
|
|
|
113
66
|
const _awiki_dsh_plugin_awiki_createGroup_result$schema = z.union([z.object({
|
|
114
67
|
'ok': z.literal(false).readonly(),
|
|
115
68
|
'error': z.object({
|
|
116
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
69
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
117
70
|
'message': z.string().readonly(),
|
|
118
71
|
}).readonly(),
|
|
119
72
|
}), z.object({
|
|
@@ -135,7 +88,7 @@ const _awiki_dsh_plugin_awiki_createGroup_result$schema = z.union([z.object({
|
|
|
135
88
|
'failedMembers': z.array(z.object({
|
|
136
89
|
'member': z.string().readonly(),
|
|
137
90
|
'error': z.object({
|
|
138
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
91
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
139
92
|
'message': z.string().readonly(),
|
|
140
93
|
}).readonly(),
|
|
141
94
|
})).readonly(),
|
|
@@ -147,7 +100,7 @@ const _awiki_dsh_plugin_awiki_discardRecovery_parameter_0$schema = z.object({
|
|
|
147
100
|
const _awiki_dsh_plugin_awiki_discardRecovery_result$schema = z.union([z.object({
|
|
148
101
|
'ok': z.literal(false).readonly(),
|
|
149
102
|
'error': z.object({
|
|
150
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
103
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
151
104
|
'message': z.string().readonly(),
|
|
152
105
|
}).readonly(),
|
|
153
106
|
}), z.object({
|
|
@@ -163,7 +116,7 @@ const _awiki_dsh_plugin_awiki_downloadAttachment_parameter_0$schema = z.object({
|
|
|
163
116
|
const _awiki_dsh_plugin_awiki_downloadAttachment_result$schema = z.union([z.object({
|
|
164
117
|
'ok': z.literal(false).readonly(),
|
|
165
118
|
'error': z.object({
|
|
166
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
119
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
167
120
|
'message': z.string().readonly(),
|
|
168
121
|
}).readonly(),
|
|
169
122
|
}), z.object({
|
|
@@ -182,7 +135,7 @@ const _awiki_dsh_plugin_awiki_downloadAttachment_result$schema = z.union([z.obje
|
|
|
182
135
|
const _awiki_dsh_plugin_awiki_getConfig_result$schema = z.union([z.object({
|
|
183
136
|
'ok': z.literal(false).readonly(),
|
|
184
137
|
'error': z.object({
|
|
185
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
138
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
186
139
|
'message': z.string().readonly(),
|
|
187
140
|
}).readonly(),
|
|
188
141
|
}), z.object({
|
|
@@ -190,13 +143,14 @@ const _awiki_dsh_plugin_awiki_getConfig_result$schema = z.union([z.object({
|
|
|
190
143
|
'value': z.object({
|
|
191
144
|
'pollIntervalMs': z.number().readonly(),
|
|
192
145
|
'attachmentMaxBytes': z.number().readonly(),
|
|
193
|
-
'
|
|
146
|
+
'profileName': z.string().readonly().optional(),
|
|
147
|
+
'legacySharedStateDetected': z.boolean().readonly().optional(),
|
|
194
148
|
}).readonly(),
|
|
195
149
|
})])
|
|
196
150
|
const _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema = z.union([z.object({
|
|
197
151
|
'ok': z.literal(false).readonly(),
|
|
198
152
|
'error': z.object({
|
|
199
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
153
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
200
154
|
'message': z.string().readonly(),
|
|
201
155
|
}).readonly(),
|
|
202
156
|
}), z.object({
|
|
@@ -227,28 +181,13 @@ const _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema = z.union
|
|
|
227
181
|
'dismissedGroupRecoverySignature': z.string().readonly().optional(),
|
|
228
182
|
}).readonly(),
|
|
229
183
|
})])
|
|
230
|
-
const _awiki_dsh_plugin_awiki_getDeviceJoinStatus_result$schema = z.union([z.object({
|
|
231
|
-
'ok': z.literal(false).readonly(),
|
|
232
|
-
'error': z.object({
|
|
233
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
234
|
-
'message': z.string().readonly(),
|
|
235
|
-
}).readonly(),
|
|
236
|
-
}), z.object({
|
|
237
|
-
'ok': z.literal(true).readonly(),
|
|
238
|
-
'value': z.union([z.literal(null), z.object({
|
|
239
|
-
'phase': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
240
|
-
'expiresAt': z.string().readonly(),
|
|
241
|
-
'sas': z.string().readonly().optional(),
|
|
242
|
-
'completed': z.boolean().readonly(),
|
|
243
|
-
})]).readonly(),
|
|
244
|
-
})])
|
|
245
184
|
const _awiki_dsh_plugin_awiki_getGroup_parameter_0$schema = z.object({
|
|
246
185
|
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
247
186
|
})
|
|
248
187
|
const _awiki_dsh_plugin_awiki_getGroup_result$schema = z.union([z.object({
|
|
249
188
|
'ok': z.literal(false).readonly(),
|
|
250
189
|
'error': z.object({
|
|
251
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
190
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
252
191
|
'message': z.string().readonly(),
|
|
253
192
|
}).readonly(),
|
|
254
193
|
}), z.object({
|
|
@@ -271,7 +210,7 @@ const _awiki_dsh_plugin_awiki_getHistory_parameter_0$schema = z.object({
|
|
|
271
210
|
const _awiki_dsh_plugin_awiki_getHistory_result$schema = z.union([z.object({
|
|
272
211
|
'ok': z.literal(false).readonly(),
|
|
273
212
|
'error': z.object({
|
|
274
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
213
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
275
214
|
'message': z.string().readonly(),
|
|
276
215
|
}).readonly(),
|
|
277
216
|
}), z.object({
|
|
@@ -315,7 +254,7 @@ const _awiki_dsh_plugin_awiki_getHistory_result$schema = z.union([z.object({
|
|
|
315
254
|
const _awiki_dsh_plugin_awiki_getIdentity_result$schema = z.union([z.object({
|
|
316
255
|
'ok': z.literal(false).readonly(),
|
|
317
256
|
'error': z.object({
|
|
318
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
257
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
319
258
|
'message': z.string().readonly(),
|
|
320
259
|
}).readonly(),
|
|
321
260
|
}), z.object({
|
|
@@ -335,7 +274,7 @@ const _awiki_dsh_plugin_awiki_getLocalHistory_parameter_0$schema = z.object({
|
|
|
335
274
|
const _awiki_dsh_plugin_awiki_getLocalHistory_result$schema = z.union([z.object({
|
|
336
275
|
'ok': z.literal(false).readonly(),
|
|
337
276
|
'error': z.object({
|
|
338
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
277
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
339
278
|
'message': z.string().readonly(),
|
|
340
279
|
}).readonly(),
|
|
341
280
|
}), z.object({
|
|
@@ -379,7 +318,7 @@ const _awiki_dsh_plugin_awiki_getLocalHistory_result$schema = z.union([z.object(
|
|
|
379
318
|
const _awiki_dsh_plugin_awiki_getMailAccount_result$schema = z.union([z.object({
|
|
380
319
|
'ok': z.literal(false).readonly(),
|
|
381
320
|
'error': z.object({
|
|
382
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
321
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
383
322
|
'message': z.string().readonly(),
|
|
384
323
|
}).readonly(),
|
|
385
324
|
}), z.object({
|
|
@@ -393,7 +332,7 @@ const _awiki_dsh_plugin_awiki_getMailAccount_result$schema = z.union([z.object({
|
|
|
393
332
|
const _awiki_dsh_plugin_awiki_getProfile_result$schema = z.union([z.object({
|
|
394
333
|
'ok': z.literal(false).readonly(),
|
|
395
334
|
'error': z.object({
|
|
396
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
335
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
397
336
|
'message': z.string().readonly(),
|
|
398
337
|
}).readonly(),
|
|
399
338
|
}), z.object({
|
|
@@ -413,7 +352,7 @@ const _awiki_dsh_plugin_awiki_getRecoveryStatus_parameter_0$schema = z.object({
|
|
|
413
352
|
const _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema = z.union([z.object({
|
|
414
353
|
'ok': z.literal(false).readonly(),
|
|
415
354
|
'error': z.object({
|
|
416
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
355
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
417
356
|
'message': z.string().readonly(),
|
|
418
357
|
}).readonly(),
|
|
419
358
|
}), z.object({
|
|
@@ -435,7 +374,7 @@ const _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema = z.union([z.objec
|
|
|
435
374
|
const _awiki_dsh_plugin_awiki_getSession_result$schema = z.union([z.object({
|
|
436
375
|
'ok': z.literal(false).readonly(),
|
|
437
376
|
'error': z.object({
|
|
438
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
439
378
|
'message': z.string().readonly(),
|
|
440
379
|
}).readonly(),
|
|
441
380
|
}), z.object({
|
|
@@ -460,7 +399,7 @@ const _awiki_dsh_plugin_awiki_inspectIdentityAccess_parameter_0$schema = z.objec
|
|
|
460
399
|
const _awiki_dsh_plugin_awiki_inspectIdentityAccess_result$schema = z.union([z.object({
|
|
461
400
|
'ok': z.literal(false).readonly(),
|
|
462
401
|
'error': z.object({
|
|
463
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
402
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
464
403
|
'message': z.string().readonly(),
|
|
465
404
|
}).readonly(),
|
|
466
405
|
}), z.object({
|
|
@@ -476,7 +415,7 @@ const _awiki_dsh_plugin_awiki_joinGroup_parameter_0$schema = z.object({
|
|
|
476
415
|
const _awiki_dsh_plugin_awiki_joinGroup_result$schema = z.union([z.object({
|
|
477
416
|
'ok': z.literal(false).readonly(),
|
|
478
417
|
'error': z.object({
|
|
479
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
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("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
480
419
|
'message': z.string().readonly(),
|
|
481
420
|
}).readonly(),
|
|
482
421
|
}), z.object({
|
|
@@ -497,7 +436,7 @@ const _awiki_dsh_plugin_awiki_leaveGroup_parameter_0$schema = z.object({
|
|
|
497
436
|
const _awiki_dsh_plugin_awiki_leaveGroup_result$schema = z.union([z.object({
|
|
498
437
|
'ok': z.literal(false).readonly(),
|
|
499
438
|
'error': z.object({
|
|
500
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
439
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
501
440
|
'message': z.string().readonly(),
|
|
502
441
|
}).readonly(),
|
|
503
442
|
}), z.object({
|
|
@@ -513,7 +452,7 @@ const _awiki_dsh_plugin_awiki_listConversations_parameter_0$schema = z.union([z.
|
|
|
513
452
|
const _awiki_dsh_plugin_awiki_listConversations_result$schema = z.union([z.object({
|
|
514
453
|
'ok': z.literal(false).readonly(),
|
|
515
454
|
'error': z.object({
|
|
516
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
455
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
517
456
|
'message': z.string().readonly(),
|
|
518
457
|
}).readonly(),
|
|
519
458
|
}), z.object({
|
|
@@ -550,7 +489,7 @@ const _awiki_dsh_plugin_awiki_listGroupMembers_parameter_0$schema = z.object({
|
|
|
550
489
|
const _awiki_dsh_plugin_awiki_listGroupMembers_result$schema = z.union([z.object({
|
|
551
490
|
'ok': z.literal(false).readonly(),
|
|
552
491
|
'error': z.object({
|
|
553
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
492
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
554
493
|
'message': z.string().readonly(),
|
|
555
494
|
}).readonly(),
|
|
556
495
|
}), z.object({
|
|
@@ -585,7 +524,7 @@ const _awiki_dsh_plugin_awiki_listMailInbox_parameter_0$schema = z.union([z.unde
|
|
|
585
524
|
const _awiki_dsh_plugin_awiki_listMailInbox_result$schema = z.union([z.object({
|
|
586
525
|
'ok': z.literal(false).readonly(),
|
|
587
526
|
'error': z.object({
|
|
588
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
527
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
589
528
|
'message': z.string().readonly(),
|
|
590
529
|
}).readonly(),
|
|
591
530
|
}), z.object({
|
|
@@ -614,7 +553,7 @@ const _awiki_dsh_plugin_awiki_listMailInbox_result$schema = z.union([z.object({
|
|
|
614
553
|
const _awiki_dsh_plugin_awiki_login_result$schema = z.union([z.object({
|
|
615
554
|
'ok': z.literal(false).readonly(),
|
|
616
555
|
'error': z.object({
|
|
617
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
556
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
618
557
|
'message': z.string().readonly(),
|
|
619
558
|
}).readonly(),
|
|
620
559
|
}), z.object({
|
|
@@ -639,7 +578,7 @@ const _awiki_dsh_plugin_awiki_logout_parameter_0$schema = z.object({
|
|
|
639
578
|
const _awiki_dsh_plugin_awiki_logout_result$schema = z.union([z.object({
|
|
640
579
|
'ok': z.literal(false).readonly(),
|
|
641
580
|
'error': z.object({
|
|
642
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
581
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
643
582
|
'message': z.string().readonly(),
|
|
644
583
|
}).readonly(),
|
|
645
584
|
}), z.object({
|
|
@@ -664,7 +603,7 @@ const _awiki_dsh_plugin_awiki_markConversationRead_parameter_0$schema = z.object
|
|
|
664
603
|
const _awiki_dsh_plugin_awiki_markConversationRead_result$schema = z.union([z.object({
|
|
665
604
|
'ok': z.literal(false).readonly(),
|
|
666
605
|
'error': z.object({
|
|
667
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
606
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
668
607
|
'message': z.string().readonly(),
|
|
669
608
|
}).readonly(),
|
|
670
609
|
}), z.object({
|
|
@@ -677,7 +616,7 @@ const _awiki_dsh_plugin_awiki_markMailRead_parameter_0$schema = z.object({
|
|
|
677
616
|
const _awiki_dsh_plugin_awiki_markMailRead_result$schema = z.union([z.object({
|
|
678
617
|
'ok': z.literal(false).readonly(),
|
|
679
618
|
'error': z.object({
|
|
680
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
619
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
681
620
|
'message': z.string().readonly(),
|
|
682
621
|
}).readonly(),
|
|
683
622
|
}), z.object({
|
|
@@ -694,7 +633,7 @@ const _awiki_dsh_plugin_awiki_prepareRecovery_parameter_0$schema = z.object({
|
|
|
694
633
|
const _awiki_dsh_plugin_awiki_prepareRecovery_result$schema = z.union([z.object({
|
|
695
634
|
'ok': z.literal(false).readonly(),
|
|
696
635
|
'error': z.object({
|
|
697
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
636
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
698
637
|
'message': z.string().readonly(),
|
|
699
638
|
}).readonly(),
|
|
700
639
|
}), z.object({
|
|
@@ -719,7 +658,7 @@ const _awiki_dsh_plugin_awiki_readMail_parameter_0$schema = z.object({
|
|
|
719
658
|
const _awiki_dsh_plugin_awiki_readMail_result$schema = z.union([z.object({
|
|
720
659
|
'ok': z.literal(false).readonly(),
|
|
721
660
|
'error': z.object({
|
|
722
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
661
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
723
662
|
'message': z.string().readonly(),
|
|
724
663
|
}).readonly(),
|
|
725
664
|
}), z.object({
|
|
@@ -752,36 +691,6 @@ const _awiki_dsh_plugin_awiki_readMail_result$schema = z.union([z.object({
|
|
|
752
691
|
})).readonly(),
|
|
753
692
|
}).readonly(),
|
|
754
693
|
})])
|
|
755
|
-
const _awiki_dsh_plugin_awiki_refreshDeviceManagement_result$schema = z.union([z.object({
|
|
756
|
-
'ok': z.literal(false).readonly(),
|
|
757
|
-
'error': z.object({
|
|
758
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
759
|
-
'message': z.string().readonly(),
|
|
760
|
-
}).readonly(),
|
|
761
|
-
}), z.object({
|
|
762
|
-
'ok': z.literal(true).readonly(),
|
|
763
|
-
'value': z.object({
|
|
764
|
-
'canManage': z.boolean().readonly(),
|
|
765
|
-
'role': z.union([z.literal("member"), z.literal("admin")]).readonly().optional(),
|
|
766
|
-
'readiness': z.union([z.literal("legacy"), z.literal("member_ready"), z.literal("admin_awaiting_root"), z.literal("admin_ready"), z.literal("blocked")]).readonly(),
|
|
767
|
-
'devices': z.array(z.object({
|
|
768
|
-
'deviceRef': z.string().readonly(),
|
|
769
|
-
'status': z.union([z.literal("active"), z.literal("revoked")]).readonly(),
|
|
770
|
-
'role': z.union([z.literal("member"), z.literal("admin")]).readonly(),
|
|
771
|
-
'managementReady': z.boolean().readonly(),
|
|
772
|
-
'isCurrent': z.boolean().readonly(),
|
|
773
|
-
})).readonly(),
|
|
774
|
-
'requests': z.array(z.object({
|
|
775
|
-
'requestRef': z.string().readonly(),
|
|
776
|
-
'candidateKeyFingerprint': z.string().readonly(),
|
|
777
|
-
'issuedAt': z.string().readonly(),
|
|
778
|
-
'expiresAt': z.string().readonly(),
|
|
779
|
-
'state': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
780
|
-
'claimedByCurrentDevice': z.boolean().readonly(),
|
|
781
|
-
'canStartVerification': z.boolean().readonly(),
|
|
782
|
-
})).readonly(),
|
|
783
|
-
}).readonly(),
|
|
784
|
-
})])
|
|
785
694
|
const _awiki_dsh_plugin_awiki_registerIdentity_parameter_0$schema = z.object({
|
|
786
695
|
'handle': z.string().readonly(),
|
|
787
696
|
'phone': z.string().readonly(),
|
|
@@ -790,44 +699,17 @@ const _awiki_dsh_plugin_awiki_registerIdentity_parameter_0$schema = z.object({
|
|
|
790
699
|
const _awiki_dsh_plugin_awiki_registerIdentity_result$schema = z.union([z.object({
|
|
791
700
|
'ok': z.literal(false).readonly(),
|
|
792
701
|
'error': z.object({
|
|
793
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
702
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
794
703
|
'message': z.string().readonly(),
|
|
795
704
|
}).readonly(),
|
|
796
705
|
}), z.object({
|
|
797
706
|
'ok': z.literal(true).readonly(),
|
|
798
|
-
'value': z.
|
|
799
|
-
'status': z.literal("registered").readonly(),
|
|
800
|
-
'identity': z.object({
|
|
707
|
+
'value': z.object({
|
|
801
708
|
'handle': z.intersection(z.string(), z.unknown()).readonly(),
|
|
802
709
|
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
803
710
|
'displayName': z.string().readonly().optional(),
|
|
804
711
|
'registeredAt': z.number().readonly(),
|
|
805
712
|
}).readonly(),
|
|
806
|
-
}), z.object({
|
|
807
|
-
'status': z.literal("join-required").readonly(),
|
|
808
|
-
'fullHandle': z.intersection(z.string(), z.unknown()).readonly(),
|
|
809
|
-
'mode': z.union([z.literal("ordinary"), z.literal("handle-recovery-rebind")]).readonly(),
|
|
810
|
-
'requiresUserPresence': z.boolean().readonly(),
|
|
811
|
-
})]).readonly(),
|
|
812
|
-
})])
|
|
813
|
-
const _awiki_dsh_plugin_awiki_rejectDeviceJoin_parameter_0$schema = z.object({
|
|
814
|
-
'reason': z.union([z.literal("user_rejected"), z.literal("sas_mismatch")]).readonly(),
|
|
815
|
-
'requestRef': z.string().readonly(),
|
|
816
|
-
})
|
|
817
|
-
const _awiki_dsh_plugin_awiki_rejectDeviceJoin_result$schema = z.union([z.object({
|
|
818
|
-
'ok': z.literal(false).readonly(),
|
|
819
|
-
'error': z.object({
|
|
820
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
821
|
-
'message': z.string().readonly(),
|
|
822
|
-
}).readonly(),
|
|
823
|
-
}), z.object({
|
|
824
|
-
'ok': z.literal(true).readonly(),
|
|
825
|
-
'value': z.object({
|
|
826
|
-
'requestRef': z.string().readonly(),
|
|
827
|
-
'phase': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
828
|
-
'expiresAt': z.string().readonly(),
|
|
829
|
-
'sas': z.string().readonly().optional(),
|
|
830
|
-
}).readonly(),
|
|
831
713
|
})])
|
|
832
714
|
const _awiki_dsh_plugin_awiki_removeGroupMember_parameter_0$schema = z.object({
|
|
833
715
|
'member': z.string().readonly(),
|
|
@@ -836,7 +718,7 @@ const _awiki_dsh_plugin_awiki_removeGroupMember_parameter_0$schema = z.object({
|
|
|
836
718
|
const _awiki_dsh_plugin_awiki_removeGroupMember_result$schema = z.union([z.object({
|
|
837
719
|
'ok': z.literal(false).readonly(),
|
|
838
720
|
'error': z.object({
|
|
839
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
721
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
840
722
|
'message': z.string().readonly(),
|
|
841
723
|
}).readonly(),
|
|
842
724
|
}), z.object({
|
|
@@ -852,7 +734,7 @@ const _awiki_dsh_plugin_awiki_resolvePeer_parameter_0$schema = z.object({
|
|
|
852
734
|
const _awiki_dsh_plugin_awiki_resolvePeer_result$schema = z.union([z.object({
|
|
853
735
|
'ok': z.literal(false).readonly(),
|
|
854
736
|
'error': z.object({
|
|
855
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
737
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
856
738
|
'message': z.string().readonly(),
|
|
857
739
|
}).readonly(),
|
|
858
740
|
}), z.object({
|
|
@@ -867,7 +749,7 @@ const _awiki_dsh_plugin_awiki_resolvePeer_result$schema = z.union([z.object({
|
|
|
867
749
|
const _awiki_dsh_plugin_awiki_resumeGroupRebindRecovery_result$schema = z.union([z.object({
|
|
868
750
|
'ok': z.literal(false).readonly(),
|
|
869
751
|
'error': z.object({
|
|
870
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
752
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
871
753
|
'message': z.string().readonly(),
|
|
872
754
|
}).readonly(),
|
|
873
755
|
}), z.object({
|
|
@@ -889,7 +771,7 @@ const _awiki_dsh_plugin_awiki_resumeRecovery_parameter_0$schema = z.object({
|
|
|
889
771
|
const _awiki_dsh_plugin_awiki_resumeRecovery_result$schema = z.union([z.object({
|
|
890
772
|
'ok': z.literal(false).readonly(),
|
|
891
773
|
'error': z.object({
|
|
892
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
774
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
893
775
|
'message': z.string().readonly(),
|
|
894
776
|
}).readonly(),
|
|
895
777
|
}), z.object({
|
|
@@ -908,40 +790,6 @@ const _awiki_dsh_plugin_awiki_resumeRecovery_result$schema = z.union([z.object({
|
|
|
908
790
|
'unsupportedDidOnlyGroupCount': z.number().readonly(),
|
|
909
791
|
}).readonly(),
|
|
910
792
|
})])
|
|
911
|
-
const _awiki_dsh_plugin_awiki_revokeDevice_parameter_0$schema = z.object({
|
|
912
|
-
'deviceRef': z.string().readonly(),
|
|
913
|
-
'confirmation': z.string().readonly(),
|
|
914
|
-
})
|
|
915
|
-
const _awiki_dsh_plugin_awiki_revokeDevice_result$schema = z.union([z.object({
|
|
916
|
-
'ok': z.literal(false).readonly(),
|
|
917
|
-
'error': z.object({
|
|
918
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
919
|
-
'message': z.string().readonly(),
|
|
920
|
-
}).readonly(),
|
|
921
|
-
}), z.object({
|
|
922
|
-
'ok': z.literal(true).readonly(),
|
|
923
|
-
'value': z.object({
|
|
924
|
-
'canManage': z.boolean().readonly(),
|
|
925
|
-
'role': z.union([z.literal("member"), z.literal("admin")]).readonly().optional(),
|
|
926
|
-
'readiness': z.union([z.literal("legacy"), z.literal("member_ready"), z.literal("admin_awaiting_root"), z.literal("admin_ready"), z.literal("blocked")]).readonly(),
|
|
927
|
-
'devices': z.array(z.object({
|
|
928
|
-
'deviceRef': z.string().readonly(),
|
|
929
|
-
'status': z.union([z.literal("active"), z.literal("revoked")]).readonly(),
|
|
930
|
-
'role': z.union([z.literal("member"), z.literal("admin")]).readonly(),
|
|
931
|
-
'managementReady': z.boolean().readonly(),
|
|
932
|
-
'isCurrent': z.boolean().readonly(),
|
|
933
|
-
})).readonly(),
|
|
934
|
-
'requests': z.array(z.object({
|
|
935
|
-
'requestRef': z.string().readonly(),
|
|
936
|
-
'candidateKeyFingerprint': z.string().readonly(),
|
|
937
|
-
'issuedAt': z.string().readonly(),
|
|
938
|
-
'expiresAt': z.string().readonly(),
|
|
939
|
-
'state': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
940
|
-
'claimedByCurrentDevice': z.boolean().readonly(),
|
|
941
|
-
'canStartVerification': z.boolean().readonly(),
|
|
942
|
-
})).readonly(),
|
|
943
|
-
}).readonly(),
|
|
944
|
-
})])
|
|
945
793
|
const _awiki_dsh_plugin_awiki_sendAttachment_parameter_0$schema = z.object({
|
|
946
794
|
'target': z.union([z.object({
|
|
947
795
|
'kind': z.literal("direct").readonly(),
|
|
@@ -959,7 +807,7 @@ const _awiki_dsh_plugin_awiki_sendAttachment_parameter_0$schema = z.object({
|
|
|
959
807
|
const _awiki_dsh_plugin_awiki_sendAttachment_result$schema = z.union([z.object({
|
|
960
808
|
'ok': z.literal(false).readonly(),
|
|
961
809
|
'error': z.object({
|
|
962
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
810
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
963
811
|
'message': z.string().readonly(),
|
|
964
812
|
}).readonly(),
|
|
965
813
|
}), z.object({
|
|
@@ -1005,7 +853,7 @@ const _awiki_dsh_plugin_awiki_sendMail_parameter_0$schema = z.object({
|
|
|
1005
853
|
const _awiki_dsh_plugin_awiki_sendMail_result$schema = z.union([z.object({
|
|
1006
854
|
'ok': z.literal(false).readonly(),
|
|
1007
855
|
'error': z.object({
|
|
1008
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
856
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1009
857
|
'message': z.string().readonly(),
|
|
1010
858
|
}).readonly(),
|
|
1011
859
|
}), z.object({
|
|
@@ -1023,7 +871,7 @@ const _awiki_dsh_plugin_awiki_sendRecoveryOtp_parameter_0$schema = z.object({
|
|
|
1023
871
|
const _awiki_dsh_plugin_awiki_sendRecoveryOtp_result$schema = z.union([z.object({
|
|
1024
872
|
'ok': z.literal(false).readonly(),
|
|
1025
873
|
'error': z.object({
|
|
1026
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
874
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1027
875
|
'message': z.string().readonly(),
|
|
1028
876
|
}).readonly(),
|
|
1029
877
|
}), z.object({
|
|
@@ -1042,7 +890,7 @@ const _awiki_dsh_plugin_awiki_sendRegistrationOtp_parameter_0$schema = z.object(
|
|
|
1042
890
|
const _awiki_dsh_plugin_awiki_sendRegistrationOtp_result$schema = z.union([z.object({
|
|
1043
891
|
'ok': z.literal(false).readonly(),
|
|
1044
892
|
'error': z.object({
|
|
1045
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
893
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1046
894
|
'message': z.string().readonly(),
|
|
1047
895
|
}).readonly(),
|
|
1048
896
|
}), z.object({
|
|
@@ -1073,7 +921,7 @@ const _awiki_dsh_plugin_awiki_sendText_parameter_0$schema = z.object({
|
|
|
1073
921
|
const _awiki_dsh_plugin_awiki_sendText_result$schema = z.union([z.object({
|
|
1074
922
|
'ok': z.literal(false).readonly(),
|
|
1075
923
|
'error': z.object({
|
|
1076
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
924
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1077
925
|
'message': z.string().readonly(),
|
|
1078
926
|
}).readonly(),
|
|
1079
927
|
}), z.object({
|
|
@@ -1110,24 +958,6 @@ const _awiki_dsh_plugin_awiki_sendText_result$schema = z.union([z.object({
|
|
|
1110
958
|
})]).readonly(),
|
|
1111
959
|
}).readonly(),
|
|
1112
960
|
})])
|
|
1113
|
-
const _awiki_dsh_plugin_awiki_startDeviceJoinVerification_parameter_0$schema = z.object({
|
|
1114
|
-
'requestRef': z.string().readonly(),
|
|
1115
|
-
})
|
|
1116
|
-
const _awiki_dsh_plugin_awiki_startDeviceJoinVerification_result$schema = z.union([z.object({
|
|
1117
|
-
'ok': z.literal(false).readonly(),
|
|
1118
|
-
'error': z.object({
|
|
1119
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1120
|
-
'message': z.string().readonly(),
|
|
1121
|
-
}).readonly(),
|
|
1122
|
-
}), z.object({
|
|
1123
|
-
'ok': z.literal(true).readonly(),
|
|
1124
|
-
'value': z.object({
|
|
1125
|
-
'requestRef': z.string().readonly(),
|
|
1126
|
-
'phase': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
1127
|
-
'expiresAt': z.string().readonly(),
|
|
1128
|
-
'sas': z.string().readonly().optional(),
|
|
1129
|
-
}).readonly(),
|
|
1130
|
-
})])
|
|
1131
961
|
const _awiki_dsh_plugin_awiki_summarizeConversation_parameter_0$schema = z.object({
|
|
1132
962
|
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1133
963
|
'unreadCountAtOpen': z.number().readonly().optional(),
|
|
@@ -1135,7 +965,7 @@ const _awiki_dsh_plugin_awiki_summarizeConversation_parameter_0$schema = z.objec
|
|
|
1135
965
|
const _awiki_dsh_plugin_awiki_summarizeConversation_result$schema = z.union([z.object({
|
|
1136
966
|
'ok': z.literal(false).readonly(),
|
|
1137
967
|
'error': z.object({
|
|
1138
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
968
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1139
969
|
'message': z.string().readonly(),
|
|
1140
970
|
}).readonly(),
|
|
1141
971
|
}), z.object({
|
|
@@ -1189,7 +1019,7 @@ const _awiki_dsh_plugin_awiki_updateConversationPreference_parameter_0$schema =
|
|
|
1189
1019
|
const _awiki_dsh_plugin_awiki_updateConversationPreference_result$schema = z.union([z.object({
|
|
1190
1020
|
'ok': z.literal(false).readonly(),
|
|
1191
1021
|
'error': z.object({
|
|
1192
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1022
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1193
1023
|
'message': z.string().readonly(),
|
|
1194
1024
|
}).readonly(),
|
|
1195
1025
|
}), z.object({
|
|
@@ -1226,7 +1056,7 @@ const _awiki_dsh_plugin_awiki_updateDisplayName_parameter_0$schema = z.object({
|
|
|
1226
1056
|
const _awiki_dsh_plugin_awiki_updateDisplayName_result$schema = z.union([z.object({
|
|
1227
1057
|
'ok': z.literal(false).readonly(),
|
|
1228
1058
|
'error': z.object({
|
|
1229
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1059
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1230
1060
|
'message': z.string().readonly(),
|
|
1231
1061
|
}).readonly(),
|
|
1232
1062
|
}), z.object({
|
|
@@ -1246,7 +1076,7 @@ const _awiki_dsh_plugin_awiki_updateProfile_parameter_0$schema = z.object({
|
|
|
1246
1076
|
const _awiki_dsh_plugin_awiki_updateProfile_result$schema = z.union([z.object({
|
|
1247
1077
|
'ok': z.literal(false).readonly(),
|
|
1248
1078
|
'error': z.object({
|
|
1249
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1079
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("state-in-use"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1250
1080
|
'message': z.string().readonly(),
|
|
1251
1081
|
}).readonly(),
|
|
1252
1082
|
}), z.object({
|
|
@@ -1287,7 +1117,7 @@ export const TYPERT_REMOTE = {
|
|
|
1287
1117
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1288
1118
|
schema: _awiki_dsh_plugin_awiki_activateRecovery_result$schema,
|
|
1289
1119
|
},
|
|
1290
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1120
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":117,"column":9},
|
|
1291
1121
|
},
|
|
1292
1122
|
{
|
|
1293
1123
|
id: '@awiki/dsh-plugin#awiki/addGroupMember',
|
|
@@ -1312,62 +1142,7 @@ export const TYPERT_REMOTE = {
|
|
|
1312
1142
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1313
1143
|
schema: _awiki_dsh_plugin_awiki_addGroupMember_result$schema,
|
|
1314
1144
|
},
|
|
1315
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
id: '@awiki/dsh-plugin#awiki/approveDeviceJoin',
|
|
1319
|
-
service: 'awiki',
|
|
1320
|
-
namespace: 'awiki',
|
|
1321
|
-
method: 'approveDeviceJoin',
|
|
1322
|
-
invocation: { kind: 'direct' },
|
|
1323
|
-
parameters: [
|
|
1324
|
-
{
|
|
1325
|
-
name: 'request',
|
|
1326
|
-
wire: 'request',
|
|
1327
|
-
source: 'json',
|
|
1328
|
-
codec: {
|
|
1329
|
-
mode: 'strict',
|
|
1330
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiApproveDeviceJoinRequest',
|
|
1331
|
-
schema: _awiki_dsh_plugin_awiki_approveDeviceJoin_parameter_0$schema,
|
|
1332
|
-
},
|
|
1333
|
-
},
|
|
1334
|
-
],
|
|
1335
|
-
result: {
|
|
1336
|
-
mode: 'strict',
|
|
1337
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1338
|
-
schema: _awiki_dsh_plugin_awiki_approveDeviceJoin_result$schema,
|
|
1339
|
-
},
|
|
1340
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":129,"column":9},
|
|
1341
|
-
},
|
|
1342
|
-
{
|
|
1343
|
-
id: '@awiki/dsh-plugin#awiki/beginDeviceJoin',
|
|
1344
|
-
service: 'awiki',
|
|
1345
|
-
namespace: 'awiki',
|
|
1346
|
-
method: 'beginDeviceJoin',
|
|
1347
|
-
invocation: { kind: 'direct' },
|
|
1348
|
-
parameters: [
|
|
1349
|
-
],
|
|
1350
|
-
result: {
|
|
1351
|
-
mode: 'strict',
|
|
1352
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1353
|
-
schema: _awiki_dsh_plugin_awiki_beginDeviceJoin_result$schema,
|
|
1354
|
-
},
|
|
1355
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":112,"column":9},
|
|
1356
|
-
},
|
|
1357
|
-
{
|
|
1358
|
-
id: '@awiki/dsh-plugin#awiki/cancelDeviceJoin',
|
|
1359
|
-
service: 'awiki',
|
|
1360
|
-
namespace: 'awiki',
|
|
1361
|
-
method: 'cancelDeviceJoin',
|
|
1362
|
-
invocation: { kind: 'direct' },
|
|
1363
|
-
parameters: [
|
|
1364
|
-
],
|
|
1365
|
-
result: {
|
|
1366
|
-
mode: 'strict',
|
|
1367
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1368
|
-
schema: _awiki_dsh_plugin_awiki_cancelDeviceJoin_result$schema,
|
|
1369
|
-
},
|
|
1370
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":118,"column":9},
|
|
1145
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":147,"column":3},
|
|
1371
1146
|
},
|
|
1372
1147
|
{
|
|
1373
1148
|
id: '@awiki/dsh-plugin#awiki/clearLocalData',
|
|
@@ -1392,7 +1167,7 @@ export const TYPERT_REMOTE = {
|
|
|
1392
1167
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1393
1168
|
schema: _awiki_dsh_plugin_awiki_clearLocalData_result$schema,
|
|
1394
1169
|
},
|
|
1395
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1170
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":205,"column":3},
|
|
1396
1171
|
},
|
|
1397
1172
|
{
|
|
1398
1173
|
id: '@awiki/dsh-plugin#awiki/createGroup',
|
|
@@ -1417,7 +1192,7 @@ export const TYPERT_REMOTE = {
|
|
|
1417
1192
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1418
1193
|
schema: _awiki_dsh_plugin_awiki_createGroup_result$schema,
|
|
1419
1194
|
},
|
|
1420
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1195
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":132,"column":9},
|
|
1421
1196
|
},
|
|
1422
1197
|
{
|
|
1423
1198
|
id: '@awiki/dsh-plugin#awiki/discardRecovery',
|
|
@@ -1442,7 +1217,7 @@ export const TYPERT_REMOTE = {
|
|
|
1442
1217
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1443
1218
|
schema: _awiki_dsh_plugin_awiki_discardRecovery_result$schema,
|
|
1444
1219
|
},
|
|
1445
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1220
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":126,"column":9},
|
|
1446
1221
|
},
|
|
1447
1222
|
{
|
|
1448
1223
|
id: '@awiki/dsh-plugin#awiki/downloadAttachment',
|
|
@@ -1467,7 +1242,7 @@ export const TYPERT_REMOTE = {
|
|
|
1467
1242
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1468
1243
|
schema: _awiki_dsh_plugin_awiki_downloadAttachment_result$schema,
|
|
1469
1244
|
},
|
|
1470
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1245
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":187,"column":9},
|
|
1471
1246
|
},
|
|
1472
1247
|
{
|
|
1473
1248
|
id: '@awiki/dsh-plugin#awiki/getConfig',
|
|
@@ -1482,7 +1257,7 @@ export const TYPERT_REMOTE = {
|
|
|
1482
1257
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1483
1258
|
schema: _awiki_dsh_plugin_awiki_getConfig_result$schema,
|
|
1484
1259
|
},
|
|
1485
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1260
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":76,"column":3},
|
|
1486
1261
|
},
|
|
1487
1262
|
{
|
|
1488
1263
|
id: '@awiki/dsh-plugin#awiki/getConversationPreferences',
|
|
@@ -1497,22 +1272,7 @@ export const TYPERT_REMOTE = {
|
|
|
1497
1272
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1498
1273
|
schema: _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema,
|
|
1499
1274
|
},
|
|
1500
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
id: '@awiki/dsh-plugin#awiki/getDeviceJoinStatus',
|
|
1504
|
-
service: 'awiki',
|
|
1505
|
-
namespace: 'awiki',
|
|
1506
|
-
method: 'getDeviceJoinStatus',
|
|
1507
|
-
invocation: { kind: 'direct' },
|
|
1508
|
-
parameters: [
|
|
1509
|
-
],
|
|
1510
|
-
result: {
|
|
1511
|
-
mode: 'strict',
|
|
1512
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1513
|
-
schema: _awiki_dsh_plugin_awiki_getDeviceJoinStatus_result$schema,
|
|
1514
|
-
},
|
|
1515
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":115,"column":9},
|
|
1275
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":156,"column":3},
|
|
1516
1276
|
},
|
|
1517
1277
|
{
|
|
1518
1278
|
id: '@awiki/dsh-plugin#awiki/getGroup',
|
|
@@ -1537,7 +1297,7 @@ export const TYPERT_REMOTE = {
|
|
|
1537
1297
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1538
1298
|
schema: _awiki_dsh_plugin_awiki_getGroup_result$schema,
|
|
1539
1299
|
},
|
|
1540
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1300
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":135,"column":3},
|
|
1541
1301
|
},
|
|
1542
1302
|
{
|
|
1543
1303
|
id: '@awiki/dsh-plugin#awiki/getHistory',
|
|
@@ -1562,7 +1322,7 @@ export const TYPERT_REMOTE = {
|
|
|
1562
1322
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1563
1323
|
schema: _awiki_dsh_plugin_awiki_getHistory_result$schema,
|
|
1564
1324
|
},
|
|
1565
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1325
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":167,"column":3},
|
|
1566
1326
|
},
|
|
1567
1327
|
{
|
|
1568
1328
|
id: '@awiki/dsh-plugin#awiki/getIdentity',
|
|
@@ -1577,7 +1337,7 @@ export const TYPERT_REMOTE = {
|
|
|
1577
1337
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1578
1338
|
schema: _awiki_dsh_plugin_awiki_getIdentity_result$schema,
|
|
1579
1339
|
},
|
|
1580
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1340
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":79,"column":9},
|
|
1581
1341
|
},
|
|
1582
1342
|
{
|
|
1583
1343
|
id: '@awiki/dsh-plugin#awiki/getLocalHistory',
|
|
@@ -1602,7 +1362,7 @@ export const TYPERT_REMOTE = {
|
|
|
1602
1362
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1603
1363
|
schema: _awiki_dsh_plugin_awiki_getLocalHistory_result$schema,
|
|
1604
1364
|
},
|
|
1605
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1365
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":170,"column":3},
|
|
1606
1366
|
},
|
|
1607
1367
|
{
|
|
1608
1368
|
id: '@awiki/dsh-plugin#awiki/getMailAccount',
|
|
@@ -1617,7 +1377,7 @@ export const TYPERT_REMOTE = {
|
|
|
1617
1377
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1618
1378
|
schema: _awiki_dsh_plugin_awiki_getMailAccount_result$schema,
|
|
1619
1379
|
},
|
|
1620
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1380
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":190,"column":3},
|
|
1621
1381
|
},
|
|
1622
1382
|
{
|
|
1623
1383
|
id: '@awiki/dsh-plugin#awiki/getProfile',
|
|
@@ -1632,7 +1392,7 @@ export const TYPERT_REMOTE = {
|
|
|
1632
1392
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1633
1393
|
schema: _awiki_dsh_plugin_awiki_getProfile_result$schema,
|
|
1634
1394
|
},
|
|
1635
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1395
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":105,"column":3},
|
|
1636
1396
|
},
|
|
1637
1397
|
{
|
|
1638
1398
|
id: '@awiki/dsh-plugin#awiki/getRecoveryStatus',
|
|
@@ -1657,7 +1417,7 @@ export const TYPERT_REMOTE = {
|
|
|
1657
1417
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1658
1418
|
schema: _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema,
|
|
1659
1419
|
},
|
|
1660
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1420
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":120,"column":9},
|
|
1661
1421
|
},
|
|
1662
1422
|
{
|
|
1663
1423
|
id: '@awiki/dsh-plugin#awiki/getSession',
|
|
@@ -1672,7 +1432,7 @@ export const TYPERT_REMOTE = {
|
|
|
1672
1432
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1673
1433
|
schema: _awiki_dsh_plugin_awiki_getSession_result$schema,
|
|
1674
1434
|
},
|
|
1675
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1435
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":82,"column":9},
|
|
1676
1436
|
},
|
|
1677
1437
|
{
|
|
1678
1438
|
id: '@awiki/dsh-plugin#awiki/inspectIdentityAccess',
|
|
@@ -1697,7 +1457,7 @@ export const TYPERT_REMOTE = {
|
|
|
1697
1457
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1698
1458
|
schema: _awiki_dsh_plugin_awiki_inspectIdentityAccess_result$schema,
|
|
1699
1459
|
},
|
|
1700
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1460
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":91,"column":9},
|
|
1701
1461
|
},
|
|
1702
1462
|
{
|
|
1703
1463
|
id: '@awiki/dsh-plugin#awiki/joinGroup',
|
|
@@ -1722,7 +1482,7 @@ export const TYPERT_REMOTE = {
|
|
|
1722
1482
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1723
1483
|
schema: _awiki_dsh_plugin_awiki_joinGroup_result$schema,
|
|
1724
1484
|
},
|
|
1725
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1485
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":138,"column":3},
|
|
1726
1486
|
},
|
|
1727
1487
|
{
|
|
1728
1488
|
id: '@awiki/dsh-plugin#awiki/leaveGroup',
|
|
@@ -1747,7 +1507,7 @@ export const TYPERT_REMOTE = {
|
|
|
1747
1507
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1748
1508
|
schema: _awiki_dsh_plugin_awiki_leaveGroup_result$schema,
|
|
1749
1509
|
},
|
|
1750
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1510
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":141,"column":9},
|
|
1751
1511
|
},
|
|
1752
1512
|
{
|
|
1753
1513
|
id: '@awiki/dsh-plugin#awiki/listConversations',
|
|
@@ -1773,7 +1533,7 @@ export const TYPERT_REMOTE = {
|
|
|
1773
1533
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1774
1534
|
schema: _awiki_dsh_plugin_awiki_listConversations_result$schema,
|
|
1775
1535
|
},
|
|
1776
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1536
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":164,"column":3},
|
|
1777
1537
|
},
|
|
1778
1538
|
{
|
|
1779
1539
|
id: '@awiki/dsh-plugin#awiki/listGroupMembers',
|
|
@@ -1798,7 +1558,7 @@ export const TYPERT_REMOTE = {
|
|
|
1798
1558
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1799
1559
|
schema: _awiki_dsh_plugin_awiki_listGroupMembers_result$schema,
|
|
1800
1560
|
},
|
|
1801
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1561
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":144,"column":3},
|
|
1802
1562
|
},
|
|
1803
1563
|
{
|
|
1804
1564
|
id: '@awiki/dsh-plugin#awiki/listMailInbox',
|
|
@@ -1824,7 +1584,7 @@ export const TYPERT_REMOTE = {
|
|
|
1824
1584
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1825
1585
|
schema: _awiki_dsh_plugin_awiki_listMailInbox_result$schema,
|
|
1826
1586
|
},
|
|
1827
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1587
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":193,"column":9},
|
|
1828
1588
|
},
|
|
1829
1589
|
{
|
|
1830
1590
|
id: '@awiki/dsh-plugin#awiki/login',
|
|
@@ -1839,7 +1599,7 @@ export const TYPERT_REMOTE = {
|
|
|
1839
1599
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1840
1600
|
schema: _awiki_dsh_plugin_awiki_login_result$schema,
|
|
1841
1601
|
},
|
|
1842
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1602
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":88,"column":3},
|
|
1843
1603
|
},
|
|
1844
1604
|
{
|
|
1845
1605
|
id: '@awiki/dsh-plugin#awiki/logout',
|
|
@@ -1864,7 +1624,7 @@ export const TYPERT_REMOTE = {
|
|
|
1864
1624
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1865
1625
|
schema: _awiki_dsh_plugin_awiki_logout_result$schema,
|
|
1866
1626
|
},
|
|
1867
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1627
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":85,"column":3},
|
|
1868
1628
|
},
|
|
1869
1629
|
{
|
|
1870
1630
|
id: '@awiki/dsh-plugin#awiki/markConversationRead',
|
|
@@ -1889,7 +1649,7 @@ export const TYPERT_REMOTE = {
|
|
|
1889
1649
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1890
1650
|
schema: _awiki_dsh_plugin_awiki_markConversationRead_result$schema,
|
|
1891
1651
|
},
|
|
1892
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1652
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":178,"column":3},
|
|
1893
1653
|
},
|
|
1894
1654
|
{
|
|
1895
1655
|
id: '@awiki/dsh-plugin#awiki/markMailRead',
|
|
@@ -1914,7 +1674,7 @@ export const TYPERT_REMOTE = {
|
|
|
1914
1674
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1915
1675
|
schema: _awiki_dsh_plugin_awiki_markMailRead_result$schema,
|
|
1916
1676
|
},
|
|
1917
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1677
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":199,"column":3},
|
|
1918
1678
|
},
|
|
1919
1679
|
{
|
|
1920
1680
|
id: '@awiki/dsh-plugin#awiki/prepareRecovery',
|
|
@@ -1939,7 +1699,7 @@ export const TYPERT_REMOTE = {
|
|
|
1939
1699
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1940
1700
|
schema: _awiki_dsh_plugin_awiki_prepareRecovery_result$schema,
|
|
1941
1701
|
},
|
|
1942
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1702
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":114,"column":3},
|
|
1943
1703
|
},
|
|
1944
1704
|
{
|
|
1945
1705
|
id: '@awiki/dsh-plugin#awiki/readMail',
|
|
@@ -1964,22 +1724,7 @@ export const TYPERT_REMOTE = {
|
|
|
1964
1724
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1965
1725
|
schema: _awiki_dsh_plugin_awiki_readMail_result$schema,
|
|
1966
1726
|
},
|
|
1967
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
id: '@awiki/dsh-plugin#awiki/refreshDeviceManagement',
|
|
1971
|
-
service: 'awiki',
|
|
1972
|
-
namespace: 'awiki',
|
|
1973
|
-
method: 'refreshDeviceManagement',
|
|
1974
|
-
invocation: { kind: 'direct' },
|
|
1975
|
-
parameters: [
|
|
1976
|
-
],
|
|
1977
|
-
result: {
|
|
1978
|
-
mode: 'strict',
|
|
1979
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1980
|
-
schema: _awiki_dsh_plugin_awiki_refreshDeviceManagement_result$schema,
|
|
1981
|
-
},
|
|
1982
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":121,"column":3},
|
|
1727
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":196,"column":9},
|
|
1983
1728
|
},
|
|
1984
1729
|
{
|
|
1985
1730
|
id: '@awiki/dsh-plugin#awiki/registerIdentity',
|
|
@@ -2004,32 +1749,7 @@ export const TYPERT_REMOTE = {
|
|
|
2004
1749
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2005
1750
|
schema: _awiki_dsh_plugin_awiki_registerIdentity_result$schema,
|
|
2006
1751
|
},
|
|
2007
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2008
|
-
},
|
|
2009
|
-
{
|
|
2010
|
-
id: '@awiki/dsh-plugin#awiki/rejectDeviceJoin',
|
|
2011
|
-
service: 'awiki',
|
|
2012
|
-
namespace: 'awiki',
|
|
2013
|
-
method: 'rejectDeviceJoin',
|
|
2014
|
-
invocation: { kind: 'direct' },
|
|
2015
|
-
parameters: [
|
|
2016
|
-
{
|
|
2017
|
-
name: 'request',
|
|
2018
|
-
wire: 'request',
|
|
2019
|
-
source: 'json',
|
|
2020
|
-
codec: {
|
|
2021
|
-
mode: 'strict',
|
|
2022
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiRejectDeviceJoinRequest',
|
|
2023
|
-
schema: _awiki_dsh_plugin_awiki_rejectDeviceJoin_parameter_0$schema,
|
|
2024
|
-
},
|
|
2025
|
-
},
|
|
2026
|
-
],
|
|
2027
|
-
result: {
|
|
2028
|
-
mode: 'strict',
|
|
2029
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2030
|
-
schema: _awiki_dsh_plugin_awiki_rejectDeviceJoin_result$schema,
|
|
2031
|
-
},
|
|
2032
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":134,"column":9},
|
|
1752
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":99,"column":9},
|
|
2033
1753
|
},
|
|
2034
1754
|
{
|
|
2035
1755
|
id: '@awiki/dsh-plugin#awiki/removeGroupMember',
|
|
@@ -2054,7 +1774,7 @@ export const TYPERT_REMOTE = {
|
|
|
2054
1774
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2055
1775
|
schema: _awiki_dsh_plugin_awiki_removeGroupMember_result$schema,
|
|
2056
1776
|
},
|
|
2057
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1777
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":150,"column":3},
|
|
2058
1778
|
},
|
|
2059
1779
|
{
|
|
2060
1780
|
id: '@awiki/dsh-plugin#awiki/resolvePeer',
|
|
@@ -2079,7 +1799,7 @@ export const TYPERT_REMOTE = {
|
|
|
2079
1799
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2080
1800
|
schema: _awiki_dsh_plugin_awiki_resolvePeer_result$schema,
|
|
2081
1801
|
},
|
|
2082
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1802
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":129,"column":3},
|
|
2083
1803
|
},
|
|
2084
1804
|
{
|
|
2085
1805
|
id: '@awiki/dsh-plugin#awiki/resumeGroupRebindRecovery',
|
|
@@ -2094,7 +1814,7 @@ export const TYPERT_REMOTE = {
|
|
|
2094
1814
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2095
1815
|
schema: _awiki_dsh_plugin_awiki_resumeGroupRebindRecovery_result$schema,
|
|
2096
1816
|
},
|
|
2097
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1817
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":153,"column":9},
|
|
2098
1818
|
},
|
|
2099
1819
|
{
|
|
2100
1820
|
id: '@awiki/dsh-plugin#awiki/resumeRecovery',
|
|
@@ -2119,32 +1839,7 @@ export const TYPERT_REMOTE = {
|
|
|
2119
1839
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2120
1840
|
schema: _awiki_dsh_plugin_awiki_resumeRecovery_result$schema,
|
|
2121
1841
|
},
|
|
2122
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2123
|
-
},
|
|
2124
|
-
{
|
|
2125
|
-
id: '@awiki/dsh-plugin#awiki/revokeDevice',
|
|
2126
|
-
service: 'awiki',
|
|
2127
|
-
namespace: 'awiki',
|
|
2128
|
-
method: 'revokeDevice',
|
|
2129
|
-
invocation: { kind: 'direct' },
|
|
2130
|
-
parameters: [
|
|
2131
|
-
{
|
|
2132
|
-
name: 'request',
|
|
2133
|
-
wire: 'request',
|
|
2134
|
-
source: 'json',
|
|
2135
|
-
codec: {
|
|
2136
|
-
mode: 'strict',
|
|
2137
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiRevokeDeviceRequest',
|
|
2138
|
-
schema: _awiki_dsh_plugin_awiki_revokeDevice_parameter_0$schema,
|
|
2139
|
-
},
|
|
2140
|
-
},
|
|
2141
|
-
],
|
|
2142
|
-
result: {
|
|
2143
|
-
mode: 'strict',
|
|
2144
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2145
|
-
schema: _awiki_dsh_plugin_awiki_revokeDevice_result$schema,
|
|
2146
|
-
},
|
|
2147
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":139,"column":9},
|
|
1842
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":123,"column":9},
|
|
2148
1843
|
},
|
|
2149
1844
|
{
|
|
2150
1845
|
id: '@awiki/dsh-plugin#awiki/sendAttachment',
|
|
@@ -2169,7 +1864,7 @@ export const TYPERT_REMOTE = {
|
|
|
2169
1864
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2170
1865
|
schema: _awiki_dsh_plugin_awiki_sendAttachment_result$schema,
|
|
2171
1866
|
},
|
|
2172
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1867
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":184,"column":9},
|
|
2173
1868
|
},
|
|
2174
1869
|
{
|
|
2175
1870
|
id: '@awiki/dsh-plugin#awiki/sendMail',
|
|
@@ -2194,7 +1889,7 @@ export const TYPERT_REMOTE = {
|
|
|
2194
1889
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2195
1890
|
schema: _awiki_dsh_plugin_awiki_sendMail_result$schema,
|
|
2196
1891
|
},
|
|
2197
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1892
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":202,"column":9},
|
|
2198
1893
|
},
|
|
2199
1894
|
{
|
|
2200
1895
|
id: '@awiki/dsh-plugin#awiki/sendRecoveryOtp',
|
|
@@ -2219,7 +1914,7 @@ export const TYPERT_REMOTE = {
|
|
|
2219
1914
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2220
1915
|
schema: _awiki_dsh_plugin_awiki_sendRecoveryOtp_result$schema,
|
|
2221
1916
|
},
|
|
2222
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1917
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":111,"column":3},
|
|
2223
1918
|
},
|
|
2224
1919
|
{
|
|
2225
1920
|
id: '@awiki/dsh-plugin#awiki/sendRegistrationOtp',
|
|
@@ -2244,7 +1939,7 @@ export const TYPERT_REMOTE = {
|
|
|
2244
1939
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2245
1940
|
schema: _awiki_dsh_plugin_awiki_sendRegistrationOtp_result$schema,
|
|
2246
1941
|
},
|
|
2247
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1942
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":96,"column":3},
|
|
2248
1943
|
},
|
|
2249
1944
|
{
|
|
2250
1945
|
id: '@awiki/dsh-plugin#awiki/sendText',
|
|
@@ -2269,32 +1964,7 @@ export const TYPERT_REMOTE = {
|
|
|
2269
1964
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2270
1965
|
schema: _awiki_dsh_plugin_awiki_sendText_result$schema,
|
|
2271
1966
|
},
|
|
2272
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2273
|
-
},
|
|
2274
|
-
{
|
|
2275
|
-
id: '@awiki/dsh-plugin#awiki/startDeviceJoinVerification',
|
|
2276
|
-
service: 'awiki',
|
|
2277
|
-
namespace: 'awiki',
|
|
2278
|
-
method: 'startDeviceJoinVerification',
|
|
2279
|
-
invocation: { kind: 'direct' },
|
|
2280
|
-
parameters: [
|
|
2281
|
-
{
|
|
2282
|
-
name: 'request',
|
|
2283
|
-
wire: 'request',
|
|
2284
|
-
source: 'json',
|
|
2285
|
-
codec: {
|
|
2286
|
-
mode: 'strict',
|
|
2287
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiRequestRefInput',
|
|
2288
|
-
schema: _awiki_dsh_plugin_awiki_startDeviceJoinVerification_parameter_0$schema,
|
|
2289
|
-
},
|
|
2290
|
-
},
|
|
2291
|
-
],
|
|
2292
|
-
result: {
|
|
2293
|
-
mode: 'strict',
|
|
2294
|
-
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2295
|
-
schema: _awiki_dsh_plugin_awiki_startDeviceJoinVerification_result$schema,
|
|
2296
|
-
},
|
|
2297
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":124,"column":9},
|
|
1967
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":181,"column":3},
|
|
2298
1968
|
},
|
|
2299
1969
|
{
|
|
2300
1970
|
id: '@awiki/dsh-plugin#awiki/summarizeConversation',
|
|
@@ -2319,7 +1989,7 @@ export const TYPERT_REMOTE = {
|
|
|
2319
1989
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2320
1990
|
schema: _awiki_dsh_plugin_awiki_summarizeConversation_result$schema,
|
|
2321
1991
|
},
|
|
2322
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1992
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":173,"column":9},
|
|
2323
1993
|
},
|
|
2324
1994
|
{
|
|
2325
1995
|
id: '@awiki/dsh-plugin#awiki/updateConversationPreference',
|
|
@@ -2344,7 +2014,7 @@ export const TYPERT_REMOTE = {
|
|
|
2344
2014
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2345
2015
|
schema: _awiki_dsh_plugin_awiki_updateConversationPreference_result$schema,
|
|
2346
2016
|
},
|
|
2347
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2017
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":159,"column":3},
|
|
2348
2018
|
},
|
|
2349
2019
|
{
|
|
2350
2020
|
id: '@awiki/dsh-plugin#awiki/updateDisplayName',
|
|
@@ -2369,7 +2039,7 @@ export const TYPERT_REMOTE = {
|
|
|
2369
2039
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2370
2040
|
schema: _awiki_dsh_plugin_awiki_updateDisplayName_result$schema,
|
|
2371
2041
|
},
|
|
2372
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2042
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":102,"column":9},
|
|
2373
2043
|
},
|
|
2374
2044
|
{
|
|
2375
2045
|
id: '@awiki/dsh-plugin#awiki/updateProfile',
|
|
@@ -2394,7 +2064,7 @@ export const TYPERT_REMOTE = {
|
|
|
2394
2064
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2395
2065
|
schema: _awiki_dsh_plugin_awiki_updateProfile_result$schema,
|
|
2396
2066
|
},
|
|
2397
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2067
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":108,"column":3},
|
|
2398
2068
|
},
|
|
2399
2069
|
],
|
|
2400
2070
|
}
|