Versions in this module Expand all Collapse all v0 v0.2.0 May 8, 2026 Changes in this version + var EmbeddedSpecs = map[string][]byte + type BillingClient interface + CreateBilling func(ctx context.Context, req *invoicemodel.CreateBillingRequest) ([]byte, error) + DeleteBilling func(ctx context.Context, id string) error + GetBilling func(ctx context.Context, id string) ([]byte, error) + GetBillings func(ctx context.Context, params api.BillingListParams) ([]byte, error) + UpdateBilling func(ctx context.Context, id string, req *invoicemodel.UpdateBillingRequest) ([]byte, error) + type DepartmentClient interface + GetPartnerDepartment func(ctx context.Context, partnerID, departmentID string) ([]byte, error) + GetPartnerDepartments func(ctx context.Context, partnerID string, params api.DepartmentListParams) ([]byte, error) + type DryRunBuilder interface + BuildRequest func(method, path string, query url.Values, body any) (*api.DryRunOutput, error) + type InvoiceClient interface + type ItemClient interface + GetItem func(ctx context.Context, id string) ([]byte, error) + GetItems func(ctx context.Context, params api.ItemListParams) ([]byte, error) + type PartnerClient interface + GetPartner func(ctx context.Context, id string) ([]byte, error) + GetPartners func(ctx context.Context, params api.PartnerListParams) ([]byte, error) v0.1.0 Mar 29, 2026 Changes in this version + var EmbeddedSpec []byte + func Execute()