@pulumiverse/vercel 1.15.0 → 2.9.0-alpha.1747137905

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 (133) hide show
  1. package/accessGroup.d.ts +35 -6
  2. package/accessGroup.js +32 -0
  3. package/accessGroup.js.map +1 -1
  4. package/accessGroupProject.d.ts +41 -6
  5. package/accessGroupProject.js +38 -0
  6. package/accessGroupProject.js.map +1 -1
  7. package/alias.d.ts +8 -6
  8. package/alias.js +5 -0
  9. package/alias.js.map +1 -1
  10. package/attackChallengeMode.d.ts +33 -6
  11. package/attackChallengeMode.js +30 -0
  12. package/attackChallengeMode.js.map +1 -1
  13. package/customEnvironment.d.ts +56 -6
  14. package/customEnvironment.js +53 -0
  15. package/customEnvironment.js.map +1 -1
  16. package/deployment.d.ts +17 -34
  17. package/deployment.js.map +1 -1
  18. package/dnsRecord.d.ts +135 -30
  19. package/dnsRecord.js +105 -0
  20. package/dnsRecord.js.map +1 -1
  21. package/edgeConfig.d.ts +54 -6
  22. package/edgeConfig.js +51 -0
  23. package/edgeConfig.js.map +1 -1
  24. package/edgeConfigItem.d.ts +50 -6
  25. package/edgeConfigItem.js +47 -0
  26. package/edgeConfigItem.js.map +1 -1
  27. package/edgeConfigSchema.d.ts +28 -6
  28. package/edgeConfigSchema.js +25 -0
  29. package/edgeConfigSchema.js.map +1 -1
  30. package/edgeConfigToken.d.ts +62 -10
  31. package/edgeConfigToken.js +57 -0
  32. package/edgeConfigToken.js.map +1 -1
  33. package/firewallConfig.d.ts +9 -0
  34. package/firewallConfig.js +9 -0
  35. package/firewallConfig.js.map +1 -1
  36. package/getAccessGroup.d.ts +53 -0
  37. package/getAccessGroup.js +32 -0
  38. package/getAccessGroup.js.map +1 -1
  39. package/getAccessGroupProject.d.ts +70 -0
  40. package/getAccessGroupProject.js +40 -0
  41. package/getAccessGroupProject.js.map +1 -1
  42. package/getAlias.d.ts +34 -0
  43. package/getAlias.js +10 -0
  44. package/getAlias.js.map +1 -1
  45. package/getAttackChallengeMode.d.ts +56 -0
  46. package/getAttackChallengeMode.js +32 -0
  47. package/getAttackChallengeMode.js.map +1 -1
  48. package/getCustomEnvironment.d.ts +76 -0
  49. package/getCustomEnvironment.js +40 -0
  50. package/getCustomEnvironment.js.map +1 -1
  51. package/getDeployment.d.ts +65 -0
  52. package/getDeployment.js +32 -0
  53. package/getDeployment.js.map +1 -1
  54. package/getEdgeConfig.d.ts +53 -0
  55. package/getEdgeConfig.js +32 -0
  56. package/getEdgeConfig.js.map +1 -1
  57. package/getEdgeConfigItem.d.ts +74 -0
  58. package/getEdgeConfigItem.js +44 -0
  59. package/getEdgeConfigItem.js.map +1 -1
  60. package/getEdgeConfigSchema.d.ts +49 -0
  61. package/getEdgeConfigSchema.js +28 -0
  62. package/getEdgeConfigSchema.js.map +1 -1
  63. package/getEdgeConfigToken.d.ts +74 -0
  64. package/getEdgeConfigToken.js +38 -0
  65. package/getEdgeConfigToken.js.map +1 -1
  66. package/getEndpointVerification.d.ts +39 -0
  67. package/getEndpointVerification.js +24 -0
  68. package/getEndpointVerification.js.map +1 -1
  69. package/getFile.d.ts +58 -0
  70. package/getFile.js +52 -0
  71. package/getFile.js.map +1 -1
  72. package/getLogDrain.d.ts +81 -0
  73. package/getLogDrain.js +36 -0
  74. package/getLogDrain.js.map +1 -1
  75. package/getPrebuiltProject.d.ts +6 -0
  76. package/getPrebuiltProject.js.map +1 -1
  77. package/getProject.d.ts +147 -0
  78. package/getProject.js +36 -0
  79. package/getProject.js.map +1 -1
  80. package/getProjectDeploymentRetention.d.ts +47 -0
  81. package/getProjectDeploymentRetention.js +14 -0
  82. package/getProjectDeploymentRetention.js.map +1 -1
  83. package/getProjectDirectory.d.ts +6 -0
  84. package/getProjectDirectory.js.map +1 -1
  85. package/getProjectMembers.d.ts +55 -0
  86. package/getProjectMembers.js +34 -0
  87. package/getProjectMembers.js.map +1 -1
  88. package/getSharedEnvironmentVariable.d.ts +106 -0
  89. package/getSharedEnvironmentVariable.js +58 -0
  90. package/getSharedEnvironmentVariable.js.map +1 -1
  91. package/getTeamConfig.d.ts +76 -0
  92. package/getTeamConfig.js +28 -0
  93. package/getTeamConfig.js.map +1 -1
  94. package/getTeamMember.d.ts +60 -0
  95. package/getTeamMember.js +30 -0
  96. package/getTeamMember.js.map +1 -1
  97. package/logDrain.d.ts +76 -42
  98. package/logDrain.js +58 -0
  99. package/logDrain.js.map +1 -1
  100. package/package.json +3 -2
  101. package/project.d.ts +94 -108
  102. package/project.js +49 -0
  103. package/project.js.map +1 -1
  104. package/projectDeploymentRetention.d.ts +54 -0
  105. package/projectDeploymentRetention.js +54 -0
  106. package/projectDeploymentRetention.js.map +1 -1
  107. package/projectDomain.d.ts +58 -12
  108. package/projectDomain.js +52 -0
  109. package/projectDomain.js.map +1 -1
  110. package/projectEnvironmentVariable.d.ts +94 -18
  111. package/projectEnvironmentVariable.js +85 -0
  112. package/projectEnvironmentVariable.js.map +1 -1
  113. package/projectEnvironmentVariables.d.ts +3 -0
  114. package/projectEnvironmentVariables.js +3 -0
  115. package/projectEnvironmentVariables.js.map +1 -1
  116. package/projectMembers.d.ts +26 -6
  117. package/projectMembers.js +23 -0
  118. package/projectMembers.js.map +1 -1
  119. package/sharedEnvironmentVariable.d.ts +53 -12
  120. package/sharedEnvironmentVariable.js +47 -0
  121. package/sharedEnvironmentVariable.js.map +1 -1
  122. package/teamConfig.d.ts +6 -6
  123. package/teamConfig.js +3 -0
  124. package/teamConfig.js.map +1 -1
  125. package/teamMember.d.ts +33 -18
  126. package/teamMember.js +24 -0
  127. package/teamMember.js.map +1 -1
  128. package/types/input.d.ts +2 -2
  129. package/types/output.d.ts +3 -3
  130. package/webhook.d.ts +43 -18
  131. package/webhook.js +35 -0
  132. package/webhook.js.map +1 -1
  133. package/package.json.bak +0 -27
