@taskeren/bungie-api-ts 5.10.0 → 5.10.2

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 (162) hide show
  1. package/package.json +66 -27
  2. package/.babelrc +0 -4
  3. package/.gitattributes +0 -2
  4. package/.github/workflows/pr-build.yml +0 -50
  5. package/.github/workflows/publish.yml +0 -48
  6. package/.github/workflows/update.yml +0 -55
  7. package/.gitmodules +0 -3
  8. package/.nvmrc +0 -1
  9. package/.prettierrc +0 -10
  10. package/.vscode/extensions.json +0 -8
  11. package/.vscode/settings.json +0 -7
  12. package/LICENSE.md +0 -21
  13. package/api-src/.github/workflows/close-inactive.yml +0 -24
  14. package/api-src/CHANGELOG.md +0 -271
  15. package/api-src/CONTRIBUTING.md +0 -19
  16. package/api-src/LICENSE +0 -28
  17. package/api-src/README.md +0 -378
  18. package/api-src/openapi-2.json +0 -44518
  19. package/api-src/openapi.json +0 -46467
  20. package/build.sh +0 -30
  21. package/generated-src/app/api.ts +0 -50
  22. package/generated-src/app/index.ts +0 -17
  23. package/generated-src/app/interfaces.ts +0 -119
  24. package/generated-src/common.ts +0 -985
  25. package/generated-src/communitycontent/api.ts +0 -36
  26. package/generated-src/communitycontent/index.ts +0 -16
  27. package/generated-src/content/api.ts +0 -142
  28. package/generated-src/content/index.ts +0 -17
  29. package/generated-src/content/interfaces.ts +0 -225
  30. package/generated-src/core/api.ts +0 -57
  31. package/generated-src/core/index.ts +0 -17
  32. package/generated-src/core/interfaces.ts +0 -151
  33. package/generated-src/destiny2/api.ts +0 -821
  34. package/generated-src/destiny2/index.ts +0 -17
  35. package/generated-src/destiny2/interfaces.ts +0 -15714
  36. package/generated-src/destiny2/manifest.ts +0 -341
  37. package/generated-src/fireteam/api.ts +0 -151
  38. package/generated-src/fireteam/index.ts +0 -17
  39. package/generated-src/fireteam/interfaces.ts +0 -183
  40. package/generated-src/forum/api.ts +0 -197
  41. package/generated-src/forum/index.ts +0 -17
  42. package/generated-src/forum/interfaces.ts +0 -171
  43. package/generated-src/groupv2/api.ts +0 -515
  44. package/generated-src/groupv2/index.ts +0 -17
  45. package/generated-src/groupv2/interfaces.ts +0 -773
  46. package/generated-src/http.ts +0 -52
  47. package/generated-src/index.ts +0 -37
  48. package/generated-src/package.json.notyet +0 -99
  49. package/generated-src/platform.ts +0 -39
  50. package/generated-src/social/api.ts +0 -115
  51. package/generated-src/social/index.ts +0 -17
  52. package/generated-src/social/interfaces.ts +0 -89
  53. package/generated-src/tokens/api.ts +0 -126
  54. package/generated-src/tokens/index.ts +0 -17
  55. package/generated-src/tokens/interfaces.ts +0 -102
  56. package/generated-src/trending/api.ts +0 -62
  57. package/generated-src/trending/index.ts +0 -17
  58. package/generated-src/trending/interfaces.ts +0 -188
  59. package/generated-src/user/api.ts +0 -130
  60. package/generated-src/user/index.ts +0 -17
  61. package/generated-src/user/interfaces.ts +0 -338
  62. package/generator/generate-api.ts +0 -254
  63. package/generator/generate-common.ts +0 -123
  64. package/generator/generate-index.ts +0 -45
  65. package/generator/generate-interfaces.ts +0 -173
  66. package/generator/generate-manifest.ts +0 -217
  67. package/generator/generate-package-json.ts +0 -45
  68. package/generator/generate.ts +0 -54
  69. package/generator/http.ts +0 -52
  70. package/generator/missing-props.ts +0 -11
  71. package/generator/type-index.ts +0 -184
  72. package/generator/util.ts +0 -131
  73. package/lib/README.md +0 -97
  74. package/lib/bungie-api-LICENSE +0 -29
  75. package/lib/package.json +0 -99
  76. package/test-consumer.ts +0 -5
  77. package/tests/__snapshots__/config-builders.test.ts.snap +0 -343
  78. package/tests/config-builders.test.ts +0 -145
  79. package/tests/manifest-fetcher.test.ts +0 -43
  80. package/tests/test-manifest.js +0 -69
  81. package/tsconfig-package.json +0 -14
  82. package/tsconfig.json +0 -17
  83. /package/{lib/app → app}/api.d.ts +0 -0
  84. /package/{lib/app → app}/api.js +0 -0
  85. /package/{lib/app → app}/index.d.ts +0 -0
  86. /package/{lib/app → app}/index.js +0 -0
  87. /package/{lib/app → app}/interfaces.d.ts +0 -0
  88. /package/{lib/app → app}/interfaces.js +0 -0
  89. /package/{lib/common.d.ts → common.d.ts} +0 -0
  90. /package/{lib/common.js → common.js} +0 -0
  91. /package/{lib/communitycontent → communitycontent}/api.d.ts +0 -0
  92. /package/{lib/communitycontent → communitycontent}/api.js +0 -0
  93. /package/{lib/communitycontent → communitycontent}/index.d.ts +0 -0
  94. /package/{lib/communitycontent → communitycontent}/index.js +0 -0
  95. /package/{lib/content → content}/api.d.ts +0 -0
  96. /package/{lib/content → content}/api.js +0 -0
  97. /package/{lib/content → content}/index.d.ts +0 -0
  98. /package/{lib/content → content}/index.js +0 -0
  99. /package/{lib/content → content}/interfaces.d.ts +0 -0
  100. /package/{lib/content → content}/interfaces.js +0 -0
  101. /package/{lib/core → core}/api.d.ts +0 -0
  102. /package/{lib/core → core}/api.js +0 -0
  103. /package/{lib/core → core}/index.d.ts +0 -0
  104. /package/{lib/core → core}/index.js +0 -0
  105. /package/{lib/core → core}/interfaces.d.ts +0 -0
  106. /package/{lib/core → core}/interfaces.js +0 -0
  107. /package/{lib/destiny2 → destiny2}/api.d.ts +0 -0
  108. /package/{lib/destiny2 → destiny2}/api.js +0 -0
  109. /package/{lib/destiny2 → destiny2}/index.d.ts +0 -0
  110. /package/{lib/destiny2 → destiny2}/index.js +0 -0
  111. /package/{lib/destiny2 → destiny2}/interfaces.d.ts +0 -0
  112. /package/{lib/destiny2 → destiny2}/interfaces.js +0 -0
  113. /package/{lib/destiny2 → destiny2}/manifest.d.ts +0 -0
  114. /package/{lib/destiny2 → destiny2}/manifest.js +0 -0
  115. /package/{lib/fireteam → fireteam}/api.d.ts +0 -0
  116. /package/{lib/fireteam → fireteam}/api.js +0 -0
  117. /package/{lib/fireteam → fireteam}/index.d.ts +0 -0
  118. /package/{lib/fireteam → fireteam}/index.js +0 -0
  119. /package/{lib/fireteam → fireteam}/interfaces.d.ts +0 -0
  120. /package/{lib/fireteam → fireteam}/interfaces.js +0 -0
  121. /package/{lib/forum → forum}/api.d.ts +0 -0
  122. /package/{lib/forum → forum}/api.js +0 -0
  123. /package/{lib/forum → forum}/index.d.ts +0 -0
  124. /package/{lib/forum → forum}/index.js +0 -0
  125. /package/{lib/forum → forum}/interfaces.d.ts +0 -0
  126. /package/{lib/forum → forum}/interfaces.js +0 -0
  127. /package/{lib/groupv2 → groupv2}/api.d.ts +0 -0
  128. /package/{lib/groupv2 → groupv2}/api.js +0 -0
  129. /package/{lib/groupv2 → groupv2}/index.d.ts +0 -0
  130. /package/{lib/groupv2 → groupv2}/index.js +0 -0
  131. /package/{lib/groupv2 → groupv2}/interfaces.d.ts +0 -0
  132. /package/{lib/groupv2 → groupv2}/interfaces.js +0 -0
  133. /package/{lib/http.d.ts → http.d.ts} +0 -0
  134. /package/{lib/http.js → http.js} +0 -0
  135. /package/{lib/index.d.ts → index.d.ts} +0 -0
  136. /package/{lib/index.js → index.js} +0 -0
  137. /package/{lib/platform.d.ts → platform.d.ts} +0 -0
  138. /package/{lib/platform.js → platform.js} +0 -0
  139. /package/{lib/social → social}/api.d.ts +0 -0
  140. /package/{lib/social → social}/api.js +0 -0
  141. /package/{lib/social → social}/index.d.ts +0 -0
  142. /package/{lib/social → social}/index.js +0 -0
  143. /package/{lib/social → social}/interfaces.d.ts +0 -0
  144. /package/{lib/social → social}/interfaces.js +0 -0
  145. /package/{lib/tokens → tokens}/api.d.ts +0 -0
  146. /package/{lib/tokens → tokens}/api.js +0 -0
  147. /package/{lib/tokens → tokens}/index.d.ts +0 -0
  148. /package/{lib/tokens → tokens}/index.js +0 -0
  149. /package/{lib/tokens → tokens}/interfaces.d.ts +0 -0
  150. /package/{lib/tokens → tokens}/interfaces.js +0 -0
  151. /package/{lib/trending → trending}/api.d.ts +0 -0
  152. /package/{lib/trending → trending}/api.js +0 -0
  153. /package/{lib/trending → trending}/index.d.ts +0 -0
  154. /package/{lib/trending → trending}/index.js +0 -0
  155. /package/{lib/trending → trending}/interfaces.d.ts +0 -0
  156. /package/{lib/trending → trending}/interfaces.js +0 -0
  157. /package/{lib/user → user}/api.d.ts +0 -0
  158. /package/{lib/user → user}/api.js +0 -0
  159. /package/{lib/user → user}/index.d.ts +0 -0
  160. /package/{lib/user → user}/index.js +0 -0
  161. /package/{lib/user → user}/interfaces.d.ts +0 -0
  162. /package/{lib/user → user}/interfaces.js +0 -0
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@taskeren/bungie-api-ts",
3
- "version": "5.10.0",
3
+ "version": "5.10.2",
4
4
  "description": "TypeScript mappings for the Bungie.net API",
