vercel-api-js 1.14.1 → 1.14.2
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/dist/index.cjs +1 -1
- package/dist/index.d.ts +0 -12
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{schemas-ev1tjsfi.cjs → schemas-gb9msbpl.cjs} +0 -2
- package/dist/{schemas-jkpfjygi.js → schemas-m4ld9x7a.js} +0 -2
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.d.mts +0 -2
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.d.mts +0 -10
- package/dist/types.d.mts.map +1 -1
- package/package.json +3 -3
package/dist/types.d.mts
CHANGED
|
@@ -341,16 +341,6 @@ type Network = {
|
|
|
341
341
|
*/
|
|
342
342
|
createdAt: number;
|
|
343
343
|
egressIpAddresses?: string[] | undefined;
|
|
344
|
-
/**
|
|
345
|
-
* @description The BYOIP egress (NAT gateway) IP addresses pre-allocated for this network from the region\'s egress IPAM pool. Present in regions that have an egress pool. Customers can allowlist these addresses before egress is switched over to them, since they are reserved ahead of the switch.
|
|
346
|
-
* @type array | undefined
|
|
347
|
-
*/
|
|
348
|
-
reservedEgressIpAddresses?: string[] | undefined;
|
|
349
|
-
/**
|
|
350
|
-
* @description The single contiguous CIDR block from which all egress (NAT gateway) IP addresses are allocated. Present only for networks created with the egress CIDR block feature enabled. Customers can allowlist this range instead of individual egress IPs so it keeps working when AZs are added.
|
|
351
|
-
* @type string | undefined
|
|
352
|
-
*/
|
|
353
|
-
egressCidrBlock?: string | undefined;
|
|
354
344
|
/**
|
|
355
345
|
* @description Metadata about any AWS Route53 Hosted Zones associated with the Network.
|
|
356
346
|
* @type object | undefined
|