@kernelminds/scailo-sdk 0.0.10 → 0.0.11

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/lib/cjs/index.js CHANGED
@@ -120,6 +120,7 @@ exports.getClientForVendorsService = getClientForVendorsService;
120
120
  exports.getClientForVisitationsService = getClientForVisitationsService;
121
121
  exports.getClientForWorkOrdersService = getClientForWorkOrdersService;
122
122
  exports.getClientForWorkflowsRulesService = getClientForWorkflowsRulesService;
123
+ __exportStar(require("./permissions"), exports);
123
124
  __exportStar(require("./src/absences.scailo_connect"), exports);
124
125
  __exportStar(require("./src/absences.scailo_pb"), exports);
125
126
  __exportStar(require("./src/actions_codes.scailo_connect"), exports);