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.
@@ -1,5 +1,5 @@
1
1
 
2
- > vercel-api-js@0.21.0 build /home/runner/work/openapi-clients/openapi-clients/packages/vercel-api-js
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
@@ -1,5 +1,12 @@
1
1
  # vercel-api-js
2
2
 
3
+ ## 0.21.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 610c7dc: Add new tag 'tag_flags'
8
+ - fd37558: Move createProject endpoint from v10 to v11
9
+
3
10
  ## 0.21.0
4
11
 
5
12
  ### Minor Changes
package/dist/index.cjs CHANGED
@@ -355,7 +355,7 @@ const getProjects = (variables, signal) => fetch$1({
355
355
  signal
356
356
  });
357
357
  const createProject = (variables, signal) => fetch$1({
358
- url: "/v10/projects",
358
+ url: "/v11/projects",
359
359
  method: "post",
360
360
  ...variables,
361
361
  signal
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 /v10/projects': (variables: CreateProjectVariables, signal?: AbortSignal) => Promise<CreateProjectResponse>;
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 /v10/projects': (variables: CreateProjectVariables, signal?: AbortSignal) => Promise<CreateProjectResponse>;
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 /v10/projects': (variables: CreateProjectVariables, signal?: AbortSignal) => Promise<CreateProjectResponse>;
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 /v10/projects': (variables: CreateProjectVariables, signal?: AbortSignal) => Promise<CreateProjectResponse>;
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 /v10/projects': (variables: CreateProjectVariables, signal?: AbortSignal) => Promise<CreateProjectResponse>;
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 /v10/projects': (variables: CreateProjectVariables, signal?: AbortSignal) => Promise<CreateProjectResponse>;
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
@@ -353,7 +353,7 @@ const getProjects = (variables, signal) => fetch$1({
353
353
  signal
354
354
  });
355
355
  const createProject = (variables, signal) => fetch$1({
356
- url: "/v10/projects",
356
+ url: "/v11/projects",
357
357
  method: "post",
358
358
  ...variables,
359
359
  signal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel-api-js",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "description": "Vercel auto-generated type-safe API client",
5
5
  "author": "SferaDev",
6
6
  "license": "ISC",