esisl_genoa_client 0.1.5 → 0.1.6

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 (143) hide show
  1. package/README.md +4 -2
  2. package/dist/apis/AllianceApi.d.ts +8 -0
  3. package/dist/apis/AllianceApi.js +29 -0
  4. package/dist/apis/AssetsApi.d.ts +12 -0
  5. package/dist/apis/AssetsApi.js +43 -0
  6. package/dist/apis/CalendarApi.d.ts +8 -0
  7. package/dist/apis/CalendarApi.js +29 -0
  8. package/dist/apis/CharacterApi.d.ts +28 -0
  9. package/dist/apis/CharacterApi.js +99 -0
  10. package/dist/apis/ClonesApi.d.ts +4 -0
  11. package/dist/apis/ClonesApi.js +15 -0
  12. package/dist/apis/ContactsApi.d.ts +18 -0
  13. package/dist/apis/ContactsApi.js +64 -0
  14. package/dist/apis/ContractsApi.d.ts +18 -0
  15. package/dist/apis/ContractsApi.js +64 -0
  16. package/dist/apis/CorporationApi.d.ts +44 -0
  17. package/dist/apis/CorporationApi.js +155 -0
  18. package/dist/apis/CorporationProjectsApi.d.ts +8 -4
  19. package/dist/apis/CorporationProjectsApi.js +29 -6
  20. package/dist/apis/DogmaApi.d.ts +10 -0
  21. package/dist/apis/DogmaApi.js +36 -0
  22. package/dist/apis/FactionWarfareApi.d.ts +16 -0
  23. package/dist/apis/FactionWarfareApi.js +57 -0
  24. package/dist/apis/FittingsApi.d.ts +6 -0
  25. package/dist/apis/FittingsApi.js +22 -0
  26. package/dist/apis/FleetsApi.d.ts +28 -0
  27. package/dist/apis/FleetsApi.js +99 -0
  28. package/dist/apis/FreelanceJobsApi.d.ts +12 -2
  29. package/dist/apis/FreelanceJobsApi.js +43 -3
  30. package/dist/apis/IncursionsApi.d.ts +2 -0
  31. package/dist/apis/IncursionsApi.js +8 -0
  32. package/dist/apis/IndustryApi.d.ts +16 -0
  33. package/dist/apis/IndustryApi.js +57 -0
  34. package/dist/apis/InsuranceApi.d.ts +2 -0
  35. package/dist/apis/InsuranceApi.js +8 -0
  36. package/dist/apis/KillmailsApi.d.ts +6 -0
  37. package/dist/apis/KillmailsApi.js +22 -0
  38. package/dist/apis/LocationApi.d.ts +6 -0
  39. package/dist/apis/LocationApi.js +22 -0
  40. package/dist/apis/LoyaltyApi.d.ts +4 -0
  41. package/dist/apis/LoyaltyApi.js +15 -0
  42. package/dist/apis/MailApi.d.ts +18 -0
  43. package/dist/apis/MailApi.js +64 -0
  44. package/dist/apis/MarketApi.d.ts +22 -0
  45. package/dist/apis/MarketApi.js +78 -0
  46. package/dist/apis/MetaApi.d.ts +6 -0
  47. package/dist/apis/MetaApi.js +22 -0
  48. package/dist/apis/PlanetaryInteractionApi.d.ts +8 -0
  49. package/dist/apis/PlanetaryInteractionApi.js +29 -0
  50. package/dist/apis/RoutesApi.d.ts +2 -0
  51. package/dist/apis/RoutesApi.js +8 -0
  52. package/dist/apis/SearchApi.d.ts +2 -0
  53. package/dist/apis/SearchApi.js +8 -0
  54. package/dist/apis/SkillsApi.d.ts +6 -0
  55. package/dist/apis/SkillsApi.js +22 -0
  56. package/dist/apis/SovereigntyApi.d.ts +6 -0
  57. package/dist/apis/SovereigntyApi.js +22 -0
  58. package/dist/apis/StatusApi.d.ts +2 -0
  59. package/dist/apis/StatusApi.js +8 -0
  60. package/dist/apis/UniverseApi.d.ts +60 -0
  61. package/dist/apis/UniverseApi.js +211 -0
  62. package/dist/apis/UserInterfaceApi.d.ts +10 -0
  63. package/dist/apis/UserInterfaceApi.js +36 -0
  64. package/dist/apis/WalletApi.d.ts +12 -0
  65. package/dist/apis/WalletApi.js +43 -0
  66. package/dist/apis/WarsApi.d.ts +6 -0
  67. package/dist/apis/WarsApi.js +22 -0
  68. package/dist/constants.d.ts +8 -0
  69. package/dist/constants.js +13 -0
  70. package/dist/index.d.ts +1 -0
  71. package/dist/index.js +5 -0
  72. package/docs/AllianceApi.md +16 -4
  73. package/docs/AssetsApi.md +24 -6
  74. package/docs/CalendarApi.md +16 -4
  75. package/docs/CharacterApi.md +56 -14
  76. package/docs/ClonesApi.md +8 -2
  77. package/docs/ContactsApi.md +36 -9
  78. package/docs/ContractsApi.md +36 -9
  79. package/docs/CorporationApi.md +88 -22
  80. package/docs/CorporationProjectsApi.md +20 -14
  81. package/docs/DogmaApi.md +20 -5
  82. package/docs/FactionWarfareApi.md +32 -8
  83. package/docs/FittingsApi.md +12 -3
  84. package/docs/FleetsApi.md +56 -14
  85. package/docs/FreelanceJobsApi.md +30 -15
  86. package/docs/IncursionsApi.md +4 -1
  87. package/docs/IndustryApi.md +32 -8
  88. package/docs/InsuranceApi.md +4 -1
  89. package/docs/KillmailsApi.md +12 -3
  90. package/docs/LocationApi.md +12 -3
  91. package/docs/LoyaltyApi.md +8 -2
  92. package/docs/MailApi.md +36 -9
  93. package/docs/MarketApi.md +44 -11
  94. package/docs/MetaApi.md +15 -6
  95. package/docs/PlanetaryInteractionApi.md +16 -4
  96. package/docs/RoutesApi.md +5 -2
  97. package/docs/SearchApi.md +4 -1
  98. package/docs/SkillsApi.md +12 -3
  99. package/docs/SovereigntyApi.md +12 -3
  100. package/docs/StatusApi.md +4 -1
  101. package/docs/UniverseApi.md +120 -30
  102. package/docs/UserInterfaceApi.md +20 -5
  103. package/docs/WalletApi.md +24 -6
  104. package/docs/WarsApi.md +12 -3
  105. package/esisl_genoa_client-0.1.6.tgz +0 -0
  106. package/package.json +1 -1
  107. package/src/apis/AllianceApi.ts +45 -0
  108. package/src/apis/AssetsApi.ts +67 -0
  109. package/src/apis/CalendarApi.ts +45 -0
  110. package/src/apis/CharacterApi.ts +155 -0
  111. package/src/apis/ClonesApi.ts +23 -0
  112. package/src/apis/ContactsApi.ts +100 -0
  113. package/src/apis/ContractsApi.ts +100 -0
  114. package/src/apis/CorporationApi.ts +243 -0
  115. package/src/apis/CorporationProjectsApi.ts +45 -12
  116. package/src/apis/DogmaApi.ts +56 -0
  117. package/src/apis/FactionWarfareApi.ts +89 -0
  118. package/src/apis/FittingsApi.ts +34 -0
  119. package/src/apis/FleetsApi.ts +155 -0
  120. package/src/apis/FreelanceJobsApi.ts +67 -6
  121. package/src/apis/IncursionsApi.ts +12 -0
  122. package/src/apis/IndustryApi.ts +89 -0
  123. package/src/apis/InsuranceApi.ts +12 -0
  124. package/src/apis/KillmailsApi.ts +34 -0
  125. package/src/apis/LocationApi.ts +34 -0
  126. package/src/apis/LoyaltyApi.ts +23 -0
  127. package/src/apis/MailApi.ts +100 -0
  128. package/src/apis/MarketApi.ts +122 -0
  129. package/src/apis/MetaApi.ts +34 -0
  130. package/src/apis/PlanetaryInteractionApi.ts +45 -0
  131. package/src/apis/RoutesApi.ts +12 -0
  132. package/src/apis/SearchApi.ts +12 -0
  133. package/src/apis/SkillsApi.ts +34 -0
  134. package/src/apis/SovereigntyApi.ts +34 -0
  135. package/src/apis/StatusApi.ts +12 -0
  136. package/src/apis/UniverseApi.ts +331 -0
  137. package/src/apis/UserInterfaceApi.ts +56 -0
  138. package/src/apis/WalletApi.ts +67 -0
  139. package/src/apis/WarsApi.ts +34 -0
  140. package/src/constants.ts +10 -0
  141. package/src/index.ts +1 -0
  142. package/esisl_genoa_client-0.1.4.tgz +0 -0
  143. package/esisl_genoa_client-0.1.5.tgz +0 -0
