@pulumi/dbtcloud 0.2.0-alpha.1749534410 → 1.0.0

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 (148) hide show
  1. package/accountFeatures.d.ts +24 -0
  2. package/accountFeatures.js +4 -0
  3. package/accountFeatures.js.map +1 -1
  4. package/bigQueryCredential.d.ts +5 -3
  5. package/bigQueryCredential.js +2 -0
  6. package/bigQueryCredential.js.map +1 -1
  7. package/bigquerySemanticLayerCredential.d.ts +161 -0
  8. package/bigquerySemanticLayerCredential.js +102 -0
  9. package/bigquerySemanticLayerCredential.js.map +1 -0
  10. package/databricksCredential.d.ts +16 -14
  11. package/databricksCredential.js +14 -2
  12. package/databricksCredential.js.map +1 -1
  13. package/environment.d.ts +37 -45
  14. package/environment.js +1 -6
  15. package/environment.js.map +1 -1
  16. package/environmentVariable.d.ts +3 -3
  17. package/environmentVariableJobOverride.d.ts +15 -5
  18. package/environmentVariableJobOverride.js +4 -0
  19. package/environmentVariableJobOverride.js.map +1 -1
  20. package/extendedAttributes.d.ts +7 -13
  21. package/extendedAttributes.js +1 -1
  22. package/extendedAttributes.js.map +1 -1
  23. package/fabricCredential.d.ts +16 -16
  24. package/fabricCredential.js +6 -6
  25. package/fabricCredential.js.map +1 -1
  26. package/getBigQueryCredential.d.ts +7 -1
  27. package/getBigQueryCredential.js +6 -0
  28. package/getBigQueryCredential.js.map +1 -1
  29. package/getDatabricksCredential.d.ts +10 -4
  30. package/getDatabricksCredential.js +6 -0
  31. package/getDatabricksCredential.js.map +1 -1
  32. package/getEnvironment.d.ts +4 -7
  33. package/getEnvironment.js.map +1 -1
  34. package/getEnvironmentVariable.d.ts +38 -8
  35. package/getEnvironmentVariable.js +30 -0
  36. package/getEnvironmentVariable.js.map +1 -1
  37. package/getExtendedAttributes.d.ts +12 -8
  38. package/getExtendedAttributes.js +4 -0
  39. package/getExtendedAttributes.js.map +1 -1
  40. package/getGlobalConnection.d.ts +4 -0
  41. package/getGlobalConnection.js.map +1 -1
  42. package/getGroupUsers.d.ts +3 -3
  43. package/getGroupUsers.js +2 -2
  44. package/getJob.d.ts +59 -26
  45. package/getJob.js +8 -2
  46. package/getJob.js.map +1 -1
  47. package/getPostgresCredential.d.ts +7 -1
  48. package/getPostgresCredential.js +6 -0
  49. package/getPostgresCredential.js.map +1 -1
  50. package/getPrivatelinkEndpoint.d.ts +16 -10
  51. package/getPrivatelinkEndpoint.js +6 -0
  52. package/getPrivatelinkEndpoint.js.map +1 -1
  53. package/getProject.d.ts +81 -44
  54. package/getProject.js +50 -22
  55. package/getProject.js.map +1 -1
  56. package/getRedshiftCredential.d.ts +72 -0
  57. package/getRedshiftCredential.js +32 -0
  58. package/getRedshiftCredential.js.map +1 -0
  59. package/getRepository.d.ts +25 -3
  60. package/getRepository.js +6 -0
  61. package/getRepository.js.map +1 -1
  62. package/getRuns.d.ts +46 -0
  63. package/getRuns.js +30 -0
  64. package/getRuns.js.map +1 -0
  65. package/getSnowflakeCredential.d.ts +8 -2
  66. package/getSnowflakeCredential.js +6 -0
  67. package/getSnowflakeCredential.js.map +1 -1
  68. package/getSynapseCredential.d.ts +80 -0
  69. package/getSynapseCredential.js +30 -0
  70. package/getSynapseCredential.js.map +1 -0
  71. package/getTeradataCredential.d.ts +68 -0
  72. package/getTeradataCredential.js +30 -0
  73. package/getTeradataCredential.js.map +1 -0
  74. package/getUserGroups.d.ts +9 -5
  75. package/getUserGroups.js +4 -0
  76. package/getUserGroups.js.map +1 -1
  77. package/getWebhook.d.ts +16 -4
  78. package/getWebhook.js +6 -0
  79. package/getWebhook.js.map +1 -1
  80. package/globalConnection.d.ts +12 -2
  81. package/globalConnection.js +2 -2
  82. package/globalConnection.js.map +1 -1
  83. package/index.d.ts +36 -18
  84. package/index.js +55 -28
  85. package/index.js.map +1 -1
  86. package/job.d.ts +41 -144
  87. package/job.js +4 -113
  88. package/job.js.map +1 -1
  89. package/package.json +2 -2
  90. package/partialEnvironmentVariable.d.ts +83 -0
  91. package/partialEnvironmentVariable.js +64 -0
  92. package/partialEnvironmentVariable.js.map +1 -0
  93. package/postgresCredential.d.ts +13 -11
  94. package/postgresCredential.js +2 -0
  95. package/postgresCredential.js.map +1 -1
  96. package/project.d.ts +20 -6
  97. package/project.js +5 -1
  98. package/project.js.map +1 -1
  99. package/projectRepository.d.ts +1 -1
  100. package/projectRepository.js +1 -1
  101. package/redshiftCredential.d.ts +165 -0
  102. package/redshiftCredential.js +121 -0
  103. package/redshiftCredential.js.map +1 -0
  104. package/redshiftSemanticLayerCredential.d.ts +65 -0
  105. package/redshiftSemanticLayerCredential.js +60 -0
  106. package/redshiftSemanticLayerCredential.js.map +1 -0
  107. package/repository.d.ts +6 -6
  108. package/semanticLayerConfiguration.d.ts +106 -0
  109. package/semanticLayerConfiguration.js +103 -0
  110. package/semanticLayerConfiguration.js.map +1 -0
  111. package/snowflakeCredential.d.ts +46 -32
  112. package/snowflakeCredential.js +4 -6
  113. package/snowflakeCredential.js.map +1 -1
  114. package/snowflakeSemanticLayerCredential.d.ts +95 -0
  115. package/snowflakeSemanticLayerCredential.js +90 -0
  116. package/snowflakeSemanticLayerCredential.js.map +1 -0
  117. package/synapseCredential.d.ts +233 -0
  118. package/synapseCredential.js +152 -0
  119. package/synapseCredential.js.map +1 -0
  120. package/teradataCredential.d.ts +107 -0
  121. package/teradataCredential.js +76 -0
  122. package/teradataCredential.js.map +1 -0
  123. package/types/input.d.ts +300 -0
  124. package/types/output.d.ts +409 -6
  125. package/userGroups.d.ts +4 -5
  126. package/userGroups.js +1 -2
  127. package/userGroups.js.map +1 -1
  128. package/webhook.d.ts +13 -7
  129. package/webhook.js +2 -0
  130. package/webhook.js.map +1 -1
  131. package/bigQueryConnection.d.ts +0 -420
  132. package/bigQueryConnection.js +0 -217
  133. package/bigQueryConnection.js.map +0 -1
  134. package/connection.d.ts +0 -342
  135. package/connection.js +0 -170
  136. package/connection.js.map +0 -1
  137. package/fabricConnection.d.ts +0 -199
  138. package/fabricConnection.js +0 -130
  139. package/fabricConnection.js.map +0 -1
  140. package/getBigQueryConnection.d.ts +0 -134
  141. package/getBigQueryConnection.js +0 -24
  142. package/getBigQueryConnection.js.map +0 -1
  143. package/getConnection.d.ts +0 -86
  144. package/getConnection.js +0 -24
  145. package/getConnection.js.map +0 -1
  146. package/projectConnection.d.ts +0 -105
  147. package/projectConnection.js +0 -102
  148. package/projectConnection.js.map +0 -1
