@fernir2/saas-kit-cli 0.1.31 → 0.1.32

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/.env +55 -0
  4. package/level2/cli/create-saas-kit-app/bin/index.cjs.js +4 -4
  5. package/level2/cli/create-saas-kit-app/bin/index.js +3 -3
  6. package/level2/fd-toolbox/api/api-client.cjs.js +1 -1
  7. package/level2/fd-toolbox/api/api-client.js +1 -1
  8. package/level2/fd-toolbox/api/api-path-names.cjs.js +2 -2
  9. package/level2/fd-toolbox/api/api-paths.cjs.js +1 -1
  10. package/level2/fd-toolbox/api/api-paths.js +1 -1
  11. package/level2/fd-toolbox/api/base-api.cjs.js +1 -1
  12. package/level2/fd-toolbox/api/base-api.js +1 -1
  13. package/level2/fd-toolbox/auth/login-states.cjs.js +1 -1
  14. package/level2/fd-toolbox/auth/login-states.js +1 -1
  15. package/level2/fd-toolbox/auth/session-storage.cjs.js +1 -1
  16. package/level2/fd-toolbox/auth/session-storage.js +1 -1
  17. package/level2/fd-toolbox/auth/tokens.cjs.js +1 -1
  18. package/level2/fd-toolbox/auth/tokens.js +1 -1
  19. package/level2/fd-toolbox/constants/constants.cjs.js +1 -1
  20. package/level2/fd-toolbox/constants/constants.js +1 -1
  21. package/level2/fd-toolbox/enums/enums.cjs.js +1 -1
  22. package/level2/fd-toolbox/enums/enums.js +1 -1
  23. package/level2/fd-toolbox/errors/error-handler.cjs.js +1 -1
  24. package/level2/fd-toolbox/errors/error-handler.js +1 -1
  25. package/level2/fd-toolbox/errors/errors.cjs.js +1 -1
  26. package/level2/fd-toolbox/errors/errors.js +1 -1
  27. package/level2/fd-toolbox/errors/problem-details.cjs.js +1 -1
  28. package/level2/fd-toolbox/errors/problem-details.js +1 -1
  29. package/level2/fd-toolbox/functions/value-checking-functions.cjs.js +1 -1
  30. package/level2/fd-toolbox/functions/value-checking-functions.js +1 -1
  31. package/level2/fd-toolbox/http/url/urls.cjs.js +1 -1
  32. package/level2/fd-toolbox/http/url/urls.js +1 -1
  33. package/level2/fd-toolbox/infra/env-config.cjs.js +2 -2
  34. package/level2/fd-toolbox/infra/env-config.js +2 -2
  35. package/level2/fd-toolbox/infra/env-functions.cjs.js +1 -1
  36. package/level2/fd-toolbox/infra/env-functions.js +1 -1
  37. package/level2/fd-toolbox/infra/env-schema.cjs.js +2 -2
  38. package/level2/fd-toolbox/infra/env-schema.js +2 -2
  39. package/level2/fd-toolbox/infra/env-store.cjs.js +1 -1
  40. package/level2/fd-toolbox/infra/env-store.js +1 -1
  41. package/level2/fd-toolbox/lib/environments.cjs.js +1 -1
  42. package/level2/fd-toolbox/lib/environments.js +1 -1
  43. package/level2/fd-toolbox/lib/utils.cjs.js +1 -1
  44. package/level2/fd-toolbox/lib/utils.js +1 -1
  45. package/level2/fd-toolbox/local-storage/local-storage.cjs.js +1 -1
  46. package/level2/fd-toolbox/local-storage/local-storage.js +1 -1
  47. package/level2/fd-toolbox/logging/loggers.cjs.js +1 -1
  48. package/level2/fd-toolbox/logging/loggers.js +1 -1
  49. package/level2/fd-toolbox/notifications.cjs.js +2 -2
  50. package/level2/fd-toolbox/notifications.js +2 -2
  51. package/level2/fd-toolbox/odata/odata-constants.cjs.js +1 -1
  52. package/level2/fd-toolbox/odata/odata-constants.js +1 -1
  53. package/level2/fd-toolbox/odata/odatas.cjs.js +1 -1
  54. package/level2/fd-toolbox/odata/odatas.js +1 -1
  55. package/level2/fd-toolbox/odata/services/odata-filters.cjs.js +1 -1
  56. package/level2/fd-toolbox/odata/services/odata-filters.js +1 -1
  57. package/level2/fd-toolbox/paths/paths-names.cjs.js +2 -2
  58. package/level2/fd-toolbox/paths/paths-names.js +1 -1
  59. package/level2/fd-toolbox/routing/login-routers.cjs.js +1 -1
  60. package/level2/fd-toolbox/routing/login-routers.js +1 -1
  61. package/level2/fd-toolbox/routing/paths.cjs.js +1 -1
  62. package/level2/fd-toolbox/routing/paths.js +1 -1
  63. package/level2/fd-toolbox/strings/strings-constants.cjs.js +1 -1
  64. package/level2/fd-toolbox/strings/strings-constants.js +1 -1
  65. package/level2/fd-toolbox/strings/strings.cjs.js +1 -1
  66. package/level2/fd-toolbox/strings/strings.js +1 -1
  67. package/level2/fd-toolbox/types/ensure-type.cjs.js +1 -1
  68. package/level2/fd-toolbox/types/ensure-type.js +1 -1
  69. package/level2/fd-toolbox-core/core/name-of.cjs.js +1 -1
  70. package/level2/fd-toolbox-core/core/name-of.js +1 -1
  71. package/level2/fd-toolbox-core/types/resource-with-id.cjs.js +1 -1
  72. package/level2/fd-toolbox-core/types/resource-with-id.js +1 -1
  73. package/level2/npm-commands/build-npm/path.cjs.js +1 -1
  74. package/level2/npm-commands/build-npm/path.js +1 -1
  75. package/package.json +1 -1
@@ -6,6 +6,6 @@ var odataConstants = require('../odata-constants.cjs.js');
6
6
  var errors = require('../../errors/errors.cjs.js');
7
7
  var odataEnums = require('../odata-enums.cjs.js');
8
8
 
