@fernir2/saas-kit-cli 0.1.29 → 0.1.31

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 (75) hide show
  1. package/base-repo/app-constants/aliases.cjs.js +1 -1
  2. package/base-repo/app-constants/aliases.js +1 -1
  3. package/cli/README.md +56 -336
  4. package/cli/postcss.config.mjs +1 -0
  5. package/cli/src/app/globals.css +1 -163
  6. package/level2/cli/create-saas-kit-app/bin/index.cjs.js +4 -4
  7. package/level2/cli/create-saas-kit-app/bin/index.js +3 -3
  8. package/level2/fd-toolbox/api/api-client.cjs.js +1 -1
  9. package/level2/fd-toolbox/api/api-client.js +1 -1
  10. package/level2/fd-toolbox/api/api-path-names.cjs.js +2 -2
  11. package/level2/fd-toolbox/api/api-paths.cjs.js +1 -1
  12. package/level2/fd-toolbox/api/api-paths.js +1 -1
  13. package/level2/fd-toolbox/api/base-api.cjs.js +1 -1
  14. package/level2/fd-toolbox/api/base-api.js +1 -1
  15. package/level2/fd-toolbox/auth/login-states.cjs.js +1 -1
  16. package/level2/fd-toolbox/auth/login-states.js +1 -1
  17. package/level2/fd-toolbox/auth/session-storage.cjs.js +1 -1
  18. package/level2/fd-toolbox/auth/session-storage.js +1 -1
  19. package/level2/fd-toolbox/auth/tokens.cjs.js +1 -1
  20. package/level2/fd-toolbox/auth/tokens.js +1 -1
  21. package/level2/fd-toolbox/constants/constants.cjs.js +1 -1
  22. package/level2/fd-toolbox/constants/constants.js +1 -1
  23. package/level2/fd-toolbox/enums/enums.cjs.js +1 -1
  24. package/level2/fd-toolbox/enums/enums.js +1 -1
  25. package/level2/fd-toolbox/errors/error-handler.cjs.js +1 -1
  26. package/level2/fd-toolbox/errors/error-handler.js +1 -1
  27. package/level2/fd-toolbox/errors/errors.cjs.js +1 -1
  28. package/level2/fd-toolbox/errors/errors.js +1 -1
  29. package/level2/fd-toolbox/errors/problem-details.cjs.js +1 -1
  30. package/level2/fd-toolbox/errors/problem-details.js +1 -1
  31. package/level2/fd-toolbox/functions/value-checking-functions.cjs.js +1 -1
  32. package/level2/fd-toolbox/functions/value-checking-functions.js +1 -1
  33. package/level2/fd-toolbox/http/url/urls.cjs.js +1 -1
  34. package/level2/fd-toolbox/http/url/urls.js +1 -1
  35. package/level2/fd-toolbox/infra/env-config.cjs.js +2 -2
  36. package/level2/fd-toolbox/infra/env-config.js +2 -2
  37. package/level2/fd-toolbox/infra/env-functions.cjs.js +1 -1
  38. package/level2/fd-toolbox/infra/env-functions.js +1 -1
  39. package/level2/fd-toolbox/infra/env-schema.cjs.js +2 -2
  40. package/level2/fd-toolbox/infra/env-schema.js +2 -2
  41. package/level2/fd-toolbox/infra/env-store.cjs.js +1 -1
  42. package/level2/fd-toolbox/infra/env-store.js +1 -1
  43. package/level2/fd-toolbox/lib/environments.cjs.js +1 -1
  44. package/level2/fd-toolbox/lib/environments.js +1 -1
  45. package/level2/fd-toolbox/lib/utils.cjs.js +1 -1
  46. package/level2/fd-toolbox/lib/utils.js +1 -1
  47. package/level2/fd-toolbox/local-storage/local-storage.cjs.js +1 -1
  48. package/level2/fd-toolbox/local-storage/local-storage.js +1 -1
  49. package/level2/fd-toolbox/logging/loggers.cjs.js +1 -1
  50. package/level2/fd-toolbox/logging/loggers.js +1 -1
  51. package/level2/fd-toolbox/notifications.cjs.js +2 -2
  52. package/level2/fd-toolbox/notifications.js +2 -2
  53. package/level2/fd-toolbox/odata/odata-constants.cjs.js +1 -1
  54. package/level2/fd-toolbox/odata/odata-constants.js +1 -1
  55. package/level2/fd-toolbox/odata/odatas.cjs.js +1 -1
  56. package/level2/fd-toolbox/odata/odatas.js +1 -1
  57. package/level2/fd-toolbox/odata/services/odata-filters.cjs.js +1 -1
  58. package/level2/fd-toolbox/odata/services/odata-filters.js +1 -1
  59. package/level2/fd-toolbox/paths/paths-names.cjs.js +2 -2
  60. package/level2/fd-toolbox/paths/paths-names.js +1 -1
  61. package/level2/fd-toolbox/routing/login-routers.cjs.js +1 -1
  62. package/level2/fd-toolbox/routing/login-routers.js +1 -1
  63. package/level2/fd-toolbox/routing/paths.cjs.js +1 -1
  64. package/level2/fd-toolbox/routing/paths.js +1 -1
  65. package/level2/fd-toolbox/strings/strings-constants.cjs.js +1 -1
  66. package/level2/fd-toolbox/strings/strings-constants.js +1 -1
  67. package/level2/fd-toolbox/strings/strings.cjs.js +1 -1
  68. package/level2/fd-toolbox/strings/strings.js +1 -1
  69. package/level2/fd-toolbox/types/ensure-type.cjs.js +1 -1
  70. package/level2/fd-toolbox/types/ensure-type.js +1 -1
  71. package/level2/fd-toolbox-core/core/name-of.cjs.js +1 -1
  72. package/level2/fd-toolbox-core/core/name-of.js +1 -1
  73. package/level2/fd-toolbox-core/types/resource-with-id.cjs.js +1 -1
  74. package/level2/fd-toolbox-core/types/resource-with-id.js +1 -1
  75. package/package.json +1 -1
