@cmssy/next 0.2.4 → 0.2.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 +11 -0
- package/dist/index.js +11 -0
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1117,10 +1117,21 @@ var ORDER_FIELDS = `
|
|
|
1117
1117
|
customerEmail
|
|
1118
1118
|
refundedAmount
|
|
1119
1119
|
paymentProvider
|
|
1120
|
+
paymentStatus
|
|
1121
|
+
fulfillmentStatus
|
|
1122
|
+
amountPaid
|
|
1123
|
+
balanceDue
|
|
1124
|
+
paymentReference
|
|
1125
|
+
trackingNumber
|
|
1126
|
+
trackingCarrier
|
|
1127
|
+
invoiceNumber
|
|
1128
|
+
invoiceUrl
|
|
1129
|
+
invoiceProvider
|
|
1120
1130
|
paidAt
|
|
1121
1131
|
fulfilledAt
|
|
1122
1132
|
createdAt
|
|
1123
1133
|
items { name price currency quantity sku }
|
|
1134
|
+
payments { amount reference provider at }
|
|
1124
1135
|
`;
|
|
1125
1136
|
var MY_ORDERS = `query MyOrders($workspaceId: ID!, $skip: Int, $limit: Int) {
|
|
1126
1137
|
myOrders(workspaceId: $workspaceId, skip: $skip, limit: $limit) {
|
package/dist/index.js
CHANGED
|
@@ -1115,10 +1115,21 @@ var ORDER_FIELDS = `
|
|
|
1115
1115
|
customerEmail
|
|
1116
1116
|
refundedAmount
|
|
1117
1117
|
paymentProvider
|
|
1118
|
+
paymentStatus
|
|
1119
|
+
fulfillmentStatus
|
|
1120
|
+
amountPaid
|
|
1121
|
+
balanceDue
|
|
1122
|
+
paymentReference
|
|
1123
|
+
trackingNumber
|
|
1124
|
+
trackingCarrier
|
|
1125
|
+
invoiceNumber
|
|
1126
|
+
invoiceUrl
|
|
1127
|
+
invoiceProvider
|
|
1118
1128
|
paidAt
|
|
1119
1129
|
fulfilledAt
|
|
1120
1130
|
createdAt
|
|
1121
1131
|
items { name price currency quantity sku }
|
|
1132
|
+
payments { amount reference provider at }
|
|
1122
1133
|
`;
|
|
1123
1134
|
var MY_ORDERS = `query MyOrders($workspaceId: ID!, $skip: Int, $limit: Int) {
|
|
1124
1135
|
myOrders(workspaceId: $workspaceId, skip: $skip, limit: $limit) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cmssy/next",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "Next.js App Router bindings for cmssy headless sites (createCmssyPage + draft preview)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cmssy",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"dist"
|
|
37
37
|
],
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@cmssy/react": "^0.2.
|
|
39
|
+
"@cmssy/react": "^0.2.5",
|
|
40
40
|
"next": ">=15",
|
|
41
41
|
"react": "^18.2.0 || ^19.0.0",
|
|
42
42
|
"react-dom": "^18.2.0 || ^19.0.0"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"tsup": "^8.3.0",
|
|
50
50
|
"typescript": "^5.6.0",
|
|
51
51
|
"vitest": "^2.1.0",
|
|
52
|
-
"@cmssy/react": "0.2.
|
|
52
|
+
"@cmssy/react": "0.2.5"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"jose": "^6.2.3"
|