@schematichq/schematic-components 0.3.2 → 0.3.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.
|
@@ -8707,7 +8707,7 @@ var EmbedProvider = ({
|
|
|
8707
8707
|
(0, import_react2.useEffect)(() => {
|
|
8708
8708
|
if (accessToken) {
|
|
8709
8709
|
const { headers = {} } = apiConfig ?? {};
|
|
8710
|
-
headers["X-Schematic-Components-Version"] = "0.3.
|
|
8710
|
+
headers["X-Schematic-Components-Version"] = "0.3.3";
|
|
8711
8711
|
headers["X-Schematic-Session-ID"] = sessionIdRef.current;
|
|
8712
8712
|
const config = new Configuration({
|
|
8713
8713
|
...apiConfig,
|
|
@@ -11982,6 +11982,7 @@ var components = {
|
|
|
11982
11982
|
Card,
|
|
11983
11983
|
PlanManager,
|
|
11984
11984
|
IncludedFeatures,
|
|
11985
|
+
MeteredFeatures,
|
|
11985
11986
|
UpcomingBill,
|
|
11986
11987
|
PaymentMethod
|
|
11987
11988
|
};
|
|
@@ -8673,7 +8673,7 @@ var EmbedProvider = ({
|
|
|
8673
8673
|
useEffect(() => {
|
|
8674
8674
|
if (accessToken) {
|
|
8675
8675
|
const { headers = {} } = apiConfig ?? {};
|
|
8676
|
-
headers["X-Schematic-Components-Version"] = "0.3.
|
|
8676
|
+
headers["X-Schematic-Components-Version"] = "0.3.3";
|
|
8677
8677
|
headers["X-Schematic-Session-ID"] = sessionIdRef.current;
|
|
8678
8678
|
const config = new Configuration({
|
|
8679
8679
|
...apiConfig,
|
|
@@ -11961,6 +11961,7 @@ var components = {
|
|
|
11961
11961
|
Card,
|
|
11962
11962
|
PlanManager,
|
|
11963
11963
|
IncludedFeatures,
|
|
11964
|
+
MeteredFeatures,
|
|
11964
11965
|
UpcomingBill,
|
|
11965
11966
|
PaymentMethod
|
|
11966
11967
|
};
|