@@ -5,6 +5,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getPostgresCredentialOutput = exports.getPostgresCredential = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * Postgres credential data source.
10
+ */
8
11
  function getPostgresCredential(args, opts) {
9
12
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
13
  return pulumi.runtime.invoke("dbtcloud:index/getPostgresCredential:getPostgresCredential", {
@@ -13,6 +16,9 @@ function getPostgresCredential(args, opts) {
13
16
  }, opts);
14
17
  }
15
18
  exports.getPostgresCredential = getPostgresCredential;
19
+ /**
20
+ * Postgres credential data source.
21
+ */
16
22
  function getPostgresCredentialOutput(args, opts) {
17
23
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
18
24
  return pulumi.runtime.invokeOutput("dbtcloud:index/getPostgresCredential:getPostgresCredential", {
@@ -1 +1 @@
1
- {"version":3,"file":"getPostgresCredential.js","sourceRoot":"","sources":["../getPostgresCredential.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC;AAiDD,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kEAMC"}
1
+ {"version":3,"file":"getPostgresCredential.js","sourceRoot":"","sources":["../getPostgresCredential.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC;AAiDD;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kEAMC"}
@@ -1,5 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
+ * Privatelink endpoint data source.
4
+ *
3
5
  * ## Example Usage
4
6
  *
5
7
  * ```typescript
@@ -29,16 +31,20 @@ export interface GetPrivatelinkEndpointArgs {
29
31
  */
30
32
  name?: string;
31
33
  /**
32
- * The URL of the PrivateLink Endpoint (private*link*endpoint_url and/or name need to be provided to return data for the datasource)
34
+ * URL of the PrivateLink Endpoint (name and/or private*link*endpoint_url need to be provided to return data for the datasource)
33
35
  */
34
36
  privateLinkEndpointUrl?: string;
37
+ /**
38
+ * Type of the PrivateLink Endpoint
39
+ */
40
+ type?: string;
35
41
  }
36
42
  /**
37
43
  * A collection of values returned by getPrivatelinkEndpoint.
38
44
  */
39
45
  export interface GetPrivatelinkEndpointResult {
40
46
  /**
41
- * The CIDR range of the PrivateLink Endpoint
47
+ * CIDR range of the PrivateLink Endpoint
42
48
  */
43
49
  readonly cidrRange: string;
44
50
  /**
@@ -50,21 +56,17 @@ export interface GetPrivatelinkEndpointResult {
50
56
  */
51
57
  readonly name?: string;
52
58
  /**
53
- * The URL of the PrivateLink Endpoint (private*link*endpoint_url and/or name need to be provided to return data for the datasource)
59
+ * URL of the PrivateLink Endpoint (name and/or private*link*endpoint_url need to be provided to return data for the datasource)
54
60
  */
55
61
  readonly privateLinkEndpointUrl?: string;
56
- /**
57
- * PrivatelinkEndpoint state should be 1 = active, as 2 = deleted
58
- *
59
- * @deprecated Remove this attribute's configuration as it's no longer in use and the attribute will be removed in the next major version of the provider.
60
- */
61
- readonly state: number;
62
62
  /**
63
63
  * Type of the PrivateLink Endpoint
64
64
  */
65
65
  readonly type: string;
66
66
  }
67
67
  /**
68
+ * Privatelink endpoint data source.
69
+ *
68
70
  * ## Example Usage
69
71
  *
70
72
  * ```typescript
@@ -94,7 +96,11 @@ export interface GetPrivatelinkEndpointOutputArgs {
94
96
  */
95
97
  name?: pulumi.Input<string>;
96
98
  /**
97
- * The URL of the PrivateLink Endpoint (private*link*endpoint_url and/or name need to be provided to return data for the datasource)
99
+ * URL of the PrivateLink Endpoint (name and/or private*link*endpoint_url need to be provided to return data for the datasource)
98
100
  */
99
101
  privateLinkEndpointUrl?: pulumi.Input<string>;
102
+ /**
103
+ * Type of the PrivateLink Endpoint
104
+ */
105
+ type?: pulumi.Input<string>;
100
106
  }
@@ -6,6 +6,8 @@ exports.getPrivatelinkEndpointOutput = exports.getPrivatelinkEndpoint = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
+ * Privatelink endpoint data source.
10
+ *
9
11
  * ## Example Usage
10
12
  *
11
13
  * ```typescript
@@ -31,10 +33,13 @@ function getPrivatelinkEndpoint(args, opts) {
31
33
  return pulumi.runtime.invoke("dbtcloud:index/getPrivatelinkEndpoint:getPrivatelinkEndpoint", {
32
34
  "name": args.name,
33
35
  "privateLinkEndpointUrl": args.privateLinkEndpointUrl,
36
+ "type": args.type,
34
37
  }, opts);
35
38
  }
36
39
  exports.getPrivatelinkEndpoint = getPrivatelinkEndpoint;
37
40
  /**
41
+ * Privatelink endpoint data source.
42
+ *
38
43
  * ## Example Usage
39
44
  *
40
45
  * ```typescript
@@ -60,6 +65,7 @@ function getPrivatelinkEndpointOutput(args, opts) {
60
65
  return pulumi.runtime.invokeOutput("dbtcloud:index/getPrivatelinkEndpoint:getPrivatelinkEndpoint", {
61
66
  "name": args.name,
62
67
  "privateLinkEndpointUrl": args.privateLinkEndpointUrl,
68
+ "type": args.type,
63
69
  }, opts);
64
70
  }
65
71
  exports.getPrivatelinkEndpointOutput = getPrivatelinkEndpointOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getPrivatelinkEndpoint.js","sourceRoot":"","sources":["../getPrivatelinkEndpoint.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;KACxD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wDAOC;AA+CD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAAiC;IACnH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;KACxD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oEAOC"}
1
+ {"version":3,"file":"getPrivatelinkEndpoint.js","sourceRoot":"","sources":["../getPrivatelinkEndpoint.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wDAQC;AA6CD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAAiC;IACnH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oEAQC"}
package/getProject.d.ts CHANGED
@@ -1,20 +1,36 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
2
3
  /**
4
+ * Retrieve a specific project from dbt Cloud.
5
+ *
3
6
  * ## Example Usage
4
7
  *
5
8
  * ```typescript
6
9
  * import * as pulumi from "@pulumi/pulumi";
7
10
  * import * as dbtcloud from "@pulumi/dbtcloud";
8
11
  *
9
- * // projects data sources can use the project_id parameter (preferred uniqueness is ensured)
10
- * const testProject = dbtcloud.getProject({
11
- * projectId: dbtCloudProjectId,
12
- * });
13
- * // or they can use project names
14
- * // the provider will raise an error if more than one project is found with the same name
15
- * const anotherTestProject = dbtcloud.getProject({
16
- * name: "My other project name",
17
- * });
12
+ * export = async () => {
13
+ * // projects data sources can use the project_id parameter (preferred uniqueness is ensured)
14
+ * const projectById = await dbtcloud.getProject({
15
+ * id: 0,
16
+ * });
17
+ * // or they can use project names
18
+ * // the provider will raise an error if more than one project is found with the same name
19
+ * const projectByName = await dbtcloud.getProject({
20
+ * name: "Project name",
21
+ * });
22
+ * const filteredProjects = await dbtcloud.getProjects({
23
+ * nameContains: "Project",
24
+ * });
25
+ * const allProjects = await dbtcloud.getProjects({});
26
+ * return {
27
+ * projectIdDetails: projectById,
28
+ * projectNameDetails: projectByName,
29
+ * filteredProjectsCount: filteredProjects.projects.length,
30
+ * filteredProjects: filteredProjects.projects,
31
+ * projectNames: .map(project => (project.name)),
32
+ * };
33
+ * }
18
34
  * ```
19
35
  */
20
36
  export declare function getProject(args?: GetProjectArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectResult>;
@@ -23,28 +39,28 @@ export declare function getProject(args?: GetProjectArgs, opts?: pulumi.InvokeOp
23
39
  */
24
40
  export interface GetProjectArgs {
25
41
  /**
26
- * The description of the project
42
+ * Project ID
27
43
  */
28
- description?: string;
44
+ id?: number;
29
45
  /**
30
- * Given name for project
46
+ * Project name
31
47
  */
32
48
  name?: string;
33
- /**
34
- * ID of the project to represent
35
- */
36
- projectId?: number;
37
49
  }
38
50
  /**
39
51
  * A collection of values returned by getProject.
40
52
  */
41
53
  export interface GetProjectResult {
42
54
  /**
43
- * ID of the connection associated with the project
55
+ * When the project was created
44
56
  */
45
- readonly connectionId: number;
57
+ readonly createdAt: string;
46
58
  /**
47
- * The description of the project
59
+ * Subdirectory for the dbt project inside the git repo
60
+ */
61
+ readonly dbtProjectSubdirectory: string;
62
+ /**
63
+ * Project description
48
64
  */
49
65
  readonly description: string;
50
66
  /**
@@ -56,44 +72,69 @@ export interface GetProjectResult {
56
72
  */
57
73
  readonly freshnessJobId: number;
58
74
  /**
59
- * The provider-assigned unique ID for this managed resource.
75
+ * Project ID
60
76
  */
61
- readonly id: string;
77
+ readonly id?: number;
62
78
  /**
63
- * Given name for project
79
+ * Project name
64
80
  */
65
81
  readonly name: string;
66
82
  /**
67
- * ID of the project to represent
83
+ * Details for the connection linked to the project
84
+ */
85
+ readonly projectConnection: outputs.GetProjectProjectConnection;
86
+ /**
87
+ * Details for the repository linked to the project
68
88
  */
69
- readonly projectId?: number;
89
+ readonly repository: outputs.GetProjectRepository;
70
90
  /**
71
- * ID of the repository associated with the project
91
+ * Semantic layer config ID
72
92
  */
73
- readonly repositoryId: number;
93
+ readonly semanticLayerConfigId: number;
74
94
  /**
75
95
  * Project state should be 1 = active, as 2 = deleted
76
- *
77
- * @deprecated Remove this attribute's configuration as it's no longer in use and the attribute will be removed in the next major version of the provider.
78
96
  */
79
97
  readonly state: number;
98
+ /**
99
+ * The type of dbt project (default or hybrid)
100
+ */
101
+ readonly type: number;
102
+ /**
103
+ * When the project was last updated
104
+ */
105
+ readonly updatedAt: string;
80
106
  }
81
107
  /**
108
+ * Retrieve a specific project from dbt Cloud.
109
+ *
82
110
  * ## Example Usage
83
111
  *
84
112
  * ```typescript
85
113
  * import * as pulumi from "@pulumi/pulumi";
86
114
  * import * as dbtcloud from "@pulumi/dbtcloud";
87
115
  *
88
- * // projects data sources can use the project_id parameter (preferred uniqueness is ensured)
89
- * const testProject = dbtcloud.getProject({
90
- * projectId: dbtCloudProjectId,
91
- * });
92
- * // or they can use project names
93
- * // the provider will raise an error if more than one project is found with the same name
94
- * const anotherTestProject = dbtcloud.getProject({
95
- * name: "My other project name",
96
- * });
116
+ * export = async () => {
117
+ * // projects data sources can use the project_id parameter (preferred uniqueness is ensured)
118
+ * const projectById = await dbtcloud.getProject({
119
+ * id: 0,
120
+ * });
121
+ * // or they can use project names
122
+ * // the provider will raise an error if more than one project is found with the same name
123
+ * const projectByName = await dbtcloud.getProject({
124
+ * name: "Project name",
125
+ * });
126
+ * const filteredProjects = await dbtcloud.getProjects({
127
+ * nameContains: "Project",
128
+ * });
129
+ * const allProjects = await dbtcloud.getProjects({});
130
+ * return {
131
+ * projectIdDetails: projectById,
132
+ * projectNameDetails: projectByName,
133
+ * filteredProjectsCount: filteredProjects.projects.length,
134
+ * filteredProjects: filteredProjects.projects,
135
+ * projectNames: .map(project => (project.name)),
136
+ * };
137
+ * }
97
138
  * ```
98
139
  */
99
140
  export declare function getProjectOutput(args?: GetProjectOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetProjectResult>;
@@ -102,15 +143,11 @@ export declare function getProjectOutput(args?: GetProjectOutputArgs, opts?: pul
102
143
  */
103
144
  export interface GetProjectOutputArgs {
104
145
  /**
105
- * The description of the project
146
+ * Project ID
106
147
  */
107
- description?: pulumi.Input<string>;
148
+ id?: pulumi.Input<number>;
108
149
  /**
109
- * Given name for project
150
+ * Project name
110
151
  */
111
152
  name?: pulumi.Input<string>;
112
- /**
113
- * ID of the project to represent
114
- */
115
- projectId?: pulumi.Input<number>;
116
153
  }
package/getProject.js CHANGED
@@ -6,58 +6,86 @@ exports.getProjectOutput = exports.getProject = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
+ * Retrieve a specific project from dbt Cloud.
10
+ *
9
11
  * ## Example Usage
10
12
  *
11
13
  * ```typescript
12
14
  * import * as pulumi from "@pulumi/pulumi";
13
15
  * import * as dbtcloud from "@pulumi/dbtcloud";
14
16
  *
15
- * // projects data sources can use the project_id parameter (preferred uniqueness is ensured)
16
- * const testProject = dbtcloud.getProject({
17
- * projectId: dbtCloudProjectId,
18
- * });
19
- * // or they can use project names
20
- * // the provider will raise an error if more than one project is found with the same name
21
- * const anotherTestProject = dbtcloud.getProject({
22
- * name: "My other project name",
23
- * });
17
+ * export = async () => {
18
+ * // projects data sources can use the project_id parameter (preferred uniqueness is ensured)
19
+ * const projectById = await dbtcloud.getProject({
20
+ * id: 0,
21
+ * });
22
+ * // or they can use project names
23
+ * // the provider will raise an error if more than one project is found with the same name
24
+ * const projectByName = await dbtcloud.getProject({
25
+ * name: "Project name",
26
+ * });
27
+ * const filteredProjects = await dbtcloud.getProjects({
28
+ * nameContains: "Project",
29
+ * });
30
+ * const allProjects = await dbtcloud.getProjects({});
31
+ * return {
32
+ * projectIdDetails: projectById,
33
+ * projectNameDetails: projectByName,
34
+ * filteredProjectsCount: filteredProjects.projects.length,
35
+ * filteredProjects: filteredProjects.projects,
36
+ * projectNames: .map(project => (project.name)),
37
+ * };
38
+ * }
24
39
  * ```
25
40
  */
26
41
  function getProject(args, opts) {
27
42
  args = args || {};
28
43
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
29
44
  return pulumi.runtime.invoke("dbtcloud:index/getProject:getProject", {
30
- "description": args.description,
45
+ "id": args.id,
31
46
  "name": args.name,
32
- "projectId": args.projectId,
33
47
  }, opts);
34
48
  }
35
49
  exports.getProject = getProject;
36
50
  /**
51
+ * Retrieve a specific project from dbt Cloud.
52
+ *
37
53
  * ## Example Usage
38
54
  *
39
55
  * ```typescript
40
56
  * import * as pulumi from "@pulumi/pulumi";
41
57
  * import * as dbtcloud from "@pulumi/dbtcloud";
42
58
  *
43
- * // projects data sources can use the project_id parameter (preferred uniqueness is ensured)
44
- * const testProject = dbtcloud.getProject({
45
- * projectId: dbtCloudProjectId,
46
- * });
47
- * // or they can use project names
48
- * // the provider will raise an error if more than one project is found with the same name
49
- * const anotherTestProject = dbtcloud.getProject({
50
- * name: "My other project name",
51
- * });
59
+ * export = async () => {
60
+ * // projects data sources can use the project_id parameter (preferred uniqueness is ensured)
61
+ * const projectById = await dbtcloud.getProject({
62
+ * id: 0,
63
+ * });
64
+ * // or they can use project names
65
+ * // the provider will raise an error if more than one project is found with the same name
66
+ * const projectByName = await dbtcloud.getProject({
67
+ * name: "Project name",
68
+ * });
69
+ * const filteredProjects = await dbtcloud.getProjects({
70
+ * nameContains: "Project",
71
+ * });
72
+ * const allProjects = await dbtcloud.getProjects({});
73
+ * return {
74
+ * projectIdDetails: projectById,
75
+ * projectNameDetails: projectByName,
76
+ * filteredProjectsCount: filteredProjects.projects.length,
77
+ * filteredProjects: filteredProjects.projects,
78
+ * projectNames: .map(project => (project.name)),
79
+ * };
80
+ * }
52
81
  * ```
53
82
  */
54
83
  function getProjectOutput(args, opts) {
55
84
  args = args || {};
56
85
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
57
86
  return pulumi.runtime.invokeOutput("dbtcloud:index/getProject:getProject", {
58
- "description": args.description,
87
+ "id": args.id,
59
88
  "name": args.name,
60
- "projectId": args.projectId,
61
89
  }, opts);
62
90
  }
63
91
  exports.getProjectOutput = getProjectOutput;
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;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gCAQC;AA+DD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AAyED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC"}
@@ -0,0 +1,72 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Redshift credential data source
4
+ */
5
+ export declare function getRedshiftCredential(args: GetRedshiftCredentialArgs, opts?: pulumi.InvokeOptions): Promise<GetRedshiftCredentialResult>;
6
+ /**
7
+ * A collection of arguments for invoking getRedshiftCredential.
8
+ */
9
+ export interface GetRedshiftCredentialArgs {
10
+ /**
11
+ * Credential ID
12
+ */
13
+ credentialId: number;
14
+ /**
15
+ * Default schema name
16
+ */
17
+ defaultSchema: string;
18
+ /**
19
+ * Project ID
20
+ */
21
+ projectId: number;
22
+ }
23
+ /**
24
+ * A collection of values returned by getRedshiftCredential.
25
+ */
26
+ export interface GetRedshiftCredentialResult {
27
+ /**
28
+ * Credential ID
29
+ */
30
+ readonly credentialId: number;
31
+ /**
32
+ * Default schema name
33
+ */
34
+ readonly defaultSchema: string;
35
+ /**
36
+ * The ID of this data source. Contains the project ID and the credential ID.
37
+ */
38
+ readonly id: string;
39
+ /**
40
+ * Whether the Redshift credential is active
41
+ */
42
+ readonly isActive: boolean;
43
+ /**
44
+ * Number of threads to use
45
+ */
46
+ readonly numThreads: number;
47
+ /**
48
+ * Project ID
49
+ */
50
+ readonly projectId: number;
51
+ }
52
+ /**
53
+ * Redshift credential data source
54
+ */
55
+ export declare function getRedshiftCredentialOutput(args: GetRedshiftCredentialOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRedshiftCredentialResult>;
56
+ /**
57
+ * A collection of arguments for invoking getRedshiftCredential.
58
+ */
59
+ export interface GetRedshiftCredentialOutputArgs {
60
+ /**
61
+ * Credential ID
62
+ */
63
+ credentialId: pulumi.Input<number>;
64
+ /**
65
+ * Default schema name
66
+ */
67
+ defaultSchema: pulumi.Input<string>;
68
+ /**
69
+ * Project ID
70
+ */
71
+ projectId: pulumi.Input<number>;
72
+ }
@@ -0,0 +1,32 @@
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.getRedshiftCredentialOutput = exports.getRedshiftCredential = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Redshift credential data source
10
+ */
11
+ function getRedshiftCredential(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("dbtcloud:index/getRedshiftCredential:getRedshiftCredential", {
14
+ "credentialId": args.credentialId,
15
+ "defaultSchema": args.defaultSchema,
16
+ "projectId": args.projectId,
17
+ }, opts);
18
+ }
19
+ exports.getRedshiftCredential = getRedshiftCredential;
20
+ /**
21
+ * Redshift credential data source
22
+ */
23
+ function getRedshiftCredentialOutput(args, opts) {
24
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
25
+ return pulumi.runtime.invokeOutput("dbtcloud:index/getRedshiftCredential:getRedshiftCredential", {
26
+ "credentialId": args.credentialId,
27
+ "defaultSchema": args.defaultSchema,
28
+ "projectId": args.projectId,
29
+ }, opts);
30
+ }
31
+ exports.getRedshiftCredentialOutput = getRedshiftCredentialOutput;
32
+ //# sourceMappingURL=getRedshiftCredential.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRedshiftCredential.js","sourceRoot":"","sources":["../getRedshiftCredential.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC;AAiDD;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kEAOC"}
@@ -1,4 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Retrieve data for a single repository
4
+ */
2
5
  export declare function getRepository(args: GetRepositoryArgs, opts?: pulumi.InvokeOptions): Promise<GetRepositoryResult>;
3
6
  /**
4
7
  * A collection of arguments for invoking getRepository.
@@ -23,6 +26,18 @@ export interface GetRepositoryArgs {
23
26
  * A collection of values returned by getRepository.
24
27
  */
25
28
  export interface GetRepositoryResult {
29
+ /**
30
+ * The Azure Dev Ops project ID
31
+ */
32
+ readonly azureActiveDirectoryProjectId: string;
33
+ /**
34
+ * The Azure Dev Ops repository ID
35
+ */
36
+ readonly azureActiveDirectoryRepositoryId: string;
37
+ /**
38
+ * If set to False (the default), the connection will fail if the service user doesn't have access to set webhooks
39
+ */
40
+ readonly azureBypassWebhookRegistrationFailure: boolean;
26
41
  /**
27
42
  * Public key generated by dbt when using `deployKey` clone strategy
28
43
  */
@@ -32,7 +47,7 @@ export interface GetRepositoryResult {
32
47
  *
33
48
  * @deprecated This field is deprecated and will be removed in a future version of the provider. The key is always fetched when the clone strategy is `deployKey`
34
49
  */
35
- readonly fetchDeployKey?: boolean;
50
+ readonly fetchDeployKey: boolean;
36
51
  /**
37
52
  * Git clone strategy for the repository
38
53
  */
@@ -46,7 +61,7 @@ export interface GetRepositoryResult {
46
61
  */
47
62
  readonly gitlabProjectId: number;
48
63
  /**
49
- * The provider-assigned unique ID for this managed resource.
64
+ * The ID of this resource
50
65
  */
51
66
  readonly id: string;
52
67
  /**
@@ -58,7 +73,11 @@ export interface GetRepositoryResult {
58
73
  */
59
74
  readonly projectId: number;
60
75
  /**
61
- * Connection name
76
+ * The pull request URL template to be used when opening a pull request from within dbt Cloud's IDE
77
+ */
78
+ readonly pullRequestUrlTemplate: string;
79
+ /**
80
+ * Git URL for the repository or <Group>/<Project> for Gitlab
62
81
  */
63
82
  readonly remoteUrl: string;
64
83
  /**
@@ -70,6 +89,9 @@ export interface GetRepositoryResult {
70
89
  */
71
90
  readonly repositoryId: number;
72
91
  }
92
+ /**
93
+ * Retrieve data for a single repository
94
+ */
73
95
  export declare function getRepositoryOutput(args: GetRepositoryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRepositoryResult>;
74
96
  /**
75
97
  * A collection of arguments for invoking getRepository.
package/getRepository.js CHANGED
@@ -5,6 +5,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getRepositoryOutput = exports.getRepository = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * Retrieve data for a single repository
10
+ */
8
11
  function getRepository(args, opts) {
9
12
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
13
  return pulumi.runtime.invoke("dbtcloud:index/getRepository:getRepository", {
@@ -14,6 +17,9 @@ function getRepository(args, opts) {
14
17
  }, opts);
15
18
  }
16
19
  exports.getRepository = getRepository;
20
+ /**
21
+ * Retrieve data for a single repository
22
+ */
17
23
  function getRepositoryOutput(args, opts) {
18
24
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
19
25
  return pulumi.runtime.invokeOutput("dbtcloud:index/getRepository:getRepository", {
@@ -1 +1 @@
1
- {"version":3,"file":"getRepository.js","sourceRoot":"","sources":["../getRepository.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,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,4CAA4C,EAAE;QACvE,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC;AAyED,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC"}
1
+ {"version":3,"file":"getRepository.js","sourceRoot":"","sources":["../getRepository.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,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,4CAA4C,EAAE;QACvE,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC;AAyFD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC"}