@story-protocol/ipkit 0.4.0-beta.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 (189) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +8 -0
  2. package/dist/components/Accordion/Accordion.d.ts.map +1 -0
  3. package/dist/components/Accordion/__docs__/Accordion.stories.d.ts +18 -0
  4. package/dist/components/Accordion/__docs__/Accordion.stories.d.ts.map +1 -0
  5. package/dist/components/Accordion/index.d.ts +2 -0
  6. package/dist/components/Accordion/index.d.ts.map +1 -0
  7. package/dist/components/Button/Button.d.ts +13 -0
  8. package/dist/components/Button/Button.d.ts.map +1 -0
  9. package/dist/components/Button/__docs__/Button.stories.d.ts +23 -0
  10. package/dist/components/Button/__docs__/Button.stories.d.ts.map +1 -0
  11. package/dist/components/Button/index.d.ts +2 -0
  12. package/dist/components/Button/index.d.ts.map +1 -0
  13. package/dist/components/Calendar/Calendar.d.ts +9 -0
  14. package/dist/components/Calendar/Calendar.d.ts.map +1 -0
  15. package/dist/components/Calendar/index.d.ts +1 -0
  16. package/dist/components/Calendar/index.d.ts.map +1 -0
  17. package/dist/components/Checkbox/Checkbox.d.ts +9 -0
  18. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
  19. package/dist/components/Checkbox/__docs__/Checkbox.stories.d.ts +17 -0
  20. package/dist/components/Checkbox/__docs__/Checkbox.stories.d.ts.map +1 -0
  21. package/dist/components/Checkbox/index.d.ts +2 -0
  22. package/dist/components/Checkbox/index.d.ts.map +1 -0
  23. package/dist/components/DateInputPicker/DateInputPicker.d.ts +23 -0
  24. package/dist/components/DateInputPicker/DateInputPicker.d.ts.map +1 -0
  25. package/dist/components/DateInputPicker/__docs__/DateInputPicker.stories.d.ts +31 -0
  26. package/dist/components/DateInputPicker/__docs__/DateInputPicker.stories.d.ts.map +1 -0
  27. package/dist/components/DateInputPicker/dateUtils.d.ts +18 -0
  28. package/dist/components/DateInputPicker/dateUtils.d.ts.map +1 -0
  29. package/dist/components/DateInputPicker/index.d.ts +2 -0
  30. package/dist/components/DateInputPicker/index.d.ts.map +1 -0
  31. package/dist/components/Input/Input.d.ts +13 -0
  32. package/dist/components/Input/Input.d.ts.map +1 -0
  33. package/dist/components/Input/__docs__/Input.stories.d.ts +26 -0
  34. package/dist/components/Input/__docs__/Input.stories.d.ts.map +1 -0
  35. package/dist/components/Input/index.d.ts +2 -0
  36. package/dist/components/Input/index.d.ts.map +1 -0
  37. package/dist/components/Popover/Popover.d.ts +7 -0
  38. package/dist/components/Popover/Popover.d.ts.map +1 -0
  39. package/dist/components/Popover/__docs__/Popover.stories.d.ts +17 -0
  40. package/dist/components/Popover/__docs__/Popover.stories.d.ts.map +1 -0
  41. package/dist/components/Popover/index.d.ts +2 -0
  42. package/dist/components/Popover/index.d.ts.map +1 -0
  43. package/dist/components/RadioGroup/RadioGroup.d.ts +14 -0
  44. package/dist/components/RadioGroup/RadioGroup.d.ts.map +1 -0
  45. package/dist/components/RadioGroup/__docs__/RadioGroup.stories.d.ts +31 -0
  46. package/dist/components/RadioGroup/__docs__/RadioGroup.stories.d.ts.map +1 -0
  47. package/dist/components/RadioGroup/index.d.ts +2 -0
  48. package/dist/components/RadioGroup/index.d.ts.map +1 -0
  49. package/dist/components/index.d.ts +2 -0
  50. package/dist/components/index.d.ts.map +1 -0
  51. package/dist/components/utility/If.d.ts +9 -0
  52. package/dist/components/utility/If.d.ts.map +1 -0
  53. package/dist/components/utility/context.d.ts +12 -0
  54. package/dist/components/utility/context.d.ts.map +1 -0
  55. package/dist/constants/api.d.ts +5 -0
  56. package/dist/constants/api.d.ts.map +1 -0
  57. package/dist/constants/chains.d.ts +10 -0
  58. package/dist/constants/chains.d.ts.map +1 -0
  59. package/dist/constants/index.d.ts +3 -0
  60. package/dist/constants/index.d.ts.map +1 -0
  61. package/dist/constants/pil-flavors.d.ts +7 -0
  62. package/dist/constants/pil-flavors.d.ts.map +1 -0
  63. package/dist/hooks/index.d.ts +15 -0
  64. package/dist/hooks/index.d.ts.map +1 -0
  65. package/dist/hooks/stories/(components)/CopyText.d.ts +8 -0
  66. package/dist/hooks/stories/(components)/CopyText.d.ts.map +1 -0
  67. package/dist/hooks/stories/(components)/DataTable.d.ts +8 -0
  68. package/dist/hooks/stories/(components)/DataTable.d.ts.map +1 -0
  69. package/dist/hooks/stories/useCollection.stories.d.ts +20 -0
  70. package/dist/hooks/stories/useCollection.stories.d.ts.map +1 -0
  71. package/dist/hooks/stories/useCollections.stories.d.ts +28 -0
  72. package/dist/hooks/stories/useCollections.stories.d.ts.map +1 -0
  73. package/dist/hooks/stories/useDispute.stories.d.ts +20 -0
  74. package/dist/hooks/stories/useDispute.stories.d.ts.map +1 -0
  75. package/dist/hooks/stories/useDisputes.stories.d.ts +37 -0
  76. package/dist/hooks/stories/useDisputes.stories.d.ts.map +1 -0
  77. package/dist/hooks/stories/useIpAsset.stories.d.ts +21 -0
  78. package/dist/hooks/stories/useIpAsset.stories.d.ts.map +1 -0
  79. package/dist/hooks/stories/useIpAssetChildren.stories.d.ts +28 -0
  80. package/dist/hooks/stories/useIpAssetChildren.stories.d.ts.map +1 -0
  81. package/dist/hooks/stories/useIpAssetEdges.stories.d.ts +27 -0
  82. package/dist/hooks/stories/useIpAssetEdges.stories.d.ts.map +1 -0
  83. package/dist/hooks/stories/useIpAssetLicenses.stories.d.ts +20 -0
  84. package/dist/hooks/stories/useIpAssetLicenses.stories.d.ts.map +1 -0
  85. package/dist/hooks/stories/useIpAssetParents.stories.d.ts +28 -0
  86. package/dist/hooks/stories/useIpAssetParents.stories.d.ts.map +1 -0
  87. package/dist/hooks/stories/useIpAssets.stories.d.ts +38 -0
  88. package/dist/hooks/stories/useIpAssets.stories.d.ts.map +1 -0
  89. package/dist/hooks/stories/useIpAssetsByOwner.stories.d.ts +30 -0
  90. package/dist/hooks/stories/useIpAssetsByOwner.stories.d.ts.map +1 -0
  91. package/dist/hooks/stories/useSearch.stories.d.ts +19 -0
  92. package/dist/hooks/stories/useSearch.stories.d.ts.map +1 -0
  93. package/dist/hooks/stories/useTransaction.stories.d.ts +20 -0
  94. package/dist/hooks/stories/useTransaction.stories.d.ts.map +1 -0
  95. package/dist/hooks/stories/useTransactions.stories.d.ts +30 -0
  96. package/dist/hooks/stories/useTransactions.stories.d.ts.map +1 -0
  97. package/dist/hooks/useCollection.d.ts +10 -0
  98. package/dist/hooks/useCollection.d.ts.map +1 -0
  99. package/dist/hooks/useCollections.d.ts +11 -0
  100. package/dist/hooks/useCollections.d.ts.map +1 -0
  101. package/dist/hooks/useDispute.d.ts +8 -0
  102. package/dist/hooks/useDispute.d.ts.map +1 -0
  103. package/dist/hooks/useDisputes.d.ts +12 -0
  104. package/dist/hooks/useDisputes.d.ts.map +1 -0
  105. package/dist/hooks/useIpAsset.d.ts +11 -0
  106. package/dist/hooks/useIpAsset.d.ts.map +1 -0
  107. package/dist/hooks/useIpAssetChildren.d.ts +11 -0
  108. package/dist/hooks/useIpAssetChildren.d.ts.map +1 -0
  109. package/dist/hooks/useIpAssetEdges.d.ts +12 -0
  110. package/dist/hooks/useIpAssetEdges.d.ts.map +1 -0
  111. package/dist/hooks/useIpAssetLicenses.d.ts +10 -0
  112. package/dist/hooks/useIpAssetLicenses.d.ts.map +1 -0
  113. package/dist/hooks/useIpAssetParents.d.ts +11 -0
  114. package/dist/hooks/useIpAssetParents.d.ts.map +1 -0
  115. package/dist/hooks/useIpAssets.d.ts +14 -0
  116. package/dist/hooks/useIpAssets.d.ts.map +1 -0
  117. package/dist/hooks/useIpAssetsByOwner.d.ts +13 -0
  118. package/dist/hooks/useIpAssetsByOwner.d.ts.map +1 -0
  119. package/dist/hooks/useSearch.d.ts +10 -0
  120. package/dist/hooks/useSearch.d.ts.map +1 -0
  121. package/dist/hooks/useTransaction.d.ts +9 -0
  122. package/dist/hooks/useTransaction.d.ts.map +1 -0
  123. package/dist/hooks/useTransactions.d.ts +14 -0
  124. package/dist/hooks/useTransactions.d.ts.map +1 -0
  125. package/dist/index.d.ts +7 -0
  126. package/dist/index.d.ts.map +1 -0
  127. package/dist/lib/api/apiClient.d.ts +7 -0
  128. package/dist/lib/api/apiClient.d.ts.map +1 -0
  129. package/dist/lib/api/getCollections.d.ts +346 -0
  130. package/dist/lib/api/getCollections.d.ts.map +1 -0
  131. package/dist/lib/api/getDispute.d.ts +134 -0
  132. package/dist/lib/api/getDispute.d.ts.map +1 -0
  133. package/dist/lib/api/getDisputes.d.ts +320 -0
  134. package/dist/lib/api/getDisputes.d.ts.map +1 -0
  135. package/dist/lib/api/getIpAssetEdges.d.ts +292 -0
  136. package/dist/lib/api/getIpAssetEdges.d.ts.map +1 -0
  137. package/dist/lib/api/getIpAssets.d.ts +675 -0
  138. package/dist/lib/api/getIpAssets.d.ts.map +1 -0
  139. package/dist/lib/api/getQuery.d.ts +18 -0
  140. package/dist/lib/api/getQuery.d.ts.map +1 -0
  141. package/dist/lib/api/getSearch.d.ts +246 -0
  142. package/dist/lib/api/getSearch.d.ts.map +1 -0
  143. package/dist/lib/api/getTransactions.d.ts +292 -0
  144. package/dist/lib/api/getTransactions.d.ts.map +1 -0
  145. package/dist/lib/api/index.d.ts +9 -0
  146. package/dist/lib/api/index.d.ts.map +1 -0
  147. package/dist/lib/api/listQuery.d.ts +16 -0
  148. package/dist/lib/api/listQuery.d.ts.map +1 -0
  149. package/dist/lib/functions/convertLicenseTermObject.d.ts +6 -0
  150. package/dist/lib/functions/convertLicenseTermObject.d.ts.map +1 -0
  151. package/dist/lib/index.d.ts +4 -0
  152. package/dist/lib/index.d.ts.map +1 -0
  153. package/dist/lib/utils.d.ts +12 -0
  154. package/dist/lib/utils.d.ts.map +1 -0
  155. package/dist/providers/IpKitProvider/IpKitProvider.d.ts +25 -0
  156. package/dist/providers/IpKitProvider/IpKitProvider.d.ts.map +1 -0
  157. package/dist/providers/IpKitProvider/__docs__/Example.d.ts +11 -0
  158. package/dist/providers/IpKitProvider/__docs__/Example.d.ts.map +1 -0
  159. package/dist/providers/IpKitProvider/__docs__/IpKitProvider.stories.d.ts +37 -0
  160. package/dist/providers/IpKitProvider/__docs__/IpKitProvider.stories.d.ts.map +1 -0
  161. package/dist/providers/IpKitProvider/index.d.ts +2 -0
  162. package/dist/providers/IpKitProvider/index.d.ts.map +1 -0
  163. package/dist/providers/index.d.ts +2 -0
  164. package/dist/providers/index.d.ts.map +1 -0
  165. package/dist/server-types.d.ts +3494 -0
  166. package/dist/server.cjs.js +2 -0
  167. package/dist/server.cjs.js.map +1 -0
  168. package/dist/server.d.ts +4 -0
  169. package/dist/server.d.ts.map +1 -0
  170. package/dist/server.esm.js +2 -0
  171. package/dist/server.esm.js.map +1 -0
  172. package/dist/stories/data/index.d.ts +9 -0
  173. package/dist/stories/data/index.d.ts.map +1 -0
  174. package/dist/storyprotocol-storykit.cjs.js +2 -0
  175. package/dist/storyprotocol-storykit.cjs.js.map +1 -0
  176. package/dist/storyprotocol-storykit.esm.js +2 -0
  177. package/dist/storyprotocol-storykit.esm.js.map +1 -0
  178. package/dist/types/assets.d.ts +58 -0
  179. package/dist/types/assets.d.ts.map +1 -0
  180. package/dist/types/chains.d.ts +25 -0
  181. package/dist/types/chains.d.ts.map +1 -0
  182. package/dist/types/index.d.ts +4 -0
  183. package/dist/types/index.d.ts.map +1 -0
  184. package/dist/types/openapi.d.ts +30 -0
  185. package/dist/types/openapi.d.ts.map +1 -0
  186. package/dist/types/schema.d.ts +1065 -0
  187. package/dist/types/schema.d.ts.map +1 -0
  188. package/dist/types.d.ts +3622 -0
  189. package/package.json +132 -0
