Skip to content

Commit 658c940

Browse files
committed
chore: review comments
1 parent 55437c0 commit 658c940

5 files changed

Lines changed: 759 additions & 757 deletions

File tree

api/spec/packages/aip-client-javascript/src/models/schemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5169,7 +5169,7 @@ export const invoice = z
51695169
.discriminatedUnion('type', [invoiceStandard])
51705170

51715171
.describe(
5172-
'An invoice issued to a customer. The `type` field determines the concrete variant: - `standard`: a standard invoice for charges owed. - `credit_note`: a credit note reducing a previous invoice amount.',
5172+
'An invoice issued to a customer. The `type` field determines the concrete variant: - `standard`: a standard invoice for charges owed.',
51735173
)
51745174

51755175
export const listMeteringEventsQueryParams = z.object({

api/spec/packages/aip/src/invoices/invoice.tsp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ scalar InvoiceNumber extends string;
3131
* The `type` field determines the concrete variant:
3232
*
3333
* - `standard`: a standard invoice for charges owed.
34-
* - `credit_note`: a credit note reducing a previous invoice amount.
3534
*/
3635
@friendlyName("BillingInvoice")
3736
@discriminated(#{ discriminatorPropertyName: "type", envelope: "none" })
@@ -801,7 +800,7 @@ model InvoiceLineBaseDiscount {
801800
* External identifiers for this discount.
802801
*/
803802
@visibility(Lifecycle.Read)
804-
@summary("External IDs")
803+
@summary("External references")
805804
external_references?: InvoiceLineExternalReferences;
806805
}
807806

0 commit comments

Comments
 (0)