@nhost/stripe-graphql-js 0.0.4 → 0.0.6
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/README.md +8 -0
- package/dist/builder.d.ts +7 -1
- package/dist/builder.d.ts.map +1 -1
- package/dist/builder.js.map +1 -1
- package/dist/schema/address.js +24 -6
- package/dist/schema/address.js.map +1 -1
- package/dist/schema/billing-portal-session.js +17 -5
- package/dist/schema/billing-portal-session.js.map +1 -1
- package/dist/schema/charge.d.ts +2 -0
- package/dist/schema/charge.d.ts.map +1 -0
- package/dist/schema/charge.js +85 -0
- package/dist/schema/charge.js.map +1 -0
- package/dist/schema/charges.d.ts +2 -0
- package/dist/schema/charges.d.ts.map +1 -0
- package/dist/schema/charges.js +16 -0
- package/dist/schema/charges.js.map +1 -0
- package/dist/schema/connectedAccount.d.ts +2 -0
- package/dist/schema/connectedAccount.d.ts.map +1 -0
- package/dist/schema/connectedAccount.js +30 -0
- package/dist/schema/connectedAccount.js.map +1 -0
- package/dist/schema/connectedAccounts.d.ts +2 -0
- package/dist/schema/connectedAccounts.d.ts.map +1 -0
- package/dist/schema/connectedAccounts.js +16 -0
- package/dist/schema/connectedAccounts.js.map +1 -0
- package/dist/schema/customer-shipping.js +4 -0
- package/dist/schema/customer-shipping.js.map +1 -1
- package/dist/schema/customer-tax-location.js +4 -1
- package/dist/schema/customer-tax-location.js.map +1 -1
- package/dist/schema/customer-tax.js +2 -0
- package/dist/schema/customer-tax.js.map +1 -1
- package/dist/schema/customer.js +48 -5
- package/dist/schema/customer.js.map +1 -1
- package/dist/schema/customers.js +6 -2
- package/dist/schema/customers.js.map +1 -1
- package/dist/schema/index.d.ts +6 -0
- package/dist/schema/index.d.ts.map +1 -1
- package/dist/schema/index.js +6 -0
- package/dist/schema/index.js.map +1 -1
- package/dist/schema/invoice-automatic-tax.js +4 -1
- package/dist/schema/invoice-automatic-tax.js.map +1 -1
- package/dist/schema/invoice-custom-field.js +6 -2
- package/dist/schema/invoice-custom-field.js.map +1 -1
- package/dist/schema/invoice-customer-shipping.js +4 -0
- package/dist/schema/invoice-customer-shipping.js.map +1 -1
- package/dist/schema/invoice-customer-tax-id.js +4 -1
- package/dist/schema/invoice-customer-tax-id.js.map +1 -1
- package/dist/schema/invoice-line-item-period.js +6 -2
- package/dist/schema/invoice-line-item-period.js.map +1 -1
- package/dist/schema/invoice-line-item-tax-amount.js +6 -2
- package/dist/schema/invoice-line-item-tax-amount.js.map +1 -1
- package/dist/schema/invoice-line-item.js +33 -8
- package/dist/schema/invoice-line-item.js.map +1 -1
- package/dist/schema/invoice-line-items.js +6 -2
- package/dist/schema/invoice-line-items.js.map +1 -1
- package/dist/schema/invoice.js +103 -21
- package/dist/schema/invoice.js.map +1 -1
- package/dist/schema/invoices.js +6 -2
- package/dist/schema/invoices.js.map +1 -1
- package/dist/schema/payment-intent.d.ts +2 -0
- package/dist/schema/payment-intent.d.ts.map +1 -0
- package/dist/schema/payment-intent.js +79 -0
- package/dist/schema/payment-intent.js.map +1 -0
- package/dist/schema/payment-intents.d.ts +2 -0
- package/dist/schema/payment-intents.d.ts.map +1 -0
- package/dist/schema/payment-intents.js +15 -0
- package/dist/schema/payment-intents.js.map +1 -0
- package/dist/schema/payment-method-billing-details.js +4 -0
- package/dist/schema/payment-method-billing-details.js.map +1 -1
- package/dist/schema/payment-method-card-checks.js +3 -0
- package/dist/schema/payment-method-card-checks.js.map +1 -1
- package/dist/schema/payment-method-card-networks.js +4 -1
- package/dist/schema/payment-method-card-networks.js.map +1 -1
- package/dist/schema/payment-method-card-three-d-secure-usage.js +3 -1
- package/dist/schema/payment-method-card-three-d-secure-usage.js.map +1 -1
- package/dist/schema/payment-method-card-wallet-masterpass.js +4 -0
- package/dist/schema/payment-method-card-wallet-masterpass.js.map +1 -1
- package/dist/schema/payment-method-card-wallet-visa-checkout.js +4 -0
- package/dist/schema/payment-method-card-wallet-visa-checkout.js.map +1 -1
- package/dist/schema/payment-method-card-wallet.d.ts.map +1 -1
- package/dist/schema/payment-method-card-wallet.js +5 -1
- package/dist/schema/payment-method-card-wallet.js.map +1 -1
- package/dist/schema/payment-method-card.js +19 -4
- package/dist/schema/payment-method-card.js.map +1 -1
- package/dist/schema/payment-method.js +17 -5
- package/dist/schema/payment-method.js.map +1 -1
- package/dist/schema/payment-methods.d.ts.map +1 -1
- package/dist/schema/payment-methods.js +6 -2
- package/dist/schema/payment-methods.js.map +1 -1
- package/dist/schema/plan.js +39 -10
- package/dist/schema/plan.js.map +1 -1
- package/dist/schema/price.js +31 -8
- package/dist/schema/price.js.map +1 -1
- package/dist/schema/product.js +36 -8
- package/dist/schema/product.js.map +1 -1
- package/dist/schema/stripe.js +25 -0
- package/dist/schema/stripe.js.map +1 -1
- package/dist/schema/subscription-automatic-tax.js +3 -1
- package/dist/schema/subscription-automatic-tax.js.map +1 -1
- package/dist/schema/subscription-billing-thresholds.js +2 -0
- package/dist/schema/subscription-billing-thresholds.js.map +1 -1
- package/dist/schema/subscription-item-billing-thresholds.js +1 -0
- package/dist/schema/subscription-item-billing-thresholds.js.map +1 -1
- package/dist/schema/subscription-item.js +17 -4
- package/dist/schema/subscription-item.js.map +1 -1
- package/dist/schema/subscription-items.js +6 -2
- package/dist/schema/subscription-items.js.map +1 -1
- package/dist/schema/subscription.js +56 -13
- package/dist/schema/subscription.js.map +1 -1
- package/dist/schema/subscriptions.js +6 -2
- package/dist/schema/subscriptions.js.map +1 -1
- package/dist/schema/test-clock.js +22 -7
- package/dist/schema/test-clock.js.map +1 -1
- package/dist/types.d.ts +8 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +5 -6
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
const builder_1 = require("../builder");
|
|
13
|
+
const utils_1 = require("../utils");
|
|
14
|
+
builder_1.builder.objectType('StripePaymentIntent', {
|
|
15
|
+
description: 'Payment intents',
|
|
16
|
+
fields: (t) => ({
|
|
17
|
+
id: t.exposeString('id'),
|
|
18
|
+
object: t.exposeString('object'),
|
|
19
|
+
amount: t.exposeInt('amount'),
|
|
20
|
+
currency: t.exposeString('currency'),
|
|
21
|
+
description: t.exposeString('description', {
|
|
22
|
+
nullable: true
|
|
23
|
+
}),
|
|
24
|
+
metadata: t.expose('metadata', {
|
|
25
|
+
type: 'JSON',
|
|
26
|
+
nullable: true
|
|
27
|
+
}),
|
|
28
|
+
paymentMethodTypes: t.exposeStringList('payment_method_types'),
|
|
29
|
+
statementDescriptor: t.exposeString('statement_descriptor', {
|
|
30
|
+
nullable: true
|
|
31
|
+
}),
|
|
32
|
+
statementDescriptorSuffix: t.exposeString('statement_descriptor_suffix', {
|
|
33
|
+
nullable: true
|
|
34
|
+
}),
|
|
35
|
+
receiptEmail: t.exposeString('receipt_email', {
|
|
36
|
+
nullable: true
|
|
37
|
+
}),
|
|
38
|
+
customer: t.exposeString('customer'),
|
|
39
|
+
amountCapturable: t.exposeInt('amount_capturable'),
|
|
40
|
+
amountDetails: t.expose('amount_details', {
|
|
41
|
+
nullable: true,
|
|
42
|
+
type: 'JSON'
|
|
43
|
+
}),
|
|
44
|
+
amountReceived: t.exposeInt('amount_received'),
|
|
45
|
+
applicationFeeAmount: t.exposeInt('application_fee_amount', {
|
|
46
|
+
nullable: true
|
|
47
|
+
}),
|
|
48
|
+
canceledAt: t.exposeInt('canceled_at', {
|
|
49
|
+
nullable: true
|
|
50
|
+
}),
|
|
51
|
+
transferGroup: t.exposeString('transfer_group', {
|
|
52
|
+
nullable: true
|
|
53
|
+
}),
|
|
54
|
+
cancellationReason: t.exposeString('cancellation_reason', {
|
|
55
|
+
nullable: true
|
|
56
|
+
}),
|
|
57
|
+
created: t.exposeInt('created', {
|
|
58
|
+
nullable: true
|
|
59
|
+
}),
|
|
60
|
+
status: t.exposeString('status'),
|
|
61
|
+
invoice: t.field({
|
|
62
|
+
type: 'StripeInvoice',
|
|
63
|
+
nullable: true,
|
|
64
|
+
resolve: (paymentIntent) => __awaiter(void 0, void 0, void 0, function* () {
|
|
65
|
+
const { invoice } = paymentIntent;
|
|
66
|
+
if (!invoice) {
|
|
67
|
+
return null;
|
|
68
|
+
}
|
|
69
|
+
const invoiceData = yield utils_1.stripe.invoices.retrieve(invoice);
|
|
70
|
+
return invoiceData;
|
|
71
|
+
})
|
|
72
|
+
})
|
|
73
|
+
// todo: missing fields
|
|
74
|
+
// capture_method
|
|
75
|
+
// add charges
|
|
76
|
+
// application
|
|
77
|
+
})
|
|
78
|
+
});
|
|
79
|
+
//# sourceMappingURL=payment-intent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-intent.js","sourceRoot":"","sources":["../../src/schema/payment-intent.ts"],"names":[],"mappings":";;;;;;;;;;;AAEA,wCAAoC;AAEpC,oCAAiC;AAEjC,iBAAO,CAAC,UAAU,CAAC,qBAAqB,EAAE;IACxC,WAAW,EAAE,iBAAiB;IAC9B,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,EAAE,EAAE,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC;QACxB,MAAM,EAAE,CAAC,CAAC,YAAY,CAAC,QAAQ,CAAC;QAChC,MAAM,EAAE,CAAC,CAAC,SAAS,CAAC,QAAQ,CAAC;QAC7B,QAAQ,EAAE,CAAC,CAAC,YAAY,CAAC,UAAU,CAAC;QACpC,WAAW,EAAE,CAAC,CAAC,YAAY,CAAC,aAAa,EAAE;YACzC,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,UAAU,EAAE;YAC7B,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,kBAAkB,EAAE,CAAC,CAAC,gBAAgB,CAAC,sBAAsB,CAAC;QAC9D,mBAAmB,EAAE,CAAC,CAAC,YAAY,CAAC,sBAAsB,EAAE;YAC1D,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,yBAAyB,EAAE,CAAC,CAAC,YAAY,CAAC,6BAA6B,EAAE;YACvE,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,YAAY,EAAE,CAAC,CAAC,YAAY,CAAC,eAAe,EAAE;YAC5C,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,QAAQ,EAAE,CAAC,CAAC,YAAY,CAAC,UAAU,CAAC;QACpC,gBAAgB,EAAE,CAAC,CAAC,SAAS,CAAC,mBAAmB,CAAC;QAClD,aAAa,EAAE,CAAC,CAAC,MAAM,CAAC,gBAAgB,EAAE;YACxC,QAAQ,EAAE,IAAI;YACd,IAAI,EAAE,MAAM;SACb,CAAC;QACF,cAAc,EAAE,CAAC,CAAC,SAAS,CAAC,iBAAiB,CAAC;QAE9C,oBAAoB,EAAE,CAAC,CAAC,SAAS,CAAC,wBAAwB,EAAE;YAC1D,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,UAAU,EAAE,CAAC,CAAC,SAAS,CAAC,aAAa,EAAE;YACrC,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,aAAa,EAAE,CAAC,CAAC,YAAY,CAAC,gBAAgB,EAAE;YAC9C,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,kBAAkB,EAAE,CAAC,CAAC,YAAY,CAAC,qBAAqB,EAAE;YACxD,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,OAAO,EAAE,CAAC,CAAC,SAAS,CAAC,SAAS,EAAE;YAC9B,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,MAAM,EAAE,CAAC,CAAC,YAAY,CAAC,QAAQ,CAAC;QAChC,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC;YACf,IAAI,EAAE,eAAe;YACrB,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE,CAAO,aAAa,EAAE,EAAE;gBAC/B,MAAM,EAAE,OAAO,EAAE,GAAG,aAAa,CAAA;gBAEjC,IAAI,CAAC,OAAO,EAAE;oBACZ,OAAO,IAAI,CAAA;iBACZ;gBAED,MAAM,WAAW,GAAG,MAAM,cAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC,OAAiB,CAAC,CAAA;gBAErE,OAAO,WAA6C,CAAA;YACtD,CAAC,CAAA;SACF,CAAC;QACF,uBAAuB;QACvB,iBAAiB;QACjB,cAAc;QACd,cAAc;KACf,CAAC;CACH,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-intents.d.ts","sourceRoot":"","sources":["../../src/schema/payment-intents.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const builder_1 = require("../builder");
|
|
4
|
+
builder_1.builder.objectType('StripePaymentIntents', {
|
|
5
|
+
fields: (t) => ({
|
|
6
|
+
object: t.exposeString('object'),
|
|
7
|
+
url: t.exposeString('url'),
|
|
8
|
+
hasMore: t.exposeBoolean('has_more'),
|
|
9
|
+
data: t.expose('data', {
|
|
10
|
+
type: ['StripePaymentIntent'],
|
|
11
|
+
nullable: false
|
|
12
|
+
})
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
//# sourceMappingURL=payment-intents.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-intents.js","sourceRoot":"","sources":["../../src/schema/payment-intents.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,sBAAsB,EAAE;IACzC,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,MAAM,EAAE,CAAC,CAAC,YAAY,CAAC,QAAQ,CAAC;QAChC,GAAG,EAAE,CAAC,CAAC,YAAY,CAAC,KAAK,CAAC;QAC1B,OAAO,EAAE,CAAC,CAAC,aAAa,CAAC,UAAU,CAAC;QACpC,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE;YACrB,IAAI,EAAE,CAAC,qBAAqB,CAAC;YAC7B,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH,CAAC;CACH,CAAC,CAAA"}
|
|
@@ -4,16 +4,20 @@ const builder_1 = require("../builder");
|
|
|
4
4
|
builder_1.builder.objectType('StripePaymentMethodBillingDetails', {
|
|
5
5
|
fields: (t) => ({
|
|
6
6
|
address: t.expose('address', {
|
|
7
|
+
description: `Billing address.`,
|
|
7
8
|
type: 'StripeAddress',
|
|
8
9
|
nullable: true
|
|
9
10
|
}),
|
|
10
11
|
email: t.exposeString('email', {
|
|
12
|
+
description: `Email address.`,
|
|
11
13
|
nullable: true
|
|
12
14
|
}),
|
|
13
15
|
name: t.exposeString('name', {
|
|
16
|
+
description: `Full name.`,
|
|
14
17
|
nullable: true
|
|
15
18
|
}),
|
|
16
19
|
phone: t.exposeString('phone', {
|
|
20
|
+
description: `Billing phone number (including extension).`,
|
|
17
21
|
nullable: true
|
|
18
22
|
})
|
|
19
23
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-method-billing-details.js","sourceRoot":"","sources":["../../src/schema/payment-method-billing-details.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,mCAAmC,EAAE;IACtD,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,SAAS,EAAE;YAC3B,IAAI,EAAE,eAAe;YACrB,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,KAAK,EAAE,CAAC,CAAC,YAAY,CAAC,OAAO,EAAE;YAC7B,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,IAAI,EAAE,CAAC,CAAC,YAAY,CAAC,MAAM,EAAE;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,KAAK,EAAE,CAAC,CAAC,YAAY,CAAC,OAAO,EAAE;YAC7B,QAAQ,EAAE,IAAI;SACf,CAAC;KACH,CAAC;CACH,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"payment-method-billing-details.js","sourceRoot":"","sources":["../../src/schema/payment-method-billing-details.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,mCAAmC,EAAE;IACtD,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,SAAS,EAAE;YAC3B,WAAW,EAAE,kBAAkB;YAC/B,IAAI,EAAE,eAAe;YACrB,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,KAAK,EAAE,CAAC,CAAC,YAAY,CAAC,OAAO,EAAE;YAC7B,WAAW,EAAE,gBAAgB;YAC7B,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,IAAI,EAAE,CAAC,CAAC,YAAY,CAAC,MAAM,EAAE;YAC3B,WAAW,EAAE,YAAY;YACzB,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,KAAK,EAAE,CAAC,CAAC,YAAY,CAAC,OAAO,EAAE;YAC7B,WAAW,EAAE,6CAA6C;YAC1D,QAAQ,EAAE,IAAI;SACf,CAAC;KACH,CAAC;CACH,CAAC,CAAA"}
|
|
@@ -4,12 +4,15 @@ const builder_1 = require("../builder");
|
|
|
4
4
|
builder_1.builder.objectType('StripePaymentMethodCardChecks', {
|
|
5
5
|
fields: (t) => ({
|
|
6
6
|
addressLine1Check: t.exposeString('address_line1_check', {
|
|
7
|
+
description: `If a address line1 was provided, results of the check, one of \`pass\`, \`fail\`, \`unavailable\`, or \`unchecked\`.`,
|
|
7
8
|
nullable: true
|
|
8
9
|
}),
|
|
9
10
|
addressPostalCodeCheck: t.exposeString('address_postal_code_check', {
|
|
11
|
+
description: `If a address postal code was provided, results of the check, one of \`pass\`, \`fail\`, \`unavailable\`, or \`unchecked\`.`,
|
|
10
12
|
nullable: true
|
|
11
13
|
}),
|
|
12
14
|
cvcCheck: t.exposeString('cvc_check', {
|
|
15
|
+
description: `If a CVC was provided, results of the check, one of \`pass\`, \`fail\`, \`unavailable\`, or \`unchecked\`.`,
|
|
13
16
|
nullable: true
|
|
14
17
|
})
|
|
15
18
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-method-card-checks.js","sourceRoot":"","sources":["../../src/schema/payment-method-card-checks.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,+BAA+B,EAAE;IAClD,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,iBAAiB,EAAE,CAAC,CAAC,YAAY,CAAC,qBAAqB,EAAE;YACvD,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,sBAAsB,EAAE,CAAC,CAAC,YAAY,CAAC,2BAA2B,EAAE;YAClE,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,QAAQ,EAAE,CAAC,CAAC,YAAY,CAAC,WAAW,EAAE;YACpC,QAAQ,EAAE,IAAI;SACf,CAAC;KACH,CAAC;CACH,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"payment-method-card-checks.js","sourceRoot":"","sources":["../../src/schema/payment-method-card-checks.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,+BAA+B,EAAE;IAClD,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,iBAAiB,EAAE,CAAC,CAAC,YAAY,CAAC,qBAAqB,EAAE;YACvD,WAAW,EAAE,sHAAsH;YACnI,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,sBAAsB,EAAE,CAAC,CAAC,YAAY,CAAC,2BAA2B,EAAE;YAClE,WAAW,EAAE,4HAA4H;YACzI,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,QAAQ,EAAE,CAAC,CAAC,YAAY,CAAC,WAAW,EAAE;YACpC,WAAW,EAAE,4GAA4G;YACzH,QAAQ,EAAE,IAAI;SACf,CAAC;KACH,CAAC;CACH,CAAC,CAAA"}
|
|
@@ -3,8 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const builder_1 = require("../builder");
|
|
4
4
|
builder_1.builder.objectType('StripePaymentMethodCardNetworks', {
|
|
5
5
|
fields: (t) => ({
|
|
6
|
-
available: t.exposeStringList('available'
|
|
6
|
+
available: t.exposeStringList('available', {
|
|
7
|
+
description: `All available networks for the card.`
|
|
8
|
+
}),
|
|
7
9
|
preferred: t.exposeString('preferred', {
|
|
10
|
+
description: `The preferred network for the card.`,
|
|
8
11
|
nullable: true
|
|
9
12
|
})
|
|
10
13
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-method-card-networks.js","sourceRoot":"","sources":["../../src/schema/payment-method-card-networks.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,iCAAiC,EAAE;IACpD,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,SAAS,EAAE,CAAC,CAAC,gBAAgB,CAAC,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"payment-method-card-networks.js","sourceRoot":"","sources":["../../src/schema/payment-method-card-networks.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,iCAAiC,EAAE;IACpD,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,SAAS,EAAE,CAAC,CAAC,gBAAgB,CAAC,WAAW,EAAE;YACzC,WAAW,EAAE,sCAAsC;SACpD,CAAC;QACF,SAAS,EAAE,CAAC,CAAC,YAAY,CAAC,WAAW,EAAE;YACrC,WAAW,EAAE,qCAAqC;YAClD,QAAQ,EAAE,IAAI;SACf,CAAC;KACH,CAAC;CACH,CAAC,CAAA"}
|
|
@@ -3,7 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const builder_1 = require("../builder");
|
|
4
4
|
builder_1.builder.objectType('StripePaymentMethodCardThreeDSecureUsage', {
|
|
5
5
|
fields: (t) => ({
|
|
6
|
-
supported: t.exposeBoolean('supported'
|
|
6
|
+
supported: t.exposeBoolean('supported', {
|
|
7
|
+
description: `Whether 3D Secure is supported on this card.`
|
|
8
|
+
})
|
|
7
9
|
})
|
|
8
10
|
});
|
|
9
11
|
//# sourceMappingURL=payment-method-card-three-d-secure-usage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-method-card-three-d-secure-usage.js","sourceRoot":"","sources":["../../src/schema/payment-method-card-three-d-secure-usage.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,0CAA0C,EAAE;IAC7D,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,SAAS,EAAE,CAAC,CAAC,aAAa,CAAC,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"payment-method-card-three-d-secure-usage.js","sourceRoot":"","sources":["../../src/schema/payment-method-card-three-d-secure-usage.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,0CAA0C,EAAE;IAC7D,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,SAAS,EAAE,CAAC,CAAC,aAAa,CAAC,WAAW,EAAE;YACtC,WAAW,EAAE,8CAA8C;SAC5D,CAAC;KACH,CAAC;CACH,CAAC,CAAA"}
|
|
@@ -4,16 +4,20 @@ const builder_1 = require("../builder");
|
|
|
4
4
|
builder_1.builder.objectType('StripePaymentMethodCardWalletMasterpass', {
|
|
5
5
|
fields: (t) => ({
|
|
6
6
|
billingAddress: t.expose('billing_address', {
|
|
7
|
+
description: `Owner's verified billing address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.`,
|
|
7
8
|
type: 'StripeAddress',
|
|
8
9
|
nullable: true
|
|
9
10
|
}),
|
|
10
11
|
email: t.exposeString('email', {
|
|
12
|
+
description: `Owner's verified email. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.`,
|
|
11
13
|
nullable: true
|
|
12
14
|
}),
|
|
13
15
|
name: t.exposeString('name', {
|
|
16
|
+
description: `Owner's verified full name. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.`,
|
|
14
17
|
nullable: true
|
|
15
18
|
}),
|
|
16
19
|
shippinAddress: t.expose('shipping_address', {
|
|
20
|
+
description: `Owner's verified shipping address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.`,
|
|
17
21
|
type: 'StripeAddress',
|
|
18
22
|
nullable: true
|
|
19
23
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-method-card-wallet-masterpass.js","sourceRoot":"","sources":["../../src/schema/payment-method-card-wallet-masterpass.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,yCAAyC,EAAE;IAC5D,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC,iBAAiB,EAAE;YAC1C,IAAI,EAAE,eAAe;YACrB,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,KAAK,EAAE,CAAC,CAAC,YAAY,CAAC,OAAO,EAAE;YAC7B,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,IAAI,EAAE,CAAC,CAAC,YAAY,CAAC,MAAM,EAAE;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC,kBAAkB,EAAE;YAC3C,IAAI,EAAE,eAAe;YACrB,QAAQ,EAAE,IAAI;SACf,CAAC;KACH,CAAC;CACH,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"payment-method-card-wallet-masterpass.js","sourceRoot":"","sources":["../../src/schema/payment-method-card-wallet-masterpass.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,yCAAyC,EAAE;IAC5D,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC,iBAAiB,EAAE;YAC1C,WAAW,EAAE,oLAAoL;YACjM,IAAI,EAAE,eAAe;YACrB,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,KAAK,EAAE,CAAC,CAAC,YAAY,CAAC,OAAO,EAAE;YAC7B,WAAW,EAAE,0KAA0K;YACvL,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,IAAI,EAAE,CAAC,CAAC,YAAY,CAAC,MAAM,EAAE;YAC3B,WAAW,EAAE,8KAA8K;YAC3L,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC,kBAAkB,EAAE;YAC3C,WAAW,EAAE,qLAAqL;YAClM,IAAI,EAAE,eAAe;YACrB,QAAQ,EAAE,IAAI;SACf,CAAC;KACH,CAAC;CACH,CAAC,CAAA"}
|
|
@@ -4,16 +4,20 @@ const builder_1 = require("../builder");
|
|
|
4
4
|
builder_1.builder.objectType('StripePaymentMethodCardWalletVisaCheckout', {
|
|
5
5
|
fields: (t) => ({
|
|
6
6
|
billingAddress: t.expose('billing_address', {
|
|
7
|
+
description: `Owner's verified billing address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.`,
|
|
7
8
|
type: 'StripeAddress',
|
|
8
9
|
nullable: true
|
|
9
10
|
}),
|
|
10
11
|
email: t.exposeString('email', {
|
|
12
|
+
description: `Owner's verified email. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.`,
|
|
11
13
|
nullable: true
|
|
12
14
|
}),
|
|
13
15
|
name: t.exposeString('name', {
|
|
16
|
+
description: `Owner's verified full name. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.`,
|
|
14
17
|
nullable: true
|
|
15
18
|
}),
|
|
16
19
|
shippinAddress: t.expose('shipping_address', {
|
|
20
|
+
description: `Owner's verified shipping address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.`,
|
|
17
21
|
type: 'StripeAddress',
|
|
18
22
|
nullable: true
|
|
19
23
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-method-card-wallet-visa-checkout.js","sourceRoot":"","sources":["../../src/schema/payment-method-card-wallet-visa-checkout.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,2CAA2C,EAAE;IAC9D,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC,iBAAiB,EAAE;YAC1C,IAAI,EAAE,eAAe;YACrB,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,KAAK,EAAE,CAAC,CAAC,YAAY,CAAC,OAAO,EAAE;YAC7B,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,IAAI,EAAE,CAAC,CAAC,YAAY,CAAC,MAAM,EAAE;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC,kBAAkB,EAAE;YAC3C,IAAI,EAAE,eAAe;YACrB,QAAQ,EAAE,IAAI;SACf,CAAC;KACH,CAAC;CACH,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"payment-method-card-wallet-visa-checkout.js","sourceRoot":"","sources":["../../src/schema/payment-method-card-wallet-visa-checkout.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,2CAA2C,EAAE;IAC9D,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC,iBAAiB,EAAE;YAC1C,WAAW,EAAE,oLAAoL;YACjM,IAAI,EAAE,eAAe;YACrB,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,KAAK,EAAE,CAAC,CAAC,YAAY,CAAC,OAAO,EAAE;YAC7B,WAAW,EAAE,0KAA0K;YACvL,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,IAAI,EAAE,CAAC,CAAC,YAAY,CAAC,MAAM,EAAE;YAC3B,WAAW,EAAE,8KAA8K;YAC3L,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC,kBAAkB,EAAE;YAC3C,WAAW,EAAE,qLAAqL;YAClM,IAAI,EAAE,eAAe;YACrB,QAAQ,EAAE,IAAI;SACf,CAAC;KACH,CAAC;CACH,CAAC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-method-card-wallet.d.ts","sourceRoot":"","sources":["../../src/schema/payment-method-card-wallet.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"payment-method-card-wallet.d.ts","sourceRoot":"","sources":["../../src/schema/payment-method-card-wallet.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,iCAAiC,4PAY7C,CAAA"}
|
|
@@ -5,13 +5,17 @@ const builder_1 = require("../builder");
|
|
|
5
5
|
builder_1.builder.objectType('StripePaymentMethodCardWallet', {
|
|
6
6
|
fields: (t) => ({
|
|
7
7
|
dynamicLast4: t.exposeString('dynamic_last4', {
|
|
8
|
+
description: `(For tokenized numbers only.) The last four digits of the device account number.`,
|
|
8
9
|
nullable: true
|
|
9
10
|
}),
|
|
10
11
|
masterpass: t.expose('masterpass', {
|
|
11
12
|
type: 'StripePaymentMethodCardWalletMasterpass',
|
|
12
13
|
nullable: true
|
|
13
14
|
}),
|
|
14
|
-
type: t.expose('type', {
|
|
15
|
+
type: t.expose('type', {
|
|
16
|
+
description: `The type of the card wallet, one of \`amex_express_checkout\`, \`apple_pay\`, \`google_pay\`, \`masterpass\`, \`samsung_pay\`, or \`visa_checkout\`. An additional hash is included on the Wallet subhash with a name matching this value. It contains additional information specific to the card wallet type.`,
|
|
17
|
+
type: 'StripePaymentMethodCardWalletType'
|
|
18
|
+
}),
|
|
15
19
|
visaCheckout: t.expose('visa_checkout', {
|
|
16
20
|
type: 'StripePaymentMethodCardWalletVisaCheckout',
|
|
17
21
|
nullable: true
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-method-card-wallet.js","sourceRoot":"","sources":["../../src/schema/payment-method-card-wallet.ts"],"names":[],"mappings":";;;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,+BAA+B,EAAE;IAClD,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,YAAY,EAAE,CAAC,CAAC,YAAY,CAAC,eAAe,EAAE;YAC5C,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC,YAAY,EAAE;YACjC,IAAI,EAAE,yCAAyC;YAC/C,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,mCAAmC,
|
|
1
|
+
{"version":3,"file":"payment-method-card-wallet.js","sourceRoot":"","sources":["../../src/schema/payment-method-card-wallet.ts"],"names":[],"mappings":";;;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,+BAA+B,EAAE;IAClD,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,YAAY,EAAE,CAAC,CAAC,YAAY,CAAC,eAAe,EAAE;YAC5C,WAAW,EAAE,kFAAkF;YAC/F,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC,YAAY,EAAE;YACjC,IAAI,EAAE,yCAAyC;YAC/C,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE;YACrB,WAAW,EAAE,iTAAiT;YAC9T,IAAI,EAAE,mCAAmC;SAC1C,CAAC;QACF,YAAY,EAAE,CAAC,CAAC,MAAM,CAAC,eAAe,EAAE;YACtC,IAAI,EAAE,2CAA2C;YACjD,QAAQ,EAAE,IAAI;SACf,CAAC;KACH,CAAC;CACH,CAAC,CAAA;AAEW,QAAA,iCAAiC,GAAG,iBAAO,CAAC,QAAQ,CAC/D,mCAAmC,EACnC;IACE,MAAM,EAAE;QACN,uBAAuB;QACvB,WAAW;QACX,YAAY;QACZ,YAAY;QACZ,aAAa;QACb,eAAe;KACP;CACX,CACF,CAAA"}
|
|
@@ -3,23 +3,35 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const builder_1 = require("../builder");
|
|
4
4
|
builder_1.builder.objectType('StripePaymentMethodCard', {
|
|
5
5
|
fields: (t) => ({
|
|
6
|
-
brand: t.exposeString('brand'
|
|
6
|
+
brand: t.exposeString('brand', {
|
|
7
|
+
description: `Card brand. Can be \`amex\`, \`diners\`, \`discover\`, \`jcb\`, \`mastercard\`, \`unionpay\`, \`visa\`, or \`unknown\`.`
|
|
8
|
+
}),
|
|
7
9
|
check: t.expose('checks', {
|
|
10
|
+
description: `Checks on Card address and CVC if provided.`,
|
|
8
11
|
type: 'StripePaymentMethodCardChecks',
|
|
9
12
|
nullable: true
|
|
10
13
|
}),
|
|
11
14
|
country: t.exposeString('country', {
|
|
15
|
+
description: `Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.`,
|
|
12
16
|
nullable: true
|
|
13
17
|
}),
|
|
14
18
|
description: t.exposeString('description', {
|
|
19
|
+
description: `A high-level description of the type of cards issued in this range. (For internal use only and not typically available in standard API requests.)`,
|
|
15
20
|
nullable: true
|
|
16
21
|
}),
|
|
17
|
-
expMonth: t.exposeInt('exp_month'
|
|
18
|
-
|
|
22
|
+
expMonth: t.exposeInt('exp_month', {
|
|
23
|
+
description: `Two-digit number representing the card's expiration month.`
|
|
24
|
+
}),
|
|
25
|
+
expYear: t.exposeInt('exp_year', {
|
|
26
|
+
description: `Four-digit number representing the card's expiration year.`
|
|
27
|
+
}),
|
|
19
28
|
fingerprint: t.exposeString('fingerprint', {
|
|
29
|
+
description: `Uniquely identifies this particular card number. You can use this attribute to check whether two customers who've signed up with you are using the same card number, for example. For payment methods that tokenize card information (Apple Pay, Google Pay), the tokenized number might be provided instead of the underlying card number.\n\n*Starting May 1, 2021, card fingerprint in India for Connect will change to allow two fingerprints for the same card --- one for India and one for the rest of the world.*`,
|
|
20
30
|
nullable: true
|
|
21
31
|
}),
|
|
22
|
-
funding: t.exposeString('funding'
|
|
32
|
+
funding: t.exposeString('funding', {
|
|
33
|
+
description: `Card funding type. Can be \`credit\`, \`debit\`, \`prepaid\`, or \`unknown\`.`
|
|
34
|
+
}),
|
|
23
35
|
iin: t.exposeString('iin', {
|
|
24
36
|
nullable: true,
|
|
25
37
|
description: `Issuer identification number of the card. (For internal use only and not typically available in standard API requests.)`
|
|
@@ -32,14 +44,17 @@ builder_1.builder.objectType('StripePaymentMethodCard', {
|
|
|
32
44
|
description: `The last four digits of the card.`
|
|
33
45
|
}),
|
|
34
46
|
networks: t.expose('networks', {
|
|
47
|
+
description: `Contains information about card networks that can be used to process the payment.`,
|
|
35
48
|
type: 'StripePaymentMethodCardNetworks',
|
|
36
49
|
nullable: true
|
|
37
50
|
}),
|
|
38
51
|
threeDSecureUsage: t.expose('three_d_secure_usage', {
|
|
52
|
+
description: `Contains details on how this Card maybe be used for 3D Secure authentication.`,
|
|
39
53
|
type: 'StripePaymentMethodCardThreeDSecureUsage',
|
|
40
54
|
nullable: true
|
|
41
55
|
}),
|
|
42
56
|
wallet: t.expose('wallet', {
|
|
57
|
+
description: `If this Card is part of a card wallet, this contains the details of the card wallet.`,
|
|
43
58
|
type: 'StripePaymentMethodCardWallet',
|
|
44
59
|
nullable: true
|
|
45
60
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-method-card.js","sourceRoot":"","sources":["../../src/schema/payment-method-card.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,yBAAyB,EAAE;IAC5C,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,KAAK,EAAE,CAAC,CAAC,YAAY,CAAC,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"payment-method-card.js","sourceRoot":"","sources":["../../src/schema/payment-method-card.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,yBAAyB,EAAE;IAC5C,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,KAAK,EAAE,CAAC,CAAC,YAAY,CAAC,OAAO,EAAE;YAC7B,WAAW,EAAE,yHAAyH;SACvI,CAAC;QACF,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,QAAQ,EAAE;YACxB,WAAW,EAAE,6CAA6C;YAC1D,IAAI,EAAE,+BAA+B;YACrC,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,OAAO,EAAE,CAAC,CAAC,YAAY,CAAC,SAAS,EAAE;YACjC,WAAW,EAAE,iKAAiK;YAC9K,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,WAAW,EAAE,CAAC,CAAC,YAAY,CAAC,aAAa,EAAE;YACzC,WAAW,EAAE,mJAAmJ;YAChK,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,QAAQ,EAAE,CAAC,CAAC,SAAS,CAAC,WAAW,EAAE;YACjC,WAAW,EAAE,4DAA4D;SAC1E,CAAC;QACF,OAAO,EAAE,CAAC,CAAC,SAAS,CAAC,UAAU,EAAE;YAC/B,WAAW,EAAE,4DAA4D;SAC1E,CAAC;QACF,WAAW,EAAE,CAAC,CAAC,YAAY,CAAC,aAAa,EAAE;YACzC,WAAW,EAAE,2fAA2f;YACxgB,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,OAAO,EAAE,CAAC,CAAC,YAAY,CAAC,SAAS,EAAE;YACjC,WAAW,EAAE,+EAA+E;SAC7F,CAAC;QACF,GAAG,EAAE,CAAC,CAAC,YAAY,CAAC,KAAK,EAAE;YACzB,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,yHAAyH;SACvI,CAAC;QACF,MAAM,EAAE,CAAC,CAAC,YAAY,CAAC,QAAQ,EAAE;YAC/B,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,oHAAoH;SAClI,CAAC;QACF,KAAK,EAAE,CAAC,CAAC,YAAY,CAAC,OAAO,EAAE;YAC7B,WAAW,EAAE,mCAAmC;SACjD,CAAC;QACF,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,UAAU,EAAE;YAC7B,WAAW,EAAE,mFAAmF;YAChG,IAAI,EAAE,iCAAiC;YACvC,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,iBAAiB,EAAE,CAAC,CAAC,MAAM,CAAC,sBAAsB,EAAE;YAClD,WAAW,EAAE,+EAA+E;YAC5F,IAAI,EAAE,0CAA0C;YAChD,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,QAAQ,EAAE;YACzB,WAAW,EAAE,sFAAsF;YACnG,IAAI,EAAE,+BAA+B;YACrC,QAAQ,EAAE,IAAI;SACf,CAAC;KACH,CAAC;CACH,CAAC,CAAA"}
|
|
@@ -3,8 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const builder_1 = require("../builder");
|
|
4
4
|
builder_1.builder.objectType('StripePaymentMethod', {
|
|
5
5
|
fields: (t) => ({
|
|
6
|
-
id: t.exposeString('id'
|
|
7
|
-
|
|
6
|
+
id: t.exposeString('id', {
|
|
7
|
+
description: `Unique identifier for the object.`
|
|
8
|
+
}),
|
|
9
|
+
object: t.exposeString('object', {
|
|
10
|
+
description: `String representing the object's type. Objects of the same type share the same value.`
|
|
11
|
+
}),
|
|
8
12
|
billingDetails: t.expose('billing_details', {
|
|
9
13
|
type: 'StripePaymentMethodBillingDetails',
|
|
10
14
|
nullable: true
|
|
@@ -13,15 +17,23 @@ builder_1.builder.objectType('StripePaymentMethod', {
|
|
|
13
17
|
type: 'StripePaymentMethodCard',
|
|
14
18
|
nullable: true
|
|
15
19
|
}),
|
|
16
|
-
created: t.exposeInt('created'
|
|
20
|
+
created: t.exposeInt('created', {
|
|
21
|
+
description: `The ID of the Customer to which this PaymentMethod is saved. This will not be set when the PaymentMethod has not been saved to a Customer.`,
|
|
22
|
+
}),
|
|
17
23
|
customer: t.exposeString('customer', {
|
|
18
24
|
nullable: true
|
|
19
25
|
}),
|
|
20
|
-
livemode: t.exposeBoolean('livemode'
|
|
26
|
+
livemode: t.exposeBoolean('livemode', {
|
|
27
|
+
description: `Has the value \`true\` if the object exists in live mode or the value \`false\` if the object exists in test mode.`
|
|
28
|
+
}),
|
|
21
29
|
metadata: t.expose('metadata', {
|
|
30
|
+
description: `Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.`,
|
|
22
31
|
type: 'JSON'
|
|
23
32
|
}),
|
|
24
|
-
type: t.expose('type', {
|
|
33
|
+
type: t.expose('type', {
|
|
34
|
+
description: `The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type.`,
|
|
35
|
+
type: 'StripePaymentMethodTypes'
|
|
36
|
+
})
|
|
25
37
|
})
|
|
26
38
|
});
|
|
27
39
|
//# sourceMappingURL=payment-method.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-method.js","sourceRoot":"","sources":["../../src/schema/payment-method.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,qBAAqB,EAAE;IACxC,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,EAAE,EAAE,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"payment-method.js","sourceRoot":"","sources":["../../src/schema/payment-method.ts"],"names":[],"mappings":";;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,qBAAqB,EAAE;IACxC,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,EAAE,EAAE,CAAC,CAAC,YAAY,CAAC,IAAI,EAAE;YACvB,WAAW,EAAE,mCAAmC;SACjD,CAAC;QACF,MAAM,EAAE,CAAC,CAAC,YAAY,CAAC,QAAQ,EAAE;YAC/B,WAAW,EAAE,uFAAuF;SACrG,CAAC;QACF,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC,iBAAiB,EAAE;YAC1C,IAAI,EAAE,mCAAmC;YACzC,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE;YACrB,IAAI,EAAE,yBAAyB;YAC/B,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,OAAO,EAAE,CAAC,CAAC,SAAS,CAAC,SAAS,EAAE;YAC9B,WAAW,EAAE,4IAA4I;SAC1J,CAAC;QACF,QAAQ,EAAE,CAAC,CAAC,YAAY,CAAC,UAAU,EAAE;YACnC,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,QAAQ,EAAE,CAAC,CAAC,aAAa,CAAC,UAAU,EAAE;YACpC,WAAW,EAAE,oHAAoH;SAClI,CAAC;QACF,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,UAAU,EAAE;YAC7B,WAAW,EAAE,iMAAiM;YAC9M,IAAI,EAAE,MAAM;SACb,CAAC;QACF,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE;YACrB,WAAW,EAAE,4LAA4L;YACzM,IAAI,EAAE,0BAA0B;SACjC,CAAC;KACH,CAAC;CACH,CAAC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-methods.d.ts","sourceRoot":"","sources":["../../src/schema/payment-methods.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"payment-methods.d.ts","sourceRoot":"","sources":["../../src/schema/payment-methods.ts"],"names":[],"mappings":"AAqCA,eAAO,MAAM,wBAAwB,0vBA+BnC,CAAA"}
|
|
@@ -5,8 +5,12 @@ const builder_1 = require("../builder");
|
|
|
5
5
|
builder_1.builder.objectType('StripePaymentMethods', {
|
|
6
6
|
fields: (t) => ({
|
|
7
7
|
object: t.exposeString('object'),
|
|
8
|
-
url: t.exposeString('url'
|
|
9
|
-
|
|
8
|
+
url: t.exposeString('url', {
|
|
9
|
+
description: `The URL where this list can be accessed.`
|
|
10
|
+
}),
|
|
11
|
+
hasMore: t.exposeBoolean('has_more', {
|
|
12
|
+
description: `True if this list has another page of items after this one that can be fetched.`
|
|
13
|
+
}),
|
|
10
14
|
data: t.expose('data', {
|
|
11
15
|
type: ['StripePaymentMethod'],
|
|
12
16
|
nullable: false
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-methods.js","sourceRoot":"","sources":["../../src/schema/payment-methods.ts"],"names":[],"mappings":";;;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,sBAAsB,EAAE;IACzC,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,MAAM,EAAE,CAAC,CAAC,YAAY,CAAC,QAAQ,CAAC;QAChC,GAAG,EAAE,CAAC,CAAC,YAAY,CAAC,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"payment-methods.js","sourceRoot":"","sources":["../../src/schema/payment-methods.ts"],"names":[],"mappings":";;;AAAA,wCAAoC;AAEpC,iBAAO,CAAC,UAAU,CAAC,sBAAsB,EAAE;IACzC,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,MAAM,EAAE,CAAC,CAAC,YAAY,CAAC,QAAQ,CAAC;QAChC,GAAG,EAAE,CAAC,CAAC,YAAY,CAAC,KAAK,EAAE;YACzB,WAAW,EAAE,0CAA0C;SACxD,CAAC;QACF,OAAO,EAAE,CAAC,CAAC,aAAa,CAAC,UAAU,EAAE;YACnC,WAAW,EAAE,iFAAiF;SAC/F,CAAC;QACF,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE;YACrB,IAAI,EAAE,CAAC,qBAAqB,CAAC;YAC7B,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH,CAAC;CACH,CAAC,CAAA;AAEF,yCAAyC;AACzC,2DAA2D;AAC3D,4CAA4C;AAC5C,gCAAgC;AAChC,sBAAsB;AACtB,2BAA2B;AAC3B,QAAQ;AACR,8BAA8B;AAC9B,sBAAsB;AACtB,QAAQ;AACR,6BAA6B;AAC7B,sBAAsB;AACtB,QAAQ;AACR,mBAAmB;AACnB,sBAAsB;AACtB,OAAO;AACP,MAAM;AAEN,kCAAkC;AACrB,QAAA,wBAAwB,GAAG,iBAAO,CAAC,QAAQ,CAAC,0BAA0B,EAAE;IACnF,MAAM,EAAE;QACN,YAAY;QACZ,QAAQ;QACR,mBAAmB;QACnB,QAAQ;QACR,eAAe;QACf,YAAY;QACZ,YAAY;QACZ,MAAM;QACN,QAAQ;QACR,MAAM;QACN,cAAc;QACd,kBAAkB;QAClB,KAAK;QACL,KAAK;QACL,SAAS;QACT,SAAS;QACT,OAAO;QACP,QAAQ;QACR,SAAS;QACT,MAAM;QACN,MAAM;QACN,KAAK;QACL,QAAQ;QACR,WAAW;QACX,YAAY;QACZ,QAAQ;QACR,iBAAiB;QACjB,YAAY;KACJ;CACX,CAAC,CAAA"}
|
package/dist/schema/plan.js
CHANGED
|
@@ -14,32 +14,56 @@ const utils_1 = require("../utils");
|
|
|
14
14
|
builder_1.builder.objectType('StripePlan', {
|
|
15
15
|
description: '',
|
|
16
16
|
fields: (t) => ({
|
|
17
|
-
id: t.exposeString('id'
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
id: t.exposeString('id', {
|
|
18
|
+
description: `Unique identifier for the object.`
|
|
19
|
+
}),
|
|
20
|
+
object: t.exposeString('object', {
|
|
21
|
+
description: `String representing the object's type. Objects of the same type share the same value.`
|
|
22
|
+
}),
|
|
23
|
+
active: t.exposeBoolean('active', {
|
|
24
|
+
description: `Whether the plan can be used for new purchases.`
|
|
25
|
+
}),
|
|
20
26
|
aggregateUsage: t.exposeString('aggregate_usage', {
|
|
27
|
+
description: `Specifies a usage aggregation strategy for plans of \`usage_type=metered\`. Allowed values are \`sum\` for summing up all usage during a period, \`last_during_period\` for using the last usage record reported within a period, \`last_ever\` for using the last usage record ever (across period bounds) or \`max\` which uses the usage record with the maximum reported usage during a period. Defaults to \`sum\`.`,
|
|
21
28
|
nullable: true
|
|
22
29
|
}),
|
|
23
30
|
amount: t.exposeInt('amount', {
|
|
31
|
+
description: `The unit amount in %s to be charged, represented as a whole integer if possible. Only set if \`billing_scheme=per_unit\`.`,
|
|
24
32
|
nullable: true
|
|
25
33
|
}),
|
|
26
34
|
amountDecimal: t.exposeString('amount_decimal', {
|
|
35
|
+
description: `The unit amount in %s to be charged, represented as a decimal string with at most 12 decimal places. Only set if \`billing_scheme=per_unit\`.`,
|
|
27
36
|
nullable: true
|
|
28
37
|
}),
|
|
29
|
-
billingScheme: t.exposeString('billing_scheme'
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
38
|
+
billingScheme: t.exposeString('billing_scheme', {
|
|
39
|
+
description: `Describes how to compute the price per period. Either \`per_unit\` or \`tiered\`. \`per_unit\` indicates that the fixed amount (specified in \`amount\`) will be charged per unit in \`quantity\` (for plans with \`usage_type=licensed\`), or per unit of total usage (for plans with \`usage_type=metered\`). \`tiered\` indicates that the unit pricing will be computed using a tiering strategy as defined using the \`tiers\` and \`tiers_mode\` attributes.`
|
|
40
|
+
}),
|
|
41
|
+
created: t.exposeInt('created', {
|
|
42
|
+
description: `Time at which the object was created. Measured in seconds since the Unix epoch.`
|
|
43
|
+
}),
|
|
44
|
+
currency: t.exposeString('currency', {
|
|
45
|
+
description: `Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).`
|
|
46
|
+
}),
|
|
47
|
+
interval: t.exposeString('interval', {
|
|
48
|
+
description: `The frequency at which a subscription is billed. One of \`day\`, \`week\`, \`month\` or \`year\`.`
|
|
49
|
+
}),
|
|
50
|
+
intervalCount: t.exposeInt('interval_count', {
|
|
51
|
+
description: `The number of intervals (specified in the \`interval\` attribute) between subscription billings. For example, \`interval=month\` and \`interval_count=3\` bills every 3 months.`
|
|
52
|
+
}),
|
|
53
|
+
livemode: t.exposeBoolean('livemode', {
|
|
54
|
+
description: `Has the value \`true\` if the object exists in live mode or the value \`false\` if the object exists in test mode.`
|
|
55
|
+
}),
|
|
35
56
|
metadata: t.expose('metadata', {
|
|
57
|
+
description: `Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.`,
|
|
36
58
|
type: 'JSON',
|
|
37
59
|
nullable: true
|
|
38
60
|
}),
|
|
39
61
|
nickname: t.exposeString('nickname', {
|
|
62
|
+
description: `A brief description of the plan, hidden from customers.`,
|
|
40
63
|
nullable: true
|
|
41
64
|
}),
|
|
42
65
|
product: t.field({
|
|
66
|
+
description: `The product whose pricing this plan determines.`,
|
|
43
67
|
type: 'StripeProduct',
|
|
44
68
|
nullable: true,
|
|
45
69
|
resolve: (price) => __awaiter(void 0, void 0, void 0, function* () {
|
|
@@ -54,16 +78,21 @@ builder_1.builder.objectType('StripePlan', {
|
|
|
54
78
|
// toddo: tiers
|
|
55
79
|
// todo: tiers
|
|
56
80
|
tiersMode: t.exposeString('tiers_mode', {
|
|
81
|
+
description: `Defines if the tiering price should be \`graduated\` or \`volume\` based. In \`volume\`-based tiering, the maximum quantity within a period determines the per unit price. In \`graduated\` tiering, pricing can change as the quantity grows.`,
|
|
57
82
|
nullable: true
|
|
58
83
|
}),
|
|
59
84
|
transformUsage: t.expose('transform_usage', {
|
|
85
|
+
description: `Apply a transformation to the reported usage or set quantity before computing the amount billed. Cannot be combined with \`tiers\`.`,
|
|
60
86
|
type: 'StripePlanTransformUsage',
|
|
61
87
|
nullable: true
|
|
62
88
|
}),
|
|
63
89
|
trialPeriodDays: t.exposeInt('trial_period_days', {
|
|
90
|
+
description: `Default number of trial days when subscribing a customer to this plan using [\`trial_from_plan=true\`](https://stripe.com/docs/api#create_subscription-trial_from_plan).`,
|
|
64
91
|
nullable: true
|
|
65
92
|
}),
|
|
66
|
-
usageType: t.exposeString('usage_type'
|
|
93
|
+
usageType: t.exposeString('usage_type', {
|
|
94
|
+
description: `Configures how the quantity per period should be determined. Can be either \`metered\` or \`licensed\`. \`licensed\` automatically bills the \`quantity\` set when adding it to a subscription. \`metered\` aggregates the total usage based on usage records. Defaults to \`licensed\`.`
|
|
95
|
+
})
|
|
67
96
|
})
|
|
68
97
|
});
|
|
69
98
|
//# sourceMappingURL=plan.js.map
|
package/dist/schema/plan.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plan.js","sourceRoot":"","sources":["../../src/schema/plan.ts"],"names":[],"mappings":";;;;;;;;;;;AAEA,wCAAoC;AACpC,oCAAiC;AAEjC,iBAAO,CAAC,UAAU,CAAC,YAAY,EAAE;IAC/B,WAAW,EAAE,EAAE;IACf,MAAM,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACd,EAAE,EAAE,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"plan.js","sourceRoot":"","sources":["../../src/schema/plan.ts"],"names":[],"mappings":"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"}
|