清理spacetimedb绑定生成
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
2026-04-26 20:41:11 +08:00
parent cbc27bad4a
commit f8ea3b704f
646 changed files with 4230 additions and 17557 deletions

View File

@@ -1,21 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
QuestRecordInput,
} from "./types";
export default {
get input() {
return QuestRecordInput;
},
};

View File

@@ -1,21 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
QuestCompletionAckInput,
} from "./types";
export default {
get input() {
return QuestCompletionAckInput;
},
};

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
PuzzleRunNextLevelInput,
PuzzleRunProcedureResult,
} from "./types";
export const params = {
get input() {
return PuzzleRunNextLevelInput;
},
};
export const returnType = PuzzleRunProcedureResult

View File

@@ -1,27 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AiResultReferenceKind,
} from "./types";
export default __t.row({
resultReferenceRowId: __t.string().primaryKey().name("result_reference_row_id"),
resultRefId: __t.string().name("result_ref_id"),
taskId: __t.string().name("task_id"),
get referenceKind() {
return AiResultReferenceKind.name("reference_kind");
},
referenceId: __t.string().name("reference_id"),
label: __t.option(__t.string()),
createdAt: __t.timestamp().name("created_at"),
});

View File

@@ -1,35 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AiTaskStageKind,
AiTaskStageStatus,
} from "./types";
export default __t.row({
taskStageId: __t.string().primaryKey().name("task_stage_id"),
taskId: __t.string().name("task_id"),
get stageKind() {
return AiTaskStageKind.name("stage_kind");
},
label: __t.string(),
detail: __t.string(),
stageOrder: __t.u32().name("stage_order"),
get status() {
return AiTaskStageStatus;
},
textOutput: __t.option(__t.string()).name("text_output"),
structuredPayloadJson: __t.option(__t.string()).name("structured_payload_json"),
warningMessages: __t.array(__t.string()).name("warning_messages"),
startedAt: __t.option(__t.timestamp()).name("started_at"),
completedAt: __t.option(__t.timestamp()).name("completed_at"),
});

View File

@@ -1,39 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AiTaskKind,
AiTaskStatus,
} from "./types";
export default __t.row({
taskId: __t.string().primaryKey().name("task_id"),
get taskKind() {
return AiTaskKind.name("task_kind");
},
ownerUserId: __t.string().name("owner_user_id"),
requestLabel: __t.string().name("request_label"),
sourceModule: __t.string().name("source_module"),
sourceEntityId: __t.option(__t.string()).name("source_entity_id"),
requestPayloadJson: __t.option(__t.string()).name("request_payload_json"),
get status() {
return AiTaskStatus;
},
failureMessage: __t.option(__t.string()).name("failure_message"),
latestTextOutput: __t.option(__t.string()).name("latest_text_output"),
latestStructuredPayloadJson: __t.option(__t.string()).name("latest_structured_payload_json"),
version: __t.u32(),
createdAt: __t.timestamp().name("created_at"),
startedAt: __t.option(__t.timestamp()).name("started_at"),
completedAt: __t.option(__t.timestamp()).name("completed_at"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,27 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AiTaskStageKind,
} from "./types";
export default __t.row({
textChunkRowId: __t.string().primaryKey().name("text_chunk_row_id"),
chunkId: __t.string().name("chunk_id"),
taskId: __t.string().name("task_id"),
get stageKind() {
return AiTaskStageKind.name("stage_kind");
},
sequence: __t.u32(),
deltaText: __t.string().name("delta_text"),
createdAt: __t.timestamp().name("created_at"),
});

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AiTextChunkAppendInput,
AiTaskProcedureResult,
} from "./types";
export const params = {
get input() {
return AiTextChunkAppendInput;
},
};
export const returnType = AiTaskProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
ChapterProgressionLedgerInput,
ChapterProgressionProcedureResult,
} from "./types";
export const params = {
get input() {
return ChapterProgressionLedgerInput;
},
};
export const returnType = ChapterProgressionProcedureResult

View File

@@ -1,21 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
ChapterProgressionLedgerInput,
} from "./types";
export default {
get input() {
return ChapterProgressionLedgerInput;
},
};

View File

@@ -1,21 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
InventoryMutationInput,
} from "./types";
export default {
get input() {
return InventoryMutationInput;
},
};

View File

@@ -1,21 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
QuestSignalApplyInput,
} from "./types";
export default {
get input() {
return QuestSignalApplyInput;
},
};

