@memberjunction/graphql-dataprovider 2.28.0 → 2.29.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/index.cjs +38 -30
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -0
- package/dist/index.d.mts +4 -0
- package/dist/index.mjs +38 -30
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var oe=Object.defineProperty;var E=(
|
|
1
|
+
"use strict";var oe=Object.defineProperty;var E=(R,e)=>oe(R,"name",{value:e,configurable:!0});var p=require("graphql-request"),d=require("@memberjunction/core"),ie=require("@memberjunction/core-entities"),ue=require("@tempfix/idb"),le=require("rxjs"),ce=require("graphql-ws"),de=require("uuid"),I=require("@memberjunction/global");const K=class K{constructor(){this._fieldMap={__mj_CreatedAt:"_mj__CreatedAt",__mj_UpdatedAt:"_mj__UpdatedAt",__mj_DeletedAt:"_mj__DeletedAt"}}MapFields(e){if(e)for(const r in e)r in this._fieldMap&&(e[this._fieldMap[r]]=e[r],delete e[r]);return e}MapFieldName(e){return this._fieldMap[e]??e}ReverseMapFieldName(e){return Object.entries(this._fieldMap).find(([r,s])=>s===e)?.[0]??e}ReverseMapFields(e){const r=Object.fromEntries(Object.entries(this._fieldMap).map(([s,t])=>[t,s]));for(const s in e)s in r&&(e[r[s]]=e[s],delete e[s]);return e}};E(K,"FieldMapper");let S=K;const O=class O extends d.TransactionGroupBase{constructor(e){super(),this._provider=e}async HandleSubmit(){const e=p.gql`
|
|
2
2
|
mutation ExecuteTransactionGroup($group: TransactionInputType!) {
|
|
3
3
|
ExecuteTransactionGroup(group: $group) {
|
|
4
4
|
Success
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
ResultsJSON
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
`,
|
|
9
|
+
`,r=[];for(const a of this.PendingTransactions)r.push({EntityName:a.BaseEntity.EntityInfo.Name,EntityObjectJSON:await a.BaseEntity.GetDataObjectJSON(),OperationType:a.OperationType});const s={group:{Items:r,Variables:this.Variables.map(a=>({Name:a.Name,ItemIndex:this.MapVariableEntityObjectToPosition(a),FieldName:a.FieldName,Type:a.Type}))}},t=await this._provider.ExecuteGQL(e,s);if(t&&t.ExecuteTransactionGroup){const a=t.ExecuteTransactionGroup,u=[];for(let n=0;n<this.PendingTransactions.length;n++){const i=a.ResultsJSON[n],f=I.SafeJSONParse(i),h=this.PendingTransactions[n];u.push(new d.TransactionResult(h,f,f!==null))}return u}else throw new Error("Failed to execute transaction group")}};E(O,"GraphQLTransactionGroup");let V=O;const k=class k extends d.ProviderConfigDataBase{get Token(){return this.Data.Token}set Token(e){this.Data.Token=e}get MJAPIKey(){return this.Data.MJAPIKey}set MJAPIKey(e){this.Data.MJAPIKey=e}get URL(){return this.Data.URL}get WSURL(){return this.Data.WSURL}get RefreshTokenFunction(){return this.Data.RefreshFunction}constructor(e,r,s,t,a,u,n,i){super({Token:e,URL:r,WSURL:s,MJAPIKey:i,RefreshTokenFunction:t},a,u,n)}};E(k,"GraphQLProviderConfigData");let F=k;const D=class D extends d.ProviderBase{constructor(){super(),this._innerCurrentUserQueryString=`CurrentUser {
|
|
10
10
|
${this.userInfoString()}
|
|
11
11
|
UserRoles_UserIDArray {
|
|
12
12
|
${this.userRoleInfoString()}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
}
|
|
15
15
|
`,this._currentUserQuery=p.gql`query CurrentUserAndRoles {
|
|
16
16
|
${this._innerCurrentUserQueryString}
|
|
17
|
-
}`,this._wsClient=null,this._pushStatusRequests=[],D._instance||(D._instance=this)}static get Instance(){return D._instance}get ConfigData(){return this._configData}get DatabaseConnection(){throw new Error("DatabaseConnection not implemented for the GraphQLDataProvider")}get InstanceConnectionString(){return this._configData.URL}GenerateUUID(){return de.v4()}get LocalStoragePrefix(){return this._configData.URL.replace(/[^a-zA-Z0-9]/g,"_")+"."}async Config(e,
|
|
17
|
+
}`,this._wsClient=null,this._pushStatusRequests=[],D._instance||(D._instance=this)}static get Instance(){return D._instance}get ConfigData(){return this._configData}get DatabaseConnection(){throw new Error("DatabaseConnection not implemented for the GraphQLDataProvider")}get InstanceConnectionString(){return this._configData.URL}GenerateUUID(){return de.v4()}get LocalStoragePrefix(){return this._configData.URL.replace(/[^a-zA-Z0-9]/g,"_")+"."}async Config(e,r){try{const s=this.GenerateUUID();return r?(this._sessionId=s,this._configData=e,this._client=this.CreateNewGraphQLClient(e.URL,e.Token,this._sessionId,e.MJAPIKey)):(D.Instance._sessionId===void 0&&(D.Instance._sessionId=s),D.Instance._configData=e,D.Instance._client||(D.Instance._client=this.CreateNewGraphQLClient(e.URL,e.Token,D.Instance._sessionId,e.MJAPIKey))),super.Config(e)}catch(s){throw d.LogError(s),s}}get sessionId(){return this._sessionId}get AllowRefresh(){return!0}async GetCurrentUser(){const e=await this.ExecuteGQL(this._currentUserQuery,null);if(e){const r=this.ConvertBackToMJFields(e.CurrentUser),s=r.UserRoles_UserIDArray.map(t=>this.ConvertBackToMJFields(t));return r.UserRoles_UserIDArray=s,new d.UserInfo(this,{...r,UserRoles:s})}}async RunReport(e,r){const s=p.gql`
|
|
18
18
|
query GetReportDataQuery ($ReportID: String!) {
|
|
19
19
|
GetReportData(ReportID: $ReportID) {
|
|
20
20
|
Success
|
|
@@ -23,16 +23,24 @@
|
|
|
23
23
|
ExecutionTime
|
|
24
24
|
ErrorMessage
|
|
25
25
|
}
|
|
26
|
-
}`,t=await this.ExecuteGQL(s,{ReportID:e.ReportID});if(t&&t.GetReportData)return{ReportID:e.ReportID,Success:t.GetReportData.Success,Results:JSON.parse(t.GetReportData.Results),RowCount:t.GetReportData.RowCount,ExecutionTime:t.GetReportData.ExecutionTime,ErrorMessage:t.GetReportData.ErrorMessage}}async RunQuery(e,
|
|
26
|
+
}`,t=await this.ExecuteGQL(s,{ReportID:e.ReportID});if(t&&t.GetReportData)return{ReportID:e.ReportID,Success:t.GetReportData.Success,Results:JSON.parse(t.GetReportData.Results),RowCount:t.GetReportData.RowCount,ExecutionTime:t.GetReportData.ExecutionTime,ErrorMessage:t.GetReportData.ErrorMessage}}async RunQuery(e,r){if(e.QueryID)return this.RunQueryByID(e.QueryID,r);if(e.QueryName)return this.RunQueryByName(e.QueryName,r);throw new Error("No QueryID or QueryName provided to RunQuery")}async RunQueryByID(e,r){const s=p.gql`
|
|
27
27
|
query GetQueryDataQuery ($QueryID: String!) {
|
|
28
28
|
GetQueryData(QueryID: $QueryID) {
|
|
29
|
+
${this.QueryReturnFieldList}
|
|
30
|
+
}
|
|
31
|
+
}`,t=await this.ExecuteGQL(s,{QueryID:e});if(t&&t.GetQueryData)return this.TransformQueryPayload(t.GetQueryData)}async RunQueryByName(e,r){const s=p.gql`
|
|
32
|
+
query GetQueryDataByNameQuery ($QueryName: String!) {
|
|
33
|
+
GetQueryDataByName(QueryName: $QueryName) {
|
|
34
|
+
${this.QueryReturnFieldList}
|
|
35
|
+
}
|
|
36
|
+
}`,t=await this.ExecuteGQL(s,{QueryName:e});if(t&&t.GetQueryDataByName)return this.TransformQueryPayload(t.GetQueryDataByName)}get QueryReturnFieldList(){return`
|
|
29
37
|
Success
|
|
38
|
+
QueryID
|
|
39
|
+
QueryName
|
|
30
40
|
Results
|
|
31
41
|
RowCount
|
|
32
42
|
ExecutionTime
|
|
33
|
-
ErrorMessage
|
|
34
|
-
}
|
|
35
|
-
}`,t=await this.ExecuteGQL(s,{QueryID:e.QueryID});if(t&&t.GetQueryData)return{QueryID:e.QueryID,Success:t.GetQueryData.Success,Results:JSON.parse(t.GetQueryData.Results),RowCount:t.GetQueryData.RowCount,ExecutionTime:t.GetQueryData.ExecutionTime,ErrorMessage:t.GetQueryData.ErrorMessage}}async RunView(e,a){try{let s="",t="";if(e){const r={};let u,n;if(e.ViewEntity)n=e.ViewEntity,u=n.Entity;else{const{entityName:o,v:l}=await this.getEntityNameAndUserView(e,a);n=l,u=o}const i=this.Entities.find(o=>o.Name===u);if(!i)throw new Error(`Entity ${u} not found in metadata`);let f=!1;e.ViewID?(s=`Run${i.ClassName}ViewByID`,t="RunViewByIDInput",r.ViewID=e.ViewID):e.ViewName?(s=`Run${i.ClassName}ViewByName`,t="RunViewByNameInput",r.ViewName=e.ViewName):(f=!0,s=`Run${i.ClassName}DynamicView`,t="RunDynamicViewInput",r.EntityName=e.EntityName),r.ExtraFilter=e.ExtraFilter?e.ExtraFilter:"",r.OrderBy=e.OrderBy?e.OrderBy:"",r.UserSearchString=e.UserSearchString?e.UserSearchString:"",r.Fields=e.Fields,r.IgnoreMaxRows=e.IgnoreMaxRows?e.IgnoreMaxRows:!1,r.MaxRows=e.MaxRows?e.MaxRows:0,r.ForceAuditLog=e.ForceAuditLog?e.ForceAuditLog:!1,r.ResultType=e.ResultType?e.ResultType:"simple",e.AuditLogDescription&&e.AuditLogDescription.length>0&&(r.AuditLogDescription=e.AuditLogDescription),f||(r.ExcludeUserViewRunID=e.ExcludeUserViewRunID?e.ExcludeUserViewRunID:"",r.ExcludeDataFromAllPriorViewRuns=e.ExcludeDataFromAllPriorViewRuns?e.ExcludeDataFromAllPriorViewRuns:!1,r.OverrideExcludeFilter=e.OverrideExcludeFilter?e.OverrideExcludeFilter:"",r.SaveViewResults=e.SaveViewResults?e.SaveViewResults:!1);const h=this.getViewRunTimeFieldList(i,n,e,f),y=p.gql`
|
|
43
|
+
ErrorMessage`}TransformQueryPayload(e){try{return{QueryID:e.QueryID,QueryName:e.QueryName,Success:e.Success,Results:JSON.parse(e.Results),RowCount:e.RowCount,ExecutionTime:e.ExecutionTime,ErrorMessage:e.ErrorMessage}}catch(r){return d.LogError(`Error transforming query payload: ${r}`),null}}async RunView(e,r){try{let s="",t="";if(e){const a={};let u,n;if(e.ViewEntity)n=e.ViewEntity,u=n.Entity;else{const{entityName:o,v:l}=await this.getEntityNameAndUserView(e,r);n=l,u=o}const i=this.Entities.find(o=>o.Name===u);if(!i)throw new Error(`Entity ${u} not found in metadata`);let f=!1;e.ViewID?(s=`Run${i.ClassName}ViewByID`,t="RunViewByIDInput",a.ViewID=e.ViewID):e.ViewName?(s=`Run${i.ClassName}ViewByName`,t="RunViewByNameInput",a.ViewName=e.ViewName):(f=!0,s=`Run${i.ClassName}DynamicView`,t="RunDynamicViewInput",a.EntityName=e.EntityName),a.ExtraFilter=e.ExtraFilter?e.ExtraFilter:"",a.OrderBy=e.OrderBy?e.OrderBy:"",a.UserSearchString=e.UserSearchString?e.UserSearchString:"",a.Fields=e.Fields,a.IgnoreMaxRows=e.IgnoreMaxRows?e.IgnoreMaxRows:!1,a.MaxRows=e.MaxRows?e.MaxRows:0,a.ForceAuditLog=e.ForceAuditLog?e.ForceAuditLog:!1,a.ResultType=e.ResultType?e.ResultType:"simple",e.AuditLogDescription&&e.AuditLogDescription.length>0&&(a.AuditLogDescription=e.AuditLogDescription),f||(a.ExcludeUserViewRunID=e.ExcludeUserViewRunID?e.ExcludeUserViewRunID:"",a.ExcludeDataFromAllPriorViewRuns=e.ExcludeDataFromAllPriorViewRuns?e.ExcludeDataFromAllPriorViewRuns:!1,a.OverrideExcludeFilter=e.OverrideExcludeFilter?e.OverrideExcludeFilter:"",a.SaveViewResults=e.SaveViewResults?e.SaveViewResults:!1);const h=this.getViewRunTimeFieldList(i,n,e,f),y=p.gql`
|
|
36
44
|
query RunViewQuery ($input: ${t}!) {
|
|
37
45
|
${s}(input: $input) {
|
|
38
46
|
Results {
|
|
@@ -46,7 +54,7 @@
|
|
|
46
54
|
Success
|
|
47
55
|
ErrorMessage
|
|
48
56
|
}
|
|
49
|
-
}`,c=await this.ExecuteGQL(y,{input:
|
|
57
|
+
}`,c=await this.ExecuteGQL(y,{input:a});if(c&&c[s]){const o=c[s].Results;if(o&&o.length>0){const l=i.Fields.filter(m=>m.CodeName!==m.Name&&m.CodeName!==void 0);o.forEach(m=>{this.ConvertBackToMJFields(m),l.forEach(g=>{m[g.Name]=m[g.CodeName]})})}return c[s]}}else throw"No parameters passed to RunView";return null}catch(s){throw d.LogError(s),s}}async RunViews(e,r){try{let s=[],t=[],a=[];for(const i of e){let f="",h="";const y={};let c=null,o=null;if(i.ViewEntity)o=i.ViewEntity,c=o.Get("Entity");else{const{entityName:g,v:N}=await this.getEntityNameAndUserView(i,r);o=N,c=g}const l=this.Entities.find(g=>g.Name===c);if(!l)throw new Error(`Entity ${c} not found in metadata`);t.push(l);let m=!1;i.ViewID?(f=`Run${l.ClassName}ViewByID`,h="RunViewByIDInput",y.ViewID=i.ViewID):i.ViewName?(f=`Run${l.ClassName}ViewByName`,h="RunViewByNameInput",y.ViewName=i.ViewName):(m=!0,f=`Run${l.ClassName}DynamicView`,h="RunDynamicViewInput",y.EntityName=i.EntityName),y.ExtraFilter=i.ExtraFilter||"",y.OrderBy=i.OrderBy||"",y.UserSearchString=i.UserSearchString||"",y.Fields=i.Fields,y.IgnoreMaxRows=i.IgnoreMaxRows||!1,y.MaxRows=i.MaxRows||0,y.ForceAuditLog=i.ForceAuditLog||!1,y.ResultType=i.ResultType||"simple",i.AuditLogDescription&&i.AuditLogDescription.length>0&&(y.AuditLogDescription=i.AuditLogDescription),m||(y.ExcludeUserViewRunID=i.ExcludeUserViewRunID||"",y.ExcludeDataFromAllPriorViewRuns=i.ExcludeDataFromAllPriorViewRuns||!1,y.OverrideExcludeFilter=i.OverrideExcludeFilter||"",y.SaveViewResults=i.SaveViewResults||!1),s.push(y),a.push(...this.getViewRunTimeFieldList(l,o,i,m))}const u=p.gql`
|
|
50
58
|
query RunViewsQuery ($input: [RunViewGenericInput!]!) {
|
|
51
59
|
RunViews(input: $input) {
|
|
52
60
|
Results {
|
|
@@ -61,7 +69,7 @@
|
|
|
61
69
|
Success
|
|
62
70
|
ErrorMessage
|
|
63
71
|
}
|
|
64
|
-
}`,n=await this.ExecuteGQL(u,{input:s});if(n&&n.RunViews){const i=n.RunViews;for(const[f,h]of i.entries())h.Results=h.Results.map(y=>{let c=JSON.parse(y.Data);return this.ConvertBackToMJFields(c),c});return i}return null}catch(s){throw d.LogError(s),s}}async getEntityNameAndUserView(e,
|
|
72
|
+
}`,n=await this.ExecuteGQL(u,{input:s});if(n&&n.RunViews){const i=n.RunViews;for(const[f,h]of i.entries())h.Results=h.Results.map(y=>{let c=JSON.parse(y.Data);return this.ConvertBackToMJFields(c),c});return i}return null}catch(s){throw d.LogError(s),s}}async getEntityNameAndUserView(e,r){let s,t;if(e.EntityName)s=e.EntityName;else if(e.ViewID)t=await ie.ViewInfo.GetViewEntity(e.ViewID,r),s=t.Entity;else if(e.ViewName)t=await ie.ViewInfo.GetViewEntityByName(e.ViewName,r),s=t.Entity;else throw new Error("No EntityName, ViewID or ViewName passed to RunView");return{entityName:s,v:t}}getViewRunTimeFieldList(e,r,s,t){const a=[],u=new S;if(s.Fields){for(const n of e.PrimaryKeys)s.Fields.find(i=>i.trim().toLowerCase()===n.Name.toLowerCase())===void 0&&a.push(n.Name);s.Fields.forEach(n=>{a.push(u.MapFieldName(n))})}else if(t)e.Fields.forEach(n=>{n.IsBinaryFieldType||a.push(u.MapFieldName(n.CodeName))});else{for(const n of e.PrimaryKeys)a.find(i=>i.trim().toLowerCase()===n.Name.toLowerCase())===void 0&&a.push(n.Name);r.Columns.forEach(n=>{n.hidden===!1&&!a.find(i=>i.trim().toLowerCase()===n.EntityField?.Name.trim().toLowerCase())&&n.EntityField&&a.push(u.MapFieldName(n.EntityField.CodeName))})}return a}get ProviderType(){return d.ProviderType.Network}async GetRecordChanges(e,r){try{const s={EntityName:"Record Changes",ExtraFilter:`RecordID = '${r.Values()}' AND Entity = '${e}'`},t=await this.RunView(s);return t?t.Results.sort((a,u)=>a.ChangedAt>u.ChangedAt?-1:1):null}catch(s){throw d.LogError(s),s}}async GetRecordDependencies(e,r){try{const s=p.gql`query GetRecordDependenciesQuery ($entityName: String!, $CompositeKey: CompositeKeyInputType!) {
|
|
65
73
|
GetRecordDependencies(entityName: $entityName, CompositeKey: $CompositeKey) {
|
|
66
74
|
EntityName
|
|
67
75
|
RelatedEntityName
|
|
@@ -73,7 +81,7 @@
|
|
|
73
81
|
}
|
|
74
82
|
}
|
|
75
83
|
}
|
|
76
|
-
}`,t={entityName:e,CompositeKey:{KeyValuePairs:this.ensureKeyValuePairValueIsString(
|
|
84
|
+
}`,t={entityName:e,CompositeKey:{KeyValuePairs:this.ensureKeyValuePairValueIsString(r.KeyValuePairs)}};return(await this.ExecuteGQL(s,t))?.GetRecordDependencies}catch(s){throw d.LogError(s),s}}ensureKeyValuePairValueIsString(e){return e.map(r=>({FieldName:r.FieldName,Value:r.Value.toString()}))}async GetRecordDuplicates(e,r){if(!e)return null;const s=p.gql`query GetRecordDuplicatesQuery ($params: PotentialDuplicateRequestType!) {
|
|
77
85
|
GetRecordDuplicates(params: $params) {
|
|
78
86
|
Status
|
|
79
87
|
ErrorMessage
|
|
@@ -95,7 +103,7 @@
|
|
|
95
103
|
}
|
|
96
104
|
}
|
|
97
105
|
}
|
|
98
|
-
}`;let t={EntityID:e.EntityID,EntityDocumentID:e.EntityDocumentID,ListID:e.ListID,ProbabilityScore:e.ProbabilityScore,Options:e.Options,RecordIDs:e.RecordIDs.map(u=>u.Copy())};const
|
|
106
|
+
}`;let t={EntityID:e.EntityID,EntityDocumentID:e.EntityDocumentID,ListID:e.ListID,ProbabilityScore:e.ProbabilityScore,Options:e.Options,RecordIDs:e.RecordIDs.map(u=>u.Copy())};const a=await this.ExecuteGQL(s,{params:t});if(a&&a.GetRecordDuplicates)return a.GetRecordDuplicates}async MergeRecords(e){const r=this.Entities.find(s=>s.Name.trim().toLowerCase()===e.EntityName.trim().toLowerCase());if(!r||!r.AllowRecordMerge)throw new Error(`Entity ${e.EntityName} does not allow record merging, check the AllowRecordMerge property in the entity metadata`);try{const s=p.gql`mutation MergeRecordsMutation ($request: RecordMergeRequest!) {
|
|
99
107
|
MergeRecords(request: $request) {
|
|
100
108
|
Success
|
|
101
109
|
OverallStatus
|
|
@@ -112,32 +120,32 @@
|
|
|
112
120
|
Message
|
|
113
121
|
}
|
|
114
122
|
}
|
|
115
|
-
}`,t={EntityName:e.EntityName,SurvivingRecordCompositeKey:{KeyValuePairs:this.ensureKeyValuePairValueIsString(e.SurvivingRecordCompositeKey.KeyValuePairs)},FieldMap:e.FieldMap?.map(u=>({FieldName:u.FieldName,Value:u.Value.toString()})),RecordsToMerge:e.RecordsToMerge.map(u=>u.Copy())};return(await this.ExecuteGQL(s,{request:t}))?.MergeRecords}catch(s){return d.LogError(s),{Success:!1,OverallStatus:s&&s.message?s.message:s,RecordStatus:[],RecordMergeLogID:"",Request:e}}}async Save(e,
|
|
123
|
+
}`,t={EntityName:e.EntityName,SurvivingRecordCompositeKey:{KeyValuePairs:this.ensureKeyValuePairValueIsString(e.SurvivingRecordCompositeKey.KeyValuePairs)},FieldMap:e.FieldMap?.map(u=>({FieldName:u.FieldName,Value:u.Value.toString()})),RecordsToMerge:e.RecordsToMerge.map(u=>u.Copy())};return(await this.ExecuteGQL(s,{request:t}))?.MergeRecords}catch(s){return d.LogError(s),{Success:!1,OverallStatus:s&&s.message?s.message:s,RecordStatus:[],RecordMergeLogID:"",Request:e}}}async Save(e,r,s){const t=new d.BaseEntityResult;try{e.RegisterTransactionPreprocessing();const a={input:{}},u=e.IsSaved?"Update":"Create";t.StartedAt=new Date,t.Type=e.IsSaved?"update":"create",t.OriginalValues=e.Fields.map(c=>({FieldName:c.CodeName,Value:c.Value})),e.ResultHistory.push(t);const n=`${u}${e.EntityInfo.ClassName}`,i=e.Fields.filter(c=>!c.ReadOnly||c.IsPrimaryKey&&e.IsSaved),f=new S,h=` ${n}(input: $input) {
|
|
116
124
|
${e.Fields.map(c=>f.MapFieldName(c.CodeName)).join(`
|
|
117
125
|
`)}
|
|
118
126
|
}`,y=p.gql`mutation ${u}${e.EntityInfo.ClassName} ($input: ${n}Input!) {
|
|
119
127
|
${h}
|
|
120
128
|
}
|
|
121
|
-
`;for(let c=0;c<i.length;c++){const o=i[c];let l=o.Value;if(l)switch(o.EntityFieldInfo.TSType){case d.EntityFieldTSType.Date:l=l.getTime();break;case d.EntityFieldTSType.Boolean:typeof l!="boolean"&&(l=parseInt(l)!==0);break;case d.EntityFieldTSType.Number:if(typeof l!="number"){const m=Number(l);isNaN(m)||(l=m)}break}l===null&&o.EntityFieldInfo.AllowsNull===!1&&(o.EntityFieldInfo.DefaultValue!==null?l=o.EntityFieldInfo.DefaultValue:o.FieldType===d.EntityFieldTSType.Number||o.FieldType===d.EntityFieldTSType.Boolean?l=0:l=""),
|
|
129
|
+
`;for(let c=0;c<i.length;c++){const o=i[c];let l=o.Value;if(l)switch(o.EntityFieldInfo.TSType){case d.EntityFieldTSType.Date:l=l.getTime();break;case d.EntityFieldTSType.Boolean:typeof l!="boolean"&&(l=parseInt(l)!==0);break;case d.EntityFieldTSType.Number:if(typeof l!="number"){const m=Number(l);isNaN(m)||(l=m)}break}l===null&&o.EntityFieldInfo.AllowsNull===!1&&(o.EntityFieldInfo.DefaultValue!==null?l=o.EntityFieldInfo.DefaultValue:o.FieldType===d.EntityFieldTSType.Number||o.FieldType===d.EntityFieldTSType.Boolean?l=0:l=""),a.input[o.CodeName]=l}if(u.trim().toLowerCase()==="update"&&s.SkipOldValuesCheck===!1){const c=[];e.Fields.forEach(o=>{let l=null;o.OldValue!==null&&o.OldValue!==void 0&&(o.EntityFieldInfo.TSType===d.EntityFieldTSType.Date?l=o.OldValue.getTime().toString():o.EntityFieldInfo.TSType===d.EntityFieldTSType.Boolean?l=o.OldValue===!0?"1":"0":typeof o.OldValue!="string"?l=o.OldValue.toString():l=o.OldValue),c.push({Key:o.CodeName,Value:l})}),a.input.OldValues___=c}if(e.TransactionGroup){const c=[{varName:"input",inputType:n+"Input!"}];return e.RaiseReadyForTransaction(),e.TransactionGroup.AddTransaction(new d.TransactionItem(e,t.Type==="create"?"Create":"Update",h,a,{mutationName:n,mutationInputTypes:c},(o,l)=>{t.EndedAt=new Date,l&&o?(t.Success=!0,t.NewValues=this.ConvertBackToMJFields(o)):(t.Success=!1,t.Message="Transaction failed")})),!0}else{const c=await this.ExecuteGQL(y,a);if(c&&c[u+e.EntityInfo.ClassName])return t.Success=!0,t.EndedAt=new Date,t.NewValues=this.ConvertBackToMJFields(c[u+e.EntityInfo.ClassName]),t.NewValues;throw new Error(`Save failed for ${e.EntityInfo.ClassName}`)}}catch(a){return t.Success=!1,t.EndedAt=new Date,t.Message=a.response?.errors?.length>0?a.response.errors[0].message:a.message,d.LogError(a),null}}async Load(e,r,s=null,t){try{const a={};let u="",n="";for(let c=0;c<r.KeyValuePairs.length;c++){const o=e.Fields.find(g=>g.Name.trim().toLowerCase()===r.KeyValuePairs[c].FieldName.trim().toLowerCase()).EntityFieldInfo,l=r.GetValueByIndex(c),m=o.GraphQLType;if(n.length>0&&(n+=", "),n+=`$${o.CodeName}: ${m}!`,u.length>0&&(u+=", "),u+=`${o.CodeName}: $${o.CodeName}`,o.TSType===d.EntityFieldTSType.Number){if(isNaN(r.GetValueByIndex(c)))throw new Error(`Primary Key value ${l} (${o.Name}) is not a valid number`);a[o.CodeName]=parseInt(l)}else a[o.CodeName]=l}const i=s&&s.length>0?this.getRelatedEntityString(e.EntityInfo,s):"",f=new S,h=p.gql`query Single${e.EntityInfo.ClassName}${i.length>0?"Full":""} (${n}) {
|
|
122
130
|
${e.EntityInfo.ClassName}(${u}) {
|
|
123
131
|
${e.Fields.filter(c=>!c.EntityFieldInfo.IsBinaryFieldType).map(c=>c.EntityFieldInfo.Name.trim().toLowerCase().startsWith("__mj_")?c.CodeName.replace("__mj_","_mj__"):c.CodeName).join(`
|
|
124
132
|
`)}
|
|
125
133
|
${i}
|
|
126
134
|
}
|
|
127
135
|
}
|
|
128
|
-
`,y=await this.ExecuteGQL(h,
|
|
136
|
+
`,y=await this.ExecuteGQL(h,a);return y&&y[e.EntityInfo.ClassName]?this.ConvertBackToMJFields(y[e.EntityInfo.ClassName]):null}catch(a){return d.LogError(a),null}}ConvertBackToMJFields(e){return new S().ReverseMapFields(e),e}getRelatedEntityString(e,r){let s="";for(let t=0;t<e.RelatedEntities.length;t++)if(r.indexOf(e.RelatedEntities[t].RelatedEntity)>=0){const a=e.RelatedEntities[t],u=this.Entities.find(i=>i.ID===a.RelatedEntityID);let n="";a.Type.toLowerCase().trim()==="many to many"?n=`${a.RelatedEntityCodeName}_${a.JoinEntityJoinField.replace(/\s/g,"")}`:n=`${a.RelatedEntityCodeName}_${a.RelatedEntityJoinField.replace(/\s/g,"")}`,s+=`
|
|
129
137
|
${n} {
|
|
130
138
|
${u.Fields.map(i=>i.CodeName).join(`
|
|
131
139
|
`)}
|
|
132
140
|
}
|
|
133
|
-
`}return s}async Delete(e,
|
|
134
|
-
`),f+=`${l.CodeName}`}u.push({varName:"options___",inputType:"DeleteOptionsInput!"}),
|
|
141
|
+
`}return s}async Delete(e,r,s){const t=new d.BaseEntityResult;try{e.RegisterTransactionPreprocessing(),t.StartedAt=new Date,t.Type="delete",t.OriginalValues=e.Fields.map(o=>({FieldName:o.CodeName,Value:o.Value})),e.ResultHistory.push(t);const a={},u=[];let n="",i="",f="";for(let o of e.PrimaryKey.KeyValuePairs){const l=e.Fields.find(m=>m.Name.trim().toLowerCase()===o.FieldName.trim().toLowerCase());a[l.CodeName]=l.Value,u.push({varName:l.CodeName,inputType:l.EntityFieldInfo.GraphQLType+"!"}),n.length>0&&(n+=", "),n+=`${l.CodeName}: $${l.CodeName}`,i.length>0&&(i+=", "),i+=`$${l.CodeName}: ${l.EntityFieldInfo.GraphQLType}!`,f.length>0&&(f+=`
|
|
142
|
+
`),f+=`${l.CodeName}`}u.push({varName:"options___",inputType:"DeleteOptionsInput!"}),a.options___=r||{SkipEntityAIActions:!1,SkipEntityActions:!1};const h="Delete"+e.EntityInfo.ClassName,y=p.gql`${h}(${n}, options___: $options___) {
|
|
135
143
|
${f}
|
|
136
144
|
}
|
|
137
145
|
`,c=p.gql`mutation ${h} (${i}, $options___: DeleteOptionsInput!) {
|
|
138
146
|
${y}
|
|
139
147
|
}
|
|
140
|
-
`;if(e.TransactionGroup)return e.RaiseReadyForTransaction(),e.TransactionGroup.AddTransaction(new d.TransactionItem(e,"Delete",y,
|
|
148
|
+
`;if(e.TransactionGroup)return e.RaiseReadyForTransaction(),e.TransactionGroup.AddTransaction(new d.TransactionItem(e,"Delete",y,a,{mutationName:h,mutationInputTypes:u},(o,l)=>{if(t.EndedAt=new Date,l&&o){let m=!0;for(const g of e.PrimaryKey.KeyValuePairs)g.Value!==o[g.FieldName]&&(m=!1);m?t.Success=!0:(t.Success=!1,t.Message="Transaction failed to commit")}else t.Success=!1,t.Message="Transaction failed to commit"})),!0;{const o=await this.ExecuteGQL(c,a);if(o&&o[h]){const l=o[h];for(let m of e.PrimaryKey.KeyValuePairs){let g=l[m.FieldName],N=m.Value;if(typeof N=="number"&&(N=N.toString()),typeof g=="number"&&(g=g.toString()),N!==g)throw new Error(`Primary key value mismatch in server Delete response. Field: ${m.FieldName}, Original: ${N}, Returned: ${g}`)}return t.Success=!0,t.EndedAt=new Date,!0}else throw new Error(`Delete failed for ${e.EntityInfo.Name}: ${e.PrimaryKey.ToString()} `)}}catch(a){return t.EndedAt=new Date,t.Success=!1,t.Message=a.response?.errors?.length>0?a.response.errors[0].message:a.message,d.LogError(a),!1}}async GetDatasetByName(e,r){const s=p.gql`query GetDatasetByName($DatasetName: String!, $ItemFilters: [DatasetItemFilterTypeGQL!]) {
|
|
141
149
|
GetDatasetByName(DatasetName: $DatasetName, ItemFilters: $ItemFilters) {
|
|
142
150
|
DatasetID
|
|
143
151
|
DatasetName
|
|
@@ -146,7 +154,7 @@
|
|
|
146
154
|
LatestUpdateDate
|
|
147
155
|
Results
|
|
148
156
|
}
|
|
149
|
-
}`,t=await this.ExecuteGQL(s,{DatasetName:e,ItemFilters:
|
|
157
|
+
}`,t=await this.ExecuteGQL(s,{DatasetName:e,ItemFilters:r});return t&&t.GetDatasetByName&&t.GetDatasetByName.Success?{DatasetID:t.GetDatasetByName.DatasetID,DatasetName:t.GetDatasetByName.DatasetName,Success:t.GetDatasetByName.Success,Status:t.GetDatasetByName.Status,LatestUpdateDate:new Date(t.GetDatasetByName.LatestUpdateDate),Results:JSON.parse(t.GetDatasetByName.Results)}:{DatasetID:"",DatasetName:e,Success:!1,Status:"Unknown",LatestUpdateDate:null,Results:null}}async GetDatasetStatusByName(e,r){const s=p.gql`query GetDatasetStatusByName($DatasetName: String!, $ItemFilters: [DatasetItemFilterTypeGQL!]) {
|
|
150
158
|
GetDatasetStatusByName(DatasetName: $DatasetName, ItemFilters: $ItemFilters) {
|
|
151
159
|
DatasetID
|
|
152
160
|
DatasetName
|
|
@@ -155,22 +163,22 @@
|
|
|
155
163
|
LatestUpdateDate
|
|
156
164
|
EntityUpdateDates
|
|
157
165
|
}
|
|
158
|
-
}`,t=await this.ExecuteGQL(s,{DatasetName:e,ItemFilters:
|
|
166
|
+
}`,t=await this.ExecuteGQL(s,{DatasetName:e,ItemFilters:r});return t&&t.GetDatasetStatusByName&&t.GetDatasetStatusByName.Success?{DatasetID:t.GetDatasetStatusByName.DatasetID,DatasetName:t.GetDatasetStatusByName.DatasetName,Success:t.GetDatasetStatusByName.Success,Status:t.GetDatasetStatusByName.Status,LatestUpdateDate:new Date(t.GetDatasetStatusByName.LatestUpdateDate),EntityUpdateDates:JSON.parse(t.GetDatasetStatusByName.EntityUpdateDates)}:{DatasetID:"",DatasetName:e,Success:!1,Status:"Unknown",LatestUpdateDate:null,EntityUpdateDates:null}}async CreateTransactionGroup(){return new V(this)}async GetRecordFavoriteStatus(e,r,s){if(!s.Validate().IsValid)return!1;const a=this.Entities.find(i=>i.Name===r);if(!a)throw new Error(`Entity ${r} not found in metadata`);const u=p.gql`query GetRecordFavoriteStatus($params: UserFavoriteSearchParams!) {
|
|
159
167
|
GetRecordFavoriteStatus(params: $params) {
|
|
160
168
|
Success
|
|
161
169
|
IsFavorite
|
|
162
170
|
}
|
|
163
|
-
}`,n=await this.ExecuteGQL(u,{params:{UserID:e,EntityID:
|
|
171
|
+
}`,n=await this.ExecuteGQL(u,{params:{UserID:e,EntityID:a.ID,CompositeKey:{KeyValuePairs:this.ensureKeyValuePairValueIsString(s.KeyValuePairs)}}});if(n&&n.GetRecordFavoriteStatus&&n.GetRecordFavoriteStatus.Success)return n.GetRecordFavoriteStatus.IsFavorite}async SetRecordFavoriteStatus(e,r,s,t,a){const u=this.Entities.find(f=>f.Name===r);if(!u)throw new Error(`Entity ${r} not found in metadata`);const n=p.gql`mutation SetRecordFavoriteStatus($params: UserFavoriteSetParams!) {
|
|
164
172
|
SetRecordFavoriteStatus(params: $params){
|
|
165
173
|
Success
|
|
166
174
|
}
|
|
167
|
-
}`,i=await this.ExecuteGQL(n,{params:{UserID:e,EntityID:u.ID,CompositeKey:{KeyValuePairs:this.ensureKeyValuePairValueIsString(s.KeyValuePairs)},IsFavorite:t}});if(i&&i.SetRecordFavoriteStatus!==null)return i.SetRecordFavoriteStatus.Success}async GetEntityRecordName(e,
|
|
175
|
+
}`,i=await this.ExecuteGQL(n,{params:{UserID:e,EntityID:u.ID,CompositeKey:{KeyValuePairs:this.ensureKeyValuePairValueIsString(s.KeyValuePairs)},IsFavorite:t}});if(i&&i.SetRecordFavoriteStatus!==null)return i.SetRecordFavoriteStatus.Success}async GetEntityRecordName(e,r){if(!e||!r||r.KeyValuePairs?.length===0)return null;const s=p.gql`query GetEntityRecordNameQuery ($EntityName: String!, $CompositeKey: CompositeKeyInputType!) {
|
|
168
176
|
GetEntityRecordName(EntityName: $EntityName, CompositeKey: $CompositeKey) {
|
|
169
177
|
Success
|
|
170
178
|
Status
|
|
171
179
|
RecordName
|
|
172
180
|
}
|
|
173
|
-
}`,t=await this.ExecuteGQL(s,{EntityName:e,CompositeKey:{KeyValuePairs:this.ensureKeyValuePairValueIsString(
|
|
181
|
+
}`,t=await this.ExecuteGQL(s,{EntityName:e,CompositeKey:{KeyValuePairs:this.ensureKeyValuePairValueIsString(r.KeyValuePairs)}});if(t&&t.GetEntityRecordName&&t.GetEntityRecordName.Success)return t.GetEntityRecordName.RecordName}async GetEntityRecordNames(e){if(!e)return null;const r=p.gql`query GetEntityRecordNamesQuery ($info: [EntityRecordNameInput!]!) {
|
|
174
182
|
GetEntityRecordNames(info: $info) {
|
|
175
183
|
Success
|
|
176
184
|
Status
|
|
@@ -183,23 +191,23 @@
|
|
|
183
191
|
EntityName
|
|
184
192
|
RecordName
|
|
185
193
|
}
|
|
186
|
-
}`,s=await this.ExecuteGQL(
|
|
187
|
-
`:t.startsWith("_")||(
|
|
188
|
-
`);return
|
|
194
|
+
}`,s=await this.ExecuteGQL(r,{info:e.map(t=>({EntityName:t.EntityName,CompositeKey:{KeyValuePairs:this.ensureKeyValuePairValueIsString(t.CompositeKey.KeyValuePairs)}}))});if(s&&s.GetEntityRecordNames)return s.GetEntityRecordNames}static async ExecuteGQL(e,r,s=!0){return D.Instance.ExecuteGQL(e,r,s)}async ExecuteGQL(e,r,s=!0){try{return await this._client.request(e,r)}catch(t){if(t&&t.response&&t.response.errors?.length>0)if(t.response.errors[0]?.extensions?.code?.toUpperCase().trim()==="JWT_EXPIRED"){if(s)return await this.RefreshToken(),await this.ExecuteGQL(e,r,!1);throw d.LogError("JWT_EXPIRED and refreshTokenIfNeeded is false"),t}else throw t;else throw d.LogError(t),t}}async RefreshToken(){if(this._configData.Data.RefreshTokenFunction){const e=await this._configData.Data.RefreshTokenFunction();if(e)this._configData.Token=e,this._client=this.CreateNewGraphQLClient(this._configData.URL,this._configData.Token,this._sessionId,this._configData.MJAPIKey);else throw new Error("Refresh token function returned null or undefined token")}else throw new Error("No refresh token function provided")}static async RefreshToken(){return D.Instance.RefreshToken()}CreateNewGraphQLClient(e,r,s,t){const a={"x-session-id":s};return r&&(a.authorization="Bearer "+r),t&&(a["x-mj-api-key"]=t),new p.GraphQLClient(e,{headers:a})}userInfoString(){return this.infoString(new d.UserInfo(null,null))}userRoleInfoString(){return this.infoString(new d.UserRoleInfo(null))}infoString(e){let r="";const s=Object.keys(e);for(const t of s)t.startsWith("__mj_")?r+=t.replace("__mj_","_mj__")+`
|
|
195
|
+
`:t.startsWith("_")||(r+=t+`
|
|
196
|
+
`);return r}get LocalStorageProvider(){return this._localStorageProvider||(this._localStorageProvider=new G),this._localStorageProvider}get Metadata(){return this}PushStatusUpdates(e=null){e||(e=this.sessionId),this._wsClient||(this._wsClient=ce.createClient({url:this.ConfigData.WSURL,connectionParams:{Authorization:"Bearer "+this.ConfigData.Token}}));const r=this._pushStatusRequests.find(a=>a.sessionId===e);if(r)return r.observable;const s=p.gql`subscription StatusUpdates($sessionId: String!) {
|
|
189
197
|
statusUpdates(sessionId: $sessionId) {
|
|
190
198
|
date
|
|
191
199
|
message
|
|
192
200
|
sessionId
|
|
193
201
|
}
|
|
194
202
|
}
|
|
195
|
-
`,t=new le.Observable(
|
|
203
|
+
`,t=new le.Observable(a=>(this._wsClient.subscribe({query:s,variables:{sessionId:e}},{next:u=>a.next(u.data.statusUpdates),error:u=>a.error(u),complete:()=>a.complete()}),()=>{console.log("would unsub here")}));return this._pushStatusRequests.push({sessionId:e,observable:t}),t}};E(D,"GraphQLDataProvider");let C=D;const b=class b{constructor(){this._localStorage={}}async getItem(e){return new Promise(r=>{this._localStorage.hasOwnProperty(e)?r(this._localStorage[e]):r(null)})}async setItem(e,r){return new Promise(s=>{this._localStorage[e]=r,s()})}async remove(e){return new Promise(r=>{this._localStorage.hasOwnProperty(e)&&delete this._localStorage[e],r()})}};E(b,"BrowserStorageProviderBase");let T=b;const ye="MJ_Metadata",w="Metadata_KVPairs",J=class J extends T{constructor(){super(),this.dbPromise=ue.openDB(ye,1,{upgrade(e){e.objectStoreNames.contains(w)||e.createObjectStore(w)}})}async setItem(e,r){const t=(await this.dbPromise).transaction(w,"readwrite");await t.objectStore(w).put(r,e),await t.done}async getItem(e){return await(await this.dbPromise).transaction(w).objectStore(w).get(e)}async remove(e){const s=(await this.dbPromise).transaction(w,"readwrite");await s.objectStore(w).delete(e),await s.done}};E(J,"BrowserIndexedDBStorageProvider");let G=J;async function me(R){const e=new C;return d.SetProvider(e),await e.Config(R),I.MJGlobal.Instance.RaiseEvent({event:I.MJEventType.LoggedIn,eventCode:null,component:this,args:null}),e}E(me,"setupGraphQLClient");const j=class j{};E(j,"SyncRolesAndUsersResult");let $=j;const W=class W{};E(W,"RoleInput");let L=W;const z=class z{};E(z,"UserInput");let v=z;const H=class H{};E(H,"RolesAndUsersInput");let P=H;var ne=(R=>(R.Create="Create",R.Update="Update",R.CreateOrUpdate="CreateOrUpdate",R.Delete="Delete",R.DeleteWithFilter="DeleteWithFilter",R))(ne||{});const X=class X{};E(X,"ActionItemInput");let _=X;const Z=class Z{constructor(){this.Results=[]}};E(Z,"SyncDataResult");let Q=Z;const Y=class Y{};E(Y,"ActionItemOutput");let U=Y;const ee=class ee{get Client(){return this._client}constructor(e,r,s,t){const a={"x-session-id":s};r&&(a.authorization="Bearer "+r),t&&(a["x-mj-api-key"]=t),this._client=new p.GraphQLClient(e,{headers:a})}async GetData(e,r){try{const t=await this.Client.request(`query GetData($input: GetDataInputType!) {
|
|
196
204
|
GetData(input: $input) {
|
|
197
205
|
Success
|
|
198
206
|
ErrorMessages
|
|
199
207
|
Queries
|
|
200
208
|
Results
|
|
201
209
|
}
|
|
202
|
-
}`,{input:{Queries:e,Token:"nope"}});return t&&t.GetData?{Success:t.GetData.Success,Results:t.GetData.Results.map(
|
|
210
|
+
}`,{input:{Queries:e,Token:"nope"}});return t&&t.GetData?{Success:t.GetData.Success,Results:t.GetData.Results.map(a=>a?I.SafeJSONParse(a):null),ErrorMessages:t.GetData.ErrorMessages,Queries:t.GetData.Queries}:{Success:!1,Results:[],ErrorMessages:t.GetData?.ErrorMessages??["Unknown error"],Queries:t.GetData?.Queries??e}}catch(s){const t=`GraphQLSystemUserClient::GetData - Error getting geta - ${s}`;return d.LogError(t),{Success:!1,Results:[],ErrorMessages:[t],Queries:e}}}async GetAllRemoteEntities(){try{const r=await this.Client.request(`query GetAllEntities {
|
|
203
211
|
GetAllEntities {
|
|
204
212
|
Success
|
|
205
213
|
ErrorMessage
|
|
@@ -222,7 +230,7 @@
|
|
|
222
230
|
}
|
|
223
231
|
}
|
|
224
232
|
}
|
|
225
|
-
}`);return
|
|
233
|
+
}`);return r&&r.GetAllEntities?r.GetAllEntities:{Success:!1,Results:[],ErrorMessage:r.GetAllEntities?.ErrorMessage??"Unknown error"}}catch(e){return d.LogError(`GraphQLSystemUserClient::GetAllRemoteEntities - Error getting remote entities - ${e}`),{Success:!1,Results:[],ErrorMessage:e}}}async SyncData(e){try{const s=await this.Client.request(`mutation SyncData($items: [ActionItemInputType!]!) {
|
|
226
234
|
SyncData(items: $items) {
|
|
227
235
|
Success
|
|
228
236
|
Results {
|
|
@@ -246,9 +254,9 @@
|
|
|
246
254
|
RecordJSON
|
|
247
255
|
}
|
|
248
256
|
}
|
|
249
|
-
}`,{items:e});return s&&s.SyncData?s.SyncData:{Success:!1,Results:[]}}catch(
|
|
257
|
+
}`,{items:e});return s&&s.SyncData?s.SyncData:{Success:!1,Results:[]}}catch(r){return d.LogError(`GraphQLSystemUserClient::SyncData - Error syncing data - ${r}`),{Success:!1,Results:[]}}}async SyncRolesAndUsers(e){try{const s=await this.Client.request(`mutation SyncRolesAndUsers($data: RolesAndUsersInputType!) {
|
|
250
258
|
SyncRolesAndUsers(data: $data) {
|
|
251
259
|
Success
|
|
252
260
|
}
|
|
253
|
-
}`,{data:e});return s&&s.SyncRolesAndUsers?s.SyncRolesAndUsers:{Success:!1}}catch(
|
|
261
|
+
}`,{data:e});return s&&s.SyncRolesAndUsers?s.SyncRolesAndUsers:{Success:!1}}catch(r){return d.LogError(`GraphQLSystemUserClient::SyncRolesAndUsers - Error syncing roles and users - ${r}`),{Success:!1}}}};E(ee,"GraphQLSystemUserClient");let M=ee;const te=class te{};E(te,"GetDataOutput");let x=te;const se=class se{};E(se,"SimpleRemoteEntityOutput");let q=se;const re=class re{};E(re,"SimpleRemoteEntity");let A=re;const ae=class ae{};E(ae,"SimpleRemoteEntityField");let B=ae;Object.defineProperty(exports,"gql",{enumerable:!0,get:function(){return p.gql}}),exports.ActionItemInput=_,exports.ActionItemOutput=U,exports.FieldMapper=S,exports.GetDataOutput=x,exports.GraphQLDataProvider=C,exports.GraphQLProviderConfigData=F,exports.GraphQLSystemUserClient=M,exports.GraphQLTransactionGroup=V,exports.RoleInput=L,exports.RolesAndUsersInput=P,exports.SimpleRemoteEntity=A,exports.SimpleRemoteEntityField=B,exports.SimpleRemoteEntityOutput=q,exports.SyncDataAction=ne,exports.SyncDataResult=Q,exports.SyncRolesAndUsersResult=$,exports.UserInput=v,exports.setupGraphQLClient=me;
|
|
254
262
|
//# sourceMappingURL=index.cjs.map
|