@memberjunction/server 2.122.2 → 2.123.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1595,11 +1595,11 @@ export declare class MJEnvironment_ {
1595
1595
  Settings?: string;
1596
1596
  _mj__CreatedAt: Date;
1597
1597
  _mj__UpdatedAt: Date;
1598
- MJ_Collections_EnvironmentIDArray: MJCollection_[];
1599
1598
  MJ_Projects_EnvironmentIDArray: MJProject_[];
1599
+ MJ_Collections_EnvironmentIDArray: MJCollection_[];
1600
1600
  MJ_Artifacts_EnvironmentIDArray: MJArtifact_[];
1601
- Dashboards_EnvironmentIDArray: MJDashboard_[];
1602
1601
  MJ_Tasks_EnvironmentIDArray: MJTask_[];
1602
+ Dashboards_EnvironmentIDArray: MJDashboard_[];
1603
1603
  Reports_EnvironmentIDArray: MJReport_[];
1604
1604
  Conversations_EnvironmentIDArray: MJConversation_[];
1605
1605
  }
@@ -1632,11 +1632,11 @@ export declare class MJEnvironmentResolver extends ResolverBase {
1632
1632
  RunMJEnvironmentViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
1633
1633
  RunMJEnvironmentDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
1634
1634
  MJEnvironment(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJEnvironment_ | null>;
1635
- MJ_Collections_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
1636
1635
  MJ_Projects_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
1636
+ MJ_Collections_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
1637
1637
  MJ_Artifacts_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
1638
- Dashboards_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
1639
1638
  MJ_Tasks_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
1639
+ Dashboards_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
1640
1640
  Reports_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
1641
1641
  Conversations_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
1642
1642
  CreateMJEnvironment(input: CreateMJEnvironmentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
@@ -3247,8 +3247,8 @@ export declare class MJEntity_ {
3247
3247
  RecommendationItems_DestinationEntityIDArray: MJRecommendationItem_[];
3248
3248
  EntityCommunicationMessageTypes_EntityIDArray: MJEntityCommunicationMessageType_[];
3249
3249
  QueryEntities_EntityIDArray: MJQueryEntity_[];
3250
- MJ_AccessControlRules_EntityIDArray: MJAccessControlRule_[];
3251
3250
  MJ_RecordLinks_SourceEntityIDArray: MJRecordLink_[];
3251
+ MJ_AccessControlRules_EntityIDArray: MJAccessControlRule_[];
3252
3252
  GeneratedCodes_LinkedEntityIDArray: MJGeneratedCode_[];
3253
3253
  MJ_RecordLinks_TargetEntityIDArray: MJRecordLink_[];
3254
3254
  }
@@ -3414,8 +3414,8 @@ export declare class MJEntityResolverBase extends ResolverBase {
3414
3414
  RecommendationItems_DestinationEntityIDArray(mjentity_: MJEntity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
3415
3415
  EntityCommunicationMessageTypes_EntityIDArray(mjentity_: MJEntity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
3416
3416
  QueryEntities_EntityIDArray(mjentity_: MJEntity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
3417
- MJ_AccessControlRules_EntityIDArray(mjentity_: MJEntity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
3418
3417
  MJ_RecordLinks_SourceEntityIDArray(mjentity_: MJEntity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
3418
+ MJ_AccessControlRules_EntityIDArray(mjentity_: MJEntity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
3419
3419
  GeneratedCodes_LinkedEntityIDArray(mjentity_: MJEntity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
3420
3420
  MJ_RecordLinks_TargetEntityIDArray(mjentity_: MJEntity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
3421
3421
  CreateMJEntity(input: CreateMJEntityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
@@ -3808,6 +3808,7 @@ export declare class MJUserView_ {
3808
3808
  _mj__UpdatedAt: Date;
3809
3809
  Thumbnail?: string;
3810
3810
  CardState?: string;
3811
+ DisplayState?: string;
3811
3812
  UserName: string;
3812
3813
  UserFirstLast?: string;
3813
3814
  UserEmail: string;
@@ -3839,6 +3840,7 @@ export declare class CreateMJUserViewInput {
3839
3840
  SortState: string | null;
3840
3841
  Thumbnail: string | null;
3841
3842
  CardState: string | null;
3843
+ DisplayState: string | null;
3842
3844
  }
3843
3845
  export declare class UpdateMJUserViewInput {
3844
3846
  ID: string;
@@ -3861,6 +3863,7 @@ export declare class UpdateMJUserViewInput {
3861
3863
  SortState?: string | null;
3862
3864
  Thumbnail?: string | null;
3863
3865
  CardState?: string | null;
3866
+ DisplayState?: string | null;
3864
3867
  OldValues___?: KeyValuePairInput[];
3865
3868
  }
3866
3869
  export declare class RunMJUserViewViewResult {