9
- var __defProp=Object['defineProperty'],__name=(_0x24571b,_0x539f6c)=>__defProp(_0x24571b,'name',{'value':_0x539f6c,'configurable':!![]});function getODataFilterAsString(_0x331236){_0x331236['operator']??=enums.oDataOperators['equal'];if(_0x331236['type']===void(-0xca+-0x2621+0x26eb)||_0x331236['type']===odataEnums.oDataFilterTypes['default']){if(typeof _0x331236['rightSide']==='number')_0x331236['type']=odataEnums.oDataFilterTypes['number'];else {if(typeof _0x331236['rightSide']==='boolean'||typeof _0x331236['rightSide']==='string')_0x331236['type']=odataEnums.oDataFilterTypes['string'];else _0x331236['rightSide']instanceof Date?_0x331236['type']=odataEnums.oDataFilterTypes['date']:_0x331236['type']=odataEnums.oDataFilterTypes['string'];}}return typeof _0x331236['rightSide']==='string'&&!isNaN(Number(_0x331236['rightSide']))&&(_0x331236['rightSide']=Number(_0x331236['rightSide'])),getFilterString(_0x331236);}__name(getODataFilterAsString,'getODataFilterAsString');function getFilterString(_0x1ad21c){switch(_0x1ad21c['operator']){case enums.oDataOperators['in']:return handleInOperator(_0x1ad21c);case enums.oDataOperators['nin']:return handleInOperator(_0x1ad21c);case enums.oDataOperators['empty']:return '';case enums.oDataOperators['startsWith']:return handleStartsWithOperator(_0x1ad21c);default:return handleDefaultOperators(_0x1ad21c);}}__name(getFilterString,'getFilterString');function handleInOperator(_0x4f0e2f){if(_0x4f0e2f['type']===odataEnums.oDataFilterTypes['guid']){let _0x1c541e=oDataFormatGuid(_0x4f0e2f['rightSide']);return _0x4f0e2f['leftSide']+'\x20'+_0x4f0e2f['operator']+'\x20('+_0x1c541e+')';}return _0x4f0e2f['leftSide']+'\x20'+_0x4f0e2f['operator']+'\x20('+_0x4f0e2f['rightSide']+')';}__name(handleInOperator,'handleInOperator');function handleStartsWithOperator(_0x4fe40f){return _0x4fe40f['operator']+'('+_0x4fe40f['leftSide']+',\x20'+_0x4fe40f['rightSide']+')';}__name(handleStartsWithOperator,'handleStartsWithOperator');function handleDefaultOperators(_0x240a7c){switch(_0x240a7c['type']){case odataEnums.oDataFilterTypes['string']:return handleStringFilter(_0x240a7c);case odataEnums.oDataFilterTypes['date']:return handleDateFilter(_0x240a7c);case odataEnums.oDataFilterTypes['guid']:return handleGuidFilter(_0x240a7c);case odataEnums.oDataFilterTypes['number']:return handleNumberFilter(_0x240a7c);case odataEnums.oDataFilterTypes['lambda']:return handleLambdaFilter(_0x240a7c);default:throw errors.createError('Unsupported\x20filter\x20type:\x20'+_0x240a7c['type']);}}__name(handleDefaultOperators,'handleDefaultOperators');function handleStringFilter(_0x1f1a6e){if(_0x1f1a6e['rightSide']===odataConstants.oDataNullValue)return _0x1f1a6e['leftSide']+'\x20'+_0x1f1a6e['operator']+'\x20'+_0x1f1a6e['rightSide'];if(typeof _0x1f1a6e['rightSide']==='string')return _0x1f1a6e['leftSide']+'\x20'+_0x1f1a6e['operator']+'\x20\x27'+_0x1f1a6e['rightSide']+'\x27';return _0x1f1a6e['leftSide']+'\x20'+_0x1f1a6e['operator']+'\x20'+_0x1f1a6e['rightSide'];}__name(handleStringFilter,'handleStringFilter');function handleDateFilter(_0x5e934f){return _0x5e934f['leftSide']+'\x20'+_0x5e934f['operator']+'\x20datetime\x27'+_0x5e934f['rightSide']+'\x27';}__name(handleDateFilter,'handleDateFilter');function handleGuidFilter(_0x25f9b3){return _0x25f9b3['leftSide']+'\x20'+_0x25f9b3['operator']+'\x20guid\x27'+_0x25f9b3['rightSide']+'\x27';}__name(handleGuidFilter,'handleGuidFilter');function handleNumberFilter(_0x2e601a){return _0x2e601a['leftSide']+'\x20'+_0x2e601a['operator']+'\x20'+_0x2e601a['rightSide'];}__name(handleNumberFilter,'handleNumberFilter');function handleLambdaFilter(_0xc7f29f){const _0x83147b=_0xc7f29f['lambdaConfig'];if(!_0x83147b)throw errors.createError('Lambda\x20configuration\x20is\x20missing');return _0x83147b['baseEnumerablePropertyName']+'/'+_0x83147b['method']+'(i:i/'+_0xc7f29f['leftSide']+'\x20'+_0xc7f29f['operator']+'\x20guid\x27'+_0xc7f29f['rightSide']+'\x27)';}__name(handleLambdaFilter,'handleLambdaFilter');function oDataFormatGuid(_0x642609){let _0x41dcab;if(typeof _0x642609==='string')_0x41dcab=''+_0x642609;else Array['isArray'](_0x642609)&&(_0x41dcab=_0x642609['map'](_0x4be4cc=>'guid\x27'+_0x4be4cc+'\x27')['join'](','));return _0x41dcab;}__name(oDataFormatGuid,'oDataFormatGuid');
9
+ var __defProp=Object['defineProperty'],__name=(_0x120d97,_0x363bd0)=>__defProp(_0x120d97,'name',{'value':_0x363bd0,'configurable':!![]});function getODataFilterAsString(_0x17d8ae){_0x17d8ae['operator']??=enums.oDataOperators['equal'];if(_0x17d8ae['type']===void(0x5b9*0x5+-0x1227*-0x1+-0x49*0xa4)||_0x17d8ae['type']===odataEnums.oDataFilterTypes['default']){if(typeof _0x17d8ae['rightSide']==='number')_0x17d8ae['type']=odataEnums.oDataFilterTypes['number'];else {if(typeof _0x17d8ae['rightSide']==='boolean'||typeof _0x17d8ae['rightSide']==='string')_0x17d8ae['type']=odataEnums.oDataFilterTypes['string'];else _0x17d8ae['rightSide']instanceof Date?_0x17d8ae['type']=odataEnums.oDataFilterTypes['date']:_0x17d8ae['type']=odataEnums.oDataFilterTypes['string'];}}return typeof _0x17d8ae['rightSide']==='string'&&!isNaN(Number(_0x17d8ae['rightSide']))&&(_0x17d8ae['rightSide']=Number(_0x17d8ae['rightSide'])),getFilterString(_0x17d8ae);}__name(getODataFilterAsString,'getODataFilterAsString');function getFilterString(_0x1370b9){switch(_0x1370b9['operator']){case enums.oDataOperators['in']:return handleInOperator(_0x1370b9);case enums.oDataOperators['nin']:return handleInOperator(_0x1370b9);case enums.oDataOperators['empty']:return '';case enums.oDataOperators['startsWith']:return handleStartsWithOperator(_0x1370b9);default:return handleDefaultOperators(_0x1370b9);}}__name(getFilterString,'getFilterString');function handleInOperator(_0x5f3525){if(_0x5f3525['type']===odataEnums.oDataFilterTypes['guid']){let _0x2232b6=oDataFormatGuid(_0x5f3525['rightSide']);return _0x5f3525['leftSide']+'\x20'+_0x5f3525['operator']+'\x20('+_0x2232b6+')';}return _0x5f3525['leftSide']+'\x20'+_0x5f3525['operator']+'\x20('+_0x5f3525['rightSide']+')';}__name(handleInOperator,'handleInOperator');function handleStartsWithOperator(_0x45ff55){return _0x45ff55['operator']+'('+_0x45ff55['leftSide']+',\x20'+_0x45ff55['rightSide']+')';}__name(handleStartsWithOperator,'handleStartsWithOperator');function handleDefaultOperators(_0x20841b){switch(_0x20841b['type']){case odataEnums.oDataFilterTypes['string']:return handleStringFilter(_0x20841b);case odataEnums.oDataFilterTypes['date']:return handleDateFilter(_0x20841b);case odataEnums.oDataFilterTypes['guid']:return handleGuidFilter(_0x20841b);case odataEnums.oDataFilterTypes['number']:return handleNumberFilter(_0x20841b);case odataEnums.oDataFilterTypes['lambda']:return handleLambdaFilter(_0x20841b);default:throw errors.createError('Unsupported\x20filter\x20type:\x20'+_0x20841b['type']);}}__name(handleDefaultOperators,'handleDefaultOperators');function handleStringFilter(_0x56153d){if(_0x56153d['rightSide']===odataConstants.oDataNullValue)return _0x56153d['leftSide']+'\x20'+_0x56153d['operator']+'\x20'+_0x56153d['rightSide'];if(typeof _0x56153d['rightSide']==='string')return _0x56153d['leftSide']+'\x20'+_0x56153d['operator']+'\x20\x27'+_0x56153d['rightSide']+'\x27';return _0x56153d['leftSide']+'\x20'+_0x56153d['operator']+'\x20'+_0x56153d['rightSide'];}__name(handleStringFilter,'handleStringFilter');function handleDateFilter(_0x5ead93){return _0x5ead93['leftSide']+'\x20'+_0x5ead93['operator']+'\x20datetime\x27'+_0x5ead93['rightSide']+'\x27';}__name(handleDateFilter,'handleDateFilter');function handleGuidFilter(_0x2a3af1){return _0x2a3af1['leftSide']+'\x20'+_0x2a3af1['operator']+'\x20guid\x27'+_0x2a3af1['rightSide']+'\x27';}__name(handleGuidFilter,'handleGuidFilter');function handleNumberFilter(_0x31c4fd){return _0x31c4fd['leftSide']+'\x20'+_0x31c4fd['operator']+'\x20'+_0x31c4fd['rightSide'];}__name(handleNumberFilter,'handleNumberFilter');function handleLambdaFilter(_0x351f93){const _0x4e8e6b=_0x351f93['lambdaConfig'];if(!_0x4e8e6b)throw errors.createError('Lambda\x20configuration\x20is\x20missing');return _0x4e8e6b['baseEnumerablePropertyName']+'/'+_0x4e8e6b['method']+'(i:i/'+_0x351f93['leftSide']+'\x20'+_0x351f93['operator']+'\x20guid\x27'+_0x351f93['rightSide']+'\x27)';}__name(handleLambdaFilter,'handleLambdaFilter');function oDataFormatGuid(_0x375381){let _0x3d261c;if(typeof _0x375381==='string')_0x3d261c=''+_0x375381;else Array['isArray'](_0x375381)&&(_0x3d261c=_0x375381['map'](_0x525182=>'guid\x27'+_0x525182+'\x27')['join'](','));return _0x3d261c;}__name(oDataFormatGuid,'oDataFormatGuid');
10
10
 
