@createiq/backend 1.0.1 → 1.0.3
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/client/sdk.gen.ts +1660 -1626
- package/client/types.gen.ts +6529 -6405
- package/dist/index.cjs +1028 -1246
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7213 -7138
- package/dist/index.d.ts +7213 -7138
- package/dist/index.js +1026 -1219
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/dist/index.js
CHANGED
|
@@ -1,195 +1,3 @@
|
|
|
1
|
-
// client/types.gen.ts
|
|
2
|
-
var DocumentApprovalState = /* @__PURE__ */ ((DocumentApprovalState2) => {
|
|
3
|
-
DocumentApprovalState2["Pending"] = "Pending";
|
|
4
|
-
DocumentApprovalState2["ApprovalRequired"] = "ApprovalRequired";
|
|
5
|
-
DocumentApprovalState2["Rejected"] = "Rejected";
|
|
6
|
-
DocumentApprovalState2["Approved"] = "Approved";
|
|
7
|
-
DocumentApprovalState2["NoApprovalRequired"] = "NoApprovalRequired";
|
|
8
|
-
return DocumentApprovalState2;
|
|
9
|
-
})(DocumentApprovalState || {});
|
|
10
|
-
var ExternalDocumentApprovalState = /* @__PURE__ */ ((ExternalDocumentApprovalState2) => {
|
|
11
|
-
ExternalDocumentApprovalState2["Pending"] = "Pending";
|
|
12
|
-
ExternalDocumentApprovalState2["ApprovalRequired"] = "ApprovalRequired";
|
|
13
|
-
ExternalDocumentApprovalState2["Rejected"] = "Rejected";
|
|
14
|
-
ExternalDocumentApprovalState2["Approved"] = "Approved";
|
|
15
|
-
ExternalDocumentApprovalState2["NoApprovalRequired"] = "NoApprovalRequired";
|
|
16
|
-
return ExternalDocumentApprovalState2;
|
|
17
|
-
})(ExternalDocumentApprovalState || {});
|
|
18
|
-
var ElectionApprovalState = /* @__PURE__ */ ((ElectionApprovalState2) => {
|
|
19
|
-
ElectionApprovalState2["Pending"] = "Pending";
|
|
20
|
-
ElectionApprovalState2["ApprovalRequired"] = "ApprovalRequired";
|
|
21
|
-
ElectionApprovalState2["Rejected"] = "Rejected";
|
|
22
|
-
ElectionApprovalState2["Approved"] = "Approved";
|
|
23
|
-
ElectionApprovalState2["NoApprovalRequired"] = "NoApprovalRequired";
|
|
24
|
-
return ElectionApprovalState2;
|
|
25
|
-
})(ElectionApprovalState || {});
|
|
26
|
-
var Health = /* @__PURE__ */ ((Health2) => {
|
|
27
|
-
Health2["Ok"] = "Ok";
|
|
28
|
-
Health2["Broken"] = "Broken";
|
|
29
|
-
Health2["Blocked"] = "Blocked";
|
|
30
|
-
return Health2;
|
|
31
|
-
})(Health || {});
|
|
32
|
-
var WorkflowType = /* @__PURE__ */ ((WorkflowType2) => {
|
|
33
|
-
WorkflowType2["Offline"] = "offline";
|
|
34
|
-
WorkflowType2["W1"] = "w1";
|
|
35
|
-
WorkflowType2["W1UnilateralExecutionDate"] = "w1UnilateralExecutionDate";
|
|
36
|
-
WorkflowType2["W1Ext"] = "w1Ext";
|
|
37
|
-
WorkflowType2["W1ExtOffline"] = "w1ExtOffline";
|
|
38
|
-
WorkflowType2["W1ExtStage2"] = "w1ExtStage2";
|
|
39
|
-
WorkflowType2["W1ExtStage2Offline"] = "w1ExtStage2Offline";
|
|
40
|
-
WorkflowType2["W1ExtCombinedStage"] = "w1ExtCombinedStage";
|
|
41
|
-
WorkflowType2["W1ExtCombinedStageOffline"] = "w1ExtCombinedStageOffline";
|
|
42
|
-
return WorkflowType2;
|
|
43
|
-
})(WorkflowType || {});
|
|
44
|
-
var State = /* @__PURE__ */ ((State2) => {
|
|
45
|
-
State2["Private"] = "private";
|
|
46
|
-
State2["Public"] = "public";
|
|
47
|
-
State2["Restricted"] = "restricted";
|
|
48
|
-
return State2;
|
|
49
|
-
})(State || {});
|
|
50
|
-
var Type = /* @__PURE__ */ ((Type2) => {
|
|
51
|
-
Type2["NegotiationContextDto"] = "NegotiationContextDto";
|
|
52
|
-
return Type2;
|
|
53
|
-
})(Type || {});
|
|
54
|
-
var Channel = /* @__PURE__ */ ((Channel2) => {
|
|
55
|
-
Channel2["General"] = "general";
|
|
56
|
-
Channel2["Personal"] = "personal";
|
|
57
|
-
return Channel2;
|
|
58
|
-
})(Channel || {});
|
|
59
|
-
var Availability = /* @__PURE__ */ ((Availability2) => {
|
|
60
|
-
Availability2["Default"] = "default";
|
|
61
|
-
Availability2["New"] = "new";
|
|
62
|
-
Availability2["Unavailable"] = "unavailable";
|
|
63
|
-
return Availability2;
|
|
64
|
-
})(Availability || {});
|
|
65
|
-
var ExtractionResultType = /* @__PURE__ */ ((ExtractionResultType2) => {
|
|
66
|
-
ExtractionResultType2["Processing"] = "processing";
|
|
67
|
-
ExtractionResultType2["Failed"] = "failed";
|
|
68
|
-
ExtractionResultType2["Complete"] = "complete";
|
|
69
|
-
return ExtractionResultType2;
|
|
70
|
-
})(ExtractionResultType || {});
|
|
71
|
-
var CdmAvailability = /* @__PURE__ */ ((CdmAvailability2) => {
|
|
72
|
-
CdmAvailability2["Unavailable"] = "unavailable";
|
|
73
|
-
CdmAvailability2["Comingsoon"] = "comingsoon";
|
|
74
|
-
CdmAvailability2["Available"] = "available";
|
|
75
|
-
return CdmAvailability2;
|
|
76
|
-
})(CdmAvailability || {});
|
|
77
|
-
var Access = /* @__PURE__ */ ((Access2) => {
|
|
78
|
-
Access2["Required"] = "required";
|
|
79
|
-
Access2["Granted"] = "granted";
|
|
80
|
-
Access2["Restricted"] = "restricted";
|
|
81
|
-
return Access2;
|
|
82
|
-
})(Access || {});
|
|
83
|
-
var PartyThatCanUploadExecutedVersion = /* @__PURE__ */ ((PartyThatCanUploadExecutedVersion2) => {
|
|
84
|
-
PartyThatCanUploadExecutedVersion2["Initiator"] = "initiator";
|
|
85
|
-
PartyThatCanUploadExecutedVersion2["Receiver"] = "receiver";
|
|
86
|
-
PartyThatCanUploadExecutedVersion2["Moderator"] = "moderator";
|
|
87
|
-
PartyThatCanUploadExecutedVersion2["AnyRegular"] = "any-regular";
|
|
88
|
-
PartyThatCanUploadExecutedVersion2["Any"] = "any";
|
|
89
|
-
return PartyThatCanUploadExecutedVersion2;
|
|
90
|
-
})(PartyThatCanUploadExecutedVersion || {});
|
|
91
|
-
var Position = /* @__PURE__ */ ((Position2) => {
|
|
92
|
-
Position2["PartyA"] = "party_a";
|
|
93
|
-
Position2["PartyB"] = "party_b";
|
|
94
|
-
return Position2;
|
|
95
|
-
})(Position || {});
|
|
96
|
-
var ApprovalStatus = /* @__PURE__ */ ((ApprovalStatus2) => {
|
|
97
|
-
ApprovalStatus2["Pending"] = "Pending";
|
|
98
|
-
ApprovalStatus2["ApprovalRequired"] = "ApprovalRequired";
|
|
99
|
-
ApprovalStatus2["Rejected"] = "Rejected";
|
|
100
|
-
ApprovalStatus2["Approved"] = "Approved";
|
|
101
|
-
ApprovalStatus2["NoApprovalRequired"] = "NoApprovalRequired";
|
|
102
|
-
return ApprovalStatus2;
|
|
103
|
-
})(ApprovalStatus || {});
|
|
104
|
-
var NotificationCategory = /* @__PURE__ */ ((NotificationCategory2) => {
|
|
105
|
-
NotificationCategory2["NotificationsPanelUpdates"] = "notifications_panel_updates";
|
|
106
|
-
NotificationCategory2["Invitation"] = "invitation";
|
|
107
|
-
NotificationCategory2["NegotiationUpdates"] = "negotiation_updates";
|
|
108
|
-
NotificationCategory2["Approval"] = "approval";
|
|
109
|
-
NotificationCategory2["Other"] = "other";
|
|
110
|
-
NotificationCategory2["AlwaysEnabled"] = "always_enabled";
|
|
111
|
-
return NotificationCategory2;
|
|
112
|
-
})(NotificationCategory || {});
|
|
113
|
-
var RestrictedTo = /* @__PURE__ */ ((RestrictedTo2) => {
|
|
114
|
-
RestrictedTo2["Initiator"] = "initiator";
|
|
115
|
-
RestrictedTo2["Receiver"] = "receiver";
|
|
116
|
-
RestrictedTo2["Moderator"] = "moderator";
|
|
117
|
-
RestrictedTo2["RegularParties"] = "regularParties";
|
|
118
|
-
return RestrictedTo2;
|
|
119
|
-
})(RestrictedTo || {});
|
|
120
|
-
var Status = /* @__PURE__ */ ((Status2) => {
|
|
121
|
-
Status2["Pending"] = "pending";
|
|
122
|
-
Status2["Accepted"] = "accepted";
|
|
123
|
-
Status2["Rejected"] = "rejected";
|
|
124
|
-
Status2["Cancelled"] = "cancelled";
|
|
125
|
-
return Status2;
|
|
126
|
-
})(Status || {});
|
|
127
|
-
var JobStatus = /* @__PURE__ */ ((JobStatus2) => {
|
|
128
|
-
JobStatus2["Failed"] = "failed";
|
|
129
|
-
JobStatus2["Pending"] = "pending";
|
|
130
|
-
return JobStatus2;
|
|
131
|
-
})(JobStatus || {});
|
|
132
|
-
var OrderBy = /* @__PURE__ */ ((OrderBy2) => {
|
|
133
|
-
OrderBy2["ActiveUser"] = "activeUser";
|
|
134
|
-
OrderBy2["Created"] = "created";
|
|
135
|
-
OrderBy2["DocumentType"] = "documentType";
|
|
136
|
-
OrderBy2["Status"] = "status";
|
|
137
|
-
OrderBy2["LastAction"] = "lastAction";
|
|
138
|
-
OrderBy2["LastActionWithFavouritesFirst"] = "lastActionWithFavouritesFirst";
|
|
139
|
-
OrderBy2["MyEntityName"] = "myEntityName";
|
|
140
|
-
OrderBy2["CounterPartyEntityName"] = "counterPartyEntityName";
|
|
141
|
-
OrderBy2["DisplayReferenceId"] = "displayReferenceId";
|
|
142
|
-
OrderBy2["ApproverName"] = "approverName";
|
|
143
|
-
return OrderBy2;
|
|
144
|
-
})(OrderBy || {});
|
|
145
|
-
var OrderDirection = /* @__PURE__ */ ((OrderDirection2) => {
|
|
146
|
-
OrderDirection2["Asc"] = "asc";
|
|
147
|
-
OrderDirection2["Desc"] = "desc";
|
|
148
|
-
return OrderDirection2;
|
|
149
|
-
})(OrderDirection || {});
|
|
150
|
-
var Extension = /* @__PURE__ */ ((Extension2) => {
|
|
151
|
-
Extension2["Docx"] = "docx";
|
|
152
|
-
Extension2["Pdf"] = "pdf";
|
|
153
|
-
return Extension2;
|
|
154
|
-
})(Extension || {});
|
|
155
|
-
var Turn = /* @__PURE__ */ ((Turn2) => {
|
|
156
|
-
Turn2["Our"] = "our";
|
|
157
|
-
Turn2["Counterparty"] = "counterparty";
|
|
158
|
-
return Turn2;
|
|
159
|
-
})(Turn || {});
|
|
160
|
-
var SummaryContext = /* @__PURE__ */ ((SummaryContext2) => {
|
|
161
|
-
SummaryContext2["Approval"] = "approval";
|
|
162
|
-
SummaryContext2["Internal"] = "internal";
|
|
163
|
-
SummaryContext2["External"] = "external";
|
|
164
|
-
SummaryContext2["Moderator"] = "moderator";
|
|
165
|
-
SummaryContext2["Execution"] = "execution";
|
|
166
|
-
SummaryContext2["InternalExecution"] = "internal-execution";
|
|
167
|
-
return SummaryContext2;
|
|
168
|
-
})(SummaryContext || {});
|
|
169
|
-
var NoteType = /* @__PURE__ */ ((NoteType2) => {
|
|
170
|
-
NoteType2["Internal"] = "internal";
|
|
171
|
-
NoteType2["External"] = "external";
|
|
172
|
-
return NoteType2;
|
|
173
|
-
})(NoteType || {});
|
|
174
|
-
var Filter = /* @__PURE__ */ ((Filter2) => {
|
|
175
|
-
Filter2["Document"] = "document";
|
|
176
|
-
Filter2["PartyA"] = "partyA";
|
|
177
|
-
Filter2["PartyB"] = "partyB";
|
|
178
|
-
Filter2["PartyC"] = "partyC";
|
|
179
|
-
Filter2["PartyAny"] = "partyAny";
|
|
180
|
-
Filter2["DisplayReferenceId"] = "displayReferenceId";
|
|
181
|
-
Filter2["ActiveUser"] = "activeUser";
|
|
182
|
-
Filter2["OurTurn"] = "Our turn";
|
|
183
|
-
Filter2["CounterpartyTurn"] = "Counterparty turn";
|
|
184
|
-
Filter2["Publisher"] = "publisher";
|
|
185
|
-
return Filter2;
|
|
186
|
-
})(Filter || {});
|
|
187
|
-
var SearchContext = /* @__PURE__ */ ((SearchContext2) => {
|
|
188
|
-
SearchContext2["Completed"] = "completed";
|
|
189
|
-
SearchContext2["Active"] = "active";
|
|
190
|
-
return SearchContext2;
|
|
191
|
-
})(SearchContext || {});
|
|
192
|
-
|
|
193
1
|
// client/sdk.gen.ts
|
|
194
2
|
import { formDataBodySerializer } from "@hey-api/client-fetch";
|
|
195
3
|
|
|
@@ -198,137 +6,107 @@ import { createClient, createConfig } from "@hey-api/client-fetch";
|
|
|
198
6
|
var client = createClient(createConfig());
|
|
199
7
|
|
|
200
8
|
// client/sdk.gen.ts
|
|
201
|
-
var
|
|
202
|
-
return (options
|
|
203
|
-
url: "/api/v1/authPing",
|
|
204
|
-
...options
|
|
205
|
-
});
|
|
206
|
-
};
|
|
207
|
-
var version = (options) => {
|
|
208
|
-
return (options?.client ?? client).get({
|
|
209
|
-
security: [
|
|
210
|
-
{
|
|
211
|
-
name: "Authorization",
|
|
212
|
-
type: "apiKey"
|
|
213
|
-
}
|
|
214
|
-
],
|
|
215
|
-
url: "/api/v1/version",
|
|
216
|
-
...options
|
|
217
|
-
});
|
|
218
|
-
};
|
|
219
|
-
var accountSummary = (options) => {
|
|
220
|
-
return (options?.client ?? client).get({
|
|
9
|
+
var getNegotiationDeltas = (options) => {
|
|
10
|
+
return (options.client ?? client).put({
|
|
221
11
|
security: [
|
|
222
12
|
{
|
|
223
13
|
name: "Authorization",
|
|
224
14
|
type: "apiKey"
|
|
225
15
|
}
|
|
226
16
|
],
|
|
227
|
-
url: "/api/v1/
|
|
228
|
-
...options
|
|
17
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiationGroups/deltas/calculate",
|
|
18
|
+
...options,
|
|
19
|
+
headers: {
|
|
20
|
+
"Content-Type": "application/json",
|
|
21
|
+
...options?.headers
|
|
22
|
+
}
|
|
229
23
|
});
|
|
230
24
|
};
|
|
231
|
-
var
|
|
232
|
-
return (options
|
|
25
|
+
var getAmendDefaults = (options) => {
|
|
26
|
+
return (options.client ?? client).get({
|
|
233
27
|
security: [
|
|
234
28
|
{
|
|
235
29
|
name: "Authorization",
|
|
236
30
|
type: "apiKey"
|
|
237
31
|
}
|
|
238
32
|
],
|
|
239
|
-
url: "/api/v1/
|
|
33
|
+
url: "/api/v1/documents/{documentId}/schemas/{version}/amendDefaults",
|
|
240
34
|
...options
|
|
241
35
|
});
|
|
242
36
|
};
|
|
243
|
-
var
|
|
244
|
-
return (options
|
|
37
|
+
var negotiationRenderTemplate = (options) => {
|
|
38
|
+
return (options.client ?? client).get({
|
|
245
39
|
security: [
|
|
246
40
|
{
|
|
247
41
|
name: "Authorization",
|
|
248
42
|
type: "apiKey"
|
|
249
43
|
}
|
|
250
44
|
],
|
|
251
|
-
url: "/api/v1/
|
|
45
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/preview",
|
|
252
46
|
...options
|
|
253
47
|
});
|
|
254
48
|
};
|
|
255
|
-
var
|
|
256
|
-
return (options.client ?? client).
|
|
49
|
+
var cancelNegotiationsJobCount = (options) => {
|
|
50
|
+
return (options.client ?? client).get({
|
|
257
51
|
security: [
|
|
258
52
|
{
|
|
259
53
|
name: "Authorization",
|
|
260
54
|
type: "apiKey"
|
|
261
55
|
}
|
|
262
56
|
],
|
|
263
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
57
|
+
url: "/api/v1/subAccounts/{subAccountId}/cancelNegotiationJobCount",
|
|
264
58
|
...options
|
|
265
59
|
});
|
|
266
60
|
};
|
|
267
|
-
var
|
|
268
|
-
return (options.client ?? client).
|
|
269
|
-
security: [
|
|
270
|
-
{
|
|
271
|
-
name: "Authorization",
|
|
272
|
-
type: "apiKey"
|
|
273
|
-
}
|
|
274
|
-
],
|
|
275
|
-
url: "/api/v1/negotiations/{negotiationId}/muteNotifications",
|
|
276
|
-
...options,
|
|
277
|
-
headers: {
|
|
278
|
-
"Content-Type": "application/json",
|
|
279
|
-
...options?.headers
|
|
280
|
-
}
|
|
281
|
-
});
|
|
282
|
-
};
|
|
283
|
-
var getProfile = (options) => {
|
|
284
|
-
return (options?.client ?? client).get({
|
|
61
|
+
var auditTrailForSubAccountAsJson = (options) => {
|
|
62
|
+
return (options.client ?? client).get({
|
|
285
63
|
security: [
|
|
286
64
|
{
|
|
287
65
|
name: "Authorization",
|
|
288
66
|
type: "apiKey"
|
|
289
67
|
}
|
|
290
68
|
],
|
|
291
|
-
url: "/api/v1/
|
|
69
|
+
url: "/api/v1/subAccounts/{subAccountId}/audit_trail/json",
|
|
292
70
|
...options
|
|
293
71
|
});
|
|
294
72
|
};
|
|
295
|
-
var
|
|
296
|
-
return (options
|
|
73
|
+
var getDocumentSchema = (options) => {
|
|
74
|
+
return (options.client ?? client).get({
|
|
297
75
|
security: [
|
|
298
76
|
{
|
|
299
77
|
name: "Authorization",
|
|
300
78
|
type: "apiKey"
|
|
301
79
|
}
|
|
302
80
|
],
|
|
303
|
-
url: "/api/v1/
|
|
81
|
+
url: "/api/v1/documents/{documentId}/schemas/{version}",
|
|
304
82
|
...options
|
|
305
83
|
});
|
|
306
84
|
};
|
|
307
|
-
var
|
|
308
|
-
return (options.client ?? client).
|
|
85
|
+
var auditTrailForAccountAsJson = (options) => {
|
|
86
|
+
return (options.client ?? client).get({
|
|
309
87
|
security: [
|
|
310
88
|
{
|
|
311
89
|
name: "Authorization",
|
|
312
90
|
type: "apiKey"
|
|
313
91
|
}
|
|
314
92
|
],
|
|
315
|
-
url: "/api/v1/account/
|
|
93
|
+
url: "/api/v1/account/audit_trail/json",
|
|
316
94
|
...options
|
|
317
95
|
});
|
|
318
96
|
};
|
|
319
|
-
var
|
|
320
|
-
return (options.client ?? client).
|
|
97
|
+
var sendBulkSetToCounterpartiesInitial = (options) => {
|
|
98
|
+
return (options.client ?? client).put({
|
|
321
99
|
security: [
|
|
322
100
|
{
|
|
323
101
|
name: "Authorization",
|
|
324
102
|
type: "apiKey"
|
|
325
103
|
}
|
|
326
104
|
],
|
|
327
|
-
url: "/api/v1/
|
|
105
|
+
url: "/api/v1/bulkSets/{bulkSetId}/sendToCounterparty/initial",
|
|
328
106
|
...options
|
|
329
107
|
});
|
|
330
108
|
};
|
|
331
|
-
var
|
|
109
|
+
var getWatchers = (options) => {
|
|
332
110
|
return (options.client ?? client).get({
|
|
333
111
|
security: [
|
|
334
112
|
{
|
|
@@ -336,23 +114,27 @@ var getUsersForPicker = (options) => {
|
|
|
336
114
|
type: "apiKey"
|
|
337
115
|
}
|
|
338
116
|
],
|
|
339
|
-
url: "/api/v1/
|
|
117
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/watchers",
|
|
340
118
|
...options
|
|
341
119
|
});
|
|
342
120
|
};
|
|
343
|
-
var
|
|
344
|
-
return (options
|
|
121
|
+
var addWatchers = (options) => {
|
|
122
|
+
return (options.client ?? client).post({
|
|
345
123
|
security: [
|
|
346
124
|
{
|
|
347
125
|
name: "Authorization",
|
|
348
126
|
type: "apiKey"
|
|
349
127
|
}
|
|
350
128
|
],
|
|
351
|
-
url: "/api/v1/
|
|
352
|
-
...options
|
|
129
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/watchers",
|
|
130
|
+
...options,
|
|
131
|
+
headers: {
|
|
132
|
+
"Content-Type": "application/json",
|
|
133
|
+
...options?.headers
|
|
134
|
+
}
|
|
353
135
|
});
|
|
354
136
|
};
|
|
355
|
-
var
|
|
137
|
+
var getUserStatistics = (options) => {
|
|
356
138
|
return (options.client ?? client).get({
|
|
357
139
|
security: [
|
|
358
140
|
{
|
|
@@ -360,31 +142,35 @@ var getCompanyByEntityId = (options) => {
|
|
|
360
142
|
type: "apiKey"
|
|
361
143
|
}
|
|
362
144
|
],
|
|
363
|
-
url: "/api/
|
|
145
|
+
url: "/api/v2/subAccounts/{subAccountId}/statistics/users/{userId}",
|
|
364
146
|
...options
|
|
365
147
|
});
|
|
366
148
|
};
|
|
367
|
-
var
|
|
368
|
-
return (options.client ?? client).
|
|
149
|
+
var revertToAmending = (options) => {
|
|
150
|
+
return (options.client ?? client).put({
|
|
369
151
|
security: [
|
|
370
152
|
{
|
|
371
153
|
name: "Authorization",
|
|
372
154
|
type: "apiKey"
|
|
373
155
|
}
|
|
374
156
|
],
|
|
375
|
-
url: "/api/v1/
|
|
376
|
-
...options
|
|
157
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/revertToAmending",
|
|
158
|
+
...options,
|
|
159
|
+
headers: {
|
|
160
|
+
"Content-Type": "application/json",
|
|
161
|
+
...options?.headers
|
|
162
|
+
}
|
|
377
163
|
});
|
|
378
164
|
};
|
|
379
|
-
var
|
|
380
|
-
return (options.client ?? client).
|
|
165
|
+
var setReceiverEntity = (options) => {
|
|
166
|
+
return (options.client ?? client).put({
|
|
381
167
|
security: [
|
|
382
168
|
{
|
|
383
169
|
name: "Authorization",
|
|
384
170
|
type: "apiKey"
|
|
385
171
|
}
|
|
386
172
|
],
|
|
387
|
-
url: "/api/v1/
|
|
173
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/entities",
|
|
388
174
|
...options,
|
|
389
175
|
headers: {
|
|
390
176
|
"Content-Type": "application/json",
|
|
@@ -392,27 +178,31 @@ var validateEntities = (options) => {
|
|
|
392
178
|
}
|
|
393
179
|
});
|
|
394
180
|
};
|
|
395
|
-
var
|
|
396
|
-
return (options.client ?? client).
|
|
181
|
+
var markCommentEventsAsViewed = (options) => {
|
|
182
|
+
return (options.client ?? client).put({
|
|
397
183
|
security: [
|
|
398
184
|
{
|
|
399
185
|
name: "Authorization",
|
|
400
186
|
type: "apiKey"
|
|
401
187
|
}
|
|
402
188
|
],
|
|
403
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
404
|
-
...options
|
|
189
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/timeline/comments/markAsRead",
|
|
190
|
+
...options,
|
|
191
|
+
headers: {
|
|
192
|
+
"Content-Type": "application/json",
|
|
193
|
+
...options?.headers
|
|
194
|
+
}
|
|
405
195
|
});
|
|
406
196
|
};
|
|
407
|
-
var
|
|
408
|
-
return (options.client ?? client).
|
|
197
|
+
var presetSetFinalApproval = (options) => {
|
|
198
|
+
return (options.client ?? client).put({
|
|
409
199
|
security: [
|
|
410
200
|
{
|
|
411
201
|
name: "Authorization",
|
|
412
202
|
type: "apiKey"
|
|
413
203
|
}
|
|
414
204
|
],
|
|
415
|
-
url: "/api/v1/
|
|
205
|
+
url: "/api/v1/presets/{presetId}/approvals/document",
|
|
416
206
|
...options,
|
|
417
207
|
headers: {
|
|
418
208
|
"Content-Type": "application/json",
|
|
@@ -420,19 +210,13 @@ var createPreset = (options) => {
|
|
|
420
210
|
}
|
|
421
211
|
});
|
|
422
212
|
};
|
|
423
|
-
var
|
|
424
|
-
return (options
|
|
425
|
-
|
|
426
|
-
{
|
|
427
|
-
name: "Authorization",
|
|
428
|
-
type: "apiKey"
|
|
429
|
-
}
|
|
430
|
-
],
|
|
431
|
-
url: "/api/v1/presets/{presetId}",
|
|
213
|
+
var authPing = (options) => {
|
|
214
|
+
return (options?.client ?? client).get({
|
|
215
|
+
url: "/api/v1/authPing",
|
|
432
216
|
...options
|
|
433
217
|
});
|
|
434
218
|
};
|
|
435
|
-
var
|
|
219
|
+
var listAllPresetsForSubAccountV1 = (options) => {
|
|
436
220
|
return (options.client ?? client).get({
|
|
437
221
|
security: [
|
|
438
222
|
{
|
|
@@ -440,19 +224,19 @@ var getPreset = (options) => {
|
|
|
440
224
|
type: "apiKey"
|
|
441
225
|
}
|
|
442
226
|
],
|
|
443
|
-
url: "/api/v1/
|
|
227
|
+
url: "/api/v1/subAccounts/{subAccountId}/presets",
|
|
444
228
|
...options
|
|
445
229
|
});
|
|
446
230
|
};
|
|
447
|
-
var
|
|
448
|
-
return (options.client ?? client).
|
|
231
|
+
var createPreset = (options) => {
|
|
232
|
+
return (options.client ?? client).post({
|
|
449
233
|
security: [
|
|
450
234
|
{
|
|
451
235
|
name: "Authorization",
|
|
452
236
|
type: "apiKey"
|
|
453
237
|
}
|
|
454
238
|
],
|
|
455
|
-
url: "/api/v1/
|
|
239
|
+
url: "/api/v1/subAccounts/{subAccountId}/presets",
|
|
456
240
|
...options,
|
|
457
241
|
headers: {
|
|
458
242
|
"Content-Type": "application/json",
|
|
@@ -492,19 +276,7 @@ var presetSetMultipleNestedAnswers = (options) => {
|
|
|
492
276
|
}
|
|
493
277
|
});
|
|
494
278
|
};
|
|
495
|
-
var
|
|
496
|
-
return (options.client ?? client).get({
|
|
497
|
-
security: [
|
|
498
|
-
{
|
|
499
|
-
name: "Authorization",
|
|
500
|
-
type: "apiKey"
|
|
501
|
-
}
|
|
502
|
-
],
|
|
503
|
-
url: "/api/v1/presets/{presetId}/answers/nested/{nestedAnswersId}",
|
|
504
|
-
...options
|
|
505
|
-
});
|
|
506
|
-
};
|
|
507
|
-
var presetSetNestedAnswers = (options) => {
|
|
279
|
+
var overrideApproveFinalDocument = (options) => {
|
|
508
280
|
return (options.client ?? client).put({
|
|
509
281
|
security: [
|
|
510
282
|
{
|
|
@@ -512,7 +284,7 @@ var presetSetNestedAnswers = (options) => {
|
|
|
512
284
|
type: "apiKey"
|
|
513
285
|
}
|
|
514
286
|
],
|
|
515
|
-
url: "/api/v1/
|
|
287
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/document/approve/override",
|
|
516
288
|
...options,
|
|
517
289
|
headers: {
|
|
518
290
|
"Content-Type": "application/json",
|
|
@@ -520,31 +292,31 @@ var presetSetNestedAnswers = (options) => {
|
|
|
520
292
|
}
|
|
521
293
|
});
|
|
522
294
|
};
|
|
523
|
-
var
|
|
524
|
-
return (options.client ?? client).
|
|
295
|
+
var deleteEntity = (options) => {
|
|
296
|
+
return (options.client ?? client).delete({
|
|
525
297
|
security: [
|
|
526
298
|
{
|
|
527
299
|
name: "Authorization",
|
|
528
300
|
type: "apiKey"
|
|
529
301
|
}
|
|
530
302
|
],
|
|
531
|
-
url: "/api/v1/
|
|
303
|
+
url: "/api/v1/account/entity/{entityId}",
|
|
532
304
|
...options
|
|
533
305
|
});
|
|
534
306
|
};
|
|
535
|
-
var
|
|
536
|
-
return (options
|
|
307
|
+
var getSecurityContext = (options) => {
|
|
308
|
+
return (options?.client ?? client).get({
|
|
537
309
|
security: [
|
|
538
310
|
{
|
|
539
311
|
name: "Authorization",
|
|
540
312
|
type: "apiKey"
|
|
541
313
|
}
|
|
542
314
|
],
|
|
543
|
-
url: "/api/v1/
|
|
315
|
+
url: "/api/v1/user/context",
|
|
544
316
|
...options
|
|
545
317
|
});
|
|
546
318
|
};
|
|
547
|
-
var
|
|
319
|
+
var updateSelectedElections = (options) => {
|
|
548
320
|
return (options.client ?? client).put({
|
|
549
321
|
security: [
|
|
550
322
|
{
|
|
@@ -552,7 +324,7 @@ var updateMetadata = (options) => {
|
|
|
552
324
|
type: "apiKey"
|
|
553
325
|
}
|
|
554
326
|
],
|
|
555
|
-
url: "/api/v1/
|
|
327
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/extraction/elections",
|
|
556
328
|
...options,
|
|
557
329
|
headers: {
|
|
558
330
|
"Content-Type": "application/json",
|
|
@@ -560,7 +332,7 @@ var updateMetadata = (options) => {
|
|
|
560
332
|
}
|
|
561
333
|
});
|
|
562
334
|
};
|
|
563
|
-
var
|
|
335
|
+
var auditTrailForAccountAsExcel = (options) => {
|
|
564
336
|
return (options.client ?? client).get({
|
|
565
337
|
security: [
|
|
566
338
|
{
|
|
@@ -568,35 +340,43 @@ var downloadPreset = (options) => {
|
|
|
568
340
|
type: "apiKey"
|
|
569
341
|
}
|
|
570
342
|
],
|
|
571
|
-
url: "/api/v1/
|
|
343
|
+
url: "/api/v1/account/audit_trail/xlsx",
|
|
572
344
|
...options
|
|
573
345
|
});
|
|
574
346
|
};
|
|
575
|
-
var
|
|
576
|
-
return (options.client ?? client).
|
|
347
|
+
var presetEditAnswers = (options) => {
|
|
348
|
+
return (options.client ?? client).put({
|
|
577
349
|
security: [
|
|
578
350
|
{
|
|
579
351
|
name: "Authorization",
|
|
580
352
|
type: "apiKey"
|
|
581
353
|
}
|
|
582
354
|
],
|
|
583
|
-
url: "/api/
|
|
584
|
-
...options
|
|
355
|
+
url: "/api/v1/presets/{presetId}/answers",
|
|
356
|
+
...options,
|
|
357
|
+
headers: {
|
|
358
|
+
"Content-Type": "application/json",
|
|
359
|
+
...options?.headers
|
|
360
|
+
}
|
|
585
361
|
});
|
|
586
362
|
};
|
|
587
|
-
var
|
|
588
|
-
return (options.client ?? client).
|
|
363
|
+
var deleteComment = (options) => {
|
|
364
|
+
return (options.client ?? client).delete({
|
|
589
365
|
security: [
|
|
590
366
|
{
|
|
591
367
|
name: "Authorization",
|
|
592
368
|
type: "apiKey"
|
|
593
369
|
}
|
|
594
370
|
],
|
|
595
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
596
|
-
...options
|
|
371
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/timeline/{channel}/comments/{eventId}",
|
|
372
|
+
...options,
|
|
373
|
+
headers: {
|
|
374
|
+
"Content-Type": "application/json",
|
|
375
|
+
...options?.headers
|
|
376
|
+
}
|
|
597
377
|
});
|
|
598
378
|
};
|
|
599
|
-
var
|
|
379
|
+
var updateComment = (options) => {
|
|
600
380
|
return (options.client ?? client).put({
|
|
601
381
|
security: [
|
|
602
382
|
{
|
|
@@ -604,23 +384,27 @@ var presetSendForApproval = (options) => {
|
|
|
604
384
|
type: "apiKey"
|
|
605
385
|
}
|
|
606
386
|
],
|
|
607
|
-
url: "/api/v1/
|
|
608
|
-
...options
|
|
387
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/timeline/{channel}/comments/{eventId}",
|
|
388
|
+
...options,
|
|
389
|
+
headers: {
|
|
390
|
+
"Content-Type": "application/json",
|
|
391
|
+
...options?.headers
|
|
392
|
+
}
|
|
609
393
|
});
|
|
610
394
|
};
|
|
611
|
-
var
|
|
612
|
-
return (options.client ?? client).
|
|
395
|
+
var deleteGeneralCoverNote = (options) => {
|
|
396
|
+
return (options.client ?? client).delete({
|
|
613
397
|
security: [
|
|
614
398
|
{
|
|
615
399
|
name: "Authorization",
|
|
616
400
|
type: "apiKey"
|
|
617
401
|
}
|
|
618
402
|
],
|
|
619
|
-
url: "/api/v1/
|
|
403
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/coverNote",
|
|
620
404
|
...options
|
|
621
405
|
});
|
|
622
406
|
};
|
|
623
|
-
var
|
|
407
|
+
var setGeneralCoverNote = (options) => {
|
|
624
408
|
return (options.client ?? client).put({
|
|
625
409
|
security: [
|
|
626
410
|
{
|
|
@@ -628,7 +412,7 @@ var presetSetElectionApproval = (options) => {
|
|
|
628
412
|
type: "apiKey"
|
|
629
413
|
}
|
|
630
414
|
],
|
|
631
|
-
url: "/api/v1/
|
|
415
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/coverNote",
|
|
632
416
|
...options,
|
|
633
417
|
headers: {
|
|
634
418
|
"Content-Type": "application/json",
|
|
@@ -636,47 +420,47 @@ var presetSetElectionApproval = (options) => {
|
|
|
636
420
|
}
|
|
637
421
|
});
|
|
638
422
|
};
|
|
639
|
-
var
|
|
640
|
-
return (options
|
|
423
|
+
var publisherSummaries = (options) => {
|
|
424
|
+
return (options?.client ?? client).get({
|
|
641
425
|
security: [
|
|
642
426
|
{
|
|
643
427
|
name: "Authorization",
|
|
644
428
|
type: "apiKey"
|
|
645
429
|
}
|
|
646
430
|
],
|
|
647
|
-
url: "/api/v1/
|
|
648
|
-
...options
|
|
649
|
-
headers: {
|
|
650
|
-
"Content-Type": "application/json",
|
|
651
|
-
...options?.headers
|
|
652
|
-
}
|
|
431
|
+
url: "/api/v1/documents/publishers/summaries",
|
|
432
|
+
...options
|
|
653
433
|
});
|
|
654
434
|
};
|
|
655
|
-
var
|
|
656
|
-
return (options.client ?? client).
|
|
435
|
+
var validateEntities = (options) => {
|
|
436
|
+
return (options.client ?? client).post({
|
|
657
437
|
security: [
|
|
658
438
|
{
|
|
659
439
|
name: "Authorization",
|
|
660
440
|
type: "apiKey"
|
|
661
441
|
}
|
|
662
442
|
],
|
|
663
|
-
url: "/api/v1/
|
|
664
|
-
...options
|
|
443
|
+
url: "/api/v1/entity/validate",
|
|
444
|
+
...options,
|
|
445
|
+
headers: {
|
|
446
|
+
"Content-Type": "application/json",
|
|
447
|
+
...options?.headers
|
|
448
|
+
}
|
|
665
449
|
});
|
|
666
450
|
};
|
|
667
|
-
var
|
|
668
|
-
return (options.client ?? client).
|
|
451
|
+
var grantAllNegotiationsAccess = (options) => {
|
|
452
|
+
return (options.client ?? client).put({
|
|
669
453
|
security: [
|
|
670
454
|
{
|
|
671
455
|
name: "Authorization",
|
|
672
456
|
type: "apiKey"
|
|
673
457
|
}
|
|
674
458
|
],
|
|
675
|
-
url: "/api/v1/
|
|
459
|
+
url: "/api/v1/advisor/subAccounts/{subAccountId}/relationships/{relationshipId}/negotiations/all",
|
|
676
460
|
...options
|
|
677
461
|
});
|
|
678
462
|
};
|
|
679
|
-
var
|
|
463
|
+
var getNegotiationESignStatus = (options) => {
|
|
680
464
|
return (options.client ?? client).get({
|
|
681
465
|
security: [
|
|
682
466
|
{
|
|
@@ -684,11 +468,11 @@ var listNegotiations = (options) => {
|
|
|
684
468
|
type: "apiKey"
|
|
685
469
|
}
|
|
686
470
|
],
|
|
687
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations",
|
|
471
|
+
url: "/api/v1/docusign/status/subAccounts/{subAccountId}/negotiations/{negotiationId}",
|
|
688
472
|
...options
|
|
689
473
|
});
|
|
690
474
|
};
|
|
691
|
-
var
|
|
475
|
+
var unsubscribe = (options) => {
|
|
692
476
|
return (options.client ?? client).post({
|
|
693
477
|
security: [
|
|
694
478
|
{
|
|
@@ -696,7 +480,7 @@ var createNegotiation = (options) => {
|
|
|
696
480
|
type: "apiKey"
|
|
697
481
|
}
|
|
698
482
|
],
|
|
699
|
-
url: "/api/v1/
|
|
483
|
+
url: "/api/v1/negotiations/{negotiationId}/muteNotifications",
|
|
700
484
|
...options,
|
|
701
485
|
headers: {
|
|
702
486
|
"Content-Type": "application/json",
|
|
@@ -704,7 +488,7 @@ var createNegotiation = (options) => {
|
|
|
704
488
|
}
|
|
705
489
|
});
|
|
706
490
|
};
|
|
707
|
-
var
|
|
491
|
+
var overrideRejectFinalDocument = (options) => {
|
|
708
492
|
return (options.client ?? client).put({
|
|
709
493
|
security: [
|
|
710
494
|
{
|
|
@@ -712,7 +496,7 @@ var setFinalApproval = (options) => {
|
|
|
712
496
|
type: "apiKey"
|
|
713
497
|
}
|
|
714
498
|
],
|
|
715
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/document",
|
|
499
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/document/reject/override",
|
|
716
500
|
...options,
|
|
717
501
|
headers: {
|
|
718
502
|
"Content-Type": "application/json",
|
|
@@ -720,19 +504,19 @@ var setFinalApproval = (options) => {
|
|
|
720
504
|
}
|
|
721
505
|
});
|
|
722
506
|
};
|
|
723
|
-
var
|
|
724
|
-
return (options
|
|
507
|
+
var version = (options) => {
|
|
508
|
+
return (options?.client ?? client).get({
|
|
725
509
|
security: [
|
|
726
510
|
{
|
|
727
511
|
name: "Authorization",
|
|
728
512
|
type: "apiKey"
|
|
729
513
|
}
|
|
730
514
|
],
|
|
731
|
-
url: "/api/v1/
|
|
515
|
+
url: "/api/v1/version",
|
|
732
516
|
...options
|
|
733
517
|
});
|
|
734
518
|
};
|
|
735
|
-
var
|
|
519
|
+
var updateExtractionFeedback = (options) => {
|
|
736
520
|
return (options.client ?? client).put({
|
|
737
521
|
security: [
|
|
738
522
|
{
|
|
@@ -740,11 +524,15 @@ var upgradeSchema = (options) => {
|
|
|
740
524
|
type: "apiKey"
|
|
741
525
|
}
|
|
742
526
|
],
|
|
743
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
744
|
-
...options
|
|
527
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/extraction/feedback",
|
|
528
|
+
...options,
|
|
529
|
+
headers: {
|
|
530
|
+
"Content-Type": "application/json",
|
|
531
|
+
...options?.headers
|
|
532
|
+
}
|
|
745
533
|
});
|
|
746
534
|
};
|
|
747
|
-
var
|
|
535
|
+
var getLatestDocumentSchema = (options) => {
|
|
748
536
|
return (options.client ?? client).get({
|
|
749
537
|
security: [
|
|
750
538
|
{
|
|
@@ -752,11 +540,11 @@ var breakingChanges = (options) => {
|
|
|
752
540
|
type: "apiKey"
|
|
753
541
|
}
|
|
754
542
|
],
|
|
755
|
-
url: "/api/v1/
|
|
543
|
+
url: "/api/v1/documents/{documentId}/latest_schema",
|
|
756
544
|
...options
|
|
757
545
|
});
|
|
758
546
|
};
|
|
759
|
-
var
|
|
547
|
+
var getPreviousMajorVersionsNestedAnswerIds = (options) => {
|
|
760
548
|
return (options.client ?? client).get({
|
|
761
549
|
security: [
|
|
762
550
|
{
|
|
@@ -764,23 +552,27 @@ var getAccessibleNegotiation = (options) => {
|
|
|
764
552
|
type: "apiKey"
|
|
765
553
|
}
|
|
766
554
|
],
|
|
767
|
-
url: "/api/v1/negotiations/{negotiationId}",
|
|
555
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/answers/elections/{electionId}/previousAnswers",
|
|
768
556
|
...options
|
|
769
557
|
});
|
|
770
558
|
};
|
|
771
|
-
var
|
|
772
|
-
return (options.client ?? client).
|
|
559
|
+
var addElectionRejection = (options) => {
|
|
560
|
+
return (options.client ?? client).put({
|
|
773
561
|
security: [
|
|
774
562
|
{
|
|
775
563
|
name: "Authorization",
|
|
776
564
|
type: "apiKey"
|
|
777
565
|
}
|
|
778
566
|
],
|
|
779
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}",
|
|
780
|
-
...options
|
|
567
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/elections/{electionId}/reject",
|
|
568
|
+
...options,
|
|
569
|
+
headers: {
|
|
570
|
+
"Content-Type": "application/json",
|
|
571
|
+
...options?.headers
|
|
572
|
+
}
|
|
781
573
|
});
|
|
782
574
|
};
|
|
783
|
-
var
|
|
575
|
+
var listPresets = (options) => {
|
|
784
576
|
return (options.client ?? client).get({
|
|
785
577
|
security: [
|
|
786
578
|
{
|
|
@@ -788,11 +580,11 @@ var getExecutedNegotiationSummary = (options) => {
|
|
|
788
580
|
type: "apiKey"
|
|
789
581
|
}
|
|
790
582
|
],
|
|
791
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
583
|
+
url: "/api/v1/subAccounts/{subAccountId}/documents/{documentId}/presets",
|
|
792
584
|
...options
|
|
793
585
|
});
|
|
794
586
|
};
|
|
795
|
-
var
|
|
587
|
+
var getTimeline = (options) => {
|
|
796
588
|
return (options.client ?? client).get({
|
|
797
589
|
security: [
|
|
798
590
|
{
|
|
@@ -800,59 +592,55 @@ var getAsCdm = (options) => {
|
|
|
800
592
|
type: "apiKey"
|
|
801
593
|
}
|
|
802
594
|
],
|
|
803
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
595
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/timeline",
|
|
804
596
|
...options
|
|
805
597
|
});
|
|
806
598
|
};
|
|
807
|
-
var
|
|
808
|
-
return (options.client ?? client).
|
|
599
|
+
var markEventsAsViewed = (options) => {
|
|
600
|
+
return (options.client ?? client).post({
|
|
809
601
|
security: [
|
|
810
602
|
{
|
|
811
603
|
name: "Authorization",
|
|
812
604
|
type: "apiKey"
|
|
813
605
|
}
|
|
814
606
|
],
|
|
815
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
607
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/timeline",
|
|
816
608
|
...options
|
|
817
609
|
});
|
|
818
610
|
};
|
|
819
|
-
var
|
|
820
|
-
return (options.client ?? client).
|
|
611
|
+
var negotiationForkHistory = (options) => {
|
|
612
|
+
return (options.client ?? client).get({
|
|
821
613
|
security: [
|
|
822
614
|
{
|
|
823
615
|
name: "Authorization",
|
|
824
616
|
type: "apiKey"
|
|
825
617
|
}
|
|
826
618
|
],
|
|
827
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
828
|
-
...options
|
|
829
|
-
headers: {
|
|
830
|
-
"Content-Type": "application/json",
|
|
831
|
-
...options?.headers
|
|
832
|
-
}
|
|
619
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/restatementHistory",
|
|
620
|
+
...options
|
|
833
621
|
});
|
|
834
622
|
};
|
|
835
|
-
var
|
|
836
|
-
return (options
|
|
623
|
+
var listEntities = (options) => {
|
|
624
|
+
return (options?.client ?? client).get({
|
|
837
625
|
security: [
|
|
838
626
|
{
|
|
839
627
|
name: "Authorization",
|
|
840
628
|
type: "apiKey"
|
|
841
629
|
}
|
|
842
630
|
],
|
|
843
|
-
url: "/api/v1/
|
|
631
|
+
url: "/api/v1/account/entities",
|
|
844
632
|
...options
|
|
845
633
|
});
|
|
846
634
|
};
|
|
847
|
-
var
|
|
848
|
-
return (options.client ?? client).
|
|
635
|
+
var assignEntity = (options) => {
|
|
636
|
+
return (options.client ?? client).put({
|
|
849
637
|
security: [
|
|
850
638
|
{
|
|
851
639
|
name: "Authorization",
|
|
852
640
|
type: "apiKey"
|
|
853
641
|
}
|
|
854
642
|
],
|
|
855
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
643
|
+
url: "/api/v1/subAccounts/{subAccountId}/entity",
|
|
856
644
|
...options,
|
|
857
645
|
headers: {
|
|
858
646
|
"Content-Type": "application/json",
|
|
@@ -860,43 +648,39 @@ var downloadActiveNegotiationsReportAsExcel = (options) => {
|
|
|
860
648
|
}
|
|
861
649
|
});
|
|
862
650
|
};
|
|
863
|
-
var
|
|
864
|
-
return (options.client ?? client).
|
|
865
|
-
security: [
|
|
866
|
-
{
|
|
867
|
-
name: "Authorization",
|
|
868
|
-
type: "apiKey"
|
|
869
|
-
}
|
|
870
|
-
],
|
|
871
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/extension/{extension}",
|
|
872
|
-
...options
|
|
873
|
-
});
|
|
874
|
-
};
|
|
875
|
-
var downloadPreExecutionCounterpartyNegotiation = (options) => {
|
|
876
|
-
return (options.client ?? client).get({
|
|
651
|
+
var setFinalApproval = (options) => {
|
|
652
|
+
return (options.client ?? client).put({
|
|
877
653
|
security: [
|
|
878
654
|
{
|
|
879
655
|
name: "Authorization",
|
|
880
656
|
type: "apiKey"
|
|
881
657
|
}
|
|
882
658
|
],
|
|
883
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
884
|
-
...options
|
|
659
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/document",
|
|
660
|
+
...options,
|
|
661
|
+
headers: {
|
|
662
|
+
"Content-Type": "application/json",
|
|
663
|
+
...options?.headers
|
|
664
|
+
}
|
|
885
665
|
});
|
|
886
666
|
};
|
|
887
|
-
var
|
|
888
|
-
return (options.client ?? client).
|
|
667
|
+
var setElectionApproval = (options) => {
|
|
668
|
+
return (options.client ?? client).put({
|
|
889
669
|
security: [
|
|
890
670
|
{
|
|
891
671
|
name: "Authorization",
|
|
892
672
|
type: "apiKey"
|
|
893
673
|
}
|
|
894
674
|
],
|
|
895
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
896
|
-
...options
|
|
675
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/elections/{electionId}",
|
|
676
|
+
...options,
|
|
677
|
+
headers: {
|
|
678
|
+
"Content-Type": "application/json",
|
|
679
|
+
...options?.headers
|
|
680
|
+
}
|
|
897
681
|
});
|
|
898
682
|
};
|
|
899
|
-
var
|
|
683
|
+
var downloadDashboardReportAsExcel = (options) => {
|
|
900
684
|
return (options.client ?? client).get({
|
|
901
685
|
security: [
|
|
902
686
|
{
|
|
@@ -904,11 +688,11 @@ var getSignedExecutedVersion = (options) => {
|
|
|
904
688
|
type: "apiKey"
|
|
905
689
|
}
|
|
906
690
|
],
|
|
907
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/
|
|
691
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/xlsx",
|
|
908
692
|
...options
|
|
909
693
|
});
|
|
910
694
|
};
|
|
911
|
-
var
|
|
695
|
+
var moveEntity = (options) => {
|
|
912
696
|
return (options.client ?? client).put({
|
|
913
697
|
security: [
|
|
914
698
|
{
|
|
@@ -916,51 +700,55 @@ var setSignedExecutedVersion = (options) => {
|
|
|
916
700
|
type: "apiKey"
|
|
917
701
|
}
|
|
918
702
|
],
|
|
919
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
703
|
+
url: "/api/v1/subAccounts/{subAccountId}/entity/{entityId}/move",
|
|
920
704
|
...options,
|
|
921
705
|
headers: {
|
|
922
|
-
"Content-Type": "application/
|
|
706
|
+
"Content-Type": "application/json",
|
|
923
707
|
...options?.headers
|
|
924
708
|
}
|
|
925
709
|
});
|
|
926
710
|
};
|
|
927
|
-
var
|
|
928
|
-
return (options.client ?? client).
|
|
711
|
+
var deleteApprovalComment = (options) => {
|
|
712
|
+
return (options.client ?? client).delete({
|
|
929
713
|
security: [
|
|
930
714
|
{
|
|
931
715
|
name: "Authorization",
|
|
932
716
|
type: "apiKey"
|
|
933
717
|
}
|
|
934
718
|
],
|
|
935
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
719
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/comment/{approvalCommentId}",
|
|
936
720
|
...options
|
|
937
721
|
});
|
|
938
722
|
};
|
|
939
|
-
var
|
|
940
|
-
return (options.client ?? client).
|
|
723
|
+
var editApprovalComment = (options) => {
|
|
724
|
+
return (options.client ?? client).put({
|
|
941
725
|
security: [
|
|
942
726
|
{
|
|
943
727
|
name: "Authorization",
|
|
944
728
|
type: "apiKey"
|
|
945
729
|
}
|
|
946
730
|
],
|
|
947
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
948
|
-
...options
|
|
731
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/comment/{approvalCommentId}",
|
|
732
|
+
...options,
|
|
733
|
+
headers: {
|
|
734
|
+
"Content-Type": "application/json",
|
|
735
|
+
...options?.headers
|
|
736
|
+
}
|
|
949
737
|
});
|
|
950
738
|
};
|
|
951
|
-
var
|
|
952
|
-
return (options.client ?? client).
|
|
739
|
+
var deleteExternalAttachment = (options) => {
|
|
740
|
+
return (options.client ?? client).delete({
|
|
953
741
|
security: [
|
|
954
742
|
{
|
|
955
743
|
name: "Authorization",
|
|
956
744
|
type: "apiKey"
|
|
957
745
|
}
|
|
958
746
|
],
|
|
959
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
747
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/attachment/{fileName}",
|
|
960
748
|
...options
|
|
961
749
|
});
|
|
962
750
|
};
|
|
963
|
-
var
|
|
751
|
+
var getExternalAttachment = (options) => {
|
|
964
752
|
return (options.client ?? client).get({
|
|
965
753
|
security: [
|
|
966
754
|
{
|
|
@@ -968,11 +756,11 @@ var createAuditTrailPdf = (options) => {
|
|
|
968
756
|
type: "apiKey"
|
|
969
757
|
}
|
|
970
758
|
],
|
|
971
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
759
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/attachment/{fileName}",
|
|
972
760
|
...options
|
|
973
761
|
});
|
|
974
762
|
};
|
|
975
|
-
var
|
|
763
|
+
var listPotentialNegotiationAdvisors = (options) => {
|
|
976
764
|
return (options.client ?? client).get({
|
|
977
765
|
security: [
|
|
978
766
|
{
|
|
@@ -980,11 +768,11 @@ var createAuditTrailJson = (options) => {
|
|
|
980
768
|
type: "apiKey"
|
|
981
769
|
}
|
|
982
770
|
],
|
|
983
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
771
|
+
url: "/api/v1/advisor/subAccounts/{subAccountId}/negotiations/{negotiationId}/potentialAdvisors",
|
|
984
772
|
...options
|
|
985
773
|
});
|
|
986
774
|
};
|
|
987
|
-
var
|
|
775
|
+
var getAccessibleNegotiation = (options) => {
|
|
988
776
|
return (options.client ?? client).get({
|
|
989
777
|
security: [
|
|
990
778
|
{
|
|
@@ -992,35 +780,35 @@ var createSigningPack = (options) => {
|
|
|
992
780
|
type: "apiKey"
|
|
993
781
|
}
|
|
994
782
|
],
|
|
995
|
-
url: "/api/v1/
|
|
783
|
+
url: "/api/v1/negotiations/{negotiationId}",
|
|
996
784
|
...options
|
|
997
785
|
});
|
|
998
786
|
};
|
|
999
|
-
var
|
|
1000
|
-
return (options.client ?? client).
|
|
787
|
+
var forkNegotiation = (options) => {
|
|
788
|
+
return (options.client ?? client).post({
|
|
1001
789
|
security: [
|
|
1002
790
|
{
|
|
1003
791
|
name: "Authorization",
|
|
1004
792
|
type: "apiKey"
|
|
1005
793
|
}
|
|
1006
794
|
],
|
|
1007
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
795
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/restate",
|
|
1008
796
|
...options
|
|
1009
797
|
});
|
|
1010
798
|
};
|
|
1011
|
-
var
|
|
1012
|
-
return (options.client ?? client).
|
|
799
|
+
var acceptAllCounterpartyPositions = (options) => {
|
|
800
|
+
return (options.client ?? client).put({
|
|
1013
801
|
security: [
|
|
1014
802
|
{
|
|
1015
803
|
name: "Authorization",
|
|
1016
804
|
type: "apiKey"
|
|
1017
805
|
}
|
|
1018
806
|
],
|
|
1019
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
807
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/acceptCpPosition/{partyId}",
|
|
1020
808
|
...options
|
|
1021
809
|
});
|
|
1022
810
|
};
|
|
1023
|
-
var
|
|
811
|
+
var negotiationGetDocumentSchema = (options) => {
|
|
1024
812
|
return (options.client ?? client).get({
|
|
1025
813
|
security: [
|
|
1026
814
|
{
|
|
@@ -1028,35 +816,43 @@ var getSignedSignaturePagePdf = (options) => {
|
|
|
1028
816
|
type: "apiKey"
|
|
1029
817
|
}
|
|
1030
818
|
],
|
|
1031
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
819
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/schema",
|
|
1032
820
|
...options
|
|
1033
821
|
});
|
|
1034
822
|
};
|
|
1035
|
-
var
|
|
1036
|
-
return (options.client ?? client).
|
|
823
|
+
var updateGroupName = (options) => {
|
|
824
|
+
return (options.client ?? client).put({
|
|
1037
825
|
security: [
|
|
1038
826
|
{
|
|
1039
827
|
name: "Authorization",
|
|
1040
828
|
type: "apiKey"
|
|
1041
829
|
}
|
|
1042
830
|
],
|
|
1043
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1044
|
-
...options
|
|
831
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiationGroups/{negotiationGroupId}",
|
|
832
|
+
...options,
|
|
833
|
+
headers: {
|
|
834
|
+
"Content-Type": "application/json",
|
|
835
|
+
...options?.headers
|
|
836
|
+
}
|
|
1045
837
|
});
|
|
1046
838
|
};
|
|
1047
|
-
var
|
|
1048
|
-
return (options.client ?? client).
|
|
839
|
+
var changeSigningMode = (options) => {
|
|
840
|
+
return (options.client ?? client).put({
|
|
1049
841
|
security: [
|
|
1050
842
|
{
|
|
1051
843
|
name: "Authorization",
|
|
1052
844
|
type: "apiKey"
|
|
1053
845
|
}
|
|
1054
846
|
],
|
|
1055
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1056
|
-
...options
|
|
847
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signingMode",
|
|
848
|
+
...options,
|
|
849
|
+
headers: {
|
|
850
|
+
"Content-Type": "application/json",
|
|
851
|
+
...options?.headers
|
|
852
|
+
}
|
|
1057
853
|
});
|
|
1058
854
|
};
|
|
1059
|
-
var
|
|
855
|
+
var sendToCounterparty = (options) => {
|
|
1060
856
|
return (options.client ?? client).put({
|
|
1061
857
|
security: [
|
|
1062
858
|
{
|
|
@@ -1064,39 +860,39 @@ var setSignedSignaturePageForParty = (options) => {
|
|
|
1064
860
|
type: "apiKey"
|
|
1065
861
|
}
|
|
1066
862
|
],
|
|
1067
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
863
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/sendToCounterparty",
|
|
1068
864
|
...options,
|
|
1069
865
|
headers: {
|
|
1070
|
-
"Content-Type": "application/
|
|
866
|
+
"Content-Type": "application/json",
|
|
1071
867
|
...options?.headers
|
|
1072
868
|
}
|
|
1073
869
|
});
|
|
1074
870
|
};
|
|
1075
|
-
var
|
|
1076
|
-
return (options.client ?? client).
|
|
871
|
+
var voidESignEnvelopeForNegotiation = (options) => {
|
|
872
|
+
return (options.client ?? client).put({
|
|
1077
873
|
security: [
|
|
1078
874
|
{
|
|
1079
875
|
name: "Authorization",
|
|
1080
876
|
type: "apiKey"
|
|
1081
877
|
}
|
|
1082
878
|
],
|
|
1083
|
-
url: "/api/v1/
|
|
879
|
+
url: "/api/v1/esign/{subAccountId}/negotiations/{negotiationId}/cancelSession",
|
|
1084
880
|
...options
|
|
1085
881
|
});
|
|
1086
882
|
};
|
|
1087
|
-
var
|
|
1088
|
-
return (options.client ?? client).
|
|
883
|
+
var deleteDocumentDraftingNote = (options) => {
|
|
884
|
+
return (options.client ?? client).delete({
|
|
1089
885
|
security: [
|
|
1090
886
|
{
|
|
1091
887
|
name: "Authorization",
|
|
1092
888
|
type: "apiKey"
|
|
1093
889
|
}
|
|
1094
890
|
],
|
|
1095
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
891
|
+
url: "/api/v1/documents/{documentId}/subAccounts/{subAccountId}/draftingNote/noteType/{noteType}",
|
|
1096
892
|
...options
|
|
1097
893
|
});
|
|
1098
894
|
};
|
|
1099
|
-
var
|
|
895
|
+
var updateDocumentDraftingNote = (options) => {
|
|
1100
896
|
return (options.client ?? client).put({
|
|
1101
897
|
security: [
|
|
1102
898
|
{
|
|
@@ -1104,67 +900,72 @@ var setAuxiliaryDocument = (options) => {
|
|
|
1104
900
|
type: "apiKey"
|
|
1105
901
|
}
|
|
1106
902
|
],
|
|
1107
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1108
|
-
...options
|
|
1109
|
-
headers: {
|
|
1110
|
-
"Content-Type": "application/pdf",
|
|
1111
|
-
...options?.headers
|
|
1112
|
-
}
|
|
903
|
+
url: "/api/v1/documents/{documentId}/subAccounts/{subAccountId}/draftingNote/noteType/{noteType}",
|
|
904
|
+
...options
|
|
1113
905
|
});
|
|
1114
906
|
};
|
|
1115
|
-
var
|
|
1116
|
-
return (options.client ?? client).
|
|
907
|
+
var setBulkSetAttachments = (options) => {
|
|
908
|
+
return (options.client ?? client).post({
|
|
909
|
+
...formDataBodySerializer,
|
|
1117
910
|
security: [
|
|
1118
911
|
{
|
|
1119
912
|
name: "Authorization",
|
|
1120
913
|
type: "apiKey"
|
|
1121
914
|
}
|
|
1122
915
|
],
|
|
1123
|
-
url: "/api/v1/
|
|
1124
|
-
...options
|
|
916
|
+
url: "/api/v1/bulkSets/{bulkSetId}/attachment",
|
|
917
|
+
...options,
|
|
918
|
+
headers: {
|
|
919
|
+
"Content-Type": null,
|
|
920
|
+
...options?.headers
|
|
921
|
+
}
|
|
1125
922
|
});
|
|
1126
923
|
};
|
|
1127
|
-
var
|
|
1128
|
-
return (options.client ?? client).
|
|
924
|
+
var addElectionApproval = (options) => {
|
|
925
|
+
return (options.client ?? client).put({
|
|
1129
926
|
security: [
|
|
1130
927
|
{
|
|
1131
928
|
name: "Authorization",
|
|
1132
929
|
type: "apiKey"
|
|
1133
930
|
}
|
|
1134
931
|
],
|
|
1135
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1136
|
-
...options
|
|
932
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/elections/{electionId}/approve",
|
|
933
|
+
...options,
|
|
934
|
+
headers: {
|
|
935
|
+
"Content-Type": "application/json",
|
|
936
|
+
...options?.headers
|
|
937
|
+
}
|
|
1137
938
|
});
|
|
1138
939
|
};
|
|
1139
|
-
var
|
|
1140
|
-
return (options.client ?? client).
|
|
940
|
+
var rejectFinalDocument = (options) => {
|
|
941
|
+
return (options.client ?? client).put({
|
|
1141
942
|
security: [
|
|
1142
943
|
{
|
|
1143
944
|
name: "Authorization",
|
|
1144
945
|
type: "apiKey"
|
|
1145
946
|
}
|
|
1146
947
|
],
|
|
1147
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1148
|
-
...options
|
|
948
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/document/reject",
|
|
949
|
+
...options,
|
|
950
|
+
headers: {
|
|
951
|
+
"Content-Type": "application/json",
|
|
952
|
+
...options?.headers
|
|
953
|
+
}
|
|
1149
954
|
});
|
|
1150
955
|
};
|
|
1151
|
-
var
|
|
1152
|
-
return (options.client ?? client).
|
|
956
|
+
var generateAndMaybeSendEnvelope = (options) => {
|
|
957
|
+
return (options.client ?? client).get({
|
|
1153
958
|
security: [
|
|
1154
959
|
{
|
|
1155
960
|
name: "Authorization",
|
|
1156
961
|
type: "apiKey"
|
|
1157
962
|
}
|
|
1158
963
|
],
|
|
1159
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1160
|
-
...options
|
|
1161
|
-
headers: {
|
|
1162
|
-
"Content-Type": "application/pdf",
|
|
1163
|
-
...options?.headers
|
|
1164
|
-
}
|
|
964
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signWithDocuSign",
|
|
965
|
+
...options
|
|
1165
966
|
});
|
|
1166
967
|
};
|
|
1167
|
-
var
|
|
968
|
+
var getElectionAnswer = (options) => {
|
|
1168
969
|
return (options.client ?? client).get({
|
|
1169
970
|
security: [
|
|
1170
971
|
{
|
|
@@ -1172,23 +973,23 @@ var getAnnotatedOfflineNegotiatedDocument = (options) => {
|
|
|
1172
973
|
type: "apiKey"
|
|
1173
974
|
}
|
|
1174
975
|
],
|
|
1175
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
976
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/answers/elections/{electionId}",
|
|
1176
977
|
...options
|
|
1177
978
|
});
|
|
1178
979
|
};
|
|
1179
|
-
var
|
|
1180
|
-
return (options.client ?? client).
|
|
980
|
+
var presetSendForApproval = (options) => {
|
|
981
|
+
return (options.client ?? client).put({
|
|
1181
982
|
security: [
|
|
1182
983
|
{
|
|
1183
984
|
name: "Authorization",
|
|
1184
985
|
type: "apiKey"
|
|
1185
986
|
}
|
|
1186
987
|
],
|
|
1187
|
-
url: "/api/v1/
|
|
988
|
+
url: "/api/v1/presets/{presetId}/approvals/sendForApproval",
|
|
1188
989
|
...options
|
|
1189
990
|
});
|
|
1190
991
|
};
|
|
1191
|
-
var
|
|
992
|
+
var createAuditTrailJson = (options) => {
|
|
1192
993
|
return (options.client ?? client).get({
|
|
1193
994
|
security: [
|
|
1194
995
|
{
|
|
@@ -1196,23 +997,27 @@ var checkOfflineNegotiatedDocument = (options) => {
|
|
|
1196
997
|
type: "apiKey"
|
|
1197
998
|
}
|
|
1198
999
|
],
|
|
1199
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1000
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/audit_trail/json",
|
|
1200
1001
|
...options
|
|
1201
1002
|
});
|
|
1202
1003
|
};
|
|
1203
|
-
var
|
|
1204
|
-
return (options.client ?? client).
|
|
1004
|
+
var updateNegotiationsToMatch = (options) => {
|
|
1005
|
+
return (options.client ?? client).put({
|
|
1205
1006
|
security: [
|
|
1206
1007
|
{
|
|
1207
1008
|
name: "Authorization",
|
|
1208
1009
|
type: "apiKey"
|
|
1209
1010
|
}
|
|
1210
1011
|
],
|
|
1211
|
-
url: "/api/v1/
|
|
1212
|
-
...options
|
|
1012
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiationGroups/deltas/apply",
|
|
1013
|
+
...options,
|
|
1014
|
+
headers: {
|
|
1015
|
+
"Content-Type": "application/json",
|
|
1016
|
+
...options?.headers
|
|
1017
|
+
}
|
|
1213
1018
|
});
|
|
1214
1019
|
};
|
|
1215
|
-
var
|
|
1020
|
+
var getApprovalHistory = (options) => {
|
|
1216
1021
|
return (options.client ?? client).get({
|
|
1217
1022
|
security: [
|
|
1218
1023
|
{
|
|
@@ -1220,11 +1025,11 @@ var listDocumentsWithPagination = (options) => {
|
|
|
1220
1025
|
type: "apiKey"
|
|
1221
1026
|
}
|
|
1222
1027
|
],
|
|
1223
|
-
url: "/api/v1/
|
|
1028
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/history",
|
|
1224
1029
|
...options
|
|
1225
1030
|
});
|
|
1226
1031
|
};
|
|
1227
|
-
var
|
|
1032
|
+
var bulkSetsJobCount = (options) => {
|
|
1228
1033
|
return (options.client ?? client).get({
|
|
1229
1034
|
security: [
|
|
1230
1035
|
{
|
|
@@ -1232,47 +1037,55 @@ var listDocumentsVersionsSummary = (options) => {
|
|
|
1232
1037
|
type: "apiKey"
|
|
1233
1038
|
}
|
|
1234
1039
|
],
|
|
1235
|
-
url: "/api/v1/
|
|
1040
|
+
url: "/api/v1/subAccounts/{subAccountId}/bulkSets/count",
|
|
1236
1041
|
...options
|
|
1237
1042
|
});
|
|
1238
1043
|
};
|
|
1239
|
-
var
|
|
1240
|
-
return (options.client ?? client).
|
|
1044
|
+
var editDefaultAnswers = (options) => {
|
|
1045
|
+
return (options.client ?? client).put({
|
|
1241
1046
|
security: [
|
|
1242
1047
|
{
|
|
1243
1048
|
name: "Authorization",
|
|
1244
1049
|
type: "apiKey"
|
|
1245
1050
|
}
|
|
1246
1051
|
],
|
|
1247
|
-
url: "/api/v1/
|
|
1248
|
-
...options
|
|
1052
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/answers/defaults",
|
|
1053
|
+
...options,
|
|
1054
|
+
headers: {
|
|
1055
|
+
"Content-Type": "application/json",
|
|
1056
|
+
...options?.headers
|
|
1057
|
+
}
|
|
1249
1058
|
});
|
|
1250
1059
|
};
|
|
1251
|
-
var
|
|
1252
|
-
return (options
|
|
1060
|
+
var getSubscribedPublishers = (options) => {
|
|
1061
|
+
return (options?.client ?? client).get({
|
|
1253
1062
|
security: [
|
|
1254
1063
|
{
|
|
1255
1064
|
name: "Authorization",
|
|
1256
1065
|
type: "apiKey"
|
|
1257
1066
|
}
|
|
1258
1067
|
],
|
|
1259
|
-
url: "/api/v1/documents/
|
|
1068
|
+
url: "/api/v1/documents/publishers/subscribed",
|
|
1260
1069
|
...options
|
|
1261
1070
|
});
|
|
1262
1071
|
};
|
|
1263
|
-
var
|
|
1264
|
-
return (options.client ?? client).
|
|
1072
|
+
var sendGroupToCounterparty = (options) => {
|
|
1073
|
+
return (options.client ?? client).put({
|
|
1265
1074
|
security: [
|
|
1266
1075
|
{
|
|
1267
1076
|
name: "Authorization",
|
|
1268
1077
|
type: "apiKey"
|
|
1269
1078
|
}
|
|
1270
1079
|
],
|
|
1271
|
-
url: "/api/v1/
|
|
1272
|
-
...options
|
|
1080
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiationGroups/{negotiationGroupId}/sendToCounterparty",
|
|
1081
|
+
...options,
|
|
1082
|
+
headers: {
|
|
1083
|
+
"Content-Type": "application/json",
|
|
1084
|
+
...options?.headers
|
|
1085
|
+
}
|
|
1273
1086
|
});
|
|
1274
1087
|
};
|
|
1275
|
-
var
|
|
1088
|
+
var breakingChanges = (options) => {
|
|
1276
1089
|
return (options.client ?? client).get({
|
|
1277
1090
|
security: [
|
|
1278
1091
|
{
|
|
@@ -1280,11 +1093,11 @@ var documentRenderTemplate = (options) => {
|
|
|
1280
1093
|
type: "apiKey"
|
|
1281
1094
|
}
|
|
1282
1095
|
],
|
|
1283
|
-
url: "/api/v1/
|
|
1096
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/breaking_changes",
|
|
1284
1097
|
...options
|
|
1285
1098
|
});
|
|
1286
1099
|
};
|
|
1287
|
-
var
|
|
1100
|
+
var getOtherPartyAnswers = (options) => {
|
|
1288
1101
|
return (options.client ?? client).get({
|
|
1289
1102
|
security: [
|
|
1290
1103
|
{
|
|
@@ -1292,35 +1105,43 @@ var getAmendDefaults = (options) => {
|
|
|
1292
1105
|
type: "apiKey"
|
|
1293
1106
|
}
|
|
1294
1107
|
],
|
|
1295
|
-
url: "/api/v1/
|
|
1108
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/parties/{counterpartyId}/versions/{version}",
|
|
1296
1109
|
...options
|
|
1297
1110
|
});
|
|
1298
1111
|
};
|
|
1299
|
-
var
|
|
1300
|
-
return (options.client ?? client).
|
|
1112
|
+
var overrideElectionRejection = (options) => {
|
|
1113
|
+
return (options.client ?? client).put({
|
|
1301
1114
|
security: [
|
|
1302
1115
|
{
|
|
1303
1116
|
name: "Authorization",
|
|
1304
1117
|
type: "apiKey"
|
|
1305
1118
|
}
|
|
1306
1119
|
],
|
|
1307
|
-
url: "/api/v1/
|
|
1308
|
-
...options
|
|
1120
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/elections/{electionId}/reject/override",
|
|
1121
|
+
...options,
|
|
1122
|
+
headers: {
|
|
1123
|
+
"Content-Type": "application/json",
|
|
1124
|
+
...options?.headers
|
|
1125
|
+
}
|
|
1309
1126
|
});
|
|
1310
1127
|
};
|
|
1311
|
-
var
|
|
1312
|
-
return (options.client ?? client).
|
|
1128
|
+
var overrideElectionApproval = (options) => {
|
|
1129
|
+
return (options.client ?? client).put({
|
|
1313
1130
|
security: [
|
|
1314
1131
|
{
|
|
1315
1132
|
name: "Authorization",
|
|
1316
1133
|
type: "apiKey"
|
|
1317
1134
|
}
|
|
1318
1135
|
],
|
|
1319
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1320
|
-
...options
|
|
1136
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/elections/{electionId}/approve/override",
|
|
1137
|
+
...options,
|
|
1138
|
+
headers: {
|
|
1139
|
+
"Content-Type": "application/json",
|
|
1140
|
+
...options?.headers
|
|
1141
|
+
}
|
|
1321
1142
|
});
|
|
1322
1143
|
};
|
|
1323
|
-
var
|
|
1144
|
+
var getAllVersions = (options) => {
|
|
1324
1145
|
return (options.client ?? client).get({
|
|
1325
1146
|
security: [
|
|
1326
1147
|
{
|
|
@@ -1328,11 +1149,11 @@ var negotiationForkHistory = (options) => {
|
|
|
1328
1149
|
type: "apiKey"
|
|
1329
1150
|
}
|
|
1330
1151
|
],
|
|
1331
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1152
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/parties/{partyId}/versions/all",
|
|
1332
1153
|
...options
|
|
1333
1154
|
});
|
|
1334
1155
|
};
|
|
1335
|
-
var
|
|
1156
|
+
var listPotentialPresetAdvisors = (options) => {
|
|
1336
1157
|
return (options.client ?? client).get({
|
|
1337
1158
|
security: [
|
|
1338
1159
|
{
|
|
@@ -1340,59 +1161,55 @@ var getOriginalAnswersForForkNegotiation = (options) => {
|
|
|
1340
1161
|
type: "apiKey"
|
|
1341
1162
|
}
|
|
1342
1163
|
],
|
|
1343
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1164
|
+
url: "/api/v1/advisor/subAccounts/{subAccountId}/presets/{presetId}/potentialAdvisors",
|
|
1344
1165
|
...options
|
|
1345
1166
|
});
|
|
1346
1167
|
};
|
|
1347
|
-
var
|
|
1348
|
-
return (options.client ?? client).
|
|
1168
|
+
var getAsCdm = (options) => {
|
|
1169
|
+
return (options.client ?? client).get({
|
|
1349
1170
|
security: [
|
|
1350
1171
|
{
|
|
1351
1172
|
name: "Authorization",
|
|
1352
1173
|
type: "apiKey"
|
|
1353
1174
|
}
|
|
1354
1175
|
],
|
|
1355
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1176
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/cdm",
|
|
1356
1177
|
...options
|
|
1357
1178
|
});
|
|
1358
1179
|
};
|
|
1359
|
-
var
|
|
1360
|
-
return (options.client ?? client).
|
|
1180
|
+
var getApprovalRound = (options) => {
|
|
1181
|
+
return (options.client ?? client).get({
|
|
1361
1182
|
security: [
|
|
1362
1183
|
{
|
|
1363
1184
|
name: "Authorization",
|
|
1364
1185
|
type: "apiKey"
|
|
1365
1186
|
}
|
|
1366
1187
|
],
|
|
1367
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1368
|
-
...options
|
|
1369
|
-
headers: {
|
|
1370
|
-
"Content-Type": "application/json",
|
|
1371
|
-
...options?.headers
|
|
1372
|
-
}
|
|
1188
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/{roundId}",
|
|
1189
|
+
...options
|
|
1373
1190
|
});
|
|
1374
1191
|
};
|
|
1375
|
-
var
|
|
1376
|
-
return (options.client ?? client).
|
|
1192
|
+
var getPreviousActiveUsers = (options) => {
|
|
1193
|
+
return (options.client ?? client).get({
|
|
1377
1194
|
security: [
|
|
1378
1195
|
{
|
|
1379
1196
|
name: "Authorization",
|
|
1380
1197
|
type: "apiKey"
|
|
1381
1198
|
}
|
|
1382
1199
|
],
|
|
1383
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1200
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/previousActiveUsers",
|
|
1384
1201
|
...options
|
|
1385
1202
|
});
|
|
1386
1203
|
};
|
|
1387
|
-
var
|
|
1388
|
-
return (options.client ?? client).
|
|
1204
|
+
var revokePresetsAccess = (options) => {
|
|
1205
|
+
return (options.client ?? client).delete({
|
|
1389
1206
|
security: [
|
|
1390
1207
|
{
|
|
1391
1208
|
name: "Authorization",
|
|
1392
1209
|
type: "apiKey"
|
|
1393
1210
|
}
|
|
1394
1211
|
],
|
|
1395
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1212
|
+
url: "/api/v1/advisor/subAccounts/{subAccountId}/relationships/{relationshipId}/presets",
|
|
1396
1213
|
...options,
|
|
1397
1214
|
headers: {
|
|
1398
1215
|
"Content-Type": "application/json",
|
|
@@ -1400,15 +1217,15 @@ var editAnswers = (options) => {
|
|
|
1400
1217
|
}
|
|
1401
1218
|
});
|
|
1402
1219
|
};
|
|
1403
|
-
var
|
|
1404
|
-
return (options.client ?? client).
|
|
1220
|
+
var grantPresetsAccess = (options) => {
|
|
1221
|
+
return (options.client ?? client).post({
|
|
1405
1222
|
security: [
|
|
1406
1223
|
{
|
|
1407
1224
|
name: "Authorization",
|
|
1408
1225
|
type: "apiKey"
|
|
1409
1226
|
}
|
|
1410
1227
|
],
|
|
1411
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1228
|
+
url: "/api/v1/advisor/subAccounts/{subAccountId}/relationships/{relationshipId}/presets",
|
|
1412
1229
|
...options,
|
|
1413
1230
|
headers: {
|
|
1414
1231
|
"Content-Type": "application/json",
|
|
@@ -1416,43 +1233,47 @@ var editDefaultAnswers = (options) => {
|
|
|
1416
1233
|
}
|
|
1417
1234
|
});
|
|
1418
1235
|
};
|
|
1419
|
-
var
|
|
1420
|
-
return (options.client ?? client).
|
|
1236
|
+
var notifyOfDraft = (options) => {
|
|
1237
|
+
return (options.client ?? client).post({
|
|
1421
1238
|
security: [
|
|
1422
1239
|
{
|
|
1423
1240
|
name: "Authorization",
|
|
1424
1241
|
type: "apiKey"
|
|
1425
1242
|
}
|
|
1426
1243
|
],
|
|
1427
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1244
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/notifyOfDraft",
|
|
1428
1245
|
...options
|
|
1429
1246
|
});
|
|
1430
1247
|
};
|
|
1431
|
-
var
|
|
1432
|
-
return (options.client ?? client).
|
|
1248
|
+
var removeWatchers = (options) => {
|
|
1249
|
+
return (options.client ?? client).post({
|
|
1433
1250
|
security: [
|
|
1434
1251
|
{
|
|
1435
1252
|
name: "Authorization",
|
|
1436
1253
|
type: "apiKey"
|
|
1437
1254
|
}
|
|
1438
1255
|
],
|
|
1439
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1440
|
-
...options
|
|
1256
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/removeWatchers",
|
|
1257
|
+
...options,
|
|
1258
|
+
headers: {
|
|
1259
|
+
"Content-Type": "application/json",
|
|
1260
|
+
...options?.headers
|
|
1261
|
+
}
|
|
1441
1262
|
});
|
|
1442
1263
|
};
|
|
1443
|
-
var
|
|
1444
|
-
return (options.client ?? client).
|
|
1264
|
+
var getNegotiation = (options) => {
|
|
1265
|
+
return (options.client ?? client).get({
|
|
1445
1266
|
security: [
|
|
1446
1267
|
{
|
|
1447
1268
|
name: "Authorization",
|
|
1448
1269
|
type: "apiKey"
|
|
1449
1270
|
}
|
|
1450
1271
|
],
|
|
1451
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}
|
|
1272
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}",
|
|
1452
1273
|
...options
|
|
1453
1274
|
});
|
|
1454
1275
|
};
|
|
1455
|
-
var
|
|
1276
|
+
var updateMetadata = (options) => {
|
|
1456
1277
|
return (options.client ?? client).put({
|
|
1457
1278
|
security: [
|
|
1458
1279
|
{
|
|
@@ -1460,59 +1281,71 @@ var acceptAllPositionsFromPreviousVersion = (options) => {
|
|
|
1460
1281
|
type: "apiKey"
|
|
1461
1282
|
}
|
|
1462
1283
|
],
|
|
1463
|
-
url: "/api/v1/
|
|
1464
|
-
...options
|
|
1284
|
+
url: "/api/v1/presets/{presetId}/metadata",
|
|
1285
|
+
...options,
|
|
1286
|
+
headers: {
|
|
1287
|
+
"Content-Type": "application/json",
|
|
1288
|
+
...options?.headers
|
|
1289
|
+
}
|
|
1465
1290
|
});
|
|
1466
1291
|
};
|
|
1467
|
-
var
|
|
1468
|
-
return (options.client ?? client).
|
|
1292
|
+
var getDownloadExecutedNegotiationsAsExcel = (options) => {
|
|
1293
|
+
return (options.client ?? client).get({
|
|
1469
1294
|
security: [
|
|
1470
1295
|
{
|
|
1471
1296
|
name: "Authorization",
|
|
1472
1297
|
type: "apiKey"
|
|
1473
1298
|
}
|
|
1474
1299
|
],
|
|
1475
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1300
|
+
url: "/api/v1/subAccounts/{subAccountId}/executed_negotiations/xlsx",
|
|
1476
1301
|
...options
|
|
1477
1302
|
});
|
|
1478
1303
|
};
|
|
1479
|
-
var
|
|
1480
|
-
return (options.client ?? client).
|
|
1304
|
+
var downloadExecutedNegotiationsAsExcel = (options) => {
|
|
1305
|
+
return (options.client ?? client).post({
|
|
1481
1306
|
security: [
|
|
1482
1307
|
{
|
|
1483
1308
|
name: "Authorization",
|
|
1484
1309
|
type: "apiKey"
|
|
1485
1310
|
}
|
|
1486
1311
|
],
|
|
1487
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1488
|
-
...options
|
|
1312
|
+
url: "/api/v1/subAccounts/{subAccountId}/executed_negotiations/xlsx",
|
|
1313
|
+
...options,
|
|
1314
|
+
headers: {
|
|
1315
|
+
"Content-Type": "application/json",
|
|
1316
|
+
...options?.headers
|
|
1317
|
+
}
|
|
1489
1318
|
});
|
|
1490
1319
|
};
|
|
1491
|
-
var
|
|
1492
|
-
return (options.client ?? client).
|
|
1320
|
+
var deleteSignedSignaturePageForParty = (options) => {
|
|
1321
|
+
return (options.client ?? client).delete({
|
|
1493
1322
|
security: [
|
|
1494
1323
|
{
|
|
1495
1324
|
name: "Authorization",
|
|
1496
1325
|
type: "apiKey"
|
|
1497
1326
|
}
|
|
1498
1327
|
],
|
|
1499
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1328
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf",
|
|
1500
1329
|
...options
|
|
1501
1330
|
});
|
|
1502
1331
|
};
|
|
1503
|
-
var
|
|
1504
|
-
return (options.client ?? client).
|
|
1332
|
+
var setSignedSignaturePageForParty = (options) => {
|
|
1333
|
+
return (options.client ?? client).put({
|
|
1505
1334
|
security: [
|
|
1506
1335
|
{
|
|
1507
1336
|
name: "Authorization",
|
|
1508
1337
|
type: "apiKey"
|
|
1509
1338
|
}
|
|
1510
1339
|
],
|
|
1511
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1512
|
-
...options
|
|
1340
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf",
|
|
1341
|
+
...options,
|
|
1342
|
+
headers: {
|
|
1343
|
+
"Content-Type": "application/pdf",
|
|
1344
|
+
...options?.headers
|
|
1345
|
+
}
|
|
1513
1346
|
});
|
|
1514
1347
|
};
|
|
1515
|
-
var
|
|
1348
|
+
var suggestGroupName = (options) => {
|
|
1516
1349
|
return (options.client ?? client).get({
|
|
1517
1350
|
security: [
|
|
1518
1351
|
{
|
|
@@ -1520,23 +1353,27 @@ var getOtherPartyAnswers = (options) => {
|
|
|
1520
1353
|
type: "apiKey"
|
|
1521
1354
|
}
|
|
1522
1355
|
],
|
|
1523
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1356
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiationGroups/nameSuggestions",
|
|
1524
1357
|
...options
|
|
1525
1358
|
});
|
|
1526
1359
|
};
|
|
1527
|
-
var
|
|
1528
|
-
return (options.client ?? client).
|
|
1360
|
+
var markActivityEventsAsViewed = (options) => {
|
|
1361
|
+
return (options.client ?? client).put({
|
|
1529
1362
|
security: [
|
|
1530
1363
|
{
|
|
1531
1364
|
name: "Authorization",
|
|
1532
1365
|
type: "apiKey"
|
|
1533
1366
|
}
|
|
1534
1367
|
],
|
|
1535
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1536
|
-
...options
|
|
1368
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/timeline/activities/markAsRead",
|
|
1369
|
+
...options,
|
|
1370
|
+
headers: {
|
|
1371
|
+
"Content-Type": "application/json",
|
|
1372
|
+
...options?.headers
|
|
1373
|
+
}
|
|
1537
1374
|
});
|
|
1538
1375
|
};
|
|
1539
|
-
var
|
|
1376
|
+
var cancelExtraction = (options) => {
|
|
1540
1377
|
return (options.client ?? client).put({
|
|
1541
1378
|
security: [
|
|
1542
1379
|
{
|
|
@@ -1544,19 +1381,19 @@ var acceptCounterpartyPosition = (options) => {
|
|
|
1544
1381
|
type: "apiKey"
|
|
1545
1382
|
}
|
|
1546
1383
|
],
|
|
1547
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1384
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/extraction/cancel",
|
|
1548
1385
|
...options
|
|
1549
1386
|
});
|
|
1550
1387
|
};
|
|
1551
|
-
var
|
|
1552
|
-
return (options.client ?? client).
|
|
1388
|
+
var editAnswers = (options) => {
|
|
1389
|
+
return (options.client ?? client).put({
|
|
1553
1390
|
security: [
|
|
1554
1391
|
{
|
|
1555
1392
|
name: "Authorization",
|
|
1556
1393
|
type: "apiKey"
|
|
1557
1394
|
}
|
|
1558
1395
|
],
|
|
1559
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/answers
|
|
1396
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/answers",
|
|
1560
1397
|
...options,
|
|
1561
1398
|
headers: {
|
|
1562
1399
|
"Content-Type": "application/json",
|
|
@@ -1564,23 +1401,19 @@ var getMultipleNestedAnswers = (options) => {
|
|
|
1564
1401
|
}
|
|
1565
1402
|
});
|
|
1566
1403
|
};
|
|
1567
|
-
var
|
|
1568
|
-
return (options.client ?? client).
|
|
1404
|
+
var getComments = (options) => {
|
|
1405
|
+
return (options.client ?? client).get({
|
|
1569
1406
|
security: [
|
|
1570
1407
|
{
|
|
1571
1408
|
name: "Authorization",
|
|
1572
1409
|
type: "apiKey"
|
|
1573
1410
|
}
|
|
1574
1411
|
],
|
|
1575
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1576
|
-
...options
|
|
1577
|
-
headers: {
|
|
1578
|
-
"Content-Type": "application/json",
|
|
1579
|
-
...options?.headers
|
|
1580
|
-
}
|
|
1412
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/timeline/comments",
|
|
1413
|
+
...options
|
|
1581
1414
|
});
|
|
1582
1415
|
};
|
|
1583
|
-
var
|
|
1416
|
+
var getDraftingNotesDocument = (options) => {
|
|
1584
1417
|
return (options.client ?? client).get({
|
|
1585
1418
|
security: [
|
|
1586
1419
|
{
|
|
@@ -1588,11 +1421,11 @@ var getNestedAnswers = (options) => {
|
|
|
1588
1421
|
type: "apiKey"
|
|
1589
1422
|
}
|
|
1590
1423
|
],
|
|
1591
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1424
|
+
url: "/api/v1/subAccounts/{subAccountId}/draftingNotes",
|
|
1592
1425
|
...options
|
|
1593
1426
|
});
|
|
1594
1427
|
};
|
|
1595
|
-
var
|
|
1428
|
+
var acceptAllPositionsFromFork = (options) => {
|
|
1596
1429
|
return (options.client ?? client).put({
|
|
1597
1430
|
security: [
|
|
1598
1431
|
{
|
|
@@ -1600,51 +1433,47 @@ var setNestedAnswers = (options) => {
|
|
|
1600
1433
|
type: "apiKey"
|
|
1601
1434
|
}
|
|
1602
1435
|
],
|
|
1603
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1604
|
-
...options
|
|
1605
|
-
headers: {
|
|
1606
|
-
"Content-Type": "application/json",
|
|
1607
|
-
...options?.headers
|
|
1608
|
-
}
|
|
1436
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/acceptOriginalPosition/{forkedNegotiationId}",
|
|
1437
|
+
...options
|
|
1609
1438
|
});
|
|
1610
1439
|
};
|
|
1611
|
-
var
|
|
1612
|
-
return (options.client ?? client).
|
|
1440
|
+
var acceptAllPresetPositions = (options) => {
|
|
1441
|
+
return (options.client ?? client).put({
|
|
1613
1442
|
security: [
|
|
1614
1443
|
{
|
|
1615
1444
|
name: "Authorization",
|
|
1616
1445
|
type: "apiKey"
|
|
1617
1446
|
}
|
|
1618
1447
|
],
|
|
1619
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1448
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/acceptPresetPosition",
|
|
1620
1449
|
...options
|
|
1621
1450
|
});
|
|
1622
1451
|
};
|
|
1623
|
-
var
|
|
1624
|
-
return (options.client ?? client).
|
|
1452
|
+
var sendChaserEmail = (options) => {
|
|
1453
|
+
return (options.client ?? client).post({
|
|
1625
1454
|
security: [
|
|
1626
1455
|
{
|
|
1627
1456
|
name: "Authorization",
|
|
1628
1457
|
type: "apiKey"
|
|
1629
1458
|
}
|
|
1630
1459
|
],
|
|
1631
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1460
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/sendChaserEmail",
|
|
1632
1461
|
...options
|
|
1633
1462
|
});
|
|
1634
1463
|
};
|
|
1635
|
-
var
|
|
1636
|
-
return (options.client ?? client).
|
|
1464
|
+
var createSigningPack = (options) => {
|
|
1465
|
+
return (options.client ?? client).get({
|
|
1637
1466
|
security: [
|
|
1638
1467
|
{
|
|
1639
1468
|
name: "Authorization",
|
|
1640
1469
|
type: "apiKey"
|
|
1641
1470
|
}
|
|
1642
1471
|
],
|
|
1643
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1472
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signingPack",
|
|
1644
1473
|
...options
|
|
1645
1474
|
});
|
|
1646
1475
|
};
|
|
1647
|
-
var
|
|
1476
|
+
var getGroupNames = (options) => {
|
|
1648
1477
|
return (options.client ?? client).get({
|
|
1649
1478
|
security: [
|
|
1650
1479
|
{
|
|
@@ -1652,35 +1481,39 @@ var initialAnswers = (options) => {
|
|
|
1652
1481
|
type: "apiKey"
|
|
1653
1482
|
}
|
|
1654
1483
|
],
|
|
1655
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1484
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiationGroups",
|
|
1656
1485
|
...options
|
|
1657
1486
|
});
|
|
1658
1487
|
};
|
|
1659
|
-
var
|
|
1660
|
-
return (options.client ?? client).
|
|
1488
|
+
var createGroup = (options) => {
|
|
1489
|
+
return (options.client ?? client).post({
|
|
1661
1490
|
security: [
|
|
1662
1491
|
{
|
|
1663
1492
|
name: "Authorization",
|
|
1664
1493
|
type: "apiKey"
|
|
1665
1494
|
}
|
|
1666
1495
|
],
|
|
1667
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1668
|
-
...options
|
|
1496
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiationGroups",
|
|
1497
|
+
...options,
|
|
1498
|
+
headers: {
|
|
1499
|
+
"Content-Type": "application/json",
|
|
1500
|
+
...options?.headers
|
|
1501
|
+
}
|
|
1669
1502
|
});
|
|
1670
1503
|
};
|
|
1671
|
-
var
|
|
1672
|
-
return (options.client ?? client).
|
|
1504
|
+
var getNegotiationFilesSummary = (options) => {
|
|
1505
|
+
return (options.client ?? client).get({
|
|
1673
1506
|
security: [
|
|
1674
1507
|
{
|
|
1675
1508
|
name: "Authorization",
|
|
1676
1509
|
type: "apiKey"
|
|
1677
1510
|
}
|
|
1678
1511
|
],
|
|
1679
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1512
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/negotiationFiles/summary",
|
|
1680
1513
|
...options
|
|
1681
1514
|
});
|
|
1682
1515
|
};
|
|
1683
|
-
var
|
|
1516
|
+
var getUsers = (options) => {
|
|
1684
1517
|
return (options.client ?? client).get({
|
|
1685
1518
|
security: [
|
|
1686
1519
|
{
|
|
@@ -1688,11 +1521,23 @@ var getPreviousActiveUsers = (options) => {
|
|
|
1688
1521
|
type: "apiKey"
|
|
1689
1522
|
}
|
|
1690
1523
|
],
|
|
1691
|
-
url: "/api/v1/
|
|
1524
|
+
url: "/api/v1/subaccount/{subAccountId}/users",
|
|
1692
1525
|
...options
|
|
1693
1526
|
});
|
|
1694
1527
|
};
|
|
1695
|
-
var
|
|
1528
|
+
var getSettings = (options) => {
|
|
1529
|
+
return (options?.client ?? client).get({
|
|
1530
|
+
security: [
|
|
1531
|
+
{
|
|
1532
|
+
name: "Authorization",
|
|
1533
|
+
type: "apiKey"
|
|
1534
|
+
}
|
|
1535
|
+
],
|
|
1536
|
+
url: "/api/v1/account/settings",
|
|
1537
|
+
...options
|
|
1538
|
+
});
|
|
1539
|
+
};
|
|
1540
|
+
var confirm = (options) => {
|
|
1696
1541
|
return (options.client ?? client).put({
|
|
1697
1542
|
security: [
|
|
1698
1543
|
{
|
|
@@ -1700,27 +1545,23 @@ var setCounterparties = (options) => {
|
|
|
1700
1545
|
type: "apiKey"
|
|
1701
1546
|
}
|
|
1702
1547
|
],
|
|
1703
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1704
|
-
...options
|
|
1705
|
-
headers: {
|
|
1706
|
-
"Content-Type": "application/json",
|
|
1707
|
-
...options?.headers
|
|
1708
|
-
}
|
|
1548
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/confirm",
|
|
1549
|
+
...options
|
|
1709
1550
|
});
|
|
1710
1551
|
};
|
|
1711
|
-
var
|
|
1712
|
-
return (options.client ?? client).
|
|
1552
|
+
var sendDocumentApprovalReminder = (options) => {
|
|
1553
|
+
return (options.client ?? client).put({
|
|
1713
1554
|
security: [
|
|
1714
1555
|
{
|
|
1715
1556
|
name: "Authorization",
|
|
1716
1557
|
type: "apiKey"
|
|
1717
1558
|
}
|
|
1718
1559
|
],
|
|
1719
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1560
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/document/reminder",
|
|
1720
1561
|
...options
|
|
1721
1562
|
});
|
|
1722
1563
|
};
|
|
1723
|
-
var
|
|
1564
|
+
var getStatistics = (options) => {
|
|
1724
1565
|
return (options.client ?? client).get({
|
|
1725
1566
|
security: [
|
|
1726
1567
|
{
|
|
@@ -1728,109 +1569,119 @@ var getExternalAttachment = (options) => {
|
|
|
1728
1569
|
type: "apiKey"
|
|
1729
1570
|
}
|
|
1730
1571
|
],
|
|
1731
|
-
url: "/api/
|
|
1572
|
+
url: "/api/v2/subAccounts/{subAccountId}/statistics",
|
|
1732
1573
|
...options
|
|
1733
1574
|
});
|
|
1734
1575
|
};
|
|
1735
|
-
var
|
|
1736
|
-
return (options.client ?? client).
|
|
1576
|
+
var presetSwapParties = (options) => {
|
|
1577
|
+
return (options.client ?? client).put({
|
|
1737
1578
|
security: [
|
|
1738
1579
|
{
|
|
1739
1580
|
name: "Authorization",
|
|
1740
1581
|
type: "apiKey"
|
|
1741
1582
|
}
|
|
1742
1583
|
],
|
|
1743
|
-
url: "/api/v1/
|
|
1584
|
+
url: "/api/v1/presets/{presetId}/swapParties",
|
|
1744
1585
|
...options
|
|
1745
1586
|
});
|
|
1746
1587
|
};
|
|
1747
|
-
var
|
|
1748
|
-
return (options.client ?? client).
|
|
1749
|
-
...formDataBodySerializer,
|
|
1588
|
+
var approveFinalDocument = (options) => {
|
|
1589
|
+
return (options.client ?? client).put({
|
|
1750
1590
|
security: [
|
|
1751
1591
|
{
|
|
1752
1592
|
name: "Authorization",
|
|
1753
1593
|
type: "apiKey"
|
|
1754
1594
|
}
|
|
1755
1595
|
],
|
|
1756
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1596
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/document/approve",
|
|
1757
1597
|
...options,
|
|
1758
1598
|
headers: {
|
|
1759
|
-
"Content-Type":
|
|
1599
|
+
"Content-Type": "application/json",
|
|
1760
1600
|
...options?.headers
|
|
1761
1601
|
}
|
|
1762
1602
|
});
|
|
1763
1603
|
};
|
|
1764
|
-
var
|
|
1765
|
-
return (options.client ?? client).
|
|
1604
|
+
var resetUserAnswers = (options) => {
|
|
1605
|
+
return (options.client ?? client).post({
|
|
1766
1606
|
security: [
|
|
1767
1607
|
{
|
|
1768
1608
|
name: "Authorization",
|
|
1769
1609
|
type: "apiKey"
|
|
1770
1610
|
}
|
|
1771
1611
|
],
|
|
1772
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1612
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/extraction/resetAnswers",
|
|
1773
1613
|
...options,
|
|
1774
1614
|
headers: {
|
|
1775
|
-
"Content-Type": "application/
|
|
1615
|
+
"Content-Type": "application/json",
|
|
1776
1616
|
...options?.headers
|
|
1777
1617
|
}
|
|
1778
1618
|
});
|
|
1779
1619
|
};
|
|
1780
|
-
var
|
|
1781
|
-
return (options.client ?? client).
|
|
1620
|
+
var getMajorVersions = (options) => {
|
|
1621
|
+
return (options.client ?? client).get({
|
|
1782
1622
|
security: [
|
|
1783
1623
|
{
|
|
1784
1624
|
name: "Authorization",
|
|
1785
1625
|
type: "apiKey"
|
|
1786
1626
|
}
|
|
1787
1627
|
],
|
|
1788
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1628
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/parties/{partyId}/versions",
|
|
1789
1629
|
...options
|
|
1790
1630
|
});
|
|
1791
1631
|
};
|
|
1792
|
-
var
|
|
1793
|
-
return (options.client ?? client).
|
|
1632
|
+
var updateUserAnswers = (options) => {
|
|
1633
|
+
return (options.client ?? client).put({
|
|
1794
1634
|
security: [
|
|
1795
1635
|
{
|
|
1796
1636
|
name: "Authorization",
|
|
1797
1637
|
type: "apiKey"
|
|
1798
1638
|
}
|
|
1799
1639
|
],
|
|
1800
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1640
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/extraction/answers",
|
|
1641
|
+
...options,
|
|
1642
|
+
headers: {
|
|
1643
|
+
"Content-Type": "application/json",
|
|
1644
|
+
...options?.headers
|
|
1645
|
+
}
|
|
1646
|
+
});
|
|
1647
|
+
};
|
|
1648
|
+
var deleteDocumentElectionDraftingNote = (options) => {
|
|
1649
|
+
return (options.client ?? client).delete({
|
|
1650
|
+
security: [
|
|
1651
|
+
{
|
|
1652
|
+
name: "Authorization",
|
|
1653
|
+
type: "apiKey"
|
|
1654
|
+
}
|
|
1655
|
+
],
|
|
1656
|
+
url: "/api/v1/documents/{documentId}/subAccounts/{subAccountId}/draftingNote/elections/{electionId}/noteType/{noteType}",
|
|
1801
1657
|
...options
|
|
1802
1658
|
});
|
|
1803
1659
|
};
|
|
1804
|
-
var
|
|
1805
|
-
return (options.client ?? client).
|
|
1660
|
+
var updateDocumentElectionDraftingNote = (options) => {
|
|
1661
|
+
return (options.client ?? client).put({
|
|
1806
1662
|
security: [
|
|
1807
1663
|
{
|
|
1808
1664
|
name: "Authorization",
|
|
1809
1665
|
type: "apiKey"
|
|
1810
1666
|
}
|
|
1811
1667
|
],
|
|
1812
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1668
|
+
url: "/api/v1/documents/{documentId}/subAccounts/{subAccountId}/draftingNote/elections/{electionId}/noteType/{noteType}",
|
|
1813
1669
|
...options
|
|
1814
1670
|
});
|
|
1815
1671
|
};
|
|
1816
|
-
var
|
|
1817
|
-
return (options.client ?? client).
|
|
1818
|
-
...formDataBodySerializer,
|
|
1672
|
+
var assignToMe = (options) => {
|
|
1673
|
+
return (options.client ?? client).put({
|
|
1819
1674
|
security: [
|
|
1820
1675
|
{
|
|
1821
1676
|
name: "Authorization",
|
|
1822
1677
|
type: "apiKey"
|
|
1823
1678
|
}
|
|
1824
1679
|
],
|
|
1825
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1826
|
-
...options
|
|
1827
|
-
headers: {
|
|
1828
|
-
"Content-Type": null,
|
|
1829
|
-
...options?.headers
|
|
1830
|
-
}
|
|
1680
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/owner/myself",
|
|
1681
|
+
...options
|
|
1831
1682
|
});
|
|
1832
1683
|
};
|
|
1833
|
-
var
|
|
1684
|
+
var updateGroupMembers = (options) => {
|
|
1834
1685
|
return (options.client ?? client).put({
|
|
1835
1686
|
security: [
|
|
1836
1687
|
{
|
|
@@ -1838,75 +1689,63 @@ var setExecutionAttachment = (options) => {
|
|
|
1838
1689
|
type: "apiKey"
|
|
1839
1690
|
}
|
|
1840
1691
|
],
|
|
1841
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1692
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiationGroups/{negotiationGroupId}/members",
|
|
1842
1693
|
...options,
|
|
1843
1694
|
headers: {
|
|
1844
|
-
"Content-Type": "application/
|
|
1695
|
+
"Content-Type": "application/json",
|
|
1845
1696
|
...options?.headers
|
|
1846
1697
|
}
|
|
1847
1698
|
});
|
|
1848
1699
|
};
|
|
1849
|
-
var
|
|
1850
|
-
return (options.client ?? client).
|
|
1700
|
+
var getSignedSignaturePagePdf = (options) => {
|
|
1701
|
+
return (options.client ?? client).get({
|
|
1851
1702
|
security: [
|
|
1852
1703
|
{
|
|
1853
1704
|
name: "Authorization",
|
|
1854
1705
|
type: "apiKey"
|
|
1855
1706
|
}
|
|
1856
1707
|
],
|
|
1857
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1708
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{sigPageId}/signed/pdf",
|
|
1858
1709
|
...options
|
|
1859
1710
|
});
|
|
1860
1711
|
};
|
|
1861
|
-
var
|
|
1862
|
-
return (options.client ?? client).
|
|
1712
|
+
var presetGetDocumentSchema = (options) => {
|
|
1713
|
+
return (options.client ?? client).get({
|
|
1863
1714
|
security: [
|
|
1864
1715
|
{
|
|
1865
1716
|
name: "Authorization",
|
|
1866
1717
|
type: "apiKey"
|
|
1867
1718
|
}
|
|
1868
1719
|
],
|
|
1869
|
-
url: "/api/v1/
|
|
1870
|
-
...options
|
|
1871
|
-
headers: {
|
|
1872
|
-
"Content-Type": "application/json",
|
|
1873
|
-
...options?.headers
|
|
1874
|
-
}
|
|
1720
|
+
url: "/api/v1/presets/{presetId}/schema",
|
|
1721
|
+
...options
|
|
1875
1722
|
});
|
|
1876
1723
|
};
|
|
1877
|
-
var
|
|
1878
|
-
return (options
|
|
1724
|
+
var listSubAccounts = (options) => {
|
|
1725
|
+
return (options?.client ?? client).get({
|
|
1879
1726
|
security: [
|
|
1880
1727
|
{
|
|
1881
1728
|
name: "Authorization",
|
|
1882
1729
|
type: "apiKey"
|
|
1883
1730
|
}
|
|
1884
1731
|
],
|
|
1885
|
-
url: "/api/v1/subAccounts
|
|
1886
|
-
...options
|
|
1887
|
-
headers: {
|
|
1888
|
-
"Content-Type": "application/json",
|
|
1889
|
-
...options?.headers
|
|
1890
|
-
}
|
|
1732
|
+
url: "/api/v1/subAccounts",
|
|
1733
|
+
...options
|
|
1891
1734
|
});
|
|
1892
1735
|
};
|
|
1893
|
-
var
|
|
1894
|
-
return (options.client ?? client).
|
|
1736
|
+
var documentsFilter = (options) => {
|
|
1737
|
+
return (options.client ?? client).get({
|
|
1895
1738
|
security: [
|
|
1896
1739
|
{
|
|
1897
1740
|
name: "Authorization",
|
|
1898
1741
|
type: "apiKey"
|
|
1899
1742
|
}
|
|
1900
1743
|
],
|
|
1901
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1902
|
-
...options
|
|
1903
|
-
headers: {
|
|
1904
|
-
"Content-Type": "application/json",
|
|
1905
|
-
...options?.headers
|
|
1906
|
-
}
|
|
1744
|
+
url: "/api/v1/subAccounts/{subAccountId}/documents/filters/{filter}",
|
|
1745
|
+
...options
|
|
1907
1746
|
});
|
|
1908
1747
|
};
|
|
1909
|
-
var
|
|
1748
|
+
var markAsOffline = (options) => {
|
|
1910
1749
|
return (options.client ?? client).put({
|
|
1911
1750
|
security: [
|
|
1912
1751
|
{
|
|
@@ -1914,75 +1753,59 @@ var swapParties = (options) => {
|
|
|
1914
1753
|
type: "apiKey"
|
|
1915
1754
|
}
|
|
1916
1755
|
],
|
|
1917
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1756
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/markAsOffline",
|
|
1918
1757
|
...options
|
|
1919
1758
|
});
|
|
1920
1759
|
};
|
|
1921
|
-
var
|
|
1922
|
-
return (options.client ?? client).
|
|
1760
|
+
var checkSignedSignaturePagePdf = (options) => {
|
|
1761
|
+
return (options.client ?? client).get({
|
|
1923
1762
|
security: [
|
|
1924
1763
|
{
|
|
1925
1764
|
name: "Authorization",
|
|
1926
1765
|
type: "apiKey"
|
|
1927
1766
|
}
|
|
1928
1767
|
],
|
|
1929
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1930
|
-
...options
|
|
1931
|
-
headers: {
|
|
1932
|
-
"Content-Type": "application/json",
|
|
1933
|
-
...options?.headers
|
|
1934
|
-
}
|
|
1768
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/signed/pdf/exists",
|
|
1769
|
+
...options
|
|
1935
1770
|
});
|
|
1936
1771
|
};
|
|
1937
|
-
var
|
|
1938
|
-
return (options.client ?? client).
|
|
1772
|
+
var getAnnotatedOfflineNegotiatedDocument = (options) => {
|
|
1773
|
+
return (options.client ?? client).get({
|
|
1939
1774
|
security: [
|
|
1940
1775
|
{
|
|
1941
1776
|
name: "Authorization",
|
|
1942
1777
|
type: "apiKey"
|
|
1943
1778
|
}
|
|
1944
1779
|
],
|
|
1945
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1946
|
-
...options
|
|
1947
|
-
headers: {
|
|
1948
|
-
"Content-Type": "application/json",
|
|
1949
|
-
...options?.headers
|
|
1950
|
-
}
|
|
1780
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/offline_negotiated_document/annotated",
|
|
1781
|
+
...options
|
|
1951
1782
|
});
|
|
1952
1783
|
};
|
|
1953
|
-
var
|
|
1954
|
-
return (options.client ?? client).
|
|
1784
|
+
var deleteAuxiliaryDocument = (options) => {
|
|
1785
|
+
return (options.client ?? client).delete({
|
|
1955
1786
|
security: [
|
|
1956
1787
|
{
|
|
1957
1788
|
name: "Authorization",
|
|
1958
1789
|
type: "apiKey"
|
|
1959
1790
|
}
|
|
1960
1791
|
],
|
|
1961
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1962
|
-
...options
|
|
1963
|
-
headers: {
|
|
1964
|
-
"Content-Type": "application/json",
|
|
1965
|
-
...options?.headers
|
|
1966
|
-
}
|
|
1792
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/auxiliary_document",
|
|
1793
|
+
...options
|
|
1967
1794
|
});
|
|
1968
1795
|
};
|
|
1969
|
-
var
|
|
1970
|
-
return (options.client ?? client).
|
|
1796
|
+
var getAuxiliaryDocument = (options) => {
|
|
1797
|
+
return (options.client ?? client).get({
|
|
1971
1798
|
security: [
|
|
1972
1799
|
{
|
|
1973
1800
|
name: "Authorization",
|
|
1974
1801
|
type: "apiKey"
|
|
1975
1802
|
}
|
|
1976
1803
|
],
|
|
1977
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1978
|
-
...options
|
|
1979
|
-
headers: {
|
|
1980
|
-
"Content-Type": "application/json",
|
|
1981
|
-
...options?.headers
|
|
1982
|
-
}
|
|
1804
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/auxiliary_document",
|
|
1805
|
+
...options
|
|
1983
1806
|
});
|
|
1984
1807
|
};
|
|
1985
|
-
var
|
|
1808
|
+
var setAuxiliaryDocument = (options) => {
|
|
1986
1809
|
return (options.client ?? client).put({
|
|
1987
1810
|
security: [
|
|
1988
1811
|
{
|
|
@@ -1990,27 +1813,27 @@ var sendToCounterparty = (options) => {
|
|
|
1990
1813
|
type: "apiKey"
|
|
1991
1814
|
}
|
|
1992
1815
|
],
|
|
1993
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1816
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/auxiliary_document",
|
|
1994
1817
|
...options,
|
|
1995
1818
|
headers: {
|
|
1996
|
-
"Content-Type": "application/
|
|
1819
|
+
"Content-Type": "application/pdf",
|
|
1997
1820
|
...options?.headers
|
|
1998
1821
|
}
|
|
1999
1822
|
});
|
|
2000
1823
|
};
|
|
2001
|
-
var
|
|
2002
|
-
return (options.client ?? client).
|
|
1824
|
+
var downloadPreExecutionCounterpartyNegotiation = (options) => {
|
|
1825
|
+
return (options.client ?? client).get({
|
|
2003
1826
|
security: [
|
|
2004
1827
|
{
|
|
2005
1828
|
name: "Authorization",
|
|
2006
1829
|
type: "apiKey"
|
|
2007
1830
|
}
|
|
2008
1831
|
],
|
|
2009
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1832
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/parties/{counterpartyId}/extension/{extension}",
|
|
2010
1833
|
...options
|
|
2011
1834
|
});
|
|
2012
1835
|
};
|
|
2013
|
-
var
|
|
1836
|
+
var cancel = (options) => {
|
|
2014
1837
|
return (options.client ?? client).put({
|
|
2015
1838
|
security: [
|
|
2016
1839
|
{
|
|
@@ -2018,7 +1841,7 @@ var setGeneralCoverNote = (options) => {
|
|
|
2018
1841
|
type: "apiKey"
|
|
2019
1842
|
}
|
|
2020
1843
|
],
|
|
2021
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1844
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/cancel",
|
|
2022
1845
|
...options,
|
|
2023
1846
|
headers: {
|
|
2024
1847
|
"Content-Type": "application/json",
|
|
@@ -2026,15 +1849,15 @@ var setGeneralCoverNote = (options) => {
|
|
|
2026
1849
|
}
|
|
2027
1850
|
});
|
|
2028
1851
|
};
|
|
2029
|
-
var
|
|
2030
|
-
return (options.client ?? client).
|
|
1852
|
+
var revokeNegotiationsAccess = (options) => {
|
|
1853
|
+
return (options.client ?? client).delete({
|
|
2031
1854
|
security: [
|
|
2032
1855
|
{
|
|
2033
1856
|
name: "Authorization",
|
|
2034
1857
|
type: "apiKey"
|
|
2035
1858
|
}
|
|
2036
1859
|
],
|
|
2037
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1860
|
+
url: "/api/v1/advisor/subAccounts/{subAccountId}/relationships/{relationshipId}/negotiations",
|
|
2038
1861
|
...options,
|
|
2039
1862
|
headers: {
|
|
2040
1863
|
"Content-Type": "application/json",
|
|
@@ -2042,15 +1865,15 @@ var negotiationSendForApproval = (options) => {
|
|
|
2042
1865
|
}
|
|
2043
1866
|
});
|
|
2044
1867
|
};
|
|
2045
|
-
var
|
|
2046
|
-
return (options.client ?? client).
|
|
1868
|
+
var grantNegotiationsAccess = (options) => {
|
|
1869
|
+
return (options.client ?? client).post({
|
|
2047
1870
|
security: [
|
|
2048
1871
|
{
|
|
2049
1872
|
name: "Authorization",
|
|
2050
1873
|
type: "apiKey"
|
|
2051
1874
|
}
|
|
2052
1875
|
],
|
|
2053
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1876
|
+
url: "/api/v1/advisor/subAccounts/{subAccountId}/relationships/{relationshipId}/negotiations",
|
|
2054
1877
|
...options,
|
|
2055
1878
|
headers: {
|
|
2056
1879
|
"Content-Type": "application/json",
|
|
@@ -2058,95 +1881,103 @@ var changeSigningMode = (options) => {
|
|
|
2058
1881
|
}
|
|
2059
1882
|
});
|
|
2060
1883
|
};
|
|
2061
|
-
var
|
|
2062
|
-
return (options.client ?? client).
|
|
1884
|
+
var listDocuments = (options) => {
|
|
1885
|
+
return (options.client ?? client).get({
|
|
2063
1886
|
security: [
|
|
2064
1887
|
{
|
|
2065
1888
|
name: "Authorization",
|
|
2066
1889
|
type: "apiKey"
|
|
2067
1890
|
}
|
|
2068
1891
|
],
|
|
2069
|
-
url: "/api/v1/
|
|
2070
|
-
...options
|
|
2071
|
-
headers: {
|
|
2072
|
-
"Content-Type": "application/json",
|
|
2073
|
-
...options?.headers
|
|
2074
|
-
}
|
|
1892
|
+
url: "/api/v1/documents",
|
|
1893
|
+
...options
|
|
2075
1894
|
});
|
|
2076
1895
|
};
|
|
2077
|
-
var
|
|
2078
|
-
return (options.client ?? client).
|
|
1896
|
+
var getPartyAnswers = (options) => {
|
|
1897
|
+
return (options.client ?? client).get({
|
|
2079
1898
|
security: [
|
|
2080
1899
|
{
|
|
2081
1900
|
name: "Authorization",
|
|
2082
1901
|
type: "apiKey"
|
|
2083
1902
|
}
|
|
2084
1903
|
],
|
|
2085
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
1904
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/versions/{version}",
|
|
2086
1905
|
...options
|
|
2087
1906
|
});
|
|
2088
1907
|
};
|
|
2089
|
-
var
|
|
2090
|
-
return (options.client ?? client).
|
|
1908
|
+
var getNegotiationsGroup = (options) => {
|
|
1909
|
+
return (options.client ?? client).get({
|
|
2091
1910
|
security: [
|
|
2092
1911
|
{
|
|
2093
1912
|
name: "Authorization",
|
|
2094
1913
|
type: "apiKey"
|
|
2095
1914
|
}
|
|
2096
1915
|
],
|
|
2097
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
1916
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiationGroups/{negotiationGroupId}/negotiations",
|
|
2098
1917
|
...options
|
|
2099
1918
|
});
|
|
2100
1919
|
};
|
|
2101
|
-
var
|
|
2102
|
-
return (options.client ?? client).
|
|
1920
|
+
var deletePreset = (options) => {
|
|
1921
|
+
return (options.client ?? client).delete({
|
|
2103
1922
|
security: [
|
|
2104
1923
|
{
|
|
2105
1924
|
name: "Authorization",
|
|
2106
1925
|
type: "apiKey"
|
|
2107
1926
|
}
|
|
2108
1927
|
],
|
|
2109
|
-
url: "/api/v1/
|
|
2110
|
-
...options
|
|
2111
|
-
headers: {
|
|
2112
|
-
"Content-Type": "application/json",
|
|
2113
|
-
...options?.headers
|
|
2114
|
-
}
|
|
1928
|
+
url: "/api/v1/presets/{presetId}",
|
|
1929
|
+
...options
|
|
2115
1930
|
});
|
|
2116
1931
|
};
|
|
2117
|
-
var
|
|
2118
|
-
return (options.client ?? client).
|
|
1932
|
+
var getPreset = (options) => {
|
|
1933
|
+
return (options.client ?? client).get({
|
|
2119
1934
|
security: [
|
|
2120
1935
|
{
|
|
2121
1936
|
name: "Authorization",
|
|
2122
1937
|
type: "apiKey"
|
|
2123
1938
|
}
|
|
2124
1939
|
],
|
|
2125
|
-
url: "/api/v1/
|
|
2126
|
-
...options
|
|
2127
|
-
headers: {
|
|
2128
|
-
"Content-Type": "application/json",
|
|
2129
|
-
...options?.headers
|
|
2130
|
-
}
|
|
1940
|
+
url: "/api/v1/presets/{presetId}",
|
|
1941
|
+
...options
|
|
2131
1942
|
});
|
|
2132
1943
|
};
|
|
2133
|
-
var
|
|
2134
|
-
return (options.client ?? client).
|
|
1944
|
+
var createPresetAuditTrailJson = (options) => {
|
|
1945
|
+
return (options.client ?? client).get({
|
|
2135
1946
|
security: [
|
|
2136
1947
|
{
|
|
2137
1948
|
name: "Authorization",
|
|
2138
1949
|
type: "apiKey"
|
|
2139
1950
|
}
|
|
2140
1951
|
],
|
|
2141
|
-
url: "/api/v1/
|
|
2142
|
-
...options
|
|
2143
|
-
headers: {
|
|
2144
|
-
"Content-Type": "application/json",
|
|
2145
|
-
...options?.headers
|
|
2146
|
-
}
|
|
1952
|
+
url: "/api/v1/presets/{presetId}/audit_trail/json",
|
|
1953
|
+
...options
|
|
2147
1954
|
});
|
|
2148
1955
|
};
|
|
2149
|
-
var
|
|
1956
|
+
var consentCodeCallback = (options) => {
|
|
1957
|
+
return (options?.client ?? client).get({
|
|
1958
|
+
security: [
|
|
1959
|
+
{
|
|
1960
|
+
name: "Authorization",
|
|
1961
|
+
type: "apiKey"
|
|
1962
|
+
}
|
|
1963
|
+
],
|
|
1964
|
+
url: "/api/v1/docusign/redirectCodeCallback",
|
|
1965
|
+
...options
|
|
1966
|
+
});
|
|
1967
|
+
};
|
|
1968
|
+
var getOfflineNegotiatedDocumentAnnotations = (options) => {
|
|
1969
|
+
return (options.client ?? client).get({
|
|
1970
|
+
security: [
|
|
1971
|
+
{
|
|
1972
|
+
name: "Authorization",
|
|
1973
|
+
type: "apiKey"
|
|
1974
|
+
}
|
|
1975
|
+
],
|
|
1976
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/offline_negotiated_document/annotations",
|
|
1977
|
+
...options
|
|
1978
|
+
});
|
|
1979
|
+
};
|
|
1980
|
+
var acceptAllCustodianTemplatePositions = (options) => {
|
|
2150
1981
|
return (options.client ?? client).put({
|
|
2151
1982
|
security: [
|
|
2152
1983
|
{
|
|
@@ -2154,15 +1985,23 @@ var overrideElectionRejection = (options) => {
|
|
|
2154
1985
|
type: "apiKey"
|
|
2155
1986
|
}
|
|
2156
1987
|
],
|
|
2157
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
2158
|
-
...options
|
|
2159
|
-
headers: {
|
|
2160
|
-
"Content-Type": "application/json",
|
|
2161
|
-
...options?.headers
|
|
2162
|
-
}
|
|
1988
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/acceptCustodianTemplatePosition",
|
|
1989
|
+
...options
|
|
2163
1990
|
});
|
|
2164
1991
|
};
|
|
2165
|
-
var
|
|
1992
|
+
var accountSummary = (options) => {
|
|
1993
|
+
return (options?.client ?? client).get({
|
|
1994
|
+
security: [
|
|
1995
|
+
{
|
|
1996
|
+
name: "Authorization",
|
|
1997
|
+
type: "apiKey"
|
|
1998
|
+
}
|
|
1999
|
+
],
|
|
2000
|
+
url: "/api/v1/account",
|
|
2001
|
+
...options
|
|
2002
|
+
});
|
|
2003
|
+
};
|
|
2004
|
+
var getApprovalComments = (options) => {
|
|
2166
2005
|
return (options.client ?? client).get({
|
|
2167
2006
|
security: [
|
|
2168
2007
|
{
|
|
@@ -2170,11 +2009,11 @@ var getApprovalHistory = (options) => {
|
|
|
2170
2009
|
type: "apiKey"
|
|
2171
2010
|
}
|
|
2172
2011
|
],
|
|
2173
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/
|
|
2012
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/comments/all",
|
|
2174
2013
|
...options
|
|
2175
2014
|
});
|
|
2176
2015
|
};
|
|
2177
|
-
var
|
|
2016
|
+
var listAdvisorsForWorkspace = (options) => {
|
|
2178
2017
|
return (options.client ?? client).get({
|
|
2179
2018
|
security: [
|
|
2180
2019
|
{
|
|
@@ -2182,39 +2021,35 @@ var getApprovalRound = (options) => {
|
|
|
2182
2021
|
type: "apiKey"
|
|
2183
2022
|
}
|
|
2184
2023
|
],
|
|
2185
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
2024
|
+
url: "/api/v1/advisor/subAccounts/{subAccountId}/listAdvisors",
|
|
2186
2025
|
...options
|
|
2187
2026
|
});
|
|
2188
2027
|
};
|
|
2189
|
-
var
|
|
2190
|
-
return (options.client ?? client).
|
|
2028
|
+
var checkOfflineNegotiatedDocument = (options) => {
|
|
2029
|
+
return (options.client ?? client).get({
|
|
2191
2030
|
security: [
|
|
2192
2031
|
{
|
|
2193
2032
|
name: "Authorization",
|
|
2194
2033
|
type: "apiKey"
|
|
2195
2034
|
}
|
|
2196
2035
|
],
|
|
2197
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
2198
|
-
...options
|
|
2199
|
-
headers: {
|
|
2200
|
-
"Content-Type": "application/json",
|
|
2201
|
-
...options?.headers
|
|
2202
|
-
}
|
|
2036
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/offline_negotiated_document/exists",
|
|
2037
|
+
...options
|
|
2203
2038
|
});
|
|
2204
2039
|
};
|
|
2205
|
-
var
|
|
2206
|
-
return (options.client ?? client).
|
|
2040
|
+
var downloadPreset = (options) => {
|
|
2041
|
+
return (options.client ?? client).get({
|
|
2207
2042
|
security: [
|
|
2208
2043
|
{
|
|
2209
2044
|
name: "Authorization",
|
|
2210
2045
|
type: "apiKey"
|
|
2211
2046
|
}
|
|
2212
2047
|
],
|
|
2213
|
-
url: "/api/v1/
|
|
2048
|
+
url: "/api/v1/presets/{presetId}/extension/{extension}",
|
|
2214
2049
|
...options
|
|
2215
2050
|
});
|
|
2216
2051
|
};
|
|
2217
|
-
var
|
|
2052
|
+
var assignUser = (options) => {
|
|
2218
2053
|
return (options.client ?? client).put({
|
|
2219
2054
|
security: [
|
|
2220
2055
|
{
|
|
@@ -2222,15 +2057,11 @@ var editApprovalComment = (options) => {
|
|
|
2222
2057
|
type: "apiKey"
|
|
2223
2058
|
}
|
|
2224
2059
|
],
|
|
2225
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
2226
|
-
...options
|
|
2227
|
-
headers: {
|
|
2228
|
-
"Content-Type": "application/json",
|
|
2229
|
-
...options?.headers
|
|
2230
|
-
}
|
|
2060
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/owner/{userId}",
|
|
2061
|
+
...options
|
|
2231
2062
|
});
|
|
2232
2063
|
};
|
|
2233
|
-
var
|
|
2064
|
+
var getAllNegotiationCommentsForSubAccount = (options) => {
|
|
2234
2065
|
return (options.client ?? client).get({
|
|
2235
2066
|
security: [
|
|
2236
2067
|
{
|
|
@@ -2238,27 +2069,23 @@ var getApprovalComments = (options) => {
|
|
|
2238
2069
|
type: "apiKey"
|
|
2239
2070
|
}
|
|
2240
2071
|
],
|
|
2241
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
2072
|
+
url: "/api/v1/subAccounts/{subAccountId}/comments/xlsx",
|
|
2242
2073
|
...options
|
|
2243
2074
|
});
|
|
2244
2075
|
};
|
|
2245
|
-
var
|
|
2246
|
-
return (options.client ?? client).
|
|
2076
|
+
var getExtractionResults = (options) => {
|
|
2077
|
+
return (options.client ?? client).get({
|
|
2247
2078
|
security: [
|
|
2248
2079
|
{
|
|
2249
2080
|
name: "Authorization",
|
|
2250
2081
|
type: "apiKey"
|
|
2251
2082
|
}
|
|
2252
2083
|
],
|
|
2253
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
2254
|
-
...options
|
|
2255
|
-
headers: {
|
|
2256
|
-
"Content-Type": "application/json",
|
|
2257
|
-
...options?.headers
|
|
2258
|
-
}
|
|
2084
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/extraction/getResults",
|
|
2085
|
+
...options
|
|
2259
2086
|
});
|
|
2260
2087
|
};
|
|
2261
|
-
var
|
|
2088
|
+
var applyExtractedAnswers = (options) => {
|
|
2262
2089
|
return (options.client ?? client).put({
|
|
2263
2090
|
security: [
|
|
2264
2091
|
{
|
|
@@ -2266,27 +2093,23 @@ var sendToCounterpartyInitial = (options) => {
|
|
|
2266
2093
|
type: "apiKey"
|
|
2267
2094
|
}
|
|
2268
2095
|
],
|
|
2269
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
2270
|
-
...options
|
|
2271
|
-
headers: {
|
|
2272
|
-
"Content-Type": "application/json",
|
|
2273
|
-
...options?.headers
|
|
2274
|
-
}
|
|
2096
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/extraction/apply",
|
|
2097
|
+
...options
|
|
2275
2098
|
});
|
|
2276
2099
|
};
|
|
2277
|
-
var
|
|
2278
|
-
return (options.client ?? client).
|
|
2100
|
+
var getOriginalAnswersForForkNegotiation = (options) => {
|
|
2101
|
+
return (options.client ?? client).get({
|
|
2279
2102
|
security: [
|
|
2280
2103
|
{
|
|
2281
2104
|
name: "Authorization",
|
|
2282
2105
|
type: "apiKey"
|
|
2283
2106
|
}
|
|
2284
2107
|
],
|
|
2285
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{
|
|
2108
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{forkedNegotiationId}/originalAnswers",
|
|
2286
2109
|
...options
|
|
2287
2110
|
});
|
|
2288
2111
|
};
|
|
2289
|
-
var
|
|
2112
|
+
var markAsFinal = (options) => {
|
|
2290
2113
|
return (options.client ?? client).put({
|
|
2291
2114
|
security: [
|
|
2292
2115
|
{
|
|
@@ -2294,51 +2117,43 @@ var confirm = (options) => {
|
|
|
2294
2117
|
type: "apiKey"
|
|
2295
2118
|
}
|
|
2296
2119
|
],
|
|
2297
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
2120
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/markAsFinal",
|
|
2298
2121
|
...options
|
|
2299
2122
|
});
|
|
2300
2123
|
};
|
|
2301
|
-
var
|
|
2302
|
-
return (options.client ?? client).
|
|
2124
|
+
var getPreviousMajorVersionsNestedAnswerElections = (options) => {
|
|
2125
|
+
return (options.client ?? client).get({
|
|
2303
2126
|
security: [
|
|
2304
2127
|
{
|
|
2305
2128
|
name: "Authorization",
|
|
2306
2129
|
type: "apiKey"
|
|
2307
2130
|
}
|
|
2308
2131
|
],
|
|
2309
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
2310
|
-
...options
|
|
2311
|
-
headers: {
|
|
2312
|
-
"Content-Type": "application/json",
|
|
2313
|
-
...options?.headers
|
|
2314
|
-
}
|
|
2132
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/answers/nested/{nestedAnswersId}/previousElections",
|
|
2133
|
+
...options
|
|
2315
2134
|
});
|
|
2316
2135
|
};
|
|
2317
|
-
var
|
|
2318
|
-
return (options.client ?? client).
|
|
2136
|
+
var listNegotiations = (options) => {
|
|
2137
|
+
return (options.client ?? client).get({
|
|
2319
2138
|
security: [
|
|
2320
2139
|
{
|
|
2321
2140
|
name: "Authorization",
|
|
2322
2141
|
type: "apiKey"
|
|
2323
2142
|
}
|
|
2324
2143
|
],
|
|
2325
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
2326
|
-
...options
|
|
2327
|
-
headers: {
|
|
2328
|
-
"Content-Type": "application/json",
|
|
2329
|
-
...options?.headers
|
|
2330
|
-
}
|
|
2144
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations",
|
|
2145
|
+
...options
|
|
2331
2146
|
});
|
|
2332
2147
|
};
|
|
2333
|
-
var
|
|
2334
|
-
return (options.client ?? client).
|
|
2148
|
+
var createNegotiation = (options) => {
|
|
2149
|
+
return (options.client ?? client).post({
|
|
2335
2150
|
security: [
|
|
2336
2151
|
{
|
|
2337
2152
|
name: "Authorization",
|
|
2338
2153
|
type: "apiKey"
|
|
2339
2154
|
}
|
|
2340
2155
|
],
|
|
2341
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations
|
|
2156
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations",
|
|
2342
2157
|
...options,
|
|
2343
2158
|
headers: {
|
|
2344
2159
|
"Content-Type": "application/json",
|
|
@@ -2346,19 +2161,19 @@ var retract = (options) => {
|
|
|
2346
2161
|
}
|
|
2347
2162
|
});
|
|
2348
2163
|
};
|
|
2349
|
-
var
|
|
2350
|
-
return (options.client ?? client).
|
|
2164
|
+
var presetGetNestedAnswers = (options) => {
|
|
2165
|
+
return (options.client ?? client).get({
|
|
2351
2166
|
security: [
|
|
2352
2167
|
{
|
|
2353
2168
|
name: "Authorization",
|
|
2354
2169
|
type: "apiKey"
|
|
2355
2170
|
}
|
|
2356
2171
|
],
|
|
2357
|
-
url: "/api/v1/
|
|
2172
|
+
url: "/api/v1/presets/{presetId}/answers/nested/{nestedAnswersId}",
|
|
2358
2173
|
...options
|
|
2359
2174
|
});
|
|
2360
2175
|
};
|
|
2361
|
-
var
|
|
2176
|
+
var presetSetNestedAnswers = (options) => {
|
|
2362
2177
|
return (options.client ?? client).put({
|
|
2363
2178
|
security: [
|
|
2364
2179
|
{
|
|
@@ -2366,7 +2181,7 @@ var revertToAmending = (options) => {
|
|
|
2366
2181
|
type: "apiKey"
|
|
2367
2182
|
}
|
|
2368
2183
|
],
|
|
2369
|
-
url: "/api/v1/
|
|
2184
|
+
url: "/api/v1/presets/{presetId}/answers/nested/{nestedAnswersId}",
|
|
2370
2185
|
...options,
|
|
2371
2186
|
headers: {
|
|
2372
2187
|
"Content-Type": "application/json",
|
|
@@ -2374,7 +2189,7 @@ var revertToAmending = (options) => {
|
|
|
2374
2189
|
}
|
|
2375
2190
|
});
|
|
2376
2191
|
};
|
|
2377
|
-
var
|
|
2192
|
+
var createPresetAuditTrailXlsx = (options) => {
|
|
2378
2193
|
return (options.client ?? client).get({
|
|
2379
2194
|
security: [
|
|
2380
2195
|
{
|
|
@@ -2382,35 +2197,35 @@ var getComments = (options) => {
|
|
|
2382
2197
|
type: "apiKey"
|
|
2383
2198
|
}
|
|
2384
2199
|
],
|
|
2385
|
-
url: "/api/v1/
|
|
2200
|
+
url: "/api/v1/presets/{presetId}/audit_trail/xlsx",
|
|
2386
2201
|
...options
|
|
2387
2202
|
});
|
|
2388
2203
|
};
|
|
2389
|
-
var
|
|
2390
|
-
return (options.client ?? client).
|
|
2204
|
+
var clonePreset = (options) => {
|
|
2205
|
+
return (options.client ?? client).post({
|
|
2391
2206
|
security: [
|
|
2392
2207
|
{
|
|
2393
2208
|
name: "Authorization",
|
|
2394
2209
|
type: "apiKey"
|
|
2395
2210
|
}
|
|
2396
2211
|
],
|
|
2397
|
-
url: "/api/v1/
|
|
2212
|
+
url: "/api/v1/presets/{presetId}/clone",
|
|
2398
2213
|
...options
|
|
2399
2214
|
});
|
|
2400
2215
|
};
|
|
2401
|
-
var
|
|
2402
|
-
return (options
|
|
2216
|
+
var obtainConsent = (options) => {
|
|
2217
|
+
return (options?.client ?? client).get({
|
|
2403
2218
|
security: [
|
|
2404
2219
|
{
|
|
2405
2220
|
name: "Authorization",
|
|
2406
2221
|
type: "apiKey"
|
|
2407
2222
|
}
|
|
2408
2223
|
],
|
|
2409
|
-
url: "/api/v1/
|
|
2224
|
+
url: "/api/v1/docusign/connect",
|
|
2410
2225
|
...options
|
|
2411
2226
|
});
|
|
2412
2227
|
};
|
|
2413
|
-
var
|
|
2228
|
+
var checkAuxiliaryDocument = (options) => {
|
|
2414
2229
|
return (options.client ?? client).get({
|
|
2415
2230
|
security: [
|
|
2416
2231
|
{
|
|
@@ -2418,11 +2233,11 @@ var getChannelTimeline = (options) => {
|
|
|
2418
2233
|
type: "apiKey"
|
|
2419
2234
|
}
|
|
2420
2235
|
],
|
|
2421
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
2236
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/auxiliary_document/exists",
|
|
2422
2237
|
...options
|
|
2423
2238
|
});
|
|
2424
2239
|
};
|
|
2425
|
-
var
|
|
2240
|
+
var listDocumentsWithPagination = (options) => {
|
|
2426
2241
|
return (options.client ?? client).get({
|
|
2427
2242
|
security: [
|
|
2428
2243
|
{
|
|
@@ -2430,31 +2245,31 @@ var getTimeline = (options) => {
|
|
|
2430
2245
|
type: "apiKey"
|
|
2431
2246
|
}
|
|
2432
2247
|
],
|
|
2433
|
-
url: "/api/v1/
|
|
2248
|
+
url: "/api/v1/documentsWithPaging",
|
|
2434
2249
|
...options
|
|
2435
2250
|
});
|
|
2436
2251
|
};
|
|
2437
|
-
var
|
|
2438
|
-
return (options
|
|
2252
|
+
var emailPreferences = (options) => {
|
|
2253
|
+
return (options?.client ?? client).get({
|
|
2439
2254
|
security: [
|
|
2440
2255
|
{
|
|
2441
2256
|
name: "Authorization",
|
|
2442
2257
|
type: "apiKey"
|
|
2443
2258
|
}
|
|
2444
2259
|
],
|
|
2445
|
-
url: "/api/v1/
|
|
2260
|
+
url: "/api/v1/emailPreferences",
|
|
2446
2261
|
...options
|
|
2447
2262
|
});
|
|
2448
2263
|
};
|
|
2449
|
-
var
|
|
2450
|
-
return (options.client ?? client).
|
|
2264
|
+
var patchEmailPreferences = (options) => {
|
|
2265
|
+
return (options.client ?? client).patch({
|
|
2451
2266
|
security: [
|
|
2452
2267
|
{
|
|
2453
2268
|
name: "Authorization",
|
|
2454
2269
|
type: "apiKey"
|
|
2455
2270
|
}
|
|
2456
2271
|
],
|
|
2457
|
-
url: "/api/v1/
|
|
2272
|
+
url: "/api/v1/emailPreferences",
|
|
2458
2273
|
...options,
|
|
2459
2274
|
headers: {
|
|
2460
2275
|
"Content-Type": "application/json",
|
|
@@ -2462,7 +2277,7 @@ var markActivityEventsAsViewed = (options) => {
|
|
|
2462
2277
|
}
|
|
2463
2278
|
});
|
|
2464
2279
|
};
|
|
2465
|
-
var
|
|
2280
|
+
var confirmExecutionVersion = (options) => {
|
|
2466
2281
|
return (options.client ?? client).put({
|
|
2467
2282
|
security: [
|
|
2468
2283
|
{
|
|
@@ -2470,63 +2285,52 @@ var markCommentEventsAsViewed = (options) => {
|
|
|
2470
2285
|
type: "apiKey"
|
|
2471
2286
|
}
|
|
2472
2287
|
],
|
|
2473
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
2474
|
-
...options
|
|
2475
|
-
headers: {
|
|
2476
|
-
"Content-Type": "application/json",
|
|
2477
|
-
...options?.headers
|
|
2478
|
-
}
|
|
2288
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/confirmExecutionVersion",
|
|
2289
|
+
...options
|
|
2479
2290
|
});
|
|
2480
2291
|
};
|
|
2481
|
-
var
|
|
2482
|
-
return (options.client ?? client).
|
|
2292
|
+
var listAllPresetsForSubAccountV2 = (options) => {
|
|
2293
|
+
return (options.client ?? client).get({
|
|
2483
2294
|
security: [
|
|
2484
2295
|
{
|
|
2485
2296
|
name: "Authorization",
|
|
2486
2297
|
type: "apiKey"
|
|
2487
2298
|
}
|
|
2488
2299
|
],
|
|
2489
|
-
url: "/api/
|
|
2490
|
-
...options
|
|
2491
|
-
headers: {
|
|
2492
|
-
"Content-Type": "application/json",
|
|
2493
|
-
...options?.headers
|
|
2494
|
-
}
|
|
2300
|
+
url: "/api/v2/subAccounts/{subAccountId}/presets",
|
|
2301
|
+
...options
|
|
2495
2302
|
});
|
|
2496
2303
|
};
|
|
2497
|
-
var
|
|
2498
|
-
return (options.client ?? client).
|
|
2304
|
+
var listExternalAttachments = (options) => {
|
|
2305
|
+
return (options.client ?? client).get({
|
|
2499
2306
|
security: [
|
|
2500
2307
|
{
|
|
2501
2308
|
name: "Authorization",
|
|
2502
2309
|
type: "apiKey"
|
|
2503
2310
|
}
|
|
2504
2311
|
],
|
|
2505
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
2506
|
-
...options
|
|
2507
|
-
headers: {
|
|
2508
|
-
"Content-Type": "application/json",
|
|
2509
|
-
...options?.headers
|
|
2510
|
-
}
|
|
2312
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/attachment",
|
|
2313
|
+
...options
|
|
2511
2314
|
});
|
|
2512
2315
|
};
|
|
2513
|
-
var
|
|
2514
|
-
return (options.client ?? client).
|
|
2316
|
+
var setExternalAttachments = (options) => {
|
|
2317
|
+
return (options.client ?? client).post({
|
|
2318
|
+
...formDataBodySerializer,
|
|
2515
2319
|
security: [
|
|
2516
2320
|
{
|
|
2517
2321
|
name: "Authorization",
|
|
2518
2322
|
type: "apiKey"
|
|
2519
2323
|
}
|
|
2520
2324
|
],
|
|
2521
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
2325
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/attachment",
|
|
2522
2326
|
...options,
|
|
2523
2327
|
headers: {
|
|
2524
|
-
"Content-Type":
|
|
2328
|
+
"Content-Type": null,
|
|
2525
2329
|
...options?.headers
|
|
2526
2330
|
}
|
|
2527
2331
|
});
|
|
2528
2332
|
};
|
|
2529
|
-
var
|
|
2333
|
+
var setExternalAttachment = (options) => {
|
|
2530
2334
|
return (options.client ?? client).put({
|
|
2531
2335
|
security: [
|
|
2532
2336
|
{
|
|
@@ -2534,15 +2338,15 @@ var updateComment = (options) => {
|
|
|
2534
2338
|
type: "apiKey"
|
|
2535
2339
|
}
|
|
2536
2340
|
],
|
|
2537
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
2341
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/attachment",
|
|
2538
2342
|
...options,
|
|
2539
2343
|
headers: {
|
|
2540
|
-
"Content-Type": "application/
|
|
2344
|
+
"Content-Type": "application/octet-stream",
|
|
2541
2345
|
...options?.headers
|
|
2542
2346
|
}
|
|
2543
2347
|
});
|
|
2544
2348
|
};
|
|
2545
|
-
var
|
|
2349
|
+
var auditTrailForSubAccountAsExcel = (options) => {
|
|
2546
2350
|
return (options.client ?? client).get({
|
|
2547
2351
|
security: [
|
|
2548
2352
|
{
|
|
@@ -2550,19 +2354,19 @@ var getSubAccount = (options) => {
|
|
|
2550
2354
|
type: "apiKey"
|
|
2551
2355
|
}
|
|
2552
2356
|
],
|
|
2553
|
-
url: "/api/v1/subAccounts/{subAccountId}",
|
|
2357
|
+
url: "/api/v1/subAccounts/{subAccountId}/audit_trail/xlsx",
|
|
2554
2358
|
...options
|
|
2555
2359
|
});
|
|
2556
2360
|
};
|
|
2557
|
-
var
|
|
2558
|
-
return (options.client ?? client).
|
|
2361
|
+
var validateDraftReceiverEmails = (options) => {
|
|
2362
|
+
return (options.client ?? client).post({
|
|
2559
2363
|
security: [
|
|
2560
2364
|
{
|
|
2561
2365
|
name: "Authorization",
|
|
2562
2366
|
type: "apiKey"
|
|
2563
2367
|
}
|
|
2564
2368
|
],
|
|
2565
|
-
url: "/api/v1/subAccounts/{subAccountId}",
|
|
2369
|
+
url: "/api/v1/subAccounts/{subAccountId}/bulkSets/validateEmails",
|
|
2566
2370
|
...options,
|
|
2567
2371
|
headers: {
|
|
2568
2372
|
"Content-Type": "application/json",
|
|
@@ -2570,31 +2374,7 @@ var updateSubAccount = (options) => {
|
|
|
2570
2374
|
}
|
|
2571
2375
|
});
|
|
2572
2376
|
};
|
|
2573
|
-
var
|
|
2574
|
-
return (options?.client ?? client).get({
|
|
2575
|
-
security: [
|
|
2576
|
-
{
|
|
2577
|
-
name: "Authorization",
|
|
2578
|
-
type: "apiKey"
|
|
2579
|
-
}
|
|
2580
|
-
],
|
|
2581
|
-
url: "/api/v1/subAccounts",
|
|
2582
|
-
...options
|
|
2583
|
-
});
|
|
2584
|
-
};
|
|
2585
|
-
var getLegacyStatistics = (options) => {
|
|
2586
|
-
return (options.client ?? client).get({
|
|
2587
|
-
security: [
|
|
2588
|
-
{
|
|
2589
|
-
name: "Authorization",
|
|
2590
|
-
type: "apiKey"
|
|
2591
|
-
}
|
|
2592
|
-
],
|
|
2593
|
-
url: "/api/v1/subAccounts/{subAccountId}/statistics",
|
|
2594
|
-
...options
|
|
2595
|
-
});
|
|
2596
|
-
};
|
|
2597
|
-
var getStatistics = (options) => {
|
|
2377
|
+
var downloadPostExecutionPack = (options) => {
|
|
2598
2378
|
return (options.client ?? client).get({
|
|
2599
2379
|
security: [
|
|
2600
2380
|
{
|
|
@@ -2602,35 +2382,39 @@ var getStatistics = (options) => {
|
|
|
2602
2382
|
type: "apiKey"
|
|
2603
2383
|
}
|
|
2604
2384
|
],
|
|
2605
|
-
url: "/api/
|
|
2385
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/postExecutionPack",
|
|
2606
2386
|
...options
|
|
2607
2387
|
});
|
|
2608
2388
|
};
|
|
2609
|
-
var
|
|
2610
|
-
return (options.client ?? client).
|
|
2389
|
+
var markApprovalCommentsAsViewed = (options) => {
|
|
2390
|
+
return (options.client ?? client).put({
|
|
2611
2391
|
security: [
|
|
2612
2392
|
{
|
|
2613
2393
|
name: "Authorization",
|
|
2614
2394
|
type: "apiKey"
|
|
2615
2395
|
}
|
|
2616
2396
|
],
|
|
2617
|
-
url: "/api/
|
|
2618
|
-
...options
|
|
2397
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/comments/markAsRead",
|
|
2398
|
+
...options,
|
|
2399
|
+
headers: {
|
|
2400
|
+
"Content-Type": "application/json",
|
|
2401
|
+
...options?.headers
|
|
2402
|
+
}
|
|
2619
2403
|
});
|
|
2620
2404
|
};
|
|
2621
|
-
var
|
|
2622
|
-
return (options.client ?? client).
|
|
2405
|
+
var acceptCounterpartyPosition = (options) => {
|
|
2406
|
+
return (options.client ?? client).put({
|
|
2623
2407
|
security: [
|
|
2624
2408
|
{
|
|
2625
2409
|
name: "Authorization",
|
|
2626
2410
|
type: "apiKey"
|
|
2627
2411
|
}
|
|
2628
2412
|
],
|
|
2629
|
-
url: "/api/
|
|
2413
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/answers/elections/{electionId}/acceptCpPosition/{partyId}",
|
|
2630
2414
|
...options
|
|
2631
2415
|
});
|
|
2632
2416
|
};
|
|
2633
|
-
var
|
|
2417
|
+
var cancelNegotiations = (options) => {
|
|
2634
2418
|
return (options.client ?? client).put({
|
|
2635
2419
|
security: [
|
|
2636
2420
|
{
|
|
@@ -2638,7 +2422,7 @@ var assignEntity = (options) => {
|
|
|
2638
2422
|
type: "apiKey"
|
|
2639
2423
|
}
|
|
2640
2424
|
],
|
|
2641
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
2425
|
+
url: "/api/v1/subAccounts/{subAccountId}/cancelNegotiations",
|
|
2642
2426
|
...options,
|
|
2643
2427
|
headers: {
|
|
2644
2428
|
"Content-Type": "application/json",
|
|
@@ -2646,35 +2430,31 @@ var assignEntity = (options) => {
|
|
|
2646
2430
|
}
|
|
2647
2431
|
});
|
|
2648
2432
|
};
|
|
2649
|
-
var
|
|
2650
|
-
return (options.client ?? client).
|
|
2433
|
+
var getNegotiationDraftingNotes = (options) => {
|
|
2434
|
+
return (options.client ?? client).get({
|
|
2651
2435
|
security: [
|
|
2652
2436
|
{
|
|
2653
2437
|
name: "Authorization",
|
|
2654
2438
|
type: "apiKey"
|
|
2655
2439
|
}
|
|
2656
2440
|
],
|
|
2657
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
2658
|
-
...options
|
|
2659
|
-
headers: {
|
|
2660
|
-
"Content-Type": "application/json",
|
|
2661
|
-
...options?.headers
|
|
2662
|
-
}
|
|
2441
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/negotiationDraftingNotes",
|
|
2442
|
+
...options
|
|
2663
2443
|
});
|
|
2664
2444
|
};
|
|
2665
|
-
var
|
|
2666
|
-
return (options
|
|
2445
|
+
var auditTrailFilters = (options) => {
|
|
2446
|
+
return (options?.client ?? client).get({
|
|
2667
2447
|
security: [
|
|
2668
2448
|
{
|
|
2669
2449
|
name: "Authorization",
|
|
2670
2450
|
type: "apiKey"
|
|
2671
2451
|
}
|
|
2672
2452
|
],
|
|
2673
|
-
url: "/api/v1/
|
|
2453
|
+
url: "/api/v1/account/audit_trail/filters",
|
|
2674
2454
|
...options
|
|
2675
2455
|
});
|
|
2676
2456
|
};
|
|
2677
|
-
var
|
|
2457
|
+
var getCommentSummary = (options) => {
|
|
2678
2458
|
return (options.client ?? client).get({
|
|
2679
2459
|
security: [
|
|
2680
2460
|
{
|
|
@@ -2682,23 +2462,23 @@ var auditTrailForSubAccountAsExcel = (options) => {
|
|
|
2682
2462
|
type: "apiKey"
|
|
2683
2463
|
}
|
|
2684
2464
|
],
|
|
2685
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
2465
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/commentSummary",
|
|
2686
2466
|
...options
|
|
2687
2467
|
});
|
|
2688
2468
|
};
|
|
2689
|
-
var
|
|
2690
|
-
return (options
|
|
2469
|
+
var deleteExecutionAttachment = (options) => {
|
|
2470
|
+
return (options.client ?? client).delete({
|
|
2691
2471
|
security: [
|
|
2692
2472
|
{
|
|
2693
2473
|
name: "Authorization",
|
|
2694
2474
|
type: "apiKey"
|
|
2695
2475
|
}
|
|
2696
2476
|
],
|
|
2697
|
-
url: "/api/v1/
|
|
2477
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/executionAttachment/{fileName}",
|
|
2698
2478
|
...options
|
|
2699
2479
|
});
|
|
2700
2480
|
};
|
|
2701
|
-
var
|
|
2481
|
+
var getExecutionAttachment = (options) => {
|
|
2702
2482
|
return (options.client ?? client).get({
|
|
2703
2483
|
security: [
|
|
2704
2484
|
{
|
|
@@ -2706,11 +2486,11 @@ var auditTrailForAccountAsJson = (options) => {
|
|
|
2706
2486
|
type: "apiKey"
|
|
2707
2487
|
}
|
|
2708
2488
|
],
|
|
2709
|
-
url: "/api/v1/
|
|
2489
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/executionAttachment/{fileName}",
|
|
2710
2490
|
...options
|
|
2711
2491
|
});
|
|
2712
2492
|
};
|
|
2713
|
-
var
|
|
2493
|
+
var getUsersForPicker = (options) => {
|
|
2714
2494
|
return (options.client ?? client).get({
|
|
2715
2495
|
security: [
|
|
2716
2496
|
{
|
|
@@ -2718,31 +2498,35 @@ var auditTrailForAccountAsExcel = (options) => {
|
|
|
2718
2498
|
type: "apiKey"
|
|
2719
2499
|
}
|
|
2720
2500
|
],
|
|
2721
|
-
url: "/api/v1/
|
|
2501
|
+
url: "/api/v1/subaccount/{subAccountId}/usersForPicker",
|
|
2722
2502
|
...options
|
|
2723
2503
|
});
|
|
2724
2504
|
};
|
|
2725
|
-
var
|
|
2726
|
-
return (options
|
|
2505
|
+
var getMultipleNestedAnswers = (options) => {
|
|
2506
|
+
return (options.client ?? client).post({
|
|
2727
2507
|
security: [
|
|
2728
2508
|
{
|
|
2729
2509
|
name: "Authorization",
|
|
2730
2510
|
type: "apiKey"
|
|
2731
2511
|
}
|
|
2732
2512
|
],
|
|
2733
|
-
url: "/api/v1/
|
|
2734
|
-
...options
|
|
2513
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/answers/nested/bulk",
|
|
2514
|
+
...options,
|
|
2515
|
+
headers: {
|
|
2516
|
+
"Content-Type": "application/json",
|
|
2517
|
+
...options?.headers
|
|
2518
|
+
}
|
|
2735
2519
|
});
|
|
2736
2520
|
};
|
|
2737
|
-
var
|
|
2738
|
-
return (options.client ?? client).
|
|
2521
|
+
var setMultipleNestedAnswers = (options) => {
|
|
2522
|
+
return (options.client ?? client).put({
|
|
2739
2523
|
security: [
|
|
2740
2524
|
{
|
|
2741
2525
|
name: "Authorization",
|
|
2742
2526
|
type: "apiKey"
|
|
2743
2527
|
}
|
|
2744
2528
|
],
|
|
2745
|
-
url: "/api/v1/
|
|
2529
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/answers/nested/bulk",
|
|
2746
2530
|
...options,
|
|
2747
2531
|
headers: {
|
|
2748
2532
|
"Content-Type": "application/json",
|
|
@@ -2750,19 +2534,19 @@ var patchEmailPreferences = (options) => {
|
|
|
2750
2534
|
}
|
|
2751
2535
|
});
|
|
2752
2536
|
};
|
|
2753
|
-
var
|
|
2754
|
-
return (options.client ?? client).
|
|
2537
|
+
var deleteBulkSetAttachment = (options) => {
|
|
2538
|
+
return (options.client ?? client).delete({
|
|
2755
2539
|
security: [
|
|
2756
2540
|
{
|
|
2757
2541
|
name: "Authorization",
|
|
2758
2542
|
type: "apiKey"
|
|
2759
2543
|
}
|
|
2760
2544
|
],
|
|
2761
|
-
url: "/api/v1/
|
|
2545
|
+
url: "/api/v1/bulkSets/{bulkSetId}/attachment/{fileName}",
|
|
2762
2546
|
...options
|
|
2763
2547
|
});
|
|
2764
2548
|
};
|
|
2765
|
-
var
|
|
2549
|
+
var getBulkSetAttachment = (options) => {
|
|
2766
2550
|
return (options.client ?? client).get({
|
|
2767
2551
|
security: [
|
|
2768
2552
|
{
|
|
@@ -2770,23 +2554,23 @@ var listPotentialPresetAdvisors = (options) => {
|
|
|
2770
2554
|
type: "apiKey"
|
|
2771
2555
|
}
|
|
2772
2556
|
],
|
|
2773
|
-
url: "/api/v1/
|
|
2557
|
+
url: "/api/v1/bulkSets/{bulkSetId}/attachment/{fileName}",
|
|
2774
2558
|
...options
|
|
2775
2559
|
});
|
|
2776
2560
|
};
|
|
2777
|
-
var
|
|
2778
|
-
return (options
|
|
2561
|
+
var getDocument = (options) => {
|
|
2562
|
+
return (options.client ?? client).get({
|
|
2779
2563
|
security: [
|
|
2780
2564
|
{
|
|
2781
2565
|
name: "Authorization",
|
|
2782
2566
|
type: "apiKey"
|
|
2783
2567
|
}
|
|
2784
2568
|
],
|
|
2785
|
-
url: "/api/v1/
|
|
2569
|
+
url: "/api/v1/documents/{documentId}",
|
|
2786
2570
|
...options
|
|
2787
2571
|
});
|
|
2788
2572
|
};
|
|
2789
|
-
var
|
|
2573
|
+
var listBulkSets = (options) => {
|
|
2790
2574
|
return (options.client ?? client).get({
|
|
2791
2575
|
security: [
|
|
2792
2576
|
{
|
|
@@ -2794,19 +2578,19 @@ var listAdvisorsForWorkspace = (options) => {
|
|
|
2794
2578
|
type: "apiKey"
|
|
2795
2579
|
}
|
|
2796
2580
|
],
|
|
2797
|
-
url: "/api/v1/
|
|
2581
|
+
url: "/api/v1/subAccounts/{subAccountId}/bulkSets",
|
|
2798
2582
|
...options
|
|
2799
2583
|
});
|
|
2800
2584
|
};
|
|
2801
|
-
var
|
|
2802
|
-
return (options.client ?? client).
|
|
2585
|
+
var createBulkSet = (options) => {
|
|
2586
|
+
return (options.client ?? client).post({
|
|
2803
2587
|
security: [
|
|
2804
2588
|
{
|
|
2805
2589
|
name: "Authorization",
|
|
2806
2590
|
type: "apiKey"
|
|
2807
2591
|
}
|
|
2808
2592
|
],
|
|
2809
|
-
url: "/api/v1/
|
|
2593
|
+
url: "/api/v1/subAccounts/{subAccountId}/bulkSets",
|
|
2810
2594
|
...options,
|
|
2811
2595
|
headers: {
|
|
2812
2596
|
"Content-Type": "application/json",
|
|
@@ -2814,7 +2598,7 @@ var revokeNegotiationsAccess = (options) => {
|
|
|
2814
2598
|
}
|
|
2815
2599
|
});
|
|
2816
2600
|
};
|
|
2817
|
-
var
|
|
2601
|
+
var addApprovalComment = (options) => {
|
|
2818
2602
|
return (options.client ?? client).post({
|
|
2819
2603
|
security: [
|
|
2820
2604
|
{
|
|
@@ -2822,7 +2606,7 @@ var grantNegotiationsAccess = (options) => {
|
|
|
2822
2606
|
type: "apiKey"
|
|
2823
2607
|
}
|
|
2824
2608
|
],
|
|
2825
|
-
url: "/api/v1/
|
|
2609
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/comment",
|
|
2826
2610
|
...options,
|
|
2827
2611
|
headers: {
|
|
2828
2612
|
"Content-Type": "application/json",
|
|
@@ -2830,7 +2614,7 @@ var grantNegotiationsAccess = (options) => {
|
|
|
2830
2614
|
}
|
|
2831
2615
|
});
|
|
2832
2616
|
};
|
|
2833
|
-
var
|
|
2617
|
+
var scheduleExtraction = (options) => {
|
|
2834
2618
|
return (options.client ?? client).put({
|
|
2835
2619
|
security: [
|
|
2836
2620
|
{
|
|
@@ -2838,35 +2622,43 @@ var grantAllNegotiationsAccess = (options) => {
|
|
|
2838
2622
|
type: "apiKey"
|
|
2839
2623
|
}
|
|
2840
2624
|
],
|
|
2841
|
-
url: "/api/v1/
|
|
2625
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/extraction/start",
|
|
2842
2626
|
...options
|
|
2843
2627
|
});
|
|
2844
2628
|
};
|
|
2845
|
-
var
|
|
2846
|
-
return (options.client ?? client).
|
|
2629
|
+
var negotiationsFilter = (options) => {
|
|
2630
|
+
return (options.client ?? client).get({
|
|
2847
2631
|
security: [
|
|
2848
2632
|
{
|
|
2849
2633
|
name: "Authorization",
|
|
2850
2634
|
type: "apiKey"
|
|
2851
2635
|
}
|
|
2852
2636
|
],
|
|
2853
|
-
url: "/api/v1/
|
|
2854
|
-
...options
|
|
2855
|
-
headers: {
|
|
2856
|
-
"Content-Type": "application/json",
|
|
2857
|
-
...options?.headers
|
|
2858
|
-
}
|
|
2637
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/filters/{filter}",
|
|
2638
|
+
...options
|
|
2859
2639
|
});
|
|
2860
2640
|
};
|
|
2861
|
-
var
|
|
2862
|
-
return (options.client ?? client).
|
|
2641
|
+
var createAuditTrailXlsx = (options) => {
|
|
2642
|
+
return (options.client ?? client).get({
|
|
2863
2643
|
security: [
|
|
2864
2644
|
{
|
|
2865
2645
|
name: "Authorization",
|
|
2866
2646
|
type: "apiKey"
|
|
2867
2647
|
}
|
|
2868
2648
|
],
|
|
2869
|
-
url: "/api/v1/
|
|
2649
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/audit_trail/xlsx",
|
|
2650
|
+
...options
|
|
2651
|
+
});
|
|
2652
|
+
};
|
|
2653
|
+
var setPreset = (options) => {
|
|
2654
|
+
return (options.client ?? client).put({
|
|
2655
|
+
security: [
|
|
2656
|
+
{
|
|
2657
|
+
name: "Authorization",
|
|
2658
|
+
type: "apiKey"
|
|
2659
|
+
}
|
|
2660
|
+
],
|
|
2661
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/preset",
|
|
2870
2662
|
...options,
|
|
2871
2663
|
headers: {
|
|
2872
2664
|
"Content-Type": "application/json",
|
|
@@ -2874,7 +2666,7 @@ var grantPresetsAccess = (options) => {
|
|
|
2874
2666
|
}
|
|
2875
2667
|
});
|
|
2876
2668
|
};
|
|
2877
|
-
var
|
|
2669
|
+
var usersWithNegotiationAccess = (options) => {
|
|
2878
2670
|
return (options.client ?? client).get({
|
|
2879
2671
|
security: [
|
|
2880
2672
|
{
|
|
@@ -2882,27 +2674,35 @@ var getGroupNames = (options) => {
|
|
|
2882
2674
|
type: "apiKey"
|
|
2883
2675
|
}
|
|
2884
2676
|
],
|
|
2885
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
2677
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/users",
|
|
2886
2678
|
...options
|
|
2887
2679
|
});
|
|
2888
2680
|
};
|
|
2889
|
-
var
|
|
2890
|
-
return (options.client ?? client).
|
|
2681
|
+
var getStatisticsOverview = (options) => {
|
|
2682
|
+
return (options.client ?? client).get({
|
|
2891
2683
|
security: [
|
|
2892
2684
|
{
|
|
2893
2685
|
name: "Authorization",
|
|
2894
2686
|
type: "apiKey"
|
|
2895
2687
|
}
|
|
2896
2688
|
],
|
|
2897
|
-
url: "/api/
|
|
2898
|
-
...options
|
|
2899
|
-
headers: {
|
|
2900
|
-
"Content-Type": "application/json",
|
|
2901
|
-
...options?.headers
|
|
2902
|
-
}
|
|
2689
|
+
url: "/api/v2/subAccounts/{subAccountId}/statisticsOverview",
|
|
2690
|
+
...options
|
|
2903
2691
|
});
|
|
2904
2692
|
};
|
|
2905
|
-
var
|
|
2693
|
+
var getSubAccount = (options) => {
|
|
2694
|
+
return (options.client ?? client).get({
|
|
2695
|
+
security: [
|
|
2696
|
+
{
|
|
2697
|
+
name: "Authorization",
|
|
2698
|
+
type: "apiKey"
|
|
2699
|
+
}
|
|
2700
|
+
],
|
|
2701
|
+
url: "/api/v1/subAccounts/{subAccountId}",
|
|
2702
|
+
...options
|
|
2703
|
+
});
|
|
2704
|
+
};
|
|
2705
|
+
var updateSubAccount = (options) => {
|
|
2906
2706
|
return (options.client ?? client).put({
|
|
2907
2707
|
security: [
|
|
2908
2708
|
{
|
|
@@ -2910,7 +2710,7 @@ var updateGroupName = (options) => {
|
|
|
2910
2710
|
type: "apiKey"
|
|
2911
2711
|
}
|
|
2912
2712
|
],
|
|
2913
|
-
url: "/api/v1/subAccounts/{subAccountId}
|
|
2713
|
+
url: "/api/v1/subAccounts/{subAccountId}",
|
|
2914
2714
|
...options,
|
|
2915
2715
|
headers: {
|
|
2916
2716
|
"Content-Type": "application/json",
|
|
@@ -2918,7 +2718,7 @@ var updateGroupName = (options) => {
|
|
|
2918
2718
|
}
|
|
2919
2719
|
});
|
|
2920
2720
|
};
|
|
2921
|
-
var
|
|
2721
|
+
var setOwnerEntity = (options) => {
|
|
2922
2722
|
return (options.client ?? client).put({
|
|
2923
2723
|
security: [
|
|
2924
2724
|
{
|
|
@@ -2926,7 +2726,7 @@ var getNegotiationDeltas = (options) => {
|
|
|
2926
2726
|
type: "apiKey"
|
|
2927
2727
|
}
|
|
2928
2728
|
],
|
|
2929
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
2729
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/owner",
|
|
2930
2730
|
...options,
|
|
2931
2731
|
headers: {
|
|
2932
2732
|
"Content-Type": "application/json",
|
|
@@ -2934,7 +2734,7 @@ var getNegotiationDeltas = (options) => {
|
|
|
2934
2734
|
}
|
|
2935
2735
|
});
|
|
2936
2736
|
};
|
|
2937
|
-
var
|
|
2737
|
+
var negotiationSendForApproval = (options) => {
|
|
2938
2738
|
return (options.client ?? client).put({
|
|
2939
2739
|
security: [
|
|
2940
2740
|
{
|
|
@@ -2942,7 +2742,7 @@ var updateNegotiationsToMatch = (options) => {
|
|
|
2942
2742
|
type: "apiKey"
|
|
2943
2743
|
}
|
|
2944
2744
|
],
|
|
2945
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
2745
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/sendForApproval",
|
|
2946
2746
|
...options,
|
|
2947
2747
|
headers: {
|
|
2948
2748
|
"Content-Type": "application/json",
|
|
@@ -2950,7 +2750,7 @@ var updateNegotiationsToMatch = (options) => {
|
|
|
2950
2750
|
}
|
|
2951
2751
|
});
|
|
2952
2752
|
};
|
|
2953
|
-
var
|
|
2753
|
+
var searchEntity = (options) => {
|
|
2954
2754
|
return (options.client ?? client).get({
|
|
2955
2755
|
security: [
|
|
2956
2756
|
{
|
|
@@ -2958,11 +2758,23 @@ var suggestGroupName = (options) => {
|
|
|
2958
2758
|
type: "apiKey"
|
|
2959
2759
|
}
|
|
2960
2760
|
],
|
|
2961
|
-
url: "/api/v1/
|
|
2761
|
+
url: "/api/v1/entity",
|
|
2962
2762
|
...options
|
|
2963
2763
|
});
|
|
2964
2764
|
};
|
|
2965
|
-
var
|
|
2765
|
+
var listDocumentsVersionsSummary = (options) => {
|
|
2766
|
+
return (options.client ?? client).get({
|
|
2767
|
+
security: [
|
|
2768
|
+
{
|
|
2769
|
+
name: "Authorization",
|
|
2770
|
+
type: "apiKey"
|
|
2771
|
+
}
|
|
2772
|
+
],
|
|
2773
|
+
url: "/api/v1/documents/versions",
|
|
2774
|
+
...options
|
|
2775
|
+
});
|
|
2776
|
+
};
|
|
2777
|
+
var retract = (options) => {
|
|
2966
2778
|
return (options.client ?? client).put({
|
|
2967
2779
|
security: [
|
|
2968
2780
|
{
|
|
@@ -2970,7 +2782,7 @@ var updateGroupMembers = (options) => {
|
|
|
2970
2782
|
type: "apiKey"
|
|
2971
2783
|
}
|
|
2972
2784
|
],
|
|
2973
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
2785
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/retract",
|
|
2974
2786
|
...options,
|
|
2975
2787
|
headers: {
|
|
2976
2788
|
"Content-Type": "application/json",
|
|
@@ -2978,35 +2790,31 @@ var updateGroupMembers = (options) => {
|
|
|
2978
2790
|
}
|
|
2979
2791
|
});
|
|
2980
2792
|
};
|
|
2981
|
-
var
|
|
2982
|
-
return (options.client ?? client).
|
|
2793
|
+
var acceptAllPositionsFromPreviousVersion = (options) => {
|
|
2794
|
+
return (options.client ?? client).put({
|
|
2983
2795
|
security: [
|
|
2984
2796
|
{
|
|
2985
2797
|
name: "Authorization",
|
|
2986
2798
|
type: "apiKey"
|
|
2987
2799
|
}
|
|
2988
2800
|
],
|
|
2989
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
2801
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/acceptPreviousPosition/{version}",
|
|
2990
2802
|
...options
|
|
2991
2803
|
});
|
|
2992
2804
|
};
|
|
2993
|
-
var
|
|
2994
|
-
return (options.client ?? client).
|
|
2805
|
+
var renameExecutionAttachment = (options) => {
|
|
2806
|
+
return (options.client ?? client).patch({
|
|
2995
2807
|
security: [
|
|
2996
2808
|
{
|
|
2997
2809
|
name: "Authorization",
|
|
2998
2810
|
type: "apiKey"
|
|
2999
2811
|
}
|
|
3000
2812
|
],
|
|
3001
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
3002
|
-
...options
|
|
3003
|
-
headers: {
|
|
3004
|
-
"Content-Type": "application/json",
|
|
3005
|
-
...options?.headers
|
|
3006
|
-
}
|
|
2813
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/executionAttachment/{oldFileName}",
|
|
2814
|
+
...options
|
|
3007
2815
|
});
|
|
3008
2816
|
};
|
|
3009
|
-
var
|
|
2817
|
+
var getNestedAnswers = (options) => {
|
|
3010
2818
|
return (options.client ?? client).get({
|
|
3011
2819
|
security: [
|
|
3012
2820
|
{
|
|
@@ -3014,19 +2822,19 @@ var listBulkSets = (options) => {
|
|
|
3014
2822
|
type: "apiKey"
|
|
3015
2823
|
}
|
|
3016
2824
|
],
|
|
3017
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
2825
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/answers/nested/{nestedAnswersId}",
|
|
3018
2826
|
...options
|
|
3019
2827
|
});
|
|
3020
2828
|
};
|
|
3021
|
-
var
|
|
3022
|
-
return (options.client ?? client).
|
|
2829
|
+
var setNestedAnswers = (options) => {
|
|
2830
|
+
return (options.client ?? client).put({
|
|
3023
2831
|
security: [
|
|
3024
2832
|
{
|
|
3025
2833
|
name: "Authorization",
|
|
3026
2834
|
type: "apiKey"
|
|
3027
2835
|
}
|
|
3028
2836
|
],
|
|
3029
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
2837
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/answers/nested/{nestedAnswersId}",
|
|
3030
2838
|
...options,
|
|
3031
2839
|
headers: {
|
|
3032
2840
|
"Content-Type": "application/json",
|
|
@@ -3046,31 +2854,36 @@ var getBulkSet = (options) => {
|
|
|
3046
2854
|
...options
|
|
3047
2855
|
});
|
|
3048
2856
|
};
|
|
3049
|
-
var
|
|
3050
|
-
return (options.client ?? client).
|
|
2857
|
+
var listExecutionAttachments = (options) => {
|
|
2858
|
+
return (options.client ?? client).get({
|
|
3051
2859
|
security: [
|
|
3052
2860
|
{
|
|
3053
2861
|
name: "Authorization",
|
|
3054
2862
|
type: "apiKey"
|
|
3055
2863
|
}
|
|
3056
2864
|
],
|
|
3057
|
-
url: "/api/v1/
|
|
2865
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/executionAttachment",
|
|
3058
2866
|
...options
|
|
3059
2867
|
});
|
|
3060
2868
|
};
|
|
3061
|
-
var
|
|
3062
|
-
return (options.client ?? client).
|
|
2869
|
+
var setExecutionAttachments = (options) => {
|
|
2870
|
+
return (options.client ?? client).post({
|
|
2871
|
+
...formDataBodySerializer,
|
|
3063
2872
|
security: [
|
|
3064
2873
|
{
|
|
3065
2874
|
name: "Authorization",
|
|
3066
2875
|
type: "apiKey"
|
|
3067
2876
|
}
|
|
3068
2877
|
],
|
|
3069
|
-
url: "/api/v1/
|
|
3070
|
-
...options
|
|
2878
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/executionAttachment",
|
|
2879
|
+
...options,
|
|
2880
|
+
headers: {
|
|
2881
|
+
"Content-Type": null,
|
|
2882
|
+
...options?.headers
|
|
2883
|
+
}
|
|
3071
2884
|
});
|
|
3072
2885
|
};
|
|
3073
|
-
var
|
|
2886
|
+
var setExecutionAttachment = (options) => {
|
|
3074
2887
|
return (options.client ?? client).put({
|
|
3075
2888
|
security: [
|
|
3076
2889
|
{
|
|
@@ -3078,15 +2891,15 @@ var updateCoverNote = (options) => {
|
|
|
3078
2891
|
type: "apiKey"
|
|
3079
2892
|
}
|
|
3080
2893
|
],
|
|
3081
|
-
url: "/api/v1/
|
|
2894
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/executionAttachment",
|
|
3082
2895
|
...options,
|
|
3083
2896
|
headers: {
|
|
3084
|
-
"Content-Type": "application/
|
|
2897
|
+
"Content-Type": "application/pdf",
|
|
3085
2898
|
...options?.headers
|
|
3086
2899
|
}
|
|
3087
2900
|
});
|
|
3088
2901
|
};
|
|
3089
|
-
var
|
|
2902
|
+
var checkSignedExecutedVersion = (options) => {
|
|
3090
2903
|
return (options.client ?? client).get({
|
|
3091
2904
|
security: [
|
|
3092
2905
|
{
|
|
@@ -3094,11 +2907,11 @@ var bulkSetsJobCount = (options) => {
|
|
|
3094
2907
|
type: "apiKey"
|
|
3095
2908
|
}
|
|
3096
2909
|
],
|
|
3097
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
2910
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/executed_version/exists",
|
|
3098
2911
|
...options
|
|
3099
2912
|
});
|
|
3100
2913
|
};
|
|
3101
|
-
var
|
|
2914
|
+
var getDownloadActiveNegotiationsReportAsExcel = (options) => {
|
|
3102
2915
|
return (options.client ?? client).get({
|
|
3103
2916
|
security: [
|
|
3104
2917
|
{
|
|
@@ -3106,52 +2919,55 @@ var cancelNegotiationsJobCount = (options) => {
|
|
|
3106
2919
|
type: "apiKey"
|
|
3107
2920
|
}
|
|
3108
2921
|
],
|
|
3109
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
2922
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/analytics/xlsx",
|
|
3110
2923
|
...options
|
|
3111
2924
|
});
|
|
3112
2925
|
};
|
|
3113
|
-
var
|
|
3114
|
-
return (options.client ?? client).
|
|
2926
|
+
var downloadActiveNegotiationsReportAsExcel = (options) => {
|
|
2927
|
+
return (options.client ?? client).post({
|
|
3115
2928
|
security: [
|
|
3116
2929
|
{
|
|
3117
2930
|
name: "Authorization",
|
|
3118
2931
|
type: "apiKey"
|
|
3119
2932
|
}
|
|
3120
2933
|
],
|
|
3121
|
-
url: "/api/v1/
|
|
3122
|
-
...options
|
|
2934
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/analytics/xlsx",
|
|
2935
|
+
...options,
|
|
2936
|
+
headers: {
|
|
2937
|
+
"Content-Type": "application/json",
|
|
2938
|
+
...options?.headers
|
|
2939
|
+
}
|
|
3123
2940
|
});
|
|
3124
2941
|
};
|
|
3125
|
-
var
|
|
3126
|
-
return (options.client ?? client).
|
|
3127
|
-
...formDataBodySerializer,
|
|
2942
|
+
var setCounterparties = (options) => {
|
|
2943
|
+
return (options.client ?? client).put({
|
|
3128
2944
|
security: [
|
|
3129
2945
|
{
|
|
3130
2946
|
name: "Authorization",
|
|
3131
2947
|
type: "apiKey"
|
|
3132
2948
|
}
|
|
3133
2949
|
],
|
|
3134
|
-
url: "/api/v1/
|
|
2950
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/counterparties",
|
|
3135
2951
|
...options,
|
|
3136
2952
|
headers: {
|
|
3137
|
-
"Content-Type":
|
|
2953
|
+
"Content-Type": "application/json",
|
|
3138
2954
|
...options?.headers
|
|
3139
2955
|
}
|
|
3140
2956
|
});
|
|
3141
2957
|
};
|
|
3142
|
-
var
|
|
3143
|
-
return (options.client ?? client).
|
|
2958
|
+
var getLegacyStatistics = (options) => {
|
|
2959
|
+
return (options.client ?? client).get({
|
|
3144
2960
|
security: [
|
|
3145
2961
|
{
|
|
3146
2962
|
name: "Authorization",
|
|
3147
2963
|
type: "apiKey"
|
|
3148
2964
|
}
|
|
3149
2965
|
],
|
|
3150
|
-
url: "/api/v1/
|
|
2966
|
+
url: "/api/v1/subAccounts/{subAccountId}/statistics",
|
|
3151
2967
|
...options
|
|
3152
2968
|
});
|
|
3153
2969
|
};
|
|
3154
|
-
var
|
|
2970
|
+
var getChannelTimeline = (options) => {
|
|
3155
2971
|
return (options.client ?? client).get({
|
|
3156
2972
|
security: [
|
|
3157
2973
|
{
|
|
@@ -3159,99 +2975,95 @@ var getBulkSetAttachment = (options) => {
|
|
|
3159
2975
|
type: "apiKey"
|
|
3160
2976
|
}
|
|
3161
2977
|
],
|
|
3162
|
-
url: "/api/v1/
|
|
2978
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/timeline/{channel}",
|
|
3163
2979
|
...options
|
|
3164
2980
|
});
|
|
3165
2981
|
};
|
|
3166
|
-
var
|
|
3167
|
-
return (options.client ?? client).
|
|
2982
|
+
var schemaAvailableAsCdm = (options) => {
|
|
2983
|
+
return (options.client ?? client).get({
|
|
3168
2984
|
security: [
|
|
3169
2985
|
{
|
|
3170
2986
|
name: "Authorization",
|
|
3171
2987
|
type: "apiKey"
|
|
3172
2988
|
}
|
|
3173
2989
|
],
|
|
3174
|
-
url: "/api/v1/
|
|
3175
|
-
...options
|
|
3176
|
-
headers: {
|
|
3177
|
-
"Content-Type": "application/json",
|
|
3178
|
-
...options?.headers
|
|
3179
|
-
}
|
|
2990
|
+
url: "/api/v1/documents/{documentId}/schemas/{version}/availableAsCDM",
|
|
2991
|
+
...options
|
|
3180
2992
|
});
|
|
3181
2993
|
};
|
|
3182
|
-
var
|
|
3183
|
-
return (options
|
|
2994
|
+
var revokeWindow = (options) => {
|
|
2995
|
+
return (options?.client ?? client).delete({
|
|
3184
2996
|
security: [
|
|
3185
2997
|
{
|
|
3186
2998
|
name: "Authorization",
|
|
3187
2999
|
type: "apiKey"
|
|
3188
3000
|
}
|
|
3189
3001
|
],
|
|
3190
|
-
url: "/api/v1/
|
|
3002
|
+
url: "/api/v1/supportAccess/window",
|
|
3191
3003
|
...options
|
|
3192
3004
|
});
|
|
3193
3005
|
};
|
|
3194
|
-
var
|
|
3195
|
-
return (options
|
|
3006
|
+
var getWindow = (options) => {
|
|
3007
|
+
return (options?.client ?? client).get({
|
|
3196
3008
|
security: [
|
|
3197
3009
|
{
|
|
3198
3010
|
name: "Authorization",
|
|
3199
3011
|
type: "apiKey"
|
|
3200
3012
|
}
|
|
3201
3013
|
],
|
|
3202
|
-
url: "/api/v1/
|
|
3014
|
+
url: "/api/v1/supportAccess/window",
|
|
3203
3015
|
...options
|
|
3204
3016
|
});
|
|
3205
3017
|
};
|
|
3206
|
-
var
|
|
3207
|
-
return (options
|
|
3018
|
+
var grantWindow = (options) => {
|
|
3019
|
+
return (options?.client ?? client).post({
|
|
3208
3020
|
security: [
|
|
3209
3021
|
{
|
|
3210
3022
|
name: "Authorization",
|
|
3211
3023
|
type: "apiKey"
|
|
3212
3024
|
}
|
|
3213
3025
|
],
|
|
3214
|
-
url: "/api/v1/
|
|
3026
|
+
url: "/api/v1/supportAccess/window",
|
|
3215
3027
|
...options
|
|
3216
3028
|
});
|
|
3217
3029
|
};
|
|
3218
|
-
var
|
|
3219
|
-
return (options
|
|
3030
|
+
var extendWindow = (options) => {
|
|
3031
|
+
return (options?.client ?? client).put({
|
|
3220
3032
|
security: [
|
|
3221
3033
|
{
|
|
3222
3034
|
name: "Authorization",
|
|
3223
3035
|
type: "apiKey"
|
|
3224
3036
|
}
|
|
3225
3037
|
],
|
|
3226
|
-
url: "/api/v1/
|
|
3038
|
+
url: "/api/v1/supportAccess/window",
|
|
3227
3039
|
...options
|
|
3228
3040
|
});
|
|
3229
3041
|
};
|
|
3230
|
-
var
|
|
3231
|
-
return (options.client ?? client).
|
|
3042
|
+
var deleteOfflineNegotiatedDocument = (options) => {
|
|
3043
|
+
return (options.client ?? client).delete({
|
|
3232
3044
|
security: [
|
|
3233
3045
|
{
|
|
3234
3046
|
name: "Authorization",
|
|
3235
3047
|
type: "apiKey"
|
|
3236
3048
|
}
|
|
3237
3049
|
],
|
|
3238
|
-
url: "/api/v1/
|
|
3050
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/offline_negotiated_document",
|
|
3239
3051
|
...options
|
|
3240
3052
|
});
|
|
3241
3053
|
};
|
|
3242
|
-
var
|
|
3243
|
-
return (options.client ?? client).
|
|
3054
|
+
var getOfflineNegotiatedDocument = (options) => {
|
|
3055
|
+
return (options.client ?? client).get({
|
|
3244
3056
|
security: [
|
|
3245
3057
|
{
|
|
3246
3058
|
name: "Authorization",
|
|
3247
3059
|
type: "apiKey"
|
|
3248
3060
|
}
|
|
3249
3061
|
],
|
|
3250
|
-
url: "/api/v1/
|
|
3062
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/offline_negotiated_document",
|
|
3251
3063
|
...options
|
|
3252
3064
|
});
|
|
3253
3065
|
};
|
|
3254
|
-
var
|
|
3066
|
+
var setOfflineNegotiatedDocument = (options) => {
|
|
3255
3067
|
return (options.client ?? client).put({
|
|
3256
3068
|
security: [
|
|
3257
3069
|
{
|
|
@@ -3259,23 +3071,27 @@ var updateDocumentElectionDraftingNote = (options) => {
|
|
|
3259
3071
|
type: "apiKey"
|
|
3260
3072
|
}
|
|
3261
3073
|
],
|
|
3262
|
-
url: "/api/v1/
|
|
3263
|
-
...options
|
|
3074
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/offline_negotiated_document",
|
|
3075
|
+
...options,
|
|
3076
|
+
headers: {
|
|
3077
|
+
"Content-Type": "application/pdf",
|
|
3078
|
+
...options?.headers
|
|
3079
|
+
}
|
|
3264
3080
|
});
|
|
3265
3081
|
};
|
|
3266
|
-
var
|
|
3267
|
-
return (options.client ?? client).
|
|
3082
|
+
var deleteSignedExecutedVersion = (options) => {
|
|
3083
|
+
return (options.client ?? client).delete({
|
|
3268
3084
|
security: [
|
|
3269
3085
|
{
|
|
3270
3086
|
name: "Authorization",
|
|
3271
3087
|
type: "apiKey"
|
|
3272
3088
|
}
|
|
3273
3089
|
],
|
|
3274
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
3090
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/executed_version",
|
|
3275
3091
|
...options
|
|
3276
3092
|
});
|
|
3277
3093
|
};
|
|
3278
|
-
var
|
|
3094
|
+
var getSignedExecutedVersion = (options) => {
|
|
3279
3095
|
return (options.client ?? client).get({
|
|
3280
3096
|
security: [
|
|
3281
3097
|
{
|
|
@@ -3283,71 +3099,87 @@ var getDraftingNotesDocument = (options) => {
|
|
|
3283
3099
|
type: "apiKey"
|
|
3284
3100
|
}
|
|
3285
3101
|
],
|
|
3286
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
3102
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/executed_version",
|
|
3287
3103
|
...options
|
|
3288
3104
|
});
|
|
3289
3105
|
};
|
|
3290
|
-
var
|
|
3291
|
-
return (options
|
|
3106
|
+
var setSignedExecutedVersion = (options) => {
|
|
3107
|
+
return (options.client ?? client).put({
|
|
3292
3108
|
security: [
|
|
3293
3109
|
{
|
|
3294
3110
|
name: "Authorization",
|
|
3295
3111
|
type: "apiKey"
|
|
3296
3112
|
}
|
|
3297
3113
|
],
|
|
3298
|
-
url: "/api/v1/
|
|
3299
|
-
...options
|
|
3114
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/executed_version",
|
|
3115
|
+
...options,
|
|
3116
|
+
headers: {
|
|
3117
|
+
"Content-Type": "application/pdf",
|
|
3118
|
+
...options?.headers
|
|
3119
|
+
}
|
|
3300
3120
|
});
|
|
3301
3121
|
};
|
|
3302
|
-
var
|
|
3303
|
-
return (options.client ?? client).
|
|
3122
|
+
var deleteCoverNote = (options) => {
|
|
3123
|
+
return (options.client ?? client).delete({
|
|
3304
3124
|
security: [
|
|
3305
3125
|
{
|
|
3306
3126
|
name: "Authorization",
|
|
3307
3127
|
type: "apiKey"
|
|
3308
3128
|
}
|
|
3309
3129
|
],
|
|
3310
|
-
url: "/api/v1/
|
|
3130
|
+
url: "/api/v1/bulkSets/{bulkSetId}/coverNote",
|
|
3311
3131
|
...options
|
|
3312
3132
|
});
|
|
3313
3133
|
};
|
|
3314
|
-
var
|
|
3315
|
-
return (options
|
|
3134
|
+
var updateCoverNote = (options) => {
|
|
3135
|
+
return (options.client ?? client).put({
|
|
3316
3136
|
security: [
|
|
3317
3137
|
{
|
|
3318
3138
|
name: "Authorization",
|
|
3319
3139
|
type: "apiKey"
|
|
3320
3140
|
}
|
|
3321
3141
|
],
|
|
3322
|
-
url: "/api/v1/
|
|
3323
|
-
...options
|
|
3142
|
+
url: "/api/v1/bulkSets/{bulkSetId}/coverNote",
|
|
3143
|
+
...options,
|
|
3144
|
+
headers: {
|
|
3145
|
+
"Content-Type": "application/json",
|
|
3146
|
+
...options?.headers
|
|
3147
|
+
}
|
|
3324
3148
|
});
|
|
3325
3149
|
};
|
|
3326
|
-
var
|
|
3327
|
-
return (options.client ?? client).
|
|
3150
|
+
var sendToCounterpartyInitial = (options) => {
|
|
3151
|
+
return (options.client ?? client).put({
|
|
3328
3152
|
security: [
|
|
3329
3153
|
{
|
|
3330
3154
|
name: "Authorization",
|
|
3331
3155
|
type: "apiKey"
|
|
3332
3156
|
}
|
|
3333
3157
|
],
|
|
3334
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
3335
|
-
...options
|
|
3158
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/sendToCounterparty/initial",
|
|
3159
|
+
...options,
|
|
3160
|
+
headers: {
|
|
3161
|
+
"Content-Type": "application/json",
|
|
3162
|
+
...options?.headers
|
|
3163
|
+
}
|
|
3336
3164
|
});
|
|
3337
3165
|
};
|
|
3338
|
-
var
|
|
3339
|
-
return (options.client ?? client).
|
|
3166
|
+
var queueGenerateNegotiationDocumentJob = (options) => {
|
|
3167
|
+
return (options.client ?? client).post({
|
|
3340
3168
|
security: [
|
|
3341
3169
|
{
|
|
3342
3170
|
name: "Authorization",
|
|
3343
3171
|
type: "apiKey"
|
|
3344
3172
|
}
|
|
3345
3173
|
],
|
|
3346
|
-
url: "/api/v1/
|
|
3347
|
-
...options
|
|
3174
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/generateDocument",
|
|
3175
|
+
...options,
|
|
3176
|
+
headers: {
|
|
3177
|
+
"Content-Type": "application/json",
|
|
3178
|
+
...options?.headers
|
|
3179
|
+
}
|
|
3348
3180
|
});
|
|
3349
3181
|
};
|
|
3350
|
-
var
|
|
3182
|
+
var createSignaturePagePdf = (options) => {
|
|
3351
3183
|
return (options.client ?? client).get({
|
|
3352
3184
|
security: [
|
|
3353
3185
|
{
|
|
@@ -3355,23 +3187,23 @@ var usersWithNegotiationAccess = (options) => {
|
|
|
3355
3187
|
type: "apiKey"
|
|
3356
3188
|
}
|
|
3357
3189
|
],
|
|
3358
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
3190
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/pdf",
|
|
3359
3191
|
...options
|
|
3360
3192
|
});
|
|
3361
3193
|
};
|
|
3362
|
-
var
|
|
3363
|
-
return (options.client ?? client).
|
|
3194
|
+
var upgradePresetSchema = (options) => {
|
|
3195
|
+
return (options.client ?? client).put({
|
|
3364
3196
|
security: [
|
|
3365
3197
|
{
|
|
3366
3198
|
name: "Authorization",
|
|
3367
3199
|
type: "apiKey"
|
|
3368
3200
|
}
|
|
3369
3201
|
],
|
|
3370
|
-
url: "/api/v1/
|
|
3202
|
+
url: "/api/v1/presets/{presetId}/schema/upgrade",
|
|
3371
3203
|
...options
|
|
3372
3204
|
});
|
|
3373
3205
|
};
|
|
3374
|
-
var
|
|
3206
|
+
var documentRenderTemplate = (options) => {
|
|
3375
3207
|
return (options.client ?? client).get({
|
|
3376
3208
|
security: [
|
|
3377
3209
|
{
|
|
@@ -3379,23 +3211,23 @@ var presetRenderTemplate = (options) => {
|
|
|
3379
3211
|
type: "apiKey"
|
|
3380
3212
|
}
|
|
3381
3213
|
],
|
|
3382
|
-
url: "/api/v1/
|
|
3214
|
+
url: "/api/v1/documents/{documentId}/schemas/{version}/preview",
|
|
3383
3215
|
...options
|
|
3384
3216
|
});
|
|
3385
3217
|
};
|
|
3386
|
-
var
|
|
3387
|
-
return (options
|
|
3218
|
+
var getAccountRelationshipSummaries = (options) => {
|
|
3219
|
+
return (options?.client ?? client).get({
|
|
3388
3220
|
security: [
|
|
3389
3221
|
{
|
|
3390
3222
|
name: "Authorization",
|
|
3391
3223
|
type: "apiKey"
|
|
3392
3224
|
}
|
|
3393
3225
|
],
|
|
3394
|
-
url: "/api/v1/
|
|
3226
|
+
url: "/api/v1/advisor/accounts/relationships/summary",
|
|
3395
3227
|
...options
|
|
3396
3228
|
});
|
|
3397
3229
|
};
|
|
3398
|
-
var
|
|
3230
|
+
var presetRenderTemplate = (options) => {
|
|
3399
3231
|
return (options.client ?? client).get({
|
|
3400
3232
|
security: [
|
|
3401
3233
|
{
|
|
@@ -3403,11 +3235,11 @@ var getWatchers = (options) => {
|
|
|
3403
3235
|
type: "apiKey"
|
|
3404
3236
|
}
|
|
3405
3237
|
],
|
|
3406
|
-
url: "/api/v1/
|
|
3238
|
+
url: "/api/v1/presets/{presetId}/preview",
|
|
3407
3239
|
...options
|
|
3408
3240
|
});
|
|
3409
3241
|
};
|
|
3410
|
-
var
|
|
3242
|
+
var addComment = (options) => {
|
|
3411
3243
|
return (options.client ?? client).post({
|
|
3412
3244
|
security: [
|
|
3413
3245
|
{
|
|
@@ -3415,7 +3247,7 @@ var addWatchers = (options) => {
|
|
|
3415
3247
|
type: "apiKey"
|
|
3416
3248
|
}
|
|
3417
3249
|
],
|
|
3418
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
3250
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/timeline/{channel}/comments",
|
|
3419
3251
|
...options,
|
|
3420
3252
|
headers: {
|
|
3421
3253
|
"Content-Type": "application/json",
|
|
@@ -3423,15 +3255,15 @@ var addWatchers = (options) => {
|
|
|
3423
3255
|
}
|
|
3424
3256
|
});
|
|
3425
3257
|
};
|
|
3426
|
-
var
|
|
3427
|
-
return (options.client ?? client).
|
|
3258
|
+
var presetSetElectionApproval = (options) => {
|
|
3259
|
+
return (options.client ?? client).put({
|
|
3428
3260
|
security: [
|
|
3429
3261
|
{
|
|
3430
3262
|
name: "Authorization",
|
|
3431
3263
|
type: "apiKey"
|
|
3432
3264
|
}
|
|
3433
3265
|
],
|
|
3434
|
-
url: "/api/v1/
|
|
3266
|
+
url: "/api/v1/presets/{presetId}/approvals/elections/{electionId}",
|
|
3435
3267
|
...options,
|
|
3436
3268
|
headers: {
|
|
3437
3269
|
"Content-Type": "application/json",
|
|
@@ -3439,43 +3271,47 @@ var removeWatchers = (options) => {
|
|
|
3439
3271
|
}
|
|
3440
3272
|
});
|
|
3441
3273
|
};
|
|
3442
|
-
var
|
|
3443
|
-
return (options
|
|
3274
|
+
var getSsoConfig = (options) => {
|
|
3275
|
+
return (options?.client ?? client).get({
|
|
3444
3276
|
security: [
|
|
3445
3277
|
{
|
|
3446
3278
|
name: "Authorization",
|
|
3447
3279
|
type: "apiKey"
|
|
3448
3280
|
}
|
|
3449
3281
|
],
|
|
3450
|
-
url: "/api/v1/
|
|
3282
|
+
url: "/api/v1/account/sso",
|
|
3451
3283
|
...options
|
|
3452
3284
|
});
|
|
3453
3285
|
};
|
|
3454
|
-
var
|
|
3455
|
-
return (options.client ?? client).
|
|
3286
|
+
var updateCustomFields = (options) => {
|
|
3287
|
+
return (options.client ?? client).put({
|
|
3456
3288
|
security: [
|
|
3457
3289
|
{
|
|
3458
3290
|
name: "Authorization",
|
|
3459
3291
|
type: "apiKey"
|
|
3460
3292
|
}
|
|
3461
3293
|
],
|
|
3462
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
3463
|
-
...options
|
|
3294
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/customFields",
|
|
3295
|
+
...options,
|
|
3296
|
+
headers: {
|
|
3297
|
+
"Content-Type": "application/json",
|
|
3298
|
+
...options?.headers
|
|
3299
|
+
}
|
|
3464
3300
|
});
|
|
3465
3301
|
};
|
|
3466
|
-
var
|
|
3467
|
-
return (options.client ?? client).
|
|
3302
|
+
var sendElectionApprovalReminder = (options) => {
|
|
3303
|
+
return (options.client ?? client).put({
|
|
3468
3304
|
security: [
|
|
3469
3305
|
{
|
|
3470
3306
|
name: "Authorization",
|
|
3471
3307
|
type: "apiKey"
|
|
3472
3308
|
}
|
|
3473
3309
|
],
|
|
3474
|
-
url: "/api/v1/
|
|
3310
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/elections/{electionId}/reminder",
|
|
3475
3311
|
...options
|
|
3476
3312
|
});
|
|
3477
3313
|
};
|
|
3478
|
-
var
|
|
3314
|
+
var getExecutedNegotiationSummary = (options) => {
|
|
3479
3315
|
return (options.client ?? client).get({
|
|
3480
3316
|
security: [
|
|
3481
3317
|
{
|
|
@@ -3483,59 +3319,59 @@ var documentsFilter = (options) => {
|
|
|
3483
3319
|
type: "apiKey"
|
|
3484
3320
|
}
|
|
3485
3321
|
],
|
|
3486
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
3322
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/metadata",
|
|
3487
3323
|
...options
|
|
3488
3324
|
});
|
|
3489
3325
|
};
|
|
3490
|
-
var
|
|
3491
|
-
return (options
|
|
3326
|
+
var swapParties = (options) => {
|
|
3327
|
+
return (options.client ?? client).put({
|
|
3492
3328
|
security: [
|
|
3493
3329
|
{
|
|
3494
3330
|
name: "Authorization",
|
|
3495
3331
|
type: "apiKey"
|
|
3496
3332
|
}
|
|
3497
3333
|
],
|
|
3498
|
-
url: "/api/v1/
|
|
3334
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/swapParties",
|
|
3499
3335
|
...options
|
|
3500
3336
|
});
|
|
3501
3337
|
};
|
|
3502
|
-
var
|
|
3503
|
-
return (options
|
|
3338
|
+
var acceptNestedAnswersCounterpartyPosition = (options) => {
|
|
3339
|
+
return (options.client ?? client).put({
|
|
3504
3340
|
security: [
|
|
3505
3341
|
{
|
|
3506
3342
|
name: "Authorization",
|
|
3507
3343
|
type: "apiKey"
|
|
3508
3344
|
}
|
|
3509
3345
|
],
|
|
3510
|
-
url: "/api/v1/
|
|
3346
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/answers/nested/{nestedAnswersId}/acceptCpPosition/{partyId}",
|
|
3511
3347
|
...options
|
|
3512
3348
|
});
|
|
3513
3349
|
};
|
|
3514
|
-
var
|
|
3515
|
-
return (options
|
|
3350
|
+
var upgradeSchema = (options) => {
|
|
3351
|
+
return (options.client ?? client).put({
|
|
3516
3352
|
security: [
|
|
3517
3353
|
{
|
|
3518
3354
|
name: "Authorization",
|
|
3519
3355
|
type: "apiKey"
|
|
3520
3356
|
}
|
|
3521
3357
|
],
|
|
3522
|
-
url: "/api/v1/
|
|
3358
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/upgrade",
|
|
3523
3359
|
...options
|
|
3524
3360
|
});
|
|
3525
3361
|
};
|
|
3526
|
-
var
|
|
3527
|
-
return (options
|
|
3362
|
+
var updateAttachDocx = (options) => {
|
|
3363
|
+
return (options.client ?? client).put({
|
|
3528
3364
|
security: [
|
|
3529
3365
|
{
|
|
3530
3366
|
name: "Authorization",
|
|
3531
3367
|
type: "apiKey"
|
|
3532
3368
|
}
|
|
3533
3369
|
],
|
|
3534
|
-
url: "/api/v1/
|
|
3370
|
+
url: "/api/v1/bulkSets/{bulkSetId}/updateAttachDocx",
|
|
3535
3371
|
...options
|
|
3536
3372
|
});
|
|
3537
3373
|
};
|
|
3538
|
-
var
|
|
3374
|
+
var getCompanyByEntityId = (options) => {
|
|
3539
3375
|
return (options.client ?? client).get({
|
|
3540
3376
|
security: [
|
|
3541
3377
|
{
|
|
@@ -3543,87 +3379,71 @@ var getExtractionResults = (options) => {
|
|
|
3543
3379
|
type: "apiKey"
|
|
3544
3380
|
}
|
|
3545
3381
|
],
|
|
3546
|
-
url: "/api/v1/
|
|
3382
|
+
url: "/api/v1/entity/{entityId}",
|
|
3547
3383
|
...options
|
|
3548
3384
|
});
|
|
3549
3385
|
};
|
|
3550
|
-
var
|
|
3551
|
-
return (options.client ?? client).
|
|
3386
|
+
var deleteDraftingNotesDocument = (options) => {
|
|
3387
|
+
return (options.client ?? client).delete({
|
|
3552
3388
|
security: [
|
|
3553
3389
|
{
|
|
3554
3390
|
name: "Authorization",
|
|
3555
3391
|
type: "apiKey"
|
|
3556
3392
|
}
|
|
3557
3393
|
],
|
|
3558
|
-
url: "/api/v1/
|
|
3394
|
+
url: "/api/v1/documents/{documentId}/subAccounts/{subAccountId}/draftingNotes",
|
|
3559
3395
|
...options
|
|
3560
3396
|
});
|
|
3561
3397
|
};
|
|
3562
|
-
var
|
|
3563
|
-
return (options.client ?? client).
|
|
3398
|
+
var getDraftingNotes = (options) => {
|
|
3399
|
+
return (options.client ?? client).get({
|
|
3564
3400
|
security: [
|
|
3565
3401
|
{
|
|
3566
3402
|
name: "Authorization",
|
|
3567
3403
|
type: "apiKey"
|
|
3568
3404
|
}
|
|
3569
3405
|
],
|
|
3570
|
-
url: "/api/v1/
|
|
3571
|
-
...options
|
|
3572
|
-
headers: {
|
|
3573
|
-
"Content-Type": "application/json",
|
|
3574
|
-
...options?.headers
|
|
3575
|
-
}
|
|
3406
|
+
url: "/api/v1/documents/{documentId}/subAccounts/{subAccountId}/draftingNotes",
|
|
3407
|
+
...options
|
|
3576
3408
|
});
|
|
3577
3409
|
};
|
|
3578
|
-
var
|
|
3579
|
-
return (options.client ?? client).
|
|
3410
|
+
var updateDraftingNotes = (options) => {
|
|
3411
|
+
return (options.client ?? client).post({
|
|
3580
3412
|
security: [
|
|
3581
3413
|
{
|
|
3582
3414
|
name: "Authorization",
|
|
3583
3415
|
type: "apiKey"
|
|
3584
3416
|
}
|
|
3585
3417
|
],
|
|
3586
|
-
url: "/api/v1/
|
|
3587
|
-
...options
|
|
3588
|
-
headers: {
|
|
3589
|
-
"Content-Type": "application/json",
|
|
3590
|
-
...options?.headers
|
|
3591
|
-
}
|
|
3418
|
+
url: "/api/v1/documents/{documentId}/subAccounts/{subAccountId}/draftingNotes",
|
|
3419
|
+
...options
|
|
3592
3420
|
});
|
|
3593
3421
|
};
|
|
3594
|
-
var
|
|
3595
|
-
return (options.client ?? client).
|
|
3422
|
+
var createAuditTrailPdf = (options) => {
|
|
3423
|
+
return (options.client ?? client).get({
|
|
3596
3424
|
security: [
|
|
3597
3425
|
{
|
|
3598
3426
|
name: "Authorization",
|
|
3599
3427
|
type: "apiKey"
|
|
3600
3428
|
}
|
|
3601
3429
|
],
|
|
3602
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
3603
|
-
...options
|
|
3604
|
-
headers: {
|
|
3605
|
-
"Content-Type": "application/json",
|
|
3606
|
-
...options?.headers
|
|
3607
|
-
}
|
|
3430
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/audit_trail/pdf",
|
|
3431
|
+
...options
|
|
3608
3432
|
});
|
|
3609
3433
|
};
|
|
3610
|
-
var
|
|
3611
|
-
return (options.client ?? client).
|
|
3434
|
+
var listRecentExtractions = (options) => {
|
|
3435
|
+
return (options.client ?? client).get({
|
|
3612
3436
|
security: [
|
|
3613
3437
|
{
|
|
3614
3438
|
name: "Authorization",
|
|
3615
3439
|
type: "apiKey"
|
|
3616
3440
|
}
|
|
3617
3441
|
],
|
|
3618
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
3619
|
-
...options
|
|
3620
|
-
headers: {
|
|
3621
|
-
"Content-Type": "application/json",
|
|
3622
|
-
...options?.headers
|
|
3623
|
-
}
|
|
3442
|
+
url: "/api/v1/subAccounts/{subAccountId}/extraction/recent",
|
|
3443
|
+
...options
|
|
3624
3444
|
});
|
|
3625
3445
|
};
|
|
3626
|
-
var
|
|
3446
|
+
var initialAnswers = (options) => {
|
|
3627
3447
|
return (options.client ?? client).get({
|
|
3628
3448
|
security: [
|
|
3629
3449
|
{
|
|
@@ -3631,62 +3451,47 @@ var listRecentExtractions = (options) => {
|
|
|
3631
3451
|
type: "apiKey"
|
|
3632
3452
|
}
|
|
3633
3453
|
],
|
|
3634
|
-
url: "/api/v1/subAccounts/{subAccountId}/
|
|
3454
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/initialAnswers",
|
|
3635
3455
|
...options
|
|
3636
3456
|
});
|
|
3637
3457
|
};
|
|
3638
|
-
var
|
|
3639
|
-
return (options.client ?? client).
|
|
3458
|
+
var downloadNegotiation = (options) => {
|
|
3459
|
+
return (options.client ?? client).get({
|
|
3640
3460
|
security: [
|
|
3641
3461
|
{
|
|
3642
3462
|
name: "Authorization",
|
|
3643
3463
|
type: "apiKey"
|
|
3644
3464
|
}
|
|
3645
3465
|
],
|
|
3646
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
3466
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/extension/{extension}",
|
|
3647
3467
|
...options
|
|
3648
3468
|
});
|
|
3649
3469
|
};
|
|
3650
|
-
var
|
|
3651
|
-
return (options.client ?? client).
|
|
3470
|
+
var getTimelineActivity = (options) => {
|
|
3471
|
+
return (options.client ?? client).get({
|
|
3652
3472
|
security: [
|
|
3653
3473
|
{
|
|
3654
3474
|
name: "Authorization",
|
|
3655
3475
|
type: "apiKey"
|
|
3656
3476
|
}
|
|
3657
3477
|
],
|
|
3658
|
-
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/
|
|
3478
|
+
url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/timeline/activities",
|
|
3479
|
+
...options
|
|
3480
|
+
});
|
|
3481
|
+
};
|
|
3482
|
+
var getProfile = (options) => {
|
|
3483
|
+
return (options?.client ?? client).get({
|
|
3484
|
+
security: [
|
|
3485
|
+
{
|
|
3486
|
+
name: "Authorization",
|
|
3487
|
+
type: "apiKey"
|
|
3488
|
+
}
|
|
3489
|
+
],
|
|
3490
|
+
url: "/api/v1/user/profile",
|
|
3659
3491
|
...options
|
|
3660
3492
|
});
|
|
3661
3493
|
};
|
|
3662
3494
|
export {
|
|
3663
|
-
Access,
|
|
3664
|
-
ApprovalStatus,
|
|
3665
|
-
Availability,
|
|
3666
|
-
CdmAvailability,
|
|
3667
|
-
Channel,
|
|
3668
|
-
DocumentApprovalState,
|
|
3669
|
-
ElectionApprovalState,
|
|
3670
|
-
Extension,
|
|
3671
|
-
ExternalDocumentApprovalState,
|
|
3672
|
-
ExtractionResultType,
|
|
3673
|
-
Filter,
|
|
3674
|
-
Health,
|
|
3675
|
-
JobStatus,
|
|
3676
|
-
NoteType,
|
|
3677
|
-
NotificationCategory,
|
|
3678
|
-
OrderBy,
|
|
3679
|
-
OrderDirection,
|
|
3680
|
-
PartyThatCanUploadExecutedVersion,
|
|
3681
|
-
Position,
|
|
3682
|
-
RestrictedTo,
|
|
3683
|
-
SearchContext,
|
|
3684
|
-
State,
|
|
3685
|
-
Status,
|
|
3686
|
-
SummaryContext,
|
|
3687
|
-
Turn,
|
|
3688
|
-
Type,
|
|
3689
|
-
WorkflowType,
|
|
3690
3495
|
acceptAllCounterpartyPositions,
|
|
3691
3496
|
acceptAllCustodianTemplatePositions,
|
|
3692
3497
|
acceptAllPositionsFromFork,
|
|
@@ -3827,6 +3632,7 @@ export {
|
|
|
3827
3632
|
getStatistics,
|
|
3828
3633
|
getStatisticsOverview,
|
|
3829
3634
|
getSubAccount,
|
|
3635
|
+
getSubscribedPublishers,
|
|
3830
3636
|
getTimeline,
|
|
3831
3637
|
getTimelineActivity,
|
|
3832
3638
|
getUserStatistics,
|
|
@@ -3885,6 +3691,7 @@ export {
|
|
|
3885
3691
|
presetSetMultipleNestedAnswers,
|
|
3886
3692
|
presetSetNestedAnswers,
|
|
3887
3693
|
presetSwapParties,
|
|
3694
|
+
publisherSummaries,
|
|
3888
3695
|
queueGenerateNegotiationDocumentJob,
|
|
3889
3696
|
rejectFinalDocument,
|
|
3890
3697
|
removeWatchers,
|