jamespot-user-api 1.0.118 → 1.0.120

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 (101) 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/JSearchApi.html +6 -6
  20. package/documentation/classes/JShareApi.html +1 -1
  21. package/documentation/classes/JTaxonomyApi.html +2 -2
  22. package/documentation/classes/JUserApi.html +4 -4
  23. package/documentation/classes/JWedocApi.html +1 -1
  24. package/documentation/classes/JamespotUserApi.html +1 -1
  25. package/documentation/classes/Network.html +1 -1
  26. package/documentation/classes/TVDisplayApi.html +1 -1
  27. package/documentation/classes/WindowBrowser.html +1 -1
  28. package/documentation/enums/StudioApplicationStatus.html +1 -1
  29. package/documentation/index.html +1 -1
  30. package/documentation/interfaces/AccessRightObject.html +1 -1
  31. package/documentation/interfaces/AdminLicenseUser.html +1 -1
  32. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  33. package/documentation/interfaces/ApiWrapper.html +1 -1
  34. package/documentation/interfaces/BaseAutocomplete.html +1 -1
  35. package/documentation/interfaces/BaseMessage.html +1 -1
  36. package/documentation/interfaces/Category.html +1 -1
  37. package/documentation/interfaces/FileBankProps.html +1 -1
  38. package/documentation/interfaces/FolderProps.html +1 -1
  39. package/documentation/interfaces/ListFilterSpec.html +1 -1
  40. package/documentation/interfaces/OF.html +1 -1
  41. package/documentation/interfaces/ObjectListProps.html +1 -1
  42. package/documentation/interfaces/PagingResults.html +1 -1
  43. package/documentation/interfaces/RootFolderProps.html +1 -1
  44. package/documentation/interfaces/SearchCategoryModel.html +1 -1
  45. package/documentation/interfaces/SearchCategoryValue.html +1 -1
  46. package/documentation/interfaces/SearchConfig.html +1 -1
  47. package/documentation/interfaces/SearchFacetModel.html +1 -1
  48. package/documentation/interfaces/SearchFacetValueModel.html +1 -1
  49. package/documentation/interfaces/SearchQuery.html +1 -1
  50. package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
  51. package/documentation/interfaces/SearchQueryOption.html +1 -1
  52. package/documentation/interfaces/SearchQueryResult.html +1 -1
  53. package/documentation/interfaces/SearchQuerySortModel.html +1 -1
  54. package/documentation/interfaces/SearchResultCatProps.html +1 -1
  55. package/documentation/interfaces/SearchResultPropsApp.html +1 -1
  56. package/documentation/interfaces/SearchResultPropsObject.html +1 -1
  57. package/documentation/interfaces/SpotProps.html +1 -1
  58. package/documentation/interfaces/Taxonomy.html +1 -1
  59. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  60. package/documentation/interfaces/WindowInterface.html +1 -1
  61. package/documentation/modules.html +14 -9
  62. package/lib/jamespot-user-api.js +1 -1
  63. package/lib/jamespot-user-api.js.map +1 -1
  64. package/lib/src/apis/article/article.d.ts +3 -11
  65. package/lib/src/apis/article/article.mock.d.ts +3 -3
  66. package/lib/src/apis/faq/faq.d.ts +7 -4
  67. package/lib/src/apis/faq/faq.mock.d.ts +6 -1
  68. package/lib/src/apis/file/file.d.ts +68 -0
  69. package/lib/src/apis/file/file.mock.d.ts +8 -0
  70. package/lib/src/apis/file/file.test.d.ts +1 -0
  71. package/lib/src/apis/index.d.ts +1 -1
  72. package/lib/src/apis/jamespotUserApi.d.ts +1 -1
  73. package/lib/src/types/faq.d.ts +24 -3
  74. package/lib/src/types/file.d.ts +9 -20
  75. package/lib/src/types/mediaLibrary.d.ts +3 -7
  76. package/lib/src/types/utils.d.ts +1 -1
  77. package/lib/src/types/widgets.d.ts +9 -10
  78. package/lib/src/util/Test.d.ts +23 -0
  79. package/lib/src/util/file.d.ts +23 -7
  80. package/lib/src/util/file.mock.d.ts +312 -0
  81. package/lib/src/util/network.d.ts +16 -2
  82. package/package.json +1 -1
  83. package/phpunitMock/articleCreate-faq-category.json +3 -4
  84. package/phpunitMock/articleGet-faq-category.json +7 -9
  85. package/phpunitMock/articleGet-mpArticle-list.json +1 -2
  86. package/phpunitMock/articleGet-with-widgets.json +161 -0
  87. package/phpunitMock/articleGetAttachment-success.json +19 -18
  88. package/phpunitMock/articleUpdate-faq-category.json +3 -4
  89. package/phpunitMock/faqAccess-success.json +9 -0
  90. package/phpunitMock/faqCheckItem-success.json +89 -0
  91. package/phpunitMock/fileCreate-rawLittle.json +17 -0
  92. package/phpunitMock/fileDelete-default.json +1 -0
  93. package/phpunitMock/fileDeleteImage-default.json +1 -0
  94. package/phpunitMock/fileGet-default.json +17 -0
  95. package/phpunitMock/fileUpdate-rawLittle.json +18 -0
  96. package/phpunitMock/objectListFaqQueryList-faq-success.json +192 -0
  97. package/phpunitMock/tvDisplayGetChannel-dynamic.json +16 -16
  98. package/phpunitMock/tvDisplayGetChannel-slideshow.json +16 -14
  99. package/phpunitMock/tvDisplayGetConfigureChannel-dynamic.json +16 -16
  100. package/phpunitMock/tvDisplayGetConfigureChannel-slideshow.json +16 -14
  101. package/lib/src/apis/file.d.ts +0 -62
