jamespot-user-api 1.0.121 → 1.0.123

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 (117) 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/JCommunityApi.html +1 -1
  12. package/documentation/classes/JDiapazoneApi.html +1 -1
  13. package/documentation/classes/JFaqApi.html +1 -1
  14. package/documentation/classes/JFileApi.html +6 -6
  15. package/documentation/classes/JFilebankApi.html +1 -1
  16. package/documentation/classes/JGroupApi.html +9 -9
  17. package/documentation/classes/JLandApi.html +1 -1
  18. package/documentation/classes/JMessengerApi.html +1 -1
  19. package/documentation/classes/JObjectApi.html +1 -0
  20. package/documentation/classes/JSearchApi.html +6 -6
  21. package/documentation/classes/JShareApi.html +1 -1
  22. package/documentation/classes/JTaxonomyApi.html +2 -2
  23. package/documentation/classes/JUserApi.html +4 -4
  24. package/documentation/classes/JWedocApi.html +1 -1
  25. package/documentation/classes/JamespotUserApi.html +1 -1
  26. package/documentation/classes/Network.html +1 -1
  27. package/documentation/classes/TVDisplayApi.html +1 -1
  28. package/documentation/classes/WindowBrowser.html +1 -1
  29. package/documentation/enums/StudioApplicationStatus.html +1 -1
  30. package/documentation/index.html +1 -1
  31. package/documentation/interfaces/AccessRightObject.html +1 -1
  32. package/documentation/interfaces/AdminLicenseUser.html +1 -1
  33. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  34. package/documentation/interfaces/ApiWrapper.html +1 -1
  35. package/documentation/interfaces/BaseAutocomplete.html +1 -1
  36. package/documentation/interfaces/BaseMessage.html +1 -1
  37. package/documentation/interfaces/Category.html +1 -1
  38. package/documentation/interfaces/FileBankProps.html +1 -1
  39. package/documentation/interfaces/FolderProps.html +1 -1
  40. package/documentation/interfaces/ListFilterSpec.html +1 -1
  41. package/documentation/interfaces/OF.html +1 -1
  42. package/documentation/interfaces/ObjectListProps.html +1 -1
  43. package/documentation/interfaces/PagingResults.html +1 -1
  44. package/documentation/interfaces/RootFolderProps.html +1 -1
  45. package/documentation/interfaces/SearchCategoryModel.html +1 -1
  46. package/documentation/interfaces/SearchCategoryValue.html +1 -1
  47. package/documentation/interfaces/SearchConfig.html +1 -1
  48. package/documentation/interfaces/SearchFacetModel.html +1 -1
  49. package/documentation/interfaces/SearchFacetValueModel.html +1 -1
  50. package/documentation/interfaces/SearchQuery.html +1 -1
  51. package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
  52. package/documentation/interfaces/SearchQueryOption.html +1 -1
  53. package/documentation/interfaces/SearchQueryResult.html +1 -1
  54. package/documentation/interfaces/SearchQuerySortModel.html +1 -1
  55. package/documentation/interfaces/SearchResultCatProps.html +1 -1
  56. package/documentation/interfaces/SearchResultPropsApp.html +1 -1
  57. package/documentation/interfaces/SearchResultPropsObject.html +1 -1
  58. package/documentation/interfaces/SpotProps.html +1 -1
  59. package/documentation/interfaces/Taxonomy.html +1 -1
  60. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  61. package/documentation/interfaces/WindowInterface.html +1 -1
  62. package/documentation/modules.html +11 -11
  63. package/lib/jamespot-user-api.js +1 -1
  64. package/lib/jamespot-user-api.js.map +1 -1
  65. package/lib/src/apis/faq/faq.d.ts +11 -2
  66. package/lib/src/apis/faq/faq.mock.d.ts +29 -4
  67. package/lib/src/apis/file/file.d.ts +8 -1
  68. package/lib/src/apis/index.d.ts +1 -0
  69. package/lib/src/apis/jamespotUserApi.d.ts +2 -0
  70. package/lib/src/apis/object/object.d.ts +12 -0
  71. package/lib/src/apis/object/object.mock.d.ts +5 -0
  72. package/lib/src/apis/object/object.test.d.ts +1 -0
  73. package/lib/src/apis/share/share.d.ts +2 -11
  74. package/lib/src/apis/share/share.mock.d.ts +3 -7
  75. package/lib/src/apis/wedoc/wedoc.d.ts +5 -6
  76. package/lib/src/apis/wedoc/wedoc.mock.d.ts +4 -1
  77. package/lib/src/types/faq.d.ts +40 -3
  78. package/lib/src/types/group.d.ts +2 -0
  79. package/lib/src/types/share.d.ts +2 -1
  80. package/lib/src/types/utils.d.ts +3 -0
  81. package/lib/src/types/wedoc.d.ts +6 -1
  82. package/package.json +1 -1
  83. package/phpunitMock/articleCreate-faq-category.json +2 -2
  84. package/phpunitMock/articleCreate-faq-item.json +52 -0
  85. package/phpunitMock/articleDelete-faq-item.json +12 -0
  86. package/phpunitMock/articleGet-faq-category.json +9 -3
  87. package/phpunitMock/articleUpdate-faq-category.json +2 -2
  88. package/phpunitMock/articleUpdate-faq-item.json +50 -0
  89. package/phpunitMock/assetReservationBookByDate-default.json +2 -0
  90. package/phpunitMock/assetReservationCancelReservation-default.json +2 -0
  91. package/phpunitMock/assetReservationCreateReservation-default.json +2 -0
  92. package/phpunitMock/faqAddEntry-success.json +54 -0
  93. package/phpunitMock/faqAddTheme-success.json +17 -6
  94. package/phpunitMock/faqCheckItem-success.json +10 -8
  95. package/phpunitMock/faqDeleteTheme-success.json +22 -6
  96. package/phpunitMock/faqGetEntry-success.json +57 -0
  97. package/phpunitMock/faqMoveEntry-success.json +56 -0
  98. package/phpunitMock/objectGetAccess-default.json +1 -0
  99. package/phpunitMock/objectGetAccessHash-default.json +7 -0
  100. package/phpunitMock/objectGetObject-default.json +16 -0
  101. package/phpunitMock/objectListAssetReservationList-default.json +86 -73
  102. package/phpunitMock/objectListFaqQueryList-faq-success.json +10 -5
  103. package/phpunitMock/objectSetAccess-default.json +1 -0
  104. package/phpunitMock/onlyOfficeAskAccess-ask-read.json +1 -0
  105. package/phpunitMock/onlyOfficeGetAccessRequest-all-request.json +19 -0
  106. package/phpunitMock/onlyOfficeGetFile-get-file.json +13 -10
  107. package/phpunitMock/onlyOfficeGetFiles-get-files.json +17 -13
  108. package/phpunitMock/onlyOfficeSetAccessRequest-accept.json +1 -0
  109. package/phpunitMock/sharedContentObjectLinks-default.json +1 -0
  110. package/phpunitMock/sharedContentSetObjectAccessRule-default.json +1 -0
  111. package/phpunitMock/tvDisplayGetChannel-dynamic.json +1067 -2
  112. package/phpunitMock/tvDisplayGetChannel-slideshow.json +1 -0
  113. package/phpunitMock/tvDisplayGetConfigureChannel-dynamic.json +1067 -2
  114. package/phpunitMock/tvDisplayGetConfigureChannel-slideshow.json +1 -0
  115. package/phpunitMock/onlyOfficeGetObject-default.json +0 -26
  116. package/phpunitMock/onlyOfficeGetObjectAccess-default.json +0 -34
  117. package/phpunitMock/onlyOfficeSetObjectAccess-default.json +0 -1