View File

@@ -1,24 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
export default __t.row({
bindingId: __t.string().primaryKey().name("binding_id"),
assetObjectId: __t.string().name("asset_object_id"),
entityKind: __t.string().name("entity_kind"),
entityId: __t.string().name("entity_id"),
slot: __t.string(),
assetKind: __t.string().name("asset_kind"),
ownerUserId: __t.option(__t.string()).name("owner_user_id"),
profileId: __t.option(__t.string()).name("profile_id"),
createdAt: __t.timestamp().name("created_at"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,35 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AssetObjectAccessPolicy,
} from "./types";
export default __t.row({
assetObjectId: __t.string().primaryKey().name("asset_object_id"),
bucket: __t.string(),
objectKey: __t.string().name("object_key"),
get accessPolicy() {
return AssetObjectAccessPolicy.name("access_policy");
},
contentType: __t.option(__t.string()).name("content_type"),
contentLength: __t.u64().name("content_length"),
contentHash: __t.option(__t.string()).name("content_hash"),
version: __t.u32(),
sourceJobId: __t.option(__t.string()).name("source_job_id"),
ownerUserId: __t.option(__t.string()).name("owner_user_id"),
profileId: __t.option(__t.string()).name("profile_id"),
entityId: __t.option(__t.string()).name("entity_id"),
assetKind: __t.string().name("asset_kind"),
createdAt: __t.timestamp().name("created_at"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AiTaskProcedureResult,
AiResultReferenceInput,
} from "./types";
export const params = {
get input() {
return AiResultReferenceInput;
},
};
export const returnType = AiTaskProcedureResult

View File

@@ -1,22 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
export default __t.row({
identityId: __t.string().primaryKey().name("identity_id"),
userId: __t.string().name("user_id"),
provider: __t.string(),
providerUid: __t.string().name("provider_uid"),
providerUnionId: __t.option(__t.string()).name("provider_union_id"),
phoneE164: __t.option(__t.string()).name("phone_e_164"),
displayName: __t.option(__t.string()).name("display_name"),
avatarUrl: __t.option(__t.string()).name("avatar_url"),
});

View File

@@ -1,17 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
export default __t.row({
snapshotId: __t.string().primaryKey().name("snapshot_id"),
snapshotJson: __t.string().name("snapshot_json"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,56 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BattleMode,
BattleStatus,
RuntimeItemRewardItemSnapshot,
CombatOutcome,
} from "./types";
export default __t.row({
battleStateId: __t.string().primaryKey().name("battle_state_id"),
storySessionId: __t.string().name("story_session_id"),
runtimeSessionId: __t.string().name("runtime_session_id"),
actorUserId: __t.string().name("actor_user_id"),
chapterId: __t.option(__t.string()).name("chapter_id"),
targetNpcId: __t.string().name("target_npc_id"),
targetName: __t.string().name("target_name"),
get battleMode() {
return BattleMode.name("battle_mode");
},
get status() {
return BattleStatus;
},
playerHp: __t.i32().name("player_hp"),
playerMaxHp: __t.i32().name("player_max_hp"),
playerMana: __t.i32().name("player_mana"),
playerMaxMana: __t.i32().name("player_max_mana"),
targetHp: __t.i32().name("target_hp"),
targetMaxHp: __t.i32().name("target_max_hp"),
experienceReward: __t.u32().name("experience_reward"),
get rewardItems() {
return __t.array(RuntimeItemRewardItemSnapshot).name("reward_items");
},
turnIndex: __t.u32().name("turn_index"),
lastActionFunctionId: __t.option(__t.string()).name("last_action_function_id"),
lastActionText: __t.option(__t.string()).name("last_action_text"),
lastResultText: __t.option(__t.string()).name("last_result_text"),
lastDamageDealt: __t.i32().name("last_damage_dealt"),
lastDamageTaken: __t.i32().name("last_damage_taken"),
get lastOutcome() {
return CombatOutcome.name("last_outcome");
},
version: __t.u32(),
createdAt: __t.timestamp().name("created_at"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
StorySessionInput,
StorySessionProcedureResult,
} from "./types";
export const params = {
get input() {
return StorySessionInput;
},
};
export const returnType = StorySessionProcedureResult

View File

@@ -1,21 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
StorySessionInput,
} from "./types";
export default {
get input() {
return StorySessionInput;
},
};

View File

@@ -1,29 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BigFishAgentMessageRole,
BigFishAgentMessageKind,
} from "./types";
export default __t.row({
messageId: __t.string().primaryKey().name("message_id"),
sessionId: __t.string().name("session_id"),
get role() {
return BigFishAgentMessageRole;
},
get kind() {
return BigFishAgentMessageKind;
},
text: __t.string(),
createdAt: __t.timestamp().name("created_at"),
});

View File

@@ -1,32 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BigFishAssetKind,
BigFishAssetStatus,
} from "./types";
export default __t.row({
slotId: __t.string().primaryKey().name("slot_id"),
sessionId: __t.string().name("session_id"),
get assetKind() {
return BigFishAssetKind.name("asset_kind");
},
level: __t.option(__t.u32()),
motionKey: __t.option(__t.string()).name("motion_key"),
get status() {
return BigFishAssetStatus;
},
assetUrl: __t.option(__t.string()).name("asset_url"),
promptSnapshot: __t.string().name("prompt_snapshot"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,33 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BigFishCreationStage,
} from "./types";
export default __t.row({
sessionId: __t.string().primaryKey().name("session_id"),
ownerUserId: __t.string().name("owner_user_id"),
seedText: __t.string().name("seed_text"),
currentTurn: __t.u32().name("current_turn"),
progressPercent: __t.u32().name("progress_percent"),
get stage() {
return BigFishCreationStage;
},
anchorPackJson: __t.string().name("anchor_pack_json"),
draftJson: __t.option(__t.string()).name("draft_json"),
assetCoverageJson: __t.string().name("asset_coverage_json"),
lastAssistantReply: __t.option(__t.string()).name("last_assistant_reply"),
publishReady: __t.bool().name("publish_ready"),
createdAt: __t.timestamp().name("created_at"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,30 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BigFishRunStatus,
} from "./types";
export default __t.row({
runId: __t.string().primaryKey().name("run_id"),
sessionId: __t.string().name("session_id"),
ownerUserId: __t.string().name("owner_user_id"),
get status() {
return BigFishRunStatus;
},
snapshotJson: __t.string().name("snapshot_json"),
lastInputX: __t.f32().name("last_input_x"),
lastInputY: __t.f32().name("last_input_y"),
tick: __t.u64(),
createdAt: __t.timestamp().name("created_at"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AssetEntityBindingInput,
AssetEntityBindingProcedureResult,
} from "./types";
export const params = {
get input() {
return AssetEntityBindingInput;
},
};
export const returnType = AssetEntityBindingProcedureResult

View File

@@ -1,21 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AssetEntityBindingInput,
} from "./types";
export default {
get input() {
return AssetEntityBindingInput;
},
};

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AiTaskProcedureResult,
AiTaskCancelInput,
} from "./types";
export const params = {
get input() {
return AiTaskCancelInput;
},
};
export const returnType = AiTaskProcedureResult

View File

@@ -1,41 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
ChapterPaceBand,
} from "./types";
export default __t.row({
chapterProgressionId: __t.string().primaryKey().name("chapter_progression_id"),
userId: __t.string().name("user_id"),
chapterId: __t.string().name("chapter_id"),
chapterIndex: __t.u32().name("chapter_index"),
totalChapters: __t.u32().name("total_chapters"),
entryPseudoLevelMillis: __t.u32().name("entry_pseudo_level_millis"),
exitPseudoLevelMillis: __t.u32().name("exit_pseudo_level_millis"),
entryLevel: __t.u32().name("entry_level"),
exitLevel: __t.u32().name("exit_level"),
plannedTotalXp: __t.u32().name("planned_total_xp"),
plannedQuestXp: __t.u32().name("planned_quest_xp"),
plannedHostileXp: __t.u32().name("planned_hostile_xp"),
actualQuestXp: __t.u32().name("actual_quest_xp"),
actualHostileXp: __t.u32().name("actual_hostile_xp"),
expectedHostileDefeatCount: __t.u32().name("expected_hostile_defeat_count"),
actualHostileDefeatCount: __t.u32().name("actual_hostile_defeat_count"),
levelAtEntry: __t.u32().name("level_at_entry"),
levelAtExit: __t.option(__t.u32()).name("level_at_exit"),
get paceBand() {
return ChapterPaceBand.name("pace_band");
},
createdAt: __t.timestamp().name("created_at"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
RuntimeBrowseHistoryClearInput,
RuntimeBrowseHistoryProcedureResult,
} from "./types";
export const params = {
get input() {
return RuntimeBrowseHistoryClearInput;
},
};
export const returnType = RuntimeBrowseHistoryProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BigFishDraftCompileInput,
BigFishSessionProcedureResult,
} from "./types";
export const params = {
get input() {
return BigFishDraftCompileInput;
},
};
export const returnType = BigFishSessionProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldPublishedProfileCompileInput,
CustomWorldPublishedProfileCompileResult,
} from "./types";
export const params = {
get input() {
return CustomWorldPublishedProfileCompileInput;
},
};
export const returnType = CustomWorldPublishedProfileCompileResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
PuzzleDraftCompileInput,
PuzzleAgentSessionProcedureResult,
} from "./types";
export const params = {
get input() {
return PuzzleDraftCompileInput;
},
};
export const returnType = PuzzleAgentSessionProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AiTaskProcedureResult,
AiStageCompletionInput,
} from "./types";
export const params = {
get input() {
return AiStageCompletionInput;
},
};
export const returnType = AiTaskProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AiTaskProcedureResult,
AiTaskFinishInput,
} from "./types";
export const params = {
get input() {
return AiTaskFinishInput;
},
};
export const returnType = AiTaskProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AssetObjectUpsertInput,
AssetObjectProcedureResult,
} from "./types";
export const params = {
get input() {
return AssetObjectUpsertInput;
},
};
export const returnType = AssetObjectProcedureResult

View File

@@ -1,21 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AssetObjectUpsertInput,
} from "./types";
export default {
get input() {
return AssetObjectUpsertInput;
},
};

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
StorySessionProcedureResult,
StoryContinueInput,
} from "./types";
export const params = {
get input() {
return StoryContinueInput;
},
};
export const returnType = StorySessionProcedureResult

View File

@@ -1,21 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
StoryContinueInput,
} from "./types";
export default {
get input() {
return StoryContinueInput;
},
};

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AiTaskProcedureResult,
AiTaskCreateInput,
} from "./types";
export const params = {
get input() {
return AiTaskCreateInput;
},
};
export const returnType = AiTaskProcedureResult

