@visa-check-r/integrations 0.0.75 → 0.0.76
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
|
@@ -1932,7 +1932,7 @@ type AIServerAuthFields = (keyof AIServerAuth)[];
|
|
|
1932
1932
|
|
|
1933
1933
|
interface GetAIServerAuthRequest {
|
|
1934
1934
|
visaProfileId: string;
|
|
1935
|
-
requestType: "readiness_score" | "sop_review";
|
|
1935
|
+
requestType: "readiness_score" | "sop_review" | "sop_answer_review";
|
|
1936
1936
|
}
|
|
1937
1937
|
interface GetAIServerAuthResponse {
|
|
1938
1938
|
aiServerAuth: AIServerAuth;
|
package/dist/index.d.ts
CHANGED
|
@@ -1932,7 +1932,7 @@ type AIServerAuthFields = (keyof AIServerAuth)[];
|
|
|
1932
1932
|
|
|
1933
1933
|
interface GetAIServerAuthRequest {
|
|
1934
1934
|
visaProfileId: string;
|
|
1935
|
-
requestType: "readiness_score" | "sop_review";
|
|
1935
|
+
requestType: "readiness_score" | "sop_review" | "sop_answer_review";
|
|
1936
1936
|
}
|
|
1937
1937
|
interface GetAIServerAuthResponse {
|
|
1938
1938
|
aiServerAuth: AIServerAuth;
|