@connect-plus-online/ogabai-integrations 0.0.65 → 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 CHANGED
@@ -1,5 +1,24 @@
1
1
  'use strict';
2
2
 
3
+ // src/types/subscription.ts
4
+ var SubscriptionPlanFeatureKeyLabels = {
5
+ product: "Product",
6
+ stock: "Stock",
7
+ sale: "Sale",
8
+ store: "Store",
9
+ scanAdd: "Scan & Add"
10
+ // expense: "Expense",
11
+ // report: "Report",
12
+ // order: "Order",
13
+ // export: "Export",
14
+ // offline: "Offline Mode",
15
+ // tax: "Tax Management",
16
+ // loyalty: "Loyalty Program",
17
+ // staff: "Staff Management",
18
+ // scanSell: "Scan & Sell",
19
+ // stockAlert: "Stock Alert"
20
+ };
21
+
3
22
  // src/auth.ts
4
23
  var toAsyncTokenProvider = (p) => {
5
24
  if (!p) return async () => null;
@@ -2790,7 +2809,6 @@ var subscriptionPlanQuery = [
2790
2809
  "subscriptionPlanStatus",
2791
2810
  "createdAt",
2792
2811
  "updatedAt",
2793
- "subscriptionPlanFeatureIds",
2794
2812
  "features",
2795
2813
  "monthlyPlanPrice",
2796
2814
  "annuallyPlanPrice"
@@ -3213,6 +3231,7 @@ exports.AuthenticationError = AuthenticationError;
3213
3231
  exports.GraphQLClient = GraphQLClient;
3214
3232
  exports.NetworkError = NetworkError;
3215
3233
  exports.SdkError = SdkError;
3234
+ exports.SubscriptionPlanFeatureKeyLabels = SubscriptionPlanFeatureKeyLabels;
3216
3235
  exports.UpdateSaleResponse = UpdateSaleResponse;
3217
3236
  exports._getPackageResponseNestedFields = _getPackageResponseNestedFields;
3218
3237
  exports._getProductResponseNestedFields = _getProductResponseNestedFields;