feat: manually create a bunch of things
This commit is contained in:
+192
-164
@@ -12544,9 +12544,7 @@ export interface CloudUser2 {
|
||||
daysSinceLastActivity?: Scalars['Float']
|
||||
email?: Emails
|
||||
fullName?: FullName
|
||||
isActiveL24h?: Scalars['Boolean']
|
||||
isActiveL30d?: Scalars['Boolean']
|
||||
isActiveL7d?: Scalars['Boolean']
|
||||
isTwenty?: Scalars['Boolean']
|
||||
lastActivityDate?: Scalars['DateTime']
|
||||
pageViewsL24h?: Scalars['Float']
|
||||
@@ -12569,6 +12567,8 @@ export interface CloudUser2 {
|
||||
position: Scalars['Position']
|
||||
/** Search vector */
|
||||
searchVector?: Scalars['TSVector']
|
||||
isActiveL24h?: Scalars['Boolean']
|
||||
isActiveL7d?: Scalars['Boolean']
|
||||
/** Cloud users 2 tied to the CloudUser2 */
|
||||
timelineActivities?: TimelineActivityConnection
|
||||
/** Cloud users 2 tied to the CloudUser2 */
|
||||
@@ -12579,6 +12579,7 @@ export interface CloudUser2 {
|
||||
noteTargets?: NoteTargetConnection
|
||||
/** Cloud users 2 tied to the CloudUser2 */
|
||||
taskTargets?: TaskTargetConnection
|
||||
cloudUserWorkspaces2?: CloudUserWorkspace2Connection
|
||||
__typename: 'CloudUser2'
|
||||
}
|
||||
|
||||
@@ -12681,20 +12682,6 @@ export interface CloudUser2Connection {
|
||||
percentageEmptyFullName?: Scalars['Float']
|
||||
/** Percentage of non-empty values for fullName */
|
||||
percentageNotEmptyFullName?: Scalars['Float']
|
||||
/** Number of unique values for isActiveL24h */
|
||||
countUniqueValuesIsActiveL24h?: Scalars['Int']
|
||||
/** Number of empty values for isActiveL24h */
|
||||
countEmptyIsActiveL24h?: Scalars['Int']
|
||||
/** Number of non-empty values for isActiveL24h */
|
||||
countNotEmptyIsActiveL24h?: Scalars['Int']
|
||||
/** Percentage of empty values for isActiveL24h */
|
||||
percentageEmptyIsActiveL24h?: Scalars['Float']
|
||||
/** Percentage of non-empty values for isActiveL24h */
|
||||
percentageNotEmptyIsActiveL24h?: Scalars['Float']
|
||||
/** Count of true values in the field isActiveL24h */
|
||||
countTrueIsActiveL24h?: Scalars['Int']
|
||||
/** Count of false values in the field isActiveL24h */
|
||||
countFalseIsActiveL24h?: Scalars['Int']
|
||||
/** Number of unique values for isActiveL30d */
|
||||
countUniqueValuesIsActiveL30d?: Scalars['Int']
|
||||
/** Number of empty values for isActiveL30d */
|
||||
@@ -12709,20 +12696,6 @@ export interface CloudUser2Connection {
|
||||
countTrueIsActiveL30d?: Scalars['Int']
|
||||
/** Count of false values in the field isActiveL30d */
|
||||
countFalseIsActiveL30d?: Scalars['Int']
|
||||
/** Number of unique values for isActiveL7d */
|
||||
countUniqueValuesIsActiveL7d?: Scalars['Int']
|
||||
/** Number of empty values for isActiveL7d */
|
||||
countEmptyIsActiveL7d?: Scalars['Int']
|
||||
/** Number of non-empty values for isActiveL7d */
|
||||
countNotEmptyIsActiveL7d?: Scalars['Int']
|
||||
/** Percentage of empty values for isActiveL7d */
|
||||
percentageEmptyIsActiveL7d?: Scalars['Float']
|
||||
/** Percentage of non-empty values for isActiveL7d */
|
||||
percentageNotEmptyIsActiveL7d?: Scalars['Float']
|
||||
/** Count of true values in the field isActiveL7d */
|
||||
countTrueIsActiveL7d?: Scalars['Int']
|
||||
/** Count of false values in the field isActiveL7d */
|
||||
countFalseIsActiveL7d?: Scalars['Int']
|
||||
/** Number of unique values for isTwenty */
|
||||
countUniqueValuesIsTwenty?: Scalars['Int']
|
||||
/** Number of empty values for isTwenty */
|
||||
@@ -12933,6 +12906,34 @@ export interface CloudUser2Connection {
|
||||
percentageEmptySearchVector?: Scalars['Float']
|
||||
/** Percentage of non-empty values for searchVector */
|
||||
percentageNotEmptySearchVector?: Scalars['Float']
|
||||
/** Number of unique values for isActiveL24h */
|
||||
countUniqueValuesIsActiveL24h?: Scalars['Int']
|
||||
/** Number of empty values for isActiveL24h */
|
||||
countEmptyIsActiveL24h?: Scalars['Int']
|
||||
/** Number of non-empty values for isActiveL24h */
|
||||
countNotEmptyIsActiveL24h?: Scalars['Int']
|
||||
/** Percentage of empty values for isActiveL24h */
|
||||
percentageEmptyIsActiveL24h?: Scalars['Float']
|
||||
/** Percentage of non-empty values for isActiveL24h */
|
||||
percentageNotEmptyIsActiveL24h?: Scalars['Float']
|
||||
/** Count of true values in the field isActiveL24h */
|
||||
countTrueIsActiveL24h?: Scalars['Int']
|
||||
/** Count of false values in the field isActiveL24h */
|
||||
countFalseIsActiveL24h?: Scalars['Int']
|
||||
/** Number of unique values for isActiveL7d */
|
||||
countUniqueValuesIsActiveL7d?: Scalars['Int']
|
||||
/** Number of empty values for isActiveL7d */
|
||||
countEmptyIsActiveL7d?: Scalars['Int']
|
||||
/** Number of non-empty values for isActiveL7d */
|
||||
countNotEmptyIsActiveL7d?: Scalars['Int']
|
||||
/** Percentage of empty values for isActiveL7d */
|
||||
percentageEmptyIsActiveL7d?: Scalars['Float']
|
||||
/** Percentage of non-empty values for isActiveL7d */
|
||||
percentageNotEmptyIsActiveL7d?: Scalars['Float']
|
||||
/** Count of true values in the field isActiveL7d */
|
||||
countTrueIsActiveL7d?: Scalars['Int']
|
||||
/** Count of false values in the field isActiveL7d */
|
||||
countFalseIsActiveL7d?: Scalars['Int']
|
||||
edges: CloudUser2Edge[]
|
||||
pageInfo: PageInfo
|
||||
__typename: 'CloudUser2Connection'
|
||||
@@ -13031,20 +13032,6 @@ export interface CloudUser2GroupByConnection {
|
||||
percentageEmptyFullName?: Scalars['Float']
|
||||
/** Percentage of non-empty values for fullName */
|
||||
percentageNotEmptyFullName?: Scalars['Float']
|
||||
/** Number of unique values for isActiveL24h */
|
||||
countUniqueValuesIsActiveL24h?: Scalars['Int']
|
||||
/** Number of empty values for isActiveL24h */
|
||||
countEmptyIsActiveL24h?: Scalars['Int']
|
||||
/** Number of non-empty values for isActiveL24h */
|
||||
countNotEmptyIsActiveL24h?: Scalars['Int']
|
||||
/** Percentage of empty values for isActiveL24h */
|
||||
percentageEmptyIsActiveL24h?: Scalars['Float']
|
||||
/** Percentage of non-empty values for isActiveL24h */
|
||||
percentageNotEmptyIsActiveL24h?: Scalars['Float']
|
||||
/** Count of true values in the field isActiveL24h */
|
||||
countTrueIsActiveL24h?: Scalars['Int']
|
||||
/** Count of false values in the field isActiveL24h */
|
||||
countFalseIsActiveL24h?: Scalars['Int']
|
||||
/** Number of unique values for isActiveL30d */
|
||||
countUniqueValuesIsActiveL30d?: Scalars['Int']
|
||||
/** Number of empty values for isActiveL30d */
|
||||
@@ -13059,20 +13046,6 @@ export interface CloudUser2GroupByConnection {
|
||||
countTrueIsActiveL30d?: Scalars['Int']
|
||||
/** Count of false values in the field isActiveL30d */
|
||||
countFalseIsActiveL30d?: Scalars['Int']
|
||||
/** Number of unique values for isActiveL7d */
|
||||
countUniqueValuesIsActiveL7d?: Scalars['Int']
|
||||
/** Number of empty values for isActiveL7d */
|
||||
countEmptyIsActiveL7d?: Scalars['Int']
|
||||
/** Number of non-empty values for isActiveL7d */
|
||||
countNotEmptyIsActiveL7d?: Scalars['Int']
|
||||
/** Percentage of empty values for isActiveL7d */
|
||||
percentageEmptyIsActiveL7d?: Scalars['Float']
|
||||
/** Percentage of non-empty values for isActiveL7d */
|
||||
percentageNotEmptyIsActiveL7d?: Scalars['Float']
|
||||
/** Count of true values in the field isActiveL7d */
|
||||
countTrueIsActiveL7d?: Scalars['Int']
|
||||
/** Count of false values in the field isActiveL7d */
|
||||
countFalseIsActiveL7d?: Scalars['Int']
|
||||
/** Number of unique values for isTwenty */
|
||||
countUniqueValuesIsTwenty?: Scalars['Int']
|
||||
/** Number of empty values for isTwenty */
|
||||
@@ -13283,6 +13256,34 @@ export interface CloudUser2GroupByConnection {
|
||||
percentageEmptySearchVector?: Scalars['Float']
|
||||
/** Percentage of non-empty values for searchVector */
|
||||
percentageNotEmptySearchVector?: Scalars['Float']
|
||||
/** Number of unique values for isActiveL24h */
|
||||
countUniqueValuesIsActiveL24h?: Scalars['Int']
|
||||
/** Number of empty values for isActiveL24h */
|
||||
countEmptyIsActiveL24h?: Scalars['Int']
|
||||
/** Number of non-empty values for isActiveL24h */
|
||||
countNotEmptyIsActiveL24h?: Scalars['Int']
|
||||
/** Percentage of empty values for isActiveL24h */
|
||||
percentageEmptyIsActiveL24h?: Scalars['Float']
|
||||
/** Percentage of non-empty values for isActiveL24h */
|
||||
percentageNotEmptyIsActiveL24h?: Scalars['Float']
|
||||
/** Count of true values in the field isActiveL24h */
|
||||
countTrueIsActiveL24h?: Scalars['Int']
|
||||
/** Count of false values in the field isActiveL24h */
|
||||
countFalseIsActiveL24h?: Scalars['Int']
|
||||
/** Number of unique values for isActiveL7d */
|
||||
countUniqueValuesIsActiveL7d?: Scalars['Int']
|
||||
/** Number of empty values for isActiveL7d */
|
||||
countEmptyIsActiveL7d?: Scalars['Int']
|
||||
/** Number of non-empty values for isActiveL7d */
|
||||
countNotEmptyIsActiveL7d?: Scalars['Int']
|
||||
/** Percentage of empty values for isActiveL7d */
|
||||
percentageEmptyIsActiveL7d?: Scalars['Float']
|
||||
/** Percentage of non-empty values for isActiveL7d */
|
||||
percentageNotEmptyIsActiveL7d?: Scalars['Float']
|
||||
/** Count of true values in the field isActiveL7d */
|
||||
countTrueIsActiveL7d?: Scalars['Int']
|
||||
/** Count of false values in the field isActiveL7d */
|
||||
countFalseIsActiveL7d?: Scalars['Int']
|
||||
edges: CloudUser2Edge[]
|
||||
pageInfo: PageInfo
|
||||
groupByDimensionValues: Scalars['JSON']
|
||||
@@ -13311,6 +13312,8 @@ export interface CloudUserWorkspace2 {
|
||||
position: Scalars['Position']
|
||||
/** Search vector */
|
||||
searchVector?: Scalars['TSVector']
|
||||
cloudUser2Id?: Scalars['ID']
|
||||
cloudWorkspace2Id?: Scalars['ID']
|
||||
/** Cloud user workspaces 2 tied to the CloudUserWorkspace2 */
|
||||
timelineActivities?: TimelineActivityConnection
|
||||
/** Cloud user workspaces 2 tied to the CloudUserWorkspace2 */
|
||||
@@ -13321,6 +13324,8 @@ export interface CloudUserWorkspace2 {
|
||||
noteTargets?: NoteTargetConnection
|
||||
/** Cloud user workspaces 2 tied to the CloudUserWorkspace2 */
|
||||
taskTargets?: TaskTargetConnection
|
||||
cloudUser2?: CloudUser2
|
||||
cloudWorkspace2?: CloudWorkspace2
|
||||
__typename: 'CloudUserWorkspace2'
|
||||
}
|
||||
|
||||
@@ -13689,6 +13694,7 @@ export interface CloudWorkspace2 {
|
||||
noteTargets?: NoteTargetConnection
|
||||
/** Cloud workspaces 2 tied to the CloudWorkspace2 */
|
||||
taskTargets?: TaskTargetConnection
|
||||
cloudUserWorkspaces2?: CloudUserWorkspace2Connection
|
||||
__typename: 'CloudWorkspace2'
|
||||
}
|
||||
|
||||
@@ -40163,9 +40169,7 @@ export interface CloudUser2GenqlSelection{
|
||||
daysSinceLastActivity?: boolean | number
|
||||
email?: EmailsGenqlSelection
|
||||
fullName?: FullNameGenqlSelection
|
||||
isActiveL24h?: boolean | number
|
||||
isActiveL30d?: boolean | number
|
||||
isActiveL7d?: boolean | number
|
||||
isTwenty?: boolean | number
|
||||
lastActivityDate?: boolean | number
|
||||
pageViewsL24h?: boolean | number
|
||||
@@ -40188,6 +40192,8 @@ export interface CloudUser2GenqlSelection{
|
||||
position?: boolean | number
|
||||
/** Search vector */
|
||||
searchVector?: boolean | number
|
||||
isActiveL24h?: boolean | number
|
||||
isActiveL7d?: boolean | number
|
||||
/** Cloud users 2 tied to the CloudUser2 */
|
||||
timelineActivities?: (TimelineActivityConnectionGenqlSelection & { __args?: {first?: (Scalars['Int'] | null), last?: (Scalars['Int'] | null), offset?: (Scalars['Int'] | null), before?: (Scalars['String'] | null), after?: (Scalars['String'] | null), filter?: (TimelineActivityFilterInput | null), orderBy?: ((TimelineActivityOrderByInput | null)[] | null)} })
|
||||
/** Cloud users 2 tied to the CloudUser2 */
|
||||
@@ -40198,6 +40204,7 @@ export interface CloudUser2GenqlSelection{
|
||||
noteTargets?: (NoteTargetConnectionGenqlSelection & { __args?: {first?: (Scalars['Int'] | null), last?: (Scalars['Int'] | null), offset?: (Scalars['Int'] | null), before?: (Scalars['String'] | null), after?: (Scalars['String'] | null), filter?: (NoteTargetFilterInput | null), orderBy?: ((NoteTargetOrderByInput | null)[] | null)} })
|
||||
/** Cloud users 2 tied to the CloudUser2 */
|
||||
taskTargets?: (TaskTargetConnectionGenqlSelection & { __args?: {first?: (Scalars['Int'] | null), last?: (Scalars['Int'] | null), offset?: (Scalars['Int'] | null), before?: (Scalars['String'] | null), after?: (Scalars['String'] | null), filter?: (TaskTargetFilterInput | null), orderBy?: ((TaskTargetOrderByInput | null)[] | null)} })
|
||||
cloudUserWorkspaces2?: (CloudUserWorkspace2ConnectionGenqlSelection & { __args?: {first?: (Scalars['Int'] | null), last?: (Scalars['Int'] | null), offset?: (Scalars['Int'] | null), before?: (Scalars['String'] | null), after?: (Scalars['String'] | null), filter?: (CloudUserWorkspace2FilterInput | null), orderBy?: ((CloudUserWorkspace2OrderByInput | null)[] | null)} })
|
||||
__typename?: boolean | number
|
||||
__scalar?: boolean | number
|
||||
}
|
||||
@@ -40302,20 +40309,6 @@ export interface CloudUser2ConnectionGenqlSelection{
|
||||
percentageEmptyFullName?: boolean | number
|
||||
/** Percentage of non-empty values for fullName */
|
||||
percentageNotEmptyFullName?: boolean | number
|
||||
/** Number of unique values for isActiveL24h */
|
||||
countUniqueValuesIsActiveL24h?: boolean | number
|
||||
/** Number of empty values for isActiveL24h */
|
||||
countEmptyIsActiveL24h?: boolean | number
|
||||
/** Number of non-empty values for isActiveL24h */
|
||||
countNotEmptyIsActiveL24h?: boolean | number
|
||||
/** Percentage of empty values for isActiveL24h */
|
||||
percentageEmptyIsActiveL24h?: boolean | number
|
||||
/** Percentage of non-empty values for isActiveL24h */
|
||||
percentageNotEmptyIsActiveL24h?: boolean | number
|
||||
/** Count of true values in the field isActiveL24h */
|
||||
countTrueIsActiveL24h?: boolean | number
|
||||
/** Count of false values in the field isActiveL24h */
|
||||
countFalseIsActiveL24h?: boolean | number
|
||||
/** Number of unique values for isActiveL30d */
|
||||
countUniqueValuesIsActiveL30d?: boolean | number
|
||||
/** Number of empty values for isActiveL30d */
|
||||
@@ -40330,20 +40323,6 @@ export interface CloudUser2ConnectionGenqlSelection{
|
||||
countTrueIsActiveL30d?: boolean | number
|
||||
/** Count of false values in the field isActiveL30d */
|
||||
countFalseIsActiveL30d?: boolean | number
|
||||
/** Number of unique values for isActiveL7d */
|
||||
countUniqueValuesIsActiveL7d?: boolean | number
|
||||
/** Number of empty values for isActiveL7d */
|
||||
countEmptyIsActiveL7d?: boolean | number
|
||||
/** Number of non-empty values for isActiveL7d */
|
||||
countNotEmptyIsActiveL7d?: boolean | number
|
||||
/** Percentage of empty values for isActiveL7d */
|
||||
percentageEmptyIsActiveL7d?: boolean | number
|
||||
/** Percentage of non-empty values for isActiveL7d */
|
||||
percentageNotEmptyIsActiveL7d?: boolean | number
|
||||
/** Count of true values in the field isActiveL7d */
|
||||
countTrueIsActiveL7d?: boolean | number
|
||||
/** Count of false values in the field isActiveL7d */
|
||||
countFalseIsActiveL7d?: boolean | number
|
||||
/** Number of unique values for isTwenty */
|
||||
countUniqueValuesIsTwenty?: boolean | number
|
||||
/** Number of empty values for isTwenty */
|
||||
@@ -40554,6 +40533,34 @@ export interface CloudUser2ConnectionGenqlSelection{
|
||||
percentageEmptySearchVector?: boolean | number
|
||||
/** Percentage of non-empty values for searchVector */
|
||||
percentageNotEmptySearchVector?: boolean | number
|
||||
/** Number of unique values for isActiveL24h */
|
||||
countUniqueValuesIsActiveL24h?: boolean | number
|
||||
/** Number of empty values for isActiveL24h */
|
||||
countEmptyIsActiveL24h?: boolean | number
|
||||
/** Number of non-empty values for isActiveL24h */
|
||||
countNotEmptyIsActiveL24h?: boolean | number
|
||||
/** Percentage of empty values for isActiveL24h */
|
||||
percentageEmptyIsActiveL24h?: boolean | number
|
||||
/** Percentage of non-empty values for isActiveL24h */
|
||||
percentageNotEmptyIsActiveL24h?: boolean | number
|
||||
/** Count of true values in the field isActiveL24h */
|
||||
countTrueIsActiveL24h?: boolean | number
|
||||
/** Count of false values in the field isActiveL24h */
|
||||
countFalseIsActiveL24h?: boolean | number
|
||||
/** Number of unique values for isActiveL7d */
|
||||
countUniqueValuesIsActiveL7d?: boolean | number
|
||||
/** Number of empty values for isActiveL7d */
|
||||
countEmptyIsActiveL7d?: boolean | number
|
||||
/** Number of non-empty values for isActiveL7d */
|
||||
countNotEmptyIsActiveL7d?: boolean | number
|
||||
/** Percentage of empty values for isActiveL7d */
|
||||
percentageEmptyIsActiveL7d?: boolean | number
|
||||
/** Percentage of non-empty values for isActiveL7d */
|
||||
percentageNotEmptyIsActiveL7d?: boolean | number
|
||||
/** Count of true values in the field isActiveL7d */
|
||||
countTrueIsActiveL7d?: boolean | number
|
||||
/** Count of false values in the field isActiveL7d */
|
||||
countFalseIsActiveL7d?: boolean | number
|
||||
edges?: CloudUser2EdgeGenqlSelection
|
||||
pageInfo?: PageInfoGenqlSelection
|
||||
__typename?: boolean | number
|
||||
@@ -40653,20 +40660,6 @@ export interface CloudUser2GroupByConnectionGenqlSelection{
|
||||
percentageEmptyFullName?: boolean | number
|
||||
/** Percentage of non-empty values for fullName */
|
||||
percentageNotEmptyFullName?: boolean | number
|
||||
/** Number of unique values for isActiveL24h */
|
||||
countUniqueValuesIsActiveL24h?: boolean | number
|
||||
/** Number of empty values for isActiveL24h */
|
||||
countEmptyIsActiveL24h?: boolean | number
|
||||
/** Number of non-empty values for isActiveL24h */
|
||||
countNotEmptyIsActiveL24h?: boolean | number
|
||||
/** Percentage of empty values for isActiveL24h */
|
||||
percentageEmptyIsActiveL24h?: boolean | number
|
||||
/** Percentage of non-empty values for isActiveL24h */
|
||||
percentageNotEmptyIsActiveL24h?: boolean | number
|
||||
/** Count of true values in the field isActiveL24h */
|
||||
countTrueIsActiveL24h?: boolean | number
|
||||
/** Count of false values in the field isActiveL24h */
|
||||
countFalseIsActiveL24h?: boolean | number
|
||||
/** Number of unique values for isActiveL30d */
|
||||
countUniqueValuesIsActiveL30d?: boolean | number
|
||||
/** Number of empty values for isActiveL30d */
|
||||
@@ -40681,20 +40674,6 @@ export interface CloudUser2GroupByConnectionGenqlSelection{
|
||||
countTrueIsActiveL30d?: boolean | number
|
||||
/** Count of false values in the field isActiveL30d */
|
||||
countFalseIsActiveL30d?: boolean | number
|
||||
/** Number of unique values for isActiveL7d */
|
||||
countUniqueValuesIsActiveL7d?: boolean | number
|
||||
/** Number of empty values for isActiveL7d */
|
||||
countEmptyIsActiveL7d?: boolean | number
|
||||
/** Number of non-empty values for isActiveL7d */
|
||||
countNotEmptyIsActiveL7d?: boolean | number
|
||||
/** Percentage of empty values for isActiveL7d */
|
||||
percentageEmptyIsActiveL7d?: boolean | number
|
||||
/** Percentage of non-empty values for isActiveL7d */
|
||||
percentageNotEmptyIsActiveL7d?: boolean | number
|
||||
/** Count of true values in the field isActiveL7d */
|
||||
countTrueIsActiveL7d?: boolean | number
|
||||
/** Count of false values in the field isActiveL7d */
|
||||
countFalseIsActiveL7d?: boolean | number
|
||||
/** Number of unique values for isTwenty */
|
||||
countUniqueValuesIsTwenty?: boolean | number
|
||||
/** Number of empty values for isTwenty */
|
||||
@@ -40905,6 +40884,34 @@ export interface CloudUser2GroupByConnectionGenqlSelection{
|
||||
percentageEmptySearchVector?: boolean | number
|
||||
/** Percentage of non-empty values for searchVector */
|
||||
percentageNotEmptySearchVector?: boolean | number
|
||||
/** Number of unique values for isActiveL24h */
|
||||
countUniqueValuesIsActiveL24h?: boolean | number
|
||||
/** Number of empty values for isActiveL24h */
|
||||
countEmptyIsActiveL24h?: boolean | number
|
||||
/** Number of non-empty values for isActiveL24h */
|
||||
countNotEmptyIsActiveL24h?: boolean | number
|
||||
/** Percentage of empty values for isActiveL24h */
|
||||
percentageEmptyIsActiveL24h?: boolean | number
|
||||
/** Percentage of non-empty values for isActiveL24h */
|
||||
percentageNotEmptyIsActiveL24h?: boolean | number
|
||||
/** Count of true values in the field isActiveL24h */
|
||||
countTrueIsActiveL24h?: boolean | number
|
||||
/** Count of false values in the field isActiveL24h */
|
||||
countFalseIsActiveL24h?: boolean | number
|
||||
/** Number of unique values for isActiveL7d */
|
||||
countUniqueValuesIsActiveL7d?: boolean | number
|
||||
/** Number of empty values for isActiveL7d */
|
||||
countEmptyIsActiveL7d?: boolean | number
|
||||
/** Number of non-empty values for isActiveL7d */
|
||||
countNotEmptyIsActiveL7d?: boolean | number
|
||||
/** Percentage of empty values for isActiveL7d */
|
||||
percentageEmptyIsActiveL7d?: boolean | number
|
||||
/** Percentage of non-empty values for isActiveL7d */
|
||||
percentageNotEmptyIsActiveL7d?: boolean | number
|
||||
/** Count of true values in the field isActiveL7d */
|
||||
countTrueIsActiveL7d?: boolean | number
|
||||
/** Count of false values in the field isActiveL7d */
|
||||
countFalseIsActiveL7d?: boolean | number
|
||||
edges?: CloudUser2EdgeGenqlSelection
|
||||
pageInfo?: PageInfoGenqlSelection
|
||||
groupByDimensionValues?: boolean | number
|
||||
@@ -40928,7 +40935,7 @@ id?: (Scalars['ID'] | null)}
|
||||
|
||||
export interface CloudUser2CreateInput {
|
||||
/** Id */
|
||||
id?: (Scalars['ID'] | null),activityStatus?: (CloudUser2ActivityStatusEnum | null),avgDailyPageviewsLast30d?: (Scalars['Float'] | null),dataLastUpdatedAt?: (Scalars['DateTime'] | null),daysSinceLastActivity?: (Scalars['Float'] | null),email?: (EmailsCreateInput | null),fullName?: (FullNameCreateInput | null),isActiveL24h?: (Scalars['Boolean'] | null),isActiveL30d?: (Scalars['Boolean'] | null),isActiveL7d?: (Scalars['Boolean'] | null),isTwenty?: (Scalars['Boolean'] | null),lastActivityDate?: (Scalars['DateTime'] | null),pageViewsL24h?: (Scalars['Float'] | null),pageViewsL30d?: (Scalars['Float'] | null),pageViewsL7d?: (Scalars['Float'] | null),updatedBy?: (ActorCreateInput | null),userTenure?: (Scalars['Float'] | null),workspaceCount?: (Scalars['Float'] | null),
|
||||
id?: (Scalars['ID'] | null),activityStatus?: (CloudUser2ActivityStatusEnum | null),avgDailyPageviewsLast30d?: (Scalars['Float'] | null),dataLastUpdatedAt?: (Scalars['DateTime'] | null),daysSinceLastActivity?: (Scalars['Float'] | null),email?: (EmailsCreateInput | null),fullName?: (FullNameCreateInput | null),isActiveL30d?: (Scalars['Boolean'] | null),isTwenty?: (Scalars['Boolean'] | null),lastActivityDate?: (Scalars['DateTime'] | null),pageViewsL24h?: (Scalars['Float'] | null),pageViewsL30d?: (Scalars['Float'] | null),pageViewsL7d?: (Scalars['Float'] | null),updatedBy?: (ActorCreateInput | null),userTenure?: (Scalars['Float'] | null),workspaceCount?: (Scalars['Float'] | null),
|
||||
/** Name */
|
||||
name?: (Scalars['String'] | null),
|
||||
/** Creation date */
|
||||
@@ -40942,11 +40949,11 @@ createdBy?: (ActorCreateInput | null),
|
||||
/** Position */
|
||||
position?: (Scalars['Position'] | null),
|
||||
/** Search vector */
|
||||
searchVector?: (Scalars['TSVector'] | null)}
|
||||
searchVector?: (Scalars['TSVector'] | null),isActiveL24h?: (Scalars['Boolean'] | null),isActiveL7d?: (Scalars['Boolean'] | null)}
|
||||
|
||||
export interface CloudUser2UpdateInput {
|
||||
/** Id */
|
||||
id?: (Scalars['ID'] | null),activityStatus?: (CloudUser2ActivityStatusEnum | null),avgDailyPageviewsLast30d?: (Scalars['Float'] | null),dataLastUpdatedAt?: (Scalars['DateTime'] | null),daysSinceLastActivity?: (Scalars['Float'] | null),email?: (EmailsUpdateInput | null),fullName?: (FullNameUpdateInput | null),isActiveL24h?: (Scalars['Boolean'] | null),isActiveL30d?: (Scalars['Boolean'] | null),isActiveL7d?: (Scalars['Boolean'] | null),isTwenty?: (Scalars['Boolean'] | null),lastActivityDate?: (Scalars['DateTime'] | null),pageViewsL24h?: (Scalars['Float'] | null),pageViewsL30d?: (Scalars['Float'] | null),pageViewsL7d?: (Scalars['Float'] | null),updatedBy?: (ActorUpdateInput | null),userTenure?: (Scalars['Float'] | null),workspaceCount?: (Scalars['Float'] | null),
|
||||
id?: (Scalars['ID'] | null),activityStatus?: (CloudUser2ActivityStatusEnum | null),avgDailyPageviewsLast30d?: (Scalars['Float'] | null),dataLastUpdatedAt?: (Scalars['DateTime'] | null),daysSinceLastActivity?: (Scalars['Float'] | null),email?: (EmailsUpdateInput | null),fullName?: (FullNameUpdateInput | null),isActiveL30d?: (Scalars['Boolean'] | null),isTwenty?: (Scalars['Boolean'] | null),lastActivityDate?: (Scalars['DateTime'] | null),pageViewsL24h?: (Scalars['Float'] | null),pageViewsL30d?: (Scalars['Float'] | null),pageViewsL7d?: (Scalars['Float'] | null),updatedBy?: (ActorUpdateInput | null),userTenure?: (Scalars['Float'] | null),workspaceCount?: (Scalars['Float'] | null),
|
||||
/** Name */
|
||||
name?: (Scalars['String'] | null),
|
||||
/** Creation date */
|
||||
@@ -40960,11 +40967,11 @@ createdBy?: (ActorUpdateInput | null),
|
||||
/** Position */
|
||||
position?: (Scalars['Position'] | null),
|
||||
/** Search vector */
|
||||
searchVector?: (Scalars['TSVector'] | null)}
|
||||
searchVector?: (Scalars['TSVector'] | null),isActiveL24h?: (Scalars['Boolean'] | null),isActiveL7d?: (Scalars['Boolean'] | null)}
|
||||
|
||||
export interface CloudUser2FilterInput {
|
||||
/** Id */
|
||||
id?: (UUIDFilter | null),activityStatus?: (CloudUser2ActivityStatusEnumFilter | null),avgDailyPageviewsLast30d?: (FloatFilter | null),dataLastUpdatedAt?: (Scalars['DateTime'] | null),daysSinceLastActivity?: (FloatFilter | null),email?: (EmailsFilterInput | null),fullName?: (FullNameFilterInput | null),isActiveL24h?: (BooleanFilter | null),isActiveL30d?: (BooleanFilter | null),isActiveL7d?: (BooleanFilter | null),isTwenty?: (BooleanFilter | null),lastActivityDate?: (Scalars['DateTime'] | null),pageViewsL24h?: (FloatFilter | null),pageViewsL30d?: (FloatFilter | null),pageViewsL7d?: (FloatFilter | null),updatedBy?: (ActorFilterInput | null),userTenure?: (FloatFilter | null),workspaceCount?: (FloatFilter | null),
|
||||
id?: (UUIDFilter | null),activityStatus?: (CloudUser2ActivityStatusEnumFilter | null),avgDailyPageviewsLast30d?: (FloatFilter | null),dataLastUpdatedAt?: (Scalars['DateTime'] | null),daysSinceLastActivity?: (FloatFilter | null),email?: (EmailsFilterInput | null),fullName?: (FullNameFilterInput | null),isActiveL30d?: (BooleanFilter | null),isTwenty?: (BooleanFilter | null),lastActivityDate?: (Scalars['DateTime'] | null),pageViewsL24h?: (FloatFilter | null),pageViewsL30d?: (FloatFilter | null),pageViewsL7d?: (FloatFilter | null),updatedBy?: (ActorFilterInput | null),userTenure?: (FloatFilter | null),workspaceCount?: (FloatFilter | null),
|
||||
/** Name */
|
||||
name?: (StringFilter | null),
|
||||
/** Creation date */
|
||||
@@ -40978,13 +40985,13 @@ createdBy?: (ActorFilterInput | null),
|
||||
/** Position */
|
||||
position?: (FloatFilter | null),
|
||||
/** Search vector */
|
||||
searchVector?: (TSVectorFilter | null),and?: ((CloudUser2FilterInput | null)[] | null),or?: ((CloudUser2FilterInput | null)[] | null),not?: (CloudUser2FilterInput | null)}
|
||||
searchVector?: (TSVectorFilter | null),isActiveL24h?: (BooleanFilter | null),isActiveL7d?: (BooleanFilter | null),and?: ((CloudUser2FilterInput | null)[] | null),or?: ((CloudUser2FilterInput | null)[] | null),not?: (CloudUser2FilterInput | null)}
|
||||
|
||||
export interface CloudUser2ActivityStatusEnumFilter {eq?: (CloudUser2ActivityStatusEnum | null),neq?: (CloudUser2ActivityStatusEnum | null),in?: ((CloudUser2ActivityStatusEnum | null)[] | null),containsAny?: ((CloudUser2ActivityStatusEnum | null)[] | null),is?: (FilterIs | null),isEmptyArray?: (Scalars['Boolean'] | null)}
|
||||
|
||||
export interface CloudUser2OrderByInput {
|
||||
/** Id */
|
||||
id?: (OrderByDirection | null),activityStatus?: (OrderByDirection | null),avgDailyPageviewsLast30d?: (OrderByDirection | null),dataLastUpdatedAt?: (OrderByDirection | null),daysSinceLastActivity?: (OrderByDirection | null),email?: (EmailsOrderByInput | null),fullName?: (FullNameOrderByInput | null),isActiveL24h?: (OrderByDirection | null),isActiveL30d?: (OrderByDirection | null),isActiveL7d?: (OrderByDirection | null),isTwenty?: (OrderByDirection | null),lastActivityDate?: (OrderByDirection | null),pageViewsL24h?: (OrderByDirection | null),pageViewsL30d?: (OrderByDirection | null),pageViewsL7d?: (OrderByDirection | null),updatedBy?: (ActorOrderByInput | null),userTenure?: (OrderByDirection | null),workspaceCount?: (OrderByDirection | null),
|
||||
id?: (OrderByDirection | null),activityStatus?: (OrderByDirection | null),avgDailyPageviewsLast30d?: (OrderByDirection | null),dataLastUpdatedAt?: (OrderByDirection | null),daysSinceLastActivity?: (OrderByDirection | null),email?: (EmailsOrderByInput | null),fullName?: (FullNameOrderByInput | null),isActiveL30d?: (OrderByDirection | null),isTwenty?: (OrderByDirection | null),lastActivityDate?: (OrderByDirection | null),pageViewsL24h?: (OrderByDirection | null),pageViewsL30d?: (OrderByDirection | null),pageViewsL7d?: (OrderByDirection | null),updatedBy?: (ActorOrderByInput | null),userTenure?: (OrderByDirection | null),workspaceCount?: (OrderByDirection | null),
|
||||
/** Name */
|
||||
name?: (OrderByDirection | null),
|
||||
/** Creation date */
|
||||
@@ -40998,13 +41005,13 @@ createdBy?: (ActorOrderByInput | null),
|
||||
/** Position */
|
||||
position?: (OrderByDirection | null),
|
||||
/** Search vector */
|
||||
searchVector?: (OrderByDirection | null)}
|
||||
searchVector?: (OrderByDirection | null),isActiveL24h?: (OrderByDirection | null),isActiveL7d?: (OrderByDirection | null)}
|
||||
|
||||
export interface CloudUser2OrderByWithGroupByInput {
|
||||
/** Order by aggregate values */
|
||||
aggregate?: (CloudUser2OrderByWithGroupByAggregateInput | null),
|
||||
/** Id */
|
||||
id?: (OrderByDirection | null),activityStatus?: (OrderByDirection | null),avgDailyPageviewsLast30d?: (OrderByDirection | null),dataLastUpdatedAt?: (OrderByDateGranularityInput | null),daysSinceLastActivity?: (OrderByDirection | null),email?: (EmailsOrderByInput | null),fullName?: (FullNameOrderByInput | null),isActiveL24h?: (OrderByDirection | null),isActiveL30d?: (OrderByDirection | null),isActiveL7d?: (OrderByDirection | null),isTwenty?: (OrderByDirection | null),lastActivityDate?: (OrderByDateGranularityInput | null),pageViewsL24h?: (OrderByDirection | null),pageViewsL30d?: (OrderByDirection | null),pageViewsL7d?: (OrderByDirection | null),updatedBy?: (ActorOrderByInput | null),userTenure?: (OrderByDirection | null),workspaceCount?: (OrderByDirection | null),
|
||||
id?: (OrderByDirection | null),activityStatus?: (OrderByDirection | null),avgDailyPageviewsLast30d?: (OrderByDirection | null),dataLastUpdatedAt?: (OrderByDateGranularityInput | null),daysSinceLastActivity?: (OrderByDirection | null),email?: (EmailsOrderByInput | null),fullName?: (FullNameOrderByInput | null),isActiveL30d?: (OrderByDirection | null),isTwenty?: (OrderByDirection | null),lastActivityDate?: (OrderByDateGranularityInput | null),pageViewsL24h?: (OrderByDirection | null),pageViewsL30d?: (OrderByDirection | null),pageViewsL7d?: (OrderByDirection | null),updatedBy?: (ActorOrderByInput | null),userTenure?: (OrderByDirection | null),workspaceCount?: (OrderByDirection | null),
|
||||
/** Name */
|
||||
name?: (OrderByDirection | null),
|
||||
/** Creation date */
|
||||
@@ -41018,7 +41025,7 @@ createdBy?: (ActorOrderByInput | null),
|
||||
/** Position */
|
||||
position?: (OrderByDirection | null),
|
||||
/** Search vector */
|
||||
searchVector?: (OrderByDirection | null)}
|
||||
searchVector?: (OrderByDirection | null),isActiveL24h?: (OrderByDirection | null),isActiveL7d?: (OrderByDirection | null)}
|
||||
|
||||
|
||||
/** Aggregate-based ordering */
|
||||
@@ -41115,20 +41122,6 @@ countNotEmptyFullName?: (OrderByDirection | null),
|
||||
percentageEmptyFullName?: (OrderByDirection | null),
|
||||
/** Percentage of non-empty values for fullName */
|
||||
percentageNotEmptyFullName?: (OrderByDirection | null),
|
||||
/** Number of unique values for isActiveL24h */
|
||||
countUniqueValuesIsActiveL24h?: (OrderByDirection | null),
|
||||
/** Number of empty values for isActiveL24h */
|
||||
countEmptyIsActiveL24h?: (OrderByDirection | null),
|
||||
/** Number of non-empty values for isActiveL24h */
|
||||
countNotEmptyIsActiveL24h?: (OrderByDirection | null),
|
||||
/** Percentage of empty values for isActiveL24h */
|
||||
percentageEmptyIsActiveL24h?: (OrderByDirection | null),
|
||||
/** Percentage of non-empty values for isActiveL24h */
|
||||
percentageNotEmptyIsActiveL24h?: (OrderByDirection | null),
|
||||
/** Count of true values in the field isActiveL24h */
|
||||
countTrueIsActiveL24h?: (OrderByDirection | null),
|
||||
/** Count of false values in the field isActiveL24h */
|
||||
countFalseIsActiveL24h?: (OrderByDirection | null),
|
||||
/** Number of unique values for isActiveL30d */
|
||||
countUniqueValuesIsActiveL30d?: (OrderByDirection | null),
|
||||
/** Number of empty values for isActiveL30d */
|
||||
@@ -41143,20 +41136,6 @@ percentageNotEmptyIsActiveL30d?: (OrderByDirection | null),
|
||||
countTrueIsActiveL30d?: (OrderByDirection | null),
|
||||
/** Count of false values in the field isActiveL30d */
|
||||
countFalseIsActiveL30d?: (OrderByDirection | null),
|
||||
/** Number of unique values for isActiveL7d */
|
||||
countUniqueValuesIsActiveL7d?: (OrderByDirection | null),
|
||||
/** Number of empty values for isActiveL7d */
|
||||
countEmptyIsActiveL7d?: (OrderByDirection | null),
|
||||
/** Number of non-empty values for isActiveL7d */
|
||||
countNotEmptyIsActiveL7d?: (OrderByDirection | null),
|
||||
/** Percentage of empty values for isActiveL7d */
|
||||
percentageEmptyIsActiveL7d?: (OrderByDirection | null),
|
||||
/** Percentage of non-empty values for isActiveL7d */
|
||||
percentageNotEmptyIsActiveL7d?: (OrderByDirection | null),
|
||||
/** Count of true values in the field isActiveL7d */
|
||||
countTrueIsActiveL7d?: (OrderByDirection | null),
|
||||
/** Count of false values in the field isActiveL7d */
|
||||
countFalseIsActiveL7d?: (OrderByDirection | null),
|
||||
/** Number of unique values for isTwenty */
|
||||
countUniqueValuesIsTwenty?: (OrderByDirection | null),
|
||||
/** Number of empty values for isTwenty */
|
||||
@@ -41366,11 +41345,39 @@ countNotEmptySearchVector?: (OrderByDirection | null),
|
||||
/** Percentage of empty values for searchVector */
|
||||
percentageEmptySearchVector?: (OrderByDirection | null),
|
||||
/** Percentage of non-empty values for searchVector */
|
||||
percentageNotEmptySearchVector?: (OrderByDirection | null)}
|
||||
percentageNotEmptySearchVector?: (OrderByDirection | null),
|
||||
/** Number of unique values for isActiveL24h */
|
||||
countUniqueValuesIsActiveL24h?: (OrderByDirection | null),
|
||||
/** Number of empty values for isActiveL24h */
|
||||
countEmptyIsActiveL24h?: (OrderByDirection | null),
|
||||
/** Number of non-empty values for isActiveL24h */
|
||||
countNotEmptyIsActiveL24h?: (OrderByDirection | null),
|
||||
/** Percentage of empty values for isActiveL24h */
|
||||
percentageEmptyIsActiveL24h?: (OrderByDirection | null),
|
||||
/** Percentage of non-empty values for isActiveL24h */
|
||||
percentageNotEmptyIsActiveL24h?: (OrderByDirection | null),
|
||||
/** Count of true values in the field isActiveL24h */
|
||||
countTrueIsActiveL24h?: (OrderByDirection | null),
|
||||
/** Count of false values in the field isActiveL24h */
|
||||
countFalseIsActiveL24h?: (OrderByDirection | null),
|
||||
/** Number of unique values for isActiveL7d */
|
||||
countUniqueValuesIsActiveL7d?: (OrderByDirection | null),
|
||||
/** Number of empty values for isActiveL7d */
|
||||
countEmptyIsActiveL7d?: (OrderByDirection | null),
|
||||
/** Number of non-empty values for isActiveL7d */
|
||||
countNotEmptyIsActiveL7d?: (OrderByDirection | null),
|
||||
/** Percentage of empty values for isActiveL7d */
|
||||
percentageEmptyIsActiveL7d?: (OrderByDirection | null),
|
||||
/** Percentage of non-empty values for isActiveL7d */
|
||||
percentageNotEmptyIsActiveL7d?: (OrderByDirection | null),
|
||||
/** Count of true values in the field isActiveL7d */
|
||||
countTrueIsActiveL7d?: (OrderByDirection | null),
|
||||
/** Count of false values in the field isActiveL7d */
|
||||
countFalseIsActiveL7d?: (OrderByDirection | null)}
|
||||
|
||||
export interface CloudUser2GroupByInput {
|
||||
/** Id */
|
||||
id?: (Scalars['Boolean'] | null),activityStatus?: (Scalars['Boolean'] | null),avgDailyPageviewsLast30d?: (Scalars['Boolean'] | null),dataLastUpdatedAt?: (GroupByDateGranularityInput | null),daysSinceLastActivity?: (Scalars['Boolean'] | null),email?: (EmailsGroupByInput | null),fullName?: (FullNameGroupByInput | null),isActiveL24h?: (Scalars['Boolean'] | null),isActiveL30d?: (Scalars['Boolean'] | null),isActiveL7d?: (Scalars['Boolean'] | null),isTwenty?: (Scalars['Boolean'] | null),lastActivityDate?: (GroupByDateGranularityInput | null),pageViewsL24h?: (Scalars['Boolean'] | null),pageViewsL30d?: (Scalars['Boolean'] | null),pageViewsL7d?: (Scalars['Boolean'] | null),updatedBy?: (ActorGroupByInput | null),userTenure?: (Scalars['Boolean'] | null),workspaceCount?: (Scalars['Boolean'] | null),
|
||||
id?: (Scalars['Boolean'] | null),activityStatus?: (Scalars['Boolean'] | null),avgDailyPageviewsLast30d?: (Scalars['Boolean'] | null),dataLastUpdatedAt?: (GroupByDateGranularityInput | null),daysSinceLastActivity?: (Scalars['Boolean'] | null),email?: (EmailsGroupByInput | null),fullName?: (FullNameGroupByInput | null),isActiveL30d?: (Scalars['Boolean'] | null),isTwenty?: (Scalars['Boolean'] | null),lastActivityDate?: (GroupByDateGranularityInput | null),pageViewsL24h?: (Scalars['Boolean'] | null),pageViewsL30d?: (Scalars['Boolean'] | null),pageViewsL7d?: (Scalars['Boolean'] | null),updatedBy?: (ActorGroupByInput | null),userTenure?: (Scalars['Boolean'] | null),workspaceCount?: (Scalars['Boolean'] | null),
|
||||
/** Name */
|
||||
name?: (Scalars['Boolean'] | null),
|
||||
/** Creation date */
|
||||
@@ -41384,7 +41391,7 @@ createdBy?: (ActorGroupByInput | null),
|
||||
/** Position */
|
||||
position?: (Scalars['Boolean'] | null),
|
||||
/** Search vector */
|
||||
searchVector?: (Scalars['Boolean'] | null)}
|
||||
searchVector?: (Scalars['Boolean'] | null),isActiveL24h?: (Scalars['Boolean'] | null),isActiveL7d?: (Scalars['Boolean'] | null)}
|
||||
|
||||
export interface CloudUserWorkspace2GenqlSelection{
|
||||
twentyUserIdentifier?: boolean | number
|
||||
@@ -41408,6 +41415,8 @@ export interface CloudUserWorkspace2GenqlSelection{
|
||||
position?: boolean | number
|
||||
/** Search vector */
|
||||
searchVector?: boolean | number
|
||||
cloudUser2Id?: boolean | number
|
||||
cloudWorkspace2Id?: boolean | number
|
||||
/** Cloud user workspaces 2 tied to the CloudUserWorkspace2 */
|
||||
timelineActivities?: (TimelineActivityConnectionGenqlSelection & { __args?: {first?: (Scalars['Int'] | null), last?: (Scalars['Int'] | null), offset?: (Scalars['Int'] | null), before?: (Scalars['String'] | null), after?: (Scalars['String'] | null), filter?: (TimelineActivityFilterInput | null), orderBy?: ((TimelineActivityOrderByInput | null)[] | null)} })
|
||||
/** Cloud user workspaces 2 tied to the CloudUserWorkspace2 */
|
||||
@@ -41418,6 +41427,8 @@ export interface CloudUserWorkspace2GenqlSelection{
|
||||
noteTargets?: (NoteTargetConnectionGenqlSelection & { __args?: {first?: (Scalars['Int'] | null), last?: (Scalars['Int'] | null), offset?: (Scalars['Int'] | null), before?: (Scalars['String'] | null), after?: (Scalars['String'] | null), filter?: (NoteTargetFilterInput | null), orderBy?: ((NoteTargetOrderByInput | null)[] | null)} })
|
||||
/** Cloud user workspaces 2 tied to the CloudUserWorkspace2 */
|
||||
taskTargets?: (TaskTargetConnectionGenqlSelection & { __args?: {first?: (Scalars['Int'] | null), last?: (Scalars['Int'] | null), offset?: (Scalars['Int'] | null), before?: (Scalars['String'] | null), after?: (Scalars['String'] | null), filter?: (TaskTargetFilterInput | null), orderBy?: ((TaskTargetOrderByInput | null)[] | null)} })
|
||||
cloudUser2?: CloudUser2GenqlSelection
|
||||
cloudWorkspace2?: CloudWorkspace2GenqlSelection
|
||||
__typename?: boolean | number
|
||||
__scalar?: boolean | number
|
||||
}
|
||||
@@ -41744,7 +41755,7 @@ createdBy?: (ActorCreateInput | null),
|
||||
/** Position */
|
||||
position?: (Scalars['Position'] | null),
|
||||
/** Search vector */
|
||||
searchVector?: (Scalars['TSVector'] | null)}
|
||||
searchVector?: (Scalars['TSVector'] | null),cloudUser2Id?: (Scalars['ID'] | null),cloudUser2?: (CloudUser2RelationInput | null),cloudWorkspace2Id?: (Scalars['ID'] | null),cloudWorkspace2?: (CloudWorkspace2RelationInput | null)}
|
||||
|
||||
export interface CloudUserWorkspace2UpdateInput {twentyUserIdentifier?: (Scalars['String'] | null),twentyWorkspaceIdentifier?: (Scalars['String'] | null),idOfTheUserWorkspace?: (Scalars['String'] | null),
|
||||
/** The user who last updated the record */
|
||||
@@ -41764,7 +41775,7 @@ createdBy?: (ActorUpdateInput | null),
|
||||
/** Position */
|
||||
position?: (Scalars['Position'] | null),
|
||||
/** Search vector */
|
||||
searchVector?: (Scalars['TSVector'] | null)}
|
||||
searchVector?: (Scalars['TSVector'] | null),cloudUser2Id?: (Scalars['ID'] | null),cloudUser2?: (CloudUser2RelationInput | null),cloudWorkspace2Id?: (Scalars['ID'] | null),cloudWorkspace2?: (CloudWorkspace2RelationInput | null)}
|
||||
|
||||
export interface CloudUserWorkspace2FilterInput {twentyUserIdentifier?: (StringFilter | null),twentyWorkspaceIdentifier?: (StringFilter | null),idOfTheUserWorkspace?: (StringFilter | null),
|
||||
/** The user who last updated the record */
|
||||
@@ -41784,7 +41795,7 @@ createdBy?: (ActorFilterInput | null),
|
||||
/** Position */
|
||||
position?: (FloatFilter | null),
|
||||
/** Search vector */
|
||||
searchVector?: (TSVectorFilter | null),and?: ((CloudUserWorkspace2FilterInput | null)[] | null),or?: ((CloudUserWorkspace2FilterInput | null)[] | null),not?: (CloudUserWorkspace2FilterInput | null)}
|
||||
searchVector?: (TSVectorFilter | null),cloudUser2Id?: (UUIDFilter | null),cloudWorkspace2Id?: (UUIDFilter | null),and?: ((CloudUserWorkspace2FilterInput | null)[] | null),or?: ((CloudUserWorkspace2FilterInput | null)[] | null),not?: (CloudUserWorkspace2FilterInput | null)}
|
||||
|
||||
export interface CloudUserWorkspace2OrderByInput {twentyUserIdentifier?: (OrderByDirection | null),twentyWorkspaceIdentifier?: (OrderByDirection | null),idOfTheUserWorkspace?: (OrderByDirection | null),
|
||||
/** The user who last updated the record */
|
||||
@@ -41804,7 +41815,11 @@ createdBy?: (ActorOrderByInput | null),
|
||||
/** Position */
|
||||
position?: (OrderByDirection | null),
|
||||
/** Search vector */
|
||||
searchVector?: (OrderByDirection | null)}
|
||||
searchVector?: (OrderByDirection | null),cloudUser2Id?: (OrderByDirection | null),
|
||||
/** Order by fields of the related cloudUser2 */
|
||||
cloudUser2?: (CloudUser2OrderByInput | null),cloudWorkspace2Id?: (OrderByDirection | null),
|
||||
/** Order by fields of the related cloudWorkspace2 */
|
||||
cloudWorkspace2?: (CloudWorkspace2OrderByInput | null)}
|
||||
|
||||
export interface CloudUserWorkspace2OrderByWithGroupByInput {
|
||||
/** Order by aggregate values */
|
||||
@@ -41826,7 +41841,11 @@ createdBy?: (ActorOrderByInput | null),
|
||||
/** Position */
|
||||
position?: (OrderByDirection | null),
|
||||
/** Search vector */
|
||||
searchVector?: (OrderByDirection | null)}
|
||||
searchVector?: (OrderByDirection | null),cloudUser2Id?: (OrderByDirection | null),
|
||||
/** Order by fields of the related cloudUser2 */
|
||||
cloudUser2?: (CloudUser2OrderByWithGroupByInput | null),cloudWorkspace2Id?: (OrderByDirection | null),
|
||||
/** Order by fields of the related cloudWorkspace2 */
|
||||
cloudWorkspace2?: (CloudWorkspace2OrderByWithGroupByInput | null)}
|
||||
|
||||
|
||||
/** Aggregate-based ordering */
|
||||
@@ -41964,7 +41983,11 @@ countNotEmptySearchVector?: (OrderByDirection | null),
|
||||
/** Percentage of empty values for searchVector */
|
||||
percentageEmptySearchVector?: (OrderByDirection | null),
|
||||
/** Percentage of non-empty values for searchVector */
|
||||
percentageNotEmptySearchVector?: (OrderByDirection | null)}
|
||||
percentageNotEmptySearchVector?: (OrderByDirection | null),cloudUser2Id?: (OrderByDirection | null),
|
||||
/** Order by fields of the related cloudUser2 */
|
||||
cloudUser2?: (CloudUser2OrderByInput | null),cloudWorkspace2Id?: (OrderByDirection | null),
|
||||
/** Order by fields of the related cloudWorkspace2 */
|
||||
cloudWorkspace2?: (CloudWorkspace2OrderByInput | null)}
|
||||
|
||||
export interface CloudUserWorkspace2GroupByInput {twentyUserIdentifier?: (Scalars['Boolean'] | null),twentyWorkspaceIdentifier?: (Scalars['Boolean'] | null),idOfTheUserWorkspace?: (Scalars['Boolean'] | null),
|
||||
/** The user who last updated the record */
|
||||
@@ -41984,7 +42007,11 @@ createdBy?: (ActorGroupByInput | null),
|
||||
/** Position */
|
||||
position?: (Scalars['Boolean'] | null),
|
||||
/** Search vector */
|
||||
searchVector?: (Scalars['Boolean'] | null)}
|
||||
searchVector?: (Scalars['Boolean'] | null),
|
||||
/** Group by fields of the related cloudUser2 */
|
||||
cloudUser2?: (CloudUser2GroupByInput | null),
|
||||
/** Group by fields of the related cloudWorkspace2 */
|
||||
cloudWorkspace2?: (CloudWorkspace2GroupByInput | null)}
|
||||
|
||||
export interface CloudWorkspace2GenqlSelection{
|
||||
/** Custom domain set up by the customer to use their own. */
|
||||
@@ -42058,6 +42085,7 @@ export interface CloudWorkspace2GenqlSelection{
|
||||
noteTargets?: (NoteTargetConnectionGenqlSelection & { __args?: {first?: (Scalars['Int'] | null), last?: (Scalars['Int'] | null), offset?: (Scalars['Int'] | null), before?: (Scalars['String'] | null), after?: (Scalars['String'] | null), filter?: (NoteTargetFilterInput | null), orderBy?: ((NoteTargetOrderByInput | null)[] | null)} })
|
||||
/** Cloud workspaces 2 tied to the CloudWorkspace2 */
|
||||
taskTargets?: (TaskTargetConnectionGenqlSelection & { __args?: {first?: (Scalars['Int'] | null), last?: (Scalars['Int'] | null), offset?: (Scalars['Int'] | null), before?: (Scalars['String'] | null), after?: (Scalars['String'] | null), filter?: (TaskTargetFilterInput | null), orderBy?: ((TaskTargetOrderByInput | null)[] | null)} })
|
||||
cloudUserWorkspaces2?: (CloudUserWorkspace2ConnectionGenqlSelection & { __args?: {first?: (Scalars['Int'] | null), last?: (Scalars['Int'] | null), offset?: (Scalars['Int'] | null), before?: (Scalars['String'] | null), after?: (Scalars['String'] | null), filter?: (CloudUserWorkspace2FilterInput | null), orderBy?: ((CloudUserWorkspace2OrderByInput | null)[] | null)} })
|
||||
__typename?: boolean | number
|
||||
__scalar?: boolean | number
|
||||
}
|
||||
|
||||
+306
-168
@@ -45873,15 +45873,9 @@ export default {
|
||||
"fullName": [
|
||||
69
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL30d": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"isTwenty": [
|
||||
6
|
||||
],
|
||||
@@ -45927,6 +45921,12 @@ export default {
|
||||
"searchVector": [
|
||||
115
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"timelineActivities": [
|
||||
500,
|
||||
{
|
||||
@@ -46062,6 +46062,33 @@ export default {
|
||||
]
|
||||
}
|
||||
],
|
||||
"cloudUserWorkspaces2": [
|
||||
613,
|
||||
{
|
||||
"first": [
|
||||
10
|
||||
],
|
||||
"last": [
|
||||
10
|
||||
],
|
||||
"offset": [
|
||||
10
|
||||
],
|
||||
"before": [
|
||||
1
|
||||
],
|
||||
"after": [
|
||||
1
|
||||
],
|
||||
"filter": [
|
||||
620
|
||||
],
|
||||
"orderBy": [
|
||||
621,
|
||||
"[CloudUserWorkspace2OrderByInput]"
|
||||
]
|
||||
}
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -46216,27 +46243,6 @@ export default {
|
||||
"percentageNotEmptyFullName": [
|
||||
13
|
||||
],
|
||||
"countUniqueValuesIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsActiveL30d": [
|
||||
10
|
||||
],
|
||||
@@ -46258,27 +46264,6 @@ export default {
|
||||
"countFalseIsActiveL30d": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsTwenty": [
|
||||
10
|
||||
],
|
||||
@@ -46594,6 +46579,48 @@ export default {
|
||||
"percentageNotEmptySearchVector": [
|
||||
13
|
||||
],
|
||||
"countUniqueValuesIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"edges": [
|
||||
597
|
||||
],
|
||||
@@ -46743,27 +46770,6 @@ export default {
|
||||
"percentageNotEmptyFullName": [
|
||||
13
|
||||
],
|
||||
"countUniqueValuesIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsActiveL30d": [
|
||||
10
|
||||
],
|
||||
@@ -46785,27 +46791,6 @@ export default {
|
||||
"countFalseIsActiveL30d": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsTwenty": [
|
||||
10
|
||||
],
|
||||
@@ -47121,6 +47106,48 @@ export default {
|
||||
"percentageNotEmptySearchVector": [
|
||||
13
|
||||
],
|
||||
"countUniqueValuesIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"edges": [
|
||||
597
|
||||
],
|
||||
@@ -47183,15 +47210,9 @@ export default {
|
||||
"fullName": [
|
||||
70
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL30d": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"isTwenty": [
|
||||
6
|
||||
],
|
||||
@@ -47237,6 +47258,12 @@ export default {
|
||||
"searchVector": [
|
||||
115
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -47263,15 +47290,9 @@ export default {
|
||||
"fullName": [
|
||||
71
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL30d": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"isTwenty": [
|
||||
6
|
||||
],
|
||||
@@ -47317,6 +47338,12 @@ export default {
|
||||
"searchVector": [
|
||||
115
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -47343,15 +47370,9 @@ export default {
|
||||
"fullName": [
|
||||
72
|
||||
],
|
||||
"isActiveL24h": [
|
||||
179
|
||||
],
|
||||
"isActiveL30d": [
|
||||
179
|
||||
],
|
||||
"isActiveL7d": [
|
||||
179
|
||||
],
|
||||
"isTwenty": [
|
||||
179
|
||||
],
|
||||
@@ -47397,6 +47418,12 @@ export default {
|
||||
"searchVector": [
|
||||
131
|
||||
],
|
||||
"isActiveL24h": [
|
||||
179
|
||||
],
|
||||
"isActiveL7d": [
|
||||
179
|
||||
],
|
||||
"and": [
|
||||
605
|
||||
],
|
||||
@@ -47455,15 +47482,9 @@ export default {
|
||||
"fullName": [
|
||||
73
|
||||
],
|
||||
"isActiveL24h": [
|
||||
59
|
||||
],
|
||||
"isActiveL30d": [
|
||||
59
|
||||
],
|
||||
"isActiveL7d": [
|
||||
59
|
||||
],
|
||||
"isTwenty": [
|
||||
59
|
||||
],
|
||||
@@ -47509,6 +47530,12 @@ export default {
|
||||
"searchVector": [
|
||||
59
|
||||
],
|
||||
"isActiveL24h": [
|
||||
59
|
||||
],
|
||||
"isActiveL7d": [
|
||||
59
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -47538,15 +47565,9 @@ export default {
|
||||
"fullName": [
|
||||
73
|
||||
],
|
||||
"isActiveL24h": [
|
||||
59
|
||||
],
|
||||
"isActiveL30d": [
|
||||
59
|
||||
],
|
||||
"isActiveL7d": [
|
||||
59
|
||||
],
|
||||
"isTwenty": [
|
||||
59
|
||||
],
|
||||
@@ -47592,6 +47613,12 @@ export default {
|
||||
"searchVector": [
|
||||
59
|
||||
],
|
||||
"isActiveL24h": [
|
||||
59
|
||||
],
|
||||
"isActiveL7d": [
|
||||
59
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -47735,27 +47762,6 @@ export default {
|
||||
"percentageNotEmptyFullName": [
|
||||
59
|
||||
],
|
||||
"countUniqueValuesIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countNotEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"percentageEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"percentageNotEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countTrueIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countFalseIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countUniqueValuesIsActiveL30d": [
|
||||
59
|
||||
],
|
||||
@@ -47777,27 +47783,6 @@ export default {
|
||||
"countFalseIsActiveL30d": [
|
||||
59
|
||||
],
|
||||
"countUniqueValuesIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countNotEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"percentageEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"percentageNotEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countTrueIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countFalseIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countUniqueValuesIsTwenty": [
|
||||
59
|
||||
],
|
||||
@@ -48113,6 +48098,48 @@ export default {
|
||||
"percentageNotEmptySearchVector": [
|
||||
59
|
||||
],
|
||||
"countUniqueValuesIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countNotEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"percentageEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"percentageNotEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countTrueIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countFalseIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countUniqueValuesIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countNotEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"percentageEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"percentageNotEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countTrueIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countFalseIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -48139,15 +48166,9 @@ export default {
|
||||
"fullName": [
|
||||
74
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL30d": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"isTwenty": [
|
||||
6
|
||||
],
|
||||
@@ -48193,6 +48214,12 @@ export default {
|
||||
"searchVector": [
|
||||
6
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -48234,6 +48261,12 @@ export default {
|
||||
"searchVector": [
|
||||
115
|
||||
],
|
||||
"cloudUser2Id": [
|
||||
22
|
||||
],
|
||||
"cloudWorkspace2Id": [
|
||||
22
|
||||
],
|
||||
"timelineActivities": [
|
||||
500,
|
||||
{
|
||||
@@ -48369,6 +48402,12 @@ export default {
|
||||
]
|
||||
}
|
||||
],
|
||||
"cloudUser2": [
|
||||
596
|
||||
],
|
||||
"cloudWorkspace2": [
|
||||
628
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -48875,6 +48914,18 @@ export default {
|
||||
"searchVector": [
|
||||
115
|
||||
],
|
||||
"cloudUser2Id": [
|
||||
22
|
||||
],
|
||||
"cloudUser2": [
|
||||
600
|
||||
],
|
||||
"cloudWorkspace2Id": [
|
||||
22
|
||||
],
|
||||
"cloudWorkspace2": [
|
||||
633
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -48916,6 +48967,18 @@ export default {
|
||||
"searchVector": [
|
||||
115
|
||||
],
|
||||
"cloudUser2Id": [
|
||||
22
|
||||
],
|
||||
"cloudUser2": [
|
||||
600
|
||||
],
|
||||
"cloudWorkspace2Id": [
|
||||
22
|
||||
],
|
||||
"cloudWorkspace2": [
|
||||
633
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -48957,6 +49020,12 @@ export default {
|
||||
"searchVector": [
|
||||
131
|
||||
],
|
||||
"cloudUser2Id": [
|
||||
33
|
||||
],
|
||||
"cloudWorkspace2Id": [
|
||||
33
|
||||
],
|
||||
"and": [
|
||||
620
|
||||
],
|
||||
@@ -49007,6 +49076,18 @@ export default {
|
||||
"searchVector": [
|
||||
59
|
||||
],
|
||||
"cloudUser2Id": [
|
||||
59
|
||||
],
|
||||
"cloudUser2": [
|
||||
607
|
||||
],
|
||||
"cloudWorkspace2Id": [
|
||||
59
|
||||
],
|
||||
"cloudWorkspace2": [
|
||||
643
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -49051,6 +49132,18 @@ export default {
|
||||
"searchVector": [
|
||||
59
|
||||
],
|
||||
"cloudUser2Id": [
|
||||
59
|
||||
],
|
||||
"cloudUser2": [
|
||||
608
|
||||
],
|
||||
"cloudWorkspace2Id": [
|
||||
59
|
||||
],
|
||||
"cloudWorkspace2": [
|
||||
644
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -49257,6 +49350,18 @@ export default {
|
||||
"percentageNotEmptySearchVector": [
|
||||
59
|
||||
],
|
||||
"cloudUser2Id": [
|
||||
59
|
||||
],
|
||||
"cloudUser2": [
|
||||
607
|
||||
],
|
||||
"cloudWorkspace2Id": [
|
||||
59
|
||||
],
|
||||
"cloudWorkspace2": [
|
||||
643
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -49298,6 +49403,12 @@ export default {
|
||||
"searchVector": [
|
||||
6
|
||||
],
|
||||
"cloudUser2": [
|
||||
610
|
||||
],
|
||||
"cloudWorkspace2": [
|
||||
646
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -49585,6 +49696,33 @@ export default {
|
||||
]
|
||||
}
|
||||
],
|
||||
"cloudUserWorkspaces2": [
|
||||
613,
|
||||
{
|
||||
"first": [
|
||||
10
|
||||
],
|
||||
"last": [
|
||||
10
|
||||
],
|
||||
"offset": [
|
||||
10
|
||||
],
|
||||
"before": [
|
||||
1
|
||||
],
|
||||
"after": [
|
||||
1
|
||||
],
|
||||
"filter": [
|
||||
620
|
||||
],
|
||||
"orderBy": [
|
||||
621,
|
||||
"[CloudUserWorkspace2OrderByInput]"
|
||||
]
|
||||
}
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
},
|
||||
"yarnLockChecksum": "31c83d74119b810f2c956d41c2ee3576",
|
||||
"packageJsonChecksum": "1807c41d2a51ee36385ece5d35b3ef4f",
|
||||
"apiClientChecksum": "3d6e3916b8d4c3d74ac845693aa05ca9"
|
||||
"apiClientChecksum": "4a3aa0fc04d140f19f07236340e62277"
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
@@ -109,25 +109,29 @@
|
||||
"universalIdentifier": "efaa6e54-8019-454c-a556-2e340f0b156d",
|
||||
"type": "BOOLEAN",
|
||||
"name": "isActiveL24h",
|
||||
"label": "Is Active L24H"
|
||||
"label": "Is Active L24H",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "86a07ca4-420e-4c82-82f8-8f8dfbfc2dc4",
|
||||
"type": "BOOLEAN",
|
||||
"name": "isActiveL30d",
|
||||
"label": "Is Active L30D"
|
||||
"label": "Is Active L30D",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "87bf8c09-1863-4c65-811f-6fb54a87238e",
|
||||
"type": "BOOLEAN",
|
||||
"name": "isActiveL7d",
|
||||
"label": "Is Active L7D"
|
||||
"label": "Is Active L7D",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "f6dcd9f3-3f7e-4aea-84a5-41282a68910d",
|
||||
"type": "BOOLEAN",
|
||||
"name": "isTwenty",
|
||||
"label": "Is Twenty"
|
||||
"label": "Is Twenty",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "643ab4a2-b6f2-4d11-9173-6859884b8781",
|
||||
@@ -1480,6 +1484,58 @@
|
||||
"relationTargetObjectMetadataUniversalIdentifier": "77376ed3-19c1-4859-bde5-90f19ad02113",
|
||||
"type": "MORPH_RELATION",
|
||||
"morphId": "20202020-f636-435d-ab8d-e1168b375c71"
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "f7a1b2c3-1002-4d5e-8f6a-7b8c9d0e1f2a",
|
||||
"objectUniversalIdentifier": "14d6e1f4-c513-4766-9210-bc5dc8294e51",
|
||||
"type": "RELATION",
|
||||
"name": "cloudUser2",
|
||||
"label": "Cloud User 2",
|
||||
"relationTargetObjectMetadataUniversalIdentifier": "da264c72-df22-49b3-98e3-21cf6013e671",
|
||||
"relationTargetFieldMetadataUniversalIdentifier": "f7a1b2c3-1001-4d5e-8f6a-7b8c9d0e1f2a",
|
||||
"universalSettings": {
|
||||
"relationType": "MANY_TO_ONE",
|
||||
"onDelete": "CASCADE",
|
||||
"joinColumnName": "cloudUser2Id"
|
||||
}
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "f7a1b2c3-1001-4d5e-8f6a-7b8c9d0e1f2a",
|
||||
"objectUniversalIdentifier": "da264c72-df22-49b3-98e3-21cf6013e671",
|
||||
"type": "RELATION",
|
||||
"name": "cloudUserWorkspaces2",
|
||||
"label": "Cloud User Workspaces 2",
|
||||
"relationTargetObjectMetadataUniversalIdentifier": "14d6e1f4-c513-4766-9210-bc5dc8294e51",
|
||||
"relationTargetFieldMetadataUniversalIdentifier": "f7a1b2c3-1002-4d5e-8f6a-7b8c9d0e1f2a",
|
||||
"universalSettings": {
|
||||
"relationType": "ONE_TO_MANY"
|
||||
}
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "f7a1b2c3-2001-4d5e-8f6a-7b8c9d0e1f2a",
|
||||
"objectUniversalIdentifier": "77376ed3-19c1-4859-bde5-90f19ad02113",
|
||||
"type": "RELATION",
|
||||
"name": "cloudUserWorkspaces2",
|
||||
"label": "Cloud User Workspaces 2",
|
||||
"relationTargetObjectMetadataUniversalIdentifier": "14d6e1f4-c513-4766-9210-bc5dc8294e51",
|
||||
"relationTargetFieldMetadataUniversalIdentifier": "f7a1b2c3-2002-4d5e-8f6a-7b8c9d0e1f2a",
|
||||
"universalSettings": {
|
||||
"relationType": "ONE_TO_MANY"
|
||||
}
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "f7a1b2c3-2002-4d5e-8f6a-7b8c9d0e1f2a",
|
||||
"objectUniversalIdentifier": "14d6e1f4-c513-4766-9210-bc5dc8294e51",
|
||||
"type": "RELATION",
|
||||
"name": "cloudWorkspace2",
|
||||
"label": "Cloud Workspace 2",
|
||||
"relationTargetObjectMetadataUniversalIdentifier": "77376ed3-19c1-4859-bde5-90f19ad02113",
|
||||
"relationTargetFieldMetadataUniversalIdentifier": "f7a1b2c3-2001-4d5e-8f6a-7b8c9d0e1f2a",
|
||||
"universalSettings": {
|
||||
"relationType": "MANY_TO_ONE",
|
||||
"onDelete": "CASCADE",
|
||||
"joinColumnName": "cloudWorkspace2Id"
|
||||
}
|
||||
}
|
||||
],
|
||||
"roles": [
|
||||
@@ -1510,7 +1566,7 @@
|
||||
"handlerName": "default.config.handler",
|
||||
"sourceHandlerPath": "src/logic-functions/create-users.ts",
|
||||
"builtHandlerPath": "src/logic-functions/create-users.mjs",
|
||||
"builtHandlerChecksum": "30ecc840df9d038ba4ca99f698ad99dd"
|
||||
"builtHandlerChecksum": "15c419caa5e72ea55a05245159a59bc2"
|
||||
}
|
||||
],
|
||||
"frontComponents": [],
|
||||
@@ -1521,21 +1577,457 @@
|
||||
"name": "all-cloud-user-2",
|
||||
"objectUniversalIdentifier": "da264c72-df22-49b3-98e3-21cf6013e671",
|
||||
"icon": "IconList",
|
||||
"position": 0
|
||||
"position": 0,
|
||||
"type": "TABLE",
|
||||
"fields": [
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000001",
|
||||
"fieldMetadataUniversalIdentifier": "3c9540be-6e42-40f2-8598-973117bbe105",
|
||||
"position": 0,
|
||||
"isVisible": true,
|
||||
"size": 180
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000002",
|
||||
"fieldMetadataUniversalIdentifier": "ee110a77-34d7-4c8b-bc10-8560b9e2333a",
|
||||
"position": 1,
|
||||
"isVisible": true,
|
||||
"size": 200
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000003",
|
||||
"fieldMetadataUniversalIdentifier": "56e3d6ce-d57e-4ded-830f-958eb18d4d36",
|
||||
"position": 2,
|
||||
"isVisible": true,
|
||||
"size": 130
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000004",
|
||||
"fieldMetadataUniversalIdentifier": "f6dcd9f3-3f7e-4aea-84a5-41282a68910d",
|
||||
"position": 3,
|
||||
"isVisible": true,
|
||||
"size": 100
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000005",
|
||||
"fieldMetadataUniversalIdentifier": "5af6ae62-b741-471b-90bb-7fb6678fc8c9",
|
||||
"position": 4,
|
||||
"isVisible": true,
|
||||
"size": 130
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000006",
|
||||
"fieldMetadataUniversalIdentifier": "0cc9ca63-c06f-4422-9325-5e99f98d05ed",
|
||||
"position": 5,
|
||||
"isVisible": true,
|
||||
"size": 110
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000007",
|
||||
"fieldMetadataUniversalIdentifier": "efaa6e54-8019-454c-a556-2e340f0b156d",
|
||||
"position": 6,
|
||||
"isVisible": true,
|
||||
"size": 120
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000008",
|
||||
"fieldMetadataUniversalIdentifier": "87bf8c09-1863-4c65-811f-6fb54a87238e",
|
||||
"position": 7,
|
||||
"isVisible": true,
|
||||
"size": 120
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000009",
|
||||
"fieldMetadataUniversalIdentifier": "86a07ca4-420e-4c82-82f8-8f8dfbfc2dc4",
|
||||
"position": 8,
|
||||
"isVisible": true,
|
||||
"size": 120
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000010",
|
||||
"fieldMetadataUniversalIdentifier": "294e95cb-13b3-4163-95f8-e4f31837cb47",
|
||||
"position": 9,
|
||||
"isVisible": true,
|
||||
"size": 130
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000011",
|
||||
"fieldMetadataUniversalIdentifier": "c7741332-d9b6-42ed-84e2-8afa184b58f3",
|
||||
"position": 10,
|
||||
"isVisible": true,
|
||||
"size": 130
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000012",
|
||||
"fieldMetadataUniversalIdentifier": "8dacb4f1-b4ef-42d6-a917-17c78d6273a7",
|
||||
"position": 11,
|
||||
"isVisible": true,
|
||||
"size": 130
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000013",
|
||||
"fieldMetadataUniversalIdentifier": "1f7062c1-0e96-4599-a59c-6d7427794bb1",
|
||||
"position": 12,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000014",
|
||||
"fieldMetadataUniversalIdentifier": "f305d341-7b12-4939-9299-e5e1b6d1591e",
|
||||
"position": 13,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000015",
|
||||
"fieldMetadataUniversalIdentifier": "643ab4a2-b6f2-4d11-9173-6859884b8781",
|
||||
"position": 14,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000016",
|
||||
"fieldMetadataUniversalIdentifier": "e134ce6b-5ab0-4e9c-ba32-36d0851aca21",
|
||||
"position": 15,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "a1b2c3d4-0001-4000-8001-000000000017",
|
||||
"fieldMetadataUniversalIdentifier": "639c9a30-2926-44c3-ab44-100dbda91c64",
|
||||
"position": 16,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "f80e44ef-43fb-409e-a003-decadaa38b3e",
|
||||
"name": "all-cloud-user-workspace-2",
|
||||
"objectUniversalIdentifier": "14d6e1f4-c513-4766-9210-bc5dc8294e51",
|
||||
"icon": "IconList",
|
||||
"position": 0
|
||||
"position": 0,
|
||||
"type": "TABLE",
|
||||
"fields": [
|
||||
{
|
||||
"universalIdentifier": "c3d4e5f6-0003-4000-8003-000000000001",
|
||||
"fieldMetadataUniversalIdentifier": "b3c7e2a1-4d5f-4a8b-9c1e-2f3a4b5c6d7e",
|
||||
"position": 0,
|
||||
"isVisible": true,
|
||||
"size": 200
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "c3d4e5f6-0003-4000-8003-000000000002",
|
||||
"fieldMetadataUniversalIdentifier": "c4d8f3b2-5e6a-4b9c-ad2f-3a4b5c6d7e8f",
|
||||
"position": 1,
|
||||
"isVisible": true,
|
||||
"size": 220
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "c3d4e5f6-0003-4000-8003-000000000003",
|
||||
"fieldMetadataUniversalIdentifier": "d5e9a4c3-6f7b-4cad-be3a-4b5c6d7e8f9a",
|
||||
"position": 2,
|
||||
"isVisible": true,
|
||||
"size": 200
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "c3d4e5f6-0003-4000-8003-000000000004",
|
||||
"fieldMetadataUniversalIdentifier": "e6fab5d4-7a8c-4dbe-cf4b-5c6d7e8f9a0b",
|
||||
"position": 3,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "3747a3a0-25a0-42f0-99d9-61a4b4a76009",
|
||||
"name": "all-cloud-workspace-2",
|
||||
"objectUniversalIdentifier": "77376ed3-19c1-4859-bde5-90f19ad02113",
|
||||
"icon": "IconList",
|
||||
"position": 0
|
||||
"position": 0,
|
||||
"type": "TABLE",
|
||||
"fields": [
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000001",
|
||||
"fieldMetadataUniversalIdentifier": "f11ddfc2-3356-453a-a6e1-494b6c6b12f6",
|
||||
"position": 0,
|
||||
"isVisible": true,
|
||||
"size": 180
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000002",
|
||||
"fieldMetadataUniversalIdentifier": "8fb18f52-44e9-4288-87c1-9650222efb05",
|
||||
"position": 1,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000003",
|
||||
"fieldMetadataUniversalIdentifier": "40854f41-4175-4b14-9567-c6bfb3f5d441",
|
||||
"position": 2,
|
||||
"isVisible": true,
|
||||
"size": 250
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000004",
|
||||
"fieldMetadataUniversalIdentifier": "a6686308-dfcf-4abb-be0f-e8f48cc579d9",
|
||||
"position": 3,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000005",
|
||||
"fieldMetadataUniversalIdentifier": "1d8bb210-b50d-4b38-a611-d78ba865cbae",
|
||||
"position": 4,
|
||||
"isVisible": true,
|
||||
"size": 110
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000006",
|
||||
"fieldMetadataUniversalIdentifier": "a88e8cab-333f-44a3-980e-f2cc22871aee",
|
||||
"position": 5,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000007",
|
||||
"fieldMetadataUniversalIdentifier": "ef44daa9-d272-4680-a19c-caf2bac32b70",
|
||||
"position": 6,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000008",
|
||||
"fieldMetadataUniversalIdentifier": "67125b6c-ff41-459f-8153-a338ed11c4f0",
|
||||
"position": 7,
|
||||
"isVisible": true,
|
||||
"size": 120
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000009",
|
||||
"fieldMetadataUniversalIdentifier": "f932f94b-c48b-4ef3-9eea-0c8dad370d89",
|
||||
"position": 8,
|
||||
"isVisible": true,
|
||||
"size": 120
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000010",
|
||||
"fieldMetadataUniversalIdentifier": "0c38b297-0e9d-47cc-8f8f-a0e5402413ce",
|
||||
"position": 9,
|
||||
"isVisible": true,
|
||||
"size": 130
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000011",
|
||||
"fieldMetadataUniversalIdentifier": "8f5dfc54-213b-43b2-a502-631f0f3240d1",
|
||||
"position": 10,
|
||||
"isVisible": true,
|
||||
"size": 140
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000012",
|
||||
"fieldMetadataUniversalIdentifier": "ae5da0c9-e9ac-401b-ad48-c37a31c6ecd1",
|
||||
"position": 11,
|
||||
"isVisible": true,
|
||||
"size": 130
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000013",
|
||||
"fieldMetadataUniversalIdentifier": "3e53d606-1afa-4d49-be62-52f4bb1cb49e",
|
||||
"position": 12,
|
||||
"isVisible": true,
|
||||
"size": 140
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000014",
|
||||
"fieldMetadataUniversalIdentifier": "81d8f622-2366-481f-b0e8-b14fb7efa4d5",
|
||||
"position": 13,
|
||||
"isVisible": true,
|
||||
"size": 140
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000015",
|
||||
"fieldMetadataUniversalIdentifier": "e9c703e6-9ffc-497d-9755-018724ac8d66",
|
||||
"position": 14,
|
||||
"isVisible": true,
|
||||
"size": 140
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000016",
|
||||
"fieldMetadataUniversalIdentifier": "ab0f46aa-9fef-40c6-a229-6ed4e05867d4",
|
||||
"position": 15,
|
||||
"isVisible": true,
|
||||
"size": 130
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000017",
|
||||
"fieldMetadataUniversalIdentifier": "1f6a0ef6-3faf-4157-88a7-f624b7655c6b",
|
||||
"position": 16,
|
||||
"isVisible": true,
|
||||
"size": 130
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000018",
|
||||
"fieldMetadataUniversalIdentifier": "1931f3cd-a984-41e3-b8f5-510f67b508e6",
|
||||
"position": 17,
|
||||
"isVisible": true,
|
||||
"size": 130
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000019",
|
||||
"fieldMetadataUniversalIdentifier": "38095859-2efb-4f40-86a1-aa883fd88e3d",
|
||||
"position": 18,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000020",
|
||||
"fieldMetadataUniversalIdentifier": "56e99339-dcc4-4950-ae64-1b6ae326af2c",
|
||||
"position": 19,
|
||||
"isVisible": true,
|
||||
"size": 180
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000021",
|
||||
"fieldMetadataUniversalIdentifier": "3fdd272c-73dd-432e-99c7-782f237a7cd8",
|
||||
"position": 20,
|
||||
"isVisible": true,
|
||||
"size": 140
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000022",
|
||||
"fieldMetadataUniversalIdentifier": "44b2c12f-aedd-459a-848a-ade9fc4620b7",
|
||||
"position": 21,
|
||||
"isVisible": true,
|
||||
"size": 120
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000023",
|
||||
"fieldMetadataUniversalIdentifier": "42879662-d4fc-4806-bcfb-fdb586827491",
|
||||
"position": 22,
|
||||
"isVisible": true,
|
||||
"size": 120
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000024",
|
||||
"fieldMetadataUniversalIdentifier": "cac2d3e0-c2ee-4e22-bd96-4fa051a36f73",
|
||||
"position": 23,
|
||||
"isVisible": true,
|
||||
"size": 120
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000025",
|
||||
"fieldMetadataUniversalIdentifier": "45cbddfa-54cc-4d94-88d2-db7a7a550414",
|
||||
"position": 24,
|
||||
"isVisible": true,
|
||||
"size": 110
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000026",
|
||||
"fieldMetadataUniversalIdentifier": "c30799d5-adc0-49be-82a1-6d41b5aa9e82",
|
||||
"position": 25,
|
||||
"isVisible": true,
|
||||
"size": 180
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000027",
|
||||
"fieldMetadataUniversalIdentifier": "bfa2f91d-1c6c-48de-bb11-ac2a1e2545a9",
|
||||
"position": 26,
|
||||
"isVisible": true,
|
||||
"size": 200
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000028",
|
||||
"fieldMetadataUniversalIdentifier": "f9f2ef3a-8235-4d21-9a45-d29cc2124456",
|
||||
"position": 27,
|
||||
"isVisible": true,
|
||||
"size": 180
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000029",
|
||||
"fieldMetadataUniversalIdentifier": "3815b992-a919-4c52-8629-b4b5f89a6060",
|
||||
"position": 28,
|
||||
"isVisible": true,
|
||||
"size": 200
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000030",
|
||||
"fieldMetadataUniversalIdentifier": "0f41485f-4868-4bd6-8d76-709a6b7a54e3",
|
||||
"position": 29,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000031",
|
||||
"fieldMetadataUniversalIdentifier": "fccc73da-2b6e-434b-921b-e3bcbab1c56c",
|
||||
"position": 30,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000032",
|
||||
"fieldMetadataUniversalIdentifier": "488b38b4-971e-4c33-b60d-7e7934911579",
|
||||
"position": 31,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000033",
|
||||
"fieldMetadataUniversalIdentifier": "4ebd8329-a18c-4606-9ee0-f32fb1c4aa6f",
|
||||
"position": 32,
|
||||
"isVisible": true,
|
||||
"size": 160
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000034",
|
||||
"fieldMetadataUniversalIdentifier": "754f137f-b759-47da-8b57-7de71ad34d37",
|
||||
"position": 33,
|
||||
"isVisible": true,
|
||||
"size": 160
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000035",
|
||||
"fieldMetadataUniversalIdentifier": "1627e6b8-e87a-4048-b954-8d2fe09b67c8",
|
||||
"position": 34,
|
||||
"isVisible": true,
|
||||
"size": 110
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000036",
|
||||
"fieldMetadataUniversalIdentifier": "0432af7e-7575-486e-a022-f4a625a8ac14",
|
||||
"position": 35,
|
||||
"isVisible": true,
|
||||
"size": 160
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000037",
|
||||
"fieldMetadataUniversalIdentifier": "44aba339-be2e-4364-a894-cf730081c8a6",
|
||||
"position": 36,
|
||||
"isVisible": true,
|
||||
"size": 160
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000038",
|
||||
"fieldMetadataUniversalIdentifier": "7d3d4ba3-5af2-4248-afc7-7f4ce7c82805",
|
||||
"position": 37,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000039",
|
||||
"fieldMetadataUniversalIdentifier": "fbeaab89-77e0-4e13-97ed-caeb757a38c7",
|
||||
"position": 38,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
},
|
||||
{
|
||||
"universalIdentifier": "b2c3d4e5-0002-4000-8002-000000000040",
|
||||
"fieldMetadataUniversalIdentifier": "252cdff1-facb-4f66-8608-6138a585d099",
|
||||
"position": 39,
|
||||
"isVisible": true,
|
||||
"size": 150
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"navigationMenuItems": [
|
||||
|
||||
+306
-168
@@ -46406,15 +46406,9 @@ var types_default = {
|
||||
"fullName": [
|
||||
69
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL30d": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"isTwenty": [
|
||||
6
|
||||
],
|
||||
@@ -46460,6 +46454,12 @@ var types_default = {
|
||||
"searchVector": [
|
||||
115
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"timelineActivities": [
|
||||
500,
|
||||
{
|
||||
@@ -46595,6 +46595,33 @@ var types_default = {
|
||||
]
|
||||
}
|
||||
],
|
||||
"cloudUserWorkspaces2": [
|
||||
613,
|
||||
{
|
||||
"first": [
|
||||
10
|
||||
],
|
||||
"last": [
|
||||
10
|
||||
],
|
||||
"offset": [
|
||||
10
|
||||
],
|
||||
"before": [
|
||||
1
|
||||
],
|
||||
"after": [
|
||||
1
|
||||
],
|
||||
"filter": [
|
||||
620
|
||||
],
|
||||
"orderBy": [
|
||||
621,
|
||||
"[CloudUserWorkspace2OrderByInput]"
|
||||
]
|
||||
}
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -46749,27 +46776,6 @@ var types_default = {
|
||||
"percentageNotEmptyFullName": [
|
||||
13
|
||||
],
|
||||
"countUniqueValuesIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsActiveL30d": [
|
||||
10
|
||||
],
|
||||
@@ -46791,27 +46797,6 @@ var types_default = {
|
||||
"countFalseIsActiveL30d": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsTwenty": [
|
||||
10
|
||||
],
|
||||
@@ -47127,6 +47112,48 @@ var types_default = {
|
||||
"percentageNotEmptySearchVector": [
|
||||
13
|
||||
],
|
||||
"countUniqueValuesIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"edges": [
|
||||
597
|
||||
],
|
||||
@@ -47276,27 +47303,6 @@ var types_default = {
|
||||
"percentageNotEmptyFullName": [
|
||||
13
|
||||
],
|
||||
"countUniqueValuesIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsActiveL30d": [
|
||||
10
|
||||
],
|
||||
@@ -47318,27 +47324,6 @@ var types_default = {
|
||||
"countFalseIsActiveL30d": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsTwenty": [
|
||||
10
|
||||
],
|
||||
@@ -47654,6 +47639,48 @@ var types_default = {
|
||||
"percentageNotEmptySearchVector": [
|
||||
13
|
||||
],
|
||||
"countUniqueValuesIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL24h": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL24h": [
|
||||
10
|
||||
],
|
||||
"countUniqueValuesIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countNotEmptyIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"percentageEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"percentageNotEmptyIsActiveL7d": [
|
||||
13
|
||||
],
|
||||
"countTrueIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"countFalseIsActiveL7d": [
|
||||
10
|
||||
],
|
||||
"edges": [
|
||||
597
|
||||
],
|
||||
@@ -47716,15 +47743,9 @@ var types_default = {
|
||||
"fullName": [
|
||||
70
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL30d": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"isTwenty": [
|
||||
6
|
||||
],
|
||||
@@ -47770,6 +47791,12 @@ var types_default = {
|
||||
"searchVector": [
|
||||
115
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -47796,15 +47823,9 @@ var types_default = {
|
||||
"fullName": [
|
||||
71
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL30d": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"isTwenty": [
|
||||
6
|
||||
],
|
||||
@@ -47850,6 +47871,12 @@ var types_default = {
|
||||
"searchVector": [
|
||||
115
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -47876,15 +47903,9 @@ var types_default = {
|
||||
"fullName": [
|
||||
72
|
||||
],
|
||||
"isActiveL24h": [
|
||||
179
|
||||
],
|
||||
"isActiveL30d": [
|
||||
179
|
||||
],
|
||||
"isActiveL7d": [
|
||||
179
|
||||
],
|
||||
"isTwenty": [
|
||||
179
|
||||
],
|
||||
@@ -47930,6 +47951,12 @@ var types_default = {
|
||||
"searchVector": [
|
||||
131
|
||||
],
|
||||
"isActiveL24h": [
|
||||
179
|
||||
],
|
||||
"isActiveL7d": [
|
||||
179
|
||||
],
|
||||
"and": [
|
||||
605
|
||||
],
|
||||
@@ -47988,15 +48015,9 @@ var types_default = {
|
||||
"fullName": [
|
||||
73
|
||||
],
|
||||
"isActiveL24h": [
|
||||
59
|
||||
],
|
||||
"isActiveL30d": [
|
||||
59
|
||||
],
|
||||
"isActiveL7d": [
|
||||
59
|
||||
],
|
||||
"isTwenty": [
|
||||
59
|
||||
],
|
||||
@@ -48042,6 +48063,12 @@ var types_default = {
|
||||
"searchVector": [
|
||||
59
|
||||
],
|
||||
"isActiveL24h": [
|
||||
59
|
||||
],
|
||||
"isActiveL7d": [
|
||||
59
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -48071,15 +48098,9 @@ var types_default = {
|
||||
"fullName": [
|
||||
73
|
||||
],
|
||||
"isActiveL24h": [
|
||||
59
|
||||
],
|
||||
"isActiveL30d": [
|
||||
59
|
||||
],
|
||||
"isActiveL7d": [
|
||||
59
|
||||
],
|
||||
"isTwenty": [
|
||||
59
|
||||
],
|
||||
@@ -48125,6 +48146,12 @@ var types_default = {
|
||||
"searchVector": [
|
||||
59
|
||||
],
|
||||
"isActiveL24h": [
|
||||
59
|
||||
],
|
||||
"isActiveL7d": [
|
||||
59
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -48268,27 +48295,6 @@ var types_default = {
|
||||
"percentageNotEmptyFullName": [
|
||||
59
|
||||
],
|
||||
"countUniqueValuesIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countNotEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"percentageEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"percentageNotEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countTrueIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countFalseIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countUniqueValuesIsActiveL30d": [
|
||||
59
|
||||
],
|
||||
@@ -48310,27 +48316,6 @@ var types_default = {
|
||||
"countFalseIsActiveL30d": [
|
||||
59
|
||||
],
|
||||
"countUniqueValuesIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countNotEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"percentageEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"percentageNotEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countTrueIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countFalseIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countUniqueValuesIsTwenty": [
|
||||
59
|
||||
],
|
||||
@@ -48646,6 +48631,48 @@ var types_default = {
|
||||
"percentageNotEmptySearchVector": [
|
||||
59
|
||||
],
|
||||
"countUniqueValuesIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countNotEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"percentageEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"percentageNotEmptyIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countTrueIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countFalseIsActiveL24h": [
|
||||
59
|
||||
],
|
||||
"countUniqueValuesIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countNotEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"percentageEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"percentageNotEmptyIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countTrueIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"countFalseIsActiveL7d": [
|
||||
59
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -48672,15 +48699,9 @@ var types_default = {
|
||||
"fullName": [
|
||||
74
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL30d": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"isTwenty": [
|
||||
6
|
||||
],
|
||||
@@ -48726,6 +48747,12 @@ var types_default = {
|
||||
"searchVector": [
|
||||
6
|
||||
],
|
||||
"isActiveL24h": [
|
||||
6
|
||||
],
|
||||
"isActiveL7d": [
|
||||
6
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -48767,6 +48794,12 @@ var types_default = {
|
||||
"searchVector": [
|
||||
115
|
||||
],
|
||||
"cloudUser2Id": [
|
||||
22
|
||||
],
|
||||
"cloudWorkspace2Id": [
|
||||
22
|
||||
],
|
||||
"timelineActivities": [
|
||||
500,
|
||||
{
|
||||
@@ -48902,6 +48935,12 @@ var types_default = {
|
||||
]
|
||||
}
|
||||
],
|
||||
"cloudUser2": [
|
||||
596
|
||||
],
|
||||
"cloudWorkspace2": [
|
||||
628
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -49408,6 +49447,18 @@ var types_default = {
|
||||
"searchVector": [
|
||||
115
|
||||
],
|
||||
"cloudUser2Id": [
|
||||
22
|
||||
],
|
||||
"cloudUser2": [
|
||||
600
|
||||
],
|
||||
"cloudWorkspace2Id": [
|
||||
22
|
||||
],
|
||||
"cloudWorkspace2": [
|
||||
633
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -49449,6 +49500,18 @@ var types_default = {
|
||||
"searchVector": [
|
||||
115
|
||||
],
|
||||
"cloudUser2Id": [
|
||||
22
|
||||
],
|
||||
"cloudUser2": [
|
||||
600
|
||||
],
|
||||
"cloudWorkspace2Id": [
|
||||
22
|
||||
],
|
||||
"cloudWorkspace2": [
|
||||
633
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -49490,6 +49553,12 @@ var types_default = {
|
||||
"searchVector": [
|
||||
131
|
||||
],
|
||||
"cloudUser2Id": [
|
||||
33
|
||||
],
|
||||
"cloudWorkspace2Id": [
|
||||
33
|
||||
],
|
||||
"and": [
|
||||
620
|
||||
],
|
||||
@@ -49540,6 +49609,18 @@ var types_default = {
|
||||
"searchVector": [
|
||||
59
|
||||
],
|
||||
"cloudUser2Id": [
|
||||
59
|
||||
],
|
||||
"cloudUser2": [
|
||||
607
|
||||
],
|
||||
"cloudWorkspace2Id": [
|
||||
59
|
||||
],
|
||||
"cloudWorkspace2": [
|
||||
643
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -49584,6 +49665,18 @@ var types_default = {
|
||||
"searchVector": [
|
||||
59
|
||||
],
|
||||
"cloudUser2Id": [
|
||||
59
|
||||
],
|
||||
"cloudUser2": [
|
||||
608
|
||||
],
|
||||
"cloudWorkspace2Id": [
|
||||
59
|
||||
],
|
||||
"cloudWorkspace2": [
|
||||
644
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -49790,6 +49883,18 @@ var types_default = {
|
||||
"percentageNotEmptySearchVector": [
|
||||
59
|
||||
],
|
||||
"cloudUser2Id": [
|
||||
59
|
||||
],
|
||||
"cloudUser2": [
|
||||
607
|
||||
],
|
||||
"cloudWorkspace2Id": [
|
||||
59
|
||||
],
|
||||
"cloudWorkspace2": [
|
||||
643
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -49831,6 +49936,12 @@ var types_default = {
|
||||
"searchVector": [
|
||||
6
|
||||
],
|
||||
"cloudUser2": [
|
||||
610
|
||||
],
|
||||
"cloudWorkspace2": [
|
||||
646
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
@@ -50118,6 +50229,33 @@ var types_default = {
|
||||
]
|
||||
}
|
||||
],
|
||||
"cloudUserWorkspaces2": [
|
||||
613,
|
||||
{
|
||||
"first": [
|
||||
10
|
||||
],
|
||||
"last": [
|
||||
10
|
||||
],
|
||||
"offset": [
|
||||
10
|
||||
],
|
||||
"before": [
|
||||
1
|
||||
],
|
||||
"after": [
|
||||
1
|
||||
],
|
||||
"filter": [
|
||||
620
|
||||
],
|
||||
"orderBy": [
|
||||
621,
|
||||
"[CloudUserWorkspace2OrderByInput]"
|
||||
]
|
||||
}
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
@@ -0,0 +1,37 @@
|
||||
// Field metadata identifiers for cloudUser2 object
|
||||
// These constants are used by both the object definition and views
|
||||
|
||||
export const CLOUD_USER_2_ACTIVITY_STATUS_FIELD_ID =
|
||||
'56e3d6ce-d57e-4ded-830f-958eb18d4d36';
|
||||
export const CLOUD_USER_2_AVG_DAILY_PAGEVIEWS_LAST_30D_FIELD_ID =
|
||||
'1f7062c1-0e96-4599-a59c-6d7427794bb1';
|
||||
export const CLOUD_USER_2_DATA_LAST_UPDATED_AT_FIELD_ID =
|
||||
'e134ce6b-5ab0-4e9c-ba32-36d0851aca21';
|
||||
export const CLOUD_USER_2_DAYS_SINCE_LAST_ACTIVITY_FIELD_ID =
|
||||
'f305d341-7b12-4939-9299-e5e1b6d1591e';
|
||||
export const CLOUD_USER_2_EMAIL_FIELD_ID =
|
||||
'ee110a77-34d7-4c8b-bc10-8560b9e2333a';
|
||||
export const CLOUD_USER_2_FULL_NAME_FIELD_ID =
|
||||
'3c9540be-6e42-40f2-8598-973117bbe105';
|
||||
export const CLOUD_USER_2_IS_ACTIVE_L24H_FIELD_ID =
|
||||
'efaa6e54-8019-454c-a556-2e340f0b156d';
|
||||
export const CLOUD_USER_2_IS_ACTIVE_L30D_FIELD_ID =
|
||||
'86a07ca4-420e-4c82-82f8-8f8dfbfc2dc4';
|
||||
export const CLOUD_USER_2_IS_ACTIVE_L7D_FIELD_ID =
|
||||
'87bf8c09-1863-4c65-811f-6fb54a87238e';
|
||||
export const CLOUD_USER_2_IS_TWENTY_FIELD_ID =
|
||||
'f6dcd9f3-3f7e-4aea-84a5-41282a68910d';
|
||||
export const CLOUD_USER_2_LAST_ACTIVITY_DATE_FIELD_ID =
|
||||
'643ab4a2-b6f2-4d11-9173-6859884b8781';
|
||||
export const CLOUD_USER_2_PAGE_VIEWS_L24H_FIELD_ID =
|
||||
'294e95cb-13b3-4163-95f8-e4f31837cb47';
|
||||
export const CLOUD_USER_2_PAGE_VIEWS_L30D_FIELD_ID =
|
||||
'8dacb4f1-b4ef-42d6-a917-17c78d6273a7';
|
||||
export const CLOUD_USER_2_PAGE_VIEWS_L7D_FIELD_ID =
|
||||
'c7741332-d9b6-42ed-84e2-8afa184b58f3';
|
||||
export const CLOUD_USER_2_UPDATED_BY_FIELD_ID =
|
||||
'639c9a30-2926-44c3-ab44-100dbda91c64';
|
||||
export const CLOUD_USER_2_USER_TENURE_FIELD_ID =
|
||||
'0cc9ca63-c06f-4422-9325-5e99f98d05ed';
|
||||
export const CLOUD_USER_2_WORKSPACE_COUNT_FIELD_ID =
|
||||
'5af6ae62-b741-471b-90bb-7fb6678fc8c9';
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
import { defineField, FieldType, OnDeleteAction, RelationType } from 'twenty-sdk';
|
||||
|
||||
import {
|
||||
CLOUD_USER_ON_CLOUD_USER_WORKSPACE_ID,
|
||||
CLOUD_USER_WORKSPACES_ON_CLOUD_USER_ID,
|
||||
} from 'src/fields/cloud-user-workspaces-on-cloud-user.field';
|
||||
import { CLOUD_USER_2_UNIVERSAL_IDENTIFIER } from 'src/objects/cloud-user-2';
|
||||
import { CLOUD_USER_WORKSPACE_2_UNIVERSAL_IDENTIFIER } from 'src/objects/cloud-user-workspace-2';
|
||||
|
||||
export default defineField({
|
||||
universalIdentifier: CLOUD_USER_ON_CLOUD_USER_WORKSPACE_ID,
|
||||
objectUniversalIdentifier: CLOUD_USER_WORKSPACE_2_UNIVERSAL_IDENTIFIER,
|
||||
type: FieldType.RELATION,
|
||||
name: 'cloudUser2',
|
||||
label: 'Cloud User 2',
|
||||
relationTargetObjectMetadataUniversalIdentifier:
|
||||
CLOUD_USER_2_UNIVERSAL_IDENTIFIER,
|
||||
relationTargetFieldMetadataUniversalIdentifier:
|
||||
CLOUD_USER_WORKSPACES_ON_CLOUD_USER_ID,
|
||||
universalSettings: {
|
||||
relationType: RelationType.MANY_TO_ONE,
|
||||
onDelete: OnDeleteAction.CASCADE,
|
||||
joinColumnName: 'cloudUser2Id',
|
||||
},
|
||||
});
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
// Field metadata identifiers for cloudUserWorkspace2 object
|
||||
// These constants are used by both the object definition and views
|
||||
|
||||
export const CLOUD_USER_WORKSPACE_2_TWENTY_USER_IDENTIFIER_FIELD_ID =
|
||||
'ad149693-0df5-4346-90ff-39e6d945b90f';
|
||||
export const CLOUD_USER_WORKSPACE_2_TWENTY_WORKSPACE_IDENTIFIER_FIELD_ID =
|
||||
'c5d02b59-ebaf-4604-809c-ce3f6e50dedc';
|
||||
export const CLOUD_USER_WORKSPACE_2_ID_OF_THE_USER_WORKSPACE_FIELD_ID =
|
||||
'6a0f8018-be3c-49b0-bb91-8d3e6b44adec';
|
||||
export const CLOUD_USER_WORKSPACE_2_UPDATED_BY_FIELD_ID =
|
||||
'29d47f11-1e45-4c67-b495-fcfa45bb67e2';
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
import { defineField, FieldType, RelationType } from 'twenty-sdk';
|
||||
|
||||
import { CLOUD_USER_2_UNIVERSAL_IDENTIFIER } from 'src/objects/cloud-user-2';
|
||||
import { CLOUD_USER_WORKSPACE_2_UNIVERSAL_IDENTIFIER } from 'src/objects/cloud-user-workspace-2';
|
||||
|
||||
export const CLOUD_USER_WORKSPACES_ON_CLOUD_USER_ID =
|
||||
'2290d722-d4b1-47ab-a895-4e2c3163a541';
|
||||
export const CLOUD_USER_ON_CLOUD_USER_WORKSPACE_ID =
|
||||
'49b08cf9-15e1-4583-826f-943fe3c6b0e8';
|
||||
|
||||
export default defineField({
|
||||
universalIdentifier: CLOUD_USER_WORKSPACES_ON_CLOUD_USER_ID,
|
||||
objectUniversalIdentifier: CLOUD_USER_2_UNIVERSAL_IDENTIFIER,
|
||||
type: FieldType.RELATION,
|
||||
name: 'cloudUserWorkspaces2',
|
||||
label: 'Cloud User Workspaces 2',
|
||||
relationTargetObjectMetadataUniversalIdentifier:
|
||||
CLOUD_USER_WORKSPACE_2_UNIVERSAL_IDENTIFIER,
|
||||
relationTargetFieldMetadataUniversalIdentifier:
|
||||
CLOUD_USER_ON_CLOUD_USER_WORKSPACE_ID,
|
||||
universalSettings: {
|
||||
relationType: RelationType.ONE_TO_MANY,
|
||||
},
|
||||
});
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
import { defineField, FieldType, RelationType } from 'twenty-sdk';
|
||||
|
||||
import { CLOUD_USER_WORKSPACE_2_UNIVERSAL_IDENTIFIER } from 'src/objects/cloud-user-workspace-2';
|
||||
import { CLOUD_WORKSPACE_2_UNIVERSAL_IDENTIFIER } from 'src/objects/cloud-workspace-2';
|
||||
|
||||
export const CLOUD_USER_WORKSPACES_ON_CLOUD_WORKSPACE_ID =
|
||||
'90d9dfc7-7058-4d1c-aac2-1505bd7cb827';
|
||||
export const CLOUD_WORKSPACE_ON_CLOUD_USER_WORKSPACE_ID =
|
||||
'7bcd2dda-d1f8-4aa7-a83f-6cf240be80b2';
|
||||
|
||||
export default defineField({
|
||||
universalIdentifier: CLOUD_USER_WORKSPACES_ON_CLOUD_WORKSPACE_ID,
|
||||
objectUniversalIdentifier: CLOUD_WORKSPACE_2_UNIVERSAL_IDENTIFIER,
|
||||
type: FieldType.RELATION,
|
||||
name: 'cloudUserWorkspaces2',
|
||||
label: 'Cloud User Workspaces 2',
|
||||
relationTargetObjectMetadataUniversalIdentifier:
|
||||
CLOUD_USER_WORKSPACE_2_UNIVERSAL_IDENTIFIER,
|
||||
relationTargetFieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_ON_CLOUD_USER_WORKSPACE_ID,
|
||||
universalSettings: {
|
||||
relationType: RelationType.ONE_TO_MANY,
|
||||
},
|
||||
});
|
||||
+83
@@ -0,0 +1,83 @@
|
||||
// Field metadata identifiers for cloudWorkspace2 object
|
||||
// These constants are used by both the object definition and views
|
||||
|
||||
export const CLOUD_WORKSPACE_2_CUSTOM_DOMAIN_FIELD_ID =
|
||||
'c30799d5-adc0-49be-82a1-6d41b5aa9e82';
|
||||
export const CLOUD_WORKSPACE_2_WORKSPACE_BUSINESS_DOMAIN_FIELD_ID =
|
||||
'bfa2f91d-1c6c-48de-bb11-ac2a1e2545a9';
|
||||
export const CLOUD_WORKSPACE_2_COMPANY_LINKEDIN_FIELD_ID =
|
||||
'f9f2ef3a-8235-4d21-9a45-d29cc2124456';
|
||||
export const CLOUD_WORKSPACE_2_DATA_LAST_UPDATED_AT_FIELD_ID =
|
||||
'fbeaab89-77e0-4e13-97ed-caeb757a38c7';
|
||||
export const CLOUD_WORKSPACE_2_LAST_PAGE_VIEW_DATE_FIELD_ID =
|
||||
'7d3d4ba3-5af2-4248-afc7-7f4ce7c82805';
|
||||
export const CLOUD_WORKSPACE_2_TOTAL_EVER_ACTIVE_WORKSPACE_USERS_FIELD_ID =
|
||||
'56e99339-dcc4-4950-ae64-1b6ae326af2c';
|
||||
export const CLOUD_WORKSPACE_2_ACTIVE_USERS_L30D_FIELD_ID =
|
||||
'e9c703e6-9ffc-497d-9755-018724ac8d66';
|
||||
export const CLOUD_WORKSPACE_2_ACTIVE_USERS_L7D_FIELD_ID =
|
||||
'81d8f622-2366-481f-b0e8-b14fb7efa4d5';
|
||||
export const CLOUD_WORKSPACE_2_ACTIVE_USERS_L24H_FIELD_ID =
|
||||
'3e53d606-1afa-4d49-be62-52f4bb1cb49e';
|
||||
export const CLOUD_WORKSPACE_2_WORKSPACE_TENURE_FIELD_ID =
|
||||
'3fdd272c-73dd-432e-99c7-782f237a7cd8';
|
||||
export const CLOUD_WORKSPACE_2_PAGE_VIEWS_L30D_FIELD_ID =
|
||||
'1931f3cd-a984-41e3-b8f5-510f67b508e6';
|
||||
export const CLOUD_WORKSPACE_2_PAGE_VIEWS_L7D_FIELD_ID =
|
||||
'1f6a0ef6-3faf-4157-88a7-f624b7655c6b';
|
||||
export const CLOUD_WORKSPACE_2_PAGE_VIEWS_L24H_FIELD_ID =
|
||||
'ab0f46aa-9fef-40c6-a229-6ed4e05867d4';
|
||||
export const CLOUD_WORKSPACE_2_TOTAL_WORKSPACE_USERS_FIELD_ID =
|
||||
'38095859-2efb-4f40-86a1-aa883fd88e3d';
|
||||
export const CLOUD_WORKSPACE_2_NUMBER_OF_EVENTS_L30D_FIELD_ID =
|
||||
'4ebd8329-a18c-4606-9ee0-f32fb1c4aa6f';
|
||||
export const CLOUD_WORKSPACE_2_NUMBER_OF_EVENTS_TOTAL_FIELD_ID =
|
||||
'754f137f-b759-47da-8b57-7de71ad34d37';
|
||||
export const CLOUD_WORKSPACE_2_ALEXA_RANK_FIELD_ID =
|
||||
'1627e6b8-e87a-4048-b954-8d2fe09b67c8';
|
||||
export const CLOUD_WORKSPACE_2_EMPLOYEES_FIELD_ID =
|
||||
'1d8bb210-b50d-4b38-a611-d78ba865cbae';
|
||||
export const CLOUD_WORKSPACE_2_IS_ACTIVE_L7D_FIELD_ID =
|
||||
'42879662-d4fc-4806-bcfb-fdb586827491';
|
||||
export const CLOUD_WORKSPACE_2_IS_ACTIVE_L24H_FIELD_ID =
|
||||
'44b2c12f-aedd-459a-848a-ade9fc4620b7';
|
||||
export const CLOUD_WORKSPACE_2_IS_ACTIVE_L30D_FIELD_ID =
|
||||
'cac2d3e0-c2ee-4e22-bd96-4fa051a36f73';
|
||||
export const CLOUD_WORKSPACE_2_IS_ENRICHED_FIELD_ID =
|
||||
'45cbddfa-54cc-4d94-88d2-db7a7a550414';
|
||||
export const CLOUD_WORKSPACE_2_INDUSTRY_FIELD_ID =
|
||||
'a6686308-dfcf-4abb-be0f-e8f48cc579d9';
|
||||
export const CLOUD_WORKSPACE_2_COMPANY_FOUNDED_YEAR_FIELD_ID =
|
||||
'0432af7e-7575-486e-a022-f4a625a8ac14';
|
||||
export const CLOUD_WORKSPACE_2_DESCRIPTION_FIELD_ID =
|
||||
'40854f41-4175-4b14-9567-c6bfb3f5d441';
|
||||
export const CLOUD_WORKSPACE_2_LATEST_FUNDING_STAGE_FIELD_ID =
|
||||
'44aba339-be2e-4364-a894-cf730081c8a6';
|
||||
export const CLOUD_WORKSPACE_2_COMPANY_NAME_FIELD_ID =
|
||||
'f11ddfc2-3356-453a-a6e1-494b6c6b12f6';
|
||||
export const CLOUD_WORKSPACE_2_SUB_DOMAIN_FIELD_ID =
|
||||
'8fb18f52-44e9-4288-87c1-9650222efb05';
|
||||
export const CLOUD_WORKSPACE_2_ANNUAL_REVENUE_FIELD_ID =
|
||||
'8f5dfc54-213b-43b2-a502-631f0f3240d1';
|
||||
export const CLOUD_WORKSPACE_2_MRR_FIELD_ID =
|
||||
'67125b6c-ff41-459f-8153-a338ed11c4f0';
|
||||
export const CLOUD_WORKSPACE_2_POTENTIAL_ARR_FIELD_ID =
|
||||
'0c38b297-0e9d-47cc-8f8f-a0e5402413ce';
|
||||
export const CLOUD_WORKSPACE_2_ARR_FIELD_ID =
|
||||
'f932f94b-c48b-4ef3-9eea-0c8dad370d89';
|
||||
export const CLOUD_WORKSPACE_2_TOTAL_FUNDING_FIELD_ID =
|
||||
'ae5da0c9-e9ac-401b-ad48-c37a31c6ecd1';
|
||||
export const CLOUD_WORKSPACE_2_ACTIVATION_STATUS_FIELD_ID =
|
||||
'ef44daa9-d272-4680-a19c-caf2bac32b70';
|
||||
export const CLOUD_WORKSPACE_2_SUBSCRIPTION_STATUS_FIELD_ID =
|
||||
'a88e8cab-333f-44a3-980e-f2cc22871aee';
|
||||
export const CLOUD_WORKSPACE_2_PAYMENT_FREQUENCY_FIELD_ID =
|
||||
'fccc73da-2b6e-434b-921b-e3bcbab1c56c';
|
||||
export const CLOUD_WORKSPACE_2_NEXT_RENEWAL_DATE_FIELD_ID =
|
||||
'488b38b4-971e-4c33-b60d-7e7934911579';
|
||||
export const CLOUD_WORKSPACE_2_CREATOR_EMAIL_FIELD_ID =
|
||||
'3815b992-a919-4c52-8629-b4b5f89a6060';
|
||||
export const CLOUD_WORKSPACE_2_TAGS_FIELD_ID =
|
||||
'0f41485f-4868-4bd6-8d76-709a6b7a54e3';
|
||||
export const CLOUD_WORKSPACE_2_UPDATED_BY_FIELD_ID =
|
||||
'252cdff1-facb-4f66-8608-6138a585d099';
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
import { defineField, FieldType, OnDeleteAction, RelationType } from 'twenty-sdk';
|
||||
|
||||
import {
|
||||
CLOUD_USER_WORKSPACES_ON_CLOUD_WORKSPACE_ID,
|
||||
CLOUD_WORKSPACE_ON_CLOUD_USER_WORKSPACE_ID,
|
||||
} from 'src/fields/cloud-user-workspaces-on-cloud-workspace.field';
|
||||
import { CLOUD_USER_WORKSPACE_2_UNIVERSAL_IDENTIFIER } from 'src/objects/cloud-user-workspace-2';
|
||||
import { CLOUD_WORKSPACE_2_UNIVERSAL_IDENTIFIER } from 'src/objects/cloud-workspace-2';
|
||||
|
||||
export default defineField({
|
||||
universalIdentifier: CLOUD_WORKSPACE_ON_CLOUD_USER_WORKSPACE_ID,
|
||||
objectUniversalIdentifier: CLOUD_USER_WORKSPACE_2_UNIVERSAL_IDENTIFIER,
|
||||
type: FieldType.RELATION,
|
||||
name: 'cloudWorkspace2',
|
||||
label: 'Cloud Workspace 2',
|
||||
relationTargetObjectMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_UNIVERSAL_IDENTIFIER,
|
||||
relationTargetFieldMetadataUniversalIdentifier:
|
||||
CLOUD_USER_WORKSPACES_ON_CLOUD_WORKSPACE_ID,
|
||||
universalSettings: {
|
||||
relationType: RelationType.MANY_TO_ONE,
|
||||
onDelete: OnDeleteAction.CASCADE,
|
||||
joinColumnName: 'cloudWorkspace2Id',
|
||||
},
|
||||
});
|
||||
+3
-1
@@ -1,9 +1,11 @@
|
||||
import { defineNavigationMenuItem } from 'twenty-sdk';
|
||||
|
||||
import { ALL_CLOUD_USER_2_VIEW_ID } from 'src/views/all-cloud-user-2';
|
||||
|
||||
export default defineNavigationMenuItem({
|
||||
universalIdentifier: 'ac6df084-0f0f-404a-b3d1-b084cb624d76',
|
||||
name: 'cloud-user-2',
|
||||
icon: 'IconList',
|
||||
position: 0,
|
||||
viewUniversalIdentifier: 'd6137e11-dbcd-4824-85d3-42fe1ca48cb6',
|
||||
viewUniversalIdentifier: ALL_CLOUD_USER_2_VIEW_ID,
|
||||
});
|
||||
|
||||
+3
-1
@@ -1,9 +1,11 @@
|
||||
import { defineNavigationMenuItem } from 'twenty-sdk';
|
||||
|
||||
import { ALL_CLOUD_USER_WORKSPACE_2_VIEW_ID } from 'src/views/all-cloud-user-workspace-2';
|
||||
|
||||
export default defineNavigationMenuItem({
|
||||
universalIdentifier: 'e29251f0-78ad-493f-8f99-ec54ab0b5378',
|
||||
name: 'cloud-user-workspace-2',
|
||||
icon: 'IconList',
|
||||
position: 0,
|
||||
viewUniversalIdentifier: 'f80e44ef-43fb-409e-a003-decadaa38b3e',
|
||||
viewUniversalIdentifier: ALL_CLOUD_USER_WORKSPACE_2_VIEW_ID,
|
||||
});
|
||||
|
||||
+3
-1
@@ -1,9 +1,11 @@
|
||||
import { defineNavigationMenuItem } from 'twenty-sdk';
|
||||
|
||||
import { ALL_CLOUD_WORKSPACE_2_VIEW_ID } from 'src/views/all-cloud-workspace-2';
|
||||
|
||||
export default defineNavigationMenuItem({
|
||||
universalIdentifier: '0ba6315e-0d79-47a5-8c05-29dec621a647',
|
||||
name: 'cloud-workspace-2',
|
||||
icon: 'IconList',
|
||||
position: 0,
|
||||
viewUniversalIdentifier: '3747a3a0-25a0-42f0-99d9-61a4b4a76009',
|
||||
viewUniversalIdentifier: ALL_CLOUD_WORKSPACE_2_VIEW_ID,
|
||||
});
|
||||
|
||||
@@ -1,7 +1,30 @@
|
||||
import { defineObject, FieldType } from 'twenty-sdk';
|
||||
|
||||
import {
|
||||
CLOUD_USER_2_ACTIVITY_STATUS_FIELD_ID,
|
||||
CLOUD_USER_2_AVG_DAILY_PAGEVIEWS_LAST_30D_FIELD_ID,
|
||||
CLOUD_USER_2_DATA_LAST_UPDATED_AT_FIELD_ID,
|
||||
CLOUD_USER_2_DAYS_SINCE_LAST_ACTIVITY_FIELD_ID,
|
||||
CLOUD_USER_2_EMAIL_FIELD_ID,
|
||||
CLOUD_USER_2_FULL_NAME_FIELD_ID,
|
||||
CLOUD_USER_2_IS_ACTIVE_L24H_FIELD_ID,
|
||||
CLOUD_USER_2_IS_ACTIVE_L30D_FIELD_ID,
|
||||
CLOUD_USER_2_IS_ACTIVE_L7D_FIELD_ID,
|
||||
CLOUD_USER_2_IS_TWENTY_FIELD_ID,
|
||||
CLOUD_USER_2_LAST_ACTIVITY_DATE_FIELD_ID,
|
||||
CLOUD_USER_2_PAGE_VIEWS_L24H_FIELD_ID,
|
||||
CLOUD_USER_2_PAGE_VIEWS_L30D_FIELD_ID,
|
||||
CLOUD_USER_2_PAGE_VIEWS_L7D_FIELD_ID,
|
||||
CLOUD_USER_2_UPDATED_BY_FIELD_ID,
|
||||
CLOUD_USER_2_USER_TENURE_FIELD_ID,
|
||||
CLOUD_USER_2_WORKSPACE_COUNT_FIELD_ID,
|
||||
} from 'src/fields/cloud-user-2-field-ids';
|
||||
|
||||
export const CLOUD_USER_2_UNIVERSAL_IDENTIFIER =
|
||||
'da264c72-df22-49b3-98e3-21cf6013e671';
|
||||
|
||||
export default defineObject({
|
||||
universalIdentifier: 'da264c72-df22-49b3-98e3-21cf6013e671',
|
||||
universalIdentifier: CLOUD_USER_2_UNIVERSAL_IDENTIFIER,
|
||||
nameSingular: 'cloudUser2',
|
||||
namePlural: 'cloudUsers2',
|
||||
labelSingular: 'Cloud user 2',
|
||||
@@ -9,7 +32,7 @@ export default defineObject({
|
||||
icon: 'IconBox',
|
||||
fields: [
|
||||
{
|
||||
universalIdentifier: '56e3d6ce-d57e-4ded-830f-958eb18d4d36',
|
||||
universalIdentifier: CLOUD_USER_2_ACTIVITY_STATUS_FIELD_ID,
|
||||
type: FieldType.SELECT,
|
||||
name: 'activityStatus',
|
||||
label: 'Activity Status',
|
||||
@@ -45,97 +68,101 @@ export default defineObject({
|
||||
],
|
||||
},
|
||||
{
|
||||
universalIdentifier: '1f7062c1-0e96-4599-a59c-6d7427794bb1',
|
||||
universalIdentifier: CLOUD_USER_2_AVG_DAILY_PAGEVIEWS_LAST_30D_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'avgDailyPageviewsLast30d',
|
||||
label: 'Avg Daily Page Views',
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'e134ce6b-5ab0-4e9c-ba32-36d0851aca21',
|
||||
universalIdentifier: CLOUD_USER_2_DATA_LAST_UPDATED_AT_FIELD_ID,
|
||||
type: FieldType.DATE_TIME,
|
||||
name: 'dataLastUpdatedAt',
|
||||
label: 'Data last updated at',
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'f305d341-7b12-4939-9299-e5e1b6d1591e',
|
||||
universalIdentifier: CLOUD_USER_2_DAYS_SINCE_LAST_ACTIVITY_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'daysSinceLastActivity',
|
||||
label: 'Days Since Last Activity',
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'ee110a77-34d7-4c8b-bc10-8560b9e2333a',
|
||||
universalIdentifier: CLOUD_USER_2_EMAIL_FIELD_ID,
|
||||
type: FieldType.EMAILS,
|
||||
name: 'email',
|
||||
label: 'Email',
|
||||
},
|
||||
{
|
||||
universalIdentifier: '3c9540be-6e42-40f2-8598-973117bbe105',
|
||||
universalIdentifier: CLOUD_USER_2_FULL_NAME_FIELD_ID,
|
||||
type: FieldType.FULL_NAME,
|
||||
name: 'fullName',
|
||||
label: 'Full Name',
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'efaa6e54-8019-454c-a556-2e340f0b156d',
|
||||
universalIdentifier: CLOUD_USER_2_IS_ACTIVE_L24H_FIELD_ID,
|
||||
type: FieldType.BOOLEAN,
|
||||
name: 'isActiveL24h',
|
||||
label: 'Is Active L24H',
|
||||
defaultValue: true
|
||||
},
|
||||
{
|
||||
universalIdentifier: '86a07ca4-420e-4c82-82f8-8f8dfbfc2dc4',
|
||||
universalIdentifier: CLOUD_USER_2_IS_ACTIVE_L30D_FIELD_ID,
|
||||
type: FieldType.BOOLEAN,
|
||||
name: 'isActiveL30d',
|
||||
label: 'Is Active L30D',
|
||||
defaultValue: false
|
||||
},
|
||||
{
|
||||
universalIdentifier: '87bf8c09-1863-4c65-811f-6fb54a87238e',
|
||||
universalIdentifier: CLOUD_USER_2_IS_ACTIVE_L7D_FIELD_ID,
|
||||
type: FieldType.BOOLEAN,
|
||||
name: 'isActiveL7d',
|
||||
label: 'Is Active L7D',
|
||||
defaultValue: true
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'f6dcd9f3-3f7e-4aea-84a5-41282a68910d',
|
||||
universalIdentifier: CLOUD_USER_2_IS_TWENTY_FIELD_ID,
|
||||
type: FieldType.BOOLEAN,
|
||||
name: 'isTwenty',
|
||||
label: 'Is Twenty',
|
||||
defaultValue: false
|
||||
},
|
||||
{
|
||||
universalIdentifier: '643ab4a2-b6f2-4d11-9173-6859884b8781',
|
||||
universalIdentifier: CLOUD_USER_2_LAST_ACTIVITY_DATE_FIELD_ID,
|
||||
type: FieldType.DATE_TIME,
|
||||
name: 'lastActivityDate',
|
||||
label: 'Last Activity Date',
|
||||
},
|
||||
{
|
||||
universalIdentifier: '294e95cb-13b3-4163-95f8-e4f31837cb47',
|
||||
universalIdentifier: CLOUD_USER_2_PAGE_VIEWS_L24H_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'pageViewsL24h',
|
||||
label: 'Page Views L24H',
|
||||
},
|
||||
{
|
||||
universalIdentifier: '8dacb4f1-b4ef-42d6-a917-17c78d6273a7',
|
||||
universalIdentifier: CLOUD_USER_2_PAGE_VIEWS_L30D_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'pageViewsL30d',
|
||||
label: 'Page Views L30D',
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'c7741332-d9b6-42ed-84e2-8afa184b58f3',
|
||||
universalIdentifier: CLOUD_USER_2_PAGE_VIEWS_L7D_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'pageViewsL7d',
|
||||
label: 'Page Views L7D',
|
||||
},
|
||||
{
|
||||
universalIdentifier: '639c9a30-2926-44c3-ab44-100dbda91c64',
|
||||
universalIdentifier: CLOUD_USER_2_UPDATED_BY_FIELD_ID,
|
||||
type: FieldType.ACTOR,
|
||||
name: 'updatedBy',
|
||||
label: 'Updated by',
|
||||
},
|
||||
{
|
||||
universalIdentifier: '0cc9ca63-c06f-4422-9325-5e99f98d05ed',
|
||||
universalIdentifier: CLOUD_USER_2_USER_TENURE_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'userTenure',
|
||||
label: 'User tenure',
|
||||
},
|
||||
{
|
||||
universalIdentifier: '5af6ae62-b741-471b-90bb-7fb6678fc8c9',
|
||||
universalIdentifier: CLOUD_USER_2_WORKSPACE_COUNT_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'workspaceCount',
|
||||
label: 'Workspace count',
|
||||
|
||||
+15
-5
@@ -1,7 +1,17 @@
|
||||
import { defineObject, FieldType } from 'twenty-sdk';
|
||||
|
||||
import {
|
||||
CLOUD_USER_WORKSPACE_2_ID_OF_THE_USER_WORKSPACE_FIELD_ID,
|
||||
CLOUD_USER_WORKSPACE_2_TWENTY_USER_IDENTIFIER_FIELD_ID,
|
||||
CLOUD_USER_WORKSPACE_2_TWENTY_WORKSPACE_IDENTIFIER_FIELD_ID,
|
||||
CLOUD_USER_WORKSPACE_2_UPDATED_BY_FIELD_ID,
|
||||
} from 'src/fields/cloud-user-workspace-2-field-ids';
|
||||
|
||||
export const CLOUD_USER_WORKSPACE_2_UNIVERSAL_IDENTIFIER =
|
||||
'14d6e1f4-c513-4766-9210-bc5dc8294e51';
|
||||
|
||||
export default defineObject({
|
||||
universalIdentifier: '14d6e1f4-c513-4766-9210-bc5dc8294e51',
|
||||
universalIdentifier: CLOUD_USER_WORKSPACE_2_UNIVERSAL_IDENTIFIER,
|
||||
nameSingular: 'cloudUserWorkspace2',
|
||||
namePlural: 'cloudUserWorkspaces2',
|
||||
labelSingular: 'Cloud user workspace 2',
|
||||
@@ -9,7 +19,7 @@ export default defineObject({
|
||||
icon: 'IconBox',
|
||||
fields: [
|
||||
{
|
||||
universalIdentifier: 'b3c7e2a1-4d5f-4a8b-9c1e-2f3a4b5c6d7e',
|
||||
universalIdentifier: CLOUD_USER_WORKSPACE_2_TWENTY_USER_IDENTIFIER_FIELD_ID,
|
||||
type: FieldType.TEXT,
|
||||
name: 'twentyUserIdentifier',
|
||||
label: 'Twenty User Identifier',
|
||||
@@ -21,7 +31,7 @@ export default defineObject({
|
||||
},
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'c4d8f3b2-5e6a-4b9c-ad2f-3a4b5c6d7e8f',
|
||||
universalIdentifier: CLOUD_USER_WORKSPACE_2_TWENTY_WORKSPACE_IDENTIFIER_FIELD_ID,
|
||||
type: FieldType.TEXT,
|
||||
name: 'twentyWorkspaceIdentifier',
|
||||
label: 'Twenty Workspace Identifier',
|
||||
@@ -33,7 +43,7 @@ export default defineObject({
|
||||
},
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'd5e9a4c3-6f7b-4cad-be3a-4b5c6d7e8f9a',
|
||||
universalIdentifier: CLOUD_USER_WORKSPACE_2_ID_OF_THE_USER_WORKSPACE_FIELD_ID,
|
||||
type: FieldType.TEXT,
|
||||
name: 'idOfTheUserWorkspace',
|
||||
label: 'Id of the user workspace',
|
||||
@@ -45,7 +55,7 @@ export default defineObject({
|
||||
},
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'e6fab5d4-7a8c-4dbe-cf4b-5c6d7e8f9a0b',
|
||||
universalIdentifier: CLOUD_USER_WORKSPACE_2_UPDATED_BY_FIELD_ID,
|
||||
type: FieldType.ACTOR,
|
||||
name: 'updatedBy',
|
||||
label: 'Updated by',
|
||||
|
||||
@@ -1,7 +1,53 @@
|
||||
import { defineObject, FieldType } from 'twenty-sdk';
|
||||
|
||||
import {
|
||||
CLOUD_WORKSPACE_2_ACTIVATION_STATUS_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_ACTIVE_USERS_L24H_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_ACTIVE_USERS_L30D_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_ACTIVE_USERS_L7D_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_ALEXA_RANK_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_ANNUAL_REVENUE_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_ARR_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_COMPANY_FOUNDED_YEAR_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_COMPANY_LINKEDIN_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_COMPANY_NAME_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_CREATOR_EMAIL_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_CUSTOM_DOMAIN_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_DATA_LAST_UPDATED_AT_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_DESCRIPTION_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_EMPLOYEES_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_INDUSTRY_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_IS_ACTIVE_L24H_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_IS_ACTIVE_L30D_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_IS_ACTIVE_L7D_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_IS_ENRICHED_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_LAST_PAGE_VIEW_DATE_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_LATEST_FUNDING_STAGE_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_MRR_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_NEXT_RENEWAL_DATE_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_NUMBER_OF_EVENTS_L30D_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_NUMBER_OF_EVENTS_TOTAL_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_PAGE_VIEWS_L24H_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_PAGE_VIEWS_L30D_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_PAGE_VIEWS_L7D_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_PAYMENT_FREQUENCY_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_POTENTIAL_ARR_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_SUB_DOMAIN_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_SUBSCRIPTION_STATUS_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_TAGS_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_TOTAL_EVER_ACTIVE_WORKSPACE_USERS_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_TOTAL_FUNDING_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_TOTAL_WORKSPACE_USERS_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_UPDATED_BY_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_WORKSPACE_BUSINESS_DOMAIN_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_WORKSPACE_TENURE_FIELD_ID,
|
||||
} from 'src/fields/cloud-workspace-2-field-ids';
|
||||
|
||||
export const CLOUD_WORKSPACE_2_UNIVERSAL_IDENTIFIER =
|
||||
'77376ed3-19c1-4859-bde5-90f19ad02113';
|
||||
|
||||
export default defineObject({
|
||||
universalIdentifier: '77376ed3-19c1-4859-bde5-90f19ad02113',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_UNIVERSAL_IDENTIFIER,
|
||||
nameSingular: 'cloudWorkspace2',
|
||||
namePlural: 'cloudWorkspaces2',
|
||||
labelSingular: 'Cloud workspace 2',
|
||||
@@ -9,7 +55,7 @@ export default defineObject({
|
||||
icon: 'IconBox',
|
||||
fields: [
|
||||
{
|
||||
universalIdentifier: 'c30799d5-adc0-49be-82a1-6d41b5aa9e82',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_CUSTOM_DOMAIN_FIELD_ID,
|
||||
type: FieldType.LINKS,
|
||||
name: 'customDomain',
|
||||
label: 'Custom domain',
|
||||
@@ -19,7 +65,7 @@ export default defineObject({
|
||||
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'bfa2f91d-1c6c-48de-bb11-ac2a1e2545a9',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_WORKSPACE_BUSINESS_DOMAIN_FIELD_ID,
|
||||
type: FieldType.LINKS,
|
||||
name: 'workspaceBusinessDomain',
|
||||
label: 'Workspace Business Domain',
|
||||
@@ -28,7 +74,7 @@ export default defineObject({
|
||||
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'f9f2ef3a-8235-4d21-9a45-d29cc2124456',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_COMPANY_LINKEDIN_FIELD_ID,
|
||||
type: FieldType.LINKS,
|
||||
name: 'companyLinkedin',
|
||||
label: 'Company LinkedIn',
|
||||
@@ -38,7 +84,7 @@ export default defineObject({
|
||||
},
|
||||
|
||||
{
|
||||
universalIdentifier: 'fbeaab89-77e0-4e13-97ed-caeb757a38c7',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_DATA_LAST_UPDATED_AT_FIELD_ID,
|
||||
type: FieldType.DATE,
|
||||
name: 'dataLastUpdatedAt',
|
||||
label: 'Data last updated at',
|
||||
@@ -48,7 +94,7 @@ export default defineObject({
|
||||
defaultValue: null,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '7d3d4ba3-5af2-4248-afc7-7f4ce7c82805',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_LAST_PAGE_VIEW_DATE_FIELD_ID,
|
||||
type: FieldType.DATE,
|
||||
name: 'lastPageViewDate',
|
||||
label: 'Last Page View Date',
|
||||
@@ -58,7 +104,7 @@ export default defineObject({
|
||||
},
|
||||
|
||||
{
|
||||
universalIdentifier: '56e99339-dcc4-4950-ae64-1b6ae326af2c',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_TOTAL_EVER_ACTIVE_WORKSPACE_USERS_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'totalEverActiveWorkspaceUsers',
|
||||
label: 'Total ever active workspace users',
|
||||
@@ -71,7 +117,7 @@ export default defineObject({
|
||||
},
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'e9c703e6-9ffc-497d-9755-018724ac8d66',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_ACTIVE_USERS_L30D_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'activeUsersL30D',
|
||||
label: 'Active Users L30D',
|
||||
@@ -84,7 +130,7 @@ export default defineObject({
|
||||
},
|
||||
},
|
||||
{
|
||||
universalIdentifier: '81d8f622-2366-481f-b0e8-b14fb7efa4d5',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_ACTIVE_USERS_L7D_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'activeUsersL7D',
|
||||
label: 'Active Users L7D',
|
||||
@@ -97,7 +143,7 @@ export default defineObject({
|
||||
},
|
||||
},
|
||||
{
|
||||
universalIdentifier: '3e53d606-1afa-4d49-be62-52f4bb1cb49e',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_ACTIVE_USERS_L24H_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'activeUsersL24H',
|
||||
label: 'Active Users L24H',
|
||||
@@ -110,7 +156,7 @@ export default defineObject({
|
||||
},
|
||||
},
|
||||
{
|
||||
universalIdentifier: '3fdd272c-73dd-432e-99c7-782f237a7cd8',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_WORKSPACE_TENURE_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'workspaceTenure',
|
||||
label: 'Workspace tenure',
|
||||
@@ -124,7 +170,7 @@ export default defineObject({
|
||||
},
|
||||
},
|
||||
{
|
||||
universalIdentifier: '1931f3cd-a984-41e3-b8f5-510f67b508e6',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_PAGE_VIEWS_L30D_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'pageViewsL30D',
|
||||
label: 'Page Views L30D',
|
||||
@@ -137,7 +183,7 @@ export default defineObject({
|
||||
},
|
||||
},
|
||||
{
|
||||
universalIdentifier: '1f6a0ef6-3faf-4157-88a7-f624b7655c6b',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_PAGE_VIEWS_L7D_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'pageViewsL7D',
|
||||
label: 'Page Views L7D',
|
||||
@@ -150,7 +196,7 @@ export default defineObject({
|
||||
},
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'ab0f46aa-9fef-40c6-a229-6ed4e05867d4',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_PAGE_VIEWS_L24H_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'pageViewsL24H',
|
||||
label: 'Page Views L24H',
|
||||
@@ -163,7 +209,7 @@ export default defineObject({
|
||||
},
|
||||
},
|
||||
{
|
||||
universalIdentifier: '38095859-2efb-4f40-86a1-aa883fd88e3d',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_TOTAL_WORKSPACE_USERS_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'totalWorkspaceUsers',
|
||||
label: 'Total workspace users',
|
||||
@@ -176,7 +222,7 @@ export default defineObject({
|
||||
},
|
||||
},
|
||||
{
|
||||
universalIdentifier: '4ebd8329-a18c-4606-9ee0-f32fb1c4aa6f',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_NUMBER_OF_EVENTS_L30D_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'numberOfEventsL30D',
|
||||
label: 'Number of events L30D',
|
||||
@@ -189,7 +235,7 @@ export default defineObject({
|
||||
},
|
||||
},
|
||||
{
|
||||
universalIdentifier: '754f137f-b759-47da-8b57-7de71ad34d37',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_NUMBER_OF_EVENTS_TOTAL_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'numberOfEventsTotal',
|
||||
label: 'Number of events total',
|
||||
@@ -202,7 +248,7 @@ export default defineObject({
|
||||
},
|
||||
},
|
||||
{
|
||||
universalIdentifier: '1627e6b8-e87a-4048-b954-8d2fe09b67c8',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_ALEXA_RANK_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'alexaRank',
|
||||
label: 'Alexa Rank',
|
||||
@@ -215,7 +261,7 @@ export default defineObject({
|
||||
},
|
||||
},
|
||||
{
|
||||
universalIdentifier: '1d8bb210-b50d-4b38-a611-d78ba865cbae',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_EMPLOYEES_FIELD_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: 'employees',
|
||||
label: 'Employees',
|
||||
@@ -229,7 +275,7 @@ export default defineObject({
|
||||
},
|
||||
|
||||
{
|
||||
universalIdentifier: '42879662-d4fc-4806-bcfb-fdb586827491',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_IS_ACTIVE_L7D_FIELD_ID,
|
||||
type: FieldType.BOOLEAN,
|
||||
name: 'isActiveL7D',
|
||||
label: 'Is Active L7D',
|
||||
@@ -238,7 +284,7 @@ export default defineObject({
|
||||
defaultValue: false,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '44b2c12f-aedd-459a-848a-ade9fc4620b7',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_IS_ACTIVE_L24H_FIELD_ID,
|
||||
type: FieldType.BOOLEAN,
|
||||
name: 'isActiveL24H',
|
||||
label: 'Is Active L24H',
|
||||
@@ -247,7 +293,7 @@ export default defineObject({
|
||||
defaultValue: true,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'cac2d3e0-c2ee-4e22-bd96-4fa051a36f73',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_IS_ACTIVE_L30D_FIELD_ID,
|
||||
type: FieldType.BOOLEAN,
|
||||
name: 'isActiveL30D',
|
||||
label: 'Is Active L30D',
|
||||
@@ -256,7 +302,7 @@ export default defineObject({
|
||||
defaultValue: false,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '45cbddfa-54cc-4d94-88d2-db7a7a550414',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_IS_ENRICHED_FIELD_ID,
|
||||
type: FieldType.BOOLEAN,
|
||||
name: 'isEnriched',
|
||||
label: 'Is Enriched',
|
||||
@@ -266,7 +312,7 @@ export default defineObject({
|
||||
},
|
||||
|
||||
{
|
||||
universalIdentifier: 'a6686308-dfcf-4abb-be0f-e8f48cc579d9',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_INDUSTRY_FIELD_ID,
|
||||
type: FieldType.TEXT,
|
||||
name: 'industry',
|
||||
label: 'Industry',
|
||||
@@ -275,7 +321,7 @@ export default defineObject({
|
||||
defaultValue: null,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '0432af7e-7575-486e-a022-f4a625a8ac14',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_COMPANY_FOUNDED_YEAR_FIELD_ID,
|
||||
type: FieldType.TEXT,
|
||||
name: 'companyFoundedYear',
|
||||
label: 'Company Founded Year',
|
||||
@@ -284,7 +330,7 @@ export default defineObject({
|
||||
defaultValue: null,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '40854f41-4175-4b14-9567-c6bfb3f5d441',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_DESCRIPTION_FIELD_ID,
|
||||
type: FieldType.TEXT,
|
||||
name: 'description',
|
||||
label: 'Description',
|
||||
@@ -293,7 +339,7 @@ export default defineObject({
|
||||
defaultValue: null,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '44aba339-be2e-4364-a894-cf730081c8a6',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_LATEST_FUNDING_STAGE_FIELD_ID,
|
||||
type: FieldType.TEXT,
|
||||
name: 'latestFundingStage',
|
||||
label: 'Latest Funding Stage',
|
||||
@@ -302,7 +348,7 @@ export default defineObject({
|
||||
defaultValue: null,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'f11ddfc2-3356-453a-a6e1-494b6c6b12f6',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_COMPANY_NAME_FIELD_ID,
|
||||
type: FieldType.TEXT,
|
||||
name: 'companyName',
|
||||
label: 'Company Name',
|
||||
@@ -311,7 +357,7 @@ export default defineObject({
|
||||
defaultValue: null,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '8fb18f52-44e9-4288-87c1-9650222efb05',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_SUB_DOMAIN_FIELD_ID,
|
||||
type: FieldType.TEXT,
|
||||
name: 'subDomain',
|
||||
label: 'Sub domain',
|
||||
@@ -323,7 +369,7 @@ export default defineObject({
|
||||
},
|
||||
|
||||
{
|
||||
universalIdentifier: '8f5dfc54-213b-43b2-a502-631f0f3240d1',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_ANNUAL_REVENUE_FIELD_ID,
|
||||
type: FieldType.CURRENCY,
|
||||
name: 'annualRevenue',
|
||||
label: 'Annual Revenue',
|
||||
@@ -332,7 +378,7 @@ export default defineObject({
|
||||
|
||||
},
|
||||
{
|
||||
universalIdentifier: '67125b6c-ff41-459f-8153-a338ed11c4f0',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_MRR_FIELD_ID,
|
||||
type: FieldType.CURRENCY,
|
||||
name: 'mrr',
|
||||
label: 'MRR',
|
||||
@@ -341,7 +387,7 @@ export default defineObject({
|
||||
|
||||
},
|
||||
{
|
||||
universalIdentifier: '0c38b297-0e9d-47cc-8f8f-a0e5402413ce',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_POTENTIAL_ARR_FIELD_ID,
|
||||
type: FieldType.CURRENCY,
|
||||
name: 'potentialArr',
|
||||
label: 'Potential ARR',
|
||||
@@ -350,7 +396,7 @@ export default defineObject({
|
||||
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'f932f94b-c48b-4ef3-9eea-0c8dad370d89',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_ARR_FIELD_ID,
|
||||
type: FieldType.CURRENCY,
|
||||
name: 'arr',
|
||||
label: 'ARR',
|
||||
@@ -359,7 +405,7 @@ export default defineObject({
|
||||
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'ae5da0c9-e9ac-401b-ad48-c37a31c6ecd1',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_TOTAL_FUNDING_FIELD_ID,
|
||||
type: FieldType.CURRENCY,
|
||||
name: 'totalFunding',
|
||||
label: 'Total Funding',
|
||||
@@ -369,7 +415,7 @@ export default defineObject({
|
||||
},
|
||||
|
||||
{
|
||||
universalIdentifier: 'ef44daa9-d272-4680-a19c-caf2bac32b70',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_ACTIVATION_STATUS_FIELD_ID,
|
||||
type: FieldType.SELECT,
|
||||
name: 'activationStatus',
|
||||
label: 'Activation Status',
|
||||
@@ -415,7 +461,7 @@ export default defineObject({
|
||||
],
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'a88e8cab-333f-44a3-980e-f2cc22871aee',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_SUBSCRIPTION_STATUS_FIELD_ID,
|
||||
type: FieldType.SELECT,
|
||||
name: 'subscriptionStatus',
|
||||
label: 'Subscription Status',
|
||||
@@ -461,7 +507,7 @@ export default defineObject({
|
||||
],
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'fccc73da-2b6e-434b-921b-e3bcbab1c56c',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_PAYMENT_FREQUENCY_FIELD_ID,
|
||||
type: FieldType.SELECT,
|
||||
name: 'paymentFrequency',
|
||||
label: 'Payment Frequency',
|
||||
@@ -501,7 +547,7 @@ export default defineObject({
|
||||
},
|
||||
|
||||
{
|
||||
universalIdentifier: '488b38b4-971e-4c33-b60d-7e7934911579',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_NEXT_RENEWAL_DATE_FIELD_ID,
|
||||
type: FieldType.DATE_TIME,
|
||||
name: 'nextRenewalDate',
|
||||
label: 'Next Renewal Date',
|
||||
@@ -511,7 +557,7 @@ export default defineObject({
|
||||
},
|
||||
|
||||
{
|
||||
universalIdentifier: '3815b992-a919-4c52-8629-b4b5f89a6060',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_CREATOR_EMAIL_FIELD_ID,
|
||||
type: FieldType.EMAILS,
|
||||
name: 'creatorEmail',
|
||||
label: 'Creator Email',
|
||||
@@ -521,7 +567,7 @@ export default defineObject({
|
||||
},
|
||||
|
||||
{
|
||||
universalIdentifier: '0f41485f-4868-4bd6-8d76-709a6b7a54e3',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_TAGS_FIELD_ID,
|
||||
type: FieldType.ARRAY,
|
||||
name: 'tags',
|
||||
label: 'Tags',
|
||||
@@ -531,7 +577,7 @@ export default defineObject({
|
||||
},
|
||||
|
||||
{
|
||||
universalIdentifier: '252cdff1-facb-4f66-8608-6138a585d099',
|
||||
universalIdentifier: CLOUD_WORKSPACE_2_UPDATED_BY_FIELD_ID,
|
||||
type: FieldType.ACTOR,
|
||||
name: 'updatedBy',
|
||||
label: 'Updated by',
|
||||
|
||||
@@ -1,25 +1,159 @@
|
||||
import { defineView } from 'twenty-sdk';
|
||||
import { ViewType } from 'twenty-shared/types';
|
||||
|
||||
import {
|
||||
CLOUD_USER_2_ACTIVITY_STATUS_FIELD_ID,
|
||||
CLOUD_USER_2_AVG_DAILY_PAGEVIEWS_LAST_30D_FIELD_ID,
|
||||
CLOUD_USER_2_DATA_LAST_UPDATED_AT_FIELD_ID,
|
||||
CLOUD_USER_2_DAYS_SINCE_LAST_ACTIVITY_FIELD_ID,
|
||||
CLOUD_USER_2_EMAIL_FIELD_ID,
|
||||
CLOUD_USER_2_FULL_NAME_FIELD_ID,
|
||||
CLOUD_USER_2_IS_ACTIVE_L24H_FIELD_ID,
|
||||
CLOUD_USER_2_IS_ACTIVE_L30D_FIELD_ID,
|
||||
CLOUD_USER_2_IS_ACTIVE_L7D_FIELD_ID,
|
||||
CLOUD_USER_2_IS_TWENTY_FIELD_ID,
|
||||
CLOUD_USER_2_LAST_ACTIVITY_DATE_FIELD_ID,
|
||||
CLOUD_USER_2_PAGE_VIEWS_L24H_FIELD_ID,
|
||||
CLOUD_USER_2_PAGE_VIEWS_L30D_FIELD_ID,
|
||||
CLOUD_USER_2_PAGE_VIEWS_L7D_FIELD_ID,
|
||||
CLOUD_USER_2_UPDATED_BY_FIELD_ID,
|
||||
CLOUD_USER_2_USER_TENURE_FIELD_ID,
|
||||
CLOUD_USER_2_WORKSPACE_COUNT_FIELD_ID,
|
||||
} from 'src/fields/cloud-user-2-field-ids';
|
||||
import { CLOUD_USER_2_UNIVERSAL_IDENTIFIER } from 'src/objects/cloud-user-2';
|
||||
|
||||
export const ALL_CLOUD_USER_2_VIEW_ID = 'd6137e11-dbcd-4824-85d3-42fe1ca48cb6';
|
||||
|
||||
export default defineView({
|
||||
universalIdentifier: 'd6137e11-dbcd-4824-85d3-42fe1ca48cb6',
|
||||
universalIdentifier: ALL_CLOUD_USER_2_VIEW_ID,
|
||||
name: 'all-cloud-user-2',
|
||||
objectUniversalIdentifier: 'da264c72-df22-49b3-98e3-21cf6013e671',
|
||||
objectUniversalIdentifier: CLOUD_USER_2_UNIVERSAL_IDENTIFIER,
|
||||
icon: 'IconList',
|
||||
position: 0,
|
||||
// fields: [
|
||||
// {
|
||||
// universalIdentifier: '...',
|
||||
// fieldMetadataUniversalIdentifier: '...',
|
||||
// position: 0,
|
||||
// isVisible: true,
|
||||
// },
|
||||
// ],
|
||||
// filters: [
|
||||
// {
|
||||
// universalIdentifier: '...',
|
||||
// fieldMetadataUniversalIdentifier: '...',
|
||||
// operand: 'Contains',
|
||||
// value: '',
|
||||
// },
|
||||
// ],
|
||||
type: ViewType.TABLE,
|
||||
fields: [
|
||||
{
|
||||
universalIdentifier: '9e82305e-9fd9-4bf7-8cc5-098eb35a748e',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_USER_2_FULL_NAME_FIELD_ID,
|
||||
position: 0,
|
||||
isVisible: true,
|
||||
size: 180,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'ea737839-bcb7-4da1-aaf6-79cda65e6263',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_USER_2_EMAIL_FIELD_ID,
|
||||
position: 1,
|
||||
isVisible: true,
|
||||
size: 200,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'ccd1eca7-c851-4e97-9f0e-48c7139f3ced',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_USER_2_ACTIVITY_STATUS_FIELD_ID,
|
||||
position: 2,
|
||||
isVisible: true,
|
||||
size: 130,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'e99c82d3-d2fe-4758-9253-ab2ca2b50ef8',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_USER_2_IS_TWENTY_FIELD_ID,
|
||||
position: 3,
|
||||
isVisible: true,
|
||||
size: 100,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'c03da046-30b6-402e-8d4b-10799aa5102d',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_USER_2_WORKSPACE_COUNT_FIELD_ID,
|
||||
position: 4,
|
||||
isVisible: true,
|
||||
size: 130,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'e3a787f2-77d1-4865-a5c2-c60976809d4d',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_USER_2_USER_TENURE_FIELD_ID,
|
||||
position: 5,
|
||||
isVisible: true,
|
||||
size: 110,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '352d77f2-726b-4a75-8c9d-3117cfabedc1',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_USER_2_IS_ACTIVE_L24H_FIELD_ID,
|
||||
position: 6,
|
||||
isVisible: true,
|
||||
size: 120,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'cf06d6b0-e425-4daf-8a6d-9b66a058ae80',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_USER_2_IS_ACTIVE_L7D_FIELD_ID,
|
||||
position: 7,
|
||||
isVisible: true,
|
||||
size: 120,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '4ab63729-0b48-4b0b-ac9e-e72f5448998c',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_USER_2_IS_ACTIVE_L30D_FIELD_ID,
|
||||
position: 8,
|
||||
isVisible: true,
|
||||
size: 120,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '8c6a3315-fa47-4a12-b9fe-1775462c803d',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_USER_2_PAGE_VIEWS_L24H_FIELD_ID,
|
||||
position: 9,
|
||||
isVisible: true,
|
||||
size: 130,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '89011d63-e670-498e-bc8f-142f7ceafd04',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_USER_2_PAGE_VIEWS_L7D_FIELD_ID,
|
||||
position: 10,
|
||||
isVisible: true,
|
||||
size: 130,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '88816c57-aa5b-4efe-b53a-b288fad24ab4',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_USER_2_PAGE_VIEWS_L30D_FIELD_ID,
|
||||
position: 11,
|
||||
isVisible: true,
|
||||
size: 130,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '3b0ff937-1eaf-4589-80ec-23abb4f2e204',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_USER_2_AVG_DAILY_PAGEVIEWS_LAST_30D_FIELD_ID,
|
||||
position: 12,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'dee5f679-9ad9-4bc4-94a9-af28d7210699',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_USER_2_DAYS_SINCE_LAST_ACTIVITY_FIELD_ID,
|
||||
position: 13,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '25b4e175-be18-4b20-9c51-5db0a596d968',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_USER_2_LAST_ACTIVITY_DATE_FIELD_ID,
|
||||
position: 14,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'f1706c21-d164-414c-9cf5-4cf376584bb9',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_USER_2_DATA_LAST_UPDATED_AT_FIELD_ID,
|
||||
position: 15,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '88d0f343-42c1-4d36-82df-cfdb74e785eb',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_USER_2_UPDATED_BY_FIELD_ID,
|
||||
position: 16,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
+49
-18
@@ -1,25 +1,56 @@
|
||||
import { defineView } from 'twenty-sdk';
|
||||
import { ViewType } from 'twenty-shared/types';
|
||||
|
||||
import {
|
||||
CLOUD_USER_WORKSPACE_2_ID_OF_THE_USER_WORKSPACE_FIELD_ID,
|
||||
CLOUD_USER_WORKSPACE_2_TWENTY_USER_IDENTIFIER_FIELD_ID,
|
||||
CLOUD_USER_WORKSPACE_2_TWENTY_WORKSPACE_IDENTIFIER_FIELD_ID,
|
||||
CLOUD_USER_WORKSPACE_2_UPDATED_BY_FIELD_ID,
|
||||
} from 'src/fields/cloud-user-workspace-2-field-ids';
|
||||
import { CLOUD_USER_WORKSPACE_2_UNIVERSAL_IDENTIFIER } from 'src/objects/cloud-user-workspace-2';
|
||||
|
||||
export const ALL_CLOUD_USER_WORKSPACE_2_VIEW_ID =
|
||||
'f80e44ef-43fb-409e-a003-decadaa38b3e';
|
||||
|
||||
export default defineView({
|
||||
universalIdentifier: 'f80e44ef-43fb-409e-a003-decadaa38b3e',
|
||||
universalIdentifier: ALL_CLOUD_USER_WORKSPACE_2_VIEW_ID,
|
||||
name: 'all-cloud-user-workspace-2',
|
||||
objectUniversalIdentifier: '14d6e1f4-c513-4766-9210-bc5dc8294e51',
|
||||
objectUniversalIdentifier: CLOUD_USER_WORKSPACE_2_UNIVERSAL_IDENTIFIER,
|
||||
icon: 'IconList',
|
||||
position: 0,
|
||||
// fields: [
|
||||
// {
|
||||
// universalIdentifier: '...',
|
||||
// fieldMetadataUniversalIdentifier: '...',
|
||||
// position: 0,
|
||||
// isVisible: true,
|
||||
// },
|
||||
// ],
|
||||
// filters: [
|
||||
// {
|
||||
// universalIdentifier: '...',
|
||||
// fieldMetadataUniversalIdentifier: '...',
|
||||
// operand: 'Contains',
|
||||
// value: '',
|
||||
// },
|
||||
// ],
|
||||
type: ViewType.TABLE,
|
||||
fields: [
|
||||
{
|
||||
universalIdentifier: '4a0d9d93-d182-443d-8a70-3a4f25e51c50',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_USER_WORKSPACE_2_TWENTY_USER_IDENTIFIER_FIELD_ID,
|
||||
position: 0,
|
||||
isVisible: true,
|
||||
size: 200,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '14b78fc4-a6a5-471b-ba87-6aebc9a3da68',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_USER_WORKSPACE_2_TWENTY_WORKSPACE_IDENTIFIER_FIELD_ID,
|
||||
position: 1,
|
||||
isVisible: true,
|
||||
size: 220,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '8c9c8a1b-d511-4706-afe7-32b22cce2e7e',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_USER_WORKSPACE_2_ID_OF_THE_USER_WORKSPACE_FIELD_ID,
|
||||
position: 2,
|
||||
isVisible: true,
|
||||
size: 200,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'ee35eded-4222-4a87-b31c-69e415e331db',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_USER_WORKSPACE_2_UPDATED_BY_FIELD_ID,
|
||||
position: 3,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
@@ -1,25 +1,368 @@
|
||||
import { defineView } from 'twenty-sdk';
|
||||
import { ViewType } from 'twenty-shared/types';
|
||||
|
||||
import {
|
||||
CLOUD_WORKSPACE_2_ACTIVATION_STATUS_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_ACTIVE_USERS_L24H_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_ACTIVE_USERS_L30D_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_ACTIVE_USERS_L7D_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_ALEXA_RANK_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_ANNUAL_REVENUE_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_ARR_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_COMPANY_FOUNDED_YEAR_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_COMPANY_LINKEDIN_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_COMPANY_NAME_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_CREATOR_EMAIL_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_CUSTOM_DOMAIN_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_DATA_LAST_UPDATED_AT_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_DESCRIPTION_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_EMPLOYEES_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_INDUSTRY_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_IS_ACTIVE_L24H_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_IS_ACTIVE_L30D_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_IS_ACTIVE_L7D_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_IS_ENRICHED_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_LAST_PAGE_VIEW_DATE_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_LATEST_FUNDING_STAGE_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_MRR_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_NEXT_RENEWAL_DATE_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_NUMBER_OF_EVENTS_L30D_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_NUMBER_OF_EVENTS_TOTAL_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_PAGE_VIEWS_L24H_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_PAGE_VIEWS_L30D_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_PAGE_VIEWS_L7D_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_PAYMENT_FREQUENCY_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_POTENTIAL_ARR_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_SUB_DOMAIN_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_SUBSCRIPTION_STATUS_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_TAGS_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_TOTAL_EVER_ACTIVE_WORKSPACE_USERS_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_TOTAL_FUNDING_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_TOTAL_WORKSPACE_USERS_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_UPDATED_BY_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_WORKSPACE_BUSINESS_DOMAIN_FIELD_ID,
|
||||
CLOUD_WORKSPACE_2_WORKSPACE_TENURE_FIELD_ID,
|
||||
} from 'src/fields/cloud-workspace-2-field-ids';
|
||||
import { CLOUD_WORKSPACE_2_UNIVERSAL_IDENTIFIER } from 'src/objects/cloud-workspace-2';
|
||||
|
||||
export const ALL_CLOUD_WORKSPACE_2_VIEW_ID =
|
||||
'3747a3a0-25a0-42f0-99d9-61a4b4a76009';
|
||||
|
||||
export default defineView({
|
||||
universalIdentifier: '3747a3a0-25a0-42f0-99d9-61a4b4a76009',
|
||||
universalIdentifier: ALL_CLOUD_WORKSPACE_2_VIEW_ID,
|
||||
name: 'all-cloud-workspace-2',
|
||||
objectUniversalIdentifier: '77376ed3-19c1-4859-bde5-90f19ad02113',
|
||||
objectUniversalIdentifier: CLOUD_WORKSPACE_2_UNIVERSAL_IDENTIFIER,
|
||||
icon: 'IconList',
|
||||
position: 0,
|
||||
// fields: [
|
||||
// {
|
||||
// universalIdentifier: '...',
|
||||
// fieldMetadataUniversalIdentifier: '...',
|
||||
// position: 0,
|
||||
// isVisible: true,
|
||||
// },
|
||||
// ],
|
||||
// filters: [
|
||||
// {
|
||||
// universalIdentifier: '...',
|
||||
// fieldMetadataUniversalIdentifier: '...',
|
||||
// operand: 'Contains',
|
||||
// value: '',
|
||||
// },
|
||||
// ],
|
||||
type: ViewType.TABLE,
|
||||
fields: [
|
||||
{
|
||||
universalIdentifier: '146e3f00-8efc-46be-aafb-a6bafcefa5b0',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_WORKSPACE_2_COMPANY_NAME_FIELD_ID,
|
||||
position: 0,
|
||||
isVisible: true,
|
||||
size: 180,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '10ce2149-d25b-4e21-8215-c628677bc4cb',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_WORKSPACE_2_SUB_DOMAIN_FIELD_ID,
|
||||
position: 1,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'c8735db0-9a89-4204-ad58-b68b71c10182',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_WORKSPACE_2_DESCRIPTION_FIELD_ID,
|
||||
position: 2,
|
||||
isVisible: true,
|
||||
size: 250,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'cf3f182b-1a69-4274-a200-ef191400a9e8',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_WORKSPACE_2_INDUSTRY_FIELD_ID,
|
||||
position: 3,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'c932adb5-129b-4457-bbfa-75baaf27707f',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_WORKSPACE_2_EMPLOYEES_FIELD_ID,
|
||||
position: 4,
|
||||
isVisible: true,
|
||||
size: 110,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '5f0d33f0-60f0-442c-8c2d-19bfe1c9ea49',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_SUBSCRIPTION_STATUS_FIELD_ID,
|
||||
position: 5,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '904e4ecd-f997-42b6-933a-1174cf2bebdc',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_ACTIVATION_STATUS_FIELD_ID,
|
||||
position: 6,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'f2d919e7-f782-4edb-ad1a-b99649fbbaf9',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_WORKSPACE_2_MRR_FIELD_ID,
|
||||
position: 7,
|
||||
isVisible: true,
|
||||
size: 120,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '92afa154-72f2-4b01-8376-2f5311bb40f9',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_WORKSPACE_2_ARR_FIELD_ID,
|
||||
position: 8,
|
||||
isVisible: true,
|
||||
size: 120,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'c63bcd0a-f8d3-4c86-b9c0-6d638d7e9195',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_POTENTIAL_ARR_FIELD_ID,
|
||||
position: 9,
|
||||
isVisible: true,
|
||||
size: 130,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '8659ca48-23b0-4fb8-b588-0919169cae4d',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_ANNUAL_REVENUE_FIELD_ID,
|
||||
position: 10,
|
||||
isVisible: true,
|
||||
size: 140,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '1524079b-0e7e-41a6-80bc-85bcdfcab537',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_WORKSPACE_2_TOTAL_FUNDING_FIELD_ID,
|
||||
position: 11,
|
||||
isVisible: true,
|
||||
size: 130,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '36a755ee-903c-4c61-b091-ebc0e687333d',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_ACTIVE_USERS_L24H_FIELD_ID,
|
||||
position: 12,
|
||||
isVisible: true,
|
||||
size: 140,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '5ac28b38-823f-421c-a177-1749b8283381',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_ACTIVE_USERS_L7D_FIELD_ID,
|
||||
position: 13,
|
||||
isVisible: true,
|
||||
size: 140,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '6fa0bfe5-ac55-4165-8830-5c084466c7f5',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_ACTIVE_USERS_L30D_FIELD_ID,
|
||||
position: 14,
|
||||
isVisible: true,
|
||||
size: 140,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'bee2ed03-23c2-4c99-86db-c0dd4599c669',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_PAGE_VIEWS_L24H_FIELD_ID,
|
||||
position: 15,
|
||||
isVisible: true,
|
||||
size: 130,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'e8f9775b-c984-4832-800a-3dd26060c0aa',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_PAGE_VIEWS_L7D_FIELD_ID,
|
||||
position: 16,
|
||||
isVisible: true,
|
||||
size: 130,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '95c4fdfc-8fe5-43ce-9885-3f0fc5b4756a',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_PAGE_VIEWS_L30D_FIELD_ID,
|
||||
position: 17,
|
||||
isVisible: true,
|
||||
size: 130,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '6448c0f1-1469-466e-99ed-c7aa015d9e38',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_TOTAL_WORKSPACE_USERS_FIELD_ID,
|
||||
position: 18,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '082ed200-9bba-444a-9b28-3a129b7ac9d8',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_TOTAL_EVER_ACTIVE_WORKSPACE_USERS_FIELD_ID,
|
||||
position: 19,
|
||||
isVisible: true,
|
||||
size: 180,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'd61bbf0c-48ad-428a-90a1-87b54a87bacf',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_WORKSPACE_TENURE_FIELD_ID,
|
||||
position: 20,
|
||||
isVisible: true,
|
||||
size: 140,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '26058a5b-edde-4caa-a034-32b8edb54ce6',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_IS_ACTIVE_L24H_FIELD_ID,
|
||||
position: 21,
|
||||
isVisible: true,
|
||||
size: 120,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '36931d2b-f250-4325-a877-3285dd8a797e',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_IS_ACTIVE_L7D_FIELD_ID,
|
||||
position: 22,
|
||||
isVisible: true,
|
||||
size: 120,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'c120fc92-4796-4cf4-866f-c1d8c4555321',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_IS_ACTIVE_L30D_FIELD_ID,
|
||||
position: 23,
|
||||
isVisible: true,
|
||||
size: 120,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'a6674592-070b-41c1-baab-f360984328cc',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_WORKSPACE_2_IS_ENRICHED_FIELD_ID,
|
||||
position: 24,
|
||||
isVisible: true,
|
||||
size: 110,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'd3701295-ef41-46c4-8dd3-b31c27663516',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_CUSTOM_DOMAIN_FIELD_ID,
|
||||
position: 25,
|
||||
isVisible: true,
|
||||
size: 180,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'dd22ffe7-95ed-4c67-be33-c2d1592daa32',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_WORKSPACE_BUSINESS_DOMAIN_FIELD_ID,
|
||||
position: 26,
|
||||
isVisible: true,
|
||||
size: 200,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'c7a9bcf8-d41d-4ded-b680-868e470e3228',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_COMPANY_LINKEDIN_FIELD_ID,
|
||||
position: 27,
|
||||
isVisible: true,
|
||||
size: 180,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '398eb88f-0d12-446d-a486-d1fb262f82bb',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_CREATOR_EMAIL_FIELD_ID,
|
||||
position: 28,
|
||||
isVisible: true,
|
||||
size: 200,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '52d2a1b3-e2b2-4d6b-a5dd-ea8d63c7c369',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_WORKSPACE_2_TAGS_FIELD_ID,
|
||||
position: 29,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'f74fed2c-94dc-4954-ac27-79acd7e04103',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_PAYMENT_FREQUENCY_FIELD_ID,
|
||||
position: 30,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '666d0cea-e50b-4cc8-9ed5-5f5c0ec7fe7e',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_NEXT_RENEWAL_DATE_FIELD_ID,
|
||||
position: 31,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '60508519-5ac4-4f96-a30f-5c75d3ce9a93',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_NUMBER_OF_EVENTS_L30D_FIELD_ID,
|
||||
position: 32,
|
||||
isVisible: true,
|
||||
size: 160,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '3b1ca2b6-31a1-4755-a9a4-07ee9a9b8a33',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_NUMBER_OF_EVENTS_TOTAL_FIELD_ID,
|
||||
position: 33,
|
||||
isVisible: true,
|
||||
size: 160,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '47ba21ab-a5c5-42b9-b1e2-7a988ece154d',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_WORKSPACE_2_ALEXA_RANK_FIELD_ID,
|
||||
position: 34,
|
||||
isVisible: true,
|
||||
size: 110,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'de5e2e42-2600-488c-81d0-f700e7dd0f67',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_COMPANY_FOUNDED_YEAR_FIELD_ID,
|
||||
position: 35,
|
||||
isVisible: true,
|
||||
size: 160,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'd6bec718-8b50-41e2-95d7-521151e2df82',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_LATEST_FUNDING_STAGE_FIELD_ID,
|
||||
position: 36,
|
||||
isVisible: true,
|
||||
size: 160,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '9aaff045-64fa-4857-a8df-7394cf43a120',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_LAST_PAGE_VIEW_DATE_FIELD_ID,
|
||||
position: 37,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
{
|
||||
universalIdentifier: 'f2cb82b9-ebb4-4258-971b-061d709f28e5',
|
||||
fieldMetadataUniversalIdentifier:
|
||||
CLOUD_WORKSPACE_2_DATA_LAST_UPDATED_AT_FIELD_ID,
|
||||
position: 38,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
{
|
||||
universalIdentifier: '7e631992-3ae6-478b-9874-67c3b211f05a',
|
||||
fieldMetadataUniversalIdentifier: CLOUD_WORKSPACE_2_UPDATED_BY_FIELD_ID,
|
||||
position: 39,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user