@veltdev/sdk 1.0.173 → 1.0.175

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.
@@ -11,6 +11,14 @@ export declare class DocumentIAM {
11
11
  * The document access type
12
12
  */
13
13
  documentAccessType: DocumentAccessType;
14
+ /**
15
+ * The access type of the document when document is inside organization
16
+ */
17
+ accessType: DocumentAccessType;
18
+ /**
19
+ * Flag to indicate if the document is disabled
20
+ */
21
+ disabled: boolean;
14
22
  /**
15
23
  * Features
16
24
  */
@@ -88,7 +88,7 @@ export declare enum Roles {
88
88
  export declare enum DocumentAccessType {
89
89
  PUBLIC = "public",
90
90
  RESTRICTED = "restricted",
91
- PRIVATE = "private"
91
+ ORGANIZATION_PRIVATE = "organizationPrivate"
92
92
  }
93
93
  export declare enum DetectionStrategy {
94
94
  DEFAULT = "default",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.173",
3
+ "version": "1.0.175",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {