@visa-check-r/integrations 0.0.3 → 0.0.4

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
@@ -111,7 +111,7 @@ interface RegisterForm {
111
111
  referralCode: string;
112
112
  }
113
113
 
114
- type VisaType = "study" | "visit" | "extendVisa" | "relocate";
114
+ type VisaType = "study" | "visit" | "work" | "extendVisa" | "relocate";
115
115
  type VisaApplicationMetricKey = "total" | VisaApplicationStatus;
116
116
  type VisaApplicationStatus = "approved" | "rejected" | "incomplete" | "inProgress" | "submitted";
117
117
  interface UserApplicationMetric {
package/dist/index.d.ts CHANGED
@@ -111,7 +111,7 @@ interface RegisterForm {
111
111
  referralCode: string;
112
112
  }
113
113
 
114
- type VisaType = "study" | "visit" | "extendVisa" | "relocate";
114
+ type VisaType = "study" | "visit" | "work" | "extendVisa" | "relocate";
115
115
  type VisaApplicationMetricKey = "total" | VisaApplicationStatus;
116
116
  type VisaApplicationStatus = "approved" | "rejected" | "incomplete" | "inProgress" | "submitted";
117
117
  interface UserApplicationMetric {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visa-check-r/integrations",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "integrations for visa check r",
5
5
  "keywords": [
6
6
  "graphql",