File tree Expand file tree Collapse file tree 11 files changed +10
-9
lines changed
product_catalog/src/v2alpha1 Expand file tree Collapse file tree 11 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 66 urlParams ,
77 validatePathParam ,
88} from '@scaleway/sdk-client'
9-
109import {
1110 marshalContractApiCheckContractSignatureRequest ,
1211 marshalContractApiCreateContractSignatureRequest ,
Original file line number Diff line number Diff line change 11// This file was automatically generated. DO NOT EDIT.
22// If you have any remark or suggestion do not hesitate to open an issue.
3-
43import type { LanguageCode as StdLanguageCode } from '@scaleway/sdk-std'
54
65export type ContractType =
Original file line number Diff line number Diff line change 66 urlParams ,
77 validatePathParam ,
88} from '@scaleway/sdk-client'
9-
109import {
1110 marshalCreateInstanceGroupRequest ,
1211 marshalCreateInstancePolicyRequest ,
Original file line number Diff line number Diff line change @@ -367,6 +367,8 @@ export const unmarshalOS = (data: unknown): OS => {
367367
368368 return {
369369 allowed : data . allowed ,
370+ cloudInitSupported : data . cloud_init_supported ,
371+ cloudInitVersion : data . cloud_init_version ,
370372 customPartitioningSupported : data . custom_partitioning_supported ,
371373 enabled : data . enabled ,
372374 id : data . id ,
Original file line number Diff line number Diff line change @@ -671,6 +671,14 @@ export interface OS {
671671 * Defines if custom partitioning is supported by this OS.
672672 */
673673 customPartitioningSupported : boolean
674+ /**
675+ * Defines if cloud-init is supported by this OS.
676+ */
677+ cloudInitSupported : boolean
678+ /**
679+ * Defines the cloud-init API version used by this OS.
680+ */
681+ cloudInitVersion ?: string
674682 /**
675683 * Zone in which is the OS is available.
676684 */
Original file line number Diff line number Diff line change 77 urlParams ,
88 validatePathParam ,
99} from '@scaleway/sdk-client'
10-
1110import {
1211 unmarshalDiscount ,
1312 unmarshalInvoice ,
Original file line number Diff line number Diff line change 66 unmarshalDate ,
77 unmarshalMoney ,
88} from '@scaleway/sdk-client'
9-
109import type {
1110 Discount ,
1211 DiscountCoupon ,
Original file line number Diff line number Diff line change 11// This file was automatically generated. DO NOT EDIT.
22// If you have any remark or suggestion do not hesitate to open an issue.
33import { API as ParentAPI , urlParams } from '@scaleway/sdk-client'
4-
54import {
65 marshalUserApiDownloadImpactReportRequest ,
76 unmarshalImpactDataResponse ,
Original file line number Diff line number Diff line change 77 urlParams ,
88 validatePathParam ,
99} from '@scaleway/sdk-client'
10-
1110import {
1211 unmarshalCategory ,
1312 unmarshalImage ,
Original file line number Diff line number Diff line change 55 unmarshalArrayOfObject ,
66 unmarshalDate ,
77} from '@scaleway/sdk-client'
8-
98import type {
109 Category ,
1110 Image ,
You can’t perform that action at this time.
0 commit comments