jamespot-user-api 1.0.106 → 1.0.107

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/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/JFileApi.html +5 -5
  14. package/documentation/classes/JFilebankApi.html +1 -1
  15. package/documentation/classes/JGroupApi.html +12 -8
  16. package/documentation/classes/JLandApi.html +1 -1
  17. package/documentation/classes/JMessengerApi.html +1 -1
  18. package/documentation/classes/JSearchApi.html +6 -6
  19. package/documentation/classes/JShareApi.html +1 -1
  20. package/documentation/classes/JTaxonomyApi.html +2 -2
  21. package/documentation/classes/JUserApi.html +4 -4
  22. package/documentation/classes/JWedocApi.html +1 -1
  23. package/documentation/classes/JamespotUserApi.html +1 -1
  24. package/documentation/classes/Network.html +1 -1
  25. package/documentation/classes/WindowBrowser.html +1 -1
  26. package/documentation/enums/StudioApplicationStatus.html +1 -1
  27. package/documentation/index.html +1 -1
  28. package/documentation/interfaces/AccessRightObject.html +1 -1
  29. package/documentation/interfaces/AdminLicenseUser.html +1 -1
  30. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  31. package/documentation/interfaces/ApiWrapper.html +1 -1
  32. package/documentation/interfaces/BaseAutocomplete.html +1 -1
  33. package/documentation/interfaces/BaseMessage.html +1 -1
  34. package/documentation/interfaces/Category.html +1 -1
  35. package/documentation/interfaces/FileBankProps.html +1 -1
  36. package/documentation/interfaces/FolderProps.html +1 -1
  37. package/documentation/interfaces/ListFilterSpec.html +1 -1
  38. package/documentation/interfaces/OF.html +1 -1
  39. package/documentation/interfaces/ObjectListProps.html +1 -1
  40. package/documentation/interfaces/PagingResults.html +1 -1
  41. package/documentation/interfaces/RootFolderProps.html +1 -1
  42. package/documentation/interfaces/SearchCategoryModel.html +1 -1
  43. package/documentation/interfaces/SearchCategoryValue.html +1 -1
  44. package/documentation/interfaces/SearchConfig.html +1 -1
  45. package/documentation/interfaces/SearchFacetModel.html +1 -1
  46. package/documentation/interfaces/SearchFacetValueModel.html +1 -1
  47. package/documentation/interfaces/SearchQuery.html +1 -1
  48. package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
  49. package/documentation/interfaces/SearchQueryOption.html +1 -1
  50. package/documentation/interfaces/SearchQueryResult.html +1 -1
  51. package/documentation/interfaces/SearchQuerySortModel.html +1 -1
  52. package/documentation/interfaces/SearchResultCatProps.html +1 -1
  53. package/documentation/interfaces/SearchResultPropsApp.html +1 -1
  54. package/documentation/interfaces/SearchResultPropsObject.html +1 -1
  55. package/documentation/interfaces/SpotProps.html +1 -1
  56. package/documentation/interfaces/Taxonomy.html +1 -1
  57. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  58. package/documentation/interfaces/WindowInterface.html +1 -1
  59. package/documentation/modules.html +6 -6
  60. package/lib/jamespot-user-api.js +1 -1
  61. package/lib/jamespot-user-api.js.map +1 -1
  62. package/lib/src/apis/community.d.ts +39 -2
  63. package/lib/src/apis/{group.d.ts → group/group.d.ts} +23 -13
  64. package/lib/src/apis/group/group.mock.d.ts +4 -0
  65. package/lib/src/apis/group/group.test.d.ts +1 -0
  66. package/lib/src/apis/group/group.types.d.ts +122 -0
  67. package/lib/src/apis/group/index.d.ts +2 -0
  68. package/lib/src/apis/jamespotUserApi.d.ts +1 -1
  69. package/lib/src/index.d.ts +1 -3
  70. package/lib/src/types/autocomplete.d.ts +12 -0
  71. package/lib/src/types/index.d.ts +0 -1
  72. package/lib/src/types/realtime.d.ts +37 -11
  73. package/lib/src/types/utils.d.ts +1 -1
  74. package/lib/src/util/index.d.ts +4 -0
  75. package/lib/src/util/object.d.ts +1 -0
  76. package/lib/src/util/object.test.d.ts +1 -0
  77. package/package.json +1 -1
  78. package/phpunitMock/spotGet-default.json +25 -0
  79. package/phpunitMock/spotGetProperties-default.json +77 -0
  80. package/lib/src/types/group.d.ts +0 -58
