Skip to content

Commit 65dcaed

Browse files
author
equinix-labs@auto-commit-workflow
committed
ci: regenerate code for version 0.57.0 triggered by @d-bhola
1 parent ade5b7e commit 65dcaed

File tree

21 files changed

+203
-17
lines changed

21 files changed

+203
-17
lines changed

services/accesstokenv1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To begin, obtain OAuth 2.0 client credentials from the Equinix Developer Console
77
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
88

99
- API version: 1.2
10-
- Package version: 0.56.0
10+
- Package version: 0.57.0
1111
- Generator version: 7.12.0
1212
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1313
For more information, please visit [https://docs.equinix.com/api-support.htm](https://docs.equinix.com/api-support.htm)

services/accesstokenv1/configuration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/eiav2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Equinix Internet Access provides direct access to the Internet with scalable ban
66
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
77

88
- API version: 2.0
9-
- Package version: 0.56.0
9+
- Package version: 0.57.0
1010
- Generator version: 7.12.0
1111
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1212
For more information, please visit [https://equinix.com/about/](https://equinix.com/about/)

services/eiav2/configuration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/fabricv4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Equinix Fabric is an advanced software-defined interconnection solution that ena
66
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
77

88
- API version: 4.23
9-
- Package version: 0.56.0
9+
- Package version: 0.57.0
1010
- Generator version: 7.12.0
1111
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1212
For more information, please visit [https://docs.equinix.com/api-support.htm](https://docs.equinix.com/api-support.htm)

services/fabricv4/configuration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/metalv1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To exclude resources, and optimize response delivery, use the `exclude` query pa
8787
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
8888

8989
- API version: 1.0.0
90-
- Package version: 0.56.0
90+
- Package version: 0.57.0
9191
- Generator version: 7.12.0
9292
- Build package: org.openapitools.codegen.languages.GoClientCodegen
9393

services/metalv1/configuration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
README.md
2+
api_orders.go
3+
client.go
4+
configuration.go
5+
docs/Attachment.md
6+
docs/CancelRequest.md
7+
docs/Contacts.md
8+
docs/ContactsAvailability.md
9+
docs/ContactsDetails.md
10+
docs/ContactsDetailsType.md
11+
docs/ContactsType.md
12+
docs/CurrencyCode.md
13+
docs/ErrorDetails.md
14+
docs/Negotiations.md
15+
docs/NegotiationsRequest.md
16+
docs/NegotiationsRequestAction.md
17+
docs/Note.md
18+
docs/NoteRequest.md
19+
docs/NoteType.md
20+
docs/OrderDetails.md
21+
docs/Orders.md
22+
docs/OrdersApi.md
23+
docs/OrdersBase.md
24+
docs/OrdersBaseChannel.md
25+
docs/OrdersBaseQuoteRequestType.md
26+
docs/OrdersBaseStatus.md
27+
docs/OrdersBaseSubChannel.md
28+
docs/OrdersLine.md
29+
docs/OrdersLineRequestType.md
30+
docs/Price.md
31+
docs/PriceValueType.md
32+
docs/ProductAdditionalInfoInner.md
33+
docs/PurchaseOrder.md
34+
docs/PurchaseOrderType.md
35+
docs/TIMEZONELIST.md
36+
model_attachment.go
37+
model_cancel_request.go
38+
model_contacts.go
39+
model_contacts_availability.go
40+
model_contacts_details.go
41+
model_contacts_details_type.go
42+
model_contacts_type.go
43+
model_currency_code.go
44+
model_error_details.go
45+
model_negotiations.go
46+
model_negotiations_request.go
47+
model_negotiations_request_action.go
48+
model_note.go
49+
model_note_request.go
50+
model_note_type.go
51+
model_order_details.go
52+
model_orders.go
53+
model_orders_base.go
54+
model_orders_base_channel.go
55+
model_orders_base_quote_request_type.go
56+
model_orders_base_status.go
57+
model_orders_base_sub_channel.go
58+
model_orders_line.go
59+
model_orders_line_request_type.go
60+
model_price.go
61+
model_price_value_type.go
62+
model_product_additional_info_inner.go
63+
model_purchase_order.go
64+
model_purchase_order_type.go
65+
model_time_zone_list.go
66+
response.go
67+
utils.go
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7.12.0

0 commit comments

Comments
 (0)