@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.
@@ -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' | 'Set Date' | 'Completed' | 'Sent to Custodian for Approval' | 'Custodian Template' | 'Cancelled' | 'Cancelling' | 'Sending To Counterparty' | 'Document Approval required' | 'Election Approval required' | 'Extracting answers';
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' | 'Set Date' | 'Completed' | 'Sent to Custodian for Approval' | 'Custodian Template' | 'Cancelled' | 'Cancelling' | 'Sending To Counterparty' | 'Document Approval required' | 'Election Approval required' | 'Extracting answers';
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' | 'Set Date' | 'Completed' | 'Sent to Custodian for Approval' | 'Custodian Template' | 'Cancelled' | 'Cancelling' | 'Sending To Counterparty' | 'Document Approval required' | 'Election Approval required' | 'Extracting answers';
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- 7aa896e10446651374406ed9d305cb678f10e5092a2ac01bf3c1c8d868997e1c
1
+ 5ae827ad2d5d9934b96361d3ba51e6fd574dd8f01f3dfb3e31092c9100e902f2