@artblocks/abx-sdk 0.1.0-alpha.2 → 0.1.0-alpha.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (144) hide show
  1. package/CHANGELOG.md +2203 -0
  2. package/README.md +131 -0
  3. package/dist/abi/generated.d.ts +8502 -129
  4. package/dist/abi/generated.d.ts.map +1 -1
  5. package/dist/abi/generated.js +40 -22
  6. package/dist/abi/generated.js.map +1 -1
  7. package/dist/abi/index.d.ts +2645 -168
  8. package/dist/abi/index.d.ts.map +1 -1
  9. package/dist/abi/index.js +34 -7
  10. package/dist/abi/index.js.map +1 -1
  11. package/dist/anchors.d.ts +319 -0
  12. package/dist/anchors.d.ts.map +1 -0
  13. package/dist/anchors.js +703 -0
  14. package/dist/anchors.js.map +1 -0
  15. package/dist/chains.d.ts +15 -9
  16. package/dist/chains.d.ts.map +1 -1
  17. package/dist/chains.js +19 -15
  18. package/dist/chains.js.map +1 -1
  19. package/dist/chunks.d.ts +53 -23
  20. package/dist/chunks.d.ts.map +1 -1
  21. package/dist/chunks.js +68 -6
  22. package/dist/chunks.js.map +1 -1
  23. package/dist/clients.d.ts +23 -11
  24. package/dist/clients.d.ts.map +1 -1
  25. package/dist/clients.js +17 -18
  26. package/dist/clients.js.map +1 -1
  27. package/dist/create2.d.ts +85 -1
  28. package/dist/create2.d.ts.map +1 -1
  29. package/dist/create2.js +159 -2
  30. package/dist/create2.js.map +1 -1
  31. package/dist/creator-token.d.ts +132 -0
  32. package/dist/creator-token.d.ts.map +1 -0
  33. package/dist/creator-token.js +183 -0
  34. package/dist/creator-token.js.map +1 -0
  35. package/dist/deploy.d.ts +234 -14
  36. package/dist/deploy.d.ts.map +1 -1
  37. package/dist/deploy.js +289 -111
  38. package/dist/deploy.js.map +1 -1
  39. package/dist/deployments.d.ts +63 -0
  40. package/dist/deployments.d.ts.map +1 -1
  41. package/dist/deployments.js +202 -28
  42. package/dist/deployments.js.map +1 -1
  43. package/dist/deps.d.ts +122 -5
  44. package/dist/deps.d.ts.map +1 -1
  45. package/dist/deps.js +248 -6
  46. package/dist/deps.js.map +1 -1
  47. package/dist/env.d.ts.map +1 -1
  48. package/dist/env.js +8 -0
  49. package/dist/env.js.map +1 -1
  50. package/dist/errors.d.ts +94 -0
  51. package/dist/errors.d.ts.map +1 -0
  52. package/dist/errors.js +126 -0
  53. package/dist/errors.js.map +1 -0
  54. package/dist/execute.d.ts +115 -0
  55. package/dist/execute.d.ts.map +1 -0
  56. package/dist/execute.js +142 -0
  57. package/dist/execute.js.map +1 -0
  58. package/dist/gateways.d.ts +79 -0
  59. package/dist/gateways.d.ts.map +1 -0
  60. package/dist/gateways.js +156 -0
  61. package/dist/gateways.js.map +1 -0
  62. package/dist/generator-document.d.ts +58 -0
  63. package/dist/generator-document.d.ts.map +1 -0
  64. package/dist/generator-document.js +124 -0
  65. package/dist/generator-document.js.map +1 -0
  66. package/dist/generator.d.ts +43 -1
  67. package/dist/generator.d.ts.map +1 -1
  68. package/dist/generator.js +29 -0
  69. package/dist/generator.js.map +1 -1
  70. package/dist/index.d.ts +18 -3
  71. package/dist/index.d.ts.map +1 -1
  72. package/dist/index.js +18 -3
  73. package/dist/index.js.map +1 -1
  74. package/dist/inspect.d.ts +48 -0
  75. package/dist/inspect.d.ts.map +1 -0
  76. package/dist/inspect.js +295 -0
  77. package/dist/inspect.js.map +1 -0
  78. package/dist/migrate.d.ts +41 -0
  79. package/dist/migrate.d.ts.map +1 -0
  80. package/dist/migrate.js +142 -0
  81. package/dist/migrate.js.map +1 -0
  82. package/dist/mime.d.ts +11 -0
  83. package/dist/mime.d.ts.map +1 -0
  84. package/dist/mime.js +40 -0
  85. package/dist/mime.js.map +1 -0
  86. package/dist/node.d.ts +10 -0
  87. package/dist/node.d.ts.map +1 -0
  88. package/dist/node.js +24 -0
  89. package/dist/node.js.map +1 -0
  90. package/dist/onchain-uri.d.ts +110 -0
  91. package/dist/onchain-uri.d.ts.map +1 -0
  92. package/dist/onchain-uri.js +277 -0
  93. package/dist/onchain-uri.js.map +1 -0
  94. package/dist/ops.d.ts +507 -14
  95. package/dist/ops.d.ts.map +1 -1
  96. package/dist/ops.js +848 -32
  97. package/dist/ops.js.map +1 -1
  98. package/dist/policy.d.ts +58 -0
  99. package/dist/policy.d.ts.map +1 -0
  100. package/dist/policy.js +36 -0
  101. package/dist/policy.js.map +1 -0
  102. package/dist/probe.d.ts +29 -0
  103. package/dist/probe.d.ts.map +1 -1
  104. package/dist/probe.js +104 -9
  105. package/dist/probe.js.map +1 -1
  106. package/dist/reconstruct.d.ts +94 -2
  107. package/dist/reconstruct.d.ts.map +1 -1
  108. package/dist/reconstruct.js +432 -97
  109. package/dist/reconstruct.js.map +1 -1
  110. package/dist/resume.d.ts +96 -0
  111. package/dist/resume.d.ts.map +1 -0
  112. package/dist/resume.js +95 -0
  113. package/dist/resume.js.map +1 -0
  114. package/dist/script-chunks.d.ts +24 -0
  115. package/dist/script-chunks.d.ts.map +1 -0
  116. package/dist/script-chunks.js +63 -0
  117. package/dist/script-chunks.js.map +1 -0
  118. package/dist/service.d.ts +206 -9
  119. package/dist/service.d.ts.map +1 -1
  120. package/dist/service.js +228 -18
  121. package/dist/service.js.map +1 -1
  122. package/dist/spine.d.ts +47 -4
  123. package/dist/spine.d.ts.map +1 -1
  124. package/dist/spine.js +0 -0
  125. package/dist/spine.js.map +1 -1
  126. package/dist/staging.d.ts +124 -0
  127. package/dist/staging.d.ts.map +1 -0
  128. package/dist/staging.js +134 -0
  129. package/dist/staging.js.map +1 -0
  130. package/dist/tokendata.d.ts +62 -2
  131. package/dist/tokendata.d.ts.map +1 -1
  132. package/dist/tokendata.js +79 -17
  133. package/dist/tokendata.js.map +1 -1
  134. package/dist/tokens.d.ts +120 -0
  135. package/dist/tokens.d.ts.map +1 -0
  136. package/dist/tokens.js +317 -0
  137. package/dist/tokens.js.map +1 -0
  138. package/dist/types.d.ts +108 -4
  139. package/dist/types.d.ts.map +1 -1
  140. package/dist/util.d.ts +74 -0
  141. package/dist/util.d.ts.map +1 -0
  142. package/dist/util.js +106 -0
  143. package/dist/util.js.map +1 -0
  144. package/package.json +11 -2
