@compassdigital/sdk.typescript 4.702.0 → 4.703.0
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/index.d.ts +1 -15
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -18
- package/lib/index.js.map +1 -1
- package/lib/interface/datalake.d.ts +0 -24
- package/lib/interface/datalake.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +0 -44
- package/src/interface/datalake.ts +0 -36
package/lib/index.js
CHANGED
|
@@ -1417,24 +1417,6 @@ class ServiceClient extends base_1.BaseServiceClient {
|
|
|
1417
1417
|
post_datalake_sql(body, options) {
|
|
1418
1418
|
return this.request('datalake', '/datalake/sql', 'POST', `/datalake/sql`, body, options);
|
|
1419
1419
|
}
|
|
1420
|
-
/**
|
|
1421
|
-
* POST /datalake/jde/mappings - Get JDE unit category mappings
|
|
1422
|
-
*
|
|
1423
|
-
* @param body
|
|
1424
|
-
* @param options - additional request options
|
|
1425
|
-
*/
|
|
1426
|
-
post_datalake_jde_mappings(body, options) {
|
|
1427
|
-
return this.request('datalake', '/datalake/jde/mappings', 'POST', `/datalake/jde/mappings`, body, options);
|
|
1428
|
-
}
|
|
1429
|
-
/**
|
|
1430
|
-
* POST /datalake/jde/batch - Record a batch in JDE
|
|
1431
|
-
*
|
|
1432
|
-
* @param body
|
|
1433
|
-
* @param options - additional request options
|
|
1434
|
-
*/
|
|
1435
|
-
post_datalake_jde_batch(body, options) {
|
|
1436
|
-
return this.request('datalake', '/datalake/jde/batch', 'POST', `/datalake/jde/batch`, body, options);
|
|
1437
|
-
}
|
|
1438
1420
|
/**
|
|
1439
1421
|
* GET /swagger.json
|
|
1440
1422
|
*
|