@secrecy/lib 1.0.0-dev.71 → 1.0.0-dev.72

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.
@@ -7826,40 +7826,40 @@ export declare type GraphQLTypes = {
7826
7826
  test: boolean;
7827
7827
  };
7828
7828
  };
7829
- export declare const enum Lang {
7829
+ export declare enum Lang {
7830
7830
  fr = "fr",
7831
7831
  en = "en"
7832
7832
  }
7833
- export declare const enum PlanKind {
7833
+ export declare enum PlanKind {
7834
7834
  free = "free",
7835
7835
  basic = "basic",
7836
7836
  advanced = "advanced",
7837
7837
  pro = "pro"
7838
7838
  }
7839
- export declare const enum UserRole {
7839
+ export declare enum UserRole {
7840
7840
  user = "user",
7841
7841
  admin = "admin"
7842
7842
  }
7843
- export declare const enum MailType {
7843
+ export declare enum MailType {
7844
7844
  sent = "sent",
7845
7845
  received = "received"
7846
7846
  }
7847
- export declare const enum Rights {
7847
+ export declare enum Rights {
7848
7848
  admin = "admin",
7849
7849
  write = "write",
7850
7850
  read = "read"
7851
7851
  }
7852
- export declare const enum NodeType {
7852
+ export declare enum NodeType {
7853
7853
  FILE = "FILE",
7854
7854
  FOLDER = "FOLDER"
7855
7855
  }
7856
- export declare const enum FileContentType {
7856
+ export declare enum FileContentType {
7857
7857
  cloud = "cloud",
7858
7858
  lite = "lite",
7859
7859
  sent_mail = "sent_mail",
7860
7860
  received_mail = "received_mail"
7861
7861
  }
7862
- export declare const enum InfuraNetwork {
7862
+ export declare enum InfuraNetwork {
7863
7863
  mainnet = "mainnet",
7864
7864
  ropsten = "ropsten",
7865
7865
  rinkeby = "rinkeby",
@@ -7868,11 +7868,11 @@ export declare const enum InfuraNetwork {
7868
7868
  polygon_mainnet = "polygon_mainnet",
7869
7869
  polygon_mumbai = "polygon_mumbai"
7870
7870
  }
7871
- export declare const enum PayInputType {
7871
+ export declare enum PayInputType {
7872
7872
  secure = "secure",
7873
7873
  classic = "classic"
7874
7874
  }
7875
- export declare const enum CancellationReason {
7875
+ export declare enum CancellationReason {
7876
7876
  abandoned = "abandoned",
7877
7877
  automatic = "automatic",
7878
7878
  duplicate = "duplicate",
@@ -7881,15 +7881,15 @@ export declare const enum CancellationReason {
7881
7881
  requested_by_customer = "requested_by_customer",
7882
7882
  void_invoice = "void_invoice"
7883
7883
  }
7884
- export declare const enum CaptureMethod {
7884
+ export declare enum CaptureMethod {
7885
7885
  manual = "manual",
7886
7886
  automatic = "automatic"
7887
7887
  }
7888
- export declare const enum ConfirmationMethod {
7888
+ export declare enum ConfirmationMethod {
7889
7889
  manual = "manual",
7890
7890
  automatic = "automatic"
7891
7891
  }
7892
- export declare const enum Status {
7892
+ export declare enum Status {
7893
7893
  cancelled = "cancelled",
7894
7894
  processing = "processing",
7895
7895
  requires_action = "requires_action",
@@ -7898,7 +7898,7 @@ export declare const enum Status {
7898
7898
  requires_payment_method = "requires_payment_method",
7899
7899
  succeeded = "succeeded"
7900
7900
  }
7901
- export declare const enum PayoutType {
7901
+ export declare enum PayoutType {
7902
7902
  bank_account = "bank_account",
7903
7903
  card = "card"
7904
7904
  }