5
5
  "type": "module",
6
6
  "sideEffects": false,
7
+ "scripts": {},
7
8
  "jest": {
8
9
  "preset": "ts-jest/presets/js-with-babel-esm",
9
10
  "testEnvironment": "node",
@@ -30,31 +31,69 @@
30
31
  "TypeScript"
31
32
  ],
32
33
  "homepage": "https://github.com/DestinyItemManager/bungie-api-ts",
33
- "devDependencies": {
34
- "@babel/cli": "^7.16.0",
35
- "@babel/core": "^7.16.0",
36
- "@babel/preset-env": "^7.16.4",
37
- "@babel/preset-typescript": "^7.16.0",
38
- "@types/jest": "^29.2.4",
39
- "@types/lodash": "^4.14.191",
40
- "@types/node": "^18.11.13",
41
- "@types/node-fetch": "^2.6.2",
42
- "@types/underscore": "^1.11.3",
43
- "babel-jest": "^29.3.1",
44
- "jest": "^29.3.1",
45
- "lodash": "^4.17.21",
46
- "mkdirp": "^2.1.3",
47
- "openapi3-ts": "^2.0.1",
48
- "prettier": "^2.8.1",
49
- "ts-jest": "^29.0.3",
50
- "typescript": "^5.7.3"
51
- },
34
+ "devDependencies": {},
52
35
  "packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
