@agravity/private 9.0.3 → 9.1.1

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.
@@ -13,6 +13,7 @@ import { AssetIdFormat } from './assetIdFormat.agravity';
13
13
  export interface QuickShare {
14
14
  id?: string | null;
15
15
  entity_type?: string | null;
16
+ name?: string | null;
16
17
  assets?: Array<AssetIdFormat> | null;
17
18
  users?: Array<EntityId> | null;
18
19
  expires?: string | null;
@@ -18,6 +18,7 @@ export interface QuickShareFull {
18
18
  continuation_token?: string | null;
19
19
  id?: string | null;
20
20
  entity_type?: string | null;
21
+ name?: string | null;
21
22
  assets?: Array<AssetIdFormat> | null;
22
23
  users?: Array<EntityId> | null;
23
24
  expires?: string | null;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Agravity OpenAPI Documentation - Private Functions
3
+ *
4
+ * Contact: office@agravity.io
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+
11
+ export interface RelatedAsset {
12
+ id?: string | null;
13
+ parent?: boolean | null;
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agravity/private",
3
- "version": "9.0.3",
3
+ "version": "9.1.1",
4
4
  "description": "The Agravity GlobalDAM API which allowes authenticated user to access the Agravity GlobalDAM Backend",
5
5
  "author": "Philipp Losbichler",
6
6
  "repository": {