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
@@ -67,6 +67,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
67
67
  exports.GetUniverseSystemKillsAcceptLanguageEnum = exports.GetUniverseSystemKillsXCompatibilityDateEnum = exports.GetUniverseSystemJumpsAcceptLanguageEnum = exports.GetUniverseSystemJumpsXCompatibilityDateEnum = exports.GetUniverseStructuresStructureIdAcceptLanguageEnum = exports.GetUniverseStructuresStructureIdXCompatibilityDateEnum = exports.GetUniverseStructuresAcceptLanguageEnum = exports.GetUniverseStructuresFilterEnum = exports.GetUniverseStructuresXCompatibilityDateEnum = exports.GetUniverseStationsStationIdAcceptLanguageEnum = exports.GetUniverseStationsStationIdXCompatibilityDateEnum = exports.GetUniverseStarsStarIdAcceptLanguageEnum = exports.GetUniverseStarsStarIdXCompatibilityDateEnum = exports.GetUniverseStargatesStargateIdAcceptLanguageEnum = exports.GetUniverseStargatesStargateIdXCompatibilityDateEnum = exports.GetUniverseRegionsRegionIdAcceptLanguageEnum = exports.GetUniverseRegionsRegionIdXCompatibilityDateEnum = exports.GetUniverseRegionsAcceptLanguageEnum = exports.GetUniverseRegionsXCompatibilityDateEnum = exports.GetUniverseRacesAcceptLanguageEnum = exports.GetUniverseRacesXCompatibilityDateEnum = exports.GetUniversePlanetsPlanetIdAcceptLanguageEnum = exports.GetUniversePlanetsPlanetIdXCompatibilityDateEnum = exports.GetUniverseMoonsMoonIdAcceptLanguageEnum = exports.GetUniverseMoonsMoonIdXCompatibilityDateEnum = exports.GetUniverseGroupsGroupIdAcceptLanguageEnum = exports.GetUniverseGroupsGroupIdXCompatibilityDateEnum = exports.GetUniverseGroupsAcceptLanguageEnum = exports.GetUniverseGroupsXCompatibilityDateEnum = exports.GetUniverseGraphicsGraphicIdAcceptLanguageEnum = exports.GetUniverseGraphicsGraphicIdXCompatibilityDateEnum = exports.GetUniverseGraphicsAcceptLanguageEnum = exports.GetUniverseGraphicsXCompatibilityDateEnum = exports.GetUniverseFactionsAcceptLanguageEnum = exports.GetUniverseFactionsXCompatibilityDateEnum = exports.GetUniverseConstellationsConstellationIdAcceptLanguageEnum = exports.GetUniverseConstellationsConstellationIdXCompatibilityDateEnum = exports.GetUniverseConstellationsAcceptLanguageEnum = exports.GetUniverseConstellationsXCompatibilityDateEnum = exports.GetUniverseCategoriesCategoryIdAcceptLanguageEnum = exports.GetUniverseCategoriesCategoryIdXCompatibilityDateEnum = exports.GetUniverseCategoriesAcceptLanguageEnum = exports.GetUniverseCategoriesXCompatibilityDateEnum = exports.GetUniverseBloodlinesAcceptLanguageEnum = exports.GetUniverseBloodlinesXCompatibilityDateEnum = exports.GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum = exports.GetUniverseAsteroidBeltsAsteroidBeltIdXCompatibilityDateEnum = exports.GetUniverseAncestriesAcceptLanguageEnum = exports.GetUniverseAncestriesXCompatibilityDateEnum = exports.UniverseApi = void 0;
68
68
  exports.PostUniverseNamesAcceptLanguageEnum = exports.PostUniverseNamesXCompatibilityDateEnum = exports.PostUniverseIdsAcceptLanguageEnum = exports.PostUniverseIdsXCompatibilityDateEnum = exports.GetUniverseTypesTypeIdAcceptLanguageEnum = exports.GetUniverseTypesTypeIdXCompatibilityDateEnum = exports.GetUniverseTypesAcceptLanguageEnum = exports.GetUniverseTypesXCompatibilityDateEnum = exports.GetUniverseSystemsSystemIdAcceptLanguageEnum = exports.GetUniverseSystemsSystemIdXCompatibilityDateEnum = exports.GetUniverseSystemsAcceptLanguageEnum = exports.GetUniverseSystemsXCompatibilityDateEnum = void 0;