@@ -3,7 +3,7 @@
3
3
 
4
4
  var routes = require('./routes.cjs.js');
5
5
 
6
- var __defProp=Object['defineProperty'],__name=(_0x5af524,_0x30c4c6)=>__defProp(_0x5af524,'name',{'value':_0x30c4c6,'configurable':!![]});function getRelativeLoginUrl(){return '/'+routes.routes['login'];}__name(getRelativeLoginUrl,'getRelativeLoginUrl');function getLoginUrl(){return window['location']['origin']+getRelativeLoginUrl();}__name(getLoginUrl,'getLoginUrl');function goToLogin(){window['location']['href']=getRelativeLoginUrl();}__name(goToLogin,'goToLogin');
6
+ var __defProp=Object['defineProperty'],__name=(_0x8e95e5,_0xd1fa)=>__defProp(_0x8e95e5,'name',{'value':_0xd1fa,'configurable':!![]});function getRelativeLoginUrl(){return '/'+routes.routes['login'];}__name(getRelativeLoginUrl,'getRelativeLoginUrl');function getLoginUrl(){return window['location']['origin']+getRelativeLoginUrl();}__name(getLoginUrl,'getLoginUrl');function goToLogin(){window['location']['href']=getRelativeLoginUrl();}__name(goToLogin,'goToLogin');
7
7
 
8
8
  exports.getLoginUrl = getLoginUrl;
9
9
  exports.getRelativeLoginUrl = getRelativeLoginUrl;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  import { routes } from './routes.js';
3
3
 
4
- var __defProp=Object['defineProperty'],__name=(_0x5af524,_0x30c4c6)=>__defProp(_0x5af524,'name',{'value':_0x30c4c6,'configurable':!![]});function getRelativeLoginUrl(){return '/'+routes['login'];}__name(getRelativeLoginUrl,'getRelativeLoginUrl');function getLoginUrl(){return window['location']['origin']+getRelativeLoginUrl();}__name(getLoginUrl,'getLoginUrl');function goToLogin(){window['location']['href']=getRelativeLoginUrl();}__name(goToLogin,'goToLogin');
4
+ var __defProp=Object['defineProperty'],__name=(_0x8e95e5,_0xd1fa)=>__defProp(_0x8e95e5,'name',{'value':_0xd1fa,'configurable':!![]});function getRelativeLoginUrl(){return '/'+routes['login'];}__name(getRelativeLoginUrl,'getRelativeLoginUrl');function getLoginUrl(){return window['location']['origin']+getRelativeLoginUrl();}__name(getLoginUrl,'getLoginUrl');function goToLogin(){window['location']['href']=getRelativeLoginUrl();}__name(goToLogin,'goToLogin');
5
5
 
6
6
  export { getLoginUrl, getRelativeLoginUrl, goToLogin };
@@ -3,6 +3,6 @@
3
3
 
4
4
  var utils = require('../lib/utils.cjs.js');
5
5
 
