@kernelminds/scailo-sdk 0.0.27 → 0.0.28

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.
@@ -214,7 +214,7 @@ exports.UsersService = {
214
214
  */
215
215
  mFAEnable: {
216
216
  name: "MFAEnable",
217
- I: base_scailo_pb_js_1.Identifier,
217
+ I: base_scailo_pb_js_1.IdentifierUUID,
218
218
  O: base_scailo_pb_js_1.ImageResponse,
219
219
  kind: protobuf_1.MethodKind.Unary,
220
220
  },
@@ -225,7 +225,7 @@ exports.UsersService = {
225
225
  */
226
226
  mFAReset: {
227
227
  name: "MFAReset",
228
- I: base_scailo_pb_js_1.Identifier,
228
+ I: base_scailo_pb_js_1.IdentifierUUID,
229
229
  O: base_scailo_pb_js_1.IdentifierResponse,
230
230
  kind: protobuf_1.MethodKind.Unary,
231
231
  },
@@ -368,7 +368,7 @@ exports.UsersService = {
368
368
  */
369
369
  viewSignature: {
370
370
  name: "ViewSignature",
371
- I: base_scailo_pb_js_1.Identifier,
371
+ I: base_scailo_pb_js_1.IdentifierUUID,
372
372
  O: base_scailo_pb_js_1.Base64String,
373
373
  kind: protobuf_1.MethodKind.Unary,
374
374
  },
@@ -379,7 +379,7 @@ exports.UsersService = {
379
379
  */
380
380
  viewProfilePicture: {
381
381
  name: "ViewProfilePicture",
382
- I: base_scailo_pb_js_1.Identifier,
382
+ I: base_scailo_pb_js_1.IdentifierUUID,
383
383
  O: base_scailo_pb_js_1.ImageResponse,
384
384
  kind: protobuf_1.MethodKind.Unary,
385
385
  },
@@ -401,7 +401,7 @@ exports.UsersService = {
401
401
  */
402
402
  viewVCard: {
403
403
  name: "ViewVCard",
404
- I: base_scailo_pb_js_1.Identifier,
404
+ I: base_scailo_pb_js_1.IdentifierUUID,
405
405
  O: base_scailo_pb_js_1.ImageResponse,
406
406
  kind: protobuf_1.MethodKind.Unary,
407
407
  },
@@ -412,7 +412,7 @@ exports.UsersService = {
412
412
  */
413
413
  viewQRImage: {
414
414
  name: "ViewQRImage",
415
- I: base_scailo_pb_js_1.Identifier,
415
+ I: base_scailo_pb_js_1.IdentifierUUID,
416
416
  O: base_scailo_pb_js_1.ImageResponse,
417
417
  kind: protobuf_1.MethodKind.Unary,
418
418
  },
@@ -423,7 +423,7 @@ exports.UsersService = {
423
423
  */
424
424
  viewQRString: {
425
425
  name: "ViewQRString",
426
- I: base_scailo_pb_js_1.Identifier,
426
+ I: base_scailo_pb_js_1.IdentifierUUID,
427
427
  O: base_scailo_pb_js_1.StringResponse,
428
428
  kind: protobuf_1.MethodKind.Unary,
429
429
  },
@@ -1,5 +1,5 @@
1
1
  import { User, UsersList, UsersServiceCountReq, UsersServiceCreateRequest, UsersServiceFilterReq, UsersServicePaginationReq, UsersServicePaginationResponse, UsersServiceRegisterMobileDeviceRequest, UsersServiceSearchAllReq, UsersServiceUpdateRequest } from "./users.scailo_pb.js";
2
- import { ActiveStatus, Base64String, CountInSLCStatusRequest, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierZeroable, ImageResponse, MonthAndDayFilter, SimpleSearchReq, StandardFile, StringResponse, StringsList, UpdateOwnPasswordReq, UpdatePasswordReq, UploadPictureReq } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, Base64String, CountInSLCStatusRequest, CountResponse, Empty, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierZeroable, ImageResponse, MonthAndDayFilter, SimpleSearchReq, StandardFile, StringResponse, StringsList, UpdateOwnPasswordReq, UpdatePasswordReq, UploadPictureReq } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -207,7 +207,7 @@ export declare const UsersService: {
207
207
  */
208
208
  readonly mFAEnable: {
209
209
  readonly name: "MFAEnable";
210
- readonly I: typeof Identifier;
210
+ readonly I: typeof IdentifierUUID;
211
211
  readonly O: typeof ImageResponse;
212
212
  readonly kind: MethodKind.Unary;
213
213
  };
@@ -218,7 +218,7 @@ export declare const UsersService: {
218
218
  */
219
219
  readonly mFAReset: {
220
220
  readonly name: "MFAReset";
221
- readonly I: typeof Identifier;
221
+ readonly I: typeof IdentifierUUID;
222
222
  readonly O: typeof IdentifierResponse;
223
223
  readonly kind: MethodKind.Unary;
224
224
  };
@@ -361,7 +361,7 @@ export declare const UsersService: {
361
361
  */
362
362
  readonly viewSignature: {
363
363
  readonly name: "ViewSignature";
364
- readonly I: typeof Identifier;
364
+ readonly I: typeof IdentifierUUID;
365
365
  readonly O: typeof Base64String;
366
366
  readonly kind: MethodKind.Unary;
367
367
  };
@@ -372,7 +372,7 @@ export declare const UsersService: {
372
372
  */
373
373
  readonly viewProfilePicture: {
374
374
  readonly name: "ViewProfilePicture";
375
- readonly I: typeof Identifier;
375
+ readonly I: typeof IdentifierUUID;
376
376
  readonly O: typeof ImageResponse;
377
377
  readonly kind: MethodKind.Unary;
378
378
  };
@@ -394,7 +394,7 @@ export declare const UsersService: {
394
394
  */
395
395
  readonly viewVCard: {
396
396
  readonly name: "ViewVCard";
397
- readonly I: typeof Identifier;
397
+ readonly I: typeof IdentifierUUID;
398
398
  readonly O: typeof ImageResponse;
399
399
  readonly kind: MethodKind.Unary;
400
400
  };
@@ -405,7 +405,7 @@ export declare const UsersService: {
405
405
  */
406
406
  readonly viewQRImage: {
407
407
  readonly name: "ViewQRImage";
408
- readonly I: typeof Identifier;
408
+ readonly I: typeof IdentifierUUID;
409
409
  readonly O: typeof ImageResponse;
410
410
  readonly kind: MethodKind.Unary;
411
411
  };
@@ -416,7 +416,7 @@ export declare const UsersService: {
416
416
  */
417
417
  readonly viewQRString: {
418
418
  readonly name: "ViewQRString";
419
- readonly I: typeof Identifier;
419
+ readonly I: typeof IdentifierUUID;
420
420
  readonly O: typeof StringResponse;
421
421
  readonly kind: MethodKind.Unary;
422
422
  };
@@ -1 +1 @@
1
- {"version":3,"file":"users.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/users.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,uCAAuC,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AACxR,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,aAAa,EAAE,iBAAiB,EAAE,eAAe,EAAE,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAClZ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,YAAY;;;QAGrB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"users.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/users.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,uCAAuC,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AACxR,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,aAAa,EAAE,iBAAiB,EAAE,eAAe,EAAE,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACtY,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,YAAY;;;QAGrB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -214,7 +214,7 @@ exports.UsersService = {
214
214
  */
215
215
  mFAEnable: {
216
216
  name: "MFAEnable",
217
- I: base_scailo_pb_js_1.Identifier,
217
+ I: base_scailo_pb_js_1.IdentifierUUID,
218
218
  O: base_scailo_pb_js_1.ImageResponse,
219
219
  kind: protobuf_1.MethodKind.Unary,
220
220
  },
@@ -225,7 +225,7 @@ exports.UsersService = {
225
225
  */
226
226
  mFAReset: {
227
227
  name: "MFAReset",
228
- I: base_scailo_pb_js_1.Identifier,
228
+ I: base_scailo_pb_js_1.IdentifierUUID,
229
229
  O: base_scailo_pb_js_1.IdentifierResponse,
230
230
  kind: protobuf_1.MethodKind.Unary,
231
231
  },
@@ -368,7 +368,7 @@ exports.UsersService = {
368
368
  */
369
369
  viewSignature: {
370
370
  name: "ViewSignature",
371
- I: base_scailo_pb_js_1.Identifier,
371
+ I: base_scailo_pb_js_1.IdentifierUUID,
372
372
  O: base_scailo_pb_js_1.Base64String,
373
373
  kind: protobuf_1.MethodKind.Unary,
374
374
  },
@@ -379,7 +379,7 @@ exports.UsersService = {
379
379
  */
380
380
  viewProfilePicture: {
381
381
  name: "ViewProfilePicture",
382
- I: base_scailo_pb_js_1.Identifier,
382
+ I: base_scailo_pb_js_1.IdentifierUUID,
383
383
  O: base_scailo_pb_js_1.ImageResponse,
384
384
  kind: protobuf_1.MethodKind.Unary,
385
385
  },
@@ -401,7 +401,7 @@ exports.UsersService = {
401
401
  */
402
402
  viewVCard: {
403
403
  name: "ViewVCard",
404
- I: base_scailo_pb_js_1.Identifier,
404
+ I: base_scailo_pb_js_1.IdentifierUUID,
405
405
  O: base_scailo_pb_js_1.ImageResponse,
406
406
  kind: protobuf_1.MethodKind.Unary,
407
407
  },
@@ -412,7 +412,7 @@ exports.UsersService = {
412
412
  */
413
413
  viewQRImage: {
414
414
  name: "ViewQRImage",
415
- I: base_scailo_pb_js_1.Identifier,
415
+ I: base_scailo_pb_js_1.IdentifierUUID,
416
416
  O: base_scailo_pb_js_1.ImageResponse,
417
417
  kind: protobuf_1.MethodKind.Unary,
418
418
  },
@@ -423,7 +423,7 @@ exports.UsersService = {
423
423
  */
424
424
  viewQRString: {
425
425
  name: "ViewQRString",
426
- I: base_scailo_pb_js_1.Identifier,
426
+ I: base_scailo_pb_js_1.IdentifierUUID,
427
427
  O: base_scailo_pb_js_1.StringResponse,
428
428
  kind: protobuf_1.MethodKind.Unary,
429
429
  },
@@ -1,5 +1,5 @@
1
1
  import { User, UsersList, UsersServiceCountReq, UsersServiceCreateRequest, UsersServiceFilterReq, UsersServicePaginationReq, UsersServicePaginationResponse, UsersServiceRegisterMobileDeviceRequest, UsersServiceSearchAllReq, UsersServiceUpdateRequest } from "./users.scailo_pb.js";
2
- import { ActiveStatus, Base64String, CountInSLCStatusRequest, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierZeroable, ImageResponse, MonthAndDayFilter, SimpleSearchReq, StandardFile, StringResponse, StringsList, UpdateOwnPasswordReq, UpdatePasswordReq, UploadPictureReq } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, Base64String, CountInSLCStatusRequest, CountResponse, Empty, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierZeroable, ImageResponse, MonthAndDayFilter, SimpleSearchReq, StandardFile, StringResponse, StringsList, UpdateOwnPasswordReq, UpdatePasswordReq, UploadPictureReq } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -207,7 +207,7 @@ export declare const UsersService: {
207
207
  */
208
208
  readonly mFAEnable: {
209
209
  readonly name: "MFAEnable";
210
- readonly I: typeof Identifier;
210
+ readonly I: typeof IdentifierUUID;
211
211
  readonly O: typeof ImageResponse;
212
212
  readonly kind: MethodKind.Unary;
213
213
  };
@@ -218,7 +218,7 @@ export declare const UsersService: {
218
218
  */
219
219
  readonly mFAReset: {
220
220
  readonly name: "MFAReset";
221
- readonly I: typeof Identifier;
221
+ readonly I: typeof IdentifierUUID;
222
222
  readonly O: typeof IdentifierResponse;
223
223
  readonly kind: MethodKind.Unary;
224
224
  };
@@ -361,7 +361,7 @@ export declare const UsersService: {
361
361
  */
362
362
  readonly viewSignature: {
363
363
  readonly name: "ViewSignature";
364
- readonly I: typeof Identifier;
364
+ readonly I: typeof IdentifierUUID;
365
365
  readonly O: typeof Base64String;
366
366
  readonly kind: MethodKind.Unary;
367
367
  };
@@ -372,7 +372,7 @@ export declare const UsersService: {
372
372
  */
373
373
  readonly viewProfilePicture: {
374
374
  readonly name: "ViewProfilePicture";
375
- readonly I: typeof Identifier;
375
+ readonly I: typeof IdentifierUUID;
376
376
  readonly O: typeof ImageResponse;
377
377
  readonly kind: MethodKind.Unary;
378
378
  };
@@ -394,7 +394,7 @@ export declare const UsersService: {
394
394
  */
395
395
  readonly viewVCard: {
396
396
  readonly name: "ViewVCard";
397
- readonly I: typeof Identifier;
397
+ readonly I: typeof IdentifierUUID;
398
398
  readonly O: typeof ImageResponse;
399
399
  readonly kind: MethodKind.Unary;
400
400
  };
@@ -405,7 +405,7 @@ export declare const UsersService: {
405
405
  */
406
406
  readonly viewQRImage: {
407
407
  readonly name: "ViewQRImage";
408
- readonly I: typeof Identifier;
408
+ readonly I: typeof IdentifierUUID;
409
409
  readonly O: typeof ImageResponse;
410
410
  readonly kind: MethodKind.Unary;
411
411
  };
@@ -416,7 +416,7 @@ export declare const UsersService: {
416
416
  */
417
417
  readonly viewQRString: {
418
418
  readonly name: "ViewQRString";
419
- readonly I: typeof Identifier;
419
+ readonly I: typeof IdentifierUUID;
420
420
  readonly O: typeof StringResponse;
421
421
  readonly kind: MethodKind.Unary;
422
422
  };
@@ -1 +1 @@
1
- {"version":3,"file":"users.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/users.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,uCAAuC,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AACxR,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,aAAa,EAAE,iBAAiB,EAAE,eAAe,EAAE,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAClZ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,YAAY;;;QAGrB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"users.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/users.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,uCAAuC,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AACxR,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,aAAa,EAAE,iBAAiB,EAAE,eAAe,EAAE,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACtY,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,YAAY;;;QAGrB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kernelminds/scailo-sdk",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
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",