@pulumiverse/vercel 4.6.1 → 5.3.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.
Files changed (153) hide show
  1. package/accessGroup.d.ts +3 -2
  2. package/accessGroup.js +3 -2
  3. package/accessGroup.js.map +1 -1
  4. package/accessGroupProject.d.ts +4 -3
  5. package/accessGroupProject.js +4 -3
  6. package/accessGroupProject.js.map +1 -1
  7. package/attackChallengeMode.d.ts +4 -4
  8. package/attackChallengeMode.js +4 -4
  9. package/blobObject.d.ts +177 -0
  10. package/blobObject.js +89 -0
  11. package/blobObject.js.map +1 -0
  12. package/blobProjectConnection.d.ts +144 -0
  13. package/blobProjectConnection.js +105 -0
  14. package/blobProjectConnection.js.map +1 -0
  15. package/blobStore.d.ts +159 -0
  16. package/blobStore.js +100 -0
  17. package/blobStore.js.map +1 -0
  18. package/bulkRedirects.d.ts +135 -0
  19. package/bulkRedirects.js +114 -0
  20. package/bulkRedirects.js.map +1 -0
  21. package/customEnvironment.d.ts +7 -9
  22. package/customEnvironment.js +7 -9
  23. package/customEnvironment.js.map +1 -1
  24. package/deployment.d.ts +36 -0
  25. package/deployment.js +27 -0
  26. package/deployment.js.map +1 -1
  27. package/dnsRecord.d.ts +8 -12
  28. package/dnsRecord.js +8 -12
  29. package/dnsRecord.js.map +1 -1
  30. package/edgeConfig.d.ts +7 -9
  31. package/edgeConfig.js +7 -9
  32. package/edgeConfig.js.map +1 -1
  33. package/edgeConfigItem.d.ts +6 -10
  34. package/edgeConfigItem.js +6 -10
  35. package/edgeConfigItem.js.map +1 -1
  36. package/edgeConfigSchema.d.ts +6 -8
  37. package/edgeConfigSchema.js +6 -8
  38. package/edgeConfigSchema.js.map +1 -1
  39. package/edgeConfigToken.d.ts +7 -11
  40. package/edgeConfigToken.js +7 -11
  41. package/edgeConfigToken.js.map +1 -1
  42. package/featureFlagConfig.d.ts +167 -0
  43. package/featureFlagConfig.js +131 -0
  44. package/featureFlagConfig.js.map +1 -0
  45. package/featureFlagDefinition.d.ts +160 -0
  46. package/featureFlagDefinition.js +111 -0
  47. package/featureFlagDefinition.js.map +1 -0
  48. package/featureFlagSdkKey.d.ts +160 -0
  49. package/featureFlagSdkKey.js +120 -0
  50. package/featureFlagSdkKey.js.map +1 -0
  51. package/featureFlagSegment.d.ts +191 -0
  52. package/featureFlagSegment.js +126 -0
  53. package/featureFlagSegment.js.map +1 -0
  54. package/firewallBypass.d.ts +3 -2
  55. package/firewallBypass.js +3 -2
  56. package/firewallBypass.js.map +1 -1
  57. package/firewallConfig.d.ts +2 -0
  58. package/firewallConfig.js +2 -0
  59. package/firewallConfig.js.map +1 -1
  60. package/getBlobObject.d.ts +100 -0
  61. package/getBlobObject.js +32 -0
  62. package/getBlobObject.js.map +1 -0
  63. package/getBlobProjectConnections.d.ts +91 -0
  64. package/getBlobProjectConnections.js +64 -0
  65. package/getBlobProjectConnections.js.map +1 -0
  66. package/getBlobStore.d.ts +104 -0
  67. package/getBlobStore.js +54 -0
  68. package/getBlobStore.js.map +1 -0
  69. package/getBlobStoreSecrets.d.ts +80 -0
  70. package/getBlobStoreSecrets.js +54 -0
  71. package/getBlobStoreSecrets.js.map +1 -0
  72. package/getBlobStores.d.ts +63 -0
  73. package/getBlobStores.js +48 -0
  74. package/getBlobStores.js.map +1 -0
  75. package/getBulkRedirects.d.ts +97 -0
  76. package/getBulkRedirects.js +60 -0
  77. package/getBulkRedirects.js.map +1 -0
  78. package/getFeatureFlag.d.ts +121 -0
  79. package/getFeatureFlag.js +60 -0
  80. package/getFeatureFlag.js.map +1 -0
  81. package/getFeatureFlagSdkKey.d.ts +100 -0
  82. package/getFeatureFlagSdkKey.js +60 -0
  83. package/getFeatureFlagSdkKey.js.map +1 -0
  84. package/getFeatureFlagSegment.d.ts +113 -0
  85. package/getFeatureFlagSegment.js +60 -0
  86. package/getFeatureFlagSegment.js.map +1 -0
  87. package/getFile.d.ts +9 -0
  88. package/getFile.js.map +1 -1
  89. package/getPrebuiltProject.d.ts +51 -0
  90. package/getPrebuiltProject.js +42 -0
  91. package/getPrebuiltProject.js.map +1 -1
  92. package/getProject.d.ts +14 -4
  93. package/getProject.js.map +1 -1
  94. package/getProjectDirectory.d.ts +47 -0
  95. package/getProjectDirectory.js +38 -0
  96. package/getProjectDirectory.js.map +1 -1
  97. package/getProjectRoutes.d.ts +89 -0
  98. package/getProjectRoutes.js +62 -0
  99. package/getProjectRoutes.js.map +1 -0
  100. package/index.d.ts +63 -0
  101. package/index.js +88 -2
  102. package/index.js.map +1 -1
  103. package/logDrain.d.ts +6 -8
  104. package/logDrain.js +6 -8
  105. package/logDrain.js.map +1 -1
  106. package/microfrontendGroup.d.ts +4 -5
  107. package/microfrontendGroup.js +4 -5
  108. package/microfrontendGroup.js.map +1 -1
  109. package/microfrontendGroupMembership.d.ts +4 -7
  110. package/microfrontendGroupMembership.js +4 -7
  111. package/microfrontendGroupMembership.js.map +1 -1
  112. package/package.json +2 -2
  113. package/project.d.ts +75 -38
  114. package/project.js +53 -14
  115. package/project.js.map +1 -1
  116. package/projectCrons.d.ts +6 -7
  117. package/projectCrons.js +6 -7
  118. package/projectCrons.js.map +1 -1
  119. package/projectDeploymentRetention.d.ts +12 -4
  120. package/projectDeploymentRetention.js +12 -4
  121. package/projectDeploymentRetention.js.map +1 -1
  122. package/projectDomain.d.ts +6 -8
  123. package/projectDomain.js +6 -8
  124. package/projectDomain.js.map +1 -1
  125. package/projectEnvironmentVariable.d.ts +24 -20
  126. package/projectEnvironmentVariable.js +23 -16
  127. package/projectEnvironmentVariable.js.map +1 -1
  128. package/projectEnvironmentVariables.d.ts +18 -5
  129. package/projectEnvironmentVariables.js +18 -5
  130. package/projectEnvironmentVariables.js.map +1 -1
  131. package/projectMembers.d.ts +6 -0
  132. package/projectMembers.js +6 -0
  133. package/projectMembers.js.map +1 -1
  134. package/projectProtectionBypass.d.ts +171 -0
  135. package/projectProtectionBypass.js +119 -0
  136. package/projectProtectionBypass.js.map +1 -0
  137. package/projectRoute.d.ts +219 -0
  138. package/projectRoute.js +148 -0
  139. package/projectRoute.js.map +1 -0
  140. package/sharedEnvironmentVariable.d.ts +28 -9
  141. package/sharedEnvironmentVariable.js +27 -5
  142. package/sharedEnvironmentVariable.js.map +1 -1
  143. package/teamConfig.d.ts +3 -2
  144. package/teamConfig.js +3 -2
  145. package/teamConfig.js.map +1 -1
  146. package/teamMember.d.ts +3 -1
  147. package/teamMember.js +3 -1
  148. package/teamMember.js.map +1 -1
  149. package/types/input.d.ts +324 -4
  150. package/types/output.d.ts +705 -2
  151. package/userToken.d.ts +186 -0
  152. package/userToken.js +115 -0
  153. package/userToken.js.map +1 -0