6
- var __defProp=Object['defineProperty'],__name=(_0x2adc76,_0x362521)=>__defProp(_0x2adc76,'name',{'value':_0x362521,'configurable':!![]});function addQueryParamsToPath(_0xdf9299,_0x504c28){let _0x2fb46c=_0xdf9299;if(_0x504c28&&Array['isArray'](_0x504c28))_0x2fb46c+=convertQueryParamsArrayToString(_0x504c28);else _0x504c28&&utils.isPlainObject(_0x504c28)&&(_0x2fb46c+=convertQueryParamsObjectToString(_0x504c28));return _0x2fb46c;}__name(addQueryParamsToPath,'addQueryParamsToPath');function convertQueryParamsArrayToString(_0x4b34f0){const _0x1ed38d=_0x4b34f0['map'](_0x3a6628=>_0x3a6628['name']+'='+_0x3a6628['value'])['join']('&');return _0x1ed38d?'?'+_0x1ed38d:'';}__name(convertQueryParamsArrayToString,'convertQueryParamsArrayToString');function convertQueryParamsObjectToString(_0x52883c){const _0xff83ef=Object['entries'](_0x52883c)['map'](([_0x292928,_0x186f6e])=>_0x292928+'='+_0x186f6e)['join']('&');return _0xff83ef?'?'+_0xff83ef:'';}__name(convertQueryParamsObjectToString,'convertQueryParamsObjectToString');
6
+ var __defProp=Object['defineProperty'],__name=(_0x398b2c,_0x83f1f0)=>__defProp(_0x398b2c,'name',{'value':_0x83f1f0,'configurable':!![]});function addQueryParamsToPath(_0x42d97d,_0x43db5b){let _0x50f5cf=_0x42d97d;if(_0x43db5b&&Array['isArray'](_0x43db5b))_0x50f5cf+=convertQueryParamsArrayToString(_0x43db5b);else _0x43db5b&&utils.isPlainObject(_0x43db5b)&&(_0x50f5cf+=convertQueryParamsObjectToString(_0x43db5b));return _0x50f5cf;}__name(addQueryParamsToPath,'addQueryParamsToPath');function convertQueryParamsArrayToString(_0x4449bc){const _0x3e2b1f=_0x4449bc['map'](_0xc601d5=>_0xc601d5['name']+'='+_0xc601d5['value'])['join']('&');return _0x3e2b1f?'?'+_0x3e2b1f:'';}__name(convertQueryParamsArrayToString,'convertQueryParamsArrayToString');function convertQueryParamsObjectToString(_0x3fcbb8){const _0x449989=Object['entries'](_0x3fcbb8)['map'](([_0x5f0fab,_0x631665])=>_0x5f0fab+'='+_0x631665)['join']('&');return _0x449989?'?'+_0x449989:'';}__name(convertQueryParamsObjectToString,'convertQueryParamsObjectToString');
7
7
 
8
8
  exports.addQueryParamsToPath = addQueryParamsToPath;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  import { isPlainObject } from '../lib/utils.js';
3
3
 
4
- var __defProp=Object['defineProperty'],__name=(_0x2adc76,_0x362521)=>__defProp(_0x2adc76,'name',{'value':_0x362521,'configurable':!![]});function addQueryParamsToPath(_0xdf9299,_0x504c28){let _0x2fb46c=_0xdf9299;if(_0x504c28&&Array['isArray'](_0x504c28))_0x2fb46c+=convertQueryParamsArrayToString(_0x504c28);else _0x504c28&&isPlainObject(_0x504c28)&&(_0x2fb46c+=convertQueryParamsObjectToString(_0x504c28));return _0x2fb46c;}__name(addQueryParamsToPath,'addQueryParamsToPath');function convertQueryParamsArrayToString(_0x4b34f0){const _0x1ed38d=_0x4b34f0['map'](_0x3a6628=>_0x3a6628['name']+'='+_0x3a6628['value'])['join']('&');return _0x1ed38d?'?'+_0x1ed38d:'';}__name(convertQueryParamsArrayToString,'convertQueryParamsArrayToString');function convertQueryParamsObjectToString(_0x52883c){const _0xff83ef=Object['entries'](_0x52883c)['map'](([_0x292928,_0x186f6e])=>_0x292928+'='+_0x186f6e)['join']('&');return _0xff83ef?'?'+_0xff83ef:'';}__name(convertQueryParamsObjectToString,'convertQueryParamsObjectToString');
4
+ var __defProp=Object['defineProperty'],__name=(_0x398b2c,_0x83f1f0)=>__defProp(_0x398b2c,'name',{'value':_0x83f1f0,'configurable':!![]});function addQueryParamsToPath(_0x42d97d,_0x43db5b){let _0x50f5cf=_0x42d97d;if(_0x43db5b&&Array['isArray'](_0x43db5b))_0x50f5cf+=convertQueryParamsArrayToString(_0x43db5b);else _0x43db5b&&isPlainObject(_0x43db5b)&&(_0x50f5cf+=convertQueryParamsObjectToString(_0x43db5b));return _0x50f5cf;}__name(addQueryParamsToPath,'addQueryParamsToPath');function convertQueryParamsArrayToString(_0x4449bc){const _0x3e2b1f=_0x4449bc['map'](_0xc601d5=>_0xc601d5['name']+'='+_0xc601d5['value'])['join']('&');return _0x3e2b1f?'?'+_0x3e2b1f:'';}__name(convertQueryParamsArrayToString,'convertQueryParamsArrayToString');function convertQueryParamsObjectToString(_0x3fcbb8){const _0x449989=Object['entries'](_0x3fcbb8)['map'](([_0x5f0fab,_0x631665])=>_0x5f0fab+'='+_0x631665)['join']('&');return _0x449989?'?'+_0x449989:'';}__name(convertQueryParamsObjectToString,'convertQueryParamsObjectToString');
5
5
 
6
6
  export { addQueryParamsToPath };
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
  'use strict';
3
3
 
