@redotech/redo-api-schema 2.2.90 → 2.2.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/openapi.d.ts +3 -3
- package/lib/openapi.yaml +4 -0
- package/package.json +1 -1
package/lib/openapi.d.ts
CHANGED
|
@@ -694,10 +694,10 @@ export interface components {
|
|
|
694
694
|
*/
|
|
695
695
|
lineItems: {
|
|
696
696
|
coupons?: {
|
|
697
|
-
code
|
|
697
|
+
code: string;
|
|
698
698
|
/** @description The amount this coupon discounts in dollars for this line item. */
|
|
699
|
-
discountAmount
|
|
700
|
-
id
|
|
699
|
+
discountAmount: components["schemas"]["money.schema"];
|
|
700
|
+
id: string;
|
|
701
701
|
}[];
|
|
702
702
|
/**
|
|
703
703
|
* ID
|
package/lib/openapi.yaml
CHANGED
package/package.json
CHANGED