bnstooltips 2.1.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -3
- package/build/EffectTooltip/EffectTooltip.d.ts +5 -0
- package/build/EffectTooltip/EffectTooltip.types.d.ts +5 -0
- package/build/EffectTooltipWrapper/EffectTooltipWrapper.d.ts +6 -0
- package/build/EffectTooltipWrapper/EffectTooltipWrapper.types.d.ts +6 -0
- package/build/ItemImproveEffectsTooltip/ItemImproveEffectsTooltip.d.ts +5 -0
- package/build/ItemImproveEffectsTooltip/ItemImproveEffectsTooltip.types.d.ts +4 -0
- package/build/ItemImproveEffectsTooltipWrapper/ItemImproveEffectsTooltipWrapper.d.ts +6 -0
- package/build/ItemImproveEffectsTooltipWrapper/ItemImproveEffectsTooltipWrapper.types.d.ts +5 -0
- package/build/ItemImproveSelectStageTooltip/ItemImproveSelectStageTooltip.d.ts +5 -0
- package/build/ItemImproveSelectStageTooltip/ItemImproveSelectStageTooltip.types.d.ts +5 -0
- package/build/ItemImproveSelectStageTooltipWrapper/ItemImproveSelectStageTooltipWrapper.d.ts +6 -0
- package/build/ItemImproveSelectStageTooltipWrapper/ItemImproveSelectStageTooltipWrapper.types.d.ts +6 -0
- package/build/ItemImproveTooltip/ItemImproveTooltip.d.ts +5 -0
- package/build/ItemImproveTooltip/ItemImproveTooltip.types.d.ts +11 -0
- package/build/ItemImproveTooltip/SubComponents/ItemImproveUpgradeCost.d.ts +12 -0
- package/build/ItemImproveTooltip/SubComponents/ItemWithText.d.ts +15 -0
- package/build/ItemImproveTooltip/SubComponents/MainCostSelector.d.ts +12 -0
- package/build/ItemImproveTooltip/SubComponents/PrevCurNext.d.ts +20 -0
- package/build/ItemImproveTooltip/SubComponents/SubCosts.d.ts +11 -0
- package/build/ItemImproveTooltipWrapper/ItemImproveTooltipWrapper.d.ts +6 -0
- package/build/ItemImproveTooltipWrapper/ItemImproveTooltipWrapper.types.d.ts +11 -0
- package/build/ItemTooltip/ItemTooltip.d.ts +2 -2
- package/build/ItemTooltip/ItemTooltip.types.d.ts +9 -7
- package/build/ItemTooltip/SubComponents/AccountTransfer.d.ts +1 -1
- package/build/ItemTooltip/SubComponents/DecomposeResults.d.ts +2 -1
- package/build/ItemTooltip/SubComponents/EtchingStones.d.ts +6 -0
- package/build/ItemTooltip/SubComponents/GearScore.d.ts +2 -2
- package/build/ItemTooltip/SubComponents/ItemCooldowns.d.ts +2 -2
- package/build/ItemTooltip/SubComponents/ItemIconNameDiv.d.ts +7 -2
- package/build/ItemTooltip/SubComponents/ItemMainInfo.d.ts +2 -2
- package/build/ItemTooltip/SubComponents/ItemRandomStats.d.ts +2 -2
- package/build/ItemTooltip/SubComponents/ItemSkillDescriptions.d.ts +1 -1
- package/build/ItemTooltip/SubComponents/ItemSkillTitles.d.ts +1 -1
- package/build/ItemTooltip/SubComponents/ItemSkillTrainLink.d.ts +9 -0
- package/build/ItemTooltip/SubComponents/ItemStats.d.ts +2 -2
- package/build/ItemTooltip/SubComponents/ItemSubInfo.d.ts +2 -2
- package/build/ItemTooltip/SubComponents/ItemUpgradeEffects.d.ts +8 -0
- package/build/ItemTooltip/SubComponents/SealingResult.d.ts +1 -1
- package/build/ItemTooltip/SubComponents/SetBonus.d.ts +1 -1
- package/build/ItemTooltip/SubComponents/SetBonusItems.d.ts +2 -2
- package/build/ItemTooltip/SubComponents/SkillModifierGroup.d.ts +1 -1
- package/build/ItemTooltip/SubComponents/SkillModifiers.d.ts +1 -1
- package/build/ItemTooltip/SubComponents/TopText.d.ts +2 -2
- package/build/ItemTooltip/SubComponents/index.d.ts +6 -0
- package/build/ItemTooltipWrapper/ItemTooltipWrapper.types.d.ts +3 -1
- package/build/MultiItemTooltip/MultiItemTooltip.d.ts +5 -0
- package/build/MultiItemTooltip/MultiItemTooltip.types.d.ts +16 -0
- package/build/MultiItemTooltipWrapper/MultiItemTooltipWrapper.d.ts +6 -0
- package/build/MultiItemTooltipWrapper/MultiItemTooltipWrapper.types.d.ts +7 -0
- package/build/MultiSkillTooltip/MultiSkillTooltip.d.ts +5 -0
- package/build/MultiSkillTooltip/MultiSkillTooltip.types.d.ts +11 -0
- package/build/MultiSkillTooltipWrapper/MultiSkillTooltipWrapper.d.ts +6 -0
- package/build/MultiSkillTooltipWrapper/MultiSkillTooltipWrapper.types.d.ts +7 -0
- package/build/NpcTooltip/NpcTooltip.d.ts +1 -1
- package/build/NpcTooltip/NpcTooltip.types.d.ts +5 -6
- package/build/NpcTooltip/SubComponents/Money.d.ts +2 -1
- package/build/NpcTooltip/SubComponents/StoreItemBuyPriceEntry.d.ts +1 -1
- package/build/SkillTooltip/SkillTooltip.d.ts +1 -1
- package/build/SkillTooltip/SkillTooltip.types.d.ts +4 -5
- package/build/SkillTooltipWrapper/SkillTooltipWrapper.types.d.ts +3 -0
- package/build/TooltipBase/TooltipBase.d.ts +1 -1
- package/build/TooltipBase/TooltipBase.types.d.ts +1 -0
- package/build/Utilities/Helpers.d.ts +21 -1
- package/build/Utilities/IBnsEffect.d.ts +12 -0
- package/build/Utilities/INpc.d.ts +1 -1
- package/build/Utilities/ISkill.d.ts +84 -0
- package/build/Utilities/ItemDownloadClient.d.ts +12 -7
- package/build/Utilities/Models.d.ts +10 -1
- package/build/index.d.ts +30 -10
- package/build/index.es.js +5723 -2133
- package/build/index.es.js.map +1 -1
- package/build/index.js +5738 -2158
- package/build/index.js.map +1 -1
- package/build/itemapiclient/BnsItemApiClientBase.d.ts +3 -0
- package/build/itemapiclient/ItemApiClient.d.ts +813 -0
- package/build/webcomponents/tooltip-web.d.ts +1 -0
- package/build/webcomponents/tooltips-wc.d.ts +1 -0
- package/package.json +5 -5
- package/build/TestComponent/TestComponent.d.ts +0 -5
- package/build/TestComponent/TestComponent.types.d.ts +0 -3
- package/build/TooltipWrapper/TooltipWrapper.d.ts +0 -6
- package/build/TooltipWrapper/TooltipWrapper.types.d.ts +0 -17
- package/build/Utilities/TooltipSettingsBase.d.ts +0 -13
- package/build/itemapiclient/api.d.ts +0 -1200
- package/build/itemapiclient/configuration.d.ts +0 -55
- package/build/itemapiclient/index.d.ts +0 -13
- package/build/stories/Button.d.ts +0 -29
- package/build/stories/Header.d.ts +0 -10
- package/build/stories/Page.d.ts +0 -10
|
@@ -1,1200 +0,0 @@
|
|
|
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
|
-
* @type {number}
|
|
264
|
-
* @memberof BnsItemDto
|
|
265
|
-
*/
|
|
266
|
-
setPoints?: number;
|
|
267
|
-
/**
|
|
268
|
-
*
|
|
269
|
-
* @type {number}
|
|
270
|
-
* @memberof BnsItemDto
|
|
271
|
-
*/
|
|
272
|
-
refinementPoints?: number;
|
|
273
|
-
}
|
|
274
|
-
/**
|
|
275
|
-
*
|
|
276
|
-
* @export
|
|
277
|
-
* @interface DecomposeRewardDto
|
|
278
|
-
*/
|
|
279
|
-
export interface DecomposeRewardDto {
|
|
280
|
-
/**
|
|
281
|
-
*
|
|
282
|
-
* @type {Array<ItemRefWithCount>}
|
|
283
|
-
* @memberof DecomposeRewardDto
|
|
284
|
-
*/
|
|
285
|
-
fixedItems?: Array<ItemRefWithCount>;
|
|
286
|
-
/**
|
|
287
|
-
*
|
|
288
|
-
* @type {Array<ItemRefWithCount>}
|
|
289
|
-
* @memberof DecomposeRewardDto
|
|
290
|
-
*/
|
|
291
|
-
randomItems?: Array<ItemRefWithCount>;
|
|
292
|
-
/**
|
|
293
|
-
*
|
|
294
|
-
* @type {Array<ItemRefWithCount>}
|
|
295
|
-
* @memberof DecomposeRewardDto
|
|
296
|
-
*/
|
|
297
|
-
selectItems?: Array<ItemRefWithCount>;
|
|
298
|
-
}
|
|
299
|
-
/**
|
|
300
|
-
*
|
|
301
|
-
* @export
|
|
302
|
-
* @interface EffectDto
|
|
303
|
-
*/
|
|
304
|
-
export interface EffectDto {
|
|
305
|
-
/**
|
|
306
|
-
*
|
|
307
|
-
* @type {string}
|
|
308
|
-
* @memberof EffectDto
|
|
309
|
-
*/
|
|
310
|
-
description?: string;
|
|
311
|
-
}
|
|
312
|
-
/**
|
|
313
|
-
*
|
|
314
|
-
* @export
|
|
315
|
-
* @interface Int32StringTuple
|
|
316
|
-
*/
|
|
317
|
-
export interface Int32StringTuple {
|
|
318
|
-
/**
|
|
319
|
-
*
|
|
320
|
-
* @type {number}
|
|
321
|
-
* @memberof Int32StringTuple
|
|
322
|
-
*/
|
|
323
|
-
item1?: number;
|
|
324
|
-
/**
|
|
325
|
-
*
|
|
326
|
-
* @type {string}
|
|
327
|
-
* @memberof Int32StringTuple
|
|
328
|
-
*/
|
|
329
|
-
item2?: string;
|
|
330
|
-
}
|
|
331
|
-
/**
|
|
332
|
-
*
|
|
333
|
-
* @export
|
|
334
|
-
* @interface ItemAccountTransferDto
|
|
335
|
-
*/
|
|
336
|
-
export interface ItemAccountTransferDto {
|
|
337
|
-
/**
|
|
338
|
-
*
|
|
339
|
-
* @type {Array<ItemRefWithCount>}
|
|
340
|
-
* @memberof ItemAccountTransferDto
|
|
341
|
-
*/
|
|
342
|
-
requiredItems?: Array<ItemRefWithCount>;
|
|
343
|
-
/**
|
|
344
|
-
*
|
|
345
|
-
* @type {number}
|
|
346
|
-
* @memberof ItemAccountTransferDto
|
|
347
|
-
*/
|
|
348
|
-
moneyCost?: number;
|
|
349
|
-
}
|
|
350
|
-
/**
|
|
351
|
-
*
|
|
352
|
-
* @export
|
|
353
|
-
* @interface ItemCategoryDto
|
|
354
|
-
*/
|
|
355
|
-
export interface ItemCategoryDto {
|
|
356
|
-
/**
|
|
357
|
-
*
|
|
358
|
-
* @type {string}
|
|
359
|
-
* @memberof ItemCategoryDto
|
|
360
|
-
*/
|
|
361
|
-
technicalName?: string;
|
|
362
|
-
/**
|
|
363
|
-
*
|
|
364
|
-
* @type {string}
|
|
365
|
-
* @memberof ItemCategoryDto
|
|
366
|
-
*/
|
|
367
|
-
localizedName?: string;
|
|
368
|
-
/**
|
|
369
|
-
*
|
|
370
|
-
* @type {number}
|
|
371
|
-
* @memberof ItemCategoryDto
|
|
372
|
-
*/
|
|
373
|
-
index?: number;
|
|
374
|
-
}
|
|
375
|
-
/**
|
|
376
|
-
*
|
|
377
|
-
* @export
|
|
378
|
-
* @interface ItemDescriptionDto
|
|
379
|
-
*/
|
|
380
|
-
export interface ItemDescriptionDto {
|
|
381
|
-
/**
|
|
382
|
-
*
|
|
383
|
-
* @type {string}
|
|
384
|
-
* @memberof ItemDescriptionDto
|
|
385
|
-
*/
|
|
386
|
-
title?: string;
|
|
387
|
-
/**
|
|
388
|
-
*
|
|
389
|
-
* @type {string}
|
|
390
|
-
* @memberof ItemDescriptionDto
|
|
391
|
-
*/
|
|
392
|
-
text?: string;
|
|
393
|
-
}
|
|
394
|
-
/**
|
|
395
|
-
*
|
|
396
|
-
* @export
|
|
397
|
-
* @interface ItemIconDto
|
|
398
|
-
*/
|
|
399
|
-
export interface ItemIconDto {
|
|
400
|
-
/**
|
|
401
|
-
*
|
|
402
|
-
* @type {string}
|
|
403
|
-
* @memberof ItemIconDto
|
|
404
|
-
*/
|
|
405
|
-
iconPath?: string;
|
|
406
|
-
/**
|
|
407
|
-
*
|
|
408
|
-
* @type {number}
|
|
409
|
-
* @memberof ItemIconDto
|
|
410
|
-
*/
|
|
411
|
-
iconIndex?: number;
|
|
412
|
-
}
|
|
413
|
-
/**
|
|
414
|
-
*
|
|
415
|
-
* @export
|
|
416
|
-
* @interface ItemRandomStatDto
|
|
417
|
-
*/
|
|
418
|
-
export interface ItemRandomStatDto {
|
|
419
|
-
/**
|
|
420
|
-
*
|
|
421
|
-
* @type {string}
|
|
422
|
-
* @memberof ItemRandomStatDto
|
|
423
|
-
*/
|
|
424
|
-
name?: string;
|
|
425
|
-
/**
|
|
426
|
-
*
|
|
427
|
-
* @type {number}
|
|
428
|
-
* @memberof ItemRandomStatDto
|
|
429
|
-
*/
|
|
430
|
-
min?: number;
|
|
431
|
-
/**
|
|
432
|
-
*
|
|
433
|
-
* @type {number}
|
|
434
|
-
* @memberof ItemRandomStatDto
|
|
435
|
-
*/
|
|
436
|
-
max?: number;
|
|
437
|
-
/**
|
|
438
|
-
*
|
|
439
|
-
* @type {boolean}
|
|
440
|
-
* @memberof ItemRandomStatDto
|
|
441
|
-
*/
|
|
442
|
-
isPercentage?: boolean;
|
|
443
|
-
/**
|
|
444
|
-
*
|
|
445
|
-
* @type {boolean}
|
|
446
|
-
* @memberof ItemRandomStatDto
|
|
447
|
-
*/
|
|
448
|
-
isMainStat?: boolean;
|
|
449
|
-
/**
|
|
450
|
-
*
|
|
451
|
-
* @type {boolean}
|
|
452
|
-
* @memberof ItemRandomStatDto
|
|
453
|
-
*/
|
|
454
|
-
isFixedSubStat?: boolean;
|
|
455
|
-
}
|
|
456
|
-
/**
|
|
457
|
-
*
|
|
458
|
-
* @export
|
|
459
|
-
* @interface ItemRefWithCount
|
|
460
|
-
*/
|
|
461
|
-
export interface ItemRefWithCount {
|
|
462
|
-
/**
|
|
463
|
-
*
|
|
464
|
-
* @type {number}
|
|
465
|
-
* @memberof ItemRefWithCount
|
|
466
|
-
*/
|
|
467
|
-
itemId?: number;
|
|
468
|
-
/**
|
|
469
|
-
*
|
|
470
|
-
* @type {number}
|
|
471
|
-
* @memberof ItemRefWithCount
|
|
472
|
-
*/
|
|
473
|
-
itemLevel?: number;
|
|
474
|
-
/**
|
|
475
|
-
*
|
|
476
|
-
* @type {number}
|
|
477
|
-
* @memberof ItemRefWithCount
|
|
478
|
-
*/
|
|
479
|
-
min?: number;
|
|
480
|
-
/**
|
|
481
|
-
*
|
|
482
|
-
* @type {number}
|
|
483
|
-
* @memberof ItemRefWithCount
|
|
484
|
-
*/
|
|
485
|
-
max?: number;
|
|
486
|
-
/**
|
|
487
|
-
*
|
|
488
|
-
* @type {boolean}
|
|
489
|
-
* @memberof ItemRefWithCount
|
|
490
|
-
*/
|
|
491
|
-
isMinMax?: boolean;
|
|
492
|
-
/**
|
|
493
|
-
*
|
|
494
|
-
* @type {boolean}
|
|
495
|
-
* @memberof ItemRefWithCount
|
|
496
|
-
*/
|
|
497
|
-
isRandom?: boolean;
|
|
498
|
-
}
|
|
499
|
-
/**
|
|
500
|
-
*
|
|
501
|
-
* @export
|
|
502
|
-
* @interface ItemSealingDto
|
|
503
|
-
*/
|
|
504
|
-
export interface ItemSealingDto {
|
|
505
|
-
/**
|
|
506
|
-
*
|
|
507
|
-
* @type {Array<ItemRefWithCount>}
|
|
508
|
-
* @memberof ItemSealingDto
|
|
509
|
-
*/
|
|
510
|
-
sealConsumeItems?: Array<ItemRefWithCount>;
|
|
511
|
-
/**
|
|
512
|
-
*
|
|
513
|
-
* @type {number}
|
|
514
|
-
* @memberof ItemSealingDto
|
|
515
|
-
*/
|
|
516
|
-
sealAcquireItemId?: number;
|
|
517
|
-
/**
|
|
518
|
-
*
|
|
519
|
-
* @type {number}
|
|
520
|
-
* @memberof ItemSealingDto
|
|
521
|
-
*/
|
|
522
|
-
sealAcquireItemLevel?: number;
|
|
523
|
-
}
|
|
524
|
-
/**
|
|
525
|
-
*
|
|
526
|
-
* @export
|
|
527
|
-
* @interface ItemSetBonusDto
|
|
528
|
-
*/
|
|
529
|
-
export interface ItemSetBonusDto {
|
|
530
|
-
/**
|
|
531
|
-
*
|
|
532
|
-
* @type {string}
|
|
533
|
-
* @memberof ItemSetBonusDto
|
|
534
|
-
*/
|
|
535
|
-
setName?: string;
|
|
536
|
-
/**
|
|
537
|
-
*
|
|
538
|
-
* @type {Array<SetItemDto>}
|
|
539
|
-
* @memberof ItemSetBonusDto
|
|
540
|
-
*/
|
|
541
|
-
setItems?: Array<SetItemDto>;
|
|
542
|
-
/**
|
|
543
|
-
*
|
|
544
|
-
* @type {Array<ItemSetBonusStageDto>}
|
|
545
|
-
* @memberof ItemSetBonusDto
|
|
546
|
-
*/
|
|
547
|
-
setBonusStages?: Array<ItemSetBonusStageDto>;
|
|
548
|
-
}
|
|
549
|
-
/**
|
|
550
|
-
*
|
|
551
|
-
* @export
|
|
552
|
-
* @interface ItemSetBonusStageDto
|
|
553
|
-
*/
|
|
554
|
-
export interface ItemSetBonusStageDto {
|
|
555
|
-
/**
|
|
556
|
-
*
|
|
557
|
-
* @type {number}
|
|
558
|
-
* @memberof ItemSetBonusStageDto
|
|
559
|
-
*/
|
|
560
|
-
setNumber?: number;
|
|
561
|
-
/**
|
|
562
|
-
*
|
|
563
|
-
* @type {Array<EffectDto>}
|
|
564
|
-
* @memberof ItemSetBonusStageDto
|
|
565
|
-
*/
|
|
566
|
-
effects?: Array<EffectDto>;
|
|
567
|
-
/**
|
|
568
|
-
*
|
|
569
|
-
* @type {Array<SkillModifierGroupDto>}
|
|
570
|
-
* @memberof ItemSetBonusStageDto
|
|
571
|
-
*/
|
|
572
|
-
skillModifiers?: Array<SkillModifierGroupDto>;
|
|
573
|
-
}
|
|
574
|
-
/**
|
|
575
|
-
*
|
|
576
|
-
* @export
|
|
577
|
-
* @interface ItemSkillDto
|
|
578
|
-
*/
|
|
579
|
-
export interface ItemSkillDto {
|
|
580
|
-
/**
|
|
581
|
-
*
|
|
582
|
-
* @type {string}
|
|
583
|
-
* @memberof ItemSkillDto
|
|
584
|
-
*/
|
|
585
|
-
title?: string;
|
|
586
|
-
/**
|
|
587
|
-
*
|
|
588
|
-
* @type {string}
|
|
589
|
-
* @memberof ItemSkillDto
|
|
590
|
-
*/
|
|
591
|
-
description?: string;
|
|
592
|
-
/**
|
|
593
|
-
*
|
|
594
|
-
* @type {string}
|
|
595
|
-
* @memberof ItemSkillDto
|
|
596
|
-
*/
|
|
597
|
-
jobstyle?: string;
|
|
598
|
-
}
|
|
599
|
-
/**
|
|
600
|
-
*
|
|
601
|
-
* @export
|
|
602
|
-
* @interface ItemStatDto
|
|
603
|
-
*/
|
|
604
|
-
export interface ItemStatDto {
|
|
605
|
-
/**
|
|
606
|
-
*
|
|
607
|
-
* @type {string}
|
|
608
|
-
* @memberof ItemStatDto
|
|
609
|
-
*/
|
|
610
|
-
name?: string;
|
|
611
|
-
/**
|
|
612
|
-
*
|
|
613
|
-
* @type {number}
|
|
614
|
-
* @memberof ItemStatDto
|
|
615
|
-
*/
|
|
616
|
-
value?: number;
|
|
617
|
-
/**
|
|
618
|
-
*
|
|
619
|
-
* @type {boolean}
|
|
620
|
-
* @memberof ItemStatDto
|
|
621
|
-
*/
|
|
622
|
-
isPercentage?: boolean;
|
|
623
|
-
/**
|
|
624
|
-
*
|
|
625
|
-
* @type {boolean}
|
|
626
|
-
* @memberof ItemStatDto
|
|
627
|
-
*/
|
|
628
|
-
isMainStat?: boolean;
|
|
629
|
-
}
|
|
630
|
-
/**
|
|
631
|
-
*
|
|
632
|
-
* @export
|
|
633
|
-
* @interface ItemTransformDto
|
|
634
|
-
*/
|
|
635
|
-
export interface ItemTransformDto {
|
|
636
|
-
/**
|
|
637
|
-
*
|
|
638
|
-
* @type {number}
|
|
639
|
-
* @memberof ItemTransformDto
|
|
640
|
-
*/
|
|
641
|
-
moneyCost?: number;
|
|
642
|
-
/**
|
|
643
|
-
*
|
|
644
|
-
* @type {Array<ItemRefWithCount>}
|
|
645
|
-
* @memberof ItemTransformDto
|
|
646
|
-
*/
|
|
647
|
-
itemCost?: Array<ItemRefWithCount>;
|
|
648
|
-
/**
|
|
649
|
-
*
|
|
650
|
-
* @type {ItemRefWithCount}
|
|
651
|
-
* @memberof ItemTransformDto
|
|
652
|
-
*/
|
|
653
|
-
itemReward?: ItemRefWithCount;
|
|
654
|
-
}
|
|
655
|
-
/**
|
|
656
|
-
*
|
|
657
|
-
* @export
|
|
658
|
-
* @interface ItemUpgradeInfoDto
|
|
659
|
-
*/
|
|
660
|
-
export interface ItemUpgradeInfoDto {
|
|
661
|
-
/**
|
|
662
|
-
*
|
|
663
|
-
* @type {number}
|
|
664
|
-
* @memberof ItemUpgradeInfoDto
|
|
665
|
-
*/
|
|
666
|
-
moneyCost?: number;
|
|
667
|
-
/**
|
|
668
|
-
*
|
|
669
|
-
* @type {Array<ItemRefWithCount>}
|
|
670
|
-
* @memberof ItemUpgradeInfoDto
|
|
671
|
-
*/
|
|
672
|
-
itemCost?: Array<ItemRefWithCount>;
|
|
673
|
-
/**
|
|
674
|
-
*
|
|
675
|
-
* @type {number}
|
|
676
|
-
* @memberof ItemUpgradeInfoDto
|
|
677
|
-
*/
|
|
678
|
-
offerItemId?: number;
|
|
679
|
-
/**
|
|
680
|
-
*
|
|
681
|
-
* @type {number}
|
|
682
|
-
* @memberof ItemUpgradeInfoDto
|
|
683
|
-
*/
|
|
684
|
-
offerItemLevel?: number;
|
|
685
|
-
}
|
|
686
|
-
/**
|
|
687
|
-
*
|
|
688
|
-
* @export
|
|
689
|
-
* @interface PatchesListPatch
|
|
690
|
-
*/
|
|
691
|
-
export interface PatchesListPatch {
|
|
692
|
-
/**
|
|
693
|
-
*
|
|
694
|
-
* @type {string}
|
|
695
|
-
* @memberof PatchesListPatch
|
|
696
|
-
*/
|
|
697
|
-
_short?: string;
|
|
698
|
-
/**
|
|
699
|
-
*
|
|
700
|
-
* @type {string}
|
|
701
|
-
* @memberof PatchesListPatch
|
|
702
|
-
*/
|
|
703
|
-
text?: string;
|
|
704
|
-
/**
|
|
705
|
-
*
|
|
706
|
-
* @type {number}
|
|
707
|
-
* @memberof PatchesListPatch
|
|
708
|
-
*/
|
|
709
|
-
index?: number;
|
|
710
|
-
}
|
|
711
|
-
/**
|
|
712
|
-
*
|
|
713
|
-
* @export
|
|
714
|
-
* @interface RequiredClassDto
|
|
715
|
-
*/
|
|
716
|
-
export interface RequiredClassDto {
|
|
717
|
-
/**
|
|
718
|
-
*
|
|
719
|
-
* @type {string}
|
|
720
|
-
* @memberof RequiredClassDto
|
|
721
|
-
*/
|
|
722
|
-
enName?: string;
|
|
723
|
-
/**
|
|
724
|
-
*
|
|
725
|
-
* @type {string}
|
|
726
|
-
* @memberof RequiredClassDto
|
|
727
|
-
*/
|
|
728
|
-
technicalName?: string;
|
|
729
|
-
}
|
|
730
|
-
/**
|
|
731
|
-
*
|
|
732
|
-
* @export
|
|
733
|
-
* @interface SetItemDto
|
|
734
|
-
*/
|
|
735
|
-
export interface SetItemDto {
|
|
736
|
-
/**
|
|
737
|
-
*
|
|
738
|
-
* @type {string}
|
|
739
|
-
* @memberof SetItemDto
|
|
740
|
-
*/
|
|
741
|
-
itemName?: string;
|
|
742
|
-
/**
|
|
743
|
-
*
|
|
744
|
-
* @type {ItemIconDto}
|
|
745
|
-
* @memberof SetItemDto
|
|
746
|
-
*/
|
|
747
|
-
itemIcon?: ItemIconDto;
|
|
748
|
-
}
|
|
749
|
-
/**
|
|
750
|
-
*
|
|
751
|
-
* @export
|
|
752
|
-
* @interface SkillModifierDto
|
|
753
|
-
*/
|
|
754
|
-
export interface SkillModifierDto {
|
|
755
|
-
/**
|
|
756
|
-
*
|
|
757
|
-
* @type {Array<Int32StringTuple>}
|
|
758
|
-
* @memberof SkillModifierDto
|
|
759
|
-
*/
|
|
760
|
-
skills?: Array<Int32StringTuple>;
|
|
761
|
-
/**
|
|
762
|
-
*
|
|
763
|
-
* @type {string}
|
|
764
|
-
* @memberof SkillModifierDto
|
|
765
|
-
*/
|
|
766
|
-
verb?: string;
|
|
767
|
-
/**
|
|
768
|
-
*
|
|
769
|
-
* @type {number}
|
|
770
|
-
* @memberof SkillModifierDto
|
|
771
|
-
*/
|
|
772
|
-
value?: number;
|
|
773
|
-
}
|
|
774
|
-
/**
|
|
775
|
-
*
|
|
776
|
-
* @export
|
|
777
|
-
* @interface SkillModifierGroupDto
|
|
778
|
-
*/
|
|
779
|
-
export interface SkillModifierGroupDto {
|
|
780
|
-
/**
|
|
781
|
-
*
|
|
782
|
-
* @type {string}
|
|
783
|
-
* @memberof SkillModifierGroupDto
|
|
784
|
-
*/
|
|
785
|
-
jobstyle?: string;
|
|
786
|
-
/**
|
|
787
|
-
*
|
|
788
|
-
* @type {Array<SkillModifierDto>}
|
|
789
|
-
* @memberof SkillModifierGroupDto
|
|
790
|
-
*/
|
|
791
|
-
modifiers?: Array<SkillModifierDto>;
|
|
792
|
-
}
|
|
793
|
-
/**
|
|
794
|
-
* BnsItemApi - fetch parameter creator
|
|
795
|
-
* @export
|
|
796
|
-
*/
|
|
797
|
-
export declare const BnsItemApiFetchParamCreator: (configuration?: Configuration) => {
|
|
798
|
-
/**
|
|
799
|
-
*
|
|
800
|
-
* @param {boolean} added
|
|
801
|
-
* @param {boolean} modified
|
|
802
|
-
* @param {string} region
|
|
803
|
-
* @param {string} [patch]
|
|
804
|
-
* @param {*} [options] Override http request option.
|
|
805
|
-
* @throws {RequiredError}
|
|
806
|
-
*/
|
|
807
|
-
bnsItemAddedOrModifiedItemsGet(added: boolean, modified: boolean, region: string, patch?: string, options?: any): FetchArgs;
|
|
808
|
-
/**
|
|
809
|
-
*
|
|
810
|
-
* @param {string} idLevel
|
|
811
|
-
* @param {string} region
|
|
812
|
-
* @param {boolean} [light]
|
|
813
|
-
* @param {string} [patch]
|
|
814
|
-
* @param {*} [options] Override http request option.
|
|
815
|
-
* @throws {RequiredError}
|
|
816
|
-
*/
|
|
817
|
-
bnsItemItemByStringGet(idLevel: string, region: string, light?: boolean, patch?: string, options?: any): FetchArgs;
|
|
818
|
-
/**
|
|
819
|
-
*
|
|
820
|
-
* @param {number} id
|
|
821
|
-
* @param {number} level
|
|
822
|
-
* @param {string} region
|
|
823
|
-
* @param {boolean} [light]
|
|
824
|
-
* @param {string} [patch]
|
|
825
|
-
* @param {*} [options] Override http request option.
|
|
826
|
-
* @throws {RequiredError}
|
|
827
|
-
*/
|
|
828
|
-
bnsItemItemGet(id: number, level: number, region: string, light?: boolean, patch?: string, options?: any): FetchArgs;
|
|
829
|
-
/**
|
|
830
|
-
*
|
|
831
|
-
* @param {string} region
|
|
832
|
-
* @param {string} [category]
|
|
833
|
-
* @param {string} [technicalJobName]
|
|
834
|
-
* @param {string} [gradesString]
|
|
835
|
-
* @param {string} [minGs]
|
|
836
|
-
* @param {string} [patch]
|
|
837
|
-
* @param {boolean} [noDupes]
|
|
838
|
-
* @param {*} [options] Override http request option.
|
|
839
|
-
* @throws {RequiredError}
|
|
840
|
-
*/
|
|
841
|
-
bnsItemItemsByCategoryGet(region: string, category?: string, technicalJobName?: string, gradesString?: string, minGs?: string, patch?: string, noDupes?: boolean, options?: any): FetchArgs;
|
|
842
|
-
/**
|
|
843
|
-
*
|
|
844
|
-
* @param {string} name
|
|
845
|
-
* @param {string} region
|
|
846
|
-
* @param {string} [patch]
|
|
847
|
-
* @param {*} [options] Override http request option.
|
|
848
|
-
* @throws {RequiredError}
|
|
849
|
-
*/
|
|
850
|
-
bnsItemItemsByNameGet(name: string, region: string, patch?: string, options?: any): FetchArgs;
|
|
851
|
-
/**
|
|
852
|
-
*
|
|
853
|
-
* @param {number} count
|
|
854
|
-
* @param {string} region
|
|
855
|
-
* @param {number} [offset]
|
|
856
|
-
* @param {string} [patch]
|
|
857
|
-
* @param {*} [options] Override http request option.
|
|
858
|
-
* @throws {RequiredError}
|
|
859
|
-
*/
|
|
860
|
-
bnsItemItemsGet(count: number, region: string, offset?: number, patch?: string, options?: any): FetchArgs;
|
|
861
|
-
/**
|
|
862
|
-
*
|
|
863
|
-
* @param {string} region
|
|
864
|
-
* @param {*} [options] Override http request option.
|
|
865
|
-
* @throws {RequiredError}
|
|
866
|
-
*/
|
|
867
|
-
bnsItemLatestPatchGet(region: string, options?: any): FetchArgs;
|
|
868
|
-
/**
|
|
869
|
-
*
|
|
870
|
-
* @param {string} region
|
|
871
|
-
* @param {*} [options] Override http request option.
|
|
872
|
-
* @throws {RequiredError}
|
|
873
|
-
*/
|
|
874
|
-
bnsItemPatchesGet(region: string, options?: any): FetchArgs;
|
|
875
|
-
/**
|
|
876
|
-
*
|
|
877
|
-
* @param {*} [options] Override http request option.
|
|
878
|
-
* @throws {RequiredError}
|
|
879
|
-
*/
|
|
880
|
-
bnsItemPingGet(options?: any): FetchArgs;
|
|
881
|
-
/**
|
|
882
|
-
*
|
|
883
|
-
* @param {string} region
|
|
884
|
-
* @param {string} itemType
|
|
885
|
-
* @param {string} technicalJobName
|
|
886
|
-
* @param {string} [patch]
|
|
887
|
-
* @param {*} [options] Override http request option.
|
|
888
|
-
* @throws {RequiredError}
|
|
889
|
-
*/
|
|
890
|
-
bnsItemYastItemsGet(region: string, itemType: string, technicalJobName: string, patch?: string, options?: any): FetchArgs;
|
|
891
|
-
};
|
|
892
|
-
/**
|
|
893
|
-
* BnsItemApi - functional programming interface
|
|
894
|
-
* @export
|
|
895
|
-
*/
|
|
896
|
-
export declare const BnsItemApiFp: (configuration?: Configuration) => {
|
|
897
|
-
/**
|
|
898
|
-
*
|
|
899
|
-
* @param {boolean} added
|
|
900
|
-
* @param {boolean} modified
|
|
901
|
-
* @param {string} region
|
|
902
|
-
* @param {string} [patch]
|
|
903
|
-
* @param {*} [options] Override http request option.
|
|
904
|
-
* @throws {RequiredError}
|
|
905
|
-
*/
|
|
906
|
-
bnsItemAddedOrModifiedItemsGet(added: boolean, modified: boolean, region: string, patch?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Array<BnsItemDto>>;
|
|
907
|
-
/**
|
|
908
|
-
*
|
|
909
|
-
* @param {string} idLevel
|
|
910
|
-
* @param {string} region
|
|
911
|
-
* @param {boolean} [light]
|
|
912
|
-
* @param {string} [patch]
|
|
913
|
-
* @param {*} [options] Override http request option.
|
|
914
|
-
* @throws {RequiredError}
|
|
915
|
-
*/
|
|
916
|
-
bnsItemItemByStringGet(idLevel: string, region: string, light?: boolean, patch?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<BnsItemDto>;
|
|
917
|
-
/**
|
|
918
|
-
*
|
|
919
|
-
* @param {number} id
|
|
920
|
-
* @param {number} level
|
|
921
|
-
* @param {string} region
|
|
922
|
-
* @param {boolean} [light]
|
|
923
|
-
* @param {string} [patch]
|
|
924
|
-
* @param {*} [options] Override http request option.
|
|
925
|
-
* @throws {RequiredError}
|
|
926
|
-
*/
|
|
927
|
-
bnsItemItemGet(id: number, level: number, region: string, light?: boolean, patch?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<BnsItemDto>;
|
|
928
|
-
/**
|
|
929
|
-
*
|
|
930
|
-
* @param {string} region
|
|
931
|
-
* @param {string} [category]
|
|
932
|
-
* @param {string} [technicalJobName]
|
|
933
|
-
* @param {string} [gradesString]
|
|
934
|
-
* @param {string} [minGs]
|
|
935
|
-
* @param {string} [patch]
|
|
936
|
-
* @param {boolean} [noDupes]
|
|
937
|
-
* @param {*} [options] Override http request option.
|
|
938
|
-
* @throws {RequiredError}
|
|
939
|
-
*/
|
|
940
|
-
bnsItemItemsByCategoryGet(region: string, category?: string, technicalJobName?: string, gradesString?: string, minGs?: string, patch?: string, noDupes?: boolean, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Array<BnsItemDto>>;
|
|
941
|
-
/**
|
|
942
|
-
*
|
|
943
|
-
* @param {string} name
|
|
944
|
-
* @param {string} region
|
|
945
|
-
* @param {string} [patch]
|
|
946
|
-
* @param {*} [options] Override http request option.
|
|
947
|
-
* @throws {RequiredError}
|
|
948
|
-
*/
|
|
949
|
-
bnsItemItemsByNameGet(name: string, region: string, patch?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Array<BnsItemDto>>;
|
|
950
|
-
/**
|
|
951
|
-
*
|
|
952
|
-
* @param {number} count
|
|
953
|
-
* @param {string} region
|
|
954
|
-
* @param {number} [offset]
|
|
955
|
-
* @param {string} [patch]
|
|
956
|
-
* @param {*} [options] Override http request option.
|
|
957
|
-
* @throws {RequiredError}
|
|
958
|
-
*/
|
|
959
|
-
bnsItemItemsGet(count: number, region: string, offset?: number, patch?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Array<BnsItemDto>>;
|
|
960
|
-
/**
|
|
961
|
-
*
|
|
962
|
-
* @param {string} region
|
|
963
|
-
* @param {*} [options] Override http request option.
|
|
964
|
-
* @throws {RequiredError}
|
|
965
|
-
*/
|
|
966
|
-
bnsItemLatestPatchGet(region: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<PatchesListPatch>;
|
|
967
|
-
/**
|
|
968
|
-
*
|
|
969
|
-
* @param {string} region
|
|
970
|
-
* @param {*} [options] Override http request option.
|
|
971
|
-
* @throws {RequiredError}
|
|
972
|
-
*/
|
|
973
|
-
bnsItemPatchesGet(region: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Array<PatchesListPatch>>;
|
|
974
|
-
/**
|
|
975
|
-
*
|
|
976
|
-
* @param {*} [options] Override http request option.
|
|
977
|
-
* @throws {RequiredError}
|
|
978
|
-
*/
|
|
979
|
-
bnsItemPingGet(options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<string>;
|
|
980
|
-
/**
|
|
981
|
-
*
|
|
982
|
-
* @param {string} region
|
|
983
|
-
* @param {string} itemType
|
|
984
|
-
* @param {string} technicalJobName
|
|
985
|
-
* @param {string} [patch]
|
|
986
|
-
* @param {*} [options] Override http request option.
|
|
987
|
-
* @throws {RequiredError}
|
|
988
|
-
*/
|
|
989
|
-
bnsItemYastItemsGet(region: string, itemType: string, technicalJobName: string, patch?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Array<BnsItemDto>>;
|
|
990
|
-
};
|
|
991
|
-
/**
|
|
992
|
-
* BnsItemApi - factory interface
|
|
993
|
-
* @export
|
|
994
|
-
*/
|
|
995
|
-
export declare const BnsItemApiFactory: (configuration?: Configuration, fetch?: FetchAPI, basePath?: string) => {
|
|
996
|
-
/**
|
|
997
|
-
*
|
|
998
|
-
* @param {boolean} added
|
|
999
|
-
* @param {boolean} modified
|
|
1000
|
-
* @param {string} region
|
|
1001
|
-
* @param {string} [patch]
|
|
1002
|
-
* @param {*} [options] Override http request option.
|
|
1003
|
-
* @throws {RequiredError}
|
|
1004
|
-
*/
|
|
1005
|
-
bnsItemAddedOrModifiedItemsGet(added: boolean, modified: boolean, region: string, patch?: string, options?: any): Promise<BnsItemDto[]>;
|
|
1006
|
-
/**
|
|
1007
|
-
*
|
|
1008
|
-
* @param {string} idLevel
|
|
1009
|
-
* @param {string} region
|
|
1010
|
-
* @param {boolean} [light]
|
|
1011
|
-
* @param {string} [patch]
|
|
1012
|
-
* @param {*} [options] Override http request option.
|
|
1013
|
-
* @throws {RequiredError}
|
|
1014
|
-
*/
|
|
1015
|
-
bnsItemItemByStringGet(idLevel: string, region: string, light?: boolean, patch?: string, options?: any): Promise<BnsItemDto>;
|
|
1016
|
-
/**
|
|
1017
|
-
*
|
|
1018
|
-
* @param {number} id
|
|
1019
|
-
* @param {number} level
|
|
1020
|
-
* @param {string} region
|
|
1021
|
-
* @param {boolean} [light]
|
|
1022
|
-
* @param {string} [patch]
|
|
1023
|
-
* @param {*} [options] Override http request option.
|
|
1024
|
-
* @throws {RequiredError}
|
|
1025
|
-
*/
|
|
1026
|
-
bnsItemItemGet(id: number, level: number, region: string, light?: boolean, patch?: string, options?: any): Promise<BnsItemDto>;
|
|
1027
|
-
/**
|
|
1028
|
-
*
|
|
1029
|
-
* @param {string} region
|
|
1030
|
-
* @param {string} [category]
|
|
1031
|
-
* @param {string} [technicalJobName]
|
|
1032
|
-
* @param {string} [gradesString]
|
|
1033
|
-
* @param {string} [minGs]
|
|
1034
|
-
* @param {string} [patch]
|
|
1035
|
-
* @param {boolean} [noDupes]
|
|
1036
|
-
* @param {*} [options] Override http request option.
|
|
1037
|
-
* @throws {RequiredError}
|
|
1038
|
-
*/
|
|
1039
|
-
bnsItemItemsByCategoryGet(region: string, category?: string, technicalJobName?: string, gradesString?: string, minGs?: string, patch?: string, noDupes?: boolean, options?: any): Promise<BnsItemDto[]>;
|
|
1040
|
-
/**
|
|
1041
|
-
*
|
|
1042
|
-
* @param {string} name
|
|
1043
|
-
* @param {string} region
|
|
1044
|
-
* @param {string} [patch]
|
|
1045
|
-
* @param {*} [options] Override http request option.
|
|
1046
|
-
* @throws {RequiredError}
|
|
1047
|
-
*/
|
|
1048
|
-
bnsItemItemsByNameGet(name: string, region: string, patch?: string, options?: any): Promise<BnsItemDto[]>;
|
|
1049
|
-
/**
|
|
1050
|
-
*
|
|
1051
|
-
* @param {number} count
|
|
1052
|
-
* @param {string} region
|
|
1053
|
-
* @param {number} [offset]
|
|
1054
|
-
* @param {string} [patch]
|
|
1055
|
-
* @param {*} [options] Override http request option.
|
|
1056
|
-
* @throws {RequiredError}
|
|
1057
|
-
*/
|
|
1058
|
-
bnsItemItemsGet(count: number, region: string, offset?: number, patch?: string, options?: any): Promise<BnsItemDto[]>;
|
|
1059
|
-
/**
|
|
1060
|
-
*
|
|
1061
|
-
* @param {string} region
|
|
1062
|
-
* @param {*} [options] Override http request option.
|
|
1063
|
-
* @throws {RequiredError}
|
|
1064
|
-
*/
|
|
1065
|
-
bnsItemLatestPatchGet(region: string, options?: any): Promise<PatchesListPatch>;
|
|
1066
|
-
/**
|
|
1067
|
-
*
|
|
1068
|
-
* @param {string} region
|
|
1069
|
-
* @param {*} [options] Override http request option.
|
|
1070
|
-
* @throws {RequiredError}
|
|
1071
|
-
*/
|
|
1072
|
-
bnsItemPatchesGet(region: string, options?: any): Promise<PatchesListPatch[]>;
|
|
1073
|
-
/**
|
|
1074
|
-
*
|
|
1075
|
-
* @param {*} [options] Override http request option.
|
|
1076
|
-
* @throws {RequiredError}
|
|
1077
|
-
*/
|
|
1078
|
-
bnsItemPingGet(options?: any): Promise<string>;
|
|
1079
|
-
/**
|
|
1080
|
-
*
|
|
1081
|
-
* @param {string} region
|
|
1082
|
-
* @param {string} itemType
|
|
1083
|
-
* @param {string} technicalJobName
|
|
1084
|
-
* @param {string} [patch]
|
|
1085
|
-
* @param {*} [options] Override http request option.
|
|
1086
|
-
* @throws {RequiredError}
|
|
1087
|
-
*/
|
|
1088
|
-
bnsItemYastItemsGet(region: string, itemType: string, technicalJobName: string, patch?: string, options?: any): Promise<BnsItemDto[]>;
|
|
1089
|
-
};
|
|
1090
|
-
/**
|
|
1091
|
-
* BnsItemApi - object-oriented interface
|
|
1092
|
-
* @export
|
|
1093
|
-
* @class BnsItemApi
|
|
1094
|
-
* @extends {BaseAPI}
|
|
1095
|
-
*/
|
|
1096
|
-
export declare class BnsItemApi extends BaseAPI {
|
|
1097
|
-
/**
|
|
1098
|
-
*
|
|
1099
|
-
* @param {boolean} added
|
|
1100
|
-
* @param {boolean} modified
|
|
1101
|
-
* @param {string} region
|
|
1102
|
-
* @param {string} [patch]
|
|
1103
|
-
* @param {*} [options] Override http request option.
|
|
1104
|
-
* @throws {RequiredError}
|
|
1105
|
-
* @memberof BnsItemApi
|
|
1106
|
-
*/
|
|
1107
|
-
bnsItemAddedOrModifiedItemsGet(added: boolean, modified: boolean, region: string, patch?: string, options?: any): Promise<BnsItemDto[]>;
|
|
1108
|
-
/**
|
|
1109
|
-
*
|
|
1110
|
-
* @param {string} idLevel
|
|
1111
|
-
* @param {string} region
|
|
1112
|
-
* @param {boolean} [light]
|
|
1113
|
-
* @param {string} [patch]
|
|
1114
|
-
* @param {*} [options] Override http request option.
|
|
1115
|
-
* @throws {RequiredError}
|
|
1116
|
-
* @memberof BnsItemApi
|
|
1117
|
-
*/
|
|
1118
|
-
bnsItemItemByStringGet(idLevel: string, region: string, light?: boolean, patch?: string, options?: any): Promise<BnsItemDto>;
|
|
1119
|
-
/**
|
|
1120
|
-
*
|
|
1121
|
-
* @param {number} id
|
|
1122
|
-
* @param {number} level
|
|
1123
|
-
* @param {string} region
|
|
1124
|
-
* @param {boolean} [light]
|
|
1125
|
-
* @param {string} [patch]
|
|
1126
|
-
* @param {*} [options] Override http request option.
|
|
1127
|
-
* @throws {RequiredError}
|
|
1128
|
-
* @memberof BnsItemApi
|
|
1129
|
-
*/
|
|
1130
|
-
bnsItemItemGet(id: number, level: number, region: string, light?: boolean, patch?: string, options?: any): Promise<BnsItemDto>;
|
|
1131
|
-
/**
|
|
1132
|
-
*
|
|
1133
|
-
* @param {string} region
|
|
1134
|
-
* @param {string} [category]
|
|
1135
|
-
* @param {string} [technicalJobName]
|
|
1136
|
-
* @param {string} [gradesString]
|
|
1137
|
-
* @param {string} [minGs]
|
|
1138
|
-
* @param {string} [patch]
|
|
1139
|
-
* @param {boolean} [noDupes]
|
|
1140
|
-
* @param {*} [options] Override http request option.
|
|
1141
|
-
* @throws {RequiredError}
|
|
1142
|
-
* @memberof BnsItemApi
|
|
1143
|
-
*/
|
|
1144
|
-
bnsItemItemsByCategoryGet(region: string, category?: string, technicalJobName?: string, gradesString?: string, minGs?: string, patch?: string, noDupes?: boolean, options?: any): Promise<BnsItemDto[]>;
|
|
1145
|
-
/**
|
|
1146
|
-
*
|
|
1147
|
-
* @param {string} name
|
|
1148
|
-
* @param {string} region
|
|
1149
|
-
* @param {string} [patch]
|
|
1150
|
-
* @param {*} [options] Override http request option.
|
|
1151
|
-
* @throws {RequiredError}
|
|
1152
|
-
* @memberof BnsItemApi
|
|
1153
|
-
*/
|
|
1154
|
-
bnsItemItemsByNameGet(name: string, region: string, patch?: string, options?: any): Promise<BnsItemDto[]>;
|
|
1155
|
-
/**
|
|
1156
|
-
*
|
|
1157
|
-
* @param {number} count
|
|
1158
|
-
* @param {string} region
|
|
1159
|
-
* @param {number} [offset]
|
|
1160
|
-
* @param {string} [patch]
|
|
1161
|
-
* @param {*} [options] Override http request option.
|
|
1162
|
-
* @throws {RequiredError}
|
|
1163
|
-
* @memberof BnsItemApi
|
|
1164
|
-
*/
|
|
1165
|
-
bnsItemItemsGet(count: number, region: string, offset?: number, patch?: string, options?: any): Promise<BnsItemDto[]>;
|
|
1166
|
-
/**
|
|
1167
|
-
*
|
|
1168
|
-
* @param {string} region
|
|
1169
|
-
* @param {*} [options] Override http request option.
|
|
1170
|
-
* @throws {RequiredError}
|
|
1171
|
-
* @memberof BnsItemApi
|
|
1172
|
-
*/
|
|
1173
|
-
bnsItemLatestPatchGet(region: string, options?: any): Promise<PatchesListPatch>;
|
|
1174
|
-
/**
|
|
1175
|
-
*
|
|
1176
|
-
* @param {string} region
|
|
1177
|
-
* @param {*} [options] Override http request option.
|
|
1178
|
-
* @throws {RequiredError}
|
|
1179
|
-
* @memberof BnsItemApi
|
|
1180
|
-
*/
|
|
1181
|
-
bnsItemPatchesGet(region: string, options?: any): Promise<PatchesListPatch[]>;
|
|
1182
|
-
/**
|
|
1183
|
-
*
|
|
1184
|
-
* @param {*} [options] Override http request option.
|
|
1185
|
-
* @throws {RequiredError}
|
|
1186
|
-
* @memberof BnsItemApi
|
|
1187
|
-
*/
|
|
1188
|
-
bnsItemPingGet(options?: any): Promise<string>;
|
|
1189
|
-
/**
|
|
1190
|
-
*
|
|
1191
|
-
* @param {string} region
|
|
1192
|
-
* @param {string} itemType
|
|
1193
|
-
* @param {string} technicalJobName
|
|
1194
|
-
* @param {string} [patch]
|
|
1195
|
-
* @param {*} [options] Override http request option.
|
|
1196
|
-
* @throws {RequiredError}
|
|
1197
|
-
* @memberof BnsItemApi
|
|
1198
|
-
*/
|
|
1199
|
-
bnsItemYastItemsGet(region: string, itemType: string, technicalJobName: string, patch?: string, options?: any): Promise<BnsItemDto[]>;
|
|
1200
|
-
}
|