gd-sprest 9.7.2 → 9.7.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/utils/base.d.ts +0 -3
- package/build/rest.js +1 -1
- package/dist/gd-sprest.d.ts +0 -3
- package/dist/gd-sprest.js +1 -1
- package/dist/gd-sprest.min.js +1 -1
- package/package.json +2 -2
package/@types/utils/base.d.ts
CHANGED
|
@@ -76,9 +76,6 @@ export interface IBase<Type = any, Result = Type, QueryResult = Result> extends
|
|
|
76
76
|
/** Gets the property. */
|
|
77
77
|
getProperty(propertyName: string, requestType?: string);
|
|
78
78
|
|
|
79
|
-
/** Stops any requests for a batch or query. */
|
|
80
|
-
stop();
|
|
81
|
-
|
|
82
79
|
/** Updates the metdata uri. */
|
|
83
80
|
updateMetadataUri(metadata, targetInfo: ITargetInfoProps);
|
|
84
81
|
|
package/build/rest.js
CHANGED
package/dist/gd-sprest.d.ts
CHANGED
|
@@ -7457,9 +7457,6 @@ declare module 'gd-sprest/utils/base' {
|
|
|
7457
7457
|
/** Gets the property. */
|
|
7458
7458
|
getProperty(propertyName: string, requestType?: string);
|
|
7459
7459
|
|
|
7460
|
-
/** Stops any requests for a batch or query. */
|
|
7461
|
-
stop();
|
|
7462
|
-
|
|
7463
7460
|
/** Updates the metdata uri. */
|
|
7464
7461
|
updateMetadataUri(metadata, targetInfo: ITargetInfoProps);
|
|
7465
7462
|
|