Phase2: Invoicecomputation/AdminpricingUI/Ainvoicemgnt
All checks were successful
Build and Push / build (push) Successful in 1m34s
All checks were successful
Build and Push / build (push) Successful in 1m34s
This commit is contained in:
@@ -449,6 +449,13 @@ export interface PlatformPricing {
|
||||
export interface SkillPricing {
|
||||
skillId: string;
|
||||
dailyPriceChf: number;
|
||||
/**
|
||||
* One-time setup fee charged the first time this skill appears
|
||||
* on an invoice for a given tenant. Detection mirrors the
|
||||
* tenant-level setup fee: a `skill_setup` line is emitted only
|
||||
* when no prior invoice line exists for (tenant, skill).
|
||||
*/
|
||||
setupFeeChf: number;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
@@ -541,6 +548,7 @@ export type InvoiceLineKind =
|
||||
| "ai_usage"
|
||||
| "threema_messages"
|
||||
| "skill_usage"
|
||||
| "skill_setup"
|
||||
| "adjustment";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user