Gets the total number of managed agents created between two dates. Uses the aggregate table to avoid large scans or a complex index on the usage_events table. This has the trade off that we can't count accurately between two exact timestamps. The provided timestamps will be converted to UTC and tru
(ctx context.Context, arg GetTotalUsageDCManagedAgentsV1Params)
| 748 | // the events that happened on and between the two dates. Both dates are |
| 749 | // inclusive. |
| 750 | GetTotalUsageDCManagedAgentsV1(ctx context.Context, arg GetTotalUsageDCManagedAgentsV1Params) (int64, error) |
| 751 | GetUnexpiredLicenses(ctx context.Context) ([]License, error) |
| 752 | GetUserAIProviderKeyByProviderID(ctx context.Context, arg GetUserAIProviderKeyByProviderIDParams) (UserAiProviderKey, error) |
| 753 | // GetUserAIProviderKeys is used by dbcrypt key rotation. Request paths should use |
no outgoing calls