@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
@@ -1,197 +0,0 @@
1
- /**
2
- * Bungie.Net API
3
- * 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.
4
- *
5
- * OpenAPI spec version: 2.21.9
6
- * Contact: support@bungie.com
7
- *
8
- * NOTE: This class is auto generated by the bungie-api-ts code generator program.
9
- * https://github.com/DestinyItemManager/bungie-api-ts
10
- * Do not edit these files manually.
11
- */
12
-
13
- import { HttpClient, get, post } from '../http.js';
14
-
15
- import {
16
- ForumPostSortEnum,
17
- ForumRecruitmentDetail,
18
- ForumTopicsCategoryFiltersEnum,
19
- ForumTopicsQuickDateEnum,
20
- ForumTopicsSortEnum,
21
- PostSearchResponse
22
- } from './interfaces.js';
23
- import {
24
- ServerResponse
25
- } from '../common.js';
26
- import {
27
- TagResponse
28
- } from '../platform.js';
29
-
30
- const API_BASE = "https://www.bungie.net/Platform/Forum/";
31
-
32
- export interface GetTopicsPagedParams {
33
- /** A category filter */
34
- categoryFilter: ForumTopicsCategoryFiltersEnum;
35
- /** The group, if any. */
36
- group: string;
37
- /**
38
- * Comma seperated list of locales posts must match to return in the result list.
39
- * Default 'en'
40
- */
41
- locales?: string;
42
- /** Zero paged page number */
43
- page: number;
44
- /** Unused */
45
- pageSize: number;
46
- /** A date filter. */
47
- quickDate: ForumTopicsQuickDateEnum;
48
- /** The sort mode. */
49
- sort: ForumTopicsSortEnum;
50
- /** The tags to search, if any. */
51
- tagstring?: string;
52
- }
53
-
54
- /** Get topics from any forum. */
55
- export function getTopicsPaged(http: HttpClient, params: GetTopicsPagedParams): Promise<ServerResponse<PostSearchResponse>> {
56
- const strParams: Record<string, string> = {};
57
- if (params.locales !== undefined) { strParams.locales = params.locales; }
58
- if (params.tagstring !== undefined) { strParams.tagstring = params.tagstring; }
59
- return get(http, `${API_BASE}GetTopicsPaged/${params.page}/${params.pageSize}/${params.group}/${params.sort}/${params.quickDate}/${params.categoryFilter}/`, strParams);
60
- }
61
-
62
- export interface GetCoreTopicsPagedParams {
63
- /** The category filter. */
64
- categoryFilter: ForumTopicsCategoryFiltersEnum;
65
- /**
66
- * Comma seperated list of locales posts must match to return in the result list.
67
- * Default 'en'
68
- */
69
- locales?: string;
70
- /** Zero base page */
71
- page: number;
72
- /** The date filter. */
73
- quickDate: ForumTopicsQuickDateEnum;
74
- /** The sort mode. */
75
- sort: ForumTopicsSortEnum;
76
- }
77
-
78
- /** Gets a listing of all topics marked as part of the core group. */
79
- export function getCoreTopicsPaged(http: HttpClient, params: GetCoreTopicsPagedParams): Promise<ServerResponse<PostSearchResponse>> {
80
- const strParams: Record<string, string> = {};
81
- if (params.locales !== undefined) { strParams.locales = params.locales; }
82
- return get(http, `${API_BASE}GetCoreTopicsPaged/${params.page}/${params.sort}/${params.quickDate}/${params.categoryFilter}/`, strParams);
83
- }
84
-
85
- export interface GetPostsThreadedPagedParams {
86
- getParentPost: boolean;
87
- page: number;
88
- pageSize: number;
89
- parentPostId: string;
90
- replySize: number;
91
- rootThreadMode: boolean;
92
- /** If this value is not null or empty, banned posts are requested to be returned */
93
- showbanned?: string;
94
- sortMode: ForumPostSortEnum;
95
- }
96
-
97
- /**
98
- * Returns a thread of posts at the given parent, optionally returning replies to
99
- * those posts as well as the original parent.
100
- */
101
- export function getPostsThreadedPaged(http: HttpClient, params: GetPostsThreadedPagedParams): Promise<ServerResponse<PostSearchResponse>> {
102
- const strParams: Record<string, string> = {};
103
- if (params.showbanned !== undefined) { strParams.showbanned = params.showbanned; }
104
- return get(http, `${API_BASE}GetPostsThreadedPaged/${params.parentPostId}/${params.page}/${params.pageSize}/${params.replySize}/${params.getParentPost}/${params.rootThreadMode}/${params.sortMode}/`, strParams);
105
- }
106
-
107
- export interface GetPostsThreadedPagedFromChildParams {
108
- childPostId: string;
109
- page: number;
110
- pageSize: number;
111
- replySize: number;
112
- rootThreadMode: boolean;
113
- /** If this value is not null or empty, banned posts are requested to be returned */
114
- showbanned?: string;
115
- sortMode: ForumPostSortEnum;
116
- }
117
-
118
- /**
119
- * Returns a thread of posts starting at the topicId of the input childPostId,
120
- * optionally returning replies to those posts as well as the original parent.
121
- */
122
- export function getPostsThreadedPagedFromChild(http: HttpClient, params: GetPostsThreadedPagedFromChildParams): Promise<ServerResponse<PostSearchResponse>> {
123
- const strParams: Record<string, string> = {};
124
- if (params.showbanned !== undefined) { strParams.showbanned = params.showbanned; }
125
- return get(http, `${API_BASE}GetPostsThreadedPagedFromChild/${params.childPostId}/${params.page}/${params.pageSize}/${params.replySize}/${params.rootThreadMode}/${params.sortMode}/`, strParams);
126
- }
127
-
128
- export interface GetPostAndParentParams {
129
- childPostId: string;
130
- /** If this value is not null or empty, banned posts are requested to be returned */
131
- showbanned?: string;
132
- }
133
-
134
- /** Returns the post specified and its immediate parent. */
135
- export function getPostAndParent(http: HttpClient, params: GetPostAndParentParams): Promise<ServerResponse<PostSearchResponse>> {
136
- const strParams: Record<string, string> = {};
137
- if (params.showbanned !== undefined) { strParams.showbanned = params.showbanned; }
138
- return get(http, `${API_BASE}GetPostAndParent/${params.childPostId}/`, strParams);
139
- }
140
-
141
- export interface GetPostAndParentAwaitingApprovalParams {
142
- childPostId: string;
143
- /** If this value is not null or empty, banned posts are requested to be returned */
144
- showbanned?: string;
145
- }
146
-
147
- /**
148
- * Returns the post specified and its immediate parent of posts that are awaiting
149
- * approval.
150
- */
151
- export function getPostAndParentAwaitingApproval(http: HttpClient, params: GetPostAndParentAwaitingApprovalParams): Promise<ServerResponse<PostSearchResponse>> {
152
- const strParams: Record<string, string> = {};
153
- if (params.showbanned !== undefined) { strParams.showbanned = params.showbanned; }
154
- return get(http, `${API_BASE}GetPostAndParentAwaitingApproval/${params.childPostId}/`, strParams);
155
- }
156
-
157
- export interface GetTopicForContentParams {
158
- contentId: string;
159
- }
160
-
161
- /** Gets the post Id for the given content item's comments, if it exists. */
162
- export function getTopicForContent(http: HttpClient, params: GetTopicForContentParams): Promise<ServerResponse<string>> {
163
- return get(http, `${API_BASE}GetTopicForContent/${params.contentId}/`);
164
- }
165
-
166
- export interface GetForumTagSuggestionsParams {
167
- /** The partial tag input to generate suggestions from. */
168
- partialtag?: string;
169
- }
170
-
171
- /**
172
- * Gets tag suggestions based on partial text entry, matching them with other tags
173
- * previously used in the forums.
174
- */
175
- export function getForumTagSuggestions(http: HttpClient, params: GetForumTagSuggestionsParams): Promise<ServerResponse<TagResponse[]>> {
176
- const strParams: Record<string, string> = {};
177
- if (params.partialtag !== undefined) { strParams.partialtag = params.partialtag; }
178
- return get(http, `${API_BASE}GetForumTagSuggestions/`, strParams);
179
- }
180
-
181
- export interface GetPollParams {
182
- /** The post id of the topic that has the poll. */
183
- topicId: string;
184
- }
185
-
186
- /** Gets the specified forum poll. */
187
- export function getPoll(http: HttpClient, params: GetPollParams): Promise<ServerResponse<PostSearchResponse>> {
188
- return get(http, `${API_BASE}Poll/${params.topicId}/`);
189
- }
190
-
191
- /**
192
- * Allows the caller to get a list of to 25 recruitment thread summary information
193
- * objects.
194
- */
195
- export function getRecruitmentThreadSummaries(http: HttpClient, body: string[]): Promise<ServerResponse<ForumRecruitmentDetail[]>> {
196
- return post(http, `${API_BASE}Recruit/Summaries/`, body);
197
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * Bungie.Net API
3
- * 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.
4
- *
5
- * OpenAPI spec version: 2.21.9
6
- * Contact: support@bungie.com
7
- *
8
- * NOTE: This class is auto generated by the bungie-api-ts code generator program.
9
- * https://github.com/DestinyItemManager/bungie-api-ts
10
- * Do not edit these files manually.
11
- */
12
-
13
- export * from '../common.js';
14
- export * from '../platform.js';
15
- export type {HttpClientConfig, HttpClient} from '../http.js';
16
- export * from './api.js';
17
- export * from './interfaces.js';
@@ -1,171 +0,0 @@
1
- /**
2
- * Bungie.Net API
3
- * 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.
4
- *
5
- * OpenAPI spec version: 2.21.9
6
- * Contact: support@bungie.com
7
- *
8
- * NOTE: This class is auto generated by the bungie-api-ts code generator program.
9
- * https://github.com/DestinyItemManager/bungie-api-ts
10
- * Do not edit these files manually.
11
- */
12
-
13
- import {
14
- GeneralUser
15
- } from '../user/interfaces.js';
16
- import {
17
- GroupResponse
18
- } from '../groupv2/interfaces.js';
19
- import {
20
- IgnoreResponse,
21
- TagResponse
22
- } from '../platform.js';
23
- import {
24
- PagedQuery
25
- } from '../common.js';
26
-
27
- /**
28
- * This enum represents a set of flags - use bitwise operators to check which of
29
- * these match your value.
30
- */
31
- export const enum ForumTopicsCategoryFiltersEnum {
32
- None = 0,
33
- Links = 1,
34
- Questions = 2,
35
- AnsweredQuestions = 4,
36
- Media = 8,
37
- TextOnly = 16,
38
- Announcement = 32,
39
- BungieOfficial = 64,
40
- Polls = 128
41
- }
42
-
43
- export const enum ForumTopicsQuickDateEnum {
44
- All = 0,
45
- LastYear = 1,
46
- LastMonth = 2,
47
- LastWeek = 3,
48
- LastDay = 4
49
- }
50
-
51
- export const enum ForumTopicsSortEnum {
52
- Default = 0,
53
- LastReplied = 1,
54
- MostReplied = 2,
55
- Popularity = 3,
56
- Controversiality = 4,
57
- Liked = 5,
58
- HighestRated = 6,
59
- MostUpvoted = 7
60
- }
61
-
62
- export const enum ForumPostSortEnum {
63
- Default = 0,
64
- OldestFirst = 1
65
- }
66
-
67
- export interface PostSearchResponse {
68
- readonly relatedPosts: PostResponse[];
69
- readonly authors: GeneralUser[];
70
- readonly groups: GroupResponse[];
71
- readonly searchedTags: TagResponse[];
72
- readonly polls: PollResponse[];
73
- readonly recruitmentDetails: ForumRecruitmentDetail[];
74
- readonly availablePages?: number;
75
- readonly results: PostResponse[];
76
- readonly totalResults: number;
77
- readonly hasMore: boolean;
78
- readonly query: PagedQuery;
79
- readonly replacementContinuationToken: string;
80
- /**
81
- * If useTotalResults is true, then totalResults represents an accurate count.
82
- *
83
- * If False, it does not, and may be estimated/only the size of the current page.
84
- *
85
- * Either way, you should probably always only trust hasMore.
86
- *
87
- * This is a long-held historical throwback to when we used to do paging with known
88
- * total results. Those queries toasted our database, and we were left to hastily
89
- * alter our endpoints and create backward- compatible shims, of which
90
- * useTotalResults is one.
91
- */
92
- readonly useTotalResults: boolean;
93
- }
94
-
95
- export interface PostResponse {
96
- readonly lastReplyTimestamp: string;
97
- readonly IsPinned: boolean;
98
- readonly urlMediaType: ForumMediaType;
99
- readonly thumbnail: string;
100
- readonly popularity: ForumPostPopularity;
101
- readonly isActive: boolean;
102
- readonly isAnnouncement: boolean;
103
- readonly userRating: number;
104
- readonly userHasRated: boolean;
105
- readonly userHasMutedPost: boolean;
106
- readonly latestReplyPostId: string;
107
- readonly latestReplyAuthorId: string;
108
- readonly ignoreStatus: IgnoreResponse;
109
- readonly locale: string;
110
- }
111
-
112
- export const enum ForumMediaType {
113
- None = 0,
114
- Image = 1,
115
- Video = 2,
116
- Youtube = 3
117
- }
118
-
119
- export const enum ForumPostPopularity {
120
- Empty = 0,
121
- Default = 1,
122
- Discussed = 2,
123
- CoolStory = 3,
124
- HeatingUp = 4,
125
- Hot = 5
126
- }
127
-
128
- export interface PollResponse {
129
- readonly topicId: string;
130
- readonly results: PollResult[];
131
- readonly totalVotes: number;
132
- }
133
-
134
- export interface PollResult {
135
- readonly answerText: string;
136
- readonly answerSlot: number;
137
- readonly lastVoteDate: string;
138
- readonly votes: number;
139
- readonly requestingUserVoted: boolean;
140
- }
141
-
142
- export interface ForumRecruitmentDetail {
143
- readonly topicId: string;
144
- readonly microphoneRequired: boolean;
145
- readonly intensity: ForumRecruitmentIntensityLabel;
146
- readonly tone: ForumRecruitmentToneLabel;
147
- readonly approved: boolean;
148
- readonly conversationId?: string;
149
- readonly playerSlotsTotal: number;
150
- readonly playerSlotsRemaining: number;
151
- readonly Fireteam: GeneralUser[];
152
- readonly kickedPlayerIds: string[];
153
- }
154
-
155
- export const enum ForumRecruitmentIntensityLabel {
156
- None = 0,
157
- Casual = 1,
158
- Professional = 2
159
- }
160
-
161
- export const enum ForumRecruitmentToneLabel {
162
- None = 0,
163
- FamilyFriendly = 1,
164
- Rowdy = 2
165
- }
166
-
167
- export const enum CommunityContentSortMode {
168
- Trending = 0,
169
- Latest = 1,
170
- HighestRated = 2
171
- }