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.
Files changed (89) hide show
  1. package/dist/index.js.map +1 -1
  2. package/dist/index.mjs.map +1 -1
  3. package/package.json +15 -2
  4. package/.turbo/turbo-build.log +0 -21
  5. package/CHANGELOG.md +0 -717
  6. package/src/constants/api.ts +0 -1
  7. package/src/constants/index.ts +0 -2
  8. package/src/constants/regex.ts +0 -28
  9. package/src/index.ts +0 -6
  10. package/src/rest/client.ts +0 -198
  11. package/src/rest/dtos/index.ts +0 -5
  12. package/src/rest/dtos/locations/create-location.dto.ts +0 -68
  13. package/src/rest/dtos/locations/index.ts +0 -2
  14. package/src/rest/dtos/locations/update-location.dto.ts +0 -37
  15. package/src/rest/dtos/organizations/create-organization.dto.ts +0 -60
  16. package/src/rest/dtos/organizations/events/create-organization-event.dto.ts +0 -99
  17. package/src/rest/dtos/organizations/events/index.ts +0 -6
  18. package/src/rest/dtos/organizations/events/orders/create-organization-event-order.dto.ts +0 -3
  19. package/src/rest/dtos/organizations/events/orders/index.ts +0 -1
  20. package/src/rest/dtos/organizations/events/styles/create-organization-event-style.dto.ts +0 -7
  21. package/src/rest/dtos/organizations/events/styles/index.ts +0 -2
  22. package/src/rest/dtos/organizations/events/styles/update-organization-event-style.dto.ts +0 -3
  23. package/src/rest/dtos/organizations/events/tickets/create-organization-event-ticket.dto.ts +0 -68
  24. package/src/rest/dtos/organizations/events/tickets/index.ts +0 -2
  25. package/src/rest/dtos/organizations/events/tickets/update-organization-event-ticket.dto.ts +0 -70
  26. package/src/rest/dtos/organizations/events/update-organization-event.dto.ts +0 -88
  27. package/src/rest/dtos/organizations/index.ts +0 -4
  28. package/src/rest/dtos/organizations/members/create-organization-member.dto.ts +0 -13
  29. package/src/rest/dtos/organizations/members/index.ts +0 -2
  30. package/src/rest/dtos/organizations/members/update-organization-member.dto.ts +0 -9
  31. package/src/rest/dtos/organizations/update-organization.dto.ts +0 -65
  32. package/src/rest/dtos/users/create-user.dto.ts +0 -86
  33. package/src/rest/dtos/users/index.ts +0 -3
  34. package/src/rest/dtos/users/sign-in-user.dto.ts +0 -11
  35. package/src/rest/dtos/users/update-user.dto.ts +0 -121
  36. package/src/rest/endpoints.ts +0 -36
  37. package/src/rest/index.ts +0 -5
  38. package/src/rest/request/index.ts +0 -1
  39. package/src/rest/request/request.ts +0 -52
  40. package/src/rest/types/auth/index.ts +0 -15
  41. package/src/rest/types/careers/index.ts +0 -87
  42. package/src/rest/types/health/index.ts +0 -15
  43. package/src/rest/types/index.ts +0 -108
  44. package/src/rest/types/locations/index.ts +0 -30
  45. package/src/rest/types/notifications/index.ts +0 -8
  46. package/src/rest/types/orders/index.ts +0 -14
  47. package/src/rest/types/organizations/events/index.ts +0 -136
  48. package/src/rest/types/organizations/events/orders/index.ts +0 -10
  49. package/src/rest/types/organizations/events/styles/index.ts +0 -47
  50. package/src/rest/types/organizations/events/tickets/index.ts +0 -73
  51. package/src/rest/types/organizations/events/views/index.ts +0 -8
  52. package/src/rest/types/organizations/index.ts +0 -78
  53. package/src/rest/types/organizations/members/index.ts +0 -72
  54. package/src/rest/types/profiles/index.ts +0 -82
  55. package/src/rest/types/users/bookings/index.ts +0 -56
  56. package/src/rest/types/users/index.ts +0 -116
  57. package/src/rest/types/users/notifications/index.ts +0 -50
  58. package/src/rest/types/users/tokens/index.ts +0 -19
  59. package/src/rest/types/webhooks/index.ts +0 -10
  60. package/src/sdk/auth.ts +0 -42
  61. package/src/sdk/builder.ts +0 -5
  62. package/src/sdk/careers.ts +0 -23
  63. package/src/sdk/health.ts +0 -8
  64. package/src/sdk/index.ts +0 -9
  65. package/src/sdk/notifications.ts +0 -6
  66. package/src/sdk/orders.ts +0 -13
  67. package/src/sdk/organizations/billing/index.ts +0 -33
  68. package/src/sdk/organizations/events/index.ts +0 -79
  69. package/src/sdk/organizations/events/orders/index.ts +0 -17
  70. package/src/sdk/organizations/events/styles/index.ts +0 -19
  71. package/src/sdk/organizations/events/tickets/index.ts +0 -64
  72. package/src/sdk/organizations/events/views/index.ts +0 -13
  73. package/src/sdk/organizations/index.ts +0 -22
  74. package/src/sdk/organizations/members/index.ts +0 -7
  75. package/src/sdk/profiles/index.ts +0 -8
  76. package/src/sdk/profiles/relationships/index.ts +0 -28
  77. package/src/sdk/users/bookings/index.ts +0 -8
  78. package/src/sdk/users/index.ts +0 -26
  79. package/src/sdk/users/notifications/index.ts +0 -7
  80. package/src/tonightpass.ts +0 -37
  81. package/src/utils/index.ts +0 -21
  82. package/tests/auth/index.ts +0 -26
  83. package/tests/careers/index.ts +0 -28
  84. package/tests/dtos/index.ts +0 -157
  85. package/tests/index.ts +0 -61
  86. package/tests/regex/index.ts +0 -81
  87. package/tests/users/index.ts +0 -38
  88. package/tsconfig.json +0 -18
  89. package/tsup.config.ts +0 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tonightpass",
3
- "version": "0.0.117",
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.9.3",
41
+ "@types/node": "22.10.1",
29
42
  "tsx": "^4.7.1",
30
43
  "typescript": "^5.0.0"
31
44
  },
@@ -1,21 +0,0 @@
1
-
2
- > tonightpass@0.0.117 build /home/runner/work/tonightpass/tonightpass/packages/node
3
- > tsup
4
-
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.3.5
8
- CLI Using tsup config: /home/runner/work/tonightpass/tonightpass/packages/node/tsup.config.ts
9
- CLI Target: esnext
10
- CJS Build start
11
- ESM Build start
12
- DTS Build start
13
- CJS dist/index.js 36.70 KB
14
- CJS dist/index.js.map 115.63 KB
15
- CJS ⚡️ Build success in 718ms
16
- ESM dist/index.mjs 32.27 KB
17
- ESM dist/index.mjs.map 115.38 KB
18
- ESM ⚡️ Build success in 719ms
19
- DTS ⚡️ Build success in 4459ms
20
- DTS dist/index.d.ts 42.07 KB
21
- DTS dist/index.d.mts 42.07 KB