package/dist/service.d.ts CHANGED
@@ -11,13 +11,105 @@
11
11
  import type { Hex } from 'viem';
12
12
  import type { OpenSeaAttribute } from './traits.js';
13
13
  export declare const WELL_KNOWN_SERVICE_PATH = "/.well-known/abx-service";
14
- /** Versioned interface ids a service declares in its descriptor. Versions ride these ids
15
- * (they track the `/v1` path prefix); the descriptor has no separate format version. */
14
+ /**
15
+ * Versioned interface ids a service declares in its descriptor. Versions ride these ids
16
+ * (they track the `/v1` path prefix); the descriptor has no separate format version.
17
+ *
18
+ * There are exactly two, and they are **all-or-nothing**: declaring one asserts every route it names
19
+ * answers per the spec. The artifact-registry routes ride {@link CONTROL_PLANE_INTERFACE} rather
20
+ * than an id of their own — once referenced output is locator-only, accepting a registration is a
21
+ * database insert, so a separate capability flag would describe a distinction that doesn't exist.
22
+ * A service that won't take a given caller's artifacts refuses on the credential (`403`), which is
23
+ * the honest axis: interfaces describe wire grammar, tokens describe permission.
24
+ */
16
25
  export declare const TOKEN_API_INTERFACE = "abx-token-api/v1";
