@forge/cli-shared 6.9.0-next.3 → 6.9.0-next.4

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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.9.0-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ff60490]
8
+ - @forge/manifest@9.1.0-next.3
9
+
3
10
  ## 6.9.0-next.3
4
11
 
5
12
  ### Patch Changes
@@ -252,6 +252,7 @@ export declare type ActionsActionableApp = {
252
252
  integrationKey?: Maybe<Scalars['String']['output']>;
253
253
  name: Scalars['String']['output'];
254
254
  oauthClientId?: Maybe<Scalars['String']['output']>;
255
+ scopes?: Maybe<Array<Scalars['String']['output']>>;
255
256
  };
256
257
  export declare type ActionsActionableAppConnection = {
257
258
  __typename?: 'ActionsActionableAppConnection';
@@ -269,6 +270,7 @@ export declare type ActionsActionableAppsFilter = {
269
270
  byActionType?: InputMaybe<Array<Scalars['String']['input']>>;
270
271
  byActionVerb?: InputMaybe<Array<Scalars['String']['input']>>;
271
272
  byActionVersion?: InputMaybe<Scalars['String']['input']>;
273
+ byCaasScopes?: InputMaybe<Array<Scalars['String']['input']>>;
272
274
  byCapability?: InputMaybe<Array<Scalars['String']['input']>>;
273
275
  byContextEntityType?: InputMaybe<Array<Scalars['String']['input']>>;
274
276
  byEntityProperty?: InputMaybe<Array<Scalars['String']['input']>>;
@@ -283,6 +285,7 @@ export declare enum ActionsAuthType {
283
285
  TwoLegged = "TWO_LEGGED"
284
286
  }
285
287
  export declare enum ActionsCapabilityType {
288
+ Ai = "AI",
286
289
  Automation = "AUTOMATION"
287
290
  }
288
291
  export declare enum ActionsConfigurationLayout {
@@ -310,6 +313,7 @@ export declare type ActionsDescription = {
310
313
  };
311
314
  export declare type ActionsExecuteActionFilter = {
312
315
  actionId?: InputMaybe<Scalars['String']['input']>;
316
+ authType?: InputMaybe<Array<InputMaybe<ActionsAuthType>>>;
313
317
  extensionAri?: InputMaybe<Scalars['String']['input']>;
314
318
  integrationKey?: InputMaybe<Scalars['String']['input']>;
315
319
  oauthClientId?: InputMaybe<Scalars['String']['input']>;
@@ -3585,6 +3589,7 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
3585
3589
  featureOverrides?: Maybe<Array<Maybe<CcpMapEntry>>>;
3586
3590
  featureVariables?: Maybe<Array<Maybe<CcpMapEntry>>>;
3587
3591
  id: Scalars['ID']['output'];
3592
+ invoiceRequests?: Maybe<Array<Maybe<CcpInvoiceRequest>>>;
3588
3593
  latestUsageForChargeElement?: Maybe<Scalars['Int']['output']>;
3589
3594
  metadata?: Maybe<Array<Maybe<CcpMapEntry>>>;
3590
3595
  offering?: Maybe<CcpOffering>;
@@ -3695,6 +3700,29 @@ export declare type CcpInvoiceGroupExperienceCapabilities = CommerceInvoiceGroup
3695
3700
  configurePayment?: Maybe<CcpExperienceCapability>;
3696
3701
  configurePaymentV2?: Maybe<CcpConfigurePaymentMethodExperienceCapability>;
3697
3702
  };
3703
+ export declare type CcpInvoiceRequest = {
3704
+ __typename?: 'CcpInvoiceRequest';
3705
+ id: Scalars['ID']['output'];
3706
+ items?: Maybe<Array<Maybe<CcpInvoiceRequestItem>>>;
3707
+ };
3708
+ export declare type CcpInvoiceRequestItem = {
3709
+ __typename?: 'CcpInvoiceRequestItem';
3710
+ accruedCharges?: Maybe<Scalars['Boolean']['output']>;
3711
+ id?: Maybe<Scalars['ID']['output']>;
3712
+ offeringKey?: Maybe<Scalars['ID']['output']>;
3713
+ period?: Maybe<CcpInvoiceRequestItemPeriod>;
3714
+ planObj?: Maybe<CcpInvoiceRequestItemPlanObj>;
3715
+ quantity?: Maybe<Scalars['Int']['output']>;
3716
+ };
3717
+ export declare type CcpInvoiceRequestItemPeriod = {
3718
+ __typename?: 'CcpInvoiceRequestItemPeriod';
3719
+ endAt: Scalars['Float']['output'];
3720
+ startAt: Scalars['Float']['output'];
3721
+ };
3722
+ export declare type CcpInvoiceRequestItemPlanObj = {
3723
+ __typename?: 'CcpInvoiceRequestItemPlanObj';
3724
+ id?: Maybe<Scalars['ID']['output']>;
3725
+ };
3698
3726
  export declare type CcpListPriceEstimate = {
3699
3727
  __typename?: 'CcpListPriceEstimate';
3700
3728
  averageAmountPerUnit?: Maybe<Scalars['Float']['output']>;
@@ -4066,6 +4094,7 @@ export declare type CcpTransactionAccountExperienceCapabilities = CommerceTransa
4066
4094
  };
4067
4095
  export declare type CcpTrial = CommerceTrial & {
4068
4096
  __typename?: 'CcpTrial';
4097
+ endBehaviour?: Maybe<CcpTrialEndBehaviour>;
4069
4098
  endTimestamp?: Maybe<Scalars['Float']['output']>;
4070
4099
  listPriceEstimates?: Maybe<Array<Maybe<CcpListPriceEstimate>>>;
4071
4100
  offeringId?: Maybe<Scalars['ID']['output']>;
@@ -4073,6 +4102,10 @@ export declare type CcpTrial = CommerceTrial & {
4073
4102
  startTimestamp?: Maybe<Scalars['Float']['output']>;
4074
4103
  timeLeft?: Maybe<Scalars['Float']['output']>;
4075
4104
  };
4105
+ export declare enum CcpTrialEndBehaviour {
4106
+ BillingPlan = "BILLING_PLAN",
4107
+ TrialPlan = "TRIAL_PLAN"
4108
+ }
4076
4109
  export declare type CcpUsageUpdateCadence = {
4077
4110
  __typename?: 'CcpUsageUpdateCadence';
4078
4111
  cadenceIntervalMinutes?: Maybe<Scalars['Int']['output']>;
@@ -58279,12 +58312,28 @@ export declare type JiraFieldConfigFilterInput = {
58279
58312
  aliasFieldIds?: InputMaybe<Array<Scalars['String']['input']>>;
58280
58313
  cloudId: Scalars['ID']['input'];
58281
58314
  fieldIds?: InputMaybe<Array<Scalars['String']['input']>>;
58315
+ fieldStatus?: InputMaybe<JiraFieldStatusType>;
58282
58316
  includedFieldCategories?: InputMaybe<Array<JiraFieldCategoryType>>;
58283
58317
  includedFieldStatus?: InputMaybe<Array<JiraFieldStatusType>>;
58284
58318
  includedFieldTypes?: InputMaybe<Array<JiraConfigFieldType>>;
58319
+ orderBy?: InputMaybe<JiraFieldConfigOrderBy>;
58320
+ orderDirection?: InputMaybe<JiraFieldConfigOrderDirection>;
58285
58321
  projectIdOrKeys?: InputMaybe<Array<Scalars['String']['input']>>;
58286
58322
  searchString?: InputMaybe<Scalars['String']['input']>;
58287
58323
  };
58324
+ export declare enum JiraFieldConfigOrderBy {
58325
+ ContextCount = "CONTEXT_COUNT",
58326
+ LastUsed = "LAST_USED",
58327
+ Name = "NAME",
58328
+ PlannedDeleteDate = "PLANNED_DELETE_DATE",
58329
+ ProjectCount = "PROJECT_COUNT",
58330
+ ScreenCount = "SCREEN_COUNT",
58331
+ TrashedDate = "TRASHED_DATE"
58332
+ }
58333
+ export declare enum JiraFieldConfigOrderDirection {
58334
+ Asc = "ASC",
58335
+ Desc = "DESC"
58336
+ }
58288
58337
  export declare type JiraFieldConfigScheme = {
58289
58338
  __typename?: 'JiraFieldConfigScheme';
58290
58339
  description?: Maybe<Scalars['String']['output']>;
@@ -59955,6 +60004,7 @@ export declare type JiraIssueFieldConfig = Node & {
59955
60004
  associatedScreensCount?: Maybe<Scalars['Int']['output']>;
59956
60005
  customId?: Maybe<Scalars['Int']['output']>;
59957
60006
  dateCreated?: Maybe<Scalars['DateTime']['output']>;
60007
+ dateCreatedTimestamp?: Maybe<Scalars['Long']['output']>;
59958
60008
  defaultJqlClauseName?: Maybe<Scalars['String']['output']>;
59959
60009
  description?: Maybe<Scalars['String']['output']>;
59960
60010
  fieldId: Scalars['String']['output'];
@@ -59962,9 +60012,15 @@ export declare type JiraIssueFieldConfig = Node & {
59962
60012
  isCustom: Scalars['Boolean']['output'];
59963
60013
  isGlobal?: Maybe<Scalars['Boolean']['output']>;
59964
60014
  isLocked?: Maybe<Scalars['Boolean']['output']>;
60015
+ isTrashed?: Maybe<Scalars['Boolean']['output']>;
60016
+ isUnscreenable?: Maybe<Scalars['Boolean']['output']>;
59965
60017
  jqlClauseNames?: Maybe<Array<Scalars['String']['output']>>;
59966
60018
  lastUsed?: Maybe<Scalars['DateTime']['output']>;
60019
+ lastUsedTimestamp?: Maybe<Scalars['Long']['output']>;
59967
60020
  name: Scalars['String']['output'];
60021
+ plannedDeletionTimestamp?: Maybe<Scalars['Long']['output']>;
60022
+ trashedByUser?: Maybe<User>;
60023
+ trashedTimestamp?: Maybe<Scalars['Long']['output']>;
59968
60024
  type: JiraConfigFieldType;
59969
60025
  };
59970
60026
  export declare type JiraIssueFieldConfigAssociatedContextsArgs = {
@@ -69379,6 +69435,7 @@ export declare type JiraSubscription = {
69379
69435
  onCalendarIssueDeleted?: Maybe<JiraStreamHubResourceIdentifier>;
69380
69436
  onCalendarIssueUpdated?: Maybe<JiraIssueWithScenario>;
69381
69437
  onIssueCreatedByProject?: Maybe<JiraIssue>;
69438
+ onIssueCreatedByProjectNoEnrichment?: Maybe<JiraIssueCreatedStreamHubPayload>;
69382
69439
  onIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
69383
69440
  onIssueExported?: Maybe<JiraIssueExportEvent>;
69384
69441
  onIssueUpdatedByProject?: Maybe<JiraIssue>;
@@ -69435,6 +69492,10 @@ export declare type JiraSubscriptionOnIssueCreatedByProjectArgs = {
69435
69492
  cloudId: Scalars['ID']['input'];
69436
69493
  projectId: Scalars['String']['input'];
69437
69494
  };
69495
+ export declare type JiraSubscriptionOnIssueCreatedByProjectNoEnrichmentArgs = {
69496
+ cloudId: Scalars['ID']['input'];
69497
+ projectId: Scalars['String']['input'];
69498
+ };
69438
69499
  export declare type JiraSubscriptionOnIssueDeletedByProjectArgs = {
69439
69500
  cloudId: Scalars['ID']['input'];
69440
69501
  projectId: Scalars['String']['input'];
@@ -77139,7 +77200,7 @@ export declare type MercuryMediaToken = {
77139
77200
  token: Scalars['String']['output'];
77140
77201
  };
77141
77202
  export declare type MercuryMoveChangesInput = {
77142
- changes: Array<Scalars['ID']['input']>;
77203
+ changeIds: Array<Scalars['ID']['input']>;
77143
77204
  sourceChangeProposalId: Scalars['ID']['input'];
77144
77205
  targetChangeProposalId: Scalars['ID']['input'];
77145
77206
  };
@@ -78166,10 +78227,10 @@ export declare type MercuryUnarchiveFocusAreaPayload = Payload & {
78166
78227
  errors?: Maybe<Array<MutationError>>;
78167
78228
  success: Scalars['Boolean']['output'];
78168
78229
  };
78169
- export declare type MercuryUpdateChangeFocusArea = {
78230
+ export declare type MercuryUpdateChangeFocusAreaInput = {
78170
78231
  focusAreaId?: InputMaybe<Scalars['ID']['input']>;
78171
78232
  };
78172
- export declare type MercuryUpdateChangeMonetaryAmount = {
78233
+ export declare type MercuryUpdateChangeMonetaryAmountInput = {
78173
78234
  monetaryAmount?: InputMaybe<Scalars['BigDecimal']['input']>;
78174
78235
  };
78175
78236
  export declare type MercuryUpdateChangePayload = Payload & {
@@ -78218,7 +78279,7 @@ export declare type MercuryUpdateChangeProposalPayload = Payload & {
78218
78279
  success: Scalars['Boolean']['output'];
78219
78280
  updatedChangeProposal?: Maybe<MercuryChangeProposal>;
78220
78281
  };
78221
- export declare type MercuryUpdateChangeQuantity = {
78282
+ export declare type MercuryUpdateChangeQuantityInput = {
78222
78283
  quantity?: InputMaybe<Scalars['Int']['input']>;
78223
78284
  };
78224
78285
  export declare type MercuryUpdateCommentInput = {
@@ -78273,17 +78334,17 @@ export declare type MercuryUpdateFocusAreaTargetDateInput = {
78273
78334
  targetDateType?: InputMaybe<MercuryTargetDateType>;
78274
78335
  };
78275
78336
  export declare type MercuryUpdateMoveFundsChangeInput = {
78276
- amount?: InputMaybe<MercuryUpdateChangeMonetaryAmount>;
78337
+ amount?: InputMaybe<MercuryUpdateChangeMonetaryAmountInput>;
78277
78338
  changeId: Scalars['ID']['input'];
78278
- sourceFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusArea>;
78279
- targetFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusArea>;
78339
+ sourceFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusAreaInput>;
78340
+ targetFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusAreaInput>;
78280
78341
  };
78281
78342
  export declare type MercuryUpdateMovePositionsChangeInput = {
78282
78343
  changeId: Scalars['ID']['input'];
78283
- cost?: InputMaybe<MercuryUpdateChangeMonetaryAmount>;
78284
- positionsAmount?: InputMaybe<MercuryUpdateChangeQuantity>;
78285
- sourceFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusArea>;
78286
- targetFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusArea>;
78344
+ cost?: InputMaybe<MercuryUpdateChangeMonetaryAmountInput>;
78345
+ positionsAmount?: InputMaybe<MercuryUpdateChangeQuantityInput>;
78346
+ sourceFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusAreaInput>;
78347
+ targetFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusAreaInput>;
78287
78348
  };
78288
78349
  export declare type MercuryUpdatePortfolioNameInput = {
78289
78350
  cloudId: Scalars['ID']['input'];
@@ -78297,15 +78358,15 @@ export declare type MercuryUpdatePortfolioPayload = Payload & {
78297
78358
  updatedPortfolio?: Maybe<MercuryPortfolio>;
78298
78359
  };
78299
78360
  export declare type MercuryUpdateRequestFundsChangeInput = {
78300
- amount?: InputMaybe<MercuryUpdateChangeMonetaryAmount>;
78361
+ amount?: InputMaybe<MercuryUpdateChangeMonetaryAmountInput>;
78301
78362
  changeId: Scalars['ID']['input'];
78302
- targetFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusArea>;
78363
+ targetFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusAreaInput>;
78303
78364
  };
78304
78365
  export declare type MercuryUpdateRequestPositionsChangeInput = {
78305
78366
  changeId: Scalars['ID']['input'];
78306
- cost?: InputMaybe<MercuryUpdateChangeMonetaryAmount>;
78307
- positionsAmount?: InputMaybe<MercuryUpdateChangeQuantity>;
78308
- targetFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusArea>;
78367
+ cost?: InputMaybe<MercuryUpdateChangeMonetaryAmountInput>;
78368
+ positionsAmount?: InputMaybe<MercuryUpdateChangeQuantityInput>;
78369
+ targetFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusAreaInput>;
78309
78370
  };
78310
78371
  export declare type MercuryUpdateStrategicEventCommentInput = {
78311
78372
  cloudId?: InputMaybe<Scalars['ID']['input']>;
@@ -87547,6 +87608,7 @@ export declare enum RateLimitingCurrency {
87547
87608
  ForgeAlertsCurrency = "FORGE_ALERTS_CURRENCY",
87548
87609
  ForgeAppContributorCurrency = "FORGE_APP_CONTRIBUTOR_CURRENCY",
87549
87610
  ForgeAuditLogsCurrency = "FORGE_AUDIT_LOGS_CURRENCY",
87611
+ ForgeCustomMetricsCurrency = "FORGE_CUSTOM_METRICS_CURRENCY",
87550
87612
  ForgeMetricsCurrency = "FORGE_METRICS_CURRENCY",
87551
87613
  HelpCenterCurrency = "HELP_CENTER_CURRENCY",
87552
87614
  HelpLayoutCurrency = "HELP_LAYOUT_CURRENCY",