View File

@@ -1,21 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AiTaskCreateInput,
} from "./types";
export default {
get input() {
return AiTaskCreateInput;
},
};

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BattleStateInput,
BattleStateProcedureResult,
} from "./types";
export const params = {
get input() {
return BattleStateInput;
},
};
export const returnType = BattleStateProcedureResult

View File

@@ -1,21 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BattleStateInput,
} from "./types";
export default {
get input() {
return BattleStateInput;
},
};

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BigFishSessionProcedureResult,
BigFishSessionCreateInput,
} from "./types";
export const params = {
get input() {
return BigFishSessionCreateInput;
},
};
export const returnType = BigFishSessionProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldAgentSessionCreateInput,
CustomWorldAgentSessionProcedureResult,
} from "./types";
export const params = {
get input() {
return CustomWorldAgentSessionCreateInput;
},
};
export const returnType = CustomWorldAgentSessionProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
RuntimeProfileRechargeOrderCreateInput,
RuntimeProfileRechargeCenterProcedureResult,
} from "./types";
export const params = {
get input() {
return RuntimeProfileRechargeOrderCreateInput;
},
};
export const returnType = RuntimeProfileRechargeCenterProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
PuzzleAgentSessionProcedureResult,
PuzzleAgentSessionCreateInput,
} from "./types";
export const params = {
get input() {
return PuzzleAgentSessionCreateInput;
},
};
export const returnType = PuzzleAgentSessionProcedureResult

