Reference · Installed package · exact public surface

TypeScript SDK

Use the v124 TypeScript package for canonical live Kai, request-bound proof/head runtime evidence, durable exactly-once execution, verified replay/checkpoints, private hydration, atomic domains, privacy-safe recipients, and the complete inherited proof-native system.

Stable route
/reference/sdk
Version
124.1.0
Source SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be

Solved outcome

What this enables

Implement one end-to-end proof-native subject lifecycle without creating a second identity, memory, world, autonomy, or ownership authority system.

Installed identity

@receiz/sdk

Version
124.1.0
Package SHA-256
479d52f4c2215b05377ac557a62427abae9c16347e5341201b72699311afd7ac
Record source
node_modules/@receiz/sdk/dist/index.d.ts

Exact form

Signature or request

import { createReceizClient } from '@receiz/sdk'; const receiz = createReceizClient(options)

Inputs

Inputs and constraints

  1. Exact operation input defined by the installed v124 declarations.
  2. RECEIZ_ACCESS_TOKEN is required for authenticated SDK issuance or delegated operations; createReceizClient sends it as the Bearer Authorization header.
  3. A verification result and exact authenticated head must precede authority-bearing admission or recovery.
  4. Living-subject operations bind exact subject, history, world, mandate, plan, or ownership heads as declared.
  5. Workbench Record Moment, Seal File, local verification, artifact download, emulator, schemas, and deterministic conformance remain account-free.

Outputs

Output and receipt

  1. ReceizSealedArtifact and ReceizArtifactVerificationResult
  2. ReceizSubjectArtifactV1, proof-brain context, Twin proposal, cited memory, mandate, runtime job, world receipt/checkpoint, or bearer successor artifact
  3. Structured zero-write failure where deterministic admission rejects

Stable recovery

Failures

ARTIFACT_INPUT_INVALID

Supply Blob, File, Uint8Array, ArrayBuffer, or ReadableStream bytes; never pass the ReceizSealedArtifact wrapper.

node_modules/@receiz/sdk/dist/artifactInput.d.ts · 8e8473f097d0555ad339a37d3887ab47177d7c46e4970c4bc748040b95ae1f5e
ARTIFACT_VERIFICATION_FAILED

Preserve the bytes, inspect the exact verifier result, and do not admit the artifact.

node_modules/@receiz/sdk/dist/globalCoordinationTypes.js · e388339395a730cab426ac4b08295a381b87ff381674a771bc900e54333ad19b

Offline

Offline behavior

Canonical verification operates directly on held bytes without an account. Workbench and Offline Studio perform account-free local Record Moment and Seal File after one-time anonymous Signature V4 enrollment; the Workbench preserves the automatically saved predecessor, appends a separately verified successor, and final Export releases that latest successor unchanged.

Authority

Truth boundary

Begin with exact held artifact bytes and local verification. SDK, HTTP, MCP, AI, framework, server, session, and UI mechanics may transport, coordinate, inspect, or distribute beneath the sealed Receiz proof object. They do not become proof authority.

The enclosing sealed Receiz proof object and its exact bytes are the stronger source of truth.Record Moment and Seal File are independent local operations after one-time anonymous Signature V4 device enrollment. Neither requires an account or server signer. Identity and account continuity remain optional projections beneath public verification.

Installed inventory

112 exact SDK calls

