@memberjunction/server 2.60.0 → 2.61.0
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/dist/generated/generated.d.ts +6 -0
- package/dist/generated/generated.d.ts.map +1 -1
- package/dist/generated/generated.js +34 -0
- package/dist/generated/generated.js.map +1 -1
- package/dist/resolvers/RunAIAgentResolver.d.ts.map +1 -1
- package/dist/resolvers/RunAIAgentResolver.js.map +1 -1
- package/package.json +30 -30
- package/src/generated/generated.ts +22 -0
- package/src/resolvers/RunAIAgentResolver.ts +0 -3
|
@@ -1451,6 +1451,7 @@ export declare class EmployeeCompanyIntegration_ {
|
|
|
1451
1451
|
IsActive: boolean;
|
|
1452
1452
|
_mj__CreatedAt: Date;
|
|
1453
1453
|
_mj__UpdatedAt: Date;
|
|
1454
|
+
CompanyIntegration: string;
|
|
1454
1455
|
}
|
|
1455
1456
|
export declare class CreateEmployeeCompanyIntegrationInput {
|
|
1456
1457
|
ID?: string;
|
|
@@ -1776,6 +1777,7 @@ export declare class CompanyIntegration_ {
|
|
|
1776
1777
|
CustomAttribute1?: string;
|
|
1777
1778
|
_mj__CreatedAt: Date;
|
|
1778
1779
|
_mj__UpdatedAt: Date;
|
|
1780
|
+
Name: string;
|
|
1779
1781
|
Company: string;
|
|
1780
1782
|
Integration: string;
|
|
1781
1783
|
DriverClassName?: string;
|
|
@@ -1802,6 +1804,7 @@ export declare class CreateCompanyIntegrationInput {
|
|
|
1802
1804
|
ClientID: string | null;
|
|
1803
1805
|
ClientSecret: string | null;
|
|
1804
1806
|
CustomAttribute1: string | null;
|
|
1807
|
+
Name?: string;
|
|
1805
1808
|
}
|
|
1806
1809
|
export declare class UpdateCompanyIntegrationInput {
|
|
1807
1810
|
ID: string;
|
|
@@ -1817,6 +1820,7 @@ export declare class UpdateCompanyIntegrationInput {
|
|
|
1817
1820
|
ClientID?: string | null;
|
|
1818
1821
|
ClientSecret?: string | null;
|
|
1819
1822
|
CustomAttribute1?: string | null;
|
|
1823
|
+
Name?: string;
|
|
1820
1824
|
OldValues___?: KeyValuePairInput[];
|
|
1821
1825
|
}
|
|
1822
1826
|
export declare class RunCompanyIntegrationViewResult {
|
|
@@ -3153,6 +3157,7 @@ export declare class List_ {
|
|
|
3153
3157
|
Entity: string;
|
|
3154
3158
|
User: string;
|
|
3155
3159
|
Category?: string;
|
|
3160
|
+
CompanyIntegration?: string;
|
|
3156
3161
|
ListDetails_ListIDArray: ListDetail_[];
|
|
3157
3162
|
DuplicateRuns_SourceListIDArray: DuplicateRun_[];
|
|
3158
3163
|
}
|
|
@@ -5279,6 +5284,7 @@ export declare class CompanyIntegrationRecordMap_ {
|
|
|
5279
5284
|
EntityRecordID: string;
|
|
5280
5285
|
_mj__CreatedAt: Date;
|
|
5281
5286
|
_mj__UpdatedAt: Date;
|
|
5287
|
+
CompanyIntegration: string;
|
|
5282
5288
|
Entity: string;
|
|
5283
5289
|
}
|
|
5284
5290
|
export declare class CreateCompanyIntegrationRecordMapInput {
|