@createiq/backend 1.0.2 → 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 +486 -486
- package/client/types.gen.ts +1105 -1712
- package/dist/index.cjs +0 -900
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1360 -1945
- package/dist/index.d.ts +1360 -1945
- package/dist/index.js +0 -817
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/dist/index.js
CHANGED
|
@@ -1,737 +1,3 @@
|
|
|
1
|
-
// client/types.gen.ts
|
|
2
|
-
var CdmAvailability = /* @__PURE__ */ ((CdmAvailability2) => {
|
|
3
|
-
CdmAvailability2["Unavailable"] = "unavailable";
|
|
4
|
-
CdmAvailability2["Comingsoon"] = "comingsoon";
|
|
5
|
-
CdmAvailability2["Available"] = "available";
|
|
6
|
-
return CdmAvailability2;
|
|
7
|
-
})(CdmAvailability || {});
|
|
8
|
-
var AnalyticsEventType = /* @__PURE__ */ ((AnalyticsEventType2) => {
|
|
9
|
-
AnalyticsEventType2["PasswordResetStart"] = "PASSWORD_RESET_START";
|
|
10
|
-
AnalyticsEventType2["PasswordResetSuccess"] = "PASSWORD_RESET_SUCCESS";
|
|
11
|
-
AnalyticsEventType2["InvitationAccepted"] = "INVITATION_ACCEPTED";
|
|
12
|
-
AnalyticsEventType2["LoginStart"] = "LOGIN_START";
|
|
13
|
-
AnalyticsEventType2["Login"] = "LOGIN";
|
|
14
|
-
AnalyticsEventType2["SupportImpersonatedUserLogin"] = "SUPPORT_IMPERSONATED_USER_LOGIN";
|
|
15
|
-
AnalyticsEventType2["LoginRefresh"] = "LOGIN_REFRESH";
|
|
16
|
-
AnalyticsEventType2["UserRemoved"] = "USER_REMOVED";
|
|
17
|
-
AnalyticsEventType2["ApiKeyCreated"] = "API_KEY_CREATED";
|
|
18
|
-
AnalyticsEventType2["ApiRead"] = "API_READ";
|
|
19
|
-
AnalyticsEventType2["ApiWrite"] = "API_WRITE";
|
|
20
|
-
AnalyticsEventType2["CreatePreset"] = "CREATE_PRESET";
|
|
21
|
-
AnalyticsEventType2["PublishPreset"] = "PUBLISH_PRESET";
|
|
22
|
-
AnalyticsEventType2["DurationNewPresetToFinalisePreset"] = "DURATION_NEW_PRESET_TO_FINALISE_PRESET";
|
|
23
|
-
AnalyticsEventType2["DocumentComment"] = "DOCUMENT_COMMENT";
|
|
24
|
-
AnalyticsEventType2["ElectionComment"] = "ELECTION_COMMENT";
|
|
25
|
-
AnalyticsEventType2["NegotiationCreated"] = "NEGOTIATION_CREATED";
|
|
26
|
-
AnalyticsEventType2["InitialSendToCounterparty"] = "INITIAL_SEND_TO_COUNTERPARTY";
|
|
27
|
-
AnalyticsEventType2["SendToCounterparty"] = "SEND_TO_COUNTERPARTY";
|
|
28
|
-
AnalyticsEventType2["ReceiverDraft"] = "RECEIVER_DRAFT";
|
|
29
|
-
AnalyticsEventType2["Amending"] = "AMENDING";
|
|
30
|
-
AnalyticsEventType2["Agreed"] = "AGREED";
|
|
31
|
-
AnalyticsEventType2["FinalDocumentApproval"] = "FINAL_DOCUMENT_APPROVAL";
|
|
32
|
-
AnalyticsEventType2["FinalDocumentRejection"] = "FINAL_DOCUMENT_REJECTION";
|
|
33
|
-
AnalyticsEventType2["ElectionApproval"] = "ELECTION_APPROVAL";
|
|
34
|
-
AnalyticsEventType2["ElectionRejection"] = "ELECTION_REJECTION";
|
|
35
|
-
AnalyticsEventType2["EsignCreateDraft"] = "ESIGN_CREATE_DRAFT";
|
|
36
|
-
AnalyticsEventType2["EsignSendForSigning"] = "ESIGN_SEND_FOR_SIGNING";
|
|
37
|
-
AnalyticsEventType2["EsignSigningComplete"] = "ESIGN_SIGNING_COMPLETE";
|
|
38
|
-
AnalyticsEventType2["Executed"] = "EXECUTED";
|
|
39
|
-
AnalyticsEventType2["DurationCreateNegotiationToInitialSendToCp"] = "DURATION_CREATE_NEGOTIATION_TO_INITIAL_SEND_TO_CP";
|
|
40
|
-
AnalyticsEventType2["DurationAcceptInvitationToConfirmOfflineExecution"] = "DURATION_ACCEPT_INVITATION_TO_CONFIRM_OFFLINE_EXECUTION";
|
|
41
|
-
AnalyticsEventType2["DurationAcceptInvitationToConfirmEsignExecution"] = "DURATION_ACCEPT_INVITATION_TO_CONFIRM_ESIGN_EXECUTION";
|
|
42
|
-
AnalyticsEventType2["DownloadNegotiationMetadata"] = "DOWNLOAD_NEGOTIATION_METADATA";
|
|
43
|
-
AnalyticsEventType2["DownloadCompletedNegotiations"] = "DOWNLOAD_COMPLETED_NEGOTIATIONS";
|
|
44
|
-
AnalyticsEventType2["DownloadNegotiationCdm"] = "DOWNLOAD_NEGOTIATION_CDM";
|
|
45
|
-
AnalyticsEventType2["AccountCreated"] = "ACCOUNT_CREATED";
|
|
46
|
-
AnalyticsEventType2["CountAccountUser"] = "COUNT_ACCOUNT_USER";
|
|
47
|
-
AnalyticsEventType2["AccountDisable"] = "ACCOUNT_DISABLE";
|
|
48
|
-
AnalyticsEventType2["AccountDelete"] = "ACCOUNT_DELETE";
|
|
49
|
-
AnalyticsEventType2["AccountCounterpartyCount"] = "ACCOUNT_COUNTERPARTY_COUNT";
|
|
50
|
-
AnalyticsEventType2["EmailDelivery"] = "EMAIL_DELIVERY";
|
|
51
|
-
AnalyticsEventType2["EmailBounce"] = "EMAIL_BOUNCE";
|
|
52
|
-
AnalyticsEventType2["EmailOpen"] = "EMAIL_OPEN";
|
|
53
|
-
AnalyticsEventType2["EmailClick"] = "EMAIL_CLICK";
|
|
54
|
-
AnalyticsEventType2["EmailUnsubscribe"] = "EMAIL_UNSUBSCRIBE";
|
|
55
|
-
return AnalyticsEventType2;
|
|
56
|
-
})(AnalyticsEventType || {});
|
|
57
|
-
var ProfileColour = /* @__PURE__ */ ((ProfileColour2) => {
|
|
58
|
-
ProfileColour2["#000000"] = "#000000";
|
|
59
|
-
ProfileColour2["#6750A4"] = "#6750A4";
|
|
60
|
-
ProfileColour2["#5C6B8A"] = "#5C6B8A";
|
|
61
|
-
ProfileColour2["#008569"] = "#008569";
|
|
62
|
-
ProfileColour2["#f5A623"] = "#F5A623";
|
|
63
|
-
ProfileColour2["#0172B1"] = "#0172B1";
|
|
64
|
-
ProfileColour2["#dc2773"] = "#DC2773";
|
|
65
|
-
ProfileColour2["#b3261E"] = "#B3261E";
|
|
66
|
-
return ProfileColour2;
|
|
67
|
-
})(ProfileColour || {});
|
|
68
|
-
var Type = /* @__PURE__ */ ((Type2) => {
|
|
69
|
-
Type2["ValidEntityDto"] = "ValidEntityDto";
|
|
70
|
-
return Type2;
|
|
71
|
-
})(Type || {});
|
|
72
|
-
var ApprovalStatus = /* @__PURE__ */ ((ApprovalStatus3) => {
|
|
73
|
-
ApprovalStatus3["Pending"] = "Pending";
|
|
74
|
-
ApprovalStatus3["Approved"] = "Approved";
|
|
75
|
-
ApprovalStatus3["Rejected"] = "Rejected";
|
|
76
|
-
ApprovalStatus3["ApprovalRequired"] = "ApprovalRequired";
|
|
77
|
-
ApprovalStatus3["NoApprovalRequired"] = "NoApprovalRequired";
|
|
78
|
-
return ApprovalStatus3;
|
|
79
|
-
})(ApprovalStatus || {});
|
|
80
|
-
var SigningMode = /* @__PURE__ */ ((SigningMode2) => {
|
|
81
|
-
SigningMode2["ESign"] = "eSign";
|
|
82
|
-
SigningMode2["Offline"] = "offline";
|
|
83
|
-
return SigningMode2;
|
|
84
|
-
})(SigningMode || {});
|
|
85
|
-
var WorkflowType = /* @__PURE__ */ ((WorkflowType3) => {
|
|
86
|
-
WorkflowType3["Offline"] = "offline";
|
|
87
|
-
WorkflowType3["W1"] = "w1";
|
|
88
|
-
WorkflowType3["W1Ext"] = "w1Ext";
|
|
89
|
-
WorkflowType3["W1ExtOffline"] = "w1ExtOffline";
|
|
90
|
-
WorkflowType3["W1ExtStage2"] = "w1ExtStage2";
|
|
91
|
-
WorkflowType3["W1ExtStage2Offline"] = "w1ExtStage2Offline";
|
|
92
|
-
WorkflowType3["W1ExtCombinedStage"] = "w1ExtCombinedStage";
|
|
93
|
-
WorkflowType3["W1ExtCombinedStageOffline"] = "w1ExtCombinedStageOffline";
|
|
94
|
-
return WorkflowType3;
|
|
95
|
-
})(WorkflowType || {});
|
|
96
|
-
var PartyThatCanUploadExecutedVersion = /* @__PURE__ */ ((PartyThatCanUploadExecutedVersion3) => {
|
|
97
|
-
PartyThatCanUploadExecutedVersion3["Initiator"] = "initiator";
|
|
98
|
-
PartyThatCanUploadExecutedVersion3["Receiver"] = "receiver";
|
|
99
|
-
PartyThatCanUploadExecutedVersion3["Moderator"] = "moderator";
|
|
100
|
-
PartyThatCanUploadExecutedVersion3["AnyRegular"] = "any-regular";
|
|
101
|
-
PartyThatCanUploadExecutedVersion3["Any"] = "any";
|
|
102
|
-
return PartyThatCanUploadExecutedVersion3;
|
|
103
|
-
})(PartyThatCanUploadExecutedVersion || {});
|
|
104
|
-
var Availability = /* @__PURE__ */ ((Availability2) => {
|
|
105
|
-
Availability2["Default"] = "default";
|
|
106
|
-
Availability2["New"] = "new";
|
|
107
|
-
Availability2["Unavailable"] = "unavailable";
|
|
108
|
-
return Availability2;
|
|
109
|
-
})(Availability || {});
|
|
110
|
-
var NotificationCategory = /* @__PURE__ */ ((NotificationCategory2) => {
|
|
111
|
-
NotificationCategory2["NotificationsPanelUpdates"] = "notifications_panel_updates";
|
|
112
|
-
NotificationCategory2["Invitation"] = "invitation";
|
|
113
|
-
NotificationCategory2["NegotiationUpdates"] = "negotiation_updates";
|
|
114
|
-
NotificationCategory2["Approval"] = "approval";
|
|
115
|
-
NotificationCategory2["Other"] = "other";
|
|
116
|
-
NotificationCategory2["AlwaysEnabled"] = "always_enabled";
|
|
117
|
-
return NotificationCategory2;
|
|
118
|
-
})(NotificationCategory || {});
|
|
119
|
-
var Access = /* @__PURE__ */ ((Access2) => {
|
|
120
|
-
Access2["Required"] = "required";
|
|
121
|
-
Access2["Granted"] = "granted";
|
|
122
|
-
Access2["Restricted"] = "restricted";
|
|
123
|
-
return Access2;
|
|
124
|
-
})(Access || {});
|
|
125
|
-
var NegotiationFilter = /* @__PURE__ */ ((NegotiationFilter2) => {
|
|
126
|
-
NegotiationFilter2["DocumentType"] = "documentType";
|
|
127
|
-
NegotiationFilter2["UserId"] = "userId";
|
|
128
|
-
NegotiationFilter2["DisplayReferenceId"] = "displayReferenceId";
|
|
129
|
-
NegotiationFilter2["DocumentPublisherId"] = "documentPublisherId";
|
|
130
|
-
NegotiationFilter2["Turn"] = "turn";
|
|
131
|
-
NegotiationFilter2["AccessibleToAdvisor"] = "accessibleToAdvisor";
|
|
132
|
-
NegotiationFilter2["IsTriparty"] = "isTriparty";
|
|
133
|
-
NegotiationFilter2["IsOffline"] = "isOffline";
|
|
134
|
-
NegotiationFilter2["State"] = "state";
|
|
135
|
-
NegotiationFilter2["Status"] = "status";
|
|
136
|
-
NegotiationFilter2["BulkSetIds"] = "bulkSetIds";
|
|
137
|
-
NegotiationFilter2["ForkedToOrFrom"] = "forkedToOrFrom";
|
|
138
|
-
NegotiationFilter2["PartyA"] = "partyA";
|
|
139
|
-
NegotiationFilter2["PartyB"] = "partyB";
|
|
140
|
-
NegotiationFilter2["PartyC"] = "partyC";
|
|
141
|
-
NegotiationFilter2["PartyAny"] = "partyAny";
|
|
142
|
-
return NegotiationFilter2;
|
|
143
|
-
})(NegotiationFilter || {});
|
|
144
|
-
var Position = /* @__PURE__ */ ((Position2) => {
|
|
145
|
-
Position2["PartyA"] = "party_a";
|
|
146
|
-
Position2["PartyB"] = "party_b";
|
|
147
|
-
return Position2;
|
|
148
|
-
})(Position || {});
|
|
149
|
-
var Channel = /* @__PURE__ */ ((Channel2) => {
|
|
150
|
-
Channel2["General"] = "general";
|
|
151
|
-
Channel2["Personal"] = "personal";
|
|
152
|
-
return Channel2;
|
|
153
|
-
})(Channel || {});
|
|
154
|
-
var DocumentState = /* @__PURE__ */ ((DocumentState2) => {
|
|
155
|
-
DocumentState2["Draft"] = "draft";
|
|
156
|
-
DocumentState2["Private"] = "private";
|
|
157
|
-
DocumentState2["Retired"] = "retired";
|
|
158
|
-
DocumentState2["Inherited"] = "inherited";
|
|
159
|
-
return DocumentState2;
|
|
160
|
-
})(DocumentState || {});
|
|
161
|
-
var State = /* @__PURE__ */ ((State2) => {
|
|
162
|
-
State2["Pending"] = "Pending";
|
|
163
|
-
State2["Approved"] = "Approved";
|
|
164
|
-
State2["Rejected"] = "Rejected";
|
|
165
|
-
State2["ApprovalRequired"] = "ApprovalRequired";
|
|
166
|
-
State2["NoApprovalRequired"] = "NoApprovalRequired";
|
|
167
|
-
return State2;
|
|
168
|
-
})(State || {});
|
|
169
|
-
var VirusScanServiceStatusDtoStatus = /* @__PURE__ */ ((VirusScanServiceStatusDtoStatus2) => {
|
|
170
|
-
VirusScanServiceStatusDtoStatus2["Okay"] = "okay";
|
|
171
|
-
VirusScanServiceStatusDtoStatus2["Error"] = "error";
|
|
172
|
-
return VirusScanServiceStatusDtoStatus2;
|
|
173
|
-
})(VirusScanServiceStatusDtoStatus || {});
|
|
174
|
-
var NotificationChannel = /* @__PURE__ */ ((NotificationChannel2) => {
|
|
175
|
-
NotificationChannel2["General"] = "general";
|
|
176
|
-
NotificationChannel2["Personal"] = "personal";
|
|
177
|
-
return NotificationChannel2;
|
|
178
|
-
})(NotificationChannel || {});
|
|
179
|
-
var SignaturePagePartyNegotiationRole = /* @__PURE__ */ ((SignaturePagePartyNegotiationRole2) => {
|
|
180
|
-
SignaturePagePartyNegotiationRole2["Initiator"] = "initiator";
|
|
181
|
-
SignaturePagePartyNegotiationRole2["Receiver"] = "receiver";
|
|
182
|
-
SignaturePagePartyNegotiationRole2["Moderator"] = "moderator";
|
|
183
|
-
return SignaturePagePartyNegotiationRole2;
|
|
184
|
-
})(SignaturePagePartyNegotiationRole || {});
|
|
185
|
-
var NegotiationStateGroup = /* @__PURE__ */ ((NegotiationStateGroup2) => {
|
|
186
|
-
NegotiationStateGroup2["PreparingFirstDraft"] = "preparingFirstDraft";
|
|
187
|
-
NegotiationStateGroup2["Negotiating"] = "negotiating";
|
|
188
|
-
NegotiationStateGroup2["Confirming"] = "confirming";
|
|
189
|
-
NegotiationStateGroup2["PendingExecution"] = "pendingExecution";
|
|
190
|
-
NegotiationStateGroup2["Executed"] = "executed";
|
|
191
|
-
NegotiationStateGroup2["Cancelled"] = "cancelled";
|
|
192
|
-
NegotiationStateGroup2["ConfirmedTemplate"] = "confirmedTemplate";
|
|
193
|
-
NegotiationStateGroup2["SendingFailed"] = "sendingFailed";
|
|
194
|
-
return NegotiationStateGroup2;
|
|
195
|
-
})(NegotiationStateGroup || {});
|
|
196
|
-
var Health = /* @__PURE__ */ ((Health2) => {
|
|
197
|
-
Health2["Ok"] = "ok";
|
|
198
|
-
Health2["Blocked"] = "blocked";
|
|
199
|
-
return Health2;
|
|
200
|
-
})(Health || {});
|
|
201
|
-
var OrderDirection = /* @__PURE__ */ ((OrderDirection3) => {
|
|
202
|
-
OrderDirection3["Asc"] = "asc";
|
|
203
|
-
OrderDirection3["Desc"] = "desc";
|
|
204
|
-
return OrderDirection3;
|
|
205
|
-
})(OrderDirection || {});
|
|
206
|
-
var NegotiationJobLockType = /* @__PURE__ */ ((NegotiationJobLockType2) => {
|
|
207
|
-
NegotiationJobLockType2["BatchSetInitialSend"] = "batch_set_initial_send";
|
|
208
|
-
NegotiationJobLockType2["BatchSetCancelNegotiation"] = "batch_set_cancel_negotiation";
|
|
209
|
-
NegotiationJobLockType2["Extraction"] = "extraction";
|
|
210
|
-
return NegotiationJobLockType2;
|
|
211
|
-
})(NegotiationJobLockType || {});
|
|
212
|
-
var ExtractionResultType = /* @__PURE__ */ ((ExtractionResultType3) => {
|
|
213
|
-
ExtractionResultType3["Processing"] = "processing";
|
|
214
|
-
ExtractionResultType3["Failed"] = "failed";
|
|
215
|
-
ExtractionResultType3["Complete"] = "complete";
|
|
216
|
-
return ExtractionResultType3;
|
|
217
|
-
})(ExtractionResultType || {});
|
|
218
|
-
var NegotiationFilterIsTripartyIsTripartyValue = /* @__PURE__ */ ((NegotiationFilterIsTripartyIsTripartyValue2) => {
|
|
219
|
-
NegotiationFilterIsTripartyIsTripartyValue2["Triparty"] = "Triparty";
|
|
220
|
-
NegotiationFilterIsTripartyIsTripartyValue2["Bilateral"] = "Bilateral";
|
|
221
|
-
return NegotiationFilterIsTripartyIsTripartyValue2;
|
|
222
|
-
})(NegotiationFilterIsTripartyIsTripartyValue || {});
|
|
223
|
-
var UserProfileColour = /* @__PURE__ */ ((UserProfileColour2) => {
|
|
224
|
-
UserProfileColour2["#000000"] = "#000000";
|
|
225
|
-
UserProfileColour2["#6750A4"] = "#6750A4";
|
|
226
|
-
UserProfileColour2["#5C6B8A"] = "#5C6B8A";
|
|
227
|
-
UserProfileColour2["#008569"] = "#008569";
|
|
228
|
-
UserProfileColour2["#f5A623"] = "#F5A623";
|
|
229
|
-
UserProfileColour2["#0172B1"] = "#0172B1";
|
|
230
|
-
UserProfileColour2["#dc2773"] = "#DC2773";
|
|
231
|
-
UserProfileColour2["#b3261E"] = "#B3261E";
|
|
232
|
-
return UserProfileColour2;
|
|
233
|
-
})(UserProfileColour || {});
|
|
234
|
-
var NegotiationFilterRequiresApprovalRequiresApprovalValue = /* @__PURE__ */ ((NegotiationFilterRequiresApprovalRequiresApprovalValue2) => {
|
|
235
|
-
NegotiationFilterRequiresApprovalRequiresApprovalValue2["Approval"] = "Approval";
|
|
236
|
-
return NegotiationFilterRequiresApprovalRequiresApprovalValue2;
|
|
237
|
-
})(NegotiationFilterRequiresApprovalRequiresApprovalValue || {});
|
|
238
|
-
var JobStatus = /* @__PURE__ */ ((JobStatus3) => {
|
|
239
|
-
JobStatus3["Failed"] = "failed";
|
|
240
|
-
JobStatus3["Pending"] = "pending";
|
|
241
|
-
return JobStatus3;
|
|
242
|
-
})(JobStatus || {});
|
|
243
|
-
var OrderDirection2 = /* @__PURE__ */ ((OrderDirection22) => {
|
|
244
|
-
OrderDirection22["Asc"] = "asc";
|
|
245
|
-
OrderDirection22["Desc"] = "desc";
|
|
246
|
-
return OrderDirection22;
|
|
247
|
-
})(OrderDirection2 || {});
|
|
248
|
-
var OrderBy = /* @__PURE__ */ ((OrderBy2) => {
|
|
249
|
-
OrderBy2["ActiveUser"] = "activeUser";
|
|
250
|
-
OrderBy2["Created"] = "created";
|
|
251
|
-
OrderBy2["DocumentType"] = "documentType";
|
|
252
|
-
OrderBy2["Status"] = "status";
|
|
253
|
-
OrderBy2["LastAction"] = "lastAction";
|
|
254
|
-
OrderBy2["LastActionWithFavouritesFirst"] = "lastActionWithFavouritesFirst";
|
|
255
|
-
OrderBy2["MyEntityName"] = "myEntityName";
|
|
256
|
-
OrderBy2["CounterPartyEntityName"] = "counterPartyEntityName";
|
|
257
|
-
OrderBy2["DisplayReferenceId"] = "displayReferenceId";
|
|
258
|
-
OrderBy2["ApproverName"] = "approverName";
|
|
259
|
-
return OrderBy2;
|
|
260
|
-
})(OrderBy || {});
|
|
261
|
-
var SchemaRestriction = /* @__PURE__ */ ((SchemaRestriction2) => {
|
|
262
|
-
SchemaRestriction2["Initiator"] = "initiator";
|
|
263
|
-
SchemaRestriction2["Receiver"] = "receiver";
|
|
264
|
-
SchemaRestriction2["Moderator"] = "moderator";
|
|
265
|
-
SchemaRestriction2["RegularParties"] = "regularParties";
|
|
266
|
-
return SchemaRestriction2;
|
|
267
|
-
})(SchemaRestriction || {});
|
|
268
|
-
var JobStatus2 = /* @__PURE__ */ ((JobStatus22) => {
|
|
269
|
-
JobStatus22["Created"] = "created";
|
|
270
|
-
JobStatus22["InProgress"] = "in_progress";
|
|
271
|
-
JobStatus22["Failed"] = "failed";
|
|
272
|
-
JobStatus22["Completed"] = "completed";
|
|
273
|
-
return JobStatus22;
|
|
274
|
-
})(JobStatus2 || {});
|
|
275
|
-
var PresetHealthIssue = /* @__PURE__ */ ((PresetHealthIssue2) => {
|
|
276
|
-
PresetHealthIssue2["Approvalrulesbroken"] = "approvalrulesbroken";
|
|
277
|
-
PresetHealthIssue2["Schemaupgraderequired"] = "schemaupgraderequired";
|
|
278
|
-
return PresetHealthIssue2;
|
|
279
|
-
})(PresetHealthIssue || {});
|
|
280
|
-
var NegotiationUiState = /* @__PURE__ */ ((NegotiationUiState2) => {
|
|
281
|
-
NegotiationUiState2["Draft"] = "draft";
|
|
282
|
-
NegotiationUiState2["Inviting"] = "inviting";
|
|
283
|
-
NegotiationUiState2["ReceiverDraft"] = "receiverDraft";
|
|
284
|
-
NegotiationUiState2["Amending"] = "amending";
|
|
285
|
-
NegotiationUiState2["Extraction"] = "extraction";
|
|
286
|
-
NegotiationUiState2["ExtractionAmending"] = "extractionAmending";
|
|
287
|
-
NegotiationUiState2["Confirmed"] = "confirmed";
|
|
288
|
-
NegotiationUiState2["ConfirmedTemplate"] = "confirmedTemplate";
|
|
289
|
-
NegotiationUiState2["Agreed"] = "agreed";
|
|
290
|
-
NegotiationUiState2["ExecutionAgreed"] = "executionAgreed";
|
|
291
|
-
NegotiationUiState2["Executed"] = "executed";
|
|
292
|
-
NegotiationUiState2["Cancelled"] = "cancelled";
|
|
293
|
-
NegotiationUiState2["PendingSendToCp"] = "pendingSendToCp";
|
|
294
|
-
NegotiationUiState2["PendingCancel"] = "pendingCancel";
|
|
295
|
-
NegotiationUiState2["Extracting"] = "extracting";
|
|
296
|
-
return NegotiationUiState2;
|
|
297
|
-
})(NegotiationUiState || {});
|
|
298
|
-
var SearchContext = /* @__PURE__ */ ((SearchContext3) => {
|
|
299
|
-
SearchContext3["Completed"] = "completed";
|
|
300
|
-
SearchContext3["Active"] = "active";
|
|
301
|
-
return SearchContext3;
|
|
302
|
-
})(SearchContext || {});
|
|
303
|
-
var NoteType = /* @__PURE__ */ ((NoteType2) => {
|
|
304
|
-
NoteType2["Internal"] = "internal";
|
|
305
|
-
NoteType2["External"] = "external";
|
|
306
|
-
return NoteType2;
|
|
307
|
-
})(NoteType || {});
|
|
308
|
-
var ApproverRemovalReason = /* @__PURE__ */ ((ApproverRemovalReason2) => {
|
|
309
|
-
ApproverRemovalReason2["RoleChange"] = "RoleChange";
|
|
310
|
-
ApproverRemovalReason2["SubAccountRemovedFromAdvisorRelationship"] = "SubAccountRemovedFromAdvisorRelationship";
|
|
311
|
-
ApproverRemovalReason2["RemovedFromSubAccount"] = "RemovedFromSubAccount";
|
|
312
|
-
ApproverRemovalReason2["NotInDestinationSubAccount"] = "NotInDestinationSubAccount";
|
|
313
|
-
ApproverRemovalReason2["RemovedFromAccount"] = "RemovedFromAccount";
|
|
314
|
-
return ApproverRemovalReason2;
|
|
315
|
-
})(ApproverRemovalReason || {});
|
|
316
|
-
var DocumentApprovalState = /* @__PURE__ */ ((DocumentApprovalState2) => {
|
|
317
|
-
DocumentApprovalState2["Pending"] = "Pending";
|
|
318
|
-
DocumentApprovalState2["Approved"] = "Approved";
|
|
319
|
-
DocumentApprovalState2["Rejected"] = "Rejected";
|
|
320
|
-
DocumentApprovalState2["ApprovalRequired"] = "ApprovalRequired";
|
|
321
|
-
DocumentApprovalState2["NoApprovalRequired"] = "NoApprovalRequired";
|
|
322
|
-
return DocumentApprovalState2;
|
|
323
|
-
})(DocumentApprovalState || {});
|
|
324
|
-
var TextValidationFormat = /* @__PURE__ */ ((TextValidationFormat2) => {
|
|
325
|
-
TextValidationFormat2["Number"] = "number";
|
|
326
|
-
TextValidationFormat2["Decimal"] = "decimal";
|
|
327
|
-
TextValidationFormat2["Year"] = "year";
|
|
328
|
-
TextValidationFormat2["OnlyNumbers"] = "onlyNumbers";
|
|
329
|
-
TextValidationFormat2["Custom"] = "custom";
|
|
330
|
-
TextValidationFormat2["Constant"] = "constant";
|
|
331
|
-
return TextValidationFormat2;
|
|
332
|
-
})(TextValidationFormat || {});
|
|
333
|
-
var DocumentPackState = /* @__PURE__ */ ((DocumentPackState2) => {
|
|
334
|
-
DocumentPackState2["Private"] = "private";
|
|
335
|
-
DocumentPackState2["Public"] = "public";
|
|
336
|
-
DocumentPackState2["Restricted"] = "restricted";
|
|
337
|
-
return DocumentPackState2;
|
|
338
|
-
})(DocumentPackState || {});
|
|
339
|
-
var EmailTemplate = /* @__PURE__ */ ((EmailTemplate2) => {
|
|
340
|
-
EmailTemplate2["UserInvite"] = "userInvite";
|
|
341
|
-
EmailTemplate2["AccountInvite"] = "accountInvite";
|
|
342
|
-
EmailTemplate2["NegotiationCreateAccountInvite"] = "negotiationCreateAccountInvite";
|
|
343
|
-
EmailTemplate2["NegotiationOneLinkInvite"] = "negotiationOneLinkInvite";
|
|
344
|
-
EmailTemplate2["RegisterSsoUser"] = "registerSSOUser";
|
|
345
|
-
EmailTemplate2["UserTaggedInComment"] = "userTaggedInComment";
|
|
346
|
-
EmailTemplate2["UserTaggedInApprovalComment"] = "userTaggedInApprovalComment";
|
|
347
|
-
EmailTemplate2["ForwardInvite"] = "forwardInvite";
|
|
348
|
-
EmailTemplate2["ForgottenPassword"] = "forgottenPassword";
|
|
349
|
-
EmailTemplate2["UnregisteredUserForgottenPassword"] = "unregisteredUserForgottenPassword";
|
|
350
|
-
EmailTemplate2["NegotiationInvite"] = "negotiationInvite";
|
|
351
|
-
EmailTemplate2["NotifyDraft"] = "notifyDraft";
|
|
352
|
-
EmailTemplate2["SupportAccessConfirmation"] = "supportAccessConfirmation";
|
|
353
|
-
EmailTemplate2["NegotiationInviteApproverOrAdmin"] = "negotiationInviteApproverOrAdmin";
|
|
354
|
-
EmailTemplate2["NegotiationInviteNamedWhereNoEntity"] = "negotiationInviteNamedWhereNoEntity";
|
|
355
|
-
EmailTemplate2["NegotiationInviteNamedWhereNoUser"] = "negotiationInviteNamedWhereNoUser";
|
|
356
|
-
EmailTemplate2["NegotiationInviteEntityManagement"] = "negotiationInviteEntityManagement";
|
|
357
|
-
EmailTemplate2["NegotiationStarted"] = "negotiationStarted";
|
|
358
|
-
EmailTemplate2["NegotiationUpdate"] = "negotiationUpdate";
|
|
359
|
-
EmailTemplate2["NegotiationGroupInvite"] = "negotiationGroupInvite";
|
|
360
|
-
EmailTemplate2["NegotiationGroupCreateAccountInvite"] = "negotiationGroupCreateAccountInvite";
|
|
361
|
-
EmailTemplate2["NegotiationGroupInviteApproverOrAdmin"] = "negotiationGroupInviteApproverOrAdmin";
|
|
362
|
-
EmailTemplate2["NegotiationGroupInviteNamedWhereNoEntity"] = "negotiationGroupInviteNamedWhereNoEntity";
|
|
363
|
-
EmailTemplate2["NegotiationGroupInviteEntityManagement"] = "negotiationGroupInviteEntityManagement";
|
|
364
|
-
EmailTemplate2["NegotiationGroupInviteNamedWhereNoUser"] = "negotiationGroupInviteNamedWhereNoUser";
|
|
365
|
-
EmailTemplate2["NegotiationGroupUpdate"] = "negotiationGroupUpdate";
|
|
366
|
-
EmailTemplate2["NegotiationGroupDissolved"] = "negotiationGroupDissolved";
|
|
367
|
-
EmailTemplate2["ChaserEmail"] = "chaserEmail";
|
|
368
|
-
EmailTemplate2["SSoExpiresSoon"] = "sSOExpiresSoon";
|
|
369
|
-
EmailTemplate2["SSoExpiresImminently"] = "sSOExpiresImminently";
|
|
370
|
-
EmailTemplate2["FinalDocumentRejected"] = "finalDocumentRejected";
|
|
371
|
-
EmailTemplate2["FinalDocumentApproved"] = "finalDocumentApproved";
|
|
372
|
-
EmailTemplate2["FinalApprovalRequired"] = "finalApprovalRequired";
|
|
373
|
-
EmailTemplate2["ElectionApprovalRequired"] = "electionApprovalRequired";
|
|
374
|
-
EmailTemplate2["DocumentApprovalReminder"] = "documentApprovalReminder";
|
|
375
|
-
EmailTemplate2["ElectionApprovalReminder"] = "electionApprovalReminder";
|
|
376
|
-
EmailTemplate2["ElectionApprovalResponsesReceived"] = "electionApprovalResponsesReceived";
|
|
377
|
-
EmailTemplate2["ConfirmAgreedForm"] = "confirmAgreedForm";
|
|
378
|
-
EmailTemplate2["ExecutionAgreed"] = "executionAgreed";
|
|
379
|
-
EmailTemplate2["NegotiationComplete"] = "negotiationComplete";
|
|
380
|
-
EmailTemplate2["RevertToAmending"] = "revertToAmending";
|
|
381
|
-
EmailTemplate2["ExecutionCpPagesUploaded"] = "executionCpPagesUploaded";
|
|
382
|
-
EmailTemplate2["InviteExistingUserAdvisorAccount"] = "inviteExistingUserAdvisorAccount";
|
|
383
|
-
EmailTemplate2["InviteExistingUserNonAdvisorAccount"] = "inviteExistingUserNonAdvisorAccount";
|
|
384
|
-
EmailTemplate2["InviteNewUserAdvisorAccount"] = "inviteNewUserAdvisorAccount";
|
|
385
|
-
EmailTemplate2["InviteNewUserNonAdvisorAccount"] = "inviteNewUserNonAdvisorAccount";
|
|
386
|
-
EmailTemplate2["InviteNewAccount"] = "inviteNewAccount";
|
|
387
|
-
EmailTemplate2["AdvisorRequestRejected"] = "advisorRequestRejected";
|
|
388
|
-
EmailTemplate2["AdvisorRequestAccepted"] = "advisorRequestAccepted";
|
|
389
|
-
EmailTemplate2["NotifyBreakingChange"] = "notifyBreakingChange";
|
|
390
|
-
EmailTemplate2["AuxiliaryDocumentUploaded"] = "auxiliaryDocumentUploaded";
|
|
391
|
-
EmailTemplate2["NegotiationExtendedWorkflowStage1ConfirmTemplate"] = "negotiationExtendedWorkflowStage1ConfirmTemplate";
|
|
392
|
-
EmailTemplate2["NoContent"] = "noContent";
|
|
393
|
-
EmailTemplate2["NegotiationUnsubscribe"] = "negotiationUnsubscribe";
|
|
394
|
-
EmailTemplate2["NegotiationReport"] = "negotiationReport";
|
|
395
|
-
EmailTemplate2["NotifyCounterpartyUnsubscribed"] = "notifyCounterpartyUnsubscribed";
|
|
396
|
-
EmailTemplate2["DailyNotificationDigest"] = "dailyNotificationDigest";
|
|
397
|
-
return EmailTemplate2;
|
|
398
|
-
})(EmailTemplate || {});
|
|
399
|
-
var PartyRelativeRef = /* @__PURE__ */ ((PartyRelativeRef2) => {
|
|
400
|
-
PartyRelativeRef2["Our"] = "our";
|
|
401
|
-
PartyRelativeRef2["Counterparty"] = "counterparty";
|
|
402
|
-
return PartyRelativeRef2;
|
|
403
|
-
})(PartyRelativeRef || {});
|
|
404
|
-
var PresetOrderKey = /* @__PURE__ */ ((PresetOrderKey2) => {
|
|
405
|
-
PresetOrderKey2["Name"] = "name";
|
|
406
|
-
PresetOrderKey2["DocumentType"] = "documentType";
|
|
407
|
-
PresetOrderKey2["Status"] = "status";
|
|
408
|
-
PresetOrderKey2["DateCreated"] = "dateCreated";
|
|
409
|
-
return PresetOrderKey2;
|
|
410
|
-
})(PresetOrderKey || {});
|
|
411
|
-
var NegotiationReportType = /* @__PURE__ */ ((NegotiationReportType2) => {
|
|
412
|
-
NegotiationReportType2["ActiveNegotiationsReport"] = "active_negotiations_report";
|
|
413
|
-
NegotiationReportType2["CompletedNegotiationReport"] = "completed_negotiation_report";
|
|
414
|
-
NegotiationReportType2["NegotiationsReport"] = "negotiations_report";
|
|
415
|
-
return NegotiationReportType2;
|
|
416
|
-
})(NegotiationReportType || {});
|
|
417
|
-
var ApprovalRoundType = /* @__PURE__ */ ((ApprovalRoundType2) => {
|
|
418
|
-
ApprovalRoundType2["Election"] = "election";
|
|
419
|
-
ApprovalRoundType2["Document"] = "document";
|
|
420
|
-
ApprovalRoundType2["DocumentExternal"] = "document_external";
|
|
421
|
-
return ApprovalRoundType2;
|
|
422
|
-
})(ApprovalRoundType || {});
|
|
423
|
-
var UiPartyPosition = /* @__PURE__ */ ((UiPartyPosition2) => {
|
|
424
|
-
UiPartyPosition2["PartyA"] = "partyA";
|
|
425
|
-
UiPartyPosition2["PartyB"] = "partyB";
|
|
426
|
-
UiPartyPosition2["Moderator"] = "moderator";
|
|
427
|
-
return UiPartyPosition2;
|
|
428
|
-
})(UiPartyPosition || {});
|
|
429
|
-
var DocumentOrderKey = /* @__PURE__ */ ((DocumentOrderKey2) => {
|
|
430
|
-
DocumentOrderKey2["NegotiationId"] = "negotiationId";
|
|
431
|
-
return DocumentOrderKey2;
|
|
432
|
-
})(DocumentOrderKey || {});
|
|
433
|
-
var DocumentFilter = /* @__PURE__ */ ((DocumentFilter2) => {
|
|
434
|
-
DocumentFilter2["Abbreviation"] = "abbreviation";
|
|
435
|
-
DocumentFilter2["Law"] = "law";
|
|
436
|
-
DocumentFilter2["DocumentPublisherId"] = "documentPublisherId";
|
|
437
|
-
DocumentFilter2["Year"] = "year";
|
|
438
|
-
DocumentFilter2["DocumentPackIds"] = "documentPackIds";
|
|
439
|
-
return DocumentFilter2;
|
|
440
|
-
})(DocumentFilter || {});
|
|
441
|
-
var ElectionApprovalState = /* @__PURE__ */ ((ElectionApprovalState2) => {
|
|
442
|
-
ElectionApprovalState2["Pending"] = "Pending";
|
|
443
|
-
ElectionApprovalState2["Approved"] = "Approved";
|
|
444
|
-
ElectionApprovalState2["Rejected"] = "Rejected";
|
|
445
|
-
ElectionApprovalState2["ApprovalRequired"] = "ApprovalRequired";
|
|
446
|
-
ElectionApprovalState2["NoApprovalRequired"] = "NoApprovalRequired";
|
|
447
|
-
return ElectionApprovalState2;
|
|
448
|
-
})(ElectionApprovalState || {});
|
|
449
|
-
var ExternalDocumentApprovalState = /* @__PURE__ */ ((ExternalDocumentApprovalState2) => {
|
|
450
|
-
ExternalDocumentApprovalState2["Pending"] = "Pending";
|
|
451
|
-
ExternalDocumentApprovalState2["Approved"] = "Approved";
|
|
452
|
-
ExternalDocumentApprovalState2["Rejected"] = "Rejected";
|
|
453
|
-
ExternalDocumentApprovalState2["ApprovalRequired"] = "ApprovalRequired";
|
|
454
|
-
ExternalDocumentApprovalState2["NoApprovalRequired"] = "NoApprovalRequired";
|
|
455
|
-
return ExternalDocumentApprovalState2;
|
|
456
|
-
})(ExternalDocumentApprovalState || {});
|
|
457
|
-
var BillableEventType = /* @__PURE__ */ ((BillableEventType2) => {
|
|
458
|
-
BillableEventType2["InitialSendToCounterparty"] = "INITIAL_SEND_TO_COUNTERPARTY";
|
|
459
|
-
BillableEventType2["Retracted"] = "RETRACTED";
|
|
460
|
-
BillableEventType2["DownloadPdf"] = "DOWNLOAD_PDF";
|
|
461
|
-
BillableEventType2["DownloadDocxUnlocked"] = "DOWNLOAD_DOCX_UNLOCKED";
|
|
462
|
-
BillableEventType2["DownloadDocxLocked"] = "DOWNLOAD_DOCX_LOCKED";
|
|
463
|
-
return BillableEventType2;
|
|
464
|
-
})(BillableEventType || {});
|
|
465
|
-
var ESignAccountStatus = /* @__PURE__ */ ((ESignAccountStatus2) => {
|
|
466
|
-
ESignAccountStatus2["NeverConnected"] = "never-connected";
|
|
467
|
-
ESignAccountStatus2["Connected"] = "connected";
|
|
468
|
-
ESignAccountStatus2["Disconnected"] = "disconnected";
|
|
469
|
-
return ESignAccountStatus2;
|
|
470
|
-
})(ESignAccountStatus || {});
|
|
471
|
-
var NegotiationAction = /* @__PURE__ */ ((NegotiationAction2) => {
|
|
472
|
-
NegotiationAction2["AssignUser"] = "assignUser";
|
|
473
|
-
NegotiationAction2["AssignToMe"] = "assignToMe";
|
|
474
|
-
NegotiationAction2["Cancel"] = "cancel";
|
|
475
|
-
NegotiationAction2["Confirm"] = "confirm";
|
|
476
|
-
NegotiationAction2["ConfirmExecutionVersion"] = "confirmExecutionVersion";
|
|
477
|
-
NegotiationAction2["DownloadDocument"] = "downloadDocument";
|
|
478
|
-
NegotiationAction2["DownloadCounterpartyDocument"] = "downloadCounterpartyDocument";
|
|
479
|
-
NegotiationAction2["Edit"] = "edit";
|
|
480
|
-
NegotiationAction2["ApproveDocument"] = "approveDocument";
|
|
481
|
-
NegotiationAction2["ApproveDocumentOverride"] = "approveDocumentOverride";
|
|
482
|
-
NegotiationAction2["RejectDocument"] = "rejectDocument";
|
|
483
|
-
NegotiationAction2["RejectDocumentOverride"] = "rejectDocumentOverride";
|
|
484
|
-
NegotiationAction2["ApproveElectionOverride"] = "approveElectionOverride";
|
|
485
|
-
NegotiationAction2["RejectElectionOverride"] = "rejectElectionOverride";
|
|
486
|
-
NegotiationAction2["SetMultipleCounterparties"] = "setMultipleCounterparties";
|
|
487
|
-
NegotiationAction2["SetCounterparty"] = "setCounterparty";
|
|
488
|
-
NegotiationAction2["SetCounterpartyEntity"] = "setCounterpartyEntity";
|
|
489
|
-
NegotiationAction2["SendToCounterparty"] = "sendToCounterparty";
|
|
490
|
-
NegotiationAction2["SendForApproval"] = "sendForApproval";
|
|
491
|
-
NegotiationAction2["SendChaserEmails"] = "sendChaserEmails";
|
|
492
|
-
NegotiationAction2["SetElectionApprovals"] = "setElectionApprovals";
|
|
493
|
-
NegotiationAction2["SetDocumentApprovals"] = "setDocumentApprovals";
|
|
494
|
-
NegotiationAction2["SetPreset"] = "setPreset";
|
|
495
|
-
NegotiationAction2["RevertToAmending"] = "revertToAmending";
|
|
496
|
-
NegotiationAction2["View"] = "view";
|
|
497
|
-
NegotiationAction2["UploadDeleteSignature"] = "uploadDeleteSignature";
|
|
498
|
-
NegotiationAction2["SetInitiatorEntity"] = "setInitiatorEntity";
|
|
499
|
-
NegotiationAction2["CanInvite"] = "canInvite";
|
|
500
|
-
NegotiationAction2["CanInviteNoPreset"] = "canInviteNoPreset";
|
|
501
|
-
NegotiationAction2["MarkAsOffline"] = "markAsOffline";
|
|
502
|
-
NegotiationAction2["MarkAsFinal"] = "markAsFinal";
|
|
503
|
-
NegotiationAction2["NotifyOfDraft"] = "notifyOfDraft";
|
|
504
|
-
NegotiationAction2["UploadDeleteAuxiliaryDocument"] = "uploadDeleteAuxiliaryDocument";
|
|
505
|
-
NegotiationAction2["Fork"] = "fork";
|
|
506
|
-
NegotiationAction2["UploadDeleteExecutedVersion"] = "uploadDeleteExecutedVersion";
|
|
507
|
-
NegotiationAction2["MarkElectionReserved"] = "markElectionReserved";
|
|
508
|
-
NegotiationAction2["UnmarkElectionReserved"] = "unmarkElectionReserved";
|
|
509
|
-
NegotiationAction2["UpgradeSchema"] = "upgradeSchema";
|
|
510
|
-
NegotiationAction2["UpdateCustomFields"] = "updateCustomFields";
|
|
511
|
-
NegotiationAction2["StartESign"] = "startESign";
|
|
512
|
-
NegotiationAction2["ChangeSigningModeESign"] = "changeSigningModeESign";
|
|
513
|
-
NegotiationAction2["ChangeSigningModeOffline"] = "changeSigningModeOffline";
|
|
514
|
-
NegotiationAction2["SetGeneralCoverNote"] = "setGeneralCoverNote";
|
|
515
|
-
return NegotiationAction2;
|
|
516
|
-
})(NegotiationAction || {});
|
|
517
|
-
var ESignNegotiationSessionStatus = /* @__PURE__ */ ((ESignNegotiationSessionStatus2) => {
|
|
518
|
-
ESignNegotiationSessionStatus2["Completed"] = "completed";
|
|
519
|
-
ESignNegotiationSessionStatus2["Cancelled"] = "cancelled";
|
|
520
|
-
return ESignNegotiationSessionStatus2;
|
|
521
|
-
})(ESignNegotiationSessionStatus || {});
|
|
522
|
-
var PartyThatCanUploadExecutedVersion2 = /* @__PURE__ */ ((PartyThatCanUploadExecutedVersion22) => {
|
|
523
|
-
PartyThatCanUploadExecutedVersion22["Initiator"] = "initiator";
|
|
524
|
-
PartyThatCanUploadExecutedVersion22["Receiver"] = "receiver";
|
|
525
|
-
PartyThatCanUploadExecutedVersion22["Moderator"] = "moderator";
|
|
526
|
-
PartyThatCanUploadExecutedVersion22["AnyRegular"] = "any-regular";
|
|
527
|
-
PartyThatCanUploadExecutedVersion22["Any"] = "any";
|
|
528
|
-
return PartyThatCanUploadExecutedVersion22;
|
|
529
|
-
})(PartyThatCanUploadExecutedVersion2 || {});
|
|
530
|
-
var TimelineEventType = /* @__PURE__ */ ((TimelineEventType2) => {
|
|
531
|
-
return TimelineEventType2;
|
|
532
|
-
})(TimelineEventType || {});
|
|
533
|
-
var ChannelType = /* @__PURE__ */ ((ChannelType2) => {
|
|
534
|
-
ChannelType2["Internal"] = "internal";
|
|
535
|
-
ChannelType2["External"] = "external";
|
|
536
|
-
ChannelType2["Moderator"] = "moderator";
|
|
537
|
-
ChannelType2["Execution"] = "execution";
|
|
538
|
-
ChannelType2["InternalExecution"] = "internal-execution";
|
|
539
|
-
return ChannelType2;
|
|
540
|
-
})(ChannelType || {});
|
|
541
|
-
var NegotiationFilterStatusStatusValue = /* @__PURE__ */ ((NegotiationFilterStatusStatusValue2) => {
|
|
542
|
-
NegotiationFilterStatusStatusValue2["OurTurn"] = "Our turn";
|
|
543
|
-
NegotiationFilterStatusStatusValue2["CounterpartyTurn"] = "Counterparty turn";
|
|
544
|
-
return NegotiationFilterStatusStatusValue2;
|
|
545
|
-
})(NegotiationFilterStatusStatusValue || {});
|
|
546
|
-
var ExtractionResultType2 = /* @__PURE__ */ ((ExtractionResultType22) => {
|
|
547
|
-
ExtractionResultType22["Processing"] = "processing";
|
|
548
|
-
ExtractionResultType22["Failed"] = "failed";
|
|
549
|
-
ExtractionResultType22["Complete"] = "complete";
|
|
550
|
-
return ExtractionResultType22;
|
|
551
|
-
})(ExtractionResultType2 || {});
|
|
552
|
-
var ElectionAnswerTypeDto = /* @__PURE__ */ ((ElectionAnswerTypeDto2) => {
|
|
553
|
-
ElectionAnswerTypeDto2["Preset"] = "preset";
|
|
554
|
-
ElectionAnswerTypeDto2["Approved"] = "approved";
|
|
555
|
-
return ElectionAnswerTypeDto2;
|
|
556
|
-
})(ElectionAnswerTypeDto || {});
|
|
557
|
-
var AdvisorRequestStatus = /* @__PURE__ */ ((AdvisorRequestStatus2) => {
|
|
558
|
-
AdvisorRequestStatus2["Pending"] = "pending";
|
|
559
|
-
AdvisorRequestStatus2["Accepted"] = "accepted";
|
|
560
|
-
AdvisorRequestStatus2["Rejected"] = "rejected";
|
|
561
|
-
AdvisorRequestStatus2["Cancelled"] = "cancelled";
|
|
562
|
-
return AdvisorRequestStatus2;
|
|
563
|
-
})(AdvisorRequestStatus || {});
|
|
564
|
-
var CalendricalFrequency = /* @__PURE__ */ ((CalendricalFrequency2) => {
|
|
565
|
-
CalendricalFrequency2["Daily"] = "daily";
|
|
566
|
-
CalendricalFrequency2["Weekly"] = "weekly";
|
|
567
|
-
CalendricalFrequency2["Monthly"] = "monthly";
|
|
568
|
-
return CalendricalFrequency2;
|
|
569
|
-
})(CalendricalFrequency || {});
|
|
570
|
-
var NegotiationJobStatus = /* @__PURE__ */ ((NegotiationJobStatus2) => {
|
|
571
|
-
NegotiationJobStatus2["Failed"] = "failed";
|
|
572
|
-
NegotiationJobStatus2["Pending"] = "pending";
|
|
573
|
-
return NegotiationJobStatus2;
|
|
574
|
-
})(NegotiationJobStatus || {});
|
|
575
|
-
var LoginType = /* @__PURE__ */ ((LoginType2) => {
|
|
576
|
-
LoginType2["Sso"] = "SSO";
|
|
577
|
-
LoginType2["UsernamePassword"] = "UsernamePassword";
|
|
578
|
-
LoginType2["OneLink"] = "OneLink";
|
|
579
|
-
return LoginType2;
|
|
580
|
-
})(LoginType || {});
|
|
581
|
-
var AllowlistOrDenylist = /* @__PURE__ */ ((AllowlistOrDenylist2) => {
|
|
582
|
-
AllowlistOrDenylist2["Allowlist"] = "allowlist";
|
|
583
|
-
AllowlistOrDenylist2["Denylist"] = "denylist";
|
|
584
|
-
return AllowlistOrDenylist2;
|
|
585
|
-
})(AllowlistOrDenylist || {});
|
|
586
|
-
var NegotiationStatusLabel = /* @__PURE__ */ ((NegotiationStatusLabel2) => {
|
|
587
|
-
NegotiationStatusLabel2["Draft"] = "Draft";
|
|
588
|
-
NegotiationStatusLabel2["SendingFailed"] = "Sending Failed";
|
|
589
|
-
NegotiationStatusLabel2["Sent"] = "Sent";
|
|
590
|
-
NegotiationStatusLabel2["Received"] = "Received";
|
|
591
|
-
NegotiationStatusLabel2["Negotiation"] = "Negotiation";
|
|
592
|
-
NegotiationStatusLabel2["AwaitingCounterpartyAction"] = "Awaiting counterparty action";
|
|
593
|
-
NegotiationStatusLabel2["ExtractionReview"] = "Extraction review";
|
|
594
|
-
NegotiationStatusLabel2["ExtractedNegotiation"] = "Extracted negotiation";
|
|
595
|
-
NegotiationStatusLabel2["Confirmed"] = "Confirmed";
|
|
596
|
-
NegotiationStatusLabel2["Execution"] = "Execution";
|
|
597
|
-
NegotiationStatusLabel2["SetDate"] = "Set Date";
|
|
598
|
-
NegotiationStatusLabel2["Completed"] = "Completed";
|
|
599
|
-
NegotiationStatusLabel2["SentToCustodianForApproval"] = "Sent to Custodian for Approval";
|
|
600
|
-
NegotiationStatusLabel2["CustodianTemplate"] = "Custodian Template";
|
|
601
|
-
NegotiationStatusLabel2["Cancelled"] = "Cancelled";
|
|
602
|
-
NegotiationStatusLabel2["Cancelling"] = "Cancelling";
|
|
603
|
-
NegotiationStatusLabel2["SendingToCounterparty"] = "Sending To Counterparty";
|
|
604
|
-
NegotiationStatusLabel2["DocumentApprovalRequired"] = "Document Approval required";
|
|
605
|
-
NegotiationStatusLabel2["ElectionApprovalRequired"] = "Election Approval required";
|
|
606
|
-
NegotiationStatusLabel2["ExtractingAnswers"] = "Extracting answers";
|
|
607
|
-
return NegotiationStatusLabel2;
|
|
608
|
-
})(NegotiationStatusLabel || {});
|
|
609
|
-
var LegacyNegotiationStateGroup = /* @__PURE__ */ ((LegacyNegotiationStateGroup2) => {
|
|
610
|
-
LegacyNegotiationStateGroup2["Blocked"] = "blocked";
|
|
611
|
-
LegacyNegotiationStateGroup2["Broken"] = "broken";
|
|
612
|
-
LegacyNegotiationStateGroup2["Draft"] = "draft";
|
|
613
|
-
LegacyNegotiationStateGroup2["Inviting"] = "inviting";
|
|
614
|
-
LegacyNegotiationStateGroup2["InvitingSendingFailed"] = "invitingSendingFailed";
|
|
615
|
-
LegacyNegotiationStateGroup2["Negotiating"] = "negotiating";
|
|
616
|
-
LegacyNegotiationStateGroup2["Executing"] = "executing";
|
|
617
|
-
LegacyNegotiationStateGroup2["Executed"] = "executed";
|
|
618
|
-
LegacyNegotiationStateGroup2["ElectionLevelApprovals"] = "electionLevelApprovals";
|
|
619
|
-
LegacyNegotiationStateGroup2["FinalDocumentApprovals"] = "finalDocumentApprovals";
|
|
620
|
-
LegacyNegotiationStateGroup2["Approval"] = "approval";
|
|
621
|
-
LegacyNegotiationStateGroup2["ConfirmedTemplate"] = "confirmedTemplate";
|
|
622
|
-
LegacyNegotiationStateGroup2["Cancelled"] = "cancelled";
|
|
623
|
-
return LegacyNegotiationStateGroup2;
|
|
624
|
-
})(LegacyNegotiationStateGroup || {});
|
|
625
|
-
var NegotiationHealth = /* @__PURE__ */ ((NegotiationHealth2) => {
|
|
626
|
-
NegotiationHealth2["Ok"] = "ok";
|
|
627
|
-
NegotiationHealth2["Broken"] = "broken";
|
|
628
|
-
NegotiationHealth2["Blocked"] = "blocked";
|
|
629
|
-
return NegotiationHealth2;
|
|
630
|
-
})(NegotiationHealth || {});
|
|
631
|
-
var ApprovalStatus2 = /* @__PURE__ */ ((ApprovalStatus22) => {
|
|
632
|
-
ApprovalStatus22["Pending"] = "Pending";
|
|
633
|
-
ApprovalStatus22["ApprovalRequired"] = "ApprovalRequired";
|
|
634
|
-
ApprovalStatus22["Rejected"] = "Rejected";
|
|
635
|
-
ApprovalStatus22["Approved"] = "Approved";
|
|
636
|
-
ApprovalStatus22["NoApprovalRequired"] = "NoApprovalRequired";
|
|
637
|
-
return ApprovalStatus22;
|
|
638
|
-
})(ApprovalStatus2 || {});
|
|
639
|
-
var NegotiationFilterAccessibleToAdvisorAccessibleToAdvisorValue = /* @__PURE__ */ ((NegotiationFilterAccessibleToAdvisorAccessibleToAdvisorValue2) => {
|
|
640
|
-
NegotiationFilterAccessibleToAdvisorAccessibleToAdvisorValue2["Yes"] = "Yes";
|
|
641
|
-
NegotiationFilterAccessibleToAdvisorAccessibleToAdvisorValue2["No"] = "No";
|
|
642
|
-
return NegotiationFilterAccessibleToAdvisorAccessibleToAdvisorValue2;
|
|
643
|
-
})(NegotiationFilterAccessibleToAdvisorAccessibleToAdvisorValue || {});
|
|
644
|
-
var NegotiationOrderKey = /* @__PURE__ */ ((NegotiationOrderKey2) => {
|
|
645
|
-
NegotiationOrderKey2["ActiveUser"] = "activeUser";
|
|
646
|
-
NegotiationOrderKey2["Created"] = "created";
|
|
647
|
-
NegotiationOrderKey2["DocumentType"] = "documentType";
|
|
648
|
-
NegotiationOrderKey2["Status"] = "status";
|
|
649
|
-
NegotiationOrderKey2["LastAction"] = "lastAction";
|
|
650
|
-
NegotiationOrderKey2["LastActionWithFavouritesFirst"] = "lastActionWithFavouritesFirst";
|
|
651
|
-
NegotiationOrderKey2["MyEntityName"] = "myEntityName";
|
|
652
|
-
NegotiationOrderKey2["CounterPartyEntityName"] = "counterPartyEntityName";
|
|
653
|
-
NegotiationOrderKey2["DisplayReferenceId"] = "displayReferenceId";
|
|
654
|
-
NegotiationOrderKey2["ApproverName"] = "approverName";
|
|
655
|
-
return NegotiationOrderKey2;
|
|
656
|
-
})(NegotiationOrderKey || {});
|
|
657
|
-
var WorkflowType2 = /* @__PURE__ */ ((WorkflowType22) => {
|
|
658
|
-
WorkflowType22["Offline"] = "offline";
|
|
659
|
-
WorkflowType22["W1"] = "w1";
|
|
660
|
-
WorkflowType22["W1Ext"] = "w1Ext";
|
|
661
|
-
WorkflowType22["W1ExtOffline"] = "w1ExtOffline";
|
|
662
|
-
WorkflowType22["W1ExtStage2"] = "w1ExtStage2";
|
|
663
|
-
WorkflowType22["W1ExtStage2Offline"] = "w1ExtStage2Offline";
|
|
664
|
-
WorkflowType22["W1ExtCombinedStage"] = "w1ExtCombinedStage";
|
|
665
|
-
WorkflowType22["W1ExtCombinedStageOffline"] = "w1ExtCombinedStageOffline";
|
|
666
|
-
return WorkflowType22;
|
|
667
|
-
})(WorkflowType2 || {});
|
|
668
|
-
var DocumentAvailability = /* @__PURE__ */ ((DocumentAvailability2) => {
|
|
669
|
-
DocumentAvailability2["Default"] = "default";
|
|
670
|
-
DocumentAvailability2["New"] = "new";
|
|
671
|
-
DocumentAvailability2["Unavailable"] = "unavailable";
|
|
672
|
-
return DocumentAvailability2;
|
|
673
|
-
})(DocumentAvailability || {});
|
|
674
|
-
var PresetHealth = /* @__PURE__ */ ((PresetHealth2) => {
|
|
675
|
-
PresetHealth2["Ok"] = "ok";
|
|
676
|
-
PresetHealth2["Blocked"] = "blocked";
|
|
677
|
-
return PresetHealth2;
|
|
678
|
-
})(PresetHealth || {});
|
|
679
|
-
var Status = /* @__PURE__ */ ((Status2) => {
|
|
680
|
-
Status2["Pending"] = "pending";
|
|
681
|
-
Status2["Accepted"] = "accepted";
|
|
682
|
-
Status2["Rejected"] = "rejected";
|
|
683
|
-
Status2["Cancelled"] = "cancelled";
|
|
684
|
-
return Status2;
|
|
685
|
-
})(Status || {});
|
|
686
|
-
var NegotiationFilterIsOfflineIsOfflineValue = /* @__PURE__ */ ((NegotiationFilterIsOfflineIsOfflineValue2) => {
|
|
687
|
-
NegotiationFilterIsOfflineIsOfflineValue2["Offline"] = "Offline";
|
|
688
|
-
NegotiationFilterIsOfflineIsOfflineValue2["Online"] = "Online";
|
|
689
|
-
return NegotiationFilterIsOfflineIsOfflineValue2;
|
|
690
|
-
})(NegotiationFilterIsOfflineIsOfflineValue || {});
|
|
691
|
-
var DocumentPackAccess = /* @__PURE__ */ ((DocumentPackAccess2) => {
|
|
692
|
-
DocumentPackAccess2["Required"] = "required";
|
|
693
|
-
DocumentPackAccess2["Granted"] = "granted";
|
|
694
|
-
DocumentPackAccess2["Restricted"] = "restricted";
|
|
695
|
-
return DocumentPackAccess2;
|
|
696
|
-
})(DocumentPackAccess || {});
|
|
697
|
-
var AdvisorOrClient = /* @__PURE__ */ ((AdvisorOrClient2) => {
|
|
698
|
-
AdvisorOrClient2["Advisor"] = "advisor";
|
|
699
|
-
AdvisorOrClient2["Client"] = "client";
|
|
700
|
-
return AdvisorOrClient2;
|
|
701
|
-
})(AdvisorOrClient || {});
|
|
702
|
-
var RestrictedTo = /* @__PURE__ */ ((RestrictedTo2) => {
|
|
703
|
-
RestrictedTo2["Initiator"] = "initiator";
|
|
704
|
-
RestrictedTo2["Receiver"] = "receiver";
|
|
705
|
-
RestrictedTo2["Moderator"] = "moderator";
|
|
706
|
-
return RestrictedTo2;
|
|
707
|
-
})(RestrictedTo || {});
|
|
708
|
-
var Filter = /* @__PURE__ */ ((Filter2) => {
|
|
709
|
-
Filter2["Document"] = "document";
|
|
710
|
-
Filter2["Publisher"] = "publisher";
|
|
711
|
-
Filter2["Year"] = "year";
|
|
712
|
-
Filter2["GoverningLaw"] = "governingLaw";
|
|
713
|
-
return Filter2;
|
|
714
|
-
})(Filter || {});
|
|
715
|
-
var Extension = /* @__PURE__ */ ((Extension2) => {
|
|
716
|
-
Extension2["Docx"] = "docx";
|
|
717
|
-
Extension2["Pdf"] = "pdf";
|
|
718
|
-
return Extension2;
|
|
719
|
-
})(Extension || {});
|
|
720
|
-
var SummaryContext = /* @__PURE__ */ ((SummaryContext2) => {
|
|
721
|
-
SummaryContext2["Approval"] = "approval";
|
|
722
|
-
SummaryContext2["Internal"] = "internal";
|
|
723
|
-
SummaryContext2["External"] = "external";
|
|
724
|
-
SummaryContext2["Moderator"] = "moderator";
|
|
725
|
-
SummaryContext2["Execution"] = "execution";
|
|
726
|
-
SummaryContext2["InternalExecution"] = "internal-execution";
|
|
727
|
-
return SummaryContext2;
|
|
728
|
-
})(SummaryContext || {});
|
|
729
|
-
var SearchContext2 = /* @__PURE__ */ ((SearchContext22) => {
|
|
730
|
-
SearchContext22["Completed"] = "completed";
|
|
731
|
-
SearchContext22["Active"] = "active";
|
|
732
|
-
return SearchContext22;
|
|
733
|
-
})(SearchContext2 || {});
|
|
734
|
-
|
|
735
1
|
// client/sdk.gen.ts
|
|
736
2
|
import { formDataBodySerializer } from "@hey-api/client-fetch";
|
|
737
3
|
|
|
@@ -4226,89 +3492,6 @@ var getProfile = (options) => {
|
|
|
4226
3492
|
});
|
|
4227
3493
|
};
|
|
4228
3494
|
export {
|
|
4229
|
-
Access,
|
|
4230
|
-
AdvisorOrClient,
|
|
4231
|
-
AdvisorRequestStatus,
|
|
4232
|
-
AllowlistOrDenylist,
|
|
4233
|
-
AnalyticsEventType,
|
|
4234
|
-
ApprovalRoundType,
|
|
4235
|
-
ApprovalStatus,
|
|
4236
|
-
ApprovalStatus2,
|
|
4237
|
-
ApproverRemovalReason,
|
|
4238
|
-
Availability,
|
|
4239
|
-
BillableEventType,
|
|
4240
|
-
CalendricalFrequency,
|
|
4241
|
-
CdmAvailability,
|
|
4242
|
-
Channel,
|
|
4243
|
-
ChannelType,
|
|
4244
|
-
DocumentApprovalState,
|
|
4245
|
-
DocumentAvailability,
|
|
4246
|
-
DocumentFilter,
|
|
4247
|
-
DocumentOrderKey,
|
|
4248
|
-
DocumentPackAccess,
|
|
4249
|
-
DocumentPackState,
|
|
4250
|
-
DocumentState,
|
|
4251
|
-
ESignAccountStatus,
|
|
4252
|
-
ESignNegotiationSessionStatus,
|
|
4253
|
-
ElectionAnswerTypeDto,
|
|
4254
|
-
ElectionApprovalState,
|
|
4255
|
-
EmailTemplate,
|
|
4256
|
-
Extension,
|
|
4257
|
-
ExternalDocumentApprovalState,
|
|
4258
|
-
ExtractionResultType,
|
|
4259
|
-
ExtractionResultType2,
|
|
4260
|
-
Filter,
|
|
4261
|
-
Health,
|
|
4262
|
-
JobStatus,
|
|
4263
|
-
JobStatus2,
|
|
4264
|
-
LegacyNegotiationStateGroup,
|
|
4265
|
-
LoginType,
|
|
4266
|
-
NegotiationAction,
|
|
4267
|
-
NegotiationFilter,
|
|
4268
|
-
NegotiationFilterAccessibleToAdvisorAccessibleToAdvisorValue,
|
|
4269
|
-
NegotiationFilterIsOfflineIsOfflineValue,
|
|
4270
|
-
NegotiationFilterIsTripartyIsTripartyValue,
|
|
4271
|
-
NegotiationFilterRequiresApprovalRequiresApprovalValue,
|
|
4272
|
-
NegotiationFilterStatusStatusValue,
|
|
4273
|
-
NegotiationHealth,
|
|
4274
|
-
NegotiationJobLockType,
|
|
4275
|
-
NegotiationJobStatus,
|
|
4276
|
-
NegotiationOrderKey,
|
|
4277
|
-
NegotiationReportType,
|
|
4278
|
-
NegotiationStateGroup,
|
|
4279
|
-
NegotiationStatusLabel,
|
|
4280
|
-
NegotiationUiState,
|
|
4281
|
-
NoteType,
|
|
4282
|
-
NotificationCategory,
|
|
4283
|
-
NotificationChannel,
|
|
4284
|
-
OrderBy,
|
|
4285
|
-
OrderDirection,
|
|
4286
|
-
OrderDirection2,
|
|
4287
|
-
PartyRelativeRef,
|
|
4288
|
-
PartyThatCanUploadExecutedVersion,
|
|
4289
|
-
PartyThatCanUploadExecutedVersion2,
|
|
4290
|
-
Position,
|
|
4291
|
-
PresetHealth,
|
|
4292
|
-
PresetHealthIssue,
|
|
4293
|
-
PresetOrderKey,
|
|
4294
|
-
ProfileColour,
|
|
4295
|
-
RestrictedTo,
|
|
4296
|
-
SchemaRestriction,
|
|
4297
|
-
SearchContext,
|
|
4298
|
-
SearchContext2,
|
|
4299
|
-
SignaturePagePartyNegotiationRole,
|
|
4300
|
-
SigningMode,
|
|
4301
|
-
State,
|
|
4302
|
-
Status,
|
|
4303
|
-
SummaryContext,
|
|
4304
|
-
TextValidationFormat,
|
|
4305
|
-
TimelineEventType,
|
|
4306
|
-
Type,
|
|
4307
|
-
UiPartyPosition,
|
|
4308
|
-
UserProfileColour,
|
|
4309
|
-
VirusScanServiceStatusDtoStatus,
|
|
4310
|
-
WorkflowType,
|
|
4311
|
-
WorkflowType2,
|
|
4312
3495
|
acceptAllCounterpartyPositions,
|
|
4313
3496
|
acceptAllCustodianTemplatePositions,
|
|
4314
3497
|
acceptAllPositionsFromFork,
|