@lokalise/harmony 1.32.1 → 1.32.3

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 (92) hide show
  1. package/dist/harmony58.cjs +1 -18
  2. package/dist/harmony58.cjs.map +1 -1
  3. package/dist/harmony58.mjs +1 -18
  4. package/dist/harmony58.mjs.map +1 -1
  5. package/dist/harmony59.cjs.map +1 -1
  6. package/dist/harmony59.mjs.map +1 -1
  7. package/dist/harmony70.cjs +1 -1
  8. package/dist/harmony70.mjs +1 -1
  9. package/dist/harmony71.cjs +1 -1
  10. package/dist/harmony71.mjs +1 -1
  11. package/dist/harmony72.cjs +1 -1
  12. package/dist/harmony72.mjs +1 -1
  13. package/dist/harmony73.cjs +2 -2
  14. package/dist/harmony73.mjs +2 -2
  15. package/dist/harmony74.cjs +2 -2
  16. package/dist/harmony74.mjs +2 -2
  17. package/dist/harmony75.cjs +2 -2
  18. package/dist/harmony75.mjs +2 -2
  19. package/dist/harmony76.cjs +2 -2
  20. package/dist/harmony76.mjs +2 -2
  21. package/dist/harmony77.cjs +3 -3
  22. package/dist/harmony77.mjs +3 -3
  23. package/dist/harmony81.cjs +2 -2
  24. package/dist/harmony81.mjs +2 -2
  25. package/dist/harmony83.cjs +2 -2
  26. package/dist/harmony83.mjs +2 -2
  27. package/dist/harmony84.cjs +6 -12
  28. package/dist/harmony84.cjs.map +1 -1
  29. package/dist/harmony84.mjs +5 -11
  30. package/dist/harmony84.mjs.map +1 -1
  31. package/dist/harmony85.cjs +6 -9
  32. package/dist/harmony85.cjs.map +1 -1
  33. package/dist/harmony85.mjs +6 -9
  34. package/dist/harmony85.mjs.map +1 -1
  35. package/dist/harmony86.cjs +10 -12
  36. package/dist/harmony86.cjs.map +1 -1
  37. package/dist/harmony86.mjs +9 -11
  38. package/dist/harmony86.mjs.map +1 -1
  39. package/dist/harmony87.cjs +57 -21
  40. package/dist/harmony87.cjs.map +1 -1
  41. package/dist/harmony87.mjs +56 -20
  42. package/dist/harmony87.mjs.map +1 -1
  43. package/dist/harmony88.cjs +42 -6
  44. package/dist/harmony88.cjs.map +1 -1
  45. package/dist/harmony88.mjs +41 -5
  46. package/dist/harmony88.mjs.map +1 -1
  47. package/dist/harmony89.cjs +6 -10
  48. package/dist/harmony89.cjs.map +1 -1
  49. package/dist/harmony89.mjs +5 -9
  50. package/dist/harmony89.mjs.map +1 -1
  51. package/dist/harmony90.cjs +6 -6
  52. package/dist/harmony90.mjs +6 -6
  53. package/dist/harmony91.cjs +24 -57
  54. package/dist/harmony91.cjs.map +1 -1
  55. package/dist/harmony91.mjs +23 -56
  56. package/dist/harmony91.mjs.map +1 -1
  57. package/dist/harmony92.cjs +6 -42
  58. package/dist/harmony92.cjs.map +1 -1
  59. package/dist/harmony92.mjs +5 -41
  60. package/dist/harmony92.mjs.map +1 -1
  61. package/dist/harmony93.cjs +21 -5
  62. package/dist/harmony93.cjs.map +1 -1
  63. package/dist/harmony93.mjs +21 -5
  64. package/dist/harmony93.mjs.map +1 -1
  65. package/dist/harmony94.cjs +7 -4
  66. package/dist/harmony94.cjs.map +1 -1
  67. package/dist/harmony94.mjs +7 -4
  68. package/dist/harmony94.mjs.map +1 -1
  69. package/dist/harmony95.cjs +12 -24
  70. package/dist/harmony95.cjs.map +1 -1
  71. package/dist/harmony95.mjs +11 -23
  72. package/dist/harmony95.mjs.map +1 -1
  73. package/dist/harmony96.cjs +9 -3
  74. package/dist/harmony96.cjs.map +1 -1
  75. package/dist/harmony96.mjs +9 -3
  76. package/dist/harmony96.mjs.map +1 -1
  77. package/dist/harmony97.cjs +9 -19
  78. package/dist/harmony97.cjs.map +1 -1
  79. package/dist/harmony97.mjs +11 -21
  80. package/dist/harmony97.mjs.map +1 -1
  81. package/dist/harmony98.cjs +20 -11
  82. package/dist/harmony98.cjs.map +1 -1
  83. package/dist/harmony98.mjs +20 -11
  84. package/dist/harmony98.mjs.map +1 -1
  85. package/dist/types/src/features/publicApi/hooks/useGetProjectPermissionMetaQuery.d.ts +3 -3
  86. package/dist/types/src/features/publicApi/hooks/useListPermissionTemplates.d.ts +1 -1
  87. package/dist/types/src/features/publicApi/permissionTemplates.d.ts +5 -5
  88. package/dist/types/src/features/publicApi/projects.d.ts +15 -15
  89. package/dist/types/src/features/publicApi/types/permissionTemplateTypes.d.ts +8 -8
  90. package/dist/types/src/features/publicApi/types/permissionTypes.d.ts +4 -4
  91. package/dist/types/src/features/publicApi/types/projectTypes.d.ts +80 -15
  92. package/package.json +1 -1
