@secrecy/lib 1.0.0-dev.75 → 1.0.0-dev.77

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.
@@ -1660,7 +1660,6 @@ export declare type ValueTypes = {
1660
1660
  }>;
1661
1661
  ["TransacStripeResponse"]: AliasType<{
1662
1662
  id?: boolean | `@${string}`;
1663
- object?: boolean | `@${string}`;
1664
1663
  amount?: boolean | `@${string}`;
1665
1664
  available_on?: boolean | `@${string}`;
1666
1665
  created?: boolean | `@${string}`;
@@ -1671,14 +1670,12 @@ export declare type ValueTypes = {
1671
1670
  fee_details?: ValueTypes["TransactionStripeFeeResponse"];
1672
1671
  net?: boolean | `@${string}`;
1673
1672
  reporting_category?: boolean | `@${string}`;
1674
- source?: boolean | `@${string}`;
1675
1673
  status?: boolean | `@${string}`;
1676
1674
  type?: boolean | `@${string}`;
1677
1675
  __typename?: boolean | `@${string}`;
1678
1676
  }>;
1679
1677
  ["TransactionStripeFeeResponse"]: AliasType<{
1680
1678
  amount?: boolean | `@${string}`;
1681
- application?: boolean | `@${string}`;
1682
1679
  currency?: boolean | `@${string}`;
1683
1680
  description?: boolean | `@${string}`;
1684
1681
  type?: boolean | `@${string}`;
@@ -1704,57 +1701,12 @@ export declare type ValueTypes = {
1704
1701
  destination_payment?: boolean | `@${string}`;
1705
1702
  __typename?: boolean | `@${string}`;
1706
1703
  }>;
1707
- ["GetAllPaymentRequestToCollect"]: AliasType<{
1708
- id?: boolean | `@${string}`;
1709
- amount?: boolean | `@${string}`;
1710
- amount_capturable?: boolean | `@${string}`;
1711
- amount_received?: boolean | `@${string}`;
1712
- application?: ValueTypes["ApplicationType"];
1713
- application_fee_amount?: boolean | `@${string}`;
1714
- canceled_at?: boolean | `@${string}`;
1715
- cancellation_reason?: boolean | `@${string}`;
1716
- capture_method?: boolean | `@${string}`;
1717
- client_secret?: boolean | `@${string}`;
1718
- confirmation_method?: boolean | `@${string}`;
1719
- created?: boolean | `@${string}`;
1720
- currency?: boolean | `@${string}`;
1721
- customer?: boolean | `@${string}`;
1722
- description?: boolean | `@${string}`;
1723
- invoice?: boolean | `@${string}`;
1724
- livemode?: boolean | `@${string}`;
1725
- payment_method?: boolean | `@${string}`;
1726
- status?: boolean | `@${string}`;
1727
- __typename?: boolean | `@${string}`;
1728
- }>;
1729
1704
  ["GetAllPaymentRequestToCollectResponse"]: AliasType<{
1730
- allPaymentRequestToCollect?: ValueTypes["GetAllPaymentRequestToCollect"];
1731
- __typename?: boolean | `@${string}`;
1732
- }>;
1733
- ["GetAllPaymentRequestResponse"]: AliasType<{
1734
- accountId?: boolean | `@${string}`;
1735
- id?: boolean | `@${string}`;
1736
- amount?: boolean | `@${string}`;
1737
- amount_capturable?: boolean | `@${string}`;
1738
- amount_received?: boolean | `@${string}`;
1739
- application?: ValueTypes["ApplicationType"];
1740
- application_fee_amount?: boolean | `@${string}`;
1741
- canceled_at?: boolean | `@${string}`;
1742
- cancellation_reason?: boolean | `@${string}`;
1743
- capture_method?: boolean | `@${string}`;
1744
- client_secret?: boolean | `@${string}`;
1745
- confirmation_method?: boolean | `@${string}`;
1746
- created?: boolean | `@${string}`;
1747
- currency?: boolean | `@${string}`;
1748
- customer?: boolean | `@${string}`;
1749
- description?: boolean | `@${string}`;
1750
- invoice?: boolean | `@${string}`;
1751
- livemode?: boolean | `@${string}`;
1752
- payment_method?: boolean | `@${string}`;
1753
- status?: boolean | `@${string}`;
1705
+ allPaymentRequestToCollect?: ValueTypes["GetPaymentRequestToCollect"];
1754
1706
  __typename?: boolean | `@${string}`;
1755
1707
  }>;
1756
1708
  ["GetAllPaymentRequestToPayResponse"]: AliasType<{
1757
- allPaymentRequestToPay?: ValueTypes["GetAllPaymentRequestResponse"];
1709
+ allPaymentRequestToPay?: ValueTypes["GetPaymentRequestToPay"];
1758
1710
  __typename?: boolean | `@${string}`;
1759
1711
  }>;
1760
1712
  ["GetPaymentRequestToCollect"]: AliasType<{
@@ -3972,7 +3924,6 @@ export declare type ResolverInputTypes = {
3972
3924
  }>;
3973
3925
  ["TransacStripeResponse"]: AliasType<{
3974
3926
  id?: boolean | `@${string}`;
3975
- object?: boolean | `@${string}`;
3976
3927
  amount?: boolean | `@${string}`;
3977
3928
  available_on?: boolean | `@${string}`;
3978
3929
  created?: boolean | `@${string}`;
@@ -3983,14 +3934,12 @@ export declare type ResolverInputTypes = {
3983
3934
  fee_details?: ResolverInputTypes["TransactionStripeFeeResponse"];
3984
3935
  net?: boolean | `@${string}`;
3985
3936
  reporting_category?: boolean | `@${string}`;
3986
- source?: boolean | `@${string}`;
3987
3937
  status?: boolean | `@${string}`;
3988
3938
  type?: boolean | `@${string}`;
3989
3939
  __typename?: boolean | `@${string}`;
3990
3940
  }>;
3991
3941
  ["TransactionStripeFeeResponse"]: AliasType<{
3992
3942
  amount?: boolean | `@${string}`;
3993
- application?: boolean | `@${string}`;
3994
3943
  currency?: boolean | `@${string}`;
3995
3944
  description?: boolean | `@${string}`;
3996
3945
  type?: boolean | `@${string}`;
@@ -4016,57 +3965,12 @@ export declare type ResolverInputTypes = {
4016
3965
  destination_payment?: boolean | `@${string}`;
4017
3966
  __typename?: boolean | `@${string}`;
4018
3967
  }>;
4019
- ["GetAllPaymentRequestToCollect"]: AliasType<{
4020
- id?: boolean | `@${string}`;
4021
- amount?: boolean | `@${string}`;
4022
- amount_capturable?: boolean | `@${string}`;
4023
- amount_received?: boolean | `@${string}`;
4024
- application?: ResolverInputTypes["ApplicationType"];
4025
- application_fee_amount?: boolean | `@${string}`;
4026
- canceled_at?: boolean | `@${string}`;
4027
- cancellation_reason?: boolean | `@${string}`;
4028
- capture_method?: boolean | `@${string}`;
4029
- client_secret?: boolean | `@${string}`;
4030
- confirmation_method?: boolean | `@${string}`;
4031
- created?: boolean | `@${string}`;
4032
- currency?: boolean | `@${string}`;
4033
- customer?: boolean | `@${string}`;
4034
- description?: boolean | `@${string}`;
4035
- invoice?: boolean | `@${string}`;
4036
- livemode?: boolean | `@${string}`;
4037
- payment_method?: boolean | `@${string}`;
4038
- status?: boolean | `@${string}`;
4039
- __typename?: boolean | `@${string}`;
4040
- }>;
4041
3968
  ["GetAllPaymentRequestToCollectResponse"]: AliasType<{
4042
- allPaymentRequestToCollect?: ResolverInputTypes["GetAllPaymentRequestToCollect"];
4043
- __typename?: boolean | `@${string}`;
4044
- }>;
4045
- ["GetAllPaymentRequestResponse"]: AliasType<{
4046
- accountId?: boolean | `@${string}`;
4047
- id?: boolean | `@${string}`;
4048
- amount?: boolean | `@${string}`;
4049
- amount_capturable?: boolean | `@${string}`;
4050
- amount_received?: boolean | `@${string}`;
4051
- application?: ResolverInputTypes["ApplicationType"];
4052
- application_fee_amount?: boolean | `@${string}`;
4053
- canceled_at?: boolean | `@${string}`;
4054
- cancellation_reason?: boolean | `@${string}`;
4055
- capture_method?: boolean | `@${string}`;
4056
- client_secret?: boolean | `@${string}`;
4057
- confirmation_method?: boolean | `@${string}`;
4058
- created?: boolean | `@${string}`;
4059
- currency?: boolean | `@${string}`;
4060
- customer?: boolean | `@${string}`;
4061
- description?: boolean | `@${string}`;
4062
- invoice?: boolean | `@${string}`;
4063
- livemode?: boolean | `@${string}`;
4064
- payment_method?: boolean | `@${string}`;
4065
- status?: boolean | `@${string}`;
3969
+ allPaymentRequestToCollect?: ResolverInputTypes["GetPaymentRequestToCollect"];
4066
3970
  __typename?: boolean | `@${string}`;
4067
3971
  }>;
4068
3972
  ["GetAllPaymentRequestToPayResponse"]: AliasType<{
4069
- allPaymentRequestToPay?: ResolverInputTypes["GetAllPaymentRequestResponse"];
3973
+ allPaymentRequestToPay?: ResolverInputTypes["GetPaymentRequestToPay"];
4070
3974
  __typename?: boolean | `@${string}`;
4071
3975
  }>;
4072
3976
  ["GetPaymentRequestToCollect"]: AliasType<{
@@ -5628,7 +5532,6 @@ export declare type ModelTypes = {
5628
5532
  };
5629
5533
  ["TransacStripeResponse"]: {
5630
5534
  id: string;
5631
- object: string;
5632
5535
  amount: number;
5633
5536
  available_on: number;
5634
5537
  created: number;
@@ -5639,13 +5542,11 @@ export declare type ModelTypes = {
5639
5542
  fee_details: Array<ModelTypes["TransactionStripeFeeResponse"]>;
5640
5543
  net: number;
5641
5544
  reporting_category: string;
5642
- source: ModelTypes["Json"];
5643
5545
  status: string;
5644
5546
  type: string;
5645
5547
  };
5646
5548
  ["TransactionStripeFeeResponse"]: {
5647
5549
  amount: number;
5648
- application?: string | undefined;
5649
5550
  currency: string;
5650
5551
  description?: string | undefined;
5651
5552
  type: string;
@@ -5667,54 +5568,11 @@ export declare type ModelTypes = {
5667
5568
  description?: string | undefined;
5668
5569
  destination_payment?: ModelTypes["Json"] | undefined;
5669
5570
  };
5670
- ["GetAllPaymentRequestToCollect"]: {
5671
- id: string;
5672
- amount: number;
5673
- amount_capturable: number;
5674
- amount_received: number;
5675
- application?: ModelTypes["ApplicationType"] | undefined;
5676
- application_fee_amount?: number | undefined;
5677
- canceled_at?: number | undefined;
5678
- cancellation_reason?: ModelTypes["CancellationReason"] | undefined;
5679
- capture_method: ModelTypes["CaptureMethod"];
5680
- client_secret?: string | undefined;
5681
- confirmation_method: ModelTypes["ConfirmationMethod"];
5682
- created: number;
5683
- currency: string;
5684
- customer?: string | undefined;
5685
- description?: string | undefined;
5686
- invoice?: string | undefined;
5687
- livemode: boolean;
5688
- payment_method?: string | undefined;
5689
- status?: ModelTypes["Status"] | undefined;
5690
- };
5691
5571
  ["GetAllPaymentRequestToCollectResponse"]: {
5692
- allPaymentRequestToCollect: Array<ModelTypes["GetAllPaymentRequestToCollect"] | undefined>;
5693
- };
5694
- ["GetAllPaymentRequestResponse"]: {
5695
- accountId?: string | undefined;
5696
- id: string;
5697
- amount: number;
5698
- amount_capturable: number;
5699
- amount_received: number;
5700
- application?: ModelTypes["ApplicationType"] | undefined;
5701
- application_fee_amount?: number | undefined;
5702
- canceled_at?: number | undefined;
5703
- cancellation_reason?: ModelTypes["CancellationReason"] | undefined;
5704
- capture_method: ModelTypes["CaptureMethod"];
5705
- client_secret?: string | undefined;
5706
- confirmation_method: ModelTypes["ConfirmationMethod"];
5707
- created: number;
5708
- currency: string;
5709
- customer?: string | undefined;
5710
- description?: string | undefined;
5711
- invoice?: string | undefined;
5712
- livemode: boolean;
5713
- payment_method?: string | undefined;
5714
- status?: ModelTypes["Status"] | undefined;
5572
+ allPaymentRequestToCollect: Array<ModelTypes["GetPaymentRequestToCollect"] | undefined>;
5715
5573
  };
5716
5574
  ["GetAllPaymentRequestToPayResponse"]: {
5717
- allPaymentRequestToPay: Array<ModelTypes["GetAllPaymentRequestResponse"] | undefined>;
5575
+ allPaymentRequestToPay: Array<ModelTypes["GetPaymentRequestToPay"] | undefined>;
5718
5576
  };
5719
5577
  ["GetPaymentRequestToCollect"]: {
5720
5578
  id: string;
@@ -7450,7 +7308,6 @@ export declare type GraphQLTypes = {
7450
7308
  ["TransacStripeResponse"]: {
7451
7309
  __typename: "TransacStripeResponse";
7452
7310
  id: string;
7453
- object: string;
7454
7311
  amount: number;
7455
7312
  available_on: number;
7456
7313
  created: number;
@@ -7461,14 +7318,12 @@ export declare type GraphQLTypes = {
7461
7318
  fee_details: Array<GraphQLTypes["TransactionStripeFeeResponse"]>;
7462
7319
  net: number;
7463
7320
  reporting_category: string;
7464
- source: GraphQLTypes["Json"];
7465
7321
  status: string;
7466
7322
  type: string;
7467
7323
  };
7468
7324
  ["TransactionStripeFeeResponse"]: {
7469
7325
  __typename: "TransactionStripeFeeResponse";
7470
7326
  amount: number;
7471
- application?: string | undefined;
7472
7327
  currency: string;
7473
7328
  description?: string | undefined;
7474
7329
  type: string;
@@ -7493,58 +7348,13 @@ export declare type GraphQLTypes = {
7493
7348
  description?: string | undefined;
7494
7349
  destination_payment?: GraphQLTypes["Json"] | undefined;
7495
7350
  };
7496
- ["GetAllPaymentRequestToCollect"]: {
7497
- __typename: "GetAllPaymentRequestToCollect";
7498
- id: string;
7499
- amount: number;
7500
- amount_capturable: number;
7501
- amount_received: number;
7502
- application?: GraphQLTypes["ApplicationType"] | undefined;
7503
- application_fee_amount?: number | undefined;
7504
- canceled_at?: number | undefined;
7505
- cancellation_reason?: GraphQLTypes["CancellationReason"] | undefined;
7506
- capture_method: GraphQLTypes["CaptureMethod"];
7507
- client_secret?: string | undefined;
7508
- confirmation_method: GraphQLTypes["ConfirmationMethod"];
7509
- created: number;
7510
- currency: string;
7511
- customer?: string | undefined;
7512
- description?: string | undefined;
7513
- invoice?: string | undefined;
7514
- livemode: boolean;
7515
- payment_method?: string | undefined;
7516
- status?: GraphQLTypes["Status"] | undefined;
7517
- };
7518
7351
  ["GetAllPaymentRequestToCollectResponse"]: {
7519
7352
  __typename: "GetAllPaymentRequestToCollectResponse";
7520
- allPaymentRequestToCollect: Array<GraphQLTypes["GetAllPaymentRequestToCollect"] | undefined>;
7521
- };
7522
- ["GetAllPaymentRequestResponse"]: {
7523
- __typename: "GetAllPaymentRequestResponse";
7524
- accountId?: string | undefined;
7525
- id: string;
7526
- amount: number;
7527
- amount_capturable: number;
7528
- amount_received: number;
7529
- application?: GraphQLTypes["ApplicationType"] | undefined;
7530
- application_fee_amount?: number | undefined;
7531
- canceled_at?: number | undefined;
7532
- cancellation_reason?: GraphQLTypes["CancellationReason"] | undefined;
7533
- capture_method: GraphQLTypes["CaptureMethod"];
7534
- client_secret?: string | undefined;
7535
- confirmation_method: GraphQLTypes["ConfirmationMethod"];
7536
- created: number;
7537
- currency: string;
7538
- customer?: string | undefined;
7539
- description?: string | undefined;
7540
- invoice?: string | undefined;
7541
- livemode: boolean;
7542
- payment_method?: string | undefined;
7543
- status?: GraphQLTypes["Status"] | undefined;
7353
+ allPaymentRequestToCollect: Array<GraphQLTypes["GetPaymentRequestToCollect"] | undefined>;
7544
7354
  };
7545
7355
  ["GetAllPaymentRequestToPayResponse"]: {
7546
7356
  __typename: "GetAllPaymentRequestToPayResponse";
7547
- allPaymentRequestToPay: Array<GraphQLTypes["GetAllPaymentRequestResponse"] | undefined>;
7357
+ allPaymentRequestToPay: Array<GraphQLTypes["GetPaymentRequestToPay"] | undefined>;
7548
7358
  };
7549
7359
  ["GetPaymentRequestToCollect"]: {
7550
7360
  __typename: "GetPaymentRequestToCollect";