@fernir2/saas-kit-cli 0.1.23 → 0.1.25

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 (80) 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/bin/index.ts +0 -1
  4. package/cli/package-template.json +4 -4
  5. package/cli/src/app/favicon.ico +0 -0
  6. package/cli/src/app/globals.css +163 -1
  7. package/cli/src/app/layout.tsx +44 -0
  8. package/cli/src/app/page.tsx +9 -0
  9. package/cli/src/app/styles/common.css +74 -0
  10. package/cli/src/app/styles/rich-text-editor.css +130 -0
  11. package/level2/cli/create-saas-kit-app/bin/index.cjs.js +4 -4
  12. package/level2/cli/create-saas-kit-app/bin/index.js +3 -3
  13. package/level2/fd-toolbox/api/api-client.cjs.js +1 -1
  14. package/level2/fd-toolbox/api/api-client.js +1 -1
  15. package/level2/fd-toolbox/api/api-path-names.cjs.js +2 -2
  16. package/level2/fd-toolbox/api/api-paths.cjs.js +1 -1
  17. package/level2/fd-toolbox/api/api-paths.js +1 -1
  18. package/level2/fd-toolbox/api/base-api.cjs.js +1 -1
  19. package/level2/fd-toolbox/api/base-api.js +1 -1
  20. package/level2/fd-toolbox/auth/login-states.cjs.js +1 -1
  21. package/level2/fd-toolbox/auth/login-states.js +1 -1
  22. package/level2/fd-toolbox/auth/session-storage.cjs.js +1 -1
  23. package/level2/fd-toolbox/auth/session-storage.js +1 -1
  24. package/level2/fd-toolbox/auth/tokens.cjs.js +1 -1
  25. package/level2/fd-toolbox/auth/tokens.js +1 -1
  26. package/level2/fd-toolbox/constants/constants.cjs.js +1 -1
  27. package/level2/fd-toolbox/constants/constants.js +1 -1
  28. package/level2/fd-toolbox/enums/enums.cjs.js +1 -1
  29. package/level2/fd-toolbox/enums/enums.js +1 -1
  30. package/level2/fd-toolbox/errors/error-handler.cjs.js +1 -1
  31. package/level2/fd-toolbox/errors/error-handler.js +1 -1
  32. package/level2/fd-toolbox/errors/errors.cjs.js +1 -1
  33. package/level2/fd-toolbox/errors/errors.js +1 -1
  34. package/level2/fd-toolbox/errors/problem-details.cjs.js +1 -1
  35. package/level2/fd-toolbox/errors/problem-details.js +1 -1
  36. package/level2/fd-toolbox/functions/value-checking-functions.cjs.js +1 -1
  37. package/level2/fd-toolbox/functions/value-checking-functions.js +1 -1
  38. package/level2/fd-toolbox/http/url/urls.cjs.js +1 -1
  39. package/level2/fd-toolbox/http/url/urls.js +1 -1
  40. package/level2/fd-toolbox/infra/env-config.cjs.js +2 -2
  41. package/level2/fd-toolbox/infra/env-config.js +2 -2
  42. package/level2/fd-toolbox/infra/env-functions.cjs.js +1 -1
  43. package/level2/fd-toolbox/infra/env-functions.js +1 -1
  44. package/level2/fd-toolbox/infra/env-schema.cjs.js +2 -2
  45. package/level2/fd-toolbox/infra/env-schema.js +2 -2
  46. package/level2/fd-toolbox/infra/env-store.cjs.js +1 -1
  47. package/level2/fd-toolbox/infra/env-store.js +1 -1
  48. package/level2/fd-toolbox/lib/environments.cjs.js +1 -1
  49. package/level2/fd-toolbox/lib/environments.js +1 -1
  50. package/level2/fd-toolbox/lib/utils.cjs.js +1 -1
  51. package/level2/fd-toolbox/lib/utils.js +1 -1
  52. package/level2/fd-toolbox/local-storage/local-storage.cjs.js +1 -1
  53. package/level2/fd-toolbox/local-storage/local-storage.js +1 -1
  54. package/level2/fd-toolbox/logging/loggers.cjs.js +1 -1
  55. package/level2/fd-toolbox/logging/loggers.js +1 -1
  56. package/level2/fd-toolbox/notifications.cjs.js +2 -2
  57. package/level2/fd-toolbox/notifications.js +2 -2
  58. package/level2/fd-toolbox/odata/odata-constants.cjs.js +1 -1
  59. package/level2/fd-toolbox/odata/odata-constants.js +1 -1
  60. package/level2/fd-toolbox/odata/odatas.cjs.js +1 -1
  61. package/level2/fd-toolbox/odata/odatas.js +1 -1
  62. package/level2/fd-toolbox/odata/services/odata-filters.cjs.js +1 -1
  63. package/level2/fd-toolbox/odata/services/odata-filters.js +1 -1
  64. package/level2/fd-toolbox/paths/paths-names.cjs.js +2 -2
  65. package/level2/fd-toolbox/paths/paths-names.js +1 -1
  66. package/level2/fd-toolbox/routing/login-routers.cjs.js +1 -1
  67. package/level2/fd-toolbox/routing/login-routers.js +1 -1
  68. package/level2/fd-toolbox/routing/paths.cjs.js +1 -1
  69. package/level2/fd-toolbox/routing/paths.js +1 -1
  70. package/level2/fd-toolbox/strings/strings-constants.cjs.js +1 -1
  71. package/level2/fd-toolbox/strings/strings-constants.js +1 -1
  72. package/level2/fd-toolbox/strings/strings.cjs.js +1 -1
  73. package/level2/fd-toolbox/strings/strings.js +1 -1
  74. package/level2/fd-toolbox/types/ensure-type.cjs.js +1 -1
  75. package/level2/fd-toolbox/types/ensure-type.js +1 -1
  76. package/level2/fd-toolbox-core/core/name-of.cjs.js +1 -1
  77. package/level2/fd-toolbox-core/core/name-of.js +1 -1
  78. package/level2/fd-toolbox-core/types/resource-with-id.cjs.js +1 -1
  79. package/level2/fd-toolbox-core/types/resource-with-id.js +1 -1
  80. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
  'use strict';
