gd-sprest 8.0.7 → 8.0.8
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/@types/helper/spCfg.d.ts +1 -1
- package/build/helper/spCfg.js +1 -1
- package/build/rest.js +1 -1
- package/dist/gd-sprest.d.ts +1 -1
- package/dist/gd-sprest.js +1 -1
- package/dist/gd-sprest.min.js +1 -1
- package/package.json +1 -1
package/@types/helper/spCfg.d.ts
CHANGED
|
@@ -520,7 +520,7 @@ export interface ISPConfigProps {
|
|
|
520
520
|
ListCfg?: Array<ISPCfgListInfo>;
|
|
521
521
|
|
|
522
522
|
/** Event for the logging of the configuration. */
|
|
523
|
-
onLogMessage?: (msg: string) => void;
|
|
523
|
+
onLogMessage?: (msg: string, isError?: boolean) => void;
|
|
524
524
|
|
|
525
525
|
/** The web part configuration. */
|
|
526
526
|
WebPartCfg?: Array<ISPCfgWebPartInfo>;
|
package/build/helper/spCfg.js
CHANGED
package/build/rest.js
CHANGED
package/dist/gd-sprest.d.ts
CHANGED
|
@@ -3997,7 +3997,7 @@ declare module 'gd-sprest/helper/spCfg' {
|
|
|
3997
3997
|
ListCfg?: Array<ISPCfgListInfo>;
|
|
3998
3998
|
|
|
3999
3999
|
/** Event for the logging of the configuration. */
|
|
4000
|
-
onLogMessage?: (msg: string) => void;
|
|
4000
|
+
onLogMessage?: (msg: string, isError?: boolean) => void;
|
|
4001
4001
|
|
|
4002
4002
|
/** The web part configuration. */
|
|
4003
4003
|
WebPartCfg?: Array<ISPCfgWebPartInfo>;
|