eve-esi-client-ts 1.0.9 → 1.0.10
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/README.md +2 -2
- package/api.ts +23 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +23 -1
- package/dist/api.js +23 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +23 -1
- package/dist/esm/api.js +23 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## eve-esi-client-ts@1.0.
|
|
1
|
+
## eve-esi-client-ts@1.0.10
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install eve-esi-client-ts@1.0.
|
|
39
|
+
npm install eve-esi-client-ts@1.0.10 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* EVE Swagger Interface
|
|
5
5
|
* An OpenAPI for EVE Online
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.36
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -390,6 +390,7 @@ export const GetCharactersCharacterIdAssets200OkLocationFlagEnum = {
|
|
|
390
390
|
AssetSafety: 'AssetSafety',
|
|
391
391
|
AutoFit: 'AutoFit',
|
|
392
392
|
BoosterBay: 'BoosterBay',
|
|
393
|
+
CapsuleerDeliveries: 'CapsuleerDeliveries',
|
|
393
394
|
Cargo: 'Cargo',
|
|
394
395
|
CorporationGoalDeliveries: 'CorporationGoalDeliveries',
|
|
395
396
|
CorpseBay: 'CorpseBay',
|
|
@@ -3971,6 +3972,7 @@ export const GetCharactersCharacterIdWalletJournal200OkRefTypeEnum = {
|
|
|
3971
3972
|
AgentSecurityServices: 'agent_security_services',
|
|
3972
3973
|
AgentServicesRendered: 'agent_services_rendered',
|
|
3973
3974
|
AgentsPreward: 'agents_preward',
|
|
3975
|
+
AirCareerProgramReward: 'air_career_program_reward',
|
|
3974
3976
|
AllianceMaintainanceFee: 'alliance_maintainance_fee',
|
|
3975
3977
|
AllianceRegistrationFee: 'alliance_registration_fee',
|
|
3976
3978
|
AllignmentBasedGateToll: 'allignment_based_gate_toll',
|
|
@@ -4044,7 +4046,14 @@ export const GetCharactersCharacterIdWalletJournal200OkRefTypeEnum = {
|
|
|
4044
4046
|
FluxTax: 'flux_tax',
|
|
4045
4047
|
FluxTicketRepayment: 'flux_ticket_repayment',
|
|
4046
4048
|
FluxTicketSale: 'flux_ticket_sale',
|
|
4049
|
+
FreelanceJobsBroadcastingFee: 'freelance_jobs_broadcasting_fee',
|
|
4050
|
+
FreelanceJobsDurationFee: 'freelance_jobs_duration_fee',
|
|
4051
|
+
FreelanceJobsEscrowRefund: 'freelance_jobs_escrow_refund',
|
|
4052
|
+
FreelanceJobsReward: 'freelance_jobs_reward',
|
|
4053
|
+
FreelanceJobsRewardCorporationTax: 'freelance_jobs_reward_corporation_tax',
|
|
4054
|
+
FreelanceJobsRewardEscrow: 'freelance_jobs_reward_escrow',
|
|
4047
4055
|
GmCashTransfer: 'gm_cash_transfer',
|
|
4056
|
+
GmPlexFeeRefund: 'gm_plex_fee_refund',
|
|
4048
4057
|
IndustryJobTax: 'industry_job_tax',
|
|
4049
4058
|
InfrastructureHubMaintenance: 'infrastructure_hub_maintenance',
|
|
4050
4059
|
Inheritance: 'inheritance',
|
|
@@ -4093,6 +4102,7 @@ export const GetCharactersCharacterIdWalletJournal200OkRefTypeEnum = {
|
|
|
4093
4102
|
SecurityProcessingFee: 'security_processing_fee',
|
|
4094
4103
|
Shares: 'shares',
|
|
4095
4104
|
SkillPurchase: 'skill_purchase',
|
|
4105
|
+
SkyhookClaimFee: 'skyhook_claim_fee',
|
|
4096
4106
|
SovereignityBill: 'sovereignity_bill',
|
|
4097
4107
|
StorePurchase: 'store_purchase',
|
|
4098
4108
|
StorePurchaseRefund: 'store_purchase_refund',
|
|
@@ -4639,6 +4649,7 @@ export const GetCorporationsCorporationIdAssets200OkLocationFlagEnum = {
|
|
|
4639
4649
|
Booster: 'Booster',
|
|
4640
4650
|
BoosterBay: 'BoosterBay',
|
|
4641
4651
|
Capsule: 'Capsule',
|
|
4652
|
+
CapsuleerDeliveries: 'CapsuleerDeliveries',
|
|
4642
4653
|
Cargo: 'Cargo',
|
|
4643
4654
|
CorpDeliveries: 'CorpDeliveries',
|
|
4644
4655
|
CorpSag1: 'CorpSAG1',
|
|
@@ -4831,6 +4842,7 @@ export const GetCorporationsCorporationIdBlueprints200OkLocationFlagEnum = {
|
|
|
4831
4842
|
Booster: 'Booster',
|
|
4832
4843
|
BoosterBay: 'BoosterBay',
|
|
4833
4844
|
Capsule: 'Capsule',
|
|
4845
|
+
CapsuleerDeliveries: 'CapsuleerDeliveries',
|
|
4834
4846
|
Cargo: 'Cargo',
|
|
4835
4847
|
CorpDeliveries: 'CorpDeliveries',
|
|
4836
4848
|
CorpSag1: 'CorpSAG1',
|
|
@@ -5119,6 +5131,7 @@ export const GetCorporationsCorporationIdContainersLogs200OkLocationFlagEnum = {
|
|
|
5119
5131
|
Booster: 'Booster',
|
|
5120
5132
|
BoosterBay: 'BoosterBay',
|
|
5121
5133
|
Capsule: 'Capsule',
|
|
5134
|
+
CapsuleerDeliveries: 'CapsuleerDeliveries',
|
|
5122
5135
|
Cargo: 'Cargo',
|
|
5123
5136
|
CorpDeliveries: 'CorpDeliveries',
|
|
5124
5137
|
CorpSag1: 'CorpSAG1',
|
|
@@ -8318,6 +8331,7 @@ export const GetCorporationsCorporationIdWalletsDivisionJournal200OkRefTypeEnum
|
|
|
8318
8331
|
AgentSecurityServices: 'agent_security_services',
|
|
8319
8332
|
AgentServicesRendered: 'agent_services_rendered',
|
|
8320
8333
|
AgentsPreward: 'agents_preward',
|
|
8334
|
+
AirCareerProgramReward: 'air_career_program_reward',
|
|
8321
8335
|
AllianceMaintainanceFee: 'alliance_maintainance_fee',
|
|
8322
8336
|
AllianceRegistrationFee: 'alliance_registration_fee',
|
|
8323
8337
|
AllignmentBasedGateToll: 'allignment_based_gate_toll',
|
|
@@ -8391,7 +8405,14 @@ export const GetCorporationsCorporationIdWalletsDivisionJournal200OkRefTypeEnum
|
|
|
8391
8405
|
FluxTax: 'flux_tax',
|
|
8392
8406
|
FluxTicketRepayment: 'flux_ticket_repayment',
|
|
8393
8407
|
FluxTicketSale: 'flux_ticket_sale',
|
|
8408
|
+
FreelanceJobsBroadcastingFee: 'freelance_jobs_broadcasting_fee',
|
|
8409
|
+
FreelanceJobsDurationFee: 'freelance_jobs_duration_fee',
|
|
8410
|
+
FreelanceJobsEscrowRefund: 'freelance_jobs_escrow_refund',
|
|
8411
|
+
FreelanceJobsReward: 'freelance_jobs_reward',
|
|
8412
|
+
FreelanceJobsRewardCorporationTax: 'freelance_jobs_reward_corporation_tax',
|
|
8413
|
+
FreelanceJobsRewardEscrow: 'freelance_jobs_reward_escrow',
|
|
8394
8414
|
GmCashTransfer: 'gm_cash_transfer',
|
|
8415
|
+
GmPlexFeeRefund: 'gm_plex_fee_refund',
|
|
8395
8416
|
IndustryJobTax: 'industry_job_tax',
|
|
8396
8417
|
InfrastructureHubMaintenance: 'infrastructure_hub_maintenance',
|
|
8397
8418
|
Inheritance: 'inheritance',
|
|
@@ -8440,6 +8461,7 @@ export const GetCorporationsCorporationIdWalletsDivisionJournal200OkRefTypeEnum
|
|
|
8440
8461
|
SecurityProcessingFee: 'security_processing_fee',
|
|
8441
8462
|
Shares: 'shares',
|
|
8442
8463
|
SkillPurchase: 'skill_purchase',
|
|
8464
|
+
SkyhookClaimFee: 'skyhook_claim_fee',
|
|
8443
8465
|
SovereignityBill: 'sovereignity_bill',
|
|
8444
8466
|
StorePurchase: 'store_purchase',
|
|
8445
8467
|
StorePurchaseRefund: 'store_purchase_refund',
|
package/base.ts
CHANGED
package/common.ts
CHANGED
package/configuration.ts
CHANGED
package/dist/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* EVE Swagger Interface
|
|
3
3
|
* An OpenAPI for EVE Online
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.36
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -376,6 +376,7 @@ export declare const GetCharactersCharacterIdAssets200OkLocationFlagEnum: {
|
|
|
376
376
|
readonly AssetSafety: "AssetSafety";
|
|
377
377
|
readonly AutoFit: "AutoFit";
|
|
378
378
|
readonly BoosterBay: "BoosterBay";
|
|
379
|
+
readonly CapsuleerDeliveries: "CapsuleerDeliveries";
|
|
379
380
|
readonly Cargo: "Cargo";
|
|
380
381
|
readonly CorporationGoalDeliveries: "CorporationGoalDeliveries";
|
|
381
382
|
readonly CorpseBay: "CorpseBay";
|
|
@@ -3879,6 +3880,7 @@ export declare const GetCharactersCharacterIdWalletJournal200OkRefTypeEnum: {
|
|
|
3879
3880
|
readonly AgentSecurityServices: "agent_security_services";
|
|
3880
3881
|
readonly AgentServicesRendered: "agent_services_rendered";
|
|
3881
3882
|
readonly AgentsPreward: "agents_preward";
|
|
3883
|
+
readonly AirCareerProgramReward: "air_career_program_reward";
|
|
3882
3884
|
readonly AllianceMaintainanceFee: "alliance_maintainance_fee";
|
|
3883
3885
|
readonly AllianceRegistrationFee: "alliance_registration_fee";
|
|
3884
3886
|
readonly AllignmentBasedGateToll: "allignment_based_gate_toll";
|
|
@@ -3952,7 +3954,14 @@ export declare const GetCharactersCharacterIdWalletJournal200OkRefTypeEnum: {
|
|
|
3952
3954
|
readonly FluxTax: "flux_tax";
|
|
3953
3955
|
readonly FluxTicketRepayment: "flux_ticket_repayment";
|
|
3954
3956
|
readonly FluxTicketSale: "flux_ticket_sale";
|
|
3957
|
+
readonly FreelanceJobsBroadcastingFee: "freelance_jobs_broadcasting_fee";
|
|
3958
|
+
readonly FreelanceJobsDurationFee: "freelance_jobs_duration_fee";
|
|
3959
|
+
readonly FreelanceJobsEscrowRefund: "freelance_jobs_escrow_refund";
|
|
3960
|
+
readonly FreelanceJobsReward: "freelance_jobs_reward";
|
|
3961
|
+
readonly FreelanceJobsRewardCorporationTax: "freelance_jobs_reward_corporation_tax";
|
|
3962
|
+
readonly FreelanceJobsRewardEscrow: "freelance_jobs_reward_escrow";
|
|
3955
3963
|
readonly GmCashTransfer: "gm_cash_transfer";
|
|
3964
|
+
readonly GmPlexFeeRefund: "gm_plex_fee_refund";
|
|
3956
3965
|
readonly IndustryJobTax: "industry_job_tax";
|
|
3957
3966
|
readonly InfrastructureHubMaintenance: "infrastructure_hub_maintenance";
|
|
3958
3967
|
readonly Inheritance: "inheritance";
|
|
@@ -4001,6 +4010,7 @@ export declare const GetCharactersCharacterIdWalletJournal200OkRefTypeEnum: {
|
|
|
4001
4010
|
readonly SecurityProcessingFee: "security_processing_fee";
|
|
4002
4011
|
readonly Shares: "shares";
|
|
4003
4012
|
readonly SkillPurchase: "skill_purchase";
|
|
4013
|
+
readonly SkyhookClaimFee: "skyhook_claim_fee";
|
|
4004
4014
|
readonly SovereignityBill: "sovereignity_bill";
|
|
4005
4015
|
readonly StorePurchase: "store_purchase";
|
|
4006
4016
|
readonly StorePurchaseRefund: "store_purchase_refund";
|
|
@@ -4538,6 +4548,7 @@ export declare const GetCorporationsCorporationIdAssets200OkLocationFlagEnum: {
|
|
|
4538
4548
|
readonly Booster: "Booster";
|
|
4539
4549
|
readonly BoosterBay: "BoosterBay";
|
|
4540
4550
|
readonly Capsule: "Capsule";
|
|
4551
|
+
readonly CapsuleerDeliveries: "CapsuleerDeliveries";
|
|
4541
4552
|
readonly Cargo: "Cargo";
|
|
4542
4553
|
readonly CorpDeliveries: "CorpDeliveries";
|
|
4543
4554
|
readonly CorpSag1: "CorpSAG1";
|
|
@@ -4726,6 +4737,7 @@ export declare const GetCorporationsCorporationIdBlueprints200OkLocationFlagEnum
|
|
|
4726
4737
|
readonly Booster: "Booster";
|
|
4727
4738
|
readonly BoosterBay: "BoosterBay";
|
|
4728
4739
|
readonly Capsule: "Capsule";
|
|
4740
|
+
readonly CapsuleerDeliveries: "CapsuleerDeliveries";
|
|
4729
4741
|
readonly Cargo: "Cargo";
|
|
4730
4742
|
readonly CorpDeliveries: "CorpDeliveries";
|
|
4731
4743
|
readonly CorpSag1: "CorpSAG1";
|
|
@@ -5007,6 +5019,7 @@ export declare const GetCorporationsCorporationIdContainersLogs200OkLocationFlag
|
|
|
5007
5019
|
readonly Booster: "Booster";
|
|
5008
5020
|
readonly BoosterBay: "BoosterBay";
|
|
5009
5021
|
readonly Capsule: "Capsule";
|
|
5022
|
+
readonly CapsuleerDeliveries: "CapsuleerDeliveries";
|
|
5010
5023
|
readonly Cargo: "Cargo";
|
|
5011
5024
|
readonly CorpDeliveries: "CorpDeliveries";
|
|
5012
5025
|
readonly CorpSag1: "CorpSAG1";
|
|
@@ -8132,6 +8145,7 @@ export declare const GetCorporationsCorporationIdWalletsDivisionJournal200OkRefT
|
|
|
8132
8145
|
readonly AgentSecurityServices: "agent_security_services";
|
|
8133
8146
|
readonly AgentServicesRendered: "agent_services_rendered";
|
|
8134
8147
|
readonly AgentsPreward: "agents_preward";
|
|
8148
|
+
readonly AirCareerProgramReward: "air_career_program_reward";
|
|
8135
8149
|
readonly AllianceMaintainanceFee: "alliance_maintainance_fee";
|
|
8136
8150
|
readonly AllianceRegistrationFee: "alliance_registration_fee";
|
|
8137
8151
|
readonly AllignmentBasedGateToll: "allignment_based_gate_toll";
|
|
@@ -8205,7 +8219,14 @@ export declare const GetCorporationsCorporationIdWalletsDivisionJournal200OkRefT
|
|
|
8205
8219
|
readonly FluxTax: "flux_tax";
|
|
8206
8220
|
readonly FluxTicketRepayment: "flux_ticket_repayment";
|
|
8207
8221
|
readonly FluxTicketSale: "flux_ticket_sale";
|
|
8222
|
+
readonly FreelanceJobsBroadcastingFee: "freelance_jobs_broadcasting_fee";
|
|
8223
|
+
readonly FreelanceJobsDurationFee: "freelance_jobs_duration_fee";
|
|
8224
|
+
readonly FreelanceJobsEscrowRefund: "freelance_jobs_escrow_refund";
|
|
8225
|
+
readonly FreelanceJobsReward: "freelance_jobs_reward";
|
|
8226
|
+
readonly FreelanceJobsRewardCorporationTax: "freelance_jobs_reward_corporation_tax";
|
|
8227
|
+
readonly FreelanceJobsRewardEscrow: "freelance_jobs_reward_escrow";
|
|
8208
8228
|
readonly GmCashTransfer: "gm_cash_transfer";
|
|
8229
|
+
readonly GmPlexFeeRefund: "gm_plex_fee_refund";
|
|
8209
8230
|
readonly IndustryJobTax: "industry_job_tax";
|
|
8210
8231
|
readonly InfrastructureHubMaintenance: "infrastructure_hub_maintenance";
|
|
8211
8232
|
readonly Inheritance: "inheritance";
|
|
@@ -8254,6 +8275,7 @@ export declare const GetCorporationsCorporationIdWalletsDivisionJournal200OkRefT
|
|
|
8254
8275
|
readonly SecurityProcessingFee: "security_processing_fee";
|
|
8255
8276
|
readonly Shares: "shares";
|
|
8256
8277
|
readonly SkillPurchase: "skill_purchase";
|
|
8278
|
+
readonly SkyhookClaimFee: "skyhook_claim_fee";
|
|
8257
8279
|
readonly SovereignityBill: "sovereignity_bill";
|
|
8258
8280
|
readonly StorePurchase: "store_purchase";
|
|
8259
8281
|
readonly StorePurchaseRefund: "store_purchase_refund";
|
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* EVE Swagger Interface
|
|
6
6
|
* An OpenAPI for EVE Online
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.36
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -48,6 +48,7 @@ exports.GetCharactersCharacterIdAssets200OkLocationFlagEnum = {
|
|
|
48
48
|
AssetSafety: 'AssetSafety',
|
|
49
49
|
AutoFit: 'AutoFit',
|
|
50
50
|
BoosterBay: 'BoosterBay',
|
|
51
|
+
CapsuleerDeliveries: 'CapsuleerDeliveries',
|
|
51
52
|
Cargo: 'Cargo',
|
|
52
53
|
CorporationGoalDeliveries: 'CorporationGoalDeliveries',
|
|
53
54
|
CorpseBay: 'CorpseBay',
|
|
@@ -929,6 +930,7 @@ exports.GetCharactersCharacterIdWalletJournal200OkRefTypeEnum = {
|
|
|
929
930
|
AgentSecurityServices: 'agent_security_services',
|
|
930
931
|
AgentServicesRendered: 'agent_services_rendered',
|
|
931
932
|
AgentsPreward: 'agents_preward',
|
|
933
|
+
AirCareerProgramReward: 'air_career_program_reward',
|
|
932
934
|
AllianceMaintainanceFee: 'alliance_maintainance_fee',
|
|
933
935
|
AllianceRegistrationFee: 'alliance_registration_fee',
|
|
934
936
|
AllignmentBasedGateToll: 'allignment_based_gate_toll',
|
|
@@ -1002,7 +1004,14 @@ exports.GetCharactersCharacterIdWalletJournal200OkRefTypeEnum = {
|
|
|
1002
1004
|
FluxTax: 'flux_tax',
|
|
1003
1005
|
FluxTicketRepayment: 'flux_ticket_repayment',
|
|
1004
1006
|
FluxTicketSale: 'flux_ticket_sale',
|
|
1007
|
+
FreelanceJobsBroadcastingFee: 'freelance_jobs_broadcasting_fee',
|
|
1008
|
+
FreelanceJobsDurationFee: 'freelance_jobs_duration_fee',
|
|
1009
|
+
FreelanceJobsEscrowRefund: 'freelance_jobs_escrow_refund',
|
|
1010
|
+
FreelanceJobsReward: 'freelance_jobs_reward',
|
|
1011
|
+
FreelanceJobsRewardCorporationTax: 'freelance_jobs_reward_corporation_tax',
|
|
1012
|
+
FreelanceJobsRewardEscrow: 'freelance_jobs_reward_escrow',
|
|
1005
1013
|
GmCashTransfer: 'gm_cash_transfer',
|
|
1014
|
+
GmPlexFeeRefund: 'gm_plex_fee_refund',
|
|
1006
1015
|
IndustryJobTax: 'industry_job_tax',
|
|
1007
1016
|
InfrastructureHubMaintenance: 'infrastructure_hub_maintenance',
|
|
1008
1017
|
Inheritance: 'inheritance',
|
|
@@ -1051,6 +1060,7 @@ exports.GetCharactersCharacterIdWalletJournal200OkRefTypeEnum = {
|
|
|
1051
1060
|
SecurityProcessingFee: 'security_processing_fee',
|
|
1052
1061
|
Shares: 'shares',
|
|
1053
1062
|
SkillPurchase: 'skill_purchase',
|
|
1063
|
+
SkyhookClaimFee: 'skyhook_claim_fee',
|
|
1054
1064
|
SovereignityBill: 'sovereignity_bill',
|
|
1055
1065
|
StorePurchase: 'store_purchase',
|
|
1056
1066
|
StorePurchaseRefund: 'store_purchase_refund',
|
|
@@ -1079,6 +1089,7 @@ exports.GetCorporationsCorporationIdAssets200OkLocationFlagEnum = {
|
|
|
1079
1089
|
Booster: 'Booster',
|
|
1080
1090
|
BoosterBay: 'BoosterBay',
|
|
1081
1091
|
Capsule: 'Capsule',
|
|
1092
|
+
CapsuleerDeliveries: 'CapsuleerDeliveries',
|
|
1082
1093
|
Cargo: 'Cargo',
|
|
1083
1094
|
CorpDeliveries: 'CorpDeliveries',
|
|
1084
1095
|
CorpSag1: 'CorpSAG1',
|
|
@@ -1210,6 +1221,7 @@ exports.GetCorporationsCorporationIdBlueprints200OkLocationFlagEnum = {
|
|
|
1210
1221
|
Booster: 'Booster',
|
|
1211
1222
|
BoosterBay: 'BoosterBay',
|
|
1212
1223
|
Capsule: 'Capsule',
|
|
1224
|
+
CapsuleerDeliveries: 'CapsuleerDeliveries',
|
|
1213
1225
|
Cargo: 'Cargo',
|
|
1214
1226
|
CorpDeliveries: 'CorpDeliveries',
|
|
1215
1227
|
CorpSag1: 'CorpSAG1',
|
|
@@ -1353,6 +1365,7 @@ exports.GetCorporationsCorporationIdContainersLogs200OkLocationFlagEnum = {
|
|
|
1353
1365
|
Booster: 'Booster',
|
|
1354
1366
|
BoosterBay: 'BoosterBay',
|
|
1355
1367
|
Capsule: 'Capsule',
|
|
1368
|
+
CapsuleerDeliveries: 'CapsuleerDeliveries',
|
|
1356
1369
|
Cargo: 'Cargo',
|
|
1357
1370
|
CorpDeliveries: 'CorpDeliveries',
|
|
1358
1371
|
CorpSag1: 'CorpSAG1',
|
|
@@ -2670,6 +2683,7 @@ exports.GetCorporationsCorporationIdWalletsDivisionJournal200OkRefTypeEnum = {
|
|
|
2670
2683
|
AgentSecurityServices: 'agent_security_services',
|
|
2671
2684
|
AgentServicesRendered: 'agent_services_rendered',
|
|
2672
2685
|
AgentsPreward: 'agents_preward',
|
|
2686
|
+
AirCareerProgramReward: 'air_career_program_reward',
|
|
2673
2687
|
AllianceMaintainanceFee: 'alliance_maintainance_fee',
|
|
2674
2688
|
AllianceRegistrationFee: 'alliance_registration_fee',
|
|
2675
2689
|
AllignmentBasedGateToll: 'allignment_based_gate_toll',
|
|
@@ -2743,7 +2757,14 @@ exports.GetCorporationsCorporationIdWalletsDivisionJournal200OkRefTypeEnum = {
|
|
|
2743
2757
|
FluxTax: 'flux_tax',
|
|
2744
2758
|
FluxTicketRepayment: 'flux_ticket_repayment',
|
|
2745
2759
|
FluxTicketSale: 'flux_ticket_sale',
|
|
2760
|
+
FreelanceJobsBroadcastingFee: 'freelance_jobs_broadcasting_fee',
|
|
2761
|
+
FreelanceJobsDurationFee: 'freelance_jobs_duration_fee',
|
|
2762
|
+
FreelanceJobsEscrowRefund: 'freelance_jobs_escrow_refund',
|
|
2763
|
+
FreelanceJobsReward: 'freelance_jobs_reward',
|
|
2764
|
+
FreelanceJobsRewardCorporationTax: 'freelance_jobs_reward_corporation_tax',
|
|
2765
|
+
FreelanceJobsRewardEscrow: 'freelance_jobs_reward_escrow',
|
|
2746
2766
|
GmCashTransfer: 'gm_cash_transfer',
|
|
2767
|
+
GmPlexFeeRefund: 'gm_plex_fee_refund',
|
|
2747
2768
|
IndustryJobTax: 'industry_job_tax',
|
|
2748
2769
|
InfrastructureHubMaintenance: 'infrastructure_hub_maintenance',
|
|
2749
2770
|
Inheritance: 'inheritance',
|
|
@@ -2792,6 +2813,7 @@ exports.GetCorporationsCorporationIdWalletsDivisionJournal200OkRefTypeEnum = {
|
|
|
2792
2813
|
SecurityProcessingFee: 'security_processing_fee',
|
|
2793
2814
|
Shares: 'shares',
|
|
2794
2815
|
SkillPurchase: 'skill_purchase',
|
|
2816
|
+
SkyhookClaimFee: 'skyhook_claim_fee',
|
|
2795
2817
|
SovereignityBill: 'sovereignity_bill',
|
|
2796
2818
|
StorePurchase: 'store_purchase',
|
|
2797
2819
|
StorePurchaseRefund: 'store_purchase_refund',
|
package/dist/base.d.ts
CHANGED
package/dist/base.js
CHANGED
package/dist/common.d.ts
CHANGED
package/dist/common.js
CHANGED
package/dist/configuration.d.ts
CHANGED
package/dist/configuration.js
CHANGED
package/dist/esm/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* EVE Swagger Interface
|
|
3
3
|
* An OpenAPI for EVE Online
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.36
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -376,6 +376,7 @@ export declare const GetCharactersCharacterIdAssets200OkLocationFlagEnum: {
|
|
|
376
376
|
readonly AssetSafety: "AssetSafety";
|
|
377
377
|
readonly AutoFit: "AutoFit";
|
|
378
378
|
readonly BoosterBay: "BoosterBay";
|
|
379
|
+
readonly CapsuleerDeliveries: "CapsuleerDeliveries";
|
|
379
380
|
readonly Cargo: "Cargo";
|
|
380
381
|
readonly CorporationGoalDeliveries: "CorporationGoalDeliveries";
|
|
381
382
|
readonly CorpseBay: "CorpseBay";
|
|
@@ -3879,6 +3880,7 @@ export declare const GetCharactersCharacterIdWalletJournal200OkRefTypeEnum: {
|
|
|
3879
3880
|
readonly AgentSecurityServices: "agent_security_services";
|
|
3880
3881
|
readonly AgentServicesRendered: "agent_services_rendered";
|
|
3881
3882
|
readonly AgentsPreward: "agents_preward";
|
|
3883
|
+
readonly AirCareerProgramReward: "air_career_program_reward";
|
|
3882
3884
|
readonly AllianceMaintainanceFee: "alliance_maintainance_fee";
|
|
3883
3885
|
readonly AllianceRegistrationFee: "alliance_registration_fee";
|
|
3884
3886
|
readonly AllignmentBasedGateToll: "allignment_based_gate_toll";
|
|
@@ -3952,7 +3954,14 @@ export declare const GetCharactersCharacterIdWalletJournal200OkRefTypeEnum: {
|
|
|
3952
3954
|
readonly FluxTax: "flux_tax";
|
|
3953
3955
|
readonly FluxTicketRepayment: "flux_ticket_repayment";
|
|
3954
3956
|
readonly FluxTicketSale: "flux_ticket_sale";
|
|
3957
|
+
readonly FreelanceJobsBroadcastingFee: "freelance_jobs_broadcasting_fee";
|
|
3958
|
+
readonly FreelanceJobsDurationFee: "freelance_jobs_duration_fee";
|
|
3959
|
+
readonly FreelanceJobsEscrowRefund: "freelance_jobs_escrow_refund";
|
|
3960
|
+
readonly FreelanceJobsReward: "freelance_jobs_reward";
|
|
3961
|
+
readonly FreelanceJobsRewardCorporationTax: "freelance_jobs_reward_corporation_tax";
|
|
3962
|
+
readonly FreelanceJobsRewardEscrow: "freelance_jobs_reward_escrow";
|
|
3955
3963
|
readonly GmCashTransfer: "gm_cash_transfer";
|
|
3964
|
+
readonly GmPlexFeeRefund: "gm_plex_fee_refund";
|
|
3956
3965
|
readonly IndustryJobTax: "industry_job_tax";
|
|
3957
3966
|
readonly InfrastructureHubMaintenance: "infrastructure_hub_maintenance";
|
|
3958
3967
|
readonly Inheritance: "inheritance";
|
|
@@ -4001,6 +4010,7 @@ export declare const GetCharactersCharacterIdWalletJournal200OkRefTypeEnum: {
|
|
|
4001
4010
|
readonly SecurityProcessingFee: "security_processing_fee";
|
|
4002
4011
|
readonly Shares: "shares";
|
|
4003
4012
|
readonly SkillPurchase: "skill_purchase";
|
|
4013
|
+
readonly SkyhookClaimFee: "skyhook_claim_fee";
|
|
4004
4014
|
readonly SovereignityBill: "sovereignity_bill";
|
|
4005
4015
|
readonly StorePurchase: "store_purchase";
|
|
4006
4016
|
readonly StorePurchaseRefund: "store_purchase_refund";
|
|
@@ -4538,6 +4548,7 @@ export declare const GetCorporationsCorporationIdAssets200OkLocationFlagEnum: {
|
|
|
4538
4548
|
readonly Booster: "Booster";
|
|
4539
4549
|
readonly BoosterBay: "BoosterBay";
|
|
4540
4550
|
readonly Capsule: "Capsule";
|
|
4551
|
+
readonly CapsuleerDeliveries: "CapsuleerDeliveries";
|
|
4541
4552
|
readonly Cargo: "Cargo";
|
|
4542
4553
|
readonly CorpDeliveries: "CorpDeliveries";
|
|
4543
4554
|
readonly CorpSag1: "CorpSAG1";
|
|
@@ -4726,6 +4737,7 @@ export declare const GetCorporationsCorporationIdBlueprints200OkLocationFlagEnum
|
|
|
4726
4737
|
readonly Booster: "Booster";
|
|
4727
4738
|
readonly BoosterBay: "BoosterBay";
|
|
4728
4739
|
readonly Capsule: "Capsule";
|
|
4740
|
+
readonly CapsuleerDeliveries: "CapsuleerDeliveries";
|
|
4729
4741
|
readonly Cargo: "Cargo";
|
|
4730
4742
|
readonly CorpDeliveries: "CorpDeliveries";
|
|
4731
4743
|
readonly CorpSag1: "CorpSAG1";
|
|
@@ -5007,6 +5019,7 @@ export declare const GetCorporationsCorporationIdContainersLogs200OkLocationFlag
|
|
|
5007
5019
|
readonly Booster: "Booster";
|
|
5008
5020
|
readonly BoosterBay: "BoosterBay";
|
|
5009
5021
|
readonly Capsule: "Capsule";
|
|
5022
|
+
readonly CapsuleerDeliveries: "CapsuleerDeliveries";
|
|
5010
5023
|
readonly Cargo: "Cargo";
|
|
5011
5024
|
readonly CorpDeliveries: "CorpDeliveries";
|
|
5012
5025
|
readonly CorpSag1: "CorpSAG1";
|
|
@@ -8132,6 +8145,7 @@ export declare const GetCorporationsCorporationIdWalletsDivisionJournal200OkRefT
|
|
|
8132
8145
|
readonly AgentSecurityServices: "agent_security_services";
|
|
8133
8146
|
readonly AgentServicesRendered: "agent_services_rendered";
|
|
8134
8147
|
readonly AgentsPreward: "agents_preward";
|
|
8148
|
+
readonly AirCareerProgramReward: "air_career_program_reward";
|
|
8135
8149
|
readonly AllianceMaintainanceFee: "alliance_maintainance_fee";
|
|
8136
8150
|
readonly AllianceRegistrationFee: "alliance_registration_fee";
|
|
8137
8151
|
readonly AllignmentBasedGateToll: "allignment_based_gate_toll";
|
|
@@ -8205,7 +8219,14 @@ export declare const GetCorporationsCorporationIdWalletsDivisionJournal200OkRefT
|
|
|
8205
8219
|
readonly FluxTax: "flux_tax";
|
|
8206
8220
|
readonly FluxTicketRepayment: "flux_ticket_repayment";
|
|
8207
8221
|
readonly FluxTicketSale: "flux_ticket_sale";
|
|
8222
|
+
readonly FreelanceJobsBroadcastingFee: "freelance_jobs_broadcasting_fee";
|
|
8223
|
+
readonly FreelanceJobsDurationFee: "freelance_jobs_duration_fee";
|
|
8224
|
+
readonly FreelanceJobsEscrowRefund: "freelance_jobs_escrow_refund";
|
|
8225
|
+
readonly FreelanceJobsReward: "freelance_jobs_reward";
|
|
8226
|
+
readonly FreelanceJobsRewardCorporationTax: "freelance_jobs_reward_corporation_tax";
|
|
8227
|
+
readonly FreelanceJobsRewardEscrow: "freelance_jobs_reward_escrow";
|
|
8208
8228
|
readonly GmCashTransfer: "gm_cash_transfer";
|
|
8229
|
+
readonly GmPlexFeeRefund: "gm_plex_fee_refund";
|
|
8209
8230
|
readonly IndustryJobTax: "industry_job_tax";
|
|
8210
8231
|
readonly InfrastructureHubMaintenance: "infrastructure_hub_maintenance";
|
|
8211
8232
|
readonly Inheritance: "inheritance";
|
|
@@ -8254,6 +8275,7 @@ export declare const GetCorporationsCorporationIdWalletsDivisionJournal200OkRefT
|
|
|
8254
8275
|
readonly SecurityProcessingFee: "security_processing_fee";
|
|
8255
8276
|
readonly Shares: "shares";
|
|
8256
8277
|
readonly SkillPurchase: "skill_purchase";
|
|
8278
|
+
readonly SkyhookClaimFee: "skyhook_claim_fee";
|
|
8257
8279
|
readonly SovereignityBill: "sovereignity_bill";
|
|
8258
8280
|
readonly StorePurchase: "store_purchase";
|
|
8259
8281
|
readonly StorePurchaseRefund: "store_purchase_refund";
|
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* EVE Swagger Interface
|
|
5
5
|
* An OpenAPI for EVE Online
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.36
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -36,6 +36,7 @@ export const GetCharactersCharacterIdAssets200OkLocationFlagEnum = {
|
|
|
36
36
|
AssetSafety: 'AssetSafety',
|
|
37
37
|
AutoFit: 'AutoFit',
|
|
38
38
|
BoosterBay: 'BoosterBay',
|
|
39
|
+
CapsuleerDeliveries: 'CapsuleerDeliveries',
|
|
39
40
|
Cargo: 'Cargo',
|
|
40
41
|
CorporationGoalDeliveries: 'CorporationGoalDeliveries',
|
|
41
42
|
CorpseBay: 'CorpseBay',
|
|
@@ -917,6 +918,7 @@ export const GetCharactersCharacterIdWalletJournal200OkRefTypeEnum = {
|
|
|
917
918
|
AgentSecurityServices: 'agent_security_services',
|
|
918
919
|
AgentServicesRendered: 'agent_services_rendered',
|
|
919
920
|
AgentsPreward: 'agents_preward',
|
|
921
|
+
AirCareerProgramReward: 'air_career_program_reward',
|
|
920
922
|
AllianceMaintainanceFee: 'alliance_maintainance_fee',
|
|
921
923
|
AllianceRegistrationFee: 'alliance_registration_fee',
|
|
922
924
|
AllignmentBasedGateToll: 'allignment_based_gate_toll',
|
|
@@ -990,7 +992,14 @@ export const GetCharactersCharacterIdWalletJournal200OkRefTypeEnum = {
|
|
|
990
992
|
FluxTax: 'flux_tax',
|
|
991
993
|
FluxTicketRepayment: 'flux_ticket_repayment',
|
|
992
994
|
FluxTicketSale: 'flux_ticket_sale',
|
|
995
|
+
FreelanceJobsBroadcastingFee: 'freelance_jobs_broadcasting_fee',
|
|
996
|
+
FreelanceJobsDurationFee: 'freelance_jobs_duration_fee',
|
|
997
|
+
FreelanceJobsEscrowRefund: 'freelance_jobs_escrow_refund',
|
|
998
|
+
FreelanceJobsReward: 'freelance_jobs_reward',
|
|
999
|
+
FreelanceJobsRewardCorporationTax: 'freelance_jobs_reward_corporation_tax',
|
|
1000
|
+
FreelanceJobsRewardEscrow: 'freelance_jobs_reward_escrow',
|
|
993
1001
|
GmCashTransfer: 'gm_cash_transfer',
|
|
1002
|
+
GmPlexFeeRefund: 'gm_plex_fee_refund',
|
|
994
1003
|
IndustryJobTax: 'industry_job_tax',
|
|
995
1004
|
InfrastructureHubMaintenance: 'infrastructure_hub_maintenance',
|
|
996
1005
|
Inheritance: 'inheritance',
|
|
@@ -1039,6 +1048,7 @@ export const GetCharactersCharacterIdWalletJournal200OkRefTypeEnum = {
|
|
|
1039
1048
|
SecurityProcessingFee: 'security_processing_fee',
|
|
1040
1049
|
Shares: 'shares',
|
|
1041
1050
|
SkillPurchase: 'skill_purchase',
|
|
1051
|
+
SkyhookClaimFee: 'skyhook_claim_fee',
|
|
1042
1052
|
SovereignityBill: 'sovereignity_bill',
|
|
1043
1053
|
StorePurchase: 'store_purchase',
|
|
1044
1054
|
StorePurchaseRefund: 'store_purchase_refund',
|
|
@@ -1067,6 +1077,7 @@ export const GetCorporationsCorporationIdAssets200OkLocationFlagEnum = {
|
|
|
1067
1077
|
Booster: 'Booster',
|
|
1068
1078
|
BoosterBay: 'BoosterBay',
|
|
1069
1079
|
Capsule: 'Capsule',
|
|
1080
|
+
CapsuleerDeliveries: 'CapsuleerDeliveries',
|
|
1070
1081
|
Cargo: 'Cargo',
|
|
1071
1082
|
CorpDeliveries: 'CorpDeliveries',
|
|
1072
1083
|
CorpSag1: 'CorpSAG1',
|
|
@@ -1198,6 +1209,7 @@ export const GetCorporationsCorporationIdBlueprints200OkLocationFlagEnum = {
|
|
|
1198
1209
|
Booster: 'Booster',
|
|
1199
1210
|
BoosterBay: 'BoosterBay',
|
|
1200
1211
|
Capsule: 'Capsule',
|
|
1212
|
+
CapsuleerDeliveries: 'CapsuleerDeliveries',
|
|
1201
1213
|
Cargo: 'Cargo',
|
|
1202
1214
|
CorpDeliveries: 'CorpDeliveries',
|
|
1203
1215
|
CorpSag1: 'CorpSAG1',
|
|
@@ -1341,6 +1353,7 @@ export const GetCorporationsCorporationIdContainersLogs200OkLocationFlagEnum = {
|
|
|
1341
1353
|
Booster: 'Booster',
|
|
1342
1354
|
BoosterBay: 'BoosterBay',
|
|
1343
1355
|
Capsule: 'Capsule',
|
|
1356
|
+
CapsuleerDeliveries: 'CapsuleerDeliveries',
|
|
1344
1357
|
Cargo: 'Cargo',
|
|
1345
1358
|
CorpDeliveries: 'CorpDeliveries',
|
|
1346
1359
|
CorpSag1: 'CorpSAG1',
|
|
@@ -2658,6 +2671,7 @@ export const GetCorporationsCorporationIdWalletsDivisionJournal200OkRefTypeEnum
|
|
|
2658
2671
|
AgentSecurityServices: 'agent_security_services',
|
|
2659
2672
|
AgentServicesRendered: 'agent_services_rendered',
|
|
2660
2673
|
AgentsPreward: 'agents_preward',
|
|
2674
|
+
AirCareerProgramReward: 'air_career_program_reward',
|
|
2661
2675
|
AllianceMaintainanceFee: 'alliance_maintainance_fee',
|
|
2662
2676
|
AllianceRegistrationFee: 'alliance_registration_fee',
|
|
2663
2677
|
AllignmentBasedGateToll: 'allignment_based_gate_toll',
|
|
@@ -2731,7 +2745,14 @@ export const GetCorporationsCorporationIdWalletsDivisionJournal200OkRefTypeEnum
|
|
|
2731
2745
|
FluxTax: 'flux_tax',
|
|
2732
2746
|
FluxTicketRepayment: 'flux_ticket_repayment',
|
|
2733
2747
|
FluxTicketSale: 'flux_ticket_sale',
|
|
2748
|
+
FreelanceJobsBroadcastingFee: 'freelance_jobs_broadcasting_fee',
|
|
2749
|
+
FreelanceJobsDurationFee: 'freelance_jobs_duration_fee',
|
|
2750
|
+
FreelanceJobsEscrowRefund: 'freelance_jobs_escrow_refund',
|
|
2751
|
+
FreelanceJobsReward: 'freelance_jobs_reward',
|
|
2752
|
+
FreelanceJobsRewardCorporationTax: 'freelance_jobs_reward_corporation_tax',
|
|
2753
|
+
FreelanceJobsRewardEscrow: 'freelance_jobs_reward_escrow',
|
|
2734
2754
|
GmCashTransfer: 'gm_cash_transfer',
|
|
2755
|
+
GmPlexFeeRefund: 'gm_plex_fee_refund',
|
|
2735
2756
|
IndustryJobTax: 'industry_job_tax',
|
|
2736
2757
|
InfrastructureHubMaintenance: 'infrastructure_hub_maintenance',
|
|
2737
2758
|
Inheritance: 'inheritance',
|
|
@@ -2780,6 +2801,7 @@ export const GetCorporationsCorporationIdWalletsDivisionJournal200OkRefTypeEnum
|
|
|
2780
2801
|
SecurityProcessingFee: 'security_processing_fee',
|
|
2781
2802
|
Shares: 'shares',
|
|
2782
2803
|
SkillPurchase: 'skill_purchase',
|
|
2804
|
+
SkyhookClaimFee: 'skyhook_claim_fee',
|
|
2783
2805
|
SovereignityBill: 'sovereignity_bill',
|
|
2784
2806
|
StorePurchase: 'store_purchase',
|
|
2785
2807
|
StorePurchaseRefund: 'store_purchase_refund',
|
package/dist/esm/base.d.ts
CHANGED
package/dist/esm/base.js
CHANGED
package/dist/esm/common.d.ts
CHANGED
package/dist/esm/common.js
CHANGED
package/dist/esm/index.d.ts
CHANGED
package/dist/esm/index.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/index.ts
CHANGED