11
11
  exports.getODataFilterAsString = getODataFilterAsString;
@@ -4,6 +4,6 @@ import { oDataNullValue } from '../odata-constants.js';
4
4
  import { createError } from '../../errors/errors.js';
5
5
  import { oDataFilterTypes } from '../odata-enums.js';
6
6
 
7
- var __defProp=Object['defineProperty'],__name=(_0x24571b,_0x539f6c)=>__defProp(_0x24571b,'name',{'value':_0x539f6c,'configurable':!![]});function getODataFilterAsString(_0x331236){_0x331236['operator']??=oDataOperators['equal'];if(_0x331236['type']===void(-0xca+-0x2621+0x26eb)||_0x331236['type']===oDataFilterTypes['default']){if(typeof _0x331236['rightSide']==='number')_0x331236['type']=oDataFilterTypes['number'];else {if(typeof _0x331236['rightSide']==='boolean'||typeof _0x331236['rightSide']==='string')_0x331236['type']=oDataFilterTypes['string'];else _0x331236['rightSide']instanceof Date?_0x331236['type']=oDataFilterTypes['date']:_0x331236['type']=oDataFilterTypes['string'];}}return typeof _0x331236['rightSide']==='string'&&!isNaN(Number(_0x331236['rightSide']))&&(_0x331236['rightSide']=Number(_0x331236['rightSide'])),getFilterString(_0x331236);}__name(getODataFilterAsString,'getODataFilterAsString');function getFilterString(_0x1ad21c){switch(_0x1ad21c['operator']){case oDataOperators['in']:return handleInOperator(_0x1ad21c);case oDataOperators['nin']:return handleInOperator(_0x1ad21c);case oDataOperators['empty']:return '';case oDataOperators['startsWith']:return handleStartsWithOperator(_0x1ad21c);default:return handleDefaultOperators(_0x1ad21c);}}__name(getFilterString,'getFilterString');function handleInOperator(_0x4f0e2f){if(_0x4f0e2f['type']===oDataFilterTypes['guid']){let _0x1c541e=oDataFormatGuid(_0x4f0e2f['rightSide']);return _0x4f0e2f['leftSide']+'\x20'+_0x4f0e2f['operator']+'\x20('+_0x1c541e+')';}return _0x4f0e2f['leftSide']+'\x20'+_0x4f0e2f['operator']+'\x20('+_0x4f0e2f['rightSide']+')';}__name(handleInOperator,'handleInOperator');function handleStartsWithOperator(_0x4fe40f){return _0x4fe40f['operator']+'('+_0x4fe40f['leftSide']+',\x20'+_0x4fe40f['rightSide']+')';}__name(handleStartsWithOperator,'handleStartsWithOperator');function handleDefaultOperators(_0x240a7c){switch(_0x240a7c['type']){case oDataFilterTypes['string']:return handleStringFilter(_0x240a7c);case oDataFilterTypes['date']:return handleDateFilter(_0x240a7c);case oDataFilterTypes['guid']:return handleGuidFilter(_0x240a7c);case oDataFilterTypes['number']:return handleNumberFilter(_0x240a7c);case oDataFilterTypes['lambda']:return handleLambdaFilter(_0x240a7c);default:throw createError('Unsupported\x20filter\x20type:\x20'+_0x240a7c['type']);}}__name(handleDefaultOperators,'handleDefaultOperators');function handleStringFilter(_0x1f1a6e){if(_0x1f1a6e['rightSide']===oDataNullValue)return _0x1f1a6e['leftSide']+'\x20'+_0x1f1a6e['operator']+'\x20'+_0x1f1a6e['rightSide'];if(typeof _0x1f1a6e['rightSide']==='string')return _0x1f1a6e['leftSide']+'\x20'+_0x1f1a6e['operator']+'\x20\x27'+_0x1f1a6e['rightSide']+'\x27';return _0x1f1a6e['leftSide']+'\x20'+_0x1f1a6e['operator']+'\x20'+_0x1f1a6e['rightSide'];}__name(handleStringFilter,'handleStringFilter');function handleDateFilter(_0x5e934f){return _0x5e934f['leftSide']+'\x20'+_0x5e934f['operator']+'\x20datetime\x27'+_0x5e934f['rightSide']+'\x27';}__name(handleDateFilter,'handleDateFilter');function handleGuidFilter(_0x25f9b3){return _0x25f9b3['leftSide']+'\x20'+_0x25f9b3['operator']+'\x20guid\x27'+_0x25f9b3['rightSide']+'\x27';}__name(handleGuidFilter,'handleGuidFilter');function handleNumberFilter(_0x2e601a){return _0x2e601a['leftSide']+'\x20'+_0x2e601a['operator']+'\x20'+_0x2e601a['rightSide'];}__name(handleNumberFilter,'handleNumberFilter');function handleLambdaFilter(_0xc7f29f){const _0x83147b=_0xc7f29f['lambdaConfig'];if(!_0x83147b)throw createError('Lambda\x20configuration\x20is\x20missing');return _0x83147b['baseEnumerablePropertyName']+'/'+_0x83147b['method']+'(i:i/'+_0xc7f29f['leftSide']+'\x20'+_0xc7f29f['operator']+'\x20guid\x27'+_0xc7f29f['rightSide']+'\x27)';}__name(handleLambdaFilter,'handleLambdaFilter');function oDataFormatGuid(_0x642609){let _0x41dcab;if(typeof _0x642609==='string')_0x41dcab=''+_0x642609;else Array['isArray'](_0x642609)&&(_0x41dcab=_0x642609['map'](_0x4be4cc=>'guid\x27'+_0x4be4cc+'\x27')['join'](','));return _0x41dcab;}__name(oDataFormatGuid,'oDataFormatGuid');
7
+ var __defProp=Object['defineProperty'],__name=(_0x120d97,_0x363bd0)=>__defProp(_0x120d97,'name',{'value':_0x363bd0,'configurable':!![]});function getODataFilterAsString(_0x17d8ae){_0x17d8ae['operator']??=oDataOperators['equal'];if(_0x17d8ae['type']===void(0x5b9*0x5+-0x1227*-0x1+-0x49*0xa4)||_0x17d8ae['type']===oDataFilterTypes['default']){if(typeof _0x17d8ae['rightSide']==='number')_0x17d8ae['type']=oDataFilterTypes['number'];else {if(typeof _0x17d8ae['rightSide']==='boolean'||typeof _0x17d8ae['rightSide']==='string')_0x17d8ae['type']=oDataFilterTypes['string'];else _0x17d8ae['rightSide']instanceof Date?_0x17d8ae['type']=oDataFilterTypes['date']:_0x17d8ae['type']=oDataFilterTypes['string'];}}return typeof _0x17d8ae['rightSide']==='string'&&!isNaN(Number(_0x17d8ae['rightSide']))&&(_0x17d8ae['rightSide']=Number(_0x17d8ae['rightSide'])),getFilterString(_0x17d8ae);}__name(getODataFilterAsString,'getODataFilterAsString');function getFilterString(_0x1370b9){switch(_0x1370b9['operator']){case oDataOperators['in']:return handleInOperator(_0x1370b9);case oDataOperators['nin']:return handleInOperator(_0x1370b9);case oDataOperators['empty']:return '';case oDataOperators['startsWith']:return handleStartsWithOperator(_0x1370b9);default:return handleDefaultOperators(_0x1370b9);}}__name(getFilterString,'getFilterString');function handleInOperator(_0x5f3525){if(_0x5f3525['type']===oDataFilterTypes['guid']){let _0x2232b6=oDataFormatGuid(_0x5f3525['rightSide']);return _0x5f3525['leftSide']+'\x20'+_0x5f3525['operator']+'\x20('+_0x2232b6+')';}return _0x5f3525['leftSide']+'\x20'+_0x5f3525['operator']+'\x20('+_0x5f3525['rightSide']+')';}__name(handleInOperator,'handleInOperator');function handleStartsWithOperator(_0x45ff55){return _0x45ff55['operator']+'('+_0x45ff55['leftSide']+',\x20'+_0x45ff55['rightSide']+')';}__name(handleStartsWithOperator,'handleStartsWithOperator');function handleDefaultOperators(_0x20841b){switch(_0x20841b['type']){case oDataFilterTypes['string']:return handleStringFilter(_0x20841b);case oDataFilterTypes['date']:return handleDateFilter(_0x20841b);case oDataFilterTypes['guid']:return handleGuidFilter(_0x20841b);case oDataFilterTypes['number']:return handleNumberFilter(_0x20841b);case oDataFilterTypes['lambda']:return handleLambdaFilter(_0x20841b);default:throw createError('Unsupported\x20filter\x20type:\x20'+_0x20841b['type']);}}__name(handleDefaultOperators,'handleDefaultOperators');function handleStringFilter(_0x56153d){if(_0x56153d['rightSide']===oDataNullValue)return _0x56153d['leftSide']+'\x20'+_0x56153d['operator']+'\x20'+_0x56153d['rightSide'];if(typeof _0x56153d['rightSide']==='string')return _0x56153d['leftSide']+'\x20'+_0x56153d['operator']+'\x20\x27'+_0x56153d['rightSide']+'\x27';return _0x56153d['leftSide']+'\x20'+_0x56153d['operator']+'\x20'+_0x56153d['rightSide'];}__name(handleStringFilter,'handleStringFilter');function handleDateFilter(_0x5ead93){return _0x5ead93['leftSide']+'\x20'+_0x5ead93['operator']+'\x20datetime\x27'+_0x5ead93['rightSide']+'\x27';}__name(handleDateFilter,'handleDateFilter');function handleGuidFilter(_0x2a3af1){return _0x2a3af1['leftSide']+'\x20'+_0x2a3af1['operator']+'\x20guid\x27'+_0x2a3af1['rightSide']+'\x27';}__name(handleGuidFilter,'handleGuidFilter');function handleNumberFilter(_0x31c4fd){return _0x31c4fd['leftSide']+'\x20'+_0x31c4fd['operator']+'\x20'+_0x31c4fd['rightSide'];}__name(handleNumberFilter,'handleNumberFilter');function handleLambdaFilter(_0x351f93){const _0x4e8e6b=_0x351f93['lambdaConfig'];if(!_0x4e8e6b)throw createError('Lambda\x20configuration\x20is\x20missing');return _0x4e8e6b['baseEnumerablePropertyName']+'/'+_0x4e8e6b['method']+'(i:i/'+_0x351f93['leftSide']+'\x20'+_0x351f93['operator']+'\x20guid\x27'+_0x351f93['rightSide']+'\x27)';}__name(handleLambdaFilter,'handleLambdaFilter');function oDataFormatGuid(_0x375381){let _0x3d261c;if(typeof _0x375381==='string')_0x3d261c=''+_0x375381;else Array['isArray'](_0x375381)&&(_0x3d261c=_0x375381['map'](_0x525182=>'guid\x27'+_0x525182+'\x27')['join'](','));return _0x3d261c;}__name(oDataFormatGuid,'oDataFormatGuid');
8
8
 
