Skip to content

Commit 26f3c58

Browse files
authored
Merge pull request #82 from DestinyItemManager/create-pull-request/patch
Updated api-src
2 parents 2a6d210 + e9c65c3 commit 26f3c58

Some content is hidden

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

86 files changed

+398
-215
lines changed

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.6
5+
* OpenAPI spec version: 2.21.9
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.6
5+
* OpenAPI spec version: 2.21.9
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.6
5+
* OpenAPI spec version: 2.21.9
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: 10 additions & 2 deletions
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.6
5+
* OpenAPI spec version: 2.21.9
66
* Contact: support@bungie.com
77
*
88
* NOTE: This class is auto generated by the bungie-api-ts code generator program.
@@ -924,7 +924,15 @@ export const enum PlatformErrorCodes {
924924
ErrorEgsUnavailable = 4006,
925925
ErrorEgsJwksMissing = 4007,
926926
ErrorEgsJwtMalformedHeader = 4008,
927-
ErrorEgsJwtMalformedPayload = 4009
927+
ErrorEgsJwtMalformedPayload = 4009,
928+
MarathonInternalError = 5000,
929+
MarathonBabelConnectionTimeout = 5001,
930+
MarathonServiceFailure = 5002,
931+
MarathonInvalidRequest = 5003,
932+
MarathonUnexpectedError = 5004,
933+
MarathonAccountNotFound = 5005,
934+
MarathonThrottledByGameServer = 5006,
935+
MarathonErrorDeserializationFailure = 5007
928936
}
929937

930938
/**

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.6
5+
* OpenAPI spec version: 2.21.9
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.6
5+
* OpenAPI spec version: 2.21.9
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.6
5+
* OpenAPI spec version: 2.21.9
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.6
5+
* OpenAPI spec version: 2.21.9
66
* Contact: support@bungie.com
77
*
88
* NOTE: This class is auto generated by the bungie-api-ts code generator program.

generated-src/content/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.6
5+
* OpenAPI spec version: 2.21.9
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)