@verma-consulting/common-library 0.1.48 → 0.1.50

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.d.mts CHANGED
@@ -2033,6 +2033,7 @@ declare enum operationType {
2033
2033
  }
2034
2034
  declare enum FrequencyType {
2035
2035
  Daily = "Daily",
2036
+ Weekly = "Weekly",
2036
2037
  Monthly = "Monthly",
2037
2038
  Quarterly = "Quarterly",
2038
2039
  Annually = "Annually"
package/dist/index.d.ts CHANGED
@@ -2033,6 +2033,7 @@ declare enum operationType {
2033
2033
  }
2034
2034
  declare enum FrequencyType {
2035
2035
  Daily = "Daily",
2036
+ Weekly = "Weekly",
2036
2037
  Monthly = "Monthly",
2037
2038
  Quarterly = "Quarterly",
2038
2039
  Annually = "Annually"
package/dist/index.js CHANGED
@@ -780,6 +780,7 @@ var operationType = /* @__PURE__ */ ((operationType2) => {
780
780
  })(operationType || {});
781
781
  var FrequencyType = /* @__PURE__ */ ((FrequencyType2) => {
782
782
  FrequencyType2["Daily"] = "Daily";
783
+ FrequencyType2["Weekly"] = "Weekly";
783
784
  FrequencyType2["Monthly"] = "Monthly";
784
785
  FrequencyType2["Quarterly"] = "Quarterly";
785
786
  FrequencyType2["Annually"] = "Annually";
@@ -2076,6 +2077,15 @@ var constants = {
2076
2077
  logo: "img/integrations/gemini.png",
2077
2078
  new: true
2078
2079
  },
2080
+ {
2081
+ name: "Co-Pilot",
2082
+ category: "AI",
2083
+ type: "co_pilot",
2084
+ description: "Co-Pilot is an AI assistant that helps you code, search, and get answers across your development workflow.",
2085
+ title: "Integrate Co-Pilot to your platform",
2086
+ logo: "img/integrations/co_pilot.png",
2087
+ new: true
2088
+ },
2079
2089
  {
2080
2090
  name: "Claude",
2081
2091
  category: "AI",
@@ -2093,14 +2103,19 @@ var constants = {
2093
2103
  title: "Integrate DeepSeek to your platform",
2094
2104
  logo: "img/integrations/deepseek.png",
2095
2105
  new: true
2096
- },
2106
+ }
2107
+ ]
2108
+ },
2109
+ {
2110
+ name: "Commerce",
2111
+ list: [
2097
2112
  {
2098
- name: "Co-Pilot",
2099
- category: "AI",
2100
- type: "co_pilot",
2101
- description: "Co-Pilot is an AI assistant that helps you code, search, and get answers across your development workflow.",
2102
- title: "Integrate Co-Pilot to your platform",
2103
- logo: "img/integrations/co_pilot.png",
2113
+ name: "Shopify",
2114
+ category: "Commerce",
2115
+ type: "shopify",
2116
+ description: "Cloud-based commerce platform that allows businesses to sell products online and in-person.",
2117
+ title: "Integrate with shopify to connect client usage to platform",
2118
+ logo: "img/integrations/shopify.png",
2104
2119
  new: true
2105
2120
  }
2106
2121
  ]
@@ -2128,20 +2143,6 @@ var constants = {
2128
2143
  }
2129
2144
  ]
2130
2145
  },
2131
- {
2132
- name: "Commerce",
2133
- list: [
2134
- {
2135
- name: "Shopify",
2136
- category: "Commerce",
2137
- type: "shopify",
2138
- description: "Cloud-based commerce platform that allows businesses to sell products online and in-person.",
2139
- title: "Integrate with shopify to connect client usage to platform",
2140
- logo: "img/integrations/shopify.png",
2141
- new: true
2142
- }
2143
- ]
2144
- },
2145
2146
  {
2146
2147
  name: "Search",
2147
2148
  list: [