9
9
  export { getODataFilterAsString };
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
  'use strict';
3
3
 
4
- var _0x5dc41a = require('path');
4
+ var _0x27ff26 = require('path');
5
5
 
6
- var __defProp=Object['defineProperty'],__name=(_0x2af23f,_0x229097)=>__defProp(_0x2af23f,'name',{'value':_0x229097,'configurable':!![]});function getFileNameWithExtension(_0xd9ae3f,_0x373a3f){if(!_0x373a3f['startsWith']('.'))return _0xd9ae3f+'.'+_0x373a3f;return _0xd9ae3f+_0x373a3f;}__name(getFileNameWithExtension,'getFileNameWithExtension');function getFullFilePath(_0x3ca4d8,_0x12349c,..._0x338e41){const _0x5ef4a2=getFileNameWithExtension(_0x3ca4d8,_0x12349c);return _0x5dc41a.join(..._0x338e41,_0x5ef4a2);}__name(getFullFilePath,'getFullFilePath');
6
+ var __defProp=Object['defineProperty'],__name=(_0x58bce8,_0x17e880)=>__defProp(_0x58bce8,'name',{'value':_0x17e880,'configurable':!![]});function getFileNameWithExtension(_0x41b3f8,_0x1bc73a){if(!_0x1bc73a['startsWith']('.'))return _0x41b3f8+'.'+_0x1bc73a;return _0x41b3f8+_0x1bc73a;}__name(getFileNameWithExtension,'getFileNameWithExtension');function getFullFilePath(_0x34c310,_0x3839ba,..._0x169a86){const _0x14126c=getFileNameWithExtension(_0x34c310,_0x3839ba);return _0x27ff26.join(..._0x169a86,_0x14126c);}__name(getFullFilePath,'getFullFilePath');
7
7
 
