@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 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@centia-io/sdk",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "TypeScript client for Centia-io",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",