File tree Expand file tree Collapse file tree 11 files changed +5
-9
lines changed
product_catalog/src/v2alpha1 Expand file tree Collapse file tree 11 files changed +5
-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 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 @@ -981,6 +981,7 @@ export const marshalUpdateAPIKeyRequest = (
981981) : Record < string , unknown > => ( {
982982 default_project_id : request . defaultProjectId ,
983983 description : request . description ,
984+ expires_at : request . expiresAt ,
984985} )
985986
986987export const marshalUpdateApplicationRequest = (
Original file line number Diff line number Diff line change @@ -1936,6 +1936,10 @@ export type UpdateAPIKeyRequest = {
19361936 * New description to update.
19371937 */
19381938 description ?: string
1939+ /**
1940+ * New expiration date of the API key.
1941+ */
1942+ expiresAt ?: Date
19391943}
19401944
19411945export type UpdateApplicationRequest = {
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