gd-sprest 7.2.2 → 7.2.3
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/sptypes/sptypes.d.ts +3 -0
- package/build/rest.js +1 -1
- package/build/sptypes/sptypes.js +1 -0
- package/dist/gd-sprest.d.ts +3 -0
- package/dist/gd-sprest.js +1 -1
- package/dist/gd-sprest.min.js +1 -1
- package/package.json +1 -1
|
@@ -559,6 +559,9 @@ export type IFieldType = {
|
|
|
559
559
|
/** Specifies that the field contains a GUID value. */
|
|
560
560
|
Guid: number,
|
|
561
561
|
|
|
562
|
+
/** Specifies that the field is an image. */
|
|
563
|
+
Image: number,
|
|
564
|
+
|
|
562
565
|
/** Specifies that the field contains an integer value. */
|
|
563
566
|
Integer: number,
|
|
564
567
|
|
package/build/rest.js
CHANGED
package/build/sptypes/sptypes.js
CHANGED
package/dist/gd-sprest.d.ts
CHANGED
|
@@ -4566,6 +4566,9 @@ declare module 'gd-sprest/sptypes/sptypes' {
|
|
|
4566
4566
|
/** Specifies that the field contains a GUID value. */
|
|
4567
4567
|
Guid: number,
|
|
4568
4568
|
|
|
4569
|
+
/** Specifies that the field is an image. */
|
|
4570
|
+
Image: number,
|
|
4571
|
+
|
|
4569
4572
|
/** Specifies that the field contains an integer value. */
|
|
4570
4573
|
Integer: number,
|
|
4571
4574
|
|