jamespot-user-api 1.0.178 → 1.0.179

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 (59) hide show
  1. package/documentation/classes/AdminLicenseApi.html +18 -14
  2. package/documentation/classes/AdminStoreApi.html +1 -1
  3. package/documentation/classes/AdminUtilsApi.html +1 -1
  4. package/documentation/classes/JApplicationApi.html +8 -8
  5. package/documentation/classes/JArticleApi.html +1 -1
  6. package/documentation/classes/JAssetReservation.html +1 -1
  7. package/documentation/classes/JAudienceApi.html +1 -1
  8. package/documentation/classes/JBaseApi.html +1 -1
  9. package/documentation/classes/JBbbApi.html +1 -1
  10. package/documentation/classes/JBookmarkApi.html +1 -1
  11. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  12. package/documentation/classes/JCommunityApi.html +1 -1
  13. package/documentation/classes/JDatasourceApi.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 +12 -12
  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/BookmarkType.html +1 -1
  36. package/documentation/enums/Format.html +1 -1
  37. package/documentation/enums/GroupModerateStatus.html +1 -1
  38. package/documentation/enums/StudioApplicationStatus.html +1 -1
  39. package/documentation/enums/WidgetsName.html +1 -1
  40. package/documentation/interfaces/AccessRightObject.html +1 -1
  41. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  42. package/documentation/interfaces/ApiWrapper.html +1 -1
  43. package/documentation/interfaces/BaseMessage.html +1 -1
  44. package/documentation/interfaces/Category.html +1 -1
  45. package/documentation/interfaces/FileBankProps.html +1 -1
  46. package/documentation/interfaces/FolderProps.html +1 -1
  47. package/documentation/interfaces/ListFilterSpec.html +1 -1
  48. package/documentation/interfaces/OF.html +1 -1
  49. package/documentation/interfaces/PagingResults.html +1 -1
  50. package/documentation/interfaces/RootFolderProps.html +1 -1
  51. package/documentation/interfaces/SpotProps.html +1 -1
  52. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  53. package/documentation/interfaces/WidgetType.html +1 -1
  54. package/documentation/interfaces/WindowInterface.html +1 -1
  55. package/documentation/modules.html +11 -11
  56. package/lib/jamespot-user-api.js +1 -1
  57. package/lib/jamespot-user-api.js.map +1 -1
  58. package/lib/src/apis/admin/license.d.ts +4 -2
  59. package/package.json +1 -1
@@ -63,9 +63,10 @@ export declare class AdminLicenseApi extends JBaseApi {
63
63
  /**
64
64
  * Assign the available licenses
65
65
  * @param type the type of licenses for which we will assign the remaining available one
66
+ * @param kind particular license kind to assign
66
67
  * @returns boolean
67
68
  */
68
- assignPossiblesLicenses(type: string): Promise<import("../../types/utils").ApiWrapper<boolean, import("../../types/utils").BaseMessages>>;
69
+ assignPossiblesLicenses(type: string, kind?: string): Promise<import("../../types/utils").ApiWrapper<boolean, import("../../types/utils").BaseMessages>>;
69
70
  /**
70
71
  * Unassign licenses for inactive users
71
72
  * @param type the type of licenses for which we will unassign upon inactive user
@@ -76,9 +77,10 @@ export declare class AdminLicenseApi extends JBaseApi {
76
77
  /**
77
78
  * Assign available licenses and unassign license for inactive users
78
79
  * @param type the type of licenses for which we will unassign and assign the possible licenses
80
+ * @param kind particular license kind to unassign and assign
79
81
  * @returns boolean
80
82
  */
81
- optimizeLicenses(type: string): Promise<import("../../types/utils").ApiWrapper<boolean, import("../../types/utils").BaseMessages>>;
83
+ optimizeLicenses(type: string, kind?: string): Promise<import("../../types/utils").ApiWrapper<boolean, import("../../types/utils").BaseMessages>>;
82
84
  /**
83
85
  * Retrieves the number of licenses of a given type available. License type is
84
86
  * different from the content type to which it can be assigned to.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-user-api",
3
- "version": "1.0.178",
3
+ "version": "1.0.179",
4
4
  "main": "lib/jamespot-user-api.js",
5
5
  "types": "lib/src/index.d.ts",
6
6
  "directories": {