package/getDeployment.js CHANGED
@@ -5,6 +5,22 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getDeploymentOutput = exports.getDeployment = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * Provides information about an existing Deployment.
10
+ *
11
+ * A Deployment is the result of building your Project and making it available through a live URL.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as vercel from "@pulumi/vercel";
18
+ *
19
+ * const example = vercel.getDeployment({
20
+ * id: "https://my-vercel-project.vercel.app",
21
+ * });
22
+ * ```
23
+ */
8
24
  function getDeployment(args, opts) {
9
25
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
26
  return pulumi.runtime.invoke("vercel:index/getDeployment:getDeployment", {
@@ -13,6 +29,22 @@ function getDeployment(args, opts) {
13
29
  }, opts);
14
30
  }
15
31
  exports.getDeployment = getDeployment;
32
+ /**
33
+ * Provides information about an existing Deployment.
34
+ *
35
+ * A Deployment is the result of building your Project and making it available through a live URL.
36
+ *
37
+ * ## Example Usage
38
+ *
39
+ * ```typescript
40
+ * import * as pulumi from "@pulumi/pulumi";
41
+ * import * as vercel from "@pulumi/vercel";
42
+ *
43
+ * const example = vercel.getDeployment({
44
+ * id: "https://my-vercel-project.vercel.app",
45
+ * });
46
+ * ```
47
+ */
16
48
  function getDeploymentOutput(args, opts) {
17
49
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
18
50
  return pulumi.runtime.invokeOutput("vercel:index/getDeployment:getDeployment", {
@@ -1 +1 @@
1
- {"version":3,"file":"getDeployment.js","sourceRoot":"","sources":["../getDeployment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;AAsBD,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,YAAY,CAAC,0CAA0C,EAAE;QAC3E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC"}
1
+ {"version":3,"file":"getDeployment.js","sourceRoot":"","sources":["../getDeployment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;AAiDD;;;;;;;;;;;;;;;GAeG;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,YAAY,CAAC,0CAA0C,EAAE;QAC3E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC"}
@@ -1,25 +1,78 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Provides information about an existing Edge Config.
4
+ *
5
+ * An Edge Config is a global data store that enables experimentation with feature flags, A/B testing, critical redirects, and more.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as vercel from "@pulumi/vercel";
12
+ *
13
+ * const example = vercel.getEdgeConfig({
14
+ * id: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
15
+ * });
16
+ * ```
17
+ */
2
18
  export declare function getEdgeConfig(args: GetEdgeConfigArgs, opts?: pulumi.InvokeOptions): Promise<GetEdgeConfigResult>;
