Skip to content

Commit e525a63

Browse files
committed
Node API updated.
1 parent bdfe509 commit e525a63

708 files changed

Lines changed: 2234 additions & 2123 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_data/node_api.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6350,17 +6350,14 @@ structures:
63506350
- type: int
63516351
name: width
63526352
optional: true
6353-
js-default: "0"
63546353
description: width of the media in pixels (<code>null</code>, if the media file is not an image or video)
63556354
- type: int
63566355
name: height
63576356
optional: true
6358-
js-default: "0"
63596357
description: height of the media in pixels (<code>null</code>, if the media file is not an image or video)
63606358
- type: short
63616359
name: orientation
63626360
optional: true
6363-
js-default: "1"
63646361
description: >
63656362
media orientation, the value should be interpreted like
63666363
<a href="https://jdhao.github.io/2019/07/31/image_rotation_exif_info/">the orientation value present in JPEG
@@ -6888,6 +6885,14 @@ structures:
68886885
name: videoPresent
68896886
optional: true
68906887
description: if <code>true</code>, the entry contains a video
6888+
- struct: PublicMediaFileInfo
6889+
name: mediaPreview
6890+
optional: true
6891+
description: preview of the media attached to the entry, if any
6892+
- type: String
6893+
name: mediaPreviewId
6894+
optional: true
6895+
description: ID of the media attached to the entry that was chosen for the preview
68916896
- struct: SearchRepliedTo
68926897
name: repliedTo
68936898
optional: true

_data/py_node_api.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7129,13 +7129,11 @@ structures:
71297129
type: str
71307130
- description: width of the media in pixels (<code>None</code>, if the media file
71317131
is not an image or video)
7132-
js-default: '0'
71337132
name: width
71347133
optional: true
71357134
type: int
71367135
- description: height of the media in pixels (<code>None</code>, if the media file
71377136
is not an image or video)
7138-
js-default: '0'
71397137
name: height
71407138
optional: true
71417139
type: int
@@ -7144,7 +7142,6 @@ structures:
71447142
file is not an image or video)
71457143
71467144
'
7147-
js-default: '1'
71487145
name: orientation
71497146
optional: true
71507147
type: int
@@ -7692,6 +7689,14 @@ structures:
76927689
name: video_present
76937690
optional: true
76947691
type: bool
7692+
- description: preview of the media attached to the entry, if any
7693+
name: media_preview
7694+
optional: true
7695+
struct: PublicMediaFileInfo
7696+
- description: ID of the media attached to the entry that was chosen for the preview
7697+
name: media_preview_id
7698+
optional: true
7699+
type: str
76957700
- description: information about the comment this comment is replying to
76967701
name: replied_to
76977702
optional: true

_data/ts_node_api.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7126,13 +7126,11 @@ structures:
71267126
type: string
71277127
- description: width of the media in pixels (<code>null</code>, if the media file
71287128
is not an image or video)
7129-
js-default: '0'
71307129
name: width
71317130
optional: true
71327131
type: number
71337132
- description: height of the media in pixels (<code>null</code>, if the media file
71347133
is not an image or video)
7135-
js-default: '0'
71367134
name: height
71377135
optional: true
71387136
type: number
@@ -7141,7 +7139,6 @@ structures:
71417139
file is not an image or video)
71427140
71437141
'
7144-
js-default: '1'
71457142
name: orientation
71467143
optional: true
71477144
type: number
@@ -7689,6 +7686,14 @@ structures:
76897686
name: videoPresent
76907687
optional: true
76917688
type: boolean
7689+
- description: preview of the media attached to the entry, if any
7690+
name: mediaPreview
7691+
optional: true
7692+
struct: PublicMediaFileInfo
7693+
- description: ID of the media attached to the entry that was chosen for the preview
7694+
name: mediaPreviewId
7695+
optional: true
7696+
type: string
76927697
- description: information about the comment this comment is replying to
76937698
name: repliedTo
76947699
optional: true

