@connect-plus-online/ogabai-integrations 0.0.66 → 0.0.67
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.cjs.js +11 -11
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +11 -11
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -441,7 +441,7 @@ type SubscriptionPlanFeaturePolicy = "limit" | "access" | "tier" | "unlimited";
|
|
|
441
441
|
type SubscriptionPlanFeatureStatus = "active" | "inactive";
|
|
442
442
|
type SubscriptionPlanFeatureTier = "basic" | "standard" | "pro";
|
|
443
443
|
type SubscriptionPlanFeatureKey = "product" | "stock" | "sale" | "store" | "expense" | "scanAdd" | "report" | "order" | "export" | "offline" | "tax" | "loyalty" | "staff" | "scanSell" | "stockAlert";
|
|
444
|
-
declare const SubscriptionPlanFeatureKeyLabels: Record<SubscriptionPlanFeatureKey, string
|
|
444
|
+
declare const SubscriptionPlanFeatureKeyLabels: Partial<Record<SubscriptionPlanFeatureKey, string>>;
|
|
445
445
|
type SubscriptionPlanFeatureAccess = "true" | "false";
|
|
446
446
|
type SubscriptionPlanFeature = {
|
|
447
447
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -441,7 +441,7 @@ type SubscriptionPlanFeaturePolicy = "limit" | "access" | "tier" | "unlimited";
|
|
|
441
441
|
type SubscriptionPlanFeatureStatus = "active" | "inactive";
|
|
442
442
|
type SubscriptionPlanFeatureTier = "basic" | "standard" | "pro";
|
|
443
443
|
type SubscriptionPlanFeatureKey = "product" | "stock" | "sale" | "store" | "expense" | "scanAdd" | "report" | "order" | "export" | "offline" | "tax" | "loyalty" | "staff" | "scanSell" | "stockAlert";
|
|
444
|
-
declare const SubscriptionPlanFeatureKeyLabels: Record<SubscriptionPlanFeatureKey, string
|
|
444
|
+
declare const SubscriptionPlanFeatureKeyLabels: Partial<Record<SubscriptionPlanFeatureKey, string>>;
|
|
445
445
|
type SubscriptionPlanFeatureAccess = "true" | "false";
|
|
446
446
|
type SubscriptionPlanFeature = {
|
|
447
447
|
id: string;
|
package/dist/index.esm.js
CHANGED
|
@@ -4,17 +4,17 @@ var SubscriptionPlanFeatureKeyLabels = {
|
|
|
4
4
|
stock: "Stock",
|
|
5
5
|
sale: "Sale",
|
|
6
6
|
store: "Store",
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
report: "Report",
|
|
10
|
-
order: "Order",
|
|
11
|
-
export: "Export",
|
|
12
|
-
offline: "Offline Mode",
|
|
13
|
-
tax: "Tax Management",
|
|
14
|
-
loyalty: "Loyalty Program",
|
|
15
|
-
staff: "Staff Management",
|
|
16
|
-
scanSell: "Scan & Sell",
|
|
17
|
-
stockAlert: "Stock Alert"
|
|
7
|
+
scanAdd: "Scan & Add"
|
|
8
|
+
// expense: "Expense",
|
|
9
|
+
// report: "Report",
|
|
10
|
+
// order: "Order",
|
|
11
|
+
// export: "Export",
|
|
12
|
+
// offline: "Offline Mode",
|
|
13
|
+
// tax: "Tax Management",
|
|
14
|
+
// loyalty: "Loyalty Program",
|
|
15
|
+
// staff: "Staff Management",
|
|
16
|
+
// scanSell: "Scan & Sell",
|
|
17
|
+
// stockAlert: "Stock Alert"
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
// src/auth.ts
|