@tonightpass/react 0.0.41 → 0.0.43

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.
@@ -1,21 +1,21 @@
1
1
 
2
- > @tonightpass/react@0.0.41 build /home/runner/work/tonightpass/tonightpass/packages/react
2
+ > @tonightpass/react@0.0.43 build /home/runner/work/tonightpass/tonightpass/packages/react
3
3
  > tsup
4
4
 
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.0.2
8
- CLI Using tsup config: /home/runner/work/tonightpass/tonightpass/packages/react/tsup.config.ts
9
- CLI Target: esnext
10
- CJS Build start
11
- ESM Build start
12
- CJS dist/index.js 438.00 B
13
- CJS dist/index.js.map 948.00 B
14
- CJS ⚡️ Build success in 81ms
15
- ESM dist/index.mjs 258.00 B
16
- ESM dist/index.mjs.map 948.00 B
17
- ESM ⚡️ Build success in 82ms
18
- DTS Build start
19
- DTS ⚡️ Build success in 3031ms
20
- DTS dist/index.d.ts 6.02 KB
21
- DTS dist/index.d.mts 6.02 KB
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.1.0
8
+ CLI Using tsup config: /home/runner/work/tonightpass/tonightpass/packages/react/tsup.config.ts
9
+ CLI Target: esnext
10
+ CJS Build start
11
+ ESM Build start
12
+ CJS dist/index.js 438.00 B
13
+ CJS dist/index.js.map 948.00 B
14
+ CJS ⚡️ Build success in 84ms
15
+ ESM dist/index.mjs 258.00 B
16
+ ESM dist/index.mjs.map 948.00 B
17
+ ESM ⚡️ Build success in 85ms
18
+ DTS Build start
19
+ DTS ⚡️ Build success in 3331ms
20
+ DTS dist/index.d.ts 6.31 KB
21
+ DTS dist/index.d.mts 6.31 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @tonightpass/react
2
2
 
