jamespot-user-api 1.0.158 → 1.0.160

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 (90) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +11 -11
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +1 -1
  5. package/documentation/classes/JApplicationApi.html +8 -8
  6. package/documentation/classes/JArticleApi.html +1 -1
  7. package/documentation/classes/JAssetReservation.html +1 -1
  8. package/documentation/classes/JAudienceApi.html +1 -1
  9. package/documentation/classes/JBaseApi.html +1 -1
  10. package/documentation/classes/JBookmarkApi.html +1 -1
  11. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  12. package/documentation/classes/JCommunityApi.html +1 -1
  13. package/documentation/classes/JDiapazoneApi.html +1 -1
  14. package/documentation/classes/JFaqApi.html +1 -1
  15. package/documentation/classes/JFileApi.html +5 -5
  16. package/documentation/classes/JFilebankApi.html +1 -1
  17. package/documentation/classes/JGlobalApi.html +1 -1
  18. package/documentation/classes/JGroupApi.html +16 -10
  19. package/documentation/classes/JIAApi.html +1 -1
  20. package/documentation/classes/JLandApi.html +1 -1
  21. package/documentation/classes/JMessengerApi.html +1 -1
  22. package/documentation/classes/JObjectApi.html +1 -1
  23. package/documentation/classes/JSearchApi.html +6 -6
  24. package/documentation/classes/JShareApi.html +1 -1
  25. package/documentation/classes/JSocialActionApi.html +1 -1
  26. package/documentation/classes/JTaxonomyApi.html +2 -2
  27. package/documentation/classes/JUserApi.html +7 -7
  28. package/documentation/classes/JWedocApi.html +1 -1
  29. package/documentation/classes/JWidgetApi.html +1 -1
  30. package/documentation/classes/JamespotUserApi.html +1 -1
  31. package/documentation/classes/Network.html +1 -1
  32. package/documentation/classes/TVDisplayApi.html +1 -1
  33. package/documentation/classes/WindowBrowser.html +1 -1
  34. package/documentation/enums/GroupModerateStatus.html +1 -0
  35. package/documentation/enums/StudioApplicationStatus.html +1 -1
  36. package/documentation/index.html +1 -1
  37. package/documentation/interfaces/AccessRightObject.html +1 -1
  38. package/documentation/interfaces/AdminLicenseUser.html +1 -1
  39. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  40. package/documentation/interfaces/ApiWrapper.html +1 -1
  41. package/documentation/interfaces/BaseAutocomplete.html +1 -1
  42. package/documentation/interfaces/BaseMessage.html +1 -1
  43. package/documentation/interfaces/Category.html +1 -1
  44. package/documentation/interfaces/FileBankProps.html +1 -1
  45. package/documentation/interfaces/FolderProps.html +1 -1
  46. package/documentation/interfaces/ListFilterSpec.html +1 -1
  47. package/documentation/interfaces/OF.html +1 -1
  48. package/documentation/interfaces/ObjectListProps.html +1 -1
  49. package/documentation/interfaces/PagingResults.html +1 -1
  50. package/documentation/interfaces/RootFolderProps.html +1 -1
  51. package/documentation/interfaces/SearchCategoryModel.html +1 -1
  52. package/documentation/interfaces/SearchCategoryValue.html +1 -1
  53. package/documentation/interfaces/SearchConfig.html +1 -1
  54. package/documentation/interfaces/SearchFacetModel.html +1 -1
  55. package/documentation/interfaces/SearchFacetValueModel.html +1 -1
  56. package/documentation/interfaces/SearchQuery.html +1 -1
  57. package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
  58. package/documentation/interfaces/SearchQueryOption.html +1 -1
  59. package/documentation/interfaces/SearchQueryResult.html +1 -1
  60. package/documentation/interfaces/SearchQuerySortModel.html +1 -1
  61. package/documentation/interfaces/SearchResultCatProps.html +1 -1
  62. package/documentation/interfaces/SearchResultPropsApp.html +1 -1
  63. package/documentation/interfaces/SearchResultPropsObject.html +1 -1
  64. package/documentation/interfaces/SpotProps.html +1 -1
  65. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  66. package/documentation/interfaces/WindowInterface.html +1 -1
  67. package/documentation/modules.html +11 -11
  68. package/jest.config.ts +2 -2
  69. package/lib/jamespot-user-api.js +1 -1
  70. package/lib/jamespot-user-api.js.map +1 -1
  71. package/lib/src/apis/article/article.d.ts +1 -1
  72. package/lib/src/apis/global/global.d.ts +1 -0
  73. package/lib/src/apis/global/global.mock.d.ts +1 -0
  74. package/lib/src/apis/group/group.d.ts +28 -10
  75. package/lib/src/apis/group/group.mock.d.ts +8 -1
  76. package/lib/src/types/article.d.ts +5 -3
  77. package/lib/src/types/group.d.ts +60 -0
  78. package/lib/src/types/hook.d.ts +37 -0
  79. package/lib/src/types/utils.d.ts +5 -0
  80. package/lib/src/types/widgets.d.ts +1 -0
  81. package/lib/src/util/object.d.ts +2 -0
  82. package/package.json +1 -1
  83. package/phpunitMock/globalUseWebVersion-default.json +1 -0
  84. package/phpunitMock/spotAddToFavorite-bad.json +7 -0
  85. package/phpunitMock/spotAddToFavorite-forbidden.json +7 -0
  86. package/phpunitMock/spotAddToFavorite-success.json +7 -0
  87. package/phpunitMock/spotGetUserLevelAndRight-default.json +31 -0
  88. package/phpunitMock/spotRequest-forbidden.json +7 -0
  89. package/phpunitMock/spotRequest-pending.json +7 -0
  90. package/phpunitMock/spotRequest-success.json +7 -0