17
26
  export declare const CONTROL_PLANE_INTERFACE = "abx-control-plane/v1";
18
- export declare const EFFECTS_PUBLISH_INTERFACE = "abx-effects-publish/v1";
27
+ /**
28
+ * Why this locator can't be accepted for a referenced artifact, or `null` if it passes.
29
+ *
30
+ * A locator is a **reachability** claim, not a durability one: it must resolve for a third party
31
+ * with no producer credentials and no private-network assumption. The protocol deliberately has
32
+ * **no preference among schemes** — `https://` (S3/R2, a producer's own public base, a chosen
33
+ * IPFS/Arweave gateway), `ipfs://` and `ar://` are peers, because derived output is re-creatable and
34
+ * a producer with an opinion about which gateway serves its content is making an operational call the
35
+ * protocol has no standing to override.
36
+ *
37
+ * Reachability can't be *proved* without fetching, and fetching a third-party URL while handling an
38
+ * authed write is byte custody through the back door plus an SSRF surface. So this checks the two
39
+ * things that are decidable from the string alone and are always wrong:
40
+ * - a private / loopback host — resolvable only from the producer's own network;
41
+ * - a presigned, expiring URL — resolvable now, dead later, which is the worst failure shape
42
+ * (it passes every check at publish time and rots silently).
43
+ */
44
+ export declare function locatorRejectionReason(locator: string): string | null;
45
+ /**
46
+ * The indexing lifecycle a registration moves through, closed and provider-neutral
47
+ * (specs/self-host-toolkit/remote-services.md → The indexing lifecycle). One vocabulary for a
48
+ * managed provider and for your own node — the reference resolver stamps these too.
49
+ *
50
+ * queued registered + accepted; catch-up hasn't started
51
+ * backfilling actively catching up (initial sync or a forced replay); may already serve partial state
52
+ * live caught up to head; tracking head incrementally
53
+ * stale was live, now lagging (watcher behind, or transient RPC trouble) — still serving
54
+ * failed catch-up errored; carries `error`; will be retried
55
+ *
56
+ * Observability, never a source of truth: token resolution never consults it, and a project
57
+ * reconstructs from chain regardless.
58
+ */
59
+ export type IndexStatus = 'queued' | 'backfilling' | 'live' | 'stale' | 'failed';
60
+ /** Statuses a caller can stop waiting on — see {@link AbxServiceClient.awaitIndexed}. */
61
+ export declare const TERMINAL_INDEX_STATUSES: readonly IndexStatus[];
62
+ /**
63
+ * Why catch-up failed, as a closed machine class — never free-form prose the client must parse.
64
+ * Deliberately NOT extended with a reorg class: the protocol defines no reorg detection (the repair
65
+ * is the deterministic full replay), so no implementation could emit one honestly.
66
+ */
67
+ export type IndexErrorClass =
68
+ /** The RPC didn't answer (down, timing out, network). Retryable — nothing is wrong with the add. */
69
+ 'rpc_unavailable'
70
+ /** The RPC answered "too many requests". Retryable, slower — the usual cause of a long backfill. */
71
+ | 'rpc_rate_limited'
72
+ /** The address doesn't look like an ABX contract on this chain. NOT emitted by the reference
73
+ * (it indexes what its operator tells it); a provider that validates clone-ness SHOULD refuse
74
+ * synchronously at register instead of accepting and failing here. */
75
+ | 'not_abx_contract'
76
+ /** Anything else. Carries no detail — the service logs the cause. */
77
+ | 'internal';
78
+ /** A catch-up failure as it crosses the wire: a machine class plus a short, CREDENTIAL-FREE hint.
79
+ * Messages come from a closed set (see {@link classifyIndexError}) rather than from a scrubber, so
80
+ * "no RPC URL can leak through here" is checkable by reading the code. */
81
+ export interface IndexError {
82
+ class: IndexErrorClass;
83
+ message?: string;
84
+ }
85
+ /** Map a catch-up failure to its wire form. Sniffs the underlying error's shape only to CHOOSE a
86
+ * class — nothing from it reaches the returned message. */
87
+ export declare function classifyIndexError(err: unknown): IndexError;
19
88
  /** Machine error codes every conforming service uses — clients key off these, never off prose. */
