vercel-api-js 0.21.0 → 0.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +7 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +6 -6
- package/dist/index.d.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> vercel-api-js@0.21.
|
|
2
|
+
> vercel-api-js@0.21.1 build /home/runner/work/openapi-clients/openapi-clients/packages/vercel-api-js
|
|
3
3
|
> unbuild
|
|
4
4
|
|
|
5
5
|
[info] Automatically detected entries: src/index [esm] [cjs] [dts]
|
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -7787,7 +7787,7 @@ declare const getConfigurations: (variables: GetConfigurationsVariables, signal?
|
|
|
7787
7787
|
isLegacy: boolean;
|
|
7788
7788
|
flags?: string[];
|
|
7789
7789
|
assignedBetaLabelAt?: number;
|
|
7790
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
7790
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
7791
7791
|
};
|
|
7792
7792
|
/**
|
|
7793
7793
|
* A timestamp that tells you when the configuration was installed successfully
|
|
@@ -20308,7 +20308,7 @@ declare const operationsByTag: {
|
|
|
20308
20308
|
isLegacy: boolean;
|
|
20309
20309
|
flags?: string[];
|
|
20310
20310
|
assignedBetaLabelAt?: number;
|
|
20311
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
20311
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
20312
20312
|
};
|
|
20313
20313
|
/**
|
|
20314
20314
|
* A timestamp that tells you when the configuration was installed successfully
|
|
@@ -22879,7 +22879,7 @@ declare const operationsByPath: {
|
|
|
22879
22879
|
isLegacy: boolean;
|
|
22880
22880
|
flags?: string[];
|
|
22881
22881
|
assignedBetaLabelAt?: number;
|
|
22882
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
22882
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
22883
22883
|
};
|
|
22884
22884
|
completedAt?: number;
|
|
22885
22885
|
createdAt: number;
|
|
@@ -22996,7 +22996,7 @@ declare const operationsByPath: {
|
|
|
22996
22996
|
'POST /v1/projects/{idOrName}/members': (variables: AddProjectMemberVariables, signal?: AbortSignal) => Promise<AddProjectMemberResponse>;
|
|
22997
22997
|
'DELETE /v1/projects/{idOrName}/members/{uid}': (variables: RemoveProjectMemberVariables, signal?: AbortSignal) => Promise<RemoveProjectMemberResponse>;
|
|
22998
22998
|
'GET /v10/projects': (variables: GetProjectsVariables, signal?: AbortSignal) => Promise<GetProjectsResponse>;
|
|
22999
|
-
'POST /
|
|
22999
|
+
'POST /v11/projects': (variables: CreateProjectVariables, signal?: AbortSignal) => Promise<CreateProjectResponse>;
|
|
23000
23000
|
'GET /v9/projects/{idOrName}': (variables: GetProjectVariables, signal?: AbortSignal) => Promise<GetProjectResponse>;
|
|
23001
23001
|
'PATCH /v9/projects/{idOrName}': (variables: UpdateProjectVariables, signal?: AbortSignal) => Promise<UpdateProjectResponse>;
|
|
23002
23002
|
'DELETE /v9/projects/{idOrName}': (variables: DeleteProjectVariables, signal?: AbortSignal) => Promise<undefined>;
|
|
@@ -24690,7 +24690,7 @@ declare class VercelApi {
|
|
|
24690
24690
|
isLegacy: boolean;
|
|
24691
24691
|
flags?: string[];
|
|
24692
24692
|
assignedBetaLabelAt?: number;
|
|
24693
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
24693
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
24694
24694
|
};
|
|
24695
24695
|
completedAt?: number;
|
|
24696
24696
|
createdAt: number;
|
|
@@ -24807,7 +24807,7 @@ declare class VercelApi {
|
|
|
24807
24807
|
'POST /v1/projects/{idOrName}/members': (variables: AddProjectMemberVariables, signal?: AbortSignal) => Promise<AddProjectMemberResponse>;
|
|
24808
24808
|
'DELETE /v1/projects/{idOrName}/members/{uid}': (variables: RemoveProjectMemberVariables, signal?: AbortSignal) => Promise<RemoveProjectMemberResponse>;
|
|
24809
24809
|
'GET /v10/projects': (variables: GetProjectsVariables, signal?: AbortSignal) => Promise<GetProjectsResponse>;
|
|
24810
|
-
'POST /
|
|
24810
|
+
'POST /v11/projects': (variables: CreateProjectVariables, signal?: AbortSignal) => Promise<CreateProjectResponse>;
|
|
24811
24811
|
'GET /v9/projects/{idOrName}': (variables: GetProjectVariables, signal?: AbortSignal) => Promise<GetProjectResponse>;
|
|
24812
24812
|
'PATCH /v9/projects/{idOrName}': (variables: UpdateProjectVariables, signal?: AbortSignal) => Promise<UpdateProjectResponse>;
|
|
24813
24813
|
'DELETE /v9/projects/{idOrName}': (variables: DeleteProjectVariables, signal?: AbortSignal) => Promise<undefined>;
|
package/dist/index.d.mts
CHANGED
|
@@ -7787,7 +7787,7 @@ declare const getConfigurations: (variables: GetConfigurationsVariables, signal?
|
|
|
7787
7787
|
isLegacy: boolean;
|
|
7788
7788
|
flags?: string[];
|
|
7789
7789
|
assignedBetaLabelAt?: number;
|
|
7790
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
7790
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
7791
7791
|
};
|
|
7792
7792
|
/**
|
|
7793
7793
|
* A timestamp that tells you when the configuration was installed successfully
|
|
@@ -20308,7 +20308,7 @@ declare const operationsByTag: {
|
|
|
20308
20308
|
isLegacy: boolean;
|
|
20309
20309
|
flags?: string[];
|
|
20310
20310
|
assignedBetaLabelAt?: number;
|
|
20311
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
20311
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
20312
20312
|
};
|
|
20313
20313
|
/**
|
|
20314
20314
|
* A timestamp that tells you when the configuration was installed successfully
|
|
@@ -22879,7 +22879,7 @@ declare const operationsByPath: {
|
|
|
22879
22879
|
isLegacy: boolean;
|
|
22880
22880
|
flags?: string[];
|
|
22881
22881
|
assignedBetaLabelAt?: number;
|
|
22882
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
22882
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
22883
22883
|
};
|
|
22884
22884
|
completedAt?: number;
|
|
22885
22885
|
createdAt: number;
|
|
@@ -22996,7 +22996,7 @@ declare const operationsByPath: {
|
|
|
22996
22996
|
'POST /v1/projects/{idOrName}/members': (variables: AddProjectMemberVariables, signal?: AbortSignal) => Promise<AddProjectMemberResponse>;
|
|
22997
22997
|
'DELETE /v1/projects/{idOrName}/members/{uid}': (variables: RemoveProjectMemberVariables, signal?: AbortSignal) => Promise<RemoveProjectMemberResponse>;
|
|
22998
22998
|
'GET /v10/projects': (variables: GetProjectsVariables, signal?: AbortSignal) => Promise<GetProjectsResponse>;
|
|
22999
|
-
'POST /
|
|
22999
|
+
'POST /v11/projects': (variables: CreateProjectVariables, signal?: AbortSignal) => Promise<CreateProjectResponse>;
|
|
23000
23000
|
'GET /v9/projects/{idOrName}': (variables: GetProjectVariables, signal?: AbortSignal) => Promise<GetProjectResponse>;
|
|
23001
23001
|
'PATCH /v9/projects/{idOrName}': (variables: UpdateProjectVariables, signal?: AbortSignal) => Promise<UpdateProjectResponse>;
|
|
23002
23002
|
'DELETE /v9/projects/{idOrName}': (variables: DeleteProjectVariables, signal?: AbortSignal) => Promise<undefined>;
|
|
@@ -24690,7 +24690,7 @@ declare class VercelApi {
|
|
|
24690
24690
|
isLegacy: boolean;
|
|
24691
24691
|
flags?: string[];
|
|
24692
24692
|
assignedBetaLabelAt?: number;
|
|
24693
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
24693
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
24694
24694
|
};
|
|
24695
24695
|
completedAt?: number;
|
|
24696
24696
|
createdAt: number;
|
|
@@ -24807,7 +24807,7 @@ declare class VercelApi {
|
|
|
24807
24807
|
'POST /v1/projects/{idOrName}/members': (variables: AddProjectMemberVariables, signal?: AbortSignal) => Promise<AddProjectMemberResponse>;
|
|
24808
24808
|
'DELETE /v1/projects/{idOrName}/members/{uid}': (variables: RemoveProjectMemberVariables, signal?: AbortSignal) => Promise<RemoveProjectMemberResponse>;
|
|
24809
24809
|
'GET /v10/projects': (variables: GetProjectsVariables, signal?: AbortSignal) => Promise<GetProjectsResponse>;
|
|
24810
|
-
'POST /
|
|
24810
|
+
'POST /v11/projects': (variables: CreateProjectVariables, signal?: AbortSignal) => Promise<CreateProjectResponse>;
|
|
24811
24811
|
'GET /v9/projects/{idOrName}': (variables: GetProjectVariables, signal?: AbortSignal) => Promise<GetProjectResponse>;
|
|
24812
24812
|
'PATCH /v9/projects/{idOrName}': (variables: UpdateProjectVariables, signal?: AbortSignal) => Promise<UpdateProjectResponse>;
|
|
24813
24813
|
'DELETE /v9/projects/{idOrName}': (variables: DeleteProjectVariables, signal?: AbortSignal) => Promise<undefined>;
|
package/dist/index.d.ts
CHANGED
|
@@ -7787,7 +7787,7 @@ declare const getConfigurations: (variables: GetConfigurationsVariables, signal?
|
|
|
7787
7787
|
isLegacy: boolean;
|
|
7788
7788
|
flags?: string[];
|
|
7789
7789
|
assignedBetaLabelAt?: number;
|
|
7790
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
7790
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
7791
7791
|
};
|
|
7792
7792
|
/**
|
|
7793
7793
|
* A timestamp that tells you when the configuration was installed successfully
|
|
@@ -20308,7 +20308,7 @@ declare const operationsByTag: {
|
|
|
20308
20308
|
isLegacy: boolean;
|
|
20309
20309
|
flags?: string[];
|
|
20310
20310
|
assignedBetaLabelAt?: number;
|
|
20311
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
20311
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
20312
20312
|
};
|
|
20313
20313
|
/**
|
|
20314
20314
|
* A timestamp that tells you when the configuration was installed successfully
|
|
@@ -22879,7 +22879,7 @@ declare const operationsByPath: {
|
|
|
22879
22879
|
isLegacy: boolean;
|
|
22880
22880
|
flags?: string[];
|
|
22881
22881
|
assignedBetaLabelAt?: number;
|
|
22882
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
22882
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
22883
22883
|
};
|
|
22884
22884
|
completedAt?: number;
|
|
22885
22885
|
createdAt: number;
|
|
@@ -22996,7 +22996,7 @@ declare const operationsByPath: {
|
|
|
22996
22996
|
'POST /v1/projects/{idOrName}/members': (variables: AddProjectMemberVariables, signal?: AbortSignal) => Promise<AddProjectMemberResponse>;
|
|
22997
22997
|
'DELETE /v1/projects/{idOrName}/members/{uid}': (variables: RemoveProjectMemberVariables, signal?: AbortSignal) => Promise<RemoveProjectMemberResponse>;
|
|
22998
22998
|
'GET /v10/projects': (variables: GetProjectsVariables, signal?: AbortSignal) => Promise<GetProjectsResponse>;
|
|
22999
|
-
'POST /
|
|
22999
|
+
'POST /v11/projects': (variables: CreateProjectVariables, signal?: AbortSignal) => Promise<CreateProjectResponse>;
|
|
23000
23000
|
'GET /v9/projects/{idOrName}': (variables: GetProjectVariables, signal?: AbortSignal) => Promise<GetProjectResponse>;
|
|
23001
23001
|
'PATCH /v9/projects/{idOrName}': (variables: UpdateProjectVariables, signal?: AbortSignal) => Promise<UpdateProjectResponse>;
|
|
23002
23002
|
'DELETE /v9/projects/{idOrName}': (variables: DeleteProjectVariables, signal?: AbortSignal) => Promise<undefined>;
|
|
@@ -24690,7 +24690,7 @@ declare class VercelApi {
|
|
|
24690
24690
|
isLegacy: boolean;
|
|
24691
24691
|
flags?: string[];
|
|
24692
24692
|
assignedBetaLabelAt?: number;
|
|
24693
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
24693
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
24694
24694
|
};
|
|
24695
24695
|
completedAt?: number;
|
|
24696
24696
|
createdAt: number;
|
|
@@ -24807,7 +24807,7 @@ declare class VercelApi {
|
|
|
24807
24807
|
'POST /v1/projects/{idOrName}/members': (variables: AddProjectMemberVariables, signal?: AbortSignal) => Promise<AddProjectMemberResponse>;
|
|
24808
24808
|
'DELETE /v1/projects/{idOrName}/members/{uid}': (variables: RemoveProjectMemberVariables, signal?: AbortSignal) => Promise<RemoveProjectMemberResponse>;
|
|
24809
24809
|
'GET /v10/projects': (variables: GetProjectsVariables, signal?: AbortSignal) => Promise<GetProjectsResponse>;
|
|
24810
|
-
'POST /
|
|
24810
|
+
'POST /v11/projects': (variables: CreateProjectVariables, signal?: AbortSignal) => Promise<CreateProjectResponse>;
|
|
24811
24811
|
'GET /v9/projects/{idOrName}': (variables: GetProjectVariables, signal?: AbortSignal) => Promise<GetProjectResponse>;
|
|
24812
24812
|
'PATCH /v9/projects/{idOrName}': (variables: UpdateProjectVariables, signal?: AbortSignal) => Promise<UpdateProjectResponse>;
|
|
24813
24813
|
'DELETE /v9/projects/{idOrName}': (variables: DeleteProjectVariables, signal?: AbortSignal) => Promise<undefined>;
|
package/dist/index.mjs
CHANGED