Skip to content

Commit 0034d68

Browse files
committed
fix: issue on doc gen
1 parent 9d1eb76 commit 0034d68

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

app/Swagger/Models/SummitSchema.php

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -78,28 +78,28 @@
7878
new OA\Property(property: 'marketing_site_oauth2_client_scopes', type: 'string' ),
7979
new OA\Property(property: 'default_ticket_type_currency', type: 'string' ),
8080
new OA\Property(property: 'default_ticket_type_currency_symbol', type: 'string' ),
81-
new OA\Property(property: 'ticket_types', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")) ),
82-
new OA\Property(property: 'locations', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=locations, full objects when included in expand.' ),
83-
new OA\Property(property: 'wifi_connections', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=wifi_connections, full objects when included in expand.' ),
84-
new OA\Property(property: 'selection_plans', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=selection_plans, full objects when included in expand.' ),
85-
new OA\Property(property: 'meeting_booking_room_allowed_attributes', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=meeting_booking_room_allowed_attributes, full objects when included in expand.' ),
86-
new OA\Property(property: 'summit_sponsors', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=summit_sponsors, full objects when included in expand.' ),
87-
new OA\Property(property: 'order_extra_questions', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=order_extra_questions, full objects when included in expand.' ),
88-
new OA\Property(property: 'tax_types', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=tax_types, full objects when included in expand.' ),
89-
new OA\Property(property: 'payment_profiles', type: 'array', items: new OA\Items(new OA\Schema(type: "object")), description: 'Array of PaymentGatewayProfile, when included in ?relations=payment_profiles, full objects when included in expand.' ),
90-
new OA\Property(property: 'email_flows_events', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=email_flows_events, full objects when included in expand.' ),
91-
new OA\Property(property: 'summit_documents', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=summit_documents, full objects when included in expand.' ),
92-
new OA\Property(property: 'featured_speakers', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=featured_speakers, full objects when included in expand.' ),
93-
new OA\Property(property: 'dates_with_events', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=dates_with_events, full objects when included in expand.' ),
94-
new OA\Property(property: 'presentation_action_types', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=presentation_action_types, full objects when included in expand.' ),
95-
new OA\Property(property: 'schedule_settings', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=schedule_settings, full objects when included in expand.' ),
96-
new OA\Property(property: 'badge_view_types', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=badge_view_types, full objects when included in expand.' ),
97-
new OA\Property(property: 'lead_report_settings', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=lead_report_settings, full objects when included in expand.' ),
98-
new OA\Property(property: 'badge_types', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=badge_types, full objects when included in expand.' ),
99-
new OA\Property(property: 'badge_features_types', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=badge_features_types, full objects when included in expand.' ),
100-
new OA\Property(property: 'badge_access_level_types', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=badge_access_level_types, full objects when included in expand.' ),
101-
new OA\Property(property: 'dates_with_events', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=dates_with_events, full objects when included in expand.' ),
102-
new OA\Property(property: 'supported_currencies', type: 'array', items: new OA\Items(new OA\Schema(type: "integer")), description: 'Array of Ids, when included in ?relations=supported_currencies, full objects when included in expand.' ),
81+
new OA\Property(property: 'ticket_types', type: 'array', items: new OA\Items(type: "integer") ),
82+
new OA\Property(property: 'locations', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=locations, full objects when included in expand.' ),
83+
new OA\Property(property: 'wifi_connections', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=wifi_connections, full objects when included in expand.' ),
84+
new OA\Property(property: 'selection_plans', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=selection_plans, full objects when included in expand.' ),
85+
new OA\Property(property: 'meeting_booking_room_allowed_attributes', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=meeting_booking_room_allowed_attributes, full objects when included in expand.' ),
86+
new OA\Property(property: 'summit_sponsors', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=summit_sponsors, full objects when included in expand.' ),
87+
new OA\Property(property: 'order_extra_questions', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=order_extra_questions, full objects when included in expand.' ),
88+
new OA\Property(property: 'tax_types', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=tax_types, full objects when included in expand.' ),
89+
new OA\Property(property: 'payment_profiles', type: 'array', items: new OA\Items(type: "object"), description: 'Array of PaymentGatewayProfile, when included in ?relations=payment_profiles, full objects when included in expand.' ),
90+
new OA\Property(property: 'email_flows_events', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=email_flows_events, full objects when included in expand.' ),
91+
new OA\Property(property: 'summit_documents', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=summit_documents, full objects when included in expand.' ),
92+
new OA\Property(property: 'featured_speakers', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=featured_speakers, full objects when included in expand.' ),
93+
new OA\Property(property: 'dates_with_events', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=dates_with_events, full objects when included in expand.' ),
94+
new OA\Property(property: 'presentation_action_types', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=presentation_action_types, full objects when included in expand.' ),
95+
new OA\Property(property: 'schedule_settings', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=schedule_settings, full objects when included in expand.' ),
96+
new OA\Property(property: 'badge_view_types', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=badge_view_types, full objects when included in expand.' ),
97+
new OA\Property(property: 'lead_report_settings', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=lead_report_settings, full objects when included in expand.' ),
98+
new OA\Property(property: 'badge_types', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=badge_types, full objects when included in expand.' ),
99+
new OA\Property(property: 'badge_features_types', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=badge_features_types, full objects when included in expand.' ),
100+
new OA\Property(property: 'badge_access_level_types', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=badge_access_level_types, full objects when included in expand.' ),
101+
new OA\Property(property: 'dates_with_events', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=dates_with_events, full objects when included in expand.' ),
102+
new OA\Property(property: 'supported_currencies', type: 'array', items: new OA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=supported_currencies, full objects when included in expand.' ),
103103

104104
])
105105
]

app/Swagger/Security/SummitAuthSchema.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
],
2424
)
2525
]
26+
2627
class SummitAuthSchema
2728
{
2829
}

0 commit comments

Comments
 (0)