@openfilz-sdk/typescript-ee 1.3.5 → 1.4.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.
- package/.openapi-generator/FILES +32 -6
- package/.openapi-generator/openfilz-api-generate-typescript-sdk.sha256 +1 -1
- package/README.md +36 -7
- package/api/{audit-controller-api.ts → collaboration-audit-controller-api.ts} +42 -42
- package/api/delegated-browse-grants-admin-api.ts +452 -0
- package/api/delegated-browse-grants-end-user-api.ts +426 -0
- package/api/upload-token-controller-api.ts +219 -0
- package/api/user-privacy-api.ts +196 -0
- package/api/webhook-proxy-controller-api.ts +523 -0
- package/api.ts +6 -1
- package/dist/api/{audit-controller-api.d.ts → collaboration-audit-controller-api.d.ts} +35 -35
- package/dist/api/{audit-controller-api.js → collaboration-audit-controller-api.js} +41 -41
- package/dist/api/delegated-browse-grants-admin-api.d.ts +215 -0
- package/dist/api/delegated-browse-grants-admin-api.js +434 -0
- package/dist/api/delegated-browse-grants-end-user-api.d.ts +204 -0
- package/dist/api/delegated-browse-grants-end-user-api.js +416 -0
- package/dist/api/upload-token-controller-api.d.ts +105 -0
- package/dist/api/upload-token-controller-api.js +214 -0
- package/dist/api/user-privacy-api.d.ts +96 -0
- package/dist/api/user-privacy-api.js +195 -0
- package/dist/api/webhook-proxy-controller-api.d.ts +230 -0
- package/dist/api/webhook-proxy-controller-api.js +511 -0
- package/dist/api.d.ts +6 -1
- package/dist/api.js +6 -1
- package/dist/esm/api/{audit-controller-api.d.ts → collaboration-audit-controller-api.d.ts} +35 -35
- package/dist/esm/api/{audit-controller-api.js → collaboration-audit-controller-api.js} +36 -36
- package/dist/esm/api/delegated-browse-grants-admin-api.d.ts +215 -0
- package/dist/esm/api/delegated-browse-grants-admin-api.js +427 -0
- package/dist/esm/api/delegated-browse-grants-end-user-api.d.ts +204 -0
- package/dist/esm/api/delegated-browse-grants-end-user-api.js +409 -0
- package/dist/esm/api/upload-token-controller-api.d.ts +105 -0
- package/dist/esm/api/upload-token-controller-api.js +207 -0
- package/dist/esm/api/user-privacy-api.d.ts +96 -0
- package/dist/esm/api/user-privacy-api.js +188 -0
- package/dist/esm/api/webhook-proxy-controller-api.d.ts +230 -0
- package/dist/esm/api/webhook-proxy-controller-api.js +504 -0
- package/dist/esm/api.d.ts +6 -1
- package/dist/esm/api.js +6 -1
- package/dist/esm/models/consume-delegated-grant-request.d.ts +15 -0
- package/dist/esm/models/create-delegated-grant-request.d.ts +21 -0
- package/dist/esm/models/create-delegated-grant-request.js +16 -0
- package/dist/esm/models/delegated-folder-node.d.ts +16 -0
- package/dist/esm/models/delegated-folder-node.js +14 -0
- package/dist/esm/models/delegated-grant-dto.d.ts +43 -0
- package/dist/esm/models/delegated-grant-dto.js +24 -0
- package/dist/esm/models/{audit-log-details-one-of.d.ts → enriched-audit-log-details.d.ts} +2 -2
- package/dist/esm/models/enriched-audit-log-details.js +14 -0
- package/dist/esm/models/{audit-log.d.ts → enriched-audit-log.d.ts} +27 -16
- package/dist/{models/audit-log.js → esm/models/enriched-audit-log.js} +17 -11
- package/dist/esm/models/index.d.ts +10 -2
- package/dist/esm/models/index.js +10 -2
- package/dist/esm/models/mint-upload-token-request.d.ts +17 -0
- package/dist/esm/models/mint-upload-token-request.js +14 -0
- package/dist/esm/models/notification-dto.d.ts +3 -0
- package/dist/esm/models/notification-dto.js +4 -1
- package/dist/esm/models/search-by-audit-log-request.d.ts +15 -6
- package/dist/esm/models/search-by-audit-log-request.js +15 -6
- package/dist/esm/models/update-user-privacy-request.d.ts +14 -0
- package/dist/esm/models/update-user-privacy-request.js +14 -0
- package/dist/esm/models/upload-token-response.d.ts +18 -0
- package/dist/esm/models/upload-token-response.js +14 -0
- package/dist/esm/models/user-privacy-dto.d.ts +14 -0
- package/dist/esm/models/user-privacy-dto.js +14 -0
- package/dist/models/consume-delegated-grant-request.d.ts +15 -0
- package/dist/models/create-delegated-grant-request.d.ts +21 -0
- package/dist/models/create-delegated-grant-request.js +19 -0
- package/dist/models/delegated-folder-node.d.ts +16 -0
- package/dist/models/delegated-folder-node.js +15 -0
- package/dist/models/delegated-grant-dto.d.ts +43 -0
- package/dist/models/delegated-grant-dto.js +27 -0
- package/dist/models/{audit-log-details-one-of.d.ts → enriched-audit-log-details.d.ts} +2 -2
- package/dist/models/enriched-audit-log-details.js +15 -0
- package/dist/models/{audit-log.d.ts → enriched-audit-log.d.ts} +27 -16
- package/dist/{esm/models/audit-log.js → models/enriched-audit-log.js} +20 -8
- package/dist/models/index.d.ts +10 -2
- package/dist/models/index.js +10 -2
- package/dist/models/mint-upload-token-request.d.ts +17 -0
- package/dist/models/mint-upload-token-request.js +15 -0
- package/dist/models/notification-dto.d.ts +3 -0
- package/dist/models/notification-dto.js +4 -1
- package/dist/models/search-by-audit-log-request.d.ts +15 -6
- package/dist/models/search-by-audit-log-request.js +15 -6
- package/dist/models/update-user-privacy-request.d.ts +14 -0
- package/dist/models/update-user-privacy-request.js +15 -0
- package/dist/models/upload-token-response.d.ts +18 -0
- package/dist/models/upload-token-response.js +15 -0
- package/dist/models/user-privacy-dto.d.ts +14 -0
- package/dist/models/user-privacy-dto.js +15 -0
- package/docs/{AuditControllerApi.md → CollaborationAuditControllerApi.md} +16 -16
- package/docs/ConsumeDelegatedGrantRequest.md +22 -0
- package/docs/CreateDelegatedGrantRequest.md +26 -0
- package/docs/DelegatedBrowseGrantsAdminApi.md +275 -0
- package/docs/DelegatedBrowseGrantsEndUserApi.md +266 -0
- package/docs/DelegatedFolderNode.md +24 -0
- package/docs/DelegatedGrantDTO.md +52 -0
- package/docs/{AuditLog.md → EnrichedAuditLog.md} +9 -5
- package/docs/{AuditLogDetailsOneOf.md → EnrichedAuditLogDetails.md} +3 -3
- package/docs/MintUploadTokenRequest.md +26 -0
- package/docs/UpdateUserPrivacyRequest.md +20 -0
- package/docs/UploadTokenControllerApi.md +115 -0
- package/docs/UploadTokenResponse.md +28 -0
- package/docs/UserPrivacyApi.md +104 -0
- package/docs/UserPrivacyDTO.md +20 -0
- package/docs/WebhookProxyControllerApi.md +364 -0
- package/models/consume-delegated-grant-request.ts +21 -0
- package/models/create-delegated-grant-request.ts +30 -0
- package/models/delegated-folder-node.ts +22 -0
- package/models/delegated-grant-dto.ts +53 -0
- package/models/{audit-log-details-one-of.ts → enriched-audit-log-details.ts} +2 -20
- package/models/{audit-log.ts → enriched-audit-log.ts} +27 -16
- package/models/index.ts +10 -2
- package/models/mint-upload-token-request.ts +23 -0
- package/models/notification-dto.ts +4 -1
- package/models/search-by-audit-log-request.ts +15 -6
- package/models/update-user-privacy-request.ts +20 -0
- package/models/upload-token-response.ts +24 -0
- package/models/user-privacy-dto.ts +20 -0
- package/package.json +1 -1
- /package/dist/esm/models/{audit-log-details-one-of.js → consume-delegated-grant-request.js} +0 -0
- /package/dist/models/{audit-log-details-one-of.js → consume-delegated-grant-request.js} +0 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
.npmignore
|
|
3
3
|
README.md
|
|
4
4
|
api.ts
|
|
5
|
-
api/audit-controller-api.ts
|
|
5
|
+
api/collaboration-audit-controller-api.ts
|
|
6
6
|
api/collaboration-controller-api.ts
|
|
7
7
|
api/comments-api.ts
|
|
8
8
|
api/dashboard-api.ts
|
|
9
|
+
api/delegated-browse-grants-admin-api.ts
|
|
10
|
+
api/delegated-browse-grants-end-user-api.ts
|
|
9
11
|
api/document-controller-api.ts
|
|
10
12
|
api/document-suggestion-controller-api.ts
|
|
11
13
|
api/favorites-api.ts
|
|
@@ -17,29 +19,36 @@ api/scanner-proxy-api.ts
|
|
|
17
19
|
api/search-administration-api.ts
|
|
18
20
|
api/settings-api.ts
|
|
19
21
|
api/tus-controller-api.ts
|
|
22
|
+
api/upload-token-controller-api.ts
|
|
23
|
+
api/user-privacy-api.ts
|
|
24
|
+
api/webhook-proxy-controller-api.ts
|
|
20
25
|
base.ts
|
|
21
26
|
common.ts
|
|
22
27
|
configuration.ts
|
|
23
28
|
docs/AncestorInfo.md
|
|
24
|
-
docs/AuditControllerApi.md
|
|
25
|
-
docs/AuditLog.md
|
|
26
29
|
docs/AuditLogDetails.md
|
|
27
|
-
docs/AuditLogDetailsOneOf.md
|
|
28
30
|
docs/AuditVerificationResult.md
|
|
29
31
|
docs/BrokenLink.md
|
|
32
|
+
docs/CollaborationAuditControllerApi.md
|
|
30
33
|
docs/CollaborationControllerApi.md
|
|
31
34
|
docs/CommentDTO.md
|
|
32
35
|
docs/CommentsApi.md
|
|
36
|
+
docs/ConsumeDelegatedGrantRequest.md
|
|
33
37
|
docs/CopyAudit.md
|
|
34
38
|
docs/CopyRequest.md
|
|
35
39
|
docs/CopyResponse.md
|
|
36
40
|
docs/CreateBlankDocumentRequest.md
|
|
37
41
|
docs/CreateCommentRequest.md
|
|
42
|
+
docs/CreateDelegatedGrantRequest.md
|
|
38
43
|
docs/CreateFolderAudit.md
|
|
39
44
|
docs/CreateFolderRequest.md
|
|
40
45
|
docs/CreateTeamRequest.md
|
|
41
46
|
docs/DashboardApi.md
|
|
42
47
|
docs/DashboardStatisticsResponse.md
|
|
48
|
+
docs/DelegatedBrowseGrantsAdminApi.md
|
|
49
|
+
docs/DelegatedBrowseGrantsEndUserApi.md
|
|
50
|
+
docs/DelegatedFolderNode.md
|
|
51
|
+
docs/DelegatedGrantDTO.md
|
|
43
52
|
docs/DeleteAudit.md
|
|
44
53
|
docs/DeleteMetadataAudit.md
|
|
45
54
|
docs/DeleteMetadataRequest.md
|
|
@@ -50,6 +59,8 @@ docs/DocumentInfo.md
|
|
|
50
59
|
docs/DocumentPosition.md
|
|
51
60
|
docs/DocumentSuggestionControllerApi.md
|
|
52
61
|
docs/ElementInfo.md
|
|
62
|
+
docs/EnrichedAuditLog.md
|
|
63
|
+
docs/EnrichedAuditLogDetails.md
|
|
53
64
|
docs/FavoritesApi.md
|
|
54
65
|
docs/FileControllerApi.md
|
|
55
66
|
docs/FileTypeStats.md
|
|
@@ -58,6 +69,7 @@ docs/FolderControllerApi.md
|
|
|
58
69
|
docs/FolderElementInfo.md
|
|
59
70
|
docs/FolderResponse.md
|
|
60
71
|
docs/IngestionStatusDto.md
|
|
72
|
+
docs/MintUploadTokenRequest.md
|
|
61
73
|
docs/MoveAudit.md
|
|
62
74
|
docs/MoveRequest.md
|
|
63
75
|
docs/NotificationDTO.md
|
|
@@ -92,29 +104,37 @@ docs/UpdateCommentRequest.md
|
|
|
92
104
|
docs/UpdateMetadataAudit.md
|
|
93
105
|
docs/UpdateMetadataRequest.md
|
|
94
106
|
docs/UpdateTeamRequest.md
|
|
107
|
+
docs/UpdateUserPrivacyRequest.md
|
|
95
108
|
docs/UpdateUserRequest.md
|
|
96
109
|
docs/UploadAudit.md
|
|
97
110
|
docs/UploadResponse.md
|
|
111
|
+
docs/UploadTokenControllerApi.md
|
|
112
|
+
docs/UploadTokenResponse.md
|
|
98
113
|
docs/UserPreferencesRequest.md
|
|
114
|
+
docs/UserPrivacyApi.md
|
|
115
|
+
docs/UserPrivacyDTO.md
|
|
99
116
|
docs/UserRegistrationRequest.md
|
|
117
|
+
docs/WebhookProxyControllerApi.md
|
|
100
118
|
git_push.sh
|
|
101
119
|
index.ts
|
|
102
120
|
models/ancestor-info.ts
|
|
103
|
-
models/audit-log-details-one-of.ts
|
|
104
121
|
models/audit-log-details.ts
|
|
105
|
-
models/audit-log.ts
|
|
106
122
|
models/audit-verification-result.ts
|
|
107
123
|
models/broken-link.ts
|
|
108
124
|
models/comment-dto.ts
|
|
125
|
+
models/consume-delegated-grant-request.ts
|
|
109
126
|
models/copy-audit.ts
|
|
110
127
|
models/copy-request.ts
|
|
111
128
|
models/copy-response.ts
|
|
112
129
|
models/create-blank-document-request.ts
|
|
113
130
|
models/create-comment-request.ts
|
|
131
|
+
models/create-delegated-grant-request.ts
|
|
114
132
|
models/create-folder-audit.ts
|
|
115
133
|
models/create-folder-request.ts
|
|
116
134
|
models/create-team-request.ts
|
|
117
135
|
models/dashboard-statistics-response.ts
|
|
136
|
+
models/delegated-folder-node.ts
|
|
137
|
+
models/delegated-grant-dto.ts
|
|
118
138
|
models/delete-audit.ts
|
|
119
139
|
models/delete-metadata-audit.ts
|
|
120
140
|
models/delete-metadata-request.ts
|
|
@@ -123,12 +143,15 @@ models/delete-share-request.ts
|
|
|
123
143
|
models/document-info.ts
|
|
124
144
|
models/document-position.ts
|
|
125
145
|
models/element-info.ts
|
|
146
|
+
models/enriched-audit-log-details.ts
|
|
147
|
+
models/enriched-audit-log.ts
|
|
126
148
|
models/file-type-stats.ts
|
|
127
149
|
models/filter-input.ts
|
|
128
150
|
models/folder-element-info.ts
|
|
129
151
|
models/folder-response.ts
|
|
130
152
|
models/index.ts
|
|
131
153
|
models/ingestion-status-dto.ts
|
|
154
|
+
models/mint-upload-token-request.ts
|
|
132
155
|
models/move-audit.ts
|
|
133
156
|
models/move-request.ts
|
|
134
157
|
models/notification-dto.ts
|
|
@@ -157,10 +180,13 @@ models/update-comment-request.ts
|
|
|
157
180
|
models/update-metadata-audit.ts
|
|
158
181
|
models/update-metadata-request.ts
|
|
159
182
|
models/update-team-request.ts
|
|
183
|
+
models/update-user-privacy-request.ts
|
|
160
184
|
models/update-user-request.ts
|
|
161
185
|
models/upload-audit.ts
|
|
162
186
|
models/upload-response.ts
|
|
187
|
+
models/upload-token-response.ts
|
|
163
188
|
models/user-preferences-request.ts
|
|
189
|
+
models/user-privacy-dto.ts
|
|
164
190
|
models/user-registration-request.ts
|
|
165
191
|
package.json
|
|
166
192
|
tsconfig.esm.json
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
049e0653ce5195845f7aa619aaa9426e838f11db8bb09f345662a92aae66ce7d
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @openfilz-sdk/typescript-ee@1.
|
|
1
|
+
## @openfilz-sdk/typescript-ee@1.4.1
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @openfilz-sdk/typescript-ee@1.
|
|
39
|
+
npm install @openfilz-sdk/typescript-ee@1.4.1 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -51,9 +51,9 @@ All URIs are relative to *http://localhost:8081*
|
|
|
51
51
|
|
|
52
52
|
Class | Method | HTTP request | Description
|
|
53
53
|
------------ | ------------- | ------------- | -------------
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
54
|
+
*CollaborationAuditControllerApi* | [**getAuditTrail**](docs/CollaborationAuditControllerApi.md#getaudittrail) | **GET** /api/v1/audit/{id} | Get audit trail for a resource (enriched with actor azp)
|
|
55
|
+
*CollaborationAuditControllerApi* | [**searchAuditTrail**](docs/CollaborationAuditControllerApi.md#searchaudittrail) | **POST** /api/v1/audit/search | Search audit trail (enriched with actor azp)
|
|
56
|
+
*CollaborationAuditControllerApi* | [**verifyChain**](docs/CollaborationAuditControllerApi.md#verifychain) | **GET** /api/v1/audit/verify | Verify audit chain integrity
|
|
57
57
|
*CollaborationControllerApi* | [**acceptShareRequest**](docs/CollaborationControllerApi.md#acceptsharerequest) | **POST** /api/v1/users/share-requests/{id}/accept | Accept a share request
|
|
58
58
|
*CollaborationControllerApi* | [**addTeamMembers**](docs/CollaborationControllerApi.md#addteammembers) | **POST** /api/v1/users/teams/{teamId}/members | Add team members
|
|
59
59
|
*CollaborationControllerApi* | [**createSharedDocuments**](docs/CollaborationControllerApi.md#createshareddocuments) | **POST** /api/v1/users/share | Create Share for document(s)
|
|
@@ -73,6 +73,16 @@ Class | Method | HTTP request | Description
|
|
|
73
73
|
*CommentsApi* | [**deleteComment**](docs/CommentsApi.md#deletecomment) | **DELETE** /api/v1/documents/comments/{id} | Delete a comment
|
|
74
74
|
*CommentsApi* | [**updateComment**](docs/CommentsApi.md#updatecomment) | **PUT** /api/v1/documents/comments/{id} | Update a comment
|
|
75
75
|
*DashboardApi* | [**getDashboardStatistics**](docs/DashboardApi.md#getdashboardstatistics) | **GET** /api/v1/dashboard/statistics | Get dashboard statistics
|
|
76
|
+
*DelegatedBrowseGrantsAdminApi* | [**browseFolders**](docs/DelegatedBrowseGrantsAdminApi.md#browsefolders) | **GET** /api/v1/admin/delegated/folders | Browse folders on behalf of the grantor
|
|
77
|
+
*DelegatedBrowseGrantsAdminApi* | [**consume**](docs/DelegatedBrowseGrantsAdminApi.md#consume) | **POST** /api/v1/admin/delegated/grants/{id}/consume | Mark grant as consumed
|
|
78
|
+
*DelegatedBrowseGrantsAdminApi* | [**getGrant**](docs/DelegatedBrowseGrantsAdminApi.md#getgrant) | **GET** /api/v1/admin/delegated/grants/{id} | Poll grant status
|
|
79
|
+
*DelegatedBrowseGrantsAdminApi* | [**listMine**](docs/DelegatedBrowseGrantsAdminApi.md#listmine) | **GET** /api/v1/admin/delegated/grants | List grants I requested
|
|
80
|
+
*DelegatedBrowseGrantsAdminApi* | [**requestGrant**](docs/DelegatedBrowseGrantsAdminApi.md#requestgrant) | **POST** /api/v1/admin/delegated/grants | Request a grant
|
|
81
|
+
*DelegatedBrowseGrantsEndUserApi* | [**accept**](docs/DelegatedBrowseGrantsEndUserApi.md#accept) | **POST** /api/v1/users/me/delegated/grants/{id}/accept | Approve a pending grant
|
|
82
|
+
*DelegatedBrowseGrantsEndUserApi* | [**decline**](docs/DelegatedBrowseGrantsEndUserApi.md#decline) | **POST** /api/v1/users/me/delegated/grants/{id}/decline | Refuse a pending grant
|
|
83
|
+
*DelegatedBrowseGrantsEndUserApi* | [**disableLinkedWebhook**](docs/DelegatedBrowseGrantsEndUserApi.md#disablelinkedwebhook) | **POST** /api/v1/users/me/delegated/grants/{id}/disable-webhook | Disable the webhook created from this grant
|
|
84
|
+
*DelegatedBrowseGrantsEndUserApi* | [**listIncoming**](docs/DelegatedBrowseGrantsEndUserApi.md#listincoming) | **GET** /api/v1/users/me/delegated/grants | List grants addressed to me
|
|
85
|
+
*DelegatedBrowseGrantsEndUserApi* | [**revoke**](docs/DelegatedBrowseGrantsEndUserApi.md#revoke) | **POST** /api/v1/users/me/delegated/grants/{id}/revoke | Revoke an accepted grant
|
|
76
86
|
*DocumentControllerApi* | [**createBlankDocument**](docs/DocumentControllerApi.md#createblankdocument) | **POST** /api/v1/documents/create-blank | Create a blank document from template
|
|
77
87
|
*DocumentControllerApi* | [**deleteDocumentMetadata**](docs/DocumentControllerApi.md#deletedocumentmetadata) | **DELETE** /api/v1/documents/{documentId}/metadata | Delete specific metadata keys
|
|
78
88
|
*DocumentControllerApi* | [**downloadDocument**](docs/DocumentControllerApi.md#downloaddocument) | **GET** /api/v1/documents/{documentId}/download | Download a document
|
|
@@ -131,26 +141,39 @@ Class | Method | HTTP request | Description
|
|
|
131
141
|
*TusControllerApi* | [**getUploadOffset**](docs/TusControllerApi.md#getuploadoffset) | **HEAD** /api/v1/tus/{uploadId} | Get upload progress
|
|
132
142
|
*TusControllerApi* | [**isUploadComplete**](docs/TusControllerApi.md#isuploadcomplete) | **GET** /api/v1/tus/{uploadId}/complete | Check upload completion
|
|
133
143
|
*TusControllerApi* | [**uploadChunk**](docs/TusControllerApi.md#uploadchunk) | **PATCH** /api/v1/tus/{uploadId} | Upload chunk
|
|
144
|
+
*UploadTokenControllerApi* | [**mintUploadToken**](docs/UploadTokenControllerApi.md#mintuploadtoken) | **POST** /api/v1/upload-tokens | Mint a scoped upload token
|
|
145
|
+
*UploadTokenControllerApi* | [**uploadWithToken**](docs/UploadTokenControllerApi.md#uploadwithtoken) | **POST** /api/v1/upload-tokens/upload | Upload a single document with a scoped upload token
|
|
146
|
+
*UserPrivacyApi* | [**get**](docs/UserPrivacyApi.md#get) | **GET** /api/v1/users/me/privacy | Read my privacy preferences
|
|
147
|
+
*UserPrivacyApi* | [**update**](docs/UserPrivacyApi.md#update) | **PUT** /api/v1/users/me/privacy | Update my privacy preferences
|
|
148
|
+
*WebhookProxyControllerApi* | [**proxy**](docs/WebhookProxyControllerApi.md#proxy) | **GET** /api/v1/webhooks/** |
|
|
149
|
+
*WebhookProxyControllerApi* | [**proxy1**](docs/WebhookProxyControllerApi.md#proxy1) | **POST** /api/v1/webhooks/** |
|
|
150
|
+
*WebhookProxyControllerApi* | [**proxy2**](docs/WebhookProxyControllerApi.md#proxy2) | **PUT** /api/v1/webhooks/** |
|
|
151
|
+
*WebhookProxyControllerApi* | [**proxy3**](docs/WebhookProxyControllerApi.md#proxy3) | **DELETE** /api/v1/webhooks/** |
|
|
152
|
+
*WebhookProxyControllerApi* | [**proxy4**](docs/WebhookProxyControllerApi.md#proxy4) | **PATCH** /api/v1/webhooks/** |
|
|
153
|
+
*WebhookProxyControllerApi* | [**proxy5**](docs/WebhookProxyControllerApi.md#proxy5) | **HEAD** /api/v1/webhooks/** |
|
|
154
|
+
*WebhookProxyControllerApi* | [**proxy6**](docs/WebhookProxyControllerApi.md#proxy6) | **OPTIONS** /api/v1/webhooks/** |
|
|
134
155
|
|
|
135
156
|
|
|
136
157
|
### Documentation For Models
|
|
137
158
|
|
|
138
159
|
- [AncestorInfo](docs/AncestorInfo.md)
|
|
139
|
-
- [AuditLog](docs/AuditLog.md)
|
|
140
160
|
- [AuditLogDetails](docs/AuditLogDetails.md)
|
|
141
|
-
- [AuditLogDetailsOneOf](docs/AuditLogDetailsOneOf.md)
|
|
142
161
|
- [AuditVerificationResult](docs/AuditVerificationResult.md)
|
|
143
162
|
- [BrokenLink](docs/BrokenLink.md)
|
|
144
163
|
- [CommentDTO](docs/CommentDTO.md)
|
|
164
|
+
- [ConsumeDelegatedGrantRequest](docs/ConsumeDelegatedGrantRequest.md)
|
|
145
165
|
- [CopyAudit](docs/CopyAudit.md)
|
|
146
166
|
- [CopyRequest](docs/CopyRequest.md)
|
|
147
167
|
- [CopyResponse](docs/CopyResponse.md)
|
|
148
168
|
- [CreateBlankDocumentRequest](docs/CreateBlankDocumentRequest.md)
|
|
149
169
|
- [CreateCommentRequest](docs/CreateCommentRequest.md)
|
|
170
|
+
- [CreateDelegatedGrantRequest](docs/CreateDelegatedGrantRequest.md)
|
|
150
171
|
- [CreateFolderAudit](docs/CreateFolderAudit.md)
|
|
151
172
|
- [CreateFolderRequest](docs/CreateFolderRequest.md)
|
|
152
173
|
- [CreateTeamRequest](docs/CreateTeamRequest.md)
|
|
153
174
|
- [DashboardStatisticsResponse](docs/DashboardStatisticsResponse.md)
|
|
175
|
+
- [DelegatedFolderNode](docs/DelegatedFolderNode.md)
|
|
176
|
+
- [DelegatedGrantDTO](docs/DelegatedGrantDTO.md)
|
|
154
177
|
- [DeleteAudit](docs/DeleteAudit.md)
|
|
155
178
|
- [DeleteMetadataAudit](docs/DeleteMetadataAudit.md)
|
|
156
179
|
- [DeleteMetadataRequest](docs/DeleteMetadataRequest.md)
|
|
@@ -159,11 +182,14 @@ Class | Method | HTTP request | Description
|
|
|
159
182
|
- [DocumentInfo](docs/DocumentInfo.md)
|
|
160
183
|
- [DocumentPosition](docs/DocumentPosition.md)
|
|
161
184
|
- [ElementInfo](docs/ElementInfo.md)
|
|
185
|
+
- [EnrichedAuditLog](docs/EnrichedAuditLog.md)
|
|
186
|
+
- [EnrichedAuditLogDetails](docs/EnrichedAuditLogDetails.md)
|
|
162
187
|
- [FileTypeStats](docs/FileTypeStats.md)
|
|
163
188
|
- [FilterInput](docs/FilterInput.md)
|
|
164
189
|
- [FolderElementInfo](docs/FolderElementInfo.md)
|
|
165
190
|
- [FolderResponse](docs/FolderResponse.md)
|
|
166
191
|
- [IngestionStatusDto](docs/IngestionStatusDto.md)
|
|
192
|
+
- [MintUploadTokenRequest](docs/MintUploadTokenRequest.md)
|
|
167
193
|
- [MoveAudit](docs/MoveAudit.md)
|
|
168
194
|
- [MoveRequest](docs/MoveRequest.md)
|
|
169
195
|
- [NotificationDTO](docs/NotificationDTO.md)
|
|
@@ -192,10 +218,13 @@ Class | Method | HTTP request | Description
|
|
|
192
218
|
- [UpdateMetadataAudit](docs/UpdateMetadataAudit.md)
|
|
193
219
|
- [UpdateMetadataRequest](docs/UpdateMetadataRequest.md)
|
|
194
220
|
- [UpdateTeamRequest](docs/UpdateTeamRequest.md)
|
|
221
|
+
- [UpdateUserPrivacyRequest](docs/UpdateUserPrivacyRequest.md)
|
|
195
222
|
- [UpdateUserRequest](docs/UpdateUserRequest.md)
|
|
196
223
|
- [UploadAudit](docs/UploadAudit.md)
|
|
197
224
|
- [UploadResponse](docs/UploadResponse.md)
|
|
225
|
+
- [UploadTokenResponse](docs/UploadTokenResponse.md)
|
|
198
226
|
- [UserPreferencesRequest](docs/UserPreferencesRequest.md)
|
|
227
|
+
- [UserPrivacyDTO](docs/UserPrivacyDTO.md)
|
|
199
228
|
- [UserRegistrationRequest](docs/UserRegistrationRequest.md)
|
|
200
229
|
|
|
201
230
|
|
|
@@ -22,19 +22,19 @@ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObj
|
|
|
22
22
|
// @ts-ignore
|
|
23
23
|
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
24
24
|
// @ts-ignore
|
|
25
|
-
import type { AuditLog } from '../models';
|
|
26
|
-
// @ts-ignore
|
|
27
25
|
import type { AuditVerificationResult } from '../models';
|
|
28
26
|
// @ts-ignore
|
|
27
|
+
import type { EnrichedAuditLog } from '../models';
|
|
28
|
+
// @ts-ignore
|
|
29
29
|
import type { SearchByAuditLogRequest } from '../models';
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* CollaborationAuditControllerApi - axios parameter creator
|
|
32
32
|
*/
|
|
33
|
-
export const
|
|
33
|
+
export const CollaborationAuditControllerApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
34
34
|
return {
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
37
|
-
* @summary Get audit trail for a resource
|
|
36
|
+
* EE variant — adds `azp` and `actedViaIntegration` to every row when the audit was authorized via an integration JWT.
|
|
37
|
+
* @summary Get audit trail for a resource (enriched with actor azp)
|
|
38
38
|
* @param {string} id ID of the resource to get the audit trail for
|
|
39
39
|
* @param {GetAuditTrailSortEnum} [sort] Sort order for the audit trail. Can be \'ASC\' or \'DESC\'. Default is \'DESC\'
|
|
40
40
|
* @param {*} [options] Override http request option.
|
|
@@ -76,8 +76,8 @@ export const AuditControllerApiAxiosParamCreator = function (configuration?: Con
|
|
|
76
76
|
};
|
|
77
77
|
},
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
80
|
-
* @summary Search
|
|
79
|
+
* EE variant — same as core, returns rows enriched with actor azp.
|
|
80
|
+
* @summary Search audit trail (enriched with actor azp)
|
|
81
81
|
* @param {SearchByAuditLogRequest} searchByAuditLogRequest
|
|
82
82
|
* @param {*} [options] Override http request option.
|
|
83
83
|
* @throws {RequiredError}
|
|
@@ -115,7 +115,7 @@ export const AuditControllerApiAxiosParamCreator = function (configuration?: Con
|
|
|
115
115
|
};
|
|
116
116
|
},
|
|
117
117
|
/**
|
|
118
|
-
* Verifies the cryptographic hash chain of the audit log to
|
|
118
|
+
* Verifies the cryptographic hash chain of the audit log. Identical to the core variant — actor enrichment is read-side only and does not affect chain hashes.
|
|
119
119
|
* @summary Verify audit chain integrity
|
|
120
120
|
* @param {*} [options] Override http request option.
|
|
121
121
|
* @throws {RequiredError}
|
|
@@ -152,40 +152,40 @@ export const AuditControllerApiAxiosParamCreator = function (configuration?: Con
|
|
|
152
152
|
};
|
|
153
153
|
|
|
154
154
|
/**
|
|
155
|
-
*
|
|
155
|
+
* CollaborationAuditControllerApi - functional programming interface
|
|
156
156
|
*/
|
|
157
|
-
export const
|
|
158
|
-
const localVarAxiosParamCreator =
|
|
157
|
+
export const CollaborationAuditControllerApiFp = function(configuration?: Configuration) {
|
|
158
|
+
const localVarAxiosParamCreator = CollaborationAuditControllerApiAxiosParamCreator(configuration)
|
|
159
159
|
return {
|
|
160
160
|
/**
|
|
161
|
-
*
|
|
162
|
-
* @summary Get audit trail for a resource
|
|
161
|
+
* EE variant — adds `azp` and `actedViaIntegration` to every row when the audit was authorized via an integration JWT.
|
|
162
|
+
* @summary Get audit trail for a resource (enriched with actor azp)
|
|
163
163
|
* @param {string} id ID of the resource to get the audit trail for
|
|
164
164
|
* @param {GetAuditTrailSortEnum} [sort] Sort order for the audit trail. Can be \'ASC\' or \'DESC\'. Default is \'DESC\'
|
|
165
165
|
* @param {*} [options] Override http request option.
|
|
166
166
|
* @throws {RequiredError}
|
|
167
167
|
*/
|
|
168
|
-
async getAuditTrail(id: string, sort?: GetAuditTrailSortEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<
|
|
168
|
+
async getAuditTrail(id: string, sort?: GetAuditTrailSortEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<EnrichedAuditLog>>> {
|
|
169
169
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getAuditTrail(id, sort, options);
|
|
170
170
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
171
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
171
|
+
const localVarOperationServerBasePath = operationServerMap['CollaborationAuditControllerApi.getAuditTrail']?.[localVarOperationServerIndex]?.url;
|
|
172
172
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
173
173
|
},
|
|
174
174
|
/**
|
|
175
|
-
*
|
|
176
|
-
* @summary Search
|
|
175
|
+
* EE variant — same as core, returns rows enriched with actor azp.
|
|
176
|
+
* @summary Search audit trail (enriched with actor azp)
|
|
177
177
|
* @param {SearchByAuditLogRequest} searchByAuditLogRequest
|
|
178
178
|
* @param {*} [options] Override http request option.
|
|
179
179
|
* @throws {RequiredError}
|
|
180
180
|
*/
|
|
181
|
-
async searchAuditTrail(searchByAuditLogRequest: SearchByAuditLogRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<
|
|
181
|
+
async searchAuditTrail(searchByAuditLogRequest: SearchByAuditLogRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<EnrichedAuditLog>>> {
|
|
182
182
|
const localVarAxiosArgs = await localVarAxiosParamCreator.searchAuditTrail(searchByAuditLogRequest, options);
|
|
183
183
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
184
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
184
|
+
const localVarOperationServerBasePath = operationServerMap['CollaborationAuditControllerApi.searchAuditTrail']?.[localVarOperationServerIndex]?.url;
|
|
185
185
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
186
186
|
},
|
|
187
187
|
/**
|
|
188
|
-
* Verifies the cryptographic hash chain of the audit log to
|
|
188
|
+
* Verifies the cryptographic hash chain of the audit log. Identical to the core variant — actor enrichment is read-side only and does not affect chain hashes.
|
|
189
189
|
* @summary Verify audit chain integrity
|
|
190
190
|
* @param {*} [options] Override http request option.
|
|
191
191
|
* @throws {RequiredError}
|
|
@@ -193,41 +193,41 @@ export const AuditControllerApiFp = function(configuration?: Configuration) {
|
|
|
193
193
|
async verifyChain(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuditVerificationResult>> {
|
|
194
194
|
const localVarAxiosArgs = await localVarAxiosParamCreator.verifyChain(options);
|
|
195
195
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
196
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
196
|
+
const localVarOperationServerBasePath = operationServerMap['CollaborationAuditControllerApi.verifyChain']?.[localVarOperationServerIndex]?.url;
|
|
197
197
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
198
198
|
},
|
|
199
199
|
}
|
|
200
200
|
};
|
|
201
201
|
|
|
202
202
|
/**
|
|
203
|
-
*
|
|
203
|
+
* CollaborationAuditControllerApi - factory interface
|
|
204
204
|
*/
|
|
205
|
-
export const
|
|
206
|
-
const localVarFp =
|
|
205
|
+
export const CollaborationAuditControllerApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
206
|
+
const localVarFp = CollaborationAuditControllerApiFp(configuration)
|
|
207
207
|
return {
|
|
208
208
|
/**
|
|
209
|
-
*
|
|
210
|
-
* @summary Get audit trail for a resource
|
|
209
|
+
* EE variant — adds `azp` and `actedViaIntegration` to every row when the audit was authorized via an integration JWT.
|
|
210
|
+
* @summary Get audit trail for a resource (enriched with actor azp)
|
|
211
211
|
* @param {string} id ID of the resource to get the audit trail for
|
|
212
212
|
* @param {GetAuditTrailSortEnum} [sort] Sort order for the audit trail. Can be \'ASC\' or \'DESC\'. Default is \'DESC\'
|
|
213
213
|
* @param {*} [options] Override http request option.
|
|
214
214
|
* @throws {RequiredError}
|
|
215
215
|
*/
|
|
216
|
-
getAuditTrail(id: string, sort?: GetAuditTrailSortEnum, options?: RawAxiosRequestConfig): AxiosPromise<Array<
|
|
216
|
+
getAuditTrail(id: string, sort?: GetAuditTrailSortEnum, options?: RawAxiosRequestConfig): AxiosPromise<Array<EnrichedAuditLog>> {
|
|
217
217
|
return localVarFp.getAuditTrail(id, sort, options).then((request) => request(axios, basePath));
|
|
218
218
|
},
|
|
219
219
|
/**
|
|
220
|
-
*
|
|
221
|
-
* @summary Search
|
|
220
|
+
* EE variant — same as core, returns rows enriched with actor azp.
|
|
221
|
+
* @summary Search audit trail (enriched with actor azp)
|
|
222
222
|
* @param {SearchByAuditLogRequest} searchByAuditLogRequest
|
|
223
223
|
* @param {*} [options] Override http request option.
|
|
224
224
|
* @throws {RequiredError}
|
|
225
225
|
*/
|
|
226
|
-
searchAuditTrail(searchByAuditLogRequest: SearchByAuditLogRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<
|
|
226
|
+
searchAuditTrail(searchByAuditLogRequest: SearchByAuditLogRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<EnrichedAuditLog>> {
|
|
227
227
|
return localVarFp.searchAuditTrail(searchByAuditLogRequest, options).then((request) => request(axios, basePath));
|
|
228
228
|
},
|
|
229
229
|
/**
|
|
230
|
-
* Verifies the cryptographic hash chain of the audit log to
|
|
230
|
+
* Verifies the cryptographic hash chain of the audit log. Identical to the core variant — actor enrichment is read-side only and does not affect chain hashes.
|
|
231
231
|
* @summary Verify audit chain integrity
|
|
232
232
|
* @param {*} [options] Override http request option.
|
|
233
233
|
* @throws {RequiredError}
|
|
@@ -239,40 +239,40 @@ export const AuditControllerApiFactory = function (configuration?: Configuration
|
|
|
239
239
|
};
|
|
240
240
|
|
|
241
241
|
/**
|
|
242
|
-
*
|
|
242
|
+
* CollaborationAuditControllerApi - object-oriented interface
|
|
243
243
|
*/
|
|
244
|
-
export class
|
|
244
|
+
export class CollaborationAuditControllerApi extends BaseAPI {
|
|
245
245
|
/**
|
|
246
|
-
*
|
|
247
|
-
* @summary Get audit trail for a resource
|
|
246
|
+
* EE variant — adds `azp` and `actedViaIntegration` to every row when the audit was authorized via an integration JWT.
|
|
247
|
+
* @summary Get audit trail for a resource (enriched with actor azp)
|
|
248
248
|
* @param {string} id ID of the resource to get the audit trail for
|
|
249
249
|
* @param {GetAuditTrailSortEnum} [sort] Sort order for the audit trail. Can be \'ASC\' or \'DESC\'. Default is \'DESC\'
|
|
250
250
|
* @param {*} [options] Override http request option.
|
|
251
251
|
* @throws {RequiredError}
|
|
252
252
|
*/
|
|
253
253
|
public getAuditTrail(id: string, sort?: GetAuditTrailSortEnum, options?: RawAxiosRequestConfig) {
|
|
254
|
-
return
|
|
254
|
+
return CollaborationAuditControllerApiFp(this.configuration).getAuditTrail(id, sort, options).then((request) => request(this.axios, this.basePath));
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
/**
|
|
258
|
-
*
|
|
259
|
-
* @summary Search
|
|
258
|
+
* EE variant — same as core, returns rows enriched with actor azp.
|
|
259
|
+
* @summary Search audit trail (enriched with actor azp)
|
|
260
260
|
* @param {SearchByAuditLogRequest} searchByAuditLogRequest
|
|
261
261
|
* @param {*} [options] Override http request option.
|
|
262
262
|
* @throws {RequiredError}
|
|
263
263
|
*/
|
|
264
264
|
public searchAuditTrail(searchByAuditLogRequest: SearchByAuditLogRequest, options?: RawAxiosRequestConfig) {
|
|
265
|
-
return
|
|
265
|
+
return CollaborationAuditControllerApiFp(this.configuration).searchAuditTrail(searchByAuditLogRequest, options).then((request) => request(this.axios, this.basePath));
|
|
266
266
|
}
|
|
267
267
|
|
|
268
268
|
/**
|
|
269
|
-
* Verifies the cryptographic hash chain of the audit log to
|
|
269
|
+
* Verifies the cryptographic hash chain of the audit log. Identical to the core variant — actor enrichment is read-side only and does not affect chain hashes.
|
|
270
270
|
* @summary Verify audit chain integrity
|
|
271
271
|
* @param {*} [options] Override http request option.
|
|
272
272
|
* @throws {RequiredError}
|
|
273
273
|
*/
|
|
274
274
|
public verifyChain(options?: RawAxiosRequestConfig) {
|
|
275
|
-
return
|
|
275
|
+
return CollaborationAuditControllerApiFp(this.configuration).verifyChain(options).then((request) => request(this.axios, this.basePath));
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
|