@secrecy/lib 1.5.0 → 1.5.1

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.
@@ -8349,38 +8349,38 @@ export type GraphQLTypes = {
8349
8349
  test: boolean;
8350
8350
  };
8351
8351
  };
8352
- export declare const enum Lang {
8352
+ export declare enum Lang {
8353
8353
  fr = "fr",
8354
8354
  en = "en"
8355
8355
  }
8356
- export declare const enum PlanKind {
8356
+ export declare enum PlanKind {
8357
8357
  free = "free",
8358
8358
  basic = "basic",
8359
8359
  advanced = "advanced",
8360
8360
  pro = "pro"
8361
8361
  }
8362
- export declare const enum UserRole {
8362
+ export declare enum UserRole {
8363
8363
  user = "user",
8364
8364
  admin = "admin"
8365
8365
  }
8366
- export declare const enum MailType {
8366
+ export declare enum MailType {
8367
8367
  sent = "sent",
8368
8368
  received = "received"
8369
8369
  }
8370
- export declare const enum Rights {
8370
+ export declare enum Rights {
8371
8371
  admin = "admin",
8372
8372
  write = "write",
8373
8373
  read = "read"
8374
8374
  }
8375
- export declare const enum NodeType {
8375
+ export declare enum NodeType {
8376
8376
  FILE = "FILE",
8377
8377
  FOLDER = "FOLDER"
8378
8378
  }
8379
- export declare const enum PaymentMethod {
8379
+ export declare enum PaymentMethod {
8380
8380
  card = "card",
8381
8381
  wire_transfer = "wire_transfer"
8382
8382
  }
8383
- export declare const enum SortByDate {
8383
+ export declare enum SortByDate {
8384
8384
  createdAt = "createdAt",
8385
8385
  createdAt_asc = "createdAt_asc",
8386
8386
  createdAt_desc = "createdAt_desc",
@@ -8388,13 +8388,13 @@ export declare const enum SortByDate {
8388
8388
  updatedAt_asc = "updatedAt_asc",
8389
8389
  updatedAt_desc = "updatedAt_desc"
8390
8390
  }
8391
- export declare const enum FileContentType {
8391
+ export declare enum FileContentType {
8392
8392
  cloud = "cloud",
8393
8393
  lite = "lite",
8394
8394
  sent_mail = "sent_mail",
8395
8395
  received_mail = "received_mail"
8396
8396
  }
8397
- export declare const enum InfuraNetwork {
8397
+ export declare enum InfuraNetwork {
8398
8398
  mainnet = "mainnet",
8399
8399
  ropsten = "ropsten",
8400
8400
  rinkeby = "rinkeby",
@@ -8403,11 +8403,11 @@ export declare const enum InfuraNetwork {
8403
8403
  polygon_mainnet = "polygon_mainnet",
8404
8404
  polygon_mumbai = "polygon_mumbai"
8405
8405
  }
8406
- export declare const enum PayInputType {
8406
+ export declare enum PayInputType {
8407
8407
  secure = "secure",
8408
8408
  classic = "classic"
8409
8409
  }
8410
- export declare const enum CancellationReason {
8410
+ export declare enum CancellationReason {
8411
8411
  abandoned = "abandoned",
8412
8412
  automatic = "automatic",
8413
8413
  duplicate = "duplicate",
@@ -8416,15 +8416,15 @@ export declare const enum CancellationReason {
8416
8416
  requested_by_customer = "requested_by_customer",
8417
8417
  void_invoice = "void_invoice"
8418
8418
  }
8419
- export declare const enum CaptureMethod {
8419
+ export declare enum CaptureMethod {
8420
8420
  manual = "manual",
8421
8421
  automatic = "automatic"
8422
8422
  }
8423
- export declare const enum ConfirmationMethod {
8423
+ export declare enum ConfirmationMethod {
8424
8424
  manual = "manual",
8425
8425
  automatic = "automatic"
8426
8426
  }
8427
- export declare const enum Status {
8427
+ export declare enum Status {
8428
8428
  canceled = "canceled",
8429
8429
  processing = "processing",
8430
8430
  requires_action = "requires_action",
@@ -8433,7 +8433,7 @@ export declare const enum Status {
8433
8433
  requires_payment_method = "requires_payment_method",
8434
8434
  succeeded = "succeeded"
8435
8435
  }
8436
- export declare const enum PayoutType {
8436
+ export declare enum PayoutType {
8437
8437
  bank_account = "bank_account",
8438
8438
  card = "card"
8439
8439
  }