@createiq/backend 1.0.90 → 1.0.91
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 +5 -5
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/client/types.gen.ts
CHANGED
|
@@ -453,7 +453,7 @@ export type ElectionValueSimilarityScoreDto = {
|
|
|
453
453
|
};
|
|
454
454
|
|
|
455
455
|
export type UpdateAccountDocusignEmailRestrictionDto = {
|
|
456
|
-
docusignEmailRestriction: 'exact_email_match' | 'no_restriction';
|
|
456
|
+
docusignEmailRestriction: 'exact_email_match' | 'in_allowed_domains' | 'no_restriction';
|
|
457
457
|
};
|
|
458
458
|
|
|
459
459
|
export type FormSubmissionSuccessResponseDto = {
|
|
@@ -1480,7 +1480,7 @@ export type ComponentAnswerDto_ExhibitValuesDto = {
|
|
|
1480
1480
|
};
|
|
1481
1481
|
};
|
|
1482
1482
|
|
|
1483
|
-
export type DocuSignEmailRestriction = 'exact_email_match' | 'no_restriction';
|
|
1483
|
+
export type DocuSignEmailRestriction = 'exact_email_match' | 'in_allowed_domains' | 'no_restriction';
|
|
1484
1484
|
|
|
1485
1485
|
export type UserProfileColour = '#000000' | '#6750A4' | '#5C6B8A' | '#008569' | '#F5A623' | '#0172B1' | '#DC2773' | '#B3261E';
|
|
1486
1486
|
|
|
@@ -1992,7 +1992,7 @@ export type AdminAccountOnlyDto = {
|
|
|
1992
1992
|
availableActions: AccountAvailableActionsDto;
|
|
1993
1993
|
capitalMarketsOrganisationType?: CapitalMarketsOrganisationType;
|
|
1994
1994
|
isAdvisor: boolean;
|
|
1995
|
-
docusignEmailRestriction: 'exact_email_match' | 'no_restriction';
|
|
1995
|
+
docusignEmailRestriction: 'exact_email_match' | 'in_allowed_domains' | 'no_restriction';
|
|
1996
1996
|
isOneLink: boolean;
|
|
1997
1997
|
};
|
|
1998
1998
|
|
|
@@ -2890,7 +2890,7 @@ export type AdminAccountDetailDto = {
|
|
|
2890
2890
|
isSso: boolean;
|
|
2891
2891
|
capitalMarketsOrganisationType?: CapitalMarketsOrganisationType;
|
|
2892
2892
|
isAdvisor: boolean;
|
|
2893
|
-
docusignEmailRestriction: 'exact_email_match' | 'no_restriction';
|
|
2893
|
+
docusignEmailRestriction: 'exact_email_match' | 'in_allowed_domains' | 'no_restriction';
|
|
2894
2894
|
integrationData: {
|
|
2895
2895
|
[key: string]: AccountIntegrationDataDto;
|
|
2896
2896
|
};
|
|
@@ -3128,7 +3128,7 @@ export type AdminAccountDetailWithDocumentPackDto = {
|
|
|
3128
3128
|
isSso: boolean;
|
|
3129
3129
|
capitalMarketsOrganisationType?: CapitalMarketsOrganisationType;
|
|
3130
3130
|
isAdvisor: boolean;
|
|
3131
|
-
docusignEmailRestriction: 'exact_email_match' | 'no_restriction';
|
|
3131
|
+
docusignEmailRestriction: 'exact_email_match' | 'in_allowed_domains' | 'no_restriction';
|
|
3132
3132
|
integrationData: {
|
|
3133
3133
|
[key: string]: AccountIntegrationDataDto;
|
|
3134
3134
|
};
|
package/dist/index.d.cts
CHANGED
|
@@ -396,7 +396,7 @@ type ElectionValueSimilarityScoreDto = {
|
|
|
396
396
|
similarity: number;
|
|
397
397
|
};
|
|
398
398
|
type UpdateAccountDocusignEmailRestrictionDto = {
|
|
399
|
-
docusignEmailRestriction: 'exact_email_match' | 'no_restriction';
|
|
399
|
+
docusignEmailRestriction: 'exact_email_match' | 'in_allowed_domains' | 'no_restriction';
|
|
400
400
|
};
|
|
401
401
|
type FormSubmissionSuccessResponseDto = {
|
|
402
402
|
message: string;
|
|
@@ -1293,7 +1293,7 @@ type ComponentAnswerDto_ExhibitValuesDto = {
|
|
|
1293
1293
|
[key: string]: unknown;
|
|
1294
1294
|
};
|
|
1295
1295
|
};
|
|
1296
|
-
type DocuSignEmailRestriction = 'exact_email_match' | 'no_restriction';
|
|
1296
|
+
type DocuSignEmailRestriction = 'exact_email_match' | 'in_allowed_domains' | 'no_restriction';
|
|
1297
1297
|
type UserProfileColour = '#000000' | '#6750A4' | '#5C6B8A' | '#008569' | '#F5A623' | '#0172B1' | '#DC2773' | '#B3261E';
|
|
1298
1298
|
type NegotiationFileAvailableActionDto = {
|
|
1299
1299
|
showExecutedDocument: boolean;
|
|
@@ -1728,7 +1728,7 @@ type AdminAccountOnlyDto = {
|
|
|
1728
1728
|
availableActions: AccountAvailableActionsDto;
|
|
1729
1729
|
capitalMarketsOrganisationType?: CapitalMarketsOrganisationType;
|
|
1730
1730
|
isAdvisor: boolean;
|
|
1731
|
-
docusignEmailRestriction: 'exact_email_match' | 'no_restriction';
|
|
1731
|
+
docusignEmailRestriction: 'exact_email_match' | 'in_allowed_domains' | 'no_restriction';
|
|
1732
1732
|
isOneLink: boolean;
|
|
1733
1733
|
};
|
|
1734
1734
|
type NegotiationParentDto = {
|
|
@@ -2492,7 +2492,7 @@ type AdminAccountDetailDto = {
|
|
|
2492
2492
|
isSso: boolean;
|
|
2493
2493
|
capitalMarketsOrganisationType?: CapitalMarketsOrganisationType;
|
|
2494
2494
|
isAdvisor: boolean;
|
|
2495
|
-
docusignEmailRestriction: 'exact_email_match' | 'no_restriction';
|
|
2495
|
+
docusignEmailRestriction: 'exact_email_match' | 'in_allowed_domains' | 'no_restriction';
|
|
2496
2496
|
integrationData: {
|
|
2497
2497
|
[key: string]: AccountIntegrationDataDto;
|
|
2498
2498
|
};
|
|
@@ -2698,7 +2698,7 @@ type AdminAccountDetailWithDocumentPackDto = {
|
|
|
2698
2698
|
isSso: boolean;
|
|
2699
2699
|
capitalMarketsOrganisationType?: CapitalMarketsOrganisationType;
|
|
2700
2700
|
isAdvisor: boolean;
|
|
2701
|
-
docusignEmailRestriction: 'exact_email_match' | 'no_restriction';
|
|
2701
|
+
docusignEmailRestriction: 'exact_email_match' | 'in_allowed_domains' | 'no_restriction';
|
|
2702
2702
|
integrationData: {
|
|
2703
2703
|
[key: string]: AccountIntegrationDataDto;
|
|
2704
2704
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -396,7 +396,7 @@ type ElectionValueSimilarityScoreDto = {
|
|
|
396
396
|
similarity: number;
|
|
397
397
|
};
|
|
398
398
|
type UpdateAccountDocusignEmailRestrictionDto = {
|
|
399
|
-
docusignEmailRestriction: 'exact_email_match' | 'no_restriction';
|
|
399
|
+
docusignEmailRestriction: 'exact_email_match' | 'in_allowed_domains' | 'no_restriction';
|
|
400
400
|
};
|
|
401
401
|
type FormSubmissionSuccessResponseDto = {
|
|
402
402
|
message: string;
|
|
@@ -1293,7 +1293,7 @@ type ComponentAnswerDto_ExhibitValuesDto = {
|
|
|
1293
1293
|
[key: string]: unknown;
|
|
1294
1294
|
};
|
|
1295
1295
|
};
|
|
1296
|
-
type DocuSignEmailRestriction = 'exact_email_match' | 'no_restriction';
|
|
1296
|
+
type DocuSignEmailRestriction = 'exact_email_match' | 'in_allowed_domains' | 'no_restriction';
|
|
1297
1297
|
type UserProfileColour = '#000000' | '#6750A4' | '#5C6B8A' | '#008569' | '#F5A623' | '#0172B1' | '#DC2773' | '#B3261E';
|
|
1298
1298
|
type NegotiationFileAvailableActionDto = {
|
|
1299
1299
|
showExecutedDocument: boolean;
|
|
@@ -1728,7 +1728,7 @@ type AdminAccountOnlyDto = {
|
|
|
1728
1728
|
availableActions: AccountAvailableActionsDto;
|
|
1729
1729
|
capitalMarketsOrganisationType?: CapitalMarketsOrganisationType;
|
|
1730
1730
|
isAdvisor: boolean;
|
|
1731
|
-
docusignEmailRestriction: 'exact_email_match' | 'no_restriction';
|
|
1731
|
+
docusignEmailRestriction: 'exact_email_match' | 'in_allowed_domains' | 'no_restriction';
|
|
1732
1732
|
isOneLink: boolean;
|
|
1733
1733
|
};
|
|
1734
1734
|
type NegotiationParentDto = {
|
|
@@ -2492,7 +2492,7 @@ type AdminAccountDetailDto = {
|
|
|
2492
2492
|
isSso: boolean;
|
|
2493
2493
|
capitalMarketsOrganisationType?: CapitalMarketsOrganisationType;
|
|
2494
2494
|
isAdvisor: boolean;
|
|
2495
|
-
docusignEmailRestriction: 'exact_email_match' | 'no_restriction';
|
|
2495
|
+
docusignEmailRestriction: 'exact_email_match' | 'in_allowed_domains' | 'no_restriction';
|
|
2496
2496
|
integrationData: {
|
|
2497
2497
|
[key: string]: AccountIntegrationDataDto;
|
|
2498
2498
|
};
|
|
@@ -2698,7 +2698,7 @@ type AdminAccountDetailWithDocumentPackDto = {
|
|
|
2698
2698
|
isSso: boolean;
|
|
2699
2699
|
capitalMarketsOrganisationType?: CapitalMarketsOrganisationType;
|
|
2700
2700
|
isAdvisor: boolean;
|
|
2701
|
-
docusignEmailRestriction: 'exact_email_match' | 'no_restriction';
|
|
2701
|
+
docusignEmailRestriction: 'exact_email_match' | 'in_allowed_domains' | 'no_restriction';
|
|
2702
2702
|
integrationData: {
|
|
2703
2703
|
[key: string]: AccountIntegrationDataDto;
|
|
2704
2704
|
};
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
06ec1b6d2b2a82d97399397c1537f2acaa695246f88b3812a51386eabf64570a
|