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
@@ -16,18 +16,21 @@ export interface GetSovereigntyCampaignsRequest {
16
16
  acceptLanguage?: GetSovereigntyCampaignsAcceptLanguageEnum;
17
17
  ifNoneMatch?: string;
18
18
  xTenant?: string;
19
+ ifModifiedSince?: string;
19
20
  }
20
21
  export interface GetSovereigntyMapRequest {
21
22
  xCompatibilityDate: GetSovereigntyMapXCompatibilityDateEnum;
22
23
  acceptLanguage?: GetSovereigntyMapAcceptLanguageEnum;
23
24
  ifNoneMatch?: string;
24
25
  xTenant?: string;
26
+ ifModifiedSince?: string;
25
27
  }
26
28
  export interface GetSovereigntyStructuresRequest {
27
29
  xCompatibilityDate: GetSovereigntyStructuresXCompatibilityDateEnum;
28
30
  acceptLanguage?: GetSovereigntyStructuresAcceptLanguageEnum;
29
31
  ifNoneMatch?: string;
30
32
  xTenant?: string;
33
+ ifModifiedSince?: string;
31
34
  }
32
35
  /**
33
36
  * SovereigntyApi - interface
@@ -43,6 +46,7 @@ export interface SovereigntyApiInterface {
43
46
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
44
47
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
45
48
  * @param {string} [xTenant] The tenant ID for the request.
49
+ * @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.
46
50
  * @param {*} [options] Override http request option.
47
51
  * @throws {RequiredError}
48
52
  * @memberof SovereigntyApiInterface
@@ -60,6 +64,7 @@ export interface SovereigntyApiInterface {
60
64
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
61
65
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
62
66
  * @param {string} [xTenant] The tenant ID for the request.
67
+ * @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.
63
68
  * @param {*} [options] Override http request option.
64
69
  * @throws {RequiredError}
65
70
  * @memberof SovereigntyApiInterface
@@ -77,6 +82,7 @@ export interface SovereigntyApiInterface {
77
82
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
78
83
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
79
84
  * @param {string} [xTenant] The tenant ID for the request.
85
+ * @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.
80
86
  * @param {*} [options] Override http request option.
81
87
  * @throws {RequiredError}
82
88
  * @memberof SovereigntyApiInterface
@@ -66,6 +66,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
66
66
  Object.defineProperty(exports, "__esModule", { value: true });
67
67
  exports.GetSovereigntyStructuresAcceptLanguageEnum = exports.GetSovereigntyStructuresXCompatibilityDateEnum = exports.GetSovereigntyMapAcceptLanguageEnum = exports.GetSovereigntyMapXCompatibilityDateEnum = exports.GetSovereigntyCampaignsAcceptLanguageEnum = exports.GetSovereigntyCampaignsXCompatibilityDateEnum = exports.SovereigntyApi = void 0;
68
68
  var runtime = require("../runtime");
69
+ var constants_1 = require("../constants");
69
70
  /**
70
71
  *
71
72
  */
