@visa-check-r/integrations 0.0.30 → 0.0.31

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
@@ -158,6 +158,8 @@ interface VisaProfileReviewComment {
158
158
  createdAt: string;
159
159
  visaProfileChecklistItemId?: string;
160
160
  visaProfileChecklistItem?: VisaProfileChecklistItem;
161
+ userId: string;
162
+ user?: User;
161
163
  }
162
164
  interface VisaApplication {
163
165
  id: string;
package/dist/index.d.ts CHANGED
@@ -158,6 +158,8 @@ interface VisaProfileReviewComment {
158
158
  createdAt: string;
159
159
  visaProfileChecklistItemId?: string;
160
160
  visaProfileChecklistItem?: VisaProfileChecklistItem;
161
+ userId: string;
162
+ user?: User;
161
163
  }
162
164
  interface VisaApplication {
163
165
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visa-check-r/integrations",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "integrations for visa check r",
5
5
  "keywords": [
6
6
  "graphql",