@databutton/firebase-types 1.122.0 → 1.123.0

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.
@@ -123,6 +123,7 @@ export type CreateRiffCheckoutSessionRequest = {
123
123
  priceId: string;
124
124
  successUrl?: string;
125
125
  cancelUrl?: string;
126
+ quantity?: number;
126
127
  };
127
128
  export type CreateRiffCheckoutSessionResponse = {
128
129
  sessionId: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.122.0",
3
+ "version": "1.123.0",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {