@forge/cli-shared 4.2.0-next.2 → 4.2.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,19 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 4.2.0-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6f758c0]
8
+ - @forge/manifest@7.2.2-next.2
9
+
10
+ ## 4.2.0-next.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [ebaf7ed]
15
+ - @forge/manifest@7.2.2-next.1
16
+
3
17
  ## 4.2.0-next.2
4
18
 
5
19
  ### Minor Changes
@@ -9813,6 +9813,7 @@ export declare type DevOpsBuildProvider = DevOpsDataProvider & {
9813
9813
  id: Scalars['ID']['output'];
9814
9814
  logoUrl?: Maybe<Scalars['URL']['output']>;
9815
9815
  name?: Maybe<Scalars['String']['output']>;
9816
+ namespace?: Maybe<DevOpsProviderNamespace>;
9816
9817
  providerType?: Maybe<DevOpsProviderType>;
9817
9818
  supportedActions?: Maybe<DevOpsSupportedActions>;
9818
9819
  };
@@ -9862,6 +9863,7 @@ export declare type DevOpsComponentsProvider = DevOpsDataProvider & {
9862
9863
  linkedContainers?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentConnection>;
9863
9864
  logoUrl?: Maybe<Scalars['URL']['output']>;
9864
9865
  name?: Maybe<Scalars['String']['output']>;
9866
+ namespace?: Maybe<DevOpsProviderNamespace>;
9865
9867
  providerType?: Maybe<DevOpsProviderType>;
9866
9868
  supportedActions?: Maybe<DevOpsSupportedActions>;
9867
9869
  };
@@ -9885,6 +9887,7 @@ export declare type DevOpsDataProvider = {
9885
9887
  id: Scalars['ID']['output'];
9886
9888
  logoUrl?: Maybe<Scalars['URL']['output']>;
9887
9889
  name?: Maybe<Scalars['String']['output']>;
9890
+ namespace?: Maybe<DevOpsProviderNamespace>;
9888
9891
  providerType?: Maybe<DevOpsProviderType>;
9889
9892
  supportedActions?: Maybe<DevOpsSupportedActions>;
9890
9893
  };
@@ -9900,6 +9903,7 @@ export declare type DevOpsDeploymentProvider = DevOpsDataProvider & {
9900
9903
  id: Scalars['ID']['output'];
9901
9904
  logoUrl?: Maybe<Scalars['URL']['output']>;
9902
9905
  name?: Maybe<Scalars['String']['output']>;
9906
+ namespace?: Maybe<DevOpsProviderNamespace>;
9903
9907
  providerType?: Maybe<DevOpsProviderType>;
9904
9908
  supportedActions?: Maybe<DevOpsSupportedActions>;
9905
9909
  };
@@ -9938,6 +9942,7 @@ export declare type DevOpsDesignProvider = DevOpsDataProvider & {
9938
9942
  id: Scalars['ID']['output'];
9939
9943
  logoUrl?: Maybe<Scalars['URL']['output']>;
9940
9944
  name?: Maybe<Scalars['String']['output']>;
9945
+ namespace?: Maybe<DevOpsProviderNamespace>;
9941
9946
  providerType?: Maybe<DevOpsProviderType>;
9942
9947
  supportedActions?: Maybe<DevOpsSupportedActions>;
9943
9948
  };