View File

@@ -1,30 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
RpgAgentMessageRole,
RpgAgentMessageKind,
} from "./types";
export default __t.row({
messageId: __t.string().primaryKey().name("message_id"),
sessionId: __t.string().name("session_id"),
get role() {
return RpgAgentMessageRole;
},
get kind() {
return RpgAgentMessageKind;
},
text: __t.string(),
relatedOperationId: __t.option(__t.string()).name("related_operation_id"),
createdAt: __t.timestamp().name("created_at"),
});

View File

@@ -1,33 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
RpgAgentOperationType,
RpgAgentOperationStatus,
} from "./types";
export default __t.row({
operationId: __t.string().primaryKey().name("operation_id"),
sessionId: __t.string().name("session_id"),
get operationType() {
return RpgAgentOperationType.name("operation_type");
},
get status() {
return RpgAgentOperationStatus;
},
phaseLabel: __t.string().name("phase_label"),
phaseDetail: __t.string().name("phase_detail"),
progress: __t.u32(),
errorMessage: __t.option(__t.string()).name("error_message"),
createdAt: __t.timestamp().name("created_at"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,44 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
RpgAgentStage,
} from "./types";
export default __t.row({
sessionId: __t.string().primaryKey().name("session_id"),
ownerUserId: __t.string().name("owner_user_id"),
seedText: __t.string().name("seed_text"),
currentTurn: __t.u32().name("current_turn"),
progressPercent: __t.u32().name("progress_percent"),
get stage() {
return RpgAgentStage;
},
focusCardId: __t.option(__t.string()).name("focus_card_id"),
anchorContentJson: __t.string().name("anchor_content_json"),
creatorIntentJson: __t.option(__t.string()).name("creator_intent_json"),
creatorIntentReadinessJson: __t.string().name("creator_intent_readiness_json"),
anchorPackJson: __t.option(__t.string()).name("anchor_pack_json"),
lockStateJson: __t.option(__t.string()).name("lock_state_json"),
draftProfileJson: __t.option(__t.string()).name("draft_profile_json"),
lastAssistantReply: __t.option(__t.string()).name("last_assistant_reply"),
publishGateJson: __t.option(__t.string()).name("publish_gate_json"),
resultPreviewJson: __t.option(__t.string()).name("result_preview_json"),
pendingClarificationsJson: __t.string().name("pending_clarifications_json"),
qualityFindingsJson: __t.string().name("quality_findings_json"),
suggestedActionsJson: __t.string().name("suggested_actions_json"),
recommendedRepliesJson: __t.string().name("recommended_replies_json"),
assetCoverageJson: __t.string().name("asset_coverage_json"),
checkpointsJson: __t.string().name("checkpoints_json"),
createdAt: __t.timestamp().name("created_at"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,40 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
RpgAgentDraftCardKind,
RpgAgentDraftCardStatus,
CustomWorldRoleAssetStatus,
} from "./types";
export default __t.row({
cardId: __t.string().primaryKey().name("card_id"),
sessionId: __t.string().name("session_id"),
get kind() {
return RpgAgentDraftCardKind;
},
get status() {
return RpgAgentDraftCardStatus;
},
title: __t.string(),
subtitle: __t.string(),
summary: __t.string(),
linkedIdsJson: __t.string().name("linked_ids_json"),
warningCount: __t.u32().name("warning_count"),
get assetStatus() {
return __t.option(CustomWorldRoleAssetStatus).name("asset_status");
},
assetStatusLabel: __t.option(__t.string()).name("asset_status_label"),
detailPayloadJson: __t.option(__t.string()).name("detail_payload_json"),
createdAt: __t.timestamp().name("created_at"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,34 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldThemeMode,
} from "./types";
export default __t.row({
profileId: __t.string().primaryKey().name("profile_id"),
ownerUserId: __t.string().name("owner_user_id"),
publicWorkCode: __t.string().name("public_work_code"),
authorPublicUserCode: __t.string().name("author_public_user_code"),
authorDisplayName: __t.string().name("author_display_name"),
worldName: __t.string().name("world_name"),
subtitle: __t.string(),
summaryText: __t.string().name("summary_text"),
coverImageSrc: __t.option(__t.string()).name("cover_image_src"),
get themeMode() {
return CustomWorldThemeMode.name("theme_mode");
},
playableNpcCount: __t.u32().name("playable_npc_count"),
landmarkCount: __t.u32().name("landmark_count"),
publishedAt: __t.timestamp().name("published_at"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,42 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldThemeMode,
CustomWorldPublicationStatus,
} from "./types";
export default __t.row({
profileId: __t.string().primaryKey().name("profile_id"),
ownerUserId: __t.string().name("owner_user_id"),
publicWorkCode: __t.option(__t.string()).name("public_work_code"),
authorPublicUserCode: __t.option(__t.string()).name("author_public_user_code"),
sourceAgentSessionId: __t.option(__t.string()).name("source_agent_session_id"),
get publicationStatus() {
return CustomWorldPublicationStatus.name("publication_status");
},
worldName: __t.string().name("world_name"),
subtitle: __t.string(),
summaryText: __t.string().name("summary_text"),
get themeMode() {
return CustomWorldThemeMode.name("theme_mode");
},
coverImageSrc: __t.option(__t.string()).name("cover_image_src"),
profilePayloadJson: __t.string().name("profile_payload_json"),
playableNpcCount: __t.u32().name("playable_npc_count"),
landmarkCount: __t.u32().name("landmark_count"),
authorDisplayName: __t.string().name("author_display_name"),
publishedAt: __t.option(__t.timestamp()).name("published_at"),
deletedAt: __t.option(__t.timestamp()).name("deleted_at"),
createdAt: __t.timestamp().name("created_at"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,34 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldGenerationMode,
CustomWorldSessionStatus,
} from "./types";
export default __t.row({
sessionId: __t.string().primaryKey().name("session_id"),
ownerUserId: __t.string().name("owner_user_id"),
get generationMode() {
return CustomWorldGenerationMode.name("generation_mode");
},
get status() {
return CustomWorldSessionStatus;
},
settingText: __t.string().name("setting_text"),
creatorIntentJson: __t.option(__t.string()).name("creator_intent_json"),
questionSnapshotJson: __t.string().name("question_snapshot_json"),
resultPayloadJson: __t.option(__t.string()).name("result_payload_json"),
lastErrorMessage: __t.option(__t.string()).name("last_error_message"),
createdAt: __t.timestamp().name("created_at"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BigFishWorkDeleteInput,
BigFishWorksProcedureResult,
} from "./types";
export const params = {
get input() {
return BigFishWorkDeleteInput;
},
};
export const returnType = BigFishWorksProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldAgentSessionGetInput,
CustomWorldWorksListResult,
} from "./types";
export const params = {
get input() {
return CustomWorldAgentSessionGetInput;
},
};
export const returnType = CustomWorldWorksListResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldProfileDeleteInput,
CustomWorldProfileListResult,
} from "./types";
export const params = {
get input() {
return CustomWorldProfileDeleteInput;
},
};
export const returnType = CustomWorldProfileListResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
PuzzleWorkDeleteInput,
PuzzleWorksProcedureResult,
} from "./types";
export const params = {
get input() {
return PuzzleWorkDeleteInput;
},
};
export const returnType = PuzzleWorksProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
RuntimeSnapshotDeleteInput,
RuntimeSnapshotProcedureResult,
} from "./types";
export const params = {
get input() {
return RuntimeSnapshotDeleteInput;
},
};
export const returnType = RuntimeSnapshotProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
PuzzleRunProcedureResult,
PuzzleRunDragInput,
} from "./types";
export const params = {
get input() {
return PuzzleRunDragInput;
},
};
export const returnType = PuzzleRunProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldAgentActionExecuteInput,
CustomWorldAgentActionExecuteResult,
} from "./types";
export const params = {
get input() {
return CustomWorldAgentActionExecuteInput;
},
};
export const returnType = CustomWorldAgentActionExecuteResult

View File

@@ -1,19 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AuthStoreSnapshotProcedureResult,
} from "./types";
export const params = {
};
export const returnType = AuthStoreSnapshotProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AiTaskProcedureResult,
AiTaskFailureInput,
} from "./types";
export const params = {
get input() {
return AiTaskFailureInput;
},
};
export const returnType = AiTaskProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BigFishSessionProcedureResult,
BigFishMessageFinalizeInput,
} from "./types";
export const params = {
get input() {
return BigFishMessageFinalizeInput;
},
};
export const returnType = BigFishSessionProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldAgentMessageFinalizeInput,
CustomWorldAgentOperationProcedureResult,
} from "./types";
export const params = {
get input() {
return CustomWorldAgentMessageFinalizeInput;
},
};
export const returnType = CustomWorldAgentOperationProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
PuzzleAgentSessionProcedureResult,
PuzzleAgentMessageFinalizeInput,
} from "./types";
export const params = {
get input() {
return PuzzleAgentMessageFinalizeInput;
},
};
export const returnType = PuzzleAgentSessionProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BigFishSessionProcedureResult,
BigFishAssetGenerateInput,
} from "./types";
export const params = {
get input() {
return BigFishAssetGenerateInput;
},
};
export const returnType = BigFishSessionProcedureResult

