@cmssy/next 0.2.4 → 0.2.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/dist/index.cjs CHANGED
@@ -1113,14 +1113,27 @@ var ORDER_FIELDS = `
1113
1113
  subtotal
1114
1114
  tax
1115
1115
  total
1116
+ pricesIncludeTax
1117
+ taxSummary { rateId name rate base amount }
1116
1118
  currency
1117
1119
  customerEmail
1118
1120
  refundedAmount
1119
1121
  paymentProvider
1122
+ paymentStatus
1123
+ fulfillmentStatus
1124
+ amountPaid
1125
+ balanceDue
1126
+ paymentReference
1127
+ trackingNumber
1128
+ trackingCarrier
1129
+ invoiceNumber
1130
+ invoiceUrl
1131
+ invoiceProvider
1120
1132
  paidAt
1121
1133
  fulfilledAt
1122
1134
  createdAt
1123
1135
  items { name price currency quantity sku }
1136
+ payments { amount reference provider at }
1124
1137
  `;
1125
1138
  var MY_ORDERS = `query MyOrders($workspaceId: ID!, $skip: Int, $limit: Int) {
1126
1139
  myOrders(workspaceId: $workspaceId, skip: $skip, limit: $limit) {
package/dist/index.js CHANGED
@@ -1111,14 +1111,27 @@ var ORDER_FIELDS = `
1111
1111
  subtotal
1112
1112
  tax
1113
1113
  total
1114
+ pricesIncludeTax
1115
+ taxSummary { rateId name rate base amount }
1114
1116
  currency
1115
1117
  customerEmail
1116
1118
  refundedAmount
1117
1119
  paymentProvider
1120
+ paymentStatus
1121
+ fulfillmentStatus
1122
+ amountPaid
1123
+ balanceDue
1124
+ paymentReference
1125
+ trackingNumber
1126
+ trackingCarrier
1127
+ invoiceNumber
1128
+ invoiceUrl
1129
+ invoiceProvider
1118
1130
  paidAt
1119
1131
  fulfilledAt
1120
1132
  createdAt
1121
1133
  items { name price currency quantity sku }
1134
+ payments { amount reference provider at }
1122
1135
  `;
1123
1136
  var MY_ORDERS = `query MyOrders($workspaceId: ID!, $skip: Int, $limit: Int) {
1124
1137
  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.4",
3
+ "version": "0.2.6",
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.4",
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.4"
52
+ "@cmssy/react": "0.2.6"
53
53
  },
54
54
  "dependencies": {
55
55
  "jose": "^6.2.3"