@sellout/models 0.0.121 → 0.0.124

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.
@@ -0,0 +1,2 @@
1
+ declare const query: import("graphql").DocumentNode;
2
+ export default query;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
+ const query = (0, graphql_tag_1.default) `
8
+ query getStripeCardByMethod($paymentMethodId: String!) {
9
+ getStripeCardByMethod(paymentMethodId: $paymentMethodId) {
10
+ brand
11
+ last4
12
+ expMonth
13
+ expYear
14
+ funding
15
+ country
16
+ paymentMethodId
17
+ type
18
+ }
19
+ }
20
+ `;
21
+ exports.default = query;
22
+ //# sourceMappingURL=stripeCardDetail.query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stripeCardDetail.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/stripeCardDetail.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;CAahB,CAAC;AAEF,kBAAe,KAAK,CAAC"}