Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 1 addition & 21 deletions packages/clients/src/api/applesilicon/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,7 @@ const jsonContentHeaders = {
'Content-Type': 'application/json; charset=utf-8',
}

/**
* Apple silicon API.
*
* Apple Mac mini as a service. Scaleway Apple silicon as-a-Service is built
* using the latest generation of Apple Mac mini hardware (fifth generation).
*
* These dedicated Mac mini M1s are designed for developing, building, testing,
* and signing applications for Apple devices, including iPhones, iPads, Mac
* computers and much more.
*
* Get set to explore, learn and build on a dedicated Mac mini M1 with more
* performance and speed than you ever thought possible.
*
* _Apple silicon as a Service comes with a minimum allocation period of 24
* hours_*.
*
* Mac mini and macOS are trademarks of Apple Inc., registered in the U.S. and
* other countries and regions. IOS is a trademark or registered trademark of
* Cisco in the U.S. and other countries and is used by Apple under license.
* Scaleway is not affiliated with Apple Inc.
*/
/** Apple silicon API. */
export class API extends ParentAPI {
/** Lists the available zones of the API. */
public static readonly LOCALITIES: Zone[] = ['fr-par-3']
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/src/api/function/v1beta1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export class API extends ParentAPI {

/**
* Create a new namespace. Create a new namespace in a specified Organization
* or Proejct.
* or Project.
*
* @param request - The request {@link CreateNamespaceRequest}
* @returns A Promise of Namespace
Expand Down