@replit/protocol 0.4.23-dev.1 → 0.4.23-dev.3
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/dist/api/types.d.ts +2 -2
- package/dist/api/types.js +2 -2
- package/iotester/index.d.ts +1 -1
- package/iotester/index.js +3 -3
- package/main/index.d.ts +1 -1
- package/main/index.js +3 -3
- package/package.json +9 -10
package/dist/api/types.d.ts
CHANGED
|
@@ -4529,9 +4529,9 @@ export declare enum DeploymentConfig_Target {
|
|
|
4529
4529
|
*/
|
|
4530
4530
|
EXTENSION = 6,
|
|
4531
4531
|
/**
|
|
4532
|
-
* @generated from protobuf enum value:
|
|
4532
|
+
* @generated from protobuf enum value: DATABRICKS_APP = 7;
|
|
4533
4533
|
*/
|
|
4534
|
-
|
|
4534
|
+
DATABRICKS_APP = 7
|
|
4535
4535
|
}
|
|
4536
4536
|
/**
|
|
4537
4537
|
* @generated from protobuf message replit.goval.api.ExtensionConfig
|
package/dist/api/types.js
CHANGED
|
@@ -355,9 +355,9 @@ export var DeploymentConfig_Target;
|
|
|
355
355
|
*/
|
|
356
356
|
DeploymentConfig_Target[DeploymentConfig_Target["EXTENSION"] = 6] = "EXTENSION";
|
|
357
357
|
/**
|
|
358
|
-
* @generated from protobuf enum value:
|
|
358
|
+
* @generated from protobuf enum value: DATABRICKS_APP = 7;
|
|
359
359
|
*/
|
|
360
|
-
DeploymentConfig_Target[DeploymentConfig_Target["
|
|
360
|
+
DeploymentConfig_Target[DeploymentConfig_Target["DATABRICKS_APP"] = 7] = "DATABRICKS_APP";
|
|
361
361
|
})(DeploymentConfig_Target || (DeploymentConfig_Target = {}));
|
|
362
362
|
/**
|
|
363
363
|
* @generated from protobuf enum replit.goval.api.NixModuleConfigSetResponse.Status
|
package/iotester/index.d.ts
CHANGED
|
@@ -18754,7 +18754,7 @@ export namespace replit {
|
|
|
18754
18754
|
AUTOSCALE = 4,
|
|
18755
18755
|
SCHEDULED = 5,
|
|
18756
18756
|
EXTENSION = 6,
|
|
18757
|
-
|
|
18757
|
+
DATABRICKS_APP = 7
|
|
18758
18758
|
}
|
|
18759
18759
|
|
|
18760
18760
|
/** Properties of a RewriteRule. */
|
package/iotester/index.js
CHANGED
|
@@ -48267,7 +48267,7 @@
|
|
|
48267
48267
|
case 6:
|
|
48268
48268
|
message.target = 6;
|
|
48269
48269
|
break;
|
|
48270
|
-
case "
|
|
48270
|
+
case "DATABRICKS_APP":
|
|
48271
48271
|
case 7:
|
|
48272
48272
|
message.target = 7;
|
|
48273
48273
|
break;
|
|
@@ -48381,7 +48381,7 @@
|
|
|
48381
48381
|
* @property {number} AUTOSCALE=4 AUTOSCALE value
|
|
48382
48382
|
* @property {number} SCHEDULED=5 SCHEDULED value
|
|
48383
48383
|
* @property {number} EXTENSION=6 EXTENSION value
|
|
48384
|
-
* @property {number}
|
|
48384
|
+
* @property {number} DATABRICKS_APP=7 DATABRICKS_APP value
|
|
48385
48385
|
*/
|
|
48386
48386
|
DeploymentConfig.Target = (function() {
|
|
48387
48387
|
var valuesById = {}, values = Object.create(valuesById);
|
|
@@ -48392,7 +48392,7 @@
|
|
|
48392
48392
|
values[valuesById[4] = "AUTOSCALE"] = 4;
|
|
48393
48393
|
values[valuesById[5] = "SCHEDULED"] = 5;
|
|
48394
48394
|
values[valuesById[6] = "EXTENSION"] = 6;
|
|
48395
|
-
values[valuesById[7] = "
|
|
48395
|
+
values[valuesById[7] = "DATABRICKS_APP"] = 7;
|
|
48396
48396
|
return values;
|
|
48397
48397
|
})();
|
|
48398
48398
|
|
package/main/index.d.ts
CHANGED
|
@@ -18754,7 +18754,7 @@ export namespace replit {
|
|
|
18754
18754
|
AUTOSCALE = 4,
|
|
18755
18755
|
SCHEDULED = 5,
|
|
18756
18756
|
EXTENSION = 6,
|
|
18757
|
-
|
|
18757
|
+
DATABRICKS_APP = 7
|
|
18758
18758
|
}
|
|
18759
18759
|
|
|
18760
18760
|
/** Properties of a RewriteRule. */
|
package/main/index.js
CHANGED
|
@@ -48267,7 +48267,7 @@
|
|
|
48267
48267
|
case 6:
|
|
48268
48268
|
message.target = 6;
|
|
48269
48269
|
break;
|
|
48270
|
-
case "
|
|
48270
|
+
case "DATABRICKS_APP":
|
|
48271
48271
|
case 7:
|
|
48272
48272
|
message.target = 7;
|
|
48273
48273
|
break;
|
|
@@ -48381,7 +48381,7 @@
|
|
|
48381
48381
|
* @property {number} AUTOSCALE=4 AUTOSCALE value
|
|
48382
48382
|
* @property {number} SCHEDULED=5 SCHEDULED value
|
|
48383
48383
|
* @property {number} EXTENSION=6 EXTENSION value
|
|
48384
|
-
* @property {number}
|
|
48384
|
+
* @property {number} DATABRICKS_APP=7 DATABRICKS_APP value
|
|
48385
48385
|
*/
|
|
48386
48386
|
DeploymentConfig.Target = (function() {
|
|
48387
48387
|
var valuesById = {}, values = Object.create(valuesById);
|
|
@@ -48392,7 +48392,7 @@
|
|
|
48392
48392
|
values[valuesById[4] = "AUTOSCALE"] = 4;
|
|
48393
48393
|
values[valuesById[5] = "SCHEDULED"] = 5;
|
|
48394
48394
|
values[valuesById[6] = "EXTENSION"] = 6;
|
|
48395
|
-
values[valuesById[7] = "
|
|
48395
|
+
values[valuesById[7] = "DATABRICKS_APP"] = 7;
|
|
48396
48396
|
return values;
|
|
48397
48397
|
})();
|
|
48398
48398
|
|
package/package.json
CHANGED
|
@@ -1,18 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@replit/protocol",
|
|
3
|
-
"version": "0.4.23-dev.
|
|
3
|
+
"version": "0.4.23-dev.3",
|
|
4
4
|
"description": "JavaScript bindings for the Replit protocol",
|
|
5
5
|
"main": "main/index.js",
|
|
6
6
|
"types": "main/index.d.ts",
|
|
7
7
|
"author": "eng@replit.com",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"prepublishOnly": "pnpm run build",
|
|
10
|
-
"build": "pnpm run build:legacy && pnpm run build:esm",
|
|
11
|
-
"build:legacy": "pnpm run build:main && pnpm run build:iotester",
|
|
12
|
-
"build:main": "TARGET='./main/index' ./gen.sh fix",
|
|
13
|
-
"build:iotester": "TARGET='./iotester/index' ./gen.sh nofix ../../cmd/io-tester/lib/api/api.proto",
|
|
14
|
-
"build:esm": "./gen-pbts.sh"
|
|
15
|
-
},
|
|
16
8
|
"exports": {
|
|
17
9
|
".": {
|
|
18
10
|
"types": "./main/index.d.ts",
|
|
@@ -54,5 +46,12 @@
|
|
|
54
46
|
"@protobuf-ts/protoc": "^2.11.1",
|
|
55
47
|
"protobufjs-cli": "^1.1.2",
|
|
56
48
|
"typescript": "^5.9.3"
|
|
49
|
+
},
|
|
50
|
+
"scripts": {
|
|
51
|
+
"build": "pnpm run build:legacy && pnpm run build:esm",
|
|
52
|
+
"build:legacy": "pnpm run build:main && pnpm run build:iotester",
|
|
53
|
+
"build:main": "TARGET='./main/index' ./gen.sh fix",
|
|
54
|
+
"build:iotester": "TARGET='./iotester/index' ./gen.sh nofix ../../cmd/io-tester/lib/api/api.proto",
|
|
55
|
+
"build:esm": "./gen-pbts.sh"
|
|
57
56
|
}
|
|
58
|
-
}
|
|
57
|
+
}
|