@thefittingroom/sdk 2.0.4 → 2.0.6
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/esm/index.js +19 -19
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.min.js +2 -2
- package/dist/esm/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* thefittingroom v2.0.
|
|
2
|
+
* thefittingroom v2.0.6 (2025-08-01T17:17:58.683Z)
|
|
3
3
|
* Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
// Code generated by tygo. DO NOT EDIT.
|
|
@@ -17734,36 +17734,36 @@ class Config {
|
|
|
17734
17734
|
}
|
|
17735
17735
|
const devKeys = {
|
|
17736
17736
|
firebase: {
|
|
17737
|
-
apiKey:
|
|
17738
|
-
authDomain:
|
|
17739
|
-
projectId:
|
|
17740
|
-
storageBucket:
|
|
17741
|
-
messagingSenderId:
|
|
17742
|
-
appId:
|
|
17737
|
+
apiKey: "AIzaSyDfjBWzpmzb-mhGN8VSURxzLg6nkzmKUD8",
|
|
17738
|
+
authDomain: "fittingroom-dev-5d248.firebaseapp.com",
|
|
17739
|
+
projectId: "fittingroom-dev-5d248",
|
|
17740
|
+
storageBucket: "fittingroom-dev-5d248.appspot.com",
|
|
17741
|
+
messagingSenderId: "2298664147",
|
|
17742
|
+
appId: "1:2298664147:web:340bda75cd5d25f3997026",
|
|
17743
17743
|
},
|
|
17744
17744
|
api: {
|
|
17745
|
-
url:
|
|
17745
|
+
url: "https://tfr.dev.thefittingroom.xyz",
|
|
17746
17746
|
},
|
|
17747
17747
|
config: {
|
|
17748
|
-
avatarTimeout: Number(
|
|
17749
|
-
vtoTimeout: Number(
|
|
17748
|
+
avatarTimeout: Number("120000"),
|
|
17749
|
+
vtoTimeout: Number("120000"),
|
|
17750
17750
|
},
|
|
17751
17751
|
};
|
|
17752
17752
|
const prodKeys = {
|
|
17753
17753
|
firebase: {
|
|
17754
|
-
apiKey:
|
|
17755
|
-
authDomain:
|
|
17756
|
-
projectId:
|
|
17757
|
-
storageBucket:
|
|
17758
|
-
messagingSenderId:
|
|
17759
|
-
appId:
|
|
17754
|
+
apiKey: "AIzaSyA3kQ6w1vkA9l9lgY0nNACVPXe-QmP5T1Y",
|
|
17755
|
+
authDomain: "fittingroom-prod.firebaseapp.com",
|
|
17756
|
+
projectId: "fittingroom-prod",
|
|
17757
|
+
storageBucket: "fittingroom-prod.appspot.com",
|
|
17758
|
+
messagingSenderId: "965656825574",
|
|
17759
|
+
appId: "1:965656825574:web:933493cddc73213bd43527",
|
|
17760
17760
|
},
|
|
17761
17761
|
api: {
|
|
17762
|
-
url:
|
|
17762
|
+
url: "https://tfr.p.thefittingroom.xyz",
|
|
17763
17763
|
},
|
|
17764
17764
|
config: {
|
|
17765
|
-
avatarTimeout: Number(
|
|
17766
|
-
vtoTimeout: Number(
|
|
17765
|
+
avatarTimeout: Number("120000"),
|
|
17766
|
+
vtoTimeout: Number("120000"),
|
|
17767
17767
|
},
|
|
17768
17768
|
};
|
|
17769
17769
|
|