@kernelminds/scailo-sdk 0.0.89 → 0.0.90
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.
|
@@ -350,7 +350,7 @@ export declare const VisitationsService: {
|
|
|
350
350
|
*/
|
|
351
351
|
readonly viewQRCode: {
|
|
352
352
|
readonly name: "ViewQRCode";
|
|
353
|
-
readonly I: typeof
|
|
353
|
+
readonly I: typeof IdentifierUUID;
|
|
354
354
|
readonly O: typeof ImageResponse;
|
|
355
355
|
readonly kind: MethodKind.Unary;
|
|
356
356
|
};
|
|
@@ -350,7 +350,7 @@ export declare const VisitationsService: {
|
|
|
350
350
|
*/
|
|
351
351
|
readonly viewQRCode: {
|
|
352
352
|
readonly name: "ViewQRCode";
|
|
353
|
-
readonly I: typeof
|
|
353
|
+
readonly I: typeof IdentifierUUID;
|
|
354
354
|
readonly O: typeof ImageResponse;
|
|
355
355
|
readonly kind: MethodKind.Unary;
|
|
356
356
|
};
|