4
- const shortTextLength=-0xd2+0xf*-0x16f+0x7*0x34d;const ellipsis='…';
4
+ const shortTextLength=0xfe5+-0x3*-0x5d7+-0x2*0x1051;const ellipsis='…';
5
5
 
6
6
  exports.ellipsis = ellipsis;
7
7
  exports.shortTextLength = shortTextLength;
@@ -1,4 +1,4 @@
1
1
  'use strict';
2
- const shortTextLength=-0xd2+0xf*-0x16f+0x7*0x34d;const ellipsis='…';
2
+ const shortTextLength=0xfe5+-0x3*-0x5d7+-0x2*0x1051;const ellipsis='…';
3
3
 
4
4
  export { ellipsis, shortTextLength };
@@ -4,7 +4,7 @@
4
4
  var stringsConstants = require('./strings-constants.cjs.js');
5
5
  var valueCheckingFunctions = require('../functions/value-checking-functions.cjs.js');
6
6
 
7
- var __defProp=Object['defineProperty'],__name=(_0x5864e9,_0x58d29b)=>__defProp(_0x5864e9,'name',{'value':_0x58d29b,'configurable':!![]});function shortenWithEllipsis(_0x1df978,_0x987b11=stringsConstants.shortTextLength){if(valueCheckingFunctions.isNullOrUndefined(_0x1df978))return '';return _0x1df978['length']<-0x14e*-0x19+0x2547+0x1*-0x45e3?_0x1df978['length']<=_0x987b11?_0x1df978:_0x1df978['substring'](0xd1*0x2f+-0x109b+0x7*-0x31c,_0x987b11):_0x1df978['length']<=_0x987b11?_0x1df978:_0x1df978['substring'](0x1*0x33d+0x16de*-0x1+0x5*0x3ed,_0x987b11-(0x186a+-0xe21*0x2+0xc5*0x5))+stringsConstants.ellipsis;}__name(shortenWithEllipsis,'shortenWithEllipsis');function trimCharacter(_0x4f8c92,_0x3a4271){let _0x342b2e=_0x4f8c92;if(Array['isArray'](_0x3a4271))for(let _0x431377 of _0x3a4271){(_0x4f8c92['startsWith'](_0x431377)||_0x4f8c92['endsWith'](_0x431377))&&(_0x342b2e=trimOneCharacter(_0x4f8c92,_0x431377));}else _0x342b2e=trimOneCharacter(_0x4f8c92,_0x3a4271);return _0x342b2e;}__name(trimCharacter,'trimCharacter');function trimOneCharacter(_0x28f50c,_0x1908da){let _0x8d1011=_0x28f50c;return _0x8d1011?.['startsWith'](_0x1908da)&&(_0x8d1011=_0x8d1011['substring'](0x2349+-0x277*0x6+-0x147e)),_0x8d1011?.['endsWith'](_0x1908da)&&(_0x8d1011=_0x8d1011['substring'](-0x1d15*-0x1+-0xebf+-0xe56,_0x8d1011['lastIndexOf'](_0x1908da))),_0x8d1011;}__name(trimOneCharacter,'trimOneCharacter');
7
+ var __defProp=Object['defineProperty'],__name=(_0x476fd7,_0x1ee90d)=>__defProp(_0x476fd7,'name',{'value':_0x1ee90d,'configurable':!![]});function shortenWithEllipsis(_0x1f9655,_0x4d7330=stringsConstants.shortTextLength){if(valueCheckingFunctions.isNullOrUndefined(_0x1f9655))return '';return _0x1f9655['length']<0x1b87+-0x1e2d+0x2a8?_0x1f9655['length']<=_0x4d7330?_0x1f9655:_0x1f9655['substring'](-0x64b+-0x1465*-0x1+0x13*-0xbe,_0x4d7330):_0x1f9655['length']<=_0x4d7330?_0x1f9655:_0x1f9655['substring'](0x10a9*0x1+-0x86a+0x1*-0x83f,_0x4d7330-(0xd4c+-0x9f9*-0x1+0x5d1*-0x4))+stringsConstants.ellipsis;}__name(shortenWithEllipsis,'shortenWithEllipsis');function trimCharacter(_0x5a36b3,_0x2dca5f){let _0x1e18a3=_0x5a36b3;if(Array['isArray'](_0x2dca5f))for(let _0x52d28f of _0x2dca5f){(_0x5a36b3['startsWith'](_0x52d28f)||_0x5a36b3['endsWith'](_0x52d28f))&&(_0x1e18a3=trimOneCharacter(_0x5a36b3,_0x52d28f));}else _0x1e18a3=trimOneCharacter(_0x5a36b3,_0x2dca5f);return _0x1e18a3;}__name(trimCharacter,'trimCharacter');function trimOneCharacter(_0x16d787,_0x11f319){let _0x47a7cf=_0x16d787;return _0x47a7cf?.['startsWith'](_0x11f319)&&(_0x47a7cf=_0x47a7cf['substring'](-0x4*0x96e+0x2*0x1361+-0x109)),_0x47a7cf?.['endsWith'](_0x11f319)&&(_0x47a7cf=_0x47a7cf['substring'](-0x2126+0x186d+0xcb*0xb,_0x47a7cf['lastIndexOf'](_0x11f319))),_0x47a7cf;}__name(trimOneCharacter,'trimOneCharacter');
8
8
 