@@ -1,2 +1,2 @@
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,{AdminLicenseApi:()=>o,AdminStoreApi:()=>n,AdminUtilsApi:()=>i,JApplicationApi:()=>a,JArticleApi:()=>c,JAssetReservation:()=>p,JAudienceApi:()=>l,JBaseApi:()=>r,JBookmarkApi:()=>f,JCommunityApi:()=>h,JDiapazoneApi:()=>d,JFaqApi:()=>g,JFileApi:()=>w,JFilebankApi:()=>k,JGroupApi:()=>y,JLandApi:()=>v,JMessengerApi:()=>A,JSearchApi:()=>x,JShareApi:()=>R,JTaxonomyApi:()=>S,JUserApi:()=>C,JWedocApi:()=>L,JamespotUserApi:()=>T,JamespotUserApiInstance:()=>ft,Network:()=>M,StudioApplicationStatus:()=>t,TVDisplayApi:()=>F,UserLevel:()=>B,WindowBrowser:()=>P,allowedFileExtensions:()=>$,api:()=>dt,apiFileToWidgetFile:()=>W,deepEqual:()=>nt,default:()=>ht,extractTaxonomiesFromObject:()=>ct,extractTaxonomiesFromObjectAndMapProperty:()=>ut,extractTaxonomiesFromObjectAndMapUri:()=>pt,formatImgUrl:()=>et,getArgs:()=>K,getExtensionFromName:()=>E,getFileFamily:()=>N,getFormat:()=>Z,getFrom:()=>V,getMimetypeFromExtension:()=>z,getSize:()=>Y,getTimestamp:()=>X,getUri:()=>H,getUrl:()=>tt,jEnsure:()=>q,mimetypeMap:()=>I,network:()=>lt,padStartTwoDigits:()=>G,removeIfStartsWith:()=>Q,replacePropertiesWithTypes:()=>it,suffixIfDoesNotExist:()=>_});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 n 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 i 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,n=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 i(t){try{c(n.next(t))}catch(t){e(t)}}function a(t){try{c(n.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(i,a)}c((n=n.apply(s,r||[])).next())}));var s,r,o,n}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||"attachment"})}}var u=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 p 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=u(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=u(t,["format"]);return this.network.post(Object.assign({o:"assetReservation",f:"BookByDate",format:e},s))}getList(t){var{format:e="raw-list"}=t,s=u(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 h 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 d 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})}}class g extends r{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)}getTaxonomy(){return this.network.post({o:"faq",f:"getFaqTaxonomy"})}getHookProperties(t){return this.network.post({o:"faq",f:"getHookProperties",properties:t||["_web"]})}}var m=function(t,e,s,r){return new(s||(s=Promise))((function(o,n){function i(t){try{c(r.next(t))}catch(t){n(t)}}function a(t){try{c(r.throw(t))}catch(t){n(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(i,a)}c((r=r.apply(t,e||[])).next())}))};class w 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})}))}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:{w:s.width,h:s.height,x:s.x,y:s.y,rotation:s.rotation,rotateBeforeCrop:!0},killSize:s.killSize}).then((t=>{if(!t.result.crop)return t;const e=JSON.parse(t.result.crop);return Object.assign(Object.assign({},t),{result:Object.assign(Object.assign({},t.result),{crop:{width:e.w,height:e.h,x:e.x,y:e.y,rotation:e.rotation}})})}))}))}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 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 j 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 O extends r{GetUnclassifiedFiles(t="raw-list"){return this.network.post({o:"objectListMediaLibrary",f:"GetUnclassifiedFiles",format:t})}}class v 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 x 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:n,page:i,limit:a,sort:c,options:u}=t;return this.network.post({o:"search",f:"query",keywords:s,category:r,facetCategories:o,filters:n,page:i,limit:a,sort:c,options:u},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 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 L 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(){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 F 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{setObjectAccessRequest(t,e,s,r){return this.network.post({o:"onlyOffice",f:"setObjectAccessRequest",uri:t,idUser:e,requestAccessValue:s,requestResponseMessage:r})}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,r){return this.network.post({o:"onlyOffice",f:"setObjectAccess",uri:t,access:e,message:s,generalAccessRule:r})}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 o(this),store:new n(this),utils:new i(this)},this.application=new a(this),this.article=new c(this),this.asei=new b(this),this.assetReservation=new p(this),this.audience=new l(this),this.bookmark=new f(this),this.community=new h(this),this.diapazone=new d(this),this.drive=new j(this),this.faq=new g(this),this.file=new w(this),this.filebank=new k(this),this.group=new y(this),this.jland=new v(this),this.mediaLibrary=new O(this),this.messenger=new A(this),this.search=new x(this),this.share=new R(this),this.taxonomy=new S(this),this.tvDisplay=new F(this),this.user=new C(this),this.wedoc=new L(this)}}var U=function(t,e,s,r){return new(s||(s=Promise))((function(o,n){function i(t){try{c(r.next(t))}catch(t){n(t)}}function a(t){try{c(r.throw(t))}catch(t){n(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(i,a)}c((r=r.apply(t,e||[])).next())}))};class M{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 U(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 U(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 U(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({},M._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 U(this,void 0,void 0,(function*(){const e=yield this.getUrl("file","create");if(!t.get("token")){const{result:e}=yield this.token();t.append("token",e)}return this.window.fetch(e,{method:"POST",credentials:"same-origin",body:t}).then((t=>t.json()))}))}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 P{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,n){function i(t){try{c(r.next(t))}catch(t){n(t)}}function a(t){try{c(r.throw(t))}catch(t){n(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(i,a)}c((r=r.apply(t,e||[])).next())}));var t,e,s,r}fetch(t,e){return window.fetch(t,e)}}const B={ADMIN:9,USER:5,EXTERNAL:3,GUEST:0};function D(t){const e=t;return e&&"number"==typeof e.id&&"number"==typeof e.targetId}const J={bookmarkLink:D},q={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&&J[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},$=["docx","xlsx","pptx","pdf","jpeg","png","zip","mp3","mp4","jpg","txt"],I={docx:"application/vnd.openxmlformats-officedocument.wordprocessingml.document",xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",pptx:"application/vnd.openxmlformats-officedocument.presentationml.presentation",pdf:"application/pdf",jpeg:"image/jpeg",jpg:"image/jpg",png:"image/png",zip:"application/zip",mp3:"audio/mp3",mp4:"video/mp4"};function E(t){const e=String(t).split(".").pop();if(void 0!==e&&$.find((t=>t===e.toLocaleLowerCase())))return e}function N(t){return t&&(t.startsWith("image/vnd")||t.startsWith("image/svg"))?"application":t&&t.startsWith("image/")?"image":t&&t.startsWith("video/")?"video":t&&t.startsWith("audio/")?"audio":t&&t.startsWith("font/")?"font":t&&t.startsWith("text/")?"text":"application"}function z(t){var e;const s=void 0!==t?String(t).toLocaleLowerCase():"noExt";return null!==(e=I[s])&&void 0!==e?e:"txt"}function W(t){const e=z(E(t.name));return{id:parseInt(t.id),filename:t.name,mimetype:e,dimension:t.imagesize}}function _(t,e){return t&&!t.endsWith(e)?`${t}${e}`:t}function Q(t,e){return t&&t.startsWith(e)?t.split("").slice(e.length).join(""):t}function G(t){return t.toString().padStart(2,"0")}function H(t){return"uri"in t&&t.uri?t.uri:`${t.type}/${t.recordId}`}function V(t){return Q(_(t.from,"/"),"/")||""}function X(t){return t.timestamp?`?_=${t.timestamp}`:""}function K(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 Y(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 Z(t){return t.format||"png"}function tt(t){try{return new URL(t)}catch(t){}try{return new URL(window.location.origin+"/"+Q(t,"/"))}catch(t){}}function et(t,e=2){if("url"in t&&t.url){const e=tt(t.url);if(e)return"timestamp"in t&&t.timestamp&&!e.searchParams.has("_")&&e.searchParams.append("_",t.timestamp.toString()),e.toString()}return`/${V(t)}${Y(t,e)}/${H(t)}.${Z(t)}${K(t)}`}const st=Array.isArray,rt=Object.keys,ot=Object.prototype.hasOwnProperty;function nt(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=st(t),n=st(e);let i,a,c;if(o&&n){if(a=t.length,a!==e.length)return!1;for(i=a;0!=i--;)if(!nt(t[i],e[i],s))return!1;return!0}if(o!==n)return!1;const u=t instanceof Date,p=e instanceof Date;if(u!==p)return!1;if(u&&p)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 h=rt(t).filter((t=>!(null==r?void 0:r.some((e=>1===e.length&&e[0]===t)))));if(a=h.length,a!==rt(e).filter((t=>!(null==r?void 0:r.some((e=>1===e.length&&e[0]===t))))).length)return!1;for(i=a;0!=i--;)if(!ot.call(e,h[i]))return!1;for(i=a;0!=i--;)if(c=h[i],!("_owner"===c&&t.$$typeof||nt(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 it(t,e){if(Array.isArray(t))return t.map((t=>it(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]:it(t[r],e)})})),s}return t}function at(t){return t.startsWith("tag_")||"tags"===t}function ct(t){return Object.fromEntries(Object.entries(t).filter((([t])=>at(t))))}function ut(t,e,s){return Object.fromEntries(Object.entries(t).filter((([t])=>at(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 pt(t){return ut(t,"uri")}const lt=new M(new P),ft=new T(lt);window.JamespotUserApi=ft;const ht=ft,dt=T;module.exports=s})();
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:()=>$,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"})}}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 $={ADMIN:9,USER:5,EXTERNAL:3,GUEST:0};function q(t){const e=t;return e&&"number"==typeof e.id&&"number"==typeof e.targetId}const B={bookmarkLink:q},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:q,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})();
2
2
  //# sourceMappingURL=jamespot-user-api.js.map