jamespot-user-api 1.0.166 → 1.0.167

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 (126) 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 +2 -2
  9. package/documentation/classes/JBaseApi.html +1 -1
  10. package/documentation/classes/JBbbApi.html +1 -0
  11. package/documentation/classes/JBookmarkApi.html +1 -1
  12. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  13. package/documentation/classes/JCommunityApi.html +1 -1
  14. package/documentation/classes/JDiapazoneApi.html +1 -1
  15. package/documentation/classes/JFaqApi.html +1 -1
  16. package/documentation/classes/JFileApi.html +5 -5
  17. package/documentation/classes/JFilebankApi.html +1 -1
  18. package/documentation/classes/JGlobalApi.html +1 -1
  19. package/documentation/classes/JGroupApi.html +14 -14
  20. package/documentation/classes/JIAApi.html +1 -1
  21. package/documentation/classes/JLandApi.html +1 -1
  22. package/documentation/classes/JMessengerApi.html +1 -1
  23. package/documentation/classes/JObjectApi.html +1 -1
  24. package/documentation/classes/JSearchApi.html +6 -6
  25. package/documentation/classes/JShareApi.html +1 -1
  26. package/documentation/classes/JSocialActionApi.html +1 -1
  27. package/documentation/classes/JTaxonomyApi.html +2 -2
  28. package/documentation/classes/JUserApi.html +7 -7
  29. package/documentation/classes/JWedocApi.html +1 -1
  30. package/documentation/classes/JWidgetApi.html +1 -1
  31. package/documentation/classes/JamespotUserApi.html +1 -1
  32. package/documentation/classes/Network.html +1 -1
  33. package/documentation/classes/TVDisplayApi.html +1 -1
  34. package/documentation/classes/WindowBrowser.html +1 -1
  35. package/documentation/enums/Format.html +1 -0
  36. package/documentation/enums/GroupModerateStatus.html +1 -1
  37. package/documentation/enums/StudioApplicationStatus.html +1 -1
  38. package/documentation/enums/WidgetsName.html +1 -0
  39. package/documentation/index.html +1 -1
  40. package/documentation/interfaces/AccessRightObject.html +1 -1
  41. package/documentation/interfaces/AdminLicenseUser.html +1 -1
  42. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  43. package/documentation/interfaces/ApiWrapper.html +1 -1
  44. package/documentation/interfaces/BaseMessage.html +1 -1
  45. package/documentation/interfaces/Category.html +1 -1
  46. package/documentation/interfaces/FileBankProps.html +1 -1
  47. package/documentation/interfaces/FolderProps.html +1 -1
  48. package/documentation/interfaces/ListFilterSpec.html +1 -1
  49. package/documentation/interfaces/OF.html +1 -1
  50. package/documentation/interfaces/ObjectListProps.html +1 -1
  51. package/documentation/interfaces/PagingResults.html +1 -1
  52. package/documentation/interfaces/RootFolderProps.html +1 -1
  53. package/documentation/interfaces/SearchCategoryModel.html +1 -1
  54. package/documentation/interfaces/SearchCategoryValue.html +1 -1
  55. package/documentation/interfaces/SearchConfig.html +1 -1
  56. package/documentation/interfaces/SearchFacetModel.html +1 -1
  57. package/documentation/interfaces/SearchFacetValueModel.html +1 -1
  58. package/documentation/interfaces/SearchQuery.html +1 -1
  59. package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
  60. package/documentation/interfaces/SearchQueryOption.html +1 -1
  61. package/documentation/interfaces/SearchQueryResult.html +1 -1
  62. package/documentation/interfaces/SearchQuerySortModel.html +1 -1
  63. package/documentation/interfaces/SearchResultCatProps.html +1 -1
  64. package/documentation/interfaces/SearchResultPropsApp.html +1 -1
  65. package/documentation/interfaces/SearchResultPropsObject.html +1 -1
  66. package/documentation/interfaces/SpotProps.html +1 -1
  67. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  68. package/documentation/interfaces/WidgetType.html +1 -0
  69. package/documentation/interfaces/WindowInterface.html +1 -1
  70. package/documentation/modules.html +8 -12
  71. package/jest.config.ts +3 -2
  72. package/lib/jamespot-user-api.js +1 -1
  73. package/lib/jamespot-user-api.js.map +1 -1
  74. package/lib/jest.config.d.ts +1 -0
  75. package/lib/jest.config.vm.d.ts +1 -0
  76. package/lib/src/apis/article/article.d.ts +10 -7
  77. package/lib/src/apis/assetReservation/assetReservation.d.ts +4 -4
  78. package/lib/src/apis/bbb/bbb.d.ts +7 -0
  79. package/lib/src/apis/bbb/bbb.mock.d.ts +3 -0
  80. package/lib/src/apis/bbb/bbb.test.d.ts +1 -0
  81. package/lib/src/apis/bookmark/bookmark.d.ts +11 -11
  82. package/lib/src/apis/businessNetworking/businessNetworking.d.ts +2 -2
  83. package/lib/src/apis/community.d.ts +2 -2
  84. package/lib/src/apis/faq/faq.d.ts +15 -15
  85. package/lib/src/apis/file/file.d.ts +4 -4
  86. package/lib/src/apis/group/group.d.ts +18 -5
  87. package/lib/src/apis/index.d.ts +1 -0
  88. package/lib/src/apis/jamespotUserApi.d.ts +2 -0
  89. package/lib/src/apis/mediaLibrary/mediaLibrary.d.ts +1 -1
  90. package/lib/src/apis/search/search.d.ts +5 -2
  91. package/lib/src/apis/socialAction/socialAction.d.ts +4 -4
  92. package/lib/src/apis/taxonomy/taxonomy.d.ts +26 -2
  93. package/lib/src/apis/taxonomy/types.d.ts +2 -2
  94. package/lib/src/apis/user/user.d.ts +937 -8
  95. package/lib/src/apis/user/user.mock.d.ts +3 -2
  96. package/lib/src/types/article.d.ts +152945 -48
  97. package/lib/src/types/asei.d.ts +1 -1
  98. package/lib/src/types/assetReservation.d.ts +1 -1
  99. package/lib/src/types/autocomplete.d.ts +261 -9
  100. package/lib/src/types/bbb.d.ts +39 -0
  101. package/lib/src/types/businessContact.d.ts +18 -0
  102. package/lib/src/types/faq.d.ts +4 -5
  103. package/lib/src/types/file.d.ts +2 -2
  104. package/lib/src/types/group.d.ts +34 -5
  105. package/lib/src/types/hook.d.ts +6 -6
  106. package/lib/src/types/index.d.ts +2 -0
  107. package/lib/src/types/mediaLibrary.d.ts +2 -2
  108. package/lib/src/types/meeting.d.ts +1 -1
  109. package/lib/src/types/pollSurvey.d.ts +1 -1
  110. package/lib/src/types/quizz.d.ts +1 -1
  111. package/lib/src/types/search.d.ts +2 -1
  112. package/lib/src/types/socialEvent.d.ts +1 -1
  113. package/lib/src/types/support.d.ts +1 -1
  114. package/lib/src/types/surveyDate.d.ts +1 -1
  115. package/lib/src/types/tvDisplay.d.ts +2 -2
  116. package/lib/src/types/user.d.ts +0 -114
  117. package/lib/src/types/utils.d.ts +330 -55
  118. package/lib/src/types/widgets.d.ts +94410 -227
  119. package/lib/src/util/Test.d.ts +3640 -4
  120. package/lib/src/util/object.d.ts +2 -2
  121. package/package.json +1 -1
  122. package/phpunitMock/bigBlueButtonGetPublicWebinarData-success.json +10 -0
  123. package/phpunitMock/bigBlueButtonPublicWebinarFullname-success.json +9 -0
  124. package/phpunitMock/businessContactQueryList-default.json +54 -0
  125. package/phpunitMock/widgetCheckListRespond-article.json +1 -1
  126. package/documentation/interfaces/BaseAutocomplete.html +0 -1
