@visa-check-r/integrations 0.0.90 → 0.0.92
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/dist/index.cjs.js.map +1 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -145,7 +145,7 @@ interface Notification {
|
|
|
145
145
|
message: string;
|
|
146
146
|
isRead: BooleanLiteral;
|
|
147
147
|
createdAt: string;
|
|
148
|
-
shortname: "consultantRequest" | "consultantAssignmentUpdate" | "consultantProfileAssignment" | "profileReviewComment" | "applicationSubmission" | "applicationStatusUpdate";
|
|
148
|
+
shortname: "consultantRequest" | "consultantAssignmentUpdate" | "consultantProfileAssignment" | "profileReviewComment" | "applicationSubmission" | "applicationStatusUpdate" | "checklistItemUpdate";
|
|
149
149
|
}
|
|
150
150
|
interface Notification {
|
|
151
151
|
title: string;
|
|
@@ -584,6 +584,7 @@ type NotificationFields = (keyof Notification)[];
|
|
|
584
584
|
|
|
585
585
|
interface GetPartnerMatricesRequest {
|
|
586
586
|
partnerId: string;
|
|
587
|
+
referenceCode: string;
|
|
587
588
|
}
|
|
588
589
|
interface GetPartnerMatricesResponse {
|
|
589
590
|
partnerMatrices: PartnerMatrices;
|
|
@@ -1549,6 +1550,7 @@ declare const deleteConsultantAssignmentResponseFields: (keyof DeleteConsultantA
|
|
|
1549
1550
|
|
|
1550
1551
|
interface GetUserAverageReadinessScoreRequest {
|
|
1551
1552
|
userId: string;
|
|
1553
|
+
referenceCode: string;
|
|
1552
1554
|
}
|
|
1553
1555
|
interface GetUserAverageReadinessScoreResponse {
|
|
1554
1556
|
averageScore: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -145,7 +145,7 @@ interface Notification {
|
|
|
145
145
|
message: string;
|
|
146
146
|
isRead: BooleanLiteral;
|
|
147
147
|
createdAt: string;
|
|
148
|
-
shortname: "consultantRequest" | "consultantAssignmentUpdate" | "consultantProfileAssignment" | "profileReviewComment" | "applicationSubmission" | "applicationStatusUpdate";
|
|
148
|
+
shortname: "consultantRequest" | "consultantAssignmentUpdate" | "consultantProfileAssignment" | "profileReviewComment" | "applicationSubmission" | "applicationStatusUpdate" | "checklistItemUpdate";
|
|
149
149
|
}
|
|
150
150
|
interface Notification {
|
|
151
151
|
title: string;
|
|
@@ -584,6 +584,7 @@ type NotificationFields = (keyof Notification)[];
|
|
|
584
584
|
|
|
585
585
|
interface GetPartnerMatricesRequest {
|
|
586
586
|
partnerId: string;
|
|
587
|
+
referenceCode: string;
|
|
587
588
|
}
|
|
588
589
|
interface GetPartnerMatricesResponse {
|
|
589
590
|
partnerMatrices: PartnerMatrices;
|
|
@@ -1549,6 +1550,7 @@ declare const deleteConsultantAssignmentResponseFields: (keyof DeleteConsultantA
|
|
|
1549
1550
|
|
|
1550
1551
|
interface GetUserAverageReadinessScoreRequest {
|
|
1551
1552
|
userId: string;
|
|
1553
|
+
referenceCode: string;
|
|
1552
1554
|
}
|
|
1553
1555
|
interface GetUserAverageReadinessScoreResponse {
|
|
1554
1556
|
averageScore: number;
|