@centia-io/sdk 0.0.23 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -232,5 +232,5 @@ declare class Tables {
|
|
|
232
232
|
type MethodsOf<T> = { [K in keyof T]: T[K] extends ((...args: infer A) => infer R) ? (...args: A) => R : never };
|
|
233
233
|
declare function createApi<T>(): MethodsOf<T>;
|
|
234
234
|
//#endregion
|
|
235
|
-
export { Claims, CodeFlow, type CodeFlowOptions, Meta, type Options, PasswordFlow, Rpc, type RpcRequest, type RpcResponse, Sql, Stats, Status, Tables, Users, Ws, createApi };
|
|
235
|
+
export { Claims, CodeFlow, type CodeFlowOptions, Meta, type Options, PasswordFlow, type PasswordFlowOptions, Rpc, type RpcRequest, type RpcResponse, Sql, Stats, Status, Tables, Users, Ws, createApi };
|
|
236
236
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.ts
CHANGED
|
@@ -232,5 +232,5 @@ declare class Tables {
|
|
|
232
232
|
type MethodsOf<T> = { [K in keyof T]: T[K] extends ((...args: infer A) => infer R) ? (...args: A) => R : never };
|
|
233
233
|
declare function createApi<T>(): MethodsOf<T>;
|
|
234
234
|
//#endregion
|
|
235
|
-
export { Claims, CodeFlow, type CodeFlowOptions, Meta, type Options, PasswordFlow, Rpc, type RpcRequest, type RpcResponse, Sql, Stats, Status, Tables, Users, Ws, createApi };
|
|
235
|
+
export { Claims, CodeFlow, type CodeFlowOptions, Meta, type Options, PasswordFlow, type PasswordFlowOptions, Rpc, type RpcRequest, type RpcResponse, Sql, Stats, Status, Tables, Users, Ws, createApi };
|
|
236
236
|
//# sourceMappingURL=index.d.ts.map
|