@burdenoff/microfe-billing 2026.912.5 → 2026.912.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.
|
@@ -561,6 +561,7 @@ var y = t`
|
|
|
561
561
|
currency
|
|
562
562
|
duration
|
|
563
563
|
isActive
|
|
564
|
+
maxWorkspaces
|
|
564
565
|
}
|
|
565
566
|
}
|
|
566
567
|
${S}`, oe = t`
|
|
@@ -1260,7 +1261,7 @@ function Ie(t) {
|
|
|
1260
1261
|
return e.useQuery(H, r);
|
|
1261
1262
|
}
|
|
1262
1263
|
var U = t`
|
|
1263
|
-
query GetTransaction($id: ID!, $billingAccountId: ID
|
|
1264
|
+
query GetTransaction($id: ID!, $billingAccountId: ID) {
|
|
1264
1265
|
getTransaction(id: $id, billingAccountId: $billingAccountId) {
|
|
1265
1266
|
id
|
|
1266
1267
|
billingAccountId
|