@pulumi/pulumi 3.190.0-alpha.x76a3cd2 → 3.190.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.
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
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 google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
19
25
  goog.object.extend(proto, google_protobuf_struct_pb);
@@ -148,8 +154,8 @@ proto.pulumirpc.PublishViewStepsRequest.prototype.toObject = function(opt_includ
148
154
  */
149
155
  proto.pulumirpc.PublishViewStepsRequest.toObject = function(includeInstance, msg) {
150
156
  var f, obj = {
151
- token: jspb.Message.getFieldWithDefault(msg, 1, ""),
152
- stepsList: jspb.Message.toObjectList(msg.getStepsList(),
157
+ token: jspb.Message.getFieldWithDefault(msg, 1, ""),
158
+ stepsList: jspb.Message.toObjectList(msg.getStepsList(),
153
159
  proto.pulumirpc.ViewStep.toObject, includeInstance)
154
160
  };
155
161
 
@@ -439,17 +445,17 @@ proto.pulumirpc.ViewStep.prototype.toObject = function(opt_includeInstance) {
439
445
  */
440
446
  proto.pulumirpc.ViewStep.toObject = function(includeInstance, msg) {
441
447
  var f, obj = {
442
- status: jspb.Message.getFieldWithDefault(msg, 1, 0),
443
- error: jspb.Message.getFieldWithDefault(msg, 2, ""),
444
- op: jspb.Message.getFieldWithDefault(msg, 3, 0),
445
- type: jspb.Message.getFieldWithDefault(msg, 4, ""),
446
- name: jspb.Message.getFieldWithDefault(msg, 5, ""),
447
- old: (f = msg.getOld()) && proto.pulumirpc.ViewStepState.toObject(includeInstance, f),
448
- pb_new: (f = msg.getNew()) && proto.pulumirpc.ViewStepState.toObject(includeInstance, f),
449
- keysList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
450
- diffsList: (f = jspb.Message.getRepeatedField(msg, 9)) == null ? undefined : f,
451
- detailedDiffMap: (f = msg.getDetailedDiffMap()) ? f.toObject(includeInstance, proto.pulumirpc.PropertyDiff.toObject) : [],
452
- hasDetailedDiff: jspb.Message.getBooleanFieldWithDefault(msg, 11, false)
448
+ status: jspb.Message.getFieldWithDefault(msg, 1, 0),
449
+ error: jspb.Message.getFieldWithDefault(msg, 2, ""),
450
+ op: jspb.Message.getFieldWithDefault(msg, 3, 0),
451
+ type: jspb.Message.getFieldWithDefault(msg, 4, ""),
452
+ name: jspb.Message.getFieldWithDefault(msg, 5, ""),
453
+ old: (f = msg.getOld()) && proto.pulumirpc.ViewStepState.toObject(includeInstance, f),
454
+ pb_new: (f = msg.getNew()) && proto.pulumirpc.ViewStepState.toObject(includeInstance, f),
455
+ keysList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
456
+ diffsList: (f = jspb.Message.getRepeatedField(msg, 9)) == null ? undefined : f,
457
+ detailedDiffMap: (f = msg.getDetailedDiffMap()) ? f.toObject(includeInstance, proto.pulumirpc.PropertyDiff.toObject) : [],
458
+ hasDetailedDiff: jspb.Message.getBooleanFieldWithDefault(msg, 11, false)
453
459
  };
454
460
 
455
461
  if (includeInstance) {
@@ -930,7 +936,8 @@ proto.pulumirpc.ViewStep.prototype.getDetailedDiffMap = function(opt_noLazyCreat
930
936
  */
931
937
  proto.pulumirpc.ViewStep.prototype.clearDetailedDiffMap = function() {
932
938
  this.getDetailedDiffMap().clear();
933
- return this;};
939
+ return this;
940
+ };
934
941
 
935
942
 
936
943
  /**
@@ -983,12 +990,12 @@ proto.pulumirpc.ViewStepState.prototype.toObject = function(opt_includeInstance)
983
990
  */
984
991
  proto.pulumirpc.ViewStepState.toObject = function(includeInstance, msg) {
985
992
  var f, obj = {
986
- type: jspb.Message.getFieldWithDefault(msg, 1, ""),
987
- name: jspb.Message.getFieldWithDefault(msg, 2, ""),
988
- parentType: jspb.Message.getFieldWithDefault(msg, 3, ""),
989
- parentName: jspb.Message.getFieldWithDefault(msg, 4, ""),
990
- inputs: (f = msg.getInputs()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f),
991
- outputs: (f = msg.getOutputs()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f)
993
+ type: jspb.Message.getFieldWithDefault(msg, 1, ""),
994
+ name: jspb.Message.getFieldWithDefault(msg, 2, ""),
995
+ parentType: jspb.Message.getFieldWithDefault(msg, 3, ""),
996
+ parentName: jspb.Message.getFieldWithDefault(msg, 4, ""),
997
+ inputs: (f = msg.getInputs()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f),
998
+ outputs: (f = msg.getOutputs()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f)
992
999
  };
993
1000
 
994
1001
  if (includeInstance) {
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
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.SourcePosition', null, global);
19
25
  /**
@@ -69,9 +75,9 @@ proto.pulumirpc.SourcePosition.prototype.toObject = function(opt_includeInstance
69
75
  */
70
76
  proto.pulumirpc.SourcePosition.toObject = function(includeInstance, msg) {
71
77
  var f, obj = {
72
- uri: jspb.Message.getFieldWithDefault(msg, 1, ""),
73
- line: jspb.Message.getFieldWithDefault(msg, 2, 0),
74
- column: jspb.Message.getFieldWithDefault(msg, 3, 0)
78
+ uri: jspb.Message.getFieldWithDefault(msg, 1, ""),
79
+ line: jspb.Message.getFieldWithDefault(msg, 2, 0),
80
+ column: jspb.Message.getFieldWithDefault(msg, 3, 0)
75
81
  };
76
82
 
77
83
  if (includeInstance) {
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
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 google_protobuf_any_pb = require('google-protobuf/google/protobuf/any_pb.js');
19
25
  goog.object.extend(proto, google_protobuf_any_pb);
@@ -78,9 +84,9 @@ proto.google.rpc.Status.prototype.toObject = function(opt_includeInstance) {
78
84
  */
79
85
  proto.google.rpc.Status.toObject = function(includeInstance, msg) {
80
86
  var f, obj = {
81
- code: jspb.Message.getFieldWithDefault(msg, 1, 0),
82
- message: jspb.Message.getFieldWithDefault(msg, 2, ""),
83
- detailsList: jspb.Message.toObjectList(msg.getDetailsList(),
87
+ code: jspb.Message.getFieldWithDefault(msg, 1, 0),
88
+ message: jspb.Message.getFieldWithDefault(msg, 2, ""),
89
+ detailsList: jspb.Message.toObjectList(msg.getDetailsList(),
84
90
  google_protobuf_any_pb.Any.toObject, includeInstance)
85
91
  };
86
92
 
@@ -128,4 +128,4 @@ runLanguageTest: {
128
128
  },
129
129
  };
130
130
 
131
- exports.LanguageTestClient = grpc.makeGenericClientConstructor(LanguageTestService);
131
+ exports.LanguageTestClient = grpc.makeGenericClientConstructor(LanguageTestService, 'LanguageTest');
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
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.testing.GetLanguageTestsRequest', null, global);
19
25
  goog.exportSymbol('proto.pulumirpc.testing.GetLanguageTestsResponse', null, global);
@@ -331,7 +337,7 @@ proto.pulumirpc.testing.GetLanguageTestsResponse.prototype.toObject = function(o
331
337
  */
332
338
  proto.pulumirpc.testing.GetLanguageTestsResponse.toObject = function(includeInstance, msg) {
333
339
  var f, obj = {
334
- testsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
340
+ testsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
335
341
  };
336
342
 
337
343
  if (includeInstance) {
@@ -487,17 +493,17 @@ proto.pulumirpc.testing.PrepareLanguageTestsRequest.prototype.toObject = functio
487
493
  */
488
494
  proto.pulumirpc.testing.PrepareLanguageTestsRequest.toObject = function(includeInstance, msg) {
489
495
  var f, obj = {
490
- languagePluginName: jspb.Message.getFieldWithDefault(msg, 1, ""),
491
- languagePluginTarget: jspb.Message.getFieldWithDefault(msg, 2, ""),
492
- snapshotDirectory: jspb.Message.getFieldWithDefault(msg, 3, ""),
493
- temporaryDirectory: jspb.Message.getFieldWithDefault(msg, 4, ""),
494
- coreSdkDirectory: jspb.Message.getFieldWithDefault(msg, 5, ""),
495
- coreSdkVersion: jspb.Message.getFieldWithDefault(msg, 6, ""),
496
- snapshotEditsList: jspb.Message.toObjectList(msg.getSnapshotEditsList(),
496
+ languagePluginName: jspb.Message.getFieldWithDefault(msg, 1, ""),
497
+ languagePluginTarget: jspb.Message.getFieldWithDefault(msg, 2, ""),
498
+ snapshotDirectory: jspb.Message.getFieldWithDefault(msg, 3, ""),
499
+ temporaryDirectory: jspb.Message.getFieldWithDefault(msg, 4, ""),
500
+ coreSdkDirectory: jspb.Message.getFieldWithDefault(msg, 5, ""),
501
+ coreSdkVersion: jspb.Message.getFieldWithDefault(msg, 6, ""),
502
+ snapshotEditsList: jspb.Message.toObjectList(msg.getSnapshotEditsList(),
497
503
  proto.pulumirpc.testing.PrepareLanguageTestsRequest.Replacement.toObject, includeInstance),
498
- languageInfo: jspb.Message.getFieldWithDefault(msg, 8, ""),
499
- programOverridesMap: (f = msg.getProgramOverridesMap()) ? f.toObject(includeInstance, proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.toObject) : [],
500
- policyPackDirectory: jspb.Message.getFieldWithDefault(msg, 10, "")
504
+ languageInfo: jspb.Message.getFieldWithDefault(msg, 8, ""),
505
+ programOverridesMap: (f = msg.getProgramOverridesMap()) ? f.toObject(includeInstance, proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.toObject) : [],
506
+ policyPackDirectory: jspb.Message.getFieldWithDefault(msg, 10, "")
501
507
  };
502
508
 
503
509
  if (includeInstance) {
@@ -709,9 +715,9 @@ proto.pulumirpc.testing.PrepareLanguageTestsRequest.Replacement.prototype.toObje
709
715
  */
710
716
  proto.pulumirpc.testing.PrepareLanguageTestsRequest.Replacement.toObject = function(includeInstance, msg) {
711
717
  var f, obj = {
712
- path: jspb.Message.getFieldWithDefault(msg, 1, ""),
713
- pattern: jspb.Message.getFieldWithDefault(msg, 2, ""),
714
- replacement: jspb.Message.getFieldWithDefault(msg, 3, "")
718
+ path: jspb.Message.getFieldWithDefault(msg, 1, ""),
719
+ pattern: jspb.Message.getFieldWithDefault(msg, 2, ""),
720
+ replacement: jspb.Message.getFieldWithDefault(msg, 3, "")
715
721
  };
716
722
 
717
723
  if (includeInstance) {
@@ -906,7 +912,7 @@ proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.prototype.to
906
912
  */
907
913
  proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.toObject = function(includeInstance, msg) {
908
914
  var f, obj = {
909
- pathsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
915
+ pathsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
910
916
  };
911
917
 
912
918
  if (includeInstance) {
@@ -1206,7 +1212,8 @@ proto.pulumirpc.testing.PrepareLanguageTestsRequest.prototype.getProgramOverride
1206
1212
  */
1207
1213
  proto.pulumirpc.testing.PrepareLanguageTestsRequest.prototype.clearProgramOverridesMap = function() {
1208
1214
  this.getProgramOverridesMap().clear();
1209
- return this;};
1215
+ return this;
1216
+ };
1210
1217
 
1211
1218
 
1212
1219
  /**
@@ -1259,7 +1266,7 @@ proto.pulumirpc.testing.PrepareLanguageTestsResponse.prototype.toObject = functi
1259
1266
  */
1260
1267
  proto.pulumirpc.testing.PrepareLanguageTestsResponse.toObject = function(includeInstance, msg) {
1261
1268
  var f, obj = {
1262
- token: jspb.Message.getFieldWithDefault(msg, 1, "")
1269
+ token: jspb.Message.getFieldWithDefault(msg, 1, "")
1263
1270
  };
1264
1271
 
1265
1272
  if (includeInstance) {
@@ -1389,8 +1396,8 @@ proto.pulumirpc.testing.RunLanguageTestRequest.prototype.toObject = function(opt
1389
1396
  */
1390
1397
  proto.pulumirpc.testing.RunLanguageTestRequest.toObject = function(includeInstance, msg) {
1391
1398
  var f, obj = {
1392
- token: jspb.Message.getFieldWithDefault(msg, 1, ""),
1393
- test: jspb.Message.getFieldWithDefault(msg, 2, "")
1399
+ token: jspb.Message.getFieldWithDefault(msg, 1, ""),
1400
+ test: jspb.Message.getFieldWithDefault(msg, 2, "")
1394
1401
  };
1395
1402
 
1396
1403
  if (includeInstance) {
@@ -1556,10 +1563,10 @@ proto.pulumirpc.testing.RunLanguageTestResponse.prototype.toObject = function(op
1556
1563
  */
1557
1564
  proto.pulumirpc.testing.RunLanguageTestResponse.toObject = function(includeInstance, msg) {
1558
1565
  var f, obj = {
1559
- success: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
1560
- messagesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f,
1561
- stdout: jspb.Message.getFieldWithDefault(msg, 3, ""),
1562
- stderr: jspb.Message.getFieldWithDefault(msg, 4, "")
1566
+ success: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
1567
+ messagesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f,
1568
+ stdout: jspb.Message.getFieldWithDefault(msg, 3, ""),
1569
+ stderr: jspb.Message.getFieldWithDefault(msg, 4, "")
1563
1570
  };
1564
1571
 
1565
1572
  if (includeInstance) {
@@ -23,10 +23,6 @@ function generateSchema(providerName, version, description, components, typeDefi
23
23
  types: {},
24
24
  language: {
25
25
  nodejs: {
26
- dependencies: {},
27
- devDependencies: {
28
- typescript: "^5.0.0",
29
- },
30
26
  respectSchemaVersion: true,
31
27
  },
32
28
  python: {
@@ -1 +1 @@
1
- {"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../provider/experimental/schema.ts"],"names":[],"mappings":";AAAA,2CAA2C;AAC3C,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;AAoEjC,SAAgB,cAAc,CAC1B,YAAoB,EACpB,OAAe,EACf,WAAmB,EACnB,UAA+C,EAC/C,eAA+C,EAC/C,YAA0B,EAC1B,SAAkB;IAElB,MAAM,MAAM,GAAgB;QACxB,IAAI,EAAE,YAAY;QAClB,OAAO,EAAE,OAAO;QAChB,WAAW,EAAE,WAAW;QACxB,SAAS,EAAE,SAAS;QACpB,SAAS,EAAE,EAAE;QACb,KAAK,EAAE,EAAE;QACT,QAAQ,EAAE;YACN,MAAM,EAAE;gBACJ,YAAY,EAAE,EAAE;gBAChB,eAAe,EAAE;oBACb,UAAU,EAAE,QAAQ;iBACvB;gBACD,oBAAoB,EAAE,IAAI;aAC7B;YACD,MAAM,EAAE;gBACJ,oBAAoB,EAAE,IAAI;aAC7B;YACD,MAAM,EAAE;gBACJ,oBAAoB,EAAE,IAAI;aAC7B;YACD,IAAI,EAAE;gBACF,oBAAoB,EAAE,IAAI;aAC7B;YACD,EAAE,EAAE;gBACA,oBAAoB,EAAE,IAAI;aAC7B;SACJ;QACD,YAAY;KACf,CAAC;IAEF,KAAK,MAAM,CAAC,IAAI,EAAE,SAAS,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,EAAE;QACxD,MAAM,CAAC,SAAS,CAAC,GAAG,YAAY,UAAU,IAAI,EAAE,CAAC,GAAG;YAChD,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,IAAI;YACjB,eAAe,EAAE,SAAS,CAAC,MAAM;YACjC,cAAc,EAAE,QAAQ,CAAC,SAAS,CAAC,MAAM,CAAC;YAC1C,UAAU,EAAE,SAAS,CAAC,OAAO;YAC7B,QAAQ,EAAE,QAAQ,CAAC,SAAS,CAAC,OAAO,CAAC;YACrC,WAAW,EAAE,SAAS,CAAC,WAAW;SACrC,CAAC;KACL;IAED,KAAK,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,eAAe,CAAC,EAAE;QACxD,MAAM,CAAC,KAAK,CAAC,GAAG,YAAY,UAAU,IAAI,EAAE,CAAC,GAAG;YAC5C,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,IAAI,CAAC,UAAU;YAC3B,QAAQ,EAAE,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC;SACtC,CAAC;KACL;IAED,OAAO,MAAM,CAAC;AAClB,CAAC;AA7DD,wCA6DC;AAED,SAAS,QAAQ,CAAC,UAA8C;IAC5D,OAAO,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC;SAC5B,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC;SACnC,GAAG,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,QAAQ,CAAC;SAChC,IAAI,EAAE,CAAC;AAChB,CAAC"}
1
+ {"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../provider/experimental/schema.ts"],"names":[],"mappings":";AAAA,2CAA2C;AAC3C,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;AAoEjC,SAAgB,cAAc,CAC1B,YAAoB,EACpB,OAAe,EACf,WAAmB,EACnB,UAA+C,EAC/C,eAA+C,EAC/C,YAA0B,EAC1B,SAAkB;IAElB,MAAM,MAAM,GAAgB;QACxB,IAAI,EAAE,YAAY;QAClB,OAAO,EAAE,OAAO;QAChB,WAAW,EAAE,WAAW;QACxB,SAAS,EAAE,SAAS;QACpB,SAAS,EAAE,EAAE;QACb,KAAK,EAAE,EAAE;QACT,QAAQ,EAAE;YACN,MAAM,EAAE;gBACJ,oBAAoB,EAAE,IAAI;aAC7B;YACD,MAAM,EAAE;gBACJ,oBAAoB,EAAE,IAAI;aAC7B;YACD,MAAM,EAAE;gBACJ,oBAAoB,EAAE,IAAI;aAC7B;YACD,IAAI,EAAE;gBACF,oBAAoB,EAAE,IAAI;aAC7B;YACD,EAAE,EAAE;gBACA,oBAAoB,EAAE,IAAI;aAC7B;SACJ;QACD,YAAY;KACf,CAAC;IAEF,KAAK,MAAM,CAAC,IAAI,EAAE,SAAS,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,EAAE;QACxD,MAAM,CAAC,SAAS,CAAC,GAAG,YAAY,UAAU,IAAI,EAAE,CAAC,GAAG;YAChD,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,IAAI;YACjB,eAAe,EAAE,SAAS,CAAC,MAAM;YACjC,cAAc,EAAE,QAAQ,CAAC,SAAS,CAAC,MAAM,CAAC;YAC1C,UAAU,EAAE,SAAS,CAAC,OAAO;YAC7B,QAAQ,EAAE,QAAQ,CAAC,SAAS,CAAC,OAAO,CAAC;YACrC,WAAW,EAAE,SAAS,CAAC,WAAW;SACrC,CAAC;KACL;IAED,KAAK,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,eAAe,CAAC,EAAE;QACxD,MAAM,CAAC,KAAK,CAAC,GAAG,YAAY,UAAU,IAAI,EAAE,CAAC,GAAG;YAC5C,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,IAAI,CAAC,UAAU;YAC3B,QAAQ,EAAE,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC;SACtC,CAAC;KACL;IAED,OAAO,MAAM,CAAC;AAClB,CAAC;AAzDD,wCAyDC;AAED,SAAS,QAAQ,CAAC,UAA8C;IAC5D,OAAO,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC;SAC5B,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC;SACnC,GAAG,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,QAAQ,CAAC;SAChC,IAAI,EAAE,CAAC;AAChB,CAAC"}
package/version.js CHANGED
@@ -13,5 +13,5 @@
13
13
  // See the License for the specific language governing permissions and
14
14
  // limitations under the License.
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.version = "3.190.0-alpha.x76a3cd2";
16
+ exports.version = "3.190.0";
17
17
  //# sourceMappingURL=version.js.map