@pulumi/snowflake 0.63.0-alpha.1734439451 → 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.
- package/account.d.ts +40 -86
- package/account.js +12 -5
- package/account.js.map +1 -1
- package/accountParameter.d.ts +7 -7
- package/accountParameter.js +1 -1
- package/accountRole.d.ts +4 -4
- package/accountRole.js +1 -1
- package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.d.ts +4 -13
- package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js +1 -1
- package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js.map +1 -1
- package/apiAuthenticationIntegrationWithClientCredentials.d.ts +4 -13
- package/apiAuthenticationIntegrationWithClientCredentials.js +1 -1
- package/apiAuthenticationIntegrationWithClientCredentials.js.map +1 -1
- package/apiAuthenticationIntegrationWithJwtBearer.d.ts +4 -13
- package/apiAuthenticationIntegrationWithJwtBearer.js +1 -1
- package/apiAuthenticationIntegrationWithJwtBearer.js.map +1 -1
- package/authenticationPolicy.d.ts +9 -9
- package/config/vars.d.ts +6 -74
- package/config/vars.js +6 -83
- package/config/vars.js.map +1 -1
- package/database.d.ts +4 -4
- package/database.js +1 -1
- package/databaseRole.d.ts +6 -6
- package/{unsafeExecute.d.ts → execute.d.ts} +21 -14
- package/{unsafeExecute.js → execute.js} +17 -10
- package/execute.js.map +1 -0
- package/externalOauthIntegration.d.ts +12 -12
- package/externalOauthIntegration.js +1 -1
- package/externalVolume.d.ts +5 -3
- package/externalVolume.js +2 -0
- package/externalVolume.js.map +1 -1
- package/functionJava.d.ts +324 -0
- package/{function.js → functionJava.js} +40 -22
- package/functionJava.js.map +1 -0
- package/functionJavascript.d.ts +240 -0
- package/functionJavascript.js +106 -0
- package/functionJavascript.js.map +1 -0
- package/functionPython.d.ts +324 -0
- package/functionPython.js +123 -0
- package/functionPython.js.map +1 -0
- package/functionScala.d.ts +324 -0
- package/functionScala.js +123 -0
- package/functionScala.js.map +1 -0
- package/functionSql.d.ts +228 -0
- package/functionSql.js +104 -0
- package/functionSql.js.map +1 -0
- package/getAccountRoles.d.ts +57 -0
- package/getAccountRoles.js +32 -0
- package/getAccountRoles.js.map +1 -0
- package/getAccounts.d.ts +25 -7
- package/getAccounts.js +10 -2
- package/getAccounts.js.map +1 -1
- package/getAlerts.d.ts +4 -0
- package/getAlerts.js +4 -0
- package/getAlerts.js.map +1 -1
- package/getConnections.d.ts +2 -48
- package/getConnections.js +2 -48
- package/getConnections.js.map +1 -1
- package/getCortexSearchServices.d.ts +4 -0
- package/getCortexSearchServices.js +4 -0
- package/getCortexSearchServices.js.map +1 -1
- package/getCurrentAccount.d.ts +4 -0
- package/getCurrentAccount.js +4 -0
- package/getCurrentAccount.js.map +1 -1
- package/getCurrentRole.d.ts +6 -0
- package/getCurrentRole.js +6 -0
- package/getCurrentRole.js.map +1 -1
- package/getDatabase.d.ts +4 -0
- package/getDatabase.js +4 -0
- package/getDatabase.js.map +1 -1
- package/getDatabaseRole.d.ts +4 -0
- package/getDatabaseRole.js +4 -0
- package/getDatabaseRole.js.map +1 -1
- package/getDatabaseRoles.d.ts +2 -6
- package/getDatabaseRoles.js +2 -6
- package/getDatabaseRoles.js.map +1 -1
- package/getDatabases.d.ts +2 -6
- package/getDatabases.js +2 -6
- package/getDatabases.js.map +1 -1
- package/getDynamicTables.d.ts +6 -0
- package/getDynamicTables.js +6 -0
- package/getDynamicTables.js.map +1 -1
- package/getExternalFunctions.d.ts +4 -0
- package/getExternalFunctions.js +4 -0
- package/getExternalFunctions.js.map +1 -1
- package/getExternalTables.d.ts +4 -0
- package/getExternalTables.js +4 -0
- package/getExternalTables.js.map +1 -1
- package/getFailoverGroups.d.ts +6 -0
- package/getFailoverGroups.js +6 -0
- package/getFailoverGroups.js.map +1 -1
- package/getFileFormats.d.ts +4 -0
- package/getFileFormats.js +4 -0
- package/getFileFormats.js.map +1 -1
- package/getFunctions.d.ts +4 -0
- package/getFunctions.js +4 -0
- package/getFunctions.js.map +1 -1
- package/getGrants.d.ts +0 -4
- package/getGrants.js +0 -4
- package/getGrants.js.map +1 -1
- package/getMaskingPolicies.d.ts +2 -6
- package/getMaskingPolicies.js +2 -6
- package/getMaskingPolicies.js.map +1 -1
- package/getMaterializedViews.d.ts +4 -0
- package/getMaterializedViews.js +4 -0
- package/getMaterializedViews.js.map +1 -1
- package/getNetworkPolicies.d.ts +2 -6
- package/getNetworkPolicies.js +2 -6
- package/getNetworkPolicies.js.map +1 -1
- package/getParameters.d.ts +4 -0
- package/getParameters.js +4 -0
- package/getParameters.js.map +1 -1
- package/getPipes.d.ts +4 -0
- package/getPipes.js +4 -0
- package/getPipes.js.map +1 -1
- package/getProcedures.d.ts +4 -0
- package/getProcedures.js +4 -0
- package/getProcedures.js.map +1 -1
- package/getResourceMonitors.d.ts +2 -6
- package/getResourceMonitors.js +2 -6
- package/getResourceMonitors.js.map +1 -1
- package/getRowAccessPolicies.d.ts +2 -6
- package/getRowAccessPolicies.js +2 -6
- package/getRowAccessPolicies.js.map +1 -1
- package/getSchemas.d.ts +6 -4
- package/getSchemas.js +6 -4
- package/getSchemas.js.map +1 -1
- package/getSecrets.d.ts +2 -6
- package/getSecrets.js +2 -6
- package/getSecrets.js.map +1 -1
- package/getSecurityIntegrations.d.ts +2 -6
- package/getSecurityIntegrations.js +2 -6
- package/getSecurityIntegrations.js.map +1 -1
- package/getSequences.d.ts +4 -0
- package/getSequences.js +4 -0
- package/getSequences.js.map +1 -1
- package/getShares.d.ts +4 -0
- package/getShares.js +4 -0
- package/getShares.js.map +1 -1
- package/getStages.d.ts +4 -0
- package/getStages.js +4 -0
- package/getStages.js.map +1 -1
- package/getStorageIntegrations.d.ts +4 -0
- package/getStorageIntegrations.js +4 -0
- package/getStorageIntegrations.js.map +1 -1
- package/getStreamlits.d.ts +2 -6
- package/getStreamlits.js +2 -6
- package/getStreamlits.js.map +1 -1
- package/getStreams.d.ts +2 -6
- package/getStreams.js +2 -6
- package/getStreams.js.map +1 -1
- package/getSystemGenerateScimAccessToken.d.ts +4 -0
- package/getSystemGenerateScimAccessToken.js +4 -0
- package/getSystemGenerateScimAccessToken.js.map +1 -1
- package/getSystemGetPrivateLinkConfig.d.ts +4 -0
- package/getSystemGetPrivateLinkConfig.js +4 -0
- package/getSystemGetPrivateLinkConfig.js.map +1 -1
- package/getSystemGetSnowflakePlatformInfo.d.ts +6 -0
- package/getSystemGetSnowflakePlatformInfo.js +6 -0
- package/getSystemGetSnowflakePlatformInfo.js.map +1 -1
- package/getTables.d.ts +4 -0
- package/getTables.js +4 -0
- package/getTables.js.map +1 -1
- package/getTags.d.ts +2 -6
- package/getTags.js +2 -6
- package/getTags.js.map +1 -1
- package/getTasks.d.ts +0 -4
- package/getTasks.js +0 -4
- package/getTasks.js.map +1 -1
- package/getUsers.d.ts +2 -6
- package/getUsers.js +2 -6
- package/getUsers.js.map +1 -1
- package/getViews.d.ts +2 -6
- package/getViews.js +2 -6
- package/getViews.js.map +1 -1
- package/getWarehouses.d.ts +2 -6
- package/getWarehouses.js +2 -6
- package/getWarehouses.js.map +1 -1
- package/grantAccountRole.d.ts +9 -9
- package/grantApplicationRole.d.ts +3 -3
- package/grantDatabaseRole.d.ts +12 -12
- package/grantOwnership.d.ts +6 -6
- package/grantPrivilegesToAccountRole.d.ts +6 -6
- package/grantPrivilegesToDatabaseRole.d.ts +6 -6
- package/grantPrivilegesToShare.d.ts +18 -18
- package/index.d.ts +36 -36
- package/index.js +62 -60
- package/index.js.map +1 -1
- package/legacyServiceUser.d.ts +9 -9
- package/maskingPolicy.d.ts +9 -9
- package/networkPolicy.d.ts +10 -10
- package/networkPolicy.js +1 -1
- package/oauthIntegrationForCustomClients.d.ts +23 -15
- package/oauthIntegrationForCustomClients.js +3 -4
- package/oauthIntegrationForCustomClients.js.map +1 -1
- package/oauthIntegrationForPartnerApplications.d.ts +16 -8
- package/oauthIntegrationForPartnerApplications.js +2 -3
- package/oauthIntegrationForPartnerApplications.js.map +1 -1
- package/package.json +2 -2
- package/passwordPolicy.d.ts +7 -0
- package/passwordPolicy.js +7 -0
- package/passwordPolicy.js.map +1 -1
- package/primaryConnection.d.ts +7 -7
- package/primaryConnection.js +1 -1
- package/procedureJava.d.ts +345 -0
- package/procedureJava.js +128 -0
- package/procedureJava.js.map +1 -0
- package/procedureJavascript.d.ts +249 -0
- package/procedureJavascript.js +106 -0
- package/procedureJavascript.js.map +1 -0
- package/procedurePython.d.ts +333 -0
- package/procedurePython.js +126 -0
- package/procedurePython.js.map +1 -0
- package/procedureScala.d.ts +345 -0
- package/procedureScala.js +128 -0
- package/procedureScala.js.map +1 -0
- package/procedureSql.d.ts +249 -0
- package/{procedure.js → procedureSql.js} +36 -32
- package/procedureSql.js.map +1 -0
- package/provider.d.ts +11 -182
- package/provider.js +10 -21
- package/provider.js.map +1 -1
- package/resourceMonitor.d.ts +7 -9
- package/resourceMonitor.js +1 -3
- package/resourceMonitor.js.map +1 -1
- package/rowAccessPolicy.d.ts +9 -9
- package/saml2Integration.d.ts +4 -4
- package/saml2Integration.js +1 -1
- package/schema.d.ts +6 -8
- package/schema.js +0 -2
- package/schema.js.map +1 -1
- package/scimIntegration.d.ts +7 -7
- package/scimIntegration.js +1 -1
- package/secondaryConnection.d.ts +7 -7
- package/secondaryConnection.js +1 -1
- package/secondaryDatabase.d.ts +7 -7
- package/secondaryDatabase.js +1 -1
- package/secretWithAuthorizationCodeGrant.d.ts +12 -12
- package/secretWithBasicAuthentication.d.ts +9 -9
- package/secretWithClientCredentials.d.ts +12 -12
- package/secretWithGenericString.d.ts +9 -9
- package/serviceUser.d.ts +9 -9
- package/sharedDatabase.d.ts +7 -7
- package/sharedDatabase.js +1 -1
- package/streamOnDirectoryTable.d.ts +12 -21
- package/streamOnDirectoryTable.js.map +1 -1
- package/streamOnExternalTable.d.ts +12 -21
- package/streamOnExternalTable.js.map +1 -1
- package/streamOnTable.d.ts +12 -21
- package/streamOnTable.js.map +1 -1
- package/streamOnView.d.ts +12 -21
- package/streamOnView.js.map +1 -1
- package/streamlit.d.ts +18 -20
- package/streamlit.js +0 -2
- package/streamlit.js.map +1 -1
- package/tag.d.ts +12 -12
- package/tagAssociation.d.ts +11 -31
- package/tagAssociation.js +2 -4
- package/tagAssociation.js.map +1 -1
- package/task.d.ts +25 -27
- package/task.js +1 -3
- package/task.js.map +1 -1
- package/types/input.d.ts +828 -47
- package/types/output.d.ts +846 -94
- package/user.d.ts +9 -9
- package/view.d.ts +12 -21
- package/view.js.map +1 -1
- package/warehouse.d.ts +7 -7
- package/warehouse.js +1 -1
- package/databaseOld.d.ts +0 -147
- package/databaseOld.js +0 -70
- package/databaseOld.js.map +0 -1
- package/function.d.ts +0 -247
- package/function.js.map +0 -1
- package/getRole.d.ts +0 -66
- package/getRole.js +0 -50
- package/getRole.js.map +0 -1
- package/getRoles.d.ts +0 -61
- package/getRoles.js +0 -36
- package/getRoles.js.map +0 -1
- package/oauthIntegration.d.ts +0 -171
- package/oauthIntegration.js +0 -79
- package/oauthIntegration.js.map +0 -1
- package/procedure.d.ts +0 -253
- package/procedure.js.map +0 -1
- package/role.d.ts +0 -76
- package/role.js +0 -62
- package/role.js.map +0 -1
- package/samlIntegration.d.ts +0 -243
- package/samlIntegration.js +0 -104
- package/samlIntegration.js.map +0 -1
- package/sessionParameter.d.ts +0 -91
- package/sessionParameter.js +0 -68
- package/sessionParameter.js.map +0 -1
- package/stream.d.ts +0 -181
- package/stream.js +0 -86
- package/stream.js.map +0 -1
- package/tagMaskingPolicyAssociation.d.ts +0 -69
- package/tagMaskingPolicyAssociation.js +0 -66
- package/tagMaskingPolicyAssociation.js.map +0 -1
- package/unsafeExecute.js.map +0 -1
package/stream.d.ts
DELETED
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* ## Import
|
|
4
|
-
*
|
|
5
|
-
* format is database name | schema name | stream name
|
|
6
|
-
*
|
|
7
|
-
* ```sh
|
|
8
|
-
* $ pulumi import snowflake:index/stream:Stream example 'dbName|schemaName|streamName'
|
|
9
|
-
* ```
|
|
10
|
-
*/
|
|
11
|
-
export declare class Stream extends pulumi.CustomResource {
|
|
12
|
-
/**
|
|
13
|
-
* Get an existing Stream resource's state with the given name, ID, and optional extra
|
|
14
|
-
* properties used to qualify the lookup.
|
|
15
|
-
*
|
|
16
|
-
* @param name The _unique_ name of the resulting resource.
|
|
17
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
-
* @param state Any extra arguments used during the lookup.
|
|
19
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
-
*/
|
|
21
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: StreamState, opts?: pulumi.CustomResourceOptions): Stream;
|
|
22
|
-
/**
|
|
23
|
-
* Returns true if the given object is an instance of Stream. This is designed to work even
|
|
24
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
25
|
-
*/
|
|
26
|
-
static isInstance(obj: any): obj is Stream;
|
|
27
|
-
/**
|
|
28
|
-
* Type of the stream that will be created.
|
|
29
|
-
*/
|
|
30
|
-
readonly appendOnly: pulumi.Output<boolean | undefined>;
|
|
31
|
-
/**
|
|
32
|
-
* Specifies a comment for the stream.
|
|
33
|
-
*/
|
|
34
|
-
readonly comment: pulumi.Output<string | undefined>;
|
|
35
|
-
/**
|
|
36
|
-
* The database in which to create the stream.
|
|
37
|
-
*/
|
|
38
|
-
readonly database: pulumi.Output<string>;
|
|
39
|
-
/**
|
|
40
|
-
* Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
41
|
-
*/
|
|
42
|
-
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
43
|
-
/**
|
|
44
|
-
* Create an insert only stream type.
|
|
45
|
-
*/
|
|
46
|
-
readonly insertOnly: pulumi.Output<boolean | undefined>;
|
|
47
|
-
/**
|
|
48
|
-
* Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created.
|
|
49
|
-
*/
|
|
50
|
-
readonly name: pulumi.Output<string>;
|
|
51
|
-
/**
|
|
52
|
-
* Specifies an identifier for the stage the stream will monitor.
|
|
53
|
-
*/
|
|
54
|
-
readonly onStage: pulumi.Output<string | undefined>;
|
|
55
|
-
/**
|
|
56
|
-
* Specifies an identifier for the table the stream will monitor.
|
|
57
|
-
*/
|
|
58
|
-
readonly onTable: pulumi.Output<string | undefined>;
|
|
59
|
-
/**
|
|
60
|
-
* Specifies an identifier for the view the stream will monitor.
|
|
61
|
-
*/
|
|
62
|
-
readonly onView: pulumi.Output<string | undefined>;
|
|
63
|
-
/**
|
|
64
|
-
* Name of the role that owns the stream.
|
|
65
|
-
*/
|
|
66
|
-
readonly owner: pulumi.Output<string>;
|
|
67
|
-
/**
|
|
68
|
-
* The schema in which to create the stream.
|
|
69
|
-
*/
|
|
70
|
-
readonly schema: pulumi.Output<string>;
|
|
71
|
-
/**
|
|
72
|
-
* Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed.
|
|
73
|
-
*/
|
|
74
|
-
readonly showInitialRows: pulumi.Output<boolean | undefined>;
|
|
75
|
-
/**
|
|
76
|
-
* Create a Stream resource with the given unique name, arguments, and options.
|
|
77
|
-
*
|
|
78
|
-
* @param name The _unique_ name of the resource.
|
|
79
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
80
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
81
|
-
*/
|
|
82
|
-
constructor(name: string, args: StreamArgs, opts?: pulumi.CustomResourceOptions);
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* Input properties used for looking up and filtering Stream resources.
|
|
86
|
-
*/
|
|
87
|
-
export interface StreamState {
|
|
88
|
-
/**
|
|
89
|
-
* Type of the stream that will be created.
|
|
90
|
-
*/
|
|
91
|
-
appendOnly?: pulumi.Input<boolean>;
|
|
92
|
-
/**
|
|
93
|
-
* Specifies a comment for the stream.
|
|
94
|
-
*/
|
|
95
|
-
comment?: pulumi.Input<string>;
|
|
96
|
-
/**
|
|
97
|
-
* The database in which to create the stream.
|
|
98
|
-
*/
|
|
99
|
-
database?: pulumi.Input<string>;
|
|
100
|
-
/**
|
|
101
|
-
* Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
102
|
-
*/
|
|
103
|
-
fullyQualifiedName?: pulumi.Input<string>;
|
|
104
|
-
/**
|
|
105
|
-
* Create an insert only stream type.
|
|
106
|
-
*/
|
|
107
|
-
insertOnly?: pulumi.Input<boolean>;
|
|
108
|
-
/**
|
|
109
|
-
* Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created.
|
|
110
|
-
*/
|
|
111
|
-
name?: pulumi.Input<string>;
|
|
112
|
-
/**
|
|
113
|
-
* Specifies an identifier for the stage the stream will monitor.
|
|
114
|
-
*/
|
|
115
|
-
onStage?: pulumi.Input<string>;
|
|
116
|
-
/**
|
|
117
|
-
* Specifies an identifier for the table the stream will monitor.
|
|
118
|
-
*/
|
|
119
|
-
onTable?: pulumi.Input<string>;
|
|
120
|
-
/**
|
|
121
|
-
* Specifies an identifier for the view the stream will monitor.
|
|
122
|
-
*/
|
|
123
|
-
onView?: pulumi.Input<string>;
|
|
124
|
-
/**
|
|
125
|
-
* Name of the role that owns the stream.
|
|
126
|
-
*/
|
|
127
|
-
owner?: pulumi.Input<string>;
|
|
128
|
-
/**
|
|
129
|
-
* The schema in which to create the stream.
|
|
130
|
-
*/
|
|
131
|
-
schema?: pulumi.Input<string>;
|
|
132
|
-
/**
|
|
133
|
-
* Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed.
|
|
134
|
-
*/
|
|
135
|
-
showInitialRows?: pulumi.Input<boolean>;
|
|
136
|
-
}
|
|
137
|
-
/**
|
|
138
|
-
* The set of arguments for constructing a Stream resource.
|
|
139
|
-
*/
|
|
140
|
-
export interface StreamArgs {
|
|
141
|
-
/**
|
|
142
|
-
* Type of the stream that will be created.
|
|
143
|
-
*/
|
|
144
|
-
appendOnly?: pulumi.Input<boolean>;
|
|
145
|
-
/**
|
|
146
|
-
* Specifies a comment for the stream.
|
|
147
|
-
*/
|
|
148
|
-
comment?: pulumi.Input<string>;
|
|
149
|
-
/**
|
|
150
|
-
* The database in which to create the stream.
|
|
151
|
-
*/
|
|
152
|
-
database: pulumi.Input<string>;
|
|
153
|
-
/**
|
|
154
|
-
* Create an insert only stream type.
|
|
155
|
-
*/
|
|
156
|
-
insertOnly?: pulumi.Input<boolean>;
|
|
157
|
-
/**
|
|
158
|
-
* Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created.
|
|
159
|
-
*/
|
|
160
|
-
name?: pulumi.Input<string>;
|
|
161
|
-
/**
|
|
162
|
-
* Specifies an identifier for the stage the stream will monitor.
|
|
163
|
-
*/
|
|
164
|
-
onStage?: pulumi.Input<string>;
|
|
165
|
-
/**
|
|
166
|
-
* Specifies an identifier for the table the stream will monitor.
|
|
167
|
-
*/
|
|
168
|
-
onTable?: pulumi.Input<string>;
|
|
169
|
-
/**
|
|
170
|
-
* Specifies an identifier for the view the stream will monitor.
|
|
171
|
-
*/
|
|
172
|
-
onView?: pulumi.Input<string>;
|
|
173
|
-
/**
|
|
174
|
-
* The schema in which to create the stream.
|
|
175
|
-
*/
|
|
176
|
-
schema: pulumi.Input<string>;
|
|
177
|
-
/**
|
|
178
|
-
* Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed.
|
|
179
|
-
*/
|
|
180
|
-
showInitialRows?: pulumi.Input<boolean>;
|
|
181
|
-
}
|
package/stream.js
DELETED
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.Stream = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* ## Import
|
|
10
|
-
*
|
|
11
|
-
* format is database name | schema name | stream name
|
|
12
|
-
*
|
|
13
|
-
* ```sh
|
|
14
|
-
* $ pulumi import snowflake:index/stream:Stream example 'dbName|schemaName|streamName'
|
|
15
|
-
* ```
|
|
16
|
-
*/
|
|
17
|
-
class Stream extends pulumi.CustomResource {
|
|
18
|
-
/**
|
|
19
|
-
* Get an existing Stream resource's state with the given name, ID, and optional extra
|
|
20
|
-
* properties used to qualify the lookup.
|
|
21
|
-
*
|
|
22
|
-
* @param name The _unique_ name of the resulting resource.
|
|
23
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
-
* @param state Any extra arguments used during the lookup.
|
|
25
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
-
*/
|
|
27
|
-
static get(name, id, state, opts) {
|
|
28
|
-
return new Stream(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* Returns true if the given object is an instance of Stream. This is designed to work even
|
|
32
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
-
*/
|
|
34
|
-
static isInstance(obj) {
|
|
35
|
-
if (obj === undefined || obj === null) {
|
|
36
|
-
return false;
|
|
37
|
-
}
|
|
38
|
-
return obj['__pulumiType'] === Stream.__pulumiType;
|
|
39
|
-
}
|
|
40
|
-
constructor(name, argsOrState, opts) {
|
|
41
|
-
let resourceInputs = {};
|
|
42
|
-
opts = opts || {};
|
|
43
|
-
if (opts.id) {
|
|
44
|
-
const state = argsOrState;
|
|
45
|
-
resourceInputs["appendOnly"] = state ? state.appendOnly : undefined;
|
|
46
|
-
resourceInputs["comment"] = state ? state.comment : undefined;
|
|
47
|
-
resourceInputs["database"] = state ? state.database : undefined;
|
|
48
|
-
resourceInputs["fullyQualifiedName"] = state ? state.fullyQualifiedName : undefined;
|
|
49
|
-
resourceInputs["insertOnly"] = state ? state.insertOnly : undefined;
|
|
50
|
-
resourceInputs["name"] = state ? state.name : undefined;
|
|
51
|
-
resourceInputs["onStage"] = state ? state.onStage : undefined;
|
|
52
|
-
resourceInputs["onTable"] = state ? state.onTable : undefined;
|
|
53
|
-
resourceInputs["onView"] = state ? state.onView : undefined;
|
|
54
|
-
resourceInputs["owner"] = state ? state.owner : undefined;
|
|
55
|
-
resourceInputs["schema"] = state ? state.schema : undefined;
|
|
56
|
-
resourceInputs["showInitialRows"] = state ? state.showInitialRows : undefined;
|
|
57
|
-
}
|
|
58
|
-
else {
|
|
59
|
-
const args = argsOrState;
|
|
60
|
-
if ((!args || args.database === undefined) && !opts.urn) {
|
|
61
|
-
throw new Error("Missing required property 'database'");
|
|
62
|
-
}
|
|
63
|
-
if ((!args || args.schema === undefined) && !opts.urn) {
|
|
64
|
-
throw new Error("Missing required property 'schema'");
|
|
65
|
-
}
|
|
66
|
-
resourceInputs["appendOnly"] = args ? args.appendOnly : undefined;
|
|
67
|
-
resourceInputs["comment"] = args ? args.comment : undefined;
|
|
68
|
-
resourceInputs["database"] = args ? args.database : undefined;
|
|
69
|
-
resourceInputs["insertOnly"] = args ? args.insertOnly : undefined;
|
|
70
|
-
resourceInputs["name"] = args ? args.name : undefined;
|
|
71
|
-
resourceInputs["onStage"] = args ? args.onStage : undefined;
|
|
72
|
-
resourceInputs["onTable"] = args ? args.onTable : undefined;
|
|
73
|
-
resourceInputs["onView"] = args ? args.onView : undefined;
|
|
74
|
-
resourceInputs["schema"] = args ? args.schema : undefined;
|
|
75
|
-
resourceInputs["showInitialRows"] = args ? args.showInitialRows : undefined;
|
|
76
|
-
resourceInputs["fullyQualifiedName"] = undefined /*out*/;
|
|
77
|
-
resourceInputs["owner"] = undefined /*out*/;
|
|
78
|
-
}
|
|
79
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
80
|
-
super(Stream.__pulumiType, name, resourceInputs, opts);
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
exports.Stream = Stream;
|
|
84
|
-
/** @internal */
|
|
85
|
-
Stream.__pulumiType = 'snowflake:index/stream:Stream';
|
|
86
|
-
//# sourceMappingURL=stream.js.map
|
package/stream.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stream.js","sourceRoot":"","sources":["../stream.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,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,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;IA2DD,YAAY,IAAY,EAAE,WAAsC,EAAE,IAAmC;QACjG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsC,CAAC;YACrD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;SACjF;aAAM;YACH,MAAM,IAAI,GAAG,WAAqC,CAAC;YACnD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3D,CAAC;;AA7HL,wBA8HC;AAhHG,gBAAgB;AACO,mBAAY,GAAG,+BAA+B,CAAC"}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* ## Import
|
|
4
|
-
*
|
|
5
|
-
* format is tag database name | tag schema name | tag name | masking policy database | masking policy schema | masking policy name
|
|
6
|
-
*
|
|
7
|
-
* ```sh
|
|
8
|
-
* $ pulumi import snowflake:index/tagMaskingPolicyAssociation:TagMaskingPolicyAssociation example 'tag_db|tag_schema|tag_name|mp_db|mp_schema|mp_name'
|
|
9
|
-
* ```
|
|
10
|
-
*/
|
|
11
|
-
export declare class TagMaskingPolicyAssociation extends pulumi.CustomResource {
|
|
12
|
-
/**
|
|
13
|
-
* Get an existing TagMaskingPolicyAssociation resource's state with the given name, ID, and optional extra
|
|
14
|
-
* properties used to qualify the lookup.
|
|
15
|
-
*
|
|
16
|
-
* @param name The _unique_ name of the resulting resource.
|
|
17
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
-
* @param state Any extra arguments used during the lookup.
|
|
19
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
-
*/
|
|
21
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TagMaskingPolicyAssociationState, opts?: pulumi.CustomResourceOptions): TagMaskingPolicyAssociation;
|
|
22
|
-
/**
|
|
23
|
-
* Returns true if the given object is an instance of TagMaskingPolicyAssociation. This is designed to work even
|
|
24
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
25
|
-
*/
|
|
26
|
-
static isInstance(obj: any): obj is TagMaskingPolicyAssociation;
|
|
27
|
-
/**
|
|
28
|
-
* The resource id of the masking policy
|
|
29
|
-
*/
|
|
30
|
-
readonly maskingPolicyId: pulumi.Output<string>;
|
|
31
|
-
/**
|
|
32
|
-
* Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id)
|
|
33
|
-
*/
|
|
34
|
-
readonly tagId: pulumi.Output<string>;
|
|
35
|
-
/**
|
|
36
|
-
* Create a TagMaskingPolicyAssociation resource with the given unique name, arguments, and options.
|
|
37
|
-
*
|
|
38
|
-
* @param name The _unique_ name of the resource.
|
|
39
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
40
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
41
|
-
*/
|
|
42
|
-
constructor(name: string, args: TagMaskingPolicyAssociationArgs, opts?: pulumi.CustomResourceOptions);
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* Input properties used for looking up and filtering TagMaskingPolicyAssociation resources.
|
|
46
|
-
*/
|
|
47
|
-
export interface TagMaskingPolicyAssociationState {
|
|
48
|
-
/**
|
|
49
|
-
* The resource id of the masking policy
|
|
50
|
-
*/
|
|
51
|
-
maskingPolicyId?: pulumi.Input<string>;
|
|
52
|
-
/**
|
|
53
|
-
* Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id)
|
|
54
|
-
*/
|
|
55
|
-
tagId?: pulumi.Input<string>;
|
|
56
|
-
}
|
|
57
|
-
/**
|
|
58
|
-
* The set of arguments for constructing a TagMaskingPolicyAssociation resource.
|
|
59
|
-
*/
|
|
60
|
-
export interface TagMaskingPolicyAssociationArgs {
|
|
61
|
-
/**
|
|
62
|
-
* The resource id of the masking policy
|
|
63
|
-
*/
|
|
64
|
-
maskingPolicyId: pulumi.Input<string>;
|
|
65
|
-
/**
|
|
66
|
-
* Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id)
|
|
67
|
-
*/
|
|
68
|
-
tagId: pulumi.Input<string>;
|
|
69
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.TagMaskingPolicyAssociation = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* ## Import
|
|
10
|
-
*
|
|
11
|
-
* format is tag database name | tag schema name | tag name | masking policy database | masking policy schema | masking policy name
|
|
12
|
-
*
|
|
13
|
-
* ```sh
|
|
14
|
-
* $ pulumi import snowflake:index/tagMaskingPolicyAssociation:TagMaskingPolicyAssociation example 'tag_db|tag_schema|tag_name|mp_db|mp_schema|mp_name'
|
|
15
|
-
* ```
|
|
16
|
-
*/
|
|
17
|
-
class TagMaskingPolicyAssociation extends pulumi.CustomResource {
|
|
18
|
-
/**
|
|
19
|
-
* Get an existing TagMaskingPolicyAssociation resource's state with the given name, ID, and optional extra
|
|
20
|
-
* properties used to qualify the lookup.
|
|
21
|
-
*
|
|
22
|
-
* @param name The _unique_ name of the resulting resource.
|
|
23
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
-
* @param state Any extra arguments used during the lookup.
|
|
25
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
-
*/
|
|
27
|
-
static get(name, id, state, opts) {
|
|
28
|
-
return new TagMaskingPolicyAssociation(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* Returns true if the given object is an instance of TagMaskingPolicyAssociation. This is designed to work even
|
|
32
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
-
*/
|
|
34
|
-
static isInstance(obj) {
|
|
35
|
-
if (obj === undefined || obj === null) {
|
|
36
|
-
return false;
|
|
37
|
-
}
|
|
38
|
-
return obj['__pulumiType'] === TagMaskingPolicyAssociation.__pulumiType;
|
|
39
|
-
}
|
|
40
|
-
constructor(name, argsOrState, opts) {
|
|
41
|
-
let resourceInputs = {};
|
|
42
|
-
opts = opts || {};
|
|
43
|
-
if (opts.id) {
|
|
44
|
-
const state = argsOrState;
|
|
45
|
-
resourceInputs["maskingPolicyId"] = state ? state.maskingPolicyId : undefined;
|
|
46
|
-
resourceInputs["tagId"] = state ? state.tagId : undefined;
|
|
47
|
-
}
|
|
48
|
-
else {
|
|
49
|
-
const args = argsOrState;
|
|
50
|
-
if ((!args || args.maskingPolicyId === undefined) && !opts.urn) {
|
|
51
|
-
throw new Error("Missing required property 'maskingPolicyId'");
|
|
52
|
-
}
|
|
53
|
-
if ((!args || args.tagId === undefined) && !opts.urn) {
|
|
54
|
-
throw new Error("Missing required property 'tagId'");
|
|
55
|
-
}
|
|
56
|
-
resourceInputs["maskingPolicyId"] = args ? args.maskingPolicyId : undefined;
|
|
57
|
-
resourceInputs["tagId"] = args ? args.tagId : undefined;
|
|
58
|
-
}
|
|
59
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
60
|
-
super(TagMaskingPolicyAssociation.__pulumiType, name, resourceInputs, opts);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
exports.TagMaskingPolicyAssociation = TagMaskingPolicyAssociation;
|
|
64
|
-
/** @internal */
|
|
65
|
-
TagMaskingPolicyAssociation.__pulumiType = 'snowflake:index/tagMaskingPolicyAssociation:TagMaskingPolicyAssociation';
|
|
66
|
-
//# sourceMappingURL=tagMaskingPolicyAssociation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tagMaskingPolicyAssociation.js","sourceRoot":"","sources":["../tagMaskingPolicyAssociation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,MAAa,2BAA4B,SAAQ,MAAM,CAAC,cAAc;IAClE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwC,EAAE,IAAmC;QACtI,OAAO,IAAI,2BAA2B,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClF,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,2BAA2B,CAAC,YAAY,CAAC;IAC5E,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAgF,EAAE,IAAmC;QAC3I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2D,CAAC;YAC1E,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAA0D,CAAC;YACxE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,eAAe,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5D,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,2BAA2B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChF,CAAC;;AAjEL,kEAkEC;AApDG,gBAAgB;AACO,wCAAY,GAAG,yEAAyE,CAAC"}
|
package/unsafeExecute.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"unsafeExecute.js","sourceRoot":"","sources":["../unsafeExecute.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpE,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,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAoD,EAAE,IAAmC;QAC/G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6C,CAAC;YAC5D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAA4C,CAAC;YAC1D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACtD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,aAAa,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClE,CAAC;;AA7EL,sCA8EC;AAhEG,gBAAgB;AACO,0BAAY,GAAG,6CAA6C,CAAC"}
|