expo-backend-types 0.60.0-feat-desfile-12-octubre.7 → 0.60.0-feat-desfile-12-octubre.8
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/dist/types/schema.d.ts +2 -2
- package/package.json +1 -1
package/dist/types/schema.d.ts
CHANGED
@@ -1686,9 +1686,9 @@ export interface paths {
|
|
1686
1686
|
path?: never;
|
1687
1687
|
cookie?: never;
|
1688
1688
|
};
|
1689
|
-
get
|
1689
|
+
get?: never;
|
1690
1690
|
put?: never;
|
1691
|
-
post
|
1691
|
+
post: operations["ExpoTicketsProducerLoginController_getEventTickets"];
|
1692
1692
|
delete?: never;
|
1693
1693
|
options?: never;
|
1694
1694
|
head?: never;
|