package/jest.config.ts CHANGED
@@ -10,8 +10,8 @@ const Config = {
10
10
  collectCoverage: true,
11
11
  coverageThreshold: {
12
12
  global: {
13
- statements: 92.18,
14
- functions: 83.45,
13
+ statements: 94.52,
14
+ functions: 85.17,
15
15
  },
16
16
  },
17
17
  moduleNameMapper: {
@@ -1,2 +1,2 @@
1
- (()=>{"use strict";var e,t={d:(e,s)=>{for(var n in s)t.o(s,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:s[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},s={};t.r(s),t.d(s,{ACCESS_REQUEST_ACCEPT:()=>Hs,ACCESS_REQUEST_DENY:()=>Ys,AdminLicenseApi:()=>r,AdminStoreApi:()=>i,AdminUtilsApi:()=>a,JApplicationApi:()=>o,JArticleApi:()=>c,JAssetReservation:()=>d,JAudienceApi:()=>l,JBaseApi:()=>n,JBookmarkApi:()=>p,JBusinessNetworkingApi:()=>h,JCommunityApi:()=>m,JDiapazoneApi:()=>f,JFaqApi:()=>v,JFileApi:()=>y,JFilebankApi:()=>_,JGlobalApi:()=>b,JGroupApi:()=>w,JIAApi:()=>U,JLandApi:()=>O,JMessengerApi:()=>S,JObjectApi:()=>N,JSearchApi:()=>C,JShareApi:()=>E,JSocialActionApi:()=>M,JTaxonomyApi:()=>T,JUserApi:()=>Z,JWedocApi:()=>R,JWidgetApi:()=>D,JamespotUserApi:()=>$,JamespotUserApiInstance:()=>$n,Network:()=>q,StudioApplicationStatus:()=>e,TVDisplayApi:()=>F,UserLevel:()=>us,WindowBrowser:()=>J,api:()=>qn,businessContactSchema:()=>xs,deepEqual:()=>Fn,default:()=>Bn,extensions:()=>fn,extractTaxonomiesFromObject:()=>Pn,extractTaxonomiesFromObjectAndMapProperty:()=>Nn,extractTaxonomiesFromObjectAndMapUri:()=>In,fileCropConfigSchema:()=>Ns,formatImgUrl:()=>hn,getArgs:()=>un,getExtensionFromName:()=>_n,getFileExtensionFromMimetype:()=>vn,getFileFamily:()=>On,getFileFamilyFromName:()=>xn,getFormat:()=>ln,getFrom:()=>on,getMimetypeFromExtension:()=>yn,getMimetypeFromName:()=>bn,getSize:()=>dn,getTimestamp:()=>cn,getUri:()=>an,getUrl:()=>pn,imageSizeSchema:()=>Ps,jEnsure:()=>tn,jFileLittleCropSchema:()=>Us,jFileLittleSchema:()=>Is,jFileRenditionSchema:()=>Ds,jObjectBaseSchema:()=>Ts,jObjectListSchema:()=>Fs,jObjectLittleSchema:()=>Zs,jUserListSchema:()=>ls,jUserLittleSchema:()=>ds,jUserValuesSchema:()=>vs,jUserViewSchema:()=>hs,mimetypeToExt:()=>gn,mimetypes:()=>mn,network:()=>Dn,objectTimestamp:()=>wn,padStartTwoDigits:()=>rn,prepareGroupForUpdate:()=>Mn,removeIfStartsWith:()=>nn,replacePropertiesWithTypes:()=>En,resolveFileFamily:()=>An,resolveFileMimetype:()=>Cn,resolveFilePath:()=>kn,resolveFileUrl:()=>Sn,rightsSchema:()=>Ht,suffixIfDoesNotExist:()=>sn,uploadConfigSchema:()=>Ls,userDefaultFieldsTypeSchema:()=>ys,userDirectoryConfigurationSchema:()=>js,userDownloadSchema:()=>$s,userFieldSchema:()=>bs,userFieldsConfigurationTypeSchema:()=>_s,userFieldsSchema:()=>ws,userMapModelSchema:()=>fs,userModelSchema:()=>Ss,userSchema:()=>As,userValuesSchema:()=>ks,validateIsFormatFileLittle:()=>Ms,validateIsFormatHookListType:()=>Gs,validateIsFormatObjectList:()=>Es,validateIsFormatObjectLittle:()=>Rs,validateIsFormatRights:()=>Yt,validateIsFormatUserDirectoryConfiguration:()=>Os,validateIsFormatUserList:()=>ps,validateIsFormatUserMapModel:()=>gs,validateIsFormatUserModel:()=>Cs,validateIsFormatUserView:()=>ms,widgetActiveValueSchema:()=>is,widgetDatePickerValueSchema:()=>rs,widgetDateValueSchema:()=>ss,widgetDatetimeValueSchema:()=>ns,widgetEmailValueSchema:()=>as,widgetNumberValueSchema:()=>ts,widgetTextValueSchema:()=>Xt,widgetTextareaValueSchema:()=>es,widgetUrlValueSchema:()=>os,widgetsValueSchema:()=>cs});class n{constructor(e){this.jApi=e,this.network=e.network}}class r extends n{getLicenseUserStatistics(){return this.network.post({o:"licenseManager",f:"userStatistics"})}assignLicense(e){return this.network.postCSRF({o:"licenseManager",f:"assignLicense",uri:e})}unAssignLicense(e){return this.network.postCSRF({o:"licenseManager",f:"unassignLicense",uri:e})}getAssignmentMode(e){return this.network.post({o:"licenseManager",f:"getAssignmentMode",type:e})}setAssignmentMode(e,t){return this.network.postCSRF({o:"licenseManager",f:"setAssignmentMode",value:t,type:e})}assignPossiblesLicenses(e){return this.network.postCSRF({o:"licenseManager",f:"assignPossiblesLicenses",type:e})}unAssignUnusedLicenses(e){return this.network.postCSRF({o:"licenseManager",f:"unassignUnusedLicenses",type:e})}optimizeLicenses(e){return this.network.postCSRF({o:"licenseManager",f:"optimizeLicenses",type:e})}getObjectsWithoutLicense(e,t){return this.network.post({o:"licenseManager",f:"countObjectsWithoutLicense",type:e,filter:t})}getLicensesNotAssigned(e){return this.network.post({o:"licenseManager",f:"countLicensesNotAssigned",type:e})}getLicensesAssigned(e){return this.network.post({o:"licenseManager",f:"getLicensesAssigned",type:e})}}class i extends n{getItem(e){return this.network.post({o:"adminStore",f:"getItem",uri:e})}checkoutBilling(e){return this.network.postCSRF({o:"adminStore",f:"checkoutBilling",uri:e})}checkoutFinalize(e){return this.network.postCSRF({o:"adminStore",f:"checkoutFinalize",uri:e})}}class a extends n{getApps(){return this.network.post({o:"admin",f:"apps"})}}!function(e){e.local="local",e.installed="installed",e.autosaved="autosaved",e.saved="saved"}(e||(e={}));class o extends n{list(){return this.network.post({o:"studio",f:"list"})}get(e,t){return this.network.post({o:"studio",f:"get",idApp:e,status:t})}install(e){return this.network.postCSRF({o:"studio",f:"install",value:e})}suspend(e){return this.network.postCSRF({o:"studio",f:"suspend",idApp:e})}restart(e){return this.network.postCSRF({o:"studio",f:"restart",idApp:e})}save(t,s,n){if(n===e.saved||n===e.autosaved)return this.network.postCSRF({o:"studio",f:"save",idApp:t,value:s,status:n});throw"Invalid status value"}delete(e,t){return s=this,n=void 0,i=function*(){return this.network.postCSRF({o:"studio",f:"delete",idApp:e,status:t}).then((e=>{if(0===e.error)return e.messages;throw e.messages}))},new((r=void 0)||(r=Promise))((function(e,t){function a(e){try{c(i.next(e))}catch(e){t(e)}}function o(e){try{c(i.throw(e))}catch(e){t(e)}}function c(t){var s;t.done?e(t.value):(s=t.value,s instanceof r?s:new r((function(e){e(s)}))).then(a,o)}c((i=i.apply(s,n||[])).next())}));var s,n,r,i}cssClassList(){return this.network.post({o:"studio",f:"icons"})}}class c extends n{list(e){return this.network.post(Object.assign({o:"objectList",f:"jamespotArticleQueryList"},e))}get(e){return this.network.post(Object.assign({o:"article",f:"get"},e))}create(e,t){return this.network.maybePostToken(Object.assign({o:"article",f:"create",format:null!=t?t:"raw-list"},e))}update(e){return this.network.post(Object.assign(Object.assign({format:"raw-list"},e),{o:"article",f:"update"}))}delete(e){return this.network.postCSRF({o:"article",f:"delete",idArticle:e})}count(e){return this.network.post({o:"article",f:"count",type:e})}getAttachments(e,t,s){return this.network.post({o:"article",f:"getAttachment",idArticle:e,type:t,format:s})}permalink(e){return this.network.post({o:"article",f:"permalink",permalinkId:e})}saveAsDraft(e,t,s){return this.network.post({o:"article",f:"saveAsDraft",form:e,contentType:t,idDraft:s})}getComments(e,t){var s,n;return this.network.post(Object.assign(Object.assign({o:"article",f:"getComments"},e),{attachments:null!==(s=e.attachment)&&void 0!==s&&s,limits:null!==(n=e.limits)&&void 0!==n?n:{start:0,max:1e4},format:null!=t?t:"raw-little"}))}addComment(e,t){return this.network.post(Object.assign(Object.assign({o:"article",f:"addComment"},e),{alertAuthor:Number(e.alertAuthor),sendAlert:Number(e.sendAlert),type:"comment",format:null!=t?t:"raw-little"}))}updateComment(e,t){return this.network.post(Object.assign(Object.assign({o:"article",f:"updateComment"},e),{format:null!=t?t:"raw-little"}))}deleteComment(e){return this.network.postCSRF({o:"comment",f:"delete",idComment:e})}getRead(e){return this.network.post({o:"article",f:"getRead",uri:e})}}var u=function(e,t){var s={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(s[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(s[n[r]]=e[n[r]])}return s};class d extends n{configuration(){return this.network.post({o:"assetReservation",f:"configuration"})}createReservation(e){return this.network.postCSRF(Object.assign({o:"assetReservation",f:"createReservation",format:"raw-list"},e))}getReservations(e){var{format:t="raw-list"}=e,s=u(e,["format"]);return this.network.post(Object.assign({o:"assetReservation",f:"getReservations",format:t},s))}cancelReservation(e){return this.network.post({o:"assetReservation",f:"cancelReservation",format:"raw-list",idArticle:e})}bookByDate(e){var{format:t="raw-list"}=e,s=u(e,["format"]);return this.network.post(Object.assign({o:"assetReservation",f:"BookByDate",format:t},s))}getList(e){var{format:t="raw-list"}=e,s=u(e,["format"]);return this.network.post(Object.assign({o:"objectList",f:"assetReservationList",format:t},s))}}class l extends n{autocomplete(e){return this.network.post({o:"autocomplete",f:"audience",q:e}).then((e=>{if(Array.isArray(e.result))return e.result;throw"Bad response from backend"}))}}class p extends n{getFormattedList(e,t){return this.network.post(Object.assign({o:"objectList",f:"bookmarksList",format:t},e))}addFormattedLink(e,t,s){const n=null!=s?s:"list";return this.network.post({o:"custom",f:"actionAdd",type:"bookmarkLink",targetId:e,targetType:t,format:n})}addBookmark(e,t){return this.network.postCSRF(Object.assign({o:"bookmarks",f:"add"},e))}delete(e){return this.network.postCSRF({o:"bookmarks",f:"delete",bookmarkID:e})}rename(e,t,s){return this.network.postCSRF({o:"bookmarks",f:"rename",bookmarkID:e,bookmarkLabel:t,bookmarkUrl:s})}move(e,t,s){return this.network.postCSRF({o:"bookmarks",f:"move",bookmarkID:e,bookmarkReference:t,bookmarkPosition:s})}}class h extends n{getInfos(e,t){return this.network.post({o:"BusinessNetworking",f:"MarkerInfo",id:e,format:null!=t?t:"raw-little"})}}class m extends n{get(e,t){return this.network.post({o:"community",f:"getCommunity",idCommunity:e,format:t||"raw-little"})}sendRequest(e,t){return this.network.post({o:"community",f:"sendRequest",message:e,idUserTo:t})}autocomplete(e){return this.network.post({o:"autocomplete",f:"community",q:e}).then((e=>e.result))}}class f extends n{create(e,t,s,n,r){return this.network.post({o:"article",f:"create",type:e,token:t,title:s,dateStart:n,publishTo:r})}getList(e="",t=[],s=[],n=1,r="raw-list"){return this.network.post({o:"objectList",f:"diapazoneQueryList",query:e,filters:t,orders:s,page:n,format:r})}}var g=function(e,t,s,n){return new(s||(s=Promise))((function(r,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function o(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?r(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(a,o)}c((n=n.apply(e,t||[])).next())}))};class y extends n{upload(e){const t=new FormData;return t.append("attrName",e.attrName),e.file?t.append(e.attrName,e.file):e.url&&t.append("url",e.url),t.append("token",e.token),this.network.postFile(t)}uploadMany(e){return g(this,void 0,void 0,(function*(){return Promise.all(e.map((e=>this.upload(e))))}))}get(e,t){return g(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"get",idFile:e,format:t})}))}getParent(e,t){return g(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"getParent",idFile:e,format:t})}))}getWithHash(e,t,s){return g(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"getWithHash",idFile:e,hash:t,format:s})}))}duplicate(e,t,s){return g(this,void 0,void 0,(function*(){return this.network.postCSRF({o:"file",f:"duplicateFile",idFile:e,title:t,publishTo:s})}))}updateFile(e,t){return g(this,void 0,void 0,(function*(){return this.network.postCSRF({o:"file",f:"updateFile",idFile:e,title:t})}))}update(e,t,s){return g(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"update",idFile:e,type:t,cropDatas:Object.assign(Object.assign({},s),{rotateBeforeCrop:!0}),killSize:s.killSize,format:"raw-little"})}))}deleteFile(e,t,s,n){return g(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"delete",idFile:e,attrName:t,token:s},n)}))}deleteImage(e,t){return g(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"deleteImage",id:e,type:t})}))}getDownload(e){return this.network.post({o:"file",f:"getDownload",id:e})}generatePreview(e){return this.network.post({o:"file",f:"generatePreview",id:e})}}class v extends n{getCategoriesList(e,t){return this.network.post({o:"objectList",f:"faqQueryList",format:null!=e?e:"raw-list",orders:null!=t?t:[{name:"dateCreation",sort:"ASC"}]})}createCategory(e,t){return this.jApi.article.create(Object.assign(Object.assign({},e),{type:"faq"}),null!=t?t:"raw-view")}updateCategory(e,t){return this.jApi.article.update(Object.assign(Object.assign({},e),{type:"faq",format:null!=t?t:"raw-view"}))}getCategory(e,t){return this.jApi.article.get({idArticle:e,format:null!=t?t:"raw-view"})}deleteCategory(e){return this.jApi.article.delete(e)}checkItem(e,t,s){return this.network.post({o:"faq",f:"checkItem",query:e,page:null!=t?t:1,format:null!=s?s:"raw-list"})}getTaxonomy(){return this.network.post({o:"faq",f:"getFaqTaxonomy"})}getHookProperties(e){return this.network.post({o:"faq",f:"getHookProperties",properties:null!=e?e:["_web"]})}getAccess(){return this.network.post({o:"faq",f:"access"})}createTheme(e,t){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"add-theme"},e),{format:null!=t?t:"raw-view"}))}deleteTheme(e,t){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"delete-theme"},e),{format:null!=t?t:"raw-view"}))}updateTheme(e,t){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"set-theme"},e),{format:null!=t?t:"raw-view"}))}getEntry(e,t){return this.network.post({o:"faq",f:"get-entry",uri:e,format:null!=t?t:"raw-view"})}deleteEntry(e){return this.jApi.article.delete(e)}createEntry(e,t){return this.jApi.article.create(Object.assign(Object.assign({},e),{idSpot:["content"],type:"faqItem"}),null!=t?t:"raw-view")}addEntry(e,t){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"add-entry"},e),{format:null!=t?t:"raw-view"}))}updateEntry(e,t){return this.jApi.article.update(Object.assign(Object.assign({},e),{type:"faqItem",format:null!=t?t:"raw-view"}))}moveEntry(e,t){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"move-entry"},e),{format:null!=t?t:"raw-view"}))}moveTheme(e,t){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"move-theme"},e),{format:null!=t?t:"raw-view"}))}}class _ extends n{getBanks(e="list"){return this.network.post({o:"fileBank",f:"getBanks",format:e}).then((e=>e.result))}getFolders(e){return this.network.post({o:"fileBank",f:"getFolders",parentURI:e})}getDocuments(e){return this.network.post({o:"fileBank",f:"getDocuments",parentURI:e})}}class b extends n{countAction(e,t){return this.network.post({o:"activityLog",f:"log",count:!0,verb:e,uri:t})}}class w extends n{autocomplete(e){return this.network.post({o:"autocomplete",f:"spot",q:e,idToUri:!1}).then((e=>e.result))}create(e,t){return this.network.post(Object.assign(Object.assign({o:"spot",f:"create"},e),{format:t}))}update(e,t){const{spotBanner:s}=e,n=function(e,t){var s={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(s[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(s[n[r]]=e[n[r]])}return s}(e,["spotBanner"]);return this.network.postCSRF(Object.assign(Object.assign({o:"spot",f:"update"},n),{format:t}))}getSpot(e,t){return this.network.post({o:"spot",f:"getSpot",idSpot:e,format:t})}getProperties(e){return this.network.post({o:"spot",f:"getProperties",idSpot:e})}getApplications(){return this.network.post({o:"spot",f:"get-available-widget"})}getCategories(){return this.network.post({o:"spot",f:"get-categories"})}getObjectListJamespotSpotMembers(e,t,s,n=1){return this.network.post({o:"objectListJamespot",f:"SpotMembers",idSpot:e,limit:s,page:n,format:"raw-little",query:t})}list(e){return this.network.post(Object.assign({o:"objectList",f:"jamespotSpotQueryList"},e))}resetNotifications(e){return this.network.post(Object.assign({o:"spot",f:"resetNotifications"},e))}}class k extends n{list(e,t,s,n=[{name:"dateCreation",sort:"DESC"}]){return this.jApi.article.list({type:"aseiClearanceTicket",format:"raw-view",limit:t,page:e,orders:n,filters:s})}requestStatus(e,t,s){return this.network.post({o:"asei",f:"setStatus",uri:e,requestedStatus:t,audience:s})}getDedicatedGroups(){return this.network.post({o:"asei",f:"getDedicatedGroups"})}getConfiguration(){return this.network.post({o:"asei",f:"configuration"})}}class x extends n{tenants(){return this.network.post({o:"drive",f:"getTenants"})}groups(e,t){return this.network.post({o:"drive",f:"getGroups",query:e,filter:t})}sites(){return this.network.post({o:"drive",f:"getSites"})}listAccount(e){return this.network.post({o:"drive",f:"listAccount",service:e})}isAccountLogged(e,t){return this.network.post({o:"drive",f:"isAccountLogged",service:e,id:t})}checkAccountToken(e){return this.network.post({o:"drive",f:"checkAccountToken",service:e})}documents(e,t){return this.network.post({o:"drive",f:"getDocuments",service:e,documentParams:t})}}class j extends n{GetUnclassifiedFiles(e){var t;return this.network.post({o:"objectListMediaLibrary",f:"GetUnclassifiedFiles",format:e.format,page:null!==(t=e.page)&&void 0!==t?t:1,limit:e.limit,nolimit:e.nolimit})}getAccess(){return this.network.post({o:"mediaLibrary",f:"access"})}}class O extends n{getLogs({dateEnd:e,idLogMax:t}){return this.network.post({o:"jLand",f:"adminLogs",dateEnd:e,idLogMax:t})}getStats({map:e,dateStart:t,dateEnd:s}){return this.network.post({o:"jLand",f:"adminStats",map:e,dateStart:t,dateEnd:s})}getAllMapsAsAdmin(e="raw-list,licenses"){return this.network.post({o:"objectListJLand",f:"jLandList",format:e})}createMap(e,t="raw-list"){return this.network.maybePostToken(Object.assign(Object.assign({},e),{o:"article",f:"create",format:t,type:"jlandmap"}))}}class S extends n{sendMessage(e,t){return this.network.post({o:"messenger",f:"newMessage",idDiscussion:t,msg:{description:e}})}getOrCreateDiscussion(e,t){const s=e<t?`${e}.${t}`:`${t}.${e}`;return this.network.post({o:"messenger",f:"getDiscussion",idDiscussion:s,type:"messengerUser",idUserTo:t})}}class C extends n{getConfig(){return this.network.post({o:"search",f:"getConfig"})}proposition({query:e,format:t},s){return this.network.post({o:"search",f:"proposition",query:e,format:t||"little"},s)}searchQuery(e,t){const{keywords:s,category:n,facetCategories:r,filters:i,page:a,limit:o,sort:c,options:u}=e;return this.network.post({o:"search",f:"query",keywords:s,category:n,facetCategories:r,filters:i,page:a,limit:o,sort:c,options:u},t)}getLastQueries(){return this.network.post({o:"search",f:"getLastQueries"})}getAdminConfig(){return this.network.post({o:"search",f:"getAdminConfig"})}setAdminConfig(e){return this.network.post({o:"search",f:"setAdminConfig",config:e})}}var A=function(e,t){var s={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(s[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(s[n[r]]=e[n[r]])}return s};class T extends n{list(){return this.network.post({o:"taxonomy",f:"list",format:"raw-little"}).then((e=>{if(Array.isArray(e.result))return e.result;throw"Bad response from backend"}))}create(e){var{format:t="raw-little"}=e,s=A(e,["format"]);return this.network.post(Object.assign({o:"taxonomy",f:"create",format:t},s))}autocomplete(e,t){return this.network.post({o:"autocomplete",f:"taxonomy",q:t,idTaxonomy:e,idToUri:!1})}autocompleteList(e){var{format:t="autocomplete"}=e,s=A(e,["format"]);return this.network.post(Object.assign({o:"objectListTaxonomy",f:"concept",format:t},s))}autocompleteHierarchy(e){return this.network.post(Object.assign({o:"objectListTaxonomyHierarchy",f:"concept"},e))}}class Z extends n{autocomplete(e){return this.network.post({o:"autocomplete",f:"user",q:e,idToUri:!1}).then((e=>e.result))}get(e,t="little",s){return this.network.post({o:"user",f:"get",uri:e,format:t},s)}updateImage(e,t="raw-little"){return this.network.postCSRF({o:"user",f:"updateImage",idFile:e,format:t})}updateBanner(e,t="raw-little"){return this.network.postCSRF({o:"user",f:"updateBanner",idFile:e,format:t})}updateMail(e,t){return this.network.postCSRF({o:"user",f:"editMail",mail:e,password:t})}userUpdateProfile(e){return this.network.postCSRF(Object.assign({o:"user",f:"updateProfile"},e))}configuration(){return this.network.post({o:"userDirectory",f:"configuration"})}fieldsConfiguration(){return this.network.post({o:"user",f:"fieldsConfiguration"})}userList(e,t){return this.network.post(Object.assign({o:"objectList",f:"JamespotUserList"},e),t)}userQueryList(e){return this.network.post(Object.assign({o:"objectList",f:"JamespotUserQueryList"},e))}userMap(e){return this.network.post(Object.assign({o:"objectListJamespot",f:"userMap"},e))}userBusinessContactQueryList(e){return this.network.post(Object.assign({o:"businessContact",f:"queryList"},e))}userCreateBusinessContact(e){const t=Object.assign(Object.assign({},e),{pseudo:e.title,firstName:e.firstname,lastName:e.lastname,champ1:e.field1,champ2:e.field2,champ3:e.field3,champ4:e.field4,champ5:e.field5}),s=Object.assign(Object.assign({},t),{type:"businessContactCard",publishTo:"networkPublic/1"});return this.jApi.article.create(s)}userUpdateBusinessContact(e){const t=Object.assign(Object.assign({},e),{pseudo:e.title,firstName:e.firstname,lastName:e.lastname,champ1:e.field1,champ2:e.field2,champ3:e.field3,champ4:e.field4,champ5:e.field5}),s=Object.assign(Object.assign({},t),{uri:e.uri,publishTo:"networkPublic/1"});return this.jApi.article.update(s)}userDeleteBusinessContact(e){return this.jApi.article.delete(e)}userAddContact(e){return this.network.post({o:"user",f:"addContact",idUser:e})}userRemoveContact(e){return this.network.post({o:"user",f:"removeContact",idUser:e})}signIn(e,t){return this.network.post({o:"user",f:"signIn",mail:e,password:t})}getFields(e,t){return this.network.post({o:"user",f:"getFields",idUser:e,fieldsType:t})}}class R extends n{getFiles(e){return this.network.post(Object.assign({o:"onlyOffice",f:"getFiles"},e))}getFile(e,t){return this.network.post({o:"onlyOffice",f:"getFile",idFile:e,hash:t})}getTemplates(e){return this.network.post({o:"onlyOffice",f:"getTemplates"},e)}deleteFile(e,t){return this.network.postCSRF({o:"onlyOffice",f:"deleteFile",idFile:e,withParent:t})}createFile(e,t,s){return this.network.postCSRF({o:"onlyOffice",f:"createFile",title:e,type:t,publishTo:s})}updateFile(e,t){return this.network.postCSRF({o:"onlyOffice",f:"updateFile",idFile:e,title:t})}createVersion(e){return this.network.post({o:"onlyOffice",f:"createVersion",idFile:e})}setAccessRequest(e,t,s,n){return this.network.postCSRF({o:"onlyOffice",f:"setAccessRequest",uri:e,idUser:t,requestAccessValue:s,requestResponseMessage:n})}getAccessRequest(e,t){return this.network.post({o:"onlyOffice",f:"getAccessRequest",format:"raw-little",uri:e,idUser:t})}askAccess(e,t,s){return this.network.postCSRF({o:"onlyOffice",f:"askAccess",uri:e,askAccess:t,askMessage:s})}}class F extends n{createChannel(e,t="raw-list"){return this.network.maybePostToken(Object.assign(Object.assign({},e),{o:"article",f:"create",format:t,type:"tvDisplayChannel"}))}getChannel(e){return this.network.post(Object.assign(Object.assign({},e),{o:"tvDisplay",f:"getChannel"}))}getConfigureChannel(e){return this.network.post(Object.assign(Object.assign({},e),{o:"tvDisplay",f:"getConfigureChannel"}))}}class E extends n{contentObjectLinks(e){return this.network.post({o:"shared",f:"contentObjectLinks",format:"raw-little",uri:e})}contentSetObjectAccessRule(e,t,s){return this.network.postCSRF({o:"shared",f:"contentSetObjectAccessRule",format:"raw-little",uri:e,rule:t,hash:s})}}var L=function(e,t,s,n){return new(s||(s=Promise))((function(r,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function o(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?r(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(a,o)}c((n=n.apply(e,t||[])).next())}))};class P extends n{SaveAnimationConfiguration(e){return L(this,void 0,void 0,(function*(){return this.network.post({o:"animations",f:"saveConfiguration",animation:e})}))}DeleteAnimation(){return L(this,void 0,void 0,(function*(){return this.network.post({o:"animations",f:"deleteAnimation"})}))}GetCurrentAnimation(){return L(this,void 0,void 0,(function*(){return this.network.post({o:"animations",f:"getConfiguration"})}))}GetCurrentAnimationApp(){return L(this,void 0,void 0,(function*(){return this.network.post({o:"animations",f:"getConfigurationApp"})}))}ToggleAnimationActive(){return L(this,void 0,void 0,(function*(){return this.network.post({o:"animations",f:"toggleAnimationActive"})}))}GetAnimationActive(){return L(this,void 0,void 0,(function*(){return this.network.post({o:"animations",f:"getAnimationActive"})}))}}class N extends n{getObject(e){return this.network.post({o:"object",f:"getObject",uri:e})}setAccess(e,t,s,n){return this.network.post({o:"object",f:"setAccess",uri:e,access:t,message:s,generalAccessRule:n})}getAccess(e){return this.network.post({o:"object",f:"getAccess",uri:e})}getAccessHash(e){return this.network.post({o:"object",f:"getAccessHash",uri:e})}}class I extends n{getFileBanks(e){return this.network.post({o:"file-sync",f:"getFileBanks"},e)}saveFileBanks(e){return this.network.post({o:"file-sync",f:"saveFileBanks",fileBanks:e})}getUserQuota(e){return this.network.post({o:"file-sync",f:"getUserQuota"},e)}getAdminSpots(e,t){return this.network.post(Object.assign({o:"objectList",f:"fileSyncAdminSpots"},e),t)}}class M extends n{getUsers(e,t){return this.network.post(Object.assign(Object.assign({o:"customAction",f:"getUsers"},e),{format:null!=t?t:"raw-list"}))}add(e,t){return this.network.post(Object.assign(Object.assign({o:"customAction",f:"add"},e),{format:null!=t?t:"raw-little"}))}remove(e,t){return this.network.post(Object.assign(Object.assign({o:"customAction",f:"remove"},e),{format:null!=t?t:"raw-little"}))}}class U extends n{textEnhancement({text:e,capacity:t}){return this.network.post({o:"jia",f:"textEnhancement",text:e,capacity:t})}}class D extends n{responseUserList(e,t,s){return this.network.post({o:"widget",f:"responseUserList",uri:e,uniqid:t,page:s})}removeWidget({id:e,type:t,uniqid:s}){return this.network.post({o:"widget",f:"removeWidget",id:e,type:t,uniqid:s})}checkListRespond({id:e,type:t,idUser:s,uniqid:n,index:r}){return this.network.post({o:"widget",f:"checkListRespond",id:e,type:t,uniqid:n,idUser:s,index:r})}}class ${constructor(e){this.version="1.0",this.network=e,this.admin={license:new r(this),store:new i(this),utils:new a(this)},this.application=new o(this),this.article=new c(this),this.asei=new k(this),this.assetReservation=new d(this),this.audience=new l(this),this.bookmark=new p(this),this.businessNetworking=new h(this),this.community=new m(this),this.diapazone=new f(this),this.drive=new x(this),this.faq=new v(this),this.file=new y(this),this.filebank=new _(this),this.fileSync=new I(this),this.global=new b(this),this.group=new w(this),this.jia=new U(this),this.jland=new O(this),this.mediaLibrary=new j(this),this.messenger=new S(this),this.object=new N(this),this.search=new C(this),this.share=new E(this),this.socialAction=new M(this),this.taxonomy=new T(this),this.tvDisplay=new F(this),this.user=new Z(this),this.wedoc=new R(this),this.widget=new D(this),this.animations=new P(this)}}var B=function(e,t,s,n){return new(s||(s=Promise))((function(r,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function o(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?r(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(a,o)}c((n=n.apply(e,t||[])).next())}))};class q{constructor(e,t="api-front"){this.window=e,this.action=t}static _formatPostOptions(e){const t=e?{body:JSON.stringify(e)}:void 0;return Object.assign({method:"POST",credentials:"same-origin"},t)}getUrl(e,t){return B(this,void 0,void 0,(function*(){const s=yield this.window.getBackendUrl();let n;try{n=new URL(`/${this.action}/${e}/${t}`,s).href}catch(r){n=`${s}/${this.action}/${e}/${t}`}return n}))}getHostname(){return B(this,void 0,void 0,(function*(){const e=(yield this.window.getBackendUrl()).split("//");return e.length>1?e[1]:e[0]}))}fetch(e,t){var{o:s,f:n}=e,r=function(e,t){var s={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(s[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(s[n[r]]=e[n[r]])}return s}(e,["o","f"]);return B(this,void 0,void 0,(function*(){void 0===t&&(t=null);const e=yield this.getUrl(s,n);return this.window.fetch(e,Object.assign(Object.assign({},q._formatPostOptions(r)),{signal:t}))}))}post(e,t){return this.fetch(e,t).then((e=>e.json())).then((e=>{if(0===e.error)return e;throw{error:e.error,errorMsg:e.errorMsg,messages:e.messages}})).catch((e=>{if(t&&t.aborted)throw{error:-1,aborted:!0};throw e}))}postFile(e){return B(this,void 0,void 0,(function*(){const t=yield this.getUrl("file","create");if(e.append("format","raw-little"),!e.has("token")){const{result:t}=yield this.token();e.append("token",t)}const s=e.get("token");return s&&"string"==typeof s?this.window.fetch(t,{method:"POST",credentials:"same-origin",body:e}).then((e=>e.json())).then((e=>({response:e,token:s}))):Promise.reject("Missing token")}))}postCSRF(e){return this.tokenCSRF().then((t=>this.post(Object.assign(e,{tokenCSRF:t.result}))))}postToken(e){return this.token().then((t=>this.post(Object.assign(e,{token:t.result}))))}maybePostToken(e){return"token"in e&&e.token?this.post(e):this.postToken(e)}token(){return this.post({o:"misc",f:"token"})}tokenCSRF(){return this.post({o:"misc",f:"tokenCSRF"})}}var z,V;class J{getBackendUrl(){return e=this,t=void 0,n=function*(){const e=window.location;return`${e.protocol}//${e.host}`},new((s=void 0)||(s=Promise))((function(r,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function o(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?r(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(a,o)}c((n=n.apply(e,t||[])).next())}));var e,t,s,n}fetch(e,t){return window.fetch(e,t)}}!function(e){e.assertEqual=e=>e,e.assertIs=function(e){},e.assertNever=function(e){throw new Error},e.arrayToEnum=e=>{const t={};for(const s of e)t[s]=s;return t},e.getValidEnumValues=t=>{const s=e.objectKeys(t).filter((e=>"number"!=typeof t[t[e]])),n={};for(const e of s)n[e]=t[e];return e.objectValues(n)},e.objectValues=t=>e.objectKeys(t).map((function(e){return t[e]})),e.objectKeys="function"==typeof Object.keys?e=>Object.keys(e):e=>{const t=[];for(const s in e)Object.prototype.hasOwnProperty.call(e,s)&&t.push(s);return t},e.find=(e,t)=>{for(const s of e)if(t(s))return s},e.isInteger="function"==typeof Number.isInteger?e=>Number.isInteger(e):e=>"number"==typeof e&&isFinite(e)&&Math.floor(e)===e,e.joinValues=function(e,t=" | "){return e.map((e=>"string"==typeof e?`'${e}'`:e)).join(t)},e.jsonStringifyReplacer=(e,t)=>"bigint"==typeof t?t.toString():t}(z||(z={})),function(e){e.mergeShapes=(e,t)=>({...e,...t})}(V||(V={}));const W=z.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),K=e=>{switch(typeof e){case"undefined":return W.undefined;case"string":return W.string;case"number":return isNaN(e)?W.nan:W.number;case"boolean":return W.boolean;case"function":return W.function;case"bigint":return W.bigint;case"symbol":return W.symbol;case"object":return Array.isArray(e)?W.array:null===e?W.null:e.then&&"function"==typeof e.then&&e.catch&&"function"==typeof e.catch?W.promise:"undefined"!=typeof Map&&e instanceof Map?W.map:"undefined"!=typeof Set&&e instanceof Set?W.set:"undefined"!=typeof Date&&e instanceof Date?W.date:W.object;default:return W.unknown}},Q=z.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]);class G extends Error{constructor(e){super(),this.issues=[],this.addIssue=e=>{this.issues=[...this.issues,e]},this.addIssues=(e=[])=>{this.issues=[...this.issues,...e]};const t=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,t):this.__proto__=t,this.name="ZodError",this.issues=e}get errors(){return this.issues}format(e){const t=e||function(e){return e.message},s={_errors:[]},n=e=>{for(const r of e.issues)if("invalid_union"===r.code)r.unionErrors.map(n);else if("invalid_return_type"===r.code)n(r.returnTypeError);else if("invalid_arguments"===r.code)n(r.argumentsError);else if(0===r.path.length)s._errors.push(t(r));else{let e=s,n=0;for(;n<r.path.length;){const s=r.path[n];n===r.path.length-1?(e[s]=e[s]||{_errors:[]},e[s]._errors.push(t(r))):e[s]=e[s]||{_errors:[]},e=e[s],n++}}};return n(this),s}toString(){return this.message}get message(){return JSON.stringify(this.issues,z.jsonStringifyReplacer,2)}get isEmpty(){return 0===this.issues.length}flatten(e=(e=>e.message)){const t={},s=[];for(const n of this.issues)n.path.length>0?(t[n.path[0]]=t[n.path[0]]||[],t[n.path[0]].push(e(n))):s.push(e(n));return{formErrors:s,fieldErrors:t}}get formErrors(){return this.flatten()}}G.create=e=>new G(e);const H=(e,t)=>{let s;switch(e.code){case Q.invalid_type:s=e.received===W.undefined?"Required":`Expected ${e.expected}, received ${e.received}`;break;case Q.invalid_literal:s=`Invalid literal value, expected ${JSON.stringify(e.expected,z.jsonStringifyReplacer)}`;break;case Q.unrecognized_keys:s=`Unrecognized key(s) in object: ${z.joinValues(e.keys,", ")}`;break;case Q.invalid_union:s="Invalid input";break;case Q.invalid_union_discriminator:s=`Invalid discriminator value. Expected ${z.joinValues(e.options)}`;break;case Q.invalid_enum_value:s=`Invalid enum value. Expected ${z.joinValues(e.options)}, received '${e.received}'`;break;case Q.invalid_arguments:s="Invalid function arguments";break;case Q.invalid_return_type:s="Invalid function return type";break;case Q.invalid_date:s="Invalid date";break;case Q.invalid_string:"object"==typeof e.validation?"includes"in e.validation?(s=`Invalid input: must include "${e.validation.includes}"`,"number"==typeof e.validation.position&&(s=`${s} at one or more positions greater than or equal to ${e.validation.position}`)):"startsWith"in e.validation?s=`Invalid input: must start with "${e.validation.startsWith}"`:"endsWith"in e.validation?s=`Invalid input: must end with "${e.validation.endsWith}"`:z.assertNever(e.validation):s="regex"!==e.validation?`Invalid ${e.validation}`:"Invalid";break;case Q.too_small:s="array"===e.type?`Array must contain ${e.exact?"exactly":e.inclusive?"at least":"more than"} ${e.minimum} element(s)`:"string"===e.type?`String must contain ${e.exact?"exactly":e.inclusive?"at least":"over"} ${e.minimum} character(s)`:"number"===e.type?`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:"date"===e.type?`Date must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(e.minimum))}`:"Invalid input";break;case Q.too_big:s="array"===e.type?`Array must contain ${e.exact?"exactly":e.inclusive?"at most":"less than"} ${e.maximum} element(s)`:"string"===e.type?`String must contain ${e.exact?"exactly":e.inclusive?"at most":"under"} ${e.maximum} character(s)`:"number"===e.type?`Number must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:"bigint"===e.type?`BigInt must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:"date"===e.type?`Date must be ${e.exact?"exactly":e.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(e.maximum))}`:"Invalid input";break;case Q.custom:s="Invalid input";break;case Q.invalid_intersection_types:s="Intersection results could not be merged";break;case Q.not_multiple_of:s=`Number must be a multiple of ${e.multipleOf}`;break;case Q.not_finite:s="Number must be finite";break;default:s=t.defaultError,z.assertNever(e)}return{message:s}};let Y=H;function X(){return Y}const ee=e=>{const{data:t,path:s,errorMaps:n,issueData:r}=e,i=[...s,...r.path||[]],a={...r,path:i};let o="";const c=n.filter((e=>!!e)).slice().reverse();for(const e of c)o=e(a,{data:t,defaultError:o}).message;return{...r,path:i,message:r.message||o}};function te(e,t){const s=ee({issueData:t,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,X(),H].filter((e=>!!e))});e.common.issues.push(s)}class se{constructor(){this.value="valid"}dirty(){"valid"===this.value&&(this.value="dirty")}abort(){"aborted"!==this.value&&(this.value="aborted")}static mergeArray(e,t){const s=[];for(const n of t){if("aborted"===n.status)return ne;"dirty"===n.status&&e.dirty(),s.push(n.value)}return{status:e.value,value:s}}static async mergeObjectAsync(e,t){const s=[];for(const e of t)s.push({key:await e.key,value:await e.value});return se.mergeObjectSync(e,s)}static mergeObjectSync(e,t){const s={};for(const n of t){const{key:t,value:r}=n;if("aborted"===t.status)return ne;if("aborted"===r.status)return ne;"dirty"===t.status&&e.dirty(),"dirty"===r.status&&e.dirty(),"__proto__"===t.value||void 0===r.value&&!n.alwaysSet||(s[t.value]=r.value)}return{status:e.value,value:s}}}const ne=Object.freeze({status:"aborted"}),re=e=>({status:"dirty",value:e}),ie=e=>({status:"valid",value:e}),ae=e=>"aborted"===e.status,oe=e=>"dirty"===e.status,ce=e=>"valid"===e.status,ue=e=>"undefined"!=typeof Promise&&e instanceof Promise;var de;!function(e){e.errToObj=e=>"string"==typeof e?{message:e}:e||{},e.toString=e=>"string"==typeof e?e:null==e?void 0:e.message}(de||(de={}));class le{constructor(e,t,s,n){this._cachedPath=[],this.parent=e,this.data=t,this._path=s,this._key=n}get path(){return this._cachedPath.length||(this._key instanceof Array?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}}const pe=(e,t)=>{if(ce(t))return{success:!0,data:t.value};if(!e.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;const t=new G(e.common.issues);return this._error=t,this._error}}};function he(e){if(!e)return{};const{errorMap:t,invalid_type_error:s,required_error:n,description:r}=e;if(t&&(s||n))throw new Error('Can\'t use "invalid_type_error" or "required_error" in conjunction with custom error map.');return t?{errorMap:t,description:r}:{errorMap:(e,t)=>"invalid_type"!==e.code?{message:t.defaultError}:void 0===t.data?{message:null!=n?n:t.defaultError}:{message:null!=s?s:t.defaultError},description:r}}class me{constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this)}get description(){return this._def.description}_getType(e){return K(e.data)}_getOrReturnCtx(e,t){return t||{common:e.parent.common,data:e.data,parsedType:K(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new se,ctx:{common:e.parent.common,data:e.data,parsedType:K(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){const t=this._parse(e);if(ue(t))throw new Error("Synchronous parse encountered promise.");return t}_parseAsync(e){const t=this._parse(e);return Promise.resolve(t)}parse(e,t){const s=this.safeParse(e,t);if(s.success)return s.data;throw s.error}safeParse(e,t){var s;const n={common:{issues:[],async:null!==(s=null==t?void 0:t.async)&&void 0!==s&&s,contextualErrorMap:null==t?void 0:t.errorMap},path:(null==t?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:K(e)},r=this._parseSync({data:e,path:n.path,parent:n});return pe(n,r)}async parseAsync(e,t){const s=await this.safeParseAsync(e,t);if(s.success)return s.data;throw s.error}async safeParseAsync(e,t){const s={common:{issues:[],contextualErrorMap:null==t?void 0:t.errorMap,async:!0},path:(null==t?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:K(e)},n=this._parse({data:e,path:s.path,parent:s}),r=await(ue(n)?n:Promise.resolve(n));return pe(s,r)}refine(e,t){const s=e=>"string"==typeof t||void 0===t?{message:t}:"function"==typeof t?t(e):t;return this._refinement(((t,n)=>{const r=e(t),i=()=>n.addIssue({code:Q.custom,...s(t)});return"undefined"!=typeof Promise&&r instanceof Promise?r.then((e=>!!e||(i(),!1))):!!r||(i(),!1)}))}refinement(e,t){return this._refinement(((s,n)=>!!e(s)||(n.addIssue("function"==typeof t?t(s,n):t),!1)))}_refinement(e){return new tt({schema:this,typeName:ht.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}optional(){return st.create(this,this._def)}nullable(){return nt.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Ne.create(this,this._def)}promise(){return et.create(this,this._def)}or(e){return Ue.create([this,e],this._def)}and(e){return qe.create(this,e,this._def)}transform(e){return new tt({...he(this._def),schema:this,typeName:ht.ZodEffects,effect:{type:"transform",transform:e}})}default(e){const t="function"==typeof e?e:()=>e;return new rt({...he(this._def),innerType:this,defaultValue:t,typeName:ht.ZodDefault})}brand(){return new ct({typeName:ht.ZodBranded,type:this,...he(this._def)})}catch(e){const t="function"==typeof e?e:()=>e;return new it({...he(this._def),innerType:this,catchValue:t,typeName:ht.ZodCatch})}describe(e){return new(0,this.constructor)({...this._def,description:e})}pipe(e){return ut.create(this,e)}readonly(){return dt.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const fe=/^c[^\s-]{8,}$/i,ge=/^[a-z][a-z0-9]*$/,ye=/^[0-9A-HJKMNP-TV-Z]{26}$/,ve=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,_e=/^(?!\.)(?!.*\.\.)([A-Z0-9_+-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i;let be;const we=/^(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))$/,ke=/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/;class xe extends me{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==W.string){const t=this._getOrReturnCtx(e);return te(t,{code:Q.invalid_type,expected:W.string,received:t.parsedType}),ne}const t=new se;let s;for(const a of this._def.checks)if("min"===a.kind)e.data.length<a.value&&(s=this._getOrReturnCtx(e,s),te(s,{code:Q.too_small,minimum:a.value,type:"string",inclusive:!0,exact:!1,message:a.message}),t.dirty());else if("max"===a.kind)e.data.length>a.value&&(s=this._getOrReturnCtx(e,s),te(s,{code:Q.too_big,maximum:a.value,type:"string",inclusive:!0,exact:!1,message:a.message}),t.dirty());else if("length"===a.kind){const n=e.data.length>a.value,r=e.data.length<a.value;(n||r)&&(s=this._getOrReturnCtx(e,s),n?te(s,{code:Q.too_big,maximum:a.value,type:"string",inclusive:!0,exact:!0,message:a.message}):r&&te(s,{code:Q.too_small,minimum:a.value,type:"string",inclusive:!0,exact:!0,message:a.message}),t.dirty())}else if("email"===a.kind)_e.test(e.data)||(s=this._getOrReturnCtx(e,s),te(s,{validation:"email",code:Q.invalid_string,message:a.message}),t.dirty());else if("emoji"===a.kind)be||(be=new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),be.test(e.data)||(s=this._getOrReturnCtx(e,s),te(s,{validation:"emoji",code:Q.invalid_string,message:a.message}),t.dirty());else if("uuid"===a.kind)ve.test(e.data)||(s=this._getOrReturnCtx(e,s),te(s,{validation:"uuid",code:Q.invalid_string,message:a.message}),t.dirty());else if("cuid"===a.kind)fe.test(e.data)||(s=this._getOrReturnCtx(e,s),te(s,{validation:"cuid",code:Q.invalid_string,message:a.message}),t.dirty());else if("cuid2"===a.kind)ge.test(e.data)||(s=this._getOrReturnCtx(e,s),te(s,{validation:"cuid2",code:Q.invalid_string,message:a.message}),t.dirty());else if("ulid"===a.kind)ye.test(e.data)||(s=this._getOrReturnCtx(e,s),te(s,{validation:"ulid",code:Q.invalid_string,message:a.message}),t.dirty());else if("url"===a.kind)try{new URL(e.data)}catch(n){s=this._getOrReturnCtx(e,s),te(s,{validation:"url",code:Q.invalid_string,message:a.message}),t.dirty()}else"regex"===a.kind?(a.regex.lastIndex=0,a.regex.test(e.data)||(s=this._getOrReturnCtx(e,s),te(s,{validation:"regex",code:Q.invalid_string,message:a.message}),t.dirty())):"trim"===a.kind?e.data=e.data.trim():"includes"===a.kind?e.data.includes(a.value,a.position)||(s=this._getOrReturnCtx(e,s),te(s,{code:Q.invalid_string,validation:{includes:a.value,position:a.position},message:a.message}),t.dirty()):"toLowerCase"===a.kind?e.data=e.data.toLowerCase():"toUpperCase"===a.kind?e.data=e.data.toUpperCase():"startsWith"===a.kind?e.data.startsWith(a.value)||(s=this._getOrReturnCtx(e,s),te(s,{code:Q.invalid_string,validation:{startsWith:a.value},message:a.message}),t.dirty()):"endsWith"===a.kind?e.data.endsWith(a.value)||(s=this._getOrReturnCtx(e,s),te(s,{code:Q.invalid_string,validation:{endsWith:a.value},message:a.message}),t.dirty()):"datetime"===a.kind?((i=a).precision?i.offset?new RegExp(`^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{${i.precision}}(([+-]\\d{2}(:?\\d{2})?)|Z)$`):new RegExp(`^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{${i.precision}}Z$`):0===i.precision?i.offset?new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(([+-]\\d{2}(:?\\d{2})?)|Z)$"):new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"):i.offset?new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?(([+-]\\d{2}(:?\\d{2})?)|Z)$"):new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?Z$")).test(e.data)||(s=this._getOrReturnCtx(e,s),te(s,{code:Q.invalid_string,validation:"datetime",message:a.message}),t.dirty()):"ip"===a.kind?(n=e.data,("v4"!==(r=a.version)&&r||!we.test(n))&&("v6"!==r&&r||!ke.test(n))&&(s=this._getOrReturnCtx(e,s),te(s,{validation:"ip",code:Q.invalid_string,message:a.message}),t.dirty())):z.assertNever(a);var n,r,i;return{status:t.value,value:e.data}}_regex(e,t,s){return this.refinement((t=>e.test(t)),{validation:t,code:Q.invalid_string,...de.errToObj(s)})}_addCheck(e){return new xe({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...de.errToObj(e)})}url(e){return this._addCheck({kind:"url",...de.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...de.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...de.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...de.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...de.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...de.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...de.errToObj(e)})}datetime(e){var t;return"string"==typeof e?this._addCheck({kind:"datetime",precision:null,offset:!1,message:e}):this._addCheck({kind:"datetime",precision:void 0===(null==e?void 0:e.precision)?null:null==e?void 0:e.precision,offset:null!==(t=null==e?void 0:e.offset)&&void 0!==t&&t,...de.errToObj(null==e?void 0:e.message)})}regex(e,t){return this._addCheck({kind:"regex",regex:e,...de.errToObj(t)})}includes(e,t){return this._addCheck({kind:"includes",value:e,position:null==t?void 0:t.position,...de.errToObj(null==t?void 0:t.message)})}startsWith(e,t){return this._addCheck({kind:"startsWith",value:e,...de.errToObj(t)})}endsWith(e,t){return this._addCheck({kind:"endsWith",value:e,...de.errToObj(t)})}min(e,t){return this._addCheck({kind:"min",value:e,...de.errToObj(t)})}max(e,t){return this._addCheck({kind:"max",value:e,...de.errToObj(t)})}length(e,t){return this._addCheck({kind:"length",value:e,...de.errToObj(t)})}nonempty(e){return this.min(1,de.errToObj(e))}trim(){return new xe({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new xe({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new xe({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find((e=>"datetime"===e.kind))}get isEmail(){return!!this._def.checks.find((e=>"email"===e.kind))}get isURL(){return!!this._def.checks.find((e=>"url"===e.kind))}get isEmoji(){return!!this._def.checks.find((e=>"emoji"===e.kind))}get isUUID(){return!!this._def.checks.find((e=>"uuid"===e.kind))}get isCUID(){return!!this._def.checks.find((e=>"cuid"===e.kind))}get isCUID2(){return!!this._def.checks.find((e=>"cuid2"===e.kind))}get isULID(){return!!this._def.checks.find((e=>"ulid"===e.kind))}get isIP(){return!!this._def.checks.find((e=>"ip"===e.kind))}get minLength(){let e=null;for(const t of this._def.checks)"min"===t.kind&&(null===e||t.value>e)&&(e=t.value);return e}get maxLength(){let e=null;for(const t of this._def.checks)"max"===t.kind&&(null===e||t.value<e)&&(e=t.value);return e}}function je(e,t){const s=(e.toString().split(".")[1]||"").length,n=(t.toString().split(".")[1]||"").length,r=s>n?s:n;return parseInt(e.toFixed(r).replace(".",""))%parseInt(t.toFixed(r).replace(".",""))/Math.pow(10,r)}xe.create=e=>{var t;return new xe({checks:[],typeName:ht.ZodString,coerce:null!==(t=null==e?void 0:e.coerce)&&void 0!==t&&t,...he(e)})};class Oe extends me{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==W.number){const t=this._getOrReturnCtx(e);return te(t,{code:Q.invalid_type,expected:W.number,received:t.parsedType}),ne}let t;const s=new se;for(const n of this._def.checks)"int"===n.kind?z.isInteger(e.data)||(t=this._getOrReturnCtx(e,t),te(t,{code:Q.invalid_type,expected:"integer",received:"float",message:n.message}),s.dirty()):"min"===n.kind?(n.inclusive?e.data<n.value:e.data<=n.value)&&(t=this._getOrReturnCtx(e,t),te(t,{code:Q.too_small,minimum:n.value,type:"number",inclusive:n.inclusive,exact:!1,message:n.message}),s.dirty()):"max"===n.kind?(n.inclusive?e.data>n.value:e.data>=n.value)&&(t=this._getOrReturnCtx(e,t),te(t,{code:Q.too_big,maximum:n.value,type:"number",inclusive:n.inclusive,exact:!1,message:n.message}),s.dirty()):"multipleOf"===n.kind?0!==je(e.data,n.value)&&(t=this._getOrReturnCtx(e,t),te(t,{code:Q.not_multiple_of,multipleOf:n.value,message:n.message}),s.dirty()):"finite"===n.kind?Number.isFinite(e.data)||(t=this._getOrReturnCtx(e,t),te(t,{code:Q.not_finite,message:n.message}),s.dirty()):z.assertNever(n);return{status:s.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,de.toString(t))}gt(e,t){return this.setLimit("min",e,!1,de.toString(t))}lte(e,t){return this.setLimit("max",e,!0,de.toString(t))}lt(e,t){return this.setLimit("max",e,!1,de.toString(t))}setLimit(e,t,s,n){return new Oe({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:s,message:de.toString(n)}]})}_addCheck(e){return new Oe({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:de.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:de.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:de.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:de.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:de.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:de.toString(t)})}finite(e){return this._addCheck({kind:"finite",message:de.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:de.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:de.toString(e)})}get minValue(){let e=null;for(const t of this._def.checks)"min"===t.kind&&(null===e||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(const t of this._def.checks)"max"===t.kind&&(null===e||t.value<e)&&(e=t.value);return e}get isInt(){return!!this._def.checks.find((e=>"int"===e.kind||"multipleOf"===e.kind&&z.isInteger(e.value)))}get isFinite(){let e=null,t=null;for(const s of this._def.checks){if("finite"===s.kind||"int"===s.kind||"multipleOf"===s.kind)return!0;"min"===s.kind?(null===t||s.value>t)&&(t=s.value):"max"===s.kind&&(null===e||s.value<e)&&(e=s.value)}return Number.isFinite(t)&&Number.isFinite(e)}}Oe.create=e=>new Oe({checks:[],typeName:ht.ZodNumber,coerce:(null==e?void 0:e.coerce)||!1,...he(e)});class Se extends me{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce&&(e.data=BigInt(e.data)),this._getType(e)!==W.bigint){const t=this._getOrReturnCtx(e);return te(t,{code:Q.invalid_type,expected:W.bigint,received:t.parsedType}),ne}let t;const s=new se;for(const n of this._def.checks)"min"===n.kind?(n.inclusive?e.data<n.value:e.data<=n.value)&&(t=this._getOrReturnCtx(e,t),te(t,{code:Q.too_small,type:"bigint",minimum:n.value,inclusive:n.inclusive,message:n.message}),s.dirty()):"max"===n.kind?(n.inclusive?e.data>n.value:e.data>=n.value)&&(t=this._getOrReturnCtx(e,t),te(t,{code:Q.too_big,type:"bigint",maximum:n.value,inclusive:n.inclusive,message:n.message}),s.dirty()):"multipleOf"===n.kind?e.data%n.value!==BigInt(0)&&(t=this._getOrReturnCtx(e,t),te(t,{code:Q.not_multiple_of,multipleOf:n.value,message:n.message}),s.dirty()):z.assertNever(n);return{status:s.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,de.toString(t))}gt(e,t){return this.setLimit("min",e,!1,de.toString(t))}lte(e,t){return this.setLimit("max",e,!0,de.toString(t))}lt(e,t){return this.setLimit("max",e,!1,de.toString(t))}setLimit(e,t,s,n){return new Se({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:s,message:de.toString(n)}]})}_addCheck(e){return new Se({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:de.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:de.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:de.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:de.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:de.toString(t)})}get minValue(){let e=null;for(const t of this._def.checks)"min"===t.kind&&(null===e||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(const t of this._def.checks)"max"===t.kind&&(null===e||t.value<e)&&(e=t.value);return e}}Se.create=e=>{var t;return new Se({checks:[],typeName:ht.ZodBigInt,coerce:null!==(t=null==e?void 0:e.coerce)&&void 0!==t&&t,...he(e)})};class Ce extends me{_parse(e){if(this._def.coerce&&(e.data=Boolean(e.data)),this._getType(e)!==W.boolean){const t=this._getOrReturnCtx(e);return te(t,{code:Q.invalid_type,expected:W.boolean,received:t.parsedType}),ne}return ie(e.data)}}Ce.create=e=>new Ce({typeName:ht.ZodBoolean,coerce:(null==e?void 0:e.coerce)||!1,...he(e)});class Ae extends me{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==W.date){const t=this._getOrReturnCtx(e);return te(t,{code:Q.invalid_type,expected:W.date,received:t.parsedType}),ne}if(isNaN(e.data.getTime()))return te(this._getOrReturnCtx(e),{code:Q.invalid_date}),ne;const t=new se;let s;for(const n of this._def.checks)"min"===n.kind?e.data.getTime()<n.value&&(s=this._getOrReturnCtx(e,s),te(s,{code:Q.too_small,message:n.message,inclusive:!0,exact:!1,minimum:n.value,type:"date"}),t.dirty()):"max"===n.kind?e.data.getTime()>n.value&&(s=this._getOrReturnCtx(e,s),te(s,{code:Q.too_big,message:n.message,inclusive:!0,exact:!1,maximum:n.value,type:"date"}),t.dirty()):z.assertNever(n);return{status:t.value,value:new Date(e.data.getTime())}}_addCheck(e){return new Ae({...this._def,checks:[...this._def.checks,e]})}min(e,t){return this._addCheck({kind:"min",value:e.getTime(),message:de.toString(t)})}max(e,t){return this._addCheck({kind:"max",value:e.getTime(),message:de.toString(t)})}get minDate(){let e=null;for(const t of this._def.checks)"min"===t.kind&&(null===e||t.value>e)&&(e=t.value);return null!=e?new Date(e):null}get maxDate(){let e=null;for(const t of this._def.checks)"max"===t.kind&&(null===e||t.value<e)&&(e=t.value);return null!=e?new Date(e):null}}Ae.create=e=>new Ae({checks:[],coerce:(null==e?void 0:e.coerce)||!1,typeName:ht.ZodDate,...he(e)});class Te extends me{_parse(e){if(this._getType(e)!==W.symbol){const t=this._getOrReturnCtx(e);return te(t,{code:Q.invalid_type,expected:W.symbol,received:t.parsedType}),ne}return ie(e.data)}}Te.create=e=>new Te({typeName:ht.ZodSymbol,...he(e)});class Ze extends me{_parse(e){if(this._getType(e)!==W.undefined){const t=this._getOrReturnCtx(e);return te(t,{code:Q.invalid_type,expected:W.undefined,received:t.parsedType}),ne}return ie(e.data)}}Ze.create=e=>new Ze({typeName:ht.ZodUndefined,...he(e)});class Re extends me{_parse(e){if(this._getType(e)!==W.null){const t=this._getOrReturnCtx(e);return te(t,{code:Q.invalid_type,expected:W.null,received:t.parsedType}),ne}return ie(e.data)}}Re.create=e=>new Re({typeName:ht.ZodNull,...he(e)});class Fe extends me{constructor(){super(...arguments),this._any=!0}_parse(e){return ie(e.data)}}Fe.create=e=>new Fe({typeName:ht.ZodAny,...he(e)});class Ee extends me{constructor(){super(...arguments),this._unknown=!0}_parse(e){return ie(e.data)}}Ee.create=e=>new Ee({typeName:ht.ZodUnknown,...he(e)});class Le extends me{_parse(e){const t=this._getOrReturnCtx(e);return te(t,{code:Q.invalid_type,expected:W.never,received:t.parsedType}),ne}}Le.create=e=>new Le({typeName:ht.ZodNever,...he(e)});class Pe extends me{_parse(e){if(this._getType(e)!==W.undefined){const t=this._getOrReturnCtx(e);return te(t,{code:Q.invalid_type,expected:W.void,received:t.parsedType}),ne}return ie(e.data)}}Pe.create=e=>new Pe({typeName:ht.ZodVoid,...he(e)});class Ne extends me{_parse(e){const{ctx:t,status:s}=this._processInputParams(e),n=this._def;if(t.parsedType!==W.array)return te(t,{code:Q.invalid_type,expected:W.array,received:t.parsedType}),ne;if(null!==n.exactLength){const e=t.data.length>n.exactLength.value,r=t.data.length<n.exactLength.value;(e||r)&&(te(t,{code:e?Q.too_big:Q.too_small,minimum:r?n.exactLength.value:void 0,maximum:e?n.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:n.exactLength.message}),s.dirty())}if(null!==n.minLength&&t.data.length<n.minLength.value&&(te(t,{code:Q.too_small,minimum:n.minLength.value,type:"array",inclusive:!0,exact:!1,message:n.minLength.message}),s.dirty()),null!==n.maxLength&&t.data.length>n.maxLength.value&&(te(t,{code:Q.too_big,maximum:n.maxLength.value,type:"array",inclusive:!0,exact:!1,message:n.maxLength.message}),s.dirty()),t.common.async)return Promise.all([...t.data].map(((e,s)=>n.type._parseAsync(new le(t,e,t.path,s))))).then((e=>se.mergeArray(s,e)));const r=[...t.data].map(((e,s)=>n.type._parseSync(new le(t,e,t.path,s))));return se.mergeArray(s,r)}get element(){return this._def.type}min(e,t){return new Ne({...this._def,minLength:{value:e,message:de.toString(t)}})}max(e,t){return new Ne({...this._def,maxLength:{value:e,message:de.toString(t)}})}length(e,t){return new Ne({...this._def,exactLength:{value:e,message:de.toString(t)}})}nonempty(e){return this.min(1,e)}}function Ie(e){if(e instanceof Me){const t={};for(const s in e.shape){const n=e.shape[s];t[s]=st.create(Ie(n))}return new Me({...e._def,shape:()=>t})}return e instanceof Ne?new Ne({...e._def,type:Ie(e.element)}):e instanceof st?st.create(Ie(e.unwrap())):e instanceof nt?nt.create(Ie(e.unwrap())):e instanceof ze?ze.create(e.items.map((e=>Ie(e)))):e}Ne.create=(e,t)=>new Ne({type:e,minLength:null,maxLength:null,exactLength:null,typeName:ht.ZodArray,...he(t)});class Me extends me{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(null!==this._cached)return this._cached;const e=this._def.shape(),t=z.objectKeys(e);return this._cached={shape:e,keys:t}}_parse(e){if(this._getType(e)!==W.object){const t=this._getOrReturnCtx(e);return te(t,{code:Q.invalid_type,expected:W.object,received:t.parsedType}),ne}const{status:t,ctx:s}=this._processInputParams(e),{shape:n,keys:r}=this._getCached(),i=[];if(!(this._def.catchall instanceof Le&&"strip"===this._def.unknownKeys))for(const e in s.data)r.includes(e)||i.push(e);const a=[];for(const e of r){const t=n[e],r=s.data[e];a.push({key:{status:"valid",value:e},value:t._parse(new le(s,r,s.path,e)),alwaysSet:e in s.data})}if(this._def.catchall instanceof Le){const e=this._def.unknownKeys;if("passthrough"===e)for(const e of i)a.push({key:{status:"valid",value:e},value:{status:"valid",value:s.data[e]}});else if("strict"===e)i.length>0&&(te(s,{code:Q.unrecognized_keys,keys:i}),t.dirty());else if("strip"!==e)throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const e=this._def.catchall;for(const t of i){const n=s.data[t];a.push({key:{status:"valid",value:t},value:e._parse(new le(s,n,s.path,t)),alwaysSet:t in s.data})}}return s.common.async?Promise.resolve().then((async()=>{const e=[];for(const t of a){const s=await t.key;e.push({key:s,value:await t.value,alwaysSet:t.alwaysSet})}return e})).then((e=>se.mergeObjectSync(t,e))):se.mergeObjectSync(t,a)}get shape(){return this._def.shape()}strict(e){return de.errToObj,new Me({...this._def,unknownKeys:"strict",...void 0!==e?{errorMap:(t,s)=>{var n,r,i,a;const o=null!==(i=null===(r=(n=this._def).errorMap)||void 0===r?void 0:r.call(n,t,s).message)&&void 0!==i?i:s.defaultError;return"unrecognized_keys"===t.code?{message:null!==(a=de.errToObj(e).message)&&void 0!==a?a:o}:{message:o}}}:{}})}strip(){return new Me({...this._def,unknownKeys:"strip"})}passthrough(){return new Me({...this._def,unknownKeys:"passthrough"})}extend(e){return new Me({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new Me({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:ht.ZodObject})}setKey(e,t){return this.augment({[e]:t})}catchall(e){return new Me({...this._def,catchall:e})}pick(e){const t={};return z.objectKeys(e).forEach((s=>{e[s]&&this.shape[s]&&(t[s]=this.shape[s])})),new Me({...this._def,shape:()=>t})}omit(e){const t={};return z.objectKeys(this.shape).forEach((s=>{e[s]||(t[s]=this.shape[s])})),new Me({...this._def,shape:()=>t})}deepPartial(){return Ie(this)}partial(e){const t={};return z.objectKeys(this.shape).forEach((s=>{const n=this.shape[s];e&&!e[s]?t[s]=n:t[s]=n.optional()})),new Me({...this._def,shape:()=>t})}required(e){const t={};return z.objectKeys(this.shape).forEach((s=>{if(e&&!e[s])t[s]=this.shape[s];else{let e=this.shape[s];for(;e instanceof st;)e=e._def.innerType;t[s]=e}})),new Me({...this._def,shape:()=>t})}keyof(){return He(z.objectKeys(this.shape))}}Me.create=(e,t)=>new Me({shape:()=>e,unknownKeys:"strip",catchall:Le.create(),typeName:ht.ZodObject,...he(t)}),Me.strictCreate=(e,t)=>new Me({shape:()=>e,unknownKeys:"strict",catchall:Le.create(),typeName:ht.ZodObject,...he(t)}),Me.lazycreate=(e,t)=>new Me({shape:e,unknownKeys:"strip",catchall:Le.create(),typeName:ht.ZodObject,...he(t)});class Ue extends me{_parse(e){const{ctx:t}=this._processInputParams(e),s=this._def.options;if(t.common.async)return Promise.all(s.map((async e=>{const s={...t,common:{...t.common,issues:[]},parent:null};return{result:await e._parseAsync({data:t.data,path:t.path,parent:s}),ctx:s}}))).then((function(e){for(const t of e)if("valid"===t.result.status)return t.result;for(const s of e)if("dirty"===s.result.status)return t.common.issues.push(...s.ctx.common.issues),s.result;const s=e.map((e=>new G(e.ctx.common.issues)));return te(t,{code:Q.invalid_union,unionErrors:s}),ne}));{let e;const n=[];for(const r of s){const s={...t,common:{...t.common,issues:[]},parent:null},i=r._parseSync({data:t.data,path:t.path,parent:s});if("valid"===i.status)return i;"dirty"!==i.status||e||(e={result:i,ctx:s}),s.common.issues.length&&n.push(s.common.issues)}if(e)return t.common.issues.push(...e.ctx.common.issues),e.result;const r=n.map((e=>new G(e)));return te(t,{code:Q.invalid_union,unionErrors:r}),ne}}get options(){return this._def.options}}Ue.create=(e,t)=>new Ue({options:e,typeName:ht.ZodUnion,...he(t)});const De=e=>e instanceof Qe?De(e.schema):e instanceof tt?De(e.innerType()):e instanceof Ge?[e.value]:e instanceof Ye?e.options:e instanceof Xe?Object.keys(e.enum):e instanceof rt?De(e._def.innerType):e instanceof Ze?[void 0]:e instanceof Re?[null]:null;class $e extends me{_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==W.object)return te(t,{code:Q.invalid_type,expected:W.object,received:t.parsedType}),ne;const s=this.discriminator,n=t.data[s],r=this.optionsMap.get(n);return r?t.common.async?r._parseAsync({data:t.data,path:t.path,parent:t}):r._parseSync({data:t.data,path:t.path,parent:t}):(te(t,{code:Q.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[s]}),ne)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,t,s){const n=new Map;for(const s of t){const t=De(s.shape[e]);if(!t)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(const r of t){if(n.has(r))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(r)}`);n.set(r,s)}}return new $e({typeName:ht.ZodDiscriminatedUnion,discriminator:e,options:t,optionsMap:n,...he(s)})}}function Be(e,t){const s=K(e),n=K(t);if(e===t)return{valid:!0,data:e};if(s===W.object&&n===W.object){const s=z.objectKeys(t),n=z.objectKeys(e).filter((e=>-1!==s.indexOf(e))),r={...e,...t};for(const s of n){const n=Be(e[s],t[s]);if(!n.valid)return{valid:!1};r[s]=n.data}return{valid:!0,data:r}}if(s===W.array&&n===W.array){if(e.length!==t.length)return{valid:!1};const s=[];for(let n=0;n<e.length;n++){const r=Be(e[n],t[n]);if(!r.valid)return{valid:!1};s.push(r.data)}return{valid:!0,data:s}}return s===W.date&&n===W.date&&+e==+t?{valid:!0,data:e}:{valid:!1}}class qe extends me{_parse(e){const{status:t,ctx:s}=this._processInputParams(e),n=(e,n)=>{if(ae(e)||ae(n))return ne;const r=Be(e.value,n.value);return r.valid?((oe(e)||oe(n))&&t.dirty(),{status:t.value,value:r.data}):(te(s,{code:Q.invalid_intersection_types}),ne)};return s.common.async?Promise.all([this._def.left._parseAsync({data:s.data,path:s.path,parent:s}),this._def.right._parseAsync({data:s.data,path:s.path,parent:s})]).then((([e,t])=>n(e,t))):n(this._def.left._parseSync({data:s.data,path:s.path,parent:s}),this._def.right._parseSync({data:s.data,path:s.path,parent:s}))}}qe.create=(e,t,s)=>new qe({left:e,right:t,typeName:ht.ZodIntersection,...he(s)});class ze extends me{_parse(e){const{status:t,ctx:s}=this._processInputParams(e);if(s.parsedType!==W.array)return te(s,{code:Q.invalid_type,expected:W.array,received:s.parsedType}),ne;if(s.data.length<this._def.items.length)return te(s,{code:Q.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),ne;!this._def.rest&&s.data.length>this._def.items.length&&(te(s,{code:Q.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),t.dirty());const n=[...s.data].map(((e,t)=>{const n=this._def.items[t]||this._def.rest;return n?n._parse(new le(s,e,s.path,t)):null})).filter((e=>!!e));return s.common.async?Promise.all(n).then((e=>se.mergeArray(t,e))):se.mergeArray(t,n)}get items(){return this._def.items}rest(e){return new ze({...this._def,rest:e})}}ze.create=(e,t)=>{if(!Array.isArray(e))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new ze({items:e,typeName:ht.ZodTuple,rest:null,...he(t)})};class Ve extends me{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:t,ctx:s}=this._processInputParams(e);if(s.parsedType!==W.object)return te(s,{code:Q.invalid_type,expected:W.object,received:s.parsedType}),ne;const n=[],r=this._def.keyType,i=this._def.valueType;for(const e in s.data)n.push({key:r._parse(new le(s,e,s.path,e)),value:i._parse(new le(s,s.data[e],s.path,e))});return s.common.async?se.mergeObjectAsync(t,n):se.mergeObjectSync(t,n)}get element(){return this._def.valueType}static create(e,t,s){return new Ve(t instanceof me?{keyType:e,valueType:t,typeName:ht.ZodRecord,...he(s)}:{keyType:xe.create(),valueType:e,typeName:ht.ZodRecord,...he(t)})}}class Je extends me{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:t,ctx:s}=this._processInputParams(e);if(s.parsedType!==W.map)return te(s,{code:Q.invalid_type,expected:W.map,received:s.parsedType}),ne;const n=this._def.keyType,r=this._def.valueType,i=[...s.data.entries()].map((([e,t],i)=>({key:n._parse(new le(s,e,s.path,[i,"key"])),value:r._parse(new le(s,t,s.path,[i,"value"]))})));if(s.common.async){const e=new Map;return Promise.resolve().then((async()=>{for(const s of i){const n=await s.key,r=await s.value;if("aborted"===n.status||"aborted"===r.status)return ne;"dirty"!==n.status&&"dirty"!==r.status||t.dirty(),e.set(n.value,r.value)}return{status:t.value,value:e}}))}{const e=new Map;for(const s of i){const n=s.key,r=s.value;if("aborted"===n.status||"aborted"===r.status)return ne;"dirty"!==n.status&&"dirty"!==r.status||t.dirty(),e.set(n.value,r.value)}return{status:t.value,value:e}}}}Je.create=(e,t,s)=>new Je({valueType:t,keyType:e,typeName:ht.ZodMap,...he(s)});class We extends me{_parse(e){const{status:t,ctx:s}=this._processInputParams(e);if(s.parsedType!==W.set)return te(s,{code:Q.invalid_type,expected:W.set,received:s.parsedType}),ne;const n=this._def;null!==n.minSize&&s.data.size<n.minSize.value&&(te(s,{code:Q.too_small,minimum:n.minSize.value,type:"set",inclusive:!0,exact:!1,message:n.minSize.message}),t.dirty()),null!==n.maxSize&&s.data.size>n.maxSize.value&&(te(s,{code:Q.too_big,maximum:n.maxSize.value,type:"set",inclusive:!0,exact:!1,message:n.maxSize.message}),t.dirty());const r=this._def.valueType;function i(e){const s=new Set;for(const n of e){if("aborted"===n.status)return ne;"dirty"===n.status&&t.dirty(),s.add(n.value)}return{status:t.value,value:s}}const a=[...s.data.values()].map(((e,t)=>r._parse(new le(s,e,s.path,t))));return s.common.async?Promise.all(a).then((e=>i(e))):i(a)}min(e,t){return new We({...this._def,minSize:{value:e,message:de.toString(t)}})}max(e,t){return new We({...this._def,maxSize:{value:e,message:de.toString(t)}})}size(e,t){return this.min(e,t).max(e,t)}nonempty(e){return this.min(1,e)}}We.create=(e,t)=>new We({valueType:e,minSize:null,maxSize:null,typeName:ht.ZodSet,...he(t)});class Ke extends me{constructor(){super(...arguments),this.validate=this.implement}_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==W.function)return te(t,{code:Q.invalid_type,expected:W.function,received:t.parsedType}),ne;function s(e,s){return ee({data:e,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,X(),H].filter((e=>!!e)),issueData:{code:Q.invalid_arguments,argumentsError:s}})}function n(e,s){return ee({data:e,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,X(),H].filter((e=>!!e)),issueData:{code:Q.invalid_return_type,returnTypeError:s}})}const r={errorMap:t.common.contextualErrorMap},i=t.data;if(this._def.returns instanceof et){const e=this;return ie((async function(...t){const a=new G([]),o=await e._def.args.parseAsync(t,r).catch((e=>{throw a.addIssue(s(t,e)),a})),c=await Reflect.apply(i,this,o);return await e._def.returns._def.type.parseAsync(c,r).catch((e=>{throw a.addIssue(n(c,e)),a}))}))}{const e=this;return ie((function(...t){const a=e._def.args.safeParse(t,r);if(!a.success)throw new G([s(t,a.error)]);const o=Reflect.apply(i,this,a.data),c=e._def.returns.safeParse(o,r);if(!c.success)throw new G([n(o,c.error)]);return c.data}))}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new Ke({...this._def,args:ze.create(e).rest(Ee.create())})}returns(e){return new Ke({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,t,s){return new Ke({args:e||ze.create([]).rest(Ee.create()),returns:t||Ee.create(),typeName:ht.ZodFunction,...he(s)})}}class Qe extends me{get schema(){return this._def.getter()}_parse(e){const{ctx:t}=this._processInputParams(e);return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}}Qe.create=(e,t)=>new Qe({getter:e,typeName:ht.ZodLazy,...he(t)});class Ge extends me{_parse(e){if(e.data!==this._def.value){const t=this._getOrReturnCtx(e);return te(t,{received:t.data,code:Q.invalid_literal,expected:this._def.value}),ne}return{status:"valid",value:e.data}}get value(){return this._def.value}}function He(e,t){return new Ye({values:e,typeName:ht.ZodEnum,...he(t)})}Ge.create=(e,t)=>new Ge({value:e,typeName:ht.ZodLiteral,...he(t)});class Ye extends me{_parse(e){if("string"!=typeof e.data){const t=this._getOrReturnCtx(e),s=this._def.values;return te(t,{expected:z.joinValues(s),received:t.parsedType,code:Q.invalid_type}),ne}if(-1===this._def.values.indexOf(e.data)){const t=this._getOrReturnCtx(e),s=this._def.values;return te(t,{received:t.data,code:Q.invalid_enum_value,options:s}),ne}return ie(e.data)}get options(){return this._def.values}get enum(){const e={};for(const t of this._def.values)e[t]=t;return e}get Values(){const e={};for(const t of this._def.values)e[t]=t;return e}get Enum(){const e={};for(const t of this._def.values)e[t]=t;return e}extract(e){return Ye.create(e)}exclude(e){return Ye.create(this.options.filter((t=>!e.includes(t))))}}Ye.create=He;class Xe extends me{_parse(e){const t=z.getValidEnumValues(this._def.values),s=this._getOrReturnCtx(e);if(s.parsedType!==W.string&&s.parsedType!==W.number){const e=z.objectValues(t);return te(s,{expected:z.joinValues(e),received:s.parsedType,code:Q.invalid_type}),ne}if(-1===t.indexOf(e.data)){const e=z.objectValues(t);return te(s,{received:s.data,code:Q.invalid_enum_value,options:e}),ne}return ie(e.data)}get enum(){return this._def.values}}Xe.create=(e,t)=>new Xe({values:e,typeName:ht.ZodNativeEnum,...he(t)});class et extends me{unwrap(){return this._def.type}_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==W.promise&&!1===t.common.async)return te(t,{code:Q.invalid_type,expected:W.promise,received:t.parsedType}),ne;const s=t.parsedType===W.promise?t.data:Promise.resolve(t.data);return ie(s.then((e=>this._def.type.parseAsync(e,{path:t.path,errorMap:t.common.contextualErrorMap}))))}}et.create=(e,t)=>new et({type:e,typeName:ht.ZodPromise,...he(t)});class tt extends me{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===ht.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){const{status:t,ctx:s}=this._processInputParams(e),n=this._def.effect||null,r={addIssue:e=>{te(s,e),e.fatal?t.abort():t.dirty()},get path(){return s.path}};if(r.addIssue=r.addIssue.bind(r),"preprocess"===n.type){const e=n.transform(s.data,r);return s.common.issues.length?{status:"dirty",value:s.data}:s.common.async?Promise.resolve(e).then((e=>this._def.schema._parseAsync({data:e,path:s.path,parent:s}))):this._def.schema._parseSync({data:e,path:s.path,parent:s})}if("refinement"===n.type){const e=e=>{const t=n.refinement(e,r);if(s.common.async)return Promise.resolve(t);if(t instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return e};if(!1===s.common.async){const n=this._def.schema._parseSync({data:s.data,path:s.path,parent:s});return"aborted"===n.status?ne:("dirty"===n.status&&t.dirty(),e(n.value),{status:t.value,value:n.value})}return this._def.schema._parseAsync({data:s.data,path:s.path,parent:s}).then((s=>"aborted"===s.status?ne:("dirty"===s.status&&t.dirty(),e(s.value).then((()=>({status:t.value,value:s.value}))))))}if("transform"===n.type){if(!1===s.common.async){const e=this._def.schema._parseSync({data:s.data,path:s.path,parent:s});if(!ce(e))return e;const i=n.transform(e.value,r);if(i instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:t.value,value:i}}return this._def.schema._parseAsync({data:s.data,path:s.path,parent:s}).then((e=>ce(e)?Promise.resolve(n.transform(e.value,r)).then((e=>({status:t.value,value:e}))):e))}z.assertNever(n)}}tt.create=(e,t,s)=>new tt({schema:e,typeName:ht.ZodEffects,effect:t,...he(s)}),tt.createWithPreprocess=(e,t,s)=>new tt({schema:t,effect:{type:"preprocess",transform:e},typeName:ht.ZodEffects,...he(s)});class st extends me{_parse(e){return this._getType(e)===W.undefined?ie(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}st.create=(e,t)=>new st({innerType:e,typeName:ht.ZodOptional,...he(t)});class nt extends me{_parse(e){return this._getType(e)===W.null?ie(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}nt.create=(e,t)=>new nt({innerType:e,typeName:ht.ZodNullable,...he(t)});class rt extends me{_parse(e){const{ctx:t}=this._processInputParams(e);let s=t.data;return t.parsedType===W.undefined&&(s=this._def.defaultValue()),this._def.innerType._parse({data:s,path:t.path,parent:t})}removeDefault(){return this._def.innerType}}rt.create=(e,t)=>new rt({innerType:e,typeName:ht.ZodDefault,defaultValue:"function"==typeof t.default?t.default:()=>t.default,...he(t)});class it extends me{_parse(e){const{ctx:t}=this._processInputParams(e),s={...t,common:{...t.common,issues:[]}},n=this._def.innerType._parse({data:s.data,path:s.path,parent:{...s}});return ue(n)?n.then((e=>({status:"valid",value:"valid"===e.status?e.value:this._def.catchValue({get error(){return new G(s.common.issues)},input:s.data})}))):{status:"valid",value:"valid"===n.status?n.value:this._def.catchValue({get error(){return new G(s.common.issues)},input:s.data})}}removeCatch(){return this._def.innerType}}it.create=(e,t)=>new it({innerType:e,typeName:ht.ZodCatch,catchValue:"function"==typeof t.catch?t.catch:()=>t.catch,...he(t)});class at extends me{_parse(e){if(this._getType(e)!==W.nan){const t=this._getOrReturnCtx(e);return te(t,{code:Q.invalid_type,expected:W.nan,received:t.parsedType}),ne}return{status:"valid",value:e.data}}}at.create=e=>new at({typeName:ht.ZodNaN,...he(e)});const ot=Symbol("zod_brand");class ct extends me{_parse(e){const{ctx:t}=this._processInputParams(e),s=t.data;return this._def.type._parse({data:s,path:t.path,parent:t})}unwrap(){return this._def.type}}class ut extends me{_parse(e){const{status:t,ctx:s}=this._processInputParams(e);if(s.common.async)return(async()=>{const e=await this._def.in._parseAsync({data:s.data,path:s.path,parent:s});return"aborted"===e.status?ne:"dirty"===e.status?(t.dirty(),re(e.value)):this._def.out._parseAsync({data:e.value,path:s.path,parent:s})})();{const e=this._def.in._parseSync({data:s.data,path:s.path,parent:s});return"aborted"===e.status?ne:"dirty"===e.status?(t.dirty(),{status:"dirty",value:e.value}):this._def.out._parseSync({data:e.value,path:s.path,parent:s})}}static create(e,t){return new ut({in:e,out:t,typeName:ht.ZodPipeline})}}class dt extends me{_parse(e){const t=this._def.innerType._parse(e);return ce(t)&&(t.value=Object.freeze(t.value)),t}}dt.create=(e,t)=>new dt({innerType:e,typeName:ht.ZodReadonly,...he(t)});const lt=(e,t={},s)=>e?Fe.create().superRefine(((n,r)=>{var i,a;if(!e(n)){const e="function"==typeof t?t(n):"string"==typeof t?{message:t}:t,o=null===(a=null!==(i=e.fatal)&&void 0!==i?i:s)||void 0===a||a,c="string"==typeof e?{message:e}:e;r.addIssue({code:"custom",...c,fatal:o})}})):Fe.create(),pt={object:Me.lazycreate};var ht;!function(e){e.ZodString="ZodString",e.ZodNumber="ZodNumber",e.ZodNaN="ZodNaN",e.ZodBigInt="ZodBigInt",e.ZodBoolean="ZodBoolean",e.ZodDate="ZodDate",e.ZodSymbol="ZodSymbol",e.ZodUndefined="ZodUndefined",e.ZodNull="ZodNull",e.ZodAny="ZodAny",e.ZodUnknown="ZodUnknown",e.ZodNever="ZodNever",e.ZodVoid="ZodVoid",e.ZodArray="ZodArray",e.ZodObject="ZodObject",e.ZodUnion="ZodUnion",e.ZodDiscriminatedUnion="ZodDiscriminatedUnion",e.ZodIntersection="ZodIntersection",e.ZodTuple="ZodTuple",e.ZodRecord="ZodRecord",e.ZodMap="ZodMap",e.ZodSet="ZodSet",e.ZodFunction="ZodFunction",e.ZodLazy="ZodLazy",e.ZodLiteral="ZodLiteral",e.ZodEnum="ZodEnum",e.ZodEffects="ZodEffects",e.ZodNativeEnum="ZodNativeEnum",e.ZodOptional="ZodOptional",e.ZodNullable="ZodNullable",e.ZodDefault="ZodDefault",e.ZodCatch="ZodCatch",e.ZodPromise="ZodPromise",e.ZodBranded="ZodBranded",e.ZodPipeline="ZodPipeline",e.ZodReadonly="ZodReadonly"}(ht||(ht={}));const mt=xe.create,ft=Oe.create,gt=at.create,yt=Se.create,vt=Ce.create,_t=Ae.create,bt=Te.create,wt=Ze.create,kt=Re.create,xt=Fe.create,jt=Ee.create,Ot=Le.create,St=Pe.create,Ct=Ne.create,At=Me.create,Tt=Me.strictCreate,Zt=Ue.create,Rt=$e.create,Ft=qe.create,Et=ze.create,Lt=Ve.create,Pt=Je.create,Nt=We.create,It=Ke.create,Mt=Qe.create,Ut=Ge.create,Dt=Ye.create,$t=Xe.create,Bt=et.create,qt=tt.create,zt=st.create,Vt=nt.create,Jt=tt.createWithPreprocess,Wt=ut.create,Kt={string:e=>xe.create({...e,coerce:!0}),number:e=>Oe.create({...e,coerce:!0}),boolean:e=>Ce.create({...e,coerce:!0}),bigint:e=>Se.create({...e,coerce:!0}),date:e=>Ae.create({...e,coerce:!0})},Qt=ne;var Gt=Object.freeze({__proto__:null,defaultErrorMap:H,setErrorMap:function(e){Y=e},getErrorMap:X,makeIssue:ee,EMPTY_PATH:[],addIssueToContext:te,ParseStatus:se,INVALID:ne,DIRTY:re,OK:ie,isAborted:ae,isDirty:oe,isValid:ce,isAsync:ue,get util(){return z},get objectUtil(){return V},ZodParsedType:W,getParsedType:K,ZodType:me,ZodString:xe,ZodNumber:Oe,ZodBigInt:Se,ZodBoolean:Ce,ZodDate:Ae,ZodSymbol:Te,ZodUndefined:Ze,ZodNull:Re,ZodAny:Fe,ZodUnknown:Ee,ZodNever:Le,ZodVoid:Pe,ZodArray:Ne,ZodObject:Me,ZodUnion:Ue,ZodDiscriminatedUnion:$e,ZodIntersection:qe,ZodTuple:ze,ZodRecord:Ve,ZodMap:Je,ZodSet:We,ZodFunction:Ke,ZodLazy:Qe,ZodLiteral:Ge,ZodEnum:Ye,ZodNativeEnum:Xe,ZodPromise:et,ZodEffects:tt,ZodTransformer:tt,ZodOptional:st,ZodNullable:nt,ZodDefault:rt,ZodCatch:it,ZodNaN:at,BRAND:ot,ZodBranded:ct,ZodPipeline:ut,ZodReadonly:dt,custom:lt,Schema:me,ZodSchema:me,late:pt,get ZodFirstPartyTypeKind(){return ht},coerce:Kt,any:xt,array:Ct,bigint:yt,boolean:vt,date:_t,discriminatedUnion:Rt,effect:qt,enum:Dt,function:It,instanceof:(e,t={message:`Input not instance of ${e.name}`})=>lt((t=>t instanceof e),t),intersection:Ft,lazy:Mt,literal:Ut,map:Pt,nan:gt,nativeEnum:$t,never:Ot,null:kt,nullable:Vt,number:ft,object:At,oboolean:()=>vt().optional(),onumber:()=>ft().optional(),optional:zt,ostring:()=>mt().optional(),pipeline:Wt,preprocess:Jt,promise:Bt,record:Lt,set:Nt,strictObject:Tt,string:mt,symbol:bt,transformer:qt,tuple:Et,undefined:wt,union:Zt,unknown:jt,void:St,NEVER:Qt,ZodIssueCode:Q,quotelessJson:e=>JSON.stringify(e,null,2).replace(/"([^"]+)":/g,"$1:"),ZodError:G});const Ht=Gt.object({create:Gt.boolean(),read:Gt.boolean(),publish:Gt.boolean(),administrate:Gt.boolean(),update:Gt.boolean(),delete:Gt.boolean(),comment:Gt.boolean(),member:Gt.boolean()}),Yt=e=>Ht.safeParse(e).success,Xt=Gt.string(),es=Gt.string().nullable(),ts=Gt.number(),ss=Gt.string().nullable(),ns=Gt.string().nullable(),rs=Gt.string().nullable(),is=Gt.number(),as=Gt.string(),os=Gt.string(),cs=Gt.union([is,rs,ns,ss,as,ts,es,Xt,os]),us={ADMIN:9,USER:5,EXTERNAL:3,GUEST:0},ds=Gt.lazy((()=>Ts.extend({title:Gt.string(),_url:Gt.string(),level:Gt.nativeEnum(us),dateCreation:Gt.string(),dateModified:Gt.string()}).catchall(cs))),ls=Gt.lazy((()=>ds.schema.extend({active:Gt.number()}))),ps=e=>ls.safeParse(e).success,hs=ls,ms=e=>hs.safeParse(e).success,fs=Gt.object({idInType:Gt.number(),lat:Gt.number(),lng:Gt.number()}),gs=e=>fs.safeParse(e).success,ys=Gt.object({title:Gt.string(),firstname:Gt.string(),lastname:Gt.string(),mail:Gt.union([Gt.string(),Gt.undefined()]).optional(),description:Gt.string().optional(),dateOfBirth:Gt.string().optional(),phoneNumber:Gt.string().optional(),language:Gt.string().optional(),timeZone:Gt.string().optional(),mobileNumber:Gt.string().optional(),company:Gt.string().optional(),country:Gt.string().optional(),department:Gt.string().optional(),function:Gt.string().optional(),webSite:Gt.string().optional(),image:Gt.union([Gt.string(),Gt.undefined()]).optional(),userBanner:Gt.union([Gt.string(),Gt.undefined()]).optional(),field1:Gt.string().optional(),field2:Gt.string().optional(),field3:Gt.string().optional(),field4:Gt.string().optional(),field5:Gt.string().optional()}),vs=ys.required().extend({level:Gt.string(),image:Gt.string().optional(),businessManagementManager:ds.array().optional(),businessNetworkingUserToCompanySrc:ds.array().optional()}),_s=Gt.object({user_field_edit_profil:Gt.record(ys.keyof(),Gt.number()),user_field_editable:Gt.record(ys.keyof(),Gt.number()),user_field_my_page:Gt.record(ys.keyof(),Gt.number()),user_page_mandatory_fields:Gt.object({firstname:Gt.enum(["0","1"]),lastname:Gt.enum(["0","1"]),pseudo:Gt.enum(["0","1"])})}),bs=Gt.object({name:Gt.string(),value:Gt.union([Gt.string(),Gt.record(Gt.string(),Gt.any())])}),ws=Gt.enum(["popover"]),ks=Gt.object({values:vs,mobileEditableFields:vs.keyof().array()}),xs=Gt.object({mail:Gt.union([Gt.string(),Gt.undefined()]),title:Gt.string(),firstname:Gt.string(),lastname:Gt.string(),phoneNumber:Gt.union([Gt.string(),Gt.undefined()]).optional(),company:Gt.union([Gt.string(),Gt.undefined()]).optional(),function:Gt.union([Gt.string(),Gt.undefined()]).optional(),uri:Gt.union([Gt.string(),Gt.undefined()]).optional(),field1:Gt.union([Gt.string(),Gt.undefined()]).optional(),field2:Gt.union([Gt.string(),Gt.undefined()]).optional(),field3:Gt.union([Gt.string(),Gt.undefined()]).optional(),field4:Gt.union([Gt.string(),Gt.undefined()]).optional(),field5:Gt.union([Gt.string(),Gt.undefined()]).optional()}),js=Gt.object({userDirectoryShow:Gt.union([Gt.literal(""),Gt.literal("1")]),contactDirectoryShow:Gt.union([Gt.literal("0"),Gt.literal("1")]),businessContactShow:Gt.boolean(),menu:Gt.union([Gt.literal("0"),Gt.literal("1")]),cardFields:Gt.string().array(),tableFields:Gt.string().array(),viewFields:Gt.string().array(),userGeoloc:Gt.boolean().optional(),sort:Gt.string(),cnt:Gt.number().optional(),filters:Gt.object({name:Gt.string(),type:Gt.string()}).array()}),Os=e=>js.safeParse(e).success,Ss=Gt.lazy((()=>Zs.extend({dateCreation:Gt.string(),dateModified:Gt.string(),firstname:Gt.string(),lastname:Gt.string(),active:Gt.number(),mail:Gt.string().optional()}))),Cs=e=>Ss.safeParse(e).success,As=Gt.lazy((()=>Zs.extend({id:Gt.string(),shortUri:Gt.string(),name:Gt.string(),label:Gt.string(),cssClass:Gt.string(),cssColor:Gt.string(),class:Gt.string(),Pseudo:Gt.string(),_values:Gt.record(Gt.string(),Gt.unknown())}))),Ts=Gt.object({id:Gt.number(),mainType:Gt.string(),type:Gt.string(),uri:Gt.string(),dateCreation:Gt.string().optional(),dateModified:Gt.string().optional().nullable()}),Zs=Ts.extend({title:Gt.string(),_url:Gt.string()}),Rs=e=>Zs.safeParse(e).success,Fs=Gt.lazy((()=>Zs.extend({description:Gt.string().optional().nullable(),_user:ds,_right:Ht}))),Es=e=>Fs.safeParse(e).success,Ls=Gt.object({attrName:Gt.string(),token:Gt.string(),file:Gt.instanceof(File).nullable().optional(),url:Gt.string().optional()}),Ps=Gt.object({width:Gt.number(),height:Gt.number()}),Ns=Gt.object({x:Gt.number(),y:Gt.number(),w:Gt.number(),h:Gt.number(),rotation:Gt.number(),killSize:Gt.boolean().optional()}),Is=Zs.extend({dateCreation:Gt.string(),dateModified:Gt.string().nullable(),mimetype:Gt.string(),path:Gt.string().optional(),size:Gt.number()}),Ms=e=>Is.parse(e),Us=Is.extend({_extend:Gt.object({crop:Ns})}),Ds=Gt.object({name:Gt.string(),filename:Gt.string(),dateModified:Gt.string(),mimetype:Gt.string()}),$s=Gt.object({idUser:Gt.string(),dateDownload:Gt.string(),Pseudo:Gt.string(),type:Gt.string()}),Bs=e=>Gt.object({isActive:Gt.boolean()}).and(e),qs=Gt.enum(["drive_microsoft_graph","drive_dropbox","drive_google"]),zs=Bs(Gt.object({drives:Gt.record(qs,Gt.boolean())})),Vs=Bs(Gt.object({label:Gt.string()})),Js=Bs(Gt.object({orderBy:Gt.string(),order:Gt.enum(["ASC","DESC"])})),Ws=Bs(Gt.object({})),Ks=Bs(Gt.object({create:Gt.boolean(),autorize:Gt.array(Gt.enum(["message","comment","board","article"]).optional())})),Qs=Gt.object({DriveHook:zs,calendarHook:Vs,FileBankHook:Js,spotRssFeed:Ws,WidgetHook:Ks}).partial(),Gs=e=>Qs.and(Gt.record(Gt.string(),Gt.any())).parse(e),Hs="accept",Ys="deny";function Xs(e){const t=e;return t&&"number"==typeof t.id&&"number"==typeof t.targetId}const en={bookmarkLink:Xs},tn={isBookmarkLink:function(e){return"targetId"in e&&!!e.targetId},isBookmarkCustom:function(e){const t=e;return void 0!==t.bookmarkLabel||void 0!==t.bookmarkMeta||void 0!==t.bookmarkUrl},isBookmarkRawList:Xs,isTVChannelType:function(e,t){return"tvChannelType"in e&&e.tvChannelType===t},objectIsType:function(e,t){return null!=t&&en[e](t)},isStandardApiError:e=>"object"==typeof e&&null!==e&&"error"in e&&"errorMsg"in e&&"messages"in e&&"number"==typeof e.error&&"string"==typeof e.errorMsg&&Array.isArray(e.messages),isAbortApiError:e=>null!==e&&"object"==typeof e&&"error"in e&&"aborted"in e&&-1===e.error&&!0===e.aborted};function sn(e,t){return e&&!e.endsWith(t)?`${e}${t}`:e}function nn(e,t){return e&&e.startsWith(t)?e.split("").slice(t.length).join(""):e}function rn(e){return e.toString().padStart(2,"0")}function an(e){return"uri"in e&&e.uri?e.uri:`${e.type}/${e.recordId}`}function on(e){return nn(sn(e.from,"/"),"/")||""}function cn(e){return e.timestamp?`?_=${e.timestamp}`:""}function un(e){const t=[];return"timestamp"in e&&e.timestamp&&t.push(`_=${e.timestamp}`),"iconColor"in e&&e.iconColor&&t.push(`color=${e.iconColor}`),t.length?"?"+t.join("&"):""}function dn(e,t=2){return"size"in e&&e.size?e.size:"width"in e&&e.width&&"height"in e&&e.height?`${e.width*t}x${e.height*t}`:""}function ln(e){return e.format||"png"}function pn(e){try{return new URL(e)}catch(e){}try{return new URL(window.location.origin+"/"+nn(e,"/"))}catch(e){}}function hn(e,t=2){if("url"in e&&e.url){const t=pn(e.url);if(t)return"timestamp"in e&&e.timestamp&&!t.searchParams.has("_")&&t.searchParams.append("_",e.timestamp.toString()),t.toString()}return`/${on(e)}${dn(e,t)}/${an(e)}.${ln(e)}${un(e)}`}const mn=["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pdf","application/zip","application/illustrator","application/postscript","application/vnd.ms-opentype","application/x-font-ttf","application/octet-stream","audio/mp3","audio/mpeg","font/ttf","font/otf","image/jpeg","image/jpg","image/png","image/gif","image/vnd.adobe.photoshop","image/svg+xml","text/plain","text/csv","video/mp4","video/webm"],fn=["docx","xlsx","csv","pptx","pdf","zip","ai","mp3","mpeg","ttf","otf","jpg","jpeg","png","gif","psd","svg","txt","mp4","odt","webm"],gn={"application/vnd.openxmlformats-officedocument.wordprocessingml.document":"docx","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"xlsx","application/vnd.openxmlformats-officedocument.presentationml.presentation":"pptx","application/vnd.oasis.opendocument.text":"odt","application/pdf":"pdf","application/zip":"zip","application/x-zip-compressed":"zip","application/illustrator":"ai","application/postscript":"ai","audio/mp3":"mp3","audio/mpeg":"mpeg","font/ttf":"ttf","font/otf":"otf","image/jpeg":"jpeg","image/jpg":"jpg","image/png":"png","image/gif":"gif","application/x-font-ttf":"ttf","application/vnd.ms-opentype":"otf","image/vnd.adobe.photoshop":"psd","image/svg+xml":"svg","text/plain":"txt","text/csv":"xlsx","video/mp4":"mp4","video/webm":"mp4"},yn=e=>Object.keys(gn).find((t=>gn[t]===e)),vn=e=>{var t;return null!==(t=gn[e])&&void 0!==t?t:void 0};function _n(e){const t=String(e).split(".").pop();return fn.find((e=>e===t))}const bn=e=>{var t;const s=_n(e);return null!==(t=yn(s))&&void 0!==t?t:"application/octet-stream"},wn=e=>e?(new Date(e).getTime()/1e3).toFixed(0):void 0,kn=(e,t="fitx80")=>{const s=An(e),n=wn(e.dateModified);switch(s){default:return;case"video":return`/media/${e.id}.mp4?stream=true`+(n?`&_=${n}`:"");case"audio":return`/media/${e.id}.mp3`+(n?`?_=${n}`:"");case"gif":return hn({timestamp:n,size:t,from:"imagecache",uri:e.uri,format:"gif"});case"image":return hn({timestamp:n,size:t,from:"imagecache",uri:e.uri})}},xn=e=>{const t=_n(e);return void 0!==t?On(yn(t)):"application"},jn=e=>-1!==["image/vnd","image/svg","image/heic"].findIndex((t=>e.startsWith(t)));function On(e){return e&&e.startsWith("folder/")?"folder":null==e||jn(e)?"application":e.startsWith("image/gif")?"gif":e.startsWith("image/")?"image":e.startsWith("video/")?"video":e.startsWith("audio/")?"audio":e.startsWith("font/")||e.startsWith("application/x-font-ttf")||e.startsWith("application/vnd.ms-opentype")?"font":e.startsWith("text/")?"text":"application"}const Sn=(e,t,s="rr")=>"ng"===s?`/ng/file/${e}/${t}`:`/ng/rr/file/${e}/${t}`,Cn=e=>void 0===e.mimetype||"application/octet-stream"===e.mimetype?bn(e.title):e.mimetype,An=e=>void 0===e.mimetype||"application/octet-stream"===e.mimetype?xn(e.title):On(e.mimetype),Tn=Array.isArray,Zn=Object.keys,Rn=Object.prototype.hasOwnProperty;function Fn(e,t,s){const n=null==s?void 0:s.map((e=>e.split(".")));if(e===t)return!0;if(e&&t&&"object"==typeof e&&"object"==typeof t){const r=Tn(e),i=Tn(t);let a,o,c;if(r&&i){if(o=e.length,o!==t.length)return!1;for(a=o;0!=a--;)if(!Fn(e[a],t[a],s))return!1;return!0}if(r!==i)return!1;const u=e instanceof Date,d=t instanceof Date;if(u!==d)return!1;if(u&&d)return e.getTime()===t.getTime();const l=e instanceof RegExp,p=t instanceof RegExp;if(l!==p)return!1;if(l&&p)return e.toString()===t.toString();const h=Zn(e).filter((e=>!(null==n?void 0:n.some((t=>1===t.length&&t[0]===e)))));if(o=h.length,o!==Zn(t).filter((e=>!(null==n?void 0:n.some((t=>1===t.length&&t[0]===e))))).length)return!1;for(a=o;0!=a--;)if(!Rn.call(t,h[a]))return!1;for(a=o;0!=a--;)if(c=h[a],!("_owner"===c&&e.$$typeof||Fn(e[c],t[c],null==n?void 0:n.filter((e=>e.length>1&&e[0]===c)).map((e=>e.splice(1).join("."))))))return!1;return!0}return e!=e&&t!=t}function En(e,t){if(Array.isArray(e))return e.map((e=>En(e,t)));if("object"==typeof e&&null!==e){let s={};return Object.keys(e).forEach((n=>{s=Object.assign(Object.assign({},s),{[n]:n&&t.includes(n)?typeof e[n]:En(e[n],t)})})),s}return e}function Ln(e){return e.startsWith("tag_")||"tags"===e}function Pn(e){return Object.fromEntries(Object.entries(e).filter((([e])=>Ln(e))))}function Nn(e,t,s){return Object.fromEntries(Object.entries(e).filter((([e])=>Ln(e))).map((([e,n])=>{const r=Array.isArray(n)?n.map((e=>"object"==typeof e&&e&&t in e?e[t]:e)):n;return[e,s?s(r):r]})))}function In(e){return Nn(e,"uri")}const Mn=e=>{var t;let s={};"_errors"in e&&(s._errors=e._errors),"_options"in e&&(s._options=e._options),"title"in e&&(s.title=e.title),"description"in e&&(s.description=e.description),"activity"in e&&(s.activity=e.activity),"image"in e&&(s.image=e.image),"uri"in e&&(s.uri=e.uri),"type"in e&&(s.type=e.type),"edito"in e&&(s.edito=e.edito),"category"in e&&(s.category=e.category.toString()),"commentLevel"in e&&(s.commentLevel=e.commentLevel),"_options"in e&&(null===(t=e._options)||void 0===t?void 0:t.custom_widgets)&&(s.custom_widgets=Array.isArray(e._options.custom_widgets)?{}:e._options.custom_widgets),"displayType"in e&&(s.displayType=e.displayType),"language"in e&&(s.language=e.language),"edit_access"in e&&(s.edit_access=e.edit_access),"lock_mail"in e&&(s.lock_mail=e.lock_mail),"fileSyncEnabled"in e&&(s.fileSyncEnabled=e.fileSyncEnabled),"fileSyncVersioningType"in e&&(s.fileSyncVersioningType=e.fileSyncVersioningType),"fileBankQuota"in e&&(s.fileBankQuota=e.fileBankQuota),"idCommunity"in e&&(s.idCommunity=e.idCommunity),"lastRssExecution"in e&&(s.lastRssExecution=e.lastRssExecution),"mail_comment"in e&&(s.mail_comment=e.mail_comment),"mail_frequency"in e&&(s.mail_frequency=e.mail_frequency),"mail_spotit"in e&&(s.mail_spotit=e.mail_spotit),"mail_subscriber"in e&&(s.mail_subscriber=e.mail_subscriber),"notifyFolder"in e&&(s.notifyFolder=e.notifyFolder),"nounsubscribe"in e&&(s.nounsubscribe=e.nounsubscribe),"privacy"in e&&(s.privacy=e.privacy),"publishFolder"in e&&(s.publishFolder=e.publishFolder),"rss_access"in e&&(s.rss_access=e.rss_access),"rss_feed"in e&&(s.rss_feed=e.rss_feed&&Array.isArray(e.rss_feed)?JSON.stringify(e.rss_feed.map((e=>{var{_user:t}=e,s=function(e,t){var s={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(s[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(s[n[r]]=e[n[r]])}return s}(e,["_user"]);return Object.assign(Object.assign({},s),{idUser:null==t?void 0:t.id})}))):"[]"),"rss_key"in e&&(s.rss_key=e.rss_key),"spot_right_user"in e&&(s.spot_right_user=e.spot_right_user),"spotBanner"in e&&(s.spotBanner=e.spotBanner),"spotDefaultPublishType"in e&&(s.spotDefaultPublishType=e.spotDefaultPublishType),"user_level_signup"in e&&(s.user_level_signup=e.user_level_signup),"useTeaser"in e&&(s.useTeaser=e.useTeaser),"widgets"in e&&(s.widgets=e.widgets);const n=Pn(e);if(s=Object.assign(Object.assign({},s),n),Un(e,s))return s;throw new Error},Un=(e,t)=>{const s=["id","mainType","dateCreation","dateModified","_url","o2apLinksSources"],n=["custom_widgets"],r=Object.keys(e),i=Object.keys(t),a=r.filter((e=>!i.includes(e)&&!s.includes(e))),o=i.filter((e=>!r.includes(e)&&!n.includes(e))),c=[...a.map((e=>"- "+e)),...o.map((e=>"+ "+e))];if(a.length>0||o.length>0)throw new Error(`prepareGroupForUpdate :: Wrong group mapping | Diff : ${JSON.stringify(c)}`);return!0},Dn=new q(new J),$n=new $(Dn);window.JamespotUserApi=$n;const Bn=$n,qn=$;module.exports=s})();
1
+ (()=>{"use strict";var e,t={d:(e,s)=>{for(var n in s)t.o(s,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:s[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},s={};t.r(s),t.d(s,{ACCESS_REQUEST_ACCEPT:()=>qn,ACCESS_REQUEST_DENY:()=>zn,AdminLicenseApi:()=>r,AdminStoreApi:()=>i,AdminUtilsApi:()=>a,GroupModerateStatus:()=>gs,JApplicationApi:()=>o,JArticleApi:()=>Q,JAssetReservation:()=>X,JAudienceApi:()=>ee,JBaseApi:()=>n,JBookmarkApi:()=>te,JBusinessNetworkingApi:()=>se,JCommunityApi:()=>ne,JDiapazoneApi:()=>re,JFaqApi:()=>oe,JFileApi:()=>ae,JFilebankApi:()=>ce,JGlobalApi:()=>ue,JGroupApi:()=>pe,JIAApi:()=>Is,JLandApi:()=>xs,JMessengerApi:()=>js,JObjectApi:()=>Ps,JSearchApi:()=>Os,JShareApi:()=>Fs,JSocialActionApi:()=>Ls,JTaxonomyApi:()=>As,JUserApi:()=>Cs,JWedocApi:()=>Ts,JWidgetApi:()=>Ms,JamespotUserApi:()=>Us,JamespotUserApiInstance:()=>Wn,Network:()=>M,StudioApplicationStatus:()=>e,TVDisplayApi:()=>Rs,UserLevel:()=>Xs,WindowBrowser:()=>Ds,api:()=>Kn,businessContactSchema:()=>mn,combineFormat:()=>z,deepEqual:()=>B,default:()=>Jn,extensions:()=>x,extractTaxonomiesFromObject:()=>W,extractTaxonomiesFromObjectAndMapProperty:()=>J,extractTaxonomiesFromObjectAndMapUri:()=>K,fileCropConfigSchema:()=>An,formatImgUrl:()=>w,getArgs:()=>y,getExtensionFromName:()=>A,getFileExtensionFromMimetype:()=>S,getFileFamily:()=>E,getFileFamilyFromName:()=>F,getFormat:()=>_,getFrom:()=>f,getMimetypeFromExtension:()=>O,getMimetypeFromName:()=>C,getSize:()=>v,getTimestamp:()=>g,getUri:()=>m,getUrl:()=>b,imageSizeSchema:()=>Sn,jEnsure:()=>d,jFileLittleCropSchema:()=>Rn,jFileLittleSchema:()=>Cn,jFileRenditionSchema:()=>Fn,jObjectBaseSchema:()=>bn,jObjectListSchema:()=>xn,jObjectLittleSchema:()=>wn,jUserListSchema:()=>tn,jUserLittleSchema:()=>en,jUserValuesSchema:()=>un,jUserViewSchema:()=>nn,mimetypeToExt:()=>j,mimetypes:()=>k,network:()=>Vn,objectTimestamp:()=>T,padStartTwoDigits:()=>h,prepareGroupForUpdate:()=>G,removeIfStartsWith:()=>p,replacePropertiesWithTypes:()=>q,resolveFileFamily:()=>L,resolveFileMimetype:()=>N,resolveFilePath:()=>R,resolveFileUrl:()=>P,rightsSchema:()=>$s,suffixIfDoesNotExist:()=>l,uploadConfigSchema:()=>On,userDefaultFieldsTypeSchema:()=>cn,userDirectoryConfigurationSchema:()=>fn,userDownloadSchema:()=>Zn,userFieldSchema:()=>ln,userFieldsConfigurationTypeSchema:()=>dn,userFieldsSchema:()=>pn,userMapModelSchema:()=>an,userModelSchema:()=>yn,userSchema:()=>_n,userValuesSchema:()=>hn,userlevelSpotShema:()=>vs,validateIsFormatFileLittle:()=>Tn,validateIsFormatHookListType:()=>Bn,validateIsFormatObjectList:()=>jn,validateIsFormatObjectLittle:()=>kn,validateIsFormatRights:()=>Bs,validateIsFormatUserDirectoryConfiguration:()=>gn,validateIsFormatUserLevelSpot:()=>_s,validateIsFormatUserList:()=>sn,validateIsFormatUserMapModel:()=>on,validateIsFormatUserModel:()=>vn,validateIsFormatUserView:()=>rn,widgetActiveValueSchema:()=>Gs,widgetDatePickerValueSchema:()=>Ks,widgetDateValueSchema:()=>Ws,widgetDatetimeValueSchema:()=>Js,widgetEmailValueSchema:()=>Hs,widgetNumberValueSchema:()=>Vs,widgetTextValueSchema:()=>qs,widgetTextareaValueSchema:()=>zs,widgetUrlValueSchema:()=>Qs,widgetsValueSchema:()=>Ys});class n{constructor(e){this.jApi=e,this.network=e.network}}class r extends n{getLicenseUserStatistics(){return this.network.post({o:"licenseManager",f:"userStatistics"})}assignLicense(e){return this.network.postCSRF({o:"licenseManager",f:"assignLicense",uri:e})}unAssignLicense(e){return this.network.postCSRF({o:"licenseManager",f:"unassignLicense",uri:e})}getAssignmentMode(e){return this.network.post({o:"licenseManager",f:"getAssignmentMode",type:e})}setAssignmentMode(e,t){return this.network.postCSRF({o:"licenseManager",f:"setAssignmentMode",value:t,type:e})}assignPossiblesLicenses(e){return this.network.postCSRF({o:"licenseManager",f:"assignPossiblesLicenses",type:e})}unAssignUnusedLicenses(e){return this.network.postCSRF({o:"licenseManager",f:"unassignUnusedLicenses",type:e})}optimizeLicenses(e){return this.network.postCSRF({o:"licenseManager",f:"optimizeLicenses",type:e})}getObjectsWithoutLicense(e,t){return this.network.post({o:"licenseManager",f:"countObjectsWithoutLicense",type:e,filter:t})}getLicensesNotAssigned(e){return this.network.post({o:"licenseManager",f:"countLicensesNotAssigned",type:e})}getLicensesAssigned(e){return this.network.post({o:"licenseManager",f:"getLicensesAssigned",type:e})}}class i extends n{getItem(e){return this.network.post({o:"adminStore",f:"getItem",uri:e})}checkoutBilling(e){return this.network.postCSRF({o:"adminStore",f:"checkoutBilling",uri:e})}checkoutFinalize(e){return this.network.postCSRF({o:"adminStore",f:"checkoutFinalize",uri:e})}}class a extends n{getApps(){return this.network.post({o:"admin",f:"apps"})}}!function(e){e.local="local",e.installed="installed",e.autosaved="autosaved",e.saved="saved"}(e||(e={}));class o extends n{list(){return this.network.post({o:"studio",f:"list"})}get(e,t){return this.network.post({o:"studio",f:"get",idApp:e,status:t})}install(e){return this.network.postCSRF({o:"studio",f:"install",value:e})}suspend(e){return this.network.postCSRF({o:"studio",f:"suspend",idApp:e})}restart(e){return this.network.postCSRF({o:"studio",f:"restart",idApp:e})}save(t,s,n){if(n===e.saved||n===e.autosaved)return this.network.postCSRF({o:"studio",f:"save",idApp:t,value:s,status:n});throw"Invalid status value"}delete(e,t){return s=this,n=void 0,i=function*(){return this.network.postCSRF({o:"studio",f:"delete",idApp:e,status:t}).then((e=>{if(0===e.error)return e.messages;throw e.messages}))},new((r=void 0)||(r=Promise))((function(e,t){function a(e){try{c(i.next(e))}catch(e){t(e)}}function o(e){try{c(i.throw(e))}catch(e){t(e)}}function c(t){var s;t.done?e(t.value):(s=t.value,s instanceof r?s:new r((function(e){e(s)}))).then(a,o)}c((i=i.apply(s,n||[])).next())}));var s,n,r,i}cssClassList(){return this.network.post({o:"studio",f:"icons"})}}function c(e){const t=e;return t&&"number"==typeof t.id&&"number"==typeof t.targetId}const u={bookmarkLink:c},d={isBookmarkLink:function(e){return"targetId"in e&&!!e.targetId},isBookmarkCustom:function(e){const t=e;return void 0!==t.bookmarkLabel||void 0!==t.bookmarkMeta||void 0!==t.bookmarkUrl},isBookmarkRawList:c,isTVChannelType:function(e,t){return"tvChannelType"in e&&e.tvChannelType===t},objectIsType:function(e,t){return null!=t&&u[e](t)},isStandardApiError:e=>"object"==typeof e&&null!==e&&"error"in e&&"errorMsg"in e&&"messages"in e&&"number"==typeof e.error&&"string"==typeof e.errorMsg&&Array.isArray(e.messages),isAbortApiError:e=>null!==e&&"object"==typeof e&&"error"in e&&"aborted"in e&&-1===e.error&&!0===e.aborted};function l(e,t){return e&&!e.endsWith(t)?`${e}${t}`:e}function p(e,t){return e&&e.startsWith(t)?e.split("").slice(t.length).join(""):e}function h(e){return e.toString().padStart(2,"0")}function m(e){return"uri"in e&&e.uri?e.uri:`${e.type}/${e.recordId}`}function f(e){return p(l(e.from,"/"),"/")||""}function g(e){return e.timestamp?`?_=${e.timestamp}`:""}function y(e){const t=[];return"timestamp"in e&&e.timestamp&&t.push(`_=${e.timestamp}`),"iconColor"in e&&e.iconColor&&t.push(`color=${e.iconColor}`),t.length?"?"+t.join("&"):""}function v(e,t=2){return"size"in e&&e.size?e.size:"width"in e&&e.width&&"height"in e&&e.height?`${e.width*t}x${e.height*t}`:""}function _(e){return e.format||"png"}function b(e){try{return new URL(e)}catch(e){}try{return new URL(window.location.origin+"/"+p(e,"/"))}catch(e){}}function w(e,t=2){if("url"in e&&e.url){const t=b(e.url);if(t)return"timestamp"in e&&e.timestamp&&!t.searchParams.has("_")&&t.searchParams.append("_",e.timestamp.toString()),t.toString()}return`/${f(e)}${v(e,t)}/${m(e)}.${_(e)}${y(e)}`}const k=["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pdf","application/zip","application/illustrator","application/postscript","application/vnd.ms-opentype","application/x-font-ttf","application/octet-stream","audio/mp3","audio/mpeg","font/ttf","font/otf","image/jpeg","image/jpg","image/png","image/gif","image/vnd.adobe.photoshop","image/svg+xml","text/plain","text/csv","video/mp4","video/webm"],x=["docx","xlsx","csv","pptx","pdf","zip","ai","mp3","mpeg","ttf","otf","jpg","jpeg","png","gif","psd","svg","txt","mp4","odt","webm"],j={"application/vnd.openxmlformats-officedocument.wordprocessingml.document":"docx","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"xlsx","application/vnd.openxmlformats-officedocument.presentationml.presentation":"pptx","application/vnd.oasis.opendocument.text":"odt","application/pdf":"pdf","application/zip":"zip","application/x-zip-compressed":"zip","application/illustrator":"ai","application/postscript":"ai","audio/mp3":"mp3","audio/mpeg":"mpeg","font/ttf":"ttf","font/otf":"otf","image/jpeg":"jpeg","image/jpg":"jpg","image/png":"png","image/gif":"gif","application/x-font-ttf":"ttf","application/vnd.ms-opentype":"otf","image/vnd.adobe.photoshop":"psd","image/svg+xml":"svg","text/plain":"txt","text/csv":"xlsx","video/mp4":"mp4","video/webm":"mp4"},O=e=>Object.keys(j).find((t=>j[t]===e)),S=e=>{var t;return null!==(t=j[e])&&void 0!==t?t:void 0};function A(e){const t=String(e).split(".").pop();return x.find((e=>e===t))}const C=e=>{var t;const s=A(e);return null!==(t=O(s))&&void 0!==t?t:"application/octet-stream"},T=e=>e?(new Date(e).getTime()/1e3).toFixed(0):void 0,R=(e,t="fitx80")=>{const s=L(e),n=T(e.dateModified);switch(s){default:return;case"video":return`/media/${e.id}.mp4?stream=true`+(n?`&_=${n}`:"");case"audio":return`/media/${e.id}.mp3`+(n?`?_=${n}`:"");case"gif":return w({timestamp:n,size:t,from:"imagecache",uri:e.uri,format:"gif"});case"image":return w({timestamp:n,size:t,from:"imagecache",uri:e.uri})}},F=e=>{const t=A(e);return void 0!==t?E(O(t)):"application"},Z=e=>-1!==["image/vnd","image/svg","image/heic"].findIndex((t=>e.startsWith(t)));function E(e){return e&&e.startsWith("folder/")?"folder":null==e||Z(e)?"application":e.startsWith("image/gif")?"gif":e.startsWith("image/")?"image":e.startsWith("video/")?"video":e.startsWith("audio/")?"audio":e.startsWith("font/")||e.startsWith("application/x-font-ttf")||e.startsWith("application/vnd.ms-opentype")?"font":e.startsWith("text/")?"text":"application"}const P=(e,t,s="rr")=>"ng"===s?`/ng/file/${e}/${t}`:`/ng/rr/file/${e}/${t}`,N=e=>void 0===e.mimetype||"application/octet-stream"===e.mimetype?C(e.title):e.mimetype,L=e=>void 0===e.mimetype||"application/octet-stream"===e.mimetype?F(e.title):E(e.mimetype);var I=function(e,t,s,n){return new(s||(s=Promise))((function(r,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function o(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?r(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(a,o)}c((n=n.apply(e,t||[])).next())}))};class M{constructor(e,t="api-front"){this.window=e,this.action=t}static _formatPostOptions(e){const t=e?{body:JSON.stringify(e)}:void 0;return Object.assign({method:"POST",credentials:"same-origin"},t)}getUrl(e,t){return I(this,void 0,void 0,(function*(){const s=yield this.window.getBackendUrl();let n;try{n=new URL(`/${this.action}/${e}/${t}`,s).href}catch(r){n=`${s}/${this.action}/${e}/${t}`}return n}))}getHostname(){return I(this,void 0,void 0,(function*(){const e=(yield this.window.getBackendUrl()).split("//");return e.length>1?e[1]:e[0]}))}fetch(e,t){var{o:s,f:n}=e,r=function(e,t){var s={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(s[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(s[n[r]]=e[n[r]])}return s}(e,["o","f"]);return I(this,void 0,void 0,(function*(){void 0===t&&(t=null);const e=yield this.getUrl(s,n);return this.window.fetch(e,Object.assign(Object.assign({},M._formatPostOptions(r)),{signal:t}))}))}post(e,t){return this.fetch(e,t).then((e=>e.json())).then((e=>{if(0===e.error)return e;throw{error:e.error,errorMsg:e.errorMsg,messages:e.messages}})).catch((e=>{if(t&&t.aborted)throw{error:-1,aborted:!0};throw e}))}postFile(e){return I(this,void 0,void 0,(function*(){const t=yield this.getUrl("file","create");if(e.append("format","raw-little"),!e.has("token")){const{result:t}=yield this.token();e.append("token",t)}const s=e.get("token");return s&&"string"==typeof s?this.window.fetch(t,{method:"POST",credentials:"same-origin",body:e}).then((e=>e.json())).then((e=>({response:e,token:s}))):Promise.reject("Missing token")}))}postCSRF(e){return this.tokenCSRF().then((t=>this.post(Object.assign(e,{tokenCSRF:t.result}))))}postToken(e){return this.token().then((t=>this.post(Object.assign(e,{token:t.result}))))}maybePostToken(e){return"token"in e&&e.token?this.post(e):this.postToken(e)}token(){return this.post({o:"misc",f:"token"})}tokenCSRF(){return this.post({o:"misc",f:"tokenCSRF"})}}const U=Array.isArray,D=Object.keys,$=Object.prototype.hasOwnProperty;function B(e,t,s){const n=null==s?void 0:s.map((e=>e.split(".")));if(e===t)return!0;if(e&&t&&"object"==typeof e&&"object"==typeof t){const r=U(e),i=U(t);let a,o,c;if(r&&i){if(o=e.length,o!==t.length)return!1;for(a=o;0!=a--;)if(!B(e[a],t[a],s))return!1;return!0}if(r!==i)return!1;const u=e instanceof Date,d=t instanceof Date;if(u!==d)return!1;if(u&&d)return e.getTime()===t.getTime();const l=e instanceof RegExp,p=t instanceof RegExp;if(l!==p)return!1;if(l&&p)return e.toString()===t.toString();const h=D(e).filter((e=>!(null==n?void 0:n.some((t=>1===t.length&&t[0]===e)))));if(o=h.length,o!==D(t).filter((e=>!(null==n?void 0:n.some((t=>1===t.length&&t[0]===e))))).length)return!1;for(a=o;0!=a--;)if(!$.call(t,h[a]))return!1;for(a=o;0!=a--;)if(c=h[a],!("_owner"===c&&e.$$typeof||B(e[c],t[c],null==n?void 0:n.filter((e=>e.length>1&&e[0]===c)).map((e=>e.splice(1).join("."))))))return!1;return!0}return e!=e&&t!=t}function q(e,t){if(Array.isArray(e))return e.map((e=>q(e,t)));if("object"==typeof e&&null!==e){let s={};return Object.keys(e).forEach((n=>{s=Object.assign(Object.assign({},s),{[n]:n&&t.includes(n)?typeof e[n]:q(e[n],t)})})),s}return e}const z=(e,t)=>Array.isArray(t)&&t.length?e+","+t.join(","):e;function V(e){return e.startsWith("tag_")||"tags"===e}function W(e){return Object.fromEntries(Object.entries(e).filter((([e])=>V(e))))}function J(e,t,s){return Object.fromEntries(Object.entries(e).filter((([e])=>V(e))).map((([e,n])=>{const r=Array.isArray(n)?n.map((e=>"object"==typeof e&&e&&t in e?e[t]:e)):n;return[e,s?s(r):r]})))}function K(e){return J(e,"uri")}const G=e=>{var t;let s={};"_errors"in e&&(s._errors=e._errors),"_options"in e&&(s._options=e._options),"title"in e&&(s.title=e.title),"description"in e&&(s.description=e.description),"activity"in e&&(s.activity=e.activity),"image"in e&&(s.image=e.image),"uri"in e&&(s.uri=e.uri),"type"in e&&(s.type=e.type),"edito"in e&&(s.edito=e.edito),"category"in e&&(s.category=e.category.toString()),"commentLevel"in e&&(s.commentLevel=e.commentLevel),"_options"in e&&(null===(t=e._options)||void 0===t?void 0:t.custom_widgets)&&(s.custom_widgets=Array.isArray(e._options.custom_widgets)?{}:e._options.custom_widgets),"displayType"in e&&(s.displayType=e.displayType),"language"in e&&(s.language=e.language),"edit_access"in e&&(s.edit_access=e.edit_access),"lock_mail"in e&&(s.lock_mail=e.lock_mail),"fileSyncEnabled"in e&&(s.fileSyncEnabled=e.fileSyncEnabled),"fileSyncVersioningType"in e&&(s.fileSyncVersioningType=e.fileSyncVersioningType),"fileBankQuota"in e&&(s.fileBankQuota=e.fileBankQuota),"idCommunity"in e&&(s.idCommunity=e.idCommunity),"lastRssExecution"in e&&(s.lastRssExecution=e.lastRssExecution),"mail_comment"in e&&(s.mail_comment=e.mail_comment),"mail_frequency"in e&&(s.mail_frequency=e.mail_frequency),"mail_spotit"in e&&(s.mail_spotit=e.mail_spotit),"mail_subscriber"in e&&(s.mail_subscriber=e.mail_subscriber),"notifyFolder"in e&&(s.notifyFolder=e.notifyFolder),"nounsubscribe"in e&&(s.nounsubscribe=e.nounsubscribe),"privacy"in e&&(s.privacy=e.privacy),"publishFolder"in e&&(s.publishFolder=e.publishFolder),"rss_access"in e&&(s.rss_access=e.rss_access),"rss_feed"in e&&(s.rss_feed=e.rss_feed&&Array.isArray(e.rss_feed)?JSON.stringify(e.rss_feed.map((e=>{var{_user:t}=e,s=function(e,t){var s={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(s[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(s[n[r]]=e[n[r]])}return s}(e,["_user"]);return Object.assign(Object.assign({},s),{idUser:null==t?void 0:t.id})}))):"[]"),"rss_key"in e&&(s.rss_key=e.rss_key),"spot_right_user"in e&&(s.spot_right_user=e.spot_right_user),"spotBanner"in e&&(s.spotBanner=e.spotBanner),"spotDefaultPublishType"in e&&(s.spotDefaultPublishType=e.spotDefaultPublishType),"user_level_signup"in e&&(s.user_level_signup=e.user_level_signup),"useTeaser"in e&&(s.useTeaser=e.useTeaser),"widgets"in e&&(s.widgets=e.widgets);const n=W(e);if(s=Object.assign(Object.assign({},s),n),H(e,s))return s;throw new Error},H=(e,t)=>{const s=["id","mainType","dateCreation","dateModified","_url","o2apLinksSources"],n=["custom_widgets"],r=Object.keys(e),i=Object.keys(t),a=r.filter((e=>!i.includes(e)&&!s.includes(e))),o=i.filter((e=>!r.includes(e)&&!n.includes(e))),c=[...a.map((e=>"- "+e)),...o.map((e=>"+ "+e))];if(a.length>0||o.length>0)throw new Error(`prepareGroupForUpdate :: Wrong group mapping | Diff : ${JSON.stringify(c)}`);return!0};class Q extends n{list(e){var t,s;return this.network.post(Object.assign(Object.assign({o:"objectList",f:"jamespotArticleQueryList"},e),{format:z(null!==(t=e.format)&&void 0!==t?t:"raw-list",null!==(s=e.formatExtend)&&void 0!==s?s:[])}))}get(e,t){var s,n;return this.network.post(Object.assign(Object.assign({o:"article",f:"get"},e),{format:z(null!==(s=e.format)&&void 0!==s?s:"raw-view",null!==(n=e.formatExtend)&&void 0!==n?n:[])}),t)}create(e,t){return this.network.maybePostToken(Object.assign({o:"article",f:"create",format:null!=t?t:"raw-list"},e))}update(e){return this.network.post(Object.assign(Object.assign({format:"raw-list"},e),{o:"article",f:"update"}))}delete(e){return this.network.postCSRF({o:"article",f:"delete",idArticle:e})}count(e){return this.network.post({o:"article",f:"count",type:e})}getAttachments(e,t,s){return this.network.post({o:"article",f:"getAttachment",idArticle:e,type:t,format:s})}permalink(e){return this.network.post({o:"article",f:"permalink",permalinkId:e})}saveAsDraft(e,t,s){return this.network.post({o:"article",f:"saveAsDraft",form:e,contentType:t,idDraft:s})}getComments(e,t){var s,n;return this.network.post(Object.assign(Object.assign({o:"article",f:"getComments"},e),{attachments:null!==(s=e.attachment)&&void 0!==s&&s,limits:null!==(n=e.limits)&&void 0!==n?n:{start:0,max:1e4},format:null!=t?t:"raw-little"}))}addComment(e,t){return this.network.post(Object.assign(Object.assign({o:"article",f:"addComment"},e),{alertAuthor:Number(e.alertAuthor),sendAlert:Number(e.sendAlert),type:"comment",format:null!=t?t:"raw-little"}))}updateComment(e,t){return this.network.post(Object.assign(Object.assign({o:"article",f:"updateComment"},e),{format:null!=t?t:"raw-little"}))}deleteComment(e){return this.network.postCSRF({o:"comment",f:"delete",idComment:e})}getRead(e){return this.network.post({o:"article",f:"getRead",uri:e})}}var Y=function(e,t){var s={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(s[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(s[n[r]]=e[n[r]])}return s};class X extends n{configuration(){return this.network.post({o:"assetReservation",f:"configuration"})}createReservation(e){return this.network.postCSRF(Object.assign({o:"assetReservation",f:"createReservation",format:"raw-list"},e))}getReservations(e){var{format:t="raw-list"}=e,s=Y(e,["format"]);return this.network.post(Object.assign({o:"assetReservation",f:"getReservations",format:t},s))}cancelReservation(e){return this.network.post({o:"assetReservation",f:"cancelReservation",format:"raw-list",idArticle:e})}bookByDate(e){var{format:t="raw-list"}=e,s=Y(e,["format"]);return this.network.post(Object.assign({o:"assetReservation",f:"BookByDate",format:t},s))}getList(e){var{format:t="raw-list"}=e,s=Y(e,["format"]);return this.network.post(Object.assign({o:"objectList",f:"assetReservationList",format:t},s))}}class ee extends n{autocomplete(e){return this.network.post({o:"autocomplete",f:"audience",q:e}).then((e=>{if(Array.isArray(e.result))return e.result;throw"Bad response from backend"}))}}class te extends n{getFormattedList(e,t){return this.network.post(Object.assign({o:"objectList",f:"bookmarksList",format:t},e))}addFormattedLink(e,t,s){const n=null!=s?s:"list";return this.network.post({o:"custom",f:"actionAdd",type:"bookmarkLink",targetId:e,targetType:t,format:n})}addBookmark(e,t){return this.network.postCSRF(Object.assign({o:"bookmarks",f:"add"},e))}delete(e){return this.network.postCSRF({o:"bookmarks",f:"delete",bookmarkID:e})}rename(e,t,s){return this.network.postCSRF({o:"bookmarks",f:"rename",bookmarkID:e,bookmarkLabel:t,bookmarkUrl:s})}move(e,t,s){return this.network.postCSRF({o:"bookmarks",f:"move",bookmarkID:e,bookmarkReference:t,bookmarkPosition:s})}}class se extends n{getInfos(e,t){return this.network.post({o:"BusinessNetworking",f:"MarkerInfo",id:e,format:null!=t?t:"raw-little"})}}class ne extends n{get(e,t){return this.network.post({o:"community",f:"getCommunity",idCommunity:e,format:t||"raw-little"})}sendRequest(e,t){return this.network.post({o:"community",f:"sendRequest",message:e,idUserTo:t})}autocomplete(e){return this.network.post({o:"autocomplete",f:"community",q:e}).then((e=>e.result))}}class re extends n{create(e,t,s,n,r){return this.network.post({o:"article",f:"create",type:e,token:t,title:s,dateStart:n,publishTo:r})}getList(e="",t=[],s=[],n=1,r="raw-list"){return this.network.post({o:"objectList",f:"diapazoneQueryList",query:e,filters:t,orders:s,page:n,format:r})}}var ie=function(e,t,s,n){return new(s||(s=Promise))((function(r,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function o(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?r(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(a,o)}c((n=n.apply(e,t||[])).next())}))};class ae extends n{upload(e){const t=new FormData;return t.append("attrName",e.attrName),e.file?t.append(e.attrName,e.file):e.url&&t.append("url",e.url),t.append("token",e.token),this.network.postFile(t)}uploadMany(e){return ie(this,void 0,void 0,(function*(){return Promise.all(e.map((e=>this.upload(e))))}))}get(e,t){return ie(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"get",idFile:e,format:t})}))}getParent(e,t){return ie(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"getParent",idFile:e,format:t})}))}getWithHash(e,t,s){return ie(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"getWithHash",idFile:e,hash:t,format:s})}))}duplicate(e,t,s){return ie(this,void 0,void 0,(function*(){return this.network.postCSRF({o:"file",f:"duplicateFile",idFile:e,title:t,publishTo:s})}))}updateFile(e,t){return ie(this,void 0,void 0,(function*(){return this.network.postCSRF({o:"file",f:"updateFile",idFile:e,title:t})}))}update(e,t,s){return ie(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"update",idFile:e,type:t,cropDatas:Object.assign(Object.assign({},s),{rotateBeforeCrop:!0}),killSize:s.killSize,format:"raw-little"})}))}deleteFile(e,t,s,n){return ie(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"delete",idFile:e,attrName:t,token:s},n)}))}deleteImage(e,t){return ie(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"deleteImage",id:e,type:t})}))}getDownload(e){return this.network.post({o:"file",f:"getDownload",id:e})}generatePreview(e){return this.network.post({o:"file",f:"generatePreview",id:e})}}class oe extends n{getCategoriesList(e,t){return this.network.post({o:"objectList",f:"faqQueryList",format:null!=e?e:"raw-list",orders:null!=t?t:[{name:"dateCreation",sort:"ASC"}]})}createCategory(e,t){return this.jApi.article.create(Object.assign(Object.assign({},e),{type:"faq"}),null!=t?t:"raw-view")}updateCategory(e,t){return this.jApi.article.update(Object.assign(Object.assign({},e),{type:"faq",format:null!=t?t:"raw-view"}))}getCategory(e,t){return this.jApi.article.get({idArticle:e,format:null!=t?t:"raw-view"})}deleteCategory(e){return this.jApi.article.delete(e)}checkItem(e,t,s){return this.network.post({o:"faq",f:"checkItem",query:e,page:null!=t?t:1,format:null!=s?s:"raw-list"})}getTaxonomy(){return this.network.post({o:"faq",f:"getFaqTaxonomy"})}getHookProperties(e){return this.network.post({o:"faq",f:"getHookProperties",properties:null!=e?e:["_web"]})}getAccess(){return this.network.post({o:"faq",f:"access"})}createTheme(e,t){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"add-theme"},e),{format:null!=t?t:"raw-view"}))}deleteTheme(e,t){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"delete-theme"},e),{format:null!=t?t:"raw-view"}))}updateTheme(e,t){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"set-theme"},e),{format:null!=t?t:"raw-view"}))}getEntry(e,t){return this.network.post({o:"faq",f:"get-entry",uri:e,format:null!=t?t:"raw-view"})}deleteEntry(e){return this.jApi.article.delete(e)}createEntry(e,t){return this.jApi.article.create(Object.assign(Object.assign({},e),{idSpot:["content"],type:"faqItem"}),null!=t?t:"raw-view")}addEntry(e,t){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"add-entry"},e),{format:null!=t?t:"raw-view"}))}updateEntry(e,t){return this.jApi.article.update(Object.assign(Object.assign({},e),{type:"faqItem",format:null!=t?t:"raw-view"}))}moveEntry(e,t){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"move-entry"},e),{format:null!=t?t:"raw-view"}))}moveTheme(e,t){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"move-theme"},e),{format:null!=t?t:"raw-view"}))}}class ce extends n{getBanks(e="list"){return this.network.post({o:"fileBank",f:"getBanks",format:e}).then((e=>e.result))}getFolders(e){return this.network.post({o:"fileBank",f:"getFolders",parentURI:e})}getDocuments(e){return this.network.post({o:"fileBank",f:"getDocuments",parentURI:e})}}class ue extends n{countAction(e,t){return this.network.post({o:"activityLog",f:"log",count:!0,verb:e,uri:t})}useWebVersion(){return this.network.post({o:"global",f:"useWebVersion"})}}var de,le;class pe extends n{autocomplete(e){return this.network.post({o:"autocomplete",f:"spot",q:e,idToUri:!1}).then((e=>e.result))}create(e,t){return this.network.post(Object.assign(Object.assign({o:"spot",f:"create"},e),{format:t}))}update(e,t){const{spotBanner:s}=e,n=function(e,t){var s={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(s[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(s[n[r]]=e[n[r]])}return s}(e,["spotBanner"]);return this.network.postCSRF(Object.assign(Object.assign({o:"spot",f:"update"},n),{format:t}))}getSpot(e,t){return this.network.post({o:"spot",f:"getSpot",idSpot:e,format:t})}getProperties(e){return this.network.post({o:"spot",f:"getProperties",idSpot:e})}getApplications(){return this.network.post({o:"spot",f:"get-available-widget"})}getCategories(){return this.network.post({o:"spot",f:"get-categories"})}getObjectListJamespotSpotMembers(e,t,s,n=1){return this.network.post({o:"objectListJamespot",f:"SpotMembers",idSpot:e,limit:s,page:n,format:"raw-little",query:t})}list(e){return this.network.post(Object.assign({o:"objectList",f:"jamespotSpotQueryList"},e))}resetNotifications(e){return this.network.post(Object.assign({o:"spot",f:"resetNotifications"},e))}getUserLevelAndRight(e){return this.network.post({o:"spot",f:"getUserLevelAndRight",idSpot:e})}groupRequest(e){return this.network.postCSRF({o:"spot",f:"request",idSpot:e})}groupAddToFavorite(e){return this.network.postCSRF({o:"spot",f:"addToFavorite",idSpot:e})}}!function(e){e.assertEqual=e=>e,e.assertIs=function(e){},e.assertNever=function(e){throw new Error},e.arrayToEnum=e=>{const t={};for(const s of e)t[s]=s;return t},e.getValidEnumValues=t=>{const s=e.objectKeys(t).filter((e=>"number"!=typeof t[t[e]])),n={};for(const e of s)n[e]=t[e];return e.objectValues(n)},e.objectValues=t=>e.objectKeys(t).map((function(e){return t[e]})),e.objectKeys="function"==typeof Object.keys?e=>Object.keys(e):e=>{const t=[];for(const s in e)Object.prototype.hasOwnProperty.call(e,s)&&t.push(s);return t},e.find=(e,t)=>{for(const s of e)if(t(s))return s},e.isInteger="function"==typeof Number.isInteger?e=>Number.isInteger(e):e=>"number"==typeof e&&isFinite(e)&&Math.floor(e)===e,e.joinValues=function(e,t=" | "){return e.map((e=>"string"==typeof e?`'${e}'`:e)).join(t)},e.jsonStringifyReplacer=(e,t)=>"bigint"==typeof t?t.toString():t}(de||(de={})),function(e){e.mergeShapes=(e,t)=>({...e,...t})}(le||(le={}));const he=de.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),me=e=>{switch(typeof e){case"undefined":return he.undefined;case"string":return he.string;case"number":return isNaN(e)?he.nan:he.number;case"boolean":return he.boolean;case"function":return he.function;case"bigint":return he.bigint;case"symbol":return he.symbol;case"object":return Array.isArray(e)?he.array:null===e?he.null:e.then&&"function"==typeof e.then&&e.catch&&"function"==typeof e.catch?he.promise:"undefined"!=typeof Map&&e instanceof Map?he.map:"undefined"!=typeof Set&&e instanceof Set?he.set:"undefined"!=typeof Date&&e instanceof Date?he.date:he.object;default:return he.unknown}},fe=de.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]);class ge extends Error{constructor(e){super(),this.issues=[],this.addIssue=e=>{this.issues=[...this.issues,e]},this.addIssues=(e=[])=>{this.issues=[...this.issues,...e]};const t=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,t):this.__proto__=t,this.name="ZodError",this.issues=e}get errors(){return this.issues}format(e){const t=e||function(e){return e.message},s={_errors:[]},n=e=>{for(const r of e.issues)if("invalid_union"===r.code)r.unionErrors.map(n);else if("invalid_return_type"===r.code)n(r.returnTypeError);else if("invalid_arguments"===r.code)n(r.argumentsError);else if(0===r.path.length)s._errors.push(t(r));else{let e=s,n=0;for(;n<r.path.length;){const s=r.path[n];n===r.path.length-1?(e[s]=e[s]||{_errors:[]},e[s]._errors.push(t(r))):e[s]=e[s]||{_errors:[]},e=e[s],n++}}};return n(this),s}toString(){return this.message}get message(){return JSON.stringify(this.issues,de.jsonStringifyReplacer,2)}get isEmpty(){return 0===this.issues.length}flatten(e=(e=>e.message)){const t={},s=[];for(const n of this.issues)n.path.length>0?(t[n.path[0]]=t[n.path[0]]||[],t[n.path[0]].push(e(n))):s.push(e(n));return{formErrors:s,fieldErrors:t}}get formErrors(){return this.flatten()}}ge.create=e=>new ge(e);const ye=(e,t)=>{let s;switch(e.code){case fe.invalid_type:s=e.received===he.undefined?"Required":`Expected ${e.expected}, received ${e.received}`;break;case fe.invalid_literal:s=`Invalid literal value, expected ${JSON.stringify(e.expected,de.jsonStringifyReplacer)}`;break;case fe.unrecognized_keys:s=`Unrecognized key(s) in object: ${de.joinValues(e.keys,", ")}`;break;case fe.invalid_union:s="Invalid input";break;case fe.invalid_union_discriminator:s=`Invalid discriminator value. Expected ${de.joinValues(e.options)}`;break;case fe.invalid_enum_value:s=`Invalid enum value. Expected ${de.joinValues(e.options)}, received '${e.received}'`;break;case fe.invalid_arguments:s="Invalid function arguments";break;case fe.invalid_return_type:s="Invalid function return type";break;case fe.invalid_date:s="Invalid date";break;case fe.invalid_string:"object"==typeof e.validation?"includes"in e.validation?(s=`Invalid input: must include "${e.validation.includes}"`,"number"==typeof e.validation.position&&(s=`${s} at one or more positions greater than or equal to ${e.validation.position}`)):"startsWith"in e.validation?s=`Invalid input: must start with "${e.validation.startsWith}"`:"endsWith"in e.validation?s=`Invalid input: must end with "${e.validation.endsWith}"`:de.assertNever(e.validation):s="regex"!==e.validation?`Invalid ${e.validation}`:"Invalid";break;case fe.too_small:s="array"===e.type?`Array must contain ${e.exact?"exactly":e.inclusive?"at least":"more than"} ${e.minimum} element(s)`:"string"===e.type?`String must contain ${e.exact?"exactly":e.inclusive?"at least":"over"} ${e.minimum} character(s)`:"number"===e.type?`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:"date"===e.type?`Date must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(e.minimum))}`:"Invalid input";break;case fe.too_big:s="array"===e.type?`Array must contain ${e.exact?"exactly":e.inclusive?"at most":"less than"} ${e.maximum} element(s)`:"string"===e.type?`String must contain ${e.exact?"exactly":e.inclusive?"at most":"under"} ${e.maximum} character(s)`:"number"===e.type?`Number must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:"bigint"===e.type?`BigInt must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:"date"===e.type?`Date must be ${e.exact?"exactly":e.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(e.maximum))}`:"Invalid input";break;case fe.custom:s="Invalid input";break;case fe.invalid_intersection_types:s="Intersection results could not be merged";break;case fe.not_multiple_of:s=`Number must be a multiple of ${e.multipleOf}`;break;case fe.not_finite:s="Number must be finite";break;default:s=t.defaultError,de.assertNever(e)}return{message:s}};let ve=ye;function _e(){return ve}const be=e=>{const{data:t,path:s,errorMaps:n,issueData:r}=e,i=[...s,...r.path||[]],a={...r,path:i};let o="";const c=n.filter((e=>!!e)).slice().reverse();for(const e of c)o=e(a,{data:t,defaultError:o}).message;return{...r,path:i,message:r.message||o}};function we(e,t){const s=be({issueData:t,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,_e(),ye].filter((e=>!!e))});e.common.issues.push(s)}class ke{constructor(){this.value="valid"}dirty(){"valid"===this.value&&(this.value="dirty")}abort(){"aborted"!==this.value&&(this.value="aborted")}static mergeArray(e,t){const s=[];for(const n of t){if("aborted"===n.status)return xe;"dirty"===n.status&&e.dirty(),s.push(n.value)}return{status:e.value,value:s}}static async mergeObjectAsync(e,t){const s=[];for(const e of t)s.push({key:await e.key,value:await e.value});return ke.mergeObjectSync(e,s)}static mergeObjectSync(e,t){const s={};for(const n of t){const{key:t,value:r}=n;if("aborted"===t.status)return xe;if("aborted"===r.status)return xe;"dirty"===t.status&&e.dirty(),"dirty"===r.status&&e.dirty(),"__proto__"===t.value||void 0===r.value&&!n.alwaysSet||(s[t.value]=r.value)}return{status:e.value,value:s}}}const xe=Object.freeze({status:"aborted"}),je=e=>({status:"dirty",value:e}),Oe=e=>({status:"valid",value:e}),Se=e=>"aborted"===e.status,Ae=e=>"dirty"===e.status,Ce=e=>"valid"===e.status,Te=e=>"undefined"!=typeof Promise&&e instanceof Promise;var Re;!function(e){e.errToObj=e=>"string"==typeof e?{message:e}:e||{},e.toString=e=>"string"==typeof e?e:null==e?void 0:e.message}(Re||(Re={}));class Fe{constructor(e,t,s,n){this._cachedPath=[],this.parent=e,this.data=t,this._path=s,this._key=n}get path(){return this._cachedPath.length||(this._key instanceof Array?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}}const Ze=(e,t)=>{if(Ce(t))return{success:!0,data:t.value};if(!e.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;const t=new ge(e.common.issues);return this._error=t,this._error}}};function Ee(e){if(!e)return{};const{errorMap:t,invalid_type_error:s,required_error:n,description:r}=e;if(t&&(s||n))throw new Error('Can\'t use "invalid_type_error" or "required_error" in conjunction with custom error map.');return t?{errorMap:t,description:r}:{errorMap:(e,t)=>"invalid_type"!==e.code?{message:t.defaultError}:void 0===t.data?{message:null!=n?n:t.defaultError}:{message:null!=s?s:t.defaultError},description:r}}class Pe{constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this)}get description(){return this._def.description}_getType(e){return me(e.data)}_getOrReturnCtx(e,t){return t||{common:e.parent.common,data:e.data,parsedType:me(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new ke,ctx:{common:e.parent.common,data:e.data,parsedType:me(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){const t=this._parse(e);if(Te(t))throw new Error("Synchronous parse encountered promise.");return t}_parseAsync(e){const t=this._parse(e);return Promise.resolve(t)}parse(e,t){const s=this.safeParse(e,t);if(s.success)return s.data;throw s.error}safeParse(e,t){var s;const n={common:{issues:[],async:null!==(s=null==t?void 0:t.async)&&void 0!==s&&s,contextualErrorMap:null==t?void 0:t.errorMap},path:(null==t?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:me(e)},r=this._parseSync({data:e,path:n.path,parent:n});return Ze(n,r)}async parseAsync(e,t){const s=await this.safeParseAsync(e,t);if(s.success)return s.data;throw s.error}async safeParseAsync(e,t){const s={common:{issues:[],contextualErrorMap:null==t?void 0:t.errorMap,async:!0},path:(null==t?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:me(e)},n=this._parse({data:e,path:s.path,parent:s}),r=await(Te(n)?n:Promise.resolve(n));return Ze(s,r)}refine(e,t){const s=e=>"string"==typeof t||void 0===t?{message:t}:"function"==typeof t?t(e):t;return this._refinement(((t,n)=>{const r=e(t),i=()=>n.addIssue({code:fe.custom,...s(t)});return"undefined"!=typeof Promise&&r instanceof Promise?r.then((e=>!!e||(i(),!1))):!!r||(i(),!1)}))}refinement(e,t){return this._refinement(((s,n)=>!!e(s)||(n.addIssue("function"==typeof t?t(s,n):t),!1)))}_refinement(e){return new wt({schema:this,typeName:Et.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}optional(){return kt.create(this,this._def)}nullable(){return xt.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return st.create(this,this._def)}promise(){return bt.create(this,this._def)}or(e){return it.create([this,e],this._def)}and(e){return ut.create(this,e,this._def)}transform(e){return new wt({...Ee(this._def),schema:this,typeName:Et.ZodEffects,effect:{type:"transform",transform:e}})}default(e){const t="function"==typeof e?e:()=>e;return new jt({...Ee(this._def),innerType:this,defaultValue:t,typeName:Et.ZodDefault})}brand(){return new Ct({typeName:Et.ZodBranded,type:this,...Ee(this._def)})}catch(e){const t="function"==typeof e?e:()=>e;return new Ot({...Ee(this._def),innerType:this,catchValue:t,typeName:Et.ZodCatch})}describe(e){return new(0,this.constructor)({...this._def,description:e})}pipe(e){return Tt.create(this,e)}readonly(){return Rt.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const Ne=/^c[^\s-]{8,}$/i,Le=/^[a-z][a-z0-9]*$/,Ie=/^[0-9A-HJKMNP-TV-Z]{26}$/,Me=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,Ue=/^(?!\.)(?!.*\.\.)([A-Z0-9_+-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i;let De;const $e=/^(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))$/,Be=/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/;class qe extends Pe{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==he.string){const t=this._getOrReturnCtx(e);return we(t,{code:fe.invalid_type,expected:he.string,received:t.parsedType}),xe}const t=new ke;let s;for(const a of this._def.checks)if("min"===a.kind)e.data.length<a.value&&(s=this._getOrReturnCtx(e,s),we(s,{code:fe.too_small,minimum:a.value,type:"string",inclusive:!0,exact:!1,message:a.message}),t.dirty());else if("max"===a.kind)e.data.length>a.value&&(s=this._getOrReturnCtx(e,s),we(s,{code:fe.too_big,maximum:a.value,type:"string",inclusive:!0,exact:!1,message:a.message}),t.dirty());else if("length"===a.kind){const n=e.data.length>a.value,r=e.data.length<a.value;(n||r)&&(s=this._getOrReturnCtx(e,s),n?we(s,{code:fe.too_big,maximum:a.value,type:"string",inclusive:!0,exact:!0,message:a.message}):r&&we(s,{code:fe.too_small,minimum:a.value,type:"string",inclusive:!0,exact:!0,message:a.message}),t.dirty())}else if("email"===a.kind)Ue.test(e.data)||(s=this._getOrReturnCtx(e,s),we(s,{validation:"email",code:fe.invalid_string,message:a.message}),t.dirty());else if("emoji"===a.kind)De||(De=new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),De.test(e.data)||(s=this._getOrReturnCtx(e,s),we(s,{validation:"emoji",code:fe.invalid_string,message:a.message}),t.dirty());else if("uuid"===a.kind)Me.test(e.data)||(s=this._getOrReturnCtx(e,s),we(s,{validation:"uuid",code:fe.invalid_string,message:a.message}),t.dirty());else if("cuid"===a.kind)Ne.test(e.data)||(s=this._getOrReturnCtx(e,s),we(s,{validation:"cuid",code:fe.invalid_string,message:a.message}),t.dirty());else if("cuid2"===a.kind)Le.test(e.data)||(s=this._getOrReturnCtx(e,s),we(s,{validation:"cuid2",code:fe.invalid_string,message:a.message}),t.dirty());else if("ulid"===a.kind)Ie.test(e.data)||(s=this._getOrReturnCtx(e,s),we(s,{validation:"ulid",code:fe.invalid_string,message:a.message}),t.dirty());else if("url"===a.kind)try{new URL(e.data)}catch(n){s=this._getOrReturnCtx(e,s),we(s,{validation:"url",code:fe.invalid_string,message:a.message}),t.dirty()}else"regex"===a.kind?(a.regex.lastIndex=0,a.regex.test(e.data)||(s=this._getOrReturnCtx(e,s),we(s,{validation:"regex",code:fe.invalid_string,message:a.message}),t.dirty())):"trim"===a.kind?e.data=e.data.trim():"includes"===a.kind?e.data.includes(a.value,a.position)||(s=this._getOrReturnCtx(e,s),we(s,{code:fe.invalid_string,validation:{includes:a.value,position:a.position},message:a.message}),t.dirty()):"toLowerCase"===a.kind?e.data=e.data.toLowerCase():"toUpperCase"===a.kind?e.data=e.data.toUpperCase():"startsWith"===a.kind?e.data.startsWith(a.value)||(s=this._getOrReturnCtx(e,s),we(s,{code:fe.invalid_string,validation:{startsWith:a.value},message:a.message}),t.dirty()):"endsWith"===a.kind?e.data.endsWith(a.value)||(s=this._getOrReturnCtx(e,s),we(s,{code:fe.invalid_string,validation:{endsWith:a.value},message:a.message}),t.dirty()):"datetime"===a.kind?((i=a).precision?i.offset?new RegExp(`^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{${i.precision}}(([+-]\\d{2}(:?\\d{2})?)|Z)$`):new RegExp(`^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{${i.precision}}Z$`):0===i.precision?i.offset?new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(([+-]\\d{2}(:?\\d{2})?)|Z)$"):new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"):i.offset?new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?(([+-]\\d{2}(:?\\d{2})?)|Z)$"):new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?Z$")).test(e.data)||(s=this._getOrReturnCtx(e,s),we(s,{code:fe.invalid_string,validation:"datetime",message:a.message}),t.dirty()):"ip"===a.kind?(n=e.data,("v4"!==(r=a.version)&&r||!$e.test(n))&&("v6"!==r&&r||!Be.test(n))&&(s=this._getOrReturnCtx(e,s),we(s,{validation:"ip",code:fe.invalid_string,message:a.message}),t.dirty())):de.assertNever(a);var n,r,i;return{status:t.value,value:e.data}}_regex(e,t,s){return this.refinement((t=>e.test(t)),{validation:t,code:fe.invalid_string,...Re.errToObj(s)})}_addCheck(e){return new qe({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...Re.errToObj(e)})}url(e){return this._addCheck({kind:"url",...Re.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...Re.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...Re.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...Re.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...Re.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...Re.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...Re.errToObj(e)})}datetime(e){var t;return"string"==typeof e?this._addCheck({kind:"datetime",precision:null,offset:!1,message:e}):this._addCheck({kind:"datetime",precision:void 0===(null==e?void 0:e.precision)?null:null==e?void 0:e.precision,offset:null!==(t=null==e?void 0:e.offset)&&void 0!==t&&t,...Re.errToObj(null==e?void 0:e.message)})}regex(e,t){return this._addCheck({kind:"regex",regex:e,...Re.errToObj(t)})}includes(e,t){return this._addCheck({kind:"includes",value:e,position:null==t?void 0:t.position,...Re.errToObj(null==t?void 0:t.message)})}startsWith(e,t){return this._addCheck({kind:"startsWith",value:e,...Re.errToObj(t)})}endsWith(e,t){return this._addCheck({kind:"endsWith",value:e,...Re.errToObj(t)})}min(e,t){return this._addCheck({kind:"min",value:e,...Re.errToObj(t)})}max(e,t){return this._addCheck({kind:"max",value:e,...Re.errToObj(t)})}length(e,t){return this._addCheck({kind:"length",value:e,...Re.errToObj(t)})}nonempty(e){return this.min(1,Re.errToObj(e))}trim(){return new qe({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new qe({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new qe({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find((e=>"datetime"===e.kind))}get isEmail(){return!!this._def.checks.find((e=>"email"===e.kind))}get isURL(){return!!this._def.checks.find((e=>"url"===e.kind))}get isEmoji(){return!!this._def.checks.find((e=>"emoji"===e.kind))}get isUUID(){return!!this._def.checks.find((e=>"uuid"===e.kind))}get isCUID(){return!!this._def.checks.find((e=>"cuid"===e.kind))}get isCUID2(){return!!this._def.checks.find((e=>"cuid2"===e.kind))}get isULID(){return!!this._def.checks.find((e=>"ulid"===e.kind))}get isIP(){return!!this._def.checks.find((e=>"ip"===e.kind))}get minLength(){let e=null;for(const t of this._def.checks)"min"===t.kind&&(null===e||t.value>e)&&(e=t.value);return e}get maxLength(){let e=null;for(const t of this._def.checks)"max"===t.kind&&(null===e||t.value<e)&&(e=t.value);return e}}function ze(e,t){const s=(e.toString().split(".")[1]||"").length,n=(t.toString().split(".")[1]||"").length,r=s>n?s:n;return parseInt(e.toFixed(r).replace(".",""))%parseInt(t.toFixed(r).replace(".",""))/Math.pow(10,r)}qe.create=e=>{var t;return new qe({checks:[],typeName:Et.ZodString,coerce:null!==(t=null==e?void 0:e.coerce)&&void 0!==t&&t,...Ee(e)})};class Ve extends Pe{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==he.number){const t=this._getOrReturnCtx(e);return we(t,{code:fe.invalid_type,expected:he.number,received:t.parsedType}),xe}let t;const s=new ke;for(const n of this._def.checks)"int"===n.kind?de.isInteger(e.data)||(t=this._getOrReturnCtx(e,t),we(t,{code:fe.invalid_type,expected:"integer",received:"float",message:n.message}),s.dirty()):"min"===n.kind?(n.inclusive?e.data<n.value:e.data<=n.value)&&(t=this._getOrReturnCtx(e,t),we(t,{code:fe.too_small,minimum:n.value,type:"number",inclusive:n.inclusive,exact:!1,message:n.message}),s.dirty()):"max"===n.kind?(n.inclusive?e.data>n.value:e.data>=n.value)&&(t=this._getOrReturnCtx(e,t),we(t,{code:fe.too_big,maximum:n.value,type:"number",inclusive:n.inclusive,exact:!1,message:n.message}),s.dirty()):"multipleOf"===n.kind?0!==ze(e.data,n.value)&&(t=this._getOrReturnCtx(e,t),we(t,{code:fe.not_multiple_of,multipleOf:n.value,message:n.message}),s.dirty()):"finite"===n.kind?Number.isFinite(e.data)||(t=this._getOrReturnCtx(e,t),we(t,{code:fe.not_finite,message:n.message}),s.dirty()):de.assertNever(n);return{status:s.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,Re.toString(t))}gt(e,t){return this.setLimit("min",e,!1,Re.toString(t))}lte(e,t){return this.setLimit("max",e,!0,Re.toString(t))}lt(e,t){return this.setLimit("max",e,!1,Re.toString(t))}setLimit(e,t,s,n){return new Ve({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:s,message:Re.toString(n)}]})}_addCheck(e){return new Ve({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:Re.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:Re.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:Re.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:Re.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:Re.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:Re.toString(t)})}finite(e){return this._addCheck({kind:"finite",message:Re.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:Re.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:Re.toString(e)})}get minValue(){let e=null;for(const t of this._def.checks)"min"===t.kind&&(null===e||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(const t of this._def.checks)"max"===t.kind&&(null===e||t.value<e)&&(e=t.value);return e}get isInt(){return!!this._def.checks.find((e=>"int"===e.kind||"multipleOf"===e.kind&&de.isInteger(e.value)))}get isFinite(){let e=null,t=null;for(const s of this._def.checks){if("finite"===s.kind||"int"===s.kind||"multipleOf"===s.kind)return!0;"min"===s.kind?(null===t||s.value>t)&&(t=s.value):"max"===s.kind&&(null===e||s.value<e)&&(e=s.value)}return Number.isFinite(t)&&Number.isFinite(e)}}Ve.create=e=>new Ve({checks:[],typeName:Et.ZodNumber,coerce:(null==e?void 0:e.coerce)||!1,...Ee(e)});class We extends Pe{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce&&(e.data=BigInt(e.data)),this._getType(e)!==he.bigint){const t=this._getOrReturnCtx(e);return we(t,{code:fe.invalid_type,expected:he.bigint,received:t.parsedType}),xe}let t;const s=new ke;for(const n of this._def.checks)"min"===n.kind?(n.inclusive?e.data<n.value:e.data<=n.value)&&(t=this._getOrReturnCtx(e,t),we(t,{code:fe.too_small,type:"bigint",minimum:n.value,inclusive:n.inclusive,message:n.message}),s.dirty()):"max"===n.kind?(n.inclusive?e.data>n.value:e.data>=n.value)&&(t=this._getOrReturnCtx(e,t),we(t,{code:fe.too_big,type:"bigint",maximum:n.value,inclusive:n.inclusive,message:n.message}),s.dirty()):"multipleOf"===n.kind?e.data%n.value!==BigInt(0)&&(t=this._getOrReturnCtx(e,t),we(t,{code:fe.not_multiple_of,multipleOf:n.value,message:n.message}),s.dirty()):de.assertNever(n);return{status:s.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,Re.toString(t))}gt(e,t){return this.setLimit("min",e,!1,Re.toString(t))}lte(e,t){return this.setLimit("max",e,!0,Re.toString(t))}lt(e,t){return this.setLimit("max",e,!1,Re.toString(t))}setLimit(e,t,s,n){return new We({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:s,message:Re.toString(n)}]})}_addCheck(e){return new We({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:Re.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:Re.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:Re.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:Re.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:Re.toString(t)})}get minValue(){let e=null;for(const t of this._def.checks)"min"===t.kind&&(null===e||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(const t of this._def.checks)"max"===t.kind&&(null===e||t.value<e)&&(e=t.value);return e}}We.create=e=>{var t;return new We({checks:[],typeName:Et.ZodBigInt,coerce:null!==(t=null==e?void 0:e.coerce)&&void 0!==t&&t,...Ee(e)})};class Je extends Pe{_parse(e){if(this._def.coerce&&(e.data=Boolean(e.data)),this._getType(e)!==he.boolean){const t=this._getOrReturnCtx(e);return we(t,{code:fe.invalid_type,expected:he.boolean,received:t.parsedType}),xe}return Oe(e.data)}}Je.create=e=>new Je({typeName:Et.ZodBoolean,coerce:(null==e?void 0:e.coerce)||!1,...Ee(e)});class Ke extends Pe{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==he.date){const t=this._getOrReturnCtx(e);return we(t,{code:fe.invalid_type,expected:he.date,received:t.parsedType}),xe}if(isNaN(e.data.getTime()))return we(this._getOrReturnCtx(e),{code:fe.invalid_date}),xe;const t=new ke;let s;for(const n of this._def.checks)"min"===n.kind?e.data.getTime()<n.value&&(s=this._getOrReturnCtx(e,s),we(s,{code:fe.too_small,message:n.message,inclusive:!0,exact:!1,minimum:n.value,type:"date"}),t.dirty()):"max"===n.kind?e.data.getTime()>n.value&&(s=this._getOrReturnCtx(e,s),we(s,{code:fe.too_big,message:n.message,inclusive:!0,exact:!1,maximum:n.value,type:"date"}),t.dirty()):de.assertNever(n);return{status:t.value,value:new Date(e.data.getTime())}}_addCheck(e){return new Ke({...this._def,checks:[...this._def.checks,e]})}min(e,t){return this._addCheck({kind:"min",value:e.getTime(),message:Re.toString(t)})}max(e,t){return this._addCheck({kind:"max",value:e.getTime(),message:Re.toString(t)})}get minDate(){let e=null;for(const t of this._def.checks)"min"===t.kind&&(null===e||t.value>e)&&(e=t.value);return null!=e?new Date(e):null}get maxDate(){let e=null;for(const t of this._def.checks)"max"===t.kind&&(null===e||t.value<e)&&(e=t.value);return null!=e?new Date(e):null}}Ke.create=e=>new Ke({checks:[],coerce:(null==e?void 0:e.coerce)||!1,typeName:Et.ZodDate,...Ee(e)});class Ge extends Pe{_parse(e){if(this._getType(e)!==he.symbol){const t=this._getOrReturnCtx(e);return we(t,{code:fe.invalid_type,expected:he.symbol,received:t.parsedType}),xe}return Oe(e.data)}}Ge.create=e=>new Ge({typeName:Et.ZodSymbol,...Ee(e)});class He extends Pe{_parse(e){if(this._getType(e)!==he.undefined){const t=this._getOrReturnCtx(e);return we(t,{code:fe.invalid_type,expected:he.undefined,received:t.parsedType}),xe}return Oe(e.data)}}He.create=e=>new He({typeName:Et.ZodUndefined,...Ee(e)});class Qe extends Pe{_parse(e){if(this._getType(e)!==he.null){const t=this._getOrReturnCtx(e);return we(t,{code:fe.invalid_type,expected:he.null,received:t.parsedType}),xe}return Oe(e.data)}}Qe.create=e=>new Qe({typeName:Et.ZodNull,...Ee(e)});class Ye extends Pe{constructor(){super(...arguments),this._any=!0}_parse(e){return Oe(e.data)}}Ye.create=e=>new Ye({typeName:Et.ZodAny,...Ee(e)});class Xe extends Pe{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Oe(e.data)}}Xe.create=e=>new Xe({typeName:Et.ZodUnknown,...Ee(e)});class et extends Pe{_parse(e){const t=this._getOrReturnCtx(e);return we(t,{code:fe.invalid_type,expected:he.never,received:t.parsedType}),xe}}et.create=e=>new et({typeName:Et.ZodNever,...Ee(e)});class tt extends Pe{_parse(e){if(this._getType(e)!==he.undefined){const t=this._getOrReturnCtx(e);return we(t,{code:fe.invalid_type,expected:he.void,received:t.parsedType}),xe}return Oe(e.data)}}tt.create=e=>new tt({typeName:Et.ZodVoid,...Ee(e)});class st extends Pe{_parse(e){const{ctx:t,status:s}=this._processInputParams(e),n=this._def;if(t.parsedType!==he.array)return we(t,{code:fe.invalid_type,expected:he.array,received:t.parsedType}),xe;if(null!==n.exactLength){const e=t.data.length>n.exactLength.value,r=t.data.length<n.exactLength.value;(e||r)&&(we(t,{code:e?fe.too_big:fe.too_small,minimum:r?n.exactLength.value:void 0,maximum:e?n.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:n.exactLength.message}),s.dirty())}if(null!==n.minLength&&t.data.length<n.minLength.value&&(we(t,{code:fe.too_small,minimum:n.minLength.value,type:"array",inclusive:!0,exact:!1,message:n.minLength.message}),s.dirty()),null!==n.maxLength&&t.data.length>n.maxLength.value&&(we(t,{code:fe.too_big,maximum:n.maxLength.value,type:"array",inclusive:!0,exact:!1,message:n.maxLength.message}),s.dirty()),t.common.async)return Promise.all([...t.data].map(((e,s)=>n.type._parseAsync(new Fe(t,e,t.path,s))))).then((e=>ke.mergeArray(s,e)));const r=[...t.data].map(((e,s)=>n.type._parseSync(new Fe(t,e,t.path,s))));return ke.mergeArray(s,r)}get element(){return this._def.type}min(e,t){return new st({...this._def,minLength:{value:e,message:Re.toString(t)}})}max(e,t){return new st({...this._def,maxLength:{value:e,message:Re.toString(t)}})}length(e,t){return new st({...this._def,exactLength:{value:e,message:Re.toString(t)}})}nonempty(e){return this.min(1,e)}}function nt(e){if(e instanceof rt){const t={};for(const s in e.shape){const n=e.shape[s];t[s]=kt.create(nt(n))}return new rt({...e._def,shape:()=>t})}return e instanceof st?new st({...e._def,type:nt(e.element)}):e instanceof kt?kt.create(nt(e.unwrap())):e instanceof xt?xt.create(nt(e.unwrap())):e instanceof dt?dt.create(e.items.map((e=>nt(e)))):e}st.create=(e,t)=>new st({type:e,minLength:null,maxLength:null,exactLength:null,typeName:Et.ZodArray,...Ee(t)});class rt extends Pe{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(null!==this._cached)return this._cached;const e=this._def.shape(),t=de.objectKeys(e);return this._cached={shape:e,keys:t}}_parse(e){if(this._getType(e)!==he.object){const t=this._getOrReturnCtx(e);return we(t,{code:fe.invalid_type,expected:he.object,received:t.parsedType}),xe}const{status:t,ctx:s}=this._processInputParams(e),{shape:n,keys:r}=this._getCached(),i=[];if(!(this._def.catchall instanceof et&&"strip"===this._def.unknownKeys))for(const e in s.data)r.includes(e)||i.push(e);const a=[];for(const e of r){const t=n[e],r=s.data[e];a.push({key:{status:"valid",value:e},value:t._parse(new Fe(s,r,s.path,e)),alwaysSet:e in s.data})}if(this._def.catchall instanceof et){const e=this._def.unknownKeys;if("passthrough"===e)for(const e of i)a.push({key:{status:"valid",value:e},value:{status:"valid",value:s.data[e]}});else if("strict"===e)i.length>0&&(we(s,{code:fe.unrecognized_keys,keys:i}),t.dirty());else if("strip"!==e)throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const e=this._def.catchall;for(const t of i){const n=s.data[t];a.push({key:{status:"valid",value:t},value:e._parse(new Fe(s,n,s.path,t)),alwaysSet:t in s.data})}}return s.common.async?Promise.resolve().then((async()=>{const e=[];for(const t of a){const s=await t.key;e.push({key:s,value:await t.value,alwaysSet:t.alwaysSet})}return e})).then((e=>ke.mergeObjectSync(t,e))):ke.mergeObjectSync(t,a)}get shape(){return this._def.shape()}strict(e){return Re.errToObj,new rt({...this._def,unknownKeys:"strict",...void 0!==e?{errorMap:(t,s)=>{var n,r,i,a;const o=null!==(i=null===(r=(n=this._def).errorMap)||void 0===r?void 0:r.call(n,t,s).message)&&void 0!==i?i:s.defaultError;return"unrecognized_keys"===t.code?{message:null!==(a=Re.errToObj(e).message)&&void 0!==a?a:o}:{message:o}}}:{}})}strip(){return new rt({...this._def,unknownKeys:"strip"})}passthrough(){return new rt({...this._def,unknownKeys:"passthrough"})}extend(e){return new rt({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new rt({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:Et.ZodObject})}setKey(e,t){return this.augment({[e]:t})}catchall(e){return new rt({...this._def,catchall:e})}pick(e){const t={};return de.objectKeys(e).forEach((s=>{e[s]&&this.shape[s]&&(t[s]=this.shape[s])})),new rt({...this._def,shape:()=>t})}omit(e){const t={};return de.objectKeys(this.shape).forEach((s=>{e[s]||(t[s]=this.shape[s])})),new rt({...this._def,shape:()=>t})}deepPartial(){return nt(this)}partial(e){const t={};return de.objectKeys(this.shape).forEach((s=>{const n=this.shape[s];e&&!e[s]?t[s]=n:t[s]=n.optional()})),new rt({...this._def,shape:()=>t})}required(e){const t={};return de.objectKeys(this.shape).forEach((s=>{if(e&&!e[s])t[s]=this.shape[s];else{let e=this.shape[s];for(;e instanceof kt;)e=e._def.innerType;t[s]=e}})),new rt({...this._def,shape:()=>t})}keyof(){return yt(de.objectKeys(this.shape))}}rt.create=(e,t)=>new rt({shape:()=>e,unknownKeys:"strip",catchall:et.create(),typeName:Et.ZodObject,...Ee(t)}),rt.strictCreate=(e,t)=>new rt({shape:()=>e,unknownKeys:"strict",catchall:et.create(),typeName:Et.ZodObject,...Ee(t)}),rt.lazycreate=(e,t)=>new rt({shape:e,unknownKeys:"strip",catchall:et.create(),typeName:Et.ZodObject,...Ee(t)});class it extends Pe{_parse(e){const{ctx:t}=this._processInputParams(e),s=this._def.options;if(t.common.async)return Promise.all(s.map((async e=>{const s={...t,common:{...t.common,issues:[]},parent:null};return{result:await e._parseAsync({data:t.data,path:t.path,parent:s}),ctx:s}}))).then((function(e){for(const t of e)if("valid"===t.result.status)return t.result;for(const s of e)if("dirty"===s.result.status)return t.common.issues.push(...s.ctx.common.issues),s.result;const s=e.map((e=>new ge(e.ctx.common.issues)));return we(t,{code:fe.invalid_union,unionErrors:s}),xe}));{let e;const n=[];for(const r of s){const s={...t,common:{...t.common,issues:[]},parent:null},i=r._parseSync({data:t.data,path:t.path,parent:s});if("valid"===i.status)return i;"dirty"!==i.status||e||(e={result:i,ctx:s}),s.common.issues.length&&n.push(s.common.issues)}if(e)return t.common.issues.push(...e.ctx.common.issues),e.result;const r=n.map((e=>new ge(e)));return we(t,{code:fe.invalid_union,unionErrors:r}),xe}}get options(){return this._def.options}}it.create=(e,t)=>new it({options:e,typeName:Et.ZodUnion,...Ee(t)});const at=e=>e instanceof ft?at(e.schema):e instanceof wt?at(e.innerType()):e instanceof gt?[e.value]:e instanceof vt?e.options:e instanceof _t?Object.keys(e.enum):e instanceof jt?at(e._def.innerType):e instanceof He?[void 0]:e instanceof Qe?[null]:null;class ot extends Pe{_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==he.object)return we(t,{code:fe.invalid_type,expected:he.object,received:t.parsedType}),xe;const s=this.discriminator,n=t.data[s],r=this.optionsMap.get(n);return r?t.common.async?r._parseAsync({data:t.data,path:t.path,parent:t}):r._parseSync({data:t.data,path:t.path,parent:t}):(we(t,{code:fe.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[s]}),xe)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,t,s){const n=new Map;for(const s of t){const t=at(s.shape[e]);if(!t)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(const r of t){if(n.has(r))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(r)}`);n.set(r,s)}}return new ot({typeName:Et.ZodDiscriminatedUnion,discriminator:e,options:t,optionsMap:n,...Ee(s)})}}function ct(e,t){const s=me(e),n=me(t);if(e===t)return{valid:!0,data:e};if(s===he.object&&n===he.object){const s=de.objectKeys(t),n=de.objectKeys(e).filter((e=>-1!==s.indexOf(e))),r={...e,...t};for(const s of n){const n=ct(e[s],t[s]);if(!n.valid)return{valid:!1};r[s]=n.data}return{valid:!0,data:r}}if(s===he.array&&n===he.array){if(e.length!==t.length)return{valid:!1};const s=[];for(let n=0;n<e.length;n++){const r=ct(e[n],t[n]);if(!r.valid)return{valid:!1};s.push(r.data)}return{valid:!0,data:s}}return s===he.date&&n===he.date&&+e==+t?{valid:!0,data:e}:{valid:!1}}class ut extends Pe{_parse(e){const{status:t,ctx:s}=this._processInputParams(e),n=(e,n)=>{if(Se(e)||Se(n))return xe;const r=ct(e.value,n.value);return r.valid?((Ae(e)||Ae(n))&&t.dirty(),{status:t.value,value:r.data}):(we(s,{code:fe.invalid_intersection_types}),xe)};return s.common.async?Promise.all([this._def.left._parseAsync({data:s.data,path:s.path,parent:s}),this._def.right._parseAsync({data:s.data,path:s.path,parent:s})]).then((([e,t])=>n(e,t))):n(this._def.left._parseSync({data:s.data,path:s.path,parent:s}),this._def.right._parseSync({data:s.data,path:s.path,parent:s}))}}ut.create=(e,t,s)=>new ut({left:e,right:t,typeName:Et.ZodIntersection,...Ee(s)});class dt extends Pe{_parse(e){const{status:t,ctx:s}=this._processInputParams(e);if(s.parsedType!==he.array)return we(s,{code:fe.invalid_type,expected:he.array,received:s.parsedType}),xe;if(s.data.length<this._def.items.length)return we(s,{code:fe.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),xe;!this._def.rest&&s.data.length>this._def.items.length&&(we(s,{code:fe.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),t.dirty());const n=[...s.data].map(((e,t)=>{const n=this._def.items[t]||this._def.rest;return n?n._parse(new Fe(s,e,s.path,t)):null})).filter((e=>!!e));return s.common.async?Promise.all(n).then((e=>ke.mergeArray(t,e))):ke.mergeArray(t,n)}get items(){return this._def.items}rest(e){return new dt({...this._def,rest:e})}}dt.create=(e,t)=>{if(!Array.isArray(e))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new dt({items:e,typeName:Et.ZodTuple,rest:null,...Ee(t)})};class lt extends Pe{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:t,ctx:s}=this._processInputParams(e);if(s.parsedType!==he.object)return we(s,{code:fe.invalid_type,expected:he.object,received:s.parsedType}),xe;const n=[],r=this._def.keyType,i=this._def.valueType;for(const e in s.data)n.push({key:r._parse(new Fe(s,e,s.path,e)),value:i._parse(new Fe(s,s.data[e],s.path,e))});return s.common.async?ke.mergeObjectAsync(t,n):ke.mergeObjectSync(t,n)}get element(){return this._def.valueType}static create(e,t,s){return new lt(t instanceof Pe?{keyType:e,valueType:t,typeName:Et.ZodRecord,...Ee(s)}:{keyType:qe.create(),valueType:e,typeName:Et.ZodRecord,...Ee(t)})}}class pt extends Pe{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:t,ctx:s}=this._processInputParams(e);if(s.parsedType!==he.map)return we(s,{code:fe.invalid_type,expected:he.map,received:s.parsedType}),xe;const n=this._def.keyType,r=this._def.valueType,i=[...s.data.entries()].map((([e,t],i)=>({key:n._parse(new Fe(s,e,s.path,[i,"key"])),value:r._parse(new Fe(s,t,s.path,[i,"value"]))})));if(s.common.async){const e=new Map;return Promise.resolve().then((async()=>{for(const s of i){const n=await s.key,r=await s.value;if("aborted"===n.status||"aborted"===r.status)return xe;"dirty"!==n.status&&"dirty"!==r.status||t.dirty(),e.set(n.value,r.value)}return{status:t.value,value:e}}))}{const e=new Map;for(const s of i){const n=s.key,r=s.value;if("aborted"===n.status||"aborted"===r.status)return xe;"dirty"!==n.status&&"dirty"!==r.status||t.dirty(),e.set(n.value,r.value)}return{status:t.value,value:e}}}}pt.create=(e,t,s)=>new pt({valueType:t,keyType:e,typeName:Et.ZodMap,...Ee(s)});class ht extends Pe{_parse(e){const{status:t,ctx:s}=this._processInputParams(e);if(s.parsedType!==he.set)return we(s,{code:fe.invalid_type,expected:he.set,received:s.parsedType}),xe;const n=this._def;null!==n.minSize&&s.data.size<n.minSize.value&&(we(s,{code:fe.too_small,minimum:n.minSize.value,type:"set",inclusive:!0,exact:!1,message:n.minSize.message}),t.dirty()),null!==n.maxSize&&s.data.size>n.maxSize.value&&(we(s,{code:fe.too_big,maximum:n.maxSize.value,type:"set",inclusive:!0,exact:!1,message:n.maxSize.message}),t.dirty());const r=this._def.valueType;function i(e){const s=new Set;for(const n of e){if("aborted"===n.status)return xe;"dirty"===n.status&&t.dirty(),s.add(n.value)}return{status:t.value,value:s}}const a=[...s.data.values()].map(((e,t)=>r._parse(new Fe(s,e,s.path,t))));return s.common.async?Promise.all(a).then((e=>i(e))):i(a)}min(e,t){return new ht({...this._def,minSize:{value:e,message:Re.toString(t)}})}max(e,t){return new ht({...this._def,maxSize:{value:e,message:Re.toString(t)}})}size(e,t){return this.min(e,t).max(e,t)}nonempty(e){return this.min(1,e)}}ht.create=(e,t)=>new ht({valueType:e,minSize:null,maxSize:null,typeName:Et.ZodSet,...Ee(t)});class mt extends Pe{constructor(){super(...arguments),this.validate=this.implement}_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==he.function)return we(t,{code:fe.invalid_type,expected:he.function,received:t.parsedType}),xe;function s(e,s){return be({data:e,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,_e(),ye].filter((e=>!!e)),issueData:{code:fe.invalid_arguments,argumentsError:s}})}function n(e,s){return be({data:e,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,_e(),ye].filter((e=>!!e)),issueData:{code:fe.invalid_return_type,returnTypeError:s}})}const r={errorMap:t.common.contextualErrorMap},i=t.data;if(this._def.returns instanceof bt){const e=this;return Oe((async function(...t){const a=new ge([]),o=await e._def.args.parseAsync(t,r).catch((e=>{throw a.addIssue(s(t,e)),a})),c=await Reflect.apply(i,this,o);return await e._def.returns._def.type.parseAsync(c,r).catch((e=>{throw a.addIssue(n(c,e)),a}))}))}{const e=this;return Oe((function(...t){const a=e._def.args.safeParse(t,r);if(!a.success)throw new ge([s(t,a.error)]);const o=Reflect.apply(i,this,a.data),c=e._def.returns.safeParse(o,r);if(!c.success)throw new ge([n(o,c.error)]);return c.data}))}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new mt({...this._def,args:dt.create(e).rest(Xe.create())})}returns(e){return new mt({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,t,s){return new mt({args:e||dt.create([]).rest(Xe.create()),returns:t||Xe.create(),typeName:Et.ZodFunction,...Ee(s)})}}class ft extends Pe{get schema(){return this._def.getter()}_parse(e){const{ctx:t}=this._processInputParams(e);return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}}ft.create=(e,t)=>new ft({getter:e,typeName:Et.ZodLazy,...Ee(t)});class gt extends Pe{_parse(e){if(e.data!==this._def.value){const t=this._getOrReturnCtx(e);return we(t,{received:t.data,code:fe.invalid_literal,expected:this._def.value}),xe}return{status:"valid",value:e.data}}get value(){return this._def.value}}function yt(e,t){return new vt({values:e,typeName:Et.ZodEnum,...Ee(t)})}gt.create=(e,t)=>new gt({value:e,typeName:Et.ZodLiteral,...Ee(t)});class vt extends Pe{_parse(e){if("string"!=typeof e.data){const t=this._getOrReturnCtx(e),s=this._def.values;return we(t,{expected:de.joinValues(s),received:t.parsedType,code:fe.invalid_type}),xe}if(-1===this._def.values.indexOf(e.data)){const t=this._getOrReturnCtx(e),s=this._def.values;return we(t,{received:t.data,code:fe.invalid_enum_value,options:s}),xe}return Oe(e.data)}get options(){return this._def.values}get enum(){const e={};for(const t of this._def.values)e[t]=t;return e}get Values(){const e={};for(const t of this._def.values)e[t]=t;return e}get Enum(){const e={};for(const t of this._def.values)e[t]=t;return e}extract(e){return vt.create(e)}exclude(e){return vt.create(this.options.filter((t=>!e.includes(t))))}}vt.create=yt;class _t extends Pe{_parse(e){const t=de.getValidEnumValues(this._def.values),s=this._getOrReturnCtx(e);if(s.parsedType!==he.string&&s.parsedType!==he.number){const e=de.objectValues(t);return we(s,{expected:de.joinValues(e),received:s.parsedType,code:fe.invalid_type}),xe}if(-1===t.indexOf(e.data)){const e=de.objectValues(t);return we(s,{received:s.data,code:fe.invalid_enum_value,options:e}),xe}return Oe(e.data)}get enum(){return this._def.values}}_t.create=(e,t)=>new _t({values:e,typeName:Et.ZodNativeEnum,...Ee(t)});class bt extends Pe{unwrap(){return this._def.type}_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==he.promise&&!1===t.common.async)return we(t,{code:fe.invalid_type,expected:he.promise,received:t.parsedType}),xe;const s=t.parsedType===he.promise?t.data:Promise.resolve(t.data);return Oe(s.then((e=>this._def.type.parseAsync(e,{path:t.path,errorMap:t.common.contextualErrorMap}))))}}bt.create=(e,t)=>new bt({type:e,typeName:Et.ZodPromise,...Ee(t)});class wt extends Pe{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===Et.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){const{status:t,ctx:s}=this._processInputParams(e),n=this._def.effect||null,r={addIssue:e=>{we(s,e),e.fatal?t.abort():t.dirty()},get path(){return s.path}};if(r.addIssue=r.addIssue.bind(r),"preprocess"===n.type){const e=n.transform(s.data,r);return s.common.issues.length?{status:"dirty",value:s.data}:s.common.async?Promise.resolve(e).then((e=>this._def.schema._parseAsync({data:e,path:s.path,parent:s}))):this._def.schema._parseSync({data:e,path:s.path,parent:s})}if("refinement"===n.type){const e=e=>{const t=n.refinement(e,r);if(s.common.async)return Promise.resolve(t);if(t instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return e};if(!1===s.common.async){const n=this._def.schema._parseSync({data:s.data,path:s.path,parent:s});return"aborted"===n.status?xe:("dirty"===n.status&&t.dirty(),e(n.value),{status:t.value,value:n.value})}return this._def.schema._parseAsync({data:s.data,path:s.path,parent:s}).then((s=>"aborted"===s.status?xe:("dirty"===s.status&&t.dirty(),e(s.value).then((()=>({status:t.value,value:s.value}))))))}if("transform"===n.type){if(!1===s.common.async){const e=this._def.schema._parseSync({data:s.data,path:s.path,parent:s});if(!Ce(e))return e;const i=n.transform(e.value,r);if(i instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:t.value,value:i}}return this._def.schema._parseAsync({data:s.data,path:s.path,parent:s}).then((e=>Ce(e)?Promise.resolve(n.transform(e.value,r)).then((e=>({status:t.value,value:e}))):e))}de.assertNever(n)}}wt.create=(e,t,s)=>new wt({schema:e,typeName:Et.ZodEffects,effect:t,...Ee(s)}),wt.createWithPreprocess=(e,t,s)=>new wt({schema:t,effect:{type:"preprocess",transform:e},typeName:Et.ZodEffects,...Ee(s)});class kt extends Pe{_parse(e){return this._getType(e)===he.undefined?Oe(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}kt.create=(e,t)=>new kt({innerType:e,typeName:Et.ZodOptional,...Ee(t)});class xt extends Pe{_parse(e){return this._getType(e)===he.null?Oe(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}xt.create=(e,t)=>new xt({innerType:e,typeName:Et.ZodNullable,...Ee(t)});class jt extends Pe{_parse(e){const{ctx:t}=this._processInputParams(e);let s=t.data;return t.parsedType===he.undefined&&(s=this._def.defaultValue()),this._def.innerType._parse({data:s,path:t.path,parent:t})}removeDefault(){return this._def.innerType}}jt.create=(e,t)=>new jt({innerType:e,typeName:Et.ZodDefault,defaultValue:"function"==typeof t.default?t.default:()=>t.default,...Ee(t)});class Ot extends Pe{_parse(e){const{ctx:t}=this._processInputParams(e),s={...t,common:{...t.common,issues:[]}},n=this._def.innerType._parse({data:s.data,path:s.path,parent:{...s}});return Te(n)?n.then((e=>({status:"valid",value:"valid"===e.status?e.value:this._def.catchValue({get error(){return new ge(s.common.issues)},input:s.data})}))):{status:"valid",value:"valid"===n.status?n.value:this._def.catchValue({get error(){return new ge(s.common.issues)},input:s.data})}}removeCatch(){return this._def.innerType}}Ot.create=(e,t)=>new Ot({innerType:e,typeName:Et.ZodCatch,catchValue:"function"==typeof t.catch?t.catch:()=>t.catch,...Ee(t)});class St extends Pe{_parse(e){if(this._getType(e)!==he.nan){const t=this._getOrReturnCtx(e);return we(t,{code:fe.invalid_type,expected:he.nan,received:t.parsedType}),xe}return{status:"valid",value:e.data}}}St.create=e=>new St({typeName:Et.ZodNaN,...Ee(e)});const At=Symbol("zod_brand");class Ct extends Pe{_parse(e){const{ctx:t}=this._processInputParams(e),s=t.data;return this._def.type._parse({data:s,path:t.path,parent:t})}unwrap(){return this._def.type}}class Tt extends Pe{_parse(e){const{status:t,ctx:s}=this._processInputParams(e);if(s.common.async)return(async()=>{const e=await this._def.in._parseAsync({data:s.data,path:s.path,parent:s});return"aborted"===e.status?xe:"dirty"===e.status?(t.dirty(),je(e.value)):this._def.out._parseAsync({data:e.value,path:s.path,parent:s})})();{const e=this._def.in._parseSync({data:s.data,path:s.path,parent:s});return"aborted"===e.status?xe:"dirty"===e.status?(t.dirty(),{status:"dirty",value:e.value}):this._def.out._parseSync({data:e.value,path:s.path,parent:s})}}static create(e,t){return new Tt({in:e,out:t,typeName:Et.ZodPipeline})}}class Rt extends Pe{_parse(e){const t=this._def.innerType._parse(e);return Ce(t)&&(t.value=Object.freeze(t.value)),t}}Rt.create=(e,t)=>new Rt({innerType:e,typeName:Et.ZodReadonly,...Ee(t)});const Ft=(e,t={},s)=>e?Ye.create().superRefine(((n,r)=>{var i,a;if(!e(n)){const e="function"==typeof t?t(n):"string"==typeof t?{message:t}:t,o=null===(a=null!==(i=e.fatal)&&void 0!==i?i:s)||void 0===a||a,c="string"==typeof e?{message:e}:e;r.addIssue({code:"custom",...c,fatal:o})}})):Ye.create(),Zt={object:rt.lazycreate};var Et;!function(e){e.ZodString="ZodString",e.ZodNumber="ZodNumber",e.ZodNaN="ZodNaN",e.ZodBigInt="ZodBigInt",e.ZodBoolean="ZodBoolean",e.ZodDate="ZodDate",e.ZodSymbol="ZodSymbol",e.ZodUndefined="ZodUndefined",e.ZodNull="ZodNull",e.ZodAny="ZodAny",e.ZodUnknown="ZodUnknown",e.ZodNever="ZodNever",e.ZodVoid="ZodVoid",e.ZodArray="ZodArray",e.ZodObject="ZodObject",e.ZodUnion="ZodUnion",e.ZodDiscriminatedUnion="ZodDiscriminatedUnion",e.ZodIntersection="ZodIntersection",e.ZodTuple="ZodTuple",e.ZodRecord="ZodRecord",e.ZodMap="ZodMap",e.ZodSet="ZodSet",e.ZodFunction="ZodFunction",e.ZodLazy="ZodLazy",e.ZodLiteral="ZodLiteral",e.ZodEnum="ZodEnum",e.ZodEffects="ZodEffects",e.ZodNativeEnum="ZodNativeEnum",e.ZodOptional="ZodOptional",e.ZodNullable="ZodNullable",e.ZodDefault="ZodDefault",e.ZodCatch="ZodCatch",e.ZodPromise="ZodPromise",e.ZodBranded="ZodBranded",e.ZodPipeline="ZodPipeline",e.ZodReadonly="ZodReadonly"}(Et||(Et={}));const Pt=qe.create,Nt=Ve.create,Lt=St.create,It=We.create,Mt=Je.create,Ut=Ke.create,Dt=Ge.create,$t=He.create,Bt=Qe.create,qt=Ye.create,zt=Xe.create,Vt=et.create,Wt=tt.create,Jt=st.create,Kt=rt.create,Gt=rt.strictCreate,Ht=it.create,Qt=ot.create,Yt=ut.create,Xt=dt.create,es=lt.create,ts=pt.create,ss=ht.create,ns=mt.create,rs=ft.create,is=gt.create,as=vt.create,os=_t.create,cs=bt.create,us=wt.create,ds=kt.create,ls=xt.create,ps=wt.createWithPreprocess,hs=Tt.create,ms={string:e=>qe.create({...e,coerce:!0}),number:e=>Ve.create({...e,coerce:!0}),boolean:e=>Je.create({...e,coerce:!0}),bigint:e=>We.create({...e,coerce:!0}),date:e=>Ke.create({...e,coerce:!0})},fs=xe;var gs,ys=Object.freeze({__proto__:null,defaultErrorMap:ye,setErrorMap:function(e){ve=e},getErrorMap:_e,makeIssue:be,EMPTY_PATH:[],addIssueToContext:we,ParseStatus:ke,INVALID:xe,DIRTY:je,OK:Oe,isAborted:Se,isDirty:Ae,isValid:Ce,isAsync:Te,get util(){return de},get objectUtil(){return le},ZodParsedType:he,getParsedType:me,ZodType:Pe,ZodString:qe,ZodNumber:Ve,ZodBigInt:We,ZodBoolean:Je,ZodDate:Ke,ZodSymbol:Ge,ZodUndefined:He,ZodNull:Qe,ZodAny:Ye,ZodUnknown:Xe,ZodNever:et,ZodVoid:tt,ZodArray:st,ZodObject:rt,ZodUnion:it,ZodDiscriminatedUnion:ot,ZodIntersection:ut,ZodTuple:dt,ZodRecord:lt,ZodMap:pt,ZodSet:ht,ZodFunction:mt,ZodLazy:ft,ZodLiteral:gt,ZodEnum:vt,ZodNativeEnum:_t,ZodPromise:bt,ZodEffects:wt,ZodTransformer:wt,ZodOptional:kt,ZodNullable:xt,ZodDefault:jt,ZodCatch:Ot,ZodNaN:St,BRAND:At,ZodBranded:Ct,ZodPipeline:Tt,ZodReadonly:Rt,custom:Ft,Schema:Pe,ZodSchema:Pe,late:Zt,get ZodFirstPartyTypeKind(){return Et},coerce:ms,any:qt,array:Jt,bigint:It,boolean:Mt,date:Ut,discriminatedUnion:Qt,effect:us,enum:as,function:ns,instanceof:(e,t={message:`Input not instance of ${e.name}`})=>Ft((t=>t instanceof e),t),intersection:Yt,lazy:rs,literal:is,map:ts,nan:Lt,nativeEnum:os,never:Vt,null:Bt,nullable:ls,number:Nt,object:Kt,oboolean:()=>Mt().optional(),onumber:()=>Nt().optional(),optional:ds,ostring:()=>Pt().optional(),pipeline:hs,preprocess:ps,promise:cs,record:es,set:ss,strictObject:Gt,string:Pt,symbol:Dt,transformer:us,tuple:Xt,undefined:$t,union:Ht,unknown:zt,void:Wt,NEVER:fs,ZodIssueCode:fe,quotelessJson:e=>JSON.stringify(e,null,2).replace(/"([^"]+)":/g,"$1:"),ZodError:ge});!function(e){e[e.SPOT_MODERATE_IGNORE=0]="SPOT_MODERATE_IGNORE",e[e.SPOT_MODERATE_ACCEPT=1]="SPOT_MODERATE_ACCEPT",e[e.SPOT_MODERATE_PENDING=2]="SPOT_MODERATE_PENDING"}(gs||(gs={}));const vs=ys.object({RF_Constant_levelName:ys.string(),RF_delete:ys.boolean(),RF_editing:ys.boolean(),RF_level:ys.number(),RF_levelName:ys.string(),RF_levelName_Trad:ys.string(),RF_parameters:ys.boolean(),RF_setAdmin:ys.boolean(),RF_spotit:ys.boolean(),RF_spotit_own:ys.boolean()}),_s=e=>vs.safeParse(e).success;class bs extends n{list(e,t,s,n=[{name:"dateCreation",sort:"DESC"}]){return this.jApi.article.list({type:"aseiClearanceTicket",format:"raw-view",limit:t,page:e,orders:n,filters:s})}requestStatus(e,t,s){return this.network.post({o:"asei",f:"setStatus",uri:e,requestedStatus:t,audience:s})}getDedicatedGroups(){return this.network.post({o:"asei",f:"getDedicatedGroups"})}getConfiguration(){return this.network.post({o:"asei",f:"configuration"})}}class ws extends n{tenants(){return this.network.post({o:"drive",f:"getTenants"})}groups(e,t){return this.network.post({o:"drive",f:"getGroups",query:e,filter:t})}sites(){return this.network.post({o:"drive",f:"getSites"})}listAccount(e){return this.network.post({o:"drive",f:"listAccount",service:e})}isAccountLogged(e,t){return this.network.post({o:"drive",f:"isAccountLogged",service:e,id:t})}checkAccountToken(e){return this.network.post({o:"drive",f:"checkAccountToken",service:e})}documents(e,t){return this.network.post({o:"drive",f:"getDocuments",service:e,documentParams:t})}}class ks extends n{GetUnclassifiedFiles(e){var t;return this.network.post({o:"objectListMediaLibrary",f:"GetUnclassifiedFiles",format:e.format,page:null!==(t=e.page)&&void 0!==t?t:1,limit:e.limit,nolimit:e.nolimit})}getAccess(){return this.network.post({o:"mediaLibrary",f:"access"})}}class xs extends n{getLogs({dateEnd:e,idLogMax:t}){return this.network.post({o:"jLand",f:"adminLogs",dateEnd:e,idLogMax:t})}getStats({map:e,dateStart:t,dateEnd:s}){return this.network.post({o:"jLand",f:"adminStats",map:e,dateStart:t,dateEnd:s})}getAllMapsAsAdmin(e="raw-list,licenses"){return this.network.post({o:"objectListJLand",f:"jLandList",format:e})}createMap(e,t="raw-list"){return this.network.maybePostToken(Object.assign(Object.assign({},e),{o:"article",f:"create",format:t,type:"jlandmap"}))}}class js extends n{sendMessage(e,t){return this.network.post({o:"messenger",f:"newMessage",idDiscussion:t,msg:{description:e}})}getOrCreateDiscussion(e,t){const s=e<t?`${e}.${t}`:`${t}.${e}`;return this.network.post({o:"messenger",f:"getDiscussion",idDiscussion:s,type:"messengerUser",idUserTo:t})}}class Os extends n{getConfig(){return this.network.post({o:"search",f:"getConfig"})}proposition({query:e,format:t},s){return this.network.post({o:"search",f:"proposition",query:e,format:t||"little"},s)}searchQuery(e,t){const{keywords:s,category:n,facetCategories:r,filters:i,page:a,limit:o,sort:c,options:u}=e;return this.network.post({o:"search",f:"query",keywords:s,category:n,facetCategories:r,filters:i,page:a,limit:o,sort:c,options:u},t)}getLastQueries(){return this.network.post({o:"search",f:"getLastQueries"})}getAdminConfig(){return this.network.post({o:"search",f:"getAdminConfig"})}setAdminConfig(e){return this.network.post({o:"search",f:"setAdminConfig",config:e})}}var Ss=function(e,t){var s={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(s[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(s[n[r]]=e[n[r]])}return s};class As extends n{list(){return this.network.post({o:"taxonomy",f:"list",format:"raw-little"}).then((e=>{if(Array.isArray(e.result))return e.result;throw"Bad response from backend"}))}create(e){var{format:t="raw-little"}=e,s=Ss(e,["format"]);return this.network.post(Object.assign({o:"taxonomy",f:"create",format:t},s))}autocomplete(e,t){return this.network.post({o:"autocomplete",f:"taxonomy",q:t,idTaxonomy:e,idToUri:!1})}autocompleteList(e){var{format:t="autocomplete"}=e,s=Ss(e,["format"]);return this.network.post(Object.assign({o:"objectListTaxonomy",f:"concept",format:t},s))}autocompleteHierarchy(e){return this.network.post(Object.assign({o:"objectListTaxonomyHierarchy",f:"concept"},e))}}class Cs extends n{autocomplete(e){return this.network.post({o:"autocomplete",f:"user",q:e,idToUri:!1}).then((e=>e.result))}get(e,t="little",s){return this.network.post({o:"user",f:"get",uri:e,format:t},s)}updateImage(e,t="raw-little"){return this.network.postCSRF({o:"user",f:"updateImage",idFile:e,format:t})}updateBanner(e,t="raw-little"){return this.network.postCSRF({o:"user",f:"updateBanner",idFile:e,format:t})}updateMail(e,t){return this.network.postCSRF({o:"user",f:"editMail",mail:e,password:t})}userUpdateProfile(e){return this.network.postCSRF(Object.assign({o:"user",f:"updateProfile"},e))}configuration(){return this.network.post({o:"userDirectory",f:"configuration"})}fieldsConfiguration(){return this.network.post({o:"user",f:"fieldsConfiguration"})}userList(e,t){return this.network.post(Object.assign({o:"objectList",f:"JamespotUserList"},e),t)}userQueryList(e){return this.network.post(Object.assign({o:"objectList",f:"JamespotUserQueryList"},e))}userMap(e){return this.network.post(Object.assign({o:"objectListJamespot",f:"userMap"},e))}userBusinessContactQueryList(e){return this.network.post(Object.assign({o:"businessContact",f:"queryList"},e))}userCreateBusinessContact(e){const t=Object.assign(Object.assign({},e),{pseudo:e.title,firstName:e.firstname,lastName:e.lastname,champ1:e.field1,champ2:e.field2,champ3:e.field3,champ4:e.field4,champ5:e.field5}),s=Object.assign(Object.assign({},t),{type:"businessContactCard",publishTo:"networkPublic/1"});return this.jApi.article.create(s)}userUpdateBusinessContact(e){const t=Object.assign(Object.assign({},e),{pseudo:e.title,firstName:e.firstname,lastName:e.lastname,champ1:e.field1,champ2:e.field2,champ3:e.field3,champ4:e.field4,champ5:e.field5}),s=Object.assign(Object.assign({},t),{uri:e.uri,publishTo:"networkPublic/1"});return this.jApi.article.update(s)}userDeleteBusinessContact(e){return this.jApi.article.delete(e)}userAddContact(e){return this.network.post({o:"user",f:"addContact",idUser:e})}userRemoveContact(e){return this.network.post({o:"user",f:"removeContact",idUser:e})}signIn(e,t){return this.network.post({o:"user",f:"signIn",mail:e,password:t})}getFields(e,t){return this.network.post({o:"user",f:"getFields",idUser:e,fieldsType:t})}}class Ts extends n{getFiles(e){return this.network.post(Object.assign({o:"onlyOffice",f:"getFiles"},e))}getFile(e,t){return this.network.post({o:"onlyOffice",f:"getFile",idFile:e,hash:t})}getTemplates(e){return this.network.post({o:"onlyOffice",f:"getTemplates"},e)}deleteFile(e,t){return this.network.postCSRF({o:"onlyOffice",f:"deleteFile",idFile:e,withParent:t})}createFile(e,t,s){return this.network.postCSRF({o:"onlyOffice",f:"createFile",title:e,type:t,publishTo:s})}updateFile(e,t){return this.network.postCSRF({o:"onlyOffice",f:"updateFile",idFile:e,title:t})}createVersion(e){return this.network.post({o:"onlyOffice",f:"createVersion",idFile:e})}setAccessRequest(e,t,s,n){return this.network.postCSRF({o:"onlyOffice",f:"setAccessRequest",uri:e,idUser:t,requestAccessValue:s,requestResponseMessage:n})}getAccessRequest(e,t){return this.network.post({o:"onlyOffice",f:"getAccessRequest",format:"raw-little",uri:e,idUser:t})}askAccess(e,t,s){return this.network.postCSRF({o:"onlyOffice",f:"askAccess",uri:e,askAccess:t,askMessage:s})}}class Rs extends n{createChannel(e,t="raw-list"){return this.network.maybePostToken(Object.assign(Object.assign({},e),{o:"article",f:"create",format:t,type:"tvDisplayChannel"}))}getChannel(e){return this.network.post(Object.assign(Object.assign({},e),{o:"tvDisplay",f:"getChannel"}))}getConfigureChannel(e){return this.network.post(Object.assign(Object.assign({},e),{o:"tvDisplay",f:"getConfigureChannel"}))}}class Fs extends n{contentObjectLinks(e){return this.network.post({o:"shared",f:"contentObjectLinks",format:"raw-little",uri:e})}contentSetObjectAccessRule(e,t,s){return this.network.postCSRF({o:"shared",f:"contentSetObjectAccessRule",format:"raw-little",uri:e,rule:t,hash:s})}}var Zs=function(e,t,s,n){return new(s||(s=Promise))((function(r,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function o(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?r(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(a,o)}c((n=n.apply(e,t||[])).next())}))};class Es extends n{SaveAnimationConfiguration(e){return Zs(this,void 0,void 0,(function*(){return this.network.post({o:"animations",f:"saveConfiguration",animation:e})}))}DeleteAnimation(){return Zs(this,void 0,void 0,(function*(){return this.network.post({o:"animations",f:"deleteAnimation"})}))}GetCurrentAnimation(){return Zs(this,void 0,void 0,(function*(){return this.network.post({o:"animations",f:"getConfiguration"})}))}GetCurrentAnimationApp(){return Zs(this,void 0,void 0,(function*(){return this.network.post({o:"animations",f:"getConfigurationApp"})}))}ToggleAnimationActive(){return Zs(this,void 0,void 0,(function*(){return this.network.post({o:"animations",f:"toggleAnimationActive"})}))}GetAnimationActive(){return Zs(this,void 0,void 0,(function*(){return this.network.post({o:"animations",f:"getAnimationActive"})}))}}class Ps extends n{getObject(e){return this.network.post({o:"object",f:"getObject",uri:e})}setAccess(e,t,s,n){return this.network.post({o:"object",f:"setAccess",uri:e,access:t,message:s,generalAccessRule:n})}getAccess(e){return this.network.post({o:"object",f:"getAccess",uri:e})}getAccessHash(e){return this.network.post({o:"object",f:"getAccessHash",uri:e})}}class Ns extends n{getFileBanks(e){return this.network.post({o:"file-sync",f:"getFileBanks"},e)}saveFileBanks(e){return this.network.post({o:"file-sync",f:"saveFileBanks",fileBanks:e})}getUserQuota(e){return this.network.post({o:"file-sync",f:"getUserQuota"},e)}getAdminSpots(e,t){return this.network.post(Object.assign({o:"objectList",f:"fileSyncAdminSpots"},e),t)}}class Ls extends n{getUsers(e,t){return this.network.post(Object.assign(Object.assign({o:"customAction",f:"getUsers"},e),{format:null!=t?t:"raw-list"}))}add(e,t){return this.network.post(Object.assign(Object.assign({o:"customAction",f:"add"},e),{format:null!=t?t:"raw-little"}))}remove(e,t){return this.network.post(Object.assign(Object.assign({o:"customAction",f:"remove"},e),{format:null!=t?t:"raw-little"}))}}class Is extends n{textEnhancement({text:e,capacity:t}){return this.network.post({o:"jia",f:"textEnhancement",text:e,capacity:t})}}class Ms extends n{responseUserList(e,t,s){return this.network.post({o:"widget",f:"responseUserList",uri:e,uniqid:t,page:s})}removeWidget({id:e,type:t,uniqid:s}){return this.network.post({o:"widget",f:"removeWidget",id:e,type:t,uniqid:s})}checkListRespond({id:e,type:t,idUser:s,uniqid:n,index:r}){return this.network.post({o:"widget",f:"checkListRespond",id:e,type:t,uniqid:n,idUser:s,index:r})}}class Us{constructor(e){this.version="1.0",this.network=e,this.admin={license:new r(this),store:new i(this),utils:new a(this)},this.application=new o(this),this.article=new Q(this),this.asei=new bs(this),this.assetReservation=new X(this),this.audience=new ee(this),this.bookmark=new te(this),this.businessNetworking=new se(this),this.community=new ne(this),this.diapazone=new re(this),this.drive=new ws(this),this.faq=new oe(this),this.file=new ae(this),this.filebank=new ce(this),this.fileSync=new Ns(this),this.global=new ue(this),this.group=new pe(this),this.jia=new Is(this),this.jland=new xs(this),this.mediaLibrary=new ks(this),this.messenger=new js(this),this.object=new Ps(this),this.search=new Os(this),this.share=new Fs(this),this.socialAction=new Ls(this),this.taxonomy=new As(this),this.tvDisplay=new Rs(this),this.user=new Cs(this),this.wedoc=new Ts(this),this.widget=new Ms(this),this.animations=new Es(this)}}class Ds{getBackendUrl(){return e=this,t=void 0,n=function*(){const e=window.location;return`${e.protocol}//${e.host}`},new((s=void 0)||(s=Promise))((function(r,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function o(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?r(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(a,o)}c((n=n.apply(e,t||[])).next())}));var e,t,s,n}fetch(e,t){return window.fetch(e,t)}}const $s=ys.object({create:ys.boolean(),read:ys.boolean(),publish:ys.boolean(),administrate:ys.boolean(),update:ys.boolean(),delete:ys.boolean(),comment:ys.boolean(),member:ys.boolean()}),Bs=e=>$s.safeParse(e).success,qs=ys.string(),zs=ys.string().nullable(),Vs=ys.number(),Ws=ys.string().nullable(),Js=ys.string().nullable(),Ks=ys.string().nullable(),Gs=ys.number(),Hs=ys.string(),Qs=ys.string(),Ys=ys.union([Gs,Ks,Js,Ws,Hs,Vs,zs,qs,Qs]),Xs={ADMIN:9,USER:5,EXTERNAL:3,GUEST:0},en=ys.lazy((()=>bn.extend({title:ys.string(),_url:ys.string(),level:ys.nativeEnum(Xs),dateCreation:ys.string(),dateModified:ys.string()}).catchall(Ys))),tn=ys.lazy((()=>en.schema.extend({active:ys.number()}))),sn=e=>tn.safeParse(e).success,nn=tn,rn=e=>nn.safeParse(e).success,an=ys.object({idInType:ys.number(),lat:ys.number(),lng:ys.number()}),on=e=>an.safeParse(e).success,cn=ys.object({title:ys.string(),firstname:ys.string(),lastname:ys.string(),mail:ys.union([ys.string(),ys.undefined()]).optional(),description:ys.string().optional(),dateOfBirth:ys.string().optional(),phoneNumber:ys.string().optional(),language:ys.string().optional(),timeZone:ys.string().optional(),mobileNumber:ys.string().optional(),company:ys.string().optional(),country:ys.string().optional(),department:ys.string().optional(),function:ys.string().optional(),webSite:ys.string().optional(),image:ys.union([ys.string(),ys.undefined()]).optional(),userBanner:ys.union([ys.string(),ys.undefined()]).optional(),field1:ys.string().optional(),field2:ys.string().optional(),field3:ys.string().optional(),field4:ys.string().optional(),field5:ys.string().optional()}),un=cn.required().extend({level:ys.string(),image:ys.string().optional(),businessManagementManager:en.array().optional(),businessNetworkingUserToCompanySrc:en.array().optional()}),dn=ys.object({user_field_edit_profil:ys.record(cn.keyof(),ys.number()),user_field_editable:ys.record(cn.keyof(),ys.number()),user_field_my_page:ys.record(cn.keyof(),ys.number()),user_page_mandatory_fields:ys.object({firstname:ys.enum(["0","1"]),lastname:ys.enum(["0","1"]),pseudo:ys.enum(["0","1"])})}),ln=ys.object({name:ys.string(),value:ys.union([ys.string(),ys.record(ys.string(),ys.any())])}),pn=ys.enum(["popover"]),hn=ys.object({values:un,mobileEditableFields:un.keyof().array()}),mn=ys.object({mail:ys.union([ys.string(),ys.undefined()]),title:ys.string(),firstname:ys.string(),lastname:ys.string(),phoneNumber:ys.union([ys.string(),ys.undefined()]).optional(),company:ys.union([ys.string(),ys.undefined()]).optional(),function:ys.union([ys.string(),ys.undefined()]).optional(),uri:ys.union([ys.string(),ys.undefined()]).optional(),field1:ys.union([ys.string(),ys.undefined()]).optional(),field2:ys.union([ys.string(),ys.undefined()]).optional(),field3:ys.union([ys.string(),ys.undefined()]).optional(),field4:ys.union([ys.string(),ys.undefined()]).optional(),field5:ys.union([ys.string(),ys.undefined()]).optional()}),fn=ys.object({userDirectoryShow:ys.union([ys.literal(""),ys.literal("1")]),contactDirectoryShow:ys.union([ys.literal("0"),ys.literal("1")]),businessContactShow:ys.boolean(),menu:ys.union([ys.literal("0"),ys.literal("1")]),cardFields:ys.string().array(),tableFields:ys.string().array(),viewFields:ys.string().array(),userGeoloc:ys.boolean().optional(),sort:ys.string(),cnt:ys.number().optional(),filters:ys.object({name:ys.string(),type:ys.string()}).array()}),gn=e=>fn.safeParse(e).success,yn=ys.lazy((()=>wn.extend({dateCreation:ys.string(),dateModified:ys.string(),firstname:ys.string(),lastname:ys.string(),active:ys.number(),mail:ys.string().optional()}))),vn=e=>yn.safeParse(e).success,_n=ys.lazy((()=>wn.extend({id:ys.string(),shortUri:ys.string(),name:ys.string(),label:ys.string(),cssClass:ys.string(),cssColor:ys.string(),class:ys.string(),Pseudo:ys.string(),_values:ys.record(ys.string(),ys.unknown())}))),bn=ys.object({id:ys.number(),mainType:ys.string(),type:ys.string(),uri:ys.string(),dateCreation:ys.string().optional(),dateModified:ys.string().optional().nullable()}),wn=bn.extend({title:ys.string(),_url:ys.string()}),kn=e=>wn.safeParse(e).success,xn=ys.lazy((()=>wn.extend({description:ys.string().optional().nullable(),_user:en,_right:$s}))),jn=e=>xn.safeParse(e).success,On=ys.object({attrName:ys.string(),token:ys.string(),file:ys.instanceof(File).nullable().optional(),url:ys.string().optional()}),Sn=ys.object({width:ys.number(),height:ys.number()}),An=ys.object({x:ys.number(),y:ys.number(),w:ys.number(),h:ys.number(),rotation:ys.number(),killSize:ys.boolean().optional()}),Cn=wn.extend({dateCreation:ys.string(),dateModified:ys.string().nullable(),mimetype:ys.string(),path:ys.string().optional(),size:ys.number()}),Tn=e=>Cn.parse(e),Rn=Cn.extend({_extend:ys.object({crop:An})}),Fn=ys.object({name:ys.string(),filename:ys.string(),dateModified:ys.string(),mimetype:ys.string()}),Zn=ys.object({idUser:ys.string(),dateDownload:ys.string(),Pseudo:ys.string(),type:ys.string()}),En=e=>ys.object({isActive:ys.boolean()}).and(e),Pn=ys.enum(["drive_microsoft_graph","drive_dropbox","drive_google"]),Nn=En(ys.object({drives:ys.record(Pn,ys.boolean())})),Ln=En(ys.object({label:ys.string()})),In=En(ys.object({orderBy:ys.string(),order:ys.enum(["ASC","DESC"])})),Mn=En(ys.object({sendAlert:ys.boolean()})),Un=En(ys.object({})),Dn=En(ys.object({create:ys.boolean(),autorize:ys.array(ys.enum(["message","comment","board","article"]).optional())})),$n=ys.object({DriveHook:Nn,calendarHook:Ln,FileBankHook:In,spotRssFeed:Un,WidgetHook:Dn,AdminAdvancedHook:Mn}).partial(),Bn=e=>$n.and(ys.record(ys.string(),ys.any())).parse(e),qn="accept",zn="deny",Vn=new M(new Ds),Wn=new Us(Vn);window.JamespotUserApi=Wn;const Jn=Wn,Kn=Us;module.exports=s})();
2
2
  //# sourceMappingURL=jamespot-user-api.js.map