@visa-check-r/integrations 0.0.96 → 0.0.97
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.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1663,7 +1663,7 @@ declare const deleteVisaProfileReviewCommentResponseFields: (keyof DeleteVisaPro
|
|
|
1663
1663
|
|
|
1664
1664
|
interface GetVisaApplicationStatsRequest {
|
|
1665
1665
|
userId: string;
|
|
1666
|
-
|
|
1666
|
+
referralCode: string;
|
|
1667
1667
|
}
|
|
1668
1668
|
interface GetVisaApplicationStatsResponse {
|
|
1669
1669
|
visaApplicationStats: VisaApplicationStats;
|
package/dist/index.d.ts
CHANGED
|
@@ -1663,7 +1663,7 @@ declare const deleteVisaProfileReviewCommentResponseFields: (keyof DeleteVisaPro
|
|
|
1663
1663
|
|
|
1664
1664
|
interface GetVisaApplicationStatsRequest {
|
|
1665
1665
|
userId: string;
|
|
1666
|
-
|
|
1666
|
+
referralCode: string;
|
|
1667
1667
|
}
|
|
1668
1668
|
interface GetVisaApplicationStatsResponse {
|
|
1669
1669
|
visaApplicationStats: VisaApplicationStats;
|