tonightpass 0.0.117 → 0.0.119
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.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -2
- package/.turbo/turbo-build.log +0 -21
- package/CHANGELOG.md +0 -717
- package/src/constants/api.ts +0 -1
- package/src/constants/index.ts +0 -2
- package/src/constants/regex.ts +0 -28
- package/src/index.ts +0 -6
- package/src/rest/client.ts +0 -198
- package/src/rest/dtos/index.ts +0 -5
- package/src/rest/dtos/locations/create-location.dto.ts +0 -68
- package/src/rest/dtos/locations/index.ts +0 -2
- package/src/rest/dtos/locations/update-location.dto.ts +0 -37
- package/src/rest/dtos/organizations/create-organization.dto.ts +0 -60
- package/src/rest/dtos/organizations/events/create-organization-event.dto.ts +0 -99
- package/src/rest/dtos/organizations/events/index.ts +0 -6
- package/src/rest/dtos/organizations/events/orders/create-organization-event-order.dto.ts +0 -3
- package/src/rest/dtos/organizations/events/orders/index.ts +0 -1
- package/src/rest/dtos/organizations/events/styles/create-organization-event-style.dto.ts +0 -7
- package/src/rest/dtos/organizations/events/styles/index.ts +0 -2
- package/src/rest/dtos/organizations/events/styles/update-organization-event-style.dto.ts +0 -3
- package/src/rest/dtos/organizations/events/tickets/create-organization-event-ticket.dto.ts +0 -68
- package/src/rest/dtos/organizations/events/tickets/index.ts +0 -2
- package/src/rest/dtos/organizations/events/tickets/update-organization-event-ticket.dto.ts +0 -70
- package/src/rest/dtos/organizations/events/update-organization-event.dto.ts +0 -88
- package/src/rest/dtos/organizations/index.ts +0 -4
- package/src/rest/dtos/organizations/members/create-organization-member.dto.ts +0 -13
- package/src/rest/dtos/organizations/members/index.ts +0 -2
- package/src/rest/dtos/organizations/members/update-organization-member.dto.ts +0 -9
- package/src/rest/dtos/organizations/update-organization.dto.ts +0 -65
- package/src/rest/dtos/users/create-user.dto.ts +0 -86
- package/src/rest/dtos/users/index.ts +0 -3
- package/src/rest/dtos/users/sign-in-user.dto.ts +0 -11
- package/src/rest/dtos/users/update-user.dto.ts +0 -121
- package/src/rest/endpoints.ts +0 -36
- package/src/rest/index.ts +0 -5
- package/src/rest/request/index.ts +0 -1
- package/src/rest/request/request.ts +0 -52
- package/src/rest/types/auth/index.ts +0 -15
- package/src/rest/types/careers/index.ts +0 -87
- package/src/rest/types/health/index.ts +0 -15
- package/src/rest/types/index.ts +0 -108
- package/src/rest/types/locations/index.ts +0 -30
- package/src/rest/types/notifications/index.ts +0 -8
- package/src/rest/types/orders/index.ts +0 -14
- package/src/rest/types/organizations/events/index.ts +0 -136
- package/src/rest/types/organizations/events/orders/index.ts +0 -10
- package/src/rest/types/organizations/events/styles/index.ts +0 -47
- package/src/rest/types/organizations/events/tickets/index.ts +0 -73
- package/src/rest/types/organizations/events/views/index.ts +0 -8
- package/src/rest/types/organizations/index.ts +0 -78
- package/src/rest/types/organizations/members/index.ts +0 -72
- package/src/rest/types/profiles/index.ts +0 -82
- package/src/rest/types/users/bookings/index.ts +0 -56
- package/src/rest/types/users/index.ts +0 -116
- package/src/rest/types/users/notifications/index.ts +0 -50
- package/src/rest/types/users/tokens/index.ts +0 -19
- package/src/rest/types/webhooks/index.ts +0 -10
- package/src/sdk/auth.ts +0 -42
- package/src/sdk/builder.ts +0 -5
- package/src/sdk/careers.ts +0 -23
- package/src/sdk/health.ts +0 -8
- package/src/sdk/index.ts +0 -9
- package/src/sdk/notifications.ts +0 -6
- package/src/sdk/orders.ts +0 -13
- package/src/sdk/organizations/billing/index.ts +0 -33
- package/src/sdk/organizations/events/index.ts +0 -79
- package/src/sdk/organizations/events/orders/index.ts +0 -17
- package/src/sdk/organizations/events/styles/index.ts +0 -19
- package/src/sdk/organizations/events/tickets/index.ts +0 -64
- package/src/sdk/organizations/events/views/index.ts +0 -13
- package/src/sdk/organizations/index.ts +0 -22
- package/src/sdk/organizations/members/index.ts +0 -7
- package/src/sdk/profiles/index.ts +0 -8
- package/src/sdk/profiles/relationships/index.ts +0 -28
- package/src/sdk/users/bookings/index.ts +0 -8
- package/src/sdk/users/index.ts +0 -26
- package/src/sdk/users/notifications/index.ts +0 -7
- package/src/tonightpass.ts +0 -37
- package/src/utils/index.ts +0 -21
- package/tests/auth/index.ts +0 -26
- package/tests/careers/index.ts +0 -28
- package/tests/dtos/index.ts +0 -157
- package/tests/index.ts +0 -61
- package/tests/regex/index.ts +0 -81
- package/tests/users/index.ts +0 -38
- package/tsconfig.json +0 -18
- package/tsup.config.ts +0 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tonightpass",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
4
|
"description": "@tonightpass sdk and tools.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -10,6 +10,19 @@
|
|
|
10
10
|
"bugs": "https://github.com/tonightpass/tonightpass/issues",
|
|
11
11
|
"homepage": "https://tonightpass.com",
|
|
12
12
|
"license": "MIT",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"tonightpass",
|
|
15
|
+
"api",
|
|
16
|
+
"sdk",
|
|
17
|
+
"typescript",
|
|
18
|
+
"javascript",
|
|
19
|
+
"rest",
|
|
20
|
+
"client"
|
|
21
|
+
],
|
|
22
|
+
"files": [
|
|
23
|
+
"dist",
|
|
24
|
+
"README.md"
|
|
25
|
+
],
|
|
13
26
|
"main": "dist/index.js",
|
|
14
27
|
"module": "dist/index.mjs",
|
|
15
28
|
"types": "dist/index.d.ts",
|
|
@@ -25,7 +38,7 @@
|
|
|
25
38
|
},
|
|
26
39
|
"devDependencies": {
|
|
27
40
|
"@anatine/esbuild-decorators": "^0.2.19",
|
|
28
|
-
"@types/node": "22.
|
|
41
|
+
"@types/node": "22.10.1",
|
|
29
42
|
"tsx": "^4.7.1",
|
|
30
43
|
"typescript": "^5.0.0"
|
|
31
44
|
},
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> tonightpass@0.0.117 build /home/runner/work/tonightpass/tonightpass/packages/node
|
|
3
|
-
> tsup
|
|
4
|
-
|
|
5
|
-
[34mCLI[39m Building entry: src/index.ts
|
|
6
|
-
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
-
[34mCLI[39m tsup v8.3.5
|
|
8
|
-
[34mCLI[39m Using tsup config: /home/runner/work/tonightpass/tonightpass/packages/node/tsup.config.ts
|
|
9
|
-
[34mCLI[39m Target: esnext
|
|
10
|
-
[34mCJS[39m Build start
|
|
11
|
-
[34mESM[39m Build start
|
|
12
|
-
[34mDTS[39m Build start
|
|
13
|
-
[32mCJS[39m [1mdist/index.js [22m[32m36.70 KB[39m
|
|
14
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m115.63 KB[39m
|
|
15
|
-
[32mCJS[39m ⚡️ Build success in 718ms
|
|
16
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m32.27 KB[39m
|
|
17
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m115.38 KB[39m
|
|
18
|
-
[32mESM[39m ⚡️ Build success in 719ms
|
|
19
|
-
[32mDTS[39m ⚡️ Build success in 4459ms
|
|
20
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m42.07 KB[39m
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[32m42.07 KB[39m
|