expo-backend-types 0.30.0-EXPO-308-auth.26 → 0.30.0-EXPO-309-Migrar-Configuracion.5

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 (90) hide show
  1. package/dist/src/exports.d.ts +1 -3
  2. package/dist/src/exports.js +1 -3
  3. package/dist/src/i18n/es.d.ts +0 -20
  4. package/dist/src/i18n/es.js +0 -20
  5. package/dist/src/i18n/es.js.map +1 -1
  6. package/dist/src/location/dto/find-all-location.dto.js +2 -2
  7. package/dist/src/{schema/location.schema.js → location/dto/location.dto.js} +2 -2
  8. package/dist/src/location/exports.d.ts +1 -0
  9. package/dist/src/location/exports.js +1 -0
  10. package/dist/src/message/dto/non-read-messages.dto.d.ts +2 -2
  11. package/dist/src/message/dto/non-read-messages.dto.js +2 -2
  12. package/dist/src/message/dto/send-message-to-phone.dto.d.ts +2 -2
  13. package/dist/src/message/dto/send-message-to-phone.dto.js +2 -2
  14. package/dist/src/profile/dto/create-profile.dto.d.ts +14 -48
  15. package/dist/src/profile/dto/create-profile.dto.js +7 -9
  16. package/dist/src/profile/dto/delete-profile.dto.d.ts +6 -30
  17. package/dist/src/profile/dto/delete-profile.dto.js +2 -2
  18. package/dist/src/profile/dto/find-all-profile.dto.d.ts +7 -47
  19. package/dist/src/profile/dto/find-all-profile.dto.js +2 -2
  20. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +11 -75
  21. package/dist/src/profile/dto/find-by-date-range-profile.dto.js +3 -3
  22. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +6 -30
  23. package/dist/src/profile/dto/find-by-id-profile.dto.js +5 -5
  24. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +6 -30
  25. package/dist/src/profile/dto/find-by-phone-number.dto.js +2 -2
  26. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +7 -47
  27. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.js +2 -2
  28. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +7 -47
  29. package/dist/src/profile/dto/find-by-tags-profile.dto.js +2 -2
  30. package/dist/src/profile/dto/find-trash.dto.d.ts +3 -7
  31. package/dist/src/profile/dto/find-trash.dto.js +2 -2
  32. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +7 -47
  33. package/dist/src/profile/dto/find-with-active-chat.dto.js +2 -2
  34. package/dist/src/profile/dto/profile.dto.d.ts +30 -44
  35. package/dist/src/profile/dto/profile.dto.js +63 -6
  36. package/dist/src/profile/dto/update-profile.dto.d.ts +12 -54
  37. package/dist/src/profile/dto/update-profile.dto.js +6 -9
  38. package/dist/src/shared/dto-modification/zod-without-dates.d.ts +4 -2
  39. package/dist/src/shared/dto-modification/zod-without-dates.js +0 -8
  40. package/dist/src/shared/dto-modification/zod-without-dates.js.map +1 -1
  41. package/dist/src/tag/dto/massive-allocation.dto.d.ts +7 -47
  42. package/dist/src/tag/dto/massive-allocation.dto.js +3 -3
  43. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +7 -47
  44. package/dist/src/tag/dto/massive-deallocation.dto.js +3 -3
  45. package/dist/types/prisma-schema/edge.js +24 -38
  46. package/dist/types/prisma-schema/index-browser.js +9 -18
  47. package/dist/types/prisma-schema/index.d.ts +553 -3904
  48. package/dist/types/prisma-schema/index.js +24 -38
  49. package/dist/types/prisma-schema/libquery_engine-debian-openssl-3.0.x.so.node +0 -0
  50. package/dist/types/prisma-schema/package.json +2 -2
  51. package/dist/types/prisma-schema/runtime/edge-esm.js +18 -18
  52. package/dist/types/prisma-schema/runtime/edge.js +18 -18
  53. package/dist/types/prisma-schema/runtime/index-browser.d.ts +1 -1
  54. package/dist/types/prisma-schema/runtime/library.d.ts +133 -177
  55. package/dist/types/prisma-schema/runtime/library.js +51 -51
  56. package/dist/types/prisma-schema/runtime/react-native.js +26 -26
  57. package/dist/types/prisma-schema/runtime/wasm.js +19 -19
  58. package/dist/types/prisma-schema/schema.prisma +1 -22
  59. package/dist/types/prisma-schema/wasm.js +9 -18
  60. package/dist/types/schema.d.ts +6 -429
  61. package/package.json +17 -23
  62. package/dist/src/image/constants.d.ts +0 -5
  63. package/dist/src/image/constants.js +0 -9
  64. package/dist/src/mi-expo/dto/get-me.dto.d.ts +0 -337
  65. package/dist/src/mi-expo/dto/get-me.dto.js +0 -16
  66. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -311
  67. package/dist/src/mi-expo/dto/login-with-phone.dto.js +0 -29
  68. package/dist/src/mi-expo/dto/login.dto.d.ts +0 -327
  69. package/dist/src/mi-expo/dto/login.dto.js +0 -31
  70. package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -352
  71. package/dist/src/mi-expo/dto/update-me.dto.js +0 -31
  72. package/dist/src/mi-expo/exports.d.ts +0 -4
  73. package/dist/src/mi-expo/exports.js +0 -21
  74. package/dist/src/otp/constants.d.ts +0 -2
  75. package/dist/src/otp/constants.js +0 -6
  76. package/dist/src/otp/dto/send-otp.dto.d.ts +0 -158
  77. package/dist/src/otp/dto/send-otp.dto.js +0 -35
  78. package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -455
  79. package/dist/src/otp/dto/verify-otp.dto.js +0 -46
  80. package/dist/src/otp/exports.d.ts +0 -2
  81. package/dist/src/otp/exports.js +0 -19
  82. package/dist/src/prisma/constants.d.ts +0 -1
  83. package/dist/src/prisma/constants.js +0 -5
  84. package/dist/src/schema/exports.d.ts +0 -2
  85. package/dist/src/schema/exports.js +0 -19
  86. package/dist/src/schema/profile.schema.d.ts +0 -74
  87. package/dist/src/schema/profile.schema.js +0 -133
  88. package/dist/src/webhook/constants.d.ts +0 -1
  89. package/dist/src/webhook/constants.js +0 -5
  90. /package/dist/src/{schema/location.schema.d.ts → location/dto/location.dto.d.ts} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.