@aephia/atlas-kit 0.5.0 → 0.6.0-next.2
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 +38 -27
- package/dist/cargo/actions/deposit.d.ts +52 -0
- package/dist/cargo/actions/deposit.d.ts.map +1 -0
- package/dist/cargo/actions/deposit.js +192 -0
- package/dist/cargo/actions/deposit.js.map +1 -0
- package/dist/cargo/actions/index.d.ts +1 -0
- package/dist/cargo/actions/index.d.ts.map +1 -1
- package/dist/cargo/actions/index.js +1 -0
- package/dist/cargo/actions/index.js.map +1 -1
- package/dist/cargo/actions/wallet-token.d.ts +8 -0
- package/dist/cargo/actions/wallet-token.d.ts.map +1 -0
- package/dist/cargo/actions/wallet-token.js +58 -0
- package/dist/cargo/actions/wallet-token.js.map +1 -0
- package/dist/cargo/index.d.ts +1 -0
- package/dist/cargo/index.d.ts.map +1 -1
- package/dist/cargo/index.js +1 -0
- package/dist/cargo/index.js.map +1 -1
- package/dist/claim-stakes/actions/index.d.ts +393 -0
- package/dist/claim-stakes/actions/index.d.ts.map +1 -0
- package/dist/claim-stakes/actions/index.js +1747 -0
- package/dist/claim-stakes/actions/index.js.map +1 -0
- package/dist/claim-stakes/index.d.ts +64 -0
- package/dist/claim-stakes/index.d.ts.map +1 -1
- package/dist/claim-stakes/index.js +49 -0
- package/dist/claim-stakes/index.js.map +1 -1
- package/dist/client/context.d.ts.map +1 -1
- package/dist/client/context.js +2 -1
- package/dist/client/context.js.map +1 -1
- package/dist/client/errors.d.ts +12 -3
- package/dist/client/errors.d.ts.map +1 -1
- package/dist/client/errors.js +11 -0
- package/dist/client/errors.js.map +1 -1
- package/dist/client/index.d.ts +2 -1
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +1 -0
- package/dist/client/index.js.map +1 -1
- package/dist/client/lifecycle.d.ts +2 -0
- package/dist/client/lifecycle.d.ts.map +1 -1
- package/dist/client/lifecycle.js +31 -0
- package/dist/client/lifecycle.js.map +1 -1
- package/dist/combat/actions/index.d.ts +239 -0
- package/dist/combat/actions/index.d.ts.map +1 -0
- package/dist/combat/actions/index.js +1146 -0
- package/dist/combat/actions/index.js.map +1 -0
- package/dist/crafting/actions/index.d.ts +140 -0
- package/dist/crafting/actions/index.d.ts.map +1 -0
- package/dist/crafting/actions/index.js +728 -0
- package/dist/crafting/actions/index.js.map +1 -0
- package/dist/crafting/index.d.ts +74 -8
- package/dist/crafting/index.d.ts.map +1 -1
- package/dist/crafting/index.js +55 -9
- package/dist/crafting/index.js.map +1 -1
- package/dist/fleets/actions/index.d.ts +5 -4
- package/dist/fleets/actions/index.d.ts.map +1 -1
- package/dist/fleets/actions/index.js +85 -58
- package/dist/fleets/actions/index.js.map +1 -1
- package/dist/fleets/index.d.ts +1 -0
- package/dist/fleets/index.d.ts.map +1 -1
- package/dist/fleets/index.js +1 -0
- package/dist/fleets/index.js.map +1 -1
- package/dist/index.d.ts +13 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -2
- package/dist/index.js.map +1 -1
- package/dist/internal/c4/claim-stake-building-definitions.d.ts +50 -0
- package/dist/internal/c4/claim-stake-building-definitions.d.ts.map +1 -0
- package/dist/internal/c4/claim-stake-building-definitions.js +56 -0
- package/dist/internal/c4/claim-stake-building-definitions.js.map +1 -0
- package/dist/internal/c4/claim-stake-configuration.d.ts +17 -0
- package/dist/internal/c4/claim-stake-configuration.d.ts.map +1 -0
- package/dist/internal/c4/claim-stake-configuration.js +47 -0
- package/dist/internal/c4/claim-stake-configuration.js.map +1 -0
- package/dist/internal/c4/claim-stake-definitions.d.ts +37 -0
- package/dist/internal/c4/claim-stake-definitions.d.ts.map +1 -0
- package/dist/internal/c4/claim-stake-definitions.js +77 -0
- package/dist/internal/c4/claim-stake-definitions.js.map +1 -0
- package/dist/internal/c4/fleet.d.ts.map +1 -1
- package/dist/internal/c4/fleet.js +2 -102
- package/dist/internal/c4/fleet.js.map +1 -1
- package/dist/internal/c4/game-definition-layout.d.ts +11 -0
- package/dist/internal/c4/game-definition-layout.d.ts.map +1 -0
- package/dist/internal/c4/game-definition-layout.js +32 -0
- package/dist/internal/c4/game-definition-layout.js.map +1 -0
- package/dist/internal/c4/game.d.ts +19 -1
- package/dist/internal/c4/game.d.ts.map +1 -1
- package/dist/internal/c4/game.js +26 -37
- package/dist/internal/c4/game.js.map +1 -1
- package/dist/internal/c4/profile-faction.d.ts +6 -0
- package/dist/internal/c4/profile-faction.d.ts.map +1 -1
- package/dist/internal/c4/profile-faction.js +22 -1
- package/dist/internal/c4/profile-faction.js.map +1 -1
- package/dist/internal/c4/ship-stats.d.ts +5 -0
- package/dist/internal/c4/ship-stats.d.ts.map +1 -0
- package/dist/internal/c4/ship-stats.js +106 -0
- package/dist/internal/c4/ship-stats.js.map +1 -0
- package/dist/internal/c4/world.d.ts +23 -1
- package/dist/internal/c4/world.d.ts.map +1 -1
- package/dist/internal/c4/world.js +53 -1
- package/dist/internal/c4/world.js.map +1 -1
- package/dist/internal/crafting-process-state.d.ts +15 -0
- package/dist/internal/crafting-process-state.d.ts.map +1 -0
- package/dist/internal/crafting-process-state.js +12 -0
- package/dist/internal/crafting-process-state.js.map +1 -0
- package/dist/internal/planning/authorization-adapter.d.ts +79 -0
- package/dist/internal/planning/authorization-adapter.d.ts.map +1 -1
- package/dist/internal/planning/authorization-adapter.js +402 -0
- package/dist/internal/planning/authorization-adapter.js.map +1 -1
- package/dist/internal/read-meta.d.ts +39 -3
- package/dist/internal/read-meta.d.ts.map +1 -1
- package/dist/internal/read-meta.js +0 -10
- package/dist/internal/read-meta.js.map +1 -1
- package/dist/loyalty/actions/index.d.ts +40 -0
- package/dist/loyalty/actions/index.d.ts.map +1 -0
- package/dist/loyalty/actions/index.js +159 -0
- package/dist/loyalty/actions/index.js.map +1 -0
- package/dist/markets/actions/index.d.ts +100 -0
- package/dist/markets/actions/index.d.ts.map +1 -0
- package/dist/markets/actions/index.js +417 -0
- package/dist/markets/actions/index.js.map +1 -0
- package/dist/planning/assembly.d.ts +4 -0
- package/dist/planning/assembly.d.ts.map +1 -1
- package/dist/planning/assembly.js +13 -0
- package/dist/planning/assembly.js.map +1 -1
- package/dist/planning/composition.d.ts.map +1 -1
- package/dist/planning/composition.js +20 -1
- package/dist/planning/composition.js.map +1 -1
- package/dist/planning/execution.d.ts.map +1 -1
- package/dist/planning/execution.js +7 -4
- package/dist/planning/execution.js.map +1 -1
- package/dist/planning/index.d.ts +27 -8
- package/dist/planning/index.d.ts.map +1 -1
- package/dist/planning/index.js +57 -13
- package/dist/planning/index.js.map +1 -1
- package/dist/planning/simulation.d.ts.map +1 -1
- package/dist/planning/simulation.js +2 -1
- package/dist/planning/simulation.js.map +1 -1
- package/dist/registry/cargo.d.ts +17 -0
- package/dist/registry/cargo.d.ts.map +1 -0
- package/dist/registry/cargo.js +35 -0
- package/dist/registry/cargo.js.map +1 -0
- package/dist/registry/claim-stakes.d.ts +11 -0
- package/dist/registry/claim-stakes.d.ts.map +1 -0
- package/dist/registry/claim-stakes.js +15 -0
- package/dist/registry/claim-stakes.js.map +1 -0
- package/dist/registry/definition-section-snapshot.d.ts +42 -0
- package/dist/registry/definition-section-snapshot.d.ts.map +1 -0
- package/dist/registry/definition-section-snapshot.js +214 -0
- package/dist/registry/definition-section-snapshot.js.map +1 -0
- package/dist/registry/index.d.ts +114 -7
- package/dist/registry/index.d.ts.map +1 -1
- package/dist/registry/index.js +372 -101
- package/dist/registry/index.js.map +1 -1
- package/dist/registry/publication.d.ts +8 -0
- package/dist/registry/publication.d.ts.map +1 -0
- package/dist/registry/publication.js +10 -0
- package/dist/registry/publication.js.map +1 -0
- package/dist/registry/ship-stats-snapshot.d.ts +8 -0
- package/dist/registry/ship-stats-snapshot.d.ts.map +1 -0
- package/dist/registry/ship-stats-snapshot.js +154 -0
- package/dist/registry/ship-stats-snapshot.js.map +1 -0
- package/dist/world/index.d.ts +22 -1
- package/dist/world/index.d.ts.map +1 -1
- package/dist/world/index.js +24 -1
- package/dist/world/index.js.map +1 -1
- package/package.json +21 -1
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
import { type Address } from '@solana/kit';
|
|
2
|
+
import type { SageContext } from '../../client/contracts.js';
|
|
3
|
+
import type { EntityRef } from '../../client/refs.js';
|
|
4
|
+
import { type LootAccountData } from '../../internal/c4/combat.js';
|
|
5
|
+
import type { GameStimulantEffectData } from '../../internal/c4/game.js';
|
|
6
|
+
import { type StarSystemAccountData } from '../../internal/c4/world.js';
|
|
7
|
+
import type { ResolvedFleetAccountData } from '../../internal/fleet.js';
|
|
8
|
+
import { type PlanAuthorization } from '../../internal/planning/authorization-adapter.js';
|
|
9
|
+
import { type Plan } from '../../planning/index.js';
|
|
10
|
+
import { type CargoDefinitionSummary } from '../../registry/index.js';
|
|
11
|
+
export type { PlanAuthorization };
|
|
12
|
+
interface FleetSnapshot extends Omit<ResolvedFleetAccountData, 'ownerProfile'> {
|
|
13
|
+
readonly kind: 'fleet';
|
|
14
|
+
readonly address: Address;
|
|
15
|
+
readonly ownerProfile: EntityRef<'profile'>;
|
|
16
|
+
toJSON(): unknown;
|
|
17
|
+
}
|
|
18
|
+
interface StarSystemSnapshot extends StarSystemAccountData {
|
|
19
|
+
readonly kind: 'starSystem';
|
|
20
|
+
readonly address: Address;
|
|
21
|
+
toJSON(): unknown;
|
|
22
|
+
}
|
|
23
|
+
interface LootSnapshot {
|
|
24
|
+
readonly kind: 'loot';
|
|
25
|
+
readonly address: Address;
|
|
26
|
+
readonly version: number;
|
|
27
|
+
readonly game: EntityRef<'game'>;
|
|
28
|
+
readonly profile: EntityRef<'profile'>;
|
|
29
|
+
readonly reward: LootAccountData['reward'];
|
|
30
|
+
readonly coordinates: {
|
|
31
|
+
readonly x: number;
|
|
32
|
+
readonly y: number;
|
|
33
|
+
};
|
|
34
|
+
readonly items: readonly {
|
|
35
|
+
readonly destroyer: EntityRef<'fleet'>;
|
|
36
|
+
readonly exclusivityUnlockAtUnixSeconds: bigint;
|
|
37
|
+
readonly rewardReclaimAtUnixSeconds: bigint;
|
|
38
|
+
readonly inventory: {
|
|
39
|
+
readonly sequenceId: number;
|
|
40
|
+
readonly storageCostRaw: bigint;
|
|
41
|
+
readonly items: readonly {
|
|
42
|
+
readonly cargo: CargoDefinitionSummary;
|
|
43
|
+
readonly quantityRaw: bigint;
|
|
44
|
+
}[];
|
|
45
|
+
};
|
|
46
|
+
}[];
|
|
47
|
+
toJSON(): unknown;
|
|
48
|
+
}
|
|
49
|
+
interface CombatStimulantDefinition {
|
|
50
|
+
readonly cargo: CargoDefinitionSummary;
|
|
51
|
+
readonly effects: readonly GameStimulantEffectData[];
|
|
52
|
+
}
|
|
53
|
+
/** Inputs for applying one catalogued combat stimulant to an owned Fleet.
|
|
54
|
+
* @example
|
|
55
|
+
* ```ts
|
|
56
|
+
* declare const authorization: PlanAuthorization;
|
|
57
|
+
* const options: PlanFleetApplyCombatStimulantOptions = { authorization };
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
export interface PlanFleetApplyCombatStimulantOptions {
|
|
61
|
+
readonly authorization: PlanAuthorization;
|
|
62
|
+
}
|
|
63
|
+
/** Public attack stance translated from the generated combat vocabulary.
|
|
64
|
+
* @example
|
|
65
|
+
* ```ts
|
|
66
|
+
* const stance: FleetAttackStance = { ammoUsage: 'light' };
|
|
67
|
+
* ```
|
|
68
|
+
*/
|
|
69
|
+
export interface FleetAttackStance {
|
|
70
|
+
readonly ammoUsage: 'none' | 'light' | 'heavy';
|
|
71
|
+
}
|
|
72
|
+
/** Address-only signer inputs for one Fleet attack.
|
|
73
|
+
* @example
|
|
74
|
+
* ```ts
|
|
75
|
+
* declare const authorization: PlanAuthorization;
|
|
76
|
+
* declare const loot: Address;
|
|
77
|
+
* const options: PlanFleetAttackFleetOptions = { authorization, loot };
|
|
78
|
+
* ```
|
|
79
|
+
*/
|
|
80
|
+
export interface PlanFleetAttackFleetOptions {
|
|
81
|
+
readonly authorization: PlanAuthorization;
|
|
82
|
+
readonly loot: Address;
|
|
83
|
+
}
|
|
84
|
+
/** Address-only signer inputs for one Fleet attack against a shared Starbase.
|
|
85
|
+
* @example
|
|
86
|
+
* ```ts
|
|
87
|
+
* declare const authorization: PlanAuthorization;
|
|
88
|
+
* declare const loot: Address;
|
|
89
|
+
* const options: PlanFleetAttackStarbaseOptions = { authorization, loot };
|
|
90
|
+
* ```
|
|
91
|
+
*/
|
|
92
|
+
export interface PlanFleetAttackStarbaseOptions {
|
|
93
|
+
readonly authorization: PlanAuthorization;
|
|
94
|
+
readonly loot: Address;
|
|
95
|
+
}
|
|
96
|
+
/** One requested cargo quantity from one Loot item.
|
|
97
|
+
* @example
|
|
98
|
+
* ```ts
|
|
99
|
+
* const cargo: FleetLootCargoRequest = { cargoId: 1, quantityRaw: 5n };
|
|
100
|
+
* ```
|
|
101
|
+
*/
|
|
102
|
+
export interface FleetLootCargoRequest {
|
|
103
|
+
readonly cargoId: number;
|
|
104
|
+
readonly quantityRaw: bigint;
|
|
105
|
+
}
|
|
106
|
+
/** One indexed Loot item and its requested cargo quantities.
|
|
107
|
+
* @example
|
|
108
|
+
* ```ts
|
|
109
|
+
* const target: FleetLootTargetRequest = {
|
|
110
|
+
* itemIndex: 0,
|
|
111
|
+
* cargo: [{ cargoId: 1, quantityRaw: 5n }],
|
|
112
|
+
* };
|
|
113
|
+
* ```
|
|
114
|
+
*/
|
|
115
|
+
export interface FleetLootTargetRequest {
|
|
116
|
+
readonly itemIndex: number;
|
|
117
|
+
readonly cargo: readonly FleetLootCargoRequest[];
|
|
118
|
+
}
|
|
119
|
+
/** Finite ordered cargo selection for one Loot retrieval.
|
|
120
|
+
* @example
|
|
121
|
+
* ```ts
|
|
122
|
+
* const want: FleetLootSelection = [
|
|
123
|
+
* { itemIndex: 0, cargo: [{ cargoId: 1, quantityRaw: 5n }] },
|
|
124
|
+
* ];
|
|
125
|
+
* ```
|
|
126
|
+
*/
|
|
127
|
+
export type FleetLootSelection = readonly FleetLootTargetRequest[];
|
|
128
|
+
/** Address-only authorization for one Loot retrieval.
|
|
129
|
+
* @example
|
|
130
|
+
* ```ts
|
|
131
|
+
* declare const authorization: PlanAuthorization;
|
|
132
|
+
* const options: PlanFleetRetrieveLootOptions = {
|
|
133
|
+
* atUnixSeconds: 1_700_000_000n,
|
|
134
|
+
* authorization,
|
|
135
|
+
* };
|
|
136
|
+
* ```
|
|
137
|
+
*/
|
|
138
|
+
export interface PlanFleetRetrieveLootOptions {
|
|
139
|
+
/** Explicit current Unix timestamp used only to evaluate Loot exclusivity. */
|
|
140
|
+
readonly atUnixSeconds: bigint;
|
|
141
|
+
readonly authorization: PlanAuthorization;
|
|
142
|
+
}
|
|
143
|
+
/** Plans application of one configured combat stimulant without predicting its effects.
|
|
144
|
+
*
|
|
145
|
+
* The planner validates Fleet ownership and Game membership, current catalog
|
|
146
|
+
* membership, known cargo balance, crewed non-destroyed state, and fresh
|
|
147
|
+
* whole-account Fleet state. Permission, stacking, charge application, and
|
|
148
|
+
* combat arithmetic remain chain-authoritative.
|
|
149
|
+
*
|
|
150
|
+
* @example
|
|
151
|
+
* ```ts
|
|
152
|
+
* declare const ctx: SageContext;
|
|
153
|
+
* declare const fleet: FleetSnapshot;
|
|
154
|
+
* declare const stimulant: CombatStimulantDefinition;
|
|
155
|
+
* declare const authorization: PlanAuthorization;
|
|
156
|
+
* const plan = await planFleetApplyCombatStimulant(
|
|
157
|
+
* ctx,
|
|
158
|
+
* fleet,
|
|
159
|
+
* stimulant,
|
|
160
|
+
* { authorization },
|
|
161
|
+
* );
|
|
162
|
+
* console.log(plan.describe());
|
|
163
|
+
* ```
|
|
164
|
+
*/
|
|
165
|
+
export declare function planFleetApplyCombatStimulant(ctx: SageContext, fleet: FleetSnapshot, stimulant: CombatStimulantDefinition, input: PlanFleetApplyCombatStimulantOptions): Promise<Plan>;
|
|
166
|
+
/** Plans one singleton Fleet-on-Fleet attack without predicting its outcome.
|
|
167
|
+
*
|
|
168
|
+
* Range, randomness, recent slot hashes, final combat arithmetic, and chain
|
|
169
|
+
* races remain authoritative. This Plan cannot be combined with another
|
|
170
|
+
* gameplay instruction because the generated program contract requires a
|
|
171
|
+
* singleton transaction.
|
|
172
|
+
*
|
|
173
|
+
* @example
|
|
174
|
+
* ```ts
|
|
175
|
+
* declare const ctx: SageContext;
|
|
176
|
+
* declare const attacker: FleetSnapshot;
|
|
177
|
+
* declare const defender: FleetSnapshot;
|
|
178
|
+
* declare const authorization: PlanAuthorization;
|
|
179
|
+
* declare const loot: Address;
|
|
180
|
+
* const plan = await planFleetAttackFleet(
|
|
181
|
+
* ctx,
|
|
182
|
+
* attacker,
|
|
183
|
+
* defender,
|
|
184
|
+
* { ammoUsage: 'light' },
|
|
185
|
+
* { authorization, loot },
|
|
186
|
+
* );
|
|
187
|
+
* ```
|
|
188
|
+
*/
|
|
189
|
+
export declare function planFleetAttackFleet(ctx: SageContext, attacker: FleetSnapshot, defender: FleetSnapshot, inputStance: FleetAttackStance, inputOptions: PlanFleetAttackFleetOptions): Promise<Plan>;
|
|
190
|
+
/** Plans one singleton Fleet-on-Starbase attack without predicting its outcome.
|
|
191
|
+
*
|
|
192
|
+
* The planner validates the owned attacking Fleet, canonical target System and
|
|
193
|
+
* nested shared Starbase, configured faction ownership mode, reward
|
|
194
|
+
* configuration, and the optional dynamic-NPC capture economy. Range,
|
|
195
|
+
* capture-cost debit outcome, randomness, damage, rewards, and final
|
|
196
|
+
* admissibility remain chain-authoritative.
|
|
197
|
+
*
|
|
198
|
+
* @example
|
|
199
|
+
* ```ts
|
|
200
|
+
* declare const ctx: SageContext;
|
|
201
|
+
* declare const attacker: FleetSnapshot;
|
|
202
|
+
* declare const target: StarSystemSnapshot;
|
|
203
|
+
* declare const authorization: PlanAuthorization;
|
|
204
|
+
* declare const loot: Address;
|
|
205
|
+
* const plan = await planFleetAttackStarbase(
|
|
206
|
+
* ctx,
|
|
207
|
+
* attacker,
|
|
208
|
+
* target,
|
|
209
|
+
* { ammoUsage: 'light' },
|
|
210
|
+
* { authorization, loot },
|
|
211
|
+
* );
|
|
212
|
+
* ```
|
|
213
|
+
*/
|
|
214
|
+
export declare function planFleetAttackStarbase(ctx: SageContext, attacker: FleetSnapshot, target: StarSystemSnapshot, inputStance: FleetAttackStance, inputOptions: PlanFleetAttackStarbaseOptions): Promise<Plan>;
|
|
215
|
+
/** Plans one transaction-exclusive retrieval from a loaded Loot snapshot.
|
|
216
|
+
*
|
|
217
|
+
* The planner validates the owned idle Fleet, Loot identity, destroyer
|
|
218
|
+
* exclusivity, and every requested known quantity. Range, recent-slot inputs,
|
|
219
|
+
* destination capacity, intervening races, and final acquired quantities
|
|
220
|
+
* remain chain-authoritative.
|
|
221
|
+
*
|
|
222
|
+
* @example
|
|
223
|
+
* ```ts
|
|
224
|
+
* declare const ctx: SageContext;
|
|
225
|
+
* declare const fleet: FleetSnapshot;
|
|
226
|
+
* declare const loot: LootSnapshot;
|
|
227
|
+
* declare const authorization: PlanAuthorization;
|
|
228
|
+
* const plan = await planFleetRetrieveLoot(
|
|
229
|
+
* ctx,
|
|
230
|
+
* fleet,
|
|
231
|
+
* loot,
|
|
232
|
+
* [{ itemIndex: 0, cargo: [{ cargoId: 1, quantityRaw: 5n }] }],
|
|
233
|
+
* { atUnixSeconds: 1_700_000_000n, authorization },
|
|
234
|
+
* );
|
|
235
|
+
* console.log(plan.describe());
|
|
236
|
+
* ```
|
|
237
|
+
*/
|
|
238
|
+
export declare function planFleetRetrieveLoot(ctx: SageContext, fleet: FleetSnapshot, loot: LootSnapshot, inputWant: FleetLootSelection, inputOptions: PlanFleetRetrieveLootOptions): Promise<Plan>;
|
|
239
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/combat/actions/index.ts"],"names":[],"mappings":"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"}
|