@_henriquewilson/gabirubi-domain 1.3.41 → 1.3.43

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 (37) hide show
  1. package/dist/model/integrada/category.d.mts +6 -6
  2. package/dist/model/integrada/category.d.ts +6 -6
  3. package/dist/model/integrada/product.d.mts +503 -503
  4. package/dist/model/integrada/product.d.ts +503 -503
  5. package/dist/model/intercom/conversation.d.mts +325 -325
  6. package/dist/model/intercom/conversation.d.ts +325 -325
  7. package/dist/model/intercom/hook.d.mts +3209 -3209
  8. package/dist/model/intercom/hook.d.ts +3209 -3209
  9. package/dist/model/iugu/iugu-invoice.d.mts +8 -6
  10. package/dist/model/iugu/iugu-invoice.d.ts +8 -6
  11. package/dist/model/iugu/iugu-invoice.js +19 -2
  12. package/dist/model/iugu/iugu-invoice.js.map +1 -1
  13. package/dist/model/iugu/iugu-invoice.mjs +15 -2
  14. package/dist/model/iugu/iugu-invoice.mjs.map +1 -1
  15. package/dist/model/iugu/iugu-pix.d.mts +9 -9
  16. package/dist/model/iugu/iugu-pix.d.ts +9 -9
  17. package/dist/model/iugu/iugu-pix.js +14 -1
  18. package/dist/model/iugu/iugu-pix.js.map +1 -1
  19. package/dist/model/iugu/iugu-pix.mjs +14 -1
  20. package/dist/model/iugu/iugu-pix.mjs.map +1 -1
  21. package/dist/model/subscription.model.d.mts +32 -27
  22. package/dist/model/subscription.model.d.ts +32 -27
  23. package/dist/model/subscription.model.js +16 -2
  24. package/dist/model/subscription.model.js.map +1 -1
  25. package/dist/model/subscription.model.mjs +16 -2
  26. package/dist/model/subscription.model.mjs.map +1 -1
  27. package/dist/model/user.model.d.mts +3 -0
  28. package/dist/model/user.model.d.ts +3 -0
  29. package/dist/model/user.model.js +2 -1
  30. package/dist/model/user.model.js.map +1 -1
  31. package/dist/model/user.model.mjs +2 -1
  32. package/dist/model/user.model.mjs.map +1 -1
  33. package/dist/test/user.test.js +2 -1
  34. package/dist/test/user.test.js.map +1 -1
  35. package/dist/test/user.test.mjs +2 -1
  36. package/dist/test/user.test.mjs.map +1 -1
  37. package/package.json +1 -1
@@ -15,24 +15,24 @@ declare const CategorySchema: z.ZodObject<z.objectUtil.extendShape<{
15
15
  url: z.ZodString;
16
16
  }>, "strip", z.ZodTypeAny, {
17
17
  id: string | number;
18
+ resource_uri: string;
18
19
  id_externo: number;
19
- categoria_pai: string;
20
- descricao: string;
21
20
  nome: string;
22
- resource_uri: string;
23
21
  seo: string;
24
22
  url: string;
23
+ categoria_pai: string;
24
+ descricao: string;
25
25
  createdAt?: FirebaseFirestore.Timestamp | null | undefined;
26
26
  updatedAt?: FirebaseFirestore.Timestamp | null | undefined;
27
27
  order?: number | null | undefined;
28
28
  }, {
29
+ resource_uri: string;
29
30
  id_externo: number;
30
- categoria_pai: string;
31
- descricao: string;
32
31
  nome: string;
33
- resource_uri: string;
34
32
  seo: string;
35
33
  url: string;
34
+ categoria_pai: string;
35
+ descricao: string;
36
36
  id?: unknown;
37
37
  createdAt?: unknown;
38
38
  updatedAt?: unknown;
@@ -15,24 +15,24 @@ declare const CategorySchema: z.ZodObject<z.objectUtil.extendShape<{
15
15
  url: z.ZodString;
16
16
  }>, "strip", z.ZodTypeAny, {
17
17
  id: string | number;
18
+ resource_uri: string;
18
19
  id_externo: number;
19
- categoria_pai: string;
20
- descricao: string;
21
20
  nome: string;
22
- resource_uri: string;
23
21
  seo: string;
24
22
  url: string;
23
+ categoria_pai: string;
24
+ descricao: string;
25
25
  createdAt?: FirebaseFirestore.Timestamp | null | undefined;
26
26
  updatedAt?: FirebaseFirestore.Timestamp | null | undefined;
27
27
  order?: number | null | undefined;
28
28
  }, {
29
+ resource_uri: string;
29
30
  id_externo: number;
30
- categoria_pai: string;
31
- descricao: string;
32
31
  nome: string;
33
- resource_uri: string;
34
32
  seo: string;
35
33
  url: string;
34
+ categoria_pai: string;
35
+ descricao: string;
36
36
  id?: unknown;
37
37
  createdAt?: unknown;
38
38
  updatedAt?: unknown;