@pulumi/pulumi 3.133.0-alpha.x7da68ce → 3.133.0-alpha.xf74a5df
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/automation/events.d.ts +0 -11
- package/package.json +1 -1
- package/version.js +1 -1
package/automation/events.d.ts
CHANGED
|
@@ -252,13 +252,6 @@ export interface ResOpFailedEvent {
|
|
|
252
252
|
status: number;
|
|
253
253
|
steps: number;
|
|
254
254
|
}
|
|
255
|
-
/**
|
|
256
|
-
* An event emitted when a debugger has been started and is waiting for the user
|
|
257
|
-
* to attach to it using the DAP protocol.
|
|
258
|
-
*/
|
|
259
|
-
export interface StartDebuggingEvent {
|
|
260
|
-
config: Record<string, any>;
|
|
261
|
-
}
|
|
262
255
|
/**
|
|
263
256
|
* A Pulumi engine event, such as a change to a resource or diagnostic message.
|
|
264
257
|
* This is intended to capture a discriminated union -- exactly one event field
|
|
@@ -320,8 +313,4 @@ export interface EngineEvent {
|
|
|
320
313
|
* A policy event, if this engine event represents a policy violation.
|
|
321
314
|
*/
|
|
322
315
|
policyEvent?: PolicyEvent;
|
|
323
|
-
/**
|
|
324
|
-
* A debugging event, if the engine event represents a debugging message.
|
|
325
|
-
*/
|
|
326
|
-
startDebuggingEvent?: StartDebuggingEvent;
|
|
327
316
|
}
|
package/package.json
CHANGED
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.133.0-alpha.
|
|
16
|
+
exports.version = "3.133.0-alpha.xf74a5df";
|
|
17
17
|
//# sourceMappingURL=version.js.map
|