20
89
  export type ServiceErrorCode = 'invalid_request' | 'unsupported_chain' | 'unauthorized' | 'forbidden' | 'not_registered' | 'disabled'
90
+ /** 404 — this node serves no route at that path AT ALL (as opposed to a known route whose shape
91
+ * was wrong, which is a 400 `invalid_request` carrying the correct template). The pair exists so
92
+ * a client can tell "I built the wrong URL" from "this project isn't indexed here" from "this
93
+ * node is older than the route I want" — a bare 404 conflates all three and reads as an outage. */
94
+ | 'unknown_route'
95
+ /**
96
+ * **410** — this token id existed and is permanently gone (an ERC-721 burn). A statement about the
97
+ * TOKEN, which is why `not_registered` could not carry it: that one is a statement about the
98
+ * *contract* ("this node doesn't index it"), and a host answering a destroyed id with it was
99
+ * saying something false under protest (abx-services, 2026-08-20).
100
+ *
101
+ * `410`, not `404`, and the rule generalizes: **a resolver answers what the contract's own URI
102
+ * getter answers.** A burned 721's `tokenURI` reverts `NonexistentToken`, so composing metadata
103
+ * for it would put a node in direct contradiction with the contract it speaks for — while `404`
104
+ * reads as "wrong URL / not indexed yet" and invites a retry that can never succeed. It is worse
105
+ * than cosmetic on the image route, which answers an unknown-but-in-cap id with a warming
106
+ * placeholder: for a destroyed id that says "still loading" forever.
107
+ *
108
+ * **ERC-1155 editions never answer this.** `uri(id)` has no existence gate there, a zero-supply id
109
+ * still resolves, and it can mint again — nothing is permanently gone, so `410` would be a lie.
110
+ * Serve the document with `supply: 0`.
111
+ */
112
+ | 'burned'
21
113
  /** 500 — an unexpected server-side failure. Never carries internal detail (it could embed the
22
114
  * operator's own credentials); the node logs the cause. Retryable. */
23
115
  | 'internal_error';
@@ -75,8 +167,11 @@ export interface RegisterProjectBody {
75
167
  /** Force a full replay even on a re-POST. */
76
168
  full?: boolean;
77
169
  }
