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
@@ -17,6 +17,7 @@ export interface GetCharactersCharacterIdRequest {
17
17
  acceptLanguage?: GetCharactersCharacterIdAcceptLanguageEnum;
18
18
  ifNoneMatch?: string;
19
19
  xTenant?: string;
20
+ ifModifiedSince?: string;
20
21
  }
21
22
  export interface GetCharactersCharacterIdAgentsResearchRequest {
22
23
  characterId: number;
@@ -24,6 +25,7 @@ export interface GetCharactersCharacterIdAgentsResearchRequest {
24
25
  acceptLanguage?: GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum;
25
26
  ifNoneMatch?: string;
26
27
  xTenant?: string;
28
+ ifModifiedSince?: string;
27
29
  }
28
30
  export interface GetCharactersCharacterIdBlueprintsRequest {
29
31
  characterId: number;
@@ -32,6 +34,7 @@ export interface GetCharactersCharacterIdBlueprintsRequest {
32
34
  acceptLanguage?: GetCharactersCharacterIdBlueprintsAcceptLanguageEnum;
33
35
  ifNoneMatch?: string;
34
36
  xTenant?: string;
37
+ ifModifiedSince?: string;
35
38
  }
36
39
  export interface GetCharactersCharacterIdCorporationhistoryRequest {
37
40
  characterId: number;
@@ -39,6 +42,7 @@ export interface GetCharactersCharacterIdCorporationhistoryRequest {
39
42
  acceptLanguage?: GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum;
40
43
  ifNoneMatch?: string;
41
44
  xTenant?: string;
45
+ ifModifiedSince?: string;
42
46
  }
43
47
  export interface GetCharactersCharacterIdFatigueRequest {
44
48
  characterId: number;
@@ -46,6 +50,7 @@ export interface GetCharactersCharacterIdFatigueRequest {
46
50
  acceptLanguage?: GetCharactersCharacterIdFatigueAcceptLanguageEnum;
47
51
  ifNoneMatch?: string;
48
52
  xTenant?: string;
53
+ ifModifiedSince?: string;
49
54
  }
50
55
  export interface GetCharactersCharacterIdMedalsRequest {
51
56
  characterId: number;
@@ -53,6 +58,7 @@ export interface GetCharactersCharacterIdMedalsRequest {
53
58
  acceptLanguage?: GetCharactersCharacterIdMedalsAcceptLanguageEnum;
54
59
  ifNoneMatch?: string;
55
60
  xTenant?: string;
61
+ ifModifiedSince?: string;
56
62
  }
57
63
  export interface GetCharactersCharacterIdNotificationsRequest {
58
64
  characterId: number;
@@ -60,6 +66,7 @@ export interface GetCharactersCharacterIdNotificationsRequest {
60
66
  acceptLanguage?: GetCharactersCharacterIdNotificationsAcceptLanguageEnum;
61
67
  ifNoneMatch?: string;
62
68
  xTenant?: string;
69
+ ifModifiedSince?: string;
63
70
  }
64
71
  export interface GetCharactersCharacterIdNotificationsContactsRequest {
65
72
  characterId: number;
@@ -67,6 +74,7 @@ export interface GetCharactersCharacterIdNotificationsContactsRequest {
67
74
  acceptLanguage?: GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum;
68
75
  ifNoneMatch?: string;
69
76
  xTenant?: string;
77
+ ifModifiedSince?: string;
70
78
  }
71
79
  export interface GetCharactersCharacterIdPortraitRequest {
72
80
  characterId: number;
@@ -74,6 +82,7 @@ export interface GetCharactersCharacterIdPortraitRequest {
74
82
  acceptLanguage?: GetCharactersCharacterIdPortraitAcceptLanguageEnum;
75
83
  ifNoneMatch?: string;
76
84
  xTenant?: string;
85
+ ifModifiedSince?: string;
77
86
  }
78
87
  export interface GetCharactersCharacterIdRolesRequest {
79
88
  characterId: number;
@@ -81,6 +90,7 @@ export interface GetCharactersCharacterIdRolesRequest {
81
90
  acceptLanguage?: GetCharactersCharacterIdRolesAcceptLanguageEnum;
82
91
  ifNoneMatch?: string;
83
92
  xTenant?: string;
93
+ ifModifiedSince?: string;
84
94
  }
85
95
  export interface GetCharactersCharacterIdStandingsRequest {
86
96
  characterId: number;
@@ -88,6 +98,7 @@ export interface GetCharactersCharacterIdStandingsRequest {
88
98
  acceptLanguage?: GetCharactersCharacterIdStandingsAcceptLanguageEnum;
89
99
  ifNoneMatch?: string;
90
100
  xTenant?: string;
101
+ ifModifiedSince?: string;
91
102
  }
92
103
  export interface GetCharactersCharacterIdTitlesRequest {
93
104
  characterId: number;
@@ -95,6 +106,7 @@ export interface GetCharactersCharacterIdTitlesRequest {
95
106
  acceptLanguage?: GetCharactersCharacterIdTitlesAcceptLanguageEnum;
96
107
  ifNoneMatch?: string;
97
108
  xTenant?: string;
109
+ ifModifiedSince?: string;
98
110
  }
99
111
  export interface PostCharactersAffiliationRequest {
100
112
  xCompatibilityDate: PostCharactersAffiliationXCompatibilityDateEnum;
@@ -102,6 +114,7 @@ export interface PostCharactersAffiliationRequest {
102
114
  acceptLanguage?: PostCharactersAffiliationAcceptLanguageEnum;
103
115
  ifNoneMatch?: string;
104
116
  xTenant?: string;
117
+ ifModifiedSince?: string;
105
118
  }
106
119
  export interface PostCharactersCharacterIdCspaRequest {
107
120
  characterId: number;
@@ -110,6 +123,7 @@ export interface PostCharactersCharacterIdCspaRequest {
110
123
  acceptLanguage?: PostCharactersCharacterIdCspaAcceptLanguageEnum;
111
124
  ifNoneMatch?: string;
112
125
  xTenant?: string;
126
+ ifModifiedSince?: string;
113
127
  }
114
128
  /**
115
129
  * CharacterApi - interface
@@ -126,6 +140,7 @@ export interface CharacterApiInterface {
126
140
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
127
141
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
128
142
  * @param {string} [xTenant] The tenant ID for the request.
143
+ * @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.
129
144
  * @param {*} [options] Override http request option.
130
145
  * @throws {RequiredError}
131
146
  * @memberof CharacterApiInterface
@@ -144,6 +159,7 @@ export interface CharacterApiInterface {
144
159
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
145
160
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
146
161
  * @param {string} [xTenant] The tenant ID for the request.
162
+ * @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.
147
163
  * @param {*} [options] Override http request option.
148
164
  * @throws {RequiredError}
149
165
  * @memberof CharacterApiInterface
@@ -163,6 +179,7 @@ export interface CharacterApiInterface {
163
179
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
164
180
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
165
181
  * @param {string} [xTenant] The tenant ID for the request.
182
+ * @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.
166
183
  * @param {*} [options] Override http request option.
167
184
  * @throws {RequiredError}
168
185
  * @memberof CharacterApiInterface
@@ -181,6 +198,7 @@ export interface CharacterApiInterface {
181
198
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
182
199
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
183
200
  * @param {string} [xTenant] The tenant ID for the request.
201
+ * @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.
184
202
  * @param {*} [options] Override http request option.
185
203
  * @throws {RequiredError}
186
204
  * @memberof CharacterApiInterface
@@ -199,6 +217,7 @@ export interface CharacterApiInterface {
199
217
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
200
218
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
201
219
  * @param {string} [xTenant] The tenant ID for the request.
220
+ * @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.
202
221
  * @param {*} [options] Override http request option.
203
222
  * @throws {RequiredError}
204
223
  * @memberof CharacterApiInterface
@@ -217,6 +236,7 @@ export interface CharacterApiInterface {
217
236
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
218
237
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
219
238
  * @param {string} [xTenant] The tenant ID for the request.
239
+ * @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.
220
240
  * @param {*} [options] Override http request option.
221
241
  * @throws {RequiredError}
222
242
  * @memberof CharacterApiInterface
@@ -235,6 +255,7 @@ export interface CharacterApiInterface {
235
255
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
236
256
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
237
257
  * @param {string} [xTenant] The tenant ID for the request.
258
+ * @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.
238
259
  * @param {*} [options] Override http request option.
239
260
  * @throws {RequiredError}
240
261
  * @memberof CharacterApiInterface
@@ -253,6 +274,7 @@ export interface CharacterApiInterface {
253
274
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
254
275
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
255
276
  * @param {string} [xTenant] The tenant ID for the request.
277
+ * @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.
256
278
  * @param {*} [options] Override http request option.
257
279
  * @throws {RequiredError}
258
280
  * @memberof CharacterApiInterface
@@ -271,6 +293,7 @@ export interface CharacterApiInterface {
271
293
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
272
294
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
273
295
  * @param {string} [xTenant] The tenant ID for the request.
296
+ * @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.
274
297
  * @param {*} [options] Override http request option.
275
298
  * @throws {RequiredError}
276
299
  * @memberof CharacterApiInterface
@@ -289,6 +312,7 @@ export interface CharacterApiInterface {
289
312
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
290
313
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
291
314
  * @param {string} [xTenant] The tenant ID for the request.
315
+ * @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.
292
316
  * @param {*} [options] Override http request option.
293
317
  * @throws {RequiredError}
294
318
  * @memberof CharacterApiInterface
@@ -307,6 +331,7 @@ export interface CharacterApiInterface {
307
331
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
308
332
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
309
333
  * @param {string} [xTenant] The tenant ID for the request.
334
+ * @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.
310
335
  * @param {*} [options] Override http request option.
311
336
  * @throws {RequiredError}
312
337
  * @memberof CharacterApiInterface
@@ -325,6 +350,7 @@ export interface CharacterApiInterface {
325
350
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
326
351
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
327
352
  * @param {string} [xTenant] The tenant ID for the request.
353
+ * @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.
328
354
  * @param {*} [options] Override http request option.
329
355
  * @throws {RequiredError}
330
356
  * @memberof CharacterApiInterface
@@ -343,6 +369,7 @@ export interface CharacterApiInterface {
343
369
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
344
370
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
345
371
  * @param {string} [xTenant] The tenant ID for the request.
372
+ * @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.
346
373
  * @param {*} [options] Override http request option.
347
374
  * @throws {RequiredError}
348
375
  * @memberof CharacterApiInterface
@@ -362,6 +389,7 @@ export interface CharacterApiInterface {
362
389
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
363
390
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
364
391
  * @param {string} [xTenant] The tenant ID for the request.
392
+ * @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.
365
393
  * @param {*} [options] Override http request option.
366
394
  * @throws {RequiredError}
367
395
  * @memberof CharacterApiInterface
@@ -66,6 +66,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
66
66
  Object.defineProperty(exports, "__esModule", { value: true });
67
67
  exports.PostCharactersCharacterIdCspaAcceptLanguageEnum = exports.PostCharactersCharacterIdCspaXCompatibilityDateEnum = exports.PostCharactersAffiliationAcceptLanguageEnum = exports.PostCharactersAffiliationXCompatibilityDateEnum = exports.GetCharactersCharacterIdTitlesAcceptLanguageEnum = exports.GetCharactersCharacterIdTitlesXCompatibilityDateEnum = exports.GetCharactersCharacterIdStandingsAcceptLanguageEnum = exports.GetCharactersCharacterIdStandingsXCompatibilityDateEnum = exports.GetCharactersCharacterIdRolesAcceptLanguageEnum = exports.GetCharactersCharacterIdRolesXCompatibilityDateEnum = exports.GetCharactersCharacterIdPortraitAcceptLanguageEnum = exports.GetCharactersCharacterIdPortraitXCompatibilityDateEnum = exports.GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum = exports.GetCharactersCharacterIdNotificationsContactsXCompatibilityDateEnum = exports.GetCharactersCharacterIdNotificationsAcceptLanguageEnum = exports.GetCharactersCharacterIdNotificationsXCompatibilityDateEnum = exports.GetCharactersCharacterIdMedalsAcceptLanguageEnum = exports.GetCharactersCharacterIdMedalsXCompatibilityDateEnum = exports.GetCharactersCharacterIdFatigueAcceptLanguageEnum = exports.GetCharactersCharacterIdFatigueXCompatibilityDateEnum = exports.GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum = exports.GetCharactersCharacterIdCorporationhistoryXCompatibilityDateEnum = exports.GetCharactersCharacterIdBlueprintsAcceptLanguageEnum = exports.GetCharactersCharacterIdBlueprintsXCompatibilityDateEnum = exports.GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum = exports.GetCharactersCharacterIdAgentsResearchXCompatibilityDateEnum = exports.GetCharactersCharacterIdAcceptLanguageEnum = exports.GetCharactersCharacterIdXCompatibilityDateEnum = exports.CharacterApi = void 0;
68
68
  var runtime = require("../runtime");
69
+ var constants_1 = require("../constants");
69
70
  /**
70
71
  *
71
72
  */
@@ -105,8 +106,15 @@ var CharacterApi = /** @class */ (function (_super) {
105
106
  if (requestParameters['xTenant'] != null) {
106
107
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
107
108
  }
109
+ if (requestParameters['ifModifiedSince'] != null) {
110
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
111
+ }
108
112
  urlPath = "/characters/{character_id}";
109
113
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
114
+ // Auto-inject X-Compatibility-Date if not already provided
115
+ if (!headerParameters['X-Compatibility-Date']) {
116
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
117
+ }
110
118
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
111
119
  if (!facade) {
112
120
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -172,8 +180,15 @@ var CharacterApi = /** @class */ (function (_super) {
172
180
  if (requestParameters['xTenant'] != null) {
173
181
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
174
182
  }
183
+ if (requestParameters['ifModifiedSince'] != null) {
184
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
185
+ }
175
186
  urlPath = "/characters/{character_id}/agents_research";
176
187
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
188
+ // Auto-inject X-Compatibility-Date if not already provided
189
+ if (!headerParameters['X-Compatibility-Date']) {
190
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
191
+ }
177
192
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
178
193
  if (!facade) {
179
194
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -242,8 +257,15 @@ var CharacterApi = /** @class */ (function (_super) {
242
257
  if (requestParameters['xTenant'] != null) {
243
258
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
244
259
  }
260
+ if (requestParameters['ifModifiedSince'] != null) {
261
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
262
+ }
245
263
  urlPath = "/characters/{character_id}/blueprints";
246
264
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
265
+ // Auto-inject X-Compatibility-Date if not already provided
266
+ if (!headerParameters['X-Compatibility-Date']) {
267
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
268
+ }
247
269
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
248
270
  if (!facade) {
249
271
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -309,8 +331,15 @@ var CharacterApi = /** @class */ (function (_super) {
309
331
  if (requestParameters['xTenant'] != null) {
310
332
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
311
333
  }
334
+ if (requestParameters['ifModifiedSince'] != null) {
335
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
336
+ }
312
337
  urlPath = "/characters/{character_id}/corporationhistory";
313
338
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
339
+ // Auto-inject X-Compatibility-Date if not already provided
340
+ if (!headerParameters['X-Compatibility-Date']) {
341
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
342
+ }
314
343
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
315
344
  if (!facade) {
316
345
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -376,8 +405,15 @@ var CharacterApi = /** @class */ (function (_super) {
376
405
  if (requestParameters['xTenant'] != null) {
377
406
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
378
407
  }
408
+ if (requestParameters['ifModifiedSince'] != null) {
409
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
410
+ }
379
411
  urlPath = "/characters/{character_id}/fatigue";
380
412
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
413
+ // Auto-inject X-Compatibility-Date if not already provided
414
+ if (!headerParameters['X-Compatibility-Date']) {
415
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
416
+ }
381
417
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
382
418
  if (!facade) {
383
419
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -443,8 +479,15 @@ var CharacterApi = /** @class */ (function (_super) {
443
479
  if (requestParameters['xTenant'] != null) {
444
480
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
445
481
  }
482
+ if (requestParameters['ifModifiedSince'] != null) {
483
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
484
+ }
446
485
  urlPath = "/characters/{character_id}/medals";
447
486
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
487
+ // Auto-inject X-Compatibility-Date if not already provided
488
+ if (!headerParameters['X-Compatibility-Date']) {
489
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
490
+ }
448
491
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
449
492
  if (!facade) {
450
493
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -510,8 +553,15 @@ var CharacterApi = /** @class */ (function (_super) {
510
553
  if (requestParameters['xTenant'] != null) {
511
554
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
512
555
  }
556
+ if (requestParameters['ifModifiedSince'] != null) {
557
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
558
+ }
513
559
  urlPath = "/characters/{character_id}/notifications";
514
560
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
561
+ // Auto-inject X-Compatibility-Date if not already provided
562
+ if (!headerParameters['X-Compatibility-Date']) {
563
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
564
+ }
515
565
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
516
566
  if (!facade) {
517
567
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -577,8 +627,15 @@ var CharacterApi = /** @class */ (function (_super) {
577
627
  if (requestParameters['xTenant'] != null) {
578
628
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
579
629
  }
630
+ if (requestParameters['ifModifiedSince'] != null) {
631
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
632
+ }
580
633
  urlPath = "/characters/{character_id}/notifications/contacts";
581
634
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
635
+ // Auto-inject X-Compatibility-Date if not already provided
636
+ if (!headerParameters['X-Compatibility-Date']) {
637
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
638
+ }
582
639
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
583
640
  if (!facade) {
584
641
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -644,8 +701,15 @@ var CharacterApi = /** @class */ (function (_super) {
644
701
  if (requestParameters['xTenant'] != null) {
645
702
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
646
703
  }
704
+ if (requestParameters['ifModifiedSince'] != null) {
705
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
706
+ }
647
707
  urlPath = "/characters/{character_id}/portrait";
648
708
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
709
+ // Auto-inject X-Compatibility-Date if not already provided
710
+ if (!headerParameters['X-Compatibility-Date']) {
711
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
712
+ }
649
713
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
650
714
  if (!facade) {
651
715
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -711,8 +775,15 @@ var CharacterApi = /** @class */ (function (_super) {
711
775
  if (requestParameters['xTenant'] != null) {
712
776
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
713
777
  }
778
+ if (requestParameters['ifModifiedSince'] != null) {
779
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
780
+ }
714
781
  urlPath = "/characters/{character_id}/roles";
715
782
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
783
+ // Auto-inject X-Compatibility-Date if not already provided
784
+ if (!headerParameters['X-Compatibility-Date']) {
785
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
786
+ }
716
787
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
717
788
  if (!facade) {
718
789
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -778,8 +849,15 @@ var CharacterApi = /** @class */ (function (_super) {
778
849
  if (requestParameters['xTenant'] != null) {
779
850
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
780
851
  }
852
+ if (requestParameters['ifModifiedSince'] != null) {
853
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
854
+ }
781
855
  urlPath = "/characters/{character_id}/standings";
782
856
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
857
+ // Auto-inject X-Compatibility-Date if not already provided
858
+ if (!headerParameters['X-Compatibility-Date']) {
859
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
860
+ }
783
861
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
784
862
  if (!facade) {
785
863
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -845,8 +923,15 @@ var CharacterApi = /** @class */ (function (_super) {
845
923
  if (requestParameters['xTenant'] != null) {
846
924
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
847
925
  }
926
+ if (requestParameters['ifModifiedSince'] != null) {
927
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
928
+ }
848
929
  urlPath = "/characters/{character_id}/titles";
849
930
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
931
+ // Auto-inject X-Compatibility-Date if not already provided
932
+ if (!headerParameters['X-Compatibility-Date']) {
933
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
934
+ }
850
935
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
851
936
  if (!facade) {
852
937
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -913,7 +998,14 @@ var CharacterApi = /** @class */ (function (_super) {
913
998
  if (requestParameters['xTenant'] != null) {
914
999
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
915
1000
  }
1001
+ if (requestParameters['ifModifiedSince'] != null) {
1002
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1003
+ }
916
1004
  urlPath = "/characters/affiliation";
1005
+ // Auto-inject X-Compatibility-Date if not already provided
1006
+ if (!headerParameters['X-Compatibility-Date']) {
1007
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1008
+ }
917
1009
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
918
1010
  if (!facade) {
919
1011
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -984,8 +1076,15 @@ var CharacterApi = /** @class */ (function (_super) {
984
1076
  if (requestParameters['xTenant'] != null) {
985
1077
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
986
1078
  }
1079
+ if (requestParameters['ifModifiedSince'] != null) {
1080
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1081
+ }
987
1082
  urlPath = "/characters/{character_id}/cspa";
988
1083
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
1084
+ // Auto-inject X-Compatibility-Date if not already provided
1085
+ if (!headerParameters['X-Compatibility-Date']) {
1086
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1087
+ }
989
1088
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
990
1089
  if (!facade) {
991
1090
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -17,6 +17,7 @@ export interface GetCharactersCharacterIdClonesRequest {
17
17
  acceptLanguage?: GetCharactersCharacterIdClonesAcceptLanguageEnum;
18
18
  ifNoneMatch?: string;
19
19
  xTenant?: string;
20
+ ifModifiedSince?: string;
20
21
  }
21
22
  export interface GetCharactersCharacterIdImplantsRequest {
22
23
  characterId: number;
@@ -24,6 +25,7 @@ export interface GetCharactersCharacterIdImplantsRequest {
24
25
  acceptLanguage?: GetCharactersCharacterIdImplantsAcceptLanguageEnum;
25
26
  ifNoneMatch?: string;
26
27
  xTenant?: string;
28
+ ifModifiedSince?: string;
27
29
  }
28
30
  /**
29
31
  * ClonesApi - interface
@@ -40,6 +42,7 @@ export interface ClonesApiInterface {
40
42
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
41
43
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
42
44
  * @param {string} [xTenant] The tenant ID for the request.
45
+ * @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.
43
46
  * @param {*} [options] Override http request option.
44
47
  * @throws {RequiredError}
45
48
  * @memberof ClonesApiInterface
@@ -58,6 +61,7 @@ export interface ClonesApiInterface {
58
61
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
59
62
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
60
63
  * @param {string} [xTenant] The tenant ID for the request.
64
+ * @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.
61
65
  * @param {*} [options] Override http request option.
62
66
  * @throws {RequiredError}
63
67
  * @memberof ClonesApiInterface
@@ -66,6 +66,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
66
66
  Object.defineProperty(exports, "__esModule", { value: true });
67
67
  exports.GetCharactersCharacterIdImplantsAcceptLanguageEnum = exports.GetCharactersCharacterIdImplantsXCompatibilityDateEnum = exports.GetCharactersCharacterIdClonesAcceptLanguageEnum = exports.GetCharactersCharacterIdClonesXCompatibilityDateEnum = exports.ClonesApi = void 0;
68
68
  var runtime = require("../runtime");
69
+ var constants_1 = require("../constants");
69
70
  /**
70
71
  *
71
72
  */
@@ -105,8 +106,15 @@ var ClonesApi = /** @class */ (function (_super) {
105
106
  if (requestParameters['xTenant'] != null) {
106
107
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
107
108
  }
109
+ if (requestParameters['ifModifiedSince'] != null) {
110
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
111
+ }
108
112
  urlPath = "/characters/{character_id}/clones";
109
113
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
114
+ // Auto-inject X-Compatibility-Date if not already provided
115
+ if (!headerParameters['X-Compatibility-Date']) {
116
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
117
+ }
110
118
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
111
119
  if (!facade) {
112
120
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -172,8 +180,15 @@ var ClonesApi = /** @class */ (function (_super) {
172
180
  if (requestParameters['xTenant'] != null) {
173
181
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
174
182
  }
183
+ if (requestParameters['ifModifiedSince'] != null) {
184
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
185
+ }
175
186
  urlPath = "/characters/{character_id}/implants";
176
187
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
188
+ // Auto-inject X-Compatibility-Date if not already provided
189
+ if (!headerParameters['X-Compatibility-Date']) {
190
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
191
+ }
177
192
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
178
193
  if (!facade) {
179
194
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');