@@ -1,4 +1,4 @@
1
- import { FormatExtension, Format } from '../types';
1
+ import { FormatExtension, FormatList } from '../types';
2
2
  export declare function deepEqual(a: any, b: any, ignoreAttributes?: Array<string>): boolean;
3
3
  /**
4
4
  * Remplace la valeur de propriétés par leur typeof, sur toute la profondeur de l'objet.
@@ -11,4 +11,4 @@ export declare function deepEqual(a: any, b: any, ignoreAttributes?: Array<strin
11
11
  * @param replacedProperties propriétés à remplacer
12
12
  */
13
13
  export declare function replacePropertiesWithTypes(obj: any, replacedProperties: string[]): any;
14
- export declare const combineFormat: (format: Format, extendFormat: FormatExtension | undefined) => string | undefined;
14
+ export declare const combineFormat: (format: FormatList, extendFormat: FormatExtension | undefined) => string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-user-api",
3
- "version": "1.0.166",
3
+ "version": "1.0.167",
4
4
  "main": "lib/jamespot-user-api.js",
5
5
  "types": "lib/src/index.d.ts",
6
6
  "directories": {
@@ -0,0 +1,10 @@
1
+ {
2
+ "o": "bigBlueButton",
3
+ "f": "getPublicWebinarData",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "title": "Event for testBigbluebuttonPublicGetPublicWebinarData",
8
+ "dateStart": "2024-07-08 15:05:10"
9
+ }
10
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "o": "bigBlueButton",
3
+ "f": "publicWebinarFullname",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "redirectUrl": "azerty1234/api/join?meetingID=667977249d1b0&fullName=John+Doe&role=VIEWER&redirect=true&checksum=4eaf168662d042fcfdeab7a4cf0ce343ee40ba98ca72b67f3199fa80dc62f7e3"
8
+ }
9
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ "o": "businessContact",
3
+ "f": "queryList",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "limit": 50,
8
+ "page": 1,
9
+ "cnt": 1,
10
+ "data": [
11
+ {
12
+ "id": 575,
13
+ "mainType": "article",
14
+ "type": "businessContactCard",
15
+ "uri": "businessContactCard/575",
16
+ "dateCreation": "2024-07-04 10:55:19",
17
+ "dateModified": "2024-07-04 10:55:19",
18
+ "title": "a-1",
19
+ "_url": "/article/575",
20
+ "_right": {
21
+ "create": true,
22
+ "read": true,
23
+ "publish": true,
24
+ "administrate": true,
25
+ "update": true,
26
+ "delete": true,
27
+ "comment": true,
28
+ "member": true
29
+ },
30
+ "_user": {
31
+ "id": 4,
32
+ "mainType": "user",
33
+ "type": "user",
34
+ "uri": "user/4",
35
+ "dateCreation": "2019-07-09 15:48:26",
36
+ "dateModified": "2024-07-04 09:48:09",
37
+ "title": "Admin1",
38
+ "_url": "/user/4",
39
+ "level": 9
40
+ },
41
+ "_audience": [],
42
+ "mail": null,
43
+ "pseudo": null,
44
+ "firstName": null,
45
+ "lastName": null,
46
+ "phoneNumber": null,
47
+ "company": null,
48
+ "function": null
49
+ }
50
+ ],
51
+ "facets": null,
52
+ "idQuery": null
53
+ }
54
+ }
@@ -1 +1 @@
1
- {"o":"widget","f":"CheckListRespond","error":0,"messages":[],"result":true}
1
+ { "o": "widget", "f": "CheckListRespond", "error": 0, "messages": [], "result": true }
@@ -1 +0,0 @@
1
- <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>BaseAutocomplete | jamespot-user-api</title><meta name="description" content="Documentation for jamespot-user-api"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">jamespot-user-api</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">jamespot-user-api</a></li><li><a href="BaseAutocomplete.html">BaseAutocomplete</a></li></ul><h1>Interface BaseAutocomplete </h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">BaseAutocomplete</span></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#class" class="tsd-kind-icon">class</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#cssClass" class="tsd-kind-icon">css<wbr/>Class</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#cssColor" class="tsd-kind-icon">css<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#label" class="tsd-kind-icon">label</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#mainType" class="tsd-kind-icon">main<wbr/>Type</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#name" class="tsd-kind-icon">name</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#shortUri" class="tsd-kind-icon">short<wbr/>Uri</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#title" class="tsd-kind-icon">title</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#type" class="tsd-kind-icon">type</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#uri" class="tsd-kind-icon">uri</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="class" class="tsd-anchor"></a><h3 class="tsd-anchor-link">class<a href="#class" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">class<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Jamespot/jamespot-user-api/blob/dd4b930/src/types/autocomplete.ts#L14">src/types/autocomplete.ts:14</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="cssClass" class="tsd-anchor"></a><h3 class="tsd-anchor-link">css<wbr/>Class<a href="#cssClass" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">css<wbr/>Class<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Jamespot/jamespot-user-api/blob/dd4b930/src/types/autocomplete.ts#L12">src/types/autocomplete.ts:12</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="cssColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link">css<wbr/>Color<a href="#cssColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">css<wbr/>Color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Jamespot/jamespot-user-api/blob/dd4b930/src/types/autocomplete.ts#L13">src/types/autocomplete.ts:13</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="id" class="tsd-anchor"></a><h3 class="tsd-anchor-link">id<a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Jamespot/jamespot-user-api/blob/dd4b930/src/types/autocomplete.ts#L4">src/types/autocomplete.ts:4</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="label" class="tsd-anchor"></a><h3 class="tsd-anchor-link">label<a href="#label" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Jamespot/jamespot-user-api/blob/dd4b930/src/types/autocomplete.ts#L11">src/types/autocomplete.ts:11</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="mainType" class="tsd-anchor"></a><h3 class="tsd-anchor-link">main<wbr/>Type<a href="#mainType" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">main<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Jamespot/jamespot-user-api/blob/dd4b930/src/types/autocomplete.ts#L9">src/types/autocomplete.ts:9</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="name" class="tsd-anchor"></a><h3 class="tsd-anchor-link">name<a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Jamespot/jamespot-user-api/blob/dd4b930/src/types/autocomplete.ts#L8">src/types/autocomplete.ts:8</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="shortUri" class="tsd-anchor"></a><h3 class="tsd-anchor-link">short<wbr/>Uri<a href="#shortUri" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">short<wbr/>Uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Jamespot/jamespot-user-api/blob/dd4b930/src/types/autocomplete.ts#L6">src/types/autocomplete.ts:6</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="title" class="tsd-anchor"></a><h3 class="tsd-anchor-link">title<a href="#title" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Jamespot/jamespot-user-api/blob/dd4b930/src/types/autocomplete.ts#L7">src/types/autocomplete.ts:7</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="type" class="tsd-anchor"></a><h3 class="tsd-anchor-link">type<a href="#type" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Jamespot/jamespot-user-api/blob/dd4b930/src/types/autocomplete.ts#L10">src/types/autocomplete.ts:10</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="uri" class="tsd-anchor"></a><h3 class="tsd-anchor-link">uri<a href="#uri" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Jamespot/jamespot-user-api/blob/dd4b930/src/types/autocomplete.ts#L5">src/types/autocomplete.ts:5</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-interface"><a href="BaseAutocomplete.html" class="tsd-kind-icon">Base<wbr/>Autocomplete</a><ul><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#class" class="tsd-kind-icon">class</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#cssClass" class="tsd-kind-icon">css<wbr/>Class</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#cssColor" class="tsd-kind-icon">css<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#label" class="tsd-kind-icon">label</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#mainType" class="tsd-kind-icon">main<wbr/>Type</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#name" class="tsd-kind-icon">name</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#shortUri" class="tsd-kind-icon">short<wbr/>Uri</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#title" class="tsd-kind-icon">title</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#type" class="tsd-kind-icon">type</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="BaseAutocomplete.html#uri" class="tsd-kind-icon">uri</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>