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/dist/apis/DogmaApi.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
6
6
|
* Contact: arcyfa_github@pm.me
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -16,6 +16,7 @@ export interface GetDogmaAttributesRequest {
|
|
|
16
16
|
acceptLanguage?: GetDogmaAttributesAcceptLanguageEnum;
|
|
17
17
|
ifNoneMatch?: string;
|
|
18
18
|
xTenant?: string;
|
|
19
|
+
ifModifiedSince?: string;
|
|
19
20
|
}
|
|
20
21
|
export interface GetDogmaAttributesAttributeIdRequest {
|
|
21
22
|
attributeId: number;
|
|
@@ -23,6 +24,7 @@ export interface GetDogmaAttributesAttributeIdRequest {
|
|
|
23
24
|
acceptLanguage?: GetDogmaAttributesAttributeIdAcceptLanguageEnum;
|
|
24
25
|
ifNoneMatch?: string;
|
|
25
26
|
xTenant?: string;
|
|
27
|
+
ifModifiedSince?: string;
|
|
26
28
|
}
|
|
27
29
|
export interface GetDogmaDynamicItemsTypeIdItemIdRequest {
|
|
28
30
|
itemId: number;
|
|
@@ -31,12 +33,14 @@ export interface GetDogmaDynamicItemsTypeIdItemIdRequest {
|
|
|
31
33
|
acceptLanguage?: GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum;
|
|
32
34
|
ifNoneMatch?: string;
|
|
33
35
|
xTenant?: string;
|
|
36
|
+
ifModifiedSince?: string;
|
|
34
37
|
}
|
|
35
38
|
export interface GetDogmaEffectsRequest {
|
|
36
39
|
xCompatibilityDate: GetDogmaEffectsXCompatibilityDateEnum;
|
|
37
40
|
acceptLanguage?: GetDogmaEffectsAcceptLanguageEnum;
|
|
38
41
|
ifNoneMatch?: string;
|
|
39
42
|
xTenant?: string;
|
|
43
|
+
ifModifiedSince?: string;
|
|
40
44
|
}
|
|
41
45
|
export interface GetDogmaEffectsEffectIdRequest {
|
|
42
46
|
effectId: number;
|
|
@@ -44,6 +48,7 @@ export interface GetDogmaEffectsEffectIdRequest {
|
|
|
44
48
|
acceptLanguage?: GetDogmaEffectsEffectIdAcceptLanguageEnum;
|
|
45
49
|
ifNoneMatch?: string;
|
|
46
50
|
xTenant?: string;
|
|
51
|
+
ifModifiedSince?: string;
|
|
47
52
|
}
|
|
48
53
|
/**
|
|
49
54
|
* DogmaApi - interface
|
|
@@ -55,10 +60,11 @@ export interface DogmaApiInterface {
|
|
|
55
60
|
/**
|
|
56
61
|
* Get a list of dogma attribute ids This route expires daily at 11:05
|
|
57
62
|
* @summary Get attributes
|
|
58
|
-
* @param {'
|
|
63
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
59
64
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
60
65
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
61
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.
|
|
62
68
|
* @param {*} [options] Override http request option.
|
|
63
69
|
* @throws {RequiredError}
|
|
64
70
|
* @memberof DogmaApiInterface
|
|
@@ -68,15 +74,16 @@ export interface DogmaApiInterface {
|
|
|
68
74
|
* Get a list of dogma attribute ids This route expires daily at 11:05
|
|
69
75
|
* Get attributes
|
|
70
76
|
*/
|
|
71
|
-
getDogmaAttributes(requestParameters: GetDogmaAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
77
|
+
getDogmaAttributes(requestParameters: GetDogmaAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
72
78
|
/**
|
|
73
79
|
* Get information on a dogma attribute This route expires daily at 11:05
|
|
74
80
|
* @summary Get attribute information
|
|
75
81
|
* @param {number} attributeId
|
|
76
|
-
* @param {'
|
|
82
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
77
83
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
78
84
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
79
85
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
86
|
+
* @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
87
|
* @param {*} [options] Override http request option.
|
|
81
88
|
* @throws {RequiredError}
|
|
82
89
|
* @memberof DogmaApiInterface
|
|
@@ -86,16 +93,17 @@ export interface DogmaApiInterface {
|
|
|
86
93
|
* Get information on a dogma attribute This route expires daily at 11:05
|
|
87
94
|
* Get attribute information
|
|
88
95
|
*/
|
|
89
|
-
getDogmaAttributesAttributeId(requestParameters: GetDogmaAttributesAttributeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
96
|
+
getDogmaAttributesAttributeId(requestParameters: GetDogmaAttributesAttributeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
90
97
|
/**
|
|
91
98
|
* Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05
|
|
92
99
|
* @summary Get dynamic item information
|
|
93
100
|
* @param {number} itemId
|
|
94
101
|
* @param {number} typeId
|
|
95
|
-
* @param {'
|
|
102
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
96
103
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
97
104
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
98
105
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
106
|
+
* @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.
|
|
99
107
|
* @param {*} [options] Override http request option.
|
|
100
108
|
* @throws {RequiredError}
|
|
101
109
|
* @memberof DogmaApiInterface
|
|
@@ -105,14 +113,15 @@ export interface DogmaApiInterface {
|
|
|
105
113
|
* Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05
|
|
106
114
|
* Get dynamic item information
|
|
107
115
|
*/
|
|
108
|
-
getDogmaDynamicItemsTypeIdItemId(requestParameters: GetDogmaDynamicItemsTypeIdItemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
116
|
+
getDogmaDynamicItemsTypeIdItemId(requestParameters: GetDogmaDynamicItemsTypeIdItemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
109
117
|
/**
|
|
110
118
|
* Get a list of dogma effect ids This route expires daily at 11:05
|
|
111
119
|
* @summary Get effects
|
|
112
|
-
* @param {'
|
|
120
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
113
121
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
114
122
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
115
123
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
124
|
+
* @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.
|
|
116
125
|
* @param {*} [options] Override http request option.
|
|
117
126
|
* @throws {RequiredError}
|
|
118
127
|
* @memberof DogmaApiInterface
|
|
@@ -122,15 +131,16 @@ export interface DogmaApiInterface {
|
|
|
122
131
|
* Get a list of dogma effect ids This route expires daily at 11:05
|
|
123
132
|
* Get effects
|
|
124
133
|
*/
|
|
125
|
-
getDogmaEffects(requestParameters: GetDogmaEffectsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
134
|
+
getDogmaEffects(requestParameters: GetDogmaEffectsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
126
135
|
/**
|
|
127
136
|
* Get information on a dogma effect This route expires daily at 11:05
|
|
128
137
|
* @summary Get effect information
|
|
129
138
|
* @param {number} effectId
|
|
130
|
-
* @param {'
|
|
139
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
131
140
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
132
141
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
133
142
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
143
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
134
144
|
* @param {*} [options] Override http request option.
|
|
135
145
|
* @throws {RequiredError}
|
|
136
146
|
* @memberof DogmaApiInterface
|
|
@@ -140,7 +150,7 @@ export interface DogmaApiInterface {
|
|
|
140
150
|
* Get information on a dogma effect This route expires daily at 11:05
|
|
141
151
|
* Get effect information
|
|
142
152
|
*/
|
|
143
|
-
getDogmaEffectsEffectId(requestParameters: GetDogmaEffectsEffectIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
153
|
+
getDogmaEffectsEffectId(requestParameters: GetDogmaEffectsEffectIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
144
154
|
}
|
|
145
155
|
/**
|
|
146
156
|
*
|
|
@@ -155,7 +165,7 @@ export declare class DogmaApi extends runtime.BaseAPI implements DogmaApiInterfa
|
|
|
155
165
|
* Get a list of dogma attribute ids This route expires daily at 11:05
|
|
156
166
|
* Get attributes
|
|
157
167
|
*/
|
|
158
|
-
getDogmaAttributes(requestParameters: GetDogmaAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
168
|
+
getDogmaAttributes(requestParameters: GetDogmaAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
159
169
|
/**
|
|
160
170
|
* Get information on a dogma attribute This route expires daily at 11:05
|
|
161
171
|
* Get attribute information
|
|
@@ -165,7 +175,7 @@ export declare class DogmaApi extends runtime.BaseAPI implements DogmaApiInterfa
|
|
|
165
175
|
* Get information on a dogma attribute This route expires daily at 11:05
|
|
166
176
|
* Get attribute information
|
|
167
177
|
*/
|
|
168
|
-
getDogmaAttributesAttributeId(requestParameters: GetDogmaAttributesAttributeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
178
|
+
getDogmaAttributesAttributeId(requestParameters: GetDogmaAttributesAttributeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
169
179
|
/**
|
|
170
180
|
* Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05
|
|
171
181
|
* Get dynamic item information
|
|
@@ -175,7 +185,7 @@ export declare class DogmaApi extends runtime.BaseAPI implements DogmaApiInterfa
|
|
|
175
185
|
* Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05
|
|
176
186
|
* Get dynamic item information
|
|
177
187
|
*/
|
|
178
|
-
getDogmaDynamicItemsTypeIdItemId(requestParameters: GetDogmaDynamicItemsTypeIdItemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
188
|
+
getDogmaDynamicItemsTypeIdItemId(requestParameters: GetDogmaDynamicItemsTypeIdItemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
179
189
|
/**
|
|
180
190
|
* Get a list of dogma effect ids This route expires daily at 11:05
|
|
181
191
|
* Get effects
|
|
@@ -185,7 +195,7 @@ export declare class DogmaApi extends runtime.BaseAPI implements DogmaApiInterfa
|
|
|
185
195
|
* Get a list of dogma effect ids This route expires daily at 11:05
|
|
186
196
|
* Get effects
|
|
187
197
|
*/
|
|
188
|
-
getDogmaEffects(requestParameters: GetDogmaEffectsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
198
|
+
getDogmaEffects(requestParameters: GetDogmaEffectsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
189
199
|
/**
|
|
190
200
|
* Get information on a dogma effect This route expires daily at 11:05
|
|
191
201
|
* Get effect information
|
|
@@ -195,14 +205,14 @@ export declare class DogmaApi extends runtime.BaseAPI implements DogmaApiInterfa
|
|
|
195
205
|
* Get information on a dogma effect This route expires daily at 11:05
|
|
196
206
|
* Get effect information
|
|
197
207
|
*/
|
|
198
|
-
getDogmaEffectsEffectId(requestParameters: GetDogmaEffectsEffectIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
208
|
+
getDogmaEffectsEffectId(requestParameters: GetDogmaEffectsEffectIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
199
209
|
}
|
|
200
210
|
/**
|
|
201
211
|
* @export
|
|
202
212
|
* @enum {string}
|
|
203
213
|
*/
|
|
204
214
|
export declare enum GetDogmaAttributesXCompatibilityDateEnum {
|
|
205
|
-
|
|
215
|
+
_20251216 = "2025-12-16"
|
|
206
216
|
}
|
|
207
217
|
/**
|
|
208
218
|
* @export
|
|
@@ -223,7 +233,7 @@ export declare enum GetDogmaAttributesAcceptLanguageEnum {
|
|
|
223
233
|
* @enum {string}
|
|
224
234
|
*/
|
|
225
235
|
export declare enum GetDogmaAttributesAttributeIdXCompatibilityDateEnum {
|
|
226
|
-
|
|
236
|
+
_20251216 = "2025-12-16"
|
|
227
237
|
}
|
|
228
238
|
/**
|
|
229
239
|
* @export
|
|
@@ -244,7 +254,7 @@ export declare enum GetDogmaAttributesAttributeIdAcceptLanguageEnum {
|
|
|
244
254
|
* @enum {string}
|
|
245
255
|
*/
|
|
246
256
|
export declare enum GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum {
|
|
247
|
-
|
|
257
|
+
_20251216 = "2025-12-16"
|
|
248
258
|
}
|
|
249
259
|
/**
|
|
250
260
|
* @export
|
|
@@ -265,7 +275,7 @@ export declare enum GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum {
|
|
|
265
275
|
* @enum {string}
|
|
266
276
|
*/
|
|
267
277
|
export declare enum GetDogmaEffectsXCompatibilityDateEnum {
|
|
268
|
-
|
|
278
|
+
_20251216 = "2025-12-16"
|
|
269
279
|
}
|
|
270
280
|
/**
|
|
271
281
|
* @export
|
|
@@ -286,7 +296,7 @@ export declare enum GetDogmaEffectsAcceptLanguageEnum {
|
|
|
286
296
|
* @enum {string}
|
|
287
297
|
*/
|
|
288
298
|
export declare enum GetDogmaEffectsEffectIdXCompatibilityDateEnum {
|
|
289
|
-
|
|
299
|
+
_20251216 = "2025-12-16"
|
|
290
300
|
}
|
|
291
301
|
/**
|
|
292
302
|
* @export
|
package/dist/apis/DogmaApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
9
9
|
* Contact: arcyfa_github@pm.me
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -66,6 +66,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
66
66
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67
67
|
exports.GetDogmaEffectsEffectIdAcceptLanguageEnum = exports.GetDogmaEffectsEffectIdXCompatibilityDateEnum = exports.GetDogmaEffectsAcceptLanguageEnum = exports.GetDogmaEffectsXCompatibilityDateEnum = exports.GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum = exports.GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum = exports.GetDogmaAttributesAttributeIdAcceptLanguageEnum = exports.GetDogmaAttributesAttributeIdXCompatibilityDateEnum = exports.GetDogmaAttributesAcceptLanguageEnum = exports.GetDogmaAttributesXCompatibilityDateEnum = exports.DogmaApi = 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 DogmaApi = /** @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 = "/dogma/attributes";
|
|
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 })');
|
|
@@ -115,7 +123,7 @@ var DogmaApi = /** @class */ (function (_super) {
|
|
|
115
123
|
}, initOverrides)];
|
|
116
124
|
case 1:
|
|
117
125
|
response = _b.sent();
|
|
118
|
-
return [2 /*return*/,
|
|
126
|
+
return [2 /*return*/, response];
|
|
119
127
|
}
|
|
120
128
|
});
|
|
121
129
|
});
|
|
@@ -132,8 +140,7 @@ var DogmaApi = /** @class */ (function (_super) {
|
|
|
132
140
|
case 0: return [4 /*yield*/, this.getDogmaAttributesRaw(requestParameters, initOverrides)];
|
|
133
141
|
case 1:
|
|
134
142
|
response = _a.sent();
|
|
135
|
-
return [
|
|
136
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
143
|
+
return [2 /*return*/, response];
|
|
137
144
|
}
|
|
138
145
|
});
|
|
139
146
|
});
|
|
@@ -169,8 +176,15 @@ var DogmaApi = /** @class */ (function (_super) {
|
|
|
169
176
|
if (requestParameters['xTenant'] != null) {
|
|
170
177
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
171
178
|
}
|
|
179
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
180
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
181
|
+
}
|
|
172
182
|
urlPath = "/dogma/attributes/{attribute_id}";
|
|
173
183
|
urlPath = urlPath.replace("{".concat("attribute_id", "}"), encodeURIComponent(String(requestParameters['attributeId'])));
|
|
184
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
185
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
186
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
187
|
+
}
|
|
174
188
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
175
189
|
if (!facade) {
|
|
176
190
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -183,7 +197,7 @@ var DogmaApi = /** @class */ (function (_super) {
|
|
|
183
197
|
}, initOverrides)];
|
|
184
198
|
case 1:
|
|
185
199
|
response = _b.sent();
|
|
186
|
-
return [2 /*return*/,
|
|
200
|
+
return [2 /*return*/, response];
|
|
187
201
|
}
|
|
188
202
|
});
|
|
189
203
|
});
|
|
@@ -200,8 +214,7 @@ var DogmaApi = /** @class */ (function (_super) {
|
|
|
200
214
|
case 0: return [4 /*yield*/, this.getDogmaAttributesAttributeIdRaw(requestParameters, initOverrides)];
|
|
201
215
|
case 1:
|
|
202
216
|
response = _a.sent();
|
|
203
|
-
return [
|
|
204
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
217
|
+
return [2 /*return*/, response];
|
|
205
218
|
}
|
|
206
219
|
});
|
|
207
220
|
});
|
|
@@ -240,9 +253,16 @@ var DogmaApi = /** @class */ (function (_super) {
|
|
|
240
253
|
if (requestParameters['xTenant'] != null) {
|
|
241
254
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
242
255
|
}
|
|
256
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
257
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
258
|
+
}
|
|
243
259
|
urlPath = "/dogma/dynamic/items/{type_id}/{item_id}";
|
|
244
260
|
urlPath = urlPath.replace("{".concat("item_id", "}"), encodeURIComponent(String(requestParameters['itemId'])));
|
|
245
261
|
urlPath = urlPath.replace("{".concat("type_id", "}"), encodeURIComponent(String(requestParameters['typeId'])));
|
|
262
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
263
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
264
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
265
|
+
}
|
|
246
266
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
247
267
|
if (!facade) {
|
|
248
268
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -255,7 +275,7 @@ var DogmaApi = /** @class */ (function (_super) {
|
|
|
255
275
|
}, initOverrides)];
|
|
256
276
|
case 1:
|
|
257
277
|
response = _b.sent();
|
|
258
|
-
return [2 /*return*/,
|
|
278
|
+
return [2 /*return*/, response];
|
|
259
279
|
}
|
|
260
280
|
});
|
|
261
281
|
});
|
|
@@ -272,8 +292,7 @@ var DogmaApi = /** @class */ (function (_super) {
|
|
|
272
292
|
case 0: return [4 /*yield*/, this.getDogmaDynamicItemsTypeIdItemIdRaw(requestParameters, initOverrides)];
|
|
273
293
|
case 1:
|
|
274
294
|
response = _a.sent();
|
|
275
|
-
return [
|
|
276
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
295
|
+
return [2 /*return*/, response];
|
|
277
296
|
}
|
|
278
297
|
});
|
|
279
298
|
});
|
|
@@ -306,7 +325,14 @@ var DogmaApi = /** @class */ (function (_super) {
|
|
|
306
325
|
if (requestParameters['xTenant'] != null) {
|
|
307
326
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
308
327
|
}
|
|
328
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
329
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
330
|
+
}
|
|
309
331
|
urlPath = "/dogma/effects";
|
|
332
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
333
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
334
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
335
|
+
}
|
|
310
336
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
311
337
|
if (!facade) {
|
|
312
338
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -319,7 +345,7 @@ var DogmaApi = /** @class */ (function (_super) {
|
|
|
319
345
|
}, initOverrides)];
|
|
320
346
|
case 1:
|
|
321
347
|
response = _b.sent();
|
|
322
|
-
return [2 /*return*/,
|
|
348
|
+
return [2 /*return*/, response];
|
|
323
349
|
}
|
|
324
350
|
});
|
|
325
351
|
});
|
|
@@ -336,8 +362,7 @@ var DogmaApi = /** @class */ (function (_super) {
|
|
|
336
362
|
case 0: return [4 /*yield*/, this.getDogmaEffectsRaw(requestParameters, initOverrides)];
|
|
337
363
|
case 1:
|
|
338
364
|
response = _a.sent();
|
|
339
|
-
return [
|
|
340
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
365
|
+
return [2 /*return*/, response];
|
|
341
366
|
}
|
|
342
367
|
});
|
|
343
368
|
});
|
|
@@ -373,8 +398,15 @@ var DogmaApi = /** @class */ (function (_super) {
|
|
|
373
398
|
if (requestParameters['xTenant'] != null) {
|
|
374
399
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
375
400
|
}
|
|
401
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
402
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
403
|
+
}
|
|
376
404
|
urlPath = "/dogma/effects/{effect_id}";
|
|
377
405
|
urlPath = urlPath.replace("{".concat("effect_id", "}"), encodeURIComponent(String(requestParameters['effectId'])));
|
|
406
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
407
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
408
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
409
|
+
}
|
|
378
410
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
379
411
|
if (!facade) {
|
|
380
412
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -387,7 +419,7 @@ var DogmaApi = /** @class */ (function (_super) {
|
|
|
387
419
|
}, initOverrides)];
|
|
388
420
|
case 1:
|
|
389
421
|
response = _b.sent();
|
|
390
|
-
return [2 /*return*/,
|
|
422
|
+
return [2 /*return*/, response];
|
|
391
423
|
}
|
|
392
424
|
});
|
|
393
425
|
});
|
|
@@ -404,8 +436,7 @@ var DogmaApi = /** @class */ (function (_super) {
|
|
|
404
436
|
case 0: return [4 /*yield*/, this.getDogmaEffectsEffectIdRaw(requestParameters, initOverrides)];
|
|
405
437
|
case 1:
|
|
406
438
|
response = _a.sent();
|
|
407
|
-
return [
|
|
408
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
439
|
+
return [2 /*return*/, response];
|
|
409
440
|
}
|
|
410
441
|
});
|
|
411
442
|
});
|
|
@@ -419,7 +450,7 @@ exports.DogmaApi = DogmaApi;
|
|
|
419
450
|
*/
|
|
420
451
|
var GetDogmaAttributesXCompatibilityDateEnum;
|
|
421
452
|
(function (GetDogmaAttributesXCompatibilityDateEnum) {
|
|
422
|
-
GetDogmaAttributesXCompatibilityDateEnum["
|
|
453
|
+
GetDogmaAttributesXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
423
454
|
})(GetDogmaAttributesXCompatibilityDateEnum || (exports.GetDogmaAttributesXCompatibilityDateEnum = GetDogmaAttributesXCompatibilityDateEnum = {}));
|
|
424
455
|
/**
|
|
425
456
|
* @export
|
|
@@ -442,7 +473,7 @@ var GetDogmaAttributesAcceptLanguageEnum;
|
|
|
442
473
|
*/
|
|
443
474
|
var GetDogmaAttributesAttributeIdXCompatibilityDateEnum;
|
|
444
475
|
(function (GetDogmaAttributesAttributeIdXCompatibilityDateEnum) {
|
|
445
|
-
GetDogmaAttributesAttributeIdXCompatibilityDateEnum["
|
|
476
|
+
GetDogmaAttributesAttributeIdXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
446
477
|
})(GetDogmaAttributesAttributeIdXCompatibilityDateEnum || (exports.GetDogmaAttributesAttributeIdXCompatibilityDateEnum = GetDogmaAttributesAttributeIdXCompatibilityDateEnum = {}));
|
|
447
478
|
/**
|
|
448
479
|
* @export
|
|
@@ -465,7 +496,7 @@ var GetDogmaAttributesAttributeIdAcceptLanguageEnum;
|
|
|
465
496
|
*/
|
|
466
497
|
var GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum;
|
|
467
498
|
(function (GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum) {
|
|
468
|
-
GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum["
|
|
499
|
+
GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
469
500
|
})(GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum || (exports.GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum = GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum = {}));
|
|
470
501
|
/**
|
|
471
502
|
* @export
|
|
@@ -488,7 +519,7 @@ var GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum;
|
|
|
488
519
|
*/
|
|
489
520
|
var GetDogmaEffectsXCompatibilityDateEnum;
|
|
490
521
|
(function (GetDogmaEffectsXCompatibilityDateEnum) {
|
|
491
|
-
GetDogmaEffectsXCompatibilityDateEnum["
|
|
522
|
+
GetDogmaEffectsXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
492
523
|
})(GetDogmaEffectsXCompatibilityDateEnum || (exports.GetDogmaEffectsXCompatibilityDateEnum = GetDogmaEffectsXCompatibilityDateEnum = {}));
|
|
493
524
|
/**
|
|
494
525
|
* @export
|
|
@@ -511,7 +542,7 @@ var GetDogmaEffectsAcceptLanguageEnum;
|
|
|
511
542
|
*/
|
|
512
543
|
var GetDogmaEffectsEffectIdXCompatibilityDateEnum;
|
|
513
544
|
(function (GetDogmaEffectsEffectIdXCompatibilityDateEnum) {
|
|
514
|
-
GetDogmaEffectsEffectIdXCompatibilityDateEnum["
|
|
545
|
+
GetDogmaEffectsEffectIdXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
515
546
|
})(GetDogmaEffectsEffectIdXCompatibilityDateEnum || (exports.GetDogmaEffectsEffectIdXCompatibilityDateEnum = GetDogmaEffectsEffectIdXCompatibilityDateEnum = {}));
|
|
516
547
|
/**
|
|
517
548
|
* @export
|