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
@@ -18,6 +18,7 @@ export interface DeleteFleetsFleetIdMembersMemberIdRequest {
18
18
  acceptLanguage?: DeleteFleetsFleetIdMembersMemberIdAcceptLanguageEnum;
19
19
  ifNoneMatch?: string;
20
20
  xTenant?: string;
21
+ ifModifiedSince?: string;
21
22
  }
22
23
  export interface DeleteFleetsFleetIdSquadsSquadIdRequest {
23
24
  fleetId: number;
@@ -26,6 +27,7 @@ export interface DeleteFleetsFleetIdSquadsSquadIdRequest {
26
27
  acceptLanguage?: DeleteFleetsFleetIdSquadsSquadIdAcceptLanguageEnum;
27
28
  ifNoneMatch?: string;
28
29
  xTenant?: string;
30
+ ifModifiedSince?: string;
29
31
  }
30
32
  export interface DeleteFleetsFleetIdWingsWingIdRequest {
31
33
  fleetId: number;
@@ -34,6 +36,7 @@ export interface DeleteFleetsFleetIdWingsWingIdRequest {
34
36
  acceptLanguage?: DeleteFleetsFleetIdWingsWingIdAcceptLanguageEnum;
35
37
  ifNoneMatch?: string;
36
38
  xTenant?: string;
39
+ ifModifiedSince?: string;
37
40
  }
38
41
  export interface GetCharactersCharacterIdFleetRequest {
39
42
  characterId: number;
@@ -41,6 +44,7 @@ export interface GetCharactersCharacterIdFleetRequest {
41
44
  acceptLanguage?: GetCharactersCharacterIdFleetAcceptLanguageEnum;
42
45
  ifNoneMatch?: string;
43
46
  xTenant?: string;
47
+ ifModifiedSince?: string;
44
48
  }
45
49
  export interface GetFleetsFleetIdRequest {
46
50
  fleetId: number;
@@ -48,6 +52,7 @@ export interface GetFleetsFleetIdRequest {
48
52
  acceptLanguage?: GetFleetsFleetIdAcceptLanguageEnum;
49
53
  ifNoneMatch?: string;
50
54
  xTenant?: string;
55
+ ifModifiedSince?: string;
51
56
  }
52
57
  export interface GetFleetsFleetIdMembersRequest {
53
58
  fleetId: number;
@@ -55,6 +60,7 @@ export interface GetFleetsFleetIdMembersRequest {
55
60
  acceptLanguage?: GetFleetsFleetIdMembersAcceptLanguageEnum;
56
61
  ifNoneMatch?: string;
57
62
  xTenant?: string;
63
+ ifModifiedSince?: string;
58
64
  }
59
65
  export interface GetFleetsFleetIdWingsRequest {
60
66
  fleetId: number;
@@ -62,6 +68,7 @@ export interface GetFleetsFleetIdWingsRequest {
62
68
  acceptLanguage?: GetFleetsFleetIdWingsAcceptLanguageEnum;
63
69
  ifNoneMatch?: string;
64
70
  xTenant?: string;
71
+ ifModifiedSince?: string;
65
72
  }
66
73
  export interface PostFleetsFleetIdMembersOperationRequest {
67
74
  fleetId: number;
@@ -70,6 +77,7 @@ export interface PostFleetsFleetIdMembersOperationRequest {
70
77
  acceptLanguage?: PostFleetsFleetIdMembersOperationAcceptLanguageEnum;
71
78
  ifNoneMatch?: string;
72
79
  xTenant?: string;
80
+ ifModifiedSince?: string;
73
81
  }
74
82
  export interface PostFleetsFleetIdWingsRequest {
75
83
  fleetId: number;
@@ -77,6 +85,7 @@ export interface PostFleetsFleetIdWingsRequest {
77
85
  acceptLanguage?: PostFleetsFleetIdWingsAcceptLanguageEnum;
78
86
  ifNoneMatch?: string;
79
87
  xTenant?: string;
88
+ ifModifiedSince?: string;
80
89
  }
81
90
  export interface PostFleetsFleetIdWingsWingIdSquadsRequest {
82
91
  fleetId: number;
@@ -85,6 +94,7 @@ export interface PostFleetsFleetIdWingsWingIdSquadsRequest {
85
94
  acceptLanguage?: PostFleetsFleetIdWingsWingIdSquadsAcceptLanguageEnum;
86
95
  ifNoneMatch?: string;
87
96
  xTenant?: string;
97
+ ifModifiedSince?: string;
88
98
  }
89
99
  export interface PutFleetsFleetIdOperationRequest {
90
100
  fleetId: number;
@@ -93,6 +103,7 @@ export interface PutFleetsFleetIdOperationRequest {
93
103
  acceptLanguage?: PutFleetsFleetIdOperationAcceptLanguageEnum;
94
104
  ifNoneMatch?: string;
95
105
  xTenant?: string;
106
+ ifModifiedSince?: string;
96
107
  }
97
108
  export interface PutFleetsFleetIdMembersMemberIdOperationRequest {
98
109
  fleetId: number;
@@ -102,6 +113,7 @@ export interface PutFleetsFleetIdMembersMemberIdOperationRequest {
102
113
  acceptLanguage?: PutFleetsFleetIdMembersMemberIdOperationAcceptLanguageEnum;
103
114
  ifNoneMatch?: string;
104
115
  xTenant?: string;
116
+ ifModifiedSince?: string;
105
117
  }
106
118
  export interface PutFleetsFleetIdSquadsSquadIdOperationRequest {
107
119
  fleetId: number;
@@ -111,6 +123,7 @@ export interface PutFleetsFleetIdSquadsSquadIdOperationRequest {
111
123
  acceptLanguage?: PutFleetsFleetIdSquadsSquadIdOperationAcceptLanguageEnum;
112
124
  ifNoneMatch?: string;
113
125
  xTenant?: string;
126
+ ifModifiedSince?: string;
114
127
  }
115
128
  export interface PutFleetsFleetIdWingsWingIdRequest {
116
129
  fleetId: number;
@@ -120,6 +133,7 @@ export interface PutFleetsFleetIdWingsWingIdRequest {
120
133
  acceptLanguage?: PutFleetsFleetIdWingsWingIdAcceptLanguageEnum;
121
134
  ifNoneMatch?: string;
122
135
  xTenant?: string;
136
+ ifModifiedSince?: string;
123
137
  }
124
138
  /**
125
139
  * FleetsApi - interface
@@ -137,6 +151,7 @@ export interface FleetsApiInterface {
137
151
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
138
152
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
139
153
  * @param {string} [xTenant] The tenant ID for the request.
154
+ * @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.
140
155
  * @param {*} [options] Override http request option.
141
156
  * @throws {RequiredError}
142
157
  * @memberof FleetsApiInterface
@@ -156,6 +171,7 @@ export interface FleetsApiInterface {
156
171
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
157
172
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
158
173
  * @param {string} [xTenant] The tenant ID for the request.
174
+ * @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.
159
175
  * @param {*} [options] Override http request option.
160
176
  * @throws {RequiredError}
161
177
  * @memberof FleetsApiInterface
@@ -175,6 +191,7 @@ export interface FleetsApiInterface {
175
191
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
176
192
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
177
193
  * @param {string} [xTenant] The tenant ID for the request.
194
+ * @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.
178
195
  * @param {*} [options] Override http request option.
179
196
  * @throws {RequiredError}
180
197
  * @memberof FleetsApiInterface
@@ -193,6 +210,7 @@ export interface FleetsApiInterface {
193
210
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
194
211
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
195
212
  * @param {string} [xTenant] The tenant ID for the request.
213
+ * @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.
196
214
  * @param {*} [options] Override http request option.
197
215
  * @throws {RequiredError}
198
216
  * @memberof FleetsApiInterface
@@ -211,6 +229,7 @@ export interface FleetsApiInterface {
211
229
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
212
230
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
213
231
  * @param {string} [xTenant] The tenant ID for the request.
232
+ * @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.
214
233
  * @param {*} [options] Override http request option.
215
234
  * @throws {RequiredError}
216
235
  * @memberof FleetsApiInterface
@@ -229,6 +248,7 @@ export interface FleetsApiInterface {
229
248
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
230
249
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
231
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.
232
252
  * @param {*} [options] Override http request option.
233
253
  * @throws {RequiredError}
234
254
  * @memberof FleetsApiInterface
@@ -247,6 +267,7 @@ export interface FleetsApiInterface {
247
267
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
248
268
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
249
269
  * @param {string} [xTenant] The tenant ID for the request.
270
+ * @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.
250
271
  * @param {*} [options] Override http request option.
251
272
  * @throws {RequiredError}
252
273
  * @memberof FleetsApiInterface
@@ -266,6 +287,7 @@ export interface FleetsApiInterface {
266
287
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
267
288
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
268
289
  * @param {string} [xTenant] The tenant ID for the request.
290
+ * @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.
269
291
  * @param {*} [options] Override http request option.
270
292
  * @throws {RequiredError}
271
293
  * @memberof FleetsApiInterface
@@ -284,6 +306,7 @@ export interface FleetsApiInterface {
284
306
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
285
307
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
286
308
  * @param {string} [xTenant] The tenant ID for the request.
309
+ * @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.
287
310
  * @param {*} [options] Override http request option.
288
311
  * @throws {RequiredError}
289
312
  * @memberof FleetsApiInterface
@@ -303,6 +326,7 @@ export interface FleetsApiInterface {
303
326
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
304
327
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
305
328
  * @param {string} [xTenant] The tenant ID for the request.
329
+ * @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.
306
330
  * @param {*} [options] Override http request option.
307
331
  * @throws {RequiredError}
308
332
  * @memberof FleetsApiInterface
@@ -322,6 +346,7 @@ export interface FleetsApiInterface {
322
346
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
323
347
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
324
348
  * @param {string} [xTenant] The tenant ID for the request.
349
+ * @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.
325
350
  * @param {*} [options] Override http request option.
326
351
  * @throws {RequiredError}
327
352
  * @memberof FleetsApiInterface
@@ -342,6 +367,7 @@ export interface FleetsApiInterface {
342
367
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
343
368
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
344
369
  * @param {string} [xTenant] The tenant ID for the request.
370
+ * @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.
345
371
  * @param {*} [options] Override http request option.
346
372
  * @throws {RequiredError}
347
373
  * @memberof FleetsApiInterface
@@ -362,6 +388,7 @@ export interface FleetsApiInterface {
362
388
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
363
389
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
364
390
  * @param {string} [xTenant] The tenant ID for the request.
391
+ * @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
392
  * @param {*} [options] Override http request option.
366
393
  * @throws {RequiredError}
367
394
  * @memberof FleetsApiInterface
@@ -382,6 +409,7 @@ export interface FleetsApiInterface {
382
409
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
383
410
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
384
411
  * @param {string} [xTenant] The tenant ID for the request.
412
+ * @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.
385
413
  * @param {*} [options] Override http request option.
386
414
  * @throws {RequiredError}
387
415
  * @memberof FleetsApiInterface
@@ -66,6 +66,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
66
66
  Object.defineProperty(exports, "__esModule", { value: true });
67
67
  exports.PutFleetsFleetIdWingsWingIdAcceptLanguageEnum = exports.PutFleetsFleetIdWingsWingIdXCompatibilityDateEnum = exports.PutFleetsFleetIdSquadsSquadIdOperationAcceptLanguageEnum = exports.PutFleetsFleetIdSquadsSquadIdOperationXCompatibilityDateEnum = exports.PutFleetsFleetIdMembersMemberIdOperationAcceptLanguageEnum = exports.PutFleetsFleetIdMembersMemberIdOperationXCompatibilityDateEnum = exports.PutFleetsFleetIdOperationAcceptLanguageEnum = exports.PutFleetsFleetIdOperationXCompatibilityDateEnum = exports.PostFleetsFleetIdWingsWingIdSquadsAcceptLanguageEnum = exports.PostFleetsFleetIdWingsWingIdSquadsXCompatibilityDateEnum = exports.PostFleetsFleetIdWingsAcceptLanguageEnum = exports.PostFleetsFleetIdWingsXCompatibilityDateEnum = exports.PostFleetsFleetIdMembersOperationAcceptLanguageEnum = exports.PostFleetsFleetIdMembersOperationXCompatibilityDateEnum = exports.GetFleetsFleetIdWingsAcceptLanguageEnum = exports.GetFleetsFleetIdWingsXCompatibilityDateEnum = exports.GetFleetsFleetIdMembersAcceptLanguageEnum = exports.GetFleetsFleetIdMembersXCompatibilityDateEnum = exports.GetFleetsFleetIdAcceptLanguageEnum = exports.GetFleetsFleetIdXCompatibilityDateEnum = exports.GetCharactersCharacterIdFleetAcceptLanguageEnum = exports.GetCharactersCharacterIdFleetXCompatibilityDateEnum = exports.DeleteFleetsFleetIdWingsWingIdAcceptLanguageEnum = exports.DeleteFleetsFleetIdWingsWingIdXCompatibilityDateEnum = exports.DeleteFleetsFleetIdSquadsSquadIdAcceptLanguageEnum = exports.DeleteFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum = exports.DeleteFleetsFleetIdMembersMemberIdAcceptLanguageEnum = exports.DeleteFleetsFleetIdMembersMemberIdXCompatibilityDateEnum = exports.FleetsApi = void 0;
68
68
  var runtime = require("../runtime");
69
+ var constants_1 = require("../constants");
69
70
  /**
70
71
  *
71
72
  */
@@ -108,9 +109,16 @@ var FleetsApi = /** @class */ (function (_super) {
108
109
  if (requestParameters['xTenant'] != null) {
109
110
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
110
111
  }
112
+ if (requestParameters['ifModifiedSince'] != null) {
113
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
114
+ }
111
115
  urlPath = "/fleets/{fleet_id}/members/{member_id}";
112
116
  urlPath = urlPath.replace("{".concat("fleet_id", "}"), encodeURIComponent(String(requestParameters['fleetId'])));
113
117
  urlPath = urlPath.replace("{".concat("member_id", "}"), encodeURIComponent(String(requestParameters['memberId'])));
118
+ // Auto-inject X-Compatibility-Date if not already provided
119
+ if (!headerParameters['X-Compatibility-Date']) {
120
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
121
+ }
114
122
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
115
123
  if (!facade) {
116
124
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -176,9 +184,16 @@ var FleetsApi = /** @class */ (function (_super) {
176
184
  if (requestParameters['xTenant'] != null) {
177
185
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
178
186
  }
187
+ if (requestParameters['ifModifiedSince'] != null) {
188
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
189
+ }
179
190
  urlPath = "/fleets/{fleet_id}/squads/{squad_id}";
180
191
  urlPath = urlPath.replace("{".concat("fleet_id", "}"), encodeURIComponent(String(requestParameters['fleetId'])));
181
192
  urlPath = urlPath.replace("{".concat("squad_id", "}"), encodeURIComponent(String(requestParameters['squadId'])));
193
+ // Auto-inject X-Compatibility-Date if not already provided
194
+ if (!headerParameters['X-Compatibility-Date']) {
195
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
196
+ }
182
197
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
183
198
  if (!facade) {
184
199
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -244,9 +259,16 @@ var FleetsApi = /** @class */ (function (_super) {
244
259
  if (requestParameters['xTenant'] != null) {
245
260
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
246
261
  }
262
+ if (requestParameters['ifModifiedSince'] != null) {
263
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
264
+ }
247
265
  urlPath = "/fleets/{fleet_id}/wings/{wing_id}";
248
266
  urlPath = urlPath.replace("{".concat("fleet_id", "}"), encodeURIComponent(String(requestParameters['fleetId'])));
249
267
  urlPath = urlPath.replace("{".concat("wing_id", "}"), encodeURIComponent(String(requestParameters['wingId'])));
268
+ // Auto-inject X-Compatibility-Date if not already provided
269
+ if (!headerParameters['X-Compatibility-Date']) {
270
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
271
+ }
250
272
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
251
273
  if (!facade) {
252
274
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -309,8 +331,15 @@ var FleetsApi = /** @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}/fleet";
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 FleetsApi = /** @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 = "/fleets/{fleet_id}";
380
412
  urlPath = urlPath.replace("{".concat("fleet_id", "}"), encodeURIComponent(String(requestParameters['fleetId'])));
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 FleetsApi = /** @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 = "/fleets/{fleet_id}/members";
447
486
  urlPath = urlPath.replace("{".concat("fleet_id", "}"), encodeURIComponent(String(requestParameters['fleetId'])));
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 FleetsApi = /** @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 = "/fleets/{fleet_id}/wings";
514
560
  urlPath = urlPath.replace("{".concat("fleet_id", "}"), encodeURIComponent(String(requestParameters['fleetId'])));
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 })');
@@ -581,8 +631,15 @@ var FleetsApi = /** @class */ (function (_super) {
581
631
  if (requestParameters['xTenant'] != null) {
582
632
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
583
633
  }
634
+ if (requestParameters['ifModifiedSince'] != null) {
635
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
636
+ }
584
637
  urlPath = "/fleets/{fleet_id}/members";
585
638
  urlPath = urlPath.replace("{".concat("fleet_id", "}"), encodeURIComponent(String(requestParameters['fleetId'])));
639
+ // Auto-inject X-Compatibility-Date if not already provided
640
+ if (!headerParameters['X-Compatibility-Date']) {
641
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
642
+ }
586
643
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
587
644
  if (!facade) {
588
645
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -646,8 +703,15 @@ var FleetsApi = /** @class */ (function (_super) {
646
703
  if (requestParameters['xTenant'] != null) {
647
704
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
648
705
  }
706
+ if (requestParameters['ifModifiedSince'] != null) {
707
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
708
+ }
649
709
  urlPath = "/fleets/{fleet_id}/wings";
650
710
  urlPath = urlPath.replace("{".concat("fleet_id", "}"), encodeURIComponent(String(requestParameters['fleetId'])));
711
+ // Auto-inject X-Compatibility-Date if not already provided
712
+ if (!headerParameters['X-Compatibility-Date']) {
713
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
714
+ }
651
715
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
652
716
  if (!facade) {
653
717
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -716,9 +780,16 @@ var FleetsApi = /** @class */ (function (_super) {
716
780
  if (requestParameters['xTenant'] != null) {
717
781
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
718
782
  }
783
+ if (requestParameters['ifModifiedSince'] != null) {
784
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
785
+ }
719
786
  urlPath = "/fleets/{fleet_id}/wings/{wing_id}/squads";
720
787
  urlPath = urlPath.replace("{".concat("fleet_id", "}"), encodeURIComponent(String(requestParameters['fleetId'])));
721
788
  urlPath = urlPath.replace("{".concat("wing_id", "}"), encodeURIComponent(String(requestParameters['wingId'])));
789
+ // Auto-inject X-Compatibility-Date if not already provided
790
+ if (!headerParameters['X-Compatibility-Date']) {
791
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
792
+ }
722
793
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
723
794
  if (!facade) {
724
795
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -788,8 +859,15 @@ var FleetsApi = /** @class */ (function (_super) {
788
859
  if (requestParameters['xTenant'] != null) {
789
860
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
790
861
  }
862
+ if (requestParameters['ifModifiedSince'] != null) {
863
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
864
+ }
791
865
  urlPath = "/fleets/{fleet_id}";
792
866
  urlPath = urlPath.replace("{".concat("fleet_id", "}"), encodeURIComponent(String(requestParameters['fleetId'])));
867
+ // Auto-inject X-Compatibility-Date if not already provided
868
+ if (!headerParameters['X-Compatibility-Date']) {
869
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
870
+ }
793
871
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
794
872
  if (!facade) {
795
873
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -860,9 +938,16 @@ var FleetsApi = /** @class */ (function (_super) {
860
938
  if (requestParameters['xTenant'] != null) {
861
939
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
862
940
  }
941
+ if (requestParameters['ifModifiedSince'] != null) {
942
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
943
+ }
863
944
  urlPath = "/fleets/{fleet_id}/members/{member_id}";
864
945
  urlPath = urlPath.replace("{".concat("fleet_id", "}"), encodeURIComponent(String(requestParameters['fleetId'])));
865
946
  urlPath = urlPath.replace("{".concat("member_id", "}"), encodeURIComponent(String(requestParameters['memberId'])));
947
+ // Auto-inject X-Compatibility-Date if not already provided
948
+ if (!headerParameters['X-Compatibility-Date']) {
949
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
950
+ }
866
951
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
867
952
  if (!facade) {
868
953
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -933,9 +1018,16 @@ var FleetsApi = /** @class */ (function (_super) {
933
1018
  if (requestParameters['xTenant'] != null) {
934
1019
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
935
1020
  }
1021
+ if (requestParameters['ifModifiedSince'] != null) {
1022
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1023
+ }
936
1024
  urlPath = "/fleets/{fleet_id}/squads/{squad_id}";
937
1025
  urlPath = urlPath.replace("{".concat("fleet_id", "}"), encodeURIComponent(String(requestParameters['fleetId'])));
938
1026
  urlPath = urlPath.replace("{".concat("squad_id", "}"), encodeURIComponent(String(requestParameters['squadId'])));
1027
+ // Auto-inject X-Compatibility-Date if not already provided
1028
+ if (!headerParameters['X-Compatibility-Date']) {
1029
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1030
+ }
939
1031
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
940
1032
  if (!facade) {
941
1033
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1006,9 +1098,16 @@ var FleetsApi = /** @class */ (function (_super) {
1006
1098
  if (requestParameters['xTenant'] != null) {
1007
1099
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1008
1100
  }
1101
+ if (requestParameters['ifModifiedSince'] != null) {
1102
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1103
+ }
1009
1104
  urlPath = "/fleets/{fleet_id}/wings/{wing_id}";
1010
1105
  urlPath = urlPath.replace("{".concat("fleet_id", "}"), encodeURIComponent(String(requestParameters['fleetId'])));
1011
1106
  urlPath = urlPath.replace("{".concat("wing_id", "}"), encodeURIComponent(String(requestParameters['wingId'])));
1107
+ // Auto-inject X-Compatibility-Date if not already provided
1108
+ if (!headerParameters['X-Compatibility-Date']) {
1109
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1110
+ }
1012
1111
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1013
1112
  if (!facade) {
1014
1113
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -17,6 +17,7 @@ export interface GetCharactersFreelanceJobsListingRequest {
17
17
  acceptLanguage?: GetCharactersFreelanceJobsListingAcceptLanguageEnum;
18
18
  ifNoneMatch?: string;
19
19
  xTenant?: string;
20
+ ifModifiedSince?: string;
20
21
  }
21
22
  export interface GetCharactersFreelanceJobsParticipationRequest {
22
23
  characterId: number;
@@ -25,6 +26,7 @@ export interface GetCharactersFreelanceJobsParticipationRequest {
25
26
  acceptLanguage?: GetCharactersFreelanceJobsParticipationAcceptLanguageEnum;
26
27
  ifNoneMatch?: string;
27
28
  xTenant?: string;
29
+ ifModifiedSince?: string;
28
30
  }
29
31
  export interface GetCorporationsFreelanceJobsListingRequest {
30
32
  corporationId: number;
@@ -35,6 +37,7 @@ export interface GetCorporationsFreelanceJobsListingRequest {
35
37
  acceptLanguage?: GetCorporationsFreelanceJobsListingAcceptLanguageEnum;
36
38
  ifNoneMatch?: string;
37
39
  xTenant?: string;
40
+ ifModifiedSince?: string;
38
41
  }
39
42
  export interface GetCorporationsFreelanceJobsParticipantsRequest {
40
43
  corporationId: number;
@@ -46,14 +49,15 @@ export interface GetCorporationsFreelanceJobsParticipantsRequest {
46
49
  acceptLanguage?: GetCorporationsFreelanceJobsParticipantsAcceptLanguageEnum;
47
50
  ifNoneMatch?: string;
48
51
  xTenant?: string;
52
+ ifModifiedSince?: string;
49
53
  }
50
54
  export interface GetFreelanceJobsDetailRequest {
51
55
  jobId: string;
52
56
  xCompatibilityDate: GetFreelanceJobsDetailXCompatibilityDateEnum;
53
- ifModifiedSince?: string;
54
57
  acceptLanguage?: GetFreelanceJobsDetailAcceptLanguageEnum;
55
58
  ifNoneMatch?: string;
56
59
  xTenant?: string;
60
+ ifModifiedSince?: string;
57
61
  }
58
62
  export interface GetFreelanceJobsListingRequest {
59
63
  xCompatibilityDate: GetFreelanceJobsListingXCompatibilityDateEnum;
@@ -64,6 +68,7 @@ export interface GetFreelanceJobsListingRequest {
64
68
  acceptLanguage?: GetFreelanceJobsListingAcceptLanguageEnum;
65
69
  ifNoneMatch?: string;
66
70
  xTenant?: string;
71
+ ifModifiedSince?: string;
67
72
  }
68
73
  /**
69
74
  * FreelanceJobsApi - interface
@@ -80,6 +85,7 @@ export interface FreelanceJobsApiInterface {
80
85
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
81
86
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
82
87
  * @param {string} [xTenant] The tenant ID for the request.
88
+ * @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.
83
89
  * @param {*} [options] Override http request option.
84
90
  * @throws {RequiredError}
85
91
  * @memberof FreelanceJobsApiInterface
@@ -99,6 +105,7 @@ export interface FreelanceJobsApiInterface {
99
105
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
100
106
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
101
107
  * @param {string} [xTenant] The tenant ID for the request.
108
+ * @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.
102
109
  * @param {*} [options] Override http request option.
103
110
  * @throws {RequiredError}
104
111
  * @memberof FreelanceJobsApiInterface
@@ -120,6 +127,7 @@ export interface FreelanceJobsApiInterface {
120
127
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
121
128
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
122
129
  * @param {string} [xTenant] The tenant ID for the request.
130
+ * @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.
123
131
  * @param {*} [options] Override http request option.
124
132
  * @throws {RequiredError}
125
133
  * @memberof FreelanceJobsApiInterface
@@ -142,6 +150,7 @@ export interface FreelanceJobsApiInterface {
142
150
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
143
151
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
144
152
  * @param {string} [xTenant] The tenant ID for the request.
153
+ * @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.
145
154
  * @param {*} [options] Override http request option.
146
155
  * @throws {RequiredError}
147
156
  * @memberof FreelanceJobsApiInterface
@@ -157,10 +166,10 @@ export interface FreelanceJobsApiInterface {
157
166
  * @summary Get freelance job details
158
167
  * @param {string} jobId The ID of the freelance job
159
168
  * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
160
- * @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.
161
169
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
162
170
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
163
171
  * @param {string} [xTenant] The tenant ID for the request.
172
+ * @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.
164
173
  * @param {*} [options] Override http request option.
165
174
  * @throws {RequiredError}
166
175
  * @memberof FreelanceJobsApiInterface
@@ -182,6 +191,7 @@ export interface FreelanceJobsApiInterface {
182
191
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
183
192
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
184
193
  * @param {string} [xTenant] The tenant ID for the request.
194
+ * @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.
185
195
  * @param {*} [options] Override http request option.
186
196
  * @throws {RequiredError}
187
197
  * @memberof FreelanceJobsApiInterface