@mikezimm/fps-core-v7 1.0.39 → 1.0.40
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/restAPIs/sites/groups/getWebAssociatedGroupAPI.d.ts +1 -1
- package/lib/restAPIs/sites/groups/getWebAssociatedGroupAPI.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/groups/IGroupReturns.d.ts +1 -2
- package/lib/types/fps-returns/sites/groups/IGroupReturns.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/groups/IGroupReturns.js +5 -0
- package/lib/types/fps-returns/sites/groups/IGroupReturns.js.map +1 -1
- package/package.json +1 -1
- package/lib/types/fps-returns/sites/groups/IAssociatedGroupType.d.ts +0 -2
- package/lib/types/fps-returns/sites/groups/IAssociatedGroupType.d.ts.map +0 -1
- package/lib/types/fps-returns/sites/groups/IAssociatedGroupType.js +0 -2
- package/lib/types/fps-returns/sites/groups/IAssociatedGroupType.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ISourceProps } from '../../../components/molecules/source-props/ISourceProps';
|
|
2
|
-
import { IAssociatedGroupType } from
|
|
2
|
+
import { IAssociatedGroupType } from "../../../types/fps-returns/sites/groups/IGroupReturns";
|
|
3
3
|
import { IFpsAssociatedGroupsReturn, IFpsGroupReturn } from '../../../types/fps-returns/sites/groups/IGroupReturns';
|
|
4
4
|
export declare function getWebAllAssociatedGroupsAPI(sourceProps: ISourceProps, digestValue: string, alertMe: boolean | undefined, consoleLog: boolean | undefined): Promise<IFpsAssociatedGroupsReturn>;
|
|
5
5
|
export declare function getWebAssociatedGroupAPI(sourceProps: ISourceProps, group: IAssociatedGroupType, digestValue: string, alertMe: boolean | undefined, consoleLog: boolean | undefined): Promise<IFpsGroupReturn>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWebAssociatedGroupAPI.d.ts","sourceRoot":"","sources":["../../../../src/restAPIs/sites/groups/getWebAssociatedGroupAPI.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,YAAY,EAAuB,MAAM,yDAAyD,CAAC;AAE5G,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"getWebAssociatedGroupAPI.d.ts","sourceRoot":"","sources":["../../../../src/restAPIs/sites/groups/getWebAssociatedGroupAPI.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,YAAY,EAAuB,MAAM,yDAAyD,CAAC;AAE5G,OAAO,EAAE,oBAAoB,EAAE,MAAM,uDAAuD,CAAC;AAE7F,OAAO,EAAE,0BAA0B,EAAE,eAAe,EAAE,MAAM,uDAAuD,CAAC;AAEpH,wBAAsB,4BAA4B,CAAE,WAAW,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,SAAS,EAAE,UAAU,EAAE,OAAO,GAAG,SAAS,GAAK,OAAO,CAAC,0BAA0B,CAAC,CAuBxM;AAED,wBAAsB,wBAAwB,CAAE,WAAW,EAAE,YAAY,EAAE,KAAK,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,SAAS,EAAE,UAAU,EAAE,OAAO,GAAG,SAAS,GAAK,OAAO,CAAC,eAAe,CAAC,CAmDtN"}
|
|
@@ -9,6 +9,7 @@ export interface IFpsGroupsReturn extends IFpsItemsReturn {
|
|
|
9
9
|
export interface IFpsGroupReturn extends IFpsItemsReturn {
|
|
10
10
|
group: ISiteGroupInfo;
|
|
11
11
|
}
|
|
12
|
+
export type IAssociatedGroupType = 'Owners' | 'Members' | 'Visitors';
|
|
12
13
|
/**
|
|
13
14
|
* New Return interface for APIs IFpsAssociatedGroupsReturn Renamed from IFpsAssocGroupsReturn
|
|
14
15
|
*/
|
|
@@ -20,6 +21,4 @@ export interface IFpsAssociatedGroupsReturn extends IFpsItemsReturn {
|
|
|
20
21
|
/**
|
|
21
22
|
* Legacy Interface for pnp2 returns
|
|
22
23
|
*/
|
|
23
|
-
export interface IGroupResults extends IFpsGroupReturn {
|
|
24
|
-
}
|
|
25
24
|
//# sourceMappingURL=IGroupReturns.d.ts.map
|
|
@@ -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,oEAAoE,CAAC;AACrG,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;
|
|
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,oEAAoE,CAAC;AACrG,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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IGroupReturns.js","sourceRoot":"","sources":["../../../../../src/types/fps-returns/sites/groups/IGroupReturns.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"IGroupReturns.js","sourceRoot":"","sources":["../../../../../src/types/fps-returns/sites/groups/IGroupReturns.ts"],"names":[],"mappings":";AA4BA;;GAEG;AAEH,2DAA2D;AAC3D,IAAI"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IAssociatedGroupType.d.ts","sourceRoot":"","sources":["../../../../../src/types/fps-returns/sites/groups/IAssociatedGroupType.ts"],"names":[],"mappings":"AACA,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IAssociatedGroupType.js","sourceRoot":"","sources":["../../../../../src/types/fps-returns/sites/groups/IAssociatedGroupType.ts"],"names":[],"mappings":""}
|