@driveflux/api-functions 0.0.7-next.13 → 0.0.7-next.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.
Files changed (47) hide show
  1. package/dist/auth/confirm.js +24 -29
  2. package/dist/auth/emails.js +12 -13
  3. package/dist/auth/formatter.js +5 -5
  4. package/dist/auth/otp.js +66 -50
  5. package/dist/auth/register.js +42 -34
  6. package/dist/auth/tokens.d.ts +3 -3
  7. package/dist/auth/tokens.js +58 -55
  8. package/dist/auth/verifications.js +53 -52
  9. package/dist/constants.js +0 -1
  10. package/dist/mailjet/calls/manage-contacts-in-list.js +5 -6
  11. package/dist/mailjet/calls/manage-subscription-status.js +4 -5
  12. package/dist/mailjet/calls/request-service.js +7 -6
  13. package/dist/mailjet/refresh-email-preferences.js +11 -12
  14. package/dist/mailjet/set-contact.js +11 -12
  15. package/dist/mailjet/types.js +1 -2
  16. package/dist/mailjet/utils/convert-to-array.js +8 -6
  17. package/dist/mailjet/utils/extract-email-preferences.js +14 -15
  18. package/dist/mailjet/utils/lists.js +7 -8
  19. package/dist/mailjet/utils/update-email-references.js +16 -15
  20. package/dist/notion/client.js +22 -19
  21. package/dist/notion/helpful.js +6 -9
  22. package/dist/notion/schemas/block.js +42 -48
  23. package/dist/notion/schemas/common.js +9 -14
  24. package/dist/notion/schemas/database.d.ts +1 -1
  25. package/dist/notion/schemas/database.js +62 -60
  26. package/dist/notion/schemas/emoji.js +1 -2
  27. package/dist/notion/schemas/file.js +9 -9
  28. package/dist/notion/schemas/kb.js +5 -6
  29. package/dist/notion/schemas/page.d.ts +1 -1
  30. package/dist/notion/schemas/page.js +72 -61
  31. package/dist/notion/schemas/parent.js +4 -5
  32. package/dist/notion/schemas/user.js +18 -19
  33. package/dist/reservation/agree.js +6 -7
  34. package/dist/reservation/checks.js +3 -4
  35. package/dist/reservation/display-vehicle.d.ts +16 -16
  36. package/dist/reservation/display-vehicle.js +65 -71
  37. package/dist/reservation/fetch-or-create.js +49 -56
  38. package/dist/reservation/payer.js +5 -6
  39. package/dist/reservation/reserve.js +3 -4
  40. package/dist/reservation/types.js +1 -2
  41. package/dist/reservation/vehicle.js +13 -16
  42. package/dist/slack.js +24 -29
  43. package/dist/validation.js +69 -71
  44. package/dist/vehicle/vehicle-pricing/constants.js +22 -19
  45. package/dist/vehicle/vehicle-pricing/index.js +28 -42
  46. package/dist/vehicle/vehicle-pricing/types.js +1 -2
  47. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/api-functions",
3
- "version": "0.0.7-next.13",
3
+ "version": "0.0.7-next.14",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./notion": {
@@ -73,24 +73,24 @@
73
73
  ],
74
74
  "dependencies": {
75
75
  "@casl/ability": "^6.7.3",
76
- "@driveflux/auth": "3.0.0-next.7",
76
+ "@driveflux/auth": "3.0.0-next.8",
77
77
  "@driveflux/billing": "7.0.0-develop.39",
78
- "@driveflux/config": "2.1.0-next.1",
78
+ "@driveflux/config": "2.1.0-next.2",
79
79
  "@driveflux/coupon": "8.0.0-develop.47",
80
80
  "@driveflux/db": "3.0.0-develop.64",
81
81
  "@driveflux/email": "6.0.0-develop.45",
82
82
  "@driveflux/email-templates": "0.0.2-develop.49",
83
- "@driveflux/engine": "0.1.2-develop.75",
84
- "@driveflux/fetch": "7.0.3",
85
- "@driveflux/format-money": "6.0.2",
86
- "@driveflux/problem": "5.0.3",
87
- "@driveflux/reporter": "6.0.4-next.2",
88
- "@driveflux/result": "5.0.3",
83
+ "@driveflux/engine": "0.1.2-develop.76",
84
+ "@driveflux/fetch": "7.0.4-next.0",
85
+ "@driveflux/format-money": "6.0.3-next.0",
86
+ "@driveflux/problem": "5.0.4-next.0",
87
+ "@driveflux/reporter": "6.0.4-next.3",
88
+ "@driveflux/result": "5.0.4-next.0",
89
89
  "@driveflux/scheduler": "7.0.0-develop.46",
90
- "@driveflux/singleton": "2.0.2",
91
- "@driveflux/subscription": "8.0.0-develop.31",
92
- "@driveflux/time": "5.0.2",
93
- "@driveflux/utils": "5.0.2",
90
+ "@driveflux/singleton": "2.0.3-next.0",
91
+ "@driveflux/subscription": "8.0.0-develop.32",
92
+ "@driveflux/time": "5.0.3-next.0",
93
+ "@driveflux/utils": "5.0.3-next.0",
94
94
  "@notionhq/client": "^4.0.2",
95
95
  "bcryptjs": "^3.0.2",
96
96
  "date-fns": "^4.1.0",
@@ -99,8 +99,8 @@
99
99
  "zod": "^4.1.4"
100
100
  },
101
101
  "devDependencies": {
102
- "@driveflux/fab": "3.0.2",
103
- "@driveflux/tsconfig": "2.0.2",
102
+ "@driveflux/fab": "3.0.3-next.0",
103
+ "@driveflux/tsconfig": "2.0.3-next.0",
104
104
  "@slack/types": "^2.16.0",
105
105
  "@types/lodash": "^4.17.20",
106
106
  "@types/node": "^24.3.0",