Skip to content

Commit c3aee98

Browse files
author
Víctor Díaz Marco
committed
Update to Netbox 3.7.7.
1 parent b6bf173 commit c3aee98

File tree

994 files changed

+5165
-2109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

994 files changed

+5165
-2109
lines changed

.openapi-generator/FILES

+14-2
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ docs/DataSourceTypeLabel.md
133133
docs/DataSourceTypeValue.md
134134
docs/DcimAPI.md
135135
docs/DcimDevicesRenderConfigCreateFormatParameter.md
136+
docs/DcimRacksElevationRetrieveFaceParameter.md
137+
docs/DcimRacksElevationRetrieveRenderParameter.md
136138
docs/Device.md
137139
docs/DeviceAirflow.md
138140
docs/DeviceAirflowLabel.md
@@ -371,7 +373,6 @@ docs/NestedLocation.md
371373
docs/NestedLocationRequest.md
372374
docs/NestedManufacturer.md
373375
docs/NestedManufacturerRequest.md
374-
docs/NestedModule.md
375376
docs/NestedModuleBay.md
376377
docs/NestedModuleBayRequest.md
377378
docs/NestedModuleType.md
@@ -520,6 +521,7 @@ docs/PaginatedRIRList.md
520521
docs/PaginatedRackList.md
521522
docs/PaginatedRackReservationList.md
522523
docs/PaginatedRackRoleList.md
524+
docs/PaginatedRackUnitList.md
523525
docs/PaginatedRearPortList.md
524526
docs/PaginatedRearPortTemplateList.md
525527
docs/PaginatedRegionList.md
@@ -610,6 +612,7 @@ docs/PatchedWritableFHRPGroupAssignmentRequest.md
610612
docs/PatchedWritableFrontPortRequest.md
611613
docs/PatchedWritableFrontPortTemplateRequest.md
612614
docs/PatchedWritableIKEPolicyRequest.md
615+
docs/PatchedWritableIKEPolicyRequestMode.md
613616
docs/PatchedWritableIKEPolicyRequestVersion.md
614617
docs/PatchedWritableIKEProposalRequest.md
615618
docs/PatchedWritableIKEProposalRequestAuthenticationAlgorithm.md
@@ -755,6 +758,9 @@ docs/RackStatus.md
755758
docs/RackStatusLabel.md
756759
docs/RackType.md
757760
docs/RackTypeLabel.md
761+
docs/RackUnit.md
762+
docs/RackUnitFace.md
763+
docs/RackUnitFaceValue.md
758764
docs/RackWidth.md
759765
docs/RackWidthLabel.md
760766
docs/RackWidthValue.md
@@ -1057,6 +1063,8 @@ model_data_source_type.go
10571063
model_data_source_type_label.go
10581064
model_data_source_type_value.go
10591065
model_dcim_devices_render_config_create_format_parameter.go
1066+
model_dcim_racks_elevation_retrieve_face_parameter.go
1067+
model_dcim_racks_elevation_retrieve_render_parameter.go
10601068
model_device.go
10611069
model_device_airflow.go
10621070
model_device_airflow_label.go
@@ -1293,7 +1301,6 @@ model_nested_location.go
12931301
model_nested_location_request.go
12941302
model_nested_manufacturer.go
12951303
model_nested_manufacturer_request.go
1296-
model_nested_module.go
12971304
model_nested_module_bay.go
12981305
model_nested_module_bay_request.go
12991306
model_nested_module_type.go
@@ -1441,6 +1448,7 @@ model_paginated_provider_network_list.go
14411448
model_paginated_rack_list.go
14421449
model_paginated_rack_reservation_list.go
14431450
model_paginated_rack_role_list.go
1451+
model_paginated_rack_unit_list.go
14441452
model_paginated_rear_port_list.go
14451453
model_paginated_rear_port_template_list.go
14461454
model_paginated_region_list.go
@@ -1532,6 +1540,7 @@ model_patched_writable_fhrp_group_assignment_request.go
15321540
model_patched_writable_front_port_request.go
15331541
model_patched_writable_front_port_template_request.go
15341542
model_patched_writable_ike_policy_request.go
1543+
model_patched_writable_ike_policy_request_mode.go
15351544
model_patched_writable_ike_policy_request_version.go
15361545
model_patched_writable_ike_proposal_request.go
15371546
model_patched_writable_ike_proposal_request_authentication_algorithm.go
@@ -1675,6 +1684,9 @@ model_rack_status.go
16751684
model_rack_status_label.go
16761685
model_rack_type.go
16771686
model_rack_type_label.go
1687+
model_rack_unit.go
1688+
model_rack_unit_face.go
1689+
model_rack_unit_face_value.go
16781690
model_rack_width.go
16791691
model_rack_width_label.go
16801692
model_rack_width_value.go

.openapi-generator/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.0
1+
7.5.0

api/netbox_version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.1
1+
3.7.7

0 commit comments

Comments
 (0)