development/java-moeralib/javadoc/allclasses-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Thu May 22 02:02:25 IDT 2025 -->
5-
<title>All Classes and Interfaces (moeralib 0.16.8 API)</title>
4+
<!-- Generated by javadoc (17) on Tue May 27 04:11:04 IDT 2025 -->
5+
<title>All Classes and Interfaces (moeralib 0.16.9 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-05-22">
8+
<meta name="dc.created" content="2025-05-27">
99
<meta name="description" content="class index">
1010
<meta name="generator" content="javadoc/AllClassesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

development/java-moeralib/javadoc/allpackages-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Thu May 22 02:02:25 IDT 2025 -->
5-
<title>All Packages (moeralib 0.16.8 API)</title>
4+
<!-- Generated by javadoc (17) on Tue May 27 04:11:04 IDT 2025 -->
5+
<title>All Packages (moeralib 0.16.9 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-05-22">
8+
<meta name="dc.created" content="2025-05-27">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

development/java-moeralib/javadoc/constant-values.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Thu May 22 02:02:25 IDT 2025 -->
5-
<title>Constant Field Values (moeralib 0.16.8 API)</title>
4+
<!-- Generated by javadoc (17) on Tue May 27 04:11:04 IDT 2025 -->
5+
<title>Constant Field Values (moeralib 0.16.9 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-05-22">
8+
<meta name="dc.created" content="2025-05-27">
99
<meta name="description" content="summary of constants">
1010
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

development/java-moeralib/javadoc/help-doc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Thu May 22 02:02:25 IDT 2025 -->
5-
<title>API Help (moeralib 0.16.8 API)</title>
4+
<!-- Generated by javadoc (17) on Tue May 27 04:11:04 IDT 2025 -->
5+
<title>API Help (moeralib 0.16.9 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-05-22">
8+
<meta name="dc.created" content="2025-05-27">
99
<meta name="description" content="help">
1010
<meta name="generator" content="javadoc/HelpWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

development/java-moeralib/javadoc/index-all.html

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Thu May 22 02:02:25 IDT 2025 -->
5-
<title>Index (moeralib 0.16.8 API)</title>
4+
<!-- Generated by javadoc (17) on Tue May 27 04:11:04 IDT 2025 -->
5+
<title>Index (moeralib 0.16.9 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-05-22">
8+
<meta name="dc.created" content="2025-05-27">
99
<meta name="description" content="index">
1010
<meta name="generator" content="javadoc/IndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -5052,6 +5052,14 @@ <h2 class="title" id="I:G">G</h2>
50525052
<dd>
50535053
<div class="block">Retrieves maximal size of a media attachment in a post.</div>
50545054
</dd>
5055+
<dt><a href="org/moera/lib/node/types/SearchEntryInfo.html#getMediaPreview()" class="member-name-link">getMediaPreview()</a> - Method in class org.moera.lib.node.types.<a href="org/moera/lib/node/types/SearchEntryInfo.html" title="class in org.moera.lib.node.types">SearchEntryInfo</a></dt>
5056+
<dd>
5057+
<div class="block">Retrieves preview of the media attached to the entry, if any.</div>
5058+
</dd>
5059+
<dt><a href="org/moera/lib/node/types/SearchEntryInfo.html#getMediaPreviewId()" class="member-name-link">getMediaPreviewId()</a> - Method in class org.moera.lib.node.types.<a href="org/moera/lib/node/types/SearchEntryInfo.html" title="class in org.moera.lib.node.types">SearchEntryInfo</a></dt>
5060+
<dd>
5061+
<div class="block">Retrieves ID of the media attached to the entry that was chosen for the preview.</div>
5062+
</dd>
50555063
<dt><a href="org/moera/lib/node/types/FriendGroupsFeatures.html#getMemberOf()" class="member-name-link">getMemberOf()</a> - Method in class org.moera.lib.node.types.<a href="org/moera/lib/node/types/FriendGroupsFeatures.html" title="class in org.moera.lib.node.types">FriendGroupsFeatures</a></dt>
50565064
<dd>
50575065
<div class="block">Retrieves list of groups of friends the client is member of.</div>
@@ -14019,6 +14027,14 @@ <h2 class="title" id="I:S">S</h2>
1401914027
<dd>
1402014028
<div class="block">Sets maximal size of a media attachment in a post.</div>
1402114029
</dd>
14030+
<dt><a href="org/moera/lib/node/types/SearchEntryInfo.html#setMediaPreview(org.moera.lib.node.types.PublicMediaFileInfo)" class="member-name-link">setMediaPreview(PublicMediaFileInfo)</a> - Method in class org.moera.lib.node.types.<a href="org/moera/lib/node/types/SearchEntryInfo.html" title="class in org.moera.lib.node.types">SearchEntryInfo</a></dt>
14031+
<dd>
14032+
<div class="block">Sets preview of the media attached to the entry, if any.</div>
14033+
</dd>
14034+
<dt><a href="org/moera/lib/node/types/SearchEntryInfo.html#setMediaPreviewId(java.lang.String)" class="member-name-link">setMediaPreviewId(String)</a> - Method in class org.moera.lib.node.types.<a href="org/moera/lib/node/types/SearchEntryInfo.html" title="class in org.moera.lib.node.types">SearchEntryInfo</a></dt>
14035+
<dd>
14036+
<div class="block">Sets ID of the media attached to the entry that was chosen for the preview.</div>
14037+
</dd>
1402214038
<dt><a href="org/moera/lib/node/types/FriendGroupsFeatures.html#setMemberOf(java.util.List)" class="member-name-link">setMemberOf(List&lt;FriendGroupDetails&gt;)</a> - Method in class org.moera.lib.node.types.<a href="org/moera/lib/node/types/FriendGroupsFeatures.html" title="class in org.moera.lib.node.types">FriendGroupsFeatures</a></dt>
1402314039
<dd>
1402414040
<div class="block">Sets list of groups of friends the client is member of.</div>

development/java-moeralib/javadoc/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Thu May 22 02:02:25 IDT 2025 -->
5-
<title>Overview (moeralib 0.16.8 API)</title>
4+
<!-- Generated by javadoc (17) on Tue May 27 04:11:04 IDT 2025 -->
5+
<title>Overview (moeralib 0.16.9 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-05-22">
8+
<meta name="dc.created" content="2025-05-27">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/PackageIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -49,7 +49,7 @@
4949
<div class="flex-content">
5050
<main role="main">
5151
<div class="header">
52-
<h1 class="title">moeralib 0.16.8 API</h1>
52+
<h1 class="title">moeralib 0.16.9 API</h1>
5353
</div>
5454
<div id="all-packages-table">
5555
<div class="caption"><span>Packages</span></div>

development/java-moeralib/javadoc/member-search-index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)