Skip to content

Commit 2ca9419

Browse files
committed
feat: update generated APIs
1 parent a38b190 commit 2ca9419

File tree

11 files changed

+5
-9
lines changed

11 files changed

+5
-9
lines changed

packages_generated/account/src/v3/api.gen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
urlParams,
77
validatePathParam,
88
} from '@scaleway/sdk-client'
9-
109
import {
1110
marshalContractApiCheckContractSignatureRequest,
1211
marshalContractApiCreateContractSignatureRequest,

packages_generated/account/src/v3/types.gen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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-
43
import type { LanguageCode as StdLanguageCode } from '@scaleway/sdk-std'
54

65
export type ContractType =

packages_generated/autoscaling/src/v1alpha1/api.gen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
urlParams,
77
validatePathParam,
88
} from '@scaleway/sdk-client'
9-
109
import {
1110
marshalCreateInstanceGroupRequest,
1211
marshalCreateInstancePolicyRequest,

packages_generated/billing/src/v2beta1/api.gen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
urlParams,
88
validatePathParam,
99
} from '@scaleway/sdk-client'
10-
1110
import {
1211
unmarshalDiscount,
1312
unmarshalInvoice,

packages_generated/billing/src/v2beta1/marshalling.gen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
unmarshalDate,
77
unmarshalMoney,
88
} from '@scaleway/sdk-client'
9-
109
import type {
1110
Discount,
1211
DiscountCoupon,

packages_generated/environmental_footprint/src/v1alpha1/api.gen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// This file was automatically generated. DO NOT EDIT.
22
// If you have any remark or suggestion do not hesitate to open an issue.
33
import { API as ParentAPI, urlParams } from '@scaleway/sdk-client'
4-
54
import {
65
marshalUserApiDownloadImpactReportRequest,
76
unmarshalImpactDataResponse,

packages_generated/iam/src/v1alpha1/marshalling.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

986987
export const marshalUpdateApplicationRequest = (

packages_generated/iam/src/v1alpha1/types.gen.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

19411945
export type UpdateApplicationRequest = {

packages_generated/marketplace/src/v2/api.gen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
urlParams,
88
validatePathParam,
99
} from '@scaleway/sdk-client'
10-
1110
import {
1211
unmarshalCategory,
1312
unmarshalImage,

packages_generated/marketplace/src/v2/marshalling.gen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
unmarshalArrayOfObject,
66
unmarshalDate,
77
} from '@scaleway/sdk-client'
8-
98
import type {
109
Category,
1110
Image,

0 commit comments

Comments
 (0)