@icib.dev/api-client 1.0.1 → 1.0.3

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.
@@ -1,3625 +1,6 @@
1
1
  export declare const apiClient: {
2
- QR_Code: {
3
- assignQrcode(data: {
4
- qrcode_id: string;
5
- equipment_id: string;
6
- force?: boolean;
7
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
8
- downloadUnassigned(params?: {
9
- search?: string;
10
- ordering?: string;
11
- page?: number;
12
- size?: number;
13
- }, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
14
- generateCsv(data: {
15
- n: number;
16
- }, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
17
- };
18
- allegati: {
19
- list(params?: {
20
- search?: string;
21
- ordering?: string;
22
- page?: number;
23
- size?: number;
24
- }): Promise<import("axios").AxiosResponse<{
25
- count: number;
26
- next?: string | null;
27
- previous?: string | null;
28
- results: Array<import("./index.js").Allegato>;
29
- }, any, {}>>;
30
- create(data: import("./index.js").Allegato): Promise<import("axios").AxiosResponse<import("./index.js").Allegato, any, {}>>;
31
- read(params: {
32
- id: string | number;
33
- }): Promise<import("axios").AxiosResponse<import("./index.js").Allegato, any, {}>>;
34
- update(params: {
35
- id: string | number;
36
- }, data: import("./index.js").Allegato): Promise<import("axios").AxiosResponse<import("./index.js").Allegato, any, {}>>;
37
- partialUpdate(params: {
38
- id: string | number;
39
- }, data: import("./index.js").Allegato): Promise<import("axios").AxiosResponse<import("./index.js").Allegato, any, {}>>;
40
- delete(params: {
41
- id: string | number;
42
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
43
- token(params: {
44
- id: string | number;
45
- }): Promise<import("axios").AxiosResponse<import("./index.js").Allegato, any, {}>>;
46
- };
47
- allegato: {
48
- downloadRead(params: {
49
- token: string | number;
50
- }, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
51
- previewRead(params: {
52
- id: string | number;
53
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
54
- };
55
- articolo: {
56
- list(params?: {
57
- search?: string;
58
- ordering?: string;
59
- obsoleto?: string;
60
- tipo_articolo?: string;
61
- nome?: string;
62
- codice?: string;
63
- page?: number;
64
- size?: number;
65
- }): Promise<import("axios").AxiosResponse<{
66
- count: number;
67
- next?: string | null;
68
- previous?: string | null;
69
- results: Array<import("./index.js").Articolo>;
70
- }, any, {}>>;
71
- create(data: import("./index.js").Articolo): Promise<import("axios").AxiosResponse<import("./index.js").Articolo, any, {}>>;
72
- select(params?: {
73
- search?: string;
74
- ordering?: string;
75
- obsoleto?: string;
76
- tipo_articolo?: string;
77
- nome?: string;
78
- codice?: string;
79
- page?: number;
80
- size?: number;
81
- }): Promise<import("axios").AxiosResponse<{
82
- count: number;
83
- next?: string | null;
84
- previous?: string | null;
85
- results: Array<import("./index.js").Articolo>;
86
- }, any, {}>>;
87
- read(params: {
88
- id: string | number;
89
- }): Promise<import("axios").AxiosResponse<import("./index.js").Articolo, any, {}>>;
90
- update(params: {
91
- id: string | number;
92
- }, data: import("./index.js").Articolo): Promise<import("axios").AxiosResponse<import("./index.js").Articolo, any, {}>>;
93
- partialUpdate(params: {
94
- id: string | number;
95
- }, data: import("./index.js").Articolo): Promise<import("axios").AxiosResponse<import("./index.js").Articolo, any, {}>>;
96
- delete(params: {
97
- id: string | number;
98
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
99
- giacenze(params: {
100
- id: string | number;
101
- }): Promise<import("axios").AxiosResponse<import("./index.js").Articolo, any, {}>>;
102
- setScortaMinima(params: {
103
- id: string | number;
104
- }, data: import("./index.js").Articolo): Promise<import("axios").AxiosResponse<import("./index.js").Articolo, any, {}>>;
105
- };
106
- aspetto_beni: {
107
- beniList(params?: {
108
- search?: string;
109
- ordering?: string;
110
- nome?: string;
111
- page?: number;
112
- size?: number;
113
- }): Promise<import("axios").AxiosResponse<{
114
- count: number;
115
- next?: string | null;
116
- previous?: string | null;
117
- results: Array<import("./index.js").AspettoBeni>;
118
- }, any, {}>>;
119
- beniCreate(data: import("./index.js").AspettoBeni): Promise<import("axios").AxiosResponse<import("./index.js").AspettoBeni, any, {}>>;
120
- beniSelect(params?: {
121
- search?: string;
122
- ordering?: string;
123
- nome?: string;
124
- page?: number;
125
- size?: number;
126
- }): Promise<import("axios").AxiosResponse<{
127
- count: number;
128
- next?: string | null;
129
- previous?: string | null;
130
- results: Array<import("./index.js").AspettoBeni>;
131
- }, any, {}>>;
132
- beniRead(params: {
133
- id: string | number;
134
- }): Promise<import("axios").AxiosResponse<import("./index.js").AspettoBeni, any, {}>>;
135
- beniUpdate(params: {
136
- id: string | number;
137
- }, data: import("./index.js").AspettoBeni): Promise<import("axios").AxiosResponse<import("./index.js").AspettoBeni, any, {}>>;
138
- beniPartialUpdate(params: {
139
- id: string | number;
140
- }, data: import("./index.js").AspettoBeni): Promise<import("axios").AxiosResponse<import("./index.js").AspettoBeni, any, {}>>;
141
- beniDelete(params: {
142
- id: string | number;
143
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
144
- };
145
- auth: {
146
- jwtCreateCreate(data: import("./index.js").TokenObtainPair): Promise<import("axios").AxiosResponse<import("./index.js").TokenObtainPair, any, {}>>;
147
- jwtRefreshCreate(data: import("./index.js").TokenRefresh): Promise<import("axios").AxiosResponse<import("./index.js").TokenRefresh, any, {}>>;
148
- jwtVerifyCreate(data: import("./index.js").TokenVerify): Promise<import("axios").AxiosResponse<import("./index.js").TokenVerify, any, {}>>;
149
- };
150
- azienda: {
151
- list(params?: {
152
- search?: string;
153
- ordering?: string;
154
- denominazione?: string;
155
- partita_iva?: string;
156
- codice_fiscale?: string;
157
- page?: number;
158
- size?: number;
159
- }): Promise<import("axios").AxiosResponse<{
160
- count: number;
161
- next?: string | null;
162
- previous?: string | null;
163
- results: Array<import("./index.js").Azienda>;
164
- }, any, {}>>;
165
- create(data: import("./index.js").Azienda): Promise<import("axios").AxiosResponse<import("./index.js").Azienda, any, {}>>;
166
- select(params?: {
167
- search?: string;
168
- ordering?: string;
169
- denominazione?: string;
170
- partita_iva?: string;
171
- codice_fiscale?: string;
172
- page?: number;
173
- size?: number;
174
- }): Promise<import("axios").AxiosResponse<{
175
- count: number;
176
- next?: string | null;
177
- previous?: string | null;
178
- results: Array<import("./index.js").Azienda>;
179
- }, any, {}>>;
180
- read(params: {
181
- id: string | number;
182
- }): Promise<import("axios").AxiosResponse<import("./index.js").Azienda, any, {}>>;
183
- update(params: {
184
- id: string | number;
185
- }, data: import("./index.js").Azienda): Promise<import("axios").AxiosResponse<import("./index.js").Azienda, any, {}>>;
186
- partialUpdate(params: {
187
- id: string | number;
188
- }, data: import("./index.js").Azienda): Promise<import("axios").AxiosResponse<import("./index.js").Azienda, any, {}>>;
189
- delete(params: {
190
- id: string | number;
191
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
192
- };
193
- banca: {
194
- list(params?: {
195
- search?: string;
196
- ordering?: string;
197
- codice?: string;
198
- ragione_sociale?: string;
199
- page?: number;
200
- size?: number;
201
- }): Promise<import("axios").AxiosResponse<{
202
- count: number;
203
- next?: string | null;
204
- previous?: string | null;
205
- results: Array<import("./index.js").Banca>;
206
- }, any, {}>>;
207
- create(data: import("./index.js").Banca): Promise<import("axios").AxiosResponse<import("./index.js").Banca, any, {}>>;
208
- select(params?: {
209
- search?: string;
210
- ordering?: string;
211
- codice?: string;
212
- ragione_sociale?: string;
213
- page?: number;
214
- size?: number;
215
- }): Promise<import("axios").AxiosResponse<{
216
- count: number;
217
- next?: string | null;
218
- previous?: string | null;
219
- results: Array<import("./index.js").Banca>;
220
- }, any, {}>>;
221
- read(params: {
222
- id: string | number;
223
- }): Promise<import("axios").AxiosResponse<import("./index.js").Banca, any, {}>>;
224
- update(params: {
225
- id: string | number;
226
- }, data: import("./index.js").Banca): Promise<import("axios").AxiosResponse<import("./index.js").Banca, any, {}>>;
227
- partialUpdate(params: {
228
- id: string | number;
229
- }, data: import("./index.js").Banca): Promise<import("axios").AxiosResponse<import("./index.js").Banca, any, {}>>;
230
- delete(params: {
231
- id: string | number;
232
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
233
- };
234
- building: {
235
- list(params?: {
236
- search?: string;
237
- ordering?: string;
238
- name?: string;
239
- client?: string;
240
- page?: number;
241
- size?: number;
242
- }): Promise<import("axios").AxiosResponse<{
243
- count: number;
244
- next?: string | null;
245
- previous?: string | null;
246
- results: Array<import("./index.js").Building>;
247
- }, any, {}>>;
248
- create(data: import("./index.js").Building): Promise<import("axios").AxiosResponse<import("./index.js").Building, any, {}>>;
249
- select(params?: {
250
- search?: string;
251
- ordering?: string;
252
- name?: string;
253
- client?: string;
254
- page?: number;
255
- size?: number;
256
- }): Promise<import("axios").AxiosResponse<{
257
- count: number;
258
- next?: string | null;
259
- previous?: string | null;
260
- results: Array<import("./index.js").Building>;
261
- }, any, {}>>;
262
- read(params: {
263
- id: string | number;
264
- }): Promise<import("axios").AxiosResponse<import("./index.js").Building, any, {}>>;
265
- update(params: {
266
- id: string | number;
267
- }, data: import("./index.js").Building): Promise<import("axios").AxiosResponse<import("./index.js").Building, any, {}>>;
268
- partialUpdate(params: {
269
- id: string | number;
270
- }, data: import("./index.js").Building): Promise<import("axios").AxiosResponse<import("./index.js").Building, any, {}>>;
271
- delete(params: {
272
- id: string | number;
273
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
274
- };
275
- buildingMedia: {
276
- list(params?: {
277
- search?: string;
278
- ordering?: string;
279
- building?: string;
280
- media?: string;
281
- page?: number;
282
- size?: number;
283
- }): Promise<import("axios").AxiosResponse<{
284
- count: number;
285
- next?: string | null;
286
- previous?: string | null;
287
- results: Array<import("./index.js").BuildingMedia>;
288
- }, any, {}>>;
289
- select(params?: {
290
- search?: string;
291
- ordering?: string;
292
- building?: string;
293
- media?: string;
294
- page?: number;
295
- size?: number;
296
- }): Promise<import("axios").AxiosResponse<{
297
- count: number;
298
- next?: string | null;
299
- previous?: string | null;
300
- results: Array<import("./index.js").BuildingMedia>;
301
- }, any, {}>>;
302
- uploadToBuilding(data?: FormData | Record<string, unknown>): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
303
- read(params: {
304
- id: string | number;
305
- }): Promise<import("axios").AxiosResponse<import("./index.js").BuildingMedia, any, {}>>;
306
- update(params: {
307
- id: string | number;
308
- }, data: import("./index.js").BuildingMedia): Promise<import("axios").AxiosResponse<import("./index.js").BuildingMedia, any, {}>>;
309
- partialUpdate(params: {
310
- id: string | number;
311
- }, data: import("./index.js").BuildingMedia): Promise<import("axios").AxiosResponse<import("./index.js").BuildingMedia, any, {}>>;
312
- delete(params: {
313
- id: string | number;
314
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
315
- download(params: {
316
- id: string | number;
317
- }, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
318
- upload(params: {
319
- id: string | number;
320
- }, data?: FormData | Record<string, unknown>): Promise<import("axios").AxiosResponse<import("./index.js").BuildingMedia, any, {}>>;
321
- };
322
- catalog: {
323
- list(params?: {
324
- search?: string;
325
- ordering?: string;
326
- name?: string;
327
- is_default?: string;
328
- page?: number;
329
- size?: number;
330
- }): Promise<import("axios").AxiosResponse<{
331
- count: number;
332
- next?: string | null;
333
- previous?: string | null;
334
- results: Array<import("./index.js").Catalog>;
335
- }, any, {}>>;
336
- create(data: import("./index.js").Catalog): Promise<import("axios").AxiosResponse<import("./index.js").Catalog, any, {}>>;
337
- select(params?: {
338
- search?: string;
339
- ordering?: string;
340
- name?: string;
341
- is_default?: string;
342
- page?: number;
343
- size?: number;
344
- }): Promise<import("axios").AxiosResponse<{
345
- count: number;
346
- next?: string | null;
347
- previous?: string | null;
348
- results: Array<import("./index.js").Catalog>;
349
- }, any, {}>>;
350
- read(params: {
351
- id: string | number;
352
- }): Promise<import("axios").AxiosResponse<import("./index.js").Catalog, any, {}>>;
353
- update(params: {
354
- id: string | number;
355
- }, data: import("./index.js").Catalog): Promise<import("axios").AxiosResponse<import("./index.js").Catalog, any, {}>>;
356
- partialUpdate(params: {
357
- id: string | number;
358
- }, data: import("./index.js").Catalog): Promise<import("axios").AxiosResponse<import("./index.js").Catalog, any, {}>>;
359
- delete(params: {
360
- id: string | number;
361
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
362
- };
363
- causale_trasporto: {
364
- trasportoList(params?: {
365
- search?: string;
366
- ordering?: string;
367
- codice?: string;
368
- nome?: string;
369
- page?: number;
370
- size?: number;
371
- }): Promise<import("axios").AxiosResponse<{
372
- count: number;
373
- next?: string | null;
374
- previous?: string | null;
375
- results: Array<import("./index.js").CausaleTrasporto>;
376
- }, any, {}>>;
377
- trasportoCreate(data: import("./index.js").CausaleTrasporto): Promise<import("axios").AxiosResponse<import("./index.js").CausaleTrasporto, any, {}>>;
378
- trasportoSelect(params?: {
379
- search?: string;
380
- ordering?: string;
381
- codice?: string;
382
- nome?: string;
383
- page?: number;
384
- size?: number;
385
- }): Promise<import("axios").AxiosResponse<{
386
- count: number;
387
- next?: string | null;
388
- previous?: string | null;
389
- results: Array<import("./index.js").CausaleTrasporto>;
390
- }, any, {}>>;
391
- trasportoRead(params: {
392
- id: string | number;
393
- }): Promise<import("axios").AxiosResponse<import("./index.js").CausaleTrasporto, any, {}>>;
394
- trasportoUpdate(params: {
395
- id: string | number;
396
- }, data: import("./index.js").CausaleTrasporto): Promise<import("axios").AxiosResponse<import("./index.js").CausaleTrasporto, any, {}>>;
397
- trasportoPartialUpdate(params: {
398
- id: string | number;
399
- }, data: import("./index.js").CausaleTrasporto): Promise<import("axios").AxiosResponse<import("./index.js").CausaleTrasporto, any, {}>>;
400
- trasportoDelete(params: {
401
- id: string | number;
402
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
403
- };
404
- change_password: {
405
- passwordCreate(data?: FormData | Record<string, unknown>): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
406
- };
407
- client: {
408
- list(params?: {
409
- search?: string;
410
- ordering?: string;
411
- name?: string;
412
- client_type?: string;
413
- page?: number;
414
- size?: number;
415
- }): Promise<import("axios").AxiosResponse<{
416
- count: number;
417
- next?: string | null;
418
- previous?: string | null;
419
- results: Array<import("./index.js").Client>;
420
- }, any, {}>>;
421
- create(data: import("./index.js").Client): Promise<import("axios").AxiosResponse<import("./index.js").Client, any, {}>>;
422
- select(params?: {
423
- search?: string;
424
- ordering?: string;
425
- name?: string;
426
- client_type?: string;
427
- page?: number;
428
- size?: number;
429
- }): Promise<import("axios").AxiosResponse<{
430
- count: number;
431
- next?: string | null;
432
- previous?: string | null;
433
- results: Array<import("./index.js").Client>;
434
- }, any, {}>>;
435
- read(params: {
436
- id: string | number;
437
- }): Promise<import("axios").AxiosResponse<import("./index.js").Client, any, {}>>;
438
- update(params: {
439
- id: string | number;
440
- }, data: import("./index.js").Client): Promise<import("axios").AxiosResponse<import("./index.js").Client, any, {}>>;
441
- partialUpdate(params: {
442
- id: string | number;
443
- }, data: import("./index.js").Client): Promise<import("axios").AxiosResponse<import("./index.js").Client, any, {}>>;
444
- delete(params: {
445
- id: string | number;
446
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
447
- users(params: {
448
- id: string | number;
449
- }): Promise<import("axios").AxiosResponse<import("./index.js").Client, any, {}>>;
450
- };
451
- clientCatalog: {
452
- list(params?: {
453
- search?: string;
454
- ordering?: string;
455
- client?: string;
456
- catalog?: string;
457
- is_default?: string;
458
- page?: number;
459
- size?: number;
460
- }): Promise<import("axios").AxiosResponse<{
461
- count: number;
462
- next?: string | null;
463
- previous?: string | null;
464
- results: Array<import("./index.js").ClientCatalog>;
465
- }, any, {}>>;
466
- create(data: import("./index.js").ClientCatalog): Promise<import("axios").AxiosResponse<import("./index.js").ClientCatalog, any, {}>>;
467
- select(params?: {
468
- search?: string;
469
- ordering?: string;
470
- client?: string;
471
- catalog?: string;
472
- is_default?: string;
473
- page?: number;
474
- size?: number;
475
- }): Promise<import("axios").AxiosResponse<{
476
- count: number;
477
- next?: string | null;
478
- previous?: string | null;
479
- results: Array<import("./index.js").ClientCatalog>;
480
- }, any, {}>>;
481
- read(params: {
482
- id: string | number;
483
- }): Promise<import("axios").AxiosResponse<import("./index.js").ClientCatalog, any, {}>>;
484
- update(params: {
485
- id: string | number;
486
- }, data: import("./index.js").ClientCatalog): Promise<import("axios").AxiosResponse<import("./index.js").ClientCatalog, any, {}>>;
487
- partialUpdate(params: {
488
- id: string | number;
489
- }, data: import("./index.js").ClientCatalog): Promise<import("axios").AxiosResponse<import("./index.js").ClientCatalog, any, {}>>;
490
- delete(params: {
491
- id: string | number;
492
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
493
- };
494
- clientUser: {
495
- list(params?: {
496
- search?: string;
497
- ordering?: string;
498
- client?: string;
499
- user?: string;
500
- role?: string;
501
- page?: number;
502
- size?: number;
503
- }): Promise<import("axios").AxiosResponse<{
504
- count: number;
505
- next?: string | null;
506
- previous?: string | null;
507
- results: Array<import("./index.js").ClientUser>;
508
- }, any, {}>>;
509
- createForClient(data: {
510
- username: string;
511
- email: string;
512
- password: string;
513
- first_name?: string;
514
- last_name?: string;
515
- client_id: string;
516
- role: string;
517
- contract_id?: string;
518
- }): Promise<import("axios").AxiosResponse<import("./index.js").ClientUser, any, {}>>;
519
- select(params?: {
520
- search?: string;
521
- ordering?: string;
522
- client?: string;
523
- user?: string;
524
- role?: string;
525
- page?: number;
526
- size?: number;
527
- }): Promise<import("axios").AxiosResponse<{
528
- count: number;
529
- next?: string | null;
530
- previous?: string | null;
531
- results: Array<import("./index.js").ClientUser>;
532
- }, any, {}>>;
533
- read(params: {
534
- id: string | number;
535
- }): Promise<import("axios").AxiosResponse<import("./index.js").ClientUser, any, {}>>;
536
- update(params: {
537
- id: string | number;
538
- }, data: import("./index.js").ClientUser): Promise<import("axios").AxiosResponse<import("./index.js").ClientUser, any, {}>>;
539
- partialUpdate(params: {
540
- id: string | number;
541
- }, data: import("./index.js").ClientUser): Promise<import("axios").AxiosResponse<import("./index.js").ClientUser, any, {}>>;
542
- delete(params: {
543
- id: string | number;
544
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
545
- };
546
- cliente_fornitore: {
547
- fornitoreList(params?: {
548
- search?: string;
549
- ordering?: string;
550
- id?: string;
551
- codice?: string;
552
- denominazione?: string;
553
- partita_iva?: string;
554
- codice_fiscale?: string;
555
- comune?: string;
556
- provincia?: string;
557
- indirizzo?: string;
558
- nazione?: string;
559
- cliente?: string;
560
- fornitore?: string;
561
- page?: number;
562
- size?: number;
563
- }): Promise<import("axios").AxiosResponse<{
564
- count: number;
565
- next?: string | null;
566
- previous?: string | null;
567
- results: Array<import("./index.js").ClienteFornitore>;
568
- }, any, {}>>;
569
- fornitoreCreate(data: import("./index.js").ClienteFornitore): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitore, any, {}>>;
570
- fornitoreSelect(params?: {
571
- search?: string;
572
- ordering?: string;
573
- id?: string;
574
- codice?: string;
575
- denominazione?: string;
576
- partita_iva?: string;
577
- codice_fiscale?: string;
578
- comune?: string;
579
- provincia?: string;
580
- indirizzo?: string;
581
- nazione?: string;
582
- cliente?: string;
583
- fornitore?: string;
584
- page?: number;
585
- size?: number;
586
- }): Promise<import("axios").AxiosResponse<{
587
- count: number;
588
- next?: string | null;
589
- previous?: string | null;
590
- results: Array<import("./index.js").ClienteFornitore>;
591
- }, any, {}>>;
592
- fornitoreViesLookup(params: {
593
- country_code: string | number;
594
- vat_number: string | number;
595
- } & {
596
- search?: string;
597
- ordering?: string;
598
- id?: string;
599
- codice?: string;
600
- denominazione?: string;
601
- partita_iva?: string;
602
- codice_fiscale?: string;
603
- comune?: string;
604
- provincia?: string;
605
- indirizzo?: string;
606
- nazione?: string;
607
- cliente?: string;
608
- fornitore?: string;
609
- page?: number;
610
- size?: number;
611
- }): Promise<import("axios").AxiosResponse<{
612
- count: number;
613
- next?: string | null;
614
- previous?: string | null;
615
- results: Array<import("./index.js").ClienteFornitore>;
616
- }, any, {}>>;
617
- fornitoreRead(params: {
618
- id: string | number;
619
- }): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitore, any, {}>>;
620
- fornitoreUpdate(params: {
621
- id: string | number;
622
- }, data: import("./index.js").ClienteFornitore): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitore, any, {}>>;
623
- fornitorePartialUpdate(params: {
624
- id: string | number;
625
- }, data: import("./index.js").ClienteFornitore): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitore, any, {}>>;
626
- fornitoreDelete(params: {
627
- id: string | number;
628
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
629
- };
630
- cliente_fornitore_banca: {
631
- fornitoreBancaList(params?: {
632
- search?: string;
633
- ordering?: string;
634
- ragione_sociale?: string;
635
- page?: number;
636
- size?: number;
637
- }): Promise<import("axios").AxiosResponse<{
638
- count: number;
639
- next?: string | null;
640
- previous?: string | null;
641
- results: Array<import("./index.js").ClienteFornitoreBanca>;
642
- }, any, {}>>;
643
- fornitoreBancaCreate(data: import("./index.js").ClienteFornitoreBanca): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitoreBanca, any, {}>>;
644
- fornitoreBancaSelect(params?: {
645
- search?: string;
646
- ordering?: string;
647
- ragione_sociale?: string;
648
- page?: number;
649
- size?: number;
650
- }): Promise<import("axios").AxiosResponse<{
651
- count: number;
652
- next?: string | null;
653
- previous?: string | null;
654
- results: Array<import("./index.js").ClienteFornitoreBanca>;
655
- }, any, {}>>;
656
- fornitoreBancaRead(params: {
657
- id: string | number;
658
- }): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitoreBanca, any, {}>>;
659
- fornitoreBancaUpdate(params: {
660
- id: string | number;
661
- }, data: import("./index.js").ClienteFornitoreBanca): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitoreBanca, any, {}>>;
662
- fornitoreBancaPartialUpdate(params: {
663
- id: string | number;
664
- }, data: import("./index.js").ClienteFornitoreBanca): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitoreBanca, any, {}>>;
665
- fornitoreBancaDelete(params: {
666
- id: string | number;
667
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
668
- };
669
- cliente_fornitore_contatto: {
670
- fornitoreContattoList(params?: {
671
- search?: string;
672
- ordering?: string;
673
- id?: string;
674
- cognome?: string;
675
- nome?: string;
676
- cliente_fornitore?: string;
677
- page?: number;
678
- size?: number;
679
- }): Promise<import("axios").AxiosResponse<{
680
- count: number;
681
- next?: string | null;
682
- previous?: string | null;
683
- results: Array<import("./index.js").ClienteFornitoreContatto>;
684
- }, any, {}>>;
685
- fornitoreContattoCreate(data: import("./index.js").ClienteFornitoreContatto): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitoreContatto, any, {}>>;
686
- fornitoreContattoSelect(params?: {
687
- search?: string;
688
- ordering?: string;
689
- id?: string;
690
- cognome?: string;
691
- nome?: string;
692
- cliente_fornitore?: string;
693
- page?: number;
694
- size?: number;
695
- }): Promise<import("axios").AxiosResponse<{
696
- count: number;
697
- next?: string | null;
698
- previous?: string | null;
699
- results: Array<import("./index.js").ClienteFornitoreContatto>;
700
- }, any, {}>>;
701
- fornitoreContattoRead(params: {
702
- id: string | number;
703
- }): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitoreContatto, any, {}>>;
704
- fornitoreContattoUpdate(params: {
705
- id: string | number;
706
- }, data: import("./index.js").ClienteFornitoreContatto): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitoreContatto, any, {}>>;
707
- fornitoreContattoPartialUpdate(params: {
708
- id: string | number;
709
- }, data: import("./index.js").ClienteFornitoreContatto): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitoreContatto, any, {}>>;
710
- fornitoreContattoDelete(params: {
711
- id: string | number;
712
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
713
- };
714
- cliente_fornitore_sede: {
715
- fornitoreSedeList(params?: {
716
- search?: string;
717
- ordering?: string;
718
- denominazione?: string;
719
- indirizzo?: string;
720
- comune?: string;
721
- page?: number;
722
- size?: number;
723
- }): Promise<import("axios").AxiosResponse<{
724
- count: number;
725
- next?: string | null;
726
- previous?: string | null;
727
- results: Array<import("./index.js").ClienteFornitoreSede>;
728
- }, any, {}>>;
729
- fornitoreSedeCreate(data: import("./index.js").ClienteFornitoreSede): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitoreSede, any, {}>>;
730
- fornitoreSedeSelect(params?: {
731
- search?: string;
732
- ordering?: string;
733
- denominazione?: string;
734
- indirizzo?: string;
735
- comune?: string;
736
- page?: number;
737
- size?: number;
738
- }): Promise<import("axios").AxiosResponse<{
739
- count: number;
740
- next?: string | null;
741
- previous?: string | null;
742
- results: Array<import("./index.js").ClienteFornitoreSede>;
743
- }, any, {}>>;
744
- fornitoreSedeRead(params: {
745
- id: string | number;
746
- }): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitoreSede, any, {}>>;
747
- fornitoreSedeUpdate(params: {
748
- id: string | number;
749
- }, data: import("./index.js").ClienteFornitoreSede): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitoreSede, any, {}>>;
750
- fornitoreSedePartialUpdate(params: {
751
- id: string | number;
752
- }, data: import("./index.js").ClienteFornitoreSede): Promise<import("axios").AxiosResponse<import("./index.js").ClienteFornitoreSede, any, {}>>;
753
- fornitoreSedeDelete(params: {
754
- id: string | number;
755
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
756
- };
757
- codice_iva: {
758
- ivaList(params?: {
759
- search?: string;
760
- ordering?: string;
761
- codice?: string;
762
- imposta?: string;
763
- descrizione?: string;
764
- page?: number;
765
- size?: number;
766
- }): Promise<import("axios").AxiosResponse<{
767
- count: number;
768
- next?: string | null;
769
- previous?: string | null;
770
- results: Array<import("./index.js").CodiceIVA>;
771
- }, any, {}>>;
772
- ivaCreate(data: import("./index.js").CodiceIVA): Promise<import("axios").AxiosResponse<import("./index.js").CodiceIVA, any, {}>>;
773
- ivaSelect(params?: {
774
- search?: string;
775
- ordering?: string;
776
- codice?: string;
777
- imposta?: string;
778
- descrizione?: string;
779
- page?: number;
780
- size?: number;
781
- }): Promise<import("axios").AxiosResponse<{
782
- count: number;
783
- next?: string | null;
784
- previous?: string | null;
785
- results: Array<import("./index.js").CodiceIVA>;
786
- }, any, {}>>;
787
- ivaRead(params: {
788
- id: string | number;
789
- }): Promise<import("axios").AxiosResponse<import("./index.js").CodiceIVA, any, {}>>;
790
- ivaUpdate(params: {
791
- id: string | number;
792
- }, data: import("./index.js").CodiceIVA): Promise<import("axios").AxiosResponse<import("./index.js").CodiceIVA, any, {}>>;
793
- ivaPartialUpdate(params: {
794
- id: string | number;
795
- }, data: import("./index.js").CodiceIVA): Promise<import("axios").AxiosResponse<import("./index.js").CodiceIVA, any, {}>>;
796
- ivaDelete(params: {
797
- id: string | number;
798
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
799
- };
800
- comment: {
801
- list(params?: {
802
- search?: string;
803
- ordering?: string;
804
- visit_equipment?: string;
805
- page?: number;
806
- size?: number;
807
- }): Promise<import("axios").AxiosResponse<{
808
- count: number;
809
- next?: string | null;
810
- previous?: string | null;
811
- results: Array<import("./index.js").Comment>;
812
- }, any, {}>>;
813
- create(data: import("./index.js").Comment): Promise<import("axios").AxiosResponse<import("./index.js").Comment, any, {}>>;
814
- select(params?: {
815
- search?: string;
816
- ordering?: string;
817
- visit_equipment?: string;
818
- page?: number;
819
- size?: number;
820
- }): Promise<import("axios").AxiosResponse<{
821
- count: number;
822
- next?: string | null;
823
- previous?: string | null;
824
- results: Array<import("./index.js").Comment>;
825
- }, any, {}>>;
826
- read(params: {
827
- id: string | number;
828
- }): Promise<import("axios").AxiosResponse<import("./index.js").Comment, any, {}>>;
829
- update(params: {
830
- id: string | number;
831
- }, data: import("./index.js").Comment): Promise<import("axios").AxiosResponse<import("./index.js").Comment, any, {}>>;
832
- partialUpdate(params: {
833
- id: string | number;
834
- }, data: import("./index.js").Comment): Promise<import("axios").AxiosResponse<import("./index.js").Comment, any, {}>>;
835
- delete(params: {
836
- id: string | number;
837
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
838
- };
839
- contact: {
840
- list(params?: {
841
- search?: string;
842
- ordering?: string;
843
- name?: string;
844
- client?: string;
845
- building?: string;
846
- page?: number;
847
- size?: number;
848
- }): Promise<import("axios").AxiosResponse<{
849
- count: number;
850
- next?: string | null;
851
- previous?: string | null;
852
- results: Array<import("./index.js").Contact>;
853
- }, any, {}>>;
854
- create(data: import("./index.js").Contact): Promise<import("axios").AxiosResponse<import("./index.js").Contact, any, {}>>;
855
- select(params?: {
856
- search?: string;
857
- ordering?: string;
858
- name?: string;
859
- client?: string;
860
- building?: string;
861
- page?: number;
862
- size?: number;
863
- }): Promise<import("axios").AxiosResponse<{
864
- count: number;
865
- next?: string | null;
866
- previous?: string | null;
867
- results: Array<import("./index.js").Contact>;
868
- }, any, {}>>;
869
- read(params: {
870
- id: string | number;
871
- }): Promise<import("axios").AxiosResponse<import("./index.js").Contact, any, {}>>;
872
- update(params: {
873
- id: string | number;
874
- }, data: import("./index.js").Contact): Promise<import("axios").AxiosResponse<import("./index.js").Contact, any, {}>>;
875
- partialUpdate(params: {
876
- id: string | number;
877
- }, data: import("./index.js").Contact): Promise<import("axios").AxiosResponse<import("./index.js").Contact, any, {}>>;
878
- delete(params: {
879
- id: string | number;
880
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
881
- };
882
- contract: {
883
- list(params?: {
884
- search?: string;
885
- ordering?: string;
886
- client?: string;
887
- page?: number;
888
- size?: number;
889
- }): Promise<import("axios").AxiosResponse<{
890
- count: number;
891
- next?: string | null;
892
- previous?: string | null;
893
- results: Array<import("./index.js").Contract>;
894
- }, any, {}>>;
895
- create(data: import("./index.js").Contract): Promise<import("axios").AxiosResponse<import("./index.js").Contract, any, {}>>;
896
- select(params?: {
897
- search?: string;
898
- ordering?: string;
899
- client?: string;
900
- page?: number;
901
- size?: number;
902
- }): Promise<import("axios").AxiosResponse<{
903
- count: number;
904
- next?: string | null;
905
- previous?: string | null;
906
- results: Array<import("./index.js").Contract>;
907
- }, any, {}>>;
908
- read(params: {
909
- id: string | number;
910
- }): Promise<import("axios").AxiosResponse<import("./index.js").Contract, any, {}>>;
911
- update(params: {
912
- id: string | number;
913
- }, data: import("./index.js").Contract): Promise<import("axios").AxiosResponse<import("./index.js").Contract, any, {}>>;
914
- partialUpdate(params: {
915
- id: string | number;
916
- }, data: import("./index.js").Contract): Promise<import("axios").AxiosResponse<import("./index.js").Contract, any, {}>>;
917
- delete(params: {
918
- id: string | number;
919
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
920
- };
921
- dashboard: {
922
- fatturatoList(): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
923
- };
924
- documento: {
925
- list(params?: {
926
- search?: string;
927
- ordering?: string;
928
- numero?: string;
929
- data?: string;
930
- stato?: string;
931
- cliente_fornitore?: string;
932
- tipo?: string;
933
- movimento?: string;
934
- fe_invio__stato?: string;
935
- tipo_fattura?: string;
936
- cig?: string;
937
- articolo?: string;
938
- page?: number;
939
- size?: number;
940
- }): Promise<import("axios").AxiosResponse<{
941
- count: number;
942
- next?: string | null;
943
- previous?: string | null;
944
- results: Array<import("./index.js").Documento>;
945
- }, any, {}>>;
946
- create(data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
947
- copia(data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
948
- export(params?: {
949
- search?: string;
950
- ordering?: string;
951
- numero?: string;
952
- data?: string;
953
- stato?: string;
954
- cliente_fornitore?: string;
955
- tipo?: string;
956
- movimento?: string;
957
- fe_invio__stato?: string;
958
- tipo_fattura?: string;
959
- cig?: string;
960
- articolo?: string;
961
- page?: number;
962
- size?: number;
963
- }, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
964
- exportContabList(): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
965
- exportFe(params?: {
966
- search?: string;
967
- ordering?: string;
968
- numero?: string;
969
- data?: string;
970
- stato?: string;
971
- cliente_fornitore?: string;
972
- tipo?: string;
973
- movimento?: string;
974
- fe_invio__stato?: string;
975
- tipo_fattura?: string;
976
- cig?: string;
977
- articolo?: string;
978
- page?: number;
979
- size?: number;
980
- }): Promise<import("axios").AxiosResponse<{
981
- count: number;
982
- next?: string | null;
983
- previous?: string | null;
984
- results: Array<import("./index.js").Documento>;
985
- }, any, {}>>;
986
- exportFeExcel(params?: {
987
- search?: string;
988
- ordering?: string;
989
- numero?: string;
990
- data?: string;
991
- stato?: string;
992
- cliente_fornitore?: string;
993
- tipo?: string;
994
- movimento?: string;
995
- fe_invio__stato?: string;
996
- tipo_fattura?: string;
997
- cig?: string;
998
- articolo?: string;
999
- page?: number;
1000
- size?: number;
1001
- }): Promise<import("axios").AxiosResponse<{
1002
- count: number;
1003
- next?: string | null;
1004
- previous?: string | null;
1005
- results: Array<import("./index.js").Documento>;
1006
- }, any, {}>>;
1007
- exportFePdf(params?: {
1008
- search?: string;
1009
- ordering?: string;
1010
- numero?: string;
1011
- data?: string;
1012
- stato?: string;
1013
- cliente_fornitore?: string;
1014
- tipo?: string;
1015
- movimento?: string;
1016
- fe_invio__stato?: string;
1017
- tipo_fattura?: string;
1018
- cig?: string;
1019
- articolo?: string;
1020
- page?: number;
1021
- size?: number;
1022
- }): Promise<import("axios").AxiosResponse<{
1023
- count: number;
1024
- next?: string | null;
1025
- previous?: string | null;
1026
- results: Array<import("./index.js").Documento>;
1027
- }, any, {}>>;
1028
- exportFeXml(params?: {
1029
- search?: string;
1030
- ordering?: string;
1031
- numero?: string;
1032
- data?: string;
1033
- stato?: string;
1034
- cliente_fornitore?: string;
1035
- tipo?: string;
1036
- movimento?: string;
1037
- fe_invio__stato?: string;
1038
- tipo_fattura?: string;
1039
- cig?: string;
1040
- articolo?: string;
1041
- page?: number;
1042
- size?: number;
1043
- }): Promise<import("axios").AxiosResponse<{
1044
- count: number;
1045
- next?: string | null;
1046
- previous?: string | null;
1047
- results: Array<import("./index.js").Documento>;
1048
- }, any, {}>>;
1049
- riferimentiRead(params: {
1050
- documento_pk: string | number;
1051
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1052
- rigaList(params?: {
1053
- search?: string;
1054
- ordering?: string;
1055
- articolo?: string;
1056
- codice?: string;
1057
- tipo_documento?: string;
1058
- movimento?: string;
1059
- page?: number;
1060
- size?: number;
1061
- }): Promise<import("axios").AxiosResponse<{
1062
- count: number;
1063
- next?: string | null;
1064
- previous?: string | null;
1065
- results: Array<import("./index.js").DocumentoRiga>;
1066
- }, any, {}>>;
1067
- rigaCreate(data: import("./index.js").DocumentoRiga): Promise<import("axios").AxiosResponse<import("./index.js").DocumentoRiga, any, {}>>;
1068
- rigaRead(params: {
1069
- id: string | number;
1070
- }): Promise<import("axios").AxiosResponse<import("./index.js").DocumentoRiga, any, {}>>;
1071
- rigaUpdate(params: {
1072
- id: string | number;
1073
- }, data: import("./index.js").DocumentoRiga): Promise<import("axios").AxiosResponse<import("./index.js").DocumentoRiga, any, {}>>;
1074
- rigaPartialUpdate(params: {
1075
- id: string | number;
1076
- }, data: import("./index.js").DocumentoRiga): Promise<import("axios").AxiosResponse<import("./index.js").DocumentoRiga, any, {}>>;
1077
- rigaDelete(params: {
1078
- id: string | number;
1079
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1080
- select(params?: {
1081
- search?: string;
1082
- ordering?: string;
1083
- numero?: string;
1084
- data?: string;
1085
- stato?: string;
1086
- cliente_fornitore?: string;
1087
- tipo?: string;
1088
- movimento?: string;
1089
- fe_invio__stato?: string;
1090
- tipo_fattura?: string;
1091
- cig?: string;
1092
- articolo?: string;
1093
- page?: number;
1094
- size?: number;
1095
- }): Promise<import("axios").AxiosResponse<{
1096
- count: number;
1097
- next?: string | null;
1098
- previous?: string | null;
1099
- results: Array<import("./index.js").Documento>;
1100
- }, any, {}>>;
1101
- rigaList1(params: {
1102
- documento_pk: string | number;
1103
- } & {
1104
- search?: string;
1105
- ordering?: string;
1106
- }): Promise<import("axios").AxiosResponse<import("./index.js").DocumentoRiga[], any, {}>>;
1107
- rigaCreate1(params: {
1108
- documento_pk: string | number;
1109
- }, data: import("./index.js").DocumentoRiga): Promise<import("axios").AxiosResponse<import("./index.js").DocumentoRiga, any, {}>>;
1110
- rigaSelect(params: {
1111
- documento_pk: string | number;
1112
- } & {
1113
- search?: string;
1114
- ordering?: string;
1115
- }): Promise<import("axios").AxiosResponse<import("./index.js").DocumentoRiga[], any, {}>>;
1116
- rigaRead1(params: {
1117
- documento_pk: string | number;
1118
- id: string | number;
1119
- }): Promise<import("axios").AxiosResponse<import("./index.js").DocumentoRiga, any, {}>>;
1120
- rigaUpdate1(params: {
1121
- documento_pk: string | number;
1122
- id: string | number;
1123
- }, data: import("./index.js").DocumentoRiga): Promise<import("axios").AxiosResponse<import("./index.js").DocumentoRiga, any, {}>>;
1124
- rigaPartialUpdate1(params: {
1125
- documento_pk: string | number;
1126
- id: string | number;
1127
- }, data: import("./index.js").DocumentoRiga): Promise<import("axios").AxiosResponse<import("./index.js").DocumentoRiga, any, {}>>;
1128
- rigaDelete1(params: {
1129
- documento_pk: string | number;
1130
- id: string | number;
1131
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1132
- rigaMoveDown(params: {
1133
- documento_pk: string | number;
1134
- id: string | number;
1135
- }, data: import("./index.js").DocumentoRiga): Promise<import("axios").AxiosResponse<import("./index.js").DocumentoRiga, any, {}>>;
1136
- rigaMoveUp(params: {
1137
- documento_pk: string | number;
1138
- id: string | number;
1139
- }, data: import("./index.js").DocumentoRiga): Promise<import("axios").AxiosResponse<import("./index.js").DocumentoRiga, any, {}>>;
1140
- read(params: {
1141
- id: string | number;
1142
- }): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1143
- update(params: {
1144
- id: string | number;
1145
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1146
- partialUpdate(params: {
1147
- id: string | number;
1148
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1149
- delete(params: {
1150
- id: string | number;
1151
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1152
- annullaFatturaElettronica(params: {
1153
- id: string | number;
1154
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1155
- calcolaScadenze(params: {
1156
- id: string | number;
1157
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1158
- conferma(params: {
1159
- id: string | number;
1160
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1161
- confermaFatturaElettronica(params: {
1162
- id: string | number;
1163
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1164
- confermaInviaDdt(params: {
1165
- id: string | number;
1166
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1167
- inviaEmail(params: {
1168
- id: string | number;
1169
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1170
- inviaFatturaElettronica(params: {
1171
- id: string | number;
1172
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1173
- rientroAttrezzatura(params: {
1174
- id: string | number;
1175
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1176
- salvaRiferimenti(params: {
1177
- id: string | number;
1178
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1179
- sblocca(params: {
1180
- id: string | number;
1181
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1182
- sbloccaFatturaElettronica(params: {
1183
- id: string | number;
1184
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1185
- scaricaXml(params: {
1186
- id: string | number;
1187
- }): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1188
- stampa(params: {
1189
- id: string | number;
1190
- }): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1191
- toXml(params: {
1192
- id: string | number;
1193
- }): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1194
- list1(params: {
1195
- movimento: string | number;
1196
- tipo: string | number;
1197
- } & {
1198
- search?: string;
1199
- ordering?: string;
1200
- numero?: string;
1201
- data?: string;
1202
- stato?: string;
1203
- cliente_fornitore?: string;
1204
- tipo?: string;
1205
- movimento?: string;
1206
- fe_invio__stato?: string;
1207
- tipo_fattura?: string;
1208
- cig?: string;
1209
- articolo?: string;
1210
- page?: number;
1211
- size?: number;
1212
- }): Promise<import("axios").AxiosResponse<{
1213
- count: number;
1214
- next?: string | null;
1215
- previous?: string | null;
1216
- results: Array<import("./index.js").Documento>;
1217
- }, any, {}>>;
1218
- create1(params: {
1219
- movimento: string | number;
1220
- tipo: string | number;
1221
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1222
- copia1(params: {
1223
- movimento: string | number;
1224
- tipo: string | number;
1225
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1226
- export1(params: {
1227
- movimento: string | number;
1228
- tipo: string | number;
1229
- } & {
1230
- search?: string;
1231
- ordering?: string;
1232
- numero?: string;
1233
- data?: string;
1234
- stato?: string;
1235
- cliente_fornitore?: string;
1236
- tipo?: string;
1237
- movimento?: string;
1238
- fe_invio__stato?: string;
1239
- tipo_fattura?: string;
1240
- cig?: string;
1241
- articolo?: string;
1242
- page?: number;
1243
- size?: number;
1244
- }, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
1245
- exportFe1(params: {
1246
- movimento: string | number;
1247
- tipo: string | number;
1248
- } & {
1249
- search?: string;
1250
- ordering?: string;
1251
- numero?: string;
1252
- data?: string;
1253
- stato?: string;
1254
- cliente_fornitore?: string;
1255
- tipo?: string;
1256
- movimento?: string;
1257
- fe_invio__stato?: string;
1258
- tipo_fattura?: string;
1259
- cig?: string;
1260
- articolo?: string;
1261
- page?: number;
1262
- size?: number;
1263
- }): Promise<import("axios").AxiosResponse<{
1264
- count: number;
1265
- next?: string | null;
1266
- previous?: string | null;
1267
- results: Array<import("./index.js").Documento>;
1268
- }, any, {}>>;
1269
- exportFeExcel1(params: {
1270
- movimento: string | number;
1271
- tipo: string | number;
1272
- } & {
1273
- search?: string;
1274
- ordering?: string;
1275
- numero?: string;
1276
- data?: string;
1277
- stato?: string;
1278
- cliente_fornitore?: string;
1279
- tipo?: string;
1280
- movimento?: string;
1281
- fe_invio__stato?: string;
1282
- tipo_fattura?: string;
1283
- cig?: string;
1284
- articolo?: string;
1285
- page?: number;
1286
- size?: number;
1287
- }): Promise<import("axios").AxiosResponse<{
1288
- count: number;
1289
- next?: string | null;
1290
- previous?: string | null;
1291
- results: Array<import("./index.js").Documento>;
1292
- }, any, {}>>;
1293
- exportFePdf1(params: {
1294
- movimento: string | number;
1295
- tipo: string | number;
1296
- } & {
1297
- search?: string;
1298
- ordering?: string;
1299
- numero?: string;
1300
- data?: string;
1301
- stato?: string;
1302
- cliente_fornitore?: string;
1303
- tipo?: string;
1304
- movimento?: string;
1305
- fe_invio__stato?: string;
1306
- tipo_fattura?: string;
1307
- cig?: string;
1308
- articolo?: string;
1309
- page?: number;
1310
- size?: number;
1311
- }): Promise<import("axios").AxiosResponse<{
1312
- count: number;
1313
- next?: string | null;
1314
- previous?: string | null;
1315
- results: Array<import("./index.js").Documento>;
1316
- }, any, {}>>;
1317
- exportFeXml1(params: {
1318
- movimento: string | number;
1319
- tipo: string | number;
1320
- } & {
1321
- search?: string;
1322
- ordering?: string;
1323
- numero?: string;
1324
- data?: string;
1325
- stato?: string;
1326
- cliente_fornitore?: string;
1327
- tipo?: string;
1328
- movimento?: string;
1329
- fe_invio__stato?: string;
1330
- tipo_fattura?: string;
1331
- cig?: string;
1332
- articolo?: string;
1333
- page?: number;
1334
- size?: number;
1335
- }): Promise<import("axios").AxiosResponse<{
1336
- count: number;
1337
- next?: string | null;
1338
- previous?: string | null;
1339
- results: Array<import("./index.js").Documento>;
1340
- }, any, {}>>;
1341
- select1(params: {
1342
- movimento: string | number;
1343
- tipo: string | number;
1344
- } & {
1345
- search?: string;
1346
- ordering?: string;
1347
- numero?: string;
1348
- data?: string;
1349
- stato?: string;
1350
- cliente_fornitore?: string;
1351
- tipo?: string;
1352
- movimento?: string;
1353
- fe_invio__stato?: string;
1354
- tipo_fattura?: string;
1355
- cig?: string;
1356
- articolo?: string;
1357
- page?: number;
1358
- size?: number;
1359
- }): Promise<import("axios").AxiosResponse<{
1360
- count: number;
1361
- next?: string | null;
1362
- previous?: string | null;
1363
- results: Array<import("./index.js").Documento>;
1364
- }, any, {}>>;
1365
- read1(params: {
1366
- movimento: string | number;
1367
- tipo: string | number;
1368
- id: string | number;
1369
- }): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1370
- update1(params: {
1371
- movimento: string | number;
1372
- tipo: string | number;
1373
- id: string | number;
1374
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1375
- partialUpdate1(params: {
1376
- movimento: string | number;
1377
- tipo: string | number;
1378
- id: string | number;
1379
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1380
- delete1(params: {
1381
- movimento: string | number;
1382
- tipo: string | number;
1383
- id: string | number;
1384
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1385
- annullaFatturaElettronica1(params: {
1386
- movimento: string | number;
1387
- tipo: string | number;
1388
- id: string | number;
1389
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1390
- calcolaScadenze1(params: {
1391
- movimento: string | number;
1392
- tipo: string | number;
1393
- id: string | number;
1394
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1395
- conferma1(params: {
1396
- movimento: string | number;
1397
- tipo: string | number;
1398
- id: string | number;
1399
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1400
- confermaFatturaElettronica1(params: {
1401
- movimento: string | number;
1402
- tipo: string | number;
1403
- id: string | number;
1404
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1405
- confermaInviaDdt1(params: {
1406
- movimento: string | number;
1407
- tipo: string | number;
1408
- id: string | number;
1409
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1410
- inviaEmail1(params: {
1411
- movimento: string | number;
1412
- tipo: string | number;
1413
- id: string | number;
1414
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1415
- inviaFatturaElettronica1(params: {
1416
- movimento: string | number;
1417
- tipo: string | number;
1418
- id: string | number;
1419
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1420
- rientroAttrezzatura1(params: {
1421
- movimento: string | number;
1422
- tipo: string | number;
1423
- id: string | number;
1424
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1425
- salvaRiferimenti1(params: {
1426
- movimento: string | number;
1427
- tipo: string | number;
1428
- id: string | number;
1429
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1430
- sblocca1(params: {
1431
- movimento: string | number;
1432
- tipo: string | number;
1433
- id: string | number;
1434
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1435
- sbloccaFatturaElettronica1(params: {
1436
- movimento: string | number;
1437
- tipo: string | number;
1438
- id: string | number;
1439
- }, data: import("./index.js").Documento): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1440
- scaricaXml1(params: {
1441
- movimento: string | number;
1442
- tipo: string | number;
1443
- id: string | number;
1444
- }): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1445
- stampa1(params: {
1446
- movimento: string | number;
1447
- tipo: string | number;
1448
- id: string | number;
1449
- }): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1450
- toXml1(params: {
1451
- movimento: string | number;
1452
- tipo: string | number;
1453
- id: string | number;
1454
- }): Promise<import("axios").AxiosResponse<import("./index.js").Documento, any, {}>>;
1455
- };
1456
- equipment: {
1457
- list(params?: {
1458
- search?: string;
1459
- ordering?: string;
1460
- is_active?: string;
1461
- equipment_model?: string;
1462
- registry?: string;
1463
- qr_code?: string;
1464
- page?: number;
1465
- size?: number;
1466
- }): Promise<import("axios").AxiosResponse<{
1467
- count: number;
1468
- next?: string | null;
1469
- previous?: string | null;
1470
- results: Array<import("./index.js").Equipment>;
1471
- }, any, {}>>;
1472
- create(data: import("./index.js").Equipment): Promise<import("axios").AxiosResponse<import("./index.js").Equipment, any, {}>>;
1473
- select(params?: {
1474
- search?: string;
1475
- ordering?: string;
1476
- is_active?: string;
1477
- equipment_model?: string;
1478
- registry?: string;
1479
- qr_code?: string;
1480
- page?: number;
1481
- size?: number;
1482
- }): Promise<import("axios").AxiosResponse<{
1483
- count: number;
1484
- next?: string | null;
1485
- previous?: string | null;
1486
- results: Array<import("./index.js").Equipment>;
1487
- }, any, {}>>;
1488
- read(params: {
1489
- id: string | number;
1490
- }): Promise<import("axios").AxiosResponse<import("./index.js").Equipment, any, {}>>;
1491
- update(params: {
1492
- id: string | number;
1493
- }, data: import("./index.js").Equipment): Promise<import("axios").AxiosResponse<import("./index.js").Equipment, any, {}>>;
1494
- partialUpdate(params: {
1495
- id: string | number;
1496
- }, data: import("./index.js").Equipment): Promise<import("axios").AxiosResponse<import("./index.js").Equipment, any, {}>>;
1497
- delete(params: {
1498
- id: string | number;
1499
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1500
- };
1501
- equipment_document: {
1502
- documentList(params?: {
1503
- search?: string;
1504
- ordering?: string;
1505
- equipment?: string;
1506
- type?: string;
1507
- page?: number;
1508
- size?: number;
1509
- }): Promise<import("axios").AxiosResponse<{
1510
- count: number;
1511
- next?: string | null;
1512
- previous?: string | null;
1513
- results: Array<import("./index.js").EquipmentDocument>;
1514
- }, any, {}>>;
1515
- documentSelect(params?: {
1516
- search?: string;
1517
- ordering?: string;
1518
- equipment?: string;
1519
- type?: string;
1520
- page?: number;
1521
- size?: number;
1522
- }): Promise<import("axios").AxiosResponse<{
1523
- count: number;
1524
- next?: string | null;
1525
- previous?: string | null;
1526
- results: Array<import("./index.js").EquipmentDocument>;
1527
- }, any, {}>>;
1528
- documentUploadToEquipment(data?: FormData | Record<string, unknown>): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1529
- documentRead(params: {
1530
- id: string | number;
1531
- }): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentDocument, any, {}>>;
1532
- documentUpdate(params: {
1533
- id: string | number;
1534
- }, data: import("./index.js").EquipmentDocument): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentDocument, any, {}>>;
1535
- documentPartialUpdate(params: {
1536
- id: string | number;
1537
- }, data: import("./index.js").EquipmentDocument): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentDocument, any, {}>>;
1538
- documentDelete(params: {
1539
- id: string | number;
1540
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1541
- documentDownload(params: {
1542
- id: string | number;
1543
- }, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
1544
- documentUpload(params: {
1545
- id: string | number;
1546
- }, data?: FormData | Record<string, unknown>): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentDocument, any, {}>>;
1547
- };
1548
- equipment_field: {
1549
- fieldList(params?: {
1550
- search?: string;
1551
- ordering?: string;
1552
- equipment?: string;
1553
- field?: string;
1554
- page?: number;
1555
- size?: number;
1556
- }): Promise<import("axios").AxiosResponse<{
1557
- count: number;
1558
- next?: string | null;
1559
- previous?: string | null;
1560
- results: Array<import("./index.js").EquipmentField>;
1561
- }, any, {}>>;
1562
- fieldCreate(data: import("./index.js").EquipmentField): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentField, any, {}>>;
1563
- fieldSelect(params?: {
1564
- search?: string;
1565
- ordering?: string;
1566
- equipment?: string;
1567
- field?: string;
1568
- page?: number;
1569
- size?: number;
1570
- }): Promise<import("axios").AxiosResponse<{
1571
- count: number;
1572
- next?: string | null;
1573
- previous?: string | null;
1574
- results: Array<import("./index.js").EquipmentField>;
1575
- }, any, {}>>;
1576
- fieldRead(params: {
1577
- id: string | number;
1578
- }): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentField, any, {}>>;
1579
- fieldUpdate(params: {
1580
- id: string | number;
1581
- }, data: import("./index.js").EquipmentField): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentField, any, {}>>;
1582
- fieldPartialUpdate(params: {
1583
- id: string | number;
1584
- }, data: import("./index.js").EquipmentField): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentField, any, {}>>;
1585
- fieldDelete(params: {
1586
- id: string | number;
1587
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1588
- };
1589
- equipment_model: {
1590
- modelList(params?: {
1591
- search?: string;
1592
- ordering?: string;
1593
- name?: string;
1594
- is_technical_room?: string;
1595
- page?: number;
1596
- size?: number;
1597
- }): Promise<import("axios").AxiosResponse<{
1598
- count: number;
1599
- next?: string | null;
1600
- previous?: string | null;
1601
- results: Array<import("./index.js").EquipmentModel>;
1602
- }, any, {}>>;
1603
- modelCreate(data: import("./index.js").EquipmentModel): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentModel, any, {}>>;
1604
- modelSelect(params?: {
1605
- search?: string;
1606
- ordering?: string;
1607
- name?: string;
1608
- is_technical_room?: string;
1609
- page?: number;
1610
- size?: number;
1611
- }): Promise<import("axios").AxiosResponse<{
1612
- count: number;
1613
- next?: string | null;
1614
- previous?: string | null;
1615
- results: Array<import("./index.js").EquipmentModel>;
1616
- }, any, {}>>;
1617
- modelRead(params: {
1618
- id: string | number;
1619
- }): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentModel, any, {}>>;
1620
- modelUpdate(params: {
1621
- id: string | number;
1622
- }, data: import("./index.js").EquipmentModel): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentModel, any, {}>>;
1623
- modelPartialUpdate(params: {
1624
- id: string | number;
1625
- }, data: import("./index.js").EquipmentModel): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentModel, any, {}>>;
1626
- modelDelete(params: {
1627
- id: string | number;
1628
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1629
- };
1630
- equipment_model_checklist_item: {
1631
- modelChecklistItemList(params?: {
1632
- search?: string;
1633
- ordering?: string;
1634
- equipment_model?: string;
1635
- page?: number;
1636
- size?: number;
1637
- }): Promise<import("axios").AxiosResponse<{
1638
- count: number;
1639
- next?: string | null;
1640
- previous?: string | null;
1641
- results: Array<import("./index.js").EquipmentModelChecklistItem>;
1642
- }, any, {}>>;
1643
- modelChecklistItemCreate(data: import("./index.js").EquipmentModelChecklistItem): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentModelChecklistItem, any, {}>>;
1644
- modelChecklistItemSelect(params?: {
1645
- search?: string;
1646
- ordering?: string;
1647
- equipment_model?: string;
1648
- page?: number;
1649
- size?: number;
1650
- }): Promise<import("axios").AxiosResponse<{
1651
- count: number;
1652
- next?: string | null;
1653
- previous?: string | null;
1654
- results: Array<import("./index.js").EquipmentModelChecklistItem>;
1655
- }, any, {}>>;
1656
- modelChecklistItemRead(params: {
1657
- id: string | number;
1658
- }): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentModelChecklistItem, any, {}>>;
1659
- modelChecklistItemUpdate(params: {
1660
- id: string | number;
1661
- }, data: import("./index.js").EquipmentModelChecklistItem): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentModelChecklistItem, any, {}>>;
1662
- modelChecklistItemPartialUpdate(params: {
1663
- id: string | number;
1664
- }, data: import("./index.js").EquipmentModelChecklistItem): Promise<import("axios").AxiosResponse<import("./index.js").EquipmentModelChecklistItem, any, {}>>;
1665
- modelChecklistItemDelete(params: {
1666
- id: string | number;
1667
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1668
- };
1669
- feInvio: {
1670
- list(params?: {
1671
- search?: string;
1672
- ordering?: string;
1673
- id?: string;
1674
- stato?: string;
1675
- data_invio?: string;
1676
- documento__azienda?: string;
1677
- page?: number;
1678
- size?: number;
1679
- }): Promise<import("axios").AxiosResponse<{
1680
- count: number;
1681
- next?: string | null;
1682
- previous?: string | null;
1683
- results: Array<import("./index.js").FatturaElettronicaInvio>;
1684
- }, any, {}>>;
1685
- create(data: import("./index.js").FatturaElettronicaInvio): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaInvio, any, {}>>;
1686
- scaricaNotifica(params?: {
1687
- search?: string;
1688
- ordering?: string;
1689
- id?: string;
1690
- stato?: string;
1691
- data_invio?: string;
1692
- documento__azienda?: string;
1693
- page?: number;
1694
- size?: number;
1695
- }): Promise<import("axios").AxiosResponse<{
1696
- count: number;
1697
- next?: string | null;
1698
- previous?: string | null;
1699
- results: Array<import("./index.js").FatturaElettronicaInvio>;
1700
- }, any, {}>>;
1701
- select(params?: {
1702
- search?: string;
1703
- ordering?: string;
1704
- id?: string;
1705
- stato?: string;
1706
- data_invio?: string;
1707
- documento__azienda?: string;
1708
- page?: number;
1709
- size?: number;
1710
- }): Promise<import("axios").AxiosResponse<{
1711
- count: number;
1712
- next?: string | null;
1713
- previous?: string | null;
1714
- results: Array<import("./index.js").FatturaElettronicaInvio>;
1715
- }, any, {}>>;
1716
- read(params: {
1717
- id: string | number;
1718
- }): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaInvio, any, {}>>;
1719
- update(params: {
1720
- id: string | number;
1721
- }, data: import("./index.js").FatturaElettronicaInvio): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaInvio, any, {}>>;
1722
- partialUpdate(params: {
1723
- id: string | number;
1724
- }, data: import("./index.js").FatturaElettronicaInvio): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaInvio, any, {}>>;
1725
- delete(params: {
1726
- id: string | number;
1727
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1728
- };
1729
- feRicezione: {
1730
- list(params?: {
1731
- search?: string;
1732
- ordering?: string;
1733
- id?: string;
1734
- fe_numero_documento?: string;
1735
- fe_mittente_denominazione?: string;
1736
- fe_mittente_partita_iva?: string;
1737
- fe_mittente_codice_fiscale?: string;
1738
- fe_imponibile?: string;
1739
- fe_imposta?: string;
1740
- fe_totale?: string;
1741
- fornitore?: string;
1742
- fe_data_documento?: string;
1743
- data_ricezione?: string;
1744
- fe_anno?: string;
1745
- fe_tipo?: string;
1746
- page?: number;
1747
- size?: number;
1748
- }): Promise<import("axios").AxiosResponse<{
1749
- count: number;
1750
- next?: string | null;
1751
- previous?: string | null;
1752
- results: Array<import("./index.js").FatturaElettronicaRicezione>;
1753
- }, any, {}>>;
1754
- create(data: import("./index.js").FatturaElettronicaRicezione): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezione, any, {}>>;
1755
- contab(data: import("./index.js").FatturaElettronicaRicezione): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezione, any, {}>>;
1756
- export(params?: {
1757
- search?: string;
1758
- ordering?: string;
1759
- id?: string;
1760
- fe_numero_documento?: string;
1761
- fe_mittente_denominazione?: string;
1762
- fe_mittente_partita_iva?: string;
1763
- fe_mittente_codice_fiscale?: string;
1764
- fe_imponibile?: string;
1765
- fe_imposta?: string;
1766
- fe_totale?: string;
1767
- fornitore?: string;
1768
- fe_data_documento?: string;
1769
- data_ricezione?: string;
1770
- fe_anno?: string;
1771
- fe_tipo?: string;
1772
- page?: number;
1773
- size?: number;
1774
- }, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
1775
- select(params?: {
1776
- search?: string;
1777
- ordering?: string;
1778
- id?: string;
1779
- fe_numero_documento?: string;
1780
- fe_mittente_denominazione?: string;
1781
- fe_mittente_partita_iva?: string;
1782
- fe_mittente_codice_fiscale?: string;
1783
- fe_imponibile?: string;
1784
- fe_imposta?: string;
1785
- fe_totale?: string;
1786
- fornitore?: string;
1787
- fe_data_documento?: string;
1788
- data_ricezione?: string;
1789
- fe_anno?: string;
1790
- fe_tipo?: string;
1791
- page?: number;
1792
- size?: number;
1793
- }): Promise<import("axios").AxiosResponse<{
1794
- count: number;
1795
- next?: string | null;
1796
- previous?: string | null;
1797
- results: Array<import("./index.js").FatturaElettronicaRicezione>;
1798
- }, any, {}>>;
1799
- riepilogoivaList(params: {
1800
- fe_ricezione: string | number;
1801
- } & {
1802
- search?: string;
1803
- ordering?: string;
1804
- id?: string;
1805
- fe_ricezione?: string;
1806
- aliquota_iva?: string;
1807
- imponibile?: string;
1808
- imposta?: string;
1809
- conto?: string;
1810
- natura?: string;
1811
- riferimento?: string;
1812
- page?: number;
1813
- size?: number;
1814
- }): Promise<import("axios").AxiosResponse<{
1815
- count: number;
1816
- next?: string | null;
1817
- previous?: string | null;
1818
- results: Array<import("./index.js").FatturaElettronicaRicezioneRiepilogoIva>;
1819
- }, any, {}>>;
1820
- riepilogoivaCreate(params: {
1821
- fe_ricezione: string | number;
1822
- }, data: import("./index.js").FatturaElettronicaRicezioneRiepilogoIva): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezioneRiepilogoIva, any, {}>>;
1823
- riepilogoivaSelect(params: {
1824
- fe_ricezione: string | number;
1825
- } & {
1826
- search?: string;
1827
- ordering?: string;
1828
- id?: string;
1829
- fe_ricezione?: string;
1830
- aliquota_iva?: string;
1831
- imponibile?: string;
1832
- imposta?: string;
1833
- conto?: string;
1834
- natura?: string;
1835
- riferimento?: string;
1836
- page?: number;
1837
- size?: number;
1838
- }): Promise<import("axios").AxiosResponse<{
1839
- count: number;
1840
- next?: string | null;
1841
- previous?: string | null;
1842
- results: Array<import("./index.js").FatturaElettronicaRicezioneRiepilogoIva>;
1843
- }, any, {}>>;
1844
- riepilogoivaRead(params: {
1845
- fe_ricezione: string | number;
1846
- id: string | number;
1847
- }): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezioneRiepilogoIva, any, {}>>;
1848
- riepilogoivaUpdate(params: {
1849
- fe_ricezione: string | number;
1850
- id: string | number;
1851
- }, data: import("./index.js").FatturaElettronicaRicezioneRiepilogoIva): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezioneRiepilogoIva, any, {}>>;
1852
- riepilogoivaPartialUpdate(params: {
1853
- fe_ricezione: string | number;
1854
- id: string | number;
1855
- }, data: import("./index.js").FatturaElettronicaRicezioneRiepilogoIva): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezioneRiepilogoIva, any, {}>>;
1856
- riepilogoivaDelete(params: {
1857
- fe_ricezione: string | number;
1858
- id: string | number;
1859
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1860
- rigaList(params: {
1861
- fe_ricezione: string | number;
1862
- } & {
1863
- search?: string;
1864
- ordering?: string;
1865
- }): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezioneRiga[], any, {}>>;
1866
- rigaCreate(params: {
1867
- fe_ricezione: string | number;
1868
- }, data: import("./index.js").FatturaElettronicaRicezioneRiga): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezioneRiga, any, {}>>;
1869
- rigaSelect(params: {
1870
- fe_ricezione: string | number;
1871
- } & {
1872
- search?: string;
1873
- ordering?: string;
1874
- }): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezioneRiga[], any, {}>>;
1875
- rigaRead(params: {
1876
- fe_ricezione: string | number;
1877
- id: string | number;
1878
- }): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezioneRiga, any, {}>>;
1879
- rigaUpdate(params: {
1880
- fe_ricezione: string | number;
1881
- id: string | number;
1882
- }, data: import("./index.js").FatturaElettronicaRicezioneRiga): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezioneRiga, any, {}>>;
1883
- rigaPartialUpdate(params: {
1884
- fe_ricezione: string | number;
1885
- id: string | number;
1886
- }, data: import("./index.js").FatturaElettronicaRicezioneRiga): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezioneRiga, any, {}>>;
1887
- rigaDelete(params: {
1888
- fe_ricezione: string | number;
1889
- id: string | number;
1890
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1891
- read(params: {
1892
- id: string | number;
1893
- }): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezione, any, {}>>;
1894
- update(params: {
1895
- id: string | number;
1896
- }, data: import("./index.js").FatturaElettronicaRicezione): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezione, any, {}>>;
1897
- partialUpdate(params: {
1898
- id: string | number;
1899
- }, data: import("./index.js").FatturaElettronicaRicezione): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezione, any, {}>>;
1900
- delete(params: {
1901
- id: string | number;
1902
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1903
- generaRiepilogoiva(params: {
1904
- id: string | number;
1905
- }, data: import("./index.js").FatturaElettronicaRicezione): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezione, any, {}>>;
1906
- scaricaMetadati(params: {
1907
- id: string | number;
1908
- }): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezione, any, {}>>;
1909
- scaricaP7m(params: {
1910
- id: string | number;
1911
- }): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezione, any, {}>>;
1912
- scaricaPdf(params: {
1913
- id: string | number;
1914
- }): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezione, any, {}>>;
1915
- scaricaXml(params: {
1916
- id: string | number;
1917
- }): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezione, any, {}>>;
1918
- stampa(params: {
1919
- id: string | number;
1920
- }): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezione, any, {}>>;
1921
- toXml(params: {
1922
- id: string | number;
1923
- }): Promise<import("axios").AxiosResponse<import("./index.js").FatturaElettronicaRicezione, any, {}>>;
1924
- };
1925
- field: {
1926
- list(params?: {
1927
- search?: string;
1928
- ordering?: string;
1929
- name?: string;
1930
- format?: string;
1931
- type?: string;
1932
- is_active?: string;
1933
- page?: number;
1934
- size?: number;
1935
- }): Promise<import("axios").AxiosResponse<{
1936
- count: number;
1937
- next?: string | null;
1938
- previous?: string | null;
1939
- results: Array<import("./index.js").Field>;
1940
- }, any, {}>>;
1941
- create(data: import("./index.js").Field): Promise<import("axios").AxiosResponse<import("./index.js").Field, any, {}>>;
1942
- select(params?: {
1943
- search?: string;
1944
- ordering?: string;
1945
- name?: string;
1946
- format?: string;
1947
- type?: string;
1948
- is_active?: string;
1949
- page?: number;
1950
- size?: number;
1951
- }): Promise<import("axios").AxiosResponse<{
1952
- count: number;
1953
- next?: string | null;
1954
- previous?: string | null;
1955
- results: Array<import("./index.js").Field>;
1956
- }, any, {}>>;
1957
- read(params: {
1958
- id: string | number;
1959
- }): Promise<import("axios").AxiosResponse<import("./index.js").Field, any, {}>>;
1960
- update(params: {
1961
- id: string | number;
1962
- }, data: import("./index.js").Field): Promise<import("axios").AxiosResponse<import("./index.js").Field, any, {}>>;
1963
- partialUpdate(params: {
1964
- id: string | number;
1965
- }, data: import("./index.js").Field): Promise<import("axios").AxiosResponse<import("./index.js").Field, any, {}>>;
1966
- delete(params: {
1967
- id: string | number;
1968
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1969
- };
1970
- info: {
1971
- list(): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1972
- };
1973
- law: {
1974
- list(params?: {
1975
- search?: string;
1976
- ordering?: string;
1977
- name?: string;
1978
- description?: string;
1979
- product?: string;
1980
- page?: number;
1981
- size?: number;
1982
- }): Promise<import("axios").AxiosResponse<{
1983
- count: number;
1984
- next?: string | null;
1985
- previous?: string | null;
1986
- results: Array<import("./index.js").Law>;
1987
- }, any, {}>>;
1988
- create(data: import("./index.js").Law): Promise<import("axios").AxiosResponse<import("./index.js").Law, any, {}>>;
1989
- importCsv(data?: FormData | Record<string, unknown>, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
1990
- select(params?: {
1991
- search?: string;
1992
- ordering?: string;
1993
- name?: string;
1994
- description?: string;
1995
- product?: string;
1996
- page?: number;
1997
- size?: number;
1998
- }): Promise<import("axios").AxiosResponse<{
1999
- count: number;
2000
- next?: string | null;
2001
- previous?: string | null;
2002
- results: Array<import("./index.js").Law>;
2003
- }, any, {}>>;
2004
- read(params: {
2005
- id: string | number;
2006
- }): Promise<import("axios").AxiosResponse<import("./index.js").Law, any, {}>>;
2007
- update(params: {
2008
- id: string | number;
2009
- }, data: import("./index.js").Law): Promise<import("axios").AxiosResponse<import("./index.js").Law, any, {}>>;
2010
- partialUpdate(params: {
2011
- id: string | number;
2012
- }, data: import("./index.js").Law): Promise<import("axios").AxiosResponse<import("./index.js").Law, any, {}>>;
2013
- delete(params: {
2014
- id: string | number;
2015
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2016
- };
2017
- magazzino: {
2018
- list(params?: {
2019
- search?: string;
2020
- ordering?: string;
2021
- codice?: string;
2022
- nome?: string;
2023
- esterno?: string;
2024
- page?: number;
2025
- size?: number;
2026
- }): Promise<import("axios").AxiosResponse<{
2027
- count: number;
2028
- next?: string | null;
2029
- previous?: string | null;
2030
- results: Array<import("./index.js").Magazzino>;
2031
- }, any, {}>>;
2032
- create(data: import("./index.js").Magazzino): Promise<import("axios").AxiosResponse<import("./index.js").Magazzino, any, {}>>;
2033
- select(params?: {
2034
- search?: string;
2035
- ordering?: string;
2036
- codice?: string;
2037
- nome?: string;
2038
- esterno?: string;
2039
- page?: number;
2040
- size?: number;
2041
- }): Promise<import("axios").AxiosResponse<{
2042
- count: number;
2043
- next?: string | null;
2044
- previous?: string | null;
2045
- results: Array<import("./index.js").Magazzino>;
2046
- }, any, {}>>;
2047
- read(params: {
2048
- id: string | number;
2049
- }): Promise<import("axios").AxiosResponse<import("./index.js").Magazzino, any, {}>>;
2050
- update(params: {
2051
- id: string | number;
2052
- }, data: import("./index.js").Magazzino): Promise<import("axios").AxiosResponse<import("./index.js").Magazzino, any, {}>>;
2053
- partialUpdate(params: {
2054
- id: string | number;
2055
- }, data: import("./index.js").Magazzino): Promise<import("axios").AxiosResponse<import("./index.js").Magazzino, any, {}>>;
2056
- delete(params: {
2057
- id: string | number;
2058
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2059
- };
2060
- me: {
2
+ items: {
2061
3
  list(): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2062
4
  };
2063
- media: {
2064
- list(params?: {
2065
- search?: string;
2066
- ordering?: string;
2067
- type?: string;
2068
- page?: number;
2069
- size?: number;
2070
- building?: string;
2071
- product?: string;
2072
- equipment?: string;
2073
- visit_equipment?: string;
2074
- registry_model?: string;
2075
- visit?: string;
2076
- }): Promise<import("axios").AxiosResponse<{
2077
- count: number;
2078
- next?: string | null;
2079
- previous?: string | null;
2080
- results: Array<import("./index.js").Media>;
2081
- }, any, {}>>;
2082
- read(params: {
2083
- id: string | number;
2084
- }): Promise<import("axios").AxiosResponse<import("./index.js").Media, any, {}>>;
2085
- download(params: {
2086
- id: string | number;
2087
- }, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
2088
- };
2089
- movimento: {
2090
- list(params?: {
2091
- search?: string;
2092
- ordering?: string;
2093
- scadenzario?: string;
2094
- data?: string;
2095
- numero_documento?: string;
2096
- anagrafica?: string;
2097
- page?: number;
2098
- size?: number;
2099
- }): Promise<import("axios").AxiosResponse<{
2100
- count: number;
2101
- next?: string | null;
2102
- previous?: string | null;
2103
- results: Array<import("./index.js").MovimentoContabile>;
2104
- }, any, {}>>;
2105
- create(data: import("./index.js").MovimentoContabile): Promise<import("axios").AxiosResponse<import("./index.js").MovimentoContabile, any, {}>>;
2106
- select(params?: {
2107
- search?: string;
2108
- ordering?: string;
2109
- scadenzario?: string;
2110
- data?: string;
2111
- numero_documento?: string;
2112
- anagrafica?: string;
2113
- page?: number;
2114
- size?: number;
2115
- }): Promise<import("axios").AxiosResponse<{
2116
- count: number;
2117
- next?: string | null;
2118
- previous?: string | null;
2119
- results: Array<import("./index.js").MovimentoContabile>;
2120
- }, any, {}>>;
2121
- read(params: {
2122
- id: string | number;
2123
- }): Promise<import("axios").AxiosResponse<import("./index.js").MovimentoContabile, any, {}>>;
2124
- update(params: {
2125
- id: string | number;
2126
- }, data: import("./index.js").MovimentoContabile): Promise<import("axios").AxiosResponse<import("./index.js").MovimentoContabile, any, {}>>;
2127
- partialUpdate(params: {
2128
- id: string | number;
2129
- }, data: import("./index.js").MovimentoContabile): Promise<import("axios").AxiosResponse<import("./index.js").MovimentoContabile, any, {}>>;
2130
- delete(params: {
2131
- id: string | number;
2132
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2133
- };
2134
- movimento_magazzino: {
2135
- magazzinoList(params?: {
2136
- search?: string;
2137
- ordering?: string;
2138
- articolo?: string;
2139
- magazzino?: string;
2140
- tipo?: string;
2141
- data?: string;
2142
- data_da?: string;
2143
- data_a?: string;
2144
- causale?: string;
2145
- page?: number;
2146
- size?: number;
2147
- }): Promise<import("axios").AxiosResponse<{
2148
- count: number;
2149
- next?: string | null;
2150
- previous?: string | null;
2151
- results: Array<import("./index.js").MovimentoMagazzino>;
2152
- }, any, {}>>;
2153
- magazzinoCreate(data: import("./index.js").MovimentoMagazzino): Promise<import("axios").AxiosResponse<import("./index.js").MovimentoMagazzino, any, {}>>;
2154
- magazzinoSelect(params?: {
2155
- search?: string;
2156
- ordering?: string;
2157
- articolo?: string;
2158
- magazzino?: string;
2159
- tipo?: string;
2160
- data?: string;
2161
- data_da?: string;
2162
- data_a?: string;
2163
- causale?: string;
2164
- page?: number;
2165
- size?: number;
2166
- }): Promise<import("axios").AxiosResponse<{
2167
- count: number;
2168
- next?: string | null;
2169
- previous?: string | null;
2170
- results: Array<import("./index.js").MovimentoMagazzino>;
2171
- }, any, {}>>;
2172
- magazzinoRead(params: {
2173
- id: string | number;
2174
- }): Promise<import("axios").AxiosResponse<import("./index.js").MovimentoMagazzino, any, {}>>;
2175
- magazzinoUpdate(params: {
2176
- id: string | number;
2177
- }, data: import("./index.js").MovimentoMagazzino): Promise<import("axios").AxiosResponse<import("./index.js").MovimentoMagazzino, any, {}>>;
2178
- magazzinoPartialUpdate(params: {
2179
- id: string | number;
2180
- }, data: import("./index.js").MovimentoMagazzino): Promise<import("axios").AxiosResponse<import("./index.js").MovimentoMagazzino, any, {}>>;
2181
- magazzinoDelete(params: {
2182
- id: string | number;
2183
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2184
- };
2185
- nonConformityProduct: {
2186
- list(params?: {
2187
- search?: string;
2188
- ordering?: string;
2189
- non_conformity?: string;
2190
- product?: string;
2191
- is_active?: string;
2192
- page?: number;
2193
- size?: number;
2194
- }): Promise<import("axios").AxiosResponse<{
2195
- count: number;
2196
- next?: string | null;
2197
- previous?: string | null;
2198
- results: Array<import("./index.js").NonConformityProduct>;
2199
- }, any, {}>>;
2200
- create(data: import("./index.js").NonConformityProduct): Promise<import("axios").AxiosResponse<import("./index.js").NonConformityProduct, any, {}>>;
2201
- select(params?: {
2202
- search?: string;
2203
- ordering?: string;
2204
- non_conformity?: string;
2205
- product?: string;
2206
- is_active?: string;
2207
- page?: number;
2208
- size?: number;
2209
- }): Promise<import("axios").AxiosResponse<{
2210
- count: number;
2211
- next?: string | null;
2212
- previous?: string | null;
2213
- results: Array<import("./index.js").NonConformityProduct>;
2214
- }, any, {}>>;
2215
- read(params: {
2216
- id: string | number;
2217
- }): Promise<import("axios").AxiosResponse<import("./index.js").NonConformityProduct, any, {}>>;
2218
- update(params: {
2219
- id: string | number;
2220
- }, data: import("./index.js").NonConformityProduct): Promise<import("axios").AxiosResponse<import("./index.js").NonConformityProduct, any, {}>>;
2221
- partialUpdate(params: {
2222
- id: string | number;
2223
- }, data: import("./index.js").NonConformityProduct): Promise<import("axios").AxiosResponse<import("./index.js").NonConformityProduct, any, {}>>;
2224
- delete(params: {
2225
- id: string | number;
2226
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2227
- };
2228
- non_conformity: {
2229
- conformityList(params?: {
2230
- search?: string;
2231
- ordering?: string;
2232
- name?: string;
2233
- is_sign?: string;
2234
- is_equipment?: string;
2235
- is_replacement?: string;
2236
- is_replacement_if_no_inspection?: string;
2237
- is_critical?: string;
2238
- is_informative?: string;
2239
- equipment_model?: string;
2240
- registry_model?: string;
2241
- page?: number;
2242
- size?: number;
2243
- }): Promise<import("axios").AxiosResponse<{
2244
- count: number;
2245
- next?: string | null;
2246
- previous?: string | null;
2247
- results: Array<import("./index.js").NonConformity>;
2248
- }, any, {}>>;
2249
- conformityCreate(data: import("./index.js").NonConformity): Promise<import("axios").AxiosResponse<import("./index.js").NonConformity, any, {}>>;
2250
- conformityImportCsv(data?: FormData | Record<string, unknown>, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
2251
- conformitySelect(params?: {
2252
- search?: string;
2253
- ordering?: string;
2254
- name?: string;
2255
- is_sign?: string;
2256
- is_equipment?: string;
2257
- is_replacement?: string;
2258
- is_replacement_if_no_inspection?: string;
2259
- is_critical?: string;
2260
- is_informative?: string;
2261
- equipment_model?: string;
2262
- registry_model?: string;
2263
- page?: number;
2264
- size?: number;
2265
- }): Promise<import("axios").AxiosResponse<{
2266
- count: number;
2267
- next?: string | null;
2268
- previous?: string | null;
2269
- results: Array<import("./index.js").NonConformity>;
2270
- }, any, {}>>;
2271
- conformityRead(params: {
2272
- id: string | number;
2273
- }): Promise<import("axios").AxiosResponse<import("./index.js").NonConformity, any, {}>>;
2274
- conformityUpdate(params: {
2275
- id: string | number;
2276
- }, data: import("./index.js").NonConformity): Promise<import("axios").AxiosResponse<import("./index.js").NonConformity, any, {}>>;
2277
- conformityPartialUpdate(params: {
2278
- id: string | number;
2279
- }, data: import("./index.js").NonConformity): Promise<import("axios").AxiosResponse<import("./index.js").NonConformity, any, {}>>;
2280
- conformityDelete(params: {
2281
- id: string | number;
2282
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2283
- };
2284
- non_conformity_equipment: {
2285
- conformityEquipmentList(params?: {
2286
- search?: string;
2287
- ordering?: string;
2288
- equipment?: string;
2289
- non_conformity?: string;
2290
- is_active?: string;
2291
- visit_equipment?: string;
2292
- page?: number;
2293
- size?: number;
2294
- }): Promise<import("axios").AxiosResponse<{
2295
- count: number;
2296
- next?: string | null;
2297
- previous?: string | null;
2298
- results: Array<import("./index.js").NonConformityEquipment>;
2299
- }, any, {}>>;
2300
- conformityEquipmentCreate(data: import("./index.js").NonConformityEquipment): Promise<import("axios").AxiosResponse<import("./index.js").NonConformityEquipment, any, {}>>;
2301
- conformityEquipmentSelect(params?: {
2302
- search?: string;
2303
- ordering?: string;
2304
- equipment?: string;
2305
- non_conformity?: string;
2306
- is_active?: string;
2307
- visit_equipment?: string;
2308
- page?: number;
2309
- size?: number;
2310
- }): Promise<import("axios").AxiosResponse<{
2311
- count: number;
2312
- next?: string | null;
2313
- previous?: string | null;
2314
- results: Array<import("./index.js").NonConformityEquipment>;
2315
- }, any, {}>>;
2316
- conformityEquipmentRead(params: {
2317
- id: string | number;
2318
- }): Promise<import("axios").AxiosResponse<import("./index.js").NonConformityEquipment, any, {}>>;
2319
- conformityEquipmentUpdate(params: {
2320
- id: string | number;
2321
- }, data: import("./index.js").NonConformityEquipment): Promise<import("axios").AxiosResponse<import("./index.js").NonConformityEquipment, any, {}>>;
2322
- conformityEquipmentPartialUpdate(params: {
2323
- id: string | number;
2324
- }, data: import("./index.js").NonConformityEquipment): Promise<import("axios").AxiosResponse<import("./index.js").NonConformityEquipment, any, {}>>;
2325
- conformityEquipmentDelete(params: {
2326
- id: string | number;
2327
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2328
- };
2329
- offer: {
2330
- list(params?: {
2331
- search?: string;
2332
- ordering?: string;
2333
- client?: string;
2334
- name?: string;
2335
- number?: string;
2336
- status?: string;
2337
- risk_value_min?: string;
2338
- risk_value_max?: string;
2339
- page?: number;
2340
- size?: number;
2341
- }): Promise<import("axios").AxiosResponse<{
2342
- count: number;
2343
- next?: string | null;
2344
- previous?: string | null;
2345
- results: Array<import("./index.js").Offer>;
2346
- }, any, {}>>;
2347
- create(data: import("./index.js").Offer): Promise<import("axios").AxiosResponse<import("./index.js").Offer, any, {}>>;
2348
- select(params?: {
2349
- search?: string;
2350
- ordering?: string;
2351
- client?: string;
2352
- name?: string;
2353
- number?: string;
2354
- status?: string;
2355
- risk_value_min?: string;
2356
- risk_value_max?: string;
2357
- page?: number;
2358
- size?: number;
2359
- }): Promise<import("axios").AxiosResponse<{
2360
- count: number;
2361
- next?: string | null;
2362
- previous?: string | null;
2363
- results: Array<import("./index.js").Offer>;
2364
- }, any, {}>>;
2365
- read(params: {
2366
- id: string | number;
2367
- }): Promise<import("axios").AxiosResponse<import("./index.js").Offer, any, {}>>;
2368
- update(params: {
2369
- id: string | number;
2370
- }, data: import("./index.js").Offer): Promise<import("axios").AxiosResponse<import("./index.js").Offer, any, {}>>;
2371
- partialUpdate(params: {
2372
- id: string | number;
2373
- }, data: import("./index.js").Offer): Promise<import("axios").AxiosResponse<import("./index.js").Offer, any, {}>>;
2374
- delete(params: {
2375
- id: string | number;
2376
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2377
- duplicate(params: {
2378
- id: string | number;
2379
- }, data: import("./index.js").Offer): Promise<import("axios").AxiosResponse<import("./index.js").Offer, any, {}>>;
2380
- generateItems(params: {
2381
- id: string | number;
2382
- }, data: import("./index.js").Offer): Promise<import("axios").AxiosResponse<import("./index.js").Offer, any, {}>>;
2383
- };
2384
- offerItem: {
2385
- list(params?: {
2386
- search?: string;
2387
- ordering?: string;
2388
- offer?: string;
2389
- non_conformity_equipment_id?: string;
2390
- page?: number;
2391
- size?: number;
2392
- }): Promise<import("axios").AxiosResponse<{
2393
- count: number;
2394
- next?: string | null;
2395
- previous?: string | null;
2396
- results: Array<import("./index.js").OfferItem>;
2397
- }, any, {}>>;
2398
- create(data: import("./index.js").OfferItem): Promise<import("axios").AxiosResponse<import("./index.js").OfferItem, any, {}>>;
2399
- select(params?: {
2400
- search?: string;
2401
- ordering?: string;
2402
- offer?: string;
2403
- non_conformity_equipment_id?: string;
2404
- page?: number;
2405
- size?: number;
2406
- }): Promise<import("axios").AxiosResponse<{
2407
- count: number;
2408
- next?: string | null;
2409
- previous?: string | null;
2410
- results: Array<import("./index.js").OfferItem>;
2411
- }, any, {}>>;
2412
- read(params: {
2413
- id: string | number;
2414
- }): Promise<import("axios").AxiosResponse<import("./index.js").OfferItem, any, {}>>;
2415
- update(params: {
2416
- id: string | number;
2417
- }, data: import("./index.js").OfferItem): Promise<import("axios").AxiosResponse<import("./index.js").OfferItem, any, {}>>;
2418
- partialUpdate(params: {
2419
- id: string | number;
2420
- }, data: import("./index.js").OfferItem): Promise<import("axios").AxiosResponse<import("./index.js").OfferItem, any, {}>>;
2421
- delete(params: {
2422
- id: string | number;
2423
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2424
- };
2425
- offerItemProduct: {
2426
- list(params?: {
2427
- search?: string;
2428
- ordering?: string;
2429
- offer_item_id?: string;
2430
- product?: string;
2431
- price_tag?: string;
2432
- supplier?: string;
2433
- page?: number;
2434
- size?: number;
2435
- }): Promise<import("axios").AxiosResponse<{
2436
- count: number;
2437
- next?: string | null;
2438
- previous?: string | null;
2439
- results: Array<import("./index.js").OfferItemProduct>;
2440
- }, any, {}>>;
2441
- create(data: import("./index.js").OfferItemProduct): Promise<import("axios").AxiosResponse<import("./index.js").OfferItemProduct, any, {}>>;
2442
- select(params?: {
2443
- search?: string;
2444
- ordering?: string;
2445
- offer_item_id?: string;
2446
- product?: string;
2447
- price_tag?: string;
2448
- supplier?: string;
2449
- page?: number;
2450
- size?: number;
2451
- }): Promise<import("axios").AxiosResponse<{
2452
- count: number;
2453
- next?: string | null;
2454
- previous?: string | null;
2455
- results: Array<import("./index.js").OfferItemProduct>;
2456
- }, any, {}>>;
2457
- read(params: {
2458
- id: string | number;
2459
- }): Promise<import("axios").AxiosResponse<import("./index.js").OfferItemProduct, any, {}>>;
2460
- update(params: {
2461
- id: string | number;
2462
- }, data: import("./index.js").OfferItemProduct): Promise<import("axios").AxiosResponse<import("./index.js").OfferItemProduct, any, {}>>;
2463
- partialUpdate(params: {
2464
- id: string | number;
2465
- }, data: import("./index.js").OfferItemProduct): Promise<import("axios").AxiosResponse<import("./index.js").OfferItemProduct, any, {}>>;
2466
- delete(params: {
2467
- id: string | number;
2468
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2469
- };
2470
- pagamento: {
2471
- list(params?: {
2472
- search?: string;
2473
- ordering?: string;
2474
- codice?: string;
2475
- descrizione?: string;
2476
- page?: number;
2477
- size?: number;
2478
- }): Promise<import("axios").AxiosResponse<{
2479
- count: number;
2480
- next?: string | null;
2481
- previous?: string | null;
2482
- results: Array<import("./index.js").Pagamento>;
2483
- }, any, {}>>;
2484
- create(data: import("./index.js").Pagamento): Promise<import("axios").AxiosResponse<import("./index.js").Pagamento, any, {}>>;
2485
- select(params?: {
2486
- search?: string;
2487
- ordering?: string;
2488
- codice?: string;
2489
- descrizione?: string;
2490
- page?: number;
2491
- size?: number;
2492
- }): Promise<import("axios").AxiosResponse<{
2493
- count: number;
2494
- next?: string | null;
2495
- previous?: string | null;
2496
- results: Array<import("./index.js").Pagamento>;
2497
- }, any, {}>>;
2498
- read(params: {
2499
- id: string | number;
2500
- }): Promise<import("axios").AxiosResponse<import("./index.js").Pagamento, any, {}>>;
2501
- update(params: {
2502
- id: string | number;
2503
- }, data: import("./index.js").Pagamento): Promise<import("axios").AxiosResponse<import("./index.js").Pagamento, any, {}>>;
2504
- partialUpdate(params: {
2505
- id: string | number;
2506
- }, data: import("./index.js").Pagamento): Promise<import("axios").AxiosResponse<import("./index.js").Pagamento, any, {}>>;
2507
- delete(params: {
2508
- id: string | number;
2509
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2510
- aggiungiRiga(params: {
2511
- id: string | number;
2512
- }, data: import("./index.js").Pagamento): Promise<import("axios").AxiosResponse<import("./index.js").Pagamento, any, {}>>;
2513
- eliminaRiga(params: {
2514
- id: string | number;
2515
- }, data: import("./index.js").Pagamento): Promise<import("axios").AxiosResponse<import("./index.js").Pagamento, any, {}>>;
2516
- righe(params: {
2517
- id: string | number;
2518
- }): Promise<import("axios").AxiosResponse<import("./index.js").Pagamento, any, {}>>;
2519
- };
2520
- piano_conti: {
2521
- contiList(params?: {
2522
- search?: string;
2523
- ordering?: string;
2524
- conto?: string;
2525
- descrizione?: string;
2526
- page?: number;
2527
- size?: number;
2528
- }): Promise<import("axios").AxiosResponse<{
2529
- count: number;
2530
- next?: string | null;
2531
- previous?: string | null;
2532
- results: Array<import("./index.js").PianoConti>;
2533
- }, any, {}>>;
2534
- contiCreate(data: import("./index.js").PianoConti): Promise<import("axios").AxiosResponse<import("./index.js").PianoConti, any, {}>>;
2535
- contiSelect(params?: {
2536
- search?: string;
2537
- ordering?: string;
2538
- conto?: string;
2539
- descrizione?: string;
2540
- page?: number;
2541
- size?: number;
2542
- }): Promise<import("axios").AxiosResponse<{
2543
- count: number;
2544
- next?: string | null;
2545
- previous?: string | null;
2546
- results: Array<import("./index.js").PianoConti>;
2547
- }, any, {}>>;
2548
- contiRead(params: {
2549
- id: string | number;
2550
- }): Promise<import("axios").AxiosResponse<import("./index.js").PianoConti, any, {}>>;
2551
- contiUpdate(params: {
2552
- id: string | number;
2553
- }, data: import("./index.js").PianoConti): Promise<import("axios").AxiosResponse<import("./index.js").PianoConti, any, {}>>;
2554
- contiPartialUpdate(params: {
2555
- id: string | number;
2556
- }, data: import("./index.js").PianoConti): Promise<import("axios").AxiosResponse<import("./index.js").PianoConti, any, {}>>;
2557
- contiDelete(params: {
2558
- id: string | number;
2559
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2560
- };
2561
- priceTag: {
2562
- list(params?: {
2563
- search?: string;
2564
- ordering?: string;
2565
- product?: string;
2566
- catalog?: string;
2567
- page?: number;
2568
- size?: number;
2569
- }): Promise<import("axios").AxiosResponse<{
2570
- count: number;
2571
- next?: string | null;
2572
- previous?: string | null;
2573
- results: Array<import("./index.js").PriceTag>;
2574
- }, any, {}>>;
2575
- create(data: import("./index.js").PriceTag): Promise<import("axios").AxiosResponse<import("./index.js").PriceTag, any, {}>>;
2576
- select(params?: {
2577
- search?: string;
2578
- ordering?: string;
2579
- product?: string;
2580
- catalog?: string;
2581
- page?: number;
2582
- size?: number;
2583
- }): Promise<import("axios").AxiosResponse<{
2584
- count: number;
2585
- next?: string | null;
2586
- previous?: string | null;
2587
- results: Array<import("./index.js").PriceTag>;
2588
- }, any, {}>>;
2589
- read(params: {
2590
- id: string | number;
2591
- }): Promise<import("axios").AxiosResponse<import("./index.js").PriceTag, any, {}>>;
2592
- update(params: {
2593
- id: string | number;
2594
- }, data: import("./index.js").PriceTag): Promise<import("axios").AxiosResponse<import("./index.js").PriceTag, any, {}>>;
2595
- partialUpdate(params: {
2596
- id: string | number;
2597
- }, data: import("./index.js").PriceTag): Promise<import("axios").AxiosResponse<import("./index.js").PriceTag, any, {}>>;
2598
- delete(params: {
2599
- id: string | number;
2600
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2601
- };
2602
- product: {
2603
- list(params?: {
2604
- search?: string;
2605
- ordering?: string;
2606
- name?: string;
2607
- code?: string;
2608
- family?: string;
2609
- family_name?: string;
2610
- without_supplier?: string;
2611
- product_type?: string;
2612
- is_unique?: string;
2613
- has_expiry?: string;
2614
- page?: number;
2615
- size?: number;
2616
- }): Promise<import("axios").AxiosResponse<{
2617
- count: number;
2618
- next?: string | null;
2619
- previous?: string | null;
2620
- results: Array<import("./index.js").Product>;
2621
- }, any, {}>>;
2622
- create(data: import("./index.js").Product): Promise<import("axios").AxiosResponse<import("./index.js").Product, any, {}>>;
2623
- checkExpiry(data: import("./index.js").Product): Promise<import("axios").AxiosResponse<import("./index.js").Product, any, {}>>;
2624
- importCsv(data?: FormData | Record<string, unknown>, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
2625
- importFullCsv(data?: FormData | Record<string, unknown>): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2626
- select(params?: {
2627
- search?: string;
2628
- ordering?: string;
2629
- name?: string;
2630
- code?: string;
2631
- family?: string;
2632
- family_name?: string;
2633
- without_supplier?: string;
2634
- product_type?: string;
2635
- is_unique?: string;
2636
- has_expiry?: string;
2637
- page?: number;
2638
- size?: number;
2639
- }): Promise<import("axios").AxiosResponse<{
2640
- count: number;
2641
- next?: string | null;
2642
- previous?: string | null;
2643
- results: Array<import("./index.js").Product>;
2644
- }, any, {}>>;
2645
- withoutSupplier(params?: {
2646
- search?: string;
2647
- ordering?: string;
2648
- name?: string;
2649
- code?: string;
2650
- family?: string;
2651
- family_name?: string;
2652
- without_supplier?: string;
2653
- product_type?: string;
2654
- is_unique?: string;
2655
- has_expiry?: string;
2656
- page?: number;
2657
- size?: number;
2658
- }): Promise<import("axios").AxiosResponse<{
2659
- count: number;
2660
- next?: string | null;
2661
- previous?: string | null;
2662
- results: Array<import("./index.js").Product>;
2663
- }, any, {}>>;
2664
- read(params: {
2665
- id: string | number;
2666
- }): Promise<import("axios").AxiosResponse<import("./index.js").Product, any, {}>>;
2667
- update(params: {
2668
- id: string | number;
2669
- }, data: import("./index.js").Product): Promise<import("axios").AxiosResponse<import("./index.js").Product, any, {}>>;
2670
- partialUpdate(params: {
2671
- id: string | number;
2672
- }, data: import("./index.js").Product): Promise<import("axios").AxiosResponse<import("./index.js").Product, any, {}>>;
2673
- delete(params: {
2674
- id: string | number;
2675
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2676
- };
2677
- productAccessory: {
2678
- list(params?: {
2679
- search?: string;
2680
- ordering?: string;
2681
- product?: string;
2682
- accessory?: string;
2683
- page?: number;
2684
- size?: number;
2685
- }): Promise<import("axios").AxiosResponse<{
2686
- count: number;
2687
- next?: string | null;
2688
- previous?: string | null;
2689
- results: Array<import("./index.js").ProductAccessory>;
2690
- }, any, {}>>;
2691
- create(data: import("./index.js").ProductAccessory): Promise<import("axios").AxiosResponse<import("./index.js").ProductAccessory, any, {}>>;
2692
- select(params?: {
2693
- search?: string;
2694
- ordering?: string;
2695
- product?: string;
2696
- accessory?: string;
2697
- page?: number;
2698
- size?: number;
2699
- }): Promise<import("axios").AxiosResponse<{
2700
- count: number;
2701
- next?: string | null;
2702
- previous?: string | null;
2703
- results: Array<import("./index.js").ProductAccessory>;
2704
- }, any, {}>>;
2705
- read(params: {
2706
- id: string | number;
2707
- }): Promise<import("axios").AxiosResponse<import("./index.js").ProductAccessory, any, {}>>;
2708
- update(params: {
2709
- id: string | number;
2710
- }, data: import("./index.js").ProductAccessory): Promise<import("axios").AxiosResponse<import("./index.js").ProductAccessory, any, {}>>;
2711
- partialUpdate(params: {
2712
- id: string | number;
2713
- }, data: import("./index.js").ProductAccessory): Promise<import("axios").AxiosResponse<import("./index.js").ProductAccessory, any, {}>>;
2714
- delete(params: {
2715
- id: string | number;
2716
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2717
- };
2718
- productFamily: {
2719
- list(params?: {
2720
- search?: string;
2721
- ordering?: string;
2722
- name?: string;
2723
- page?: number;
2724
- size?: number;
2725
- }): Promise<import("axios").AxiosResponse<{
2726
- count: number;
2727
- next?: string | null;
2728
- previous?: string | null;
2729
- results: Array<import("./index.js").ProductFamily>;
2730
- }, any, {}>>;
2731
- create(data: import("./index.js").ProductFamily): Promise<import("axios").AxiosResponse<import("./index.js").ProductFamily, any, {}>>;
2732
- importCsv(data?: FormData | Record<string, unknown>, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
2733
- select(params?: {
2734
- search?: string;
2735
- ordering?: string;
2736
- name?: string;
2737
- page?: number;
2738
- size?: number;
2739
- }): Promise<import("axios").AxiosResponse<{
2740
- count: number;
2741
- next?: string | null;
2742
- previous?: string | null;
2743
- results: Array<import("./index.js").ProductFamily>;
2744
- }, any, {}>>;
2745
- read(params: {
2746
- id: string | number;
2747
- }): Promise<import("axios").AxiosResponse<import("./index.js").ProductFamily, any, {}>>;
2748
- update(params: {
2749
- id: string | number;
2750
- }, data: import("./index.js").ProductFamily): Promise<import("axios").AxiosResponse<import("./index.js").ProductFamily, any, {}>>;
2751
- partialUpdate(params: {
2752
- id: string | number;
2753
- }, data: import("./index.js").ProductFamily): Promise<import("axios").AxiosResponse<import("./index.js").ProductFamily, any, {}>>;
2754
- delete(params: {
2755
- id: string | number;
2756
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2757
- };
2758
- productInstallation: {
2759
- list(params?: {
2760
- search?: string;
2761
- ordering?: string;
2762
- product?: string;
2763
- equipment?: string;
2764
- page?: number;
2765
- size?: number;
2766
- }): Promise<import("axios").AxiosResponse<{
2767
- count: number;
2768
- next?: string | null;
2769
- previous?: string | null;
2770
- results: Array<import("./index.js").ProductInstallation>;
2771
- }, any, {}>>;
2772
- create(data: import("./index.js").ProductInstallation): Promise<import("axios").AxiosResponse<import("./index.js").ProductInstallation, any, {}>>;
2773
- select(params?: {
2774
- search?: string;
2775
- ordering?: string;
2776
- product?: string;
2777
- equipment?: string;
2778
- page?: number;
2779
- size?: number;
2780
- }): Promise<import("axios").AxiosResponse<{
2781
- count: number;
2782
- next?: string | null;
2783
- previous?: string | null;
2784
- results: Array<import("./index.js").ProductInstallation>;
2785
- }, any, {}>>;
2786
- read(params: {
2787
- id: string | number;
2788
- }): Promise<import("axios").AxiosResponse<import("./index.js").ProductInstallation, any, {}>>;
2789
- update(params: {
2790
- id: string | number;
2791
- }, data: import("./index.js").ProductInstallation): Promise<import("axios").AxiosResponse<import("./index.js").ProductInstallation, any, {}>>;
2792
- partialUpdate(params: {
2793
- id: string | number;
2794
- }, data: import("./index.js").ProductInstallation): Promise<import("axios").AxiosResponse<import("./index.js").ProductInstallation, any, {}>>;
2795
- delete(params: {
2796
- id: string | number;
2797
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2798
- };
2799
- productLaw: {
2800
- list(params?: {
2801
- search?: string;
2802
- ordering?: string;
2803
- product?: string;
2804
- law?: string;
2805
- page?: number;
2806
- size?: number;
2807
- }): Promise<import("axios").AxiosResponse<{
2808
- count: number;
2809
- next?: string | null;
2810
- previous?: string | null;
2811
- results: Array<import("./index.js").ProductLaw>;
2812
- }, any, {}>>;
2813
- create(data: import("./index.js").ProductLaw): Promise<import("axios").AxiosResponse<import("./index.js").ProductLaw, any, {}>>;
2814
- select(params?: {
2815
- search?: string;
2816
- ordering?: string;
2817
- product?: string;
2818
- law?: string;
2819
- page?: number;
2820
- size?: number;
2821
- }): Promise<import("axios").AxiosResponse<{
2822
- count: number;
2823
- next?: string | null;
2824
- previous?: string | null;
2825
- results: Array<import("./index.js").ProductLaw>;
2826
- }, any, {}>>;
2827
- read(params: {
2828
- id: string | number;
2829
- }): Promise<import("axios").AxiosResponse<import("./index.js").ProductLaw, any, {}>>;
2830
- update(params: {
2831
- id: string | number;
2832
- }, data: import("./index.js").ProductLaw): Promise<import("axios").AxiosResponse<import("./index.js").ProductLaw, any, {}>>;
2833
- partialUpdate(params: {
2834
- id: string | number;
2835
- }, data: import("./index.js").ProductLaw): Promise<import("axios").AxiosResponse<import("./index.js").ProductLaw, any, {}>>;
2836
- delete(params: {
2837
- id: string | number;
2838
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2839
- };
2840
- productMedia: {
2841
- list(params?: {
2842
- search?: string;
2843
- ordering?: string;
2844
- product?: string;
2845
- type?: string;
2846
- page?: number;
2847
- size?: number;
2848
- }): Promise<import("axios").AxiosResponse<{
2849
- count: number;
2850
- next?: string | null;
2851
- previous?: string | null;
2852
- results: Array<import("./index.js").ProductMedia>;
2853
- }, any, {}>>;
2854
- select(params?: {
2855
- search?: string;
2856
- ordering?: string;
2857
- product?: string;
2858
- type?: string;
2859
- page?: number;
2860
- size?: number;
2861
- }): Promise<import("axios").AxiosResponse<{
2862
- count: number;
2863
- next?: string | null;
2864
- previous?: string | null;
2865
- results: Array<import("./index.js").ProductMedia>;
2866
- }, any, {}>>;
2867
- uploadToProduct(data?: FormData | Record<string, unknown>): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2868
- read(params: {
2869
- id: string | number;
2870
- }): Promise<import("axios").AxiosResponse<import("./index.js").ProductMedia, any, {}>>;
2871
- update(params: {
2872
- id: string | number;
2873
- }, data: import("./index.js").ProductMedia): Promise<import("axios").AxiosResponse<import("./index.js").ProductMedia, any, {}>>;
2874
- partialUpdate(params: {
2875
- id: string | number;
2876
- }, data: import("./index.js").ProductMedia): Promise<import("axios").AxiosResponse<import("./index.js").ProductMedia, any, {}>>;
2877
- delete(params: {
2878
- id: string | number;
2879
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2880
- download(params: {
2881
- id: string | number;
2882
- }, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
2883
- stream(params: {
2884
- id: string | number;
2885
- }): Promise<import("axios").AxiosResponse<import("./index.js").ProductMedia, any, {}>>;
2886
- upload(params: {
2887
- id: string | number;
2888
- }, data?: FormData | Record<string, unknown>): Promise<import("axios").AxiosResponse<import("./index.js").ProductMedia, any, {}>>;
2889
- };
2890
- productSupplier: {
2891
- list(params?: {
2892
- search?: string;
2893
- ordering?: string;
2894
- product?: string;
2895
- supplier?: string;
2896
- supplier_code?: string;
2897
- page?: number;
2898
- size?: number;
2899
- }): Promise<import("axios").AxiosResponse<{
2900
- count: number;
2901
- next?: string | null;
2902
- previous?: string | null;
2903
- results: Array<import("./index.js").ProductSupplier>;
2904
- }, any, {}>>;
2905
- create(data: import("./index.js").ProductSupplier): Promise<import("axios").AxiosResponse<import("./index.js").ProductSupplier, any, {}>>;
2906
- select(params?: {
2907
- search?: string;
2908
- ordering?: string;
2909
- product?: string;
2910
- supplier?: string;
2911
- supplier_code?: string;
2912
- page?: number;
2913
- size?: number;
2914
- }): Promise<import("axios").AxiosResponse<{
2915
- count: number;
2916
- next?: string | null;
2917
- previous?: string | null;
2918
- results: Array<import("./index.js").ProductSupplier>;
2919
- }, any, {}>>;
2920
- read(params: {
2921
- id: string | number;
2922
- }): Promise<import("axios").AxiosResponse<import("./index.js").ProductSupplier, any, {}>>;
2923
- update(params: {
2924
- id: string | number;
2925
- }, data: import("./index.js").ProductSupplier): Promise<import("axios").AxiosResponse<import("./index.js").ProductSupplier, any, {}>>;
2926
- partialUpdate(params: {
2927
- id: string | number;
2928
- }, data: import("./index.js").ProductSupplier): Promise<import("axios").AxiosResponse<import("./index.js").ProductSupplier, any, {}>>;
2929
- delete(params: {
2930
- id: string | number;
2931
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2932
- };
2933
- registry: {
2934
- list(params?: {
2935
- search?: string;
2936
- ordering?: string;
2937
- name?: string;
2938
- is_archived?: string;
2939
- visible_in_offers?: string;
2940
- building?: string;
2941
- registry_model?: string;
2942
- page?: number;
2943
- size?: number;
2944
- }): Promise<import("axios").AxiosResponse<{
2945
- count: number;
2946
- next?: string | null;
2947
- previous?: string | null;
2948
- results: Array<import("./index.js").Registry>;
2949
- }, any, {}>>;
2950
- create(data: import("./index.js").Registry): Promise<import("axios").AxiosResponse<import("./index.js").Registry, any, {}>>;
2951
- select(params?: {
2952
- search?: string;
2953
- ordering?: string;
2954
- name?: string;
2955
- is_archived?: string;
2956
- visible_in_offers?: string;
2957
- building?: string;
2958
- registry_model?: string;
2959
- page?: number;
2960
- size?: number;
2961
- }): Promise<import("axios").AxiosResponse<{
2962
- count: number;
2963
- next?: string | null;
2964
- previous?: string | null;
2965
- results: Array<import("./index.js").Registry>;
2966
- }, any, {}>>;
2967
- read(params: {
2968
- id: string | number;
2969
- }): Promise<import("axios").AxiosResponse<import("./index.js").Registry, any, {}>>;
2970
- update(params: {
2971
- id: string | number;
2972
- }, data: import("./index.js").Registry): Promise<import("axios").AxiosResponse<import("./index.js").Registry, any, {}>>;
2973
- partialUpdate(params: {
2974
- id: string | number;
2975
- }, data: import("./index.js").Registry): Promise<import("axios").AxiosResponse<import("./index.js").Registry, any, {}>>;
2976
- delete(params: {
2977
- id: string | number;
2978
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
2979
- };
2980
- registry_model: {
2981
- modelList(params?: {
2982
- search?: string;
2983
- ordering?: string;
2984
- name?: string;
2985
- page?: number;
2986
- size?: number;
2987
- }): Promise<import("axios").AxiosResponse<{
2988
- count: number;
2989
- next?: string | null;
2990
- previous?: string | null;
2991
- results: Array<import("./index.js").RegistryModel>;
2992
- }, any, {}>>;
2993
- modelCreate(data: import("./index.js").RegistryModel): Promise<import("axios").AxiosResponse<import("./index.js").RegistryModel, any, {}>>;
2994
- modelSelect(params?: {
2995
- search?: string;
2996
- ordering?: string;
2997
- name?: string;
2998
- page?: number;
2999
- size?: number;
3000
- }): Promise<import("axios").AxiosResponse<{
3001
- count: number;
3002
- next?: string | null;
3003
- previous?: string | null;
3004
- results: Array<import("./index.js").RegistryModel>;
3005
- }, any, {}>>;
3006
- modelUploadIconWithModel(data?: FormData | Record<string, unknown>): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3007
- modelRead(params: {
3008
- id: string | number;
3009
- }): Promise<import("axios").AxiosResponse<import("./index.js").RegistryModel, any, {}>>;
3010
- modelUpdate(params: {
3011
- id: string | number;
3012
- }, data: import("./index.js").RegistryModel): Promise<import("axios").AxiosResponse<import("./index.js").RegistryModel, any, {}>>;
3013
- modelPartialUpdate(params: {
3014
- id: string | number;
3015
- }, data: import("./index.js").RegistryModel): Promise<import("axios").AxiosResponse<import("./index.js").RegistryModel, any, {}>>;
3016
- modelDelete(params: {
3017
- id: string | number;
3018
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3019
- modelDownloadIcon(params: {
3020
- id: string | number;
3021
- }, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
3022
- modelUploadIcon(params: {
3023
- id: string | number;
3024
- }, data?: FormData | Record<string, unknown>): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3025
- };
3026
- scadenzario: {
3027
- list(params?: {
3028
- search?: string;
3029
- ordering?: string;
3030
- cliente_fornitore?: string;
3031
- numero_documento?: string;
3032
- data?: string;
3033
- pagato?: string;
3034
- movimento?: string;
3035
- operazione?: string;
3036
- documento?: string;
3037
- tipologia?: string;
3038
- data_pagamento?: string;
3039
- manuale?: string;
3040
- page?: number;
3041
- size?: number;
3042
- }): Promise<import("axios").AxiosResponse<{
3043
- count: number;
3044
- next?: string | null;
3045
- previous?: string | null;
3046
- results: Array<import("./index.js").Scadenzario>;
3047
- }, any, {}>>;
3048
- create(data: import("./index.js").Scadenzario): Promise<import("axios").AxiosResponse<import("./index.js").Scadenzario, any, {}>>;
3049
- export(params?: {
3050
- search?: string;
3051
- ordering?: string;
3052
- cliente_fornitore?: string;
3053
- numero_documento?: string;
3054
- data?: string;
3055
- pagato?: string;
3056
- movimento?: string;
3057
- operazione?: string;
3058
- documento?: string;
3059
- tipologia?: string;
3060
- data_pagamento?: string;
3061
- manuale?: string;
3062
- page?: number;
3063
- size?: number;
3064
- }, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
3065
- select(params?: {
3066
- search?: string;
3067
- ordering?: string;
3068
- cliente_fornitore?: string;
3069
- numero_documento?: string;
3070
- data?: string;
3071
- pagato?: string;
3072
- movimento?: string;
3073
- operazione?: string;
3074
- documento?: string;
3075
- tipologia?: string;
3076
- data_pagamento?: string;
3077
- manuale?: string;
3078
- page?: number;
3079
- size?: number;
3080
- }): Promise<import("axios").AxiosResponse<{
3081
- count: number;
3082
- next?: string | null;
3083
- previous?: string | null;
3084
- results: Array<import("./index.js").Scadenzario>;
3085
- }, any, {}>>;
3086
- read(params: {
3087
- id: string | number;
3088
- }): Promise<import("axios").AxiosResponse<import("./index.js").Scadenzario, any, {}>>;
3089
- update(params: {
3090
- id: string | number;
3091
- }, data: import("./index.js").Scadenzario): Promise<import("axios").AxiosResponse<import("./index.js").Scadenzario, any, {}>>;
3092
- partialUpdate(params: {
3093
- id: string | number;
3094
- }, data: import("./index.js").Scadenzario): Promise<import("axios").AxiosResponse<import("./index.js").Scadenzario, any, {}>>;
3095
- delete(params: {
3096
- id: string | number;
3097
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3098
- paga(params: {
3099
- id: string | number;
3100
- }, data: import("./index.js").Scadenzario): Promise<import("axios").AxiosResponse<import("./index.js").Scadenzario, any, {}>>;
3101
- };
3102
- scadenzario_tipologia: {
3103
- tipologiaList(params?: {
3104
- search?: string;
3105
- ordering?: string;
3106
- nome?: string;
3107
- page?: number;
3108
- size?: number;
3109
- }): Promise<import("axios").AxiosResponse<{
3110
- count: number;
3111
- next?: string | null;
3112
- previous?: string | null;
3113
- results: Array<import("./index.js").ScadenzarioTipologia>;
3114
- }, any, {}>>;
3115
- tipologiaCreate(data: import("./index.js").ScadenzarioTipologia): Promise<import("axios").AxiosResponse<import("./index.js").ScadenzarioTipologia, any, {}>>;
3116
- tipologiaSelect(params?: {
3117
- search?: string;
3118
- ordering?: string;
3119
- nome?: string;
3120
- page?: number;
3121
- size?: number;
3122
- }): Promise<import("axios").AxiosResponse<{
3123
- count: number;
3124
- next?: string | null;
3125
- previous?: string | null;
3126
- results: Array<import("./index.js").ScadenzarioTipologia>;
3127
- }, any, {}>>;
3128
- tipologiaRead(params: {
3129
- id: string | number;
3130
- }): Promise<import("axios").AxiosResponse<import("./index.js").ScadenzarioTipologia, any, {}>>;
3131
- tipologiaUpdate(params: {
3132
- id: string | number;
3133
- }, data: import("./index.js").ScadenzarioTipologia): Promise<import("axios").AxiosResponse<import("./index.js").ScadenzarioTipologia, any, {}>>;
3134
- tipologiaPartialUpdate(params: {
3135
- id: string | number;
3136
- }, data: import("./index.js").ScadenzarioTipologia): Promise<import("axios").AxiosResponse<import("./index.js").ScadenzarioTipologia, any, {}>>;
3137
- tipologiaDelete(params: {
3138
- id: string | number;
3139
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3140
- };
3141
- sezionale: {
3142
- list(params?: {
3143
- search?: string;
3144
- ordering?: string;
3145
- codice?: string;
3146
- tipo?: string;
3147
- movimento?: string;
3148
- page?: number;
3149
- size?: number;
3150
- }): Promise<import("axios").AxiosResponse<{
3151
- count: number;
3152
- next?: string | null;
3153
- previous?: string | null;
3154
- results: Array<import("./index.js").Sezionale>;
3155
- }, any, {}>>;
3156
- create(data: import("./index.js").Sezionale): Promise<import("axios").AxiosResponse<import("./index.js").Sezionale, any, {}>>;
3157
- select(params?: {
3158
- search?: string;
3159
- ordering?: string;
3160
- codice?: string;
3161
- tipo?: string;
3162
- movimento?: string;
3163
- page?: number;
3164
- size?: number;
3165
- }): Promise<import("axios").AxiosResponse<{
3166
- count: number;
3167
- next?: string | null;
3168
- previous?: string | null;
3169
- results: Array<import("./index.js").Sezionale>;
3170
- }, any, {}>>;
3171
- read(params: {
3172
- id: string | number;
3173
- }): Promise<import("axios").AxiosResponse<import("./index.js").Sezionale, any, {}>>;
3174
- update(params: {
3175
- id: string | number;
3176
- }, data: import("./index.js").Sezionale): Promise<import("axios").AxiosResponse<import("./index.js").Sezionale, any, {}>>;
3177
- partialUpdate(params: {
3178
- id: string | number;
3179
- }, data: import("./index.js").Sezionale): Promise<import("axios").AxiosResponse<import("./index.js").Sezionale, any, {}>>;
3180
- delete(params: {
3181
- id: string | number;
3182
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3183
- };
3184
- supplier: {
3185
- list(params?: {
3186
- search?: string;
3187
- ordering?: string;
3188
- name?: string;
3189
- page?: number;
3190
- size?: number;
3191
- }): Promise<import("axios").AxiosResponse<{
3192
- count: number;
3193
- next?: string | null;
3194
- previous?: string | null;
3195
- results: Array<import("./index.js").Supplier>;
3196
- }, any, {}>>;
3197
- create(data: import("./index.js").Supplier): Promise<import("axios").AxiosResponse<import("./index.js").Supplier, any, {}>>;
3198
- importCsv(data?: FormData | Record<string, unknown>, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
3199
- select(params?: {
3200
- search?: string;
3201
- ordering?: string;
3202
- name?: string;
3203
- page?: number;
3204
- size?: number;
3205
- }): Promise<import("axios").AxiosResponse<{
3206
- count: number;
3207
- next?: string | null;
3208
- previous?: string | null;
3209
- results: Array<import("./index.js").Supplier>;
3210
- }, any, {}>>;
3211
- read(params: {
3212
- id: string | number;
3213
- }): Promise<import("axios").AxiosResponse<import("./index.js").Supplier, any, {}>>;
3214
- update(params: {
3215
- id: string | number;
3216
- }, data: import("./index.js").Supplier): Promise<import("axios").AxiosResponse<import("./index.js").Supplier, any, {}>>;
3217
- partialUpdate(params: {
3218
- id: string | number;
3219
- }, data: import("./index.js").Supplier): Promise<import("axios").AxiosResponse<import("./index.js").Supplier, any, {}>>;
3220
- delete(params: {
3221
- id: string | number;
3222
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3223
- };
3224
- tipo_articolo: {
3225
- articoloList(params?: {
3226
- search?: string;
3227
- ordering?: string;
3228
- codice?: string;
3229
- page?: number;
3230
- size?: number;
3231
- }): Promise<import("axios").AxiosResponse<{
3232
- count: number;
3233
- next?: string | null;
3234
- previous?: string | null;
3235
- results: Array<import("./index.js").TipoArticolo>;
3236
- }, any, {}>>;
3237
- articoloCreate(data: import("./index.js").TipoArticolo): Promise<import("axios").AxiosResponse<import("./index.js").TipoArticolo, any, {}>>;
3238
- articoloSelect(params?: {
3239
- search?: string;
3240
- ordering?: string;
3241
- codice?: string;
3242
- page?: number;
3243
- size?: number;
3244
- }): Promise<import("axios").AxiosResponse<{
3245
- count: number;
3246
- next?: string | null;
3247
- previous?: string | null;
3248
- results: Array<import("./index.js").TipoArticolo>;
3249
- }, any, {}>>;
3250
- articoloRead(params: {
3251
- id: string | number;
3252
- }): Promise<import("axios").AxiosResponse<import("./index.js").TipoArticolo, any, {}>>;
3253
- articoloUpdate(params: {
3254
- id: string | number;
3255
- }, data: import("./index.js").TipoArticolo): Promise<import("axios").AxiosResponse<import("./index.js").TipoArticolo, any, {}>>;
3256
- articoloPartialUpdate(params: {
3257
- id: string | number;
3258
- }, data: import("./index.js").TipoArticolo): Promise<import("axios").AxiosResponse<import("./index.js").TipoArticolo, any, {}>>;
3259
- articoloDelete(params: {
3260
- id: string | number;
3261
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3262
- };
3263
- unitamisura: {
3264
- list(params?: {
3265
- search?: string;
3266
- ordering?: string;
3267
- codice?: string;
3268
- nome?: string;
3269
- page?: number;
3270
- size?: number;
3271
- }): Promise<import("axios").AxiosResponse<{
3272
- count: number;
3273
- next?: string | null;
3274
- previous?: string | null;
3275
- results: Array<import("./index.js").UnitaMisura>;
3276
- }, any, {}>>;
3277
- create(data: import("./index.js").UnitaMisura): Promise<import("axios").AxiosResponse<import("./index.js").UnitaMisura, any, {}>>;
3278
- select(params?: {
3279
- search?: string;
3280
- ordering?: string;
3281
- codice?: string;
3282
- nome?: string;
3283
- page?: number;
3284
- size?: number;
3285
- }): Promise<import("axios").AxiosResponse<{
3286
- count: number;
3287
- next?: string | null;
3288
- previous?: string | null;
3289
- results: Array<import("./index.js").UnitaMisura>;
3290
- }, any, {}>>;
3291
- read(params: {
3292
- id: string | number;
3293
- }): Promise<import("axios").AxiosResponse<import("./index.js").UnitaMisura, any, {}>>;
3294
- update(params: {
3295
- id: string | number;
3296
- }, data: import("./index.js").UnitaMisura): Promise<import("axios").AxiosResponse<import("./index.js").UnitaMisura, any, {}>>;
3297
- partialUpdate(params: {
3298
- id: string | number;
3299
- }, data: import("./index.js").UnitaMisura): Promise<import("axios").AxiosResponse<import("./index.js").UnitaMisura, any, {}>>;
3300
- delete(params: {
3301
- id: string | number;
3302
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3303
- };
3304
- utente: {
3305
- list(params?: {
3306
- search?: string;
3307
- ordering?: string;
3308
- username?: string;
3309
- first_name?: string;
3310
- last_name?: string;
3311
- email?: string;
3312
- page?: number;
3313
- size?: number;
3314
- }): Promise<import("axios").AxiosResponse<{
3315
- count: number;
3316
- next?: string | null;
3317
- previous?: string | null;
3318
- results: Array<import("./index.js").Utente>;
3319
- }, any, {}>>;
3320
- create(data: import("./index.js").Utente): Promise<import("axios").AxiosResponse<import("./index.js").Utente, any, {}>>;
3321
- select(params?: {
3322
- search?: string;
3323
- ordering?: string;
3324
- username?: string;
3325
- first_name?: string;
3326
- last_name?: string;
3327
- email?: string;
3328
- page?: number;
3329
- size?: number;
3330
- }): Promise<import("axios").AxiosResponse<{
3331
- count: number;
3332
- next?: string | null;
3333
- previous?: string | null;
3334
- results: Array<import("./index.js").Utente>;
3335
- }, any, {}>>;
3336
- read(params: {
3337
- id: string | number;
3338
- }): Promise<import("axios").AxiosResponse<import("./index.js").Utente, any, {}>>;
3339
- update(params: {
3340
- id: string | number;
3341
- }, data: import("./index.js").Utente): Promise<import("axios").AxiosResponse<import("./index.js").Utente, any, {}>>;
3342
- partialUpdate(params: {
3343
- id: string | number;
3344
- }, data: import("./index.js").Utente): Promise<import("axios").AxiosResponse<import("./index.js").Utente, any, {}>>;
3345
- delete(params: {
3346
- id: string | number;
3347
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3348
- changePassword(params: {
3349
- id: string | number;
3350
- }, data: import("./index.js").Utente): Promise<import("axios").AxiosResponse<import("./index.js").Utente, any, {}>>;
3351
- setPassword(params: {
3352
- id: string | number;
3353
- }, data: import("./index.js").Utente): Promise<import("axios").AxiosResponse<import("./index.js").Utente, any, {}>>;
3354
- };
3355
- validation: {
3356
- list(params?: {
3357
- search?: string;
3358
- ordering?: string;
3359
- registry_model?: string;
3360
- field?: string;
3361
- method?: string;
3362
- page?: number;
3363
- size?: number;
3364
- }): Promise<import("axios").AxiosResponse<{
3365
- count: number;
3366
- next?: string | null;
3367
- previous?: string | null;
3368
- results: Array<import("./index.js").Validation>;
3369
- }, any, {}>>;
3370
- create(data: import("./index.js").Validation): Promise<import("axios").AxiosResponse<import("./index.js").Validation, any, {}>>;
3371
- select(params?: {
3372
- search?: string;
3373
- ordering?: string;
3374
- registry_model?: string;
3375
- field?: string;
3376
- method?: string;
3377
- page?: number;
3378
- size?: number;
3379
- }): Promise<import("axios").AxiosResponse<{
3380
- count: number;
3381
- next?: string | null;
3382
- previous?: string | null;
3383
- results: Array<import("./index.js").Validation>;
3384
- }, any, {}>>;
3385
- read(params: {
3386
- id: string | number;
3387
- }): Promise<import("axios").AxiosResponse<import("./index.js").Validation, any, {}>>;
3388
- update(params: {
3389
- id: string | number;
3390
- }, data: import("./index.js").Validation): Promise<import("axios").AxiosResponse<import("./index.js").Validation, any, {}>>;
3391
- partialUpdate(params: {
3392
- id: string | number;
3393
- }, data: import("./index.js").Validation): Promise<import("axios").AxiosResponse<import("./index.js").Validation, any, {}>>;
3394
- delete(params: {
3395
- id: string | number;
3396
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3397
- };
3398
- visit: {
3399
- list(params?: {
3400
- search?: string;
3401
- ordering?: string;
3402
- client?: string;
3403
- user?: string;
3404
- building?: string;
3405
- status?: string;
3406
- type?: string;
3407
- has_technician?: string;
3408
- page?: number;
3409
- size?: number;
3410
- }): Promise<import("axios").AxiosResponse<{
3411
- count: number;
3412
- next?: string | null;
3413
- previous?: string | null;
3414
- results: Array<import("./index.js").Visit>;
3415
- }, any, {}>>;
3416
- create(data: import("./index.js").Visit): Promise<import("axios").AxiosResponse<import("./index.js").Visit, any, {}>>;
3417
- scheduleOrdinary(data: import("./index.js").Visit): Promise<import("axios").AxiosResponse<import("./index.js").Visit, any, {}>>;
3418
- select(params?: {
3419
- search?: string;
3420
- ordering?: string;
3421
- client?: string;
3422
- user?: string;
3423
- building?: string;
3424
- status?: string;
3425
- type?: string;
3426
- has_technician?: string;
3427
- page?: number;
3428
- size?: number;
3429
- }): Promise<import("axios").AxiosResponse<{
3430
- count: number;
3431
- next?: string | null;
3432
- previous?: string | null;
3433
- results: Array<import("./index.js").Visit>;
3434
- }, any, {}>>;
3435
- read(params: {
3436
- id: string | number;
3437
- }): Promise<import("axios").AxiosResponse<import("./index.js").Visit, any, {}>>;
3438
- update(params: {
3439
- id: string | number;
3440
- }, data: import("./index.js").Visit): Promise<import("axios").AxiosResponse<import("./index.js").Visit, any, {}>>;
3441
- partialUpdate(params: {
3442
- id: string | number;
3443
- }, data: import("./index.js").Visit): Promise<import("axios").AxiosResponse<import("./index.js").Visit, any, {}>>;
3444
- delete(params: {
3445
- id: string | number;
3446
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3447
- sign(params: {
3448
- id: string | number;
3449
- }, data?: FormData | Record<string, unknown>): Promise<import("axios").AxiosResponse<import("./index.js").Visit, any, {}>>;
3450
- };
3451
- visitEquipment: {
3452
- list(params?: {
3453
- search?: string;
3454
- ordering?: string;
3455
- visit?: string;
3456
- equipment?: string;
3457
- status?: string;
3458
- page?: number;
3459
- size?: number;
3460
- }): Promise<import("axios").AxiosResponse<{
3461
- count: number;
3462
- next?: string | null;
3463
- previous?: string | null;
3464
- results: Array<import("./index.js").VisitEquipment>;
3465
- }, any, {}>>;
3466
- create(data: import("./index.js").VisitEquipment): Promise<import("axios").AxiosResponse<import("./index.js").VisitEquipment, any, {}>>;
3467
- bulkAdd(data: import("./index.js").VisitEquipment): Promise<import("axios").AxiosResponse<import("./index.js").VisitEquipment, any, {}>>;
3468
- select(params?: {
3469
- search?: string;
3470
- ordering?: string;
3471
- visit?: string;
3472
- equipment?: string;
3473
- status?: string;
3474
- page?: number;
3475
- size?: number;
3476
- }): Promise<import("axios").AxiosResponse<{
3477
- count: number;
3478
- next?: string | null;
3479
- previous?: string | null;
3480
- results: Array<import("./index.js").VisitEquipment>;
3481
- }, any, {}>>;
3482
- read(params: {
3483
- id: string | number;
3484
- }): Promise<import("axios").AxiosResponse<import("./index.js").VisitEquipment, any, {}>>;
3485
- update(params: {
3486
- id: string | number;
3487
- }, data: import("./index.js").VisitEquipment): Promise<import("axios").AxiosResponse<import("./index.js").VisitEquipment, any, {}>>;
3488
- partialUpdate(params: {
3489
- id: string | number;
3490
- }, data: import("./index.js").VisitEquipment): Promise<import("axios").AxiosResponse<import("./index.js").VisitEquipment, any, {}>>;
3491
- delete(params: {
3492
- id: string | number;
3493
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3494
- };
3495
- visitEquipmentMedia: {
3496
- list(params?: {
3497
- search?: string;
3498
- ordering?: string;
3499
- visit_equipment?: string;
3500
- type?: string;
3501
- page?: number;
3502
- size?: number;
3503
- }): Promise<import("axios").AxiosResponse<{
3504
- count: number;
3505
- next?: string | null;
3506
- previous?: string | null;
3507
- results: Array<import("./index.js").VisitEquipmentMedia>;
3508
- }, any, {}>>;
3509
- select(params?: {
3510
- search?: string;
3511
- ordering?: string;
3512
- visit_equipment?: string;
3513
- type?: string;
3514
- page?: number;
3515
- size?: number;
3516
- }): Promise<import("axios").AxiosResponse<{
3517
- count: number;
3518
- next?: string | null;
3519
- previous?: string | null;
3520
- results: Array<import("./index.js").VisitEquipmentMedia>;
3521
- }, any, {}>>;
3522
- uploadToVisitEquipment(data?: FormData | Record<string, unknown>): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3523
- read(params: {
3524
- id: string | number;
3525
- }): Promise<import("axios").AxiosResponse<import("./index.js").VisitEquipmentMedia, any, {}>>;
3526
- update(params: {
3527
- id: string | number;
3528
- }, data: import("./index.js").VisitEquipmentMedia): Promise<import("axios").AxiosResponse<import("./index.js").VisitEquipmentMedia, any, {}>>;
3529
- partialUpdate(params: {
3530
- id: string | number;
3531
- }, data: import("./index.js").VisitEquipmentMedia): Promise<import("axios").AxiosResponse<import("./index.js").VisitEquipmentMedia, any, {}>>;
3532
- delete(params: {
3533
- id: string | number;
3534
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3535
- download(params: {
3536
- id: string | number;
3537
- }, options?: import("./client.js").BlobDownloadOptions): Promise<import("axios").AxiosResponse<Blob, any, {}>>;
3538
- upload(params: {
3539
- id: string | number;
3540
- }, data?: FormData | Record<string, unknown>): Promise<import("axios").AxiosResponse<import("./index.js").VisitEquipmentMedia, any, {}>>;
3541
- };
3542
- visitJob: {
3543
- list(params?: {
3544
- search?: string;
3545
- ordering?: string;
3546
- visit?: string;
3547
- name?: string;
3548
- page?: number;
3549
- size?: number;
3550
- }): Promise<import("axios").AxiosResponse<{
3551
- count: number;
3552
- next?: string | null;
3553
- previous?: string | null;
3554
- results: Array<import("./index.js").VisitJob>;
3555
- }, any, {}>>;
3556
- create(data: import("./index.js").VisitJob): Promise<import("axios").AxiosResponse<import("./index.js").VisitJob, any, {}>>;
3557
- select(params?: {
3558
- search?: string;
3559
- ordering?: string;
3560
- visit?: string;
3561
- name?: string;
3562
- page?: number;
3563
- size?: number;
3564
- }): Promise<import("axios").AxiosResponse<{
3565
- count: number;
3566
- next?: string | null;
3567
- previous?: string | null;
3568
- results: Array<import("./index.js").VisitJob>;
3569
- }, any, {}>>;
3570
- read(params: {
3571
- id: string | number;
3572
- }): Promise<import("axios").AxiosResponse<import("./index.js").VisitJob, any, {}>>;
3573
- update(params: {
3574
- id: string | number;
3575
- }, data: import("./index.js").VisitJob): Promise<import("axios").AxiosResponse<import("./index.js").VisitJob, any, {}>>;
3576
- partialUpdate(params: {
3577
- id: string | number;
3578
- }, data: import("./index.js").VisitJob): Promise<import("axios").AxiosResponse<import("./index.js").VisitJob, any, {}>>;
3579
- delete(params: {
3580
- id: string | number;
3581
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3582
- };
3583
- visitTechnician: {
3584
- list(params?: {
3585
- search?: string;
3586
- ordering?: string;
3587
- visit?: string;
3588
- technician?: string;
3589
- page?: number;
3590
- size?: number;
3591
- }): Promise<import("axios").AxiosResponse<{
3592
- count: number;
3593
- next?: string | null;
3594
- previous?: string | null;
3595
- results: Array<import("./index.js").VisitTechnician>;
3596
- }, any, {}>>;
3597
- create(data: import("./index.js").VisitTechnician): Promise<import("axios").AxiosResponse<import("./index.js").VisitTechnician, any, {}>>;
3598
- select(params?: {
3599
- search?: string;
3600
- ordering?: string;
3601
- visit?: string;
3602
- technician?: string;
3603
- page?: number;
3604
- size?: number;
3605
- }): Promise<import("axios").AxiosResponse<{
3606
- count: number;
3607
- next?: string | null;
3608
- previous?: string | null;
3609
- results: Array<import("./index.js").VisitTechnician>;
3610
- }, any, {}>>;
3611
- read(params: {
3612
- id: string | number;
3613
- }): Promise<import("axios").AxiosResponse<import("./index.js").VisitTechnician, any, {}>>;
3614
- update(params: {
3615
- id: string | number;
3616
- }, data: import("./index.js").VisitTechnician): Promise<import("axios").AxiosResponse<import("./index.js").VisitTechnician, any, {}>>;
3617
- partialUpdate(params: {
3618
- id: string | number;
3619
- }, data: import("./index.js").VisitTechnician): Promise<import("axios").AxiosResponse<import("./index.js").VisitTechnician, any, {}>>;
3620
- delete(params: {
3621
- id: string | number;
3622
- }): Promise<import("axios").AxiosResponse<unknown, any, {}>>;
3623
- };
3624
5
  };
3625
6
  //# sourceMappingURL=apiClient.d.ts.map