@amityco/ts-sdk-react-native 7.26.1-6101ded.0 → 7.26.1-c29647b8.0
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.
|
@@ -5,7 +5,7 @@ export declare const API_REGIONS: {
|
|
|
5
5
|
};
|
|
6
6
|
declare const URLS: {
|
|
7
7
|
readonly http: "https://apix.{region}.amity.co";
|
|
8
|
-
readonly upload: "https://
|
|
8
|
+
readonly upload: "https://apix.{region}.amity.co";
|
|
9
9
|
readonly mqtt: "wss://sse.{region}.amity.co:443/mqtt";
|
|
10
10
|
};
|
|
11
11
|
export declare function computeUrl(type: keyof typeof URLS, region: string): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.d.ts","sourceRoot":"","sources":["../../../src/client/utils/endpoints.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;CAId,CAAC;AAEX,QAAA,MAAM,IAAI;;;;
|
|
1
|
+
{"version":3,"file":"endpoints.d.ts","sourceRoot":"","sources":["../../../src/client/utils/endpoints.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;CAId,CAAC;AAEX,QAAA,MAAM,IAAI;;;;CAKA,CAAC;AAEX,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,OAAO,IAAI,EAAE,MAAM,EAAE,MAAM,UAEjE"}
|
package/dist/index.cjs.js
CHANGED
|
@@ -1966,7 +1966,8 @@ const API_REGIONS = {
|
|
|
1966
1966
|
};
|
|
1967
1967
|
const URLS = {
|
|
1968
1968
|
http: 'https://apix.{region}.amity.co',
|
|
1969
|
-
upload: 'https://upload.{region}.amity.co',
|
|
1969
|
+
// upload: 'https://upload.{region}.amity.co',
|
|
1970
|
+
upload: 'https://apix.{region}.amity.co',
|
|
1970
1971
|
mqtt: 'wss://sse.{region}.amity.co:443/mqtt',
|
|
1971
1972
|
};
|
|
1972
1973
|
function computeUrl(type, region) {
|
package/dist/index.esm.js
CHANGED
|
@@ -1931,7 +1931,8 @@ const API_REGIONS = {
|
|
|
1931
1931
|
};
|
|
1932
1932
|
const URLS = {
|
|
1933
1933
|
http: 'https://apix.{region}.amity.co',
|
|
1934
|
-
upload: 'https://upload.{region}.amity.co',
|
|
1934
|
+
// upload: 'https://upload.{region}.amity.co',
|
|
1935
|
+
upload: 'https://apix.{region}.amity.co',
|
|
1935
1936
|
mqtt: 'wss://sse.{region}.amity.co:443/mqtt',
|
|
1936
1937
|
};
|
|
1937
1938
|
function computeUrl(type, region) {
|