9
9
  exports.shortenWithEllipsis = shortenWithEllipsis;
10
10
  exports.trimCharacter = trimCharacter;
@@ -2,6 +2,6 @@
2
2
  import { shortTextLength, ellipsis } from './strings-constants.js';
3
3
  import { isNullOrUndefined } from '../functions/value-checking-functions.js';
4
4
 
5
- var __defProp=Object['defineProperty'],__name=(_0x5864e9,_0x58d29b)=>__defProp(_0x5864e9,'name',{'value':_0x58d29b,'configurable':!![]});function shortenWithEllipsis(_0x1df978,_0x987b11=shortTextLength){if(isNullOrUndefined(_0x1df978))return '';return _0x1df978['length']<-0x14e*-0x19+0x2547+0x1*-0x45e3?_0x1df978['length']<=_0x987b11?_0x1df978:_0x1df978['substring'](0xd1*0x2f+-0x109b+0x7*-0x31c,_0x987b11):_0x1df978['length']<=_0x987b11?_0x1df978:_0x1df978['substring'](0x1*0x33d+0x16de*-0x1+0x5*0x3ed,_0x987b11-(0x186a+-0xe21*0x2+0xc5*0x5))+ellipsis;}__name(shortenWithEllipsis,'shortenWithEllipsis');function trimCharacter(_0x4f8c92,_0x3a4271){let _0x342b2e=_0x4f8c92;if(Array['isArray'](_0x3a4271))for(let _0x431377 of _0x3a4271){(_0x4f8c92['startsWith'](_0x431377)||_0x4f8c92['endsWith'](_0x431377))&&(_0x342b2e=trimOneCharacter(_0x4f8c92,_0x431377));}else _0x342b2e=trimOneCharacter(_0x4f8c92,_0x3a4271);return _0x342b2e;}__name(trimCharacter,'trimCharacter');function trimOneCharacter(_0x28f50c,_0x1908da){let _0x8d1011=_0x28f50c;return _0x8d1011?.['startsWith'](_0x1908da)&&(_0x8d1011=_0x8d1011['substring'](0x2349+-0x277*0x6+-0x147e)),_0x8d1011?.['endsWith'](_0x1908da)&&(_0x8d1011=_0x8d1011['substring'](-0x1d15*-0x1+-0xebf+-0xe56,_0x8d1011['lastIndexOf'](_0x1908da))),_0x8d1011;}__name(trimOneCharacter,'trimOneCharacter');
5
+ var __defProp=Object['defineProperty'],__name=(_0x476fd7,_0x1ee90d)=>__defProp(_0x476fd7,'name',{'value':_0x1ee90d,'configurable':!![]});function shortenWithEllipsis(_0x1f9655,_0x4d7330=shortTextLength){if(isNullOrUndefined(_0x1f9655))return '';return _0x1f9655['length']<0x1b87+-0x1e2d+0x2a8?_0x1f9655['length']<=_0x4d7330?_0x1f9655:_0x1f9655['substring'](-0x64b+-0x1465*-0x1+0x13*-0xbe,_0x4d7330):_0x1f9655['length']<=_0x4d7330?_0x1f9655:_0x1f9655['substring'](0x10a9*0x1+-0x86a+0x1*-0x83f,_0x4d7330-(0xd4c+-0x9f9*-0x1+0x5d1*-0x4))+ellipsis;}__name(shortenWithEllipsis,'shortenWithEllipsis');function trimCharacter(_0x5a36b3,_0x2dca5f){let _0x1e18a3=_0x5a36b3;if(Array['isArray'](_0x2dca5f))for(let _0x52d28f of _0x2dca5f){(_0x5a36b3['startsWith'](_0x52d28f)||_0x5a36b3['endsWith'](_0x52d28f))&&(_0x1e18a3=trimOneCharacter(_0x5a36b3,_0x52d28f));}else _0x1e18a3=trimOneCharacter(_0x5a36b3,_0x2dca5f);return _0x1e18a3;}__name(trimCharacter,'trimCharacter');function trimOneCharacter(_0x16d787,_0x11f319){let _0x47a7cf=_0x16d787;return _0x47a7cf?.['startsWith'](_0x11f319)&&(_0x47a7cf=_0x47a7cf['substring'](-0x4*0x96e+0x2*0x1361+-0x109)),_0x47a7cf?.['endsWith'](_0x11f319)&&(_0x47a7cf=_0x47a7cf['substring'](-0x2126+0x186d+0xcb*0xb,_0x47a7cf['lastIndexOf'](_0x11f319))),_0x47a7cf;}__name(trimOneCharacter,'trimOneCharacter');
6
6
 
7
7
  export { shortenWithEllipsis, trimCharacter };
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
  'use strict';
3
3
 
