wowok_agent 1.6.6 → 2.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (181) hide show
  1. package/README.md +20 -40
  2. package/dist/index.d.ts +6 -27
  3. package/dist/index.js +1026 -27
  4. package/dist/schema/call/allocation.d.ts +8 -0
  5. package/dist/schema/call/allocation.js +27 -0
  6. package/dist/schema/call/arbitration.d.ts +27 -0
  7. package/dist/schema/call/arbitration.js +106 -0
  8. package/dist/schema/call/base.d.ts +41 -0
  9. package/dist/schema/call/base.js +152 -0
  10. package/dist/schema/call/contact.d.ts +9 -0
  11. package/dist/schema/call/contact.js +41 -0
  12. package/dist/schema/call/demand.d.ts +10 -0
  13. package/dist/schema/call/demand.js +51 -0
  14. package/dist/schema/call/guard.d.ts +15 -0
  15. package/dist/schema/call/guard.js +67 -0
  16. package/dist/schema/call/handler.d.ts +80 -0
  17. package/dist/schema/call/handler.js +177 -0
  18. package/dist/schema/call/index.d.ts +18 -0
  19. package/dist/schema/call/index.js +19 -0
  20. package/dist/schema/call/machine.d.ts +23 -0
  21. package/dist/schema/call/machine.js +164 -0
  22. package/dist/schema/call/order.d.ts +11 -0
  23. package/dist/schema/call/order.js +39 -0
  24. package/dist/schema/call/payment.d.ts +7 -0
  25. package/dist/schema/call/payment.js +20 -0
  26. package/dist/schema/call/permission.d.ts +27 -0
  27. package/dist/schema/call/permission.js +118 -0
  28. package/dist/schema/call/personal.d.ts +27 -0
  29. package/dist/schema/call/personal.js +81 -0
  30. package/dist/schema/call/progress.d.ts +6 -0
  31. package/dist/schema/call/progress.js +37 -0
  32. package/dist/schema/call/proof.d.ts +7 -0
  33. package/dist/schema/call/proof.js +27 -0
  34. package/dist/schema/call/repository.d.ts +15 -0
  35. package/dist/schema/call/repository.js +85 -0
  36. package/dist/schema/call/reward.d.ts +7 -0
  37. package/dist/schema/call/reward.js +46 -0
  38. package/dist/schema/call/service.d.ts +7 -0
  39. package/dist/schema/call/service.js +87 -0
  40. package/dist/schema/call/treasury.d.ts +6 -0
  41. package/dist/schema/call/treasury.js +76 -0
  42. package/dist/schema/common/index.d.ts +57 -0
  43. package/dist/schema/common/index.js +331 -0
  44. package/dist/schema/index.d.ts +7 -0
  45. package/dist/schema/index.js +8 -0
  46. package/dist/schema/local/index.d.ts +120 -0
  47. package/dist/schema/local/index.js +913 -0
  48. package/dist/schema/local/wip.d.ts +33 -0
  49. package/dist/schema/local/wip.js +229 -0
  50. package/dist/schema/messenger/index.d.ts +34 -0
  51. package/dist/schema/messenger/index.js +407 -0
  52. package/dist/schema/query/index.d.ts +240 -0
  53. package/dist/schema/query/index.js +1313 -0
  54. package/dist/schema/utils/guard-parser.d.ts +20 -0
  55. package/dist/schema/utils/guard-parser.js +410 -0
  56. package/dist/schema/utils/guard-query-utils.d.ts +5 -0
  57. package/dist/schema/utils/guard-query-utils.js +22 -0
  58. package/dist/schema/utils/node-parser.d.ts +59 -0
  59. package/dist/schema/utils/node-parser.js +382 -0
  60. package/dist/schema/utils/permission-index-utils.d.ts +2 -0
  61. package/dist/schema/utils/permission-index-utils.js +10 -0
  62. package/package.json +31 -49
  63. package/LICENSE +0 -201
  64. package/dist/call/arbitration.d.ts +0 -57
  65. package/dist/call/arbitration.d.ts.map +0 -1
  66. package/dist/call/arbitration.js +0 -245
  67. package/dist/call/arbitration.js.map +0 -1
  68. package/dist/call/base.d.ts +0 -85
  69. package/dist/call/base.d.ts.map +0 -1
  70. package/dist/call/base.js +0 -231
  71. package/dist/call/base.js.map +0 -1
  72. package/dist/call/call.d.ts +0 -95
  73. package/dist/call/call.d.ts.map +0 -1
  74. package/dist/call/call.js +0 -149
  75. package/dist/call/call.js.map +0 -1
  76. package/dist/call/demand.d.ts +0 -46
  77. package/dist/call/demand.d.ts.map +0 -1
  78. package/dist/call/demand.js +0 -201
  79. package/dist/call/demand.js.map +0 -1
  80. package/dist/call/guard.d.ts +0 -53
  81. package/dist/call/guard.d.ts.map +0 -1
  82. package/dist/call/guard.js +0 -386
  83. package/dist/call/guard.js.map +0 -1
  84. package/dist/call/machine.d.ts +0 -97
  85. package/dist/call/machine.d.ts.map +0 -1
  86. package/dist/call/machine.js +0 -342
  87. package/dist/call/machine.js.map +0 -1
  88. package/dist/call/object_permission.d.ts +0 -14
  89. package/dist/call/object_permission.d.ts.map +0 -1
  90. package/dist/call/object_permission.js +0 -59
  91. package/dist/call/object_permission.js.map +0 -1
  92. package/dist/call/permission.d.ts +0 -63
  93. package/dist/call/permission.d.ts.map +0 -1
  94. package/dist/call/permission.js +0 -137
  95. package/dist/call/permission.js.map +0 -1
  96. package/dist/call/personal.d.ts +0 -47
  97. package/dist/call/personal.d.ts.map +0 -1
  98. package/dist/call/personal.js +0 -119
  99. package/dist/call/personal.js.map +0 -1
  100. package/dist/call/repository.d.ts +0 -117
  101. package/dist/call/repository.d.ts.map +0 -1
  102. package/dist/call/repository.js +0 -408
  103. package/dist/call/repository.js.map +0 -1
  104. package/dist/call/service.d.ts +0 -115
  105. package/dist/call/service.d.ts.map +0 -1
  106. package/dist/call/service.js +0 -550
  107. package/dist/call/service.js.map +0 -1
  108. package/dist/call/treasury.d.ts +0 -46
  109. package/dist/call/treasury.d.ts.map +0 -1
  110. package/dist/call/treasury.js +0 -222
  111. package/dist/call/treasury.js.map +0 -1
  112. package/dist/common.d.ts +0 -12
  113. package/dist/common.d.ts.map +0 -1
  114. package/dist/common.js +0 -71
  115. package/dist/common.js.map +0 -1
  116. package/dist/index.d.ts.map +0 -1
  117. package/dist/index.js.map +0 -1
  118. package/dist/local/.d.ts +0 -20
  119. package/dist/local/.d.ts.map +0 -1
  120. package/dist/local/.js +0 -76
  121. package/dist/local/.js.map +0 -1
  122. package/dist/local/account.d.ts +0 -42
  123. package/dist/local/account.d.ts.map +0 -1
  124. package/dist/local/account.js +0 -335
  125. package/dist/local/account.js.map +0 -1
  126. package/dist/local/cache.d.ts +0 -32
  127. package/dist/local/cache.d.ts.map +0 -1
  128. package/dist/local/cache.js +0 -77
  129. package/dist/local/cache.js.map +0 -1
  130. package/dist/local/coin.d.ts +0 -22
  131. package/dist/local/coin.d.ts.map +0 -1
  132. package/dist/local/coin.js +0 -123
  133. package/dist/local/coin.js.map +0 -1
  134. package/dist/local/config.d.ts +0 -20
  135. package/dist/local/config.d.ts.map +0 -1
  136. package/dist/local/config.js +0 -75
  137. package/dist/local/config.js.map +0 -1
  138. package/dist/local/index.d.ts +0 -110
  139. package/dist/local/index.d.ts.map +0 -1
  140. package/dist/local/index.js +0 -122
  141. package/dist/local/index.js.map +0 -1
  142. package/dist/local/local.d.ts +0 -55
  143. package/dist/local/local.d.ts.map +0 -1
  144. package/dist/local/local.js +0 -248
  145. package/dist/local/local.js.map +0 -1
  146. package/dist/query/events.d.ts +0 -65
  147. package/dist/query/events.d.ts.map +0 -1
  148. package/dist/query/events.js +0 -75
  149. package/dist/query/events.js.map +0 -1
  150. package/dist/query/objects.d.ts +0 -346
  151. package/dist/query/objects.d.ts.map +0 -1
  152. package/dist/query/objects.js +0 -472
  153. package/dist/query/objects.js.map +0 -1
  154. package/dist/query/permission.d.ts +0 -15
  155. package/dist/query/permission.d.ts.map +0 -1
  156. package/dist/query/permission.js +0 -45
  157. package/dist/query/permission.js.map +0 -1
  158. package/dist/query/received.d.ts +0 -16
  159. package/dist/query/received.d.ts.map +0 -1
  160. package/dist/query/received.js +0 -16
  161. package/dist/query/received.js.map +0 -1
  162. package/dist/schema/call.d.ts +0 -13005
  163. package/dist/schema/call.d.ts.map +0 -1
  164. package/dist/schema/call.js +0 -997
  165. package/dist/schema/call.js.map +0 -1
  166. package/dist/schema/const.d.ts +0 -254
  167. package/dist/schema/const.d.ts.map +0 -1
  168. package/dist/schema/const.js +0 -305
  169. package/dist/schema/const.js.map +0 -1
  170. package/dist/schema/local.d.ts +0 -702
  171. package/dist/schema/local.d.ts.map +0 -1
  172. package/dist/schema/local.js +0 -150
  173. package/dist/schema/local.js.map +0 -1
  174. package/dist/schema/query.d.ts +0 -1465
  175. package/dist/schema/query.d.ts.map +0 -1
  176. package/dist/schema/query.js +0 -224
  177. package/dist/schema/query.js.map +0 -1
  178. package/dist/schema/util.d.ts +0 -71
  179. package/dist/schema/util.d.ts.map +0 -1
  180. package/dist/schema/util.js +0 -139
  181. package/dist/schema/util.js.map +0 -1
