@connectedxm/admin 1.1.16 → 1.1.18

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.
package/dist/index.d.mts CHANGED
@@ -909,10 +909,71 @@ interface FaqTranslation {
909
909
  updatedAt: string;
910
910
  }
911
911
  declare enum SupportedLocale {
912
+ af = "af",
913
+ sq = "sq",
914
+ am = "am",
915
+ ar = "ar",
916
+ hy = "hy",
917
+ az = "az",
918
+ bn = "bn",
919
+ bs = "bs",
920
+ bg = "bg",
921
+ "zh-CN" = "zh-CN",
922
+ ca = "ca",
923
+ "zh-TW" = "zh-TW",
924
+ hr = "hr",
925
+ cs = "cs",
926
+ da = "da",
927
+ nl = "nl",
912
928
  en = "en",
913
- es = "es",
929
+ et = "et",
930
+ fi = "fi",
914
931
  fr = "fr",
915
- ja = "ja"
932
+ "fr-CA" = "fr-CA",
933
+ ka = "ka",
934
+ de = "de",
935
+ el = "el",
936
+ ht = "ht",
937
+ he = "he",
938
+ hi = "hi",
939
+ hu = "hu",
940
+ is = "is",
941
+ id = "id",
942
+ ga = "ga",
943
+ it = "it",
944
+ ja = "ja",
945
+ kk = "kk",
946
+ ko = "ko",
947
+ lv = "lv",
948
+ lt = "lt",
949
+ mk = "mk",
950
+ ms = "ms",
951
+ mt = "mt",
952
+ mn = "mn",
953
+ no = "no",
954
+ fa = "fa",
955
+ ps = "ps",
956
+ pl = "pl",
957
+ pt = "pt",
958
+ "pt-PT" = "pt-PT",
959
+ pa = "pa",
960
+ ro = "ro",
961
+ ru = "ru",
962
+ sr = "sr",
963
+ sk = "sk",
964
+ sl = "sl",
965
+ so = "so",
966
+ es = "es",
967
+ "es-MX" = "es-MX",
968
+ sw = "sw",
969
+ sv = "sv",
970
+ ta = "ta",
971
+ th = "th",
972
+ tr = "tr",
973
+ uk = "uk",
974
+ ur = "ur",
975
+ uz = "uz",
976
+ vi = "vi"
916
977
  }
917
978
  type ISupportedLocale = keyof typeof SupportedLocale;
918
979
  declare enum GroupInvitationStatus {
@@ -1221,6 +1282,7 @@ interface BaseOrganization {
1221
1282
  iconId: string | null;
1222
1283
  icon: BaseImage | null;
1223
1284
  domain: string | null;
1285
+ locale: true;
1224
1286
  }
1225
1287
  interface Organization extends BaseOrganization {
1226
1288
  email: string | null;
@@ -1276,7 +1338,7 @@ interface Organization extends BaseOrganization {
1276
1338
  maxFileGbs: number | null;
1277
1339
  maxImageCount: number | null;
1278
1340
  maxVideoMins: number | null;
1279
- locale: string | null;
1341
+ locales: string[];
1280
1342
  }
1281
1343
  interface OrganizationTrigger {
1282
1344
  id: number;
package/dist/index.d.ts CHANGED
@@ -909,10 +909,71 @@ interface FaqTranslation {
909
909
  updatedAt: string;
910
910
  }
911
911
  declare enum SupportedLocale {
912
+ af = "af",
913
+ sq = "sq",
914
+ am = "am",
915
+ ar = "ar",
916
+ hy = "hy",
917
+ az = "az",
918
+ bn = "bn",
919
+ bs = "bs",
920
+ bg = "bg",
921
+ "zh-CN" = "zh-CN",
922
+ ca = "ca",
923
+ "zh-TW" = "zh-TW",
924
+ hr = "hr",
925
+ cs = "cs",
926
+ da = "da",
927
+ nl = "nl",
912
928
  en = "en",
913
- es = "es",
929
+ et = "et",
930
+ fi = "fi",
914
931
  fr = "fr",
915
- ja = "ja"
932
+ "fr-CA" = "fr-CA",
933
+ ka = "ka",
934
+ de = "de",
935
+ el = "el",
936
+ ht = "ht",
937
+ he = "he",
938
+ hi = "hi",
939
+ hu = "hu",
940
+ is = "is",
941
+ id = "id",
942
+ ga = "ga",
943
+ it = "it",
944
+ ja = "ja",
945
+ kk = "kk",
946
+ ko = "ko",
947
+ lv = "lv",
948
+ lt = "lt",
949
+ mk = "mk",
950
+ ms = "ms",
951
+ mt = "mt",
952
+ mn = "mn",
953
+ no = "no",
954
+ fa = "fa",
955
+ ps = "ps",
956
+ pl = "pl",
957
+ pt = "pt",
958
+ "pt-PT" = "pt-PT",
959
+ pa = "pa",
960
+ ro = "ro",
961
+ ru = "ru",
962
+ sr = "sr",
963
+ sk = "sk",
964
+ sl = "sl",
965
+ so = "so",
966
+ es = "es",
967
+ "es-MX" = "es-MX",
968
+ sw = "sw",
969
+ sv = "sv",
970
+ ta = "ta",
971
+ th = "th",
972
+ tr = "tr",
973
+ uk = "uk",
974
+ ur = "ur",
975
+ uz = "uz",
976
+ vi = "vi"
916
977
  }
917
978
  type ISupportedLocale = keyof typeof SupportedLocale;
918
979
  declare enum GroupInvitationStatus {
@@ -1221,6 +1282,7 @@ interface BaseOrganization {
1221
1282
  iconId: string | null;
1222
1283
  icon: BaseImage | null;
1223
1284
  domain: string | null;
1285
+ locale: true;
1224
1286
  }
1225
1287
  interface Organization extends BaseOrganization {
1226
1288
  email: string | null;
@@ -1276,7 +1338,7 @@ interface Organization extends BaseOrganization {
1276
1338
  maxFileGbs: number | null;
1277
1339
  maxImageCount: number | null;
1278
1340
  maxVideoMins: number | null;
1279
- locale: string | null;
1341
+ locales: string[];
1280
1342
  }
1281
1343
  interface OrganizationTrigger {
1282
1344
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.1.16",
3
+ "version": "1.1.18",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {