@pulumi/snowflake 0.62.0-alpha.1732688512 → 0.62.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.
- package/accountRole.d.ts +3 -3
- package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.d.ts +3 -3
- package/apiAuthenticationIntegrationWithClientCredentials.d.ts +3 -3
- package/apiAuthenticationIntegrationWithJwtBearer.d.ts +3 -3
- package/authenticationPolicy.d.ts +9 -9
- package/database.d.ts +3 -3
- package/databaseRole.d.ts +6 -6
- package/externalOauthIntegration.d.ts +3 -3
- package/externalVolume.d.ts +3 -3
- package/getTags.d.ts +62 -0
- package/getTags.js +36 -0
- package/getTags.js.map +1 -0
- package/getTasks.d.ts +70 -37
- package/getTasks.js +18 -24
- package/getTasks.js.map +1 -1
- package/index.d.ts +3 -0
- package/index.js +5 -2
- package/index.js.map +1 -1
- package/legacyServiceUser.d.ts +3 -3
- package/maskingPolicy.d.ts +9 -9
- package/networkPolicy.d.ts +3 -3
- package/oauthIntegrationForCustomClients.d.ts +3 -3
- package/oauthIntegrationForPartnerApplications.d.ts +3 -3
- package/package.json +2 -2
- package/passwordPolicy.d.ts +0 -3
- package/passwordPolicy.js +0 -3
- package/passwordPolicy.js.map +1 -1
- package/primaryConnection.d.ts +3 -3
- package/resourceMonitor.d.ts +3 -3
- package/role.d.ts +3 -3
- package/rowAccessPolicy.d.ts +9 -9
- package/saml2Integration.d.ts +3 -3
- package/scimIntegration.d.ts +3 -3
- package/secondaryConnection.d.ts +3 -3
- package/secondaryDatabase.d.ts +3 -3
- package/secretWithAuthorizationCodeGrant.d.ts +9 -9
- package/secretWithBasicAuthentication.d.ts +9 -9
- package/secretWithClientCredentials.d.ts +9 -9
- package/secretWithGenericString.d.ts +9 -9
- package/serviceUser.d.ts +3 -3
- package/sharedDatabase.d.ts +3 -3
- package/storageIntegration.d.ts +9 -0
- package/storageIntegration.js.map +1 -1
- package/streamOnDirectoryTable.d.ts +12 -12
- package/streamOnExternalTable.d.ts +12 -12
- package/streamOnTable.d.ts +12 -12
- package/streamOnView.d.ts +12 -12
- package/tag.d.ts +35 -15
- package/tag.js +5 -3
- package/tag.js.map +1 -1
- package/task.d.ts +747 -63
- package/task.js +123 -4
- package/task.js.map +1 -1
- package/types/input.d.ts +623 -0
- package/types/output.d.ts +2935 -1852
- package/user.d.ts +3 -3
- package/view.d.ts +9 -9
- package/warehouse.d.ts +3 -3
package/rowAccessPolicy.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ export declare class RowAccessPolicy extends pulumi.CustomResource {
|
|
|
37
37
|
*/
|
|
38
38
|
readonly comment: pulumi.Output<string | undefined>;
|
|
39
39
|
/**
|
|
40
|
-
* The database in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
40
|
+
* The database in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
41
41
|
*/
|
|
42
42
|
readonly database: pulumi.Output<string>;
|
|
43
43
|
/**
|
|
@@ -49,11 +49,11 @@ export declare class RowAccessPolicy extends pulumi.CustomResource {
|
|
|
49
49
|
*/
|
|
50
50
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
51
51
|
/**
|
|
52
|
-
* Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
52
|
+
* Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
53
53
|
*/
|
|
54
54
|
readonly name: pulumi.Output<string>;
|
|
55
55
|
/**
|
|
56
|
-
* The schema in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
56
|
+
* The schema in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
57
57
|
*/
|
|
58
58
|
readonly schema: pulumi.Output<string>;
|
|
59
59
|
/**
|
|
@@ -86,7 +86,7 @@ export interface RowAccessPolicyState {
|
|
|
86
86
|
*/
|
|
87
87
|
comment?: pulumi.Input<string>;
|
|
88
88
|
/**
|
|
89
|
-
* The database in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
89
|
+
* The database in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
90
90
|
*/
|
|
91
91
|
database?: pulumi.Input<string>;
|
|
92
92
|
/**
|
|
@@ -98,11 +98,11 @@ export interface RowAccessPolicyState {
|
|
|
98
98
|
*/
|
|
99
99
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
100
100
|
/**
|
|
101
|
-
* Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
101
|
+
* Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
102
102
|
*/
|
|
103
103
|
name?: pulumi.Input<string>;
|
|
104
104
|
/**
|
|
105
|
-
* The schema in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
105
|
+
* The schema in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
106
106
|
*/
|
|
107
107
|
schema?: pulumi.Input<string>;
|
|
108
108
|
/**
|
|
@@ -127,15 +127,15 @@ export interface RowAccessPolicyArgs {
|
|
|
127
127
|
*/
|
|
128
128
|
comment?: pulumi.Input<string>;
|
|
129
129
|
/**
|
|
130
|
-
* The database in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
130
|
+
* The database in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
131
131
|
*/
|
|
132
132
|
database: pulumi.Input<string>;
|
|
133
133
|
/**
|
|
134
|
-
* Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
134
|
+
* Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
135
135
|
*/
|
|
136
136
|
name?: pulumi.Input<string>;
|
|
137
137
|
/**
|
|
138
|
-
* The schema in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
138
|
+
* The schema in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
139
139
|
*/
|
|
140
140
|
schema: pulumi.Input<string>;
|
|
141
141
|
}
|
package/saml2Integration.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ export declare class Saml2Integration extends pulumi.CustomResource {
|
|
|
49
49
|
*/
|
|
50
50
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
51
51
|
/**
|
|
52
|
-
* Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
52
|
+
* Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
53
53
|
*/
|
|
54
54
|
readonly name: pulumi.Output<string>;
|
|
55
55
|
/**
|
|
@@ -142,7 +142,7 @@ export interface Saml2IntegrationState {
|
|
|
142
142
|
*/
|
|
143
143
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
144
144
|
/**
|
|
145
|
-
* Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
145
|
+
* Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
146
146
|
*/
|
|
147
147
|
name?: pulumi.Input<string>;
|
|
148
148
|
/**
|
|
@@ -219,7 +219,7 @@ export interface Saml2IntegrationArgs {
|
|
|
219
219
|
*/
|
|
220
220
|
enabled?: pulumi.Input<string>;
|
|
221
221
|
/**
|
|
222
|
-
* Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
222
|
+
* Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
223
223
|
*/
|
|
224
224
|
name?: pulumi.Input<string>;
|
|
225
225
|
/**
|
package/scimIntegration.d.ts
CHANGED
|
@@ -41,7 +41,7 @@ export declare class ScimIntegration extends pulumi.CustomResource {
|
|
|
41
41
|
*/
|
|
42
42
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
43
43
|
/**
|
|
44
|
-
* String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
44
|
+
* String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
45
45
|
*/
|
|
46
46
|
readonly name: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
@@ -94,7 +94,7 @@ export interface ScimIntegrationState {
|
|
|
94
94
|
*/
|
|
95
95
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
96
96
|
/**
|
|
97
|
-
* String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
97
|
+
* String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
98
98
|
*/
|
|
99
99
|
name?: pulumi.Input<string>;
|
|
100
100
|
/**
|
|
@@ -131,7 +131,7 @@ export interface ScimIntegrationArgs {
|
|
|
131
131
|
*/
|
|
132
132
|
enabled: pulumi.Input<boolean>;
|
|
133
133
|
/**
|
|
134
|
-
* String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
134
|
+
* String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
135
135
|
*/
|
|
136
136
|
name?: pulumi.Input<string>;
|
|
137
137
|
/**
|
package/secondaryConnection.d.ts
CHANGED
|
@@ -41,7 +41,7 @@ export declare class SecondaryConnection extends pulumi.CustomResource {
|
|
|
41
41
|
*/
|
|
42
42
|
readonly isPrimary: pulumi.Output<boolean>;
|
|
43
43
|
/**
|
|
44
|
-
* String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
44
|
+
* String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
45
45
|
*/
|
|
46
46
|
readonly name: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
@@ -78,7 +78,7 @@ export interface SecondaryConnectionState {
|
|
|
78
78
|
*/
|
|
79
79
|
isPrimary?: pulumi.Input<boolean>;
|
|
80
80
|
/**
|
|
81
|
-
* String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
81
|
+
* String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
82
82
|
*/
|
|
83
83
|
name?: pulumi.Input<string>;
|
|
84
84
|
/**
|
|
@@ -99,7 +99,7 @@ export interface SecondaryConnectionArgs {
|
|
|
99
99
|
*/
|
|
100
100
|
comment?: pulumi.Input<string>;
|
|
101
101
|
/**
|
|
102
|
-
* String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
102
|
+
* String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
103
103
|
*/
|
|
104
104
|
name?: pulumi.Input<string>;
|
|
105
105
|
}
|
package/secondaryDatabase.d.ts
CHANGED
|
@@ -67,7 +67,7 @@ export declare class SecondaryDatabase extends pulumi.CustomResource {
|
|
|
67
67
|
*/
|
|
68
68
|
readonly maxDataExtensionTimeInDays: pulumi.Output<number>;
|
|
69
69
|
/**
|
|
70
|
-
* Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\n\n.\n\n.\n\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
70
|
+
* Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\n\n.\n\n.\n\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
71
71
|
*/
|
|
72
72
|
readonly name: pulumi.Output<string>;
|
|
73
73
|
/**
|
|
@@ -164,7 +164,7 @@ export interface SecondaryDatabaseState {
|
|
|
164
164
|
*/
|
|
165
165
|
maxDataExtensionTimeInDays?: pulumi.Input<number>;
|
|
166
166
|
/**
|
|
167
|
-
* Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\n\n.\n\n.\n\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
167
|
+
* Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\n\n.\n\n.\n\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
168
168
|
*/
|
|
169
169
|
name?: pulumi.Input<string>;
|
|
170
170
|
/**
|
|
@@ -249,7 +249,7 @@ export interface SecondaryDatabaseArgs {
|
|
|
249
249
|
*/
|
|
250
250
|
maxDataExtensionTimeInDays?: pulumi.Input<number>;
|
|
251
251
|
/**
|
|
252
|
-
* Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\n\n.\n\n.\n\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
252
|
+
* Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\n\n.\n\n.\n\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
253
253
|
*/
|
|
254
254
|
name?: pulumi.Input<string>;
|
|
255
255
|
/**
|
|
@@ -33,7 +33,7 @@ export declare class SecretWithAuthorizationCodeGrant extends pulumi.CustomResou
|
|
|
33
33
|
*/
|
|
34
34
|
readonly comment: pulumi.Output<string | undefined>;
|
|
35
35
|
/**
|
|
36
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
36
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
37
37
|
*/
|
|
38
38
|
readonly database: pulumi.Output<string>;
|
|
39
39
|
/**
|
|
@@ -45,7 +45,7 @@ export declare class SecretWithAuthorizationCodeGrant extends pulumi.CustomResou
|
|
|
45
45
|
*/
|
|
46
46
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
48
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
48
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
49
49
|
*/
|
|
50
50
|
readonly name: pulumi.Output<string>;
|
|
51
51
|
readonly oauthRefreshToken: pulumi.Output<string>;
|
|
@@ -54,7 +54,7 @@ export declare class SecretWithAuthorizationCodeGrant extends pulumi.CustomResou
|
|
|
54
54
|
*/
|
|
55
55
|
readonly oauthRefreshTokenExpiryTime: pulumi.Output<string>;
|
|
56
56
|
/**
|
|
57
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
57
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
58
58
|
*/
|
|
59
59
|
readonly schema: pulumi.Output<string>;
|
|
60
60
|
/**
|
|
@@ -87,7 +87,7 @@ export interface SecretWithAuthorizationCodeGrantState {
|
|
|
87
87
|
*/
|
|
88
88
|
comment?: pulumi.Input<string>;
|
|
89
89
|
/**
|
|
90
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
90
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
91
91
|
*/
|
|
92
92
|
database?: pulumi.Input<string>;
|
|
93
93
|
/**
|
|
@@ -99,7 +99,7 @@ export interface SecretWithAuthorizationCodeGrantState {
|
|
|
99
99
|
*/
|
|
100
100
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
101
101
|
/**
|
|
102
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
102
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
103
103
|
*/
|
|
104
104
|
name?: pulumi.Input<string>;
|
|
105
105
|
oauthRefreshToken?: pulumi.Input<string>;
|
|
@@ -108,7 +108,7 @@ export interface SecretWithAuthorizationCodeGrantState {
|
|
|
108
108
|
*/
|
|
109
109
|
oauthRefreshTokenExpiryTime?: pulumi.Input<string>;
|
|
110
110
|
/**
|
|
111
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
111
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
112
112
|
*/
|
|
113
113
|
schema?: pulumi.Input<string>;
|
|
114
114
|
/**
|
|
@@ -133,11 +133,11 @@ export interface SecretWithAuthorizationCodeGrantArgs {
|
|
|
133
133
|
*/
|
|
134
134
|
comment?: pulumi.Input<string>;
|
|
135
135
|
/**
|
|
136
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
136
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
137
137
|
*/
|
|
138
138
|
database: pulumi.Input<string>;
|
|
139
139
|
/**
|
|
140
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
140
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
141
141
|
*/
|
|
142
142
|
name?: pulumi.Input<string>;
|
|
143
143
|
oauthRefreshToken: pulumi.Input<string>;
|
|
@@ -146,7 +146,7 @@ export interface SecretWithAuthorizationCodeGrantArgs {
|
|
|
146
146
|
*/
|
|
147
147
|
oauthRefreshTokenExpiryTime: pulumi.Input<string>;
|
|
148
148
|
/**
|
|
149
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
149
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
150
150
|
*/
|
|
151
151
|
schema: pulumi.Input<string>;
|
|
152
152
|
}
|
|
@@ -29,7 +29,7 @@ export declare class SecretWithBasicAuthentication extends pulumi.CustomResource
|
|
|
29
29
|
*/
|
|
30
30
|
readonly comment: pulumi.Output<string | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
32
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
33
33
|
*/
|
|
34
34
|
readonly database: pulumi.Output<string>;
|
|
35
35
|
/**
|
|
@@ -41,12 +41,12 @@ export declare class SecretWithBasicAuthentication extends pulumi.CustomResource
|
|
|
41
41
|
*/
|
|
42
42
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
43
43
|
/**
|
|
44
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
44
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
45
45
|
*/
|
|
46
46
|
readonly name: pulumi.Output<string>;
|
|
47
47
|
readonly password: pulumi.Output<string>;
|
|
48
48
|
/**
|
|
49
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
49
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
50
50
|
*/
|
|
51
51
|
readonly schema: pulumi.Output<string>;
|
|
52
52
|
/**
|
|
@@ -79,7 +79,7 @@ export interface SecretWithBasicAuthenticationState {
|
|
|
79
79
|
*/
|
|
80
80
|
comment?: pulumi.Input<string>;
|
|
81
81
|
/**
|
|
82
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
82
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
83
83
|
*/
|
|
84
84
|
database?: pulumi.Input<string>;
|
|
85
85
|
/**
|
|
@@ -91,12 +91,12 @@ export interface SecretWithBasicAuthenticationState {
|
|
|
91
91
|
*/
|
|
92
92
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
93
93
|
/**
|
|
94
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
94
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
95
95
|
*/
|
|
96
96
|
name?: pulumi.Input<string>;
|
|
97
97
|
password?: pulumi.Input<string>;
|
|
98
98
|
/**
|
|
99
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
99
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
100
100
|
*/
|
|
101
101
|
schema?: pulumi.Input<string>;
|
|
102
102
|
/**
|
|
@@ -121,16 +121,16 @@ export interface SecretWithBasicAuthenticationArgs {
|
|
|
121
121
|
*/
|
|
122
122
|
comment?: pulumi.Input<string>;
|
|
123
123
|
/**
|
|
124
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
124
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
125
125
|
*/
|
|
126
126
|
database: pulumi.Input<string>;
|
|
127
127
|
/**
|
|
128
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
128
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
129
129
|
*/
|
|
130
130
|
name?: pulumi.Input<string>;
|
|
131
131
|
password: pulumi.Input<string>;
|
|
132
132
|
/**
|
|
133
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
133
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
134
134
|
*/
|
|
135
135
|
schema: pulumi.Input<string>;
|
|
136
136
|
/**
|
|
@@ -33,7 +33,7 @@ export declare class SecretWithClientCredentials extends pulumi.CustomResource {
|
|
|
33
33
|
*/
|
|
34
34
|
readonly comment: pulumi.Output<string | undefined>;
|
|
35
35
|
/**
|
|
36
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
36
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
37
37
|
*/
|
|
38
38
|
readonly database: pulumi.Output<string>;
|
|
39
39
|
/**
|
|
@@ -45,7 +45,7 @@ export declare class SecretWithClientCredentials extends pulumi.CustomResource {
|
|
|
45
45
|
*/
|
|
46
46
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
48
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
48
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
49
49
|
*/
|
|
50
50
|
readonly name: pulumi.Output<string>;
|
|
51
51
|
/**
|
|
@@ -53,7 +53,7 @@ export declare class SecretWithClientCredentials extends pulumi.CustomResource {
|
|
|
53
53
|
*/
|
|
54
54
|
readonly oauthScopes: pulumi.Output<string[]>;
|
|
55
55
|
/**
|
|
56
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
56
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
57
57
|
*/
|
|
58
58
|
readonly schema: pulumi.Output<string>;
|
|
59
59
|
/**
|
|
@@ -86,7 +86,7 @@ export interface SecretWithClientCredentialsState {
|
|
|
86
86
|
*/
|
|
87
87
|
comment?: pulumi.Input<string>;
|
|
88
88
|
/**
|
|
89
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
89
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
90
90
|
*/
|
|
91
91
|
database?: pulumi.Input<string>;
|
|
92
92
|
/**
|
|
@@ -98,7 +98,7 @@ export interface SecretWithClientCredentialsState {
|
|
|
98
98
|
*/
|
|
99
99
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
100
100
|
/**
|
|
101
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
101
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
102
102
|
*/
|
|
103
103
|
name?: pulumi.Input<string>;
|
|
104
104
|
/**
|
|
@@ -106,7 +106,7 @@ export interface SecretWithClientCredentialsState {
|
|
|
106
106
|
*/
|
|
107
107
|
oauthScopes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
108
108
|
/**
|
|
109
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
109
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
110
110
|
*/
|
|
111
111
|
schema?: pulumi.Input<string>;
|
|
112
112
|
/**
|
|
@@ -131,11 +131,11 @@ export interface SecretWithClientCredentialsArgs {
|
|
|
131
131
|
*/
|
|
132
132
|
comment?: pulumi.Input<string>;
|
|
133
133
|
/**
|
|
134
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
134
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
135
135
|
*/
|
|
136
136
|
database: pulumi.Input<string>;
|
|
137
137
|
/**
|
|
138
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
138
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
139
139
|
*/
|
|
140
140
|
name?: pulumi.Input<string>;
|
|
141
141
|
/**
|
|
@@ -143,7 +143,7 @@ export interface SecretWithClientCredentialsArgs {
|
|
|
143
143
|
*/
|
|
144
144
|
oauthScopes: pulumi.Input<pulumi.Input<string>[]>;
|
|
145
145
|
/**
|
|
146
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
146
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
147
147
|
*/
|
|
148
148
|
schema: pulumi.Input<string>;
|
|
149
149
|
}
|
|
@@ -29,7 +29,7 @@ export declare class SecretWithGenericString extends pulumi.CustomResource {
|
|
|
29
29
|
*/
|
|
30
30
|
readonly comment: pulumi.Output<string | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
32
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
33
33
|
*/
|
|
34
34
|
readonly database: pulumi.Output<string>;
|
|
35
35
|
/**
|
|
@@ -41,11 +41,11 @@ export declare class SecretWithGenericString extends pulumi.CustomResource {
|
|
|
41
41
|
*/
|
|
42
42
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
43
43
|
/**
|
|
44
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
44
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
45
45
|
*/
|
|
46
46
|
readonly name: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
48
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
48
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
49
49
|
*/
|
|
50
50
|
readonly schema: pulumi.Output<string>;
|
|
51
51
|
readonly secretString: pulumi.Output<string>;
|
|
@@ -75,7 +75,7 @@ export interface SecretWithGenericStringState {
|
|
|
75
75
|
*/
|
|
76
76
|
comment?: pulumi.Input<string>;
|
|
77
77
|
/**
|
|
78
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
78
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
79
79
|
*/
|
|
80
80
|
database?: pulumi.Input<string>;
|
|
81
81
|
/**
|
|
@@ -87,11 +87,11 @@ export interface SecretWithGenericStringState {
|
|
|
87
87
|
*/
|
|
88
88
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
89
89
|
/**
|
|
90
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
90
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
91
91
|
*/
|
|
92
92
|
name?: pulumi.Input<string>;
|
|
93
93
|
/**
|
|
94
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
94
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
95
95
|
*/
|
|
96
96
|
schema?: pulumi.Input<string>;
|
|
97
97
|
secretString?: pulumi.Input<string>;
|
|
@@ -113,15 +113,15 @@ export interface SecretWithGenericStringArgs {
|
|
|
113
113
|
*/
|
|
114
114
|
comment?: pulumi.Input<string>;
|
|
115
115
|
/**
|
|
116
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
116
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
117
117
|
*/
|
|
118
118
|
database: pulumi.Input<string>;
|
|
119
119
|
/**
|
|
120
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
120
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
121
121
|
*/
|
|
122
122
|
name?: pulumi.Input<string>;
|
|
123
123
|
/**
|
|
124
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
124
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
125
125
|
*/
|
|
126
126
|
schema: pulumi.Input<string>;
|
|
127
127
|
secretString: pulumi.Input<string>;
|
package/serviceUser.d.ts
CHANGED
|
@@ -175,7 +175,7 @@ export declare class ServiceUser extends pulumi.CustomResource {
|
|
|
175
175
|
*/
|
|
176
176
|
readonly multiStatementCount: pulumi.Output<number>;
|
|
177
177
|
/**
|
|
178
|
-
* Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
178
|
+
* Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
179
179
|
*/
|
|
180
180
|
readonly name: pulumi.Output<string>;
|
|
181
181
|
/**
|
|
@@ -486,7 +486,7 @@ export interface ServiceUserState {
|
|
|
486
486
|
*/
|
|
487
487
|
multiStatementCount?: pulumi.Input<number>;
|
|
488
488
|
/**
|
|
489
|
-
* Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
489
|
+
* Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
490
490
|
*/
|
|
491
491
|
name?: pulumi.Input<string>;
|
|
492
492
|
/**
|
|
@@ -785,7 +785,7 @@ export interface ServiceUserArgs {
|
|
|
785
785
|
*/
|
|
786
786
|
multiStatementCount?: pulumi.Input<number>;
|
|
787
787
|
/**
|
|
788
|
-
* Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
788
|
+
* Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
789
789
|
*/
|
|
790
790
|
name?: pulumi.Input<string>;
|
|
791
791
|
/**
|
package/sharedDatabase.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ export declare class SharedDatabase extends pulumi.CustomResource {
|
|
|
55
55
|
*/
|
|
56
56
|
readonly logLevel: pulumi.Output<string>;
|
|
57
57
|
/**
|
|
58
|
-
* Specifies the identifier for the database; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
58
|
+
* Specifies the identifier for the database; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
59
59
|
*/
|
|
60
60
|
readonly name: pulumi.Output<string>;
|
|
61
61
|
/**
|
|
@@ -140,7 +140,7 @@ export interface SharedDatabaseState {
|
|
|
140
140
|
*/
|
|
141
141
|
logLevel?: pulumi.Input<string>;
|
|
142
142
|
/**
|
|
143
|
-
* Specifies the identifier for the database; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
143
|
+
* Specifies the identifier for the database; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
144
144
|
*/
|
|
145
145
|
name?: pulumi.Input<string>;
|
|
146
146
|
/**
|
|
@@ -213,7 +213,7 @@ export interface SharedDatabaseArgs {
|
|
|
213
213
|
*/
|
|
214
214
|
logLevel?: pulumi.Input<string>;
|
|
215
215
|
/**
|
|
216
|
-
* Specifies the identifier for the database; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
216
|
+
* Specifies the identifier for the database; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
217
217
|
*/
|
|
218
218
|
name?: pulumi.Input<string>;
|
|
219
219
|
/**
|
package/storageIntegration.d.ts
CHANGED
|
@@ -67,6 +67,9 @@ export declare class StorageIntegration extends pulumi.CustomResource {
|
|
|
67
67
|
* This is the name of the Snowflake Google Service Account created for your account.
|
|
68
68
|
*/
|
|
69
69
|
readonly storageGcpServiceAccount: pulumi.Output<string>;
|
|
70
|
+
/**
|
|
71
|
+
* Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`
|
|
72
|
+
*/
|
|
70
73
|
readonly storageProvider: pulumi.Output<string>;
|
|
71
74
|
readonly type: pulumi.Output<string | undefined>;
|
|
72
75
|
/**
|
|
@@ -127,6 +130,9 @@ export interface StorageIntegrationState {
|
|
|
127
130
|
* This is the name of the Snowflake Google Service Account created for your account.
|
|
128
131
|
*/
|
|
129
132
|
storageGcpServiceAccount?: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`
|
|
135
|
+
*/
|
|
130
136
|
storageProvider?: pulumi.Input<string>;
|
|
131
137
|
type?: pulumi.Input<string>;
|
|
132
138
|
}
|
|
@@ -151,6 +157,9 @@ export interface StorageIntegrationArgs {
|
|
|
151
157
|
* Explicitly prohibits external stages that use the integration from referencing one or more storage locations.
|
|
152
158
|
*/
|
|
153
159
|
storageBlockedLocations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
160
|
+
/**
|
|
161
|
+
* Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`
|
|
162
|
+
*/
|
|
154
163
|
storageProvider: pulumi.Input<string>;
|
|
155
164
|
type?: pulumi.Input<string>;
|
|
156
165
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storageIntegration.js","sourceRoot":"","sources":["../storageIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;
|
|
1
|
+
{"version":3,"file":"storageIntegration.js","sourceRoot":"","sources":["../storageIntegration.ts"],"names":[],"mappings":"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"}
|