@forge/cli-shared 6.6.2-next.1 → 6.6.2-next.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/CHANGELOG.md +12 -0
- package/out/config/config-file.d.ts +0 -1
- package/out/config/config-file.d.ts.map +1 -1
- package/out/config/config-file.js +0 -7
- package/out/graphql/graphql-types.d.ts +113 -0
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/service/index.d.ts +0 -1
- package/out/service/index.d.ts.map +1 -1
- package/out/service/index.js +0 -1
- package/out/shared/index.d.ts +3 -3
- package/out/shared/index.d.ts.map +1 -1
- package/out/shared/index.js +3 -3
- package/out/shared/test.d.ts +15 -0
- package/out/shared/test.d.ts.map +1 -0
- package/out/shared/test.js +52 -0
- package/out/ui/text.d.ts +2 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -0
- package/package.json +1 -2
- package/out/service/feature-flag-service.d.ts +0 -44
- package/out/service/feature-flag-service.d.ts.map +0 -1
- package/out/service/feature-flag-service.js +0 -120
- package/out/shared/mock-logger.d.ts +0 -3
- package/out/shared/mock-logger.d.ts.map +0 -1
- package/out/shared/mock-logger.js +0 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.6.2-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 78a006f: Fixed handling of product and site params without any value
|
|
8
|
+
|
|
9
|
+
## 6.6.2-next.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 272d770: Remove LaunchDarkly integration completely
|
|
14
|
+
|
|
3
15
|
## 6.6.2-next.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -30,7 +30,6 @@ export declare class ConfigFile implements ConfigReader, ConfigWriter, ConfigInt
|
|
|
30
30
|
constructor(fileReader: FileSystemReader, fileWriter: FileSystemWriter);
|
|
31
31
|
getAppHandlers(): Promise<Array<Handler>>;
|
|
32
32
|
readConfig(): Promise<ManifestSchema>;
|
|
33
|
-
readConfigAsString(): string;
|
|
34
33
|
snapshotsEnabled(): Promise<boolean>;
|
|
35
34
|
runtimeType(): Promise<RuntimeType>;
|
|
36
35
|
private makeManifestUnique;
|
|
@@ -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;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;
|
|
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"}
|
|
@@ -125,13 +125,6 @@ class ConfigFile {
|
|
|
125
125
|
throw new InvalidManifestError();
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
|
-
readConfigAsString() {
|
|
129
|
-
const manifestFileContents = this.fileReader.readFile(_1.manifestFileName);
|
|
130
|
-
return this.manifestParser.parseManifestAsString({
|
|
131
|
-
content: manifestFileContents,
|
|
132
|
-
filePath: _1.manifestFileName
|
|
133
|
-
});
|
|
134
|
-
}
|
|
135
128
|
async snapshotsEnabled() {
|
|
136
129
|
const config = await this.readConfig();
|
|
137
130
|
const entry = config.app?.runtime?.snapshots;
|
|
@@ -1715,6 +1715,60 @@ export declare type AppPrincipal = {
|
|
|
1715
1715
|
__typename?: 'AppPrincipal';
|
|
1716
1716
|
id?: Maybe<Scalars['ID']['output']>;
|
|
1717
1717
|
};
|
|
1718
|
+
export declare type AppRecContext = {
|
|
1719
|
+
anonymousId?: InputMaybe<Scalars['ID']['input']>;
|
|
1720
|
+
containers?: InputMaybe<Scalars['JSON']['input']>;
|
|
1721
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
1722
|
+
orgId?: InputMaybe<Scalars['ID']['input']>;
|
|
1723
|
+
product?: InputMaybe<Scalars['String']['input']>;
|
|
1724
|
+
sessionId?: InputMaybe<Scalars['ID']['input']>;
|
|
1725
|
+
subproduct?: InputMaybe<Scalars['String']['input']>;
|
|
1726
|
+
tenantId?: InputMaybe<Scalars['ID']['input']>;
|
|
1727
|
+
useCase?: InputMaybe<Scalars['String']['input']>;
|
|
1728
|
+
userId?: InputMaybe<Scalars['ID']['input']>;
|
|
1729
|
+
workspaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
1730
|
+
};
|
|
1731
|
+
export declare type AppRecDismissRecommendationInput = {
|
|
1732
|
+
context?: InputMaybe<AppRecContext>;
|
|
1733
|
+
productId: Scalars['ID']['input'];
|
|
1734
|
+
};
|
|
1735
|
+
export declare type AppRecDismissRecommendationPayload = Payload & {
|
|
1736
|
+
__typename?: 'AppRecDismissRecommendationPayload';
|
|
1737
|
+
dismissal?: Maybe<AppRecDismissal>;
|
|
1738
|
+
errors?: Maybe<Array<MutationError>>;
|
|
1739
|
+
success: Scalars['Boolean']['output'];
|
|
1740
|
+
};
|
|
1741
|
+
export declare type AppRecDismissal = {
|
|
1742
|
+
__typename?: 'AppRecDismissal';
|
|
1743
|
+
dismissedAt: Scalars['String']['output'];
|
|
1744
|
+
productId: Scalars['ID']['output'];
|
|
1745
|
+
};
|
|
1746
|
+
export declare type AppRecMutation = {
|
|
1747
|
+
__typename?: 'AppRecMutation';
|
|
1748
|
+
dismissRecommendation?: Maybe<AppRecDismissRecommendationPayload>;
|
|
1749
|
+
undoDismissal?: Maybe<AppRecUndoDismissalPayload>;
|
|
1750
|
+
};
|
|
1751
|
+
export declare type AppRecMutationDismissRecommendationArgs = {
|
|
1752
|
+
input: AppRecDismissRecommendationInput;
|
|
1753
|
+
};
|
|
1754
|
+
export declare type AppRecMutationUndoDismissalArgs = {
|
|
1755
|
+
input: AppRecUndoDismissalInput;
|
|
1756
|
+
};
|
|
1757
|
+
export declare type AppRecUndoDismissalInput = {
|
|
1758
|
+
context: AppRecContext;
|
|
1759
|
+
productId: Scalars['ID']['input'];
|
|
1760
|
+
};
|
|
1761
|
+
export declare type AppRecUndoDismissalPayload = Payload & {
|
|
1762
|
+
__typename?: 'AppRecUndoDismissalPayload';
|
|
1763
|
+
errors?: Maybe<Array<MutationError>>;
|
|
1764
|
+
result?: Maybe<AppRecUndoDismissalResult>;
|
|
1765
|
+
success: Scalars['Boolean']['output'];
|
|
1766
|
+
};
|
|
1767
|
+
export declare type AppRecUndoDismissalResult = {
|
|
1768
|
+
__typename?: 'AppRecUndoDismissalResult';
|
|
1769
|
+
description: Scalars['String']['output'];
|
|
1770
|
+
undone: Scalars['Boolean']['output'];
|
|
1771
|
+
};
|
|
1718
1772
|
export declare type AppSecurityPoliciesPermission = {
|
|
1719
1773
|
__typename?: 'AppSecurityPoliciesPermission';
|
|
1720
1774
|
policies?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -3243,6 +3297,11 @@ export declare type CcpApplicationReason = {
|
|
|
3243
3297
|
__typename?: 'CcpApplicationReason';
|
|
3244
3298
|
id?: Maybe<Scalars['ID']['output']>;
|
|
3245
3299
|
};
|
|
3300
|
+
export declare type CcpApplyEntitlementPromotionExperienceCapability = CommerceExperienceCapability & {
|
|
3301
|
+
__typename?: 'CcpApplyEntitlementPromotionExperienceCapability';
|
|
3302
|
+
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
3303
|
+
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
3304
|
+
};
|
|
3246
3305
|
export declare enum CcpBehaviourAtEndOfTrial {
|
|
3247
3306
|
Cancel = "CANCEL",
|
|
3248
3307
|
ConvertToPaid = "CONVERT_TO_PAID",
|
|
@@ -3435,11 +3494,15 @@ export declare type CcpEntitlementDetailsForCreateEntitlement = {
|
|
|
3435
3494
|
};
|
|
3436
3495
|
export declare type CcpEntitlementExperienceCapabilities = CommerceEntitlementExperienceCapabilities & {
|
|
3437
3496
|
__typename?: 'CcpEntitlementExperienceCapabilities';
|
|
3497
|
+
applyEntitlementPromotion?: Maybe<CcpApplyEntitlementPromotionExperienceCapability>;
|
|
3438
3498
|
cancelEntitlement?: Maybe<CcpCancelEntitlementExperienceCapability>;
|
|
3439
3499
|
changeOffering?: Maybe<CcpExperienceCapability>;
|
|
3440
3500
|
changeOfferingV2?: Maybe<CcpChangeOfferingExperienceCapability>;
|
|
3441
3501
|
manageEntitlement?: Maybe<CcpManageEntitlementExperienceCapability>;
|
|
3442
3502
|
};
|
|
3503
|
+
export declare type CcpEntitlementExperienceCapabilitiesApplyEntitlementPromotionArgs = {
|
|
3504
|
+
promotionId: Scalars['ID']['input'];
|
|
3505
|
+
};
|
|
3443
3506
|
export declare type CcpEntitlementExperienceCapabilitiesChangeOfferingArgs = {
|
|
3444
3507
|
offeringKey?: InputMaybe<Scalars['ID']['input']>;
|
|
3445
3508
|
offeringName?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -30349,6 +30412,8 @@ export declare type GraphStore = {
|
|
|
30349
30412
|
prInRepoInverse?: Maybe<GraphStoreSimplifiedPrInRepoInverseConnection>;
|
|
30350
30413
|
prInRepoInverseRelationship?: Maybe<GraphStoreFullPrInRepoConnection>;
|
|
30351
30414
|
prInRepoRelationship?: Maybe<GraphStoreFullPrInRepoConnection>;
|
|
30415
|
+
projectAssociatedAutodevJob?: Maybe<GraphStoreSimplifiedProjectAssociatedAutodevJobConnection>;
|
|
30416
|
+
projectAssociatedAutodevJobInverse?: Maybe<GraphStoreSimplifiedProjectAssociatedAutodevJobInverseConnection>;
|
|
30352
30417
|
projectAssociatedBranch?: Maybe<GraphStoreSimplifiedProjectAssociatedBranchConnection>;
|
|
30353
30418
|
projectAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedProjectAssociatedBranchInverseConnection>;
|
|
30354
30419
|
projectAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullProjectAssociatedBranchConnection>;
|
|
@@ -32511,6 +32576,20 @@ export declare type GraphStorePrInRepoRelationshipArgs = {
|
|
|
32511
32576
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32512
32577
|
id: Scalars['ID']['input'];
|
|
32513
32578
|
};
|
|
32579
|
+
export declare type GraphStoreProjectAssociatedAutodevJobArgs = {
|
|
32580
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32581
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32582
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32583
|
+
id: Scalars['ID']['input'];
|
|
32584
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedAutodevJobSortInput>;
|
|
32585
|
+
};
|
|
32586
|
+
export declare type GraphStoreProjectAssociatedAutodevJobInverseArgs = {
|
|
32587
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32588
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32589
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32590
|
+
id: Scalars['ID']['input'];
|
|
32591
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedAutodevJobSortInput>;
|
|
32592
|
+
};
|
|
32514
32593
|
export declare type GraphStoreProjectAssociatedBranchArgs = {
|
|
32515
32594
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32516
32595
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -40867,6 +40946,9 @@ export declare type GraphStorePositionAllocatedToFocusAreaSortInput = {
|
|
|
40867
40946
|
export declare type GraphStorePrInRepoSortInput = {
|
|
40868
40947
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40869
40948
|
};
|
|
40949
|
+
export declare type GraphStoreProjectAssociatedAutodevJobSortInput = {
|
|
40950
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40951
|
+
};
|
|
40870
40952
|
export declare type GraphStoreProjectAssociatedBranchSortInput = {
|
|
40871
40953
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40872
40954
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -43917,6 +43999,34 @@ export declare type GraphStoreSimplifiedPrInRepoInverseEdge = {
|
|
|
43917
43999
|
};
|
|
43918
44000
|
export declare type GraphStoreSimplifiedPrInRepoInverseUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
43919
44001
|
export declare type GraphStoreSimplifiedPrInRepoUnion = DevOpsRepository | ExternalRepository;
|
|
44002
|
+
export declare type GraphStoreSimplifiedProjectAssociatedAutodevJobConnection = HasPageInfo & {
|
|
44003
|
+
__typename?: 'GraphStoreSimplifiedProjectAssociatedAutodevJobConnection';
|
|
44004
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedAutodevJobEdge>>>;
|
|
44005
|
+
pageInfo: PageInfo;
|
|
44006
|
+
};
|
|
44007
|
+
export declare type GraphStoreSimplifiedProjectAssociatedAutodevJobEdge = {
|
|
44008
|
+
__typename?: 'GraphStoreSimplifiedProjectAssociatedAutodevJobEdge';
|
|
44009
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44010
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44011
|
+
id: Scalars['ID']['output'];
|
|
44012
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44013
|
+
node?: Maybe<GraphStoreSimplifiedProjectAssociatedAutodevJobUnion>;
|
|
44014
|
+
};
|
|
44015
|
+
export declare type GraphStoreSimplifiedProjectAssociatedAutodevJobInverseConnection = HasPageInfo & {
|
|
44016
|
+
__typename?: 'GraphStoreSimplifiedProjectAssociatedAutodevJobInverseConnection';
|
|
44017
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedAutodevJobInverseEdge>>>;
|
|
44018
|
+
pageInfo: PageInfo;
|
|
44019
|
+
};
|
|
44020
|
+
export declare type GraphStoreSimplifiedProjectAssociatedAutodevJobInverseEdge = {
|
|
44021
|
+
__typename?: 'GraphStoreSimplifiedProjectAssociatedAutodevJobInverseEdge';
|
|
44022
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44023
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44024
|
+
id: Scalars['ID']['output'];
|
|
44025
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44026
|
+
node?: Maybe<GraphStoreSimplifiedProjectAssociatedAutodevJobInverseUnion>;
|
|
44027
|
+
};
|
|
44028
|
+
export declare type GraphStoreSimplifiedProjectAssociatedAutodevJobInverseUnion = JiraProject;
|
|
44029
|
+
export declare type GraphStoreSimplifiedProjectAssociatedAutodevJobUnion = JiraAutodevJob;
|
|
43920
44030
|
export declare type GraphStoreSimplifiedProjectAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
43921
44031
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedBranchConnection';
|
|
43922
44032
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedBranchEdge>>>;
|
|
@@ -52644,6 +52754,7 @@ export declare type JiraAutodevJob = {
|
|
|
52644
52754
|
issue?: Maybe<JiraIssue>;
|
|
52645
52755
|
issueAri?: Maybe<Scalars['ID']['output']>;
|
|
52646
52756
|
issueScopingScore?: Maybe<DevAiIssueScopingResult>;
|
|
52757
|
+
jobAri?: Maybe<Scalars['ID']['output']>;
|
|
52647
52758
|
jobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
52648
52759
|
logGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
52649
52760
|
logs?: Maybe<DevAiAutodevLogConnection>;
|
|
@@ -61612,6 +61723,7 @@ export declare type JiraProject = Node & {
|
|
|
61612
61723
|
id: Scalars['ID']['output'];
|
|
61613
61724
|
intentTemplates?: Maybe<VirtualAgentIntentTemplatesConnection>;
|
|
61614
61725
|
isAIEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
61726
|
+
isAutomationDiscoverabilityEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
61615
61727
|
isExplicitFieldAssociationsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
61616
61728
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
61617
61729
|
isLiveTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -74720,6 +74832,7 @@ export declare type Mutation = {
|
|
|
74720
74832
|
agentStudio_updateAgentDetails?: Maybe<AgentStudioUpdateAgentDetailsPayload>;
|
|
74721
74833
|
agentStudio_updateAgentKnowledgeSources?: Maybe<AgentStudioUpdateAgentKnowledgeSourcesPayload>;
|
|
74722
74834
|
agentStudio_updateConversationStarters?: Maybe<AgentStudioUpdateConversationStartersPayload>;
|
|
74835
|
+
appRecommendations?: Maybe<AppRecMutation>;
|
|
74723
74836
|
appStorage?: Maybe<AppStorageMutation>;
|
|
74724
74837
|
appStorageCustomEntity?: Maybe<AppStorageCustomEntityMutation>;
|
|
74725
74838
|
applyPolarisProjectTemplate?: Maybe<ApplyPolarisProjectTemplatePayload>;
|