@@ -14,6 +14,7 @@
14
14
 
15
15
 
16
16
  import * as runtime from '../runtime';
17
+ import { ESI_COMPATIBILITY_DATE } from '../constants';
17
18
 
18
19
  import type {
19
20
  CharactersCharacterIdFleetGet,
@@ -35,6 +36,7 @@ export interface DeleteFleetsFleetIdMembersMemberIdRequest {
35
36
  acceptLanguage?: DeleteFleetsFleetIdMembersMemberIdAcceptLanguageEnum;
36
37
  ifNoneMatch?: string;
37
38
  xTenant?: string;
39
+ ifModifiedSince?: string;
38
40
  }
39
41
 
40
42
  export interface DeleteFleetsFleetIdSquadsSquadIdRequest {
@@ -44,6 +46,7 @@ export interface DeleteFleetsFleetIdSquadsSquadIdRequest {
44
46
  acceptLanguage?: DeleteFleetsFleetIdSquadsSquadIdAcceptLanguageEnum;
45
47
  ifNoneMatch?: string;
46
48
  xTenant?: string;
49
+ ifModifiedSince?: string;
47
50
  }
48
51
 
49
52
  export interface DeleteFleetsFleetIdWingsWingIdRequest {
@@ -53,6 +56,7 @@ export interface DeleteFleetsFleetIdWingsWingIdRequest {
53
56
  acceptLanguage?: DeleteFleetsFleetIdWingsWingIdAcceptLanguageEnum;
54
57
  ifNoneMatch?: string;
55
58
  xTenant?: string;
59
+ ifModifiedSince?: string;
56
60
  }
57
61
 
58
62
  export interface GetCharactersCharacterIdFleetRequest {
@@ -61,6 +65,7 @@ export interface GetCharactersCharacterIdFleetRequest {
61
65
  acceptLanguage?: GetCharactersCharacterIdFleetAcceptLanguageEnum;
62
66
  ifNoneMatch?: string;
63
67
  xTenant?: string;
68
+ ifModifiedSince?: string;
64
69
  }
65
70
 
66
71
  export interface GetFleetsFleetIdRequest {
@@ -69,6 +74,7 @@ export interface GetFleetsFleetIdRequest {
69
74
  acceptLanguage?: GetFleetsFleetIdAcceptLanguageEnum;
70
75
  ifNoneMatch?: string;
71
76
  xTenant?: string;
77
+ ifModifiedSince?: string;
72
78
  }
73
79
 
74
80
  export interface GetFleetsFleetIdMembersRequest {
@@ -77,6 +83,7 @@ export interface GetFleetsFleetIdMembersRequest {
77
83
  acceptLanguage?: GetFleetsFleetIdMembersAcceptLanguageEnum;
78
84
  ifNoneMatch?: string;
79
85
  xTenant?: string;
86
+ ifModifiedSince?: string;
80
87
  }
81
88
 
82
89
  export interface GetFleetsFleetIdWingsRequest {
@@ -85,6 +92,7 @@ export interface GetFleetsFleetIdWingsRequest {
85
92
  acceptLanguage?: GetFleetsFleetIdWingsAcceptLanguageEnum;
86
93
  ifNoneMatch?: string;
87
94
  xTenant?: string;
95
+ ifModifiedSince?: string;
88
96
  }
89
97
 
90
98
  export interface PostFleetsFleetIdMembersOperationRequest {
@@ -94,6 +102,7 @@ export interface PostFleetsFleetIdMembersOperationRequest {
94
102
  acceptLanguage?: PostFleetsFleetIdMembersOperationAcceptLanguageEnum;
95
103
  ifNoneMatch?: string;
96
104
  xTenant?: string;
105
+ ifModifiedSince?: string;
97
106
  }
98
107
 
99
108
  export interface PostFleetsFleetIdWingsRequest {
@@ -102,6 +111,7 @@ export interface PostFleetsFleetIdWingsRequest {
102
111
  acceptLanguage?: PostFleetsFleetIdWingsAcceptLanguageEnum;
103
112
  ifNoneMatch?: string;
104
113
  xTenant?: string;
114
+ ifModifiedSince?: string;
105
115
  }
106
116
 
107
117
  export interface PostFleetsFleetIdWingsWingIdSquadsRequest {
@@ -111,6 +121,7 @@ export interface PostFleetsFleetIdWingsWingIdSquadsRequest {
111
121
  acceptLanguage?: PostFleetsFleetIdWingsWingIdSquadsAcceptLanguageEnum;
112
122
  ifNoneMatch?: string;
113
123
  xTenant?: string;
124
+ ifModifiedSince?: string;
114
125
  }
115
126
 
116
127
  export interface PutFleetsFleetIdOperationRequest {
@@ -120,6 +131,7 @@ export interface PutFleetsFleetIdOperationRequest {
120
131
  acceptLanguage?: PutFleetsFleetIdOperationAcceptLanguageEnum;
121
132
  ifNoneMatch?: string;
122
133
  xTenant?: string;
134
+ ifModifiedSince?: string;
123
135
  }
124
136
 
125
137
  export interface PutFleetsFleetIdMembersMemberIdOperationRequest {
@@ -130,6 +142,7 @@ export interface PutFleetsFleetIdMembersMemberIdOperationRequest {
130
142
  acceptLanguage?: PutFleetsFleetIdMembersMemberIdOperationAcceptLanguageEnum;
131
143
  ifNoneMatch?: string;
132
144
  xTenant?: string;
145
+ ifModifiedSince?: string;
133
146
  }
134
147
 
135
148
  export interface PutFleetsFleetIdSquadsSquadIdOperationRequest {
@@ -140,6 +153,7 @@ export interface PutFleetsFleetIdSquadsSquadIdOperationRequest {
140
153
  acceptLanguage?: PutFleetsFleetIdSquadsSquadIdOperationAcceptLanguageEnum;
141
154
  ifNoneMatch?: string;
142
155
  xTenant?: string;
156
+ ifModifiedSince?: string;
143
157
  }
144
158
 
145
159
  export interface PutFleetsFleetIdWingsWingIdRequest {
@@ -150,6 +164,7 @@ export interface PutFleetsFleetIdWingsWingIdRequest {
150
164
  acceptLanguage?: PutFleetsFleetIdWingsWingIdAcceptLanguageEnum;
151
165
  ifNoneMatch?: string;
152
166
  xTenant?: string;
167
+ ifModifiedSince?: string;
153
168
  }
154
169
 
155
170
  /**
@@ -168,6 +183,7 @@ export interface FleetsApiInterface {
168
183
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
169
184
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
170
185
  * @param {string} [xTenant] The tenant ID for the request.
186
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
171
187
  * @param {*} [options] Override http request option.
172
188
  * @throws {RequiredError}
173
189
  * @memberof FleetsApiInterface
@@ -189,6 +205,7 @@ export interface FleetsApiInterface {
189
205
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
190
206
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
191
207
  * @param {string} [xTenant] The tenant ID for the request.
208
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
192
209
  * @param {*} [options] Override http request option.
193
210
  * @throws {RequiredError}
194
211
  * @memberof FleetsApiInterface
@@ -210,6 +227,7 @@ export interface FleetsApiInterface {
210
227
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
211
228
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
212
229
  * @param {string} [xTenant] The tenant ID for the request.
230
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
213
231
  * @param {*} [options] Override http request option.
214
232
  * @throws {RequiredError}
215
233
  * @memberof FleetsApiInterface
@@ -230,6 +248,7 @@ export interface FleetsApiInterface {
230
248
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
231
249
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
232
250
  * @param {string} [xTenant] The tenant ID for the request.
251
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
233
252
  * @param {*} [options] Override http request option.
234
253
  * @throws {RequiredError}
235
254
  * @memberof FleetsApiInterface
@@ -250,6 +269,7 @@ export interface FleetsApiInterface {
250
269
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
251
270
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
252
271
  * @param {string} [xTenant] The tenant ID for the request.
272
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
253
273
  * @param {*} [options] Override http request option.
254
274
  * @throws {RequiredError}
255
275
  * @memberof FleetsApiInterface
@@ -270,6 +290,7 @@ export interface FleetsApiInterface {
270
290
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
271
291
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
272
292
  * @param {string} [xTenant] The tenant ID for the request.
293
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
273
294
  * @param {*} [options] Override http request option.
274
295
  * @throws {RequiredError}
275
296
  * @memberof FleetsApiInterface
@@ -290,6 +311,7 @@ export interface FleetsApiInterface {
290
311
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
291
312
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
292
313
  * @param {string} [xTenant] The tenant ID for the request.
314
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
293
315
  * @param {*} [options] Override http request option.
294
316
  * @throws {RequiredError}
295
317
  * @memberof FleetsApiInterface
@@ -311,6 +333,7 @@ export interface FleetsApiInterface {
311
333
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
312
334
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
313
335
  * @param {string} [xTenant] The tenant ID for the request.
336
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
314
337
  * @param {*} [options] Override http request option.
315
338
  * @throws {RequiredError}
316
339
  * @memberof FleetsApiInterface
@@ -331,6 +354,7 @@ export interface FleetsApiInterface {
331
354
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
332
355
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
333
356
  * @param {string} [xTenant] The tenant ID for the request.
357
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
334
358
  * @param {*} [options] Override http request option.
335
359
  * @throws {RequiredError}
336
360
  * @memberof FleetsApiInterface
@@ -352,6 +376,7 @@ export interface FleetsApiInterface {
352
376
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
353
377
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
354
378
  * @param {string} [xTenant] The tenant ID for the request.
379
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
355
380
  * @param {*} [options] Override http request option.
356
381
  * @throws {RequiredError}
357
382
  * @memberof FleetsApiInterface
@@ -373,6 +398,7 @@ export interface FleetsApiInterface {
373
398
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
374
399
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
375
400
  * @param {string} [xTenant] The tenant ID for the request.
401
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
376
402
  * @param {*} [options] Override http request option.
377
403
  * @throws {RequiredError}
378
404
  * @memberof FleetsApiInterface
@@ -395,6 +421,7 @@ export interface FleetsApiInterface {
395
421
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
396
422
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
397
423
  * @param {string} [xTenant] The tenant ID for the request.
424
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
398
425
  * @param {*} [options] Override http request option.
399
426
  * @throws {RequiredError}
400
427
  * @memberof FleetsApiInterface
@@ -417,6 +444,7 @@ export interface FleetsApiInterface {
417
444
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
418
445
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
419
446
  * @param {string} [xTenant] The tenant ID for the request.
447
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
420
448
  * @param {*} [options] Override http request option.
421
449
  * @throws {RequiredError}
422
450
  * @memberof FleetsApiInterface
@@ -439,6 +467,7 @@ export interface FleetsApiInterface {
439
467
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
440
468
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
441
469
  * @param {string} [xTenant] The tenant ID for the request.
470
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
442
471
  * @param {*} [options] Override http request option.
443
472
  * @throws {RequiredError}
444
473
  * @memberof FleetsApiInterface
@@ -504,6 +533,10 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
504
533
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
505
534
  }
506
535
 
536
+ if (requestParameters['ifModifiedSince'] != null) {
537
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
538
+ }
539
+
507
540
  /*
508
541
  if (this.configuration && this.configuration.accessToken) {
509
542
  // oauth required
@@ -516,6 +549,11 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
516
549
  urlPath = urlPath.replace(`{${"fleet_id"}}`, encodeURIComponent(String(requestParameters['fleetId'])));
517
550
  urlPath = urlPath.replace(`{${"member_id"}}`, encodeURIComponent(String(requestParameters['memberId'])));
518
551
 
552
+ // Auto-inject X-Compatibility-Date if not already provided
553
+ if (!headerParameters['X-Compatibility-Date']) {
554
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
555
+ }
556
+
519
557
  const facade = this.configuration?.apiFacade;
520
558
  if (!facade) {
521
559
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -585,6 +623,10 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
585
623
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
586
624
  }
587
625
 
626
+ if (requestParameters['ifModifiedSince'] != null) {
627
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
628
+ }
629
+
588
630
  /*
589
631
  if (this.configuration && this.configuration.accessToken) {
590
632
  // oauth required
@@ -597,6 +639,11 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
597
639
  urlPath = urlPath.replace(`{${"fleet_id"}}`, encodeURIComponent(String(requestParameters['fleetId'])));
598
640
  urlPath = urlPath.replace(`{${"squad_id"}}`, encodeURIComponent(String(requestParameters['squadId'])));
599
641
 
642
+ // Auto-inject X-Compatibility-Date if not already provided
643
+ if (!headerParameters['X-Compatibility-Date']) {
644
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
645
+ }
646
+
600
647
  const facade = this.configuration?.apiFacade;
601
648
  if (!facade) {
602
649
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -666,6 +713,10 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
666
713
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
667
714
  }
668
715
 
716
+ if (requestParameters['ifModifiedSince'] != null) {
717
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
718
+ }
719
+
669
720
  /*
670
721
  if (this.configuration && this.configuration.accessToken) {
671
722
  // oauth required
@@ -678,6 +729,11 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
678
729
  urlPath = urlPath.replace(`{${"fleet_id"}}`, encodeURIComponent(String(requestParameters['fleetId'])));
679
730
  urlPath = urlPath.replace(`{${"wing_id"}}`, encodeURIComponent(String(requestParameters['wingId'])));
680
731
 
732
+ // Auto-inject X-Compatibility-Date if not already provided
733
+ if (!headerParameters['X-Compatibility-Date']) {
734
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
735
+ }
736
+
681
737
  const facade = this.configuration?.apiFacade;
682
738
  if (!facade) {
683
739
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -740,6 +796,10 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
740
796
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
741
797
  }
742
798
 
799
+ if (requestParameters['ifModifiedSince'] != null) {
800
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
801
+ }
802
+
743
803
  /*
744
804
  if (this.configuration && this.configuration.accessToken) {
745
805
  // oauth required
@@ -751,6 +811,11 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
751
811
  let urlPath = `/characters/{character_id}/fleet`;
752
812
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
753
813
 
814
+ // Auto-inject X-Compatibility-Date if not already provided
815
+ if (!headerParameters['X-Compatibility-Date']) {
816
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
817
+ }
818
+
754
819
  const facade = this.configuration?.apiFacade;
755
820
  if (!facade) {
756
821
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -814,6 +879,10 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
814
879
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
815
880
  }
816
881
 
882
+ if (requestParameters['ifModifiedSince'] != null) {
883
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
884
+ }
885
+
817
886
  /*
818
887
  if (this.configuration && this.configuration.accessToken) {
819
888
  // oauth required
@@ -825,6 +894,11 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
825
894
  let urlPath = `/fleets/{fleet_id}`;
826
895
  urlPath = urlPath.replace(`{${"fleet_id"}}`, encodeURIComponent(String(requestParameters['fleetId'])));
827
896
 
897
+ // Auto-inject X-Compatibility-Date if not already provided
898
+ if (!headerParameters['X-Compatibility-Date']) {
899
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
900
+ }
901
+
828
902
  const facade = this.configuration?.apiFacade;
829
903
  if (!facade) {
830
904
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -888,6 +962,10 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
888
962
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
889
963
  }
890
964
 
965
+ if (requestParameters['ifModifiedSince'] != null) {
966
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
967
+ }
968
+
891
969
  /*
892
970
  if (this.configuration && this.configuration.accessToken) {
893
971
  // oauth required
@@ -899,6 +977,11 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
899
977
  let urlPath = `/fleets/{fleet_id}/members`;
900
978
  urlPath = urlPath.replace(`{${"fleet_id"}}`, encodeURIComponent(String(requestParameters['fleetId'])));
901
979
 
980
+ // Auto-inject X-Compatibility-Date if not already provided
981
+ if (!headerParameters['X-Compatibility-Date']) {
982
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
983
+ }
984
+
902
985
  const facade = this.configuration?.apiFacade;
903
986
  if (!facade) {
904
987
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -962,6 +1045,10 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
962
1045
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
963
1046
  }
964
1047
 
1048
+ if (requestParameters['ifModifiedSince'] != null) {
1049
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1050
+ }
1051
+
965
1052
  /*
966
1053
  if (this.configuration && this.configuration.accessToken) {
967
1054
  // oauth required
@@ -973,6 +1060,11 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
973
1060
  let urlPath = `/fleets/{fleet_id}/wings`;
974
1061
  urlPath = urlPath.replace(`{${"fleet_id"}}`, encodeURIComponent(String(requestParameters['fleetId'])));
975
1062
 
1063
+ // Auto-inject X-Compatibility-Date if not already provided
1064
+ if (!headerParameters['X-Compatibility-Date']) {
1065
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1066
+ }
1067
+
976
1068
  const facade = this.configuration?.apiFacade;
977
1069
  if (!facade) {
978
1070
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1045,6 +1137,10 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
1045
1137
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1046
1138
  }
1047
1139
 
1140
+ if (requestParameters['ifModifiedSince'] != null) {
1141
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1142
+ }
1143
+
1048
1144
  /*
1049
1145
  if (this.configuration && this.configuration.accessToken) {
1050
1146
  // oauth required
@@ -1056,6 +1152,11 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
1056
1152
  let urlPath = `/fleets/{fleet_id}/members`;
1057
1153
  urlPath = urlPath.replace(`{${"fleet_id"}}`, encodeURIComponent(String(requestParameters['fleetId'])));
1058
1154
 
1155
+ // Auto-inject X-Compatibility-Date if not already provided
1156
+ if (!headerParameters['X-Compatibility-Date']) {
1157
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1158
+ }
1159
+
1059
1160
  const facade = this.configuration?.apiFacade;
1060
1161
  if (!facade) {
1061
1162
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1119,6 +1220,10 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
1119
1220
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1120
1221
  }
1121
1222
 
1223
+ if (requestParameters['ifModifiedSince'] != null) {
1224
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1225
+ }
1226
+
1122
1227
  /*
1123
1228
  if (this.configuration && this.configuration.accessToken) {
1124
1229
  // oauth required
@@ -1130,6 +1235,11 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
1130
1235
  let urlPath = `/fleets/{fleet_id}/wings`;
1131
1236
  urlPath = urlPath.replace(`{${"fleet_id"}}`, encodeURIComponent(String(requestParameters['fleetId'])));
1132
1237
 
1238
+ // Auto-inject X-Compatibility-Date if not already provided
1239
+ if (!headerParameters['X-Compatibility-Date']) {
1240
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1241
+ }
1242
+
1133
1243
  const facade = this.configuration?.apiFacade;
1134
1244
  if (!facade) {
1135
1245
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1200,6 +1310,10 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
1200
1310
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1201
1311
  }
1202
1312
 
1313
+ if (requestParameters['ifModifiedSince'] != null) {
1314
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1315
+ }
1316
+
1203
1317
  /*
1204
1318
  if (this.configuration && this.configuration.accessToken) {
1205
1319
  // oauth required
@@ -1212,6 +1326,11 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
1212
1326
  urlPath = urlPath.replace(`{${"fleet_id"}}`, encodeURIComponent(String(requestParameters['fleetId'])));
1213
1327
  urlPath = urlPath.replace(`{${"wing_id"}}`, encodeURIComponent(String(requestParameters['wingId'])));
1214
1328
 
1329
+ // Auto-inject X-Compatibility-Date if not already provided
1330
+ if (!headerParameters['X-Compatibility-Date']) {
1331
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1332
+ }
1333
+
1215
1334
  const facade = this.configuration?.apiFacade;
1216
1335
  if (!facade) {
1217
1336
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1284,6 +1403,10 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
1284
1403
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1285
1404
  }
1286
1405
 
1406
+ if (requestParameters['ifModifiedSince'] != null) {
1407
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1408
+ }
1409
+
1287
1410
  /*
1288
1411
  if (this.configuration && this.configuration.accessToken) {
1289
1412
  // oauth required
@@ -1295,6 +1418,11 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
1295
1418
  let urlPath = `/fleets/{fleet_id}`;
1296
1419
  urlPath = urlPath.replace(`{${"fleet_id"}}`, encodeURIComponent(String(requestParameters['fleetId'])));
1297
1420
 
1421
+ // Auto-inject X-Compatibility-Date if not already provided
1422
+ if (!headerParameters['X-Compatibility-Date']) {
1423
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1424
+ }
1425
+
1298
1426
  const facade = this.configuration?.apiFacade;
1299
1427
  if (!facade) {
1300
1428
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1374,6 +1502,10 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
1374
1502
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1375
1503
  }
1376
1504
 
1505
+ if (requestParameters['ifModifiedSince'] != null) {
1506
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1507
+ }
1508
+
1377
1509
  /*
1378
1510
  if (this.configuration && this.configuration.accessToken) {
1379
1511
  // oauth required
@@ -1386,6 +1518,11 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
1386
1518
  urlPath = urlPath.replace(`{${"fleet_id"}}`, encodeURIComponent(String(requestParameters['fleetId'])));
1387
1519
  urlPath = urlPath.replace(`{${"member_id"}}`, encodeURIComponent(String(requestParameters['memberId'])));
1388
1520
 
1521
+ // Auto-inject X-Compatibility-Date if not already provided
1522
+ if (!headerParameters['X-Compatibility-Date']) {
1523
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1524
+ }
1525
+
1389
1526
  const facade = this.configuration?.apiFacade;
1390
1527
  if (!facade) {
1391
1528
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1465,6 +1602,10 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
1465
1602
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1466
1603
  }
1467
1604
 
1605
+ if (requestParameters['ifModifiedSince'] != null) {
1606
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1607
+ }
1608
+
1468
1609
  /*
1469
1610
  if (this.configuration && this.configuration.accessToken) {
1470
1611
  // oauth required
@@ -1477,6 +1618,11 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
1477
1618
  urlPath = urlPath.replace(`{${"fleet_id"}}`, encodeURIComponent(String(requestParameters['fleetId'])));
1478
1619
  urlPath = urlPath.replace(`{${"squad_id"}}`, encodeURIComponent(String(requestParameters['squadId'])));
1479
1620
 
1621
+ // Auto-inject X-Compatibility-Date if not already provided
1622
+ if (!headerParameters['X-Compatibility-Date']) {
1623
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1624
+ }
1625
+
1480
1626
  const facade = this.configuration?.apiFacade;
1481
1627
  if (!facade) {
1482
1628
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1556,6 +1702,10 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
1556
1702
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1557
1703
  }
1558
1704
 
1705
+ if (requestParameters['ifModifiedSince'] != null) {
1706
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1707
+ }
1708
+
1559
1709
  /*
1560
1710
  if (this.configuration && this.configuration.accessToken) {
1561
1711
  // oauth required
@@ -1568,6 +1718,11 @@ export class FleetsApi extends runtime.BaseAPI implements FleetsApiInterface {
1568
1718
  urlPath = urlPath.replace(`{${"fleet_id"}}`, encodeURIComponent(String(requestParameters['fleetId'])));
1569
1719
  urlPath = urlPath.replace(`{${"wing_id"}}`, encodeURIComponent(String(requestParameters['wingId'])));
1570
1720
 
1721
+ // Auto-inject X-Compatibility-Date if not already provided
1722
+ if (!headerParameters['X-Compatibility-Date']) {
1723
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1724
+ }
1725
+
1571
1726
  const facade = this.configuration?.apiFacade;
1572
1727
  if (!facade) {
1573
1728
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');