@photoroom/ui 0.1.24 → 0.1.25
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/index.mjs +10 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -53671,7 +53671,16 @@ var the = [
|
|
|
53671
53671
|
})
|
|
53672
53672
|
})]
|
|
53673
53673
|
});
|
|
53674
|
-
}
|
|
53674
|
+
};
|
|
53675
|
+
[
|
|
53676
|
+
"enterprise",
|
|
53677
|
+
"ultra",
|
|
53678
|
+
"business",
|
|
53679
|
+
"pro"
|
|
53680
|
+
].filter((e) => e !== "enterprise");
|
|
53681
|
+
//#endregion
|
|
53682
|
+
//#region ../shared/utils/pricing/api-pricing/plans.ts
|
|
53683
|
+
var rhe = {
|
|
53675
53684
|
priceId: "price_1OZVcMEl9AVRLibqyVsualpH",
|
|
53676
53685
|
currencyToPrice: {
|
|
53677
53686
|
eur: 2,
|