finish seat

This commit is contained in:
2026-01-25 04:52:44 -03:00
parent 5fac7888a8
commit 3719842ae9
31 changed files with 731 additions and 134 deletions

View File

@@ -61,7 +61,7 @@ Org = TypedDict('Org', {'org_id': str, 'name': str})
CreatedBy = TypedDict('CreatedBy', {'id': str, 'name': str})
Seat = TypedDict('Seat', {'id': str, 'sk': str})
Seat = TypedDict('Seat', {'order_id': str})
DeduplicationWindow = TypedDict('DeduplicationWindow', {'offset_days': int})
@@ -189,6 +189,7 @@ def enroll(
item={
'id': enrollment.id,
'sk': 'METADATA#SUBSCRIPTION_COVERED',
'billing_day': subscription['billing_day'],
'created_at': now_,
}
| subscription,