@commercelayer/sdk 5.0.0-beta.9 → 5.0.0
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/LICENSE +2 -2
- package/README.md +18 -0
- package/lib/cjs/api.d.ts +22 -12
- package/lib/cjs/api.js +17 -2
- package/lib/cjs/client.d.ts +3 -5
- package/lib/cjs/commercelayer.d.ts +9 -4
- package/lib/cjs/commercelayer.js +8 -3
- package/lib/cjs/common.d.ts +1 -0
- package/lib/cjs/common.js +11 -0
- package/lib/cjs/index.d.ts +1 -2
- package/lib/cjs/index.js +0 -16
- package/lib/cjs/interceptor.d.ts +1 -1
- package/lib/cjs/model.d.ts +6 -1
- package/lib/cjs/query.d.ts +5 -13
- package/lib/cjs/resource.d.ts +7 -9
- package/lib/cjs/resources/addresses.d.ts +51 -50
- package/lib/cjs/resources/adjustments.d.ts +5 -4
- package/lib/cjs/resources/adyen_gateways.d.ts +21 -20
- package/lib/cjs/resources/adyen_payments.d.ts +15 -14
- package/lib/cjs/resources/application.d.ts +7 -6
- package/lib/cjs/resources/attachments.d.ts +11 -10
- package/lib/cjs/resources/authorizations.d.ts +28 -27
- package/lib/cjs/resources/avalara_accounts.d.ts +17 -16
- package/lib/cjs/resources/axerve_gateways.d.ts +9 -8
- package/lib/cjs/resources/axerve_payments.d.ts +12 -11
- package/lib/cjs/resources/billing_info_validation_rules.d.ts +5 -4
- package/lib/cjs/resources/bing_geocoders.d.ts +6 -5
- package/lib/cjs/resources/braintree_gateways.d.ts +21 -20
- package/lib/cjs/resources/braintree_payments.d.ts +17 -16
- package/lib/cjs/resources/bundles.d.ts +27 -26
- package/lib/cjs/resources/captures.d.ts +19 -18
- package/lib/cjs/resources/carrier_accounts.d.ts +7 -6
- package/lib/cjs/resources/checkout_com_gateways.d.ts +12 -11
- package/lib/cjs/resources/checkout_com_payments.d.ts +25 -24
- package/lib/cjs/resources/cleanups.d.ts +13 -12
- package/lib/cjs/resources/coupon_codes_promotion_rules.d.ts +7 -6
- package/lib/cjs/resources/coupon_recipients.d.ts +13 -12
- package/lib/cjs/resources/coupons.d.ts +13 -12
- package/lib/cjs/resources/customer_addresses.d.ts +8 -7
- package/lib/cjs/resources/customer_groups.d.ts +6 -5
- package/lib/cjs/resources/customer_password_resets.d.ts +8 -7
- package/lib/cjs/resources/customer_payment_sources.d.ts +9 -8
- package/lib/cjs/resources/customer_subscriptions.d.ts +4 -3
- package/lib/cjs/resources/customers.d.ts +19 -18
- package/lib/cjs/resources/delivery_lead_times.d.ts +11 -10
- package/lib/cjs/resources/event_callbacks.d.ts +6 -5
- package/lib/cjs/resources/events.d.ts +4 -3
- package/lib/cjs/resources/exports.d.ts +17 -16
- package/lib/cjs/resources/external_gateways.d.ts +20 -19
- package/lib/cjs/resources/external_payments.d.ts +10 -9
- package/lib/cjs/resources/external_promotions.d.ts +29 -28
- package/lib/cjs/resources/external_tax_calculators.d.ts +6 -5
- package/lib/cjs/resources/fixed_amount_promotions.d.ts +31 -30
- package/lib/cjs/resources/fixed_price_promotions.d.ts +36 -35
- package/lib/cjs/resources/fixed_price_promotions.js +4 -4
- package/lib/cjs/resources/free_gift_promotions.d.ts +36 -35
- package/lib/cjs/resources/free_gift_promotions.js +4 -4
- package/lib/cjs/resources/free_shipping_promotions.d.ts +30 -26
- package/lib/cjs/resources/free_shipping_promotions.js +4 -0
- package/lib/cjs/resources/geocoders.d.ts +4 -3
- package/lib/cjs/resources/gift_card_recipients.d.ts +13 -12
- package/lib/cjs/resources/gift_cards.d.ts +41 -40
- package/lib/cjs/resources/google_geocoders.d.ts +6 -5
- package/lib/cjs/resources/imports.d.ts +20 -19
- package/lib/cjs/resources/in_stock_subscriptions.d.ts +20 -19
- package/lib/cjs/resources/inventory_models.d.ts +12 -11
- package/lib/cjs/resources/inventory_return_locations.d.ts +7 -6
- package/lib/cjs/resources/inventory_stock_locations.d.ts +10 -9
- package/lib/cjs/resources/klarna_gateways.d.ts +10 -9
- package/lib/cjs/resources/klarna_payments.d.ts +14 -13
- package/lib/cjs/resources/line_item_options.d.ts +18 -17
- package/lib/cjs/resources/line_items.d.ts +47 -43
- package/lib/cjs/resources/manual_gateways.d.ts +4 -3
- package/lib/cjs/resources/manual_tax_calculators.d.ts +8 -7
- package/lib/cjs/resources/markets.d.ts +41 -32
- package/lib/cjs/resources/markets.js +4 -0
- package/lib/cjs/resources/merchants.d.ts +6 -5
- package/lib/cjs/resources/order_amount_promotion_rules.d.ts +9 -8
- package/lib/cjs/resources/order_copies.d.ts +23 -20
- package/lib/cjs/resources/order_copies.js +7 -4
- package/lib/cjs/resources/order_factories.d.ts +34 -0
- package/lib/cjs/resources/order_factories.js +28 -0
- package/lib/cjs/resources/order_subscription_items.d.ts +61 -0
- package/lib/cjs/resources/order_subscription_items.js +29 -0
- package/lib/cjs/resources/order_subscriptions.d.ts +52 -29
- package/lib/cjs/resources/order_subscriptions.js +18 -2
- package/lib/cjs/resources/order_validation_rules.d.ts +4 -3
- package/lib/cjs/resources/orders.d.ts +192 -183
- package/lib/cjs/resources/orders.js +8 -0
- package/lib/cjs/resources/organization.d.ts +18 -17
- package/lib/cjs/resources/packages.d.ts +14 -13
- package/lib/cjs/resources/parcel_line_items.d.ts +7 -6
- package/lib/cjs/resources/parcels.d.ts +75 -74
- package/lib/cjs/resources/payment_gateways.d.ts +3 -2
- package/lib/cjs/resources/payment_methods.d.ts +33 -32
- package/lib/cjs/resources/paypal_gateways.d.ts +7 -6
- package/lib/cjs/resources/paypal_payments.d.ts +17 -16
- package/lib/cjs/resources/percentage_discount_promotions.d.ts +35 -34
- package/lib/cjs/resources/percentage_discount_promotions.js +4 -4
- package/lib/cjs/resources/price_frequency_tiers.d.ts +50 -0
- package/lib/cjs/resources/price_frequency_tiers.js +37 -0
- package/lib/cjs/resources/price_lists.d.ts +9 -8
- package/lib/cjs/resources/price_tiers.d.ts +7 -6
- package/lib/cjs/resources/price_volume_tiers.d.ts +15 -11
- package/lib/cjs/resources/price_volume_tiers.js +4 -0
- package/lib/cjs/resources/prices.d.ts +20 -16
- package/lib/cjs/resources/prices.js +4 -0
- package/lib/cjs/resources/promotion_rules.d.ts +3 -2
- package/lib/cjs/resources/promotions.d.ts +14 -10
- package/lib/cjs/resources/promotions.js +4 -0
- package/lib/cjs/resources/recurring_order_copies.d.ts +53 -0
- package/lib/cjs/resources/recurring_order_copies.js +41 -0
- package/lib/cjs/resources/refunds.d.ts +10 -9
- package/lib/cjs/resources/return_line_items.d.ts +13 -12
- package/lib/cjs/resources/returns.d.ts +31 -30
- package/lib/cjs/resources/satispay_gateways.d.ts +8 -7
- package/lib/cjs/resources/satispay_payments.d.ts +12 -11
- package/lib/cjs/resources/shipments.d.ts +42 -41
- package/lib/cjs/resources/shipping_categories.d.ts +5 -4
- package/lib/cjs/resources/shipping_method_tiers.d.ts +7 -6
- package/lib/cjs/resources/shipping_methods.d.ts +50 -49
- package/lib/cjs/resources/shipping_weight_tiers.d.ts +12 -11
- package/lib/cjs/resources/shipping_zones.d.ts +22 -21
- package/lib/cjs/resources/sku_list_items.d.ts +13 -12
- package/lib/cjs/resources/sku_list_promotion_rules.d.ts +14 -13
- package/lib/cjs/resources/sku_lists.d.ts +22 -21
- package/lib/cjs/resources/sku_options.d.ts +25 -24
- package/lib/cjs/resources/skus.d.ts +36 -35
- package/lib/cjs/resources/stock_items.d.ts +12 -11
- package/lib/cjs/resources/stock_line_items.d.ts +7 -6
- package/lib/cjs/resources/stock_locations.d.ts +17 -16
- package/lib/cjs/resources/stock_transfers.d.ts +24 -23
- package/lib/cjs/resources/stripe_gateways.d.ts +12 -11
- package/lib/cjs/resources/stripe_payments.d.ts +15 -14
- package/lib/cjs/resources/subscription_models.d.ts +49 -0
- package/lib/cjs/resources/subscription_models.js +37 -0
- package/lib/cjs/resources/tax_calculators.d.ts +4 -3
- package/lib/cjs/resources/tax_categories.d.ts +10 -9
- package/lib/cjs/resources/tax_rules.d.ts +39 -38
- package/lib/cjs/resources/taxjar_accounts.d.ts +9 -8
- package/lib/cjs/resources/transactions.d.ts +8 -7
- package/lib/cjs/resources/voids.d.ts +10 -9
- package/lib/cjs/resources/webhooks.d.ts +14 -13
- package/lib/cjs/resources/wire_transfers.d.ts +5 -4
- package/lib/cjs/util.d.ts +1 -3
- package/lib/esm/api.d.ts +22 -12
- package/lib/esm/api.js +10 -0
- package/lib/esm/client.d.ts +3 -5
- package/lib/esm/commercelayer.d.ts +9 -4
- package/lib/esm/commercelayer.js +8 -3
- package/lib/esm/common.d.ts +1 -0
- package/lib/esm/common.js +11 -0
- package/lib/esm/index.d.ts +1 -2
- package/lib/esm/index.js +0 -2
- package/lib/esm/interceptor.d.ts +1 -1
- package/lib/esm/model.d.ts +6 -1
- package/lib/esm/query.d.ts +5 -13
- package/lib/esm/resource.d.ts +7 -9
- package/lib/esm/resources/addresses.d.ts +51 -50
- package/lib/esm/resources/adjustments.d.ts +5 -4
- package/lib/esm/resources/adyen_gateways.d.ts +21 -20
- package/lib/esm/resources/adyen_payments.d.ts +15 -14
- package/lib/esm/resources/application.d.ts +7 -6
- package/lib/esm/resources/attachments.d.ts +11 -10
- package/lib/esm/resources/authorizations.d.ts +28 -27
- package/lib/esm/resources/avalara_accounts.d.ts +17 -16
- package/lib/esm/resources/axerve_gateways.d.ts +9 -8
- package/lib/esm/resources/axerve_payments.d.ts +12 -11
- package/lib/esm/resources/billing_info_validation_rules.d.ts +5 -4
- package/lib/esm/resources/bing_geocoders.d.ts +6 -5
- package/lib/esm/resources/braintree_gateways.d.ts +21 -20
- package/lib/esm/resources/braintree_payments.d.ts +17 -16
- package/lib/esm/resources/bundles.d.ts +27 -26
- package/lib/esm/resources/captures.d.ts +19 -18
- package/lib/esm/resources/carrier_accounts.d.ts +7 -6
- package/lib/esm/resources/checkout_com_gateways.d.ts +12 -11
- package/lib/esm/resources/checkout_com_payments.d.ts +25 -24
- package/lib/esm/resources/cleanups.d.ts +13 -12
- package/lib/esm/resources/coupon_codes_promotion_rules.d.ts +7 -6
- package/lib/esm/resources/coupon_recipients.d.ts +13 -12
- package/lib/esm/resources/coupons.d.ts +13 -12
- package/lib/esm/resources/customer_addresses.d.ts +8 -7
- package/lib/esm/resources/customer_groups.d.ts +6 -5
- package/lib/esm/resources/customer_password_resets.d.ts +8 -7
- package/lib/esm/resources/customer_payment_sources.d.ts +9 -8
- package/lib/esm/resources/customer_subscriptions.d.ts +4 -3
- package/lib/esm/resources/customers.d.ts +19 -18
- package/lib/esm/resources/delivery_lead_times.d.ts +11 -10
- package/lib/esm/resources/event_callbacks.d.ts +6 -5
- package/lib/esm/resources/events.d.ts +4 -3
- package/lib/esm/resources/exports.d.ts +17 -16
- package/lib/esm/resources/external_gateways.d.ts +20 -19
- package/lib/esm/resources/external_payments.d.ts +10 -9
- package/lib/esm/resources/external_promotions.d.ts +29 -28
- package/lib/esm/resources/external_tax_calculators.d.ts +6 -5
- package/lib/esm/resources/fixed_amount_promotions.d.ts +31 -30
- package/lib/esm/resources/fixed_price_promotions.d.ts +36 -35
- package/lib/esm/resources/fixed_price_promotions.js +4 -4
- package/lib/esm/resources/free_gift_promotions.d.ts +36 -35
- package/lib/esm/resources/free_gift_promotions.js +4 -4
- package/lib/esm/resources/free_shipping_promotions.d.ts +30 -26
- package/lib/esm/resources/free_shipping_promotions.js +4 -0
- package/lib/esm/resources/geocoders.d.ts +4 -3
- package/lib/esm/resources/gift_card_recipients.d.ts +13 -12
- package/lib/esm/resources/gift_cards.d.ts +41 -40
- package/lib/esm/resources/google_geocoders.d.ts +6 -5
- package/lib/esm/resources/imports.d.ts +20 -19
- package/lib/esm/resources/in_stock_subscriptions.d.ts +20 -19
- package/lib/esm/resources/inventory_models.d.ts +12 -11
- package/lib/esm/resources/inventory_return_locations.d.ts +7 -6
- package/lib/esm/resources/inventory_stock_locations.d.ts +10 -9
- package/lib/esm/resources/klarna_gateways.d.ts +10 -9
- package/lib/esm/resources/klarna_payments.d.ts +14 -13
- package/lib/esm/resources/line_item_options.d.ts +18 -17
- package/lib/esm/resources/line_items.d.ts +47 -43
- package/lib/esm/resources/manual_gateways.d.ts +4 -3
- package/lib/esm/resources/manual_tax_calculators.d.ts +8 -7
- package/lib/esm/resources/markets.d.ts +41 -32
- package/lib/esm/resources/markets.js +4 -0
- package/lib/esm/resources/merchants.d.ts +6 -5
- package/lib/esm/resources/order_amount_promotion_rules.d.ts +9 -8
- package/lib/esm/resources/order_copies.d.ts +23 -20
- package/lib/esm/resources/order_copies.js +7 -4
- package/lib/esm/resources/order_factories.d.ts +34 -0
- package/lib/esm/resources/order_factories.js +26 -0
- package/lib/esm/resources/order_subscription_items.d.ts +61 -0
- package/lib/esm/resources/order_subscription_items.js +27 -0
- package/lib/esm/resources/order_subscriptions.d.ts +52 -29
- package/lib/esm/resources/order_subscriptions.js +18 -2
- package/lib/esm/resources/order_validation_rules.d.ts +4 -3
- package/lib/esm/resources/orders.d.ts +192 -183
- package/lib/esm/resources/orders.js +8 -0
- package/lib/esm/resources/organization.d.ts +18 -17
- package/lib/esm/resources/packages.d.ts +14 -13
- package/lib/esm/resources/parcel_line_items.d.ts +7 -6
- package/lib/esm/resources/parcels.d.ts +75 -74
- package/lib/esm/resources/payment_gateways.d.ts +3 -2
- package/lib/esm/resources/payment_methods.d.ts +33 -32
- package/lib/esm/resources/paypal_gateways.d.ts +7 -6
- package/lib/esm/resources/paypal_payments.d.ts +17 -16
- package/lib/esm/resources/percentage_discount_promotions.d.ts +35 -34
- package/lib/esm/resources/percentage_discount_promotions.js +4 -4
- package/lib/esm/resources/price_frequency_tiers.d.ts +50 -0
- package/lib/esm/resources/price_frequency_tiers.js +35 -0
- package/lib/esm/resources/price_lists.d.ts +9 -8
- package/lib/esm/resources/price_tiers.d.ts +7 -6
- package/lib/esm/resources/price_volume_tiers.d.ts +15 -11
- package/lib/esm/resources/price_volume_tiers.js +4 -0
- package/lib/esm/resources/prices.d.ts +20 -16
- package/lib/esm/resources/prices.js +4 -0
- package/lib/esm/resources/promotion_rules.d.ts +3 -2
- package/lib/esm/resources/promotions.d.ts +14 -10
- package/lib/esm/resources/promotions.js +4 -0
- package/lib/esm/resources/recurring_order_copies.d.ts +53 -0
- package/lib/esm/resources/recurring_order_copies.js +39 -0
- package/lib/esm/resources/refunds.d.ts +10 -9
- package/lib/esm/resources/return_line_items.d.ts +13 -12
- package/lib/esm/resources/returns.d.ts +31 -30
- package/lib/esm/resources/satispay_gateways.d.ts +8 -7
- package/lib/esm/resources/satispay_payments.d.ts +12 -11
- package/lib/esm/resources/shipments.d.ts +42 -41
- package/lib/esm/resources/shipping_categories.d.ts +5 -4
- package/lib/esm/resources/shipping_method_tiers.d.ts +7 -6
- package/lib/esm/resources/shipping_methods.d.ts +50 -49
- package/lib/esm/resources/shipping_weight_tiers.d.ts +12 -11
- package/lib/esm/resources/shipping_zones.d.ts +22 -21
- package/lib/esm/resources/sku_list_items.d.ts +13 -12
- package/lib/esm/resources/sku_list_promotion_rules.d.ts +14 -13
- package/lib/esm/resources/sku_lists.d.ts +22 -21
- package/lib/esm/resources/sku_options.d.ts +25 -24
- package/lib/esm/resources/skus.d.ts +36 -35
- package/lib/esm/resources/stock_items.d.ts +12 -11
- package/lib/esm/resources/stock_line_items.d.ts +7 -6
- package/lib/esm/resources/stock_locations.d.ts +17 -16
- package/lib/esm/resources/stock_transfers.d.ts +24 -23
- package/lib/esm/resources/stripe_gateways.d.ts +12 -11
- package/lib/esm/resources/stripe_payments.d.ts +15 -14
- package/lib/esm/resources/subscription_models.d.ts +49 -0
- package/lib/esm/resources/subscription_models.js +35 -0
- package/lib/esm/resources/tax_calculators.d.ts +4 -3
- package/lib/esm/resources/tax_categories.d.ts +10 -9
- package/lib/esm/resources/tax_rules.d.ts +39 -38
- package/lib/esm/resources/taxjar_accounts.d.ts +9 -8
- package/lib/esm/resources/transactions.d.ts +8 -7
- package/lib/esm/resources/voids.d.ts +10 -9
- package/lib/esm/resources/webhooks.d.ts +14 -13
- package/lib/esm/resources/wire_transfers.d.ts +5 -4
- package/lib/esm/util.d.ts +1 -3
- package/lib/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -10
@@ -1,4 +1,5 @@
|
|
1
|
-
import { ApiResource
|
1
|
+
import { ApiResource } from '../resource';
|
2
|
+
import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
|
2
3
|
import type { QueryParamsRetrieve, QueryParamsList } from '../query';
|
3
4
|
import type { PaymentMethod } from './payment_methods';
|
4
5
|
import type { AdyenPayment, AdyenPaymentType } from './adyen_payments';
|
@@ -13,33 +14,33 @@ interface AdyenGateway extends Resource {
|
|
13
14
|
readonly type: AdyenGatewayType;
|
14
15
|
name: string;
|
15
16
|
live_url_prefix: string;
|
16
|
-
async_api?: boolean;
|
17
|
-
webhook_endpoint_secret?: string;
|
18
|
-
webhook_endpoint_url?: string;
|
19
|
-
payment_methods?: PaymentMethod[];
|
20
|
-
adyen_payments?: AdyenPayment[];
|
17
|
+
async_api?: boolean | null;
|
18
|
+
webhook_endpoint_secret?: string | null;
|
19
|
+
webhook_endpoint_url?: string | null;
|
20
|
+
payment_methods?: PaymentMethod[] | null;
|
21
|
+
adyen_payments?: AdyenPayment[] | null;
|
21
22
|
}
|
22
23
|
interface AdyenGatewayCreate extends ResourceCreate {
|
23
24
|
name: string;
|
24
25
|
merchant_account: string;
|
25
26
|
api_key: string;
|
26
|
-
public_key?: string;
|
27
|
+
public_key?: string | null;
|
27
28
|
live_url_prefix: string;
|
28
|
-
api_version?: string;
|
29
|
-
async_api?: boolean;
|
30
|
-
webhook_endpoint_secret?: string;
|
31
|
-
adyen_payments?: AdyenPaymentRel[];
|
29
|
+
api_version?: string | null;
|
30
|
+
async_api?: boolean | null;
|
31
|
+
webhook_endpoint_secret?: string | null;
|
32
|
+
adyen_payments?: AdyenPaymentRel[] | null;
|
32
33
|
}
|
33
34
|
interface AdyenGatewayUpdate extends ResourceUpdate {
|
34
|
-
name
|
35
|
-
merchant_account?: string;
|
36
|
-
api_key?: string;
|
37
|
-
public_key?: string;
|
38
|
-
live_url_prefix
|
39
|
-
api_version?: string;
|
40
|
-
async_api?: boolean;
|
41
|
-
webhook_endpoint_secret?: string;
|
42
|
-
adyen_payments?: AdyenPaymentRel[];
|
35
|
+
name?: string | null;
|
36
|
+
merchant_account?: string | null;
|
37
|
+
api_key?: string | null;
|
38
|
+
public_key?: string | null;
|
39
|
+
live_url_prefix?: string | null;
|
40
|
+
api_version?: string | null;
|
41
|
+
async_api?: boolean | null;
|
42
|
+
webhook_endpoint_secret?: string | null;
|
43
|
+
adyen_payments?: AdyenPaymentRel[] | null;
|
43
44
|
}
|
44
45
|
declare class AdyenGateways extends ApiResource<AdyenGateway> {
|
45
46
|
static readonly TYPE: AdyenGatewayType;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { ApiResource
|
1
|
+
import { ApiResource } from '../resource';
|
2
|
+
import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
|
2
3
|
import type { QueryParamsRetrieve } from '../query';
|
3
4
|
import type { Order, OrderType } from './orders';
|
4
5
|
import type { PaymentGateway } from './payment_gateways';
|
@@ -11,25 +12,25 @@ type OrderRel = ResourceRel & {
|
|
11
12
|
};
|
12
13
|
interface AdyenPayment extends Resource {
|
13
14
|
readonly type: AdyenPaymentType;
|
14
|
-
public_key?: string;
|
15
|
+
public_key?: string | null;
|
15
16
|
payment_methods: object;
|
16
|
-
payment_request_data?: object;
|
17
|
-
payment_request_details?: object;
|
18
|
-
payment_response?: object;
|
19
|
-
mismatched_amounts?: boolean;
|
20
|
-
payment_instrument?: object;
|
21
|
-
order?: Order;
|
22
|
-
payment_gateway?: PaymentGateway;
|
17
|
+
payment_request_data?: object | null;
|
18
|
+
payment_request_details?: object | null;
|
19
|
+
payment_response?: object | null;
|
20
|
+
mismatched_amounts?: boolean | null;
|
21
|
+
payment_instrument?: object | null;
|
22
|
+
order?: Order | null;
|
23
|
+
payment_gateway?: PaymentGateway | null;
|
23
24
|
}
|
24
25
|
interface AdyenPaymentCreate extends ResourceCreate {
|
25
26
|
order: OrderRel;
|
26
27
|
}
|
27
28
|
interface AdyenPaymentUpdate extends ResourceUpdate {
|
28
|
-
payment_request_data?: object;
|
29
|
-
payment_request_details?: object;
|
30
|
-
payment_response?: object;
|
31
|
-
_details?: boolean;
|
32
|
-
order?: OrderRel;
|
29
|
+
payment_request_data?: object | null;
|
30
|
+
payment_request_details?: object | null;
|
31
|
+
payment_response?: object | null;
|
32
|
+
_details?: boolean | null;
|
33
|
+
order?: OrderRel | null;
|
33
34
|
}
|
34
35
|
declare class AdyenPayments extends ApiResource<AdyenPayment> {
|
35
36
|
static readonly TYPE: AdyenPaymentType;
|
@@ -1,15 +1,16 @@
|
|
1
|
-
import { ApiSingleton
|
1
|
+
import { ApiSingleton } from '../resource';
|
2
|
+
import type { Resource, ResourceId, ResourceRel } from '../resource';
|
2
3
|
type ApplicationType = 'application';
|
3
4
|
type ApplicationRel = ResourceRel & {
|
4
5
|
type: ApplicationType;
|
5
6
|
};
|
6
7
|
interface Application extends Resource {
|
7
8
|
readonly type: ApplicationType;
|
8
|
-
name?: string;
|
9
|
-
kind?: string;
|
10
|
-
public_access?: boolean;
|
11
|
-
redirect_uri?: string;
|
12
|
-
scopes?: string;
|
9
|
+
name?: string | null;
|
10
|
+
kind?: string | null;
|
11
|
+
public_access?: boolean | null;
|
12
|
+
redirect_uri?: string | null;
|
13
|
+
scopes?: string | null;
|
13
14
|
}
|
14
15
|
declare class Applications extends ApiSingleton<Application> {
|
15
16
|
static readonly TYPE: ApplicationType;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { ApiResource
|
1
|
+
import { ApiResource } from '../resource';
|
2
|
+
import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
|
2
3
|
import type { QueryParamsRetrieve } from '../query';
|
3
4
|
import type { Bundle, BundleType } from './bundles';
|
4
5
|
import type { CarrierAccount, CarrierAccountType } from './carrier_accounts';
|
@@ -127,21 +128,21 @@ type TaxCategoryRel = ResourceRel & {
|
|
127
128
|
interface Attachment extends Resource {
|
128
129
|
readonly type: AttachmentType;
|
129
130
|
name: string;
|
130
|
-
description?: string;
|
131
|
-
url?: string;
|
132
|
-
attachable?: Bundle | CarrierAccount | CustomerGroup | Customer | DeliveryLeadTime | Geocoder | GiftCardRecipient | GiftCard | InventoryModel | Market | Merchant | BillingInfoValidationRule | Order | Package | Parcel | PaymentMethod | PriceList | Price | Promotion | Return | Shipment | ShippingCategory | ShippingMethod | ShippingZone | SkuOption | Sku | StockItem | StockLocation | TaxCalculator | TaxCategory;
|
131
|
+
description?: string | null;
|
132
|
+
url?: string | null;
|
133
|
+
attachable?: Bundle | CarrierAccount | CustomerGroup | Customer | DeliveryLeadTime | Geocoder | GiftCardRecipient | GiftCard | InventoryModel | Market | Merchant | BillingInfoValidationRule | Order | Package | Parcel | PaymentMethod | PriceList | Price | Promotion | Return | Shipment | ShippingCategory | ShippingMethod | ShippingZone | SkuOption | Sku | StockItem | StockLocation | TaxCalculator | TaxCategory | null;
|
133
134
|
}
|
134
135
|
interface AttachmentCreate extends ResourceCreate {
|
135
136
|
name: string;
|
136
|
-
description?: string;
|
137
|
-
url?: string;
|
137
|
+
description?: string | null;
|
138
|
+
url?: string | null;
|
138
139
|
attachable: BundleRel | CarrierAccountRel | CustomerGroupRel | CustomerRel | DeliveryLeadTimeRel | GeocoderRel | GiftCardRecipientRel | GiftCardRel | InventoryModelRel | MarketRel | MerchantRel | BillingInfoValidationRuleRel | OrderRel | PackageRel | ParcelRel | PaymentMethodRel | PriceListRel | PriceRel | PromotionRel | ReturnRel | ShipmentRel | ShippingCategoryRel | ShippingMethodRel | ShippingZoneRel | SkuOptionRel | SkuRel | StockItemRel | StockLocationRel | TaxCalculatorRel | TaxCategoryRel;
|
139
140
|
}
|
140
141
|
interface AttachmentUpdate extends ResourceUpdate {
|
141
|
-
name
|
142
|
-
description?: string;
|
143
|
-
url?: string;
|
144
|
-
attachable?: BundleRel | CarrierAccountRel | CustomerGroupRel | CustomerRel | DeliveryLeadTimeRel | GeocoderRel | GiftCardRecipientRel | GiftCardRel | InventoryModelRel | MarketRel | MerchantRel | BillingInfoValidationRuleRel | OrderRel | PackageRel | ParcelRel | PaymentMethodRel | PriceListRel | PriceRel | PromotionRel | ReturnRel | ShipmentRel | ShippingCategoryRel | ShippingMethodRel | ShippingZoneRel | SkuOptionRel | SkuRel | StockItemRel | StockLocationRel | TaxCalculatorRel | TaxCategoryRel;
|
142
|
+
name?: string | null;
|
143
|
+
description?: string | null;
|
144
|
+
url?: string | null;
|
145
|
+
attachable?: BundleRel | CarrierAccountRel | CustomerGroupRel | CustomerRel | DeliveryLeadTimeRel | GeocoderRel | GiftCardRecipientRel | GiftCardRel | InventoryModelRel | MarketRel | MerchantRel | BillingInfoValidationRuleRel | OrderRel | PackageRel | ParcelRel | PaymentMethodRel | PriceListRel | PriceRel | PromotionRel | ReturnRel | ShipmentRel | ShippingCategoryRel | ShippingMethodRel | ShippingZoneRel | SkuOptionRel | SkuRel | StockItemRel | StockLocationRel | TaxCalculatorRel | TaxCategoryRel | null;
|
145
146
|
}
|
146
147
|
declare class Attachments extends ApiResource<Attachment> {
|
147
148
|
static readonly TYPE: AttachmentType;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { ApiResource
|
1
|
+
import { ApiResource } from '../resource';
|
2
|
+
import type { Resource, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
|
2
3
|
import type { QueryParamsRetrieve, QueryParamsList } from '../query';
|
3
4
|
import type { Order } from './orders';
|
4
5
|
import type { Capture } from './captures';
|
@@ -16,34 +17,34 @@ interface Authorization extends Resource {
|
|
16
17
|
amount_float: number;
|
17
18
|
formatted_amount: string;
|
18
19
|
succeeded: boolean;
|
19
|
-
message?: string;
|
20
|
-
error_code?: string;
|
21
|
-
error_detail?: string;
|
22
|
-
token?: string;
|
23
|
-
gateway_transaction_id?: string;
|
24
|
-
cvv_code?: string;
|
25
|
-
cvv_message?: string;
|
26
|
-
avs_code?: string;
|
27
|
-
avs_message?: string;
|
28
|
-
fraud_review?: string;
|
29
|
-
capture_amount_cents?: number;
|
30
|
-
capture_amount_float?: number;
|
31
|
-
formatted_capture_amount?: string;
|
32
|
-
capture_balance_cents?: number;
|
33
|
-
capture_balance_float?: number;
|
34
|
-
formatted_capture_balance?: string;
|
35
|
-
void_balance_cents?: number;
|
36
|
-
void_balance_float?: number;
|
37
|
-
formatted_void_balance?: string;
|
38
|
-
order?: Order;
|
39
|
-
captures?: Capture[];
|
40
|
-
voids?: Void[];
|
41
|
-
events?: Event[];
|
20
|
+
message?: string | null;
|
21
|
+
error_code?: string | null;
|
22
|
+
error_detail?: string | null;
|
23
|
+
token?: string | null;
|
24
|
+
gateway_transaction_id?: string | null;
|
25
|
+
cvv_code?: string | null;
|
26
|
+
cvv_message?: string | null;
|
27
|
+
avs_code?: string | null;
|
28
|
+
avs_message?: string | null;
|
29
|
+
fraud_review?: string | null;
|
30
|
+
capture_amount_cents?: number | null;
|
31
|
+
capture_amount_float?: number | null;
|
32
|
+
formatted_capture_amount?: string | null;
|
33
|
+
capture_balance_cents?: number | null;
|
34
|
+
capture_balance_float?: number | null;
|
35
|
+
formatted_capture_balance?: string | null;
|
36
|
+
void_balance_cents?: number | null;
|
37
|
+
void_balance_float?: number | null;
|
38
|
+
formatted_void_balance?: string | null;
|
39
|
+
order?: Order | null;
|
40
|
+
captures?: Capture[] | null;
|
41
|
+
voids?: Void[] | null;
|
42
|
+
events?: Event[] | null;
|
42
43
|
}
|
43
44
|
interface AuthorizationUpdate extends ResourceUpdate {
|
44
|
-
_capture?: boolean;
|
45
|
-
_capture_amount_cents?: number;
|
46
|
-
_void?: boolean;
|
45
|
+
_capture?: boolean | null;
|
46
|
+
_capture_amount_cents?: number | null;
|
47
|
+
_void?: boolean | null;
|
47
48
|
}
|
48
49
|
declare class Authorizations extends ApiResource<Authorization> {
|
49
50
|
static readonly TYPE: AuthorizationType;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { ApiResource
|
1
|
+
import { ApiResource } from '../resource';
|
2
|
+
import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
|
2
3
|
import type { QueryParamsRetrieve, QueryParamsList } from '../query';
|
3
4
|
import type { Market } from './markets';
|
4
5
|
import type { Attachment } from './attachments';
|
@@ -15,29 +16,29 @@ interface AvalaraAccount extends Resource {
|
|
15
16
|
name: string;
|
16
17
|
username: string;
|
17
18
|
company_code: string;
|
18
|
-
commit_invoice?: string;
|
19
|
-
ddp?: string;
|
20
|
-
markets?: Market[];
|
21
|
-
attachments?: Attachment[];
|
22
|
-
tax_categories?: TaxCategory[];
|
19
|
+
commit_invoice?: string | null;
|
20
|
+
ddp?: string | null;
|
21
|
+
markets?: Market[] | null;
|
22
|
+
attachments?: Attachment[] | null;
|
23
|
+
tax_categories?: TaxCategory[] | null;
|
23
24
|
}
|
24
25
|
interface AvalaraAccountCreate extends ResourceCreate {
|
25
26
|
name: string;
|
26
27
|
username: string;
|
27
28
|
password: string;
|
28
29
|
company_code: string;
|
29
|
-
commit_invoice?: string;
|
30
|
-
ddp?: string;
|
31
|
-
tax_categories?: TaxCategoryRel[];
|
30
|
+
commit_invoice?: string | null;
|
31
|
+
ddp?: string | null;
|
32
|
+
tax_categories?: TaxCategoryRel[] | null;
|
32
33
|
}
|
33
34
|
interface AvalaraAccountUpdate extends ResourceUpdate {
|
34
|
-
name
|
35
|
-
username
|
36
|
-
password?: string;
|
37
|
-
company_code
|
38
|
-
commit_invoice?: string;
|
39
|
-
ddp?: string;
|
40
|
-
tax_categories?: TaxCategoryRel[];
|
35
|
+
name?: string | null;
|
36
|
+
username?: string | null;
|
37
|
+
password?: string | null;
|
38
|
+
company_code?: string | null;
|
39
|
+
commit_invoice?: string | null;
|
40
|
+
ddp?: string | null;
|
41
|
+
tax_categories?: TaxCategoryRel[] | null;
|
41
42
|
}
|
42
43
|
declare class AvalaraAccounts extends ApiResource<AvalaraAccount> {
|
43
44
|
static readonly TYPE: AvalaraAccountType;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { ApiResource
|
1
|
+
import { ApiResource } from '../resource';
|
2
|
+
import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
|
2
3
|
import type { QueryParamsRetrieve, QueryParamsList } from '../query';
|
3
4
|
import type { PaymentMethod } from './payment_methods';
|
4
5
|
import type { AxervePayment, AxervePaymentType } from './axerve_payments';
|
@@ -13,20 +14,20 @@ interface AxerveGateway extends Resource {
|
|
13
14
|
readonly type: AxerveGatewayType;
|
14
15
|
name: string;
|
15
16
|
login: string;
|
16
|
-
payment_methods?: PaymentMethod[];
|
17
|
-
axerve_payments?: AxervePayment[];
|
17
|
+
payment_methods?: PaymentMethod[] | null;
|
18
|
+
axerve_payments?: AxervePayment[] | null;
|
18
19
|
}
|
19
20
|
interface AxerveGatewayCreate extends ResourceCreate {
|
20
21
|
name: string;
|
21
22
|
login: string;
|
22
23
|
api_key: string;
|
23
|
-
axerve_payments?: AxervePaymentRel[];
|
24
|
+
axerve_payments?: AxervePaymentRel[] | null;
|
24
25
|
}
|
25
26
|
interface AxerveGatewayUpdate extends ResourceUpdate {
|
26
|
-
name
|
27
|
-
login
|
28
|
-
api_key?: string;
|
29
|
-
axerve_payments?: AxervePaymentRel[];
|
27
|
+
name?: string | null;
|
28
|
+
login?: string | null;
|
29
|
+
api_key?: string | null;
|
30
|
+
axerve_payments?: AxervePaymentRel[] | null;
|
30
31
|
}
|
31
32
|
declare class AxerveGateways extends ApiResource<AxerveGateway> {
|
32
33
|
static readonly TYPE: AxerveGatewayType;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { ApiResource
|
1
|
+
import { ApiResource } from '../resource';
|
2
|
+
import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
|
2
3
|
import type { QueryParamsRetrieve } from '../query';
|
3
4
|
import type { Order, OrderType } from './orders';
|
4
5
|
import type { PaymentGateway } from './payment_gateways';
|
@@ -13,23 +14,23 @@ interface AxervePayment extends Resource {
|
|
13
14
|
readonly type: AxervePaymentType;
|
14
15
|
login: string;
|
15
16
|
return_url: string;
|
16
|
-
payment_request_data?: object;
|
17
|
-
mismatched_amounts?: boolean;
|
17
|
+
payment_request_data?: object | null;
|
18
|
+
mismatched_amounts?: boolean | null;
|
18
19
|
intent_amount_cents: number;
|
19
|
-
intent_amount_float?: number;
|
20
|
-
formatted_intent_amount?: string;
|
21
|
-
payment_instrument?: object;
|
22
|
-
order?: Order;
|
23
|
-
payment_gateway?: PaymentGateway;
|
20
|
+
intent_amount_float?: number | null;
|
21
|
+
formatted_intent_amount?: string | null;
|
22
|
+
payment_instrument?: object | null;
|
23
|
+
order?: Order | null;
|
24
|
+
payment_gateway?: PaymentGateway | null;
|
24
25
|
}
|
25
26
|
interface AxervePaymentCreate extends ResourceCreate {
|
26
27
|
return_url: string;
|
27
28
|
order: OrderRel;
|
28
29
|
}
|
29
30
|
interface AxervePaymentUpdate extends ResourceUpdate {
|
30
|
-
payment_request_data?: object;
|
31
|
-
_update?: boolean;
|
32
|
-
order?: OrderRel;
|
31
|
+
payment_request_data?: object | null;
|
32
|
+
_update?: boolean | null;
|
33
|
+
order?: OrderRel | null;
|
33
34
|
}
|
34
35
|
declare class AxervePayments extends ApiResource<AxervePayment> {
|
35
36
|
static readonly TYPE: AxervePaymentType;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { ApiResource
|
1
|
+
import { ApiResource } from '../resource';
|
2
|
+
import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
|
2
3
|
import type { QueryParamsRetrieve, QueryParamsList } from '../query';
|
3
4
|
import type { Market, MarketType } from './markets';
|
4
5
|
import type { Attachment } from './attachments';
|
@@ -11,14 +12,14 @@ type MarketRel = ResourceRel & {
|
|
11
12
|
};
|
12
13
|
interface BillingInfoValidationRule extends Resource {
|
13
14
|
readonly type: BillingInfoValidationRuleType;
|
14
|
-
market?: Market;
|
15
|
-
attachments?: Attachment[];
|
15
|
+
market?: Market | null;
|
16
|
+
attachments?: Attachment[] | null;
|
16
17
|
}
|
17
18
|
interface BillingInfoValidationRuleCreate extends ResourceCreate {
|
18
19
|
market: MarketRel;
|
19
20
|
}
|
20
21
|
interface BillingInfoValidationRuleUpdate extends ResourceUpdate {
|
21
|
-
market?: MarketRel;
|
22
|
+
market?: MarketRel | null;
|
22
23
|
}
|
23
24
|
declare class BillingInfoValidationRules extends ApiResource<BillingInfoValidationRule> {
|
24
25
|
static readonly TYPE: BillingInfoValidationRuleType;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { ApiResource
|
1
|
+
import { ApiResource } from '../resource';
|
2
|
+
import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
|
2
3
|
import type { QueryParamsRetrieve, QueryParamsList } from '../query';
|
3
4
|
import type { Address } from './addresses';
|
4
5
|
import type { Attachment } from './attachments';
|
@@ -9,16 +10,16 @@ type BingGeocoderRel = ResourceRel & {
|
|
9
10
|
interface BingGeocoder extends Resource {
|
10
11
|
readonly type: BingGeocoderType;
|
11
12
|
name: string;
|
12
|
-
addresses?: Address[];
|
13
|
-
attachments?: Attachment[];
|
13
|
+
addresses?: Address[] | null;
|
14
|
+
attachments?: Attachment[] | null;
|
14
15
|
}
|
15
16
|
interface BingGeocoderCreate extends ResourceCreate {
|
16
17
|
name: string;
|
17
18
|
key: string;
|
18
19
|
}
|
19
20
|
interface BingGeocoderUpdate extends ResourceUpdate {
|
20
|
-
name
|
21
|
-
key?: string;
|
21
|
+
name?: string | null;
|
22
|
+
key?: string | null;
|
22
23
|
}
|
23
24
|
declare class BingGeocoders extends ApiResource<BingGeocoder> {
|
24
25
|
static readonly TYPE: BingGeocoderType;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { ApiResource
|
1
|
+
import { ApiResource } from '../resource';
|
2
|
+
import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
|
2
3
|
import type { QueryParamsRetrieve, QueryParamsList } from '../query';
|
3
4
|
import type { PaymentMethod } from './payment_methods';
|
4
5
|
import type { BraintreePayment, BraintreePaymentType } from './braintree_payments';
|
@@ -12,12 +13,12 @@ type BraintreePaymentRel = ResourceRel & {
|
|
12
13
|
interface BraintreeGateway extends Resource {
|
13
14
|
readonly type: BraintreeGatewayType;
|
14
15
|
name: string;
|
15
|
-
descriptor_name?: string;
|
16
|
-
descriptor_phone?: string;
|
17
|
-
descriptor_url?: string;
|
18
|
-
webhook_endpoint_url?: string;
|
19
|
-
payment_methods?: PaymentMethod[];
|
20
|
-
braintree_payments?: BraintreePayment[];
|
16
|
+
descriptor_name?: string | null;
|
17
|
+
descriptor_phone?: string | null;
|
18
|
+
descriptor_url?: string | null;
|
19
|
+
webhook_endpoint_url?: string | null;
|
20
|
+
payment_methods?: PaymentMethod[] | null;
|
21
|
+
braintree_payments?: BraintreePayment[] | null;
|
21
22
|
}
|
22
23
|
interface BraintreeGatewayCreate extends ResourceCreate {
|
23
24
|
name: string;
|
@@ -25,21 +26,21 @@ interface BraintreeGatewayCreate extends ResourceCreate {
|
|
25
26
|
merchant_id: string;
|
26
27
|
public_key: string;
|
27
28
|
private_key: string;
|
28
|
-
descriptor_name?: string;
|
29
|
-
descriptor_phone?: string;
|
30
|
-
descriptor_url?: string;
|
31
|
-
braintree_payments?: BraintreePaymentRel[];
|
29
|
+
descriptor_name?: string | null;
|
30
|
+
descriptor_phone?: string | null;
|
31
|
+
descriptor_url?: string | null;
|
32
|
+
braintree_payments?: BraintreePaymentRel[] | null;
|
32
33
|
}
|
33
34
|
interface BraintreeGatewayUpdate extends ResourceUpdate {
|
34
|
-
name
|
35
|
-
merchant_account_id?: string;
|
36
|
-
merchant_id?: string;
|
37
|
-
public_key?: string;
|
38
|
-
private_key?: string;
|
39
|
-
descriptor_name?: string;
|
40
|
-
descriptor_phone?: string;
|
41
|
-
descriptor_url?: string;
|
42
|
-
braintree_payments?: BraintreePaymentRel[];
|
35
|
+
name?: string | null;
|
36
|
+
merchant_account_id?: string | null;
|
37
|
+
merchant_id?: string | null;
|
38
|
+
public_key?: string | null;
|
39
|
+
private_key?: string | null;
|
40
|
+
descriptor_name?: string | null;
|
41
|
+
descriptor_phone?: string | null;
|
42
|
+
descriptor_url?: string | null;
|
43
|
+
braintree_payments?: BraintreePaymentRel[] | null;
|
43
44
|
}
|
44
45
|
declare class BraintreeGateways extends ApiResource<BraintreeGateway> {
|
45
46
|
static readonly TYPE: BraintreeGatewayType;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { ApiResource
|
1
|
+
import { ApiResource } from '../resource';
|
2
|
+
import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
|
2
3
|
import type { QueryParamsRetrieve } from '../query';
|
3
4
|
import type { Order, OrderType } from './orders';
|
4
5
|
import type { PaymentGateway } from './payment_gateways';
|
@@ -12,26 +13,26 @@ type OrderRel = ResourceRel & {
|
|
12
13
|
interface BraintreePayment extends Resource {
|
13
14
|
readonly type: BraintreePaymentType;
|
14
15
|
client_token: string;
|
15
|
-
payment_method_nonce?: string;
|
16
|
-
payment_id?: string;
|
17
|
-
local?: boolean;
|
18
|
-
options?: object;
|
19
|
-
payment_instrument?: object;
|
20
|
-
order?: Order;
|
21
|
-
payment_gateway?: PaymentGateway;
|
16
|
+
payment_method_nonce?: string | null;
|
17
|
+
payment_id?: string | null;
|
18
|
+
local?: boolean | null;
|
19
|
+
options?: object | null;
|
20
|
+
payment_instrument?: object | null;
|
21
|
+
order?: Order | null;
|
22
|
+
payment_gateway?: PaymentGateway | null;
|
22
23
|
}
|
23
24
|
interface BraintreePaymentCreate extends ResourceCreate {
|
24
|
-
payment_id?: string;
|
25
|
-
local?: boolean;
|
26
|
-
options?: object;
|
25
|
+
payment_id?: string | null;
|
26
|
+
local?: boolean | null;
|
27
|
+
options?: object | null;
|
27
28
|
order: OrderRel;
|
28
29
|
}
|
29
30
|
interface BraintreePaymentUpdate extends ResourceUpdate {
|
30
|
-
payment_method_nonce?: string;
|
31
|
-
payment_id?: string;
|
32
|
-
local?: boolean;
|
33
|
-
options?: object;
|
34
|
-
order?: OrderRel;
|
31
|
+
payment_method_nonce?: string | null;
|
32
|
+
payment_id?: string | null;
|
33
|
+
local?: boolean | null;
|
34
|
+
options?: object | null;
|
35
|
+
order?: OrderRel | null;
|
35
36
|
}
|
36
37
|
declare class BraintreePayments extends ApiResource<BraintreePayment> {
|
37
38
|
static readonly TYPE: BraintreePaymentType;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { ApiResource
|
1
|
+
import { ApiResource } from '../resource';
|
2
|
+
import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
|
2
3
|
import type { QueryParamsRetrieve, QueryParamsList } from '../query';
|
3
4
|
import type { Market, MarketType } from './markets';
|
4
5
|
import type { SkuList, SkuListType } from './sku_lists';
|
@@ -18,46 +19,46 @@ interface Bundle extends Resource {
|
|
18
19
|
readonly type: BundleType;
|
19
20
|
code: string;
|
20
21
|
name: string;
|
21
|
-
currency_code?: string;
|
22
|
-
description?: string;
|
23
|
-
image_url?: string;
|
24
|
-
do_not_ship?: boolean;
|
25
|
-
do_not_track?: boolean;
|
22
|
+
currency_code?: string | null;
|
23
|
+
description?: string | null;
|
24
|
+
image_url?: string | null;
|
25
|
+
do_not_ship?: boolean | null;
|
26
|
+
do_not_track?: boolean | null;
|
26
27
|
price_amount_cents: number;
|
27
28
|
price_amount_float: number;
|
28
29
|
formatted_price_amount: string;
|
29
30
|
compare_at_amount_cents: number;
|
30
31
|
compare_at_amount_float: number;
|
31
32
|
formatted_compare_at_amount: string;
|
32
|
-
skus_count?: number;
|
33
|
-
market?: Market;
|
34
|
-
sku_list?: SkuList;
|
35
|
-
skus?: Sku[];
|
36
|
-
attachments?: Attachment[];
|
33
|
+
skus_count?: number | null;
|
34
|
+
market?: Market | null;
|
35
|
+
sku_list?: SkuList | null;
|
36
|
+
skus?: Sku[] | null;
|
37
|
+
attachments?: Attachment[] | null;
|
37
38
|
}
|
38
39
|
interface BundleCreate extends ResourceCreate {
|
39
40
|
code: string;
|
40
41
|
name: string;
|
41
|
-
currency_code?: string;
|
42
|
-
description?: string;
|
43
|
-
image_url?: string;
|
42
|
+
currency_code?: string | null;
|
43
|
+
description?: string | null;
|
44
|
+
image_url?: string | null;
|
44
45
|
price_amount_cents: number;
|
45
46
|
compare_at_amount_cents: number;
|
46
|
-
_compute_price_amount?: boolean;
|
47
|
-
_compute_compare_at_amount?: boolean;
|
48
|
-
market?: MarketRel;
|
47
|
+
_compute_price_amount?: boolean | null;
|
48
|
+
_compute_compare_at_amount?: boolean | null;
|
49
|
+
market?: MarketRel | null;
|
49
50
|
sku_list: SkuListRel;
|
50
51
|
}
|
51
52
|
interface BundleUpdate extends ResourceUpdate {
|
52
|
-
code
|
53
|
-
name
|
54
|
-
currency_code?: string;
|
55
|
-
description?: string;
|
56
|
-
image_url?: string;
|
57
|
-
price_amount_cents
|
58
|
-
compare_at_amount_cents
|
59
|
-
_compute_price_amount?: boolean;
|
60
|
-
_compute_compare_at_amount?: boolean;
|
53
|
+
code?: string | null;
|
54
|
+
name?: string | null;
|
55
|
+
currency_code?: string | null;
|
56
|
+
description?: string | null;
|
57
|
+
image_url?: string | null;
|
58
|
+
price_amount_cents?: number | null;
|
59
|
+
compare_at_amount_cents?: number | null;
|
60
|
+
_compute_price_amount?: boolean | null;
|
61
|
+
_compute_compare_at_amount?: boolean | null;
|
61
62
|
}
|
62
63
|
declare class Bundles extends ApiResource<Bundle> {
|
63
64
|
static readonly TYPE: BundleType;
|