@forge/cli-shared 5.5.0-next.11 → 5.5.0-next.13

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 CHANGED
@@ -1,5 +1,27 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 5.5.0-next.13
4
+
5
+ ### Minor Changes
6
+
7
+ - ac1a61b: Bundle files on disk instead of memory
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [23f6675]
12
+ - Updated dependencies [27249cd]
13
+ - Updated dependencies [5f82d22]
14
+ - @forge/i18n@0.0.1-next.12
15
+ - @forge/manifest@7.7.0-next.13
16
+
17
+ ## 5.5.0-next.12
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [ce41b8c]
22
+ - @forge/manifest@7.7.0-next.12
23
+ - @forge/i18n@0.0.1-next.11
24
+
3
25
  ## 5.5.0-next.11
4
26
 
5
27
  ### Minor Changes
@@ -45,7 +45,7 @@ class ZipTemplateExtractor {
45
45
  this.zipAccessor = zipAccessor;
46
46
  }
47
47
  async extract(zipFile, destDirectory) {
48
- const extractDirectory = tmp_1.default.dirSync({ prefix: 'template' }).name;
48
+ const extractDirectory = tmp_1.default.dirSync({ prefix: 'template', unsafeCleanup: true }).name;
49
49
  try {
50
50
  await this.zipAccessor.extract(zipFile, extractDirectory);
51
51
  await this.moveArchiveFilesToDirectory(extractDirectory, destDirectory);
@@ -114,7 +114,7 @@ class ConfigFile {
114
114
  }
115
115
  getHostedResourceModules(modules) {
116
116
  const modulesArray = (0, shared_1.flat)(Object.values(modules));
117
- return modulesArray.filter((module) => (0, config_1.isHostedResourceModule)(module));
117
+ return modulesArray.filter(config_1.isHostedResourceModule);
118
118
  }
119
119
  assertNoMissingResources(modules, resources) {
120
120
  const missingResources = modules.filter(({ resource }) => !resources.some(({ key }) => resource === key));
@@ -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;AAE5D,eAAO,MAAM,gBAAgB,iBAAiB,CAAC;AAC/C,eAAO,MAAM,mBAAmB,UAAuE,CAAC;AAExG,eAAO,MAAM,iBAAiB,sDAAuD,CAAC;AACtF,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"}
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,sDAAuD,CAAC;AACtF,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"}
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isHostedResourceModule = exports.validateResource = exports.ModuleEntryPoints = exports.dependencyFileNames = exports.manifestFileName = void 0;
4
4
  exports.manifestFileName = 'manifest.yml';
5
- exports.dependencyFileNames = [exports.manifestFileName, 'package.json', 'package-lock.json', 'yarn.lock'];
5
+ exports.dependencyFileNames = ['package.json', 'package-lock.json', 'yarn.lock'];
6
6
  exports.ModuleEntryPoints = ['view', 'edit', 'create', 'contextConfig'];
7
7
  const validateResource = (resource) => {
8
8
  const { key, path } = resource;
@@ -2454,6 +2454,11 @@ export declare enum CcpDuration {
2454
2454
  Once = "ONCE",
2455
2455
  Repeating = "REPEATING"
2456
2456
  }
2457
+ export declare type CcpEffectiveUncollectibleAction = {
2458
+ __typename?: 'CcpEffectiveUncollectibleAction';
2459
+ destinationOffering?: Maybe<CcpOffering>;
2460
+ uncollectibleActionType?: Maybe<CcpOfferingUncollectibleActionType>;
2461
+ };
2457
2462
  export declare type CcpEntitlement = CommerceEntitlement & Node & {
2458
2463
  __typename?: 'CcpEntitlement';
2459
2464
  changeReason?: Maybe<Scalars['String']['output']>;
@@ -2571,6 +2576,7 @@ export declare type CcpOffering = CommerceOffering & Node & {
2571
2576
  dependsOnOfferingKeys?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
2572
2577
  derivedFromOffering?: Maybe<CcpDerivedFromOffering>;
2573
2578
  derivedOfferings?: Maybe<Array<Maybe<CcpDerivedOffering>>>;
2579
+ effectiveUncollectibleAction?: Maybe<CcpEffectiveUncollectibleAction>;
2574
2580
  entitlementTemplateId?: Maybe<Scalars['ID']['output']>;
2575
2581
  expiryDate?: Maybe<Scalars['Float']['output']>;
2576
2582
  hostingType?: Maybe<CcpOfferingHostingType>;
@@ -2632,6 +2638,11 @@ export declare enum CcpOfferingType {
2632
2638
  Child = "CHILD",
2633
2639
  Parent = "PARENT"
2634
2640
  }
2641
+ export declare enum CcpOfferingUncollectibleActionType {
2642
+ Cancel = "CANCEL",
2643
+ Downgrade = "DOWNGRADE",
2644
+ NoAction = "NO_ACTION"
2645
+ }
2635
2646
  export declare type CcpOrder = Node & {
2636
2647
  __typename?: 'CcpOrder';
2637
2648
  id: Scalars['ID']['output'];
@@ -3739,6 +3750,7 @@ export declare type CompassComponent = Node & {
3739
3750
  announcements?: Maybe<Array<CompassAnnouncement>>;
3740
3751
  api?: Maybe<CompassComponentApi>;
3741
3752
  applicableScorecards?: Maybe<Array<CompassScorecard>>;
3753
+ appliedScorecards?: Maybe<CompassComponentHasScorecardsAppliedConnection>;
3742
3754
  changeMetadata: CompassChangeMetadata;
3743
3755
  componentDescriptionDetails?: Maybe<CompassComponentDescriptionDetails>;
3744
3756
  customFields?: Maybe<Array<CompassCustomField>>;
@@ -3765,6 +3777,10 @@ export declare type CompassComponent = Node & {
3765
3777
  viewerPermissions?: Maybe<CompassComponentInstancePermissions>;
3766
3778
  viewerSubscription?: Maybe<CompassViewerSubscription>;
3767
3779
  };
3780
+ export declare type CompassComponentAppliedScorecardsArgs = {
3781
+ after?: InputMaybe<Scalars['String']['input']>;
3782
+ first?: InputMaybe<Scalars['Int']['input']>;
3783
+ };
3768
3784
  export declare type CompassComponentDeactivatedScorecardsArgs = {
3769
3785
  after?: InputMaybe<Scalars['String']['input']>;
3770
3786
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -3939,6 +3955,21 @@ export declare type CompassComponentEndpointEdge = {
3939
3955
  cursor: Scalars['String']['output'];
3940
3956
  node: CompassComponentEndpoint;
3941
3957
  };
3958
+ export declare type CompassComponentHasScorecardsAppliedConnection = {
3959
+ __typename?: 'CompassComponentHasScorecardsAppliedConnection';
3960
+ edges?: Maybe<Array<CompassComponentHasScorecardsAppliedEdge>>;
3961
+ nodes?: Maybe<Array<CompassScorecard>>;
3962
+ pageInfo: PageInfo;
3963
+ };
3964
+ export declare type CompassComponentHasScorecardsAppliedEdge = {
3965
+ __typename?: 'CompassComponentHasScorecardsAppliedEdge';
3966
+ activeIssues?: Maybe<CompassComponentScorecardJiraIssuesQueryResult>;
3967
+ cursor: Scalars['String']['output'];
3968
+ node?: Maybe<CompassScorecard>;
3969
+ };
3970
+ export declare type CompassComponentHasScorecardsAppliedEdgeActiveIssuesArgs = {
3971
+ query?: InputMaybe<CompassComponentScorecardJiraIssuesQuery>;
3972
+ };
3942
3973
  export declare type CompassComponentInstancePermissions = {
3943
3974
  __typename?: 'CompassComponentInstancePermissions';
3944
3975
  applyScorecard?: Maybe<CompassPermissionResult>;
@@ -5936,12 +5967,16 @@ export declare type CompassScorecardDeactivatedComponentsConnection = {
5936
5967
  };
5937
5968
  export declare type CompassScorecardDeactivatedComponentsEdge = {
5938
5969
  __typename?: 'CompassScorecardDeactivatedComponentsEdge';
5970
+ activeIssues?: Maybe<CompassComponentScorecardJiraIssuesQueryResult>;
5939
5971
  cursor: Scalars['String']['output'];
5940
5972
  deactivatedBy?: Maybe<User>;
5941
5973
  deactivatedOn?: Maybe<Scalars['DateTime']['output']>;
5942
5974
  lastScorecardScore?: Maybe<Scalars['Int']['output']>;
5943
5975
  node?: Maybe<CompassComponent>;
5944
5976
  };
5977
+ export declare type CompassScorecardDeactivatedComponentsEdgeActiveIssuesArgs = {
5978
+ query?: InputMaybe<CompassComponentScorecardJiraIssuesQuery>;
5979
+ };
5945
5980
  export declare type CompassScorecardDeactivatedComponentsQuery = {
5946
5981
  filter?: InputMaybe<CompassScorecardDeactivatedComponentsQueryFilter>;
5947
5982
  sort?: InputMaybe<CompassScorecardDeactivatedComponentsQuerySort>;
@@ -19042,9 +19077,10 @@ export declare type EcosystemMutationForgeAlertsArgs = {
19042
19077
  appId: Scalars['ID']['input'];
19043
19078
  };
19044
19079
  export declare type EcosystemMutationPublishAppClientEventArgs = {
19045
- contextAri: Scalars['String']['input'];
19046
- eventId?: InputMaybe<Scalars['String']['input']>;
19047
- extensionAri: Scalars['String']['input'];
19080
+ appId: Scalars['ID']['input'];
19081
+ channel: Scalars['String']['input'];
19082
+ contextAri: Scalars['ID']['input'];
19083
+ eventName?: InputMaybe<Scalars['String']['input']>;
19048
19084
  payload: Scalars['String']['input'];
19049
19085
  };
19050
19086
  export declare type EcosystemMutationRemoveAppContributorsArgs = {
@@ -19162,9 +19198,10 @@ export declare type EcosystemSubscription = {
19162
19198
  onAppClientEvent?: Maybe<EcosystemOnEventBody>;
19163
19199
  };
19164
19200
  export declare type EcosystemSubscriptionOnAppClientEventArgs = {
19165
- contextAri: Scalars['String']['input'];
19166
- eventId?: InputMaybe<Scalars['String']['input']>;
19167
- extensionAri: Scalars['String']['input'];
19201
+ appId: Scalars['ID']['input'];
19202
+ channel: Scalars['String']['input'];
19203
+ contextAri: Scalars['ID']['input'];
19204
+ eventName?: InputMaybe<Scalars['String']['input']>;
19168
19205
  };
19169
19206
  export declare type EcosystemUpdateAppOAuthClientResult = Payload & {
19170
19207
  __typename?: 'EcosystemUpdateAppOAuthClientResult';
@@ -20185,6 +20222,7 @@ export declare type ForgeAlertsQuery = {
20185
20222
  isAlertOpenForRule?: Maybe<ForgeAlertsIsAlertOpenForRuleResponse>;
20186
20223
  rule?: Maybe<ForgeAlertsRuleResult>;
20187
20224
  ruleActivityLogs?: Maybe<ForgeAlertsRuleActivityLogsResult>;
20225
+ ruleFilters?: Maybe<ForgeAlertsRuleFiltersResult>;
20188
20226
  rules?: Maybe<ForgeAlertsRulesResult>;
20189
20227
  };
20190
20228
  export declare type ForgeAlertsQueryAlertArgs = {
@@ -20217,6 +20255,9 @@ export declare type ForgeAlertsQueryRuleArgs = {
20217
20255
  export declare type ForgeAlertsQueryRuleActivityLogsArgs = {
20218
20256
  query: ForgeAlertsRuleActivityLogsInput;
20219
20257
  };
20258
+ export declare type ForgeAlertsQueryRuleFiltersArgs = {
20259
+ input: ForgeAlertsRuleFiltersInput;
20260
+ };
20220
20261
  export declare type ForgeAlertsQueryIntervalInput = {
20221
20262
  end: Scalars['String']['input'];
20222
20263
  start: Scalars['String']['input'];
@@ -20310,12 +20351,20 @@ export declare type ForgeAlertsRuleFilters = {
20310
20351
  dimension: ForgeAlertsRuleFilterDimensions;
20311
20352
  value: Array<Scalars['String']['input']>;
20312
20353
  };
20354
+ export declare type ForgeAlertsRuleFiltersData = {
20355
+ __typename?: 'ForgeAlertsRuleFiltersData';
20356
+ filters: Array<ForgeAlertsMetricsLabelGroup>;
20357
+ };
20358
+ export declare type ForgeAlertsRuleFiltersInput = {
20359
+ environment: Scalars['String']['input'];
20360
+ };
20313
20361
  export declare type ForgeAlertsRuleFiltersResponse = {
20314
20362
  __typename?: 'ForgeAlertsRuleFiltersResponse';
20315
20363
  action: ForgeAlertsRuleFilterActions;
20316
20364
  dimension: ForgeAlertsRuleFilterDimensions;
20317
20365
  value: Array<Scalars['String']['output']>;
20318
20366
  };
20367
+ export declare type ForgeAlertsRuleFiltersResult = ForgeAlertsRuleFiltersData | QueryError;
20319
20368
  export declare enum ForgeAlertsRuleMetricType {
20320
20369
  InvocationCount = "INVOCATION_COUNT",
20321
20370
  InvocationErrors = "INVOCATION_ERRORS",
@@ -36615,10 +36664,15 @@ export declare enum HelpCenterPortalsType {
36615
36664
  Hidden = "HIDDEN",
36616
36665
  Visible = "VISIBLE"
36617
36666
  }
36667
+ export declare enum HelpCenterProjectMappingOperationType {
36668
+ MapProjects = "MAP_PROJECTS",
36669
+ UnmapProjects = "UNMAP_PROJECTS"
36670
+ }
36618
36671
  export declare type HelpCenterProjectMappingUpdateInput = {
36619
36672
  helpCenterAri: Scalars['String']['input'];
36620
- mappedProjectIds: Array<Scalars['String']['input']>;
36621
- syncNewProjects: Scalars['Boolean']['input'];
36673
+ operationType?: InputMaybe<HelpCenterProjectMappingOperationType>;
36674
+ projectIds?: InputMaybe<Array<Scalars['String']['input']>>;
36675
+ syncNewProjects?: InputMaybe<Scalars['Boolean']['input']>;
36622
36676
  };
36623
36677
  export declare type HelpCenterProjectMappingUpdatePayload = Payload & {
36624
36678
  __typename?: 'HelpCenterProjectMappingUpdatePayload';
@@ -40983,7 +41037,8 @@ export declare type JiraCreateBoardPayload = Payload & {
40983
41037
  success: Scalars['Boolean']['output'];
40984
41038
  };
40985
41039
  export declare type JiraCreateBoardSource = {
40986
- fieldInput: JiraCreateBoardFieldInput;
41040
+ fieldInput?: InputMaybe<JiraCreateBoardFieldInput>;
41041
+ savedFilterId?: InputMaybe<Scalars['Long']['input']>;
40987
41042
  };
40988
41043
  export declare type JiraCreateCalendarIssuePayload = Payload & {
40989
41044
  __typename?: 'JiraCreateCalendarIssuePayload';
@@ -43935,6 +43990,7 @@ export declare type JiraIssueTransitionFieldLevelInput = {
43935
43990
  JiraResolutionField?: InputMaybe<Array<JiraUpdateResolutionFieldInput>>;
43936
43991
  JiraRichTextField?: InputMaybe<Array<JiraUpdateRichTextFieldInput>>;
43937
43992
  JiraSecurityLevelField?: InputMaybe<Array<JiraUpdateSecurityLevelFieldInput>>;
43993
+ JiraServiceManagementOrganizationField?: InputMaybe<Array<JiraServiceManagementUpdateOrganizationFieldInput>>;
43938
43994
  JiraSingleGroupPickerField?: InputMaybe<Array<JiraUpdateSingleGroupPickerFieldInput>>;
43939
43995
  JiraSingleLineTextField?: InputMaybe<Array<JiraUpdateSingleLineTextFieldInput>>;
43940
43996
  JiraSingleSelectField?: InputMaybe<Array<JiraUpdateSingleSelectFieldInput>>;
@@ -47452,7 +47508,6 @@ export declare type JiraQuery = {
47452
47508
  epicLinkFieldKey?: Maybe<Scalars['String']['output']>;
47453
47509
  favouriteFilters?: Maybe<JiraFilterConnection>;
47454
47510
  favourites?: Maybe<JiraFavouriteConnection>;
47455
- fetchBoardCreationFilters?: Maybe<JiraIssueFieldConnection>;
47456
47511
  fieldSetsById?: Maybe<JiraIssueSearchFieldSetConnection>;
47457
47512
  fields?: Maybe<JiraJqlFieldConnectionResult>;
47458
47513
  filter?: Maybe<JiraFilter>;
@@ -47742,14 +47797,6 @@ export declare type JiraQueryFavouritesArgs = {
47742
47797
  first?: InputMaybe<Scalars['Int']['input']>;
47743
47798
  last?: InputMaybe<Scalars['Int']['input']>;
47744
47799
  };
47745
- export declare type JiraQueryFetchBoardCreationFiltersArgs = {
47746
- after?: InputMaybe<Scalars['String']['input']>;
47747
- before?: InputMaybe<Scalars['String']['input']>;
47748
- cloudId: Scalars['ID']['input'];
47749
- first?: InputMaybe<Scalars['Int']['input']>;
47750
- last?: InputMaybe<Scalars['Int']['input']>;
47751
- projectId: Scalars['String']['input'];
47752
- };
47753
47800
  export declare type JiraQueryFieldSetsByIdArgs = {
47754
47801
  after?: InputMaybe<Scalars['String']['input']>;
47755
47802
  before?: InputMaybe<Scalars['String']['input']>;
@@ -54155,26 +54202,6 @@ export declare type LogQueryInput = {
54155
54202
  lvl?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
54156
54203
  msg?: InputMaybe<Scalars['String']['input']>;
54157
54204
  };
54158
- export declare type LpBunchballBadge = {
54159
- __typename?: 'LpBunchballBadge';
54160
- contentfulCourseId?: Maybe<Scalars['String']['output']>;
54161
- dateEarned?: Maybe<Scalars['String']['output']>;
54162
- fullUrl?: Maybe<Scalars['String']['output']>;
54163
- missionId?: Maybe<Scalars['Int']['output']>;
54164
- thumbUrl?: Maybe<Scalars['String']['output']>;
54165
- };
54166
- export declare type LpBunchballBadgeConnection = {
54167
- __typename?: 'LpBunchballBadgeConnection';
54168
- edges?: Maybe<Array<LpBunchballBadgeEdge>>;
54169
- pageInfo?: Maybe<LpPageInfo>;
54170
- totalCount?: Maybe<Scalars['Int']['output']>;
54171
- };
54172
- export declare type LpBunchballBadgeEdge = {
54173
- __typename?: 'LpBunchballBadgeEdge';
54174
- cursor: Scalars['String']['output'];
54175
- node?: Maybe<LpBunchballBadge>;
54176
- };
54177
- export declare type LpBunchballBadgeResult = LpBunchballBadgeConnection | QueryError;
54178
54205
  export declare type LpCertSort = {
54179
54206
  sortDirection?: InputMaybe<SortDirection>;
54180
54207
  sortField?: InputMaybe<LpCertSortField>;
@@ -54269,17 +54296,10 @@ export declare enum LpCourseStatus {
54269
54296
  export declare type LpLearner = Node & {
54270
54297
  __typename?: 'LpLearner';
54271
54298
  atlassianId: Scalars['String']['output'];
54272
- bunchballBadges?: Maybe<LpBunchballBadgeResult>;
54273
54299
  certmetricsCertificates?: Maybe<LpCertmetricsCertificateResult>;
54274
54300
  courses?: Maybe<LpCourseProgressResult>;
54275
54301
  id: Scalars['ID']['output'];
54276
54302
  };
54277
- export declare type LpLearnerBunchballBadgesArgs = {
54278
- after?: InputMaybe<Scalars['String']['input']>;
54279
- before?: InputMaybe<Scalars['String']['input']>;
54280
- first?: InputMaybe<Scalars['Int']['input']>;
54281
- last?: InputMaybe<Scalars['Int']['input']>;
54282
- };
54283
54303
  export declare type LpLearnerCertmetricsCertificatesArgs = {
54284
54304
  after?: InputMaybe<Scalars['String']['input']>;
54285
54305
  before?: InputMaybe<Scalars['String']['input']>;
@@ -54667,6 +54687,7 @@ export declare type MarketplaceConsoleArtifactFileInfo = {
54667
54687
  export declare type MarketplaceConsoleConnectFrameworkAttributes = {
54668
54688
  __typename?: 'MarketplaceConsoleConnectFrameworkAttributes';
54669
54689
  descriptorId: Scalars['ID']['output'];
54690
+ descriptorUrl: Scalars['String']['output'];
54670
54691
  scopes: Array<Scalars['String']['output']>;
54671
54692
  };
54672
54693
  export declare type MarketplaceConsoleConnectFrameworkAttributesInput = {
@@ -54829,6 +54850,7 @@ export declare type MarketplaceConsoleForgeFrameworkAttributes = {
54829
54850
  __typename?: 'MarketplaceConsoleForgeFrameworkAttributes';
54830
54851
  appId: Scalars['ID']['output'];
54831
54852
  envId: Scalars['ID']['output'];
54853
+ scopes: Array<Scalars['String']['output']>;
54832
54854
  versionId: Scalars['String']['output'];
54833
54855
  };
54834
54856
  export declare type MarketplaceConsoleForgeFrameworkAttributesInput = {
@@ -54926,6 +54948,7 @@ export declare type MarketplaceConsoleMutationApi = {
54926
54948
  __typename?: 'MarketplaceConsoleMutationApi';
54927
54949
  activateEditions?: Maybe<MarketplaceConsoleEditionsActivation>;
54928
54950
  createAppSoftwareToken?: Maybe<MarketplaceConsoleTokenDetails>;
54951
+ createEcoHelpTicket?: Maybe<Scalars['ID']['output']>;
54929
54952
  createPrivateAppSoftwareVersion?: Maybe<MarketplaceConsoleMutationVoidResponse>;
54930
54953
  deleteAppSoftwareToken?: Maybe<MarketplaceConsoleMutationVoidResponse>;
54931
54954
  deleteAppVersion?: Maybe<MarketplaceConsoleMutationVoidResponse>;
@@ -54939,6 +54962,9 @@ export declare type MarketplaceConsoleMutationApiActivateEditionsArgs = {
54939
54962
  export declare type MarketplaceConsoleMutationApiCreateAppSoftwareTokenArgs = {
54940
54963
  appSoftwareId: Scalars['String']['input'];
54941
54964
  };
54965
+ export declare type MarketplaceConsoleMutationApiCreateEcoHelpTicketArgs = {
54966
+ product: MarketplaceConsoleEditionsInput;
54967
+ };
54942
54968
  export declare type MarketplaceConsoleMutationApiCreatePrivateAppSoftwareVersionArgs = {
54943
54969
  appKey: Scalars['ID']['input'];
54944
54970
  version: MarketplaceConsoleAppVersionCreateRequestInput;
@@ -55013,9 +55039,15 @@ export declare enum MarketplaceConsolePaymentModel {
55013
55039
  PaidViaAtlassian = "PAID_VIA_ATLASSIAN",
55014
55040
  PaidViaVendor = "PAID_VIA_VENDOR"
55015
55041
  }
55042
+ export declare enum MarketplaceConsolePluginFrameworkType {
55043
+ P1 = "P1",
55044
+ P2 = "P2"
55045
+ }
55016
55046
  export declare type MarketplaceConsolePluginsFrameworkAttributes = {
55017
55047
  __typename?: 'MarketplaceConsolePluginsFrameworkAttributes';
55018
55048
  artifactId: Scalars['ID']['output'];
55049
+ descriptorId?: Maybe<Scalars['String']['output']>;
55050
+ pluginFrameworkType: MarketplaceConsolePluginFrameworkType;
55019
55051
  };
55020
55052
  export declare type MarketplaceConsolePluginsFrameworkAttributesInput = {
55021
55053
  artifactId: Scalars['String']['input'];
@@ -55509,6 +55541,28 @@ export declare enum MarketplaceStoreDeveloperSpaceStatus {
55509
55541
  Archived = "ARCHIVED",
55510
55542
  Inactive = "INACTIVE"
55511
55543
  }
55544
+ export declare type MarketplaceStoreEdition = {
55545
+ __typename?: 'MarketplaceStoreEdition';
55546
+ features: Array<MarketplaceStoreEditionFeature>;
55547
+ id: Scalars['ID']['output'];
55548
+ isDefault: Scalars['Boolean']['output'];
55549
+ pricingPlan: MarketplaceStorePricingPlan;
55550
+ type: MarketplaceStoreEditionType;
55551
+ };
55552
+ export declare type MarketplaceStoreEditionFeature = {
55553
+ __typename?: 'MarketplaceStoreEditionFeature';
55554
+ description: Scalars['String']['output'];
55555
+ id: Scalars['ID']['output'];
55556
+ name: Scalars['String']['output'];
55557
+ position: Scalars['Int']['output'];
55558
+ };
55559
+ export declare enum MarketplaceStoreEditionType {
55560
+ Advanced = "ADVANCED",
55561
+ Standard = "STANDARD"
55562
+ }
55563
+ export declare type MarketplaceStoreEditionsInput = {
55564
+ appId?: InputMaybe<Scalars['String']['input']>;
55565
+ };
55512
55566
  export declare type MarketplaceStoreHomePageFeaturedSection = MarketplaceStoreHomePageSection & {
55513
55567
  __typename?: 'MarketplaceStoreHomePageFeaturedSection';
55514
55568
  description: Scalars['String']['output'];
@@ -55706,11 +55760,43 @@ export declare type MarketplaceStorePartnerSupportHoliday = {
55706
55760
  repeatAnnually: Scalars['Boolean']['output'];
55707
55761
  title: Scalars['String']['output'];
55708
55762
  };
55763
+ export declare enum MarketplaceStorePricingCurrency {
55764
+ Jpy = "JPY",
55765
+ Usd = "USD"
55766
+ }
55767
+ export declare type MarketplaceStorePricingPlan = {
55768
+ __typename?: 'MarketplaceStorePricingPlan';
55769
+ annualPricingPlan?: Maybe<MarketplaceStorePricingPlanItem>;
55770
+ currency: MarketplaceStorePricingCurrency;
55771
+ monthlyPricingPlan?: Maybe<MarketplaceStorePricingPlanItem>;
55772
+ };
55773
+ export declare type MarketplaceStorePricingPlanItem = {
55774
+ __typename?: 'MarketplaceStorePricingPlanItem';
55775
+ tieredPricing: Array<MarketplaceStorePricingTier>;
55776
+ };
55777
+ export declare type MarketplaceStorePricingTier = {
55778
+ ceiling: Scalars['Float']['output'];
55779
+ floor: Scalars['Float']['output'];
55780
+ };
55781
+ export declare type MarketplaceStorePricingTierAnnual = MarketplaceStorePricingTier & {
55782
+ __typename?: 'MarketplaceStorePricingTierAnnual';
55783
+ ceiling: Scalars['Float']['output'];
55784
+ flatAmount?: Maybe<Scalars['Float']['output']>;
55785
+ floor: Scalars['Float']['output'];
55786
+ };
55787
+ export declare type MarketplaceStorePricingTierMonthly = MarketplaceStorePricingTier & {
55788
+ __typename?: 'MarketplaceStorePricingTierMonthly';
55789
+ ceiling: Scalars['Float']['output'];
55790
+ flatAmount?: Maybe<Scalars['Float']['output']>;
55791
+ floor: Scalars['Float']['output'];
55792
+ unitAmount?: Maybe<Scalars['Float']['output']>;
55793
+ };
55709
55794
  export declare type MarketplaceStoreQueryApi = {
55710
55795
  __typename?: 'MarketplaceStoreQueryApi';
55711
55796
  category: MarketplaceStoreCategoryResponse;
55712
55797
  collection: MarketplaceStoreCollectionResponse;
55713
55798
  currentUser: MarketplaceStoreCurrentUserResponse;
55799
+ editions: Array<MarketplaceStoreEdition>;
55714
55800
  homePage: MarketplaceStoreHomePageResponse;
55715
55801
  installAppStatus: MarketplaceStoreInstallAppResponse;
55716
55802
  partner: MarketplaceStorePartnerResponse;
@@ -55721,6 +55807,9 @@ export declare type MarketplaceStoreQueryApiCategoryArgs = {
55721
55807
  export declare type MarketplaceStoreQueryApiCollectionArgs = {
55722
55808
  slug: Scalars['String']['input'];
55723
55809
  };
55810
+ export declare type MarketplaceStoreQueryApiEditionsArgs = {
55811
+ product: MarketplaceStoreEditionsInput;
55812
+ };
55724
55813
  export declare type MarketplaceStoreQueryApiHomePageArgs = {
55725
55814
  productId?: InputMaybe<Scalars['String']['input']>;
55726
55815
  };
@@ -67822,6 +67911,7 @@ export declare type TrelloBoardUpdated = {
67822
67911
  name?: Maybe<Scalars['String']['output']>;
67823
67912
  objectId?: Maybe<Scalars['ID']['output']>;
67824
67913
  prefs?: Maybe<TrelloBoardPrefs>;
67914
+ premiumFeatures?: Maybe<Array<Scalars['String']['output']>>;
67825
67915
  };
67826
67916
  export declare type TrelloBoardViewer = {
67827
67917
  __typename?: 'TrelloBoardViewer';
@@ -68418,33 +68508,12 @@ export declare type TrelloMutationApiWatchCardArgs = {
68418
68508
  };
68419
68509
  export declare type TrelloPlanner = {
68420
68510
  __typename?: 'TrelloPlanner';
68421
- accounts?: Maybe<TrelloPlannerAccountConnection>;
68511
+ accounts?: Maybe<TrelloPlannerCalendarAccountConnection>;
68422
68512
  };
68423
68513
  export declare type TrelloPlannerAccountsArgs = {
68424
68514
  after?: InputMaybe<Scalars['String']['input']>;
68425
68515
  first?: InputMaybe<Scalars['Int']['input']>;
68426
68516
  };
68427
- export declare type TrelloPlannerAccount = Node & {
68428
- __typename?: 'TrelloPlannerAccount';
68429
- accountType: TrelloSupportedPlannerProviders;
68430
- enabledCalendars?: Maybe<TrelloPlannerCalendarConnection>;
68431
- id: Scalars['ID']['output'];
68432
- };
68433
- export declare type TrelloPlannerAccountEnabledCalendarsArgs = {
68434
- after?: InputMaybe<Scalars['String']['input']>;
68435
- first?: InputMaybe<Scalars['Int']['input']>;
68436
- };
68437
- export declare type TrelloPlannerAccountConnection = {
68438
- __typename?: 'TrelloPlannerAccountConnection';
68439
- edges?: Maybe<Array<TrelloPlannerAccountEdge>>;
68440
- nodes?: Maybe<Array<TrelloPlannerAccount>>;
68441
- pageInfo: PageInfo;
68442
- };
68443
- export declare type TrelloPlannerAccountEdge = {
68444
- __typename?: 'TrelloPlannerAccountEdge';
68445
- cursor?: Maybe<Scalars['String']['output']>;
68446
- node?: Maybe<TrelloPlannerAccount>;
68447
- };
68448
68517
  export declare type TrelloPlannerCalendar = Node & {
68449
68518
  __typename?: 'TrelloPlannerCalendar';
68450
68519
  color: Scalars['String']['output'];
@@ -68457,6 +68526,32 @@ export declare type TrelloPlannerCalendar = Node & {
68457
68526
  type: TrelloSupportedPlannerProviders;
68458
68527
  workspaceId: Scalars['ID']['output'];
68459
68528
  };
68529
+ export declare type TrelloPlannerCalendarAccount = Node & {
68530
+ __typename?: 'TrelloPlannerCalendarAccount';
68531
+ accountType: TrelloSupportedPlannerProviders;
68532
+ allCalendars?: Maybe<TrelloPlannerCalendarConnection>;
68533
+ enabledCalendars?: Maybe<TrelloPlannerCalendarConnection>;
68534
+ id: Scalars['ID']['output'];
68535
+ };
68536
+ export declare type TrelloPlannerCalendarAccountAllCalendarsArgs = {
68537
+ after?: InputMaybe<Scalars['String']['input']>;
68538
+ first?: InputMaybe<Scalars['Int']['input']>;
68539
+ };
68540
+ export declare type TrelloPlannerCalendarAccountEnabledCalendarsArgs = {
68541
+ after?: InputMaybe<Scalars['String']['input']>;
68542
+ first?: InputMaybe<Scalars['Int']['input']>;
68543
+ };
68544
+ export declare type TrelloPlannerCalendarAccountConnection = {
68545
+ __typename?: 'TrelloPlannerCalendarAccountConnection';
68546
+ edges?: Maybe<Array<TrelloPlannerCalendarAccountEdge>>;
68547
+ nodes?: Maybe<Array<TrelloPlannerCalendarAccount>>;
68548
+ pageInfo: PageInfo;
68549
+ };
68550
+ export declare type TrelloPlannerCalendarAccountEdge = {
68551
+ __typename?: 'TrelloPlannerCalendarAccountEdge';
68552
+ cursor?: Maybe<Scalars['String']['output']>;
68553
+ node?: Maybe<TrelloPlannerCalendarAccount>;
68554
+ };
68460
68555
  export declare type TrelloPlannerCalendarConnection = {
68461
68556
  __typename?: 'TrelloPlannerCalendarConnection';
68462
68557
  edges?: Maybe<Array<TrelloPlannerCalendarEdge>>;
@@ -68535,7 +68630,7 @@ export declare type TrelloQueryApi = {
68535
68630
  enterprise?: Maybe<TrelloEnterprise>;
68536
68631
  list?: Maybe<TrelloList>;
68537
68632
  member?: Maybe<TrelloMember>;
68538
- plannerAccountsByMemberId?: Maybe<TrelloPlannerAccountConnection>;
68633
+ plannerAccountsByMemberId?: Maybe<TrelloPlannerCalendarAccountConnection>;
68539
68634
  recentBoardsByIds?: Maybe<Array<Maybe<TrelloBoard>>>;
68540
68635
  templateCategories?: Maybe<Array<TrelloTemplateGalleryCategory>>;
68541
68636
  templateGallery?: Maybe<TrelloTemplateGalleryConnection>;
@@ -70653,8 +70748,11 @@ export declare type WorkSuggestionsBuildTask = WorkSuggestionsCommon & {
70653
70748
  export declare type WorkSuggestionsByProjectsResponse = {
70654
70749
  __typename?: 'WorkSuggestionsByProjectsResponse';
70655
70750
  autoDevJobsSuggestions?: Maybe<Array<WorkSuggestionsAutoDevJobTask>>;
70751
+ blockingIssueSuggestions?: Maybe<Array<WorkSuggestionsBlockingIssueTask>>;
70656
70752
  commonSuggestions?: Maybe<WorkSuggestionsConnection>;
70657
70753
  compassSuggestions?: Maybe<Array<WorkSuggestionsCompassTask>>;
70754
+ draftPRSuggestions?: Maybe<Array<WorkSuggestionsPullRequestDraftTask>>;
70755
+ inactivePRSuggestions?: Maybe<Array<WorkSuggestionsPullRequestInactiveTask>>;
70658
70756
  pullRequestSuggestions?: Maybe<Array<WorkSuggestionsPeriscopeTask>>;
70659
70757
  recentPullRequests?: Maybe<WorkSuggestionsPullRequestSuggestionsResponse>;
70660
70758
  sortOrder?: Maybe<WorkSuggestionsOrder>;
@@ -70662,6 +70760,9 @@ export declare type WorkSuggestionsByProjectsResponse = {
70662
70760
  export declare type WorkSuggestionsByProjectsResponseAutoDevJobsSuggestionsArgs = {
70663
70761
  first?: InputMaybe<Scalars['Int']['input']>;
70664
70762
  };
70763
+ export declare type WorkSuggestionsByProjectsResponseBlockingIssueSuggestionsArgs = {
70764
+ input?: InputMaybe<WorkSuggestionsInput>;
70765
+ };
70665
70766
  export declare type WorkSuggestionsByProjectsResponseCommonSuggestionsArgs = {
70666
70767
  after?: InputMaybe<Scalars['String']['input']>;
70667
70768
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -70669,6 +70770,9 @@ export declare type WorkSuggestionsByProjectsResponseCommonSuggestionsArgs = {
70669
70770
  export declare type WorkSuggestionsByProjectsResponseCompassSuggestionsArgs = {
70670
70771
  first?: InputMaybe<Scalars['Int']['input']>;
70671
70772
  };
70773
+ export declare type WorkSuggestionsByProjectsResponseInactivePrSuggestionsArgs = {
70774
+ input?: InputMaybe<WorkSuggestionsInput>;
70775
+ };
70672
70776
  export declare type WorkSuggestionsCodeTabEdge = {
70673
70777
  __typename?: 'WorkSuggestionsCodeTabEdge';
70674
70778
  cursor: Scalars['String']['output'];
@@ -70825,6 +70929,9 @@ export declare enum WorkSuggestionsEnvironmentType {
70825
70929
  Testing = "TESTING",
70826
70930
  Unmapped = "UNMAPPED"
70827
70931
  }
70932
+ export declare type WorkSuggestionsInput = {
70933
+ targetAudience?: InputMaybe<WorkSuggestionsTargetAudience>;
70934
+ };
70828
70935
  export declare type WorkSuggestionsJiraAssignee = {
70829
70936
  __typename?: 'WorkSuggestionsJiraAssignee';
70830
70937
  name?: Maybe<Scalars['String']['output']>;
@@ -70920,6 +71027,38 @@ export declare type WorkSuggestionsPeriscopeTask = {
70920
71027
  title: Scalars['String']['output'];
70921
71028
  url: Scalars['String']['output'];
70922
71029
  };
71030
+ export declare type WorkSuggestionsPullRequestDraftTask = WorkSuggestionsCommon & {
71031
+ __typename?: 'WorkSuggestionsPullRequestDraftTask';
71032
+ approvalsCount: Scalars['Int']['output'];
71033
+ author?: Maybe<WorkSuggestionsUserDetail>;
71034
+ commentCount: Scalars['Int']['output'];
71035
+ destinationBranchName?: Maybe<Scalars['String']['output']>;
71036
+ id: Scalars['String']['output'];
71037
+ lastUpdated: Scalars['String']['output'];
71038
+ orderScore?: Maybe<WorkSuggestionsOrderScore>;
71039
+ providerIconUrl?: Maybe<Scalars['String']['output']>;
71040
+ providerName?: Maybe<Scalars['String']['output']>;
71041
+ repositoryName?: Maybe<Scalars['String']['output']>;
71042
+ sourceBranchName?: Maybe<Scalars['String']['output']>;
71043
+ title: Scalars['String']['output'];
71044
+ url: Scalars['String']['output'];
71045
+ };
71046
+ export declare type WorkSuggestionsPullRequestInactiveTask = WorkSuggestionsCommon & {
71047
+ __typename?: 'WorkSuggestionsPullRequestInactiveTask';
71048
+ approvalsCount: Scalars['Int']['output'];
71049
+ author?: Maybe<WorkSuggestionsUserDetail>;
71050
+ commentCount: Scalars['Int']['output'];
71051
+ destinationBranchName?: Maybe<Scalars['String']['output']>;
71052
+ id: Scalars['String']['output'];
71053
+ lastUpdated: Scalars['String']['output'];
71054
+ orderScore?: Maybe<WorkSuggestionsOrderScore>;
71055
+ providerIconUrl?: Maybe<Scalars['String']['output']>;
71056
+ providerName?: Maybe<Scalars['String']['output']>;
71057
+ repositoryName?: Maybe<Scalars['String']['output']>;
71058
+ sourceBranchName?: Maybe<Scalars['String']['output']>;
71059
+ title: Scalars['String']['output'];
71060
+ url: Scalars['String']['output'];
71061
+ };
70923
71062
  export declare type WorkSuggestionsPullRequestNeedsWorkTask = WorkSuggestionsCommon & {
70924
71063
  __typename?: 'WorkSuggestionsPullRequestNeedsWorkTask';
70925
71064
  commentCount: Scalars['Int']['output'];
@@ -70981,6 +71120,10 @@ export declare type WorkSuggestionsSaveUserProfilePayload = Payload & {
70981
71120
  success: Scalars['Boolean']['output'];
70982
71121
  userProfile?: Maybe<WorkSuggestionsUserProfile>;
70983
71122
  };
71123
+ export declare enum WorkSuggestionsTargetAudience {
71124
+ Me = "ME",
71125
+ Team = "TEAM"
71126
+ }
70984
71127
  export declare type WorkSuggestionsUserActionState = {
70985
71128
  __typename?: 'WorkSuggestionsUserActionState';
70986
71129
  expireAt: Scalars['String']['output'];