@pulumi/pulumi 3.108.2-alpha.x25e8a67 → 3.108.2-alpha.x4083bbc

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pulumi",
3
- "version": "3.108.2-alpha.x25e8a67",
3
+ "version": "3.108.2-alpha.x4083bbc",
4
4
  "description": "Pulumi's Node.js SDK",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -6,7 +6,6 @@
6
6
 
7
7
  import * as grpc from "@grpc/grpc-js";
8
8
  import * as pulumi_callback_pb from "./callback_pb";
9
- import * as google_protobuf_struct_pb from "google-protobuf/google/protobuf/struct_pb";
10
9
 
11
10
  interface ICallbacksService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
12
11
  invoke: ICallbacksService_IInvoke;
@@ -18,7 +18,6 @@
18
18
  'use strict';
19
19
  var grpc = require('@grpc/grpc-js');
20
20
  var pulumi_callback_pb = require('./callback_pb.js');
21
- var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
22
21
 
23
22
  function serialize_pulumirpc_CallbackInvokeRequest(arg) {
24
23
  if (!(arg instanceof pulumi_callback_pb.CallbackInvokeRequest)) {
@@ -5,7 +5,6 @@
5
5
  /* eslint-disable */
6
6
 
7
7
  import * as jspb from "google-protobuf";
8
- import * as google_protobuf_struct_pb from "google-protobuf/google/protobuf/struct_pb";
9
8
 
10
9
  export class Callback extends jspb.Message {
11
10
  getTarget(): string;
@@ -15,8 +15,6 @@ var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
16
  var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
17
17
 
18
- var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
19
- goog.object.extend(proto, google_protobuf_struct_pb);
20
18
  goog.exportSymbol('proto.pulumirpc.Callback', null, global);
21
19
  goog.exportSymbol('proto.pulumirpc.CallbackInvokeRequest', null, global);
22
20
  goog.exportSymbol('proto.pulumirpc.CallbackInvokeResponse', null, global);
@@ -6,8 +6,6 @@
6
6
 
7
7
  import * as grpc from "@grpc/grpc-js";
8
8
  import * as pulumi_codegen_loader_pb from "../codegen/loader_pb";
9
- import * as google_protobuf_empty_pb from "google-protobuf/google/protobuf/empty_pb";
10
- import * as google_protobuf_struct_pb from "google-protobuf/google/protobuf/struct_pb";
11
9
 
12
10
  interface ILoaderService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
13
11
  getSchema: ILoaderService_IGetSchema;
@@ -18,8 +18,6 @@
18
18
  'use strict';
19
19
  var grpc = require('@grpc/grpc-js');
20
20
  var pulumi_codegen_loader_pb = require('../codegen/loader_pb.js');
21
- var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
22
- var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
23
21
 
24
22
  function serialize_codegen_GetSchemaRequest(arg) {
25
23
  if (!(arg instanceof pulumi_codegen_loader_pb.GetSchemaRequest)) {
@@ -5,8 +5,6 @@
5
5
  /* eslint-disable */
6
6
 
7
7
  import * as jspb from "google-protobuf";
8
- import * as google_protobuf_empty_pb from "google-protobuf/google/protobuf/empty_pb";
9
- import * as google_protobuf_struct_pb from "google-protobuf/google/protobuf/struct_pb";
10
8
 
11
9
  export class GetSchemaRequest extends jspb.Message {
12
10
  getPackage(): string;
@@ -15,10 +15,6 @@ var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
16
  var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
17
17
 
18
- var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
19
- goog.object.extend(proto, google_protobuf_empty_pb);
20
- var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
21
- goog.object.extend(proto, google_protobuf_struct_pb);
22
18
  goog.exportSymbol('proto.codegen.GetSchemaRequest', null, global);
23
19
  goog.exportSymbol('proto.codegen.GetSchemaResponse', null, global);
24
20
  /**
@@ -6,8 +6,6 @@
6
6
 
7
7
  import * as grpc from "@grpc/grpc-js";
8
8
  import * as pulumi_codegen_mapper_pb from "../codegen/mapper_pb";
9
- import * as google_protobuf_empty_pb from "google-protobuf/google/protobuf/empty_pb";
10
- import * as google_protobuf_struct_pb from "google-protobuf/google/protobuf/struct_pb";
11
9
 
12
10
  interface IMapperService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
13
11
  getMapping: IMapperService_IGetMapping;
@@ -18,8 +18,6 @@
18
18
  'use strict';
19
19
  var grpc = require('@grpc/grpc-js');
20
20
  var pulumi_codegen_mapper_pb = require('../codegen/mapper_pb.js');
21
- var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
22
- var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
23
21
 
24
22
  function serialize_codegen_GetMappingRequest(arg) {
25
23
  if (!(arg instanceof pulumi_codegen_mapper_pb.GetMappingRequest)) {
@@ -5,8 +5,6 @@
5
5
  /* eslint-disable */
6
6
 
7
7
  import * as jspb from "google-protobuf";
8
- import * as google_protobuf_empty_pb from "google-protobuf/google/protobuf/empty_pb";
9
- import * as google_protobuf_struct_pb from "google-protobuf/google/protobuf/struct_pb";
10
8
 
11
9
  export class GetMappingRequest extends jspb.Message {
12
10
  getProvider(): string;
@@ -15,10 +15,6 @@ var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
16
  var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
17
17
 
18
- var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
19
- goog.object.extend(proto, google_protobuf_empty_pb);
20
- var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
21
- goog.object.extend(proto, google_protobuf_struct_pb);
22
18
  goog.exportSymbol('proto.codegen.GetMappingRequest', null, global);
23
19
  goog.exportSymbol('proto.codegen.GetMappingResponse', null, global);
24
20
  /**
@@ -7,9 +7,6 @@
7
7
  import * as grpc from "@grpc/grpc-js";
8
8
  import * as pulumi_converter_pb from "./converter_pb";
9
9
  import * as pulumi_codegen_hcl_pb from "./codegen/hcl_pb";
10
- import * as pulumi_plugin_pb from "./plugin_pb";
11
- import * as google_protobuf_empty_pb from "google-protobuf/google/protobuf/empty_pb";
12
- import * as google_protobuf_struct_pb from "google-protobuf/google/protobuf/struct_pb";
13
10
 
14
11
  interface IConverterService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
15
12
  convertState: IConverterService_IConvertState;
@@ -19,9 +19,6 @@
19
19
  var grpc = require('@grpc/grpc-js');
20
20
  var pulumi_converter_pb = require('./converter_pb.js');
21
21
  var pulumi_codegen_hcl_pb = require('./codegen/hcl_pb.js');
22
- var pulumi_plugin_pb = require('./plugin_pb.js');
23
- var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
24
- var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
25
22
 
26
23
  function serialize_pulumirpc_ConvertProgramRequest(arg) {
27
24
  if (!(arg instanceof pulumi_converter_pb.ConvertProgramRequest)) {
@@ -6,9 +6,6 @@
6
6
 
7
7
  import * as jspb from "google-protobuf";
8
8
  import * as pulumi_codegen_hcl_pb from "./codegen/hcl_pb";
9
- import * as pulumi_plugin_pb from "./plugin_pb";
10
- import * as google_protobuf_empty_pb from "google-protobuf/google/protobuf/empty_pb";
11
- import * as google_protobuf_struct_pb from "google-protobuf/google/protobuf/struct_pb";
12
9
 
13
10
  export class ConvertStateRequest extends jspb.Message {
14
11
  getMapperTarget(): string;
@@ -17,12 +17,6 @@ var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
17
17
 
18
18
  var pulumi_codegen_hcl_pb = require('./codegen/hcl_pb.js');
19
19
  goog.object.extend(proto, pulumi_codegen_hcl_pb);
20
- var pulumi_plugin_pb = require('./plugin_pb.js');
21
- goog.object.extend(proto, pulumi_plugin_pb);
22
- var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
23
- goog.object.extend(proto, google_protobuf_empty_pb);
24
- var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
25
- goog.object.extend(proto, google_protobuf_struct_pb);
26
20
  goog.exportSymbol('proto.pulumirpc.ConvertProgramRequest', null, global);
27
21
  goog.exportSymbol('proto.pulumirpc.ConvertProgramResponse', null, global);
28
22
  goog.exportSymbol('proto.pulumirpc.ConvertStateRequest', null, global);
@@ -9,7 +9,6 @@ import * as pulumi_provider_pb from "./provider_pb";
9
9
  import * as pulumi_plugin_pb from "./plugin_pb";
10
10
  import * as google_protobuf_empty_pb from "google-protobuf/google/protobuf/empty_pb";
11
11
  import * as google_protobuf_struct_pb from "google-protobuf/google/protobuf/struct_pb";
12
- import * as pulumi_source_pb from "./source_pb";
13
12
 
14
13
  interface IResourceProviderService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
15
14
  getSchema: IResourceProviderService_IGetSchema;
@@ -21,7 +21,6 @@ var pulumi_provider_pb = require('./provider_pb.js');
21
21
  var pulumi_plugin_pb = require('./plugin_pb.js');
22
22
  var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
23
23
  var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
24
- var pulumi_source_pb = require('./source_pb.js');
25
24
 
26
25
  function serialize_google_protobuf_Empty(arg) {
27
26
  if (!(arg instanceof google_protobuf_empty_pb.Empty)) {
@@ -8,7 +8,6 @@ import * as jspb from "google-protobuf";
8
8
  import * as pulumi_plugin_pb from "./plugin_pb";
9
9
  import * as google_protobuf_empty_pb from "google-protobuf/google/protobuf/empty_pb";
10
10
  import * as google_protobuf_struct_pb from "google-protobuf/google/protobuf/struct_pb";
11
- import * as pulumi_source_pb from "./source_pb";
12
11
 
13
12
  export class GetSchemaRequest extends jspb.Message {
14
13
  getVersion(): number;
@@ -21,8 +21,6 @@ var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb
21
21
  goog.object.extend(proto, google_protobuf_empty_pb);
22
22
  var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
23
23
  goog.object.extend(proto, google_protobuf_struct_pb);
24
- var pulumi_source_pb = require('./source_pb.js');
25
- goog.object.extend(proto, pulumi_source_pb);
26
24
  goog.exportSymbol('proto.pulumirpc.CallRequest', null, global);
27
25
  goog.exportSymbol('proto.pulumirpc.CallRequest.ArgumentDependencies', null, global);
28
26
  goog.exportSymbol('proto.pulumirpc.CallResponse', null, global);
@@ -6,7 +6,6 @@
6
6
 
7
7
  import * as grpc from "@grpc/grpc-js";
8
8
  import * as pulumi_testing_language_pb from "../testing/language_pb";
9
- import * as google_protobuf_empty_pb from "google-protobuf/google/protobuf/empty_pb";
10
9
 
11
10
  interface ILanguageTestService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
12
11
  getLanguageTests: ILanguageTestService_IGetLanguageTests;
@@ -18,7 +18,6 @@
18
18
  'use strict';
19
19
  var grpc = require('@grpc/grpc-js');
20
20
  var pulumi_testing_language_pb = require('../testing/language_pb.js');
21
- var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
22
21
 
23
22
  function serialize_pulumirpc_testing_GetLanguageTestsRequest(arg) {
24
23
  if (!(arg instanceof pulumi_testing_language_pb.GetLanguageTestsRequest)) {
@@ -5,7 +5,6 @@
5
5
  /* eslint-disable */
6
6
 
7
7
  import * as jspb from "google-protobuf";
8
- import * as google_protobuf_empty_pb from "google-protobuf/google/protobuf/empty_pb";
9
8
 
10
9
  export class GetLanguageTestsRequest extends jspb.Message {
11
10
 
@@ -15,8 +15,6 @@ var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
16
  var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
17
17
 
18
- var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
19
- goog.object.extend(proto, google_protobuf_empty_pb);
20
18
  goog.exportSymbol('proto.pulumirpc.testing.GetLanguageTestsRequest', null, global);
21
19
  goog.exportSymbol('proto.pulumirpc.testing.GetLanguageTestsResponse', null, global);
22
20
  goog.exportSymbol('proto.pulumirpc.testing.PrepareLanguageTestsRequest', null, global);
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.108.2-alpha.x25e8a67";
16
+ exports.version = "3.108.2-alpha.x4083bbc";
17
17
  //# sourceMappingURL=version.js.map