@microsoft/power-apps 1.1.1 → 1.1.9
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/dist/data/powerAppsData.d.ts +1 -2
- package/dist/data/powerAppsData.d.ts.map +1 -1
- package/dist/internal/data/ConnectionUtils.d.ts +1 -0
- package/dist/internal/data/ConnectionUtils.d.ts.map +1 -1
- package/dist/internal/data/ConnectionUtils.js +1 -0
- package/dist/internal/data/ConnectionUtils.js.map +1 -1
- package/dist/internal/data/OperationExecutor.d.ts +1 -0
- package/dist/internal/data/OperationExecutor.d.ts.map +1 -1
- package/dist/internal/data/OperationExecutor.js +1 -0
- package/dist/internal/data/OperationExecutor.js.map +1 -1
- package/dist/internal/data/core/api/createRecord.d.ts +1 -0
- package/dist/internal/data/core/api/createRecord.d.ts.map +1 -1
- package/dist/internal/data/core/api/createRecord.js +1 -0
- package/dist/internal/data/core/api/createRecord.js.map +1 -1
- package/dist/internal/data/core/api/deleteFileOrImageFromRecord.d.ts +1 -0
- package/dist/internal/data/core/api/deleteFileOrImageFromRecord.d.ts.map +1 -1
- package/dist/internal/data/core/api/deleteFileOrImageFromRecord.js +1 -0
- package/dist/internal/data/core/api/deleteFileOrImageFromRecord.js.map +1 -1
- package/dist/internal/data/core/api/deleteRecord.d.ts +1 -0
- package/dist/internal/data/core/api/deleteRecord.d.ts.map +1 -1
- package/dist/internal/data/core/api/deleteRecord.js +1 -0
- package/dist/internal/data/core/api/deleteRecord.js.map +1 -1
- package/dist/internal/data/core/api/downloadFileFromRecord.d.ts +1 -0
- package/dist/internal/data/core/api/downloadFileFromRecord.d.ts.map +1 -1
- package/dist/internal/data/core/api/downloadFileFromRecord.js +1 -0
- package/dist/internal/data/core/api/downloadFileFromRecord.js.map +1 -1
- package/dist/internal/data/core/api/downloadImageFromRecord.d.ts +1 -0
- package/dist/internal/data/core/api/downloadImageFromRecord.d.ts.map +1 -1
- package/dist/internal/data/core/api/downloadImageFromRecord.js +1 -0
- package/dist/internal/data/core/api/downloadImageFromRecord.js.map +1 -1
- package/dist/internal/data/core/api/execute.d.ts +1 -0
- package/dist/internal/data/core/api/execute.d.ts.map +1 -1
- package/dist/internal/data/core/api/execute.js +1 -0
- package/dist/internal/data/core/api/execute.js.map +1 -1
- package/dist/internal/data/core/api/retrieveMultipleRecords.d.ts +1 -0
- package/dist/internal/data/core/api/retrieveMultipleRecords.d.ts.map +1 -1
- package/dist/internal/data/core/api/retrieveMultipleRecords.js +1 -0
- package/dist/internal/data/core/api/retrieveMultipleRecords.js.map +1 -1
- package/dist/internal/data/core/api/retrieveRecord.d.ts +1 -0
- package/dist/internal/data/core/api/retrieveRecord.d.ts.map +1 -1
- package/dist/internal/data/core/api/retrieveRecord.js +1 -0
- package/dist/internal/data/core/api/retrieveRecord.js.map +1 -1
- package/dist/internal/data/core/api/updateRecord.d.ts +1 -0
- package/dist/internal/data/core/api/updateRecord.d.ts.map +1 -1
- package/dist/internal/data/core/api/updateRecord.js +1 -0
- package/dist/internal/data/core/api/updateRecord.js.map +1 -1
- package/dist/internal/data/core/api/uploadRecord.d.ts +1 -0
- package/dist/internal/data/core/api/uploadRecord.d.ts.map +1 -1
- package/dist/internal/data/core/api/uploadRecord.js +1 -0
- package/dist/internal/data/core/api/uploadRecord.js.map +1 -1
- package/dist/internal/data/core/common/types.d.ts +26 -0
- package/dist/internal/data/core/common/types.d.ts.map +1 -1
- package/dist/internal/data/core/common/types.js +2 -0
- package/dist/internal/data/core/common/types.js.map +1 -1
- package/dist/internal/data/core/common/utils.d.ts +2 -0
- package/dist/internal/data/core/common/utils.d.ts.map +1 -1
- package/dist/internal/data/core/common/utils.js +4 -0
- package/dist/internal/data/core/common/utils.js.map +1 -1
- package/dist/internal/data/core/data/defaultOperationOrchestrator.d.ts +1 -0
- package/dist/internal/data/core/data/defaultOperationOrchestrator.d.ts.map +1 -1
- package/dist/internal/data/core/data/defaultOperationOrchestrator.js +1 -0
- package/dist/internal/data/core/data/defaultOperationOrchestrator.js.map +1 -1
- package/dist/internal/data/core/data/executors/connectorDataOperationExecutor.d.ts +3 -0
- package/dist/internal/data/core/data/executors/connectorDataOperationExecutor.d.ts.map +1 -1
- package/dist/internal/data/core/data/executors/connectorDataOperationExecutor.js +6 -0
- package/dist/internal/data/core/data/executors/connectorDataOperationExecutor.js.map +1 -1
- package/dist/internal/data/core/data/executors/dataverseDataOperationExecutor.d.ts +6 -0
- package/dist/internal/data/core/data/executors/dataverseDataOperationExecutor.d.ts.map +1 -1
- package/dist/internal/data/core/data/executors/dataverseDataOperationExecutor.js +6 -1
- package/dist/internal/data/core/data/executors/dataverseDataOperationExecutor.js.map +1 -1
- package/dist/internal/data/core/data/executors/shared/stringQueryOptions.d.ts +1 -0
- package/dist/internal/data/core/data/executors/shared/stringQueryOptions.d.ts.map +1 -1
- package/dist/internal/data/core/data/executors/shared/stringQueryOptions.js +1 -0
- package/dist/internal/data/core/data/executors/shared/stringQueryOptions.js.map +1 -1
- package/dist/internal/data/core/error/codes.d.ts +1 -0
- package/dist/internal/data/core/error/codes.d.ts.map +1 -1
- package/dist/internal/data/core/error/codes.js +1 -0
- package/dist/internal/data/core/error/codes.js.map +1 -1
- package/dist/internal/data/core/error/constants.d.ts +3 -0
- package/dist/internal/data/core/error/constants.d.ts.map +1 -1
- package/dist/internal/data/core/error/constants.js +3 -0
- package/dist/internal/data/core/error/constants.js.map +1 -1
- package/dist/internal/data/core/error/messages.d.ts +3 -0
- package/dist/internal/data/core/error/messages.d.ts.map +1 -1
- package/dist/internal/data/core/error/messages.js +3 -0
- package/dist/internal/data/core/error/messages.js.map +1 -1
- package/dist/internal/data/core/error/types.d.ts +3 -0
- package/dist/internal/data/core/error/types.d.ts.map +1 -1
- package/dist/internal/data/core/error/types.js +1 -0
- package/dist/internal/data/core/error/types.js.map +1 -1
- package/dist/internal/data/core/error/util.d.ts +3 -0
- package/dist/internal/data/core/error/util.d.ts.map +1 -1
- package/dist/internal/data/core/error/util.js +3 -0
- package/dist/internal/data/core/error/util.js.map +1 -1
- package/dist/internal/data/core/metadata/runtimeDataSourceService.d.ts +2 -0
- package/dist/internal/data/core/metadata/runtimeDataSourceService.d.ts.map +1 -1
- package/dist/internal/data/core/metadata/runtimeDataSourceService.js +2 -0
- package/dist/internal/data/core/metadata/runtimeDataSourceService.js.map +1 -1
- package/dist/internal/data/core/metadata/runtimeMetadataOperations.d.ts +2 -2
- package/dist/internal/data/core/metadata/runtimeMetadataOperations.d.ts.map +1 -1
- package/dist/internal/data/core/metadata/runtimeMetadataOperations.js +1 -0
- package/dist/internal/data/core/metadata/runtimeMetadataOperations.js.map +1 -1
- package/dist/internal/data/core/runtime/getRuntimeContext.d.ts +1 -0
- package/dist/internal/data/core/runtime/getRuntimeContext.d.ts.map +1 -1
- package/dist/internal/data/core/runtime/getRuntimeContext.js +2 -0
- package/dist/internal/data/core/runtime/getRuntimeContext.js.map +1 -1
- package/dist/internal/data/core/runtime/powerDataRuntime.d.ts +3 -2
- package/dist/internal/data/core/runtime/powerDataRuntime.d.ts.map +1 -1
- package/dist/internal/data/core/runtime/powerDataRuntime.js +1 -0
- package/dist/internal/data/core/runtime/powerDataRuntime.js.map +1 -1
- package/dist/internal/data/core/runtime/powerDataRuntimeInstance.d.ts +2 -0
- package/dist/internal/data/core/runtime/powerDataRuntimeInstance.d.ts.map +1 -1
- package/dist/internal/data/core/runtime/powerDataRuntimeInstance.js +2 -0
- package/dist/internal/data/core/runtime/powerDataRuntimeInstance.js.map +1 -1
- package/dist/internal/data/core/runtime/powerDataSourcesInfoProvider.d.ts +1 -0
- package/dist/internal/data/core/runtime/powerDataSourcesInfoProvider.d.ts.map +1 -1
- package/dist/internal/data/core/runtime/powerDataSourcesInfoProvider.js +1 -0
- package/dist/internal/data/core/runtime/powerDataSourcesInfoProvider.js.map +1 -1
- package/dist/internal/data/core/runtimeClient/runtimeClientProvider.d.ts +1 -0
- package/dist/internal/data/core/runtimeClient/runtimeClientProvider.d.ts.map +1 -1
- package/dist/internal/data/core/runtimeClient/runtimeClientProvider.js +1 -0
- package/dist/internal/data/core/runtimeClient/runtimeClientProvider.js.map +1 -1
- package/dist/internal/data/core/runtimeClient/runtimeDataClient.d.ts +1 -0
- package/dist/internal/data/core/runtimeClient/runtimeDataClient.d.ts.map +1 -1
- package/dist/internal/data/core/runtimeClient/runtimeDataClient.js +3 -4
- package/dist/internal/data/core/runtimeClient/runtimeDataClient.js.map +1 -1
- package/dist/internal/data/core/runtimeClient/runtimeMetadataClient.d.ts +1 -0
- package/dist/internal/data/core/runtimeClient/runtimeMetadataClient.d.ts.map +1 -1
- package/dist/internal/data/core/runtimeClient/runtimeMetadataClient.js +1 -0
- package/dist/internal/data/core/runtimeClient/runtimeMetadataClient.js.map +1 -1
- package/dist/internal/data/core/telemetry/log.d.ts +1 -0
- package/dist/internal/data/core/telemetry/log.d.ts.map +1 -1
- package/dist/internal/data/core/telemetry/log.js +1 -0
- package/dist/internal/data/core/telemetry/log.js.map +1 -1
- package/dist/internal/data/core/types/dataverseMetadata.d.ts +1 -0
- package/dist/internal/data/core/types/dataverseMetadata.d.ts.map +1 -1
- package/dist/internal/data/core/types/index.d.ts +8 -0
- package/dist/internal/data/core/types/index.d.ts.map +1 -1
- package/dist/internal/data/core/types/index.js +1 -0
- package/dist/internal/data/core/types/index.js.map +1 -1
- package/dist/internal/plugins/DefaultPowerAppsBridge.d.ts +1 -0
- package/dist/internal/plugins/DefaultPowerAppsBridge.d.ts.map +1 -1
- package/dist/internal/plugins/DefaultPowerAppsBridge.js +1 -0
- package/dist/internal/plugins/DefaultPowerAppsBridge.js.map +1 -1
- package/dist/internal/plugins/PluginBridge.d.ts +2 -0
- package/dist/internal/plugins/PluginBridge.d.ts.map +1 -1
- package/dist/internal/plugins/PluginBridge.js +1 -0
- package/dist/internal/plugins/PluginBridge.js.map +1 -1
- package/dist/internal/plugins/SendMessage/CompatibleMessageReceiver.d.ts +1 -0
- package/dist/internal/plugins/SendMessage/CompatibleMessageReceiver.d.ts.map +1 -1
- package/dist/internal/plugins/SendMessage/CompatibleMessageReceiver.js +1 -0
- package/dist/internal/plugins/SendMessage/CompatibleMessageReceiver.js.map +1 -1
- package/dist/internal/plugins/SendMessage/IncompatibleMessageReceiver.d.ts +1 -0
- package/dist/internal/plugins/SendMessage/IncompatibleMessageReceiver.d.ts.map +1 -1
- package/dist/internal/plugins/SendMessage/IncompatibleMessageReceiver.js +1 -0
- package/dist/internal/plugins/SendMessage/IncompatibleMessageReceiver.js.map +1 -1
- package/dist/internal/plugins/SendMessage/MessageReceiver.Types.d.ts +4 -0
- package/dist/internal/plugins/SendMessage/MessageReceiver.Types.d.ts.map +1 -1
- package/dist/internal/plugins/SendMessage/SendMessage.d.ts +1 -0
- package/dist/internal/plugins/SendMessage/SendMessage.d.ts.map +1 -1
- package/dist/internal/plugins/SendMessage/SendMessage.js +1 -0
- package/dist/internal/plugins/SendMessage/SendMessage.js.map +1 -1
- package/dist/internal/plugins/SendMessage/SendMessageOperation.d.ts +1 -0
- package/dist/internal/plugins/SendMessage/SendMessageOperation.d.ts.map +1 -1
- package/dist/internal/plugins/SendMessage/SendMessageOperation.js +1 -0
- package/dist/internal/plugins/SendMessage/SendMessageOperation.js.map +1 -1
- package/package.json +4 -4
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Copyright (C) Microsoft Corporation. All rights reserved.
|
|
3
3
|
*/
|
|
4
|
-
import type { IDataOperationExecutor } from '../internal/data/core/types';
|
|
5
|
-
import type { DataSourcesInfo } from '../internal/data/core/types';
|
|
4
|
+
import type { DataSourcesInfo, IDataOperationExecutor } from '../internal/data/core/types';
|
|
6
5
|
import type { DataClient } from './Data.types';
|
|
7
6
|
export declare function getDataOperationExecutor(): IDataOperationExecutor | undefined;
|
|
8
7
|
export declare function setDataOperationExecutor(dataOperationExecutorOverride: IDataOperationExecutor): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"powerAppsData.d.ts","sourceRoot":"","sources":["../../src/data/powerAppsData.ts"],"names":[],"mappings":"AAAA;;GAEG;AAYH,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"powerAppsData.d.ts","sourceRoot":"","sources":["../../src/data/powerAppsData.ts"],"names":[],"mappings":"AAAA;;GAEG;AAYH,OAAO,KAAK,EACV,eAAe,EAEf,sBAAsB,EAGvB,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI/C,wBAAgB,wBAAwB,IAAI,sBAAsB,GAAG,SAAS,CAE7E;AAED,wBAAgB,wBAAwB,CACtC,6BAA6B,EAAE,sBAAsB,GACpD,IAAI,CAEN;AAED,wBAAgB,SAAS,CAAC,eAAe,EAAE,eAAe,GAAG,UAAU,CAoEtE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConnectionUtils.d.ts","sourceRoot":"","sources":["../../../src/internal/data/ConnectionUtils.ts"],"names":[],"mappings":"AAAA;;GAEG;AAOH,wBAAsB,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC,CAQrD"}
|
|
1
|
+
{"version":3,"file":"ConnectionUtils.d.ts","sourceRoot":"","sources":["../../../src/internal/data/ConnectionUtils.ts"],"names":[],"mappings":"AAAA;;GAEG;AAOH,eAAe;AACf,wBAAsB,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC,CAQrD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConnectionUtils.js","sourceRoot":"","sources":["../../../src/internal/data/ConnectionUtils.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAEhD,IAAI,iBAAiB,GAAG,KAAK,CAAC;AAE9B,MAAM,CAAC,KAAK,UAAU,eAAe;IACnC,IAAI,iBAAiB,EAAE,CAAC;QACtB,OAAO;IACT,CAAC;IAED,iBAAiB,GAAG,IAAI,CAAC;IACzB,MAAM,gCAAgC,EAAE,CAAC;IACzC,MAAM,gCAAgC,EAAE,CAAC;AAC3C,CAAC;AAED,KAAK,UAAU,gCAAgC;IAC7C,OAAO,kBAAkB,CAAC,0BAA0B,EAAE,kCAAkC,EAAE,EAAE,CAAC,CAAC;AAChG,CAAC;AAED,KAAK,UAAU,gCAAgC;IAC7C,OAAO,kBAAkB,CAAC,0BAA0B,EAAE,kCAAkC,EAAE,EAAE,CAAC,CAAC;AAChG,CAAC"}
|
|
1
|
+
{"version":3,"file":"ConnectionUtils.js","sourceRoot":"","sources":["../../../src/internal/data/ConnectionUtils.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAEhD,IAAI,iBAAiB,GAAG,KAAK,CAAC;AAE9B,eAAe;AACf,MAAM,CAAC,KAAK,UAAU,eAAe;IACnC,IAAI,iBAAiB,EAAE,CAAC;QACtB,OAAO;IACT,CAAC;IAED,iBAAiB,GAAG,IAAI,CAAC;IACzB,MAAM,gCAAgC,EAAE,CAAC;IACzC,MAAM,gCAAgC,EAAE,CAAC;AAC3C,CAAC;AAED,KAAK,UAAU,gCAAgC;IAC7C,OAAO,kBAAkB,CAAC,0BAA0B,EAAE,kCAAkC,EAAE,EAAE,CAAC,CAAC;AAChG,CAAC;AAED,KAAK,UAAU,gCAAgC;IAC7C,OAAO,kBAAkB,CAAC,0BAA0B,EAAE,kCAAkC,EAAE,EAAE,CAAC,CAAC;AAChG,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OperationExecutor.d.ts","sourceRoot":"","sources":["../../../src/internal/data/OperationExecutor.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAIrD
|
|
1
|
+
{"version":3,"file":"OperationExecutor.d.ts","sourceRoot":"","sources":["../../../src/internal/data/OperationExecutor.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAIrD;;;GAGG;AACH,qBAAa,iBAAiB;IAC5B;;;;;;OAMG;IACU,OAAO,CAAC,CAAC,GAAG,MAAM,EAC7B,aAAa,EAAE,MAAM,EACrB,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,OAAO,EAAE,GAChB,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC;CAahC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OperationExecutor.js","sourceRoot":"","sources":["../../../src/internal/data/OperationExecutor.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,IAAI,sBAAiD,CAAC;AAEtD
|
|
1
|
+
{"version":3,"file":"OperationExecutor.js","sourceRoot":"","sources":["../../../src/internal/data/OperationExecutor.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,IAAI,sBAAiD,CAAC;AAEtD;;;GAGG;AACH,MAAM,OAAO,iBAAiB;IAC5B;;;;;;OAMG;IACI,KAAK,CAAC,OAAO,CAClB,aAAqB,EACrB,MAAc,EACd,MAAiB;QAEjB,IAAI,CAAC,sBAAsB,EAAE,CAAC;YAC5B,sBAAsB,GAAG,eAAe,EAAE,CAAC;QAC7C,CAAC;QAED,MAAM,sBAAsB,CAAC;QAE7B,MAAM,MAAM,GAAG,MAAM,kBAAkB,CAAI,aAAa,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;QAC1E,OAAO;YACL,OAAO,EAAE,IAAI;YACb,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;CACF"}
|
|
@@ -8,6 +8,7 @@ import type { DataSourcesInfo, IOperationResult } from '../types';
|
|
|
8
8
|
* @param tableName - The name of the table to create the record in.
|
|
9
9
|
* @param record - The record to create.
|
|
10
10
|
* @returns A promise that resolves to the created record.
|
|
11
|
+
* @private
|
|
11
12
|
*/
|
|
12
13
|
export declare function createRecordAsync<TInput, TResult>(dataSourcesInfo: DataSourcesInfo, tableName: string, record: TInput): Promise<IOperationResult<TResult>>;
|
|
13
14
|
//# sourceMappingURL=createRecord.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/createRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElE
|
|
1
|
+
{"version":3,"file":"createRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/createRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElE;;;;;;;GAOG;AACH,wBAAsB,iBAAiB,CAAC,MAAM,EAAE,OAAO,EACrD,eAAe,EAAE,eAAe,EAChC,SAAS,EAAE,MAAM,EACjB,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,CAIpC"}
|
|
@@ -8,6 +8,7 @@ import { getPowerSdkInstance } from '../runtime/getRuntimeContext';
|
|
|
8
8
|
* @param tableName - The name of the table to create the record in.
|
|
9
9
|
* @param record - The record to create.
|
|
10
10
|
* @returns A promise that resolves to the created record.
|
|
11
|
+
* @private
|
|
11
12
|
*/
|
|
12
13
|
export async function createRecordAsync(dataSourcesInfo, tableName, record) {
|
|
13
14
|
return await (await getPowerSdkInstance(dataSourcesInfo)).Data.createRecordAsync(tableName, record);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/createRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE
|
|
1
|
+
{"version":3,"file":"createRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/createRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE;;;;;;;GAOG;AACH,MAAM,CAAC,KAAK,UAAU,iBAAiB,CACrC,eAAgC,EAChC,SAAiB,EACjB,MAAc;IAEd,OAAO,MAAM,CACX,MAAM,mBAAmB,CAAC,eAAe,CAAC,CAC3C,CAAC,IAAI,CAAC,iBAAiB,CAAkB,SAAS,EAAE,MAAM,CAAC,CAAC;AAC/D,CAAC"}
|
|
@@ -11,6 +11,7 @@ import type { DataSourcesInfo, IOperationResult } from '../types';
|
|
|
11
11
|
* @param recordId - The identifier of the record.
|
|
12
12
|
* @param columnName - The name of the file or image column whose data should be deleted.
|
|
13
13
|
* @returns - A promise that resolves to an operation result.
|
|
14
|
+
* @private
|
|
14
15
|
*/
|
|
15
16
|
export declare function deleteFileOrImageFromRecord(dataSourcesInfo: DataSourcesInfo, tableName: string, recordId: string, columnName: string): Promise<IOperationResult<void>>;
|
|
16
17
|
//# sourceMappingURL=deleteFileOrImageFromRecord.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteFileOrImageFromRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/deleteFileOrImageFromRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElE
|
|
1
|
+
{"version":3,"file":"deleteFileOrImageFromRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/deleteFileOrImageFromRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElE;;;;;;;;;;GAUG;AACH,wBAAsB,2BAA2B,CAC/C,eAAe,EAAE,eAAe,EAChC,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,MAAM,GACjB,OAAO,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,CAIjC"}
|
|
@@ -11,6 +11,7 @@ import { getPowerSdkInstance } from '../runtime/getRuntimeContext';
|
|
|
11
11
|
* @param recordId - The identifier of the record.
|
|
12
12
|
* @param columnName - The name of the file or image column whose data should be deleted.
|
|
13
13
|
* @returns - A promise that resolves to an operation result.
|
|
14
|
+
* @private
|
|
14
15
|
*/
|
|
15
16
|
export async function deleteFileOrImageFromRecord(dataSourcesInfo, tableName, recordId, columnName) {
|
|
16
17
|
return await (await getPowerSdkInstance(dataSourcesInfo)).Data.deleteFileOrImageFromRecord(tableName, recordId, columnName);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteFileOrImageFromRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/deleteFileOrImageFromRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE
|
|
1
|
+
{"version":3,"file":"deleteFileOrImageFromRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/deleteFileOrImageFromRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE;;;;;;;;;;GAUG;AACH,MAAM,CAAC,KAAK,UAAU,2BAA2B,CAC/C,eAAgC,EAChC,SAAiB,EACjB,QAAgB,EAChB,UAAkB;IAElB,OAAO,MAAM,CACX,MAAM,mBAAmB,CAAC,eAAe,CAAC,CAC3C,CAAC,IAAI,CAAC,2BAA2B,CAAC,SAAS,EAAE,QAAQ,EAAE,UAAU,CAAC,CAAC;AACtE,CAAC"}
|
|
@@ -8,6 +8,7 @@ import type { DataSourcesInfo, IOperationResult } from '../types';
|
|
|
8
8
|
* @param tableName - The name of the table to delete the record from.
|
|
9
9
|
* @param recordId - The ID of the record to delete.
|
|
10
10
|
* @returns A promise that resolves to the result of the delete operation.
|
|
11
|
+
* @private
|
|
11
12
|
*/
|
|
12
13
|
export declare function deleteRecordAsync(dataSourcesInfo: DataSourcesInfo, tableName: string, recordId: string): Promise<IOperationResult<void>>;
|
|
13
14
|
//# sourceMappingURL=deleteRecord.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/deleteRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElE
|
|
1
|
+
{"version":3,"file":"deleteRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/deleteRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElE;;;;;;;GAOG;AACH,wBAAsB,iBAAiB,CACrC,eAAe,EAAE,eAAe,EAChC,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM,GACf,OAAO,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,CAIjC"}
|
|
@@ -8,6 +8,7 @@ import { getPowerSdkInstance } from '../runtime/getRuntimeContext';
|
|
|
8
8
|
* @param tableName - The name of the table to delete the record from.
|
|
9
9
|
* @param recordId - The ID of the record to delete.
|
|
10
10
|
* @returns A promise that resolves to the result of the delete operation.
|
|
11
|
+
* @private
|
|
11
12
|
*/
|
|
12
13
|
export async function deleteRecordAsync(dataSourcesInfo, tableName, recordId) {
|
|
13
14
|
return await (await getPowerSdkInstance(dataSourcesInfo)).Data.deleteRecordAsync(tableName, recordId);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/deleteRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE
|
|
1
|
+
{"version":3,"file":"deleteRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/deleteRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE;;;;;;;GAOG;AACH,MAAM,CAAC,KAAK,UAAU,iBAAiB,CACrC,eAAgC,EAChC,SAAiB,EACjB,QAAgB;IAEhB,OAAO,MAAM,CACX,MAAM,mBAAmB,CAAC,eAAe,CAAC,CAC3C,CAAC,IAAI,CAAC,iBAAiB,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;AAChD,CAAC"}
|
|
@@ -14,6 +14,7 @@ import type { DataSourcesInfo, IOperationResult } from '../types';
|
|
|
14
14
|
* @param recordId - The ID of the record to download from.
|
|
15
15
|
* @param columnName - The name of the file column to download from.
|
|
16
16
|
* @returns - A promise that resolves to an operation result with the file contents as binary.
|
|
17
|
+
* @private
|
|
17
18
|
*/
|
|
18
19
|
export declare function downloadFileFromRecord(dataSourcesInfo: DataSourcesInfo, tableName: string, recordId: string, columnName: string): Promise<IOperationResult<Uint8Array>>;
|
|
19
20
|
//# sourceMappingURL=downloadFileFromRecord.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"downloadFileFromRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/downloadFileFromRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElE
|
|
1
|
+
{"version":3,"file":"downloadFileFromRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/downloadFileFromRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElE;;;;;;;;;;;;;GAaG;AACH,wBAAsB,sBAAsB,CAC1C,eAAe,EAAE,eAAe,EAChC,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,MAAM,GACjB,OAAO,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC,CAIvC"}
|
|
@@ -14,6 +14,7 @@ import { getPowerSdkInstance } from '../runtime/getRuntimeContext';
|
|
|
14
14
|
* @param recordId - The ID of the record to download from.
|
|
15
15
|
* @param columnName - The name of the file column to download from.
|
|
16
16
|
* @returns - A promise that resolves to an operation result with the file contents as binary.
|
|
17
|
+
* @private
|
|
17
18
|
*/
|
|
18
19
|
export async function downloadFileFromRecord(dataSourcesInfo, tableName, recordId, columnName) {
|
|
19
20
|
return await (await getPowerSdkInstance(dataSourcesInfo)).Data.downloadFileFromRecord(tableName, recordId, columnName);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"downloadFileFromRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/downloadFileFromRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE
|
|
1
|
+
{"version":3,"file":"downloadFileFromRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/downloadFileFromRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,KAAK,UAAU,sBAAsB,CAC1C,eAAgC,EAChC,SAAiB,EACjB,QAAgB,EAChB,UAAkB;IAElB,OAAO,MAAM,CACX,MAAM,mBAAmB,CAAC,eAAe,CAAC,CAC3C,CAAC,IAAI,CAAC,sBAAsB,CAAC,SAAS,EAAE,QAAQ,EAAE,UAAU,CAAC,CAAC;AACjE,CAAC"}
|
|
@@ -15,6 +15,7 @@ import type { DataSourcesInfo, IOperationResult } from '../types';
|
|
|
15
15
|
* @param columnName - The name of the image column.
|
|
16
16
|
* @param fullSize - When true, requests the full-size image (`?size=full`). Defaults to false (thumbnail/smaller size image).
|
|
17
17
|
* @returns - A promise that resolves to an operation result with the image contents as binary.
|
|
18
|
+
* @private
|
|
18
19
|
*/
|
|
19
20
|
export declare function downloadImageFromRecord(dataSourcesInfo: DataSourcesInfo, tableName: string, recordId: string, columnName: string, fullSize?: boolean): Promise<IOperationResult<Uint8Array>>;
|
|
20
21
|
//# sourceMappingURL=downloadImageFromRecord.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"downloadImageFromRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/downloadImageFromRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElE
|
|
1
|
+
{"version":3,"file":"downloadImageFromRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/downloadImageFromRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElE;;;;;;;;;;;;;;GAcG;AACH,wBAAsB,uBAAuB,CAC3C,eAAe,EAAE,eAAe,EAChC,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,MAAM,EAClB,QAAQ,CAAC,EAAE,OAAO,GACjB,OAAO,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC,CAIvC"}
|
|
@@ -15,6 +15,7 @@ import { getPowerSdkInstance } from '../runtime/getRuntimeContext';
|
|
|
15
15
|
* @param columnName - The name of the image column.
|
|
16
16
|
* @param fullSize - When true, requests the full-size image (`?size=full`). Defaults to false (thumbnail/smaller size image).
|
|
17
17
|
* @returns - A promise that resolves to an operation result with the image contents as binary.
|
|
18
|
+
* @private
|
|
18
19
|
*/
|
|
19
20
|
export async function downloadImageFromRecord(dataSourcesInfo, tableName, recordId, columnName, fullSize) {
|
|
20
21
|
return await (await getPowerSdkInstance(dataSourcesInfo)).Data.downloadImageFromRecord(tableName, recordId, columnName, fullSize);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"downloadImageFromRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/downloadImageFromRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE
|
|
1
|
+
{"version":3,"file":"downloadImageFromRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/downloadImageFromRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,KAAK,UAAU,uBAAuB,CAC3C,eAAgC,EAChC,SAAiB,EACjB,QAAgB,EAChB,UAAkB,EAClB,QAAkB;IAElB,OAAO,MAAM,CACX,MAAM,mBAAmB,CAAC,eAAe,CAAC,CAC3C,CAAC,IAAI,CAAC,uBAAuB,CAAC,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,CAAC,CAAC;AAC5E,CAAC"}
|
|
@@ -6,6 +6,7 @@ import type { DataSourcesInfo, IDataOperation, IOperationResult } from '../types
|
|
|
6
6
|
* Executes a data operation.
|
|
7
7
|
* @param operation - The data operation to execute.
|
|
8
8
|
* @returns - A promise that resolves to the result of the operation.
|
|
9
|
+
* @private
|
|
9
10
|
*/
|
|
10
11
|
export declare function executeAsync<TRequest, TResult>(dataSourcesInfo: DataSourcesInfo, operation: IDataOperation<TRequest>): Promise<IOperationResult<TResult>>;
|
|
11
12
|
//# sourceMappingURL=execute.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execute.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/execute.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElF
|
|
1
|
+
{"version":3,"file":"execute.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/execute.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElF;;;;;GAKG;AACH,wBAAsB,YAAY,CAAC,QAAQ,EAAE,OAAO,EAClD,eAAe,EAAE,eAAe,EAChC,SAAS,EAAE,cAAc,CAAC,QAAQ,CAAC,GAClC,OAAO,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,CAIpC"}
|
|
@@ -6,6 +6,7 @@ import { getPowerSdkInstance } from '../runtime/getRuntimeContext';
|
|
|
6
6
|
* Executes a data operation.
|
|
7
7
|
* @param operation - The data operation to execute.
|
|
8
8
|
* @returns - A promise that resolves to the result of the operation.
|
|
9
|
+
* @private
|
|
9
10
|
*/
|
|
10
11
|
export async function executeAsync(dataSourcesInfo, operation) {
|
|
11
12
|
return await (await getPowerSdkInstance(dataSourcesInfo)).Data.executeAsync(operation);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execute.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/execute.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE
|
|
1
|
+
{"version":3,"file":"execute.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/execute.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE;;;;;GAKG;AACH,MAAM,CAAC,KAAK,UAAU,YAAY,CAChC,eAAgC,EAChC,SAAmC;IAEnC,OAAO,MAAM,CACX,MAAM,mBAAmB,CAAC,eAAe,CAAC,CAC3C,CAAC,IAAI,CAAC,YAAY,CAAoB,SAAS,CAAC,CAAC;AACpD,CAAC"}
|
|
@@ -8,6 +8,7 @@ import type { DataSourcesInfo, IOperationOptions, IOperationResult } from '../ty
|
|
|
8
8
|
* @param tableName - The name of the table to create the record in.
|
|
9
9
|
* @param options - Optional operation options.
|
|
10
10
|
* @returns - A promise that resolves to the created record.
|
|
11
|
+
* @private
|
|
11
12
|
*/
|
|
12
13
|
export declare function retrieveMultipleRecordsAsync<TResult>(dataSourcesInfo: DataSourcesInfo, tableName: string, options?: IOperationOptions): Promise<IOperationResult<TResult[]>>;
|
|
13
14
|
//# sourceMappingURL=retrieveMultipleRecords.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieveMultipleRecords.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/retrieveMultipleRecords.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAErF
|
|
1
|
+
{"version":3,"file":"retrieveMultipleRecords.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/retrieveMultipleRecords.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAErF;;;;;;;GAOG;AACH,wBAAsB,4BAA4B,CAAC,OAAO,EACxD,eAAe,EAAE,eAAe,EAChC,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,iBAAiB,GAC1B,OAAO,CAAC,gBAAgB,CAAC,OAAO,EAAE,CAAC,CAAC,CAItC"}
|
|
@@ -8,6 +8,7 @@ import { getPowerSdkInstance } from '../runtime/getRuntimeContext';
|
|
|
8
8
|
* @param tableName - The name of the table to create the record in.
|
|
9
9
|
* @param options - Optional operation options.
|
|
10
10
|
* @returns - A promise that resolves to the created record.
|
|
11
|
+
* @private
|
|
11
12
|
*/
|
|
12
13
|
export async function retrieveMultipleRecordsAsync(dataSourcesInfo, tableName, options) {
|
|
13
14
|
return await (await getPowerSdkInstance(dataSourcesInfo)).Data.retrieveMultipleRecordsAsync(tableName, options);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieveMultipleRecords.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/retrieveMultipleRecords.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE
|
|
1
|
+
{"version":3,"file":"retrieveMultipleRecords.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/retrieveMultipleRecords.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE;;;;;;;GAOG;AACH,MAAM,CAAC,KAAK,UAAU,4BAA4B,CAChD,eAAgC,EAChC,SAAiB,EACjB,OAA2B;IAE3B,OAAO,MAAM,CACX,MAAM,mBAAmB,CAAC,eAAe,CAAC,CAC3C,CAAC,IAAI,CAAC,4BAA4B,CAAU,SAAS,EAAE,OAAO,CAAC,CAAC;AACnE,CAAC"}
|
|
@@ -8,6 +8,7 @@ import type { DataSourcesInfo, IOperationOptions, IOperationResult } from '../ty
|
|
|
8
8
|
* @param recordId - The ID of the record to retrieve.
|
|
9
9
|
* @param options - Optional operation options.
|
|
10
10
|
* @returns A promise that resolves to the retrieved record.
|
|
11
|
+
* @private
|
|
11
12
|
*/
|
|
12
13
|
export declare function retrieveRecordAsync<TResult>(dataSourcesInfo: DataSourcesInfo, tableName: string, recordId: string, options?: IOperationOptions): Promise<IOperationResult<TResult>>;
|
|
13
14
|
//# sourceMappingURL=retrieveRecord.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieveRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/retrieveRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAErF
|
|
1
|
+
{"version":3,"file":"retrieveRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/retrieveRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAErF;;;;;;;GAOG;AACH,wBAAsB,mBAAmB,CAAC,OAAO,EAC/C,eAAe,EAAE,eAAe,EAChC,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,iBAAiB,GAC1B,OAAO,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,CAIpC"}
|
|
@@ -8,6 +8,7 @@ import { getPowerSdkInstance } from '../runtime/getRuntimeContext';
|
|
|
8
8
|
* @param recordId - The ID of the record to retrieve.
|
|
9
9
|
* @param options - Optional operation options.
|
|
10
10
|
* @returns A promise that resolves to the retrieved record.
|
|
11
|
+
* @private
|
|
11
12
|
*/
|
|
12
13
|
export async function retrieveRecordAsync(dataSourcesInfo, tableName, recordId, options) {
|
|
13
14
|
return await (await getPowerSdkInstance(dataSourcesInfo)).Data.retrieveRecordAsync(tableName, recordId, options);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieveRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/retrieveRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE
|
|
1
|
+
{"version":3,"file":"retrieveRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/retrieveRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE;;;;;;;GAOG;AACH,MAAM,CAAC,KAAK,UAAU,mBAAmB,CACvC,eAAgC,EAChC,SAAiB,EACjB,QAAgB,EAChB,OAA2B;IAE3B,OAAO,MAAM,CACX,MAAM,mBAAmB,CAAC,eAAe,CAAC,CAC3C,CAAC,IAAI,CAAC,mBAAmB,CAAU,SAAS,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC;AACpE,CAAC"}
|
|
@@ -9,6 +9,7 @@ import type { DataSourcesInfo, IOperationResult } from '../types';
|
|
|
9
9
|
* @param recordId - The ID of the record to update.
|
|
10
10
|
* @param changes - The changes to apply to the record.
|
|
11
11
|
* @returns - A promise that resolves to the created record.
|
|
12
|
+
* @private
|
|
12
13
|
*/
|
|
13
14
|
export declare function updateRecordAsync<TInput, TResult>(dataSourcesInfo: DataSourcesInfo, tableName: string, recordId: string, changes: TInput): Promise<IOperationResult<TResult>>;
|
|
14
15
|
//# sourceMappingURL=updateRecord.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/updateRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElE
|
|
1
|
+
{"version":3,"file":"updateRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/updateRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElE;;;;;;;;GAQG;AACH,wBAAsB,iBAAiB,CAAC,MAAM,EAAE,OAAO,EACrD,eAAe,EAAE,eAAe,EAChC,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,CAIpC"}
|
|
@@ -9,6 +9,7 @@ import { getPowerSdkInstance } from '../runtime/getRuntimeContext';
|
|
|
9
9
|
* @param recordId - The ID of the record to update.
|
|
10
10
|
* @param changes - The changes to apply to the record.
|
|
11
11
|
* @returns - A promise that resolves to the created record.
|
|
12
|
+
* @private
|
|
12
13
|
*/
|
|
13
14
|
export async function updateRecordAsync(dataSourcesInfo, tableName, recordId, changes) {
|
|
14
15
|
return await (await getPowerSdkInstance(dataSourcesInfo)).Data.updateRecordAsync(tableName, recordId, changes);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/updateRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE
|
|
1
|
+
{"version":3,"file":"updateRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/updateRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE;;;;;;;;GAQG;AACH,MAAM,CAAC,KAAK,UAAU,iBAAiB,CACrC,eAAgC,EAChC,SAAiB,EACjB,QAAgB,EAChB,OAAe;IAEf,OAAO,MAAM,CACX,MAAM,mBAAmB,CAAC,eAAe,CAAC,CAC3C,CAAC,IAAI,CAAC,iBAAiB,CAAkB,SAAS,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC;AAC1E,CAAC"}
|
|
@@ -15,6 +15,7 @@ import type { DataSourcesInfo, IOperationResult } from '../types';
|
|
|
15
15
|
* @param fileName - The name of the file to upload (used for Dataverse file columns).
|
|
16
16
|
* @param data - The body of the request which should have the binary contents of the file to upload.
|
|
17
17
|
* @returns - A promise that resolves to an operation result indicating success or failure of the upload.
|
|
18
|
+
* @private
|
|
18
19
|
*/
|
|
19
20
|
export declare function uploadFileToRecord<TInput extends string | Uint8Array | ArrayBuffer | Blob>(dataSourcesInfo: DataSourcesInfo, tableName: string, recordId: string, columnName: string, fileName: string, data: TInput): Promise<IOperationResult<void>>;
|
|
20
21
|
//# sourceMappingURL=uploadRecord.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploadRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/uploadRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElE
|
|
1
|
+
{"version":3,"file":"uploadRecord.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/uploadRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElE;;;;;;;;;;;;;;GAcG;AACH,wBAAsB,kBAAkB,CAAC,MAAM,SAAS,MAAM,GAAG,UAAU,GAAG,WAAW,GAAG,IAAI,EAC9F,eAAe,EAAE,eAAe,EAChC,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,CAIjC"}
|
|
@@ -15,6 +15,7 @@ import { getPowerSdkInstance } from '../runtime/getRuntimeContext';
|
|
|
15
15
|
* @param fileName - The name of the file to upload (used for Dataverse file columns).
|
|
16
16
|
* @param data - The body of the request which should have the binary contents of the file to upload.
|
|
17
17
|
* @returns - A promise that resolves to an operation result indicating success or failure of the upload.
|
|
18
|
+
* @private
|
|
18
19
|
*/
|
|
19
20
|
export async function uploadFileToRecord(dataSourcesInfo, tableName, recordId, columnName, fileName, data) {
|
|
20
21
|
return await (await getPowerSdkInstance(dataSourcesInfo)).Data.uploadFileToRecord(tableName, recordId, columnName, fileName, data);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploadRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/uploadRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE
|
|
1
|
+
{"version":3,"file":"uploadRecord.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/api/uploadRecord.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGnE;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,KAAK,UAAU,kBAAkB,CACtC,eAAgC,EAChC,SAAiB,EACjB,QAAgB,EAChB,UAAkB,EAClB,QAAgB,EAChB,IAAY;IAEZ,OAAO,MAAM,CACX,MAAM,mBAAmB,CAAC,eAAe,CAAC,CAC3C,CAAC,IAAI,CAAC,kBAAkB,CAAS,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC;AACrF,CAAC"}
|
|
@@ -5,6 +5,7 @@ import type { DataSourcesInfo, IOperationResult } from '../types';
|
|
|
5
5
|
import type { DataverseMetadataRequest } from '../types/dataverseMetadata';
|
|
6
6
|
/**
|
|
7
7
|
* Base interface for operation context
|
|
8
|
+
* @private
|
|
8
9
|
*/
|
|
9
10
|
export interface IOperationContext {
|
|
10
11
|
isExecuteAsync?: boolean;
|
|
@@ -19,12 +20,17 @@ export interface IOperationContext {
|
|
|
19
20
|
fileName?: string;
|
|
20
21
|
skipBatch?: boolean;
|
|
21
22
|
}
|
|
23
|
+
/**
|
|
24
|
+
* Interface for api response information
|
|
25
|
+
* @private
|
|
26
|
+
*/
|
|
22
27
|
export interface IApiResponseInfo {
|
|
23
28
|
type?: string | null;
|
|
24
29
|
format?: string | null;
|
|
25
30
|
}
|
|
26
31
|
/**
|
|
27
32
|
* Base interface for client configuration
|
|
33
|
+
* @private
|
|
28
34
|
*/
|
|
29
35
|
export interface IClientConfig {
|
|
30
36
|
baseUrl?: string;
|
|
@@ -33,6 +39,7 @@ export interface IClientConfig {
|
|
|
33
39
|
}
|
|
34
40
|
/**
|
|
35
41
|
* Interface for HTTP request configuration
|
|
42
|
+
* @private
|
|
36
43
|
*/
|
|
37
44
|
export interface IHttpRequestConfig {
|
|
38
45
|
url: string;
|
|
@@ -46,6 +53,7 @@ export interface IHttpRequestConfig {
|
|
|
46
53
|
}
|
|
47
54
|
/**
|
|
48
55
|
* Interface for HTTP request headers
|
|
56
|
+
* @private
|
|
49
57
|
*/
|
|
50
58
|
export interface IHttpHeaders {
|
|
51
59
|
Accept: string;
|
|
@@ -60,6 +68,7 @@ export interface IHttpHeaders {
|
|
|
60
68
|
}
|
|
61
69
|
/**
|
|
62
70
|
* HTTP methods supported by the client
|
|
71
|
+
* @private
|
|
63
72
|
*/
|
|
64
73
|
export declare enum HttpMethod {
|
|
65
74
|
GET = "GET",
|
|
@@ -71,6 +80,7 @@ export declare enum HttpMethod {
|
|
|
71
80
|
/**
|
|
72
81
|
* Interface for OData response format
|
|
73
82
|
* @template T The type of data in the response
|
|
83
|
+
* @private
|
|
74
84
|
*/
|
|
75
85
|
export interface ODataResponse<T> {
|
|
76
86
|
'@odata.context'?: string;
|
|
@@ -79,6 +89,7 @@ export interface ODataResponse<T> {
|
|
|
79
89
|
}
|
|
80
90
|
/**
|
|
81
91
|
* Interface for metadata operation configuration
|
|
92
|
+
* @private
|
|
82
93
|
*/
|
|
83
94
|
export interface IMetadataOperationConfig {
|
|
84
95
|
service: string;
|
|
@@ -87,18 +98,22 @@ export interface IMetadataOperationConfig {
|
|
|
87
98
|
}
|
|
88
99
|
/**
|
|
89
100
|
* Interface for operation execution result
|
|
101
|
+
* @private
|
|
90
102
|
*/
|
|
91
103
|
export type OperationExecutionResponse = [Record<string, object>, ArrayBuffer];
|
|
92
104
|
/**
|
|
93
105
|
* Type alias for possible response data formats
|
|
106
|
+
* @private
|
|
94
107
|
*/
|
|
95
108
|
export type ResponseData = Record<string, unknown> | ArrayBuffer;
|
|
96
109
|
/**
|
|
97
110
|
* Type alias for request body in data operations
|
|
111
|
+
* @private
|
|
98
112
|
*/
|
|
99
113
|
export type RequestBody = Record<string, unknown>;
|
|
100
114
|
/**
|
|
101
115
|
* Interface for connection API details
|
|
116
|
+
* @private
|
|
102
117
|
*/
|
|
103
118
|
export interface IConnectionApi {
|
|
104
119
|
path: string;
|
|
@@ -107,6 +122,7 @@ export interface IConnectionApi {
|
|
|
107
122
|
}
|
|
108
123
|
/**
|
|
109
124
|
* Interface for connection reference details
|
|
125
|
+
* @private
|
|
110
126
|
*/
|
|
111
127
|
export interface IConnectionReference {
|
|
112
128
|
apiId?: string;
|
|
@@ -120,6 +136,7 @@ export interface IConnectionReference {
|
|
|
120
136
|
}
|
|
121
137
|
/**
|
|
122
138
|
* Interface for table schema information
|
|
139
|
+
* @private
|
|
123
140
|
*/
|
|
124
141
|
export interface ITableSchema {
|
|
125
142
|
name: string;
|
|
@@ -128,6 +145,7 @@ export interface ITableSchema {
|
|
|
128
145
|
}
|
|
129
146
|
/**
|
|
130
147
|
* Interface for field schema information
|
|
148
|
+
* @private
|
|
131
149
|
*/
|
|
132
150
|
export interface IFieldSchema {
|
|
133
151
|
name: string;
|
|
@@ -138,6 +156,7 @@ export interface IFieldSchema {
|
|
|
138
156
|
}
|
|
139
157
|
/**
|
|
140
158
|
* Dataverse custom action/function invocation request
|
|
159
|
+
* @private
|
|
141
160
|
*/
|
|
142
161
|
export type DataverseCustomApiRequest = {
|
|
143
162
|
action: 'customapi';
|
|
@@ -152,10 +171,12 @@ export type DataverseCustomApiRequest = {
|
|
|
152
171
|
};
|
|
153
172
|
/**
|
|
154
173
|
* Interface for Dataverse-specific requests
|
|
174
|
+
* @private
|
|
155
175
|
*/
|
|
156
176
|
export type IDataverseRequest = DataverseMetadataRequest | DataverseCustomApiRequest;
|
|
157
177
|
/**
|
|
158
178
|
* Supported data source types in the PowerDataRuntime
|
|
179
|
+
* @private
|
|
159
180
|
*/
|
|
160
181
|
export declare enum DataSources {
|
|
161
182
|
/** Dataverse data source */
|
|
@@ -165,6 +186,7 @@ export declare enum DataSources {
|
|
|
165
186
|
}
|
|
166
187
|
/**
|
|
167
188
|
* Interface for metadata operations
|
|
189
|
+
* @private
|
|
168
190
|
*/
|
|
169
191
|
export interface IMetadataOperations {
|
|
170
192
|
/**
|
|
@@ -178,6 +200,7 @@ export interface IMetadataOperations {
|
|
|
178
200
|
}
|
|
179
201
|
/**
|
|
180
202
|
* Interface for runtime client provider
|
|
203
|
+
* @private
|
|
181
204
|
*/
|
|
182
205
|
export interface IRuntimeClientProvider {
|
|
183
206
|
getDataClientAsync(config?: IClientConfig): Promise<IRuntimeDataClient>;
|
|
@@ -185,6 +208,7 @@ export interface IRuntimeClientProvider {
|
|
|
185
208
|
}
|
|
186
209
|
/**
|
|
187
210
|
* Interface for runtime data client
|
|
211
|
+
* @private
|
|
188
212
|
*/
|
|
189
213
|
export interface IRuntimeDataClient {
|
|
190
214
|
createDataAsync<TRequest, TResponse>(url: string, connectionApi: string, serviceNamespace: string, body: TRequest, context?: IOperationContext): Promise<IOperationResult<TResponse>>;
|
|
@@ -197,6 +221,7 @@ export interface IRuntimeDataClient {
|
|
|
197
221
|
}
|
|
198
222
|
/**
|
|
199
223
|
* Interface for runtime metadata client
|
|
224
|
+
* @private
|
|
200
225
|
*/
|
|
201
226
|
export interface IRuntimeMetadataClient {
|
|
202
227
|
getAppConnectionConfigsAsync(context?: IOperationContext): Promise<IOperationResult<IConnectionReference>>;
|
|
@@ -204,6 +229,7 @@ export interface IRuntimeMetadataClient {
|
|
|
204
229
|
}
|
|
205
230
|
/**
|
|
206
231
|
* Interface for PowerDataSourcesInfoProvider
|
|
232
|
+
* @private
|
|
207
233
|
*/
|
|
208
234
|
export interface IPowerDataSourcesInfoProvider {
|
|
209
235
|
getDataSourcesInfo(): Promise<DataSourcesInfo>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/common/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAClE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAM3E
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/internal/data/core/common/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* HTTP methods supported by the client
|
|
6
|
+
* @private
|
|
6
7
|
*/
|
|
7
8
|
export var HttpMethod;
|
|
8
9
|
(function (HttpMethod) {
|
|
@@ -14,6 +15,7 @@ export var HttpMethod;
|
|
|
14
15
|
})(HttpMethod || (HttpMethod = {}));
|
|
15
16
|
/**
|
|
16
17
|
* Supported data source types in the PowerDataRuntime
|
|
18
|
+
* @private
|
|
17
19
|
*/
|
|
18
20
|
export var DataSources;
|
|
19
21
|
(function (DataSources) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/common/types.ts"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/internal/data/core/common/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAmFH;;;GAGG;AACH,MAAM,CAAN,IAAY,UAMX;AAND,WAAY,UAAU;IACpB,yBAAW,CAAA;IACX,2BAAa,CAAA;IACb,yBAAW,CAAA;IACX,+BAAiB,CAAA;IACjB,6BAAe,CAAA;AACjB,CAAC,EANW,UAAU,KAAV,UAAU,QAMrB;AAyHD;;;GAGG;AACH,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,4BAA4B;IAC5B,sCAAuB,CAAA;IACvB,oCAAoC;IACpC,sCAAuB,CAAA;AACzB,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB"}
|