@driveflux/api-functions 1.0.61 → 1.0.63

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 +29 -24
  2. package/dist/auth/emails.js +13 -12
  3. package/dist/auth/formatter.js +5 -5
  4. package/dist/auth/otp.js +50 -66
  5. package/dist/auth/register.js +34 -42
  6. package/dist/auth/tokens.js +55 -58
  7. package/dist/auth/verifications.js +52 -53
  8. package/dist/constants.js +1 -0
  9. package/dist/create-logger.js +2 -1
  10. package/dist/mailjet/calls/manage-contacts-in-list.js +6 -5
  11. package/dist/mailjet/calls/manage-subscription-status.js +5 -4
  12. package/dist/mailjet/calls/request-service.js +6 -7
  13. package/dist/mailjet/refresh-email-preferences.js +12 -11
  14. package/dist/mailjet/set-contact.js +12 -11
  15. package/dist/mailjet/types.js +2 -1
  16. package/dist/mailjet/utils/convert-to-array.js +6 -8
  17. package/dist/mailjet/utils/extract-email-preferences.js +15 -14
  18. package/dist/mailjet/utils/lists.js +8 -7
  19. package/dist/mailjet/utils/update-email-references.js +15 -16
  20. package/dist/notion/client.js +19 -22
  21. package/dist/notion/helpful.js +9 -6
  22. package/dist/notion/schemas/block.js +48 -42
  23. package/dist/notion/schemas/common.js +14 -9
  24. package/dist/notion/schemas/database.js +60 -62
  25. package/dist/notion/schemas/emoji.js +2 -1
  26. package/dist/notion/schemas/file.js +9 -9
  27. package/dist/notion/schemas/kb.js +6 -5
  28. package/dist/notion/schemas/page.js +61 -72
  29. package/dist/notion/schemas/parent.js +5 -4
  30. package/dist/notion/schemas/user.js +19 -18
  31. package/dist/reservation/agree.js +7 -6
  32. package/dist/reservation/checks.js +4 -3
  33. package/dist/reservation/display-vehicle.js +71 -65
  34. package/dist/reservation/ensure-user-billing-address.js +11 -9
  35. package/dist/reservation/fetch-or-create.js +54 -48
  36. package/dist/reservation/invoice.js +78 -70
  37. package/dist/reservation/payer.js +6 -5
  38. package/dist/reservation/payment-intent-sync.js +6 -4
  39. package/dist/reservation/reserve.js +4 -3
  40. package/dist/reservation/types.js +2 -1
  41. package/dist/reservation/vehicle.js +16 -13
  42. package/dist/slack.js +29 -24
  43. package/dist/validation.js +79 -77
  44. package/dist/vehicle/vehicle-pricing/constants.js +19 -22
  45. package/dist/vehicle/vehicle-pricing/index.js +42 -28
  46. package/dist/vehicle/vehicle-pricing/types.js +2 -1
  47. package/package.json +11 -11
@@ -1 +1,2 @@
1
- export { };
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/api-functions",
3
- "version": "1.0.61",
3
+ "version": "1.0.63",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./notion": {
@@ -73,22 +73,22 @@
73
73
  ],
74
74
  "dependencies": {
75
75
  "@casl/ability": "^6.7.3",
76
- "@driveflux/auth": "4.0.40",
77
- "@driveflux/billing": "8.0.3",
78
- "@driveflux/config": "3.0.5",
79
- "@driveflux/coupon": "9.0.9",
80
- "@driveflux/db": "4.0.9",
81
- "@driveflux/email": "7.0.9",
82
- "@driveflux/email-templates": "1.0.10",
83
- "@driveflux/engine": "1.0.31",
76
+ "@driveflux/auth": "4.0.42",
77
+ "@driveflux/billing": "8.0.6",
78
+ "@driveflux/config": "3.0.6",
79
+ "@driveflux/coupon": "9.0.12",
80
+ "@driveflux/db": "4.0.12",
81
+ "@driveflux/email": "7.0.12",
82
+ "@driveflux/email-templates": "1.0.13",
83
+ "@driveflux/engine": "1.0.35",
84
84
  "@driveflux/fetch": "8.0.0",
85
85
  "@driveflux/format-money": "7.0.0",
86
86
  "@driveflux/problem": "6.0.0",
87
87
  "@driveflux/reporter": "7.0.1",
88
88
  "@driveflux/result": "6.0.0",
89
- "@driveflux/scheduler": "8.0.9",
89
+ "@driveflux/scheduler": "8.0.12",
90
90
  "@driveflux/singleton": "3.0.0",
91
- "@driveflux/subscription": "9.0.6",
91
+ "@driveflux/subscription": "9.0.7",
92
92
  "@driveflux/logger": "1.0.0",
93
93
  "@driveflux/time": "6.0.0",
94
94
  "@driveflux/utils": "6.0.0",