@mikezimm/fps-core-v7 1.0.44 → 1.0.46
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/lib/banner/components/ItemPicker/functions/fetchFileList.d.ts.map +1 -1
- package/lib/banner/components/ItemPicker/functions/fetchFileList.js.map +1 -1
- package/lib/banner/components/ItemPicker/functions/fetchListList.d.ts.map +1 -1
- package/lib/banner/components/ItemPicker/functions/fetchListList.js.map +1 -1
- package/lib/banner/components/SingleHelpPage/interfaces/ITrickRow.d.ts.map +1 -1
- package/lib/banner/components/SingleHelpPage/interfaces/ITrickRow.js +1 -0
- package/lib/banner/components/SingleHelpPage/interfaces/ITrickRow.js.map +1 -1
- package/lib/components/atoms/easy-pages/interfaces/IEasyPagesPageHookProps.d.ts +1 -1
- package/lib/components/atoms/easy-pages/interfaces/IEasyPagesPageHookProps.d.ts.map +1 -1
- package/lib/components/molecules/SpHttp/IJSFetchReturn.d.ts +4 -3
- package/lib/components/molecules/SpHttp/IJSFetchReturn.d.ts.map +1 -1
- package/lib/components/molecules/SpHttp/IJSFetchReturn.js +1 -1
- package/lib/components/molecules/SpHttp/IJSFetchReturn.js.map +1 -1
- package/lib/components/molecules/SpHttp/SpFetchCommon.d.ts.map +1 -1
- package/lib/components/molecules/SpHttp/SpFetchCommon.js +19 -2
- package/lib/components/molecules/SpHttp/SpFetchCommon.js.map +1 -1
- package/lib/components/molecules/SpHttp/doSpJsFetch copy.d.ts +1 -0
- package/lib/components/molecules/SpHttp/doSpJsFetch copy.d.ts.map +1 -0
- package/lib/components/molecules/SpHttp/doSpJsFetch copy.js +163 -0
- package/lib/components/molecules/SpHttp/doSpJsFetch copy.js.map +1 -0
- package/lib/components/molecules/SpHttp/doSpJsFetch.d.ts +61 -2
- package/lib/components/molecules/SpHttp/doSpJsFetch.d.ts.map +1 -1
- package/lib/components/molecules/SpHttp/doSpJsFetch.js +271 -39
- package/lib/components/molecules/SpHttp/doSpJsFetch.js.map +1 -1
- package/lib/components/molecules/SpHttp/doSpJsFileFetch.d.ts +3 -1
- package/lib/components/molecules/SpHttp/doSpJsFileFetch.d.ts.map +1 -1
- package/lib/components/molecules/SpHttp/doSpJsFileFetch.js +7 -8
- package/lib/components/molecules/SpHttp/doSpJsFileFetch.js.map +1 -1
- package/lib/components/molecules/SpHttp/headerInitUtilities.d.ts +21 -0
- package/lib/components/molecules/SpHttp/headerInitUtilities.d.ts.map +1 -0
- package/lib/components/molecules/SpHttp/headerInitUtilities.js +45 -0
- package/lib/components/molecules/SpHttp/headerInitUtilities.js.map +1 -0
- package/lib/components/molecules/process-results/CheckAnyResults.js +1 -1
- package/lib/components/molecules/process-results/CheckAnyResults.js.map +1 -1
- package/lib/components/molecules/process-results/CheckFpsTypesResults.d.ts +1 -0
- package/lib/components/molecules/process-results/CheckFpsTypesResults.d.ts.map +1 -0
- package/lib/components/molecules/process-results/CheckFpsTypesResults.js +45 -0
- package/lib/components/molecules/process-results/CheckFpsTypesResults.js.map +1 -0
- package/lib/components/molecules/process-results/CheckItemsResults.d.ts +1 -10
- package/lib/components/molecules/process-results/CheckItemsResults.d.ts.map +1 -1
- package/lib/components/molecules/process-results/CheckItemsResults.js +7 -6
- package/lib/components/molecules/process-results/CheckItemsResults.js.map +1 -1
- package/lib/components/molecules/process-results/IFpsItemsReturn.d.ts +14 -0
- package/lib/components/molecules/process-results/IFpsItemsReturn.d.ts.map +1 -0
- package/lib/components/molecules/process-results/IFpsItemsReturn.js +2 -0
- package/lib/components/molecules/process-results/IFpsItemsReturn.js.map +1 -0
- package/lib/components/molecules/process-results/Logging.d.ts +0 -2
- package/lib/components/molecules/process-results/Logging.d.ts.map +1 -1
- package/lib/components/molecules/process-results/Logging.js +47 -49
- package/lib/components/molecules/process-results/Logging.js.map +1 -1
- package/lib/components/molecules/process-results/createEmptyFpsErrorReturn.d.ts +1 -1
- package/lib/components/molecules/process-results/createEmptyFpsErrorReturn.d.ts.map +1 -1
- package/lib/components/molecules/process-results/createEmptyFpsItemsReturn.d.ts +1 -1
- package/lib/components/molecules/process-results/createEmptyFpsItemsReturn.d.ts.map +1 -1
- package/lib/components/molecules/process-results/createEmptyFpsItemsReturn.js +3 -1
- package/lib/components/molecules/process-results/createEmptyFpsItemsReturn.js.map +1 -1
- package/lib/components/molecules/process-results/createErrorFpsFileReturn.js +1 -1
- package/lib/components/molecules/process-results/createErrorFpsFileReturn.js.map +1 -1
- package/lib/components/molecules/process-results/createErrorFpsListItemsReturn.d.ts +1 -1
- package/lib/components/molecules/process-results/createErrorFpsListItemsReturn.d.ts.map +1 -1
- package/lib/components/molecules/state-source/IStateSource.d.ts +1 -1
- package/lib/components/molecules/state-source/IStateSource.d.ts.map +1 -1
- package/lib/components/molecules/state-source/IStateSource.js +3 -1
- package/lib/components/molecules/state-source/IStateSource.js.map +1 -1
- package/lib/restAPIs/lists/files/getFileEmbedUrl.d.ts +2 -3
- package/lib/restAPIs/lists/files/getFileEmbedUrl.d.ts.map +1 -1
- package/lib/restAPIs/lists/files/getFileEmbedUrl.js +10 -11
- package/lib/restAPIs/lists/files/getFileEmbedUrl.js.map +1 -1
- package/lib/restAPIs/lists/files/postSourceFilesAPI.d.ts +1 -1
- package/lib/restAPIs/lists/files/postSourceFilesAPI.d.ts.map +1 -1
- package/lib/restAPIs/lists/files/postSourceFilesAPI.js.map +1 -1
- package/lib/restAPIs/lists/items/getSourceItemsAPI.d.ts +1 -1
- package/lib/restAPIs/lists/items/getSourceItemsAPI.d.ts.map +1 -1
- package/lib/restAPIs/lists/items/getSourceItemsAPI.js +57 -14
- package/lib/restAPIs/lists/items/getSourceItemsAPI.js.map +1 -1
- package/lib/restAPIs/lists/items/postSourceItemsAPI.d.ts +1 -1
- package/lib/restAPIs/lists/items/postSourceItemsAPI.d.ts.map +1 -1
- package/lib/restAPIs/lists/items/postSourceItemsAPI.js +7 -14
- package/lib/restAPIs/lists/items/postSourceItemsAPI.js.map +1 -1
- package/lib/restAPIs/lists/items/updateAnyItemAPI.d.ts +19 -0
- package/lib/restAPIs/lists/items/updateAnyItemAPI.d.ts.map +1 -0
- package/lib/restAPIs/lists/items/updateAnyItemAPI.js +71 -0
- package/lib/restAPIs/lists/items/updateAnyItemAPI.js.map +1 -0
- package/lib/restAPIs/lists/items/updateCommandItemAPI.d.ts +44 -0
- package/lib/restAPIs/lists/items/updateCommandItemAPI.d.ts.map +1 -0
- package/lib/restAPIs/lists/items/updateCommandItemAPI.js +75 -0
- package/lib/restAPIs/lists/items/updateCommandItemAPI.js.map +1 -0
- package/lib/restAPIs/lists/lists/getSourceListsAPI.d.ts +2 -2
- package/lib/restAPIs/lists/lists/getSourceListsAPI.d.ts.map +1 -1
- package/lib/restAPIs/lists/lists/getSourceListsAPI.js +10 -13
- package/lib/restAPIs/lists/lists/getSourceListsAPI.js.map +1 -1
- package/lib/restAPIs/logging/saveErrorToLog.d.ts +2 -0
- package/lib/restAPIs/logging/saveErrorToLog.d.ts.map +1 -1
- package/lib/restAPIs/logging/saveErrorToLog.js +18 -9
- package/lib/restAPIs/logging/saveErrorToLog.js.map +1 -1
- package/lib/restAPIs/logging/saveErrorToLogOriginal.d.ts +1 -0
- package/lib/restAPIs/logging/saveErrorToLogOriginal.d.ts.map +1 -0
- package/lib/restAPIs/logging/saveErrorToLogOriginal.js +45 -0
- package/lib/restAPIs/logging/saveErrorToLogOriginal.js.map +1 -0
- package/lib/restAPIs/sites/groups/getGroupMembersAPI.d.ts +3 -0
- package/lib/restAPIs/sites/groups/getGroupMembersAPI.d.ts.map +1 -1
- package/lib/restAPIs/sites/groups/getGroupMembersAPI.js +61 -14
- package/lib/restAPIs/sites/groups/getGroupMembersAPI.js.map +1 -1
- package/lib/restAPIs/sites/groups/getWebAssociatedGroupAPI.d.ts.map +1 -1
- package/lib/restAPIs/sites/groups/getWebAssociatedGroupAPI.js +44 -17
- package/lib/restAPIs/sites/groups/getWebAssociatedGroupAPI.js.map +1 -1
- package/lib/restAPIs/sites/groups/getWebGroupInfoAPI.d.ts.map +1 -1
- package/lib/restAPIs/sites/groups/getWebGroupInfoAPI.js +8 -12
- package/lib/restAPIs/sites/groups/getWebGroupInfoAPI.js.map +1 -1
- package/lib/restAPIs/sites/groups/getWebGroupInfoBatchAPI.js +1 -1
- package/lib/restAPIs/sites/groups/getWebGroupInfoBatchAPI.js.map +1 -1
- package/lib/restAPIs/sites/sites/getSiteAPI.d.ts +1 -1
- package/lib/restAPIs/sites/sites/getSiteAPI.d.ts.map +1 -1
- package/lib/restAPIs/sites/sites/getSiteAPI.js +20 -23
- package/lib/restAPIs/sites/sites/getSiteAPI.js.map +1 -1
- package/lib/restAPIs/sites/users/getSiteUsersAPI.d.ts.map +1 -1
- package/lib/restAPIs/sites/users/getSiteUsersAPI.js +7 -13
- package/lib/restAPIs/sites/users/getSiteUsersAPI.js.map +1 -1
- package/lib/restAPIs/sites/users/getSiteUsersBatchAPI.d.ts.map +1 -1
- package/lib/restAPIs/sites/users/getSiteUsersBatchAPI.js +5 -11
- package/lib/restAPIs/sites/users/getSiteUsersBatchAPI.js.map +1 -1
- package/lib/types/fps-returns/common/IFPSBaseContentType.d.ts +8 -0
- package/lib/types/fps-returns/common/IFPSBaseContentType.d.ts.map +1 -1
- package/lib/types/fps-returns/common/IFpsErrorObject.d.ts +8 -2
- package/lib/types/fps-returns/common/IFpsErrorObject.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/IFpsSiteReturn.d.ts +1 -1
- package/lib/types/fps-returns/sites/IFpsSiteReturn.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/groups/IGroupReturns.d.ts +1 -1
- package/lib/types/fps-returns/sites/groups/IGroupReturns.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/update/IFPSItemUpdateResultObj.d.ts +2 -1
- package/lib/types/fps-returns/sites/update/IFPSItemUpdateResultObj.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/users/IFpsUsersReturn.d.ts +1 -1
- package/lib/types/fps-returns/sites/users/IFpsUsersReturn.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/users/ISiteUserResults.d.ts +1 -1
- package/lib/types/fps-returns/sites/users/ISiteUserResults.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSiteUsersBatchAPI.d.ts","sourceRoot":"","sources":["../../../../src/restAPIs/sites/users/getSiteUsersBatchAPI.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getSiteUsersBatchAPI.d.ts","sourceRoot":"","sources":["../../../../src/restAPIs/sites/users/getSiteUsersBatchAPI.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAG,MAAM,yDAAyD,CAAC;AAIxF,OAAO,EAAE,eAAe,EAAE,MAAM,wDAAwD,CAAC;AAEzF,wBAAsB,oBAAoB,CAAE,WAAW,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,OAAO,GAAG,SAAS,EAAE,UAAU,EAAE,OAAO,GAAG,SAAS,GAAK,OAAO,CAAC,eAAe,CAAC,CAwBzL"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
import { startPerformOpV2, updatePerformanceEndV2 } from '../../../components/molecules/Performance/functions';
|
|
2
|
-
import { checkItemsResults, } from '../../../components/molecules/process-results/CheckItemsResults';
|
|
3
1
|
import { check4This } from '../../../logic/Links/CheckSearch';
|
|
4
2
|
import { addFPSDigestToSourceProps } from '../../../components/molecules/SpHttp/digestValues/fromUrl/addFPSDigestToSourceProps';
|
|
5
3
|
import { getSiteUsersAPI } from './getSiteUsersAPI';
|
|
6
4
|
export async function getSiteUsersBatchAPI(sourceProps, filterBatches, alertMe, consoleLog) {
|
|
7
|
-
const performanceSettings = { label: `SiteGroupsBatch`, includeMsStr: true, updateMiliseconds: true, op: 'fetch' };
|
|
8
|
-
const fetchOp = startPerformOpV2(performanceSettings); // 2024-09-29: set null as any to pass build error.
|
|
9
5
|
// 2024-12-06: WARNING -- Avoid reassigning source props... use new variable to avoid race condition
|
|
10
6
|
const updatedSourceProps = await addFPSDigestToSourceProps(sourceProps);
|
|
11
7
|
const allReturns = await Promise.all(filterBatches.map((filter, idx) => {
|
|
@@ -13,13 +9,11 @@ export async function getSiteUsersBatchAPI(sourceProps, filterBatches, alertMe,
|
|
|
13
9
|
}));
|
|
14
10
|
const allUsers = [];
|
|
15
11
|
allReturns.map(returnX => { allUsers.push(...returnX.users); });
|
|
16
|
-
const
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
result.unifiedPerformanceOps.fetch = updatePerformanceEndV2({ op: fetchOp, updateMiliseconds: performanceSettings.updateMiliseconds, count: result.items ? result.items.length : 0 });
|
|
22
|
-
result.fetchOp = result.unifiedPerformanceOps.fetch;
|
|
12
|
+
const result = JSON.parse(JSON.stringify(allReturns[0]));
|
|
13
|
+
result.users = allUsers;
|
|
14
|
+
result.fpsContentType = ['user'];
|
|
15
|
+
result.unifiedPerformanceOps.fetch.label = `SiteUsersBatch`;
|
|
16
|
+
result.unifiedPerformanceOps.fetch.c = allUsers.length;
|
|
23
17
|
if (check4This(`fpsShowFetchResults=true`) === true) {
|
|
24
18
|
console.log(`fps-core-v7 COMPLETE: getSiteUsersBatchAPI ~ 40`, result);
|
|
25
19
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSiteUsersBatchAPI.js","sourceRoot":"","sources":["../../../../src/restAPIs/sites/users/getSiteUsersBatchAPI.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"getSiteUsersBatchAPI.js","sourceRoot":"","sources":["../../../../src/restAPIs/sites/users/getSiteUsersBatchAPI.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAE9D,OAAO,EAAE,yBAAyB,EAAE,MAAM,qFAAqF,CAAC;AAChI,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAIpD,MAAM,CAAC,KAAK,UAAU,oBAAoB,CAAE,WAAyB,EAAE,aAAuB,EAAE,OAA4B,EAAE,UAA+B;IAE3J,qGAAqG;IACrG,MAAM,kBAAkB,GAAG,MAAM,yBAAyB,CAAE,WAAW,CAAE,CAAC;IAE1E,MAAM,UAAU,GAAG,MAAM,OAAO,CAAC,GAAG,CAClC,aAAa,CAAC,GAAG,CAAE,CAAE,MAAc,EAAE,GAAW,EAAG,EAAE;QACnD,OAAO,eAAe,CAAE,EAAE,GAAG,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,UAAU,CAAE,CAAA;IAAC,CAAC,CAC/F,CACF,CAAC;IAEF,MAAM,QAAQ,GAAoB,EAAE,CAAC;IACrC,UAAU,CAAC,GAAG,CAAE,OAAO,CAAC,EAAE,GAAG,QAAQ,CAAC,IAAI,CAAE,GAAG,OAAO,CAAC,KAAK,CAAE,CAAA,CAAC,CAAC,CAAC,CAAC;IAElE,MAAM,MAAM,GAAoB,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAE,UAAU,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC;IAC5E,MAAM,CAAC,KAAK,GAAG,QAAQ,CAAC;IACxB,MAAM,CAAC,cAAc,GAAG,CAAE,MAAM,CAAE,CAAC;IACnC,MAAM,CAAC,qBAAqB,CAAC,KAAK,CAAC,KAAK,GAAG,gBAAgB,CAAC;IAC5D,MAAM,CAAC,qBAAqB,CAAC,KAAK,CAAC,CAAC,GAAG,QAAQ,CAAC,MAAM,CAAC;IAEvD,IAAK,UAAU,CAAE,0BAA0B,CAAE,KAAK,IAAI,EAAG;QAAE,OAAO,CAAC,GAAG,CAAE,iDAAiD,EAAE,MAAM,CAAE,CAAA;KAAE;IAErI,OAAO,MAAM,CAAC;AAEhB,CAAC"}
|
|
@@ -1,2 +1,10 @@
|
|
|
1
1
|
export type IFPSBaseContentType = 'hub' | 'site' | 'web' | 'list' | 'item' | 'search' | 'page' | 'file' | 'group' | 'user' | 'role' | 'field' | 'view' | 'nav';
|
|
2
|
+
export type IFPSBaseContentTypesPlural = `${IFPSBaseContentType}s`;
|
|
3
|
+
export type IFPSBaseContentTypesAll = IFPSBaseContentType | IFPSBaseContentTypesPlural;
|
|
4
|
+
export type IFpsMappedTypes = {
|
|
5
|
+
[K in IFPSBaseContentType]?: any;
|
|
6
|
+
};
|
|
7
|
+
export type IFpsMappedTypesPlural = {
|
|
8
|
+
[K in IFPSBaseContentTypesPlural]?: any[];
|
|
9
|
+
};
|
|
2
10
|
//# sourceMappingURL=IFPSBaseContentType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFPSBaseContentType.d.ts","sourceRoot":"","sources":["../../../../src/types/fps-returns/common/IFPSBaseContentType.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,mBAAmB,GAAG,KAAK,GAAG,MAAM,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC"}
|
|
1
|
+
{"version":3,"file":"IFPSBaseContentType.d.ts","sourceRoot":"","sources":["../../../../src/types/fps-returns/common/IFPSBaseContentType.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,mBAAmB,GAAG,KAAK,GAAG,MAAM,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;AAE/J,MAAM,MAAM,0BAA0B,GAAG,GAAG,mBAAmB,GAAG,CAAC;AACnE,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,GAAG,0BAA0B,CAAC;AAEvF,MAAM,MAAM,eAAe,GAAG;KAC3B,CAAC,IAAI,mBAAmB,CAAC,CAAC,EAAE,GAAG;CACjC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG;KACjC,CAAC,IAAI,0BAA0B,CAAE,CAAC,EAAE,GAAG,EAAE;CAC3C,CAAC"}
|
|
@@ -16,7 +16,7 @@ export interface IBlankErrorObj extends ICoreResultObject {
|
|
|
16
16
|
statusText?: string;
|
|
17
17
|
fpsContentType?: IFPSBaseContentType[];
|
|
18
18
|
}
|
|
19
|
-
export type IUnifiedPerformanceOpsKeys = 'fetch' | 'check' | 'analyze' | 'process' | 'render' | 'save' | 'create';
|
|
19
|
+
export type IUnifiedPerformanceOpsKeys = 'fetch' | 'check' | 'analyze' | 'process' | 'render' | 'save' | 'create' | 'delete';
|
|
20
20
|
/**
|
|
21
21
|
* This represents the base interface for all return objects less the actual item/items being returned.
|
|
22
22
|
* Extend this to create all return objects and just add what is new
|
|
@@ -29,8 +29,12 @@ export interface IUnifiedPerformanceOps {
|
|
|
29
29
|
render?: IPerformanceOp;
|
|
30
30
|
save?: IPerformanceOp;
|
|
31
31
|
create?: IPerformanceOp;
|
|
32
|
+
delete?: IPerformanceOp;
|
|
32
33
|
}
|
|
33
|
-
export type
|
|
34
|
+
export type IUnifiedPerformanceOpsWithRequiredFetch = Omit<IUnifiedPerformanceOps, "fetch"> & {
|
|
35
|
+
fetch: IPerformanceOp;
|
|
36
|
+
};
|
|
37
|
+
export type IFpsErrorObjectOpKeys = 'fetchOp' | 'checkOp' | 'analyzeOp' | 'processOp' | 'renderOp' | 'saveOp' | 'createOp' | 'deleteOp';
|
|
34
38
|
export interface IFpsErrorObject extends IBlankErrorObj {
|
|
35
39
|
errorInfo?: IHelpfullOutput;
|
|
36
40
|
errorInput?: IHelpfullInput;
|
|
@@ -41,8 +45,10 @@ export interface IFpsErrorObject extends IBlankErrorObj {
|
|
|
41
45
|
renderOp?: IPerformanceOp;
|
|
42
46
|
saveOp?: IPerformanceOp;
|
|
43
47
|
createOp?: IPerformanceOp;
|
|
48
|
+
deleteOp?: IPerformanceOp;
|
|
44
49
|
unifiedPerformanceOps: IUnifiedPerformanceOps;
|
|
45
50
|
loaded?: boolean;
|
|
46
51
|
refreshId?: string;
|
|
52
|
+
headers?: Record<string, string>;
|
|
47
53
|
}
|
|
48
54
|
//# sourceMappingURL=IFpsErrorObject.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFpsErrorObject.d.ts","sourceRoot":"","sources":["../../../../src/types/fps-returns/common/IFpsErrorObject.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,gBAAgB,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,EAAE,EAAE,OAAO,CAAC;IACZ,CAAC,EAAE,GAAG,CAAC;IACP,cAAc,CAAC,EAAE,mBAAmB,EAAE,CAAC;IACvC,qBAAqB,EAAE,sBAAsB,CAAC;CAC/C;AAED,MAAM,WAAW,cAAe,SAAQ,iBAAiB;IACvD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,mBAAmB,EAAE,CAAC;CACxC;
|
|
1
|
+
{"version":3,"file":"IFpsErrorObject.d.ts","sourceRoot":"","sources":["../../../../src/types/fps-returns/common/IFpsErrorObject.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,gBAAgB,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,EAAE,EAAE,OAAO,CAAC;IACZ,CAAC,EAAE,GAAG,CAAC;IACP,cAAc,CAAC,EAAE,mBAAmB,EAAE,CAAC;IACvC,qBAAqB,EAAE,sBAAsB,CAAC;CAC/C;AAED,MAAM,WAAW,cAAe,SAAQ,iBAAiB;IACvD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,mBAAmB,EAAE,CAAC;CACxC;AAGD,MAAM,MAAM,0BAA0B,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE7H;;;GAGG;AAEH,MAAM,WAAW,sBAAsB;IACrC,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,MAAM,CAAC,EAAE,cAAc,CAAC;CACzB;AAGD,MAAM,MAAM,uCAAuC,GAAG,IAAI,CAAC,sBAAsB,EAAE,OAAO,CAAC,GAAG;IAAE,KAAK,EAAE,cAAc,CAAA;CAAE,CAAC;AAExH,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,WAAW,GAAG,UAAU,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,CAAC;AAExI,MAAM,WAAW,eAAgB,SAAQ,cAAc;IACrD,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,qBAAqB,EAAE,sBAAsB,CAAC;IAC9C,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFpsSiteReturn.d.ts","sourceRoot":"","sources":["../../../../src/types/fps-returns/sites/IFpsSiteReturn.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IFpsSiteReturn.d.ts","sourceRoot":"","sources":["../../../../src/types/fps-returns/sites/IFpsSiteReturn.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,+DAA+D,CAAC;AAEhG,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,KAAK,CAAC,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE;QACT,EAAE,EAAE,MAAM,CAAC;QACX,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,YAAY,CAAC,EAAE;QACb,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,WAAY,SAAQ,YAAY;CAEhD;AAED,MAAM,WAAW,cAAe,SAAQ,eAAe;IACrD,IAAI,EAAE,YAAY,CAAC;CACpB;AAED,MAAM,WAAW,aAAc,SAAQ,eAAe;IACpD,GAAG,EAAE,WAAW,CAAC;CAClB;AAED,MAAM,WAAW,cAAe,SAAQ,eAAe;IACrD,IAAI,EAAE,WAAW,EAAE,CAAC;CACrB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IFpsItemsReturn } from
|
|
1
|
+
import { IFpsItemsReturn } from '../../../../components/molecules/process-results/IFpsItemsReturn';
|
|
2
2
|
import { ISiteGroupInfo } from "../../../@pnp/@2.14.0/sp/site-groups";
|
|
3
3
|
/**
|
|
4
4
|
* New Return interface for APIs
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IGroupReturns.d.ts","sourceRoot":"","sources":["../../../../../src/types/fps-returns/sites/groups/IGroupReturns.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IGroupReturns.d.ts","sourceRoot":"","sources":["../../../../../src/types/fps-returns/sites/groups/IGroupReturns.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,kEAAkE,CAAC;AACnG,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAEtE;;GAEG;AACH,MAAM,WAAW,gBAAiB,SAAQ,eAAe;IACvD,MAAM,EAAE,cAAc,EAAE,CAAC;CAC1B;AAED,MAAM,WAAW,eAAgB,SAAQ,eAAe;IACtD,KAAK,EAAE,cAAc,CAAC;CACvB;AAED,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,CAAC;AAErE;;GAEG;AAEH,MAAM,WAAW,0BAA2B,SAAQ,eAAe;IACjE,MAAM,EAAE,eAAe,CAAC;IACxB,OAAO,EAAE,eAAe,CAAC;IACzB,QAAQ,EAAE,eAAe,CAAC;CAC3B;AAGD;;GAEG"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { IItemUpdateResult } from "../../../@pnp/@2.14.0/sp/items";
|
|
2
|
+
import { IFPSBaseContentType } from "../../common/IFPSBaseContentType";
|
|
2
3
|
import { ICoreResultObject } from "../../common/IFpsErrorObject";
|
|
3
4
|
export interface IFPSItemUpdateResultObj extends ICoreResultObject {
|
|
4
5
|
response?: IItemUpdateResult;
|
|
5
|
-
fpsContentType: [];
|
|
6
|
+
fpsContentType: IFPSBaseContentType[];
|
|
6
7
|
}
|
|
7
8
|
//# sourceMappingURL=IFPSItemUpdateResultObj.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFPSItemUpdateResultObj.d.ts","sourceRoot":"","sources":["../../../../../src/types/fps-returns/sites/update/IFPSItemUpdateResultObj.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,iBAAiB,EAAG,MAAM,8BAA8B,CAAC;AAElE,MAAM,WAAW,uBAAwB,SAAQ,iBAAiB;IAChE,QAAQ,CAAC,EAAE,iBAAiB,CAAC;IAC7B,cAAc,EAAE,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"IFPSItemUpdateResultObj.d.ts","sourceRoot":"","sources":["../../../../../src/types/fps-returns/sites/update/IFPSItemUpdateResultObj.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAG,MAAM,8BAA8B,CAAC;AAElE,MAAM,WAAW,uBAAwB,SAAQ,iBAAiB;IAChE,QAAQ,CAAC,EAAE,iBAAiB,CAAC;IAC7B,cAAc,EAAE,mBAAmB,EAAE,CAAC;CACvC"}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
*/
|
|
11
|
-
import { IFpsItemsReturn } from
|
|
11
|
+
import { IFpsItemsReturn } from '../../../../components/molecules/process-results/IFpsItemsReturn';
|
|
12
12
|
import { ISiteUserInfo } from "../../../@pnp/@2.14.0/sp/site-users";
|
|
13
13
|
export interface IFpsUserReturn extends IFpsItemsReturn {
|
|
14
14
|
user: ISiteUserInfo;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFpsUsersReturn.d.ts","sourceRoot":"","sources":["../../../../../src/types/fps-returns/sites/users/IFpsUsersReturn.ts"],"names":[],"mappings":"AAAA;;;;;;;;;EASE;AAEF,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IFpsUsersReturn.d.ts","sourceRoot":"","sources":["../../../../../src/types/fps-returns/sites/users/IFpsUsersReturn.ts"],"names":[],"mappings":"AAAA;;;;;;;;;EASE;AAEF,OAAO,EAAE,eAAe,EAAE,MAAM,kEAAkE,CAAC;AACnG,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAEpE,MAAM,WAAW,cAAe,SAAQ,eAAe;IACrD,IAAI,EAAE,aAAa,CAAC;CACrB;AAED,MAAM,WAAW,eAAgB,SAAQ,eAAe;IACtD,KAAK,EAAE,aAAa,EAAE,CAAC;CACxB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IFpsItemsReturn } from
|
|
1
|
+
import { IFpsItemsReturn } from '../../../../components/molecules/process-results/IFpsItemsReturn';
|
|
2
2
|
import { ISiteUserInfo } from "../../../@pnp/@2.14.0/sp/site-users";
|
|
3
3
|
/**
|
|
4
4
|
* LEGACY INTERFACE.... Use IFpsUserReturn/IFpsUsersReturn for fetch API calls
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISiteUserResults.d.ts","sourceRoot":"","sources":["../../../../../src/types/fps-returns/sites/users/ISiteUserResults.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ISiteUserResults.d.ts","sourceRoot":"","sources":["../../../../../src/types/fps-returns/sites/users/ISiteUserResults.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,kEAAkE,CAAC;AACnG,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAEpE;;GAEG;AACH,MAAM,WAAW,gBAAiB,SAAQ,eAAe;IACvD,IAAI,EAAE,aAAa,CAAC;CACrB"}
|
package/package.json
CHANGED