@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.
@@ -357,7 +357,7 @@ exports.VisitationsService = {
357
357
  */
358
358
  viewQRCode: {
359
359
  name: "ViewQRCode",
360
- I: base_scailo_pb_js_1.Identifier,
360
+ I: base_scailo_pb_js_1.IdentifierUUID,
361
361
  O: base_scailo_pb_js_1.ImageResponse,
362
362
  kind: protobuf_1.MethodKind.Unary,
363
363
  },
@@ -350,7 +350,7 @@ export declare const VisitationsService: {
350
350
  */
351
351
  readonly viewQRCode: {
352
352
  readonly name: "ViewQRCode";
353
- readonly I: typeof Identifier;
353
+ readonly I: typeof IdentifierUUID;
354
354
  readonly O: typeof ImageResponse;
355
355
  readonly kind: MethodKind.Unary;
356
356
  };
@@ -357,7 +357,7 @@ exports.VisitationsService = {
357
357
  */
358
358
  viewQRCode: {
359
359
  name: "ViewQRCode",
360
- I: base_scailo_pb_js_1.Identifier,
360
+ I: base_scailo_pb_js_1.IdentifierUUID,
361
361
  O: base_scailo_pb_js_1.ImageResponse,
362
362
  kind: protobuf_1.MethodKind.Unary,
363
363
  },
@@ -350,7 +350,7 @@ export declare const VisitationsService: {
350
350
  */
351
351
  readonly viewQRCode: {
352
352
  readonly name: "ViewQRCode";
353
- readonly I: typeof Identifier;
353
+ readonly I: typeof IdentifierUUID;
354
354
  readonly O: typeof ImageResponse;
355
355
  readonly kind: MethodKind.Unary;
356
356
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kernelminds/scailo-sdk",
3
- "version": "0.0.89",
3
+ "version": "0.0.90",
4
4
  "description": "NPM module that provides access to Scailo's API",
5
5
  "types": "./lib/cjs/types/index.d.ts",
6
6
  "main": "./lib/cjs/index.js",