bnstooltips 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/README.md +3 -0
  2. package/build/ItemTooltip/ItemTooltip.d.ts +5 -0
  3. package/build/ItemTooltip/ItemTooltip.types.d.ts +11 -0
  4. package/build/ItemTooltip/SubComponents/AccountTransfer.d.ts +10 -0
  5. package/build/ItemTooltip/SubComponents/DecomposeResults.d.ts +10 -0
  6. package/build/ItemTooltip/SubComponents/GearScore.d.ts +4 -0
  7. package/build/ItemTooltip/SubComponents/ItemCooldowns.d.ts +4 -0
  8. package/build/ItemTooltip/SubComponents/ItemDescriptionText.d.ts +5 -0
  9. package/build/ItemTooltip/SubComponents/ItemIconNameDiv.d.ts +11 -0
  10. package/build/ItemTooltip/SubComponents/ItemMainInfo.d.ts +4 -0
  11. package/build/ItemTooltip/SubComponents/ItemRandomStats.d.ts +4 -0
  12. package/build/ItemTooltip/SubComponents/ItemSkillDescriptions.d.ts +8 -0
  13. package/build/ItemTooltip/SubComponents/ItemSkillTitles.d.ts +8 -0
  14. package/build/ItemTooltip/SubComponents/ItemStats.d.ts +4 -0
  15. package/build/ItemTooltip/SubComponents/ItemSubInfo.d.ts +4 -0
  16. package/build/ItemTooltip/SubComponents/RawText.d.ts +5 -0
  17. package/build/ItemTooltip/SubComponents/SealingResult.d.ts +10 -0
  18. package/build/ItemTooltip/SubComponents/SetBonus.d.ts +7 -0
  19. package/build/ItemTooltip/SubComponents/SetBonusItems.d.ts +4 -0
  20. package/build/ItemTooltip/SubComponents/SetBonusToggle.d.ts +7 -0
  21. package/build/ItemTooltip/SubComponents/SkillModifierGroup.d.ts +6 -0
  22. package/build/ItemTooltip/SubComponents/SkillModifiers.d.ts +8 -0
  23. package/build/ItemTooltip/SubComponents/StringEnumerationWithText.d.ts +7 -0
  24. package/build/ItemTooltip/SubComponents/TextWithNumber.d.ts +6 -0
  25. package/build/ItemTooltip/SubComponents/TopText.d.ts +4 -0
  26. package/build/ItemTooltip/SubComponents/index.d.ts +44 -0
  27. package/build/ItemTooltipWrapper/ItemTooltipWrapper.d.ts +6 -0
  28. package/build/ItemTooltipWrapper/ItemTooltipWrapper.types.d.ts +14 -0
  29. package/build/JsonTooltip/JsonTooltip.d.ts +5 -0
  30. package/build/JsonTooltip/JsonTooltip.types.d.ts +12 -0
  31. package/build/SkillTooltip/SkillTooltip.d.ts +5 -0
  32. package/build/SkillTooltip/SkillTooltip.types.d.ts +5 -0
  33. package/build/SkillTooltip/SubComponents/PvpModifiers.d.ts +6 -0
  34. package/build/SkillTooltip/SubComponents/SkillBoundaries.d.ts +6 -0
  35. package/build/SkillTooltip/SubComponents/SkillConditions.d.ts +6 -0
  36. package/build/SkillTooltip/SubComponents/SkillIconWithButton.d.ts +6 -0
  37. package/build/SkillTooltip/SubComponents/SkillTooltipBoundary.d.ts +9 -0
  38. package/build/SkillTooltip/SubComponents/SkillTooltipBoundaryContainer.d.ts +5 -0
  39. package/build/SkillTooltip/SubComponents/index.d.ts +8 -0
  40. package/build/SkillTooltipWrapper/SkillTooltipWrapper.d.ts +6 -0
  41. package/build/SkillTooltipWrapper/SkillTooltipWrapper.types.d.ts +7 -0
  42. package/build/TestComponent/TestComponent.d.ts +5 -0
  43. package/build/TestComponent/TestComponent.types.d.ts +3 -0
  44. package/build/TooltipBase/TooltipBase.d.ts +5 -0
  45. package/build/TooltipBase/TooltipBase.types.d.ts +14 -0
  46. package/build/Utilities/ButtonIconMapping.d.ts +1 -0
  47. package/build/Utilities/Helpers.d.ts +9 -0
  48. package/build/Utilities/ISkill.d.ts +40 -0
  49. package/build/Utilities/ItemDownloadClient.d.ts +14 -0
  50. package/build/Utilities/Models.d.ts +20 -0
  51. package/build/index.d.ts +14 -0
  52. package/build/index.es.js +6000 -0
  53. package/build/index.es.js.map +1 -0
  54. package/build/index.js +6033 -0
  55. package/build/index.js.map +1 -0
  56. package/build/itemapiclient/api.d.ts +1143 -0
  57. package/build/itemapiclient/configuration.d.ts +55 -0
  58. package/build/itemapiclient/index.d.ts +13 -0
  59. package/build/stories/Button.d.ts +29 -0
  60. package/build/stories/Header.d.ts +10 -0
  61. package/build/stories/Page.d.ts +10 -0
  62. package/package.json +61 -0