78
- export interface RegisterProjectResult {
170
+ /** `200` — catch-up finished inside the request; the counts are facts. */
171
+ export interface RegisterProjectSummary {
79
172
  ok: boolean;
173
+ /** Discriminator. Normalized from the HTTP status by {@link AbxServiceClient.registerProject}. */
174
+ accepted: false;
80
175
  mode: 'full' | 'incremental';
81
176
  elapsedMs: number;
82
177
  project: {
@@ -85,8 +180,30 @@ export interface RegisterProjectResult {
85
180
  eventCount: number;
86
181
  tokenCount: number;
87
182
  mintedCount: number;
183
+ /** Sum of every token's current supply — ERC-1155 editions only; absent for a 721 project. */
184
+ copies?: string;
185
+ status?: IndexStatus;
186
+ };
187
+ }
188
+ /** `202` — the registration is durable and catch-up is deferred; there are no counts yet. Poll
189
+ * {@link AbxServiceClient.projectStatus} (or {@link AbxServiceClient.awaitIndexed}) for progress. */
190
+ export interface RegisterProjectAccepted {
191
+ ok: boolean;
192
+ accepted: true;
193
+ project: {
194
+ address: string;
195
+ name?: string | null;
196
+ status: IndexStatus;
88
197
  };
89
198
  }
199
+ /**
200
+ * `POST /v1/projects` answers in one of two shapes and **the HTTP status code is the discriminator**
201
+ * (200 = done, 202 = accepted). Both are conformant; a client MUST handle both, which is why this is
202
+ * a union rather than a shape with everything optional. Narrow with {@link isAccepted}.
203
+ */
204
+ export type RegisterProjectResult = RegisterProjectSummary | RegisterProjectAccepted;
205
+ /** Narrow a register response to the deferred-catch-up branch. */
206
+ export declare function isAccepted(r: RegisterProjectResult): r is RegisterProjectAccepted;
90
207
  /** One row of `GET /v1/projects` — the projects visible to this token. */
91
208
  export interface RemoteProjectSummary {
92
209
  chainId: number;
@@ -96,18 +213,38 @@ export interface RemoteProjectSummary {
96
213
  eventCount?: number;
97
214
  tokenCount?: number;
98
215
  mintedCount?: number;
216
+ /** Sum of every token's current supply — ERC-1155 editions only; absent for a 721 project. */
217
+ copies?: string;
99
218
  reconstructedAt?: string | null;
219
+ /** Where this project is in the indexing lifecycle — so a list renders "3 live, 1 backfilling,
220
+ * 1 failed" with no per-project round trip. */
221
+ status?: IndexStatus;
222
+ /** Present on `stale`/`failed` — the class only; the full hint lives on the status route. */
223
+ error?: {
224
+ class: IndexErrorClass;
225
+ };
100
226
  }
101
- /** `GET /v1/projects/{chainId}/{address}/status` — indexing freshness. */
227
+ /** `GET /v1/projects/{chainId}/{address}/status` — indexing freshness + lifecycle. */
102
228
  export interface RemoteProjectStatus {
103
229
  chainId: number;
104
230
  address: string;
231
+ /** Where this project is in the lifecycle. */
232
+ status: IndexStatus;
105
233
  fromBlock: string;
106
234
  toBlock: string | null;
235
+ /** Chain head as the service last saw it — so a client computes lag / % complete without knowing
236
+ * anything about the service's watcher. `null` when the service can't say. */
237
+ headBlock?: string | null;
107
238
  eventCount: number;
108
239
  tokenCount: number;
109
240
  mintedCount: number;
241
+ /** Sum of every token's current supply — ERC-1155 editions only; absent for a 721 project. */
242
+ copies?: string;
110
243
  reconstructedAt: string | null;
244
+ /** Present on `stale`/`failed`. Credential-free by contract. */
245
+ error?: IndexError;
246
+ /** Catch-up attempts since the last success. */
247
+ attempts?: number;
111
248
  watcher?: {
112
249
  watching: boolean;
113
250
  pollAt: string | null;
@@ -115,6 +252,21 @@ export interface RemoteProjectStatus {
115
252
  intervalMs?: number;
116
253
  };
117
254
  }
255
+ /**
256
+ * How far along a BACKFILL is, from a status read — `null` when there is no meaningful ratio.
257
+ *
258
+ * Deliberately `null` for anything but `backfilling`, because `toBlock` measures two different things
259
+ * depending on the state. During an initial sync it advances monotonically, so `toBlock` vs head IS
260
+ * progress. Once a project is `live` it only moves when that project has *events* — so a perfectly
261
+ * current project on a busy chain sits at a tiny fraction of head, and rendering that as "3%" reads
262
+ * as broken when nothing is wrong. Same reason the reference measures staleness against its watcher's
263
+ * watermark rather than a project's `toBlock`.
264
+ */
265
+ export declare function indexProgress(s: RemoteProjectStatus): {
266
+ done: bigint;
267
+ total: bigint;
268
+ percent: number;
269
+ } | null;
118
270
  /** `POST /v1/effect-artifacts` — a render producer publishes one output (locator or bytes). */
119
271
  export interface PublishEffectArtifactBody {
120
272
  chainId: number;
@@ -125,9 +277,19 @@ export interface PublishEffectArtifactBody {
125
277
  output?: string;
126
278
  effectKey?: string;
127
279
  contentType?: string;
128
- /** A durable `ipfs://` / `ar://` / `https://` pointer — the service stores it and redirects. */
280
+ /**
281
+ * REFERENCED outputs (`render/image`, a video, a model — anything the service doesn't stitch):
282
+ * an `https://` / `ipfs://` / `ar://` pointer, reachable without the producer's credentials. The
283
+ * service records it and 302-redirects; it never fetches or proxies the bytes. Required for this
284
+ * class — sending {@link bytes_base64} instead is a `400`.
285
+ */
129
286
  locator?: string;
130
- /** The raw output, stored in the service's own byte custody (what traits use). */
287
+ /**
288
+ * BOUND outputs only (`render/traits` — content that stitches into the metadata JSON): the raw
289
+ * output, ≤{@link BOUND_ARTIFACT_MAX_BYTES}, held by the service beside the artifact row. Sending
290
+ * a {@link locator} for a bound output is a `400` — the content is assembled into `tokenURI`, so a
291
+ * pointer there would be recorded and then never stitch.
292
+ */
131
293
  bytes_base64?: string;
132
294
  }
133
295
  /** `POST /v1/effect-status` — a producer reports one run's transient state. */
@@ -147,12 +309,30 @@ export declare class AbxServiceError extends Error {
147
309
  readonly status: number;
148
310
  readonly code?: ServiceErrorCode;
149
311
  readonly url: string;
312
+ /** The failure CLASS when the service volunteered one (a credential-free hint about *why* — an
313
+ * exhausted RPC reads very differently from a broken service). Optional on the wire. */
314
+ readonly class?: IndexErrorClass;
150
315
  constructor(message: string, opts: {
151
316
  status: number;
152
317
  code?: ServiceErrorCode;
153
318
  url: string;
319
+ class?: IndexErrorClass;
154
320
  });
155
321
  }
322
+ /** Waiting for a project to reach a terminal status ran out of time. The registration is durable —
323
+ * this is "still working", never "the add failed". */
324
+ export declare class AbxIndexTimeoutError extends Error {
325
+ readonly last?: RemoteProjectStatus;
326
+ constructor(message: string, last?: RemoteProjectStatus);
327
+ }
328
+ export interface AwaitIndexedOptions {
329
+ /** Give up after this long (default 5 min). The registration stays durable regardless. */
330
+ timeoutMs?: number;
331
+ /** Poll cadence (default 3s). */
332
+ intervalMs?: number;
333
+ /** Called on every poll — drive a progress line from it. */
334
+ onProgress?: (status: RemoteProjectStatus) => void;
335
+ }
156
336
  export interface ServiceClientOptions {
157
337
  baseUrl: string;
158
338
  /** Bearer token for the control plane. Omit for descriptor-only use. */
@@ -170,8 +350,23 @@ export declare class AbxServiceClient {
170
350
  constructor(opts: ServiceClientOptions);
171
351
  /** The public service descriptor — no auth, safe to fetch before trusting a provider. */
172
352
  descriptor(): Promise<ServiceDescriptor>;
173
- /** Register + index a project (the HTTP form of `abx add`; a re-POST is the nudge). */
353
+ /**
354
+ * Register + index a project (the HTTP form of `abx add`; a re-POST is the nudge). Returns the
355
+ * completed summary (HTTP 200) or the accepted-and-still-working shape (HTTP 202) — narrow with
356
+ * {@link isAccepted}, and follow a 202 with {@link awaitIndexed}.
357
+ *
358
+ * A timed-out register is NOT retried blind. A conforming service persists the registration before
359
+ * it starts catching up, so a timeout usually means "it's in there, still working" — and re-POSTing
360
+ * would kick off a *second* full reconstruct against the RPC that was already too slow to answer.
361
+ * So we ask the status route whether it landed, and if it did we return the async shape instead.
362
+ */
174
363
  registerProject(body: RegisterProjectBody): Promise<RegisterProjectResult>;
364
+ /**
365
+ * Poll a project's status until it reaches a terminal lifecycle state (`live` or `failed`) — the
366
+ * one implementation of the wait loop, so the CLI, the effects runner, and any hosted agent all
367
+ * behave identically against any provider. `stale` keeps polling: it means lagging, not caught up.
368
+ */
369
+ awaitIndexed(chainId: number, address: string, opts?: AwaitIndexedOptions): Promise<RemoteProjectStatus>;
175
370
  /** The projects this token may see. */
176
371
  listProjects(): Promise<RemoteProjectSummary[]>;
177
372
  /** Deregister (remote `abx forget`). `not_registered` means "already gone" — reported, not
@@ -179,7 +374,8 @@ export declare class AbxServiceClient {
179
374
  removeProject(chainId: number, address: string): Promise<{
180
375
  removed: boolean;
181
376
  }>;
182
- /** Nudge a re-index. */
377
+ /** Nudge a re-index. Answers in the same two shapes as {@link registerProject} — a full replay is
378
+ * the *most* likely call to outlive one HTTP request. */
183
379
  reindexProject(chainId: number, address: string): Promise<RegisterProjectResult>;
184
380
  /** Indexing freshness for one project. */
185
381
  projectStatus(chainId: number, address: string): Promise<RemoteProjectStatus>;
@@ -192,5 +388,6 @@ export declare class AbxServiceClient {
192
388
  /** Report a run's transient state for the artifact key it is producing. */
193
389
  reportEffectStatus(body: ReportEffectStatusBody): Promise<void>;
194
390
  private request;
391
+ private requestWithStatus;
195
392
  }
196
393
  //# sourceMappingURL=service.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../src/service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../src/service.ts"],"names":[],"mappings":"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"}