69
69
  var runtime = require("../runtime");
70
+ var constants_1 = require("../constants");
70
71
  /**
71
72
  *
72
73
  */
@@ -103,7 +104,14 @@ var UniverseApi = /** @class */ (function (_super) {
103
104
  if (requestParameters['xTenant'] != null) {
104
105
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
105
106
  }
107
+ if (requestParameters['ifModifiedSince'] != null) {
108
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
109
+ }
106
110
  urlPath = "/universe/ancestries";
111
+ // Auto-inject X-Compatibility-Date if not already provided
112
+ if (!headerParameters['X-Compatibility-Date']) {
113
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
114
+ }
107
115
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
108
116
  if (!facade) {
109
117
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -169,8 +177,15 @@ var UniverseApi = /** @class */ (function (_super) {
169
177
  if (requestParameters['xTenant'] != null) {
170
178
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
171
179
  }
180
+ if (requestParameters['ifModifiedSince'] != null) {
181
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
182
+ }
172
183
  urlPath = "/universe/asteroid_belts/{asteroid_belt_id}";
173
184
  urlPath = urlPath.replace("{".concat("asteroid_belt_id", "}"), encodeURIComponent(String(requestParameters['asteroidBeltId'])));
185
+ // Auto-inject X-Compatibility-Date if not already provided
186
+ if (!headerParameters['X-Compatibility-Date']) {
187
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
188
+ }
174
189
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
175
190
  if (!facade) {
176
191
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -233,7 +248,14 @@ var UniverseApi = /** @class */ (function (_super) {
233
248
  if (requestParameters['xTenant'] != null) {
234
249
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
235
250
  }
251
+ if (requestParameters['ifModifiedSince'] != null) {
252
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
253
+ }
236
254
  urlPath = "/universe/bloodlines";
255
+ // Auto-inject X-Compatibility-Date if not already provided
256
+ if (!headerParameters['X-Compatibility-Date']) {
257
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
258
+ }
237
259
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
238
260
  if (!facade) {
239
261
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -296,7 +318,14 @@ var UniverseApi = /** @class */ (function (_super) {
296
318
  if (requestParameters['xTenant'] != null) {
297
319
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
298
320
  }
321
+ if (requestParameters['ifModifiedSince'] != null) {
322
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
323
+ }
299
324
  urlPath = "/universe/categories";
325
+ // Auto-inject X-Compatibility-Date if not already provided
326
+ if (!headerParameters['X-Compatibility-Date']) {
327
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
328
+ }
300
329
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
301
330
  if (!facade) {
302
331
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -362,8 +391,15 @@ var UniverseApi = /** @class */ (function (_super) {
362
391
  if (requestParameters['xTenant'] != null) {
363
392
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
364
393
  }
394
+ if (requestParameters['ifModifiedSince'] != null) {
395
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
396
+ }
365
397
  urlPath = "/universe/categories/{category_id}";
366
398
  urlPath = urlPath.replace("{".concat("category_id", "}"), encodeURIComponent(String(requestParameters['categoryId'])));
399
+ // Auto-inject X-Compatibility-Date if not already provided
400
+ if (!headerParameters['X-Compatibility-Date']) {
401
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
402
+ }
367
403
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
368
404
  if (!facade) {
369
405
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -426,7 +462,14 @@ var UniverseApi = /** @class */ (function (_super) {
426
462
  if (requestParameters['xTenant'] != null) {
427
463
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
428
464
  }
465
+ if (requestParameters['ifModifiedSince'] != null) {
466
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
467
+ }
429
468
  urlPath = "/universe/constellations";
469
+ // Auto-inject X-Compatibility-Date if not already provided
470
+ if (!headerParameters['X-Compatibility-Date']) {
471
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
472
+ }
430
473
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
431
474
  if (!facade) {
432
475
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -492,8 +535,15 @@ var UniverseApi = /** @class */ (function (_super) {
492
535
  if (requestParameters['xTenant'] != null) {
493
536
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
494
537
  }
538
+ if (requestParameters['ifModifiedSince'] != null) {
539
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
540
+ }
495
541
  urlPath = "/universe/constellations/{constellation_id}";
496
542
  urlPath = urlPath.replace("{".concat("constellation_id", "}"), encodeURIComponent(String(requestParameters['constellationId'])));
543
+ // Auto-inject X-Compatibility-Date if not already provided
544
+ if (!headerParameters['X-Compatibility-Date']) {
545
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
546
+ }
497
547
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
498
548
  if (!facade) {
499
549
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -556,7 +606,14 @@ var UniverseApi = /** @class */ (function (_super) {
556
606
  if (requestParameters['xTenant'] != null) {
557
607
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
558
608
  }
609
+ if (requestParameters['ifModifiedSince'] != null) {
610
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
611
+ }
559
612
  urlPath = "/universe/factions";
613
+ // Auto-inject X-Compatibility-Date if not already provided
614
+ if (!headerParameters['X-Compatibility-Date']) {
615
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
616
+ }
560
617
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
561
618
  if (!facade) {
562
619
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -619,7 +676,14 @@ var UniverseApi = /** @class */ (function (_super) {
619
676
  if (requestParameters['xTenant'] != null) {
620
677
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
621
678
  }
679
+ if (requestParameters['ifModifiedSince'] != null) {
680
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
681
+ }
622
682
  urlPath = "/universe/graphics";
683
+ // Auto-inject X-Compatibility-Date if not already provided
684
+ if (!headerParameters['X-Compatibility-Date']) {
685
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
686
+ }
623
687
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
624
688
  if (!facade) {
625
689
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -685,8 +749,15 @@ var UniverseApi = /** @class */ (function (_super) {
685
749
  if (requestParameters['xTenant'] != null) {
686
750
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
687
751
  }
752
+ if (requestParameters['ifModifiedSince'] != null) {
753
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
754
+ }
688
755
  urlPath = "/universe/graphics/{graphic_id}";
689
756
  urlPath = urlPath.replace("{".concat("graphic_id", "}"), encodeURIComponent(String(requestParameters['graphicId'])));
757
+ // Auto-inject X-Compatibility-Date if not already provided
758
+ if (!headerParameters['X-Compatibility-Date']) {
759
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
760
+ }
690
761
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
691
762
  if (!facade) {
692
763
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -752,7 +823,14 @@ var UniverseApi = /** @class */ (function (_super) {
752
823
  if (requestParameters['xTenant'] != null) {
753
824
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
754
825
  }
826
+ if (requestParameters['ifModifiedSince'] != null) {
827
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
828
+ }
755
829
  urlPath = "/universe/groups";
830
+ // Auto-inject X-Compatibility-Date if not already provided
831
+ if (!headerParameters['X-Compatibility-Date']) {
832
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
833
+ }
756
834
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
757
835
  if (!facade) {
758
836
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -818,8 +896,15 @@ var UniverseApi = /** @class */ (function (_super) {
818
896
  if (requestParameters['xTenant'] != null) {
819
897
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
820
898
  }
899
+ if (requestParameters['ifModifiedSince'] != null) {
900
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
901
+ }
821
902
  urlPath = "/universe/groups/{group_id}";
822
903
  urlPath = urlPath.replace("{".concat("group_id", "}"), encodeURIComponent(String(requestParameters['groupId'])));
904
+ // Auto-inject X-Compatibility-Date if not already provided
905
+ if (!headerParameters['X-Compatibility-Date']) {
906
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
907
+ }
823
908
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
824
909
  if (!facade) {
825
910
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -885,8 +970,15 @@ var UniverseApi = /** @class */ (function (_super) {
885
970
  if (requestParameters['xTenant'] != null) {
886
971
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
887
972
  }
973
+ if (requestParameters['ifModifiedSince'] != null) {
974
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
975
+ }
888
976
  urlPath = "/universe/moons/{moon_id}";
889
977
  urlPath = urlPath.replace("{".concat("moon_id", "}"), encodeURIComponent(String(requestParameters['moonId'])));
978
+ // Auto-inject X-Compatibility-Date if not already provided
979
+ if (!headerParameters['X-Compatibility-Date']) {
980
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
981
+ }
890
982
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
891
983
  if (!facade) {
892
984
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -952,8 +1044,15 @@ var UniverseApi = /** @class */ (function (_super) {
952
1044
  if (requestParameters['xTenant'] != null) {
953
1045
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
954
1046
  }
1047
+ if (requestParameters['ifModifiedSince'] != null) {
1048
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1049
+ }
955
1050
  urlPath = "/universe/planets/{planet_id}";
956
1051
  urlPath = urlPath.replace("{".concat("planet_id", "}"), encodeURIComponent(String(requestParameters['planetId'])));
1052
+ // Auto-inject X-Compatibility-Date if not already provided
1053
+ if (!headerParameters['X-Compatibility-Date']) {
1054
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1055
+ }
957
1056
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
958
1057
  if (!facade) {
959
1058
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1016,7 +1115,14 @@ var UniverseApi = /** @class */ (function (_super) {
1016
1115
  if (requestParameters['xTenant'] != null) {
1017
1116
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1018
1117
  }
1118
+ if (requestParameters['ifModifiedSince'] != null) {
1119
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1120
+ }
1019
1121
  urlPath = "/universe/races";
1122
+ // Auto-inject X-Compatibility-Date if not already provided
1123
+ if (!headerParameters['X-Compatibility-Date']) {
1124
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1125
+ }
1020
1126
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1021
1127
  if (!facade) {
1022
1128
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1079,7 +1185,14 @@ var UniverseApi = /** @class */ (function (_super) {
1079
1185
  if (requestParameters['xTenant'] != null) {
1080
1186
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1081
1187
  }
1188
+ if (requestParameters['ifModifiedSince'] != null) {
1189
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1190
+ }
1082
1191
  urlPath = "/universe/regions";
1192
+ // Auto-inject X-Compatibility-Date if not already provided
1193
+ if (!headerParameters['X-Compatibility-Date']) {
1194
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1195
+ }
1083
1196
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1084
1197
  if (!facade) {
1085
1198
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1145,8 +1258,15 @@ var UniverseApi = /** @class */ (function (_super) {
1145
1258
  if (requestParameters['xTenant'] != null) {
1146
1259
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1147
1260
  }
1261
+ if (requestParameters['ifModifiedSince'] != null) {
1262
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1263
+ }
1148
1264
  urlPath = "/universe/regions/{region_id}";
1149
1265
  urlPath = urlPath.replace("{".concat("region_id", "}"), encodeURIComponent(String(requestParameters['regionId'])));
1266
+ // Auto-inject X-Compatibility-Date if not already provided
1267
+ if (!headerParameters['X-Compatibility-Date']) {
1268
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1269
+ }
1150
1270
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1151
1271
  if (!facade) {
1152
1272
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1212,8 +1332,15 @@ var UniverseApi = /** @class */ (function (_super) {
1212
1332
  if (requestParameters['xTenant'] != null) {
1213
1333
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1214
1334
  }
1335
+ if (requestParameters['ifModifiedSince'] != null) {
1336
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1337
+ }
1215
1338
  urlPath = "/universe/stargates/{stargate_id}";
1216
1339
  urlPath = urlPath.replace("{".concat("stargate_id", "}"), encodeURIComponent(String(requestParameters['stargateId'])));
1340
+ // Auto-inject X-Compatibility-Date if not already provided
1341
+ if (!headerParameters['X-Compatibility-Date']) {
1342
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1343
+ }
1217
1344
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1218
1345
  if (!facade) {
1219
1346
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1279,8 +1406,15 @@ var UniverseApi = /** @class */ (function (_super) {
1279
1406
  if (requestParameters['xTenant'] != null) {
1280
1407
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1281
1408
  }
1409
+ if (requestParameters['ifModifiedSince'] != null) {
1410
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1411
+ }
1282
1412
  urlPath = "/universe/stars/{star_id}";
1283
1413
  urlPath = urlPath.replace("{".concat("star_id", "}"), encodeURIComponent(String(requestParameters['starId'])));
1414
+ // Auto-inject X-Compatibility-Date if not already provided
1415
+ if (!headerParameters['X-Compatibility-Date']) {
1416
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1417
+ }
1284
1418
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1285
1419
  if (!facade) {
1286
1420
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1346,8 +1480,15 @@ var UniverseApi = /** @class */ (function (_super) {
1346
1480
  if (requestParameters['xTenant'] != null) {
1347
1481
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1348
1482
  }
1483
+ if (requestParameters['ifModifiedSince'] != null) {
1484
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1485
+ }
1349
1486
  urlPath = "/universe/stations/{station_id}";
1350
1487
  urlPath = urlPath.replace("{".concat("station_id", "}"), encodeURIComponent(String(requestParameters['stationId'])));
1488
+ // Auto-inject X-Compatibility-Date if not already provided
1489
+ if (!headerParameters['X-Compatibility-Date']) {
1490
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1491
+ }
1351
1492
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1352
1493
  if (!facade) {
1353
1494
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1413,7 +1554,14 @@ var UniverseApi = /** @class */ (function (_super) {
1413
1554
  if (requestParameters['xTenant'] != null) {
1414
1555
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1415
1556
  }
1557
+ if (requestParameters['ifModifiedSince'] != null) {
1558
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1559
+ }
1416
1560
  urlPath = "/universe/structures";
1561
+ // Auto-inject X-Compatibility-Date if not already provided
1562
+ if (!headerParameters['X-Compatibility-Date']) {
1563
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1564
+ }
1417
1565
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1418
1566
  if (!facade) {
1419
1567
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1479,8 +1627,15 @@ var UniverseApi = /** @class */ (function (_super) {
1479
1627
  if (requestParameters['xTenant'] != null) {
1480
1628
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1481
1629
  }
1630
+ if (requestParameters['ifModifiedSince'] != null) {
1631
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1632
+ }
1482
1633
  urlPath = "/universe/structures/{structure_id}";
1483
1634
  urlPath = urlPath.replace("{".concat("structure_id", "}"), encodeURIComponent(String(requestParameters['structureId'])));
1635
+ // Auto-inject X-Compatibility-Date if not already provided
1636
+ if (!headerParameters['X-Compatibility-Date']) {
1637
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1638
+ }
1484
1639
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1485
1640
  if (!facade) {
1486
1641
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1543,7 +1698,14 @@ var UniverseApi = /** @class */ (function (_super) {
1543
1698
  if (requestParameters['xTenant'] != null) {
1544
1699
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1545
1700
  }
1701
+ if (requestParameters['ifModifiedSince'] != null) {
1702
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1703
+ }
1546
1704
  urlPath = "/universe/system_jumps";
1705
+ // Auto-inject X-Compatibility-Date if not already provided
1706
+ if (!headerParameters['X-Compatibility-Date']) {
1707
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1708
+ }
1547
1709
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1548
1710
  if (!facade) {
1549
1711
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1606,7 +1768,14 @@ var UniverseApi = /** @class */ (function (_super) {
1606
1768
  if (requestParameters['xTenant'] != null) {
1607
1769
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1608
1770
  }
1771
+ if (requestParameters['ifModifiedSince'] != null) {
1772
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1773
+ }
1609
1774
  urlPath = "/universe/system_kills";
1775
+ // Auto-inject X-Compatibility-Date if not already provided
1776
+ if (!headerParameters['X-Compatibility-Date']) {
1777
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1778
+ }
1610
1779
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1611
1780
  if (!facade) {
1612
1781
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1669,7 +1838,14 @@ var UniverseApi = /** @class */ (function (_super) {
1669
1838
  if (requestParameters['xTenant'] != null) {
1670
1839
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1671
1840
  }
1841
+ if (requestParameters['ifModifiedSince'] != null) {
1842
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1843
+ }
1672
1844
  urlPath = "/universe/systems";
1845
+ // Auto-inject X-Compatibility-Date if not already provided
1846
+ if (!headerParameters['X-Compatibility-Date']) {
1847
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1848
+ }
1673
1849
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1674
1850
  if (!facade) {
1675
1851
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1735,8 +1911,15 @@ var UniverseApi = /** @class */ (function (_super) {
1735
1911
  if (requestParameters['xTenant'] != null) {
1736
1912
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1737
1913
  }
1914
+ if (requestParameters['ifModifiedSince'] != null) {
1915
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1916
+ }
1738
1917
  urlPath = "/universe/systems/{system_id}";
1739
1918
  urlPath = urlPath.replace("{".concat("system_id", "}"), encodeURIComponent(String(requestParameters['systemId'])));
1919
+ // Auto-inject X-Compatibility-Date if not already provided
1920
+ if (!headerParameters['X-Compatibility-Date']) {
1921
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1922
+ }
1740
1923
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1741
1924
  if (!facade) {
1742
1925
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1802,7 +1985,14 @@ var UniverseApi = /** @class */ (function (_super) {
1802
1985
  if (requestParameters['xTenant'] != null) {
1803
1986
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1804
1987
  }
1988
+ if (requestParameters['ifModifiedSince'] != null) {
1989
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1990
+ }
1805
1991
  urlPath = "/universe/types";
1992
+ // Auto-inject X-Compatibility-Date if not already provided
1993
+ if (!headerParameters['X-Compatibility-Date']) {
1994
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
1995
+ }
1806
1996
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1807
1997
  if (!facade) {
1808
1998
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1868,8 +2058,15 @@ var UniverseApi = /** @class */ (function (_super) {
1868
2058
  if (requestParameters['xTenant'] != null) {
1869
2059
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1870
2060
  }
2061
+ if (requestParameters['ifModifiedSince'] != null) {
2062
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2063
+ }
1871
2064
  urlPath = "/universe/types/{type_id}";
1872
2065
  urlPath = urlPath.replace("{".concat("type_id", "}"), encodeURIComponent(String(requestParameters['typeId'])));
2066
+ // Auto-inject X-Compatibility-Date if not already provided
2067
+ if (!headerParameters['X-Compatibility-Date']) {
2068
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
2069
+ }
1873
2070
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1874
2071
  if (!facade) {
1875
2072
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1936,7 +2133,14 @@ var UniverseApi = /** @class */ (function (_super) {
1936
2133
  if (requestParameters['xTenant'] != null) {
1937
2134
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1938
2135
  }
2136
+ if (requestParameters['ifModifiedSince'] != null) {
2137
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2138
+ }
1939
2139
  urlPath = "/universe/ids";
2140
+ // Auto-inject X-Compatibility-Date if not already provided
2141
+ if (!headerParameters['X-Compatibility-Date']) {
2142
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
2143
+ }
1940
2144
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
1941
2145
  if (!facade) {
1942
2146
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -2004,7 +2208,14 @@ var UniverseApi = /** @class */ (function (_super) {
2004
2208
  if (requestParameters['xTenant'] != null) {
2005
2209
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
2006
2210
  }
2211
+ if (requestParameters['ifModifiedSince'] != null) {
2212
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2213
+ }
2007
2214
  urlPath = "/universe/names";
2215
+ // Auto-inject X-Compatibility-Date if not already provided
2216
+ if (!headerParameters['X-Compatibility-Date']) {
2217
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
2218
+ }
2008
2219
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
2009
2220
  if (!facade) {
2010
2221
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -19,6 +19,7 @@ export interface PostUiAutopilotWaypointRequest {
19
19
  acceptLanguage?: PostUiAutopilotWaypointAcceptLanguageEnum;
20
20
  ifNoneMatch?: string;
21
21
  xTenant?: string;
22
+ ifModifiedSince?: string;
22
23
  }
23
24
  export interface PostUiOpenwindowContractRequest {
24
25
  contractId: number;
@@ -26,6 +27,7 @@ export interface PostUiOpenwindowContractRequest {
26
27
  acceptLanguage?: PostUiOpenwindowContractAcceptLanguageEnum;
27
28
  ifNoneMatch?: string;
28
29
  xTenant?: string;
30
+ ifModifiedSince?: string;
29
31
  }
30
32
  export interface PostUiOpenwindowInformationRequest {
31
33
  targetId: number;
@@ -33,6 +35,7 @@ export interface PostUiOpenwindowInformationRequest {
33
35
  acceptLanguage?: PostUiOpenwindowInformationAcceptLanguageEnum;
34
36
  ifNoneMatch?: string;
35
37
  xTenant?: string;
38
+ ifModifiedSince?: string;
36
39
  }
37
40
  export interface PostUiOpenwindowMarketdetailsRequest {
38
41
  typeId: number;
@@ -40,6 +43,7 @@ export interface PostUiOpenwindowMarketdetailsRequest {
40
43
  acceptLanguage?: PostUiOpenwindowMarketdetailsAcceptLanguageEnum;
41
44
  ifNoneMatch?: string;
42
45
  xTenant?: string;
46
+ ifModifiedSince?: string;
43
47
  }
44
48
  export interface PostUiOpenwindowNewmailOperationRequest {
45
49
  xCompatibilityDate: PostUiOpenwindowNewmailOperationXCompatibilityDateEnum;
@@ -47,6 +51,7 @@ export interface PostUiOpenwindowNewmailOperationRequest {
47
51
  acceptLanguage?: PostUiOpenwindowNewmailOperationAcceptLanguageEnum;
48
52
  ifNoneMatch?: string;
49
53
  xTenant?: string;
54
+ ifModifiedSince?: string;
50
55
  }
51
56
  /**
52
57
  * UserInterfaceApi - interface
@@ -65,6 +70,7 @@ export interface UserInterfaceApiInterface {
65
70
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
66
71
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
67
72
  * @param {string} [xTenant] The tenant ID for the request.
73
+ * @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.
68
74
  * @param {*} [options] Override http request option.
69
75
  * @throws {RequiredError}
70
76
  * @memberof UserInterfaceApiInterface
@@ -83,6 +89,7 @@ export interface UserInterfaceApiInterface {
83
89
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
84
90
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
85
91
  * @param {string} [xTenant] The tenant ID for the request.
92
+ * @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.
86
93
  * @param {*} [options] Override http request option.
87
94
  * @throws {RequiredError}
88
95
  * @memberof UserInterfaceApiInterface
@@ -101,6 +108,7 @@ export interface UserInterfaceApiInterface {
101
108
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
102
109
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
103
110
  * @param {string} [xTenant] The tenant ID for the request.
111
+ * @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.
104
112
  * @param {*} [options] Override http request option.
105
113
  * @throws {RequiredError}
106
114
  * @memberof UserInterfaceApiInterface
@@ -119,6 +127,7 @@ export interface UserInterfaceApiInterface {
119
127
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
120
128
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
121
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.
122
131
  * @param {*} [options] Override http request option.
123
132
  * @throws {RequiredError}
124
133
  * @memberof UserInterfaceApiInterface
@@ -137,6 +146,7 @@ export interface UserInterfaceApiInterface {
137
146
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
138
147
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
139
148
  * @param {string} [xTenant] The tenant ID for the request.
149
+ * @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
150
  * @param {*} [options] Override http request option.
141
151
  * @throws {RequiredError}
142
152
  * @memberof UserInterfaceApiInterface