4
- var __defProp=Object['defineProperty'],__name=(_0x84674a,_0x11dd78)=>__defProp(_0x84674a,'name',{'value':_0x11dd78,'configurable':!![]});function ensureString(_0x4775e5){return isString(_0x4775e5)?_0x4775e5:String(_0x4775e5);}__name(ensureString,'ensureString');function ensureNumber(_0x3ca08a){if(isNumber(_0x3ca08a))return _0x3ca08a;else {if(isString(_0x3ca08a))return parseFloat(_0x3ca08a);else return NaN;}}__name(ensureNumber,'ensureNumber');function ensureObjectArray(_0x1e4b56){if(Array['isArray'](_0x1e4b56)&&_0x1e4b56['length']>0x155b+-0x169c+0x3*0x6b&&isObject(_0x1e4b56[-0x17*-0x8e+0xc29+0x1*-0x18eb])){const _0x2243c9=[];for(const _0xe238cc of _0x1e4b56){if(isObject(_0xe238cc))_0x2243c9['push'](_0xe238cc);}return _0x2243c9;}return [];}__name(ensureObjectArray,'ensureObjectArray');function ensureWithIndexer(_0x41e401){let _0x3f41f8={};return isWithIndexer(_0x41e401)&&(_0x3f41f8=_0x41e401),_0x3f41f8;}__name(ensureWithIndexer,'ensureWithIndexer');const types={'object':'object','string':'string','number':'number'};const stripeConflictResponseProperties={'detail':'detail'};function isObject(_0x3e37c9){return typeof _0x3e37c9===types['object']&&_0x3e37c9!==null;}__name(isObject,'isObject');function isString(_0x36246d){return typeof _0x36246d===types['string'];}__name(isString,'isString');function isNumber(_0x2affde){return typeof _0x2affde===types['number'];}__name(isNumber,'isNumber');function isWithIndexer(_0x285950){return isObject(_0x285950)&&!Array['isArray'](_0x285950);}__name(isWithIndexer,'isWithIndexer');function isArray(_0x4929b9){return isObject(_0x4929b9)&&Array['isArray'](_0x4929b9);}__name(isArray,'isArray');function isErrorResponseWithDetail(_0x1e62ca){return isObject(_0x1e62ca)&&stripeConflictResponseProperties['detail']in _0x1e62ca;}__name(isErrorResponseWithDetail,'isErrorResponseWithDetail');function isBoolean(_0x1e068e){return typeof _0x1e068e==='boolean';}__name(isBoolean,'isBoolean');
4
+ var __defProp=Object['defineProperty'],__name=(_0x288270,_0x2c3412)=>__defProp(_0x288270,'name',{'value':_0x2c3412,'configurable':!![]});function ensureString(_0x44356a){return isString(_0x44356a)?_0x44356a:String(_0x44356a);}__name(ensureString,'ensureString');function ensureNumber(_0x3f9137){if(isNumber(_0x3f9137))return _0x3f9137;else {if(isString(_0x3f9137))return parseFloat(_0x3f9137);else return NaN;}}__name(ensureNumber,'ensureNumber');function ensureObjectArray(_0x516464){if(Array['isArray'](_0x516464)&&_0x516464['length']>0x1*-0x22be+0xd8d+0x1531&&isObject(_0x516464[-0xa19+-0xcc2+-0x16db*-0x1])){const _0x86ea4d=[];for(const _0x34afd3 of _0x516464){if(isObject(_0x34afd3))_0x86ea4d['push'](_0x34afd3);}return _0x86ea4d;}return [];}__name(ensureObjectArray,'ensureObjectArray');function ensureWithIndexer(_0x33f29a){let _0x158d48={};return isWithIndexer(_0x33f29a)&&(_0x158d48=_0x33f29a),_0x158d48;}__name(ensureWithIndexer,'ensureWithIndexer');const types={'object':'object','string':'string','number':'number'};const stripeConflictResponseProperties={'detail':'detail'};function isObject(_0x3b669e){return typeof _0x3b669e===types['object']&&_0x3b669e!==null;}__name(isObject,'isObject');function isString(_0x40c37b){return typeof _0x40c37b===types['string'];}__name(isString,'isString');function isNumber(_0x48858b){return typeof _0x48858b===types['number'];}__name(isNumber,'isNumber');function isWithIndexer(_0x100d4f){return isObject(_0x100d4f)&&!Array['isArray'](_0x100d4f);}__name(isWithIndexer,'isWithIndexer');function isArray(_0x1bd837){return isObject(_0x1bd837)&&Array['isArray'](_0x1bd837);}__name(isArray,'isArray');function isErrorResponseWithDetail(_0x23710d){return isObject(_0x23710d)&&stripeConflictResponseProperties['detail']in _0x23710d;}__name(isErrorResponseWithDetail,'isErrorResponseWithDetail');function isBoolean(_0x574634){return typeof _0x574634==='boolean';}__name(isBoolean,'isBoolean');
5
5
 
6
6
  exports.ensureNumber = ensureNumber;
7
7
  exports.ensureObjectArray = ensureObjectArray;