@@ -102,7 +103,14 @@ var SovereigntyApi = /** @class */ (function (_super) {
102
103
  if (requestParameters['xTenant'] != null) {
103
104
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
104
105
  }
106
+ if (requestParameters['ifModifiedSince'] != null) {
107
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
108
+ }
105
109
  urlPath = "/sovereignty/campaigns";
110
+ // Auto-inject X-Compatibility-Date if not already provided
111
+ if (!headerParameters['X-Compatibility-Date']) {
112
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
113
+ }
106
114
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
107
115
  if (!facade) {
108
116
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -165,7 +173,14 @@ var SovereigntyApi = /** @class */ (function (_super) {
165
173
  if (requestParameters['xTenant'] != null) {
166
174
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
167
175
  }
176
+ if (requestParameters['ifModifiedSince'] != null) {
177
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
178
+ }
168
179
  urlPath = "/sovereignty/map";
180
+ // Auto-inject X-Compatibility-Date if not already provided
181
+ if (!headerParameters['X-Compatibility-Date']) {
182
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
183
+ }
169
184
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
170
185
  if (!facade) {
171
186
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -228,7 +243,14 @@ var SovereigntyApi = /** @class */ (function (_super) {
228
243
  if (requestParameters['xTenant'] != null) {
229
244
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
230
245
  }
246
+ if (requestParameters['ifModifiedSince'] != null) {
247
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
248
+ }
231
249
  urlPath = "/sovereignty/structures";
250
+ // Auto-inject X-Compatibility-Date if not already provided
251
+ if (!headerParameters['X-Compatibility-Date']) {
252
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
253
+ }
232
254
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
233
255
  if (!facade) {
234
256
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -16,6 +16,7 @@ export interface GetStatusRequest {
16
16
  acceptLanguage?: GetStatusAcceptLanguageEnum;
17
17
  ifNoneMatch?: string;
18
18
  xTenant?: string;
19
+ ifModifiedSince?: string;
19
20
  }
20
21
  /**
21
22
  * StatusApi - interface
@@ -31,6 +32,7 @@ export interface StatusApiInterface {
31
32
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
32
33
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
33
34
  * @param {string} [xTenant] The tenant ID for the request.
35
+ * @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.
34
36
  * @param {*} [options] Override http request option.
35
37
  * @throws {RequiredError}
36
38
  * @memberof StatusApiInterface
@@ -66,6 +66,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
66
66
  Object.defineProperty(exports, "__esModule", { value: true });
67
67
  exports.GetStatusAcceptLanguageEnum = exports.GetStatusXCompatibilityDateEnum = exports.StatusApi = void 0;
68
68
  var runtime = require("../runtime");
69
+ var constants_1 = require("../constants");
69
70
  /**
70
71
  *
71
72
  */
@@ -102,7 +103,14 @@ var StatusApi = /** @class */ (function (_super) {
102
103
  if (requestParameters['xTenant'] != null) {
103
104
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
104
105
  }
106
+ if (requestParameters['ifModifiedSince'] != null) {
107
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
108
+ }
105
109
  urlPath = "/status";
110
+ // Auto-inject X-Compatibility-Date if not already provided
111
+ if (!headerParameters['X-Compatibility-Date']) {
112
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
113
+ }
106
114
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
107
115
  if (!facade) {
108
116
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -16,6 +16,7 @@ export interface GetUniverseAncestriesRequest {
16
16
  acceptLanguage?: GetUniverseAncestriesAcceptLanguageEnum;
17
17
  ifNoneMatch?: string;
18
18
  xTenant?: string;
19
+ ifModifiedSince?: string;
19
20
  }
20
21
  export interface GetUniverseAsteroidBeltsAsteroidBeltIdRequest {
21
22
  asteroidBeltId: number;
@@ -23,18 +24,21 @@ export interface GetUniverseAsteroidBeltsAsteroidBeltIdRequest {
23
24
  acceptLanguage?: GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum;
24
25
  ifNoneMatch?: string;
25
26
  xTenant?: string;
27
+ ifModifiedSince?: string;
26
28
  }
27
29
  export interface GetUniverseBloodlinesRequest {
28
30
  xCompatibilityDate: GetUniverseBloodlinesXCompatibilityDateEnum;
29
31
  acceptLanguage?: GetUniverseBloodlinesAcceptLanguageEnum;
30
32
  ifNoneMatch?: string;
31
33
  xTenant?: string;
34
+ ifModifiedSince?: string;
32
35
  }
33
36
  export interface GetUniverseCategoriesRequest {
34
37
  xCompatibilityDate: GetUniverseCategoriesXCompatibilityDateEnum;
35
38
  acceptLanguage?: GetUniverseCategoriesAcceptLanguageEnum;
36
39
  ifNoneMatch?: string;
37
40
  xTenant?: string;
41
+ ifModifiedSince?: string;
38
42
  }
39
43
  export interface GetUniverseCategoriesCategoryIdRequest {
40
44
  categoryId: number;
@@ -42,12 +46,14 @@ export interface GetUniverseCategoriesCategoryIdRequest {
42
46
  acceptLanguage?: GetUniverseCategoriesCategoryIdAcceptLanguageEnum;
43
47
  ifNoneMatch?: string;
44
48
  xTenant?: string;
49
+ ifModifiedSince?: string;
45
50
  }
46
51
  export interface GetUniverseConstellationsRequest {
47
52
  xCompatibilityDate: GetUniverseConstellationsXCompatibilityDateEnum;
48
53
  acceptLanguage?: GetUniverseConstellationsAcceptLanguageEnum;
49
54
  ifNoneMatch?: string;
50
55
  xTenant?: string;
56
+ ifModifiedSince?: string;
51
57
  }
52
58
  export interface GetUniverseConstellationsConstellationIdRequest {
53
59
  constellationId: number;
@@ -55,18 +61,21 @@ export interface GetUniverseConstellationsConstellationIdRequest {
55
61
  acceptLanguage?: GetUniverseConstellationsConstellationIdAcceptLanguageEnum;
56
62
  ifNoneMatch?: string;
57
63
  xTenant?: string;
64
+ ifModifiedSince?: string;
58
65
  }
59
66
  export interface GetUniverseFactionsRequest {
60
67
  xCompatibilityDate: GetUniverseFactionsXCompatibilityDateEnum;
61
68
  acceptLanguage?: GetUniverseFactionsAcceptLanguageEnum;
62
69
  ifNoneMatch?: string;
63
70
  xTenant?: string;
71
+ ifModifiedSince?: string;
64
72
  }
65
73
  export interface GetUniverseGraphicsRequest {
66
74
  xCompatibilityDate: GetUniverseGraphicsXCompatibilityDateEnum;
67
75
  acceptLanguage?: GetUniverseGraphicsAcceptLanguageEnum;
68
76
  ifNoneMatch?: string;
69
77
  xTenant?: string;
78
+ ifModifiedSince?: string;
70
79
  }
71
80
  export interface GetUniverseGraphicsGraphicIdRequest {
72
81
  graphicId: number;
@@ -74,6 +83,7 @@ export interface GetUniverseGraphicsGraphicIdRequest {
74
83
  acceptLanguage?: GetUniverseGraphicsGraphicIdAcceptLanguageEnum;
75
84
  ifNoneMatch?: string;
76
85
  xTenant?: string;
86
+ ifModifiedSince?: string;
77
87
  }
78
88
  export interface GetUniverseGroupsRequest {
79
89
  xCompatibilityDate: GetUniverseGroupsXCompatibilityDateEnum;
@@ -81,6 +91,7 @@ export interface GetUniverseGroupsRequest {
81
91
  acceptLanguage?: GetUniverseGroupsAcceptLanguageEnum;
82
92
  ifNoneMatch?: string;
83
93
  xTenant?: string;
94
+ ifModifiedSince?: string;
84
95
  }
85
96
  export interface GetUniverseGroupsGroupIdRequest {
86
97
  groupId: number;
@@ -88,6 +99,7 @@ export interface GetUniverseGroupsGroupIdRequest {
88
99
  acceptLanguage?: GetUniverseGroupsGroupIdAcceptLanguageEnum;
89
100
  ifNoneMatch?: string;
90
101
  xTenant?: string;
102
+ ifModifiedSince?: string;
91
103
  }
92
104
  export interface GetUniverseMoonsMoonIdRequest {
93
105
  moonId: number;
@@ -95,6 +107,7 @@ export interface GetUniverseMoonsMoonIdRequest {
95
107
  acceptLanguage?: GetUniverseMoonsMoonIdAcceptLanguageEnum;
96
108
  ifNoneMatch?: string;
97
109
  xTenant?: string;
110
+ ifModifiedSince?: string;
98
111
  }
99
112
  export interface GetUniversePlanetsPlanetIdRequest {
100
113
  planetId: number;
@@ -102,18 +115,21 @@ export interface GetUniversePlanetsPlanetIdRequest {
102
115
  acceptLanguage?: GetUniversePlanetsPlanetIdAcceptLanguageEnum;
103
116
  ifNoneMatch?: string;
104
117
  xTenant?: string;
118
+ ifModifiedSince?: string;
105
119
  }
106
120
  export interface GetUniverseRacesRequest {
107
121
  xCompatibilityDate: GetUniverseRacesXCompatibilityDateEnum;
108
122
  acceptLanguage?: GetUniverseRacesAcceptLanguageEnum;
109
123
  ifNoneMatch?: string;
110
124
  xTenant?: string;
125
+ ifModifiedSince?: string;
111
126
  }
112
127
  export interface GetUniverseRegionsRequest {
113
128
  xCompatibilityDate: GetUniverseRegionsXCompatibilityDateEnum;
114
129
  acceptLanguage?: GetUniverseRegionsAcceptLanguageEnum;
115
130
  ifNoneMatch?: string;
116
131
  xTenant?: string;
132
+ ifModifiedSince?: string;
117
133
  }
118
134
  export interface GetUniverseRegionsRegionIdRequest {
119
135
  regionId: number;
@@ -121,6 +137,7 @@ export interface GetUniverseRegionsRegionIdRequest {
121
137
  acceptLanguage?: GetUniverseRegionsRegionIdAcceptLanguageEnum;
122
138
  ifNoneMatch?: string;
123
139
  xTenant?: string;
140
+ ifModifiedSince?: string;
124
141
  }
125
142
  export interface GetUniverseStargatesStargateIdRequest {
126
143
  stargateId: number;
@@ -128,6 +145,7 @@ export interface GetUniverseStargatesStargateIdRequest {
128
145
  acceptLanguage?: GetUniverseStargatesStargateIdAcceptLanguageEnum;
129
146
  ifNoneMatch?: string;
130
147
  xTenant?: string;
148
+ ifModifiedSince?: string;
131
149
  }
132
150
  export interface GetUniverseStarsStarIdRequest {
133
151
  starId: number;
@@ -135,6 +153,7 @@ export interface GetUniverseStarsStarIdRequest {
135
153
  acceptLanguage?: GetUniverseStarsStarIdAcceptLanguageEnum;
136
154
  ifNoneMatch?: string;
137
155
  xTenant?: string;
156
+ ifModifiedSince?: string;
138
157
  }
139
158
  export interface GetUniverseStationsStationIdRequest {
140
159
  stationId: number;
@@ -142,6 +161,7 @@ export interface GetUniverseStationsStationIdRequest {
142
161
  acceptLanguage?: GetUniverseStationsStationIdAcceptLanguageEnum;
143
162
  ifNoneMatch?: string;
144
163
  xTenant?: string;
164
+ ifModifiedSince?: string;
145
165
  }
146
166
  export interface GetUniverseStructuresRequest {
147
167
  xCompatibilityDate: GetUniverseStructuresXCompatibilityDateEnum;
@@ -149,6 +169,7 @@ export interface GetUniverseStructuresRequest {
149
169
  acceptLanguage?: GetUniverseStructuresAcceptLanguageEnum;
150
170
  ifNoneMatch?: string;
151
171
  xTenant?: string;
172
+ ifModifiedSince?: string;
152
173
  }
153
174
  export interface GetUniverseStructuresStructureIdRequest {
154
175
  structureId: number;
@@ -156,24 +177,28 @@ export interface GetUniverseStructuresStructureIdRequest {
156
177
  acceptLanguage?: GetUniverseStructuresStructureIdAcceptLanguageEnum;
157
178
  ifNoneMatch?: string;
158
179
  xTenant?: string;
180
+ ifModifiedSince?: string;
159
181
  }
160
182
  export interface GetUniverseSystemJumpsRequest {
161
183
  xCompatibilityDate: GetUniverseSystemJumpsXCompatibilityDateEnum;
162
184
  acceptLanguage?: GetUniverseSystemJumpsAcceptLanguageEnum;
163
185
  ifNoneMatch?: string;
164
186
  xTenant?: string;
187
+ ifModifiedSince?: string;
165
188
  }
166
189
  export interface GetUniverseSystemKillsRequest {
167
190
  xCompatibilityDate: GetUniverseSystemKillsXCompatibilityDateEnum;
168
191
  acceptLanguage?: GetUniverseSystemKillsAcceptLanguageEnum;
169
192
  ifNoneMatch?: string;
170
193
  xTenant?: string;
194
+ ifModifiedSince?: string;
171
195
  }
172
196
  export interface GetUniverseSystemsRequest {
173
197
  xCompatibilityDate: GetUniverseSystemsXCompatibilityDateEnum;
174
198
  acceptLanguage?: GetUniverseSystemsAcceptLanguageEnum;
175
199
  ifNoneMatch?: string;
176
200
  xTenant?: string;
201
+ ifModifiedSince?: string;
177
202
  }
178
203
  export interface GetUniverseSystemsSystemIdRequest {
179
204
  systemId: number;
@@ -181,6 +206,7 @@ export interface GetUniverseSystemsSystemIdRequest {
181
206
  acceptLanguage?: GetUniverseSystemsSystemIdAcceptLanguageEnum;
182
207
  ifNoneMatch?: string;
183
208
  xTenant?: string;
209
+ ifModifiedSince?: string;
184
210
  }
185
211
  export interface GetUniverseTypesRequest {
186
212
  xCompatibilityDate: GetUniverseTypesXCompatibilityDateEnum;
@@ -188,6 +214,7 @@ export interface GetUniverseTypesRequest {
188
214
  acceptLanguage?: GetUniverseTypesAcceptLanguageEnum;
189
215
  ifNoneMatch?: string;
190
216
  xTenant?: string;
217
+ ifModifiedSince?: string;
191
218
  }
192
219
  export interface GetUniverseTypesTypeIdRequest {
193
220
  typeId: number;
@@ -195,6 +222,7 @@ export interface GetUniverseTypesTypeIdRequest {
195
222
  acceptLanguage?: GetUniverseTypesTypeIdAcceptLanguageEnum;
196
223
  ifNoneMatch?: string;
197
224
  xTenant?: string;
225
+ ifModifiedSince?: string;
198
226
  }
199
227
  export interface PostUniverseIdsRequest {
200
228
  xCompatibilityDate: PostUniverseIdsXCompatibilityDateEnum;
@@ -202,6 +230,7 @@ export interface PostUniverseIdsRequest {
202
230
  acceptLanguage?: PostUniverseIdsAcceptLanguageEnum;
203
231
  ifNoneMatch?: string;
204
232
  xTenant?: string;
233
+ ifModifiedSince?: string;
205
234
  }
206
235
  export interface PostUniverseNamesRequest {
207
236
  xCompatibilityDate: PostUniverseNamesXCompatibilityDateEnum;
@@ -209,6 +238,7 @@ export interface PostUniverseNamesRequest {
209
238
  acceptLanguage?: PostUniverseNamesAcceptLanguageEnum;
210
239
  ifNoneMatch?: string;
211
240
  xTenant?: string;
241
+ ifModifiedSince?: string;
212
242
  }
213
243
  /**
214
244
  * UniverseApi - interface
@@ -224,6 +254,7 @@ export interface UniverseApiInterface {
224
254
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
225
255
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
226
256
  * @param {string} [xTenant] The tenant ID for the request.
257
+ * @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.
227
258
  * @param {*} [options] Override http request option.
228
259
  * @throws {RequiredError}
229
260
  * @memberof UniverseApiInterface
@@ -242,6 +273,7 @@ export interface UniverseApiInterface {
242
273
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
243
274
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
244
275
  * @param {string} [xTenant] The tenant ID for the request.
276
+ * @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.
245
277
  * @param {*} [options] Override http request option.
246
278
  * @throws {RequiredError}
247
279
  * @memberof UniverseApiInterface
@@ -259,6 +291,7 @@ export interface UniverseApiInterface {
259
291
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
260
292
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
261
293
  * @param {string} [xTenant] The tenant ID for the request.
294
+ * @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.
262
295
  * @param {*} [options] Override http request option.
263
296
  * @throws {RequiredError}
264
297
  * @memberof UniverseApiInterface
@@ -276,6 +309,7 @@ export interface UniverseApiInterface {
276
309
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
277
310
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
278
311
  * @param {string} [xTenant] The tenant ID for the request.
312
+ * @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.
279
313
  * @param {*} [options] Override http request option.
280
314
  * @throws {RequiredError}
281
315
  * @memberof UniverseApiInterface
@@ -294,6 +328,7 @@ export interface UniverseApiInterface {
294
328
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
295
329
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
296
330
  * @param {string} [xTenant] The tenant ID for the request.
331
+ * @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.
297
332
  * @param {*} [options] Override http request option.
298
333
  * @throws {RequiredError}
299
334
  * @memberof UniverseApiInterface
@@ -311,6 +346,7 @@ export interface UniverseApiInterface {
311
346
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
312
347
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
313
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.
314
350
  * @param {*} [options] Override http request option.
315
351
  * @throws {RequiredError}
316
352
  * @memberof UniverseApiInterface
@@ -329,6 +365,7 @@ export interface UniverseApiInterface {
329
365
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
330
366
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
331
367
  * @param {string} [xTenant] The tenant ID for the request.
368
+ * @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.
332
369
  * @param {*} [options] Override http request option.
333
370
  * @throws {RequiredError}
334
371
  * @memberof UniverseApiInterface
@@ -346,6 +383,7 @@ export interface UniverseApiInterface {
346
383
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
347
384
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
348
385
  * @param {string} [xTenant] The tenant ID for the request.
386
+ * @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.
349
387
  * @param {*} [options] Override http request option.
350
388
  * @throws {RequiredError}
351
389
  * @memberof UniverseApiInterface
@@ -363,6 +401,7 @@ export interface UniverseApiInterface {
363
401
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
364
402
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
365
403
  * @param {string} [xTenant] The tenant ID for the request.
404
+ * @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.
366
405
  * @param {*} [options] Override http request option.
367
406
  * @throws {RequiredError}
368
407
  * @memberof UniverseApiInterface
@@ -381,6 +420,7 @@ export interface UniverseApiInterface {
381
420
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
382
421
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
383
422
  * @param {string} [xTenant] The tenant ID for the request.
423
+ * @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.
384
424
  * @param {*} [options] Override http request option.
385
425
  * @throws {RequiredError}
386
426
  * @memberof UniverseApiInterface
@@ -399,6 +439,7 @@ export interface UniverseApiInterface {
399
439
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
400
440
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
401
441
  * @param {string} [xTenant] The tenant ID for the request.
442
+ * @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.
402
443
  * @param {*} [options] Override http request option.
403
444
  * @throws {RequiredError}
404
445
  * @memberof UniverseApiInterface
@@ -417,6 +458,7 @@ export interface UniverseApiInterface {
417
458
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
418
459
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
419
460
  * @param {string} [xTenant] The tenant ID for the request.
461
+ * @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
462
  * @param {*} [options] Override http request option.
421
463
  * @throws {RequiredError}
422
464
  * @memberof UniverseApiInterface
@@ -435,6 +477,7 @@ export interface UniverseApiInterface {
435
477
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
436
478
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
437
479
  * @param {string} [xTenant] The tenant ID for the request.
480
+ * @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.
438
481
  * @param {*} [options] Override http request option.
439
482
  * @throws {RequiredError}
440
483
  * @memberof UniverseApiInterface
@@ -453,6 +496,7 @@ export interface UniverseApiInterface {
453
496
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
454
497
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
455
498
  * @param {string} [xTenant] The tenant ID for the request.
499
+ * @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.
456
500
  * @param {*} [options] Override http request option.
457
501
  * @throws {RequiredError}
458
502
  * @memberof UniverseApiInterface
@@ -470,6 +514,7 @@ export interface UniverseApiInterface {
470
514
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
471
515
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
472
516
  * @param {string} [xTenant] The tenant ID for the request.
517
+ * @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.
473
518
  * @param {*} [options] Override http request option.
474
519
  * @throws {RequiredError}
475
520
  * @memberof UniverseApiInterface
@@ -487,6 +532,7 @@ export interface UniverseApiInterface {
487
532
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
488
533
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
489
534
  * @param {string} [xTenant] The tenant ID for the request.
535
+ * @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.
490
536
  * @param {*} [options] Override http request option.
491
537
  * @throws {RequiredError}
492
538
  * @memberof UniverseApiInterface
@@ -505,6 +551,7 @@ export interface UniverseApiInterface {
505
551
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
506
552
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
507
553
  * @param {string} [xTenant] The tenant ID for the request.
554
+ * @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.
508
555
  * @param {*} [options] Override http request option.
509
556
  * @throws {RequiredError}
510
557
  * @memberof UniverseApiInterface
@@ -523,6 +570,7 @@ export interface UniverseApiInterface {
523
570
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
524
571
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
525
572
  * @param {string} [xTenant] The tenant ID for the request.
573
+ * @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.
526
574
  * @param {*} [options] Override http request option.
527
575
  * @throws {RequiredError}
528
576
  * @memberof UniverseApiInterface
@@ -541,6 +589,7 @@ export interface UniverseApiInterface {
541
589
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
542
590
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
543
591
  * @param {string} [xTenant] The tenant ID for the request.
592
+ * @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.
544
593
  * @param {*} [options] Override http request option.
545
594
  * @throws {RequiredError}
546
595
  * @memberof UniverseApiInterface
@@ -559,6 +608,7 @@ export interface UniverseApiInterface {
559
608
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
560
609
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
561
610
  * @param {string} [xTenant] The tenant ID for the request.
611
+ * @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.
562
612
  * @param {*} [options] Override http request option.
563
613
  * @throws {RequiredError}
564
614
  * @memberof UniverseApiInterface
@@ -577,6 +627,7 @@ export interface UniverseApiInterface {
577
627
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
578
628
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
579
629
  * @param {string} [xTenant] The tenant ID for the request.
630
+ * @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.
580
631
  * @param {*} [options] Override http request option.
581
632
  * @throws {RequiredError}
582
633
  * @memberof UniverseApiInterface
@@ -595,6 +646,7 @@ export interface UniverseApiInterface {
595
646
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
596
647
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
597
648
  * @param {string} [xTenant] The tenant ID for the request.
649
+ * @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.
598
650
  * @param {*} [options] Override http request option.
599
651
  * @throws {RequiredError}
600
652
  * @memberof UniverseApiInterface
@@ -612,6 +664,7 @@ export interface UniverseApiInterface {
612
664
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
613
665
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
614
666
  * @param {string} [xTenant] The tenant ID for the request.
667
+ * @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.
615
668
  * @param {*} [options] Override http request option.
616
669
  * @throws {RequiredError}
617
670
  * @memberof UniverseApiInterface
@@ -629,6 +682,7 @@ export interface UniverseApiInterface {
629
682
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
630
683
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
631
684
  * @param {string} [xTenant] The tenant ID for the request.
685
+ * @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.
632
686
  * @param {*} [options] Override http request option.
633
687
  * @throws {RequiredError}
634
688
  * @memberof UniverseApiInterface
@@ -646,6 +700,7 @@ export interface UniverseApiInterface {
646
700
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
647
701
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
648
702
  * @param {string} [xTenant] The tenant ID for the request.
703
+ * @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.
649
704
  * @param {*} [options] Override http request option.
650
705
  * @throws {RequiredError}
651
706
  * @memberof UniverseApiInterface
@@ -664,6 +719,7 @@ export interface UniverseApiInterface {
664
719
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
665
720
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
666
721
  * @param {string} [xTenant] The tenant ID for the request.
722
+ * @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.
667
723
  * @param {*} [options] Override http request option.
668
724
  * @throws {RequiredError}
669
725
  * @memberof UniverseApiInterface
@@ -682,6 +738,7 @@ export interface UniverseApiInterface {
682
738
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
683
739
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
684
740
  * @param {string} [xTenant] The tenant ID for the request.
741
+ * @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.
685
742
  * @param {*} [options] Override http request option.
686
743
  * @throws {RequiredError}
687
744
  * @memberof UniverseApiInterface
@@ -700,6 +757,7 @@ export interface UniverseApiInterface {
700
757
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
701
758
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
702
759
  * @param {string} [xTenant] The tenant ID for the request.
760
+ * @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.
703
761
  * @param {*} [options] Override http request option.
704
762
  * @throws {RequiredError}
705
763
  * @memberof UniverseApiInterface
@@ -718,6 +776,7 @@ export interface UniverseApiInterface {
718
776
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
719
777
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
720
778
  * @param {string} [xTenant] The tenant ID for the request.
779
+ * @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.
721
780
  * @param {*} [options] Override http request option.
722
781
  * @throws {RequiredError}
723
782
  * @memberof UniverseApiInterface
@@ -736,6 +795,7 @@ export interface UniverseApiInterface {
736
795
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
737
796
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
738
797
  * @param {string} [xTenant] The tenant ID for the request.
798
+ * @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.
739
799
  * @param {*} [options] Override http request option.
740
800
  * @throws {RequiredError}
741
801
  * @memberof UniverseApiInterface