8
8
  exports.getFileNameWithExtension = getFileNameWithExtension;
9
9
  exports.getFullFilePath = getFullFilePath;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  import { join } from 'path';
3
3
 
4
- var __defProp=Object['defineProperty'],__name=(_0x2af23f,_0x229097)=>__defProp(_0x2af23f,'name',{'value':_0x229097,'configurable':!![]});function getFileNameWithExtension(_0xd9ae3f,_0x373a3f){if(!_0x373a3f['startsWith']('.'))return _0xd9ae3f+'.'+_0x373a3f;return _0xd9ae3f+_0x373a3f;}__name(getFileNameWithExtension,'getFileNameWithExtension');function getFullFilePath(_0x3ca4d8,_0x12349c,..._0x338e41){const _0x5ef4a2=getFileNameWithExtension(_0x3ca4d8,_0x12349c);return join(..._0x338e41,_0x5ef4a2);}__name(getFullFilePath,'getFullFilePath');
4
+ var __defProp=Object['defineProperty'],__name=(_0x58bce8,_0x17e880)=>__defProp(_0x58bce8,'name',{'value':_0x17e880,'configurable':!![]});function getFileNameWithExtension(_0x41b3f8,_0x1bc73a){if(!_0x1bc73a['startsWith']('.'))return _0x41b3f8+'.'+_0x1bc73a;return _0x41b3f8+_0x1bc73a;}__name(getFileNameWithExtension,'getFileNameWithExtension');function getFullFilePath(_0x34c310,_0x3839ba,..._0x169a86){const _0x14126c=getFileNameWithExtension(_0x34c310,_0x3839ba);return join(..._0x169a86,_0x14126c);}__name(getFullFilePath,'getFullFilePath');
5
5
 
6
6
  export { getFileNameWithExtension, getFullFilePath };
@@ -3,7 +3,7 @@
3
3
 
4
4
  var routes = require('./routes.cjs.js');
