@secrecy/lib 1.0.0-dev.85 → 1.0.0-dev.86
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.
- package/dist/zeus/index.d.ts +2 -2
- package/dist/zeus/index.js +1 -1
- package/package.json +1 -1
package/dist/zeus/index.d.ts
CHANGED
|
@@ -5624,7 +5624,7 @@ export declare type ModelTypes = {
|
|
|
5624
5624
|
paymentMethods?: Array<ModelTypes["CardIdentificationData"] | undefined> | undefined;
|
|
5625
5625
|
};
|
|
5626
5626
|
["CardIdentificationData"]: {
|
|
5627
|
-
type
|
|
5627
|
+
type: ModelTypes["PaymentMethod"];
|
|
5628
5628
|
identification: string;
|
|
5629
5629
|
tokenId: string;
|
|
5630
5630
|
};
|
|
@@ -7424,7 +7424,7 @@ export declare type GraphQLTypes = {
|
|
|
7424
7424
|
};
|
|
7425
7425
|
["CardIdentificationData"]: {
|
|
7426
7426
|
__typename: "CardIdentificationData";
|
|
7427
|
-
type
|
|
7427
|
+
type: GraphQLTypes["PaymentMethod"];
|
|
7428
7428
|
identification: string;
|
|
7429
7429
|
tokenId: string;
|
|
7430
7430
|
};
|