@@ -1,4 +1,4 @@
1
1
  'use strict';
2
- var __defProp=Object['defineProperty'],__name=(_0x84674a,_0x11dd78)=>__defProp(_0x84674a,'name',{'value':_0x11dd78,'configurable':!![]});function ensureString(_0x4775e5){return isString(_0x4775e5)?_0x4775e5:String(_0x4775e5);}__name(ensureString,'ensureString');function ensureNumber(_0x3ca08a){if(isNumber(_0x3ca08a))return _0x3ca08a;else {if(isString(_0x3ca08a))return parseFloat(_0x3ca08a);else return NaN;}}__name(ensureNumber,'ensureNumber');function ensureObjectArray(_0x1e4b56){if(Array['isArray'](_0x1e4b56)&&_0x1e4b56['length']>0x155b+-0x169c+0x3*0x6b&&isObject(_0x1e4b56[-0x17*-0x8e+0xc29+0x1*-0x18eb])){const _0x2243c9=[];for(const _0xe238cc of _0x1e4b56){if(isObject(_0xe238cc))_0x2243c9['push'](_0xe238cc);}return _0x2243c9;}return [];}__name(ensureObjectArray,'ensureObjectArray');function ensureWithIndexer(_0x41e401){let _0x3f41f8={};return isWithIndexer(_0x41e401)&&(_0x3f41f8=_0x41e401),_0x3f41f8;}__name(ensureWithIndexer,'ensureWithIndexer');const types={'object':'object','string':'string','number':'number'};const stripeConflictResponseProperties={'detail':'detail'};function isObject(_0x3e37c9){return typeof _0x3e37c9===types['object']&&_0x3e37c9!==null;}__name(isObject,'isObject');function isString(_0x36246d){return typeof _0x36246d===types['string'];}__name(isString,'isString');function isNumber(_0x2affde){return typeof _0x2affde===types['number'];}__name(isNumber,'isNumber');function isWithIndexer(_0x285950){return isObject(_0x285950)&&!Array['isArray'](_0x285950);}__name(isWithIndexer,'isWithIndexer');function isArray(_0x4929b9){return isObject(_0x4929b9)&&Array['isArray'](_0x4929b9);}__name(isArray,'isArray');function isErrorResponseWithDetail(_0x1e62ca){return isObject(_0x1e62ca)&&stripeConflictResponseProperties['detail']in _0x1e62ca;}__name(isErrorResponseWithDetail,'isErrorResponseWithDetail');function isBoolean(_0x1e068e){return typeof _0x1e068e==='boolean';}__name(isBoolean,'isBoolean');
2
+ var __defProp=Object['defineProperty'],__name=(_0x288270,_0x2c3412)=>__defProp(_0x288270,'name',{'value':_0x2c3412,'configurable':!![]});function ensureString(_0x44356a){return isString(_0x44356a)?_0x44356a:String(_0x44356a);}__name(ensureString,'ensureString');function ensureNumber(_0x3f9137){if(isNumber(_0x3f9137))return _0x3f9137;else {if(isString(_0x3f9137))return parseFloat(_0x3f9137);else return NaN;}}__name(ensureNumber,'ensureNumber');function ensureObjectArray(_0x516464){if(Array['isArray'](_0x516464)&&_0x516464['length']>0x1*-0x22be+0xd8d+0x1531&&isObject(_0x516464[-0xa19+-0xcc2+-0x16db*-0x1])){const _0x86ea4d=[];for(const _0x34afd3 of _0x516464){if(isObject(_0x34afd3))_0x86ea4d['push'](_0x34afd3);}return _0x86ea4d;}return [];}__name(ensureObjectArray,'ensureObjectArray');function ensureWithIndexer(_0x33f29a){let _0x158d48={};return isWithIndexer(_0x33f29a)&&(_0x158d48=_0x33f29a),_0x158d48;}__name(ensureWithIndexer,'ensureWithIndexer');const types={'object':'object','string':'string','number':'number'};const stripeConflictResponseProperties={'detail':'detail'};function isObject(_0x3b669e){return typeof _0x3b669e===types['object']&&_0x3b669e!==null;}__name(isObject,'isObject');function isString(_0x40c37b){return typeof _0x40c37b===types['string'];}__name(isString,'isString');function isNumber(_0x48858b){return typeof _0x48858b===types['number'];}__name(isNumber,'isNumber');function isWithIndexer(_0x100d4f){return isObject(_0x100d4f)&&!Array['isArray'](_0x100d4f);}__name(isWithIndexer,'isWithIndexer');function isArray(_0x1bd837){return isObject(_0x1bd837)&&Array['isArray'](_0x1bd837);}__name(isArray,'isArray');function isErrorResponseWithDetail(_0x23710d){return isObject(_0x23710d)&&stripeConflictResponseProperties['detail']in _0x23710d;}__name(isErrorResponseWithDetail,'isErrorResponseWithDetail');function isBoolean(_0x574634){return typeof _0x574634==='boolean';}__name(isBoolean,'isBoolean');
3
3
 
