@visa-check-r/integrations 0.0.34 → 0.0.36
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 +4 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +4 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -139,6 +139,7 @@ interface ConsultantAssignment {
|
|
|
139
139
|
visaProfileId: string;
|
|
140
140
|
consultantId: string;
|
|
141
141
|
consultantAcceptance: BooleanLiteral;
|
|
142
|
+
consultantRejection: BooleanLiteral;
|
|
142
143
|
changeRequest?: BooleanLiteral;
|
|
143
144
|
createdAt: string;
|
|
144
145
|
assignmentStatus: "decline" | "accept";
|
package/dist/index.d.ts
CHANGED
|
@@ -139,6 +139,7 @@ interface ConsultantAssignment {
|
|
|
139
139
|
visaProfileId: string;
|
|
140
140
|
consultantId: string;
|
|
141
141
|
consultantAcceptance: BooleanLiteral;
|
|
142
|
+
consultantRejection: BooleanLiteral;
|
|
142
143
|
changeRequest?: BooleanLiteral;
|
|
143
144
|
createdAt: string;
|
|
144
145
|
assignmentStatus: "decline" | "accept";
|
package/dist/index.esm.js
CHANGED
|
@@ -1536,10 +1536,14 @@ var visaApplicationQuery = [
|
|
|
1536
1536
|
];
|
|
1537
1537
|
var consultantAssignmentQuery = [
|
|
1538
1538
|
"adminApproval",
|
|
1539
|
+
"adminComment",
|
|
1540
|
+
"adminCommentDate",
|
|
1539
1541
|
"assignmentStatus",
|
|
1540
1542
|
"changeRequest",
|
|
1541
1543
|
"consultant",
|
|
1542
1544
|
"consultantId",
|
|
1545
|
+
"consultantAcceptance",
|
|
1546
|
+
"consultantRejection",
|
|
1543
1547
|
"createdAt",
|
|
1544
1548
|
"finalReview",
|
|
1545
1549
|
"finalReview",
|