@arsedizioni/ars-utils 21.2.184 → 21.2.186

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arsedizioni/ars-utils",
3
- "version": "21.2.184",
3
+ "version": "21.2.186",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
@@ -343,6 +343,7 @@ interface ClipperDocumentProperty {
343
343
  id?: number;
344
344
  teamId?: string;
345
345
  teamTitle?: string;
346
+ documentId?: string;
346
347
  color?: string;
347
348
  name?: string;
348
349
  note?: string;
@@ -114,10 +114,10 @@ declare class ClipperDocumentManager {
114
114
  */
115
115
  addItemsToBag(items: ClipperDocumentInfo[]): void;
116
116
  /**
117
- * Add properties to documents
118
- * @param items : the item list
117
+ * Add properties to a document
118
+ * @param item : the item to add properties to
119
119
  */
120
- addPropertyToDocuments(items: ClipperDocumentInfo[]): void;
120
+ addItemProperty(item: ClipperDocumentInfo): void;
121
121
  /**
122
122
  * Copy metadata to clipboard
123
123
  * @param item : the item to copy