@@ -1,1465 +0,0 @@
1
- import { z } from "zod";
2
- export declare const QueryWowokProtocolSchemaDescription = "Retrieves the Wowok protocol data";
3
- export declare const BuiltInPermissionSchema: z.ZodObject<{
4
- module: z.ZodUnion<[z.ZodArray<z.ZodEnum<[string, ...string[]]>, "many">, z.ZodLiteral<"all">]>;
5
- }, "strip", z.ZodTypeAny, {
6
- module: string[] | "all";
7
- }, {
8
- module: string[] | "all";
9
- }>;
10
- export declare const BuiltInPermissionSchemaInput: () => import("zod-to-json-schema").JsonSchema7Type & {
11
- $schema?: string | undefined;
12
- definitions?: {
13
- [key: string]: import("zod-to-json-schema").JsonSchema7Type;
14
- } | undefined;
15
- };
16
- export declare const QueriesForGuardSchemaInput: () => import("zod-to-json-schema").JsonSchema7Type & {
17
- $schema?: string | undefined;
18
- definitions?: {
19
- [key: string]: import("zod-to-json-schema").JsonSchema7Type;
20
- } | undefined;
21
- };
22
- export declare const QueriesForGuardSchema: z.ZodObject<{
23
- module: z.ZodUnion<[z.ZodArray<z.ZodEnum<[string, ...string[]]>, "many">, z.ZodLiteral<"all">]>;
24
- }, "strip", z.ZodTypeAny, {
25
- module: string[] | "all";
26
- }, {
27
- module: string[] | "all";
28
- }>;
29
- export declare const QueryWowokProtocolSchema: z.ZodObject<{
30
- built_in_permissions: z.ZodOptional<z.ZodObject<{
31
- module: z.ZodUnion<[z.ZodArray<z.ZodEnum<[string, ...string[]]>, "many">, z.ZodLiteral<"all">]>;
32
- }, "strip", z.ZodTypeAny, {
33
- module: string[] | "all";
34
- }, {
35
- module: string[] | "all";
36
- }>>;
37
- queries_for_guard: z.ZodOptional<z.ZodObject<{
38
- module: z.ZodUnion<[z.ZodArray<z.ZodEnum<[string, ...string[]]>, "many">, z.ZodLiteral<"all">]>;
39
- }, "strip", z.ZodTypeAny, {
40
- module: string[] | "all";
41
- }, {
42
- module: string[] | "all";
43
- }>>;
44
- }, "strip", z.ZodTypeAny, {
45
- built_in_permissions?: {
46
- module: string[] | "all";
47
- } | undefined;
48
- queries_for_guard?: {
49
- module: string[] | "all";
50
- } | undefined;
51
- }, {
52
- built_in_permissions?: {
53
- module: string[] | "all";
54
- } | undefined;
55
- queries_for_guard?: {
56
- module: string[] | "all";
57
- } | undefined;
58
- }>;
59
- export declare const ValueTypeSchema: z.ZodObject<{
60
- name: z.ZodString;
61
- type: z.ZodNumber;
62
- description: z.ZodOptional<z.ZodString>;
63
- }, "strip", z.ZodTypeAny, {
64
- name: string;
65
- type: number;
66
- description?: string | undefined;
67
- }, {
68
- name: string;
69
- type: number;
70
- description?: string | undefined;
71
- }>;
72
- export declare const PermissionItemSchema: z.ZodObject<{
73
- index: z.ZodNumber;
74
- name: z.ZodString;
75
- description: z.ZodString;
76
- module: z.ZodString;
77
- guard: z.ZodOptional<z.ZodString>;
78
- }, "strip", z.ZodTypeAny, {
79
- name: string;
80
- description: string;
81
- index: number;
82
- module: string;
83
- guard?: string | undefined;
84
- }, {
85
- name: string;
86
- description: string;
87
- index: number;
88
- module: string;
89
- guard?: string | undefined;
90
- }>;
91
- export declare const QueryWowokProtocolResultSchema: z.ZodObject<{
92
- built_in_permissions: z.ZodArray<z.ZodObject<{
93
- index: z.ZodNumber;
94
- name: z.ZodString;
95
- description: z.ZodString;
96
- module: z.ZodString;
97
- guard: z.ZodOptional<z.ZodString>;
98
- }, "strip", z.ZodTypeAny, {
99
- name: string;
100
- description: string;
101
- index: number;
102
- module: string;
103
- guard?: string | undefined;
104
- }, {
105
- name: string;
106
- description: string;
107
- index: number;
108
- module: string;
109
- guard?: string | undefined;
110
- }>, "many">;
111
- queries_for_guard: z.ZodArray<z.ZodObject<{
112
- module: z.ZodString;
113
- query_name: z.ZodString;
114
- query_id: z.ZodNumber;
115
- parameters: z.ZodArray<z.ZodObject<{
116
- name: z.ZodString;
117
- type: z.ZodNumber;
118
- description: z.ZodOptional<z.ZodString>;
119
- }, "strip", z.ZodTypeAny, {
120
- name: string;
121
- type: number;
122
- description?: string | undefined;
123
- }, {
124
- name: string;
125
- type: number;
126
- description?: string | undefined;
127
- }>, "many">;
128
- return: z.ZodObject<{
129
- name: z.ZodString;
130
- type: z.ZodNumber;
131
- description: z.ZodOptional<z.ZodString>;
132
- }, "strip", z.ZodTypeAny, {
133
- name: string;
134
- type: number;
135
- description?: string | undefined;
136
- }, {
137
- name: string;
138
- type: number;
139
- description?: string | undefined;
140
- }>;
141
- description: z.ZodString;
142
- }, "strip", z.ZodTypeAny, {
143
- description: string;
144
- module: string;
145
- parameters: {
146
- name: string;
147
- type: number;
148
- description?: string | undefined;
149
- }[];
150
- query_name: string;
151
- query_id: number;
152
- return: {
153
- name: string;
154
- type: number;
155
- description?: string | undefined;
156
- };
157
- }, {
158
- description: string;
159
- module: string;
160
- parameters: {
161
- name: string;
162
- type: number;
163
- description?: string | undefined;
164
- }[];
165
- query_name: string;
166
- query_id: number;
167
- return: {
168
- name: string;
169
- type: number;
170
- description?: string | undefined;
171
- };
172
- }>, "many">;
173
- }, "strip", z.ZodTypeAny, {
174
- built_in_permissions: {
175
- name: string;
176
- description: string;
177
- index: number;
178
- module: string;
179
- guard?: string | undefined;
180
- }[];
181
- queries_for_guard: {
182
- description: string;
183
- module: string;
184
- parameters: {
185
- name: string;
186
- type: number;
187
- description?: string | undefined;
188
- }[];
189
- query_name: string;
190
- query_id: number;
191
- return: {
192
- name: string;
193
- type: number;
194
- description?: string | undefined;
195
- };
196
- }[];
197
- }, {
198
- built_in_permissions: {
199
- name: string;
200
- description: string;
201
- index: number;
202
- module: string;
203
- guard?: string | undefined;
204
- }[];
205
- queries_for_guard: {
206
- description: string;
207
- module: string;
208
- parameters: {
209
- name: string;
210
- type: number;
211
- description?: string | undefined;
212
- }[];
213
- query_name: string;
214
- query_id: number;
215
- return: {
216
- name: string;
217
- type: number;
218
- description?: string | undefined;
219
- };
220
- }[];
221
- }>;
222
- export declare const QueryWowokProtocolSchemaInput: () => import("zod-to-json-schema").JsonSchema7Type & {
223
- $schema?: string | undefined;
224
- definitions?: {
225
- [key: string]: import("zod-to-json-schema").JsonSchema7Type;
226
- } | undefined;
227
- };
228
- export declare const QueryWowokProtocolResultSchemaOutput: () => import("zod-to-json-schema").JsonSchema7Type & {
229
- $schema?: string | undefined;
230
- definitions?: {
231
- [key: string]: import("zod-to-json-schema").JsonSchema7Type;
232
- } | undefined;
233
- };
234
- export declare const Query_TableItems_List_Description = "Retrieves paginated table data records from a Wowok on-chain object, where the table data represents dynamically extensible structured information specific to the object type. \nThe query automatically identifies the object type (one of Permission, Machine, Treasury, Repository, Service, Progress, Arb, PersonalMark, or Demand) and returns data structured according to that specific type's table schema. This enables flexible data retrieval even when the object type of the provided address/name is unknown, with the query result metadata including the identified object type.\nKey details by object type:\n- **Demand**: Records with timestamps, transaction digests, and associated entity details.\n- **Arb**: Arbitration vote entries containing voter addresses, voting weights, and claim lists.\n- **Machine**: Node entries with names, operation paths from previous nodes, and metadata.\n- **PersonalMark**: Address entries with human-readable names and categorical tags.\n- **Permission**: Entries including entity addresses, permission lists (Wowok-defined + custom), and optional Guard constraints.\n- **Repository**: Stored data entries with type-coded fields, searchable addresses, and policy-defined names.\n- **Progress**: Workflow node entries with previous/next node names, timestamps, and operator session logs.\n- **Service**: Product items with names, optional info endpoints, prices, and stock quantities.\n- **Treasury**: Financial transaction records with operation codes, operators, Payment addresses, amounts, and timestamps.";
235
- export declare const Arb_TableItem_Description = "Retrieves detailed voting information for a specific address within an on-chain Arb object. \nReturns voting details such as voter address, voting weight, and list of voting claims, facilitating transparent tracking of arbitration voting processes.";
236
- export declare const Demand_TableItem_Description = "Retrieves detailed service recommendation data for a specified address within an on-chain Demand object. \nReturns recommendation details such as service name, recommendation rationale, service provider address, and recommendation timestamp, enabling users to review tailored service suggestions for specific demand requirements.";
237
- export declare const Machine_TableItem_Description = "Retrieves detailed node information for a specified node within an on-chain Machine object. \nReturns node details such as node name, list of all operation paths from the previous node to the current node, and associated metadata, enabling comprehensive tracking and analysis of machine workflow nodes.";
238
- export declare const PersonalMark_TableItem_Description = "Retrieves the assigned name and associated tags for a specified address from an on-chain PersonalMark object. \nInput parameters include the parent PersonalMark object's address or name, the target address to query, and a no-cache flag. \nReturns detailed information such as the human-readable name assigned to the address and an array of categorical tags, enabling clear address labeling and efficient organizational management.";
239
- export declare const Permission_TableItem_Description = "Retrieves the permission list for a specified entity address from an on-chain Permission object. \nInput parameters include the parent Permission object's address or name, the target entity address to query, and a no-cache flag. \nReturns detailed permission data such as the entity address, its associated permission list (including both wowok-defined and custom permissions), and optional additional Guard verification constraints.";
240
- export declare const Repository_TableItem_Description = "Retrieves specific stored data entries from an on-chain Repository object. \nReturns detailed data information such as data fields (with Wowok-defined base type codes), searchable data address, and field name (as specified by the Repository's policy, ensuring consistent field interpretation across systems).";
241
- export declare const Progress_TableItem_Description = "Retrieves historical session data for specific workflow nodes within an on-chain Progress object. \nReturns detailed session records such as operation timestamps, operator addresses, and operation behavior logs, enabling comprehensive tracking and analysis of workflow progression across sequential nodes.";
242
- export declare const Service_TableItem_Description = "Retrieves current information for a specific on-sale product within an on-chain Service object. \nReturns detailed product data such as product name, optional info endpoint URL, price, and stock quantity, enabling users to access up-to-date sales information for specific products to support display or transaction decisions.";
243
- export declare const Treasury_TableItem_Description = "Retrieves specific financial transaction records from an on-chain Treasury object by sequential flow number. \nReturns a detailed transaction entry containing: operation code (e.g., 'DEPOSIT' or 'WITHDRAW'), operator address, Payment address (bill details), total amount (in Wowok-defined currency units), and transaction timestamp.";
244
- export declare const ReceivedObject_Description = "Retrieves the list of ReceivedObject objects received by the Treasury or Order. The query results can be used to deposit the coins within the ReceivedObject objects into the Treasury or Order.";
245
- export declare const QueryObjectsSchemaDescription = "Retrieves the on-chain content of specified wowok objects. \nReturns detailed on-chain content data(excluding table data) for each queried object, enabling accurate and up-to-date data retrieval.";
246
- export declare const QueryObjectsSchema: z.ZodObject<{
247
- objects: z.ZodArray<z.ZodString, "many">;
248
- no_cache: z.ZodOptional<z.ZodBoolean>;
249
- session: z.ZodOptional<z.ZodObject<{
250
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
251
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
252
- }, "strip", z.ZodTypeAny, {
253
- retentive: "always" | "session";
254
- network: import("wowok").ENTRYPOINT;
255
- }, {
256
- network: import("wowok").ENTRYPOINT;
257
- retentive?: "always" | "session" | undefined;
258
- }>>;
259
- }, "strip", z.ZodTypeAny, {
260
- objects: string[];
261
- session?: {
262
- retentive: "always" | "session";
263
- network: import("wowok").ENTRYPOINT;
264
- } | undefined;
265
- no_cache?: boolean | undefined;
266
- }, {
267
- objects: string[];
268
- session?: {
269
- network: import("wowok").ENTRYPOINT;
270
- retentive?: "always" | "session" | undefined;
271
- } | undefined;
272
- no_cache?: boolean | undefined;
273
- }>;
274
- export declare const QueryObjectsSchemaInput: () => import("zod-to-json-schema").JsonSchema7Type & {
275
- $schema?: string | undefined;
276
- definitions?: {
277
- [key: string]: import("zod-to-json-schema").JsonSchema7Type;
278
- } | undefined;
279
- };
280
- export declare const QueryPersonalSchemaDescription = "Query the on-chain personal data by its name, account or address.\n The Personal object contains public information such as the user's homepage URL, social media accounts, avatar, likes and favorites, and object naming tags.";
281
- export declare const QueryPersonalSchema: z.ZodObject<{
282
- address: z.ZodObject<{
283
- name_or_address: z.ZodOptional<z.ZodString>;
284
- local_mark_first: z.ZodOptional<z.ZodBoolean>;
285
- }, "strip", z.ZodTypeAny, {
286
- name_or_address?: string | undefined;
287
- local_mark_first?: boolean | undefined;
288
- }, {
289
- name_or_address?: string | undefined;
290
- local_mark_first?: boolean | undefined;
291
- }>;
292
- no_cache: z.ZodOptional<z.ZodBoolean>;
293
- session: z.ZodOptional<z.ZodObject<{
294
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
295
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
296
- }, "strip", z.ZodTypeAny, {
297
- retentive: "always" | "session";
298
- network: import("wowok").ENTRYPOINT;
299
- }, {
300
- network: import("wowok").ENTRYPOINT;
301
- retentive?: "always" | "session" | undefined;
302
- }>>;
303
- }, "strip", z.ZodTypeAny, {
304
- address: {
305
- name_or_address?: string | undefined;
306
- local_mark_first?: boolean | undefined;
307
- };
308
- session?: {
309
- retentive: "always" | "session";
310
- network: import("wowok").ENTRYPOINT;
311
- } | undefined;
312
- no_cache?: boolean | undefined;
313
- }, {
314
- address: {
315
- name_or_address?: string | undefined;
316
- local_mark_first?: boolean | undefined;
317
- };
318
- session?: {
319
- network: import("wowok").ENTRYPOINT;
320
- retentive?: "always" | "session" | undefined;
321
- } | undefined;
322
- no_cache?: boolean | undefined;
323
- }>;
324
- export declare const QueryPersonalSchemaInput: () => import("zod-to-json-schema").JsonSchema7Type & {
325
- $schema?: string | undefined;
326
- definitions?: {
327
- [key: string]: import("zod-to-json-schema").JsonSchema7Type;
328
- } | undefined;
329
- };
330
- export declare const QueryTableItemsSchema: z.ZodObject<{
331
- parent: z.ZodString;
332
- cursor: z.ZodNullable<z.ZodOptional<z.ZodString>>;
333
- limit: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
334
- no_cache: z.ZodOptional<z.ZodBoolean>;
335
- session: z.ZodOptional<z.ZodObject<{
336
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
337
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
338
- }, "strip", z.ZodTypeAny, {
339
- retentive: "always" | "session";
340
- network: import("wowok").ENTRYPOINT;
341
- }, {
342
- network: import("wowok").ENTRYPOINT;
343
- retentive?: "always" | "session" | undefined;
344
- }>>;
345
- }, "strip", z.ZodTypeAny, {
346
- parent: string;
347
- session?: {
348
- retentive: "always" | "session";
349
- network: import("wowok").ENTRYPOINT;
350
- } | undefined;
351
- no_cache?: boolean | undefined;
352
- cursor?: string | null | undefined;
353
- limit?: number | null | undefined;
354
- }, {
355
- parent: string;
356
- session?: {
357
- network: import("wowok").ENTRYPOINT;
358
- retentive?: "always" | "session" | undefined;
359
- } | undefined;
360
- no_cache?: boolean | undefined;
361
- cursor?: string | null | undefined;
362
- limit?: number | null | undefined;
363
- }>;
364
- export declare const QueryTableItemsSchemaInput: () => import("zod-to-json-schema").JsonSchema7Type & {
365
- $schema?: string | undefined;
366
- definitions?: {
367
- [key: string]: import("zod-to-json-schema").JsonSchema7Type;
368
- } | undefined;
369
- };
370
- export declare const TableItemSchema: z.ZodObject<{
371
- parent: z.ZodString;
372
- key: z.ZodObject<{
373
- type: z.ZodString;
374
- value: z.ZodUnknown;
375
- }, "strip", z.ZodTypeAny, {
376
- type: string;
377
- value?: unknown;
378
- }, {
379
- type: string;
380
- value?: unknown;
381
- }>;
382
- no_cache: z.ZodOptional<z.ZodBoolean>;
383
- session: z.ZodOptional<z.ZodObject<{
384
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
385
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
386
- }, "strip", z.ZodTypeAny, {
387
- retentive: "always" | "session";
388
- network: import("wowok").ENTRYPOINT;
389
- }, {
390
- network: import("wowok").ENTRYPOINT;
391
- retentive?: "always" | "session" | undefined;
392
- }>>;
393
- }, "strip", z.ZodTypeAny, {
394
- parent: string;
395
- key: {
396
- type: string;
397
- value?: unknown;
398
- };
399
- session?: {
400
- retentive: "always" | "session";
401
- network: import("wowok").ENTRYPOINT;
402
- } | undefined;
403
- no_cache?: boolean | undefined;
404
- }, {
405
- parent: string;
406
- key: {
407
- type: string;
408
- value?: unknown;
409
- };
410
- session?: {
411
- network: import("wowok").ENTRYPOINT;
412
- retentive?: "always" | "session" | undefined;
413
- } | undefined;
414
- no_cache?: boolean | undefined;
415
- }>;
416
- export declare const QueryPermissionSchemaDescription = "Query the permission list corresponding to a specific address from the on-chain Permission object.";
417
- export declare const QueryPermissionSchema: z.ZodObject<{
418
- permission_object: z.ZodString;
419
- address: z.ZodObject<{
420
- name_or_address: z.ZodOptional<z.ZodString>;
421
- local_mark_first: z.ZodOptional<z.ZodBoolean>;
422
- }, "strip", z.ZodTypeAny, {
423
- name_or_address?: string | undefined;
424
- local_mark_first?: boolean | undefined;
425
- }, {
426
- name_or_address?: string | undefined;
427
- local_mark_first?: boolean | undefined;
428
- }>;
429
- session: z.ZodOptional<z.ZodObject<{
430
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
431
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
432
- }, "strip", z.ZodTypeAny, {
433
- retentive: "always" | "session";
434
- network: import("wowok").ENTRYPOINT;
435
- }, {
436
- network: import("wowok").ENTRYPOINT;
437
- retentive?: "always" | "session" | undefined;
438
- }>>;
439
- }, "strip", z.ZodTypeAny, {
440
- address: {
441
- name_or_address?: string | undefined;
442
- local_mark_first?: boolean | undefined;
443
- };
444
- permission_object: string;
445
- session?: {
446
- retentive: "always" | "session";
447
- network: import("wowok").ENTRYPOINT;
448
- } | undefined;
449
- }, {
450
- address: {
451
- name_or_address?: string | undefined;
452
- local_mark_first?: boolean | undefined;
453
- };
454
- permission_object: string;
455
- session?: {
456
- network: import("wowok").ENTRYPOINT;
457
- retentive?: "always" | "session" | undefined;
458
- } | undefined;
459
- }>;
460
- export declare const QueryPermissionResultSchema: z.ZodObject<{
461
- who: z.ZodString;
462
- owner: z.ZodOptional<z.ZodBoolean>;
463
- admin: z.ZodOptional<z.ZodBoolean>;
464
- items: z.ZodOptional<z.ZodArray<z.ZodObject<{
465
- index: z.ZodNumber;
466
- name: z.ZodString;
467
- description: z.ZodString;
468
- module: z.ZodString;
469
- guard: z.ZodOptional<z.ZodString>;
470
- }, "strip", z.ZodTypeAny, {
471
- name: string;
472
- description: string;
473
- index: number;
474
- module: string;
475
- guard?: string | undefined;
476
- }, {
477
- name: string;
478
- description: string;
479
- index: number;
480
- module: string;
481
- guard?: string | undefined;
482
- }>, "many">>;
483
- object: z.ZodString;
484
- }, "strip", z.ZodTypeAny, {
485
- object: string;
486
- who: string;
487
- admin?: boolean | undefined;
488
- owner?: boolean | undefined;
489
- items?: {
490
- name: string;
491
- description: string;
492
- index: number;
493
- module: string;
494
- guard?: string | undefined;
495
- }[] | undefined;
496
- }, {
497
- object: string;
498
- who: string;
499
- admin?: boolean | undefined;
500
- owner?: boolean | undefined;
501
- items?: {
502
- name: string;
503
- description: string;
504
- index: number;
505
- module: string;
506
- guard?: string | undefined;
507
- }[] | undefined;
508
- }>;
509
- export declare const QueryPermissionSchemaInput: () => import("zod-to-json-schema").JsonSchema7Type & {
510
- $schema?: string | undefined;
511
- definitions?: {
512
- [key: string]: import("zod-to-json-schema").JsonSchema7Type;
513
- } | undefined;
514
- };
515
- export declare const QueryPermissionResultSchemaOutput: () => import("zod-to-json-schema").JsonSchema7Type & {
516
- $schema?: string | undefined;
517
- definitions?: {
518
- [key: string]: import("zod-to-json-schema").JsonSchema7Type;
519
- } | undefined;
520
- };
521
- export declare const EventCursorSchema: z.ZodObject<{
522
- eventSeq: z.ZodString;
523
- txDigest: z.ZodString;
524
- }, "strip", z.ZodTypeAny, {
525
- eventSeq: string;
526
- txDigest: string;
527
- }, {
528
- eventSeq: string;
529
- txDigest: string;
530
- }>;
531
- export declare const QueryEventSchemaDescription = "Retrieves paginated on-chain event data using an optional cursor, including event type, timestamp, transaction digest, and associated entity details. Supports no-cache flag for fresh data retrieval. Event type definitions: - OnNewArb: Triggered when a new arbitration request (corresponding to a new Arb object) is created in the Wowok protocol. - OnPresentService: Triggered when a new service is recommended to a Demand object in the Wowok protocol. - OnNewProgress: Triggered when a new task progress record (corresponding to a new Progress object) is created in the Wowok protocol. - OnNewOrder: Triggered when a new order (corresponding to a new Order object) is created in the Wowok protocol. These events are global to the Wowok protocol. For querying events specific to a certain object, directly use the table items list query for that object (refer to the table items list query documentation for details). Event generation and querying do not replace actual operations. For user requests involving operations, always initiate the corresponding operation to the target object first (refer to the operation documentation of relevant objects).";
532
- export declare const QueryEventSchema: z.ZodObject<{
533
- type: z.ZodEnum<["OnNewArb", "OnPresentService", "OnNewProgress", "OnNewOrder"]>;
534
- cursor: z.ZodNullable<z.ZodOptional<z.ZodObject<{
535
- eventSeq: z.ZodString;
536
- txDigest: z.ZodString;
537
- }, "strip", z.ZodTypeAny, {
538
- eventSeq: string;
539
- txDigest: string;
540
- }, {
541
- eventSeq: string;
542
- txDigest: string;
543
- }>>>;
544
- limit: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
545
- order: z.ZodNullable<z.ZodOptional<z.ZodEnum<["ascending", "descending"]>>>;
546
- session: z.ZodOptional<z.ZodObject<{
547
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
548
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
549
- }, "strip", z.ZodTypeAny, {
550
- retentive: "always" | "session";
551
- network: import("wowok").ENTRYPOINT;
552
- }, {
553
- network: import("wowok").ENTRYPOINT;
554
- retentive?: "always" | "session" | undefined;
555
- }>>;
556
- }, "strip", z.ZodTypeAny, {
557
- type: "OnNewArb" | "OnPresentService" | "OnNewProgress" | "OnNewOrder";
558
- session?: {
559
- retentive: "always" | "session";
560
- network: import("wowok").ENTRYPOINT;
561
- } | undefined;
562
- order?: "ascending" | "descending" | null | undefined;
563
- cursor?: {
564
- eventSeq: string;
565
- txDigest: string;
566
- } | null | undefined;
567
- limit?: number | null | undefined;
568
- }, {
569
- type: "OnNewArb" | "OnPresentService" | "OnNewProgress" | "OnNewOrder";
570
- session?: {
571
- network: import("wowok").ENTRYPOINT;
572
- retentive?: "always" | "session" | undefined;
573
- } | undefined;
574
- order?: "ascending" | "descending" | null | undefined;
575
- cursor?: {
576
- eventSeq: string;
577
- txDigest: string;
578
- } | null | undefined;
579
- limit?: number | null | undefined;
580
- }>;
581
- export declare const QueryEventSchemaInput: () => import("zod-to-json-schema").JsonSchema7Type & {
582
- $schema?: string | undefined;
583
- definitions?: {
584
- [key: string]: import("zod-to-json-schema").JsonSchema7Type;
585
- } | undefined;
586
- };
587
- export declare const QueryByAddressSchema: z.ZodObject<{
588
- parent: z.ZodString;
589
- address: z.ZodString;
590
- no_cache: z.ZodOptional<z.ZodBoolean>;
591
- session: z.ZodOptional<z.ZodObject<{
592
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
593
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
594
- }, "strip", z.ZodTypeAny, {
595
- retentive: "always" | "session";
596
- network: import("wowok").ENTRYPOINT;
597
- }, {
598
- network: import("wowok").ENTRYPOINT;
599
- retentive?: "always" | "session" | undefined;
600
- }>>;
601
- }, "strip", z.ZodTypeAny, {
602
- address: string;
603
- parent: string;
604
- session?: {
605
- retentive: "always" | "session";
606
- network: import("wowok").ENTRYPOINT;
607
- } | undefined;
608
- no_cache?: boolean | undefined;
609
- }, {
610
- address: string;
611
- parent: string;
612
- session?: {
613
- network: import("wowok").ENTRYPOINT;
614
- retentive?: "always" | "session" | undefined;
615
- } | undefined;
616
- no_cache?: boolean | undefined;
617
- }>;
618
- export declare const QueryByNameSchema: z.ZodObject<{
619
- parent: z.ZodString;
620
- name: z.ZodString;
621
- no_cache: z.ZodOptional<z.ZodBoolean>;
622
- session: z.ZodOptional<z.ZodObject<{
623
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
624
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
625
- }, "strip", z.ZodTypeAny, {
626
- retentive: "always" | "session";
627
- network: import("wowok").ENTRYPOINT;
628
- }, {
629
- network: import("wowok").ENTRYPOINT;
630
- retentive?: "always" | "session" | undefined;
631
- }>>;
632
- }, "strip", z.ZodTypeAny, {
633
- name: string;
634
- parent: string;
635
- session?: {
636
- retentive: "always" | "session";
637
- network: import("wowok").ENTRYPOINT;
638
- } | undefined;
639
- no_cache?: boolean | undefined;
640
- }, {
641
- name: string;
642
- parent: string;
643
- session?: {
644
- network: import("wowok").ENTRYPOINT;
645
- retentive?: "always" | "session" | undefined;
646
- } | undefined;
647
- no_cache?: boolean | undefined;
648
- }>;
649
- export declare const QueryByIndexSchema: z.ZodObject<{
650
- parent: z.ZodString;
651
- index: z.ZodNumber;
652
- no_cache: z.ZodOptional<z.ZodBoolean>;
653
- session: z.ZodOptional<z.ZodObject<{
654
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
655
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
656
- }, "strip", z.ZodTypeAny, {
657
- retentive: "always" | "session";
658
- network: import("wowok").ENTRYPOINT;
659
- }, {
660
- network: import("wowok").ENTRYPOINT;
661
- retentive?: "always" | "session" | undefined;
662
- }>>;
663
- }, "strip", z.ZodTypeAny, {
664
- index: number;
665
- parent: string;
666
- session?: {
667
- retentive: "always" | "session";
668
- network: import("wowok").ENTRYPOINT;
669
- } | undefined;
670
- no_cache?: boolean | undefined;
671
- }, {
672
- index: number;
673
- parent: string;
674
- session?: {
675
- network: import("wowok").ENTRYPOINT;
676
- retentive?: "always" | "session" | undefined;
677
- } | undefined;
678
- no_cache?: boolean | undefined;
679
- }>;
680
- export declare const QueryByAddressNameSchema: z.ZodObject<{
681
- parent: z.ZodString;
682
- address: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
683
- name: z.ZodString;
684
- no_cache: z.ZodOptional<z.ZodBoolean>;
685
- session: z.ZodOptional<z.ZodObject<{
686
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
687
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
688
- }, "strip", z.ZodTypeAny, {
689
- retentive: "always" | "session";
690
- network: import("wowok").ENTRYPOINT;
691
- }, {
692
- network: import("wowok").ENTRYPOINT;
693
- retentive?: "always" | "session" | undefined;
694
- }>>;
695
- }, "strip", z.ZodTypeAny, {
696
- name: string;
697
- address: string | number;
698
- parent: string;
699
- session?: {
700
- retentive: "always" | "session";
701
- network: import("wowok").ENTRYPOINT;
702
- } | undefined;
703
- no_cache?: boolean | undefined;
704
- }, {
705
- name: string;
706
- address: string | number;
707
- parent: string;
708
- session?: {
709
- network: import("wowok").ENTRYPOINT;
710
- retentive?: "always" | "session" | undefined;
711
- } | undefined;
712
- no_cache?: boolean | undefined;
713
- }>;
714
- export declare const QueryReceivedSchema: z.ZodObject<{
715
- object: z.ZodString;
716
- cursor: z.ZodNullable<z.ZodOptional<z.ZodString>>;
717
- limit: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
718
- session: z.ZodOptional<z.ZodObject<{
719
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
720
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
721
- }, "strip", z.ZodTypeAny, {
722
- retentive: "always" | "session";
723
- network: import("wowok").ENTRYPOINT;
724
- }, {
725
- network: import("wowok").ENTRYPOINT;
726
- retentive?: "always" | "session" | undefined;
727
- }>>;
728
- }, "strip", z.ZodTypeAny, {
729
- object: string;
730
- session?: {
731
- retentive: "always" | "session";
732
- network: import("wowok").ENTRYPOINT;
733
- } | undefined;
734
- cursor?: string | null | undefined;
735
- limit?: number | null | undefined;
736
- }, {
737
- object: string;
738
- session?: {
739
- network: import("wowok").ENTRYPOINT;
740
- retentive?: "always" | "session" | undefined;
741
- } | undefined;
742
- cursor?: string | null | undefined;
743
- limit?: number | null | undefined;
744
- }>;
745
- export declare const QueryReceivedSchemaInput: () => import("zod-to-json-schema").JsonSchema7Type & {
746
- $schema?: string | undefined;
747
- definitions?: {
748
- [key: string]: import("zod-to-json-schema").JsonSchema7Type;
749
- } | undefined;
750
- };
751
- export declare const QueryTableItemSchemaDescription = "Retrieves a specific table data item from a Wowok on-chain object based on query criteria. This schema describes the structured format of individual table items returned by the query, varying according to the object type.\n\nSupported object types and their corresponding item schemas:\n- **Demand**: An item containing timestamp (u64), transaction_digest (string), and associated_entity (address).\n- **Arb**: An item with voter_address (address), voting_weight (u64), and claim_list (array<string>).\n- **Machine**: An item including node_name (string), operation_paths (array<string>), and metadata (string).\n- **PersonalMark**: An item with address (address), name (string), and tags (array<string>).\n- **Permission**: An item containing entity_address (address), permissions (array<string>), and guard_constraints (optional<address>).\n- **Repository**: An item with data_fields (string), searchable_address (address), and field_name (string).\n- **Progress**: An item including prev_node (string), next_node (string), timestamp (u64), and session_logs (array<string>).\n- **Service**: An item with product_name (string), endpoint (optional<string>), price (u64), and stock (u64).\n- **Treasury**: An item containing operation_code (string), operator (address), payment_address (address), amount (u64), and timestamp (u64).";
752
- export declare const QueryTableItemSchema: z.ZodObject<{
753
- query: z.ZodUnion<[z.ZodObject<{
754
- name: z.ZodLiteral<"treasury">;
755
- data: z.ZodObject<{
756
- parent: z.ZodString;
757
- index: z.ZodNumber;
758
- no_cache: z.ZodOptional<z.ZodBoolean>;
759
- session: z.ZodOptional<z.ZodObject<{
760
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
761
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
762
- }, "strip", z.ZodTypeAny, {
763
- retentive: "always" | "session";
764
- network: import("wowok").ENTRYPOINT;
765
- }, {
766
- network: import("wowok").ENTRYPOINT;
767
- retentive?: "always" | "session" | undefined;
768
- }>>;
769
- }, "strip", z.ZodTypeAny, {
770
- index: number;
771
- parent: string;
772
- session?: {
773
- retentive: "always" | "session";
774
- network: import("wowok").ENTRYPOINT;
775
- } | undefined;
776
- no_cache?: boolean | undefined;
777
- }, {
778
- index: number;
779
- parent: string;
780
- session?: {
781
- network: import("wowok").ENTRYPOINT;
782
- retentive?: "always" | "session" | undefined;
783
- } | undefined;
784
- no_cache?: boolean | undefined;
785
- }>;
786
- }, "strip", z.ZodTypeAny, {
787
- name: "treasury";
788
- data: {
789
- index: number;
790
- parent: string;
791
- session?: {
792
- retentive: "always" | "session";
793
- network: import("wowok").ENTRYPOINT;
794
- } | undefined;
795
- no_cache?: boolean | undefined;
796
- };
797
- }, {
798
- name: "treasury";
799
- data: {
800
- index: number;
801
- parent: string;
802
- session?: {
803
- network: import("wowok").ENTRYPOINT;
804
- retentive?: "always" | "session" | undefined;
805
- } | undefined;
806
- no_cache?: boolean | undefined;
807
- };
808
- }>, z.ZodObject<{
809
- name: z.ZodLiteral<"service">;
810
- data: z.ZodObject<{
811
- parent: z.ZodString;
812
- name: z.ZodString;
813
- no_cache: z.ZodOptional<z.ZodBoolean>;
814
- session: z.ZodOptional<z.ZodObject<{
815
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
816
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
817
- }, "strip", z.ZodTypeAny, {
818
- retentive: "always" | "session";
819
- network: import("wowok").ENTRYPOINT;
820
- }, {
821
- network: import("wowok").ENTRYPOINT;
822
- retentive?: "always" | "session" | undefined;
823
- }>>;
824
- }, "strip", z.ZodTypeAny, {
825
- name: string;
826
- parent: string;
827
- session?: {
828
- retentive: "always" | "session";
829
- network: import("wowok").ENTRYPOINT;
830
- } | undefined;
831
- no_cache?: boolean | undefined;
832
- }, {
833
- name: string;
834
- parent: string;
835
- session?: {
836
- network: import("wowok").ENTRYPOINT;
837
- retentive?: "always" | "session" | undefined;
838
- } | undefined;
839
- no_cache?: boolean | undefined;
840
- }>;
841
- }, "strip", z.ZodTypeAny, {
842
- name: "service";
843
- data: {
844
- name: string;
845
- parent: string;
846
- session?: {
847
- retentive: "always" | "session";
848
- network: import("wowok").ENTRYPOINT;
849
- } | undefined;
850
- no_cache?: boolean | undefined;
851
- };
852
- }, {
853
- name: "service";
854
- data: {
855
- name: string;
856
- parent: string;
857
- session?: {
858
- network: import("wowok").ENTRYPOINT;
859
- retentive?: "always" | "session" | undefined;
860
- } | undefined;
861
- no_cache?: boolean | undefined;
862
- };
863
- }>, z.ZodObject<{
864
- name: z.ZodLiteral<"arb">;
865
- data: z.ZodObject<{
866
- parent: z.ZodString;
867
- address: z.ZodString;
868
- no_cache: z.ZodOptional<z.ZodBoolean>;
869
- session: z.ZodOptional<z.ZodObject<{
870
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
871
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
872
- }, "strip", z.ZodTypeAny, {
873
- retentive: "always" | "session";
874
- network: import("wowok").ENTRYPOINT;
875
- }, {
876
- network: import("wowok").ENTRYPOINT;
877
- retentive?: "always" | "session" | undefined;
878
- }>>;
879
- }, "strip", z.ZodTypeAny, {
880
- address: string;
881
- parent: string;
882
- session?: {
883
- retentive: "always" | "session";
884
- network: import("wowok").ENTRYPOINT;
885
- } | undefined;
886
- no_cache?: boolean | undefined;
887
- }, {
888
- address: string;
889
- parent: string;
890
- session?: {
891
- network: import("wowok").ENTRYPOINT;
892
- retentive?: "always" | "session" | undefined;
893
- } | undefined;
894
- no_cache?: boolean | undefined;
895
- }>;
896
- }, "strip", z.ZodTypeAny, {
897
- name: "arb";
898
- data: {
899
- address: string;
900
- parent: string;
901
- session?: {
902
- retentive: "always" | "session";
903
- network: import("wowok").ENTRYPOINT;
904
- } | undefined;
905
- no_cache?: boolean | undefined;
906
- };
907
- }, {
908
- name: "arb";
909
- data: {
910
- address: string;
911
- parent: string;
912
- session?: {
913
- network: import("wowok").ENTRYPOINT;
914
- retentive?: "always" | "session" | undefined;
915
- } | undefined;
916
- no_cache?: boolean | undefined;
917
- };
918
- }>, z.ZodObject<{
919
- name: z.ZodLiteral<"demand">;
920
- data: z.ZodObject<{
921
- parent: z.ZodString;
922
- address: z.ZodString;
923
- no_cache: z.ZodOptional<z.ZodBoolean>;
924
- session: z.ZodOptional<z.ZodObject<{
925
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
926
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
927
- }, "strip", z.ZodTypeAny, {
928
- retentive: "always" | "session";
929
- network: import("wowok").ENTRYPOINT;
930
- }, {
931
- network: import("wowok").ENTRYPOINT;
932
- retentive?: "always" | "session" | undefined;
933
- }>>;
934
- }, "strip", z.ZodTypeAny, {
935
- address: string;
936
- parent: string;
937
- session?: {
938
- retentive: "always" | "session";
939
- network: import("wowok").ENTRYPOINT;
940
- } | undefined;
941
- no_cache?: boolean | undefined;
942
- }, {
943
- address: string;
944
- parent: string;
945
- session?: {
946
- network: import("wowok").ENTRYPOINT;
947
- retentive?: "always" | "session" | undefined;
948
- } | undefined;
949
- no_cache?: boolean | undefined;
950
- }>;
951
- }, "strip", z.ZodTypeAny, {
952
- name: "demand";
953
- data: {
954
- address: string;
955
- parent: string;
956
- session?: {
957
- retentive: "always" | "session";
958
- network: import("wowok").ENTRYPOINT;
959
- } | undefined;
960
- no_cache?: boolean | undefined;
961
- };
962
- }, {
963
- name: "demand";
964
- data: {
965
- address: string;
966
- parent: string;
967
- session?: {
968
- network: import("wowok").ENTRYPOINT;
969
- retentive?: "always" | "session" | undefined;
970
- } | undefined;
971
- no_cache?: boolean | undefined;
972
- };
973
- }>, z.ZodObject<{
974
- name: z.ZodLiteral<"machine">;
975
- data: z.ZodObject<{
976
- parent: z.ZodString;
977
- name: z.ZodString;
978
- no_cache: z.ZodOptional<z.ZodBoolean>;
979
- session: z.ZodOptional<z.ZodObject<{
980
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
981
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
982
- }, "strip", z.ZodTypeAny, {
983
- retentive: "always" | "session";
984
- network: import("wowok").ENTRYPOINT;
985
- }, {
986
- network: import("wowok").ENTRYPOINT;
987
- retentive?: "always" | "session" | undefined;
988
- }>>;
989
- }, "strip", z.ZodTypeAny, {
990
- name: string;
991
- parent: string;
992
- session?: {
993
- retentive: "always" | "session";
994
- network: import("wowok").ENTRYPOINT;
995
- } | undefined;
996
- no_cache?: boolean | undefined;
997
- }, {
998
- name: string;
999
- parent: string;
1000
- session?: {
1001
- network: import("wowok").ENTRYPOINT;
1002
- retentive?: "always" | "session" | undefined;
1003
- } | undefined;
1004
- no_cache?: boolean | undefined;
1005
- }>;
1006
- }, "strip", z.ZodTypeAny, {
1007
- name: "machine";
1008
- data: {
1009
- name: string;
1010
- parent: string;
1011
- session?: {
1012
- retentive: "always" | "session";
1013
- network: import("wowok").ENTRYPOINT;
1014
- } | undefined;
1015
- no_cache?: boolean | undefined;
1016
- };
1017
- }, {
1018
- name: "machine";
1019
- data: {
1020
- name: string;
1021
- parent: string;
1022
- session?: {
1023
- network: import("wowok").ENTRYPOINT;
1024
- retentive?: "always" | "session" | undefined;
1025
- } | undefined;
1026
- no_cache?: boolean | undefined;
1027
- };
1028
- }>, z.ZodObject<{
1029
- name: z.ZodLiteral<"personalmark">;
1030
- data: z.ZodObject<{
1031
- parent: z.ZodString;
1032
- address: z.ZodString;
1033
- no_cache: z.ZodOptional<z.ZodBoolean>;
1034
- session: z.ZodOptional<z.ZodObject<{
1035
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
1036
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
1037
- }, "strip", z.ZodTypeAny, {
1038
- retentive: "always" | "session";
1039
- network: import("wowok").ENTRYPOINT;
1040
- }, {
1041
- network: import("wowok").ENTRYPOINT;
1042
- retentive?: "always" | "session" | undefined;
1043
- }>>;
1044
- }, "strip", z.ZodTypeAny, {
1045
- address: string;
1046
- parent: string;
1047
- session?: {
1048
- retentive: "always" | "session";
1049
- network: import("wowok").ENTRYPOINT;
1050
- } | undefined;
1051
- no_cache?: boolean | undefined;
1052
- }, {
1053
- address: string;
1054
- parent: string;
1055
- session?: {
1056
- network: import("wowok").ENTRYPOINT;
1057
- retentive?: "always" | "session" | undefined;
1058
- } | undefined;
1059
- no_cache?: boolean | undefined;
1060
- }>;
1061
- }, "strip", z.ZodTypeAny, {
1062
- name: "personalmark";
1063
- data: {
1064
- address: string;
1065
- parent: string;
1066
- session?: {
1067
- retentive: "always" | "session";
1068
- network: import("wowok").ENTRYPOINT;
1069
- } | undefined;
1070
- no_cache?: boolean | undefined;
1071
- };
1072
- }, {
1073
- name: "personalmark";
1074
- data: {
1075
- address: string;
1076
- parent: string;
1077
- session?: {
1078
- network: import("wowok").ENTRYPOINT;
1079
- retentive?: "always" | "session" | undefined;
1080
- } | undefined;
1081
- no_cache?: boolean | undefined;
1082
- };
1083
- }>, z.ZodObject<{
1084
- name: z.ZodLiteral<"permission">;
1085
- data: z.ZodObject<{
1086
- parent: z.ZodString;
1087
- address: z.ZodString;
1088
- no_cache: z.ZodOptional<z.ZodBoolean>;
1089
- session: z.ZodOptional<z.ZodObject<{
1090
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
1091
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
1092
- }, "strip", z.ZodTypeAny, {
1093
- retentive: "always" | "session";
1094
- network: import("wowok").ENTRYPOINT;
1095
- }, {
1096
- network: import("wowok").ENTRYPOINT;
1097
- retentive?: "always" | "session" | undefined;
1098
- }>>;
1099
- }, "strip", z.ZodTypeAny, {
1100
- address: string;
1101
- parent: string;
1102
- session?: {
1103
- retentive: "always" | "session";
1104
- network: import("wowok").ENTRYPOINT;
1105
- } | undefined;
1106
- no_cache?: boolean | undefined;
1107
- }, {
1108
- address: string;
1109
- parent: string;
1110
- session?: {
1111
- network: import("wowok").ENTRYPOINT;
1112
- retentive?: "always" | "session" | undefined;
1113
- } | undefined;
1114
- no_cache?: boolean | undefined;
1115
- }>;
1116
- }, "strip", z.ZodTypeAny, {
1117
- name: "permission";
1118
- data: {
1119
- address: string;
1120
- parent: string;
1121
- session?: {
1122
- retentive: "always" | "session";
1123
- network: import("wowok").ENTRYPOINT;
1124
- } | undefined;
1125
- no_cache?: boolean | undefined;
1126
- };
1127
- }, {
1128
- name: "permission";
1129
- data: {
1130
- address: string;
1131
- parent: string;
1132
- session?: {
1133
- network: import("wowok").ENTRYPOINT;
1134
- retentive?: "always" | "session" | undefined;
1135
- } | undefined;
1136
- no_cache?: boolean | undefined;
1137
- };
1138
- }>, z.ZodObject<{
1139
- name: z.ZodLiteral<"repository">;
1140
- data: z.ZodObject<{
1141
- parent: z.ZodString;
1142
- address: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
1143
- name: z.ZodString;
1144
- no_cache: z.ZodOptional<z.ZodBoolean>;
1145
- session: z.ZodOptional<z.ZodObject<{
1146
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
1147
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
1148
- }, "strip", z.ZodTypeAny, {
1149
- retentive: "always" | "session";
1150
- network: import("wowok").ENTRYPOINT;
1151
- }, {
1152
- network: import("wowok").ENTRYPOINT;
1153
- retentive?: "always" | "session" | undefined;
1154
- }>>;
1155
- }, "strip", z.ZodTypeAny, {
1156
- name: string;
1157
- address: string | number;
1158
- parent: string;
1159
- session?: {
1160
- retentive: "always" | "session";
1161
- network: import("wowok").ENTRYPOINT;
1162
- } | undefined;
1163
- no_cache?: boolean | undefined;
1164
- }, {
1165
- name: string;
1166
- address: string | number;
1167
- parent: string;
1168
- session?: {
1169
- network: import("wowok").ENTRYPOINT;
1170
- retentive?: "always" | "session" | undefined;
1171
- } | undefined;
1172
- no_cache?: boolean | undefined;
1173
- }>;
1174
- }, "strip", z.ZodTypeAny, {
1175
- name: "repository";
1176
- data: {
1177
- name: string;
1178
- address: string | number;
1179
- parent: string;
1180
- session?: {
1181
- retentive: "always" | "session";
1182
- network: import("wowok").ENTRYPOINT;
1183
- } | undefined;
1184
- no_cache?: boolean | undefined;
1185
- };
1186
- }, {
1187
- name: "repository";
1188
- data: {
1189
- name: string;
1190
- address: string | number;
1191
- parent: string;
1192
- session?: {
1193
- network: import("wowok").ENTRYPOINT;
1194
- retentive?: "always" | "session" | undefined;
1195
- } | undefined;
1196
- no_cache?: boolean | undefined;
1197
- };
1198
- }>, z.ZodObject<{
1199
- name: z.ZodLiteral<"progress">;
1200
- data: z.ZodObject<{
1201
- parent: z.ZodString;
1202
- index: z.ZodNumber;
1203
- no_cache: z.ZodOptional<z.ZodBoolean>;
1204
- session: z.ZodOptional<z.ZodObject<{
1205
- network: z.ZodNativeEnum<typeof import("wowok").ENTRYPOINT>;
1206
- retentive: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"session">]>>;
1207
- }, "strip", z.ZodTypeAny, {
1208
- retentive: "always" | "session";
1209
- network: import("wowok").ENTRYPOINT;
1210
- }, {
1211
- network: import("wowok").ENTRYPOINT;
1212
- retentive?: "always" | "session" | undefined;
1213
- }>>;
1214
- }, "strip", z.ZodTypeAny, {
1215
- index: number;
1216
- parent: string;
1217
- session?: {
1218
- retentive: "always" | "session";
1219
- network: import("wowok").ENTRYPOINT;
1220
- } | undefined;
1221
- no_cache?: boolean | undefined;
1222
- }, {
1223
- index: number;
1224
- parent: string;
1225
- session?: {
1226
- network: import("wowok").ENTRYPOINT;
1227
- retentive?: "always" | "session" | undefined;
1228
- } | undefined;
1229
- no_cache?: boolean | undefined;
1230
- }>;
1231
- }, "strip", z.ZodTypeAny, {
1232
- name: "progress";
1233
- data: {
1234
- index: number;
1235
- parent: string;
1236
- session?: {
1237
- retentive: "always" | "session";
1238
- network: import("wowok").ENTRYPOINT;
1239
- } | undefined;
1240
- no_cache?: boolean | undefined;
1241
- };
1242
- }, {
1243
- name: "progress";
1244
- data: {
1245
- index: number;
1246
- parent: string;
1247
- session?: {
1248
- network: import("wowok").ENTRYPOINT;
1249
- retentive?: "always" | "session" | undefined;
1250
- } | undefined;
1251
- no_cache?: boolean | undefined;
1252
- };
1253
- }>]>;
1254
- }, "strip", z.ZodTypeAny, {
1255
- query: {
1256
- name: "treasury";
1257
- data: {
1258
- index: number;
1259
- parent: string;
1260
- session?: {
1261
- retentive: "always" | "session";
1262
- network: import("wowok").ENTRYPOINT;
1263
- } | undefined;
1264
- no_cache?: boolean | undefined;
1265
- };
1266
- } | {
1267
- name: "service";
1268
- data: {
1269
- name: string;
1270
- parent: string;
1271
- session?: {
1272
- retentive: "always" | "session";
1273
- network: import("wowok").ENTRYPOINT;
1274
- } | undefined;
1275
- no_cache?: boolean | undefined;
1276
- };
1277
- } | {
1278
- name: "arb";
1279
- data: {
1280
- address: string;
1281
- parent: string;
1282
- session?: {
1283
- retentive: "always" | "session";
1284
- network: import("wowok").ENTRYPOINT;
1285
- } | undefined;
1286
- no_cache?: boolean | undefined;
1287
- };
1288
- } | {
1289
- name: "demand";
1290
- data: {
1291
- address: string;
1292
- parent: string;
1293
- session?: {
1294
- retentive: "always" | "session";
1295
- network: import("wowok").ENTRYPOINT;
1296
- } | undefined;
1297
- no_cache?: boolean | undefined;
1298
- };
1299
- } | {
1300
- name: "machine";
1301
- data: {
1302
- name: string;
1303
- parent: string;
1304
- session?: {
1305
- retentive: "always" | "session";
1306
- network: import("wowok").ENTRYPOINT;
1307
- } | undefined;
1308
- no_cache?: boolean | undefined;
1309
- };
1310
- } | {
1311
- name: "personalmark";
1312
- data: {
1313
- address: string;
1314
- parent: string;
1315
- session?: {
1316
- retentive: "always" | "session";
1317
- network: import("wowok").ENTRYPOINT;
1318
- } | undefined;
1319
- no_cache?: boolean | undefined;
1320
- };
1321
- } | {
1322
- name: "permission";
1323
- data: {
1324
- address: string;
1325
- parent: string;
1326
- session?: {
1327
- retentive: "always" | "session";
1328
- network: import("wowok").ENTRYPOINT;
1329
- } | undefined;
1330
- no_cache?: boolean | undefined;
1331
- };
1332
- } | {
1333
- name: "repository";
1334
- data: {
1335
- name: string;
1336
- address: string | number;
1337
- parent: string;
1338
- session?: {
1339
- retentive: "always" | "session";
1340
- network: import("wowok").ENTRYPOINT;
1341
- } | undefined;
1342
- no_cache?: boolean | undefined;
1343
- };
1344
- } | {
1345
- name: "progress";
1346
- data: {
1347
- index: number;
1348
- parent: string;
1349
- session?: {
1350
- retentive: "always" | "session";
1351
- network: import("wowok").ENTRYPOINT;
1352
- } | undefined;
1353
- no_cache?: boolean | undefined;
1354
- };
1355
- };
1356
- }, {
1357
- query: {
1358
- name: "treasury";
1359
- data: {
1360
- index: number;
1361
- parent: string;
1362
- session?: {
1363
- network: import("wowok").ENTRYPOINT;
1364
- retentive?: "always" | "session" | undefined;
1365
- } | undefined;
1366
- no_cache?: boolean | undefined;
1367
- };
1368
- } | {
1369
- name: "service";
1370
- data: {
1371
- name: string;
1372
- parent: string;
1373
- session?: {
1374
- network: import("wowok").ENTRYPOINT;
1375
- retentive?: "always" | "session" | undefined;
1376
- } | undefined;
1377
- no_cache?: boolean | undefined;
1378
- };
1379
- } | {
1380
- name: "arb";
1381
- data: {
1382
- address: string;
1383
- parent: string;
1384
- session?: {
1385
- network: import("wowok").ENTRYPOINT;
1386
- retentive?: "always" | "session" | undefined;
1387
- } | undefined;
1388
- no_cache?: boolean | undefined;
1389
- };
1390
- } | {
1391
- name: "demand";
1392
- data: {
1393
- address: string;
1394
- parent: string;
1395
- session?: {
1396
- network: import("wowok").ENTRYPOINT;
1397
- retentive?: "always" | "session" | undefined;
1398
- } | undefined;
1399
- no_cache?: boolean | undefined;
1400
- };
1401
- } | {
1402
- name: "machine";
1403
- data: {
1404
- name: string;
1405
- parent: string;
1406
- session?: {
1407
- network: import("wowok").ENTRYPOINT;
1408
- retentive?: "always" | "session" | undefined;
1409
- } | undefined;
1410
- no_cache?: boolean | undefined;
1411
- };
1412
- } | {
1413
- name: "personalmark";
1414
- data: {
1415
- address: string;
1416
- parent: string;
1417
- session?: {
1418
- network: import("wowok").ENTRYPOINT;
1419
- retentive?: "always" | "session" | undefined;
1420
- } | undefined;
1421
- no_cache?: boolean | undefined;
1422
- };
1423
- } | {
1424
- name: "permission";
1425
- data: {
1426
- address: string;
1427
- parent: string;
1428
- session?: {
1429
- network: import("wowok").ENTRYPOINT;
1430
- retentive?: "always" | "session" | undefined;
1431
- } | undefined;
1432
- no_cache?: boolean | undefined;
1433
- };
1434
- } | {
1435
- name: "repository";
1436
- data: {
1437
- name: string;
1438
- address: string | number;
1439
- parent: string;
1440
- session?: {
1441
- network: import("wowok").ENTRYPOINT;
1442
- retentive?: "always" | "session" | undefined;
1443
- } | undefined;
1444
- no_cache?: boolean | undefined;
1445
- };
1446
- } | {
1447
- name: "progress";
1448
- data: {
1449
- index: number;
1450
- parent: string;
1451
- session?: {
1452
- network: import("wowok").ENTRYPOINT;
1453
- retentive?: "always" | "session" | undefined;
1454
- } | undefined;
1455
- no_cache?: boolean | undefined;
1456
- };
1457
- };
1458
- }>;
1459
- export declare const QueryTableItemSchemaInput: () => import("zod-to-json-schema").JsonSchema7Type & {
1460
- $schema?: string | undefined;
1461
- definitions?: {
1462
- [key: string]: import("zod-to-json-schema").JsonSchema7Type;
1463
- } | undefined;
1464
- };
1465
- //# sourceMappingURL=query.d.ts.map