53
- "scripts": {
54
- "tsc": "tsc",
55
- "start": "sh ./build.sh",
56
- "submodule": "git submodule init && git submodule update",
57
- "updatespec": "git submodule update --remote --merge",
58
- "test": "jest"
59
- }
36
+ "main": "./index.js",
37
+ "types": "./index.d.ts",
38
+ "module": "./index.js",
39
+ "exports": {
40
+ ".": {
41
+ "default": "./index.js",
42
+ "types": "./index.d.ts"
43
+ },
44
+ "./http": {
45
+ "default": "./http.js",
46
+ "types": "./http.d.ts"
47
+ },
48
+ "./package.json": "./package.json",
49
+ "./app": {
50
+ "default": "./app/index.js",
51
+ "types": "./app/index.d.ts"
52
+ },
53
+ "./user": {
54
+ "default": "./user/index.js",
55
+ "types": "./user/index.d.ts"
56
+ },
57
+ "./content": {
58
+ "default": "./content/index.js",
59
+ "types": "./content/index.d.ts"
60
+ },
61
+ "./forum": {
62
+ "default": "./forum/index.js",
63
+ "types": "./forum/index.d.ts"
64
+ },
65
+ "./groupv2": {
66
+ "default": "./groupv2/index.js",
67
+ "types": "./groupv2/index.d.ts"
68
+ },
69
+ "./tokens": {
70
+ "default": "./tokens/index.js",
71
+ "types": "./tokens/index.d.ts"
72
+ },
73
+ "./destiny2": {
74
+ "default": "./destiny2/index.js",
75
+ "types": "./destiny2/index.d.ts"
76
+ },
77
+ "./communitycontent": {
78
+ "default": "./communitycontent/index.js",
79
+ "types": "./communitycontent/index.d.ts"
80
+ },
81
+ "./trending": {
82
+ "default": "./trending/index.js",
83
+ "types": "./trending/index.d.ts"
84
+ },
85
+ "./fireteam": {
86
+ "default": "./fireteam/index.js",
87
+ "types": "./fireteam/index.d.ts"
88
+ },
89
+ "./social": {
90
+ "default": "./social/index.js",
91
+ "types": "./social/index.d.ts"
92
+ },
93
+ "./core": {
94
+ "default": "./core/index.js",
95
+ "types": "./core/index.d.ts"
96
+ }
97
+ },
98
+ "dependencies": {}
60
99
  }