@@ -0,0 +1,1143 @@
1
+ /**
2
+ * BnsItemStorage.WebApi
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: v1
6
+ *
7
+ *
8
+ * NOTE: This file is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the file manually.
11
+ */
12
+ /// <reference path="../../src/itemapiclient/custom.d.ts" />
13
+ import { Configuration } from "./configuration";
14
+ /**
15
+ *
16
+ * @export
17
+ */
18
+ export declare const COLLECTION_FORMATS: {
19
+ csv: string;
20
+ ssv: string;
21
+ tsv: string;
22
+ pipes: string;
23
+ };
24
+ /**
25
+ *
26
+ * @export
27
+ * @interface FetchAPI
28
+ */
29
+ export interface FetchAPI {
30
+ (url: string, init?: any): Promise<Response>;
31
+ }
32
+ /**
33
+ *
34
+ * @export
35
+ * @interface FetchArgs
36
+ */
37
+ export interface FetchArgs {
38
+ url: string;
39
+ options: any;
40
+ }
41
+ /**
42
+ *
43
+ * @export
44
+ * @class BaseAPI
45
+ */
46
+ export declare class BaseAPI {
47
+ protected basePath: string;
48
+ protected fetch: FetchAPI;
49
+ protected configuration: Configuration;
50
+ constructor(configuration?: Configuration, basePath?: string, fetch?: FetchAPI);
51
+ }
52
+ /**
53
+ *
54
+ * @export
55
+ * @class RequiredError
56
+ * @extends {Error}
57
+ */
58
+ export declare class RequiredError extends Error {
59
+ field: string;
60
+ name: "RequiredError";
61
+ constructor(field: string, msg?: string);
62
+ }
63
+ /**
64
+ *
65
+ * @export
66
+ * @interface BnsItemDto
67
+ */
68
+ export interface BnsItemDto {
69
+ /**
70
+ *
71
+ * @type {number}
72
+ * @memberof BnsItemDto
73
+ */
74
+ id?: number;
75
+ /**
76
+ *
77
+ * @type {number}
78
+ * @memberof BnsItemDto
79
+ */
80
+ level?: number;
81
+ /**
82
+ *
83
+ * @type {number}
84
+ * @memberof BnsItemDto
85
+ */
86
+ gearScore?: number;
87
+ /**
88
+ *
89
+ * @type {number}
90
+ * @memberof BnsItemDto
91
+ */
92
+ itemScore?: number;
93
+ /**
94
+ *
95
+ * @type {number}
96
+ * @memberof BnsItemDto
97
+ */
98
+ fusionScore?: number;
99
+ /**
100
+ *
101
+ * @type {string}
102
+ * @memberof BnsItemDto
103
+ */
104
+ name?: string;
105
+ /**
106
+ *
107
+ * @type {Array<ItemCategoryDto>}
108
+ * @memberof BnsItemDto
109
+ */
110
+ categories?: Array<ItemCategoryDto>;
111
+ /**
112
+ *
113
+ * @type {ItemIconDto}
114
+ * @memberof BnsItemDto
115
+ */
116
+ icon?: ItemIconDto;
117
+ /**
118
+ *
119
+ * @type {number}
120
+ * @memberof BnsItemDto
121
+ */
122
+ grade?: number;
123
+ /**
124
+ *
125
+ * @type {Array<RequiredClassDto>}
126
+ * @memberof BnsItemDto
127
+ */
128
+ classRequired?: Array<RequiredClassDto>;
129
+ /**
130
+ *
131
+ * @type {Array<ItemStatDto>}
132
+ * @memberof BnsItemDto
133
+ */
134
+ stats?: Array<ItemStatDto>;
135
+ /**
136
+ *
137
+ * @type {number}
138
+ * @memberof BnsItemDto
139
+ */
140
+ randomSubStatCount?: number;
141
+ /**
142
+ *
143
+ * @type {Array<ItemRandomStatDto>}
144
+ * @memberof BnsItemDto
145
+ */
146
+ randomStats?: Array<ItemRandomStatDto>;
147
+ /**
148
+ *
149
+ * @type {string}
150
+ * @memberof BnsItemDto
151
+ */
152
+ mainInfo?: string;
153
+ /**
154
+ *
155
+ * @type {string}
156
+ * @memberof BnsItemDto
157
+ */
158
+ subInfo?: string;
159
+ /**
160
+ *
161
+ * @type {number}
162
+ * @memberof BnsItemDto
163
+ */
164
+ cooldownInMs?: number;
165
+ /**
166
+ *
167
+ * @type {number}
168
+ * @memberof BnsItemDto
169
+ */
170
+ bgCooldownInMs?: number;
171
+ /**
172
+ *
173
+ * @type {Array<SkillModifierGroupDto>}
174
+ * @memberof BnsItemDto
175
+ */
176
+ skillModifierGroups?: Array<SkillModifierGroupDto>;
177
+ /**
178
+ *
179
+ * @type {Array<ItemSkillDto>}
180
+ * @memberof BnsItemDto
181
+ */
182
+ skills?: Array<ItemSkillDto>;
183
+ /**
184
+ *
185
+ * @type {string}
186
+ * @memberof BnsItemDto
187
+ */
188
+ topText?: string;
189
+ /**
190
+ *
191
+ * @type {ItemSetBonusDto}
192
+ * @memberof BnsItemDto
193
+ */
194
+ setBonus?: ItemSetBonusDto;
195
+ /**
196
+ *
197
+ * @type {Array<ItemDescriptionDto>}
198
+ * @memberof BnsItemDto
199
+ */
200
+ descriptions?: Array<ItemDescriptionDto>;
201
+ /**
202
+ *
203
+ * @type {Array<DecomposeRewardDto>}
204
+ * @memberof BnsItemDto
205
+ */
206
+ decomposeRewards?: Array<DecomposeRewardDto>;
207
+ /**
208
+ *
209
+ * @type {string}
210
+ * @memberof BnsItemDto
211
+ */
212
+ flavorText?: string;
213
+ /**
214
+ *
215
+ * @type {string}
216
+ * @memberof BnsItemDto
217
+ */
218
+ usableGroup?: string;
219
+ /**
220
+ *
221
+ * @type {number}
222
+ * @memberof BnsItemDto
223
+ */
224
+ levelRequired?: number;
225
+ /**
226
+ *
227
+ * @type {boolean}
228
+ * @memberof BnsItemDto
229
+ */
230
+ boundToAccount?: boolean;
231
+ /**
232
+ *
233
+ * @type {boolean}
234
+ * @memberof BnsItemDto
235
+ */
236
+ unableToTrade?: boolean;
237
+ /**
238
+ *
239
+ * @type {ItemSealingDto}
240
+ * @memberof BnsItemDto
241
+ */
242
+ sealing?: ItemSealingDto;
243
+ /**
244
+ *
245
+ * @type {ItemAccountTransferDto}
246
+ * @memberof BnsItemDto
247
+ */
248
+ accountTransfer?: ItemAccountTransferDto;
249
+ /**
250
+ *
251
+ * @type {ItemUpgradeInfoDto}
252
+ * @memberof BnsItemDto
253
+ */
254
+ upgradeInfo?: ItemUpgradeInfoDto;
255
+ /**
256
+ *
257
+ * @type {Array<ItemTransformDto>}
258
+ * @memberof BnsItemDto
259
+ */
260
+ itemTransforms?: Array<ItemTransformDto>;
261
+ }
262
+ /**
263
+ *
264
+ * @export
265
+ * @interface DecomposeRewardDto
266
+ */
267
+ export interface DecomposeRewardDto {
268
+ /**
269
+ *
270
+ * @type {Array<ItemRefWithCount>}
271
+ * @memberof DecomposeRewardDto
272
+ */
273
+ fixedItems?: Array<ItemRefWithCount>;
274
+ /**
275
+ *
276
+ * @type {Array<ItemRefWithCount>}
277
+ * @memberof DecomposeRewardDto
278
+ */
279
+ randomItems?: Array<ItemRefWithCount>;
280
+ /**
281
+ *
282
+ * @type {Array<ItemRefWithCount>}
283
+ * @memberof DecomposeRewardDto
284
+ */
285
+ selectItems?: Array<ItemRefWithCount>;
286
+ }
287
+ /**
288
+ *
289
+ * @export
290
+ * @interface EffectDto
291
+ */
292
+ export interface EffectDto {
293
+ /**
294
+ *
295
+ * @type {string}
296
+ * @memberof EffectDto
297
+ */
298
+ description?: string;
299
+ }
300
+ /**
301
+ *
302
+ * @export
303
+ * @interface Int32StringTuple
304
+ */
305
+ export interface Int32StringTuple {
306
+ /**
307
+ *
308
+ * @type {number}
309
+ * @memberof Int32StringTuple
310
+ */
311
+ item1?: number;
312
+ /**
313
+ *
314
+ * @type {string}
315
+ * @memberof Int32StringTuple
316
+ */
317
+ item2?: string;
318
+ }
319
+ /**
320
+ *
321
+ * @export
322
+ * @interface ItemAccountTransferDto
323
+ */
324
+ export interface ItemAccountTransferDto {
325
+ /**
326
+ *
327
+ * @type {Array<ItemRefWithCount>}
328
+ * @memberof ItemAccountTransferDto
329
+ */
330
+ requiredItems?: Array<ItemRefWithCount>;
331
+ /**
332
+ *
333
+ * @type {number}
334
+ * @memberof ItemAccountTransferDto
335
+ */
336
+ moneyCost?: number;
337
+ }
338
+ /**
339
+ *
340
+ * @export
341
+ * @interface ItemCategoryDto
342
+ */
343
+ export interface ItemCategoryDto {
344
+ /**
345
+ *
346
+ * @type {string}
347
+ * @memberof ItemCategoryDto
348
+ */
349
+ technicalName?: string;
350
+ /**
351
+ *
352
+ * @type {string}
353
+ * @memberof ItemCategoryDto
354
+ */
355
+ localizedName?: string;
356
+ /**
357
+ *
358
+ * @type {number}
359
+ * @memberof ItemCategoryDto
360
+ */
361
+ index?: number;
362
+ }
363
+ /**
364
+ *
365
+ * @export
366
+ * @interface ItemDescriptionDto
367
+ */
368
+ export interface ItemDescriptionDto {
369
+ /**
370
+ *
371
+ * @type {string}
372
+ * @memberof ItemDescriptionDto
373
+ */
374
+ title?: string;
375
+ /**
376
+ *
377
+ * @type {string}
378
+ * @memberof ItemDescriptionDto
379
+ */
380
+ text?: string;
381
+ }
382
+ /**
383
+ *
384
+ * @export
385
+ * @interface ItemIconDto
386
+ */
387
+ export interface ItemIconDto {
388
+ /**
389
+ *
390
+ * @type {string}
391
+ * @memberof ItemIconDto
392
+ */
393
+ iconPath?: string;
394
+ /**
395
+ *
396
+ * @type {number}
397
+ * @memberof ItemIconDto
398
+ */
399
+ iconIndex?: number;
400
+ }
401
+ /**
402
+ *
403
+ * @export
404
+ * @interface ItemRandomStatDto
405
+ */
406
+ export interface ItemRandomStatDto {
407
+ /**
408
+ *
409
+ * @type {string}
410
+ * @memberof ItemRandomStatDto
411
+ */
412
+ name?: string;
413
+ /**
414
+ *
415
+ * @type {number}
416
+ * @memberof ItemRandomStatDto
417
+ */
418
+ min?: number;
419
+ /**
420
+ *
421
+ * @type {number}
422
+ * @memberof ItemRandomStatDto
423
+ */
424
+ max?: number;
425
+ /**
426
+ *
427
+ * @type {boolean}
428
+ * @memberof ItemRandomStatDto
429
+ */
430
+ isPercentage?: boolean;
431
+ /**
432
+ *
433
+ * @type {boolean}
434
+ * @memberof ItemRandomStatDto
435
+ */
436
+ isMainStat?: boolean;
437
+ /**
438
+ *
439
+ * @type {boolean}
440
+ * @memberof ItemRandomStatDto
441
+ */
442
+ isFixedSubStat?: boolean;
443
+ }
444
+ /**
445
+ *
446
+ * @export
447
+ * @interface ItemRefWithCount
448
+ */
449
+ export interface ItemRefWithCount {
450
+ /**
451
+ *
452
+ * @type {number}
453
+ * @memberof ItemRefWithCount
454
+ */
455
+ itemId?: number;
456
+ /**
457
+ *
458
+ * @type {number}
459
+ * @memberof ItemRefWithCount
460
+ */
461
+ itemLevel?: number;
462
+ /**
463
+ *
464
+ * @type {number}
465
+ * @memberof ItemRefWithCount
466
+ */
467
+ min?: number;
468
+ /**
469
+ *
470
+ * @type {number}
471
+ * @memberof ItemRefWithCount
472
+ */
473
+ max?: number;
474
+ /**
475
+ *
476
+ * @type {boolean}
477
+ * @memberof ItemRefWithCount
478
+ */
479
+ isMinMax?: boolean;
480
+ /**
481
+ *
482
+ * @type {boolean}
483
+ * @memberof ItemRefWithCount
484
+ */
485
+ isRandom?: boolean;
486
+ }
487
+ /**
488
+ *
489
+ * @export
490
+ * @interface ItemSealingDto
491
+ */
492
+ export interface ItemSealingDto {
493
+ /**
494
+ *
495
+ * @type {Array<ItemRefWithCount>}
496
+ * @memberof ItemSealingDto
497
+ */
498
+ sealConsumeItems?: Array<ItemRefWithCount>;
499
+ /**
500
+ *
501
+ * @type {number}
502
+ * @memberof ItemSealingDto
503
+ */
504
+ sealAcquireItemId?: number;
505
+ /**
506
+ *
507
+ * @type {number}
508
+ * @memberof ItemSealingDto
509
+ */
510
+ sealAcquireItemLevel?: number;
511
+ }
512
+ /**
513
+ *
514
+ * @export
515
+ * @interface ItemSetBonusDto
516
+ */
517
+ export interface ItemSetBonusDto {
518
+ /**
519
+ *
520
+ * @type {string}
521
+ * @memberof ItemSetBonusDto
522
+ */
523
+ setName?: string;
524
+ /**
525
+ *
526
+ * @type {Array<SetItemDto>}
527
+ * @memberof ItemSetBonusDto
528
+ */
529
+ setItems?: Array<SetItemDto>;
530
+ /**
531
+ *
532
+ * @type {Array<ItemSetBonusStageDto>}
533
+ * @memberof ItemSetBonusDto
534
+ */
535
+ setBonusStages?: Array<ItemSetBonusStageDto>;
536
+ }
537
+ /**
538
+ *
539
+ * @export
540
+ * @interface ItemSetBonusStageDto
541
+ */
542
+ export interface ItemSetBonusStageDto {
543
+ /**
544
+ *
545
+ * @type {number}
546
+ * @memberof ItemSetBonusStageDto
547
+ */
548
+ setNumber?: number;
549
+ /**
550
+ *
551
+ * @type {Array<EffectDto>}
552
+ * @memberof ItemSetBonusStageDto
553
+ */
554
+ effects?: Array<EffectDto>;
555
+ /**
556
+ *
557
+ * @type {Array<SkillModifierGroupDto>}
558
+ * @memberof ItemSetBonusStageDto
559
+ */
560
+ skillModifiers?: Array<SkillModifierGroupDto>;
561
+ }
562
+ /**
563
+ *
564
+ * @export
565
+ * @interface ItemSkillDto
566
+ */
567
+ export interface ItemSkillDto {
568
+ /**
569
+ *
570
+ * @type {string}
571
+ * @memberof ItemSkillDto
572
+ */
573
+ title?: string;
574
+ /**
575
+ *
576
+ * @type {string}
577
+ * @memberof ItemSkillDto
578
+ */
579
+ description?: string;
580
+ /**
581
+ *
582
+ * @type {string}
583
+ * @memberof ItemSkillDto
584
+ */
585
+ jobstyle?: string;
586
+ }
587
+ /**
588
+ *
589
+ * @export
590
+ * @interface ItemStatDto
591
+ */
592
+ export interface ItemStatDto {
593
+ /**
594
+ *
595
+ * @type {string}
596
+ * @memberof ItemStatDto
597
+ */
598
+ name?: string;
599
+ /**
600
+ *
601
+ * @type {number}
602
+ * @memberof ItemStatDto
603
+ */
604
+ value?: number;
605
+ /**
606
+ *
607
+ * @type {boolean}
608
+ * @memberof ItemStatDto
609
+ */
610
+ isPercentage?: boolean;
611
+ /**
612
+ *
613
+ * @type {boolean}
614
+ * @memberof ItemStatDto
615
+ */
616
+ isMainStat?: boolean;
617
+ }
618
+ /**
619
+ *
620
+ * @export
621
+ * @interface ItemTransformDto
622
+ */
623
+ export interface ItemTransformDto {
624
+ /**
625
+ *
626
+ * @type {number}
627
+ * @memberof ItemTransformDto
628
+ */
629
+ moneyCost?: number;
630
+ /**
631
+ *
632
+ * @type {Array<ItemRefWithCount>}
633
+ * @memberof ItemTransformDto
634
+ */
635
+ itemCost?: Array<ItemRefWithCount>;
636
+ /**
637
+ *
638
+ * @type {ItemRefWithCount}
639
+ * @memberof ItemTransformDto
640
+ */
641
+ itemReward?: ItemRefWithCount;
642
+ }
643
+ /**
644
+ *
645
+ * @export
646
+ * @interface ItemUpgradeInfoDto
647
+ */
648
+ export interface ItemUpgradeInfoDto {
649
+ /**
650
+ *
651
+ * @type {number}
652
+ * @memberof ItemUpgradeInfoDto
653
+ */
654
+ moneyCost?: number;
655
+ /**
656
+ *
657
+ * @type {Array<ItemRefWithCount>}
658
+ * @memberof ItemUpgradeInfoDto
659
+ */
660
+ itemCost?: Array<ItemRefWithCount>;
661
+ /**
662
+ *
663
+ * @type {number}
664
+ * @memberof ItemUpgradeInfoDto
665
+ */
666
+ offerItemId?: number;
667
+ /**
668
+ *
669
+ * @type {number}
670
+ * @memberof ItemUpgradeInfoDto
671
+ */
672
+ offerItemLevel?: number;
673
+ }
674
+ /**
675
+ *
676
+ * @export
677
+ * @interface PatchesListPatch
678
+ */
679
+ export interface PatchesListPatch {
680
+ /**
681
+ *
682
+ * @type {string}
683
+ * @memberof PatchesListPatch
684
+ */
685
+ _short?: string;
686
+ /**
687
+ *
688
+ * @type {string}
689
+ * @memberof PatchesListPatch
690
+ */
691
+ text?: string;
692
+ /**
693
+ *
694
+ * @type {number}
695
+ * @memberof PatchesListPatch
696
+ */
697
+ index?: number;
698
+ }
699
+ /**
700
+ *
701
+ * @export
702
+ * @interface RequiredClassDto
703
+ */
704
+ export interface RequiredClassDto {
705
+ /**
706
+ *
707
+ * @type {string}
708
+ * @memberof RequiredClassDto
709
+ */
710
+ enName?: string;
711
+ /**
712
+ *
713
+ * @type {string}
714
+ * @memberof RequiredClassDto
715
+ */
716
+ technicalName?: string;
717
+ }
718
+ /**
719
+ *
720
+ * @export
721
+ * @interface SetItemDto
722
+ */
723
+ export interface SetItemDto {
724
+ /**
725
+ *
726
+ * @type {string}
727
+ * @memberof SetItemDto
728
+ */
729
+ itemName?: string;
730
+ /**
731
+ *
732
+ * @type {ItemIconDto}
733
+ * @memberof SetItemDto
734
+ */
735
+ itemIcon?: ItemIconDto;
736
+ }
737
+ /**
738
+ *
739
+ * @export
740
+ * @interface SkillModifierDto
741
+ */
742
+ export interface SkillModifierDto {
743
+ /**
744
+ *
745
+ * @type {Array<Int32StringTuple>}
746
+ * @memberof SkillModifierDto
747
+ */
748
+ skills?: Array<Int32StringTuple>;
749
+ /**
750
+ *
751
+ * @type {string}
752
+ * @memberof SkillModifierDto
753
+ */
754
+ verb?: string;
755
+ /**
756
+ *
757
+ * @type {number}
758
+ * @memberof SkillModifierDto
759
+ */
760
+ value?: number;
761
+ }
762
+ /**
763
+ *
764
+ * @export
765
+ * @interface SkillModifierGroupDto
766
+ */
767
+ export interface SkillModifierGroupDto {
768
+ /**
769
+ *
770
+ * @type {string}
771
+ * @memberof SkillModifierGroupDto
772
+ */
773
+ jobstyle?: string;
774
+ /**
775
+ *
776
+ * @type {Array<SkillModifierDto>}
777
+ * @memberof SkillModifierGroupDto
778
+ */
779
+ modifiers?: Array<SkillModifierDto>;
780
+ }
781
+ /**
782
+ * BnsItemApi - fetch parameter creator
783
+ * @export
784
+ */
785
+ export declare const BnsItemApiFetchParamCreator: (configuration?: Configuration) => {
786
+ /**
787
+ *
788
+ * @param {boolean} added
789
+ * @param {boolean} modified
790
+ * @param {string} region
791
+ * @param {string} [patch]
792
+ * @param {*} [options] Override http request option.
793
+ * @throws {RequiredError}
794
+ */
795
+ bnsItemAddedOrModifiedItemsGet(added: boolean, modified: boolean, region: string, patch?: string, options?: any): FetchArgs;
796
+ /**
797
+ *
798
+ * @param {string} idLevel
799
+ * @param {string} region
800
+ * @param {boolean} [light]
801
+ * @param {string} [patch]
802
+ * @param {*} [options] Override http request option.
803
+ * @throws {RequiredError}
804
+ */
805
+ bnsItemItemByStringGet(idLevel: string, region: string, light?: boolean, patch?: string, options?: any): FetchArgs;
806
+ /**
807
+ *
808
+ * @param {number} id
809
+ * @param {number} level
810
+ * @param {string} region
811
+ * @param {boolean} [light]
812
+ * @param {string} [patch]
813
+ * @param {*} [options] Override http request option.
814
+ * @throws {RequiredError}
815
+ */
816
+ bnsItemItemGet(id: number, level: number, region: string, light?: boolean, patch?: string, options?: any): FetchArgs;
817
+ /**
818
+ *
819
+ * @param {string} region
820
+ * @param {string} [category]
821
+ * @param {string} [technicalJobName]
822
+ * @param {string} [gradesString]
823
+ * @param {string} [minGs]
824
+ * @param {string} [patch]
825
+ * @param {*} [options] Override http request option.
826
+ * @throws {RequiredError}
827
+ */
828
+ bnsItemItemsByCategoryGet(region: string, category?: string, technicalJobName?: string, gradesString?: string, minGs?: string, patch?: string, options?: any): FetchArgs;
829
+ /**
830
+ *
831
+ * @param {string} name
832
+ * @param {string} region
833
+ * @param {string} [patch]
834
+ * @param {*} [options] Override http request option.
835
+ * @throws {RequiredError}
836
+ */
837
+ bnsItemItemsByNameGet(name: string, region: string, patch?: string, options?: any): FetchArgs;
838
+ /**
839
+ *
840
+ * @param {number} count
841
+ * @param {string} region
842
+ * @param {number} [offset]
843
+ * @param {string} [patch]
844
+ * @param {*} [options] Override http request option.
845
+ * @throws {RequiredError}
846
+ */
847
+ bnsItemItemsGet(count: number, region: string, offset?: number, patch?: string, options?: any): FetchArgs;
848
+ /**
849
+ *
850
+ * @param {string} region
851
+ * @param {*} [options] Override http request option.
852
+ * @throws {RequiredError}
853
+ */
854
+ bnsItemLatestPatchGet(region: string, options?: any): FetchArgs;
855
+ /**
856
+ *
857
+ * @param {string} region
858
+ * @param {*} [options] Override http request option.
859
+ * @throws {RequiredError}
860
+ */
861
+ bnsItemPatchesGet(region: string, options?: any): FetchArgs;
862
+ /**
863
+ *
864
+ * @param {*} [options] Override http request option.
865
+ * @throws {RequiredError}
866
+ */
867
+ bnsItemPingGet(options?: any): FetchArgs;
868
+ };
869
+ /**
870
+ * BnsItemApi - functional programming interface
871
+ * @export
872
+ */
873
+ export declare const BnsItemApiFp: (configuration?: Configuration) => {
874
+ /**
875
+ *
876
+ * @param {boolean} added
877
+ * @param {boolean} modified
878
+ * @param {string} region
879
+ * @param {string} [patch]
880
+ * @param {*} [options] Override http request option.
881
+ * @throws {RequiredError}
882
+ */
883
+ bnsItemAddedOrModifiedItemsGet(added: boolean, modified: boolean, region: string, patch?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Array<BnsItemDto>>;
884
+ /**
885
+ *
886
+ * @param {string} idLevel
887
+ * @param {string} region
888
+ * @param {boolean} [light]
889
+ * @param {string} [patch]
890
+ * @param {*} [options] Override http request option.
891
+ * @throws {RequiredError}
892
+ */
893
+ bnsItemItemByStringGet(idLevel: string, region: string, light?: boolean, patch?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<BnsItemDto>;
894
+ /**
895
+ *
896
+ * @param {number} id
897
+ * @param {number} level
898
+ * @param {string} region
899
+ * @param {boolean} [light]
900
+ * @param {string} [patch]
901
+ * @param {*} [options] Override http request option.
902
+ * @throws {RequiredError}
903
+ */
904
+ bnsItemItemGet(id: number, level: number, region: string, light?: boolean, patch?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<BnsItemDto>;
905
+ /**
906
+ *
907
+ * @param {string} region
908
+ * @param {string} [category]
909
+ * @param {string} [technicalJobName]
910
+ * @param {string} [gradesString]
911
+ * @param {string} [minGs]
912
+ * @param {string} [patch]
913
+ * @param {*} [options] Override http request option.
914
+ * @throws {RequiredError}
915
+ */
916
+ bnsItemItemsByCategoryGet(region: string, category?: string, technicalJobName?: string, gradesString?: string, minGs?: string, patch?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Array<BnsItemDto>>;
917
+ /**
918
+ *
919
+ * @param {string} name
920
+ * @param {string} region
921
+ * @param {string} [patch]
922
+ * @param {*} [options] Override http request option.
923
+ * @throws {RequiredError}
924
+ */
925
+ bnsItemItemsByNameGet(name: string, region: string, patch?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Array<BnsItemDto>>;
926
+ /**
927
+ *
928
+ * @param {number} count
929
+ * @param {string} region
930
+ * @param {number} [offset]
931
+ * @param {string} [patch]
932
+ * @param {*} [options] Override http request option.
933
+ * @throws {RequiredError}
934
+ */
935
+ bnsItemItemsGet(count: number, region: string, offset?: number, patch?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Array<BnsItemDto>>;
936
+ /**
937
+ *
938
+ * @param {string} region
939
+ * @param {*} [options] Override http request option.
940
+ * @throws {RequiredError}
941
+ */
942
+ bnsItemLatestPatchGet(region: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<PatchesListPatch>;
943
+ /**
944
+ *
945
+ * @param {string} region
946
+ * @param {*} [options] Override http request option.
947
+ * @throws {RequiredError}
948
+ */
949
+ bnsItemPatchesGet(region: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Array<PatchesListPatch>>;
950
+ /**
951
+ *
952
+ * @param {*} [options] Override http request option.
953
+ * @throws {RequiredError}
954
+ */
955
+ bnsItemPingGet(options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<string>;
956
+ };
957
+ /**
958
+ * BnsItemApi - factory interface
959
+ * @export
960
+ */
961
+ export declare const BnsItemApiFactory: (configuration?: Configuration, fetch?: FetchAPI, basePath?: string) => {
962
+ /**
963
+ *
964
+ * @param {boolean} added
965
+ * @param {boolean} modified
966
+ * @param {string} region
967
+ * @param {string} [patch]
968
+ * @param {*} [options] Override http request option.
969
+ * @throws {RequiredError}
970
+ */
971
+ bnsItemAddedOrModifiedItemsGet(added: boolean, modified: boolean, region: string, patch?: string, options?: any): Promise<BnsItemDto[]>;
972
+ /**
973
+ *
974
+ * @param {string} idLevel
975
+ * @param {string} region
976
+ * @param {boolean} [light]
977
+ * @param {string} [patch]
978
+ * @param {*} [options] Override http request option.
979
+ * @throws {RequiredError}
980
+ */
981
+ bnsItemItemByStringGet(idLevel: string, region: string, light?: boolean, patch?: string, options?: any): Promise<BnsItemDto>;
982
+ /**
983
+ *
984
+ * @param {number} id
985
+ * @param {number} level
986
+ * @param {string} region
987
+ * @param {boolean} [light]
988
+ * @param {string} [patch]
989
+ * @param {*} [options] Override http request option.
990
+ * @throws {RequiredError}
991
+ */
992
+ bnsItemItemGet(id: number, level: number, region: string, light?: boolean, patch?: string, options?: any): Promise<BnsItemDto>;
993
+ /**
994
+ *
995
+ * @param {string} region
996
+ * @param {string} [category]
997
+ * @param {string} [technicalJobName]
998
+ * @param {string} [gradesString]
999
+ * @param {string} [minGs]
1000
+ * @param {string} [patch]
1001
+ * @param {*} [options] Override http request option.
1002
+ * @throws {RequiredError}
1003
+ */
1004
+ bnsItemItemsByCategoryGet(region: string, category?: string, technicalJobName?: string, gradesString?: string, minGs?: string, patch?: string, options?: any): Promise<BnsItemDto[]>;
1005
+ /**
1006
+ *
1007
+ * @param {string} name
1008
+ * @param {string} region
1009
+ * @param {string} [patch]
1010
+ * @param {*} [options] Override http request option.
1011
+ * @throws {RequiredError}
1012
+ */
1013
+ bnsItemItemsByNameGet(name: string, region: string, patch?: string, options?: any): Promise<BnsItemDto[]>;
1014
+ /**
1015
+ *
1016
+ * @param {number} count
1017
+ * @param {string} region
1018
+ * @param {number} [offset]
1019
+ * @param {string} [patch]
1020
+ * @param {*} [options] Override http request option.
1021
+ * @throws {RequiredError}
1022
+ */
1023
+ bnsItemItemsGet(count: number, region: string, offset?: number, patch?: string, options?: any): Promise<BnsItemDto[]>;
1024
+ /**
1025
+ *
1026
+ * @param {string} region
1027
+ * @param {*} [options] Override http request option.
1028
+ * @throws {RequiredError}
1029
+ */
1030
+ bnsItemLatestPatchGet(region: string, options?: any): Promise<PatchesListPatch>;
1031
+ /**
1032
+ *
1033
+ * @param {string} region
1034
+ * @param {*} [options] Override http request option.
1035
+ * @throws {RequiredError}
1036
+ */
1037
+ bnsItemPatchesGet(region: string, options?: any): Promise<PatchesListPatch[]>;
1038
+ /**
1039
+ *
1040
+ * @param {*} [options] Override http request option.
1041
+ * @throws {RequiredError}
1042
+ */
1043
+ bnsItemPingGet(options?: any): Promise<string>;
1044
+ };
1045
+ /**
1046
+ * BnsItemApi - object-oriented interface
1047
+ * @export
1048
+ * @class BnsItemApi
1049
+ * @extends {BaseAPI}
1050
+ */
1051
+ export declare class BnsItemApi extends BaseAPI {
1052
+ /**
1053
+ *
1054
+ * @param {boolean} added
1055
+ * @param {boolean} modified
1056
+ * @param {string} region
1057
+ * @param {string} [patch]
1058
+ * @param {*} [options] Override http request option.
1059
+ * @throws {RequiredError}
1060
+ * @memberof BnsItemApi
1061
+ */
1062
+ bnsItemAddedOrModifiedItemsGet(added: boolean, modified: boolean, region: string, patch?: string, options?: any): Promise<BnsItemDto[]>;
1063
+ /**
1064
+ *
1065
+ * @param {string} idLevel
1066
+ * @param {string} region
1067
+ * @param {boolean} [light]
1068
+ * @param {string} [patch]
1069
+ * @param {*} [options] Override http request option.
1070
+ * @throws {RequiredError}
1071
+ * @memberof BnsItemApi
1072
+ */
1073
+ bnsItemItemByStringGet(idLevel: string, region: string, light?: boolean, patch?: string, options?: any): Promise<BnsItemDto>;
1074
+ /**
1075
+ *
1076
+ * @param {number} id
1077
+ * @param {number} level
1078
+ * @param {string} region
1079
+ * @param {boolean} [light]
1080
+ * @param {string} [patch]
1081
+ * @param {*} [options] Override http request option.
1082
+ * @throws {RequiredError}
1083
+ * @memberof BnsItemApi
1084
+ */
1085
+ bnsItemItemGet(id: number, level: number, region: string, light?: boolean, patch?: string, options?: any): Promise<BnsItemDto>;
1086
+ /**
1087
+ *
1088
+ * @param {string} region
1089
+ * @param {string} [category]
1090
+ * @param {string} [technicalJobName]
1091
+ * @param {string} [gradesString]
1092
+ * @param {string} [minGs]
1093
+ * @param {string} [patch]
1094
+ * @param {*} [options] Override http request option.
1095
+ * @throws {RequiredError}
1096
+ * @memberof BnsItemApi
1097
+ */
1098
+ bnsItemItemsByCategoryGet(region: string, category?: string, technicalJobName?: string, gradesString?: string, minGs?: string, patch?: string, options?: any): Promise<BnsItemDto[]>;
1099
+ /**
1100
+ *
1101
+ * @param {string} name
1102
+ * @param {string} region
1103
+ * @param {string} [patch]
1104
+ * @param {*} [options] Override http request option.
1105
+ * @throws {RequiredError}
1106
+ * @memberof BnsItemApi
1107
+ */
1108
+ bnsItemItemsByNameGet(name: string, region: string, patch?: string, options?: any): Promise<BnsItemDto[]>;
1109
+ /**
1110
+ *
1111
+ * @param {number} count
1112
+ * @param {string} region
1113
+ * @param {number} [offset]
1114
+ * @param {string} [patch]
1115
+ * @param {*} [options] Override http request option.
1116
+ * @throws {RequiredError}
1117
+ * @memberof BnsItemApi
1118
+ */
1119
+ bnsItemItemsGet(count: number, region: string, offset?: number, patch?: string, options?: any): Promise<BnsItemDto[]>;
1120
+ /**
1121
+ *
1122
+ * @param {string} region
1123
+ * @param {*} [options] Override http request option.
1124
+ * @throws {RequiredError}
1125
+ * @memberof BnsItemApi
1126
+ */
1127
+ bnsItemLatestPatchGet(region: string, options?: any): Promise<PatchesListPatch>;
1128
+ /**
1129
+ *
1130
+ * @param {string} region
1131
+ * @param {*} [options] Override http request option.
1132
+ * @throws {RequiredError}
1133
+ * @memberof BnsItemApi
1134
+ */
1135
+ bnsItemPatchesGet(region: string, options?: any): Promise<PatchesListPatch[]>;
1136
+ /**
1137
+ *
1138
+ * @param {*} [options] Override http request option.
1139
+ * @throws {RequiredError}
1140
+ * @memberof BnsItemApi
1141
+ */
1142
+ bnsItemPingGet(options?: any): Promise<string>;
1143
+ }