@@ -1,9 +1,33 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Provides the output of a project built via `vercel build` and provides metadata for use with a `vercel.Deployment`
4
+ *
5
+ * The [build command](https://vercel.com/docs/cli#commands/build) can be used to build a project locally or in your own CI environment.
6
+ * Build artifacts are placed into the `.vercel/output` directory according to the [Build Output API](https://vercel.com/docs/build-output-api/v3).
7
+ *
8
+ * This allows a Vercel Deployment to be created without sharing the Project's source code with Vercel.
9
+ *
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as vercel from "@pulumiverse/vercel";
15
+ *
16
+ * // In this example, we are assuming that a nextjs UI exists in a `ui` directory
17
+ * // and has been prebuilt via `vercel build`.
18
+ * // We assume any terraform code exists in a separate `terraform` directory.
19
+ * // E.g.
20
+ * // ```
21
+ * ```
22
+ */
2
23
  export declare function getPrebuiltProject(args: GetPrebuiltProjectArgs, opts?: pulumi.InvokeOptions): Promise<GetPrebuiltProjectResult>;
3
24
  /**
4
25
  * A collection of arguments for invoking getPrebuiltProject.
5
26
  */
6
27
  export interface GetPrebuiltProjectArgs {
28
+ /**
29
+ * The path to the project. Note that this path is relative to the root of your terraform files. This should be the directory that contains the `.vercel/output` directory.
30
+ */
7
31
  path: string;
8
32
  }
9
33
  /**
@@ -20,12 +44,39 @@ export interface GetPrebuiltProjectResult {
20
44
  readonly output: {
21
45
  [key: string]: string;
22
46
  };
47
+ /**
48
+ * The path to the project. Note that this path is relative to the root of your terraform files. This should be the directory that contains the `.vercel/output` directory.
49
+ */
23
50
  readonly path: string;
24
51
  }
52
+ /**
53
+ * Provides the output of a project built via `vercel build` and provides metadata for use with a `vercel.Deployment`
54
+ *
55
+ * The [build command](https://vercel.com/docs/cli#commands/build) can be used to build a project locally or in your own CI environment.
56
+ * Build artifacts are placed into the `.vercel/output` directory according to the [Build Output API](https://vercel.com/docs/build-output-api/v3).
57
+ *
58
+ * This allows a Vercel Deployment to be created without sharing the Project's source code with Vercel.
59
+ *
60
+ * ## Example Usage
61
+ *
62
+ * ```typescript
63
+ * import * as pulumi from "@pulumi/pulumi";
64
+ * import * as vercel from "@pulumiverse/vercel";
65
+ *
66
+ * // In this example, we are assuming that a nextjs UI exists in a `ui` directory
67
+ * // and has been prebuilt via `vercel build`.
68
+ * // We assume any terraform code exists in a separate `terraform` directory.
69
+ * // E.g.
70
+ * // ```
71
+ * ```
72
+ */
25
73
  export declare function getPrebuiltProjectOutput(args: GetPrebuiltProjectOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPrebuiltProjectResult>;
26
74
  /**
27
75
  * A collection of arguments for invoking getPrebuiltProject.
28
76
  */
29
77
  export interface GetPrebuiltProjectOutputArgs {
78
+ /**
79
+ * The path to the project. Note that this path is relative to the root of your terraform files. This should be the directory that contains the `.vercel/output` directory.
80
+ */
30
81
  path: pulumi.Input<string>;
31
82
  }
@@ -5,6 +5,27 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getPrebuiltProjectOutput = exports.getPrebuiltProject = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * Provides the output of a project built via `vercel build` and provides metadata for use with a `vercel.Deployment`
10
+ *
11
+ * The [build command](https://vercel.com/docs/cli#commands/build) can be used to build a project locally or in your own CI environment.
12
+ * Build artifacts are placed into the `.vercel/output` directory according to the [Build Output API](https://vercel.com/docs/build-output-api/v3).
13
+ *
14
+ * This allows a Vercel Deployment to be created without sharing the Project's source code with Vercel.
15
+ *
16
+ * ## Example Usage
17
+ *
18
+ * ```typescript
19
+ * import * as pulumi from "@pulumi/pulumi";
20
+ * import * as vercel from "@pulumiverse/vercel";
21
+ *
22
+ * // In this example, we are assuming that a nextjs UI exists in a `ui` directory
23
+ * // and has been prebuilt via `vercel build`.
24
+ * // We assume any terraform code exists in a separate `terraform` directory.
25
+ * // E.g.
26
+ * // ```
27
+ * ```
28
+ */
8
29
  function getPrebuiltProject(args, opts) {
9
30
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
31
  return pulumi.runtime.invoke("vercel:index/getPrebuiltProject:getPrebuiltProject", {
@@ -12,6 +33,27 @@ function getPrebuiltProject(args, opts) {
12
33
  }, opts);
13
34
  }
14
35
  exports.getPrebuiltProject = getPrebuiltProject;
36
+ /**
37
+ * Provides the output of a project built via `vercel build` and provides metadata for use with a `vercel.Deployment`
38
+ *
39
+ * The [build command](https://vercel.com/docs/cli#commands/build) can be used to build a project locally or in your own CI environment.
40
+ * Build artifacts are placed into the `.vercel/output` directory according to the [Build Output API](https://vercel.com/docs/build-output-api/v3).
41
+ *
42
+ * This allows a Vercel Deployment to be created without sharing the Project's source code with Vercel.
43
+ *
44
+ * ## Example Usage
45
+ *
46
+ * ```typescript
47
+ * import * as pulumi from "@pulumi/pulumi";
48
+ * import * as vercel from "@pulumiverse/vercel";
49
+ *
50
+ * // In this example, we are assuming that a nextjs UI exists in a `ui` directory
51
+ * // and has been prebuilt via `vercel build`.
52
+ * // We assume any terraform code exists in a separate `terraform` directory.
53
+ * // E.g.
54
+ * // ```
55
+ * ```
56
+ */
15
57
  function getPrebuiltProjectOutput(args, opts) {
16
58
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
17
59
  return pulumi.runtime.invokeOutput("vercel:index/getPrebuiltProject:getPrebuiltProject", {
@@ -1 +1 @@
1
- {"version":3,"file":"getPrebuiltProject.js","sourceRoot":"","sources":["../getPrebuiltProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AAuBD,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
1
+ {"version":3,"file":"getPrebuiltProject.js","sourceRoot":"","sources":["../getPrebuiltProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AA6BD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
package/getProject.d.ts CHANGED
@@ -175,15 +175,21 @@ export interface GetProjectResult {
175
175
  */
176
176
  readonly prioritiseProductionBuilds: boolean;
177
177
  /**
178
- * Allows automation services to bypass Deployment Protection on this project when using an HTTP header named `x-vercel-protection-bypass` with the value from `protectionBypassForAutomationSecret`.
178
+ * Allows automation services to bypass Deployment Protection on this project when using an HTTP header named `x-vercel-protection-bypass` with a value from `protectionBypassForAutomationSecret`. Deprecated: use the `vercel.ProjectProtectionBypass` resource instead.
179
+ *
180
+ * @deprecated Use the `vercel.ProjectProtectionBypass` resource instead. This deprecated attribute will be removed in a future major release.
179
181
  */
180
182
  readonly protectionBypassForAutomation: boolean;
181
183
  /**
182
- * If `protectionBypassForAutomation` is enabled, optionally set this value to specify a 32 character secret, otherwise a secret will be generated.
184
+ * The automation bypass secrets for this project. Use each value as the `x-vercel-protection-bypass` header. Deprecated: use the `vercel.ProjectProtectionBypass` resource instead.
185
+ *
186
+ * @deprecated Use the `vercel.ProjectProtectionBypass` resource instead. This deprecated attribute will be removed in a future major release.
183
187
  */
184
- readonly protectionBypassForAutomationSecret: string;
188
+ readonly protectionBypassForAutomationSecrets: string[];
185
189
  /**
186
- * Specifies whether the source code and logs of the deployments for this project should be public or not.
190
+ * Deprecated. The public source feature has been removed from Vercel; this attribute is no longer populated.
191
+ *
192
+ * @deprecated This attribute is deprecated and no longer has any effect. The public source feature has been removed from Vercel and is no longer returned by the API. It will be removed in a future major version of this provider.
187
193
  */
188
194
  readonly publicSource: boolean;
189
195
  /**
@@ -210,6 +216,10 @@ export interface GetProjectResult {
210
216
  * Ensures only visitors from an allowed IP address can access your deployment.
211
217
  */
212
218
  readonly trustedIps: outputs.GetProjectTrustedIps;
219
+ /**
220
+ * Vercel projects and external sources that can reach this project's protected deployments using short-lived OIDC tokens.
221
+ */
222
+ readonly trustedSources: outputs.GetProjectTrustedSources;
213
223
  /**
214
224
  * Ensures visitors to your Preview Deployments are logged into Vercel and have a minimum of Viewer access on your team.
215
225
  */
package/getProject.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gCAQC;AAuMD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC"}
1
+ {"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gCAQC;AAiND;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC"}
@@ -1,9 +1,31 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Provides information about files within a directory on disk.
4
+ *
5
+ * This will recursively read files, providing metadata for use with a `vercel.Deployment`.
6
+ *
7
+ * > If you want to prevent files from being included, this can be done with a [vercelignore file](https://vercel.com/guides/prevent-uploading-sourcepaths-with-vercelignore).
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as vercel from "@pulumiverse/vercel";
14
+ *
15
+ * // In this example, we are assuming that a nextjs UI
16
+ * // exists in a `ui` directory and any terraform exists in a `terraform` directory.
17
+ * // E.g.
18
+ * // ```
19
+ * ```
20
+ */
2
21
  export declare function getProjectDirectory(args: GetProjectDirectoryArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectDirectoryResult>;
3
22
  /**
4
23
  * A collection of arguments for invoking getProjectDirectory.
5
24
  */
6
25
  export interface GetProjectDirectoryArgs {
26
+ /**
27
+ * The path to the directory on your filesystem. Note that the path is relative to the root of the terraform files.
28
+ */
7
29
  path: string;
8
30
  }
9
31
  /**
@@ -20,12 +42,37 @@ export interface GetProjectDirectoryResult {
20
42
  * The ID of this resource.
21
43
  */
22
44
  readonly id: string;
45
+ /**
46
+ * The path to the directory on your filesystem. Note that the path is relative to the root of the terraform files.
47
+ */
23
48
  readonly path: string;
24
49
  }
50
+ /**
51
+ * Provides information about files within a directory on disk.
52
+ *
53
+ * This will recursively read files, providing metadata for use with a `vercel.Deployment`.
54
+ *
55
+ * > If you want to prevent files from being included, this can be done with a [vercelignore file](https://vercel.com/guides/prevent-uploading-sourcepaths-with-vercelignore).
56
+ *
57
+ * ## Example Usage
58
+ *
59
+ * ```typescript
60
+ * import * as pulumi from "@pulumi/pulumi";
61
+ * import * as vercel from "@pulumiverse/vercel";
62
+ *
63
+ * // In this example, we are assuming that a nextjs UI
64
+ * // exists in a `ui` directory and any terraform exists in a `terraform` directory.
65
+ * // E.g.
66
+ * // ```
67
+ * ```
68
+ */
25
69
  export declare function getProjectDirectoryOutput(args: GetProjectDirectoryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetProjectDirectoryResult>;
26
70
  /**
27
71
  * A collection of arguments for invoking getProjectDirectory.
28
72
  */
29
73
  export interface GetProjectDirectoryOutputArgs {
74
+ /**
75
+ * The path to the directory on your filesystem. Note that the path is relative to the root of the terraform files.
76
+ */
30
77
  path: pulumi.Input<string>;
31
78
  }
@@ -5,6 +5,25 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getProjectDirectoryOutput = exports.getProjectDirectory = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * Provides information about files within a directory on disk.
10
+ *
11
+ * This will recursively read files, providing metadata for use with a `vercel.Deployment`.
12
+ *
13
+ * > If you want to prevent files from being included, this can be done with a [vercelignore file](https://vercel.com/guides/prevent-uploading-sourcepaths-with-vercelignore).
14
+ *
15
+ * ## Example Usage
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as vercel from "@pulumiverse/vercel";
20
+ *
21
+ * // In this example, we are assuming that a nextjs UI
22
+ * // exists in a `ui` directory and any terraform exists in a `terraform` directory.
23
+ * // E.g.
24
+ * // ```
25
+ * ```
26
+ */
8
27
  function getProjectDirectory(args, opts) {
9
28
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
29
  return pulumi.runtime.invoke("vercel:index/getProjectDirectory:getProjectDirectory", {
@@ -12,6 +31,25 @@ function getProjectDirectory(args, opts) {
12
31
  }, opts);
13
32
  }
14
33
  exports.getProjectDirectory = getProjectDirectory;
34
+ /**
35
+ * Provides information about files within a directory on disk.
36
+ *
37
+ * This will recursively read files, providing metadata for use with a `vercel.Deployment`.
38
+ *
39
+ * > If you want to prevent files from being included, this can be done with a [vercelignore file](https://vercel.com/guides/prevent-uploading-sourcepaths-with-vercelignore).
40
+ *
41
+ * ## Example Usage
42
+ *
43
+ * ```typescript
44
+ * import * as pulumi from "@pulumi/pulumi";
45
+ * import * as vercel from "@pulumiverse/vercel";
46
+ *
47
+ * // In this example, we are assuming that a nextjs UI
48
+ * // exists in a `ui` directory and any terraform exists in a `terraform` directory.
49
+ * // E.g.
50
+ * // ```
51
+ * ```
52
+ */
15
53
  function getProjectDirectoryOutput(args, opts) {
16
54
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
17
55
  return pulumi.runtime.invokeOutput("vercel:index/getProjectDirectory:getProjectDirectory", {
@@ -1 +1 @@
1
- {"version":3,"file":"getProjectDirectory.js","sourceRoot":"","sources":["../getProjectDirectory.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAuBD,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
1
+ {"version":3,"file":"getProjectDirectory.js","sourceRoot":"","sources":["../getProjectDirectory.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AA6BD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
@@ -0,0 +1,89 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * Provides information about the live project routing rules configured for a Vercel project.
5
+ *
6
+ * This data source intentionally reads the current live version and ignores unpublished staged drafts.
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as vercel from "@pulumiverse/vercel";
13
+ *
14
+ * const example = vercel.getProject({
15
+ * name: "example-project",
16
+ * });
17
+ * const exampleGetProjectRoutes = example.then(example => vercel.getProjectRoutes({
18
+ * projectId: example.id,
19
+ * }));
20
+ * ```
21
+ */
22
+ export declare function getProjectRoutes(args: GetProjectRoutesArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectRoutesResult>;
23
+ /**
24
+ * A collection of arguments for invoking getProjectRoutes.
25
+ */
26
+ export interface GetProjectRoutesArgs {
27
+ /**
28
+ * The ID of the project to read routing rules for.
29
+ */
30
+ projectId: string;
31
+ /**
32
+ * The ID of the team the project exists under. Required when configuring a team resource if a default team has not been set in the provider.
33
+ */
34
+ teamId?: string;
35
+ }
36
+ /**
37
+ * A collection of values returned by getProjectRoutes.
38
+ */
39
+ export interface GetProjectRoutesResult {
40
+ /**
41
+ * The unique identifier for this data source. Format: team*id/project*id or projectId for personal accounts.
42
+ */
43
+ readonly id: string;
44
+ /**
45
+ * The ID of the project to read routing rules for.
46
+ */
47
+ readonly projectId: string;
48
+ /**
49
+ * The ordered list of live routing rules for the project.
50
+ */
51
+ readonly rules: outputs.GetProjectRoutesRule[];
52
+ /**
53
+ * The ID of the team the project exists under. Required when configuring a team resource if a default team has not been set in the provider.
54
+ */
55
+ readonly teamId: string;
56
+ }
57
+ /**
58
+ * Provides information about the live project routing rules configured for a Vercel project.
59
+ *
60
+ * This data source intentionally reads the current live version and ignores unpublished staged drafts.
61
+ *
62
+ * ## Example Usage
63
+ *
64
+ * ```typescript
65
+ * import * as pulumi from "@pulumi/pulumi";
66
+ * import * as vercel from "@pulumiverse/vercel";
67
+ *
68
+ * const example = vercel.getProject({
69
+ * name: "example-project",
70
+ * });
71
+ * const exampleGetProjectRoutes = example.then(example => vercel.getProjectRoutes({
72
+ * projectId: example.id,
73
+ * }));
74
+ * ```
75
+ */
76
+ export declare function getProjectRoutesOutput(args: GetProjectRoutesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetProjectRoutesResult>;
77
+ /**
78
+ * A collection of arguments for invoking getProjectRoutes.
79
+ */
80
+ export interface GetProjectRoutesOutputArgs {
81
+ /**
82
+ * The ID of the project to read routing rules for.
83
+ */
84
+ projectId: pulumi.Input<string>;
85
+ /**
86
+ * The ID of the team the project exists under. Required when configuring a team resource if a default team has not been set in the provider.
87
+ */
88
+ teamId?: pulumi.Input<string>;
89
+ }
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getProjectRoutesOutput = exports.getProjectRoutes = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Provides information about the live project routing rules configured for a Vercel project.
10
+ *
11
+ * This data source intentionally reads the current live version and ignores unpublished staged drafts.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as vercel from "@pulumiverse/vercel";
18
+ *
19
+ * const example = vercel.getProject({
20
+ * name: "example-project",
21
+ * });
22
+ * const exampleGetProjectRoutes = example.then(example => vercel.getProjectRoutes({
23
+ * projectId: example.id,
24
+ * }));
25
+ * ```
26
+ */
27
+ function getProjectRoutes(args, opts) {
28
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
29
+ return pulumi.runtime.invoke("vercel:index/getProjectRoutes:getProjectRoutes", {
30
+ "projectId": args.projectId,
31
+ "teamId": args.teamId,
32
+ }, opts);
33
+ }
34
+ exports.getProjectRoutes = getProjectRoutes;
35
+ /**
36
+ * Provides information about the live project routing rules configured for a Vercel project.
37
+ *
38
+ * This data source intentionally reads the current live version and ignores unpublished staged drafts.
39
+ *
40
+ * ## Example Usage
41
+ *
42
+ * ```typescript
43
+ * import * as pulumi from "@pulumi/pulumi";
44
+ * import * as vercel from "@pulumiverse/vercel";
45
+ *
46
+ * const example = vercel.getProject({
47
+ * name: "example-project",
48
+ * });
49
+ * const exampleGetProjectRoutes = example.then(example => vercel.getProjectRoutes({
50
+ * projectId: example.id,
51
+ * }));
52
+ * ```
53
+ */
54
+ function getProjectRoutesOutput(args, opts) {
55
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
56
+ return pulumi.runtime.invokeOutput("vercel:index/getProjectRoutes:getProjectRoutes", {
57
+ "projectId": args.projectId,
58
+ "teamId": args.teamId,
59
+ }, opts);
60
+ }
61
+ exports.getProjectRoutesOutput = getProjectRoutesOutput;
62
+ //# sourceMappingURL=getProjectRoutes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getProjectRoutes.js","sourceRoot":"","sources":["../getProjectRoutes.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC;AAqCD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC"}
package/index.d.ts CHANGED
@@ -10,6 +10,18 @@ export declare const Alias: typeof import("./alias").Alias;
10
10
  export { AttackChallengeModeArgs, AttackChallengeModeState } from "./attackChallengeMode";
11
11
  export type AttackChallengeMode = import("./attackChallengeMode").AttackChallengeMode;
12
12
  export declare const AttackChallengeMode: typeof import("./attackChallengeMode").AttackChallengeMode;
13
+ export { BlobObjectArgs, BlobObjectState } from "./blobObject";
14
+ export type BlobObject = import("./blobObject").BlobObject;
15
+ export declare const BlobObject: typeof import("./blobObject").BlobObject;
16
+ export { BlobProjectConnectionArgs, BlobProjectConnectionState } from "./blobProjectConnection";
17
+ export type BlobProjectConnection = import("./blobProjectConnection").BlobProjectConnection;
18
+ export declare const BlobProjectConnection: typeof import("./blobProjectConnection").BlobProjectConnection;
19
+ export { BlobStoreArgs, BlobStoreState } from "./blobStore";
20
+ export type BlobStore = import("./blobStore").BlobStore;
21
+ export declare const BlobStore: typeof import("./blobStore").BlobStore;
22
+ export { BulkRedirectsArgs, BulkRedirectsState } from "./bulkRedirects";
23
+ export type BulkRedirects = import("./bulkRedirects").BulkRedirects;
24
+ export declare const BulkRedirects: typeof import("./bulkRedirects").BulkRedirects;
13
25
  export { CustomCertificateArgs, CustomCertificateState } from "./customCertificate";
14
26
  export type CustomCertificate = import("./customCertificate").CustomCertificate;
15
27
  export declare const CustomCertificate: typeof import("./customCertificate").CustomCertificate;
@@ -34,6 +46,18 @@ export declare const EdgeConfigSchema: typeof import("./edgeConfigSchema").EdgeC
34
46
  export { EdgeConfigTokenArgs, EdgeConfigTokenState } from "./edgeConfigToken";
35
47
  export type EdgeConfigToken = import("./edgeConfigToken").EdgeConfigToken;
36
48
  export declare const EdgeConfigToken: typeof import("./edgeConfigToken").EdgeConfigToken;
49
+ export { FeatureFlagConfigArgs, FeatureFlagConfigState } from "./featureFlagConfig";
50
+ export type FeatureFlagConfig = import("./featureFlagConfig").FeatureFlagConfig;
51
+ export declare const FeatureFlagConfig: typeof import("./featureFlagConfig").FeatureFlagConfig;
52
+ export { FeatureFlagDefinitionArgs, FeatureFlagDefinitionState } from "./featureFlagDefinition";
53
+ export type FeatureFlagDefinition = import("./featureFlagDefinition").FeatureFlagDefinition;
54
+ export declare const FeatureFlagDefinition: typeof import("./featureFlagDefinition").FeatureFlagDefinition;
55
+ export { FeatureFlagSdkKeyArgs, FeatureFlagSdkKeyState } from "./featureFlagSdkKey";
56
+ export type FeatureFlagSdkKey = import("./featureFlagSdkKey").FeatureFlagSdkKey;
57
+ export declare const FeatureFlagSdkKey: typeof import("./featureFlagSdkKey").FeatureFlagSdkKey;
58
+ export { FeatureFlagSegmentArgs, FeatureFlagSegmentState } from "./featureFlagSegment";
59
+ export type FeatureFlagSegment = import("./featureFlagSegment").FeatureFlagSegment;
60
+ export declare const FeatureFlagSegment: typeof import("./featureFlagSegment").FeatureFlagSegment;
37
61
  export { FirewallBypassArgs, FirewallBypassState } from "./firewallBypass";
38
62
  export type FirewallBypass = import("./firewallBypass").FirewallBypass;
39
63
  export declare const FirewallBypass: typeof import("./firewallBypass").FirewallBypass;
@@ -52,6 +76,24 @@ export declare const getAliasOutput: typeof import("./getAlias").getAliasOutput;
52
76
  export { GetAttackChallengeModeArgs, GetAttackChallengeModeResult, GetAttackChallengeModeOutputArgs } from "./getAttackChallengeMode";
53
77
  export declare const getAttackChallengeMode: typeof import("./getAttackChallengeMode").getAttackChallengeMode;
54
78
  export declare const getAttackChallengeModeOutput: typeof import("./getAttackChallengeMode").getAttackChallengeModeOutput;
79
+ export { GetBlobObjectArgs, GetBlobObjectResult, GetBlobObjectOutputArgs } from "./getBlobObject";
80
+ export declare const getBlobObject: typeof import("./getBlobObject").getBlobObject;
81
+ export declare const getBlobObjectOutput: typeof import("./getBlobObject").getBlobObjectOutput;
82
+ export { GetBlobProjectConnectionsArgs, GetBlobProjectConnectionsResult, GetBlobProjectConnectionsOutputArgs } from "./getBlobProjectConnections";
83
+ export declare const getBlobProjectConnections: typeof import("./getBlobProjectConnections").getBlobProjectConnections;
84
+ export declare const getBlobProjectConnectionsOutput: typeof import("./getBlobProjectConnections").getBlobProjectConnectionsOutput;
85
+ export { GetBlobStoreArgs, GetBlobStoreResult, GetBlobStoreOutputArgs } from "./getBlobStore";
86
+ export declare const getBlobStore: typeof import("./getBlobStore").getBlobStore;
87
+ export declare const getBlobStoreOutput: typeof import("./getBlobStore").getBlobStoreOutput;
88
+ export { GetBlobStoreSecretsArgs, GetBlobStoreSecretsResult, GetBlobStoreSecretsOutputArgs } from "./getBlobStoreSecrets";
89
+ export declare const getBlobStoreSecrets: typeof import("./getBlobStoreSecrets").getBlobStoreSecrets;
90
+ export declare const getBlobStoreSecretsOutput: typeof import("./getBlobStoreSecrets").getBlobStoreSecretsOutput;
91
+ export { GetBlobStoresArgs, GetBlobStoresResult, GetBlobStoresOutputArgs } from "./getBlobStores";
92
+ export declare const getBlobStores: typeof import("./getBlobStores").getBlobStores;
93
+ export declare const getBlobStoresOutput: typeof import("./getBlobStores").getBlobStoresOutput;
94
+ export { GetBulkRedirectsArgs, GetBulkRedirectsResult, GetBulkRedirectsOutputArgs } from "./getBulkRedirects";
95
+ export declare const getBulkRedirects: typeof import("./getBulkRedirects").getBulkRedirects;
96
+ export declare const getBulkRedirectsOutput: typeof import("./getBulkRedirects").getBulkRedirectsOutput;
55
97
  export { GetCustomEnvironmentArgs, GetCustomEnvironmentResult, GetCustomEnvironmentOutputArgs } from "./getCustomEnvironment";
56
98
  export declare const getCustomEnvironment: typeof import("./getCustomEnvironment").getCustomEnvironment;
57
99
  export declare const getCustomEnvironmentOutput: typeof import("./getCustomEnvironment").getCustomEnvironmentOutput;
@@ -79,6 +121,15 @@ export declare const getEdgeConfigTokenOutput: typeof import("./getEdgeConfigTok
79
121
  export { GetEndpointVerificationArgs, GetEndpointVerificationResult, GetEndpointVerificationOutputArgs } from "./getEndpointVerification";
80
122
  export declare const getEndpointVerification: typeof import("./getEndpointVerification").getEndpointVerification;
81
123
  export declare const getEndpointVerificationOutput: typeof import("./getEndpointVerification").getEndpointVerificationOutput;
124
+ export { GetFeatureFlagArgs, GetFeatureFlagResult, GetFeatureFlagOutputArgs } from "./getFeatureFlag";
125
+ export declare const getFeatureFlag: typeof import("./getFeatureFlag").getFeatureFlag;
126
+ export declare const getFeatureFlagOutput: typeof import("./getFeatureFlag").getFeatureFlagOutput;
127
+ export { GetFeatureFlagSdkKeyArgs, GetFeatureFlagSdkKeyResult, GetFeatureFlagSdkKeyOutputArgs } from "./getFeatureFlagSdkKey";
128
+ export declare const getFeatureFlagSdkKey: typeof import("./getFeatureFlagSdkKey").getFeatureFlagSdkKey;
129
+ export declare const getFeatureFlagSdkKeyOutput: typeof import("./getFeatureFlagSdkKey").getFeatureFlagSdkKeyOutput;
130
+ export { GetFeatureFlagSegmentArgs, GetFeatureFlagSegmentResult, GetFeatureFlagSegmentOutputArgs } from "./getFeatureFlagSegment";
131
+ export declare const getFeatureFlagSegment: typeof import("./getFeatureFlagSegment").getFeatureFlagSegment;
132
+ export declare const getFeatureFlagSegmentOutput: typeof import("./getFeatureFlagSegment").getFeatureFlagSegmentOutput;
82
133
  export { GetFileArgs, GetFileResult, GetFileOutputArgs } from "./getFile";
83
134
  export declare const getFile: typeof import("./getFile").getFile;
84
135
  export declare const getFileOutput: typeof import("./getFile").getFileOutput;
@@ -112,6 +163,9 @@ export declare const getProjectMembersOutput: typeof import("./getProjectMembers
112
163
  export { GetProjectRollingReleaseArgs, GetProjectRollingReleaseResult, GetProjectRollingReleaseOutputArgs } from "./getProjectRollingRelease";
113
164
  export declare const getProjectRollingRelease: typeof import("./getProjectRollingRelease").getProjectRollingRelease;
114
165
  export declare const getProjectRollingReleaseOutput: typeof import("./getProjectRollingRelease").getProjectRollingReleaseOutput;
166
+ export { GetProjectRoutesArgs, GetProjectRoutesResult, GetProjectRoutesOutputArgs } from "./getProjectRoutes";
167
+ export declare const getProjectRoutes: typeof import("./getProjectRoutes").getProjectRoutes;
168
+ export declare const getProjectRoutesOutput: typeof import("./getProjectRoutes").getProjectRoutesOutput;
115
169
  export { GetSharedEnvironmentVariableArgs, GetSharedEnvironmentVariableResult, GetSharedEnvironmentVariableOutputArgs } from "./getSharedEnvironmentVariable";
116
170
  export declare const getSharedEnvironmentVariable: typeof import("./getSharedEnvironmentVariable").getSharedEnvironmentVariable;
117
171
  export declare const getSharedEnvironmentVariableOutput: typeof import("./getSharedEnvironmentVariable").getSharedEnvironmentVariableOutput;
@@ -157,9 +211,15 @@ export declare const ProjectEnvironmentVariables: typeof import("./projectEnviro
157
211
  export { ProjectMembersArgs, ProjectMembersState } from "./projectMembers";
158
212
  export type ProjectMembers = import("./projectMembers").ProjectMembers;
159
213
  export declare const ProjectMembers: typeof import("./projectMembers").ProjectMembers;
214
+ export { ProjectProtectionBypassArgs, ProjectProtectionBypassState } from "./projectProtectionBypass";
215
+ export type ProjectProtectionBypass = import("./projectProtectionBypass").ProjectProtectionBypass;
216
+ export declare const ProjectProtectionBypass: typeof import("./projectProtectionBypass").ProjectProtectionBypass;
160
217
  export { ProjectRollingReleaseArgs, ProjectRollingReleaseState } from "./projectRollingRelease";
161
218
  export type ProjectRollingRelease = import("./projectRollingRelease").ProjectRollingRelease;
162
219
  export declare const ProjectRollingRelease: typeof import("./projectRollingRelease").ProjectRollingRelease;
220
+ export { ProjectRouteArgs, ProjectRouteState } from "./projectRoute";
221
+ export type ProjectRoute = import("./projectRoute").ProjectRoute;
222
+ export declare const ProjectRoute: typeof import("./projectRoute").ProjectRoute;
163
223
  export * from "./provider";
164
224
  export { SharedEnvironmentVariableArgs, SharedEnvironmentVariableState } from "./sharedEnvironmentVariable";
165
225
  export type SharedEnvironmentVariable = import("./sharedEnvironmentVariable").SharedEnvironmentVariable;
@@ -173,6 +233,9 @@ export declare const TeamConfig: typeof import("./teamConfig").TeamConfig;
173
233
  export { TeamMemberArgs, TeamMemberState } from "./teamMember";
174
234
  export type TeamMember = import("./teamMember").TeamMember;
175
235
  export declare const TeamMember: typeof import("./teamMember").TeamMember;
236
+ export { UserTokenArgs, UserTokenState } from "./userToken";
237
+ export type UserToken = import("./userToken").UserToken;
238
+ export declare const UserToken: typeof import("./userToken").UserToken;
176
239
  export { WebhookArgs, WebhookState } from "./webhook";
177
240
  export type Webhook = import("./webhook").Webhook;
178
241
  export declare const Webhook: typeof import("./webhook").Webhook;