Skip to content

Commit d5b1cf1

Browse files
author
Travis CI User
committed
publish: Merge pull request #281 from cozy/feat/add-translate-apps
generated from commit 7e07ec9
1 parent 5287778 commit d5b1cf1

File tree

27 files changed

+1331
-974
lines changed

27 files changed

+1331
-974
lines changed

en/babel-preset-cozy-app/CHANGELOG/index.html

Lines changed: 66 additions & 33 deletions
Large diffs are not rendered by default.

en/babel-preset-cozy-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-cozy-app",
3-
"version": "2.5.1",
3+
"version": "2.8.1",
44
"description": "Babel preset for Cozy Application (Cozy Cloud)",
55
"author": "CPatchane <[email protected]>",
66
"repository": {
@@ -27,8 +27,8 @@
2727
"@babel/preset-react": "^7.16.0",
2828
"@babel/preset-typescript": "^7.16.0",
2929
"@babel/runtime": "^7.16.3",
30-
"browserslist-config-cozy": "^0.8.1",
30+
"browserslist-config-cozy": "^0.11.1",
3131
"lodash": "^4.17.21",
32-
"typescript": "^4.5.2"
32+
"typescript": "5.5.2"
3333
}
3434
}

en/commitlint-config-cozy/CHANGELOG/index.html

Lines changed: 55 additions & 22 deletions
Large diffs are not rendered by default.

en/commitlint-config-cozy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-cozy",
3-
"version": "0.11.1",
3+
"version": "0.14.1",
44
"description": "Shareable commitlint config enforcing the cozy commit convention",
55
"main": "index.js",
66
"author": "Cozy",
@@ -20,7 +20,7 @@
2020
"@babel/core": "7.16.12",
2121
"@commitlint/lint": "16.2.4",
2222
"babel-jest": "26.6.3",
23-
"babel-preset-cozy-app": "^2.5.1",
23+
"babel-preset-cozy-app": "^2.8.1",
2424
"jest": "26.6.3"
2525
},
2626
"dependencies": {

en/cozy-app-publish/CHANGELOG/index.html

Lines changed: 100 additions & 67 deletions
Large diffs are not rendered by default.

en/cozy-app-publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-app-publish",
3-
"version": "0.37.1",
3+
"version": "0.40.1",
44
"main": "src/index.js",
55
"author": "Cozy",
66
"license": "MIT",

en/cozy-client/api/cozy-client/classes/CozyClient/index.html

Lines changed: 119 additions & 85 deletions
Large diffs are not rendered by default.

en/cozy-client/api/cozy-pouch-link/classes/PouchLink/index.html

Lines changed: 60 additions & 44 deletions
Large diffs are not rendered by default.

en/cozy-client/api/cozy-stack-client/index.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,6 +1635,13 @@
16351635
fileCollection.get(id) ⇒ Object
16361636
</a>
16371637

1638+
</li>
1639+
1640+
<li class="md-nav__item">
1641+
<a href="#filecollectiongetallids-promisedata-meta-execution_stats" title="fileCollection.getAll(ids) ⇒ Promise.&lt;{data, meta, execution_stats}&gt;" class="md-nav__link">
1642+
fileCollection.getAll(ids) ⇒ Promise.&lt;{data, meta, execution_stats}&gt;
1643+
</a>
1644+
16381645
</li>
16391646

16401647
<li class="md-nav__item">
@@ -5301,6 +5308,13 @@
53015308
fileCollection.get(id) ⇒ Object
53025309
</a>
53035310

5311+
</li>
5312+
5313+
<li class="md-nav__item">
5314+
<a href="#filecollectiongetallids-promisedata-meta-execution_stats" title="fileCollection.getAll(ids) ⇒ Promise.&lt;{data, meta, execution_stats}&gt;" class="md-nav__link">
5315+
fileCollection.getAll(ids) ⇒ Promise.&lt;{data, meta, execution_stats}&gt;
5316+
</a>
5317+
53045318
</li>
53055319

53065320
<li class="md-nav__item">
@@ -7758,6 +7772,7 @@ <h2 id="filecollection">FileCollection<a class="headerlink" href="#filecollectio
77587772
<li><a href="#FileCollection">FileCollection</a><ul>
77597773
<li><a href="#FileCollection+forceFileDownload">.forceFileDownload</a></li>
77607774
<li><a href="#FileCollection+get">.get(id)</a><code>Object</code></li>
7775+
<li><a href="#FileCollection+getAll">.getAll(ids)</a><code>Promise.&lt;{data, meta, execution_stats}&gt;</code></li>
77617776
<li><a href="#FileCollection+find">.find(selector, options)</a><code>Promise.&lt;{data, meta, skip, next, bookmark, execution_stats}&gt;</code></li>
77627777
<li><a href="#FileCollection+findReferencedBy">.findReferencedBy(document, options)</a><code>Promise.&lt;{data, included, meta, skip, next}&gt;</code></li>
77637778
<li><a href="#FileCollection+addReferencedBy">.addReferencedBy(document, documents)</a><code>Promise.&lt;{data, meta}&gt;</code></li>
@@ -7837,6 +7852,27 @@ <h3 id="filecollectiongetid-object">fileCollection.get(id) ⇒ <code>Object</cod
78377852
</tr>
78387853
</tbody>
78397854
</table>
7855+
<p><a name="FileCollection+getAll"></a></p>
7856+
<h3 id="filecollectiongetallids-promisedata-meta-execution_stats">fileCollection.getAll(ids) ⇒ <code>Promise.&lt;{data, meta, execution_stats}&gt;</code><a class="headerlink" href="#filecollectiongetallids-promisedata-meta-execution_stats" title="Permanent link">&para;</a></h3>
7857+
<p>Get all files by their ids</p>
7858+
<p><strong>Kind</strong>: instance method of <a href="#FileCollection"><code>FileCollection</code></a><br />
7859+
<strong>Returns</strong>: <code>Promise.&lt;{data, meta, execution_stats}&gt;</code> - JSON API response </p>
7860+
<table>
7861+
<thead>
7862+
<tr>
7863+
<th>Param</th>
7864+
<th>Type</th>
7865+
<th>Description</th>
7866+
</tr>
7867+
</thead>
7868+
<tbody>
7869+
<tr>
7870+
<td>ids</td>
7871+
<td><code>Array.&lt;string&gt;</code></td>
7872+
<td>files ids</td>
7873+
</tr>
7874+
</tbody>
7875+
</table>
78407876
<p><a name="FileCollection+find"></a></p>
78417877
<h3 id="filecollectionfindselector-options-promisedata-meta-skip-next-bookmark-execution_stats">fileCollection.find(selector, options) ⇒ <code>Promise.&lt;{data, meta, skip, next, bookmark, execution_stats}&gt;</code><a class="headerlink" href="#filecollectionfindselector-options-promisedata-meta-skip-next-bookmark-execution_stats" title="Permanent link">&para;</a></h3>
78427878
<p>Returns a filtered list of documents using a Mango selector.</p>

en/cozy-device-helper/CHANGELOG/index.html

Lines changed: 81 additions & 48 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)