View File

@@ -1,19 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AuthStoreSnapshotProcedureResult,
} from "./types";
export const params = {
};
export const returnType = AuthStoreSnapshotProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BattleStateProcedureResult,
BattleStateQueryInput,
} from "./types";
export const params = {
get input() {
return BattleStateQueryInput;
},
};
export const returnType = BattleStateProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BigFishRunGetInput,
BigFishRunProcedureResult,
} from "./types";
export const params = {
get input() {
return BigFishRunGetInput;
},
};
export const returnType = BigFishRunProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BigFishSessionProcedureResult,
BigFishSessionGetInput,
} from "./types";
export const params = {
get input() {
return BigFishSessionGetInput;
},
};
export const returnType = BigFishSessionProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
ChapterProgressionProcedureResult,
ChapterProgressionGetInput,
} from "./types";
export const params = {
get input() {
return ChapterProgressionGetInput;
},
};
export const returnType = ChapterProgressionProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldAgentCardDetailGetInput,
CustomWorldDraftCardDetailResult,
} from "./types";
export const params = {
get input() {
return CustomWorldAgentCardDetailGetInput;
},
};
export const returnType = CustomWorldDraftCardDetailResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldAgentOperationProcedureResult,
CustomWorldAgentOperationGetInput,
} from "./types";
export const params = {
get input() {
return CustomWorldAgentOperationGetInput;
},
};
export const returnType = CustomWorldAgentOperationProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldAgentSessionProcedureResult,
CustomWorldAgentSessionGetInput,
} from "./types";
export const params = {
get input() {
return CustomWorldAgentSessionGetInput;
},
};
export const returnType = CustomWorldAgentSessionProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldLibraryMutationResult,
CustomWorldGalleryDetailByCodeInput,
} from "./types";
export const params = {
get input() {
return CustomWorldGalleryDetailByCodeInput;
},
};
export const returnType = CustomWorldLibraryMutationResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldGalleryDetailInput,
CustomWorldLibraryMutationResult,
} from "./types";
export const params = {
get input() {
return CustomWorldGalleryDetailInput;
},
};
export const returnType = CustomWorldLibraryMutationResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldLibraryMutationResult,
CustomWorldLibraryDetailInput,
} from "./types";
export const params = {
get input() {
return CustomWorldLibraryDetailInput;
},
};
export const returnType = CustomWorldLibraryMutationResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
PlayerProgressionGetInput,
PlayerProgressionProcedureResult,
} from "./types";
export const params = {
get input() {
return PlayerProgressionGetInput;
},
};
export const returnType = PlayerProgressionProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
RuntimeProfileDashboardGetInput,
RuntimeProfileDashboardProcedureResult,
} from "./types";
export const params = {
get input() {
return RuntimeProfileDashboardGetInput;
},
};
export const returnType = RuntimeProfileDashboardProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
RuntimeProfilePlayStatsGetInput,
RuntimeProfilePlayStatsProcedureResult,
} from "./types";
export const params = {
get input() {
return RuntimeProfilePlayStatsGetInput;
},
};
export const returnType = RuntimeProfilePlayStatsProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
RuntimeProfileRechargeCenterProcedureResult,
RuntimeProfileRechargeCenterGetInput,
} from "./types";
export const params = {
get input() {
return RuntimeProfileRechargeCenterGetInput;
},
};
export const returnType = RuntimeProfileRechargeCenterProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
RuntimeReferralInviteCenterGetInput,
RuntimeReferralInviteCenterProcedureResult,
} from "./types";
export const params = {
get input() {
return RuntimeReferralInviteCenterGetInput;
},
};
export const returnType = RuntimeReferralInviteCenterProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
PuzzleAgentSessionProcedureResult,
PuzzleAgentSessionGetInput,
} from "./types";
export const params = {
get input() {
return PuzzleAgentSessionGetInput;
},
};
export const returnType = PuzzleAgentSessionProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
PuzzleWorkGetInput,
PuzzleWorkProcedureResult,
} from "./types";
export const params = {
get input() {
return PuzzleWorkGetInput;
},
};
export const returnType = PuzzleWorkProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
PuzzleRunProcedureResult,
PuzzleRunGetInput,
} from "./types";
export const params = {
get input() {
return PuzzleRunGetInput;
},
};
export const returnType = PuzzleRunProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
PuzzleWorkGetInput,
PuzzleWorkProcedureResult,
} from "./types";
export const params = {
get input() {
return PuzzleWorkGetInput;
},
};
export const returnType = PuzzleWorkProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
RuntimeInventoryStateQueryInput,
RuntimeInventoryStateProcedureResult,
} from "./types";
export const params = {
get input() {
return RuntimeInventoryStateQueryInput;
},
};
export const returnType = RuntimeInventoryStateProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
RuntimeSettingGetInput,
RuntimeSettingProcedureResult,
} from "./types";
export const params = {
get input() {
return RuntimeSettingGetInput;
},
};
export const returnType = RuntimeSettingProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
RuntimeSnapshotProcedureResult,
RuntimeSnapshotGetInput,
} from "./types";
export const params = {
get input() {
return RuntimeSnapshotGetInput;
},
};
export const returnType = RuntimeSnapshotProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
StorySessionStateInput,
StorySessionStateProcedureResult,
} from "./types";
export const params = {
get input() {
return StorySessionStateInput;
},
};
export const returnType = StorySessionStateProcedureResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
PlayerProgressionProcedureResult,
PlayerProgressionGrantInput,
} from "./types";
export const params = {
get input() {
return PlayerProgressionGrantInput;
},
};
export const returnType = PlayerProgressionProcedureResult

