@ehrenkind/shopify-lib 0.2.1 → 0.2.2
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/generated-api-types/2025-04/admin.generated.d.ts +2 -2
- package/dist/generated-api-types/2025-04/admin.generated.d.ts.map +1 -1
- package/dist/generated-api-types/2025-04/admin.types.d.ts +12 -11
- package/dist/generated-api-types/2025-04/admin.types.d.ts.map +1 -1
- package/dist/generated-api-types/2025-04/admin.types.js +3 -3
- package/dist/generated-api-types/2025-04/admin.types.js.map +1 -1
- package/dist/index.cjs +4 -41
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -39
- package/dist/index.mjs +3 -39
- package/dist/index.mjs.map +1 -1
- package/dist/queries/orders/getOrderById.d.ts +2 -2
- package/dist/queries/orders/getOrderById.d.ts.map +1 -1
- package/dist/queries/orders/getOrderById.mock.d.ts +1 -1
- package/dist/queries/orders/getOrderById.mock.d.ts.map +1 -1
- package/dist/queries/orders/getOrderById.mock.js +1 -0
- package/dist/queries/orders/getOrderById.mock.js.map +1 -1
- package/dist/queries/orders/getOrderById.queries.d.ts.map +1 -1
- package/dist/queries/orders/getOrderById.queries.js +1 -0
- package/dist/queries/orders/getOrderById.queries.js.map +1 -1
- package/package.json +1 -1
|
@@ -6764,7 +6764,7 @@ export var OrderTransactionErrorCode;
|
|
|
6764
6764
|
OrderTransactionErrorCode["AmazonPaymentsOrderReferenceCanceled"] = "AMAZON_PAYMENTS_ORDER_REFERENCE_CANCELED";
|
|
6765
6765
|
/** The order was not confirmed within three hours. */
|
|
6766
6766
|
OrderTransactionErrorCode["AmazonPaymentsStale"] = "AMAZON_PAYMENTS_STALE";
|
|
6767
|
-
/**
|
|
6767
|
+
/** The issuer declined the transaction, the customer should contact their issuer for more details. */
|
|
6768
6768
|
OrderTransactionErrorCode["CallIssuer"] = "CALL_ISSUER";
|
|
6769
6769
|
/** The card was declined. */
|
|
6770
6770
|
OrderTransactionErrorCode["CardDeclined"] = "CARD_DECLINED";
|
|
@@ -6784,7 +6784,7 @@ export var OrderTransactionErrorCode;
|
|
|
6784
6784
|
OrderTransactionErrorCode["IncorrectPin"] = "INCORRECT_PIN";
|
|
6785
6785
|
/** The ZIP or postal code doesn't match the one on file. */
|
|
6786
6786
|
OrderTransactionErrorCode["IncorrectZip"] = "INCORRECT_ZIP";
|
|
6787
|
-
/** The amount is
|
|
6787
|
+
/** The amount is invalid. */
|
|
6788
6788
|
OrderTransactionErrorCode["InvalidAmount"] = "INVALID_AMOUNT";
|
|
6789
6789
|
/** The payment method is not available in the customer's country. */
|
|
6790
6790
|
OrderTransactionErrorCode["InvalidCountry"] = "INVALID_COUNTRY";
|
|
@@ -11009,7 +11009,7 @@ export var WebhookSubscriptionTopic;
|
|
|
11009
11009
|
WebhookSubscriptionTopic["CollectionsCreate"] = "COLLECTIONS_CREATE";
|
|
11010
11010
|
/** The webhook topic for `collections/delete` events. Occurs whenever a collection is deleted. Requires the `read_products` scope. */
|
|
11011
11011
|
WebhookSubscriptionTopic["CollectionsDelete"] = "COLLECTIONS_DELETE";
|
|
11012
|
-
/** The webhook topic for `collections/update` events. Occurs whenever a collection is updated, including
|
|
11012
|
+
/** The webhook topic for `collections/update` events. Occurs whenever a collection is updated, including when a product is manually added or removed from the collection or when the collection rules change. Occurs once if multiple products are manually added or removed from a collection at the same time. Not fired when attribute changes affect whether a product matches a collection's rules. Requires the `read_products` scope. */
|
|
11013
11013
|
WebhookSubscriptionTopic["CollectionsUpdate"] = "COLLECTIONS_UPDATE";
|
|
11014
11014
|
/** The webhook topic for `collection_listings/add` events. Occurs whenever a collection listing is added. Requires the `read_product_listings` scope. */
|
|
11015
11015
|
WebhookSubscriptionTopic["CollectionListingsAdd"] = "COLLECTION_LISTINGS_ADD";
|