@createiq/backend 1.0.30 → 1.0.31
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/types.gen.ts +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/client/types.gen.ts
CHANGED
|
@@ -3119,7 +3119,7 @@ export type OneLinkInvitationNegotiationDetailsDto = {
|
|
|
3119
3119
|
documentAbbreviation: string;
|
|
3120
3120
|
};
|
|
3121
3121
|
|
|
3122
|
-
export type NegotiationStatusLabel = 'Draft' | 'Sending Failed' | 'Sent' | 'Received' | 'Negotiation' | 'Awaiting counterparty action' | 'Extraction review' | 'Extracted negotiation' | 'Confirmed' | 'Execution' | '
|
|
3122
|
+
export type NegotiationStatusLabel = 'Draft' | 'Sending Failed' | 'Sent' | 'Received' | 'Negotiation' | 'Awaiting counterparty action' | 'Extraction review' | 'Extracted negotiation' | 'Confirmed' | 'Execution' | 'Completed' | 'Sent to Custodian for Approval' | 'Custodian Template' | 'Cancelled' | 'Cancelling' | 'Sending To Counterparty' | 'Document Approval required' | 'Election Approval required' | 'Extracting answers';
|
|
3123
3123
|
|
|
3124
3124
|
export type CancelNegotiationsDto = {
|
|
3125
3125
|
negotiationIds: Array<string>;
|
package/dist/index.d.cts
CHANGED
|
@@ -2704,7 +2704,7 @@ type OneLinkInvitationNegotiationDetailsDto = {
|
|
|
2704
2704
|
yourEntityAlternativeAsciiName?: string;
|
|
2705
2705
|
documentAbbreviation: string;
|
|
2706
2706
|
};
|
|
2707
|
-
type NegotiationStatusLabel = 'Draft' | 'Sending Failed' | 'Sent' | 'Received' | 'Negotiation' | 'Awaiting counterparty action' | 'Extraction review' | 'Extracted negotiation' | 'Confirmed' | 'Execution' | '
|
|
2707
|
+
type NegotiationStatusLabel = 'Draft' | 'Sending Failed' | 'Sent' | 'Received' | 'Negotiation' | 'Awaiting counterparty action' | 'Extraction review' | 'Extracted negotiation' | 'Confirmed' | 'Execution' | 'Completed' | 'Sent to Custodian for Approval' | 'Custodian Template' | 'Cancelled' | 'Cancelling' | 'Sending To Counterparty' | 'Document Approval required' | 'Election Approval required' | 'Extracting answers';
|
|
2708
2708
|
type CancelNegotiationsDto = {
|
|
2709
2709
|
negotiationIds: Array<string>;
|
|
2710
2710
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -2704,7 +2704,7 @@ type OneLinkInvitationNegotiationDetailsDto = {
|
|
|
2704
2704
|
yourEntityAlternativeAsciiName?: string;
|
|
2705
2705
|
documentAbbreviation: string;
|
|
2706
2706
|
};
|
|
2707
|
-
type NegotiationStatusLabel = 'Draft' | 'Sending Failed' | 'Sent' | 'Received' | 'Negotiation' | 'Awaiting counterparty action' | 'Extraction review' | 'Extracted negotiation' | 'Confirmed' | 'Execution' | '
|
|
2707
|
+
type NegotiationStatusLabel = 'Draft' | 'Sending Failed' | 'Sent' | 'Received' | 'Negotiation' | 'Awaiting counterparty action' | 'Extraction review' | 'Extracted negotiation' | 'Confirmed' | 'Execution' | 'Completed' | 'Sent to Custodian for Approval' | 'Custodian Template' | 'Cancelled' | 'Cancelling' | 'Sending To Counterparty' | 'Document Approval required' | 'Election Approval required' | 'Extracting answers';
|
|
2708
2708
|
type CancelNegotiationsDto = {
|
|
2709
2709
|
negotiationIds: Array<string>;
|
|
2710
2710
|
};
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
5ae827ad2d5d9934b96361d3ba51e6fd574dd8f01f3dfb3e31092c9100e902f2
|