@forge/cli-shared 8.15.0-next.2 → 8.15.0-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.
|
@@ -5752,6 +5752,10 @@ export declare type ArjHierarchyConfigurationLevel = {
|
|
|
5752
5752
|
issueTypes?: Maybe<Array<Scalars['String']['output']>>;
|
|
5753
5753
|
title: Scalars['String']['output'];
|
|
5754
5754
|
};
|
|
5755
|
+
export declare type AssetsAttributeOnObject = {
|
|
5756
|
+
attribute?: Maybe<AssetsObjectTypeAttribute>;
|
|
5757
|
+
id: Scalars['ID']['output'];
|
|
5758
|
+
};
|
|
5755
5759
|
export declare type AssetsAvatar = {
|
|
5756
5760
|
__typename?: 'AssetsAvatar';
|
|
5757
5761
|
url16?: Maybe<Scalars['String']['output']>;
|
|
@@ -5760,6 +5764,17 @@ export declare type AssetsAvatar = {
|
|
|
5760
5764
|
url144?: Maybe<Scalars['String']['output']>;
|
|
5761
5765
|
url288?: Maybe<Scalars['String']['output']>;
|
|
5762
5766
|
};
|
|
5767
|
+
export declare type AssetsBooleanAttributeOnObject = AssetsAttributeOnObject & {
|
|
5768
|
+
__typename?: 'AssetsBooleanAttributeOnObject';
|
|
5769
|
+
attribute?: Maybe<AssetsObjectTypeAttribute>;
|
|
5770
|
+
id: Scalars['ID']['output'];
|
|
5771
|
+
values: Array<AssetsBooleanAttributeValue>;
|
|
5772
|
+
};
|
|
5773
|
+
export declare type AssetsBooleanAttributeValue = {
|
|
5774
|
+
__typename?: 'AssetsBooleanAttributeValue';
|
|
5775
|
+
displayValue: Scalars['String']['output'];
|
|
5776
|
+
value?: Maybe<Scalars['Boolean']['output']>;
|
|
5777
|
+
};
|
|
5763
5778
|
export declare type AssetsDmAdapter = {
|
|
5764
5779
|
__typename?: 'AssetsDMAdapter';
|
|
5765
5780
|
dataSourceType?: Maybe<Scalars['String']['output']>;
|
|
@@ -6437,6 +6452,7 @@ export declare type AssetsDmDataSourceFormFieldsQualysReportsArgs = {
|
|
|
6437
6452
|
export declare type AssetsDmDataSourceHeaderDetails = {
|
|
6438
6453
|
__typename?: 'AssetsDMDataSourceHeaderDetails';
|
|
6439
6454
|
dataSourceName: Scalars['String']['output'];
|
|
6455
|
+
objectClassId?: Maybe<Scalars['ID']['output']>;
|
|
6440
6456
|
objectClassName: Scalars['String']['output'];
|
|
6441
6457
|
};
|
|
6442
6458
|
export declare type AssetsDmDataSourceInfo = {
|
|
@@ -7758,18 +7774,100 @@ export declare type AssetsDmUpdateDefaultCleansingRuleResponse = {
|
|
|
7758
7774
|
isSuccessful: Scalars['Boolean']['output'];
|
|
7759
7775
|
message?: Maybe<Scalars['String']['output']>;
|
|
7760
7776
|
};
|
|
7777
|
+
export declare type AssetsDateAttributeOnObject = AssetsAttributeOnObject & {
|
|
7778
|
+
__typename?: 'AssetsDateAttributeOnObject';
|
|
7779
|
+
attribute?: Maybe<AssetsObjectTypeAttribute>;
|
|
7780
|
+
id: Scalars['ID']['output'];
|
|
7781
|
+
values: Array<AssetsDateAttributeValue>;
|
|
7782
|
+
};
|
|
7783
|
+
export declare type AssetsDateAttributeValue = {
|
|
7784
|
+
__typename?: 'AssetsDateAttributeValue';
|
|
7785
|
+
displayValue: Scalars['String']['output'];
|
|
7786
|
+
};
|
|
7787
|
+
export declare type AssetsDatetimeAttributeOnObject = AssetsAttributeOnObject & {
|
|
7788
|
+
__typename?: 'AssetsDatetimeAttributeOnObject';
|
|
7789
|
+
attribute?: Maybe<AssetsObjectTypeAttribute>;
|
|
7790
|
+
id: Scalars['ID']['output'];
|
|
7791
|
+
values: Array<AssetsDatetimeAttributeValue>;
|
|
7792
|
+
};
|
|
7793
|
+
export declare type AssetsDatetimeAttributeValue = {
|
|
7794
|
+
__typename?: 'AssetsDatetimeAttributeValue';
|
|
7795
|
+
displayValue: Scalars['String']['output'];
|
|
7796
|
+
value?: Maybe<Scalars['DateTime']['output']>;
|
|
7797
|
+
};
|
|
7798
|
+
export declare type AssetsEmailAttributeOnObject = AssetsAttributeOnObject & {
|
|
7799
|
+
__typename?: 'AssetsEmailAttributeOnObject';
|
|
7800
|
+
attribute?: Maybe<AssetsObjectTypeAttribute>;
|
|
7801
|
+
id: Scalars['ID']['output'];
|
|
7802
|
+
values: Array<AssetsEmailAttributeValue>;
|
|
7803
|
+
};
|
|
7804
|
+
export declare type AssetsEmailAttributeValue = {
|
|
7805
|
+
__typename?: 'AssetsEmailAttributeValue';
|
|
7806
|
+
displayValue: Scalars['String']['output'];
|
|
7807
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
7808
|
+
};
|
|
7809
|
+
export declare type AssetsFloatAttributeOnObject = AssetsAttributeOnObject & {
|
|
7810
|
+
__typename?: 'AssetsFloatAttributeOnObject';
|
|
7811
|
+
attribute?: Maybe<AssetsObjectTypeAttribute>;
|
|
7812
|
+
id: Scalars['ID']['output'];
|
|
7813
|
+
values: Array<AssetsFloatAttributeValue>;
|
|
7814
|
+
};
|
|
7815
|
+
export declare type AssetsFloatAttributeValue = {
|
|
7816
|
+
__typename?: 'AssetsFloatAttributeValue';
|
|
7817
|
+
displayValue: Scalars['String']['output'];
|
|
7818
|
+
value?: Maybe<Scalars['Float']['output']>;
|
|
7819
|
+
};
|
|
7820
|
+
export declare type AssetsGroupAttributeOnObject = AssetsAttributeOnObject & {
|
|
7821
|
+
__typename?: 'AssetsGroupAttributeOnObject';
|
|
7822
|
+
attribute?: Maybe<AssetsObjectTypeAttribute>;
|
|
7823
|
+
id: Scalars['ID']['output'];
|
|
7824
|
+
values: Array<AssetsGroupAttributeValue>;
|
|
7825
|
+
};
|
|
7826
|
+
export declare type AssetsGroupAttributeValue = {
|
|
7827
|
+
__typename?: 'AssetsGroupAttributeValue';
|
|
7828
|
+
displayValue: Scalars['String']['output'];
|
|
7829
|
+
value?: Maybe<AssetsGroupValueData>;
|
|
7830
|
+
};
|
|
7831
|
+
export declare type AssetsGroupValueData = {
|
|
7832
|
+
__typename?: 'AssetsGroupValueData';
|
|
7833
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
7834
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7835
|
+
};
|
|
7836
|
+
export declare type AssetsIpAddressAttributeOnObject = AssetsAttributeOnObject & {
|
|
7837
|
+
__typename?: 'AssetsIPAddressAttributeOnObject';
|
|
7838
|
+
attribute?: Maybe<AssetsObjectTypeAttribute>;
|
|
7839
|
+
id: Scalars['ID']['output'];
|
|
7840
|
+
values: Array<AssetsIpAddressAttributeValue>;
|
|
7841
|
+
};
|
|
7842
|
+
export declare type AssetsIpAddressAttributeValue = {
|
|
7843
|
+
__typename?: 'AssetsIPAddressAttributeValue';
|
|
7844
|
+
displayValue: Scalars['String']['output'];
|
|
7845
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
7846
|
+
};
|
|
7761
7847
|
export declare type AssetsIcon = {
|
|
7762
7848
|
__typename?: 'AssetsIcon';
|
|
7763
7849
|
id?: Maybe<Scalars['String']['output']>;
|
|
7764
7850
|
url16?: Maybe<Scalars['String']['output']>;
|
|
7765
7851
|
url48?: Maybe<Scalars['String']['output']>;
|
|
7766
7852
|
};
|
|
7853
|
+
export declare type AssetsIntegerAttributeOnObject = AssetsAttributeOnObject & {
|
|
7854
|
+
__typename?: 'AssetsIntegerAttributeOnObject';
|
|
7855
|
+
attribute?: Maybe<AssetsObjectTypeAttribute>;
|
|
7856
|
+
id: Scalars['ID']['output'];
|
|
7857
|
+
values: Array<AssetsIntegerAttributeValue>;
|
|
7858
|
+
};
|
|
7859
|
+
export declare type AssetsIntegerAttributeValue = {
|
|
7860
|
+
__typename?: 'AssetsIntegerAttributeValue';
|
|
7861
|
+
displayValue: Scalars['String']['output'];
|
|
7862
|
+
value?: Maybe<Scalars['Int']['output']>;
|
|
7863
|
+
};
|
|
7767
7864
|
export declare type AssetsLinks = {
|
|
7768
7865
|
__typename?: 'AssetsLinks';
|
|
7769
7866
|
web?: Maybe<Scalars['String']['output']>;
|
|
7770
7867
|
};
|
|
7771
|
-
export declare type AssetsObject = Node & {
|
|
7868
|
+
export declare type AssetsObject = AssetsObjectNode & Node & {
|
|
7772
7869
|
__typename?: 'AssetsObject';
|
|
7870
|
+
attributes?: Maybe<Array<Maybe<AssetsAttributeOnObject>>>;
|
|
7773
7871
|
avatar?: Maybe<AssetsAvatar>;
|
|
7774
7872
|
created?: Maybe<Scalars['DateTime']['output']>;
|
|
7775
7873
|
displayTypename?: Maybe<Scalars['String']['output']>;
|
|
@@ -7781,6 +7879,48 @@ export declare type AssetsObject = Node & {
|
|
|
7781
7879
|
sequentialId?: Maybe<Scalars['String']['output']>;
|
|
7782
7880
|
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
7783
7881
|
};
|
|
7882
|
+
export declare type AssetsObjectAttributesArgs = {
|
|
7883
|
+
ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
7884
|
+
};
|
|
7885
|
+
export declare type AssetsObjectAqlResult = {
|
|
7886
|
+
__typename?: 'AssetsObjectAQLResult';
|
|
7887
|
+
items: Array<AssetsObjectNode>;
|
|
7888
|
+
limit?: Maybe<Scalars['Int']['output']>;
|
|
7889
|
+
offset?: Maybe<Scalars['Int']['output']>;
|
|
7890
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
7891
|
+
};
|
|
7892
|
+
export declare type AssetsObjectAttribute = AssetsObjectTypeAttribute & {
|
|
7893
|
+
__typename?: 'AssetsObjectAttribute';
|
|
7894
|
+
id: Scalars['ID']['output'];
|
|
7895
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7896
|
+
qlQuery?: Maybe<Scalars['String']['output']>;
|
|
7897
|
+
referenceObjectType?: Maybe<AssetsObjectType>;
|
|
7898
|
+
};
|
|
7899
|
+
export declare type AssetsObjectNode = {
|
|
7900
|
+
attributes?: Maybe<Array<Maybe<AssetsAttributeOnObject>>>;
|
|
7901
|
+
avatar?: Maybe<AssetsAvatar>;
|
|
7902
|
+
created?: Maybe<Scalars['DateTime']['output']>;
|
|
7903
|
+
id: Scalars['ID']['output'];
|
|
7904
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
7905
|
+
links?: Maybe<AssetsLinks>;
|
|
7906
|
+
objectKey?: Maybe<Scalars['String']['output']>;
|
|
7907
|
+
objectType?: Maybe<AssetsObjectType>;
|
|
7908
|
+
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
7909
|
+
};
|
|
7910
|
+
export declare type AssetsObjectNodeAttributesArgs = {
|
|
7911
|
+
ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
7912
|
+
};
|
|
7913
|
+
export declare type AssetsObjectReferenceAttributeOnObject = AssetsAttributeOnObject & {
|
|
7914
|
+
__typename?: 'AssetsObjectReferenceAttributeOnObject';
|
|
7915
|
+
attribute?: Maybe<AssetsObjectAttribute>;
|
|
7916
|
+
id: Scalars['ID']['output'];
|
|
7917
|
+
values: Array<AssetsObjectReferenceAttributeValue>;
|
|
7918
|
+
};
|
|
7919
|
+
export declare type AssetsObjectReferenceAttributeValue = {
|
|
7920
|
+
__typename?: 'AssetsObjectReferenceAttributeValue';
|
|
7921
|
+
displayValue: Scalars['String']['output'];
|
|
7922
|
+
value?: Maybe<AssetsObjectType>;
|
|
7923
|
+
};
|
|
7784
7924
|
export declare type AssetsObjectType = Node & {
|
|
7785
7925
|
__typename?: 'AssetsObjectType';
|
|
7786
7926
|
created?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -7793,6 +7933,10 @@ export declare type AssetsObjectType = Node & {
|
|
|
7793
7933
|
sequentialId?: Maybe<Scalars['String']['output']>;
|
|
7794
7934
|
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
7795
7935
|
};
|
|
7936
|
+
export declare type AssetsObjectTypeAttribute = {
|
|
7937
|
+
id: Scalars['ID']['output'];
|
|
7938
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7939
|
+
};
|
|
7796
7940
|
export declare type AssetsSchema = Node & {
|
|
7797
7941
|
__typename?: 'AssetsSchema';
|
|
7798
7942
|
created?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -7804,6 +7948,148 @@ export declare type AssetsSchema = Node & {
|
|
|
7804
7948
|
sequentialId?: Maybe<Scalars['String']['output']>;
|
|
7805
7949
|
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
7806
7950
|
};
|
|
7951
|
+
export declare type AssetsSelectAttribute = AssetsObjectTypeAttribute & {
|
|
7952
|
+
__typename?: 'AssetsSelectAttribute';
|
|
7953
|
+
id: Scalars['ID']['output'];
|
|
7954
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7955
|
+
options?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
7956
|
+
};
|
|
7957
|
+
export declare type AssetsSelectAttributeOnObject = AssetsAttributeOnObject & {
|
|
7958
|
+
__typename?: 'AssetsSelectAttributeOnObject';
|
|
7959
|
+
attribute?: Maybe<AssetsSelectAttribute>;
|
|
7960
|
+
id: Scalars['ID']['output'];
|
|
7961
|
+
values: Array<AssetsSelectAttributeValue>;
|
|
7962
|
+
};
|
|
7963
|
+
export declare type AssetsSelectAttributeValue = {
|
|
7964
|
+
__typename?: 'AssetsSelectAttributeValue';
|
|
7965
|
+
displayValue: Scalars['String']['output'];
|
|
7966
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
7967
|
+
};
|
|
7968
|
+
export declare type AssetsServiceObject = AssetsObjectNode & {
|
|
7969
|
+
__typename?: 'AssetsServiceObject';
|
|
7970
|
+
alertCount?: Maybe<Scalars['Int']['output']>;
|
|
7971
|
+
attributes?: Maybe<Array<Maybe<AssetsAttributeOnObject>>>;
|
|
7972
|
+
avatar?: Maybe<AssetsAvatar>;
|
|
7973
|
+
created?: Maybe<Scalars['DateTime']['output']>;
|
|
7974
|
+
id: Scalars['ID']['output'];
|
|
7975
|
+
inboundDependencyCount?: Maybe<Scalars['Int']['output']>;
|
|
7976
|
+
incidentCount?: Maybe<Scalars['Int']['output']>;
|
|
7977
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
7978
|
+
legacyId?: Maybe<Scalars['String']['output']>;
|
|
7979
|
+
links?: Maybe<AssetsLinks>;
|
|
7980
|
+
objectKey?: Maybe<Scalars['String']['output']>;
|
|
7981
|
+
objectType?: Maybe<AssetsObjectType>;
|
|
7982
|
+
outboundDependencyCount?: Maybe<Scalars['Int']['output']>;
|
|
7983
|
+
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
7984
|
+
};
|
|
7985
|
+
export declare type AssetsServiceObjectAttributesArgs = {
|
|
7986
|
+
ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
7987
|
+
};
|
|
7988
|
+
export declare type AssetsSpaceAttributeOnObject = AssetsAttributeOnObject & {
|
|
7989
|
+
__typename?: 'AssetsSpaceAttributeOnObject';
|
|
7990
|
+
attribute?: Maybe<AssetsObjectTypeAttribute>;
|
|
7991
|
+
id: Scalars['ID']['output'];
|
|
7992
|
+
values: Array<AssetsSpaceAttributeValue>;
|
|
7993
|
+
};
|
|
7994
|
+
export declare type AssetsSpaceAttributeValue = {
|
|
7995
|
+
__typename?: 'AssetsSpaceAttributeValue';
|
|
7996
|
+
displayValue: Scalars['String']['output'];
|
|
7997
|
+
value?: Maybe<AssetsSpaceValueData>;
|
|
7998
|
+
};
|
|
7999
|
+
export declare type AssetsSpaceValueData = {
|
|
8000
|
+
__typename?: 'AssetsSpaceValueData';
|
|
8001
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
8002
|
+
id: Scalars['ID']['output'];
|
|
8003
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
8004
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
8005
|
+
};
|
|
8006
|
+
export declare type AssetsStatusAttribute = AssetsObjectTypeAttribute & {
|
|
8007
|
+
__typename?: 'AssetsStatusAttribute';
|
|
8008
|
+
allowedStatusTypes?: Maybe<Array<AssetsStatusType>>;
|
|
8009
|
+
id: Scalars['ID']['output'];
|
|
8010
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
8011
|
+
};
|
|
8012
|
+
export declare type AssetsStatusAttributeOnObject = AssetsAttributeOnObject & {
|
|
8013
|
+
__typename?: 'AssetsStatusAttributeOnObject';
|
|
8014
|
+
attribute?: Maybe<AssetsStatusAttribute>;
|
|
8015
|
+
id: Scalars['ID']['output'];
|
|
8016
|
+
values: Array<AssetsStatusAttributeValue>;
|
|
8017
|
+
};
|
|
8018
|
+
export declare type AssetsStatusAttributeValue = {
|
|
8019
|
+
__typename?: 'AssetsStatusAttributeValue';
|
|
8020
|
+
displayValue: Scalars['String']['output'];
|
|
8021
|
+
value?: Maybe<AssetsStatusType>;
|
|
8022
|
+
};
|
|
8023
|
+
export declare enum AssetsStatusCategory {
|
|
8024
|
+
Moved = "MOVED",
|
|
8025
|
+
Removed = "REMOVED",
|
|
8026
|
+
Success = "SUCCESS"
|
|
8027
|
+
}
|
|
8028
|
+
export declare type AssetsStatusType = {
|
|
8029
|
+
__typename?: 'AssetsStatusType';
|
|
8030
|
+
category?: Maybe<AssetsStatusCategory>;
|
|
8031
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
8032
|
+
id: Scalars['ID']['output'];
|
|
8033
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
8034
|
+
};
|
|
8035
|
+
export declare type AssetsTextAttributeOnObject = AssetsAttributeOnObject & {
|
|
8036
|
+
__typename?: 'AssetsTextAttributeOnObject';
|
|
8037
|
+
attribute?: Maybe<AssetsObjectTypeAttribute>;
|
|
8038
|
+
id: Scalars['ID']['output'];
|
|
8039
|
+
values: Array<AssetsTextAttributeValue>;
|
|
8040
|
+
};
|
|
8041
|
+
export declare type AssetsTextAttributeValue = {
|
|
8042
|
+
__typename?: 'AssetsTextAttributeValue';
|
|
8043
|
+
displayValue: Scalars['String']['output'];
|
|
8044
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
8045
|
+
};
|
|
8046
|
+
export declare type AssetsTextareaAttributeOnObject = AssetsAttributeOnObject & {
|
|
8047
|
+
__typename?: 'AssetsTextareaAttributeOnObject';
|
|
8048
|
+
attribute?: Maybe<AssetsObjectTypeAttribute>;
|
|
8049
|
+
id: Scalars['ID']['output'];
|
|
8050
|
+
values: Array<AssetsTextareaAttributeValue>;
|
|
8051
|
+
};
|
|
8052
|
+
export declare type AssetsTextareaAttributeValue = {
|
|
8053
|
+
__typename?: 'AssetsTextareaAttributeValue';
|
|
8054
|
+
displayValue: Scalars['String']['output'];
|
|
8055
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
8056
|
+
};
|
|
8057
|
+
export declare type AssetsUrlAttributeOnObject = AssetsAttributeOnObject & {
|
|
8058
|
+
__typename?: 'AssetsURLAttributeOnObject';
|
|
8059
|
+
attribute?: Maybe<AssetsObjectTypeAttribute>;
|
|
8060
|
+
id: Scalars['ID']['output'];
|
|
8061
|
+
values: Array<AssetsUrlAttributeValue>;
|
|
8062
|
+
};
|
|
8063
|
+
export declare type AssetsUrlAttributeValue = {
|
|
8064
|
+
__typename?: 'AssetsURLAttributeValue';
|
|
8065
|
+
displayValue: Scalars['String']['output'];
|
|
8066
|
+
};
|
|
8067
|
+
export declare type AssetsUserAttribute = AssetsObjectTypeAttribute & {
|
|
8068
|
+
__typename?: 'AssetsUserAttribute';
|
|
8069
|
+
id: Scalars['ID']['output'];
|
|
8070
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
8071
|
+
userGroups?: Maybe<Array<AssetsGroupValueData>>;
|
|
8072
|
+
};
|
|
8073
|
+
export declare type AssetsUserAttributeOnObject = AssetsAttributeOnObject & {
|
|
8074
|
+
__typename?: 'AssetsUserAttributeOnObject';
|
|
8075
|
+
attribute?: Maybe<AssetsUserAttribute>;
|
|
8076
|
+
id: Scalars['ID']['output'];
|
|
8077
|
+
values: Array<AssetsUserAttributeValue>;
|
|
8078
|
+
};
|
|
8079
|
+
export declare type AssetsUserAttributeValue = {
|
|
8080
|
+
__typename?: 'AssetsUserAttributeValue';
|
|
8081
|
+
displayValue: Scalars['String']['output'];
|
|
8082
|
+
value?: Maybe<AssetsUserValueData>;
|
|
8083
|
+
};
|
|
8084
|
+
export declare type AssetsUserValueData = {
|
|
8085
|
+
__typename?: 'AssetsUserValueData';
|
|
8086
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
8087
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
8088
|
+
emailAddress?: Maybe<Scalars['String']['output']>;
|
|
8089
|
+
isDeleted?: Maybe<Scalars['Boolean']['output']>;
|
|
8090
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
8091
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
8092
|
+
};
|
|
7807
8093
|
export declare type AssignIssueParentInput = {
|
|
7808
8094
|
boardId: Scalars['ID']['input'];
|
|
7809
8095
|
issueIds: Array<Scalars['ID']['input']>;
|
|
@@ -25154,6 +25440,11 @@ export declare type ConvoAiTraceMessage = ConvoAiAgentMessage & {
|
|
|
25154
25440
|
messageTemplate: Scalars['String']['output'];
|
|
25155
25441
|
timeCreated: Scalars['DateTime']['output'];
|
|
25156
25442
|
};
|
|
25443
|
+
export declare type ConvoAiUpdateConversationStatePayload = Payload & {
|
|
25444
|
+
__typename?: 'ConvoAiUpdateConversationStatePayload';
|
|
25445
|
+
errors?: Maybe<Array<MutationError>>;
|
|
25446
|
+
success: Scalars['Boolean']['output'];
|
|
25447
|
+
};
|
|
25157
25448
|
export declare type CopyPolarisInsightsContainerInput = {
|
|
25158
25449
|
container?: InputMaybe<Scalars['ID']['input']>;
|
|
25159
25450
|
project: Scalars['ID']['input'];
|
|
@@ -90143,6 +90434,7 @@ export declare enum JiraBoardType {
|
|
|
90143
90434
|
}
|
|
90144
90435
|
export declare type JiraBoardView = JiraView & Node & {
|
|
90145
90436
|
__typename?: 'JiraBoardView';
|
|
90437
|
+
canArchiveIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
90146
90438
|
canAssignIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
90147
90439
|
canConfigureStatusColumnMapping?: Maybe<Scalars['Boolean']['output']>;
|
|
90148
90440
|
canEditIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -91153,6 +91445,10 @@ export declare type JiraCannedResponseUpdatePayload = Payload & {
|
|
|
91153
91445
|
jiraCannedResponse?: Maybe<JiraCannedResponse>;
|
|
91154
91446
|
success: Scalars['Boolean']['output'];
|
|
91155
91447
|
};
|
|
91448
|
+
export declare enum JiraCapacitySubRouteEnum {
|
|
91449
|
+
People = "PEOPLE",
|
|
91450
|
+
Work = "WORK"
|
|
91451
|
+
}
|
|
91156
91452
|
export declare type JiraCappedCount = {
|
|
91157
91453
|
__typename?: 'JiraCappedCount';
|
|
91158
91454
|
count?: Maybe<Scalars['Int']['output']>;
|
|
@@ -95553,6 +95849,10 @@ export declare enum JiraInstallDeploymentsBannerPrecondition {
|
|
|
95553
95849
|
FeatureNotEnabled = "FEATURE_NOT_ENABLED",
|
|
95554
95850
|
NotAvailable = "NOT_AVAILABLE"
|
|
95555
95851
|
}
|
|
95852
|
+
export declare type JiraInvalidIssueSearchInputError = {
|
|
95853
|
+
__typename?: 'JiraInvalidIssueSearchInputError';
|
|
95854
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
95855
|
+
};
|
|
95556
95856
|
export declare type JiraInvalidJqlError = {
|
|
95557
95857
|
__typename?: 'JiraInvalidJqlError';
|
|
95558
95858
|
messages?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -97365,7 +97665,7 @@ export declare type JiraIssueSearchCustomInput = {
|
|
|
97365
97665
|
jiraSoftwareInput?: InputMaybe<JiraSoftwareIssueSearchCustomInput>;
|
|
97366
97666
|
jiraTimelineInput?: InputMaybe<JiraTimelineIssueSearchCustomInput>;
|
|
97367
97667
|
};
|
|
97368
|
-
export declare type JiraIssueSearchError = JiraCustomIssueSearchError | JiraInvalidJqlError | JiraInvalidSyntaxError | JiraServerError;
|
|
97668
|
+
export declare type JiraIssueSearchError = JiraCustomIssueSearchError | JiraInvalidIssueSearchInputError | JiraInvalidJqlError | JiraInvalidSyntaxError | JiraServerError;
|
|
97369
97669
|
export declare type JiraIssueSearchErrorExtension = QueryErrorExtension & {
|
|
97370
97670
|
__typename?: 'JiraIssueSearchErrorExtension';
|
|
97371
97671
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -107088,6 +107388,16 @@ export declare type JiraSetBoardViewWorkflowSelectedPayload = Payload & {
|
|
|
107088
107388
|
errors?: Maybe<Array<MutationError>>;
|
|
107089
107389
|
success: Scalars['Boolean']['output'];
|
|
107090
107390
|
};
|
|
107391
|
+
export declare type JiraSetCapacityMostRecentSubRouteInput = {
|
|
107392
|
+
cloudId: Scalars['ID']['input'];
|
|
107393
|
+
scopeId: Scalars['ID']['input'];
|
|
107394
|
+
subRoute: JiraCapacitySubRouteEnum;
|
|
107395
|
+
};
|
|
107396
|
+
export declare type JiraSetCapacityMostRecentSubRoutePayload = Payload & {
|
|
107397
|
+
__typename?: 'JiraSetCapacityMostRecentSubRoutePayload';
|
|
107398
|
+
errors?: Maybe<Array<MutationError>>;
|
|
107399
|
+
success: Scalars['Boolean']['output'];
|
|
107400
|
+
};
|
|
107091
107401
|
export declare type JiraSetDefaultNavigationItemInput = {
|
|
107092
107402
|
id: Scalars['ID']['input'];
|
|
107093
107403
|
scopeId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -115885,6 +116195,7 @@ export declare type MarketplaceConsoleMutationApi = {
|
|
|
115885
116195
|
updateAppDetails?: Maybe<MarketplaceConsoleUpdateAppDetailsResponse>;
|
|
115886
116196
|
updateMakerAccountAndMakerListing?: Maybe<MarketplaceConsoleMakerResponse>;
|
|
115887
116197
|
updateMakerContact?: Maybe<MarketplaceConsoleMakerContactResponse>;
|
|
116198
|
+
updateProductListingApprovalStatus: MarketplaceConsoleUpdateProductListingApprovalStatusResponse;
|
|
115888
116199
|
upsertMakerPaymentDetails?: Maybe<MarketplaceConsoleMakerResponse>;
|
|
115889
116200
|
upsertProgramEnrollment?: Maybe<MarketplaceConsoleMakerResponse>;
|
|
115890
116201
|
validateArtifactUrl?: Maybe<MarketplaceConsoleSoftwareArtifact>;
|
|
@@ -115959,6 +116270,9 @@ export declare type MarketplaceConsoleMutationApiUpdateMakerAccountAndMakerListi
|
|
|
115959
116270
|
export declare type MarketplaceConsoleMutationApiUpdateMakerContactArgs = {
|
|
115960
116271
|
input: MarketplaceConsoleMakerContactUpdateInput;
|
|
115961
116272
|
};
|
|
116273
|
+
export declare type MarketplaceConsoleMutationApiUpdateProductListingApprovalStatusArgs = {
|
|
116274
|
+
input: MarketplaceConsoleUpdateProductListingApprovalStatusInput;
|
|
116275
|
+
};
|
|
115962
116276
|
export declare type MarketplaceConsoleMutationApiUpsertMakerPaymentDetailsArgs = {
|
|
115963
116277
|
input: MarketplaceConsoleUpsertMakerPaymentInput;
|
|
115964
116278
|
};
|
|
@@ -116230,6 +116544,40 @@ export declare type MarketplaceConsoleProductListingAdditionalChecksInput = {
|
|
|
116230
116544
|
productId: Scalars['ID']['input'];
|
|
116231
116545
|
serverAppSoftwareId?: InputMaybe<Scalars['ID']['input']>;
|
|
116232
116546
|
};
|
|
116547
|
+
export declare enum MarketplaceConsoleProductListingApprovalStatus {
|
|
116548
|
+
Private = "PRIVATE",
|
|
116549
|
+
Public = "PUBLIC",
|
|
116550
|
+
Rejected = "REJECTED",
|
|
116551
|
+
Submitted = "SUBMITTED"
|
|
116552
|
+
}
|
|
116553
|
+
export declare type MarketplaceConsoleProductListingApprovalStatusDetail = {
|
|
116554
|
+
__typename?: 'MarketplaceConsoleProductListingApprovalStatusDetail';
|
|
116555
|
+
approvalStatus: MarketplaceConsoleProductListingApprovalStatus;
|
|
116556
|
+
reason?: Maybe<Scalars['String']['output']>;
|
|
116557
|
+
};
|
|
116558
|
+
export declare type MarketplaceConsoleProductListingApprovalStatusError = MarketplaceConsoleError & {
|
|
116559
|
+
__typename?: 'MarketplaceConsoleProductListingApprovalStatusError';
|
|
116560
|
+
code: Scalars['String']['output'];
|
|
116561
|
+
message: Scalars['String']['output'];
|
|
116562
|
+
statusCode: Scalars['Int']['output'];
|
|
116563
|
+
};
|
|
116564
|
+
export declare type MarketplaceConsoleProductListingApprovalStatusResponse = MarketplaceConsoleProductListingApprovalStatusError | MarketplaceConsoleProductListingApprovalStatusSuccess;
|
|
116565
|
+
export declare type MarketplaceConsoleProductListingApprovalStatusSuccess = {
|
|
116566
|
+
__typename?: 'MarketplaceConsoleProductListingApprovalStatusSuccess';
|
|
116567
|
+
currentTaskStatus: MarketplaceConsoleProductListingCurrentTaskStatus;
|
|
116568
|
+
failureReason?: Maybe<Scalars['String']['output']>;
|
|
116569
|
+
productListing: MarketplaceConsoleProductListingApprovalStatusDetail;
|
|
116570
|
+
};
|
|
116571
|
+
export declare enum MarketplaceConsoleProductListingApprovalStatusUpdateAction {
|
|
116572
|
+
Approved = "APPROVED",
|
|
116573
|
+
Rejected = "REJECTED",
|
|
116574
|
+
Resubmit = "RESUBMIT"
|
|
116575
|
+
}
|
|
116576
|
+
export declare enum MarketplaceConsoleProductListingCurrentTaskStatus {
|
|
116577
|
+
Failed = "FAILED",
|
|
116578
|
+
Processing = "PROCESSING",
|
|
116579
|
+
Success = "SUCCESS"
|
|
116580
|
+
}
|
|
116233
116581
|
export declare type MarketplaceConsoleProductListingTags = {
|
|
116234
116582
|
__typename?: 'MarketplaceConsoleProductListingTags';
|
|
116235
116583
|
category?: Maybe<Array<Maybe<MarketplaceConsoleTagsContent>>>;
|
|
@@ -116315,6 +116663,7 @@ export declare type MarketplaceConsoleQueryApi = {
|
|
|
116315
116663
|
product?: Maybe<MarketplaceConsoleProduct>;
|
|
116316
116664
|
productLifecycleJobs?: Maybe<Array<MarketplaceConsoleProductLifecycleJob>>;
|
|
116317
116665
|
productListingAdditionalChecks?: Maybe<MarketplaceConsoleProductListingAdditionalChecks>;
|
|
116666
|
+
productListingApprovalStatus: MarketplaceConsoleProductListingApprovalStatusResponse;
|
|
116318
116667
|
productListingByAppId?: Maybe<MarketplaceConsoleProductListing>;
|
|
116319
116668
|
productMetadataByAppId?: Maybe<MarketplaceConsoleProductMetadata>;
|
|
116320
116669
|
productTags?: Maybe<MarketplaceConsoleProductTags>;
|
|
@@ -116398,6 +116747,9 @@ export declare type MarketplaceConsoleQueryApiProductLifecycleJobsArgs = {
|
|
|
116398
116747
|
export declare type MarketplaceConsoleQueryApiProductListingAdditionalChecksArgs = {
|
|
116399
116748
|
productListingAdditionalChecksInput: MarketplaceConsoleProductListingAdditionalChecksInput;
|
|
116400
116749
|
};
|
|
116750
|
+
export declare type MarketplaceConsoleQueryApiProductListingApprovalStatusArgs = {
|
|
116751
|
+
productId: Scalars['ID']['input'];
|
|
116752
|
+
};
|
|
116401
116753
|
export declare type MarketplaceConsoleQueryApiProductListingByAppIdArgs = {
|
|
116402
116754
|
appId: Scalars['ID']['input'];
|
|
116403
116755
|
productId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -116517,6 +116869,16 @@ export declare type MarketplaceConsoleUpdateMakerListingInput = {
|
|
|
116517
116869
|
developerSpaceListing: MarketplaceConsoleDevSpaceListingInput;
|
|
116518
116870
|
makerName: Scalars['String']['input'];
|
|
116519
116871
|
};
|
|
116872
|
+
export declare type MarketplaceConsoleUpdateProductListingApprovalStatusInput = {
|
|
116873
|
+
productId: Scalars['ID']['input'];
|
|
116874
|
+
reason?: InputMaybe<Scalars['String']['input']>;
|
|
116875
|
+
status: MarketplaceConsoleProductListingApprovalStatusUpdateAction;
|
|
116876
|
+
};
|
|
116877
|
+
export declare type MarketplaceConsoleUpdateProductListingApprovalStatusResponse = MarketplaceConsoleProductListingApprovalStatusError | MarketplaceConsoleUpdateProductListingApprovalStatusSuccess;
|
|
116878
|
+
export declare type MarketplaceConsoleUpdateProductListingApprovalStatusSuccess = {
|
|
116879
|
+
__typename?: 'MarketplaceConsoleUpdateProductListingApprovalStatusSuccess';
|
|
116880
|
+
success: Scalars['Boolean']['output'];
|
|
116881
|
+
};
|
|
116520
116882
|
export declare type MarketplaceConsoleUpsertMakerPaymentInput = {
|
|
116521
116883
|
developerId: Scalars['ID']['input'];
|
|
116522
116884
|
paymentDetails: MarketplaceConsoleMakerPaymentInput;
|
|
@@ -118876,7 +119238,6 @@ export declare type MercuryFocusArea = Node & {
|
|
|
118876
119238
|
focusAreaStatusUpdates?: Maybe<MercuryFocusAreaStatusUpdateConnection>;
|
|
118877
119239
|
focusAreaType: MercuryFocusAreaType;
|
|
118878
119240
|
funding?: Maybe<MercuryFunding>;
|
|
118879
|
-
fundsSummary?: Maybe<MercuryFundsSummary>;
|
|
118880
119241
|
goalLinks?: Maybe<MercuryFocusAreaGoalLinks>;
|
|
118881
119242
|
health?: Maybe<MercuryFocusAreaHealth>;
|
|
118882
119243
|
icon: MercuryFocusAreaIcon;
|
|
@@ -118981,6 +119342,11 @@ export declare type MercuryFocusAreaFundChangeSummary = {
|
|
|
118981
119342
|
nonLaborAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
118982
119343
|
totalAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
118983
119344
|
};
|
|
119345
|
+
export declare type MercuryFocusAreaFundsMonthlySummary = {
|
|
119346
|
+
__typename?: 'MercuryFocusAreaFundsMonthlySummary';
|
|
119347
|
+
focusAreaId: Scalars['ID']['output'];
|
|
119348
|
+
monthlySummaries?: Maybe<Array<Maybe<MercuryFundsMonthlySummary>>>;
|
|
119349
|
+
};
|
|
118984
119350
|
export declare type MercuryFocusAreaGoalContext = {
|
|
118985
119351
|
__typename?: 'MercuryFocusAreaGoalContext';
|
|
118986
119352
|
focusAreaLinkedGoalContext?: Maybe<Array<Maybe<MercuryFocusAreaLinkedGoalContextData>>>;
|
|
@@ -119372,6 +119738,7 @@ export declare type MercuryFundsQueryApi = {
|
|
|
119372
119738
|
fiscalCalendarConfiguration?: Maybe<MercuryFiscalCalendarConfiguration>;
|
|
119373
119739
|
fiscalCalendarConfigurations?: Maybe<Array<Maybe<MercuryFiscalCalendarConfiguration>>>;
|
|
119374
119740
|
fiscalCalendarConfigurationsSearch?: Maybe<MercuryFiscalCalendarConfigurationConnection>;
|
|
119741
|
+
focusAreaMonthlySummaries?: Maybe<Array<Maybe<MercuryFocusAreaFundsMonthlySummary>>>;
|
|
119375
119742
|
investmentCategories?: Maybe<Array<Maybe<MercuryInvestmentCategory>>>;
|
|
119376
119743
|
investmentCategorySets?: Maybe<Array<Maybe<MercuryInvestmentCategorySet>>>;
|
|
119377
119744
|
investmentCategorySetsSearch?: Maybe<MercuryInvestmentCategorySetConnection>;
|
|
@@ -119401,6 +119768,9 @@ export declare type MercuryFundsQueryApiFiscalCalendarConfigurationsSearchArgs =
|
|
|
119401
119768
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
119402
119769
|
sort?: InputMaybe<Array<InputMaybe<MercuryFiscalCalendarConfigurationSort>>>;
|
|
119403
119770
|
};
|
|
119771
|
+
export declare type MercuryFundsQueryApiFocusAreaMonthlySummariesArgs = {
|
|
119772
|
+
focusAreaIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
119773
|
+
};
|
|
119404
119774
|
export declare type MercuryFundsQueryApiInvestmentCategoriesArgs = {
|
|
119405
119775
|
ids: Array<Scalars['ID']['input']>;
|
|
119406
119776
|
};
|
|
@@ -119413,11 +119783,6 @@ export declare type MercuryFundsQueryApiInvestmentCategorySetsSearchArgs = {
|
|
|
119413
119783
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
119414
119784
|
sort?: InputMaybe<Array<InputMaybe<MercuryInvestmentCategorySetSort>>>;
|
|
119415
119785
|
};
|
|
119416
|
-
export declare type MercuryFundsSummary = {
|
|
119417
|
-
__typename?: 'MercuryFundsSummary';
|
|
119418
|
-
focusAreaId: Scalars['ID']['output'];
|
|
119419
|
-
monthlySummaries?: Maybe<Array<Maybe<MercuryFundsMonthlySummary>>>;
|
|
119420
|
-
};
|
|
119421
119786
|
export declare enum MercuryFundsType {
|
|
119422
119787
|
Actual = "ACTUAL",
|
|
119423
119788
|
Budget = "BUDGET",
|
|
@@ -122167,6 +122532,7 @@ export declare type Mutation = {
|
|
|
122167
122532
|
contactAdmin?: Maybe<GraphQlContactAdminStatus>;
|
|
122168
122533
|
convertPageToLiveEditAction?: Maybe<ConvertPageToLiveEditActionPayload>;
|
|
122169
122534
|
convertToFolder?: Maybe<ConfluenceConvertContentToFolderPayload>;
|
|
122535
|
+
convoAi_completeConversation?: Maybe<ConvoAiUpdateConversationStatePayload>;
|
|
122170
122536
|
copyDefaultSpacePermissions?: Maybe<CopySpacePermissionsPayload>;
|
|
122171
122537
|
copyPolarisInsights?: Maybe<CopyPolarisInsightsPayload>;
|
|
122172
122538
|
copySpacePermissions?: Maybe<CopySpacePermissionsPayload>;
|
|
@@ -122490,6 +122856,7 @@ export declare type Mutation = {
|
|
|
122490
122856
|
jira_setBoardViewGroupBy?: Maybe<JiraSetBoardViewGroupByPayload>;
|
|
122491
122857
|
jira_setBoardViewStatusColumnMapping?: Maybe<JiraSetBoardViewStatusColumnMappingPayload>;
|
|
122492
122858
|
jira_setBoardViewWorkflowSelected?: Maybe<JiraSetBoardViewWorkflowSelectedPayload>;
|
|
122859
|
+
jira_setCapacityMostRecentSubRoute?: Maybe<JiraSetCapacityMostRecentSubRoutePayload>;
|
|
122493
122860
|
jira_setFieldSetsPreferences?: Maybe<JiraSetFieldSetsPreferencesPayload>;
|
|
122494
122861
|
jira_setGlobalPermissionUserGroups?: Maybe<JiraGlobalPermissionSetUserGroupsPayload>;
|
|
122495
122862
|
jira_setIsAgentAssignable?: Maybe<JiraSetIsAgentAssignableResponsePayload>;
|
|
@@ -122532,6 +122899,7 @@ export declare type Mutation = {
|
|
|
122532
122899
|
kitsune_importFeedbackFromCsv?: Maybe<Scalars['Boolean']['output']>;
|
|
122533
122900
|
kitsune_removeFeedback?: Maybe<Scalars['ID']['output']>;
|
|
122534
122901
|
kitsune_suggestSnippets?: Maybe<Scalars['Boolean']['output']>;
|
|
122902
|
+
kitsune_updateFeedback?: Maybe<KitsuneFeedback>;
|
|
122535
122903
|
kitsune_updateSpace?: Maybe<KitsuneSpace>;
|
|
122536
122904
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
122537
122905
|
knowledgeBaseSpacePermission_updateView: KnowledgeBaseSpacePermissionMutationResponse;
|
|
@@ -123973,6 +124341,10 @@ export declare type MutationConvertPageToLiveEditActionArgs = {
|
|
|
123973
124341
|
export declare type MutationConvertToFolderArgs = {
|
|
123974
124342
|
id: Scalars['ID']['input'];
|
|
123975
124343
|
};
|
|
124344
|
+
export declare type MutationConvoAi_CompleteConversationArgs = {
|
|
124345
|
+
cloudId: Scalars['ID']['input'];
|
|
124346
|
+
conversationId: Scalars['ID']['input'];
|
|
124347
|
+
};
|
|
123976
124348
|
export declare type MutationCopyDefaultSpacePermissionsArgs = {
|
|
123977
124349
|
spaceKey: Scalars['String']['input'];
|
|
123978
124350
|
};
|
|
@@ -125024,6 +125396,9 @@ export declare type MutationJira_SetBoardViewStatusColumnMappingArgs = {
|
|
|
125024
125396
|
export declare type MutationJira_SetBoardViewWorkflowSelectedArgs = {
|
|
125025
125397
|
input: JiraSetBoardViewWorkflowSelectedInput;
|
|
125026
125398
|
};
|
|
125399
|
+
export declare type MutationJira_SetCapacityMostRecentSubRouteArgs = {
|
|
125400
|
+
input: JiraSetCapacityMostRecentSubRouteInput;
|
|
125401
|
+
};
|
|
125027
125402
|
export declare type MutationJira_SetFieldSetsPreferencesArgs = {
|
|
125028
125403
|
input: JiraSetFieldSetsPreferencesInput;
|
|
125029
125404
|
};
|
|
@@ -125167,6 +125542,11 @@ export declare type MutationKitsune_SuggestSnippetsArgs = {
|
|
|
125167
125542
|
title: Scalars['String']['input'];
|
|
125168
125543
|
workspaceAri: Scalars['ID']['input'];
|
|
125169
125544
|
};
|
|
125545
|
+
export declare type MutationKitsune_UpdateFeedbackArgs = {
|
|
125546
|
+
content?: InputMaybe<Scalars['KitsuneADF']['input']>;
|
|
125547
|
+
id: Scalars['ID']['input'];
|
|
125548
|
+
title?: InputMaybe<Scalars['String']['input']>;
|
|
125549
|
+
};
|
|
125170
125550
|
export declare type MutationKitsune_UpdateSpaceArgs = {
|
|
125171
125551
|
id: Scalars['ID']['input'];
|
|
125172
125552
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -129262,7 +129642,10 @@ export declare type Query = {
|
|
|
129262
129642
|
assetsDM_savedSearchDetails?: Maybe<AssetsDmSavedSearchDetails>;
|
|
129263
129643
|
assetsDM_savedSearchesList?: Maybe<AssetsDmSavedSearchesList>;
|
|
129264
129644
|
assetsDM_transformedData?: Maybe<AssetsDmTransformedDataResponse>;
|
|
129645
|
+
assets_objectById?: Maybe<AssetsObjectNode>;
|
|
129646
|
+
assets_objectTypeAttributesBySchemaIds?: Maybe<Array<Maybe<AssetsObjectTypeAttribute>>>;
|
|
129265
129647
|
assets_objectTypesByIds?: Maybe<Array<Maybe<AssetsObjectType>>>;
|
|
129648
|
+
assets_objectsByAQL?: Maybe<AssetsObjectAqlResult>;
|
|
129266
129649
|
assets_objectsByIds?: Maybe<Array<Maybe<AssetsObject>>>;
|
|
129267
129650
|
assets_schemasByIds?: Maybe<Array<Maybe<AssetsSchema>>>;
|
|
129268
129651
|
atlasGoalsLinkedToJiraIssue?: Maybe<GraphStoreCypherQueryConnection>;
|
|
@@ -131030,9 +131413,21 @@ export declare type QueryAssetsDm_TransformedDataArgs = {
|
|
|
131030
131413
|
pagination?: InputMaybe<AssetsDmPaginationInput>;
|
|
131031
131414
|
workspaceId: Scalars['ID']['input'];
|
|
131032
131415
|
};
|
|
131416
|
+
export declare type QueryAssets_ObjectByIdArgs = {
|
|
131417
|
+
id: Scalars['ID']['input'];
|
|
131418
|
+
};
|
|
131419
|
+
export declare type QueryAssets_ObjectTypeAttributesBySchemaIdsArgs = {
|
|
131420
|
+
schemaIds: Array<Scalars['ID']['input']>;
|
|
131421
|
+
};
|
|
131033
131422
|
export declare type QueryAssets_ObjectTypesByIdsArgs = {
|
|
131034
131423
|
ids: Array<Scalars['ID']['input']>;
|
|
131035
131424
|
};
|
|
131425
|
+
export declare type QueryAssets_ObjectsByAqlArgs = {
|
|
131426
|
+
cloudId: Scalars['ID']['input'];
|
|
131427
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
131428
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
131429
|
+
query: Scalars['String']['input'];
|
|
131430
|
+
};
|
|
131036
131431
|
export declare type QueryAssets_ObjectsByIdsArgs = {
|
|
131037
131432
|
ids: Array<Scalars['ID']['input']>;
|
|
131038
131433
|
};
|
|
@@ -137565,7 +137960,7 @@ export declare type SearchResultCompassComponent = SearchResult & {
|
|
|
137565
137960
|
type: SearchResultType;
|
|
137566
137961
|
url: Scalars['String']['output'];
|
|
137567
137962
|
};
|
|
137568
|
-
export declare type SearchResultEntity = ConfluencePage | ConfluenceSpace | DevOpsService | ExternalBranch | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerOrg | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | JiraIssue | JiraPostIncidentReviewLink | JiraProject | JiraVersion | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
137963
|
+
export declare type SearchResultEntity = ConfluencePage | ConfluenceSpace | DevOpsService | ExternalBranch | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | JiraIssue | JiraPostIncidentReviewLink | JiraProject | JiraVersion | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
137569
137964
|
export declare type SearchResultFederated = SearchResult & {
|
|
137570
137965
|
__typename?: 'SearchResultFederated';
|
|
137571
137966
|
connectorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -159740,6 +160135,7 @@ export declare type StakeholderCommsPage = {
|
|
|
159740
160135
|
hiddenFromSearch?: Maybe<Scalars['Boolean']['output']>;
|
|
159741
160136
|
id: Scalars['String']['output'];
|
|
159742
160137
|
name: Scalars['String']['output'];
|
|
160138
|
+
pageStatus?: Maybe<StakeholderCommsPageStatus>;
|
|
159743
160139
|
pageTheme?: Maybe<StakeholderCommsPageTheme>;
|
|
159744
160140
|
pageThemeMode?: Maybe<StakeholderCommsPageThemeMode>;
|
|
159745
160141
|
pageType?: Maybe<StakeholderCommsPageType>;
|
|
@@ -159780,6 +160176,14 @@ export declare type StakeholderCommsPageResponse = {
|
|
|
159780
160176
|
error?: Maybe<Scalars['String']['output']>;
|
|
159781
160177
|
page?: Maybe<StakeholderCommsPage>;
|
|
159782
160178
|
};
|
|
160179
|
+
export declare enum StakeholderCommsPageStatus {
|
|
160180
|
+
Draft = "DRAFT",
|
|
160181
|
+
Published = "PUBLISHED",
|
|
160182
|
+
PublishedWithChanges = "PUBLISHED_WITH_CHANGES",
|
|
160183
|
+
SoftDeleted = "SOFT_DELETED",
|
|
160184
|
+
Unpublished = "UNPUBLISHED",
|
|
160185
|
+
UnpublishedWithChanges = "UNPUBLISHED_WITH_CHANGES"
|
|
160186
|
+
}
|
|
159783
160187
|
export declare enum StakeholderCommsPageStatusFilter {
|
|
159784
160188
|
All = "ALL",
|
|
159785
160189
|
Draft = "DRAFT",
|
|
@@ -162497,6 +162901,18 @@ export declare type TownsquareFocusAppCapabilities = {
|
|
|
162497
162901
|
__typename?: 'TownsquareFocusAppCapabilities';
|
|
162498
162902
|
canViewFocusAreas?: Maybe<Scalars['Boolean']['output']>;
|
|
162499
162903
|
};
|
|
162904
|
+
export declare type TownsquareFromGoalUpdate = {
|
|
162905
|
+
__typename?: 'TownsquareFromGoalUpdate';
|
|
162906
|
+
goalUpdate?: Maybe<TownsquareGoalUpdate>;
|
|
162907
|
+
};
|
|
162908
|
+
export declare type TownsquareFromMetricCreation = {
|
|
162909
|
+
__typename?: 'TownsquareFromMetricCreation';
|
|
162910
|
+
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
162911
|
+
};
|
|
162912
|
+
export declare type TownsquareFromMetricUpdate = {
|
|
162913
|
+
__typename?: 'TownsquareFromMetricUpdate';
|
|
162914
|
+
updateDate?: Maybe<Scalars['DateTime']['output']>;
|
|
162915
|
+
};
|
|
162500
162916
|
export declare type TownsquareFusionDetails = {
|
|
162501
162917
|
__typename?: 'TownsquareFusionDetails';
|
|
162502
162918
|
issue?: Maybe<JiraIssue>;
|
|
@@ -163657,6 +164073,7 @@ export declare type TownsquareMetricUpdateInput = {
|
|
|
163657
164073
|
export declare type TownsquareMetricValue = Node & {
|
|
163658
164074
|
__typename?: 'TownsquareMetricValue';
|
|
163659
164075
|
id: Scalars['ID']['output'];
|
|
164076
|
+
origin?: Maybe<TownsquareMetricValueOrigin>;
|
|
163660
164077
|
time?: Maybe<Scalars['DateTime']['output']>;
|
|
163661
164078
|
value?: Maybe<Scalars['Float']['output']>;
|
|
163662
164079
|
};
|
|
@@ -163670,6 +164087,7 @@ export declare type TownsquareMetricValueEdge = {
|
|
|
163670
164087
|
cursor: Scalars['String']['output'];
|
|
163671
164088
|
node?: Maybe<TownsquareMetricValue>;
|
|
163672
164089
|
};
|
|
164090
|
+
export declare type TownsquareMetricValueOrigin = TownsquareFromGoalUpdate | TownsquareFromMetricCreation | TownsquareFromMetricUpdate;
|
|
163673
164091
|
export declare enum TownsquareMetricValueSortEnum {
|
|
163674
164092
|
IdAsc = "ID_ASC",
|
|
163675
164093
|
IdDesc = "ID_DESC",
|
|
@@ -168028,6 +168446,8 @@ export declare type TrelloOAuth2Client = {
|
|
|
168028
168446
|
appContactLink?: Maybe<Scalars['String']['output']>;
|
|
168029
168447
|
appDescription?: Maybe<Scalars['String']['output']>;
|
|
168030
168448
|
appLogoUrl?: Maybe<Scalars['String']['output']>;
|
|
168449
|
+
appPrivacyPolicyLink?: Maybe<Scalars['String']['output']>;
|
|
168450
|
+
appStoresUserData?: Maybe<Scalars['Boolean']['output']>;
|
|
168031
168451
|
appVendorName?: Maybe<Scalars['String']['output']>;
|
|
168032
168452
|
callbackUrls?: Maybe<Array<Scalars['URL']['output']>>;
|
|
168033
168453
|
clientId: Scalars['String']['output'];
|