@secrecy/lib 1.0.0-dev.76 → 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}`;
@@ -3927,7 +3924,6 @@ export declare type ResolverInputTypes = {
3927
3924
  }>;
3928
3925
  ["TransacStripeResponse"]: AliasType<{
3929
3926
  id?: boolean | `@${string}`;
3930
- object?: boolean | `@${string}`;
3931
3927
  amount?: boolean | `@${string}`;
3932
3928
  available_on?: boolean | `@${string}`;
3933
3929
  created?: boolean | `@${string}`;
@@ -3938,14 +3934,12 @@ export declare type ResolverInputTypes = {
3938
3934
  fee_details?: ResolverInputTypes["TransactionStripeFeeResponse"];
3939
3935
  net?: boolean | `@${string}`;
3940
3936
  reporting_category?: boolean | `@${string}`;
3941
- source?: boolean | `@${string}`;
3942
3937
  status?: boolean | `@${string}`;
3943
3938
  type?: boolean | `@${string}`;
3944
3939
  __typename?: boolean | `@${string}`;
3945
3940
  }>;
3946
3941
  ["TransactionStripeFeeResponse"]: AliasType<{
3947
3942
  amount?: boolean | `@${string}`;
3948
- application?: boolean | `@${string}`;
3949
3943
  currency?: boolean | `@${string}`;
3950
3944
  description?: boolean | `@${string}`;
3951
3945
  type?: boolean | `@${string}`;
@@ -5538,7 +5532,6 @@ export declare type ModelTypes = {
5538
5532
  };
5539
5533
  ["TransacStripeResponse"]: {
5540
5534
  id: string;
5541
- object: string;
5542
5535
  amount: number;
5543
5536
  available_on: number;
5544
5537
  created: number;
@@ -5549,13 +5542,11 @@ export declare type ModelTypes = {
5549
5542
  fee_details: Array<ModelTypes["TransactionStripeFeeResponse"]>;
5550
5543
  net: number;
5551
5544
  reporting_category: string;
5552
- source: ModelTypes["Json"];
5553
5545
  status: string;
5554
5546
  type: string;
5555
5547
  };
5556
5548
  ["TransactionStripeFeeResponse"]: {
5557
5549
  amount: number;
5558
- application?: string | undefined;
5559
5550
  currency: string;
5560
5551
  description?: string | undefined;
5561
5552
  type: string;
@@ -7317,7 +7308,6 @@ export declare type GraphQLTypes = {
7317
7308
  ["TransacStripeResponse"]: {
7318
7309
  __typename: "TransacStripeResponse";
7319
7310
  id: string;
7320
- object: string;
7321
7311
  amount: number;
7322
7312
  available_on: number;
7323
7313
  created: number;
@@ -7328,14 +7318,12 @@ export declare type GraphQLTypes = {
7328
7318
  fee_details: Array<GraphQLTypes["TransactionStripeFeeResponse"]>;
7329
7319
  net: number;
7330
7320
  reporting_category: string;
7331
- source: GraphQLTypes["Json"];
7332
7321
  status: string;
7333
7322
  type: string;
7334
7323
  };
7335
7324
  ["TransactionStripeFeeResponse"]: {
7336
7325
  __typename: "TransactionStripeFeeResponse";
7337
7326
  amount: number;
7338
- application?: string | undefined;
7339
7327
  currency: string;
7340
7328
  description?: string | undefined;
7341
7329
  type: string;