patents-mcp-server 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +191 -0
- package/dist/base.client-zZnUjoIb.js +2 -0
- package/dist/base.client-zZnUjoIb.js.map +1 -0
- package/dist/clients/base.client.d.ts +19 -0
- package/dist/clients/base.client.js +1 -0
- package/dist/clients/bigquery.client.d.ts +14 -0
- package/dist/clients/bigquery.client.js +66 -0
- package/dist/clients/bigquery.client.js.map +1 -0
- package/dist/clients/epo-ops.client.d.ts +13 -0
- package/dist/clients/epo-ops.client.js +2 -0
- package/dist/clients/epo-ops.client.js.map +1 -0
- package/dist/clients/odp.client.d.ts +52 -0
- package/dist/clients/odp.client.js +2 -0
- package/dist/clients/odp.client.js.map +1 -0
- package/dist/clients/patentsview.client.d.ts +38 -0
- package/dist/clients/patentsview.client.js +2 -0
- package/dist/clients/patentsview.client.js.map +1 -0
- package/dist/generated/odp/index.d.ts +2 -0
- package/dist/generated/odp/index.js +1 -0
- package/dist/generated/odp/types.gen.d.ts +4432 -0
- package/dist/generated/odp/types.gen.js +1 -0
- package/dist/generated/odp/zod.gen.d.ts +7504 -0
- package/dist/generated/odp/zod.gen.js +2 -0
- package/dist/generated/odp/zod.gen.js.map +1 -0
- package/dist/generated/patentsview/index.d.ts +2 -0
- package/dist/generated/patentsview/index.js +1 -0
- package/dist/generated/patentsview/types.gen.d.ts +2454 -0
- package/dist/generated/patentsview/types.gen.js +1 -0
- package/dist/generated/patentsview/zod.gen.d.ts +3376 -0
- package/dist/generated/patentsview/zod.gen.js +2 -0
- package/dist/generated/patentsview/zod.gen.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/config.d.ts +24 -0
- package/dist/lib/config.js +2 -0
- package/dist/lib/config.js.map +1 -0
- package/dist/lib/errors.d.ts +7 -0
- package/dist/lib/errors.js +2 -0
- package/dist/lib/errors.js.map +1 -0
- package/dist/lib/patent-number.d.ts +5 -0
- package/dist/lib/patent-number.js +2 -0
- package/dist/lib/patent-number.js.map +1 -0
- package/dist/lib/retry.d.ts +10 -0
- package/dist/lib/retry.js +2 -0
- package/dist/lib/retry.js.map +1 -0
- package/dist/lib/types.d.ts +22 -0
- package/dist/lib/types.js +1 -0
- package/dist/prompts/index.d.ts +7 -0
- package/dist/prompts/index.js +255 -0
- package/dist/prompts/index.js.map +1 -0
- package/dist/resources/index.d.ts +7 -0
- package/dist/resources/index.js +44 -0
- package/dist/resources/index.js.map +1 -0
- package/dist/server.d.ts +8 -0
- package/dist/server.js +2 -0
- package/dist/server.js.map +1 -0
- package/dist/tools/bigquery.tools.d.ts +7 -0
- package/dist/tools/bigquery.tools.js +14 -0
- package/dist/tools/bigquery.tools.js.map +1 -0
- package/dist/tools/citations.tools.d.ts +7 -0
- package/dist/tools/citations.tools.js +2 -0
- package/dist/tools/citations.tools.js.map +1 -0
- package/dist/tools/epo.tools.d.ts +7 -0
- package/dist/tools/epo.tools.js +18 -0
- package/dist/tools/epo.tools.js.map +1 -0
- package/dist/tools/index.d.ts +7 -0
- package/dist/tools/index.js +2 -0
- package/dist/tools/index.js.map +1 -0
- package/dist/tools/odp.tools.d.ts +7 -0
- package/dist/tools/odp.tools.js +2 -0
- package/dist/tools/odp.tools.js.map +1 -0
- package/dist/tools/office-actions.tools.d.ts +7 -0
- package/dist/tools/office-actions.tools.js +2 -0
- package/dist/tools/office-actions.tools.js.map +1 -0
- package/dist/tools/patentsview.tools.d.ts +7 -0
- package/dist/tools/patentsview.tools.js +2 -0
- package/dist/tools/patentsview.tools.js.map +1 -0
- package/dist/tools/ptab.tools.d.ts +7 -0
- package/dist/tools/ptab.tools.js +2 -0
- package/dist/tools/ptab.tools.js.map +1 -0
- package/dist/tools/utility.tools.d.ts +7 -0
- package/dist/tools/utility.tools.js +2 -0
- package/dist/tools/utility.tools.js.map +1 -0
- package/package.json +67 -0
|
@@ -0,0 +1,2454 @@
|
|
|
1
|
+
//#region src/generated/patentsview/types.gen.d.ts
|
|
2
|
+
type ClientOptions = {
|
|
3
|
+
baseUrl: "https://search.patentsview.org" | (string & {});
|
|
4
|
+
};
|
|
5
|
+
type GBrfSumTextSuccessResponse = ApiSuccessResponse & {
|
|
6
|
+
g_brf_sum_texts?: Array<{
|
|
7
|
+
patent_id?: string;
|
|
8
|
+
summary_text?: string;
|
|
9
|
+
}>;
|
|
10
|
+
};
|
|
11
|
+
type GBrfSumTextPostRequestBody = {
|
|
12
|
+
f?: Array<unknown>;
|
|
13
|
+
o?: {
|
|
14
|
+
[key: string]: unknown;
|
|
15
|
+
};
|
|
16
|
+
q?: {
|
|
17
|
+
[key: string]: unknown;
|
|
18
|
+
};
|
|
19
|
+
s?: Array<unknown>;
|
|
20
|
+
};
|
|
21
|
+
type GClaimSuccessResponse = ApiSuccessResponse & {
|
|
22
|
+
g_claims?: Array<{
|
|
23
|
+
patent_id?: string;
|
|
24
|
+
claim_sequence?: number;
|
|
25
|
+
claim_number?: string;
|
|
26
|
+
claim_text?: string;
|
|
27
|
+
exemplary?: number;
|
|
28
|
+
claim_dependent?: string;
|
|
29
|
+
}>;
|
|
30
|
+
};
|
|
31
|
+
type GClaimPostRequestBody = {
|
|
32
|
+
f?: Array<unknown>;
|
|
33
|
+
o?: {
|
|
34
|
+
[key: string]: unknown;
|
|
35
|
+
};
|
|
36
|
+
q?: {
|
|
37
|
+
[key: string]: unknown;
|
|
38
|
+
};
|
|
39
|
+
s?: Array<unknown>;
|
|
40
|
+
};
|
|
41
|
+
type GDetailDescTextSuccessResponse = ApiSuccessResponse & {
|
|
42
|
+
g_detail_desc_texts?: Array<{
|
|
43
|
+
patent_id?: string;
|
|
44
|
+
description_text?: string;
|
|
45
|
+
description_length?: number;
|
|
46
|
+
}>;
|
|
47
|
+
};
|
|
48
|
+
type GDetailDescTextPostRequestBody = {
|
|
49
|
+
f?: Array<unknown>;
|
|
50
|
+
o?: {
|
|
51
|
+
[key: string]: unknown;
|
|
52
|
+
};
|
|
53
|
+
q?: {
|
|
54
|
+
[key: string]: unknown;
|
|
55
|
+
};
|
|
56
|
+
s?: Array<unknown>;
|
|
57
|
+
};
|
|
58
|
+
type GDrawDescTextSuccessResponse = ApiSuccessResponse & {
|
|
59
|
+
g_draw_desc_texts?: Array<{
|
|
60
|
+
patent_id?: string;
|
|
61
|
+
draw_desc_text?: string;
|
|
62
|
+
draw_desc_sequence?: number;
|
|
63
|
+
}>;
|
|
64
|
+
};
|
|
65
|
+
type GDrawDescTextPostRequestBody = {
|
|
66
|
+
f?: Array<unknown>;
|
|
67
|
+
o?: {
|
|
68
|
+
[key: string]: unknown;
|
|
69
|
+
};
|
|
70
|
+
q?: {
|
|
71
|
+
[key: string]: unknown;
|
|
72
|
+
};
|
|
73
|
+
s?: Array<unknown>;
|
|
74
|
+
};
|
|
75
|
+
type PgBrfSumTextSuccessResponse = ApiSuccessResponse & {
|
|
76
|
+
pg_brf_sum_texts?: Array<{
|
|
77
|
+
document_number?: string;
|
|
78
|
+
summary_text?: string;
|
|
79
|
+
}>;
|
|
80
|
+
};
|
|
81
|
+
type PgBrfSumTextPostRequestBody = {
|
|
82
|
+
f?: Array<unknown>;
|
|
83
|
+
o?: {
|
|
84
|
+
[key: string]: unknown;
|
|
85
|
+
};
|
|
86
|
+
q?: {
|
|
87
|
+
[key: string]: unknown;
|
|
88
|
+
};
|
|
89
|
+
s?: Array<unknown>;
|
|
90
|
+
};
|
|
91
|
+
type PgClaimSuccessResponse = ApiSuccessResponse & {
|
|
92
|
+
pg_claims?: Array<{
|
|
93
|
+
document_number?: string;
|
|
94
|
+
claim_sequence?: number;
|
|
95
|
+
claim_number?: string;
|
|
96
|
+
claim_text?: string;
|
|
97
|
+
claim_dependent?: string;
|
|
98
|
+
}>;
|
|
99
|
+
};
|
|
100
|
+
type PgClaimPostRequestBody = {
|
|
101
|
+
f?: Array<unknown>;
|
|
102
|
+
o?: {
|
|
103
|
+
[key: string]: unknown;
|
|
104
|
+
};
|
|
105
|
+
q?: {
|
|
106
|
+
[key: string]: unknown;
|
|
107
|
+
};
|
|
108
|
+
s?: Array<unknown>;
|
|
109
|
+
};
|
|
110
|
+
type PgDetailDescTextSuccessResponse = ApiSuccessResponse & {
|
|
111
|
+
pg_detail_desc_texts?: Array<{
|
|
112
|
+
document_number?: string;
|
|
113
|
+
description_text?: string;
|
|
114
|
+
description_length?: number;
|
|
115
|
+
}>;
|
|
116
|
+
};
|
|
117
|
+
type PgDetailDescTextPostRequestBody = {
|
|
118
|
+
f?: Array<unknown>;
|
|
119
|
+
o?: {
|
|
120
|
+
[key: string]: unknown;
|
|
121
|
+
};
|
|
122
|
+
q?: {
|
|
123
|
+
[key: string]: unknown;
|
|
124
|
+
};
|
|
125
|
+
s?: Array<unknown>;
|
|
126
|
+
};
|
|
127
|
+
type PgDrawDescTextSuccessResponse = ApiSuccessResponse & {
|
|
128
|
+
pg_draw_desc_texts?: Array<{
|
|
129
|
+
document_number?: string;
|
|
130
|
+
draw_desc_sequence?: number;
|
|
131
|
+
draw_desc_text?: string;
|
|
132
|
+
}>;
|
|
133
|
+
};
|
|
134
|
+
type PgDrawDescTextPostRequestBody = {
|
|
135
|
+
f?: Array<unknown>;
|
|
136
|
+
o?: {
|
|
137
|
+
[key: string]: unknown;
|
|
138
|
+
};
|
|
139
|
+
q?: {
|
|
140
|
+
[key: string]: unknown;
|
|
141
|
+
};
|
|
142
|
+
s?: Array<unknown>;
|
|
143
|
+
};
|
|
144
|
+
type AssigneeSuccessResponse = ApiSuccessResponse & {
|
|
145
|
+
assignees?: Array<{
|
|
146
|
+
assignee_id?: string;
|
|
147
|
+
assignee_individual_name_first?: string;
|
|
148
|
+
assignee_individual_name_last?: string;
|
|
149
|
+
assignee_organization?: string;
|
|
150
|
+
assignee_type?: string;
|
|
151
|
+
assignee_lastknown_city?: string;
|
|
152
|
+
assignee_lastknown_state?: string;
|
|
153
|
+
assignee_lastknown_country?: string;
|
|
154
|
+
assignee_lastknown_latitude?: string;
|
|
155
|
+
assignee_lastknown_longitude?: string;
|
|
156
|
+
assignee_lastknown_location?: string;
|
|
157
|
+
assignee_first_seen_date?: string;
|
|
158
|
+
assignee_last_seen_date?: string;
|
|
159
|
+
assignee_num_inventors?: number;
|
|
160
|
+
assignee_num_patents?: number;
|
|
161
|
+
assignee_years_active?: number;
|
|
162
|
+
assignee_years?: Array<{
|
|
163
|
+
year?: number;
|
|
164
|
+
num_patents?: number;
|
|
165
|
+
}>;
|
|
166
|
+
}>;
|
|
167
|
+
};
|
|
168
|
+
type AssigneePostRequestBody = {
|
|
169
|
+
f?: Array<unknown>;
|
|
170
|
+
o?: {
|
|
171
|
+
[key: string]: unknown;
|
|
172
|
+
};
|
|
173
|
+
q?: {
|
|
174
|
+
[key: string]: unknown;
|
|
175
|
+
};
|
|
176
|
+
s?: Array<unknown>;
|
|
177
|
+
};
|
|
178
|
+
type AttorneySuccessResponse = ApiSuccessResponse & {
|
|
179
|
+
attorneys?: Array<{
|
|
180
|
+
attorney_id?: string;
|
|
181
|
+
attorney_name_first?: string;
|
|
182
|
+
attorney_name_last?: string;
|
|
183
|
+
attorney_organization?: string;
|
|
184
|
+
attorney_first_seen_date?: string;
|
|
185
|
+
attorney_last_seen_date?: string;
|
|
186
|
+
attorney_num_inventors?: number;
|
|
187
|
+
attorney_num_patents?: number;
|
|
188
|
+
attorney_years_active?: number;
|
|
189
|
+
}>;
|
|
190
|
+
};
|
|
191
|
+
type AttorneyPostRequestBody = {
|
|
192
|
+
f?: Array<unknown>;
|
|
193
|
+
o?: {
|
|
194
|
+
[key: string]: unknown;
|
|
195
|
+
};
|
|
196
|
+
q?: {
|
|
197
|
+
[key: string]: unknown;
|
|
198
|
+
};
|
|
199
|
+
s?: Array<unknown>;
|
|
200
|
+
};
|
|
201
|
+
type CpcClassSuccessResponse = ApiSuccessResponse & {
|
|
202
|
+
cpc_classes?: Array<{
|
|
203
|
+
cpc_class_id?: string;
|
|
204
|
+
cpc_class_title?: string;
|
|
205
|
+
cpc_class_first_seen_date?: string;
|
|
206
|
+
cpc_class_last_seen_date?: string;
|
|
207
|
+
cpc_class_years_active?: number;
|
|
208
|
+
cpc_class_num_patents?: number;
|
|
209
|
+
cpc_class_num_assignees?: number;
|
|
210
|
+
cpc_class_num_inventors?: number;
|
|
211
|
+
}>;
|
|
212
|
+
};
|
|
213
|
+
type CpcClassPostRequestBody = {
|
|
214
|
+
f?: Array<unknown>;
|
|
215
|
+
o?: {
|
|
216
|
+
[key: string]: unknown;
|
|
217
|
+
};
|
|
218
|
+
q?: {
|
|
219
|
+
[key: string]: unknown;
|
|
220
|
+
};
|
|
221
|
+
s?: Array<unknown>;
|
|
222
|
+
};
|
|
223
|
+
type CpcSubclassSuccessResponse = ApiSuccessResponse & {
|
|
224
|
+
cpc_subclasses?: Array<{
|
|
225
|
+
cpc_subclass_id?: string;
|
|
226
|
+
cpc_subclass_title?: string;
|
|
227
|
+
cpc_class_id?: string;
|
|
228
|
+
cpc_class?: string;
|
|
229
|
+
cpc_subclass_first_seen_date?: string;
|
|
230
|
+
cpc_subclass_last_seen_date?: string;
|
|
231
|
+
cpc_subclass_years_active?: number;
|
|
232
|
+
cpc_subclass_num_patents?: number;
|
|
233
|
+
cpc_subclass_num_assignees?: number;
|
|
234
|
+
cpc_subclass_num_inventors?: number;
|
|
235
|
+
}>;
|
|
236
|
+
};
|
|
237
|
+
type CpcSubclassPostRequestBody = {
|
|
238
|
+
f?: Array<unknown>;
|
|
239
|
+
o?: {
|
|
240
|
+
[key: string]: unknown;
|
|
241
|
+
};
|
|
242
|
+
q?: {
|
|
243
|
+
[key: string]: unknown;
|
|
244
|
+
};
|
|
245
|
+
s?: Array<unknown>;
|
|
246
|
+
};
|
|
247
|
+
type CpcGroupSuccessResponse = ApiSuccessResponse & {
|
|
248
|
+
cpc_groups?: Array<{
|
|
249
|
+
cpc_group_id?: string;
|
|
250
|
+
cpc_group_title?: string;
|
|
251
|
+
cpc_class_id?: string;
|
|
252
|
+
cpc_class?: string;
|
|
253
|
+
cpc_subclass_id?: string;
|
|
254
|
+
cpc_subclass?: string;
|
|
255
|
+
}>;
|
|
256
|
+
};
|
|
257
|
+
type CpcGroupPostRequestBody = {
|
|
258
|
+
f?: Array<unknown>;
|
|
259
|
+
o?: {
|
|
260
|
+
[key: string]: unknown;
|
|
261
|
+
};
|
|
262
|
+
q?: {
|
|
263
|
+
[key: string]: unknown;
|
|
264
|
+
};
|
|
265
|
+
s?: Array<unknown>;
|
|
266
|
+
};
|
|
267
|
+
type ForeignCitationSuccessResponse = ApiSuccessResponse & {
|
|
268
|
+
foreign_citations?: Array<{
|
|
269
|
+
patent_id?: string;
|
|
270
|
+
citation_number?: string;
|
|
271
|
+
citation_sequence?: number;
|
|
272
|
+
citation_date?: string;
|
|
273
|
+
citation_category?: string;
|
|
274
|
+
citation_country?: string;
|
|
275
|
+
}>;
|
|
276
|
+
};
|
|
277
|
+
type ForeignCitationPostRequestBody = {
|
|
278
|
+
f?: Array<unknown>;
|
|
279
|
+
o?: {
|
|
280
|
+
[key: string]: unknown;
|
|
281
|
+
};
|
|
282
|
+
q?: {
|
|
283
|
+
[key: string]: unknown;
|
|
284
|
+
};
|
|
285
|
+
s?: Array<unknown>;
|
|
286
|
+
};
|
|
287
|
+
type InventorSuccessResponse = ApiSuccessResponse & {
|
|
288
|
+
inventors?: Array<{
|
|
289
|
+
inventor_id?: string;
|
|
290
|
+
inventor_name_first?: string;
|
|
291
|
+
inventor_name_last?: string;
|
|
292
|
+
inventor_gender_code?: string;
|
|
293
|
+
inventor_lastknown_city?: string;
|
|
294
|
+
inventor_lastknown_state?: string;
|
|
295
|
+
inventor_lastknown_country?: string;
|
|
296
|
+
inventor_lastknown_latitude?: string;
|
|
297
|
+
inventor_lastknown_longitude?: string;
|
|
298
|
+
inventor_lastknown_location?: string;
|
|
299
|
+
inventor_first_seen_date?: string;
|
|
300
|
+
inventor_last_seen_date?: string;
|
|
301
|
+
inventor_num_assignees?: number;
|
|
302
|
+
inventor_num_patents?: number;
|
|
303
|
+
inventor_years_active?: number;
|
|
304
|
+
inventor_years?: Array<{
|
|
305
|
+
year?: number;
|
|
306
|
+
num_patents?: number;
|
|
307
|
+
}>;
|
|
308
|
+
}>;
|
|
309
|
+
};
|
|
310
|
+
type InventorPostRequestBody = {
|
|
311
|
+
f?: Array<unknown>;
|
|
312
|
+
o?: {
|
|
313
|
+
[key: string]: unknown;
|
|
314
|
+
};
|
|
315
|
+
q?: {
|
|
316
|
+
[key: string]: unknown;
|
|
317
|
+
};
|
|
318
|
+
s?: Array<unknown>;
|
|
319
|
+
};
|
|
320
|
+
type IpcClassificationSuccessResponse = ApiSuccessResponse & {
|
|
321
|
+
ipcr?: Array<{
|
|
322
|
+
ipc_id?: string;
|
|
323
|
+
ipc_section?: string;
|
|
324
|
+
ipc_class?: string;
|
|
325
|
+
ipc_subclass?: string;
|
|
326
|
+
}>;
|
|
327
|
+
};
|
|
328
|
+
type IpcClassificationPostRequestBody = {
|
|
329
|
+
f?: Array<unknown>;
|
|
330
|
+
o?: {
|
|
331
|
+
[key: string]: unknown;
|
|
332
|
+
};
|
|
333
|
+
q?: {
|
|
334
|
+
[key: string]: unknown;
|
|
335
|
+
};
|
|
336
|
+
s?: Array<unknown>;
|
|
337
|
+
};
|
|
338
|
+
type LocationSuccessResponse = ApiSuccessResponse & {
|
|
339
|
+
locations?: Array<{
|
|
340
|
+
location_id?: string;
|
|
341
|
+
location_name?: string;
|
|
342
|
+
location_county?: string;
|
|
343
|
+
location_county_fips?: string;
|
|
344
|
+
location_state?: string;
|
|
345
|
+
location_state_fips?: string;
|
|
346
|
+
location_country?: string;
|
|
347
|
+
location_place_type?: string;
|
|
348
|
+
location_latitude?: string;
|
|
349
|
+
location_longitude?: string;
|
|
350
|
+
location_num_assignees?: number;
|
|
351
|
+
location_num_patents?: number;
|
|
352
|
+
location_num_inventors?: number;
|
|
353
|
+
}>;
|
|
354
|
+
};
|
|
355
|
+
type LocationPostRequestBody = {
|
|
356
|
+
f?: Array<unknown>;
|
|
357
|
+
o?: {
|
|
358
|
+
[key: string]: unknown;
|
|
359
|
+
};
|
|
360
|
+
q?: {
|
|
361
|
+
[key: string]: unknown;
|
|
362
|
+
};
|
|
363
|
+
s?: Array<unknown>;
|
|
364
|
+
};
|
|
365
|
+
type OtherreferenceSuccessResponse = ApiSuccessResponse & {
|
|
366
|
+
other_references?: Array<{
|
|
367
|
+
patent_id?: string;
|
|
368
|
+
reference_sequence?: string;
|
|
369
|
+
reference_text?: string;
|
|
370
|
+
}>;
|
|
371
|
+
};
|
|
372
|
+
type OtherreferencePostRequestBody = {
|
|
373
|
+
f?: Array<unknown>;
|
|
374
|
+
o?: {
|
|
375
|
+
[key: string]: unknown;
|
|
376
|
+
};
|
|
377
|
+
q?: {
|
|
378
|
+
[key: string]: unknown;
|
|
379
|
+
};
|
|
380
|
+
s?: Array<unknown>;
|
|
381
|
+
};
|
|
382
|
+
type PatentSuccessResponse = ApiSuccessResponse & {
|
|
383
|
+
patents?: Array<{
|
|
384
|
+
applicants?: Array<{
|
|
385
|
+
applicant_designation?: string;
|
|
386
|
+
applicant_name_first?: string;
|
|
387
|
+
applicant_name_last?: string;
|
|
388
|
+
applicant_organization?: string;
|
|
389
|
+
applicant_sequence?: number;
|
|
390
|
+
applicant_type?: string;
|
|
391
|
+
location_id?: string;
|
|
392
|
+
}>;
|
|
393
|
+
application?: Array<{
|
|
394
|
+
application_id?: string;
|
|
395
|
+
application_type?: string;
|
|
396
|
+
filing_date?: string;
|
|
397
|
+
filing_type?: string;
|
|
398
|
+
rule_47_flag?: boolean;
|
|
399
|
+
series_code?: string;
|
|
400
|
+
}>;
|
|
401
|
+
assignees?: Array<{
|
|
402
|
+
assignee?: string;
|
|
403
|
+
assignee_type?: string;
|
|
404
|
+
assignee_individual_name_first?: string;
|
|
405
|
+
assignee_individual_name_last?: string;
|
|
406
|
+
assignee_organization?: string;
|
|
407
|
+
assignee_city?: string;
|
|
408
|
+
assignee_state?: string;
|
|
409
|
+
assignee_country?: string;
|
|
410
|
+
assignee_sequence?: number;
|
|
411
|
+
}>;
|
|
412
|
+
attorneys?: Array<{
|
|
413
|
+
attorney_id?: string;
|
|
414
|
+
attorney_name_first?: string;
|
|
415
|
+
attorney_name_last?: string;
|
|
416
|
+
attorney_organization?: string;
|
|
417
|
+
attorney_sequence?: number;
|
|
418
|
+
}>;
|
|
419
|
+
botanic?: Array<{
|
|
420
|
+
latin_name?: string;
|
|
421
|
+
variety?: string;
|
|
422
|
+
}>;
|
|
423
|
+
cpc_at_issue?: Array<{
|
|
424
|
+
cpc_class?: string;
|
|
425
|
+
cpc_class_id?: string;
|
|
426
|
+
cpc_group?: string;
|
|
427
|
+
cpc_group_id?: string;
|
|
428
|
+
cpc_section?: string;
|
|
429
|
+
cpc_sequence?: number;
|
|
430
|
+
cpc_subclass?: string;
|
|
431
|
+
cpc_subclass_id?: string;
|
|
432
|
+
cpc_type?: string;
|
|
433
|
+
}>;
|
|
434
|
+
cpc_current?: Array<{
|
|
435
|
+
cpc_class?: string;
|
|
436
|
+
cpc_class_id?: string;
|
|
437
|
+
cpc_group?: string;
|
|
438
|
+
cpc_group_id?: string;
|
|
439
|
+
cpc_section?: string;
|
|
440
|
+
cpc_sequence?: number;
|
|
441
|
+
cpc_subclass?: string;
|
|
442
|
+
cpc_subclass_id?: string;
|
|
443
|
+
cpc_type?: string;
|
|
444
|
+
}>;
|
|
445
|
+
examiners?: Array<{
|
|
446
|
+
art_group?: string;
|
|
447
|
+
examiner_first_name?: string;
|
|
448
|
+
examiner_id?: string;
|
|
449
|
+
examiner_last_name?: string;
|
|
450
|
+
examiner_role?: string;
|
|
451
|
+
}>;
|
|
452
|
+
figures?: Array<{
|
|
453
|
+
num_figures?: number;
|
|
454
|
+
num_sheets?: number;
|
|
455
|
+
}>;
|
|
456
|
+
foreign_priority?: Array<{
|
|
457
|
+
filing_date?: string;
|
|
458
|
+
foreign_application_id?: string;
|
|
459
|
+
foreign_country_filed?: string;
|
|
460
|
+
priority_claim_kind?: string;
|
|
461
|
+
priority_claim_sequence?: number;
|
|
462
|
+
}>;
|
|
463
|
+
gov_interest_contract_award_numbers?: Array<{
|
|
464
|
+
award_number?: string;
|
|
465
|
+
}>;
|
|
466
|
+
gov_interest_organizations?: Array<{
|
|
467
|
+
fedagency_name?: string;
|
|
468
|
+
level_one?: string;
|
|
469
|
+
level_three?: string;
|
|
470
|
+
level_two?: string;
|
|
471
|
+
}>;
|
|
472
|
+
gov_interest_statement?: string;
|
|
473
|
+
granted_pregrant_crosswalk?: Array<{
|
|
474
|
+
application_number?: string;
|
|
475
|
+
document_number?: string;
|
|
476
|
+
}>;
|
|
477
|
+
inventors?: Array<{
|
|
478
|
+
inventor?: string;
|
|
479
|
+
inventor_id?: string;
|
|
480
|
+
inventor_name_first?: string;
|
|
481
|
+
inventor_name_last?: string;
|
|
482
|
+
inventor_gender_code?: string;
|
|
483
|
+
inventor_city?: string;
|
|
484
|
+
inventor_state?: string;
|
|
485
|
+
inventor_country?: string;
|
|
486
|
+
inventor_location_id?: string;
|
|
487
|
+
inventor_sequence?: number;
|
|
488
|
+
}>;
|
|
489
|
+
ipcr?: Array<{
|
|
490
|
+
ipc_action_date?: string;
|
|
491
|
+
ipc_class?: string;
|
|
492
|
+
ipc_classification_data_source?: string;
|
|
493
|
+
ipc_classification_value?: string;
|
|
494
|
+
ipc_id?: string;
|
|
495
|
+
ipc_main_group?: string;
|
|
496
|
+
ipc_section?: string;
|
|
497
|
+
ipc_sequence?: number;
|
|
498
|
+
ipc_subclass?: string;
|
|
499
|
+
ipc_subgroup?: string;
|
|
500
|
+
ipc_symbol_position?: string;
|
|
501
|
+
}>;
|
|
502
|
+
patent_abstract?: string;
|
|
503
|
+
patent_cpc_current_group_average_patent_processing_days?: number;
|
|
504
|
+
patent_date?: string;
|
|
505
|
+
patent_detail_desc_length?: number;
|
|
506
|
+
patent_earliest_application_date?: string;
|
|
507
|
+
patent_id?: string;
|
|
508
|
+
patent_num_foreign_documents_cited?: number;
|
|
509
|
+
patent_num_times_cited_by_us_patents?: number;
|
|
510
|
+
patent_num_total_documents_cited?: number;
|
|
511
|
+
patent_num_us_applications_cited?: number;
|
|
512
|
+
patent_num_us_patents_cited?: number;
|
|
513
|
+
patent_processing_days?: number;
|
|
514
|
+
patent_term_extension?: number;
|
|
515
|
+
patent_title?: string;
|
|
516
|
+
patent_type?: string;
|
|
517
|
+
patent_uspc_current_mainclass_average_patent_processing_days?: number;
|
|
518
|
+
patent_year?: number;
|
|
519
|
+
pct_data?: Array<{
|
|
520
|
+
application_kind?: string;
|
|
521
|
+
pct_102_date?: string;
|
|
522
|
+
pct_371_date?: string;
|
|
523
|
+
pct_doc_number?: string;
|
|
524
|
+
pct_doc_type?: string;
|
|
525
|
+
published_filed_date?: string;
|
|
526
|
+
}>;
|
|
527
|
+
us_related_documents?: Array<{
|
|
528
|
+
published_country?: string;
|
|
529
|
+
related_doc_kind?: string;
|
|
530
|
+
related_doc_number?: string;
|
|
531
|
+
related_doc_published_date?: string;
|
|
532
|
+
related_doc_sequence?: number;
|
|
533
|
+
related_doc_status?: string;
|
|
534
|
+
related_doc_type?: string;
|
|
535
|
+
wipo_kind?: string;
|
|
536
|
+
}>;
|
|
537
|
+
us_term_of_grant?: Array<{
|
|
538
|
+
disclaimer_date?: string;
|
|
539
|
+
term_disclaimer?: string;
|
|
540
|
+
term_extension?: string;
|
|
541
|
+
term_grant?: string;
|
|
542
|
+
}>;
|
|
543
|
+
uspc_at_issue?: Array<{
|
|
544
|
+
uspc_mainclass?: string;
|
|
545
|
+
uspc_mainclass_id?: string;
|
|
546
|
+
uspc_sequence?: number;
|
|
547
|
+
uspc_subclass?: string;
|
|
548
|
+
uspc_subclass_id?: string;
|
|
549
|
+
}>;
|
|
550
|
+
wipo?: Array<{
|
|
551
|
+
wipo_field?: string;
|
|
552
|
+
wipo_field_id?: string;
|
|
553
|
+
wipo_sequence?: number;
|
|
554
|
+
}>;
|
|
555
|
+
withdrawn?: boolean;
|
|
556
|
+
wipo_kind?: string;
|
|
557
|
+
}>;
|
|
558
|
+
};
|
|
559
|
+
type PatentPostRequestBody = {
|
|
560
|
+
f?: Array<unknown>;
|
|
561
|
+
o?: {
|
|
562
|
+
[key: string]: unknown;
|
|
563
|
+
};
|
|
564
|
+
q?: {
|
|
565
|
+
[key: string]: unknown;
|
|
566
|
+
};
|
|
567
|
+
s?: Array<unknown>;
|
|
568
|
+
};
|
|
569
|
+
type PublicationSuccessResponse = ApiSuccessResponse & {
|
|
570
|
+
publications?: Array<{
|
|
571
|
+
assignees?: Array<{
|
|
572
|
+
assignee?: string;
|
|
573
|
+
assignee_type?: string;
|
|
574
|
+
assignee_individual_name_first?: string;
|
|
575
|
+
assignee_individual_name_last?: string;
|
|
576
|
+
assignee_organization?: string;
|
|
577
|
+
assignee_city?: string;
|
|
578
|
+
assignee_state?: string;
|
|
579
|
+
assignee_country?: string;
|
|
580
|
+
assignee_location_id?: string;
|
|
581
|
+
assignee_sequence?: number;
|
|
582
|
+
}>;
|
|
583
|
+
cpc_at_issue?: Array<{
|
|
584
|
+
cpc_class?: string;
|
|
585
|
+
cpc_class_id?: string;
|
|
586
|
+
cpc_group?: string;
|
|
587
|
+
cpc_group_id?: string;
|
|
588
|
+
cpc_section?: string;
|
|
589
|
+
cpc_sequence?: number;
|
|
590
|
+
cpc_subclass?: string;
|
|
591
|
+
cpc_subclass_id?: string;
|
|
592
|
+
cpc_type?: string;
|
|
593
|
+
action_date?: string;
|
|
594
|
+
}>;
|
|
595
|
+
cpc_current?: Array<{
|
|
596
|
+
cpc_class?: string;
|
|
597
|
+
cpc_class_id?: string;
|
|
598
|
+
cpc_group?: string;
|
|
599
|
+
cpc_group_id?: string;
|
|
600
|
+
cpc_section?: string;
|
|
601
|
+
cpc_sequence?: number;
|
|
602
|
+
cpc_subclass?: string;
|
|
603
|
+
cpc_subclass_id?: string;
|
|
604
|
+
cpc_type?: string;
|
|
605
|
+
}>;
|
|
606
|
+
foreign_priority?: Array<{
|
|
607
|
+
filing_date?: string;
|
|
608
|
+
foreign_application_id?: string;
|
|
609
|
+
foreign_country_filed?: string;
|
|
610
|
+
priority_claim_kind?: string;
|
|
611
|
+
priority_claim_sequence?: number;
|
|
612
|
+
}>;
|
|
613
|
+
gov_interest_organizations?: Array<{
|
|
614
|
+
fedagency_name?: string;
|
|
615
|
+
level_one?: string;
|
|
616
|
+
level_three?: string;
|
|
617
|
+
level_two?: string;
|
|
618
|
+
}>;
|
|
619
|
+
granted_pregrant_crosswalk?: Array<{
|
|
620
|
+
application_number?: string;
|
|
621
|
+
patent_id?: number;
|
|
622
|
+
current_document_number_flag?: boolean;
|
|
623
|
+
current_patent_id_flag?: boolean;
|
|
624
|
+
}>;
|
|
625
|
+
inventors?: Array<{
|
|
626
|
+
inventor?: string;
|
|
627
|
+
inventor_name_first?: string;
|
|
628
|
+
inventor_name_last?: string;
|
|
629
|
+
inventor_city?: string;
|
|
630
|
+
inventor_state?: string;
|
|
631
|
+
inventor_country?: string;
|
|
632
|
+
inventor_gender_code?: string;
|
|
633
|
+
inventor_location_id?: string;
|
|
634
|
+
inventor_sequence?: number;
|
|
635
|
+
}>;
|
|
636
|
+
ipcr?: Array<{
|
|
637
|
+
ipc_action_date?: string;
|
|
638
|
+
ipc_class?: string;
|
|
639
|
+
ipc_classification_data_source?: string;
|
|
640
|
+
ipc_classification_value?: string;
|
|
641
|
+
ipc_id?: string;
|
|
642
|
+
ipc_main_group?: string;
|
|
643
|
+
ipc_section?: string;
|
|
644
|
+
ipc_sequence?: number;
|
|
645
|
+
ipc_subclass?: string;
|
|
646
|
+
ipc_subgroup?: string;
|
|
647
|
+
ipc_symbol_position?: string;
|
|
648
|
+
ipc_class_level?: string;
|
|
649
|
+
ipc_class_status?: string;
|
|
650
|
+
}>;
|
|
651
|
+
publication_abstract?: string;
|
|
652
|
+
publication_date?: string;
|
|
653
|
+
document_number?: string;
|
|
654
|
+
publication_title?: string;
|
|
655
|
+
publication_type?: string;
|
|
656
|
+
publication_year?: number;
|
|
657
|
+
series_code?: number;
|
|
658
|
+
rule_47_flag?: boolean;
|
|
659
|
+
pct_data?: Array<{
|
|
660
|
+
application_kind?: string;
|
|
661
|
+
pct_371_date?: string;
|
|
662
|
+
pct_102_date?: string;
|
|
663
|
+
pct_doc_number?: string;
|
|
664
|
+
pct_doc_type?: string;
|
|
665
|
+
published_filed_date?: string;
|
|
666
|
+
filed_country?: string;
|
|
667
|
+
}>;
|
|
668
|
+
us_parties?: Array<{
|
|
669
|
+
us_party_type?: string;
|
|
670
|
+
us_party_designation?: string;
|
|
671
|
+
location_id?: string;
|
|
672
|
+
us_party_name_first?: string;
|
|
673
|
+
us_party_name_last?: string;
|
|
674
|
+
us_party_organization?: string;
|
|
675
|
+
us_party_sequence?: number;
|
|
676
|
+
applicant_authority?: string;
|
|
677
|
+
}>;
|
|
678
|
+
us_related_documents?: Array<{
|
|
679
|
+
published_country?: string;
|
|
680
|
+
related_doc_kind?: string;
|
|
681
|
+
related_doc_number?: string;
|
|
682
|
+
related_doc_published_date?: string;
|
|
683
|
+
related_doc_type?: string;
|
|
684
|
+
related_doc_sequence?: number;
|
|
685
|
+
}>;
|
|
686
|
+
uspc_at_issue?: Array<{
|
|
687
|
+
uspc_mainclass?: string;
|
|
688
|
+
uspc_mainclass_id?: string;
|
|
689
|
+
uspc_sequence?: number;
|
|
690
|
+
uspc_subclass?: string;
|
|
691
|
+
uspc_subclass_id?: string;
|
|
692
|
+
}>;
|
|
693
|
+
wipo?: Array<{
|
|
694
|
+
wipo_field?: string;
|
|
695
|
+
wipo_sector_title?: string;
|
|
696
|
+
wipo_field_id?: string;
|
|
697
|
+
wipo_sequence?: number;
|
|
698
|
+
}>;
|
|
699
|
+
}>;
|
|
700
|
+
};
|
|
701
|
+
type PublicationPostRequestBody = {
|
|
702
|
+
f?: Array<unknown>;
|
|
703
|
+
o?: {
|
|
704
|
+
[key: string]: unknown;
|
|
705
|
+
};
|
|
706
|
+
q?: {
|
|
707
|
+
[key: string]: unknown;
|
|
708
|
+
};
|
|
709
|
+
s?: Array<unknown>;
|
|
710
|
+
};
|
|
711
|
+
type RelAppTextSuccessResponse = ApiSuccessResponse & {
|
|
712
|
+
rel_app_texts?: Array<{
|
|
713
|
+
patent_id?: string;
|
|
714
|
+
related_text?: string;
|
|
715
|
+
}>;
|
|
716
|
+
};
|
|
717
|
+
type RelAppTextPostRequestBody = {
|
|
718
|
+
f?: Array<unknown>;
|
|
719
|
+
o?: {
|
|
720
|
+
[key: string]: unknown;
|
|
721
|
+
};
|
|
722
|
+
q?: {
|
|
723
|
+
[key: string]: unknown;
|
|
724
|
+
};
|
|
725
|
+
s?: Array<unknown>;
|
|
726
|
+
};
|
|
727
|
+
type RelAppTextPubSuccessResponse = ApiSuccessResponse & {
|
|
728
|
+
rel_app_texts?: Array<{
|
|
729
|
+
document_number?: string;
|
|
730
|
+
related_text?: string;
|
|
731
|
+
}>;
|
|
732
|
+
};
|
|
733
|
+
type RelAppTextPubPostRequestBody = {
|
|
734
|
+
f?: Array<unknown>;
|
|
735
|
+
o?: {
|
|
736
|
+
[key: string]: unknown;
|
|
737
|
+
};
|
|
738
|
+
q?: {
|
|
739
|
+
[key: string]: unknown;
|
|
740
|
+
};
|
|
741
|
+
s?: Array<unknown>;
|
|
742
|
+
};
|
|
743
|
+
type ApplicationCitationSuccessResponse = ApiSuccessResponse & {
|
|
744
|
+
us_application_citations?: Array<{
|
|
745
|
+
patent_id?: string;
|
|
746
|
+
citation_sequence?: number;
|
|
747
|
+
citation_document_number?: string;
|
|
748
|
+
citation_wipo_kind?: string;
|
|
749
|
+
citation_category?: string;
|
|
750
|
+
citation_date?: string;
|
|
751
|
+
citation_name?: string;
|
|
752
|
+
}>;
|
|
753
|
+
};
|
|
754
|
+
type ApplicationCitationPostRequestBody = {
|
|
755
|
+
f?: Array<unknown>;
|
|
756
|
+
o?: {
|
|
757
|
+
[key: string]: unknown;
|
|
758
|
+
};
|
|
759
|
+
q?: {
|
|
760
|
+
[key: string]: unknown;
|
|
761
|
+
};
|
|
762
|
+
s?: Array<unknown>;
|
|
763
|
+
};
|
|
764
|
+
type PatentCitationsSuccessResponse = ApiSuccessResponse & {
|
|
765
|
+
us_patent_citations?: Array<{
|
|
766
|
+
patent_id?: string;
|
|
767
|
+
citation_sequence?: number;
|
|
768
|
+
citation_patent_id?: string;
|
|
769
|
+
citation_patent?: string;
|
|
770
|
+
citation_wipo_kind?: string;
|
|
771
|
+
citation_category?: string;
|
|
772
|
+
citation_date?: string;
|
|
773
|
+
citation_name?: string;
|
|
774
|
+
}>;
|
|
775
|
+
};
|
|
776
|
+
type PatentCitationsPostRequestBody = {
|
|
777
|
+
f?: Array<unknown>;
|
|
778
|
+
o?: {
|
|
779
|
+
[key: string]: unknown;
|
|
780
|
+
};
|
|
781
|
+
q?: {
|
|
782
|
+
[key: string]: unknown;
|
|
783
|
+
};
|
|
784
|
+
s?: Array<unknown>;
|
|
785
|
+
};
|
|
786
|
+
type UspcMainclassSuccessResponse = ApiSuccessResponse & {
|
|
787
|
+
uspc_mainclasses?: Array<{
|
|
788
|
+
uspc_mainclass_id?: string;
|
|
789
|
+
uspc_mainclass_title?: string;
|
|
790
|
+
uspc_mainclass_first_seen_date?: string;
|
|
791
|
+
uspc_mainclass_last_seen_date?: string;
|
|
792
|
+
uspc_mainclass_years_active?: number;
|
|
793
|
+
uspc_mainclass_num_patents?: number;
|
|
794
|
+
uspc_mainclass_num_assignees?: number;
|
|
795
|
+
uspc_mainclass_num_inventors?: number;
|
|
796
|
+
}>;
|
|
797
|
+
};
|
|
798
|
+
type UspcMainclassPostRequestBody = {
|
|
799
|
+
f?: Array<unknown>;
|
|
800
|
+
o?: {
|
|
801
|
+
[key: string]: unknown;
|
|
802
|
+
};
|
|
803
|
+
q?: {
|
|
804
|
+
[key: string]: unknown;
|
|
805
|
+
};
|
|
806
|
+
s?: Array<unknown>;
|
|
807
|
+
};
|
|
808
|
+
type UspcSubclassSuccessResponse = ApiSuccessResponse & {
|
|
809
|
+
uspc_subclasses?: Array<{
|
|
810
|
+
uspc_subclass_id?: string;
|
|
811
|
+
uspc_subclass_title?: string;
|
|
812
|
+
uspc_mainclass_id?: string;
|
|
813
|
+
uspc_mainclass?: string;
|
|
814
|
+
}>;
|
|
815
|
+
};
|
|
816
|
+
type UspcSubclassPostRequestBody = {
|
|
817
|
+
f?: Array<unknown>;
|
|
818
|
+
o?: {
|
|
819
|
+
[key: string]: unknown;
|
|
820
|
+
};
|
|
821
|
+
q?: {
|
|
822
|
+
[key: string]: unknown;
|
|
823
|
+
};
|
|
824
|
+
s?: Array<unknown>;
|
|
825
|
+
};
|
|
826
|
+
type WipoFieldSuccessResponse = ApiSuccessResponse & {
|
|
827
|
+
wipo?: Array<{
|
|
828
|
+
wipo_id?: string;
|
|
829
|
+
sector_title?: string;
|
|
830
|
+
field_title?: string;
|
|
831
|
+
}>;
|
|
832
|
+
};
|
|
833
|
+
type WipoFieldPostRequestBody = {
|
|
834
|
+
f?: Array<unknown>;
|
|
835
|
+
o?: {
|
|
836
|
+
[key: string]: unknown;
|
|
837
|
+
};
|
|
838
|
+
q?: {
|
|
839
|
+
[key: string]: unknown;
|
|
840
|
+
};
|
|
841
|
+
s?: Array<unknown>;
|
|
842
|
+
};
|
|
843
|
+
type BadRequestResponse = {
|
|
844
|
+
error: boolean;
|
|
845
|
+
};
|
|
846
|
+
type UnauthenticatedRequestResponse = {
|
|
847
|
+
detail: string;
|
|
848
|
+
};
|
|
849
|
+
type ThrottleResponse = {
|
|
850
|
+
detail: string;
|
|
851
|
+
};
|
|
852
|
+
type ApiSuccessResponse = {
|
|
853
|
+
error: boolean;
|
|
854
|
+
count: number;
|
|
855
|
+
total_hits: number;
|
|
856
|
+
};
|
|
857
|
+
type GBrfSumTextGetData = {
|
|
858
|
+
body?: never;
|
|
859
|
+
path?: never;
|
|
860
|
+
query: {
|
|
861
|
+
f?: string;
|
|
862
|
+
o?: string;
|
|
863
|
+
q: string;
|
|
864
|
+
s?: string;
|
|
865
|
+
};
|
|
866
|
+
url: "/api/v1/g_brf_sum_text/";
|
|
867
|
+
};
|
|
868
|
+
type GBrfSumTextGetErrors = {
|
|
869
|
+
/**
|
|
870
|
+
* Request Invalid
|
|
871
|
+
*/
|
|
872
|
+
400: BadRequestResponse;
|
|
873
|
+
/**
|
|
874
|
+
* Incorrect/Missing API Key
|
|
875
|
+
*/
|
|
876
|
+
403: UnauthenticatedRequestResponse;
|
|
877
|
+
/**
|
|
878
|
+
* Too many requests
|
|
879
|
+
*/
|
|
880
|
+
429: ThrottleResponse;
|
|
881
|
+
};
|
|
882
|
+
type GBrfSumTextGetError = GBrfSumTextGetErrors[keyof GBrfSumTextGetErrors];
|
|
883
|
+
type GBrfSumTextGetResponses = {
|
|
884
|
+
200: GBrfSumTextSuccessResponse;
|
|
885
|
+
};
|
|
886
|
+
type GBrfSumTextGetResponse = GBrfSumTextGetResponses[keyof GBrfSumTextGetResponses];
|
|
887
|
+
type GBrfSumTextPostData = {
|
|
888
|
+
body: GBrfSumTextPostRequestBody;
|
|
889
|
+
path?: never;
|
|
890
|
+
query?: never;
|
|
891
|
+
url: "/api/v1/g_brf_sum_text/";
|
|
892
|
+
};
|
|
893
|
+
type GBrfSumTextPostErrors = {
|
|
894
|
+
/**
|
|
895
|
+
* Request Invalid
|
|
896
|
+
*/
|
|
897
|
+
400: BadRequestResponse;
|
|
898
|
+
/**
|
|
899
|
+
* Too many requests
|
|
900
|
+
*/
|
|
901
|
+
429: ThrottleResponse;
|
|
902
|
+
};
|
|
903
|
+
type GBrfSumTextPostError = GBrfSumTextPostErrors[keyof GBrfSumTextPostErrors];
|
|
904
|
+
type GBrfSumTextPostResponses = {
|
|
905
|
+
200: GBrfSumTextSuccessResponse;
|
|
906
|
+
};
|
|
907
|
+
type GBrfSumTextPostResponse = GBrfSumTextPostResponses[keyof GBrfSumTextPostResponses];
|
|
908
|
+
type GClaimGetData = {
|
|
909
|
+
body?: never;
|
|
910
|
+
path?: never;
|
|
911
|
+
query: {
|
|
912
|
+
f?: string;
|
|
913
|
+
o?: string;
|
|
914
|
+
q: string;
|
|
915
|
+
s?: string;
|
|
916
|
+
};
|
|
917
|
+
url: "/api/v1/g_claim/";
|
|
918
|
+
};
|
|
919
|
+
type GClaimGetErrors = {
|
|
920
|
+
/**
|
|
921
|
+
* Request Invalid
|
|
922
|
+
*/
|
|
923
|
+
400: BadRequestResponse;
|
|
924
|
+
/**
|
|
925
|
+
* Too many requests
|
|
926
|
+
*/
|
|
927
|
+
429: ThrottleResponse;
|
|
928
|
+
};
|
|
929
|
+
type GClaimGetError = GClaimGetErrors[keyof GClaimGetErrors];
|
|
930
|
+
type GClaimGetResponses = {
|
|
931
|
+
200: GClaimSuccessResponse;
|
|
932
|
+
};
|
|
933
|
+
type GClaimGetResponse = GClaimGetResponses[keyof GClaimGetResponses];
|
|
934
|
+
type GClaimPostData = {
|
|
935
|
+
body: GClaimPostRequestBody;
|
|
936
|
+
path?: never;
|
|
937
|
+
query?: never;
|
|
938
|
+
url: "/api/v1/g_claim/";
|
|
939
|
+
};
|
|
940
|
+
type GClaimPostErrors = {
|
|
941
|
+
/**
|
|
942
|
+
* Request Invalid
|
|
943
|
+
*/
|
|
944
|
+
400: BadRequestResponse;
|
|
945
|
+
/**
|
|
946
|
+
* Too many requests
|
|
947
|
+
*/
|
|
948
|
+
429: ThrottleResponse;
|
|
949
|
+
};
|
|
950
|
+
type GClaimPostError = GClaimPostErrors[keyof GClaimPostErrors];
|
|
951
|
+
type GClaimPostResponses = {
|
|
952
|
+
200: GClaimSuccessResponse;
|
|
953
|
+
};
|
|
954
|
+
type GClaimPostResponse = GClaimPostResponses[keyof GClaimPostResponses];
|
|
955
|
+
type GDetailDescTextGetData = {
|
|
956
|
+
body?: never;
|
|
957
|
+
path?: never;
|
|
958
|
+
query: {
|
|
959
|
+
f?: string;
|
|
960
|
+
o?: string;
|
|
961
|
+
q: string;
|
|
962
|
+
s?: string;
|
|
963
|
+
};
|
|
964
|
+
url: "/api/v1/g_detail_desc_text/";
|
|
965
|
+
};
|
|
966
|
+
type GDetailDescTextGetErrors = {
|
|
967
|
+
/**
|
|
968
|
+
* Request Invalid
|
|
969
|
+
*/
|
|
970
|
+
400: BadRequestResponse;
|
|
971
|
+
/**
|
|
972
|
+
* Too many requests
|
|
973
|
+
*/
|
|
974
|
+
429: ThrottleResponse;
|
|
975
|
+
};
|
|
976
|
+
type GDetailDescTextGetError = GDetailDescTextGetErrors[keyof GDetailDescTextGetErrors];
|
|
977
|
+
type GDetailDescTextGetResponses = {
|
|
978
|
+
200: GDetailDescTextSuccessResponse;
|
|
979
|
+
};
|
|
980
|
+
type GDetailDescTextGetResponse = GDetailDescTextGetResponses[keyof GDetailDescTextGetResponses];
|
|
981
|
+
type GDetailDescTextPostData = {
|
|
982
|
+
body: GDetailDescTextPostRequestBody;
|
|
983
|
+
path?: never;
|
|
984
|
+
query?: never;
|
|
985
|
+
url: "/api/v1/g_detail_desc_text/";
|
|
986
|
+
};
|
|
987
|
+
type GDetailDescTextPostErrors = {
|
|
988
|
+
/**
|
|
989
|
+
* Request Invalid
|
|
990
|
+
*/
|
|
991
|
+
400: BadRequestResponse;
|
|
992
|
+
/**
|
|
993
|
+
* Too many requests
|
|
994
|
+
*/
|
|
995
|
+
429: ThrottleResponse;
|
|
996
|
+
};
|
|
997
|
+
type GDetailDescTextPostError = GDetailDescTextPostErrors[keyof GDetailDescTextPostErrors];
|
|
998
|
+
type GDetailDescTextPostResponses = {
|
|
999
|
+
200: GDetailDescTextSuccessResponse;
|
|
1000
|
+
};
|
|
1001
|
+
type GDetailDescTextPostResponse = GDetailDescTextPostResponses[keyof GDetailDescTextPostResponses];
|
|
1002
|
+
type GDrawDescTextGetData = {
|
|
1003
|
+
body?: never;
|
|
1004
|
+
path?: never;
|
|
1005
|
+
query: {
|
|
1006
|
+
f?: string;
|
|
1007
|
+
o?: string;
|
|
1008
|
+
q: string;
|
|
1009
|
+
s?: string;
|
|
1010
|
+
};
|
|
1011
|
+
url: "/api/v1/g_draw_desc_text/";
|
|
1012
|
+
};
|
|
1013
|
+
type GDrawDescTextGetErrors = {
|
|
1014
|
+
/**
|
|
1015
|
+
* Request Invalid
|
|
1016
|
+
*/
|
|
1017
|
+
400: BadRequestResponse;
|
|
1018
|
+
/**
|
|
1019
|
+
* Too many requests
|
|
1020
|
+
*/
|
|
1021
|
+
429: ThrottleResponse;
|
|
1022
|
+
};
|
|
1023
|
+
type GDrawDescTextGetError = GDrawDescTextGetErrors[keyof GDrawDescTextGetErrors];
|
|
1024
|
+
type GDrawDescTextGetResponses = {
|
|
1025
|
+
200: GDrawDescTextSuccessResponse;
|
|
1026
|
+
};
|
|
1027
|
+
type GDrawDescTextGetResponse = GDrawDescTextGetResponses[keyof GDrawDescTextGetResponses];
|
|
1028
|
+
type GDrawDescTextPostData = {
|
|
1029
|
+
body: GDrawDescTextPostRequestBody;
|
|
1030
|
+
path?: never;
|
|
1031
|
+
query?: never;
|
|
1032
|
+
url: "/api/v1/g_draw_desc_text/";
|
|
1033
|
+
};
|
|
1034
|
+
type GDrawDescTextPostErrors = {
|
|
1035
|
+
/**
|
|
1036
|
+
* Request Invalid
|
|
1037
|
+
*/
|
|
1038
|
+
400: BadRequestResponse;
|
|
1039
|
+
/**
|
|
1040
|
+
* Too many requests
|
|
1041
|
+
*/
|
|
1042
|
+
429: ThrottleResponse;
|
|
1043
|
+
};
|
|
1044
|
+
type GDrawDescTextPostError = GDrawDescTextPostErrors[keyof GDrawDescTextPostErrors];
|
|
1045
|
+
type GDrawDescTextPostResponses = {
|
|
1046
|
+
200: GDrawDescTextSuccessResponse;
|
|
1047
|
+
};
|
|
1048
|
+
type GDrawDescTextPostResponse = GDrawDescTextPostResponses[keyof GDrawDescTextPostResponses];
|
|
1049
|
+
type PgBrfSumTextGetData = {
|
|
1050
|
+
body?: never;
|
|
1051
|
+
path?: never;
|
|
1052
|
+
query: {
|
|
1053
|
+
f?: string;
|
|
1054
|
+
o?: string;
|
|
1055
|
+
q: string;
|
|
1056
|
+
s?: string;
|
|
1057
|
+
};
|
|
1058
|
+
url: "/api/v1/pg_brf_sum_text/";
|
|
1059
|
+
};
|
|
1060
|
+
type PgBrfSumTextGetErrors = {
|
|
1061
|
+
/**
|
|
1062
|
+
* Request Invalid
|
|
1063
|
+
*/
|
|
1064
|
+
400: BadRequestResponse;
|
|
1065
|
+
/**
|
|
1066
|
+
* Too many requests
|
|
1067
|
+
*/
|
|
1068
|
+
429: ThrottleResponse;
|
|
1069
|
+
};
|
|
1070
|
+
type PgBrfSumTextGetError = PgBrfSumTextGetErrors[keyof PgBrfSumTextGetErrors];
|
|
1071
|
+
type PgBrfSumTextGetResponses = {
|
|
1072
|
+
200: PgBrfSumTextSuccessResponse;
|
|
1073
|
+
};
|
|
1074
|
+
type PgBrfSumTextGetResponse = PgBrfSumTextGetResponses[keyof PgBrfSumTextGetResponses];
|
|
1075
|
+
type PgBrfSumTextPostData = {
|
|
1076
|
+
body: PgBrfSumTextPostRequestBody;
|
|
1077
|
+
path?: never;
|
|
1078
|
+
query?: never;
|
|
1079
|
+
url: "/api/v1/pg_brf_sum_text/";
|
|
1080
|
+
};
|
|
1081
|
+
type PgBrfSumTextPostErrors = {
|
|
1082
|
+
/**
|
|
1083
|
+
* Request Invalid
|
|
1084
|
+
*/
|
|
1085
|
+
400: BadRequestResponse;
|
|
1086
|
+
/**
|
|
1087
|
+
* Too many requests
|
|
1088
|
+
*/
|
|
1089
|
+
429: ThrottleResponse;
|
|
1090
|
+
};
|
|
1091
|
+
type PgBrfSumTextPostError = PgBrfSumTextPostErrors[keyof PgBrfSumTextPostErrors];
|
|
1092
|
+
type PgBrfSumTextPostResponses = {
|
|
1093
|
+
200: PgBrfSumTextSuccessResponse;
|
|
1094
|
+
};
|
|
1095
|
+
type PgBrfSumTextPostResponse = PgBrfSumTextPostResponses[keyof PgBrfSumTextPostResponses];
|
|
1096
|
+
type PgClaimGetData = {
|
|
1097
|
+
body?: never;
|
|
1098
|
+
path?: never;
|
|
1099
|
+
query: {
|
|
1100
|
+
f?: string;
|
|
1101
|
+
o?: string;
|
|
1102
|
+
q: string;
|
|
1103
|
+
s?: string;
|
|
1104
|
+
};
|
|
1105
|
+
url: "/api/v1/pg_claim/";
|
|
1106
|
+
};
|
|
1107
|
+
type PgClaimGetErrors = {
|
|
1108
|
+
/**
|
|
1109
|
+
* Request Invalid
|
|
1110
|
+
*/
|
|
1111
|
+
400: BadRequestResponse;
|
|
1112
|
+
/**
|
|
1113
|
+
* Too many requests
|
|
1114
|
+
*/
|
|
1115
|
+
429: ThrottleResponse;
|
|
1116
|
+
};
|
|
1117
|
+
type PgClaimGetError = PgClaimGetErrors[keyof PgClaimGetErrors];
|
|
1118
|
+
type PgClaimGetResponses = {
|
|
1119
|
+
200: PgClaimSuccessResponse;
|
|
1120
|
+
};
|
|
1121
|
+
type PgClaimGetResponse = PgClaimGetResponses[keyof PgClaimGetResponses];
|
|
1122
|
+
type PgClaimPostData = {
|
|
1123
|
+
body: PgClaimPostRequestBody;
|
|
1124
|
+
path?: never;
|
|
1125
|
+
query?: never;
|
|
1126
|
+
url: "/api/v1/pg_claim/";
|
|
1127
|
+
};
|
|
1128
|
+
type PgClaimPostErrors = {
|
|
1129
|
+
/**
|
|
1130
|
+
* Request Invalid
|
|
1131
|
+
*/
|
|
1132
|
+
400: BadRequestResponse;
|
|
1133
|
+
/**
|
|
1134
|
+
* Too many requests
|
|
1135
|
+
*/
|
|
1136
|
+
429: ThrottleResponse;
|
|
1137
|
+
};
|
|
1138
|
+
type PgClaimPostError = PgClaimPostErrors[keyof PgClaimPostErrors];
|
|
1139
|
+
type PgClaimPostResponses = {
|
|
1140
|
+
200: PgClaimSuccessResponse;
|
|
1141
|
+
};
|
|
1142
|
+
type PgClaimPostResponse = PgClaimPostResponses[keyof PgClaimPostResponses];
|
|
1143
|
+
type PgDetailDescTextGetData = {
|
|
1144
|
+
body?: never;
|
|
1145
|
+
path?: never;
|
|
1146
|
+
query: {
|
|
1147
|
+
f?: string;
|
|
1148
|
+
o?: string;
|
|
1149
|
+
q: string;
|
|
1150
|
+
s?: string;
|
|
1151
|
+
};
|
|
1152
|
+
url: "/api/v1/pg_detail_desc_text/";
|
|
1153
|
+
};
|
|
1154
|
+
type PgDetailDescTextGetErrors = {
|
|
1155
|
+
/**
|
|
1156
|
+
* Request Invalid
|
|
1157
|
+
*/
|
|
1158
|
+
400: BadRequestResponse;
|
|
1159
|
+
/**
|
|
1160
|
+
* Too many requests
|
|
1161
|
+
*/
|
|
1162
|
+
429: ThrottleResponse;
|
|
1163
|
+
};
|
|
1164
|
+
type PgDetailDescTextGetError = PgDetailDescTextGetErrors[keyof PgDetailDescTextGetErrors];
|
|
1165
|
+
type PgDetailDescTextGetResponses = {
|
|
1166
|
+
200: PgDetailDescTextSuccessResponse;
|
|
1167
|
+
};
|
|
1168
|
+
type PgDetailDescTextGetResponse = PgDetailDescTextGetResponses[keyof PgDetailDescTextGetResponses];
|
|
1169
|
+
type PgDetailDescTextPostData = {
|
|
1170
|
+
body: PgDetailDescTextPostRequestBody;
|
|
1171
|
+
path?: never;
|
|
1172
|
+
query?: never;
|
|
1173
|
+
url: "/api/v1/pg_detail_desc_text/";
|
|
1174
|
+
};
|
|
1175
|
+
type PgDetailDescTextPostErrors = {
|
|
1176
|
+
/**
|
|
1177
|
+
* Request Invalid
|
|
1178
|
+
*/
|
|
1179
|
+
400: BadRequestResponse;
|
|
1180
|
+
/**
|
|
1181
|
+
* Too many requests
|
|
1182
|
+
*/
|
|
1183
|
+
429: ThrottleResponse;
|
|
1184
|
+
};
|
|
1185
|
+
type PgDetailDescTextPostError = PgDetailDescTextPostErrors[keyof PgDetailDescTextPostErrors];
|
|
1186
|
+
type PgDetailDescTextPostResponses = {
|
|
1187
|
+
200: PgDetailDescTextSuccessResponse;
|
|
1188
|
+
};
|
|
1189
|
+
type PgDetailDescTextPostResponse = PgDetailDescTextPostResponses[keyof PgDetailDescTextPostResponses];
|
|
1190
|
+
type PgDrawDescTextGetData = {
|
|
1191
|
+
body?: never;
|
|
1192
|
+
path?: never;
|
|
1193
|
+
query: {
|
|
1194
|
+
f?: string;
|
|
1195
|
+
o?: string;
|
|
1196
|
+
q: string;
|
|
1197
|
+
s?: string;
|
|
1198
|
+
};
|
|
1199
|
+
url: "/api/v1/pg_draw_desc_text/";
|
|
1200
|
+
};
|
|
1201
|
+
type PgDrawDescTextGetErrors = {
|
|
1202
|
+
/**
|
|
1203
|
+
* Request Invalid
|
|
1204
|
+
*/
|
|
1205
|
+
400: BadRequestResponse;
|
|
1206
|
+
/**
|
|
1207
|
+
* Too many requests
|
|
1208
|
+
*/
|
|
1209
|
+
429: ThrottleResponse;
|
|
1210
|
+
};
|
|
1211
|
+
type PgDrawDescTextGetError = PgDrawDescTextGetErrors[keyof PgDrawDescTextGetErrors];
|
|
1212
|
+
type PgDrawDescTextGetResponses = {
|
|
1213
|
+
200: PgDrawDescTextSuccessResponse;
|
|
1214
|
+
};
|
|
1215
|
+
type PgDrawDescTextGetResponse = PgDrawDescTextGetResponses[keyof PgDrawDescTextGetResponses];
|
|
1216
|
+
type PgDrawDescTextPostData = {
|
|
1217
|
+
body: PgDrawDescTextPostRequestBody;
|
|
1218
|
+
path?: never;
|
|
1219
|
+
query?: never;
|
|
1220
|
+
url: "/api/v1/pg_draw_desc_text/";
|
|
1221
|
+
};
|
|
1222
|
+
type PgDrawDescTextPostErrors = {
|
|
1223
|
+
/**
|
|
1224
|
+
* Request Invalid
|
|
1225
|
+
*/
|
|
1226
|
+
400: BadRequestResponse;
|
|
1227
|
+
/**
|
|
1228
|
+
* Too many requests
|
|
1229
|
+
*/
|
|
1230
|
+
429: ThrottleResponse;
|
|
1231
|
+
};
|
|
1232
|
+
type PgDrawDescTextPostError = PgDrawDescTextPostErrors[keyof PgDrawDescTextPostErrors];
|
|
1233
|
+
type PgDrawDescTextPostResponses = {
|
|
1234
|
+
200: PgDrawDescTextSuccessResponse;
|
|
1235
|
+
};
|
|
1236
|
+
type PgDrawDescTextPostResponse = PgDrawDescTextPostResponses[keyof PgDrawDescTextPostResponses];
|
|
1237
|
+
type ListAssigneeData = {
|
|
1238
|
+
body?: never;
|
|
1239
|
+
path?: never;
|
|
1240
|
+
query: {
|
|
1241
|
+
f?: string;
|
|
1242
|
+
o?: string;
|
|
1243
|
+
q: string;
|
|
1244
|
+
s?: string;
|
|
1245
|
+
};
|
|
1246
|
+
url: "/api/v1/assignee/";
|
|
1247
|
+
};
|
|
1248
|
+
type ListAssigneeErrors = {
|
|
1249
|
+
/**
|
|
1250
|
+
* Request Invalid
|
|
1251
|
+
*/
|
|
1252
|
+
400: BadRequestResponse;
|
|
1253
|
+
/**
|
|
1254
|
+
* Too many requests
|
|
1255
|
+
*/
|
|
1256
|
+
429: ThrottleResponse;
|
|
1257
|
+
};
|
|
1258
|
+
type ListAssigneeError = ListAssigneeErrors[keyof ListAssigneeErrors];
|
|
1259
|
+
type ListAssigneeResponses = {
|
|
1260
|
+
200: AssigneeSuccessResponse;
|
|
1261
|
+
};
|
|
1262
|
+
type ListAssigneeResponse = ListAssigneeResponses[keyof ListAssigneeResponses];
|
|
1263
|
+
type ListAssigneelistData = {
|
|
1264
|
+
body: AssigneePostRequestBody;
|
|
1265
|
+
path?: never;
|
|
1266
|
+
query?: never;
|
|
1267
|
+
url: "/api/v1/assignee/";
|
|
1268
|
+
};
|
|
1269
|
+
type ListAssigneelistErrors = {
|
|
1270
|
+
/**
|
|
1271
|
+
* Request Invalid
|
|
1272
|
+
*/
|
|
1273
|
+
400: BadRequestResponse;
|
|
1274
|
+
/**
|
|
1275
|
+
* Too many requests
|
|
1276
|
+
*/
|
|
1277
|
+
429: ThrottleResponse;
|
|
1278
|
+
};
|
|
1279
|
+
type ListAssigneelistError = ListAssigneelistErrors[keyof ListAssigneelistErrors];
|
|
1280
|
+
type ListAssigneelistResponses = {
|
|
1281
|
+
200: AssigneeSuccessResponse;
|
|
1282
|
+
};
|
|
1283
|
+
type ListAssigneelistResponse = ListAssigneelistResponses[keyof ListAssigneelistResponses];
|
|
1284
|
+
type RetrieveAssigneeDetailData = {
|
|
1285
|
+
body?: never;
|
|
1286
|
+
path: {
|
|
1287
|
+
assignee_id: string;
|
|
1288
|
+
};
|
|
1289
|
+
query?: never;
|
|
1290
|
+
url: "/api/v1/assignee/{assignee_id}/";
|
|
1291
|
+
};
|
|
1292
|
+
type RetrieveAssigneeDetailErrors = {
|
|
1293
|
+
/**
|
|
1294
|
+
* Request Invalid
|
|
1295
|
+
*/
|
|
1296
|
+
400: BadRequestResponse;
|
|
1297
|
+
/**
|
|
1298
|
+
* Too many requests
|
|
1299
|
+
*/
|
|
1300
|
+
429: ThrottleResponse;
|
|
1301
|
+
};
|
|
1302
|
+
type RetrieveAssigneeDetailError = RetrieveAssigneeDetailErrors[keyof RetrieveAssigneeDetailErrors];
|
|
1303
|
+
type RetrieveAssigneeDetailResponses = {
|
|
1304
|
+
200: AssigneeSuccessResponse;
|
|
1305
|
+
};
|
|
1306
|
+
type RetrieveAssigneeDetailResponse = RetrieveAssigneeDetailResponses[keyof RetrieveAssigneeDetailResponses];
|
|
1307
|
+
type ListAttorneyData = {
|
|
1308
|
+
body?: never;
|
|
1309
|
+
path?: never;
|
|
1310
|
+
query: {
|
|
1311
|
+
f?: string;
|
|
1312
|
+
o?: string;
|
|
1313
|
+
q: string;
|
|
1314
|
+
s?: string;
|
|
1315
|
+
};
|
|
1316
|
+
url: "/api/v1/patent/attorney/";
|
|
1317
|
+
};
|
|
1318
|
+
type ListAttorneyErrors = {
|
|
1319
|
+
/**
|
|
1320
|
+
* Request Invalid
|
|
1321
|
+
*/
|
|
1322
|
+
400: BadRequestResponse;
|
|
1323
|
+
/**
|
|
1324
|
+
* Too many requests
|
|
1325
|
+
*/
|
|
1326
|
+
429: ThrottleResponse;
|
|
1327
|
+
};
|
|
1328
|
+
type ListAttorneyError = ListAttorneyErrors[keyof ListAttorneyErrors];
|
|
1329
|
+
type ListAttorneyResponses = {
|
|
1330
|
+
200: AttorneySuccessResponse;
|
|
1331
|
+
};
|
|
1332
|
+
type ListAttorneyResponse = ListAttorneyResponses[keyof ListAttorneyResponses];
|
|
1333
|
+
type ListAttorneylistData = {
|
|
1334
|
+
body: AttorneyPostRequestBody;
|
|
1335
|
+
path?: never;
|
|
1336
|
+
query?: never;
|
|
1337
|
+
url: "/api/v1/patent/attorney/";
|
|
1338
|
+
};
|
|
1339
|
+
type ListAttorneylistErrors = {
|
|
1340
|
+
/**
|
|
1341
|
+
* Request Invalid
|
|
1342
|
+
*/
|
|
1343
|
+
400: BadRequestResponse;
|
|
1344
|
+
/**
|
|
1345
|
+
* Too many requests
|
|
1346
|
+
*/
|
|
1347
|
+
429: ThrottleResponse;
|
|
1348
|
+
};
|
|
1349
|
+
type ListAttorneylistError = ListAttorneylistErrors[keyof ListAttorneylistErrors];
|
|
1350
|
+
type ListAttorneylistResponses = {
|
|
1351
|
+
200: AttorneySuccessResponse;
|
|
1352
|
+
};
|
|
1353
|
+
type ListAttorneylistResponse = ListAttorneylistResponses[keyof ListAttorneylistResponses];
|
|
1354
|
+
type RetrieveAttorneyDetailData = {
|
|
1355
|
+
body?: never;
|
|
1356
|
+
path: {
|
|
1357
|
+
attorney_id: string;
|
|
1358
|
+
};
|
|
1359
|
+
query?: never;
|
|
1360
|
+
url: "/api/v1/patent/attorney/{attorney_id}/";
|
|
1361
|
+
};
|
|
1362
|
+
type RetrieveAttorneyDetailErrors = {
|
|
1363
|
+
/**
|
|
1364
|
+
* Request Invalid
|
|
1365
|
+
*/
|
|
1366
|
+
400: BadRequestResponse;
|
|
1367
|
+
/**
|
|
1368
|
+
* Too many requests
|
|
1369
|
+
*/
|
|
1370
|
+
429: ThrottleResponse;
|
|
1371
|
+
};
|
|
1372
|
+
type RetrieveAttorneyDetailError = RetrieveAttorneyDetailErrors[keyof RetrieveAttorneyDetailErrors];
|
|
1373
|
+
type RetrieveAttorneyDetailResponses = {
|
|
1374
|
+
200: AttorneySuccessResponse;
|
|
1375
|
+
};
|
|
1376
|
+
type RetrieveAttorneyDetailResponse = RetrieveAttorneyDetailResponses[keyof RetrieveAttorneyDetailResponses];
|
|
1377
|
+
type ListCpcClassData = {
|
|
1378
|
+
body?: never;
|
|
1379
|
+
path?: never;
|
|
1380
|
+
query: {
|
|
1381
|
+
f?: string;
|
|
1382
|
+
o?: string;
|
|
1383
|
+
q: string;
|
|
1384
|
+
s?: string;
|
|
1385
|
+
};
|
|
1386
|
+
url: "/api/v1/cpc_class/";
|
|
1387
|
+
};
|
|
1388
|
+
type ListCpcClassErrors = {
|
|
1389
|
+
/**
|
|
1390
|
+
* Request Invalid
|
|
1391
|
+
*/
|
|
1392
|
+
400: BadRequestResponse;
|
|
1393
|
+
/**
|
|
1394
|
+
* Too many requests
|
|
1395
|
+
*/
|
|
1396
|
+
429: ThrottleResponse;
|
|
1397
|
+
};
|
|
1398
|
+
type ListCpcClassError = ListCpcClassErrors[keyof ListCpcClassErrors];
|
|
1399
|
+
type ListCpcClassResponses = {
|
|
1400
|
+
200: CpcClassSuccessResponse;
|
|
1401
|
+
};
|
|
1402
|
+
type ListCpcClassResponse = ListCpcClassResponses[keyof ListCpcClassResponses];
|
|
1403
|
+
type ListCpcClasslistData = {
|
|
1404
|
+
body: CpcClassPostRequestBody;
|
|
1405
|
+
path?: never;
|
|
1406
|
+
query?: never;
|
|
1407
|
+
url: "/api/v1/cpc_class/";
|
|
1408
|
+
};
|
|
1409
|
+
type ListCpcClasslistErrors = {
|
|
1410
|
+
/**
|
|
1411
|
+
* Request Invalid
|
|
1412
|
+
*/
|
|
1413
|
+
400: BadRequestResponse;
|
|
1414
|
+
/**
|
|
1415
|
+
* Too many requests
|
|
1416
|
+
*/
|
|
1417
|
+
429: ThrottleResponse;
|
|
1418
|
+
};
|
|
1419
|
+
type ListCpcClasslistError = ListCpcClasslistErrors[keyof ListCpcClasslistErrors];
|
|
1420
|
+
type ListCpcClasslistResponses = {
|
|
1421
|
+
200: CpcClassSuccessResponse;
|
|
1422
|
+
};
|
|
1423
|
+
type ListCpcClasslistResponse = ListCpcClasslistResponses[keyof ListCpcClasslistResponses];
|
|
1424
|
+
type RetrieveCpcClassDetailData = {
|
|
1425
|
+
body?: never;
|
|
1426
|
+
path: {
|
|
1427
|
+
cpc_class: string;
|
|
1428
|
+
};
|
|
1429
|
+
query?: never;
|
|
1430
|
+
url: "/api/v1/cpc_class/{cpc_class}/";
|
|
1431
|
+
};
|
|
1432
|
+
type RetrieveCpcClassDetailErrors = {
|
|
1433
|
+
/**
|
|
1434
|
+
* Request Invalid
|
|
1435
|
+
*/
|
|
1436
|
+
400: BadRequestResponse;
|
|
1437
|
+
/**
|
|
1438
|
+
* Too many requests
|
|
1439
|
+
*/
|
|
1440
|
+
429: ThrottleResponse;
|
|
1441
|
+
};
|
|
1442
|
+
type RetrieveCpcClassDetailError = RetrieveCpcClassDetailErrors[keyof RetrieveCpcClassDetailErrors];
|
|
1443
|
+
type RetrieveCpcClassDetailResponses = {
|
|
1444
|
+
200: CpcClassSuccessResponse;
|
|
1445
|
+
};
|
|
1446
|
+
type RetrieveCpcClassDetailResponse = RetrieveCpcClassDetailResponses[keyof RetrieveCpcClassDetailResponses];
|
|
1447
|
+
type ListCpcSubclassData = {
|
|
1448
|
+
body?: never;
|
|
1449
|
+
path?: never;
|
|
1450
|
+
query: {
|
|
1451
|
+
f?: string;
|
|
1452
|
+
o?: string;
|
|
1453
|
+
q: string;
|
|
1454
|
+
s?: string;
|
|
1455
|
+
};
|
|
1456
|
+
url: "/api/v1/cpc_subclass/";
|
|
1457
|
+
};
|
|
1458
|
+
type ListCpcSubclassErrors = {
|
|
1459
|
+
/**
|
|
1460
|
+
* Request Invalid
|
|
1461
|
+
*/
|
|
1462
|
+
400: BadRequestResponse;
|
|
1463
|
+
/**
|
|
1464
|
+
* Too many requests
|
|
1465
|
+
*/
|
|
1466
|
+
429: ThrottleResponse;
|
|
1467
|
+
};
|
|
1468
|
+
type ListCpcSubclassError = ListCpcSubclassErrors[keyof ListCpcSubclassErrors];
|
|
1469
|
+
type ListCpcSubclassResponses = {
|
|
1470
|
+
200: CpcSubclassSuccessResponse;
|
|
1471
|
+
};
|
|
1472
|
+
type ListCpcSubclassResponse = ListCpcSubclassResponses[keyof ListCpcSubclassResponses];
|
|
1473
|
+
type ListCpcSubclasslistData = {
|
|
1474
|
+
body: CpcSubclassPostRequestBody;
|
|
1475
|
+
path?: never;
|
|
1476
|
+
query?: never;
|
|
1477
|
+
url: "/api/v1/cpc_subclass/";
|
|
1478
|
+
};
|
|
1479
|
+
type ListCpcSubclasslistErrors = {
|
|
1480
|
+
/**
|
|
1481
|
+
* Request Invalid
|
|
1482
|
+
*/
|
|
1483
|
+
400: BadRequestResponse;
|
|
1484
|
+
/**
|
|
1485
|
+
* Too many requests
|
|
1486
|
+
*/
|
|
1487
|
+
429: ThrottleResponse;
|
|
1488
|
+
};
|
|
1489
|
+
type ListCpcSubclasslistError = ListCpcSubclasslistErrors[keyof ListCpcSubclasslistErrors];
|
|
1490
|
+
type ListCpcSubclasslistResponses = {
|
|
1491
|
+
200: CpcSubclassSuccessResponse;
|
|
1492
|
+
};
|
|
1493
|
+
type ListCpcSubclasslistResponse = ListCpcSubclasslistResponses[keyof ListCpcSubclasslistResponses];
|
|
1494
|
+
type RetrieveCpcSubclassDetailData = {
|
|
1495
|
+
body?: never;
|
|
1496
|
+
path: {
|
|
1497
|
+
cpc_subclass: string;
|
|
1498
|
+
};
|
|
1499
|
+
query?: never;
|
|
1500
|
+
url: "/api/v1/cpc_subclass/{cpc_subclass}/";
|
|
1501
|
+
};
|
|
1502
|
+
type RetrieveCpcSubclassDetailErrors = {
|
|
1503
|
+
/**
|
|
1504
|
+
* Request Invalid
|
|
1505
|
+
*/
|
|
1506
|
+
400: BadRequestResponse;
|
|
1507
|
+
/**
|
|
1508
|
+
* Too many requests
|
|
1509
|
+
*/
|
|
1510
|
+
429: ThrottleResponse;
|
|
1511
|
+
};
|
|
1512
|
+
type RetrieveCpcSubclassDetailError = RetrieveCpcSubclassDetailErrors[keyof RetrieveCpcSubclassDetailErrors];
|
|
1513
|
+
type RetrieveCpcSubclassDetailResponses = {
|
|
1514
|
+
200: CpcSubclassSuccessResponse;
|
|
1515
|
+
};
|
|
1516
|
+
type RetrieveCpcSubclassDetailResponse = RetrieveCpcSubclassDetailResponses[keyof RetrieveCpcSubclassDetailResponses];
|
|
1517
|
+
type ListCpcGroupData = {
|
|
1518
|
+
body?: never;
|
|
1519
|
+
path?: never;
|
|
1520
|
+
query: {
|
|
1521
|
+
f?: string;
|
|
1522
|
+
o?: string;
|
|
1523
|
+
q: string;
|
|
1524
|
+
s?: string;
|
|
1525
|
+
};
|
|
1526
|
+
url: "/api/v1/cpc_group/";
|
|
1527
|
+
};
|
|
1528
|
+
type ListCpcGroupErrors = {
|
|
1529
|
+
/**
|
|
1530
|
+
* Request Invalid
|
|
1531
|
+
*/
|
|
1532
|
+
400: BadRequestResponse;
|
|
1533
|
+
/**
|
|
1534
|
+
* Too many requests
|
|
1535
|
+
*/
|
|
1536
|
+
429: ThrottleResponse;
|
|
1537
|
+
};
|
|
1538
|
+
type ListCpcGroupError = ListCpcGroupErrors[keyof ListCpcGroupErrors];
|
|
1539
|
+
type ListCpcGroupResponses = {
|
|
1540
|
+
200: CpcGroupSuccessResponse;
|
|
1541
|
+
};
|
|
1542
|
+
type ListCpcGroupResponse = ListCpcGroupResponses[keyof ListCpcGroupResponses];
|
|
1543
|
+
type ListCpcGrouplistData = {
|
|
1544
|
+
body: CpcGroupPostRequestBody;
|
|
1545
|
+
path?: never;
|
|
1546
|
+
query?: never;
|
|
1547
|
+
url: "/api/v1/cpc_group/";
|
|
1548
|
+
};
|
|
1549
|
+
type ListCpcGrouplistErrors = {
|
|
1550
|
+
/**
|
|
1551
|
+
* Request Invalid
|
|
1552
|
+
*/
|
|
1553
|
+
400: BadRequestResponse;
|
|
1554
|
+
/**
|
|
1555
|
+
* Too many requests
|
|
1556
|
+
*/
|
|
1557
|
+
429: ThrottleResponse;
|
|
1558
|
+
};
|
|
1559
|
+
type ListCpcGrouplistError = ListCpcGrouplistErrors[keyof ListCpcGrouplistErrors];
|
|
1560
|
+
type ListCpcGrouplistResponses = {
|
|
1561
|
+
200: CpcGroupSuccessResponse;
|
|
1562
|
+
};
|
|
1563
|
+
type ListCpcGrouplistResponse = ListCpcGrouplistResponses[keyof ListCpcGrouplistResponses];
|
|
1564
|
+
type RetrieveCpcGroupDetailData = {
|
|
1565
|
+
body?: never;
|
|
1566
|
+
path: {
|
|
1567
|
+
cpc_group: string;
|
|
1568
|
+
};
|
|
1569
|
+
query?: never;
|
|
1570
|
+
url: "/api/v1/cpc_group/{cpc_group}/";
|
|
1571
|
+
};
|
|
1572
|
+
type RetrieveCpcGroupDetailErrors = {
|
|
1573
|
+
/**
|
|
1574
|
+
* Request Invalid
|
|
1575
|
+
*/
|
|
1576
|
+
400: BadRequestResponse;
|
|
1577
|
+
/**
|
|
1578
|
+
* Too many requests
|
|
1579
|
+
*/
|
|
1580
|
+
429: ThrottleResponse;
|
|
1581
|
+
};
|
|
1582
|
+
type RetrieveCpcGroupDetailError = RetrieveCpcGroupDetailErrors[keyof RetrieveCpcGroupDetailErrors];
|
|
1583
|
+
type RetrieveCpcGroupDetailResponses = {
|
|
1584
|
+
200: CpcGroupSuccessResponse;
|
|
1585
|
+
};
|
|
1586
|
+
type RetrieveCpcGroupDetailResponse = RetrieveCpcGroupDetailResponses[keyof RetrieveCpcGroupDetailResponses];
|
|
1587
|
+
type ListForeignCitationData = {
|
|
1588
|
+
body?: never;
|
|
1589
|
+
path?: never;
|
|
1590
|
+
query: {
|
|
1591
|
+
f?: string;
|
|
1592
|
+
o?: string;
|
|
1593
|
+
q: string;
|
|
1594
|
+
s?: string;
|
|
1595
|
+
};
|
|
1596
|
+
url: "/api/v1/patent/foreign_citation/";
|
|
1597
|
+
};
|
|
1598
|
+
type ListForeignCitationErrors = {
|
|
1599
|
+
/**
|
|
1600
|
+
* Request Invalid
|
|
1601
|
+
*/
|
|
1602
|
+
400: BadRequestResponse;
|
|
1603
|
+
/**
|
|
1604
|
+
* Too many requests
|
|
1605
|
+
*/
|
|
1606
|
+
429: ThrottleResponse;
|
|
1607
|
+
};
|
|
1608
|
+
type ListForeignCitationError = ListForeignCitationErrors[keyof ListForeignCitationErrors];
|
|
1609
|
+
type ListForeignCitationResponses = {
|
|
1610
|
+
200: ForeignCitationSuccessResponse;
|
|
1611
|
+
};
|
|
1612
|
+
type ListForeignCitationResponse = ListForeignCitationResponses[keyof ListForeignCitationResponses];
|
|
1613
|
+
type ListForeignCitationlistData = {
|
|
1614
|
+
body: ForeignCitationPostRequestBody;
|
|
1615
|
+
path?: never;
|
|
1616
|
+
query?: never;
|
|
1617
|
+
url: "/api/v1/patent/foreign_citation/";
|
|
1618
|
+
};
|
|
1619
|
+
type ListForeignCitationlistErrors = {
|
|
1620
|
+
/**
|
|
1621
|
+
* Request Invalid
|
|
1622
|
+
*/
|
|
1623
|
+
400: BadRequestResponse;
|
|
1624
|
+
/**
|
|
1625
|
+
* Too many requests
|
|
1626
|
+
*/
|
|
1627
|
+
429: ThrottleResponse;
|
|
1628
|
+
};
|
|
1629
|
+
type ListForeignCitationlistError = ListForeignCitationlistErrors[keyof ListForeignCitationlistErrors];
|
|
1630
|
+
type ListForeignCitationlistResponses = {
|
|
1631
|
+
200: ForeignCitationSuccessResponse;
|
|
1632
|
+
};
|
|
1633
|
+
type ListForeignCitationlistResponse = ListForeignCitationlistResponses[keyof ListForeignCitationlistResponses];
|
|
1634
|
+
type ListInventorData = {
|
|
1635
|
+
body?: never;
|
|
1636
|
+
path?: never;
|
|
1637
|
+
query: {
|
|
1638
|
+
f?: string;
|
|
1639
|
+
o?: string;
|
|
1640
|
+
q: string;
|
|
1641
|
+
s?: string;
|
|
1642
|
+
};
|
|
1643
|
+
url: "/api/v1/inventor/";
|
|
1644
|
+
};
|
|
1645
|
+
type ListInventorErrors = {
|
|
1646
|
+
/**
|
|
1647
|
+
* Request Invalid
|
|
1648
|
+
*/
|
|
1649
|
+
400: BadRequestResponse;
|
|
1650
|
+
/**
|
|
1651
|
+
* Too many requests
|
|
1652
|
+
*/
|
|
1653
|
+
429: ThrottleResponse;
|
|
1654
|
+
};
|
|
1655
|
+
type ListInventorError = ListInventorErrors[keyof ListInventorErrors];
|
|
1656
|
+
type ListInventorResponses = {
|
|
1657
|
+
200: InventorSuccessResponse;
|
|
1658
|
+
};
|
|
1659
|
+
type ListInventorResponse = ListInventorResponses[keyof ListInventorResponses];
|
|
1660
|
+
type ListInventorlistData = {
|
|
1661
|
+
body: InventorPostRequestBody;
|
|
1662
|
+
path?: never;
|
|
1663
|
+
query?: never;
|
|
1664
|
+
url: "/api/v1/inventor/";
|
|
1665
|
+
};
|
|
1666
|
+
type ListInventorlistErrors = {
|
|
1667
|
+
/**
|
|
1668
|
+
* Request Invalid
|
|
1669
|
+
*/
|
|
1670
|
+
400: BadRequestResponse;
|
|
1671
|
+
/**
|
|
1672
|
+
* Too many requests
|
|
1673
|
+
*/
|
|
1674
|
+
429: ThrottleResponse;
|
|
1675
|
+
};
|
|
1676
|
+
type ListInventorlistError = ListInventorlistErrors[keyof ListInventorlistErrors];
|
|
1677
|
+
type ListInventorlistResponses = {
|
|
1678
|
+
200: InventorSuccessResponse;
|
|
1679
|
+
};
|
|
1680
|
+
type ListInventorlistResponse = ListInventorlistResponses[keyof ListInventorlistResponses];
|
|
1681
|
+
type RetrieveInventorDetailData = {
|
|
1682
|
+
body?: never;
|
|
1683
|
+
path: {
|
|
1684
|
+
inventor_id: string;
|
|
1685
|
+
};
|
|
1686
|
+
query?: never;
|
|
1687
|
+
url: "/api/v1/inventor/{inventor_id}/";
|
|
1688
|
+
};
|
|
1689
|
+
type RetrieveInventorDetailErrors = {
|
|
1690
|
+
/**
|
|
1691
|
+
* Request Invalid
|
|
1692
|
+
*/
|
|
1693
|
+
400: BadRequestResponse;
|
|
1694
|
+
/**
|
|
1695
|
+
* Too many requests
|
|
1696
|
+
*/
|
|
1697
|
+
429: ThrottleResponse;
|
|
1698
|
+
};
|
|
1699
|
+
type RetrieveInventorDetailError = RetrieveInventorDetailErrors[keyof RetrieveInventorDetailErrors];
|
|
1700
|
+
type RetrieveInventorDetailResponses = {
|
|
1701
|
+
200: InventorSuccessResponse;
|
|
1702
|
+
};
|
|
1703
|
+
type RetrieveInventorDetailResponse = RetrieveInventorDetailResponses[keyof RetrieveInventorDetailResponses];
|
|
1704
|
+
type ListIpcClassificationData = {
|
|
1705
|
+
body?: never;
|
|
1706
|
+
path?: never;
|
|
1707
|
+
query: {
|
|
1708
|
+
f?: string;
|
|
1709
|
+
o?: string;
|
|
1710
|
+
q: string;
|
|
1711
|
+
s?: string;
|
|
1712
|
+
};
|
|
1713
|
+
url: "/api/v1/ipc/";
|
|
1714
|
+
};
|
|
1715
|
+
type ListIpcClassificationErrors = {
|
|
1716
|
+
/**
|
|
1717
|
+
* Request Invalid
|
|
1718
|
+
*/
|
|
1719
|
+
400: BadRequestResponse;
|
|
1720
|
+
/**
|
|
1721
|
+
* Too many requests
|
|
1722
|
+
*/
|
|
1723
|
+
429: ThrottleResponse;
|
|
1724
|
+
};
|
|
1725
|
+
type ListIpcClassificationError = ListIpcClassificationErrors[keyof ListIpcClassificationErrors];
|
|
1726
|
+
type ListIpcClassificationResponses = {
|
|
1727
|
+
200: IpcClassificationSuccessResponse;
|
|
1728
|
+
};
|
|
1729
|
+
type ListIpcClassificationResponse = ListIpcClassificationResponses[keyof ListIpcClassificationResponses];
|
|
1730
|
+
type ListIpcClassificationlistData = {
|
|
1731
|
+
body: IpcClassificationPostRequestBody;
|
|
1732
|
+
path?: never;
|
|
1733
|
+
query?: never;
|
|
1734
|
+
url: "/api/v1/ipc/";
|
|
1735
|
+
};
|
|
1736
|
+
type ListIpcClassificationlistErrors = {
|
|
1737
|
+
/**
|
|
1738
|
+
* Request Invalid
|
|
1739
|
+
*/
|
|
1740
|
+
400: BadRequestResponse;
|
|
1741
|
+
/**
|
|
1742
|
+
* Too many requests
|
|
1743
|
+
*/
|
|
1744
|
+
429: ThrottleResponse;
|
|
1745
|
+
};
|
|
1746
|
+
type ListIpcClassificationlistError = ListIpcClassificationlistErrors[keyof ListIpcClassificationlistErrors];
|
|
1747
|
+
type ListIpcClassificationlistResponses = {
|
|
1748
|
+
200: IpcClassificationSuccessResponse;
|
|
1749
|
+
};
|
|
1750
|
+
type ListIpcClassificationlistResponse = ListIpcClassificationlistResponses[keyof ListIpcClassificationlistResponses];
|
|
1751
|
+
type ListLocationData = {
|
|
1752
|
+
body?: never;
|
|
1753
|
+
path?: never;
|
|
1754
|
+
query: {
|
|
1755
|
+
f?: string;
|
|
1756
|
+
o?: string;
|
|
1757
|
+
q: string;
|
|
1758
|
+
s?: string;
|
|
1759
|
+
};
|
|
1760
|
+
url: "/api/v1/location/";
|
|
1761
|
+
};
|
|
1762
|
+
type ListLocationErrors = {
|
|
1763
|
+
/**
|
|
1764
|
+
* Request Invalid
|
|
1765
|
+
*/
|
|
1766
|
+
400: BadRequestResponse;
|
|
1767
|
+
/**
|
|
1768
|
+
* Too many requests
|
|
1769
|
+
*/
|
|
1770
|
+
429: ThrottleResponse;
|
|
1771
|
+
};
|
|
1772
|
+
type ListLocationError = ListLocationErrors[keyof ListLocationErrors];
|
|
1773
|
+
type ListLocationResponses = {
|
|
1774
|
+
200: LocationSuccessResponse;
|
|
1775
|
+
};
|
|
1776
|
+
type ListLocationResponse = ListLocationResponses[keyof ListLocationResponses];
|
|
1777
|
+
type ListLocationlistData = {
|
|
1778
|
+
body: LocationPostRequestBody;
|
|
1779
|
+
path?: never;
|
|
1780
|
+
query?: never;
|
|
1781
|
+
url: "/api/v1/location/";
|
|
1782
|
+
};
|
|
1783
|
+
type ListLocationlistErrors = {
|
|
1784
|
+
/**
|
|
1785
|
+
* Request Invalid
|
|
1786
|
+
*/
|
|
1787
|
+
400: BadRequestResponse;
|
|
1788
|
+
/**
|
|
1789
|
+
* Too many requests
|
|
1790
|
+
*/
|
|
1791
|
+
429: ThrottleResponse;
|
|
1792
|
+
};
|
|
1793
|
+
type ListLocationlistError = ListLocationlistErrors[keyof ListLocationlistErrors];
|
|
1794
|
+
type ListLocationlistResponses = {
|
|
1795
|
+
200: LocationSuccessResponse;
|
|
1796
|
+
};
|
|
1797
|
+
type ListLocationlistResponse = ListLocationlistResponses[keyof ListLocationlistResponses];
|
|
1798
|
+
type RetrieveLocationDetailData = {
|
|
1799
|
+
body?: never;
|
|
1800
|
+
path: {
|
|
1801
|
+
location_id: string;
|
|
1802
|
+
};
|
|
1803
|
+
query?: never;
|
|
1804
|
+
url: "/api/v1/location/{location_id}/";
|
|
1805
|
+
};
|
|
1806
|
+
type RetrieveLocationDetailErrors = {
|
|
1807
|
+
/**
|
|
1808
|
+
* Request Invalid
|
|
1809
|
+
*/
|
|
1810
|
+
400: BadRequestResponse;
|
|
1811
|
+
/**
|
|
1812
|
+
* Too many requests
|
|
1813
|
+
*/
|
|
1814
|
+
429: ThrottleResponse;
|
|
1815
|
+
};
|
|
1816
|
+
type RetrieveLocationDetailError = RetrieveLocationDetailErrors[keyof RetrieveLocationDetailErrors];
|
|
1817
|
+
type RetrieveLocationDetailResponses = {
|
|
1818
|
+
200: LocationSuccessResponse;
|
|
1819
|
+
};
|
|
1820
|
+
type RetrieveLocationDetailResponse = RetrieveLocationDetailResponses[keyof RetrieveLocationDetailResponses];
|
|
1821
|
+
type ListOtherreferenceData = {
|
|
1822
|
+
body?: never;
|
|
1823
|
+
path?: never;
|
|
1824
|
+
query: {
|
|
1825
|
+
f?: string;
|
|
1826
|
+
o?: string;
|
|
1827
|
+
q: string;
|
|
1828
|
+
s?: string;
|
|
1829
|
+
};
|
|
1830
|
+
url: "/api/v1/patent/other_reference/";
|
|
1831
|
+
};
|
|
1832
|
+
type ListOtherreferenceErrors = {
|
|
1833
|
+
/**
|
|
1834
|
+
* Request Invalid
|
|
1835
|
+
*/
|
|
1836
|
+
400: BadRequestResponse;
|
|
1837
|
+
/**
|
|
1838
|
+
* Too many requests
|
|
1839
|
+
*/
|
|
1840
|
+
429: ThrottleResponse;
|
|
1841
|
+
};
|
|
1842
|
+
type ListOtherreferenceError = ListOtherreferenceErrors[keyof ListOtherreferenceErrors];
|
|
1843
|
+
type ListOtherreferenceResponses = {
|
|
1844
|
+
200: OtherreferenceSuccessResponse;
|
|
1845
|
+
};
|
|
1846
|
+
type ListOtherreferenceResponse = ListOtherreferenceResponses[keyof ListOtherreferenceResponses];
|
|
1847
|
+
type ListOtherreferencelistData = {
|
|
1848
|
+
body: OtherreferencePostRequestBody;
|
|
1849
|
+
path?: never;
|
|
1850
|
+
query?: never;
|
|
1851
|
+
url: "/api/v1/patent/other_reference/";
|
|
1852
|
+
};
|
|
1853
|
+
type ListOtherreferencelistErrors = {
|
|
1854
|
+
/**
|
|
1855
|
+
* Request Invalid
|
|
1856
|
+
*/
|
|
1857
|
+
400: BadRequestResponse;
|
|
1858
|
+
/**
|
|
1859
|
+
* Too many requests
|
|
1860
|
+
*/
|
|
1861
|
+
429: ThrottleResponse;
|
|
1862
|
+
};
|
|
1863
|
+
type ListOtherreferencelistError = ListOtherreferencelistErrors[keyof ListOtherreferencelistErrors];
|
|
1864
|
+
type ListOtherreferencelistResponses = {
|
|
1865
|
+
200: OtherreferenceSuccessResponse;
|
|
1866
|
+
};
|
|
1867
|
+
type ListOtherreferencelistResponse = ListOtherreferencelistResponses[keyof ListOtherreferencelistResponses];
|
|
1868
|
+
type ListPatentData = {
|
|
1869
|
+
body?: never;
|
|
1870
|
+
path?: never;
|
|
1871
|
+
query: {
|
|
1872
|
+
f?: string;
|
|
1873
|
+
o?: string;
|
|
1874
|
+
q: string;
|
|
1875
|
+
s?: string;
|
|
1876
|
+
};
|
|
1877
|
+
url: "/api/v1/patent/";
|
|
1878
|
+
};
|
|
1879
|
+
type ListPatentErrors = {
|
|
1880
|
+
/**
|
|
1881
|
+
* Request Invalid
|
|
1882
|
+
*/
|
|
1883
|
+
400: BadRequestResponse;
|
|
1884
|
+
/**
|
|
1885
|
+
* Too many requests
|
|
1886
|
+
*/
|
|
1887
|
+
429: ThrottleResponse;
|
|
1888
|
+
};
|
|
1889
|
+
type ListPatentError = ListPatentErrors[keyof ListPatentErrors];
|
|
1890
|
+
type ListPatentResponses = {
|
|
1891
|
+
200: PatentSuccessResponse;
|
|
1892
|
+
};
|
|
1893
|
+
type ListPatentResponse = ListPatentResponses[keyof ListPatentResponses];
|
|
1894
|
+
type ListPatentlistData = {
|
|
1895
|
+
body: PatentPostRequestBody;
|
|
1896
|
+
path?: never;
|
|
1897
|
+
query?: never;
|
|
1898
|
+
url: "/api/v1/patent/";
|
|
1899
|
+
};
|
|
1900
|
+
type ListPatentlistErrors = {
|
|
1901
|
+
/**
|
|
1902
|
+
* Request Invalid
|
|
1903
|
+
*/
|
|
1904
|
+
400: BadRequestResponse;
|
|
1905
|
+
/**
|
|
1906
|
+
* Too many requests
|
|
1907
|
+
*/
|
|
1908
|
+
429: ThrottleResponse;
|
|
1909
|
+
};
|
|
1910
|
+
type ListPatentlistError = ListPatentlistErrors[keyof ListPatentlistErrors];
|
|
1911
|
+
type ListPatentlistResponses = {
|
|
1912
|
+
200: PatentSuccessResponse;
|
|
1913
|
+
};
|
|
1914
|
+
type ListPatentlistResponse = ListPatentlistResponses[keyof ListPatentlistResponses];
|
|
1915
|
+
type RetrievePatentDetailData = {
|
|
1916
|
+
body?: never;
|
|
1917
|
+
path: {
|
|
1918
|
+
patent_id: string;
|
|
1919
|
+
};
|
|
1920
|
+
query?: never;
|
|
1921
|
+
url: "/api/v1/patent/{patent_id}/";
|
|
1922
|
+
};
|
|
1923
|
+
type RetrievePatentDetailErrors = {
|
|
1924
|
+
/**
|
|
1925
|
+
* Request Invalid
|
|
1926
|
+
*/
|
|
1927
|
+
400: BadRequestResponse;
|
|
1928
|
+
/**
|
|
1929
|
+
* Too many requests
|
|
1930
|
+
*/
|
|
1931
|
+
429: ThrottleResponse;
|
|
1932
|
+
};
|
|
1933
|
+
type RetrievePatentDetailError = RetrievePatentDetailErrors[keyof RetrievePatentDetailErrors];
|
|
1934
|
+
type RetrievePatentDetailResponses = {
|
|
1935
|
+
200: PatentSuccessResponse;
|
|
1936
|
+
};
|
|
1937
|
+
type RetrievePatentDetailResponse = RetrievePatentDetailResponses[keyof RetrievePatentDetailResponses];
|
|
1938
|
+
type ListRelAppTextData = {
|
|
1939
|
+
body?: never;
|
|
1940
|
+
path?: never;
|
|
1941
|
+
query: {
|
|
1942
|
+
f?: string;
|
|
1943
|
+
o?: string;
|
|
1944
|
+
q: string;
|
|
1945
|
+
s?: string;
|
|
1946
|
+
};
|
|
1947
|
+
url: "/api/v1/patent/rel_app_text/";
|
|
1948
|
+
};
|
|
1949
|
+
type ListRelAppTextErrors = {
|
|
1950
|
+
/**
|
|
1951
|
+
* Request Invalid
|
|
1952
|
+
*/
|
|
1953
|
+
400: BadRequestResponse;
|
|
1954
|
+
/**
|
|
1955
|
+
* Too many requests
|
|
1956
|
+
*/
|
|
1957
|
+
429: ThrottleResponse;
|
|
1958
|
+
};
|
|
1959
|
+
type ListRelAppTextError = ListRelAppTextErrors[keyof ListRelAppTextErrors];
|
|
1960
|
+
type ListRelAppTextResponses = {
|
|
1961
|
+
200: RelAppTextSuccessResponse;
|
|
1962
|
+
};
|
|
1963
|
+
type ListRelAppTextResponse = ListRelAppTextResponses[keyof ListRelAppTextResponses];
|
|
1964
|
+
type ListRelAppTextlistData = {
|
|
1965
|
+
body: RelAppTextPostRequestBody;
|
|
1966
|
+
path?: never;
|
|
1967
|
+
query?: never;
|
|
1968
|
+
url: "/api/v1/patent/rel_app_text/";
|
|
1969
|
+
};
|
|
1970
|
+
type ListRelAppTextlistErrors = {
|
|
1971
|
+
/**
|
|
1972
|
+
* Request Invalid
|
|
1973
|
+
*/
|
|
1974
|
+
400: BadRequestResponse;
|
|
1975
|
+
/**
|
|
1976
|
+
* Too many requests
|
|
1977
|
+
*/
|
|
1978
|
+
429: ThrottleResponse;
|
|
1979
|
+
};
|
|
1980
|
+
type ListRelAppTextlistError = ListRelAppTextlistErrors[keyof ListRelAppTextlistErrors];
|
|
1981
|
+
type ListRelAppTextlistResponses = {
|
|
1982
|
+
200: RelAppTextSuccessResponse;
|
|
1983
|
+
};
|
|
1984
|
+
type ListRelAppTextlistResponse = ListRelAppTextlistResponses[keyof ListRelAppTextlistResponses];
|
|
1985
|
+
type ListApplicationCitationData = {
|
|
1986
|
+
body?: never;
|
|
1987
|
+
path?: never;
|
|
1988
|
+
query: {
|
|
1989
|
+
f?: string;
|
|
1990
|
+
o?: string;
|
|
1991
|
+
q: string;
|
|
1992
|
+
s?: string;
|
|
1993
|
+
};
|
|
1994
|
+
url: "/api/v1/patent/us_application_citation/";
|
|
1995
|
+
};
|
|
1996
|
+
type ListApplicationCitationErrors = {
|
|
1997
|
+
/**
|
|
1998
|
+
* Request Invalid
|
|
1999
|
+
*/
|
|
2000
|
+
400: BadRequestResponse;
|
|
2001
|
+
/**
|
|
2002
|
+
* Too many requests
|
|
2003
|
+
*/
|
|
2004
|
+
429: ThrottleResponse;
|
|
2005
|
+
};
|
|
2006
|
+
type ListApplicationCitationError = ListApplicationCitationErrors[keyof ListApplicationCitationErrors];
|
|
2007
|
+
type ListApplicationCitationResponses = {
|
|
2008
|
+
200: ApplicationCitationSuccessResponse;
|
|
2009
|
+
};
|
|
2010
|
+
type ListApplicationCitationResponse = ListApplicationCitationResponses[keyof ListApplicationCitationResponses];
|
|
2011
|
+
type ListApplicationCitationlistData = {
|
|
2012
|
+
body: ApplicationCitationPostRequestBody;
|
|
2013
|
+
path?: never;
|
|
2014
|
+
query?: never;
|
|
2015
|
+
url: "/api/v1/patent/us_application_citation/";
|
|
2016
|
+
};
|
|
2017
|
+
type ListApplicationCitationlistErrors = {
|
|
2018
|
+
/**
|
|
2019
|
+
* Request Invalid
|
|
2020
|
+
*/
|
|
2021
|
+
400: BadRequestResponse;
|
|
2022
|
+
/**
|
|
2023
|
+
* Too many requests
|
|
2024
|
+
*/
|
|
2025
|
+
429: ThrottleResponse;
|
|
2026
|
+
};
|
|
2027
|
+
type ListApplicationCitationlistError = ListApplicationCitationlistErrors[keyof ListApplicationCitationlistErrors];
|
|
2028
|
+
type ListApplicationCitationlistResponses = {
|
|
2029
|
+
200: ApplicationCitationSuccessResponse;
|
|
2030
|
+
};
|
|
2031
|
+
type ListApplicationCitationlistResponse = ListApplicationCitationlistResponses[keyof ListApplicationCitationlistResponses];
|
|
2032
|
+
type RetrieveApplicationCitationDetailData = {
|
|
2033
|
+
body?: never;
|
|
2034
|
+
path: {
|
|
2035
|
+
patent_id: string;
|
|
2036
|
+
};
|
|
2037
|
+
query?: never;
|
|
2038
|
+
url: "/api/v1/patent/us_application_citation/{patent_id}/";
|
|
2039
|
+
};
|
|
2040
|
+
type RetrieveApplicationCitationDetailErrors = {
|
|
2041
|
+
/**
|
|
2042
|
+
* Request Invalid
|
|
2043
|
+
*/
|
|
2044
|
+
400: BadRequestResponse;
|
|
2045
|
+
/**
|
|
2046
|
+
* Too many requests
|
|
2047
|
+
*/
|
|
2048
|
+
429: ThrottleResponse;
|
|
2049
|
+
};
|
|
2050
|
+
type RetrieveApplicationCitationDetailError = RetrieveApplicationCitationDetailErrors[keyof RetrieveApplicationCitationDetailErrors];
|
|
2051
|
+
type RetrieveApplicationCitationDetailResponses = {
|
|
2052
|
+
200: ApplicationCitationSuccessResponse;
|
|
2053
|
+
};
|
|
2054
|
+
type RetrieveApplicationCitationDetailResponse = RetrieveApplicationCitationDetailResponses[keyof RetrieveApplicationCitationDetailResponses];
|
|
2055
|
+
type ListPatentCitationsData = {
|
|
2056
|
+
body?: never;
|
|
2057
|
+
path?: never;
|
|
2058
|
+
query: {
|
|
2059
|
+
f?: string;
|
|
2060
|
+
o?: string;
|
|
2061
|
+
q: string;
|
|
2062
|
+
s?: string;
|
|
2063
|
+
};
|
|
2064
|
+
url: "/api/v1/patent/us_patent_citation/";
|
|
2065
|
+
};
|
|
2066
|
+
type ListPatentCitationsErrors = {
|
|
2067
|
+
/**
|
|
2068
|
+
* Request Invalid
|
|
2069
|
+
*/
|
|
2070
|
+
400: BadRequestResponse;
|
|
2071
|
+
/**
|
|
2072
|
+
* Too many requests
|
|
2073
|
+
*/
|
|
2074
|
+
429: ThrottleResponse;
|
|
2075
|
+
};
|
|
2076
|
+
type ListPatentCitationsError = ListPatentCitationsErrors[keyof ListPatentCitationsErrors];
|
|
2077
|
+
type ListPatentCitationsResponses = {
|
|
2078
|
+
200: PatentCitationsSuccessResponse;
|
|
2079
|
+
};
|
|
2080
|
+
type ListPatentCitationsResponse = ListPatentCitationsResponses[keyof ListPatentCitationsResponses];
|
|
2081
|
+
type ListPatentCitationslistData = {
|
|
2082
|
+
body: PatentCitationsPostRequestBody;
|
|
2083
|
+
path?: never;
|
|
2084
|
+
query?: never;
|
|
2085
|
+
url: "/api/v1/patent/us_patent_citation/";
|
|
2086
|
+
};
|
|
2087
|
+
type ListPatentCitationslistErrors = {
|
|
2088
|
+
/**
|
|
2089
|
+
* Request Invalid
|
|
2090
|
+
*/
|
|
2091
|
+
400: BadRequestResponse;
|
|
2092
|
+
/**
|
|
2093
|
+
* Too many requests
|
|
2094
|
+
*/
|
|
2095
|
+
429: ThrottleResponse;
|
|
2096
|
+
};
|
|
2097
|
+
type ListPatentCitationslistError = ListPatentCitationslistErrors[keyof ListPatentCitationslistErrors];
|
|
2098
|
+
type ListPatentCitationslistResponses = {
|
|
2099
|
+
200: PatentCitationsSuccessResponse;
|
|
2100
|
+
};
|
|
2101
|
+
type ListPatentCitationslistResponse = ListPatentCitationslistResponses[keyof ListPatentCitationslistResponses];
|
|
2102
|
+
type RetrievePatentCitationsDetailData = {
|
|
2103
|
+
body?: never;
|
|
2104
|
+
path: {
|
|
2105
|
+
patent_id: string;
|
|
2106
|
+
};
|
|
2107
|
+
query?: never;
|
|
2108
|
+
url: "/api/v1/patent/us_patent_citation/{patent_id}/";
|
|
2109
|
+
};
|
|
2110
|
+
type RetrievePatentCitationsDetailErrors = {
|
|
2111
|
+
/**
|
|
2112
|
+
* Request Invalid
|
|
2113
|
+
*/
|
|
2114
|
+
400: BadRequestResponse;
|
|
2115
|
+
/**
|
|
2116
|
+
* Too many requests
|
|
2117
|
+
*/
|
|
2118
|
+
429: ThrottleResponse;
|
|
2119
|
+
};
|
|
2120
|
+
type RetrievePatentCitationsDetailError = RetrievePatentCitationsDetailErrors[keyof RetrievePatentCitationsDetailErrors];
|
|
2121
|
+
type RetrievePatentCitationsDetailResponses = {
|
|
2122
|
+
200: PatentCitationsSuccessResponse;
|
|
2123
|
+
};
|
|
2124
|
+
type RetrievePatentCitationsDetailResponse = RetrievePatentCitationsDetailResponses[keyof RetrievePatentCitationsDetailResponses];
|
|
2125
|
+
type ListPublicationData = {
|
|
2126
|
+
body?: never;
|
|
2127
|
+
path?: never;
|
|
2128
|
+
query: {
|
|
2129
|
+
f?: string;
|
|
2130
|
+
o?: string;
|
|
2131
|
+
q: string;
|
|
2132
|
+
s?: string;
|
|
2133
|
+
};
|
|
2134
|
+
url: "/api/v1/publication/";
|
|
2135
|
+
};
|
|
2136
|
+
type ListPublicationErrors = {
|
|
2137
|
+
/**
|
|
2138
|
+
* Request Invalid
|
|
2139
|
+
*/
|
|
2140
|
+
400: BadRequestResponse;
|
|
2141
|
+
/**
|
|
2142
|
+
* Too many requests
|
|
2143
|
+
*/
|
|
2144
|
+
429: ThrottleResponse;
|
|
2145
|
+
};
|
|
2146
|
+
type ListPublicationError = ListPublicationErrors[keyof ListPublicationErrors];
|
|
2147
|
+
type ListPublicationResponses = {
|
|
2148
|
+
200: PublicationSuccessResponse;
|
|
2149
|
+
};
|
|
2150
|
+
type ListPublicationResponse = ListPublicationResponses[keyof ListPublicationResponses];
|
|
2151
|
+
type ListPublicationlistData = {
|
|
2152
|
+
body: PublicationPostRequestBody;
|
|
2153
|
+
path?: never;
|
|
2154
|
+
query?: never;
|
|
2155
|
+
url: "/api/v1/publication/";
|
|
2156
|
+
};
|
|
2157
|
+
type ListPublicationlistErrors = {
|
|
2158
|
+
/**
|
|
2159
|
+
* Request Invalid
|
|
2160
|
+
*/
|
|
2161
|
+
400: BadRequestResponse;
|
|
2162
|
+
/**
|
|
2163
|
+
* Too many requests
|
|
2164
|
+
*/
|
|
2165
|
+
429: ThrottleResponse;
|
|
2166
|
+
};
|
|
2167
|
+
type ListPublicationlistError = ListPublicationlistErrors[keyof ListPublicationlistErrors];
|
|
2168
|
+
type ListPublicationlistResponses = {
|
|
2169
|
+
200: PublicationSuccessResponse;
|
|
2170
|
+
};
|
|
2171
|
+
type ListPublicationlistResponse = ListPublicationlistResponses[keyof ListPublicationlistResponses];
|
|
2172
|
+
type RetrievePublicationDetailData = {
|
|
2173
|
+
body?: never;
|
|
2174
|
+
path: {
|
|
2175
|
+
document_number: string;
|
|
2176
|
+
};
|
|
2177
|
+
query?: never;
|
|
2178
|
+
url: "/api/v1/publication/{document_number}/";
|
|
2179
|
+
};
|
|
2180
|
+
type RetrievePublicationDetailErrors = {
|
|
2181
|
+
/**
|
|
2182
|
+
* Request Invalid
|
|
2183
|
+
*/
|
|
2184
|
+
400: BadRequestResponse;
|
|
2185
|
+
/**
|
|
2186
|
+
* Too many requests
|
|
2187
|
+
*/
|
|
2188
|
+
429: ThrottleResponse;
|
|
2189
|
+
};
|
|
2190
|
+
type RetrievePublicationDetailError = RetrievePublicationDetailErrors[keyof RetrievePublicationDetailErrors];
|
|
2191
|
+
type RetrievePublicationDetailResponses = {
|
|
2192
|
+
200: PublicationSuccessResponse;
|
|
2193
|
+
};
|
|
2194
|
+
type RetrievePublicationDetailResponse = RetrievePublicationDetailResponses[keyof RetrievePublicationDetailResponses];
|
|
2195
|
+
type ListRelAppTextPubData = {
|
|
2196
|
+
body?: never;
|
|
2197
|
+
path?: never;
|
|
2198
|
+
query: {
|
|
2199
|
+
f?: string;
|
|
2200
|
+
o?: string;
|
|
2201
|
+
q: string;
|
|
2202
|
+
s?: string;
|
|
2203
|
+
};
|
|
2204
|
+
url: "/api/v1/publication/rel_app_text/";
|
|
2205
|
+
};
|
|
2206
|
+
type ListRelAppTextPubErrors = {
|
|
2207
|
+
/**
|
|
2208
|
+
* Request Invalid
|
|
2209
|
+
*/
|
|
2210
|
+
400: BadRequestResponse;
|
|
2211
|
+
/**
|
|
2212
|
+
* Too many requests
|
|
2213
|
+
*/
|
|
2214
|
+
429: ThrottleResponse;
|
|
2215
|
+
};
|
|
2216
|
+
type ListRelAppTextPubError = ListRelAppTextPubErrors[keyof ListRelAppTextPubErrors];
|
|
2217
|
+
type ListRelAppTextPubResponses = {
|
|
2218
|
+
200: RelAppTextPubSuccessResponse;
|
|
2219
|
+
};
|
|
2220
|
+
type ListRelAppTextPubResponse = ListRelAppTextPubResponses[keyof ListRelAppTextPubResponses];
|
|
2221
|
+
type ListRelAppTextPublistData = {
|
|
2222
|
+
body: RelAppTextPubPostRequestBody;
|
|
2223
|
+
path?: never;
|
|
2224
|
+
query?: never;
|
|
2225
|
+
url: "/api/v1/publication/rel_app_text/";
|
|
2226
|
+
};
|
|
2227
|
+
type ListRelAppTextPublistErrors = {
|
|
2228
|
+
/**
|
|
2229
|
+
* Request Invalid
|
|
2230
|
+
*/
|
|
2231
|
+
400: BadRequestResponse;
|
|
2232
|
+
/**
|
|
2233
|
+
* Too many requests
|
|
2234
|
+
*/
|
|
2235
|
+
429: ThrottleResponse;
|
|
2236
|
+
};
|
|
2237
|
+
type ListRelAppTextPublistError = ListRelAppTextPublistErrors[keyof ListRelAppTextPublistErrors];
|
|
2238
|
+
type ListRelAppTextPublistResponses = {
|
|
2239
|
+
200: RelAppTextPubSuccessResponse;
|
|
2240
|
+
};
|
|
2241
|
+
type ListRelAppTextPublistResponse = ListRelAppTextPublistResponses[keyof ListRelAppTextPublistResponses];
|
|
2242
|
+
type ListUspcMainclassData = {
|
|
2243
|
+
body?: never;
|
|
2244
|
+
path?: never;
|
|
2245
|
+
query: {
|
|
2246
|
+
f?: string;
|
|
2247
|
+
o?: string;
|
|
2248
|
+
q: string;
|
|
2249
|
+
s?: string;
|
|
2250
|
+
};
|
|
2251
|
+
url: "/api/v1/uspc_mainclass/";
|
|
2252
|
+
};
|
|
2253
|
+
type ListUspcMainclassErrors = {
|
|
2254
|
+
/**
|
|
2255
|
+
* Request Invalid
|
|
2256
|
+
*/
|
|
2257
|
+
400: BadRequestResponse;
|
|
2258
|
+
/**
|
|
2259
|
+
* Too many requests
|
|
2260
|
+
*/
|
|
2261
|
+
429: ThrottleResponse;
|
|
2262
|
+
};
|
|
2263
|
+
type ListUspcMainclassError = ListUspcMainclassErrors[keyof ListUspcMainclassErrors];
|
|
2264
|
+
type ListUspcMainclassResponses = {
|
|
2265
|
+
200: UspcMainclassSuccessResponse;
|
|
2266
|
+
};
|
|
2267
|
+
type ListUspcMainclassResponse = ListUspcMainclassResponses[keyof ListUspcMainclassResponses];
|
|
2268
|
+
type ListUspcMainclasslistData = {
|
|
2269
|
+
body: UspcMainclassPostRequestBody;
|
|
2270
|
+
path?: never;
|
|
2271
|
+
query?: never;
|
|
2272
|
+
url: "/api/v1/uspc_mainclass/";
|
|
2273
|
+
};
|
|
2274
|
+
type ListUspcMainclasslistErrors = {
|
|
2275
|
+
/**
|
|
2276
|
+
* Request Invalid
|
|
2277
|
+
*/
|
|
2278
|
+
400: BadRequestResponse;
|
|
2279
|
+
/**
|
|
2280
|
+
* Too many requests
|
|
2281
|
+
*/
|
|
2282
|
+
429: ThrottleResponse;
|
|
2283
|
+
};
|
|
2284
|
+
type ListUspcMainclasslistError = ListUspcMainclasslistErrors[keyof ListUspcMainclasslistErrors];
|
|
2285
|
+
type ListUspcMainclasslistResponses = {
|
|
2286
|
+
200: UspcMainclassSuccessResponse;
|
|
2287
|
+
};
|
|
2288
|
+
type ListUspcMainclasslistResponse = ListUspcMainclasslistResponses[keyof ListUspcMainclasslistResponses];
|
|
2289
|
+
type RetrieveUspcMainclassDetailData = {
|
|
2290
|
+
body?: never;
|
|
2291
|
+
path: {
|
|
2292
|
+
uspc_mainclass_id: string;
|
|
2293
|
+
};
|
|
2294
|
+
query?: never;
|
|
2295
|
+
url: "/api/v1/uspc_mainclass/{uspc_mainclass_id}/";
|
|
2296
|
+
};
|
|
2297
|
+
type RetrieveUspcMainclassDetailErrors = {
|
|
2298
|
+
/**
|
|
2299
|
+
* Request Invalid
|
|
2300
|
+
*/
|
|
2301
|
+
400: BadRequestResponse;
|
|
2302
|
+
/**
|
|
2303
|
+
* Too many requests
|
|
2304
|
+
*/
|
|
2305
|
+
429: ThrottleResponse;
|
|
2306
|
+
};
|
|
2307
|
+
type RetrieveUspcMainclassDetailError = RetrieveUspcMainclassDetailErrors[keyof RetrieveUspcMainclassDetailErrors];
|
|
2308
|
+
type RetrieveUspcMainclassDetailResponses = {
|
|
2309
|
+
200: UspcMainclassSuccessResponse;
|
|
2310
|
+
};
|
|
2311
|
+
type RetrieveUspcMainclassDetailResponse = RetrieveUspcMainclassDetailResponses[keyof RetrieveUspcMainclassDetailResponses];
|
|
2312
|
+
type ListUspcSubclassData = {
|
|
2313
|
+
body?: never;
|
|
2314
|
+
path?: never;
|
|
2315
|
+
query: {
|
|
2316
|
+
f?: string;
|
|
2317
|
+
o?: string;
|
|
2318
|
+
q: string;
|
|
2319
|
+
s?: string;
|
|
2320
|
+
};
|
|
2321
|
+
url: "/api/v1/uspc_subclass/";
|
|
2322
|
+
};
|
|
2323
|
+
type ListUspcSubclassErrors = {
|
|
2324
|
+
/**
|
|
2325
|
+
* Request Invalid
|
|
2326
|
+
*/
|
|
2327
|
+
400: BadRequestResponse;
|
|
2328
|
+
/**
|
|
2329
|
+
* Too many requests
|
|
2330
|
+
*/
|
|
2331
|
+
429: ThrottleResponse;
|
|
2332
|
+
};
|
|
2333
|
+
type ListUspcSubclassError = ListUspcSubclassErrors[keyof ListUspcSubclassErrors];
|
|
2334
|
+
type ListUspcSubclassResponses = {
|
|
2335
|
+
200: UspcSubclassSuccessResponse;
|
|
2336
|
+
};
|
|
2337
|
+
type ListUspcSubclassResponse = ListUspcSubclassResponses[keyof ListUspcSubclassResponses];
|
|
2338
|
+
type ListUspcSubclasslistData = {
|
|
2339
|
+
body: UspcSubclassPostRequestBody;
|
|
2340
|
+
path?: never;
|
|
2341
|
+
query?: never;
|
|
2342
|
+
url: "/api/v1/uspc_subclass/";
|
|
2343
|
+
};
|
|
2344
|
+
type ListUspcSubclasslistErrors = {
|
|
2345
|
+
/**
|
|
2346
|
+
* Request Invalid
|
|
2347
|
+
*/
|
|
2348
|
+
400: BadRequestResponse;
|
|
2349
|
+
/**
|
|
2350
|
+
* Too many requests
|
|
2351
|
+
*/
|
|
2352
|
+
429: ThrottleResponse;
|
|
2353
|
+
};
|
|
2354
|
+
type ListUspcSubclasslistError = ListUspcSubclasslistErrors[keyof ListUspcSubclasslistErrors];
|
|
2355
|
+
type ListUspcSubclasslistResponses = {
|
|
2356
|
+
200: UspcSubclassSuccessResponse;
|
|
2357
|
+
};
|
|
2358
|
+
type ListUspcSubclasslistResponse = ListUspcSubclasslistResponses[keyof ListUspcSubclasslistResponses];
|
|
2359
|
+
type RetrieveUspcSubclassDetailData = {
|
|
2360
|
+
body?: never;
|
|
2361
|
+
path: {
|
|
2362
|
+
uspc_subclass_id: string;
|
|
2363
|
+
};
|
|
2364
|
+
query?: never;
|
|
2365
|
+
url: "/api/v1/uspc_subclass/{uspc_subclass_id}/";
|
|
2366
|
+
};
|
|
2367
|
+
type RetrieveUspcSubclassDetailErrors = {
|
|
2368
|
+
/**
|
|
2369
|
+
* Request Invalid
|
|
2370
|
+
*/
|
|
2371
|
+
400: BadRequestResponse;
|
|
2372
|
+
/**
|
|
2373
|
+
* Too many requests
|
|
2374
|
+
*/
|
|
2375
|
+
429: ThrottleResponse;
|
|
2376
|
+
};
|
|
2377
|
+
type RetrieveUspcSubclassDetailError = RetrieveUspcSubclassDetailErrors[keyof RetrieveUspcSubclassDetailErrors];
|
|
2378
|
+
type RetrieveUspcSubclassDetailResponses = {
|
|
2379
|
+
200: UspcSubclassSuccessResponse;
|
|
2380
|
+
};
|
|
2381
|
+
type RetrieveUspcSubclassDetailResponse = RetrieveUspcSubclassDetailResponses[keyof RetrieveUspcSubclassDetailResponses];
|
|
2382
|
+
type ListWipoFieldData = {
|
|
2383
|
+
body?: never;
|
|
2384
|
+
path?: never;
|
|
2385
|
+
query: {
|
|
2386
|
+
f?: string;
|
|
2387
|
+
o?: string;
|
|
2388
|
+
q: string;
|
|
2389
|
+
s?: string;
|
|
2390
|
+
};
|
|
2391
|
+
url: "/api/v1/wipo/";
|
|
2392
|
+
};
|
|
2393
|
+
type ListWipoFieldErrors = {
|
|
2394
|
+
/**
|
|
2395
|
+
* Request Invalid
|
|
2396
|
+
*/
|
|
2397
|
+
400: BadRequestResponse;
|
|
2398
|
+
/**
|
|
2399
|
+
* Too many requests
|
|
2400
|
+
*/
|
|
2401
|
+
429: ThrottleResponse;
|
|
2402
|
+
};
|
|
2403
|
+
type ListWipoFieldError = ListWipoFieldErrors[keyof ListWipoFieldErrors];
|
|
2404
|
+
type ListWipoFieldResponses = {
|
|
2405
|
+
200: WipoFieldSuccessResponse;
|
|
2406
|
+
};
|
|
2407
|
+
type ListWipoFieldResponse = ListWipoFieldResponses[keyof ListWipoFieldResponses];
|
|
2408
|
+
type ListWipoFieldlistData = {
|
|
2409
|
+
body: WipoFieldPostRequestBody;
|
|
2410
|
+
path?: never;
|
|
2411
|
+
query?: never;
|
|
2412
|
+
url: "/api/v1/wipo/";
|
|
2413
|
+
};
|
|
2414
|
+
type ListWipoFieldlistErrors = {
|
|
2415
|
+
/**
|
|
2416
|
+
* Request Invalid
|
|
2417
|
+
*/
|
|
2418
|
+
400: BadRequestResponse;
|
|
2419
|
+
/**
|
|
2420
|
+
* Too many requests
|
|
2421
|
+
*/
|
|
2422
|
+
429: ThrottleResponse;
|
|
2423
|
+
};
|
|
2424
|
+
type ListWipoFieldlistError = ListWipoFieldlistErrors[keyof ListWipoFieldlistErrors];
|
|
2425
|
+
type ListWipoFieldlistResponses = {
|
|
2426
|
+
200: WipoFieldSuccessResponse;
|
|
2427
|
+
};
|
|
2428
|
+
type ListWipoFieldlistResponse = ListWipoFieldlistResponses[keyof ListWipoFieldlistResponses];
|
|
2429
|
+
type RetrieveWipoFieldDetailData = {
|
|
2430
|
+
body?: never;
|
|
2431
|
+
path: {
|
|
2432
|
+
wipo_id: string;
|
|
2433
|
+
};
|
|
2434
|
+
query?: never;
|
|
2435
|
+
url: "/api/v1/wipo/{wipo_id}/";
|
|
2436
|
+
};
|
|
2437
|
+
type RetrieveWipoFieldDetailErrors = {
|
|
2438
|
+
/**
|
|
2439
|
+
* Request Invalid
|
|
2440
|
+
*/
|
|
2441
|
+
400: BadRequestResponse;
|
|
2442
|
+
/**
|
|
2443
|
+
* Too many requests
|
|
2444
|
+
*/
|
|
2445
|
+
429: ThrottleResponse;
|
|
2446
|
+
};
|
|
2447
|
+
type RetrieveWipoFieldDetailError = RetrieveWipoFieldDetailErrors[keyof RetrieveWipoFieldDetailErrors];
|
|
2448
|
+
type RetrieveWipoFieldDetailResponses = {
|
|
2449
|
+
200: WipoFieldSuccessResponse;
|
|
2450
|
+
};
|
|
2451
|
+
type RetrieveWipoFieldDetailResponse = RetrieveWipoFieldDetailResponses[keyof RetrieveWipoFieldDetailResponses];
|
|
2452
|
+
//#endregion
|
|
2453
|
+
export { ApiSuccessResponse, ApplicationCitationPostRequestBody, ApplicationCitationSuccessResponse, AssigneePostRequestBody, AssigneeSuccessResponse, AttorneyPostRequestBody, AttorneySuccessResponse, BadRequestResponse, ClientOptions, CpcClassPostRequestBody, CpcClassSuccessResponse, CpcGroupPostRequestBody, CpcGroupSuccessResponse, CpcSubclassPostRequestBody, CpcSubclassSuccessResponse, ForeignCitationPostRequestBody, ForeignCitationSuccessResponse, GBrfSumTextGetData, GBrfSumTextGetError, GBrfSumTextGetErrors, GBrfSumTextGetResponse, GBrfSumTextGetResponses, GBrfSumTextPostData, GBrfSumTextPostError, GBrfSumTextPostErrors, GBrfSumTextPostRequestBody, GBrfSumTextPostResponse, GBrfSumTextPostResponses, GBrfSumTextSuccessResponse, GClaimGetData, GClaimGetError, GClaimGetErrors, GClaimGetResponse, GClaimGetResponses, GClaimPostData, GClaimPostError, GClaimPostErrors, GClaimPostRequestBody, GClaimPostResponse, GClaimPostResponses, GClaimSuccessResponse, GDetailDescTextGetData, GDetailDescTextGetError, GDetailDescTextGetErrors, GDetailDescTextGetResponse, GDetailDescTextGetResponses, GDetailDescTextPostData, GDetailDescTextPostError, GDetailDescTextPostErrors, GDetailDescTextPostRequestBody, GDetailDescTextPostResponse, GDetailDescTextPostResponses, GDetailDescTextSuccessResponse, GDrawDescTextGetData, GDrawDescTextGetError, GDrawDescTextGetErrors, GDrawDescTextGetResponse, GDrawDescTextGetResponses, GDrawDescTextPostData, GDrawDescTextPostError, GDrawDescTextPostErrors, GDrawDescTextPostRequestBody, GDrawDescTextPostResponse, GDrawDescTextPostResponses, GDrawDescTextSuccessResponse, InventorPostRequestBody, InventorSuccessResponse, IpcClassificationPostRequestBody, IpcClassificationSuccessResponse, ListApplicationCitationData, ListApplicationCitationError, ListApplicationCitationErrors, ListApplicationCitationResponse, ListApplicationCitationResponses, ListApplicationCitationlistData, ListApplicationCitationlistError, ListApplicationCitationlistErrors, ListApplicationCitationlistResponse, ListApplicationCitationlistResponses, ListAssigneeData, ListAssigneeError, ListAssigneeErrors, ListAssigneeResponse, ListAssigneeResponses, ListAssigneelistData, ListAssigneelistError, ListAssigneelistErrors, ListAssigneelistResponse, ListAssigneelistResponses, ListAttorneyData, ListAttorneyError, ListAttorneyErrors, ListAttorneyResponse, ListAttorneyResponses, ListAttorneylistData, ListAttorneylistError, ListAttorneylistErrors, ListAttorneylistResponse, ListAttorneylistResponses, ListCpcClassData, ListCpcClassError, ListCpcClassErrors, ListCpcClassResponse, ListCpcClassResponses, ListCpcClasslistData, ListCpcClasslistError, ListCpcClasslistErrors, ListCpcClasslistResponse, ListCpcClasslistResponses, ListCpcGroupData, ListCpcGroupError, ListCpcGroupErrors, ListCpcGroupResponse, ListCpcGroupResponses, ListCpcGrouplistData, ListCpcGrouplistError, ListCpcGrouplistErrors, ListCpcGrouplistResponse, ListCpcGrouplistResponses, ListCpcSubclassData, ListCpcSubclassError, ListCpcSubclassErrors, ListCpcSubclassResponse, ListCpcSubclassResponses, ListCpcSubclasslistData, ListCpcSubclasslistError, ListCpcSubclasslistErrors, ListCpcSubclasslistResponse, ListCpcSubclasslistResponses, ListForeignCitationData, ListForeignCitationError, ListForeignCitationErrors, ListForeignCitationResponse, ListForeignCitationResponses, ListForeignCitationlistData, ListForeignCitationlistError, ListForeignCitationlistErrors, ListForeignCitationlistResponse, ListForeignCitationlistResponses, ListInventorData, ListInventorError, ListInventorErrors, ListInventorResponse, ListInventorResponses, ListInventorlistData, ListInventorlistError, ListInventorlistErrors, ListInventorlistResponse, ListInventorlistResponses, ListIpcClassificationData, ListIpcClassificationError, ListIpcClassificationErrors, ListIpcClassificationResponse, ListIpcClassificationResponses, ListIpcClassificationlistData, ListIpcClassificationlistError, ListIpcClassificationlistErrors, ListIpcClassificationlistResponse, ListIpcClassificationlistResponses, ListLocationData, ListLocationError, ListLocationErrors, ListLocationResponse, ListLocationResponses, ListLocationlistData, ListLocationlistError, ListLocationlistErrors, ListLocationlistResponse, ListLocationlistResponses, ListOtherreferenceData, ListOtherreferenceError, ListOtherreferenceErrors, ListOtherreferenceResponse, ListOtherreferenceResponses, ListOtherreferencelistData, ListOtherreferencelistError, ListOtherreferencelistErrors, ListOtherreferencelistResponse, ListOtherreferencelistResponses, ListPatentCitationsData, ListPatentCitationsError, ListPatentCitationsErrors, ListPatentCitationsResponse, ListPatentCitationsResponses, ListPatentCitationslistData, ListPatentCitationslistError, ListPatentCitationslistErrors, ListPatentCitationslistResponse, ListPatentCitationslistResponses, ListPatentData, ListPatentError, ListPatentErrors, ListPatentResponse, ListPatentResponses, ListPatentlistData, ListPatentlistError, ListPatentlistErrors, ListPatentlistResponse, ListPatentlistResponses, ListPublicationData, ListPublicationError, ListPublicationErrors, ListPublicationResponse, ListPublicationResponses, ListPublicationlistData, ListPublicationlistError, ListPublicationlistErrors, ListPublicationlistResponse, ListPublicationlistResponses, ListRelAppTextData, ListRelAppTextError, ListRelAppTextErrors, ListRelAppTextPubData, ListRelAppTextPubError, ListRelAppTextPubErrors, ListRelAppTextPubResponse, ListRelAppTextPubResponses, ListRelAppTextPublistData, ListRelAppTextPublistError, ListRelAppTextPublistErrors, ListRelAppTextPublistResponse, ListRelAppTextPublistResponses, ListRelAppTextResponse, ListRelAppTextResponses, ListRelAppTextlistData, ListRelAppTextlistError, ListRelAppTextlistErrors, ListRelAppTextlistResponse, ListRelAppTextlistResponses, ListUspcMainclassData, ListUspcMainclassError, ListUspcMainclassErrors, ListUspcMainclassResponse, ListUspcMainclassResponses, ListUspcMainclasslistData, ListUspcMainclasslistError, ListUspcMainclasslistErrors, ListUspcMainclasslistResponse, ListUspcMainclasslistResponses, ListUspcSubclassData, ListUspcSubclassError, ListUspcSubclassErrors, ListUspcSubclassResponse, ListUspcSubclassResponses, ListUspcSubclasslistData, ListUspcSubclasslistError, ListUspcSubclasslistErrors, ListUspcSubclasslistResponse, ListUspcSubclasslistResponses, ListWipoFieldData, ListWipoFieldError, ListWipoFieldErrors, ListWipoFieldResponse, ListWipoFieldResponses, ListWipoFieldlistData, ListWipoFieldlistError, ListWipoFieldlistErrors, ListWipoFieldlistResponse, ListWipoFieldlistResponses, LocationPostRequestBody, LocationSuccessResponse, OtherreferencePostRequestBody, OtherreferenceSuccessResponse, PatentCitationsPostRequestBody, PatentCitationsSuccessResponse, PatentPostRequestBody, PatentSuccessResponse, PgBrfSumTextGetData, PgBrfSumTextGetError, PgBrfSumTextGetErrors, PgBrfSumTextGetResponse, PgBrfSumTextGetResponses, PgBrfSumTextPostData, PgBrfSumTextPostError, PgBrfSumTextPostErrors, PgBrfSumTextPostRequestBody, PgBrfSumTextPostResponse, PgBrfSumTextPostResponses, PgBrfSumTextSuccessResponse, PgClaimGetData, PgClaimGetError, PgClaimGetErrors, PgClaimGetResponse, PgClaimGetResponses, PgClaimPostData, PgClaimPostError, PgClaimPostErrors, PgClaimPostRequestBody, PgClaimPostResponse, PgClaimPostResponses, PgClaimSuccessResponse, PgDetailDescTextGetData, PgDetailDescTextGetError, PgDetailDescTextGetErrors, PgDetailDescTextGetResponse, PgDetailDescTextGetResponses, PgDetailDescTextPostData, PgDetailDescTextPostError, PgDetailDescTextPostErrors, PgDetailDescTextPostRequestBody, PgDetailDescTextPostResponse, PgDetailDescTextPostResponses, PgDetailDescTextSuccessResponse, PgDrawDescTextGetData, PgDrawDescTextGetError, PgDrawDescTextGetErrors, PgDrawDescTextGetResponse, PgDrawDescTextGetResponses, PgDrawDescTextPostData, PgDrawDescTextPostError, PgDrawDescTextPostErrors, PgDrawDescTextPostRequestBody, PgDrawDescTextPostResponse, PgDrawDescTextPostResponses, PgDrawDescTextSuccessResponse, PublicationPostRequestBody, PublicationSuccessResponse, RelAppTextPostRequestBody, RelAppTextPubPostRequestBody, RelAppTextPubSuccessResponse, RelAppTextSuccessResponse, RetrieveApplicationCitationDetailData, RetrieveApplicationCitationDetailError, RetrieveApplicationCitationDetailErrors, RetrieveApplicationCitationDetailResponse, RetrieveApplicationCitationDetailResponses, RetrieveAssigneeDetailData, RetrieveAssigneeDetailError, RetrieveAssigneeDetailErrors, RetrieveAssigneeDetailResponse, RetrieveAssigneeDetailResponses, RetrieveAttorneyDetailData, RetrieveAttorneyDetailError, RetrieveAttorneyDetailErrors, RetrieveAttorneyDetailResponse, RetrieveAttorneyDetailResponses, RetrieveCpcClassDetailData, RetrieveCpcClassDetailError, RetrieveCpcClassDetailErrors, RetrieveCpcClassDetailResponse, RetrieveCpcClassDetailResponses, RetrieveCpcGroupDetailData, RetrieveCpcGroupDetailError, RetrieveCpcGroupDetailErrors, RetrieveCpcGroupDetailResponse, RetrieveCpcGroupDetailResponses, RetrieveCpcSubclassDetailData, RetrieveCpcSubclassDetailError, RetrieveCpcSubclassDetailErrors, RetrieveCpcSubclassDetailResponse, RetrieveCpcSubclassDetailResponses, RetrieveInventorDetailData, RetrieveInventorDetailError, RetrieveInventorDetailErrors, RetrieveInventorDetailResponse, RetrieveInventorDetailResponses, RetrieveLocationDetailData, RetrieveLocationDetailError, RetrieveLocationDetailErrors, RetrieveLocationDetailResponse, RetrieveLocationDetailResponses, RetrievePatentCitationsDetailData, RetrievePatentCitationsDetailError, RetrievePatentCitationsDetailErrors, RetrievePatentCitationsDetailResponse, RetrievePatentCitationsDetailResponses, RetrievePatentDetailData, RetrievePatentDetailError, RetrievePatentDetailErrors, RetrievePatentDetailResponse, RetrievePatentDetailResponses, RetrievePublicationDetailData, RetrievePublicationDetailError, RetrievePublicationDetailErrors, RetrievePublicationDetailResponse, RetrievePublicationDetailResponses, RetrieveUspcMainclassDetailData, RetrieveUspcMainclassDetailError, RetrieveUspcMainclassDetailErrors, RetrieveUspcMainclassDetailResponse, RetrieveUspcMainclassDetailResponses, RetrieveUspcSubclassDetailData, RetrieveUspcSubclassDetailError, RetrieveUspcSubclassDetailErrors, RetrieveUspcSubclassDetailResponse, RetrieveUspcSubclassDetailResponses, RetrieveWipoFieldDetailData, RetrieveWipoFieldDetailError, RetrieveWipoFieldDetailErrors, RetrieveWipoFieldDetailResponse, RetrieveWipoFieldDetailResponses, ThrottleResponse, UnauthenticatedRequestResponse, UspcMainclassPostRequestBody, UspcMainclassSuccessResponse, UspcSubclassPostRequestBody, UspcSubclassSuccessResponse, WipoFieldPostRequestBody, WipoFieldSuccessResponse };
|
|
2454
|
+
//# sourceMappingURL=types.gen.d.ts.map
|