3
+ ## 0.0.43
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`10b03df`](https://github.com/tonightpass/tonightpass/commit/10b03df81cb07b237fa54f1201231945ca89eac4)]:
8
+ - tonightpass@0.0.42
9
+
10
+ ## 0.0.42
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`f1d87e0`](https://github.com/tonightpass/tonightpass/commit/f1d87e06da339a908808dd331a0f4cb85bafaeff)]:
15
+ - tonightpass@0.0.41
16
+
3
17
  ## 0.0.41
4
18
 
5
19
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -4,12 +4,18 @@ import * as tonightpass from 'tonightpass';
4
4
  import { Client, Query, APIRequestOptions } from 'tonightpass';
5
5
 
6
6
  declare const client: Client;
7
- declare const useAPI: <Path extends "/oauth2/google" | "/oauth2/google/callback" | "/oauth2/twitter" | "/oauth2/twitter/callback" | "/careers/categories" | "/careers/employmentTypes" | "/careers/jobs" | "/careers/jobs/:id" | "/careers/offices" | "/health" | "/health/database" | "/health/http" | "/organizations" | "/organizations/:slug" | "/organizations/:slug/billing/account" | "/organizations/:slug/billing/link" | "/organizations/:slug/billing/dashboard" | "/organizations/:slug/events" | "/organizations/:organizationSlug/events/:eventSlug" | "/organizations/events/styles" | "/organizations/events/styles/:slug" | "/organizations/:slug/events/:eventSlug/tickets" | "/organizations/:slug/events/:eventSlug/tickets/:ticketId" | "/organizations/members" | "/organizations/:slug/members" | "/profiles/:username" | "/users" | "/users/:id" | "/users/me" | "/users/check/:identifier">(path?: Path | null, query?: Query<Path>, options?: APIRequestOptions) => swr.SWRResponse<(Extract<tonightpass.Endpoint<"GET", "/oauth2/google", void, undefined>, {
7
+ declare const useAPI: <Path extends "/oauth2/google" | "/oauth2/google/callback" | "/oauth2/facebook" | "/oauth2/facebook/callback" | "/oauth2/twitter" | "/oauth2/twitter/callback" | "/careers/categories" | "/careers/employmentTypes" | "/careers/jobs" | "/careers/jobs/:id" | "/careers/offices" | "/health" | "/health/database" | "/health/http" | "/organizations" | "/organizations/:slug" | "/organizations/:slug/billing/account" | "/organizations/:slug/billing/link" | "/organizations/:slug/billing/dashboard" | "/organizations/:slug/events" | "/organizations/:organizationSlug/events/:eventSlug" | "/organizations/events/styles" | "/organizations/events/styles/:slug" | "/organizations/:slug/events/:eventSlug/tickets" | "/organizations/:slug/events/:eventSlug/tickets/:ticketId" | "/organizations/members" | "/organizations/:slug/members" | "/profiles/:username" | "/users" | "/users/:id" | "/users/me" | "/users/check/:identifier">(path?: Path | null, query?: Query<Path>, options?: APIRequestOptions) => swr.SWRResponse<(Extract<tonightpass.Endpoint<"GET", "/oauth2/google", void, undefined>, {
8
8
  path: Path;
9
9
  method: "GET";
10
10
  }> | Extract<tonightpass.Endpoint<"GET", "/oauth2/google/callback", void, undefined>, {
11
11
  path: Path;
12
12
  method: "GET";
13
+ }> | Extract<tonightpass.Endpoint<"GET", "/oauth2/facebook", void, undefined>, {
14
+ path: Path;
15
+ method: "GET";
16
+ }> | Extract<tonightpass.Endpoint<"GET", "/oauth2/facebook/callback", void, undefined>, {
17
+ path: Path;
18
+ method: "GET";
13
19
  }> | Extract<tonightpass.Endpoint<"GET", "/oauth2/twitter", void, undefined>, {
14
20
  path: Path;
15
21
  method: "GET";
package/dist/index.d.ts CHANGED
@@ -4,12 +4,18 @@ import * as tonightpass from 'tonightpass';
4
4
  import { Client, Query, APIRequestOptions } from 'tonightpass';
5
5
 
6
6
  declare const client: Client;
7
- declare const useAPI: <Path extends "/oauth2/google" | "/oauth2/google/callback" | "/oauth2/twitter" | "/oauth2/twitter/callback" | "/careers/categories" | "/careers/employmentTypes" | "/careers/jobs" | "/careers/jobs/:id" | "/careers/offices" | "/health" | "/health/database" | "/health/http" | "/organizations" | "/organizations/:slug" | "/organizations/:slug/billing/account" | "/organizations/:slug/billing/link" | "/organizations/:slug/billing/dashboard" | "/organizations/:slug/events" | "/organizations/:organizationSlug/events/:eventSlug" | "/organizations/events/styles" | "/organizations/events/styles/:slug" | "/organizations/:slug/events/:eventSlug/tickets" | "/organizations/:slug/events/:eventSlug/tickets/:ticketId" | "/organizations/members" | "/organizations/:slug/members" | "/profiles/:username" | "/users" | "/users/:id" | "/users/me" | "/users/check/:identifier">(path?: Path | null, query?: Query<Path>, options?: APIRequestOptions) => swr.SWRResponse<(Extract<tonightpass.Endpoint<"GET", "/oauth2/google", void, undefined>, {
7
+ declare const useAPI: <Path extends "/oauth2/google" | "/oauth2/google/callback" | "/oauth2/facebook" | "/oauth2/facebook/callback" | "/oauth2/twitter" | "/oauth2/twitter/callback" | "/careers/categories" | "/careers/employmentTypes" | "/careers/jobs" | "/careers/jobs/:id" | "/careers/offices" | "/health" | "/health/database" | "/health/http" | "/organizations" | "/organizations/:slug" | "/organizations/:slug/billing/account" | "/organizations/:slug/billing/link" | "/organizations/:slug/billing/dashboard" | "/organizations/:slug/events" | "/organizations/:organizationSlug/events/:eventSlug" | "/organizations/events/styles" | "/organizations/events/styles/:slug" | "/organizations/:slug/events/:eventSlug/tickets" | "/organizations/:slug/events/:eventSlug/tickets/:ticketId" | "/organizations/members" | "/organizations/:slug/members" | "/profiles/:username" | "/users" | "/users/:id" | "/users/me" | "/users/check/:identifier">(path?: Path | null, query?: Query<Path>, options?: APIRequestOptions) => swr.SWRResponse<(Extract<tonightpass.Endpoint<"GET", "/oauth2/google", void, undefined>, {
8
8
  path: Path;
9
9
  method: "GET";
10
10
  }> | Extract<tonightpass.Endpoint<"GET", "/oauth2/google/callback", void, undefined>, {
11
11
  path: Path;
12
12
  method: "GET";
13
+ }> | Extract<tonightpass.Endpoint<"GET", "/oauth2/facebook", void, undefined>, {
14
+ path: Path;
15
+ method: "GET";
16
+ }> | Extract<tonightpass.Endpoint<"GET", "/oauth2/facebook/callback", void, undefined>, {
17
+ path: Path;
18
+ method: "GET";
13
19
  }> | Extract<tonightpass.Endpoint<"GET", "/oauth2/twitter", void, undefined>, {
14
20
  path: Path;
15
21
  method: "GET";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonightpass/react",
3
- "version": "0.0.41",
3
+ "version": "0.0.43",
4
4
  "description": "@tonightpass react sdk.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  "types": "dist/index.d.ts",
16
16
  "dependencies": {
17
17
  "swr": "^2.2.5",
18
- "tonightpass": "^0.0.40"
18
+ "tonightpass": "^0.0.42"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": "*"