deepsight.gg 1.0.95 → 1.0.97
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 +393 -457
- package/Interfaces.d.ts +7 -0
- package/package.json +1 -1
- package/versions.json +5 -5
package/Interfaces.d.ts
CHANGED
|
@@ -66,6 +66,7 @@ export declare interface DeepsightManifestReferencePGCR {
|
|
|
66
66
|
|
|
67
67
|
export declare interface DeepsightDisplayPropertiesDefinition {
|
|
68
68
|
name?: string;
|
|
69
|
+
subtitle?: string;
|
|
69
70
|
description?: string;
|
|
70
71
|
/**
|
|
71
72
|
* Icon paths are guaranteed to either be via Bungie.net or deepsight.gg.
|
|
@@ -73,6 +74,12 @@ export declare interface DeepsightDisplayPropertiesDefinition {
|
|
|
73
74
|
* - deepsight.gg icon paths always begin with `./` should be joined with `https://deepsight.gg`
|
|
74
75
|
*/
|
|
75
76
|
icon?: DeepsightIconPath | BungieIconPath;
|
|
77
|
+
/**
|
|
78
|
+
* Icon paths are guaranteed to either be via Bungie.net or deepsight.gg.
|
|
79
|
+
* - Bungie.net icon paths always begin with `/` and should be appended to `https://www.bungie.net`
|
|
80
|
+
* - deepsight.gg icon paths always begin with `./` should be joined with `https://deepsight.gg`
|
|
81
|
+
*/
|
|
82
|
+
largeIcon?: DeepsightIconPath | BungieIconPath;
|
|
76
83
|
}
|
|
77
84
|
|
|
78
85
|
export declare type DeepsightIconPath = `./${string}`;
|
package/package.json
CHANGED
package/versions.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"DeepsightDropTableDefinition":
|
|
2
|
+
"DeepsightDropTableDefinition": 44,
|
|
3
3
|
"DeepsightMomentDefinition": 2,
|
|
4
4
|
"DeepsightPlugCategorisation": 12,
|
|
5
5
|
"DeepsightWallpaperDefinition": 2,
|
|
6
6
|
"Enums": 11,
|
|
7
7
|
"Destiny2/Manifest": "222980.24.01.17.1915-1-bnet.53680",
|
|
8
|
-
"Interfaces":
|
|
9
|
-
"deepsight":
|
|
8
|
+
"Interfaces": 10,
|
|
9
|
+
"deepsight": 97,
|
|
10
10
|
"DeepsightTierTypeDefinition": 1,
|
|
11
11
|
"lastDailyReset": "2024-01-29T17:00:00Z",
|
|
12
12
|
"lastWeeklyReset": "2024-01-23T17:00:00Z",
|
|
@@ -15,6 +15,6 @@
|
|
|
15
15
|
"instanceId": "14384096636",
|
|
16
16
|
"period": "2024-01-29T17:30:14Z"
|
|
17
17
|
},
|
|
18
|
-
"updated": "2024-01-
|
|
19
|
-
"DeepsightVendorDefinition":
|
|
18
|
+
"updated": "2024-01-30T04:15:06Z",
|
|
19
|
+
"DeepsightVendorDefinition": 16
|
|
20
20
|
}
|