Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 8 additions & 76 deletions crates/bindings-typescript/src/sdk/client_api/index.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions crates/bindings-typescript/src/sdk/client_api/procedures.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions crates/bindings-typescript/src/sdk/client_api/reducers.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions crates/bindings-typescript/src/sdk/client_api/rows.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 77 additions & 0 deletions crates/bindings-typescript/src/sdk/client_api/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 77 additions & 0 deletions crates/bindings-typescript/src/sdk/client_api/types/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
// 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 { type Infer as __Infer } from '../../../lib/type_builders';

// Import all non-reducer types
import BsatnRowList from '../bsatn_row_list_type';
import CallProcedure from '../call_procedure_type';
import CallReducer from '../call_reducer_type';
import ClientMessage from '../client_message_type';
import CompressableQueryUpdate from '../compressable_query_update_type';
import DatabaseUpdate from '../database_update_type';
import EnergyQuanta from '../energy_quanta_type';
import IdentityToken from '../identity_token_type';
import InitialSubscription from '../initial_subscription_type';
import OneOffQuery from '../one_off_query_type';
import OneOffQueryResponse from '../one_off_query_response_type';
import OneOffTable from '../one_off_table_type';
import ProcedureResult from '../procedure_result_type';
import ProcedureStatus from '../procedure_status_type';
import QueryId from '../query_id_type';
import QueryUpdate from '../query_update_type';
import ReducerCallInfo from '../reducer_call_info_type';
import RowSizeHint from '../row_size_hint_type';
import ServerMessage from '../server_message_type';
import Subscribe from '../subscribe_type';
import SubscribeApplied from '../subscribe_applied_type';
import SubscribeMulti from '../subscribe_multi_type';
import SubscribeMultiApplied from '../subscribe_multi_applied_type';
import SubscribeRows from '../subscribe_rows_type';
import SubscribeSingle from '../subscribe_single_type';
import SubscriptionError from '../subscription_error_type';
import TableUpdate from '../table_update_type';
import TransactionUpdate from '../transaction_update_type';
import TransactionUpdateLight from '../transaction_update_light_type';
import Unsubscribe from '../unsubscribe_type';
import UnsubscribeApplied from '../unsubscribe_applied_type';
import UnsubscribeMulti from '../unsubscribe_multi_type';
import UnsubscribeMultiApplied from '../unsubscribe_multi_applied_type';
import UpdateStatus from '../update_status_type';

export type BsatnRowList = __Infer<typeof BsatnRowList>;
export type CallProcedure = __Infer<typeof CallProcedure>;
export type CallReducer = __Infer<typeof CallReducer>;
export type ClientMessage = __Infer<typeof ClientMessage>;
export type CompressableQueryUpdate = __Infer<typeof CompressableQueryUpdate>;
export type DatabaseUpdate = __Infer<typeof DatabaseUpdate>;
export type EnergyQuanta = __Infer<typeof EnergyQuanta>;
export type IdentityToken = __Infer<typeof IdentityToken>;
export type InitialSubscription = __Infer<typeof InitialSubscription>;
export type OneOffQuery = __Infer<typeof OneOffQuery>;
export type OneOffQueryResponse = __Infer<typeof OneOffQueryResponse>;
export type OneOffTable = __Infer<typeof OneOffTable>;
export type ProcedureResult = __Infer<typeof ProcedureResult>;
export type ProcedureStatus = __Infer<typeof ProcedureStatus>;
export type QueryId = __Infer<typeof QueryId>;
export type QueryUpdate = __Infer<typeof QueryUpdate>;
export type ReducerCallInfo = __Infer<typeof ReducerCallInfo>;
export type RowSizeHint = __Infer<typeof RowSizeHint>;
export type ServerMessage = __Infer<typeof ServerMessage>;
export type Subscribe = __Infer<typeof Subscribe>;
export type SubscribeApplied = __Infer<typeof SubscribeApplied>;
export type SubscribeMulti = __Infer<typeof SubscribeMulti>;
export type SubscribeMultiApplied = __Infer<typeof SubscribeMultiApplied>;
export type SubscribeRows = __Infer<typeof SubscribeRows>;
export type SubscribeSingle = __Infer<typeof SubscribeSingle>;
export type SubscriptionError = __Infer<typeof SubscriptionError>;
export type TableUpdate = __Infer<typeof TableUpdate>;
export type TransactionUpdate = __Infer<typeof TransactionUpdate>;
export type TransactionUpdateLight = __Infer<typeof TransactionUpdateLight>;
export type Unsubscribe = __Infer<typeof Unsubscribe>;
export type UnsubscribeApplied = __Infer<typeof UnsubscribeApplied>;
export type UnsubscribeMulti = __Infer<typeof UnsubscribeMulti>;
export type UnsubscribeMultiApplied = __Infer<typeof UnsubscribeMultiApplied>;
export type UpdateStatus = __Infer<typeof UpdateStatus>;
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// 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 { type Infer as __Infer } from '../../../lib/type_builders';

// Import all procedure arg schemas
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// 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 { type Infer as __Infer } from '../../../lib/type_builders';

// Import all reducer arg schemas
24 changes: 6 additions & 18 deletions crates/bindings-typescript/test-app/src/module_bindings/index.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions crates/bindings-typescript/test-app/src/module_bindings/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading