@visa-check-r/integrations 0.0.33 → 0.0.34

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
@@ -138,12 +138,15 @@ interface ConsultantAssignment {
138
138
  id: string;
139
139
  visaProfileId: string;
140
140
  consultantId: string;
141
+ consultantAcceptance: BooleanLiteral;
141
142
  changeRequest?: BooleanLiteral;
142
143
  createdAt: string;
143
144
  assignmentStatus: "decline" | "accept";
144
145
  finalReview?: string;
145
146
  finalReviewDate?: string;
146
147
  adminApproval?: BooleanLiteral;
148
+ adminComment?: string;
149
+ adminCommentDate?: string;
147
150
  consultant?: User;
148
151
  }
149
152
  interface VisaProfileReviewComment {
package/dist/index.d.ts CHANGED
@@ -138,12 +138,15 @@ interface ConsultantAssignment {
138
138
  id: string;
139
139
  visaProfileId: string;
140
140
  consultantId: string;
141
+ consultantAcceptance: BooleanLiteral;
141
142
  changeRequest?: BooleanLiteral;
142
143
  createdAt: string;
143
144
  assignmentStatus: "decline" | "accept";
144
145
  finalReview?: string;
145
146
  finalReviewDate?: string;
146
147
  adminApproval?: BooleanLiteral;
148
+ adminComment?: string;
149
+ adminCommentDate?: string;
147
150
  consultant?: User;
148
151
  }
149
152
  interface VisaProfileReviewComment {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visa-check-r/integrations",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "description": "integrations for visa check r",
5
5
  "keywords": [
6
6
  "graphql",