4
4
  export { ensureNumber, ensureObjectArray, ensureString, ensureWithIndexer, isArray, isBoolean, isErrorResponseWithDetail, isNumber, isObject, isString, isWithIndexer, stripeConflictResponseProperties, types };
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
  'use strict';
3
3
 
4
- var __defProp=Object['defineProperty'],__name=(_0x381363,_0x399534)=>__defProp(_0x381363,'name',{'value':_0x399534,'configurable':!![]});const nameOf=__name(_0x5d652a=>_0x5d652a['toString'](),'nameOf');const deepNameOf=__name((_0x260c86,_0x2cb3ea)=>_0x260c86+'.'+_0x2cb3ea,'deepNameOf');const nameOfWithType=__name(_0xc32b92=>_0xc32b92,'nameOfWithType');
4
+ var __defProp=Object['defineProperty'],__name=(_0x14746f,_0x23c5db)=>__defProp(_0x14746f,'name',{'value':_0x23c5db,'configurable':!![]});const nameOf=__name(_0x24166e=>_0x24166e['toString'](),'nameOf');const deepNameOf=__name((_0x450f2d,_0x106e11)=>_0x450f2d+'.'+_0x106e11,'deepNameOf');const nameOfWithType=__name(_0x427748=>_0x427748,'nameOfWithType');
5
5
 
6
6
  exports.deepNameOf = deepNameOf;
7
7
  exports.nameOf = nameOf;
@@ -1,4 +1,4 @@
1
1
  'use strict';
2
- var __defProp=Object['defineProperty'],__name=(_0x381363,_0x399534)=>__defProp(_0x381363,'name',{'value':_0x399534,'configurable':!![]});const nameOf=__name(_0x5d652a=>_0x5d652a['toString'](),'nameOf');const deepNameOf=__name((_0x260c86,_0x2cb3ea)=>_0x260c86+'.'+_0x2cb3ea,'deepNameOf');const nameOfWithType=__name(_0xc32b92=>_0xc32b92,'nameOfWithType');
2
+ var __defProp=Object['defineProperty'],__name=(_0x14746f,_0x23c5db)=>__defProp(_0x14746f,'name',{'value':_0x23c5db,'configurable':!![]});const nameOf=__name(_0x24166e=>_0x24166e['toString'](),'nameOf');const deepNameOf=__name((_0x450f2d,_0x106e11)=>_0x450f2d+'.'+_0x106e11,'deepNameOf');const nameOfWithType=__name(_0x427748=>_0x427748,'nameOfWithType');
3
3
 
4
4
  export { deepNameOf, nameOf, nameOfWithType };
@@ -3,7 +3,7 @@
3
3
 
4
4
  var nameOf = require('../core/name-of.cjs.js');
5
5
 
6
- var __defProp=Object['defineProperty'],__name=(_0x4afc22,_0x6c540f)=>__defProp(_0x4afc22,'name',{'value':_0x6c540f,'configurable':!![]});const withIdProps={'id':nameOf.nameOf('id')};function isResourceWithId(_0x1420d7){return _0x1420d7&&typeof _0x1420d7==='object'&&typeof _0x1420d7['id']==='string';}__name(isResourceWithId,'isResourceWithId');
6
+ var __defProp=Object['defineProperty'],__name=(_0x10d182,_0x28b1f7)=>__defProp(_0x10d182,'name',{'value':_0x28b1f7,'configurable':!![]});const withIdProps={'id':nameOf.nameOf('id')};function isResourceWithId(_0x146114){return _0x146114&&typeof _0x146114==='object'&&typeof _0x146114['id']==='string';}__name(isResourceWithId,'isResourceWithId');
7
7
 
8
8
  exports.isResourceWithId = isResourceWithId;
9
9
  exports.withIdProps = withIdProps;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  import { nameOf } from '../core/name-of.js';
3
3
 
4
- var __defProp=Object['defineProperty'],__name=(_0x4afc22,_0x6c540f)=>__defProp(_0x4afc22,'name',{'value':_0x6c540f,'configurable':!![]});const withIdProps={'id':nameOf('id')};function isResourceWithId(_0x1420d7){return _0x1420d7&&typeof _0x1420d7==='object'&&typeof _0x1420d7['id']==='string';}__name(isResourceWithId,'isResourceWithId');
4
+ var __defProp=Object['defineProperty'],__name=(_0x10d182,_0x28b1f7)=>__defProp(_0x10d182,'name',{'value':_0x28b1f7,'configurable':!![]});const withIdProps={'id':nameOf('id')};function isResourceWithId(_0x146114){return _0x146114&&typeof _0x146114==='object'&&typeof _0x146114['id']==='string';}__name(isResourceWithId,'isResourceWithId');
5
5
 
6
6
  export { isResourceWithId, withIdProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fernir2/saas-kit-cli",
3
- "version": "0.1.29",
3
+ "version": "0.1.31",
4
4
  "description": "CLI for creating saas-kit apps",
5
5
  "bin": {
6
6
  "create": "level2/cli/create-saas-kit-app/bin/index.js"