@burdenoff/microfe-store 2026.831.2 → 2026.912.1

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.
@@ -1035,6 +1035,13 @@ export type GetMyOrdersQuery = {
1035
1035
  lineItems: Record<string, unknown>;
1036
1036
  createdAt: string;
1037
1037
  updatedAt: string;
1038
+ transaction?: {
1039
+ __typename?: 'Transaction';
1040
+ id: string;
1041
+ currency: string;
1042
+ amount: number;
1043
+ metadata?: Record<string, unknown> | null;
1044
+ } | null;
1038
1045
  fulfillment?: {
1039
1046
  __typename?: 'OrderFulfillment';
1040
1047
  status: Types.FulfillmentStatus;
@@ -1259,6 +1259,12 @@ var W = t`
1259
1259
  total
1260
1260
  currency
1261
1261
  lineItems
1262
+ transaction {
1263
+ id
1264
+ currency
1265
+ amount
1266
+ metadata
1267
+ }
1262
1268
  fulfillment {
1263
1269
  status
1264
1270
  trackingNumber