@c8y/client 1019.6.11 → 1019.7.15
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/bundles/client.umd.js +0 -4
- package/lib/bundles/client.umd.js.map +1 -1
- package/lib/bundles/client.umd.min.js.map +1 -1
- package/lib/cjs/src/application/IManifest.d.ts +0 -4
- package/lib/cjs/src/application/IManifest.d.ts.map +1 -1
- package/lib/cjs/src/smart-groups/SmartGroupsService.d.ts +0 -4
- package/lib/cjs/src/smart-groups/SmartGroupsService.d.ts.map +1 -1
- package/lib/cjs/src/smart-groups/SmartGroupsService.js +0 -4
- package/lib/cjs/src/smart-groups/SmartGroupsService.js.map +1 -1
- package/lib/esm2015/src/application/IManifest.d.ts +0 -4
- package/lib/esm2015/src/application/IManifest.d.ts.map +1 -1
- package/lib/esm2015/src/smart-groups/SmartGroupsService.d.ts +0 -4
- package/lib/esm2015/src/smart-groups/SmartGroupsService.d.ts.map +1 -1
- package/lib/esm2015/src/smart-groups/SmartGroupsService.js +0 -4
- package/lib/esm2015/src/smart-groups/SmartGroupsService.js.map +1 -1
- package/lib/src/application/IManifest.d.ts +0 -4
- package/lib/src/application/IManifest.d.ts.map +1 -1
- package/lib/src/smart-groups/SmartGroupsService.d.ts +0 -4
- package/lib/src/smart-groups/SmartGroupsService.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -10621,7 +10621,6 @@
|
|
|
10621
10621
|
*
|
|
10622
10622
|
* @returns Response wrapped in [[IResult]]
|
|
10623
10623
|
*
|
|
10624
|
-
* @example
|
|
10625
10624
|
* ```typescript
|
|
10626
10625
|
*
|
|
10627
10626
|
* const id: string = '1';
|
|
@@ -10687,7 +10686,6 @@
|
|
|
10687
10686
|
*
|
|
10688
10687
|
* @returns Response wrapped in [[IResult]]
|
|
10689
10688
|
*
|
|
10690
|
-
* @example
|
|
10691
10689
|
* ```typescript
|
|
10692
10690
|
*
|
|
10693
10691
|
* const smartGroup = { id: '1', name: 'newName' };
|
|
@@ -10713,7 +10711,6 @@
|
|
|
10713
10711
|
*
|
|
10714
10712
|
* @returns Response wrapped in [[IResult]]
|
|
10715
10713
|
*
|
|
10716
|
-
* @example
|
|
10717
10714
|
* ```typescript
|
|
10718
10715
|
*
|
|
10719
10716
|
* const group = { id: '1' } as IManagedObject;
|
|
@@ -10742,7 +10739,6 @@
|
|
|
10742
10739
|
*
|
|
10743
10740
|
* @returns boolean
|
|
10744
10741
|
*
|
|
10745
|
-
* @example
|
|
10746
10742
|
* ```typescript
|
|
10747
10743
|
*
|
|
10748
10744
|
* const mo: IManagedObject = {id: 1, type: "c8y_DeviceGroup", c8y_IsDeviceGroup: {}} as IManagedObject;
|