@@ -9966,6 +9971,7 @@ export declare type DevOpsDevInfoProvider = DevOpsDataProvider & {
9966
9971
  id: Scalars['ID']['output'];
9967
9972
  logoUrl?: Maybe<Scalars['URL']['output']>;
9968
9973
  name?: Maybe<Scalars['String']['output']>;
9974
+ namespace?: Maybe<DevOpsProviderNamespace>;
9969
9975
  providerType?: Maybe<DevOpsProviderType>;
9970
9976
  supportedActions?: Maybe<DevOpsSupportedActions>;
9971
9977
  workspaces?: Maybe<ToolchainWorkspaceConnection>;
@@ -10031,6 +10037,7 @@ export declare type DevOpsDocumentationProvider = DevOpsDataProvider & {
10031
10037
  linkedContainers?: Maybe<AriGraphRelationshipConnection>;
10032
10038
  logoUrl?: Maybe<Scalars['URL']['output']>;
10033
10039
  name?: Maybe<Scalars['String']['output']>;
10040
+ namespace?: Maybe<DevOpsProviderNamespace>;
10034
10041
  providerType?: Maybe<DevOpsProviderType>;
10035
10042
  supportedActions?: Maybe<DevOpsSupportedActions>;
10036
10043
  };
@@ -10123,6 +10130,7 @@ export declare type DevOpsFeatureFlagProvider = DevOpsDataProvider & {
10123
10130
  id: Scalars['ID']['output'];
10124
10131
  logoUrl?: Maybe<Scalars['URL']['output']>;
10125
10132
  name?: Maybe<Scalars['String']['output']>;
10133
+ namespace?: Maybe<DevOpsProviderNamespace>;
10126
10134
  providerType?: Maybe<DevOpsProviderType>;
10127
10135
  supportedActions?: Maybe<DevOpsSupportedActions>;
10128
10136
  };
@@ -10406,6 +10414,7 @@ export declare type DevOpsOperationsProvider = DevOpsDataProvider & {
10406
10414
  linkedContainers?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentConnection>;
10407
10415
  logoUrl?: Maybe<Scalars['URL']['output']>;
10408
10416
  name?: Maybe<Scalars['String']['output']>;
10417
+ namespace?: Maybe<DevOpsProviderNamespace>;
10409
10418
  providerType?: Maybe<DevOpsProviderType>;
10410
10419
  supportedActions?: Maybe<DevOpsSupportedActions>;
10411
10420
  };
@@ -10434,6 +10443,12 @@ export declare type DevOpsProviderLinks = {
10434
10443
  home?: Maybe<Scalars['URL']['output']>;
10435
10444
  listDeploymentsTemplate?: Maybe<Scalars['URL']['output']>;
10436
10445
  };
10446
+ export declare enum DevOpsProviderNamespace {
10447
+ Asap = "ASAP",
10448
+ Classic = "CLASSIC",
10449
+ Forge = "FORGE",
10450
+ Oauth = "OAUTH"
10451
+ }
10437
10452
  export declare enum DevOpsProviderType {
10438
10453
  Build = "BUILD",
10439
10454
  Deployment = "DEPLOYMENT",
@@ -10513,6 +10528,7 @@ export declare type DevOpsRemoteLinksProvider = DevOpsDataProvider & {
10513
10528
  id: Scalars['ID']['output'];
10514
10529
  logoUrl?: Maybe<Scalars['URL']['output']>;
10515
10530
  name?: Maybe<Scalars['String']['output']>;
10531
+ namespace?: Maybe<DevOpsProviderNamespace>;
10516
10532
  providerType?: Maybe<DevOpsProviderType>;
10517
10533
  supportedActions?: Maybe<DevOpsSupportedActions>;
10518
10534
  };
@@ -10551,6 +10567,7 @@ export declare type DevOpsSecurityProvider = DevOpsDataProvider & {
10551
10567
  linkedWorkspaces?: Maybe<AriGraphRelationshipConnection>;
10552
10568
  logoUrl?: Maybe<Scalars['URL']['output']>;
10553
10569
  name?: Maybe<Scalars['String']['output']>;
10570
+ namespace?: Maybe<DevOpsProviderNamespace>;
10554
10571
  providerType?: Maybe<DevOpsProviderType>;
10555
10572
  supportedActions?: Maybe<DevOpsSupportedActions>;
10556
10573
  workspaces?: Maybe<ToolchainWorkspaceConnection>;
@@ -26329,8 +26346,8 @@ export declare type HelpCenterQueryApiMediaConfigArgs = {
26329
26346
  export declare type HelpCenterQueryResult = HelpCenter | QueryError;
26330
26347
  export declare type HelpCenterQueryResultConnection = {
26331
26348
  __typename?: 'HelpCenterQueryResultConnection';
26332
- edges?: Maybe<Array<Maybe<HelpCenterQueryResultEdge>>>;
26333
- nodes?: Maybe<Array<Maybe<HelpCenterQueryResult>>>;
26349
+ edges?: Maybe<Array<HelpCenterQueryResultEdge>>;
26350
+ nodes?: Maybe<Array<HelpCenterQueryResult>>;
26334
26351
  pageInfo: PageInfo;
26335
26352
  };
26336
26353
  export declare type HelpCenterQueryResultEdge = {
@@ -27528,6 +27545,7 @@ export declare type Insights = {
27528
27545
  };
27529
27546
  export declare type InsightsGithubOnboardingDetailsArgs = {
27530
27547
  cloudId: Scalars['ID']['input'];
27548
+ projectAri?: InputMaybe<Scalars['ID']['input']>;
27531
27549
  };
27532
27550
  export declare type InsightsNextBestTasksByContextAriArgs = {
27533
27551
  contextAri: InsightsContextAri;
@@ -33725,6 +33743,7 @@ export declare type JiraMutation = {
33725
33743
  updateMultipleVersionPickerField?: Maybe<JiraMultipleVersionPickerFieldPayload>;
33726
33744
  updateNumberField?: Maybe<JiraNumberFieldPayload>;
33727
33745
  updateParentField?: Maybe<JiraParentFieldPayload>;
33746
+ updatePeopleField?: Maybe<JiraPeopleFieldPayload>;
33728
33747
  updatePriorityField?: Maybe<JiraPriorityFieldPayload>;
33729
33748
  updateProjectField?: Maybe<JiraProjectFieldPayload>;
33730
33749
  updateProjectNotificationPreferences?: Maybe<JiraUpdateProjectNotificationPreferencesPayload>;
@@ -34080,6 +34099,9 @@ export declare type JiraMutationUpdateNumberFieldArgs = {
34080
34099
  export declare type JiraMutationUpdateParentFieldArgs = {
34081
34100
  input: JiraUpdateParentFieldInput;
34082
34101
  };
34102
+ export declare type JiraMutationUpdatePeopleFieldArgs = {
34103
+ input: JiraUpdatePeopleFieldInput;
34104
+ };
34083
34105
  export declare type JiraMutationUpdatePriorityFieldArgs = {
34084
34106
  input: JiraUpdatePriorityFieldInput;
34085
34107
  };
@@ -34739,6 +34761,7 @@ export declare type JiraPeopleFieldSelectedUsersConnectionArgs = {
34739
34761
  export declare type JiraPeopleFieldUsersArgs = {
34740
34762
  after?: InputMaybe<Scalars['String']['input']>;
34741
34763
  before?: InputMaybe<Scalars['String']['input']>;
34764
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
34742
34765
  first?: InputMaybe<Scalars['Int']['input']>;
34743
34766
  last?: InputMaybe<Scalars['Int']['input']>;
34744
34767
  searchBy?: InputMaybe<Scalars['String']['input']>;
@@ -40702,9 +40725,9 @@ export declare type JsmChatCreateChannelOutput = {
40702
40725
  status: Scalars['Boolean']['output'];
40703
40726
  };
40704
40727
  export declare type JsmChatCreateCommentInput = {
40705
- jiraIssueAri: Scalars['ID']['input'];
40706
- message: Scalars['String']['input'];
40707
- messageSource: Scalars['String']['input'];
40728
+ message: Scalars['JSON']['input'];
40729
+ messageSource: JsmChatMessageSource;
40730
+ messageType: JsmChatMessageType;
40708
40731
  };
40709
40732
  export declare type JsmChatCreateCommentOutput = {
40710
40733
  __typename?: 'JsmChatCreateCommentOutput';
@@ -40735,6 +40758,12 @@ export declare type JsmChatInitializeNativeConfigResponse = {
40735
40758
  __typename?: 'JsmChatInitializeNativeConfigResponse';
40736
40759
  nativeConfigEnabled?: Maybe<Scalars['Boolean']['output']>;
40737
40760
  };
40761
+ export declare enum JsmChatMessageSource {
40762
+ Email = "EMAIL"
40763
+ }
40764
+ export declare enum JsmChatMessageType {
40765
+ Adf = "ADF"
40766
+ }
40738
40767
  export declare type JsmChatMutation = {
40739
40768
  __typename?: 'JsmChatMutation';
40740
40769
  createChannel: JsmChatCreateChannelOutput;
@@ -40749,6 +40778,8 @@ export declare type JsmChatMutationCreateChannelArgs = {
40749
40778
  };
40750
40779
  export declare type JsmChatMutationCreateCommentArgs = {
40751
40780
  input: JsmChatCreateCommentInput;
40781
+ jiraIssueAri: Scalars['ID']['input'];
40782
+ workspaceAri: Scalars['ID']['input'];
40752
40783
  };
40753
40784
  export declare type JsmChatMutationDisconnectJiraProjectArgs = {
40754
40785
  input: JsmChatDisconnectJiraProjectInput;
@@ -47255,6 +47286,7 @@ export declare enum SearchSortOrder {
47255
47286
  }
47256
47287
  export declare type SearchThirdPartyFilter = {
47257
47288
  range?: InputMaybe<Array<InputMaybe<SearchThirdPartyRangeFilter>>>;
47289
+ thirdPartyTypes?: InputMaybe<Array<Scalars['String']['input']>>;
47258
47290
  titleMatchOnly?: InputMaybe<Scalars['Boolean']['input']>;
47259
47291
  };
47260
47292
  export declare enum SearchThirdPartyRangeField {
@@ -47901,6 +47933,7 @@ export declare type ShepherdCustomDetectionMutationPayload = Payload & {
47901
47933
  };
47902
47934
  export declare type ShepherdCustomDetectionValueType = ShepherdCustomContentScanningDetection;
47903
47935
  export declare enum ShepherdCustomScanningMatchType {
47936
+ Regex = "REGEX",
47904
47937
  String = "STRING",
47905
47938
  Word = "WORD"
47906
47939
  }