@memberjunction/server 0.9.237 → 0.9.238

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build.log.json CHANGED
@@ -376,5 +376,8 @@
376
376
  },
377
377
  {
378
378
  "buildTime": "2024-03-17T20:20:16.0436796-05:00"
379
+ },
380
+ {
381
+ "buildTime": "2024-03-18T12:50:29.0688800-05:00"
379
382
  }
380
383
  ]
@@ -3473,6 +3473,9 @@ export declare class QueryCategoryResolver extends ResolverBase {
3473
3473
  UpdateQueryCategory(input: UpdateQueryCategoryInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<{}>;
3474
3474
  protected BeforeUpdate(dataSource: DataSource, input: UpdateQueryCategoryInput): Promise<boolean>;
3475
3475
  protected AfterUpdate(dataSource: DataSource, input: UpdateQueryCategoryInput): Promise<void>;
3476
+ DeleteQueryCategory(ID: number, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<{}>;
3477
+ protected BeforeDelete(dataSource: DataSource, ID: number): Promise<boolean>;
3478
+ protected AfterDelete(dataSource: DataSource, ID: number): Promise<void>;
3476
3479
  }
3477
3480
  export declare class Query_ {
3478
3481
  ID: number;
@@ -4050,6 +4053,9 @@ export declare class DashboardCategoryResolver extends ResolverBase {
4050
4053
  UpdateDashboardCategory(input: UpdateDashboardCategoryInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<{}>;
4051
4054
  protected BeforeUpdate(dataSource: DataSource, input: UpdateDashboardCategoryInput): Promise<boolean>;
4052
4055
  protected AfterUpdate(dataSource: DataSource, input: UpdateDashboardCategoryInput): Promise<void>;
4056
+ DeleteDashboardCategory(ID: number, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<{}>;
4057
+ protected BeforeDelete(dataSource: DataSource, ID: number): Promise<boolean>;
4058
+ protected AfterDelete(dataSource: DataSource, ID: number): Promise<void>;
4053
4059
  }
4054
4060
  export declare class ReportCategory_ {
4055
4061
  ID: number;
@@ -4095,6 +4101,9 @@ export declare class ReportCategoryResolver extends ResolverBase {
4095
4101
  UpdateReportCategory(input: UpdateReportCategoryInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<{}>;
4096
4102
  protected BeforeUpdate(dataSource: DataSource, input: UpdateReportCategoryInput): Promise<boolean>;
4097
4103
  protected AfterUpdate(dataSource: DataSource, input: UpdateReportCategoryInput): Promise<void>;
4104
+ DeleteReportCategory(ID: number, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<{}>;
4105
+ protected BeforeDelete(dataSource: DataSource, ID: number): Promise<boolean>;
4106
+ protected AfterDelete(dataSource: DataSource, ID: number): Promise<void>;
4098
4107
  }
4099
4108
  export declare class FileStorageProvider_ {
4100
4109
  ID: number;
@@ -4247,6 +4256,9 @@ export declare class FileCategoryResolver extends ResolverBase {
4247
4256
  UpdateFileCategory(input: UpdateFileCategoryInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<{}>;
4248
4257
  protected BeforeUpdate(dataSource: DataSource, input: UpdateFileCategoryInput): Promise<boolean>;
4249
4258
  protected AfterUpdate(dataSource: DataSource, input: UpdateFileCategoryInput): Promise<void>;
4259
+ DeleteFileCategory(ID: number, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<{}>;
4260
+ protected BeforeDelete(dataSource: DataSource, ID: number): Promise<boolean>;
4261
+ protected AfterDelete(dataSource: DataSource, ID: number): Promise<void>;
4250
4262
  }
4251
4263
  export declare class FileEntityRecordLink_ {
4252
4264
  ID: number;