package/.babelrc DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "comments": false,
3
- "presets": [["@babel/preset-typescript", { "optimizeConstEnums": true }]]
4
- }
package/.gitattributes DELETED
@@ -1,2 +0,0 @@
1
- # Generated files can always be collapsed in diffs
2
- lib/ linguist-generated
@@ -1,50 +0,0 @@
1
- name: PR Build
2
-
3
- on:
4
- pull_request:
5
- types: [opened, synchronize, reopened]
6
-
7
- # Ensures that only one deploy task per branch/environment will run at a time.
8
- concurrency:
9
- group: ${{ github.workflow }}-${{ github.ref }}
10
- cancel-in-progress: true
11
-
12
- jobs:
13
- build:
14
- runs-on: ubuntu-latest
15
- steps:
16
- - uses: actions/checkout@v3
17
- with:
18
- submodules: recursive
19
-
20
- - uses: pnpm/action-setup@v4
21
-
22
- - name: Setup Node
23
- uses: actions/setup-node@v3
24
- with:
25
- node-version-file: '.nvmrc'
26
- cache: pnpm
27
-
28
- - name: Install
29
- run: pnpm install --frozen-lockfile --prefer-offline
30
-
31
- - name: Build
32
- run: pnpm start
33
-
34
- - name: porcelain check
35
- uses: dorny/paths-filter@v2
36
- id: filter
37
- with:
38
- base: HEAD
39
- filters: |
40
- changed:
41
- - '**'
42
-
43
- - name: Fail if modified files
44
- if: steps.filter.outputs.changed == 'true'
45
- run: |
46
- echo "::error title=Built files not checked in::Make sure to run pnpm start and check in modified files"
47
- exit 1
48
-
49
- - name: Test
50
- run: pnpm test
@@ -1,48 +0,0 @@
1
- name: NPM Publish
2
-
3
- on:
4
- push:
5
- branches:
6
- - master
7
-
8
- jobs:
9
- publish:
10
- environment: publish
11
- permissions:
12
- contents: read
13
- id-token: write
14
- runs-on: ubuntu-latest
15
- steps:
16
- - uses: actions/checkout@v5
17
- with:
18
- submodules: recursive
19
-
20
- # This will only publish if the package.json version has changed
21
- - name: Check version changes
22
- uses: EndBug/version-check@v2 # More info about the arguments on the action page
23
- id: check # This will be the reference for later
24
- with:
25
- file-url: https://unpkg.com/bungie-api-ts@latest/package.json
26
- static-checking: localIsNew
27
-
28
- - name: pnpm setup
29
- if: steps.check.outputs.changed == 'true'
30
- uses: pnpm/action-setup@v4
31
-
32
- - name: Setup Node
33
- if: steps.check.outputs.changed == 'true'
34
- uses: actions/setup-node@v4
35
- with:
36
- node-version-file: '.nvmrc'
37
- registry-url: https://registry.npmjs.org/
38
-
39
- - name: Install
40
- if: steps.check.outputs.changed == 'true'
41
- run: pnpm install --frozen-lockfile --prefer-offline
42
-
43
- - name: Publish the package to NPM
44
- if: steps.check.outputs.changed == 'true'
45
- run: |
46
- cd lib
47
- npm install -g npm@latest
48
- npm publish --access public --provenance
@@ -1,55 +0,0 @@
1
- name: Update API sources
2
-
3
- on:
4
- # Can be manually triggered
5
- workflow_dispatch:
6
-
7
- jobs:
8
- build:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - uses: actions/checkout@v3
12
- with:
13
- submodules: recursive
14
-
15
- - name: Update submodules
16
- run: |
17
- git submodule update --init --recursive
18
- git submodule update --recursive --remote
19
-
20
- - name: Check for changes
21
- uses: dorny/paths-filter@v2
22
- id: filter
23
- with:
24
- base: HEAD
25
- filters: |
26
- changed:
27
- - '**'
28
-
29
- - uses: pnpm/action-setup@v4
30
-
31
- - name: Setup Node
32
- if: steps.filter.outputs.changed == 'true'
33
- uses: actions/setup-node@v3
34
- with:
35
- node-version-file: '.nvmrc'
36
- cache: pnpm
37
-
38
- - name: Install
39
- if: steps.filter.outputs.changed == 'true'
40
- run: pnpm install --frozen-lockfile --prefer-offline
41
-
42
- - name: Bump version
43
- if: steps.filter.outputs.changed == 'true'
44
- run: npm version minor --no-git-tag-version
45
-
46
- - name: Build
47
- if: steps.filter.outputs.changed == 'true'
48
- run: pnpm start
49
-
50
- - name: Create Pull Request
51
- if: steps.filter.outputs.changed == 'true'
52
- uses: peter-evans/create-pull-request@v4
53
- with:
54
- title: 'Updated api-src'
55
- commit-message: 'Updated api-src'
package/.gitmodules DELETED
@@ -1,3 +0,0 @@
1
- [submodule "api-src"]
2
- path = api-src
3
- url = https://github.com/Bungie-net/api
package/.nvmrc DELETED
@@ -1 +0,0 @@
1
- 22
package/.prettierrc DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "printWidth": 100,
3
- "singleQuote": true,
4
- "arrowParens": "always",
5
- "overrides": [
6
- {
7
- "files": "*.html"
8
- }
9
- ]
10
- }
@@ -1,8 +0,0 @@
1
- {
2
- // See http://go.microsoft.com/fwlink/?LinkId=827846
3
- // for the documentation about the extensions.json format
4
- "recommendations": [
5
- // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
6
- "esbenp.prettier-vscode"
7
- ]
8
- }
@@ -1,7 +0,0 @@
1
- {
2
- "editor.tabSize": 2,
3
- "editor.trimAutoWhitespace": true,
4
- "files.trimTrailingWhitespace": true,
5
- "typescript.tsdk": "node_modules/typescript/lib",
6
- "editor.formatOnSave": true
7
- }
package/LICENSE.md DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2017 Destiny Item Manager
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,24 +0,0 @@
1
- name: Close inactive issues
2
- on:
3
- schedule:
4
- - cron: "0 8 * * *"
5
-
6
- jobs:
7
- close-issues:
8
- name: Close Stale Issues
9
- runs-on: ubuntu-latest
10
- permissions:
11
- issues: write
12
- pull-requests: write
13
- steps:
14
- - uses: actions/stale@v5
15
- with:
16
- days-before-issue-stale: 365
17
- days-before-issue-close: 7
18
- stale-issue-label: "stale"
19
- stale-issue-message: ""
20
- close-issue-message: "This issue was closed because it has been inactive for one week since being marked as stale."
21
- days-before-pr-stale: -1
22
- days-before-pr-close: -1
23
- operations-per-run: 50
24
- repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -1,271 +0,0 @@
1
- # Changelog
2
-
3
- ## [2.8.0] - 2020-03-10
4
-
5
- Almost a year since we last touched this changelog!
6
-
7
- For this release, we've updated content for the Season of the Worthy and Trials of Osiris, and added support for new Traits, Trait Categories, and Metrics (aka Stat Trackers). We've also added 'icon sequences' to display properties, so that all of the icon frames from the game are now included in the content definitions.
8
-
9
- ## [2.3.5] - 2019-03-19
10
-
11
- I've been gone for a bit, so there's some other mostly content changes that have occurred between 2.3.4 and 2.3.5, but aside from that only some small changes have occurred in the API.
12
-
13
- * Activity Categories and Modes now includes Gambit Prime and Reckoning, though Reckoning is experiencing ongoing issues with data consistency that may not be resolved given the way that the activity is set up. For the forseeable future, we recommend not attempting to build features around Reckoning historical stats.
14
- * Removed some API endpoints that aren't actually possible to use with the rights we allow Applications to ask for.
15
- * Some minor bug fixes for Milestones, and addition of new Vendor and PGCR data for Season of the Drifter.
16
-
17
- ## [2.3.4] - 2019-01-29
18
-
19
- In this patch, we have several changes from the Winter Wishlist, along with new content for Crimson Days and a variety of other smaller changes.
20
-
21
- ### Added/Changed
22
- * Github Issues Resolved:
23
- * https://github.com/Bungie-net/api/issues/148 Add data to schema to indicate Flag enumerations
24
- * https://github.com/Bungie-net/api/issues/77 gendered*Names properties keyed by English strings
25
- * https://github.com/Bungie-net/api/issues/472 allPvP is including private matches
26
- * https://github.com/Bungie-net/api/issues/502 Provide a public Xur API
27
- * https://github.com/Bungie-net/api/issues/566 The Fall Will Kill You Objective is still classified
28
- * https://github.com/Bungie-net/api/issues/642 Release custom icon font
29
- * https://github.com/Bungie-net/api/issues/696 Vendor Lord Saladin's manifest definition has missing info
30
- * https://github.com/Bungie-net/api/issues/712 Can Competitive be added to the DestinyActivityModeType?
31
- * https://github.com/Bungie-net/api/issues/761 Feature Request: Add Vendor Hash to Applicable Items
32
- * https://github.com/Bungie-net/api/issues/796 Add Lord Saladin to Iron Banner Milestone [3427325023]
33
- * https://github.com/Bungie-net/api/issues/803 Add Triumph rewards to manifest
34
- * https://github.com/Bungie-net/api/issues/805 Sub-ranks for Valor and Glory are not reflected in the api
35
- * https://github.com/Bungie-net/api/issues/808 Clan Staffs are Classified
36
- * https://github.com/Bungie-net/api/issues/811 Account for randomized perks in base item definition stats
37
- * https://github.com/Bungie-net/api/issues/833 ActivityMode 68 (IronBannerSalvage) returning Iron Banner Control activities
38
- * https://github.com/Bungie-net/api/issues/844 Vendor caching is f'd
39
- * https://github.com/Bungie-net/api/issues/849 Activity history for forges
40
-
41
- ## [2.3.3] - 2018-12-11
42
-
43
- We've actually had a series of smaller updates and fixes between 2.3.2 and 2.3.3, but this is a rough outline of the changes as of today's deployment to catch us up.
44
-
45
- ### Added/Changed
46
- * Github Issues Resolved:
47
- * #805 Sub-ranks for Valor and Glory are not reflected in the api
48
- * #785 The manifest will start including JSON-formatted Destiny definitions definitions
49
- * #784 GameVersion in GetProfile once black armory comes out
50
- * #771 Destiny endpoints will begin returning DestinyThrottledByGameServer in periods of high traffic
51
- * #753 titles on Seal records not populated
52
- * #744 Too many items' data returned in ItemComponents with GetProfile/GetCharacter/etc requests
53
- * #742 Leviathan in Milestone Endpoint returns 2 normal and 2 GG hashes
54
- * #724 2 burst side arms report 'zero' rounds per minute in the api
55
- * #714 Some weapon show not available masterwork Tier upgrades
56
- * #696 Vendor Lord Saladin's manifest definition has missing info
57
- * #694 Record Objective
58
- * #651 GetHistoricalStats (account or character) endpoints will not return Gambit/PvECompetitive stats for now
59
- * #77 genderedNames properties keyed by English strings
60
-
61
- ## [2.3.2] - 2018-09-19
62
-
63
- ### Added/Changed
64
- * Many entities unredacted. More to come in 2018-10-02 release.
65
- * Presentation Nodes now have an "Obscured" state, to reflect that state as it exists in the game
66
- * Ongoing work to fix Activity Modes that are broken, and add support for upcoming activity modes
67
- * Added Vendor and Item refresh/expiration dates (referenced through the issues below, but may be unclear unless you read all the details)
68
- * Github Issues Resolved:
69
- * #646 - Forsaken Checklist Updates
70
- * #666 - Nightfalls' (et al) manifest displayProperties.name is just "Nightfall"
71
- * #665 - PGCR Returning Mode 0
72
- * #659 - Expiration time for items (bounties)
73
- * #654 - Vendors (esp. Spider): wrong RefreshDate
74
- * #651 - GetHistoricalStats (account or character) endpoints will not return Gambit/PvECompetitive stats for now
75
- * #650 - Stats not returning Bow, Beam Rifle weapon/precision weapon stats
76
- * #649 - sourceString hash for collectibles
77
- * #648 - Public Milestones reports wrong end dates for 4 day reset items
78
- * #641 - Need a Forsaken flag in DestinyGameVersions
79
- * #638 - DestinyUnhandledException for various Stats endpoint calls on some accounts/activity modes
80
- * #637 - Legendary/Rare Energy/Power with Kinetic Damage Type
81
- * #629 - Daily Crucible Challenge missing from Milestones when Weekly Flashpoint is completed
82
- * #628 - Unable to map Daily Heroic Story Mission Activitiy to specific mission
83
- * #624 - Feature request: collectableHash on items
84
- * #622 - (Some?) Items with Kinetic Damage have damageTypes but empty damageTypeHashes
85
-
86
- ## [2.3.1] - 2018-09-14
87
-
88
- ### Added
89
- * Changes related to new features in Forsaken (See [the Wiki](https://github.com/Bungie-net/api/wiki/2.3.0-and-2.3.1-Changes-(Forsaken-Release)) for more information)
90
-
91
- ### Changed
92
- * See the wiki linked above for more information: it covers the significant changes in this release.
93
-
94
- ## [2.3.0] - 2018-08-28
95
-
96
- ### Added
97
- * Changes related to new features in Forsaken (See [the Wiki](https://github.com/Bungie-net/api/wiki/2.3.0-and-2.3.1-Changes-(Forsaken-Release)) for more information)
98
-
99
- ### Changed
100
- * See the wiki for more info: Milestones in particular have changed in potentially backwards-incompatible ways
101
-
102
- ## [2.2.2] - 2018-06-27
103
-
104
- ### Fixed
105
- * #539 Curse of Osiris milestones
106
- * #532 [question] where to get flashpoint location ?
107
- * #523 Known Issue: Clans may be inaccessible, increase in timeouts
108
- * #522 plugSources does not seem correct for shaders
109
- * #514 Wrong kills/deaths/assists numbers for Rumble
110
- * #513 "You're Welcome" ghost perk incorrectly classified as a Weapon Mod
111
- * #511 Glass modifier missing in DestinySandboxPerkDefinition
112
- * #506 /Platform/GlobalAlerts/
113
- * #493 Display properties for PlugSets
114
-
115
- ### Added
116
- * Added a new component for Profile-level Progression data: ProfileProgressions.
117
- - For now, this will only have checklists. More will likely be added to it as time goes by.
118
- * Added the concept of [DestinyChecklistDefinition](https://bungie-net.github.io/multi/schema_Destiny-Definitions-Checklists-DestinyChecklistDefinition.html#schema_Destiny-Definitions-Checklists-DestinyChecklistDefinition), and checklist data to Progression components returned from the API.
119
- * Added some throwaway APIs for an upcoming update to the game.
120
- - If you happen to dig through our Platform Client Javascript libraries to find our unpublished APIs, you'll likely see some APIs about "Triumphs." Yes, Triumphs are coming. Please don't build anything that relies on these endpoints: as the name of them implies, they're going to be thrown away once Triumphs is over. Such is the ethereal and ever-changing nature of Triumphs. It's very Zen-like, I assure you. The data that will both be truly interesting and that will actually persist once Triumphs is over is in the new Checklists data. (though not all checklists will be used in Triumphs, and vice-versa! I tried to get you all as many checklists as I could find data for.)
121
-
122
- ## [2.2.1] - 2018-05-30
123
-
124
- ### Added
125
- * A new endpoint, ["GetLinkedProfiles"](https://bungie-net.github.io/multi/operation_get_Destiny2-GetLinkedProfiles.html#operation_get_Destiny2-GetLinkedProfiles), has been added to the Destiny 2 endpoints. The hope is that this will simplify some of your workflows if you find you've had to do a lot of manual workarounds and querying to find out if linked Platform accounts actually have Destiny information.
126
- * A new activity mode, "Showdown", has been added.
127
-
128
- ### Fixed
129
- * #504 : Known issue: "Crucible Labs" Activity Mode won't be in data until May 30th, Crucible Labs PGCRs will return as "All" until then. bug
130
- * #501 : Equip Items (added a workaround where logged off characters can still equip)
131
- * #485 : New Warmind items are not appearing in screenshots bug
132
- * #476 : Official companion app doesn’t display the counter on Sentinel’s Shove bug
133
- * #470 : The new Warmind vendor's (Ana Bray) faction definition is lacking tokenValues property bug investigation
134
- * #469 : Since Warmind itemState property is not showing if an item is a masterwork bug
135
- * #468 : Known bug: Nightfall Score Multiplier and Handicap not being returned bug
136
- * #466 : Content Warning for DLC2: Several Activities removed from database, replaced with variants that have only changed identifiers definitions
137
-
138
- ## [2.2.0] -2018-05-08
139
- ### Added
140
- * Item Stats now have "categories" enum, in case you want to sort stats
141
- * Equipment Slot Definitions now have Art Dye Channels, so you don't have to hard code what channels to apply to items in a given equipment slot if you're doing 3D rendering.
142
- * Item Preview Blocks now expose a "screenStyle" property: a string that the game UI (and you!) can use as a hint for how the item should be rendered if shown in a preview window/view.
143
- * Vendor Categories now have information indicating if they are for display only (i.e. you can't actually buy the items shown), whether there is a currency item shown as a "featured" currency for that section, and various new fields about progressions that can be shown along with the category and other display information and hints.
144
- * Various Activity Modes have been added for Private Match subcategories and Heroic Adventures
145
- - The bug with private matches not categorizing correctly still exists, and will hopefully be resolved in time for the 5/16 BNet hotfix release.
146
- * Objective Definitions now have new properties that can help you determine when you should show the objective's progress information (minimumVisibilityThreshold, allowOvercompletion, showValueOnComplete)
147
- * Item's Plug definitions now expose style information that could be useful for you (styles, whether it's a "dummy" plug or a legitimate one etc...)
148
- * Item's socket definitions now have "plug source" information, which tells you what components in live data need to be inspected to assemble all of the socket's possible reusable plug states.
149
- * "Plug Sets" now exist as a concept: they indicate a set of reusable plugs that share common state across character or Account boundaries, and may be referred to by multiple sockets across multiple characters.
150
- * Paired with this is the new "profilePlugSets" and "characterPlugSets" components on GetProfile/GetCharacter which will give you this reusable plug information that was previously only found on the item's "itemSockets" component itself.
151
- * Item Objectives can now optionally have a "dateCompleted", which will tell you when the objective successfully was completed if it has been.
152
- * Vendor components now have an optional "seasonalRank" property, that will tell you the value of their rank for this season if the vendor has one.
153
- * Vendor sale items now have "augments": a flags enumeration value that indicates modifiers you can apply visually to the items being sold.
154
- * New Milestones for DLC2!
155
- * Emote wheel support (through "Plug Sets", see above), though changing your equipped emotes must take place with an "insert plugs" operation now, which is not currently available to 3rd parties. We hope to rectify that situation in the near future.
156
- ### Changed
157
- * All PVP activities have had their identifiers altered in game content, and thus the hash identifiers for them have been altered as well. PGCR data should compensate for this automatically, but if you had hard coded references to PVP activity names you will need to update those accordingly.
158
-
159
- ## [2.1.6] -2018-04-04
160
- ### Added
161
- * GetApplicationApiUsage - A new endpoint for viewing your application's API usage.
162
- * Fireteam Services - Many new endpoints for creating Fireteams through Clans that result in on-console Fireteam creation. Currently not available for 3rd party developers, but the documentation exists here for your reference in case we release this for more general use in the future.
163
- * non-Crimson "Doubles" added as an Activity Mode, for potential future use. Added an "All Doubles" mode as a parent mode to both Crimson Doubles and non-Crimson doubles.
164
- * Added a field to mark some Item Categories as "deprecated": categories that neither have any items currently in that category, nor will likely have items in that category in the future, but that I won't remove from the API in case doing so would break anyone with hard references to them.
165
-
166
- ## [2.1.5] -2018-03-27
167
- ### Added
168
- * Rumble as an activity mode
169
- * A new component, CurrencyLookups, that you can ask for alongside Vendor data for a quick reference of the requesting character's items and quantities of those items.
170
- ### Changed
171
- * The Vendor APIs are officially out of beta. Have at them, and as usual file any bugs you see!
172
-
173
- ## [2.1.4] -2018-03-07
174
- ### Added
175
- * Insert Plugs action now ready for Bungie use, alongside the Advanced Write Action authorization flow. These features are not yet available to 3rd parties, but we will keep you posted.
176
- * A new Application History page shows a user the in-game actions performed through both 1st and 3rd party applications, so that users can more reliably monitor what apps are doing with their characters, items etc.
177
- * Team Scores added to Nightfall Strikes view on the web.
178
- * There is a new component for Vendor requests, "VendorGroups". This grabs dynamic categorizations of groups for vendors, and comes with its own new set of Destiny Definitions in the manifest. This is a replacement for the confusing and obsolete "VendorCategories" concept from the Destiny 1.0 API, which not only wasn't as dynamic as we want but also was very confusing to talk about (given that vendor sale items are also grouped by "Categories").
179
- * Two new activity modes: ScoredNightfall and ScoredHeroicNightfall.
180
-
181
- ### Changed
182
- * Vendor location data should now be accurate.
183
- * Nightfall activities should now be categorized correctly.
184
- * The following bugs were fixed:
185
- * #430 Gunsmith reports the wrong mods for sale
186
- * #429 Sonic Simulation Emblem is Classified
187
- * #424 UnhandledException for Vendors on profile with little/no progress
188
- * #423 All masterwork plugs are returned even if they can't actually be used
189
- * #415 GetVendor: Kind of messy data
190
- * #413 Some items are classified
191
- ### Removed
192
- * Vendor Categories was removed as a concept. There was already no data populating for this type of entity in Destiny 2, so it shouldn't cause anyone harm.
193
-
194
- ## [2.1.3] - 2018-02-22
195
- ### Added
196
- * Vendor definitions will now have "location" data, and DestinyVendorComponent will now have a "vendorLocationIndex" property. If a valid (>= 0) index, it will point to the index of DestinyVendorDefinition.locations data that you can use to show a vendor's destination and other human readable info. (actual population of that info is TBD, didn't quite make it out for release yet: but you can begin implementing against it in anticipation)
197
- ### Changed
198
- * Vendor components should be getting returned now from requests. Some data, such as time sensitive items, may still be incorrect and will have fixes in the next release.
199
- * Vendors will no longer be returned if they can't be accessed in the game by the character in question (for instance, Xur will only appear once he appears on the map on Friday: but also, if the character hasn't reached the point where they are at the Tower, they won't see Tower-related Vendors in the results) (spoiler alert for those who haven't beaten the D2 campaign yet, sorry not sorry)
200
- * Further improvements to the new Advanced Write Actions
201
- * The following Github Issues were addressed:
202
- * #412 NOTICE: DestinyVendorCategoryDefinition is going to be removed rfc
203
- * #411 NOTICE: The Aura activity bucket will be left unused starting 2/27
204
- * #402 RFC: emblemHash on DestinyCharacterComponent may no longer necessarily point to an emblem item
205
- * #399 Weapon Mods with empty itemCategoryHashes
206
- * #397 Include Mayhem in AllPvP mode
207
- * #395 The daily strike milestone claims to have 48 challenges! instead of 3
208
- * #394 Transfer between char x vault returning error for some item types
209
- * #393 Armour Ornaments missing itemCategoryHashes
210
- * #392 New Item Categories lack localized text for name/description
211
- * #379 Clarification around instanced reusablePlugHashes data
212
- * #348 Mayhem Mode in API
213
- * #334 Heroic Strike DestinyActivityModeType
214
-
215
- ## [2.1.2] - 2018-02-07
216
- ### Added
217
- * New milestones added for the upcoming Crimson Days event
218
- * Crimson re-added as a historical stats Activity Mode
219
- * Still in-progress work for "Explore 2.0", which will be a new aggregation endpoint that provides a more personalized experience for the homepage and Companion. Completion date TBD, still in early prototyping phase. You'll see some new endpoints and contracts related to "Explore": pay no attention to the man behind the curtain!
220
- * Ongoing work on Advanced Write Actions. We will make an announcement later about how these can be used in conjunction with the API. Rest assured that you will have to explicitly ask for permissions to use these new actions, that it will require 2 factor auth through Bungie's companion app itself, and that it will come with logging that users can inspect about actions taken through your app to safeguard your app from false accusations of undesired actions.
221
- * #329, #322, #319, #206, #168 - A vast number of new Item Categories and ItemTypes/ItemSubTypes have been added. Check the documentation for further details.
222
- ### Changed
223
- * Vendor API responses should now have correct item component data. We're still adding more tests and implementing features against this data ourselves, so I'm not going to pull it out of beta until I feel a high level of confidence in it. But we're nearing the final threshold for having a fully functional vendor endpoint again.
224
- * The "Trending" endpoint has been altered to make the front page of the site and app more news-oriented.
225
- * #349, #88 - Challenges should be greatly improved, with proper challenges on Milestones that need them and not on ones that are unrelated.
226
- * #348 - Mayhem mode should be working again in historical stats.
227
- * #288 - Grenade kills should come through correctly once more.
228
- * #181 - "Globally" applied stat bonuses from mods on equipped items now no longer get applied to any item other than the item on which it is equipped (if relevant to that item).
229
- * #78 - Classified items now have a default blank icon applied to them.
230
- * #166, #69 - Fixes to character stats that should not have been appearing, and forcing other stats to appear even if they are 0.
231
-
232
- ## [2.1.1] - 2017-12-15
233
- ### Added
234
- - Added support for returning Objective/Progress information for Reusable Plugs. When you see plugs that you can insert into sockets, but require you to complete an Objective to do so, that objective information is now being returned. See the changes to DestinyItemSocketsComponent, as this has been modified to store additional data about reusable plugs.
235
- DestinyItemObjectivesComponent now has an optional "flavorObjective" property. When items such as Emblems have stats that they show about the user, those are represented by flavorObjectives.
236
- Various data is added for Masterworks sockets:
237
- - #154 Equipment Slot definitions are now finally making it out to the manifest database.
238
- - The ItemState enum has a new value, "Masterwork", that indicates whether the item has a Masterwork plug inserted (since this ItemState property is on the basic DestinyItemComponent, this makes knowing whether the item is a Masterwork easier than having to iterate through the plugs inserted into the item)
239
- - Extra state information was added to DestinyItemPlugDefinition and DestinySocketTypeDefinition (and its children) that should be useful (see definition for new properties and their documentation). Notably, Socket Type actions now convey the rules under which a plug can be inserted into a socket of that type. (These rules keep piling on each other! Sockets are getting pretty complicated) Socket Type whitelists also have reinitializationPossiblePlugHashes, which is the list of possible masterwork plugs that could be inserted when you "reinitialize" a masterwork socket.
240
- - The template for player reporting URLs to redirect to us for player reports is:
241
- - https://www.bungie.net/en/PGCR/Report/[PGCR ID]/?characterId=[Offending Character ID]
242
- - It's kind of ugly right now, something I need to fix up when I get the time.
243
- ### Changed
244
- - #317 Fixed the issue where certain types of daily milestones were not being returned in all situations
245
- - #324 Infusion Category changes mentioned in the bug have been implemented.
246
- - Fixed a bug where challenges weren't being returned for Mercury's landing zone.
247
- - Various items that should not have been redacted are now not redacted.
248
-
249
- ## [2.1.0] - 2017-12-05
250
-
251
- ### Added
252
- - New "PullFromPostmaster" endpoint, and accompanying changes to contracts
253
- - New "ReportOffensivePostGameCarnageReportPlayer" endpoint, allowing players to report players that violated terms of service in games in which they participated.
254
- - New Milestones for DLC1 and Season 2.
255
-
256
- ### Changed
257
- - Historical Stats APIs no longer in pre-release
258
- - Vendor endpoint is still not quite ready for use, but the contracts are changing to better reflect the desired output of the API once it is ready for use. Comments and suggestions are welcome!
259
- - Screenshots will now be at 1920 x 1080 resolution.
260
-
261
- ## [2.0.1 - 2.1.0] - 2017-09-05 through 2017-12-05
262
-
263
- ### Added
264
- - Many changes were made over these months that I did not document well previously. I doubt anyone will care at this point, so I'm not going to bother fishing them all out now. But if anyone really cares enough that they want this historical information, file a Github issue and I'll get to it when we get to other documentation and spec improvements! Better documentation for what was specifically going out with releases started with 2.1.0, see above for that history.
265
-
266
- ## [2.0.0] - 2017-09-03
267
-
268
- ### Added
269
- - Initial implementation of Destiny 2 API, see documentation for more details
270
- - Historical Stats are in a functional but Beta state, and have many bugs that still need resolving.
271
- - Vendors are offline and not yet implemented; the endpoint and contract documentation is being provided for reference and public evaluation.