expo-backend-types 0.30.0-EXPO-308-auth.14 → 0.30.0-EXPO-308-auth.15

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 (60) hide show
  1. package/dist/src/auth/dto/login-mi-expo.dto.js +1 -1
  2. package/dist/src/message/dto/non-read-messages.dto.js +1 -1
  3. package/dist/src/message/dto/send-message-to-phone.dto.js +1 -1
  4. package/dist/src/otp/dto/send-otp.dto.js +1 -1
  5. package/dist/src/otp/dto/verify-otp.dto.js +1 -1
  6. package/dist/src/profile/dto/create-profile.dto.d.ts +468 -82
  7. package/dist/src/profile/dto/create-profile.dto.js +80 -4
  8. package/dist/src/profile/dto/delete-profile.dto.d.ts +73 -0
  9. package/dist/src/profile/dto/delete-profile.dto.js +4 -3
  10. package/dist/src/profile/dto/find-all-profile.dto.d.ts +266 -39
  11. package/dist/src/profile/dto/find-all-profile.dto.js +19 -3
  12. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +440 -79
  13. package/dist/src/profile/dto/find-by-date-range-profile.dto.js +26 -4
  14. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +309 -58
  15. package/dist/src/profile/dto/find-by-id-profile.dto.js +21 -3
  16. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +73 -0
  17. package/dist/src/profile/dto/find-by-phone-number.dto.js +4 -3
  18. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +223 -35
  19. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.js +13 -3
  20. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +257 -38
  21. package/dist/src/profile/dto/find-by-tags-profile.dto.js +18 -3
  22. package/dist/src/profile/dto/find-trash.dto.d.ts +75 -11
  23. package/dist/src/profile/dto/find-trash.dto.js +18 -3
  24. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +443 -58
  25. package/dist/src/profile/dto/find-with-active-chat.dto.js +20 -3
  26. package/dist/src/profile/dto/profile.dto.js +1 -1
  27. package/dist/src/profile/dto/update-profile.dto.d.ts +244 -60
  28. package/dist/src/profile/dto/update-profile.dto.js +48 -4
  29. package/dist/src/profile/exports.d.ts +12 -12
  30. package/dist/src/profile/exports.js +12 -12
  31. package/dist/src/schema/exports.d.ts +1 -0
  32. package/dist/src/schema/exports.js +18 -0
  33. package/dist/src/{profile/schema → schema}/profile.schema.js +1 -1
  34. package/dist/src/tag/dto/massive-allocation.dto.js +1 -1
  35. package/dist/src/tag/dto/massive-deallocation.dto.js +1 -1
  36. package/dist/types/schema.d.ts +0 -4
  37. package/package.json +23 -25
  38. package/dist/src/profile/schema/create-profile.schema.d.ts +0 -405
  39. package/dist/src/profile/schema/create-profile.schema.js +0 -83
  40. package/dist/src/profile/schema/delete-profile.schema.d.ts +0 -73
  41. package/dist/src/profile/schema/delete-profile.schema.js +0 -6
  42. package/dist/src/profile/schema/find-all-profile.schema.d.ts +0 -227
  43. package/dist/src/profile/schema/find-all-profile.schema.js +0 -21
  44. package/dist/src/profile/schema/find-by-date-range-profile.schema.d.ts +0 -361
  45. package/dist/src/profile/schema/find-by-date-range-profile.schema.js +0 -27
  46. package/dist/src/profile/schema/find-by-id-profile.schema.d.ts +0 -251
  47. package/dist/src/profile/schema/find-by-id-profile.schema.js +0 -23
  48. package/dist/src/profile/schema/find-by-phone-number.schema.d.ts +0 -73
  49. package/dist/src/profile/schema/find-by-phone-number.schema.js +0 -6
  50. package/dist/src/profile/schema/find-by-tag-groups-profile.schema.d.ts +0 -188
  51. package/dist/src/profile/schema/find-by-tag-groups-profile.schema.js +0 -15
  52. package/dist/src/profile/schema/find-by-tags-profile.schema.d.ts +0 -219
  53. package/dist/src/profile/schema/find-by-tags-profile.schema.js +0 -20
  54. package/dist/src/profile/schema/find-trash.schema.d.ts +0 -64
  55. package/dist/src/profile/schema/find-trash.schema.js +0 -20
  56. package/dist/src/profile/schema/find-with-active-chat.schema.d.ts +0 -385
  57. package/dist/src/profile/schema/find-with-active-chat.schema.js +0 -22
  58. package/dist/src/profile/schema/update-profile.schema.d.ts +0 -196
  59. package/dist/src/profile/schema/update-profile.schema.js +0 -51
  60. /package/dist/src/{profile/schema → schema}/profile.schema.d.ts +0 -0
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.LoginMiExpoResponseDto = exports.loginMiExpoResponseSchema = exports.LoginMiExpoDto = exports.loginMiExpoSchema = void 0;
7
7
  const account_dto_1 = require("../../account/dto/account.dto");
8
- const profile_schema_1 = require("../../profile/schema/profile.schema");
8
+ const profile_schema_1 = require("../../schema/profile.schema");
9
9
  const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
10
10
  const zod_1 = __importDefault(require("zod"));
11
11
  exports.loginMiExpoSchema = account_dto_1.accountSchema.pick({
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.NonReadMessagesDto = exports.nonReadMessagesSchema = void 0;
7
- const profile_schema_1 = require("../../profile/schema/profile.schema");
7
+ const profile_schema_1 = require("../../schema/profile.schema");
8
8
  const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
9
9
  const zod_1 = __importDefault(require("zod"));
10
10
  exports.nonReadMessagesSchema = zod_1.default.object({
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.SendMessageToPhoneResponseDto = exports.sendMessageToPhoneResponseSchema = exports.SendMessageToPhoneDto = exports.sendMessageToPhoneSchema = void 0;
7
- const profile_schema_1 = require("../../profile/schema/profile.schema");
7
+ const profile_schema_1 = require("../../schema/profile.schema");
8
8
  const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
9
9
  const zod_1 = __importDefault(require("zod"));
10
10
  exports.sendMessageToPhoneSchema = zod_1.default.object({
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.SendOtpResponseDto = exports.sendOtpResponseSchema = exports.discriminatedResponseSchema = exports.SendOtpDto = exports.sendOtpSchema = void 0;
7
- const profile_schema_1 = require("../../profile/schema/profile.schema");
7
+ const profile_schema_1 = require("../../schema/profile.schema");
8
8
  const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
9
9
  const zod_1 = __importDefault(require("zod"));
10
10
  exports.sendOtpSchema = zod_1.default.object({
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.VerifyOtpResponseDto = exports.verifyOtpResponseSchema = exports.VerifyOtpDto = exports.verifyOtpSchema = void 0;
7
7
  const translate_1 = require("../../i18n/translate");
8
8
  const constants_1 = require("../constants");
9
- const profile_schema_1 = require("../../profile/schema/profile.schema");
9
+ const profile_schema_1 = require("../../schema/profile.schema");
10
10
  const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
11
11
  const zod_1 = __importDefault(require("zod"));
12
12
  exports.verifyOtpSchema = zod_1.default.object({