3
3
 
4
- var __defProp=Object['defineProperty'],__name=(_0x582001,_0x5a03fe)=>__defProp(_0x582001,'name',{'value':_0x5a03fe,'configurable':!![]});function ensureString(_0x3ac763){return isString(_0x3ac763)?_0x3ac763:String(_0x3ac763);}__name(ensureString,'ensureString');function ensureNumber(_0x2b4804){if(isNumber(_0x2b4804))return _0x2b4804;else {if(isString(_0x2b4804))return parseFloat(_0x2b4804);else return NaN;}}__name(ensureNumber,'ensureNumber');function ensureObjectArray(_0x294214){if(Array['isArray'](_0x294214)&&_0x294214['length']>-0x445*-0x6+0x181*-0x17+0x8f9&&isObject(_0x294214[-0x5*0x3ab+0x1d97+-0xb40])){const _0x1c5ace=[];for(const _0x4ced4f of _0x294214){if(isObject(_0x4ced4f))_0x1c5ace['push'](_0x4ced4f);}return _0x1c5ace;}return [];}__name(ensureObjectArray,'ensureObjectArray');function ensureWithIndexer(_0x5730fd){let _0x160cd6={};return isWithIndexer(_0x5730fd)&&(_0x160cd6=_0x5730fd),_0x160cd6;}__name(ensureWithIndexer,'ensureWithIndexer');const types={'object':'object','string':'string','number':'number'};const stripeConflictResponseProperties={'detail':'detail'};function isObject(_0x5bea23){return typeof _0x5bea23===types['object']&&_0x5bea23!==null;}__name(isObject,'isObject');function isString(_0x4789b0){return typeof _0x4789b0===types['string'];}__name(isString,'isString');function isNumber(_0x256dc9){return typeof _0x256dc9===types['number'];}__name(isNumber,'isNumber');function isWithIndexer(_0x5d678a){return isObject(_0x5d678a)&&!Array['isArray'](_0x5d678a);}__name(isWithIndexer,'isWithIndexer');function isArray(_0x2ae0e6){return isObject(_0x2ae0e6)&&Array['isArray'](_0x2ae0e6);}__name(isArray,'isArray');function isErrorResponseWithDetail(_0x14767a){return isObject(_0x14767a)&&stripeConflictResponseProperties['detail']in _0x14767a;}__name(isErrorResponseWithDetail,'isErrorResponseWithDetail');function isBoolean(_0x2d30ae){return typeof _0x2d30ae==='boolean';}__name(isBoolean,'isBoolean');
4
+ var __defProp=Object['defineProperty'],__name=(_0x30f61e,_0x552200)=>__defProp(_0x30f61e,'name',{'value':_0x552200,'configurable':!![]});function ensureString(_0x3de874){return isString(_0x3de874)?_0x3de874:String(_0x3de874);}__name(ensureString,'ensureString');function ensureNumber(_0x539e15){if(isNumber(_0x539e15))return _0x539e15;else {if(isString(_0x539e15))return parseFloat(_0x539e15);else return NaN;}}__name(ensureNumber,'ensureNumber');function ensureObjectArray(_0x5821bf){if(Array['isArray'](_0x5821bf)&&_0x5821bf['length']>0x57*-0x33+0x17*-0x73+0x1baa&&isObject(_0x5821bf[0xcd2*0x2+0x1c51+-0x35f5])){const _0x1a294e=[];for(const _0x518781 of _0x5821bf){if(isObject(_0x518781))_0x1a294e['push'](_0x518781);}return _0x1a294e;}return [];}__name(ensureObjectArray,'ensureObjectArray');function ensureWithIndexer(_0x20649e){let _0x2069f2={};return isWithIndexer(_0x20649e)&&(_0x2069f2=_0x20649e),_0x2069f2;}__name(ensureWithIndexer,'ensureWithIndexer');const types={'object':'object','string':'string','number':'number'};const stripeConflictResponseProperties={'detail':'detail'};function isObject(_0x23d23b){return typeof _0x23d23b===types['object']&&_0x23d23b!==null;}__name(isObject,'isObject');function isString(_0x2a07b7){return typeof _0x2a07b7===types['string'];}__name(isString,'isString');function isNumber(_0x28f83b){return typeof _0x28f83b===types['number'];}__name(isNumber,'isNumber');function isWithIndexer(_0x3a0e87){return isObject(_0x3a0e87)&&!Array['isArray'](_0x3a0e87);}__name(isWithIndexer,'isWithIndexer');function isArray(_0x4c0462){return isObject(_0x4c0462)&&Array['isArray'](_0x4c0462);}__name(isArray,'isArray');function isErrorResponseWithDetail(_0x3294c5){return isObject(_0x3294c5)&&stripeConflictResponseProperties['detail']in _0x3294c5;}__name(isErrorResponseWithDetail,'isErrorResponseWithDetail');function isBoolean(_0x4f8c59){return typeof _0x4f8c59==='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=(_0x582001,_0x5a03fe)=>__defProp(_0x582001,'name',{'value':_0x5a03fe,'configurable':!![]});function ensureString(_0x3ac763){return isString(_0x3ac763)?_0x3ac763:String(_0x3ac763);}__name(ensureString,'ensureString');function ensureNumber(_0x2b4804){if(isNumber(_0x2b4804))return _0x2b4804;else {if(isString(_0x2b4804))return parseFloat(_0x2b4804);else return NaN;}}__name(ensureNumber,'ensureNumber');function ensureObjectArray(_0x294214){if(Array['isArray'](_0x294214)&&_0x294214['length']>-0x445*-0x6+0x181*-0x17+0x8f9&&isObject(_0x294214[-0x5*0x3ab+0x1d97+-0xb40])){const _0x1c5ace=[];for(const _0x4ced4f of _0x294214){if(isObject(_0x4ced4f))_0x1c5ace['push'](_0x4ced4f);}return _0x1c5ace;}return [];}__name(ensureObjectArray,'ensureObjectArray');function ensureWithIndexer(_0x5730fd){let _0x160cd6={};return isWithIndexer(_0x5730fd)&&(_0x160cd6=_0x5730fd),_0x160cd6;}__name(ensureWithIndexer,'ensureWithIndexer');const types={'object':'object','string':'string','number':'number'};const stripeConflictResponseProperties={'detail':'detail'};function isObject(_0x5bea23){return typeof _0x5bea23===types['object']&&_0x5bea23!==null;}__name(isObject,'isObject');function isString(_0x4789b0){return typeof _0x4789b0===types['string'];}__name(isString,'isString');function isNumber(_0x256dc9){return typeof _0x256dc9===types['number'];}__name(isNumber,'isNumber');function isWithIndexer(_0x5d678a){return isObject(_0x5d678a)&&!Array['isArray'](_0x5d678a);}__name(isWithIndexer,'isWithIndexer');function isArray(_0x2ae0e6){return isObject(_0x2ae0e6)&&Array['isArray'](_0x2ae0e6);}__name(isArray,'isArray');function isErrorResponseWithDetail(_0x14767a){return isObject(_0x14767a)&&stripeConflictResponseProperties['detail']in _0x14767a;}__name(isErrorResponseWithDetail,'isErrorResponseWithDetail');function isBoolean(_0x2d30ae){return typeof _0x2d30ae==='boolean';}__name(isBoolean,'isBoolean');
2
+ var __defProp=Object['defineProperty'],__name=(_0x30f61e,_0x552200)=>__defProp(_0x30f61e,'name',{'value':_0x552200,'configurable':!![]});function ensureString(_0x3de874){return isString(_0x3de874)?_0x3de874:String(_0x3de874);}__name(ensureString,'ensureString');function ensureNumber(_0x539e15){if(isNumber(_0x539e15))return _0x539e15;else {if(isString(_0x539e15))return parseFloat(_0x539e15);else return NaN;}}__name(ensureNumber,'ensureNumber');function ensureObjectArray(_0x5821bf){if(Array['isArray'](_0x5821bf)&&_0x5821bf['length']>0x57*-0x33+0x17*-0x73+0x1baa&&isObject(_0x5821bf[0xcd2*0x2+0x1c51+-0x35f5])){const _0x1a294e=[];for(const _0x518781 of _0x5821bf){if(isObject(_0x518781))_0x1a294e['push'](_0x518781);}return _0x1a294e;}return [];}__name(ensureObjectArray,'ensureObjectArray');function ensureWithIndexer(_0x20649e){let _0x2069f2={};return isWithIndexer(_0x20649e)&&(_0x2069f2=_0x20649e),_0x2069f2;}__name(ensureWithIndexer,'ensureWithIndexer');const types={'object':'object','string':'string','number':'number'};const stripeConflictResponseProperties={'detail':'detail'};function isObject(_0x23d23b){return typeof _0x23d23b===types['object']&&_0x23d23b!==null;}__name(isObject,'isObject');function isString(_0x2a07b7){return typeof _0x2a07b7===types['string'];}__name(isString,'isString');function isNumber(_0x28f83b){return typeof _0x28f83b===types['number'];}__name(isNumber,'isNumber');function isWithIndexer(_0x3a0e87){return isObject(_0x3a0e87)&&!Array['isArray'](_0x3a0e87);}__name(isWithIndexer,'isWithIndexer');function isArray(_0x4c0462){return isObject(_0x4c0462)&&Array['isArray'](_0x4c0462);}__name(isArray,'isArray');function isErrorResponseWithDetail(_0x3294c5){return isObject(_0x3294c5)&&stripeConflictResponseProperties['detail']in _0x3294c5;}__name(isErrorResponseWithDetail,'isErrorResponseWithDetail');function isBoolean(_0x4f8c59){return typeof _0x4f8c59==='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=(_0x5e64f6,_0x51d1b9)=>__defProp(_0x5e64f6,'name',{'value':_0x51d1b9,'configurable':!![]});const nameOf=__name(_0x5a0fd3=>_0x5a0fd3['toString'](),'nameOf');const deepNameOf=__name((_0x9dec27,_0x10ac38)=>_0x9dec27+'.'+_0x10ac38,'deepNameOf');const nameOfWithType=__name(_0x46edc1=>_0x46edc1,'nameOfWithType');
4
+ var __defProp=Object['defineProperty'],__name=(_0x351131,_0x40045c)=>__defProp(_0x351131,'name',{'value':_0x40045c,'configurable':!![]});const nameOf=__name(_0x27c5f4=>_0x27c5f4['toString'](),'nameOf');const deepNameOf=__name((_0x3b5d28,_0x59db04)=>_0x3b5d28+'.'+_0x59db04,'deepNameOf');const nameOfWithType=__name(_0x31459d=>_0x31459d,'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=(_0x5e64f6,_0x51d1b9)=>__defProp(_0x5e64f6,'name',{'value':_0x51d1b9,'configurable':!![]});const nameOf=__name(_0x5a0fd3=>_0x5a0fd3['toString'](),'nameOf');const deepNameOf=__name((_0x9dec27,_0x10ac38)=>_0x9dec27+'.'+_0x10ac38,'deepNameOf');const nameOfWithType=__name(_0x46edc1=>_0x46edc1,'nameOfWithType');
2
+ var __defProp=Object['defineProperty'],__name=(_0x351131,_0x40045c)=>__defProp(_0x351131,'name',{'value':_0x40045c,'configurable':!![]});const nameOf=__name(_0x27c5f4=>_0x27c5f4['toString'](),'nameOf');const deepNameOf=__name((_0x3b5d28,_0x59db04)=>_0x3b5d28+'.'+_0x59db04,'deepNameOf');const nameOfWithType=__name(_0x31459d=>_0x31459d,'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=(_0x3da772,_0x383ad9)=>__defProp(_0x3da772,'name',{'value':_0x383ad9,'configurable':!![]});const withIdProps={'id':nameOf.nameOf('id')};function isResourceWithId(_0x1623b0){return _0x1623b0&&typeof _0x1623b0==='object'&&typeof _0x1623b0['id']==='string';}__name(isResourceWithId,'isResourceWithId');
6
+ var __defProp=Object['defineProperty'],__name=(_0x3baac8,_0x4a75c5)=>__defProp(_0x3baac8,'name',{'value':_0x4a75c5,'configurable':!![]});const withIdProps={'id':nameOf.nameOf('id')};function isResourceWithId(_0x2e5cfa){return _0x2e5cfa&&typeof _0x2e5cfa==='object'&&typeof _0x2e5cfa['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=(_0x3da772,_0x383ad9)=>__defProp(_0x3da772,'name',{'value':_0x383ad9,'configurable':!![]});const withIdProps={'id':nameOf('id')};function isResourceWithId(_0x1623b0){return _0x1623b0&&typeof _0x1623b0==='object'&&typeof _0x1623b0['id']==='string';}__name(isResourceWithId,'isResourceWithId');
4
+ var __defProp=Object['defineProperty'],__name=(_0x3baac8,_0x4a75c5)=>__defProp(_0x3baac8,'name',{'value':_0x4a75c5,'configurable':!![]});const withIdProps={'id':nameOf('id')};function isResourceWithId(_0x2e5cfa){return _0x2e5cfa&&typeof _0x2e5cfa==='object'&&typeof _0x2e5cfa['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.23",
3
+ "version": "0.1.25",
4
4
  "description": "CLI for creating saas-kit apps",
5
5
  "bin": {
6
6
  "create": "level2/cli/create-saas-kit-app/bin/index.js"