@@ -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:()=>n,AdminUtilsApi:()=>i,JApplicationApi:()=>a,JArticleApi:()=>c,JAssetReservation:()=>p,JAudienceApi:()=>l,JBaseApi:()=>o,JBookmarkApi:()=>f,JCommunityApi:()=>d,JDiapazoneApi:()=>h,JFileApi:()=>g,JFilebankApi:()=>w,JGroupApi:()=>k,JLandApi:()=>O,JMessengerApi:()=>j,JSearchApi:()=>A,JShareApi:()=>F,JTaxonomyApi:()=>S,JUserApi:()=>x,JWedocApi:()=>L,JamespotUserApi:()=>C,JamespotUserApiInstance:()=>W,Network:()=>M,StudioApplicationStatus:()=>t,UserLevel:()=>P,WindowBrowser:()=>U,allowedFileExtensions:()=>B,api:()=>G,apiFileToWidgetFile:()=>D,default:()=>Q,getExtensionFromName:()=>J,getFileFamily:()=>I,getMimetypeFromExtension:()=>q,jEnsure:()=>z,mimetypeMap:()=>T,network:()=>$});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 n 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 i 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,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((r=void 0)||(r=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 r?s:new r((function(t){t(s)}))).then(i,a)}c((n=n.apply(s,o||[])).next())}));var s,o,r,n}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({o:"article",f:"update"},t))}delete(t){return this.network.postCSRF({o:"article",f:"delete",idArticle:t})}count(t){return this.network.post({o:"article",f:"count",type:t})}}var u=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 p 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=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 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{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 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="list"){return this.network.post({o:"objectList",f:"diapazoneQueryList",query:t,filters:e,orders:s,page:o,format:r}).then((t=>{const e=t.result;if(Array.isArray(e.data))return e;throw{error:t.error,messages:t.messages}}))}}var m=function(t,e,s,o){return new(s||(s=Promise))((function(r,n){function i(t){try{c(o.next(t))}catch(t){n(t)}}function a(t){try{c(o.throw(t))}catch(t){n(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(i,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 m(this,void 0,void 0,(function*(){return Promise.all(t.map((t=>this.upload(t))))}))}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){return m(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"delete",idFile:t,attrName:e,token:s})}))}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 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}).then((t=>t.result))}}class k extends o{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})}}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 y 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 v 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 j 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 A 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:n,page:i,limit:a,sort:c,options:u}=t;return this.network.post({o:"search",f:"query",keywords:s,category:o,facetCategories:r,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 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 x 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"})}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 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){return this.network.post({o:"onlyOffice",f:"deleteFile",idFile:t})}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})}}class F 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})}}class C{constructor(t){this.version="1.0",this.network=t,this.admin={license:new r(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 d(this),this.diapazone=new h(this),this.drive=new y(this),this.file=new g(this),this.filebank=new w(this),this.group=new k(this),this.jland=new O(this),this.mediaLibrary=new v(this),this.messenger=new j(this),this.search=new A(this),this.share=new F(this),this.taxonomy=new S(this),this.user=new x(this),this.wedoc=new L(this)}}var R=function(t,e,s,o){return new(s||(s=Promise))((function(r,n){function i(t){try{c(o.next(t))}catch(t){n(t)}}function a(t){try{c(o.throw(t))}catch(t){n(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(i,a)}c((o=o.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 R(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 R(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 R(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({},M._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 R(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 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,n){function i(t){try{c(o.next(t))}catch(t){n(t)}}function a(t){try{c(o.throw(t))}catch(t){n(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(i,a)}c((o=o.apply(t,e||[])).next())}));var t,e,s,o}fetch(t,e){return window.fetch(t,e)}}const P={ADMIN:9,USER:5,EXTERNAL:3,GUEST:0},B=["docx","xlsx","pptx","pdf","jpeg","png","zip","mp3","mp4","jpg","txt"],T={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 J(t){const e=String(t).split(".").pop();if(void 0!==e&&B.find((t=>t===e.toLocaleLowerCase())))return e}function I(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 q(t){var e;const s=void 0!==t?String(t).toLocaleLowerCase():"noExt";return null!==(e=T[s])&&void 0!==e?e:"txt"}function D(t){const e=q(J(t.name));return{id:parseInt(t.id),filename:t.name,mimetype:e,dimension:t.imagesize}}function E(t){const e=t;return e&&"number"==typeof e.id&&"number"==typeof e.targetId}const N={bookmarkLink:E},z={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:E,objectIsType:function(t,e){return null!=e&&N[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},$=new M(new U),W=new C($);window.JamespotUserApi=W;const Q=W,G=C;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:()=>n,AdminUtilsApi:()=>i,JApplicationApi:()=>a,JArticleApi:()=>c,JAssetReservation:()=>p,JAudienceApi:()=>l,JBaseApi:()=>o,JBookmarkApi:()=>f,JCommunityApi:()=>d,JDiapazoneApi:()=>h,JFileApi:()=>m,JFilebankApi:()=>w,JGroupApi:()=>k,JLandApi:()=>j,JMessengerApi:()=>O,JSearchApi:()=>A,JShareApi:()=>F,JTaxonomyApi:()=>S,JUserApi:()=>x,JWedocApi:()=>L,JamespotUserApi:()=>C,JamespotUserApiInstance:()=>H,Network:()=>M,StudioApplicationStatus:()=>t,UserLevel:()=>U,WindowBrowser:()=>P,allowedFileExtensions:()=>E,api:()=>X,apiFileToWidgetFile:()=>$,deepEqual:()=>G,default:()=>V,getExtensionFromName:()=>q,getFileFamily:()=>D,getMimetypeFromExtension:()=>N,jEnsure:()=>J,mimetypeMap:()=>I,network:()=>_});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 n 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 i 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,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((r=void 0)||(r=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 r?s:new r((function(t){t(s)}))).then(i,a)}c((n=n.apply(s,o||[])).next())}));var s,o,r,n}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({o:"article",f:"update"},t))}delete(t){return this.network.postCSRF({o:"article",f:"delete",idArticle:t})}count(t){return this.network.post({o:"article",f:"count",type:t})}}var u=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 p 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=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 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 h 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="list"){return this.network.post({o:"objectList",f:"diapazoneQueryList",query:t,filters:e,orders:s,page:o,format:r}).then((t=>{const e=t.result;if(Array.isArray(e.data))return e;throw{error:t.error,messages:t.messages}}))}}var g=function(t,e,s,o){return new(s||(s=Promise))((function(r,n){function i(t){try{c(o.next(t))}catch(t){n(t)}}function a(t){try{c(o.throw(t))}catch(t){n(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(i,a)}c((o=o.apply(t,e||[])).next())}))};class m 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 g(this,void 0,void 0,(function*(){return Promise.all(t.map((t=>this.upload(t))))}))}update(t,e,s){return g(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){return g(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"delete",idFile:t,attrName:e,token:s})}))}deleteImage(t,e){return g(this,void 0,void 0,(function*(){return this.network.post({o:"file",f:"deleteImage",id:t,type:e})}))}}class w 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}).then((t=>t.result))}}class k extends o{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 y 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 b 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 v extends o{GetUnclassifiedFiles(t="raw-list"){return this.network.post({o:"objectListMediaLibrary",f:"GetUnclassifiedFiles",format:t})}}class j 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 O 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 A 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:n,page:i,limit:a,sort:c,options:u}=t;return this.network.post({o:"search",f:"query",keywords:s,category:o,facetCategories:r,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 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 x 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"})}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 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){return this.network.post({o:"onlyOffice",f:"deleteFile",idFile:t})}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})}}class F 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})}}class C{constructor(t){this.version="1.0",this.network=t,this.admin={license:new r(this),store:new n(this),utils:new i(this)},this.application=new a(this),this.article=new c(this),this.asei=new y(this),this.assetReservation=new p(this),this.audience=new l(this),this.bookmark=new f(this),this.community=new d(this),this.diapazone=new h(this),this.drive=new b(this),this.file=new m(this),this.filebank=new w(this),this.group=new k(this),this.jland=new j(this),this.mediaLibrary=new v(this),this.messenger=new O(this),this.search=new A(this),this.share=new F(this),this.taxonomy=new S(this),this.user=new x(this),this.wedoc=new L(this)}}var R=function(t,e,s,o){return new(s||(s=Promise))((function(r,n){function i(t){try{c(o.next(t))}catch(t){n(t)}}function a(t){try{c(o.throw(t))}catch(t){n(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(i,a)}c((o=o.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 R(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 R(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 R(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({},M._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 R(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,o=function*(){const t=window.location;return`${t.protocol}//${t.host}`},new((s=void 0)||(s=Promise))((function(r,n){function i(t){try{c(o.next(t))}catch(t){n(t)}}function a(t){try{c(o.throw(t))}catch(t){n(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(i,a)}c((o=o.apply(t,e||[])).next())}));var t,e,s,o}fetch(t,e){return window.fetch(t,e)}}const U={ADMIN:9,USER:5,EXTERNAL:3,GUEST:0};function T(t){const e=t;return e&&"number"==typeof e.id&&"number"==typeof e.targetId}const B={bookmarkLink:T},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:T,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},E=["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 q(t){const e=String(t).split(".").pop();if(void 0!==e&&E.find((t=>t===e.toLocaleLowerCase())))return e}function D(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 N(t){var e;const s=void 0!==t?String(t).toLocaleLowerCase():"noExt";return null!==(e=I[s])&&void 0!==e?e:"txt"}function $(t){const e=N(q(t.name));return{id:parseInt(t.id),filename:t.name,mimetype:e,dimension:t.imagesize}}const z=Array.isArray,W=Object.keys,Q=Object.prototype.hasOwnProperty;function G(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=z(t),n=z(e);let i,a,c;if(r&&n){if(a=t.length,a!==e.length)return!1;for(i=a;0!=i--;)if(!G(t[i],e[i],s))return!1;return!0}if(r!==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 d=W(t).filter((t=>!(null==o?void 0:o.some((e=>1===e.length&&e[0]===t)))));if(a=d.length,a!==W(e).filter((t=>!(null==o?void 0:o.some((e=>1===e.length&&e[0]===t))))).length)return!1;for(i=a;0!=i--;)if(!Q.call(e,d[i]))return!1;for(i=a;0!=i--;)if(c=d[i],!("_owner"===c&&t.$$typeof||G(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}const _=new M(new P),H=new C(_);window.JamespotUserApi=H;const V=H,X=C;module.exports=s})();
2
2
  //# sourceMappingURL=jamespot-user-api.js.map