@visa-check-r/integrations 0.0.35 → 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.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
@@ -1543,6 +1543,7 @@ var consultantAssignmentQuery = [
1543
1543
  "consultant",
1544
1544
  "consultantId",
1545
1545
  "consultantAcceptance",
1546
+ "consultantRejection",
1546
1547
  "createdAt",
1547
1548
  "finalReview",
1548
1549
  "finalReview",