deepsight.gg 1.0.80 → 1.0.83
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/DeepsightDropTableDefinition.json +3 -3
- package/DeepsightVendorDefinition.json +8369 -976
- package/Interfaces.d.ts +4 -4
- package/package.json +1 -1
- package/versions.json +8 -8
package/Interfaces.d.ts
CHANGED
|
@@ -268,7 +268,7 @@ export declare interface DeepsightWallpaperDefinition {
|
|
|
268
268
|
wallpapers: string[];
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
export interface DeepsightTierTypeDefinition {
|
|
271
|
+
export declare interface DeepsightTierTypeDefinition {
|
|
272
272
|
/**
|
|
273
273
|
* A `DestinyItemTierTypeDefinition` hash.
|
|
274
274
|
*/
|
|
@@ -283,7 +283,7 @@ export interface DeepsightTierTypeDefinition {
|
|
|
283
283
|
displayProperties: DeepsightDisplayPropertiesDefinition;
|
|
284
284
|
}
|
|
285
285
|
|
|
286
|
-
export interface DeepsightVendorDefinition {
|
|
286
|
+
export declare interface DeepsightVendorDefinition {
|
|
287
287
|
/**
|
|
288
288
|
* A `DestinyVendorDefinition` hash.
|
|
289
289
|
*/
|
|
@@ -303,11 +303,11 @@ export interface DeepsightVendorDefinition {
|
|
|
303
303
|
categories: DeepsightVendorCategoryEntryDefinition[];
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
export interface DeepsightVendorCategoryEntryDefinition extends Omit<DestinyVendorCategoryEntryDefinition, "vendorItemIndexes"> {
|
|
306
|
+
export declare interface DeepsightVendorCategoryEntryDefinition extends Omit<DestinyVendorCategoryEntryDefinition, "vendorItemIndexes"> {
|
|
307
307
|
items: DeepsightVendorItemDefinition[];
|
|
308
308
|
}
|
|
309
309
|
|
|
310
|
-
export interface DeepsightVendorItemDefinition extends DestinyVendorItemDefinition {
|
|
310
|
+
export declare interface DeepsightVendorItemDefinition extends DestinyVendorItemDefinition {
|
|
311
311
|
displayProperties: DestinyDisplayPropertiesDefinition;
|
|
312
312
|
quantity: number;
|
|
313
313
|
overrideNextRefreshDate?: string;
|
package/package.json
CHANGED
package/versions.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"DeepsightDropTableDefinition":
|
|
2
|
+
"DeepsightDropTableDefinition": 37,
|
|
3
3
|
"DeepsightMomentDefinition": 2,
|
|
4
4
|
"DeepsightPlugCategorisation": 12,
|
|
5
5
|
"DeepsightWallpaperDefinition": 2,
|
|
6
6
|
"Enums": 10,
|
|
7
7
|
"Destiny2/Manifest": "222980.24.01.17.1915-1-bnet.53680",
|
|
8
|
-
"Interfaces":
|
|
9
|
-
"deepsight":
|
|
8
|
+
"Interfaces": 8,
|
|
9
|
+
"deepsight": 83,
|
|
10
10
|
"DeepsightTierTypeDefinition": 1,
|
|
11
|
-
"lastDailyReset": "2024-01-
|
|
11
|
+
"lastDailyReset": "2024-01-26T17:00:00Z",
|
|
12
12
|
"lastWeeklyReset": "2024-01-23T17:00:00Z",
|
|
13
13
|
"lastTrialsReset": "2024-01-26T17:00:00Z",
|
|
14
14
|
"referencePostGameCarnageReportSinceDailyReset": {
|
|
15
|
-
"instanceId": "
|
|
16
|
-
"period": "2024-01-
|
|
15
|
+
"instanceId": "14374221667",
|
|
16
|
+
"period": "2024-01-26T17:28:38Z"
|
|
17
17
|
},
|
|
18
|
-
"updated": "2024-01-
|
|
19
|
-
"DeepsightVendorDefinition":
|
|
18
|
+
"updated": "2024-01-26T17:40:16Z",
|
|
19
|
+
"DeepsightVendorDefinition": 5
|
|
20
20
|
}
|