esisl_genoa_client 0.1.1 → 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.
- package/.openapi-generator/FILES +105 -0
- package/README.md +119 -5
- package/dist/apis/AllianceApi.d.ts +25 -17
- package/dist/apis/AllianceApi.js +42 -17
- package/dist/apis/AssetsApi.d.ts +37 -25
- package/dist/apis/AssetsApi.js +62 -25
- package/dist/apis/CalendarApi.d.ts +25 -17
- package/dist/apis/CalendarApi.js +42 -18
- package/dist/apis/CharacterApi.d.ts +85 -57
- package/dist/apis/CharacterApi.js +142 -63
- package/dist/apis/ClonesApi.d.ts +13 -9
- package/dist/apis/ClonesApi.js +22 -9
- package/dist/apis/ContactsApi.d.ts +55 -37
- package/dist/apis/ContactsApi.js +92 -39
- package/dist/apis/ContractsApi.d.ts +55 -37
- package/dist/apis/ContractsApi.js +92 -37
- package/dist/apis/CorporationApi.d.ts +133 -89
- package/dist/apis/CorporationApi.js +222 -95
- package/dist/apis/CorporationProjectsApi.d.ts +288 -0
- package/dist/apis/CorporationProjectsApi.js +514 -0
- package/dist/apis/DogmaApi.d.ts +31 -21
- package/dist/apis/DogmaApi.js +52 -21
- package/dist/apis/FactionWarfareApi.d.ts +49 -33
- package/dist/apis/FactionWarfareApi.js +82 -33
- package/dist/apis/FittingsApi.d.ts +19 -13
- package/dist/apis/FittingsApi.js +32 -14
- package/dist/apis/FleetsApi.d.ts +85 -57
- package/dist/apis/FleetsApi.js +142 -65
- package/dist/apis/FreelanceJobsApi.d.ts +396 -0
- package/dist/apis/FreelanceJobsApi.js +696 -0
- package/dist/apis/IncursionsApi.d.ts +7 -5
- package/dist/apis/IncursionsApi.js +12 -5
- package/dist/apis/IndustryApi.d.ts +49 -33
- package/dist/apis/IndustryApi.js +82 -33
- package/dist/apis/InsuranceApi.d.ts +7 -5
- package/dist/apis/InsuranceApi.js +12 -5
- package/dist/apis/KillmailsApi.d.ts +19 -13
- package/dist/apis/KillmailsApi.js +32 -13
- package/dist/apis/LocationApi.d.ts +19 -13
- package/dist/apis/LocationApi.js +32 -13
- package/dist/apis/LoyaltyApi.d.ts +13 -9
- package/dist/apis/LoyaltyApi.js +22 -9
- package/dist/apis/MailApi.d.ts +55 -37
- package/dist/apis/MailApi.js +92 -52
- package/dist/apis/MarketApi.d.ts +67 -45
- package/dist/apis/MarketApi.js +112 -45
- package/dist/apis/MetaApi.d.ts +70 -10
- package/dist/apis/MetaApi.js +116 -10
- package/dist/apis/PlanetaryInteractionApi.d.ts +25 -17
- package/dist/apis/PlanetaryInteractionApi.js +42 -17
- package/dist/apis/RoutesApi.d.ts +29 -39
- package/dist/apis/RoutesApi.js +48 -55
- package/dist/apis/SearchApi.d.ts +7 -5
- package/dist/apis/SearchApi.js +12 -5
- package/dist/apis/SkillsApi.d.ts +19 -13
- package/dist/apis/SkillsApi.js +32 -13
- package/dist/apis/SovereigntyApi.d.ts +19 -13
- package/dist/apis/SovereigntyApi.js +32 -13
- package/dist/apis/StatusApi.d.ts +7 -5
- package/dist/apis/StatusApi.js +12 -5
- package/dist/apis/UniverseApi.d.ts +181 -121
- package/dist/apis/UniverseApi.js +302 -121
- package/dist/apis/UserInterfaceApi.d.ts +31 -21
- package/dist/apis/UserInterfaceApi.js +52 -26
- package/dist/apis/WalletApi.d.ts +37 -25
- package/dist/apis/WalletApi.js +62 -31
- package/dist/apis/WarsApi.d.ts +19 -13
- package/dist/apis/WarsApi.js +32 -13
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.js +2 -0
- package/dist/constants.d.ts +8 -0
- package/dist/constants.js +13 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -0
- package/dist/models/index.d.ts +2339 -295
- package/dist/models/index.js +165 -2
- package/dist/runtime.d.ts +6 -56
- package/dist/runtime.js +4 -309
- package/docs/AllianceApi.md +24 -12
- package/docs/AllianceId.md +14 -0
- package/docs/AssetsApi.md +36 -18
- package/docs/CalendarApi.md +24 -12
- package/docs/CaptureFwComplex.md +14 -0
- package/docs/CharacterApi.md +84 -42
- package/docs/CharacterId.md +14 -0
- package/docs/CharactersFreelanceJobsListing.md +14 -0
- package/docs/CharactersFreelanceJobsParticipation.md +16 -0
- package/docs/ClonesApi.md +12 -6
- package/docs/ConstellationId.md +14 -0
- package/docs/ContactsApi.md +54 -27
- package/docs/ContractsApi.md +54 -27
- package/docs/CorporationApi.md +132 -66
- package/docs/CorporationId.md +14 -0
- package/docs/CorporationItemDelivery.md +14 -0
- package/docs/CorporationProjectsApi.md +393 -0
- package/docs/CorporationsFreelanceJobsListing.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipants.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipantsParticipant.md +17 -0
- package/docs/CorporationsProjectsContribution.md +15 -0
- package/docs/CorporationsProjectsContributors.md +15 -0
- package/docs/CorporationsProjectsContributorsContributor.md +16 -0
- package/docs/CorporationsProjectsDetail.md +23 -0
- package/docs/CorporationsProjectsDetailConfiguration.md +31 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner.md +17 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipShipsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdefendfwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemItemsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroynpc.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroyship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationearnloyaltypoints.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationlostship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmanufactureitem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherarchetype.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchercorporation.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherfaction.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchersignature.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationminematerial.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationremoteboostshield.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationremoterepairarmor.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationsalvagewreck.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationscansignature.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationshipinsurance.md +18 -0
- package/docs/CorporationsProjectsDetailConfigurationunknown.md +15 -0
- package/docs/CorporationsProjectsDetailContribution.md +17 -0
- package/docs/CorporationsProjectsDetailCreator.md +15 -0
- package/docs/CorporationsProjectsDetailDetails.md +18 -0
- package/docs/CorporationsProjectsDetailProgress.md +15 -0
- package/docs/CorporationsProjectsDetailProject.md +19 -0
- package/docs/CorporationsProjectsDetailReward.md +15 -0
- package/docs/CorporationsProjectsListing.md +15 -0
- package/docs/Cursor.md +15 -0
- package/docs/DamageShip.md +14 -0
- package/docs/DefendFwComplex.md +14 -0
- package/docs/DeliverItem.md +14 -0
- package/docs/DestroyNpc.md +14 -0
- package/docs/DestroyShip.md +14 -0
- package/docs/DogmaApi.md +30 -15
- package/docs/EarnLoyaltyPoint.md +14 -0
- package/docs/FactionId.md +14 -0
- package/docs/FactionWarfareApi.md +48 -24
- package/docs/FittingsApi.md +18 -9
- package/docs/FleetsApi.md +84 -42
- package/docs/FreelanceJobsApi.md +561 -0
- package/docs/FreelanceJobsDetail.md +23 -0
- package/docs/FreelanceJobsDetailAccessandvisibility.md +16 -0
- package/docs/FreelanceJobsDetailBroadcastlocations.md +15 -0
- package/docs/FreelanceJobsDetailConfiguration.md +16 -0
- package/docs/FreelanceJobsDetailConfigurationParametersValue.md +17 -0
- package/docs/FreelanceJobsDetailContribution.md +18 -0
- package/docs/FreelanceJobsDetailCreator.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcharacter.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcorporation.md +15 -0
- package/docs/FreelanceJobsDetailDetails.md +19 -0
- package/docs/FreelanceJobsDetailFreelancejob.md +19 -0
- package/docs/FreelanceJobsDetailParameterboolean.md +14 -0
- package/docs/FreelanceJobsDetailParametercorporationitemdelivery.md +15 -0
- package/docs/FreelanceJobsDetailParametermatcher.md +14 -0
- package/docs/FreelanceJobsDetailParametermatchervalue.md +15 -0
- package/docs/FreelanceJobsDetailParameteroptions.md +14 -0
- package/docs/FreelanceJobsDetailProgress.md +15 -0
- package/docs/FreelanceJobsDetailRestrictions.md +15 -0
- package/docs/FreelanceJobsDetailReward.md +15 -0
- package/docs/FreelanceJobsListing.md +15 -0
- package/docs/GroupId.md +14 -0
- package/docs/GroupId1.md +14 -0
- package/docs/IncursionsApi.md +6 -3
- package/docs/IndustryApi.md +48 -24
- package/docs/InsuranceApi.md +6 -3
- package/docs/KillmailsApi.md +18 -9
- package/docs/LocationApi.md +18 -9
- package/docs/LostShip.md +14 -0
- package/docs/LoyaltyApi.md +12 -6
- package/docs/MailApi.md +54 -27
- package/docs/Manual.md +14 -0
- package/docs/ManufactureItem.md +14 -0
- package/docs/MarketApi.md +66 -33
- package/docs/Matcher.md +14 -0
- package/docs/MetaApi.md +95 -8
- package/docs/MetaChangelogEntry.md +1 -1
- package/docs/MetaStatus.md +14 -0
- package/docs/MetaStatusRoutestatus.md +16 -0
- package/docs/MineMaterial.md +14 -0
- package/docs/ModelBoolean.md +14 -0
- package/docs/Options.md +14 -0
- package/docs/PlanetaryInteractionApi.md +24 -12
- package/docs/RegionId.md +14 -0
- package/docs/RemoteBoostShield.md +14 -0
- package/docs/RemoteRepairArmor.md +14 -0
- package/docs/Route.md +14 -0
- package/docs/RouteConnection.md +15 -0
- package/docs/RouteRequestBody.md +17 -0
- package/docs/RoutesApi.md +24 -27
- package/docs/SalvageWreck.md +14 -0
- package/docs/ScanSignature.md +14 -0
- package/docs/SearchApi.md +6 -3
- package/docs/ShipInsurance.md +14 -0
- package/docs/SkillsApi.md +18 -9
- package/docs/SolarSystemId.md +14 -0
- package/docs/SovereigntyApi.md +18 -9
- package/docs/StationId.md +14 -0
- package/docs/StatusApi.md +6 -3
- package/docs/StructureId.md +14 -0
- package/docs/TypeId.md +14 -0
- package/docs/UniverseApi.md +180 -90
- package/docs/Unknown.md +14 -0
- package/docs/UserInterfaceApi.md +30 -15
- package/docs/WalletApi.md +36 -18
- package/docs/WarsApi.md +18 -9
- package/esisl_genoa_client-0.1.6.tgz +0 -0
- package/package.json +1 -1
- package/src/apis/AllianceApi.ts +70 -25
- package/src/apis/AssetsApi.ts +104 -37
- package/src/apis/CalendarApi.ts +70 -25
- package/src/apis/CharacterApi.ts +240 -89
- package/src/apis/ClonesApi.ts +36 -13
- package/src/apis/ContactsApi.ts +155 -55
- package/src/apis/ContractsApi.ts +155 -55
- package/src/apis/CorporationApi.ts +376 -137
- package/src/apis/CorporationProjectsApi.ts +667 -0
- package/src/apis/DogmaApi.ts +87 -31
- package/src/apis/FactionWarfareApi.ts +138 -49
- package/src/apis/FittingsApi.ts +53 -19
- package/src/apis/FleetsApi.ts +240 -85
- package/src/apis/FreelanceJobsApi.ts +907 -0
- package/src/apis/IncursionsApi.ts +19 -7
- package/src/apis/IndustryApi.ts +138 -49
- package/src/apis/InsuranceApi.ts +19 -7
- package/src/apis/KillmailsApi.ts +53 -19
- package/src/apis/LocationApi.ts +53 -19
- package/src/apis/LoyaltyApi.ts +36 -13
- package/src/apis/MailApi.ts +155 -63
- package/src/apis/MarketApi.ts +189 -67
- package/src/apis/MetaApi.ts +156 -13
- package/src/apis/PlanetaryInteractionApi.ts +70 -25
- package/src/apis/RoutesApi.ts +67 -66
- package/src/apis/SearchApi.ts +19 -7
- package/src/apis/SkillsApi.ts +53 -19
- package/src/apis/SovereigntyApi.ts +53 -19
- package/src/apis/StatusApi.ts +19 -7
- package/src/apis/UniverseApi.ts +512 -181
- package/src/apis/UserInterfaceApi.ts +87 -31
- package/src/apis/WalletApi.ts +104 -41
- package/src/apis/WarsApi.ts +53 -19
- package/src/apis/index.ts +2 -0
- package/src/constants.ts +10 -0
- package/src/index.ts +1 -0
- package/src/models/index.ts +2374 -308
- package/src/runtime.ts +14 -225
- package/esisl_genoa_client-0.1.0.tgz +0 -0
- package/esisl_genoa_client-0.1.1.tgz +0 -0
package/src/apis/DogmaApi.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
8
8
|
* Contact: arcyfa_github@pm.me
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
import * as runtime from '../runtime';
|
|
17
|
+
import { ESI_COMPATIBILITY_DATE } from '../constants';
|
|
17
18
|
|
|
18
19
|
import type {
|
|
19
20
|
DogmaAttributesAttributeIdGet,
|
|
@@ -26,6 +27,7 @@ export interface GetDogmaAttributesRequest {
|
|
|
26
27
|
acceptLanguage?: GetDogmaAttributesAcceptLanguageEnum;
|
|
27
28
|
ifNoneMatch?: string;
|
|
28
29
|
xTenant?: string;
|
|
30
|
+
ifModifiedSince?: string;
|
|
29
31
|
}
|
|
30
32
|
|
|
31
33
|
export interface GetDogmaAttributesAttributeIdRequest {
|
|
@@ -34,6 +36,7 @@ export interface GetDogmaAttributesAttributeIdRequest {
|
|
|
34
36
|
acceptLanguage?: GetDogmaAttributesAttributeIdAcceptLanguageEnum;
|
|
35
37
|
ifNoneMatch?: string;
|
|
36
38
|
xTenant?: string;
|
|
39
|
+
ifModifiedSince?: string;
|
|
37
40
|
}
|
|
38
41
|
|
|
39
42
|
export interface GetDogmaDynamicItemsTypeIdItemIdRequest {
|
|
@@ -43,6 +46,7 @@ export interface GetDogmaDynamicItemsTypeIdItemIdRequest {
|
|
|
43
46
|
acceptLanguage?: GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum;
|
|
44
47
|
ifNoneMatch?: string;
|
|
45
48
|
xTenant?: string;
|
|
49
|
+
ifModifiedSince?: string;
|
|
46
50
|
}
|
|
47
51
|
|
|
48
52
|
export interface GetDogmaEffectsRequest {
|
|
@@ -50,6 +54,7 @@ export interface GetDogmaEffectsRequest {
|
|
|
50
54
|
acceptLanguage?: GetDogmaEffectsAcceptLanguageEnum;
|
|
51
55
|
ifNoneMatch?: string;
|
|
52
56
|
xTenant?: string;
|
|
57
|
+
ifModifiedSince?: string;
|
|
53
58
|
}
|
|
54
59
|
|
|
55
60
|
export interface GetDogmaEffectsEffectIdRequest {
|
|
@@ -58,6 +63,7 @@ export interface GetDogmaEffectsEffectIdRequest {
|
|
|
58
63
|
acceptLanguage?: GetDogmaEffectsEffectIdAcceptLanguageEnum;
|
|
59
64
|
ifNoneMatch?: string;
|
|
60
65
|
xTenant?: string;
|
|
66
|
+
ifModifiedSince?: string;
|
|
61
67
|
}
|
|
62
68
|
|
|
63
69
|
/**
|
|
@@ -70,10 +76,11 @@ export interface DogmaApiInterface {
|
|
|
70
76
|
/**
|
|
71
77
|
* Get a list of dogma attribute ids This route expires daily at 11:05
|
|
72
78
|
* @summary Get attributes
|
|
73
|
-
* @param {'
|
|
79
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
74
80
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
75
81
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
76
82
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
83
|
+
* @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.
|
|
77
84
|
* @param {*} [options] Override http request option.
|
|
78
85
|
* @throws {RequiredError}
|
|
79
86
|
* @memberof DogmaApiInterface
|
|
@@ -84,16 +91,17 @@ export interface DogmaApiInterface {
|
|
|
84
91
|
* Get a list of dogma attribute ids This route expires daily at 11:05
|
|
85
92
|
* Get attributes
|
|
86
93
|
*/
|
|
87
|
-
getDogmaAttributes(requestParameters: GetDogmaAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
94
|
+
getDogmaAttributes(requestParameters: GetDogmaAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
88
95
|
|
|
89
96
|
/**
|
|
90
97
|
* Get information on a dogma attribute This route expires daily at 11:05
|
|
91
98
|
* @summary Get attribute information
|
|
92
99
|
* @param {number} attributeId
|
|
93
|
-
* @param {'
|
|
100
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
94
101
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
95
102
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
96
103
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
104
|
+
* @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.
|
|
97
105
|
* @param {*} [options] Override http request option.
|
|
98
106
|
* @throws {RequiredError}
|
|
99
107
|
* @memberof DogmaApiInterface
|
|
@@ -104,17 +112,18 @@ export interface DogmaApiInterface {
|
|
|
104
112
|
* Get information on a dogma attribute This route expires daily at 11:05
|
|
105
113
|
* Get attribute information
|
|
106
114
|
*/
|
|
107
|
-
getDogmaAttributesAttributeId(requestParameters: GetDogmaAttributesAttributeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
115
|
+
getDogmaAttributesAttributeId(requestParameters: GetDogmaAttributesAttributeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
108
116
|
|
|
109
117
|
/**
|
|
110
118
|
* Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05
|
|
111
119
|
* @summary Get dynamic item information
|
|
112
120
|
* @param {number} itemId
|
|
113
121
|
* @param {number} typeId
|
|
114
|
-
* @param {'
|
|
122
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
115
123
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
116
124
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
117
125
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
126
|
+
* @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.
|
|
118
127
|
* @param {*} [options] Override http request option.
|
|
119
128
|
* @throws {RequiredError}
|
|
120
129
|
* @memberof DogmaApiInterface
|
|
@@ -125,15 +134,16 @@ export interface DogmaApiInterface {
|
|
|
125
134
|
* Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05
|
|
126
135
|
* Get dynamic item information
|
|
127
136
|
*/
|
|
128
|
-
getDogmaDynamicItemsTypeIdItemId(requestParameters: GetDogmaDynamicItemsTypeIdItemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
137
|
+
getDogmaDynamicItemsTypeIdItemId(requestParameters: GetDogmaDynamicItemsTypeIdItemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
129
138
|
|
|
130
139
|
/**
|
|
131
140
|
* Get a list of dogma effect ids This route expires daily at 11:05
|
|
132
141
|
* @summary Get effects
|
|
133
|
-
* @param {'
|
|
142
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
134
143
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
135
144
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
136
145
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
146
|
+
* @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.
|
|
137
147
|
* @param {*} [options] Override http request option.
|
|
138
148
|
* @throws {RequiredError}
|
|
139
149
|
* @memberof DogmaApiInterface
|
|
@@ -144,16 +154,17 @@ export interface DogmaApiInterface {
|
|
|
144
154
|
* Get a list of dogma effect ids This route expires daily at 11:05
|
|
145
155
|
* Get effects
|
|
146
156
|
*/
|
|
147
|
-
getDogmaEffects(requestParameters: GetDogmaEffectsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
157
|
+
getDogmaEffects(requestParameters: GetDogmaEffectsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
148
158
|
|
|
149
159
|
/**
|
|
150
160
|
* Get information on a dogma effect This route expires daily at 11:05
|
|
151
161
|
* @summary Get effect information
|
|
152
162
|
* @param {number} effectId
|
|
153
|
-
* @param {'
|
|
163
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
154
164
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
155
165
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
156
166
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
167
|
+
* @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.
|
|
157
168
|
* @param {*} [options] Override http request option.
|
|
158
169
|
* @throws {RequiredError}
|
|
159
170
|
* @memberof DogmaApiInterface
|
|
@@ -164,7 +175,7 @@ export interface DogmaApiInterface {
|
|
|
164
175
|
* Get information on a dogma effect This route expires daily at 11:05
|
|
165
176
|
* Get effect information
|
|
166
177
|
*/
|
|
167
|
-
getDogmaEffectsEffectId(requestParameters: GetDogmaEffectsEffectIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
178
|
+
getDogmaEffectsEffectId(requestParameters: GetDogmaEffectsEffectIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
168
179
|
|
|
169
180
|
}
|
|
170
181
|
|
|
@@ -205,11 +216,20 @@ export class DogmaApi extends runtime.BaseAPI implements DogmaApiInterface {
|
|
|
205
216
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
206
217
|
}
|
|
207
218
|
|
|
219
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
220
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
221
|
+
}
|
|
222
|
+
|
|
208
223
|
/*
|
|
209
224
|
*/
|
|
210
225
|
|
|
211
226
|
let urlPath = `/dogma/attributes`;
|
|
212
227
|
|
|
228
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
229
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
230
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
231
|
+
}
|
|
232
|
+
|
|
213
233
|
const facade = this.configuration?.apiFacade;
|
|
214
234
|
if (!facade) {
|
|
215
235
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -222,16 +242,16 @@ export class DogmaApi extends runtime.BaseAPI implements DogmaApiInterface {
|
|
|
222
242
|
query: queryParameters,
|
|
223
243
|
}, initOverrides);
|
|
224
244
|
|
|
225
|
-
return
|
|
245
|
+
return response;
|
|
226
246
|
}
|
|
227
247
|
|
|
228
248
|
/**
|
|
229
249
|
* Get a list of dogma attribute ids This route expires daily at 11:05
|
|
230
250
|
* Get attributes
|
|
231
251
|
*/
|
|
232
|
-
async getDogmaAttributes(requestParameters: GetDogmaAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
252
|
+
async getDogmaAttributes(requestParameters: GetDogmaAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
233
253
|
const response = await this.getDogmaAttributesRaw(requestParameters, initOverrides);
|
|
234
|
-
return
|
|
254
|
+
return response;
|
|
235
255
|
}
|
|
236
256
|
|
|
237
257
|
/**
|
|
@@ -273,12 +293,21 @@ export class DogmaApi extends runtime.BaseAPI implements DogmaApiInterface {
|
|
|
273
293
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
274
294
|
}
|
|
275
295
|
|
|
296
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
297
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
298
|
+
}
|
|
299
|
+
|
|
276
300
|
/*
|
|
277
301
|
*/
|
|
278
302
|
|
|
279
303
|
let urlPath = `/dogma/attributes/{attribute_id}`;
|
|
280
304
|
urlPath = urlPath.replace(`{${"attribute_id"}}`, encodeURIComponent(String(requestParameters['attributeId'])));
|
|
281
305
|
|
|
306
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
307
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
308
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
309
|
+
}
|
|
310
|
+
|
|
282
311
|
const facade = this.configuration?.apiFacade;
|
|
283
312
|
if (!facade) {
|
|
284
313
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -291,16 +320,16 @@ export class DogmaApi extends runtime.BaseAPI implements DogmaApiInterface {
|
|
|
291
320
|
query: queryParameters,
|
|
292
321
|
}, initOverrides);
|
|
293
322
|
|
|
294
|
-
return
|
|
323
|
+
return response;
|
|
295
324
|
}
|
|
296
325
|
|
|
297
326
|
/**
|
|
298
327
|
* Get information on a dogma attribute This route expires daily at 11:05
|
|
299
328
|
* Get attribute information
|
|
300
329
|
*/
|
|
301
|
-
async getDogmaAttributesAttributeId(requestParameters: GetDogmaAttributesAttributeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
330
|
+
async getDogmaAttributesAttributeId(requestParameters: GetDogmaAttributesAttributeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
302
331
|
const response = await this.getDogmaAttributesAttributeIdRaw(requestParameters, initOverrides);
|
|
303
|
-
return
|
|
332
|
+
return response;
|
|
304
333
|
}
|
|
305
334
|
|
|
306
335
|
/**
|
|
@@ -349,6 +378,10 @@ export class DogmaApi extends runtime.BaseAPI implements DogmaApiInterface {
|
|
|
349
378
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
350
379
|
}
|
|
351
380
|
|
|
381
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
382
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
383
|
+
}
|
|
384
|
+
|
|
352
385
|
/*
|
|
353
386
|
*/
|
|
354
387
|
|
|
@@ -356,6 +389,11 @@ export class DogmaApi extends runtime.BaseAPI implements DogmaApiInterface {
|
|
|
356
389
|
urlPath = urlPath.replace(`{${"item_id"}}`, encodeURIComponent(String(requestParameters['itemId'])));
|
|
357
390
|
urlPath = urlPath.replace(`{${"type_id"}}`, encodeURIComponent(String(requestParameters['typeId'])));
|
|
358
391
|
|
|
392
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
393
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
394
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
395
|
+
}
|
|
396
|
+
|
|
359
397
|
const facade = this.configuration?.apiFacade;
|
|
360
398
|
if (!facade) {
|
|
361
399
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -368,16 +406,16 @@ export class DogmaApi extends runtime.BaseAPI implements DogmaApiInterface {
|
|
|
368
406
|
query: queryParameters,
|
|
369
407
|
}, initOverrides);
|
|
370
408
|
|
|
371
|
-
return
|
|
409
|
+
return response;
|
|
372
410
|
}
|
|
373
411
|
|
|
374
412
|
/**
|
|
375
413
|
* Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05
|
|
376
414
|
* Get dynamic item information
|
|
377
415
|
*/
|
|
378
|
-
async getDogmaDynamicItemsTypeIdItemId(requestParameters: GetDogmaDynamicItemsTypeIdItemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
416
|
+
async getDogmaDynamicItemsTypeIdItemId(requestParameters: GetDogmaDynamicItemsTypeIdItemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
379
417
|
const response = await this.getDogmaDynamicItemsTypeIdItemIdRaw(requestParameters, initOverrides);
|
|
380
|
-
return
|
|
418
|
+
return response;
|
|
381
419
|
}
|
|
382
420
|
|
|
383
421
|
/**
|
|
@@ -412,11 +450,20 @@ export class DogmaApi extends runtime.BaseAPI implements DogmaApiInterface {
|
|
|
412
450
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
413
451
|
}
|
|
414
452
|
|
|
453
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
454
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
455
|
+
}
|
|
456
|
+
|
|
415
457
|
/*
|
|
416
458
|
*/
|
|
417
459
|
|
|
418
460
|
let urlPath = `/dogma/effects`;
|
|
419
461
|
|
|
462
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
463
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
464
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
465
|
+
}
|
|
466
|
+
|
|
420
467
|
const facade = this.configuration?.apiFacade;
|
|
421
468
|
if (!facade) {
|
|
422
469
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -429,16 +476,16 @@ export class DogmaApi extends runtime.BaseAPI implements DogmaApiInterface {
|
|
|
429
476
|
query: queryParameters,
|
|
430
477
|
}, initOverrides);
|
|
431
478
|
|
|
432
|
-
return
|
|
479
|
+
return response;
|
|
433
480
|
}
|
|
434
481
|
|
|
435
482
|
/**
|
|
436
483
|
* Get a list of dogma effect ids This route expires daily at 11:05
|
|
437
484
|
* Get effects
|
|
438
485
|
*/
|
|
439
|
-
async getDogmaEffects(requestParameters: GetDogmaEffectsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
486
|
+
async getDogmaEffects(requestParameters: GetDogmaEffectsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
440
487
|
const response = await this.getDogmaEffectsRaw(requestParameters, initOverrides);
|
|
441
|
-
return
|
|
488
|
+
return response;
|
|
442
489
|
}
|
|
443
490
|
|
|
444
491
|
/**
|
|
@@ -480,12 +527,21 @@ export class DogmaApi extends runtime.BaseAPI implements DogmaApiInterface {
|
|
|
480
527
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
481
528
|
}
|
|
482
529
|
|
|
530
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
531
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
532
|
+
}
|
|
533
|
+
|
|
483
534
|
/*
|
|
484
535
|
*/
|
|
485
536
|
|
|
486
537
|
let urlPath = `/dogma/effects/{effect_id}`;
|
|
487
538
|
urlPath = urlPath.replace(`{${"effect_id"}}`, encodeURIComponent(String(requestParameters['effectId'])));
|
|
488
539
|
|
|
540
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
541
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
542
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
543
|
+
}
|
|
544
|
+
|
|
489
545
|
const facade = this.configuration?.apiFacade;
|
|
490
546
|
if (!facade) {
|
|
491
547
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -498,16 +554,16 @@ export class DogmaApi extends runtime.BaseAPI implements DogmaApiInterface {
|
|
|
498
554
|
query: queryParameters,
|
|
499
555
|
}, initOverrides);
|
|
500
556
|
|
|
501
|
-
return
|
|
557
|
+
return response;
|
|
502
558
|
}
|
|
503
559
|
|
|
504
560
|
/**
|
|
505
561
|
* Get information on a dogma effect This route expires daily at 11:05
|
|
506
562
|
* Get effect information
|
|
507
563
|
*/
|
|
508
|
-
async getDogmaEffectsEffectId(requestParameters: GetDogmaEffectsEffectIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
564
|
+
async getDogmaEffectsEffectId(requestParameters: GetDogmaEffectsEffectIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
509
565
|
const response = await this.getDogmaEffectsEffectIdRaw(requestParameters, initOverrides);
|
|
510
|
-
return
|
|
566
|
+
return response;
|
|
511
567
|
}
|
|
512
568
|
|
|
513
569
|
}
|
|
@@ -517,7 +573,7 @@ export class DogmaApi extends runtime.BaseAPI implements DogmaApiInterface {
|
|
|
517
573
|
* @enum {string}
|
|
518
574
|
*/
|
|
519
575
|
export enum GetDogmaAttributesXCompatibilityDateEnum {
|
|
520
|
-
|
|
576
|
+
_20251216 = '2025-12-16'
|
|
521
577
|
}
|
|
522
578
|
/**
|
|
523
579
|
* @export
|
|
@@ -538,7 +594,7 @@ export enum GetDogmaAttributesAcceptLanguageEnum {
|
|
|
538
594
|
* @enum {string}
|
|
539
595
|
*/
|
|
540
596
|
export enum GetDogmaAttributesAttributeIdXCompatibilityDateEnum {
|
|
541
|
-
|
|
597
|
+
_20251216 = '2025-12-16'
|
|
542
598
|
}
|
|
543
599
|
/**
|
|
544
600
|
* @export
|
|
@@ -559,7 +615,7 @@ export enum GetDogmaAttributesAttributeIdAcceptLanguageEnum {
|
|
|
559
615
|
* @enum {string}
|
|
560
616
|
*/
|
|
561
617
|
export enum GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum {
|
|
562
|
-
|
|
618
|
+
_20251216 = '2025-12-16'
|
|
563
619
|
}
|
|
564
620
|
/**
|
|
565
621
|
* @export
|
|
@@ -580,7 +636,7 @@ export enum GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum {
|
|
|
580
636
|
* @enum {string}
|
|
581
637
|
*/
|
|
582
638
|
export enum GetDogmaEffectsXCompatibilityDateEnum {
|
|
583
|
-
|
|
639
|
+
_20251216 = '2025-12-16'
|
|
584
640
|
}
|
|
585
641
|
/**
|
|
586
642
|
* @export
|
|
@@ -601,7 +657,7 @@ export enum GetDogmaEffectsAcceptLanguageEnum {
|
|
|
601
657
|
* @enum {string}
|
|
602
658
|
*/
|
|
603
659
|
export enum GetDogmaEffectsEffectIdXCompatibilityDateEnum {
|
|
604
|
-
|
|
660
|
+
_20251216 = '2025-12-16'
|
|
605
661
|
}
|
|
606
662
|
/**
|
|
607
663
|
* @export
|