@forge/cli-shared 3.7.0-next.3-experimental-2a9dda4 → 3.7.1-next.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.
|
@@ -2215,11 +2215,15 @@ var ShepherdDetectionScanningFrequency;
|
|
|
2215
2215
|
})(ShepherdDetectionScanningFrequency = exports.ShepherdDetectionScanningFrequency || (exports.ShepherdDetectionScanningFrequency = {}));
|
|
2216
2216
|
var ShepherdMutationErrorType;
|
|
2217
2217
|
(function (ShepherdMutationErrorType) {
|
|
2218
|
+
ShepherdMutationErrorType["BadRequest"] = "BAD_REQUEST";
|
|
2219
|
+
ShepherdMutationErrorType["InternalServerError"] = "INTERNAL_SERVER_ERROR";
|
|
2218
2220
|
ShepherdMutationErrorType["NoProductAccess"] = "NO_PRODUCT_ACCESS";
|
|
2219
2221
|
ShepherdMutationErrorType["Unauthorized"] = "UNAUTHORIZED";
|
|
2220
2222
|
})(ShepherdMutationErrorType = exports.ShepherdMutationErrorType || (exports.ShepherdMutationErrorType = {}));
|
|
2221
2223
|
var ShepherdQueryErrorType;
|
|
2222
2224
|
(function (ShepherdQueryErrorType) {
|
|
2225
|
+
ShepherdQueryErrorType["BadRequest"] = "BAD_REQUEST";
|
|
2226
|
+
ShepherdQueryErrorType["InternalServerError"] = "INTERNAL_SERVER_ERROR";
|
|
2223
2227
|
ShepherdQueryErrorType["NoProductAccess"] = "NO_PRODUCT_ACCESS";
|
|
2224
2228
|
ShepherdQueryErrorType["Unauthorized"] = "UNAUTHORIZED";
|
|
2225
2229
|
})(ShepherdQueryErrorType = exports.ShepherdQueryErrorType || (exports.ShepherdQueryErrorType = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.1-next.0",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@forge/manifest": "4.
|
|
15
|
+
"@forge/manifest": "4.8.0-next.0",
|
|
16
16
|
"@forge/util": "1.2.1",
|
|
17
17
|
"@sentry/node": "^7.29.0",
|
|
18
18
|
"array.prototype.flatmap": "^1.2.3",
|