Skip to content

Commit 3cfe620

Browse files
authored
Merge pull request #78 from DestinyItemManager/create-pull-request/patch
Updated api-src
2 parents f5c070f + 9226316 commit 3cfe620

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+326
-92
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Bump version
4343
if: steps.filter.outputs.changed == 'true'
44-
run: pnpm version --minor
44+
run: npm version minor --no-git-tag-version
4545

4646
- name: Build
4747
if: steps.filter.outputs.changed == 'true'

api-src

generated-src/app/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bungie.Net API
33
* These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.
44
*
5-
* OpenAPI spec version: 2.21.3
5+
* OpenAPI spec version: 2.21.4
66
* Contact: support@bungie.com
77
*
88
* NOTE: This class is auto generated by the bungie-api-ts code generator program.

generated-src/app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bungie.Net API
33
* These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.
44
*
5-
* OpenAPI spec version: 2.21.3
5+
* OpenAPI spec version: 2.21.4
66
* Contact: support@bungie.com
77
*
88
* NOTE: This class is auto generated by the bungie-api-ts code generator program.

generated-src/app/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bungie.Net API
33
* These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.
44
*
5-
* OpenAPI spec version: 2.21.3
5+
* OpenAPI spec version: 2.21.4
66
* Contact: support@bungie.com
77
*
88
* NOTE: This class is auto generated by the bungie-api-ts code generator program.

generated-src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bungie.Net API
33
* These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.
44
*
5-
* OpenAPI spec version: 2.21.3
5+
* OpenAPI spec version: 2.21.4
66
* Contact: support@bungie.com
77
*
88
* NOTE: This class is auto generated by the bungie-api-ts code generator program.

generated-src/communitycontent/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bungie.Net API
33
* These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.
44
*
5-
* OpenAPI spec version: 2.21.3
5+
* OpenAPI spec version: 2.21.4
66
* Contact: support@bungie.com
77
*
88
* NOTE: This class is auto generated by the bungie-api-ts code generator program.

generated-src/communitycontent/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bungie.Net API
33
* These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.
44
*
5-
* OpenAPI spec version: 2.21.3
5+
* OpenAPI spec version: 2.21.4
66
* Contact: support@bungie.com
77
*
88
* NOTE: This class is auto generated by the bungie-api-ts code generator program.

generated-src/content/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bungie.Net API
33
* These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.
44
*
5-
* OpenAPI spec version: 2.21.3
5+
* OpenAPI spec version: 2.21.4
66
* Contact: support@bungie.com
77
*
88
* NOTE: This class is auto generated by the bungie-api-ts code generator program.

generated-src/content/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bungie.Net API
33
* These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.
44
*
5-
* OpenAPI spec version: 2.21.3
5+
* OpenAPI spec version: 2.21.4
66
* Contact: support@bungie.com
77
*
88
* NOTE: This class is auto generated by the bungie-api-ts code generator program.

0 commit comments

Comments
 (0)