@secrecy/lib 1.0.0-dev.82 → 1.0.0-dev.84

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.
@@ -381,7 +381,6 @@ export declare type ValueTypes = {
381
381
  ["GetCardIdentificationResult"]: AliasType<{
382
382
  ["...on CardIdentificationResponse"]: ValueTypes["CardIdentificationResponse"];
383
383
  ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
384
- ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
385
384
  __typename?: boolean | `@${string}`;
386
385
  }>;
387
386
  ["GetStripeBalanceResult"]: AliasType<{
@@ -1642,11 +1641,11 @@ export declare type ValueTypes = {
1642
1641
  __typename?: boolean | `@${string}`;
1643
1642
  }>;
1644
1643
  ["CardIdentificationResponse"]: AliasType<{
1645
- paymentMethod?: ValueTypes["CardIdentificationData"];
1644
+ paymentMethods?: ValueTypes["CardIdentificationData"];
1646
1645
  __typename?: boolean | `@${string}`;
1647
1646
  }>;
1648
1647
  ["CardIdentificationData"]: AliasType<{
1649
- paymentMethod?: boolean | `@${string}`;
1648
+ type?: boolean | `@${string}`;
1650
1649
  identification?: boolean | `@${string}`;
1651
1650
  tokenId?: boolean | `@${string}`;
1652
1651
  __typename?: boolean | `@${string}`;
@@ -2058,6 +2057,7 @@ export declare type ValueTypes = {
2058
2057
  },
2059
2058
  ValueTypes["UserListResult"]
2060
2059
  ];
2060
+ getCardIdentification?: ValueTypes["GetCardIdentificationResult"];
2061
2061
  getStripeBalance?: ValueTypes["GetStripeBalanceResult"];
2062
2062
  getStripeBalanceTransaction?: ValueTypes["GetStripeBalanceTransactionResult"];
2063
2063
  getStripeTransaction?: [
@@ -2126,7 +2126,6 @@ export declare type ValueTypes = {
2126
2126
  __typename?: boolean | `@${string}`;
2127
2127
  }>;
2128
2128
  ["Mutation"]: AliasType<{
2129
- getCardIdentification?: ValueTypes["GetCardIdentificationResult"];
2130
2129
  addFileToHistory?: [
2131
2130
  {
2132
2131
  nodeId: string | Variable<any, string>;
@@ -2683,7 +2682,6 @@ export declare type ResolverInputTypes = {
2683
2682
  ["GetCardIdentificationResult"]: AliasType<{
2684
2683
  CardIdentificationResponse?: ResolverInputTypes["CardIdentificationResponse"];
2685
2684
  ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2686
- ErrorStripe?: ResolverInputTypes["ErrorStripe"];
2687
2685
  __typename?: boolean | `@${string}`;
2688
2686
  }>;
2689
2687
  ["GetStripeBalanceResult"]: AliasType<{
@@ -3944,11 +3942,11 @@ export declare type ResolverInputTypes = {
3944
3942
  __typename?: boolean | `@${string}`;
3945
3943
  }>;
3946
3944
  ["CardIdentificationResponse"]: AliasType<{
3947
- paymentMethod?: ResolverInputTypes["CardIdentificationData"];
3945
+ paymentMethods?: ResolverInputTypes["CardIdentificationData"];
3948
3946
  __typename?: boolean | `@${string}`;
3949
3947
  }>;
3950
3948
  ["CardIdentificationData"]: AliasType<{
3951
- paymentMethod?: boolean | `@${string}`;
3949
+ type?: boolean | `@${string}`;
3952
3950
  identification?: boolean | `@${string}`;
3953
3951
  tokenId?: boolean | `@${string}`;
3954
3952
  __typename?: boolean | `@${string}`;
@@ -4354,6 +4352,7 @@ export declare type ResolverInputTypes = {
4354
4352
  },
4355
4353
  ResolverInputTypes["UserListResult"]
4356
4354
  ];
4355
+ getCardIdentification?: ResolverInputTypes["GetCardIdentificationResult"];
4357
4356
  getStripeBalance?: ResolverInputTypes["GetStripeBalanceResult"];
4358
4357
  getStripeBalanceTransaction?: ResolverInputTypes["GetStripeBalanceTransactionResult"];
4359
4358
  getStripeTransaction?: [
@@ -4422,7 +4421,6 @@ export declare type ResolverInputTypes = {
4422
4421
  __typename?: boolean | `@${string}`;
4423
4422
  }>;
4424
4423
  ["Mutation"]: AliasType<{
4425
- getCardIdentification?: ResolverInputTypes["GetCardIdentificationResult"];
4426
4424
  addFileToHistory?: [
4427
4425
  {
4428
4426
  nodeId: string;
@@ -4850,7 +4848,7 @@ export declare type ModelTypes = {
4850
4848
  ["UnreadReceivedMailsCountResult"]: ModelTypes["UnreadReceivedMailsCountResponse"] | ModelTypes["ErrorAccessDenied"];
4851
4849
  ["UserResult"]: ModelTypes["UserResponse"] | ModelTypes["ErrorNotFound"];
4852
4850
  ["UserListResult"]: ModelTypes["UserListResponse"] | ModelTypes["ErrorAccessDenied"];
4853
- ["GetCardIdentificationResult"]: ModelTypes["CardIdentificationResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"];
4851
+ ["GetCardIdentificationResult"]: ModelTypes["CardIdentificationResponse"] | ModelTypes["ErrorAccessDenied"];
4854
4852
  ["GetStripeBalanceResult"]: ModelTypes["GetStripeBalanceResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"];
4855
4853
  ["GetStripeBalanceTransactionResult"]: ModelTypes["GetStripeBalanceTransactionResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"];
4856
4854
  ["GetStripeTransactionResult"]: ModelTypes["GetStripeTransactionResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"];
@@ -5587,10 +5585,10 @@ export declare type ModelTypes = {
5587
5585
  pending: Array<ModelTypes["BalanceStripeResponse"]>;
5588
5586
  };
5589
5587
  ["CardIdentificationResponse"]: {
5590
- paymentMethod?: Array<ModelTypes["CardIdentificationData"] | undefined> | undefined;
5588
+ paymentMethods?: Array<ModelTypes["CardIdentificationData"] | undefined> | undefined;
5591
5589
  };
5592
5590
  ["CardIdentificationData"]: {
5593
- paymentMethod?: Array<ModelTypes["PaymentMethod"]> | undefined;
5591
+ type?: Array<ModelTypes["PaymentMethod"]> | undefined;
5594
5592
  identification: string;
5595
5593
  tokenId: string;
5596
5594
  };
@@ -5880,6 +5878,7 @@ export declare type ModelTypes = {
5880
5878
  unreadReceivedMailsCount?: ModelTypes["UnreadReceivedMailsCountResult"] | undefined;
5881
5879
  user?: ModelTypes["UserResult"] | undefined;
5882
5880
  userList?: ModelTypes["UserListResult"] | undefined;
5881
+ getCardIdentification?: ModelTypes["GetCardIdentificationResult"] | undefined;
5883
5882
  getStripeBalance?: ModelTypes["GetStripeBalanceResult"] | undefined;
5884
5883
  getStripeBalanceTransaction?: ModelTypes["GetStripeBalanceTransactionResult"] | undefined;
5885
5884
  getStripeTransaction?: ModelTypes["GetStripeTransactionResult"] | undefined;
@@ -5896,7 +5895,6 @@ export declare type ModelTypes = {
5896
5895
  isValidPaymentIntent?: ModelTypes["IsValidPaymentIntentResult"] | undefined;
5897
5896
  };
5898
5897
  ["Mutation"]: {
5899
- getCardIdentification?: ModelTypes["GetCardIdentificationResult"] | undefined;
5900
5898
  addFileToHistory?: ModelTypes["AddFileToHistoryResult"] | undefined;
5901
5899
  cancelPayment?: ModelTypes["CancelPaymentResult"] | undefined;
5902
5900
  createApplication?: ModelTypes["CreateApplicationResult"] | undefined;
@@ -6112,10 +6110,9 @@ export declare type GraphQLTypes = {
6112
6110
  ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6113
6111
  };
6114
6112
  ["GetCardIdentificationResult"]: {
6115
- __typename: "CardIdentificationResponse" | "ErrorAccessDenied" | "ErrorStripe";
6113
+ __typename: "CardIdentificationResponse" | "ErrorAccessDenied";
6116
6114
  ["...on CardIdentificationResponse"]: "__union" & GraphQLTypes["CardIdentificationResponse"];
6117
6115
  ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6118
- ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6119
6116
  };
6120
6117
  ["GetStripeBalanceResult"]: {
6121
6118
  __typename: "GetStripeBalanceResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorStripe";
@@ -7376,11 +7373,11 @@ export declare type GraphQLTypes = {
7376
7373
  };
7377
7374
  ["CardIdentificationResponse"]: {
7378
7375
  __typename: "CardIdentificationResponse";
7379
- paymentMethod?: Array<GraphQLTypes["CardIdentificationData"] | undefined> | undefined;
7376
+ paymentMethods?: Array<GraphQLTypes["CardIdentificationData"] | undefined> | undefined;
7380
7377
  };
7381
7378
  ["CardIdentificationData"]: {
7382
7379
  __typename: "CardIdentificationData";
7383
- paymentMethod?: Array<GraphQLTypes["PaymentMethod"]> | undefined;
7380
+ type?: Array<GraphQLTypes["PaymentMethod"]> | undefined;
7384
7381
  identification: string;
7385
7382
  tokenId: string;
7386
7383
  };
@@ -7704,6 +7701,7 @@ export declare type GraphQLTypes = {
7704
7701
  unreadReceivedMailsCount?: GraphQLTypes["UnreadReceivedMailsCountResult"] | undefined;
7705
7702
  user?: GraphQLTypes["UserResult"] | undefined;
7706
7703
  userList?: GraphQLTypes["UserListResult"] | undefined;
7704
+ getCardIdentification?: GraphQLTypes["GetCardIdentificationResult"] | undefined;
7707
7705
  getStripeBalance?: GraphQLTypes["GetStripeBalanceResult"] | undefined;
7708
7706
  getStripeBalanceTransaction?: GraphQLTypes["GetStripeBalanceTransactionResult"] | undefined;
7709
7707
  getStripeTransaction?: GraphQLTypes["GetStripeTransactionResult"] | undefined;
@@ -7721,7 +7719,6 @@ export declare type GraphQLTypes = {
7721
7719
  };
7722
7720
  ["Mutation"]: {
7723
7721
  __typename: "Mutation";
7724
- getCardIdentification?: GraphQLTypes["GetCardIdentificationResult"] | undefined;
7725
7722
  addFileToHistory?: GraphQLTypes["AddFileToHistoryResult"] | undefined;
7726
7723
  cancelPayment?: GraphQLTypes["CancelPaymentResult"] | undefined;
7727
7724
  createApplication?: GraphQLTypes["CreateApplicationResult"] | undefined;