@bigbinary/neeto-rules-frontend 2.0.2 → 2.0.3
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/README.md +9 -1
- package/dist/index.cjs.js +4 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -63,6 +63,9 @@ import Help from '@bigbinary/neeto-icons/Help';
|
|
|
63
63
|
import Down from '@bigbinary/neeto-icons/Down';
|
|
64
64
|
import Up from '@bigbinary/neeto-icons/Up';
|
|
65
65
|
|
|
66
|
+
var AUTOMATION_RULES = "automation-rules";
|
|
67
|
+
var STALE_TIME = 3200000;
|
|
68
|
+
|
|
66
69
|
function _typeof$3(o) {
|
|
67
70
|
"@babel/helpers - typeof";
|
|
68
71
|
|
|
@@ -225,9 +228,6 @@ var automationRulesApi = {
|
|
|
225
228
|
reorder: reorder
|
|
226
229
|
};
|
|
227
230
|
|
|
228
|
-
var AUTOMATION_RULES = "automation-rules";
|
|
229
|
-
var STALE_TIME = 3200000;
|
|
230
|
-
|
|
231
231
|
function ownKeys$v(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
232
232
|
function _objectSpread$t(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$v(Object(t), !0).forEach(function (r) { _defineProperty$2(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
233
233
|
var useFetchAutomationRules = function useFetchAutomationRules(params) {
|
|
@@ -23357,5 +23357,5 @@ var RulePreview = function RulePreview(_ref) {
|
|
|
23357
23357
|
});
|
|
23358
23358
|
};
|
|
23359
23359
|
|
|
23360
|
-
export { NeetoRules, NeetoRulesForm, RulePreview, useCustomDataStore };
|
|
23360
|
+
export { AUTOMATION_RULES as AUTOMATION_RULES_QUERY_KEY, NeetoRules, NeetoRulesForm, RulePreview, useCustomDataStore };
|
|
23361
23361
|
//# sourceMappingURL=index.js.map
|