vercel-api-js 0.23.1 → 0.23.3

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,14 +1,14 @@
1
1
 
2
- > vercel-api-js@0.23.1 build /home/runner/work/openapi-clients/openapi-clients/packages/vercel-api-js
2
+ > vercel-api-js@0.23.3 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]
6
6
  [info] Building vercel-api-js
7
7
  [info] Cleaning dist directory: `./dist`
8
8
  [success] Build succeeded for vercel-api-js
9
- [log] dist/index.cjs (total size: 33.3 kB, chunk size: 33.3 kB, exports: VercelApi)
9
+ [log] dist/index.cjs (total size: 33.1 kB, chunk size: 33.1 kB, exports: VercelApi)
10
10
 
11
- [log] dist/index.mjs (total size: 33.2 kB, chunk size: 33.2 kB, exports: VercelApi)
11
+ [log] dist/index.mjs (total size: 33 kB, chunk size: 33 kB, exports: VercelApi)
12
12
 
13
- Σ Total dist size (byte size): 3.39 MB
13
+ Σ Total dist size (byte size): 3.4 MB
14
14
  [log]
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # vercel-api-js
2
2
 
3
+ ## 0.23.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 320f4c8: Add new flags explorer overrides threshold and unlimited overrides
8
+ - 11e409a: Rename 'GetV1ExperimentationItems' type to 'QueryExperimentationItems'
9
+ - 9220b02: Add new optional fields to ImportResourceRequestBody
10
+
11
+ ## 0.23.2
12
+
13
+ ### Patch Changes
14
+
15
+ - a365114: [BREAKING] Change the order of 'type' options in CreateProjectEnvResponse
16
+ - ad484c6: [BREAKING] Change handle values in CreateDeploymentResponse
17
+
3
18
  ## 0.23.1
4
19
 
5
20
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -320,7 +320,6 @@ const gitNamespaces = (variables, signal) => fetch$1({
320
320
  signal
321
321
  });
322
322
  const searchRepo = (variables, signal) => fetch$1({ url: "/v1/integrations/search-repo", method: "get", ...variables, signal });
323
- const getV1ExperimentationItems = (variables, signal) => fetch$1({ url: "/v1/experimentation/items", method: "get", ...variables, signal });
324
323
  const postV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationItems = (variables, signal) => fetch$1({
325
324
  url: "/v1/installations/{integrationConfigurationId}/resources/{resourceId}/experimentation/items",
326
325
  method: "post",
@@ -435,7 +434,7 @@ const getBypassIp = (variables, signal) => fetch$1({ url: "/v1/security/firewall
435
434
  const addBypassIp = (variables, signal) => fetch$1({ url: "/v1/security/firewall/bypass", method: "post", ...variables, signal });
436
435
  const removeBypassIp = (variables, signal) => fetch$1({ url: "/v1/security/firewall/bypass", method: "delete", ...variables, signal });
437
436
  const getTeamMembers = (variables, signal) => fetch$1({
438
- url: "/v2/teams/{teamId}/members",
437
+ url: "/v3/teams/{teamId}/members",
439
438
  method: "get",
440
439
  ...variables,
441
440
  signal
@@ -754,7 +753,6 @@ const operationsByTag = {
754
753
  putV1InstallationsIntegrationConfigurationIdResourcesResourceIdExperimentationEdgeConfig
755
754
  },
756
755
  authentication: { exchangeSsoToken, listAuthTokens, createAuthToken, getAuthToken, deleteAuthToken },
757
- apiExperimentation: { getV1ExperimentationItems },
758
756
  projectMembers: { getProjectMembers, addProjectMember, removeProjectMember },
759
757
  environment: {
760
758
  createCustomEnvironment,