@ha-bits/cortex 1.1.12 → 1.1.13

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.
Files changed (2) hide show
  1. package/pack/index.cjs +16 -0
  2. package/package.json +1 -1
package/pack/index.cjs CHANGED
@@ -238518,6 +238518,7 @@ var main_exports = {};
238518
238518
  __export(main_exports, {
238519
238519
  AuthenticationType: () => AuthenticationType,
238520
238520
  BitAuth: () => BitAuth,
238521
+ BitCategory: () => BitCategory,
238521
238522
  HttpMethod: () => HttpMethod,
238522
238523
  ManageModule: () => ManageModule,
238523
238524
  PieceAuth: () => PieceAuth,
@@ -248036,6 +248037,21 @@ function createTrigger(config) {
248036
248037
  };
248037
248038
  }
248038
248039
  var createBitTrigger = createTrigger;
248040
+ var BitCategory = /* @__PURE__ */ ((BitCategory2) => {
248041
+ BitCategory2["ARTIFICIAL_INTELLIGENCE"] = "ARTIFICIAL_INTELLIGENCE";
248042
+ BitCategory2["COMMUNICATION"] = "COMMUNICATION";
248043
+ BitCategory2["CORE"] = "CORE";
248044
+ BitCategory2["CONTENT_AND_FILES"] = "CONTENT_AND_FILES";
248045
+ BitCategory2["DEVELOPER_TOOLS"] = "DEVELOPER_TOOLS";
248046
+ BitCategory2["BUSINESS_INTELLIGENCE"] = "BUSINESS_INTELLIGENCE";
248047
+ BitCategory2["ACCOUNTING"] = "ACCOUNTING";
248048
+ BitCategory2["SALES_AND_CRM"] = "SALES_AND_CRM";
248049
+ BitCategory2["PRODUCTIVITY"] = "PRODUCTIVITY";
248050
+ BitCategory2["MARKETING"] = "MARKETING";
248051
+ BitCategory2["CUSTOMER_SUPPORT"] = "CUSTOMER_SUPPORT";
248052
+ BitCategory2["PREMIUM"] = "PREMIUM";
248053
+ return BitCategory2;
248054
+ })(BitCategory || {});
248039
248055
  var PieceCategory = /* @__PURE__ */ ((PieceCategory2) => {
248040
248056
  PieceCategory2["ARTIFICIAL_INTELLIGENCE"] = "ARTIFICIAL_INTELLIGENCE";
248041
248057
  PieceCategory2["COMMUNICATION"] = "COMMUNICATION";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ha-bits/cortex",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "Cortex - Habits Workflow Executor CLI",
5
5
  "main": "./pack/index.cjs",
6
6
  "bin": {