@@ -7,7 +7,7 @@ export declare const listPermissionTemplates: import('@lokalise/api-contracts').
7
7
  roles: import('zod').ZodArray<import('zod').ZodObject<{
8
8
  id: import('zod').ZodString;
9
9
  role: import('zod').ZodString;
10
- permissions: import('zod').ZodArray<import('zod').ZodUnion<[import('zod').ZodLiteral<"activity">, import('zod').ZodLiteral<"branches_create">, import('zod').ZodLiteral<"branches_main_modify">, import('zod').ZodLiteral<"branches_merge">, import('zod').ZodLiteral<"contributors">, import('zod').ZodLiteral<"custom_status_modify">, import('zod').ZodLiteral<"download">, import('zod').ZodLiteral<"glossary_delete">, import('zod').ZodLiteral<"glossary_edit">, import('zod').ZodLiteral<"manage_keys">, import('zod').ZodLiteral<"manage_languages">, import('zod').ZodLiteral<"review">, import('zod').ZodLiteral<"screenshots">, import('zod').ZodLiteral<"settings">, import('zod').ZodLiteral<"statistics">, import('zod').ZodLiteral<"upload">]>, "many">;
10
+ permissions: import('zod').ZodArray<import('zod').ZodString, "many">;
11
11
  description: import('zod').ZodNullable<import('zod').ZodString>;
12
12
  tag: import('zod').ZodNullable<import('zod').ZodString>;
13
13
  tagColor: import('zod').ZodNullable<import('zod').ZodString>;
@@ -19,7 +19,7 @@ export declare const listPermissionTemplates: import('@lokalise/api-contracts').
19
19
  id: string;
20
20
  tag: string | null;
21
21
  description: string | null;
22
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
22
+ permissions: string[];
23
23
  tagColor: string | null;
24
24
  tagInfo: string | null;
25
25
  isForMarketingProjects: boolean;
@@ -29,7 +29,7 @@ export declare const listPermissionTemplates: import('@lokalise/api-contracts').
29
29
  id: string;
30
30
  tag: string | null;
31
31
  description: string | null;
32
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
32
+ permissions: string[];
33
33
  tagColor: string | null;
34
34
  tagInfo: string | null;
35
35
  isForMarketingProjects: boolean;
@@ -41,7 +41,7 @@ export declare const listPermissionTemplates: import('@lokalise/api-contracts').
41
41
  id: string;
42
42
  tag: string | null;
43
43
  description: string | null;
44
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
44
+ permissions: string[];
45
45
  tagColor: string | null;
46
46
  tagInfo: string | null;
47
47
  isForMarketingProjects: boolean;
@@ -53,7 +53,7 @@ export declare const listPermissionTemplates: import('@lokalise/api-contracts').
53
53
  id: string;
54
54
  tag: string | null;
55
55
  description: string | null;
56
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
56
+ permissions: string[];
57
57
  tagColor: string | null;
58
58
  tagInfo: string | null;
59
59
  isForMarketingProjects: boolean;
@@ -1717,40 +1717,40 @@ export declare const getProjectPermissionMeta: import('@lokalise/api-contracts')
1717
1717
  project_id: import('zod').ZodString;
1718
1718
  project_uuid: import('zod').ZodString;
1719
1719
  permissions: import('zod').ZodArray<import('zod').ZodObject<{
1720
- id: import('zod').ZodUnion<[import('zod').ZodLiteral<"activity">, import('zod').ZodLiteral<"branches_create">, import('zod').ZodLiteral<"branches_main_modify">, import('zod').ZodLiteral<"branches_merge">, import('zod').ZodLiteral<"contributors">, import('zod').ZodLiteral<"custom_status_modify">, import('zod').ZodLiteral<"download">, import('zod').ZodLiteral<"glossary_delete">, import('zod').ZodLiteral<"glossary_edit">, import('zod').ZodLiteral<"manage_keys">, import('zod').ZodLiteral<"manage_languages">, import('zod').ZodLiteral<"review">, import('zod').ZodLiteral<"screenshots">, import('zod').ZodLiteral<"settings">, import('zod').ZodLiteral<"statistics">, import('zod').ZodLiteral<"upload">]>;
1720
+ id: import('zod').ZodString;
1721
1721
  scope: import('zod').ZodUnion<[import('zod').ZodLiteral<"project">, import('zod').ZodLiteral<"team">, import('zod').ZodLiteral<"user">]>;
1722
1722
  title: import('zod').ZodString;
1723
1723
  group: import('zod').ZodString;
1724
1724
  description: import('zod').ZodNullable<import('zod').ZodString>;
1725
- dependentPermissions: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodUnion<[import('zod').ZodLiteral<"activity">, import('zod').ZodLiteral<"branches_create">, import('zod').ZodLiteral<"branches_main_modify">, import('zod').ZodLiteral<"branches_merge">, import('zod').ZodLiteral<"contributors">, import('zod').ZodLiteral<"custom_status_modify">, import('zod').ZodLiteral<"download">, import('zod').ZodLiteral<"glossary_delete">, import('zod').ZodLiteral<"glossary_edit">, import('zod').ZodLiteral<"manage_keys">, import('zod').ZodLiteral<"manage_languages">, import('zod').ZodLiteral<"review">, import('zod').ZodLiteral<"screenshots">, import('zod').ZodLiteral<"settings">, import('zod').ZodLiteral<"statistics">, import('zod').ZodLiteral<"upload">]>, "many">>;
1725
+ dependentPermissions: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString, "many">>;
1726
1726
  doesSetAllReadOnlyLanguages: import('zod').ZodBoolean;
1727
1727
  newPermission: import('zod').ZodOptional<import('zod').ZodBoolean>;
1728
1728
  isHidden: import('zod').ZodOptional<import('zod').ZodBoolean>;
1729
1729
  }, "strip", import('zod').ZodTypeAny, {
1730
1730
  title: string;
1731
- id: "review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload";
1731
+ id: string;
1732
1732
  group: string;
1733
1733
  scope: "team" | "project" | "user";
1734
1734
  description: string | null;
1735
1735
  doesSetAllReadOnlyLanguages: boolean;
1736
- dependentPermissions?: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[] | undefined;
1736
+ dependentPermissions?: string[] | undefined;
1737
1737
  newPermission?: boolean | undefined;
1738
1738
  isHidden?: boolean | undefined;
1739
1739
  }, {
1740
1740
  title: string;
1741
- id: "review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload";
1741
+ id: string;
1742
1742
  group: string;
1743
1743
  scope: "team" | "project" | "user";
1744
1744
  description: string | null;
1745
1745
  doesSetAllReadOnlyLanguages: boolean;
1746
- dependentPermissions?: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[] | undefined;
1746
+ dependentPermissions?: string[] | undefined;
1747
1747
  newPermission?: boolean | undefined;
1748
1748
  isHidden?: boolean | undefined;
1749
1749
  }>, "many">;
1750
1750
  roles: import('zod').ZodArray<import('zod').ZodObject<{
1751
1751
  id: import('zod').ZodNumber;
1752
1752
  role: import('zod').ZodString;
1753
- permissions: import('zod').ZodArray<import('zod').ZodUnion<[import('zod').ZodLiteral<"activity">, import('zod').ZodLiteral<"branches_create">, import('zod').ZodLiteral<"branches_main_modify">, import('zod').ZodLiteral<"branches_merge">, import('zod').ZodLiteral<"contributors">, import('zod').ZodLiteral<"custom_status_modify">, import('zod').ZodLiteral<"download">, import('zod').ZodLiteral<"glossary_delete">, import('zod').ZodLiteral<"glossary_edit">, import('zod').ZodLiteral<"manage_keys">, import('zod').ZodLiteral<"manage_languages">, import('zod').ZodLiteral<"review">, import('zod').ZodLiteral<"screenshots">, import('zod').ZodLiteral<"settings">, import('zod').ZodLiteral<"statistics">, import('zod').ZodLiteral<"upload">]>, "many">;
1753
+ permissions: import('zod').ZodArray<import('zod').ZodString, "many">;
1754
1754
  description: import('zod').ZodNullable<import('zod').ZodString>;
1755
1755
  tag: import('zod').ZodNullable<import('zod').ZodString>;
1756
1756
  tagColor: import('zod').ZodNullable<import('zod').ZodString>;
@@ -1762,7 +1762,7 @@ export declare const getProjectPermissionMeta: import('@lokalise/api-contracts')
1762
1762
  id: number;
1763
1763
  tag: string | null;
1764
1764
  description: string | null;
1765
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
1765
+ permissions: string[];
1766
1766
  tagColor: string | null;
1767
1767
  tagInfo: string | null;
1768
1768
  isForMarketingProjects: boolean;
@@ -1772,7 +1772,7 @@ export declare const getProjectPermissionMeta: import('@lokalise/api-contracts')
1772
1772
  id: number;
1773
1773
  tag: string | null;
1774
1774
  description: string | null;
1775
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
1775
+ permissions: string[];
1776
1776
  tagColor: string | null;
1777
1777
  tagInfo: string | null;
1778
1778
  isForMarketingProjects: boolean;
@@ -1783,12 +1783,12 @@ export declare const getProjectPermissionMeta: import('@lokalise/api-contracts')
1783
1783
  project_uuid: string;
1784
1784
  permissions: {
1785
1785
  title: string;
1786
- id: "review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload";
1786
+ id: string;
1787
1787
  group: string;
1788
1788
  scope: "team" | "project" | "user";
1789
1789
  description: string | null;
1790
1790
  doesSetAllReadOnlyLanguages: boolean;
1791
- dependentPermissions?: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[] | undefined;
1791
+ dependentPermissions?: string[] | undefined;
1792
1792
  newPermission?: boolean | undefined;
1793
1793
  isHidden?: boolean | undefined;
1794
1794
  }[];
@@ -1797,7 +1797,7 @@ export declare const getProjectPermissionMeta: import('@lokalise/api-contracts')
1797
1797
  id: number;
1798
1798
  tag: string | null;
1799
1799
  description: string | null;
1800
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
1800
+ permissions: string[];
1801
1801
  tagColor: string | null;
1802
1802
  tagInfo: string | null;
1803
1803
  isForMarketingProjects: boolean;
@@ -1808,12 +1808,12 @@ export declare const getProjectPermissionMeta: import('@lokalise/api-contracts')
1808
1808
  project_uuid: string;
1809
1809
  permissions: {
1810
1810
  title: string;
1811
- id: "review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload";
1811
+ id: string;
1812
1812
  group: string;
1813
1813
  scope: "team" | "project" | "user";
1814
1814
  description: string | null;
1815
1815
  doesSetAllReadOnlyLanguages: boolean;
1816
- dependentPermissions?: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[] | undefined;
1816
+ dependentPermissions?: string[] | undefined;
1817
1817
  newPermission?: boolean | undefined;
1818
1818
  isHidden?: boolean | undefined;
1819
1819
  }[];
@@ -1822,7 +1822,7 @@ export declare const getProjectPermissionMeta: import('@lokalise/api-contracts')
1822
1822
  id: number;
1823
1823
  tag: string | null;
1824
1824
  description: string | null;
1825
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
1825
+ permissions: string[];
1826
1826
  tagColor: string | null;
1827
1827
  tagInfo: string | null;
1828
1828
  isForMarketingProjects: boolean;
@@ -4,7 +4,7 @@ export type Permission = z.infer<typeof PERMISSION_SCHEMA>;
4
4
  export declare const PERMISSION_TEMPLATE_SCHEMA: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  role: z.ZodString;
7
- permissions: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"activity">, z.ZodLiteral<"branches_create">, z.ZodLiteral<"branches_main_modify">, z.ZodLiteral<"branches_merge">, z.ZodLiteral<"contributors">, z.ZodLiteral<"custom_status_modify">, z.ZodLiteral<"download">, z.ZodLiteral<"glossary_delete">, z.ZodLiteral<"glossary_edit">, z.ZodLiteral<"manage_keys">, z.ZodLiteral<"manage_languages">, z.ZodLiteral<"review">, z.ZodLiteral<"screenshots">, z.ZodLiteral<"settings">, z.ZodLiteral<"statistics">, z.ZodLiteral<"upload">]>, "many">;
7
+ permissions: z.ZodArray<z.ZodString, "many">;
8
8
  description: z.ZodNullable<z.ZodString>;
9
9
  tag: z.ZodNullable<z.ZodString>;
10
10
  tagColor: z.ZodNullable<z.ZodString>;
@@ -16,7 +16,7 @@ export declare const PERMISSION_TEMPLATE_SCHEMA: z.ZodObject<{
16
16
  id: string;
17
17
  tag: string | null;
18
18
  description: string | null;
19
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
19
+ permissions: string[];
20
20
  tagColor: string | null;
21
21
  tagInfo: string | null;
22
22
  isForMarketingProjects: boolean;
@@ -26,7 +26,7 @@ export declare const PERMISSION_TEMPLATE_SCHEMA: z.ZodObject<{
26
26
  id: string;
27
27
  tag: string | null;
28
28
  description: string | null;
29
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
29
+ permissions: string[];
30
30
  tagColor: string | null;
31
31
  tagInfo: string | null;
32
32
  isForMarketingProjects: boolean;
@@ -45,7 +45,7 @@ export declare const LIST_PERMISSION_TEMPLATES_RESPONSE: z.ZodObject<{
45
45
  roles: z.ZodArray<z.ZodObject<{
46
46
  id: z.ZodString;
47
47
  role: z.ZodString;
48
- permissions: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"activity">, z.ZodLiteral<"branches_create">, z.ZodLiteral<"branches_main_modify">, z.ZodLiteral<"branches_merge">, z.ZodLiteral<"contributors">, z.ZodLiteral<"custom_status_modify">, z.ZodLiteral<"download">, z.ZodLiteral<"glossary_delete">, z.ZodLiteral<"glossary_edit">, z.ZodLiteral<"manage_keys">, z.ZodLiteral<"manage_languages">, z.ZodLiteral<"review">, z.ZodLiteral<"screenshots">, z.ZodLiteral<"settings">, z.ZodLiteral<"statistics">, z.ZodLiteral<"upload">]>, "many">;
48
+ permissions: z.ZodArray<z.ZodString, "many">;
49
49
  description: z.ZodNullable<z.ZodString>;
50
50
  tag: z.ZodNullable<z.ZodString>;
51
51
  tagColor: z.ZodNullable<z.ZodString>;
@@ -57,7 +57,7 @@ export declare const LIST_PERMISSION_TEMPLATES_RESPONSE: z.ZodObject<{
57
57
  id: string;
58
58
  tag: string | null;
59
59
  description: string | null;
60
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
60
+ permissions: string[];
61
61
  tagColor: string | null;
62
62
  tagInfo: string | null;
63
63
  isForMarketingProjects: boolean;
@@ -67,7 +67,7 @@ export declare const LIST_PERMISSION_TEMPLATES_RESPONSE: z.ZodObject<{
67
67
  id: string;
68
68
  tag: string | null;
69
69
  description: string | null;
70
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
70
+ permissions: string[];
71
71
  tagColor: string | null;
72
72
  tagInfo: string | null;
73
73
  isForMarketingProjects: boolean;
@@ -79,7 +79,7 @@ export declare const LIST_PERMISSION_TEMPLATES_RESPONSE: z.ZodObject<{
79
79
  id: string;
80
80
  tag: string | null;
81
81
  description: string | null;
82
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
82
+ permissions: string[];
83
83
  tagColor: string | null;
84
84
  tagInfo: string | null;
85
85
  isForMarketingProjects: boolean;
@@ -91,7 +91,7 @@ export declare const LIST_PERMISSION_TEMPLATES_RESPONSE: z.ZodObject<{
91
91
  id: string;
92
92
  tag: string | null;
93
93
  description: string | null;
94
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
94
+ permissions: string[];
95
95
  tagColor: string | null;
96
96
  tagInfo: string | null;
97
97
  isForMarketingProjects: boolean;
@@ -1,10 +1,10 @@
1
1
  import { z } from 'zod';
2
- export declare const PERMISSION_ID_SCHEMA: z.ZodUnion<[z.ZodLiteral<"activity">, z.ZodLiteral<"branches_create">, z.ZodLiteral<"branches_main_modify">, z.ZodLiteral<"branches_merge">, z.ZodLiteral<"contributors">, z.ZodLiteral<"custom_status_modify">, z.ZodLiteral<"download">, z.ZodLiteral<"glossary_delete">, z.ZodLiteral<"glossary_edit">, z.ZodLiteral<"manage_keys">, z.ZodLiteral<"manage_languages">, z.ZodLiteral<"review">, z.ZodLiteral<"screenshots">, z.ZodLiteral<"settings">, z.ZodLiteral<"statistics">, z.ZodLiteral<"upload">]>;
2
+ export declare const PERMISSION_ID_SCHEMA: z.ZodString;
3
3
  export type PermissionId = z.infer<typeof PERMISSION_ID_SCHEMA>;
4
4
  export declare const PERMISSION_SCOPE_SCHEMA: z.ZodUnion<[z.ZodLiteral<"project">, z.ZodLiteral<"team">, z.ZodLiteral<"user">]>;
5
5
  export type PermissionScope = z.infer<typeof PERMISSION_SCOPE_SCHEMA>;
6
6
  export declare const PERMISSION_DETAILS_SCHEMA: z.ZodObject<{
7
- id: z.ZodUnion<[z.ZodLiteral<"activity">, z.ZodLiteral<"branches_create">, z.ZodLiteral<"branches_main_modify">, z.ZodLiteral<"branches_merge">, z.ZodLiteral<"contributors">, z.ZodLiteral<"custom_status_modify">, z.ZodLiteral<"download">, z.ZodLiteral<"glossary_delete">, z.ZodLiteral<"glossary_edit">, z.ZodLiteral<"manage_keys">, z.ZodLiteral<"manage_languages">, z.ZodLiteral<"review">, z.ZodLiteral<"screenshots">, z.ZodLiteral<"settings">, z.ZodLiteral<"statistics">, z.ZodLiteral<"upload">]>;
7
+ id: z.ZodString;
8
8
  scope: z.ZodUnion<[z.ZodLiteral<"project">, z.ZodLiteral<"team">, z.ZodLiteral<"user">]>;
9
9
  title: z.ZodString;
10
10
  group: z.ZodString;
@@ -14,7 +14,7 @@ export declare const PERMISSION_DETAILS_SCHEMA: z.ZodObject<{
14
14
  is_hidden: z.ZodBoolean;
15
15
  }, "strip", z.ZodTypeAny, {
16
16
  title: string;
17
- id: "review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload";
17
+ id: string;
18
18
  group: string;
19
19
  scope: "team" | "project" | "user";
20
20
  description: string | null;
@@ -23,7 +23,7 @@ export declare const PERMISSION_DETAILS_SCHEMA: z.ZodObject<{
23
23
  is_hidden: boolean;
24
24
  }, {
25
25
  title: string;
26
- id: "review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload";
26
+ id: string;
27
27
  group: string;
28
28
  scope: "team" | "project" | "user";
29
29
  description: string | null;
@@ -1143,44 +1143,108 @@ export declare const UPDATE_PROJECT_REQUEST_BODY_SCHEMA: z.ZodObject<{
1143
1143
  description?: string | undefined;
1144
1144
  }>;
1145
1145
  export type UpdateProjectRequestBody = z.infer<typeof UPDATE_PROJECT_REQUEST_BODY_SCHEMA>;
1146
+ declare const PROJECT_PERMISSION_DETAILS_META_SCHEMA: z.ZodObject<{
1147
+ id: z.ZodString;
1148
+ scope: z.ZodUnion<[z.ZodLiteral<"project">, z.ZodLiteral<"team">, z.ZodLiteral<"user">]>;
1149
+ title: z.ZodString;
1150
+ group: z.ZodString;
1151
+ description: z.ZodNullable<z.ZodString>;
1152
+ dependentPermissions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1153
+ doesSetAllReadOnlyLanguages: z.ZodBoolean;
1154
+ newPermission: z.ZodOptional<z.ZodBoolean>;
1155
+ isHidden: z.ZodOptional<z.ZodBoolean>;
1156
+ }, "strip", z.ZodTypeAny, {
1157
+ title: string;
1158
+ id: string;
1159
+ group: string;
1160
+ scope: "team" | "project" | "user";
1161
+ description: string | null;
1162
+ doesSetAllReadOnlyLanguages: boolean;
1163
+ dependentPermissions?: string[] | undefined;
1164
+ newPermission?: boolean | undefined;
1165
+ isHidden?: boolean | undefined;
1166
+ }, {
1167
+ title: string;
1168
+ id: string;
1169
+ group: string;
1170
+ scope: "team" | "project" | "user";
1171
+ description: string | null;
1172
+ doesSetAllReadOnlyLanguages: boolean;
1173
+ dependentPermissions?: string[] | undefined;
1174
+ newPermission?: boolean | undefined;
1175
+ isHidden?: boolean | undefined;
1176
+ }>;
1177
+ export type ProjectPermissionDetailsMeta = z.infer<typeof PROJECT_PERMISSION_DETAILS_META_SCHEMA>;
1178
+ declare const PROJECT_PERMISSION_TEMPLATE_DETAILS_META_SCHEMA: z.ZodObject<{
1179
+ id: z.ZodNumber;
1180
+ role: z.ZodString;
1181
+ permissions: z.ZodArray<z.ZodString, "many">;
1182
+ description: z.ZodNullable<z.ZodString>;
1183
+ tag: z.ZodNullable<z.ZodString>;
1184
+ tagColor: z.ZodNullable<z.ZodString>;
1185
+ tagInfo: z.ZodNullable<z.ZodString>;
1186
+ isForMarketingProjects: z.ZodBoolean;
1187
+ doesEnableAllReadOnlyLanguages: z.ZodBoolean;
1188
+ }, "strip", z.ZodTypeAny, {
1189
+ role: string;
1190
+ id: number;
1191
+ tag: string | null;
1192
+ description: string | null;
1193
+ permissions: string[];
1194
+ tagColor: string | null;
1195
+ tagInfo: string | null;
1196
+ isForMarketingProjects: boolean;
1197
+ doesEnableAllReadOnlyLanguages: boolean;
1198
+ }, {
1199
+ role: string;
1200
+ id: number;
1201
+ tag: string | null;
1202
+ description: string | null;
1203
+ permissions: string[];
1204
+ tagColor: string | null;
1205
+ tagInfo: string | null;
1206
+ isForMarketingProjects: boolean;
1207
+ doesEnableAllReadOnlyLanguages: boolean;
1208
+ }>;
1209
+ export type ProjectPermissionTemplateDetailsMeta = z.infer<typeof PROJECT_PERMISSION_TEMPLATE_DETAILS_META_SCHEMA>;
1146
1210
  export declare const GET_PROJECT_PERMISSION_META_RESPONSE_BODY_SCHEMA: z.ZodObject<{
1147
1211
  project_id: z.ZodString;
1148
1212
  project_uuid: z.ZodString;
1149
1213
  permissions: z.ZodArray<z.ZodObject<{
1150
- id: z.ZodUnion<[z.ZodLiteral<"activity">, z.ZodLiteral<"branches_create">, z.ZodLiteral<"branches_main_modify">, z.ZodLiteral<"branches_merge">, z.ZodLiteral<"contributors">, z.ZodLiteral<"custom_status_modify">, z.ZodLiteral<"download">, z.ZodLiteral<"glossary_delete">, z.ZodLiteral<"glossary_edit">, z.ZodLiteral<"manage_keys">, z.ZodLiteral<"manage_languages">, z.ZodLiteral<"review">, z.ZodLiteral<"screenshots">, z.ZodLiteral<"settings">, z.ZodLiteral<"statistics">, z.ZodLiteral<"upload">]>;
1214
+ id: z.ZodString;
1151
1215
  scope: z.ZodUnion<[z.ZodLiteral<"project">, z.ZodLiteral<"team">, z.ZodLiteral<"user">]>;
1152
1216
  title: z.ZodString;
1153
1217
  group: z.ZodString;
1154
1218
  description: z.ZodNullable<z.ZodString>;
1155
- dependentPermissions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"activity">, z.ZodLiteral<"branches_create">, z.ZodLiteral<"branches_main_modify">, z.ZodLiteral<"branches_merge">, z.ZodLiteral<"contributors">, z.ZodLiteral<"custom_status_modify">, z.ZodLiteral<"download">, z.ZodLiteral<"glossary_delete">, z.ZodLiteral<"glossary_edit">, z.ZodLiteral<"manage_keys">, z.ZodLiteral<"manage_languages">, z.ZodLiteral<"review">, z.ZodLiteral<"screenshots">, z.ZodLiteral<"settings">, z.ZodLiteral<"statistics">, z.ZodLiteral<"upload">]>, "many">>;
1219
+ dependentPermissions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1156
1220
  doesSetAllReadOnlyLanguages: z.ZodBoolean;
1157
1221
  newPermission: z.ZodOptional<z.ZodBoolean>;
1158
1222
  isHidden: z.ZodOptional<z.ZodBoolean>;
1159
1223
  }, "strip", z.ZodTypeAny, {
1160
1224
  title: string;
1161
- id: "review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload";
1225
+ id: string;
1162
1226
  group: string;
1163
1227
  scope: "team" | "project" | "user";
1164
1228
  description: string | null;
1165
1229
  doesSetAllReadOnlyLanguages: boolean;
1166
- dependentPermissions?: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[] | undefined;
1230
+ dependentPermissions?: string[] | undefined;
1167
1231
  newPermission?: boolean | undefined;
1168
1232
  isHidden?: boolean | undefined;
1169
1233
  }, {
1170
1234
  title: string;
1171
- id: "review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload";
1235
+ id: string;
1172
1236
  group: string;
1173
1237
  scope: "team" | "project" | "user";
1174
1238
  description: string | null;
1175
1239
  doesSetAllReadOnlyLanguages: boolean;
1176
- dependentPermissions?: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[] | undefined;
1240
+ dependentPermissions?: string[] | undefined;
1177
1241
  newPermission?: boolean | undefined;
1178
1242
  isHidden?: boolean | undefined;
1179
1243
  }>, "many">;
1180
1244
  roles: z.ZodArray<z.ZodObject<{
1181
1245
  id: z.ZodNumber;
1182
1246
  role: z.ZodString;
1183
- permissions: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"activity">, z.ZodLiteral<"branches_create">, z.ZodLiteral<"branches_main_modify">, z.ZodLiteral<"branches_merge">, z.ZodLiteral<"contributors">, z.ZodLiteral<"custom_status_modify">, z.ZodLiteral<"download">, z.ZodLiteral<"glossary_delete">, z.ZodLiteral<"glossary_edit">, z.ZodLiteral<"manage_keys">, z.ZodLiteral<"manage_languages">, z.ZodLiteral<"review">, z.ZodLiteral<"screenshots">, z.ZodLiteral<"settings">, z.ZodLiteral<"statistics">, z.ZodLiteral<"upload">]>, "many">;
1247
+ permissions: z.ZodArray<z.ZodString, "many">;
1184
1248
  description: z.ZodNullable<z.ZodString>;
1185
1249
  tag: z.ZodNullable<z.ZodString>;
1186
1250
  tagColor: z.ZodNullable<z.ZodString>;
@@ -1192,7 +1256,7 @@ export declare const GET_PROJECT_PERMISSION_META_RESPONSE_BODY_SCHEMA: z.ZodObje
1192
1256
  id: number;
1193
1257
  tag: string | null;
1194
1258
  description: string | null;
1195
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
1259
+ permissions: string[];
1196
1260
  tagColor: string | null;
1197
1261
  tagInfo: string | null;
1198
1262
  isForMarketingProjects: boolean;
@@ -1202,7 +1266,7 @@ export declare const GET_PROJECT_PERMISSION_META_RESPONSE_BODY_SCHEMA: z.ZodObje
1202
1266
  id: number;
1203
1267
  tag: string | null;
1204
1268
  description: string | null;
1205
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
1269
+ permissions: string[];
1206
1270
  tagColor: string | null;
1207
1271
  tagInfo: string | null;
1208
1272
  isForMarketingProjects: boolean;
@@ -1213,12 +1277,12 @@ export declare const GET_PROJECT_PERMISSION_META_RESPONSE_BODY_SCHEMA: z.ZodObje
1213
1277
  project_uuid: string;
1214
1278
  permissions: {
1215
1279
  title: string;
1216
- id: "review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload";
1280
+ id: string;
1217
1281
  group: string;
1218
1282
  scope: "team" | "project" | "user";
1219
1283
  description: string | null;
1220
1284
  doesSetAllReadOnlyLanguages: boolean;
1221
- dependentPermissions?: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[] | undefined;
1285
+ dependentPermissions?: string[] | undefined;
1222
1286
  newPermission?: boolean | undefined;
1223
1287
  isHidden?: boolean | undefined;
1224
1288
  }[];
@@ -1227,7 +1291,7 @@ export declare const GET_PROJECT_PERMISSION_META_RESPONSE_BODY_SCHEMA: z.ZodObje
1227
1291
  id: number;
1228
1292
  tag: string | null;
1229
1293
  description: string | null;
1230
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
1294
+ permissions: string[];
1231
1295
  tagColor: string | null;
1232
1296
  tagInfo: string | null;
1233
1297
  isForMarketingProjects: boolean;
@@ -1238,12 +1302,12 @@ export declare const GET_PROJECT_PERMISSION_META_RESPONSE_BODY_SCHEMA: z.ZodObje
1238
1302
  project_uuid: string;
1239
1303
  permissions: {
1240
1304
  title: string;
1241
- id: "review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload";
1305
+ id: string;
1242
1306
  group: string;
1243
1307
  scope: "team" | "project" | "user";
1244
1308
  description: string | null;
1245
1309
  doesSetAllReadOnlyLanguages: boolean;
1246
- dependentPermissions?: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[] | undefined;
1310
+ dependentPermissions?: string[] | undefined;
1247
1311
  newPermission?: boolean | undefined;
1248
1312
  isHidden?: boolean | undefined;
1249
1313
  }[];
@@ -1252,7 +1316,7 @@ export declare const GET_PROJECT_PERMISSION_META_RESPONSE_BODY_SCHEMA: z.ZodObje
1252
1316
  id: number;
1253
1317
  tag: string | null;
1254
1318
  description: string | null;
1255
- permissions: ("review" | "download" | "contributors" | "activity" | "branches_create" | "branches_main_modify" | "branches_merge" | "custom_status_modify" | "glossary_delete" | "glossary_edit" | "manage_keys" | "manage_languages" | "screenshots" | "settings" | "statistics" | "upload")[];
1319
+ permissions: string[];
1256
1320
  tagColor: string | null;
1257
1321
  tagInfo: string | null;
1258
1322
  isForMarketingProjects: boolean;
@@ -1271,3 +1335,4 @@ export declare const DELETE_PROJECT_RESPONSE_SCHEMA: z.ZodObject<{
1271
1335
  project_deleted: boolean;
1272
1336
  }>;
1273
1337
  export type DeleteProjectResponse = z.infer<typeof DELETE_PROJECT_RESPONSE_SCHEMA>;
1338
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/harmony",
3
- "version": "1.32.1",
3
+ "version": "1.32.3",
4
4
  "author": {
5
5
  "name": "Lokalise",
6
6
  "url": "https://lokalise.com/"