sim-node-lib 0.4.53 → 0.4.54

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.
@@ -0,0 +1,4 @@
1
+ export declare enum RpaTipoProcessoEnum {
2
+ Rest = "R",
3
+ VM = "V"
4
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RpaTipoProcessoEnum = void 0;
4
+ var RpaTipoProcessoEnum;
5
+ (function (RpaTipoProcessoEnum) {
6
+ RpaTipoProcessoEnum["Rest"] = "R";
7
+ RpaTipoProcessoEnum["VM"] = "V";
8
+ })(RpaTipoProcessoEnum = exports.RpaTipoProcessoEnum || (exports.RpaTipoProcessoEnum = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-node-lib",
3
- "version": "0.4.53",
3
+ "version": "0.4.54",
4
4
  "description": "Library from SIMLabs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,4 +0,0 @@
1
- export declare enum RpaTipoWorkerExecucaoEnum {
2
- API = "A",
3
- Worker = "W"
4
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RpaTipoWorkerExecucaoEnum = void 0;
4
- var RpaTipoWorkerExecucaoEnum;
5
- (function (RpaTipoWorkerExecucaoEnum) {
6
- RpaTipoWorkerExecucaoEnum["API"] = "A";
7
- RpaTipoWorkerExecucaoEnum["Worker"] = "W";
8
- })(RpaTipoWorkerExecucaoEnum = exports.RpaTipoWorkerExecucaoEnum || (exports.RpaTipoWorkerExecucaoEnum = {}));