@@ -1,2 +1,2 @@
1
- (()=>{"use strict";var t,e={d:(t,s)=>{for(var o in s)e.o(s,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:s[o]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},s={};e.r(s),e.d(s,{AdminLicenseApi:()=>r,AdminStoreApi:()=>i,AdminUtilsApi:()=>n,JApplicationApi:()=>a,JArticleApi:()=>c,JAssetReservation:()=>u,JAudienceApi:()=>l,JBaseApi:()=>o,JBookmarkApi:()=>f,JCommunityApi:()=>d,JDiapazoneApi:()=>m,JFaqApi:()=>w,JFileApi:()=>g,JFilebankApi:()=>k,JGroupApi:()=>y,JLandApi:()=>O,JMessengerApi:()=>A,JSearchApi:()=>x,JShareApi:()=>R,JTaxonomyApi:()=>S,JUserApi:()=>F,JWedocApi:()=>C,JamespotUserApi:()=>T,JamespotUserApiInstance:()=>yt,Network:()=>P,StudioApplicationStatus:()=>t,TVDisplayApi:()=>L,UserLevel:()=>q,WindowBrowser:()=>U,api:()=>vt,deepEqual:()=>ft,default:()=>bt,extensions:()=>J,extractTaxonomiesFromObject:()=>ht,extractTaxonomiesFromObjectAndMapProperty:()=>gt,extractTaxonomiesFromObjectAndMapUri:()=>wt,formatImgUrl:()=>ct,getArgs:()=>rt,getExtensionFromName:()=>W,getFileExtensionFromMimetype:()=>z,getFileFamily:()=>V,getFileFamilyFromName:()=>G,getFormat:()=>nt,getFrom:()=>st,getMimetypeFromExtension:()=>N,getMimetypeFromName:()=>_,getSize:()=>it,getTimestamp:()=>ot,getUri:()=>et,getUrl:()=>at,jEnsure:()=>D,mimetypeToExt:()=>E,mimetypes:()=>I,network:()=>kt,padStartTwoDigits:()=>tt,removeIfStartsWith:()=>Z,replacePropertiesWithTypes:()=>dt,resolveFileFamily:()=>K,resolveFileMimetype:()=>X,resolveFilePath:()=>Q,suffixIfDoesNotExist:()=>Y});class o{constructor(t){this.jApi=t,this.network=t.network}}class r extends o{getLicenseUserStatistics(){return this.network.post({o:"licenseManager",f:"userStatistics"})}assignLicense(t){return this.network.postCSRF({o:"licenseManager",f:"assignLicense",uri:t})}unAssignLicense(t){return this.network.postCSRF({o:"licenseManager",f:"unassignLicense",uri:t})}getAssignmentMode(t){return this.network.post({o:"licenseManager",f:"getAssignmentMode",type:t})}setAssignmentMode(t,e){return this.network.postCSRF({o:"licenseManager",f:"setAssignmentMode",value:e,type:t})}assignPossiblesLicenses(t){return this.network.postCSRF({o:"licenseManager",f:"assignPossiblesLicenses",type:t})}unAssignUnusedLicenses(t){return this.network.postCSRF({o:"licenseManager",f:"unassignUnusedLicenses",type:t})}optimizeLicenses(t){return this.network.postCSRF({o:"licenseManager",f:"optimizeLicenses",type:t})}getObjectsWithoutLicense(t,e){return this.network.post({o:"licenseManager",f:"countObjectsWithoutLicense",type:t,filter:e})}getLicensesNotAssigned(t){return this.network.post({o:"licenseManager",f:"countLicensesNotAssigned",type:t})}getLicensesAssigned(t){return this.network.post({o:"licenseManager",f:"getLicensesAssigned",type:t})}}class i extends o{getItem(t){return this.network.post({o:"adminStore",f:"getItem",uri:t})}checkoutBilling(t){return this.network.postCSRF({o:"adminStore",f:"checkoutBilling",uri:t})}checkoutFinalize(t){return this.network.postCSRF({o:"adminStore",f:"checkoutFinalize",uri:t})}}class n extends o{getApps(){return this.network.post({o:"admin",f:"apps"})}}!function(t){t.local="local",t.installed="installed",t.autosaved="autosaved",t.saved="saved"}(t||(t={}));class a extends o{list(){return this.network.post({o:"studio",f:"list"})}get(t,e){return this.network.post({o:"studio",f:"get",idApp:t,status:e})}install(t){return this.network.postCSRF({o:"studio",f:"install",value:t})}suspend(t){return this.network.postCSRF({o:"studio",f:"suspend",idApp:t})}restart(t){return this.network.postCSRF({o:"studio",f:"restart",idApp:t})}save(e,s,o){if(o===t.saved||o===t.autosaved)return this.network.postCSRF({o:"studio",f:"save",idApp:e,value:s,status:o});throw"Invalid status value"}delete(t,e){return s=this,o=void 0,i=function*(){return this.network.postCSRF({o:"studio",f:"delete",idApp:t,status:e}).then((t=>{if(0===t.error)return t.messages;throw t.messages}))},new((r=void 0)||(r=Promise))((function(t,e){function n(t){try{c(i.next(t))}catch(t){e(t)}}function a(t){try{c(i.throw(t))}catch(t){e(t)}}function c(e){var s;e.done?t(e.value):(s=e.value,s instanceof r?s:new r((function(t){t(s)}))).then(n,a)}c((i=i.apply(s,o||[])).next())}));var s,o,r,i}cssClassList(){return this.network.post({o:"studio",f:"icons"})}}class c extends o{list(t){return this.network.post(Object.assign({o:"objectList",f:"jamespotArticleQueryList"},t))}get(t){return this.network.post(Object.assign({o:"article",f:"get"},t))}create(t,e){return this.network.maybePostToken(Object.assign({o:"article",f:"create",format:null!=e?e:"raw-list"},t))}update(t){return this.network.post(Object.assign(Object.assign({format:"raw-list"},t),{o:"article",f:"update"}))}delete(t){return this.network.postCSRF({o:"article",f:"delete",idArticle:t})}count(t){return this.network.post({o:"article",f:"count",type:t})}getAttachments(t,e,s){return this.network.post({o:"article",f:"getAttachment",idArticle:t,type:e,format:s})}}var p=function(t,e){var s={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(s[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(t);r<o.length;r++)e.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(t,o[r])&&(s[o[r]]=t[o[r]])}return s};class u extends o{configuration(){return this.network.post({o:"assetReservation",f:"configuration"})}createReservation(t){return this.network.postCSRF(Object.assign({o:"assetReservation",f:"createReservation",format:"raw-list"},t))}getReservations(t){var{format:e="raw-list"}=t,s=p(t,["format"]);return this.network.post(Object.assign({o:"assetReservation",f:"getReservations",format:e},s))}cancelReservation(t){return this.network.post({o:"assetReservation",f:"cancelReservation",format:"raw-list",idArticle:t})}bookByDate(t){var{format:e="raw-list"}=t,s=p(t,["format"]);return this.network.post(Object.assign({o:"assetReservation",f:"BookByDate",format:e},s))}getList(t){var{format:e="raw-list"}=t,s=p(t,["format"]);return this.network.post(Object.assign({o:"objectList",f:"assetReservationList",format:e},s))}}class l extends o{autocomplete(t){return this.network.post({o:"autocomplete",f:"audience",q:t}).then((t=>{if(Array.isArray(t.result))return t.result;throw"Bad response from backend"}))}}class f extends o{getFormattedList(t,e){return this.network.post(Object.assign({o:"objectList",f:"bookmarksList",format:e},t))}addFormattedLink(t,e,s){const o=null!=s?s:"list";return this.network.post({o:"custom",f:"actionAdd",type:"bookmarkLink",targetId:t,targetType:e,format:o})}addBookmark(t,e){return this.network.postCSRF(Object.assign({o:"bookmarks",f:"add"},t))}delete(t){return this.network.postCSRF({o:"bookmarks",f:"delete",bookmarkID:t})}rename(t,e,s){return this.network.postCSRF({o:"bookmarks",f:"rename",bookmarkID:t,bookmarkLabel:e,bookmarkUrl:s})}move(t,e,s){return this.network.postCSRF({o:"bookmarks",f:"move",bookmarkID:t,bookmarkReference:e,bookmarkPosition:s})}}class d extends o{get(t,e){return this.network.post({o:"community",f:"getCommunity",idCommunity:t,format:e||"raw-little"})}sendRequest(t,e){return this.network.post({o:"community",f:"sendRequest",message:t,idUserTo:e})}autocomplete(t){return this.network.post({o:"autocomplete",f:"community",q:t}).then((t=>t.result))}}class m extends o{create(t,e,s,o,r){return this.network.post({o:"article",f:"create",type:t,token:e,title:s,dateStart:o,publishTo:r})}getList(t="",e=[],s=[],o=1,r="raw-list"){return this.network.post({o:"objectList",f:"diapazoneQueryList",query:t,filters:e,orders:s,page:o,format:r})}}var h=function(t,e,s,o){return new(s||(s=Promise))((function(r,i){function n(t){try{c(o.next(t))}catch(t){i(t)}}function a(t){try{c(o.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?r(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(n,a)}c((o=o.apply(t,e||[])).next())}))};class g extends o{upload(t){const e=new FormData;return e.append("attrName",t.attrName),t.file?e.append(t.attrName,t.file):t.url&&e.append("url",t.url),e.append("token",t.token),this.network.postFile(e)}uploadMany(t){return h(this,void 0,void 0,(function*(){return Promise.all(t.map((t=>this.upload(t))))}))}get(t,e){return h(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"get",idFile:t,format:e})}))}update(t,e,s){return h(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"update",idFile:t,type:e,cropDatas:Object.assign(Object.assign({},s),{rotateBeforeCrop:!0}),killSize:s.killSize,format:"raw-little"})}))}deleteFile(t,e,s,o){return h(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"delete",idFile:t,attrName:e,token:s},o)}))}deleteImage(t,e){return h(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"deleteImage",id:t,type:e})}))}}class w extends o{getCategoriesList(t,e){return this.network.post({o:"objectList",f:"faqQueryList",format:t||"raw-list",orders:e||[{name:"dateCreation",sort:"ASC"}]})}createCategory(t,e){return this.jApi.article.create(Object.assign(Object.assign({},t),{type:"faq"}),e||"raw-view")}updateCategory(t,e){return this.jApi.article.update(Object.assign(Object.assign({},t),{type:"faq",format:e||"raw-view"}))}getCategory(t,e){return this.jApi.article.get({idArticle:t,format:e||"raw-view"})}deleteCategory(t){return this.jApi.article.delete(t)}checkItem(t,e,s){return this.network.post({o:"faq",f:"checkItem",query:t,page:e||1,format:s||"raw-list"})}getTaxonomy(){return this.network.post({o:"faq",f:"getFaqTaxonomy"})}getHookProperties(t){return this.network.post({o:"faq",f:"getHookProperties",properties:t||["_web"]})}getAccess(){return this.network.post({o:"faq",f:"access"})}createTheme(t,e){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"add-theme"},t),{format:e||"raw-view"}))}deleteTheme(t,e){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"delete-theme"},t),{format:e||"raw-view"}))}editTheme(t,e){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"set-theme"},t),{format:e||"raw-view"}))}}class k extends o{getBanks(t="list"){return this.network.post({o:"fileBank",f:"getBanks",format:t}).then((t=>t.result))}getFolders(t){return this.network.post({o:"fileBank",f:"getFolders",parentURI:t})}getDocuments(t){return this.network.post({o:"fileBank",f:"getDocuments",parentURI:t})}}class y extends o{autocomplete(t){return this.network.post({o:"autocomplete",f:"spot",q:t,idToUri:!1}).then((t=>t.result))}create(t,e){return this.network.post(Object.assign(Object.assign({o:"spot",f:"create"},t),{format:e}))}update(t,e){const{spotBanner:s}=t,o=function(t,e){var s={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(s[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(t);r<o.length;r++)e.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(t,o[r])&&(s[o[r]]=t[o[r]])}return s}(t,["spotBanner"]);return this.network.postCSRF(Object.assign(Object.assign({o:"spot",f:"update"},o),{format:e}))}getSpot(t,e){return this.network.post({o:"spot",f:"getSpot",idSpot:t,format:e})}getProperties(t){return this.network.post({o:"spot",f:"getProperties",idSpot:t})}getApplications(){return this.network.post({o:"spot",f:"get-available-widget"})}getCategories(){return this.network.post({o:"spot",f:"get-categories"})}getObjectListJamespotSpotMembers(t,e,s,o=1){return this.network.post({o:"objectListJamespot",f:"SpotMembers",idSpot:t,limit:s,page:o,format:"raw-little",query:e})}resetNotifications(t){return this.network.post(Object.assign({o:"spot",f:"resetNotifications"},t))}}class b extends o{list(t,e,s,o=[{name:"dateCreation",sort:"DESC"}]){return this.jApi.article.list({type:"aseiClearanceTicket",format:"raw-view",limit:e,page:t,orders:o,filters:s})}requestStatus(t,e,s){return this.network.post({o:"asei",f:"setStatus",uri:t,requestedStatus:e,audience:s}).then((t=>{if(t&&t.result)return t.result;throw"Bad response from backend"}))}getDedicatedGroups(){return this.network.post({o:"asei",f:"getDedicatedGroups"}).then((t=>{if(t&&t.result)return t.result;throw"Bad response from backend"}))}getConfiguration(){return this.network.post({o:"asei",f:"configuration"}).then((t=>{if(t&&t.result)return t.result.right;throw"Bad response from backend"}))}}class v extends o{tenants(){return this.network.post({o:"drive",f:"getTenants"})}groups(){return this.network.post({o:"drive",f:"getGroups"})}sites(){return this.network.post({o:"drive",f:"getSites"})}documents(t,e){return this.network.post({o:"drive",f:"getDocuments",service:t,documentParams:e})}}class j extends o{GetUnclassifiedFiles(t="raw-list"){return this.network.post({o:"objectListMediaLibrary",f:"GetUnclassifiedFiles",format:t})}}class O extends o{getLogs({dateEnd:t,idLogMax:e}){return this.network.post({o:"jLand",f:"adminLogs",dateEnd:t,idLogMax:e})}getStats({map:t,dateStart:e,dateEnd:s}){return this.network.post({o:"jLand",f:"adminStats",map:t,dateStart:e,dateEnd:s})}getAllMapsAsAdmin(t="raw-list,licenses"){return this.network.post({o:"objectListJLand",f:"jLandList",format:t})}createMap(t,e="raw-list"){return this.network.maybePostToken(Object.assign(Object.assign({},t),{o:"article",f:"create",format:e,type:"jlandmap"}))}}class A extends o{sendMessage(t,e){return this.network.post({o:"messenger",f:"newMessage",idDiscussion:e,msg:{description:t}})}getOrCreateDiscussion(t,e){const s=t<e?`${t}.${e}`:`${e}.${t}`;return this.network.post({o:"messenger",f:"getDiscussion",idDiscussion:s,type:"messengerUser",idUserTo:e})}}class x extends o{getConfig(){return this.network.post({o:"search",f:"getConfig"})}proposition({query:t,format:e},s){return this.network.post({o:"search",f:"proposition",query:t,format:e||"little"},s)}searchQuery(t,e){const{keywords:s,category:o,facetCategories:r,filters:i,page:n,limit:a,sort:c,options:p}=t;return this.network.post({o:"search",f:"query",keywords:s,category:o,facetCategories:r,filters:i,page:n,limit:a,sort:c,options:p},e)}getLastQueries(){return this.network.post({o:"search",f:"getLastQueries"})}getAdminConfig(){return this.network.post({o:"search",f:"getAdminConfig"})}setAdminConfig(t){return this.network.post({o:"search",f:"setAdminConfig",config:t})}}class S extends o{list(){return this.network.post({o:"taxonomy",f:"list"}).then((t=>{if(Array.isArray(t.result))return t.result;throw"Bad response from backend"}))}create(t){return this.network.post(Object.assign({o:"taxonomy",f:"create"},t))}autocomplete(t,e){return this.network.post({o:"autocomplete",f:"taxonomy",q:e,idTaxonomy:t,idToUri:!1})}autocompleteList(t){return this.network.post(Object.assign({o:"objectListTaxonomy",f:"concept"},t))}autocompleteHierarchy(t){return this.network.post(Object.assign({o:"objectListTaxonomyHierarchy",f:"concept"},t))}}class F extends o{autocomplete(t){return this.network.post({o:"autocomplete",f:"user",q:t,idToUri:!1}).then((t=>t.result))}get(t,e="little"){return this.network.post({o:"user",f:"get",uri:t,format:e})}configuration(){return this.network.post({o:"userDirectory",f:"configuration"})}userList(t,e){return this.network.post(Object.assign({o:"objectList",f:"JamespotUserList"},t),e)}userQueryList(t){return this.network.post(Object.assign({o:"objectList",f:"JamespotUserQueryList"},t))}userMap(t){return this.network.post(Object.assign({o:"objectListJamespot",f:"userMap"},t))}userBusinessContactQueryList(t){return this.network.post(Object.assign({o:"businessContact",f:"queryList"},t))}userCreateBusinessContact(t){const e=Object.assign(Object.assign({},t),{pseudo:t.title,firstName:t.firstname,lastName:t.lastname,champ1:t.field1,champ2:t.field2,champ3:t.field3,champ4:t.field4,champ5:t.field5}),s=Object.assign(Object.assign({},e),{type:"businessContactCard",publishTo:"networkPublic/1"});return this.jApi.article.create(s)}userUpdateBusinessContact(t){const e=Object.assign(Object.assign({},t),{pseudo:t.title,firstName:t.firstname,lastName:t.lastname,champ1:t.field1,champ2:t.field2,champ3:t.field3,champ4:t.field4,champ5:t.field5}),s=Object.assign(Object.assign({},e),{uri:t.uri,publishTo:"networkPublic/1"});return this.jApi.article.update(s)}userDeleteBusinessContact(t){return this.jApi.article.delete(t)}userAddContact(t){return this.network.post({o:"user",f:"addContact",idUser:t})}userRemoveContact(t){return this.network.post({o:"user",f:"removeContact",idUser:t})}signIn(t,e){return this.network.post({o:"user",f:"signIn",mail:t,password:e})}}class C extends o{getFiles(t){return this.network.post(Object.assign({o:"onlyOffice",f:"getFiles"},t))}getFile(t,e){return this.network.post({o:"onlyOffice",f:"getFile",idFile:t,hash:e})}getTemplates(){return this.network.post({o:"onlyOffice",f:"getTemplates"})}duplicateFile(t,e,s){return this.network.post({o:"onlyOffice",f:"duplicateFile",idFile:t,title:e,publishTo:s})}deleteFile(t,e){return this.network.postCSRF({o:"onlyOffice",f:"deleteFile",idFile:t,withParent:e})}createFile(t,e,s){return this.network.post({o:"onlyOffice",f:"createFile",title:t,type:e,publishTo:s})}updateFile(t,e){return this.network.post({o:"onlyOffice",f:"updateFile",idFile:t,title:e})}createVersion(t){return this.network.post({o:"onlyOffice",f:"createVersion",idFile:t})}}class L extends o{createChannel(t,e="raw-list"){return this.network.maybePostToken(Object.assign(Object.assign({},t),{o:"article",f:"create",format:e,type:"tvDisplayChannel"}))}getChannel(t){return this.network.post(Object.assign(Object.assign({},t),{o:"tvDisplay",f:"getChannel"}))}getConfigureChannel(t){return this.network.post(Object.assign(Object.assign({},t),{o:"tvDisplay",f:"getConfigureChannel"}))}}class R extends o{setObjectAccessRequest(t,e,s,o){return this.network.post({o:"onlyOffice",f:"setObjectAccessRequest",uri:t,idUser:e,requestAccessValue:s,requestResponseMessage:o})}getObjectAccessRequest(t,e){return this.network.post({o:"onlyOffice",f:"getObjectAccessRequest",format:"raw-little",uri:t,idUser:e})}getObject(t){return this.network.post({o:"onlyOffice",f:"getObject",uri:t})}askObjectAccess(t,e,s){return this.network.post({o:"onlyOffice",f:"askObjectAccess",uri:t,askAccess:e,askMessage:s})}setObjectAccess(t,e,s,o){return this.network.post({o:"onlyOffice",f:"setObjectAccess",uri:t,access:e,message:s,generalAccessRule:o})}getObjectAccess(t){return this.network.post({o:"onlyOffice",f:"getObjectAccess",uri:t})}getObjectAccessHash(t){return this.network.post({o:"onlyOffice",f:"getObjectAccessHash",uri:t})}}class T{constructor(t){this.version="1.0",this.network=t,this.admin={license:new r(this),store:new i(this),utils:new n(this)},this.application=new a(this),this.article=new c(this),this.asei=new b(this),this.assetReservation=new u(this),this.audience=new l(this),this.bookmark=new f(this),this.community=new d(this),this.diapazone=new m(this),this.drive=new v(this),this.faq=new w(this),this.file=new g(this),this.filebank=new k(this),this.group=new y(this),this.jland=new O(this),this.mediaLibrary=new j(this),this.messenger=new A(this),this.search=new x(this),this.share=new R(this),this.taxonomy=new S(this),this.tvDisplay=new L(this),this.user=new F(this),this.wedoc=new C(this)}}var M=function(t,e,s,o){return new(s||(s=Promise))((function(r,i){function n(t){try{c(o.next(t))}catch(t){i(t)}}function a(t){try{c(o.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?r(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(n,a)}c((o=o.apply(t,e||[])).next())}))};class P{constructor(t,e="api-front"){this.window=t,this.action=e}static _formatPostOptions(t){const e=t?{body:JSON.stringify(t)}:void 0;return Object.assign({method:"POST",credentials:"same-origin"},e)}getUrl(t,e){return M(this,void 0,void 0,(function*(){const s=yield this.window.getBackendUrl();let o;try{o=new URL(`/${this.action}/${t}/${e}`,s).href}catch(r){o=`${s}/${this.action}/${t}/${e}`}return o}))}getHostname(){return M(this,void 0,void 0,(function*(){const t=(yield this.window.getBackendUrl()).split("//");return t.length>1?t[1]:t[0]}))}fetch(t,e){var{o:s,f:o}=t,r=function(t,e){var s={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(s[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(t);r<o.length;r++)e.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(t,o[r])&&(s[o[r]]=t[o[r]])}return s}(t,["o","f"]);return M(this,void 0,void 0,(function*(){void 0===e&&(e=null);const t=yield this.getUrl(s,o);return this.window.fetch(t,Object.assign(Object.assign({},P._formatPostOptions(r)),{signal:e}))}))}post(t,e){return this.fetch(t,e).then((t=>t.json())).then((t=>{if(0===t.error)return t;throw{error:t.error,errorMsg:t.errorMsg,messages:t.messages}})).catch((t=>{if(e&&e.aborted)throw{error:-1,aborted:!0};throw t}))}postFile(t){return M(this,void 0,void 0,(function*(){const e=yield this.getUrl("file","create");if(t.append("format","raw-little"),!t.has("token")){const{result:e}=yield this.token();t.append("token",e)}const s=t.get("token");return s&&"string"==typeof s?this.window.fetch(e,{method:"POST",credentials:"same-origin",body:t}).then((t=>t.json())).then((t=>({response:t,token:s}))):Promise.reject("Missing token")}))}postCSRF(t){return this.tokenCSRF().then((e=>this.post(Object.assign(t,{tokenCSRF:e.result}))))}postToken(t){return this.token().then((e=>this.post(Object.assign(t,{token:e.result}))))}maybePostToken(t){return"token"in t&&t.token?this.post(t):this.postToken(t)}token(){return this.post({o:"misc",f:"token"})}tokenCSRF(){return this.post({o:"misc",f:"tokenCSRF"})}}class U{getBackendUrl(){return t=this,e=void 0,o=function*(){const t=window.location;return`${t.protocol}//${t.host}`},new((s=void 0)||(s=Promise))((function(r,i){function n(t){try{c(o.next(t))}catch(t){i(t)}}function a(t){try{c(o.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?r(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(n,a)}c((o=o.apply(t,e||[])).next())}));var t,e,s,o}fetch(t,e){return window.fetch(t,e)}}const q={ADMIN:9,USER:5,EXTERNAL:3,GUEST:0};function $(t){const e=t;return e&&"number"==typeof e.id&&"number"==typeof e.targetId}const B={bookmarkLink:$},D={isBookmarkLink:function(t){return"targetId"in t&&!!t.targetId},isBookmarkCustom:function(t){const e=t;return void 0!==e.bookmarkLabel||void 0!==e.bookmarkMeta||void 0!==e.bookmarkUrl},isBookmarkRawList:$,isTVChannelType:function(t,e){return"tvChannelType"in t&&t.tvChannelType===e},objectIsType:function(t,e){return null!=e&&B[t](e)},isStandardApiError:t=>"object"==typeof t&&null!==t&&"error"in t&&"errorMsg"in t&&"messages"in t&&"number"==typeof t.error&&"string"==typeof t.errorMsg&&Array.isArray(t.messages),isAbortApiError:t=>null!==t&&"object"==typeof t&&"error"in t&&"aborted"in t&&-1===t.error&&!0===t.aborted},I=["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"],J=["docx","xlsx","csv","pptx","pdf","zip","ai","mp3","mpeg","ttf","otf","jpg","jpeg","png","gif","psd","svg","txt","mp4","odt","webm"],E={"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"},N=t=>Object.keys(E).find((e=>E[e]===t)),z=t=>{var e;return null!==(e=E[t])&&void 0!==e?e:void 0};function W(t){const e=String(t).split(".").pop();return J.find((t=>t===e))}const _=t=>{var e;const s=W(t);return null!==(e=N(s))&&void 0!==e?e:"application/octet-stream"},Q=(t,e="fitx80")=>{switch(K(t)){default:return;case"video":return`/media/${t.id}.mp4?stream=true`;case"audio":return`/media/${t.id}.mp3`;case"gif":return`/imagecache/${e}/fileArticle/${t.id}.gif`;case"image":return`/imagecache/${e}/fileArticle/${t.id}.png`}},G=t=>{const e=W(t);return void 0!==e?V(N(e)):"application"},H=t=>-1!==["image/vnd","image/svg","image/heic"].findIndex((e=>t.startsWith(e)));function V(t){return null==t||H(t)?"application":t.startsWith("image/gif")?"gif":t.startsWith("image/")?"image":t.startsWith("video/")?"video":t.startsWith("audio/")?"audio":t.startsWith("font/")||t.startsWith("application/x-font-ttf")||t.startsWith("application/vnd.ms-opentype")?"font":t.startsWith("text/")?"text":"application"}const X=t=>void 0===t.mimetype||"application/octet-stream"===t.mimetype?_(t.title):t.mimetype,K=t=>void 0===t.mimetype||"application/octet-stream"===t.mimetype?G(t.title):V(t.mimetype);function Y(t,e){return t&&!t.endsWith(e)?`${t}${e}`:t}function Z(t,e){return t&&t.startsWith(e)?t.split("").slice(e.length).join(""):t}function tt(t){return t.toString().padStart(2,"0")}function et(t){return"uri"in t&&t.uri?t.uri:`${t.type}/${t.recordId}`}function st(t){return Z(Y(t.from,"/"),"/")||""}function ot(t){return t.timestamp?`?_=${t.timestamp}`:""}function rt(t){const e=[];return"timestamp"in t&&t.timestamp&&e.push(`_=${t.timestamp}`),"iconColor"in t&&t.iconColor&&e.push(`color=${t.iconColor}`),e.length?"?"+e.join("&"):""}function it(t,e=2){return"size"in t&&t.size?t.size:"width"in t&&t.width&&"height"in t&&t.height?`${t.width*e}x${t.height*e}`:""}function nt(t){return t.format||"png"}function at(t){try{return new URL(t)}catch(t){}try{return new URL(window.location.origin+"/"+Z(t,"/"))}catch(t){}}function ct(t,e=2){if("url"in t&&t.url){const e=at(t.url);if(e)return"timestamp"in t&&t.timestamp&&!e.searchParams.has("_")&&e.searchParams.append("_",t.timestamp.toString()),e.toString()}return`/${st(t)}${it(t,e)}/${et(t)}.${nt(t)}${rt(t)}`}const pt=Array.isArray,ut=Object.keys,lt=Object.prototype.hasOwnProperty;function ft(t,e,s){const o=null==s?void 0:s.map((t=>t.split(".")));if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){const r=pt(t),i=pt(e);let n,a,c;if(r&&i){if(a=t.length,a!==e.length)return!1;for(n=a;0!=n--;)if(!ft(t[n],e[n],s))return!1;return!0}if(r!==i)return!1;const p=t instanceof Date,u=e instanceof Date;if(p!==u)return!1;if(p&&u)return t.getTime()===e.getTime();const l=t instanceof RegExp,f=e instanceof RegExp;if(l!==f)return!1;if(l&&f)return t.toString()===e.toString();const d=ut(t).filter((t=>!(null==o?void 0:o.some((e=>1===e.length&&e[0]===t)))));if(a=d.length,a!==ut(e).filter((t=>!(null==o?void 0:o.some((e=>1===e.length&&e[0]===t))))).length)return!1;for(n=a;0!=n--;)if(!lt.call(e,d[n]))return!1;for(n=a;0!=n--;)if(c=d[n],!("_owner"===c&&t.$$typeof||ft(t[c],e[c],null==o?void 0:o.filter((t=>t.length>1&&t[0]===c)).map((t=>t.splice(1).join("."))))))return!1;return!0}return t!=t&&e!=e}function dt(t,e){if(Array.isArray(t))return t.map((t=>dt(t,e)));if("object"==typeof t&&null!==t){let s={};return Object.keys(t).forEach((o=>{s=Object.assign(Object.assign({},s),{[o]:o&&e.includes(o)?typeof t[o]:dt(t[o],e)})})),s}return t}function mt(t){return t.startsWith("tag_")||"tags"===t}function ht(t){return Object.fromEntries(Object.entries(t).filter((([t])=>mt(t))))}function gt(t,e,s){return Object.fromEntries(Object.entries(t).filter((([t])=>mt(t))).map((([t,o])=>{const r=Array.isArray(o)?o.map((t=>"object"==typeof t&&t&&e in t?t[e]:t)):o;return[t,s?s(r):r]})))}function wt(t){return gt(t,"uri")}const kt=new P(new U),yt=new T(kt);window.JamespotUserApi=yt;const bt=yt,vt=T;module.exports=s})();
1
+ (()=>{"use strict";var t,e={d:(t,s)=>{for(var r in s)e.o(s,r)&&!e.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:s[r]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},s={};e.r(s),e.d(s,{ACCESS_REQUEST_ACCEPT:()=>$,ACCESS_REQUEST_DENY:()=>B,AdminLicenseApi:()=>o,AdminStoreApi:()=>i,AdminUtilsApi:()=>n,JApplicationApi:()=>a,JArticleApi:()=>c,JAssetReservation:()=>u,JAudienceApi:()=>l,JBaseApi:()=>r,JBookmarkApi:()=>f,JCommunityApi:()=>d,JDiapazoneApi:()=>h,JFaqApi:()=>w,JFileApi:()=>g,JFilebankApi:()=>k,JGroupApi:()=>y,JLandApi:()=>O,JMessengerApi:()=>A,JObjectApi:()=>T,JSearchApi:()=>S,JShareApi:()=>R,JTaxonomyApi:()=>x,JUserApi:()=>C,JWedocApi:()=>F,JamespotUserApi:()=>P,JamespotUserApiInstance:()=>jt,Network:()=>U,StudioApplicationStatus:()=>t,TVDisplayApi:()=>L,UserLevel:()=>E,WindowBrowser:()=>q,api:()=>At,deepEqual:()=>mt,default:()=>Ot,extensions:()=>W,extractTaxonomiesFromObject:()=>kt,extractTaxonomiesFromObjectAndMapProperty:()=>yt,extractTaxonomiesFromObjectAndMapUri:()=>bt,formatImgUrl:()=>lt,getArgs:()=>at,getExtensionFromName:()=>H,getFileExtensionFromMimetype:()=>Q,getFileFamily:()=>K,getFileFamilyFromName:()=>X,getFormat:()=>pt,getFrom:()=>it,getMimetypeFromExtension:()=>_,getMimetypeFromName:()=>G,getSize:()=>ct,getTimestamp:()=>nt,getUri:()=>ot,getUrl:()=>ut,jEnsure:()=>J,mimetypeToExt:()=>z,mimetypes:()=>N,network:()=>vt,padStartTwoDigits:()=>rt,removeIfStartsWith:()=>st,replacePropertiesWithTypes:()=>gt,resolveFileFamily:()=>tt,resolveFileMimetype:()=>Z,resolveFilePath:()=>V,suffixIfDoesNotExist:()=>et});class r{constructor(t){this.jApi=t,this.network=t.network}}class o extends r{getLicenseUserStatistics(){return this.network.post({o:"licenseManager",f:"userStatistics"})}assignLicense(t){return this.network.postCSRF({o:"licenseManager",f:"assignLicense",uri:t})}unAssignLicense(t){return this.network.postCSRF({o:"licenseManager",f:"unassignLicense",uri:t})}getAssignmentMode(t){return this.network.post({o:"licenseManager",f:"getAssignmentMode",type:t})}setAssignmentMode(t,e){return this.network.postCSRF({o:"licenseManager",f:"setAssignmentMode",value:e,type:t})}assignPossiblesLicenses(t){return this.network.postCSRF({o:"licenseManager",f:"assignPossiblesLicenses",type:t})}unAssignUnusedLicenses(t){return this.network.postCSRF({o:"licenseManager",f:"unassignUnusedLicenses",type:t})}optimizeLicenses(t){return this.network.postCSRF({o:"licenseManager",f:"optimizeLicenses",type:t})}getObjectsWithoutLicense(t,e){return this.network.post({o:"licenseManager",f:"countObjectsWithoutLicense",type:t,filter:e})}getLicensesNotAssigned(t){return this.network.post({o:"licenseManager",f:"countLicensesNotAssigned",type:t})}getLicensesAssigned(t){return this.network.post({o:"licenseManager",f:"getLicensesAssigned",type:t})}}class i extends r{getItem(t){return this.network.post({o:"adminStore",f:"getItem",uri:t})}checkoutBilling(t){return this.network.postCSRF({o:"adminStore",f:"checkoutBilling",uri:t})}checkoutFinalize(t){return this.network.postCSRF({o:"adminStore",f:"checkoutFinalize",uri:t})}}class n extends r{getApps(){return this.network.post({o:"admin",f:"apps"})}}!function(t){t.local="local",t.installed="installed",t.autosaved="autosaved",t.saved="saved"}(t||(t={}));class a extends r{list(){return this.network.post({o:"studio",f:"list"})}get(t,e){return this.network.post({o:"studio",f:"get",idApp:t,status:e})}install(t){return this.network.postCSRF({o:"studio",f:"install",value:t})}suspend(t){return this.network.postCSRF({o:"studio",f:"suspend",idApp:t})}restart(t){return this.network.postCSRF({o:"studio",f:"restart",idApp:t})}save(e,s,r){if(r===t.saved||r===t.autosaved)return this.network.postCSRF({o:"studio",f:"save",idApp:e,value:s,status:r});throw"Invalid status value"}delete(t,e){return s=this,r=void 0,i=function*(){return this.network.postCSRF({o:"studio",f:"delete",idApp:t,status:e}).then((t=>{if(0===t.error)return t.messages;throw t.messages}))},new((o=void 0)||(o=Promise))((function(t,e){function n(t){try{c(i.next(t))}catch(t){e(t)}}function a(t){try{c(i.throw(t))}catch(t){e(t)}}function c(e){var s;e.done?t(e.value):(s=e.value,s instanceof o?s:new o((function(t){t(s)}))).then(n,a)}c((i=i.apply(s,r||[])).next())}));var s,r,o,i}cssClassList(){return this.network.post({o:"studio",f:"icons"})}}class c extends r{list(t){return this.network.post(Object.assign({o:"objectList",f:"jamespotArticleQueryList"},t))}get(t){return this.network.post(Object.assign({o:"article",f:"get"},t))}create(t,e){return this.network.maybePostToken(Object.assign({o:"article",f:"create",format:null!=e?e:"raw-list"},t))}update(t){return this.network.post(Object.assign(Object.assign({format:"raw-list"},t),{o:"article",f:"update"}))}delete(t){return this.network.postCSRF({o:"article",f:"delete",idArticle:t})}count(t){return this.network.post({o:"article",f:"count",type:t})}getAttachments(t,e,s){return this.network.post({o:"article",f:"getAttachment",idArticle:t,type:e,format:s})}}var p=function(t,e){var s={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(s[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(s[r[o]]=t[r[o]])}return s};class u extends r{configuration(){return this.network.post({o:"assetReservation",f:"configuration"})}createReservation(t){return this.network.postCSRF(Object.assign({o:"assetReservation",f:"createReservation",format:"raw-list"},t))}getReservations(t){var{format:e="raw-list"}=t,s=p(t,["format"]);return this.network.post(Object.assign({o:"assetReservation",f:"getReservations",format:e},s))}cancelReservation(t){return this.network.post({o:"assetReservation",f:"cancelReservation",format:"raw-list",idArticle:t})}bookByDate(t){var{format:e="raw-list"}=t,s=p(t,["format"]);return this.network.post(Object.assign({o:"assetReservation",f:"BookByDate",format:e},s))}getList(t){var{format:e="raw-list"}=t,s=p(t,["format"]);return this.network.post(Object.assign({o:"objectList",f:"assetReservationList",format:e},s))}}class l extends r{autocomplete(t){return this.network.post({o:"autocomplete",f:"audience",q:t}).then((t=>{if(Array.isArray(t.result))return t.result;throw"Bad response from backend"}))}}class f extends r{getFormattedList(t,e){return this.network.post(Object.assign({o:"objectList",f:"bookmarksList",format:e},t))}addFormattedLink(t,e,s){const r=null!=s?s:"list";return this.network.post({o:"custom",f:"actionAdd",type:"bookmarkLink",targetId:t,targetType:e,format:r})}addBookmark(t,e){return this.network.postCSRF(Object.assign({o:"bookmarks",f:"add"},t))}delete(t){return this.network.postCSRF({o:"bookmarks",f:"delete",bookmarkID:t})}rename(t,e,s){return this.network.postCSRF({o:"bookmarks",f:"rename",bookmarkID:t,bookmarkLabel:e,bookmarkUrl:s})}move(t,e,s){return this.network.postCSRF({o:"bookmarks",f:"move",bookmarkID:t,bookmarkReference:e,bookmarkPosition:s})}}class d extends r{get(t,e){return this.network.post({o:"community",f:"getCommunity",idCommunity:t,format:e||"raw-little"})}sendRequest(t,e){return this.network.post({o:"community",f:"sendRequest",message:t,idUserTo:e})}autocomplete(t){return this.network.post({o:"autocomplete",f:"community",q:t}).then((t=>t.result))}}class h extends r{create(t,e,s,r,o){return this.network.post({o:"article",f:"create",type:t,token:e,title:s,dateStart:r,publishTo:o})}getList(t="",e=[],s=[],r=1,o="raw-list"){return this.network.post({o:"objectList",f:"diapazoneQueryList",query:t,filters:e,orders:s,page:r,format:o})}}var m=function(t,e,s,r){return new(s||(s=Promise))((function(o,i){function n(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(n,a)}c((r=r.apply(t,e||[])).next())}))};class g extends r{upload(t){const e=new FormData;return e.append("attrName",t.attrName),t.file?e.append(t.attrName,t.file):t.url&&e.append("url",t.url),e.append("token",t.token),this.network.postFile(e)}uploadMany(t){return m(this,void 0,void 0,(function*(){return Promise.all(t.map((t=>this.upload(t))))}))}get(t,e){return m(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"get",idFile:t,format:e})}))}getParent(t,e){return m(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"getParent",idFile:t,format:e})}))}getWithHash(t,e,s){return m(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"getWithHash",idFile:t,hash:e,format:s})}))}duplicate(t,e,s){return m(this,void 0,void 0,(function*(){return this.network.postCSRF({o:"file",f:"duplicateFile",idFile:t,title:e,publishTo:s})}))}updateFile(t,e){return m(this,void 0,void 0,(function*(){return this.network.postCSRF({o:"file",f:"updateFile",idFile:t,title:e})}))}update(t,e,s){return m(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"update",idFile:t,type:e,cropDatas:Object.assign(Object.assign({},s),{rotateBeforeCrop:!0}),killSize:s.killSize,format:"raw-little"})}))}deleteFile(t,e,s,r){return m(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"delete",idFile:t,attrName:e,token:s},r)}))}deleteImage(t,e){return m(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"deleteImage",id:t,type:e})}))}}class w extends r{getCategoriesList(t,e){return this.network.post({o:"objectList",f:"faqQueryList",format:null!=t?t:"raw-list",orders:null!=e?e:[{name:"dateCreation",sort:"ASC"}]})}createCategory(t,e){return this.jApi.article.create(Object.assign(Object.assign({},t),{type:"faq"}),null!=e?e:"raw-view")}updateCategory(t,e){return this.jApi.article.update(Object.assign(Object.assign({},t),{type:"faq",format:null!=e?e:"raw-view"}))}getCategory(t,e){return this.jApi.article.get({idArticle:t,format:null!=e?e:"raw-view"})}deleteCategory(t){return this.jApi.article.delete(t)}checkItem(t,e,s){return this.network.post({o:"faq",f:"checkItem",query:t,page:null!=e?e:1,format:null!=s?s:"raw-list"})}getTaxonomy(){return this.network.post({o:"faq",f:"getFaqTaxonomy"})}getHookProperties(t){return this.network.post({o:"faq",f:"getHookProperties",properties:null!=t?t:["_web"]})}getAccess(){return this.network.post({o:"faq",f:"access"})}createTheme(t,e){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"add-theme"},t),{format:null!=e?e:"raw-view"}))}deleteTheme(t,e){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"delete-theme"},t),{format:null!=e?e:"raw-view"}))}updateTheme(t,e){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"set-theme"},t),{format:null!=e?e:"raw-view"}))}getEntry(t,e){return this.network.post({o:"faq",f:"get-entry",uri:t,format:null!=e?e:"raw-view"})}deleteEntry(t){return this.jApi.article.delete(t)}createEntry(t,e){return this.jApi.article.create(Object.assign(Object.assign({},t),{idSpot:["content"],type:"faqItem"}),null!=e?e:"raw-view")}addEntry(t,e){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"add-entry"},t),{format:null!=e?e:"raw-view"}))}updateEntry(t,e){return this.jApi.article.update(Object.assign(Object.assign({},t),{type:"faqItem",format:null!=e?e:"raw-view"}))}moveEntry(t,e){return this.network.postCSRF(Object.assign(Object.assign({o:"faq",f:"move-entry"},t),{format:null!=e?e:"raw-view"}))}}class k extends r{getBanks(t="list"){return this.network.post({o:"fileBank",f:"getBanks",format:t}).then((t=>t.result))}getFolders(t){return this.network.post({o:"fileBank",f:"getFolders",parentURI:t})}getDocuments(t){return this.network.post({o:"fileBank",f:"getDocuments",parentURI:t})}}class y extends r{autocomplete(t){return this.network.post({o:"autocomplete",f:"spot",q:t,idToUri:!1}).then((t=>t.result))}create(t,e){return this.network.post(Object.assign(Object.assign({o:"spot",f:"create"},t),{format:e}))}update(t,e){const{spotBanner:s}=t,r=function(t,e){var s={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(s[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(s[r[o]]=t[r[o]])}return s}(t,["spotBanner"]);return this.network.postCSRF(Object.assign(Object.assign({o:"spot",f:"update"},r),{format:e}))}getSpot(t,e){return this.network.post({o:"spot",f:"getSpot",idSpot:t,format:e})}getProperties(t){return this.network.post({o:"spot",f:"getProperties",idSpot:t})}getApplications(){return this.network.post({o:"spot",f:"get-available-widget"})}getCategories(){return this.network.post({o:"spot",f:"get-categories"})}getObjectListJamespotSpotMembers(t,e,s,r=1){return this.network.post({o:"objectListJamespot",f:"SpotMembers",idSpot:t,limit:s,page:r,format:"raw-little",query:e})}resetNotifications(t){return this.network.post(Object.assign({o:"spot",f:"resetNotifications"},t))}}class b extends r{list(t,e,s,r=[{name:"dateCreation",sort:"DESC"}]){return this.jApi.article.list({type:"aseiClearanceTicket",format:"raw-view",limit:e,page:t,orders:r,filters:s})}requestStatus(t,e,s){return this.network.post({o:"asei",f:"setStatus",uri:t,requestedStatus:e,audience:s}).then((t=>{if(t&&t.result)return t.result;throw"Bad response from backend"}))}getDedicatedGroups(){return this.network.post({o:"asei",f:"getDedicatedGroups"}).then((t=>{if(t&&t.result)return t.result;throw"Bad response from backend"}))}getConfiguration(){return this.network.post({o:"asei",f:"configuration"}).then((t=>{if(t&&t.result)return t.result.right;throw"Bad response from backend"}))}}class v extends r{tenants(){return this.network.post({o:"drive",f:"getTenants"})}groups(){return this.network.post({o:"drive",f:"getGroups"})}sites(){return this.network.post({o:"drive",f:"getSites"})}documents(t,e){return this.network.post({o:"drive",f:"getDocuments",service:t,documentParams:e})}}class j extends r{GetUnclassifiedFiles(t="raw-list"){return this.network.post({o:"objectListMediaLibrary",f:"GetUnclassifiedFiles",format:t})}}class O extends r{getLogs({dateEnd:t,idLogMax:e}){return this.network.post({o:"jLand",f:"adminLogs",dateEnd:t,idLogMax:e})}getStats({map:t,dateStart:e,dateEnd:s}){return this.network.post({o:"jLand",f:"adminStats",map:t,dateStart:e,dateEnd:s})}getAllMapsAsAdmin(t="raw-list,licenses"){return this.network.post({o:"objectListJLand",f:"jLandList",format:t})}createMap(t,e="raw-list"){return this.network.maybePostToken(Object.assign(Object.assign({},t),{o:"article",f:"create",format:e,type:"jlandmap"}))}}class A extends r{sendMessage(t,e){return this.network.post({o:"messenger",f:"newMessage",idDiscussion:e,msg:{description:t}})}getOrCreateDiscussion(t,e){const s=t<e?`${t}.${e}`:`${e}.${t}`;return this.network.post({o:"messenger",f:"getDiscussion",idDiscussion:s,type:"messengerUser",idUserTo:e})}}class S extends r{getConfig(){return this.network.post({o:"search",f:"getConfig"})}proposition({query:t,format:e},s){return this.network.post({o:"search",f:"proposition",query:t,format:e||"little"},s)}searchQuery(t,e){const{keywords:s,category:r,facetCategories:o,filters:i,page:n,limit:a,sort:c,options:p}=t;return this.network.post({o:"search",f:"query",keywords:s,category:r,facetCategories:o,filters:i,page:n,limit:a,sort:c,options:p},e)}getLastQueries(){return this.network.post({o:"search",f:"getLastQueries"})}getAdminConfig(){return this.network.post({o:"search",f:"getAdminConfig"})}setAdminConfig(t){return this.network.post({o:"search",f:"setAdminConfig",config:t})}}class x extends r{list(){return this.network.post({o:"taxonomy",f:"list"}).then((t=>{if(Array.isArray(t.result))return t.result;throw"Bad response from backend"}))}create(t){return this.network.post(Object.assign({o:"taxonomy",f:"create"},t))}autocomplete(t,e){return this.network.post({o:"autocomplete",f:"taxonomy",q:e,idTaxonomy:t,idToUri:!1})}autocompleteList(t){return this.network.post(Object.assign({o:"objectListTaxonomy",f:"concept"},t))}autocompleteHierarchy(t){return this.network.post(Object.assign({o:"objectListTaxonomyHierarchy",f:"concept"},t))}}class C extends r{autocomplete(t){return this.network.post({o:"autocomplete",f:"user",q:t,idToUri:!1}).then((t=>t.result))}get(t,e="little"){return this.network.post({o:"user",f:"get",uri:t,format:e})}configuration(){return this.network.post({o:"userDirectory",f:"configuration"})}userList(t,e){return this.network.post(Object.assign({o:"objectList",f:"JamespotUserList"},t),e)}userQueryList(t){return this.network.post(Object.assign({o:"objectList",f:"JamespotUserQueryList"},t))}userMap(t){return this.network.post(Object.assign({o:"objectListJamespot",f:"userMap"},t))}userBusinessContactQueryList(t){return this.network.post(Object.assign({o:"businessContact",f:"queryList"},t))}userCreateBusinessContact(t){const e=Object.assign(Object.assign({},t),{pseudo:t.title,firstName:t.firstname,lastName:t.lastname,champ1:t.field1,champ2:t.field2,champ3:t.field3,champ4:t.field4,champ5:t.field5}),s=Object.assign(Object.assign({},e),{type:"businessContactCard",publishTo:"networkPublic/1"});return this.jApi.article.create(s)}userUpdateBusinessContact(t){const e=Object.assign(Object.assign({},t),{pseudo:t.title,firstName:t.firstname,lastName:t.lastname,champ1:t.field1,champ2:t.field2,champ3:t.field3,champ4:t.field4,champ5:t.field5}),s=Object.assign(Object.assign({},e),{uri:t.uri,publishTo:"networkPublic/1"});return this.jApi.article.update(s)}userDeleteBusinessContact(t){return this.jApi.article.delete(t)}userAddContact(t){return this.network.post({o:"user",f:"addContact",idUser:t})}userRemoveContact(t){return this.network.post({o:"user",f:"removeContact",idUser:t})}signIn(t,e){return this.network.post({o:"user",f:"signIn",mail:t,password:e})}}class F extends r{getFiles(t){return this.network.post(Object.assign({o:"onlyOffice",f:"getFiles"},t))}getFile(t,e){return this.network.post({o:"onlyOffice",f:"getFile",idFile:t,hash:e})}getTemplates(t){return this.network.post({o:"onlyOffice",f:"getTemplates"},t)}deleteFile(t,e){return this.network.postCSRF({o:"onlyOffice",f:"deleteFile",idFile:t,withParent:e})}createFile(t,e,s){return this.network.postCSRF({o:"onlyOffice",f:"createFile",title:t,type:e,publishTo:s})}updateFile(t,e){return this.network.postCSRF({o:"onlyOffice",f:"updateFile",idFile:t,title:e})}createVersion(t){return this.network.post({o:"onlyOffice",f:"createVersion",idFile:t})}setAccessRequest(t,e,s,r){return this.network.postCSRF({o:"onlyOffice",f:"setAccessRequest",uri:t,idUser:e,requestAccessValue:s,requestResponseMessage:r})}getAccessRequest(t,e){return this.network.post({o:"onlyOffice",f:"getAccessRequest",format:"raw-little",uri:t,idUser:e})}askAccess(t,e,s){return this.network.postCSRF({o:"onlyOffice",f:"askAccess",uri:t,askAccess:e,askMessage:s})}}class L extends r{createChannel(t,e="raw-list"){return this.network.maybePostToken(Object.assign(Object.assign({},t),{o:"article",f:"create",format:e,type:"tvDisplayChannel"}))}getChannel(t){return this.network.post(Object.assign(Object.assign({},t),{o:"tvDisplay",f:"getChannel"}))}getConfigureChannel(t){return this.network.post(Object.assign(Object.assign({},t),{o:"tvDisplay",f:"getConfigureChannel"}))}}class R extends r{contentObjectLinks(t){return this.network.post({o:"shared",f:"contentObjectLinks",format:"raw-little",uri:t})}contentSetObjectAccessRule(t,e,s){return this.network.postCSRF({o:"shared",f:"contentSetObjectAccessRule",format:"raw-little",uri:t,rule:e,hash:s})}}class T extends r{getObject(t){return this.network.post({o:"object",f:"getObject",uri:t})}setAccess(t,e,s,r){return this.network.post({o:"object",f:"setAccess",uri:t,access:e,message:s,generalAccessRule:r})}getAccess(t){return this.network.post({o:"object",f:"getAccess",uri:t})}getAccessHash(t){return this.network.post({o:"object",f:"getAccessHash",uri:t})}}class P{constructor(t){this.version="1.0",this.network=t,this.admin={license:new o(this),store:new i(this),utils:new n(this)},this.application=new a(this),this.article=new c(this),this.asei=new b(this),this.assetReservation=new u(this),this.audience=new l(this),this.bookmark=new f(this),this.community=new d(this),this.diapazone=new h(this),this.drive=new v(this),this.faq=new w(this),this.file=new g(this),this.filebank=new k(this),this.group=new y(this),this.jland=new O(this),this.mediaLibrary=new j(this),this.messenger=new A(this),this.object=new T(this),this.search=new S(this),this.share=new R(this),this.taxonomy=new x(this),this.tvDisplay=new L(this),this.user=new C(this),this.wedoc=new F(this)}}var M=function(t,e,s,r){return new(s||(s=Promise))((function(o,i){function n(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(n,a)}c((r=r.apply(t,e||[])).next())}))};class U{constructor(t,e="api-front"){this.window=t,this.action=e}static _formatPostOptions(t){const e=t?{body:JSON.stringify(t)}:void 0;return Object.assign({method:"POST",credentials:"same-origin"},e)}getUrl(t,e){return M(this,void 0,void 0,(function*(){const s=yield this.window.getBackendUrl();let r;try{r=new URL(`/${this.action}/${t}/${e}`,s).href}catch(o){r=`${s}/${this.action}/${t}/${e}`}return r}))}getHostname(){return M(this,void 0,void 0,(function*(){const t=(yield this.window.getBackendUrl()).split("//");return t.length>1?t[1]:t[0]}))}fetch(t,e){var{o:s,f:r}=t,o=function(t,e){var s={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(s[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(s[r[o]]=t[r[o]])}return s}(t,["o","f"]);return M(this,void 0,void 0,(function*(){void 0===e&&(e=null);const t=yield this.getUrl(s,r);return this.window.fetch(t,Object.assign(Object.assign({},U._formatPostOptions(o)),{signal:e}))}))}post(t,e){return this.fetch(t,e).then((t=>t.json())).then((t=>{if(0===t.error)return t;throw{error:t.error,errorMsg:t.errorMsg,messages:t.messages}})).catch((t=>{if(e&&e.aborted)throw{error:-1,aborted:!0};throw t}))}postFile(t){return M(this,void 0,void 0,(function*(){const e=yield this.getUrl("file","create");if(t.append("format","raw-little"),!t.has("token")){const{result:e}=yield this.token();t.append("token",e)}const s=t.get("token");return s&&"string"==typeof s?this.window.fetch(e,{method:"POST",credentials:"same-origin",body:t}).then((t=>t.json())).then((t=>({response:t,token:s}))):Promise.reject("Missing token")}))}postCSRF(t){return this.tokenCSRF().then((e=>this.post(Object.assign(t,{tokenCSRF:e.result}))))}postToken(t){return this.token().then((e=>this.post(Object.assign(t,{token:e.result}))))}maybePostToken(t){return"token"in t&&t.token?this.post(t):this.postToken(t)}token(){return this.post({o:"misc",f:"token"})}tokenCSRF(){return this.post({o:"misc",f:"tokenCSRF"})}}class q{getBackendUrl(){return t=this,e=void 0,r=function*(){const t=window.location;return`${t.protocol}//${t.host}`},new((s=void 0)||(s=Promise))((function(o,i){function n(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(n,a)}c((r=r.apply(t,e||[])).next())}));var t,e,s,r}fetch(t,e){return window.fetch(t,e)}}const E={ADMIN:9,USER:5,EXTERNAL:3,GUEST:0},$="accept",B="deny";function D(t){const e=t;return e&&"number"==typeof e.id&&"number"==typeof e.targetId}const I={bookmarkLink:D},J={isBookmarkLink:function(t){return"targetId"in t&&!!t.targetId},isBookmarkCustom:function(t){const e=t;return void 0!==e.bookmarkLabel||void 0!==e.bookmarkMeta||void 0!==e.bookmarkUrl},isBookmarkRawList:D,isTVChannelType:function(t,e){return"tvChannelType"in t&&t.tvChannelType===e},objectIsType:function(t,e){return null!=e&&I[t](e)},isStandardApiError:t=>"object"==typeof t&&null!==t&&"error"in t&&"errorMsg"in t&&"messages"in t&&"number"==typeof t.error&&"string"==typeof t.errorMsg&&Array.isArray(t.messages),isAbortApiError:t=>null!==t&&"object"==typeof t&&"error"in t&&"aborted"in t&&-1===t.error&&!0===t.aborted},N=["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"],W=["docx","xlsx","csv","pptx","pdf","zip","ai","mp3","mpeg","ttf","otf","jpg","jpeg","png","gif","psd","svg","txt","mp4","odt","webm"],z={"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"},_=t=>Object.keys(z).find((e=>z[e]===t)),Q=t=>{var e;return null!==(e=z[t])&&void 0!==e?e:void 0};function H(t){const e=String(t).split(".").pop();return W.find((t=>t===e))}const G=t=>{var e;const s=H(t);return null!==(e=_(s))&&void 0!==e?e:"application/octet-stream"},V=(t,e="fitx80")=>{switch(tt(t)){default:return;case"video":return`/media/${t.id}.mp4?stream=true`;case"audio":return`/media/${t.id}.mp3`;case"gif":return`/imagecache/${e}/fileArticle/${t.id}.gif`;case"image":return`/imagecache/${e}/fileArticle/${t.id}.png`}},X=t=>{const e=H(t);return void 0!==e?K(_(e)):"application"},Y=t=>-1!==["image/vnd","image/svg","image/heic"].findIndex((e=>t.startsWith(e)));function K(t){return null==t||Y(t)?"application":t.startsWith("image/gif")?"gif":t.startsWith("image/")?"image":t.startsWith("video/")?"video":t.startsWith("audio/")?"audio":t.startsWith("font/")||t.startsWith("application/x-font-ttf")||t.startsWith("application/vnd.ms-opentype")?"font":t.startsWith("text/")?"text":"application"}const Z=t=>void 0===t.mimetype||"application/octet-stream"===t.mimetype?G(t.title):t.mimetype,tt=t=>void 0===t.mimetype||"application/octet-stream"===t.mimetype?X(t.title):K(t.mimetype);function et(t,e){return t&&!t.endsWith(e)?`${t}${e}`:t}function st(t,e){return t&&t.startsWith(e)?t.split("").slice(e.length).join(""):t}function rt(t){return t.toString().padStart(2,"0")}function ot(t){return"uri"in t&&t.uri?t.uri:`${t.type}/${t.recordId}`}function it(t){return st(et(t.from,"/"),"/")||""}function nt(t){return t.timestamp?`?_=${t.timestamp}`:""}function at(t){const e=[];return"timestamp"in t&&t.timestamp&&e.push(`_=${t.timestamp}`),"iconColor"in t&&t.iconColor&&e.push(`color=${t.iconColor}`),e.length?"?"+e.join("&"):""}function ct(t,e=2){return"size"in t&&t.size?t.size:"width"in t&&t.width&&"height"in t&&t.height?`${t.width*e}x${t.height*e}`:""}function pt(t){return t.format||"png"}function ut(t){try{return new URL(t)}catch(t){}try{return new URL(window.location.origin+"/"+st(t,"/"))}catch(t){}}function lt(t,e=2){if("url"in t&&t.url){const e=ut(t.url);if(e)return"timestamp"in t&&t.timestamp&&!e.searchParams.has("_")&&e.searchParams.append("_",t.timestamp.toString()),e.toString()}return`/${it(t)}${ct(t,e)}/${ot(t)}.${pt(t)}${at(t)}`}const ft=Array.isArray,dt=Object.keys,ht=Object.prototype.hasOwnProperty;function mt(t,e,s){const r=null==s?void 0:s.map((t=>t.split(".")));if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){const o=ft(t),i=ft(e);let n,a,c;if(o&&i){if(a=t.length,a!==e.length)return!1;for(n=a;0!=n--;)if(!mt(t[n],e[n],s))return!1;return!0}if(o!==i)return!1;const p=t instanceof Date,u=e instanceof Date;if(p!==u)return!1;if(p&&u)return t.getTime()===e.getTime();const l=t instanceof RegExp,f=e instanceof RegExp;if(l!==f)return!1;if(l&&f)return t.toString()===e.toString();const d=dt(t).filter((t=>!(null==r?void 0:r.some((e=>1===e.length&&e[0]===t)))));if(a=d.length,a!==dt(e).filter((t=>!(null==r?void 0:r.some((e=>1===e.length&&e[0]===t))))).length)return!1;for(n=a;0!=n--;)if(!ht.call(e,d[n]))return!1;for(n=a;0!=n--;)if(c=d[n],!("_owner"===c&&t.$$typeof||mt(t[c],e[c],null==r?void 0:r.filter((t=>t.length>1&&t[0]===c)).map((t=>t.splice(1).join("."))))))return!1;return!0}return t!=t&&e!=e}function gt(t,e){if(Array.isArray(t))return t.map((t=>gt(t,e)));if("object"==typeof t&&null!==t){let s={};return Object.keys(t).forEach((r=>{s=Object.assign(Object.assign({},s),{[r]:r&&e.includes(r)?typeof t[r]:gt(t[r],e)})})),s}return t}function wt(t){return t.startsWith("tag_")||"tags"===t}function kt(t){return Object.fromEntries(Object.entries(t).filter((([t])=>wt(t))))}function yt(t,e,s){return Object.fromEntries(Object.entries(t).filter((([t])=>wt(t))).map((([t,r])=>{const o=Array.isArray(r)?r.map((t=>"object"==typeof t&&t&&e in t?t[e]:t)):r;return[t,s?s(o):o]})))}function bt(t){return yt(t,"uri")}const vt=new U(new q),jt=new P(vt);window.JamespotUserApi=jt;const Ot=jt,At=P;module.exports=s})();
2
2
  //# sourceMappingURL=jamespot-user-api.js.map