@createiq/backend 1.0.28 → 1.0.29
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
|
@@ -1529,7 +1529,7 @@ export type CreateApiUserRequest = {
|
|
|
1529
1529
|
externalParty?: ExternalPartyDto;
|
|
1530
1530
|
};
|
|
1531
1531
|
|
|
1532
|
-
export type NotificationSearchType = 'taggedInComment' | 'electionApprovalResponseReceived' | 'finalApprovalResponseReceived' | 'taggedInApprovalComment' | 'comment' | 'approvalComment' | 'finalApprovalRequired' | 'electionApprovalRequired' | 'newDocumentAvailable' | 'subAccountAssignedToAdvisor' | 'negotiationAssignedToAdvisor' | 'negotiationCancelled' | 'negotiationAccessRequested';
|
|
1532
|
+
export type NotificationSearchType = 'taggedInComment' | 'electionApprovalResponseReceived' | 'finalApprovalResponseReceived' | 'taggedInApprovalComment' | 'comment' | 'approvalComment' | 'finalApprovalRequired' | 'electionApprovalRequired' | 'newDocumentAvailable' | 'subAccountAssignedToAdvisor' | 'negotiationAssignedToAdvisor' | 'negotiationCancelled' | 'negotiationAccessRequested' | 'accessRequestResponse';
|
|
1533
1533
|
|
|
1534
1534
|
export type ComponentAnswerDto_RepeatingGroup = {
|
|
1535
1535
|
isPendingReorder?: boolean;
|
package/dist/index.d.cts
CHANGED
|
@@ -1341,7 +1341,7 @@ type CreateApiUserRequest = {
|
|
|
1341
1341
|
subAccounts?: Array<string>;
|
|
1342
1342
|
externalParty?: ExternalPartyDto;
|
|
1343
1343
|
};
|
|
1344
|
-
type NotificationSearchType = 'taggedInComment' | 'electionApprovalResponseReceived' | 'finalApprovalResponseReceived' | 'taggedInApprovalComment' | 'comment' | 'approvalComment' | 'finalApprovalRequired' | 'electionApprovalRequired' | 'newDocumentAvailable' | 'subAccountAssignedToAdvisor' | 'negotiationAssignedToAdvisor' | 'negotiationCancelled' | 'negotiationAccessRequested';
|
|
1344
|
+
type NotificationSearchType = 'taggedInComment' | 'electionApprovalResponseReceived' | 'finalApprovalResponseReceived' | 'taggedInApprovalComment' | 'comment' | 'approvalComment' | 'finalApprovalRequired' | 'electionApprovalRequired' | 'newDocumentAvailable' | 'subAccountAssignedToAdvisor' | 'negotiationAssignedToAdvisor' | 'negotiationCancelled' | 'negotiationAccessRequested' | 'accessRequestResponse';
|
|
1345
1345
|
type ComponentAnswerDto_RepeatingGroup = {
|
|
1346
1346
|
isPendingReorder?: boolean;
|
|
1347
1347
|
value: Array<ComponentAnswerDto_RepeatingGroupElement>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1341,7 +1341,7 @@ type CreateApiUserRequest = {
|
|
|
1341
1341
|
subAccounts?: Array<string>;
|
|
1342
1342
|
externalParty?: ExternalPartyDto;
|
|
1343
1343
|
};
|
|
1344
|
-
type NotificationSearchType = 'taggedInComment' | 'electionApprovalResponseReceived' | 'finalApprovalResponseReceived' | 'taggedInApprovalComment' | 'comment' | 'approvalComment' | 'finalApprovalRequired' | 'electionApprovalRequired' | 'newDocumentAvailable' | 'subAccountAssignedToAdvisor' | 'negotiationAssignedToAdvisor' | 'negotiationCancelled' | 'negotiationAccessRequested';
|
|
1344
|
+
type NotificationSearchType = 'taggedInComment' | 'electionApprovalResponseReceived' | 'finalApprovalResponseReceived' | 'taggedInApprovalComment' | 'comment' | 'approvalComment' | 'finalApprovalRequired' | 'electionApprovalRequired' | 'newDocumentAvailable' | 'subAccountAssignedToAdvisor' | 'negotiationAssignedToAdvisor' | 'negotiationCancelled' | 'negotiationAccessRequested' | 'accessRequestResponse';
|
|
1345
1345
|
type ComponentAnswerDto_RepeatingGroup = {
|
|
1346
1346
|
isPendingReorder?: boolean;
|
|
1347
1347
|
value: Array<ComponentAnswerDto_RepeatingGroupElement>;
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ff6ebdf5d699ea4a513aa1b940c35bbaa5919178d0ebdb3e214c537973022fbf
|