receiz.artifacts.admitv124.1.0
(verification: ReceizArtifactVerificationResult, options: ReceizArtifactAdmissionOptions) => Promise<ReceizArtifactAdmissionResult>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.artifacts.admitAndRecoverv124.1.0
(verification: ReceizArtifactVerificationResult, options: ReceizArtifactAdmissionOptions) => Promise<ReceizArtifactRecoveryResult>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.artifacts.commitRecoveryv124.1.0
(plan: ReceizArtifactRecoveryPlan, capability: ReceizVerifiedCapability, idempotencyKey: string, store: ReceizAdmissionStore) => Promise<ReceizArtifactRecoveryCommitResult>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.artifacts.downloadv124.1.0
(artifact: ReceizSealedArtifact) => Promise<ReceizArtifactDownloadEvidence>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.artifacts.planRecoveryv124.1.0
(admission: ReceizArtifactAdmissionResult, knownHistory?: ReceizVerifiedProofHistory) => Promise<ReceizArtifactRecoveryPlan | ReceizAuthorityFailure | null>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.artifacts.verifyAndOpenv124.1.0
(file: Blob) => Promise<ReceizOpenedArtifact>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.assets.createProofObjectv124.1.0
(input: ReceizProofObjectCreateInput, options: ReceizProofObjectCreateOptions) => Promise<ReceizSealedArtifact>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.auth.canUseRailsv124.1.0
(...rails: ReceizRailScopeKey[]) => Promise<boolean>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.auth.grantedScopesv124.1.0
() => Promise<readonly string[]>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.auth.missingScopesForRailsv124.1.0
(...rails: ReceizRailScopeKey[]) => Promise<string[]>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.auth.scopesForRailsv124.1.0
(...rails: ReceizRailScopeKey[]) => string[]

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.bearer.cancelTransferv124.1.0
(transferId: string, ownerCapability: ReceizBearerCapabilityV1) => Promise<Readonly<{ ok: boolean; transferId?: string; status?: string; head?: string; code?: string; writes?: 0; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.bearer.claimInstrumentv124.1.0
(artifact: ReceizBearerInstrumentV1, recipientCapability: ReceizBearerCapabilityV1) => Promise<Readonly<{ ok: true; receipt: ReceizBearerTransferReceiptV1; idempotent: boolean; } | { ok: false; code: string; writes: 0; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.bearer.inspectInstrumentv124.1.0
(artifact: ReceizBearerInstrumentV1) => Promise<Readonly<{ valid: boolean; offlineVerified: boolean; instrument: ReceizBearerInstrumentV1; sourcePrimitive: "receiz.bearer.instrument.v1"; registryDigest: string; reducerDigest: string; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.bearer.issueTransferInstrumentv124.1.0
(input: Readonly<{ plan: ReceizBearerTransferPlanV1; ownerCapability: ReceizBearerCapabilityV1; }>) => Promise<Readonly<{ schema: "receiz.bearer.instrument.v1"; plan: ReceizBearerTransferPlanV1; oneTimeClaimDigest: string; issuedAtKai: string; exactBytesB64u: string; artifactDigest: string; status: "issued" | "pending-acceptance" | "claimed" | "cancelled" | "expired"; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.bearer.previewTransferv124.1.0
(input: Readonly<{ subjectId: string; policy: ReceizBearerTransferPolicyV1; }>) => Promise<Readonly<{ schema: "receiz.bearer.transfer_plan.v1"; transferId: string; transferDigest: string; subjectId: string; subjectDigest: string; expectedSubjectHead: string; expectedOwnershipHead: string; currentOwnerReceizId: string; policy: ReceizBearerTransferPolicyV1; policyDigest: string; registryDigest: string; reducerDigest: string; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.bearer.transferStatusv124.1.0
(transferId: string) => Promise<Readonly<{ transferId: string; status: string; subjectId: string; instrumentDigest: string; receiptId: string | null; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.identity.buildReceizIdContinueRequestv124.1.0
typeof buildReceizIdContinueRequest

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.identity.createReceizIdv124.1.0
typeof createReceizIdIdentity

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.identity.exchangeProofAuthorityv124.1.0
(input: import("./v123ProofAuthority.js").ReceizProofAuthorityExchangeInputV123) => Promise<import("./v123ProofAuthority.js").ReceizProofAuthorityV123>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.identity.projectAccountv124.1.0
typeof projectReceizIdentityAccount

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.identity.readArtifactv124.1.0
typeof readReceizIdentityArtifact

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.identity.signCapabilityv124.1.0
typeof signReceizCapability

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.identity.signLoginProofv124.1.0
typeof signReceizIdentityLoginProof

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.identity.verifyLoginProofv124.1.0
typeof verifyReceizIdentityLoginProof

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjectMandates.issuev124.1.0
(input: Readonly<Record<string, unknown>>) => Promise<unknown>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjectMandates.revokev124.1.0
(input: Readonly<Record<string, unknown>> & { mandateId: string; }) => Promise<unknown>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjectMandates.statev124.1.0
(input: Readonly<{ mandateId: string; }>) => Promise<unknown>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.accessBindingv124.1.0
(subjectId: string) => Promise<import("./v122SubjectAccess.js").ReceizSubjectAccessPublicBindingV122>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.additionsv124.1.0
(subjectId: string, query?: { afterHead?: string; }) => Promise<readonly Readonly<{ schema: "receiz.world.event.v1"; eventId: string; commandId: string; worldId: string; kind: string; actorSubjectId: string; participantSubjectIds: readonly string[]; payload: Readonly<Record<string, unknown>>; causalParents: readonly string[]; priorHeads: Readonly<Record<string, string>>; nextHeads: Readonly<Record<string, string>>; priorWorldHead: string; worldHead: string; mandateDigest?: string; kai: string; registryDigest: string; reducerDigest: string; }>[]>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.admitv124.1.0
(input: import("./v122Subjects.js").ReceizSubjectAdmissionInputV122) => Promise<import("./v122Subjects.js").ReceizSubjectAdmissionResultV122>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.brain.headv124.1.0
(subjectId: string) => Promise<Readonly<{ schema: "receiz.subject.proof_brain.v1"; subjectId: string; subjectDigest: string; subjectHead: string; historyHead: string; indexRoot: string; objectMerkleRoot: string; objectCount: string; operationCount: string; maximumKai: string; priorBrainHead: string | null; fibonacci: import("./compositeProofKernel.js").ReceizCompositeFibonacciState; registryDigest: string; reducerDigest: string; authority: Readonly<{ brainHeadIsProofAuthority: false; indexIsProofAuthority: false; strongerTruth: "sealed-receiz-proof-object"; }>; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.brain.resolvev124.1.0
(subjectId: string, input: Readonly<{ atHead: string; references: readonly ReceizSubjectProofReferenceV1[]; }>) => Promise<Readonly<{ schema: "receiz.subject.proof_context.v1"; head: ReceizSubjectProofBrainHeadV1; references: readonly ReceizSubjectProofReferenceV1[]; primaryObjects: readonly import("./livingSubjects.js").ReceizSubjectPrimaryProofObjectV1[]; passages: readonly import("./livingSubjects.js").ReceizSubjectProofPassageV1[]; receipt: import("./livingSubjects.js").ReceizSubjectProofRetrievalReceiptV1; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.brain.streamv124.1.0
(subjectId: string, input: ReceizSubjectProofBrainSearchInput) => AsyncIterable<ReceizSubjectProofBrainStreamEvent>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.createAccessKeyv124.1.0
(input: Readonly<{ subjectId: string; edgeWrappingKey: Uint8Array; accessKeyHead?: string; }>) => Promise<Readonly<{ accessKit: import("./v122SubjectAccess.js").ReceizSubjectAccessKitV122; publicBinding: import("./v122SubjectAccess.js").ReceizSubjectAccessPublicBindingV122; state: import("./v122Subjects.js").ReceizSubjectStateV122; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.exportEdgeBundlev124.1.0
(subjectId: string, verifier: import("./v122EdgeBundle.js").ReceizSubjectEdgeBundleVerifierV122) => Promise<import("./v122EdgeBundle.js").ReceizSubjectEdgeBundleV122>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.historyv124.1.0
(subjectId: string, query?: { afterHead?: string; limit?: number; }) => Promise<readonly Readonly<{ schema: "receiz.world.event.v1"; eventId: string; commandId: string; worldId: string; kind: string; actorSubjectId: string; participantSubjectIds: readonly string[]; payload: Readonly<Record<string, unknown>>; causalParents: readonly string[]; priorHeads: Readonly<Record<string, string>>; nextHeads: Readonly<Record<string, string>>; priorWorldHead: string; worldHead: string; mandateDigest?: string; kai: string; registryDigest: string; reducerDigest: string; }>[]>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.importEdgeBundlev124.1.0
(bundle: import("./v122EdgeBundle.js").ReceizSubjectEdgeBundleV122, verifier: import("./v122EdgeBundle.js").ReceizSubjectEdgeBundleVerifierV122) => Promise<import("./v122RemoteSubjects.js").ReceizSubjectEdgeImportResultV122>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.inventory.listv124.1.0
(subjectId: string) => Promise<Readonly<{ schema: "receiz.subject.inventory.v1"; subjectId: string; head: string; items: readonly import("./livingSubjects.js").ReceizSubjectInventoryItemV1[]; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.inventory.usev124.1.0
(input: Readonly<{ subjectId: string; itemId: string; worldId?: string; attemptId: string; idempotencyKey: string; authority: ReceizWorldAuthorityV1; }>) => Promise<ReceizWorldExecutionResultV1>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.legacyStatev124.1.0
(subjectId: string) => Promise<Readonly<{ schema: "receiz.subject.v1"; subjectId: string; proofObjectId: string; subjectType: string; ownerReceizId: string; identityDigest: string; genesisDigest: string; createdAtKai: string; head: string; ownershipHead: string; currentOwnerReceizId: string; namespaces: import("./livingSubjects.js").ReceizSubjectNamespaceBytesV1; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.mandates.activatev124.1.0
(plan: ReceizSubjectMandateV1, ownerCapability: ReceizSubjectCapabilityV1) => Promise<Readonly<{ schema: "receiz.subject.mandate.v1"; mandateId: string; subjectId: string; ownerReceizId: string; policy: ReceizSubjectMandatePolicyV1; mandateDigest: string; status: "planned" | "active" | "paused" | "revoked" | "expired"; activatedCapabilityDigest: string | null; activatedAtKai: string | null; revokedAtKai: string | null; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.mandates.explainv124.1.0
(subjectId: string) => Promise<Readonly<{ subjectId: string; currentKai: string; mandates: readonly (ReceizSubjectMandateV1 & { executable: boolean; })[]; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.mandates.getv124.1.0
(subjectId: string) => Promise<readonly Readonly<{ schema: "receiz.subject.mandate.v1"; mandateId: string; subjectId: string; ownerReceizId: string; policy: ReceizSubjectMandatePolicyV1; mandateDigest: string; status: "planned" | "active" | "paused" | "revoked" | "expired"; activatedCapabilityDigest: string | null; activatedAtKai: string | null; revokedAtKai: string | null; }>[]>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.mandates.pausev124.1.0
(subjectId: string) => Promise<readonly Readonly<{ schema: "receiz.subject.mandate.v1"; mandateId: string; subjectId: string; ownerReceizId: string; policy: ReceizSubjectMandatePolicyV1; mandateDigest: string; status: "planned" | "active" | "paused" | "revoked" | "expired"; activatedCapabilityDigest: string | null; activatedAtKai: string | null; revokedAtKai: string | null; }>[]>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.mandates.planv124.1.0
(subjectId: string, policy: ReceizSubjectMandatePolicyV1) => Promise<Readonly<{ schema: "receiz.subject.mandate.v1"; mandateId: string; subjectId: string; ownerReceizId: string; policy: ReceizSubjectMandatePolicyV1; mandateDigest: string; status: "planned" | "active" | "paused" | "revoked" | "expired"; activatedCapabilityDigest: string | null; activatedAtKai: string | null; revokedAtKai: string | null; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.mandates.revokev124.1.0
(subjectId: string) => Promise<readonly Readonly<{ schema: "receiz.subject.mandate.v1"; mandateId: string; subjectId: string; ownerReceizId: string; policy: ReceizSubjectMandatePolicyV1; mandateDigest: string; status: "planned" | "active" | "paused" | "revoked" | "expired"; activatedCapabilityDigest: string | null; activatedAtKai: string | null; revokedAtKai: string | null; }>[]>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.memory.citationsv124.1.0
(subjectId: string, memoryId: string) => Promise<Readonly<{ memoryId: string; eventIds: readonly string[]; proofObjectIds: readonly string[]; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.memory.compactv124.1.0
(subjectId: string, input?: Readonly<{ throughHead?: string; }>) => Promise<Readonly<{ schema: "receiz.subject.memory_projection.v1"; subjectId: string; throughHead: string; memories: readonly ReceizSubjectMemoryEventV1[]; projectionDigest: string; rebuildable: true; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.memory.projectv124.1.0
(subjectId: string, input: Readonly<{ throughHead: string; }>) => Promise<Readonly<{ schema: "receiz.subject.memory_projection.v1"; subjectId: string; throughHead: string; memories: readonly ReceizSubjectMemoryEventV1[]; projectionDigest: string; rebuildable: true; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.memory.queryv124.1.0
(subjectId: string, input?: Readonly<{ types?: readonly string[]; visibility?: "public" | "private" | "all"; afterKai?: string; limit?: number; }>) => Promise<readonly Readonly<{ schema: "receiz.subject.memory_event.v1"; memoryId: string; subjectId: string; type: import("./livingSubjects.js").ReceizSubjectMemoryType; summary: string; eventIds: readonly string[]; proofObjectIds: readonly string[]; visibility: "public" | "private"; head: string; kai: string; }>[]>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.publishAccessKeyv124.1.0
(input: Readonly<{ publicBinding: import("./v122SubjectAccess.js").ReceizSubjectAccessPublicBindingV122; expectedAccessKeyHead: string | null; }>) => Promise<Readonly<{ ok: true; state: import("./v122Subjects.js").ReceizSubjectStateV122; publicBinding: import("./v122SubjectAccess.js").ReceizSubjectAccessPublicBindingV122; }> | Readonly<{ ok: false; code: string; writes: 0; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.relationships.historyv124.1.0
(subjectId: string) => Promise<readonly Readonly<{ schema: "receiz.world.event.v1"; eventId: string; commandId: string; worldId: string; kind: string; actorSubjectId: string; participantSubjectIds: readonly string[]; payload: Readonly<Record<string, unknown>>; causalParents: readonly string[]; priorHeads: Readonly<Record<string, string>>; nextHeads: Readonly<Record<string, string>>; priorWorldHead: string; worldHead: string; mandateDigest?: string; kai: string; registryDigest: string; reducerDigest: string; }>[]>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.relationships.listv124.1.0
(subjectId: string) => Promise<readonly Readonly<{ schema: "receiz.subject.relationship.v1"; relationshipId: string; subjectIds: readonly [string, string]; status: "proposed" | "active" | "declined" | "blocked"; familiarity: number; trust: number; rivalry: number; affection: number; mentorship: number; visibility: "public" | "private"; eventIds: readonly string[]; head: string; }>[]>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.relationships.proposev124.1.0
(input: Readonly<{ subjectId: string; targetSubjectId: string; visibility?: "public" | "private"; worldId?: string; attemptId: string; idempotencyKey: string; }>) => Promise<Readonly<{ schema: "receiz.world.transaction.v1"; transactionId: string; transactionDigest: string; worldId: string; participants: readonly string[]; expectedHeads: Readonly<Record<string, string>>; commands: readonly ReceizWorldCommandV1[]; registryDigest: string; reducerDigest: string; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.relationships.respondv124.1.0
(input: Readonly<{ subjectId: string; targetSubjectId: string; response: "accept" | "decline"; visibility?: "public" | "private"; worldId?: string; attemptId: string; idempotencyKey: string; authority: ReceizWorldAuthorityV1; }>) => Promise<ReceizWorldExecutionResultV1>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.resolvev124.1.0
(subjectId: string) => Promise<Readonly<{ schema: "receiz.subject.v1"; subject: ReceizSubjectV1; exactBytesB64u: string; artifactDigest: string; registryDigest: string; reducerDigest: string; authority: Readonly<{ artifactIsProofAuthority: true; modelOutputIsAuthority: false; indexIsAuthority: false; }>; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.resolveNamespacesv124.1.0
(input: import("./v123Namespaces.js").ReceizSubjectNamespaceResolutionInputV123) => Promise<import("./v123Namespaces.js").ReceizSubjectNamespaceResolutionResultV123>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.resolveNamespacesV124v124.1.0
(input: ReceizResolveNamespacesInputV124) => Promise<Readonly<{ schema: "receiz.subject.namespace-resolution.v123"; subjectId: string; atHead: string; admittedProofDigest: string; ownershipHead: string; registryDigest: string; reducerDigest: string; namespaces: readonly Readonly<{ name: string; found: boolean; exactBytesB64u: string | null; digest: string | null; }>[]; authority: Readonly<{ resolutionIsProofAuthority: false; strongerTruth: "sealed-receiz-proof-object"; }>; resolutionDigest: string; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.runtime.catchUpv124.1.0
(subjectId: string, input?: Readonly<{ maximumTicks?: number; throughKai?: string; worldId?: string; }>) => Promise<Readonly<{ subjectId: string; processed: number; jobs: readonly ReceizSubjectRuntimeJobV1[]; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.runtime.enqueueTickv124.1.0
(input: ReceizSubjectRuntimeTickInput) => Promise<Readonly<{ jobId: string; input: ReceizSubjectRuntimeTickInput; status: "queued" | "leased" | "completed" | "failed" | "cancelled" | "stale"; leaseUntilKai: string | null; attemptCount: number; eventIds: readonly string[]; failureCode: string | null; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.runtime.pausev124.1.0
(subjectId: string) => Promise<Readonly<{ subjectId: string; cancelledJobIds: readonly string[]; writes: number; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.runtime.statusv124.1.0
(jobId: string) => Promise<Readonly<{ jobId: string; input: ReceizSubjectRuntimeTickInput; status: "queued" | "leased" | "completed" | "failed" | "cancelled" | "stale"; leaseUntilKai: string | null; attemptCount: number; eventIds: readonly string[]; failureCode: string | null; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.statev124.1.0
(subjectId: string) => Promise<import("./v122Subjects.js").ReceizSubjectStateV122>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.subscribev124.1.0
(subjectId: string, query?: { afterHead?: string; }) => AsyncIterable<Readonly<{ schema: "receiz.world.event.v1"; eventId: string; commandId: string; worldId: string; kind: string; actorSubjectId: string; participantSubjectIds: readonly string[]; payload: Readonly<Record<string, unknown>>; causalParents: readonly string[]; priorHeads: Readonly<Record<string, string>>; nextHeads: Readonly<Record<string, string>>; priorWorldHead: string; worldHead: string; mandateDigest?: string; kai: string; registryDigest: string; reducerDigest: string; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.trades.executev124.1.0
(input: Readonly<{ previewDigest: string; transaction: ReceizWorldTransactionV1; authority: ReceizWorldAuthorityV1; }>) => Promise<ReceizWorldExecutionResultV1>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.trades.previewv124.1.0
(input: Readonly<{ fromSubjectId: string; toSubjectId: string; itemId: string; worldId?: string; attemptId: string; idempotencyKey: string; mandateDigest?: string; }>) => Promise<Readonly<{ transaction: ReceizWorldTransactionV1; requiresOwnerApproval: boolean; previewDigest: string; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.twin.exportMindv124.1.0
(subjectId: string) => Promise<Readonly<{ schema: "receiz.subject.mind.v1"; subjectArtifact: ReceizSubjectArtifactV1; brainHead: ReceizSubjectProofBrainHeadV1; portableWindow: readonly import("./livingSubjects.js").ReceizSubjectPrimaryProofObjectV1[]; completeHistory: Readonly<{ objectCount: string; objectMerkleRoot: string; indexRoot: string; contentAddress: string; primaryObjectsRequiredForReasoning: true; }>; publicMemoryIds: readonly string[]; privateMemoryIds: readonly string[]; priorMindHead: string | null; mindDigest: string; exactBytesB64u: string; registryDigest: string; reducerDigest: string; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.twin.importMindv124.1.0
(subjectId: string, artifact: ReceizSubjectMindArtifactV1) => Promise<Readonly<{ ok: boolean; subjectId?: string; mindDigest?: string; head?: string; code?: string; writes?: number; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.twin.memorySummaryv124.1.0
(subjectId: string) => Promise<Readonly<{ subjectId: string; head: string; counts: Readonly<Record<string, number>>; projectionDigest: string; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.twin.messagev124.1.0
(subjectId: string, input: ReceizSubjectTwinMessageInput) => Promise<Readonly<{ schema: "receiz.subject.twin_result.v1"; subjectId: string; subjectHead: string; spokenResponse: string; proposedIntent: import("./livingSubjects.js").ReceizSubjectIntentV1; observedFacts: readonly Readonly<{ fact: string; eventIds: readonly string[]; proofObjectIds: readonly string[]; }>[]; proofDerivedMemories: readonly Readonly<{ memoryId: string; summary: string; eventIds: readonly string[]; }>[]; performance: Readonly<Record<string, unknown>> | null; proofContext: ReceizSubjectProofContextV1; worldEventIds: readonly []; authority: Readonly<{ modelOutputIsWorldEvent: false; deterministicAdmissionRequired: true; }>; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.twin.profilev124.1.0
(subjectId: string) => Promise<Readonly<{ subjectId: string; subjectType: string; head: string; brainHead: ReceizSubjectProofBrainHeadV1; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.twin.streamv124.1.0
(subjectId: string, input: ReceizSubjectTwinMessageInput) => AsyncIterable<ReceizSubjectTwinStreamEvent>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.twin.streamPerformancev124.1.0
(subjectId: string, input: ReceizSubjectTwinMessageInput) => AsyncIterable<ReceizSubjectTwinStreamEvent>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.subjects.verifyv124.1.0
(subjectArtifact: ReceizSubjectArtifactV1) => Promise<Readonly<{ valid: boolean; sourcePrimitive: "receiz.subject.v1"; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.value.executeReservev124.1.0
(intent: import("./v122Value.js").ReceizWorldValueIntentV122, authority: import("./v123ProofAuthority.js").ReceizProofAuthorityV123) => Promise<import("./v123ValueExecution.js").ReceizValueExecutionOutcomeV123>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.value.executeSettlementv124.1.0
(intent: import("./v122Value.js").ReceizWorldValueIntentV122, authority: import("./v123ProofAuthority.js").ReceizProofAuthorityV123) => Promise<import("./v123ValueExecution.js").ReceizValueExecutionOutcomeV123>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.value.executionByIdempotencyKeyv124.1.0
(idempotencyKey: string, authority?: import("./v123ProofAuthority.js").ReceizProofAuthorityV123) => Promise<import("./v123ValueExecution.js").ReceizValueExecutionOutcomeV123>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.value.planReservev124.1.0
(input: Omit<Parameters<typeof import("./v122Value.js").planReceizValueIntentV122>[0], "rail">) => Promise<Readonly<{ schema: "receiz.world.value-intent.v122"; rail: import("./v122Value.js").ReceizValueRailV122; amountPhiMicro: string; usdPerPhiMicrocents: string; quotedUsdCents: string; priceBasisDigest: string; sourceProofObjectId: string; sourceValueHead: string; destinationSubjectId: string; expectedDestinationHead: string; idempotencyKey?: string; valueIntentDigest: string; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.value.planSettlementv124.1.0
(input: Omit<Parameters<typeof import("./v122Value.js").planReceizValueIntentV122>[0], "rail">) => Promise<Readonly<{ schema: "receiz.world.value-intent.v122"; rail: import("./v122Value.js").ReceizValueRailV122; amountPhiMicro: string; usdPerPhiMicrocents: string; quotedUsdCents: string; priceBasisDigest: string; sourceProofObjectId: string; sourceValueHead: string; destinationSubjectId: string; expectedDestinationHead: string; idempotencyKey?: string; valueIntentDigest: string; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.value.quoteDisplayUsdv124.1.0
typeof quoteReceizDisplayUsdV122

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.value.validateDisplayPricev124.1.0
typeof validateReceizDisplayPriceV122

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.value.validateIntentv124.1.0
typeof validateReceizValueIntentV122

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.verification.conformancev124.1.0
() => Promise<JsonObject>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.verification.verifyArtifactv124.1.0
(input: ReceizArtifactInput) => Promise<ReceizArtifactVerificationResult>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.additionsv124.1.0
(input: Readonly<{ worldId: string; afterHead?: string; types?: readonly string[]; }>) => Promise<readonly Readonly<{ schema: "receiz.world.event.v1"; eventId: string; commandId: string; worldId: string; kind: string; actorSubjectId: string; participantSubjectIds: readonly string[]; payload: Readonly<Record<string, unknown>>; causalParents: readonly string[]; priorHeads: Readonly<Record<string, string>>; nextHeads: Readonly<Record<string, string>>; priorWorldHead: string; worldHead: string; mandateDigest?: string; kai: string; registryDigest: string; reducerDigest: string; }>[]>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.additionsV122v124.1.0
(input: Readonly<{ worldId: string; afterHead?: string; }>) => Promise<unknown>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.bookv124.1.0
(username: string, body: Omit<ReceizWorldProfileMessageRequest, "action">) => Promise<ReceizWorldProfileResponse>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.executeCommandv124.1.0
(plan: ReceizWorldCommandPlanV1, authority: ReceizWorldAuthorityV1) => Promise<ReceizWorldExecutionResultV1>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.executeMultiWorldTransactionv124.1.0
(input: Readonly<Record<string, unknown>>) => Promise<import("./v122Transactions.js").ReceizExecutionOutcomeV122>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.executeTransactionv124.1.0
(plan: ReceizWorldTransactionV1, authority: ReceizWorldAuthorityV1 | ReceizWorldTransactionAuthorityV1) => Promise<ReceizWorldExecutionResultV1>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.executeTransactionV122v124.1.0
(input: Readonly<Record<string, unknown>>) => Promise<import("./v122Transactions.js").ReceizExecutionOutcomeV122>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.executionv124.1.0
(input: Readonly<{ worldId: string; transactionId: string; }>) => Promise<import("./v122Transactions.js").ReceizExecutionOutcomeV122>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.executionByIdempotencyKeyv124.1.0
(input: Readonly<{ worldId: string; idempotencyKey: string; }>) => Promise<import("./v122Transactions.js").ReceizExecutionOutcomeV122>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.messagev124.1.0
(username: string, body: ReceizWorldProfileMessageRequest) => Promise<ReceizWorldProfileResponse>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.planAccessAppendv124.1.0
typeof planReceizWorldAccessAppendV122

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.planCommandv124.1.0
(input: ReceizWorldCommandInputV1) => Promise<Readonly<{ schema: "receiz.world.command_plan.v1"; planId: string; planDigest: string; command: ReceizWorldCommandV1; priorHeads: Readonly<Record<string, string>>; worldHead: string; registryDigest: string; reducerDigest: string; writesOnFailure: 0; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.planCommandV122v124.1.0
typeof import("./v122Transactions.js").planReceizWorldCommandV122

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.planMultiWorldTransactionv124.1.0
typeof import("./v122MultiWorld.js").planReceizMultiWorldTransactionV122

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.planPrivateCommandv124.1.0
typeof import("./v122PrivateWorld.js").planReceizPrivateCommandV122

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.planTransactionv124.1.0
(input: Readonly<{ participants: readonly string[]; expectedHeads: Readonly<Record<string, string>>; commands: readonly ReceizWorldCommandV1[]; }>) => Promise<Readonly<{ schema: "receiz.world.transaction.v1"; transactionId: string; transactionDigest: string; worldId: string; participants: readonly string[]; expectedHeads: Readonly<Record<string, string>>; commands: readonly ReceizWorldCommandV1[]; registryDigest: string; reducerDigest: string; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.planTransactionV122v124.1.0
typeof import("./v122Transactions.js").planReceizWorldTransactionV122

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.profilev124.1.0
(username: string, query?: ReceizWorldProfileQuery) => Promise<ReceizWorldProfileResponse>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.publicSnapshotv124.1.0
() => Promise<ReceizWorldPublicSnapshotResponse>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.receiptv124.1.0
(receiptId: string) => Promise<Readonly<{ schema: "receiz.world.receipt.v1"; receiptId: string; commandId: string; attemptId: string; eventIds: readonly string[]; actorSubjectId: string; mandateDigest?: string; priorHeads: Readonly<Record<string, string>>; nextHeads: Readonly<Record<string, string>>; worldHead: string; reducerDigest: string; registryDigest: string; kai: string; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.replayv124.1.0
(input: Readonly<{ worldId: string; throughHead?: string; }>) => Promise<Readonly<{ schema: "receiz.world.checkpoint.v1"; worldId: string; throughHead: string; events: readonly ReceizWorldEventV1[]; subjectHeads: Readonly<Record<string, string>>; checkpointDigest: string; registryDigest: string; reducerDigest: string; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.streamProfilev124.1.0
(username: string, body: ReceizWorldProfileMessageRequest) => AsyncIterable<ReceizWorldProfileStreamEvent>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.subscribev124.1.0
(input: Readonly<{ worldId: string; afterHead?: string; types?: readonly string[]; }>) => AsyncIterable<Readonly<{ schema: "receiz.world.event.v1"; eventId: string; commandId: string; worldId: string; kind: string; actorSubjectId: string; participantSubjectIds: readonly string[]; payload: Readonly<Record<string, unknown>>; causalParents: readonly string[]; priorHeads: Readonly<Record<string, string>>; nextHeads: Readonly<Record<string, string>>; priorWorldHead: string; worldHead: string; mandateDigest?: string; kai: string; registryDigest: string; reducerDigest: string; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.validateCommandv124.1.0
(plan: ReceizWorldCommandPlanV1) => Promise<Readonly<{ ok: boolean; writes: 0; planDigest?: string; code?: string; }>>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.validateTransactionv124.1.0
(transaction: import("./v122Transactions.js").ReceizWorldTransactionV122) => Promise<unknown>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger
receiz.world.welcomev124.1.0
(username: string, body?: Omit<ReceizWorldProfileMessageRequest, "action" | "message">) => Promise<ReceizWorldProfileResponse>

Exact qualified package surface.

Source
node_modules/@receiz/sdk/dist/index.d.ts
SHA-256
3278d551808697d9936ffdf75931358c903bb0cc5a211191b611d4474895f6be
Conformance
pnpm test:verification-conformance
Authority
Mechanic only · sealed proof object remains stronger

Command line

18 exact CLI commands

receiz app apply [--root <path>] [--target <sdk-version>] [--contract <path>] [--confirm <preview-digest>] [--dry-run] [--json]
receiz app check [--root <path>] [--target <sdk-version>] [--json]
receiz app explain --code <code> [--root <path>] [--target <sdk-version>] [--json]
receiz app init [--root <path>] [--name <name>] [--framework <nextjs-app-router|framework-neutral>] [--json]
receiz app inspect [--root <path>] [--target <sdk-version>] [--json]
receiz app plan [--root <path>] [--target <sdk-version>] [--json]
receiz app upgrade [--root <path>] [--target <sdk-version>] [--json]
receiz conformance [--human] [--inject-failure <check-id>]
receiz deploy-check --tenant-host <host>
receiz dev
receiz doctor --tenant-host <host> [--access-token <token>] [--base-url <url>] [--callback-url <url>] [--scopes <csv>] [--scope <scope>]
receiz init <target-dir>
receiz inspect <path-to-proof-json>
receiz migrate v105-v106 --apply --confirm <plan-digest> [--root <path>] [--inventory <path>] [--contract <path>]
receiz migrate v105-v106 --dry-run [--root <path>] [--inventory <path>] [--contract <path>]
receiz migrate v105-v106 --verify [--root <path>] [--inventory <path>] [--contract <path>]
receiz seed-store --tenant-host <host> [--products <count>]
receiz simulate-checkout --amount-usd <amount> [--outcome <success|failure>]

Permanent anchor · #sdk-install

Install

Install @receiz/sdk@124.1.0 and import createReceizClient from the package root. This exact public package identity, declaration digest, browser boundary, and conformance command are the official V124.1.0 integration baseline.

Permanent anchor · #sdk-client

Client

createReceizClient(options) returns the typed v124 client, including canonical Kai, proof-authority challenge, authenticated runtime, verified replay/checkpoint, durable execution, namespace, private hydration, recipient, auth, identity, subjects, world, value, and bearer surfaces. The client coordinates beneath sealed artifact truth and exact authenticated heads.

Permanent anchor · #sdk-artifacts

Artifacts

Call assets.createProofObject with ReceizProofObjectCreateInput, ReceizProofObjectCreateOptions, and an account access token. The result is ReceizSealedArtifact; pass that wrapper to artifacts.download and its artifact Blob to account-free local byte verification.

Permanent anchor · #sdk-verification

Verification

verification.verifyArtifact accepts Blob, File, Uint8Array, ArrayBuffer, or ReadableStream<Uint8Array>. Branch only on status and admit only status === verified-artifact; invalid, denied, and unsupported remain distinct results.

Permanent anchor · #sdk-identity

Identity

Identity methods create, read, project, sign, and verify Receiz identity continuity. Identity is optional and additive for public proof; identity mechanics do not authorize a proof claim without the enclosing verified proof object.

Permanent anchor · #sdk-living-subjects

Living subjects

subjects.resolve, verify, state, history, additions, and subscribe operate on receiz.subject.v1. V122 subjects.admit, state, edge-bundle, and access-key calls add remote durable admission while the enclosing proof object remains authority and the database remains sync/recovery. Immutable subject and genesis identity survive ownership, application, device, and Twin-provider changes. Every named namespace and every unknown namespace is byte-preserved through append, export, import, transfer, and reconciliation.

Permanent anchor · #sdk-proof-brain-and-twin

Proof brain and Twin

subjects.brain follows canonical head to complete Kai/Merkle/Fibonacci history to compact references to independently resolved exact primary proof-object bytes to cited context. The 96-object value bounds one reasoning window, not history. subjects.twin separates speech, intentions, observed facts, proof-derived memories, and non-authoritative performance; portable mind export/import binds exact subject and prior heads.

Permanent anchor · #sdk-world-runtime

World runtime

world planning, validation, exact execution lookup, private/invited envelopes, mandates, and multi-world execution enforce exact-head deterministic admission. Private plaintext remains edge-held; globally distributed events carry only public exterior data and encrypted subject-scoped envelopes. Rejection writes zero state; retries cannot duplicate events; multi-subject and multi-world effects advance all participant heads or none.

Permanent anchor · #sdk-bearer-transfer

Bearer transfer

bearer.previewTransfer, issueTransferInstrument, inspectInstrument, claimInstrument, cancelTransfer, and transferStatus support exact-head known-recipient or open handoff. Pending custody blocks conflicts; one atomic claim preserves identity/history/namespaces, applies explicit inventory and memory policy, revokes former-owner authority, and emits a newly sealed artifact. Invalid, stale, expired, cancelled, or replayed claims write zero state.

Permanent anchor · #sdk-cli

CLI

The eighteen commands below are extracted from the installed parser and help inventory. Use their exact flags, preserve plan and confirmation digests, and run pnpm sdk:test to detect parser/help drift.

Permanent anchor · #sdk-end-to-end-example

End-to-end example

The universal copyable example begins with complete held artifact bytes and recomputes verified-artifact locally without an account. A living-subject flow then resolves the exact subject head, retrieves exact primary proof bytes, accepts model output only as a proposal, plans and validates a typed command, executes with exact capability or mandate authority, verifies the receipt, and replays the resulting head. Bearer claim independently inspects instrument bytes before the same atomic admission boundary.

Copyable path

Authenticated SDK issuance → Verify → inspect receipt

import { createReceizClient } from "@receiz/sdk";

// Begin with the complete proof object already held by the person or runtime.
const encoded = process.env.RECEIZ_ARTIFACT_BASE64;
if (!encoded) throw new Error("RECEIZ_ARTIFACT_BASE64 is required");
const artifactBytes = Uint8Array.from(Buffer.from(encoded, "base64"));

// Local verification is account-free and precedes every transport projection.
const receiz = createReceizClient();
const verification = await receiz.verification.verifyArtifact(artifactBytes);
if (verification.status !== "verified-artifact") {
  throw new Error(`Artifact verification status: ${verification.status}`);
}
console.log(verification.status);

Deterministic check

Conformance

pnpm test:verification-conformance

Run from the Receiz repository against the exact coordinated package identity. A command result is evidence beneath sealed artifact truth.