5
5
 
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');
6
+ var __defProp=Object['defineProperty'],__name=(_0x5ee5d4,_0x435840)=>__defProp(_0x5ee5d4,'name',{'value':_0x435840,'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=(_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');
4
+ var __defProp=Object['defineProperty'],__name=(_0x5ee5d4,_0x435840)=>__defProp(_0x5ee5d4,'name',{'value':_0x435840,'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=(_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');
6
+ var __defProp=Object['defineProperty'],__name=(_0x2901e5,_0x2307da)=>__defProp(_0x2901e5,'name',{'value':_0x2307da,'configurable':!![]});function addQueryParamsToPath(_0x4df638,_0x14ce9f){let _0x138d3c=_0x4df638;if(_0x14ce9f&&Array['isArray'](_0x14ce9f))_0x138d3c+=convertQueryParamsArrayToString(_0x14ce9f);else _0x14ce9f&&utils.isPlainObject(_0x14ce9f)&&(_0x138d3c+=convertQueryParamsObjectToString(_0x14ce9f));return _0x138d3c;}__name(addQueryParamsToPath,'addQueryParamsToPath');function convertQueryParamsArrayToString(_0xa9754c){const _0x360e50=_0xa9754c['map'](_0x2f1a82=>_0x2f1a82['name']+'='+_0x2f1a82['value'])['join']('&');return _0x360e50?'?'+_0x360e50:'';}__name(convertQueryParamsArrayToString,'convertQueryParamsArrayToString');function convertQueryParamsObjectToString(_0x2aadfb){const _0x2a6f75=Object['entries'](_0x2aadfb)['map'](([_0x28b194,_0x291f28])=>_0x28b194+'='+_0x291f28)['join']('&');return _0x2a6f75?'?'+_0x2a6f75:'';}__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=(_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');
4
+ var __defProp=Object['defineProperty'],__name=(_0x2901e5,_0x2307da)=>__defProp(_0x2901e5,'name',{'value':_0x2307da,'configurable':!![]});function addQueryParamsToPath(_0x4df638,_0x14ce9f){let _0x138d3c=_0x4df638;if(_0x14ce9f&&Array['isArray'](_0x14ce9f))_0x138d3c+=convertQueryParamsArrayToString(_0x14ce9f);else _0x14ce9f&&isPlainObject(_0x14ce9f)&&(_0x138d3c+=convertQueryParamsObjectToString(_0x14ce9f));return _0x138d3c;}__name(addQueryParamsToPath,'addQueryParamsToPath');function convertQueryParamsArrayToString(_0xa9754c){const _0x360e50=_0xa9754c['map'](_0x2f1a82=>_0x2f1a82['name']+'='+_0x2f1a82['value'])['join']('&');return _0x360e50?'?'+_0x360e50:'';}__name(convertQueryParamsArrayToString,'convertQueryParamsArrayToString');function convertQueryParamsObjectToString(_0x2aadfb){const _0x2a6f75=Object['entries'](_0x2aadfb)['map'](([_0x28b194,_0x291f28])=>_0x28b194+'='+_0x291f28)['join']('&');return _0x2a6f75?'?'+_0x2a6f75:'';}__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=0xfe5+-0x3*-0x5d7+-0x2*0x1051;const ellipsis='…';
4
+ const shortTextLength=0x4fc+0x115e*0x2+0x164*-0x1c;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=0xfe5+-0x3*-0x5d7+-0x2*0x1051;const ellipsis='…';
2
+ const shortTextLength=0x4fc+0x115e*0x2+0x164*-0x1c;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=(_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');
7
+ var __defProp=Object['defineProperty'],__name=(_0x5b7d4f,_0x3951c3)=>__defProp(_0x5b7d4f,'name',{'value':_0x3951c3,'configurable':!![]});function shortenWithEllipsis(_0x82fad,_0x2b629b=stringsConstants.shortTextLength){if(valueCheckingFunctions.isNullOrUndefined(_0x82fad))return '';return _0x82fad['length']<-0xc4*0x2f+0xc3+0x137*0x1d?_0x82fad['length']<=_0x2b629b?_0x82fad:_0x82fad['substring'](0x91b*-0x3+0xdc*0x25+-0x47b,_0x2b629b):_0x82fad['length']<=_0x2b629b?_0x82fad:_0x82fad['substring'](-0x1e68+0x1fc5*0x1+0x15d*-0x1,_0x2b629b-(-0x1ce7+0x2224+0x2*-0x29e))+stringsConstants.ellipsis;}__name(shortenWithEllipsis,'shortenWithEllipsis');function trimCharacter(_0x33bc03,_0x197e8d){let _0x41b276=_0x33bc03;if(Array['isArray'](_0x197e8d))for(let _0x5c0800 of _0x197e8d){(_0x33bc03['startsWith'](_0x5c0800)||_0x33bc03['endsWith'](_0x5c0800))&&(_0x41b276=trimOneCharacter(_0x33bc03,_0x5c0800));}else _0x41b276=trimOneCharacter(_0x33bc03,_0x197e8d);return _0x41b276;}__name(trimCharacter,'trimCharacter');function trimOneCharacter(_0x15a98e,_0x5c3102){let _0x183499=_0x15a98e;return _0x183499?.['startsWith'](_0x5c3102)&&(_0x183499=_0x183499['substring'](-0x1222+0x1db*-0xd+0x2a42)),_0x183499?.['endsWith'](_0x5c3102)&&(_0x183499=_0x183499['substring'](-0x13bd+-0x79d*-0x2+0x483,_0x183499['lastIndexOf'](_0x5c3102))),_0x183499;}__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=(_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');
5
+ var __defProp=Object['defineProperty'],__name=(_0x5b7d4f,_0x3951c3)=>__defProp(_0x5b7d4f,'name',{'value':_0x3951c3,'configurable':!![]});function shortenWithEllipsis(_0x82fad,_0x2b629b=shortTextLength){if(isNullOrUndefined(_0x82fad))return '';return _0x82fad['length']<-0xc4*0x2f+0xc3+0x137*0x1d?_0x82fad['length']<=_0x2b629b?_0x82fad:_0x82fad['substring'](0x91b*-0x3+0xdc*0x25+-0x47b,_0x2b629b):_0x82fad['length']<=_0x2b629b?_0x82fad:_0x82fad['substring'](-0x1e68+0x1fc5*0x1+0x15d*-0x1,_0x2b629b-(-0x1ce7+0x2224+0x2*-0x29e))+ellipsis;}__name(shortenWithEllipsis,'shortenWithEllipsis');function trimCharacter(_0x33bc03,_0x197e8d){let _0x41b276=_0x33bc03;if(Array['isArray'](_0x197e8d))for(let _0x5c0800 of _0x197e8d){(_0x33bc03['startsWith'](_0x5c0800)||_0x33bc03['endsWith'](_0x5c0800))&&(_0x41b276=trimOneCharacter(_0x33bc03,_0x5c0800));}else _0x41b276=trimOneCharacter(_0x33bc03,_0x197e8d);return _0x41b276;}__name(trimCharacter,'trimCharacter');function trimOneCharacter(_0x15a98e,_0x5c3102){let _0x183499=_0x15a98e;return _0x183499?.['startsWith'](_0x5c3102)&&(_0x183499=_0x183499['substring'](-0x1222+0x1db*-0xd+0x2a42)),_0x183499?.['endsWith'](_0x5c3102)&&(_0x183499=_0x183499['substring'](-0x13bd+-0x79d*-0x2+0x483,_0x183499['lastIndexOf'](_0x5c3102))),_0x183499;}__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=(_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');
4
+ var __defProp=Object['defineProperty'],__name=(_0x20a45a,_0x5df8eb)=>__defProp(_0x20a45a,'name',{'value':_0x5df8eb,'configurable':!![]});function ensureString(_0x143fd8){return isString(_0x143fd8)?_0x143fd8:String(_0x143fd8);}__name(ensureString,'ensureString');function ensureNumber(_0x2e2e63){if(isNumber(_0x2e2e63))return _0x2e2e63;else {if(isString(_0x2e2e63))return parseFloat(_0x2e2e63);else return NaN;}}__name(ensureNumber,'ensureNumber');function ensureObjectArray(_0x486614){if(Array['isArray'](_0x486614)&&_0x486614['length']>-0x495+0x1aea+-0x1655&&isObject(_0x486614[-0x1*0xd83+-0x32c*-0x4+0xd3])){const _0x10bdb1=[];for(const _0x554c7a of _0x486614){if(isObject(_0x554c7a))_0x10bdb1['push'](_0x554c7a);}return _0x10bdb1;}return [];}__name(ensureObjectArray,'ensureObjectArray');function ensureWithIndexer(_0x4b1f1d){let _0x545bc5={};return isWithIndexer(_0x4b1f1d)&&(_0x545bc5=_0x4b1f1d),_0x545bc5;}__name(ensureWithIndexer,'ensureWithIndexer');const types={'object':'object','string':'string','number':'number'};const stripeConflictResponseProperties={'detail':'detail'};function isObject(_0x113d68){return typeof _0x113d68===types['object']&&_0x113d68!==null;}__name(isObject,'isObject');function isString(_0x597017){return typeof _0x597017===types['string'];}__name(isString,'isString');function isNumber(_0x10883c){return typeof _0x10883c===types['number'];}__name(isNumber,'isNumber');function isWithIndexer(_0x1be9ec){return isObject(_0x1be9ec)&&!Array['isArray'](_0x1be9ec);}__name(isWithIndexer,'isWithIndexer');function isArray(_0x1cc45c){return isObject(_0x1cc45c)&&Array['isArray'](_0x1cc45c);}__name(isArray,'isArray');function isErrorResponseWithDetail(_0x45ea68){return isObject(_0x45ea68)&&stripeConflictResponseProperties['detail']in _0x45ea68;}__name(isErrorResponseWithDetail,'isErrorResponseWithDetail');function isBoolean(_0x264027){return typeof _0x264027==='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=(_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');
2
+ var __defProp=Object['defineProperty'],__name=(_0x20a45a,_0x5df8eb)=>__defProp(_0x20a45a,'name',{'value':_0x5df8eb,'configurable':!![]});function ensureString(_0x143fd8){return isString(_0x143fd8)?_0x143fd8:String(_0x143fd8);}__name(ensureString,'ensureString');function ensureNumber(_0x2e2e63){if(isNumber(_0x2e2e63))return _0x2e2e63;else {if(isString(_0x2e2e63))return parseFloat(_0x2e2e63);else return NaN;}}__name(ensureNumber,'ensureNumber');function ensureObjectArray(_0x486614){if(Array['isArray'](_0x486614)&&_0x486614['length']>-0x495+0x1aea+-0x1655&&isObject(_0x486614[-0x1*0xd83+-0x32c*-0x4+0xd3])){const _0x10bdb1=[];for(const _0x554c7a of _0x486614){if(isObject(_0x554c7a))_0x10bdb1['push'](_0x554c7a);}return _0x10bdb1;}return [];}__name(ensureObjectArray,'ensureObjectArray');function ensureWithIndexer(_0x4b1f1d){let _0x545bc5={};return isWithIndexer(_0x4b1f1d)&&(_0x545bc5=_0x4b1f1d),_0x545bc5;}__name(ensureWithIndexer,'ensureWithIndexer');const types={'object':'object','string':'string','number':'number'};const stripeConflictResponseProperties={'detail':'detail'};function isObject(_0x113d68){return typeof _0x113d68===types['object']&&_0x113d68!==null;}__name(isObject,'isObject');function isString(_0x597017){return typeof _0x597017===types['string'];}__name(isString,'isString');function isNumber(_0x10883c){return typeof _0x10883c===types['number'];}__name(isNumber,'isNumber');function isWithIndexer(_0x1be9ec){return isObject(_0x1be9ec)&&!Array['isArray'](_0x1be9ec);}__name(isWithIndexer,'isWithIndexer');function isArray(_0x1cc45c){return isObject(_0x1cc45c)&&Array['isArray'](_0x1cc45c);}__name(isArray,'isArray');function isErrorResponseWithDetail(_0x45ea68){return isObject(_0x45ea68)&&stripeConflictResponseProperties['detail']in _0x45ea68;}__name(isErrorResponseWithDetail,'isErrorResponseWithDetail');function isBoolean(_0x264027){return typeof _0x264027==='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=(_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');
4
+ var __defProp=Object['defineProperty'],__name=(_0x4f5f5c,_0x101da5)=>__defProp(_0x4f5f5c,'name',{'value':_0x101da5,'configurable':!![]});const nameOf=__name(_0x1240ae=>_0x1240ae['toString'](),'nameOf');const deepNameOf=__name((_0x2cb7f6,_0x1f18ff)=>_0x2cb7f6+'.'+_0x1f18ff,'deepNameOf');const nameOfWithType=__name(_0x525c02=>_0x525c02,'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=(_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');
2
+ var __defProp=Object['defineProperty'],__name=(_0x4f5f5c,_0x101da5)=>__defProp(_0x4f5f5c,'name',{'value':_0x101da5,'configurable':!![]});const nameOf=__name(_0x1240ae=>_0x1240ae['toString'](),'nameOf');const deepNameOf=__name((_0x2cb7f6,_0x1f18ff)=>_0x2cb7f6+'.'+_0x1f18ff,'deepNameOf');const nameOfWithType=__name(_0x525c02=>_0x525c02,'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=(_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');
6
+ var __defProp=Object['defineProperty'],__name=(_0xfc1df4,_0x16cd2e)=>__defProp(_0xfc1df4,'name',{'value':_0x16cd2e,'configurable':!![]});const withIdProps={'id':nameOf.nameOf('id')};function isResourceWithId(_0xe382fc){return _0xe382fc&&typeof _0xe382fc==='object'&&typeof _0xe382fc['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=(_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');
4
+ var __defProp=Object['defineProperty'],__name=(_0xfc1df4,_0x16cd2e)=>__defProp(_0xfc1df4,'name',{'value':_0x16cd2e,'configurable':!![]});const withIdProps={'id':nameOf('id')};function isResourceWithId(_0xe382fc){return _0xe382fc&&typeof _0xe382fc==='object'&&typeof _0xe382fc['id']==='string';}__name(isResourceWithId,'isResourceWithId');
5
5
 
6
6
  export { isResourceWithId, withIdProps };
@@ -3,7 +3,7 @@
3
3
 
4
4
  var projectPaths = require('../../../base-repo/app-constants/project-paths.cjs.js');
5
5
 
6
- const filesToCopy=['','git'];const rootFilesToCopy=['.gitignore','.gitlab-ci.yml','postcss.config.mjs','tsconfig.declaration.json','README.md','.husky','server.ts'];const appFilesToCopy=[projectPaths.clientPaths['styles'],projectPaths.projectPaths['app']+'/favicon.ico',projectPaths.projectPaths['app']+'/globals.css',projectPaths.projectPaths['app']+'/layout.tsx',projectPaths.projectPaths['app']+'/page.tsx'];const apiRoutesToCopy=[projectPaths.projectPaths['apiV1']+'/searchable-resources/route.ts',projectPaths.projectPaths['apiV1']+'/searchresult/route.ts',projectPaths.projectPaths['apiV1']+'/workspace/change/route.ts',projectPaths.projectPaths['apiV1']+'/visible-workspace/route.ts',projectPaths.projectPaths['apiV1']+'/userpermission/route.ts',projectPaths.projectPaths['apiV1']+'/user-feature/is-enabled/route.ts',projectPaths.projectPaths['apiV1']+'/uimetas/route.ts',projectPaths.projectPaths['apiV1']+'/uimeta/route.ts',projectPaths.projectPaths['apiV1']+'/subscription/update/route.ts',projectPaths.projectPaths['apiV1']+'/subscription/create/route.ts',projectPaths.projectPaths['apiV1']+'/subscription/cancel/route.ts',projectPaths.projectPaths['apiV1']+'/sign-up/route.ts',projectPaths.projectPaths['apiV1']+'/sign-out/route.ts',projectPaths.projectPaths['apiV1']+'/sign-in/route.ts',projectPaths.projectPaths['apiV1']+'/preload/route.ts',projectPaths.projectPaths['apiV1']+'/payment/route.ts',projectPaths.projectPaths['apiV1']+'/payment/verify-success/route.ts',projectPaths.projectPaths['apiV1']+'/payment/verify-fail/route.ts',projectPaths.projectPaths['apiV1']+'/payment/method/route.ts',projectPaths.projectPaths['apiV1']+'/password/resetpassword/route.ts',projectPaths.projectPaths['apiV1']+'/password/forgotpassword/route.ts',projectPaths.projectPaths['apiV1']+'/otheruser/route.ts',projectPaths.projectPaths['apiV1']+'/otheruser/[id]/route.ts',projectPaths.projectPaths['apiV1']+'/log/route.ts',projectPaths.projectPaths['apiV1']+'/blob/[filename]/route.ts',projectPaths.projectPaths['apiV1']+'/[resourceName]/route.ts',projectPaths.projectPaths['apiV1']+'/[resourceName]/upsert/route.ts',projectPaths.projectPaths['apiV1']+'/[resourceName]/[id]/route.ts'];const allFilesToCopy=[...filesToCopy,...rootFilesToCopy,...appFilesToCopy,...apiRoutesToCopy];
6
+ const filesToCopy=['','git'];const rootFilesToCopy=['.gitlab-ci.yml','postcss.config.mjs','tsconfig.declaration.json','README.md','.husky','server.ts'];const appFilesToCopy=[projectPaths.clientPaths['styles'],projectPaths.projectPaths['app']+'/favicon.ico',projectPaths.projectPaths['app']+'/globals.css',projectPaths.projectPaths['app']+'/layout.tsx',projectPaths.projectPaths['app']+'/page.tsx'];const apiRoutesToCopy=[projectPaths.projectPaths['apiV1']+'/searchable-resources/route.ts',projectPaths.projectPaths['apiV1']+'/searchresult/route.ts',projectPaths.projectPaths['apiV1']+'/workspace/change/route.ts',projectPaths.projectPaths['apiV1']+'/visible-workspace/route.ts',projectPaths.projectPaths['apiV1']+'/userpermission/route.ts',projectPaths.projectPaths['apiV1']+'/user-feature/is-enabled/route.ts',projectPaths.projectPaths['apiV1']+'/uimetas/route.ts',projectPaths.projectPaths['apiV1']+'/uimeta/route.ts',projectPaths.projectPaths['apiV1']+'/subscription/update/route.ts',projectPaths.projectPaths['apiV1']+'/subscription/create/route.ts',projectPaths.projectPaths['apiV1']+'/subscription/cancel/route.ts',projectPaths.projectPaths['apiV1']+'/sign-up/route.ts',projectPaths.projectPaths['apiV1']+'/sign-out/route.ts',projectPaths.projectPaths['apiV1']+'/sign-in/route.ts',projectPaths.projectPaths['apiV1']+'/preload/route.ts',projectPaths.projectPaths['apiV1']+'/payment/route.ts',projectPaths.projectPaths['apiV1']+'/payment/verify-success/route.ts',projectPaths.projectPaths['apiV1']+'/payment/verify-fail/route.ts',projectPaths.projectPaths['apiV1']+'/payment/method/route.ts',projectPaths.projectPaths['apiV1']+'/password/resetpassword/route.ts',projectPaths.projectPaths['apiV1']+'/password/forgotpassword/route.ts',projectPaths.projectPaths['apiV1']+'/otheruser/route.ts',projectPaths.projectPaths['apiV1']+'/otheruser/[id]/route.ts',projectPaths.projectPaths['apiV1']+'/log/route.ts',projectPaths.projectPaths['apiV1']+'/blob/[filename]/route.ts',projectPaths.projectPaths['apiV1']+'/[resourceName]/route.ts',projectPaths.projectPaths['apiV1']+'/[resourceName]/upsert/route.ts',projectPaths.projectPaths['apiV1']+'/[resourceName]/[id]/route.ts'];const allFilesToCopy=[...filesToCopy,...rootFilesToCopy,...appFilesToCopy,...apiRoutesToCopy];
7
7
 
8
8
  exports.allFilesToCopy = allFilesToCopy;
9
9
  exports.apiRoutesToCopy = apiRoutesToCopy;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  import { clientPaths, projectPaths } from '../../../base-repo/app-constants/project-paths.js';
3
3
 
4
- const filesToCopy=['','git'];const rootFilesToCopy=['.gitignore','.gitlab-ci.yml','postcss.config.mjs','tsconfig.declaration.json','README.md','.husky','server.ts'];const appFilesToCopy=[clientPaths['styles'],projectPaths['app']+'/favicon.ico',projectPaths['app']+'/globals.css',projectPaths['app']+'/layout.tsx',projectPaths['app']+'/page.tsx'];const apiRoutesToCopy=[projectPaths['apiV1']+'/searchable-resources/route.ts',projectPaths['apiV1']+'/searchresult/route.ts',projectPaths['apiV1']+'/workspace/change/route.ts',projectPaths['apiV1']+'/visible-workspace/route.ts',projectPaths['apiV1']+'/userpermission/route.ts',projectPaths['apiV1']+'/user-feature/is-enabled/route.ts',projectPaths['apiV1']+'/uimetas/route.ts',projectPaths['apiV1']+'/uimeta/route.ts',projectPaths['apiV1']+'/subscription/update/route.ts',projectPaths['apiV1']+'/subscription/create/route.ts',projectPaths['apiV1']+'/subscription/cancel/route.ts',projectPaths['apiV1']+'/sign-up/route.ts',projectPaths['apiV1']+'/sign-out/route.ts',projectPaths['apiV1']+'/sign-in/route.ts',projectPaths['apiV1']+'/preload/route.ts',projectPaths['apiV1']+'/payment/route.ts',projectPaths['apiV1']+'/payment/verify-success/route.ts',projectPaths['apiV1']+'/payment/verify-fail/route.ts',projectPaths['apiV1']+'/payment/method/route.ts',projectPaths['apiV1']+'/password/resetpassword/route.ts',projectPaths['apiV1']+'/password/forgotpassword/route.ts',projectPaths['apiV1']+'/otheruser/route.ts',projectPaths['apiV1']+'/otheruser/[id]/route.ts',projectPaths['apiV1']+'/log/route.ts',projectPaths['apiV1']+'/blob/[filename]/route.ts',projectPaths['apiV1']+'/[resourceName]/route.ts',projectPaths['apiV1']+'/[resourceName]/upsert/route.ts',projectPaths['apiV1']+'/[resourceName]/[id]/route.ts'];const allFilesToCopy=[...filesToCopy,...rootFilesToCopy,...appFilesToCopy,...apiRoutesToCopy];
4
+ const filesToCopy=['','git'];const rootFilesToCopy=['.gitlab-ci.yml','postcss.config.mjs','tsconfig.declaration.json','README.md','.husky','server.ts'];const appFilesToCopy=[clientPaths['styles'],projectPaths['app']+'/favicon.ico',projectPaths['app']+'/globals.css',projectPaths['app']+'/layout.tsx',projectPaths['app']+'/page.tsx'];const apiRoutesToCopy=[projectPaths['apiV1']+'/searchable-resources/route.ts',projectPaths['apiV1']+'/searchresult/route.ts',projectPaths['apiV1']+'/workspace/change/route.ts',projectPaths['apiV1']+'/visible-workspace/route.ts',projectPaths['apiV1']+'/userpermission/route.ts',projectPaths['apiV1']+'/user-feature/is-enabled/route.ts',projectPaths['apiV1']+'/uimetas/route.ts',projectPaths['apiV1']+'/uimeta/route.ts',projectPaths['apiV1']+'/subscription/update/route.ts',projectPaths['apiV1']+'/subscription/create/route.ts',projectPaths['apiV1']+'/subscription/cancel/route.ts',projectPaths['apiV1']+'/sign-up/route.ts',projectPaths['apiV1']+'/sign-out/route.ts',projectPaths['apiV1']+'/sign-in/route.ts',projectPaths['apiV1']+'/preload/route.ts',projectPaths['apiV1']+'/payment/route.ts',projectPaths['apiV1']+'/payment/verify-success/route.ts',projectPaths['apiV1']+'/payment/verify-fail/route.ts',projectPaths['apiV1']+'/payment/method/route.ts',projectPaths['apiV1']+'/password/resetpassword/route.ts',projectPaths['apiV1']+'/password/forgotpassword/route.ts',projectPaths['apiV1']+'/otheruser/route.ts',projectPaths['apiV1']+'/otheruser/[id]/route.ts',projectPaths['apiV1']+'/log/route.ts',projectPaths['apiV1']+'/blob/[filename]/route.ts',projectPaths['apiV1']+'/[resourceName]/route.ts',projectPaths['apiV1']+'/[resourceName]/upsert/route.ts',projectPaths['apiV1']+'/[resourceName]/[id]/route.ts'];const allFilesToCopy=[...filesToCopy,...rootFilesToCopy,...appFilesToCopy,...apiRoutesToCopy];
5
5
 
6
6
  export { allFilesToCopy, apiRoutesToCopy, appFilesToCopy, filesToCopy, rootFilesToCopy };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fernir2/saas-kit-cli",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "CLI for creating saas-kit apps",
5
5
  "bin": {
6
6
  "create": "level2/cli/create-saas-kit-app/bin/index.js"