@forge/cli-shared 6.7.0-next.10 → 6.7.0-next.11-experimental-ebf5733
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/CHANGELOG.md +29 -0
- package/out/apps/app-config.d.ts +1 -1
- package/out/apps/app-config.d.ts.map +1 -1
- package/out/apps/app-config.js +6 -3
- package/out/config/config-file-section-reader.d.ts +0 -2
- package/out/config/config-file-section-reader.d.ts.map +1 -1
- package/out/config/config-file-section-reader.js +0 -6
- package/out/config/config-file.d.ts +0 -10
- package/out/config/config-file.d.ts.map +1 -1
- package/out/config/config-file.js +1 -29
- package/out/config/config-section.d.ts +0 -4
- package/out/config/config-section.d.ts.map +1 -1
- package/out/config/config-section.js +0 -6
- package/out/config/config.d.ts +1 -5
- package/out/config/config.d.ts.map +1 -1
- package/out/graphql/graphql-types.d.ts +160 -4
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +34 -14
- package/out/service/statsig-service.d.ts +4 -2
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +3 -2
- package/out/ui/text.d.ts +0 -3
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +0 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.7.0-next.11-experimental-ebf5733
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 9471e5d: Package Node runtime in a central location and remove 'bundled'
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 70cd30c: Updated RoA web trigger module warning to be more generic
|
|
12
|
+
- 4879128: Revert Changes: Added config file utility method to only read appId and refactored commands to perform validation after command configuration
|
|
13
|
+
- cf5bc5c: Improve XPA error messages
|
|
14
|
+
- 272d770: Remove LaunchDarkly integration completely
|
|
15
|
+
- 78a006f: Fixed handling of product and site params without any value
|
|
16
|
+
- 30f197e: Refactoring to enable alternate bundler support
|
|
17
|
+
- Updated dependencies [2712852]
|
|
18
|
+
- Updated dependencies [009ab70]
|
|
19
|
+
- Updated dependencies [4c15b3a]
|
|
20
|
+
- Updated dependencies [359756b]
|
|
21
|
+
- Updated dependencies [34db0f6]
|
|
22
|
+
- Updated dependencies [01ca857]
|
|
23
|
+
- Updated dependencies [70badb7]
|
|
24
|
+
- @forge/manifest@8.8.0-next.5-experimental-ebf5733
|
|
25
|
+
|
|
26
|
+
## 6.7.0-next.11
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 4879128: Revert Changes: Added config file utility method to only read appId and refactored commands to perform validation after command configuration
|
|
31
|
+
|
|
3
32
|
## 6.7.0-next.10
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
package/out/apps/app-config.d.ts
CHANGED
|
@@ -9,5 +9,5 @@ export declare type AppConfigProvider = () => Promise<AppDetails>;
|
|
|
9
9
|
export declare function adjustLegacyAppId(legacyAppDetails: AppDetails): {
|
|
10
10
|
id: string;
|
|
11
11
|
};
|
|
12
|
-
export declare const
|
|
12
|
+
export declare const assertiveAppConfigProvider: (appConfigReader: ConfigSectionReader<AppDetails>) => AppConfigProvider;
|
|
13
13
|
//# sourceMappingURL=app-config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-config.d.ts","sourceRoot":"","sources":["../../src/apps/app-config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAG3B,OAAO,EAAa,mBAAmB,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"app-config.d.ts","sourceRoot":"","sources":["../../src/apps/app-config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAG3B,OAAO,EAAa,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAG3D,eAAO,MAAM,cAAc;;EAEzB,CAAC;AAEH,oBAAY,UAAU,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,cAAc,CAAC,CAAC;AACzD,eAAO,MAAM,YAAY,QAAQ,CAAC;AAElC,oBAAY,iBAAiB,GAAG,MAAM,OAAO,CAAC,UAAU,CAAC,CAAC;AAE1D,wBAAgB,iBAAiB,CAAC,gBAAgB,EAAE,UAAU;;EAQ7D;AAED,eAAO,MAAM,0BAA0B,oBACnB,oBAAoB,UAAU,CAAC,KAAG,iBAIxB,CAAC"}
|
package/out/apps/app-config.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.assertiveAppConfigProvider = exports.adjustLegacyAppId = exports.appConfigKey = exports.appConfigShape = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const t = tslib_1.__importStar(require("io-ts"));
|
|
6
6
|
const ari_1 = require("../ari");
|
|
7
7
|
const config_1 = require("../config");
|
|
8
|
+
const ui_1 = require("../ui");
|
|
8
9
|
exports.appConfigShape = t.type({
|
|
9
10
|
id: t.string
|
|
10
11
|
});
|
|
@@ -19,5 +20,7 @@ function adjustLegacyAppId(legacyAppDetails) {
|
|
|
19
20
|
};
|
|
20
21
|
}
|
|
21
22
|
exports.adjustLegacyAppId = adjustLegacyAppId;
|
|
22
|
-
const
|
|
23
|
-
|
|
23
|
+
const assertiveAppConfigProvider = (appConfigReader) => () => (0, config_1.assertive)(appConfigReader)
|
|
24
|
+
.readConfigSectionOrThrow(ui_1.Text.config.missing, ui_1.Text.config.invalid)
|
|
25
|
+
.then(adjustLegacyAppId);
|
|
26
|
+
exports.assertiveAppConfigProvider = assertiveAppConfigProvider;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import * as t from 'io-ts';
|
|
2
|
-
import { EcosystemAppAri } from '@forge/util/packages/ari';
|
|
3
2
|
import { ConfigReader } from './config';
|
|
4
3
|
import { Codec, CodecType, InnerType } from './config-codec-types';
|
|
5
4
|
import { ConfigSectionReader } from './config-section';
|
|
@@ -9,7 +8,6 @@ export declare class ConfigFileSectionReader {
|
|
|
9
8
|
private readonly configReader;
|
|
10
9
|
constructor(configReader: ConfigReader);
|
|
11
10
|
readConfigSection<K extends string, V extends Codec>(key: K, schema: CodecType<V>): Promise<InnerType<V> | 'missing' | 'invalid'>;
|
|
12
|
-
readAppId(): Promise<EcosystemAppAri>;
|
|
13
11
|
}
|
|
14
12
|
export declare const configFileReaderForSection: <K extends string, P extends Codec>(key: K, schema: CodecType<P>, configReader: ConfigReader) => ConfigSectionReader<InnerType<P>>;
|
|
15
13
|
//# sourceMappingURL=config-file-section-reader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config-file-section-reader.d.ts","sourceRoot":"","sources":["../../src/config/config-file-section-reader.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"config-file-section-reader.d.ts","sourceRoot":"","sources":["../../src/config/config-file-section-reader.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEvD,eAAO,MAAM,aAAa,aAAa,CAAC;AACxC,oBAAY,kBAAkB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,aAAa,CAAC,CAAC;AAEhE,qBAAa,uBAAuB;IACtB,OAAO,CAAC,QAAQ,CAAC,YAAY;gBAAZ,YAAY,EAAE,YAAY;IAE1C,iBAAiB,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,KAAK,EAC9D,GAAG,EAAE,CAAC,EACN,MAAM,EAAE,SAAS,CAAC,CAAC,CAAC,GACnB,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,SAAS,GAAG,SAAS,CAAC;CAWjD;AAcD,eAAO,MAAM,0BAA0B,kFAGvB,YAAY,sCAG3B,CAAC"}
|
|
@@ -22,9 +22,6 @@ class ConfigFileSectionReader {
|
|
|
22
22
|
return 'missing';
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
|
-
async readAppId() {
|
|
26
|
-
return await this.configReader.readAppId();
|
|
27
|
-
}
|
|
28
25
|
}
|
|
29
26
|
exports.ConfigFileSectionReader = ConfigFileSectionReader;
|
|
30
27
|
class ShapedConfigFileSectionReader {
|
|
@@ -39,9 +36,6 @@ class ShapedConfigFileSectionReader {
|
|
|
39
36
|
readConfigSection() {
|
|
40
37
|
return this.configSectionReader.readConfigSection(this.key, this.schema);
|
|
41
38
|
}
|
|
42
|
-
readAppId() {
|
|
43
|
-
return this.configSectionReader.readAppId();
|
|
44
|
-
}
|
|
45
39
|
}
|
|
46
40
|
const configFileReaderForSection = (key, schema, configReader) => {
|
|
47
41
|
return new ShapedConfigFileSectionReader(new ConfigFileSectionReader(configReader), key, schema);
|
|
@@ -3,16 +3,12 @@ import { ConfigReader, ConfigWriter } from './';
|
|
|
3
3
|
import { Modules, ManifestSchema, Resources } from '@forge/manifest';
|
|
4
4
|
import { UserError, ValidationError } from '../shared';
|
|
5
5
|
import { RuntimeType } from '../runtimes';
|
|
6
|
-
import { EcosystemAppAri } from '@forge/util/packages/ari';
|
|
7
6
|
export declare class InvalidManifestError extends ValidationError {
|
|
8
7
|
constructor();
|
|
9
8
|
}
|
|
10
9
|
export declare class ResourceDefinitionMissingError extends UserError {
|
|
11
10
|
constructor(resources: string[]);
|
|
12
11
|
}
|
|
13
|
-
export declare class InvalidConfigAppId extends UserError {
|
|
14
|
-
constructor(appId: string);
|
|
15
|
-
}
|
|
16
12
|
export interface Handler {
|
|
17
13
|
module: string;
|
|
18
14
|
func: string;
|
|
@@ -32,7 +28,6 @@ export declare class ConfigFile implements ConfigReader, ConfigWriter, ConfigInt
|
|
|
32
28
|
private readonly fileWriter;
|
|
33
29
|
private readonly manifestParser;
|
|
34
30
|
constructor(fileReader: FileSystemReader, fileWriter: FileSystemWriter);
|
|
35
|
-
readAppId(): Promise<EcosystemAppAri>;
|
|
36
31
|
getAppHandlers(): Promise<Array<Handler>>;
|
|
37
32
|
readConfig(): Promise<ManifestSchema>;
|
|
38
33
|
snapshotsEnabled(): Promise<boolean>;
|
|
@@ -57,9 +52,4 @@ export declare class ConfigFile implements ConfigReader, ConfigWriter, ConfigInt
|
|
|
57
52
|
getConnectKey(): Promise<string | undefined>;
|
|
58
53
|
private getResourceType;
|
|
59
54
|
}
|
|
60
|
-
export declare class RawConfigFile extends ConfigFile {
|
|
61
|
-
private rawFileReader;
|
|
62
|
-
constructor(fileReader: FileSystemReader, fileWriter: FileSystemWriter);
|
|
63
|
-
readConfig(): Promise<ManifestSchema>;
|
|
64
|
-
}
|
|
65
55
|
//# sourceMappingURL=config-file.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config-file.d.ts","sourceRoot":"","sources":["../../src/config/config-file.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGpE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAoB,MAAM,IAAI,CAAC;AAGlE,OAAO,EACL,OAAO,EACP,cAAc,EACd,SAAS,EAMV,MAAM,iBAAiB,CAAC;AAGzB,OAAO,EAAE,SAAS,EAAE,eAAe,EAAQ,MAAM,WAAW,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAkB,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"config-file.d.ts","sourceRoot":"","sources":["../../src/config/config-file.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGpE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAoB,MAAM,IAAI,CAAC;AAGlE,OAAO,EACL,OAAO,EACP,cAAc,EACd,SAAS,EAMV,MAAM,iBAAiB,CAAC;AAGzB,OAAO,EAAE,SAAS,EAAE,eAAe,EAAQ,MAAM,WAAW,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAkB,MAAM,aAAa,CAAC;AAE1D,qBAAa,oBAAqB,SAAQ,eAAe;;CAIxD;AAED,qBAAa,8BAA+B,SAAQ,SAAS;gBAC/C,SAAS,EAAE,MAAM,EAAE;CAGhC;AAED,MAAM,WAAW,OAAO;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,gBAAgB;IAC/B,cAAc,IAAI,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;IAC1C,gBAAgB,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;CACtC;AAED,oBAAY,QAAQ,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;AACpC,oBAAY,cAAc,GAAG,UAAU,GAAG,UAAU,GAAG,SAAS,CAAC;AACjE,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,YAAY,EAAE,cAAc,CAAC;CAC9B;AAgBD,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,OAAO,GAAG,MAAM,EAAE,CA6D5D;AAED,qBAAa,UAAW,YAAW,YAAY,EAAE,YAAY,EAAE,gBAAgB;IAG3E,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,UAAU;IAH7B,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAiB;gBAE7B,UAAU,EAAE,gBAAgB,EAC5B,UAAU,EAAE,gBAAgB;IAKlC,cAAc,IAAI,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IAiBzC,UAAU,IAAI,OAAO,CAAC,cAAc,CAAC;IAYrC,gBAAgB,IAAI,OAAO,CAAC,OAAO,CAAC;IAMpC,WAAW,IAAI,OAAO,CAAC,WAAW,CAAC;IAMhD,OAAO,CAAC,kBAAkB;IAoBb,uBAAuB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAajE,OAAO,CAAC,aAAa;IAIR,iBAAiB,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,MAAM,EAAE,SAAS,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;IAe1G,OAAO,CAAC,wBAAwB;IAKhC,OAAO,CAAC,wBAAwB;IAgBhC,OAAO,CAAC,6BAA6B;IAarC,OAAO,CAAC,gBAAgB;IAIX,oBAAoB,IAAI,OAAO,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,EAAE,GAAG,SAAS,CAAA;KAAE,EAAE,CAAC;IAoClF,gBAAgB,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAe1E,YAAY,CAAC,aAAa,CAAC,EAAE,cAAc,EAAE,GAAG,OAAO,CAAC,eAAe,EAAE,CAAC;IAsB1E,aAAa,IAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;IAKzD,OAAO,CAAC,eAAe;CA0BxB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ConfigFile = exports.findUIKit1Modules = exports.ResourceDefinitionMissingError = exports.InvalidManifestError = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const yaml_1 = require("yaml");
|
|
6
6
|
const ui_1 = require("../ui");
|
|
@@ -11,7 +11,6 @@ const manifest_1 = require("@forge/manifest");
|
|
|
11
11
|
const url_1 = require("url");
|
|
12
12
|
const shared_1 = require("../shared");
|
|
13
13
|
const runtimes_1 = require("../runtimes");
|
|
14
|
-
const ari_1 = require("@forge/util/packages/ari");
|
|
15
14
|
class InvalidManifestError extends shared_1.ValidationError {
|
|
16
15
|
constructor() {
|
|
17
16
|
super(ui_1.Text.artifact.error.invalidYaml(_1.manifestFileName));
|
|
@@ -24,12 +23,6 @@ class ResourceDefinitionMissingError extends shared_1.UserError {
|
|
|
24
23
|
}
|
|
25
24
|
}
|
|
26
25
|
exports.ResourceDefinitionMissingError = ResourceDefinitionMissingError;
|
|
27
|
-
class InvalidConfigAppId extends shared_1.UserError {
|
|
28
|
-
constructor(appId) {
|
|
29
|
-
super(ui_1.Text.config.appId.invalid(appId));
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
exports.InvalidConfigAppId = InvalidConfigAppId;
|
|
33
26
|
const isUIKit1 = (module) => {
|
|
34
27
|
return (typeof module === 'object' &&
|
|
35
28
|
module !== null &&
|
|
@@ -107,15 +100,6 @@ class ConfigFile {
|
|
|
107
100
|
this.fileWriter = fileWriter;
|
|
108
101
|
this.manifestParser = new manifest_1.ManifestParserBuilder().withInterpolators().build();
|
|
109
102
|
}
|
|
110
|
-
async readAppId() {
|
|
111
|
-
const manifestFileContents = await this.readConfig();
|
|
112
|
-
try {
|
|
113
|
-
return ari_1.EcosystemAppAri.parse(manifestFileContents.app?.id);
|
|
114
|
-
}
|
|
115
|
-
catch {
|
|
116
|
-
throw new InvalidConfigAppId(manifestFileContents.app?.id);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
103
|
async getAppHandlers() {
|
|
120
104
|
const config = await this.readConfig();
|
|
121
105
|
const functions = config.modules?.function ?? [];
|
|
@@ -302,15 +286,3 @@ class ConfigFile {
|
|
|
302
286
|
}
|
|
303
287
|
}
|
|
304
288
|
exports.ConfigFile = ConfigFile;
|
|
305
|
-
class RawConfigFile extends ConfigFile {
|
|
306
|
-
rawFileReader;
|
|
307
|
-
constructor(fileReader, fileWriter) {
|
|
308
|
-
super(fileReader, fileWriter);
|
|
309
|
-
this.rawFileReader = fileReader;
|
|
310
|
-
}
|
|
311
|
-
async readConfig() {
|
|
312
|
-
const manifest = this.rawFileReader.readFile(_1.manifestFileName);
|
|
313
|
-
return (0, yaml_1.parse)(manifest);
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
exports.RawConfigFile = RawConfigFile;
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { EcosystemAppAri } from '@forge/util/packages/ari';
|
|
2
|
-
import { AppDetails } from '../index';
|
|
3
1
|
export interface ConfigSectionReader<V extends object> {
|
|
4
2
|
readConfigSection(): Promise<V | 'missing' | 'invalid'>;
|
|
5
|
-
readAppId(): Promise<EcosystemAppAri>;
|
|
6
3
|
}
|
|
7
4
|
export interface ConfigSectionWriter<V extends object> {
|
|
8
5
|
writeConfigSection(configSection: V): Promise<void>;
|
|
@@ -16,7 +13,6 @@ export declare class AssertiveConfigSectionReader<V extends object> {
|
|
|
16
13
|
private readonly configSectionReader;
|
|
17
14
|
constructor(configSectionReader: ConfigSectionReader<V>);
|
|
18
15
|
readConfigSectionOrThrow(missingMessage: string, invalidMessage: string): Promise<V>;
|
|
19
|
-
readConfigAppIdOrThrow(): Promise<AppDetails>;
|
|
20
16
|
}
|
|
21
17
|
export declare const assertive: <V extends object>(configSectionReader: ConfigSectionReader<V>) => AssertiveConfigSectionReader<V>;
|
|
22
18
|
//# sourceMappingURL=config-section.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config-section.d.ts","sourceRoot":"","sources":["../../src/config/config-section.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"config-section.d.ts","sourceRoot":"","sources":["../../src/config/config-section.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB,CAAC,CAAC,SAAS,MAAM;IACnD,iBAAiB,IAAI,OAAO,CAAC,CAAC,GAAG,SAAS,GAAG,SAAS,CAAC,CAAC;CACzD;AAED,MAAM,WAAW,mBAAmB,CAAC,CAAC,SAAS,MAAM;IACnD,kBAAkB,CAAC,aAAa,EAAE,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACpD,uBAAuB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACtD;AAED,qBAAa,yBAA0B,SAAQ,KAAK;CAAG;AACvD,qBAAa,0BAA2B,SAAQ,KAAK;CAAG;AAExD,qBAAa,4BAA4B,CAAC,CAAC,SAAS,MAAM;IAC5C,OAAO,CAAC,QAAQ,CAAC,mBAAmB;gBAAnB,mBAAmB,EAAE,mBAAmB,CAAC,CAAC,CAAC;IAE3D,wBAAwB,CAAC,cAAc,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC;CAUlG;AAED,eAAO,MAAM,SAAS,oGAEwE,CAAC"}
|
|
@@ -24,12 +24,6 @@ class AssertiveConfigSectionReader {
|
|
|
24
24
|
return configValue;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
async readConfigAppIdOrThrow() {
|
|
28
|
-
const appId = await this.configSectionReader.readAppId();
|
|
29
|
-
return {
|
|
30
|
-
id: appId.toString()
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
27
|
}
|
|
34
28
|
exports.AssertiveConfigSectionReader = AssertiveConfigSectionReader;
|
|
35
29
|
const assertive = (configSectionReader) => new AssertiveConfigSectionReader(configSectionReader);
|
package/out/config/config.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ManifestSchema, Resources } from '@forge/manifest';
|
|
2
|
-
import { EcosystemAppAri } from '@forge/util/packages/ari';
|
|
3
2
|
export declare const manifestFileName = "manifest.yml";
|
|
4
3
|
export declare const dependencyFileNames: string[];
|
|
5
4
|
export declare const ModuleEntryPoints: readonly ["view", "edit", "create", "contextConfig", "config", "target"];
|
|
@@ -15,12 +14,9 @@ export declare type HostedResourcesModule = BaseModule & {
|
|
|
15
14
|
} & {
|
|
16
15
|
[entryPoint in ModuleEntryPoint]?: HostedResourcesModule;
|
|
17
16
|
};
|
|
18
|
-
export interface ConfigReader
|
|
17
|
+
export interface ConfigReader {
|
|
19
18
|
readConfig(): Promise<ManifestSchema>;
|
|
20
19
|
}
|
|
21
|
-
export interface ConfigAppIdReader {
|
|
22
|
-
readAppId(): Promise<EcosystemAppAri>;
|
|
23
|
-
}
|
|
24
20
|
export interface ConfigWriter {
|
|
25
21
|
writeToConfigFile<K extends string, V extends object>(configKey: K, config: V): Promise<void>;
|
|
26
22
|
prependAppNameToModules(name: string): Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/config/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/config/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5D,eAAO,MAAM,gBAAgB,iBAAiB,CAAC;AAC/C,eAAO,MAAM,mBAAmB,UAAqD,CAAC;AAEtF,eAAO,MAAM,iBAAiB,0EAA2E,CAAC;AAC1G,oBAAY,gBAAgB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAElE,oBAAY,UAAU,GAAG;IACvB,GAAG,EAAE,MAAM,CAAC;CACb,GAAG;KACD,UAAU,IAAI,gBAAgB,CAAC,CAAC,EAAE,UAAU;CAC9C,CAAC;AAEF,oBAAY,qBAAqB,GAAG,UAAU,GAAG;IAC/C,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC/B,GAAG;KACD,UAAU,IAAI,gBAAgB,CAAC,CAAC,EAAE,qBAAqB;CACzD,CAAC;AAEF,MAAM,WAAW,YAAY;IAC3B,UAAU,IAAI,OAAO,CAAC,cAAc,CAAC,CAAC;CACvC;AAED,MAAM,WAAW,YAAY;IAC3B,iBAAiB,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,MAAM,EAAE,SAAS,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9F,uBAAuB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACtD;AAED,eAAO,MAAM,gBAAgB,aAAc,GAAG,0BAG7C,CAAC;AAEF,eAAO,MAAM,sBAAsB,WAAY,GAAG,oCAGjD,CAAC"}
|
|
@@ -23662,6 +23662,7 @@ export declare type EcosystemMarketplaceAppVersion = {
|
|
|
23662
23662
|
buildNumber: Scalars['Float']['output'];
|
|
23663
23663
|
deployment?: Maybe<EcosystemMarketplaceAppDeployment>;
|
|
23664
23664
|
editionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
23665
|
+
endUserLicenseAgreementUrl?: Maybe<Scalars['String']['output']>;
|
|
23665
23666
|
isSupported?: Maybe<Scalars['Boolean']['output']>;
|
|
23666
23667
|
paymentModel?: Maybe<EcosystemMarketplacePaymentModel>;
|
|
23667
23668
|
version: Scalars['String']['output'];
|
|
@@ -30779,8 +30780,10 @@ export declare type GraphStore = {
|
|
|
30779
30780
|
userCreatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkInverseConnection>;
|
|
30780
30781
|
userCreatedRepository?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryConnection>;
|
|
30781
30782
|
userCreatedRepositoryInverse?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryInverseConnection>;
|
|
30783
|
+
userCreatedVideo?: Maybe<GraphStoreSimplifiedUserCreatedVideoConnection>;
|
|
30782
30784
|
userCreatedVideoComment?: Maybe<GraphStoreSimplifiedUserCreatedVideoCommentConnection>;
|
|
30783
30785
|
userCreatedVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedVideoCommentInverseConnection>;
|
|
30786
|
+
userCreatedVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedVideoInverseConnection>;
|
|
30784
30787
|
userFavoritedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection>;
|
|
30785
30788
|
userFavoritedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostInverseConnection>;
|
|
30786
30789
|
userFavoritedConfluenceDatabase?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseConnection>;
|
|
@@ -32147,6 +32150,7 @@ export declare type GraphStoreIssueHasAssigneeInverseArgs = {
|
|
|
32147
32150
|
export declare type GraphStoreIssueHasAutodevJobArgs = {
|
|
32148
32151
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32149
32152
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32153
|
+
filter?: InputMaybe<GraphStoreIssueHasAutodevJobFilterInput>;
|
|
32150
32154
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32151
32155
|
id: Scalars['ID']['input'];
|
|
32152
32156
|
sort?: InputMaybe<GraphStoreIssueHasAutodevJobSortInput>;
|
|
@@ -32154,6 +32158,7 @@ export declare type GraphStoreIssueHasAutodevJobArgs = {
|
|
|
32154
32158
|
export declare type GraphStoreIssueHasAutodevJobInverseArgs = {
|
|
32155
32159
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32156
32160
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32161
|
+
filter?: InputMaybe<GraphStoreIssueHasAutodevJobFilterInput>;
|
|
32157
32162
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32158
32163
|
id: Scalars['ID']['input'];
|
|
32159
32164
|
sort?: InputMaybe<GraphStoreIssueHasAutodevJobSortInput>;
|
|
@@ -32742,6 +32747,7 @@ export declare type GraphStorePrInRepoRelationshipArgs = {
|
|
|
32742
32747
|
export declare type GraphStoreProjectAssociatedAutodevJobArgs = {
|
|
32743
32748
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32744
32749
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32750
|
+
filter?: InputMaybe<GraphStoreProjectAssociatedAutodevJobFilterInput>;
|
|
32745
32751
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32746
32752
|
id: Scalars['ID']['input'];
|
|
32747
32753
|
sort?: InputMaybe<GraphStoreProjectAssociatedAutodevJobSortInput>;
|
|
@@ -32749,6 +32755,7 @@ export declare type GraphStoreProjectAssociatedAutodevJobArgs = {
|
|
|
32749
32755
|
export declare type GraphStoreProjectAssociatedAutodevJobInverseArgs = {
|
|
32750
32756
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32751
32757
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32758
|
+
filter?: InputMaybe<GraphStoreProjectAssociatedAutodevJobFilterInput>;
|
|
32752
32759
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32753
32760
|
id: Scalars['ID']['input'];
|
|
32754
32761
|
sort?: InputMaybe<GraphStoreProjectAssociatedAutodevJobSortInput>;
|
|
@@ -34261,6 +34268,13 @@ export declare type GraphStoreUserCreatedRepositoryInverseArgs = {
|
|
|
34261
34268
|
id: Scalars['ID']['input'];
|
|
34262
34269
|
sort?: InputMaybe<GraphStoreUserCreatedRepositorySortInput>;
|
|
34263
34270
|
};
|
|
34271
|
+
export declare type GraphStoreUserCreatedVideoArgs = {
|
|
34272
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34273
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34274
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34275
|
+
id: Scalars['ID']['input'];
|
|
34276
|
+
sort?: InputMaybe<GraphStoreUserCreatedVideoSortInput>;
|
|
34277
|
+
};
|
|
34264
34278
|
export declare type GraphStoreUserCreatedVideoCommentArgs = {
|
|
34265
34279
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34266
34280
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34275,6 +34289,13 @@ export declare type GraphStoreUserCreatedVideoCommentInverseArgs = {
|
|
|
34275
34289
|
id: Scalars['ID']['input'];
|
|
34276
34290
|
sort?: InputMaybe<GraphStoreUserCreatedVideoCommentSortInput>;
|
|
34277
34291
|
};
|
|
34292
|
+
export declare type GraphStoreUserCreatedVideoInverseArgs = {
|
|
34293
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34294
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34295
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34296
|
+
id: Scalars['ID']['input'];
|
|
34297
|
+
sort?: InputMaybe<GraphStoreUserCreatedVideoSortInput>;
|
|
34298
|
+
};
|
|
34278
34299
|
export declare type GraphStoreUserFavoritedConfluenceBlogpostArgs = {
|
|
34279
34300
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34280
34301
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -40696,8 +40717,43 @@ export declare type GraphStoreIssueChangesComponentSortInput = {
|
|
|
40696
40717
|
export declare type GraphStoreIssueHasAssigneeSortInput = {
|
|
40697
40718
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40698
40719
|
};
|
|
40720
|
+
export declare enum GraphStoreIssueHasAutodevJobAutodevJobStatus {
|
|
40721
|
+
Cancelled = "CANCELLED",
|
|
40722
|
+
Completed = "COMPLETED",
|
|
40723
|
+
Failed = "FAILED",
|
|
40724
|
+
InProgress = "IN_PROGRESS",
|
|
40725
|
+
Pending = "PENDING",
|
|
40726
|
+
Unknown = "UNKNOWN"
|
|
40727
|
+
}
|
|
40728
|
+
export declare type GraphStoreIssueHasAutodevJobAutodevJobStatusFilterInput = {
|
|
40729
|
+
is?: InputMaybe<Array<GraphStoreIssueHasAutodevJobAutodevJobStatus>>;
|
|
40730
|
+
isNot?: InputMaybe<Array<GraphStoreIssueHasAutodevJobAutodevJobStatus>>;
|
|
40731
|
+
};
|
|
40732
|
+
export declare type GraphStoreIssueHasAutodevJobConditionalFilterInput = {
|
|
40733
|
+
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
40734
|
+
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
40735
|
+
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
40736
|
+
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
40737
|
+
to_agentAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40738
|
+
to_createdAt?: InputMaybe<GraphStoreLongFilterInput>;
|
|
40739
|
+
to_jobOwnerAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40740
|
+
to_status?: InputMaybe<GraphStoreIssueHasAutodevJobAutodevJobStatusFilterInput>;
|
|
40741
|
+
to_updatedAt?: InputMaybe<GraphStoreLongFilterInput>;
|
|
40742
|
+
};
|
|
40743
|
+
export declare type GraphStoreIssueHasAutodevJobFilterInput = {
|
|
40744
|
+
and?: InputMaybe<Array<InputMaybe<GraphStoreIssueHasAutodevJobConditionalFilterInput>>>;
|
|
40745
|
+
or?: InputMaybe<Array<InputMaybe<GraphStoreIssueHasAutodevJobConditionalFilterInput>>>;
|
|
40746
|
+
};
|
|
40699
40747
|
export declare type GraphStoreIssueHasAutodevJobSortInput = {
|
|
40748
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40749
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
40700
40750
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40751
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40752
|
+
to_agentAri?: InputMaybe<GraphStoreSortInput>;
|
|
40753
|
+
to_createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40754
|
+
to_jobOwnerAri?: InputMaybe<GraphStoreSortInput>;
|
|
40755
|
+
to_status?: InputMaybe<GraphStoreSortInput>;
|
|
40756
|
+
to_updatedAt?: InputMaybe<GraphStoreSortInput>;
|
|
40701
40757
|
};
|
|
40702
40758
|
export declare type GraphStoreIssueMentionedInConversationSortInput = {
|
|
40703
40759
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -41126,8 +41182,43 @@ export declare type GraphStorePositionAllocatedToFocusAreaSortInput = {
|
|
|
41126
41182
|
export declare type GraphStorePrInRepoSortInput = {
|
|
41127
41183
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41128
41184
|
};
|
|
41185
|
+
export declare enum GraphStoreProjectAssociatedAutodevJobAutodevJobStatus {
|
|
41186
|
+
Cancelled = "CANCELLED",
|
|
41187
|
+
Completed = "COMPLETED",
|
|
41188
|
+
Failed = "FAILED",
|
|
41189
|
+
InProgress = "IN_PROGRESS",
|
|
41190
|
+
Pending = "PENDING",
|
|
41191
|
+
Unknown = "UNKNOWN"
|
|
41192
|
+
}
|
|
41193
|
+
export declare type GraphStoreProjectAssociatedAutodevJobAutodevJobStatusFilterInput = {
|
|
41194
|
+
is?: InputMaybe<Array<GraphStoreProjectAssociatedAutodevJobAutodevJobStatus>>;
|
|
41195
|
+
isNot?: InputMaybe<Array<GraphStoreProjectAssociatedAutodevJobAutodevJobStatus>>;
|
|
41196
|
+
};
|
|
41197
|
+
export declare type GraphStoreProjectAssociatedAutodevJobConditionalFilterInput = {
|
|
41198
|
+
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
41199
|
+
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
41200
|
+
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
41201
|
+
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
41202
|
+
to_agentAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
41203
|
+
to_createdAt?: InputMaybe<GraphStoreLongFilterInput>;
|
|
41204
|
+
to_jobOwnerAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
41205
|
+
to_status?: InputMaybe<GraphStoreProjectAssociatedAutodevJobAutodevJobStatusFilterInput>;
|
|
41206
|
+
to_updatedAt?: InputMaybe<GraphStoreLongFilterInput>;
|
|
41207
|
+
};
|
|
41208
|
+
export declare type GraphStoreProjectAssociatedAutodevJobFilterInput = {
|
|
41209
|
+
and?: InputMaybe<Array<InputMaybe<GraphStoreProjectAssociatedAutodevJobConditionalFilterInput>>>;
|
|
41210
|
+
or?: InputMaybe<Array<InputMaybe<GraphStoreProjectAssociatedAutodevJobConditionalFilterInput>>>;
|
|
41211
|
+
};
|
|
41129
41212
|
export declare type GraphStoreProjectAssociatedAutodevJobSortInput = {
|
|
41213
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
41214
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
41130
41215
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41216
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
41217
|
+
to_agentAri?: InputMaybe<GraphStoreSortInput>;
|
|
41218
|
+
to_createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
41219
|
+
to_jobOwnerAri?: InputMaybe<GraphStoreSortInput>;
|
|
41220
|
+
to_status?: InputMaybe<GraphStoreSortInput>;
|
|
41221
|
+
to_updatedAt?: InputMaybe<GraphStoreSortInput>;
|
|
41131
41222
|
};
|
|
41132
41223
|
export declare type GraphStoreProjectAssociatedBranchSortInput = {
|
|
41133
41224
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -43375,10 +43466,12 @@ export declare type GraphStoreSimplifiedIssueHasAssigneeInverseEdge = {
|
|
|
43375
43466
|
};
|
|
43376
43467
|
export declare type GraphStoreSimplifiedIssueHasAssigneeInverseUnion = JiraIssue;
|
|
43377
43468
|
export declare type GraphStoreSimplifiedIssueHasAssigneeUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43378
|
-
export declare type GraphStoreSimplifiedIssueHasAutodevJobConnection = HasPageInfo & {
|
|
43469
|
+
export declare type GraphStoreSimplifiedIssueHasAutodevJobConnection = HasPageInfo & HasTotal & {
|
|
43379
43470
|
__typename?: 'GraphStoreSimplifiedIssueHasAutodevJobConnection';
|
|
43380
43471
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasAutodevJobEdge>>>;
|
|
43472
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
43381
43473
|
pageInfo: PageInfo;
|
|
43474
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
43382
43475
|
};
|
|
43383
43476
|
export declare type GraphStoreSimplifiedIssueHasAutodevJobEdge = {
|
|
43384
43477
|
__typename?: 'GraphStoreSimplifiedIssueHasAutodevJobEdge';
|
|
@@ -43388,10 +43481,12 @@ export declare type GraphStoreSimplifiedIssueHasAutodevJobEdge = {
|
|
|
43388
43481
|
lastUpdated: Scalars['DateTime']['output'];
|
|
43389
43482
|
node?: Maybe<GraphStoreSimplifiedIssueHasAutodevJobUnion>;
|
|
43390
43483
|
};
|
|
43391
|
-
export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseConnection = HasPageInfo & {
|
|
43484
|
+
export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseConnection = HasPageInfo & HasTotal & {
|
|
43392
43485
|
__typename?: 'GraphStoreSimplifiedIssueHasAutodevJobInverseConnection';
|
|
43393
43486
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasAutodevJobInverseEdge>>>;
|
|
43487
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
43394
43488
|
pageInfo: PageInfo;
|
|
43489
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
43395
43490
|
};
|
|
43396
43491
|
export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseEdge = {
|
|
43397
43492
|
__typename?: 'GraphStoreSimplifiedIssueHasAutodevJobInverseEdge';
|
|
@@ -44221,10 +44316,12 @@ export declare type GraphStoreSimplifiedPrInRepoInverseEdge = {
|
|
|
44221
44316
|
};
|
|
44222
44317
|
export declare type GraphStoreSimplifiedPrInRepoInverseUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
44223
44318
|
export declare type GraphStoreSimplifiedPrInRepoUnion = DevOpsRepository | ExternalRepository;
|
|
44224
|
-
export declare type GraphStoreSimplifiedProjectAssociatedAutodevJobConnection = HasPageInfo & {
|
|
44319
|
+
export declare type GraphStoreSimplifiedProjectAssociatedAutodevJobConnection = HasPageInfo & HasTotal & {
|
|
44225
44320
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedAutodevJobConnection';
|
|
44226
44321
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedAutodevJobEdge>>>;
|
|
44322
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
44227
44323
|
pageInfo: PageInfo;
|
|
44324
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
44228
44325
|
};
|
|
44229
44326
|
export declare type GraphStoreSimplifiedProjectAssociatedAutodevJobEdge = {
|
|
44230
44327
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedAutodevJobEdge';
|
|
@@ -44234,10 +44331,12 @@ export declare type GraphStoreSimplifiedProjectAssociatedAutodevJobEdge = {
|
|
|
44234
44331
|
lastUpdated: Scalars['DateTime']['output'];
|
|
44235
44332
|
node?: Maybe<GraphStoreSimplifiedProjectAssociatedAutodevJobUnion>;
|
|
44236
44333
|
};
|
|
44237
|
-
export declare type GraphStoreSimplifiedProjectAssociatedAutodevJobInverseConnection = HasPageInfo & {
|
|
44334
|
+
export declare type GraphStoreSimplifiedProjectAssociatedAutodevJobInverseConnection = HasPageInfo & HasTotal & {
|
|
44238
44335
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedAutodevJobInverseConnection';
|
|
44239
44336
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedAutodevJobInverseEdge>>>;
|
|
44337
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
44240
44338
|
pageInfo: PageInfo;
|
|
44339
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
44241
44340
|
};
|
|
44242
44341
|
export declare type GraphStoreSimplifiedProjectAssociatedAutodevJobInverseEdge = {
|
|
44243
44342
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedAutodevJobInverseEdge';
|
|
@@ -46509,6 +46608,34 @@ export declare type GraphStoreSimplifiedUserCreatedVideoCommentInverseEdge = {
|
|
|
46509
46608
|
};
|
|
46510
46609
|
export declare type GraphStoreSimplifiedUserCreatedVideoCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46511
46610
|
export declare type GraphStoreSimplifiedUserCreatedVideoCommentUnion = LoomComment;
|
|
46611
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoConnection = HasPageInfo & {
|
|
46612
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoConnection';
|
|
46613
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedVideoEdge>>>;
|
|
46614
|
+
pageInfo: PageInfo;
|
|
46615
|
+
};
|
|
46616
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoEdge = {
|
|
46617
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoEdge';
|
|
46618
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46619
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46620
|
+
id: Scalars['ID']['output'];
|
|
46621
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46622
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedVideoUnion>;
|
|
46623
|
+
};
|
|
46624
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoInverseConnection = HasPageInfo & {
|
|
46625
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoInverseConnection';
|
|
46626
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedVideoInverseEdge>>>;
|
|
46627
|
+
pageInfo: PageInfo;
|
|
46628
|
+
};
|
|
46629
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoInverseEdge = {
|
|
46630
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoInverseEdge';
|
|
46631
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46632
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46633
|
+
id: Scalars['ID']['output'];
|
|
46634
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46635
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedVideoInverseUnion>;
|
|
46636
|
+
};
|
|
46637
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46638
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoUnion = LoomVideo;
|
|
46512
46639
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection = HasPageInfo & {
|
|
46513
46640
|
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection';
|
|
46514
46641
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostEdge>>>;
|
|
@@ -48770,6 +48897,9 @@ export declare type GraphStoreUserCreatedRepositorySortInput = {
|
|
|
48770
48897
|
export declare type GraphStoreUserCreatedVideoCommentSortInput = {
|
|
48771
48898
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48772
48899
|
};
|
|
48900
|
+
export declare type GraphStoreUserCreatedVideoSortInput = {
|
|
48901
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48902
|
+
};
|
|
48773
48903
|
export declare type GraphStoreUserFavoritedConfluenceBlogpostSortInput = {
|
|
48774
48904
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48775
48905
|
};
|
|
@@ -51098,6 +51228,7 @@ export declare enum HelpObjectStoreArticleSearchStrategy {
|
|
|
51098
51228
|
}
|
|
51099
51229
|
export declare enum HelpObjectStoreArticleSourceSystem {
|
|
51100
51230
|
Confluence = "CONFLUENCE",
|
|
51231
|
+
CrossSiteConfluence = "CROSS_SITE_CONFLUENCE",
|
|
51101
51232
|
External = "EXTERNAL",
|
|
51102
51233
|
GoogleDrive = "GOOGLE_DRIVE",
|
|
51103
51234
|
Sharepoint = "SHAREPOINT"
|
|
@@ -58767,6 +58898,21 @@ export declare enum JiraIssueViewAttachmentPanelViewMode {
|
|
|
58767
58898
|
ListView = "LIST_VIEW",
|
|
58768
58899
|
StripView = "STRIP_VIEW"
|
|
58769
58900
|
}
|
|
58901
|
+
export declare type JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateType = {
|
|
58902
|
+
__typename?: 'JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateType';
|
|
58903
|
+
dismissUntilDateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
58904
|
+
templateId?: Maybe<Scalars['String']['output']>;
|
|
58905
|
+
};
|
|
58906
|
+
export declare type JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateTypeConnection = {
|
|
58907
|
+
__typename?: 'JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateTypeConnection';
|
|
58908
|
+
edges?: Maybe<Array<Maybe<JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateTypeEdge>>>;
|
|
58909
|
+
pageInfo: PageInfo;
|
|
58910
|
+
};
|
|
58911
|
+
export declare type JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateTypeEdge = {
|
|
58912
|
+
__typename?: 'JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateTypeEdge';
|
|
58913
|
+
cursor: Scalars['String']['output'];
|
|
58914
|
+
node?: Maybe<JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateType>;
|
|
58915
|
+
};
|
|
58770
58916
|
export declare enum JiraIssueViewTimestampDisplayMode {
|
|
58771
58917
|
Absolute = "ABSOLUTE",
|
|
58772
58918
|
Relative = "RELATIVE"
|
|
@@ -67972,6 +68118,7 @@ export declare type JiraUserNavigationConfigurationPayload = Payload & {
|
|
|
67972
68118
|
export declare type JiraUserPreferences = {
|
|
67973
68119
|
__typename?: 'JiraUserPreferences';
|
|
67974
68120
|
colorSchemeThemeSetting?: Maybe<JiraColorSchemeThemeSetting>;
|
|
68121
|
+
dismissedAutomationDiscoverabilityTemplates?: Maybe<JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateTypeConnection>;
|
|
67975
68122
|
globalIssueCreateView?: Maybe<JiraGlobalIssueCreateView>;
|
|
67976
68123
|
isAdvancedRoadmapsSidebarLayoutEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
67977
68124
|
isCustomNavBarThemeFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -68001,6 +68148,10 @@ export declare type JiraUserPreferences = {
|
|
|
68001
68148
|
showRedactionChangeBoardingOnIssueViewAsEditor?: Maybe<Scalars['Boolean']['output']>;
|
|
68002
68149
|
showRedactionChangeBoardingOnIssueViewAsViewer?: Maybe<Scalars['Boolean']['output']>;
|
|
68003
68150
|
};
|
|
68151
|
+
export declare type JiraUserPreferencesDismissedAutomationDiscoverabilityTemplatesArgs = {
|
|
68152
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
68153
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
68154
|
+
};
|
|
68004
68155
|
export declare type JiraUserPreferencesIssueViewDefaultPinnedFieldsBannerProjectArgs = {
|
|
68005
68156
|
projectKey: Scalars['String']['input'];
|
|
68006
68157
|
};
|
|
@@ -70686,8 +70837,10 @@ export declare type KnowledgeDiscoverySearchUser = {
|
|
|
70686
70837
|
__typename?: 'KnowledgeDiscoverySearchUser';
|
|
70687
70838
|
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
70688
70839
|
id: Scalars['String']['output'];
|
|
70840
|
+
locale?: Maybe<Scalars['String']['output']>;
|
|
70689
70841
|
name: Scalars['String']['output'];
|
|
70690
70842
|
title?: Maybe<Scalars['String']['output']>;
|
|
70843
|
+
zoneInfo?: Maybe<Scalars['String']['output']>;
|
|
70691
70844
|
};
|
|
70692
70845
|
export declare type KnowledgeDiscoverySmartAnswersRoute = {
|
|
70693
70846
|
__typename?: 'KnowledgeDiscoverySmartAnswersRoute';
|
|
@@ -87632,6 +87785,7 @@ export declare enum ShepherdRemediationActionType {
|
|
|
87632
87785
|
DeleteDataRemediation = "DELETE_DATA_REMEDIATION",
|
|
87633
87786
|
DeleteFilesRemediation = "DELETE_FILES_REMEDIATION",
|
|
87634
87787
|
EditCustomDetectionRemediation = "EDIT_CUSTOM_DETECTION_REMEDIATION",
|
|
87788
|
+
EmailWithAutomationRemediation = "EMAIL_WITH_AUTOMATION_REMEDIATION",
|
|
87635
87789
|
ExcludePageRemediation = "EXCLUDE_PAGE_REMEDIATION",
|
|
87636
87790
|
ExcludeUserRemediation = "EXCLUDE_USER_REMEDIATION",
|
|
87637
87791
|
ExportsDspRemediation = "EXPORTS_DSP_REMEDIATION",
|
|
@@ -91694,6 +91848,7 @@ export declare type TrelloAttachment = Node & {
|
|
|
91694
91848
|
edgeColor?: Maybe<Scalars['String']['output']>;
|
|
91695
91849
|
fileName?: Maybe<Scalars['String']['output']>;
|
|
91696
91850
|
id: Scalars['ID']['output'];
|
|
91851
|
+
isMalicious?: Maybe<Scalars['Boolean']['output']>;
|
|
91697
91852
|
isUpload?: Maybe<Scalars['Boolean']['output']>;
|
|
91698
91853
|
mimeType?: Maybe<Scalars['String']['output']>;
|
|
91699
91854
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -92245,6 +92400,7 @@ export declare type TrelloCardUpdated = {
|
|
|
92245
92400
|
isTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
92246
92401
|
labels?: Maybe<TrelloLabelUpdatedConnection>;
|
|
92247
92402
|
lastActivityAt?: Maybe<Scalars['DateTime']['output']>;
|
|
92403
|
+
limits?: Maybe<TrelloCardLimits>;
|
|
92248
92404
|
location?: Maybe<TrelloCardLocation>;
|
|
92249
92405
|
members?: Maybe<TrelloMemberUpdatedConnection>;
|
|
92250
92406
|
mirrorSource?: Maybe<TrelloCard>;
|