Upsert a batch of (provider, model) rows from a JSON array. Each element must have provider, model, and the four price fields; null prices are written as SQL NULL.
(ctx context.Context, seed json.RawMessage)
| 1362 | // must have provider, model, and the four price fields; null prices are |
| 1363 | // written as SQL NULL. |
| 1364 | UpsertAIModelPrices(ctx context.Context, seed json.RawMessage) error |
| 1365 | // Returns true if a new rows was inserted, false otherwise. |
| 1366 | UpsertAISeatState(ctx context.Context, arg UpsertAISeatStateParams) (bool, error) |
| 1367 | UpsertAnnouncementBanners(ctx context.Context, value string) error |
no outgoing calls