@faable/auth-sdk 1.0.13 → 1.0.14

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.
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by openapi-typescript.
4
+ * Do not make direct changes to the file.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import { components } from "./api";
2
+ export type User = components["schemas"]["User"];
3
+ export type Team = components["schemas"]["Team"];
4
+ export type TeamMember = components["schemas"]["TeamMember"];
5
+ export type TeamCreate = components["schemas"]["TeamCreate"];
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faable/auth-sdk",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "author": "Marc Pomar <marc@faable.com>",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "typescript": "^5.3.3"
21
21
  },
22
22
  "scripts": {
23
- "gentypes": "openapi-typescript https://faable.auth.faable.link/docs/json -o src/types/api.d.ts",
23
+ "gentypes": "openapi-typescript https://faable.auth.faable.link/docs/json -o src/types/api.ts",
24
24
  "build": "rimraf dist && tsc",
25
25
  "prepublishOnly": "yarn run gentypes && yarn run build",
26
26
  "release": "semantic-release"