@pulumi/pulumi 3.190.0-alpha.x76a3cd2 → 3.191.0-alpha.xfa1c75e
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/package.json +2 -2
- package/proto/alias_pb.js +15 -9
- package/proto/analyzer_grpc_pb.js +1 -1
- package/proto/analyzer_pb.js +91 -80
- package/proto/callback_grpc_pb.js +1 -1
- package/proto/callback_pb.js +12 -6
- package/proto/codegen/hcl_pb.js +18 -12
- package/proto/codegen/loader_grpc_pb.js +1 -1
- package/proto/codegen/loader_pb.js +15 -9
- package/proto/codegen/mapper_grpc_pb.js +1 -1
- package/proto/codegen/mapper_pb.js +14 -8
- package/proto/converter_grpc_pb.js +1 -1
- package/proto/converter_pb.js +26 -20
- package/proto/engine_grpc_pb.js +1 -1
- package/proto/engine_pb.js +16 -10
- package/proto/errors_pb.js +12 -6
- package/proto/language_grpc_pb.js +1 -1
- package/proto/language_pb.js +120 -106
- package/proto/plugin_pb.js +27 -19
- package/proto/provider_grpc_pb.js +1 -1
- package/proto/provider_pb.js +222 -207
- package/proto/resource_grpc_pb.js +1 -1
- package/proto/resource_pb.js +177 -159
- package/proto/resource_status_grpc_pb.js +1 -1
- package/proto/resource_status_pb.js +28 -21
- package/proto/source_pb.js +10 -4
- package/proto/status_pb.js +10 -4
- package/proto/testing/language_grpc_pb.js +1 -1
- package/proto/testing/language_pb.js +31 -24
- package/provider/experimental/schema.js +0 -4
- package/provider/experimental/schema.js.map +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/pulumi",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.191.0-alpha.xfa1c75e",
|
|
4
4
|
"description": "Pulumi's Node.js SDK",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@types/tmp": "^0.2.6",
|
|
25
25
|
"execa": "^5.1.0",
|
|
26
26
|
"fdir": "^6.1.1",
|
|
27
|
-
"google-protobuf": "^3.
|
|
27
|
+
"google-protobuf": "^3.21.4",
|
|
28
28
|
"got": "^11.8.6",
|
|
29
29
|
"ini": "^2.0.0",
|
|
30
30
|
"js-yaml": "^3.14.0",
|
package/proto/alias_pb.js
CHANGED
|
@@ -13,7 +13,13 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var
|
|
16
|
+
var global =
|
|
17
|
+
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
+
(typeof window !== 'undefined' && window) ||
|
|
19
|
+
(typeof global !== 'undefined' && global) ||
|
|
20
|
+
(typeof self !== 'undefined' && self) ||
|
|
21
|
+
(function () { return this; }).call(null) ||
|
|
22
|
+
Function('return this')();
|
|
17
23
|
|
|
18
24
|
goog.exportSymbol('proto.pulumirpc.Alias', null, global);
|
|
19
25
|
goog.exportSymbol('proto.pulumirpc.Alias.AliasCase', null, global);
|
|
@@ -119,8 +125,8 @@ proto.pulumirpc.Alias.prototype.toObject = function(opt_includeInstance) {
|
|
|
119
125
|
*/
|
|
120
126
|
proto.pulumirpc.Alias.toObject = function(includeInstance, msg) {
|
|
121
127
|
var f, obj = {
|
|
122
|
-
|
|
123
|
-
|
|
128
|
+
urn: (f = jspb.Message.getField(msg, 1)) == null ? undefined : f,
|
|
129
|
+
spec: (f = msg.getSpec()) && proto.pulumirpc.Alias.Spec.toObject(includeInstance, f)
|
|
124
130
|
};
|
|
125
131
|
|
|
126
132
|
if (includeInstance) {
|
|
@@ -271,12 +277,12 @@ proto.pulumirpc.Alias.Spec.prototype.toObject = function(opt_includeInstance) {
|
|
|
271
277
|
*/
|
|
272
278
|
proto.pulumirpc.Alias.Spec.toObject = function(includeInstance, msg) {
|
|
273
279
|
var f, obj = {
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
281
|
+
type: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
282
|
+
stack: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
283
|
+
project: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
284
|
+
parenturn: (f = jspb.Message.getField(msg, 5)) == null ? undefined : f,
|
|
285
|
+
noparent: (f = jspb.Message.getBooleanField(msg, 6)) == null ? undefined : f
|
|
280
286
|
};
|
|
281
287
|
|
|
282
288
|
if (includeInstance) {
|
package/proto/analyzer_pb.js
CHANGED
|
@@ -13,7 +13,13 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var
|
|
16
|
+
var global =
|
|
17
|
+
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
+
(typeof window !== 'undefined' && window) ||
|
|
19
|
+
(typeof global !== 'undefined' && global) ||
|
|
20
|
+
(typeof self !== 'undefined' && self) ||
|
|
21
|
+
(function () { return this; }).call(null) ||
|
|
22
|
+
Function('return this')();
|
|
17
23
|
|
|
18
24
|
var pulumi_plugin_pb = require('./plugin_pb.js');
|
|
19
25
|
goog.object.extend(proto, pulumi_plugin_pb);
|
|
@@ -501,13 +507,13 @@ proto.pulumirpc.AnalyzerStackConfigureRequest.prototype.toObject = function(opt_
|
|
|
501
507
|
*/
|
|
502
508
|
proto.pulumirpc.AnalyzerStackConfigureRequest.toObject = function(includeInstance, msg) {
|
|
503
509
|
var f, obj = {
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
510
|
+
stack: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
511
|
+
project: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
512
|
+
organization: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
513
|
+
dryRun: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
|
|
514
|
+
configSecretKeysList: (f = jspb.Message.getRepeatedField(msg, 6)) == null ? undefined : f,
|
|
515
|
+
configMap: (f = msg.getConfigMap()) ? f.toObject(includeInstance, undefined) : [],
|
|
516
|
+
tagsMap: (f = msg.getTagsMap()) ? f.toObject(includeInstance, undefined) : []
|
|
511
517
|
};
|
|
512
518
|
|
|
513
519
|
if (includeInstance) {
|
|
@@ -779,7 +785,8 @@ proto.pulumirpc.AnalyzerStackConfigureRequest.prototype.getConfigMap = function(
|
|
|
779
785
|
*/
|
|
780
786
|
proto.pulumirpc.AnalyzerStackConfigureRequest.prototype.clearConfigMap = function() {
|
|
781
787
|
this.getConfigMap().clear();
|
|
782
|
-
return this;
|
|
788
|
+
return this;
|
|
789
|
+
};
|
|
783
790
|
|
|
784
791
|
|
|
785
792
|
/**
|
|
@@ -801,7 +808,8 @@ proto.pulumirpc.AnalyzerStackConfigureRequest.prototype.getTagsMap = function(op
|
|
|
801
808
|
*/
|
|
802
809
|
proto.pulumirpc.AnalyzerStackConfigureRequest.prototype.clearTagsMap = function() {
|
|
803
810
|
this.getTagsMap().clear();
|
|
804
|
-
return this;
|
|
811
|
+
return this;
|
|
812
|
+
};
|
|
805
813
|
|
|
806
814
|
|
|
807
815
|
|
|
@@ -937,9 +945,9 @@ proto.pulumirpc.AnalyzerHandshakeRequest.prototype.toObject = function(opt_inclu
|
|
|
937
945
|
*/
|
|
938
946
|
proto.pulumirpc.AnalyzerHandshakeRequest.toObject = function(includeInstance, msg) {
|
|
939
947
|
var f, obj = {
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
948
|
+
engineAddress: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
949
|
+
rootDirectory: (f = jspb.Message.getField(msg, 2)) == null ? undefined : f,
|
|
950
|
+
programDirectory: (f = jspb.Message.getField(msg, 3)) == null ? undefined : f
|
|
943
951
|
};
|
|
944
952
|
|
|
945
953
|
if (includeInstance) {
|
|
@@ -1264,12 +1272,12 @@ proto.pulumirpc.AnalyzeRequest.prototype.toObject = function(opt_includeInstance
|
|
|
1264
1272
|
*/
|
|
1265
1273
|
proto.pulumirpc.AnalyzeRequest.toObject = function(includeInstance, msg) {
|
|
1266
1274
|
var f, obj = {
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1275
|
+
type: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
1276
|
+
properties: (f = msg.getProperties()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f),
|
|
1277
|
+
urn: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
1278
|
+
name: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
1279
|
+
options: (f = msg.getOptions()) && proto.pulumirpc.AnalyzerResourceOptions.toObject(includeInstance, f),
|
|
1280
|
+
provider: (f = msg.getProvider()) && proto.pulumirpc.AnalyzerProviderResource.toObject(includeInstance, f)
|
|
1273
1281
|
};
|
|
1274
1282
|
|
|
1275
1283
|
if (includeInstance) {
|
|
@@ -1614,15 +1622,15 @@ proto.pulumirpc.AnalyzerResource.prototype.toObject = function(opt_includeInstan
|
|
|
1614
1622
|
*/
|
|
1615
1623
|
proto.pulumirpc.AnalyzerResource.toObject = function(includeInstance, msg) {
|
|
1616
1624
|
var f, obj = {
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1625
|
+
type: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
1626
|
+
properties: (f = msg.getProperties()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f),
|
|
1627
|
+
urn: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
1628
|
+
name: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
1629
|
+
options: (f = msg.getOptions()) && proto.pulumirpc.AnalyzerResourceOptions.toObject(includeInstance, f),
|
|
1630
|
+
provider: (f = msg.getProvider()) && proto.pulumirpc.AnalyzerProviderResource.toObject(includeInstance, f),
|
|
1631
|
+
parent: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
1632
|
+
dependenciesList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
1633
|
+
propertydependenciesMap: (f = msg.getPropertydependenciesMap()) ? f.toObject(includeInstance, proto.pulumirpc.AnalyzerPropertyDependencies.toObject) : []
|
|
1626
1634
|
};
|
|
1627
1635
|
|
|
1628
1636
|
if (includeInstance) {
|
|
@@ -2034,7 +2042,8 @@ proto.pulumirpc.AnalyzerResource.prototype.getPropertydependenciesMap = function
|
|
|
2034
2042
|
*/
|
|
2035
2043
|
proto.pulumirpc.AnalyzerResource.prototype.clearPropertydependenciesMap = function() {
|
|
2036
2044
|
this.getPropertydependenciesMap().clear();
|
|
2037
|
-
return this;
|
|
2045
|
+
return this;
|
|
2046
|
+
};
|
|
2038
2047
|
|
|
2039
2048
|
|
|
2040
2049
|
|
|
@@ -2076,14 +2085,14 @@ proto.pulumirpc.AnalyzerResourceOptions.prototype.toObject = function(opt_includ
|
|
|
2076
2085
|
*/
|
|
2077
2086
|
proto.pulumirpc.AnalyzerResourceOptions.toObject = function(includeInstance, msg) {
|
|
2078
2087
|
var f, obj = {
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2088
|
+
protect: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
|
|
2089
|
+
ignorechangesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f,
|
|
2090
|
+
deletebeforereplace: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
|
|
2091
|
+
deletebeforereplacedefined: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
|
|
2092
|
+
additionalsecretoutputsList: (f = jspb.Message.getRepeatedField(msg, 5)) == null ? undefined : f,
|
|
2093
|
+
aliasesList: (f = jspb.Message.getRepeatedField(msg, 6)) == null ? undefined : f,
|
|
2094
|
+
customtimeouts: (f = msg.getCustomtimeouts()) && proto.pulumirpc.AnalyzerResourceOptions.CustomTimeouts.toObject(includeInstance, f),
|
|
2095
|
+
parent: jspb.Message.getFieldWithDefault(msg, 8, "")
|
|
2087
2096
|
};
|
|
2088
2097
|
|
|
2089
2098
|
if (includeInstance) {
|
|
@@ -2274,9 +2283,9 @@ proto.pulumirpc.AnalyzerResourceOptions.CustomTimeouts.prototype.toObject = func
|
|
|
2274
2283
|
*/
|
|
2275
2284
|
proto.pulumirpc.AnalyzerResourceOptions.CustomTimeouts.toObject = function(includeInstance, msg) {
|
|
2276
2285
|
var f, obj = {
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2286
|
+
create: jspb.Message.getFloatingPointFieldWithDefault(msg, 1, 0.0),
|
|
2287
|
+
update: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0),
|
|
2288
|
+
pb_delete: jspb.Message.getFloatingPointFieldWithDefault(msg, 3, 0.0)
|
|
2280
2289
|
};
|
|
2281
2290
|
|
|
2282
2291
|
if (includeInstance) {
|
|
@@ -2684,10 +2693,10 @@ proto.pulumirpc.AnalyzerProviderResource.prototype.toObject = function(opt_inclu
|
|
|
2684
2693
|
*/
|
|
2685
2694
|
proto.pulumirpc.AnalyzerProviderResource.toObject = function(includeInstance, msg) {
|
|
2686
2695
|
var f, obj = {
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2696
|
+
type: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
2697
|
+
properties: (f = msg.getProperties()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f),
|
|
2698
|
+
urn: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
2699
|
+
name: jspb.Message.getFieldWithDefault(msg, 4, "")
|
|
2691
2700
|
};
|
|
2692
2701
|
|
|
2693
2702
|
if (includeInstance) {
|
|
@@ -2932,7 +2941,7 @@ proto.pulumirpc.AnalyzerPropertyDependencies.prototype.toObject = function(opt_i
|
|
|
2932
2941
|
*/
|
|
2933
2942
|
proto.pulumirpc.AnalyzerPropertyDependencies.toObject = function(includeInstance, msg) {
|
|
2934
2943
|
var f, obj = {
|
|
2935
|
-
|
|
2944
|
+
urnsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
2936
2945
|
};
|
|
2937
2946
|
|
|
2938
2947
|
if (includeInstance) {
|
|
@@ -3088,7 +3097,7 @@ proto.pulumirpc.AnalyzeStackRequest.prototype.toObject = function(opt_includeIns
|
|
|
3088
3097
|
*/
|
|
3089
3098
|
proto.pulumirpc.AnalyzeStackRequest.toObject = function(includeInstance, msg) {
|
|
3090
3099
|
var f, obj = {
|
|
3091
|
-
|
|
3100
|
+
resourcesList: jspb.Message.toObjectList(msg.getResourcesList(),
|
|
3092
3101
|
proto.pulumirpc.AnalyzerResource.toObject, includeInstance)
|
|
3093
3102
|
};
|
|
3094
3103
|
|
|
@@ -3248,7 +3257,7 @@ proto.pulumirpc.AnalyzeResponse.prototype.toObject = function(opt_includeInstanc
|
|
|
3248
3257
|
*/
|
|
3249
3258
|
proto.pulumirpc.AnalyzeResponse.toObject = function(includeInstance, msg) {
|
|
3250
3259
|
var f, obj = {
|
|
3251
|
-
|
|
3260
|
+
diagnosticsList: jspb.Message.toObjectList(msg.getDiagnosticsList(),
|
|
3252
3261
|
proto.pulumirpc.AnalyzeDiagnostic.toObject, includeInstance)
|
|
3253
3262
|
};
|
|
3254
3263
|
|
|
@@ -3401,13 +3410,13 @@ proto.pulumirpc.AnalyzeDiagnostic.prototype.toObject = function(opt_includeInsta
|
|
|
3401
3410
|
*/
|
|
3402
3411
|
proto.pulumirpc.AnalyzeDiagnostic.toObject = function(includeInstance, msg) {
|
|
3403
3412
|
var f, obj = {
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3413
|
+
policyname: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
3414
|
+
policypackname: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
3415
|
+
policypackversion: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
3416
|
+
description: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
3417
|
+
message: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
3418
|
+
enforcementlevel: jspb.Message.getFieldWithDefault(msg, 7, 0),
|
|
3419
|
+
urn: jspb.Message.getFieldWithDefault(msg, 8, "")
|
|
3411
3420
|
};
|
|
3412
3421
|
|
|
3413
3422
|
if (includeInstance) {
|
|
@@ -3711,12 +3720,12 @@ proto.pulumirpc.Remediation.prototype.toObject = function(opt_includeInstance) {
|
|
|
3711
3720
|
*/
|
|
3712
3721
|
proto.pulumirpc.Remediation.toObject = function(includeInstance, msg) {
|
|
3713
3722
|
var f, obj = {
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3723
|
+
policyname: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
3724
|
+
policypackname: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
3725
|
+
policypackversion: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
3726
|
+
description: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
3727
|
+
properties: (f = msg.getProperties()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f),
|
|
3728
|
+
diagnostic: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
3720
3729
|
};
|
|
3721
3730
|
|
|
3722
3731
|
if (includeInstance) {
|
|
@@ -4019,7 +4028,7 @@ proto.pulumirpc.RemediateResponse.prototype.toObject = function(opt_includeInsta
|
|
|
4019
4028
|
*/
|
|
4020
4029
|
proto.pulumirpc.RemediateResponse.toObject = function(includeInstance, msg) {
|
|
4021
4030
|
var f, obj = {
|
|
4022
|
-
|
|
4031
|
+
remediationsList: jspb.Message.toObjectList(msg.getRemediationsList(),
|
|
4023
4032
|
proto.pulumirpc.Remediation.toObject, includeInstance)
|
|
4024
4033
|
};
|
|
4025
4034
|
|
|
@@ -4179,13 +4188,13 @@ proto.pulumirpc.AnalyzerInfo.prototype.toObject = function(opt_includeInstance)
|
|
|
4179
4188
|
*/
|
|
4180
4189
|
proto.pulumirpc.AnalyzerInfo.toObject = function(includeInstance, msg) {
|
|
4181
4190
|
var f, obj = {
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4191
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
4192
|
+
displayname: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
4193
|
+
policiesList: jspb.Message.toObjectList(msg.getPoliciesList(),
|
|
4185
4194
|
proto.pulumirpc.PolicyInfo.toObject, includeInstance),
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
|
|
4195
|
+
version: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
4196
|
+
supportsconfig: jspb.Message.getBooleanFieldWithDefault(msg, 5, false),
|
|
4197
|
+
initialconfigMap: (f = msg.getInitialconfigMap()) ? f.toObject(includeInstance, proto.pulumirpc.PolicyConfig.toObject) : []
|
|
4189
4198
|
};
|
|
4190
4199
|
|
|
4191
4200
|
if (includeInstance) {
|
|
@@ -4450,7 +4459,8 @@ proto.pulumirpc.AnalyzerInfo.prototype.getInitialconfigMap = function(opt_noLazy
|
|
|
4450
4459
|
*/
|
|
4451
4460
|
proto.pulumirpc.AnalyzerInfo.prototype.clearInitialconfigMap = function() {
|
|
4452
4461
|
this.getInitialconfigMap().clear();
|
|
4453
|
-
return this;
|
|
4462
|
+
return this;
|
|
4463
|
+
};
|
|
4454
4464
|
|
|
4455
4465
|
|
|
4456
4466
|
|
|
@@ -4485,12 +4495,12 @@ proto.pulumirpc.PolicyInfo.prototype.toObject = function(opt_includeInstance) {
|
|
|
4485
4495
|
*/
|
|
4486
4496
|
proto.pulumirpc.PolicyInfo.toObject = function(includeInstance, msg) {
|
|
4487
4497
|
var f, obj = {
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4498
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
4499
|
+
displayname: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
4500
|
+
description: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
4501
|
+
message: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
4502
|
+
enforcementlevel: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
4503
|
+
configschema: (f = msg.getConfigschema()) && proto.pulumirpc.PolicyConfigSchema.toObject(includeInstance, f)
|
|
4494
4504
|
};
|
|
4495
4505
|
|
|
4496
4506
|
if (includeInstance) {
|
|
@@ -4793,8 +4803,8 @@ proto.pulumirpc.PolicyConfigSchema.prototype.toObject = function(opt_includeInst
|
|
|
4793
4803
|
*/
|
|
4794
4804
|
proto.pulumirpc.PolicyConfigSchema.toObject = function(includeInstance, msg) {
|
|
4795
4805
|
var f, obj = {
|
|
4796
|
-
|
|
4797
|
-
|
|
4806
|
+
properties: (f = msg.getProperties()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f),
|
|
4807
|
+
requiredList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
|
|
4798
4808
|
};
|
|
4799
4809
|
|
|
4800
4810
|
if (includeInstance) {
|
|
@@ -4993,8 +5003,8 @@ proto.pulumirpc.PolicyConfig.prototype.toObject = function(opt_includeInstance)
|
|
|
4993
5003
|
*/
|
|
4994
5004
|
proto.pulumirpc.PolicyConfig.toObject = function(includeInstance, msg) {
|
|
4995
5005
|
var f, obj = {
|
|
4996
|
-
|
|
4997
|
-
|
|
5006
|
+
enforcementlevel: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
5007
|
+
properties: (f = msg.getProperties()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f)
|
|
4998
5008
|
};
|
|
4999
5009
|
|
|
5000
5010
|
if (includeInstance) {
|
|
@@ -5174,7 +5184,7 @@ proto.pulumirpc.ConfigureAnalyzerRequest.prototype.toObject = function(opt_inclu
|
|
|
5174
5184
|
*/
|
|
5175
5185
|
proto.pulumirpc.ConfigureAnalyzerRequest.toObject = function(includeInstance, msg) {
|
|
5176
5186
|
var f, obj = {
|
|
5177
|
-
|
|
5187
|
+
policyconfigMap: (f = msg.getPolicyconfigMap()) ? f.toObject(includeInstance, proto.pulumirpc.PolicyConfig.toObject) : []
|
|
5178
5188
|
};
|
|
5179
5189
|
|
|
5180
5190
|
if (includeInstance) {
|
|
@@ -5272,7 +5282,8 @@ proto.pulumirpc.ConfigureAnalyzerRequest.prototype.getPolicyconfigMap = function
|
|
|
5272
5282
|
*/
|
|
5273
5283
|
proto.pulumirpc.ConfigureAnalyzerRequest.prototype.clearPolicyconfigMap = function() {
|
|
5274
5284
|
this.getPolicyconfigMap().clear();
|
|
5275
|
-
return this;
|
|
5285
|
+
return this;
|
|
5286
|
+
};
|
|
5276
5287
|
|
|
5277
5288
|
|
|
5278
5289
|
/**
|
package/proto/callback_pb.js
CHANGED
|
@@ -13,7 +13,13 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var
|
|
16
|
+
var global =
|
|
17
|
+
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
+
(typeof window !== 'undefined' && window) ||
|
|
19
|
+
(typeof global !== 'undefined' && global) ||
|
|
20
|
+
(typeof self !== 'undefined' && self) ||
|
|
21
|
+
(function () { return this; }).call(null) ||
|
|
22
|
+
Function('return this')();
|
|
17
23
|
|
|
18
24
|
goog.exportSymbol('proto.pulumirpc.Callback', null, global);
|
|
19
25
|
goog.exportSymbol('proto.pulumirpc.CallbackInvokeRequest', null, global);
|
|
@@ -113,8 +119,8 @@ proto.pulumirpc.Callback.prototype.toObject = function(opt_includeInstance) {
|
|
|
113
119
|
*/
|
|
114
120
|
proto.pulumirpc.Callback.toObject = function(includeInstance, msg) {
|
|
115
121
|
var f, obj = {
|
|
116
|
-
|
|
117
|
-
|
|
122
|
+
target: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
123
|
+
token: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
118
124
|
};
|
|
119
125
|
|
|
120
126
|
if (includeInstance) {
|
|
@@ -273,8 +279,8 @@ proto.pulumirpc.CallbackInvokeRequest.prototype.toObject = function(opt_includeI
|
|
|
273
279
|
*/
|
|
274
280
|
proto.pulumirpc.CallbackInvokeRequest.toObject = function(includeInstance, msg) {
|
|
275
281
|
var f, obj = {
|
|
276
|
-
|
|
277
|
-
|
|
282
|
+
token: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
283
|
+
request: msg.getRequest_asB64()
|
|
278
284
|
};
|
|
279
285
|
|
|
280
286
|
if (includeInstance) {
|
|
@@ -457,7 +463,7 @@ proto.pulumirpc.CallbackInvokeResponse.prototype.toObject = function(opt_include
|
|
|
457
463
|
*/
|
|
458
464
|
proto.pulumirpc.CallbackInvokeResponse.toObject = function(includeInstance, msg) {
|
|
459
465
|
var f, obj = {
|
|
460
|
-
|
|
466
|
+
response: msg.getResponse_asB64()
|
|
461
467
|
};
|
|
462
468
|
|
|
463
469
|
if (includeInstance) {
|
package/proto/codegen/hcl_pb.js
CHANGED
|
@@ -13,7 +13,13 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var
|
|
16
|
+
var global =
|
|
17
|
+
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
+
(typeof window !== 'undefined' && window) ||
|
|
19
|
+
(typeof global !== 'undefined' && global) ||
|
|
20
|
+
(typeof self !== 'undefined' && self) ||
|
|
21
|
+
(function () { return this; }).call(null) ||
|
|
22
|
+
Function('return this')();
|
|
17
23
|
|
|
18
24
|
goog.exportSymbol('proto.pulumirpc.codegen.Diagnostic', null, global);
|
|
19
25
|
goog.exportSymbol('proto.pulumirpc.codegen.DiagnosticSeverity', null, global);
|
|
@@ -114,9 +120,9 @@ proto.pulumirpc.codegen.Pos.prototype.toObject = function(opt_includeInstance) {
|
|
|
114
120
|
*/
|
|
115
121
|
proto.pulumirpc.codegen.Pos.toObject = function(includeInstance, msg) {
|
|
116
122
|
var f, obj = {
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
123
|
+
line: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
124
|
+
column: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
125
|
+
pb_byte: jspb.Message.getFieldWithDefault(msg, 3, 0)
|
|
120
126
|
};
|
|
121
127
|
|
|
122
128
|
if (includeInstance) {
|
|
@@ -304,9 +310,9 @@ proto.pulumirpc.codegen.Range.prototype.toObject = function(opt_includeInstance)
|
|
|
304
310
|
*/
|
|
305
311
|
proto.pulumirpc.codegen.Range.toObject = function(includeInstance, msg) {
|
|
306
312
|
var f, obj = {
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
313
|
+
filename: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
314
|
+
start: (f = msg.getStart()) && proto.pulumirpc.codegen.Pos.toObject(includeInstance, f),
|
|
315
|
+
end: (f = msg.getEnd()) && proto.pulumirpc.codegen.Pos.toObject(includeInstance, f)
|
|
310
316
|
};
|
|
311
317
|
|
|
312
318
|
if (includeInstance) {
|
|
@@ -536,11 +542,11 @@ proto.pulumirpc.codegen.Diagnostic.prototype.toObject = function(opt_includeInst
|
|
|
536
542
|
*/
|
|
537
543
|
proto.pulumirpc.codegen.Diagnostic.toObject = function(includeInstance, msg) {
|
|
538
544
|
var f, obj = {
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
545
|
+
severity: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
546
|
+
summary: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
547
|
+
detail: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
548
|
+
subject: (f = msg.getSubject()) && proto.pulumirpc.codegen.Range.toObject(includeInstance, f),
|
|
549
|
+
context: (f = msg.getContext()) && proto.pulumirpc.codegen.Range.toObject(includeInstance, f)
|
|
544
550
|
};
|
|
545
551
|
|
|
546
552
|
if (includeInstance) {
|
|
@@ -13,7 +13,13 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var
|
|
16
|
+
var global =
|
|
17
|
+
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
+
(typeof window !== 'undefined' && window) ||
|
|
19
|
+
(typeof global !== 'undefined' && global) ||
|
|
20
|
+
(typeof self !== 'undefined' && self) ||
|
|
21
|
+
(function () { return this; }).call(null) ||
|
|
22
|
+
Function('return this')();
|
|
17
23
|
|
|
18
24
|
goog.exportSymbol('proto.codegen.GetSchemaRequest', null, global);
|
|
19
25
|
goog.exportSymbol('proto.codegen.GetSchemaResponse', null, global);
|
|
@@ -113,9 +119,9 @@ proto.codegen.Parameterization.prototype.toObject = function(opt_includeInstance
|
|
|
113
119
|
*/
|
|
114
120
|
proto.codegen.Parameterization.toObject = function(includeInstance, msg) {
|
|
115
121
|
var f, obj = {
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
122
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
123
|
+
version: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
124
|
+
value: msg.getValue_asB64()
|
|
119
125
|
};
|
|
120
126
|
|
|
121
127
|
if (includeInstance) {
|
|
@@ -327,10 +333,10 @@ proto.codegen.GetSchemaRequest.prototype.toObject = function(opt_includeInstance
|
|
|
327
333
|
*/
|
|
328
334
|
proto.codegen.GetSchemaRequest.toObject = function(includeInstance, msg) {
|
|
329
335
|
var f, obj = {
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
336
|
+
pb_package: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
337
|
+
version: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
338
|
+
downloadUrl: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
339
|
+
parameterization: (f = msg.getParameterization()) && proto.codegen.Parameterization.toObject(includeInstance, f)
|
|
334
340
|
};
|
|
335
341
|
|
|
336
342
|
if (includeInstance) {
|
|
@@ -568,7 +574,7 @@ proto.codegen.GetSchemaResponse.prototype.toObject = function(opt_includeInstanc
|
|
|
568
574
|
*/
|
|
569
575
|
proto.codegen.GetSchemaResponse.toObject = function(includeInstance, msg) {
|
|
570
576
|
var f, obj = {
|
|
571
|
-
|
|
577
|
+
schema: msg.getSchema_asB64()
|
|
572
578
|
};
|
|
573
579
|
|
|
574
580
|
if (includeInstance) {
|
|
@@ -13,7 +13,13 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var
|
|
16
|
+
var global =
|
|
17
|
+
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
+
(typeof window !== 'undefined' && window) ||
|
|
19
|
+
(typeof global !== 'undefined' && global) ||
|
|
20
|
+
(typeof self !== 'undefined' && self) ||
|
|
21
|
+
(function () { return this; }).call(null) ||
|
|
22
|
+
Function('return this')();
|
|
17
23
|
|
|
18
24
|
goog.exportSymbol('proto.codegen.GetMappingRequest', null, global);
|
|
19
25
|
goog.exportSymbol('proto.codegen.GetMappingResponse', null, global);
|
|
@@ -113,9 +119,9 @@ proto.codegen.GetMappingRequest.prototype.toObject = function(opt_includeInstanc
|
|
|
113
119
|
*/
|
|
114
120
|
proto.codegen.GetMappingRequest.toObject = function(includeInstance, msg) {
|
|
115
121
|
var f, obj = {
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
122
|
+
provider: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
123
|
+
pulumiProvider: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
124
|
+
parameterizationHint: (f = msg.getParameterizationHint()) && proto.codegen.MapperParameterizationHint.toObject(includeInstance, f)
|
|
119
125
|
};
|
|
120
126
|
|
|
121
127
|
if (includeInstance) {
|
|
@@ -324,9 +330,9 @@ proto.codegen.MapperParameterizationHint.prototype.toObject = function(opt_inclu
|
|
|
324
330
|
*/
|
|
325
331
|
proto.codegen.MapperParameterizationHint.toObject = function(includeInstance, msg) {
|
|
326
332
|
var f, obj = {
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
333
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
334
|
+
version: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
335
|
+
value: msg.getValue_asB64()
|
|
330
336
|
};
|
|
331
337
|
|
|
332
338
|
if (includeInstance) {
|
|
@@ -538,7 +544,7 @@ proto.codegen.GetMappingResponse.prototype.toObject = function(opt_includeInstan
|
|
|
538
544
|
*/
|
|
539
545
|
proto.codegen.GetMappingResponse.toObject = function(includeInstance, msg) {
|
|
540
546
|
var f, obj = {
|
|
541
|
-
|
|
547
|
+
data: msg.getData_asB64()
|
|
542
548
|
};
|
|
543
549
|
|
|
544
550
|
if (includeInstance) {
|