@@ -0,0 +1,1065 @@
1
+ export interface paths {
2
+ "/assets": {
3
+ parameters: {
4
+ query?: never;
5
+ header?: never;
6
+ path?: never;
7
+ cookie?: never;
8
+ };
9
+ get?: never;
10
+ put?: never;
11
+ /**
12
+ * List IP Assets
13
+ * @description Retrieve a list of IP assets with pagination and filtering options. The 'where' field is optional and should only be provided when filtering by specific IP IDs, owner address, or token contract address. This endpoint can also be used to fetch a single asset by passing its ID in the ipIds filter.
14
+ */
15
+ post: operations["listIPAssetsV4"];
16
+ delete?: never;
17
+ options?: never;
18
+ head?: never;
19
+ patch?: never;
20
+ trace?: never;
21
+ };
22
+ "/assets/edges": {
23
+ parameters: {
24
+ query?: never;
25
+ header?: never;
26
+ path?: never;
27
+ cookie?: never;
28
+ };
29
+ get?: never;
30
+ put?: never;
31
+ /**
32
+ * List IP Asset Edges
33
+ * @description Retrieve a list of edges (derivative registered events) that represent relationships between IP assets. These edges show parent-child relationships formed through licensing.
34
+ */
35
+ post: operations["listEdgesV4"];
36
+ delete?: never;
37
+ options?: never;
38
+ head?: never;
39
+ patch?: never;
40
+ trace?: never;
41
+ };
42
+ "/collections": {
43
+ parameters: {
44
+ query?: never;
45
+ header?: never;
46
+ path?: never;
47
+ cookie?: never;
48
+ };
49
+ get?: never;
50
+ put?: never;
51
+ /**
52
+ * List Collections
53
+ * @description Retrieve a list of collections with pagination and filtering options. Collections are ordered by most recent or least recent updated time only. Collections are automatically enriched with metadata. The 'where' field is optional and should only be provided when filtering by specific collection addresses or asset counts. This endpoint can also be used to fetch a single collection by passing its address in the collectionAddresses filter. Collections that don't exist in Alchemy or encounter errors will return with empty metadata instead of failing the entire request.
54
+ */
55
+ post: operations["listCollectionsV4"];
56
+ delete?: never;
57
+ options?: never;
58
+ head?: never;
59
+ patch?: never;
60
+ trace?: never;
61
+ };
62
+ "/disputes": {
63
+ parameters: {
64
+ query?: never;
65
+ header?: never;
66
+ path?: never;
67
+ cookie?: never;
68
+ };
69
+ get?: never;
70
+ put?: never;
71
+ /**
72
+ * List Disputes
73
+ * @description Retrieve a paginated, filtered list of disputes from the SOS database.
74
+ * This endpoint supports various filtering options including:
75
+ * - Filter by dispute ID, target IP ID, initiator address, or status
76
+ * - Filter by block number ranges (blockNumber, blockNumberLte, blockNumberGte)
77
+ * - Sort by block number, dispute timestamp, or ID
78
+ * - Pagination with configurable limit and offset
79
+ *
80
+ * Key v4 Enhancements:
81
+ * - Flattened request structure: Query parameters are directly in the request body, not nested in an "options" object
82
+ * - Offset-based pagination: Unlike v3, this endpoint supports both limit and offset parameters for flexible pagination
83
+ * - Block number range filtering: Added blockNumberGte for greater-than-or-equal filtering (complements existing blockNumberLte)
84
+ * - Pagination metadata in response: Returns total count and hasMore flag
85
+ *
86
+ * The response format is aligned with v3 for compatibility, using big integers for numeric fields and hex strings for data fields.
87
+ */
88
+ post: operations["listDisputesV4"];
89
+ delete?: never;
90
+ options?: never;
91
+ head?: never;
92
+ patch?: never;
93
+ trace?: never;
94
+ };
95
+ "/disputes/{disputeId}": {
96
+ parameters: {
97
+ query?: never;
98
+ header?: never;
99
+ path?: never;
100
+ cookie?: never;
101
+ };
102
+ /**
103
+ * Get a Dispute
104
+ * @description Retrieve a single dispute by its ID from the SOS database. This endpoint provides detailed information about a specific dispute including its status, involved parties, and related metadata.
105
+ */
106
+ get: operations["getDisputeV4"];
107
+ put?: never;
108
+ post?: never;
109
+ delete?: never;
110
+ options?: never;
111
+ head?: never;
112
+ patch?: never;
113
+ trace?: never;
114
+ };
115
+ "/search": {
116
+ parameters: {
117
+ query?: never;
118
+ header?: never;
119
+ path?: never;
120
+ cookie?: never;
121
+ };
122
+ get?: never;
123
+ put?: never;
124
+ /**
125
+ * Search IP Assets
126
+ * @description Perform vector search for IP assets based on query text and optional media type filter. This endpoint uses AI-powered search to find relevant assets by semantic similarity.
127
+ */
128
+ post: operations["searchV4"];
129
+ delete?: never;
130
+ options?: never;
131
+ head?: never;
132
+ patch?: never;
133
+ trace?: never;
134
+ };
135
+ "/transactions": {
136
+ parameters: {
137
+ query?: never;
138
+ header?: never;
139
+ path?: never;
140
+ cookie?: never;
141
+ };
142
+ get?: never;
143
+ put?: never;
144
+ /**
145
+ * List IP Transactions
146
+ * @description Retrieve a list of IP transactions with pagination and filtering options. The 'where' field is optional and should only be provided when filtering by specific transaction hashes, event types, or block ranges. This endpoint can also be used to fetch specific transactions by passing their hashes in the txHashes filter.
147
+ */
148
+ post: operations["listTransactionsV4"];
149
+ delete?: never;
150
+ options?: never;
151
+ head?: never;
152
+ patch?: never;
153
+ trace?: never;
154
+ };
155
+ }
156
+ export type webhooks = Record<string, never>;
157
+ export interface components {
158
+ schemas: {
159
+ CollectionsRequestBodyHuma: {
160
+ /**
161
+ * Format: uri
162
+ * @description A URL to the JSON Schema for this object.
163
+ */
164
+ readonly $schema?: string;
165
+ /**
166
+ * @description Field to order results by (only updatedAt is supported)
167
+ * @default updatedAt
168
+ * @enum {string}
169
+ */
170
+ orderBy: "updatedAt";
171
+ /**
172
+ * @description Order direction: asc for least recent, desc for most recent
173
+ * @default desc
174
+ * @enum {string}
175
+ */
176
+ orderDirection: "asc" | "desc";
177
+ /** @description Pagination configuration */
178
+ pagination?: components["schemas"]["PaginationOptionsHuma"];
179
+ /** @description Optional filter options for collections */
180
+ where?: components["schemas"]["CollectionsWhereOptionsHuma"];
181
+ };
182
+ CollectionsResponseBodyHuma: {
183
+ /**
184
+ * Format: uri
185
+ * @description A URL to the JSON Schema for this object.
186
+ */
187
+ readonly $schema?: string;
188
+ /** @description List of enriched collections */
189
+ data: components["schemas"]["EnrichedCollection"][] | null;
190
+ /** @description Pagination metadata */
191
+ pagination?: components["schemas"]["PaginationMetadataHuma"];
192
+ };
193
+ CollectionsWhereOptionsHuma: {
194
+ /** @description List of collection addresses to filter by (max 200) */
195
+ collectionAddresses?: string[] | null;
196
+ /**
197
+ * Format: int64
198
+ * @description Maximum asset count threshold
199
+ */
200
+ maxAssetCount?: number;
201
+ /**
202
+ * Format: int64
203
+ * @description Minimum asset count threshold
204
+ */
205
+ minAssetCount?: number;
206
+ };
207
+ ContractMetadata: {
208
+ address: string;
209
+ chain: string;
210
+ contractDeployer: string;
211
+ /** Format: int64 */
212
+ deployedBlockNumber: number;
213
+ name: string;
214
+ openSeaMetadata: components["schemas"]["ContractMetadataOpenSeaMetadataStruct"];
215
+ symbol: string;
216
+ tokenType: string;
217
+ totalSupply: string;
218
+ };
219
+ ContractMetadataByAddressResponse: {
220
+ address: string;
221
+ chain: string;
222
+ contractDeployer: string;
223
+ /** Format: int64 */
224
+ deployedBlockNumber: number;
225
+ name: string;
226
+ openSeaMetadata: components["schemas"]["ContractMetadataByAddressResponseOpenSeaMetadataStruct"];
227
+ symbol: string;
228
+ tokenType: string;
229
+ totalSupply: string;
230
+ };
231
+ ContractMetadataByAddressResponseOpenSeaMetadataStruct: {
232
+ bannerImageUrl: string;
233
+ collectionName: string;
234
+ collectionSlug: string;
235
+ description: string;
236
+ discordUrl: string;
237
+ externalUrl: string | null;
238
+ /** Format: double */
239
+ floorPrice: number;
240
+ imageUrl: string;
241
+ /** Format: date-time */
242
+ lastIngestedAt: string;
243
+ safelistRequestStatus: string;
244
+ twitterUsername: string;
245
+ };
246
+ ContractMetadataOpenSeaMetadataStruct: {
247
+ bannerImageUrl: string;
248
+ collectionName: string;
249
+ collectionSlug: string;
250
+ description: string;
251
+ discordUrl: string;
252
+ externalUrl: string | null;
253
+ /** Format: double */
254
+ floorPrice: number;
255
+ imageUrl: string;
256
+ /** Format: date-time */
257
+ lastIngestedAt: string;
258
+ safelistRequestStatus: string;
259
+ twitterUsername: string;
260
+ };
261
+ DerivativeRegisteredEvent: {
262
+ /** Format: int64 */
263
+ blockNumber: number;
264
+ /** Format: date-time */
265
+ blockTimestamp: string;
266
+ caller: string;
267
+ childIpId: string;
268
+ /** Format: int64 */
269
+ id: number;
270
+ licenseTemplate: string;
271
+ licenseTermsId: string;
272
+ licenseTokenId: string;
273
+ /** Format: int64 */
274
+ logIndex: number;
275
+ parentIpId: string;
276
+ /** Format: date-time */
277
+ processedAt: string;
278
+ txHash: string;
279
+ };
280
+ Dispute: {
281
+ arbitrationPolicy: string;
282
+ blockNumber: string | null;
283
+ blockTimestamp?: string;
284
+ counterEvidenceHash: string;
285
+ currentTag: string;
286
+ data: string;
287
+ deletedAt?: string;
288
+ disputeTimestamp: string | null;
289
+ evidenceHash: string;
290
+ id: string | null;
291
+ initiator: string;
292
+ liveness: string | null;
293
+ logIndex?: string;
294
+ status: string;
295
+ targetIpId: string;
296
+ targetTag: string;
297
+ transactionHash: string;
298
+ umaLink?: string;
299
+ };
300
+ DisputePaginationHuma: {
301
+ /**
302
+ * Format: int64
303
+ * @description Number of items to return (max: 200)
304
+ * @default 100
305
+ */
306
+ limit: number;
307
+ /**
308
+ * Format: int64
309
+ * @description Number of items to skip for pagination (v4 enhancement)
310
+ * @default 0
311
+ */
312
+ offset: number;
313
+ };
314
+ DisputePaginationMetadataHuma: {
315
+ /** @description Whether there are more disputes */
316
+ hasMore: boolean;
317
+ /**
318
+ * Format: int64
319
+ * @description Current limit
320
+ */
321
+ limit: number;
322
+ /**
323
+ * Format: int64
324
+ * @description Current offset
325
+ */
326
+ offset: number;
327
+ /**
328
+ * Format: int64
329
+ * @description Total count of disputes
330
+ */
331
+ total?: number;
332
+ };
333
+ DisputeWhereHuma: {
334
+ /** @description Filter by exact block number */
335
+ blockNumber?: string;
336
+ /** @description Filter by block number >= this value (v4 enhancement) */
337
+ blockNumberGte?: string;
338
+ /** @description Filter by block number <= this value */
339
+ blockNumberLte?: string;
340
+ /** @description Dispute ID to filter by */
341
+ id?: string;
342
+ /** @description Initiator wallet address to filter by */
343
+ initiator?: string;
344
+ /** @description Target IP ID to filter by */
345
+ targetIpId?: string;
346
+ };
347
+ DisputesRequestBodyHuma: {
348
+ /**
349
+ * Format: uri
350
+ * @description A URL to the JSON Schema for this object.
351
+ */
352
+ readonly $schema?: string;
353
+ /** @description Field to order results by (must be blockNumber or empty) */
354
+ orderBy?: string;
355
+ /** @description Order direction for results (asc or desc) */
356
+ orderDirection?: string;
357
+ /** @description Pagination configuration */
358
+ pagination?: components["schemas"]["DisputePaginationHuma"];
359
+ /** @description Filter options for disputes */
360
+ where?: components["schemas"]["DisputeWhereHuma"];
361
+ };
362
+ EdgesRequestBodyHuma: {
363
+ /**
364
+ * Format: uri
365
+ * @description A URL to the JSON Schema for this object.
366
+ */
367
+ readonly $schema?: string;
368
+ /**
369
+ * @description Field to order results by (currently only blockNumber is supported)
370
+ * @enum {string}
371
+ */
372
+ orderBy?: "blockNumber";
373
+ /**
374
+ * @description Order direction for results
375
+ * @default desc
376
+ * @enum {string}
377
+ */
378
+ orderDirection: "asc" | "desc";
379
+ /** @description Pagination configuration */
380
+ pagination?: components["schemas"]["PaginationOptionsHuma"];
381
+ /** @description Filter options for edges */
382
+ where?: components["schemas"]["EdgesWhereOptionsHuma"];
383
+ };
384
+ EdgesResponseHumaBody: {
385
+ /**
386
+ * Format: uri
387
+ * @description A URL to the JSON Schema for this object.
388
+ */
389
+ readonly $schema?: string;
390
+ /** @description List of derivative registered events (edges) */
391
+ data: components["schemas"]["DerivativeRegisteredEvent"][] | null;
392
+ /** @description Pagination metadata */
393
+ pagination?: components["schemas"]["PaginationMetadataHuma"];
394
+ };
395
+ EdgesWhereOptionsHuma: {
396
+ /**
397
+ * Format: int64
398
+ * @description Block number to filter by
399
+ */
400
+ blockNumber?: number;
401
+ /** @description Child IP ID to filter by */
402
+ childIpId?: string;
403
+ /** @description Parent IP ID to filter by */
404
+ parentIpId?: string;
405
+ /** @description Transaction hash to filter by */
406
+ txHash?: string;
407
+ };
408
+ EnrichedCollection: {
409
+ /** Format: int64 */
410
+ assetCount: number;
411
+ /** Format: int64 */
412
+ cancelledDisputeCount: number;
413
+ collectionAddress: string;
414
+ collectionMetadata?: components["schemas"]["ContractMetadataByAddressResponse"];
415
+ /** Format: date-time */
416
+ createdAt: string;
417
+ /** Format: int64 */
418
+ judgedDisputeCount: number;
419
+ /** Format: int64 */
420
+ licensesCount: number;
421
+ /** Format: int64 */
422
+ raisedDisputeCount: number;
423
+ /** Format: int64 */
424
+ resolvedDisputeCount: number;
425
+ /** Format: date-time */
426
+ updatedAt: string;
427
+ };
428
+ EnrichedIPAsset: {
429
+ /** Format: int64 */
430
+ ancestorsCount: number;
431
+ /** Format: int64 */
432
+ blockNumber: number;
433
+ chainId: string;
434
+ /** Format: int64 */
435
+ childrenCount: number;
436
+ /** Format: date-time */
437
+ createdAt: string;
438
+ /** Format: int64 */
439
+ descendantsCount: number;
440
+ description: string;
441
+ infringementStatus?: components["schemas"]["InfringementStatus"][] | null;
442
+ ipId: string;
443
+ ipaMetadataUri?: string;
444
+ isInGroup: boolean;
445
+ /** Format: date-time */
446
+ lastUpdatedAt: string;
447
+ licenses?: components["schemas"]["License"][] | null;
448
+ /** Format: int64 */
449
+ logIndex: number;
450
+ moderationStatus?: components["schemas"]["ModerationStatus"];
451
+ name: string;
452
+ nftMetadata?: components["schemas"]["NFTMetadata"];
453
+ ownerAddress: string;
454
+ /** Format: int64 */
455
+ parentsCount: number;
456
+ registrationDate: string;
457
+ rootIPs: string[] | null;
458
+ title: string;
459
+ tokenContract: string;
460
+ tokenId: string;
461
+ txHash: string;
462
+ uri: string;
463
+ };
464
+ ErrorDetail: {
465
+ /** @description Where the error occurred, e.g. 'body.items[3].tags' or 'path.thing-id' */
466
+ location?: string;
467
+ /** @description Error message text */
468
+ message?: string;
469
+ /** @description The value at the given location */
470
+ value?: unknown;
471
+ };
472
+ ErrorModel: {
473
+ /**
474
+ * Format: uri
475
+ * @description A URL to the JSON Schema for this object.
476
+ */
477
+ readonly $schema?: string;
478
+ /** @description A human-readable explanation specific to this occurrence of the problem. */
479
+ detail?: string;
480
+ /** @description Optional list of individual error details */
481
+ errors?: components["schemas"]["ErrorDetail"][] | null;
482
+ /**
483
+ * Format: uri
484
+ * @description A URI reference that identifies the specific occurrence of the problem.
485
+ */
486
+ instance?: string;
487
+ /**
488
+ * Format: int64
489
+ * @description HTTP status code
490
+ */
491
+ status?: number;
492
+ /** @description A short, human-readable summary of the problem type. This value should not change between occurrences of the error. */
493
+ title?: string;
494
+ /**
495
+ * Format: uri
496
+ * @description A URI reference to human-readable documentation for the error.
497
+ * @default about:blank
498
+ */
499
+ type: string;
500
+ };
501
+ GetDisputeResponseHumaBody: {
502
+ /**
503
+ * Format: uri
504
+ * @description A URL to the JSON Schema for this object.
505
+ */
506
+ readonly $schema?: string;
507
+ /** @description Dispute information */
508
+ data: components["schemas"]["Dispute"];
509
+ };
510
+ IPAssetsRequestBodyHuma: {
511
+ /**
512
+ * Format: uri
513
+ * @description A URL to the JSON Schema for this object.
514
+ */
515
+ readonly $schema?: string;
516
+ /** @description Include license information in response */
517
+ includeLicenses?: boolean;
518
+ /** @description Filter for moderated content only */
519
+ moderated?: boolean;
520
+ /**
521
+ * @description Field to order results by
522
+ * @default blockNumber
523
+ * @enum {string}
524
+ */
525
+ orderBy: "descendantCount" | "blockNumber" | "createdAt";
526
+ /**
527
+ * @description Order direction for results
528
+ * @default desc
529
+ * @enum {string}
530
+ */
531
+ orderDirection: "asc" | "desc";
532
+ /** @description Pagination configuration */
533
+ pagination?: components["schemas"]["PaginationOptionsHuma"];
534
+ /** @description Optional filter options for IP assets */
535
+ where?: components["schemas"]["IPAssetsWhereOptionsHuma"];
536
+ };
537
+ IPAssetsResponseHumaBody: {
538
+ /**
539
+ * Format: uri
540
+ * @description A URL to the JSON Schema for this object.
541
+ */
542
+ readonly $schema?: string;
543
+ /** @description List of enriched IP assets */
544
+ data: components["schemas"]["EnrichedIPAsset"][] | null;
545
+ /** @description Pagination metadata */
546
+ pagination?: components["schemas"]["PaginationMetadataHuma"];
547
+ };
548
+ IPAssetsWhereOptionsHuma: {
549
+ /** @description List of IP asset IDs to filter by (max 200) */
550
+ ipIds?: string[] | null;
551
+ /** @description Owner wallet address to filter by */
552
+ ownerAddress?: string;
553
+ /** @description Token contract address to filter by */
554
+ tokenContract?: string;
555
+ };
556
+ IPSearchResult: {
557
+ description: string;
558
+ ipId: string;
559
+ mediaType: string;
560
+ /** Format: double */
561
+ score: number;
562
+ /** Format: double */
563
+ similarity: number;
564
+ title: string;
565
+ };
566
+ IPTransaction: {
567
+ /** Format: int64 */
568
+ blockNumber: number;
569
+ /** Format: date-time */
570
+ createdAt: string;
571
+ eventType: string;
572
+ /** Format: int64 */
573
+ id: number;
574
+ initiator: string;
575
+ ipId: string;
576
+ /** Format: int64 */
577
+ logIndex: number;
578
+ txHash: string;
579
+ };
580
+ InfringementStatus: {
581
+ /** Format: date-time */
582
+ createdAt: string;
583
+ customData: string;
584
+ infringementDetails: string;
585
+ isInfringing: boolean;
586
+ providerName: string;
587
+ providerURL: string;
588
+ /** Format: date-time */
589
+ responseTime: string;
590
+ status: string;
591
+ /** Format: date-time */
592
+ updatedAt: string;
593
+ };
594
+ License: {
595
+ /** Format: date-time */
596
+ createdAt: string;
597
+ licenseTemplateId: string;
598
+ licenseTermsId: string;
599
+ licensingConfig: components["schemas"]["LicensingConfig"];
600
+ templateMetadataUri: string;
601
+ templateName: string;
602
+ terms: components["schemas"]["LicenseTerms"];
603
+ /** Format: date-time */
604
+ updatedAt: string;
605
+ };
606
+ LicenseTerms: {
607
+ commercialAttribution: boolean;
608
+ commercialRevCeiling: string;
609
+ /** Format: int64 */
610
+ commercialRevShare: number;
611
+ commercialUse: boolean;
612
+ commercializerChecker: string;
613
+ commercializerCheckerData: string;
614
+ currency: string;
615
+ defaultMintingFee: string;
616
+ derivativeRevCeiling: string;
617
+ derivativesAllowed: boolean;
618
+ derivativesApproval: boolean;
619
+ derivativesAttribution: boolean;
620
+ derivativesReciprocal: boolean;
621
+ expiration: string;
622
+ royaltyPolicy: string;
623
+ transferable: boolean;
624
+ uri: string;
625
+ };
626
+ LicensingConfig: {
627
+ /** Format: int64 */
628
+ commercialRevShare: number;
629
+ disabled: boolean;
630
+ expectGroupRewardPool: string;
631
+ /** Format: int64 */
632
+ expectMinimumGroupRewardShare: number;
633
+ hookData: string;
634
+ isSet: boolean;
635
+ licensingHook: string;
636
+ /** Format: int64 */
637
+ mintingFee: number;
638
+ };
639
+ ListDisputesResponseHumaBody: {
640
+ /**
641
+ * Format: uri
642
+ * @description A URL to the JSON Schema for this object.
643
+ */
644
+ readonly $schema?: string;
645
+ /** @description List of disputes */
646
+ data: components["schemas"]["Dispute"][] | null;
647
+ /** @description Pagination metadata (v4 enhancement, not in v3) */
648
+ pagination?: components["schemas"]["DisputePaginationMetadataHuma"];
649
+ };
650
+ ModerationStatus: {
651
+ adult: string;
652
+ medical: string;
653
+ racy: string;
654
+ spoof: string;
655
+ violence: string;
656
+ };
657
+ NFTMetadata: {
658
+ animation: components["schemas"]["NFTMetadataAnimationStruct"];
659
+ collection: components["schemas"]["NFTMetadataCollectionStruct"];
660
+ contract: components["schemas"]["ContractMetadata"];
661
+ contract_address: string;
662
+ description: string | null;
663
+ image: components["schemas"]["NFTMetadataImageStruct"];
664
+ mint: components["schemas"]["NFTMetadataMintStruct"];
665
+ name: string;
666
+ nft_id: string;
667
+ raw: unknown;
668
+ /** Format: date-time */
669
+ timeLastUpdated: string;
670
+ tokenId: string;
671
+ tokenType: string;
672
+ tokenUri: string;
673
+ };
674
+ NFTMetadataAnimationStruct: {
675
+ cachedUrl: string;
676
+ contentType: string;
677
+ originalUrl: string;
678
+ /** Format: int64 */
679
+ size: number;
680
+ };
681
+ NFTMetadataCollectionStruct: {
682
+ bannerImageUrl: string;
683
+ externalUrl: string | null;
684
+ name: string;
685
+ slug: string;
686
+ };
687
+ NFTMetadataImageStruct: {
688
+ cachedUrl: string;
689
+ contentType: string;
690
+ originalUrl: string;
691
+ pngUrl: string;
692
+ /** Format: int64 */
693
+ size: number;
694
+ thumbnailUrl: string;
695
+ };
696
+ NFTMetadataMintStruct: {
697
+ /** Format: int64 */
698
+ blockNumber: number | null;
699
+ mintAddress: string | null;
700
+ timestamp: string | null;
701
+ transactionHash: string | null;
702
+ };
703
+ PaginationMetadataHuma: {
704
+ /** @description Whether there are more items */
705
+ hasMore: boolean;
706
+ /**
707
+ * Format: int64
708
+ * @description Current limit
709
+ */
710
+ limit: number;
711
+ /**
712
+ * Format: int64
713
+ * @description Current offset
714
+ */
715
+ offset: number;
716
+ /**
717
+ * Format: int64
718
+ * @description Total count of items
719
+ */
720
+ total?: number;
721
+ };
722
+ PaginationOptionsHuma: {
723
+ /**
724
+ * Format: int64
725
+ * @description Number of items to return
726
+ * @default 20
727
+ */
728
+ limit: number;
729
+ /**
730
+ * Format: int64
731
+ * @description Number of items to skip
732
+ * @default 0
733
+ */
734
+ offset: number;
735
+ };
736
+ SearchRequestBodyHuma: {
737
+ /**
738
+ * Format: uri
739
+ * @description A URL to the JSON Schema for this object.
740
+ */
741
+ readonly $schema?: string;
742
+ /**
743
+ * @description Optional media type filter - must be 'audio', 'video', or 'image'. Leave empty to search all media types
744
+ * @enum {string}
745
+ */
746
+ mediaType?: "audio" | "video" | "image";
747
+ /** @description Pagination configuration */
748
+ pagination?: components["schemas"]["PaginationOptionsHuma"];
749
+ /** @description The search query string */
750
+ query: string;
751
+ };
752
+ SearchResponseBodyHuma: {
753
+ /**
754
+ * Format: uri
755
+ * @description A URL to the JSON Schema for this object.
756
+ */
757
+ readonly $schema?: string;
758
+ /** @description List of IP asset search results */
759
+ data: components["schemas"]["IPSearchResult"][] | null;
760
+ /** @description Pagination information */
761
+ pagination?: components["schemas"]["PaginationMetadataHuma"];
762
+ /**
763
+ * Format: int64
764
+ * @description Total number of search results found
765
+ */
766
+ total: number;
767
+ };
768
+ TransactionsRequestBodyHuma: {
769
+ /**
770
+ * Format: uri
771
+ * @description A URL to the JSON Schema for this object.
772
+ */
773
+ readonly $schema?: string;
774
+ /**
775
+ * @description Field to order results by
776
+ * @default blockNumber
777
+ * @enum {string}
778
+ */
779
+ orderBy: "blockNumber" | "createdAt" | "eventType" | "txHash" | "ipId" | "initiator";
780
+ /**
781
+ * @description Order direction for results
782
+ * @default desc
783
+ * @enum {string}
784
+ */
785
+ orderDirection: "asc" | "desc";
786
+ /** @description Pagination configuration */
787
+ pagination?: components["schemas"]["PaginationOptionsHuma"];
788
+ /** @description Optional filter options for transactions */
789
+ where?: components["schemas"]["TransactionsWhereOptionsHuma"];
790
+ };
791
+ TransactionsResponseBodyHuma: {
792
+ /**
793
+ * Format: uri
794
+ * @description A URL to the JSON Schema for this object.
795
+ */
796
+ readonly $schema?: string;
797
+ /** @description List of IP transactions */
798
+ data: components["schemas"]["IPTransaction"][] | null;
799
+ /** @description Pagination information */
800
+ pagination?: components["schemas"]["PaginationMetadataHuma"];
801
+ };
802
+ TransactionsWhereOptionsHuma: {
803
+ /**
804
+ * Format: int64
805
+ * @description Filter transactions from this block number (inclusive)
806
+ */
807
+ blockGte?: number;
808
+ /**
809
+ * Format: int64
810
+ * @description Filter transactions up to this block number (inclusive)
811
+ */
812
+ blockLte?: number;
813
+ /** @description List of event types to filter by (max 50) */
814
+ eventTypes?: string[] | null;
815
+ /** @description List of initiator addresses to filter by (max 200) */
816
+ initiators?: string[] | null;
817
+ /** @description List of IP asset IDs to filter by (max 200) */
818
+ ipIds?: string[] | null;
819
+ /** @description List of transaction hashes to filter by (max 200) */
820
+ txHashes?: string[] | null;
821
+ };
822
+ };
823
+ responses: never;
824
+ parameters: never;
825
+ requestBodies: never;
826
+ headers: never;
827
+ pathItems: never;
828
+ }
829
+ export type $defs = Record<string, never>;
830
+ export interface operations {
831
+ listIPAssetsV4: {
832
+ parameters: {
833
+ query?: never;
834
+ header?: never;
835
+ path?: never;
836
+ cookie?: never;
837
+ };
838
+ requestBody: {
839
+ content: {
840
+ "application/json": components["schemas"]["IPAssetsRequestBodyHuma"];
841
+ };
842
+ };
843
+ responses: {
844
+ /** @description OK */
845
+ 200: {
846
+ headers: {
847
+ [name: string]: unknown;
848
+ };
849
+ content: {
850
+ "application/json": components["schemas"]["IPAssetsResponseHumaBody"];
851
+ };
852
+ };
853
+ /** @description Error */
854
+ default: {
855
+ headers: {
856
+ [name: string]: unknown;
857
+ };
858
+ content: {
859
+ "application/problem+json": components["schemas"]["ErrorModel"];
860
+ };
861
+ };
862
+ };
863
+ };
864
+ listEdgesV4: {
865
+ parameters: {
866
+ query?: never;
867
+ header?: never;
868
+ path?: never;
869
+ cookie?: never;
870
+ };
871
+ requestBody: {
872
+ content: {
873
+ "application/json": components["schemas"]["EdgesRequestBodyHuma"];
874
+ };
875
+ };
876
+ responses: {
877
+ /** @description OK */
878
+ 200: {
879
+ headers: {
880
+ [name: string]: unknown;
881
+ };
882
+ content: {
883
+ "application/json": components["schemas"]["EdgesResponseHumaBody"];
884
+ };
885
+ };
886
+ /** @description Error */
887
+ default: {
888
+ headers: {
889
+ [name: string]: unknown;
890
+ };
891
+ content: {
892
+ "application/problem+json": components["schemas"]["ErrorModel"];
893
+ };
894
+ };
895
+ };
896
+ };
897
+ listCollectionsV4: {
898
+ parameters: {
899
+ query?: never;
900
+ header?: never;
901
+ path?: never;
902
+ cookie?: never;
903
+ };
904
+ requestBody: {
905
+ content: {
906
+ "application/json": components["schemas"]["CollectionsRequestBodyHuma"];
907
+ };
908
+ };
909
+ responses: {
910
+ /** @description OK */
911
+ 200: {
912
+ headers: {
913
+ [name: string]: unknown;
914
+ };
915
+ content: {
916
+ "application/json": components["schemas"]["CollectionsResponseBodyHuma"];
917
+ };
918
+ };
919
+ /** @description Error */
920
+ default: {
921
+ headers: {
922
+ [name: string]: unknown;
923
+ };
924
+ content: {
925
+ "application/problem+json": components["schemas"]["ErrorModel"];
926
+ };
927
+ };
928
+ };
929
+ };
930
+ listDisputesV4: {
931
+ parameters: {
932
+ query?: never;
933
+ header?: never;
934
+ path?: never;
935
+ cookie?: never;
936
+ };
937
+ requestBody: {
938
+ content: {
939
+ "application/json": components["schemas"]["DisputesRequestBodyHuma"];
940
+ };
941
+ };
942
+ responses: {
943
+ /** @description OK */
944
+ 200: {
945
+ headers: {
946
+ [name: string]: unknown;
947
+ };
948
+ content: {
949
+ "application/json": components["schemas"]["ListDisputesResponseHumaBody"];
950
+ };
951
+ };
952
+ /** @description Error */
953
+ default: {
954
+ headers: {
955
+ [name: string]: unknown;
956
+ };
957
+ content: {
958
+ "application/problem+json": components["schemas"]["ErrorModel"];
959
+ };
960
+ };
961
+ };
962
+ };
963
+ getDisputeV4: {
964
+ parameters: {
965
+ query?: never;
966
+ header?: never;
967
+ path: {
968
+ /**
969
+ * @description Dispute ID to retrieve
970
+ * @example 123
971
+ */
972
+ disputeId: string;
973
+ };
974
+ cookie?: never;
975
+ };
976
+ requestBody?: never;
977
+ responses: {
978
+ /** @description OK */
979
+ 200: {
980
+ headers: {
981
+ [name: string]: unknown;
982
+ };
983
+ content: {
984
+ "application/json": components["schemas"]["GetDisputeResponseHumaBody"];
985
+ };
986
+ };
987
+ /** @description Error */
988
+ default: {
989
+ headers: {
990
+ [name: string]: unknown;
991
+ };
992
+ content: {
993
+ "application/problem+json": components["schemas"]["ErrorModel"];
994
+ };
995
+ };
996
+ };
997
+ };
998
+ searchV4: {
999
+ parameters: {
1000
+ query?: never;
1001
+ header?: never;
1002
+ path?: never;
1003
+ cookie?: never;
1004
+ };
1005
+ requestBody: {
1006
+ content: {
1007
+ "application/json": components["schemas"]["SearchRequestBodyHuma"];
1008
+ };
1009
+ };
1010
+ responses: {
1011
+ /** @description OK */
1012
+ 200: {
1013
+ headers: {
1014
+ [name: string]: unknown;
1015
+ };
1016
+ content: {
1017
+ "application/json": components["schemas"]["SearchResponseBodyHuma"];
1018
+ };
1019
+ };
1020
+ /** @description Error */
1021
+ default: {
1022
+ headers: {
1023
+ [name: string]: unknown;
1024
+ };
1025
+ content: {
1026
+ "application/problem+json": components["schemas"]["ErrorModel"];
1027
+ };
1028
+ };
1029
+ };
1030
+ };
1031
+ listTransactionsV4: {
1032
+ parameters: {
1033
+ query?: never;
1034
+ header?: never;
1035
+ path?: never;
1036
+ cookie?: never;
1037
+ };
1038
+ requestBody: {
1039
+ content: {
1040
+ "application/json": components["schemas"]["TransactionsRequestBodyHuma"];
1041
+ };
1042
+ };
1043
+ responses: {
1044
+ /** @description OK */
1045
+ 200: {
1046
+ headers: {
1047
+ [name: string]: unknown;
1048
+ };
1049
+ content: {
1050
+ "application/json": components["schemas"]["TransactionsResponseBodyHuma"];
1051
+ };
1052
+ };
1053
+ /** @description Error */
1054
+ default: {
1055
+ headers: {
1056
+ [name: string]: unknown;
1057
+ };
1058
+ content: {
1059
+ "application/problem+json": components["schemas"]["ErrorModel"];
1060
+ };
1061
+ };
1062
+ };
1063
+ };
1064
+ }
1065
+ //# sourceMappingURL=schema.d.ts.map