3
19
  /**
4
20
  * A collection of arguments for invoking getEdgeConfig.
5
21
  */
6
22
  export interface GetEdgeConfigArgs {
23
+ /**
24
+ * The Edge Config ID to be retrieved. This can be found by navigating to the Edge Config in the Vercel UI and looking at the URL. It should begin with `ecfg_`.
25
+ */
7
26
  id: string;
27
+ /**
28
+ * The ID of the team the Edge Config should exist under. Required when configuring a team resource if a default team has not been set in the provider.
29
+ */
8
30
  teamId?: string;
9
31
  }
10
32
  /**
11
33
  * A collection of values returned by getEdgeConfig.
12
34
  */
13
35
  export interface GetEdgeConfigResult {
36
+ /**
37
+ * The Edge Config ID to be retrieved. This can be found by navigating to the Edge Config in the Vercel UI and looking at the URL. It should begin with `ecfg_`.
38
+ */
14
39
  readonly id: string;
40
+ /**
41
+ * The name/slug of the Edge Config.
42
+ */
15
43
  readonly name: string;
44
+ /**
45
+ * The ID of the team the Edge Config should exist under. Required when configuring a team resource if a default team has not been set in the provider.
46
+ */
16
47
  readonly teamId: string;
17
48
  }
49
+ /**
50
+ * Provides information about an existing Edge Config.
51
+ *
52
+ * An Edge Config is a global data store that enables experimentation with feature flags, A/B testing, critical redirects, and more.
53
+ *
54
+ * ## Example Usage
55
+ *
56
+ * ```typescript
57
+ * import * as pulumi from "@pulumi/pulumi";
58
+ * import * as vercel from "@pulumi/vercel";
59
+ *
60
+ * const example = vercel.getEdgeConfig({
61
+ * id: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
62
+ * });
63
+ * ```
64
+ */
18
65
  export declare function getEdgeConfigOutput(args: GetEdgeConfigOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEdgeConfigResult>;
19
66
  /**
20
67
  * A collection of arguments for invoking getEdgeConfig.
21
68
  */
22
69
  export interface GetEdgeConfigOutputArgs {
70
+ /**
71
+ * The Edge Config ID to be retrieved. This can be found by navigating to the Edge Config in the Vercel UI and looking at the URL. It should begin with `ecfg_`.
72
+ */
23
73
  id: pulumi.Input<string>;
74
+ /**
75
+ * The ID of the team the Edge Config should exist under. Required when configuring a team resource if a default team has not been set in the provider.
76
+ */
24
77
  teamId?: pulumi.Input<string>;
25
78
  }
package/getEdgeConfig.js CHANGED
@@ -5,6 +5,22 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getEdgeConfigOutput = exports.getEdgeConfig = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * Provides information about an existing Edge Config.
10
+ *
11
+ * An Edge Config is a global data store that enables experimentation with feature flags, A/B testing, critical redirects, and more.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as vercel from "@pulumi/vercel";
18
+ *
19
+ * const example = vercel.getEdgeConfig({
20
+ * id: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
21
+ * });
22
+ * ```
23
+ */
8
24
  function getEdgeConfig(args, opts) {
9
25
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
26
  return pulumi.runtime.invoke("vercel:index/getEdgeConfig:getEdgeConfig", {
@@ -13,6 +29,22 @@ function getEdgeConfig(args, opts) {
13
29
  }, opts);
14
30
  }
15
31
  exports.getEdgeConfig = getEdgeConfig;
32
+ /**
33
+ * Provides information about an existing Edge Config.
34
+ *
35
+ * An Edge Config is a global data store that enables experimentation with feature flags, A/B testing, critical redirects, and more.
36
+ *
37
+ * ## Example Usage
38
+ *
39
+ * ```typescript
40
+ * import * as pulumi from "@pulumi/pulumi";
41
+ * import * as vercel from "@pulumi/vercel";
42
+ *
43
+ * const example = vercel.getEdgeConfig({
44
+ * id: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
45
+ * });
46
+ * ```
47
+ */
16
48
  function getEdgeConfigOutput(args, opts) {
17
49
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
18
50
  return pulumi.runtime.invokeOutput("vercel:index/getEdgeConfig:getEdgeConfig", {
@@ -1 +1 @@
1
- {"version":3,"file":"getEdgeConfig.js","sourceRoot":"","sources":["../getEdgeConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;AAkBD,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,YAAY,CAAC,0CAA0C,EAAE;QAC3E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC"}
1
+ {"version":3,"file":"getEdgeConfig.js","sourceRoot":"","sources":["../getEdgeConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;AAiCD;;;;;;;;;;;;;;;GAeG;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,YAAY,CAAC,0CAA0C,EAAE;QAC3E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC"}
@@ -1,28 +1,102 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Provides the value of an existing Edge Config Item.
4
+ *
5
+ * An Edge Config is a global data store that enables experimentation with feature flags, A/B testing, critical redirects, and more.
6
+ *
7
+ * An Edge Config Item is a value within an Edge Config.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as vercel from "@pulumi/vercel";
14
+ *
15
+ * const example = vercel.getEdgeConfig({
16
+ * id: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
17
+ * });
18
+ * const test = example.then(example => vercel.getEdgeConfigItem({
19
+ * id: example.id,
20
+ * key: "foobar",
21
+ * }));
22
+ * ```
23
+ */
2
24
  export declare function getEdgeConfigItem(args: GetEdgeConfigItemArgs, opts?: pulumi.InvokeOptions): Promise<GetEdgeConfigItemResult>;
3
25
  /**
4
26
  * A collection of arguments for invoking getEdgeConfigItem.
5
27
  */
6
28
  export interface GetEdgeConfigItemArgs {
29
+ /**
30
+ * The ID of the Edge Config that the item should exist under.
31
+ */
7
32
  id: string;
33
+ /**
34
+ * The name of the key you want to retrieve within your Edge Config.
35
+ */
8
36
  key: string;
37
+ /**
38
+ * The ID of the team the Edge Config should exist under. Required when configuring a team resource if a default team has not been set in the provider.
39
+ */
9
40
  teamId?: string;
10
41
  }
11
42
  /**
12
43
  * A collection of values returned by getEdgeConfigItem.
13
44
  */
14
45
  export interface GetEdgeConfigItemResult {
46
+ /**
47
+ * The ID of the Edge Config that the item should exist under.
48
+ */
15
49
  readonly id: string;
50
+ /**
51
+ * The name of the key you want to retrieve within your Edge Config.
52
+ */
16
53
  readonly key: string;
54
+ /**
55
+ * The ID of the team the Edge Config should exist under. Required when configuring a team resource if a default team has not been set in the provider.
56
+ */
17
57
  readonly teamId: string;
58
+ /**
59
+ * The value assigned to the key.
60
+ */
18
61
  readonly value: string;
19
62
  }
63
+ /**
64
+ * Provides the value of an existing Edge Config Item.
65
+ *
66
+ * An Edge Config is a global data store that enables experimentation with feature flags, A/B testing, critical redirects, and more.
67
+ *
68
+ * An Edge Config Item is a value within an Edge Config.
69
+ *
70
+ * ## Example Usage
71
+ *
72
+ * ```typescript
73
+ * import * as pulumi from "@pulumi/pulumi";
74
+ * import * as vercel from "@pulumi/vercel";
75
+ *
76
+ * const example = vercel.getEdgeConfig({
77
+ * id: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
78
+ * });
79
+ * const test = example.then(example => vercel.getEdgeConfigItem({
80
+ * id: example.id,
81
+ * key: "foobar",
82
+ * }));
83
+ * ```
84
+ */
20
85
  export declare function getEdgeConfigItemOutput(args: GetEdgeConfigItemOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEdgeConfigItemResult>;
21
86
  /**
22
87
  * A collection of arguments for invoking getEdgeConfigItem.
23
88
  */
24
89
  export interface GetEdgeConfigItemOutputArgs {
90
+ /**
91
+ * The ID of the Edge Config that the item should exist under.
92
+ */
25
93
  id: pulumi.Input<string>;
94
+ /**
95
+ * The name of the key you want to retrieve within your Edge Config.
96
+ */
26
97
  key: pulumi.Input<string>;
98
+ /**
99
+ * The ID of the team the Edge Config should exist under. Required when configuring a team resource if a default team has not been set in the provider.
100
+ */
27
101
  teamId?: pulumi.Input<string>;
28
102
  }
@@ -5,6 +5,28 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getEdgeConfigItemOutput = exports.getEdgeConfigItem = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * Provides the value of an existing Edge Config Item.
10
+ *
11
+ * An Edge Config is a global data store that enables experimentation with feature flags, A/B testing, critical redirects, and more.
12
+ *
13
+ * An Edge Config Item is a value within an Edge Config.
14
+ *
15
+ * ## Example Usage
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as vercel from "@pulumi/vercel";
20
+ *
21
+ * const example = vercel.getEdgeConfig({
22
+ * id: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
23
+ * });
24
+ * const test = example.then(example => vercel.getEdgeConfigItem({
25
+ * id: example.id,
26
+ * key: "foobar",
27
+ * }));
28
+ * ```
29
+ */
8
30
  function getEdgeConfigItem(args, opts) {
9
31
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
32
  return pulumi.runtime.invoke("vercel:index/getEdgeConfigItem:getEdgeConfigItem", {
@@ -14,6 +36,28 @@ function getEdgeConfigItem(args, opts) {
14
36
  }, opts);
15
37
  }
16
38
  exports.getEdgeConfigItem = getEdgeConfigItem;
39
+ /**
40
+ * Provides the value of an existing Edge Config Item.
41
+ *
42
+ * An Edge Config is a global data store that enables experimentation with feature flags, A/B testing, critical redirects, and more.
43
+ *
44
+ * An Edge Config Item is a value within an Edge Config.
45
+ *
46
+ * ## Example Usage
47
+ *
48
+ * ```typescript
49
+ * import * as pulumi from "@pulumi/pulumi";
50
+ * import * as vercel from "@pulumi/vercel";
51
+ *
52
+ * const example = vercel.getEdgeConfig({
53
+ * id: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
54
+ * });
55
+ * const test = example.then(example => vercel.getEdgeConfigItem({
56
+ * id: example.id,
57
+ * key: "foobar",
58
+ * }));
59
+ * ```
60
+ */
17
61
  function getEdgeConfigItemOutput(args, opts) {
18
62
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
19
63
  return pulumi.runtime.invokeOutput("vercel:index/getEdgeConfigItem:getEdgeConfigItem", {
@@ -1 +1 @@
1
- {"version":3,"file":"getEdgeConfigItem.js","sourceRoot":"","sources":["../getEdgeConfigItem.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC;AAoBD,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0DAOC"}
1
+ {"version":3,"file":"getEdgeConfigItem.js","sourceRoot":"","sources":["../getEdgeConfigItem.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC;AAyCD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0DAOC"}
@@ -1,25 +1,74 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * An Edge Config Schema provides an existing Edge Config with a JSON schema. Use schema protection to prevent unexpected updates that may cause bugs or downtime.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as vercel from "@pulumi/vercel";
10
+ *
11
+ * const test = vercel.getEdgeConfigSchema({
12
+ * id: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
13
+ * });
14
+ * ```
15
+ */
2
16
  export declare function getEdgeConfigSchema(args: GetEdgeConfigSchemaArgs, opts?: pulumi.InvokeOptions): Promise<GetEdgeConfigSchemaResult>;
3
17
  /**
4
18
  * A collection of arguments for invoking getEdgeConfigSchema.
5
19
  */
6
20
  export interface GetEdgeConfigSchemaArgs {
21
+ /**
22
+ * The ID of the Edge Config that the schema should be for.
23
+ */
7
24
  id: string;
25
+ /**
26
+ * The ID of the team the Edge Config should exist under. Required when configuring a team resource if a default team has not been set in the provider.
27
+ */
8
28
  teamId?: string;
9
29
  }
10
30
  /**
11
31
  * A collection of values returned by getEdgeConfigSchema.
12
32
  */
13
33
  export interface GetEdgeConfigSchemaResult {
34
+ /**
35
+ * A JSON schema that will be used to validate data in the Edge Config.
36
+ */
14
37
  readonly definition: string;
38
+ /**
39
+ * The ID of the Edge Config that the schema should be for.
40
+ */
15
41
  readonly id: string;
42
+ /**
43
+ * The ID of the team the Edge Config should exist under. Required when configuring a team resource if a default team has not been set in the provider.
44
+ */
16
45
  readonly teamId: string;
17
46
  }
47
+ /**
48
+ * An Edge Config Schema provides an existing Edge Config with a JSON schema. Use schema protection to prevent unexpected updates that may cause bugs or downtime.
49
+ *
50
+ * ## Example Usage
51
+ *
52
+ * ```typescript
53
+ * import * as pulumi from "@pulumi/pulumi";
54
+ * import * as vercel from "@pulumi/vercel";
55
+ *
56
+ * const test = vercel.getEdgeConfigSchema({
57
+ * id: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
58
+ * });
59
+ * ```
60
+ */
18
61
  export declare function getEdgeConfigSchemaOutput(args: GetEdgeConfigSchemaOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEdgeConfigSchemaResult>;
19
62
  /**
20
63
  * A collection of arguments for invoking getEdgeConfigSchema.
21
64
  */
22
65
  export interface GetEdgeConfigSchemaOutputArgs {
66
+ /**
67
+ * The ID of the Edge Config that the schema should be for.
68
+ */
23
69
  id: pulumi.Input<string>;
70
+ /**
71
+ * The ID of the team the Edge Config should exist under. Required when configuring a team resource if a default team has not been set in the provider.
72
+ */
24
73
  teamId?: pulumi.Input<string>;
25
74
  }
@@ -5,6 +5,20 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getEdgeConfigSchemaOutput = exports.getEdgeConfigSchema = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * An Edge Config Schema provides an existing Edge Config with a JSON schema. Use schema protection to prevent unexpected updates that may cause bugs or downtime.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as vercel from "@pulumi/vercel";
16
+ *
17
+ * const test = vercel.getEdgeConfigSchema({
18
+ * id: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
19
+ * });
20
+ * ```
21
+ */
8
22
  function getEdgeConfigSchema(args, opts) {
9
23
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
24
  return pulumi.runtime.invoke("vercel:index/getEdgeConfigSchema:getEdgeConfigSchema", {
@@ -13,6 +27,20 @@ function getEdgeConfigSchema(args, opts) {
13
27
  }, opts);
14
28
  }
15
29
  exports.getEdgeConfigSchema = getEdgeConfigSchema;
30
+ /**
31
+ * An Edge Config Schema provides an existing Edge Config with a JSON schema. Use schema protection to prevent unexpected updates that may cause bugs or downtime.
32
+ *
33
+ * ## Example Usage
34
+ *
35
+ * ```typescript
36
+ * import * as pulumi from "@pulumi/pulumi";
37
+ * import * as vercel from "@pulumi/vercel";
38
+ *
39
+ * const test = vercel.getEdgeConfigSchema({
40
+ * id: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
41
+ * });
42
+ * ```
43
+ */
16
44
  function getEdgeConfigSchemaOutput(args, opts) {
17
45
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
18
46
  return pulumi.runtime.invokeOutput("vercel:index/getEdgeConfigSchema:getEdgeConfigSchema", {
@@ -1 +1 @@
1
- {"version":3,"file":"getEdgeConfigSchema.js","sourceRoot":"","sources":["../getEdgeConfigSchema.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AAkBD,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;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,sDAAsD,EAAE;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC"}
1
+ {"version":3,"file":"getEdgeConfigSchema.js","sourceRoot":"","sources":["../getEdgeConfigSchema.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AAiCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;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,sDAAsD,EAAE;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC"}
@@ -1,30 +1,104 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Provides information about an existing Edge Config Token.
4
+ *
5
+ * An Edge Config is a global data store that enables experimentation with feature flags, A/B testing, critical redirects, and more.
6
+ *
7
+ * An Edge Config token is used to authenticate against an Edge Config's endpoint.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as vercel from "@pulumi/vercel";
14
+ *
15
+ * const test = vercel.getEdgeConfigToken({
16
+ * edgeConfigId: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
17
+ * token: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
18
+ * });
19
+ * ```
20
+ */
2
21
  export declare function getEdgeConfigToken(args: GetEdgeConfigTokenArgs, opts?: pulumi.InvokeOptions): Promise<GetEdgeConfigTokenResult>;
3
22
  /**
4
23
  * A collection of arguments for invoking getEdgeConfigToken.
5
24
  */
6
25
  export interface GetEdgeConfigTokenArgs {
26
+ /**
27
+ * The label of the Edge Config Token.
28
+ */
7
29
  edgeConfigId: string;
30
+ /**
31
+ * The ID of the team the Edge Config should exist under. Required when configuring a team resource if a default team has not been set in the provider.
32
+ */
8
33
  teamId?: string;
34
+ /**
35
+ * A read access token used for authenticating against the Edge Config's endpoint for high volume, low-latency requests.
36
+ */
9
37
  token: string;
10
38
  }
11
39
  /**
12
40
  * A collection of values returned by getEdgeConfigToken.
13
41
  */
14
42
  export interface GetEdgeConfigTokenResult {
43
+ /**
44
+ * A connection string is a URL that connects a project to an Edge Config. The variable can be called anything, but our Edge Config client SDK will search for process.env.EDGE_CONFIG by default.
45
+ */
15
46
  readonly connectionString: string;
47
+ /**
48
+ * The label of the Edge Config Token.
49
+ */
16
50
  readonly edgeConfigId: string;
51
+ /**
52
+ * The ID of this resource.
53
+ */
17
54
  readonly id: string;
55
+ /**
56
+ * The label of the Edge Config Token.
57
+ */
18
58
  readonly label: string;
59
+ /**
60
+ * The ID of the team the Edge Config should exist under. Required when configuring a team resource if a default team has not been set in the provider.
61
+ */
19
62
  readonly teamId: string;
63
+ /**
64
+ * A read access token used for authenticating against the Edge Config's endpoint for high volume, low-latency requests.
65
+ */
20
66
  readonly token: string;
21
67
  }
68
+ /**
69
+ * Provides information about an existing Edge Config Token.
70
+ *
71
+ * An Edge Config is a global data store that enables experimentation with feature flags, A/B testing, critical redirects, and more.
72
+ *
73
+ * An Edge Config token is used to authenticate against an Edge Config's endpoint.
74
+ *
75
+ * ## Example Usage
76
+ *
77
+ * ```typescript
78
+ * import * as pulumi from "@pulumi/pulumi";
79
+ * import * as vercel from "@pulumi/vercel";
80
+ *
81
+ * const test = vercel.getEdgeConfigToken({
82
+ * edgeConfigId: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
83
+ * token: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
84
+ * });
85
+ * ```
86
+ */
22
87
  export declare function getEdgeConfigTokenOutput(args: GetEdgeConfigTokenOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEdgeConfigTokenResult>;
23
88
  /**
24
89
  * A collection of arguments for invoking getEdgeConfigToken.
25
90
  */
26
91
  export interface GetEdgeConfigTokenOutputArgs {
92
+ /**
93
+ * The label of the Edge Config Token.
94
+ */
27
95
  edgeConfigId: pulumi.Input<string>;
96
+ /**
97
+ * The ID of the team the Edge Config should exist under. Required when configuring a team resource if a default team has not been set in the provider.
98
+ */
28
99
  teamId?: pulumi.Input<string>;
100
+ /**
101
+ * A read access token used for authenticating against the Edge Config's endpoint for high volume, low-latency requests.
102
+ */
29
103
  token: pulumi.Input<string>;
30
104
  }
@@ -5,6 +5,25 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getEdgeConfigTokenOutput = exports.getEdgeConfigToken = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * Provides information about an existing Edge Config Token.
10
+ *
11
+ * An Edge Config is a global data store that enables experimentation with feature flags, A/B testing, critical redirects, and more.
12
+ *
13
+ * An Edge Config token is used to authenticate against an Edge Config's endpoint.
14
+ *
15
+ * ## Example Usage
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as vercel from "@pulumi/vercel";
20
+ *
21
+ * const test = vercel.getEdgeConfigToken({
22
+ * edgeConfigId: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
23
+ * token: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
24
+ * });
25
+ * ```
26
+ */
8
27
  function getEdgeConfigToken(args, opts) {
9
28
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
29
  return pulumi.runtime.invoke("vercel:index/getEdgeConfigToken:getEdgeConfigToken", {
@@ -14,6 +33,25 @@ function getEdgeConfigToken(args, opts) {
14
33
  }, opts);
15
34
  }
16
35
  exports.getEdgeConfigToken = getEdgeConfigToken;
36
+ /**
37
+ * Provides information about an existing Edge Config Token.
38
+ *
39
+ * An Edge Config is a global data store that enables experimentation with feature flags, A/B testing, critical redirects, and more.
40
+ *
41
+ * An Edge Config token is used to authenticate against an Edge Config's endpoint.
42
+ *
43
+ * ## Example Usage
44
+ *
45
+ * ```typescript
46
+ * import * as pulumi from "@pulumi/pulumi";
47
+ * import * as vercel from "@pulumi/vercel";
48
+ *
49
+ * const test = vercel.getEdgeConfigToken({
50
+ * edgeConfigId: "ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
51
+ * token: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
52
+ * });
53
+ * ```
54
+ */
17
55
  function getEdgeConfigTokenOutput(args, opts) {
18
56
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
19
57
  return pulumi.runtime.invokeOutput("vercel:index/getEdgeConfigToken:getEdgeConfigToken", {
@@ -1 +1 @@
1
- {"version":3,"file":"getEdgeConfigToken.js","sourceRoot":"","sources":["../getEdgeConfigToken.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,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,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC;AAsBD,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,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,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC"}
1
+ {"version":3,"file":"getEdgeConfigToken.js","sourceRoot":"","sources":["../getEdgeConfigToken.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;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,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC;AAiDD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,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,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC"}