@ehrenkind/shopify-lib 0.7.4 → 0.7.5
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/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -20347,7 +20347,7 @@ type OrderPaymentDetailsByIdQueryVariables = Exact<{
|
|
|
20347
20347
|
}>;
|
|
20348
20348
|
type OrderPaymentDetailsByIdQuery = {
|
|
20349
20349
|
order?: Maybe<{
|
|
20350
|
-
transactions: Array<(Pick<OrderTransaction, 'createdAt' | 'gateway' | 'formattedGateway' | 'kind' | 'paymentId'> & {
|
|
20350
|
+
transactions: Array<(Pick<OrderTransaction, 'createdAt' | 'gateway' | 'formattedGateway' | 'kind' | 'status' | 'paymentId'> & {
|
|
20351
20351
|
amountSet: {
|
|
20352
20352
|
shopMoney: Pick<MoneyV2, 'amount' | 'currencyCode'>;
|
|
20353
20353
|
presentmentMoney: Pick<MoneyV2, 'amount' | 'currencyCode'>;
|
|
@@ -20484,7 +20484,7 @@ interface GeneratedQueryTypes {
|
|
|
20484
20484
|
return: OrderCancellationInfoByNameQuery;
|
|
20485
20485
|
variables: OrderCancellationInfoByNameQueryVariables;
|
|
20486
20486
|
};
|
|
20487
|
-
"#graphql\n query orderPaymentDetailsById($id: ID!) {\n order(id: $id) {\n transactions {\n amountSet {\n shopMoney {\n amount\n currencyCode\n }\n presentmentMoney {\n amount\n currencyCode\n }\n }\n createdAt\n gateway\n formattedGateway\n kind\n paymentId\n }\n }\n }\n": {
|
|
20487
|
+
"#graphql\n query orderPaymentDetailsById($id: ID!) {\n order(id: $id) {\n transactions {\n amountSet {\n shopMoney {\n amount\n currencyCode\n }\n presentmentMoney {\n amount\n currencyCode\n }\n }\n createdAt\n gateway\n formattedGateway\n kind\n status\n paymentId\n }\n }\n }\n": {
|
|
20488
20488
|
return: OrderPaymentDetailsByIdQuery;
|
|
20489
20489
|
variables: OrderPaymentDetailsByIdQueryVariables;
|
|
20490
20490
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -20347,7 +20347,7 @@ type OrderPaymentDetailsByIdQueryVariables = Exact<{
|
|
|
20347
20347
|
}>;
|
|
20348
20348
|
type OrderPaymentDetailsByIdQuery = {
|
|
20349
20349
|
order?: Maybe<{
|
|
20350
|
-
transactions: Array<(Pick<OrderTransaction, 'createdAt' | 'gateway' | 'formattedGateway' | 'kind' | 'paymentId'> & {
|
|
20350
|
+
transactions: Array<(Pick<OrderTransaction, 'createdAt' | 'gateway' | 'formattedGateway' | 'kind' | 'status' | 'paymentId'> & {
|
|
20351
20351
|
amountSet: {
|
|
20352
20352
|
shopMoney: Pick<MoneyV2, 'amount' | 'currencyCode'>;
|
|
20353
20353
|
presentmentMoney: Pick<MoneyV2, 'amount' | 'currencyCode'>;
|
|
@@ -20484,7 +20484,7 @@ interface GeneratedQueryTypes {
|
|
|
20484
20484
|
return: OrderCancellationInfoByNameQuery;
|
|
20485
20485
|
variables: OrderCancellationInfoByNameQueryVariables;
|
|
20486
20486
|
};
|
|
20487
|
-
"#graphql\n query orderPaymentDetailsById($id: ID!) {\n order(id: $id) {\n transactions {\n amountSet {\n shopMoney {\n amount\n currencyCode\n }\n presentmentMoney {\n amount\n currencyCode\n }\n }\n createdAt\n gateway\n formattedGateway\n kind\n paymentId\n }\n }\n }\n": {
|
|
20487
|
+
"#graphql\n query orderPaymentDetailsById($id: ID!) {\n order(id: $id) {\n transactions {\n amountSet {\n shopMoney {\n amount\n currencyCode\n }\n presentmentMoney {\n amount\n currencyCode\n }\n }\n createdAt\n gateway\n formattedGateway\n kind\n status\n paymentId\n }\n }\n }\n": {
|
|
20488
20488
|
return: OrderPaymentDetailsByIdQuery;
|
|
20489
20489
|
variables: OrderPaymentDetailsByIdQueryVariables;
|
|
20490
20490
|
};
|