@story-protocol/ipkit 0.4.0-beta.10

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