View File

@@ -1,21 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
PlayerProgressionGrantInput,
} from "./types";
export default {
get input() {
return PlayerProgressionGrantInput;
},
};

View File

@@ -1,19 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
AuthStoreSnapshotImportProcedureResult,
} from "./types";
export const params = {
};
export const returnType = AuthStoreSnapshotImportProcedureResult

File diff suppressed because it is too large Load Diff

View File

@@ -1,49 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
InventoryItemRarity,
InventoryEquipmentSlot,
InventoryItemSourceKind,
InventoryContainerKind,
} from "./types";
export default __t.row({
slotId: __t.string().primaryKey().name("slot_id"),
runtimeSessionId: __t.string().name("runtime_session_id"),
storySessionId: __t.option(__t.string()).name("story_session_id"),
actorUserId: __t.string().name("actor_user_id"),
get containerKind() {
return InventoryContainerKind.name("container_kind");
},
slotKey: __t.string().name("slot_key"),
itemId: __t.string().name("item_id"),
category: __t.string(),
name: __t.string(),
description: __t.option(__t.string()),
quantity: __t.u32(),
get rarity() {
return InventoryItemRarity;
},
tags: __t.array(__t.string()),
stackable: __t.bool(),
stackKey: __t.string().name("stack_key"),
get equipmentSlotId() {
return __t.option(InventoryEquipmentSlot).name("equipment_slot_id");
},
get sourceKind() {
return InventoryItemSourceKind.name("source_kind");
},
sourceReferenceId: __t.option(__t.string()).name("source_reference_id"),
createdAt: __t.timestamp().name("created_at"),
updatedAt: __t.timestamp().name("updated_at"),
});

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
BigFishWorksProcedureResult,
BigFishWorksListInput,
} from "./types";
export const params = {
get input() {
return BigFishWorksListInput;
},
};
export const returnType = BigFishWorksProcedureResult

View File

@@ -1,19 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldGalleryListResult,
} from "./types";
export const params = {
};
export const returnType = CustomWorldGalleryListResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldProfileListResult,
CustomWorldProfileListInput,
} from "./types";
export const params = {
get input() {
return CustomWorldProfileListInput;
},
};
export const returnType = CustomWorldProfileListResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
CustomWorldWorksListResult,
CustomWorldWorksListInput,
} from "./types";
export const params = {
get input() {
return CustomWorldWorksListInput;
},
};
export const returnType = CustomWorldWorksListResult

View File

@@ -1,23 +0,0 @@
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
/* eslint-disable */
/* tslint:disable */
import {
TypeBuilder as __TypeBuilder,
t as __t,
type AlgebraicTypeType as __AlgebraicTypeType,
type Infer as __Infer,
} from "spacetimedb";
import {
RuntimeBrowseHistoryProcedureResult,
RuntimeBrowseHistoryListInput,
} from "./types";
export const params = {
get input() {
return RuntimeBrowseHistoryListInput;
},
};
export const returnType = RuntimeBrowseHistoryProcedureResult

Some files were not shown because too many files have changed in this diff Show More