expo-backend-types 0.59.0-EXPO-405-EB-Rutas-necesarias.7 → 0.59.0-EXPO-405-EB-Rutas-necesarias.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.
@@ -4598,6 +4598,12 @@ export interface components {
4598
4598
  created_at: string;
4599
4599
  updated_at: string;
4600
4600
  };
4601
+ AllocateParticipantRoleDto: {
4602
+ roleIds: {
4603
+ id: string;
4604
+ }[];
4605
+ profileId: string;
4606
+ };
4601
4607
  AllocateParticipantRoleResponseDto: {
4602
4608
  id: string;
4603
4609
  shortId: number;
@@ -8399,7 +8405,11 @@ export interface operations {
8399
8405
  path?: never;
8400
8406
  cookie?: never;
8401
8407
  };
8402
- requestBody?: never;
8408
+ requestBody: {
8409
+ content: {
8410
+ "application/json": components["schemas"]["AllocateParticipantRoleDto"];
8411
+ };
8412
+ };
8403
8413
  responses: {
8404
8414
  200: {
8405
8415
  headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-backend-types",
3
- "version": "0.59.0-EXPO-405-EB-Rutas-necesarias.7",
3
+ "version": "0.59.0-EXPO-405-EB-Rutas-necesarias.8",
4
4
  "description": "",
5
5
  "author": "Expo",
6
6
  "private": false,